]> git.ipfire.org Git - thirdparty/grsecurity-scrape.git/blame_incremental - test/changelog-test.txt
Auto commit, grsecurity-3.1-4.9.16-201703180820.patch added.
[thirdparty/grsecurity-scrape.git] / test / changelog-test.txt
... / ...
CommitLineData
1commit 0ce9a7532015fd64e56ff017bac5448719c6caa8
2Merge: 3648fb5 28fc0cc
3Author: Brad Spengler <spender@grsecurity.net>
4Date: Sat Mar 18 07:41:49 2017 -0400
5
6 Merge branch 'pax-test' into grsec-test
7
8commit 28fc0cc540a02524aa7122c4b6518f46be150670
9Merge: 51fb02c 8a16224
10Author: Brad Spengler <spender@grsecurity.net>
11Date: Sat Mar 18 07:41:36 2017 -0400
12
13 Merge branch 'linux-4.9.y' into pax-test
14
15commit 3648fb58cc16ec3a1c86269ffbdf6ee8f2ff857d
16Author: Brad Spengler <spender@grsecurity.net>
17Date: Wed Mar 15 00:10:53 2017 -0400
18
19 compile fix
20
21commit 5ae0984f1a67bddf7315c071b7df971e4b03072e
22Merge: c9a77fb 51fb02c
23Author: Brad Spengler <spender@grsecurity.net>
24Date: Tue Mar 14 23:38:35 2017 -0400
25
26 Merge branch 'pax-test' into grsec-test
27
28commit 51fb02c0abebafc624a60da2e68b77a4dcad448f
29Merge: 5fedde5 d962bf8
30Author: Brad Spengler <spender@grsecurity.net>
31Date: Tue Mar 14 23:38:26 2017 -0400
32
33 Merge branch 'linux-4.9.y' into pax-test
34
35commit c9a77fb1a803a00e7ff0026ad9a87ccb7f9c3004
36Author: Brad Spengler <spender@grsecurity.net>
37Date: Sun Mar 12 12:11:47 2017 -0400
38
39 Update size_overflow hash table
40
41commit 643aa0cade896df02b42428785e5cc6cb8bc2c9c
42Author: Alexander Popov <alex.popov@linux.com>
43Date: Tue Feb 28 19:54:40 2017 +0300
44
45 tty: n_hdlc: get rid of racy n_hdlc.tbuf
46
47 Currently N_HDLC line discipline uses a self-made singly linked list for
48 data buffers and has n_hdlc.tbuf pointer for buffer retransmitting after
49 an error.
50
51 The commit be10eb7589337e5defbe214dae038a53dd21add8
52 ("tty: n_hdlc add buffer flushing") introduced racy access to n_hdlc.tbuf.
53 After tx error concurrent flush_tx_queue() and n_hdlc_send_frames() can put
54 one data buffer to tx_free_buf_list twice. That causes double free in
55 n_hdlc_release().
56
57 Let's use standard kernel linked list and get rid of n_hdlc.tbuf:
58 in case of tx error put current data buffer after the head of tx_buf_list.
59
60 Signed-off-by: Alexander Popov <alex.popov@linux.com>
61 Cc: stable <stable@vger.kernel.org>
62 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
63
64commit 0c801f1c89b85170505c8dac6c58df27155dbb1e
65Merge: a0b31dd 5fedde5
66Author: Brad Spengler <spender@grsecurity.net>
67Date: Sun Mar 12 08:18:58 2017 -0400
68
69 Merge branch 'pax-test' into grsec-test
70
71commit 5fedde5358a3a9625c4e21ff8a5b5b6d5bd5d125
72Merge: c8102ee d379ab2
73Author: Brad Spengler <spender@grsecurity.net>
74Date: Sun Mar 12 08:18:48 2017 -0400
75
76 Merge branch 'linux-4.9.y' into pax-test
77
78commit a0b31ddd80510c595b1db203edd009a721e68cfa
79Merge: f9c6bb9 c8102ee
80Author: Brad Spengler <spender@grsecurity.net>
81Date: Sun Mar 5 18:02:18 2017 -0500
82
83 Merge branch 'pax-test' into grsec-test
84
85commit c8102eef049988a1905817e4dc4e859287c2923e
86Author: Brad Spengler <spender@grsecurity.net>
87Date: Sun Mar 5 18:01:22 2017 -0500
88
89 Update to pax-linux-4.9.13-test6.patch:
90 - 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)
91 - fixed an unbalanced pax_open_kernel call that would trigger a BUG in the zt5550 driver
92
93commit f9c6bb92aa1205f0402085e363fa914ea34beceb
94Author: Brad Spengler <spender@grsecurity.net>
95Date: Mon Feb 27 06:55:25 2017 -0500
96
97 Fix softirq warnings reported by nail at:
98 https://forums.grsecurity.net/viewtopic.php?f=3&t=4668
99 and reported and debugged by Jason Donenfeld.
100
101 A stray put_cpu() was left in the pax_check_alloca code when
102 porting to Linux 4.9, which would cause a preempt imbalance
103 on interrupts making use of alloca() (either explicitly or through
104 variable length arrays).
105
106commit 8019276815d5d50fb57b4a1bd9f33af0c5cd7615
107Author: Brad Spengler <spender@grsecurity.net>
108Date: Sun Feb 26 10:28:40 2017 -0500
109
110 Update size_overflow hash table, from Toralf Foerster
111
112commit 5996b10c778c1b3378219a3c29ae90b504482a50
113Merge: 1d6d9f9 ef547fe
114Author: Brad Spengler <spender@grsecurity.net>
115Date: Sun Feb 26 07:41:37 2017 -0500
116
117 Merge branch 'pax-test' into grsec-test
118
119commit ef547fea89fc7818dec64af7db1c7528fc3c1436
120Merge: bce7062 3737a5f
121Author: Brad Spengler <spender@grsecurity.net>
122Date: Sun Feb 26 07:41:28 2017 -0500
123
124 Merge branch 'linux-4.9.y' into pax-test
125
126commit 1d6d9f9363ebed20318f0c047dccb5a39a4441e7
127Author: Brad Spengler <spender@grsecurity.net>
128Date: Fri Feb 24 07:11:39 2017 -0500
129
130 Silence a compiler warning, reported by Etienne Buira
131
132commit e47311b356a178a1652c88cf47aea011f0211061
133Author: Brad Spengler <spender@grsecurity.net>
134Date: Thu Feb 23 18:25:41 2017 -0500
135
136 Update size_overflow hash table
137
138commit 7852bd5868a61b1a9c4210c0214ef8c1d3e0e7e2
139Merge: 15fc570 bce7062
140Author: Brad Spengler <spender@grsecurity.net>
141Date: Thu Feb 23 17:41:07 2017 -0500
142
143 Merge branch 'pax-test' into grsec-test
144
145commit bce7062ee9c933a4188dec2691155442df3a79e8
146Merge: b26ab25 ae7d431
147Author: Brad Spengler <spender@grsecurity.net>
148Date: Thu Feb 23 17:40:59 2017 -0500
149
150 Merge branch 'linux-4.9.y' into pax-test
151
152commit 15fc5704b74ec1d5c4a9ecd00c9e24e9955a1e24
153Author: Brad Spengler <spender@grsecurity.net>
154Date: Thu Feb 23 17:35:05 2017 -0500
155
156 Fix !GRKERNSEC_KMEM && GRKERNSEC_SYSFS_RESTRICT incompatibility with
157 KVM, reported at https://bugs.gentoo.org/show_bug.cgi?id=597554
158 by Christian Roessner, Miro Rovis, and Étienne Buira
159
160commit c26d7750fb91d084a1ba3fbf84fa892cabf2cee9
161Merge: f0e6f87 b26ab25
162Author: Brad Spengler <spender@grsecurity.net>
163Date: Wed Feb 22 20:46:04 2017 -0500
164
165 Merge branch 'pax-test' into grsec-test
166
167commit b26ab25c73a41147b14a8edb35eec6a08fafd927
168Author: Brad Spengler <spender@grsecurity.net>
169Date: Wed Feb 22 20:45:31 2017 -0500
170
171 Update to pax-linux-4.9.10-test5.patch:
172 - fixed resume regression on i386/UDEREF caused by upstream commit ffa64eff956a25548cad0391dbc14c672827be7b, reported by corsac
173 - fixed compile regression on i386/XEN, reported by bugmenot (https://forums.grsecurity.net/viewtopic.php?f=3&t=4677)
174 - 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)
175 - made better use of upstream's idea of invpcid
176
177commit f0e6f87d2d7d767eba1534fd8c1fa4e8e26e00c8
178Author: Andrey Konovalov <andreyknvl@google.com>
179Date: Thu Feb 16 17:22:46 2017 +0100
180
181 dccp: fix freeing skb too early for IPV6_RECVPKTINFO
182
183 In the current DCCP implementation an skb for a DCCP_PKT_REQUEST packet
184 is forcibly freed via __kfree_skb in dccp_rcv_state_process if
185 dccp_v6_conn_request successfully returns.
186
187 However, if IPV6_RECVPKTINFO is set on a socket, the address of the skb
188 is saved to ireq->pktopts and the ref count for skb is incremented in
189 dccp_v6_conn_request, so skb is still in use. Nevertheless, it gets freed
190 in dccp_rcv_state_process.
191
192 Fix by calling consume_skb instead of doing goto discard and therefore
193 calling __kfree_skb.
194
195 Similar fixes for TCP:
196
197 fb7e2399ec17f1004c0e0ccfd17439f8759ede01 [TCP]: skb is unexpectedly freed.
198 0aea76d35c9651d55bbaf746e7914e5f9ae5a25d tcp: SYN packets are now
199 simply consumed
200
201 Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
202 Acked-by: Eric Dumazet <edumazet@google.com>
203 Signed-off-by: David S. Miller <davem@davemloft.net>
204
205commit 9f575ef66df46cb78f751e0d8d509171afe3933e
206Author: Brad Spengler <spender@grsecurity.net>
207Date: Sat Feb 18 13:09:26 2017 -0500
208
209 Update size_overflow hash table
210
211commit e927308508ef20392a61e493bc411e73d597682f
212Merge: 55d2e75 d711991
213Author: Brad Spengler <spender@grsecurity.net>
214Date: Sat Feb 18 11:35:11 2017 -0500
215
216 Merge branch 'pax-test' into grsec-test
217
218commit d711991b1628e84076fde9b2c94d25920cca7882
219Merge: 70fbe2f eee1550
220Author: Brad Spengler <spender@grsecurity.net>
221Date: Sat Feb 18 11:34:56 2017 -0500
222
223 Merge branch 'linux-4.9.y' into pax-test
224
225commit 55d2e7501a1db909073644bb1b5c58effb627754
226Author: Brad Spengler <spender@grsecurity.net>
227Date: Thu Feb 16 19:47:51 2017 -0500
228
229 Allow symbol printing for softirq change
230
231commit e489c2948bc9e1d9643c84667bf81ac8387293e0
232Merge: d7b63ba 70fbe2f
233Author: Brad Spengler <spender@grsecurity.net>
234Date: Thu Feb 16 19:47:37 2017 -0500
235
236 Merge branch 'pax-test' into grsec-test
237
238 n why this merge is necessary,
239
240commit 70fbe2fc1540632d2cc67e770d826f9637b5b73f
241Author: Brad Spengler <spender@grsecurity.net>
242Date: Thu Feb 16 19:46:55 2017 -0500
243
244 Update to pax-linux-4.9.10-test4.patch:
245 - 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)
246 - 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)
247 - fixed a SEGMEXEC/vma mirroring regression, reported by osea (https://forums.grsecurity.net/viewtopic.php?f=3&t=4643)
248
249commit d7b63bad761e0ca8897ec9c5df4482483aa20201
250Merge: d310a9c b6296dc
251Author: Brad Spengler <spender@grsecurity.net>
252Date: Wed Feb 15 20:18:47 2017 -0500
253
254 Merge branch 'pax-test' into grsec-test
255
256commit b6296dc3544b4a4543a45777a5cc1ecb2ce51042
257Author: Brad Spengler <spender@grsecurity.net>
258Date: Wed Feb 15 20:16:32 2017 -0500
259
260 Update to pax-linux-4.9.9-test3.patch:
261 - fixed a compile error on i386 with X86_CMPXCHG64=n, by Natanael Copa <ncopa@alpinelinux.org>
262 - Emese fixed a few section mismatches and compile errors caused by the initify plugin, reported by Kees Cook, hunger and Valdis Kletnieks
263 - fixed a compile error caused by type mismatches on i386, reported by spender
264
265commit d310a9c0ab751121a5f97196857bfe4e90d86adf
266Author: Brad Spengler <spender@grsecurity.net>
267Date: Wed Feb 15 20:03:55 2017 -0500
268
269 compile fix, reported by ncopa
270
271commit f6fed850d763aca4162bc24b29afe5bb23d49d91
272Merge: c3fff1a 1971888
273Author: Brad Spengler <spender@grsecurity.net>
274Date: Wed Feb 15 17:21:00 2017 -0500
275
276 Merge branch 'pax-test' into grsec-test
277
278commit 19718886c80977af99f8181fe8e91b0f6f1fb5f7
279Merge: b608a1f 390caee
280Author: Brad Spengler <spender@grsecurity.net>
281Date: Wed Feb 15 17:20:51 2017 -0500
282
283 Merge branch 'linux-4.9.y' into pax-test
284
285commit c3fff1a653824ad47021d536dec50e8c937e6347
286Merge: 57a5c6d b608a1f
287Author: Brad Spengler <spender@grsecurity.net>
288Date: Sun Feb 12 20:14:55 2017 -0500
289
290 Merge branch 'pax-test' into grsec-test
291
292commit b608a1f8eadf8287e6accf031da5f5e26964e79a
293Author: Brad Spengler <spender@grsecurity.net>
294Date: Sun Feb 12 20:14:47 2017 -0500
295
296 compile fix
297
298commit 57a5c6d747cce4a1dd99e3677ddb564c47c5305a
299Merge: f1a2106 0851ca2
300Author: Brad Spengler <spender@grsecurity.net>
301Date: Sun Feb 12 20:13:15 2017 -0500
302
303 Merge branch 'pax-test' into grsec-test
304
305commit 0851ca2f75213d1f9aabe2d10f98553bf642e024
306Author: Brad Spengler <spender@grsecurity.net>
307Date: Sun Feb 12 20:13:02 2017 -0500
308
309 compile fix
310
311commit f1a2106f030f628edd9d729e8a4cf7a7cbaffe70
312Merge: fb5b3e7 5cff6ef
313Author: Brad Spengler <spender@grsecurity.net>
314Date: Sun Feb 12 20:05:35 2017 -0500
315
316 Merge branch 'pax-test' into grsec-test
317
318commit 5cff6ef64e73635a287a5635ed89db37b4860336
319Author: Brad Spengler <spender@grsecurity.net>
320Date: Sun Feb 12 20:05:28 2017 -0500
321
322 compile fix
323
324commit fb5b3e71be3a859d01a3e935762125808f8dcff4
325Merge: 005e22e a85c589
326Author: Brad Spengler <spender@grsecurity.net>
327Date: Sun Feb 12 19:54:55 2017 -0500
328
329 Merge branch 'pax-test' into grsec-test
330
331commit a85c5893051fbbc5b97ab6504747f60d9359dabe
332Author: Brad Spengler <spender@grsecurity.net>
333Date: Sun Feb 12 19:54:47 2017 -0500
334
335 compile fix
336
337commit 005e22eb6f5f0630dc47c5bf4c37fe72cb8d5afa
338Merge: 230f6cf e376f96
339Author: Brad Spengler <spender@grsecurity.net>
340Date: Sun Feb 12 19:49:23 2017 -0500
341
342 Merge branch 'pax-test' into grsec-test
343
344commit e376f965ed749044bc294004f16b36f4ca7fab28
345Author: Brad Spengler <spender@grsecurity.net>
346Date: Sun Feb 12 19:49:16 2017 -0500
347
348 compile fix
349
350commit 230f6cf74a165b342fdc05c8202422e8e243b528
351Merge: a60f9ee f4cbdea
352Author: Brad Spengler <spender@grsecurity.net>
353Date: Sun Feb 12 19:38:05 2017 -0500
354
355 Merge branch 'pax-test' into grsec-test
356
357commit f4cbdeaa06cfd3658346f94abb5b6e11fe025961
358Author: Brad Spengler <spender@grsecurity.net>
359Date: Sun Feb 12 19:37:57 2017 -0500
360
361 compile fix
362
363commit a60f9eef51ff4133c0a713bc89c5e2137999e74c
364Merge: dc07488 d545a4c
365Author: Brad Spengler <spender@grsecurity.net>
366Date: Sun Feb 12 19:24:32 2017 -0500
367
368 Merge branch 'pax-test' into grsec-test
369
370commit d545a4c83b3191aeee56ebda071a8476a046eb40
371Author: Brad Spengler <spender@grsecurity.net>
372Date: Sun Feb 12 19:22:21 2017 -0500
373
374 Update to pax-linux-4.9.8-test2.patch:
375 - switched to upstream commit 76bee23411f8510fbf5fc5641bae2c203b726eb6 to fix LTO builds
376 - fixed the symbol export of cpu_gdt_table on x86, by corsac
377 - fixed a bunch of compile warnings, by Mathias Krause <minipli@ld-linux.so>
378 - 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
379 - 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)
380
381commit dc07488c378373e2bf6b60df31709da5ff767afd
382Author: Sean Rees <sean@erifax.org>
383Date: Wed Feb 8 14:30:59 2017 -0800
384
385 Another bug from this pointless mitigation
386 see also: https://twitter.com/halvarflake/status/827613317296508928
387
388 mm/slub.c: fix random_seq offset destruction
389
390 Commit 210e7a43fa90 ("mm: SLUB freelist randomization") broke USB hub
391 initialisation as described in
392
393 https://bugzilla.kernel.org/show_bug.cgi?id=177551.
394
395 Bail out early from init_cache_random_seq if s->random_seq is already
396 initialised. This prevents destroying the previously computed
397 random_seq offsets later in the function.
398
399 If the offsets are destroyed, then shuffle_freelist will truncate
400 page->freelist to just the first object (orphaning the rest).
401
402 Fixes: 210e7a43fa90 ("mm: SLUB freelist randomization")
403 Link: http://lkml.kernel.org/r/20170207140707.20824-1-sean@erifax.org
404 Signed-off-by: Sean Rees <sean@erifax.org>
405 Reported-by: <userwithuid@gmail.com>
406 Cc: Christoph Lameter <cl@linux.com>
407 Cc: Pekka Enberg <penberg@kernel.org>
408 Cc: David Rientjes <rientjes@google.com>
409 Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
410 Cc: Thomas Garnier <thgarnie@google.com>
411 Cc: <stable@vger.kernel.org>
412 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
413 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
414
415commit 7bb22c6cffa5d31bd953b6161db96000edd9eb23
416Merge: a86976a8 9d73aa5
417Author: Brad Spengler <spender@grsecurity.net>
418Date: Thu Feb 9 07:22:12 2017 -0500
419
420 Merge branch 'pax-test' into grsec-test
421
422commit 9d73aa5a4dee061781926c89c592a7d447804e7d
423Merge: 709a650 d2e4b66
424Author: Brad Spengler <spender@grsecurity.net>
425Date: Thu Feb 9 07:22:05 2017 -0500
426
427 Merge branch 'linux-4.9.y' into pax-test
428
429commit a86976a86e06bb353a436c2486b1ccfb471f9c50
430Author: Brad Spengler <spender@grsecurity.net>
431Date: Tue Feb 7 08:31:41 2017 -0500
432
433 compile fix
434
435commit 6261adb89e218739e07dc2e55fc87534ea2da325
436Author: Brad Spengler <spender@grsecurity.net>
437Date: Tue Feb 7 07:43:30 2017 -0500
438
439 Relax /proc/pid/auxv check to match what was present in previous patches.
440 Many thanks to M. Vefa Bicakci for the report and fix!
441
442commit cabfb9cbd9201438006865d5e67d10105d8430bc
443Author: Brad Spengler <spender@grsecurity.net>
444Date: Tue Feb 7 07:31:48 2017 -0500
445
446 Cleanup from Mathias Krause
447
448commit 24cf8c373075b002719617a16a180bcd1c281c83
449Author: Brad Spengler <spender@grsecurity.net>
450Date: Tue Feb 7 07:28:52 2017 -0500
451
452 Fix driver error case that we had correct but which broke when merging
453 upstream's ripoff of our code, reported by Mathias Krause
454
455commit d467970a05a441b364d247d5b4366913e44ad7ef
456Merge: cd0b761 709a650
457Author: Brad Spengler <spender@grsecurity.net>
458Date: Sun Feb 5 10:00:34 2017 -0500
459
460 Merge branch 'pax-test' into grsec-test
461
462commit 709a650aee15f96f6f564e8f4753ce4d2ce4d666
463Author: Brad Spengler <spender@grsecurity.net>
464Date: Sun Feb 5 10:00:20 2017 -0500
465
466 Update to pax-linux-4.9.8-test1x.patch
467
468commit cd0b7618163bb40398b593d3649920ded2e1af33
469Author: Brad Spengler <spender@grsecurity.net>
470Date: Sat Feb 4 15:58:39 2017 -0500
471
472 Update size_overflow hash table
473
474commit a6ac7f5e6378cef84c4c00a051725c023a63021b
475Author: Brad Spengler <spender@grsecurity.net>
476Date: Sat Feb 4 14:58:33 2017 -0500
477
478 Update size_overflow hash tables
479
480commit ae5d77fb41c008fcc8b504c350fe3556b43c3973
481Author: Brad Spengler <spender@grsecurity.net>
482Date: Sat Feb 4 12:35:54 2017 -0500
483
484 Update size_overflow hash table
485
486commit 25a2af42cf8bd480755fb946623e868e297a3136
487Author: Brad Spengler <spender@grsecurity.net>
488Date: Sat Feb 4 12:25:45 2017 -0500
489
490 Initial import of grsecurity 3.1 for Linux 4.9.8
491
492commit e3932cb3abbbcfa7e0c7414541fdbd0a27453d4d
493Author: Brad Spengler <spender@grsecurity.net>
494Date: Sat Feb 4 11:52:14 2017 -0500
495
496 Update to pax-linux-4.9.8-test1.patch
497
498commit 979bddf15aa0dbb73dcd418d18ff2fd30ff1b38e
499Merge: d93b949 c8ea2f3
500Author: Brad Spengler <spender@grsecurity.net>
501Date: Sat Feb 4 04:27:39 2017 -0500
502
503 Merge branch 'linux-4.9.y' into pax-test
504
505commit d93b94991428cb11d0f66e209c070b1ba884bf83
506Author: Brad Spengler <spender@grsecurity.net>
507Date: Thu Feb 2 17:26:16 2017 -0500
508
509 Update to pax-linux-4.9.6-test1xxxxxy.patch
510
511commit c5ecf5720061b63b90eb0ae6dcac9a7b88edd723
512Author: Brad Spengler <spender@grsecurity.net>
513Date: Wed Feb 1 21:22:36 2017 -0500
514
515 Update to pax-linux-4.9.6-test1xxxxx.patch
516
517commit aede64e292980acc6c5784bb18864cd7fabec093
518Author: Brad Spengler <spender@grsecurity.net>
519Date: Wed Feb 1 20:34:33 2017 -0500
520
521 Update to pax-linux-4.9.6-test1xxxx.patch
522
523commit 24a41127f3313bba134e0b68ab9da40f2b0f1ab5
524Author: Brad Spengler <spender@grsecurity.net>
525Date: Wed Feb 1 19:32:39 2017 -0500
526
527 Update to pax-linux-4.9.6-test1xxx.patch
528
529commit 5ed38e522dd7df25d0102f9faf97fca62ba84102
530Merge: a2e84e3 fd2ffe5
531Author: Brad Spengler <spender@grsecurity.net>
532Date: Wed Feb 1 08:14:15 2017 -0500
533
534 Merge branch 'linux-4.9.y' into pax-test
535
536commit a2e84e35dd4c940ddf23d70de6b29a48cbcaa39c
537Author: Brad Spengler <spender@grsecurity.net>
538Date: Wed Feb 1 07:40:25 2017 -0500
539
540 Update to pax-linux-4.9.6-test1xx.patch
541
542commit a06453c00dca1885a8f638b5a4e0dfa703a2094f
543Author: Brad Spengler <spender@grsecurity.net>
544Date: Tue Jan 31 19:50:03 2017 -0500
545
546 Update to pax-linux-4.9.6-test1x.patch
547
548commit a78566f6da3985944fee653782344976e37a5dea
549Author: Brad Spengler <spender@grsecurity.net>
550Date: Fri Jan 27 21:41:39 2017 -0500
551
552 Initial import of pax-linux-4.9.6-test1.patch
553commit e5800118f68fd1553ac02b1f05bc3d567a884e22
554Author: Brad Spengler <spender@grsecurity.net>
555Date: Sun Jan 15 15:50:04 2017 -0500
556
557 Fix size_overflow FP with gcc 6 reported by craftyguy at:
558 https://forums.grsecurity.net/viewtopic.php?f=3&t=4640
559
560 scripts/gcc-plugins/size_overflow_plugin/disable.data | 1 +
561 scripts/gcc-plugins/size_overflow_plugin/e_fields.data | 1 -
562 2 files changed, 1 insertion(+), 1 deletion(-)
563
564commit 5861d0ad8a1c929257f1eda7f97dadbc1818112f
565Author: Brad Spengler <spender@grsecurity.net>
566Date: Sun Jan 15 14:17:09 2017 -0500
567
568 Initify plugin updates from Emese Revfy:
569
570 Fixed a logical error that caused a section mismatch
571 Forgot to handle callees from a caller that is marked by BOTH.
572
573 WARNING: vmlinux.o(.text.unlikely+0x1b1): Section mismatch in
574 reference from the function uncore_pci_exit.part.22() to the function
575 .init.text:uncore_free_pcibus_map()
576 The function uncore_pci_exit.part.22() references
577 the function __init uncore_free_pcibus_map().
578 This is often because uncore_pci_exit.part.22 lacks a __init
579 annotation or the annotation of uncore_free_pcibus_map is wrong.
580
581 Reported-by: Kees Cook <keescook@chromium.org>
582
583 Examine all clones as well for __init/__exit eligibility
584 WARNING: vmlinux.o(.text+0x1087e7): Section mismatch in reference from
585 the function rebind_subsystems() to the variable
586 .init.rodata.str:__func__.4400
587 The function rebind_subsystems() references
588 the variable __initconst __func__.4400.
589 This is often because rebind_subsystems lacks a __initconst
590 annotation or the annotation of __func__.4400 is wrong.
591
592 Reported-by: Kees Cook <keescook@chromium.org>
593
594 scripts/gcc-plugins/initify_plugin.c | 76 ++++++++++++++++++++++++------------
595 1 file changed, 51 insertions(+), 25 deletions(-)
596
597commit 08e03c1434f26e9b56f00a6ce8236320bd557494
598Author: Brad Spengler <spender@grsecurity.net>
599Date: Sun Jan 15 14:08:04 2017 -0500
600
601 After over a year of hard work, KSPP has finally released its first
602 ever contribution back to grsecurity, the project from which KSPP
603 plagiarizes^Wobtains every useful improvement to Linux security. We are proud to
604 announce in this joint release the fruits of their hard work: a typo fix
605 to change 'unkown' to 'unknown' when reporting incorrect GCC plugin
606 command line arguments. Many thanks to Kees Cook and KSPP for this
607 innovation in spell check, and we look forward to many future
608 contributions of the same ilk from their capable hands. 'This
609 contribution of a typo fix confirms the high level of respect and
610 commitment to long-term sustainability KSPP has for grsecurity and its
611 innovative efforts over the past 16 years in producing the state of the
612 art in Linux security' said Brad Spengler, President of Open Source
613 Security Inc.
614
615 "Based on a patch by Kees Cook" (since like much upstream efforts this
616 one was incomplete in that it missed the rap and size_overflow typos
617 as they existed in separate directories).
618
619 scripts/gcc-plugins/checker_plugin.c | 2 +-
620 scripts/gcc-plugins/colorize_plugin.c | 2 +-
621 scripts/gcc-plugins/constify_plugin.c | 2 +-
622 scripts/gcc-plugins/initify_plugin.c | 2 +-
623 scripts/gcc-plugins/kernexec_plugin.c | 2 +-
624 scripts/gcc-plugins/latent_entropy_plugin.c | 2 +-
625 scripts/gcc-plugins/randomize_layout_plugin.c | 2 +-
626 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 2 +-
627 scripts/gcc-plugins/sancov_plugin.c | 2 +-
628 scripts/gcc-plugins/size_overflow_plugin/size_overflow_plugin.c | 2 +-
629 scripts/gcc-plugins/stackleak_plugin.c | 2 +-
630 scripts/gcc-plugins/structleak_plugin.c | 2 +-
631 12 files changed, 12 insertions(+), 12 deletions(-)
632
633commit 9b4ad0aa5ee41a03f02a928e2fd9679044048bde
634Author: Brad Spengler <spender@grsecurity.net>
635Date: Sun Jan 15 12:18:18 2017 -0500
636
637 Fix boot hang on 32-bit 4.8 kernels with SEGMEXEC enabled, reported by
638 osea at:
639 https://forums.grsecurity.net/viewtopic.php?f=3&t=4643
640
641 mm/memory.c | 11 +++++++++++
642 1 file changed, 11 insertions(+)
643
644commit 2c93d3e0efb5b3d413cf2c0c5ac56faf47fa3e2d
645Author: Brad Spengler <spender@grsecurity.net>
646Date: Sun Jan 15 08:52:57 2017 -0500
647
648 Allow USERCOPY to be disabled, was a bug in PaX that somehow slipped through
649 the holiday cracks
650
651 Reported by Chris Henhawke at:
652 https://bugs.gentoo.org/show_bug.cgi?id=603188
653
654 security/Kconfig | 2 +-
655 1 file changed, 1 insertion(+), 1 deletion(-)
656
657commit e86618efec929cb7f77480f35b21154368f2e7d1
658Author: John Sperbeck <jsperbeck@google.com>
659Date: Tue Jan 10 16:58:24 2017 -0800
660
661 From the team that brought you useless improvements to the useless KASLR:
662 Useless mitigation causing likely privesc, with one of the worst commit messages
663 of all time (that wasn't written by an upstream developer for once -- to his credit,
664 Andrew Morton actually demanded more info (albeit receiving it in vague quality),
665 without which this commit message would have been even more sparse.
666
667 Someone should request a CVE for this:
668
669 mm/slab.c: fix SLAB freelist randomization duplicate entries
670
671 This patch fixes a bug in the freelist randomization code. When a high
672 random number is used, the freelist will contain duplicate entries. It
673 will result in different allocations sharing the same chunk.
674
675 It will result in odd behaviours and crashes. It should be uncommon but
676 it depends on the machines. We saw it happening more often on some
677 machines (every few hours of running tests).
678
679 Fixes: c7ce4f60ac19 ("mm: SLAB freelist randomization")
680 Link: http://lkml.kernel.org/r/20170103181908.143178-1-thgarnie@google.com
681 Signed-off-by: John Sperbeck <jsperbeck@google.com>
682 Signed-off-by: Thomas Garnier <thgarnie@google.com>
683 Cc: Christoph Lameter <cl@linux.com>
684 Cc: Pekka Enberg <penberg@kernel.org>
685 Cc: David Rientjes <rientjes@google.com>
686 Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
687 Cc: <stable@vger.kernel.org>
688 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
689 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
690
691 mm/slab.c | 8 ++++----
692 1 file changed, 4 insertions(+), 4 deletions(-)
693
694commit f7abe91bbcb4950f9c611fadd813b6dbe68db74b
695Merge: 124f515 006324d
696Author: Brad Spengler <spender@grsecurity.net>
697Date: Mon Jan 9 07:22:15 2017 -0500
698
699 Merge branch 'pax-test' into grsec-test
700
701commit 006324d50d856bb254eb375407bc0478f8ae95eb
702Merge: 2f6e197 3d8f8d0
703Author: Brad Spengler <spender@grsecurity.net>
704Date: Mon Jan 9 07:22:06 2017 -0500
705
706 Merge branch 'linux-4.8.y' into pax-test
707
708commit 124f5155ead017e547c2a3736a312762870d4b0d
709Author: Brad Spengler <spender@grsecurity.net>
710Date: Fri Jan 6 18:03:39 2017 -0500
711
712 compile fix
713
714 fs/exec.c | 2 +-
715 1 file changed, 1 insertion(+), 1 deletion(-)
716
717commit 655fffef715aff25550a3a90eaf4a7d06426ed8f
718Author: Brad Spengler <spender@grsecurity.net>
719Date: Fri Jan 6 17:57:28 2017 -0500
720
721 compile fix
722
723 fs/exec.c | 2 +-
724 kernel/ptrace.c | 3 ++-
725 2 files changed, 3 insertions(+), 2 deletions(-)
726
727commit a4f3d168f78cb8d84eaabba7dd501799b1f6e5a1
728Merge: c86a12c 2f6e197
729Author: Brad Spengler <spender@grsecurity.net>
730Date: Fri Jan 6 09:01:05 2017 -0500
731
732 Merge branch 'pax-test' into grsec-test
733
734commit 2f6e19780747cdf28176251e19d15c2741b58813
735Merge: a685c6f c65ed08
736Author: Brad Spengler <spender@grsecurity.net>
737Date: Fri Jan 6 08:01:20 2017 -0500
738
739 Merge branch 'linux-4.8.y' into pax-test
740
741commit c86a12c6f8a8551a0025ad531abe9d383e7388d2
742Author: Brad Spengler <spender@grsecurity.net>
743Date: Tue Jan 3 17:37:11 2017 -0500
744
745 Fix an off-by-one in reporting some denied socket families, as reported by
746 Blub
747
748 grsecurity/gracl_ip.c | 2 +-
749 1 file changed, 1 insertion(+), 1 deletion(-)
750
751commit 85f6681653925320e2040a772aa9526d7bdbe083
752Merge: 9d7ca54 a685c6f
753Author: Brad Spengler <spender@grsecurity.net>
754Date: Tue Jan 3 17:18:37 2017 -0500
755
756 Merge branch 'pax-test' into grsec-test
757
758commit a685c6fc603aac945ce129adfcbeb9b05b0aba62
759Author: Brad Spengler <spender@grsecurity.net>
760Date: Tue Jan 3 17:18:07 2017 -0500
761
762 Update to pax-linux-4.8.15-test9.patch:
763 - fixed a few compiler warnings due to KERNEXEC and constification, reported by spender
764 - made a few micro-optimizations to lretq usage on amd64 and BUG_ON
765 - updated gcc-common.h and the plugins to eliminate some code bloat in pass registration
766 - fixed the use of build_string in all gcc plugins as it doesn't set TREE_TYPE itself
767
768 arch/x86/kernel/head_64.S | 6 +-
769 drivers/hv/hv.c | 2 +-
770 drivers/net/ethernet/amd/xgbe/xgbe.h | 6 +-
771 include/asm-generic/bug.h | 2 +-
772 scripts/gcc-plugins/checker_plugin.c | 15 +--
773 scripts/gcc-plugins/colorize_plugin.c | 8 +-
774 scripts/gcc-plugins/constify_plugin.c | 9 +-
775 scripts/gcc-plugins/cyc_complexity_plugin.c | 8 +-
776 scripts/gcc-plugins/gcc-common.h | 106 ++++++++++++++++++---
777 scripts/gcc-plugins/initify_plugin.c | 12 +--
778 scripts/gcc-plugins/kallocstat_plugin.c | 8 +-
779 scripts/gcc-plugins/kernexec_plugin.c | 28 ++----
780 scripts/gcc-plugins/latent_entropy_plugin.c | 10 +-
781 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 24 ++---
782 scripts/gcc-plugins/sancov_plugin.c | 14 ++-
783 .../insert_size_overflow_asm.c | 6 +-
784 .../size_overflow_plugin/size_overflow_ipa.c | 2 +-
785 .../size_overflow_plugin/size_overflow_plugin.c | 26 ++---
786 .../size_overflow_plugin/size_overflow_transform.c | 4 +-
787 .../size_overflow_transform_core.c | 20 +---
788 scripts/gcc-plugins/stackleak_plugin.c | 18 +---
789 scripts/gcc-plugins/structleak_plugin.c | 8 +-
790 22 files changed, 164 insertions(+), 178 deletions(-)
791
792commit 9d7ca543b94c0203affd278739c77992ccaa7ba6
793Author: Brad Spengler <spender@grsecurity.net>
794Date: Fri Dec 30 18:21:59 2016 -0500
795
796 Fix virtualbox host compatibility as reported by aurelf at:
797 https://forums.grsecurity.net/viewtopic.php?f=3&t=4634
798
799 This will be reverted once the VirtualBox devs stop disabling
800 SMAP unnecessarily, which seems like it will happen never.
801 Anyone who cares about security of their host system shouldn't
802 use VirtualBox, as it already precludes the use of KERNEXEC, UDEREF,
803 and RANDKSTACK.
804
805 arch/x86/include/asm/irqflags.h | 4 ++++
806 1 file changed, 4 insertions(+)
807
808commit cec0b19f2d7ac2d8f8357aee654dddd4418086b8
809Author: Brad Spengler <spender@grsecurity.net>
810Date: Thu Dec 22 22:19:33 2016 -0500
811
812 Make HIDESYM select PAX_USERCOPY instead of the now nonexistent PAX_USERCOPY_SLABS
813
814 grsecurity/Kconfig | 2 +-
815 1 file changed, 1 insertion(+), 1 deletion(-)
816
817commit 61c3fa5b25ecc4a7c4f3d531a5cc76adeb89336c
818Author: Brad Spengler <spender@grsecurity.net>
819Date: Thu Dec 15 18:36:17 2016 -0500
820
821 Update size_overflow hash table
822
823 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 1 +
824 1 file changed, 1 insertion(+)
825
826commit 58e3f480aa38ec2007ec86afdbe668cf30238cd2
827Author: Linus Torvalds <torvalds@linux-foundation.org>
828Date: Wed Dec 14 12:45:25 2016 -0800
829
830 vfs,mm: fix return value of read() at s_maxbytes
831
832 We truncated the possible read iterator to s_maxbytes in commit
833 c2a9737f45e2 ("vfs,mm: fix a dead loop in truncate_inode_pages_range()"),
834 but our end condition handling was wrong: it's not an error to try to
835 read at the end of the file.
836
837 Reading past the end should return EOF (0), not EINVAL.
838
839 See for example
840
841 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1649342
842 http://lists.gnu.org/archive/html/bug-coreutils/2016-12/msg00008.html
843
844 where a md5sum of a maximally sized file fails because the final read is
845 exactly at s_maxbytes.
846
847 Fixes: c2a9737f45e2 ("vfs,mm: fix a dead loop in truncate_inode_pages_range()")
848 Reported-by: Joseph Salisbury <joseph.salisbury@canonical.com>
849 Cc: Wei Fang <fangwei1@huawei.com>
850 Cc: Christoph Hellwig <hch@infradead.org>
851 Cc: Dave Chinner <david@fromorbit.com>
852 Cc: Al Viro <viro@zeniv.linux.org.uk>
853 Cc: Andrew Morton <akpm@linux-foundation.org>
854 Cc: stable@kernel.org
855 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
856
857 mm/filemap.c | 2 +-
858 1 file changed, 1 insertion(+), 1 deletion(-)
859
860commit 70975981c11bc45fd4ad44e9a6f5e8c2210a14f6
861Merge: 3a0285a 224c7ab
862Author: Brad Spengler <spender@grsecurity.net>
863Date: Thu Dec 15 17:43:49 2016 -0500
864
865 Merge branch 'pax-test' into grsec-test
866
867commit 224c7ab2cacdcf25cc319978f7fbe64f519f03f0
868Merge: ccbe963 8bba2e2
869Author: Brad Spengler <spender@grsecurity.net>
870Date: Thu Dec 15 17:43:37 2016 -0500
871
872 Merge branch 'linux-4.8.y' into pax-test
873
874commit 3a0285abbc886698581f682e6d269143c1709031
875Merge: eec49c3 ccbe963
876Author: Brad Spengler <spender@grsecurity.net>
877Date: Sat Dec 10 17:49:55 2016 -0500
878
879 Merge branch 'pax-test' into grsec-test
880
881commit ccbe96350259e7d78fb4178ab1e5ece026641816
882Merge: dd08da6 7b8c57c
883Author: Brad Spengler <spender@grsecurity.net>
884Date: Sat Dec 10 17:49:17 2016 -0500
885
886 Update to pax-linux-4.8.14-test8.patch:
887 - fixed hyperv hypercall page handling when compiled as a module, reported by Kyle Spiers (kyle@atomicorp.com)
888 - fixed a logic error in initify that initified some ineligible functions triggering a boot crash under hyperv, reported by Kyle Spiers (kyle@atomicorp.com)
889 - Emese turned the compile time error checking of the nocapture attribute into a warning instead
890 - prototypes were missing for make_*_pass(), reported by Andrew Donnellan <andrew.donnellan@au1.ibm.com>
891
892 Merge branch 'linux-4.8.y' into pax-test
893
894commit eec49c307bcebdfb24cd0c9d1d69282490d30e90
895Merge: 2fd4ed6 dd08da6
896Author: Brad Spengler <spender@grsecurity.net>
897Date: Thu Dec 8 20:03:08 2016 -0500
898
899 Merge branch 'pax-test' into grsec-test
900
901commit dd08da6af044ecb2b82a0be6bb57a8814637a10e
902Author: Brad Spengler <spender@grsecurity.net>
903Date: Thu Dec 8 20:02:44 2016 -0500
904
905 Forward-port some PaX changes:
906 - fixed hyperv hypercall page handling when compiled as a module, reported by Kyle Spiers (kyle@atomicorp.com)
907 - fixed a logic error in initify that initified some ineligible functions triggering a boot crash under hyperv, reported by Kyle Spiers (kyle@atomicorp.com)
908 - Emese turned the compile time error checking of the nocapture attribute into a warning instead
909
910 drivers/hv/hv.c | 2 +-
911 scripts/gcc-plugins/initify_plugin.c | 14 ++++++--------
912 2 files changed, 7 insertions(+), 9 deletions(-)
913
914commit 2fd4ed677eead793deb99095d0fea1014947fc1f
915Author: David Ahern <dsa@cumulusnetworks.com>
916Date: Sun Nov 27 18:52:53 2016 -0800
917
918 net: handle no dst on skb in icmp6_send
919
920 Andrey reported the following while fuzzing the kernel with syzkaller:
921
922 kasan: CONFIG_KASAN_INLINE enabled
923 kasan: GPF could be caused by NULL-ptr deref or user memory access
924 general protection fault: 0000 [#1] SMP KASAN
925 Modules linked in:
926 CPU: 0 PID: 3859 Comm: a.out Not tainted 4.9.0-rc6+ #429
927 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
928 task: ffff8800666d4200 task.stack: ffff880067348000
929 RIP: 0010:[<ffffffff833617ec>] [<ffffffff833617ec>]
930 icmp6_send+0x5fc/0x1e30 net/ipv6/icmp.c:451
931 RSP: 0018:ffff88006734f2c0 EFLAGS: 00010206
932 RAX: ffff8800666d4200 RBX: 0000000000000000 RCX: 0000000000000000
933 RDX: 0000000000000000 RSI: dffffc0000000000 RDI: 0000000000000018
934 RBP: ffff88006734f630 R08: ffff880064138418 R09: 0000000000000003
935 R10: dffffc0000000000 R11: 0000000000000005 R12: 0000000000000000
936 R13: ffffffff84e7e200 R14: ffff880064138484 R15: ffff8800641383c0
937 FS: 00007fb3887a07c0(0000) GS:ffff88006cc00000(0000) knlGS:0000000000000000
938 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
939 CR2: 0000000020000000 CR3: 000000006b040000 CR4: 00000000000006f0
940 Stack:
941 ffff8800666d4200 ffff8800666d49f8 ffff8800666d4200 ffffffff84c02460
942 ffff8800666d4a1a 1ffff1000ccdaa2f ffff88006734f498 0000000000000046
943 ffff88006734f440 ffffffff832f4269 ffff880064ba7456 0000000000000000
944 Call Trace:
945 [<ffffffff83364ddc>] icmpv6_param_prob+0x2c/0x40 net/ipv6/icmp.c:557
946 [< inline >] ip6_tlvopt_unknown net/ipv6/exthdrs.c:88
947 [<ffffffff83394405>] ip6_parse_tlv+0x555/0x670 net/ipv6/exthdrs.c:157
948 [<ffffffff8339a759>] ipv6_parse_hopopts+0x199/0x460 net/ipv6/exthdrs.c:663
949 [<ffffffff832ee773>] ipv6_rcv+0xfa3/0x1dc0 net/ipv6/ip6_input.c:191
950 ...
951
952 icmp6_send / icmpv6_send is invoked for both rx and tx paths. In both
953 cases the dst->dev should be preferred for determining the L3 domain
954 if the dst has been set on the skb. Fallback to the skb->dev if it has
955 not. This covers the case reported here where icmp6_send is invoked on
956 Rx before the route lookup.
957
958 Fixes: 5d41ce29e ("net: icmp6_send should use dst dev to determine L3 domain")
959 Reported-by: Andrey Konovalov <andreyknvl@google.com>
960 Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
961 Signed-off-by: David S. Miller <davem@davemloft.net>
962
963 net/ipv6/icmp.c | 6 ++++--
964 1 file changed, 4 insertions(+), 2 deletions(-)
965
966commit 15977cda939cb4a2072de08f265d2d95a97c5c9c
967Merge: 4d51197 5d6499b
968Author: Brad Spengler <spender@grsecurity.net>
969Date: Thu Dec 8 19:56:26 2016 -0500
970
971 Merge branch 'pax-test' into grsec-test
972
973commit 5d6499bbf52429aee789035bda61df32919293e0
974Merge: f3f4924 55d64c0
975Author: Brad Spengler <spender@grsecurity.net>
976Date: Thu Dec 8 19:56:19 2016 -0500
977
978 Merge branch 'linux-4.8.y' into pax-test
979
980commit 4d51197ad44024df9dcb2f8f3bc871d5cc185808
981Author: Philip Pettersson <philip.pettersson@gmail.com>
982Date: Wed Nov 30 14:55:36 2016 -0800
983
984 Not unpriv privilege escalation on any version of grsecurity --
985 (contrary to copy+pasted Arch Linux security advisories)
986 we've disabled unprivileged userns ever since it existed.
987
988 packet: fix race condition in packet_set_ring
989
990 When packet_set_ring creates a ring buffer it will initialize a
991 struct timer_list if the packet version is TPACKET_V3. This value
992 can then be raced by a different thread calling setsockopt to
993 set the version to TPACKET_V1 before packet_set_ring has finished.
994
995 This leads to a use-after-free on a function pointer in the
996 struct timer_list when the socket is closed as the previously
997 initialized timer will not be deleted.
998
999 The bug is fixed by taking lock_sock(sk) in packet_setsockopt when
1000 changing the packet version while also taking the lock at the start
1001 of packet_set_ring.
1002
1003 Fixes: f6fb8f100b80 ("af-packet: TPACKET_V3 flexible buffer implementation.")
1004 Signed-off-by: Philip Pettersson <philip.pettersson@gmail.com>
1005 Signed-off-by: Eric Dumazet <edumazet@google.com>
1006 Signed-off-by: David S. Miller <davem@davemloft.net>
1007
1008 net/packet/af_packet.c | 18 ++++++++++++------
1009 1 file changed, 12 insertions(+), 6 deletions(-)
1010
1011commit 8fb1a916b99396cae8f6961d1734ea51c333e8ae
1012Merge: 54050b7 f3f4924
1013Author: Brad Spengler <spender@grsecurity.net>
1014Date: Tue Dec 6 21:42:51 2016 -0500
1015
1016 Merge branch 'pax-test' into grsec-test
1017
1018commit f3f49240500f0393101d222410f48f68c481959b
1019Author: Brad Spengler <spender@grsecurity.net>
1020Date: Tue Dec 6 21:42:28 2016 -0500
1021
1022 Update to pax-linux-4.8.12-test7.patch:
1023 - fixed non-executable HIBERNATION resume code on amd64, reported and partially fixed by Arseny Solokha <asolokha@gmx.com>
1024 - fixed USERCOPY compile regression with old gcc versions, reported by André Ferraz
1025 - fixed ENDPROC use on atomic functions on sparc64
1026 - fixed return value checking of convert_ip_to_linear
1027 - fixed a few function types for RAP
1028
1029 arch/arm64/include/asm/processor.h | 7 -------
1030 arch/sparc/lib/atomic_64.S | 8 ++++----
1031 arch/x86/kernel/step.c | 2 +-
1032 arch/x86/mm/fault.c | 5 ++++-
1033 arch/x86/power/cpu.c | 4 ++++
1034 arch/x86/power/hibernate_64.c | 11 +++++------
1035 drivers/misc/lkdtm_core.c | 2 +-
1036 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
1037 include/linux/init_task.h | 1 -
1038 9 files changed, 20 insertions(+), 22 deletions(-)
1039
1040commit 54050b78ed9dc52e72180f178a38474606a09d5c
1041Merge: 736e717 34c61d4
1042Author: Brad Spengler <spender@grsecurity.net>
1043Date: Sat Dec 3 09:14:47 2016 -0500
1044
1045 Merge branch 'pax-test' into grsec-test
1046
1047commit 34c61d446390e30aa6b5c6940618a500c894a397
1048Merge: 99257a4 356ccf6
1049Author: Brad Spengler <spender@grsecurity.net>
1050Date: Sat Dec 3 09:14:32 2016 -0500
1051
1052 Merge branch 'linux-4.8.y' into pax-test
1053
1054commit 736e717e33565dd4e71870b60d310e1d5aa3d0cd
1055Merge: 6e1844a 99257a4
1056Author: Brad Spengler <spender@grsecurity.net>
1057Date: Sun Nov 27 11:33:24 2016 -0500
1058
1059 Merge branch 'pax-test' into grsec-test
1060
1061commit 99257a4169235bbe2576eb44ce2e0ce640070a17
1062Author: Brad Spengler <spender@grsecurity.net>
1063Date: Sun Nov 27 11:32:06 2016 -0500
1064
1065 Update to pax-linux-4.8.11-test6.patch:
1066 - fixed harmless compile warning introduced by a previous fix, reported by Matt Turner (https://bugs.gentoo.org/show_bug.cgi?id=599320#c11)
1067 - removed unnecessary objtree use in generating the size overflow hash tables
1068 - Emese worked around a size overflow false positive in drbd, reported by rot (https://forums.grsecurity.net/viewtopic.php?f=3&t=4526)
1069
1070 drivers/block/drbd/drbd_int.h | 2 +-
1071 kernel/trace/trace_printk.c | 6 ------
1072 scripts/gcc-plugins/size_overflow_plugin/Makefile | 4 ++--
1073 3 files changed, 3 insertions(+), 9 deletions(-)
1074
1075commit 6e1844aa17930704e360cd231fa5d12f3aadda1b
1076Author: Ard Biesheuvel <ard.biesheuvel@linaro.org>
1077Date: Mon Oct 17 15:05:33 2016 +0100
1078
1079 mac80211: move struct aead_req off the stack
1080
1081 Some crypto implementations (such as the generic CCM wrapper in crypto/)
1082 use scatterlists to map fields of private data in their struct aead_req.
1083 This means these data structures cannot live in the vmalloc area, which
1084 means that they cannot live on the stack (with CONFIG_VMAP_STACK.)
1085
1086 This currently occurs only with the generic software implementation, but
1087 the private data and usage is implementation specific, so move the whole
1088 data structures off the stack into heap by allocating every time we need
1089 to use them.
1090
1091 In addition, take care not to put any of our own stack allocations into
1092 scatterlists. This involves reserving some extra room when allocating the
1093 aead_request structures, and referring to those allocations in the scatter-
1094 lists (while copying the data from the stack before the crypto operation)
1095
1096 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
1097 Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1098
1099 net/mac80211/aes_ccm.c | 46 ++++++++++++++++++++++++++++++----------------
1100 net/mac80211/aes_ccm.h | 8 +++++---
1101 net/mac80211/aes_gcm.c | 43 ++++++++++++++++++++++++++++---------------
1102 net/mac80211/aes_gcm.h | 6 ++++--
1103 net/mac80211/aes_gmac.c | 26 +++++++++++++-------------
1104 net/mac80211/aes_gmac.h | 4 ++++
1105 net/mac80211/wpa.c | 22 +++++++++-------------
1106 7 files changed, 93 insertions(+), 62 deletions(-)
1107
1108commit c10e1633c41d5418e6eedc665582418a5befbb4f
1109Author: Brad Spengler <spender@grsecurity.net>
1110Date: Sun Nov 27 10:27:05 2016 -0500
1111
1112 Work around drbd size_overflow FP when SIZE_OVERFLOW_EXTRA is enabled, reported by rot at:
1113 https://forums.grsecurity.net/viewtopic.php?f=3&t=4526
1114
1115 drivers/block/drbd/drbd_int.h | 2 +-
1116 1 file changed, 1 insertion(+), 1 deletion(-)
1117
1118commit 249d9232cebd4152a203680c63759332cdac13cb
1119Merge: 18d46a8 b01d05b
1120Author: Brad Spengler <spender@grsecurity.net>
1121Date: Sat Nov 26 08:07:35 2016 -0500
1122
1123 Merge branch 'pax-test' into grsec-test
1124
1125commit b01d05b77234043e071a10852c021c594531af1b
1126Merge: 41ec71c 36bd5bf
1127Author: Brad Spengler <spender@grsecurity.net>
1128Date: Sat Nov 26 08:07:28 2016 -0500
1129
1130 Merge branch 'linux-4.8.y' into pax-test
1131
1132commit 18d46a8fa74de2cb68fb5e6678959e5e61c6fea6
1133Author: Brad Spengler <spender@grsecurity.net>
1134Date: Fri Nov 25 08:37:05 2016 -0500
1135
1136 Mark __phys_addr_nodebug() on x64 as always-inlined
1137
1138 arch/x86/include/asm/page_64.h | 2 +-
1139 1 file changed, 1 insertion(+), 1 deletion(-)
1140
1141commit 5dd906f677c6d649efad1b01da6d6965e15ac3db
1142Author: Andrey Ryabinin <aryabinin@virtuozzo.com>
1143Date: Thu Nov 24 13:23:10 2016 +0000
1144
1145 mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]
1146
1147 This fixes CVE-2016-8650.
1148
1149 If mpi_powm() is given a zero exponent, it wants to immediately return
1150 either 1 or 0, depending on the modulus. However, if the result was
1151 initalised with zero limb space, no limbs space is allocated and a
1152 NULL-pointer exception ensues.
1153
1154 Fix this by allocating a minimal amount of limb space for the result when
1155 the 0-exponent case when the result is 1 and not touching the limb space
1156 when the result is 0.
1157
1158 This affects the use of RSA keys and X.509 certificates that carry them.
1159
1160 BUG: unable to handle kernel NULL pointer dereference at (null)
1161 IP: [<ffffffff8138ce5d>] mpi_powm+0x32/0x7e6
1162 PGD 0
1163 Oops: 0002 [#1] SMP
1164 Modules linked in:
1165 CPU: 3 PID: 3014 Comm: keyctl Not tainted 4.9.0-rc6-fscache+ #278
1166 Hardware name: ASUS All Series/H97-PLUS, BIOS 2306 10/09/2014
1167 task: ffff8804011944c0 task.stack: ffff880401294000
1168 RIP: 0010:[<ffffffff8138ce5d>] [<ffffffff8138ce5d>] mpi_powm+0x32/0x7e6
1169 RSP: 0018:ffff880401297ad8 EFLAGS: 00010212
1170 RAX: 0000000000000000 RBX: ffff88040868bec0 RCX: ffff88040868bba0
1171 RDX: ffff88040868b260 RSI: ffff88040868bec0 RDI: ffff88040868bee0
1172 RBP: ffff880401297ba8 R08: 0000000000000000 R09: 0000000000000000
1173 R10: 0000000000000047 R11: ffffffff8183b210 R12: 0000000000000000
1174 R13: ffff8804087c7600 R14: 000000000000001f R15: ffff880401297c50
1175 FS: 00007f7a7918c700(0000) GS:ffff88041fb80000(0000) knlGS:0000000000000000
1176 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
1177 CR2: 0000000000000000 CR3: 0000000401250000 CR4: 00000000001406e0
1178 Stack:
1179 ffff88040868bec0 0000000000000020 ffff880401297b00 ffffffff81376cd4
1180 0000000000000100 ffff880401297b10 ffffffff81376d12 ffff880401297b30
1181 ffffffff81376f37 0000000000000100 0000000000000000 ffff880401297ba8
1182 Call Trace:
1183 [<ffffffff81376cd4>] ? __sg_page_iter_next+0x43/0x66
1184 [<ffffffff81376d12>] ? sg_miter_get_next_page+0x1b/0x5d
1185 [<ffffffff81376f37>] ? sg_miter_next+0x17/0xbd
1186 [<ffffffff8138ba3a>] ? mpi_read_raw_from_sgl+0xf2/0x146
1187 [<ffffffff8132a95c>] rsa_verify+0x9d/0xee
1188 [<ffffffff8132acca>] ? pkcs1pad_sg_set_buf+0x2e/0xbb
1189 [<ffffffff8132af40>] pkcs1pad_verify+0xc0/0xe1
1190 [<ffffffff8133cb5e>] public_key_verify_signature+0x1b0/0x228
1191 [<ffffffff8133d974>] x509_check_for_self_signed+0xa1/0xc4
1192 [<ffffffff8133cdde>] x509_cert_parse+0x167/0x1a1
1193 [<ffffffff8133d609>] x509_key_preparse+0x21/0x1a1
1194 [<ffffffff8133c3d7>] asymmetric_key_preparse+0x34/0x61
1195 [<ffffffff812fc9f3>] key_create_or_update+0x145/0x399
1196 [<ffffffff812fe227>] SyS_add_key+0x154/0x19e
1197 [<ffffffff81001c2b>] do_syscall_64+0x80/0x191
1198 [<ffffffff816825e4>] entry_SYSCALL64_slow_path+0x25/0x25
1199 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
1200 RIP [<ffffffff8138ce5d>] mpi_powm+0x32/0x7e6
1201 RSP <ffff880401297ad8>
1202 CR2: 0000000000000000
1203 ---[ end trace d82015255d4a5d8d ]---
1204
1205 Basically, this is a backport of a libgcrypt patch:
1206
1207 http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=patch;h=6e1adb05d290aeeb1c230c763970695f4a538526
1208
1209 Fixes: cdec9cb5167a ("crypto: GnuPG based MPI lib - source files (part 1)")
1210 Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
1211 Signed-off-by: David Howells <dhowells@redhat.com>
1212 cc: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
1213 cc: linux-ima-devel@lists.sourceforge.net
1214 cc: stable@vger.kernel.org
1215 Signed-off-by: James Morris <james.l.morris@oracle.com>
1216
1217 lib/mpi/mpi-pow.c | 7 ++++++-
1218 1 file changed, 6 insertions(+), 1 deletion(-)
1219
1220commit 218b2fc710bd61f32c7c0cf4556aa628bccf0382
1221Author: Andrey Ryabinin <aryabinin@virtuozzo.com>
1222Date: Thu Nov 24 13:23:03 2016 +0000
1223
1224 X.509: Fix double free in x509_cert_parse() [ver #3]
1225
1226 We shouldn't free cert->pub->key in x509_cert_parse() because
1227 x509_free_certificate() also does this:
1228 BUG: Double free or freeing an invalid pointer
1229 ...
1230 Call Trace:
1231 [<ffffffff81896c20>] dump_stack+0x63/0x83
1232 [<ffffffff81356571>] kasan_object_err+0x21/0x70
1233 [<ffffffff81356ed9>] kasan_report_double_free+0x49/0x60
1234 [<ffffffff813561ad>] kasan_slab_free+0x9d/0xc0
1235 [<ffffffff81350b7a>] kfree+0x8a/0x1a0
1236 [<ffffffff81844fbf>] public_key_free+0x1f/0x30
1237 [<ffffffff818455d4>] x509_free_certificate+0x24/0x90
1238 [<ffffffff818460bc>] x509_cert_parse+0x2bc/0x300
1239 [<ffffffff81846cae>] x509_key_preparse+0x3e/0x330
1240 [<ffffffff818444cf>] asymmetric_key_preparse+0x6f/0x100
1241 [<ffffffff8178bec0>] key_create_or_update+0x260/0x5f0
1242 [<ffffffff8178e6d9>] SyS_add_key+0x199/0x2a0
1243 [<ffffffff821d823b>] entry_SYSCALL_64_fastpath+0x1e/0xad
1244 Object at ffff880110bd1900, in cache kmalloc-512 size: 512
1245 ....
1246 Freed:
1247 PID = 2579
1248 [<ffffffff8104283b>] save_stack_trace+0x1b/0x20
1249 [<ffffffff813558f6>] save_stack+0x46/0xd0
1250 [<ffffffff81356183>] kasan_slab_free+0x73/0xc0
1251 [<ffffffff81350b7a>] kfree+0x8a/0x1a0
1252 [<ffffffff818460a3>] x509_cert_parse+0x2a3/0x300
1253 [<ffffffff81846cae>] x509_key_preparse+0x3e/0x330
1254 [<ffffffff818444cf>] asymmetric_key_preparse+0x6f/0x100
1255 [<ffffffff8178bec0>] key_create_or_update+0x260/0x5f0
1256 [<ffffffff8178e6d9>] SyS_add_key+0x199/0x2a0
1257 [<ffffffff821d823b>] entry_SYSCALL_64_fastpath+0x1e/0xad
1258
1259 Fixes: db6c43bd2132 ("crypto: KEYS: convert public key and digsig asym to the akcipher api")
1260 Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
1261 Cc: <stable@vger.kernel.org>
1262 Signed-off-by: David Howells <dhowells@redhat.com>
1263 Signed-off-by: James Morris <james.l.morris@oracle.com>
1264
1265 crypto/asymmetric_keys/x509_cert_parser.c | 1 -
1266 1 file changed, 1 deletion(-)
1267
1268commit 7ab38a1d2f20a0ee1646c61f69c5628868e36e1c
1269Author: Brad Spengler <spender@grsecurity.net>
1270Date: Fri Nov 25 15:04:31 2016 -0500
1271
1272 Mark RANDSTRUCT as depending on GCC_PLUGINS
1273
1274 grsecurity/Kconfig | 1 +
1275 1 file changed, 1 insertion(+)
1276
1277commit 4b779f90caef66bc904533a068e82ed7929a741f
1278Author: Brad Spengler <spender@grsecurity.net>
1279Date: Wed Nov 23 22:22:22 2016 -0500
1280
1281 whitespace cleanup
1282
1283 mm/usercopy.c | 6 +++---
1284 1 file changed, 3 insertions(+), 3 deletions(-)
1285
1286commit fa8c4d8069e8a83b3a30bedbb7b5281cc035722e
1287Author: Brad Spengler <spender@grsecurity.net>
1288Date: Wed Nov 23 21:36:42 2016 -0500
1289
1290 Fix regression on i386 KERNEXEC introduced by KSPP ripoff of USERCOPY
1291
1292 mm/usercopy.c | 9 +++++++++
1293 1 file changed, 9 insertions(+)
1294
1295commit 7bde68e909b1592b4de453d16d9efd544fdcf5d7
1296Merge: 104123c 41ec71c
1297Author: Brad Spengler <spender@grsecurity.net>
1298Date: Wed Nov 23 19:59:44 2016 -0500
1299
1300 Merge branch 'pax-test' into grsec-test
1301
1302commit 41ec71c4866375c87ea6d28341bfb980ec5805f3
1303Author: Brad Spengler <spender@grsecurity.net>
1304Date: Wed Nov 23 19:58:53 2016 -0500
1305
1306 Update to pax-linux-4.8.10-test5.patch:
1307 - worked around a false positive initify report with KMEMCHECK, reported by spender
1308 - fixed a compile error of the initify plugin with gcc 4.5
1309 - Emese fixed an infinite recursion bug in the initify plugin that triggered with certain gcc versions, reported by spender
1310 - worked around a false positive initify report with KMEMCHECK, reported by spender
1311 - fixed a compile error of the initify plugin with gcc 4.5
1312 - Emese fixed an infinite recursion bug in the initify plugin that triggered with certain gcc versions, reported by spender
1313
1314 fs/exofs/super.c | 7 +-
1315 kernel/trace/trace_printk.c | 11 +-
1316 net/netfilter/nf_log.c | 2 +-
1317 .../size_overflow_plugin/size_overflow.h | 8 +-
1318 .../size_overflow_plugin/size_overflow_debug.c | 4 +-
1319 .../size_overflow_plugin/size_overflow_ipa.c | 143 ++++++++++++++-------
1320 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
1321 .../size_overflow_plugin_hash.c | 40 +++---
1322 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
1323 9 files changed, 136 insertions(+), 87 deletions(-)
1324
1325commit 104123c7083b4b405c3d94e5cbcf8d82a3c1bf3b
1326Author: Joerg Roedel <jroedel@suse.de>
1327Date: Wed Sep 14 11:41:59 2016 +0200
1328
1329 iommu/amd: Don't put completion-wait semaphore on stack
1330
1331 The semaphore used by the AMD IOMMU to signal command
1332 completion lived on the stack until now, which was safe as
1333 the driver busy-waited on the semaphore with IRQs disabled,
1334 so the stack can't go away under the driver.
1335
1336 But the recently introduced vmap-based stacks break this as
1337 the physical address of the semaphore can't be determinded
1338 easily anymore. The driver used the __pa() macro, but that
1339 only works in the direct-mapping. The result were
1340 Completion-Wait timeout errors seen by the IOMMU driver,
1341 breaking system boot.
1342
1343 Since putting the semaphore on the stack is bad design
1344 anyway, move the semaphore into 'struct amd_iommu'. It is
1345 protected by the per-iommu lock and now in the direct
1346 mapping again. This fixes the Completion-Wait timeout errors
1347 and makes AMD IOMMU systems boot again with vmap-based
1348 stacks enabled.
1349
1350 Reported-by: Borislav Petkov <bp@alien8.de>
1351 Signed-off-by: Joerg Roedel <jroedel@suse.de>
1352 Cc: H. Peter Anvin <hpa@zytor.com>
1353 Cc: Linus Torvalds <torvalds@linux-foundation.org>
1354 Cc: Peter Zijlstra <peterz@infradead.org>
1355 Cc: Thomas Gleixner <tglx@linutronix.de>
1356 Signed-off-by: Ingo Molnar <mingo@kernel.org>
1357
1358 drivers/iommu/amd_iommu.c | 51 ++++++++++++++++++++++++++++-------------
1359 drivers/iommu/amd_iommu_types.h | 2 ++
1360 2 files changed, 37 insertions(+), 16 deletions(-)
1361
1362commit fb4681fbb3ac4fbfc38c4d878a769d9521b2cadc
1363Merge: 5c7c04f7 2eb064c
1364Author: Brad Spengler <spender@grsecurity.net>
1365Date: Mon Nov 21 07:32:06 2016 -0500
1366
1367 Merge branch 'pax-test' into grsec-test
1368
1369commit 2eb064cd06070c433afb5bbe06f2912c6fe4c0ca
1370Merge: ec40a67 cf5ae29
1371Author: Brad Spengler <spender@grsecurity.net>
1372Date: Mon Nov 21 07:31:48 2016 -0500
1373
1374 Merge branch 'linux-4.8.y' into pax-test
1375
1376commit 5c7c04f7c8fcb7a3730b34db41a0842ef0dbed51
1377Author: Brad Spengler <spender@grsecurity.net>
1378Date: Sat Nov 19 19:50:51 2016 -0500
1379
1380 compile fix
1381
1382 drivers/platform/x86/toshiba-wmi.c | 2 +-
1383 1 file changed, 1 insertion(+), 1 deletion(-)
1384
1385commit 05eb3d0ec6643c60f794937ba562fea97f5be897
1386Author: Brad Spengler <spender@grsecurity.net>
1387Date: Sat Nov 19 19:32:09 2016 -0500
1388
1389 compile fix
1390
1391 net/netfilter/nf_log.c | 2 +-
1392 1 file changed, 1 insertion(+), 1 deletion(-)
1393
1394commit fb9517eef2f4321b99e1427728ea81e7beb6709e
1395Author: Brad Spengler <spender@grsecurity.net>
1396Date: Sat Nov 19 19:26:19 2016 -0500
1397
1398 compile fix
1399
1400 drivers/platform/x86/toshiba-wmi.c | 2 +-
1401 1 file changed, 1 insertion(+), 1 deletion(-)
1402
1403commit d7be8fc340893cb7a61f295adf357433684c1412
1404Author: Brad Spengler <spender@grsecurity.net>
1405Date: Sat Nov 19 18:50:43 2016 -0500
1406
1407 Fix an instance of DMA on stack reported by jotik
1408
1409 drivers/tty/hvc/hvc_console.c | 13 +++++++++++--
1410 1 file changed, 11 insertions(+), 2 deletions(-)
1411
1412commit 491d119de68bd80666a5e0c9a45538b03a7e0359
1413Merge: d06ab17 ec40a67
1414Author: Brad Spengler <spender@grsecurity.net>
1415Date: Sat Nov 19 09:49:17 2016 -0500
1416
1417 Merge branch 'pax-test' into grsec-test
1418
1419commit ec40a67f38da6771cc50d21b8bdfef7fe85c13f9
1420Merge: d10440d 8765773
1421Author: Brad Spengler <spender@grsecurity.net>
1422Date: Sat Nov 19 09:48:59 2016 -0500
1423
1424 Merge branch 'linux-4.8.y' into pax-test
1425
1426commit d06ab1776f143f4c0f040b37b5d4be02fb4c2b2f
1427Author: Brad Spengler <spender@grsecurity.net>
1428Date: Wed Nov 16 20:06:47 2016 -0500
1429
1430 Move location of GRKERNSEC_BRUTE call, otherwise on systems with suid
1431 dumping enabled, the crash of a suid/fscapped binary will not produce a
1432 coredump as a SIGKILL to the other threads of the process will trigger
1433 a group exit. Thanks to Michael Hu and Meenakshi Selvaraj for the report!
1434
1435 fs/coredump.c | 6 +++---
1436 1 file changed, 3 insertions(+), 3 deletions(-)
1437
1438commit 2deb6e90bf515a547273218c9e5e80362cedf5f4
1439Merge: 538290f d10440d
1440Author: Brad Spengler <spender@grsecurity.net>
1441Date: Tue Nov 15 07:22:21 2016 -0500
1442
1443 Merge branch 'pax-test' into grsec-test
1444
1445commit d10440da199a8c4601cf572c85c240b391d7ff1c
1446Author: Brad Spengler <spender@grsecurity.net>
1447Date: Tue Nov 15 07:21:39 2016 -0500
1448
1449 Forward-port PaX INITIFY updates:
1450 - Emese fixed an infinite recursion bug in the initify plugin that triggered with certain gcc versions, reported by spender
1451 - fixed a copy-paste error in the previous initify compile error fix
1452
1453 scripts/gcc-plugins/initify_plugin.c | 7 +++----
1454 1 file changed, 3 insertions(+), 4 deletions(-)
1455
1456commit 538290f125d86e96ca1cb58ec6b6dc42c6df94f5
1457Merge: 29790c8 0651bb9
1458Author: Brad Spengler <spender@grsecurity.net>
1459Date: Tue Nov 15 07:16:37 2016 -0500
1460
1461 Merge branch 'pax-test' into grsec-test
1462
1463commit 0651bb9a29497614f2ac8907576e13c25d14417d
1464Merge: 3dccfc8 61385cc
1465Author: Brad Spengler <spender@grsecurity.net>
1466Date: Tue Nov 15 07:16:23 2016 -0500
1467
1468 Merge branch 'linux-4.8.y' into pax-test
1469
1470commit 29790c808b36fed3643adb45a52ddd1eaf215d5a
1471Merge: 884f7d7 3dccfc8
1472Author: Brad Spengler <spender@grsecurity.net>
1473Date: Mon Nov 14 21:55:00 2016 -0500
1474
1475 Merge branch 'pax-test' into grsec-test
1476
1477commit 3dccfc8eb94c31bb44f90f2d5673867d47ceeae1
1478Author: Brad Spengler <spender@grsecurity.net>
1479Date: Mon Nov 14 21:53:56 2016 -0500
1480
1481 Forward-ported PaX updates (so all patches can be released tonight):
1482 - worked around a false positive initify report with KMEMCHECK, reported by spender
1483 - fixed a compile error of the initify plugin with gcc 4.5
1484
1485 lib/Kconfig.kmemcheck | 1 +
1486 scripts/gcc-plugins/initify_plugin.c | 8 ++++++++
1487 2 files changed, 9 insertions(+)
1488
1489commit 884f7d7137f2cb388491c398a22b555c9e04bd3b
1490Author: Brad Spengler <spender@grsecurity.net>
1491Date: Mon Nov 14 08:52:36 2016 -0500
1492
1493 re-enable INITIFY
1494
1495 security/Kconfig | 1 -
1496 1 file changed, 1 deletion(-)
1497
1498commit 1199c8fee72e0204eef6e517acf1d17e1edb35d0
1499Author: Brad Spengler <spender@grsecurity.net>
1500Date: Sat Nov 12 09:28:52 2016 -0500
1501
1502 always clear after restore
1503
1504 kernel/power/snapshot.c | 2 --
1505 1 file changed, 2 deletions(-)
1506
1507commit 6ee3a03e6b4610d3a4c8536222e613c9381d310a
1508Author: Brad Spengler <spender@grsecurity.net>
1509Date: Sat Nov 12 07:48:59 2016 -0500
1510
1511 Remove duplicate function definition caused by bad git merge
1512 Thanks to Toralf Foerster for the report
1513
1514 kernel/power/snapshot.c | 20 --------------------
1515 1 file changed, 20 deletions(-)
1516
1517commit 972fc7c4ab01bed5011f92621c0235a29b964321
1518Merge: b797a7f 179609c
1519Author: Brad Spengler <spender@grsecurity.net>
1520Date: Thu Nov 10 21:30:42 2016 -0500
1521
1522 Merge branch 'pax-test' into grsec-test
1523
1524commit 179609c35bcb2c28967e27dd71850a64dd8d2457
1525Author: Brad Spengler <spender@grsecurity.net>
1526Date: Thu Nov 10 21:28:09 2016 -0500
1527
1528 Update to pax-linux-4.8.7-test3.patch
1529
1530 Makefile | 5 +-
1531 arch/x86/kernel/alternative.c | 2 +
1532 arch/x86/kernel/cpu/intel.c | 6 +
1533 arch/x86/kernel/tsc.c | 3 +
1534 .../gcc-plugins/size_overflow_plugin/.gitignore | 5 +-
1535 .../gcc-plugins/size_overflow_plugin/e_fields.data | 240 ++++++++++++++++---
1536 .../gcc-plugins/size_overflow_plugin/e_fns.data | 262 +++++++++++++++++++--
1537 .../gcc-plugins/size_overflow_plugin/e_vars.data | 3 +
1538 8 files changed, 467 insertions(+), 59 deletions(-)
1539
1540commit b797a7f8f1bd6dd882c302108d3e0e24eec4eb52
1541Merge: c65bef9 61c5e35
1542Author: Brad Spengler <spender@grsecurity.net>
1543Date: Thu Nov 10 18:47:19 2016 -0500
1544
1545 Merge branch 'pax-test' into grsec-test
1546
1547commit 61c5e357c8e096078f3087cc1c9945311580ef58
1548Merge: 26e177d 567aeca
1549Author: Brad Spengler <spender@grsecurity.net>
1550Date: Thu Nov 10 18:47:09 2016 -0500
1551
1552 Merge branch 'linux-4.8.y' into pax-test
1553
1554commit c65bef9442a61a12256456658a6e3a3aa6f0017c
1555Author: Brad Spengler <spender@grsecurity.net>
1556Date: Wed Nov 9 17:22:04 2016 -0500
1557
1558 Add SLAB_USERCOPY backward compatibility for out of tree modules
1559
1560 include/linux/slab.h | 7 +++++++
1561 mm/slab_common.c | 3 ++-
1562 2 files changed, 9 insertions(+), 1 deletion(-)
1563
1564commit 9f7c67696110c732bc080f27629a93c652aa6784
1565Merge: 8c2ed61 26e177d
1566Author: Brad Spengler <spender@grsecurity.net>
1567Date: Wed Nov 9 17:13:02 2016 -0500
1568
1569 Merge branch 'pax-test' into grsec-test
1570
1571commit 26e177df8561bd7b261090dcce16f8bc5a166e43
1572Author: Brad Spengler <spender@grsecurity.net>
1573Date: Wed Nov 9 17:11:43 2016 -0500
1574
1575 Update to pax-linux-4.8.6-test2.patch:
1576 - fixed resume regression on X86 caused by the recent constification of boot_cpu_data, reported by Joe Gabinsky (https://bugs.archlinux.org/task/51767)
1577 - worked around a compile error with gcc enforced PIE, reported by Carlos Carvalho (https://forums.grsecurity.net/viewtopic.php?f=3&t=4607)
1578 - fixed a latent entropy compile error that triggered on arm, reported by spender
1579
1580 Makefile | 2 ++
1581 arch/x86/include/asm/irqflags.h | 2 ++
1582 arch/x86/include/asm/uaccess_32.h | 3 +++
1583 arch/x86/include/asm/uaccess_64.h | 4 ++++
1584 arch/x86/kernel/acpi/wakeup_32.S | 2 ++
1585 arch/x86/kernel/acpi/wakeup_64.S | 2 ++
1586 arch/x86/kernel/cpu/common.c | 6 ++++++
1587 arch/x86/kernel/vm86_32.c | 6 ++----
1588 arch/x86/power/hibernate_asm_32.S | 2 ++
1589 arch/x86/power/hibernate_asm_64.S | 2 ++
1590 fs/pstore/ftrace.c | 1 +
1591 kernel/events/hw_breakpoint.c | 1 +
1592 mm/slab.c | 14 +++++++-------
1593 scripts/gcc-plugins/latent_entropy_plugin.c | 4 ++--
1594 scripts/gcc-plugins/size_overflow_plugin/disable.data | 3 +++
1595 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 5 +----
1596 16 files changed, 42 insertions(+), 17 deletions(-)
1597
1598commit 8c2ed61b048133cef4d19cbcfad489c5229c6d85
1599Author: Brad Spengler <spender@grsecurity.net>
1600Date: Wed Nov 9 17:08:54 2016 -0500
1601
1602 re-enable latent_entropy on ARM
1603
1604 security/Kconfig | 1 -
1605 1 file changed, 1 deletion(-)
1606
1607commit f111a022d48483a796d7f6d170e5165fa17c32aa
1608Author: Brad Spengler <spender@grsecurity.net>
1609Date: Tue Nov 8 21:10:00 2016 -0500
1610
1611 Update size_overflow hash tables
1612
1613 scripts/gcc-plugins/size_overflow_plugin/e_fields.data | 1 +
1614 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 1 +
1615 2 files changed, 2 insertions(+)
1616
1617commit f4e7a9c6e5c14a7d9765191e4fdae902e777a62b
1618Author: Brad Spengler <spender@grsecurity.net>
1619Date: Tue Nov 8 20:39:56 2016 -0500
1620
1621 Update size_overflow hash table
1622
1623 .../gcc-plugins/size_overflow_plugin/e_fields.data | 87 ++++++++++++++++++----
1624 .../gcc-plugins/size_overflow_plugin/e_fns.data | 81 +++++++++++++++++---
1625 2 files changed, 143 insertions(+), 25 deletions(-)
1626
1627commit f3a2f418e4c8c9e7a3c8e44994a9b789b755f690
1628Author: Brad Spengler <spender@grsecurity.net>
1629Date: Tue Nov 8 20:27:26 2016 -0500
1630
1631 Update size_overflow hash table
1632
1633 scripts/gcc-plugins/size_overflow_plugin/e_fields.data | 1 +
1634 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 1 +
1635 2 files changed, 2 insertions(+)
1636
1637commit 7429f39d5af5c7c6744dadbc8cef6fb09bba0378
1638Author: Brad Spengler <spender@grsecurity.net>
1639Date: Tue Nov 8 20:22:07 2016 -0500
1640
1641 compile fix
1642
1643 security/Kconfig | 2 +-
1644 1 file changed, 1 insertion(+), 1 deletion(-)
1645
1646commit 2c1be792d3b1eced5c977f431b97a6f358257c7d
1647Author: Brad Spengler <spender@grsecurity.net>
1648Date: Tue Nov 8 20:15:52 2016 -0500
1649
1650 Disable LATENT_ENTROPY on ARM temporarily
1651
1652 security/Kconfig | 1 +
1653 1 file changed, 1 insertion(+)
1654
1655commit 5baa2459453f698c59713d66c19a35ceb08c6423
1656Author: Brad Spengler <spender@grsecurity.net>
1657Date: Tue Nov 8 19:28:11 2016 -0500
1658
1659 Update size_overflow hash tables
1660
1661 .../gcc-plugins/size_overflow_plugin/e_fields.data | 19 +++++++++--
1662 .../gcc-plugins/size_overflow_plugin/e_fns.data | 38 ++++++++++++++++++++--
1663 .../gcc-plugins/size_overflow_plugin/e_vars.data | 2 ++
1664 3 files changed, 55 insertions(+), 4 deletions(-)
1665
1666commit e6ff4162464e018c08a58689f60664f96786a4e0
1667Author: Brad Spengler <spender@grsecurity.net>
1668Date: Tue Nov 8 19:23:13 2016 -0500
1669
1670 Update size_overflow hash tables
1671
1672 .../gcc-plugins/size_overflow_plugin/e_fields.data | 132 +++++++++++++++++---
1673 .../gcc-plugins/size_overflow_plugin/e_fns.data | 135 +++++++++++++++++++--
1674 .../gcc-plugins/size_overflow_plugin/e_vars.data | 1 +
1675 3 files changed, 243 insertions(+), 25 deletions(-)
1676
1677commit ee26614f6745609f79b28620130afa73b2c86ff8
1678Author: Brad Spengler <spender@grsecurity.net>
1679Date: Tue Nov 8 19:10:38 2016 -0500
1680
1681 Update size_overflow hash table
1682
1683 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 8 ++++++++
1684 1 file changed, 8 insertions(+)
1685
1686commit d3291c0dc6f25e59c8c402b66416cf0f4f6dddb7
1687Author: Brad Spengler <spender@grsecurity.net>
1688Date: Tue Nov 8 19:03:02 2016 -0500
1689
1690 Initial import of grsecurity 3.1 for Linux 4.8.6
1691
1692 Documentation/dontdiff | 2 +
1693 Documentation/kernel-parameters.txt | 6 +
1694 Documentation/sysctl/kernel.txt | 15 +
1695 Makefile | 8 +-
1696 arch/alpha/include/asm/cache.h | 4 +-
1697 arch/alpha/kernel/osf_sys.c | 12 +-
1698 arch/arc/Kconfig | 1 +
1699 arch/arm/Kconfig | 2 +
1700 arch/arm/Kconfig.debug | 1 +
1701 arch/arm/include/asm/cacheflush.h | 2 +-
1702 arch/arm/include/asm/thread_info.h | 7 +-
1703 arch/arm/kernel/entry-common.S | 8 +-
1704 arch/arm/kernel/process.c | 4 +-
1705 arch/arm/kernel/ptrace.c | 9 +
1706 arch/arm/kernel/traps.c | 7 +-
1707 arch/arm/mm/Kconfig | 4 +-
1708 arch/arm/mm/fault.c | 40 +-
1709 arch/arm/mm/mmap.c | 8 +-
1710 arch/arm/net/bpf_jit_32.c | 51 +-
1711 arch/arm64/Kconfig.debug | 1 +
1712 arch/arm64/include/asm/atomic.h | 2 +
1713 arch/arm64/include/asm/cache.h | 2 +
1714 arch/arm64/include/asm/pgtable.h | 3 +
1715 arch/avr32/include/asm/cache.h | 4 +-
1716 arch/blackfin/Kconfig.debug | 1 +
1717 arch/blackfin/include/asm/cache.h | 3 +-
1718 arch/cris/include/arch-v10/arch/cache.h | 3 +-
1719 arch/cris/include/arch-v32/arch/cache.h | 3 +-
1720 arch/frv/include/asm/cache.h | 3 +-
1721 arch/frv/mm/elf-fdpic.c | 4 +-
1722 arch/hexagon/include/asm/cache.h | 6 +-
1723 arch/ia64/Kconfig | 1 +
1724 arch/ia64/include/asm/cache.h | 3 +-
1725 arch/ia64/kernel/sys_ia64.c | 2 +
1726 arch/ia64/mm/hugetlbpage.c | 2 +
1727 arch/m32r/include/asm/cache.h | 4 +-
1728 arch/m68k/include/asm/cache.h | 4 +-
1729 arch/m68k/kernel/time.c | 1 +
1730 arch/metag/mm/hugetlbpage.c | 1 +
1731 arch/microblaze/include/asm/cache.h | 3 +-
1732 arch/mips/Kconfig | 1 +
1733 arch/mips/include/asm/thread_info.h | 11 +-
1734 arch/mips/kernel/irq.c | 3 +
1735 arch/mips/kernel/ptrace.c | 9 +
1736 arch/mips/mm/mmap.c | 4 +-
1737 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
1738 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
1739 arch/openrisc/include/asm/cache.h | 4 +-
1740 arch/parisc/include/asm/cache.h | 3 +
1741 arch/parisc/kernel/sys_parisc.c | 4 +
1742 arch/powerpc/Kconfig | 1 +
1743 arch/powerpc/include/asm/thread_info.h | 5 +-
1744 arch/powerpc/kernel/Makefile | 2 +
1745 arch/powerpc/kernel/irq.c | 3 +
1746 arch/powerpc/kernel/process.c | 10 +-
1747 arch/powerpc/kernel/ptrace.c | 15 +
1748 arch/powerpc/kernel/traps.c | 5 +
1749 arch/powerpc/mm/slice.c | 2 +-
1750 arch/s390/Kconfig.debug | 1 +
1751 arch/s390/include/asm/cache.h | 4 +-
1752 arch/score/include/asm/cache.h | 4 +-
1753 arch/sh/include/asm/cache.h | 3 +-
1754 arch/sh/mm/mmap.c | 6 +-
1755 arch/sparc/include/asm/thread_info_64.h | 8 +-
1756 arch/sparc/kernel/process_32.c | 6 +-
1757 arch/sparc/kernel/process_64.c | 8 +-
1758 arch/sparc/kernel/ptrace_64.c | 14 +
1759 arch/sparc/kernel/sys_sparc_64.c | 8 +-
1760 arch/sparc/kernel/syscalls.S | 8 +-
1761 arch/sparc/kernel/traps_32.c | 8 +-
1762 arch/sparc/kernel/traps_64.c | 28 +-
1763 arch/sparc/kernel/unaligned_64.c | 2 +-
1764 arch/sparc/mm/fault_64.c | 2 +-
1765 arch/sparc/mm/hugetlbpage.c | 15 +-
1766 arch/tile/Kconfig | 1 +
1767 arch/tile/include/asm/cache.h | 3 +-
1768 arch/tile/mm/hugetlbpage.c | 2 +
1769 arch/unicore32/include/asm/cache.h | 6 +-
1770 arch/x86/Kconfig | 21 +
1771 arch/x86/Kconfig.debug | 2 +
1772 arch/x86/entry/common.c | 14 +
1773 arch/x86/entry/entry_32.S | 2 +-
1774 arch/x86/entry/entry_64.S | 2 +-
1775 arch/x86/ia32/ia32_aout.c | 2 +
1776 arch/x86/include/asm/floppy.h | 20 +-
1777 arch/x86/include/asm/fpu/types.h | 69 +-
1778 arch/x86/include/asm/io.h | 2 +-
1779 arch/x86/include/asm/page.h | 12 +-
1780 arch/x86/include/asm/paravirt_types.h | 21 +-
1781 arch/x86/include/asm/processor.h | 4 +-
1782 arch/x86/include/asm/thread_info.h | 6 +-
1783 arch/x86/kernel/dumpstack.c | 8 +-
1784 arch/x86/kernel/dumpstack_32.c | 1 +
1785 arch/x86/kernel/ioport.c | 13 +
1786 arch/x86/kernel/irq_32.c | 3 +
1787 arch/x86/kernel/irq_64.c | 7 +-
1788 arch/x86/kernel/ldt.c | 18 +
1789 arch/x86/kernel/msr.c | 12 +
1790 arch/x86/kernel/sys_i386_32.c | 9 +-
1791 arch/x86/kernel/sys_x86_64.c | 8 +-
1792 arch/x86/kernel/traps.c | 5 +
1793 arch/x86/kernel/verify_cpu.S | 1 +
1794 arch/x86/kernel/vm86_32.c | 15 +
1795 arch/x86/mm/fault.c | 12 +-
1796 arch/x86/mm/hugetlbpage.c | 15 +-
1797 arch/x86/mm/init.c | 51 +-
1798 arch/x86/mm/init_32.c | 6 +-
1799 arch/x86/mm/mmap.c | 16 +-
1800 arch/x86/net/bpf_jit_comp.c | 4 +
1801 arch/x86/xen/Kconfig | 1 +
1802 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
1803 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
1804 crypto/scatterwalk.c | 10 +-
1805 drivers/acpi/acpica/hwxfsleep.c | 11 +-
1806 drivers/acpi/custom_method.c | 4 +
1807 drivers/block/cciss.h | 30 +-
1808 drivers/block/smart1,2.h | 40 +-
1809 drivers/char/Kconfig | 4 +-
1810 drivers/char/mem.c | 19 +-
1811 drivers/char/random.c | 3 -
1812 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
1813 drivers/firewire/ohci.c | 4 +
1814 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 82 +-
1815 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
1816 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
1817 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
1818 .../drm/amd/powerplay/hwmgr/polaris10_thermal.c | 22 +-
1819 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
1820 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
1821 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
1822 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
1823 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
1824 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
1825 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 138 +-
1826 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
1827 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
1828 drivers/iommu/amd_iommu.c | 14 +-
1829 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
1830 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
1831 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
1832 drivers/isdn/i4l/isdn_concap.c | 6 +-
1833 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
1834 drivers/md/bcache/Kconfig | 1 +
1835 drivers/md/raid5.c | 8 +
1836 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
1837 .../media/platform/mtk-vcodec/venc/venc_h264_if.c | 8 +-
1838 .../media/platform/mtk-vcodec/venc/venc_vp8_if.c | 8 +-
1839 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
1840 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
1841 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
1842 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
1843 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
1844 drivers/message/fusion/mptbase.c | 9 +
1845 drivers/misc/sgi-xp/xp_main.c | 12 +-
1846 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
1847 drivers/net/wan/lmc/lmc_media.c | 97 +-
1848 drivers/net/wan/z85230.c | 24 +-
1849 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
1850 drivers/pci/proc.c | 9 +
1851 drivers/platform/x86/asus-wmi.c | 12 +
1852 drivers/rtc/rtc-dev.c | 3 +
1853 drivers/scsi/bfa/bfa_fcs.c | 19 +-
1854 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
1855 drivers/scsi/bfa/bfa_modules.h | 12 +-
1856 drivers/scsi/hpsa.h | 40 +-
1857 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
1858 drivers/staging/wilc1000/host_interface.h | 1 +
1859 drivers/staging/wilc1000/wilc_spi.c | 1 +
1860 drivers/tty/sysrq.c | 2 +-
1861 drivers/tty/tty_io.c | 4 +
1862 drivers/tty/vt/keyboard.c | 22 +-
1863 drivers/usb/core/hub.c | 5 +
1864 drivers/usb/gadget/function/f_uac1.c | 1 +
1865 drivers/usb/gadget/function/u_uac1.c | 1 +
1866 drivers/usb/host/hwa-hc.c | 9 +-
1867 drivers/usb/usbip/vhci_sysfs.c | 2 +-
1868 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
1869 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
1870 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
1871 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
1872 drivers/xen/xenfs/xenstored.c | 5 +
1873 firmware/Makefile | 2 +
1874 firmware/WHENCE | 20 +-
1875 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
1876 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
1877 fs/attr.c | 4 +
1878 fs/autofs4/waitq.c | 9 +
1879 fs/binfmt_aout.c | 7 +
1880 fs/binfmt_elf.c | 40 +-
1881 fs/compat.c | 20 +-
1882 fs/coredump.c | 17 +-
1883 fs/dcache.c | 5 +-
1884 fs/debugfs/inode.c | 19 +-
1885 fs/exec.c | 159 +-
1886 fs/ext2/balloc.c | 4 +-
1887 fs/ext2/super.c | 8 +-
1888 fs/ext4/balloc.c | 4 +-
1889 fs/fcntl.c | 4 +
1890 fs/fhandle.c | 3 +-
1891 fs/file.c | 4 +
1892 fs/filesystems.c | 4 +
1893 fs/fs_struct.c | 20 +-
1894 fs/hugetlbfs/inode.c | 5 +-
1895 fs/inode.c | 8 +-
1896 fs/kernfs/dir.c | 6 +
1897 fs/mount.h | 4 +-
1898 fs/namei.c | 290 +-
1899 fs/namespace.c | 24 +
1900 fs/open.c | 38 +
1901 fs/overlayfs/super.c | 6 +-
1902 fs/pipe.c | 2 +-
1903 fs/posix_acl.c | 15 +-
1904 fs/proc/Kconfig | 10 +-
1905 fs/proc/array.c | 67 +-
1906 fs/proc/base.c | 193 +-
1907 fs/proc/cmdline.c | 4 +
1908 fs/proc/devices.c | 4 +
1909 fs/proc/fd.c | 13 +-
1910 fs/proc/generic.c | 64 +
1911 fs/proc/inode.c | 17 +
1912 fs/proc/internal.h | 18 +-
1913 fs/proc/interrupts.c | 4 +
1914 fs/proc/kcore.c | 3 +
1915 fs/proc/proc_net.c | 31 +
1916 fs/proc/proc_sysctl.c | 50 +-
1917 fs/proc/root.c | 8 +
1918 fs/proc/stat.c | 69 +-
1919 fs/proc/task_mmu.c | 87 +-
1920 fs/proc/task_nommu.c | 2 +-
1921 fs/readdir.c | 19 +
1922 fs/reiserfs/item_ops.c | 24 +-
1923 fs/reiserfs/super.c | 4 +
1924 fs/select.c | 2 +
1925 fs/seq_file.c | 31 +-
1926 fs/stat.c | 20 +-
1927 fs/sysfs/dir.c | 30 +-
1928 fs/utimes.c | 8 +
1929 fs/xattr.c | 26 +-
1930 fs/xfs/xfs_ioctl.c | 6 +
1931 grsecurity/Kconfig | 1205 ++++
1932 grsecurity/Makefile | 54 +
1933 grsecurity/gracl.c | 2773 +++++++++
1934 grsecurity/gracl_alloc.c | 105 +
1935 grsecurity/gracl_cap.c | 96 +
1936 grsecurity/gracl_compat.c | 269 +
1937 grsecurity/gracl_fs.c | 448 ++
1938 grsecurity/gracl_ip.c | 387 ++
1939 grsecurity/gracl_learn.c | 209 +
1940 grsecurity/gracl_policy.c | 1784 ++++++
1941 grsecurity/gracl_res.c | 74 +
1942 grsecurity/gracl_segv.c | 306 +
1943 grsecurity/gracl_shm.c | 40 +
1944 grsecurity/grsec_chdir.c | 19 +
1945 grsecurity/grsec_chroot.c | 506 ++
1946 grsecurity/grsec_disabled.c | 445 ++
1947 grsecurity/grsec_exec.c | 188 +
1948 grsecurity/grsec_fifo.c | 26 +
1949 grsecurity/grsec_fork.c | 23 +
1950 grsecurity/grsec_init.c | 294 +
1951 grsecurity/grsec_ipc.c | 48 +
1952 grsecurity/grsec_link.c | 65 +
1953 grsecurity/grsec_log.c | 340 +
1954 grsecurity/grsec_mem.c | 48 +
1955 grsecurity/grsec_mount.c | 65 +
1956 grsecurity/grsec_pax.c | 47 +
1957 grsecurity/grsec_proc.c | 20 +
1958 grsecurity/grsec_ptrace.c | 30 +
1959 grsecurity/grsec_sig.c | 248 +
1960 grsecurity/grsec_sock.c | 244 +
1961 grsecurity/grsec_sysctl.c | 497 ++
1962 grsecurity/grsec_time.c | 16 +
1963 grsecurity/grsec_tpe.c | 78 +
1964 grsecurity/grsec_tty.c | 18 +
1965 grsecurity/grsec_usb.c | 15 +
1966 grsecurity/grsum.c | 56 +
1967 include/linux/binfmts.h | 5 +-
1968 include/linux/capability.h | 8 +
1969 include/linux/cdev.h | 2 +-
1970 include/linux/compiler-gcc.h | 5 +
1971 include/linux/compiler.h | 8 +
1972 include/linux/cred.h | 8 +-
1973 include/linux/dcache.h | 5 +-
1974 include/linux/debugfs.h | 2 +-
1975 include/linux/fs.h | 26 +-
1976 include/linux/fs_struct.h | 2 +-
1977 include/linux/fsnotify.h | 6 +
1978 include/linux/gracl.h | 342 ++
1979 include/linux/gracl_compat.h | 156 +
1980 include/linux/gralloc.h | 9 +
1981 include/linux/grdefs.h | 140 +
1982 include/linux/grinternal.h | 231 +
1983 include/linux/grmsg.h | 120 +
1984 include/linux/grsecurity.h | 259 +
1985 include/linux/grsock.h | 19 +
1986 include/linux/ipc.h | 2 +-
1987 include/linux/ipc_namespace.h | 2 +-
1988 include/linux/kallsyms.h | 18 +-
1989 include/linux/key-type.h | 4 +-
1990 include/linux/kmod.h | 7 +-
1991 include/linux/kobject.h | 2 +-
1992 include/linux/lsm_hooks.h | 4 +-
1993 include/linux/mm.h | 12 +
1994 include/linux/mm_types.h | 4 +-
1995 include/linux/module.h | 5 +-
1996 include/linux/mount.h | 2 +-
1997 include/linux/msg.h | 2 +-
1998 include/linux/netfilter/xt_gradm.h | 9 +
1999 include/linux/path.h | 4 +-
2000 include/linux/perf_event.h | 13 +-
2001 include/linux/pid_namespace.h | 2 +-
2002 include/linux/printk.h | 3 +-
2003 include/linux/proc_fs.h | 22 +-
2004 include/linux/proc_ns.h | 2 +-
2005 include/linux/rbtree_augmented.h | 4 +-
2006 include/linux/scatterlist.h | 12 +-
2007 include/linux/sched.h | 133 +-
2008 include/linux/security.h | 1 +
2009 include/linux/sem.h | 2 +-
2010 include/linux/seq_file.h | 5 +
2011 include/linux/shm.h | 6 +-
2012 include/linux/skbuff.h | 3 +
2013 include/linux/slab.h | 9 -
2014 include/linux/sysctl.h | 8 +-
2015 include/linux/tty.h | 2 +-
2016 include/linux/tty_driver.h | 4 +-
2017 include/linux/uidgid.h | 6 +
2018 include/linux/user_namespace.h | 2 +-
2019 include/linux/utsname.h | 2 +-
2020 include/linux/vermagic.h | 16 +-
2021 include/linux/vmalloc.h | 11 +
2022 include/net/af_unix.h | 2 +-
2023 include/net/ip.h | 2 +-
2024 include/net/neighbour.h | 2 +-
2025 include/net/net_namespace.h | 2 +-
2026 include/net/sock.h | 2 +-
2027 include/trace/events/fs.h | 53 +
2028 init/Kconfig | 7 +-
2029 init/main.c | 37 +
2030 ipc/mqueue.c | 1 +
2031 ipc/msg.c | 3 +-
2032 ipc/msgutil.c | 4 +-
2033 ipc/sem.c | 3 +-
2034 ipc/shm.c | 26 +-
2035 ipc/util.c | 6 +
2036 kernel/bpf/syscall.c | 10 +-
2037 kernel/capability.c | 31 +-
2038 kernel/cgroup.c | 5 +-
2039 kernel/compat.c | 1 +
2040 kernel/configs.c | 11 +
2041 kernel/cred.c | 112 +-
2042 kernel/events/core.c | 14 +-
2043 kernel/exit.c | 7 +
2044 kernel/fork.c | 93 +-
2045 kernel/futex.c | 4 +-
2046 kernel/kallsyms.c | 9 +
2047 kernel/kcmp.c | 4 +
2048 kernel/kexec_core.c | 2 +-
2049 kernel/kmod.c | 96 +-
2050 kernel/kprobes.c | 9 +-
2051 kernel/ksysfs.c | 2 +
2052 kernel/locking/lockdep_proc.c | 10 +-
2053 kernel/module.c | 108 +-
2054 kernel/panic.c | 6 +-
2055 kernel/pid.c | 18 +-
2056 kernel/power/Kconfig | 1 +
2057 kernel/power/snapshot.c | 20 +
2058 kernel/printk/printk.c | 7 +-
2059 kernel/ptrace.c | 50 +-
2060 kernel/resource.c | 10 +
2061 kernel/sched/core.c | 16 +-
2062 kernel/sched/debug.c | 4 +
2063 kernel/signal.c | 37 +-
2064 kernel/sys.c | 64 +-
2065 kernel/sysctl.c | 174 +-
2066 kernel/taskstats.c | 6 +
2067 kernel/time/posix-timers.c | 8 +
2068 kernel/time/time.c | 5 +
2069 kernel/time/timekeeping.c | 3 +
2070 kernel/time/timer_list.c | 13 +-
2071 kernel/time/timer_stats.c | 10 +-
2072 kernel/trace/Kconfig | 6 +
2073 kernel/trace/trace_syscalls.c | 8 +
2074 kernel/user_namespace.c | 15 +
2075 lib/Kconfig.debug | 11 +-
2076 lib/is_single_threaded.c | 3 +
2077 lib/list_debug.c | 65 +-
2078 lib/nlattr.c | 2 +
2079 lib/rbtree.c | 4 +-
2080 lib/vsprintf.c | 42 +-
2081 localversion-grsec | 1 +
2082 mm/Kconfig | 8 +-
2083 mm/Kconfig.debug | 1 +
2084 mm/filemap.c | 1 +
2085 mm/kmemleak.c | 4 +-
2086 mm/memory.c | 2 +-
2087 mm/mempolicy.c | 12 +-
2088 mm/migrate.c | 3 +-
2089 mm/mlock.c | 9 +
2090 mm/mmap.c | 116 +-
2091 mm/mprotect.c | 8 +
2092 mm/page_alloc.c | 2 +-
2093 mm/process_vm_access.c | 6 +
2094 mm/shmem.c | 2 +-
2095 mm/slab.c | 14 +-
2096 mm/slab_common.c | 2 +-
2097 mm/slob.c | 12 +
2098 mm/slub.c | 53 +-
2099 mm/usercopy.c | 2 -
2100 mm/util.c | 3 +
2101 mm/vmalloc.c | 94 +-
2102 mm/vmstat.c | 29 +-
2103 net/appletalk/atalk_proc.c | 2 +-
2104 net/atm/lec.c | 6 +-
2105 net/atm/mpoa_caches.c | 43 +-
2106 net/can/bcm.c | 2 +-
2107 net/can/proc.c | 2 +-
2108 net/core/dev_ioctl.c | 7 +-
2109 net/core/filter.c | 8 +-
2110 net/core/net-procfs.c | 17 +-
2111 net/core/pktgen.c | 2 +-
2112 net/core/sock.c | 23 +-
2113 net/core/sysctl_net_core.c | 2 +-
2114 net/decnet/dn_dev.c | 2 +-
2115 net/ipv4/devinet.c | 6 +-
2116 net/ipv4/inet_hashtables.c | 6 +
2117 net/ipv4/ip_input.c | 7 +
2118 net/ipv4/ip_vti.c | 2 +-
2119 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
2120 net/ipv4/route.c | 6 +-
2121 net/ipv4/tcp_input.c | 6 +-
2122 net/ipv4/tcp_ipv4.c | 24 +-
2123 net/ipv4/tcp_minisocks.c | 9 +-
2124 net/ipv4/tcp_timer.c | 11 +
2125 net/ipv4/udp.c | 23 +
2126 net/ipv6/addrconf.c | 13 +-
2127 net/ipv6/proc.c | 2 +-
2128 net/ipv6/tcp_ipv6.c | 23 +-
2129 net/ipv6/udp.c | 7 +
2130 net/ipx/ipx_proc.c | 2 +-
2131 net/irda/irproc.c | 2 +-
2132 net/llc/llc_proc.c | 2 +-
2133 net/netfilter/Kconfig | 10 +
2134 net/netfilter/Makefile | 1 +
2135 net/netfilter/xt_gradm.c | 51 +
2136 net/netfilter/xt_hashlimit.c | 4 +-
2137 net/netfilter/xt_recent.c | 2 +-
2138 net/socket.c | 75 +-
2139 net/sunrpc/Kconfig | 1 +
2140 net/sunrpc/cache.c | 2 +-
2141 net/sunrpc/stats.c | 2 +-
2142 net/unix/af_unix.c | 53 +-
2143 net/vmw_vsock/vmci_transport_notify.c | 30 +-
2144 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
2145 net/x25/sysctl_net_x25.c | 2 +-
2146 net/x25/x25_proc.c | 2 +-
2147 scripts/Makefile.gcc-plugins | 5 +
2148 scripts/gcc-plugins/.gitignore | 1 +
2149 scripts/gcc-plugins/Makefile | 10 +
2150 scripts/gcc-plugins/gen-random-seed.sh | 8 +
2151 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
2152 .../gcc-plugins/size_overflow_plugin/.gitignore | 5 +-
2153 scripts/package/Makefile | 2 +-
2154 scripts/package/mkspec | 41 +-
2155 security/Kconfig | 314 +-
2156 security/apparmor/file.c | 4 +-
2157 security/apparmor/lsm.c | 6 +-
2158 security/commoncap.c | 29 +
2159 security/keys/internal.h | 2 +-
2160 security/tomoyo/file.c | 12 +-
2161 security/tomoyo/mount.c | 4 +
2162 security/tomoyo/tomoyo.c | 20 +-
2163 security/yama/Kconfig | 2 +-
2164 sound/synth/emux/emux_seq.c | 14 +-
2165 sound/usb/line6/driver.c | 40 +-
2166 sound/usb/line6/toneport.c | 12 +-
2167 475 files changed, 32298 insertions(+), 3053 deletions(-)
2168
2169commit 863a7358ccafaadba7ca6d6c7b9dec8232aef6fd
2170Author: Brad Spengler <spender@grsecurity.net>
2171Date: Tue Nov 8 18:33:39 2016 -0500
2172
2173 Initial import of pax-linux-4.8.6-test1.patch
2174
2175 Documentation/dontdiff | 49 +-
2176 Documentation/kbuild/makefiles.txt | 39 +-
2177 Documentation/kernel-parameters.txt | 33 +
2178 Makefile | 13 +-
2179 arch/Kconfig | 2 +-
2180 arch/alpha/include/asm/atomic.h | 10 +
2181 arch/alpha/include/asm/elf.h | 7 +
2182 arch/alpha/include/asm/pgalloc.h | 6 +
2183 arch/alpha/include/asm/pgtable.h | 11 +
2184 arch/alpha/kernel/module.c | 2 +-
2185 arch/alpha/kernel/osf_sys.c | 8 +-
2186 arch/alpha/mm/fault.c | 141 +-
2187 arch/arm/Kconfig | 5 +-
2188 arch/arm/boot/compressed/Makefile | 2 +
2189 arch/arm/crypto/sha1_glue.c | 12 +-
2190 arch/arm/crypto/sha1_neon_glue.c | 10 +-
2191 arch/arm/crypto/sha256_glue.c | 13 +-
2192 arch/arm/crypto/sha256_neon_glue.c | 13 +-
2193 arch/arm/crypto/sha512-glue.c | 11 +-
2194 arch/arm/crypto/sha512-neon-glue.c | 11 +-
2195 arch/arm/include/asm/atomic.h | 306 +-
2196 arch/arm/include/asm/cache.h | 4 +-
2197 arch/arm/include/asm/cacheflush.h | 2 +-
2198 arch/arm/include/asm/checksum.h | 14 +-
2199 arch/arm/include/asm/cmpxchg.h | 5 +
2200 arch/arm/include/asm/cpuidle.h | 2 +-
2201 arch/arm/include/asm/domain.h | 43 +-
2202 arch/arm/include/asm/elf.h | 9 +-
2203 arch/arm/include/asm/fncpy.h | 2 +
2204 arch/arm/include/asm/futex.h | 1 +
2205 arch/arm/include/asm/kmap_types.h | 2 +-
2206 arch/arm/include/asm/mach/dma.h | 2 +-
2207 arch/arm/include/asm/mach/map.h | 16 +-
2208 arch/arm/include/asm/outercache.h | 2 +-
2209 arch/arm/include/asm/page.h | 3 +-
2210 arch/arm/include/asm/pgalloc.h | 20 +
2211 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
2212 arch/arm/include/asm/pgtable-2level.h | 3 +
2213 arch/arm/include/asm/pgtable-3level.h | 3 +
2214 arch/arm/include/asm/pgtable.h | 54 +-
2215 arch/arm/include/asm/smp.h | 2 +-
2216 arch/arm/include/asm/string.h | 10 +-
2217 arch/arm/include/asm/thread_info.h | 3 +
2218 arch/arm/include/asm/timex.h | 1 +
2219 arch/arm/include/asm/tls.h | 3 +
2220 arch/arm/include/asm/uaccess.h | 102 +-
2221 arch/arm/include/uapi/asm/ptrace.h | 2 +-
2222 arch/arm/kernel/armksyms.c | 2 +-
2223 arch/arm/kernel/cpuidle.c | 2 +-
2224 arch/arm/kernel/efi.c | 4 +-
2225 arch/arm/kernel/entry-armv.S | 109 +-
2226 arch/arm/kernel/entry-common.S | 40 +-
2227 arch/arm/kernel/entry-header.S | 55 +
2228 arch/arm/kernel/fiq.c | 3 +
2229 arch/arm/kernel/module-plts.c | 7 +-
2230 arch/arm/kernel/module.c | 38 +-
2231 arch/arm/kernel/patch.c | 2 +
2232 arch/arm/kernel/process.c | 86 +-
2233 arch/arm/kernel/reboot.c | 1 +
2234 arch/arm/kernel/setup.c | 20 +-
2235 arch/arm/kernel/signal.c | 35 +-
2236 arch/arm/kernel/smp.c | 2 +-
2237 arch/arm/kernel/tcm.c | 4 +-
2238 arch/arm/kernel/vmlinux.lds.S | 3 +-
2239 arch/arm/kvm/arm.c | 8 +-
2240 arch/arm/lib/copy_page.S | 1 +
2241 arch/arm/lib/csumpartialcopyuser.S | 4 +-
2242 arch/arm/lib/delay.c | 2 +-
2243 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
2244 arch/arm/mach-exynos/suspend.c | 6 +-
2245 arch/arm/mach-mmp/mmp2.c | 4 +-
2246 arch/arm/mach-mmp/pxa910.c | 4 +-
2247 arch/arm/mach-mvebu/coherency.c | 6 +-
2248 arch/arm/mach-mvebu/pmsu.c | 2 +-
2249 arch/arm/mach-omap2/board-n8x0.c | 2 +-
2250 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
2251 arch/arm/mach-omap2/omap-smp.c | 1 +
2252 arch/arm/mach-omap2/omap_device.c | 4 +-
2253 arch/arm/mach-omap2/omap_device.h | 4 +-
2254 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
2255 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
2256 arch/arm/mach-omap2/wd_timer.c | 6 +-
2257 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
2258 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
2259 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
2260 arch/arm/mach-tegra/irq.c | 1 +
2261 arch/arm/mach-ux500/pm.c | 1 +
2262 arch/arm/mach-zynq/platsmp.c | 1 +
2263 arch/arm/mm/Kconfig | 6 +-
2264 arch/arm/mm/alignment.c | 24 +-
2265 arch/arm/mm/cache-l2x0.c | 2 +-
2266 arch/arm/mm/context.c | 10 +-
2267 arch/arm/mm/fault.c | 160 +
2268 arch/arm/mm/fault.h | 12 +
2269 arch/arm/mm/init.c | 39 +
2270 arch/arm/mm/ioremap.c | 4 +-
2271 arch/arm/mm/mmap.c | 36 +-
2272 arch/arm/mm/mmu.c | 162 +-
2273 arch/arm/net/bpf_jit_32.c | 3 +
2274 arch/arm/plat-iop/setup.c | 2 +-
2275 arch/arm/plat-omap/sram.c | 2 +
2276 arch/arm64/Kconfig | 1 +
2277 arch/arm64/crypto/sha1-ce-glue.c | 12 +-
2278 arch/arm64/include/asm/atomic.h | 13 +
2279 arch/arm64/include/asm/cache.h | 4 +-
2280 arch/arm64/include/asm/percpu.h | 8 +-
2281 arch/arm64/include/asm/pgalloc.h | 10 +
2282 arch/arm64/include/asm/pgtable.h | 3 +
2283 arch/arm64/include/asm/processor.h | 7 +
2284 arch/arm64/include/asm/string.h | 24 +-
2285 arch/arm64/include/asm/uaccess.h | 10 +
2286 arch/arm64/kernel/hibernate.c | 14 +-
2287 arch/arm64/kernel/probes/decode-insn.c | 4 +-
2288 arch/arm64/kernel/process.c | 9 +-
2289 arch/arm64/kernel/stacktrace.c | 4 +-
2290 arch/arm64/kernel/traps.c | 2 +-
2291 arch/avr32/include/asm/elf.h | 8 +-
2292 arch/avr32/include/asm/kmap_types.h | 4 +-
2293 arch/avr32/mm/fault.c | 27 +
2294 arch/frv/include/asm/atomic.h | 10 +
2295 arch/frv/include/asm/kmap_types.h | 2 +-
2296 arch/frv/mm/elf-fdpic.c | 3 +-
2297 arch/ia64/Makefile | 1 +
2298 arch/ia64/include/asm/atomic.h | 10 +
2299 arch/ia64/include/asm/elf.h | 7 +
2300 arch/ia64/include/asm/pgalloc.h | 12 +
2301 arch/ia64/include/asm/pgtable.h | 13 +-
2302 arch/ia64/include/asm/spinlock.h | 2 +-
2303 arch/ia64/include/asm/uaccess.h | 27 +-
2304 arch/ia64/kernel/module.c | 20 +-
2305 arch/ia64/kernel/palinfo.c | 2 +-
2306 arch/ia64/kernel/sys_ia64.c | 7 +
2307 arch/ia64/kernel/vmlinux.lds.S | 2 +-
2308 arch/ia64/mm/fault.c | 32 +-
2309 arch/ia64/mm/init.c | 15 +-
2310 arch/m32r/lib/usercopy.c | 6 +
2311 arch/mips/Kbuild | 2 +-
2312 arch/mips/Kconfig | 3 +-
2313 arch/mips/include/asm/atomic.h | 387 +-
2314 arch/mips/include/asm/cache.h | 3 +-
2315 arch/mips/include/asm/elf.h | 7 +
2316 arch/mips/include/asm/exec.h | 2 +-
2317 arch/mips/include/asm/hw_irq.h | 2 +-
2318 arch/mips/include/asm/irq.h | 1 -
2319 arch/mips/include/asm/local.h | 57 +
2320 arch/mips/include/asm/page.h | 2 +-
2321 arch/mips/include/asm/pgalloc.h | 5 +
2322 arch/mips/include/asm/pgtable.h | 3 +
2323 arch/mips/include/asm/uaccess.h | 1 +
2324 arch/mips/kernel/binfmt_elfn32.c | 7 +
2325 arch/mips/kernel/binfmt_elfo32.c | 7 +
2326 arch/mips/kernel/irq-gt641xx.c | 2 +-
2327 arch/mips/kernel/irq.c | 6 +-
2328 arch/mips/kernel/pm-cps.c | 2 +-
2329 arch/mips/kernel/process.c | 12 -
2330 arch/mips/kernel/sync-r4k.c | 24 +-
2331 arch/mips/kernel/traps.c | 13 +-
2332 arch/mips/lib/ashldi3.c | 21 +-
2333 arch/mips/lib/ashrdi3.c | 19 +-
2334 arch/mips/lib/libgcc.h | 12 +-
2335 arch/mips/mm/fault.c | 25 +
2336 arch/mips/mm/init.c | 4 +-
2337 arch/mips/mm/mmap.c | 24 +-
2338 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
2339 arch/mips/sni/rm200.c | 2 +-
2340 arch/mips/vr41xx/common/icu.c | 2 +-
2341 arch/mips/vr41xx/common/irq.c | 4 +-
2342 arch/parisc/include/asm/atomic.h | 10 +
2343 arch/parisc/include/asm/elf.h | 7 +
2344 arch/parisc/include/asm/pgalloc.h | 6 +
2345 arch/parisc/include/asm/pgtable.h | 11 +
2346 arch/parisc/include/asm/uaccess.h | 6 +-
2347 arch/parisc/kernel/module.c | 26 +-
2348 arch/parisc/kernel/sys_parisc.c | 15 +
2349 arch/parisc/kernel/traps.c | 4 +-
2350 arch/parisc/mm/fault.c | 140 +-
2351 arch/powerpc/Kconfig | 1 +
2352 arch/powerpc/include/asm/atomic.h | 306 +-
2353 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
2354 arch/powerpc/include/asm/book3s/32/pgtable.h | 2 +-
2355 arch/powerpc/include/asm/book3s/64/pgalloc.h | 10 +
2356 arch/powerpc/include/asm/cache.h | 4 +-
2357 arch/powerpc/include/asm/elf.h | 12 +
2358 arch/powerpc/include/asm/exec.h | 2 +-
2359 arch/powerpc/include/asm/kmap_types.h | 2 +-
2360 arch/powerpc/include/asm/local.h | 46 +
2361 arch/powerpc/include/asm/mman.h | 2 +-
2362 arch/powerpc/include/asm/nohash/64/pgalloc.h | 7 +
2363 arch/powerpc/include/asm/page.h | 8 +-
2364 arch/powerpc/include/asm/page_64.h | 7 +-
2365 arch/powerpc/include/asm/pgtable.h | 1 +
2366 arch/powerpc/include/asm/pte-common.h | 30 +-
2367 arch/powerpc/include/asm/reg.h | 1 +
2368 arch/powerpc/include/asm/smp.h | 2 +-
2369 arch/powerpc/include/asm/spinlock.h | 43 +-
2370 arch/powerpc/include/asm/string.h | 20 +-
2371 arch/powerpc/include/asm/uaccess.h | 102 +-
2372 arch/powerpc/kernel/Makefile | 5 +
2373 arch/powerpc/kernel/exceptions-64e.S | 4 +-
2374 arch/powerpc/kernel/exceptions-64s.S | 2 +-
2375 arch/powerpc/kernel/module_32.c | 15 +-
2376 arch/powerpc/kernel/process.c | 7 -
2377 arch/powerpc/kernel/signal_32.c | 2 +-
2378 arch/powerpc/kernel/signal_64.c | 2 +-
2379 arch/powerpc/kernel/traps.c | 21 +
2380 arch/powerpc/kernel/vdso.c | 5 +-
2381 arch/powerpc/lib/usercopy_64.c | 18 -
2382 arch/powerpc/mm/fault.c | 56 +-
2383 arch/powerpc/mm/mmap.c | 16 +
2384 arch/powerpc/mm/slice.c | 21 +-
2385 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
2386 arch/s390/include/asm/atomic.h | 10 +
2387 arch/s390/include/asm/elf.h | 7 +
2388 arch/s390/include/asm/exec.h | 2 +-
2389 arch/s390/include/asm/uaccess.h | 13 +-
2390 arch/s390/kernel/module.c | 22 +-
2391 arch/s390/kernel/process.c | 7 -
2392 arch/s390/mm/mmap.c | 22 +-
2393 arch/score/include/asm/exec.h | 2 +-
2394 arch/score/kernel/process.c | 5 -
2395 arch/sh/mm/mmap.c | 28 +-
2396 arch/sparc/Kconfig | 1 +
2397 arch/sparc/include/asm/atomic_64.h | 116 +-
2398 arch/sparc/include/asm/cache.h | 4 +-
2399 arch/sparc/include/asm/elf_32.h | 7 +
2400 arch/sparc/include/asm/elf_64.h | 7 +
2401 arch/sparc/include/asm/pgalloc_32.h | 1 +
2402 arch/sparc/include/asm/pgalloc_64.h | 2 +
2403 arch/sparc/include/asm/pgtable.h | 4 +
2404 arch/sparc/include/asm/pgtable_32.h | 15 +-
2405 arch/sparc/include/asm/pgtsrmmu.h | 5 +
2406 arch/sparc/include/asm/setup.h | 4 +-
2407 arch/sparc/include/asm/spinlock_64.h | 35 +-
2408 arch/sparc/include/asm/thread_info_32.h | 1 +
2409 arch/sparc/include/asm/thread_info_64.h | 2 +
2410 arch/sparc/include/asm/uaccess.h | 1 +
2411 arch/sparc/include/asm/uaccess_32.h | 13 +
2412 arch/sparc/include/asm/uaccess_64.h | 12 +
2413 arch/sparc/kernel/Makefile | 2 +-
2414 arch/sparc/kernel/prom_common.c | 2 +-
2415 arch/sparc/kernel/smp_64.c | 8 +-
2416 arch/sparc/kernel/sys_sparc_32.c | 2 +-
2417 arch/sparc/kernel/sys_sparc_64.c | 58 +-
2418 arch/sparc/kernel/traps_64.c | 27 +-
2419 arch/sparc/lib/Makefile | 2 +-
2420 arch/sparc/lib/atomic_64.S | 57 +-
2421 arch/sparc/lib/ksyms.c | 6 +-
2422 arch/sparc/mm/Makefile | 2 +-
2423 arch/sparc/mm/fault_32.c | 292 +
2424 arch/sparc/mm/fault_64.c | 486 +
2425 arch/sparc/mm/hugetlbpage.c | 30 +-
2426 arch/sparc/mm/init_64.c | 10 +-
2427 arch/tile/include/asm/atomic_64.h | 10 +
2428 arch/tile/include/asm/uaccess.h | 4 +-
2429 arch/um/Makefile | 2 +
2430 arch/um/include/asm/cache.h | 3 +-
2431 arch/um/include/asm/kmap_types.h | 2 +-
2432 arch/um/include/asm/page.h | 3 +
2433 arch/um/include/asm/pgtable-3level.h | 1 +
2434 arch/um/kernel/process.c | 16 -
2435 arch/x86/Kconfig | 35 +-
2436 arch/x86/Kconfig.cpu | 6 +-
2437 arch/x86/Kconfig.debug | 3 +-
2438 arch/x86/Makefile | 13 +-
2439 arch/x86/boot/bitops.h | 4 +-
2440 arch/x86/boot/boot.h | 2 +-
2441 arch/x86/boot/compressed/Makefile | 17 +
2442 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
2443 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
2444 arch/x86/boot/compressed/head_32.S | 4 +-
2445 arch/x86/boot/compressed/head_64.S | 12 +-
2446 arch/x86/boot/compressed/misc.c | 21 +-
2447 arch/x86/boot/compressed/pagetable.c | 1 +
2448 arch/x86/boot/cpucheck.c | 16 +-
2449 arch/x86/boot/header.S | 7 +-
2450 arch/x86/boot/memory.c | 2 +-
2451 arch/x86/boot/video-vesa.c | 1 +
2452 arch/x86/boot/video.c | 2 +-
2453 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
2454 arch/x86/crypto/aesni-intel_asm.S | 116 +-
2455 arch/x86/crypto/aesni-intel_glue.c | 4 +-
2456 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
2457 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
2458 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
2459 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
2460 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
2461 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
2462 arch/x86/crypto/camellia_glue.c | 8 +-
2463 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
2464 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
2465 arch/x86/crypto/cast6_avx_glue.c | 16 +-
2466 arch/x86/crypto/crc32-pclmul_asm.S | 19 +-
2467 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
2468 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
2469 arch/x86/crypto/glue_helper.c | 2 +-
2470 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
2471 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
2472 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
2473 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
2474 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
2475 arch/x86/crypto/serpent_avx_glue.c | 18 +-
2476 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
2477 arch/x86/crypto/sha1-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
2478 arch/x86/crypto/sha1-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
2479 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
2480 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
2481 arch/x86/crypto/sha256-avx-asm.S | 5 +-
2482 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
2483 .../crypto/sha256-mb/sha256_mb_mgr_flush_avx2.S | 4 +-
2484 .../crypto/sha256-mb/sha256_mb_mgr_submit_avx2.S | 2 +-
2485 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
2486 arch/x86/crypto/sha256_ni_asm.S | 2 +-
2487 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
2488 arch/x86/crypto/sha512-avx-asm.S | 5 +-
2489 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
2490 .../crypto/sha512-mb/sha512_mb_mgr_flush_avx2.S | 4 +-
2491 .../crypto/sha512-mb/sha512_mb_mgr_submit_avx2.S | 2 +-
2492 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
2493 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
2494 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
2495 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
2496 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
2497 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
2498 arch/x86/crypto/twofish_avx_glue.c | 21 +-
2499 arch/x86/crypto/twofish_glue.c | 4 +-
2500 arch/x86/crypto/twofish_glue_3way.c | 12 +-
2501 arch/x86/entry/Makefile | 2 +
2502 arch/x86/entry/calling.h | 86 +-
2503 arch/x86/entry/common.c | 89 +-
2504 arch/x86/entry/entry_32.S | 343 +-
2505 arch/x86/entry/entry_64.S | 611 +-
2506 arch/x86/entry/entry_64_compat.S | 110 +-
2507 arch/x86/entry/thunk_64.S | 2 +
2508 arch/x86/entry/vdso/Makefile | 2 +-
2509 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
2510 arch/x86/entry/vdso/vdso2c.h | 4 +-
2511 arch/x86/entry/vdso/vma.c | 44 +-
2512 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
2513 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-
2514 arch/x86/events/amd/iommu.c | 8 +-
2515 arch/x86/events/core.c | 8 +-
2516 arch/x86/events/intel/core.c | 34 +-
2517 arch/x86/events/intel/cqm.c | 14 +-
2518 arch/x86/events/intel/cstate.c | 6 +-
2519 arch/x86/events/intel/ds.c | 7 +-
2520 arch/x86/events/intel/lbr.c | 4 +-
2521 arch/x86/events/intel/pt.c | 38 +-
2522 arch/x86/events/intel/rapl.c | 8 +-
2523 arch/x86/events/intel/uncore.c | 6 +-
2524 arch/x86/events/intel/uncore.h | 14 +-
2525 arch/x86/events/perf_event.h | 2 +-
2526 arch/x86/ia32/ia32_signal.c | 23 +-
2527 arch/x86/ia32/sys_ia32.c | 42 +-
2528 arch/x86/include/asm/alternative-asm.h | 64 +-
2529 arch/x86/include/asm/alternative.h | 34 +-
2530 arch/x86/include/asm/apic.h | 2 +-
2531 arch/x86/include/asm/apm.h | 4 +-
2532 arch/x86/include/asm/asm.h | 24 -
2533 arch/x86/include/asm/atomic.h | 272 +-
2534 arch/x86/include/asm/atomic64_32.h | 133 +-
2535 arch/x86/include/asm/atomic64_64.h | 144 +-
2536 arch/x86/include/asm/bitops.h | 18 +-
2537 arch/x86/include/asm/boot.h | 2 +-
2538 arch/x86/include/asm/cache.h | 4 +-
2539 arch/x86/include/asm/checksum_32.h | 12 +-
2540 arch/x86/include/asm/cmpxchg.h | 33 +
2541 arch/x86/include/asm/compat.h | 4 +
2542 arch/x86/include/asm/cpufeature.h | 2 +-
2543 arch/x86/include/asm/cpufeatures.h | 5 +-
2544 arch/x86/include/asm/crypto/camellia.h | 30 +-
2545 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
2546 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
2547 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
2548 arch/x86/include/asm/crypto/twofish.h | 10 +-
2549 arch/x86/include/asm/desc.h | 78 +-
2550 arch/x86/include/asm/desc_defs.h | 6 +
2551 arch/x86/include/asm/div64.h | 2 +-
2552 arch/x86/include/asm/dma.h | 2 +
2553 arch/x86/include/asm/efi.h | 5 +
2554 arch/x86/include/asm/elf.h | 33 +-
2555 arch/x86/include/asm/emergency-restart.h | 2 +-
2556 arch/x86/include/asm/fixmap.h | 2 +-
2557 arch/x86/include/asm/fpu/internal.h | 45 +-
2558 arch/x86/include/asm/fpu/types.h | 5 +-
2559 arch/x86/include/asm/fpu/xstate.h | 1 +
2560 arch/x86/include/asm/futex.h | 24 +-
2561 arch/x86/include/asm/hw_irq.h | 4 +-
2562 arch/x86/include/asm/hypervisor.h | 2 +-
2563 arch/x86/include/asm/i8259.h | 2 +-
2564 arch/x86/include/asm/io.h | 22 +-
2565 arch/x86/include/asm/irq_vectors.h | 2 +
2566 arch/x86/include/asm/irqflags.h | 5 +
2567 arch/x86/include/asm/kprobes.h | 2 +-
2568 arch/x86/include/asm/kvm_emulate.h | 7 +-
2569 arch/x86/include/asm/local.h | 75 +-
2570 arch/x86/include/asm/mce.h | 2 +-
2571 arch/x86/include/asm/mman.h | 15 +
2572 arch/x86/include/asm/mmu.h | 14 +-
2573 arch/x86/include/asm/mmu_context.h | 33 +-
2574 arch/x86/include/asm/module.h | 23 +-
2575 arch/x86/include/asm/nmi.h | 19 +-
2576 arch/x86/include/asm/page.h | 2 +
2577 arch/x86/include/asm/page_32.h | 12 +-
2578 arch/x86/include/asm/page_64.h | 14 +-
2579 arch/x86/include/asm/paravirt.h | 46 +-
2580 arch/x86/include/asm/paravirt_types.h | 13 +-
2581 arch/x86/include/asm/pgalloc.h | 23 +
2582 arch/x86/include/asm/pgtable-2level.h | 2 +
2583 arch/x86/include/asm/pgtable-3level.h | 7 +
2584 arch/x86/include/asm/pgtable.h | 128 +-
2585 arch/x86/include/asm/pgtable_32.h | 14 +-
2586 arch/x86/include/asm/pgtable_32_types.h | 24 +-
2587 arch/x86/include/asm/pgtable_64.h | 23 +-
2588 arch/x86/include/asm/pgtable_64_types.h | 5 +
2589 arch/x86/include/asm/pgtable_types.h | 28 +-
2590 arch/x86/include/asm/pmem.h | 2 +-
2591 arch/x86/include/asm/preempt.h | 2 +-
2592 arch/x86/include/asm/processor.h | 69 +-
2593 arch/x86/include/asm/ptrace.h | 13 +-
2594 arch/x86/include/asm/realmode.h | 4 +-
2595 arch/x86/include/asm/reboot.h | 10 +-
2596 arch/x86/include/asm/rmwcc.h | 55 +-
2597 arch/x86/include/asm/rwsem.h | 35 +-
2598 arch/x86/include/asm/segment.h | 27 +-
2599 arch/x86/include/asm/setup.h | 3 +-
2600 arch/x86/include/asm/smap.h | 46 +
2601 arch/x86/include/asm/smp.h | 4 +-
2602 arch/x86/include/asm/stackprotector.h | 4 +-
2603 arch/x86/include/asm/stacktrace.h | 34 +-
2604 arch/x86/include/asm/string_32.h | 24 +-
2605 arch/x86/include/asm/string_64.h | 20 +-
2606 arch/x86/include/asm/switch_to.h | 4 +-
2607 arch/x86/include/asm/sys_ia32.h | 6 +-
2608 arch/x86/include/asm/thread_info.h | 83 +-
2609 arch/x86/include/asm/tlbflush.h | 83 +-
2610 arch/x86/include/asm/trace/fpu.h | 4 +-
2611 arch/x86/include/asm/traps.h | 17 +-
2612 arch/x86/include/asm/uaccess.h | 219 +-
2613 arch/x86/include/asm/uaccess_32.h | 24 +-
2614 arch/x86/include/asm/uaccess_64.h | 166 +-
2615 arch/x86/include/asm/word-at-a-time.h | 2 +-
2616 arch/x86/include/asm/x86_init.h | 8 +-
2617 arch/x86/include/asm/xen/page.h | 2 +-
2618 arch/x86/include/uapi/asm/e820.h | 2 +-
2619 arch/x86/kernel/Makefile | 2 +-
2620 arch/x86/kernel/acpi/boot.c | 4 +-
2621 arch/x86/kernel/acpi/sleep.c | 4 +
2622 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
2623 arch/x86/kernel/alternative.c | 118 +-
2624 arch/x86/kernel/apic/apic.c | 4 +-
2625 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
2626 arch/x86/kernel/apic/apic_noop.c | 2 +-
2627 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
2628 arch/x86/kernel/apic/io_apic.c | 10 +-
2629 arch/x86/kernel/apic/msi.c | 2 +-
2630 arch/x86/kernel/apic/probe_32.c | 4 +-
2631 arch/x86/kernel/apic/vector.c | 2 +
2632 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
2633 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
2634 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
2635 arch/x86/kernel/apm_32.c | 21 +-
2636 arch/x86/kernel/asm-offsets.c | 23 +-
2637 arch/x86/kernel/cpu/Makefile | 4 -
2638 arch/x86/kernel/cpu/amd.c | 2 +-
2639 arch/x86/kernel/cpu/bugs_64.c | 2 +
2640 arch/x86/kernel/cpu/common.c | 206 +-
2641 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
2642 arch/x86/kernel/cpu/mcheck/mce.c | 38 +-
2643 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
2644 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
2645 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
2646 arch/x86/kernel/cpu/mshyperv.c | 2 +-
2647 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
2648 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
2649 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
2650 arch/x86/kernel/cpu/vmware.c | 2 +-
2651 arch/x86/kernel/crash_dump_64.c | 2 +-
2652 arch/x86/kernel/doublefault.c | 8 +-
2653 arch/x86/kernel/dumpstack.c | 12 +-
2654 arch/x86/kernel/dumpstack_32.c | 23 +-
2655 arch/x86/kernel/dumpstack_64.c | 70 +-
2656 arch/x86/kernel/e820.c | 4 +-
2657 arch/x86/kernel/early_printk.c | 1 +
2658 arch/x86/kernel/espfix_64.c | 44 +-
2659 arch/x86/kernel/fpu/core.c | 31 +-
2660 arch/x86/kernel/fpu/init.c | 49 +-
2661 arch/x86/kernel/fpu/regset.c | 24 +-
2662 arch/x86/kernel/fpu/signal.c | 22 +-
2663 arch/x86/kernel/fpu/xstate.c | 6 +-
2664 arch/x86/kernel/ftrace.c | 18 +-
2665 arch/x86/kernel/head64.c | 14 +-
2666 arch/x86/kernel/head_32.S | 236 +-
2667 arch/x86/kernel/head_64.S | 179 +-
2668 arch/x86/kernel/hpet.c | 2 +-
2669 arch/x86/kernel/i386_ksyms_32.c | 12 +
2670 arch/x86/kernel/i8259.c | 10 +-
2671 arch/x86/kernel/io_delay.c | 2 +-
2672 arch/x86/kernel/ioport.c | 2 +-
2673 arch/x86/kernel/irq.c | 8 +-
2674 arch/x86/kernel/irq_32.c | 43 +-
2675 arch/x86/kernel/jump_label.c | 10 +-
2676 arch/x86/kernel/kgdb.c | 21 +-
2677 arch/x86/kernel/kprobes/core.c | 28 +-
2678 arch/x86/kernel/kprobes/opt.c | 16 +-
2679 arch/x86/kernel/ksysfs.c | 2 +-
2680 arch/x86/kernel/kvm.c | 2 +-
2681 arch/x86/kernel/kvmclock.c | 20 +-
2682 arch/x86/kernel/ldt.c | 25 +
2683 arch/x86/kernel/machine_kexec_32.c | 6 +-
2684 arch/x86/kernel/mcount_64.S | 21 +-
2685 arch/x86/kernel/module.c | 78 +-
2686 arch/x86/kernel/msr.c | 2 +-
2687 arch/x86/kernel/nmi.c | 34 +-
2688 arch/x86/kernel/nmi_selftest.c | 4 +-
2689 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
2690 arch/x86/kernel/paravirt.c | 133 +-
2691 arch/x86/kernel/paravirt_patch_64.c | 8 +
2692 arch/x86/kernel/pci-calgary_64.c | 2 +-
2693 arch/x86/kernel/pci-iommu_table.c | 2 +-
2694 arch/x86/kernel/process.c | 80 +-
2695 arch/x86/kernel/process_32.c | 29 +-
2696 arch/x86/kernel/process_64.c | 14 +-
2697 arch/x86/kernel/ptrace.c | 32 +-
2698 arch/x86/kernel/pvclock.c | 8 +-
2699 arch/x86/kernel/reboot.c | 44 +-
2700 arch/x86/kernel/reboot_fixups_32.c | 2 +-
2701 arch/x86/kernel/relocate_kernel_64.S | 3 +-
2702 arch/x86/kernel/setup.c | 33 +-
2703 arch/x86/kernel/setup_percpu.c | 29 +-
2704 arch/x86/kernel/signal.c | 17 +-
2705 arch/x86/kernel/smp.c | 2 +-
2706 arch/x86/kernel/smpboot.c | 29 +-
2707 arch/x86/kernel/step.c | 6 +-
2708 arch/x86/kernel/sys_i386_32.c | 184 +
2709 arch/x86/kernel/sys_x86_64.c | 28 +-
2710 arch/x86/kernel/tboot.c | 22 +-
2711 arch/x86/kernel/time.c | 8 +-
2712 arch/x86/kernel/tls.c | 7 +-
2713 arch/x86/kernel/tracepoint.c | 4 +-
2714 arch/x86/kernel/traps.c | 102 +-
2715 arch/x86/kernel/tsc.c | 2 +-
2716 arch/x86/kernel/uprobes.c | 4 +-
2717 arch/x86/kernel/vm86_32.c | 6 +-
2718 arch/x86/kernel/vmlinux.lds.S | 144 +-
2719 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
2720 arch/x86/kernel/x86_init.c | 6 +-
2721 arch/x86/kvm/cpuid.c | 21 +-
2722 arch/x86/kvm/emulate.c | 20 +-
2723 arch/x86/kvm/i8259.c | 10 +-
2724 arch/x86/kvm/ioapic.c | 2 +
2725 arch/x86/kvm/lapic.c | 2 +-
2726 arch/x86/kvm/paging_tmpl.h | 2 +-
2727 arch/x86/kvm/svm.c | 10 +-
2728 arch/x86/kvm/vmx.c | 60 +-
2729 arch/x86/kvm/x86.c | 46 +-
2730 arch/x86/lguest/boot.c | 3 +-
2731 arch/x86/lib/Makefile | 4 +
2732 arch/x86/lib/atomic64_386_32.S | 85 +
2733 arch/x86/lib/atomic64_cx8_32.S | 75 +-
2734 arch/x86/lib/checksum_32.S | 99 +-
2735 arch/x86/lib/clear_page_64.S | 3 +
2736 arch/x86/lib/cmpxchg16b_emu.S | 3 +
2737 arch/x86/lib/copy_page_64.S | 14 +-
2738 arch/x86/lib/copy_user_64.S | 108 +-
2739 arch/x86/lib/csum-copy_64.S | 14 +-
2740 arch/x86/lib/csum-wrappers_64.c | 12 +-
2741 arch/x86/lib/getuser.S | 111 +-
2742 arch/x86/lib/insn.c | 8 +-
2743 arch/x86/lib/iomap_copy_64.S | 2 +
2744 arch/x86/lib/memcpy_64.S | 6 +
2745 arch/x86/lib/memmove_64.S | 3 +-
2746 arch/x86/lib/memset_64.S | 3 +
2747 arch/x86/lib/mmx_32.c | 243 +-
2748 arch/x86/lib/msr-reg.S | 2 +
2749 arch/x86/lib/putuser.S | 97 +-
2750 arch/x86/lib/rwsem.S | 4 +
2751 arch/x86/lib/usercopy_32.c | 359 +-
2752 arch/x86/lib/usercopy_64.c | 23 +-
2753 arch/x86/math-emu/fpu_aux.c | 2 +-
2754 arch/x86/math-emu/fpu_entry.c | 4 +-
2755 arch/x86/math-emu/fpu_etc.c | 9 +-
2756 arch/x86/math-emu/fpu_system.h | 2 +-
2757 arch/x86/math-emu/fpu_trig.c | 13 +-
2758 arch/x86/math-emu/reg_constant.c | 7 +-
2759 arch/x86/mm/Makefile | 4 +
2760 arch/x86/mm/dump_pagetables.c | 32 +-
2761 arch/x86/mm/extable.c | 2 +-
2762 arch/x86/mm/fault.c | 571 +-
2763 arch/x86/mm/gup.c | 6 +-
2764 arch/x86/mm/highmem_32.c | 6 +
2765 arch/x86/mm/hugetlbpage.c | 24 +-
2766 arch/x86/mm/init.c | 19 +-
2767 arch/x86/mm/init_32.c | 157 +-
2768 arch/x86/mm/init_64.c | 106 +-
2769 arch/x86/mm/iomap_32.c | 4 +
2770 arch/x86/mm/ioremap.c | 54 +-
2771 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
2772 arch/x86/mm/mmap.c | 46 +-
2773 arch/x86/mm/mmio-mod.c | 10 +-
2774 arch/x86/mm/mpx.c | 6 +-
2775 arch/x86/mm/numa.c | 2 +-
2776 arch/x86/mm/pageattr.c | 38 +-
2777 arch/x86/mm/pat.c | 8 +-
2778 arch/x86/mm/pat_rbtree.c | 2 +-
2779 arch/x86/mm/pf_in.c | 10 +-
2780 arch/x86/mm/pgtable.c | 211 +-
2781 arch/x86/mm/pgtable_32.c | 3 +
2782 arch/x86/mm/setup_nx.c | 7 +
2783 arch/x86/mm/tlb.c | 104 +-
2784 arch/x86/mm/uderef_64.c | 37 +
2785 arch/x86/net/bpf_jit.S | 11 +
2786 arch/x86/net/bpf_jit_comp.c | 13 +-
2787 arch/x86/oprofile/backtrace.c | 6 +-
2788 arch/x86/oprofile/nmi_int.c | 10 +-
2789 arch/x86/oprofile/op_model_amd.c | 8 +-
2790 arch/x86/oprofile/op_model_ppro.c | 7 +-
2791 arch/x86/oprofile/op_x86_model.h | 2 +-
2792 arch/x86/pci/intel_mid_pci.c | 2 +-
2793 arch/x86/pci/irq.c | 8 +-
2794 arch/x86/pci/pcbios.c | 112 +-
2795 arch/x86/pci/vmd.c | 4 +-
2796 arch/x86/platform/efi/efi_32.c | 24 +
2797 arch/x86/platform/efi/efi_64.c | 26 +-
2798 arch/x86/platform/efi/efi_stub_32.S | 64 +-
2799 arch/x86/platform/efi/efi_stub_64.S | 2 +
2800 arch/x86/platform/intel-mid/intel-mid.c | 7 +-
2801 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
2802 arch/x86/platform/intel-mid/mfld.c | 4 +-
2803 arch/x86/platform/intel-mid/mrfld.c | 2 +-
2804 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
2805 arch/x86/platform/olpc/olpc_dt.c | 2 +-
2806 arch/x86/power/cpu.c | 11 +-
2807 arch/x86/realmode/init.c | 10 +-
2808 arch/x86/realmode/rm/header.S | 4 +-
2809 arch/x86/realmode/rm/reboot.S | 4 +
2810 arch/x86/realmode/rm/trampoline_32.S | 12 +-
2811 arch/x86/realmode/rm/trampoline_64.S | 3 +-
2812 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
2813 arch/x86/tools/Makefile | 2 +-
2814 arch/x86/tools/relocs.c | 97 +-
2815 arch/x86/um/mem_32.c | 2 +-
2816 arch/x86/um/tls_32.c | 2 +-
2817 arch/x86/xen/enlighten.c | 56 +-
2818 arch/x86/xen/mmu.c | 31 +-
2819 arch/x86/xen/pmu.c | 1 +
2820 arch/x86/xen/smp.c | 16 +-
2821 arch/x86/xen/xen-asm_32.S | 2 +-
2822 arch/x86/xen/xen-head.S | 12 +
2823 arch/x86/xen/xen-ops.h | 2 -
2824 block/bio.c | 6 +-
2825 block/blk-cgroup.c | 18 +-
2826 block/blk-core.c | 7 +-
2827 block/blk-map.c | 2 +-
2828 block/blk-softirq.c | 2 +-
2829 block/cfq-iosched.c | 4 +-
2830 block/compat_ioctl.c | 4 +-
2831 block/genhd.c | 9 +-
2832 block/partitions/efi.c | 8 +-
2833 block/scsi_ioctl.c | 2 +-
2834 crypto/cast6_generic.c | 6 +-
2835 crypto/cryptd.c | 4 +-
2836 crypto/crypto_user.c | 2 +-
2837 crypto/pcrypt.c | 2 +-
2838 crypto/salsa20_generic.c | 16 +-
2839 crypto/serpent_generic.c | 6 +-
2840 drivers/acpi/ac.c | 2 +-
2841 drivers/acpi/acpi_video.c | 2 +-
2842 drivers/acpi/acpica/acutils.h | 2 +-
2843 drivers/acpi/acpica/dbhistry.c | 2 +-
2844 drivers/acpi/acpica/dbinput.c | 10 +-
2845 drivers/acpi/acpica/dbstats.c | 88 +-
2846 drivers/acpi/acpica/utdebug.c | 2 +-
2847 drivers/acpi/apei/apei-internal.h | 2 +-
2848 drivers/acpi/apei/ghes.c | 10 +-
2849 drivers/acpi/battery.c | 2 +-
2850 drivers/acpi/bgrt.c | 36 +-
2851 drivers/acpi/blacklist.c | 6 +-
2852 drivers/acpi/bus.c | 4 +-
2853 drivers/acpi/button.c | 4 +-
2854 drivers/acpi/device_pm.c | 4 +-
2855 drivers/acpi/ec.c | 6 +-
2856 drivers/acpi/osi.c | 2 +-
2857 drivers/acpi/pci_slot.c | 2 +-
2858 drivers/acpi/processor_idle.c | 4 +-
2859 drivers/acpi/processor_pdc.c | 2 +-
2860 drivers/acpi/sleep.c | 2 +-
2861 drivers/acpi/sysfs.c | 14 +-
2862 drivers/acpi/thermal.c | 2 +-
2863 drivers/acpi/video_detect.c | 7 +-
2864 drivers/android/binder.c | 2 +-
2865 drivers/ata/libata-core.c | 12 +-
2866 drivers/ata/libata-scsi.c | 2 +-
2867 drivers/ata/libata.h | 2 +-
2868 drivers/ata/pata_arasan_cf.c | 4 +-
2869 drivers/atm/adummy.c | 2 +-
2870 drivers/atm/ambassador.c | 8 +-
2871 drivers/atm/atmtcp.c | 14 +-
2872 drivers/atm/eni.c | 10 +-
2873 drivers/atm/firestream.c | 8 +-
2874 drivers/atm/fore200e.c | 14 +-
2875 drivers/atm/he.c | 18 +-
2876 drivers/atm/horizon.c | 4 +-
2877 drivers/atm/idt77252.c | 36 +-
2878 drivers/atm/iphase.c | 34 +-
2879 drivers/atm/lanai.c | 12 +-
2880 drivers/atm/nicstar.c | 46 +-
2881 drivers/atm/solos-pci.c | 4 +-
2882 drivers/atm/suni.c | 4 +-
2883 drivers/atm/uPD98402.c | 16 +-
2884 drivers/atm/zatm.c | 6 +-
2885 drivers/base/bus.c | 4 +-
2886 drivers/base/devres.c | 4 +-
2887 drivers/base/devtmpfs.c | 8 +-
2888 drivers/base/node.c | 2 +-
2889 drivers/base/platform-msi.c | 20 +-
2890 drivers/base/power/domain.c | 6 +-
2891 drivers/base/power/runtime.c | 61 +-
2892 drivers/base/power/sysfs.c | 2 +-
2893 drivers/base/power/wakeup.c | 8 +-
2894 drivers/base/regmap/regmap-debugfs.c | 2 +-
2895 drivers/base/regmap/regmap.c | 4 +-
2896 drivers/base/syscore.c | 4 +-
2897 drivers/block/cciss.c | 28 +-
2898 drivers/block/cciss.h | 2 +-
2899 drivers/block/drbd/drbd_bitmap.c | 2 +-
2900 drivers/block/drbd/drbd_int.h | 12 +-
2901 drivers/block/drbd/drbd_main.c | 12 +-
2902 drivers/block/drbd/drbd_nl.c | 16 +-
2903 drivers/block/drbd/drbd_receiver.c | 42 +-
2904 drivers/block/drbd/drbd_state.c | 12 +-
2905 drivers/block/drbd/drbd_state.h | 2 +-
2906 drivers/block/drbd/drbd_state_change.h | 8 +-
2907 drivers/block/drbd/drbd_worker.c | 14 +-
2908 drivers/block/floppy.c | 8 +-
2909 drivers/block/pktcdvd.c | 4 +-
2910 drivers/block/rbd.c | 2 +-
2911 drivers/bluetooth/btwilink.c | 2 +-
2912 drivers/bus/arm-cci.c | 6 +-
2913 drivers/cdrom/cdrom.c | 13 +-
2914 drivers/cdrom/gdrom.c | 1 -
2915 drivers/char/agp/compat_ioctl.c | 2 +-
2916 drivers/char/agp/frontend.c | 4 +-
2917 drivers/char/agp/intel-gtt.c | 4 +-
2918 drivers/char/hpet.c | 2 +-
2919 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
2920 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
2921 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
2922 drivers/char/ipmi/ipmi_ssif.c | 12 +-
2923 drivers/char/mem.c | 36 +-
2924 drivers/char/nvram.c | 2 +-
2925 drivers/char/pcmcia/synclink_cs.c | 16 +-
2926 drivers/char/random.c | 12 +-
2927 drivers/char/sonypi.c | 11 +-
2928 drivers/char/tpm/tpm-chip.c | 9 +-
2929 drivers/char/tpm/tpm_acpi.c | 3 +-
2930 drivers/char/tpm/tpm_eventlog.c | 5 +-
2931 drivers/char/virtio_console.c | 6 +-
2932 drivers/clk/bcm/clk-bcm2835.c | 16 +-
2933 drivers/clk/clk-composite.c | 2 +-
2934 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
2935 drivers/clk/socfpga/clk-gate.c | 9 +-
2936 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
2937 drivers/clk/socfpga/clk-pll.c | 9 +-
2938 drivers/clk/ti/adpll.c | 2 +-
2939 drivers/clk/ti/clk.c | 8 +-
2940 drivers/cpufreq/acpi-cpufreq.c | 17 +-
2941 drivers/cpufreq/cpufreq-dt.c | 4 +-
2942 drivers/cpufreq/cpufreq.c | 27 +-
2943 drivers/cpufreq/cpufreq_governor.h | 2 +-
2944 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
2945 drivers/cpufreq/intel_pstate.c | 56 +-
2946 drivers/cpufreq/p4-clockmod.c | 12 +-
2947 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
2948 drivers/cpufreq/speedstep-centrino.c | 7 +-
2949 drivers/cpuidle/driver.c | 2 +-
2950 drivers/cpuidle/dt_idle_states.c | 2 +-
2951 drivers/cpuidle/governor.c | 2 +-
2952 drivers/cpuidle/governors/ladder.c | 13 +-
2953 drivers/cpuidle/sysfs.c | 2 +-
2954 drivers/crypto/hifn_795x.c | 4 +-
2955 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
2956 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
2957 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
2958 drivers/devfreq/devfreq.c | 4 +-
2959 drivers/devfreq/governor_passive.c | 2 +-
2960 drivers/dma/qcom/hidma.c | 2 +-
2961 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
2962 drivers/dma/sh/shdma-base.c | 4 +-
2963 drivers/dma/sh/shdmac.c | 2 +-
2964 drivers/edac/edac_device.c | 4 +-
2965 drivers/edac/edac_device_sysfs.c | 2 +-
2966 drivers/edac/edac_mc_sysfs.c | 4 +-
2967 drivers/edac/edac_module.c | 2 +-
2968 drivers/edac/edac_pci.c | 4 +-
2969 drivers/edac/edac_pci_sysfs.c | 22 +-
2970 drivers/edac/mce_amd.h | 2 +-
2971 drivers/firewire/core-card.c | 6 +-
2972 drivers/firewire/core-cdev.c | 4 +-
2973 drivers/firewire/core-device.c | 2 +-
2974 drivers/firewire/core-iso.c | 2 +-
2975 drivers/firewire/core-transaction.c | 1 +
2976 drivers/firewire/core.h | 1 +
2977 drivers/firmware/dmi-id.c | 9 +-
2978 drivers/firmware/dmi_scan.c | 12 +-
2979 drivers/firmware/efi/cper.c | 8 +-
2980 drivers/firmware/efi/efi.c | 14 +-
2981 drivers/firmware/efi/efivars.c | 2 +-
2982 drivers/firmware/efi/libstub/Makefile | 2 +
2983 drivers/firmware/efi/runtime-map.c | 2 +-
2984 drivers/firmware/google/gsmi.c | 2 +-
2985 drivers/firmware/google/memconsole.c | 7 +-
2986 drivers/firmware/memmap.c | 2 +-
2987 drivers/firmware/psci.c | 2 +-
2988 drivers/gpio/gpio-davinci.c | 6 +-
2989 drivers/gpio/gpio-em.c | 2 +-
2990 drivers/gpio/gpio-ich.c | 2 +-
2991 drivers/gpio/gpio-mpc8xxx.c | 6 +-
2992 drivers/gpio/gpio-omap.c | 4 +-
2993 drivers/gpio/gpio-rcar.c | 2 +-
2994 drivers/gpio/gpio-vr41xx.c | 2 +-
2995 drivers/gpio/gpiolib.c | 12 +-
2996 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
2997 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
2998 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
2999 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
3000 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 15 +-
3001 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 2 +-
3002 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 +-
3003 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
3004 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
3005 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
3006 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
3007 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
3008 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
3009 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
3010 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
3011 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
3012 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
3013 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
3014 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
3015 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
3016 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
3017 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
3018 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
3019 drivers/gpu/drm/armada/armada_drv.c | 3 +-
3020 drivers/gpu/drm/ast/ast_mode.c | 2 +-
3021 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
3022 drivers/gpu/drm/bridge/tc358767.c | 2 +-
3023 drivers/gpu/drm/drm_crtc.c | 2 +-
3024 drivers/gpu/drm/drm_drv.c | 2 +-
3025 drivers/gpu/drm/drm_fb_cma_helper.c | 4 +-
3026 drivers/gpu/drm/drm_fops.c | 17 +-
3027 drivers/gpu/drm/drm_global.c | 14 +-
3028 drivers/gpu/drm/drm_ioc32.c | 13 +-
3029 drivers/gpu/drm/drm_ioctl.c | 2 +-
3030 drivers/gpu/drm/drm_pci.c | 9 +-
3031 drivers/gpu/drm/exynos/exynos_drm_drv.c | 12 +-
3032 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
3033 drivers/gpu/drm/exynos/exynos_hdmi.c | 2 +-
3034 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
3035 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
3036 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
3037 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
3038 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
3039 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
3040 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
3041 drivers/gpu/drm/gma500/psb_drv.c | 1 -
3042 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
3043 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
3044 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
3045 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
3046 drivers/gpu/drm/i810/i810_dma.c | 2 +-
3047 drivers/gpu/drm/i810/i810_drv.c | 6 +-
3048 drivers/gpu/drm/i810/i810_drv.h | 6 +-
3049 drivers/gpu/drm/i915/dvo.h | 2 +-
3050 drivers/gpu/drm/i915/i915_drv.c | 11 +-
3051 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
3052 drivers/gpu/drm/i915/i915_gem_gtt.c | 4 +-
3053 drivers/gpu/drm/i915/i915_gem_gtt.h | 4 +-
3054 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
3055 drivers/gpu/drm/i915/i915_irq.c | 88 +-
3056 drivers/gpu/drm/i915/intel_display.c | 30 +-
3057 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
3058 drivers/gpu/drm/imx/imx-tve.c | 2 +-
3059 drivers/gpu/drm/mediatek/mtk_hdmi.c | 2 +-
3060 drivers/gpu/drm/mga/mga_drv.c | 5 +-
3061 drivers/gpu/drm/mga/mga_drv.h | 6 +-
3062 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
3063 drivers/gpu/drm/mga/mga_irq.c | 8 +-
3064 drivers/gpu/drm/mga/mga_state.c | 2 +-
3065 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
3066 drivers/gpu/drm/msm/dsi/dsi_manager.c | 2 +-
3067 drivers/gpu/drm/msm/edp/edp_connector.c | 2 +-
3068 drivers/gpu/drm/msm/hdmi/hdmi_connector.c | 2 +-
3069 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
3070 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
3071 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
3072 drivers/gpu/drm/nouveau/nouveau_drm.c | 14 +-
3073 drivers/gpu/drm/nouveau/nouveau_drv.h | 1 -
3074 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
3075 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
3076 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
3077 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
3078 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
3079 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
3080 drivers/gpu/drm/omapdrm/omap_connector.c | 2 +-
3081 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
3082 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
3083 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
3084 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
3085 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
3086 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
3087 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
3088 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
3089 drivers/gpu/drm/r128/r128_cce.c | 2 +-
3090 drivers/gpu/drm/r128/r128_drv.c | 4 +-
3091 drivers/gpu/drm/r128/r128_drv.h | 6 +-
3092 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
3093 drivers/gpu/drm/r128/r128_irq.c | 4 +-
3094 drivers/gpu/drm/r128/r128_state.c | 6 +-
3095 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
3096 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
3097 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
3098 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
3099 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
3100 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
3101 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
3102 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
3103 drivers/gpu/drm/savage/savage_bci.c | 2 +-
3104 drivers/gpu/drm/savage/savage_drv.c | 5 +-
3105 drivers/gpu/drm/savage/savage_drv.h | 2 +-
3106 drivers/gpu/drm/sis/sis_drv.c | 5 +-
3107 drivers/gpu/drm/sis/sis_drv.h | 2 +-
3108 drivers/gpu/drm/sis/sis_mm.c | 2 +-
3109 drivers/gpu/drm/sti/sti_cursor.c | 4 +-
3110 drivers/gpu/drm/sti/sti_dvo.c | 4 +-
3111 drivers/gpu/drm/sti/sti_gdp.c | 12 +-
3112 drivers/gpu/drm/sti/sti_hda.c | 4 +-
3113 drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
3114 drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
3115 drivers/gpu/drm/sti/sti_mixer.c | 8 +-
3116 drivers/gpu/drm/sti/sti_tvout.c | 4 +-
3117 drivers/gpu/drm/sti/sti_vid.c | 4 +-
3118 drivers/gpu/drm/tegra/dc.c | 2 +-
3119 drivers/gpu/drm/tegra/dsi.c | 2 +-
3120 drivers/gpu/drm/tegra/hdmi.c | 2 +-
3121 drivers/gpu/drm/tegra/sor.c | 7 +-
3122 drivers/gpu/drm/tilcdc/Makefile | 6 +-
3123 drivers/gpu/drm/tilcdc/tilcdc_external.c | 4 +-
3124 drivers/gpu/drm/tilcdc/tilcdc_panel.c | 2 +-
3125 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c | 2 +-
3126 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
3127 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
3128 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
3129 drivers/gpu/drm/udl/udl_connector.c | 2 +-
3130 drivers/gpu/drm/udl/udl_fb.c | 1 -
3131 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
3132 drivers/gpu/drm/via/via_dma.c | 2 +-
3133 drivers/gpu/drm/via/via_drv.c | 5 +-
3134 drivers/gpu/drm/via/via_drv.h | 6 +-
3135 drivers/gpu/drm/via/via_irq.c | 18 +-
3136 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
3137 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
3138 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
3139 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
3140 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
3141 drivers/gpu/vga/vga_switcheroo.c | 4 +-
3142 drivers/hid/hid-core.c | 4 +-
3143 drivers/hid/hid-magicmouse.c | 2 +-
3144 drivers/hid/hid-sensor-custom.c | 2 +-
3145 drivers/hid/hid-wiimote-debug.c | 2 +-
3146 drivers/hv/channel.c | 6 +-
3147 drivers/hv/hv.c | 22 +-
3148 drivers/hv/hv_balloon.c | 18 +-
3149 drivers/hv/hyperv_vmbus.h | 2 +-
3150 drivers/hwmon/acpi_power_meter.c | 6 +-
3151 drivers/hwmon/applesmc.c | 4 +-
3152 drivers/hwmon/asus_atk0110.c | 10 +-
3153 drivers/hwmon/coretemp.c | 2 +-
3154 drivers/hwmon/dell-smm-hwmon.c | 4 +-
3155 drivers/hwmon/ibmaem.c | 2 +-
3156 drivers/hwmon/iio_hwmon.c | 2 +-
3157 drivers/hwmon/nct6683.c | 6 +-
3158 drivers/hwmon/nct6775.c | 6 +-
3159 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
3160 drivers/hwmon/sht15.c | 12 +-
3161 drivers/hwmon/via-cputemp.c | 2 +-
3162 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
3163 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
3164 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
3165 drivers/i2c/i2c-dev.c | 2 +-
3166 drivers/ide/ide-cd.c | 2 +-
3167 drivers/ide/ide-disk.c | 2 +-
3168 drivers/ide/ide.c | 4 +-
3169 drivers/idle/intel_idle.c | 36 +-
3170 drivers/iio/industrialio-core.c | 2 +-
3171 drivers/infiniband/core/cm.c | 46 +-
3172 drivers/infiniband/core/fmr_pool.c | 20 +-
3173 drivers/infiniband/core/netlink.c | 5 +-
3174 drivers/infiniband/core/sysfs.c | 2 +-
3175 drivers/infiniband/core/ucm.c | 4 +-
3176 drivers/infiniband/core/uverbs_cmd.c | 3 +
3177 drivers/infiniband/hw/cxgb4/device.c | 6 +-
3178 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
3179 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
3180 drivers/infiniband/hw/hfi1/pcie.c | 2 +-
3181 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
3182 drivers/infiniband/hw/mlx4/mad.c | 2 +-
3183 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
3184 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
3185 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
3186 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
3187 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
3188 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
3189 drivers/infiniband/hw/nes/nes.c | 4 +-
3190 drivers/infiniband/hw/nes/nes.h | 40 +-
3191 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
3192 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
3193 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
3194 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
3195 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
3196 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
3197 drivers/infiniband/sw/rxe/rxe_qp.c | 4 +-
3198 drivers/infiniband/sw/rxe/rxe_verbs.c | 2 +-
3199 drivers/infiniband/sw/rxe/rxe_verbs.h | 2 +-
3200 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
3201 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
3202 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
3203 drivers/input/evdev.c | 2 +-
3204 drivers/input/gameport/gameport.c | 4 +-
3205 drivers/input/input.c | 4 +-
3206 drivers/input/joystick/sidewinder.c | 1 +
3207 drivers/input/misc/ims-pcu.c | 4 +-
3208 drivers/input/mouse/psmouse.h | 2 +-
3209 drivers/input/mousedev.c | 2 +-
3210 drivers/input/serio/serio.c | 4 +-
3211 drivers/input/serio/serio_raw.c | 4 +-
3212 drivers/input/touchscreen/htcpen.c | 2 +-
3213 drivers/iommu/arm-smmu-v3.c | 32 +-
3214 drivers/iommu/arm-smmu.c | 40 +-
3215 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
3216 drivers/iommu/io-pgtable-arm.c | 99 +-
3217 drivers/iommu/io-pgtable.c | 11 +-
3218 drivers/iommu/io-pgtable.h | 21 +-
3219 drivers/iommu/iommu.c | 2 +-
3220 drivers/iommu/ipmmu-vmsa.c | 13 +-
3221 drivers/iommu/irq_remapping.c | 2 +-
3222 drivers/iommu/msm_iommu.c | 14 +-
3223 drivers/iommu/mtk_iommu.c | 12 +-
3224 drivers/irqchip/irq-gic.c | 2 +-
3225 drivers/irqchip/irq-i8259.c | 2 +-
3226 drivers/irqchip/irq-mmp.c | 2 +-
3227 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
3228 drivers/irqchip/irq-ts4800.c | 2 +-
3229 drivers/isdn/capi/capi.c | 10 +-
3230 drivers/isdn/gigaset/interface.c | 8 +-
3231 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
3232 drivers/isdn/hardware/avm/b1.c | 4 +-
3233 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
3234 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
3235 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
3236 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
3237 drivers/isdn/hardware/eicon/divasync.h | 2 +-
3238 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
3239 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
3240 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
3241 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
3242 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
3243 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
3244 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
3245 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
3246 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
3247 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
3248 drivers/isdn/hisax/amd7930_fn.c | 5 +-
3249 drivers/isdn/hisax/arcofi.c | 5 +-
3250 drivers/isdn/hisax/config.c | 4 +-
3251 drivers/isdn/hisax/diva.c | 7 +-
3252 drivers/isdn/hisax/elsa.c | 9 +-
3253 drivers/isdn/hisax/fsm.c | 5 +-
3254 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
3255 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
3256 drivers/isdn/hisax/hfc_pci.c | 10 +-
3257 drivers/isdn/hisax/hfc_sx.c | 10 +-
3258 drivers/isdn/hisax/hfc_usb.c | 12 +-
3259 drivers/isdn/hisax/hfcscard.c | 6 +-
3260 drivers/isdn/hisax/hisax.h | 4 +-
3261 drivers/isdn/hisax/icc.c | 5 +-
3262 drivers/isdn/hisax/ipacx.c | 7 +-
3263 drivers/isdn/hisax/isac.c | 5 +-
3264 drivers/isdn/hisax/isar.c | 5 +-
3265 drivers/isdn/hisax/isdnl3.c | 5 +-
3266 drivers/isdn/hisax/saphir.c | 5 +-
3267 drivers/isdn/hisax/teleint.c | 5 +-
3268 drivers/isdn/hisax/w6692.c | 5 +-
3269 drivers/isdn/i4l/isdn_common.c | 2 +
3270 drivers/isdn/i4l/isdn_tty.c | 22 +-
3271 drivers/isdn/mISDN/dsp.h | 4 +-
3272 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
3273 drivers/isdn/mISDN/dsp_core.c | 4 +-
3274 drivers/isdn/mISDN/dsp_tones.c | 4 +-
3275 drivers/isdn/mISDN/fsm.c | 5 +-
3276 drivers/isdn/mISDN/l1oip_core.c | 8 +-
3277 drivers/leds/leds-clevo-mail.c | 2 +-
3278 drivers/leds/leds-ss4200.c | 2 +-
3279 drivers/lguest/core.c | 9 +-
3280 drivers/lguest/page_tables.c | 2 +-
3281 drivers/lguest/x86/core.c | 12 +-
3282 drivers/lguest/x86/switcher_32.S | 27 +-
3283 drivers/lightnvm/rrpc.c | 4 +-
3284 drivers/lightnvm/rrpc.h | 2 +-
3285 drivers/md/bcache/alloc.c | 2 +-
3286 drivers/md/bcache/bcache.h | 10 +-
3287 drivers/md/bcache/btree.c | 13 +-
3288 drivers/md/bcache/closure.c | 4 +-
3289 drivers/md/bcache/closure.h | 10 +-
3290 drivers/md/bcache/io.c | 10 +-
3291 drivers/md/bcache/journal.c | 18 +-
3292 drivers/md/bcache/movinggc.c | 12 +-
3293 drivers/md/bcache/request.c | 54 +-
3294 drivers/md/bcache/request.h | 2 +-
3295 drivers/md/bcache/stats.c | 26 +-
3296 drivers/md/bcache/stats.h | 16 +-
3297 drivers/md/bcache/super.c | 32 +-
3298 drivers/md/bcache/sysfs.c | 20 +-
3299 drivers/md/bcache/writeback.c | 12 +-
3300 drivers/md/bitmap.c | 2 +-
3301 drivers/md/dm-cache-target.c | 116 +-
3302 drivers/md/dm-core.h | 4 +-
3303 drivers/md/dm-ioctl.c | 2 +-
3304 drivers/md/dm-mpath.c | 12 +-
3305 drivers/md/dm-raid.c | 2 +-
3306 drivers/md/dm-raid1.c | 18 +-
3307 drivers/md/dm-stats.c | 6 +-
3308 drivers/md/dm-stripe.c | 10 +-
3309 drivers/md/dm-table.c | 2 +-
3310 drivers/md/dm-thin-metadata.c | 4 +-
3311 drivers/md/dm.c | 24 +-
3312 drivers/md/md.c | 41 +-
3313 drivers/md/md.h | 8 +-
3314 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
3315 drivers/md/persistent-data/dm-space-map.h | 1 +
3316 drivers/md/raid1.c | 8 +-
3317 drivers/md/raid10.c | 26 +-
3318 drivers/md/raid5.c | 26 +-
3319 drivers/media/dvb-core/dvb_net.c | 2 +-
3320 drivers/media/dvb-core/dvbdev.c | 2 +-
3321 drivers/media/dvb-frontends/af9033.h | 2 +-
3322 drivers/media/dvb-frontends/cx24116.c | 2 +-
3323 drivers/media/dvb-frontends/cx24117.c | 2 +-
3324 drivers/media/dvb-frontends/cx24120.c | 2 +-
3325 drivers/media/dvb-frontends/cx24123.c | 2 +-
3326 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
3327 drivers/media/dvb-frontends/dib3000.h | 2 +-
3328 drivers/media/dvb-frontends/dib7000p.h | 2 +-
3329 drivers/media/dvb-frontends/dib8000.h | 2 +-
3330 drivers/media/dvb-frontends/hd29l2.c | 2 +-
3331 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
3332 drivers/media/dvb-frontends/mb86a20s.c | 2 +-
3333 drivers/media/dvb-frontends/mt312.c | 6 +-
3334 drivers/media/dvb-frontends/s921.c | 2 +-
3335 drivers/media/pci/bt8xx/dst.c | 2 +-
3336 drivers/media/pci/cx88/cx88-video.c | 6 +-
3337 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
3338 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
3339 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
3340 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
3341 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
3342 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
3343 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
3344 drivers/media/pci/tw68/tw68-core.c | 2 +-
3345 drivers/media/pci/tw686x/tw686x-core.c | 4 +-
3346 drivers/media/pci/zoran/zoran.h | 1 -
3347 drivers/media/pci/zoran/zoran_card.c | 4 +-
3348 drivers/media/pci/zoran/zoran_driver.c | 3 -
3349 drivers/media/platform/omap/omap_vout.c | 11 +-
3350 drivers/media/platform/s5p-tv/mixer.h | 2 +-
3351 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
3352 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
3353 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
3354 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
3355 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
3356 drivers/media/radio/radio-cadet.c | 7 +-
3357 drivers/media/radio/radio-maxiradio.c | 2 +-
3358 drivers/media/radio/radio-shark.c | 2 +-
3359 drivers/media/radio/radio-shark2.c | 2 +-
3360 drivers/media/radio/radio-si476x.c | 2 +-
3361 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
3362 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
3363 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
3364 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
3365 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
3366 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
3367 drivers/media/usb/uvc/uvc_driver.c | 4 +-
3368 drivers/media/v4l2-core/v4l2-common.c | 2 +-
3369 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
3370 drivers/media/v4l2-core/v4l2-device.c | 4 +-
3371 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
3372 drivers/memory/omap-gpmc.c | 24 +-
3373 drivers/message/fusion/mptbase.c | 4 +-
3374 drivers/message/fusion/mptlan.c | 2 +-
3375 drivers/message/fusion/mptsas.c | 34 +-
3376 drivers/mfd/ab8500-debugfs.c | 2 +-
3377 drivers/mfd/kempld-core.c | 2 +-
3378 drivers/mfd/max8925-i2c.c | 2 +-
3379 drivers/mfd/rn5t618.c | 10 +-
3380 drivers/mfd/tps65910.c | 2 +-
3381 drivers/mfd/twl4030-irq.c | 9 +-
3382 drivers/misc/c2port/core.c | 4 +-
3383 drivers/misc/kgdbts.c | 6 +-
3384 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
3385 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
3386 drivers/misc/mic/scif/scif_api.c | 10 +-
3387 drivers/misc/mic/scif/scif_rb.c | 8 +-
3388 drivers/misc/panel.c | 4 +-
3389 drivers/misc/sgi-gru/gruhandles.c | 4 +-
3390 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
3391 drivers/misc/sgi-gru/grutables.h | 158 +-
3392 drivers/misc/sgi-xp/xp.h | 2 +-
3393 drivers/misc/sgi-xp/xp_main.c | 57 +-
3394 drivers/misc/sgi-xp/xpc.h | 3 +-
3395 drivers/misc/sgi-xp/xpc_main.c | 2 +-
3396 drivers/misc/sgi-xp/xpnet.c | 2 +-
3397 drivers/misc/ti-st/st_kim.c | 32 +-
3398 drivers/mmc/card/mmc_test.c | 4 +-
3399 drivers/mmc/host/dw_mmc.h | 2 +-
3400 drivers/mmc/host/mmci.c | 4 +-
3401 drivers/mmc/host/omap_hsmmc.c | 4 +-
3402 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
3403 drivers/mmc/host/sdhci-s3c.c | 8 +-
3404 drivers/mmc/host/tmio_mmc_pio.c | 4 +-
3405 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
3406 drivers/mtd/devices/block2mtd.c | 2 +-
3407 drivers/mtd/devices/phram.c | 2 +-
3408 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
3409 drivers/mtd/maps/latch-addr-flash.c | 2 +-
3410 drivers/mtd/maps/pci.c | 4 +-
3411 drivers/mtd/maps/pcmciamtd.c | 8 +-
3412 drivers/mtd/maps/sbc_gxx.c | 2 +-
3413 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 2 +
3414 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
3415 drivers/mtd/nand/brcmnand/iproc_nand.c | 2 +
3416 drivers/mtd/nand/cafe_nand.c | 18 +-
3417 drivers/mtd/nand/denali.c | 1 +
3418 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
3419 drivers/mtd/nftlmount.c | 1 +
3420 drivers/mtd/sm_ftl.c | 2 +-
3421 drivers/mtd/ubi/build.c | 2 +-
3422 drivers/net/bonding/bond_netlink.c | 2 +-
3423 drivers/net/caif/caif_hsi.c | 4 +-
3424 drivers/net/caif/caif_serial.c | 2 +-
3425 drivers/net/caif/caif_spi.c | 2 +-
3426 drivers/net/caif/caif_virtio.c | 2 +-
3427 drivers/net/can/Kconfig | 2 +-
3428 drivers/net/can/bfin_can.c | 2 +-
3429 drivers/net/can/dev.c | 2 +-
3430 drivers/net/can/flexcan.c | 2 +-
3431 drivers/net/can/janz-ican3.c | 2 +-
3432 drivers/net/can/led.c | 2 +-
3433 drivers/net/can/sun4i_can.c | 2 +-
3434 drivers/net/can/vcan.c | 2 +-
3435 drivers/net/can/xilinx_can.c | 2 +-
3436 drivers/net/dummy.c | 2 +-
3437 drivers/net/ethernet/8390/ax88796.c | 6 +-
3438 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
3439 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
3440 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
3441 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
3442 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
3443 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
3444 drivers/net/ethernet/amd/7990.c | 2 +-
3445 drivers/net/ethernet/amd/7990.h | 2 +-
3446 drivers/net/ethernet/amd/amd8111e.c | 5 +-
3447 drivers/net/ethernet/amd/atarilance.c | 4 +-
3448 drivers/net/ethernet/amd/declance.c | 2 +-
3449 drivers/net/ethernet/amd/pcnet32.c | 7 +-
3450 drivers/net/ethernet/amd/sun3lance.c | 4 +-
3451 drivers/net/ethernet/amd/sunlance.c | 2 +-
3452 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
3453 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
3454 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
3455 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
3456 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
3457 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
3458 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
3459 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
3460 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
3461 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
3462 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
3463 drivers/net/ethernet/arc/emac_main.c | 2 +-
3464 drivers/net/ethernet/atheros/alx/main.c | 2 +-
3465 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
3466 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
3467 drivers/net/ethernet/aurora/nb8800.c | 2 +-
3468 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
3469 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
3470 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
3471 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
3472 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
3473 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
3474 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
3475 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
3476 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
3477 drivers/net/ethernet/broadcom/tg3.c | 2 +-
3478 drivers/net/ethernet/broadcom/tg3.h | 1 +
3479 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
3480 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
3481 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
3482 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
3483 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
3484 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
3485 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
3486 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
3487 drivers/net/ethernet/cadence/macb.c | 4 +-
3488 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
3489 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
3490 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
3491 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
3492 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
3493 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
3494 drivers/net/ethernet/davicom/dm9000.c | 2 +-
3495 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
3496 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
3497 drivers/net/ethernet/faraday/ftgmac100.c | 3 +-
3498 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
3499 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
3500 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
3501 drivers/net/ethernet/freescale/gianfar.c | 4 +-
3502 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
3503 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
3504 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
3505 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
3506 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.h | 2 +-
3507 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c | 84 +-
3508 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
3509 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
3510 drivers/net/ethernet/ibm/emac/core.c | 4 +-
3511 drivers/net/ethernet/intel/e100.c | 2 +-
3512 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
3513 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
3514 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
3515 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
3516 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
3517 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
3518 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
3519 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
3520 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
3521 drivers/net/ethernet/marvell/mvneta.c | 2 +-
3522 drivers/net/ethernet/marvell/mvpp2.c | 2 +-
3523 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
3524 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
3525 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
3526 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
3527 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 6 +-
3528 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
3529 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
3530 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
3531 drivers/net/ethernet/neterion/s2io.c | 2 +-
3532 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
3533 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
3534 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
3535 drivers/net/ethernet/netx-eth.c | 2 +-
3536 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
3537 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
3538 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
3539 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
3540 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
3541 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
3542 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
3543 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
3544 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
3545 drivers/net/ethernet/realtek/r8169.c | 8 +-
3546 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
3547 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
3548 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
3549 drivers/net/ethernet/sfc/ptp.c | 2 +-
3550 drivers/net/ethernet/sfc/selftest.c | 20 +-
3551 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
3552 drivers/net/ethernet/smsc/smc911x.c | 2 +-
3553 drivers/net/ethernet/smsc/smc91x.c | 2 +-
3554 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
3555 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
3556 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 4 +-
3557 drivers/net/ethernet/sun/sunbmac.c | 2 +-
3558 drivers/net/ethernet/sun/sunqe.c | 2 +-
3559 drivers/net/ethernet/sun/sunvnet.c | 2 +-
3560 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
3561 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
3562 drivers/net/ethernet/ti/cpmac.c | 2 +-
3563 drivers/net/ethernet/ti/davinci_emac.c | 2 +-
3564 drivers/net/ethernet/ti/netcp_core.c | 2 +-
3565 drivers/net/ethernet/via/via-rhine.c | 2 +-
3566 drivers/net/ethernet/wiznet/w5100.c | 2 +-
3567 drivers/net/ethernet/wiznet/w5300.c | 2 +-
3568 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
3569 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
3570 drivers/net/ethernet/xilinx/xilinx_emaclite.c | 2 +-
3571 drivers/net/geneve.c | 4 +-
3572 drivers/net/gtp.c | 8 +-
3573 drivers/net/hamradio/baycom_epp.c | 2 +-
3574 drivers/net/hyperv/hyperv_net.h | 2 +-
3575 drivers/net/hyperv/netvsc_drv.c | 2 +-
3576 drivers/net/hyperv/rndis_filter.c | 7 +-
3577 drivers/net/ifb.c | 2 +-
3578 drivers/net/ipvlan/ipvlan_core.c | 2 +-
3579 drivers/net/ipvlan/ipvlan_main.c | 6 +-
3580 drivers/net/irda/vlsi_ir.c | 18 +-
3581 drivers/net/irda/vlsi_ir.h | 14 +-
3582 drivers/net/loopback.c | 2 +-
3583 drivers/net/macsec.c | 2 +-
3584 drivers/net/macvlan.c | 20 +-
3585 drivers/net/macvtap.c | 10 +-
3586 drivers/net/nlmon.c | 2 +-
3587 drivers/net/phy/phy_device.c | 6 +-
3588 drivers/net/plip/plip.c | 2 +-
3589 drivers/net/ppp/ppp_generic.c | 6 +-
3590 drivers/net/ppp/pptp.c | 2 +-
3591 drivers/net/rionet.c | 2 +-
3592 drivers/net/slip/slhc.c | 2 +-
3593 drivers/net/team/team.c | 4 +-
3594 drivers/net/tun.c | 11 +-
3595 drivers/net/usb/hso.c | 28 +-
3596 drivers/net/usb/ipheth.c | 2 +-
3597 drivers/net/usb/r8152.c | 2 +-
3598 drivers/net/usb/sierra_net.c | 4 +-
3599 drivers/net/virtio_net.c | 2 +-
3600 drivers/net/vrf.c | 4 +-
3601 drivers/net/vxlan.c | 4 +-
3602 drivers/net/wimax/i2400m/rx.c | 2 +-
3603 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
3604 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
3605 drivers/net/wireless/ath/ath10k/mac.c | 7 +-
3606 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
3607 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
3608 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
3609 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
3610 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
3611 drivers/net/wireless/ath/ath9k/main.c | 22 +-
3612 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
3613 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
3614 drivers/net/wireless/ath/carl9170/main.c | 10 +-
3615 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
3616 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
3617 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
3618 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
3619 drivers/net/wireless/atmel/atmel.c | 183 +-
3620 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
3621 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
3622 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 54 +-
3623 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
3624 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
3625 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
3626 drivers/net/wireless/cisco/airo.c | 201 +-
3627 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
3628 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
3629 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
3630 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
3631 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
3632 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
3633 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
3634 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
3635 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
3636 .../net/wireless/intersil/hostap/hostap_ioctl.c | 250 +-
3637 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
3638 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
3639 drivers/net/wireless/mac80211_hwsim.c | 28 +-
3640 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
3641 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
3642 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
3643 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
3644 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
3645 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
3646 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
3647 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
3648 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
3649 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
3650 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
3651 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
3652 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
3653 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
3654 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
3655 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
3656 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
3657 drivers/net/wireless/zydas/zd1201.c | 192 +-
3658 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
3659 drivers/net/xen-netback/interface.c | 2 +-
3660 drivers/net/xen-netfront.c | 2 +-
3661 drivers/ntb/test/ntb_pingpong.c | 8 +-
3662 drivers/nvme/host/pci.c | 2 +-
3663 drivers/of/fdt.c | 4 +-
3664 drivers/oprofile/buffer_sync.c | 8 +-
3665 drivers/oprofile/event_buffer.c | 2 +-
3666 drivers/oprofile/oprof.c | 2 +-
3667 drivers/oprofile/oprofile_stats.c | 10 +-
3668 drivers/oprofile/oprofile_stats.h | 10 +-
3669 drivers/oprofile/oprofilefs.c | 6 +-
3670 drivers/oprofile/timer_int.c | 2 +-
3671 drivers/parport/procfs.c | 4 +-
3672 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
3673 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
3674 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
3675 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
3676 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
3677 drivers/pci/hotplug/pciehp_core.c | 2 +-
3678 drivers/pci/msi.c | 22 +-
3679 drivers/pci/pci-sysfs.c | 6 +-
3680 drivers/pci/pci.h | 4 +-
3681 drivers/pci/pcie/aspm.c | 10 +-
3682 drivers/pci/pcie/portdrv_pci.c | 2 +-
3683 drivers/pci/probe.c | 2 +-
3684 drivers/pci/setup-bus.c | 10 +-
3685 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
3686 drivers/pinctrl/pinctrl-at91.c | 5 +-
3687 drivers/platform/chrome/chromeos_laptop.c | 2 +-
3688 drivers/platform/chrome/chromeos_pstore.c | 2 +-
3689 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
3690 drivers/platform/x86/alienware-wmi.c | 4 +-
3691 drivers/platform/x86/apple-gmux.c | 2 +-
3692 drivers/platform/x86/compal-laptop.c | 2 +-
3693 drivers/platform/x86/hdaps.c | 2 +-
3694 drivers/platform/x86/ibm_rtl.c | 2 +-
3695 drivers/platform/x86/intel_oaktrail.c | 2 +-
3696 drivers/platform/x86/msi-laptop.c | 16 +-
3697 drivers/platform/x86/msi-wmi.c | 2 +-
3698 drivers/platform/x86/samsung-laptop.c | 2 +-
3699 drivers/platform/x86/samsung-q10.c | 2 +-
3700 drivers/platform/x86/sony-laptop.c | 14 +-
3701 drivers/platform/x86/thinkpad_acpi.c | 10 +-
3702 drivers/pnp/base.h | 2 +-
3703 drivers/pnp/pnpbios/bioscalls.c | 14 +-
3704 drivers/pnp/pnpbios/core.c | 2 +-
3705 drivers/pnp/resource.c | 4 +-
3706 drivers/power/pda_power.c | 7 +-
3707 drivers/power/power_supply.h | 4 +-
3708 drivers/power/power_supply_core.c | 7 +-
3709 drivers/power/power_supply_sysfs.c | 6 +-
3710 drivers/power/reset/at91-reset.c | 5 +-
3711 drivers/powercap/powercap_sys.c | 136 +-
3712 drivers/ptp/ptp_private.h | 2 +-
3713 drivers/ptp/ptp_sysfs.c | 2 +-
3714 drivers/regulator/core.c | 4 +-
3715 drivers/regulator/max8660.c | 6 +-
3716 drivers/regulator/max8973-regulator.c | 16 +-
3717 drivers/regulator/mc13892-regulator.c | 8 +-
3718 drivers/remoteproc/remoteproc_core.c | 26 +-
3719 drivers/rtc/rtc-armada38x.c | 7 +-
3720 drivers/rtc/rtc-cmos.c | 4 +-
3721 drivers/rtc/rtc-ds1307.c | 2 +-
3722 drivers/rtc/rtc-m41t80.c | 8 +-
3723 drivers/rtc/rtc-m48t59.c | 4 +-
3724 drivers/rtc/rtc-rv3029c2.c | 8 +-
3725 drivers/rtc/rtc-rv8803.c | 15 +-
3726 drivers/rtc/rtc-rx8010.c | 8 +-
3727 drivers/rtc/rtc-test.c | 6 +-
3728 drivers/scsi/aacraid/aachba.c | 7 +-
3729 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
3730 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
3731 drivers/scsi/be2iscsi/be_main.c | 2 +-
3732 drivers/scsi/bfa/bfa.h | 4 +-
3733 drivers/scsi/bfa/bfa_core.c | 4 +-
3734 drivers/scsi/bfa/bfa_cs.h | 124 +-
3735 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
3736 drivers/scsi/bfa/bfa_fcs.h | 34 +-
3737 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
3738 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
3739 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
3740 drivers/scsi/bfa/bfa_ioc.c | 8 +-
3741 drivers/scsi/bfa/bfa_ioc.h | 16 +-
3742 drivers/scsi/bfa/bfa_svc.c | 12 +-
3743 drivers/scsi/bfa/bfa_svc.h | 20 +-
3744 drivers/scsi/bfa/bfad.c | 12 +-
3745 drivers/scsi/bfa/bfad_bsg.c | 8 +-
3746 drivers/scsi/bfa/bfad_drv.h | 5 +-
3747 drivers/scsi/csiostor/csio_defs.h | 19 +-
3748 drivers/scsi/csiostor/csio_hw.c | 67 +-
3749 drivers/scsi/csiostor/csio_init.c | 2 +-
3750 drivers/scsi/csiostor/csio_lnode.c | 32 +-
3751 drivers/scsi/csiostor/csio_rnode.c | 28 +-
3752 drivers/scsi/csiostor/csio_scsi.c | 37 +-
3753 drivers/scsi/esas2r/esas2r_init.c | 2 +-
3754 drivers/scsi/esas2r/esas2r_ioctl.c | 2 +-
3755 drivers/scsi/esas2r/esas2r_log.h | 4 +-
3756 drivers/scsi/esas2r/esas2r_main.c | 4 +-
3757 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
3758 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
3759 drivers/scsi/hpsa.c | 38 +-
3760 drivers/scsi/hpsa.h | 2 +-
3761 drivers/scsi/hptiop.c | 2 -
3762 drivers/scsi/hptiop.h | 1 -
3763 drivers/scsi/ipr.c | 32 +-
3764 drivers/scsi/ipr.h | 2 +-
3765 drivers/scsi/libfc/fc_exch.c | 50 +-
3766 drivers/scsi/libsas/sas_ata.c | 2 +-
3767 drivers/scsi/lpfc/lpfc.h | 8 +-
3768 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
3769 drivers/scsi/lpfc/lpfc_init.c | 8 +-
3770 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
3771 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
3772 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
3773 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
3774 drivers/scsi/pmcraid.c | 46 +-
3775 drivers/scsi/pmcraid.h | 8 +-
3776 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
3777 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
3778 drivers/scsi/qla2xxx/qla_os.c | 15 +-
3779 drivers/scsi/qla2xxx/qla_target.c | 16 +-
3780 drivers/scsi/qla2xxx/qla_target.h | 2 +-
3781 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
3782 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
3783 drivers/scsi/scsi.c | 2 +-
3784 drivers/scsi/scsi_debug.c | 42 +-
3785 drivers/scsi/scsi_lib.c | 8 +-
3786 drivers/scsi/scsi_sysfs.c | 2 +-
3787 drivers/scsi/scsi_transport_fc.c | 8 +-
3788 drivers/scsi/scsi_transport_iscsi.c | 6 +-
3789 drivers/scsi/scsi_transport_spi.c | 2 +-
3790 drivers/scsi/scsi_transport_srp.c | 8 +-
3791 drivers/scsi/sd.c | 6 +-
3792 drivers/scsi/sg.c | 2 +-
3793 drivers/scsi/sr.c | 21 +-
3794 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
3795 drivers/spi/spi.c | 2 +-
3796 drivers/staging/fbtft/fbtft-core.c | 2 +-
3797 drivers/staging/fbtft/fbtft.h | 2 +-
3798 drivers/staging/gdm724x/gdm_lte.c | 2 +-
3799 drivers/staging/gdm724x/gdm_tty.c | 2 +-
3800 drivers/staging/i4l/icn/icn.c | 2 +-
3801 drivers/staging/iio/adc/ad7280a.c | 4 +-
3802 drivers/staging/ks7010/ks_wlan_net.c | 392 +-
3803 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
3804 drivers/staging/lustre/lnet/selftest/brw_test.c | 19 +-
3805 drivers/staging/lustre/lnet/selftest/framework.c | 10 +-
3806 drivers/staging/lustre/lnet/selftest/ping_test.c | 23 +-
3807 drivers/staging/lustre/lnet/selftest/selftest.h | 6 +-
3808 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
3809 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
3810 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
3811 drivers/staging/lustre/lustre/include/obd.h | 2 +-
3812 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
3813 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
3814 .../staging/lustre/lustre/llite/llite_internal.h | 6 +-
3815 drivers/staging/lustre/lustre/llite/llite_lib.c | 6 +-
3816 drivers/staging/lustre/lustre/llite/lproc_llite.c | 6 +-
3817 drivers/staging/lustre/lustre/llite/statahead.c | 6 +-
3818 drivers/staging/lustre/lustre/lov/lov_internal.h | 6 +-
3819 drivers/staging/lustre/lustre/lov/lov_io.c | 60 +-
3820 drivers/staging/lustre/lustre/lov/lov_obd.c | 12 +-
3821 drivers/staging/lustre/lustre/lov/lov_request.c | 30 +-
3822 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
3823 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
3824 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
3825 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
3826 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
3827 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
3828 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
3829 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
3830 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
3831 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
3832 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
3833 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
3834 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
3835 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
3836 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
3837 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
3838 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
3839 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
3840 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 8 +-
3841 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
3842 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
3843 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
3844 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
3845 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
3846 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
3847 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
3848 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
3849 drivers/staging/rtl8192e/rtllib.h | 4 +-
3850 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
3851 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
3852 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
3853 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
3854 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
3855 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
3856 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
3857 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
3858 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
3859 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
3860 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
3861 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
3862 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
3863 drivers/staging/rtl8712/xmit_linux.c | 2 +-
3864 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
3865 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
3866 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
3867 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
3868 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
3869 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
3870 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
3871 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
3872 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
3873 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
3874 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
3875 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
3876 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
3877 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
3878 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
3879 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
3880 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
3881 drivers/staging/sm750fb/sm750.c | 14 +-
3882 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
3883 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
3884 drivers/staging/vt6655/rxtx.c | 2 +-
3885 drivers/staging/vt6656/rxtx.c | 2 +-
3886 drivers/staging/wilc1000/linux_wlan.c | 2 +-
3887 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
3888 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
3889 drivers/target/sbp/sbp_target.c | 4 +-
3890 drivers/thermal/devfreq_cooling.c | 19 +-
3891 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
3892 drivers/thermal/of-thermal.c | 17 +-
3893 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
3894 drivers/tty/cyclades.c | 6 +-
3895 drivers/tty/hvc/hvc_console.c | 14 +-
3896 drivers/tty/hvc/hvcs.c | 21 +-
3897 drivers/tty/hvc/hvsi.c | 22 +-
3898 drivers/tty/hvc/hvsi_lib.c | 4 +-
3899 drivers/tty/ipwireless/tty.c | 27 +-
3900 drivers/tty/moxa.c | 2 +-
3901 drivers/tty/n_gsm.c | 6 +-
3902 drivers/tty/n_tty.c | 28 +-
3903 drivers/tty/pty.c | 4 +-
3904 drivers/tty/rocket.c | 6 +-
3905 drivers/tty/serial/8250/8250_core.c | 10 +-
3906 drivers/tty/serial/8250/8250_pci.c | 2 +-
3907 drivers/tty/serial/ioc4_serial.c | 6 +-
3908 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
3909 drivers/tty/serial/kgdb_nmi.c | 4 +-
3910 drivers/tty/serial/kgdboc.c | 34 +-
3911 drivers/tty/serial/msm_serial.c | 4 +-
3912 drivers/tty/serial/samsung.c | 9 +-
3913 drivers/tty/serial/serial_core.c | 6 +-
3914 drivers/tty/synclink.c | 34 +-
3915 drivers/tty/synclink_gt.c | 28 +-
3916 drivers/tty/synclinkmp.c | 34 +-
3917 drivers/tty/tty_io.c | 2 +-
3918 drivers/tty/tty_ldisc.c | 8 +-
3919 drivers/tty/tty_port.c | 22 +-
3920 drivers/uio/uio.c | 19 +-
3921 drivers/usb/atm/cxacru.c | 2 +-
3922 drivers/usb/atm/usbatm.c | 24 +-
3923 drivers/usb/core/devices.c | 6 +-
3924 drivers/usb/core/devio.c | 12 +-
3925 drivers/usb/core/hcd.c | 4 +-
3926 drivers/usb/core/sysfs.c | 2 +-
3927 drivers/usb/core/usb.c | 2 +-
3928 drivers/usb/early/ehci-dbgp.c | 16 +-
3929 drivers/usb/gadget/function/f_phonet.c | 2 +-
3930 drivers/usb/gadget/function/u_serial.c | 22 +-
3931 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
3932 drivers/usb/host/ehci-hcd.c | 2 +-
3933 drivers/usb/host/ehci-hub.c | 4 +-
3934 drivers/usb/host/ehci-q.c | 4 +-
3935 drivers/usb/host/fotg210-hcd.c | 2 +-
3936 drivers/usb/host/hwa-hc.c | 2 +-
3937 drivers/usb/host/ohci-hcd.c | 2 +-
3938 drivers/usb/host/r8a66597.h | 2 +-
3939 drivers/usb/host/uhci-hcd.c | 2 +-
3940 drivers/usb/host/xhci-pci.c | 2 +-
3941 drivers/usb/host/xhci-ring.c | 52 +-
3942 drivers/usb/host/xhci.c | 2 +-
3943 drivers/usb/misc/appledisplay.c | 4 +-
3944 drivers/usb/misc/sisusbvga/sisusb_con.c | 78 +-
3945 drivers/usb/serial/console.c | 8 +-
3946 drivers/usb/storage/transport.c | 2 +-
3947 drivers/usb/storage/usb.c | 2 +-
3948 drivers/usb/storage/usb.h | 2 +-
3949 drivers/usb/usbip/vhci.h | 2 +-
3950 drivers/usb/usbip/vhci_hcd.c | 6 +-
3951 drivers/usb/usbip/vhci_rx.c | 2 +-
3952 drivers/usb/usbip/vudc_rx.c | 2 +-
3953 drivers/usb/wusbcore/wa-hc.h | 4 +-
3954 drivers/usb/wusbcore/wa-xfer.c | 2 +-
3955 drivers/vfio/pci/vfio_pci.c | 2 +-
3956 drivers/vhost/vringh.c | 20 +-
3957 drivers/video/backlight/kb3886_bl.c | 2 +-
3958 drivers/video/console/dummycon.c | 76 +-
3959 drivers/video/console/fbcon.c | 2 +-
3960 drivers/video/console/vgacon.c | 17 +-
3961 drivers/video/fbdev/arcfb.c | 2 +-
3962 drivers/video/fbdev/aty/aty128fb.c | 2 +-
3963 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
3964 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
3965 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
3966 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
3967 drivers/video/fbdev/core/fb_defio.c | 8 +-
3968 drivers/video/fbdev/core/fbmem.c | 12 +-
3969 drivers/video/fbdev/hyperv_fb.c | 4 +-
3970 drivers/video/fbdev/i810/i810_accel.c | 1 +
3971 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
3972 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
3973 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
3974 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
3975 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
3976 drivers/video/fbdev/sis/sis_main.h | 2 +-
3977 drivers/video/fbdev/smscufx.c | 4 +-
3978 drivers/video/fbdev/udlfb.c | 36 +-
3979 drivers/video/fbdev/uvesafb.c | 52 +-
3980 drivers/video/fbdev/vesafb.c | 58 +-
3981 drivers/video/fbdev/via/via_clock.h | 2 +-
3982 drivers/xen/events/events_base.c | 6 +-
3983 drivers/xen/xen-pciback/pci_stub.c | 2 +-
3984 fs/9p/vfs_addr.c | 2 +-
3985 fs/9p/vfs_inode_dotl.c | 4 +-
3986 fs/Kconfig.binfmt | 2 +-
3987 fs/afs/file.c | 8 +-
3988 fs/afs/inode.c | 4 +-
3989 fs/afs/internal.h | 4 +-
3990 fs/aio.c | 2 +-
3991 fs/autofs4/waitq.c | 2 +-
3992 fs/befs/endian.h | 6 +-
3993 fs/befs/linuxvfs.c | 4 +-
3994 fs/binfmt_aout.c | 23 +-
3995 fs/binfmt_elf.c | 657 +-
3996 fs/binfmt_elf_fdpic.c | 4 +-
3997 fs/block_dev.c | 2 +-
3998 fs/btrfs/ctree.c | 11 +-
3999 fs/btrfs/ctree.h | 8 +-
4000 fs/btrfs/delayed-inode.c | 6 +-
4001 fs/btrfs/delayed-inode.h | 4 +-
4002 fs/btrfs/delayed-ref.c | 4 +-
4003 fs/btrfs/dev-replace.c | 20 +-
4004 fs/btrfs/dev-replace.h | 4 +-
4005 fs/btrfs/disk-io.c | 4 +-
4006 fs/btrfs/extent_map.c | 8 +-
4007 fs/btrfs/file.c | 4 +-
4008 fs/btrfs/free-space-cache.h | 1 +
4009 fs/btrfs/raid56.c | 30 +-
4010 fs/btrfs/scrub.c | 2 +-
4011 fs/btrfs/super.c | 2 +-
4012 fs/btrfs/sysfs.c | 2 +-
4013 fs/btrfs/tests/btrfs-tests.c | 2 +-
4014 fs/btrfs/tests/free-space-tests.c | 2 +-
4015 fs/btrfs/transaction.c | 2 +-
4016 fs/btrfs/tree-log.c | 8 +-
4017 fs/btrfs/tree-log.h | 2 +-
4018 fs/btrfs/volumes.c | 14 +-
4019 fs/btrfs/volumes.h | 22 +-
4020 fs/buffer.c | 2 +-
4021 fs/cachefiles/bind.c | 6 +-
4022 fs/cachefiles/daemon.c | 12 +-
4023 fs/cachefiles/internal.h | 16 +-
4024 fs/cachefiles/namei.c | 6 +-
4025 fs/cachefiles/proc.c | 12 +-
4026 fs/ceph/super.c | 4 +-
4027 fs/char_dev.c | 2 +-
4028 fs/cifs/cifs_debug.c | 12 +-
4029 fs/cifs/cifsfs.c | 13 +-
4030 fs/cifs/cifsglob.h | 54 +-
4031 fs/cifs/file.c | 14 +-
4032 fs/cifs/misc.c | 4 +-
4033 fs/cifs/smb1ops.c | 80 +-
4034 fs/cifs/smb2ops.c | 84 +-
4035 fs/cifs/smb2pdu.c | 3 +-
4036 fs/coda/cache.c | 10 +-
4037 fs/coda/dir.c | 5 +-
4038 fs/compat.c | 9 +-
4039 fs/compat_binfmt_elf.c | 2 +
4040 fs/compat_ioctl.c | 12 +-
4041 fs/configfs/dir.c | 2 +-
4042 fs/coredump.c | 18 +-
4043 fs/dcache.c | 63 +-
4044 fs/debugfs/file.c | 41 +-
4045 fs/ecryptfs/inode.c | 2 +-
4046 fs/ecryptfs/miscdev.c | 2 +-
4047 fs/exec.c | 309 +-
4048 fs/exofs/inode.c | 7 +-
4049 fs/exofs/super.c | 5 +-
4050 fs/ext2/super.c | 4 +-
4051 fs/ext2/xattr.c | 5 +-
4052 fs/ext4/ext4.h | 20 +-
4053 fs/ext4/extents.c | 2 +-
4054 fs/ext4/mballoc.c | 44 +-
4055 fs/ext4/resize.c | 16 +-
4056 fs/ext4/super.c | 6 +-
4057 fs/ext4/sysfs.c | 2 +-
4058 fs/ext4/xattr.c | 5 +-
4059 fs/f2fs/f2fs.h | 7 +-
4060 fs/f2fs/super.c | 2 +-
4061 fs/fhandle.c | 5 +-
4062 fs/file.c | 18 +-
4063 fs/freevxfs/vxfs_super.c | 6 +-
4064 fs/fs-writeback.c | 11 +-
4065 fs/fs_struct.c | 8 +-
4066 fs/fscache/cookie.c | 40 +-
4067 fs/fscache/internal.h | 202 +-
4068 fs/fscache/object.c | 26 +-
4069 fs/fscache/operation.c | 38 +-
4070 fs/fscache/page.c | 110 +-
4071 fs/fscache/stats.c | 348 +-
4072 fs/fuse/cuse.c | 10 +-
4073 fs/fuse/dev.c | 4 +-
4074 fs/fuse/file.c | 4 +-
4075 fs/fuse/inode.c | 4 +-
4076 fs/gfs2/aops.c | 2 +-
4077 fs/gfs2/file.c | 2 +-
4078 fs/gfs2/glock.c | 22 +-
4079 fs/gfs2/glops.c | 4 +-
4080 fs/gfs2/quota.c | 6 +-
4081 fs/hugetlbfs/inode.c | 13 +-
4082 fs/inode.c | 4 +-
4083 fs/jbd2/commit.c | 2 +-
4084 fs/jbd2/transaction.c | 4 +-
4085 fs/jffs2/erase.c | 3 +-
4086 fs/jffs2/file.c | 5 +-
4087 fs/jffs2/fs.c | 2 +-
4088 fs/jffs2/os-linux.h | 2 +-
4089 fs/jffs2/wbuf.c | 3 +-
4090 fs/jfs/super.c | 4 +-
4091 fs/kernfs/dir.c | 2 +-
4092 fs/kernfs/file.c | 20 +-
4093 fs/lockd/clnt4xdr.c | 46 +-
4094 fs/lockd/clntproc.c | 4 +-
4095 fs/lockd/clntxdr.c | 44 +-
4096 fs/lockd/mon.c | 24 +-
4097 fs/lockd/svc.c | 2 +-
4098 fs/lockd/svc4proc.c | 69 +-
4099 fs/lockd/svcproc.c | 75 +-
4100 fs/lockd/xdr.c | 44 +-
4101 fs/lockd/xdr4.c | 41 +-
4102 fs/logfs/dev_bdev.c | 13 +-
4103 fs/logfs/dev_mtd.c | 13 +-
4104 fs/logfs/dir.c | 4 +-
4105 fs/logfs/logfs.h | 5 +-
4106 fs/logfs/readwrite.c | 2 +-
4107 fs/logfs/segment.c | 2 +-
4108 fs/logfs/super.c | 39 -
4109 fs/namei.c | 2 +-
4110 fs/namespace.c | 15 +-
4111 fs/nfs/callback.h | 18 +-
4112 fs/nfs/callback_proc.c | 26 +-
4113 fs/nfs/callback_xdr.c | 73 +-
4114 fs/nfs/dir.c | 5 +-
4115 fs/nfs/inode.c | 6 +-
4116 fs/nfs/internal.h | 5 +-
4117 fs/nfs/mount_clnt.c | 26 +-
4118 fs/nfs/nfs2xdr.c | 101 +-
4119 fs/nfs/nfs3xdr.c | 201 +-
4120 fs/nfs/nfs42xdr.c | 72 +-
4121 fs/nfs/nfs4xdr.c | 507 +-
4122 fs/nfs/read.c | 2 +-
4123 fs/nfs/symlink.c | 6 +-
4124 fs/nfsd/current_stateid.h | 24 +-
4125 fs/nfsd/nfs2acl.c | 85 +-
4126 fs/nfsd/nfs3acl.c | 44 +-
4127 fs/nfsd/nfs3proc.c | 271 +-
4128 fs/nfsd/nfs3xdr.c | 171 +-
4129 fs/nfsd/nfs4callback.c | 31 +-
4130 fs/nfsd/nfs4proc.c | 320 +-
4131 fs/nfsd/nfs4state.c | 111 +-
4132 fs/nfsd/nfs4xdr.c | 564 +-
4133 fs/nfsd/nfscache.c | 13 +-
4134 fs/nfsd/nfsproc.c | 193 +-
4135 fs/nfsd/nfsxdr.c | 96 +-
4136 fs/nfsd/vfs.c | 6 +-
4137 fs/nfsd/xdr.h | 50 +-
4138 fs/nfsd/xdr3.h | 100 +-
4139 fs/nfsd/xdr4.h | 50 +-
4140 fs/nls/nls_base.c | 26 +-
4141 fs/nls/nls_cp932.c | 2 +-
4142 fs/nls/nls_cp936.c | 2 +-
4143 fs/nls/nls_cp949.c | 2 +-
4144 fs/nls/nls_cp950.c | 2 +-
4145 fs/nls/nls_euc-jp.c | 8 +-
4146 fs/nls/nls_koi8-ru.c | 8 +-
4147 fs/notify/fanotify/fanotify_user.c | 4 +-
4148 fs/notify/notification.c | 4 +-
4149 fs/ntfs/debug.h | 6 +-
4150 fs/ntfs/dir.c | 4 +-
4151 fs/ntfs/inode.c | 19 +-
4152 fs/ntfs/inode.h | 4 +-
4153 fs/ntfs/mft.c | 4 +-
4154 fs/ntfs/super.c | 8 +-
4155 fs/ocfs2/cluster/masklog.h | 2 +-
4156 fs/ocfs2/dlm/dlmcommon.h | 4 +-
4157 fs/ocfs2/dlm/dlmdebug.c | 10 +-
4158 fs/ocfs2/dlm/dlmdomain.c | 4 +-
4159 fs/ocfs2/dlm/dlmmaster.c | 4 +-
4160 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
4161 fs/ocfs2/filecheck.c | 2 +-
4162 fs/ocfs2/localalloc.c | 2 +-
4163 fs/ocfs2/ocfs2.h | 10 +-
4164 fs/ocfs2/suballoc.c | 12 +-
4165 fs/ocfs2/super.c | 20 +-
4166 fs/orangefs/super.c | 4 +-
4167 fs/overlayfs/copy_up.c | 2 +-
4168 fs/overlayfs/super.c | 6 +-
4169 fs/pipe.c | 72 +-
4170 fs/posix_acl.c | 4 +-
4171 fs/proc/array.c | 20 +
4172 fs/proc/base.c | 7 +-
4173 fs/proc/kcore.c | 35 +-
4174 fs/proc/meminfo.c | 2 +-
4175 fs/proc/nommu.c | 2 +-
4176 fs/proc/proc_net.c | 2 +-
4177 fs/proc/proc_sysctl.c | 26 +-
4178 fs/proc/task_mmu.c | 39 +-
4179 fs/proc/task_nommu.c | 6 +-
4180 fs/proc/vmcore.c | 16 +-
4181 fs/qnx6/qnx6.h | 4 +-
4182 fs/quota/netlink.c | 4 +-
4183 fs/read_write.c | 34 +-
4184 fs/readdir.c | 3 +-
4185 fs/reiserfs/do_balan.c | 2 +-
4186 fs/reiserfs/procfs.c | 2 +-
4187 fs/reiserfs/reiserfs.h | 4 +-
4188 fs/select.c | 2 +-
4189 fs/seq_file.c | 4 +-
4190 fs/splice.c | 43 +-
4191 fs/squashfs/xattr.c | 10 +-
4192 fs/super.c | 3 +-
4193 fs/sysv/sysv.h | 2 +-
4194 fs/tracefs/inode.c | 8 +-
4195 fs/ubifs/find.c | 34 +-
4196 fs/ubifs/lprops.c | 5 +-
4197 fs/udf/misc.c | 2 +-
4198 fs/ufs/super.c | 4 +-
4199 fs/ufs/swab.h | 4 +-
4200 fs/userfaultfd.c | 2 +-
4201 fs/xattr.c | 21 +
4202 fs/xfs/kmem.h | 8 +
4203 fs/xfs/libxfs/xfs_bmap.c | 2 +-
4204 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
4205 fs/xfs/xfs_ioctl.c | 2 +-
4206 fs/xfs/xfs_linux.h | 4 +-
4207 fs/xfs/xfs_super.c | 8 +-
4208 include/acpi/acpiosxf.h | 3 +-
4209 include/acpi/acpixf.h | 2 +-
4210 include/acpi/ghes.h | 2 +-
4211 include/asm-generic/4level-fixup.h | 2 +
4212 include/asm-generic/atomic-long.h | 192 +-
4213 include/asm-generic/atomic64.h | 13 +
4214 include/asm-generic/bitops/__fls.h | 2 +-
4215 include/asm-generic/bitops/fls.h | 2 +-
4216 include/asm-generic/bitops/fls64.h | 4 +-
4217 include/asm-generic/bug.h | 7 +-
4218 include/asm-generic/cache.h | 4 +-
4219 include/asm-generic/emergency-restart.h | 2 +-
4220 include/asm-generic/kmap_types.h | 4 +-
4221 include/asm-generic/local.h | 13 +
4222 include/asm-generic/pgtable-nopmd.h | 19 +-
4223 include/asm-generic/pgtable-nopud.h | 15 +-
4224 include/asm-generic/pgtable.h | 16 +
4225 include/asm-generic/sections.h | 1 +
4226 include/asm-generic/uaccess.h | 16 +
4227 include/asm-generic/vmlinux.lds.h | 28 +-
4228 include/crypto/algapi.h | 2 +-
4229 include/crypto/cast6.h | 4 +-
4230 include/crypto/serpent.h | 4 +-
4231 include/crypto/xts.h | 2 +-
4232 include/drm/drmP.h | 21 +-
4233 include/drm/drm_mm.h | 2 +-
4234 include/drm/drm_modeset_helper_vtables.h | 3 +-
4235 include/drm/i915_pciids.h | 2 +-
4236 include/drm/intel-gtt.h | 4 +-
4237 include/drm/ttm/ttm_memory.h | 2 +-
4238 include/drm/ttm/ttm_page_alloc.h | 1 +
4239 include/keys/asymmetric-subtype.h | 2 +-
4240 include/keys/encrypted-type.h | 2 +-
4241 include/keys/rxrpc-type.h | 2 +-
4242 include/keys/user-type.h | 2 +-
4243 include/linux/atmdev.h | 4 +-
4244 include/linux/atomic.h | 39 +-
4245 include/linux/audit.h | 7 +-
4246 include/linux/average.h | 2 +-
4247 include/linux/binfmts.h | 3 +-
4248 include/linux/bio.h | 4 +-
4249 include/linux/bitmap.h | 2 +-
4250 include/linux/bitops.h | 8 +-
4251 include/linux/blk-cgroup.h | 24 +-
4252 include/linux/blkdev.h | 2 +-
4253 include/linux/blktrace_api.h | 2 +-
4254 include/linux/cache.h | 9 +
4255 include/linux/cdrom.h | 1 -
4256 include/linux/cgroup-defs.h | 2 +-
4257 include/linux/cleancache.h | 2 +-
4258 include/linux/clk-provider.h | 1 +
4259 include/linux/compat.h | 15 +-
4260 include/linux/compiler-gcc.h | 48 +-
4261 include/linux/compiler.h | 203 +-
4262 include/linux/configfs.h | 2 +-
4263 include/linux/cpufreq.h | 7 +-
4264 include/linux/cpuidle.h | 5 +-
4265 include/linux/cpumask.h | 14 +-
4266 include/linux/crypto.h | 4 +-
4267 include/linux/ctype.h | 2 +-
4268 include/linux/dcache.h | 4 +-
4269 include/linux/debugfs.h | 8 +
4270 include/linux/decompress/mm.h | 2 +-
4271 include/linux/devfreq.h | 2 +-
4272 include/linux/device.h | 7 +-
4273 include/linux/dma-mapping.h | 2 +-
4274 include/linux/efi.h | 1 +
4275 include/linux/elf.h | 2 +
4276 include/linux/err.h | 4 +-
4277 include/linux/ethtool.h | 1 +
4278 include/linux/extcon.h | 2 +-
4279 include/linux/fb.h | 3 +-
4280 include/linux/fdtable.h | 2 +-
4281 include/linux/firewire.h | 2 +-
4282 include/linux/fs.h | 7 +-
4283 include/linux/fs_struct.h | 2 +-
4284 include/linux/fscache-cache.h | 2 +-
4285 include/linux/fscache.h | 2 +-
4286 include/linux/fsnotify.h | 2 +-
4287 include/linux/genhd.h | 4 +-
4288 include/linux/genl_magic_func.h | 2 +-
4289 include/linux/genl_magic_struct.h | 4 +-
4290 include/linux/gfp.h | 16 +-
4291 include/linux/highmem.h | 12 +
4292 include/linux/hugetlb.h | 2 +-
4293 include/linux/hugetlb_cgroup.h | 11 +
4294 include/linux/hwmon-sysfs.h | 6 +-
4295 include/linux/i2c.h | 1 +
4296 include/linux/if_pppox.h | 2 +-
4297 include/linux/init.h | 10 +-
4298 include/linux/init_task.h | 7 +
4299 include/linux/interrupt.h | 6 +-
4300 include/linux/iommu.h | 2 +-
4301 include/linux/ioport.h | 2 +-
4302 include/linux/ipc.h | 2 +-
4303 include/linux/irq.h | 5 +-
4304 include/linux/irqchip/mmp.h | 2 +-
4305 include/linux/irqdesc.h | 2 +-
4306 include/linux/irqdomain.h | 3 +
4307 include/linux/jbd2.h | 2 +-
4308 include/linux/jiffies.h | 16 +-
4309 include/linux/kallsyms.h | 18 +-
4310 include/linux/key-type.h | 2 +-
4311 include/linux/kgdb.h | 6 +-
4312 include/linux/kmemleak.h | 4 +-
4313 include/linux/kobject.h | 10 +-
4314 include/linux/kobject_ns.h | 2 +-
4315 include/linux/kref.h | 2 +-
4316 include/linux/libata.h | 2 +-
4317 include/linux/linkage.h | 31 +-
4318 include/linux/list.h | 15 +
4319 include/linux/llist.h | 9 +
4320 include/linux/lockd/xdr.h | 34 +-
4321 include/linux/lockd/xdr4.h | 34 +-
4322 include/linux/lockref.h | 26 +-
4323 include/linux/math64.h | 10 +-
4324 include/linux/memcontrol.h | 2 +-
4325 include/linux/memory.h | 2 +-
4326 include/linux/mempolicy.h | 7 +
4327 include/linux/mm.h | 97 +-
4328 include/linux/mm_types.h | 20 +
4329 include/linux/mmiotrace.h | 4 +-
4330 include/linux/mmzone.h | 4 +-
4331 include/linux/mod_devicetable.h | 4 +-
4332 include/linux/module.h | 60 +-
4333 include/linux/moduleloader.h | 16 +
4334 include/linux/moduleparam.h | 12 +-
4335 include/linux/net.h | 2 +-
4336 include/linux/netdevice.h | 11 +-
4337 include/linux/netfilter.h | 2 +-
4338 include/linux/netfilter/ipset/ip_set.h | 16 +-
4339 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
4340 include/linux/netfilter/nfnetlink.h | 2 +-
4341 include/linux/netlink.h | 12 +-
4342 include/linux/nls.h | 4 +-
4343 include/linux/notifier.h | 3 +-
4344 include/linux/oprofile.h | 4 +-
4345 include/linux/padata.h | 2 +-
4346 include/linux/pagemap.h | 4 +-
4347 include/linux/pci_hotplug.h | 3 +-
4348 include/linux/percpu.h | 2 +-
4349 include/linux/perf_event.h | 12 +-
4350 include/linux/pid.h | 4 +-
4351 include/linux/pipe_fs_i.h | 8 +-
4352 include/linux/pm.h | 1 +
4353 include/linux/pm_domain.h | 2 +-
4354 include/linux/pm_runtime.h | 2 +-
4355 include/linux/pnp.h | 2 +-
4356 include/linux/poison.h | 4 +-
4357 include/linux/power/smartreflex.h | 2 +-
4358 include/linux/ppp-comp.h | 2 +-
4359 include/linux/preempt.h | 21 +
4360 include/linux/printk.h | 4 +-
4361 include/linux/proc_ns.h | 2 +-
4362 include/linux/psci.h | 2 +-
4363 include/linux/quota.h | 2 +-
4364 include/linux/random.h | 21 +-
4365 include/linux/ratelimit.h | 3 +-
4366 include/linux/rculist.h | 16 +
4367 include/linux/rcupdate.h | 8 +
4368 include/linux/reboot.h | 14 +-
4369 include/linux/regset.h | 3 +-
4370 include/linux/relay.h | 2 +-
4371 include/linux/rio.h | 2 +-
4372 include/linux/rmap.h | 4 +-
4373 include/linux/sched.h | 88 +-
4374 include/linux/scif.h | 2 +-
4375 include/linux/semaphore.h | 2 +-
4376 include/linux/seq_buf.h | 4 +-
4377 include/linux/seq_file.h | 1 +
4378 include/linux/seqlock.h | 10 +
4379 include/linux/signal.h | 2 +-
4380 include/linux/skbuff.h | 12 +-
4381 include/linux/slab.h | 56 +-
4382 include/linux/slab_def.h | 17 +-
4383 include/linux/slub_def.h | 5 +-
4384 include/linux/smp.h | 2 +
4385 include/linux/sock_diag.h | 2 +-
4386 include/linux/sonet.h | 2 +-
4387 include/linux/spinlock.h | 17 +-
4388 include/linux/srcu.h | 5 +-
4389 include/linux/string.h | 72 +-
4390 include/linux/sunrpc/addr.h | 8 +-
4391 include/linux/sunrpc/clnt.h | 2 +-
4392 include/linux/sunrpc/svc.h | 2 +-
4393 include/linux/sunrpc/svc_rdma.h | 18 +-
4394 include/linux/sunrpc/svcauth.h | 2 +-
4395 include/linux/swapops.h | 10 +-
4396 include/linux/syscalls.h | 38 +-
4397 include/linux/syscore_ops.h | 2 +-
4398 include/linux/sysctl.h | 3 +-
4399 include/linux/sysfs.h | 11 +-
4400 include/linux/sysrq.h | 3 +-
4401 include/linux/tcp.h | 14 +-
4402 include/linux/thread_info.h | 15 +-
4403 include/linux/tty.h | 4 +-
4404 include/linux/tty_driver.h | 2 +-
4405 include/linux/tty_ldisc.h | 2 +-
4406 include/linux/types.h | 18 +
4407 include/linux/uaccess.h | 2 +-
4408 include/linux/uio_driver.h | 2 +-
4409 include/linux/unaligned/access_ok.h | 24 +-
4410 include/linux/usb.h | 12 +-
4411 include/linux/usb/hcd.h | 1 +
4412 include/linux/usb/renesas_usbhs.h | 2 +-
4413 include/linux/vermagic.h | 21 +-
4414 include/linux/vga_switcheroo.h | 8 +-
4415 include/linux/vmalloc.h | 7 +-
4416 include/linux/vmstat.h | 40 +-
4417 include/linux/writeback.h | 3 +-
4418 include/linux/xattr.h | 5 +-
4419 include/linux/zlib.h | 3 +-
4420 include/media/v4l2-dev.h | 2 +-
4421 include/media/v4l2-device.h | 2 +-
4422 include/net/9p/transport.h | 2 +-
4423 include/net/bluetooth/l2cap.h | 2 +-
4424 include/net/bonding.h | 2 +-
4425 include/net/caif/cfctrl.h | 6 +-
4426 include/net/cfg80211-wext.h | 20 +-
4427 include/net/cfg802154.h | 2 +-
4428 include/net/fib_rules.h | 6 +-
4429 include/net/flow.h | 2 +-
4430 include/net/genetlink.h | 2 +-
4431 include/net/gro_cells.h | 2 +-
4432 include/net/inet_connection_sock.h | 2 +-
4433 include/net/inet_sock.h | 2 +-
4434 include/net/inetpeer.h | 2 +-
4435 include/net/ip6_fib.h | 4 -
4436 include/net/ip_fib.h | 2 +-
4437 include/net/ip_vs.h | 8 +-
4438 include/net/ipv6.h | 2 +-
4439 include/net/irda/ircomm_tty.h | 1 +
4440 include/net/irda/irias_object.h | 2 +-
4441 include/net/irda/irlmp.h | 1 +
4442 include/net/irda/irlmp_event.h | 6 +-
4443 include/net/irda/timer.h | 6 +-
4444 include/net/iucv/af_iucv.h | 2 +-
4445 include/net/llc_c_ac.h | 2 +-
4446 include/net/llc_c_ev.h | 4 +-
4447 include/net/llc_c_st.h | 2 +-
4448 include/net/llc_s_ac.h | 2 +-
4449 include/net/llc_s_st.h | 2 +-
4450 include/net/mac80211.h | 6 +-
4451 include/net/neighbour.h | 4 +-
4452 include/net/net_namespace.h | 18 +-
4453 include/net/netfilter/nf_conntrack.h | 2 +-
4454 include/net/netlabel.h | 1 +
4455 include/net/netlink.h | 2 +-
4456 include/net/netns/conntrack.h | 6 +-
4457 include/net/netns/ipv4.h | 4 +-
4458 include/net/netns/ipv6.h | 4 +-
4459 include/net/netns/xfrm.h | 2 +-
4460 include/net/ping.h | 2 +-
4461 include/net/protocol.h | 4 +-
4462 include/net/rtnetlink.h | 2 +-
4463 include/net/sctp/checksum.h | 4 +-
4464 include/net/sctp/sm.h | 4 +-
4465 include/net/sctp/structs.h | 2 +-
4466 include/net/snmp.h | 10 +-
4467 include/net/sock.h | 14 +-
4468 include/net/tcp.h | 10 +-
4469 include/net/xfrm.h | 15 +-
4470 include/rdma/ib_cm.h | 8 +-
4471 include/rdma/ib_verbs.h | 2 +-
4472 include/scsi/libfc.h | 3 +-
4473 include/scsi/scsi_device.h | 6 +-
4474 include/scsi/scsi_driver.h | 2 +-
4475 include/scsi/scsi_transport_fc.h | 3 +-
4476 include/scsi/sg.h | 2 +-
4477 include/sound/compress_driver.h | 2 +-
4478 include/sound/control.h | 4 +-
4479 include/sound/pcm.h | 2 +-
4480 include/sound/rawmidi.h | 3 +-
4481 include/sound/seq_kernel.h | 2 +-
4482 include/sound/soc.h | 4 +-
4483 include/trace/events/irq.h | 4 +-
4484 include/trace/events/mmflags.h | 7 +
4485 include/uapi/linux/a.out.h | 8 +
4486 include/uapi/linux/bcache.h | 5 +-
4487 include/uapi/linux/byteorder/little_endian.h | 28 +-
4488 include/uapi/linux/connector.h | 2 +-
4489 include/uapi/linux/elf.h | 28 +
4490 include/uapi/linux/personality.h | 1 +
4491 include/uapi/linux/screen_info.h | 2 +-
4492 include/uapi/linux/swab.h | 6 +-
4493 include/uapi/linux/xattr.h | 5 +
4494 include/video/udlfb.h | 8 +-
4495 include/video/uvesafb.h | 1 +
4496 init/Kconfig | 7 +-
4497 init/do_mounts.c | 16 +-
4498 init/do_mounts.h | 8 +-
4499 init/do_mounts_initrd.c | 30 +-
4500 init/do_mounts_md.c | 6 +-
4501 init/init_task.c | 4 +
4502 init/initramfs.c | 38 +-
4503 init/main.c | 41 +-
4504 ipc/compat.c | 4 +-
4505 ipc/ipc_sysctl.c | 14 +-
4506 ipc/mq_sysctl.c | 4 +-
4507 ipc/sem.c | 4 +-
4508 ipc/shm.c | 8 +-
4509 kernel/audit.c | 10 +-
4510 kernel/auditsc.c | 4 +-
4511 kernel/bpf/core.c | 28 +-
4512 kernel/capability.c | 3 +
4513 kernel/cgroup.c | 29 +-
4514 kernel/cgroup_pids.c | 8 +-
4515 kernel/compat.c | 38 +-
4516 kernel/debug/debug_core.c | 16 +-
4517 kernel/debug/kdb/kdb_main.c | 4 +-
4518 kernel/events/callchain.c | 2 +-
4519 kernel/events/core.c | 36 +-
4520 kernel/events/internal.h | 10 +-
4521 kernel/events/uprobes.c | 2 +-
4522 kernel/exit.c | 45 +-
4523 kernel/extable.c | 17 +-
4524 kernel/fork.c | 187 +-
4525 kernel/futex.c | 9 +
4526 kernel/futex_compat.c | 2 +-
4527 kernel/irq/manage.c | 2 +-
4528 kernel/irq/msi.c | 19 +-
4529 kernel/irq/spurious.c | 2 +-
4530 kernel/jump_label.c | 5 +
4531 kernel/kallsyms.c | 40 +-
4532 kernel/kexec.c | 3 +-
4533 kernel/kmod.c | 8 +-
4534 kernel/kprobes.c | 4 +-
4535 kernel/ksysfs.c | 2 +-
4536 kernel/locking/lockdep.c | 7 +-
4537 kernel/module.c | 430 +-
4538 kernel/notifier.c | 17 +-
4539 kernel/padata.c | 4 +-
4540 kernel/panic.c | 11 +-
4541 kernel/pid.c | 8 +-
4542 kernel/pid_namespace.c | 2 +-
4543 kernel/power/hibernate.c | 21 +-
4544 kernel/power/power.h | 2 +
4545 kernel/power/process.c | 12 +-
4546 kernel/power/snapshot.c | 22 +
4547 kernel/profile.c | 14 +-
4548 kernel/ptrace.c | 8 +-
4549 kernel/rcu/rcutorture.c | 60 +-
4550 kernel/rcu/tiny.c | 4 +-
4551 kernel/rcu/tree.c | 36 +-
4552 kernel/rcu/tree.h | 14 +-
4553 kernel/rcu/tree_exp.h | 6 +-
4554 kernel/rcu/tree_plugin.h | 18 +-
4555 kernel/rcu/tree_trace.c | 12 +-
4556 kernel/resource.c | 4 +-
4557 kernel/sched/auto_group.c | 4 +-
4558 kernel/sched/core.c | 8 +-
4559 kernel/sched/deadline.c | 4 +-
4560 kernel/sched/debug.c | 45 +-
4561 kernel/sched/fair.c | 2 +-
4562 kernel/sched/rt.c | 4 +-
4563 kernel/sched/sched.h | 13 +-
4564 kernel/signal.c | 28 +-
4565 kernel/smp.c | 2 +-
4566 kernel/smpboot.c | 7 +-
4567 kernel/softirq.c | 12 +-
4568 kernel/stop_machine.c | 2 +-
4569 kernel/sys.c | 10 +-
4570 kernel/sys_ni.c | 4 +-
4571 kernel/sysctl.c | 34 +-
4572 kernel/time/alarmtimer.c | 4 +-
4573 kernel/time/posix-clock.c | 8 +-
4574 kernel/time/posix-cpu-timers.c | 4 +-
4575 kernel/time/posix-timers.c | 36 +-
4576 kernel/time/timer.c | 2 +-
4577 kernel/time/timer_stats.c | 10 +-
4578 kernel/trace/blktrace.c | 6 +-
4579 kernel/trace/ftrace.c | 33 +-
4580 kernel/trace/ring_buffer.c | 96 +-
4581 kernel/trace/trace.c | 2 +-
4582 kernel/trace/trace.h | 2 +-
4583 kernel/trace/trace_clock.c | 4 +-
4584 kernel/trace/trace_events.c | 1 -
4585 kernel/trace/trace_events_hist.c | 4 +-
4586 kernel/trace/trace_functions_graph.c | 4 +-
4587 kernel/trace/trace_mmiotrace.c | 8 +-
4588 kernel/trace/trace_output.c | 10 +-
4589 kernel/trace/trace_seq.c | 2 +-
4590 kernel/trace/trace_stack.c | 2 +-
4591 kernel/trace/tracing_map.c | 48 +-
4592 kernel/trace/tracing_map.h | 6 +-
4593 kernel/user.c | 2 +-
4594 kernel/user_namespace.c | 2 +-
4595 kernel/utsname_sysctl.c | 2 +-
4596 kernel/watchdog.c | 2 +-
4597 kernel/workqueue.c | 8 +-
4598 lib/842/842_compress.c | 10 +-
4599 lib/842/842_debugfs.h | 12 +-
4600 lib/842/842_decompress.c | 10 +-
4601 lib/Kconfig.debug | 6 +-
4602 lib/Makefile | 2 +-
4603 lib/bitmap.c | 8 +-
4604 lib/bug.c | 2 +
4605 lib/debugobjects.c | 2 +-
4606 lib/decompress_bunzip2.c | 3 +-
4607 lib/decompress_unlzma.c | 4 +-
4608 lib/div64.c | 4 +-
4609 lib/dma-debug.c | 4 +-
4610 lib/inflate.c | 2 +-
4611 lib/ioremap.c | 4 +-
4612 lib/irq_poll.c | 2 +-
4613 lib/kobject.c | 4 +-
4614 lib/list_debug.c | 126 +-
4615 lib/llist.c | 17 +
4616 lib/lockref.c | 44 +-
4617 lib/percpu-refcount.c | 2 +-
4618 lib/radix-tree.c | 2 +-
4619 lib/random32.c | 2 +-
4620 lib/rhashtable.c | 4 +-
4621 lib/seq_buf.c | 4 +-
4622 lib/show_mem.c | 2 +-
4623 lib/strncpy_from_user.c | 2 +-
4624 lib/strnlen_user.c | 2 +-
4625 lib/vsprintf.c | 18 +-
4626 mm/Kconfig | 6 +-
4627 mm/Kconfig.debug | 2 -
4628 mm/backing-dev.c | 4 +-
4629 mm/fadvise.c | 2 +-
4630 mm/filemap.c | 8 +-
4631 mm/gup.c | 13 +-
4632 mm/highmem.c | 6 +-
4633 mm/hugetlb.c | 137 +-
4634 mm/hugetlb_cgroup.c | 60 +-
4635 mm/internal.h | 3 +-
4636 mm/maccess.c | 12 +-
4637 mm/madvise.c | 37 +
4638 mm/memcontrol.c | 6 +-
4639 mm/memory-failure.c | 6 +-
4640 mm/memory.c | 399 +-
4641 mm/mempolicy.c | 25 +
4642 mm/mlock.c | 18 +-
4643 mm/mm_init.c | 2 +-
4644 mm/mmap.c | 552 +-
4645 mm/mprotect.c | 137 +-
4646 mm/mremap.c | 39 +-
4647 mm/nommu.c | 21 +-
4648 mm/page-writeback.c | 2 +-
4649 mm/page_alloc.c | 53 +-
4650 mm/percpu.c | 2 +-
4651 mm/process_vm_access.c | 14 +-
4652 mm/readahead.c | 2 +-
4653 mm/rmap.c | 43 +-
4654 mm/shmem.c | 36 +-
4655 mm/slab.c | 100 +-
4656 mm/slab.h | 43 +-
4657 mm/slab_common.c | 143 +-
4658 mm/slob.c | 239 +-
4659 mm/slub.c | 103 +-
4660 mm/sparse-vmemmap.c | 4 +-
4661 mm/sparse.c | 2 +-
4662 mm/swap.c | 7 +
4663 mm/swapfile.c | 12 +-
4664 mm/usercopy.c | 63 +-
4665 mm/util.c | 7 +
4666 mm/vmalloc.c | 116 +-
4667 mm/vmstat.c | 24 +-
4668 net/8021q/vlan.c | 5 +-
4669 net/8021q/vlan_netlink.c | 2 +-
4670 net/9p/mod.c | 4 +-
4671 net/9p/trans_fd.c | 2 +-
4672 net/atm/atm_misc.c | 8 +-
4673 net/atm/lec.h | 2 +-
4674 net/atm/proc.c | 6 +-
4675 net/atm/resources.c | 4 +-
4676 net/ax25/sysctl_net_ax25.c | 2 +-
4677 net/batman-adv/bat_iv_ogm.c | 8 +-
4678 net/batman-adv/fragmentation.c | 2 +-
4679 net/batman-adv/routing.c | 4 +-
4680 net/batman-adv/soft-interface.c | 12 +-
4681 net/batman-adv/sysfs.c | 48 +-
4682 net/batman-adv/sysfs.h | 4 +-
4683 net/batman-adv/translation-table.c | 14 +-
4684 net/batman-adv/types.h | 8 +-
4685 net/bluetooth/hci_sock.c | 2 +-
4686 net/bluetooth/l2cap_core.c | 6 +-
4687 net/bluetooth/l2cap_sock.c | 12 +-
4688 net/bluetooth/rfcomm/sock.c | 4 +-
4689 net/bluetooth/rfcomm/tty.c | 4 +-
4690 net/bridge/br_netfilter_hooks.c | 4 +-
4691 net/bridge/br_netlink.c | 2 +-
4692 net/bridge/netfilter/ebtables.c | 6 +-
4693 net/caif/cfctrl.c | 11 +-
4694 net/caif/chnl_net.c | 4 +-
4695 net/can/af_can.c | 2 +-
4696 net/can/gw.c | 6 +-
4697 net/ceph/ceph_common.c | 2 +-
4698 net/ceph/messenger.c | 4 +-
4699 net/compat.c | 26 +-
4700 net/core/datagram.c | 2 +-
4701 net/core/dev.c | 26 +-
4702 net/core/filter.c | 2 +-
4703 net/core/flow.c | 8 +-
4704 net/core/neighbour.c | 18 +-
4705 net/core/net-procfs.c | 4 +-
4706 net/core/net-sysfs.c | 2 +-
4707 net/core/net_namespace.c | 10 +-
4708 net/core/netpoll.c | 4 +-
4709 net/core/rtnetlink.c | 17 +-
4710 net/core/scm.c | 12 +-
4711 net/core/skbuff.c | 11 +-
4712 net/core/sock.c | 32 +-
4713 net/core/sock_diag.c | 17 +-
4714 net/core/sysctl_net_core.c | 22 +-
4715 net/decnet/af_decnet.c | 28 +-
4716 net/decnet/sysctl_net_decnet.c | 4 +-
4717 net/dsa/dsa.c | 4 +-
4718 net/dsa/dsa_priv.h | 2 +-
4719 net/dsa/slave.c | 2 +-
4720 net/hsr/hsr_device.c | 2 +-
4721 net/hsr/hsr_netlink.c | 2 +-
4722 net/ieee802154/6lowpan/core.c | 2 +-
4723 net/ieee802154/6lowpan/reassembly.c | 14 +-
4724 net/ieee802154/core.c | 6 +-
4725 net/ipv4/af_inet.c | 6 +-
4726 net/ipv4/arp.c | 2 +-
4727 net/ipv4/devinet.c | 20 +-
4728 net/ipv4/fib_frontend.c | 6 +-
4729 net/ipv4/fib_semantics.c | 2 +-
4730 net/ipv4/icmp.c | 2 +-
4731 net/ipv4/inet_connection_sock.c | 4 +-
4732 net/ipv4/inet_diag.c | 4 +-
4733 net/ipv4/inet_timewait_sock.c | 2 +-
4734 net/ipv4/inetpeer.c | 2 +-
4735 net/ipv4/ip_fragment.c | 17 +-
4736 net/ipv4/ip_gre.c | 6 +-
4737 net/ipv4/ip_sockglue.c | 5 +-
4738 net/ipv4/ip_vti.c | 6 +-
4739 net/ipv4/ipconfig.c | 6 +-
4740 net/ipv4/ipip.c | 4 +-
4741 net/ipv4/netfilter/arp_tables.c | 10 +-
4742 net/ipv4/netfilter/ip_tables.c | 10 +-
4743 net/ipv4/ping.c | 14 +-
4744 net/ipv4/proc.c | 10 +-
4745 net/ipv4/raw.c | 16 +-
4746 net/ipv4/route.c | 36 +-
4747 net/ipv4/sysctl_net_ipv4.c | 24 +-
4748 net/ipv4/tcp_input.c | 6 +-
4749 net/ipv4/tcp_ipv4.c | 2 +-
4750 net/ipv4/tcp_metrics.c | 2 +-
4751 net/ipv4/tcp_probe.c | 2 +-
4752 net/ipv4/udp.c | 10 +-
4753 net/ipv4/xfrm4_mode_beet.c | 2 +-
4754 net/ipv4/xfrm4_mode_transport.c | 2 +-
4755 net/ipv4/xfrm4_policy.c | 19 +-
4756 net/ipv4/xfrm4_state.c | 4 +-
4757 net/ipv6/addrconf.c | 26 +-
4758 net/ipv6/af_inet6.c | 2 +-
4759 net/ipv6/datagram.c | 2 +-
4760 net/ipv6/icmp.c | 2 +-
4761 net/ipv6/inet6_hashtables.c | 2 +-
4762 net/ipv6/ip6_fib.c | 4 +-
4763 net/ipv6/ip6_gre.c | 10 +-
4764 net/ipv6/ip6_tunnel.c | 4 +-
4765 net/ipv6/ip6_vti.c | 4 +-
4766 net/ipv6/ipv6_sockglue.c | 2 +-
4767 net/ipv6/ndisc.c | 2 +-
4768 net/ipv6/netfilter/ip6_tables.c | 10 +-
4769 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
4770 net/ipv6/ping.c | 33 +-
4771 net/ipv6/proc.c | 10 +-
4772 net/ipv6/raw.c | 17 +-
4773 net/ipv6/reassembly.c | 13 +-
4774 net/ipv6/route.c | 2 +-
4775 net/ipv6/sit.c | 4 +-
4776 net/ipv6/sysctl_net_ipv6.c | 2 +-
4777 net/ipv6/udp.c | 6 +-
4778 net/ipv6/xfrm6_mode_beet.c | 2 +-
4779 net/ipv6/xfrm6_mode_transport.c | 2 +-
4780 net/ipv6/xfrm6_policy.c | 17 +-
4781 net/irda/discovery.c | 2 +-
4782 net/irda/ircomm/ircomm_core.c | 13 +-
4783 net/irda/ircomm/ircomm_tty.c | 24 +-
4784 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
4785 net/irda/irda_device.c | 14 +-
4786 net/irda/iriap.c | 14 +-
4787 net/irda/irias_object.c | 10 +-
4788 net/irda/irlan/irlan_client.c | 2 +-
4789 net/irda/irlap.c | 15 +-
4790 net/irda/irlap_event.c | 2 +-
4791 net/irda/irlmp.c | 21 +-
4792 net/irda/irlmp_event.c | 6 +-
4793 net/irda/irnet/irnet.h | 2 +-
4794 net/irda/irnet/irnet_irda.c | 6 +-
4795 net/irda/irttp.c | 8 +-
4796 net/irda/timer.c | 24 +-
4797 net/iucv/af_iucv.c | 11 +-
4798 net/iucv/iucv.c | 2 +-
4799 net/key/af_key.c | 4 +-
4800 net/l2tp/l2tp_eth.c | 40 +-
4801 net/l2tp/l2tp_ip.c | 2 +-
4802 net/l2tp/l2tp_ip6.c | 2 +-
4803 net/mac80211/cfg.c | 12 +-
4804 net/mac80211/debugfs.c | 2 +-
4805 net/mac80211/debugfs_key.c | 6 +-
4806 net/mac80211/ieee80211_i.h | 3 +-
4807 net/mac80211/iface.c | 20 +-
4808 net/mac80211/main.c | 2 +-
4809 net/mac80211/pm.c | 4 +-
4810 net/mac80211/rate.c | 2 +-
4811 net/mac80211/sta_info.c | 2 +-
4812 net/mac80211/tx.c | 2 +-
4813 net/mac80211/util.c | 8 +-
4814 net/mac80211/wpa.c | 12 +-
4815 net/mac802154/iface.c | 6 +-
4816 net/mpls/af_mpls.c | 10 +-
4817 net/netfilter/ipset/ip_set_core.c | 7 +-
4818 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
4819 net/netfilter/ipvs/ip_vs_core.c | 8 +-
4820 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
4821 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
4822 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
4823 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
4824 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
4825 net/netfilter/nf_conntrack_acct.c | 2 +-
4826 net/netfilter/nf_conntrack_core.c | 2 +-
4827 net/netfilter/nf_conntrack_ecache.c | 2 +-
4828 net/netfilter/nf_conntrack_helper.c | 2 +-
4829 net/netfilter/nf_conntrack_netlink.c | 22 +-
4830 net/netfilter/nf_conntrack_proto.c | 2 +-
4831 net/netfilter/nf_conntrack_standalone.c | 2 +-
4832 net/netfilter/nf_conntrack_timestamp.c | 2 +-
4833 net/netfilter/nf_log.c | 12 +-
4834 net/netfilter/nf_nat_ftp.c | 2 +-
4835 net/netfilter/nf_nat_irc.c | 2 +-
4836 net/netfilter/nf_sockopt.c | 4 +-
4837 net/netfilter/nf_tables_api.c | 17 +-
4838 net/netfilter/nfnetlink_acct.c | 33 +-
4839 net/netfilter/nfnetlink_cthelper.c | 2 +-
4840 net/netfilter/nfnetlink_cttimeout.c | 2 +-
4841 net/netfilter/nfnetlink_log.c | 4 +-
4842 net/netfilter/nft_compat.c | 9 +-
4843 net/netfilter/xt_IDLETIMER.c | 12 +-
4844 net/netfilter/xt_statistic.c | 8 +-
4845 net/netlink/af_netlink.c | 21 +-
4846 net/netlink/diag.c | 2 +-
4847 net/netlink/genetlink.c | 14 +-
4848 net/openvswitch/vport-geneve.c | 7 +-
4849 net/openvswitch/vport-gre.c | 7 +-
4850 net/openvswitch/vport-internal_dev.c | 4 +-
4851 net/openvswitch/vport-netdev.c | 7 +-
4852 net/openvswitch/vport-vxlan.c | 7 +-
4853 net/packet/af_packet.c | 26 +-
4854 net/packet/diag.c | 2 +-
4855 net/packet/internal.h | 6 +-
4856 net/phonet/pep.c | 6 +-
4857 net/phonet/socket.c | 2 +-
4858 net/phonet/sysctl.c | 2 +-
4859 net/rds/cong.c | 6 +-
4860 net/rds/ib.h | 2 +-
4861 net/rds/ib_cm.c | 2 +-
4862 net/rds/ib_recv.c | 4 +-
4863 net/rds/rds.h | 2 +-
4864 net/rds/tcp.c | 6 +-
4865 net/rds/tcp.h | 6 +-
4866 net/rds/tcp_send.c | 2 +-
4867 net/rxrpc/af_rxrpc.c | 2 +-
4868 net/rxrpc/ar-internal.h | 10 +-
4869 net/rxrpc/call_event.c | 14 +-
4870 net/rxrpc/call_object.c | 2 +-
4871 net/rxrpc/conn_event.c | 2 +-
4872 net/rxrpc/conn_object.c | 2 +-
4873 net/rxrpc/input.c | 4 +-
4874 net/rxrpc/local_object.c | 2 +-
4875 net/rxrpc/output.c | 4 +-
4876 net/rxrpc/peer_object.c | 2 +-
4877 net/rxrpc/proc.c | 4 +-
4878 net/rxrpc/rxkad.c | 4 +-
4879 net/sched/sch_generic.c | 4 +-
4880 net/sched/sch_tbf.c | 9 +-
4881 net/sctp/ipv6.c | 4 +-
4882 net/sctp/protocol.c | 8 +-
4883 net/sctp/sctp_diag.c | 2 +-
4884 net/sctp/sm_sideeffect.c | 4 +-
4885 net/sctp/socket.c | 21 +-
4886 net/sctp/sysctl.c | 10 +-
4887 net/socket.c | 18 +-
4888 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
4889 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
4890 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
4891 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
4892 net/sunrpc/clnt.c | 4 +-
4893 net/sunrpc/rpcb_clnt.c | 66 +-
4894 net/sunrpc/sched.c | 4 +-
4895 net/sunrpc/svc.c | 8 +-
4896 net/sunrpc/svcauth_unix.c | 2 +-
4897 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
4898 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
4899 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
4900 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
4901 net/tipc/netlink_compat.c | 12 +-
4902 net/tipc/subscr.c | 2 +-
4903 net/unix/diag.c | 2 +-
4904 net/unix/sysctl_net_unix.c | 2 +-
4905 net/wireless/scan.c | 3 +-
4906 net/wireless/wext-compat.c | 141 +-
4907 net/wireless/wext-compat.h | 8 +-
4908 net/wireless/wext-core.c | 19 +-
4909 net/wireless/wext-sme.c | 5 +-
4910 net/xfrm/xfrm_policy.c | 18 +-
4911 net/xfrm/xfrm_state.c | 37 +-
4912 net/xfrm/xfrm_sysctl.c | 2 +-
4913 net/xfrm/xfrm_user.c | 2 +-
4914 scripts/Kbuild.include | 2 +-
4915 scripts/Makefile.extrawarn | 4 +
4916 scripts/Makefile.gcc-plugins | 74 +-
4917 scripts/basic/fixdep.c | 10 +-
4918 scripts/dtc/checks.c | 14 +-
4919 scripts/dtc/data.c | 6 +-
4920 scripts/dtc/flattree.c | 8 +-
4921 scripts/dtc/livetree.c | 4 +-
4922 scripts/gcc-plugins/Makefile | 13 +-
4923 scripts/gcc-plugins/checker_plugin.c | 496 +
4924 scripts/gcc-plugins/colorize_plugin.c | 162 +
4925 scripts/gcc-plugins/constify_plugin.c | 582 +
4926 scripts/gcc-plugins/cyc_complexity_plugin.c | 4 +-
4927 scripts/gcc-plugins/gcc-common.h | 64 +
4928 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 2 +-
4929 scripts/gcc-plugins/initify_plugin.c | 1804 +++
4930 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
4931 scripts/gcc-plugins/kernexec_plugin.c | 407 +
4932 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
4933 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
4934 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
4935 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
4936 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
4937 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 515 +
4938 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
4939 scripts/gcc-plugins/sancov_plugin.c | 4 +-
4940 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
4941 scripts/gcc-plugins/size_overflow_plugin/Makefile | 22 +
4942 .../gcc-plugins/size_overflow_plugin/disable.data | 12468 ++++++++++++++
4943 .../gcc-plugins/size_overflow_plugin/e_aux.data | 97 +
4944 .../gcc-plugins/size_overflow_plugin/e_fields.data | 16090 +++++++++++++++++++
4945 .../gcc-plugins/size_overflow_plugin/e_fns.data | 5306 ++++++
4946 .../gcc-plugins/size_overflow_plugin/e_fptrs.data | 70 +
4947 .../gcc-plugins/size_overflow_plugin/e_vars.data | 158 +
4948 .../generate_size_overflow_hash.sh | 103 +
4949 .../insert_size_overflow_asm.c | 374 +
4950 .../size_overflow_plugin/intentional_overflow.c | 1171 ++
4951 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
4952 .../size_overflow_plugin/size_overflow.h | 345 +
4953 .../size_overflow_plugin/size_overflow_debug.c | 201 +
4954 .../size_overflow_plugin/size_overflow_ipa.c | 1286 ++
4955 .../size_overflow_plugin/size_overflow_misc.c | 505 +
4956 .../size_overflow_plugin/size_overflow_plugin.c | 313 +
4957 .../size_overflow_plugin_hash.c | 469 +
4958 .../size_overflow_plugin/size_overflow_transform.c | 772 +
4959 .../size_overflow_transform_core.c | 1025 ++
4960 scripts/gcc-plugins/stackleak_plugin.c | 350 +
4961 scripts/gcc-plugins/structleak_plugin.c | 239 +
4962 scripts/headers_install.sh | 1 +
4963 scripts/kallsyms.c | 4 +-
4964 scripts/kconfig/lkc.h | 5 +-
4965 scripts/kconfig/menu.c | 2 +-
4966 scripts/kconfig/symbol.c | 6 +-
4967 scripts/link-vmlinux.sh | 2 +-
4968 scripts/mod/file2alias.c | 14 +-
4969 scripts/mod/modpost.c | 40 +-
4970 scripts/mod/modpost.h | 6 +-
4971 scripts/mod/sumversion.c | 2 +-
4972 scripts/module-common.lds | 4 +
4973 scripts/pnmtologo.c | 6 +-
4974 scripts/sortextable.h | 6 +-
4975 scripts/tags.sh | 2 +-
4976 security/Kconfig | 797 +-
4977 security/apparmor/include/policy.h | 2 +-
4978 security/apparmor/lsm.c | 16 +-
4979 security/apparmor/policy.c | 4 +-
4980 security/integrity/ima/ima.h | 4 +-
4981 security/integrity/ima/ima_api.c | 2 +-
4982 security/integrity/ima/ima_fs.c | 4 +-
4983 security/integrity/ima/ima_queue.c | 2 +-
4984 security/integrity/integrity.h | 2 +-
4985 security/keys/internal.h | 8 +-
4986 security/keys/key.c | 18 +-
4987 security/keys/keyring.c | 4 -
4988 security/min_addr.c | 2 +
4989 security/selinux/avc.c | 6 +-
4990 security/selinux/include/xfrm.h | 2 +-
4991 security/yama/yama_lsm.c | 2 +-
4992 sound/aoa/codecs/onyx.c | 7 +-
4993 sound/aoa/codecs/onyx.h | 1 +
4994 sound/core/oss/pcm_oss.c | 18 +-
4995 sound/core/pcm_compat.c | 2 +-
4996 sound/core/pcm_lib.c | 3 +-
4997 sound/core/pcm_native.c | 4 +-
4998 sound/core/rawmidi.c | 5 +-
4999 sound/core/seq/oss/seq_oss_synth.c | 4 +-
5000 sound/core/seq/seq_clientmgr.c | 10 +-
5001 sound/core/seq/seq_compat.c | 2 +-
5002 sound/core/seq/seq_fifo.c | 6 +-
5003 sound/core/seq/seq_fifo.h | 2 +-
5004 sound/core/seq/seq_memory.c | 18 +-
5005 sound/core/seq/seq_midi.c | 5 +-
5006 sound/core/seq/seq_virmidi.c | 2 +-
5007 sound/core/sound.c | 2 +-
5008 sound/drivers/mts64.c | 14 +-
5009 sound/drivers/opl4/opl4_lib.c | 2 +-
5010 sound/drivers/portman2x4.c | 3 +-
5011 sound/firewire/amdtp-am824.c | 2 +-
5012 sound/firewire/amdtp-stream.c | 4 +-
5013 sound/firewire/amdtp-stream.h | 2 +-
5014 sound/firewire/digi00x/amdtp-dot.c | 2 +-
5015 sound/firewire/isight.c | 10 +-
5016 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
5017 sound/oss/sb_audio.c | 2 +-
5018 sound/oss/swarm_cs4297a.c | 6 +-
5019 sound/pci/als300.c | 2 +-
5020 sound/pci/aw2/aw2-alsa.c | 2 -
5021 sound/pci/aw2/aw2-saa7146.c | 4 +-
5022 sound/pci/ctxfi/ctamixer.c | 14 +-
5023 sound/pci/ctxfi/ctamixer.h | 8 +-
5024 sound/pci/ctxfi/ctatc.c | 20 +-
5025 sound/pci/ctxfi/ctdaio.c | 6 +-
5026 sound/pci/ctxfi/ctdaio.h | 4 +-
5027 sound/pci/ctxfi/ctsrc.c | 13 +-
5028 sound/pci/ctxfi/ctsrc.h | 8 +-
5029 sound/pci/hda/hda_codec.c | 2 +-
5030 sound/pci/ymfpci/ymfpci.h | 2 +-
5031 sound/pci/ymfpci/ymfpci_main.c | 12 +-
5032 sound/soc/codecs/arizona.c | 4 +-
5033 sound/soc/codecs/cx20442.c | 8 +-
5034 sound/soc/codecs/sti-sas.c | 10 +-
5035 sound/soc/codecs/tlv320dac33.c | 7 +-
5036 sound/soc/codecs/uda1380.c | 7 +-
5037 sound/soc/intel/skylake/skl-sst-dsp.h | 2 +-
5038 sound/soc/soc-ac97.c | 6 +-
5039 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
5040 tools/include/asm/alternative-asm.h | 3 +
5041 tools/include/linux/compiler.h | 8 +
5042 tools/virtio/linux/uaccess.h | 2 +-
5043 virt/kvm/kvm_main.c | 44 +-
5044 2869 files changed, 78392 insertions(+), 15220 deletions(-)
5045commit 36505bce59196272b6401c7dcad0812d9dc8f7f5
5046Merge: d0ed58f 6129d6c
5047Author: Brad Spengler <spender@grsecurity.net>
5048Date: Tue Nov 1 19:01:50 2016 -0400
5049
5050 Merge branch 'pax-test' into grsec-test
5051
5052commit 6129d6c8ea454dd71d6f6d067af5f31f774818a9
5053Author: Brad Spengler <spender@grsecurity.net>
5054Date: Tue Nov 1 19:01:18 2016 -0400
5055
5056 Update to pax-linux-4.7.10-test10.patch:
5057 - fixed a compile error when both REFCOUNT and TRACING were enabled
5058 - removed a few superfluous fptr casts from the prism driver
5059
5060 arch/arm/include/asm/atomic.h | 2 +-
5061 arch/x86/include/asm/traps.h | 1 +
5062 arch/x86/include/asm/uaccess.h | 4 +-
5063 .../net/wireless/intersil/hostap/hostap_ioctl.c | 116 ++++++++++-----------
5064 4 files changed, 62 insertions(+), 61 deletions(-)
5065
5066commit d0ed58f929555736ff281f7a79a9667de4c857c6
5067Author: Brad Spengler <spender@grsecurity.net>
5068Date: Wed Oct 26 19:19:08 2016 -0400
5069
5070 Update size_overflow hash tables
5071
5072 .../gcc-plugins/size_overflow_plugin/e_fields.data | 80 +++++++++--
5073 .../gcc-plugins/size_overflow_plugin/e_fns.data | 159 ++++++++++++++++++++-
5074 .../gcc-plugins/size_overflow_plugin/e_vars.data | 15 ++
5075 3 files changed, 239 insertions(+), 15 deletions(-)
5076
5077commit 6a222637c05d26ac8f80a3912856247cff545b12
5078Merge: d07e77f ac51587
5079Author: Brad Spengler <spender@grsecurity.net>
5080Date: Wed Oct 26 18:51:31 2016 -0400
5081
5082 Merge branch 'pax-test' into grsec-test
5083
5084commit ac5158781612eb239cff9767d116971e9b731a00
5085Author: Brad Spengler <spender@grsecurity.net>
5086Date: Wed Oct 26 18:50:46 2016 -0400
5087
5088 Update to pax-linux-4.7.10-test9.patch:
5089 - 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)
5090 - Emese updated the size overflow plugin
5091 - Emese updated the hash tables from logs submitted by Shawn <citypw@gmail.com>
5092 - fixed mm counter accounting in the vma mirroring code
5093 - simplified some kernel page table allocation code
5094 - simplified SMAP/UDEREF accessors
5095
5096 arch/x86/include/asm/asm.h | 24 -
5097 arch/x86/include/asm/fpu/internal.h | 21 +-
5098 arch/x86/include/asm/futex.h | 14 +-
5099 arch/x86/include/asm/pgtable_types.h | 9 +-
5100 arch/x86/include/asm/smap.h | 3 +
5101 arch/x86/include/asm/uaccess.h | 36 +-
5102 arch/x86/include/asm/uaccess_64.h | 2 -
5103 arch/x86/kernel/alternative.c | 5 +-
5104 arch/x86/lib/copy_user_64.S | 64 +-
5105 arch/x86/lib/csum-wrappers_64.c | 12 +-
5106 arch/x86/lib/getuser.S | 37 +-
5107 arch/x86/lib/putuser.S | 14 +-
5108 arch/x86/lib/usercopy_64.c | 9 +-
5109 drivers/base/regmap/regmap-debugfs.c | 4 +-
5110 mm/memory.c | 106 +-
5111 net/ipv6/reassembly.c | 4 +-
5112 scripts/Makefile.host | 22 +-
5113 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 2 +
5114 .../gcc-plugins/size_overflow_plugin/disable.data | 1 -
5115 .../gcc-plugins/size_overflow_plugin/e_fields.data | 37890 ++++++++++---------
5116 .../gcc-plugins/size_overflow_plugin/e_fns.data | 7930 ++--
5117 .../gcc-plugins/size_overflow_plugin/e_fptrs.data | 112 +-
5118 .../gcc-plugins/size_overflow_plugin/e_vars.data | 248 +-
5119 .../insert_size_overflow_asm.c | 13 +-
5120 .../size_overflow_plugin/intentional_overflow.c | 11 +-
5121 .../size_overflow_plugin/size_overflow.h | 12 +-
5122 .../size_overflow_plugin/size_overflow_debug.c | 9 +-
5123 .../size_overflow_plugin/size_overflow_ipa.c | 74 +-
5124 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
5125 .../size_overflow_plugin_hash.c | 209 +-
5126 .../size_overflow_plugin/size_overflow_transform.c | 19 +-
5127 31 files changed, 22699 insertions(+), 24219 deletions(-)
5128
5129commit d07e77f258d26721b33ae26dfa5fd8d408aabf57
5130Merge: 4630c95 7449af19
5131Author: Brad Spengler <spender@grsecurity.net>
5132Date: Sat Oct 22 18:32:55 2016 -0400
5133
5134 Merge branch 'pax-test' into grsec-test
5135
5136commit 7449af196b6733891d273f46559efdc168dec22a
5137Author: Brad Spengler <spender@grsecurity.net>
5138Date: Sat Oct 22 18:31:39 2016 -0400
5139
5140 Update to pax-linux-4.7.10-test8.patch:
5141 - Emese removed a potential false positive from the size overflow hash tables
5142 - 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)
5143 - fixed a few size overflow false positives related to dev_t, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4583)
5144
5145 drivers/acpi/bgrt.c | 30 +++++++++++-----------
5146 include/linux/kobject.h | 7 +++++
5147 scripts/gcc-plugins/size_overflow_plugin/Makefile | 2 +-
5148 .../gcc-plugins/size_overflow_plugin/disable.data | 8 +++++-
5149 .../gcc-plugins/size_overflow_plugin/e_fields.data | 10 ++------
5150 5 files changed, 32 insertions(+), 25 deletions(-)
5151
5152commit 4630c95d3d9c20cffe2ba65521217ad537567ac9
5153Author: Brad Spengler <spender@grsecurity.net>
5154Date: Sat Oct 22 09:19:43 2016 -0400
5155
5156 compile fix
5157
5158 fs/utimes.c | 1 +
5159 1 file changed, 1 insertion(+)
5160
5161commit ee9aeeeb02187281bcc233dd26f6ff4d6814d309
5162Merge: 7b8d5c5 309d942
5163Author: Brad Spengler <spender@grsecurity.net>
5164Date: Sat Oct 22 08:01:34 2016 -0400
5165
5166 Merge branch 'pax-test' into grsec-test
5167
5168commit 309d94235d552d65c253027528a9dd46962cf385
5169Merge: 013fc76 b3afc45
5170Author: Brad Spengler <spender@grsecurity.net>
5171Date: Sat Oct 22 07:53:44 2016 -0400
5172
5173 Merge branch 'linux-4.7.y' into pax-test
5174
5175commit 7b8d5c5a1477a2b62dc7ad1c28e864d7d250739c
5176Merge: ca352cc 013fc76
5177Author: Brad Spengler <spender@grsecurity.net>
5178Date: Thu Oct 20 07:49:24 2016 -0400
5179
5180 Merge branch 'pax-test' into grsec-test
5181
5182commit 013fc7689892902c41d38e31057e4a5686293e40
5183Merge: 25eaf06 452063d
5184Author: Brad Spengler <spender@grsecurity.net>
5185Date: Thu Oct 20 07:48:01 2016 -0400
5186
5187 Merge branch 'linux-4.7.y' into pax-test
5188
5189commit ca352cccec60c85fad6dedaf229d51eddfdfea58
5190Author: Brad Spengler <spender@grsecurity.net>
5191Date: Thu Oct 20 07:06:54 2016 -0400
5192
5193 compile fix as reported by David Sterba
5194
5195 include/linux/mm.h | 1 +
5196 1 file changed, 1 insertion(+)
5197
5198commit 82566bede4206afba0d8b11f58570d588d39586b
5199Author: Linus Torvalds <torvalds@linux-foundation.org>
5200Date: Thu Oct 13 13:07:36 2016 -0700
5201
5202 mm: remove gup_flags FOLL_WRITE games from __get_user_pages()
5203
5204 This is an ancient bug that was actually attempted to be fixed once
5205 (badly) by me eleven years ago in commit 4ceb5db9757a ("Fix
5206 get_user_pages() race for write access") but that was then undone due to
5207 problems on s390 by commit f33ea7f404e5 ("fix get_user_pages bug").
5208
5209 In the meantime, the s390 situation has long been fixed, and we can now
5210 fix it by checking the pte_dirty() bit properly (and do it better). The
5211 s390 dirty bit was implemented in abf09bed3cce ("s390/mm: implement
5212 software dirty bits") which made it into v3.9. Earlier kernels will
5213 have to look at the page state itself.
5214
5215 Also, the VM has become more scalable, and what used a purely
5216 theoretical race back then has become easier to trigger.
5217
5218 To fix it, we introduce a new internal FOLL_COW flag to mark the "yes,
5219 we already did a COW" rather than play racy games with FOLL_WRITE that
5220 is very fundamental, and then use the pte dirty flag to validate that
5221 the FOLL_COW flag is still valid.
5222
5223 Reported-and-tested-by: Phil "not Paul" Oester <kernel@linuxace.com>
5224 Acked-by: Hugh Dickins <hughd@google.com>
5225 Reviewed-by: Michal Hocko <mhocko@suse.com>
5226 Cc: Andy Lutomirski <luto@kernel.org>
5227 Cc: Kees Cook <keescook@chromium.org>
5228 Cc: Oleg Nesterov <oleg@redhat.com>
5229 Cc: Willy Tarreau <w@1wt.eu>
5230 Cc: Nick Piggin <npiggin@gmail.com>
5231 Cc: Greg Thelen <gthelen@google.com>
5232 Cc: stable@vger.kernel.org
5233 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
5234
5235 include/linux/mm.h | 2 +-
5236 mm/gup.c | 14 ++++++++++++--
5237 2 files changed, 13 insertions(+), 3 deletions(-)
5238
5239commit d291c94e650da2d8918620e6829e05218755f77b
5240Author: Brad Spengler <spender@grsecurity.net>
5241Date: Wed Oct 19 17:06:17 2016 -0400
5242
5243 resync with PaX
5244
5245 arch/arm/include/asm/atomic.h | 5 -----
5246 1 file changed, 5 deletions(-)
5247
5248commit 251313cb6e1d5b2ad84c62333ebafa278e861a68
5249Author: Brad Spengler <spender@grsecurity.net>
5250Date: Wed Oct 19 17:03:14 2016 -0400
5251
5252 Fix bad ARM REFCOUNT merge with PaX, reported by kdave on the forums:
5253 https://forums.grsecurity.net/viewtopic.php?f=3&t=4588
5254
5255 arch/arm/include/asm/atomic.h | 1 -
5256 1 file changed, 1 deletion(-)
5257
5258commit b64df18d4160c6d3cd470202bb8d58f38d9acb51
5259Author: Brad Spengler <spender@grsecurity.net>
5260Date: Mon Oct 17 07:47:53 2016 -0400
5261
5262 randomize layout of subprocess_info struct
5263
5264 include/linux/kmod.h | 2 +-
5265 1 file changed, 1 insertion(+), 1 deletion(-)
5266
5267commit 5780e7fb9d334bfa5cc8aef32af631e620dede3f
5268Merge: 7c69071 25eaf06
5269Author: Brad Spengler <spender@grsecurity.net>
5270Date: Sun Oct 16 15:28:24 2016 -0400
5271
5272 Merge branch 'pax-test' into grsec-test
5273
5274commit 25eaf067f993510e5cd6cc0d9da4413cbbc12c6a
5275Merge: afa87ca a0cdc25
5276Author: Brad Spengler <spender@grsecurity.net>
5277Date: Sun Oct 16 15:28:15 2016 -0400
5278
5279 Merge branch 'linux-4.7.y' into pax-test
5280
5281commit 7c690715adc3d9236b25ce453b387ef9583b8dda
5282Merge: 37e00aa afa87ca
5283Author: Brad Spengler <spender@grsecurity.net>
5284Date: Sat Oct 15 15:25:46 2016 -0400
5285
5286 Merge branch 'pax-test' into grsec-test
5287
5288commit afa87cab2bed6b038cd5446a00bf58a71c954b43
5289Author: Brad Spengler <spender@grsecurity.net>
5290Date: Sat Oct 15 15:18:18 2016 -0400
5291
5292 Update to pax-linux-4.7.6-test7.patch:
5293 - backported upstream commit f5beeb1851ea6f8cfcf2657f26cb24c0582b4945 to speed up kcore handling
5294 - fixed a size overflow false positive in raid10, reported by eswierk (https://forums.grsecurity.net/viewtopic.php?f=3&t=4575)
5295 - 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)
5296 - rate limited the logging of refcount overflows and usercopy violations
5297 - changed atomic64's underlying type on i386 to be consistent with other archs
5298 - sped up the RIP range check in opportunistic sysret on amd64
5299
5300 arch/x86/entry/entry_64.S | 13 ++-
5301 arch/x86/include/asm/atomic64_32.h | 4 +-
5302 block/bio.c | 2 +-
5303 drivers/md/raid10.c | 6 +-
5304 drivers/usb/usbip/vudc_rx.c | 2 +-
5305 fs/exec.c | 24 ++++--
5306 fs/proc/kcore.c | 40 +++++----
5307 include/linux/bio.h | 4 +-
5308 scripts/gcc-plugins/size_overflow_plugin/Makefile | 2 +-
5309 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 ----------------------
5310 .../gcc-plugins/size_overflow_plugin/disable.data | 12 ++-
5311 .../gcc-plugins/size_overflow_plugin/e_aux.data | 97 ++++++++++++++++++++++
5312 .../gcc-plugins/size_overflow_plugin/e_fields.data | 14 +---
5313 .../size_overflow_plugin_hash.c | 2 +-
5314 14 files changed, 169 insertions(+), 150 deletions(-)
5315
5316commit 37e00aa150c7861f77e69fe361bf19dee467dc0a
5317Author: Brad Spengler <spender@grsecurity.net>
5318Date: Mon Oct 10 18:27:38 2016 -0400
5319
5320 RAP compile fix
5321
5322 drivers/isdn/hisax/config.c | 4 ++--
5323 1 file changed, 2 insertions(+), 2 deletions(-)
5324
5325commit 00736455939143023205fdd8957421c73868e975
5326Author: Brad Spengler <spender@grsecurity.net>
5327Date: Mon Oct 10 18:09:55 2016 -0400
5328
5329 Mark initify broken for the time being due to some recent changes
5330
5331 security/Kconfig | 1 +
5332 1 file changed, 1 insertion(+)
5333
5334commit 64458bae539de9ac5cd2ba7cad0bd0c0510e6f37
5335Author: Brad Spengler <spender@grsecurity.net>
5336Date: Mon Oct 10 17:11:40 2016 -0400
5337
5338 compile fix
5339
5340 scripts/gcc-plugins/size_overflow_plugin/size_overflow_plugin_hash.c | 2 +-
5341 1 file changed, 1 insertion(+), 1 deletion(-)
5342
5343commit 9f5f1d1d7f120c1c85b16412e6b75ab221c2cdba
5344Author: Brad Spengler <spender@grsecurity.net>
5345Date: Mon Oct 10 17:10:22 2016 -0400
5346
5347 Fix makefiles and .gitignore for new size_overflow plugin
5348
5349 Makefile | 7 +-
5350 .../gcc-plugins/size_overflow_plugin/.gitignore | 5 +-
5351 scripts/gcc-plugins/size_overflow_plugin/Makefile | 35 ++++++--
5352 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 ----------------------
5353 .../gcc-plugins/size_overflow_plugin/e_aux.data | 97 ++++++++++++++++++++++
5354 5 files changed, 128 insertions(+), 113 deletions(-)
5355
5356commit cb66e251f9c9880a1365c87b4a42d2885a2fb6ef
5357Author: Brad Spengler <spender@grsecurity.net>
5358Date: Sun Oct 9 09:28:14 2016 -0400
5359
5360 Enable PAX_SIZE_OVERFLOW_EXTRA by default in auto-config
5361
5362 security/Kconfig | 1 +
5363 1 file changed, 1 insertion(+)
5364
5365commit cd690739e0fb999002075161a032072cf4e4c458
5366Merge: 555de68 0e7a060
5367Author: Brad Spengler <spender@grsecurity.net>
5368Date: Sat Oct 8 18:29:48 2016 -0400
5369
5370 Merge branch 'pax-test' into grsec-test
5371
5372commit 0e7a060de797ec4e837533146d38e8793e30f84f
5373Author: Brad Spengler <spender@grsecurity.net>
5374Date: Sat Oct 8 18:01:07 2016 -0400
5375
5376 Update to pax-linux-4.7.6-test6.patch:
5377 - updated the fields hash table of the size overflow plugin to remove a few false positives
5378 - fixed SANITIZE/HIBERNATION incompatibility, by Anisse Astier <anisse@astier.eu>
5379 - backported a few fixes and cleanups from grsecurity
5380 - fixed compile errors on some arm/arm64/powerpc/sparc configs for REFCOUNT, KERNEXEC and CONSTIFY
5381 - worked around a compile regression in crc32-pclmul_asm.S on some toolchains that define __i686
5382 - updated the size overflow hash table
5383 - added pax_size_overflow_report_only to disable the reaction mechanism on size overflows
5384 - added a few preemptive buffer size checks
5385 - fixed integer signedness mixup in tun_set_headroom, by Mathias Krause <mathias.krause@secunet.com>
5386 - Emese changed the size overflow plugin to enable the more risky instrumentation under its own config option
5387 - Emese greatly increased the coverage of the initify plugin
5388 - added BROKEN_SECURITY to disable upstream features as necessary
5389
5390 Documentation/dontdiff | 7 +-
5391 Documentation/kernel-parameters.txt | 5 +
5392 arch/arm/include/asm/atomic.h | 41 +-
5393 arch/arm/include/asm/domain.h | 1 +
5394 arch/arm/include/asm/string.h | 6 +-
5395 arch/arm/kernel/efi.c | 4 +-
5396 arch/arm/mach-mvebu/coherency.c | 2 +-
5397 arch/arm/mm/alignment.c | 24 +-
5398 arch/arm64/Kconfig | 1 +
5399 arch/arm64/include/asm/atomic.h | 3 +
5400 arch/arm64/include/asm/cache.h | 4 +-
5401 arch/arm64/include/asm/pgalloc.h | 5 +
5402 arch/arm64/include/asm/pgtable.h | 3 +
5403 arch/arm64/include/asm/string.h | 10 +-
5404 arch/arm64/kernel/process.c | 9 +-
5405 arch/arm64/kernel/stacktrace.c | 4 +-
5406 arch/arm64/kernel/traps.c | 2 +-
5407 arch/ia64/include/asm/uaccess.h | 11 +-
5408 arch/mips/Kconfig | 2 +-
5409 arch/parisc/include/asm/uaccess.h | 108 +-
5410 arch/powerpc/include/asm/atomic.h | 23 +-
5411 arch/powerpc/include/asm/cache.h | 4 +-
5412 arch/powerpc/include/asm/spinlock.h | 1 +
5413 arch/powerpc/include/asm/string.h | 4 +-
5414 arch/powerpc/include/asm/uaccess.h | 15 -
5415 arch/powerpc/kernel/traps.c | 2 +-
5416 arch/sparc/include/asm/cache.h | 4 +-
5417 arch/sparc/include/asm/pgalloc_64.h | 1 +
5418 arch/sparc/include/asm/uaccess_32.h | 65 -
5419 arch/um/include/asm/cache.h | 3 +-
5420 arch/x86/Kconfig | 5 +-
5421 arch/x86/crypto/crc32-pclmul_asm.S | 4 +-
5422 arch/x86/include/asm/string_32.h | 12 +-
5423 arch/x86/include/asm/string_64.h | 4 +-
5424 arch/x86/include/asm/uaccess.h | 2 +-
5425 arch/x86/kernel/hpet.c | 2 +-
5426 arch/x86/kernel/kprobes/opt.c | 8 +-
5427 arch/x86/kernel/ptrace.c | 14 +
5428 arch/x86/kernel/signal.c | 9 +-
5429 arch/x86/lib/Makefile | 4 +
5430 arch/x86/platform/efi/efi_64.c | 2 +-
5431 drivers/acpi/acpica/acutils.h | 2 +-
5432 drivers/acpi/acpica/dbhistry.c | 2 +-
5433 drivers/acpi/acpica/dbinput.c | 10 +-
5434 drivers/acpi/acpica/dbstats.c | 88 +-
5435 drivers/acpi/acpica/utdebug.c | 2 +-
5436 drivers/cdrom/cdrom.c | 2 +-
5437 drivers/char/genrtc.c | 1 +
5438 drivers/char/random.c | 2 +-
5439 drivers/firmware/efi/libstub/Makefile | 2 +
5440 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
5441 drivers/hid/hid-wiimote-debug.c | 2 +-
5442 drivers/iommu/arm-smmu-v3.c | 32 +-
5443 drivers/isdn/hisax/hisax.h | 4 +-
5444 drivers/media/radio/radio-cadet.c | 5 +-
5445 drivers/mmc/host/tmio_mmc_pio.c | 4 +-
5446 drivers/net/tun.c | 2 +-
5447 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
5448 drivers/scsi/esas2r/esas2r_init.c | 2 +-
5449 drivers/scsi/esas2r/esas2r_ioctl.c | 2 +-
5450 drivers/scsi/esas2r/esas2r_log.h | 4 +-
5451 drivers/scsi/esas2r/esas2r_main.c | 4 +-
5452 drivers/uio/uio.c | 6 +-
5453 drivers/video/fbdev/arcfb.c | 2 +-
5454 fs/char_dev.c | 2 +-
5455 fs/exec.c | 16 +-
5456 fs/ext4/extents.c | 2 +-
5457 fs/nfsd/nfscache.c | 2 +-
5458 fs/ntfs/debug.h | 6 +-
5459 fs/ocfs2/cluster/masklog.h | 2 +-
5460 fs/proc/task_mmu.c | 5 +-
5461 include/acpi/acpiosxf.h | 3 +-
5462 include/acpi/acpixf.h | 2 +-
5463 include/asm-generic/atomic-long.h | 4 +
5464 include/asm-generic/bug.h | 5 +-
5465 include/asm-generic/pgtable-nopmd.h | 1 +
5466 include/asm-generic/vmlinux.lds.h | 2 +
5467 include/drm/drmP.h | 2 +-
5468 include/linux/atomic.h | 21 +
5469 include/linux/audit.h | 5 +-
5470 include/linux/compiler-gcc.h | 15 +
5471 include/linux/compiler.h | 8 +
5472 include/linux/fs.h | 2 +-
5473 include/linux/gfp.h | 4 +-
5474 include/linux/init.h | 4 +-
5475 include/linux/mm.h | 2 +-
5476 include/linux/printk.h | 2 +-
5477 include/linux/random.h | 2 +-
5478 include/linux/ratelimit.h | 3 +-
5479 include/linux/sched.h | 6 +-
5480 include/linux/slab.h | 2 +-
5481 include/linux/string.h | 34 +-
5482 include/uapi/linux/personality.h | 1 +
5483 init/Kconfig | 3 +
5484 init/main.c | 11 +
5485 kernel/exit.c | 18 +-
5486 kernel/power/hibernate.c | 21 +-
5487 kernel/power/power.h | 2 +
5488 kernel/power/snapshot.c | 22 +
5489 lib/Kconfig.debug | 3 +-
5490 lib/vsprintf.c | 6 +-
5491 mm/Kconfig.debug | 2 -
5492 mm/page_alloc.c | 6 +-
5493 mm/util.c | 2 +-
5494 net/ipv4/ip_sockglue.c | 3 +-
5495 net/ipv4/ip_vti.c | 2 +-
5496 scripts/Makefile.gcc-plugins | 17 +-
5497 scripts/gcc-plugins/initify_plugin.c | 1588 +-
5498 scripts/gcc-plugins/size_overflow_plugin/Makefile | 26 +-
5499 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 +
5500 .../gcc-plugins/size_overflow_plugin/disable.data | 12453 +++++++++++
5501 .../disable_size_overflow_hash.data | 12445 -----------
5502 .../gcc-plugins/size_overflow_plugin/e_fields.data | 18898 ++++++++++++++++
5503 .../gcc-plugins/size_overflow_plugin/e_fns.data | 4833 ++++
5504 .../gcc-plugins/size_overflow_plugin/e_fptrs.data | 56 +
5505 .../gcc-plugins/size_overflow_plugin/e_vars.data | 116 +
5506 .../insert_size_overflow_asm.c | 2 +-
5507 .../size_overflow_plugin/intentional_overflow.c | 2 +-
5508 .../size_overflow_plugin/size_overflow.h | 14 +-
5509 .../size_overflow_plugin/size_overflow_debug.c | 4 +-
5510 .../size_overflow_plugin/size_overflow_hash.data | 22068 -------------------
5511 .../size_overflow_hash_aux.data | 97 -
5512 .../size_overflow_plugin/size_overflow_ipa.c | 65 +-
5513 .../size_overflow_plugin/size_overflow_plugin.c | 25 +-
5514 .../size_overflow_plugin_hash.c | 120 +-
5515 .../size_overflow_plugin/size_overflow_transform.c | 30 +-
5516 security/Kconfig | 78 +-
5517 security/integrity/integrity.h | 2 +-
5518 security/min_addr.c | 2 +
5519 129 files changed, 38670 insertions(+), 35263 deletions(-)
5520
5521commit 555de68005b90a38a9e5eee6835130d5d4291030
5522Merge: b48dade c3695e4
5523Author: Brad Spengler <spender@grsecurity.net>
5524Date: Fri Oct 7 17:38:00 2016 -0400
5525
5526 Merge branch 'pax-test' into grsec-test
5527
5528commit c3695e458f10605aa5d59e5d16a80156c6aca5f1
5529Merge: a16b512 fdf81f0
5530Author: Brad Spengler <spender@grsecurity.net>
5531Date: Fri Oct 7 17:37:31 2016 -0400
5532
5533 Merge branch 'linux-4.7.y' into pax-test
5534
5535commit b48dade7b67aa153367dc38d6f3b513b93da2b07
5536Merge: 14d3459 a16b512
5537Author: Brad Spengler <spender@grsecurity.net>
5538Date: Fri Sep 30 07:56:46 2016 -0400
5539
5540 Merge branch 'pax-test' into grsec-test
5541
5542commit a16b51212ca70e45554cecf7d3b67335d4c847ff
5543Merge: 674c5b2 f849d45
5544Author: Brad Spengler <spender@grsecurity.net>
5545Date: Fri Sep 30 07:56:04 2016 -0400
5546
5547 Merge branch 'linux-4.7.y' into pax-test
5548
5549commit 14d3459a64f15c168c7783d46f690c0ee1283ef2
5550Author: Brad Spengler <spender@grsecurity.net>
5551Date: Tue Sep 27 17:07:31 2016 -0400
5552
5553 Fix arm/MULTI_CACHE incompatibility with RANDSTRUCT, reported by radegand:
5554 https://forums.grsecurity.net/viewtopic.php?t=4545&p=1659
5555
5556 arch/arm/include/asm/cacheflush.h | 2 +-
5557 1 file changed, 1 insertion(+), 1 deletion(-)
5558
5559commit 39d7aa87f8bd225bc3ac099a2046e334191c90b3
5560Author: Brad Spengler <spender@grsecurity.net>
5561Date: Mon Sep 26 11:28:09 2016 -0400
5562
5563 Backport upstream commit which allows PAX_MEMORY_SANITIZE to work
5564 with hibernation:
5565 https://patchwork.kernel.org/patch/9322709/
5566
5567 kernel/power/Kconfig | 1 -
5568 kernel/power/hibernate.c | 4 +++-
5569 kernel/power/power.h | 2 ++
5570 kernel/power/snapshot.c | 20 ++++++++++++++++++++
5571 4 files changed, 25 insertions(+), 2 deletions(-)
5572
5573commit e5944827e8a1cb6938ed75cccf05f354344b3fa9
5574Author: Herbert Xu <herbert@gondor.apana.org.au>
5575Date: Tue Sep 20 20:35:55 2016 +0800
5576
5577 KEYS: Fix skcipher IV clobbering
5578
5579 The IV must not be modified by the skcipher operation so we need
5580 to duplicate it.
5581
5582 Fixes: c3917fd9dfbc ("KEYS: Use skcipher")
5583 Cc: stable@vger.kernel.org
5584 Reported-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
5585 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
5586
5587 security/keys/encrypted-keys/encrypted.c | 11 +++++++----
5588 1 file changed, 7 insertions(+), 4 deletions(-)
5589
5590commit 17d91a9781b8c4558433cee3e7de8d44a6c2d89b
5591Author: Brad Spengler <spender@grsecurity.net>
5592Date: Sun Sep 25 18:10:01 2016 -0400
5593
5594 Make vti_notifier_block read_only
5595
5596 net/ipv4/ip_vti.c | 2 +-
5597 1 file changed, 1 insertion(+), 1 deletion(-)
5598
5599commit d2eba293dd946c7686080602a2e24ddb5358cfcf
5600Author: Brad Spengler <spender@grsecurity.net>
5601Date: Sun Sep 25 17:30:32 2016 -0400
5602
5603 compile fix
5604
5605 net/unix/af_unix.c | 2 +-
5606 1 file changed, 1 insertion(+), 1 deletion(-)
5607
5608commit 47cca6342f665fa1b4b755723b843ac41ebb9178
5609Merge: 16919c7 674c5b2
5610Author: Brad Spengler <spender@grsecurity.net>
5611Date: Sun Sep 25 17:25:45 2016 -0400
5612
5613 Merge branch 'pax-test' into grsec-test
5614
5615commit 674c5b28e7dfe651caf71d1cdec395205ed9f526
5616Merge: 4552781 6c21842
5617Author: Brad Spengler <spender@grsecurity.net>
5618Date: Sun Sep 25 17:24:44 2016 -0400
5619
5620 Merge branch 'linux-4.7.y' into pax-test
5621
5622commit 16919c7208e7ad9bc5f6df2f151b84cede110c15
5623Author: Brad Spengler <spender@grsecurity.net>
5624Date: Wed Sep 21 18:40:32 2016 -0400
5625
5626 compile fix
5627
5628 drivers/net/tun.c | 2 +-
5629 1 file changed, 1 insertion(+), 1 deletion(-)
5630
5631commit bafd12998265ed2c32792e117e4227f757cfa18f
5632Author: Brad Spengler <spender@grsecurity.net>
5633Date: Wed Sep 21 18:39:39 2016 -0400
5634
5635 From: Mathias Krause <mathias.krause@secunet.com>
5636 Date: Wed, 21 Sep 2016 14:42:43 +0200
5637 Subject: [PATCH] pax: net/tun - explicitly test for negative values in tun_set_headroom()
5638
5639 Because of a type change for the NET_SKB_PAD macro in the PaX patch from
5640 (implicit) int to unsigned long, negative values for new_hr will be sign
5641 extended and wrongly pass the minimal size test. Such a value will,
5642 later on, trigger the size_overflow plugin instrumentation in
5643 tun_get_user().
5644
5645 Fix this by testing new_hr for negative values explicitly to restore the
5646 intended minimal size test.
5647
5648 Signed-off-by: Mathias Krause <mathias.krause@secunet.com>
5649
5650 drivers/net/tun.c | 2 +-
5651 1 file changed, 1 insertion(+), 1 deletion(-)
5652
5653commit 74fbeac25af78b5f621d8acffb9158dd959078d3
5654Author: Brad Spengler <spender@grsecurity.net>
5655Date: Tue Sep 20 18:37:08 2016 -0400
5656
5657 Make CONSTIFY depend on GCC_PLUGINS
5658
5659 security/Kconfig | 1 +
5660 1 file changed, 1 insertion(+)
5661
5662commit e9e87520569e66d710dadebddac33428c666249a
5663Author: Brad Spengler <spender@grsecurity.net>
5664Date: Mon Sep 19 18:43:50 2016 -0400
5665
5666 Fix up atomic64_cmpxchg_unchecked on ARM with REFCOUNT
5667
5668 arch/arm/include/asm/atomic.h | 39 ++++-----------------------------------
5669 include/linux/atomic.h | 9 +++++++++
5670 2 files changed, 13 insertions(+), 35 deletions(-)
5671
5672commit a1afe597f5731963416233b274144d7c57ce538d
5673Author: Brad Spengler <spender@grsecurity.net>
5674Date: Mon Sep 19 17:58:58 2016 -0400
5675
5676 Backport upstream iscsi memory corruption fix:
5677 http://marc.info/?l=linux-scsi&m=147394713328707&w=2
5678
5679 drivers/scsi/arcmsr/arcmsr_hba.c | 8 +++++++-
5680 1 file changed, 7 insertions(+), 1 deletion(-)
5681
5682commit e6e0b270a18e4ee19460f7dc72bb46d441adf3c4
5683Author: Chuck Lever <chuck.lever@oracle.com>
5684Date: Thu Sep 1 10:50:38 2016 -0400
5685
5686 svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation")
5687
5688 rsc_lookup steals the passed-in memory to avoid doing an allocation of
5689 its own, so we can't just pass in a pointer to memory that someone else
5690 is using.
5691
5692 If we really want to avoid allocation there then maybe we should
5693 preallocate somwhere, or reference count these handles.
5694
5695 For now we should revert.
5696
5697 On occasion I see this on my server:
5698
5699 kernel: kernel BUG at /home/cel/src/linux/linux-2.6/mm/slub.c:3851!
5700 kernel: invalid opcode: 0000 [#1] SMP
5701 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
5702 kernel: CPU: 7 PID: 145 Comm: kworker/7:2 Not tainted 4.8.0-rc4-00006-g9d06b0b #15
5703 kernel: Hardware name: Supermicro Super Server/X10SRL-F, BIOS 1.0c 09/09/2015
5704 kernel: Workqueue: events do_cache_clean [sunrpc]
5705 kernel: task: ffff8808541d8000 task.stack: ffff880854344000
5706 kernel: RIP: 0010:[<ffffffff811e7075>] [<ffffffff811e7075>] kfree+0x155/0x180
5707 kernel: RSP: 0018:ffff880854347d70 EFLAGS: 00010246
5708 kernel: RAX: ffffea0020fe7660 RBX: ffff88083f9db064 RCX: 146ff0f9d5ec5600
5709 kernel: RDX: 000077ff80000000 RSI: ffff880853f01500 RDI: ffff88083f9db064
5710 kernel: RBP: ffff880854347d88 R08: ffff8808594ee000 R09: ffff88087fdd8780
5711 kernel: R10: 0000000000000000 R11: ffffea0020fe76c0 R12: ffff880853f01500
5712 kernel: R13: ffffffffa013cf76 R14: ffffffffa013cff0 R15: ffffffffa04253a0
5713 kernel: FS: 0000000000000000(0000) GS:ffff88087fdc0000(0000) knlGS:0000000000000000
5714 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
5715 kernel: CR2: 00007fed60b020c3 CR3: 0000000001c06000 CR4: 00000000001406e0
5716 kernel: Stack:
5717 kernel: ffff8808589f2f00 ffff880853f01500 0000000000000001 ffff880854347da0
5718 kernel: ffffffffa013cf76 ffff8808589f2f00 ffff880854347db8 ffffffffa013d006
5719 kernel: ffff8808589f2f20 ffff880854347e00 ffffffffa0406f60 0000000057c7044f
5720 kernel: Call Trace:
5721 kernel: [<ffffffffa013cf76>] rsc_free+0x16/0x90 [auth_rpcgss]
5722 kernel: [<ffffffffa013d006>] rsc_put+0x16/0x30 [auth_rpcgss]
5723 kernel: [<ffffffffa0406f60>] cache_clean+0x2e0/0x300 [sunrpc]
5724 kernel: [<ffffffffa04073ee>] do_cache_clean+0xe/0x70 [sunrpc]
5725 kernel: [<ffffffff8109a70f>] process_one_work+0x1ff/0x3b0
5726 kernel: [<ffffffff8109b15c>] worker_thread+0x2bc/0x4a0
5727 kernel: [<ffffffff8109aea0>] ? rescuer_thread+0x3a0/0x3a0
5728 kernel: [<ffffffff810a0ba4>] kthread+0xe4/0xf0
5729 kernel: [<ffffffff8169c47f>] ret_from_fork+0x1f/0x40
5730 kernel: [<ffffffff810a0ac0>] ? kthread_stop+0x110/0x110
5731 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
5732 kernel: RIP [<ffffffff811e7075>] kfree+0x155/0x180
5733 kernel: RSP <ffff880854347d70>
5734 kernel: ---[ end trace 3fdec044969def26 ]---
5735
5736 It seems to be most common after a server reboot where a client has been
5737 using a Kerberos mount, and reconnects to continue its workload.
5738
5739 Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
5740 Cc: stable@vger.kernel.org
5741 Signed-off-by: J. Bruce Fields <bfields@redhat.com>
5742
5743 net/sunrpc/auth_gss/svcauth_gss.c | 5 +++--
5744 1 file changed, 3 insertions(+), 2 deletions(-)
5745
5746commit 6e83144022a8e3cd00a7d0ca3916354ea3336f5e
5747Author: Brad Spengler <spender@grsecurity.net>
5748Date: Mon Sep 19 17:44:04 2016 -0400
5749
5750 fix whitespace
5751
5752 mm/mmap.c | 2 +-
5753 1 file changed, 1 insertion(+), 1 deletion(-)
5754
5755commit ffb1a4cfdce65f581265612878fd136d76b132ae
5756Author: Brad Spengler <spender@grsecurity.net>
5757Date: Mon Sep 19 17:07:34 2016 -0400
5758
5759 Remove optional dependency on USERCOPY for pax_check_alloca
5760
5761 arch/x86/kernel/dumpstack_32.c | 2 +-
5762 arch/x86/kernel/dumpstack_64.c | 2 +-
5763 2 files changed, 2 insertions(+), 2 deletions(-)
5764
5765commit 01ca858fb54c3406db13ace327798610b1cdec10
5766Author: Brad Spengler <spender@grsecurity.net>
5767Date: Thu Sep 15 21:28:25 2016 -0400
5768
5769 compile fixes
5770
5771 arch/x86/crypto/crc32-pclmul_asm.S | 4 ++--
5772 arch/x86/include/asm/uaccess.h | 2 +-
5773 2 files changed, 3 insertions(+), 3 deletions(-)
5774
5775commit aeed418bbabf465cfa2bd5463b4ee26ddfdee99c
5776Author: Al Viro <viro@ZenIV.linux.org.uk>
5777Date: Thu Sep 15 02:35:29 2016 +0100
5778
5779 fix minor infoleak in get_user_ex()
5780
5781 get_user_ex(x, ptr) should zero x on failure. It's not a lot of a leak
5782 (at most we are leaking uninitialized 64bit value off the kernel stack,
5783 and in a fairly constrained situation, at that), but the fix is trivial,
5784 so...
5785
5786 Cc: stable@vger.kernel.org
5787 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
5788 [ This sat in different branch from the uaccess fixes since mid-August ]
5789 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
5790
5791 arch/x86/include/asm/uaccess.h | 6 +++++-
5792 1 file changed, 5 insertions(+), 1 deletion(-)
5793
5794commit 4ec72305c579df587c9c31f18fbc3ceba14045a5
5795Author: Brad Spengler <spender@grsecurity.net>
5796Date: Thu Sep 15 20:02:01 2016 -0400
5797
5798 compile fix
5799
5800 fs/proc/task_mmu.c | 2 +-
5801 1 file changed, 1 insertion(+), 1 deletion(-)
5802
5803commit ed3d3716625f0c04c9a07dc6c6c7537be22cee07
5804Author: Brad Spengler <spender@grsecurity.net>
5805Date: Thu Sep 15 20:01:31 2016 -0400
5806
5807 Resync with PaX
5808
5809 fs/proc/task_mmu.c | 2 +-
5810 1 file changed, 1 insertion(+), 1 deletion(-)
5811
5812commit 36300fe10dd78430f8e84c42b665c0154f88dd5a
5813Merge: 14e5235 4552781
5814Author: Brad Spengler <spender@grsecurity.net>
5815Date: Thu Sep 15 18:36:02 2016 -0400
5816
5817 Merge branch 'pax-test' into grsec-test
5818
5819commit 4552781643cf8a01376539bf0bf469c8dbc69701
5820Author: Brad Spengler <spender@grsecurity.net>
5821Date: Thu Sep 15 18:35:49 2016 -0400
5822
5823 Resync with PaX
5824
5825 fs/proc/task_mmu.c | 5 +++--
5826 include/linux/init.h | 4 +++-
5827 include/linux/mm.h | 2 +-
5828 mm/util.c | 2 +-
5829 4 files changed, 8 insertions(+), 5 deletions(-)
5830
5831commit 14e523564a0a84ece93b04a2b375f33cce806c8b
5832Merge: 402a024 6740d15
5833Author: Brad Spengler <spender@grsecurity.net>
5834Date: Thu Sep 15 18:18:19 2016 -0400
5835
5836 Merge branch 'pax-test' into grsec-test
5837
5838commit 6740d1535fb0208f329eda7aeeee2c6f0fbe09d3
5839Author: Brad Spengler <spender@grsecurity.net>
5840Date: Thu Sep 15 18:16:18 2016 -0400
5841
5842 Update to pax-linux-4.7.3-test4.patch:
5843 - fixed atomic_xchg_unchecked on arm, reported by wizzup
5844 - temporary workaround for cloned functions in the initify plugin, prevents an ICE-from-assertion reported by xeaforz and gg
5845 - fixed hugetlb compile error on arm64
5846 - fixed branch prediction hints in copy*user on x86, by spender
5847 - fixed the invocation of gcc-plugin.sh while reporting errors, by spender
5848 - fixed long-standing regression in non-exec page support on powerpc32/book3s
5849 - fixed inefficient PIC in crc32_pclmul* on i386 to also work under KERNEXEC, reported by minipli
5850 - fixed pfn/physical address mixup in static_protections on amd64, by Mathias Krause <mathias.krause@secunet.com>
5851 - fixed latent bug on module loading exposed by the fix for static_protections, reported by minipli
5852 - fixed two USERCOPY violations in iucv and netlink, by Mathias Krause <minipli@ld-linux.so>
5853 - fixed a xen boot regression with ssp-strong, reported by biergaizi and d-u (https://forums.grsecurity.net/viewtopic.php?f=3&t=4441)
5854 - fixed module symbol resolution and extable handling on i386/KERNEXEC when KASLR is enabled
5855
5856 arch/arm/include/asm/atomic.h | 12 +++--------
5857 arch/arm/include/asm/cmpxchg.h | 3 ++-
5858 arch/arm64/mm/dma-mapping.c | 2 +-
5859 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
5860 arch/powerpc/include/asm/book3s/32/hash.h | 2 +-
5861 arch/powerpc/include/asm/book3s/32/pgtable.h | 2 +-
5862 arch/powerpc/include/asm/pte-common.h | 30 +++++++++++++---------------
5863 arch/x86/crypto/crc32-pclmul_asm.S | 19 +++++++++++-------
5864 arch/x86/include/asm/setup.h | 3 ++-
5865 arch/x86/include/asm/uaccess.h | 4 ++--
5866 arch/x86/kernel/module.c | 2 +-
5867 arch/x86/kernel/pci-swiotlb.c | 2 +-
5868 arch/x86/kvm/x86.c | 2 +-
5869 arch/x86/mm/extable.c | 18 ++---------------
5870 arch/x86/mm/pageattr.c | 5 +++--
5871 arch/x86/xen/enlighten.c | 18 ++++++++---------
5872 arch/x86/xen/pmu.c | 1 +
5873 include/asm-generic/atomic-long.h | 2 ++
5874 include/asm-generic/atomic64.h | 1 +
5875 include/linux/atomic.h | 4 ++++
5876 include/linux/llist.h | 9 +++++++++
5877 include/linux/swiotlb.h | 3 +--
5878 kernel/extable.c | 17 ++++++++++++++--
5879 kernel/module.c | 9 ++++++++-
5880 lib/extable.c | 11 +---------
5881 lib/llist.c | 17 ++++++++++++++++
5882 lib/swiotlb.c | 2 +-
5883 mm/hugetlb.c | 12 +++++++++++
5884 mm/vmalloc.c | 2 +-
5885 net/iucv/af_iucv.c | 7 +++----
5886 net/netlink/af_netlink.c | 5 +++--
5887 scripts/Makefile.gcc-plugins | 2 +-
5888 scripts/gcc-plugins/initify_plugin.c | 4 +++-
5889 33 files changed, 139 insertions(+), 95 deletions(-)
5890
5891commit 402a02454512e83be868e83529b04c0ccde687a9
5892Author: Brad Spengler <spender@grsecurity.net>
5893Date: Thu Sep 15 08:25:18 2016 -0400
5894
5895 Update size_overflow hash
5896
5897 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
5898 1 file changed, 1 insertion(+)
5899
5900commit e1d3996c7486a0985846423711dd5c05401144c1
5901Author: Brad Spengler <spender@grsecurity.net>
5902Date: Thu Sep 15 07:48:33 2016 -0400
5903
5904 compile fix
5905
5906 kernel/capability.c | 6 +++---
5907 1 file changed, 3 insertions(+), 3 deletions(-)
5908
5909commit a668b9edff65c3c2eb134e1c7edfbc4142f1e678
5910Merge: f2ceab4 4f9be5c
5911Author: Brad Spengler <spender@grsecurity.net>
5912Date: Thu Sep 15 07:24:15 2016 -0400
5913
5914 Rename our existing ns_capable_nolog to suit upstream's bikeshedded ns_capable_noaudit
5915
5916 Merge branch 'pax-test' into grsec-test
5917
5918commit 4f9be5c8326f08df59ef7df521acac91e9e6c3d5
5919Merge: 168b0e3 bd333da
5920Author: Brad Spengler <spender@grsecurity.net>
5921Date: Thu Sep 15 07:12:12 2016 -0400
5922
5923 Merge branch 'linux-4.7.y' into pax-test
5924
5925commit f2ceab4fbaec0cd5c127345dbce3e033b74fe826
5926Author: WANG Cong <xiyou.wangcong@gmail.com>
5927Date: Sun Aug 28 21:28:26 2016 -0700
5928
5929 kcm: fix a socket double free
5930
5931 Dmitry reported a double free on kcm socket, which could
5932 be easily reproduced by:
5933
5934 #include <unistd.h>
5935 #include <sys/syscall.h>
5936
5937 int main()
5938 {
5939 int fd = syscall(SYS_socket, 0x29ul, 0x5ul, 0x0ul, 0, 0, 0);
5940 syscall(SYS_ioctl, fd, 0x89e2ul, 0x20a98000ul, 0, 0, 0);
5941 return 0;
5942 }
5943
5944 This is because on the error path, after we install
5945 the new socket file, we call sock_release() to clean
5946 up the socket, which leaves the fd pointing to a freed
5947 socket. Fix this by calling sys_close() on that fd
5948 directly.
5949
5950 Fixes: ab7ac4eb9832 ("kcm: Kernel Connection Multiplexor module")
5951 Reported-by: Dmitry Vyukov <dvyukov@google.com>
5952 Cc: Tom Herbert <tom@herbertland.com>
5953 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
5954 Signed-off-by: David S. Miller <davem@davemloft.net>
5955
5956 net/kcm/kcmsock.c | 3 ++-
5957 1 file changed, 2 insertions(+), 1 deletion(-)
5958
5959commit f3ddf560233f0ec26493522fc1c2b1b8f764f16e
5960Merge: 9e43620 168b0e3
5961Author: Brad Spengler <spender@grsecurity.net>
5962Date: Wed Sep 7 08:26:50 2016 -0400
5963
5964 Merge branch 'pax-test' into grsec-test
5965
5966commit 168b0e38caaf436f7c5345fe20a92b7f391ccad5
5967Merge: 2a27d24 d7f6728
5968Author: Brad Spengler <spender@grsecurity.net>
5969Date: Wed Sep 7 08:26:41 2016 -0400
5970
5971 Merge branch 'linux-4.7.y' into pax-test
5972
5973commit 9e43620d71b42e65cb12642b240a6e638531aa65
5974Author: Daeho Jeong <daeho.jeong@samsung.com>
5975Date: Sun Jul 3 17:51:39 2016 -0400
5976
5977 ext4: avoid modifying checksum fields directly during checksum verification
5978
5979 We temporally change checksum fields in buffers of some types of
5980 metadata into '0' for verifying the checksum values. By doing this
5981 without locking the buffer, some metadata's checksums, which are
5982 being committed or written back to the storage, could be damaged.
5983 In our test, several metadata blocks were found with damaged metadata
5984 checksum value during recovery process. When we only verify the
5985 checksum value, we have to avoid modifying checksum fields directly.
5986
5987 Signed-off-by: Daeho Jeong <daeho.jeong@samsung.com>
5988 Signed-off-by: Youngjin Gil <youngjin.gil@samsung.com>
5989 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
5990 Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
5991
5992 fs/ext4/inode.c | 38 ++++++++++++++++++++++----------------
5993 fs/ext4/namei.c | 9 ++++-----
5994 fs/ext4/super.c | 18 +++++++++---------
5995 fs/ext4/xattr.c | 13 +++++++------
5996 4 files changed, 42 insertions(+), 36 deletions(-)
5997
5998commit b84727ffa19c4ec06a04502219f8e15b6887d401
5999Author: Brad Spengler <spender@grsecurity.net>
6000Date: Wed Aug 31 20:22:42 2016 -0400
6001
6002 Use the correct branch prediction
6003
6004 arch/x86/include/asm/uaccess.h | 4 ++--
6005 1 file changed, 2 insertions(+), 2 deletions(-)
6006
6007commit a8411c5faefe2708a5998f484ed6ca65c9ccf971
6008Author: Linus Torvalds <torvalds@linux-foundation.org>
6009Date: Mon Aug 22 16:41:46 2016 -0700
6010
6011 binfmt_elf: switch to new creds when switching to new mm
6012
6013 We used to delay switching to the new credentials until after we had
6014 mapped the executable (and possible elf interpreter). That was kind of
6015 odd to begin with, since the new executable will actually then _run_
6016 with the new creds, but whatever.
6017
6018 The bigger problem was that we also want to make sure that we turn off
6019 prof events and tracing before we start mapping the new executable
6020 state. So while this is a cleanup, it's also a fix for a possible
6021 information leak.
6022
6023 Reported-by: Robert Święcki <robert@swiecki.net>
6024 Tested-by: Peter Zijlstra <peterz@infradead.org>
6025 Acked-by: David Howells <dhowells@redhat.com>
6026 Acked-by: Oleg Nesterov <oleg@redhat.com>
6027 Acked-by: Andy Lutomirski <luto@amacapital.net>
6028 Acked-by: Eric W. Biederman <ebiederm@xmission.com>
6029 Cc: Willy Tarreau <w@1wt.eu>
6030 Cc: Kees Cook <keescook@chromium.org>
6031 Cc: Al Viro <viro@zeniv.linux.org.uk>
6032 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
6033
6034 fs/binfmt_elf.c | 2 +-
6035 1 file changed, 1 insertion(+), 1 deletion(-)
6036
6037commit 18fe03a1a1ce3b59208ecc7bb90be5724ec1d1aa
6038Author: Brad Spengler <spender@grsecurity.net>
6039Date: Wed Aug 31 20:01:48 2016 -0400
6040
6041 Two USERCOPY fixes from Mathias Krause
6042
6043 net/iucv/af_iucv.c | 7 +++----
6044 net/netlink/af_netlink.c | 5 +++--
6045 2 files changed, 6 insertions(+), 6 deletions(-)
6046
6047commit 4830a253a94494524d9ebb3bed7118c2b746f5a2
6048Author: Brad Spengler <spender@grsecurity.net>
6049Date: Wed Aug 31 19:58:53 2016 -0400
6050
6051 From 7e13821dd59b17382bba8707c1a9b73569db5535 Mon Sep 17 00:00:00 2001
6052 From: Mathias Krause <mathias.krause@secunet.com>
6053 Date: Thu, 18 Aug 2016 17:03:19 +0200
6054 Subject: [PATCH] [pax] fix page frame number compare in static_protections()
6055
6056 The KERNEXEC specific memory range check is comparing a page frame
6057 number against physical addresses while it should compare page frame
6058 numbers instead.
6059
6060 This leads to "false positives" for systems with 64GB+ of RAM, leading
6061 to missing memory protection changes, leading various access errors,
6062 like failing to release module init code when using the RCU path in
6063 vunmap().
6064
6065 Fix this by converting the physical addresses to page frame numbers
6066 before doing the range check.
6067
6068 Signed-off-by: Mathias Krause <mathias.krause@secunet.com>
6069
6070 arch/x86/mm/pageattr.c | 2 +-
6071 1 file changed, 1 insertion(+), 1 deletion(-)
6072
6073commit 8cd264e31562d39c034c35256dcb4eff8ab2fc66
6074Author: Brad Spengler <spender@grsecurity.net>
6075Date: Thu Aug 18 17:57:25 2016 -0400
6076
6077 Remove a warning that is (under the specific instance where we triggered it)
6078 erroneous. Avoiding triggering the warning will require reworking some of
6079 our APIs, so this will be fixed at a later time.
6080
6081 Thanks to Ed Swierk of Skyport Systems for the report.
6082
6083 fs/dcache.c | 2 --
6084 1 file changed, 2 deletions(-)
6085
6086commit 7276656b983ed5e39010c54908005e0574a2d3fd
6087Author: Brad Spengler <spender@grsecurity.net>
6088Date: Sun Aug 21 17:36:48 2016 -0400
6089
6090 Update size_overflow hash table
6091
6092 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 4 +++-
6093 1 file changed, 3 insertions(+), 1 deletion(-)
6094
6095commit 18a6c9305d45e83c3bebf07eb132885da34b73da
6096Merge: 5cbf490 2a27d24
6097Author: Brad Spengler <spender@grsecurity.net>
6098Date: Sun Aug 21 16:59:37 2016 -0400
6099
6100 Merge branch 'pax-test' into grsec-test
6101
6102commit 2a27d2419704b09b554b75d6397bf26ffd45754b
6103Merge: 7be9261 84fae3f
6104Author: Brad Spengler <spender@grsecurity.net>
6105Date: Sun Aug 21 16:57:07 2016 -0400
6106
6107 Merge branch 'linux-4.7.y' into pax-test
6108
6109commit 5cbf4905a069cf66895ff7a06673f8102e3faab5
6110Author: Brad Spengler <spender@grsecurity.net>
6111Date: Tue Aug 16 17:23:45 2016 -0400
6112
6113 forward-port !PAX_ASLR change
6114
6115 arch/x86/mm/mmap.c | 16 +++-------------
6116 1 file changed, 3 insertions(+), 13 deletions(-)
6117
6118commit c7d89a55e70af76005662d4a4c9c7db3a4cb7998
6119Merge: a144f0f8 7be9261
6120Author: Brad Spengler <spender@grsecurity.net>
6121Date: Tue Aug 16 17:14:06 2016 -0400
6122
6123 Merge branch 'pax-test' into grsec-test
6124
6125commit 7be92610b9cff4e90a4f84a385086c5f643004a0
6126Merge: cb11f67 95f15f5
6127Author: Brad Spengler <spender@grsecurity.net>
6128Date: Tue Aug 16 17:13:54 2016 -0400
6129
6130 Merge branch 'linux-4.7.y' into pax-test
6131
6132commit a144f0f806ea8a109483a945d2e92474b57ef03c
6133Author: Brad Spengler <spender@grsecurity.net>
6134Date: Mon Aug 15 17:54:00 2016 -0400
6135
6136 Temporary workaround for cloned functions in the initify plugin, prevents
6137 an ICE-from-assertion reported by xeaforz and gg on IRC
6138
6139 scripts/gcc-plugins/initify_plugin.c | 3 ++-
6140 1 file changed, 2 insertions(+), 1 deletion(-)
6141
6142commit f68bc3565a314bea45c58a9ee0c025fad19af76d
6143Author: Brad Spengler <spender@grsecurity.net>
6144Date: Mon Aug 15 17:50:24 2016 -0400
6145
6146 Fix arm/ppc compilation, reported by Wizzup
6147
6148 arch/arm/include/asm/atomic.h | 2 +-
6149 arch/powerpc/include/asm/atomic.h | 2 +-
6150 include/asm-generic/atomic-long.h | 3 ++-
6151 include/linux/atomic.h | 4 ++++
6152 4 files changed, 8 insertions(+), 3 deletions(-)
6153
6154commit 30f09e2a7b1590febfb028aad55f3e4b74d92c87
6155Author: Brad Spengler <spender@grsecurity.net>
6156Date: Sat Aug 13 12:28:25 2016 -0400
6157
6158 Initial import of grsecurity 3.1 for Linux 4.7
6159
6160 Disables userfaultfd as suggested by Jann Horn
6161
6162 Documentation/dontdiff | 2 +
6163 Documentation/kernel-parameters.txt | 11 +
6164 Documentation/sysctl/kernel.txt | 15 +
6165 Makefile | 5 +-
6166 arch/alpha/include/asm/cache.h | 4 +-
6167 arch/alpha/kernel/osf_sys.c | 12 +-
6168 arch/arc/Kconfig | 1 +
6169 arch/arm/Kconfig | 2 +
6170 arch/arm/Kconfig.debug | 1 +
6171 arch/arm/include/asm/atomic.h | 45 +-
6172 arch/arm/include/asm/domain.h | 1 +
6173 arch/arm/include/asm/thread_info.h | 7 +-
6174 arch/arm/kernel/entry-common.S | 8 +-
6175 arch/arm/kernel/process.c | 4 +-
6176 arch/arm/kernel/ptrace.c | 9 +
6177 arch/arm/kernel/traps.c | 7 +-
6178 arch/arm/mach-mvebu/coherency.c | 2 +-
6179 arch/arm/mm/Kconfig | 4 +-
6180 arch/arm/mm/alignment.c | 24 +-
6181 arch/arm/mm/fault.c | 40 +-
6182 arch/arm/mm/mmap.c | 8 +-
6183 arch/arm/net/bpf_jit_32.c | 51 +-
6184 arch/arm64/Kconfig.debug | 1 +
6185 arch/arm64/include/asm/atomic.h | 3 +
6186 arch/arm64/include/asm/cache.h | 4 +-
6187 arch/arm64/include/asm/pgtable.h | 3 +
6188 arch/arm64/kernel/process.c | 9 +-
6189 arch/arm64/kernel/stacktrace.c | 4 +-
6190 arch/arm64/kernel/traps.c | 2 +-
6191 arch/avr32/include/asm/cache.h | 4 +-
6192 arch/blackfin/Kconfig.debug | 1 +
6193 arch/blackfin/include/asm/cache.h | 3 +-
6194 arch/cris/include/arch-v10/arch/cache.h | 3 +-
6195 arch/cris/include/arch-v32/arch/cache.h | 3 +-
6196 arch/frv/include/asm/cache.h | 3 +-
6197 arch/frv/mm/elf-fdpic.c | 4 +-
6198 arch/hexagon/include/asm/cache.h | 6 +-
6199 arch/ia64/Kconfig | 1 +
6200 arch/ia64/include/asm/cache.h | 3 +-
6201 arch/ia64/kernel/sys_ia64.c | 2 +
6202 arch/ia64/mm/hugetlbpage.c | 2 +
6203 arch/m32r/include/asm/cache.h | 4 +-
6204 arch/m68k/include/asm/cache.h | 4 +-
6205 arch/metag/mm/hugetlbpage.c | 1 +
6206 arch/microblaze/include/asm/cache.h | 3 +-
6207 arch/mips/Kconfig | 1 +
6208 arch/mips/include/asm/thread_info.h | 11 +-
6209 arch/mips/kernel/irq.c | 3 +
6210 arch/mips/kernel/ptrace.c | 9 +
6211 arch/mips/mm/mmap.c | 4 +-
6212 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
6213 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
6214 arch/openrisc/include/asm/cache.h | 4 +-
6215 arch/parisc/include/asm/cache.h | 3 +
6216 arch/parisc/kernel/sys_parisc.c | 4 +
6217 arch/powerpc/Kconfig | 1 +
6218 arch/powerpc/include/asm/atomic.h | 28 +-
6219 arch/powerpc/include/asm/cache.h | 4 +-
6220 arch/powerpc/include/asm/spinlock.h | 1 +
6221 arch/powerpc/include/asm/thread_info.h | 5 +-
6222 arch/powerpc/kernel/Makefile | 2 +
6223 arch/powerpc/kernel/irq.c | 3 +
6224 arch/powerpc/kernel/process.c | 10 +-
6225 arch/powerpc/kernel/ptrace.c | 14 +
6226 arch/powerpc/kernel/traps.c | 7 +-
6227 arch/powerpc/mm/slice.c | 2 +-
6228 arch/s390/Kconfig.debug | 1 +
6229 arch/s390/include/asm/cache.h | 4 +-
6230 arch/score/include/asm/cache.h | 4 +-
6231 arch/sh/include/asm/cache.h | 3 +-
6232 arch/sh/mm/mmap.c | 6 +-
6233 arch/sparc/include/asm/cache.h | 4 +-
6234 arch/sparc/include/asm/pgalloc_64.h | 1 +
6235 arch/sparc/include/asm/thread_info_64.h | 8 +-
6236 arch/sparc/kernel/process_32.c | 6 +-
6237 arch/sparc/kernel/process_64.c | 8 +-
6238 arch/sparc/kernel/ptrace_64.c | 14 +
6239 arch/sparc/kernel/sys_sparc_64.c | 8 +-
6240 arch/sparc/kernel/syscalls.S | 8 +-
6241 arch/sparc/kernel/traps_32.c | 8 +-
6242 arch/sparc/kernel/traps_64.c | 28 +-
6243 arch/sparc/kernel/unaligned_64.c | 2 +-
6244 arch/sparc/mm/fault_64.c | 2 +-
6245 arch/sparc/mm/hugetlbpage.c | 15 +-
6246 arch/tile/Kconfig | 1 +
6247 arch/tile/include/asm/cache.h | 3 +-
6248 arch/tile/mm/hugetlbpage.c | 2 +
6249 arch/um/include/asm/cache.h | 3 +-
6250 arch/unicore32/include/asm/cache.h | 6 +-
6251 arch/x86/Kconfig | 21 +
6252 arch/x86/Kconfig.debug | 2 +
6253 arch/x86/entry/common.c | 14 +
6254 arch/x86/entry/entry_32.S | 2 +-
6255 arch/x86/entry/entry_64.S | 2 +-
6256 arch/x86/ia32/ia32_aout.c | 2 +
6257 arch/x86/include/asm/floppy.h | 20 +-
6258 arch/x86/include/asm/fpu/types.h | 69 +-
6259 arch/x86/include/asm/io.h | 2 +-
6260 arch/x86/include/asm/page.h | 12 +-
6261 arch/x86/include/asm/paravirt_types.h | 21 +-
6262 arch/x86/include/asm/processor.h | 12 +-
6263 arch/x86/include/asm/thread_info.h | 6 +-
6264 arch/x86/kernel/dumpstack.c | 10 +-
6265 arch/x86/kernel/dumpstack_32.c | 2 +-
6266 arch/x86/kernel/dumpstack_64.c | 2 +-
6267 arch/x86/kernel/ioport.c | 13 +
6268 arch/x86/kernel/irq_32.c | 3 +
6269 arch/x86/kernel/irq_64.c | 4 +
6270 arch/x86/kernel/kprobes/opt.c | 8 +-
6271 arch/x86/kernel/ldt.c | 18 +
6272 arch/x86/kernel/msr.c | 12 +
6273 arch/x86/kernel/ptrace.c | 14 +
6274 arch/x86/kernel/signal.c | 9 +-
6275 arch/x86/kernel/sys_i386_32.c | 9 +-
6276 arch/x86/kernel/sys_x86_64.c | 8 +-
6277 arch/x86/kernel/traps.c | 5 +
6278 arch/x86/kernel/verify_cpu.S | 1 +
6279 arch/x86/kernel/vm86_32.c | 15 +
6280 arch/x86/mm/fault.c | 12 +-
6281 arch/x86/mm/hugetlbpage.c | 15 +-
6282 arch/x86/mm/init.c | 51 +-
6283 arch/x86/mm/init_32.c | 6 +-
6284 arch/x86/net/bpf_jit_comp.c | 4 +
6285 arch/x86/platform/efi/efi_64.c | 2 +-
6286 arch/x86/xen/Kconfig | 1 +
6287 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
6288 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
6289 crypto/scatterwalk.c | 10 +-
6290 drivers/acpi/acpica/hwxfsleep.c | 11 +-
6291 drivers/acpi/custom_method.c | 4 +
6292 drivers/block/cciss.h | 30 +-
6293 drivers/block/smart1,2.h | 40 +-
6294 drivers/cdrom/cdrom.c | 2 +-
6295 drivers/char/Kconfig | 4 +-
6296 drivers/char/genrtc.c | 1 +
6297 drivers/char/mem.c | 17 +
6298 drivers/char/random.c | 5 +-
6299 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
6300 drivers/firewire/ohci.c | 4 +
6301 drivers/firmware/efi/libstub/Makefile | 2 +
6302 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 82 +-
6303 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
6304 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
6305 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
6306 .../drm/amd/powerplay/hwmgr/polaris10_thermal.c | 22 +-
6307 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
6308 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
6309 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
6310 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
6311 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
6312 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
6313 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
6314 drivers/hid/hid-wiimote-debug.c | 2 +-
6315 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 138 +-
6316 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
6317 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
6318 drivers/iommu/amd_iommu.c | 14 +-
6319 drivers/iommu/arm-smmu-v3.c | 32 +-
6320 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
6321 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
6322 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
6323 drivers/isdn/i4l/isdn_concap.c | 6 +-
6324 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
6325 drivers/md/bcache/Kconfig | 1 +
6326 drivers/md/raid5.c | 8 +
6327 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
6328 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
6329 drivers/media/radio/radio-cadet.c | 5 +-
6330 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
6331 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
6332 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
6333 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
6334 drivers/message/fusion/mptbase.c | 9 +
6335 drivers/misc/sgi-xp/xp_main.c | 12 +-
6336 drivers/mmc/host/tmio_mmc_pio.c | 5 +-
6337 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
6338 drivers/net/wan/lmc/lmc_media.c | 97 +-
6339 drivers/net/wan/z85230.c | 24 +-
6340 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
6341 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
6342 drivers/pci/proc.c | 9 +
6343 drivers/platform/x86/asus-wmi.c | 12 +
6344 drivers/rtc/rtc-dev.c | 3 +
6345 drivers/scsi/bfa/bfa_fcs.c | 19 +-
6346 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
6347 drivers/scsi/bfa/bfa_modules.h | 12 +-
6348 drivers/scsi/hpsa.h | 40 +-
6349 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
6350 drivers/staging/wilc1000/host_interface.h | 1 +
6351 drivers/staging/wilc1000/wilc_spi.c | 1 +
6352 drivers/tty/sysrq.c | 2 +-
6353 drivers/tty/tty_io.c | 4 +
6354 drivers/tty/vt/keyboard.c | 22 +-
6355 drivers/uio/uio.c | 6 +-
6356 drivers/usb/core/hub.c | 5 +
6357 drivers/usb/gadget/function/f_uac1.c | 1 +
6358 drivers/usb/gadget/function/u_uac1.c | 1 +
6359 drivers/usb/host/hwa-hc.c | 9 +-
6360 drivers/usb/usbip/vhci_sysfs.c | 2 +-
6361 drivers/video/fbdev/arcfb.c | 2 +-
6362 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
6363 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
6364 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
6365 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
6366 drivers/xen/xenfs/xenstored.c | 5 +
6367 firmware/Makefile | 2 +
6368 firmware/WHENCE | 20 +-
6369 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
6370 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
6371 fs/attr.c | 4 +
6372 fs/autofs4/waitq.c | 9 +
6373 fs/binfmt_aout.c | 7 +
6374 fs/binfmt_elf.c | 40 +-
6375 fs/compat.c | 20 +-
6376 fs/coredump.c | 17 +-
6377 fs/dcache.c | 3 +
6378 fs/debugfs/inode.c | 19 +-
6379 fs/exec.c | 243 +-
6380 fs/ext2/balloc.c | 4 +-
6381 fs/ext2/super.c | 8 +-
6382 fs/ext4/balloc.c | 4 +-
6383 fs/ext4/extents.c | 2 +-
6384 fs/fcntl.c | 4 +
6385 fs/fhandle.c | 3 +-
6386 fs/file.c | 4 +
6387 fs/filesystems.c | 4 +
6388 fs/fs_struct.c | 20 +-
6389 fs/hugetlbfs/inode.c | 5 +-
6390 fs/inode.c | 8 +-
6391 fs/ioctl.c | 1 +
6392 fs/kernfs/dir.c | 6 +
6393 fs/mount.h | 4 +-
6394 fs/namei.c | 290 +-
6395 fs/namespace.c | 24 +
6396 fs/nfsd/nfscache.c | 2 +-
6397 fs/open.c | 38 +
6398 fs/overlayfs/inode.c | 3 +
6399 fs/overlayfs/super.c | 6 +-
6400 fs/pipe.c | 2 +-
6401 fs/posix_acl.c | 15 +-
6402 fs/proc/Kconfig | 10 +-
6403 fs/proc/array.c | 67 +-
6404 fs/proc/base.c | 193 +-
6405 fs/proc/cmdline.c | 4 +
6406 fs/proc/devices.c | 4 +
6407 fs/proc/fd.c | 13 +-
6408 fs/proc/generic.c | 64 +
6409 fs/proc/inode.c | 17 +
6410 fs/proc/internal.h | 18 +-
6411 fs/proc/interrupts.c | 4 +
6412 fs/proc/kcore.c | 3 +
6413 fs/proc/proc_net.c | 31 +
6414 fs/proc/proc_sysctl.c | 50 +-
6415 fs/proc/root.c | 8 +
6416 fs/proc/stat.c | 69 +-
6417 fs/proc/task_mmu.c | 85 +-
6418 fs/proc/task_nommu.c | 2 +-
6419 fs/readdir.c | 19 +
6420 fs/reiserfs/item_ops.c | 24 +-
6421 fs/reiserfs/super.c | 4 +
6422 fs/select.c | 2 +
6423 fs/seq_file.c | 31 +-
6424 fs/stat.c | 20 +-
6425 fs/sysfs/dir.c | 30 +-
6426 fs/utimes.c | 7 +
6427 fs/xattr.c | 26 +-
6428 fs/xfs/xfs_ioctl.c | 6 +
6429 grsecurity/Kconfig | 1205 ++++
6430 grsecurity/Makefile | 54 +
6431 grsecurity/gracl.c | 2773 +++++++++
6432 grsecurity/gracl_alloc.c | 105 +
6433 grsecurity/gracl_cap.c | 96 +
6434 grsecurity/gracl_compat.c | 269 +
6435 grsecurity/gracl_fs.c | 448 ++
6436 grsecurity/gracl_ip.c | 387 ++
6437 grsecurity/gracl_learn.c | 209 +
6438 grsecurity/gracl_policy.c | 1784 ++++++
6439 grsecurity/gracl_res.c | 74 +
6440 grsecurity/gracl_segv.c | 306 +
6441 grsecurity/gracl_shm.c | 40 +
6442 grsecurity/grsec_chdir.c | 19 +
6443 grsecurity/grsec_chroot.c | 506 ++
6444 grsecurity/grsec_disabled.c | 445 ++
6445 grsecurity/grsec_exec.c | 188 +
6446 grsecurity/grsec_fifo.c | 26 +
6447 grsecurity/grsec_fork.c | 23 +
6448 grsecurity/grsec_init.c | 294 +
6449 grsecurity/grsec_ipc.c | 48 +
6450 grsecurity/grsec_link.c | 65 +
6451 grsecurity/grsec_log.c | 340 +
6452 grsecurity/grsec_mem.c | 48 +
6453 grsecurity/grsec_mount.c | 65 +
6454 grsecurity/grsec_pax.c | 47 +
6455 grsecurity/grsec_proc.c | 20 +
6456 grsecurity/grsec_ptrace.c | 30 +
6457 grsecurity/grsec_sig.c | 248 +
6458 grsecurity/grsec_sock.c | 244 +
6459 grsecurity/grsec_sysctl.c | 497 ++
6460 grsecurity/grsec_time.c | 16 +
6461 grsecurity/grsec_tpe.c | 78 +
6462 grsecurity/grsec_tty.c | 18 +
6463 grsecurity/grsec_usb.c | 15 +
6464 grsecurity/grsum.c | 56 +
6465 include/asm-generic/atomic-long.h | 2 +
6466 include/asm-generic/atomic64.h | 1 +
6467 include/asm-generic/pgtable-nopmd.h | 1 +
6468 include/linux/atomic.h | 23 +
6469 include/linux/binfmts.h | 5 +-
6470 include/linux/capability.h | 13 +
6471 include/linux/cdev.h | 2 +-
6472 include/linux/compiler-gcc.h | 5 +
6473 include/linux/compiler.h | 8 +
6474 include/linux/cred.h | 8 +-
6475 include/linux/dcache.h | 5 +-
6476 include/linux/fs.h | 26 +-
6477 include/linux/fs_struct.h | 2 +-
6478 include/linux/fsnotify.h | 6 +
6479 include/linux/gracl.h | 342 ++
6480 include/linux/gracl_compat.h | 156 +
6481 include/linux/gralloc.h | 9 +
6482 include/linux/grdefs.h | 140 +
6483 include/linux/grinternal.h | 231 +
6484 include/linux/grmsg.h | 120 +
6485 include/linux/grsecurity.h | 259 +
6486 include/linux/grsock.h | 19 +
6487 include/linux/ipc.h | 2 +-
6488 include/linux/ipc_namespace.h | 2 +-
6489 include/linux/kallsyms.h | 18 +-
6490 include/linux/key-type.h | 4 +-
6491 include/linux/kmod.h | 5 +
6492 include/linux/kobject.h | 2 +-
6493 include/linux/lsm_hooks.h | 4 +-
6494 include/linux/mm.h | 12 +
6495 include/linux/mm_types.h | 4 +-
6496 include/linux/module.h | 5 +-
6497 include/linux/mount.h | 2 +-
6498 include/linux/msg.h | 2 +-
6499 include/linux/netfilter/xt_gradm.h | 9 +
6500 include/linux/path.h | 4 +-
6501 include/linux/perf_event.h | 13 +-
6502 include/linux/pid_namespace.h | 2 +-
6503 include/linux/printk.h | 3 +-
6504 include/linux/proc_fs.h | 22 +-
6505 include/linux/proc_ns.h | 2 +-
6506 include/linux/random.h | 2 +-
6507 include/linux/rbtree_augmented.h | 4 +-
6508 include/linux/scatterlist.h | 12 +-
6509 include/linux/sched.h | 135 +-
6510 include/linux/security.h | 1 +
6511 include/linux/sem.h | 2 +-
6512 include/linux/seq_file.h | 5 +
6513 include/linux/shm.h | 6 +-
6514 include/linux/skbuff.h | 3 +
6515 include/linux/slab.h | 9 -
6516 include/linux/sysctl.h | 8 +-
6517 include/linux/thread_info.h | 6 +-
6518 include/linux/tty.h | 2 +-
6519 include/linux/tty_driver.h | 4 +-
6520 include/linux/uidgid.h | 6 +
6521 include/linux/user_namespace.h | 2 +-
6522 include/linux/utsname.h | 2 +-
6523 include/linux/vermagic.h | 16 +-
6524 include/linux/vmalloc.h | 8 +
6525 include/net/af_unix.h | 2 +-
6526 include/net/ip.h | 2 +-
6527 include/net/neighbour.h | 2 +-
6528 include/net/net_namespace.h | 2 +-
6529 include/net/sock.h | 2 +-
6530 include/trace/events/fs.h | 53 +
6531 include/uapi/linux/personality.h | 1 +
6532 init/Kconfig | 7 +-
6533 init/main.c | 48 +
6534 ipc/mqueue.c | 1 +
6535 ipc/msg.c | 3 +-
6536 ipc/msgutil.c | 4 +-
6537 ipc/sem.c | 3 +-
6538 ipc/shm.c | 26 +-
6539 ipc/util.c | 6 +
6540 kernel/auditsc.c | 2 +-
6541 kernel/bpf/syscall.c | 10 +-
6542 kernel/capability.c | 41 +-
6543 kernel/cgroup.c | 5 +-
6544 kernel/compat.c | 1 +
6545 kernel/configs.c | 11 +
6546 kernel/cred.c | 112 +-
6547 kernel/events/core.c | 14 +-
6548 kernel/exit.c | 10 +-
6549 kernel/fork.c | 93 +-
6550 kernel/futex.c | 4 +-
6551 kernel/kallsyms.c | 9 +
6552 kernel/kcmp.c | 4 +
6553 kernel/kexec_core.c | 2 +-
6554 kernel/kmod.c | 96 +-
6555 kernel/kprobes.c | 9 +-
6556 kernel/ksysfs.c | 2 +
6557 kernel/locking/lockdep_proc.c | 10 +-
6558 kernel/module.c | 108 +-
6559 kernel/panic.c | 6 +-
6560 kernel/pid.c | 18 +-
6561 kernel/power/Kconfig | 2 +
6562 kernel/printk/printk.c | 7 +-
6563 kernel/ptrace.c | 50 +-
6564 kernel/resource.c | 10 +
6565 kernel/sched/core.c | 8 +-
6566 kernel/sched/debug.c | 4 +
6567 kernel/signal.c | 37 +-
6568 kernel/sys.c | 64 +-
6569 kernel/sysctl.c | 174 +-
6570 kernel/taskstats.c | 6 +
6571 kernel/time/posix-timers.c | 8 +
6572 kernel/time/time.c | 5 +
6573 kernel/time/timekeeping.c | 3 +
6574 kernel/time/timer_list.c | 13 +-
6575 kernel/time/timer_stats.c | 10 +-
6576 kernel/trace/Kconfig | 6 +
6577 kernel/trace/trace_syscalls.c | 8 +
6578 kernel/user_namespace.c | 15 +
6579 lib/Kconfig.debug | 13 +-
6580 lib/is_single_threaded.c | 3 +
6581 lib/list_debug.c | 65 +-
6582 lib/nlattr.c | 2 +
6583 lib/rbtree.c | 4 +-
6584 lib/vsprintf.c | 42 +-
6585 localversion-grsec | 1 +
6586 mm/Kconfig | 8 +-
6587 mm/Kconfig.debug | 1 +
6588 mm/filemap.c | 1 +
6589 mm/hugetlb.c | 12 +
6590 mm/kmemleak.c | 4 +-
6591 mm/memory.c | 2 +-
6592 mm/mempolicy.c | 12 +-
6593 mm/migrate.c | 3 +-
6594 mm/mlock.c | 9 +
6595 mm/mmap.c | 118 +-
6596 mm/mprotect.c | 8 +
6597 mm/page_alloc.c | 2 +-
6598 mm/process_vm_access.c | 6 +
6599 mm/shmem.c | 2 +-
6600 mm/slab.c | 14 +-
6601 mm/slab_common.c | 2 +-
6602 mm/slob.c | 12 +
6603 mm/slub.c | 33 +-
6604 mm/util.c | 3 +
6605 mm/vmalloc.c | 84 +-
6606 mm/vmstat.c | 29 +-
6607 net/appletalk/atalk_proc.c | 2 +-
6608 net/atm/lec.c | 6 +-
6609 net/atm/mpoa_caches.c | 43 +-
6610 net/can/bcm.c | 2 +-
6611 net/can/proc.c | 2 +-
6612 net/core/dev_ioctl.c | 7 +-
6613 net/core/filter.c | 8 +-
6614 net/core/net-procfs.c | 17 +-
6615 net/core/pktgen.c | 2 +-
6616 net/core/sock.c | 23 +-
6617 net/core/sysctl_net_core.c | 2 +-
6618 net/decnet/dn_dev.c | 2 +-
6619 net/ipv4/devinet.c | 6 +-
6620 net/ipv4/inet_hashtables.c | 6 +
6621 net/ipv4/ip_input.c | 7 +
6622 net/ipv4/ip_sockglue.c | 3 +-
6623 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
6624 net/ipv4/route.c | 6 +-
6625 net/ipv4/tcp_input.c | 6 +-
6626 net/ipv4/tcp_ipv4.c | 24 +-
6627 net/ipv4/tcp_minisocks.c | 9 +-
6628 net/ipv4/tcp_timer.c | 11 +
6629 net/ipv4/udp.c | 23 +
6630 net/ipv6/addrconf.c | 13 +-
6631 net/ipv6/proc.c | 2 +-
6632 net/ipv6/tcp_ipv6.c | 23 +-
6633 net/ipv6/udp.c | 7 +
6634 net/ipx/ipx_proc.c | 2 +-
6635 net/irda/irproc.c | 2 +-
6636 net/llc/llc_proc.c | 2 +-
6637 net/netfilter/Kconfig | 10 +
6638 net/netfilter/Makefile | 1 +
6639 net/netfilter/xt_gradm.c | 51 +
6640 net/netfilter/xt_hashlimit.c | 4 +-
6641 net/netfilter/xt_recent.c | 2 +-
6642 net/socket.c | 75 +-
6643 net/sunrpc/Kconfig | 1 +
6644 net/sunrpc/cache.c | 2 +-
6645 net/sunrpc/stats.c | 2 +-
6646 net/sysctl_net.c | 2 +-
6647 net/unix/af_unix.c | 52 +-
6648 net/vmw_vsock/vmci_transport_notify.c | 30 +-
6649 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
6650 net/x25/sysctl_net_x25.c | 2 +-
6651 net/x25/x25_proc.c | 2 +-
6652 scripts/Makefile.gcc-plugins | 7 +-
6653 scripts/gcc-plugins/.gitignore | 1 +
6654 scripts/gcc-plugins/Makefile | 10 +
6655 scripts/gcc-plugins/gen-random-seed.sh | 8 +
6656 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
6657 .../size_overflow_plugin/size_overflow_hash.data | 296 +-
6658 scripts/package/Makefile | 2 +-
6659 scripts/package/mkspec | 41 +-
6660 security/Kconfig | 366 +-
6661 security/apparmor/file.c | 4 +-
6662 security/apparmor/lsm.c | 6 +-
6663 security/commoncap.c | 29 +
6664 security/keys/internal.h | 2 +-
6665 security/min_addr.c | 2 +
6666 security/tomoyo/file.c | 12 +-
6667 security/tomoyo/mount.c | 4 +
6668 security/tomoyo/tomoyo.c | 20 +-
6669 security/yama/Kconfig | 2 +-
6670 sound/synth/emux/emux_seq.c | 14 +-
6671 sound/usb/line6/driver.c | 40 +-
6672 sound/usb/line6/toneport.c | 12 +-
6673 511 files changed, 32801 insertions(+), 3213 deletions(-)
6674
6675commit cb11f67628b6b8bd97c26b6223460789e4273364
6676Author: Brad Spengler <spender@grsecurity.net>
6677Date: Fri Aug 12 18:15:59 2016 -0400
6678
6679 Initial import of pax-linux-4.7-test3.patch
6680
6681 .gitignore | 1 +
6682 Documentation/dontdiff | 46 +-
6683 Documentation/kbuild/makefiles.txt | 39 +-
6684 Documentation/kernel-parameters.txt | 28 +
6685 Makefile | 20 +-
6686 arch/Kconfig | 14 +
6687 arch/alpha/include/asm/atomic.h | 10 +
6688 arch/alpha/include/asm/elf.h | 7 +
6689 arch/alpha/include/asm/pgalloc.h | 6 +
6690 arch/alpha/include/asm/pgtable.h | 11 +
6691 arch/alpha/kernel/module.c | 2 +-
6692 arch/alpha/kernel/osf_sys.c | 8 +-
6693 arch/alpha/mm/fault.c | 141 +-
6694 arch/arm/Kconfig | 6 +-
6695 arch/arm/boot/compressed/Makefile | 2 +
6696 arch/arm/include/asm/atomic.h | 323 +-
6697 arch/arm/include/asm/cache.h | 4 +-
6698 arch/arm/include/asm/cacheflush.h | 2 +-
6699 arch/arm/include/asm/checksum.h | 14 +-
6700 arch/arm/include/asm/cmpxchg.h | 4 +
6701 arch/arm/include/asm/cpuidle.h | 2 +-
6702 arch/arm/include/asm/domain.h | 42 +-
6703 arch/arm/include/asm/elf.h | 9 +-
6704 arch/arm/include/asm/fncpy.h | 2 +
6705 arch/arm/include/asm/futex.h | 1 +
6706 arch/arm/include/asm/kmap_types.h | 2 +-
6707 arch/arm/include/asm/mach/dma.h | 2 +-
6708 arch/arm/include/asm/mach/map.h | 16 +-
6709 arch/arm/include/asm/outercache.h | 2 +-
6710 arch/arm/include/asm/page.h | 3 +-
6711 arch/arm/include/asm/pgalloc.h | 20 +
6712 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
6713 arch/arm/include/asm/pgtable-2level.h | 3 +
6714 arch/arm/include/asm/pgtable-3level.h | 3 +
6715 arch/arm/include/asm/pgtable.h | 54 +-
6716 arch/arm/include/asm/smp.h | 2 +-
6717 arch/arm/include/asm/string.h | 10 +-
6718 arch/arm/include/asm/thread_info.h | 3 +
6719 arch/arm/include/asm/tls.h | 3 +
6720 arch/arm/include/asm/uaccess.h | 113 +-
6721 arch/arm/include/uapi/asm/ptrace.h | 2 +-
6722 arch/arm/kernel/armksyms.c | 2 +-
6723 arch/arm/kernel/cpuidle.c | 2 +-
6724 arch/arm/kernel/entry-armv.S | 109 +-
6725 arch/arm/kernel/entry-common.S | 40 +-
6726 arch/arm/kernel/entry-header.S | 55 +
6727 arch/arm/kernel/fiq.c | 3 +
6728 arch/arm/kernel/module-plts.c | 7 +-
6729 arch/arm/kernel/module.c | 38 +-
6730 arch/arm/kernel/patch.c | 2 +
6731 arch/arm/kernel/process.c | 86 +-
6732 arch/arm/kernel/reboot.c | 1 +
6733 arch/arm/kernel/setup.c | 20 +-
6734 arch/arm/kernel/signal.c | 35 +-
6735 arch/arm/kernel/smp.c | 2 +-
6736 arch/arm/kernel/tcm.c | 4 +-
6737 arch/arm/kernel/vmlinux.lds.S | 6 +-
6738 arch/arm/kvm/arm.c | 8 +-
6739 arch/arm/lib/copy_page.S | 1 +
6740 arch/arm/lib/csumpartialcopyuser.S | 4 +-
6741 arch/arm/lib/delay.c | 2 +-
6742 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
6743 arch/arm/mach-exynos/suspend.c | 6 +-
6744 arch/arm/mach-mmp/mmp2.c | 4 +-
6745 arch/arm/mach-mmp/pxa910.c | 4 +-
6746 arch/arm/mach-mvebu/coherency.c | 4 +-
6747 arch/arm/mach-omap2/board-n8x0.c | 2 +-
6748 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
6749 arch/arm/mach-omap2/omap-smp.c | 1 +
6750 arch/arm/mach-omap2/omap_device.c | 4 +-
6751 arch/arm/mach-omap2/omap_device.h | 4 +-
6752 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
6753 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
6754 arch/arm/mach-omap2/wd_timer.c | 6 +-
6755 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
6756 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
6757 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
6758 arch/arm/mach-tegra/irq.c | 1 +
6759 arch/arm/mach-ux500/pm.c | 1 +
6760 arch/arm/mach-zynq/platsmp.c | 1 +
6761 arch/arm/mm/Kconfig | 6 +-
6762 arch/arm/mm/cache-l2x0.c | 2 +-
6763 arch/arm/mm/context.c | 10 +-
6764 arch/arm/mm/fault.c | 160 +
6765 arch/arm/mm/fault.h | 12 +
6766 arch/arm/mm/init.c | 39 +
6767 arch/arm/mm/ioremap.c | 4 +-
6768 arch/arm/mm/mmap.c | 36 +-
6769 arch/arm/mm/mmu.c | 162 +-
6770 arch/arm/net/bpf_jit_32.c | 3 +
6771 arch/arm/plat-iop/setup.c | 2 +-
6772 arch/arm/plat-omap/sram.c | 2 +
6773 arch/arm64/Kconfig | 1 +
6774 arch/arm64/include/asm/atomic.h | 10 +
6775 arch/arm64/include/asm/percpu.h | 8 +-
6776 arch/arm64/include/asm/pgalloc.h | 5 +
6777 arch/arm64/include/asm/string.h | 22 +-
6778 arch/arm64/include/asm/uaccess.h | 1 +
6779 arch/arm64/mm/dma-mapping.c | 2 +-
6780 arch/avr32/include/asm/elf.h | 8 +-
6781 arch/avr32/include/asm/kmap_types.h | 4 +-
6782 arch/avr32/mm/fault.c | 27 +
6783 arch/frv/include/asm/atomic.h | 10 +
6784 arch/frv/include/asm/kmap_types.h | 2 +-
6785 arch/frv/mm/elf-fdpic.c | 3 +-
6786 arch/ia64/Makefile | 1 +
6787 arch/ia64/include/asm/atomic.h | 10 +
6788 arch/ia64/include/asm/elf.h | 7 +
6789 arch/ia64/include/asm/pgalloc.h | 12 +
6790 arch/ia64/include/asm/pgtable.h | 13 +-
6791 arch/ia64/include/asm/spinlock.h | 2 +-
6792 arch/ia64/include/asm/uaccess.h | 27 +-
6793 arch/ia64/kernel/module.c | 20 +-
6794 arch/ia64/kernel/palinfo.c | 2 +-
6795 arch/ia64/kernel/sys_ia64.c | 7 +
6796 arch/ia64/kernel/vmlinux.lds.S | 2 +-
6797 arch/ia64/mm/fault.c | 32 +-
6798 arch/ia64/mm/init.c | 15 +-
6799 arch/m32r/lib/usercopy.c | 6 +
6800 arch/mips/Kbuild | 2 +-
6801 arch/mips/Kconfig | 1 +
6802 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
6803 arch/mips/include/asm/atomic.h | 372 +-
6804 arch/mips/include/asm/cache.h | 3 +-
6805 arch/mips/include/asm/elf.h | 7 +
6806 arch/mips/include/asm/exec.h | 2 +-
6807 arch/mips/include/asm/hw_irq.h | 2 +-
6808 arch/mips/include/asm/irq.h | 1 -
6809 arch/mips/include/asm/local.h | 57 +
6810 arch/mips/include/asm/page.h | 2 +-
6811 arch/mips/include/asm/pgalloc.h | 5 +
6812 arch/mips/include/asm/pgtable.h | 3 +
6813 arch/mips/include/asm/uaccess.h | 1 +
6814 arch/mips/kernel/binfmt_elfn32.c | 7 +
6815 arch/mips/kernel/binfmt_elfo32.c | 7 +
6816 arch/mips/kernel/irq-gt641xx.c | 2 +-
6817 arch/mips/kernel/irq.c | 6 +-
6818 arch/mips/kernel/pm-cps.c | 2 +-
6819 arch/mips/kernel/process.c | 12 -
6820 arch/mips/kernel/sync-r4k.c | 24 +-
6821 arch/mips/kernel/traps.c | 13 +-
6822 arch/mips/lib/ashldi3.c | 21 +-
6823 arch/mips/lib/ashrdi3.c | 19 +-
6824 arch/mips/lib/libgcc.h | 12 +-
6825 arch/mips/mm/fault.c | 25 +
6826 arch/mips/mm/init.c | 4 +-
6827 arch/mips/mm/mmap.c | 24 +-
6828 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
6829 arch/mips/sni/rm200.c | 2 +-
6830 arch/mips/vr41xx/common/icu.c | 2 +-
6831 arch/mips/vr41xx/common/irq.c | 4 +-
6832 arch/parisc/include/asm/atomic.h | 10 +
6833 arch/parisc/include/asm/elf.h | 7 +
6834 arch/parisc/include/asm/pgalloc.h | 6 +
6835 arch/parisc/include/asm/pgtable.h | 11 +
6836 arch/parisc/include/asm/uaccess.h | 4 +-
6837 arch/parisc/kernel/module.c | 26 +-
6838 arch/parisc/kernel/sys_parisc.c | 15 +
6839 arch/parisc/kernel/traps.c | 4 +-
6840 arch/parisc/mm/fault.c | 140 +-
6841 arch/powerpc/Kconfig | 1 +
6842 arch/powerpc/include/asm/atomic.h | 317 +-
6843 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
6844 arch/powerpc/include/asm/book3s/64/pgalloc.h | 10 +
6845 arch/powerpc/include/asm/elf.h | 12 +
6846 arch/powerpc/include/asm/exec.h | 2 +-
6847 arch/powerpc/include/asm/kmap_types.h | 2 +-
6848 arch/powerpc/include/asm/local.h | 46 +
6849 arch/powerpc/include/asm/mman.h | 2 +-
6850 arch/powerpc/include/asm/nohash/64/pgalloc.h | 7 +
6851 arch/powerpc/include/asm/page.h | 8 +-
6852 arch/powerpc/include/asm/page_64.h | 7 +-
6853 arch/powerpc/include/asm/pgtable.h | 1 +
6854 arch/powerpc/include/asm/reg.h | 1 +
6855 arch/powerpc/include/asm/smp.h | 2 +-
6856 arch/powerpc/include/asm/spinlock.h | 42 +-
6857 arch/powerpc/include/asm/string.h | 18 +-
6858 arch/powerpc/include/asm/uaccess.h | 141 +-
6859 arch/powerpc/kernel/Makefile | 5 +
6860 arch/powerpc/kernel/exceptions-64e.S | 4 +-
6861 arch/powerpc/kernel/exceptions-64s.S | 2 +-
6862 arch/powerpc/kernel/module_32.c | 15 +-
6863 arch/powerpc/kernel/process.c | 7 -
6864 arch/powerpc/kernel/signal_32.c | 2 +-
6865 arch/powerpc/kernel/signal_64.c | 2 +-
6866 arch/powerpc/kernel/traps.c | 21 +
6867 arch/powerpc/kernel/vdso.c | 5 +-
6868 arch/powerpc/lib/usercopy_64.c | 18 -
6869 arch/powerpc/mm/fault.c | 56 +-
6870 arch/powerpc/mm/mmap.c | 16 +
6871 arch/powerpc/mm/slice.c | 21 +-
6872 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
6873 arch/s390/include/asm/atomic.h | 10 +
6874 arch/s390/include/asm/elf.h | 7 +
6875 arch/s390/include/asm/exec.h | 2 +-
6876 arch/s390/include/asm/uaccess.h | 13 +-
6877 arch/s390/kernel/module.c | 22 +-
6878 arch/s390/kernel/process.c | 7 -
6879 arch/s390/mm/mmap.c | 22 +-
6880 arch/score/include/asm/exec.h | 2 +-
6881 arch/score/kernel/process.c | 5 -
6882 arch/sh/mm/mmap.c | 28 +-
6883 arch/sparc/Kconfig | 1 +
6884 arch/sparc/include/asm/atomic_64.h | 116 +-
6885 arch/sparc/include/asm/cache.h | 2 +-
6886 arch/sparc/include/asm/elf_32.h | 7 +
6887 arch/sparc/include/asm/elf_64.h | 7 +
6888 arch/sparc/include/asm/pgalloc_32.h | 1 +
6889 arch/sparc/include/asm/pgalloc_64.h | 1 +
6890 arch/sparc/include/asm/pgtable.h | 4 +
6891 arch/sparc/include/asm/pgtable_32.h | 15 +-
6892 arch/sparc/include/asm/pgtsrmmu.h | 5 +
6893 arch/sparc/include/asm/setup.h | 4 +-
6894 arch/sparc/include/asm/spinlock_64.h | 35 +-
6895 arch/sparc/include/asm/thread_info_32.h | 1 +
6896 arch/sparc/include/asm/thread_info_64.h | 2 +
6897 arch/sparc/include/asm/uaccess.h | 1 +
6898 arch/sparc/include/asm/uaccess_32.h | 28 +-
6899 arch/sparc/include/asm/uaccess_64.h | 24 +-
6900 arch/sparc/kernel/Makefile | 2 +-
6901 arch/sparc/kernel/prom_common.c | 2 +-
6902 arch/sparc/kernel/smp_64.c | 8 +-
6903 arch/sparc/kernel/sys_sparc_32.c | 2 +-
6904 arch/sparc/kernel/sys_sparc_64.c | 58 +-
6905 arch/sparc/kernel/traps_64.c | 27 +-
6906 arch/sparc/lib/Makefile | 2 +-
6907 arch/sparc/lib/atomic_64.S | 57 +-
6908 arch/sparc/lib/ksyms.c | 6 +-
6909 arch/sparc/mm/Makefile | 2 +-
6910 arch/sparc/mm/fault_32.c | 292 +
6911 arch/sparc/mm/fault_64.c | 486 +
6912 arch/sparc/mm/hugetlbpage.c | 30 +-
6913 arch/sparc/mm/init_64.c | 10 +-
6914 arch/tile/include/asm/atomic_64.h | 10 +
6915 arch/tile/include/asm/uaccess.h | 4 +-
6916 arch/um/Makefile | 2 +
6917 arch/um/include/asm/kmap_types.h | 2 +-
6918 arch/um/include/asm/page.h | 3 +
6919 arch/um/include/asm/pgtable-3level.h | 1 +
6920 arch/um/kernel/process.c | 16 -
6921 arch/x86/Kconfig | 33 +-
6922 arch/x86/Kconfig.cpu | 6 +-
6923 arch/x86/Kconfig.debug | 3 +-
6924 arch/x86/Makefile | 13 +-
6925 arch/x86/boot/bitops.h | 4 +-
6926 arch/x86/boot/boot.h | 2 +-
6927 arch/x86/boot/compressed/Makefile | 17 +
6928 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
6929 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
6930 arch/x86/boot/compressed/head_32.S | 4 +-
6931 arch/x86/boot/compressed/head_64.S | 12 +-
6932 arch/x86/boot/compressed/misc.c | 19 +-
6933 arch/x86/boot/compressed/pagetable.c | 1 +
6934 arch/x86/boot/cpucheck.c | 16 +-
6935 arch/x86/boot/header.S | 7 +-
6936 arch/x86/boot/memory.c | 2 +-
6937 arch/x86/boot/video-vesa.c | 1 +
6938 arch/x86/boot/video.c | 2 +-
6939 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
6940 arch/x86/crypto/aesni-intel_asm.S | 116 +-
6941 arch/x86/crypto/aesni-intel_glue.c | 4 +-
6942 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
6943 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
6944 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
6945 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
6946 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
6947 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
6948 arch/x86/crypto/camellia_glue.c | 8 +-
6949 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
6950 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
6951 arch/x86/crypto/cast6_avx_glue.c | 16 +-
6952 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
6953 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
6954 arch/x86/crypto/glue_helper.c | 2 +-
6955 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
6956 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
6957 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
6958 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
6959 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
6960 arch/x86/crypto/serpent_avx_glue.c | 18 +-
6961 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
6962 arch/x86/crypto/sha-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
6963 arch/x86/crypto/sha-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
6964 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
6965 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
6966 arch/x86/crypto/sha256-avx-asm.S | 5 +-
6967 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
6968 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
6969 arch/x86/crypto/sha256_ni_asm.S | 2 +-
6970 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
6971 arch/x86/crypto/sha512-avx-asm.S | 5 +-
6972 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
6973 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
6974 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
6975 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
6976 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
6977 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
6978 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
6979 arch/x86/crypto/twofish_avx_glue.c | 21 +-
6980 arch/x86/crypto/twofish_glue.c | 4 +-
6981 arch/x86/crypto/twofish_glue_3way.c | 12 +-
6982 arch/x86/entry/Makefile | 2 +
6983 arch/x86/entry/calling.h | 86 +-
6984 arch/x86/entry/common.c | 89 +-
6985 arch/x86/entry/entry_32.S | 330 +-
6986 arch/x86/entry/entry_64.S | 593 +-
6987 arch/x86/entry/entry_64_compat.S | 110 +-
6988 arch/x86/entry/thunk_64.S | 2 +
6989 arch/x86/entry/vdso/Makefile | 5 +-
6990 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
6991 arch/x86/entry/vdso/vdso2c.h | 4 +-
6992 arch/x86/entry/vdso/vma.c | 42 +-
6993 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
6994 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-
6995 arch/x86/events/amd/iommu.c | 8 +-
6996 arch/x86/events/core.c | 8 +-
6997 arch/x86/events/intel/bts.c | 6 +-
6998 arch/x86/events/intel/core.c | 34 +-
6999 arch/x86/events/intel/cqm.c | 14 +-
7000 arch/x86/events/intel/cstate.c | 6 +-
7001 arch/x86/events/intel/ds.c | 7 +-
7002 arch/x86/events/intel/lbr.c | 4 +-
7003 arch/x86/events/intel/pt.c | 38 +-
7004 arch/x86/events/intel/rapl.c | 8 +-
7005 arch/x86/events/intel/uncore.c | 6 +-
7006 arch/x86/events/intel/uncore.h | 14 +-
7007 arch/x86/events/perf_event.h | 2 +-
7008 arch/x86/ia32/ia32_signal.c | 23 +-
7009 arch/x86/ia32/sys_ia32.c | 42 +-
7010 arch/x86/include/asm/alternative-asm.h | 43 +-
7011 arch/x86/include/asm/alternative.h | 4 +-
7012 arch/x86/include/asm/apic.h | 2 +-
7013 arch/x86/include/asm/apm.h | 4 +-
7014 arch/x86/include/asm/atomic.h | 230 +-
7015 arch/x86/include/asm/atomic64_32.h | 131 +
7016 arch/x86/include/asm/atomic64_64.h | 169 +-
7017 arch/x86/include/asm/bitops.h | 18 +-
7018 arch/x86/include/asm/boot.h | 2 +-
7019 arch/x86/include/asm/cache.h | 4 +-
7020 arch/x86/include/asm/checksum_32.h | 12 +-
7021 arch/x86/include/asm/cmpxchg.h | 39 +
7022 arch/x86/include/asm/compat.h | 4 +
7023 arch/x86/include/asm/cpufeature.h | 2 +-
7024 arch/x86/include/asm/cpufeatures.h | 5 +-
7025 arch/x86/include/asm/crypto/camellia.h | 30 +-
7026 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
7027 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
7028 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
7029 arch/x86/include/asm/crypto/twofish.h | 10 +-
7030 arch/x86/include/asm/desc.h | 78 +-
7031 arch/x86/include/asm/desc_defs.h | 6 +
7032 arch/x86/include/asm/div64.h | 2 +-
7033 arch/x86/include/asm/dma.h | 2 +
7034 arch/x86/include/asm/efi.h | 5 +
7035 arch/x86/include/asm/elf.h | 33 +-
7036 arch/x86/include/asm/emergency-restart.h | 2 +-
7037 arch/x86/include/asm/fixmap.h | 2 +-
7038 arch/x86/include/asm/fpu/internal.h | 38 +-
7039 arch/x86/include/asm/fpu/types.h | 5 +-
7040 arch/x86/include/asm/futex.h | 14 +-
7041 arch/x86/include/asm/hw_irq.h | 4 +-
7042 arch/x86/include/asm/hypervisor.h | 2 +-
7043 arch/x86/include/asm/i8259.h | 2 +-
7044 arch/x86/include/asm/io.h | 22 +-
7045 arch/x86/include/asm/irqflags.h | 5 +
7046 arch/x86/include/asm/kprobes.h | 2 +-
7047 arch/x86/include/asm/kvm_emulate.h | 7 +-
7048 arch/x86/include/asm/local.h | 106 +-
7049 arch/x86/include/asm/mce.h | 2 +-
7050 arch/x86/include/asm/mman.h | 15 +
7051 arch/x86/include/asm/mmu.h | 14 +-
7052 arch/x86/include/asm/mmu_context.h | 33 +-
7053 arch/x86/include/asm/module.h | 23 +-
7054 arch/x86/include/asm/nmi.h | 19 +-
7055 arch/x86/include/asm/page.h | 2 +
7056 arch/x86/include/asm/page_32.h | 12 +-
7057 arch/x86/include/asm/page_64.h | 14 +-
7058 arch/x86/include/asm/paravirt.h | 46 +-
7059 arch/x86/include/asm/paravirt_types.h | 13 +-
7060 arch/x86/include/asm/pgalloc.h | 23 +
7061 arch/x86/include/asm/pgtable-2level.h | 2 +
7062 arch/x86/include/asm/pgtable-3level.h | 7 +
7063 arch/x86/include/asm/pgtable.h | 128 +-
7064 arch/x86/include/asm/pgtable_32.h | 14 +-
7065 arch/x86/include/asm/pgtable_32_types.h | 24 +-
7066 arch/x86/include/asm/pgtable_64.h | 23 +-
7067 arch/x86/include/asm/pgtable_64_types.h | 5 +
7068 arch/x86/include/asm/pgtable_types.h | 27 +-
7069 arch/x86/include/asm/pmem.h | 2 +-
7070 arch/x86/include/asm/preempt.h | 2 +-
7071 arch/x86/include/asm/processor.h | 57 +-
7072 arch/x86/include/asm/ptrace.h | 15 +-
7073 arch/x86/include/asm/realmode.h | 4 +-
7074 arch/x86/include/asm/reboot.h | 10 +-
7075 arch/x86/include/asm/rmwcc.h | 84 +-
7076 arch/x86/include/asm/rwsem.h | 63 +-
7077 arch/x86/include/asm/segment.h | 27 +-
7078 arch/x86/include/asm/smap.h | 43 +
7079 arch/x86/include/asm/smp.h | 14 +-
7080 arch/x86/include/asm/stackprotector.h | 4 +-
7081 arch/x86/include/asm/stacktrace.h | 34 +-
7082 arch/x86/include/asm/string_32.h | 20 +-
7083 arch/x86/include/asm/string_64.h | 16 +-
7084 arch/x86/include/asm/switch_to.h | 4 +-
7085 arch/x86/include/asm/sys_ia32.h | 6 +-
7086 arch/x86/include/asm/thread_info.h | 54 +-
7087 arch/x86/include/asm/tlbflush.h | 77 +-
7088 arch/x86/include/asm/traps.h | 4 +-
7089 arch/x86/include/asm/uaccess.h | 210 +-
7090 arch/x86/include/asm/uaccess_32.h | 28 +-
7091 arch/x86/include/asm/uaccess_64.h | 170 +-
7092 arch/x86/include/asm/word-at-a-time.h | 2 +-
7093 arch/x86/include/asm/x86_init.h | 8 +-
7094 arch/x86/include/asm/xen/page.h | 2 +-
7095 arch/x86/include/uapi/asm/e820.h | 2 +-
7096 arch/x86/kernel/Makefile | 2 +-
7097 arch/x86/kernel/acpi/boot.c | 4 +-
7098 arch/x86/kernel/acpi/sleep.c | 4 +
7099 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
7100 arch/x86/kernel/alternative.c | 113 +-
7101 arch/x86/kernel/apic/apic.c | 4 +-
7102 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
7103 arch/x86/kernel/apic/apic_noop.c | 2 +-
7104 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
7105 arch/x86/kernel/apic/io_apic.c | 10 +-
7106 arch/x86/kernel/apic/msi.c | 2 +-
7107 arch/x86/kernel/apic/probe_32.c | 4 +-
7108 arch/x86/kernel/apic/vector.c | 2 +
7109 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
7110 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
7111 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
7112 arch/x86/kernel/apm_32.c | 21 +-
7113 arch/x86/kernel/asm-offsets.c | 21 +
7114 arch/x86/kernel/cpu/Makefile | 4 -
7115 arch/x86/kernel/cpu/amd.c | 2 +-
7116 arch/x86/kernel/cpu/bugs_64.c | 2 +
7117 arch/x86/kernel/cpu/common.c | 206 +-
7118 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
7119 arch/x86/kernel/cpu/mcheck/mce.c | 38 +-
7120 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
7121 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
7122 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
7123 arch/x86/kernel/cpu/mshyperv.c | 2 +-
7124 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
7125 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
7126 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
7127 arch/x86/kernel/cpu/vmware.c | 2 +-
7128 arch/x86/kernel/crash_dump_64.c | 2 +-
7129 arch/x86/kernel/doublefault.c | 8 +-
7130 arch/x86/kernel/dumpstack.c | 14 +-
7131 arch/x86/kernel/dumpstack_32.c | 23 +-
7132 arch/x86/kernel/dumpstack_64.c | 70 +-
7133 arch/x86/kernel/e820.c | 4 +-
7134 arch/x86/kernel/early_printk.c | 1 +
7135 arch/x86/kernel/espfix_64.c | 44 +-
7136 arch/x86/kernel/fpu/core.c | 30 +-
7137 arch/x86/kernel/fpu/init.c | 49 +-
7138 arch/x86/kernel/fpu/regset.c | 22 +-
7139 arch/x86/kernel/fpu/signal.c | 20 +-
7140 arch/x86/kernel/fpu/xstate.c | 12 +-
7141 arch/x86/kernel/ftrace.c | 18 +-
7142 arch/x86/kernel/head64.c | 14 +-
7143 arch/x86/kernel/head_32.S | 236 +-
7144 arch/x86/kernel/head_64.S | 179 +-
7145 arch/x86/kernel/i386_ksyms_32.c | 12 +
7146 arch/x86/kernel/i8259.c | 10 +-
7147 arch/x86/kernel/io_delay.c | 2 +-
7148 arch/x86/kernel/ioport.c | 2 +-
7149 arch/x86/kernel/irq.c | 8 +-
7150 arch/x86/kernel/irq_32.c | 43 +-
7151 arch/x86/kernel/jump_label.c | 10 +-
7152 arch/x86/kernel/kgdb.c | 21 +-
7153 arch/x86/kernel/kprobes/core.c | 28 +-
7154 arch/x86/kernel/kprobes/opt.c | 16 +-
7155 arch/x86/kernel/ksysfs.c | 2 +-
7156 arch/x86/kernel/kvm.c | 2 +-
7157 arch/x86/kernel/kvmclock.c | 20 +-
7158 arch/x86/kernel/ldt.c | 25 +
7159 arch/x86/kernel/machine_kexec_32.c | 6 +-
7160 arch/x86/kernel/mcount_64.S | 21 +-
7161 arch/x86/kernel/module.c | 78 +-
7162 arch/x86/kernel/msr.c | 2 +-
7163 arch/x86/kernel/nmi.c | 34 +-
7164 arch/x86/kernel/nmi_selftest.c | 4 +-
7165 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
7166 arch/x86/kernel/paravirt.c | 133 +-
7167 arch/x86/kernel/paravirt_patch_64.c | 8 +
7168 arch/x86/kernel/pci-calgary_64.c | 2 +-
7169 arch/x86/kernel/pci-iommu_table.c | 2 +-
7170 arch/x86/kernel/pci-swiotlb.c | 2 +-
7171 arch/x86/kernel/process.c | 80 +-
7172 arch/x86/kernel/process_32.c | 29 +-
7173 arch/x86/kernel/process_64.c | 14 +-
7174 arch/x86/kernel/ptrace.c | 20 +-
7175 arch/x86/kernel/pvclock.c | 8 +-
7176 arch/x86/kernel/reboot.c | 44 +-
7177 arch/x86/kernel/reboot_fixups_32.c | 2 +-
7178 arch/x86/kernel/relocate_kernel_64.S | 3 +-
7179 arch/x86/kernel/setup.c | 29 +-
7180 arch/x86/kernel/setup_percpu.c | 29 +-
7181 arch/x86/kernel/signal.c | 17 +-
7182 arch/x86/kernel/smp.c | 2 +-
7183 arch/x86/kernel/smpboot.c | 29 +-
7184 arch/x86/kernel/step.c | 6 +-
7185 arch/x86/kernel/sys_i386_32.c | 184 +
7186 arch/x86/kernel/sys_x86_64.c | 28 +-
7187 arch/x86/kernel/tboot.c | 22 +-
7188 arch/x86/kernel/time.c | 8 +-
7189 arch/x86/kernel/tls.c | 7 +-
7190 arch/x86/kernel/tracepoint.c | 4 +-
7191 arch/x86/kernel/traps.c | 64 +-
7192 arch/x86/kernel/tsc.c | 2 +-
7193 arch/x86/kernel/uprobes.c | 4 +-
7194 arch/x86/kernel/vm86_32.c | 6 +-
7195 arch/x86/kernel/vmlinux.lds.S | 144 +-
7196 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
7197 arch/x86/kernel/x86_init.c | 6 +-
7198 arch/x86/kvm/cpuid.c | 21 +-
7199 arch/x86/kvm/emulate.c | 20 +-
7200 arch/x86/kvm/i8259.c | 10 +-
7201 arch/x86/kvm/ioapic.c | 2 +
7202 arch/x86/kvm/lapic.c | 2 +-
7203 arch/x86/kvm/paging_tmpl.h | 2 +-
7204 arch/x86/kvm/svm.c | 10 +-
7205 arch/x86/kvm/vmx.c | 60 +-
7206 arch/x86/kvm/x86.c | 44 +-
7207 arch/x86/lguest/boot.c | 3 +-
7208 arch/x86/lib/atomic64_386_32.S | 164 +
7209 arch/x86/lib/atomic64_cx8_32.S | 98 +-
7210 arch/x86/lib/checksum_32.S | 99 +-
7211 arch/x86/lib/clear_page_64.S | 3 +
7212 arch/x86/lib/cmpxchg16b_emu.S | 3 +
7213 arch/x86/lib/copy_page_64.S | 14 +-
7214 arch/x86/lib/copy_user_64.S | 66 +-
7215 arch/x86/lib/csum-copy_64.S | 14 +-
7216 arch/x86/lib/csum-wrappers_64.c | 8 +-
7217 arch/x86/lib/getuser.S | 74 +-
7218 arch/x86/lib/insn.c | 8 +-
7219 arch/x86/lib/iomap_copy_64.S | 2 +
7220 arch/x86/lib/memcpy_64.S | 6 +
7221 arch/x86/lib/memmove_64.S | 3 +-
7222 arch/x86/lib/memset_64.S | 3 +
7223 arch/x86/lib/mmx_32.c | 243 +-
7224 arch/x86/lib/msr-reg.S | 2 +
7225 arch/x86/lib/putuser.S | 87 +-
7226 arch/x86/lib/rwsem.S | 4 +
7227 arch/x86/lib/usercopy_32.c | 359 +-
7228 arch/x86/lib/usercopy_64.c | 22 +-
7229 arch/x86/math-emu/fpu_aux.c | 2 +-
7230 arch/x86/math-emu/fpu_entry.c | 4 +-
7231 arch/x86/math-emu/fpu_etc.c | 9 +-
7232 arch/x86/math-emu/fpu_system.h | 2 +-
7233 arch/x86/math-emu/fpu_trig.c | 13 +-
7234 arch/x86/math-emu/reg_constant.c | 7 +-
7235 arch/x86/mm/Makefile | 3 +
7236 arch/x86/mm/dump_pagetables.c | 32 +-
7237 arch/x86/mm/extable.c | 20 +-
7238 arch/x86/mm/fault.c | 572 +-
7239 arch/x86/mm/gup.c | 6 +-
7240 arch/x86/mm/highmem_32.c | 6 +
7241 arch/x86/mm/hugetlbpage.c | 24 +-
7242 arch/x86/mm/init.c | 19 +-
7243 arch/x86/mm/init_32.c | 156 +-
7244 arch/x86/mm/init_64.c | 106 +-
7245 arch/x86/mm/iomap_32.c | 4 +
7246 arch/x86/mm/ioremap.c | 54 +-
7247 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
7248 arch/x86/mm/mmap.c | 46 +-
7249 arch/x86/mm/mmio-mod.c | 10 +-
7250 arch/x86/mm/mpx.c | 6 +-
7251 arch/x86/mm/numa.c | 2 +-
7252 arch/x86/mm/pageattr.c | 38 +-
7253 arch/x86/mm/pat.c | 12 +-
7254 arch/x86/mm/pat_rbtree.c | 2 +-
7255 arch/x86/mm/pf_in.c | 10 +-
7256 arch/x86/mm/pgtable.c | 211 +-
7257 arch/x86/mm/pgtable_32.c | 3 +
7258 arch/x86/mm/setup_nx.c | 7 +
7259 arch/x86/mm/tlb.c | 104 +-
7260 arch/x86/mm/uderef_64.c | 37 +
7261 arch/x86/net/bpf_jit.S | 11 +
7262 arch/x86/net/bpf_jit_comp.c | 13 +-
7263 arch/x86/oprofile/backtrace.c | 6 +-
7264 arch/x86/oprofile/nmi_int.c | 10 +-
7265 arch/x86/oprofile/op_model_amd.c | 8 +-
7266 arch/x86/oprofile/op_model_ppro.c | 7 +-
7267 arch/x86/oprofile/op_x86_model.h | 2 +-
7268 arch/x86/pci/intel_mid_pci.c | 2 +-
7269 arch/x86/pci/irq.c | 8 +-
7270 arch/x86/pci/pcbios.c | 112 +-
7271 arch/x86/pci/vmd.c | 4 +-
7272 arch/x86/platform/efi/efi_32.c | 24 +
7273 arch/x86/platform/efi/efi_64.c | 26 +-
7274 arch/x86/platform/efi/efi_stub_32.S | 64 +-
7275 arch/x86/platform/efi/efi_stub_64.S | 2 +
7276 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
7277 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
7278 arch/x86/platform/intel-mid/mfld.c | 4 +-
7279 arch/x86/platform/intel-mid/mrfl.c | 2 +-
7280 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
7281 arch/x86/platform/olpc/olpc_dt.c | 2 +-
7282 arch/x86/power/cpu.c | 11 +-
7283 arch/x86/realmode/init.c | 10 +-
7284 arch/x86/realmode/rm/header.S | 4 +-
7285 arch/x86/realmode/rm/reboot.S | 4 +
7286 arch/x86/realmode/rm/trampoline_32.S | 12 +-
7287 arch/x86/realmode/rm/trampoline_64.S | 3 +-
7288 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
7289 arch/x86/tools/Makefile | 2 +-
7290 arch/x86/tools/relocs.c | 97 +-
7291 arch/x86/um/mem_32.c | 2 +-
7292 arch/x86/um/tls_32.c | 2 +-
7293 arch/x86/xen/enlighten.c | 52 +-
7294 arch/x86/xen/mmu.c | 31 +-
7295 arch/x86/xen/smp.c | 16 +-
7296 arch/x86/xen/xen-asm_32.S | 2 +-
7297 arch/x86/xen/xen-head.S | 12 +
7298 arch/x86/xen/xen-ops.h | 2 -
7299 block/bio.c | 4 +-
7300 block/blk-cgroup.c | 18 +-
7301 block/blk-map.c | 2 +-
7302 block/blk-softirq.c | 2 +-
7303 block/bsg.c | 12 +-
7304 block/cfq-iosched.c | 4 +-
7305 block/compat_ioctl.c | 4 +-
7306 block/genhd.c | 9 +-
7307 block/partitions/efi.c | 8 +-
7308 block/scsi_ioctl.c | 29 +-
7309 crypto/cast6_generic.c | 6 +-
7310 crypto/cryptd.c | 4 +-
7311 crypto/crypto_user.c | 2 +-
7312 crypto/pcrypt.c | 2 +-
7313 crypto/salsa20_generic.c | 16 +-
7314 crypto/serpent_generic.c | 6 +-
7315 drivers/acpi/ac.c | 2 +-
7316 drivers/acpi/acpi_video.c | 2 +-
7317 drivers/acpi/apei/apei-internal.h | 2 +-
7318 drivers/acpi/apei/ghes.c | 10 +-
7319 drivers/acpi/battery.c | 2 +-
7320 drivers/acpi/bgrt.c | 6 +-
7321 drivers/acpi/blacklist.c | 6 +-
7322 drivers/acpi/bus.c | 4 +-
7323 drivers/acpi/device_pm.c | 4 +-
7324 drivers/acpi/ec.c | 6 +-
7325 drivers/acpi/osi.c | 2 +-
7326 drivers/acpi/pci_slot.c | 2 +-
7327 drivers/acpi/processor_idle.c | 2 +-
7328 drivers/acpi/processor_pdc.c | 2 +-
7329 drivers/acpi/sleep.c | 2 +-
7330 drivers/acpi/sysfs.c | 14 +-
7331 drivers/acpi/thermal.c | 2 +-
7332 drivers/acpi/video_detect.c | 7 +-
7333 drivers/android/binder.c | 2 +-
7334 drivers/ata/libata-core.c | 12 +-
7335 drivers/ata/libata-scsi.c | 2 +-
7336 drivers/ata/libata.h | 2 +-
7337 drivers/ata/pata_arasan_cf.c | 4 +-
7338 drivers/atm/adummy.c | 2 +-
7339 drivers/atm/ambassador.c | 8 +-
7340 drivers/atm/atmtcp.c | 14 +-
7341 drivers/atm/eni.c | 10 +-
7342 drivers/atm/firestream.c | 8 +-
7343 drivers/atm/fore200e.c | 14 +-
7344 drivers/atm/he.c | 18 +-
7345 drivers/atm/horizon.c | 4 +-
7346 drivers/atm/idt77252.c | 36 +-
7347 drivers/atm/iphase.c | 34 +-
7348 drivers/atm/lanai.c | 12 +-
7349 drivers/atm/nicstar.c | 46 +-
7350 drivers/atm/solos-pci.c | 4 +-
7351 drivers/atm/suni.c | 4 +-
7352 drivers/atm/uPD98402.c | 16 +-
7353 drivers/atm/zatm.c | 6 +-
7354 drivers/base/bus.c | 4 +-
7355 drivers/base/devres.c | 4 +-
7356 drivers/base/devtmpfs.c | 8 +-
7357 drivers/base/node.c | 2 +-
7358 drivers/base/platform-msi.c | 20 +-
7359 drivers/base/power/domain.c | 6 +-
7360 drivers/base/power/runtime.c | 61 +-
7361 drivers/base/power/sysfs.c | 2 +-
7362 drivers/base/power/wakeup.c | 8 +-
7363 drivers/base/regmap/regmap-debugfs.c | 4 +-
7364 drivers/base/regmap/regmap.c | 4 +-
7365 drivers/base/syscore.c | 4 +-
7366 drivers/block/cciss.c | 28 +-
7367 drivers/block/cciss.h | 2 +-
7368 drivers/block/drbd/drbd_bitmap.c | 2 +-
7369 drivers/block/drbd/drbd_int.h | 12 +-
7370 drivers/block/drbd/drbd_main.c | 12 +-
7371 drivers/block/drbd/drbd_nl.c | 16 +-
7372 drivers/block/drbd/drbd_receiver.c | 38 +-
7373 drivers/block/drbd/drbd_state.c | 12 +-
7374 drivers/block/drbd/drbd_state.h | 2 +-
7375 drivers/block/drbd/drbd_state_change.h | 8 +-
7376 drivers/block/drbd/drbd_worker.c | 14 +-
7377 drivers/block/floppy.c | 8 +-
7378 drivers/block/pktcdvd.c | 4 +-
7379 drivers/block/rbd.c | 2 +-
7380 drivers/bluetooth/btwilink.c | 2 +-
7381 drivers/bus/arm-cci.c | 6 +-
7382 drivers/cdrom/cdrom.c | 11 +-
7383 drivers/cdrom/gdrom.c | 1 -
7384 drivers/char/agp/compat_ioctl.c | 2 +-
7385 drivers/char/agp/frontend.c | 4 +-
7386 drivers/char/agp/intel-gtt.c | 4 +-
7387 drivers/char/hpet.c | 2 +-
7388 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
7389 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
7390 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
7391 drivers/char/ipmi/ipmi_ssif.c | 12 +-
7392 drivers/char/mem.c | 47 +-
7393 drivers/char/nvram.c | 2 +-
7394 drivers/char/pcmcia/synclink_cs.c | 16 +-
7395 drivers/char/random.c | 12 +-
7396 drivers/char/sonypi.c | 11 +-
7397 drivers/char/tpm/tpm-chip.c | 7 +-
7398 drivers/char/tpm/tpm_acpi.c | 3 +-
7399 drivers/char/tpm/tpm_eventlog.c | 5 +-
7400 drivers/char/virtio_console.c | 6 +-
7401 drivers/clk/clk-composite.c | 2 +-
7402 drivers/clk/samsung/clk.h | 2 +-
7403 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
7404 drivers/clk/socfpga/clk-gate.c | 9 +-
7405 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
7406 drivers/clk/socfpga/clk-pll.c | 9 +-
7407 drivers/clk/ti/adpll.c | 2 +-
7408 drivers/clk/ti/clk.c | 8 +-
7409 drivers/cpufreq/acpi-cpufreq.c | 17 +-
7410 drivers/cpufreq/cpufreq-dt.c | 4 +-
7411 drivers/cpufreq/cpufreq.c | 27 +-
7412 drivers/cpufreq/cpufreq_governor.h | 2 +-
7413 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
7414 drivers/cpufreq/intel_pstate.c | 56 +-
7415 drivers/cpufreq/p4-clockmod.c | 12 +-
7416 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
7417 drivers/cpufreq/speedstep-centrino.c | 7 +-
7418 drivers/cpuidle/driver.c | 2 +-
7419 drivers/cpuidle/dt_idle_states.c | 2 +-
7420 drivers/cpuidle/governor.c | 2 +-
7421 drivers/cpuidle/governors/ladder.c | 13 +-
7422 drivers/cpuidle/sysfs.c | 2 +-
7423 drivers/crypto/hifn_795x.c | 4 +-
7424 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
7425 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
7426 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
7427 drivers/devfreq/devfreq.c | 4 +-
7428 drivers/devfreq/governor_passive.c | 2 +-
7429 drivers/dma-buf/dma-buf.c | 5 +-
7430 drivers/dma/qcom/hidma.c | 2 +-
7431 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
7432 drivers/dma/sh/shdma-base.c | 4 +-
7433 drivers/dma/sh/shdmac.c | 2 +-
7434 drivers/edac/edac_device.c | 4 +-
7435 drivers/edac/edac_device_sysfs.c | 2 +-
7436 drivers/edac/edac_mc_sysfs.c | 4 +-
7437 drivers/edac/edac_module.c | 2 +-
7438 drivers/edac/edac_pci.c | 4 +-
7439 drivers/edac/edac_pci_sysfs.c | 22 +-
7440 drivers/edac/mce_amd.h | 2 +-
7441 drivers/firewire/core-card.c | 6 +-
7442 drivers/firewire/core-cdev.c | 4 +-
7443 drivers/firewire/core-device.c | 2 +-
7444 drivers/firewire/core-iso.c | 2 +-
7445 drivers/firewire/core-transaction.c | 1 +
7446 drivers/firewire/core.h | 1 +
7447 drivers/firmware/dmi-id.c | 9 +-
7448 drivers/firmware/dmi_scan.c | 12 +-
7449 drivers/firmware/efi/cper.c | 8 +-
7450 drivers/firmware/efi/efi.c | 14 +-
7451 drivers/firmware/efi/efivars.c | 2 +-
7452 drivers/firmware/efi/runtime-map.c | 2 +-
7453 drivers/firmware/google/gsmi.c | 2 +-
7454 drivers/firmware/google/memconsole.c | 7 +-
7455 drivers/firmware/memmap.c | 2 +-
7456 drivers/firmware/psci.c | 2 +-
7457 drivers/gpio/gpio-davinci.c | 6 +-
7458 drivers/gpio/gpio-em.c | 2 +-
7459 drivers/gpio/gpio-ich.c | 2 +-
7460 drivers/gpio/gpio-mpc8xxx.c | 6 +-
7461 drivers/gpio/gpio-omap.c | 4 +-
7462 drivers/gpio/gpio-rcar.c | 2 +-
7463 drivers/gpio/gpio-vr41xx.c | 2 +-
7464 drivers/gpio/gpiolib.c | 12 +-
7465 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
7466 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
7467 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
7468 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
7469 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
7470 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 11 +-
7471 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
7472 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
7473 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
7474 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
7475 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
7476 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
7477 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
7478 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
7479 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
7480 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
7481 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
7482 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
7483 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
7484 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
7485 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
7486 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
7487 drivers/gpu/drm/armada/armada_drv.c | 3 +-
7488 drivers/gpu/drm/ast/ast_mode.c | 2 +-
7489 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
7490 drivers/gpu/drm/drm_crtc.c | 2 +-
7491 drivers/gpu/drm/drm_drv.c | 2 +-
7492 drivers/gpu/drm/drm_fb_cma_helper.c | 5 +-
7493 drivers/gpu/drm/drm_fops.c | 19 +-
7494 drivers/gpu/drm/drm_global.c | 14 +-
7495 drivers/gpu/drm/drm_info.c | 13 +-
7496 drivers/gpu/drm/drm_ioc32.c | 13 +-
7497 drivers/gpu/drm/drm_ioctl.c | 2 +-
7498 drivers/gpu/drm/drm_pci.c | 9 +-
7499 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
7500 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
7501 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
7502 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
7503 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
7504 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
7505 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 3 +
7506 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
7507 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
7508 drivers/gpu/drm/gma500/psb_drv.c | 1 -
7509 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
7510 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
7511 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
7512 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
7513 drivers/gpu/drm/i810/i810_dma.c | 2 +-
7514 drivers/gpu/drm/i810/i810_drv.c | 6 +-
7515 drivers/gpu/drm/i810/i810_drv.h | 6 +-
7516 drivers/gpu/drm/i915/dvo.h | 2 +-
7517 drivers/gpu/drm/i915/i915_dma.c | 4 +-
7518 drivers/gpu/drm/i915/i915_drv.c | 7 +-
7519 drivers/gpu/drm/i915/i915_drv.h | 2 +-
7520 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
7521 drivers/gpu/drm/i915/i915_gem_gtt.c | 4 +-
7522 drivers/gpu/drm/i915/i915_gem_gtt.h | 4 +-
7523 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
7524 drivers/gpu/drm/i915/i915_irq.c | 88 +-
7525 drivers/gpu/drm/i915/intel_display.c | 30 +-
7526 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
7527 drivers/gpu/drm/mga/mga_drv.c | 5 +-
7528 drivers/gpu/drm/mga/mga_drv.h | 6 +-
7529 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
7530 drivers/gpu/drm/mga/mga_irq.c | 8 +-
7531 drivers/gpu/drm/mga/mga_state.c | 2 +-
7532 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
7533 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
7534 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
7535 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
7536 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
7537 drivers/gpu/drm/nouveau/nouveau_drv.h | 1 -
7538 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
7539 drivers/gpu/drm/nouveau/nouveau_usif.c | 7 +-
7540 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
7541 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
7542 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
7543 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
7544 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
7545 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
7546 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
7547 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
7548 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
7549 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
7550 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
7551 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
7552 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
7553 drivers/gpu/drm/r128/r128_cce.c | 2 +-
7554 drivers/gpu/drm/r128/r128_drv.c | 4 +-
7555 drivers/gpu/drm/r128/r128_drv.h | 6 +-
7556 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
7557 drivers/gpu/drm/r128/r128_irq.c | 4 +-
7558 drivers/gpu/drm/r128/r128_state.c | 6 +-
7559 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
7560 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
7561 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
7562 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
7563 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
7564 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
7565 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
7566 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
7567 drivers/gpu/drm/savage/savage_bci.c | 2 +-
7568 drivers/gpu/drm/savage/savage_drv.c | 5 +-
7569 drivers/gpu/drm/savage/savage_drv.h | 2 +-
7570 drivers/gpu/drm/sis/sis_drv.c | 5 +-
7571 drivers/gpu/drm/sis/sis_drv.h | 2 +-
7572 drivers/gpu/drm/sis/sis_mm.c | 2 +-
7573 drivers/gpu/drm/sti/sti_cursor.c | 4 +-
7574 drivers/gpu/drm/sti/sti_dvo.c | 4 +-
7575 drivers/gpu/drm/sti/sti_gdp.c | 12 +-
7576 drivers/gpu/drm/sti/sti_hda.c | 4 +-
7577 drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
7578 drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
7579 drivers/gpu/drm/sti/sti_mixer.c | 8 +-
7580 drivers/gpu/drm/sti/sti_tvout.c | 4 +-
7581 drivers/gpu/drm/sti/sti_vid.c | 4 +-
7582 drivers/gpu/drm/tegra/dc.c | 2 +-
7583 drivers/gpu/drm/tegra/dsi.c | 2 +-
7584 drivers/gpu/drm/tegra/hdmi.c | 2 +-
7585 drivers/gpu/drm/tegra/sor.c | 7 +-
7586 drivers/gpu/drm/tilcdc/Makefile | 6 +-
7587 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
7588 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
7589 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
7590 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
7591 drivers/gpu/drm/udl/udl_connector.c | 2 +-
7592 drivers/gpu/drm/udl/udl_fb.c | 1 -
7593 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
7594 drivers/gpu/drm/via/via_dma.c | 2 +-
7595 drivers/gpu/drm/via/via_drv.c | 5 +-
7596 drivers/gpu/drm/via/via_drv.h | 6 +-
7597 drivers/gpu/drm/via/via_irq.c | 18 +-
7598 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
7599 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
7600 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
7601 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
7602 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
7603 drivers/gpu/vga/vga_switcheroo.c | 4 +-
7604 drivers/hid/hid-core.c | 4 +-
7605 drivers/hid/hid-magicmouse.c | 2 +-
7606 drivers/hid/hid-sensor-custom.c | 2 +-
7607 drivers/hv/channel.c | 6 +-
7608 drivers/hv/hv.c | 22 +-
7609 drivers/hv/hv_balloon.c | 18 +-
7610 drivers/hv/hyperv_vmbus.h | 2 +-
7611 drivers/hwmon/acpi_power_meter.c | 6 +-
7612 drivers/hwmon/applesmc.c | 4 +-
7613 drivers/hwmon/asus_atk0110.c | 10 +-
7614 drivers/hwmon/coretemp.c | 2 +-
7615 drivers/hwmon/dell-smm-hwmon.c | 4 +-
7616 drivers/hwmon/ibmaem.c | 2 +-
7617 drivers/hwmon/iio_hwmon.c | 2 +-
7618 drivers/hwmon/nct6683.c | 6 +-
7619 drivers/hwmon/nct6775.c | 6 +-
7620 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
7621 drivers/hwmon/sht15.c | 12 +-
7622 drivers/hwmon/via-cputemp.c | 2 +-
7623 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
7624 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
7625 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
7626 drivers/i2c/i2c-dev.c | 2 +-
7627 drivers/ide/ide-cd.c | 2 +-
7628 drivers/ide/ide-disk.c | 2 +-
7629 drivers/ide/ide.c | 4 +-
7630 drivers/idle/intel_idle.c | 36 +-
7631 drivers/iio/industrialio-core.c | 2 +-
7632 drivers/infiniband/core/cm.c | 46 +-
7633 drivers/infiniband/core/fmr_pool.c | 20 +-
7634 drivers/infiniband/core/netlink.c | 5 +-
7635 drivers/infiniband/core/sysfs.c | 2 +-
7636 drivers/infiniband/core/ucm.c | 4 +-
7637 drivers/infiniband/core/uverbs_cmd.c | 3 +
7638 drivers/infiniband/hw/cxgb4/device.c | 6 +-
7639 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
7640 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
7641 drivers/infiniband/hw/hfi1/pcie.c | 2 +-
7642 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
7643 drivers/infiniband/hw/mlx4/mad.c | 2 +-
7644 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
7645 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
7646 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
7647 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
7648 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
7649 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
7650 drivers/infiniband/hw/nes/nes.c | 4 +-
7651 drivers/infiniband/hw/nes/nes.h | 40 +-
7652 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
7653 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
7654 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
7655 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
7656 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
7657 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
7658 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
7659 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
7660 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
7661 drivers/input/evdev.c | 2 +-
7662 drivers/input/gameport/gameport.c | 4 +-
7663 drivers/input/input.c | 4 +-
7664 drivers/input/joystick/sidewinder.c | 1 +
7665 drivers/input/misc/ims-pcu.c | 4 +-
7666 drivers/input/mouse/psmouse.h | 2 +-
7667 drivers/input/mousedev.c | 2 +-
7668 drivers/input/serio/serio.c | 4 +-
7669 drivers/input/serio/serio_raw.c | 4 +-
7670 drivers/input/touchscreen/htcpen.c | 2 +-
7671 drivers/iommu/arm-smmu-v3.c | 2 +-
7672 drivers/iommu/arm-smmu.c | 40 +-
7673 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
7674 drivers/iommu/io-pgtable-arm.c | 99 +-
7675 drivers/iommu/io-pgtable.c | 11 +-
7676 drivers/iommu/io-pgtable.h | 21 +-
7677 drivers/iommu/iommu.c | 2 +-
7678 drivers/iommu/ipmmu-vmsa.c | 13 +-
7679 drivers/iommu/irq_remapping.c | 2 +-
7680 drivers/iommu/mtk_iommu.c | 12 +-
7681 drivers/irqchip/irq-gic.c | 2 +-
7682 drivers/irqchip/irq-i8259.c | 2 +-
7683 drivers/irqchip/irq-mmp.c | 2 +-
7684 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
7685 drivers/irqchip/irq-ts4800.c | 2 +-
7686 drivers/isdn/capi/capi.c | 10 +-
7687 drivers/isdn/gigaset/interface.c | 8 +-
7688 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
7689 drivers/isdn/hardware/avm/b1.c | 4 +-
7690 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
7691 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
7692 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
7693 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
7694 drivers/isdn/hardware/eicon/divasync.h | 2 +-
7695 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
7696 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
7697 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
7698 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
7699 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
7700 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
7701 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
7702 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
7703 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
7704 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
7705 drivers/isdn/hisax/amd7930_fn.c | 5 +-
7706 drivers/isdn/hisax/arcofi.c | 5 +-
7707 drivers/isdn/hisax/diva.c | 7 +-
7708 drivers/isdn/hisax/elsa.c | 9 +-
7709 drivers/isdn/hisax/fsm.c | 5 +-
7710 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
7711 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
7712 drivers/isdn/hisax/hfc_pci.c | 10 +-
7713 drivers/isdn/hisax/hfc_sx.c | 10 +-
7714 drivers/isdn/hisax/hfc_usb.c | 12 +-
7715 drivers/isdn/hisax/hfcscard.c | 6 +-
7716 drivers/isdn/hisax/icc.c | 5 +-
7717 drivers/isdn/hisax/ipacx.c | 7 +-
7718 drivers/isdn/hisax/isac.c | 5 +-
7719 drivers/isdn/hisax/isar.c | 5 +-
7720 drivers/isdn/hisax/isdnl3.c | 5 +-
7721 drivers/isdn/hisax/saphir.c | 5 +-
7722 drivers/isdn/hisax/teleint.c | 5 +-
7723 drivers/isdn/hisax/w6692.c | 5 +-
7724 drivers/isdn/i4l/isdn_common.c | 2 +
7725 drivers/isdn/i4l/isdn_tty.c | 22 +-
7726 drivers/isdn/mISDN/dsp.h | 4 +-
7727 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
7728 drivers/isdn/mISDN/dsp_core.c | 4 +-
7729 drivers/isdn/mISDN/dsp_tones.c | 4 +-
7730 drivers/isdn/mISDN/fsm.c | 5 +-
7731 drivers/isdn/mISDN/l1oip_core.c | 8 +-
7732 drivers/leds/leds-clevo-mail.c | 2 +-
7733 drivers/leds/leds-ss4200.c | 2 +-
7734 drivers/lguest/core.c | 9 +-
7735 drivers/lguest/page_tables.c | 2 +-
7736 drivers/lguest/x86/core.c | 12 +-
7737 drivers/lguest/x86/switcher_32.S | 27 +-
7738 drivers/lightnvm/rrpc.c | 4 +-
7739 drivers/lightnvm/rrpc.h | 2 +-
7740 drivers/md/bcache/alloc.c | 2 +-
7741 drivers/md/bcache/bcache.h | 10 +-
7742 drivers/md/bcache/btree.c | 13 +-
7743 drivers/md/bcache/closure.c | 4 +-
7744 drivers/md/bcache/closure.h | 10 +-
7745 drivers/md/bcache/io.c | 10 +-
7746 drivers/md/bcache/journal.c | 18 +-
7747 drivers/md/bcache/movinggc.c | 12 +-
7748 drivers/md/bcache/request.c | 54 +-
7749 drivers/md/bcache/request.h | 2 +-
7750 drivers/md/bcache/stats.c | 26 +-
7751 drivers/md/bcache/stats.h | 16 +-
7752 drivers/md/bcache/super.c | 32 +-
7753 drivers/md/bcache/sysfs.c | 20 +-
7754 drivers/md/bcache/writeback.c | 12 +-
7755 drivers/md/bitmap.c | 2 +-
7756 drivers/md/dm-cache-target.c | 116 +-
7757 drivers/md/dm-ioctl.c | 2 +-
7758 drivers/md/dm-mpath.c | 12 +-
7759 drivers/md/dm-raid.c | 2 +-
7760 drivers/md/dm-raid1.c | 18 +-
7761 drivers/md/dm-stats.c | 6 +-
7762 drivers/md/dm-stripe.c | 10 +-
7763 drivers/md/dm-table.c | 2 +-
7764 drivers/md/dm-thin-metadata.c | 4 +-
7765 drivers/md/dm.c | 28 +-
7766 drivers/md/md.c | 41 +-
7767 drivers/md/md.h | 8 +-
7768 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
7769 drivers/md/persistent-data/dm-space-map.h | 1 +
7770 drivers/md/raid1.c | 8 +-
7771 drivers/md/raid10.c | 20 +-
7772 drivers/md/raid5.c | 26 +-
7773 drivers/media/dvb-core/dvb_net.c | 2 +-
7774 drivers/media/dvb-core/dvbdev.c | 2 +-
7775 drivers/media/dvb-frontends/af9033.h | 2 +-
7776 drivers/media/dvb-frontends/cx24116.c | 2 +-
7777 drivers/media/dvb-frontends/cx24117.c | 2 +-
7778 drivers/media/dvb-frontends/cx24120.c | 2 +-
7779 drivers/media/dvb-frontends/cx24123.c | 2 +-
7780 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
7781 drivers/media/dvb-frontends/dib3000.h | 2 +-
7782 drivers/media/dvb-frontends/dib7000p.h | 2 +-
7783 drivers/media/dvb-frontends/dib8000.h | 2 +-
7784 drivers/media/dvb-frontends/hd29l2.c | 2 +-
7785 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
7786 drivers/media/dvb-frontends/mt312.c | 6 +-
7787 drivers/media/dvb-frontends/s921.c | 2 +-
7788 drivers/media/pci/bt8xx/dst.c | 2 +-
7789 drivers/media/pci/cx88/cx88-video.c | 6 +-
7790 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
7791 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
7792 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
7793 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
7794 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
7795 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
7796 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
7797 drivers/media/pci/tw68/tw68-core.c | 2 +-
7798 drivers/media/pci/zoran/zoran.h | 1 -
7799 drivers/media/pci/zoran/zoran_card.c | 4 +-
7800 drivers/media/pci/zoran/zoran_driver.c | 3 -
7801 drivers/media/platform/omap/omap_vout.c | 11 +-
7802 drivers/media/platform/s5p-tv/mixer.h | 2 +-
7803 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
7804 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
7805 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
7806 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
7807 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
7808 drivers/media/radio/radio-cadet.c | 2 +
7809 drivers/media/radio/radio-maxiradio.c | 2 +-
7810 drivers/media/radio/radio-shark.c | 2 +-
7811 drivers/media/radio/radio-shark2.c | 2 +-
7812 drivers/media/radio/radio-si476x.c | 2 +-
7813 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
7814 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
7815 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
7816 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
7817 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
7818 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
7819 drivers/media/usb/uvc/uvc_driver.c | 4 +-
7820 drivers/media/v4l2-core/v4l2-common.c | 2 +-
7821 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
7822 drivers/media/v4l2-core/v4l2-device.c | 4 +-
7823 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
7824 drivers/memory/omap-gpmc.c | 24 +-
7825 drivers/message/fusion/mptbase.c | 4 +-
7826 drivers/message/fusion/mptlan.c | 2 +-
7827 drivers/message/fusion/mptsas.c | 34 +-
7828 drivers/mfd/ab8500-debugfs.c | 2 +-
7829 drivers/mfd/kempld-core.c | 2 +-
7830 drivers/mfd/max8925-i2c.c | 2 +-
7831 drivers/mfd/tps65910.c | 2 +-
7832 drivers/mfd/twl4030-irq.c | 9 +-
7833 drivers/misc/c2port/core.c | 4 +-
7834 drivers/misc/kgdbts.c | 6 +-
7835 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
7836 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
7837 drivers/misc/mic/scif/scif_api.c | 10 +-
7838 drivers/misc/mic/scif/scif_rb.c | 8 +-
7839 drivers/misc/panel.c | 4 +-
7840 drivers/misc/sgi-gru/gruhandles.c | 4 +-
7841 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
7842 drivers/misc/sgi-gru/grutables.h | 158 +-
7843 drivers/misc/sgi-xp/xp.h | 2 +-
7844 drivers/misc/sgi-xp/xp_main.c | 57 +-
7845 drivers/misc/sgi-xp/xpc.h | 3 +-
7846 drivers/misc/sgi-xp/xpc_main.c | 2 +-
7847 drivers/misc/sgi-xp/xpnet.c | 2 +-
7848 drivers/misc/ti-st/st_kim.c | 32 +-
7849 drivers/mmc/card/mmc_test.c | 4 +-
7850 drivers/mmc/host/dw_mmc.h | 2 +-
7851 drivers/mmc/host/mmci.c | 4 +-
7852 drivers/mmc/host/omap_hsmmc.c | 4 +-
7853 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
7854 drivers/mmc/host/sdhci-s3c.c | 8 +-
7855 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
7856 drivers/mtd/devices/block2mtd.c | 2 +-
7857 drivers/mtd/devices/phram.c | 2 +-
7858 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
7859 drivers/mtd/maps/latch-addr-flash.c | 2 +-
7860 drivers/mtd/maps/pci.c | 4 +-
7861 drivers/mtd/maps/pcmciamtd.c | 8 +-
7862 drivers/mtd/maps/sbc_gxx.c | 2 +-
7863 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 2 +
7864 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
7865 drivers/mtd/nand/brcmnand/iproc_nand.c | 2 +
7866 drivers/mtd/nand/cafe_nand.c | 18 +-
7867 drivers/mtd/nand/denali.c | 1 +
7868 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
7869 drivers/mtd/nftlmount.c | 1 +
7870 drivers/mtd/sm_ftl.c | 2 +-
7871 drivers/mtd/ubi/build.c | 2 +-
7872 drivers/net/bonding/bond_netlink.c | 2 +-
7873 drivers/net/caif/caif_hsi.c | 4 +-
7874 drivers/net/caif/caif_serial.c | 2 +-
7875 drivers/net/caif/caif_spi.c | 2 +-
7876 drivers/net/caif/caif_virtio.c | 2 +-
7877 drivers/net/can/Kconfig | 2 +-
7878 drivers/net/can/bfin_can.c | 2 +-
7879 drivers/net/can/dev.c | 2 +-
7880 drivers/net/can/flexcan.c | 2 +-
7881 drivers/net/can/janz-ican3.c | 2 +-
7882 drivers/net/can/led.c | 2 +-
7883 drivers/net/can/sun4i_can.c | 2 +-
7884 drivers/net/can/vcan.c | 2 +-
7885 drivers/net/can/xilinx_can.c | 2 +-
7886 drivers/net/dummy.c | 2 +-
7887 drivers/net/ethernet/8390/ax88796.c | 6 +-
7888 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
7889 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
7890 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
7891 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
7892 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
7893 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
7894 drivers/net/ethernet/amd/7990.c | 2 +-
7895 drivers/net/ethernet/amd/7990.h | 2 +-
7896 drivers/net/ethernet/amd/amd8111e.c | 5 +-
7897 drivers/net/ethernet/amd/atarilance.c | 4 +-
7898 drivers/net/ethernet/amd/declance.c | 2 +-
7899 drivers/net/ethernet/amd/pcnet32.c | 7 +-
7900 drivers/net/ethernet/amd/sun3lance.c | 4 +-
7901 drivers/net/ethernet/amd/sunlance.c | 2 +-
7902 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
7903 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
7904 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
7905 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
7906 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
7907 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
7908 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
7909 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
7910 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
7911 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
7912 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
7913 drivers/net/ethernet/arc/emac_main.c | 2 +-
7914 drivers/net/ethernet/atheros/alx/main.c | 2 +-
7915 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
7916 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
7917 drivers/net/ethernet/aurora/nb8800.c | 2 +-
7918 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
7919 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
7920 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
7921 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
7922 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
7923 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
7924 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
7925 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
7926 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
7927 drivers/net/ethernet/broadcom/tg3.c | 2 +-
7928 drivers/net/ethernet/broadcom/tg3.h | 1 +
7929 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
7930 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
7931 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
7932 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
7933 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
7934 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
7935 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
7936 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
7937 drivers/net/ethernet/cadence/macb.c | 4 +-
7938 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
7939 drivers/net/ethernet/cavium/liquidio/lio_main.c | 15 +-
7940 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
7941 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
7942 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
7943 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
7944 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
7945 drivers/net/ethernet/davicom/dm9000.c | 2 +-
7946 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
7947 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
7948 drivers/net/ethernet/faraday/ftgmac100.c | 4 +-
7949 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
7950 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
7951 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
7952 drivers/net/ethernet/freescale/gianfar.c | 4 +-
7953 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
7954 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
7955 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
7956 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
7957 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
7958 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
7959 drivers/net/ethernet/ibm/emac/core.c | 4 +-
7960 drivers/net/ethernet/intel/e100.c | 2 +-
7961 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
7962 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
7963 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
7964 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
7965 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
7966 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
7967 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
7968 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
7969 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
7970 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
7971 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
7972 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
7973 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
7974 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
7975 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
7976 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
7977 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
7978 drivers/net/ethernet/neterion/s2io.c | 2 +-
7979 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
7980 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
7981 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
7982 drivers/net/ethernet/netx-eth.c | 2 +-
7983 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
7984 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
7985 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
7986 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
7987 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
7988 drivers/net/ethernet/qlogic/qed/qed_mcp.c | 6 +-
7989 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
7990 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
7991 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
7992 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
7993 drivers/net/ethernet/realtek/r8169.c | 8 +-
7994 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
7995 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
7996 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
7997 drivers/net/ethernet/sfc/ptp.c | 2 +-
7998 drivers/net/ethernet/sfc/selftest.c | 20 +-
7999 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
8000 drivers/net/ethernet/smsc/smc911x.c | 2 +-
8001 drivers/net/ethernet/smsc/smc91x.c | 2 +-
8002 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
8003 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
8004 drivers/net/ethernet/sun/sunbmac.c | 2 +-
8005 drivers/net/ethernet/sun/sunqe.c | 2 +-
8006 drivers/net/ethernet/sun/sunvnet.c | 2 +-
8007 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
8008 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
8009 drivers/net/ethernet/ti/cpmac.c | 2 +-
8010 drivers/net/ethernet/ti/netcp_core.c | 2 +-
8011 drivers/net/ethernet/via/via-rhine.c | 2 +-
8012 drivers/net/ethernet/wiznet/w5100.c | 2 +-
8013 drivers/net/ethernet/wiznet/w5300.c | 2 +-
8014 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
8015 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
8016 drivers/net/geneve.c | 4 +-
8017 drivers/net/gtp.c | 8 +-
8018 drivers/net/hamradio/baycom_epp.c | 2 +-
8019 drivers/net/hyperv/hyperv_net.h | 2 +-
8020 drivers/net/hyperv/netvsc_drv.c | 2 +-
8021 drivers/net/hyperv/rndis_filter.c | 7 +-
8022 drivers/net/ifb.c | 2 +-
8023 drivers/net/ipvlan/ipvlan_core.c | 2 +-
8024 drivers/net/ipvlan/ipvlan_main.c | 6 +-
8025 drivers/net/irda/vlsi_ir.c | 18 +-
8026 drivers/net/irda/vlsi_ir.h | 14 +-
8027 drivers/net/loopback.c | 2 +-
8028 drivers/net/macsec.c | 2 +-
8029 drivers/net/macvlan.c | 20 +-
8030 drivers/net/macvtap.c | 10 +-
8031 drivers/net/nlmon.c | 2 +-
8032 drivers/net/phy/phy_device.c | 6 +-
8033 drivers/net/plip/plip.c | 2 +-
8034 drivers/net/ppp/ppp_generic.c | 6 +-
8035 drivers/net/ppp/pptp.c | 2 +-
8036 drivers/net/rionet.c | 2 +-
8037 drivers/net/slip/slhc.c | 2 +-
8038 drivers/net/team/team.c | 4 +-
8039 drivers/net/tun.c | 7 +-
8040 drivers/net/usb/hso.c | 28 +-
8041 drivers/net/usb/ipheth.c | 2 +-
8042 drivers/net/usb/r8152.c | 2 +-
8043 drivers/net/usb/sierra_net.c | 4 +-
8044 drivers/net/virtio_net.c | 2 +-
8045 drivers/net/vrf.c | 4 +-
8046 drivers/net/vxlan.c | 4 +-
8047 drivers/net/wimax/i2400m/rx.c | 2 +-
8048 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
8049 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
8050 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
8051 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
8052 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
8053 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
8054 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
8055 drivers/net/wireless/ath/ath9k/main.c | 22 +-
8056 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
8057 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
8058 drivers/net/wireless/ath/carl9170/main.c | 10 +-
8059 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
8060 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
8061 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
8062 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
8063 drivers/net/wireless/atmel/atmel.c | 183 +-
8064 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
8065 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
8066 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 55 +-
8067 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
8068 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
8069 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
8070 drivers/net/wireless/cisco/airo.c | 201 +-
8071 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
8072 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
8073 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
8074 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
8075 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
8076 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
8077 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
8078 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
8079 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
8080 .../net/wireless/intersil/hostap/hostap_ioctl.c | 134 +-
8081 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
8082 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
8083 drivers/net/wireless/mac80211_hwsim.c | 28 +-
8084 drivers/net/wireless/marvell/mwifiex/11n_aggr.c | 2 +-
8085 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
8086 drivers/net/wireless/marvell/mwifiex/pcie.c | 4 +-
8087 drivers/net/wireless/marvell/mwifiex/sdio.c | 4 +-
8088 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
8089 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
8090 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
8091 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
8092 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
8093 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
8094 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
8095 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
8096 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
8097 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
8098 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
8099 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
8100 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
8101 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
8102 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
8103 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
8104 drivers/net/wireless/zydas/zd1201.c | 192 +-
8105 drivers/net/xen-netback/interface.c | 2 +-
8106 drivers/net/xen-netfront.c | 2 +-
8107 drivers/nvme/host/pci.c | 2 +-
8108 drivers/of/fdt.c | 4 +-
8109 drivers/oprofile/buffer_sync.c | 8 +-
8110 drivers/oprofile/event_buffer.c | 2 +-
8111 drivers/oprofile/oprof.c | 2 +-
8112 drivers/oprofile/oprofile_stats.c | 10 +-
8113 drivers/oprofile/oprofile_stats.h | 10 +-
8114 drivers/oprofile/oprofilefs.c | 6 +-
8115 drivers/oprofile/timer_int.c | 2 +-
8116 drivers/parport/procfs.c | 4 +-
8117 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
8118 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
8119 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
8120 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
8121 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
8122 drivers/pci/hotplug/pciehp_core.c | 2 +-
8123 drivers/pci/msi.c | 22 +-
8124 drivers/pci/pci-sysfs.c | 6 +-
8125 drivers/pci/pci.h | 4 +-
8126 drivers/pci/pcie/aspm.c | 10 +-
8127 drivers/pci/pcie/portdrv_pci.c | 2 +-
8128 drivers/pci/probe.c | 2 +-
8129 drivers/pci/setup-bus.c | 10 +-
8130 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
8131 drivers/pinctrl/pinctrl-at91.c | 5 +-
8132 drivers/platform/chrome/chromeos_laptop.c | 2 +-
8133 drivers/platform/chrome/chromeos_pstore.c | 2 +-
8134 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
8135 drivers/platform/x86/alienware-wmi.c | 4 +-
8136 drivers/platform/x86/apple-gmux.c | 2 +-
8137 drivers/platform/x86/compal-laptop.c | 2 +-
8138 drivers/platform/x86/hdaps.c | 2 +-
8139 drivers/platform/x86/ibm_rtl.c | 2 +-
8140 drivers/platform/x86/intel_oaktrail.c | 2 +-
8141 drivers/platform/x86/msi-laptop.c | 16 +-
8142 drivers/platform/x86/msi-wmi.c | 2 +-
8143 drivers/platform/x86/samsung-laptop.c | 2 +-
8144 drivers/platform/x86/samsung-q10.c | 2 +-
8145 drivers/platform/x86/sony-laptop.c | 14 +-
8146 drivers/platform/x86/thinkpad_acpi.c | 10 +-
8147 drivers/pnp/base.h | 2 +-
8148 drivers/pnp/pnpbios/bioscalls.c | 14 +-
8149 drivers/pnp/pnpbios/core.c | 2 +-
8150 drivers/pnp/resource.c | 4 +-
8151 drivers/power/pda_power.c | 7 +-
8152 drivers/power/power_supply.h | 4 +-
8153 drivers/power/power_supply_core.c | 7 +-
8154 drivers/power/power_supply_sysfs.c | 6 +-
8155 drivers/power/reset/at91-reset.c | 5 +-
8156 drivers/powercap/powercap_sys.c | 136 +-
8157 drivers/ptp/ptp_private.h | 2 +-
8158 drivers/ptp/ptp_sysfs.c | 2 +-
8159 drivers/regulator/core.c | 4 +-
8160 drivers/regulator/max8660.c | 6 +-
8161 drivers/regulator/max8973-regulator.c | 16 +-
8162 drivers/regulator/mc13892-regulator.c | 8 +-
8163 drivers/remoteproc/remoteproc_core.c | 26 +-
8164 drivers/rtc/rtc-armada38x.c | 7 +-
8165 drivers/rtc/rtc-cmos.c | 4 +-
8166 drivers/rtc/rtc-ds1307.c | 2 +-
8167 drivers/rtc/rtc-m41t80.c | 8 +-
8168 drivers/rtc/rtc-m48t59.c | 4 +-
8169 drivers/rtc/rtc-rv3029c2.c | 8 +-
8170 drivers/rtc/rtc-rv8803.c | 15 +-
8171 drivers/rtc/rtc-rx8010.c | 8 +-
8172 drivers/rtc/rtc-test.c | 6 +-
8173 drivers/scsi/aacraid/aachba.c | 7 +-
8174 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
8175 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
8176 drivers/scsi/be2iscsi/be_main.c | 2 +-
8177 drivers/scsi/bfa/bfa.h | 4 +-
8178 drivers/scsi/bfa/bfa_core.c | 4 +-
8179 drivers/scsi/bfa/bfa_cs.h | 124 +-
8180 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
8181 drivers/scsi/bfa/bfa_fcs.h | 34 +-
8182 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
8183 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
8184 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
8185 drivers/scsi/bfa/bfa_ioc.c | 8 +-
8186 drivers/scsi/bfa/bfa_ioc.h | 16 +-
8187 drivers/scsi/bfa/bfa_svc.c | 12 +-
8188 drivers/scsi/bfa/bfa_svc.h | 20 +-
8189 drivers/scsi/bfa/bfad.c | 12 +-
8190 drivers/scsi/bfa/bfad_bsg.c | 8 +-
8191 drivers/scsi/bfa/bfad_drv.h | 5 +-
8192 drivers/scsi/csiostor/csio_defs.h | 19 +-
8193 drivers/scsi/csiostor/csio_hw.c | 67 +-
8194 drivers/scsi/csiostor/csio_init.c | 2 +-
8195 drivers/scsi/csiostor/csio_lnode.c | 32 +-
8196 drivers/scsi/csiostor/csio_rnode.c | 28 +-
8197 drivers/scsi/csiostor/csio_scsi.c | 37 +-
8198 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
8199 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
8200 drivers/scsi/hpsa.c | 38 +-
8201 drivers/scsi/hpsa.h | 2 +-
8202 drivers/scsi/hptiop.c | 2 -
8203 drivers/scsi/hptiop.h | 1 -
8204 drivers/scsi/ipr.c | 32 +-
8205 drivers/scsi/ipr.h | 2 +-
8206 drivers/scsi/libfc/fc_exch.c | 50 +-
8207 drivers/scsi/libsas/sas_ata.c | 2 +-
8208 drivers/scsi/lpfc/lpfc.h | 8 +-
8209 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
8210 drivers/scsi/lpfc/lpfc_init.c | 8 +-
8211 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
8212 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
8213 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
8214 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
8215 drivers/scsi/pmcraid.c | 46 +-
8216 drivers/scsi/pmcraid.h | 8 +-
8217 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
8218 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
8219 drivers/scsi/qla2xxx/qla_os.c | 15 +-
8220 drivers/scsi/qla2xxx/qla_target.c | 16 +-
8221 drivers/scsi/qla2xxx/qla_target.h | 2 +-
8222 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
8223 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
8224 drivers/scsi/scsi.c | 2 +-
8225 drivers/scsi/scsi_debug.c | 42 +-
8226 drivers/scsi/scsi_lib.c | 8 +-
8227 drivers/scsi/scsi_sysfs.c | 2 +-
8228 drivers/scsi/scsi_transport_fc.c | 8 +-
8229 drivers/scsi/scsi_transport_iscsi.c | 6 +-
8230 drivers/scsi/scsi_transport_spi.c | 2 +-
8231 drivers/scsi/scsi_transport_srp.c | 8 +-
8232 drivers/scsi/sd.c | 6 +-
8233 drivers/scsi/sg.c | 2 +-
8234 drivers/scsi/sr.c | 21 +-
8235 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
8236 drivers/spi/spi.c | 2 +-
8237 drivers/staging/comedi/comedi_fops.c | 8 +-
8238 drivers/staging/fbtft/fbtft-core.c | 2 +-
8239 drivers/staging/fbtft/fbtft.h | 2 +-
8240 drivers/staging/gdm724x/gdm_lte.c | 2 +-
8241 drivers/staging/gdm724x/gdm_tty.c | 2 +-
8242 drivers/staging/i4l/icn/icn.c | 2 +-
8243 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
8244 drivers/staging/iio/adc/ad7280a.c | 4 +-
8245 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
8246 drivers/staging/lustre/lnet/selftest/brw_test.c | 13 +-
8247 drivers/staging/lustre/lnet/selftest/framework.c | 2 -
8248 drivers/staging/lustre/lnet/selftest/ping_test.c | 15 +-
8249 drivers/staging/lustre/lnet/selftest/selftest.h | 2 -
8250 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
8251 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
8252 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
8253 drivers/staging/lustre/lustre/include/obd.h | 2 +-
8254 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
8255 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
8256 drivers/staging/lustre/lustre/lov/lov_io.c | 60 +-
8257 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
8258 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
8259 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
8260 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
8261 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
8262 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
8263 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
8264 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
8265 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
8266 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
8267 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
8268 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
8269 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
8270 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
8271 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
8272 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
8273 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
8274 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
8275 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 8 +-
8276 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
8277 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
8278 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
8279 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
8280 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
8281 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
8282 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
8283 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
8284 drivers/staging/rtl8192e/rtllib.h | 4 +-
8285 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
8286 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
8287 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
8288 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
8289 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
8290 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
8291 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
8292 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
8293 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
8294 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
8295 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
8296 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
8297 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
8298 drivers/staging/rtl8712/xmit_linux.c | 2 +-
8299 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
8300 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
8301 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
8302 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
8303 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
8304 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
8305 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
8306 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
8307 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
8308 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
8309 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
8310 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
8311 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
8312 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
8313 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
8314 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
8315 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
8316 drivers/staging/sm750fb/sm750.c | 14 +-
8317 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
8318 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
8319 drivers/staging/vt6655/rxtx.c | 2 +-
8320 drivers/staging/vt6656/rxtx.c | 2 +-
8321 drivers/staging/wilc1000/linux_wlan.c | 2 +-
8322 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
8323 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
8324 drivers/target/sbp/sbp_target.c | 4 +-
8325 drivers/thermal/cpu_cooling.c | 9 +-
8326 drivers/thermal/devfreq_cooling.c | 19 +-
8327 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
8328 drivers/thermal/of-thermal.c | 17 +-
8329 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
8330 drivers/tty/cyclades.c | 6 +-
8331 drivers/tty/hvc/hvc_console.c | 14 +-
8332 drivers/tty/hvc/hvcs.c | 21 +-
8333 drivers/tty/hvc/hvsi.c | 22 +-
8334 drivers/tty/hvc/hvsi_lib.c | 4 +-
8335 drivers/tty/ipwireless/tty.c | 27 +-
8336 drivers/tty/moxa.c | 2 +-
8337 drivers/tty/n_gsm.c | 6 +-
8338 drivers/tty/n_tty.c | 28 +-
8339 drivers/tty/pty.c | 4 +-
8340 drivers/tty/rocket.c | 6 +-
8341 drivers/tty/serial/8250/8250_core.c | 10 +-
8342 drivers/tty/serial/8250/8250_pci.c | 2 +-
8343 drivers/tty/serial/ioc4_serial.c | 6 +-
8344 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
8345 drivers/tty/serial/kgdb_nmi.c | 4 +-
8346 drivers/tty/serial/kgdboc.c | 34 +-
8347 drivers/tty/serial/msm_serial.c | 4 +-
8348 drivers/tty/serial/samsung.c | 9 +-
8349 drivers/tty/serial/serial_core.c | 6 +-
8350 drivers/tty/synclink.c | 34 +-
8351 drivers/tty/synclink_gt.c | 28 +-
8352 drivers/tty/synclinkmp.c | 34 +-
8353 drivers/tty/tty_io.c | 2 +-
8354 drivers/tty/tty_ldisc.c | 8 +-
8355 drivers/tty/tty_port.c | 22 +-
8356 drivers/uio/uio.c | 13 +-
8357 drivers/usb/atm/cxacru.c | 2 +-
8358 drivers/usb/atm/usbatm.c | 24 +-
8359 drivers/usb/class/cdc-acm.h | 2 +-
8360 drivers/usb/core/devices.c | 6 +-
8361 drivers/usb/core/devio.c | 12 +-
8362 drivers/usb/core/hcd.c | 4 +-
8363 drivers/usb/core/sysfs.c | 2 +-
8364 drivers/usb/core/usb.c | 2 +-
8365 drivers/usb/early/ehci-dbgp.c | 16 +-
8366 drivers/usb/gadget/function/f_phonet.c | 2 +-
8367 drivers/usb/gadget/function/u_serial.c | 22 +-
8368 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
8369 drivers/usb/host/ehci-hcd.c | 2 +-
8370 drivers/usb/host/ehci-hub.c | 4 +-
8371 drivers/usb/host/ehci-q.c | 4 +-
8372 drivers/usb/host/fotg210-hcd.c | 2 +-
8373 drivers/usb/host/hwa-hc.c | 2 +-
8374 drivers/usb/host/ohci-hcd.c | 2 +-
8375 drivers/usb/host/r8a66597.h | 2 +-
8376 drivers/usb/host/uhci-hcd.c | 2 +-
8377 drivers/usb/host/xhci-pci.c | 2 +-
8378 drivers/usb/host/xhci-ring.c | 52 +-
8379 drivers/usb/host/xhci.c | 2 +-
8380 drivers/usb/misc/appledisplay.c | 4 +-
8381 drivers/usb/misc/sisusbvga/sisusb_con.c | 98 +-
8382 drivers/usb/serial/console.c | 8 +-
8383 drivers/usb/storage/transport.c | 2 +-
8384 drivers/usb/storage/usb.c | 2 +-
8385 drivers/usb/storage/usb.h | 2 +-
8386 drivers/usb/usbip/vhci.h | 2 +-
8387 drivers/usb/usbip/vhci_hcd.c | 6 +-
8388 drivers/usb/usbip/vhci_rx.c | 2 +-
8389 drivers/usb/wusbcore/wa-hc.h | 4 +-
8390 drivers/usb/wusbcore/wa-xfer.c | 2 +-
8391 drivers/vfio/pci/vfio_pci.c | 2 +-
8392 drivers/vhost/vringh.c | 20 +-
8393 drivers/video/backlight/kb3886_bl.c | 2 +-
8394 drivers/video/console/dummycon.c | 96 +-
8395 drivers/video/console/fbcon.c | 2 +-
8396 drivers/video/console/vgacon.c | 23 +-
8397 drivers/video/fbdev/aty/aty128fb.c | 2 +-
8398 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
8399 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
8400 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
8401 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
8402 drivers/video/fbdev/core/fb_defio.c | 8 +-
8403 drivers/video/fbdev/core/fbmem.c | 12 +-
8404 drivers/video/fbdev/hyperv_fb.c | 4 +-
8405 drivers/video/fbdev/i810/i810_accel.c | 1 +
8406 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
8407 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
8408 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
8409 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
8410 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
8411 drivers/video/fbdev/sis/sis_main.h | 2 +-
8412 drivers/video/fbdev/smscufx.c | 4 +-
8413 drivers/video/fbdev/udlfb.c | 36 +-
8414 drivers/video/fbdev/uvesafb.c | 52 +-
8415 drivers/video/fbdev/vesafb.c | 58 +-
8416 drivers/video/fbdev/via/via_clock.h | 2 +-
8417 drivers/xen/events/events_base.c | 6 +-
8418 drivers/xen/xen-pciback/pci_stub.c | 2 +-
8419 fs/9p/vfs_addr.c | 2 +-
8420 fs/9p/vfs_inode_dotl.c | 4 +-
8421 fs/Kconfig.binfmt | 2 +-
8422 fs/afs/file.c | 8 +-
8423 fs/afs/inode.c | 4 +-
8424 fs/afs/internal.h | 4 +-
8425 fs/aio.c | 2 +-
8426 fs/autofs4/waitq.c | 2 +-
8427 fs/befs/endian.h | 6 +-
8428 fs/binfmt_aout.c | 23 +-
8429 fs/binfmt_elf.c | 670 +-
8430 fs/binfmt_elf_fdpic.c | 4 +-
8431 fs/block_dev.c | 2 +-
8432 fs/btrfs/ctree.c | 11 +-
8433 fs/btrfs/ctree.h | 8 +-
8434 fs/btrfs/delayed-inode.c | 6 +-
8435 fs/btrfs/delayed-inode.h | 4 +-
8436 fs/btrfs/delayed-ref.c | 4 +-
8437 fs/btrfs/dev-replace.c | 20 +-
8438 fs/btrfs/dev-replace.h | 4 +-
8439 fs/btrfs/disk-io.c | 4 +-
8440 fs/btrfs/extent_map.c | 8 +-
8441 fs/btrfs/file.c | 4 +-
8442 fs/btrfs/free-space-cache.h | 1 +
8443 fs/btrfs/raid56.c | 30 +-
8444 fs/btrfs/scrub.c | 2 +-
8445 fs/btrfs/super.c | 2 +-
8446 fs/btrfs/sysfs.c | 2 +-
8447 fs/btrfs/tests/btrfs-tests.c | 2 +-
8448 fs/btrfs/tests/free-space-tests.c | 2 +-
8449 fs/btrfs/transaction.c | 2 +-
8450 fs/btrfs/tree-log.c | 8 +-
8451 fs/btrfs/tree-log.h | 2 +-
8452 fs/btrfs/volumes.c | 14 +-
8453 fs/btrfs/volumes.h | 22 +-
8454 fs/buffer.c | 2 +-
8455 fs/cachefiles/bind.c | 6 +-
8456 fs/cachefiles/daemon.c | 12 +-
8457 fs/cachefiles/internal.h | 16 +-
8458 fs/cachefiles/namei.c | 6 +-
8459 fs/cachefiles/proc.c | 12 +-
8460 fs/ceph/dir.c | 10 +-
8461 fs/ceph/super.c | 4 +-
8462 fs/cifs/cifs_debug.c | 12 +-
8463 fs/cifs/cifsfs.c | 8 +-
8464 fs/cifs/cifsglob.h | 54 +-
8465 fs/cifs/file.c | 14 +-
8466 fs/cifs/misc.c | 4 +-
8467 fs/cifs/smb1ops.c | 80 +-
8468 fs/cifs/smb2ops.c | 84 +-
8469 fs/cifs/smb2pdu.c | 3 +-
8470 fs/coda/cache.c | 10 +-
8471 fs/coda/dir.c | 5 +-
8472 fs/compat.c | 9 +-
8473 fs/compat_binfmt_elf.c | 2 +
8474 fs/compat_ioctl.c | 12 +-
8475 fs/configfs/dir.c | 10 +-
8476 fs/coredump.c | 18 +-
8477 fs/dcache.c | 64 +-
8478 fs/debugfs/file.c | 4 +-
8479 fs/ecryptfs/inode.c | 2 +-
8480 fs/ecryptfs/miscdev.c | 2 +-
8481 fs/exec.c | 369 +-
8482 fs/exofs/inode.c | 7 +-
8483 fs/ext2/xattr.c | 5 +-
8484 fs/ext4/ext4.h | 20 +-
8485 fs/ext4/mballoc.c | 44 +-
8486 fs/ext4/resize.c | 16 +-
8487 fs/ext4/super.c | 2 +-
8488 fs/ext4/sysfs.c | 2 +-
8489 fs/ext4/xattr.c | 5 +-
8490 fs/f2fs/f2fs.h | 7 +-
8491 fs/f2fs/super.c | 2 +-
8492 fs/fhandle.c | 5 +-
8493 fs/file.c | 18 +-
8494 fs/freevxfs/vxfs_inode.c | 8 +-
8495 fs/freevxfs/vxfs_inode.h | 4 +-
8496 fs/fs-writeback.c | 11 +-
8497 fs/fs_struct.c | 8 +-
8498 fs/fscache/cookie.c | 40 +-
8499 fs/fscache/internal.h | 202 +-
8500 fs/fscache/object.c | 26 +-
8501 fs/fscache/operation.c | 38 +-
8502 fs/fscache/page.c | 110 +-
8503 fs/fscache/stats.c | 348 +-
8504 fs/fuse/cuse.c | 10 +-
8505 fs/fuse/dev.c | 4 +-
8506 fs/fuse/file.c | 4 +-
8507 fs/fuse/inode.c | 4 +-
8508 fs/gfs2/aops.c | 2 +-
8509 fs/gfs2/file.c | 2 +-
8510 fs/gfs2/glock.c | 22 +-
8511 fs/gfs2/glops.c | 4 +-
8512 fs/gfs2/quota.c | 6 +-
8513 fs/hugetlbfs/inode.c | 13 +-
8514 fs/inode.c | 4 +-
8515 fs/jbd2/commit.c | 2 +-
8516 fs/jbd2/transaction.c | 4 +-
8517 fs/jffs2/erase.c | 3 +-
8518 fs/jffs2/file.c | 5 +-
8519 fs/jffs2/fs.c | 2 +-
8520 fs/jffs2/os-linux.h | 2 +-
8521 fs/jffs2/wbuf.c | 3 +-
8522 fs/jfs/super.c | 2 +-
8523 fs/kernfs/dir.c | 2 +-
8524 fs/kernfs/file.c | 20 +-
8525 fs/libfs.c | 10 +-
8526 fs/lockd/clnt4xdr.c | 46 +-
8527 fs/lockd/clntproc.c | 4 +-
8528 fs/lockd/clntxdr.c | 44 +-
8529 fs/lockd/mon.c | 24 +-
8530 fs/lockd/svc.c | 2 +-
8531 fs/lockd/svc4proc.c | 69 +-
8532 fs/lockd/svcproc.c | 75 +-
8533 fs/lockd/xdr.c | 44 +-
8534 fs/lockd/xdr4.c | 41 +-
8535 fs/logfs/dev_bdev.c | 13 +-
8536 fs/logfs/dev_mtd.c | 13 +-
8537 fs/logfs/dir.c | 4 +-
8538 fs/logfs/logfs.h | 5 +-
8539 fs/logfs/readwrite.c | 2 +-
8540 fs/logfs/segment.c | 2 +-
8541 fs/logfs/super.c | 39 -
8542 fs/namei.c | 14 +-
8543 fs/namespace.c | 15 +-
8544 fs/nfs/callback.h | 18 +-
8545 fs/nfs/callback_proc.c | 26 +-
8546 fs/nfs/callback_xdr.c | 73 +-
8547 fs/nfs/dir.c | 5 +-
8548 fs/nfs/inode.c | 6 +-
8549 fs/nfs/internal.h | 5 +-
8550 fs/nfs/mount_clnt.c | 26 +-
8551 fs/nfs/nfs2xdr.c | 101 +-
8552 fs/nfs/nfs3xdr.c | 201 +-
8553 fs/nfs/nfs42xdr.c | 72 +-
8554 fs/nfs/nfs4xdr.c | 507 +-
8555 fs/nfs/read.c | 2 +-
8556 fs/nfs/symlink.c | 6 +-
8557 fs/nfsd/current_stateid.h | 24 +-
8558 fs/nfsd/nfs2acl.c | 85 +-
8559 fs/nfsd/nfs3acl.c | 44 +-
8560 fs/nfsd/nfs3proc.c | 271 +-
8561 fs/nfsd/nfs3xdr.c | 171 +-
8562 fs/nfsd/nfs4callback.c | 31 +-
8563 fs/nfsd/nfs4proc.c | 320 +-
8564 fs/nfsd/nfs4state.c | 111 +-
8565 fs/nfsd/nfs4xdr.c | 564 +-
8566 fs/nfsd/nfscache.c | 11 +-
8567 fs/nfsd/nfsproc.c | 193 +-
8568 fs/nfsd/nfsxdr.c | 96 +-
8569 fs/nfsd/vfs.c | 6 +-
8570 fs/nfsd/xdr.h | 50 +-
8571 fs/nfsd/xdr3.h | 100 +-
8572 fs/nfsd/xdr4.h | 50 +-
8573 fs/nls/nls_base.c | 26 +-
8574 fs/nls/nls_cp932.c | 2 +-
8575 fs/nls/nls_cp936.c | 2 +-
8576 fs/nls/nls_cp949.c | 2 +-
8577 fs/nls/nls_cp950.c | 2 +-
8578 fs/nls/nls_euc-jp.c | 8 +-
8579 fs/nls/nls_koi8-ru.c | 8 +-
8580 fs/notify/fanotify/fanotify_user.c | 4 +-
8581 fs/notify/notification.c | 4 +-
8582 fs/ntfs/dir.c | 4 +-
8583 fs/ntfs/inode.c | 19 +-
8584 fs/ntfs/inode.h | 4 +-
8585 fs/ntfs/mft.c | 4 +-
8586 fs/ntfs/super.c | 8 +-
8587 fs/ocfs2/dlm/dlmcommon.h | 4 +-
8588 fs/ocfs2/dlm/dlmdebug.c | 10 +-
8589 fs/ocfs2/dlm/dlmdomain.c | 4 +-
8590 fs/ocfs2/dlm/dlmmaster.c | 4 +-
8591 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
8592 fs/ocfs2/filecheck.c | 2 +-
8593 fs/ocfs2/localalloc.c | 2 +-
8594 fs/ocfs2/ocfs2.h | 10 +-
8595 fs/ocfs2/suballoc.c | 12 +-
8596 fs/ocfs2/super.c | 20 +-
8597 fs/overlayfs/copy_up.c | 2 +-
8598 fs/pipe.c | 72 +-
8599 fs/posix_acl.c | 4 +-
8600 fs/proc/array.c | 20 +
8601 fs/proc/base.c | 7 +-
8602 fs/proc/kcore.c | 36 +-
8603 fs/proc/meminfo.c | 2 +-
8604 fs/proc/nommu.c | 2 +-
8605 fs/proc/proc_net.c | 2 +-
8606 fs/proc/proc_sysctl.c | 26 +-
8607 fs/proc/task_mmu.c | 39 +-
8608 fs/proc/task_nommu.c | 6 +-
8609 fs/proc/vmcore.c | 16 +-
8610 fs/qnx6/qnx6.h | 4 +-
8611 fs/quota/netlink.c | 4 +-
8612 fs/read_write.c | 34 +-
8613 fs/readdir.c | 3 +-
8614 fs/reiserfs/do_balan.c | 2 +-
8615 fs/reiserfs/procfs.c | 2 +-
8616 fs/reiserfs/reiserfs.h | 4 +-
8617 fs/select.c | 2 +-
8618 fs/seq_file.c | 4 +-
8619 fs/splice.c | 43 +-
8620 fs/squashfs/xattr.c | 10 +-
8621 fs/super.c | 3 +-
8622 fs/sysv/sysv.h | 2 +-
8623 fs/tracefs/inode.c | 8 +-
8624 fs/ubifs/find.c | 34 +-
8625 fs/ubifs/lprops.c | 5 +-
8626 fs/udf/misc.c | 2 +-
8627 fs/ufs/swab.h | 4 +-
8628 fs/userfaultfd.c | 2 +-
8629 fs/xattr.c | 21 +
8630 fs/xfs/libxfs/xfs_bmap.c | 2 +-
8631 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
8632 fs/xfs/xfs_dir2_readdir.c | 7 +-
8633 fs/xfs/xfs_ioctl.c | 2 +-
8634 fs/xfs/xfs_linux.h | 4 +-
8635 include/acpi/ghes.h | 2 +-
8636 include/asm-generic/4level-fixup.h | 2 +
8637 include/asm-generic/atomic-long.h | 186 +-
8638 include/asm-generic/atomic64.h | 12 +
8639 include/asm-generic/bitops/__fls.h | 2 +-
8640 include/asm-generic/bitops/fls.h | 2 +-
8641 include/asm-generic/bitops/fls64.h | 4 +-
8642 include/asm-generic/bug.h | 6 +-
8643 include/asm-generic/cache.h | 4 +-
8644 include/asm-generic/emergency-restart.h | 2 +-
8645 include/asm-generic/kmap_types.h | 4 +-
8646 include/asm-generic/local.h | 13 +
8647 include/asm-generic/pgtable-nopmd.h | 18 +-
8648 include/asm-generic/pgtable-nopud.h | 15 +-
8649 include/asm-generic/pgtable.h | 16 +
8650 include/asm-generic/sections.h | 1 +
8651 include/asm-generic/uaccess.h | 16 +
8652 include/asm-generic/vmlinux.lds.h | 15 +-
8653 include/crypto/algapi.h | 2 +-
8654 include/crypto/cast6.h | 4 +-
8655 include/crypto/serpent.h | 4 +-
8656 include/crypto/xts.h | 2 +-
8657 include/drm/drmP.h | 19 +-
8658 include/drm/drm_mm.h | 2 +-
8659 include/drm/drm_modeset_helper_vtables.h | 3 +-
8660 include/drm/i915_pciids.h | 2 +-
8661 include/drm/intel-gtt.h | 4 +-
8662 include/drm/ttm/ttm_memory.h | 2 +-
8663 include/drm/ttm/ttm_page_alloc.h | 1 +
8664 include/keys/asymmetric-subtype.h | 2 +-
8665 include/keys/encrypted-type.h | 2 +-
8666 include/keys/rxrpc-type.h | 2 +-
8667 include/keys/user-type.h | 2 +-
8668 include/linux/atmdev.h | 4 +-
8669 include/linux/atomic.h | 12 +-
8670 include/linux/audit.h | 2 +-
8671 include/linux/average.h | 2 +-
8672 include/linux/binfmts.h | 3 +-
8673 include/linux/bitmap.h | 2 +-
8674 include/linux/bitops.h | 8 +-
8675 include/linux/blk-cgroup.h | 24 +-
8676 include/linux/blkdev.h | 2 +-
8677 include/linux/blktrace_api.h | 2 +-
8678 include/linux/cache.h | 9 +
8679 include/linux/cdrom.h | 1 -
8680 include/linux/cgroup-defs.h | 2 +-
8681 include/linux/cleancache.h | 2 +-
8682 include/linux/clk-provider.h | 1 +
8683 include/linux/compat.h | 15 +-
8684 include/linux/compiler-gcc.h | 33 +-
8685 include/linux/compiler.h | 197 +-
8686 include/linux/configfs.h | 2 +-
8687 include/linux/cpufreq.h | 7 +-
8688 include/linux/cpuidle.h | 5 +-
8689 include/linux/cpumask.h | 14 +-
8690 include/linux/crypto.h | 4 +-
8691 include/linux/ctype.h | 2 +-
8692 include/linux/dcache.h | 4 +-
8693 include/linux/decompress/mm.h | 2 +-
8694 include/linux/devfreq.h | 2 +-
8695 include/linux/device.h | 7 +-
8696 include/linux/dma-mapping.h | 2 +-
8697 include/linux/efi.h | 1 +
8698 include/linux/elf.h | 2 +
8699 include/linux/err.h | 4 +-
8700 include/linux/ethtool.h | 1 +
8701 include/linux/extcon.h | 2 +-
8702 include/linux/fb.h | 3 +-
8703 include/linux/fdtable.h | 2 +-
8704 include/linux/firewire.h | 2 +-
8705 include/linux/fs.h | 5 +-
8706 include/linux/fs_struct.h | 2 +-
8707 include/linux/fscache-cache.h | 2 +-
8708 include/linux/fscache.h | 2 +-
8709 include/linux/fsnotify.h | 2 +-
8710 include/linux/genhd.h | 4 +-
8711 include/linux/genl_magic_func.h | 2 +-
8712 include/linux/genl_magic_struct.h | 4 +-
8713 include/linux/gfp.h | 14 +-
8714 include/linux/highmem.h | 12 +
8715 include/linux/hugetlb.h | 2 +-
8716 include/linux/hugetlb_cgroup.h | 11 +
8717 include/linux/hwmon-sysfs.h | 6 +-
8718 include/linux/i2c.h | 1 +
8719 include/linux/if_pppox.h | 2 +-
8720 include/linux/init.h | 10 +-
8721 include/linux/init_task.h | 7 +
8722 include/linux/interrupt.h | 6 +-
8723 include/linux/iommu.h | 2 +-
8724 include/linux/ioport.h | 2 +-
8725 include/linux/ipc.h | 2 +-
8726 include/linux/irq.h | 5 +-
8727 include/linux/irqchip/mmp.h | 2 +-
8728 include/linux/irqdesc.h | 2 +-
8729 include/linux/irqdomain.h | 3 +
8730 include/linux/jbd2.h | 2 +-
8731 include/linux/jiffies.h | 16 +-
8732 include/linux/kallsyms.h | 18 +-
8733 include/linux/key-type.h | 2 +-
8734 include/linux/kgdb.h | 6 +-
8735 include/linux/kmemleak.h | 4 +-
8736 include/linux/kobject.h | 3 +-
8737 include/linux/kobject_ns.h | 2 +-
8738 include/linux/kref.h | 2 +-
8739 include/linux/libata.h | 2 +-
8740 include/linux/linkage.h | 31 +-
8741 include/linux/list.h | 15 +
8742 include/linux/lockd/xdr.h | 34 +-
8743 include/linux/lockd/xdr4.h | 34 +-
8744 include/linux/lockref.h | 26 +-
8745 include/linux/math64.h | 10 +-
8746 include/linux/memcontrol.h | 2 +-
8747 include/linux/memory.h | 2 +-
8748 include/linux/mempolicy.h | 7 +
8749 include/linux/mm.h | 98 +-
8750 include/linux/mm_types.h | 20 +
8751 include/linux/mmiotrace.h | 4 +-
8752 include/linux/mmzone.h | 2 +-
8753 include/linux/mod_devicetable.h | 4 +-
8754 include/linux/module.h | 58 +-
8755 include/linux/moduleloader.h | 16 +
8756 include/linux/moduleparam.h | 12 +-
8757 include/linux/net.h | 2 +-
8758 include/linux/netdevice.h | 11 +-
8759 include/linux/netfilter.h | 2 +-
8760 include/linux/netfilter/ipset/ip_set.h | 16 +-
8761 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
8762 include/linux/netfilter/nfnetlink.h | 2 +-
8763 include/linux/netlink.h | 12 +-
8764 include/linux/nls.h | 4 +-
8765 include/linux/notifier.h | 3 +-
8766 include/linux/oprofile.h | 4 +-
8767 include/linux/padata.h | 2 +-
8768 include/linux/pagemap.h | 4 +-
8769 include/linux/pci_hotplug.h | 3 +-
8770 include/linux/percpu.h | 2 +-
8771 include/linux/perf_event.h | 12 +-
8772 include/linux/pid.h | 4 +-
8773 include/linux/pipe_fs_i.h | 8 +-
8774 include/linux/pm.h | 1 +
8775 include/linux/pm_domain.h | 2 +-
8776 include/linux/pm_runtime.h | 2 +-
8777 include/linux/pnp.h | 2 +-
8778 include/linux/poison.h | 4 +-
8779 include/linux/power/smartreflex.h | 2 +-
8780 include/linux/ppp-comp.h | 2 +-
8781 include/linux/preempt.h | 21 +
8782 include/linux/printk.h | 2 +-
8783 include/linux/proc_ns.h | 2 +-
8784 include/linux/psci.h | 2 +-
8785 include/linux/quota.h | 2 +-
8786 include/linux/random.h | 19 +-
8787 include/linux/rculist.h | 16 +
8788 include/linux/rcupdate.h | 8 +
8789 include/linux/reboot.h | 14 +-
8790 include/linux/regset.h | 3 +-
8791 include/linux/relay.h | 2 +-
8792 include/linux/rio.h | 2 +-
8793 include/linux/rmap.h | 4 +-
8794 include/linux/sched.h | 77 +-
8795 include/linux/scif.h | 2 +-
8796 include/linux/semaphore.h | 2 +-
8797 include/linux/seq_buf.h | 4 +-
8798 include/linux/seq_file.h | 1 +
8799 include/linux/seqlock.h | 10 +
8800 include/linux/signal.h | 2 +-
8801 include/linux/skbuff.h | 12 +-
8802 include/linux/slab.h | 47 +-
8803 include/linux/slab_def.h | 14 +-
8804 include/linux/slub_def.h | 2 +-
8805 include/linux/smp.h | 2 +
8806 include/linux/sock_diag.h | 2 +-
8807 include/linux/sonet.h | 2 +-
8808 include/linux/spinlock.h | 17 +-
8809 include/linux/srcu.h | 5 +-
8810 include/linux/string.h | 70 +-
8811 include/linux/sunrpc/addr.h | 8 +-
8812 include/linux/sunrpc/clnt.h | 2 +-
8813 include/linux/sunrpc/svc.h | 2 +-
8814 include/linux/sunrpc/svc_rdma.h | 18 +-
8815 include/linux/sunrpc/svcauth.h | 2 +-
8816 include/linux/swapops.h | 10 +-
8817 include/linux/swiotlb.h | 3 +-
8818 include/linux/syscalls.h | 38 +-
8819 include/linux/syscore_ops.h | 2 +-
8820 include/linux/sysctl.h | 3 +-
8821 include/linux/sysfs.h | 11 +-
8822 include/linux/sysrq.h | 3 +-
8823 include/linux/tcp.h | 14 +-
8824 include/linux/thread_info.h | 7 +
8825 include/linux/tty.h | 4 +-
8826 include/linux/tty_driver.h | 2 +-
8827 include/linux/tty_ldisc.h | 2 +-
8828 include/linux/types.h | 18 +
8829 include/linux/uaccess.h | 2 +-
8830 include/linux/uio_driver.h | 2 +-
8831 include/linux/unaligned/access_ok.h | 24 +-
8832 include/linux/usb.h | 12 +-
8833 include/linux/usb/hcd.h | 1 +
8834 include/linux/usb/renesas_usbhs.h | 2 +-
8835 include/linux/vermagic.h | 21 +-
8836 include/linux/vga_switcheroo.h | 8 +-
8837 include/linux/vmalloc.h | 7 +-
8838 include/linux/vmstat.h | 24 +-
8839 include/linux/writeback.h | 3 +-
8840 include/linux/xattr.h | 5 +-
8841 include/linux/zlib.h | 3 +-
8842 include/media/v4l2-dev.h | 2 +-
8843 include/media/v4l2-device.h | 2 +-
8844 include/net/9p/transport.h | 2 +-
8845 include/net/bluetooth/l2cap.h | 2 +-
8846 include/net/bonding.h | 2 +-
8847 include/net/caif/cfctrl.h | 6 +-
8848 include/net/cfg80211-wext.h | 20 +-
8849 include/net/cfg802154.h | 2 +-
8850 include/net/fib_rules.h | 3 +-
8851 include/net/flow.h | 2 +-
8852 include/net/genetlink.h | 2 +-
8853 include/net/gro_cells.h | 2 +-
8854 include/net/inet_connection_sock.h | 2 +-
8855 include/net/inet_sock.h | 2 +-
8856 include/net/inetpeer.h | 2 +-
8857 include/net/ip_fib.h | 2 +-
8858 include/net/ip_vs.h | 8 +-
8859 include/net/ipv6.h | 2 +-
8860 include/net/irda/ircomm_tty.h | 1 +
8861 include/net/irda/irias_object.h | 2 +-
8862 include/net/irda/irlmp.h | 1 +
8863 include/net/irda/irlmp_event.h | 6 +-
8864 include/net/irda/timer.h | 6 +-
8865 include/net/iucv/af_iucv.h | 2 +-
8866 include/net/llc_c_ac.h | 2 +-
8867 include/net/llc_c_ev.h | 4 +-
8868 include/net/llc_c_st.h | 2 +-
8869 include/net/llc_s_ac.h | 2 +-
8870 include/net/llc_s_st.h | 2 +-
8871 include/net/mac80211.h | 6 +-
8872 include/net/neighbour.h | 4 +-
8873 include/net/net_namespace.h | 18 +-
8874 include/net/netfilter/nf_conntrack.h | 2 +-
8875 include/net/netlink.h | 2 +-
8876 include/net/netns/conntrack.h | 6 +-
8877 include/net/netns/ipv4.h | 4 +-
8878 include/net/netns/ipv6.h | 4 +-
8879 include/net/netns/xfrm.h | 2 +-
8880 include/net/ping.h | 2 +-
8881 include/net/protocol.h | 4 +-
8882 include/net/rtnetlink.h | 2 +-
8883 include/net/sctp/checksum.h | 4 +-
8884 include/net/sctp/sm.h | 4 +-
8885 include/net/sctp/structs.h | 2 +-
8886 include/net/snmp.h | 10 +-
8887 include/net/sock.h | 14 +-
8888 include/net/tcp.h | 10 +-
8889 include/net/xfrm.h | 15 +-
8890 include/rdma/ib_cm.h | 8 +-
8891 include/rdma/ib_verbs.h | 2 +-
8892 include/scsi/libfc.h | 3 +-
8893 include/scsi/scsi_device.h | 6 +-
8894 include/scsi/scsi_driver.h | 2 +-
8895 include/scsi/scsi_transport_fc.h | 3 +-
8896 include/scsi/sg.h | 2 +-
8897 include/sound/compress_driver.h | 2 +-
8898 include/sound/control.h | 4 +-
8899 include/sound/pcm.h | 2 +-
8900 include/sound/rawmidi.h | 3 +-
8901 include/sound/seq_kernel.h | 2 +-
8902 include/sound/soc.h | 4 +-
8903 include/trace/events/irq.h | 4 +-
8904 include/trace/events/mmflags.h | 7 +
8905 include/uapi/linux/a.out.h | 8 +
8906 include/uapi/linux/bcache.h | 5 +-
8907 include/uapi/linux/byteorder/little_endian.h | 28 +-
8908 include/uapi/linux/connector.h | 2 +-
8909 include/uapi/linux/elf.h | 28 +
8910 include/uapi/linux/screen_info.h | 2 +-
8911 include/uapi/linux/swab.h | 6 +-
8912 include/uapi/linux/xattr.h | 5 +
8913 include/video/udlfb.h | 8 +-
8914 include/video/uvesafb.h | 1 +
8915 init/Kconfig | 2 +-
8916 init/do_mounts.c | 16 +-
8917 init/do_mounts.h | 8 +-
8918 init/do_mounts_initrd.c | 30 +-
8919 init/do_mounts_md.c | 6 +-
8920 init/init_task.c | 4 +
8921 init/initramfs.c | 38 +-
8922 init/main.c | 30 +-
8923 ipc/compat.c | 4 +-
8924 ipc/ipc_sysctl.c | 14 +-
8925 ipc/mq_sysctl.c | 4 +-
8926 ipc/sem.c | 4 +-
8927 ipc/shm.c | 8 +-
8928 kernel/audit.c | 10 +-
8929 kernel/auditsc.c | 4 +-
8930 kernel/bpf/core.c | 28 +-
8931 kernel/capability.c | 3 +
8932 kernel/cgroup.c | 29 +-
8933 kernel/compat.c | 38 +-
8934 kernel/debug/debug_core.c | 16 +-
8935 kernel/debug/kdb/kdb_main.c | 4 +-
8936 kernel/events/callchain.c | 2 +-
8937 kernel/events/core.c | 36 +-
8938 kernel/events/internal.h | 10 +-
8939 kernel/events/uprobes.c | 2 +-
8940 kernel/exit.c | 27 +-
8941 kernel/fork.c | 175 +-
8942 kernel/futex.c | 9 +
8943 kernel/futex_compat.c | 2 +-
8944 kernel/irq/manage.c | 2 +-
8945 kernel/irq/msi.c | 19 +-
8946 kernel/irq/spurious.c | 2 +-
8947 kernel/jump_label.c | 5 +
8948 kernel/kallsyms.c | 40 +-
8949 kernel/kexec.c | 3 +-
8950 kernel/kmod.c | 8 +-
8951 kernel/kprobes.c | 4 +-
8952 kernel/ksysfs.c | 2 +-
8953 kernel/locking/lockdep.c | 7 +-
8954 kernel/module.c | 405 +-
8955 kernel/notifier.c | 17 +-
8956 kernel/padata.c | 4 +-
8957 kernel/panic.c | 11 +-
8958 kernel/pid.c | 8 +-
8959 kernel/pid_namespace.c | 2 +-
8960 kernel/power/process.c | 12 +-
8961 kernel/profile.c | 14 +-
8962 kernel/ptrace.c | 8 +-
8963 kernel/rcu/rcutorture.c | 60 +-
8964 kernel/rcu/tiny.c | 4 +-
8965 kernel/rcu/tree.c | 42 +-
8966 kernel/rcu/tree.h | 14 +-
8967 kernel/rcu/tree_plugin.h | 18 +-
8968 kernel/rcu/tree_trace.c | 12 +-
8969 kernel/resource.c | 4 +-
8970 kernel/sched/auto_group.c | 4 +-
8971 kernel/sched/core.c | 8 +-
8972 kernel/sched/deadline.c | 4 +-
8973 kernel/sched/debug.c | 45 +-
8974 kernel/sched/fair.c | 2 +-
8975 kernel/sched/rt.c | 4 +-
8976 kernel/sched/sched.h | 13 +-
8977 kernel/signal.c | 28 +-
8978 kernel/smp.c | 2 +-
8979 kernel/smpboot.c | 7 +-
8980 kernel/softirq.c | 12 +-
8981 kernel/stop_machine.c | 2 +-
8982 kernel/sys.c | 10 +-
8983 kernel/sys_ni.c | 4 +-
8984 kernel/sysctl.c | 34 +-
8985 kernel/time/alarmtimer.c | 4 +-
8986 kernel/time/posix-clock.c | 8 +-
8987 kernel/time/posix-cpu-timers.c | 4 +-
8988 kernel/time/posix-timers.c | 36 +-
8989 kernel/time/timer.c | 2 +-
8990 kernel/time/timer_stats.c | 10 +-
8991 kernel/trace/blktrace.c | 6 +-
8992 kernel/trace/ftrace.c | 33 +-
8993 kernel/trace/ring_buffer.c | 96 +-
8994 kernel/trace/trace.c | 2 +-
8995 kernel/trace/trace.h | 2 +-
8996 kernel/trace/trace_clock.c | 4 +-
8997 kernel/trace/trace_events.c | 1 -
8998 kernel/trace/trace_events_hist.c | 4 +-
8999 kernel/trace/trace_functions_graph.c | 4 +-
9000 kernel/trace/trace_mmiotrace.c | 8 +-
9001 kernel/trace/trace_output.c | 10 +-
9002 kernel/trace/trace_seq.c | 2 +-
9003 kernel/trace/trace_stack.c | 2 +-
9004 kernel/trace/tracing_map.c | 48 +-
9005 kernel/trace/tracing_map.h | 6 +-
9006 kernel/user.c | 2 +-
9007 kernel/user_namespace.c | 2 +-
9008 kernel/utsname_sysctl.c | 2 +-
9009 kernel/watchdog.c | 2 +-
9010 kernel/workqueue.c | 8 +-
9011 lib/Kconfig.debug | 8 +-
9012 lib/Makefile | 2 +-
9013 lib/bitmap.c | 8 +-
9014 lib/bug.c | 2 +
9015 lib/debugobjects.c | 2 +-
9016 lib/decompress_bunzip2.c | 3 +-
9017 lib/decompress_unlzma.c | 4 +-
9018 lib/div64.c | 4 +-
9019 lib/dma-debug.c | 4 +-
9020 lib/extable.c | 11 +-
9021 lib/inflate.c | 2 +-
9022 lib/ioremap.c | 4 +-
9023 lib/irq_poll.c | 2 +-
9024 lib/kobject.c | 4 +-
9025 lib/list_debug.c | 126 +-
9026 lib/lockref.c | 44 +-
9027 lib/percpu-refcount.c | 2 +-
9028 lib/radix-tree.c | 2 +-
9029 lib/random32.c | 2 +-
9030 lib/rhashtable.c | 4 +-
9031 lib/seq_buf.c | 4 +-
9032 lib/show_mem.c | 2 +-
9033 lib/strncpy_from_user.c | 2 +-
9034 lib/strnlen_user.c | 2 +-
9035 lib/swiotlb.c | 2 +-
9036 lib/usercopy.c | 6 +
9037 lib/vsprintf.c | 12 +-
9038 mm/Kconfig | 6 +-
9039 mm/backing-dev.c | 4 +-
9040 mm/fadvise.c | 2 +-
9041 mm/filemap.c | 8 +-
9042 mm/gup.c | 13 +-
9043 mm/highmem.c | 6 +-
9044 mm/hugetlb.c | 125 +-
9045 mm/hugetlb_cgroup.c | 60 +-
9046 mm/internal.h | 3 +-
9047 mm/maccess.c | 12 +-
9048 mm/madvise.c | 37 +
9049 mm/memcontrol.c | 6 +-
9050 mm/memory-failure.c | 6 +-
9051 mm/memory.c | 424 +-
9052 mm/mempolicy.c | 25 +
9053 mm/mlock.c | 18 +-
9054 mm/mm_init.c | 2 +-
9055 mm/mmap.c | 552 +-
9056 mm/mprotect.c | 137 +-
9057 mm/mremap.c | 39 +-
9058 mm/nommu.c | 21 +-
9059 mm/page-writeback.c | 2 +-
9060 mm/page_alloc.c | 61 +-
9061 mm/percpu.c | 2 +-
9062 mm/process_vm_access.c | 14 +-
9063 mm/readahead.c | 2 +-
9064 mm/rmap.c | 43 +-
9065 mm/shmem.c | 36 +-
9066 mm/slab.c | 113 +-
9067 mm/slab.h | 37 +-
9068 mm/slab_common.c | 85 +-
9069 mm/slob.c | 248 +-
9070 mm/slub.c | 118 +-
9071 mm/sparse-vmemmap.c | 4 +-
9072 mm/sparse.c | 2 +-
9073 mm/swap.c | 7 +
9074 mm/swapfile.c | 12 +-
9075 mm/util.c | 7 +
9076 mm/vmalloc.c | 116 +-
9077 mm/vmstat.c | 14 +-
9078 net/8021q/vlan.c | 5 +-
9079 net/8021q/vlan_netlink.c | 2 +-
9080 net/9p/mod.c | 4 +-
9081 net/9p/trans_fd.c | 2 +-
9082 net/atm/atm_misc.c | 8 +-
9083 net/atm/lec.h | 2 +-
9084 net/atm/proc.c | 6 +-
9085 net/atm/resources.c | 4 +-
9086 net/ax25/sysctl_net_ax25.c | 2 +-
9087 net/batman-adv/bat_iv_ogm.c | 8 +-
9088 net/batman-adv/fragmentation.c | 2 +-
9089 net/batman-adv/routing.c | 4 +-
9090 net/batman-adv/soft-interface.c | 12 +-
9091 net/batman-adv/sysfs.c | 48 +-
9092 net/batman-adv/sysfs.h | 4 +-
9093 net/batman-adv/translation-table.c | 14 +-
9094 net/batman-adv/types.h | 8 +-
9095 net/bluetooth/hci_sock.c | 2 +-
9096 net/bluetooth/l2cap_core.c | 6 +-
9097 net/bluetooth/l2cap_sock.c | 12 +-
9098 net/bluetooth/rfcomm/sock.c | 4 +-
9099 net/bluetooth/rfcomm/tty.c | 4 +-
9100 net/bridge/br_netfilter_hooks.c | 4 +-
9101 net/bridge/br_netlink.c | 2 +-
9102 net/bridge/netfilter/ebtables.c | 6 +-
9103 net/caif/cfctrl.c | 11 +-
9104 net/caif/chnl_net.c | 4 +-
9105 net/can/af_can.c | 2 +-
9106 net/can/gw.c | 6 +-
9107 net/ceph/ceph_common.c | 2 +-
9108 net/ceph/messenger.c | 4 +-
9109 net/compat.c | 26 +-
9110 net/core/datagram.c | 2 +-
9111 net/core/dev.c | 26 +-
9112 net/core/filter.c | 2 +-
9113 net/core/flow.c | 8 +-
9114 net/core/neighbour.c | 18 +-
9115 net/core/net-procfs.c | 4 +-
9116 net/core/net-sysfs.c | 2 +-
9117 net/core/net_namespace.c | 10 +-
9118 net/core/netpoll.c | 4 +-
9119 net/core/rtnetlink.c | 17 +-
9120 net/core/scm.c | 12 +-
9121 net/core/skbuff.c | 11 +-
9122 net/core/sock.c | 32 +-
9123 net/core/sock_diag.c | 17 +-
9124 net/core/sysctl_net_core.c | 22 +-
9125 net/decnet/af_decnet.c | 1 +
9126 net/decnet/sysctl_net_decnet.c | 4 +-
9127 net/dsa/dsa.c | 2 +-
9128 net/dsa/slave.c | 4 +-
9129 net/hsr/hsr_device.c | 2 +-
9130 net/hsr/hsr_netlink.c | 2 +-
9131 net/ieee802154/6lowpan/core.c | 2 +-
9132 net/ieee802154/6lowpan/reassembly.c | 14 +-
9133 net/ieee802154/core.c | 6 +-
9134 net/ipv4/af_inet.c | 6 +-
9135 net/ipv4/arp.c | 2 +-
9136 net/ipv4/devinet.c | 20 +-
9137 net/ipv4/fib_frontend.c | 6 +-
9138 net/ipv4/fib_semantics.c | 2 +-
9139 net/ipv4/icmp.c | 2 +-
9140 net/ipv4/inet_connection_sock.c | 4 +-
9141 net/ipv4/inet_diag.c | 4 +-
9142 net/ipv4/inet_timewait_sock.c | 2 +-
9143 net/ipv4/inetpeer.c | 2 +-
9144 net/ipv4/ip_fragment.c | 17 +-
9145 net/ipv4/ip_gre.c | 6 +-
9146 net/ipv4/ip_sockglue.c | 2 +-
9147 net/ipv4/ip_vti.c | 4 +-
9148 net/ipv4/ipconfig.c | 6 +-
9149 net/ipv4/ipip.c | 4 +-
9150 net/ipv4/netfilter/arp_tables.c | 10 +-
9151 net/ipv4/netfilter/ip_tables.c | 10 +-
9152 net/ipv4/ping.c | 14 +-
9153 net/ipv4/proc.c | 10 +-
9154 net/ipv4/raw.c | 16 +-
9155 net/ipv4/route.c | 40 +-
9156 net/ipv4/sysctl_net_ipv4.c | 24 +-
9157 net/ipv4/tcp_input.c | 6 +-
9158 net/ipv4/tcp_ipv4.c | 2 +-
9159 net/ipv4/tcp_metrics.c | 2 +-
9160 net/ipv4/tcp_probe.c | 2 +-
9161 net/ipv4/udp.c | 10 +-
9162 net/ipv4/xfrm4_mode_beet.c | 2 +-
9163 net/ipv4/xfrm4_mode_transport.c | 2 +-
9164 net/ipv4/xfrm4_policy.c | 19 +-
9165 net/ipv4/xfrm4_state.c | 4 +-
9166 net/ipv6/addrconf.c | 26 +-
9167 net/ipv6/af_inet6.c | 2 +-
9168 net/ipv6/datagram.c | 2 +-
9169 net/ipv6/icmp.c | 2 +-
9170 net/ipv6/inet6_hashtables.c | 2 +-
9171 net/ipv6/ip6_fib.c | 4 +-
9172 net/ipv6/ip6_gre.c | 10 +-
9173 net/ipv6/ip6_tunnel.c | 4 +-
9174 net/ipv6/ip6_vti.c | 4 +-
9175 net/ipv6/ipv6_sockglue.c | 2 +-
9176 net/ipv6/ndisc.c | 2 +-
9177 net/ipv6/netfilter/ip6_tables.c | 10 +-
9178 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
9179 net/ipv6/ping.c | 33 +-
9180 net/ipv6/proc.c | 10 +-
9181 net/ipv6/raw.c | 17 +-
9182 net/ipv6/reassembly.c | 13 +-
9183 net/ipv6/route.c | 2 +-
9184 net/ipv6/sit.c | 4 +-
9185 net/ipv6/sysctl_net_ipv6.c | 2 +-
9186 net/ipv6/udp.c | 6 +-
9187 net/ipv6/xfrm6_mode_beet.c | 2 +-
9188 net/ipv6/xfrm6_mode_transport.c | 2 +-
9189 net/ipv6/xfrm6_policy.c | 17 +-
9190 net/irda/discovery.c | 2 +-
9191 net/irda/ircomm/ircomm_core.c | 13 +-
9192 net/irda/ircomm/ircomm_tty.c | 24 +-
9193 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
9194 net/irda/irda_device.c | 14 +-
9195 net/irda/iriap.c | 14 +-
9196 net/irda/irias_object.c | 10 +-
9197 net/irda/irlan/irlan_client.c | 2 +-
9198 net/irda/irlap.c | 15 +-
9199 net/irda/irlap_event.c | 2 +-
9200 net/irda/irlmp.c | 21 +-
9201 net/irda/irlmp_event.c | 6 +-
9202 net/irda/irnet/irnet.h | 2 +-
9203 net/irda/irnet/irnet_irda.c | 6 +-
9204 net/irda/irttp.c | 8 +-
9205 net/irda/timer.c | 24 +-
9206 net/iucv/af_iucv.c | 4 +-
9207 net/iucv/iucv.c | 2 +-
9208 net/key/af_key.c | 4 +-
9209 net/l2tp/l2tp_eth.c | 40 +-
9210 net/l2tp/l2tp_ip.c | 2 +-
9211 net/l2tp/l2tp_ip6.c | 2 +-
9212 net/mac80211/cfg.c | 12 +-
9213 net/mac80211/debugfs.c | 2 +-
9214 net/mac80211/debugfs_key.c | 6 +-
9215 net/mac80211/ieee80211_i.h | 3 +-
9216 net/mac80211/iface.c | 20 +-
9217 net/mac80211/main.c | 2 +-
9218 net/mac80211/pm.c | 4 +-
9219 net/mac80211/rate.c | 2 +-
9220 net/mac80211/sta_info.c | 2 +-
9221 net/mac80211/tx.c | 2 +-
9222 net/mac80211/util.c | 8 +-
9223 net/mac80211/wpa.c | 12 +-
9224 net/mac802154/iface.c | 6 +-
9225 net/mpls/af_mpls.c | 10 +-
9226 net/netfilter/ipset/ip_set_core.c | 7 +-
9227 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
9228 net/netfilter/ipvs/ip_vs_core.c | 8 +-
9229 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
9230 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
9231 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
9232 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
9233 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
9234 net/netfilter/nf_conntrack_acct.c | 2 +-
9235 net/netfilter/nf_conntrack_core.c | 2 +-
9236 net/netfilter/nf_conntrack_ecache.c | 2 +-
9237 net/netfilter/nf_conntrack_helper.c | 2 +-
9238 net/netfilter/nf_conntrack_netlink.c | 22 +-
9239 net/netfilter/nf_conntrack_proto.c | 2 +-
9240 net/netfilter/nf_conntrack_standalone.c | 2 +-
9241 net/netfilter/nf_conntrack_timestamp.c | 2 +-
9242 net/netfilter/nf_log.c | 10 +-
9243 net/netfilter/nf_nat_ftp.c | 2 +-
9244 net/netfilter/nf_nat_irc.c | 2 +-
9245 net/netfilter/nf_sockopt.c | 4 +-
9246 net/netfilter/nf_tables_api.c | 13 +-
9247 net/netfilter/nfnetlink_acct.c | 33 +-
9248 net/netfilter/nfnetlink_cthelper.c | 2 +-
9249 net/netfilter/nfnetlink_cttimeout.c | 2 +-
9250 net/netfilter/nfnetlink_log.c | 4 +-
9251 net/netfilter/nft_compat.c | 9 +-
9252 net/netfilter/xt_IDLETIMER.c | 12 +-
9253 net/netfilter/xt_statistic.c | 8 +-
9254 net/netlink/af_netlink.c | 16 +-
9255 net/netlink/diag.c | 2 +-
9256 net/netlink/genetlink.c | 14 +-
9257 net/openvswitch/vport-geneve.c | 7 +-
9258 net/openvswitch/vport-gre.c | 7 +-
9259 net/openvswitch/vport-internal_dev.c | 4 +-
9260 net/openvswitch/vport-netdev.c | 7 +-
9261 net/openvswitch/vport-vxlan.c | 7 +-
9262 net/packet/af_packet.c | 26 +-
9263 net/packet/diag.c | 2 +-
9264 net/packet/internal.h | 6 +-
9265 net/phonet/pep.c | 6 +-
9266 net/phonet/socket.c | 2 +-
9267 net/phonet/sysctl.c | 2 +-
9268 net/rds/cong.c | 6 +-
9269 net/rds/ib.h | 2 +-
9270 net/rds/ib_cm.c | 2 +-
9271 net/rds/ib_recv.c | 4 +-
9272 net/rds/rds.h | 2 +-
9273 net/rds/tcp.c | 6 +-
9274 net/rds/tcp.h | 6 +-
9275 net/rds/tcp_send.c | 2 +-
9276 net/rxrpc/af_rxrpc.c | 2 +-
9277 net/rxrpc/ar-ack.c | 14 +-
9278 net/rxrpc/ar-call.c | 2 +-
9279 net/rxrpc/ar-connection.c | 2 +-
9280 net/rxrpc/ar-connevent.c | 2 +-
9281 net/rxrpc/ar-input.c | 4 +-
9282 net/rxrpc/ar-internal.h | 8 +-
9283 net/rxrpc/ar-local.c | 2 +-
9284 net/rxrpc/ar-output.c | 4 +-
9285 net/rxrpc/ar-peer.c | 2 +-
9286 net/rxrpc/ar-proc.c | 4 +-
9287 net/rxrpc/ar-transport.c | 2 +-
9288 net/rxrpc/rxkad.c | 4 +-
9289 net/sched/sch_generic.c | 4 +-
9290 net/sched/sch_tbf.c | 9 +-
9291 net/sctp/ipv6.c | 4 +-
9292 net/sctp/protocol.c | 8 +-
9293 net/sctp/sctp_diag.c | 2 +-
9294 net/sctp/sm_sideeffect.c | 4 +-
9295 net/sctp/socket.c | 21 +-
9296 net/sctp/sysctl.c | 10 +-
9297 net/socket.c | 18 +-
9298 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
9299 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
9300 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
9301 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
9302 net/sunrpc/clnt.c | 4 +-
9303 net/sunrpc/rpcb_clnt.c | 66 +-
9304 net/sunrpc/sched.c | 4 +-
9305 net/sunrpc/svc.c | 8 +-
9306 net/sunrpc/svcauth_unix.c | 2 +-
9307 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
9308 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
9309 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
9310 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
9311 net/tipc/netlink_compat.c | 12 +-
9312 net/tipc/subscr.c | 2 +-
9313 net/unix/diag.c | 2 +-
9314 net/unix/sysctl_net_unix.c | 2 +-
9315 net/wireless/scan.c | 3 +-
9316 net/wireless/wext-compat.c | 141 +-
9317 net/wireless/wext-compat.h | 8 +-
9318 net/wireless/wext-core.c | 19 +-
9319 net/wireless/wext-sme.c | 5 +-
9320 net/xfrm/xfrm_policy.c | 18 +-
9321 net/xfrm/xfrm_state.c | 37 +-
9322 net/xfrm/xfrm_sysctl.c | 2 +-
9323 net/xfrm/xfrm_user.c | 2 +-
9324 scripts/Kbuild.include | 12 +-
9325 scripts/Makefile | 2 +-
9326 scripts/Makefile.build | 2 +-
9327 scripts/Makefile.clean | 4 +-
9328 scripts/Makefile.extrawarn | 4 +
9329 scripts/Makefile.gcc-plugins | 95 +
9330 scripts/Makefile.host | 73 +-
9331 scripts/basic/fixdep.c | 10 +-
9332 scripts/dtc/checks.c | 14 +-
9333 scripts/dtc/data.c | 6 +-
9334 scripts/dtc/flattree.c | 8 +-
9335 scripts/dtc/livetree.c | 4 +-
9336 scripts/gcc-plugin.sh | 65 +
9337 scripts/gcc-plugins/Makefile | 28 +
9338 scripts/gcc-plugins/checker_plugin.c | 496 +
9339 scripts/gcc-plugins/colorize_plugin.c | 162 +
9340 scripts/gcc-plugins/constify_plugin.c | 582 +
9341 scripts/gcc-plugins/gcc-common.h | 894 +
9342 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 175 +
9343 scripts/gcc-plugins/gcc-generate-ipa-pass.h | 289 +
9344 scripts/gcc-plugins/gcc-generate-rtl-pass.h | 175 +
9345 scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h | 175 +
9346 scripts/gcc-plugins/initify_plugin.c | 536 +
9347 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
9348 scripts/gcc-plugins/kernexec_plugin.c | 407 +
9349 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
9350 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
9351 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
9352 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
9353 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
9354 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 513 +
9355 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
9356 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
9357 scripts/gcc-plugins/size_overflow_plugin/Makefile | 30 +
9358 .../disable_size_overflow_hash.data | 12445 +++++++++++
9359 .../generate_size_overflow_hash.sh | 103 +
9360 .../insert_size_overflow_asm.c | 369 +
9361 .../size_overflow_plugin/intentional_overflow.c | 1166 +
9362 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
9363 .../size_overflow_plugin/size_overflow.h | 331 +
9364 .../size_overflow_plugin/size_overflow_debug.c | 194 +
9365 .../size_overflow_plugin/size_overflow_hash.data | 22068 +++++++++++++++++++
9366 .../size_overflow_hash_aux.data | 97 +
9367 .../size_overflow_plugin/size_overflow_ipa.c | 1163 +
9368 .../size_overflow_plugin/size_overflow_misc.c | 505 +
9369 .../size_overflow_plugin/size_overflow_plugin.c | 290 +
9370 .../size_overflow_plugin_hash.c | 352 +
9371 .../size_overflow_plugin/size_overflow_transform.c | 743 +
9372 .../size_overflow_transform_core.c | 1025 +
9373 scripts/gcc-plugins/stackleak_plugin.c | 350 +
9374 scripts/gcc-plugins/structleak_plugin.c | 239 +
9375 scripts/headers_install.sh | 1 +
9376 scripts/kallsyms.c | 4 +-
9377 scripts/kconfig/lkc.h | 5 +-
9378 scripts/kconfig/menu.c | 2 +-
9379 scripts/kconfig/symbol.c | 6 +-
9380 scripts/link-vmlinux.sh | 2 +-
9381 scripts/mod/file2alias.c | 14 +-
9382 scripts/mod/modpost.c | 40 +-
9383 scripts/mod/modpost.h | 6 +-
9384 scripts/mod/sumversion.c | 2 +-
9385 scripts/module-common.lds | 4 +
9386 scripts/package/builddeb | 1 +
9387 scripts/pnmtologo.c | 6 +-
9388 scripts/sortextable.h | 6 +-
9389 scripts/tags.sh | 2 +-
9390 security/Kconfig | 735 +-
9391 security/apparmor/include/policy.h | 2 +-
9392 security/apparmor/lsm.c | 16 +-
9393 security/apparmor/policy.c | 4 +-
9394 security/integrity/ima/ima.h | 4 +-
9395 security/integrity/ima/ima_api.c | 2 +-
9396 security/integrity/ima/ima_fs.c | 4 +-
9397 security/integrity/ima/ima_queue.c | 2 +-
9398 security/keys/internal.h | 8 +-
9399 security/keys/key.c | 18 +-
9400 security/keys/keyring.c | 4 -
9401 security/selinux/avc.c | 6 +-
9402 security/selinux/include/xfrm.h | 2 +-
9403 security/yama/yama_lsm.c | 2 +-
9404 sound/aoa/codecs/onyx.c | 7 +-
9405 sound/aoa/codecs/onyx.h | 1 +
9406 sound/core/oss/pcm_oss.c | 18 +-
9407 sound/core/pcm_compat.c | 2 +-
9408 sound/core/pcm_lib.c | 3 +-
9409 sound/core/pcm_native.c | 4 +-
9410 sound/core/rawmidi.c | 5 +-
9411 sound/core/seq/oss/seq_oss_synth.c | 4 +-
9412 sound/core/seq/seq_clientmgr.c | 10 +-
9413 sound/core/seq/seq_compat.c | 2 +-
9414 sound/core/seq/seq_fifo.c | 6 +-
9415 sound/core/seq/seq_fifo.h | 2 +-
9416 sound/core/seq/seq_memory.c | 18 +-
9417 sound/core/seq/seq_midi.c | 5 +-
9418 sound/core/seq/seq_virmidi.c | 2 +-
9419 sound/core/sound.c | 2 +-
9420 sound/drivers/mts64.c | 14 +-
9421 sound/drivers/opl4/opl4_lib.c | 2 +-
9422 sound/drivers/portman2x4.c | 3 +-
9423 sound/firewire/amdtp-am824.c | 2 +-
9424 sound/firewire/amdtp-stream.c | 4 +-
9425 sound/firewire/amdtp-stream.h | 2 +-
9426 sound/firewire/digi00x/amdtp-dot.c | 2 +-
9427 sound/firewire/isight.c | 10 +-
9428 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
9429 sound/oss/sb_audio.c | 2 +-
9430 sound/oss/swarm_cs4297a.c | 6 +-
9431 sound/pci/als300.c | 2 +-
9432 sound/pci/aw2/aw2-alsa.c | 2 -
9433 sound/pci/aw2/aw2-saa7146.c | 4 +-
9434 sound/pci/ctxfi/ctamixer.c | 14 +-
9435 sound/pci/ctxfi/ctamixer.h | 8 +-
9436 sound/pci/ctxfi/ctatc.c | 20 +-
9437 sound/pci/ctxfi/ctdaio.c | 6 +-
9438 sound/pci/ctxfi/ctdaio.h | 4 +-
9439 sound/pci/ctxfi/ctsrc.c | 13 +-
9440 sound/pci/ctxfi/ctsrc.h | 8 +-
9441 sound/pci/hda/hda_codec.c | 2 +-
9442 sound/pci/ymfpci/ymfpci.h | 2 +-
9443 sound/pci/ymfpci/ymfpci_main.c | 12 +-
9444 sound/soc/codecs/cx20442.c | 8 +-
9445 sound/soc/codecs/sti-sas.c | 10 +-
9446 sound/soc/codecs/tlv320dac33.c | 7 +-
9447 sound/soc/codecs/uda1380.c | 7 +-
9448 sound/soc/intel/skylake/skl-sst-dsp.h | 2 +-
9449 sound/soc/soc-ac97.c | 6 +-
9450 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
9451 tools/include/linux/compiler.h | 8 +
9452 tools/perf/util/include/asm/alternative-asm.h | 3 +
9453 tools/virtio/linux/uaccess.h | 2 +-
9454 virt/kvm/kvm_main.c | 42 +-
9455 2774 files changed, 78254 insertions(+), 14304 deletions(-)
9456commit b2d3123595e9bd771c1292b03b82e47127b416c0
9457Author: Brad Spengler <spender@grsecurity.net>
9458Date: Sun Jul 31 21:40:39 2016 -0400
9459
9460 ARM compile fixes
9461
9462 arch/arm/include/asm/atomic.h | 40 +++++++++++++++++++++++++--------------
9463 arch/arm/include/asm/domain.h | 1 +
9464 include/asm-generic/atomic-long.h | 2 ++
9465 include/asm-generic/atomic64.h | 1 +
9466 include/linux/atomic.h | 23 ++++++++++++++++++++++
9467 5 files changed, 53 insertions(+), 14 deletions(-)
9468
9469commit 439d240094e132ce7455a12267340a15ff45a6bf
9470Author: Scott Bauer <sbauer@plzdonthack.me>
9471Date: Wed Jul 27 19:11:29 2016 -0600
9472
9473 vfs: ioctl: prevent double-fetch in dedupe ioctl
9474
9475 This prevents a double-fetch from user space that can lead to to an
9476 undersized allocation and heap overflow.
9477
9478 Fixes: 54dbc1517237 ("vfs: hoist the btrfs deduplication ioctl to the vfs")
9479 Signed-off-by: Scott Bauer <sbauer@plzdonthack.me>
9480 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9481
9482 fs/ioctl.c | 1 +
9483 1 file changed, 1 insertion(+)
9484
9485commit 0e2289fa07be544a2f72d3eebd1d2c76e435f5c5
9486Author: Brad Spengler <spender@grsecurity.net>
9487Date: Wed Jul 27 20:30:01 2016 -0400
9488
9489 Update size_overflow hash table
9490
9491 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
9492 1 file changed, 1 insertion(+)
9493
9494commit 50d051c5af8ea45fc8465ccbfda3530e95d2b97a
9495Author: Brad Spengler <spender@grsecurity.net>
9496Date: Wed Jul 27 20:14:26 2016 -0400
9497
9498 Update size_overflow hash table
9499
9500 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 3 ++-
9501 1 file changed, 2 insertions(+), 1 deletion(-)
9502
9503commit aff6427a6baa489e210f6951f90bf29c4bf7a5f6
9504Merge: d1085b0 8f83873
9505Author: Brad Spengler <spender@grsecurity.net>
9506Date: Wed Jul 27 19:53:16 2016 -0400
9507
9508 Merge branch 'pax-test' into grsec-test
9509
9510commit 8f838734fe795a77eef1807e804b8bbae857201f
9511Merge: 48edba8 bed4c61
9512Author: Brad Spengler <spender@grsecurity.net>
9513Date: Wed Jul 27 19:40:39 2016 -0400
9514
9515 Update to pax-linux-4.6.5-test18.patch:
9516 - fixed a few non-refcount atomic uses found by static analysis
9517 - plugins no longer export symbols except for those required by gcc
9518 - moved a few instrumentation passes after other analysis passes to prevent interference
9519 - got rid of the use of paravirt_enabled on amd64 which is gone in 4.7 anyway
9520 - repurposed the unusued skip_heap_stack_gap to simplify the unmapped area lookup code
9521 - fixed a few compile warnings related to constification and function type fixes
9522
9523 Merge branch 'linux-4.6.y' into pax-test
9524
9525commit d1085b0354e32d2b030ca38bf0fa854129b6f381
9526Merge: 59774b1 48edba8
9527Author: Brad Spengler <spender@grsecurity.net>
9528Date: Sun Jul 24 19:36:43 2016 -0400
9529
9530 Merge branch 'pax-test' into grsec-test
9531
9532commit 48edba86de9569aef6faad21075b501c5023a66f
9533Author: Brad Spengler <spender@grsecurity.net>
9534Date: Sun Jul 24 19:34:05 2016 -0400
9535
9536 Update to pax-linux-4.6.4-test16.patch:
9537 - 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)
9538 - reverted back to the old size overflow hash table until Emese tames the data flow analysis a bit
9539 - fixed the constify plugin to properly build the type for pointers to deconstified structs
9540
9541 arch/x86/include/asm/uaccess.h | 2 +-
9542 arch/x86/kernel/kgdb.c | 4 +-
9543 scripts/gcc-plugins/constify_plugin.c | 9 +-
9544 .../disable_size_overflow_hash.data | 7 +-
9545 .../size_overflow_plugin/size_overflow_hash.data | 13545 +++++++++----------
9546 5 files changed, 6580 insertions(+), 6987 deletions(-)
9547
9548commit 59774b19cbe7ea87915d659d4711c830ce360e36
9549Author: Brad Spengler <spender@grsecurity.net>
9550Date: Sat Jul 23 18:47:31 2016 -0400
9551
9552 Allow 'perf' to be used as a privileged user by making the default
9553 kptr_restrict setting 1 with HIDESYM (rather than the previous 2).
9554 To prevent abuse from loggers (like the adb case) add CAP_SYS_ADMIN
9555 to the kptr_restrict=1 case. It can always be set to 2 if the user
9556 wishes.
9557
9558 kernel/sysctl.c | 2 +-
9559 lib/vsprintf.c | 5 ++++-
9560 2 files changed, 5 insertions(+), 2 deletions(-)
9561
9562commit 191fac3a4900d3e033969952d99b79cfa2525f30
9563Author: Brad Spengler <spender@grsecurity.net>
9564Date: Sat Jul 23 14:56:39 2016 -0400
9565
9566 Force OABI_COMPAT off, it's full of privesc vulns
9567
9568 arch/arm/Kconfig | 1 +
9569 1 file changed, 1 insertion(+)
9570
9571commit 4a983bdd1886eb2068c3fccd0d95358ff3b3eee1
9572Author: Brad Spengler <spender@grsecurity.net>
9573Date: Sat Jul 23 10:44:43 2016 -0400
9574
9575 Stop logging RLIMIT_NICE denials, just produces log spam
9576
9577 grsecurity/gracl_res.c | 10 ++++++++--
9578 1 file changed, 8 insertions(+), 2 deletions(-)
9579
9580commit 84f2bc67492f30f06520497a9bb16c0a2e3103df
9581Author: Brad Spengler <spender@grsecurity.net>
9582Date: Tue Jul 19 20:13:30 2016 -0400
9583
9584 Revert to previous size_overflow hash table temporarily while the
9585 root causes of recent FPs are worked out
9586
9587 .../disable_size_overflow_hash.data | 7 +-
9588 .../size_overflow_plugin/size_overflow_hash.data | 13743 +++++++++----------
9589 2 files changed, 6845 insertions(+), 6905 deletions(-)
9590
9591commit ea2b9616253f017edf97e4b86e82d6c89df17c4d
9592Merge: e52044e cd66132
9593Author: Brad Spengler <spender@grsecurity.net>
9594Date: Tue Jul 19 19:21:52 2016 -0400
9595
9596 Merge branch 'pax-test' into grsec-test
9597
9598commit cd661322f3b91c6fd6fee4a6a5907b054a70a5f7
9599Author: Brad Spengler <spender@grsecurity.net>
9600Date: Tue Jul 19 19:14:36 2016 -0400
9601
9602 Update to pax-linux-4.6.4-test15.patch:
9603 - updated the size overflow hash table from grsecurity
9604 - 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)
9605
9606 .../disable_size_overflow_hash.data | 7 +-
9607 .../size_overflow_plugin/size_overflow_hash.data | 850 +++++++++++++++++----
9608 2 files changed, 694 insertions(+), 163 deletions(-)
9609
9610commit e52044e34a92f944b99e9219147617dc7449a675
9611Author: Brad Spengler <spender@grsecurity.net>
9612Date: Mon Jul 18 21:25:15 2016 -0400
9613
9614 Update size_overflow hash table
9615
9616 .../size_overflow_plugin/size_overflow_hash.data | 466 +++++++++++++++++----
9617 1 file changed, 382 insertions(+), 84 deletions(-)
9618
9619commit 27ed9167fb98fe9f9e75aace6f651ff814a189a5
9620Author: Brad Spengler <spender@grsecurity.net>
9621Date: Mon Jul 18 21:04:42 2016 -0400
9622
9623 Update size_overflow hash table
9624
9625 .../gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 12 ++++++++----
9626 1 file changed, 8 insertions(+), 4 deletions(-)
9627
9628commit b0a1f25a251b7c1c582fa3a95605654f8da33193
9629Author: Jann Horn <jann@thejh.net>
9630Date: Fri Sep 11 21:39:33 2015 +0200
9631
9632 xfs: fix type confusion in xfs_ioc_swapext
9633
9634 Without this check, the following XFS_I invocations would return bad
9635 pointers when used on non-XFS inodes (perhaps pointers into preceding
9636 allocator chunks).
9637
9638 This could be used by an attacker to trick xfs_swap_extents into
9639 performing locking operations on attacker-chosen structures in kernel
9640 memory, potentially leading to code execution in the kernel. (I have
9641 not investigated how likely this is to be usable for an attack in
9642 practice.)
9643
9644 Signed-off-by: Jann Horn <jann@thejh.net>
9645 Cc: Andy Lutomirski <luto@amacapital.net>
9646 Cc: Dave Chinner <david@fromorbit.com>
9647 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9648
9649 fs/xfs/xfs_ioctl.c | 6 ++++++
9650 1 file changed, 6 insertions(+)
9651
9652commit 01e9e48be783cefbe69ff9241ab678de69eaab5b
9653Merge: bd6d599 c421d76
9654Author: Brad Spengler <spender@grsecurity.net>
9655Date: Mon Jul 18 20:18:27 2016 -0400
9656
9657 Merge branch 'pax-test' into grsec-test
9658
9659commit c421d76c43d1840ab72bf2cd414e61ee0581e80b
9660Author: Brad Spengler <spender@grsecurity.net>
9661Date: Mon Jul 18 20:04:22 2016 -0400
9662
9663 Update to pax-linux-4.6.4-test14.patch:
9664 - Emese regenerated the size overflow hash table
9665 - fixed a few more section mismatches detected in LTO mode
9666 - reworked how KERNEXEC coexists with upstream's DEBUG_RODATA
9667 - reworked the KERNEXEC plugin configuration, read the Kconfig help!
9668 - simplified the constify plugin a bit
9669 - 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)
9670 - 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)
9671 - fixed !KERNEXEC boot crash on x86, reported by peetaur (https://forums.grsecurity.net/viewtopic.php?f=3&t=4512)
9672 - fixed compile warnings triggered by the __SYSCALL_DEFINEx macro
9673
9674 arch/mips/Kbuild | 2 +-
9675 arch/mips/include/asm/irq.h | 1 -
9676 arch/sparc/include/asm/atomic_64.h | 6 +
9677 arch/sparc/kernel/prom_common.c | 2 +-
9678 arch/sparc/lib/atomic_64.S | 2 +-
9679 arch/sparc/lib/ksyms.c | 4 +-
9680 arch/x86/entry/entry_64.S | 2 +-
9681 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-
9682 arch/x86/kernel/alternative.c | 21 +
9683 arch/x86/kernel/cpu/common.c | 4 +
9684 arch/x86/platform/olpc/olpc_dt.c | 2 +-
9685 drivers/block/drbd/drbd_int.h | 4 +-
9686 drivers/gpu/drm/sti/sti_hda.c | 4 +-
9687 drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
9688 drivers/gpu/drm/sti/sti_tvout.c | 4 +-
9689 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
9690 drivers/hwmon/applesmc.c | 2 +-
9691 drivers/iommu/io-pgtable-arm.c | 2 +-
9692 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
9693 drivers/leds/leds-clevo-mail.c | 2 +-
9694 drivers/leds/leds-ss4200.c | 2 +-
9695 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 2 +
9696 drivers/mtd/nand/brcmnand/iproc_nand.c | 2 +
9697 drivers/platform/chrome/chromeos_laptop.c | 2 +-
9698 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
9699 drivers/pnp/base.h | 2 +-
9700 drivers/pnp/resource.c | 4 +-
9701 fs/exec.c | 20 +-
9702 include/drm/drm_modeset_helper_vtables.h | 1 +
9703 include/linux/syscalls.h | 8 +-
9704 mm/slab_common.c | 6 +
9705 mm/slob.c | 44 +-
9706 mm/slub.c | 7 +
9707 scripts/Makefile.gcc-plugins | 4 +-
9708 scripts/gcc-plugins/constify_plugin.c | 10 +-
9709 .../size_overflow_plugin/size_overflow_hash.data | 13633 +++++++++----------
9710 security/Kconfig | 63 +-
9711 37 files changed, 6934 insertions(+), 6953 deletions(-)
9712
9713commit bd6d599943a777b93600dd4a43bbeea5dde2dfa0
9714Author: Brad Spengler <spender@grsecurity.net>
9715Date: Sun Jul 17 17:18:15 2016 -0400
9716
9717 Ensure current state is set to TASK_RUNNING before doing a copy on the RBAC learning read side
9718
9719 grsecurity/gracl_learn.c | 6 ++++--
9720 kernel/sched/core.c | 2 +-
9721 2 files changed, 5 insertions(+), 3 deletions(-)
9722
9723commit 0f2e7d90efc7eeff655d7cc2c15838497f8c0513
9724Author: Brad Spengler <spender@grsecurity.net>
9725Date: Fri Jul 15 15:29:41 2016 -0400
9726
9727 Force that BUG() be enabled in the kernel config if grsecurity is enabled
9728 Suggested by Kees Cook
9729
9730 security/Kconfig | 1 +
9731 1 file changed, 1 insertion(+)
9732
9733commit 3efe62268d831fc5c89a64b8ff1496d2b912ebf6
9734Author: Brad Spengler <spender@grsecurity.net>
9735Date: Thu Jul 14 21:14:55 2016 -0400
9736
9737 randomize layout of two more structs
9738
9739 include/linux/cdev.h | 2 +-
9740 include/linux/fs.h | 2 +-
9741 2 files changed, 2 insertions(+), 2 deletions(-)
9742
9743commit 58c0443674275163e4d488f890ba1b985d13a4b0
9744Author: Brad Spengler <spender@grsecurity.net>
9745Date: Mon Jul 11 21:30:57 2016 -0400
9746
9747 Temporary workaround for size_overflow detection reported at:
9748 https://forums.grsecurity.net/viewtopic.php?f=3&t=4510
9749 by brainatwork
9750
9751 drivers/block/drbd/drbd_int.h | 4 ++--
9752 1 file changed, 2 insertions(+), 2 deletions(-)
9753
9754commit aa1f32f7a62f394d1f90c2d9952befdd5294c088
9755Author: Brad Spengler <spender@grsecurity.net>
9756Date: Mon Jul 11 21:18:20 2016 -0400
9757
9758 Update size_overflow hash table
9759
9760 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
9761 1 file changed, 1 insertion(+)
9762
9763commit 329fa438e13041fda3dcd292adf2aeb1c008c72c
9764Author: Jeff Mahoney <jeffm@suse.com>
9765Date: Tue Jul 5 17:32:30 2016 -0400
9766
9767 ecryptfs: don't allow mmap when the lower fs doesn't support it
9768
9769 There are legitimate reasons to disallow mmap on certain files, notably
9770 in sysfs or procfs. We shouldn't emulate mmap support on file systems
9771 that don't offer support natively.
9772
9773 CVE-2016-1583
9774
9775 Signed-off-by: Jeff Mahoney <jeffm@suse.com>
9776 Cc: stable@vger.kernel.org
9777 [tyhicks: clean up f_op check by using ecryptfs_file_to_lower()]
9778 Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
9779
9780 fs/ecryptfs/file.c | 15 ++++++++++++++-
9781 1 file changed, 14 insertions(+), 1 deletion(-)
9782
9783commit 5b86b77c32a55ebc8b441ac71839bb50012e505a
9784Author: Vegard Nossum <vegard.nossum@oracle.com>
9785Date: Thu Jul 7 13:41:11 2016 -0700
9786
9787 apparmor: fix oops, validate buffer size in apparmor_setprocattr()
9788
9789 When proc_pid_attr_write() was changed to use memdup_user apparmor's
9790 (interface violating) assumption that the setprocattr buffer was always
9791 a single page was violated.
9792
9793 The size test is not strictly speaking needed as proc_pid_attr_write()
9794 will reject anything larger, but for the sake of robustness we can keep
9795 it in.
9796
9797 SMACK and SELinux look safe to me, but somebody else should probably
9798 have a look just in case.
9799
9800 Based on original patch from Vegard Nossum <vegard.nossum@oracle.com>
9801 modified for the case that apparmor provides null termination.
9802
9803 Fixes: bb646cdb12e75d82258c2f2e7746d5952d3e321a
9804 Reported-by: Vegard Nossum <vegard.nossum@oracle.com>
9805 Cc: Al Viro <viro@zeniv.linux.org.uk>
9806 Cc: John Johansen <john.johansen@canonical.com>
9807 Cc: Paul Moore <paul@paul-moore.com>
9808 Cc: Stephen Smalley <sds@tycho.nsa.gov>
9809 Cc: Eric Paris <eparis@parisplace.org>
9810 Cc: Casey Schaufler <casey@schaufler-ca.com>
9811 Cc: stable@kernel.org
9812 Signed-off-by: John Johansen <john.johansen@canonical.com>
9813 Reviewed-by: Tyler Hicks <tyhicks@canonical.com>
9814 Signed-off-by: James Morris <james.l.morris@oracle.com>
9815
9816 security/apparmor/lsm.c | 36 +++++++++++++++++++-----------------
9817 1 file changed, 19 insertions(+), 17 deletions(-)
9818
9819commit cf7f94ad6c32ff91363641573a64c85f4877e290
9820Merge: 7765cd9 50212d6
9821Author: Brad Spengler <spender@grsecurity.net>
9822Date: Mon Jul 11 18:39:35 2016 -0400
9823
9824 Merge branch 'pax-test' into grsec-test
9825
9826commit 50212d610aeb6ced453e1835c169c46acdf3940d
9827Merge: 98d6186 310ca59
9828Author: Brad Spengler <spender@grsecurity.net>
9829Date: Mon Jul 11 18:39:08 2016 -0400
9830
9831 Merge branch 'linux-4.6.y' into pax-test
9832
9833commit 7765cd90c911e58959451529995ea44b7a2271d6
9834Author: Brad Spengler <spender@grsecurity.net>
9835Date: Thu Jul 7 07:12:54 2016 -0400
9836
9837 Compile fix reported by adminwset on the forums:
9838 https://forums.grsecurity.net/viewtopic.php?t=4507&p=16420#p16420
9839
9840 fs/proc/task_mmu.c | 2 +-
9841 1 file changed, 1 insertion(+), 1 deletion(-)
9842
9843commit c94fbc6f47fdae9a2dcf29d3048c8da8752dbbdf
9844Author: Brad Spengler <spender@grsecurity.net>
9845Date: Wed Jul 6 21:11:33 2016 -0400
9846
9847 compile fix
9848
9849 arch/x86/mm/init_32.c | 1 -
9850 1 file changed, 1 deletion(-)
9851
9852commit ee4f4cdd26864ac40ac22b4a3b88f284a6d057d0
9853Author: Miklos Szeredi <mszeredi@redhat.com>
9854Date: Wed Jun 29 16:03:55 2016 +0200
9855
9856 ovl: get_write_access() in truncate
9857
9858 When truncating a file we should check write access on the underlying
9859 inode. And we should do so on the lower file as well (before copy-up) for
9860 consistency.
9861
9862 Original patch and test case by Aihua Zhang.
9863
9864 - - >o >o - - test.c - - >o >o - -
9865 #include <stdio.h>
9866 #include <errno.h>
9867 #include <unistd.h>
9868
9869 int main(int argc, char *argv[])
9870 {
9871 int ret;
9872
9873 ret = truncate(argv[0], 4096);
9874 if (ret != -1) {
9875 fprintf(stderr, "truncate(argv[0]) should have failed\n");
9876 return 1;
9877 }
9878 if (errno != ETXTBSY) {
9879 perror("truncate(argv[0])");
9880 return 1;
9881 }
9882
9883 return 0;
9884 }
9885 - - >o >o - - >o >o - - >o >o - -
9886
9887 Reported-by: Aihua Zhang <zhangaihua1@huawei.com>
9888 Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
9889 Cc: <stable@vger.kernel.org>
9890
9891 fs/overlayfs/inode.c | 21 +++++++++++++++++++++
9892 1 file changed, 21 insertions(+)
9893
9894commit 4585d082282707fbe91025c987bd8cef4152196d
9895Author: Vivek Goyal <vgoyal@redhat.com>
9896Date: Fri Jul 1 10:02:44 2016 -0400
9897
9898 ovl: warn instead of error if d_type is not supported
9899
9900 overlay needs underlying fs to support d_type. Recently I put in a
9901 patch in to detect this condition and started failing mount if
9902 underlying fs did not support d_type.
9903
9904 But this breaks existing configurations over kernel upgrade. Those who
9905 are running docker (partially broken configuration) with xfs not
9906 supporting d_type, are surprised that after kernel upgrade docker does
9907 not run anymore.
9908
9909 https://github.com/docker/docker/issues/22937#issuecomment-229881315
9910
9911 So instead of erroring out, detect broken configuration and warn
9912 about it. This should allow existing docker setups to continue
9913 working after kernel upgrade.
9914
9915 Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
9916 Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
9917 Fixes: 45aebeaf4f67 ("ovl: Ensure upper filesystem supports d_type")
9918 Cc: <stable@vger.kernel.org> 4.6
9919
9920 fs/overlayfs/super.c | 12 +++++++-----
9921 1 file changed, 7 insertions(+), 5 deletions(-)
9922
9923commit 97bb95801d1ce86dafd1a59483803aba5b93e7c0
9924Author: Randy Dunlap <rdunlap@infradead.org>
9925Date: Wed Jul 6 16:06:53 2016 -0700
9926
9927 init/Kconfig: keep Expert users menu together
9928
9929 The "expert" menu was broken (split) such that all entries in it after
9930 KALLSYMS were displayed in the "General setup" area instead of in the
9931 "Expert users" area. Fix this by adding one kconfig dependency.
9932
9933 Yes, the Expert users menu is fragile. Problems like this have happened
9934 several times in the past. I will attempt to isolate the Expert users
9935 menu if there is interest in that.
9936
9937 Fixes: 4d5d5664c900 ("x86: kallsyms: disable absolute percpu symbols on !SMP")
9938 Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
9939 Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
9940 Cc: stable@vger.kernel.org # 4.6
9941 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9942
9943 init/Kconfig | 1 +
9944 1 file changed, 1 insertion(+)
9945
9946commit 616a19ea32197667494240e8afc0de98d28fdd47
9947Merge: 769cc1b 98d6186
9948Author: Brad Spengler <spender@grsecurity.net>
9949Date: Wed Jul 6 20:41:51 2016 -0400
9950
9951 Merge branch 'pax-test' into grsec-test
9952
9953commit 98d61867ac6a18500bbd9771678138154869cec3
9954Author: Brad Spengler <spender@grsecurity.net>
9955Date: Wed Jul 6 20:29:35 2016 -0400
9956
9957 Update to pax-linux-4.6.3-test10.patch:
9958 - fixed a size overflow false positive in xfrm4_beet_output and xfrm6_beet_output, by Mathias Krause <minipli@ld-linux.so>
9959 - 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)
9960 - fixed a few constification related compile errors on arm/mips, by spender
9961 - updated the size overflow hash table from grsecurity
9962 - fixed an integer truncation bug in __ioremap_caller caught by the size overflow plugin
9963
9964 arch/arm/mach-mmp/mmp2.c | 4 +-
9965 arch/arm/mach-mmp/pxa910.c | 4 +-
9966 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
9967 arch/arm/mm/fault.c | 2 +-
9968 arch/x86/include/asm/efi.h | 5 +
9969 arch/x86/include/asm/pgtable.h | 2 +-
9970 arch/x86/mm/dump_pagetables.c | 32 +++-
9971 arch/x86/mm/init_32.c | 55 +++---
9972 arch/x86/mm/init_64.c | 12 +-
9973 arch/x86/mm/ioremap.c | 2 +-
9974 arch/x86/mm/pageattr.c | 2 +-
9975 drivers/gpu/drm/sti/sti_cursor.c | 4 +-
9976 drivers/gpu/drm/sti/sti_dvo.c | 4 +-
9977 drivers/gpu/drm/sti/sti_gdp.c | 12 +-
9978 drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
9979 drivers/gpu/drm/sti/sti_mixer.c | 8 +-
9980 drivers/gpu/drm/sti/sti_vid.c | 4 +-
9981 drivers/irqchip/irq-mmp.c | 2 +-
9982 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
9983 include/linux/irqchip/mmp.h | 2 +-
9984 net/ipv4/xfrm4_mode_beet.c | 2 +-
9985 net/ipv6/xfrm6_mode_beet.c | 2 +-
9986 .../size_overflow_plugin/size_overflow_hash.data | 203 +++++++++++++++++----
9987 23 files changed, 280 insertions(+), 91 deletions(-)
9988
9989commit 769cc1b850f164d9fd9284898295eb616896d66b
9990Author: Brad Spengler <spender@grsecurity.net>
9991Date: Wed Jul 6 20:08:29 2016 -0400
9992
9993 Fix bug in RBAC learning reported by Andrew Flannery
9994 Nolog/noaudit-type capability checks were handled in a separate
9995 function which did not check if the requestor had the capability in
9996 their effective set. This would cause privileged processes to be
9997 denied use of their capabilities in the small number of instances
9998 these kinds of checks were used (for ptrace_may_access() etc, which
9999 get used in deciding if privileged processes can bypass /proc
10000 restrictions) only when RBAC learning was enabled on the process.
10001
10002 Remove some code duplication in the process of fixing the bug.
10003
10004 grsecurity/gracl_cap.c | 49 +++++++++------------------------------------
10005 grsecurity/grsec_disabled.c | 2 +-
10006 grsecurity/grsec_exec.c | 9 ++++-----
10007 include/linux/grsecurity.h | 4 ++--
10008 kernel/capability.c | 2 +-
10009 kernel/sys.c | 4 ++--
10010 6 files changed, 19 insertions(+), 51 deletions(-)
10011
10012commit 244fda357c13b44ac2d174713205863c552eb30d
10013Author: Brad Spengler <spender@grsecurity.net>
10014Date: Wed Jul 6 07:19:26 2016 -0400
10015
10016 Compile fix for recent /proc/pid/mem changes, reported by adminwset at
10017 https://forums.grsecurity.net/viewtopic.php?t=4505&p=16415#p16415
10018
10019 fs/proc/base.c | 2 +-
10020 fs/proc/internal.h | 2 +-
10021 include/linux/sched.h | 2 ++
10022 3 files changed, 4 insertions(+), 2 deletions(-)
10023
10024commit 5bd1344d3f28c5402bcd85972bb520a5baaf612c
10025Author: Brad Spengler <spender@grsecurity.net>
10026Date: Sun Jul 3 21:27:25 2016 -0400
10027
10028 Initial import of grsecurity for Linux 4.6.3
10029
10030 Documentation/dontdiff | 2 +
10031 Documentation/kernel-parameters.txt | 11 +
10032 Documentation/sysctl/kernel.txt | 15 +
10033 Makefile | 5 +-
10034 arch/alpha/include/asm/cache.h | 4 +-
10035 arch/alpha/kernel/osf_sys.c | 12 +-
10036 arch/arc/Kconfig | 1 +
10037 arch/arm/Kconfig | 1 +
10038 arch/arm/Kconfig.debug | 1 +
10039 arch/arm/include/asm/thread_info.h | 7 +-
10040 arch/arm/kernel/entry-common.S | 8 +-
10041 arch/arm/kernel/process.c | 4 +-
10042 arch/arm/kernel/ptrace.c | 9 +
10043 arch/arm/kernel/traps.c | 7 +-
10044 arch/arm/mach-mmp/mmp2.c | 4 +-
10045 arch/arm/mach-mmp/pxa910.c | 4 +-
10046 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
10047 arch/arm/mm/Kconfig | 4 +-
10048 arch/arm/mm/alignment.c | 24 +-
10049 arch/arm/mm/fault.c | 42 +-
10050 arch/arm/mm/mmap.c | 8 +-
10051 arch/arm/net/bpf_jit_32.c | 51 +-
10052 arch/arm64/Kconfig.debug | 1 +
10053 arch/avr32/include/asm/cache.h | 4 +-
10054 arch/blackfin/Kconfig.debug | 1 +
10055 arch/blackfin/include/asm/cache.h | 3 +-
10056 arch/cris/include/arch-v10/arch/cache.h | 3 +-
10057 arch/cris/include/arch-v32/arch/cache.h | 3 +-
10058 arch/frv/include/asm/cache.h | 3 +-
10059 arch/frv/mm/elf-fdpic.c | 4 +-
10060 arch/hexagon/include/asm/cache.h | 6 +-
10061 arch/ia64/Kconfig | 1 +
10062 arch/ia64/include/asm/cache.h | 3 +-
10063 arch/ia64/kernel/sys_ia64.c | 2 +
10064 arch/ia64/mm/hugetlbpage.c | 2 +
10065 arch/m32r/include/asm/cache.h | 4 +-
10066 arch/m68k/include/asm/cache.h | 4 +-
10067 arch/metag/mm/hugetlbpage.c | 1 +
10068 arch/microblaze/include/asm/cache.h | 3 +-
10069 arch/mips/Kbuild | 2 +-
10070 arch/mips/Kconfig | 1 +
10071 arch/mips/include/asm/irq.h | 1 -
10072 arch/mips/include/asm/thread_info.h | 11 +-
10073 arch/mips/kernel/irq.c | 3 +
10074 arch/mips/kernel/ptrace.c | 9 +
10075 arch/mips/mm/mmap.c | 4 +-
10076 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
10077 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
10078 arch/openrisc/include/asm/cache.h | 4 +-
10079 arch/parisc/include/asm/cache.h | 3 +
10080 arch/parisc/kernel/sys_parisc.c | 4 +
10081 arch/powerpc/Kconfig | 1 +
10082 arch/powerpc/include/asm/cache.h | 4 +-
10083 arch/powerpc/include/asm/thread_info.h | 5 +-
10084 arch/powerpc/kernel/Makefile | 2 +
10085 arch/powerpc/kernel/irq.c | 3 +
10086 arch/powerpc/kernel/process.c | 10 +-
10087 arch/powerpc/kernel/ptrace.c | 14 +
10088 arch/powerpc/kernel/traps.c | 5 +
10089 arch/powerpc/mm/slice.c | 2 +-
10090 arch/s390/Kconfig.debug | 1 +
10091 arch/s390/include/asm/cache.h | 4 +-
10092 arch/score/include/asm/cache.h | 4 +-
10093 arch/sh/include/asm/cache.h | 3 +-
10094 arch/sh/mm/mmap.c | 6 +-
10095 arch/sparc/include/asm/atomic_64.h | 5 +
10096 arch/sparc/include/asm/cache.h | 4 +-
10097 arch/sparc/include/asm/pgalloc_64.h | 1 +
10098 arch/sparc/include/asm/thread_info_64.h | 8 +-
10099 arch/sparc/kernel/process_32.c | 6 +-
10100 arch/sparc/kernel/process_64.c | 8 +-
10101 arch/sparc/kernel/ptrace_64.c | 14 +
10102 arch/sparc/kernel/sys_sparc_64.c | 8 +-
10103 arch/sparc/kernel/syscalls.S | 8 +-
10104 arch/sparc/kernel/traps_32.c | 8 +-
10105 arch/sparc/kernel/traps_64.c | 28 +-
10106 arch/sparc/kernel/unaligned_64.c | 2 +-
10107 arch/sparc/lib/atomic_64.S | 2 +-
10108 arch/sparc/lib/ksyms.c | 4 +-
10109 arch/sparc/mm/fault_64.c | 2 +-
10110 arch/sparc/mm/hugetlbpage.c | 15 +-
10111 arch/tile/Kconfig | 1 +
10112 arch/tile/include/asm/cache.h | 3 +-
10113 arch/tile/mm/hugetlbpage.c | 2 +
10114 arch/um/include/asm/cache.h | 3 +-
10115 arch/unicore32/include/asm/cache.h | 6 +-
10116 arch/x86/Kconfig | 21 +
10117 arch/x86/Kconfig.debug | 2 +
10118 arch/x86/entry/common.c | 14 +
10119 arch/x86/entry/entry_32.S | 2 +-
10120 arch/x86/entry/entry_64.S | 2 +-
10121 arch/x86/ia32/ia32_aout.c | 2 +
10122 arch/x86/include/asm/floppy.h | 20 +-
10123 arch/x86/include/asm/fpu/types.h | 69 +-
10124 arch/x86/include/asm/io.h | 2 +-
10125 arch/x86/include/asm/page.h | 12 +-
10126 arch/x86/include/asm/paravirt_types.h | 21 +-
10127 arch/x86/include/asm/processor.h | 12 +-
10128 arch/x86/include/asm/thread_info.h | 6 +-
10129 arch/x86/kernel/dumpstack.c | 10 +-
10130 arch/x86/kernel/dumpstack_32.c | 2 +-
10131 arch/x86/kernel/dumpstack_64.c | 2 +-
10132 arch/x86/kernel/ioport.c | 13 +
10133 arch/x86/kernel/irq_32.c | 3 +
10134 arch/x86/kernel/irq_64.c | 4 +
10135 arch/x86/kernel/ldt.c | 18 +
10136 arch/x86/kernel/msr.c | 12 +
10137 arch/x86/kernel/ptrace.c | 14 +
10138 arch/x86/kernel/signal.c | 9 +-
10139 arch/x86/kernel/sys_i386_32.c | 9 +-
10140 arch/x86/kernel/sys_x86_64.c | 8 +-
10141 arch/x86/kernel/traps.c | 5 +
10142 arch/x86/kernel/verify_cpu.S | 1 +
10143 arch/x86/kernel/vm86_32.c | 15 +
10144 arch/x86/mm/fault.c | 12 +-
10145 arch/x86/mm/hugetlbpage.c | 15 +-
10146 arch/x86/mm/init.c | 51 +-
10147 arch/x86/mm/init_32.c | 10 +-
10148 arch/x86/net/bpf_jit_comp.c | 4 +
10149 arch/x86/platform/efi/efi_64.c | 2 +-
10150 arch/x86/xen/Kconfig | 1 +
10151 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
10152 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
10153 crypto/scatterwalk.c | 10 +-
10154 drivers/acpi/acpica/hwxfsleep.c | 11 +-
10155 drivers/acpi/custom_method.c | 4 +
10156 drivers/block/cciss.h | 30 +-
10157 drivers/block/smart1,2.h | 40 +-
10158 drivers/cdrom/cdrom.c | 2 +-
10159 drivers/char/Kconfig | 4 +-
10160 drivers/char/genrtc.c | 1 +
10161 drivers/char/mem.c | 17 +
10162 drivers/char/random.c | 5 +-
10163 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
10164 drivers/firewire/ohci.c | 4 +
10165 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 80 +-
10166 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
10167 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
10168 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
10169 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
10170 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
10171 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
10172 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
10173 drivers/gpu/drm/sti/sti_cursor.c | 6 +-
10174 drivers/gpu/drm/sti/sti_dvo.c | 6 +-
10175 drivers/gpu/drm/sti/sti_gdp.c | 6 +-
10176 drivers/gpu/drm/sti/sti_hda.c | 6 +-
10177 drivers/gpu/drm/sti/sti_hdmi.c | 6 +-
10178 drivers/gpu/drm/sti/sti_hqvdp.c | 6 +-
10179 drivers/gpu/drm/sti/sti_mixer.c | 6 +-
10180 drivers/gpu/drm/sti/sti_tvout.c | 6 +-
10181 drivers/gpu/drm/sti/sti_vid.c | 6 +-
10182 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
10183 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
10184 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
10185 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
10186 drivers/hid/hid-wiimote-debug.c | 2 +-
10187 drivers/hid/usbhid/hiddev.c | 10 +-
10188 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 160 +-
10189 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
10190 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
10191 drivers/iommu/Kconfig | 1 +
10192 drivers/iommu/amd_iommu.c | 14 +-
10193 drivers/irqchip/irq-mmp.c | 2 +-
10194 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
10195 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
10196 drivers/isdn/gigaset/usb-gigaset.c | 34 +-
10197 drivers/isdn/i4l/isdn_concap.c | 6 +-
10198 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
10199 drivers/md/bcache/Kconfig | 1 +
10200 drivers/md/raid5.c | 8 +
10201 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
10202 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
10203 drivers/media/radio/radio-cadet.c | 5 +-
10204 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
10205 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
10206 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
10207 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
10208 drivers/message/fusion/mptbase.c | 9 +
10209 drivers/misc/sgi-xp/xp_main.c | 12 +-
10210 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 6 +-
10211 drivers/mtd/nand/brcmnand/iproc_nand.c | 8 +-
10212 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
10213 drivers/net/wan/lmc/lmc_media.c | 97 +-
10214 drivers/net/wan/z85230.c | 24 +-
10215 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
10216 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
10217 drivers/pci/proc.c | 9 +
10218 drivers/platform/x86/asus-wmi.c | 12 +
10219 drivers/rtc/rtc-dev.c | 3 +
10220 drivers/scsi/bfa/bfa_fcs.c | 19 +-
10221 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
10222 drivers/scsi/bfa/bfa_modules.h | 12 +-
10223 drivers/scsi/hpsa.h | 40 +-
10224 drivers/staging/lustre/lnet/libcfs/module.c | 10 +-
10225 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
10226 drivers/staging/wilc1000/host_interface.h | 1 +
10227 drivers/staging/wilc1000/wilc_spi.c | 1 +
10228 drivers/tty/serial/uartlite.c | 4 +-
10229 drivers/tty/sysrq.c | 2 +-
10230 drivers/tty/tty_io.c | 4 +
10231 drivers/tty/vt/keyboard.c | 22 +-
10232 drivers/uio/uio.c | 6 +-
10233 drivers/usb/core/devio.c | 9 +-
10234 drivers/usb/core/hub.c | 5 +
10235 drivers/usb/gadget/function/f_uac1.c | 1 +
10236 drivers/usb/gadget/function/u_uac1.c | 1 +
10237 drivers/usb/host/hwa-hc.c | 9 +-
10238 drivers/usb/usbip/vhci_sysfs.c | 2 +-
10239 drivers/video/fbdev/arcfb.c | 2 +-
10240 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
10241 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
10242 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
10243 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
10244 drivers/xen/xenfs/xenstored.c | 5 +
10245 firmware/Makefile | 2 +
10246 firmware/WHENCE | 20 +-
10247 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
10248 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
10249 fs/attr.c | 4 +
10250 fs/autofs4/waitq.c | 9 +
10251 fs/binfmt_aout.c | 7 +
10252 fs/binfmt_elf.c | 40 +-
10253 fs/compat.c | 20 +-
10254 fs/coredump.c | 17 +-
10255 fs/dcache.c | 3 +
10256 fs/debugfs/inode.c | 19 +-
10257 fs/exec.c | 249 +-
10258 fs/ext2/balloc.c | 4 +-
10259 fs/ext2/super.c | 8 +-
10260 fs/ext4/balloc.c | 4 +-
10261 fs/ext4/extents.c | 2 +-
10262 fs/fcntl.c | 4 +
10263 fs/fhandle.c | 3 +-
10264 fs/file.c | 4 +
10265 fs/filesystems.c | 4 +
10266 fs/fs_struct.c | 20 +-
10267 fs/hugetlbfs/inode.c | 5 +-
10268 fs/inode.c | 8 +-
10269 fs/kernfs/dir.c | 6 +
10270 fs/mount.h | 4 +-
10271 fs/namei.c | 292 +-
10272 fs/namespace.c | 24 +
10273 fs/nfsd/nfs2acl.c | 20 +-
10274 fs/nfsd/nfs3acl.c | 16 +-
10275 fs/nfsd/nfs4acl.c | 16 +-
10276 fs/nfsd/nfscache.c | 2 +-
10277 fs/open.c | 38 +
10278 fs/overlayfs/inode.c | 3 +
10279 fs/overlayfs/super.c | 6 +-
10280 fs/pipe.c | 2 +-
10281 fs/posix_acl.c | 61 +-
10282 fs/proc/Kconfig | 10 +-
10283 fs/proc/array.c | 67 +-
10284 fs/proc/base.c | 193 +-
10285 fs/proc/cmdline.c | 4 +
10286 fs/proc/devices.c | 4 +
10287 fs/proc/fd.c | 13 +-
10288 fs/proc/generic.c | 64 +
10289 fs/proc/inode.c | 17 +
10290 fs/proc/internal.h | 18 +-
10291 fs/proc/interrupts.c | 4 +
10292 fs/proc/kcore.c | 3 +
10293 fs/proc/proc_net.c | 31 +
10294 fs/proc/proc_sysctl.c | 52 +-
10295 fs/proc/root.c | 8 +
10296 fs/proc/stat.c | 69 +-
10297 fs/proc/task_mmu.c | 85 +-
10298 fs/proc/task_nommu.c | 2 +-
10299 fs/readdir.c | 19 +
10300 fs/reiserfs/item_ops.c | 24 +-
10301 fs/reiserfs/super.c | 4 +
10302 fs/select.c | 2 +
10303 fs/seq_file.c | 31 +-
10304 fs/stat.c | 20 +-
10305 fs/sysfs/dir.c | 30 +-
10306 fs/utimes.c | 7 +
10307 fs/xattr.c | 26 +-
10308 fs/xfs/xfs_icache.c | 60 +-
10309 fs/xfs/xfs_inode.c | 13 +
10310 grsecurity/Kconfig | 1205 ++++
10311 grsecurity/Makefile | 54 +
10312 grsecurity/gracl.c | 2757 +++++++++
10313 grsecurity/gracl_alloc.c | 105 +
10314 grsecurity/gracl_cap.c | 127 +
10315 grsecurity/gracl_compat.c | 269 +
10316 grsecurity/gracl_fs.c | 448 ++
10317 grsecurity/gracl_ip.c | 387 ++
10318 grsecurity/gracl_learn.c | 207 +
10319 grsecurity/gracl_policy.c | 1784 ++++++
10320 grsecurity/gracl_res.c | 68 +
10321 grsecurity/gracl_segv.c | 306 +
10322 grsecurity/gracl_shm.c | 40 +
10323 grsecurity/grsec_chdir.c | 19 +
10324 grsecurity/grsec_chroot.c | 506 ++
10325 grsecurity/grsec_disabled.c | 445 ++
10326 grsecurity/grsec_exec.c | 189 +
10327 grsecurity/grsec_fifo.c | 26 +
10328 grsecurity/grsec_fork.c | 23 +
10329 grsecurity/grsec_init.c | 294 +
10330 grsecurity/grsec_ipc.c | 48 +
10331 grsecurity/grsec_link.c | 65 +
10332 grsecurity/grsec_log.c | 340 +
10333 grsecurity/grsec_mem.c | 48 +
10334 grsecurity/grsec_mount.c | 65 +
10335 grsecurity/grsec_pax.c | 47 +
10336 grsecurity/grsec_proc.c | 20 +
10337 grsecurity/grsec_ptrace.c | 30 +
10338 grsecurity/grsec_sig.c | 248 +
10339 grsecurity/grsec_sock.c | 244 +
10340 grsecurity/grsec_sysctl.c | 497 ++
10341 grsecurity/grsec_time.c | 16 +
10342 grsecurity/grsec_tpe.c | 78 +
10343 grsecurity/grsec_tty.c | 18 +
10344 grsecurity/grsec_usb.c | 15 +
10345 grsecurity/grsum.c | 56 +
10346 include/drm/drm_modeset_helper_vtables.h | 1 +
10347 include/linux/binfmts.h | 5 +-
10348 include/linux/capability.h | 13 +
10349 include/linux/compiler-gcc.h | 5 +
10350 include/linux/compiler.h | 8 +
10351 include/linux/cred.h | 8 +-
10352 include/linux/dcache.h | 5 +-
10353 include/linux/fs.h | 24 +-
10354 include/linux/fs_struct.h | 2 +-
10355 include/linux/fsnotify.h | 6 +
10356 include/linux/gracl.h | 342 ++
10357 include/linux/gracl_compat.h | 156 +
10358 include/linux/gralloc.h | 9 +
10359 include/linux/grdefs.h | 140 +
10360 include/linux/grinternal.h | 231 +
10361 include/linux/grmsg.h | 120 +
10362 include/linux/grsecurity.h | 259 +
10363 include/linux/grsock.h | 19 +
10364 include/linux/ipc.h | 2 +-
10365 include/linux/ipc_namespace.h | 2 +-
10366 include/linux/kallsyms.h | 18 +-
10367 include/linux/key-type.h | 4 +-
10368 include/linux/kmod.h | 5 +
10369 include/linux/kobject.h | 2 +-
10370 include/linux/lsm_hooks.h | 4 +-
10371 include/linux/mm.h | 12 +
10372 include/linux/mm_types.h | 4 +-
10373 include/linux/module.h | 5 +-
10374 include/linux/mount.h | 2 +-
10375 include/linux/msg.h | 2 +-
10376 include/linux/netfilter/xt_gradm.h | 9 +
10377 include/linux/path.h | 4 +-
10378 include/linux/perf_event.h | 13 +-
10379 include/linux/pid_namespace.h | 2 +-
10380 include/linux/printk.h | 2 +-
10381 include/linux/proc_fs.h | 22 +-
10382 include/linux/proc_ns.h | 2 +-
10383 include/linux/random.h | 2 +-
10384 include/linux/rbtree_augmented.h | 4 +-
10385 include/linux/scatterlist.h | 12 +-
10386 include/linux/sched.h | 135 +-
10387 include/linux/security.h | 1 +
10388 include/linux/sem.h | 2 +-
10389 include/linux/seq_file.h | 5 +
10390 include/linux/shm.h | 6 +-
10391 include/linux/skbuff.h | 3 +
10392 include/linux/slab.h | 9 -
10393 include/linux/sysctl.h | 8 +-
10394 include/linux/thread_info.h | 6 +-
10395 include/linux/tty.h | 2 +-
10396 include/linux/tty_driver.h | 4 +-
10397 include/linux/uidgid.h | 6 +
10398 include/linux/user_namespace.h | 2 +-
10399 include/linux/utsname.h | 2 +-
10400 include/linux/vermagic.h | 16 +-
10401 include/linux/vmalloc.h | 8 +
10402 include/net/af_unix.h | 2 +-
10403 include/net/ip.h | 2 +-
10404 include/net/neighbour.h | 2 +-
10405 include/net/net_namespace.h | 2 +-
10406 include/net/sock.h | 2 +-
10407 include/trace/events/fs.h | 53 +
10408 include/uapi/linux/personality.h | 1 +
10409 init/Kconfig | 5 +-
10410 init/main.c | 46 +-
10411 ipc/mqueue.c | 1 +
10412 ipc/msg.c | 3 +-
10413 ipc/msgutil.c | 4 +-
10414 ipc/sem.c | 3 +-
10415 ipc/shm.c | 26 +-
10416 ipc/util.c | 6 +
10417 kernel/auditsc.c | 2 +-
10418 kernel/bpf/syscall.c | 10 +-
10419 kernel/capability.c | 41 +-
10420 kernel/cgroup.c | 5 +-
10421 kernel/compat.c | 1 +
10422 kernel/configs.c | 11 +
10423 kernel/cred.c | 112 +-
10424 kernel/events/core.c | 14 +-
10425 kernel/exit.c | 10 +-
10426 kernel/fork.c | 92 +-
10427 kernel/futex.c | 4 +-
10428 kernel/kallsyms.c | 9 +
10429 kernel/kcmp.c | 4 +
10430 kernel/kexec_core.c | 2 +-
10431 kernel/kmod.c | 96 +-
10432 kernel/kprobes.c | 9 +-
10433 kernel/ksysfs.c | 2 +
10434 kernel/locking/lockdep_proc.c | 10 +-
10435 kernel/module.c | 108 +-
10436 kernel/panic.c | 6 +-
10437 kernel/pid.c | 18 +-
10438 kernel/power/Kconfig | 2 +
10439 kernel/printk/printk.c | 7 +-
10440 kernel/ptrace.c | 50 +-
10441 kernel/resource.c | 10 +
10442 kernel/sched/core.c | 9 +-
10443 kernel/sched/debug.c | 4 +
10444 kernel/signal.c | 37 +-
10445 kernel/sys.c | 64 +-
10446 kernel/sysctl.c | 174 +-
10447 kernel/taskstats.c | 6 +
10448 kernel/time/posix-timers.c | 8 +
10449 kernel/time/time.c | 5 +
10450 kernel/time/timekeeping.c | 3 +
10451 kernel/time/timer_list.c | 13 +-
10452 kernel/time/timer_stats.c | 10 +-
10453 kernel/trace/Kconfig | 6 +
10454 kernel/trace/trace_syscalls.c | 8 +
10455 kernel/user_namespace.c | 15 +
10456 lib/Kconfig.debug | 13 +-
10457 lib/is_single_threaded.c | 3 +
10458 lib/list_debug.c | 65 +-
10459 lib/nlattr.c | 2 +
10460 lib/rbtree.c | 4 +-
10461 lib/vsprintf.c | 39 +-
10462 localversion-grsec | 1 +
10463 mm/Kconfig | 8 +-
10464 mm/Kconfig.debug | 1 +
10465 mm/filemap.c | 1 +
10466 mm/kmemleak.c | 4 +-
10467 mm/memory.c | 2 +-
10468 mm/mempolicy.c | 12 +-
10469 mm/migrate.c | 3 +-
10470 mm/mlock.c | 11 +-
10471 mm/mmap.c | 124 +-
10472 mm/mprotect.c | 8 +
10473 mm/page_alloc.c | 2 +-
10474 mm/percpu.c | 73 +-
10475 mm/process_vm_access.c | 6 +
10476 mm/shmem.c | 2 +-
10477 mm/slab.c | 14 +-
10478 mm/slab_common.c | 2 +-
10479 mm/slob.c | 12 +
10480 mm/slub.c | 33 +-
10481 mm/util.c | 3 +
10482 mm/vmalloc.c | 84 +-
10483 mm/vmstat.c | 29 +-
10484 net/appletalk/atalk_proc.c | 2 +-
10485 net/atm/lec.c | 6 +-
10486 net/atm/mpoa_caches.c | 43 +-
10487 net/can/bcm.c | 2 +-
10488 net/can/proc.c | 2 +-
10489 net/core/dev_ioctl.c | 7 +-
10490 net/core/filter.c | 8 +-
10491 net/core/net-procfs.c | 17 +-
10492 net/core/pktgen.c | 2 +-
10493 net/core/sock.c | 23 +-
10494 net/core/sysctl_net_core.c | 2 +-
10495 net/decnet/dn_dev.c | 2 +-
10496 net/ipv4/devinet.c | 6 +-
10497 net/ipv4/inet_hashtables.c | 6 +
10498 net/ipv4/ip_input.c | 7 +
10499 net/ipv4/ip_sockglue.c | 3 +-
10500 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
10501 net/ipv4/route.c | 6 +-
10502 net/ipv4/tcp_input.c | 6 +-
10503 net/ipv4/tcp_ipv4.c | 24 +-
10504 net/ipv4/tcp_minisocks.c | 9 +-
10505 net/ipv4/tcp_timer.c | 11 +
10506 net/ipv4/udp.c | 24 +
10507 net/ipv6/addrconf.c | 13 +-
10508 net/ipv6/proc.c | 2 +-
10509 net/ipv6/tcp_ipv6.c | 23 +-
10510 net/ipv6/udp.c | 7 +
10511 net/ipx/ipx_proc.c | 2 +-
10512 net/irda/irproc.c | 2 +-
10513 net/llc/llc_proc.c | 2 +-
10514 net/netfilter/Kconfig | 10 +
10515 net/netfilter/Makefile | 1 +
10516 net/netfilter/xt_gradm.c | 51 +
10517 net/netfilter/xt_hashlimit.c | 4 +-
10518 net/netfilter/xt_recent.c | 2 +-
10519 net/socket.c | 75 +-
10520 net/sunrpc/Kconfig | 1 +
10521 net/sunrpc/cache.c | 2 +-
10522 net/sunrpc/stats.c | 2 +-
10523 net/sysctl_net.c | 2 +-
10524 net/unix/af_unix.c | 52 +-
10525 net/vmw_vsock/vmci_transport_notify.c | 30 +-
10526 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
10527 net/x25/sysctl_net_x25.c | 2 +-
10528 net/x25/x25_proc.c | 2 +-
10529 scripts/Makefile.gcc-plugins | 5 +
10530 scripts/gcc-plugins/.gitignore | 1 +
10531 scripts/gcc-plugins/Makefile | 10 +
10532 scripts/gcc-plugins/gen-random-seed.sh | 8 +
10533 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
10534 .../size_overflow_plugin/size_overflow_hash.data | 724 ++-
10535 scripts/package/Makefile | 2 +-
10536 scripts/package/mkspec | 41 +-
10537 security/Kconfig | 364 +-
10538 security/apparmor/file.c | 4 +-
10539 security/apparmor/lsm.c | 8 +-
10540 security/commoncap.c | 29 +
10541 security/keys/internal.h | 2 +-
10542 security/keys/key.c | 2 +-
10543 security/min_addr.c | 2 +
10544 security/tomoyo/file.c | 12 +-
10545 security/tomoyo/mount.c | 4 +
10546 security/tomoyo/tomoyo.c | 20 +-
10547 security/yama/Kconfig | 2 +-
10548 sound/synth/emux/emux_seq.c | 14 +-
10549 sound/usb/line6/driver.c | 40 +-
10550 sound/usb/line6/toneport.c | 12 +-
10551 521 files changed, 33285 insertions(+), 3355 deletions(-)
10552
10553commit 96b2aa21ce8de62dfa0ee023b2cd20928f5021a1
10554Author: Brad Spengler <spender@grsecurity.net>
10555Date: Sat Jul 2 09:03:17 2016 -0400
10556
10557 Initial commit of pax-linux-4.6.3-test9.patch
10558
10559 .gitignore | 1 +
10560 Documentation/dontdiff | 46 +-
10561 Documentation/kbuild/makefiles.txt | 39 +-
10562 Documentation/kernel-parameters.txt | 28 +
10563 Makefile | 20 +-
10564 arch/Kconfig | 14 +
10565 arch/alpha/include/asm/atomic.h | 10 +
10566 arch/alpha/include/asm/elf.h | 7 +
10567 arch/alpha/include/asm/pgalloc.h | 6 +
10568 arch/alpha/include/asm/pgtable.h | 11 +
10569 arch/alpha/kernel/module.c | 2 +-
10570 arch/alpha/kernel/osf_sys.c | 8 +-
10571 arch/alpha/mm/fault.c | 141 +-
10572 arch/arm/Kconfig | 6 +-
10573 arch/arm/boot/compressed/Makefile | 2 +
10574 arch/arm/include/asm/atomic.h | 323 +-
10575 arch/arm/include/asm/cache.h | 4 +-
10576 arch/arm/include/asm/cacheflush.h | 2 +-
10577 arch/arm/include/asm/checksum.h | 14 +-
10578 arch/arm/include/asm/cmpxchg.h | 4 +
10579 arch/arm/include/asm/cpuidle.h | 2 +-
10580 arch/arm/include/asm/domain.h | 42 +-
10581 arch/arm/include/asm/elf.h | 9 +-
10582 arch/arm/include/asm/fncpy.h | 2 +
10583 arch/arm/include/asm/futex.h | 1 +
10584 arch/arm/include/asm/kmap_types.h | 2 +-
10585 arch/arm/include/asm/mach/dma.h | 2 +-
10586 arch/arm/include/asm/mach/map.h | 16 +-
10587 arch/arm/include/asm/outercache.h | 2 +-
10588 arch/arm/include/asm/page.h | 3 +-
10589 arch/arm/include/asm/pgalloc.h | 20 +
10590 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
10591 arch/arm/include/asm/pgtable-2level.h | 3 +
10592 arch/arm/include/asm/pgtable-3level.h | 3 +
10593 arch/arm/include/asm/pgtable.h | 54 +-
10594 arch/arm/include/asm/smp.h | 2 +-
10595 arch/arm/include/asm/string.h | 10 +-
10596 arch/arm/include/asm/thread_info.h | 3 +
10597 arch/arm/include/asm/tls.h | 3 +
10598 arch/arm/include/asm/uaccess.h | 113 +-
10599 arch/arm/include/uapi/asm/ptrace.h | 2 +-
10600 arch/arm/kernel/armksyms.c | 2 +-
10601 arch/arm/kernel/cpuidle.c | 2 +-
10602 arch/arm/kernel/entry-armv.S | 109 +-
10603 arch/arm/kernel/entry-common.S | 40 +-
10604 arch/arm/kernel/entry-header.S | 55 +
10605 arch/arm/kernel/fiq.c | 3 +
10606 arch/arm/kernel/module-plts.c | 7 +-
10607 arch/arm/kernel/module.c | 38 +-
10608 arch/arm/kernel/patch.c | 2 +
10609 arch/arm/kernel/process.c | 86 +-
10610 arch/arm/kernel/reboot.c | 1 +
10611 arch/arm/kernel/setup.c | 20 +-
10612 arch/arm/kernel/signal.c | 35 +-
10613 arch/arm/kernel/smp.c | 2 +-
10614 arch/arm/kernel/tcm.c | 4 +-
10615 arch/arm/kernel/vmlinux.lds.S | 6 +-
10616 arch/arm/kvm/arm.c | 8 +-
10617 arch/arm/lib/copy_page.S | 1 +
10618 arch/arm/lib/csumpartialcopyuser.S | 4 +-
10619 arch/arm/lib/delay.c | 2 +-
10620 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
10621 arch/arm/mach-exynos/suspend.c | 6 +-
10622 arch/arm/mach-mvebu/coherency.c | 4 +-
10623 arch/arm/mach-omap2/board-n8x0.c | 2 +-
10624 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
10625 arch/arm/mach-omap2/omap-smp.c | 1 +
10626 arch/arm/mach-omap2/omap_device.c | 4 +-
10627 arch/arm/mach-omap2/omap_device.h | 4 +-
10628 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
10629 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
10630 arch/arm/mach-omap2/wd_timer.c | 6 +-
10631 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
10632 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
10633 arch/arm/mach-tegra/irq.c | 1 +
10634 arch/arm/mach-ux500/pm.c | 1 +
10635 arch/arm/mach-zynq/platsmp.c | 1 +
10636 arch/arm/mm/Kconfig | 6 +-
10637 arch/arm/mm/cache-l2x0.c | 2 +-
10638 arch/arm/mm/context.c | 10 +-
10639 arch/arm/mm/fault.c | 160 +
10640 arch/arm/mm/fault.h | 12 +
10641 arch/arm/mm/init.c | 39 +
10642 arch/arm/mm/ioremap.c | 4 +-
10643 arch/arm/mm/mmap.c | 36 +-
10644 arch/arm/mm/mmu.c | 162 +-
10645 arch/arm/net/bpf_jit_32.c | 3 +
10646 arch/arm/plat-iop/setup.c | 2 +-
10647 arch/arm/plat-omap/sram.c | 2 +
10648 arch/arm64/Kconfig | 1 +
10649 arch/arm64/include/asm/atomic.h | 10 +
10650 arch/arm64/include/asm/percpu.h | 8 +-
10651 arch/arm64/include/asm/pgalloc.h | 5 +
10652 arch/arm64/include/asm/string.h | 22 +-
10653 arch/arm64/include/asm/uaccess.h | 1 +
10654 arch/arm64/mm/dma-mapping.c | 2 +-
10655 arch/avr32/include/asm/elf.h | 8 +-
10656 arch/avr32/include/asm/kmap_types.h | 4 +-
10657 arch/avr32/mm/fault.c | 27 +
10658 arch/frv/include/asm/atomic.h | 10 +
10659 arch/frv/include/asm/kmap_types.h | 2 +-
10660 arch/frv/mm/elf-fdpic.c | 3 +-
10661 arch/ia64/Makefile | 1 +
10662 arch/ia64/include/asm/atomic.h | 10 +
10663 arch/ia64/include/asm/elf.h | 7 +
10664 arch/ia64/include/asm/pgalloc.h | 12 +
10665 arch/ia64/include/asm/pgtable.h | 13 +-
10666 arch/ia64/include/asm/spinlock.h | 2 +-
10667 arch/ia64/include/asm/uaccess.h | 27 +-
10668 arch/ia64/kernel/module.c | 20 +-
10669 arch/ia64/kernel/palinfo.c | 2 +-
10670 arch/ia64/kernel/sys_ia64.c | 7 +
10671 arch/ia64/kernel/vmlinux.lds.S | 2 +-
10672 arch/ia64/mm/fault.c | 32 +-
10673 arch/ia64/mm/init.c | 15 +-
10674 arch/m32r/lib/usercopy.c | 6 +
10675 arch/mips/Kconfig | 1 +
10676 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
10677 arch/mips/include/asm/atomic.h | 372 +-
10678 arch/mips/include/asm/cache.h | 3 +-
10679 arch/mips/include/asm/elf.h | 7 +
10680 arch/mips/include/asm/exec.h | 2 +-
10681 arch/mips/include/asm/hw_irq.h | 2 +-
10682 arch/mips/include/asm/local.h | 57 +
10683 arch/mips/include/asm/page.h | 2 +-
10684 arch/mips/include/asm/pgalloc.h | 5 +
10685 arch/mips/include/asm/pgtable.h | 3 +
10686 arch/mips/include/asm/uaccess.h | 1 +
10687 arch/mips/kernel/binfmt_elfn32.c | 7 +
10688 arch/mips/kernel/binfmt_elfo32.c | 7 +
10689 arch/mips/kernel/irq-gt641xx.c | 2 +-
10690 arch/mips/kernel/irq.c | 6 +-
10691 arch/mips/kernel/pm-cps.c | 2 +-
10692 arch/mips/kernel/process.c | 12 -
10693 arch/mips/kernel/sync-r4k.c | 24 +-
10694 arch/mips/kernel/traps.c | 13 +-
10695 arch/mips/lib/ashldi3.c | 21 +-
10696 arch/mips/lib/ashrdi3.c | 19 +-
10697 arch/mips/lib/libgcc.h | 12 +-
10698 arch/mips/mm/fault.c | 25 +
10699 arch/mips/mm/init.c | 4 +-
10700 arch/mips/mm/mmap.c | 24 +-
10701 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
10702 arch/mips/sni/rm200.c | 2 +-
10703 arch/mips/vr41xx/common/icu.c | 2 +-
10704 arch/mips/vr41xx/common/irq.c | 4 +-
10705 arch/parisc/include/asm/atomic.h | 10 +
10706 arch/parisc/include/asm/elf.h | 7 +
10707 arch/parisc/include/asm/pgalloc.h | 6 +
10708 arch/parisc/include/asm/pgtable.h | 11 +
10709 arch/parisc/include/asm/uaccess.h | 4 +-
10710 arch/parisc/kernel/module.c | 26 +-
10711 arch/parisc/kernel/sys_parisc.c | 15 +
10712 arch/parisc/kernel/traps.c | 4 +-
10713 arch/parisc/mm/fault.c | 140 +-
10714 arch/powerpc/Kconfig | 1 +
10715 arch/powerpc/include/asm/atomic.h | 317 +-
10716 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
10717 arch/powerpc/include/asm/elf.h | 12 +
10718 arch/powerpc/include/asm/exec.h | 2 +-
10719 arch/powerpc/include/asm/kmap_types.h | 2 +-
10720 arch/powerpc/include/asm/local.h | 46 +
10721 arch/powerpc/include/asm/mman.h | 2 +-
10722 arch/powerpc/include/asm/page.h | 8 +-
10723 arch/powerpc/include/asm/page_64.h | 7 +-
10724 arch/powerpc/include/asm/pgalloc-64.h | 11 +
10725 arch/powerpc/include/asm/pgtable.h | 1 +
10726 arch/powerpc/include/asm/reg.h | 1 +
10727 arch/powerpc/include/asm/smp.h | 2 +-
10728 arch/powerpc/include/asm/spinlock.h | 42 +-
10729 arch/powerpc/include/asm/string.h | 18 +-
10730 arch/powerpc/include/asm/uaccess.h | 141 +-
10731 arch/powerpc/kernel/Makefile | 5 +
10732 arch/powerpc/kernel/exceptions-64e.S | 4 +-
10733 arch/powerpc/kernel/exceptions-64s.S | 2 +-
10734 arch/powerpc/kernel/module_32.c | 15 +-
10735 arch/powerpc/kernel/process.c | 7 -
10736 arch/powerpc/kernel/signal_32.c | 2 +-
10737 arch/powerpc/kernel/signal_64.c | 2 +-
10738 arch/powerpc/kernel/traps.c | 21 +
10739 arch/powerpc/kernel/vdso.c | 5 +-
10740 arch/powerpc/lib/usercopy_64.c | 18 -
10741 arch/powerpc/mm/fault.c | 56 +-
10742 arch/powerpc/mm/mmap.c | 16 +
10743 arch/powerpc/mm/slice.c | 21 +-
10744 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
10745 arch/s390/include/asm/atomic.h | 10 +
10746 arch/s390/include/asm/elf.h | 7 +
10747 arch/s390/include/asm/exec.h | 2 +-
10748 arch/s390/include/asm/uaccess.h | 13 +-
10749 arch/s390/kernel/module.c | 22 +-
10750 arch/s390/kernel/process.c | 7 -
10751 arch/s390/mm/mmap.c | 22 +-
10752 arch/score/include/asm/exec.h | 2 +-
10753 arch/score/kernel/process.c | 5 -
10754 arch/sh/mm/mmap.c | 28 +-
10755 arch/sparc/Kconfig | 1 +
10756 arch/sparc/include/asm/atomic_64.h | 110 +-
10757 arch/sparc/include/asm/cache.h | 2 +-
10758 arch/sparc/include/asm/elf_32.h | 7 +
10759 arch/sparc/include/asm/elf_64.h | 7 +
10760 arch/sparc/include/asm/pgalloc_32.h | 1 +
10761 arch/sparc/include/asm/pgalloc_64.h | 1 +
10762 arch/sparc/include/asm/pgtable.h | 4 +
10763 arch/sparc/include/asm/pgtable_32.h | 15 +-
10764 arch/sparc/include/asm/pgtsrmmu.h | 5 +
10765 arch/sparc/include/asm/setup.h | 4 +-
10766 arch/sparc/include/asm/spinlock_64.h | 35 +-
10767 arch/sparc/include/asm/thread_info_32.h | 1 +
10768 arch/sparc/include/asm/thread_info_64.h | 2 +
10769 arch/sparc/include/asm/uaccess.h | 1 +
10770 arch/sparc/include/asm/uaccess_32.h | 28 +-
10771 arch/sparc/include/asm/uaccess_64.h | 24 +-
10772 arch/sparc/kernel/Makefile | 2 +-
10773 arch/sparc/kernel/prom_common.c | 2 +-
10774 arch/sparc/kernel/smp_64.c | 8 +-
10775 arch/sparc/kernel/sys_sparc_32.c | 2 +-
10776 arch/sparc/kernel/sys_sparc_64.c | 58 +-
10777 arch/sparc/kernel/traps_64.c | 27 +-
10778 arch/sparc/lib/Makefile | 2 +-
10779 arch/sparc/lib/atomic_64.S | 57 +-
10780 arch/sparc/lib/ksyms.c | 6 +-
10781 arch/sparc/mm/Makefile | 2 +-
10782 arch/sparc/mm/fault_32.c | 292 +
10783 arch/sparc/mm/fault_64.c | 486 +
10784 arch/sparc/mm/hugetlbpage.c | 30 +-
10785 arch/sparc/mm/init_64.c | 10 +-
10786 arch/tile/include/asm/atomic_64.h | 10 +
10787 arch/tile/include/asm/uaccess.h | 4 +-
10788 arch/um/Makefile | 2 +
10789 arch/um/include/asm/kmap_types.h | 2 +-
10790 arch/um/include/asm/page.h | 3 +
10791 arch/um/include/asm/pgtable-3level.h | 1 +
10792 arch/um/kernel/process.c | 16 -
10793 arch/x86/Kconfig | 33 +-
10794 arch/x86/Kconfig.cpu | 6 +-
10795 arch/x86/Kconfig.debug | 3 +-
10796 arch/x86/Makefile | 13 +-
10797 arch/x86/boot/bitops.h | 4 +-
10798 arch/x86/boot/boot.h | 2 +-
10799 arch/x86/boot/compressed/Makefile | 17 +
10800 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
10801 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
10802 arch/x86/boot/compressed/head_32.S | 4 +-
10803 arch/x86/boot/compressed/head_64.S | 12 +-
10804 arch/x86/boot/compressed/misc.c | 11 +-
10805 arch/x86/boot/cpucheck.c | 16 +-
10806 arch/x86/boot/header.S | 6 +-
10807 arch/x86/boot/memory.c | 2 +-
10808 arch/x86/boot/video-vesa.c | 1 +
10809 arch/x86/boot/video.c | 2 +-
10810 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
10811 arch/x86/crypto/aesni-intel_asm.S | 116 +-
10812 arch/x86/crypto/aesni-intel_glue.c | 4 +-
10813 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
10814 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
10815 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
10816 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
10817 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
10818 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
10819 arch/x86/crypto/camellia_glue.c | 8 +-
10820 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
10821 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
10822 arch/x86/crypto/cast6_avx_glue.c | 16 +-
10823 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
10824 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
10825 arch/x86/crypto/glue_helper.c | 2 +-
10826 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
10827 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
10828 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
10829 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
10830 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
10831 arch/x86/crypto/serpent_avx_glue.c | 18 +-
10832 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
10833 arch/x86/crypto/sha-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
10834 arch/x86/crypto/sha-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
10835 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
10836 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
10837 arch/x86/crypto/sha256-avx-asm.S | 5 +-
10838 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
10839 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
10840 arch/x86/crypto/sha256_ni_asm.S | 2 +-
10841 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
10842 arch/x86/crypto/sha512-avx-asm.S | 5 +-
10843 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
10844 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
10845 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
10846 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
10847 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
10848 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
10849 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
10850 arch/x86/crypto/twofish_avx_glue.c | 21 +-
10851 arch/x86/crypto/twofish_glue.c | 4 +-
10852 arch/x86/crypto/twofish_glue_3way.c | 12 +-
10853 arch/x86/entry/Makefile | 2 +
10854 arch/x86/entry/calling.h | 86 +-
10855 arch/x86/entry/common.c | 89 +-
10856 arch/x86/entry/entry_32.S | 330 +-
10857 arch/x86/entry/entry_64.S | 600 +-
10858 arch/x86/entry/entry_64_compat.S | 115 +-
10859 arch/x86/entry/thunk_64.S | 2 +
10860 arch/x86/entry/vdso/Makefile | 5 +-
10861 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
10862 arch/x86/entry/vdso/vdso2c.h | 4 +-
10863 arch/x86/entry/vdso/vma.c | 42 +-
10864 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
10865 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
10866 arch/x86/events/amd/iommu.c | 8 +-
10867 arch/x86/events/core.c | 8 +-
10868 arch/x86/events/intel/bts.c | 6 +-
10869 arch/x86/events/intel/core.c | 34 +-
10870 arch/x86/events/intel/cqm.c | 14 +-
10871 arch/x86/events/intel/cstate.c | 6 +-
10872 arch/x86/events/intel/ds.c | 7 +-
10873 arch/x86/events/intel/lbr.c | 4 +-
10874 arch/x86/events/intel/pt.c | 44 +-
10875 arch/x86/events/intel/rapl.c | 8 +-
10876 arch/x86/events/intel/uncore.c | 6 +-
10877 arch/x86/events/intel/uncore.h | 14 +-
10878 arch/x86/events/perf_event.h | 2 +-
10879 arch/x86/ia32/ia32_signal.c | 23 +-
10880 arch/x86/ia32/sys_ia32.c | 42 +-
10881 arch/x86/include/asm/alternative-asm.h | 43 +-
10882 arch/x86/include/asm/alternative.h | 4 +-
10883 arch/x86/include/asm/apic.h | 2 +-
10884 arch/x86/include/asm/apm.h | 4 +-
10885 arch/x86/include/asm/atomic.h | 230 +-
10886 arch/x86/include/asm/atomic64_32.h | 119 +
10887 arch/x86/include/asm/atomic64_64.h | 169 +-
10888 arch/x86/include/asm/bitops.h | 18 +-
10889 arch/x86/include/asm/boot.h | 2 +-
10890 arch/x86/include/asm/cache.h | 4 +-
10891 arch/x86/include/asm/checksum_32.h | 12 +-
10892 arch/x86/include/asm/cmpxchg.h | 39 +
10893 arch/x86/include/asm/compat.h | 4 +
10894 arch/x86/include/asm/cpufeature.h | 2 +-
10895 arch/x86/include/asm/cpufeatures.h | 5 +-
10896 arch/x86/include/asm/crypto/camellia.h | 30 +-
10897 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
10898 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
10899 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
10900 arch/x86/include/asm/crypto/twofish.h | 10 +-
10901 arch/x86/include/asm/desc.h | 78 +-
10902 arch/x86/include/asm/desc_defs.h | 6 +
10903 arch/x86/include/asm/div64.h | 2 +-
10904 arch/x86/include/asm/dma.h | 2 +
10905 arch/x86/include/asm/elf.h | 33 +-
10906 arch/x86/include/asm/emergency-restart.h | 2 +-
10907 arch/x86/include/asm/fixmap.h | 2 +-
10908 arch/x86/include/asm/fpu/internal.h | 38 +-
10909 arch/x86/include/asm/fpu/types.h | 5 +-
10910 arch/x86/include/asm/futex.h | 14 +-
10911 arch/x86/include/asm/hw_irq.h | 4 +-
10912 arch/x86/include/asm/hypervisor.h | 2 +-
10913 arch/x86/include/asm/i8259.h | 2 +-
10914 arch/x86/include/asm/io.h | 22 +-
10915 arch/x86/include/asm/irqflags.h | 5 +
10916 arch/x86/include/asm/kprobes.h | 9 +-
10917 arch/x86/include/asm/kvm_emulate.h | 7 +-
10918 arch/x86/include/asm/local.h | 106 +-
10919 arch/x86/include/asm/mman.h | 15 +
10920 arch/x86/include/asm/mmu.h | 14 +-
10921 arch/x86/include/asm/mmu_context.h | 133 +-
10922 arch/x86/include/asm/module.h | 23 +-
10923 arch/x86/include/asm/nmi.h | 19 +-
10924 arch/x86/include/asm/page.h | 1 +
10925 arch/x86/include/asm/page_32.h | 12 +-
10926 arch/x86/include/asm/page_64.h | 14 +-
10927 arch/x86/include/asm/paravirt.h | 46 +-
10928 arch/x86/include/asm/paravirt_types.h | 13 +-
10929 arch/x86/include/asm/pgalloc.h | 23 +
10930 arch/x86/include/asm/pgtable-2level.h | 2 +
10931 arch/x86/include/asm/pgtable-3level.h | 7 +
10932 arch/x86/include/asm/pgtable.h | 126 +-
10933 arch/x86/include/asm/pgtable_32.h | 14 +-
10934 arch/x86/include/asm/pgtable_32_types.h | 24 +-
10935 arch/x86/include/asm/pgtable_64.h | 23 +-
10936 arch/x86/include/asm/pgtable_64_types.h | 5 +
10937 arch/x86/include/asm/pgtable_types.h | 27 +-
10938 arch/x86/include/asm/pmem.h | 2 +-
10939 arch/x86/include/asm/preempt.h | 2 +-
10940 arch/x86/include/asm/processor.h | 57 +-
10941 arch/x86/include/asm/ptrace.h | 15 +-
10942 arch/x86/include/asm/realmode.h | 4 +-
10943 arch/x86/include/asm/reboot.h | 10 +-
10944 arch/x86/include/asm/rmwcc.h | 84 +-
10945 arch/x86/include/asm/rwsem.h | 60 +-
10946 arch/x86/include/asm/segment.h | 27 +-
10947 arch/x86/include/asm/smap.h | 43 +
10948 arch/x86/include/asm/smp.h | 14 +-
10949 arch/x86/include/asm/stackprotector.h | 4 +-
10950 arch/x86/include/asm/stacktrace.h | 34 +-
10951 arch/x86/include/asm/string_32.h | 20 +-
10952 arch/x86/include/asm/string_64.h | 16 +-
10953 arch/x86/include/asm/switch_to.h | 4 +-
10954 arch/x86/include/asm/sys_ia32.h | 6 +-
10955 arch/x86/include/asm/thread_info.h | 54 +-
10956 arch/x86/include/asm/tlbflush.h | 77 +-
10957 arch/x86/include/asm/traps.h | 4 +-
10958 arch/x86/include/asm/uaccess.h | 210 +-
10959 arch/x86/include/asm/uaccess_32.h | 28 +-
10960 arch/x86/include/asm/uaccess_64.h | 169 +-
10961 arch/x86/include/asm/word-at-a-time.h | 2 +-
10962 arch/x86/include/asm/x86_init.h | 10 +-
10963 arch/x86/include/asm/xen/page.h | 2 +-
10964 arch/x86/include/uapi/asm/e820.h | 2 +-
10965 arch/x86/kernel/Makefile | 2 +-
10966 arch/x86/kernel/acpi/boot.c | 4 +-
10967 arch/x86/kernel/acpi/sleep.c | 4 +
10968 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
10969 arch/x86/kernel/alternative.c | 124 +-
10970 arch/x86/kernel/apic/apic.c | 4 +-
10971 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
10972 arch/x86/kernel/apic/apic_noop.c | 2 +-
10973 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
10974 arch/x86/kernel/apic/io_apic.c | 10 +-
10975 arch/x86/kernel/apic/msi.c | 2 +-
10976 arch/x86/kernel/apic/probe_32.c | 4 +-
10977 arch/x86/kernel/apic/vector.c | 2 +
10978 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
10979 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
10980 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
10981 arch/x86/kernel/apm_32.c | 21 +-
10982 arch/x86/kernel/asm-offsets.c | 22 +
10983 arch/x86/kernel/cpu/Makefile | 4 -
10984 arch/x86/kernel/cpu/amd.c | 2 +-
10985 arch/x86/kernel/cpu/bugs_64.c | 2 +
10986 arch/x86/kernel/cpu/common.c | 202 +-
10987 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
10988 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
10989 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
10990 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
10991 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
10992 arch/x86/kernel/cpu/mshyperv.c | 2 +-
10993 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
10994 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
10995 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
10996 arch/x86/kernel/cpu/vmware.c | 2 +-
10997 arch/x86/kernel/crash_dump_64.c | 2 +-
10998 arch/x86/kernel/doublefault.c | 8 +-
10999 arch/x86/kernel/dumpstack.c | 24 +-
11000 arch/x86/kernel/dumpstack_32.c | 25 +-
11001 arch/x86/kernel/dumpstack_64.c | 72 +-
11002 arch/x86/kernel/e820.c | 4 +-
11003 arch/x86/kernel/early_printk.c | 1 +
11004 arch/x86/kernel/espfix_64.c | 44 +-
11005 arch/x86/kernel/fpu/core.c | 30 +-
11006 arch/x86/kernel/fpu/init.c | 49 +-
11007 arch/x86/kernel/fpu/regset.c | 22 +-
11008 arch/x86/kernel/fpu/signal.c | 20 +-
11009 arch/x86/kernel/fpu/xstate.c | 12 +-
11010 arch/x86/kernel/ftrace.c | 18 +-
11011 arch/x86/kernel/head64.c | 14 +-
11012 arch/x86/kernel/head_32.S | 240 +-
11013 arch/x86/kernel/head_64.S | 182 +-
11014 arch/x86/kernel/i386_ksyms_32.c | 12 +
11015 arch/x86/kernel/i8259.c | 10 +-
11016 arch/x86/kernel/io_delay.c | 2 +-
11017 arch/x86/kernel/ioport.c | 2 +-
11018 arch/x86/kernel/irq.c | 8 +-
11019 arch/x86/kernel/irq_32.c | 45 +-
11020 arch/x86/kernel/jump_label.c | 10 +-
11021 arch/x86/kernel/kgdb.c | 21 +-
11022 arch/x86/kernel/kprobes/core.c | 28 +-
11023 arch/x86/kernel/kprobes/opt.c | 16 +-
11024 arch/x86/kernel/ksysfs.c | 2 +-
11025 arch/x86/kernel/kvm.c | 2 +-
11026 arch/x86/kernel/kvmclock.c | 20 +-
11027 arch/x86/kernel/ldt.c | 25 +
11028 arch/x86/kernel/livepatch.c | 9 +-
11029 arch/x86/kernel/machine_kexec_32.c | 6 +-
11030 arch/x86/kernel/mcount_64.S | 21 +-
11031 arch/x86/kernel/module.c | 78 +-
11032 arch/x86/kernel/msr.c | 2 +-
11033 arch/x86/kernel/nmi.c | 34 +-
11034 arch/x86/kernel/nmi_selftest.c | 4 +-
11035 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
11036 arch/x86/kernel/paravirt.c | 133 +-
11037 arch/x86/kernel/paravirt_patch_64.c | 8 +
11038 arch/x86/kernel/pci-calgary_64.c | 2 +-
11039 arch/x86/kernel/pci-iommu_table.c | 2 +-
11040 arch/x86/kernel/pci-swiotlb.c | 2 +-
11041 arch/x86/kernel/process.c | 80 +-
11042 arch/x86/kernel/process_32.c | 29 +-
11043 arch/x86/kernel/process_64.c | 14 +-
11044 arch/x86/kernel/ptrace.c | 20 +-
11045 arch/x86/kernel/pvclock.c | 8 +-
11046 arch/x86/kernel/reboot.c | 44 +-
11047 arch/x86/kernel/reboot_fixups_32.c | 2 +-
11048 arch/x86/kernel/relocate_kernel_64.S | 3 +-
11049 arch/x86/kernel/setup.c | 29 +-
11050 arch/x86/kernel/setup_percpu.c | 29 +-
11051 arch/x86/kernel/signal.c | 17 +-
11052 arch/x86/kernel/smp.c | 2 +-
11053 arch/x86/kernel/smpboot.c | 29 +-
11054 arch/x86/kernel/step.c | 6 +-
11055 arch/x86/kernel/sys_i386_32.c | 184 +
11056 arch/x86/kernel/sys_x86_64.c | 28 +-
11057 arch/x86/kernel/tboot.c | 22 +-
11058 arch/x86/kernel/time.c | 8 +-
11059 arch/x86/kernel/tls.c | 7 +-
11060 arch/x86/kernel/tracepoint.c | 4 +-
11061 arch/x86/kernel/traps.c | 66 +-
11062 arch/x86/kernel/tsc.c | 2 +-
11063 arch/x86/kernel/uprobes.c | 4 +-
11064 arch/x86/kernel/vm86_32.c | 6 +-
11065 arch/x86/kernel/vmlinux.lds.S | 144 +-
11066 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
11067 arch/x86/kernel/x86_init.c | 6 +-
11068 arch/x86/kvm/cpuid.c | 21 +-
11069 arch/x86/kvm/emulate.c | 20 +-
11070 arch/x86/kvm/i8259.c | 10 +-
11071 arch/x86/kvm/ioapic.c | 2 +
11072 arch/x86/kvm/lapic.c | 2 +-
11073 arch/x86/kvm/paging_tmpl.h | 2 +-
11074 arch/x86/kvm/svm.c | 10 +-
11075 arch/x86/kvm/vmx.c | 60 +-
11076 arch/x86/kvm/x86.c | 44 +-
11077 arch/x86/lguest/boot.c | 3 +-
11078 arch/x86/lib/atomic64_386_32.S | 164 +
11079 arch/x86/lib/atomic64_cx8_32.S | 98 +-
11080 arch/x86/lib/checksum_32.S | 99 +-
11081 arch/x86/lib/clear_page_64.S | 3 +
11082 arch/x86/lib/cmpxchg16b_emu.S | 3 +
11083 arch/x86/lib/copy_page_64.S | 14 +-
11084 arch/x86/lib/copy_user_64.S | 66 +-
11085 arch/x86/lib/csum-copy_64.S | 14 +-
11086 arch/x86/lib/csum-wrappers_64.c | 8 +-
11087 arch/x86/lib/getuser.S | 74 +-
11088 arch/x86/lib/insn.c | 8 +-
11089 arch/x86/lib/iomap_copy_64.S | 2 +
11090 arch/x86/lib/memcpy_64.S | 6 +
11091 arch/x86/lib/memmove_64.S | 3 +-
11092 arch/x86/lib/memset_64.S | 3 +
11093 arch/x86/lib/mmx_32.c | 243 +-
11094 arch/x86/lib/msr-reg.S | 2 +
11095 arch/x86/lib/putuser.S | 87 +-
11096 arch/x86/lib/rwsem.S | 4 +
11097 arch/x86/lib/usercopy_32.c | 359 +-
11098 arch/x86/lib/usercopy_64.c | 22 +-
11099 arch/x86/math-emu/fpu_aux.c | 2 +-
11100 arch/x86/math-emu/fpu_entry.c | 4 +-
11101 arch/x86/math-emu/fpu_etc.c | 9 +-
11102 arch/x86/math-emu/fpu_system.h | 2 +-
11103 arch/x86/math-emu/fpu_trig.c | 13 +-
11104 arch/x86/math-emu/reg_constant.c | 7 +-
11105 arch/x86/mm/Makefile | 3 +
11106 arch/x86/mm/extable.c | 20 +-
11107 arch/x86/mm/fault.c | 573 +-
11108 arch/x86/mm/gup.c | 6 +-
11109 arch/x86/mm/highmem_32.c | 6 +
11110 arch/x86/mm/hugetlbpage.c | 24 +-
11111 arch/x86/mm/init.c | 19 +-
11112 arch/x86/mm/init_32.c | 157 +-
11113 arch/x86/mm/init_64.c | 100 +-
11114 arch/x86/mm/iomap_32.c | 4 +
11115 arch/x86/mm/ioremap.c | 52 +-
11116 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
11117 arch/x86/mm/mmap.c | 46 +-
11118 arch/x86/mm/mmio-mod.c | 10 +-
11119 arch/x86/mm/mpx.c | 6 +-
11120 arch/x86/mm/numa.c | 2 +-
11121 arch/x86/mm/pageattr.c | 36 +-
11122 arch/x86/mm/pat.c | 12 +-
11123 arch/x86/mm/pat_rbtree.c | 2 +-
11124 arch/x86/mm/pf_in.c | 10 +-
11125 arch/x86/mm/pgtable.c | 211 +-
11126 arch/x86/mm/pgtable_32.c | 3 +
11127 arch/x86/mm/setup_nx.c | 7 +
11128 arch/x86/mm/tlb.c | 4 +
11129 arch/x86/mm/uderef_64.c | 37 +
11130 arch/x86/net/bpf_jit.S | 11 +
11131 arch/x86/net/bpf_jit_comp.c | 13 +-
11132 arch/x86/oprofile/backtrace.c | 6 +-
11133 arch/x86/oprofile/nmi_int.c | 10 +-
11134 arch/x86/oprofile/op_model_amd.c | 8 +-
11135 arch/x86/oprofile/op_model_ppro.c | 7 +-
11136 arch/x86/oprofile/op_x86_model.h | 2 +-
11137 arch/x86/pci/intel_mid_pci.c | 2 +-
11138 arch/x86/pci/irq.c | 8 +-
11139 arch/x86/pci/pcbios.c | 112 +-
11140 arch/x86/pci/vmd.c | 4 +-
11141 arch/x86/platform/efi/efi_32.c | 24 +
11142 arch/x86/platform/efi/efi_64.c | 26 +-
11143 arch/x86/platform/efi/efi_stub_32.S | 64 +-
11144 arch/x86/platform/efi/efi_stub_64.S | 2 +
11145 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
11146 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
11147 arch/x86/platform/intel-mid/mfld.c | 4 +-
11148 arch/x86/platform/intel-mid/mrfl.c | 2 +-
11149 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
11150 arch/x86/platform/olpc/olpc_dt.c | 2 +-
11151 arch/x86/power/cpu.c | 11 +-
11152 arch/x86/realmode/init.c | 10 +-
11153 arch/x86/realmode/rm/header.S | 4 +-
11154 arch/x86/realmode/rm/reboot.S | 4 +
11155 arch/x86/realmode/rm/trampoline_32.S | 12 +-
11156 arch/x86/realmode/rm/trampoline_64.S | 3 +-
11157 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
11158 arch/x86/tools/Makefile | 2 +-
11159 arch/x86/tools/relocs.c | 97 +-
11160 arch/x86/um/mem_32.c | 2 +-
11161 arch/x86/um/tls_32.c | 2 +-
11162 arch/x86/xen/enlighten.c | 52 +-
11163 arch/x86/xen/mmu.c | 31 +-
11164 arch/x86/xen/smp.c | 16 +-
11165 arch/x86/xen/xen-asm_32.S | 2 +-
11166 arch/x86/xen/xen-head.S | 12 +
11167 arch/x86/xen/xen-ops.h | 2 -
11168 block/bio.c | 4 +-
11169 block/blk-cgroup.c | 18 +-
11170 block/blk-map.c | 2 +-
11171 block/blk-softirq.c | 2 +-
11172 block/bsg.c | 12 +-
11173 block/cfq-iosched.c | 4 +-
11174 block/compat_ioctl.c | 4 +-
11175 block/genhd.c | 9 +-
11176 block/partitions/efi.c | 8 +-
11177 block/scsi_ioctl.c | 29 +-
11178 crypto/cast6_generic.c | 6 +-
11179 crypto/cryptd.c | 4 +-
11180 crypto/crypto_user.c | 2 +-
11181 crypto/pcrypt.c | 2 +-
11182 crypto/salsa20_generic.c | 16 +-
11183 crypto/serpent_generic.c | 6 +-
11184 drivers/acpi/ac.c | 2 +-
11185 drivers/acpi/acpi_video.c | 2 +-
11186 drivers/acpi/apei/apei-internal.h | 2 +-
11187 drivers/acpi/apei/ghes.c | 10 +-
11188 drivers/acpi/battery.c | 2 +-
11189 drivers/acpi/bgrt.c | 6 +-
11190 drivers/acpi/blacklist.c | 4 +-
11191 drivers/acpi/bus.c | 4 +-
11192 drivers/acpi/device_pm.c | 4 +-
11193 drivers/acpi/ec.c | 6 +-
11194 drivers/acpi/pci_slot.c | 2 +-
11195 drivers/acpi/processor_idle.c | 2 +-
11196 drivers/acpi/processor_pdc.c | 2 +-
11197 drivers/acpi/sleep.c | 2 +-
11198 drivers/acpi/sysfs.c | 14 +-
11199 drivers/acpi/thermal.c | 2 +-
11200 drivers/acpi/video_detect.c | 7 +-
11201 drivers/android/binder.c | 2 +-
11202 drivers/ata/libata-core.c | 12 +-
11203 drivers/ata/libata-scsi.c | 2 +-
11204 drivers/ata/libata.h | 2 +-
11205 drivers/ata/pata_arasan_cf.c | 4 +-
11206 drivers/atm/adummy.c | 2 +-
11207 drivers/atm/ambassador.c | 8 +-
11208 drivers/atm/atmtcp.c | 14 +-
11209 drivers/atm/eni.c | 10 +-
11210 drivers/atm/firestream.c | 8 +-
11211 drivers/atm/fore200e.c | 14 +-
11212 drivers/atm/he.c | 18 +-
11213 drivers/atm/horizon.c | 4 +-
11214 drivers/atm/idt77252.c | 36 +-
11215 drivers/atm/iphase.c | 34 +-
11216 drivers/atm/lanai.c | 12 +-
11217 drivers/atm/nicstar.c | 46 +-
11218 drivers/atm/solos-pci.c | 4 +-
11219 drivers/atm/suni.c | 4 +-
11220 drivers/atm/uPD98402.c | 16 +-
11221 drivers/atm/zatm.c | 6 +-
11222 drivers/base/bus.c | 4 +-
11223 drivers/base/devres.c | 4 +-
11224 drivers/base/devtmpfs.c | 8 +-
11225 drivers/base/node.c | 2 +-
11226 drivers/base/platform-msi.c | 20 +-
11227 drivers/base/power/domain.c | 6 +-
11228 drivers/base/power/runtime.c | 61 +-
11229 drivers/base/power/sysfs.c | 2 +-
11230 drivers/base/power/wakeup.c | 8 +-
11231 drivers/base/regmap/regmap-debugfs.c | 4 +-
11232 drivers/base/regmap/regmap.c | 4 +-
11233 drivers/base/syscore.c | 4 +-
11234 drivers/block/cciss.c | 28 +-
11235 drivers/block/cciss.h | 2 +-
11236 drivers/block/drbd/drbd_bitmap.c | 2 +-
11237 drivers/block/drbd/drbd_int.h | 8 +-
11238 drivers/block/drbd/drbd_main.c | 12 +-
11239 drivers/block/drbd/drbd_nl.c | 16 +-
11240 drivers/block/drbd/drbd_receiver.c | 38 +-
11241 drivers/block/drbd/drbd_state.c | 12 +-
11242 drivers/block/drbd/drbd_state.h | 2 +-
11243 drivers/block/drbd/drbd_state_change.h | 8 +-
11244 drivers/block/drbd/drbd_worker.c | 14 +-
11245 drivers/block/floppy.c | 8 +-
11246 drivers/block/pktcdvd.c | 4 +-
11247 drivers/block/rbd.c | 2 +-
11248 drivers/bluetooth/btwilink.c | 2 +-
11249 drivers/bus/arm-cci.c | 6 +-
11250 drivers/cdrom/cdrom.c | 11 +-
11251 drivers/cdrom/gdrom.c | 1 -
11252 drivers/char/agp/compat_ioctl.c | 2 +-
11253 drivers/char/agp/frontend.c | 4 +-
11254 drivers/char/agp/intel-gtt.c | 4 +-
11255 drivers/char/hpet.c | 2 +-
11256 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
11257 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
11258 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
11259 drivers/char/ipmi/ipmi_ssif.c | 12 +-
11260 drivers/char/mem.c | 47 +-
11261 drivers/char/nvram.c | 2 +-
11262 drivers/char/pcmcia/synclink_cs.c | 16 +-
11263 drivers/char/random.c | 12 +-
11264 drivers/char/sonypi.c | 11 +-
11265 drivers/char/tpm/tpm-chip.c | 7 +-
11266 drivers/char/tpm/tpm_acpi.c | 3 +-
11267 drivers/char/tpm/tpm_eventlog.c | 5 +-
11268 drivers/char/virtio_console.c | 6 +-
11269 drivers/clk/clk-composite.c | 2 +-
11270 drivers/clk/samsung/clk.h | 2 +-
11271 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
11272 drivers/clk/socfpga/clk-gate.c | 9 +-
11273 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
11274 drivers/clk/socfpga/clk-pll.c | 9 +-
11275 drivers/clk/ti/adpll.c | 2 +-
11276 drivers/clk/ti/clk.c | 8 +-
11277 drivers/cpufreq/acpi-cpufreq.c | 17 +-
11278 drivers/cpufreq/cpufreq-dt.c | 4 +-
11279 drivers/cpufreq/cpufreq.c | 27 +-
11280 drivers/cpufreq/cpufreq_governor.h | 2 +-
11281 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
11282 drivers/cpufreq/intel_pstate.c | 56 +-
11283 drivers/cpufreq/p4-clockmod.c | 12 +-
11284 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
11285 drivers/cpufreq/speedstep-centrino.c | 7 +-
11286 drivers/cpuidle/driver.c | 2 +-
11287 drivers/cpuidle/dt_idle_states.c | 2 +-
11288 drivers/cpuidle/governor.c | 2 +-
11289 drivers/cpuidle/governors/ladder.c | 13 +-
11290 drivers/cpuidle/sysfs.c | 2 +-
11291 drivers/crypto/hifn_795x.c | 4 +-
11292 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
11293 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
11294 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
11295 drivers/devfreq/devfreq.c | 4 +-
11296 drivers/dma-buf/dma-buf.c | 5 +-
11297 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
11298 drivers/dma/sh/shdma-base.c | 4 +-
11299 drivers/dma/sh/shdmac.c | 2 +-
11300 drivers/edac/edac_device.c | 4 +-
11301 drivers/edac/edac_device_sysfs.c | 2 +-
11302 drivers/edac/edac_mc_sysfs.c | 4 +-
11303 drivers/edac/edac_module.c | 2 +-
11304 drivers/edac/edac_pci.c | 4 +-
11305 drivers/edac/edac_pci_sysfs.c | 22 +-
11306 drivers/edac/mce_amd.h | 2 +-
11307 drivers/firewire/core-card.c | 6 +-
11308 drivers/firewire/core-cdev.c | 4 +-
11309 drivers/firewire/core-device.c | 2 +-
11310 drivers/firewire/core-iso.c | 2 +-
11311 drivers/firewire/core-transaction.c | 1 +
11312 drivers/firewire/core.h | 1 +
11313 drivers/firmware/dmi-id.c | 9 +-
11314 drivers/firmware/dmi_scan.c | 12 +-
11315 drivers/firmware/efi/cper.c | 8 +-
11316 drivers/firmware/efi/efi.c | 14 +-
11317 drivers/firmware/efi/efivars.c | 2 +-
11318 drivers/firmware/efi/runtime-map.c | 2 +-
11319 drivers/firmware/google/gsmi.c | 2 +-
11320 drivers/firmware/google/memconsole.c | 7 +-
11321 drivers/firmware/memmap.c | 2 +-
11322 drivers/firmware/psci.c | 2 +-
11323 drivers/gpio/gpio-davinci.c | 6 +-
11324 drivers/gpio/gpio-em.c | 2 +-
11325 drivers/gpio/gpio-ich.c | 2 +-
11326 drivers/gpio/gpio-mpc8xxx.c | 6 +-
11327 drivers/gpio/gpio-omap.c | 4 +-
11328 drivers/gpio/gpio-rcar.c | 2 +-
11329 drivers/gpio/gpio-vr41xx.c | 2 +-
11330 drivers/gpio/gpiolib.c | 12 +-
11331 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 +-
11332 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
11333 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
11334 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
11335 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
11336 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
11337 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
11338 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
11339 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
11340 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
11341 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
11342 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
11343 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
11344 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
11345 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
11346 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
11347 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
11348 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
11349 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
11350 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
11351 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
11352 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
11353 drivers/gpu/drm/armada/armada_drv.c | 3 +-
11354 drivers/gpu/drm/ast/ast_mode.c | 2 +-
11355 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
11356 drivers/gpu/drm/drm_crtc.c | 2 +-
11357 drivers/gpu/drm/drm_drv.c | 2 +-
11358 drivers/gpu/drm/drm_fops.c | 19 +-
11359 drivers/gpu/drm/drm_global.c | 14 +-
11360 drivers/gpu/drm/drm_info.c | 13 +-
11361 drivers/gpu/drm/drm_ioc32.c | 13 +-
11362 drivers/gpu/drm/drm_ioctl.c | 2 +-
11363 drivers/gpu/drm/drm_pci.c | 9 +-
11364 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
11365 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
11366 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
11367 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
11368 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
11369 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
11370 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 3 +
11371 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
11372 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
11373 drivers/gpu/drm/gma500/psb_drv.c | 1 -
11374 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
11375 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
11376 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
11377 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
11378 drivers/gpu/drm/i810/i810_dma.c | 2 +-
11379 drivers/gpu/drm/i810/i810_drv.c | 6 +-
11380 drivers/gpu/drm/i810/i810_drv.h | 6 +-
11381 drivers/gpu/drm/i915/dvo.h | 2 +-
11382 drivers/gpu/drm/i915/i915_dma.c | 4 +-
11383 drivers/gpu/drm/i915/i915_drv.c | 7 +-
11384 drivers/gpu/drm/i915/i915_drv.h | 2 +-
11385 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
11386 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
11387 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
11388 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
11389 drivers/gpu/drm/i915/i915_irq.c | 88 +-
11390 drivers/gpu/drm/i915/intel_display.c | 30 +-
11391 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
11392 drivers/gpu/drm/mga/mga_drv.c | 5 +-
11393 drivers/gpu/drm/mga/mga_drv.h | 6 +-
11394 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
11395 drivers/gpu/drm/mga/mga_irq.c | 8 +-
11396 drivers/gpu/drm/mga/mga_state.c | 2 +-
11397 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
11398 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
11399 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
11400 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
11401 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
11402 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
11403 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
11404 drivers/gpu/drm/nouveau/nouveau_usif.c | 7 +-
11405 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
11406 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
11407 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
11408 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
11409 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
11410 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
11411 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
11412 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
11413 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
11414 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
11415 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
11416 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
11417 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
11418 drivers/gpu/drm/r128/r128_cce.c | 2 +-
11419 drivers/gpu/drm/r128/r128_drv.c | 4 +-
11420 drivers/gpu/drm/r128/r128_drv.h | 6 +-
11421 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
11422 drivers/gpu/drm/r128/r128_irq.c | 4 +-
11423 drivers/gpu/drm/r128/r128_state.c | 6 +-
11424 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
11425 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
11426 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
11427 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
11428 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
11429 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
11430 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
11431 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
11432 drivers/gpu/drm/savage/savage_bci.c | 2 +-
11433 drivers/gpu/drm/savage/savage_drv.c | 5 +-
11434 drivers/gpu/drm/savage/savage_drv.h | 2 +-
11435 drivers/gpu/drm/sis/sis_drv.c | 5 +-
11436 drivers/gpu/drm/sis/sis_drv.h | 2 +-
11437 drivers/gpu/drm/sis/sis_mm.c | 2 +-
11438 drivers/gpu/drm/tegra/dc.c | 2 +-
11439 drivers/gpu/drm/tegra/dsi.c | 2 +-
11440 drivers/gpu/drm/tegra/hdmi.c | 2 +-
11441 drivers/gpu/drm/tegra/sor.c | 7 +-
11442 drivers/gpu/drm/tilcdc/Makefile | 6 +-
11443 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
11444 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
11445 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
11446 drivers/gpu/drm/udl/udl_connector.c | 2 +-
11447 drivers/gpu/drm/udl/udl_fb.c | 1 -
11448 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
11449 drivers/gpu/drm/via/via_dma.c | 2 +-
11450 drivers/gpu/drm/via/via_drv.c | 5 +-
11451 drivers/gpu/drm/via/via_drv.h | 6 +-
11452 drivers/gpu/drm/via/via_irq.c | 18 +-
11453 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
11454 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
11455 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
11456 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
11457 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
11458 drivers/gpu/vga/vga_switcheroo.c | 4 +-
11459 drivers/hid/hid-core.c | 4 +-
11460 drivers/hid/hid-magicmouse.c | 2 +-
11461 drivers/hid/hid-sensor-custom.c | 2 +-
11462 drivers/hv/channel.c | 6 +-
11463 drivers/hv/hv.c | 22 +-
11464 drivers/hv/hv_balloon.c | 18 +-
11465 drivers/hv/hyperv_vmbus.h | 2 +-
11466 drivers/hwmon/acpi_power_meter.c | 6 +-
11467 drivers/hwmon/applesmc.c | 4 +-
11468 drivers/hwmon/asus_atk0110.c | 10 +-
11469 drivers/hwmon/coretemp.c | 2 +-
11470 drivers/hwmon/dell-smm-hwmon.c | 4 +-
11471 drivers/hwmon/ibmaem.c | 2 +-
11472 drivers/hwmon/iio_hwmon.c | 2 +-
11473 drivers/hwmon/nct6683.c | 6 +-
11474 drivers/hwmon/nct6775.c | 6 +-
11475 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
11476 drivers/hwmon/sht15.c | 12 +-
11477 drivers/hwmon/via-cputemp.c | 2 +-
11478 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
11479 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
11480 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
11481 drivers/i2c/i2c-dev.c | 2 +-
11482 drivers/ide/ide-cd.c | 2 +-
11483 drivers/ide/ide-disk.c | 2 +-
11484 drivers/ide/ide.c | 4 +-
11485 drivers/idle/intel_idle.c | 6 +-
11486 drivers/iio/industrialio-core.c | 2 +-
11487 drivers/iio/magnetometer/ak8975.c | 2 +-
11488 drivers/infiniband/core/cm.c | 46 +-
11489 drivers/infiniband/core/fmr_pool.c | 20 +-
11490 drivers/infiniband/core/netlink.c | 5 +-
11491 drivers/infiniband/core/ucm.c | 4 +-
11492 drivers/infiniband/core/uverbs_cmd.c | 3 +
11493 drivers/infiniband/hw/cxgb4/device.c | 6 +-
11494 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
11495 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
11496 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
11497 drivers/infiniband/hw/mlx4/mad.c | 2 +-
11498 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
11499 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
11500 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
11501 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
11502 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
11503 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
11504 drivers/infiniband/hw/nes/nes.c | 4 +-
11505 drivers/infiniband/hw/nes/nes.h | 40 +-
11506 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
11507 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
11508 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
11509 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
11510 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
11511 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
11512 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
11513 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
11514 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
11515 drivers/input/evdev.c | 2 +-
11516 drivers/input/gameport/gameport.c | 4 +-
11517 drivers/input/input.c | 4 +-
11518 drivers/input/joystick/sidewinder.c | 1 +
11519 drivers/input/misc/ims-pcu.c | 4 +-
11520 drivers/input/mouse/psmouse.h | 2 +-
11521 drivers/input/mousedev.c | 2 +-
11522 drivers/input/serio/serio.c | 4 +-
11523 drivers/input/serio/serio_raw.c | 4 +-
11524 drivers/input/touchscreen/htcpen.c | 2 +-
11525 drivers/iommu/arm-smmu-v3.c | 2 +-
11526 drivers/iommu/arm-smmu.c | 42 +-
11527 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
11528 drivers/iommu/io-pgtable-arm.c | 99 +-
11529 drivers/iommu/io-pgtable.c | 11 +-
11530 drivers/iommu/io-pgtable.h | 21 +-
11531 drivers/iommu/iommu.c | 2 +-
11532 drivers/iommu/ipmmu-vmsa.c | 13 +-
11533 drivers/iommu/irq_remapping.c | 2 +-
11534 drivers/iommu/mtk_iommu.c | 16 +-
11535 drivers/irqchip/irq-gic.c | 2 +-
11536 drivers/irqchip/irq-i8259.c | 2 +-
11537 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
11538 drivers/irqchip/irq-ts4800.c | 2 +-
11539 drivers/isdn/capi/capi.c | 10 +-
11540 drivers/isdn/gigaset/interface.c | 8 +-
11541 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
11542 drivers/isdn/hardware/avm/b1.c | 4 +-
11543 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
11544 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
11545 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
11546 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
11547 drivers/isdn/hardware/eicon/divasync.h | 2 +-
11548 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
11549 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
11550 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
11551 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
11552 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
11553 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
11554 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
11555 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
11556 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
11557 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
11558 drivers/isdn/hisax/amd7930_fn.c | 5 +-
11559 drivers/isdn/hisax/arcofi.c | 5 +-
11560 drivers/isdn/hisax/diva.c | 7 +-
11561 drivers/isdn/hisax/elsa.c | 9 +-
11562 drivers/isdn/hisax/fsm.c | 5 +-
11563 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
11564 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
11565 drivers/isdn/hisax/hfc_pci.c | 10 +-
11566 drivers/isdn/hisax/hfc_sx.c | 10 +-
11567 drivers/isdn/hisax/hfc_usb.c | 12 +-
11568 drivers/isdn/hisax/hfcscard.c | 6 +-
11569 drivers/isdn/hisax/icc.c | 5 +-
11570 drivers/isdn/hisax/ipacx.c | 7 +-
11571 drivers/isdn/hisax/isac.c | 5 +-
11572 drivers/isdn/hisax/isar.c | 5 +-
11573 drivers/isdn/hisax/isdnl3.c | 5 +-
11574 drivers/isdn/hisax/saphir.c | 5 +-
11575 drivers/isdn/hisax/teleint.c | 5 +-
11576 drivers/isdn/hisax/w6692.c | 5 +-
11577 drivers/isdn/i4l/isdn_common.c | 2 +
11578 drivers/isdn/i4l/isdn_tty.c | 22 +-
11579 drivers/isdn/mISDN/dsp.h | 4 +-
11580 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
11581 drivers/isdn/mISDN/dsp_core.c | 4 +-
11582 drivers/isdn/mISDN/dsp_tones.c | 4 +-
11583 drivers/isdn/mISDN/fsm.c | 5 +-
11584 drivers/isdn/mISDN/l1oip_core.c | 8 +-
11585 drivers/leds/leds-clevo-mail.c | 2 +-
11586 drivers/leds/leds-ss4200.c | 2 +-
11587 drivers/lguest/core.c | 9 +-
11588 drivers/lguest/page_tables.c | 2 +-
11589 drivers/lguest/x86/core.c | 12 +-
11590 drivers/lguest/x86/switcher_32.S | 27 +-
11591 drivers/lightnvm/rrpc.c | 4 +-
11592 drivers/lightnvm/rrpc.h | 2 +-
11593 drivers/md/bcache/alloc.c | 2 +-
11594 drivers/md/bcache/bcache.h | 10 +-
11595 drivers/md/bcache/btree.c | 13 +-
11596 drivers/md/bcache/closure.c | 4 +-
11597 drivers/md/bcache/closure.h | 10 +-
11598 drivers/md/bcache/io.c | 10 +-
11599 drivers/md/bcache/journal.c | 18 +-
11600 drivers/md/bcache/movinggc.c | 12 +-
11601 drivers/md/bcache/request.c | 54 +-
11602 drivers/md/bcache/request.h | 2 +-
11603 drivers/md/bcache/stats.c | 26 +-
11604 drivers/md/bcache/stats.h | 16 +-
11605 drivers/md/bcache/super.c | 32 +-
11606 drivers/md/bcache/sysfs.c | 20 +-
11607 drivers/md/bcache/writeback.c | 12 +-
11608 drivers/md/bitmap.c | 2 +-
11609 drivers/md/dm-cache-target.c | 116 +-
11610 drivers/md/dm-ioctl.c | 2 +-
11611 drivers/md/dm-raid.c | 2 +-
11612 drivers/md/dm-raid1.c | 18 +-
11613 drivers/md/dm-stats.c | 6 +-
11614 drivers/md/dm-stripe.c | 10 +-
11615 drivers/md/dm-table.c | 2 +-
11616 drivers/md/dm-thin-metadata.c | 4 +-
11617 drivers/md/dm.c | 28 +-
11618 drivers/md/md.c | 41 +-
11619 drivers/md/md.h | 8 +-
11620 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
11621 drivers/md/persistent-data/dm-space-map.h | 1 +
11622 drivers/md/raid1.c | 8 +-
11623 drivers/md/raid10.c | 20 +-
11624 drivers/md/raid5.c | 26 +-
11625 drivers/media/dvb-core/dvb_net.c | 2 +-
11626 drivers/media/dvb-core/dvbdev.c | 2 +-
11627 drivers/media/dvb-frontends/af9033.h | 2 +-
11628 drivers/media/dvb-frontends/cx24116.c | 2 +-
11629 drivers/media/dvb-frontends/cx24117.c | 2 +-
11630 drivers/media/dvb-frontends/cx24120.c | 2 +-
11631 drivers/media/dvb-frontends/cx24123.c | 2 +-
11632 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
11633 drivers/media/dvb-frontends/dib3000.h | 2 +-
11634 drivers/media/dvb-frontends/dib7000p.h | 2 +-
11635 drivers/media/dvb-frontends/dib8000.h | 2 +-
11636 drivers/media/dvb-frontends/hd29l2.c | 2 +-
11637 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
11638 drivers/media/dvb-frontends/mt312.c | 6 +-
11639 drivers/media/dvb-frontends/s921.c | 2 +-
11640 drivers/media/pci/bt8xx/dst.c | 2 +-
11641 drivers/media/pci/cx88/cx88-video.c | 6 +-
11642 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
11643 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
11644 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
11645 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
11646 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
11647 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
11648 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
11649 drivers/media/pci/tw68/tw68-core.c | 2 +-
11650 drivers/media/pci/zoran/zoran.h | 1 -
11651 drivers/media/pci/zoran/zoran_card.c | 4 +-
11652 drivers/media/pci/zoran/zoran_driver.c | 3 -
11653 drivers/media/platform/am437x/am437x-vpfe.c | 2 +-
11654 drivers/media/platform/omap/omap_vout.c | 11 +-
11655 drivers/media/platform/s5p-tv/mixer.h | 2 +-
11656 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
11657 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
11658 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
11659 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
11660 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
11661 drivers/media/radio/radio-cadet.c | 2 +
11662 drivers/media/radio/radio-maxiradio.c | 2 +-
11663 drivers/media/radio/radio-shark.c | 2 +-
11664 drivers/media/radio/radio-shark2.c | 2 +-
11665 drivers/media/radio/radio-si476x.c | 2 +-
11666 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
11667 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
11668 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
11669 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
11670 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
11671 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
11672 drivers/media/usb/uvc/uvc_driver.c | 4 +-
11673 drivers/media/v4l2-core/v4l2-common.c | 2 +-
11674 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
11675 drivers/media/v4l2-core/v4l2-device.c | 4 +-
11676 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
11677 drivers/memory/omap-gpmc.c | 21 +-
11678 drivers/message/fusion/mptbase.c | 4 +-
11679 drivers/message/fusion/mptlan.c | 2 +-
11680 drivers/message/fusion/mptsas.c | 34 +-
11681 drivers/mfd/ab8500-debugfs.c | 2 +-
11682 drivers/mfd/kempld-core.c | 2 +-
11683 drivers/mfd/max8925-i2c.c | 2 +-
11684 drivers/mfd/tps65910.c | 2 +-
11685 drivers/mfd/twl4030-irq.c | 9 +-
11686 drivers/misc/c2port/core.c | 4 +-
11687 drivers/misc/kgdbts.c | 6 +-
11688 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
11689 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
11690 drivers/misc/mic/scif/scif_api.c | 10 +-
11691 drivers/misc/mic/scif/scif_rb.c | 8 +-
11692 drivers/misc/panel.c | 4 +-
11693 drivers/misc/sgi-gru/gruhandles.c | 4 +-
11694 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
11695 drivers/misc/sgi-gru/grutables.h | 158 +-
11696 drivers/misc/sgi-xp/xp.h | 2 +-
11697 drivers/misc/sgi-xp/xp_main.c | 57 +-
11698 drivers/misc/sgi-xp/xpc.h | 3 +-
11699 drivers/misc/sgi-xp/xpc_main.c | 2 +-
11700 drivers/misc/sgi-xp/xpnet.c | 2 +-
11701 drivers/misc/ti-st/st_kim.c | 32 +-
11702 drivers/mmc/card/mmc_test.c | 4 +-
11703 drivers/mmc/host/dw_mmc.h | 2 +-
11704 drivers/mmc/host/mmci.c | 4 +-
11705 drivers/mmc/host/omap_hsmmc.c | 4 +-
11706 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
11707 drivers/mmc/host/sdhci-s3c.c | 8 +-
11708 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
11709 drivers/mtd/devices/block2mtd.c | 2 +-
11710 drivers/mtd/devices/phram.c | 2 +-
11711 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
11712 drivers/mtd/maps/latch-addr-flash.c | 2 +-
11713 drivers/mtd/maps/pci.c | 4 +-
11714 drivers/mtd/maps/pcmciamtd.c | 8 +-
11715 drivers/mtd/maps/sbc_gxx.c | 2 +-
11716 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
11717 drivers/mtd/nand/cafe_nand.c | 18 +-
11718 drivers/mtd/nand/denali.c | 1 +
11719 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
11720 drivers/mtd/nftlmount.c | 1 +
11721 drivers/mtd/sm_ftl.c | 2 +-
11722 drivers/mtd/ubi/build.c | 2 +-
11723 drivers/net/bonding/bond_netlink.c | 2 +-
11724 drivers/net/caif/caif_hsi.c | 4 +-
11725 drivers/net/caif/caif_serial.c | 2 +-
11726 drivers/net/caif/caif_spi.c | 2 +-
11727 drivers/net/caif/caif_virtio.c | 2 +-
11728 drivers/net/can/Kconfig | 2 +-
11729 drivers/net/can/bfin_can.c | 2 +-
11730 drivers/net/can/dev.c | 2 +-
11731 drivers/net/can/flexcan.c | 2 +-
11732 drivers/net/can/janz-ican3.c | 2 +-
11733 drivers/net/can/led.c | 2 +-
11734 drivers/net/can/sun4i_can.c | 2 +-
11735 drivers/net/can/vcan.c | 2 +-
11736 drivers/net/can/xilinx_can.c | 2 +-
11737 drivers/net/dummy.c | 2 +-
11738 drivers/net/ethernet/8390/ax88796.c | 6 +-
11739 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
11740 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
11741 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
11742 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
11743 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
11744 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
11745 drivers/net/ethernet/amd/7990.c | 2 +-
11746 drivers/net/ethernet/amd/7990.h | 2 +-
11747 drivers/net/ethernet/amd/amd8111e.c | 5 +-
11748 drivers/net/ethernet/amd/atarilance.c | 4 +-
11749 drivers/net/ethernet/amd/declance.c | 2 +-
11750 drivers/net/ethernet/amd/pcnet32.c | 7 +-
11751 drivers/net/ethernet/amd/sun3lance.c | 4 +-
11752 drivers/net/ethernet/amd/sunlance.c | 2 +-
11753 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
11754 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
11755 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
11756 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
11757 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
11758 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
11759 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
11760 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
11761 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
11762 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
11763 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
11764 drivers/net/ethernet/arc/emac_main.c | 2 +-
11765 drivers/net/ethernet/atheros/alx/main.c | 2 +-
11766 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
11767 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
11768 drivers/net/ethernet/aurora/nb8800.c | 2 +-
11769 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
11770 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
11771 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
11772 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
11773 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
11774 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
11775 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
11776 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
11777 drivers/net/ethernet/broadcom/tg3.c | 2 +-
11778 drivers/net/ethernet/broadcom/tg3.h | 1 +
11779 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
11780 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
11781 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
11782 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
11783 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
11784 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
11785 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
11786 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
11787 drivers/net/ethernet/cadence/macb.c | 4 +-
11788 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
11789 drivers/net/ethernet/cavium/liquidio/lio_main.c | 15 +-
11790 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
11791 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
11792 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
11793 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
11794 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
11795 drivers/net/ethernet/davicom/dm9000.c | 2 +-
11796 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
11797 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
11798 drivers/net/ethernet/faraday/ftgmac100.c | 4 +-
11799 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
11800 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
11801 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
11802 drivers/net/ethernet/freescale/gianfar.c | 4 +-
11803 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
11804 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
11805 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
11806 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
11807 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
11808 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
11809 drivers/net/ethernet/ibm/emac/core.c | 4 +-
11810 drivers/net/ethernet/intel/e100.c | 2 +-
11811 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
11812 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
11813 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
11814 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
11815 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
11816 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
11817 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
11818 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
11819 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
11820 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
11821 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
11822 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
11823 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
11824 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
11825 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
11826 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
11827 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
11828 drivers/net/ethernet/neterion/s2io.c | 2 +-
11829 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
11830 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
11831 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
11832 drivers/net/ethernet/netx-eth.c | 2 +-
11833 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
11834 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
11835 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
11836 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
11837 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
11838 drivers/net/ethernet/qlogic/qed/qed_mcp.c | 6 +-
11839 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
11840 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
11841 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
11842 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
11843 drivers/net/ethernet/realtek/r8169.c | 8 +-
11844 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
11845 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
11846 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
11847 drivers/net/ethernet/sfc/ptp.c | 2 +-
11848 drivers/net/ethernet/sfc/selftest.c | 20 +-
11849 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
11850 drivers/net/ethernet/smsc/smc911x.c | 2 +-
11851 drivers/net/ethernet/smsc/smc91x.c | 2 +-
11852 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
11853 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
11854 drivers/net/ethernet/sun/sunbmac.c | 2 +-
11855 drivers/net/ethernet/sun/sunqe.c | 2 +-
11856 drivers/net/ethernet/sun/sunvnet.c | 2 +-
11857 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
11858 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
11859 drivers/net/ethernet/ti/cpmac.c | 2 +-
11860 drivers/net/ethernet/ti/netcp_core.c | 2 +-
11861 drivers/net/ethernet/via/via-rhine.c | 2 +-
11862 drivers/net/ethernet/wiznet/w5100.c | 2 +-
11863 drivers/net/ethernet/wiznet/w5300.c | 2 +-
11864 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
11865 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
11866 drivers/net/geneve.c | 2 +-
11867 drivers/net/hamradio/baycom_epp.c | 2 +-
11868 drivers/net/hyperv/hyperv_net.h | 2 +-
11869 drivers/net/hyperv/netvsc_drv.c | 2 +-
11870 drivers/net/hyperv/rndis_filter.c | 7 +-
11871 drivers/net/ifb.c | 2 +-
11872 drivers/net/ipvlan/ipvlan_core.c | 2 +-
11873 drivers/net/ipvlan/ipvlan_main.c | 6 +-
11874 drivers/net/irda/sh_irda.c | 2 +-
11875 drivers/net/irda/vlsi_ir.c | 18 +-
11876 drivers/net/irda/vlsi_ir.h | 14 +-
11877 drivers/net/loopback.c | 2 +-
11878 drivers/net/macsec.c | 2 +-
11879 drivers/net/macvlan.c | 20 +-
11880 drivers/net/macvtap.c | 10 +-
11881 drivers/net/nlmon.c | 2 +-
11882 drivers/net/phy/phy_device.c | 6 +-
11883 drivers/net/plip/plip.c | 2 +-
11884 drivers/net/ppp/ppp_generic.c | 4 +-
11885 drivers/net/ppp/pptp.c | 2 +-
11886 drivers/net/rionet.c | 2 +-
11887 drivers/net/slip/slhc.c | 2 +-
11888 drivers/net/team/team.c | 4 +-
11889 drivers/net/tun.c | 7 +-
11890 drivers/net/usb/hso.c | 28 +-
11891 drivers/net/usb/ipheth.c | 2 +-
11892 drivers/net/usb/r8152.c | 2 +-
11893 drivers/net/usb/sierra_net.c | 4 +-
11894 drivers/net/virtio_net.c | 2 +-
11895 drivers/net/vrf.c | 4 +-
11896 drivers/net/vxlan.c | 4 +-
11897 drivers/net/wimax/i2400m/rx.c | 2 +-
11898 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
11899 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
11900 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
11901 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
11902 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
11903 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
11904 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
11905 drivers/net/wireless/ath/ath9k/main.c | 22 +-
11906 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
11907 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
11908 drivers/net/wireless/ath/carl9170/main.c | 10 +-
11909 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
11910 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
11911 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
11912 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
11913 drivers/net/wireless/atmel/atmel.c | 183 +-
11914 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
11915 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
11916 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 55 +-
11917 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
11918 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
11919 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
11920 drivers/net/wireless/cisco/airo.c | 201 +-
11921 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
11922 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
11923 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
11924 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
11925 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
11926 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
11927 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
11928 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
11929 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
11930 .../net/wireless/intersil/hostap/hostap_ioctl.c | 134 +-
11931 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
11932 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
11933 drivers/net/wireless/mac80211_hwsim.c | 28 +-
11934 drivers/net/wireless/marvell/mwifiex/11n_aggr.c | 2 +-
11935 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
11936 drivers/net/wireless/marvell/mwifiex/pcie.c | 4 +-
11937 drivers/net/wireless/marvell/mwifiex/sdio.c | 10 +-
11938 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
11939 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
11940 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
11941 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
11942 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
11943 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
11944 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
11945 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
11946 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
11947 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
11948 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
11949 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
11950 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
11951 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
11952 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
11953 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
11954 drivers/net/wireless/zydas/zd1201.c | 192 +-
11955 drivers/net/xen-netback/interface.c | 2 +-
11956 drivers/net/xen-netfront.c | 2 +-
11957 drivers/nvme/host/pci.c | 2 +-
11958 drivers/of/fdt.c | 4 +-
11959 drivers/oprofile/buffer_sync.c | 8 +-
11960 drivers/oprofile/event_buffer.c | 2 +-
11961 drivers/oprofile/oprof.c | 2 +-
11962 drivers/oprofile/oprofile_stats.c | 10 +-
11963 drivers/oprofile/oprofile_stats.h | 10 +-
11964 drivers/oprofile/oprofilefs.c | 6 +-
11965 drivers/oprofile/timer_int.c | 2 +-
11966 drivers/parport/procfs.c | 4 +-
11967 drivers/pci/host/pci-host-common.h | 2 +-
11968 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
11969 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
11970 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
11971 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
11972 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
11973 drivers/pci/hotplug/pciehp_core.c | 2 +-
11974 drivers/pci/msi.c | 22 +-
11975 drivers/pci/pci-sysfs.c | 6 +-
11976 drivers/pci/pci.h | 4 +-
11977 drivers/pci/pcie/aspm.c | 10 +-
11978 drivers/pci/pcie/portdrv_pci.c | 2 +-
11979 drivers/pci/probe.c | 2 +-
11980 drivers/pci/setup-bus.c | 10 +-
11981 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
11982 drivers/pinctrl/pinctrl-at91.c | 5 +-
11983 drivers/platform/chrome/chromeos_laptop.c | 2 +-
11984 drivers/platform/chrome/chromeos_pstore.c | 2 +-
11985 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
11986 drivers/platform/x86/alienware-wmi.c | 4 +-
11987 drivers/platform/x86/apple-gmux.c | 2 +-
11988 drivers/platform/x86/compal-laptop.c | 2 +-
11989 drivers/platform/x86/hdaps.c | 2 +-
11990 drivers/platform/x86/ibm_rtl.c | 2 +-
11991 drivers/platform/x86/intel_oaktrail.c | 2 +-
11992 drivers/platform/x86/msi-laptop.c | 16 +-
11993 drivers/platform/x86/msi-wmi.c | 2 +-
11994 drivers/platform/x86/samsung-laptop.c | 2 +-
11995 drivers/platform/x86/samsung-q10.c | 2 +-
11996 drivers/platform/x86/sony-laptop.c | 14 +-
11997 drivers/platform/x86/thinkpad_acpi.c | 10 +-
11998 drivers/pnp/pnpbios/bioscalls.c | 14 +-
11999 drivers/pnp/pnpbios/core.c | 2 +-
12000 drivers/power/pda_power.c | 7 +-
12001 drivers/power/power_supply.h | 4 +-
12002 drivers/power/power_supply_core.c | 7 +-
12003 drivers/power/power_supply_sysfs.c | 6 +-
12004 drivers/power/reset/at91-reset.c | 5 +-
12005 drivers/powercap/powercap_sys.c | 136 +-
12006 drivers/ptp/ptp_private.h | 2 +-
12007 drivers/ptp/ptp_sysfs.c | 2 +-
12008 drivers/regulator/core.c | 4 +-
12009 drivers/regulator/max8660.c | 6 +-
12010 drivers/regulator/max8973-regulator.c | 16 +-
12011 drivers/regulator/mc13892-regulator.c | 8 +-
12012 drivers/remoteproc/remoteproc_core.c | 26 +-
12013 drivers/rtc/rtc-armada38x.c | 7 +-
12014 drivers/rtc/rtc-cmos.c | 4 +-
12015 drivers/rtc/rtc-ds1307.c | 2 +-
12016 drivers/rtc/rtc-m48t59.c | 4 +-
12017 drivers/rtc/rtc-rv8803.c | 15 +-
12018 drivers/rtc/rtc-rx8010.c | 8 +-
12019 drivers/rtc/rtc-test.c | 6 +-
12020 drivers/scsi/aacraid/aachba.c | 7 +-
12021 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
12022 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
12023 drivers/scsi/be2iscsi/be_main.c | 2 +-
12024 drivers/scsi/bfa/bfa.h | 4 +-
12025 drivers/scsi/bfa/bfa_core.c | 4 +-
12026 drivers/scsi/bfa/bfa_cs.h | 124 +-
12027 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
12028 drivers/scsi/bfa/bfa_fcs.h | 34 +-
12029 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
12030 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
12031 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
12032 drivers/scsi/bfa/bfa_ioc.c | 8 +-
12033 drivers/scsi/bfa/bfa_ioc.h | 16 +-
12034 drivers/scsi/bfa/bfa_svc.c | 12 +-
12035 drivers/scsi/bfa/bfa_svc.h | 20 +-
12036 drivers/scsi/bfa/bfad.c | 12 +-
12037 drivers/scsi/bfa/bfad_bsg.c | 8 +-
12038 drivers/scsi/bfa/bfad_drv.h | 5 +-
12039 drivers/scsi/csiostor/csio_defs.h | 19 +-
12040 drivers/scsi/csiostor/csio_hw.c | 67 +-
12041 drivers/scsi/csiostor/csio_init.c | 2 +-
12042 drivers/scsi/csiostor/csio_lnode.c | 32 +-
12043 drivers/scsi/csiostor/csio_rnode.c | 28 +-
12044 drivers/scsi/csiostor/csio_scsi.c | 37 +-
12045 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
12046 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
12047 drivers/scsi/hpsa.c | 38 +-
12048 drivers/scsi/hpsa.h | 2 +-
12049 drivers/scsi/hptiop.c | 2 -
12050 drivers/scsi/hptiop.h | 1 -
12051 drivers/scsi/ipr.c | 32 +-
12052 drivers/scsi/ipr.h | 2 +-
12053 drivers/scsi/libfc/fc_exch.c | 50 +-
12054 drivers/scsi/libsas/sas_ata.c | 2 +-
12055 drivers/scsi/lpfc/lpfc.h | 8 +-
12056 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
12057 drivers/scsi/lpfc/lpfc_init.c | 8 +-
12058 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
12059 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
12060 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
12061 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
12062 drivers/scsi/pmcraid.c | 46 +-
12063 drivers/scsi/pmcraid.h | 8 +-
12064 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
12065 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
12066 drivers/scsi/qla2xxx/qla_os.c | 15 +-
12067 drivers/scsi/qla2xxx/qla_target.c | 16 +-
12068 drivers/scsi/qla2xxx/qla_target.h | 2 +-
12069 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
12070 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
12071 drivers/scsi/scsi.c | 2 +-
12072 drivers/scsi/scsi_lib.c | 8 +-
12073 drivers/scsi/scsi_sysfs.c | 2 +-
12074 drivers/scsi/scsi_transport_fc.c | 8 +-
12075 drivers/scsi/scsi_transport_iscsi.c | 6 +-
12076 drivers/scsi/scsi_transport_spi.c | 2 +-
12077 drivers/scsi/scsi_transport_srp.c | 8 +-
12078 drivers/scsi/sd.c | 6 +-
12079 drivers/scsi/sg.c | 2 +-
12080 drivers/scsi/sr.c | 21 +-
12081 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
12082 drivers/spi/spi.c | 2 +-
12083 drivers/staging/android/timed_output.c | 6 +-
12084 drivers/staging/comedi/comedi_fops.c | 8 +-
12085 drivers/staging/fbtft/fbtft-core.c | 2 +-
12086 drivers/staging/fbtft/fbtft.h | 2 +-
12087 drivers/staging/gdm724x/gdm_lte.c | 2 +-
12088 drivers/staging/gdm724x/gdm_tty.c | 2 +-
12089 drivers/staging/i4l/icn/icn.c | 2 +-
12090 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
12091 drivers/staging/iio/adc/ad7280a.c | 4 +-
12092 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
12093 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
12094 drivers/staging/lustre/lnet/selftest/framework.c | 2 -
12095 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
12096 drivers/staging/lustre/lnet/selftest/selftest.h | 2 -
12097 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
12098 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
12099 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
12100 drivers/staging/lustre/lustre/include/obd.h | 2 +-
12101 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
12102 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
12103 drivers/staging/lustre/lustre/lov/lov_io.c | 62 +-
12104 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
12105 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
12106 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
12107 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
12108 drivers/staging/rdma/hfi1/pcie.c | 2 +-
12109 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
12110 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
12111 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
12112 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
12113 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
12114 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
12115 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
12116 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
12117 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
12118 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
12119 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
12120 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
12121 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
12122 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
12123 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 4 +-
12124 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
12125 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
12126 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
12127 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
12128 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
12129 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
12130 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
12131 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
12132 drivers/staging/rtl8192e/rtllib.h | 4 +-
12133 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
12134 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
12135 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
12136 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
12137 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
12138 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
12139 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
12140 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
12141 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
12142 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
12143 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
12144 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
12145 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
12146 drivers/staging/rtl8712/xmit_linux.c | 2 +-
12147 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
12148 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
12149 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
12150 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
12151 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
12152 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
12153 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
12154 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
12155 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
12156 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
12157 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
12158 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
12159 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
12160 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
12161 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
12162 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
12163 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
12164 drivers/staging/sm750fb/sm750.c | 14 +-
12165 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
12166 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
12167 drivers/staging/vt6655/rxtx.c | 2 +-
12168 drivers/staging/vt6656/rxtx.c | 2 +-
12169 drivers/staging/wilc1000/linux_wlan.c | 2 +-
12170 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
12171 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
12172 drivers/target/sbp/sbp_target.c | 4 +-
12173 drivers/thermal/cpu_cooling.c | 9 +-
12174 drivers/thermal/devfreq_cooling.c | 19 +-
12175 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
12176 drivers/thermal/of-thermal.c | 17 +-
12177 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
12178 drivers/tty/cyclades.c | 6 +-
12179 drivers/tty/hvc/hvc_console.c | 14 +-
12180 drivers/tty/hvc/hvcs.c | 21 +-
12181 drivers/tty/hvc/hvsi.c | 22 +-
12182 drivers/tty/hvc/hvsi_lib.c | 4 +-
12183 drivers/tty/ipwireless/tty.c | 27 +-
12184 drivers/tty/moxa.c | 2 +-
12185 drivers/tty/n_gsm.c | 6 +-
12186 drivers/tty/n_tty.c | 28 +-
12187 drivers/tty/pty.c | 4 +-
12188 drivers/tty/rocket.c | 6 +-
12189 drivers/tty/serial/8250/8250_core.c | 10 +-
12190 drivers/tty/serial/8250/8250_pci.c | 2 +-
12191 drivers/tty/serial/ifx6x60.c | 2 +-
12192 drivers/tty/serial/ioc4_serial.c | 6 +-
12193 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
12194 drivers/tty/serial/kgdb_nmi.c | 4 +-
12195 drivers/tty/serial/kgdboc.c | 34 +-
12196 drivers/tty/serial/msm_serial.c | 4 +-
12197 drivers/tty/serial/samsung.c | 9 +-
12198 drivers/tty/serial/serial_core.c | 8 +-
12199 drivers/tty/synclink.c | 34 +-
12200 drivers/tty/synclink_gt.c | 28 +-
12201 drivers/tty/synclinkmp.c | 34 +-
12202 drivers/tty/tty_io.c | 2 +-
12203 drivers/tty/tty_ldisc.c | 8 +-
12204 drivers/tty/tty_port.c | 22 +-
12205 drivers/uio/uio.c | 13 +-
12206 drivers/usb/atm/cxacru.c | 2 +-
12207 drivers/usb/atm/usbatm.c | 24 +-
12208 drivers/usb/class/cdc-acm.h | 2 +-
12209 drivers/usb/core/devices.c | 6 +-
12210 drivers/usb/core/devio.c | 12 +-
12211 drivers/usb/core/hcd.c | 4 +-
12212 drivers/usb/core/sysfs.c | 2 +-
12213 drivers/usb/core/usb.c | 2 +-
12214 drivers/usb/early/ehci-dbgp.c | 16 +-
12215 drivers/usb/gadget/function/f_phonet.c | 2 +-
12216 drivers/usb/gadget/function/u_serial.c | 22 +-
12217 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
12218 drivers/usb/host/ehci-hcd.c | 2 +-
12219 drivers/usb/host/ehci-hub.c | 4 +-
12220 drivers/usb/host/ehci-q.c | 4 +-
12221 drivers/usb/host/fotg210-hcd.c | 2 +-
12222 drivers/usb/host/hwa-hc.c | 2 +-
12223 drivers/usb/host/ohci-hcd.c | 2 +-
12224 drivers/usb/host/r8a66597.h | 2 +-
12225 drivers/usb/host/uhci-hcd.c | 2 +-
12226 drivers/usb/host/xhci-pci.c | 2 +-
12227 drivers/usb/host/xhci-ring.c | 52 +-
12228 drivers/usb/host/xhci.c | 2 +-
12229 drivers/usb/misc/appledisplay.c | 4 +-
12230 drivers/usb/misc/sisusbvga/sisusb_con.c | 98 +-
12231 drivers/usb/serial/console.c | 8 +-
12232 drivers/usb/storage/transport.c | 2 +-
12233 drivers/usb/storage/usb.c | 2 +-
12234 drivers/usb/storage/usb.h | 2 +-
12235 drivers/usb/usbip/vhci.h | 2 +-
12236 drivers/usb/usbip/vhci_hcd.c | 6 +-
12237 drivers/usb/usbip/vhci_rx.c | 2 +-
12238 drivers/usb/wusbcore/wa-hc.h | 4 +-
12239 drivers/usb/wusbcore/wa-xfer.c | 2 +-
12240 drivers/vfio/pci/vfio_pci.c | 2 +-
12241 drivers/vhost/vringh.c | 20 +-
12242 drivers/video/backlight/kb3886_bl.c | 2 +-
12243 drivers/video/console/dummycon.c | 96 +-
12244 drivers/video/console/fbcon.c | 2 +-
12245 drivers/video/console/vgacon.c | 23 +-
12246 drivers/video/fbdev/aty/aty128fb.c | 2 +-
12247 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
12248 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
12249 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
12250 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
12251 drivers/video/fbdev/core/fb_defio.c | 8 +-
12252 drivers/video/fbdev/core/fbmem.c | 12 +-
12253 drivers/video/fbdev/hyperv_fb.c | 4 +-
12254 drivers/video/fbdev/i810/i810_accel.c | 1 +
12255 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
12256 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
12257 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
12258 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
12259 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
12260 drivers/video/fbdev/sis/sis_main.h | 2 +-
12261 drivers/video/fbdev/smscufx.c | 4 +-
12262 drivers/video/fbdev/udlfb.c | 36 +-
12263 drivers/video/fbdev/uvesafb.c | 52 +-
12264 drivers/video/fbdev/vesafb.c | 58 +-
12265 drivers/video/fbdev/via/via_clock.h | 2 +-
12266 drivers/xen/events/events_base.c | 6 +-
12267 drivers/xen/xen-pciback/pci_stub.c | 2 +-
12268 fs/9p/vfs_addr.c | 2 +-
12269 fs/9p/vfs_inode_dotl.c | 4 +-
12270 fs/Kconfig.binfmt | 2 +-
12271 fs/afs/file.c | 8 +-
12272 fs/afs/inode.c | 4 +-
12273 fs/afs/internal.h | 4 +-
12274 fs/aio.c | 2 +-
12275 fs/autofs4/waitq.c | 2 +-
12276 fs/befs/endian.h | 6 +-
12277 fs/binfmt_aout.c | 23 +-
12278 fs/binfmt_elf.c | 670 +-
12279 fs/binfmt_elf_fdpic.c | 4 +-
12280 fs/block_dev.c | 2 +-
12281 fs/btrfs/ctree.c | 11 +-
12282 fs/btrfs/ctree.h | 4 +-
12283 fs/btrfs/delayed-inode.c | 6 +-
12284 fs/btrfs/delayed-inode.h | 4 +-
12285 fs/btrfs/delayed-ref.c | 4 +-
12286 fs/btrfs/disk-io.c | 4 +-
12287 fs/btrfs/extent_map.c | 8 +-
12288 fs/btrfs/file.c | 4 +-
12289 fs/btrfs/free-space-cache.h | 1 +
12290 fs/btrfs/raid56.c | 30 +-
12291 fs/btrfs/super.c | 2 +-
12292 fs/btrfs/sysfs.c | 2 +-
12293 fs/btrfs/tests/btrfs-tests.c | 2 +-
12294 fs/btrfs/tests/free-space-tests.c | 2 +-
12295 fs/btrfs/transaction.c | 2 +-
12296 fs/btrfs/tree-log.c | 8 +-
12297 fs/btrfs/tree-log.h | 2 +-
12298 fs/btrfs/volumes.c | 14 +-
12299 fs/btrfs/volumes.h | 22 +-
12300 fs/buffer.c | 2 +-
12301 fs/cachefiles/bind.c | 6 +-
12302 fs/cachefiles/daemon.c | 12 +-
12303 fs/cachefiles/internal.h | 16 +-
12304 fs/cachefiles/namei.c | 6 +-
12305 fs/cachefiles/proc.c | 12 +-
12306 fs/ceph/dir.c | 12 +-
12307 fs/ceph/super.c | 4 +-
12308 fs/cifs/cifs_debug.c | 12 +-
12309 fs/cifs/cifsfs.c | 8 +-
12310 fs/cifs/cifsglob.h | 54 +-
12311 fs/cifs/file.c | 14 +-
12312 fs/cifs/misc.c | 4 +-
12313 fs/cifs/smb1ops.c | 80 +-
12314 fs/cifs/smb2ops.c | 84 +-
12315 fs/cifs/smb2pdu.c | 3 +-
12316 fs/coda/cache.c | 10 +-
12317 fs/coda/dir.c | 5 +-
12318 fs/compat.c | 9 +-
12319 fs/compat_binfmt_elf.c | 2 +
12320 fs/compat_ioctl.c | 12 +-
12321 fs/configfs/dir.c | 10 +-
12322 fs/coredump.c | 18 +-
12323 fs/dcache.c | 64 +-
12324 fs/ecryptfs/inode.c | 2 +-
12325 fs/ecryptfs/miscdev.c | 2 +-
12326 fs/exec.c | 370 +-
12327 fs/exofs/inode.c | 7 +-
12328 fs/ext2/xattr.c | 5 +-
12329 fs/ext4/ext4.h | 20 +-
12330 fs/ext4/mballoc.c | 44 +-
12331 fs/ext4/resize.c | 16 +-
12332 fs/ext4/super.c | 2 +-
12333 fs/ext4/sysfs.c | 2 +-
12334 fs/ext4/xattr.c | 5 +-
12335 fs/fhandle.c | 5 +-
12336 fs/file.c | 18 +-
12337 fs/freevxfs/vxfs_inode.c | 8 +-
12338 fs/freevxfs/vxfs_inode.h | 4 +-
12339 fs/fs-writeback.c | 11 +-
12340 fs/fs_struct.c | 8 +-
12341 fs/fscache/cookie.c | 40 +-
12342 fs/fscache/internal.h | 202 +-
12343 fs/fscache/object.c | 26 +-
12344 fs/fscache/operation.c | 38 +-
12345 fs/fscache/page.c | 110 +-
12346 fs/fscache/stats.c | 348 +-
12347 fs/fuse/cuse.c | 10 +-
12348 fs/fuse/dev.c | 4 +-
12349 fs/fuse/file.c | 4 +-
12350 fs/fuse/inode.c | 4 +-
12351 fs/gfs2/aops.c | 2 +-
12352 fs/gfs2/file.c | 2 +-
12353 fs/gfs2/glock.c | 22 +-
12354 fs/gfs2/glops.c | 4 +-
12355 fs/gfs2/quota.c | 6 +-
12356 fs/hugetlbfs/inode.c | 13 +-
12357 fs/inode.c | 4 +-
12358 fs/jbd2/commit.c | 2 +-
12359 fs/jbd2/transaction.c | 4 +-
12360 fs/jffs2/erase.c | 3 +-
12361 fs/jffs2/file.c | 5 +-
12362 fs/jffs2/fs.c | 2 +-
12363 fs/jffs2/os-linux.h | 2 +-
12364 fs/jffs2/wbuf.c | 3 +-
12365 fs/jfs/super.c | 2 +-
12366 fs/kernfs/dir.c | 2 +-
12367 fs/kernfs/file.c | 20 +-
12368 fs/libfs.c | 10 +-
12369 fs/lockd/clnt4xdr.c | 46 +-
12370 fs/lockd/clntproc.c | 4 +-
12371 fs/lockd/clntxdr.c | 44 +-
12372 fs/lockd/mon.c | 24 +-
12373 fs/lockd/svc.c | 2 +-
12374 fs/lockd/svc4proc.c | 69 +-
12375 fs/lockd/svcproc.c | 75 +-
12376 fs/lockd/xdr.c | 44 +-
12377 fs/lockd/xdr4.c | 41 +-
12378 fs/logfs/dev_bdev.c | 13 +-
12379 fs/logfs/dev_mtd.c | 13 +-
12380 fs/logfs/dir.c | 4 +-
12381 fs/logfs/logfs.h | 5 +-
12382 fs/logfs/readwrite.c | 2 +-
12383 fs/logfs/segment.c | 2 +-
12384 fs/logfs/super.c | 39 -
12385 fs/namei.c | 14 +-
12386 fs/namespace.c | 15 +-
12387 fs/nfs/callback.h | 18 +-
12388 fs/nfs/callback_proc.c | 26 +-
12389 fs/nfs/callback_xdr.c | 73 +-
12390 fs/nfs/dir.c | 5 +-
12391 fs/nfs/inode.c | 6 +-
12392 fs/nfs/internal.h | 5 +-
12393 fs/nfs/mount_clnt.c | 26 +-
12394 fs/nfs/nfs2xdr.c | 101 +-
12395 fs/nfs/nfs3xdr.c | 201 +-
12396 fs/nfs/nfs42xdr.c | 60 +-
12397 fs/nfs/nfs4xdr.c | 507 +-
12398 fs/nfs/read.c | 2 +-
12399 fs/nfs/symlink.c | 6 +-
12400 fs/nfsd/current_stateid.h | 24 +-
12401 fs/nfsd/nfs2acl.c | 85 +-
12402 fs/nfsd/nfs3acl.c | 44 +-
12403 fs/nfsd/nfs3proc.c | 271 +-
12404 fs/nfsd/nfs3xdr.c | 171 +-
12405 fs/nfsd/nfs4callback.c | 31 +-
12406 fs/nfsd/nfs4proc.c | 320 +-
12407 fs/nfsd/nfs4state.c | 111 +-
12408 fs/nfsd/nfs4xdr.c | 564 +-
12409 fs/nfsd/nfscache.c | 11 +-
12410 fs/nfsd/nfsproc.c | 193 +-
12411 fs/nfsd/nfsxdr.c | 96 +-
12412 fs/nfsd/vfs.c | 6 +-
12413 fs/nfsd/xdr.h | 50 +-
12414 fs/nfsd/xdr3.h | 100 +-
12415 fs/nfsd/xdr4.h | 50 +-
12416 fs/nls/nls_base.c | 26 +-
12417 fs/nls/nls_cp932.c | 2 +-
12418 fs/nls/nls_cp936.c | 2 +-
12419 fs/nls/nls_cp949.c | 2 +-
12420 fs/nls/nls_cp950.c | 2 +-
12421 fs/nls/nls_euc-jp.c | 8 +-
12422 fs/nls/nls_koi8-ru.c | 8 +-
12423 fs/notify/fanotify/fanotify_user.c | 4 +-
12424 fs/notify/notification.c | 4 +-
12425 fs/ntfs/dir.c | 4 +-
12426 fs/ntfs/inode.c | 19 +-
12427 fs/ntfs/inode.h | 4 +-
12428 fs/ntfs/mft.c | 4 +-
12429 fs/ntfs/super.c | 8 +-
12430 fs/ocfs2/dlm/dlmcommon.h | 4 +-
12431 fs/ocfs2/dlm/dlmdebug.c | 10 +-
12432 fs/ocfs2/dlm/dlmdomain.c | 4 +-
12433 fs/ocfs2/dlm/dlmmaster.c | 4 +-
12434 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
12435 fs/ocfs2/filecheck.c | 2 +-
12436 fs/ocfs2/localalloc.c | 2 +-
12437 fs/ocfs2/ocfs2.h | 10 +-
12438 fs/ocfs2/suballoc.c | 12 +-
12439 fs/ocfs2/super.c | 20 +-
12440 fs/overlayfs/copy_up.c | 2 +-
12441 fs/pipe.c | 72 +-
12442 fs/posix_acl.c | 4 +-
12443 fs/proc/array.c | 20 +
12444 fs/proc/base.c | 7 +-
12445 fs/proc/kcore.c | 36 +-
12446 fs/proc/meminfo.c | 2 +-
12447 fs/proc/nommu.c | 2 +-
12448 fs/proc/proc_net.c | 2 +-
12449 fs/proc/proc_sysctl.c | 26 +-
12450 fs/proc/task_mmu.c | 39 +-
12451 fs/proc/task_nommu.c | 6 +-
12452 fs/proc/vmcore.c | 16 +-
12453 fs/qnx6/qnx6.h | 4 +-
12454 fs/quota/netlink.c | 4 +-
12455 fs/read_write.c | 34 +-
12456 fs/readdir.c | 3 +-
12457 fs/reiserfs/do_balan.c | 2 +-
12458 fs/reiserfs/procfs.c | 2 +-
12459 fs/reiserfs/reiserfs.h | 4 +-
12460 fs/select.c | 2 +-
12461 fs/seq_file.c | 4 +-
12462 fs/splice.c | 43 +-
12463 fs/squashfs/xattr.c | 10 +-
12464 fs/super.c | 3 +-
12465 fs/sysv/sysv.h | 2 +-
12466 fs/tracefs/inode.c | 8 +-
12467 fs/ubifs/find.c | 34 +-
12468 fs/ubifs/lprops.c | 5 +-
12469 fs/udf/misc.c | 2 +-
12470 fs/ufs/swab.h | 4 +-
12471 fs/userfaultfd.c | 2 +-
12472 fs/xattr.c | 21 +
12473 fs/xfs/libxfs/xfs_bmap.c | 2 +-
12474 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
12475 fs/xfs/xfs_dir2_readdir.c | 7 +-
12476 fs/xfs/xfs_ioctl.c | 2 +-
12477 fs/xfs/xfs_linux.h | 4 +-
12478 include/acpi/ghes.h | 2 +-
12479 include/asm-generic/4level-fixup.h | 2 +
12480 include/asm-generic/atomic-long.h | 186 +-
12481 include/asm-generic/atomic64.h | 12 +
12482 include/asm-generic/bitops/__fls.h | 2 +-
12483 include/asm-generic/bitops/fls.h | 2 +-
12484 include/asm-generic/bitops/fls64.h | 4 +-
12485 include/asm-generic/bug.h | 6 +-
12486 include/asm-generic/cache.h | 4 +-
12487 include/asm-generic/emergency-restart.h | 2 +-
12488 include/asm-generic/kmap_types.h | 4 +-
12489 include/asm-generic/local.h | 13 +
12490 include/asm-generic/pgtable-nopmd.h | 18 +-
12491 include/asm-generic/pgtable-nopud.h | 15 +-
12492 include/asm-generic/pgtable.h | 16 +
12493 include/asm-generic/sections.h | 1 +
12494 include/asm-generic/uaccess.h | 16 +
12495 include/asm-generic/vmlinux.lds.h | 15 +-
12496 include/crypto/algapi.h | 2 +-
12497 include/crypto/cast6.h | 4 +-
12498 include/crypto/serpent.h | 4 +-
12499 include/crypto/xts.h | 2 +-
12500 include/drm/drmP.h | 19 +-
12501 include/drm/drm_mm.h | 2 +-
12502 include/drm/drm_modeset_helper_vtables.h | 2 +-
12503 include/drm/i915_pciids.h | 2 +-
12504 include/drm/intel-gtt.h | 4 +-
12505 include/drm/ttm/ttm_memory.h | 2 +-
12506 include/drm/ttm/ttm_page_alloc.h | 1 +
12507 include/keys/asymmetric-subtype.h | 2 +-
12508 include/keys/encrypted-type.h | 2 +-
12509 include/keys/rxrpc-type.h | 2 +-
12510 include/keys/user-type.h | 2 +-
12511 include/linux/atmdev.h | 4 +-
12512 include/linux/atomic.h | 12 +-
12513 include/linux/audit.h | 2 +-
12514 include/linux/average.h | 2 +-
12515 include/linux/binfmts.h | 3 +-
12516 include/linux/bitmap.h | 2 +-
12517 include/linux/bitops.h | 8 +-
12518 include/linux/blk-cgroup.h | 24 +-
12519 include/linux/blkdev.h | 2 +-
12520 include/linux/blktrace_api.h | 2 +-
12521 include/linux/cache.h | 9 +
12522 include/linux/cdrom.h | 1 -
12523 include/linux/cgroup-defs.h | 2 +-
12524 include/linux/cleancache.h | 2 +-
12525 include/linux/clk-provider.h | 1 +
12526 include/linux/compat.h | 15 +-
12527 include/linux/compiler-gcc.h | 33 +-
12528 include/linux/compiler.h | 197 +-
12529 include/linux/configfs.h | 2 +-
12530 include/linux/cpufreq.h | 7 +-
12531 include/linux/cpuidle.h | 5 +-
12532 include/linux/cpumask.h | 14 +-
12533 include/linux/crypto.h | 4 +-
12534 include/linux/ctype.h | 2 +-
12535 include/linux/dcache.h | 4 +-
12536 include/linux/decompress/mm.h | 2 +-
12537 include/linux/devfreq.h | 2 +-
12538 include/linux/device.h | 7 +-
12539 include/linux/dma-mapping.h | 2 +-
12540 include/linux/efi.h | 1 +
12541 include/linux/elf.h | 2 +
12542 include/linux/err.h | 4 +-
12543 include/linux/extcon.h | 2 +-
12544 include/linux/fb.h | 3 +-
12545 include/linux/fdtable.h | 2 +-
12546 include/linux/firewire.h | 2 +-
12547 include/linux/fs.h | 5 +-
12548 include/linux/fs_struct.h | 2 +-
12549 include/linux/fscache-cache.h | 2 +-
12550 include/linux/fscache.h | 2 +-
12551 include/linux/fsnotify.h | 2 +-
12552 include/linux/genhd.h | 4 +-
12553 include/linux/genl_magic_func.h | 2 +-
12554 include/linux/genl_magic_struct.h | 4 +-
12555 include/linux/gfp.h | 14 +-
12556 include/linux/highmem.h | 12 +
12557 include/linux/hugetlb.h | 2 +-
12558 include/linux/hugetlb_cgroup.h | 11 +
12559 include/linux/hwmon-sysfs.h | 6 +-
12560 include/linux/i2c.h | 1 +
12561 include/linux/if_pppox.h | 2 +-
12562 include/linux/init.h | 10 +-
12563 include/linux/init_task.h | 7 +
12564 include/linux/interrupt.h | 6 +-
12565 include/linux/iommu.h | 2 +-
12566 include/linux/ioport.h | 2 +-
12567 include/linux/ipc.h | 2 +-
12568 include/linux/irq.h | 5 +-
12569 include/linux/irqdesc.h | 2 +-
12570 include/linux/irqdomain.h | 3 +
12571 include/linux/jbd2.h | 2 +-
12572 include/linux/jiffies.h | 16 +-
12573 include/linux/kallsyms.h | 18 +-
12574 include/linux/key-type.h | 2 +-
12575 include/linux/kgdb.h | 6 +-
12576 include/linux/kmemleak.h | 4 +-
12577 include/linux/kobject.h | 3 +-
12578 include/linux/kobject_ns.h | 2 +-
12579 include/linux/kref.h | 2 +-
12580 include/linux/libata.h | 2 +-
12581 include/linux/linkage.h | 22 +-
12582 include/linux/list.h | 15 +
12583 include/linux/lockd/xdr.h | 34 +-
12584 include/linux/lockd/xdr4.h | 34 +-
12585 include/linux/lockref.h | 26 +-
12586 include/linux/math64.h | 10 +-
12587 include/linux/memcontrol.h | 2 +-
12588 include/linux/memory.h | 2 +-
12589 include/linux/mempolicy.h | 7 +
12590 include/linux/mm.h | 98 +-
12591 include/linux/mm_types.h | 20 +
12592 include/linux/mmiotrace.h | 4 +-
12593 include/linux/mmzone.h | 2 +-
12594 include/linux/mod_devicetable.h | 4 +-
12595 include/linux/module.h | 58 +-
12596 include/linux/moduleloader.h | 16 +
12597 include/linux/moduleparam.h | 12 +-
12598 include/linux/net.h | 2 +-
12599 include/linux/netdevice.h | 11 +-
12600 include/linux/netfilter.h | 2 +-
12601 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
12602 include/linux/netfilter/nfnetlink.h | 2 +-
12603 include/linux/netlink.h | 12 +-
12604 include/linux/nls.h | 4 +-
12605 include/linux/notifier.h | 3 +-
12606 include/linux/oprofile.h | 4 +-
12607 include/linux/padata.h | 2 +-
12608 include/linux/pagemap.h | 4 +-
12609 include/linux/pci_hotplug.h | 3 +-
12610 include/linux/percpu.h | 2 +-
12611 include/linux/perf_event.h | 12 +-
12612 include/linux/pid.h | 4 +-
12613 include/linux/pipe_fs_i.h | 8 +-
12614 include/linux/pm.h | 1 +
12615 include/linux/pm_domain.h | 2 +-
12616 include/linux/pm_runtime.h | 2 +-
12617 include/linux/pnp.h | 2 +-
12618 include/linux/poison.h | 4 +-
12619 include/linux/power/smartreflex.h | 2 +-
12620 include/linux/ppp-comp.h | 2 +-
12621 include/linux/preempt.h | 21 +
12622 include/linux/printk.h | 2 +-
12623 include/linux/proc_ns.h | 2 +-
12624 include/linux/psci.h | 2 +-
12625 include/linux/quota.h | 2 +-
12626 include/linux/random.h | 19 +-
12627 include/linux/rculist.h | 16 +
12628 include/linux/rcupdate.h | 8 +
12629 include/linux/reboot.h | 14 +-
12630 include/linux/regset.h | 3 +-
12631 include/linux/relay.h | 2 +-
12632 include/linux/rio.h | 2 +-
12633 include/linux/rmap.h | 4 +-
12634 include/linux/sched.h | 76 +-
12635 include/linux/scif.h | 2 +-
12636 include/linux/semaphore.h | 2 +-
12637 include/linux/seq_buf.h | 4 +-
12638 include/linux/seq_file.h | 1 +
12639 include/linux/seqlock.h | 10 +
12640 include/linux/signal.h | 2 +-
12641 include/linux/skbuff.h | 12 +-
12642 include/linux/slab.h | 47 +-
12643 include/linux/slab_def.h | 14 +-
12644 include/linux/slub_def.h | 2 +-
12645 include/linux/smp.h | 2 +
12646 include/linux/sock_diag.h | 2 +-
12647 include/linux/sonet.h | 2 +-
12648 include/linux/spinlock.h | 17 +-
12649 include/linux/srcu.h | 5 +-
12650 include/linux/string.h | 70 +-
12651 include/linux/sunrpc/addr.h | 8 +-
12652 include/linux/sunrpc/clnt.h | 2 +-
12653 include/linux/sunrpc/svc.h | 2 +-
12654 include/linux/sunrpc/svc_rdma.h | 18 +-
12655 include/linux/sunrpc/svcauth.h | 2 +-
12656 include/linux/swapops.h | 10 +-
12657 include/linux/swiotlb.h | 3 +-
12658 include/linux/syscalls.h | 36 +-
12659 include/linux/syscore_ops.h | 2 +-
12660 include/linux/sysctl.h | 3 +-
12661 include/linux/sysfs.h | 11 +-
12662 include/linux/sysrq.h | 3 +-
12663 include/linux/tcp.h | 14 +-
12664 include/linux/thread_info.h | 7 +
12665 include/linux/tty.h | 4 +-
12666 include/linux/tty_driver.h | 2 +-
12667 include/linux/tty_ldisc.h | 2 +-
12668 include/linux/types.h | 18 +
12669 include/linux/uaccess.h | 2 +-
12670 include/linux/uio_driver.h | 2 +-
12671 include/linux/unaligned/access_ok.h | 24 +-
12672 include/linux/usb.h | 12 +-
12673 include/linux/usb/hcd.h | 1 +
12674 include/linux/usb/renesas_usbhs.h | 2 +-
12675 include/linux/vermagic.h | 21 +-
12676 include/linux/vga_switcheroo.h | 8 +-
12677 include/linux/vmalloc.h | 7 +-
12678 include/linux/vmstat.h | 24 +-
12679 include/linux/writeback.h | 3 +-
12680 include/linux/xattr.h | 5 +-
12681 include/linux/zlib.h | 3 +-
12682 include/media/v4l2-dev.h | 2 +-
12683 include/media/v4l2-device.h | 2 +-
12684 include/net/9p/transport.h | 2 +-
12685 include/net/bluetooth/l2cap.h | 2 +-
12686 include/net/bonding.h | 2 +-
12687 include/net/caif/cfctrl.h | 6 +-
12688 include/net/cfg80211-wext.h | 20 +-
12689 include/net/cfg802154.h | 2 +-
12690 include/net/fib_rules.h | 3 +-
12691 include/net/flow.h | 2 +-
12692 include/net/genetlink.h | 2 +-
12693 include/net/gro_cells.h | 2 +-
12694 include/net/inet_connection_sock.h | 2 +-
12695 include/net/inet_sock.h | 2 +-
12696 include/net/inetpeer.h | 2 +-
12697 include/net/ip_fib.h | 2 +-
12698 include/net/ip_vs.h | 8 +-
12699 include/net/ipv6.h | 2 +-
12700 include/net/irda/ircomm_tty.h | 1 +
12701 include/net/irda/irias_object.h | 2 +-
12702 include/net/irda/irlmp.h | 1 +
12703 include/net/irda/irlmp_event.h | 6 +-
12704 include/net/irda/timer.h | 6 +-
12705 include/net/iucv/af_iucv.h | 2 +-
12706 include/net/llc_c_ac.h | 2 +-
12707 include/net/llc_c_ev.h | 4 +-
12708 include/net/llc_c_st.h | 2 +-
12709 include/net/llc_s_ac.h | 2 +-
12710 include/net/llc_s_st.h | 2 +-
12711 include/net/mac80211.h | 6 +-
12712 include/net/neighbour.h | 4 +-
12713 include/net/net_namespace.h | 18 +-
12714 include/net/netfilter/nf_conntrack.h | 2 +-
12715 include/net/netlink.h | 2 +-
12716 include/net/netns/conntrack.h | 6 +-
12717 include/net/netns/ipv4.h | 4 +-
12718 include/net/netns/ipv6.h | 4 +-
12719 include/net/netns/xfrm.h | 2 +-
12720 include/net/ping.h | 2 +-
12721 include/net/protocol.h | 4 +-
12722 include/net/rtnetlink.h | 2 +-
12723 include/net/sctp/checksum.h | 4 +-
12724 include/net/sctp/sm.h | 4 +-
12725 include/net/sctp/structs.h | 2 +-
12726 include/net/snmp.h | 10 +-
12727 include/net/sock.h | 12 +-
12728 include/net/tcp.h | 8 +-
12729 include/net/xfrm.h | 15 +-
12730 include/rdma/ib_cm.h | 8 +-
12731 include/scsi/libfc.h | 3 +-
12732 include/scsi/scsi_device.h | 6 +-
12733 include/scsi/scsi_driver.h | 2 +-
12734 include/scsi/scsi_transport_fc.h | 3 +-
12735 include/scsi/sg.h | 2 +-
12736 include/sound/compress_driver.h | 2 +-
12737 include/sound/control.h | 4 +-
12738 include/sound/pcm.h | 2 +-
12739 include/sound/rawmidi.h | 3 +-
12740 include/sound/seq_kernel.h | 2 +-
12741 include/sound/soc.h | 4 +-
12742 include/trace/events/irq.h | 4 +-
12743 include/trace/events/mmflags.h | 7 +
12744 include/uapi/linux/a.out.h | 8 +
12745 include/uapi/linux/bcache.h | 5 +-
12746 include/uapi/linux/byteorder/little_endian.h | 28 +-
12747 include/uapi/linux/connector.h | 2 +-
12748 include/uapi/linux/elf.h | 28 +
12749 include/uapi/linux/screen_info.h | 2 +-
12750 include/uapi/linux/swab.h | 6 +-
12751 include/uapi/linux/xattr.h | 5 +
12752 include/video/udlfb.h | 8 +-
12753 include/video/uvesafb.h | 1 +
12754 init/Kconfig | 2 +-
12755 init/do_mounts.c | 16 +-
12756 init/do_mounts.h | 8 +-
12757 init/do_mounts_initrd.c | 30 +-
12758 init/do_mounts_md.c | 6 +-
12759 init/init_task.c | 4 +
12760 init/initramfs.c | 38 +-
12761 init/main.c | 30 +-
12762 ipc/compat.c | 4 +-
12763 ipc/ipc_sysctl.c | 14 +-
12764 ipc/mq_sysctl.c | 4 +-
12765 ipc/sem.c | 4 +-
12766 ipc/shm.c | 8 +-
12767 kernel/audit.c | 10 +-
12768 kernel/auditsc.c | 4 +-
12769 kernel/bpf/core.c | 28 +-
12770 kernel/capability.c | 3 +
12771 kernel/cgroup.c | 29 +-
12772 kernel/compat.c | 38 +-
12773 kernel/debug/debug_core.c | 16 +-
12774 kernel/debug/kdb/kdb_main.c | 4 +-
12775 kernel/events/core.c | 36 +-
12776 kernel/events/internal.h | 10 +-
12777 kernel/events/uprobes.c | 2 +-
12778 kernel/exit.c | 27 +-
12779 kernel/fork.c | 175 +-
12780 kernel/futex.c | 11 +-
12781 kernel/futex_compat.c | 2 +-
12782 kernel/irq/manage.c | 2 +-
12783 kernel/irq/msi.c | 19 +-
12784 kernel/irq/spurious.c | 2 +-
12785 kernel/jump_label.c | 5 +
12786 kernel/kallsyms.c | 40 +-
12787 kernel/kexec.c | 3 +-
12788 kernel/kmod.c | 8 +-
12789 kernel/kprobes.c | 4 +-
12790 kernel/ksysfs.c | 2 +-
12791 kernel/locking/lockdep.c | 7 +-
12792 kernel/locking/mutex-debug.c | 12 +-
12793 kernel/locking/mutex-debug.h | 4 +-
12794 kernel/locking/mutex.c | 6 +-
12795 kernel/module.c | 405 +-
12796 kernel/notifier.c | 17 +-
12797 kernel/padata.c | 4 +-
12798 kernel/panic.c | 11 +-
12799 kernel/pid.c | 8 +-
12800 kernel/pid_namespace.c | 2 +-
12801 kernel/power/process.c | 12 +-
12802 kernel/profile.c | 14 +-
12803 kernel/ptrace.c | 8 +-
12804 kernel/rcu/rcutorture.c | 60 +-
12805 kernel/rcu/tiny.c | 4 +-
12806 kernel/rcu/tree.c | 42 +-
12807 kernel/rcu/tree.h | 16 +-
12808 kernel/rcu/tree_plugin.h | 18 +-
12809 kernel/rcu/tree_trace.c | 14 +-
12810 kernel/resource.c | 4 +-
12811 kernel/sched/auto_group.c | 4 +-
12812 kernel/sched/core.c | 8 +-
12813 kernel/sched/deadline.c | 4 +-
12814 kernel/sched/debug.c | 43 +-
12815 kernel/sched/fair.c | 2 +-
12816 kernel/sched/rt.c | 4 +-
12817 kernel/sched/sched.h | 13 +-
12818 kernel/signal.c | 28 +-
12819 kernel/smp.c | 2 +-
12820 kernel/smpboot.c | 7 +-
12821 kernel/softirq.c | 12 +-
12822 kernel/stop_machine.c | 2 +-
12823 kernel/sys.c | 10 +-
12824 kernel/sys_ni.c | 4 +-
12825 kernel/sysctl.c | 34 +-
12826 kernel/time/alarmtimer.c | 4 +-
12827 kernel/time/posix-clock.c | 8 +-
12828 kernel/time/posix-cpu-timers.c | 4 +-
12829 kernel/time/posix-timers.c | 36 +-
12830 kernel/time/timer.c | 2 +-
12831 kernel/time/timer_stats.c | 10 +-
12832 kernel/trace/blktrace.c | 6 +-
12833 kernel/trace/ftrace.c | 33 +-
12834 kernel/trace/ring_buffer.c | 96 +-
12835 kernel/trace/trace.c | 2 +-
12836 kernel/trace/trace.h | 2 +-
12837 kernel/trace/trace_clock.c | 4 +-
12838 kernel/trace/trace_events.c | 1 -
12839 kernel/trace/trace_functions_graph.c | 4 +-
12840 kernel/trace/trace_mmiotrace.c | 8 +-
12841 kernel/trace/trace_output.c | 10 +-
12842 kernel/trace/trace_seq.c | 2 +-
12843 kernel/trace/trace_stack.c | 2 +-
12844 kernel/user.c | 2 +-
12845 kernel/user_namespace.c | 2 +-
12846 kernel/utsname_sysctl.c | 2 +-
12847 kernel/watchdog.c | 2 +-
12848 kernel/workqueue.c | 8 +-
12849 lib/Kconfig.debug | 8 +-
12850 lib/Makefile | 2 +-
12851 lib/bitmap.c | 8 +-
12852 lib/bug.c | 2 +
12853 lib/debugobjects.c | 2 +-
12854 lib/decompress_bunzip2.c | 3 +-
12855 lib/decompress_unlzma.c | 4 +-
12856 lib/div64.c | 4 +-
12857 lib/dma-debug.c | 4 +-
12858 lib/extable.c | 11 +-
12859 lib/inflate.c | 2 +-
12860 lib/ioremap.c | 4 +-
12861 lib/irq_poll.c | 2 +-
12862 lib/kobject.c | 4 +-
12863 lib/list_debug.c | 126 +-
12864 lib/lockref.c | 44 +-
12865 lib/percpu-refcount.c | 2 +-
12866 lib/radix-tree.c | 2 +-
12867 lib/random32.c | 2 +-
12868 lib/rhashtable.c | 4 +-
12869 lib/seq_buf.c | 4 +-
12870 lib/show_mem.c | 2 +-
12871 lib/strncpy_from_user.c | 2 +-
12872 lib/strnlen_user.c | 2 +-
12873 lib/swiotlb.c | 2 +-
12874 lib/usercopy.c | 6 +
12875 lib/vsprintf.c | 12 +-
12876 mm/Kconfig | 6 +-
12877 mm/backing-dev.c | 4 +-
12878 mm/fadvise.c | 2 +-
12879 mm/filemap.c | 8 +-
12880 mm/gup.c | 13 +-
12881 mm/highmem.c | 6 +-
12882 mm/hugetlb.c | 125 +-
12883 mm/hugetlb_cgroup.c | 60 +-
12884 mm/internal.h | 3 +-
12885 mm/maccess.c | 12 +-
12886 mm/madvise.c | 37 +
12887 mm/memcontrol.c | 6 +-
12888 mm/memory-failure.c | 6 +-
12889 mm/memory.c | 424 +-
12890 mm/mempolicy.c | 25 +
12891 mm/mlock.c | 18 +-
12892 mm/mm_init.c | 2 +-
12893 mm/mmap.c | 572 +-
12894 mm/mprotect.c | 137 +-
12895 mm/mremap.c | 39 +-
12896 mm/nommu.c | 21 +-
12897 mm/page-writeback.c | 2 +-
12898 mm/page_alloc.c | 61 +-
12899 mm/percpu.c | 2 +-
12900 mm/process_vm_access.c | 14 +-
12901 mm/readahead.c | 2 +-
12902 mm/rmap.c | 43 +-
12903 mm/shmem.c | 35 +-
12904 mm/slab.c | 113 +-
12905 mm/slab.h | 37 +-
12906 mm/slab_common.c | 79 +-
12907 mm/slob.c | 220 +-
12908 mm/slub.c | 111 +-
12909 mm/sparse-vmemmap.c | 4 +-
12910 mm/sparse.c | 2 +-
12911 mm/swap.c | 7 +
12912 mm/swapfile.c | 12 +-
12913 mm/util.c | 7 +
12914 mm/vmalloc.c | 116 +-
12915 mm/vmstat.c | 12 +-
12916 net/8021q/vlan.c | 5 +-
12917 net/8021q/vlan_netlink.c | 2 +-
12918 net/9p/mod.c | 4 +-
12919 net/9p/trans_fd.c | 2 +-
12920 net/atm/atm_misc.c | 8 +-
12921 net/atm/lec.h | 2 +-
12922 net/atm/proc.c | 6 +-
12923 net/atm/resources.c | 4 +-
12924 net/ax25/sysctl_net_ax25.c | 2 +-
12925 net/batman-adv/bat_iv_ogm.c | 8 +-
12926 net/batman-adv/fragmentation.c | 2 +-
12927 net/batman-adv/routing.c | 4 +-
12928 net/batman-adv/soft-interface.c | 12 +-
12929 net/batman-adv/sysfs.c | 48 +-
12930 net/batman-adv/sysfs.h | 4 +-
12931 net/batman-adv/translation-table.c | 14 +-
12932 net/batman-adv/types.h | 8 +-
12933 net/bluetooth/hci_sock.c | 2 +-
12934 net/bluetooth/l2cap_core.c | 6 +-
12935 net/bluetooth/l2cap_sock.c | 12 +-
12936 net/bluetooth/rfcomm/sock.c | 4 +-
12937 net/bluetooth/rfcomm/tty.c | 4 +-
12938 net/bridge/br_netfilter_hooks.c | 4 +-
12939 net/bridge/br_netlink.c | 2 +-
12940 net/bridge/netfilter/ebtables.c | 6 +-
12941 net/caif/cfctrl.c | 11 +-
12942 net/caif/chnl_net.c | 4 +-
12943 net/can/af_can.c | 2 +-
12944 net/can/gw.c | 6 +-
12945 net/ceph/ceph_common.c | 2 +-
12946 net/ceph/messenger.c | 4 +-
12947 net/compat.c | 26 +-
12948 net/core/datagram.c | 2 +-
12949 net/core/dev.c | 24 +-
12950 net/core/filter.c | 2 +-
12951 net/core/flow.c | 8 +-
12952 net/core/neighbour.c | 18 +-
12953 net/core/net-procfs.c | 4 +-
12954 net/core/net-sysfs.c | 2 +-
12955 net/core/net_namespace.c | 10 +-
12956 net/core/netpoll.c | 4 +-
12957 net/core/rtnetlink.c | 17 +-
12958 net/core/scm.c | 12 +-
12959 net/core/skbuff.c | 11 +-
12960 net/core/sock.c | 30 +-
12961 net/core/sock_diag.c | 15 +-
12962 net/core/sysctl_net_core.c | 22 +-
12963 net/decnet/af_decnet.c | 1 +
12964 net/decnet/sysctl_net_decnet.c | 4 +-
12965 net/dsa/dsa.c | 2 +-
12966 net/hsr/hsr_device.c | 2 +-
12967 net/hsr/hsr_netlink.c | 2 +-
12968 net/ieee802154/6lowpan/core.c | 2 +-
12969 net/ieee802154/6lowpan/reassembly.c | 14 +-
12970 net/ieee802154/core.c | 6 +-
12971 net/ipv4/af_inet.c | 6 +-
12972 net/ipv4/arp.c | 2 +-
12973 net/ipv4/devinet.c | 20 +-
12974 net/ipv4/fib_frontend.c | 6 +-
12975 net/ipv4/fib_semantics.c | 2 +-
12976 net/ipv4/icmp.c | 2 +-
12977 net/ipv4/inet_connection_sock.c | 4 +-
12978 net/ipv4/inet_diag.c | 4 +-
12979 net/ipv4/inet_timewait_sock.c | 2 +-
12980 net/ipv4/inetpeer.c | 2 +-
12981 net/ipv4/ip_fragment.c | 17 +-
12982 net/ipv4/ip_gre.c | 6 +-
12983 net/ipv4/ip_sockglue.c | 2 +-
12984 net/ipv4/ip_vti.c | 4 +-
12985 net/ipv4/ipconfig.c | 6 +-
12986 net/ipv4/ipip.c | 4 +-
12987 net/ipv4/netfilter/arp_tables.c | 12 +-
12988 net/ipv4/netfilter/ip_tables.c | 12 +-
12989 net/ipv4/ping.c | 14 +-
12990 net/ipv4/proc.c | 10 +-
12991 net/ipv4/raw.c | 16 +-
12992 net/ipv4/route.c | 40 +-
12993 net/ipv4/sysctl_net_ipv4.c | 24 +-
12994 net/ipv4/tcp_input.c | 6 +-
12995 net/ipv4/tcp_ipv4.c | 2 +-
12996 net/ipv4/tcp_metrics.c | 2 +-
12997 net/ipv4/tcp_probe.c | 2 +-
12998 net/ipv4/udp.c | 10 +-
12999 net/ipv4/xfrm4_mode_transport.c | 2 +-
13000 net/ipv4/xfrm4_policy.c | 19 +-
13001 net/ipv4/xfrm4_state.c | 4 +-
13002 net/ipv6/addrconf.c | 24 +-
13003 net/ipv6/af_inet6.c | 2 +-
13004 net/ipv6/datagram.c | 2 +-
13005 net/ipv6/icmp.c | 2 +-
13006 net/ipv6/inet6_hashtables.c | 2 +-
13007 net/ipv6/ip6_fib.c | 4 +-
13008 net/ipv6/ip6_gre.c | 10 +-
13009 net/ipv6/ip6_tunnel.c | 4 +-
13010 net/ipv6/ip6_vti.c | 4 +-
13011 net/ipv6/ipv6_sockglue.c | 2 +-
13012 net/ipv6/ndisc.c | 2 +-
13013 net/ipv6/netfilter/ip6_tables.c | 12 +-
13014 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
13015 net/ipv6/ping.c | 33 +-
13016 net/ipv6/proc.c | 10 +-
13017 net/ipv6/raw.c | 17 +-
13018 net/ipv6/reassembly.c | 13 +-
13019 net/ipv6/route.c | 2 +-
13020 net/ipv6/sit.c | 4 +-
13021 net/ipv6/sysctl_net_ipv6.c | 2 +-
13022 net/ipv6/udp.c | 6 +-
13023 net/ipv6/xfrm6_mode_transport.c | 2 +-
13024 net/ipv6/xfrm6_policy.c | 17 +-
13025 net/irda/discovery.c | 2 +-
13026 net/irda/ircomm/ircomm_core.c | 13 +-
13027 net/irda/ircomm/ircomm_tty.c | 24 +-
13028 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
13029 net/irda/irda_device.c | 14 +-
13030 net/irda/iriap.c | 14 +-
13031 net/irda/irias_object.c | 10 +-
13032 net/irda/irlan/irlan_client.c | 2 +-
13033 net/irda/irlap.c | 15 +-
13034 net/irda/irlap_event.c | 2 +-
13035 net/irda/irlmp.c | 21 +-
13036 net/irda/irlmp_event.c | 6 +-
13037 net/irda/irnet/irnet.h | 2 +-
13038 net/irda/irnet/irnet_irda.c | 6 +-
13039 net/irda/irttp.c | 8 +-
13040 net/irda/timer.c | 24 +-
13041 net/iucv/af_iucv.c | 4 +-
13042 net/iucv/iucv.c | 2 +-
13043 net/key/af_key.c | 4 +-
13044 net/l2tp/l2tp_eth.c | 40 +-
13045 net/l2tp/l2tp_ip.c | 2 +-
13046 net/l2tp/l2tp_ip6.c | 2 +-
13047 net/mac80211/cfg.c | 12 +-
13048 net/mac80211/debugfs.c | 2 +-
13049 net/mac80211/debugfs_key.c | 6 +-
13050 net/mac80211/ieee80211_i.h | 3 +-
13051 net/mac80211/iface.c | 20 +-
13052 net/mac80211/main.c | 2 +-
13053 net/mac80211/pm.c | 4 +-
13054 net/mac80211/rate.c | 2 +-
13055 net/mac80211/sta_info.c | 2 +-
13056 net/mac80211/tx.c | 2 +-
13057 net/mac80211/util.c | 8 +-
13058 net/mac80211/wpa.c | 12 +-
13059 net/mac802154/iface.c | 6 +-
13060 net/mpls/af_mpls.c | 10 +-
13061 net/netfilter/ipset/ip_set_core.c | 7 +-
13062 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
13063 net/netfilter/ipvs/ip_vs_core.c | 4 +-
13064 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
13065 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
13066 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
13067 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
13068 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
13069 net/netfilter/nf_conntrack_acct.c | 2 +-
13070 net/netfilter/nf_conntrack_core.c | 6 +-
13071 net/netfilter/nf_conntrack_ecache.c | 2 +-
13072 net/netfilter/nf_conntrack_helper.c | 2 +-
13073 net/netfilter/nf_conntrack_netlink.c | 22 +-
13074 net/netfilter/nf_conntrack_proto.c | 2 +-
13075 net/netfilter/nf_conntrack_standalone.c | 2 +-
13076 net/netfilter/nf_conntrack_timestamp.c | 2 +-
13077 net/netfilter/nf_log.c | 10 +-
13078 net/netfilter/nf_nat_ftp.c | 2 +-
13079 net/netfilter/nf_nat_irc.c | 2 +-
13080 net/netfilter/nf_sockopt.c | 4 +-
13081 net/netfilter/nf_tables_api.c | 13 +-
13082 net/netfilter/nfnetlink_acct.c | 7 +-
13083 net/netfilter/nfnetlink_cthelper.c | 2 +-
13084 net/netfilter/nfnetlink_cttimeout.c | 2 +-
13085 net/netfilter/nfnetlink_log.c | 4 +-
13086 net/netfilter/nft_compat.c | 9 +-
13087 net/netfilter/xt_IDLETIMER.c | 12 +-
13088 net/netfilter/xt_statistic.c | 8 +-
13089 net/netlink/af_netlink.c | 16 +-
13090 net/netlink/diag.c | 2 +-
13091 net/netlink/genetlink.c | 14 +-
13092 net/openvswitch/vport-geneve.c | 7 +-
13093 net/openvswitch/vport-gre.c | 7 +-
13094 net/openvswitch/vport-internal_dev.c | 4 +-
13095 net/openvswitch/vport-netdev.c | 7 +-
13096 net/openvswitch/vport-vxlan.c | 7 +-
13097 net/packet/af_packet.c | 26 +-
13098 net/packet/diag.c | 2 +-
13099 net/packet/internal.h | 6 +-
13100 net/phonet/pep.c | 6 +-
13101 net/phonet/socket.c | 2 +-
13102 net/phonet/sysctl.c | 2 +-
13103 net/rds/cong.c | 6 +-
13104 net/rds/ib.h | 2 +-
13105 net/rds/ib_cm.c | 2 +-
13106 net/rds/ib_recv.c | 4 +-
13107 net/rds/rds.h | 2 +-
13108 net/rds/tcp.c | 6 +-
13109 net/rds/tcp.h | 6 +-
13110 net/rds/tcp_send.c | 2 +-
13111 net/rxrpc/af_rxrpc.c | 2 +-
13112 net/rxrpc/ar-ack.c | 14 +-
13113 net/rxrpc/ar-call.c | 2 +-
13114 net/rxrpc/ar-connection.c | 2 +-
13115 net/rxrpc/ar-connevent.c | 2 +-
13116 net/rxrpc/ar-input.c | 4 +-
13117 net/rxrpc/ar-internal.h | 8 +-
13118 net/rxrpc/ar-local.c | 2 +-
13119 net/rxrpc/ar-output.c | 4 +-
13120 net/rxrpc/ar-peer.c | 2 +-
13121 net/rxrpc/ar-proc.c | 4 +-
13122 net/rxrpc/ar-transport.c | 2 +-
13123 net/rxrpc/rxkad.c | 4 +-
13124 net/sched/sch_generic.c | 4 +-
13125 net/sched/sch_tbf.c | 9 +-
13126 net/sctp/ipv6.c | 4 +-
13127 net/sctp/protocol.c | 8 +-
13128 net/sctp/sm_sideeffect.c | 4 +-
13129 net/sctp/socket.c | 21 +-
13130 net/sctp/sysctl.c | 10 +-
13131 net/socket.c | 18 +-
13132 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
13133 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
13134 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
13135 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
13136 net/sunrpc/clnt.c | 4 +-
13137 net/sunrpc/rpcb_clnt.c | 66 +-
13138 net/sunrpc/sched.c | 4 +-
13139 net/sunrpc/svc.c | 8 +-
13140 net/sunrpc/svcauth_unix.c | 2 +-
13141 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
13142 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
13143 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
13144 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
13145 net/tipc/netlink_compat.c | 12 +-
13146 net/tipc/subscr.c | 2 +-
13147 net/unix/diag.c | 2 +-
13148 net/unix/sysctl_net_unix.c | 2 +-
13149 net/wireless/scan.c | 3 +-
13150 net/wireless/wext-compat.c | 140 +-
13151 net/wireless/wext-compat.h | 8 +-
13152 net/wireless/wext-core.c | 19 +-
13153 net/wireless/wext-sme.c | 5 +-
13154 net/xfrm/xfrm_policy.c | 18 +-
13155 net/xfrm/xfrm_state.c | 37 +-
13156 net/xfrm/xfrm_sysctl.c | 2 +-
13157 net/xfrm/xfrm_user.c | 2 +-
13158 scripts/Kbuild.include | 12 +-
13159 scripts/Makefile | 2 +-
13160 scripts/Makefile.build | 2 +-
13161 scripts/Makefile.clean | 4 +-
13162 scripts/Makefile.extrawarn | 4 +
13163 scripts/Makefile.gcc-plugins | 93 +
13164 scripts/Makefile.host | 73 +-
13165 scripts/basic/fixdep.c | 12 +-
13166 scripts/dtc/checks.c | 14 +-
13167 scripts/dtc/data.c | 6 +-
13168 scripts/dtc/flattree.c | 8 +-
13169 scripts/dtc/livetree.c | 4 +-
13170 scripts/gcc-plugin.sh | 65 +
13171 scripts/gcc-plugins/Makefile | 25 +
13172 scripts/gcc-plugins/checker_plugin.c | 496 +
13173 scripts/gcc-plugins/colorize_plugin.c | 162 +
13174 scripts/gcc-plugins/constify_plugin.c | 583 +
13175 scripts/gcc-plugins/gcc-common.h | 893 +
13176 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 175 +
13177 scripts/gcc-plugins/gcc-generate-ipa-pass.h | 289 +
13178 scripts/gcc-plugins/gcc-generate-rtl-pass.h | 175 +
13179 scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h | 175 +
13180 scripts/gcc-plugins/initify_plugin.c | 536 +
13181 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
13182 scripts/gcc-plugins/kernexec_plugin.c | 407 +
13183 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
13184 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
13185 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
13186 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
13187 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
13188 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 511 +
13189 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
13190 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
13191 scripts/gcc-plugins/size_overflow_plugin/Makefile | 30 +
13192 .../disable_size_overflow_hash.data | 12445 +++++++++++
13193 .../generate_size_overflow_hash.sh | 103 +
13194 .../insert_size_overflow_asm.c | 369 +
13195 .../size_overflow_plugin/intentional_overflow.c | 1166 +
13196 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
13197 .../size_overflow_plugin/size_overflow.h | 331 +
13198 .../size_overflow_plugin/size_overflow_debug.c | 194 +
13199 .../size_overflow_plugin/size_overflow_hash.data | 21503 +++++++++++++++++++
13200 .../size_overflow_hash_aux.data | 97 +
13201 .../size_overflow_plugin/size_overflow_ipa.c | 1163 +
13202 .../size_overflow_plugin/size_overflow_misc.c | 505 +
13203 .../size_overflow_plugin/size_overflow_plugin.c | 290 +
13204 .../size_overflow_plugin_hash.c | 352 +
13205 .../size_overflow_plugin/size_overflow_transform.c | 743 +
13206 .../size_overflow_transform_core.c | 1025 +
13207 scripts/gcc-plugins/stackleak_plugin.c | 350 +
13208 scripts/gcc-plugins/structleak_plugin.c | 239 +
13209 scripts/headers_install.sh | 1 +
13210 scripts/kallsyms.c | 4 +-
13211 scripts/kconfig/lkc.h | 5 +-
13212 scripts/kconfig/menu.c | 2 +-
13213 scripts/kconfig/symbol.c | 6 +-
13214 scripts/link-vmlinux.sh | 2 +-
13215 scripts/mod/file2alias.c | 14 +-
13216 scripts/mod/modpost.c | 40 +-
13217 scripts/mod/modpost.h | 6 +-
13218 scripts/mod/sumversion.c | 2 +-
13219 scripts/module-common.lds | 4 +
13220 scripts/package/builddeb | 1 +
13221 scripts/pnmtologo.c | 6 +-
13222 scripts/sortextable.h | 6 +-
13223 scripts/tags.sh | 2 +-
13224 security/Kconfig | 710 +-
13225 security/apparmor/include/policy.h | 2 +-
13226 security/apparmor/lsm.c | 16 +-
13227 security/apparmor/policy.c | 4 +-
13228 security/integrity/ima/ima.h | 4 +-
13229 security/integrity/ima/ima_api.c | 2 +-
13230 security/integrity/ima/ima_fs.c | 4 +-
13231 security/integrity/ima/ima_queue.c | 2 +-
13232 security/keys/internal.h | 8 +-
13233 security/keys/key.c | 18 +-
13234 security/keys/keyring.c | 4 -
13235 security/selinux/avc.c | 6 +-
13236 security/selinux/include/xfrm.h | 2 +-
13237 security/yama/yama_lsm.c | 2 +-
13238 sound/aoa/codecs/onyx.c | 7 +-
13239 sound/aoa/codecs/onyx.h | 1 +
13240 sound/core/oss/pcm_oss.c | 18 +-
13241 sound/core/pcm_compat.c | 2 +-
13242 sound/core/pcm_lib.c | 3 +-
13243 sound/core/pcm_native.c | 4 +-
13244 sound/core/rawmidi.c | 5 +-
13245 sound/core/seq/oss/seq_oss_synth.c | 4 +-
13246 sound/core/seq/seq_clientmgr.c | 10 +-
13247 sound/core/seq/seq_compat.c | 2 +-
13248 sound/core/seq/seq_fifo.c | 6 +-
13249 sound/core/seq/seq_fifo.h | 2 +-
13250 sound/core/seq/seq_memory.c | 18 +-
13251 sound/core/seq/seq_midi.c | 5 +-
13252 sound/core/seq/seq_virmidi.c | 2 +-
13253 sound/core/sound.c | 2 +-
13254 sound/drivers/mts64.c | 14 +-
13255 sound/drivers/opl4/opl4_lib.c | 2 +-
13256 sound/drivers/portman2x4.c | 3 +-
13257 sound/firewire/amdtp-am824.c | 2 +-
13258 sound/firewire/amdtp-stream.c | 4 +-
13259 sound/firewire/amdtp-stream.h | 2 +-
13260 sound/firewire/digi00x/amdtp-dot.c | 2 +-
13261 sound/firewire/isight.c | 10 +-
13262 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
13263 sound/oss/sb_audio.c | 2 +-
13264 sound/oss/swarm_cs4297a.c | 6 +-
13265 sound/pci/als300.c | 2 +-
13266 sound/pci/aw2/aw2-alsa.c | 2 -
13267 sound/pci/aw2/aw2-saa7146.c | 4 +-
13268 sound/pci/ctxfi/ctamixer.c | 14 +-
13269 sound/pci/ctxfi/ctamixer.h | 8 +-
13270 sound/pci/ctxfi/ctatc.c | 20 +-
13271 sound/pci/ctxfi/ctdaio.c | 6 +-
13272 sound/pci/ctxfi/ctdaio.h | 4 +-
13273 sound/pci/ctxfi/ctsrc.c | 13 +-
13274 sound/pci/ctxfi/ctsrc.h | 8 +-
13275 sound/pci/hda/hda_codec.c | 2 +-
13276 sound/pci/ymfpci/ymfpci.h | 2 +-
13277 sound/pci/ymfpci/ymfpci_main.c | 12 +-
13278 sound/soc/codecs/cx20442.c | 8 +-
13279 sound/soc/codecs/sti-sas.c | 10 +-
13280 sound/soc/codecs/tlv320dac33.c | 7 +-
13281 sound/soc/codecs/uda1380.c | 7 +-
13282 sound/soc/intel/skylake/skl-sst-dsp.h | 4 +-
13283 sound/soc/soc-ac97.c | 6 +-
13284 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
13285 tools/include/linux/compiler.h | 8 +
13286 tools/perf/util/include/asm/alternative-asm.h | 3 +
13287 tools/virtio/linux/uaccess.h | 2 +-
13288 virt/kvm/kvm_main.c | 42 +-
13289 2730 files changed, 77381 insertions(+), 14195 deletions(-)
13290commit 5988c8dba8a5da45e35d71f4a8fec34c267258c5
13291Author: Brad Spengler <spender@grsecurity.net>
13292Date: Mon Apr 25 20:40:53 2016 -0400
13293
13294 Fix DoS in n_tty_receive_buf_common reported by marcan at:
13295 https://forums.grsecurity.net/viewtopic.php?t=4342&p=16222
13296 and via lengthy diatribe on Twitter:
13297 https://twitter.com/marcan42/status/724740708104474626
13298 https://twitter.com/marcan42/status/724740985146609664
13299 https://twitter.com/marcan42/status/724741270325760000
13300 https://twitter.com/marcan42/status/724742465199050752
13301 https://twitter.com/marcan42/status/724745886794833920
13302 https://twitter.com/marcan42/status/724749571495075840
13303 https://twitter.com/marcan42/status/724746427285409796
13304 https://twitter.com/marcan42/status/724743150263095296
13305 https://twitter.com/marcan42/status/724757473433808896
13306
13307 Fix it correctly instead of using the incorrect fix suggested
13308 by marcan (aka "try reading the code next time")
13309 The original code was meant to fix an integer truncation issue
13310 that would also have caused a SIZE_OVERFLOW "DoS".
13311
13312 drivers/tty/n_tty.c | 9 +++++----
13313 1 file changed, 5 insertions(+), 4 deletions(-)
13314
13315commit 5459ff57d8987389fa17d5d6f55b70a789347c2f
13316Author: Brad Spengler <spender@grsecurity.net>
13317Date: Mon Apr 25 19:52:33 2016 -0400
13318
13319 Avoid overflow in environ_read() caught by SIZE_OVERFLOW,
13320 reported by jotik at:
13321 https://forums.grsecurity.net/viewtopic.php?t=4363&p=16217
13322 patch from Mathias Krause
13323
13324 fs/proc/base.c | 2 +-
13325 1 file changed, 1 insertion(+), 1 deletion(-)
13326
13327commit 24a5c92e147af1e739e9eeca020c61ad2674e784
13328Author: Jiri Benc <jbenc@redhat.com>
13329Date: Fri Apr 22 13:09:13 2016 +0200
13330
13331 cxgbi: fix uninitialized flowi6
13332
13333 ip6_route_output looks into different fields in the passed flowi6 structure,
13334 yet cxgbi passes garbage in nearly all those fields. Zero the structure out
13335 first.
13336
13337 Fixes: fc8d0590d9142 ("libcxgbi: Add ipv6 api to driver")
13338 Signed-off-by: Jiri Benc <jbenc@redhat.com>
13339 Signed-off-by: David S. Miller <davem@davemloft.net>
13340
13341 drivers/scsi/cxgbi/libcxgbi.c | 1 +
13342 1 file changed, 1 insertion(+)
13343
13344commit ec65caa32652841a5be21d6e73146921af16d7a8
13345Author: Brad Spengler <spender@grsecurity.net>
13346Date: Wed Apr 20 20:59:43 2016 -0400
13347
13348 Make /proc/sched_debug only readable by root, mentioned in
13349 recent NCC Group paper on Linux containers
13350
13351 kernel/sched/debug.c | 4 ++++
13352 1 file changed, 4 insertions(+)
13353
13354commit 7957d30730bb26a4aef54ab484dc3b4108f1fdb1
13355Merge: 463149f ff26083
13356Author: Brad Spengler <spender@grsecurity.net>
13357Date: Wed Apr 20 17:55:53 2016 -0400
13358
13359 Merge branch 'pax-test' into grsec-test
13360
13361commit ff260839e610d2bc1b0c579edd7deb0028198f01
13362Author: Brad Spengler <spender@grsecurity.net>
13363Date: Wed Apr 20 17:55:24 2016 -0400
13364
13365 Update to pax-linux-4.4.8-test14.patch:
13366 - Emese fixed some CodingStyle issues in the latent entropy plugin
13367 - fixed some build problems on mips, reported by Steve Arnold (https://bugs.gentoo.org/show_bug.cgi?id=578394)
13368
13369 arch/mips/include/asm/cache.h | 3 ++-
13370 arch/mips/lib/ashldi3.c | 21 ++++++++++++++-------
13371 arch/mips/lib/ashrdi3.c | 19 +++++++++++++------
13372 arch/mips/lib/libgcc.h | 12 +++++++++---
13373 drivers/idle/intel_idle.c | 6 ++++--
13374 tools/gcc/latent_entropy_plugin.c | 29 +++++++++++++++--------------
13375 6 files changed, 57 insertions(+), 33 deletions(-)
13376
13377commit 463149f47a64db4b26a13009f83ed73d393a209c
13378Author: Xiaodong Liu <xiaodong.liu@intel.com>
13379Date: Tue Apr 12 09:45:51 2016 +0000
13380
13381 crypto: sha1-mb - use corrcet pointer while completing jobs
13382
13383 In sha_complete_job, incorrect mcryptd_hash_request_ctx pointer is used
13384 when check and complete other jobs. If the memory of first completed req
13385 is freed, while still completing other jobs in the func, kernel will
13386 crash since NULL pointer is assigned to RIP.
13387
13388 Cc: <stable@vger.kernel.org>
13389 Signed-off-by: Xiaodong Liu <xiaodong.liu@intel.com>
13390 Acked-by: Tim Chen <tim.c.chen@linux.intel.com>
13391 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
13392
13393 arch/x86/crypto/sha-mb/sha1_mb.c | 4 ++--
13394 1 file changed, 2 insertions(+), 2 deletions(-)
13395
13396commit b4e6484e67b917afb77478cab1260f41dbbc92fc
13397Author: Tom Lendacky <thomas.lendacky@amd.com>
13398Date: Wed Apr 13 10:52:25 2016 -0500
13399
13400 crypto: ccp - Prevent information leakage on export
13401
13402 Prevent information from leaking to userspace by doing a memset to 0 of
13403 the export state structure before setting the structure values and copying
13404 it. This prevents un-initialized padding areas from being copied into the
13405 export area.
13406
13407 Cc: <stable@vger.kernel.org> # 3.14.x-
13408 Reported-by: Ben Hutchings <ben@decadent.org.uk>
13409 Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
13410 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
13411
13412 drivers/crypto/ccp/ccp-crypto-aes-cmac.c | 3 +++
13413 drivers/crypto/ccp/ccp-crypto-sha.c | 3 +++
13414 2 files changed, 6 insertions(+)
13415
13416commit 7d7e961d3f4e4614b22518d8e410e6cf4108f1b0
13417Author: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
13418Date: Mon Apr 18 14:33:54 2016 +0300
13419
13420 net/mlx4_en: allocate non 0-order pages for RX ring with __GFP_NOMEMALLOC
13421
13422 High order pages are optional here since commit 51151a16a60f ("mlx4: allow
13423 order-0 memory allocations in RX path"), so here is no reason for depleting
13424 reserves. Generic __netdev_alloc_frag() implements the same logic.
13425
13426 Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
13427 Acked-by: Eric Dumazet <edumazet@google.com>
13428 Signed-off-by: David S. Miller <davem@davemloft.net>
13429
13430 drivers/net/ethernet/mellanox/mlx4/en_rx.c | 2 +-
13431 1 file changed, 1 insertion(+), 1 deletion(-)
13432
13433commit 6b80edde2edc7fd055f9be8ec42b88abbe328639
13434Author: Ignat Korchagin <ignat.korchagin@gmail.com>
13435Date: Thu Mar 17 18:00:29 2016 +0000
13436
13437 USB: usbip: fix potential out-of-bounds write
13438
13439 Fix potential out-of-bounds write to urb->transfer_buffer
13440 usbip handles network communication directly in the kernel. When receiving a
13441 packet from its peer, usbip code parses headers according to protocol. As
13442 part of this parsing urb->actual_length is filled. Since the input for
13443 urb->actual_length comes from the network, it should be treated as untrusted.
13444 Any entity controlling the network may put any value in the input and the
13445 preallocated urb->transfer_buffer may not be large enough to hold the data.
13446 Thus, the malicious entity is able to write arbitrary data to kernel memory.
13447
13448 Signed-off-by: Ignat Korchagin <ignat.korchagin@gmail.com>
13449 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13450
13451 drivers/usb/usbip/usbip_common.c | 11 +++++++++++
13452 1 file changed, 11 insertions(+)
13453
13454commit 0ce101ec9e74c2cfcd28cbcd18b0626e3d9a2482
13455Merge: d60a24d f5fe5fd
13456Author: Brad Spengler <spender@grsecurity.net>
13457Date: Wed Apr 20 17:35:58 2016 -0400
13458
13459 Merge branch 'pax-test' into grsec-test
13460
13461commit f5fe5fddf49f1b81a2a3bb43b1e0a8c087aba438
13462Merge: a107ba2 8c9aef0
13463Author: Brad Spengler <spender@grsecurity.net>
13464Date: Wed Apr 20 17:35:29 2016 -0400
13465
13466 Merge branch 'linux-4.4.y' into pax-test
13467
13468commit d60a24d6e4f61072d0bd1dc12be1177181fa8c2b
13469Author: Brad Spengler <spender@grsecurity.net>
13470Date: Mon Apr 18 17:48:10 2016 -0400
13471
13472 fix cast for constify change, reported by pipacs
13473
13474 drivers/idle/intel_idle.c | 4 ++--
13475 1 file changed, 2 insertions(+), 2 deletions(-)
13476
13477commit 1d376287aeba7a53c91d5ee49ef0a11d02193964
13478Author: Brad Spengler <spender@grsecurity.net>
13479Date: Fri Apr 15 21:31:07 2016 -0400
13480
13481 Use proper type for function pointer
13482
13483 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 6 +++---
13484 1 file changed, 3 insertions(+), 3 deletions(-)
13485
13486commit 0a4104a2fa32904102fac07245426d78a1e9dfab
13487Author: Brad Spengler <spender@grsecurity.net>
13488Date: Fri Apr 15 21:24:04 2016 -0400
13489
13490 Fix skylake cstates compat with constify
13491
13492 drivers/idle/intel_idle.c | 6 ++++--
13493 1 file changed, 4 insertions(+), 2 deletions(-)
13494
13495commit f433f8fd372253c9e78e307afe5b800c5ab0ea61
13496Author: Brad Spengler <spender@grsecurity.net>
13497Date: Fri Apr 15 21:10:44 2016 -0400
13498
13499 Update size_overflow hash table
13500
13501 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 3 ++-
13502 1 file changed, 2 insertions(+), 1 deletion(-)
13503
13504commit ef7804da81cb3c6b6a4c985a3c14ee230a03f26a
13505Author: Brad Spengler <spender@grsecurity.net>
13506Date: Fri Apr 15 20:52:37 2016 -0400
13507
13508 compile fix
13509
13510 fs/coredump.c | 3 ---
13511 1 file changed, 3 deletions(-)
13512
13513commit 967224da52bd98d078b1237aea5ec9e622238fba
13514Merge: 92771d6 a107ba2
13515Author: Brad Spengler <spender@grsecurity.net>
13516Date: Fri Apr 15 20:30:23 2016 -0400
13517
13518 Merge branch 'pax-test' into grsec-test
13519
13520commit a107ba25214d9694eb836fb04c782ad694977b91
13521Merge: 4d8fc00 b40108b
13522Author: Brad Spengler <spender@grsecurity.net>
13523Date: Fri Apr 15 20:18:26 2016 -0400
13524
13525 Merge branch 'linux-4.4.y' into pax-test
13526
13527commit 92771d60677d68e8f6ea7a91ff34dd6e24b6d4cf
13528Author: Brad Spengler <spender@grsecurity.net>
13529Date: Sun Apr 10 07:18:03 2016 -0400
13530
13531 From: Mathias Krause <minipli@googlemail.com>
13532 To: "David S. Miller" <davem@davemloft.net>
13533 Cc: netdev@vger.kernel.org, "Eric W. Biederman" <ebiederm@xmission.com>, Pavel
13534 Emelyanov <xemul@parallels.com>
13535 Subject: [PATCH net] packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag
13536 interface
13537
13538 Because we miss to wipe the remainder of i->addr[] in packet_mc_add(),
13539 pdiag_put_mclist() leaks uninitialized heap bytes via the
13540 PACKET_DIAG_MCLIST netlink attribute.
13541
13542 Fix this by explicitly memset(0)ing the remaining bytes in i->addr[].
13543
13544 Fixes: eea68e2f1a00 ("packet: Report socket mclist info via diag module")
13545 Signed-off-by: Mathias Krause <minipli@googlemail.com>
13546 Cc: Eric W. Biederman <ebiederm@xmission.com>
13547 Cc: Pavel Emelyanov <xemul@parallels.com>
13548 ---
13549 The bug itself precedes commit eea68e2f1a00 but the list wasn't exposed
13550 to userland before the introduction of the packet_diag interface.
13551 Therefore the "Fixes:" line on that commit.
13552
13553 net/packet/af_packet.c | 1 +
13554 1 file changed, 1 insertion(+)
13555
13556commit 4286ce3f9e9db4d68870af46ae1d5f9b90b920dd
13557Author: Jakub Sitnicki <jkbs@redhat.com>
13558Date: Tue Apr 5 18:41:08 2016 +0200
13559
13560 ipv6: Count in extension headers in skb->network_header
13561
13562 When sending a UDPv6 message longer than MTU, account for the length
13563 of fragmentable IPv6 extension headers in skb->network_header offset.
13564 Same as we do in alloc_new_skb path in __ip6_append_data().
13565
13566 This ensures that later on __ip6_make_skb() will make space in
13567 headroom for fragmentable extension headers:
13568
13569 /* move skb->data to ip header from ext header */
13570 if (skb->data < skb_network_header(skb))
13571 __skb_pull(skb, skb_network_offset(skb));
13572
13573 Prevents a splat due to skb_under_panic:
13574
13575 skbuff: skb_under_panic: text:ffffffff8143397b len:2126 put:14 \
13576 head:ffff880005bacf50 data:ffff880005bacf4a tail:0x48 end:0xc0 dev:lo
13577 ------------[ cut here ]------------
13578 kernel BUG at net/core/skbuff.c:104!
13579 invalid opcode: 0000 [#1] KASAN
13580 CPU: 0 PID: 160 Comm: reproducer Not tainted 4.6.0-rc2 #65
13581 [...]
13582 Call Trace:
13583 [<ffffffff813eb7b9>] skb_push+0x79/0x80
13584 [<ffffffff8143397b>] eth_header+0x2b/0x100
13585 [<ffffffff8141e0d0>] neigh_resolve_output+0x210/0x310
13586 [<ffffffff814eab77>] ip6_finish_output2+0x4a7/0x7c0
13587 [<ffffffff814efe3a>] ip6_output+0x16a/0x280
13588 [<ffffffff815440c1>] ip6_local_out+0xb1/0xf0
13589 [<ffffffff814f1115>] ip6_send_skb+0x45/0xd0
13590 [<ffffffff81518836>] udp_v6_send_skb+0x246/0x5d0
13591 [<ffffffff8151985e>] udpv6_sendmsg+0xa6e/0x1090
13592 [...]
13593
13594 Reported-by: Ji Jianwen <jiji@redhat.com>
13595 Signed-off-by: Jakub Sitnicki <jkbs@redhat.com>
13596 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
13597 Signed-off-by: David S. Miller <davem@davemloft.net>
13598
13599 net/ipv6/ip6_output.c | 8 ++++----
13600 1 file changed, 4 insertions(+), 4 deletions(-)
13601
13602commit 638dad49a9ba3d86f627adb58b2f4636ed253685
13603Author: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
13604Date: Fri Apr 1 17:17:50 2016 -0300
13605
13606 ip6_tunnel: set rtnl_link_ops before calling register_netdevice
13607
13608 When creating an ip6tnl tunnel with ip tunnel, rtnl_link_ops is not set
13609 before ip6_tnl_create2 is called. When register_netdevice is called, there
13610 is no linkinfo attribute in the NEWLINK message because of that.
13611
13612 Setting rtnl_link_ops before calling register_netdevice fixes that.
13613
13614 Fixes: 0b112457229d ("ip6tnl: add support of link creation via rtnl")
13615 Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
13616 Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
13617 Signed-off-by: David S. Miller <davem@davemloft.net>
13618
13619 net/ipv6/ip6_tunnel.c | 2 +-
13620 1 file changed, 1 insertion(+), 1 deletion(-)
13621
13622commit 14146a0bfaf2ced0055fe549c8fa0941c61e2457
13623Author: Brad Spengler <spender@grsecurity.net>
13624Date: Tue Apr 5 21:12:44 2016 -0400
13625
13626 Code cleanups to RANDSTRUCT based on feedback from the PaX Team
13627
13628 tools/gcc/randomize_layout_plugin.c | 18 ++++++++++++------
13629 1 file changed, 12 insertions(+), 6 deletions(-)
13630
13631commit 3f7dea5e59b0bb34f6bdb628c87251f0105b3d57
13632Author: Brad Spengler <spender@grsecurity.net>
13633Date: Sun Apr 3 20:10:10 2016 -0400
13634
13635 Fix RANDSTRUCT support on ARM
13636
13637 tools/gcc/randomize_layout_plugin.c | 54 +++++++++++++++++++++++++++++++++++--
13638 1 file changed, 52 insertions(+), 2 deletions(-)
13639
13640commit bd893a75ab49f6ea5a216eb334471507337118ba
13641Merge: 87b7f1d 4d8fc00
13642Author: Brad Spengler <spender@grsecurity.net>
13643Date: Sat Apr 2 11:54:20 2016 -0400
13644
13645 Merge branch 'pax-test' into grsec-test
13646
13647commit 4d8fc00c0066b1921e233123b346efe6ffb27691
13648Author: Brad Spengler <spender@grsecurity.net>
13649Date: Sat Apr 2 11:53:53 2016 -0400
13650
13651 Update to pax-linux-4.4.6-test13.patch:
13652 - fixed a REFCOUNT related compile regression on mips, reported by Steve Arnold (https://bugs.gentoo.org/show_bug.cgi?id=578394)
13653 - 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)
13654
13655 arch/mips/include/asm/atomic.h | 4 ----
13656 tools/gcc/size_overflow_plugin/disable_size_overflow_hash.data | 1 +
13657 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 -
13658 3 files changed, 1 insertion(+), 5 deletions(-)
13659
13660commit 87b7f1d200023ba826b9d552834a2ee85e67526c
13661Merge: 3335266 3abdad0
13662Author: Brad Spengler <spender@grsecurity.net>
13663Date: Sat Apr 2 11:19:17 2016 -0400
13664
13665 Merge branch 'pax-test' into grsec-test
13666
13667commit 3abdad0c3b436c076c88289f07a250b811d6f79d
13668Author: Brad Spengler <spender@grsecurity.net>
13669Date: Sat Apr 2 11:12:56 2016 -0400
13670
13671 Update to pax-linux-4.4.6-test12.patch:
13672 - fixed vmalloc_fault on i386/PAE to use the correct percpu userland pgd table/entry
13673 - fixed a size overflow false positive report in pptp, reported by Pinkbyte (https://forums.grsecurity.net/viewtopic.php?f=3&t=4437)
13674 - fixed a size overflow false positive report in tbf_segment, reported by audiocricket (https://forums.grsecurity.net/viewtopic.php?f=3&t=4438)
13675 - Emese fixed the x86 vdso32 CFLAGS to omit the gcc plugins
13676 - Emese simplified the gcc plugin related make rules, suggested by Masahiro Yamada
13677 - André Fabian Silva Delgado fixed a compile regression on arm, reported by coadde (https://forums.grsecurity.net/viewtopic.php?f=3&t=4435)
13678 - fixed an integer sign conversion error in nfs_super_set_maxbytes caught by the size overflow plugin, reported by Alexey Dvoichenkov <xale@hyperplane.net>
13679 - fixed a size overflow false positive in squashfs, reported by Mathias Krause <minipli@ld-linux.so>
13680 - fixed a size overflow false positive in xfrm6_transport_output, reported by marcan (https://forums.grsecurity.net/viewtopic.php?f=3&t=4426)
13681 - fixed an integer truncation bug in elf_kcore_store_hdr caught by the size overflow plugin
13682 - fixed a gratuitous userland dereference in the amd64 stack walker
13683 - added latent entropy gathering to a few more functions
13684 - constified a few smp_hotplug_thread instances
13685
13686 arch/x86/entry/vdso/Makefile | 1 +
13687 arch/x86/include/asm/cpufeature.h | 1 -
13688 arch/x86/kernel/dumpstack_64.c | 17 ++++++-----------
13689 arch/x86/kernel/head_32.S | 6 +++---
13690 arch/x86/mm/fault.c | 2 +-
13691 drivers/iommu/arm-smmu.c | 2 +-
13692 drivers/net/ppp/pptp.c | 1 +
13693 drivers/staging/rdma/ehca/ehca_irq.c | 2 +-
13694 fs/nfs/internal.h | 5 +++--
13695 fs/proc/kcore.c | 2 +-
13696 kernel/module.c | 6 +++---
13697 kernel/rcu/tree.c | 2 +-
13698 kernel/softirq.c | 2 +-
13699 kernel/stop_machine.c | 2 +-
13700 net/ipv6/xfrm6_mode_transport.c | 2 +-
13701 net/sched/sch_tbf.c | 9 ++++++---
13702 scripts/Makefile.gcc-plugins | 13 +++----------
13703 scripts/Makefile.host | 3 +--
13704 .../disable_size_overflow_hash.data | 4 +++-
13705 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 6 ++----
13706 20 files changed, 40 insertions(+), 48 deletions(-)
13707
13708commit 3335266d5bec9bc01580736c0a7026ed96cf25e5
13709Author: Mika Penttilä <mika.penttila@nextfour.com>
13710Date: Mon Feb 22 17:56:52 2016 +0100
13711
13712 ARM: 8544/1: set_memory_xx fixes
13713
13714 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.
13715
13716 Signed-off-by: Mika Penttilä mika.penttila@nextfour.com
13717 Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
13718
13719 arch/arm/mm/pageattr.c | 3 +++
13720 1 file changed, 3 insertions(+)
13721
13722commit d6d6499b22c0e5593a16f41c516041b23fbf9eeb
13723Author: Josh Boyer <jwboyer@fedoraproject.org>
13724Date: Mon Mar 14 10:42:38 2016 -0400
13725
13726 USB: iowarrior: fix oops with malicious USB descriptors
13727
13728 The iowarrior driver expects at least one valid endpoint. If given
13729 malicious descriptors that specify 0 for the number of endpoints,
13730 it will crash in the probe function. Ensure there is at least
13731 one endpoint on the interface before using it.
13732
13733 The full report of this issue can be found here:
13734 http://seclists.org/bugtraq/2016/Mar/87
13735
13736 Reported-by: Ralf Spenneberg <ralf@spenneberg.net>
13737 Cc: stable <stable@vger.kernel.org>
13738 Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
13739 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13740
13741 drivers/usb/misc/iowarrior.c | 6 ++++++
13742 1 file changed, 6 insertions(+)
13743
13744commit 79a1fb47ab1245e81040bcd45b3e44e65d282684
13745Author: Oliver Neukum <oneukum@suse.com>
13746Date: Tue Mar 15 10:14:04 2016 +0100
13747
13748 USB: cdc-acm: more sanity checking
13749
13750 An attack has become available which pretends to be a quirky
13751 device circumventing normal sanity checks and crashes the kernel
13752 by an insufficient number of interfaces. This patch adds a check
13753 to the code path for quirky devices.
13754
13755 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
13756 CC: stable@vger.kernel.org
13757 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13758
13759 drivers/usb/class/cdc-acm.c | 3 +++
13760 1 file changed, 3 insertions(+)
13761
13762commit 6ee21acdf0da6602671cb50edeca0abfba3955f7
13763Author: Oliver Neukum <oneukum@suse.com>
13764Date: Wed Mar 16 13:26:17 2016 +0100
13765
13766 USB: usb_driver_claim_interface: add sanity checking
13767
13768 Attacks that trick drivers into passing a NULL pointer
13769 to usb_driver_claim_interface() using forged descriptors are
13770 known. This thwarts them by sanity checking.
13771
13772 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
13773 CC: stable@vger.kernel.org
13774 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13775
13776 drivers/usb/core/driver.c | 6 +++++-
13777 1 file changed, 5 insertions(+), 1 deletion(-)
13778
13779commit 44247834ddab762509eaaf5c742e15bfadcd9d94
13780Author: Paolo Bonzini <pbonzini@redhat.com>
13781Date: Mon Mar 21 10:15:25 2016 +0100
13782
13783 KVM: fix spin_lock_init order on x86
13784
13785 Moving the initialization earlier is needed in 4.6 because
13786 kvm_arch_init_vm is now using mmu_lock, causing lockdep to
13787 complain:
13788
13789 [ 284.440294] INFO: trying to register non-static key.
13790 [ 284.445259] the code is fine but needs lockdep annotation.
13791 [ 284.450736] turning off the locking correctness validator.
13792 ...
13793 [ 284.528318] [<ffffffff810aecc3>] lock_acquire+0xd3/0x240
13794 [ 284.533733] [<ffffffffa0305aa0>] ? kvm_page_track_register_notifier+0x20/0x60 [kvm]
13795 [ 284.541467] [<ffffffff81715581>] _raw_spin_lock+0x41/0x80
13796 [ 284.546960] [<ffffffffa0305aa0>] ? kvm_page_track_register_notifier+0x20/0x60 [kvm]
13797 [ 284.554707] [<ffffffffa0305aa0>] kvm_page_track_register_notifier+0x20/0x60 [kvm]
13798 [ 284.562281] [<ffffffffa02ece70>] kvm_mmu_init_vm+0x20/0x30 [kvm]
13799 [ 284.568381] [<ffffffffa02dbf7a>] kvm_arch_init_vm+0x1ea/0x200 [kvm]
13800 [ 284.574740] [<ffffffffa02bff3f>] kvm_dev_ioctl+0xbf/0x4d0 [kvm]
13801
13802 However, it also helps fixing a preexisting problem, which is why this
13803 patch is also good for stable kernels: kvm_create_vm was incrementing
13804 current->mm->mm_count but not decrementing it at the out_err label (in
13805 case kvm_init_mmu_notifier failed). The new initialization order makes
13806 it possible to add the required mmdrop without adding a new error label.
13807
13808 Cc: stable@vger.kernel.org
13809 Reported-by: Borislav Petkov <bp@alien8.de>
13810 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13811
13812 virt/kvm/kvm_main.c | 21 +++++++++++----------
13813 1 file changed, 11 insertions(+), 10 deletions(-)
13814
13815commit 9d0cf281d74a9fe490f3ba5ca3d0e57eac066e1c
13816Author: Paolo Bonzini <pbonzini@redhat.com>
13817Date: Fri Mar 18 16:53:42 2016 +0100
13818
13819 KVM: VMX: avoid guest hang on invalid invvpid instruction
13820
13821 A guest executing an invalid invvpid instruction would hang
13822 because the instruction pointer was not updated.
13823
13824 Reported-by: jmontleo@redhat.com
13825 Tested-by: jmontleo@redhat.com
13826 Cc: stable@vger.kernel.org
13827 Fixes: 99b83ac893b84ed1a62ad6d1f2b6cc32026b9e85
13828 Reviewed-by: David Matlack <dmatlack@google.com>
13829 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13830
13831 arch/x86/kvm/vmx.c | 1 +
13832 1 file changed, 1 insertion(+)
13833
13834commit 602caaece277e5e21ae43771398bbf7778061beb
13835Author: Paolo Bonzini <pbonzini@redhat.com>
13836Date: Fri Mar 18 16:53:29 2016 +0100
13837
13838 KVM: VMX: avoid guest hang on invalid invept instruction
13839
13840 A guest executing an invalid invept instruction would hang
13841 because the instruction pointer was not updated.
13842
13843 Cc: stable@vger.kernel.org
13844 Fixes: bfd0a56b90005f8c8a004baf407ad90045c2b11e
13845 Reviewed-by: David Matlack <dmatlack@google.com>
13846 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13847
13848 arch/x86/kvm/vmx.c | 1 +
13849 1 file changed, 1 insertion(+)
13850
13851commit 3309ac82d6596de8abc6ea51dd0a942416da1cc1
13852Author: Jann Horn <jann@thejh.net>
13853Date: Tue Mar 22 14:25:36 2016 -0700
13854
13855 fs/coredump: prevent fsuid=0 dumps into user-controlled directories
13856
13857 This commit fixes the following security hole affecting systems where
13858 all of the following conditions are fulfilled:
13859
13860 - The fs.suid_dumpable sysctl is set to 2.
13861 - The kernel.core_pattern sysctl's value starts with "/". (Systems
13862 where kernel.core_pattern starts with "|/" are not affected.)
13863 - Unprivileged user namespace creation is permitted. (This is
13864 true on Linux >=3.8, but some distributions disallow it by
13865 default using a distro patch.)
13866
13867 Under these conditions, if a program executes under secure exec rules,
13868 causing it to run with the SUID_DUMP_ROOT flag, then unshares its user
13869 namespace, changes its root directory and crashes, the coredump will be
13870 written using fsuid=0 and a path derived from kernel.core_pattern - but
13871 this path is interpreted relative to the root directory of the process,
13872 allowing the attacker to control where a coredump will be written with
13873 root privileges.
13874
13875 To fix the security issue, always interpret core_pattern for dumps that
13876 are written under SUID_DUMP_ROOT relative to the root directory of init.
13877
13878 Signed-off-by: Jann Horn <jann@thejh.net>
13879 Acked-by: Kees Cook <keescook@chromium.org>
13880 Cc: Al Viro <viro@zeniv.linux.org.uk>
13881 Cc: "Eric W. Biederman" <ebiederm@xmission.com>
13882 Cc: Andy Lutomirski <luto@kernel.org>
13883 Cc: Oleg Nesterov <oleg@redhat.com>
13884 Cc: <stable@vger.kernel.org>
13885 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
13886 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13887
13888 arch/um/drivers/mconsole_kern.c | 2 +-
13889 fs/coredump.c | 31 +++++++++++++++++++++++++++----
13890 fs/fhandle.c | 2 +-
13891 fs/open.c | 6 ++----
13892 include/linux/fs.h | 2 +-
13893 kernel/sysctl_binary.c | 2 +-
13894 6 files changed, 33 insertions(+), 12 deletions(-)
13895
13896commit a7c8d3c91a3e50d0873942f09afbb5071382d5e7
13897Author: Takashi Iwai <tiwai@suse.de>
13898Date: Fri Apr 1 12:28:16 2016 +0200
13899
13900 ALSA: timer: Use mod_timer() for rearming the system timer
13901
13902 ALSA system timer backend stops the timer via del_timer() without sync
13903 and leaves del_timer_sync() at the close instead. This is because of
13904 the restriction by the design of ALSA timer: namely, the stop callback
13905 may be called from the timer handler, and calling the sync shall lead
13906 to a hangup. However, this also triggers a kernel BUG() when the
13907 timer is rearmed immediately after stopping without sync:
13908 kernel BUG at kernel/time/timer.c:966!
13909 Call Trace:
13910 <IRQ>
13911 [<ffffffff8239c94e>] snd_timer_s_start+0x13e/0x1a0
13912 [<ffffffff8239e1f4>] snd_timer_interrupt+0x504/0xec0
13913 [<ffffffff8122fca0>] ? debug_check_no_locks_freed+0x290/0x290
13914 [<ffffffff8239ec64>] snd_timer_s_function+0xb4/0x120
13915 [<ffffffff81296b72>] call_timer_fn+0x162/0x520
13916 [<ffffffff81296add>] ? call_timer_fn+0xcd/0x520
13917 [<ffffffff8239ebb0>] ? snd_timer_interrupt+0xec0/0xec0
13918 ....
13919
13920 It's the place where add_timer() checks the pending timer. It's clear
13921 that this may happen after the immediate restart without sync in our
13922 cases.
13923
13924 So, the workaround here is just to use mod_timer() instead of
13925 add_timer(). This looks like a band-aid fix, but it's a right move,
13926 as snd_timer_interrupt() takes care of the continuous rearm of timer.
13927
13928 Reported-by: Jiri Slaby <jslaby@suse.cz>
13929 Cc: <stable@vger.kernel.org>
13930 Signed-off-by: Takashi Iwai <tiwai@suse.de>
13931
13932 sound/core/timer.c | 4 ++--
13933 1 file changed, 2 insertions(+), 2 deletions(-)
13934
13935commit 2de05c5fc90b461d78a54a7240b664a068844c8c
13936Author: Daniel Vetter <daniel.vetter@ffwll.ch>
13937Date: Wed Mar 30 11:40:43 2016 +0200
13938
13939 drm/udl: Use unlocked gem unreferencing
13940
13941 For drm_gem_object_unreference callers are required to hold
13942 dev->struct_mutex, which these paths don't. Enforcing this requirement
13943 has become a bit more strict with
13944
13945 commit ef4c6270bf2867e2f8032e9614d1a8cfc6c71663
13946 Author: Daniel Vetter <daniel.vetter@ffwll.ch>
13947 Date: Thu Oct 15 09:36:25 2015 +0200
13948
13949 drm/gem: Check locking in drm_gem_object_unreference
13950
13951 Cc: stable@vger.kernel.org
13952 Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
13953 Signed-off-by: Dave Airlie <airlied@redhat.com>
13954
13955 drivers/gpu/drm/udl/udl_fb.c | 2 +-
13956 drivers/gpu/drm/udl/udl_gem.c | 2 +-
13957 2 files changed, 2 insertions(+), 2 deletions(-)
13958
13959commit c8153b6b1731b8fee33966dd8d148643240f1dc0
13960Author: Jan Kara <jack@suse.com>
13961Date: Mon Dec 7 14:34:49 2015 -0500
13962
13963 ext4: fix races of writeback with punch hole and zero range
13964
13965 When doing delayed allocation, update of on-disk inode size is postponed
13966 until IO submission time. However hole punch or zero range fallocate
13967 calls can end up discarding the tail page cache page and thus on-disk
13968 inode size would never be properly updated.
13969
13970 Make sure the on-disk inode size is updated before truncating page
13971 cache.
13972
13973 Signed-off-by: Jan Kara <jack@suse.com>
13974 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
13975
13976 fs/ext4/ext4.h | 3 +++
13977 fs/ext4/extents.c | 5 +++++
13978 fs/ext4/inode.c | 35 ++++++++++++++++++++++++++++++++++-
13979 3 files changed, 42 insertions(+), 1 deletion(-)
13980
13981commit d64beb441579f2667e99eb9d4d6e83deb88bf59b
13982Author: Jan Kara <jack@suse.com>
13983Date: Mon Dec 7 14:31:11 2015 -0500
13984
13985 ext4: fix races between buffered IO and collapse / insert range
13986
13987 Current code implementing FALLOC_FL_COLLAPSE_RANGE and
13988 FALLOC_FL_INSERT_RANGE is prone to races with buffered writes and page
13989 faults. If buffered write or write via mmap manages to squeeze between
13990 filemap_write_and_wait_range() and truncate_pagecache() in the fallocate
13991 implementations, the written data is simply discarded by
13992 truncate_pagecache() although it should have been shifted.
13993
13994 Fix the problem by moving filemap_write_and_wait_range() call inside
13995 i_mutex and i_mmap_sem. That way we are protected against races with
13996 both buffered writes and page faults.
13997
13998 Signed-off-by: Jan Kara <jack@suse.com>
13999 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
14000
14001 fs/ext4/extents.c | 59 +++++++++++++++++++++++++++++--------------------------
14002 1 file changed, 31 insertions(+), 28 deletions(-)
14003
14004commit b1ae49aa4dad39233b16456e0765a23ba4e0546c
14005Author: Jan Kara <jack@suse.com>
14006Date: Mon Dec 7 14:29:17 2015 -0500
14007
14008 ext4: move unlocked dio protection from ext4_alloc_file_blocks()
14009
14010 Currently ext4_alloc_file_blocks() was handling protection against
14011 unlocked DIO. However we now need to sometimes call it under i_mmap_sem
14012 and sometimes not and DIO protection ranks above it (although strictly
14013 speaking this cannot currently create any deadlocks). Also
14014 ext4_zero_range() was actually getting & releasing unlocked DIO
14015 protection twice in some cases. Luckily it didn't introduce any real bug
14016 but it was a land mine waiting to be stepped on. So move DIO protection
14017 out from ext4_alloc_file_blocks() into the two callsites.
14018
14019 Signed-off-by: Jan Kara <jack@suse.com>
14020 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
14021
14022 fs/ext4/extents.c | 21 ++++++++++-----------
14023 1 file changed, 10 insertions(+), 11 deletions(-)
14024
14025commit f9329a4ec30a26f0fababf809c5f1a3ef851b625
14026Author: Jan Kara <jack@suse.com>
14027Date: Mon Dec 7 14:28:03 2015 -0500
14028
14029 ext4: fix races between page faults and hole punching
14030
14031 Currently, page faults and hole punching are completely unsynchronized.
14032 This can result in page fault faulting in a page into a range that we
14033 are punching after truncate_pagecache_range() has been called and thus
14034 we can end up with a page mapped to disk blocks that will be shortly
14035 freed. Filesystem corruption will shortly follow. Note that the same
14036 race is avoided for truncate by checking page fault offset against
14037 i_size but there isn't similar mechanism available for punching holes.
14038
14039 Fix the problem by creating new rw semaphore i_mmap_sem in inode and
14040 grab it for writing over truncate, hole punching, and other functions
14041 removing blocks from extent tree and for read over page faults. We
14042 cannot easily use i_data_sem for this since that ranks below transaction
14043 start and we need something ranking above it so that it can be held over
14044 the whole truncate / hole punching operation. Also remove various
14045 workarounds we had in the code to reduce race window when page fault
14046 could have created pages with stale mapping information.
14047
14048 Signed-off-by: Jan Kara <jack@suse.com>
14049 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
14050
14051 fs/ext4/ext4.h | 10 +++++++++
14052 fs/ext4/extents.c | 54 ++++++++++++++++++++++++--------------------
14053 fs/ext4/file.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++--------
14054 fs/ext4/inode.c | 36 +++++++++++++++++++++--------
14055 fs/ext4/super.c | 1 +
14056 fs/ext4/truncate.h | 2 ++
14057 6 files changed, 127 insertions(+), 42 deletions(-)
14058
14059commit 572a615b85c1d5c8aeea4ffd24ab428775a1cca9
14060Author: Guenter Roeck <linux@roeck-us.net>
14061Date: Sat Mar 26 12:28:05 2016 -0700
14062
14063 hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiated
14064
14065 arm:pxa_defconfig can result in the following crash if the max1111 driver
14066 is not instantiated.
14067
14068 Unhandled fault: page domain fault (0x01b) at 0x00000000
14069 pgd = c0004000
14070 [00000000] *pgd=00000000
14071 Internal error: : 1b [#1] PREEMPT ARM
14072 Modules linked in:
14073 CPU: 0 PID: 300 Comm: kworker/0:1 Not tainted 4.5.0-01301-g1701f680407c #10
14074 Hardware name: SHARP Akita
14075 Workqueue: events sharpsl_charge_toggle
14076 task: c390a000 ti: c391e000 task.ti: c391e000
14077 PC is at max1111_read_channel+0x20/0x30
14078 LR is at sharpsl_pm_pxa_read_max1111+0x2c/0x3c
14079 pc : [<c03aaab0>] lr : [<c0024b50>] psr: 20000013
14080 ...
14081 [<c03aaab0>] (max1111_read_channel) from [<c0024b50>]
14082 (sharpsl_pm_pxa_read_max1111+0x2c/0x3c)
14083 [<c0024b50>] (sharpsl_pm_pxa_read_max1111) from [<c00262e0>]
14084 (spitzpm_read_devdata+0x5c/0xc4)
14085 [<c00262e0>] (spitzpm_read_devdata) from [<c0024094>]
14086 (sharpsl_check_battery_temp+0x78/0x110)
14087 [<c0024094>] (sharpsl_check_battery_temp) from [<c0024f9c>]
14088 (sharpsl_charge_toggle+0x48/0x110)
14089 [<c0024f9c>] (sharpsl_charge_toggle) from [<c004429c>]
14090 (process_one_work+0x14c/0x48c)
14091 [<c004429c>] (process_one_work) from [<c0044618>] (worker_thread+0x3c/0x5d4)
14092 [<c0044618>] (worker_thread) from [<c004a238>] (kthread+0xd0/0xec)
14093 [<c004a238>] (kthread) from [<c000a670>] (ret_from_fork+0x14/0x24)
14094
14095 This can occur because the SPI controller driver (SPI_PXA2XX) is built as
14096 module and thus not necessarily loaded. While building SPI_PXA2XX into the
14097 kernel would make the problem disappear, it appears prudent to ensure that
14098 the driver is instantiated before accessing its data structures.
14099
14100 Cc: Arnd Bergmann <arnd@arndb.de>
14101 Cc: stable@vger.kernel.org
14102 Signed-off-by: Guenter Roeck <linux@roeck-us.net>
14103
14104 drivers/hwmon/max1111.c | 6 ++++++
14105 1 file changed, 6 insertions(+)
14106
14107commit f75f1af7a0b4be055855ca5120ee78174f3370f2
14108Author: Nicolai Stange <nicstange@gmail.com>
14109Date: Sun Mar 20 23:23:46 2016 +0100
14110
14111 PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
14112
14113 Despite what the DocBook comment to pkcs7_validate_trust() says, the
14114 *_trusted argument is never set to false.
14115
14116 pkcs7_validate_trust() only positively sets *_trusted upon encountering
14117 a trusted PKCS#7 SignedInfo block.
14118
14119 This is quite unfortunate since its callers, system_verify_data() for
14120 example, depend on pkcs7_validate_trust() clearing *_trusted on non-trust.
14121
14122 Indeed, UBSAN splats when attempting to load the uninitialized local
14123 variable 'trusted' from system_verify_data() in pkcs7_validate_trust():
14124
14125 UBSAN: Undefined behaviour in crypto/asymmetric_keys/pkcs7_trust.c:194:14
14126 load of value 82 is not a valid value for type '_Bool'
14127 [...]
14128 Call Trace:
14129 [<ffffffff818c4d35>] dump_stack+0xbc/0x117
14130 [<ffffffff818c4c79>] ? _atomic_dec_and_lock+0x169/0x169
14131 [<ffffffff8194113b>] ubsan_epilogue+0xd/0x4e
14132 [<ffffffff819419fa>] __ubsan_handle_load_invalid_value+0x111/0x158
14133 [<ffffffff819418e9>] ? val_to_string.constprop.12+0xcf/0xcf
14134 [<ffffffff818334a4>] ? x509_request_asymmetric_key+0x114/0x370
14135 [<ffffffff814b83f0>] ? kfree+0x220/0x370
14136 [<ffffffff818312c2>] ? public_key_verify_signature_2+0x32/0x50
14137 [<ffffffff81835e04>] pkcs7_validate_trust+0x524/0x5f0
14138 [<ffffffff813c391a>] system_verify_data+0xca/0x170
14139 [<ffffffff813c3850>] ? top_trace_array+0x9b/0x9b
14140 [<ffffffff81510b29>] ? __vfs_read+0x279/0x3d0
14141 [<ffffffff8129372f>] mod_verify_sig+0x1ff/0x290
14142 [...]
14143
14144 The implication is that pkcs7_validate_trust() effectively grants trust
14145 when it really shouldn't have.
14146
14147 Fix this by explicitly setting *_trusted to false at the very beginning
14148 of pkcs7_validate_trust().
14149
14150 Cc: <stable@vger.kernel.org>
14151 Signed-off-by: Nicolai Stange <nicstange@gmail.com>
14152 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14153
14154 crypto/asymmetric_keys/pkcs7_trust.c | 2 ++
14155 1 file changed, 2 insertions(+)
14156
14157commit 1052826f7352ccc98167129b0b83222f45d50046
14158Author: Florian Westphal <fw@strlen.de>
14159Date: Tue Mar 22 18:02:49 2016 +0100
14160
14161 netfilter: x_tables: validate e->target_offset early
14162
14163 We should check that e->target_offset is sane before
14164 mark_source_chains gets called since it will fetch the target entry
14165 for loop detection.
14166
14167 Signed-off-by: Florian Westphal <fw@strlen.de>
14168 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
14169
14170 net/ipv4/netfilter/arp_tables.c | 17 ++++++++---------
14171 net/ipv4/netfilter/ip_tables.c | 17 ++++++++---------
14172 net/ipv6/netfilter/ip6_tables.c | 17 ++++++++---------
14173 3 files changed, 24 insertions(+), 27 deletions(-)
14174
14175commit b35d19509e8dab157214e46dd24314663ccf554f
14176Author: Florian Westphal <fw@strlen.de>
14177Date: Tue Mar 22 18:02:50 2016 +0100
14178
14179 netfilter: x_tables: make sure e->next_offset covers remaining blob size
14180
14181 Otherwise this function may read data beyond the ruleset blob.
14182
14183 Signed-off-by: Florian Westphal <fw@strlen.de>
14184 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
14185
14186 net/ipv4/netfilter/arp_tables.c | 6 ++++--
14187 net/ipv4/netfilter/ip_tables.c | 6 ++++--
14188 net/ipv6/netfilter/ip6_tables.c | 6 ++++--
14189 3 files changed, 12 insertions(+), 6 deletions(-)
14190
14191commit 4d7642ed66b69140733a7b51fcd6d37ce4d4514c
14192Author: Florian Westphal <fw@strlen.de>
14193Date: Tue Mar 22 18:02:52 2016 +0100
14194
14195 netfilter: x_tables: fix unconditional helper
14196
14197 Ben Hawkes says:
14198
14199 In the mark_source_chains function (net/ipv4/netfilter/ip_tables.c) it
14200 is possible for a user-supplied ipt_entry structure to have a large
14201 next_offset field. This field is not bounds checked prior to writing a
14202 counter value at the supplied offset.
14203
14204 Problem is that mark_source_chains should not have been called --
14205 the rule doesn't have a next entry, so its supposed to return
14206 an absolute verdict of either ACCEPT or DROP.
14207
14208 However, the function conditional() doesn't work as the name implies.
14209 It only checks that the rule is using wildcard address matching.
14210
14211 However, an unconditional rule must also not be using any matches
14212 (no -m args).
14213
14214 The underflow validator only checked the addresses, therefore
14215 passing the 'unconditional absolute verdict' test, while
14216 mark_source_chains also tested for presence of matches, and thus
14217 proceeeded to the next (not-existent) rule.
14218
14219 Unify this so that all the callers have same idea of 'unconditional rule'.
14220
14221 Reported-by: Ben Hawkes <hawkes@google.com>
14222 Signed-off-by: Florian Westphal <fw@strlen.de>
14223 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
14224
14225 net/ipv4/netfilter/arp_tables.c | 18 +++++++++---------
14226 net/ipv4/netfilter/ip_tables.c | 23 +++++++++++------------
14227 net/ipv6/netfilter/ip6_tables.c | 23 +++++++++++------------
14228 3 files changed, 31 insertions(+), 33 deletions(-)
14229
14230commit e3e51682563f1453dfc4b9ef88b29af4d1a78e78
14231Author: Pablo Neira Ayuso <pablo@netfilter.org>
14232Date: Thu Mar 24 21:29:53 2016 +0100
14233
14234 netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIES
14235
14236 Make sure the table names via getsockopt GET_ENTRIES is nul-terminated
14237 in ebtables and all the x_tables variants and their respective compat
14238 code. Uncovered by KASAN.
14239
14240 Reported-by: Baozeng Ding <sploving1@gmail.com>
14241 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
14242
14243 net/bridge/netfilter/ebtables.c | 4 ++++
14244 net/ipv4/netfilter/arp_tables.c | 2 ++
14245 net/ipv4/netfilter/ip_tables.c | 2 ++
14246 net/ipv6/netfilter/ip6_tables.c | 2 ++
14247 4 files changed, 10 insertions(+)
14248
14249commit 7742471b674597627f8f608f6a89c6e5bbd6533d
14250Author: Nicolai Stange <nicstange@gmail.com>
14251Date: Fri Mar 25 14:22:14 2016 -0700
14252
14253 mm/filemap: generic_file_read_iter(): check for zero reads unconditionally
14254
14255 If
14256 - generic_file_read_iter() gets called with a zero read length,
14257 - the read offset is at a page boundary,
14258 - IOCB_DIRECT is not set
14259 - and the page in question hasn't made it into the page cache yet,
14260 then do_generic_file_read() will trigger a readahead with a req_size hint
14261 of zero.
14262
14263 Since roundup_pow_of_two(0) is undefined, UBSAN reports
14264
14265 UBSAN: Undefined behaviour in include/linux/log2.h:63:13
14266 shift exponent 64 is too large for 64-bit type 'long unsigned int'
14267 CPU: 3 PID: 1017 Comm: sa1 Tainted: G L 4.5.0-next-20160318+ #14
14268 [...]
14269 Call Trace:
14270 [...]
14271 [<ffffffff813ef61a>] ondemand_readahead+0x3aa/0x3d0
14272 [<ffffffff813ef61a>] ? ondemand_readahead+0x3aa/0x3d0
14273 [<ffffffff813c73bd>] ? find_get_entry+0x2d/0x210
14274 [<ffffffff813ef9c3>] page_cache_sync_readahead+0x63/0xa0
14275 [<ffffffff813cc04d>] do_generic_file_read+0x80d/0xf90
14276 [<ffffffff813cc955>] generic_file_read_iter+0x185/0x420
14277 [...]
14278 [<ffffffff81510b06>] __vfs_read+0x256/0x3d0
14279 [...]
14280
14281 when get_init_ra_size() gets called from ondemand_readahead().
14282
14283 The net effect is that the initial readahead size is arch dependent for
14284 requested read lengths of zero: for example, since
14285
14286 1UL << (sizeof(unsigned long) * 8)
14287
14288 evaluates to 1 on x86 while its result is 0 on ARMv7, the initial readahead
14289 size becomes 4 on the former and 0 on the latter.
14290
14291 What's more, whether or not the file access timestamp is updated for zero
14292 length reads is decided differently for the two cases of IOCB_DIRECT
14293 being set or cleared: in the first case, generic_file_read_iter()
14294 explicitly skips updating that timestamp while in the latter case, it is
14295 always updated through the call to do_generic_file_read().
14296
14297 According to POSIX, zero length reads "do not modify the last data access
14298 timestamp" and thus, the IOCB_DIRECT behaviour is POSIXly correct.
14299
14300 Let generic_file_read_iter() unconditionally check the requested read
14301 length at its entry and return immediately with success if it is zero.
14302
14303 Signed-off-by: Nicolai Stange <nicstange@gmail.com>
14304 Cc: Al Viro <viro@zeniv.linux.org.uk>
14305 Reviewed-by: Jan Kara <jack@suse.cz>
14306 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
14307 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
14308
14309 mm/filemap.c | 7 ++++---
14310 1 file changed, 4 insertions(+), 3 deletions(-)
14311
14312commit 604785419da498d7e876a0191b2e11626db706bb
14313Author: Oliver Neukum <oneukum@suse.com>
14314Date: Thu Mar 17 14:00:17 2016 -0700
14315
14316 Input: ims-pcu - sanity check against missing interfaces
14317
14318 A malicious device missing interface can make the driver oops.
14319 Add sanity checking.
14320
14321 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
14322 CC: stable@vger.kernel.org
14323 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
14324
14325 drivers/input/misc/ims-pcu.c | 4 ++++
14326 1 file changed, 4 insertions(+)
14327
14328commit 24c3f4f6652f07eb2c3deea1488ff4de00592e80
14329Author: Vladis Dronov <vdronov@redhat.com>
14330Date: Wed Mar 23 11:53:46 2016 -0700
14331
14332 Input: ati_remote2 - fix crashes on detecting device with invalid descriptor
14333
14334 The ati_remote2 driver expects at least two interfaces with one
14335 endpoint each. If given malicious descriptor that specify one
14336 interface or no endpoints, it will crash in the probe function.
14337 Ensure there is at least two interfaces and one endpoint for each
14338 interface before using it.
14339
14340 The full disclosure: http://seclists.org/bugtraq/2016/Mar/90
14341
14342 Reported-by: Ralf Spenneberg <ralf@spenneberg.net>
14343 Signed-off-by: Vladis Dronov <vdronov@redhat.com>
14344 Cc: stable@vger.kernel.org
14345 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
14346
14347 drivers/input/misc/ati_remote2.c | 36 ++++++++++++++++++++++++++++++------
14348 1 file changed, 30 insertions(+), 6 deletions(-)
14349
14350commit 262df604d00e72a4b930fbf7fe3a770f0196a5a5
14351Author: Oliver Neukum <oneukum@suse.com>
14352Date: Wed Mar 23 14:36:56 2016 -0700
14353
14354 Input: sur40 - fix DMA on stack
14355
14356 During the initialisation the driver uses a buffer on the stack for DMA.
14357 That violates the cache coherency rules. The fix is to allocate the buffer
14358 with kmalloc().
14359
14360 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
14361 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
14362
14363 drivers/input/touchscreen/sur40.c | 21 ++++++++++++++-------
14364 1 file changed, 14 insertions(+), 7 deletions(-)
14365
14366commit 015dd03669b2ab646723f6b123377e4ef5694a10
14367Author: Haiyang Zhang <haiyangz@microsoft.com>
14368Date: Wed Mar 23 09:43:10 2016 -0700
14369
14370 hv_netvsc: Fix the array sizes to be max supported channels
14371
14372 The VRSS_CHANNEL_MAX is the max number of channels supported by Hyper-V
14373 hosts. We use it for the related array sizes instead of using NR_CPUS,
14374 which may be set to several thousands.
14375 This patch reduces possible memory allocation failures.
14376
14377 Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
14378 Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
14379 Signed-off-by: David S. Miller <davem@davemloft.net>
14380
14381 drivers/net/hyperv/hyperv_net.h | 7 ++++---
14382 drivers/net/hyperv/rndis_filter.c | 4 ++--
14383 2 files changed, 6 insertions(+), 5 deletions(-)
14384
14385commit a850a78d6393ef22a970266cbbefdf3dba0267b5
14386Author: Haiyang Zhang <haiyangz@microsoft.com>
14387Date: Wed Mar 23 09:43:09 2016 -0700
14388
14389 hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()
14390
14391 struct netvsc_device is freed in rndis_filter_device_remove(). So we save
14392 the nvdev->num_chn into a temp variable for later usage.
14393
14394 (Please also include this patch into stable branch.)
14395
14396 Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
14397 Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
14398 Signed-off-by: David S. Miller <davem@davemloft.net>
14399
14400 drivers/net/hyperv/netvsc_drv.c | 5 ++++-
14401 1 file changed, 4 insertions(+), 1 deletion(-)
14402
14403commit 7409626e43fe871cede30ac926425938f3ccddaf
14404Author: Guillaume Nault <g.nault@alphalink.fr>
14405Date: Wed Mar 23 16:38:55 2016 +0100
14406
14407 ppp: take reference on channels netns
14408
14409 Let channels hold a reference on their network namespace.
14410 Some channel types, like ppp_async and ppp_synctty, can have their
14411 userspace controller running in a different namespace. Therefore they
14412 can't rely on them to preclude their netns from being removed from
14413 under them.
14414
14415 ==================================================================
14416 BUG: KASAN: use-after-free in ppp_unregister_channel+0x372/0x3a0 at
14417 addr ffff880064e217e0
14418 Read of size 8 by task syz-executor/11581
14419 =============================================================================
14420 BUG net_namespace (Not tainted): kasan: bad access detected
14421 -----------------------------------------------------------------------------
14422
14423 Disabling lock debugging due to kernel taint
14424 INFO: Allocated in copy_net_ns+0x6b/0x1a0 age=92569 cpu=3 pid=6906
14425 [< none >] ___slab_alloc+0x4c7/0x500 kernel/mm/slub.c:2440
14426 [< none >] __slab_alloc+0x4c/0x90 kernel/mm/slub.c:2469
14427 [< inline >] slab_alloc_node kernel/mm/slub.c:2532
14428 [< inline >] slab_alloc kernel/mm/slub.c:2574
14429 [< none >] kmem_cache_alloc+0x23a/0x2b0 kernel/mm/slub.c:2579
14430 [< inline >] kmem_cache_zalloc kernel/include/linux/slab.h:597
14431 [< inline >] net_alloc kernel/net/core/net_namespace.c:325
14432 [< none >] copy_net_ns+0x6b/0x1a0 kernel/net/core/net_namespace.c:360
14433 [< none >] create_new_namespaces+0x2f6/0x610 kernel/kernel/nsproxy.c:95
14434 [< none >] copy_namespaces+0x297/0x320 kernel/kernel/nsproxy.c:150
14435 [< none >] copy_process.part.35+0x1bf4/0x5760 kernel/kernel/fork.c:1451
14436 [< inline >] copy_process kernel/kernel/fork.c:1274
14437 [< none >] _do_fork+0x1bc/0xcb0 kernel/kernel/fork.c:1723
14438 [< inline >] SYSC_clone kernel/kernel/fork.c:1832
14439 [< none >] SyS_clone+0x37/0x50 kernel/kernel/fork.c:1826
14440 [< none >] entry_SYSCALL_64_fastpath+0x16/0x7a kernel/arch/x86/entry/entry_64.S:185
14441
14442 INFO: Freed in net_drop_ns+0x67/0x80 age=575 cpu=2 pid=2631
14443 [< none >] __slab_free+0x1fc/0x320 kernel/mm/slub.c:2650
14444 [< inline >] slab_free kernel/mm/slub.c:2805
14445 [< none >] kmem_cache_free+0x2a0/0x330 kernel/mm/slub.c:2814
14446 [< inline >] net_free kernel/net/core/net_namespace.c:341
14447 [< none >] net_drop_ns+0x67/0x80 kernel/net/core/net_namespace.c:348
14448 [< none >] cleanup_net+0x4e5/0x600 kernel/net/core/net_namespace.c:448
14449 [< none >] process_one_work+0x794/0x1440 kernel/kernel/workqueue.c:2036
14450 [< none >] worker_thread+0xdb/0xfc0 kernel/kernel/workqueue.c:2170
14451 [< none >] kthread+0x23f/0x2d0 kernel/drivers/block/aoe/aoecmd.c:1303
14452 [< none >] ret_from_fork+0x3f/0x70 kernel/arch/x86/entry/entry_64.S:468
14453 INFO: Slab 0xffffea0001938800 objects=3 used=0 fp=0xffff880064e20000
14454 flags=0x5fffc0000004080
14455 INFO: Object 0xffff880064e20000 @offset=0 fp=0xffff880064e24200
14456
14457 CPU: 1 PID: 11581 Comm: syz-executor Tainted: G B 4.4.0+
14458 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS
14459 rel-1.8.2-0-g33fbe13 by qemu-project.org 04/01/2014
14460 00000000ffffffff ffff8800662c7790 ffffffff8292049d ffff88003e36a300
14461 ffff880064e20000 ffff880064e20000 ffff8800662c77c0 ffffffff816f2054
14462 ffff88003e36a300 ffffea0001938800 ffff880064e20000 0000000000000000
14463 Call Trace:
14464 [< inline >] __dump_stack kernel/lib/dump_stack.c:15
14465 [<ffffffff8292049d>] dump_stack+0x6f/0xa2 kernel/lib/dump_stack.c:50
14466 [<ffffffff816f2054>] print_trailer+0xf4/0x150 kernel/mm/slub.c:654
14467 [<ffffffff816f875f>] object_err+0x2f/0x40 kernel/mm/slub.c:661
14468 [< inline >] print_address_description kernel/mm/kasan/report.c:138
14469 [<ffffffff816fb0c5>] kasan_report_error+0x215/0x530 kernel/mm/kasan/report.c:236
14470 [< inline >] kasan_report kernel/mm/kasan/report.c:259
14471 [<ffffffff816fb4de>] __asan_report_load8_noabort+0x3e/0x40 kernel/mm/kasan/report.c:280
14472 [< inline >] ? ppp_pernet kernel/include/linux/compiler.h:218
14473 [<ffffffff83ad71b2>] ? ppp_unregister_channel+0x372/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
14474 [< inline >] ppp_pernet kernel/include/linux/compiler.h:218
14475 [<ffffffff83ad71b2>] ppp_unregister_channel+0x372/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
14476 [< inline >] ? ppp_pernet kernel/drivers/net/ppp/ppp_generic.c:293
14477 [<ffffffff83ad6f26>] ? ppp_unregister_channel+0xe6/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
14478 [<ffffffff83ae18f3>] ppp_asynctty_close+0xa3/0x130 kernel/drivers/net/ppp/ppp_async.c:241
14479 [<ffffffff83ae1850>] ? async_lcp_peek+0x5b0/0x5b0 kernel/drivers/net/ppp/ppp_async.c:1000
14480 [<ffffffff82c33239>] tty_ldisc_close.isra.1+0x99/0xe0 kernel/drivers/tty/tty_ldisc.c:478
14481 [<ffffffff82c332c0>] tty_ldisc_kill+0x40/0x170 kernel/drivers/tty/tty_ldisc.c:744
14482 [<ffffffff82c34943>] tty_ldisc_release+0x1b3/0x260 kernel/drivers/tty/tty_ldisc.c:772
14483 [<ffffffff82c1ef21>] tty_release+0xac1/0x13e0 kernel/drivers/tty/tty_io.c:1901
14484 [<ffffffff82c1e460>] ? release_tty+0x320/0x320 kernel/drivers/tty/tty_io.c:1688
14485 [<ffffffff8174de36>] __fput+0x236/0x780 kernel/fs/file_table.c:208
14486 [<ffffffff8174e405>] ____fput+0x15/0x20 kernel/fs/file_table.c:244
14487 [<ffffffff813595ab>] task_work_run+0x16b/0x200 kernel/kernel/task_work.c:115
14488 [< inline >] exit_task_work kernel/include/linux/task_work.h:21
14489 [<ffffffff81307105>] do_exit+0x8b5/0x2c60 kernel/kernel/exit.c:750
14490 [<ffffffff813fdd20>] ? debug_check_no_locks_freed+0x290/0x290 kernel/kernel/locking/lockdep.c:4123
14491 [<ffffffff81306850>] ? mm_update_next_owner+0x6f0/0x6f0 kernel/kernel/exit.c:357
14492 [<ffffffff813215e6>] ? __dequeue_signal+0x136/0x470 kernel/kernel/signal.c:550
14493 [<ffffffff8132067b>] ? recalc_sigpending_tsk+0x13b/0x180 kernel/kernel/signal.c:145
14494 [<ffffffff81309628>] do_group_exit+0x108/0x330 kernel/kernel/exit.c:880
14495 [<ffffffff8132b9d4>] get_signal+0x5e4/0x14f0 kernel/kernel/signal.c:2307
14496 [< inline >] ? kretprobe_table_lock kernel/kernel/kprobes.c:1113
14497 [<ffffffff8151d355>] ? kprobe_flush_task+0xb5/0x450 kernel/kernel/kprobes.c:1158
14498 [<ffffffff8115f7d3>] do_signal+0x83/0x1c90 kernel/arch/x86/kernel/signal.c:712
14499 [<ffffffff8151d2a0>] ? recycle_rp_inst+0x310/0x310 kernel/include/linux/list.h:655
14500 [<ffffffff8115f750>] ? setup_sigcontext+0x780/0x780 kernel/arch/x86/kernel/signal.c:165
14501 [<ffffffff81380864>] ? finish_task_switch+0x424/0x5f0 kernel/kernel/sched/core.c:2692
14502 [< inline >] ? finish_lock_switch kernel/kernel/sched/sched.h:1099
14503 [<ffffffff81380560>] ? finish_task_switch+0x120/0x5f0 kernel/kernel/sched/core.c:2678
14504 [< inline >] ? context_switch kernel/kernel/sched/core.c:2807
14505 [<ffffffff85d794e9>] ? __schedule+0x919/0x1bd0 kernel/kernel/sched/core.c:3283
14506 [<ffffffff81003901>] exit_to_usermode_loop+0xf1/0x1a0 kernel/arch/x86/entry/common.c:247
14507 [< inline >] prepare_exit_to_usermode kernel/arch/x86/entry/common.c:282
14508 [<ffffffff810062ef>] syscall_return_slowpath+0x19f/0x210 kernel/arch/x86/entry/common.c:344
14509 [<ffffffff85d88022>] int_ret_from_sys_call+0x25/0x9f kernel/arch/x86/entry/entry_64.S:281
14510 Memory state around the buggy address:
14511 ffff880064e21680: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14512 ffff880064e21700: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14513 >ffff880064e21780: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14514 ^
14515 ffff880064e21800: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14516 ffff880064e21880: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14517 ==================================================================
14518
14519 Fixes: 273ec51dd7ce ("net: ppp_generic - introduce net-namespace functionality v2")
14520 Reported-by: Baozeng Ding <sploving1@gmail.com>
14521 Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
14522 Reviewed-by: Cyrill Gorcunov <gorcunov@openvz.org>
14523 Signed-off-by: David S. Miller <davem@davemloft.net>
14524
14525 drivers/net/ppp/ppp_generic.c | 4 +++-
14526 1 file changed, 3 insertions(+), 1 deletion(-)
14527
14528commit bfb890c1ac9d29b377f6bec4a5aab51d053114c4
14529Author: Herbert Xu <herbert@gondor.apana.org.au>
14530Date: Wed Mar 16 17:06:01 2016 +0800
14531
14532 eCryptfs: Use skcipher and shash
14533
14534 eCryptfs: Fix null pointer dereference on kzalloc error path
14535
14536 The conversion to skcipher and shash added a couple of null pointer
14537 dereference bugs on the kzalloc failure path. This patch fixes them.
14538
14539 Fixes: 3095e8e366b4 ("eCryptfs: Use skcipher and shash")
14540 Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
14541 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14542
14543 fs/ecryptfs/keystore.c | 6 ++----
14544 1 file changed, 2 insertions(+), 4 deletions(-)
14545
14546commit 58a8421ae537e0609c4ff59bf6b11be869a43cc6
14547Author: Boris BREZILLON <boris.brezillon@free-electrons.com>
14548Date: Thu Mar 17 10:21:34 2016 +0100
14549
14550 crypto: marvell/cesa - fix memory leak
14551
14552 Crypto requests are not guaranteed to be finalized (->final() call),
14553 and can be freed at any moment, without getting any notification from
14554 the core. This can lead to memory leaks of the ->cache buffer.
14555
14556 Make this buffer part of the request object, and allocate an extra buffer
14557 from the DMA cache pool when doing DMA operations.
14558
14559 As a side effect, this patch also fixes another bug related to cache
14560 allocation and DMA operations. When the core allocates a new request and
14561 import an existing state, a cache buffer can be allocated (depending
14562 on the state). The problem is, at that very moment, we don't know yet
14563 whether the request will use DMA or not, and since everything is
14564 likely to be initialized to zero, mv_cesa_ahash_alloc_cache() thinks it
14565 should allocate a buffer for standard operation. But when
14566 mv_cesa_ahash_free_cache() is called, req->type has been set to
14567 CESA_DMA_REQ in the meantime, thus leading to an invalind dma_pool_free()
14568 call (the buffer passed in argument has not been allocated from the pool).
14569
14570 Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
14571 Reported-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
14572 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14573
14574 drivers/crypto/marvell/cesa.h | 3 +-
14575 drivers/crypto/marvell/hash.c | 86 +++++++++----------------------------------
14576 2 files changed, 20 insertions(+), 69 deletions(-)
14577
14578commit 1ec604f99895b9c37f26a692ff83a7da02d667fd
14579Author: Boris BREZILLON <boris.brezillon@free-electrons.com>
14580Date: Thu Mar 17 10:21:35 2016 +0100
14581
14582 crypto: marvell/cesa - initialize hash states
14583
14584 ->export() might be called before we have done an update operation,
14585 and in this case the ->state field is left uninitialized.
14586 Put the correct default value when initializing the request.
14587
14588 Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
14589 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14590
14591 drivers/crypto/marvell/hash.c | 20 ++++++++++++++++++++
14592 1 file changed, 20 insertions(+)
14593
14594commit 23879f055d23e82c2f78cceca22c33e631973977
14595Author: David S. Miller <davem@davemloft.net>
14596Date: Sun Mar 13 23:28:00 2016 -0400
14597
14598 ipv4: Don't do expensive useless work during inetdev destroy.
14599
14600 When an inetdev is destroyed, every address assigned to the interface
14601 is removed. And in this scenerio we do two pointless things which can
14602 be very expensive if the number of assigned interfaces is large:
14603
14604 1) Address promotion. We are deleting all addresses, so there is no
14605 point in doing this.
14606
14607 2) A full nf conntrack table purge for every address. We only need to
14608 do this once, as is already caught by the existing
14609 masq_dev_notifier so masq_inet_event() can skip this.
14610
14611 Reported-by: Solar Designer <solar@openwall.com>
14612 Signed-off-by: David S. Miller <davem@davemloft.net>
14613 Tested-by: Cyrill Gorcunov <gorcunov@openvz.org>
14614
14615 net/ipv4/devinet.c | 4 ++++
14616 net/ipv4/fib_frontend.c | 4 ++++
14617 net/ipv4/netfilter/nf_nat_masquerade_ipv4.c | 12 ++++++++++--
14618 3 files changed, 18 insertions(+), 2 deletions(-)
14619
14620commit 60394231e840e884024592a76a6c5612433d3756
14621Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14622Date: Tue Mar 8 10:34:28 2016 -0300
14623
14624 sctp: fix copying more bytes than expected in sctp_add_bind_addr
14625
14626 Dmitry reported that sctp_add_bind_addr may read more bytes than
14627 expected in case the parameter is a IPv4 addr supplied by the user
14628 through calls such as sctp_bindx_add(), because it always copies
14629 sizeof(union sctp_addr) while the buffer may be just a struct
14630 sockaddr_in, which is smaller.
14631
14632 This patch then fixes it by limiting the memcpy to the min between the
14633 union size and a (new parameter) provided addr size. Where possible this
14634 parameter still is the size of that union, except for reading from
14635 user-provided buffers, which then it accounts for protocol type.
14636
14637 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14638 Tested-by: Dmitry Vyukov <dvyukov@google.com>
14639 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14640 Signed-off-by: David S. Miller <davem@davemloft.net>
14641
14642 include/net/sctp/structs.h | 2 +-
14643 net/sctp/bind_addr.c | 14 ++++++++------
14644 net/sctp/protocol.c | 1 +
14645 net/sctp/sm_make_chunk.c | 3 ++-
14646 net/sctp/socket.c | 4 +++-
14647 5 files changed, 15 insertions(+), 9 deletions(-)
14648
14649commit 9831caa50e1453818c5ec618890291f028b7992f
14650Author: Brad Spengler <spender@grsecurity.net>
14651Date: Mon Mar 28 19:20:28 2016 -0400
14652
14653 Also allow /bin/false as needed by systemd
14654
14655 kernel/kmod.c | 2 +-
14656 1 file changed, 1 insertion(+), 1 deletion(-)
14657
14658commit bb38a61b496a3f09f4d7b93d2f0fe15476918147
14659Author: Brad Spengler <spender@grsecurity.net>
14660Date: Tue Mar 22 16:59:43 2016 -0400
14661
14662 Fix size_overflow FP reported by marcan at:
14663 https://forums.grsecurity.net/viewtopic.php?f=3&t=4426
14664
14665 net/ipv6/xfrm6_mode_transport.c | 2 +-
14666 1 file changed, 1 insertion(+), 1 deletion(-)
14667
14668commit 523a36a9c845da3051e58c6767c2e1a0f640998a
14669Merge: 0d0ec9e c0b77a7
14670Author: Brad Spengler <spender@grsecurity.net>
14671Date: Wed Mar 16 20:20:40 2016 -0400
14672
14673 Merge branch 'pax-test' into grsec-test
14674
14675commit c0b77a7cb578199f0b7dc90768a13ca6c044aba9
14676Merge: 10d57c1 0d19123
14677Author: Brad Spengler <spender@grsecurity.net>
14678Date: Wed Mar 16 20:20:27 2016 -0400
14679
14680 Merge branch 'linux-4.4.y' into pax-test
14681
14682commit 0d0ec9ee83144ab839710a01cfd746bd78257394
14683Author: Brad Spengler <spender@grsecurity.net>
14684Date: Mon Mar 14 20:15:47 2016 -0400
14685
14686 Invert logic to clean up code
14687
14688 fs/namei.c | 32 +++++++-------------------------
14689 grsecurity/grsec_chroot.c | 10 +++++-----
14690 2 files changed, 12 insertions(+), 30 deletions(-)
14691
14692commit 39e0e623c84863af7b3ace759b583ff938fde2b7
14693Author: Brad Spengler <spender@grsecurity.net>
14694Date: Mon Mar 14 19:59:36 2016 -0400
14695
14696 compile fix
14697
14698 fs/namei.c | 5 ++---
14699 1 file changed, 2 insertions(+), 3 deletions(-)
14700
14701commit 2b3ad8bc095fea829275b7fcc7e5671677b8ed33
14702Author: Brad Spengler <spender@grsecurity.net>
14703Date: Mon Mar 14 19:57:53 2016 -0400
14704
14705 Also handle renames
14706
14707 fs/namei.c | 9 +++++++++
14708 1 file changed, 9 insertions(+)
14709
14710commit 54dfd13b19743d4a340de0cd5683b5bde44e7d9c
14711Author: Brad Spengler <spender@grsecurity.net>
14712Date: Mon Mar 14 19:45:56 2016 -0400
14713
14714 Add additional check to cover lookup family of functions
14715
14716 fs/namei.c | 9 +++++++++
14717 1 file changed, 9 insertions(+)
14718
14719commit c3df846baa7873fb99401136f220676b87452918
14720Author: Brad Spengler <spender@grsecurity.net>
14721Date: Mon Mar 14 18:42:37 2016 -0400
14722
14723 compile fix
14724
14725 fs/namei.c | 2 +-
14726 1 file changed, 1 insertion(+), 1 deletion(-)
14727
14728commit 384ea9c0ef9df4298dfa3a71948c08e70f1092bf
14729Author: Brad Spengler <spender@grsecurity.net>
14730Date: Mon Mar 14 18:34:40 2016 -0400
14731
14732 Fix recent chroot check on the create side, as reported by
14733 Toralf Foerster
14734
14735 fs/namei.c | 26 ++++++++++++++++----------
14736 1 file changed, 16 insertions(+), 10 deletions(-)
14737
14738commit 82e7dc61a626c47887d392ff9cd35b104f01fd25
14739Author: Paolo Bonzini <pbonzini@redhat.com>
14740Date: Tue Mar 8 12:13:39 2016 +0100
14741
14742 KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
14743
14744 Yes, all of these are needed. :) This is admittedly a bit odd, but
14745 kvm-unit-tests access.flat tests this if you run it with "-cpu host"
14746 and of course ept=0.
14747
14748 KVM runs the guest with CR0.WP=1, so it must handle supervisor writes
14749 specially when pte.u=1/pte.w=0/CR0.WP=0. Such writes cause a fault
14750 when U=1 and W=0 in the SPTE, but they must succeed because CR0.WP=0.
14751 When KVM gets the fault, it sets U=0 and W=1 in the shadow PTE and
14752 restarts execution. This will still cause a user write to fault, while
14753 supervisor writes will succeed. User reads will fault spuriously now,
14754 and KVM will then flip U and W again in the SPTE (U=1, W=0). User reads
14755 will be enabled and supervisor writes disabled, going back to the
14756 originary situation where supervisor writes fault spuriously.
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. If the guest has not enabled NX, the result is a continuous
14761 stream of page faults due to the NX bit being reserved.
14762
14763 The fix is to force EFER.NX=1 even if the CPU is taking care of the EFER
14764 switch. (All machines with SMEP have the CPU_LOAD_IA32_EFER vm-entry
14765 control, so they do not use user-return notifiers for EFER---if they did,
14766 EFER.NX would be forced to the same value as the host).
14767
14768 There is another bug in the reserved bit check, which I've split to a
14769 separate patch for easier application to stable kernels.
14770
14771 Cc: stable@vger.kernel.org
14772 Cc: Andy Lutomirski <luto@amacapital.net>
14773 Reviewed-by: Xiao Guangrong <guangrong.xiao@linux.intel.com>
14774 Fixes: f6577a5fa15d82217ca73c74cd2dcbc0f6c781dd
14775 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
14776
14777 Documentation/virtual/kvm/mmu.txt | 3 ++-
14778 arch/x86/kvm/vmx.c | 36 +++++++++++++++++++++++-------------
14779 2 files changed, 25 insertions(+), 14 deletions(-)
14780
14781commit 802a88e57b141e9643e93afb7805813ad8da22f3
14782Author: Paolo Bonzini <pbonzini@redhat.com>
14783Date: Wed Mar 9 14:28:02 2016 +0100
14784
14785 KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
14786
14787 KVM has special logic to handle pages with pte.u=1 and pte.w=0 when
14788 CR0.WP=1. These pages' SPTEs flip continuously between two states:
14789 U=1/W=0 (user and supervisor reads allowed, supervisor writes not allowed)
14790 and U=0/W=1 (supervisor reads and writes allowed, user writes not allowed).
14791
14792 When SMEP is in effect, however, U=0 will enable kernel execution of
14793 this page. To avoid this, KVM also sets NX=1 in the shadow PTE together
14794 with U=0, making the two states U=1/W=0/NX=gpte.NX and U=0/W=1/NX=1.
14795 When guest EFER has the NX bit cleared, the reserved bit check thinks
14796 that the latter state is invalid; teach it that the smep_andnot_wp case
14797 will also use the NX bit of SPTEs.
14798
14799 Cc: stable@vger.kernel.org
14800 Reviewed-by: Xiao Guangrong <guangrong.xiao@linux.inel.com>
14801 Fixes: c258b62b264fdc469b6d3610a907708068145e3b
14802 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
14803
14804 arch/x86/kvm/mmu.c | 4 +++-
14805 1 file changed, 3 insertions(+), 1 deletion(-)
14806
14807commit 3925851224428c1d2bca32cf33821befb947c4f3
14808Author: Ming Lei <ming.lei@canonical.com>
14809Date: Sat Mar 12 22:56:19 2016 +0800
14810
14811 block: don't optimize for non-cloned bio in bio_get_last_bvec()
14812
14813 For !BIO_CLONED bio, we can use .bi_vcnt safely, but it
14814 doesn't mean we can just simply return .bi_io_vec[.bi_vcnt - 1]
14815 because the start postion may have been moved in the middle of
14816 the bvec, such as splitting in the middle of bvec.
14817
14818 Fixes: 7bcd79ac50d9(block: bio: introduce helpers to get the 1st and last bvec)
14819 Cc: stable@vger.kernel.org
14820 Reported-by: Kent Overstreet <kent.overstreet@gmail.com>
14821 Signed-off-by: Ming Lei <ming.lei@canonical.com>
14822 Signed-off-by: Jens Axboe <axboe@fb.com>
14823
14824 include/linux/bio.h | 5 -----
14825 1 file changed, 5 deletions(-)
14826
14827commit db541463b4a0926bebdbac743c8736fb9e903d58
14828Author: Borislav Petkov <bp@alien8.de>
14829Date: Fri Mar 11 12:32:06 2016 +0100
14830
14831 x86/fpu: Fix eager-FPU handling on legacy FPU machines
14832
14833 i486 derived cores like Intel Quark support only the very old,
14834 legacy x87 FPU (FSAVE/FRSTOR, CPUID bit FXSR is not set), and
14835 our FPU code wasn't handling the saving and restoring there
14836 properly in the 'eagerfpu' case.
14837
14838 So after we made eagerfpu the default for all CPU types:
14839
14840 58122bf1d856 x86/fpu: Default eagerfpu=on on all CPUs
14841
14842 these old FPU designs broke. First, Andy Shevchenko reported a splat:
14843
14844 WARNING: CPU: 0 PID: 823 at arch/x86/include/asm/fpu/internal.h:163 fpu__clear+0x8c/0x160
14845
14846 which was us trying to execute FXRSTOR on those machines even though
14847 they don't support it.
14848
14849 After taking care of that, Bryan O'Donoghue reported that a simple FPU
14850 test still failed because we weren't initializing the FPU state properly
14851 on those machines.
14852
14853 Take care of all that.
14854
14855 Reported-and-tested-by: Bryan O'Donoghue <pure.logic@nexus-software.ie>
14856 Reported-by: Andy Shevchenko <andy.shevchenko@gmail.com>
14857 Signed-off-by: Borislav Petkov <bp@suse.de>
14858 Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
14859 Cc: Andrew Morton <akpm@linux-foundation.org>
14860 Cc: Andy Lutomirski <luto@amacapital.net>
14861 Cc: Borislav Petkov <bp@alien8.de>
14862 Cc: Brian Gerst <brgerst@gmail.com>
14863 Cc: Dave Hansen <dave.hansen@linux.intel.com>
14864 Cc: Denys Vlasenko <dvlasenk@redhat.com>
14865 Cc: Fenghua Yu <fenghua.yu@intel.com>
14866 Cc: H. Peter Anvin <hpa@zytor.com>
14867 Cc: Oleg Nesterov <oleg@redhat.com>
14868 Cc: Peter Zijlstra <peterz@infradead.org>
14869 Cc: Quentin Casasnovas <quentin.casasnovas@oracle.com>
14870 Cc: Thomas Gleixner <tglx@linutronix.de>
14871 Cc: Yu-cheng <yu-cheng.yu@intel.com>
14872 Link: http://lkml.kernel.org/r/20160311113206.GD4312@pd.tnic
14873 Signed-off-by: Ingo Molnar <mingo@kernel.org>
14874
14875 arch/x86/kernel/fpu/core.c | 4 +++-
14876 arch/x86/kernel/fpu/init.c | 2 +-
14877 2 files changed, 4 insertions(+), 2 deletions(-)
14878
14879commit 8fed14e935cb62d2d46e99793d728dc7760dcc87
14880Author: Brad Spengler <spender@grsecurity.net>
14881Date: Sun Mar 13 11:35:56 2016 -0400
14882
14883 Compile fixes
14884
14885 fs/namei.c | 2 +-
14886 grsecurity/grsec_chroot.c | 2 +-
14887 include/linux/grsecurity.h | 2 +-
14888 3 files changed, 3 insertions(+), 3 deletions(-)
14889
14890commit aab25a3496c4683c5858056960010119fb7d9a5a
14891Author: Brad Spengler <spender@grsecurity.net>
14892Date: Sun Mar 13 10:53:59 2016 -0400
14893
14894 Use fput instead of put_filp()
14895
14896 fs/namei.c | 4 ++--
14897 1 file changed, 2 insertions(+), 2 deletions(-)
14898
14899commit 928ddec9dfe5415dff82d941c3b3e76ee6f48761
14900Author: Brad Spengler <spender@grsecurity.net>
14901Date: Sun Mar 13 10:30:54 2016 -0400
14902
14903 Update MPROTECT_COMPAT config description, disable by default
14904
14905 security/Kconfig | 18 ++++++------------
14906 1 file changed, 6 insertions(+), 12 deletions(-)
14907
14908commit 4cc29af2e81e7a4bdfab1afedfdedca6e23362d5
14909Author: Brad Spengler <spender@grsecurity.net>
14910Date: Sun Mar 13 10:35:55 2016 -0400
14911
14912 As reported by Jann Horn, chroot scenarios where the chrooting application
14913 brings in a directory fd can be used to access any file outside of the chroot
14914 via *at syscalls. To maintain compatibility with Chromium and other apps,
14915 we specifically only disallow relative accesses off a directory fd when the
14916 final path is not located under that directory described by the fd and exists
14917 outside of the chroot. This additional restriction will exist under the
14918 current GRKERNSEC_CHROOT_FCHDIR option.
14919
14920 fs/namei.c | 9 +++++++++
14921 grsecurity/Kconfig | 10 ++++++----
14922 grsecurity/grsec_chroot.c | 39 +++++++++++++++++++++++++++++++++++++++
14923 include/linux/grmsg.h | 1 +
14924 include/linux/grsecurity.h | 1 +
14925 5 files changed, 56 insertions(+), 4 deletions(-)
14926
14927commit 7d02a991213f0b07a3677dcc93cdafc3ac309142
14928Author: Brad Spengler <spender@grsecurity.net>
14929Date: Thu Mar 10 22:17:16 2016 -0500
14930
14931 Update size_overflow hash table
14932
14933 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 +
14934 1 file changed, 1 insertion(+)
14935
14936commit 29f25ddda6a5625340df26beb394279fefea2b49
14937Author: Brad Spengler <spender@grsecurity.net>
14938Date: Thu Mar 10 22:16:04 2016 -0500
14939
14940 Fix module support
14941
14942 kernel/module.c | 3 ++-
14943 1 file changed, 2 insertions(+), 1 deletion(-)
14944
14945commit b057a45636b626e7eaf03077ed0916b95fea054c
14946Merge: ba5ee94 10d57c1
14947Author: Brad Spengler <spender@grsecurity.net>
14948Date: Thu Mar 10 21:36:10 2016 -0500
14949
14950 Merge branch 'pax-test' into grsec-test
14951
14952commit 10d57c107e7fabffbe616b14efab73df585576c2
14953Merge: 1cbae46 62e2195
14954Author: Brad Spengler <spender@grsecurity.net>
14955Date: Thu Mar 10 21:34:58 2016 -0500
14956
14957 Update to pax-linux-4.4.5-test9.patch:
14958 - fixed an integer signedness mixup in the old select syscall caught by the size overflow plugin, by Mathias Krause <minipli@ld-linux.so>
14959 - Emese cleaned up a few unnecessary type casts in the size overflow plugin
14960 - fixed the initify plugin to not trigger a compiler assert with gcc 6 in LTO mode
14961 - compile the x86 vdso without plugins, reported by Emese
14962 - fixed a REFCOUNT/arm compile error, reported by coadde (https://forums.grsecurity.net/viewtopic.php?f=3&t=4410)
14963 - fixed gcc-common.h for gcc 6, reported by psturm (https://forums.grsecurity.net/viewtopic.php?f=3&t=4394)
14964
14965 Merge branch 'linux-4.4.y' into pax-test
14966
14967commit ba5ee94199b11c1429559a08c2158677dd8f1761
14968Author: Brad Spengler <spender@grsecurity.net>
14969Date: Thu Mar 3 20:20:19 2016 -0500
14970
14971 Update size_overflow hash table
14972
14973 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 +
14974 1 file changed, 1 insertion(+)
14975
14976commit 50a5cd726362f0988b81a54d4c962acf8fd34a70
14977Merge: 335c04c 1cbae46
14978Author: Brad Spengler <spender@grsecurity.net>
14979Date: Thu Mar 3 20:04:00 2016 -0500
14980
14981 Merge branch 'pax-test' into grsec-test
14982
14983commit 1cbae46efa0b111ef2d46502f8d34c4c572a0e00
14984Merge: a51cdb8 c252409
14985Author: Brad Spengler <spender@grsecurity.net>
14986Date: Thu Mar 3 19:57:43 2016 -0500
14987
14988 Merge branch 'linux-4.4.y' into pax-test
14989
14990commit 335c04c8146a696a6101a9c69dbd47f11383549e
14991Merge: 897877e a51cdb8
14992Author: Brad Spengler <spender@grsecurity.net>
14993Date: Tue Mar 1 17:57:24 2016 -0500
14994
14995 Merge branch 'pax-test' into grsec-test
14996
14997commit a51cdb83569b450858737a30d2be043d87d7ddc1
14998Author: Brad Spengler <spender@grsecurity.net>
14999Date: Tue Mar 1 17:56:43 2016 -0500
15000
15001 Update to pax-linux-4.4.3-test6.patch:
15002 - spender fixed the cftype constification fallout, reported by quasar366 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4391)
15003 - fixed a few section mismatches on notifier_block variables
15004 - fixed a few REFCOUNT false positives found by Emese's plugin
15005 - constified hypervisor_x86
15006
15007 arch/x86/include/asm/hypervisor.h | 2 +-
15008 arch/x86/kernel/cpu/mshyperv.c | 2 +-
15009 arch/x86/kernel/cpu/vmware.c | 2 +-
15010 arch/x86/kernel/kvm.c | 2 +-
15011 drivers/lightnvm/rrpc.c | 4 ++--
15012 drivers/lightnvm/rrpc.h | 2 +-
15013 drivers/net/can/led.c | 2 +-
15014 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
15015 drivers/net/ethernet/rocker/rocker.c | 4 ++--
15016 drivers/net/ipvlan/ipvlan_main.c | 6 +++---
15017 drivers/net/vrf.c | 2 +-
15018 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 12 ++++++------
15019 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 2 +-
15020 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 ++++++------
15021 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
15022 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 2 +-
15023 drivers/staging/rtl8723au/include/usb_ops.h | 4 ++--
15024 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
15025 fs/proc/kcore.c | 2 +-
15026 mm/hugetlb_cgroup.c | 8 ++++----
15027 mm/mm_init.c | 2 +-
15028 mm/slub.c | 2 +-
15029 net/mac802154/iface.c | 2 +-
15030 23 files changed, 41 insertions(+), 41 deletions(-)
15031
15032commit 897877e79629a0b854e98cb666a9d898256d45a7
15033Merge: 1ffa5d5 4f4b213
15034Author: Brad Spengler <spender@grsecurity.net>
15035Date: Sun Feb 28 20:54:59 2016 -0500
15036
15037 Merge branch 'pax-test' into grsec-test
15038
15039commit 4f4b21342a4a4f87c01f7909406e6b5f4c9dadbf
15040Author: Brad Spengler <spender@grsecurity.net>
15041Date: Sun Feb 28 20:54:06 2016 -0500
15042
15043 Update to pax-linux-4.4.3-test5.patch:
15044 - constified xfrm_mgr and cftype, by Mathias Krause <minipli@ld-linux.so>
15045 - Emese fixed a few checkpatch reports on the gcc plugin generator headers
15046 - Emese fixed a false positive size overflow report in get_next_ino, reported by KARBOWSKI Piotr <piotr.karbowski@gmail.com>
15047 - added a generator for SIMPLE_IPA passes as well
15048
15049 include/linux/cgroup-defs.h | 2 +-
15050 include/linux/hugetlb.h | 2 +-
15051 include/linux/hugetlb_cgroup.h | 11 ++
15052 include/net/xfrm.h | 2 +-
15053 kernel/cgroup.c | 29 ++--
15054 mm/hugetlb.c | 55 ++++++-
15055 mm/hugetlb_cgroup.c | 60 ++-----
15056 mm/mmap.c | 38 ++---
15057 net/xfrm/xfrm_state.c | 4 +-
15058 tools/gcc/constify_plugin.c | 5 +-
15059 tools/gcc/gcc-common.h | 42 +++--
15060 tools/gcc/gcc-generate-gimple-pass.h | 27 ++--
15061 tools/gcc/gcc-generate-ipa-pass.h | 43 ++---
15062 tools/gcc/gcc-generate-rtl-pass.h | 27 ++--
15063 tools/gcc/gcc-generate-simple_ipa-pass.h | 173 +++++++++++++++++++++
15064 tools/gcc/size_overflow_plugin/.gitignore | 1 +
15065 .../disable_size_overflow_hash.data | 7 +-
15066 .../size_overflow_plugin/size_overflow_hash.data | 3 -
15067 18 files changed, 385 insertions(+), 146 deletions(-)
15068
15069commit 1ffa5d50a2161311d46b56fdef734f309503cb80
15070Author: Brad Spengler <spender@grsecurity.net>
15071Date: Sun Feb 28 20:43:02 2016 -0500
15072
15073 Make suid/sgid bruteforce prevention also apply to binaries with fscaps
15074 enabled
15075
15076 grsecurity/grsec_sig.c | 3 +--
15077 1 file changed, 1 insertion(+), 2 deletions(-)
15078
15079commit cfdb373a77c88d01c1539e605e28143af5981571
15080Author: Brad Spengler <spender@grsecurity.net>
15081Date: Sun Feb 28 19:12:39 2016 -0500
15082
15083 compile fix
15084
15085 grsecurity/gracl_segv.c | 2 +-
15086 grsecurity/grsec_sig.c | 2 +-
15087 2 files changed, 2 insertions(+), 2 deletions(-)
15088
15089commit 67d5160f8c1ee12ee4da1e7ad57f8688fcc77b53
15090Author: Brad Spengler <spender@grsecurity.net>
15091Date: Sun Feb 28 18:24:50 2016 -0500
15092
15093 Update the daemon check in handling of anti-bruteforcing of suid binaries
15094 by GRKERNSEC_BRUTE to prevent a bypass reported by Jann Horn where one
15095 could create unprivileged copies of the suid binary via ptrace, inject
15096 code into them, and fork+exec a privileged copy. A crash then in the
15097 privileged copy would trigger the daemon detection which could be avoided
15098 by simply terminating the original process. Defeat this by using our
15099 is_privileged_binary() function against the task's mm->binfmt->file to detect
15100 an fscaps-enabled or suid/sgid binary being involved.
15101
15102 Also update the RBAC RES_CRASH code to use is_privileged_binary().
15103
15104 grsecurity/gracl_segv.c | 15 +--------------
15105 grsecurity/grsec_sig.c | 3 ++-
15106 2 files changed, 3 insertions(+), 15 deletions(-)
15107
15108commit 7382ec22b0c9627c674ccbb00210276d26f219e3
15109Author: Brad Spengler <spender@grsecurity.net>
15110Date: Sun Feb 28 15:06:32 2016 -0500
15111
15112 Fix a GRKERNSEC_PTRACE_READEXEC bypass reported by Jann Horn where one
15113 could dump out an unreadable suid binary by creating a script that used
15114 that binary as an interpreter.
15115
15116 fs/exec.c | 14 +++++++++-----
15117 1 file changed, 9 insertions(+), 5 deletions(-)
15118
15119commit 3e60eddebe1c59b97c0b5432506bf8e13d84e8e6
15120Merge: 2d35d52 8327ee6
15121Author: Brad Spengler <spender@grsecurity.net>
15122Date: Thu Feb 25 18:44:11 2016 -0500
15123
15124 Merge branch 'pax-test' into grsec-test
15125
15126 Conflicts:
15127 fs/proc/base.c
15128 kernel/ptrace.c
15129 mm/process_vm_access.c
15130
15131commit 8327ee64e5e24ae6a3446dd96b95d5185f70e1f6
15132Merge: 09d53c7 2134d97
15133Author: Brad Spengler <spender@grsecurity.net>
15134Date: Thu Feb 25 18:36:46 2016 -0500
15135
15136 Merge branch 'linux-4.4.y' into pax-test
15137
15138 Conflicts:
15139 mm/mmap.c
15140
15141commit 2d35d5276f3feb0c053209f8c3a77b1f55f9d96b
15142Author: Brad Spengler <spender@grsecurity.net>
15143Date: Wed Feb 24 07:59:12 2016 -0500
15144
15145 Remove /proc/pid/map_files which we had previously prevented via
15146 an inverted dependency on checkpoint/restart, but clearly should have
15147 guarded independently as upstream in 4.3 enabled it regardless of checkpoint/
15148 restart support. It can be used since 4.3 as an ASLR leak under RBAC to
15149 processes of the same UID. Thanks to Mathias Krause for the report!
15150
15151 fs/proc/base.c | 2 ++
15152 1 file changed, 2 insertions(+)
15153
15154commit e4f1e517092222aa28179b20e14c0ddfb2796049
15155Author: Brad Spengler <spender@grsecurity.net>
15156Date: Thu Feb 18 19:32:39 2016 -0500
15157
15158 Update size_overflow hash table
15159
15160 .../size_overflow_plugin/size_overflow_hash.data | 158 +++++++++++++++++----
15161 1 file changed, 131 insertions(+), 27 deletions(-)
15162
15163commit d5f895ddfa903d0d70425b8c3d7ef649c7e6943b
15164Author: Brad Spengler <spender@grsecurity.net>
15165Date: Thu Feb 18 18:52:37 2016 -0500
15166
15167 Update size_overflow hash table
15168
15169 .../size_overflow_plugin/size_overflow_hash.data | 293 +++++++++++++++++----
15170 1 file changed, 237 insertions(+), 56 deletions(-)
15171
15172commit 9d198df724c306c36e254fe19d0957fb608c3fa2
15173Author: Brad Spengler <spender@grsecurity.net>
15174Date: Thu Feb 18 18:23:03 2016 -0500
15175
15176 compile fix
15177
15178 tools/gcc/randomize_layout_plugin.c | 2 +-
15179 1 file changed, 1 insertion(+), 1 deletion(-)
15180
15181commit 024d2af98b755712daff6ed7c49af921da4e8883
15182Author: Brad Spengler <spender@grsecurity.net>
15183Date: Thu Feb 18 18:19:47 2016 -0500
15184
15185 compile fix
15186
15187 tools/gcc/randomize_layout_plugin.c | 2 +-
15188 1 file changed, 1 insertion(+), 1 deletion(-)
15189
15190commit 14a7b3bb5c3d8c6ef70c3e0842a5adc7f0f3e2c8
15191Author: Brad Spengler <spender@grsecurity.net>
15192Date: Thu Feb 18 18:16:32 2016 -0500
15193
15194 compile fix
15195
15196 tools/gcc/randomize_layout_plugin.c | 9 +++++----
15197 1 file changed, 5 insertions(+), 4 deletions(-)
15198
15199commit 9b2d0ee62bc66858c274f256c0502cbcbd34b2bf
15200Author: Brad Spengler <spender@grsecurity.net>
15201Date: Thu Feb 18 17:54:51 2016 -0500
15202
15203 Compile fix
15204
15205 tools/gcc/randomize_layout_plugin.c | 2 +-
15206 1 file changed, 1 insertion(+), 1 deletion(-)
15207
15208commit 13823395101c4228ecded4b624583389ee13bfb3
15209Author: Brad Spengler <spender@grsecurity.net>
15210Date: Thu Feb 18 17:35:21 2016 -0500
15211
15212 compile fix
15213
15214 Makefile | 5 +----
15215 1 file changed, 1 insertion(+), 4 deletions(-)
15216
15217commit 0316a42a37e67b0bc8a545c7a8b63db2d25f1ab0
15218Merge: 45cbb7e 09d53c7
15219Author: Brad Spengler <spender@grsecurity.net>
15220Date: Thu Feb 18 16:40:51 2016 -0500
15221
15222 Merge branch 'pax-test' into grsec-test
15223
15224 Conflicts:
15225 Makefile
15226 include/linux/genl_magic_struct.h
15227 scripts/mod/modpost.c
15228 tools/gcc/size_overflow_plugin/size_overflow_hash.data
15229
15230commit 09d53c74140e87e886a28980cedbb7e771f2a356
15231Author: Brad Spengler <spender@grsecurity.net>
15232Date: Thu Feb 18 16:24:02 2016 -0500
15233
15234 Update to pax-linux-4.4.2-test4.patch:
15235 - 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>
15236 - moved gcc plugin related makefile bits into a separate file, by Emese
15237 - changed modpost to report writable function pointers separately
15238 - increased the size of mem_cgroup.numainfo_events to avoid a wraparound caught by REFCOUNT, reported by alexey vlasov
15239 - reduced the size of the compat syscall entry points on amd64
15240 - 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)
15241 - Emese regenerated the size overflow hash table for 4.4
15242 - all plugins now use the new pass generator headers
15243
15244 Makefile | 73 +-
15245 arch/x86/entry/entry_64.S | 2 +-
15246 arch/x86/entry/entry_64_compat.S | 48 +-
15247 fs/exec.c | 3 +
15248 include/linux/genl_magic_struct.h | 4 +-
15249 include/linux/memcontrol.h | 2 +-
15250 ipc/shm.c | 2 +-
15251 mm/memcontrol.c | 6 +-
15252 scripts/Makefile.extrawarn | 4 +
15253 scripts/Makefile.gcc-plugins | 69 +
15254 scripts/mod/modpost.c | 15 +-
15255 tools/gcc/checker_plugin.c | 71 +-
15256 tools/gcc/colorize_plugin.c | 65 +-
15257 tools/gcc/constify_plugin.c | 65 +-
15258 tools/gcc/gcc-generate-gimple-pass.h | 172 +
15259 tools/gcc/gcc-generate-ipa-pass.h | 286 +
15260 tools/gcc/gcc-generate-rtl-pass.h | 172 +
15261 tools/gcc/initify_plugin.c | 74 +-
15262 tools/gcc/kallocstat_plugin.c | 65 +-
15263 tools/gcc/kernexec_plugin.c | 184 +-
15264 tools/gcc/latent_entropy_plugin.c | 71 +-
15265 tools/gcc/randomize_layout_seed.h | 1 -
15266 .../disable_size_overflow_hash.h | 152601 ------------------
15267 .../insert_size_overflow_asm.c | 71 +-
15268 .../size_overflow_plugin/intentional_overflow.c | 6 +-
15269 tools/gcc/size_overflow_plugin/size_overflow.h | 20 +-
15270 .../size_overflow_plugin/size_overflow_hash.data | 2898 +-
15271 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 94 +-
15272 .../size_overflow_plugin/size_overflow_plugin.c | 14 +-
15273 .../size_overflow_plugin/size_overflow_transform.c | 2 +-
15274 .../size_overflow_transform_core.c | 2 +-
15275 tools/gcc/stackleak_plugin.c | 132 +-
15276 tools/gcc/structleak_plugin.c | 67 +-
15277 33 files changed, 2238 insertions(+), 155123 deletions(-)
15278
15279commit 45cbb7e015a18625dafb019246e13e8cf3a18ace
15280Merge: 3b5448b 0c85110
15281Author: Brad Spengler <spender@grsecurity.net>
15282Date: Wed Feb 17 19:11:25 2016 -0500
15283
15284 Merge branch 'pax-test' into grsec-test
15285
15286commit 0c851109f683896aaff8a310bbfa943272b47516
15287Merge: 6cb4f49 1cb8570
15288Author: Brad Spengler <spender@grsecurity.net>
15289Date: Wed Feb 17 19:11:21 2016 -0500
15290
15291 Merge branch 'linux-4.4.y' into pax-test
15292
15293commit 3b5448bd1d85025d19b2587902e4264eb212a0a3
15294Author: Brad Spengler <spender@grsecurity.net>
15295Date: Mon Feb 15 18:02:40 2016 -0500
15296
15297 Fix a drbd bug reported by iamb on the forums:
15298 https://forums.grsecurity.net/viewtopic.php?f=3&t=4366#p16032
15299 which caused a size_overflow report
15300
15301 include/linux/genl_magic_struct.h | 4 ++--
15302 1 file changed, 2 insertions(+), 2 deletions(-)
15303
15304commit 061fcd0e74441189a87bfe13b55fb02b98f7d7c0
15305Author: Brad Spengler <spender@grsecurity.net>
15306Date: Mon Feb 15 13:20:38 2016 -0500
15307
15308 compile fix
15309
15310 drivers/staging/wilc1000/host_interface.h | 1 +
15311 1 file changed, 1 insertion(+)
15312
15313commit 675f2dcbdd4ea3293eea9c42f0cc427b1c903fc8
15314Author: Brad Spengler <spender@grsecurity.net>
15315Date: Mon Feb 15 12:54:52 2016 -0500
15316
15317 Update size_overflow hash table
15318
15319 .../size_overflow_plugin/size_overflow_hash.data | 21 +++++++++++++++++----
15320 1 file changed, 17 insertions(+), 4 deletions(-)
15321
15322commit c8c50394f0c9f2e9baaeb884a29be2057cadbf7b
15323Author: Brad Spengler <spender@grsecurity.net>
15324Date: Mon Feb 15 12:53:54 2016 -0500
15325
15326 compile fix
15327
15328 drivers/staging/wilc1000/wilc_spi.c | 1 -
15329 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
15330 2 files changed, 1 insertion(+), 2 deletions(-)
15331
15332commit a9dd4481db099082967585be8e153899e5fd24c7
15333Author: Brad Spengler <spender@grsecurity.net>
15334Date: Mon Feb 15 12:52:32 2016 -0500
15335
15336 compile fix
15337
15338 fs/proc/fd.c | 2 --
15339 1 file changed, 2 deletions(-)
15340
15341commit 5acb4fa0063460807096429f073181d1c5a3e566
15342Author: Brad Spengler <spender@grsecurity.net>
15343Date: Mon Feb 15 12:32:13 2016 -0500
15344
15345 Update size_overflow hash table
15346
15347 .../size_overflow_plugin/size_overflow_hash.data | 224 +++++++++++++++++----
15348 1 file changed, 182 insertions(+), 42 deletions(-)
15349
15350commit c0bac9ff9af7ef753740622b5736684a32b49a9f
15351Author: Brad Spengler <spender@grsecurity.net>
15352Date: Mon Feb 15 12:31:16 2016 -0500
15353
15354 compile fix
15355
15356 drivers/staging/wilc1000/wilc_spi.c | 1 +
15357 1 file changed, 1 insertion(+)
15358
15359commit 2f89ebdee131f6a6c85e611e5b993d4b19bc2673
15360Author: Brad Spengler <spender@grsecurity.net>
15361Date: Mon Feb 15 12:28:36 2016 -0500
15362
15363 RANDSTRUCT compile fix
15364
15365 drivers/staging/wilc1000/wilc_spi.c | 32 ++++++++++++++++----------------
15366 1 file changed, 16 insertions(+), 16 deletions(-)
15367
15368commit 693be5d7f5b783f451499bbe83162aeb0f27a09f
15369Author: Brad Spengler <spender@grsecurity.net>
15370Date: Mon Feb 15 12:24:49 2016 -0500
15371
15372 RANDSTRUCT compile fix
15373
15374 drivers/staging/wilc1000/wilc_sdio.c | 34 +++++++++++++++++-----------------
15375 1 file changed, 17 insertions(+), 17 deletions(-)
15376
15377commit bdf3dcd665c1a8ef9b69ad6525760c5160ec19a2
15378Author: Hariprasad S <hariprasad@chelsio.com>
15379Date: Fri Dec 11 13:59:17 2015 +0530
15380
15381 iw_cxgb3: Fix incorrectly returning error on success
15382
15383 The cxgb3_*_send() functions return NET_XMIT_ values, which are
15384 positive integers values. So don't treat positive return values
15385 as an error.
15386
15387 Signed-off-by: Steve Wise <swise@opengridcomputing.com>
15388 Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
15389 Signed-off-by: Doug Ledford <dledford@redhat.com>
15390
15391 drivers/infiniband/hw/cxgb3/iwch_cm.c | 4 ++--
15392 1 file changed, 2 insertions(+), 2 deletions(-)
15393
15394commit 8705fe372dc21046ca3fc55381b70cffb4c60207
15395Author: Daniel Borkmann <daniel@iogearbox.net>
15396Date: Wed Feb 10 16:47:11 2016 +0100
15397
15398 bpf: fix branch offset adjustment on backjumps after patching ctx expansion
15399
15400 When ctx access is used, the kernel often needs to expand/rewrite
15401 instructions, so after that patching, branch offsets have to be
15402 adjusted for both forward and backward jumps in the new eBPF program,
15403 but for backward jumps it fails to account the delta. Meaning, for
15404 example, if the expansion happens exactly on the insn that sits at
15405 the jump target, it doesn't fix up the back jump offset.
15406
15407 Analysis on what the check in adjust_branches() is currently doing:
15408
15409 /* adjust offset of jmps if necessary */
15410 if (i < pos && i + insn->off + 1 > pos)
15411 insn->off += delta;
15412 else if (i > pos && i + insn->off + 1 < pos)
15413 insn->off -= delta;
15414
15415 First condition (forward jumps):
15416
15417 Before: After:
15418
15419 insns[0] insns[0]
15420 insns[1] <--- i/insn insns[1] <--- i/insn
15421 insns[2] <--- pos insns[P] <--- pos
15422 insns[3] insns[P] `------| delta
15423 insns[4] <--- target_X insns[P] `-----|
15424 insns[5] insns[3]
15425 insns[4] <--- target_X
15426 insns[5]
15427
15428 First case is if we cross pos-boundary and the jump instruction was
15429 before pos. This is handeled correctly. I.e. if i == pos, then this
15430 would mean our jump that we currently check was the patchlet itself
15431 that we just injected. Since such patchlets are self-contained and
15432 have no awareness of any insns before or after the patched one, the
15433 delta is correctly not adjusted. Also, for the second condition in
15434 case of i + insn->off + 1 == pos, means we jump to that newly patched
15435 instruction, so no offset adjustment are needed. That part is correct.
15436
15437 Second condition (backward jumps):
15438
15439 Before: After:
15440
15441 insns[0] insns[0]
15442 insns[1] <--- target_X insns[1] <--- target_X
15443 insns[2] <--- pos <-- target_Y insns[P] <--- pos <-- target_Y
15444 insns[3] insns[P] `------| delta
15445 insns[4] <--- i/insn insns[P] `-----|
15446 insns[5] insns[3]
15447 insns[4] <--- i/insn
15448 insns[5]
15449
15450 Second interesting case is where we cross pos-boundary and the jump
15451 instruction was after pos. Backward jump with i == pos would be
15452 impossible and pose a bug somewhere in the patchlet, so the first
15453 condition checking i > pos is okay only by itself. However, i +
15454 insn->off + 1 < pos does not always work as intended to trigger the
15455 adjustment. It works when jump targets would be far off where the
15456 delta wouldn't matter. But, for example, where the fixed insn->off
15457 before pointed to pos (target_Y), it now points to pos + delta, so
15458 that additional room needs to be taken into account for the check.
15459 This means that i) both tests here need to be adjusted into pos + delta,
15460 and ii) for the second condition, the test needs to be <= as pos
15461 itself can be a target in the backjump, too.
15462
15463 Fixes: 9bac3d6d548e ("bpf: allow extended BPF programs access skb fields")
15464 Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
15465 Signed-off-by: David S. Miller <davem@davemloft.net>
15466
15467 kernel/bpf/verifier.c | 2 +-
15468 1 file changed, 1 insertion(+), 1 deletion(-)
15469
15470commit 61b513b644116e77313addf65970db58f4981608
15471Author: Ryan Ware <ware@linux.intel.com>
15472Date: Thu Feb 11 15:58:44 2016 -0800
15473
15474 EVM: Use crypto_memneq() for digest comparisons
15475
15476 This patch fixes vulnerability CVE-2016-2085. The problem exists
15477 because the vm_verify_hmac() function includes a use of memcmp().
15478 Unfortunately, this allows timing side channel attacks; specifically
15479 a MAC forgery complexity drop from 2^128 to 2^12. This patch changes
15480 the memcmp() to the cryptographically safe crypto_memneq().
15481
15482 Reported-by: Xiaofei Rex Guo <xiaofei.rex.guo@intel.com>
15483 Signed-off-by: Ryan Ware <ware@linux.intel.com>
15484 Cc: stable@vger.kernel.org
15485 Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
15486 Signed-off-by: James Morris <james.l.morris@oracle.com>
15487
15488 security/integrity/evm/evm_main.c | 3 ++-
15489 1 file changed, 2 insertions(+), 1 deletion(-)
15490
15491commit 970b961e7d0684624f9c69f0b4367d5c76b65a63
15492Author: Michael McConville <mmcco@mykolab.com>
15493Date: Fri Feb 5 20:46:25 2016 -0500
15494
15495 dscc4: Undefined signed int shift
15496
15497 My analysis in the below mail applies, although the second part is
15498 unnecessary because i isn't used in arithmetic operations here:
15499
15500 https://marc.info/?l=openbsd-tech&m=145377854103866&w=2
15501
15502 Thanks for your time.
15503
15504 Signed-off-by: Michael McConville <mmcco@mykolab.com>
15505 Acked-by: Francois Romieu <romieu@fr.zoreil.com>
15506 Signed-off-by: David S. Miller <davem@davemloft.net>
15507
15508 drivers/net/wan/dscc4.c | 2 +-
15509 1 file changed, 1 insertion(+), 1 deletion(-)
15510
15511commit d843df24b6680b600e87ebfea3b7b198b90b5a2a
15512Author: Andrey Konovalov <andreyknvl@gmail.com>
15513Date: Sat Feb 13 11:08:06 2016 +0300
15514
15515 ALSA: usb-audio: avoid freeing umidi object twice
15516
15517 The 'umidi' object will be free'd on the error path by snd_usbmidi_free()
15518 when tearing down the rawmidi interface. So we shouldn't try to free it
15519 in snd_usbmidi_create() after having registered the rawmidi interface.
15520
15521 Found by KASAN.
15522
15523 Signed-off-by: Andrey Konovalov <andreyknvl@gmail.com>
15524 Acked-by: Clemens Ladisch <clemens@ladisch.de>
15525 Cc: <stable@vger.kernel.org>
15526 Signed-off-by: Takashi Iwai <tiwai@suse.de>
15527
15528 sound/usb/midi.c | 1 -
15529 1 file changed, 1 deletion(-)
15530
15531commit ed3a8ab1976674d56e258da93639e61f1446e703
15532Author: zengtao <prime.zeng@huawei.com>
15533Date: Tue Feb 2 11:38:34 2016 +0800
15534
15535 cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()
15536
15537 The datatype __kernel_time_t is u32 on 32bit platform, so its subject to
15538 overflows in the timeval/timespec to cputime conversion.
15539
15540 Currently the following functions are affected:
15541 1. setitimer()
15542 2. timer_create/timer_settime()
15543 3. sys_clock_nanosleep
15544
15545 This can happen on MIPS32 and ARM32 with "Full dynticks CPU time accounting"
15546 enabled, which is required for CONFIG_NO_HZ_FULL.
15547
15548 Enforce u64 conversion to prevent the overflow.
15549
15550 Fixes: 31c1fc818715 ("ARM: Kconfig: allow full nohz CPU accounting")
15551 Signed-off-by: zengtao <prime.zeng@huawei.com>
15552 Reviewed-by: Arnd Bergmann <arnd@arndb.de>
15553 Cc: <fweisbec@gmail.com>
15554 Cc: stable@vger.kernel.org
15555 Link: http://lkml.kernel.org/r/1454384314-154784-1-git-send-email-prime.zeng@huawei.com
15556 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
15557
15558 include/asm-generic/cputime_nsecs.h | 5 +++--
15559 1 file changed, 3 insertions(+), 2 deletions(-)
15560
15561commit bf8a2de485da37d73850e7cfa31967b7798b6ce0
15562Author: Brad Spengler <spender@grsecurity.net>
15563Date: Mon Feb 15 11:55:18 2016 -0500
15564
15565 Fix building with allnoconfig, don't make our added DATA_TO_TEXT mismatch warnings
15566 count as actual mismatches
15567
15568 scripts/mod/modpost.c | 3 ++-
15569 1 file changed, 2 insertions(+), 1 deletion(-)
15570
15571commit c9d82b6d0f1a2484fea0a516989dbdc6c55e5693
15572Author: Brad Spengler <spender@grsecurity.net>
15573Date: Mon Feb 15 11:44:36 2016 -0500
15574
15575 Compile fix
15576
15577 tools/gcc/randomize_layout_seed.h | 1 -
15578 1 file changed, 1 deletion(-)
15579
15580commit fb68cbb98732e6801e8fc8d1da1f1195e51ff077
15581Author: Brad Spengler <spender@grsecurity.net>
15582Date: Mon Feb 15 11:27:32 2016 -0500
15583
15584 disable USELIB
15585
15586 init/Kconfig | 3 ++-
15587 1 file changed, 2 insertions(+), 1 deletion(-)
15588
15589commit cbda9a44b7f92161eb1e444bf7fe2bbcbedaae65
15590Author: Brad Spengler <spender@grsecurity.net>
15591Date: Mon Feb 15 11:23:56 2016 -0500
15592
15593 compile fix
15594
15595 fs/proc/fd.c | 2 +-
15596 1 file changed, 1 insertion(+), 1 deletion(-)
15597
15598commit 5cf0a2e87ab7105d1ba01f55f7636fa2e1fa4bb4
15599Author: Brad Spengler <spender@grsecurity.net>
15600Date: Mon Feb 15 11:19:26 2016 -0500
15601
15602 Initial import of grsecurity for Linux 4.4.1
15603
15604 Documentation/dontdiff | 2 +
15605 Documentation/kernel-parameters.txt | 11 +
15606 Documentation/sysctl/fs.txt | 23 +
15607 Documentation/sysctl/kernel.txt | 15 +
15608 Makefile | 18 +-
15609 arch/alpha/include/asm/cache.h | 4 +-
15610 arch/alpha/kernel/osf_sys.c | 12 +-
15611 arch/arc/Kconfig | 1 +
15612 arch/arm/Kconfig | 1 +
15613 arch/arm/Kconfig.debug | 1 +
15614 arch/arm/include/asm/thread_info.h | 7 +-
15615 arch/arm/kernel/entry-common.S | 8 +-
15616 arch/arm/kernel/process.c | 4 +-
15617 arch/arm/kernel/ptrace.c | 9 +
15618 arch/arm/kernel/traps.c | 7 +-
15619 arch/arm/mm/Kconfig | 4 +-
15620 arch/arm/mm/fault.c | 40 +-
15621 arch/arm/mm/mmap.c | 8 +-
15622 arch/arm/net/bpf_jit_32.c | 51 +-
15623 arch/arm64/Kconfig.debug | 1 +
15624 arch/avr32/include/asm/cache.h | 4 +-
15625 arch/blackfin/Kconfig.debug | 1 +
15626 arch/blackfin/include/asm/cache.h | 3 +-
15627 arch/cris/include/arch-v10/arch/cache.h | 3 +-
15628 arch/cris/include/arch-v32/arch/cache.h | 3 +-
15629 arch/frv/include/asm/cache.h | 3 +-
15630 arch/frv/mm/elf-fdpic.c | 4 +-
15631 arch/hexagon/include/asm/cache.h | 6 +-
15632 arch/ia64/Kconfig | 1 +
15633 arch/ia64/include/asm/cache.h | 3 +-
15634 arch/ia64/kernel/sys_ia64.c | 2 +
15635 arch/ia64/mm/hugetlbpage.c | 2 +
15636 arch/m32r/include/asm/cache.h | 4 +-
15637 arch/m68k/include/asm/cache.h | 4 +-
15638 arch/metag/mm/hugetlbpage.c | 1 +
15639 arch/microblaze/include/asm/cache.h | 3 +-
15640 arch/mips/Kconfig | 1 +
15641 arch/mips/include/asm/cache.h | 3 +-
15642 arch/mips/include/asm/thread_info.h | 11 +-
15643 arch/mips/kernel/irq.c | 3 +
15644 arch/mips/kernel/ptrace.c | 9 +
15645 arch/mips/mm/mmap.c | 4 +-
15646 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
15647 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
15648 arch/openrisc/include/asm/cache.h | 4 +-
15649 arch/parisc/include/asm/cache.h | 3 +
15650 arch/parisc/kernel/sys_parisc.c | 4 +
15651 arch/powerpc/Kconfig | 1 +
15652 arch/powerpc/include/asm/cache.h | 4 +-
15653 arch/powerpc/include/asm/thread_info.h | 5 +-
15654 arch/powerpc/kernel/Makefile | 2 +
15655 arch/powerpc/kernel/irq.c | 3 +
15656 arch/powerpc/kernel/process.c | 10 +-
15657 arch/powerpc/kernel/ptrace.c | 14 +
15658 arch/powerpc/kernel/traps.c | 5 +
15659 arch/powerpc/mm/slice.c | 2 +-
15660 arch/s390/Kconfig.debug | 1 +
15661 arch/s390/include/asm/cache.h | 4 +-
15662 arch/score/include/asm/cache.h | 4 +-
15663 arch/sh/include/asm/cache.h | 3 +-
15664 arch/sh/mm/mmap.c | 6 +-
15665 arch/sparc/include/asm/cache.h | 4 +-
15666 arch/sparc/include/asm/pgalloc_64.h | 1 +
15667 arch/sparc/include/asm/thread_info_64.h | 8 +-
15668 arch/sparc/kernel/process_32.c | 6 +-
15669 arch/sparc/kernel/process_64.c | 8 +-
15670 arch/sparc/kernel/ptrace_64.c | 14 +
15671 arch/sparc/kernel/sys_sparc_64.c | 8 +-
15672 arch/sparc/kernel/syscalls.S | 8 +-
15673 arch/sparc/kernel/traps_32.c | 8 +-
15674 arch/sparc/kernel/traps_64.c | 28 +-
15675 arch/sparc/kernel/unaligned_64.c | 2 +-
15676 arch/sparc/mm/fault_64.c | 2 +-
15677 arch/sparc/mm/hugetlbpage.c | 15 +-
15678 arch/tile/Kconfig | 1 +
15679 arch/tile/include/asm/cache.h | 3 +-
15680 arch/tile/mm/hugetlbpage.c | 2 +
15681 arch/um/include/asm/cache.h | 3 +-
15682 arch/unicore32/include/asm/cache.h | 6 +-
15683 arch/x86/Kconfig | 21 +
15684 arch/x86/Kconfig.debug | 2 +
15685 arch/x86/entry/common.c | 14 +
15686 arch/x86/entry/entry_32.S | 2 +-
15687 arch/x86/entry/entry_64.S | 2 +-
15688 arch/x86/ia32/ia32_aout.c | 2 +
15689 arch/x86/include/asm/floppy.h | 20 +-
15690 arch/x86/include/asm/fpu/types.h | 69 +-
15691 arch/x86/include/asm/io.h | 2 +-
15692 arch/x86/include/asm/page.h | 12 +-
15693 arch/x86/include/asm/paravirt_types.h | 23 +-
15694 arch/x86/include/asm/pgtable_types.h | 6 +-
15695 arch/x86/include/asm/processor.h | 12 +-
15696 arch/x86/include/asm/thread_info.h | 6 +-
15697 arch/x86/include/asm/uaccess.h | 2 +-
15698 arch/x86/kernel/dumpstack.c | 10 +-
15699 arch/x86/kernel/dumpstack_32.c | 2 +-
15700 arch/x86/kernel/dumpstack_64.c | 2 +-
15701 arch/x86/kernel/ioport.c | 13 +
15702 arch/x86/kernel/irq_32.c | 3 +
15703 arch/x86/kernel/irq_64.c | 4 +
15704 arch/x86/kernel/ldt.c | 18 +
15705 arch/x86/kernel/msr.c | 10 +
15706 arch/x86/kernel/ptrace.c | 14 +
15707 arch/x86/kernel/signal.c | 9 +-
15708 arch/x86/kernel/sys_i386_32.c | 9 +-
15709 arch/x86/kernel/sys_x86_64.c | 8 +-
15710 arch/x86/kernel/traps.c | 5 +
15711 arch/x86/kernel/verify_cpu.S | 1 +
15712 arch/x86/kernel/vm86_32.c | 15 +
15713 arch/x86/mm/fault.c | 12 +-
15714 arch/x86/mm/hugetlbpage.c | 15 +-
15715 arch/x86/mm/init.c | 66 +-
15716 arch/x86/mm/init_32.c | 6 +-
15717 arch/x86/mm/pageattr.c | 4 +-
15718 arch/x86/net/bpf_jit_comp.c | 4 +
15719 arch/x86/platform/efi/efi_64.c | 2 +-
15720 arch/x86/xen/Kconfig | 1 +
15721 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
15722 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
15723 crypto/scatterwalk.c | 10 +-
15724 drivers/acpi/acpica/hwxfsleep.c | 11 +-
15725 drivers/acpi/custom_method.c | 4 +
15726 drivers/block/cciss.h | 30 +-
15727 drivers/block/smart1,2.h | 40 +-
15728 drivers/cdrom/cdrom.c | 2 +-
15729 drivers/char/Kconfig | 4 +-
15730 drivers/char/genrtc.c | 1 +
15731 drivers/char/mem.c | 17 +
15732 drivers/char/random.c | 5 +-
15733 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
15734 drivers/firewire/ohci.c | 4 +
15735 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
15736 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
15737 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
15738 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
15739 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
15740 drivers/hid/hid-wiimote-debug.c | 2 +-
15741 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
15742 drivers/iommu/Kconfig | 1 +
15743 drivers/iommu/amd_iommu.c | 14 +-
15744 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
15745 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
15746 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
15747 drivers/isdn/i4l/isdn_concap.c | 6 +-
15748 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
15749 drivers/md/bcache/Kconfig | 1 +
15750 drivers/md/raid5.c | 8 +
15751 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
15752 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
15753 drivers/media/radio/radio-cadet.c | 5 +-
15754 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
15755 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
15756 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
15757 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
15758 drivers/message/fusion/mptbase.c | 9 +
15759 drivers/misc/sgi-xp/xp_main.c | 12 +-
15760 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
15761 drivers/net/ppp/pptp.c | 34 +-
15762 drivers/net/wan/lmc/lmc_media.c | 97 +-
15763 drivers/net/wan/z85230.c | 24 +-
15764 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
15765 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
15766 drivers/pci/proc.c | 9 +
15767 drivers/platform/x86/asus-wmi.c | 12 +
15768 drivers/rtc/rtc-dev.c | 3 +
15769 drivers/scsi/bfa/bfa_fcs.c | 19 +-
15770 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
15771 drivers/scsi/bfa/bfa_modules.h | 12 +-
15772 drivers/scsi/hpsa.h | 40 +-
15773 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
15774 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
15775 drivers/tty/serial/uartlite.c | 4 +-
15776 drivers/tty/sysrq.c | 2 +-
15777 drivers/tty/tty_io.c | 4 +
15778 drivers/tty/vt/keyboard.c | 22 +-
15779 drivers/uio/uio.c | 6 +-
15780 drivers/usb/core/hub.c | 5 +
15781 drivers/usb/gadget/function/f_uac1.c | 1 +
15782 drivers/usb/gadget/function/u_uac1.c | 1 +
15783 drivers/usb/host/hwa-hc.c | 9 +-
15784 drivers/usb/usbip/vhci_sysfs.c | 2 +-
15785 drivers/video/fbdev/arcfb.c | 2 +-
15786 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
15787 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
15788 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
15789 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
15790 drivers/xen/xenfs/xenstored.c | 5 +
15791 firmware/Makefile | 2 +
15792 firmware/WHENCE | 20 +-
15793 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
15794 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
15795 fs/attr.c | 4 +
15796 fs/autofs4/waitq.c | 9 +
15797 fs/binfmt_aout.c | 7 +
15798 fs/binfmt_elf.c | 40 +-
15799 fs/compat.c | 20 +-
15800 fs/compat_ioctl.c | 253 +-
15801 fs/coredump.c | 17 +-
15802 fs/dcache.c | 3 +
15803 fs/debugfs/inode.c | 11 +-
15804 fs/exec.c | 231 +-
15805 fs/ext2/balloc.c | 4 +-
15806 fs/ext2/super.c | 8 +-
15807 fs/ext4/balloc.c | 4 +-
15808 fs/ext4/extents.c | 2 +-
15809 fs/fcntl.c | 4 +
15810 fs/fhandle.c | 3 +-
15811 fs/file.c | 4 +
15812 fs/filesystems.c | 4 +
15813 fs/fs_struct.c | 20 +-
15814 fs/hugetlbfs/inode.c | 24 +-
15815 fs/inode.c | 8 +-
15816 fs/internal.h | 7 +
15817 fs/ioctl.c | 4 +-
15818 fs/kernfs/dir.c | 6 +
15819 fs/mount.h | 4 +-
15820 fs/namei.c | 283 +-
15821 fs/namespace.c | 24 +
15822 fs/nfsd/nfscache.c | 2 +-
15823 fs/open.c | 38 +
15824 fs/overlayfs/inode.c | 3 +
15825 fs/overlayfs/super.c | 6 +-
15826 fs/pipe.c | 49 +-
15827 fs/posix_acl.c | 15 +-
15828 fs/proc/Kconfig | 10 +-
15829 fs/proc/array.c | 69 +-
15830 fs/proc/base.c | 186 +-
15831 fs/proc/cmdline.c | 4 +
15832 fs/proc/devices.c | 4 +
15833 fs/proc/fd.c | 12 +-
15834 fs/proc/generic.c | 64 +
15835 fs/proc/inode.c | 17 +
15836 fs/proc/internal.h | 11 +-
15837 fs/proc/interrupts.c | 4 +
15838 fs/proc/kcore.c | 3 +
15839 fs/proc/namespaces.c | 4 +-
15840 fs/proc/proc_net.c | 31 +
15841 fs/proc/proc_sysctl.c | 52 +-
15842 fs/proc/root.c | 8 +
15843 fs/proc/stat.c | 69 +-
15844 fs/proc/task_mmu.c | 66 +-
15845 fs/readdir.c | 19 +
15846 fs/reiserfs/item_ops.c | 24 +-
15847 fs/reiserfs/super.c | 4 +
15848 fs/select.c | 2 +
15849 fs/seq_file.c | 30 +-
15850 fs/stat.c | 20 +-
15851 fs/sysfs/dir.c | 30 +-
15852 fs/utimes.c | 7 +
15853 fs/xattr.c | 26 +-
15854 grsecurity/Kconfig | 1203 ++++
15855 grsecurity/Makefile | 54 +
15856 grsecurity/gracl.c | 2757 +++++++++
15857 grsecurity/gracl_alloc.c | 105 +
15858 grsecurity/gracl_cap.c | 127 +
15859 grsecurity/gracl_compat.c | 269 +
15860 grsecurity/gracl_fs.c | 448 ++
15861 grsecurity/gracl_ip.c | 386 ++
15862 grsecurity/gracl_learn.c | 207 +
15863 grsecurity/gracl_policy.c | 1786 ++++++
15864 grsecurity/gracl_res.c | 68 +
15865 grsecurity/gracl_segv.c | 304 +
15866 grsecurity/gracl_shm.c | 40 +
15867 grsecurity/grsec_chdir.c | 19 +
15868 grsecurity/grsec_chroot.c | 467 ++
15869 grsecurity/grsec_disabled.c | 445 ++
15870 grsecurity/grsec_exec.c | 189 +
15871 grsecurity/grsec_fifo.c | 26 +
15872 grsecurity/grsec_fork.c | 23 +
15873 grsecurity/grsec_init.c | 294 +
15874 grsecurity/grsec_ipc.c | 48 +
15875 grsecurity/grsec_link.c | 65 +
15876 grsecurity/grsec_log.c | 340 +
15877 grsecurity/grsec_mem.c | 48 +
15878 grsecurity/grsec_mount.c | 65 +
15879 grsecurity/grsec_pax.c | 47 +
15880 grsecurity/grsec_proc.c | 20 +
15881 grsecurity/grsec_ptrace.c | 30 +
15882 grsecurity/grsec_sig.c | 245 +
15883 grsecurity/grsec_sock.c | 244 +
15884 grsecurity/grsec_sysctl.c | 497 ++
15885 grsecurity/grsec_time.c | 16 +
15886 grsecurity/grsec_tpe.c | 78 +
15887 grsecurity/grsec_tty.c | 18 +
15888 grsecurity/grsec_usb.c | 15 +
15889 grsecurity/grsum.c | 54 +
15890 include/linux/binfmts.h | 5 +-
15891 include/linux/capability.h | 13 +
15892 include/linux/compiler-gcc.h | 5 +
15893 include/linux/compiler.h | 8 +
15894 include/linux/cred.h | 8 +-
15895 include/linux/dcache.h | 5 +-
15896 include/linux/fs.h | 26 +-
15897 include/linux/fs_struct.h | 2 +-
15898 include/linux/fsnotify.h | 6 +
15899 include/linux/gracl.h | 342 ++
15900 include/linux/gracl_compat.h | 156 +
15901 include/linux/gralloc.h | 9 +
15902 include/linux/grdefs.h | 140 +
15903 include/linux/grinternal.h | 231 +
15904 include/linux/grmsg.h | 119 +
15905 include/linux/grsecurity.h | 258 +
15906 include/linux/grsock.h | 19 +
15907 include/linux/ipc.h | 2 +-
15908 include/linux/ipc_namespace.h | 2 +-
15909 include/linux/kallsyms.h | 18 +-
15910 include/linux/key-type.h | 4 +-
15911 include/linux/kmod.h | 5 +
15912 include/linux/kobject.h | 2 +-
15913 include/linux/lsm_hooks.h | 4 +-
15914 include/linux/mm.h | 12 +
15915 include/linux/mm_types.h | 4 +-
15916 include/linux/module.h | 5 +-
15917 include/linux/mount.h | 2 +-
15918 include/linux/msg.h | 2 +-
15919 include/linux/netfilter/xt_gradm.h | 9 +
15920 include/linux/path.h | 4 +-
15921 include/linux/perf_event.h | 13 +-
15922 include/linux/pid_namespace.h | 2 +-
15923 include/linux/pipe_fs_i.h | 4 +
15924 include/linux/poison.h | 2 +-
15925 include/linux/printk.h | 2 +-
15926 include/linux/proc_fs.h | 22 +-
15927 include/linux/proc_ns.h | 2 +-
15928 include/linux/ptrace.h | 24 +-
15929 include/linux/radix-tree.h | 22 +-
15930 include/linux/random.h | 2 +-
15931 include/linux/rbtree_augmented.h | 4 +-
15932 include/linux/scatterlist.h | 12 +-
15933 include/linux/sched.h | 115 +-
15934 include/linux/security.h | 1 +
15935 include/linux/sem.h | 2 +-
15936 include/linux/seq_file.h | 5 +
15937 include/linux/shm.h | 6 +-
15938 include/linux/shmem_fs.h | 5 +-
15939 include/linux/skbuff.h | 3 +
15940 include/linux/slab.h | 9 -
15941 include/linux/sysctl.h | 8 +-
15942 include/linux/thread_info.h | 6 +-
15943 include/linux/tty.h | 2 +-
15944 include/linux/tty_driver.h | 4 +-
15945 include/linux/uidgid.h | 5 +
15946 include/linux/user_namespace.h | 2 +-
15947 include/linux/utsname.h | 2 +-
15948 include/linux/vermagic.h | 16 +-
15949 include/linux/vmalloc.h | 8 +
15950 include/net/af_unix.h | 6 +-
15951 include/net/ip.h | 2 +-
15952 include/net/neighbour.h | 2 +-
15953 include/net/net_namespace.h | 2 +-
15954 include/net/netfilter/nf_conntrack_core.h | 8 +-
15955 include/net/scm.h | 1 +
15956 include/net/sock.h | 2 +-
15957 include/trace/events/fs.h | 53 +
15958 include/uapi/linux/personality.h | 1 +
15959 init/Kconfig | 2 +
15960 init/main.c | 46 +-
15961 ipc/mqueue.c | 1 +
15962 ipc/msg.c | 3 +-
15963 ipc/msgutil.c | 4 +-
15964 ipc/sem.c | 3 +-
15965 ipc/shm.c | 26 +-
15966 ipc/util.c | 6 +
15967 kernel/auditsc.c | 2 +-
15968 kernel/bpf/syscall.c | 10 +-
15969 kernel/capability.c | 41 +-
15970 kernel/cgroup.c | 5 +-
15971 kernel/compat.c | 1 +
15972 kernel/configs.c | 11 +
15973 kernel/cred.c | 112 +-
15974 kernel/events/core.c | 16 +-
15975 kernel/exit.c | 10 +-
15976 kernel/fork.c | 86 +-
15977 kernel/futex.c | 6 +-
15978 kernel/futex_compat.c | 2 +-
15979 kernel/kallsyms.c | 9 +
15980 kernel/kcmp.c | 8 +-
15981 kernel/kexec_core.c | 2 +-
15982 kernel/kmod.c | 96 +-
15983 kernel/kprobes.c | 9 +-
15984 kernel/ksysfs.c | 2 +
15985 kernel/locking/lockdep_proc.c | 10 +-
15986 kernel/module.c | 108 +-
15987 kernel/panic.c | 4 +-
15988 kernel/pid.c | 18 +-
15989 kernel/power/Kconfig | 2 +
15990 kernel/printk/printk.c | 7 +-
15991 kernel/ptrace.c | 89 +-
15992 kernel/resource.c | 10 +
15993 kernel/sched/core.c | 11 +-
15994 kernel/seccomp.c | 22 +-
15995 kernel/signal.c | 37 +-
15996 kernel/sys.c | 64 +-
15997 kernel/sysctl.c | 186 +-
15998 kernel/taskstats.c | 6 +
15999 kernel/time/posix-timers.c | 8 +
16000 kernel/time/time.c | 5 +
16001 kernel/time/timekeeping.c | 3 +
16002 kernel/time/timer_list.c | 13 +-
16003 kernel/time/timer_stats.c | 10 +-
16004 kernel/trace/Kconfig | 2 +
16005 kernel/trace/trace_syscalls.c | 8 +
16006 kernel/user_namespace.c | 15 +
16007 lib/Kconfig.debug | 13 +-
16008 lib/Kconfig.kasan | 2 +-
16009 lib/is_single_threaded.c | 3 +
16010 lib/list_debug.c | 65 +-
16011 lib/nlattr.c | 2 +
16012 lib/radix-tree.c | 12 +-
16013 lib/rbtree.c | 4 +-
16014 lib/vsprintf.c | 39 +-
16015 localversion-grsec | 1 +
16016 mm/Kconfig | 8 +-
16017 mm/Kconfig.debug | 1 +
16018 mm/filemap.c | 1 +
16019 mm/kmemleak.c | 4 +-
16020 mm/memory.c | 2 +-
16021 mm/mempolicy.c | 12 +-
16022 mm/migrate.c | 3 +-
16023 mm/mlock.c | 11 +-
16024 mm/mmap.c | 103 +-
16025 mm/mprotect.c | 8 +
16026 mm/oom_kill.c | 4 +
16027 mm/page_alloc.c | 2 +-
16028 mm/process_vm_access.c | 8 +-
16029 mm/shmem.c | 11 +-
16030 mm/slab.c | 14 +-
16031 mm/slab_common.c | 2 +-
16032 mm/slob.c | 12 +
16033 mm/slub.c | 33 +-
16034 mm/util.c | 3 +
16035 mm/vmalloc.c | 82 +-
16036 mm/vmstat.c | 29 +-
16037 net/appletalk/atalk_proc.c | 2 +-
16038 net/atm/lec.c | 6 +-
16039 net/atm/mpoa_caches.c | 42 +-
16040 net/can/bcm.c | 2 +-
16041 net/can/proc.c | 2 +-
16042 net/core/dev_ioctl.c | 7 +-
16043 net/core/filter.c | 8 +-
16044 net/core/net-procfs.c | 17 +-
16045 net/core/pktgen.c | 2 +-
16046 net/core/scm.c | 7 +
16047 net/core/sock.c | 3 +-
16048 net/core/sysctl_net_core.c | 2 +-
16049 net/decnet/dn_dev.c | 2 +-
16050 net/ipv4/Kconfig | 1 +
16051 net/ipv4/devinet.c | 6 +-
16052 net/ipv4/inet_hashtables.c | 4 +
16053 net/ipv4/ip_input.c | 7 +
16054 net/ipv4/ip_sockglue.c | 3 +-
16055 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
16056 net/ipv4/route.c | 6 +-
16057 net/ipv4/tcp_input.c | 6 +-
16058 net/ipv4/tcp_ipv4.c | 24 +-
16059 net/ipv4/tcp_minisocks.c | 9 +-
16060 net/ipv4/tcp_timer.c | 11 +
16061 net/ipv4/udp.c | 24 +
16062 net/ipv6/Kconfig | 1 +
16063 net/ipv6/addrconf.c | 13 +-
16064 net/ipv6/proc.c | 2 +-
16065 net/ipv6/tcp_ipv6.c | 23 +-
16066 net/ipv6/udp.c | 7 +
16067 net/ipx/ipx_proc.c | 2 +-
16068 net/irda/irproc.c | 2 +-
16069 net/iucv/af_iucv.c | 3 +
16070 net/llc/llc_proc.c | 2 +-
16071 net/netfilter/Kconfig | 10 +
16072 net/netfilter/Makefile | 1 +
16073 net/netfilter/nf_conntrack_core.c | 46 +-
16074 net/netfilter/nf_conntrack_helper.c | 2 +-
16075 net/netfilter/nf_conntrack_netlink.c | 2 +-
16076 net/netfilter/xt_gradm.c | 51 +
16077 net/netfilter/xt_hashlimit.c | 4 +-
16078 net/netfilter/xt_recent.c | 2 +-
16079 net/openvswitch/actions.c | 19 +-
16080 net/sctp/sm_sideeffect.c | 11 +-
16081 net/sctp/sm_statefuns.c | 17 +-
16082 net/socket.c | 75 +-
16083 net/sunrpc/Kconfig | 1 +
16084 net/sunrpc/cache.c | 2 +-
16085 net/sunrpc/stats.c | 2 +-
16086 net/sysctl_net.c | 2 +-
16087 net/unix/af_unix.c | 57 +-
16088 net/unix/garbage.c | 8 +-
16089 net/vmw_vsock/vmci_transport_notify.c | 30 +-
16090 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
16091 net/x25/sysctl_net_x25.c | 2 +-
16092 net/x25/x25_proc.c | 2 +-
16093 scripts/package/Makefile | 2 +-
16094 scripts/package/mkspec | 41 +-
16095 security/Kconfig | 369 +-
16096 security/apparmor/file.c | 4 +-
16097 security/apparmor/lsm.c | 8 +-
16098 security/commoncap.c | 36 +-
16099 security/keys/internal.h | 2 +-
16100 security/min_addr.c | 2 +
16101 security/smack/smack_lsm.c | 8 +-
16102 security/tomoyo/file.c | 12 +-
16103 security/tomoyo/mount.c | 4 +
16104 security/tomoyo/tomoyo.c | 20 +-
16105 security/yama/Kconfig | 2 +-
16106 security/yama/yama_lsm.c | 4 +-
16107 sound/core/timer.c | 4 +-
16108 sound/synth/emux/emux_seq.c | 14 +-
16109 sound/usb/line6/driver.c | 40 +-
16110 sound/usb/line6/toneport.c | 12 +-
16111 tools/gcc/.gitignore | 1 +
16112 tools/gcc/Makefile | 12 +
16113 tools/gcc/gen-random-seed.sh | 8 +
16114 tools/gcc/randomize_layout_plugin.c | 930 +++
16115 tools/gcc/size_overflow_plugin/.gitignore | 1 +
16116 .../size_overflow_plugin/size_overflow_hash.data | 463 +-
16117 513 files changed, 33007 insertions(+), 3251 deletions(-)
16118
16119commit 6cb4f49b6a55cf16ae82685e1ab9b74c95b2f743
16120Author: Brad Spengler <spender@grsecurity.net>
16121Date: Mon Feb 15 10:51:41 2016 -0500
16122
16123 Initial import of pax-linux-4.4.1-test3.patch
16124
16125 Documentation/dontdiff | 46 +-
16126 Documentation/kbuild/makefiles.txt | 39 +-
16127 Documentation/kernel-parameters.txt | 28 +
16128 Makefile | 119 +-
16129 arch/alpha/include/asm/atomic.h | 10 +
16130 arch/alpha/include/asm/elf.h | 7 +
16131 arch/alpha/include/asm/pgalloc.h | 6 +
16132 arch/alpha/include/asm/pgtable.h | 11 +
16133 arch/alpha/kernel/module.c | 2 +-
16134 arch/alpha/kernel/osf_sys.c | 8 +-
16135 arch/alpha/mm/fault.c | 141 +-
16136 arch/arm/Kconfig | 3 +-
16137 arch/arm/include/asm/atomic.h | 323 +-
16138 arch/arm/include/asm/cache.h | 5 +-
16139 arch/arm/include/asm/cacheflush.h | 2 +-
16140 arch/arm/include/asm/checksum.h | 14 +-
16141 arch/arm/include/asm/cmpxchg.h | 4 +
16142 arch/arm/include/asm/cpuidle.h | 2 +-
16143 arch/arm/include/asm/domain.h | 42 +-
16144 arch/arm/include/asm/elf.h | 9 +-
16145 arch/arm/include/asm/fncpy.h | 2 +
16146 arch/arm/include/asm/futex.h | 1 +
16147 arch/arm/include/asm/kmap_types.h | 2 +-
16148 arch/arm/include/asm/mach/dma.h | 2 +-
16149 arch/arm/include/asm/mach/map.h | 16 +-
16150 arch/arm/include/asm/outercache.h | 2 +-
16151 arch/arm/include/asm/page.h | 3 +-
16152 arch/arm/include/asm/pgalloc.h | 20 +
16153 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
16154 arch/arm/include/asm/pgtable-2level.h | 3 +
16155 arch/arm/include/asm/pgtable-3level.h | 3 +
16156 arch/arm/include/asm/pgtable.h | 54 +-
16157 arch/arm/include/asm/smp.h | 2 +-
16158 arch/arm/include/asm/thread_info.h | 3 +
16159 arch/arm/include/asm/tls.h | 3 +
16160 arch/arm/include/asm/uaccess.h | 113 +-
16161 arch/arm/include/uapi/asm/ptrace.h | 2 +-
16162 arch/arm/kernel/armksyms.c | 2 +-
16163 arch/arm/kernel/cpuidle.c | 2 +-
16164 arch/arm/kernel/entry-armv.S | 109 +-
16165 arch/arm/kernel/entry-common.S | 40 +-
16166 arch/arm/kernel/entry-header.S | 55 +
16167 arch/arm/kernel/fiq.c | 3 +
16168 arch/arm/kernel/module-plts.c | 7 +-
16169 arch/arm/kernel/module.c | 38 +-
16170 arch/arm/kernel/patch.c | 2 +
16171 arch/arm/kernel/process.c | 92 +-
16172 arch/arm/kernel/reboot.c | 1 +
16173 arch/arm/kernel/setup.c | 20 +-
16174 arch/arm/kernel/signal.c | 35 +-
16175 arch/arm/kernel/smp.c | 2 +-
16176 arch/arm/kernel/tcm.c | 4 +-
16177 arch/arm/kernel/vmlinux.lds.S | 6 +-
16178 arch/arm/kvm/arm.c | 8 +-
16179 arch/arm/lib/copy_page.S | 1 +
16180 arch/arm/lib/csumpartialcopyuser.S | 4 +-
16181 arch/arm/lib/delay.c | 2 +-
16182 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
16183 arch/arm/mach-exynos/suspend.c | 6 +-
16184 arch/arm/mach-mvebu/coherency.c | 4 +-
16185 arch/arm/mach-omap2/board-n8x0.c | 2 +-
16186 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
16187 arch/arm/mach-omap2/omap-smp.c | 1 +
16188 arch/arm/mach-omap2/omap_device.c | 4 +-
16189 arch/arm/mach-omap2/omap_device.h | 4 +-
16190 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
16191 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
16192 arch/arm/mach-omap2/wd_timer.c | 6 +-
16193 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
16194 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
16195 arch/arm/mach-tegra/irq.c | 1 +
16196 arch/arm/mach-ux500/pm.c | 1 +
16197 arch/arm/mach-zynq/platsmp.c | 1 +
16198 arch/arm/mm/Kconfig | 6 +-
16199 arch/arm/mm/cache-l2x0.c | 2 +-
16200 arch/arm/mm/context.c | 10 +-
16201 arch/arm/mm/fault.c | 146 +
16202 arch/arm/mm/fault.h | 12 +
16203 arch/arm/mm/init.c | 39 +
16204 arch/arm/mm/ioremap.c | 4 +-
16205 arch/arm/mm/mmap.c | 30 +-
16206 arch/arm/mm/mmu.c | 162 +-
16207 arch/arm/net/bpf_jit_32.c | 3 +
16208 arch/arm/plat-iop/setup.c | 2 +-
16209 arch/arm/plat-omap/sram.c | 2 +
16210 arch/arm64/include/asm/atomic.h | 10 +
16211 arch/arm64/include/asm/percpu.h | 8 +-
16212 arch/arm64/include/asm/pgalloc.h | 5 +
16213 arch/arm64/include/asm/uaccess.h | 1 +
16214 arch/arm64/mm/dma-mapping.c | 2 +-
16215 arch/avr32/include/asm/elf.h | 8 +-
16216 arch/avr32/include/asm/kmap_types.h | 4 +-
16217 arch/avr32/mm/fault.c | 27 +
16218 arch/frv/include/asm/atomic.h | 10 +
16219 arch/frv/include/asm/kmap_types.h | 2 +-
16220 arch/frv/mm/elf-fdpic.c | 3 +-
16221 arch/ia64/Makefile | 1 +
16222 arch/ia64/include/asm/atomic.h | 10 +
16223 arch/ia64/include/asm/elf.h | 7 +
16224 arch/ia64/include/asm/pgalloc.h | 12 +
16225 arch/ia64/include/asm/pgtable.h | 13 +-
16226 arch/ia64/include/asm/spinlock.h | 2 +-
16227 arch/ia64/include/asm/uaccess.h | 27 +-
16228 arch/ia64/kernel/module.c | 45 +-
16229 arch/ia64/kernel/palinfo.c | 2 +-
16230 arch/ia64/kernel/sys_ia64.c | 7 +
16231 arch/ia64/kernel/vmlinux.lds.S | 2 +-
16232 arch/ia64/mm/fault.c | 32 +-
16233 arch/ia64/mm/init.c | 15 +-
16234 arch/m32r/lib/usercopy.c | 6 +
16235 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
16236 arch/mips/include/asm/atomic.h | 368 +-
16237 arch/mips/include/asm/elf.h | 7 +
16238 arch/mips/include/asm/exec.h | 2 +-
16239 arch/mips/include/asm/hw_irq.h | 2 +-
16240 arch/mips/include/asm/local.h | 57 +
16241 arch/mips/include/asm/page.h | 2 +-
16242 arch/mips/include/asm/pgalloc.h | 5 +
16243 arch/mips/include/asm/pgtable.h | 3 +
16244 arch/mips/include/asm/uaccess.h | 1 +
16245 arch/mips/kernel/binfmt_elfn32.c | 7 +
16246 arch/mips/kernel/binfmt_elfo32.c | 7 +
16247 arch/mips/kernel/irq-gt641xx.c | 2 +-
16248 arch/mips/kernel/irq.c | 6 +-
16249 arch/mips/kernel/pm-cps.c | 2 +-
16250 arch/mips/kernel/process.c | 12 -
16251 arch/mips/kernel/sync-r4k.c | 24 +-
16252 arch/mips/kernel/traps.c | 13 +-
16253 arch/mips/mm/fault.c | 25 +
16254 arch/mips/mm/mmap.c | 51 +-
16255 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
16256 arch/mips/sni/rm200.c | 2 +-
16257 arch/mips/vr41xx/common/icu.c | 2 +-
16258 arch/mips/vr41xx/common/irq.c | 4 +-
16259 arch/parisc/include/asm/atomic.h | 10 +
16260 arch/parisc/include/asm/elf.h | 7 +
16261 arch/parisc/include/asm/pgalloc.h | 6 +
16262 arch/parisc/include/asm/pgtable.h | 11 +
16263 arch/parisc/include/asm/uaccess.h | 4 +-
16264 arch/parisc/kernel/module.c | 50 +-
16265 arch/parisc/kernel/sys_parisc.c | 15 +
16266 arch/parisc/kernel/traps.c | 4 +-
16267 arch/parisc/mm/fault.c | 140 +-
16268 arch/powerpc/include/asm/atomic.h | 329 +-
16269 arch/powerpc/include/asm/elf.h | 12 +
16270 arch/powerpc/include/asm/exec.h | 2 +-
16271 arch/powerpc/include/asm/kmap_types.h | 2 +-
16272 arch/powerpc/include/asm/local.h | 46 +
16273 arch/powerpc/include/asm/mman.h | 2 +-
16274 arch/powerpc/include/asm/page.h | 8 +-
16275 arch/powerpc/include/asm/page_64.h | 7 +-
16276 arch/powerpc/include/asm/pgalloc-64.h | 7 +
16277 arch/powerpc/include/asm/pgtable.h | 1 +
16278 arch/powerpc/include/asm/pte-hash32.h | 1 +
16279 arch/powerpc/include/asm/reg.h | 1 +
16280 arch/powerpc/include/asm/smp.h | 2 +-
16281 arch/powerpc/include/asm/spinlock.h | 42 +-
16282 arch/powerpc/include/asm/uaccess.h | 141 +-
16283 arch/powerpc/kernel/Makefile | 5 +
16284 arch/powerpc/kernel/exceptions-64e.S | 4 +-
16285 arch/powerpc/kernel/exceptions-64s.S | 2 +-
16286 arch/powerpc/kernel/module_32.c | 15 +-
16287 arch/powerpc/kernel/process.c | 46 -
16288 arch/powerpc/kernel/signal_32.c | 2 +-
16289 arch/powerpc/kernel/signal_64.c | 2 +-
16290 arch/powerpc/kernel/traps.c | 21 +
16291 arch/powerpc/kernel/vdso.c | 5 +-
16292 arch/powerpc/lib/usercopy_64.c | 18 -
16293 arch/powerpc/mm/fault.c | 56 +-
16294 arch/powerpc/mm/mmap.c | 16 +
16295 arch/powerpc/mm/slice.c | 13 +-
16296 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
16297 arch/s390/include/asm/atomic.h | 10 +
16298 arch/s390/include/asm/elf.h | 7 +
16299 arch/s390/include/asm/exec.h | 2 +-
16300 arch/s390/include/asm/uaccess.h | 13 +-
16301 arch/s390/kernel/module.c | 22 +-
16302 arch/s390/kernel/process.c | 20 -
16303 arch/s390/mm/mmap.c | 16 +
16304 arch/score/include/asm/exec.h | 2 +-
16305 arch/score/kernel/process.c | 5 -
16306 arch/sh/mm/mmap.c | 22 +-
16307 arch/sparc/include/asm/atomic_64.h | 110 +-
16308 arch/sparc/include/asm/cache.h | 2 +-
16309 arch/sparc/include/asm/elf_32.h | 7 +
16310 arch/sparc/include/asm/elf_64.h | 7 +
16311 arch/sparc/include/asm/pgalloc_32.h | 1 +
16312 arch/sparc/include/asm/pgalloc_64.h | 1 +
16313 arch/sparc/include/asm/pgtable.h | 4 +
16314 arch/sparc/include/asm/pgtable_32.h | 15 +-
16315 arch/sparc/include/asm/pgtsrmmu.h | 5 +
16316 arch/sparc/include/asm/setup.h | 4 +-
16317 arch/sparc/include/asm/spinlock_64.h | 35 +-
16318 arch/sparc/include/asm/thread_info_32.h | 1 +
16319 arch/sparc/include/asm/thread_info_64.h | 2 +
16320 arch/sparc/include/asm/uaccess.h | 1 +
16321 arch/sparc/include/asm/uaccess_32.h | 28 +-
16322 arch/sparc/include/asm/uaccess_64.h | 24 +-
16323 arch/sparc/kernel/Makefile | 2 +-
16324 arch/sparc/kernel/prom_common.c | 2 +-
16325 arch/sparc/kernel/smp_64.c | 8 +-
16326 arch/sparc/kernel/sys_sparc_32.c | 2 +-
16327 arch/sparc/kernel/sys_sparc_64.c | 52 +-
16328 arch/sparc/kernel/traps_64.c | 27 +-
16329 arch/sparc/lib/Makefile | 2 +-
16330 arch/sparc/lib/atomic_64.S | 57 +-
16331 arch/sparc/lib/ksyms.c | 6 +-
16332 arch/sparc/mm/Makefile | 2 +-
16333 arch/sparc/mm/fault_32.c | 292 +
16334 arch/sparc/mm/fault_64.c | 486 +
16335 arch/sparc/mm/hugetlbpage.c | 22 +-
16336 arch/sparc/mm/init_64.c | 10 +-
16337 arch/tile/include/asm/atomic_64.h | 10 +
16338 arch/tile/include/asm/uaccess.h | 4 +-
16339 arch/um/Makefile | 4 +
16340 arch/um/include/asm/kmap_types.h | 2 +-
16341 arch/um/include/asm/page.h | 3 +
16342 arch/um/include/asm/pgtable-3level.h | 1 +
16343 arch/um/kernel/process.c | 16 -
16344 arch/x86/Kconfig | 26 +-
16345 arch/x86/Kconfig.cpu | 6 +-
16346 arch/x86/Kconfig.debug | 4 +-
16347 arch/x86/Makefile | 13 +-
16348 arch/x86/boot/Makefile | 3 +
16349 arch/x86/boot/bitops.h | 4 +-
16350 arch/x86/boot/boot.h | 2 +-
16351 arch/x86/boot/compressed/Makefile | 3 +
16352 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
16353 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
16354 arch/x86/boot/compressed/head_32.S | 4 +-
16355 arch/x86/boot/compressed/head_64.S | 12 +-
16356 arch/x86/boot/compressed/misc.c | 11 +-
16357 arch/x86/boot/cpucheck.c | 16 +-
16358 arch/x86/boot/header.S | 6 +-
16359 arch/x86/boot/memory.c | 2 +-
16360 arch/x86/boot/video-vesa.c | 1 +
16361 arch/x86/boot/video.c | 2 +-
16362 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
16363 arch/x86/crypto/aesni-intel_asm.S | 106 +-
16364 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
16365 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
16366 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
16367 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
16368 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
16369 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
16370 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
16371 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
16372 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
16373 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
16374 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
16375 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
16376 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
16377 arch/x86/crypto/sha256-avx-asm.S | 2 +
16378 arch/x86/crypto/sha256-avx2-asm.S | 2 +
16379 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
16380 arch/x86/crypto/sha512-avx-asm.S | 2 +
16381 arch/x86/crypto/sha512-avx2-asm.S | 2 +
16382 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
16383 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
16384 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
16385 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
16386 arch/x86/entry/calling.h | 86 +-
16387 arch/x86/entry/common.c | 28 +-
16388 arch/x86/entry/entry_32.S | 311 +-
16389 arch/x86/entry/entry_64.S | 625 +-
16390 arch/x86/entry/entry_64_compat.S | 67 +-
16391 arch/x86/entry/thunk_64.S | 2 +
16392 arch/x86/entry/vdso/Makefile | 2 +-
16393 arch/x86/entry/vdso/vdso2c.h | 8 +-
16394 arch/x86/entry/vdso/vma.c | 37 +-
16395 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
16396 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
16397 arch/x86/ia32/ia32_signal.c | 23 +-
16398 arch/x86/ia32/sys_ia32.c | 42 +-
16399 arch/x86/include/asm/alternative-asm.h | 43 +-
16400 arch/x86/include/asm/alternative.h | 4 +-
16401 arch/x86/include/asm/apic.h | 2 +-
16402 arch/x86/include/asm/apm.h | 4 +-
16403 arch/x86/include/asm/atomic.h | 230 +-
16404 arch/x86/include/asm/atomic64_32.h | 100 +
16405 arch/x86/include/asm/atomic64_64.h | 164 +-
16406 arch/x86/include/asm/bitops.h | 18 +-
16407 arch/x86/include/asm/boot.h | 2 +-
16408 arch/x86/include/asm/cache.h | 5 +-
16409 arch/x86/include/asm/checksum_32.h | 12 +-
16410 arch/x86/include/asm/cmpxchg.h | 39 +
16411 arch/x86/include/asm/compat.h | 4 +
16412 arch/x86/include/asm/cpufeature.h | 17 +-
16413 arch/x86/include/asm/desc.h | 78 +-
16414 arch/x86/include/asm/desc_defs.h | 6 +
16415 arch/x86/include/asm/div64.h | 2 +-
16416 arch/x86/include/asm/dma.h | 2 +
16417 arch/x86/include/asm/elf.h | 33 +-
16418 arch/x86/include/asm/emergency-restart.h | 2 +-
16419 arch/x86/include/asm/fpu/internal.h | 42 +-
16420 arch/x86/include/asm/fpu/types.h | 5 +-
16421 arch/x86/include/asm/futex.h | 14 +-
16422 arch/x86/include/asm/hw_irq.h | 4 +-
16423 arch/x86/include/asm/i8259.h | 2 +-
16424 arch/x86/include/asm/io.h | 22 +-
16425 arch/x86/include/asm/irqflags.h | 5 +
16426 arch/x86/include/asm/kprobes.h | 9 +-
16427 arch/x86/include/asm/local.h | 106 +-
16428 arch/x86/include/asm/mman.h | 15 +
16429 arch/x86/include/asm/mmu.h | 14 +-
16430 arch/x86/include/asm/mmu_context.h | 133 +-
16431 arch/x86/include/asm/module.h | 17 +-
16432 arch/x86/include/asm/nmi.h | 19 +-
16433 arch/x86/include/asm/page.h | 1 +
16434 arch/x86/include/asm/page_32.h | 12 +-
16435 arch/x86/include/asm/page_64.h | 14 +-
16436 arch/x86/include/asm/paravirt.h | 46 +-
16437 arch/x86/include/asm/paravirt_types.h | 15 +-
16438 arch/x86/include/asm/pgalloc.h | 23 +
16439 arch/x86/include/asm/pgtable-2level.h | 2 +
16440 arch/x86/include/asm/pgtable-3level.h | 7 +
16441 arch/x86/include/asm/pgtable.h | 126 +-
16442 arch/x86/include/asm/pgtable_32.h | 14 +-
16443 arch/x86/include/asm/pgtable_32_types.h | 24 +-
16444 arch/x86/include/asm/pgtable_64.h | 23 +-
16445 arch/x86/include/asm/pgtable_64_types.h | 5 +
16446 arch/x86/include/asm/pgtable_types.h | 26 +-
16447 arch/x86/include/asm/pmem.h | 2 +-
16448 arch/x86/include/asm/preempt.h | 2 +-
16449 arch/x86/include/asm/processor.h | 57 +-
16450 arch/x86/include/asm/ptrace.h | 15 +-
16451 arch/x86/include/asm/realmode.h | 4 +-
16452 arch/x86/include/asm/reboot.h | 10 +-
16453 arch/x86/include/asm/rmwcc.h | 84 +-
16454 arch/x86/include/asm/rwsem.h | 60 +-
16455 arch/x86/include/asm/segment.h | 27 +-
16456 arch/x86/include/asm/smap.h | 43 +
16457 arch/x86/include/asm/smp.h | 14 +-
16458 arch/x86/include/asm/stackprotector.h | 4 +-
16459 arch/x86/include/asm/stacktrace.h | 34 +-
16460 arch/x86/include/asm/switch_to.h | 4 +-
16461 arch/x86/include/asm/sys_ia32.h | 6 +-
16462 arch/x86/include/asm/thread_info.h | 27 +-
16463 arch/x86/include/asm/tlbflush.h | 77 +-
16464 arch/x86/include/asm/uaccess.h | 210 +-
16465 arch/x86/include/asm/uaccess_32.h | 28 +-
16466 arch/x86/include/asm/uaccess_64.h | 169 +-
16467 arch/x86/include/asm/word-at-a-time.h | 2 +-
16468 arch/x86/include/asm/x86_init.h | 10 +-
16469 arch/x86/include/asm/xen/page.h | 2 +-
16470 arch/x86/include/uapi/asm/e820.h | 2 +-
16471 arch/x86/kernel/Makefile | 2 +-
16472 arch/x86/kernel/acpi/boot.c | 4 +-
16473 arch/x86/kernel/acpi/sleep.c | 4 +
16474 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
16475 arch/x86/kernel/alternative.c | 124 +-
16476 arch/x86/kernel/apic/apic.c | 4 +-
16477 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
16478 arch/x86/kernel/apic/apic_noop.c | 2 +-
16479 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
16480 arch/x86/kernel/apic/io_apic.c | 8 +-
16481 arch/x86/kernel/apic/msi.c | 2 +-
16482 arch/x86/kernel/apic/probe_32.c | 4 +-
16483 arch/x86/kernel/apic/vector.c | 2 +
16484 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
16485 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
16486 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
16487 arch/x86/kernel/apm_32.c | 21 +-
16488 arch/x86/kernel/asm-offsets.c | 20 +
16489 arch/x86/kernel/asm-offsets_64.c | 1 +
16490 arch/x86/kernel/cpu/Makefile | 4 -
16491 arch/x86/kernel/cpu/amd.c | 2 +-
16492 arch/x86/kernel/cpu/bugs_64.c | 2 +
16493 arch/x86/kernel/cpu/common.c | 202 +-
16494 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
16495 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
16496 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
16497 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
16498 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
16499 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
16500 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
16501 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
16502 arch/x86/kernel/cpu/perf_event.c | 10 +-
16503 arch/x86/kernel/cpu/perf_event.h | 2 +-
16504 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
16505 arch/x86/kernel/cpu/perf_event_intel.c | 34 +-
16506 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
16507 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
16508 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
16509 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
16510 arch/x86/kernel/cpu/perf_event_intel_pt.c | 42 +-
16511 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
16512 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
16513 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
16514 arch/x86/kernel/crash_dump_64.c | 2 +-
16515 arch/x86/kernel/doublefault.c | 8 +-
16516 arch/x86/kernel/dumpstack.c | 24 +-
16517 arch/x86/kernel/dumpstack_32.c | 25 +-
16518 arch/x86/kernel/dumpstack_64.c | 62 +-
16519 arch/x86/kernel/e820.c | 4 +-
16520 arch/x86/kernel/early_printk.c | 1 +
16521 arch/x86/kernel/espfix_64.c | 44 +-
16522 arch/x86/kernel/fpu/core.c | 24 +-
16523 arch/x86/kernel/fpu/init.c | 40 +-
16524 arch/x86/kernel/fpu/regset.c | 22 +-
16525 arch/x86/kernel/fpu/signal.c | 20 +-
16526 arch/x86/kernel/fpu/xstate.c | 6 +-
16527 arch/x86/kernel/ftrace.c | 18 +-
16528 arch/x86/kernel/head64.c | 14 +-
16529 arch/x86/kernel/head_32.S | 235 +-
16530 arch/x86/kernel/head_64.S | 173 +-
16531 arch/x86/kernel/i386_ksyms_32.c | 12 +
16532 arch/x86/kernel/i8259.c | 10 +-
16533 arch/x86/kernel/io_delay.c | 2 +-
16534 arch/x86/kernel/ioport.c | 2 +-
16535 arch/x86/kernel/irq.c | 8 +-
16536 arch/x86/kernel/irq_32.c | 45 +-
16537 arch/x86/kernel/jump_label.c | 10 +-
16538 arch/x86/kernel/kgdb.c | 21 +-
16539 arch/x86/kernel/kprobes/core.c | 28 +-
16540 arch/x86/kernel/kprobes/opt.c | 16 +-
16541 arch/x86/kernel/ksysfs.c | 2 +-
16542 arch/x86/kernel/kvmclock.c | 20 +-
16543 arch/x86/kernel/ldt.c | 25 +
16544 arch/x86/kernel/livepatch.c | 11 +-
16545 arch/x86/kernel/machine_kexec_32.c | 6 +-
16546 arch/x86/kernel/mcount_64.S | 19 +-
16547 arch/x86/kernel/module.c | 78 +-
16548 arch/x86/kernel/msr.c | 2 +-
16549 arch/x86/kernel/nmi.c | 34 +-
16550 arch/x86/kernel/nmi_selftest.c | 4 +-
16551 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
16552 arch/x86/kernel/paravirt.c | 45 +-
16553 arch/x86/kernel/paravirt_patch_64.c | 8 +
16554 arch/x86/kernel/pci-calgary_64.c | 2 +-
16555 arch/x86/kernel/pci-iommu_table.c | 2 +-
16556 arch/x86/kernel/pci-swiotlb.c | 2 +-
16557 arch/x86/kernel/process.c | 80 +-
16558 arch/x86/kernel/process_32.c | 29 +-
16559 arch/x86/kernel/process_64.c | 14 +-
16560 arch/x86/kernel/ptrace.c | 20 +-
16561 arch/x86/kernel/pvclock.c | 8 +-
16562 arch/x86/kernel/reboot.c | 44 +-
16563 arch/x86/kernel/reboot_fixups_32.c | 2 +-
16564 arch/x86/kernel/relocate_kernel_64.S | 3 +-
16565 arch/x86/kernel/setup.c | 29 +-
16566 arch/x86/kernel/setup_percpu.c | 29 +-
16567 arch/x86/kernel/signal.c | 17 +-
16568 arch/x86/kernel/smp.c | 2 +-
16569 arch/x86/kernel/smpboot.c | 29 +-
16570 arch/x86/kernel/step.c | 6 +-
16571 arch/x86/kernel/sys_i386_32.c | 184 +
16572 arch/x86/kernel/sys_x86_64.c | 22 +-
16573 arch/x86/kernel/tboot.c | 22 +-
16574 arch/x86/kernel/time.c | 8 +-
16575 arch/x86/kernel/tls.c | 7 +-
16576 arch/x86/kernel/tracepoint.c | 4 +-
16577 arch/x86/kernel/traps.c | 53 +-
16578 arch/x86/kernel/tsc.c | 2 +-
16579 arch/x86/kernel/uprobes.c | 4 +-
16580 arch/x86/kernel/vm86_32.c | 6 +-
16581 arch/x86/kernel/vmlinux.lds.S | 153 +-
16582 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
16583 arch/x86/kernel/x86_init.c | 6 +-
16584 arch/x86/kvm/cpuid.c | 21 +-
16585 arch/x86/kvm/emulate.c | 6 +-
16586 arch/x86/kvm/i8259.c | 10 +-
16587 arch/x86/kvm/ioapic.c | 2 +
16588 arch/x86/kvm/lapic.c | 2 +-
16589 arch/x86/kvm/paging_tmpl.h | 2 +-
16590 arch/x86/kvm/svm.c | 10 +-
16591 arch/x86/kvm/vmx.c | 62 +-
16592 arch/x86/kvm/x86.c | 44 +-
16593 arch/x86/lguest/boot.c | 3 +-
16594 arch/x86/lib/atomic64_386_32.S | 164 +
16595 arch/x86/lib/atomic64_cx8_32.S | 98 +-
16596 arch/x86/lib/checksum_32.S | 99 +-
16597 arch/x86/lib/clear_page_64.S | 3 +
16598 arch/x86/lib/cmpxchg16b_emu.S | 3 +
16599 arch/x86/lib/copy_page_64.S | 14 +-
16600 arch/x86/lib/copy_user_64.S | 66 +-
16601 arch/x86/lib/csum-copy_64.S | 14 +-
16602 arch/x86/lib/csum-wrappers_64.c | 8 +-
16603 arch/x86/lib/getuser.S | 74 +-
16604 arch/x86/lib/insn.c | 8 +-
16605 arch/x86/lib/iomap_copy_64.S | 2 +
16606 arch/x86/lib/memcpy_64.S | 6 +
16607 arch/x86/lib/memmove_64.S | 3 +-
16608 arch/x86/lib/memset_64.S | 3 +
16609 arch/x86/lib/mmx_32.c | 243 +-
16610 arch/x86/lib/msr-reg.S | 2 +
16611 arch/x86/lib/putuser.S | 87 +-
16612 arch/x86/lib/rwsem.S | 6 +-
16613 arch/x86/lib/usercopy_32.c | 359 +-
16614 arch/x86/lib/usercopy_64.c | 22 +-
16615 arch/x86/math-emu/fpu_aux.c | 2 +-
16616 arch/x86/math-emu/fpu_entry.c | 4 +-
16617 arch/x86/math-emu/fpu_system.h | 2 +-
16618 arch/x86/mm/Makefile | 4 +
16619 arch/x86/mm/extable.c | 26 +-
16620 arch/x86/mm/fault.c | 570 +-
16621 arch/x86/mm/gup.c | 6 +-
16622 arch/x86/mm/highmem_32.c | 6 +
16623 arch/x86/mm/hugetlbpage.c | 24 +-
16624 arch/x86/mm/init.c | 111 +-
16625 arch/x86/mm/init_32.c | 111 +-
16626 arch/x86/mm/init_64.c | 46 +-
16627 arch/x86/mm/iomap_32.c | 4 +
16628 arch/x86/mm/ioremap.c | 52 +-
16629 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
16630 arch/x86/mm/mmap.c | 40 +-
16631 arch/x86/mm/mmio-mod.c | 10 +-
16632 arch/x86/mm/mpx.c | 6 +-
16633 arch/x86/mm/numa.c | 4 +-
16634 arch/x86/mm/pageattr.c | 42 +-
16635 arch/x86/mm/pat.c | 12 +-
16636 arch/x86/mm/pat_rbtree.c | 2 +-
16637 arch/x86/mm/pf_in.c | 10 +-
16638 arch/x86/mm/pgtable.c | 214 +-
16639 arch/x86/mm/pgtable_32.c | 3 +
16640 arch/x86/mm/setup_nx.c | 7 +
16641 arch/x86/mm/tlb.c | 4 +
16642 arch/x86/mm/uderef_64.c | 37 +
16643 arch/x86/net/bpf_jit.S | 11 +
16644 arch/x86/net/bpf_jit_comp.c | 13 +-
16645 arch/x86/oprofile/backtrace.c | 6 +-
16646 arch/x86/oprofile/nmi_int.c | 8 +-
16647 arch/x86/oprofile/op_model_amd.c | 8 +-
16648 arch/x86/oprofile/op_model_ppro.c | 7 +-
16649 arch/x86/oprofile/op_x86_model.h | 2 +-
16650 arch/x86/pci/intel_mid_pci.c | 2 +-
16651 arch/x86/pci/irq.c | 8 +-
16652 arch/x86/pci/pcbios.c | 144 +-
16653 arch/x86/platform/efi/efi_32.c | 24 +
16654 arch/x86/platform/efi/efi_64.c | 26 +-
16655 arch/x86/platform/efi/efi_stub_32.S | 64 +-
16656 arch/x86/platform/efi/efi_stub_64.S | 2 +
16657 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
16658 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
16659 arch/x86/platform/intel-mid/mfld.c | 4 +-
16660 arch/x86/platform/intel-mid/mrfl.c | 2 +-
16661 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
16662 arch/x86/platform/olpc/olpc_dt.c | 2 +-
16663 arch/x86/power/cpu.c | 11 +-
16664 arch/x86/realmode/init.c | 10 +-
16665 arch/x86/realmode/rm/Makefile | 3 +
16666 arch/x86/realmode/rm/header.S | 4 +-
16667 arch/x86/realmode/rm/reboot.S | 4 +
16668 arch/x86/realmode/rm/trampoline_32.S | 12 +-
16669 arch/x86/realmode/rm/trampoline_64.S | 3 +-
16670 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
16671 arch/x86/tools/Makefile | 2 +-
16672 arch/x86/tools/relocs.c | 96 +-
16673 arch/x86/um/mem_32.c | 2 +-
16674 arch/x86/um/tls_32.c | 2 +-
16675 arch/x86/xen/enlighten.c | 50 +-
16676 arch/x86/xen/mmu.c | 19 +-
16677 arch/x86/xen/smp.c | 16 +-
16678 arch/x86/xen/xen-asm_32.S | 2 +-
16679 arch/x86/xen/xen-head.S | 11 +
16680 arch/x86/xen/xen-ops.h | 2 -
16681 block/bio.c | 4 +-
16682 block/blk-cgroup.c | 18 +-
16683 block/blk-iopoll.c | 2 +-
16684 block/blk-map.c | 2 +-
16685 block/blk-softirq.c | 2 +-
16686 block/bsg.c | 12 +-
16687 block/cfq-iosched.c | 4 +-
16688 block/compat_ioctl.c | 4 +-
16689 block/genhd.c | 9 +-
16690 block/partitions/efi.c | 8 +-
16691 block/scsi_ioctl.c | 29 +-
16692 crypto/cryptd.c | 4 +-
16693 crypto/crypto_user.c | 8 +-
16694 crypto/pcrypt.c | 2 +-
16695 crypto/zlib.c | 12 +-
16696 drivers/acpi/acpi_video.c | 2 +-
16697 drivers/acpi/apei/apei-internal.h | 2 +-
16698 drivers/acpi/apei/ghes.c | 10 +-
16699 drivers/acpi/bgrt.c | 6 +-
16700 drivers/acpi/blacklist.c | 4 +-
16701 drivers/acpi/bus.c | 4 +-
16702 drivers/acpi/device_pm.c | 4 +-
16703 drivers/acpi/ec.c | 2 +-
16704 drivers/acpi/pci_slot.c | 2 +-
16705 drivers/acpi/processor_idle.c | 2 +-
16706 drivers/acpi/processor_pdc.c | 2 +-
16707 drivers/acpi/sleep.c | 2 +-
16708 drivers/acpi/sysfs.c | 4 +-
16709 drivers/acpi/thermal.c | 2 +-
16710 drivers/acpi/video_detect.c | 7 +-
16711 drivers/ata/libata-core.c | 12 +-
16712 drivers/ata/libata-scsi.c | 2 +-
16713 drivers/ata/libata.h | 2 +-
16714 drivers/ata/pata_arasan_cf.c | 4 +-
16715 drivers/atm/adummy.c | 2 +-
16716 drivers/atm/ambassador.c | 8 +-
16717 drivers/atm/atmtcp.c | 14 +-
16718 drivers/atm/eni.c | 10 +-
16719 drivers/atm/firestream.c | 8 +-
16720 drivers/atm/fore200e.c | 14 +-
16721 drivers/atm/he.c | 18 +-
16722 drivers/atm/horizon.c | 4 +-
16723 drivers/atm/idt77252.c | 36 +-
16724 drivers/atm/iphase.c | 34 +-
16725 drivers/atm/lanai.c | 12 +-
16726 drivers/atm/nicstar.c | 46 +-
16727 drivers/atm/solos-pci.c | 4 +-
16728 drivers/atm/suni.c | 4 +-
16729 drivers/atm/uPD98402.c | 16 +-
16730 drivers/atm/zatm.c | 6 +-
16731 drivers/base/bus.c | 4 +-
16732 drivers/base/devres.c | 4 +-
16733 drivers/base/devtmpfs.c | 8 +-
16734 drivers/base/node.c | 2 +-
16735 drivers/base/platform-msi.c | 20 +-
16736 drivers/base/power/domain.c | 7 +-
16737 drivers/base/power/runtime.c | 6 +-
16738 drivers/base/power/sysfs.c | 2 +-
16739 drivers/base/power/wakeup.c | 8 +-
16740 drivers/base/regmap/regmap-debugfs.c | 4 +-
16741 drivers/base/regmap/regmap.c | 4 +-
16742 drivers/base/syscore.c | 4 +-
16743 drivers/block/cciss.c | 28 +-
16744 drivers/block/cciss.h | 2 +-
16745 drivers/block/cpqarray.c | 28 +-
16746 drivers/block/cpqarray.h | 2 +-
16747 drivers/block/drbd/drbd_bitmap.c | 2 +-
16748 drivers/block/drbd/drbd_int.h | 8 +-
16749 drivers/block/drbd/drbd_main.c | 12 +-
16750 drivers/block/drbd/drbd_nl.c | 4 +-
16751 drivers/block/drbd/drbd_receiver.c | 38 +-
16752 drivers/block/drbd/drbd_worker.c | 14 +-
16753 drivers/block/pktcdvd.c | 4 +-
16754 drivers/block/rbd.c | 2 +-
16755 drivers/bluetooth/btwilink.c | 2 +-
16756 drivers/bus/arm-cci.c | 12 +-
16757 drivers/cdrom/cdrom.c | 11 +-
16758 drivers/cdrom/gdrom.c | 1 -
16759 drivers/char/agp/compat_ioctl.c | 2 +-
16760 drivers/char/agp/frontend.c | 4 +-
16761 drivers/char/agp/intel-gtt.c | 4 +-
16762 drivers/char/hpet.c | 2 +-
16763 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
16764 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
16765 drivers/char/ipmi/ipmi_ssif.c | 12 +-
16766 drivers/char/mem.c | 47 +-
16767 drivers/char/nvram.c | 2 +-
16768 drivers/char/pcmcia/synclink_cs.c | 16 +-
16769 drivers/char/random.c | 12 +-
16770 drivers/char/sonypi.c | 11 +-
16771 drivers/char/tpm/tpm_acpi.c | 3 +-
16772 drivers/char/tpm/tpm_eventlog.c | 5 +-
16773 drivers/char/virtio_console.c | 6 +-
16774 drivers/clk/clk-composite.c | 2 +-
16775 drivers/clk/samsung/clk.h | 2 +-
16776 drivers/clk/socfpga/clk-gate.c | 9 +-
16777 drivers/clk/socfpga/clk-pll.c | 9 +-
16778 drivers/clk/ti/clk.c | 8 +-
16779 drivers/cpufreq/acpi-cpufreq.c | 17 +-
16780 drivers/cpufreq/cpufreq-dt.c | 4 +-
16781 drivers/cpufreq/cpufreq.c | 30 +-
16782 drivers/cpufreq/cpufreq_governor.c | 2 +-
16783 drivers/cpufreq/cpufreq_governor.h | 4 +-
16784 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
16785 drivers/cpufreq/intel_pstate.c | 38 +-
16786 drivers/cpufreq/p4-clockmod.c | 12 +-
16787 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
16788 drivers/cpufreq/speedstep-centrino.c | 7 +-
16789 drivers/cpuidle/driver.c | 2 +-
16790 drivers/cpuidle/dt_idle_states.c | 2 +-
16791 drivers/cpuidle/governor.c | 2 +-
16792 drivers/cpuidle/sysfs.c | 2 +-
16793 drivers/crypto/hifn_795x.c | 4 +-
16794 drivers/devfreq/devfreq.c | 4 +-
16795 drivers/dma/sh/shdma-base.c | 4 +-
16796 drivers/dma/sh/shdmac.c | 2 +-
16797 drivers/edac/edac_device.c | 4 +-
16798 drivers/edac/edac_mc_sysfs.c | 2 +-
16799 drivers/edac/edac_pci.c | 4 +-
16800 drivers/edac/edac_pci_sysfs.c | 22 +-
16801 drivers/edac/mce_amd.h | 2 +-
16802 drivers/firewire/core-card.c | 6 +-
16803 drivers/firewire/core-device.c | 2 +-
16804 drivers/firewire/core-transaction.c | 1 +
16805 drivers/firewire/core.h | 1 +
16806 drivers/firmware/dmi-id.c | 2 +-
16807 drivers/firmware/dmi_scan.c | 12 +-
16808 drivers/firmware/efi/cper.c | 8 +-
16809 drivers/firmware/efi/efi.c | 12 +-
16810 drivers/firmware/efi/efivars.c | 2 +-
16811 drivers/firmware/efi/runtime-map.c | 2 +-
16812 drivers/firmware/google/gsmi.c | 2 +-
16813 drivers/firmware/google/memconsole.c | 7 +-
16814 drivers/firmware/memmap.c | 2 +-
16815 drivers/firmware/psci.c | 2 +-
16816 drivers/gpio/gpio-davinci.c | 6 +-
16817 drivers/gpio/gpio-em.c | 2 +-
16818 drivers/gpio/gpio-ich.c | 2 +-
16819 drivers/gpio/gpio-omap.c | 4 +-
16820 drivers/gpio/gpio-rcar.c | 2 +-
16821 drivers/gpio/gpio-vr41xx.c | 2 +-
16822 drivers/gpio/gpiolib.c | 12 +-
16823 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
16824 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
16825 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
16826 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
16827 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
16828 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
16829 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
16830 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
16831 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
16832 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
16833 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
16834 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
16835 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
16836 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
16837 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
16838 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
16839 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
16840 drivers/gpu/drm/armada/armada_drv.c | 3 +-
16841 drivers/gpu/drm/drm_crtc.c | 2 +-
16842 drivers/gpu/drm/drm_drv.c | 2 +-
16843 drivers/gpu/drm/drm_fops.c | 12 +-
16844 drivers/gpu/drm/drm_global.c | 14 +-
16845 drivers/gpu/drm/drm_info.c | 13 +-
16846 drivers/gpu/drm/drm_ioc32.c | 13 +-
16847 drivers/gpu/drm/drm_ioctl.c | 2 +-
16848 drivers/gpu/drm/drm_pci.c | 9 +-
16849 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
16850 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
16851 drivers/gpu/drm/gma500/psb_drv.c | 1 -
16852 drivers/gpu/drm/i810/i810_dma.c | 2 +-
16853 drivers/gpu/drm/i810/i810_drv.c | 6 +-
16854 drivers/gpu/drm/i810/i810_drv.h | 6 +-
16855 drivers/gpu/drm/i915/i915_dma.c | 4 +-
16856 drivers/gpu/drm/i915/i915_drv.c | 7 +-
16857 drivers/gpu/drm/i915/i915_drv.h | 2 +-
16858 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
16859 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
16860 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
16861 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
16862 drivers/gpu/drm/i915/i915_irq.c | 88 +-
16863 drivers/gpu/drm/i915/intel_display.c | 26 +-
16864 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
16865 drivers/gpu/drm/mga/mga_drv.c | 5 +-
16866 drivers/gpu/drm/mga/mga_drv.h | 6 +-
16867 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
16868 drivers/gpu/drm/mga/mga_irq.c | 8 +-
16869 drivers/gpu/drm/mga/mga_state.c | 2 +-
16870 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
16871 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
16872 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
16873 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
16874 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
16875 drivers/gpu/drm/omapdrm/Makefile | 2 +-
16876 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
16877 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
16878 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
16879 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
16880 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
16881 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
16882 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
16883 drivers/gpu/drm/r128/r128_cce.c | 2 +-
16884 drivers/gpu/drm/r128/r128_drv.c | 4 +-
16885 drivers/gpu/drm/r128/r128_drv.h | 6 +-
16886 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
16887 drivers/gpu/drm/r128/r128_irq.c | 4 +-
16888 drivers/gpu/drm/r128/r128_state.c | 6 +-
16889 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
16890 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
16891 drivers/gpu/drm/radeon/radeon_drv.c | 17 +-
16892 drivers/gpu/drm/radeon/radeon_drv.h | 4 +-
16893 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
16894 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
16895 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
16896 drivers/gpu/drm/radeon/radeon_state.c | 6 +-
16897 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
16898 drivers/gpu/drm/savage/savage_bci.c | 2 +-
16899 drivers/gpu/drm/savage/savage_drv.c | 5 +-
16900 drivers/gpu/drm/savage/savage_drv.h | 2 +-
16901 drivers/gpu/drm/sis/sis_drv.c | 5 +-
16902 drivers/gpu/drm/sis/sis_drv.h | 2 +-
16903 drivers/gpu/drm/sis/sis_mm.c | 2 +-
16904 drivers/gpu/drm/tegra/dc.c | 2 +-
16905 drivers/gpu/drm/tegra/dsi.c | 2 +-
16906 drivers/gpu/drm/tegra/hdmi.c | 2 +-
16907 drivers/gpu/drm/tegra/sor.c | 7 +-
16908 drivers/gpu/drm/tilcdc/Makefile | 6 +-
16909 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
16910 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
16911 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
16912 drivers/gpu/drm/udl/udl_fb.c | 1 -
16913 drivers/gpu/drm/via/via_dma.c | 2 +-
16914 drivers/gpu/drm/via/via_drv.c | 5 +-
16915 drivers/gpu/drm/via/via_drv.h | 6 +-
16916 drivers/gpu/drm/via/via_irq.c | 18 +-
16917 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
16918 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
16919 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
16920 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
16921 drivers/gpu/vga/vga_switcheroo.c | 4 +-
16922 drivers/hid/hid-core.c | 4 +-
16923 drivers/hid/hid-sensor-custom.c | 2 +-
16924 drivers/hv/channel.c | 6 +-
16925 drivers/hv/hv.c | 4 +-
16926 drivers/hv/hv_balloon.c | 18 +-
16927 drivers/hv/hyperv_vmbus.h | 2 +-
16928 drivers/hwmon/acpi_power_meter.c | 6 +-
16929 drivers/hwmon/applesmc.c | 2 +-
16930 drivers/hwmon/asus_atk0110.c | 10 +-
16931 drivers/hwmon/coretemp.c | 2 +-
16932 drivers/hwmon/dell-smm-hwmon.c | 2 +-
16933 drivers/hwmon/ibmaem.c | 2 +-
16934 drivers/hwmon/iio_hwmon.c | 2 +-
16935 drivers/hwmon/nct6683.c | 6 +-
16936 drivers/hwmon/nct6775.c | 6 +-
16937 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
16938 drivers/hwmon/sht15.c | 12 +-
16939 drivers/hwmon/via-cputemp.c | 2 +-
16940 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
16941 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
16942 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
16943 drivers/i2c/i2c-dev.c | 2 +-
16944 drivers/ide/ide-cd.c | 2 +-
16945 drivers/ide/ide-disk.c | 2 +-
16946 drivers/iio/industrialio-core.c | 2 +-
16947 drivers/iio/magnetometer/ak8975.c | 2 +-
16948 drivers/infiniband/core/cm.c | 32 +-
16949 drivers/infiniband/core/fmr_pool.c | 20 +-
16950 drivers/infiniband/core/netlink.c | 5 +-
16951 drivers/infiniband/core/uverbs_cmd.c | 3 +
16952 drivers/infiniband/hw/cxgb4/device.c | 6 +-
16953 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
16954 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
16955 drivers/infiniband/hw/mlx4/mad.c | 2 +-
16956 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
16957 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
16958 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
16959 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
16960 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
16961 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
16962 drivers/infiniband/hw/nes/nes.c | 4 +-
16963 drivers/infiniband/hw/nes/nes.h | 40 +-
16964 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
16965 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
16966 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
16967 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
16968 drivers/infiniband/hw/qib/qib.h | 1 +
16969 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
16970 drivers/input/evdev.c | 2 +-
16971 drivers/input/gameport/gameport.c | 4 +-
16972 drivers/input/input.c | 4 +-
16973 drivers/input/joystick/sidewinder.c | 1 +
16974 drivers/input/misc/ims-pcu.c | 4 +-
16975 drivers/input/mouse/psmouse.h | 2 +-
16976 drivers/input/mousedev.c | 2 +-
16977 drivers/input/serio/serio.c | 4 +-
16978 drivers/input/serio/serio_raw.c | 4 +-
16979 drivers/input/touchscreen/htcpen.c | 2 +-
16980 drivers/iommu/arm-smmu-v3.c | 2 +-
16981 drivers/iommu/arm-smmu.c | 43 +-
16982 drivers/iommu/io-pgtable-arm.c | 101 +-
16983 drivers/iommu/io-pgtable.c | 11 +-
16984 drivers/iommu/io-pgtable.h | 19 +-
16985 drivers/iommu/iommu.c | 2 +-
16986 drivers/iommu/ipmmu-vmsa.c | 13 +-
16987 drivers/iommu/irq_remapping.c | 2 +-
16988 drivers/irqchip/irq-gic.c | 2 +-
16989 drivers/irqchip/irq-i8259.c | 2 +-
16990 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
16991 drivers/isdn/capi/capi.c | 10 +-
16992 drivers/isdn/gigaset/interface.c | 8 +-
16993 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
16994 drivers/isdn/hardware/avm/b1.c | 4 +-
16995 drivers/isdn/i4l/isdn_common.c | 2 +
16996 drivers/isdn/i4l/isdn_tty.c | 22 +-
16997 drivers/isdn/icn/icn.c | 2 +-
16998 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
16999 drivers/lguest/core.c | 10 +-
17000 drivers/lguest/page_tables.c | 2 +-
17001 drivers/lguest/x86/core.c | 12 +-
17002 drivers/lguest/x86/switcher_32.S | 27 +-
17003 drivers/md/bcache/alloc.c | 2 +-
17004 drivers/md/bcache/bcache.h | 10 +-
17005 drivers/md/bcache/btree.c | 2 +-
17006 drivers/md/bcache/closure.h | 2 +-
17007 drivers/md/bcache/io.c | 10 +-
17008 drivers/md/bcache/journal.c | 2 +-
17009 drivers/md/bcache/stats.c | 26 +-
17010 drivers/md/bcache/stats.h | 16 +-
17011 drivers/md/bcache/super.c | 2 +-
17012 drivers/md/bcache/sysfs.c | 20 +-
17013 drivers/md/bitmap.c | 2 +-
17014 drivers/md/dm-cache-target.c | 98 +-
17015 drivers/md/dm-ioctl.c | 2 +-
17016 drivers/md/dm-raid.c | 2 +-
17017 drivers/md/dm-raid1.c | 18 +-
17018 drivers/md/dm-stats.c | 6 +-
17019 drivers/md/dm-stripe.c | 10 +-
17020 drivers/md/dm-table.c | 2 +-
17021 drivers/md/dm-thin-metadata.c | 4 +-
17022 drivers/md/dm.c | 28 +-
17023 drivers/md/md.c | 37 +-
17024 drivers/md/md.h | 8 +-
17025 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
17026 drivers/md/persistent-data/dm-space-map.h | 1 +
17027 drivers/md/raid1.c | 8 +-
17028 drivers/md/raid10.c | 20 +-
17029 drivers/md/raid5.c | 26 +-
17030 drivers/media/dvb-core/dvbdev.c | 2 +-
17031 drivers/media/dvb-frontends/af9033.h | 2 +-
17032 drivers/media/dvb-frontends/dib3000.h | 2 +-
17033 drivers/media/dvb-frontends/dib7000p.h | 2 +-
17034 drivers/media/dvb-frontends/dib8000.h | 2 +-
17035 drivers/media/pci/cx88/cx88-video.c | 6 +-
17036 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
17037 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
17038 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
17039 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
17040 drivers/media/pci/tw68/tw68-core.c | 2 +-
17041 drivers/media/pci/zoran/zoran.h | 1 -
17042 drivers/media/pci/zoran/zoran_driver.c | 3 -
17043 drivers/media/platform/omap/omap_vout.c | 11 +-
17044 drivers/media/platform/s5p-tv/mixer.h | 2 +-
17045 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
17046 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
17047 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
17048 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
17049 drivers/media/radio/radio-cadet.c | 2 +
17050 drivers/media/radio/radio-maxiradio.c | 2 +-
17051 drivers/media/radio/radio-shark.c | 2 +-
17052 drivers/media/radio/radio-shark2.c | 2 +-
17053 drivers/media/radio/radio-si476x.c | 2 +-
17054 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
17055 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
17056 drivers/media/v4l2-core/v4l2-device.c | 4 +-
17057 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
17058 drivers/memory/omap-gpmc.c | 21 +-
17059 drivers/message/fusion/mptsas.c | 34 +-
17060 drivers/mfd/ab8500-debugfs.c | 2 +-
17061 drivers/mfd/kempld-core.c | 2 +-
17062 drivers/mfd/max8925-i2c.c | 2 +-
17063 drivers/mfd/tps65910.c | 2 +-
17064 drivers/mfd/twl4030-irq.c | 9 +-
17065 drivers/misc/c2port/core.c | 4 +-
17066 drivers/misc/kgdbts.c | 4 +-
17067 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
17068 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
17069 drivers/misc/mic/scif/scif_api.c | 10 +-
17070 drivers/misc/mic/scif/scif_rb.c | 8 +-
17071 drivers/misc/sgi-gru/gruhandles.c | 4 +-
17072 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
17073 drivers/misc/sgi-gru/grutables.h | 158 +-
17074 drivers/misc/sgi-xp/xp.h | 2 +-
17075 drivers/misc/sgi-xp/xpc.h | 3 +-
17076 drivers/misc/sgi-xp/xpc_main.c | 2 +-
17077 drivers/mmc/host/dw_mmc.h | 2 +-
17078 drivers/mmc/host/mmci.c | 4 +-
17079 drivers/mmc/host/omap_hsmmc.c | 4 +-
17080 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
17081 drivers/mmc/host/sdhci-s3c.c | 8 +-
17082 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
17083 drivers/mtd/nand/denali.c | 1 +
17084 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
17085 drivers/mtd/nftlmount.c | 1 +
17086 drivers/mtd/sm_ftl.c | 2 +-
17087 drivers/net/bonding/bond_netlink.c | 2 +-
17088 drivers/net/caif/caif_hsi.c | 2 +-
17089 drivers/net/can/Kconfig | 2 +-
17090 drivers/net/can/dev.c | 2 +-
17091 drivers/net/can/vcan.c | 2 +-
17092 drivers/net/dummy.c | 2 +-
17093 drivers/net/ethernet/8390/ax88796.c | 4 +-
17094 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
17095 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
17096 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
17097 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
17098 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
17099 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
17100 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
17101 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
17102 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
17103 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
17104 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
17105 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
17106 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
17107 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
17108 drivers/net/ethernet/broadcom/tg3.h | 1 +
17109 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
17110 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
17111 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
17112 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
17113 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
17114 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
17115 drivers/net/ethernet/faraday/ftmac100.c | 2 +
17116 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
17117 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
17118 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
17119 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
17120 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
17121 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
17122 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
17123 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
17124 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
17125 drivers/net/ethernet/realtek/r8169.c | 8 +-
17126 drivers/net/ethernet/sfc/ptp.c | 2 +-
17127 drivers/net/ethernet/sfc/selftest.c | 20 +-
17128 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
17129 drivers/net/ethernet/via/via-rhine.c | 2 +-
17130 drivers/net/geneve.c | 2 +-
17131 drivers/net/hyperv/hyperv_net.h | 2 +-
17132 drivers/net/hyperv/rndis_filter.c | 7 +-
17133 drivers/net/ifb.c | 2 +-
17134 drivers/net/ipvlan/ipvlan_core.c | 2 +-
17135 drivers/net/irda/vlsi_ir.c | 18 +-
17136 drivers/net/irda/vlsi_ir.h | 14 +-
17137 drivers/net/macvlan.c | 20 +-
17138 drivers/net/macvtap.c | 10 +-
17139 drivers/net/nlmon.c | 2 +-
17140 drivers/net/phy/phy_device.c | 6 +-
17141 drivers/net/ppp/ppp_generic.c | 4 +-
17142 drivers/net/slip/slhc.c | 2 +-
17143 drivers/net/team/team.c | 4 +-
17144 drivers/net/tun.c | 7 +-
17145 drivers/net/usb/hso.c | 23 +-
17146 drivers/net/usb/r8152.c | 2 +-
17147 drivers/net/usb/sierra_net.c | 4 +-
17148 drivers/net/virtio_net.c | 2 +-
17149 drivers/net/vrf.c | 2 +-
17150 drivers/net/vxlan.c | 4 +-
17151 drivers/net/wimax/i2400m/rx.c | 2 +-
17152 drivers/net/wireless/airo.c | 2 +-
17153 drivers/net/wireless/at76c50x-usb.c | 2 +-
17154 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
17155 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
17156 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
17157 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
17158 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
17159 drivers/net/wireless/ath/ath9k/main.c | 22 +-
17160 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
17161 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
17162 drivers/net/wireless/ath/carl9170/main.c | 10 +-
17163 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
17164 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
17165 drivers/net/wireless/b43/phy_lp.c | 2 +-
17166 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
17167 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
17168 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
17169 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
17170 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
17171 drivers/net/wireless/mac80211_hwsim.c | 28 +-
17172 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
17173 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
17174 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
17175 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
17176 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
17177 drivers/of/fdt.c | 4 +-
17178 drivers/oprofile/buffer_sync.c | 8 +-
17179 drivers/oprofile/event_buffer.c | 2 +-
17180 drivers/oprofile/oprof.c | 2 +-
17181 drivers/oprofile/oprofile_stats.c | 10 +-
17182 drivers/oprofile/oprofile_stats.h | 10 +-
17183 drivers/oprofile/oprofilefs.c | 6 +-
17184 drivers/oprofile/timer_int.c | 2 +-
17185 drivers/parport/procfs.c | 4 +-
17186 drivers/pci/host/pci-host-generic.c | 2 +-
17187 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
17188 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
17189 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
17190 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
17191 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
17192 drivers/pci/hotplug/pciehp_core.c | 2 +-
17193 drivers/pci/msi.c | 22 +-
17194 drivers/pci/pci-sysfs.c | 6 +-
17195 drivers/pci/pci.h | 2 +-
17196 drivers/pci/pcie/aspm.c | 6 +-
17197 drivers/pci/pcie/portdrv_pci.c | 2 +-
17198 drivers/pci/probe.c | 2 +-
17199 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
17200 drivers/pinctrl/pinctrl-at91.c | 5 +-
17201 drivers/platform/chrome/chromeos_pstore.c | 2 +-
17202 drivers/platform/x86/alienware-wmi.c | 4 +-
17203 drivers/platform/x86/compal-laptop.c | 2 +-
17204 drivers/platform/x86/hdaps.c | 2 +-
17205 drivers/platform/x86/ibm_rtl.c | 2 +-
17206 drivers/platform/x86/intel_oaktrail.c | 2 +-
17207 drivers/platform/x86/msi-laptop.c | 16 +-
17208 drivers/platform/x86/msi-wmi.c | 2 +-
17209 drivers/platform/x86/samsung-laptop.c | 2 +-
17210 drivers/platform/x86/samsung-q10.c | 2 +-
17211 drivers/platform/x86/sony-laptop.c | 14 +-
17212 drivers/platform/x86/thinkpad_acpi.c | 2 +-
17213 drivers/pnp/pnpbios/bioscalls.c | 14 +-
17214 drivers/pnp/pnpbios/core.c | 2 +-
17215 drivers/power/pda_power.c | 7 +-
17216 drivers/power/power_supply.h | 4 +-
17217 drivers/power/power_supply_core.c | 7 +-
17218 drivers/power/power_supply_sysfs.c | 6 +-
17219 drivers/power/reset/at91-reset.c | 5 +-
17220 drivers/powercap/powercap_sys.c | 136 +-
17221 drivers/ptp/ptp_private.h | 2 +-
17222 drivers/ptp/ptp_sysfs.c | 2 +-
17223 drivers/regulator/core.c | 4 +-
17224 drivers/regulator/max8660.c | 6 +-
17225 drivers/regulator/max8973-regulator.c | 16 +-
17226 drivers/regulator/mc13892-regulator.c | 8 +-
17227 drivers/rtc/rtc-armada38x.c | 7 +-
17228 drivers/rtc/rtc-cmos.c | 4 +-
17229 drivers/rtc/rtc-ds1307.c | 2 +-
17230 drivers/rtc/rtc-m48t59.c | 4 +-
17231 drivers/rtc/rtc-rv8803.c | 15 +-
17232 drivers/rtc/rtc-test.c | 6 +-
17233 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
17234 drivers/scsi/bfa/bfa_ioc.h | 4 +-
17235 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
17236 drivers/scsi/hosts.c | 4 +-
17237 drivers/scsi/hpsa.c | 38 +-
17238 drivers/scsi/hpsa.h | 2 +-
17239 drivers/scsi/hptiop.c | 2 -
17240 drivers/scsi/hptiop.h | 1 -
17241 drivers/scsi/ipr.c | 6 +-
17242 drivers/scsi/ipr.h | 2 +-
17243 drivers/scsi/libfc/fc_exch.c | 50 +-
17244 drivers/scsi/libsas/sas_ata.c | 2 +-
17245 drivers/scsi/lpfc/lpfc.h | 8 +-
17246 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
17247 drivers/scsi/lpfc/lpfc_init.c | 6 +-
17248 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
17249 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
17250 drivers/scsi/pmcraid.c | 20 +-
17251 drivers/scsi/pmcraid.h | 8 +-
17252 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
17253 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
17254 drivers/scsi/qla2xxx/qla_os.c | 6 +-
17255 drivers/scsi/qla2xxx/qla_target.c | 10 +-
17256 drivers/scsi/qla2xxx/qla_target.h | 2 +-
17257 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
17258 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
17259 drivers/scsi/scsi.c | 2 +-
17260 drivers/scsi/scsi_lib.c | 8 +-
17261 drivers/scsi/scsi_sysfs.c | 2 +-
17262 drivers/scsi/scsi_transport_fc.c | 8 +-
17263 drivers/scsi/scsi_transport_iscsi.c | 6 +-
17264 drivers/scsi/scsi_transport_srp.c | 6 +-
17265 drivers/scsi/sd.c | 6 +-
17266 drivers/scsi/sg.c | 2 +-
17267 drivers/scsi/sr.c | 21 +-
17268 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
17269 drivers/spi/spi.c | 2 +-
17270 drivers/staging/android/timed_output.c | 6 +-
17271 drivers/staging/comedi/comedi_fops.c | 8 +-
17272 drivers/staging/fbtft/fbtft-core.c | 2 +-
17273 drivers/staging/fbtft/fbtft.h | 2 +-
17274 drivers/staging/gdm724x/gdm_tty.c | 2 +-
17275 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
17276 drivers/staging/iio/adc/ad7280a.c | 4 +-
17277 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
17278 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
17279 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
17280 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
17281 drivers/staging/lustre/lustre/include/obd.h | 2 +-
17282 drivers/staging/octeon/ethernet-rx.c | 20 +-
17283 drivers/staging/octeon/ethernet.c | 8 +-
17284 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
17285 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
17286 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
17287 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
17288 drivers/staging/sm750fb/sm750.c | 14 +-
17289 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
17290 drivers/target/sbp/sbp_target.c | 4 +-
17291 drivers/thermal/cpu_cooling.c | 9 +-
17292 drivers/thermal/devfreq_cooling.c | 19 +-
17293 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
17294 drivers/thermal/of-thermal.c | 17 +-
17295 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
17296 drivers/tty/cyclades.c | 6 +-
17297 drivers/tty/hvc/hvc_console.c | 14 +-
17298 drivers/tty/hvc/hvcs.c | 21 +-
17299 drivers/tty/hvc/hvsi.c | 22 +-
17300 drivers/tty/hvc/hvsi_lib.c | 4 +-
17301 drivers/tty/ipwireless/tty.c | 27 +-
17302 drivers/tty/moxa.c | 2 +-
17303 drivers/tty/n_gsm.c | 4 +-
17304 drivers/tty/n_tty.c | 19 +-
17305 drivers/tty/pty.c | 4 +-
17306 drivers/tty/rocket.c | 6 +-
17307 drivers/tty/serial/8250/8250_core.c | 10 +-
17308 drivers/tty/serial/ifx6x60.c | 2 +-
17309 drivers/tty/serial/ioc4_serial.c | 6 +-
17310 drivers/tty/serial/kgdb_nmi.c | 4 +-
17311 drivers/tty/serial/kgdboc.c | 32 +-
17312 drivers/tty/serial/msm_serial.c | 4 +-
17313 drivers/tty/serial/samsung.c | 9 +-
17314 drivers/tty/serial/serial_core.c | 8 +-
17315 drivers/tty/synclink.c | 34 +-
17316 drivers/tty/synclink_gt.c | 28 +-
17317 drivers/tty/synclinkmp.c | 34 +-
17318 drivers/tty/tty_io.c | 2 +-
17319 drivers/tty/tty_ldisc.c | 8 +-
17320 drivers/tty/tty_port.c | 22 +-
17321 drivers/uio/uio.c | 13 +-
17322 drivers/usb/atm/cxacru.c | 2 +-
17323 drivers/usb/atm/usbatm.c | 24 +-
17324 drivers/usb/class/cdc-acm.h | 2 +-
17325 drivers/usb/core/devices.c | 6 +-
17326 drivers/usb/core/devio.c | 12 +-
17327 drivers/usb/core/hcd.c | 4 +-
17328 drivers/usb/core/sysfs.c | 2 +-
17329 drivers/usb/core/usb.c | 2 +-
17330 drivers/usb/early/ehci-dbgp.c | 16 +-
17331 drivers/usb/gadget/function/u_serial.c | 22 +-
17332 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
17333 drivers/usb/host/ehci-hcd.c | 2 +-
17334 drivers/usb/host/ehci-hub.c | 4 +-
17335 drivers/usb/host/ehci-q.c | 4 +-
17336 drivers/usb/host/fotg210-hcd.c | 2 +-
17337 drivers/usb/host/hwa-hc.c | 2 +-
17338 drivers/usb/host/ohci-hcd.c | 2 +-
17339 drivers/usb/host/r8a66597.h | 2 +-
17340 drivers/usb/host/uhci-hcd.c | 2 +-
17341 drivers/usb/host/xhci-pci.c | 2 +-
17342 drivers/usb/host/xhci.c | 2 +-
17343 drivers/usb/misc/appledisplay.c | 4 +-
17344 drivers/usb/serial/console.c | 8 +-
17345 drivers/usb/storage/transport.c | 2 +-
17346 drivers/usb/storage/usb.c | 2 +-
17347 drivers/usb/storage/usb.h | 2 +-
17348 drivers/usb/usbip/vhci.h | 2 +-
17349 drivers/usb/usbip/vhci_hcd.c | 6 +-
17350 drivers/usb/usbip/vhci_rx.c | 2 +-
17351 drivers/usb/wusbcore/wa-hc.h | 4 +-
17352 drivers/usb/wusbcore/wa-xfer.c | 2 +-
17353 drivers/vhost/vringh.c | 20 +-
17354 drivers/video/backlight/kb3886_bl.c | 2 +-
17355 drivers/video/console/fbcon.c | 2 +-
17356 drivers/video/fbdev/aty/aty128fb.c | 2 +-
17357 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
17358 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
17359 drivers/video/fbdev/core/fb_defio.c | 6 +-
17360 drivers/video/fbdev/core/fbmem.c | 12 +-
17361 drivers/video/fbdev/hyperv_fb.c | 4 +-
17362 drivers/video/fbdev/i810/i810_accel.c | 1 +
17363 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
17364 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
17365 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
17366 drivers/video/fbdev/omap2/dss/display.c | 8 +-
17367 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
17368 drivers/video/fbdev/smscufx.c | 4 +-
17369 drivers/video/fbdev/udlfb.c | 36 +-
17370 drivers/video/fbdev/uvesafb.c | 52 +-
17371 drivers/video/fbdev/vesafb.c | 58 +-
17372 drivers/video/fbdev/via/via_clock.h | 2 +-
17373 drivers/xen/events/events_base.c | 6 +-
17374 fs/Kconfig.binfmt | 2 +-
17375 fs/afs/inode.c | 4 +-
17376 fs/aio.c | 2 +-
17377 fs/autofs4/waitq.c | 2 +-
17378 fs/befs/endian.h | 6 +-
17379 fs/binfmt_aout.c | 23 +-
17380 fs/binfmt_elf.c | 670 +-
17381 fs/binfmt_elf_fdpic.c | 4 +-
17382 fs/block_dev.c | 2 +-
17383 fs/btrfs/ctree.c | 11 +-
17384 fs/btrfs/ctree.h | 4 +-
17385 fs/btrfs/delayed-inode.c | 9 +-
17386 fs/btrfs/delayed-inode.h | 6 +-
17387 fs/btrfs/delayed-ref.c | 4 +-
17388 fs/btrfs/disk-io.c | 4 +-
17389 fs/btrfs/extent_map.c | 8 +-
17390 fs/btrfs/file.c | 4 +-
17391 fs/btrfs/inode.c | 14 +-
17392 fs/btrfs/raid56.c | 32 +-
17393 fs/btrfs/super.c | 2 +-
17394 fs/btrfs/sysfs.c | 2 +-
17395 fs/btrfs/tests/btrfs-tests.c | 2 +-
17396 fs/btrfs/tests/free-space-tests.c | 8 +-
17397 fs/btrfs/transaction.c | 2 +-
17398 fs/btrfs/tree-log.c | 8 +-
17399 fs/btrfs/tree-log.h | 2 +-
17400 fs/btrfs/volumes.c | 14 +-
17401 fs/btrfs/volumes.h | 22 +-
17402 fs/buffer.c | 2 +-
17403 fs/cachefiles/bind.c | 6 +-
17404 fs/cachefiles/daemon.c | 8 +-
17405 fs/cachefiles/internal.h | 12 +-
17406 fs/cachefiles/namei.c | 2 +-
17407 fs/cachefiles/proc.c | 12 +-
17408 fs/ceph/dir.c | 12 +-
17409 fs/ceph/super.c | 4 +-
17410 fs/cifs/cifs_debug.c | 12 +-
17411 fs/cifs/cifsfs.c | 8 +-
17412 fs/cifs/cifsglob.h | 54 +-
17413 fs/cifs/file.c | 12 +-
17414 fs/cifs/misc.c | 4 +-
17415 fs/cifs/smb1ops.c | 80 +-
17416 fs/cifs/smb2ops.c | 84 +-
17417 fs/cifs/smb2pdu.c | 3 +-
17418 fs/coda/cache.c | 10 +-
17419 fs/compat.c | 7 +-
17420 fs/compat_binfmt_elf.c | 2 +
17421 fs/compat_ioctl.c | 12 +-
17422 fs/configfs/dir.c | 10 +-
17423 fs/coredump.c | 18 +-
17424 fs/dcache.c | 64 +-
17425 fs/ecryptfs/inode.c | 2 +-
17426 fs/ecryptfs/miscdev.c | 2 +-
17427 fs/exec.c | 362 +-
17428 fs/ext2/xattr.c | 5 +-
17429 fs/ext4/ext4.h | 20 +-
17430 fs/ext4/mballoc.c | 44 +-
17431 fs/ext4/resize.c | 16 +-
17432 fs/ext4/super.c | 2 +-
17433 fs/ext4/sysfs.c | 2 +-
17434 fs/ext4/xattr.c | 5 +-
17435 fs/fhandle.c | 5 +-
17436 fs/file.c | 18 +-
17437 fs/fs-writeback.c | 11 +-
17438 fs/fs_struct.c | 8 +-
17439 fs/fscache/cookie.c | 40 +-
17440 fs/fscache/internal.h | 202 +-
17441 fs/fscache/object.c | 26 +-
17442 fs/fscache/operation.c | 38 +-
17443 fs/fscache/page.c | 110 +-
17444 fs/fscache/stats.c | 348 +-
17445 fs/fuse/cuse.c | 10 +-
17446 fs/fuse/dev.c | 4 +-
17447 fs/gfs2/file.c | 2 +-
17448 fs/gfs2/glock.c | 22 +-
17449 fs/gfs2/glops.c | 4 +-
17450 fs/gfs2/quota.c | 6 +-
17451 fs/hugetlbfs/inode.c | 13 +-
17452 fs/inode.c | 4 +-
17453 fs/jbd2/commit.c | 2 +-
17454 fs/jbd2/transaction.c | 4 +-
17455 fs/jffs2/erase.c | 3 +-
17456 fs/jffs2/wbuf.c | 3 +-
17457 fs/jfs/super.c | 2 +-
17458 fs/kernfs/dir.c | 2 +-
17459 fs/kernfs/file.c | 20 +-
17460 fs/libfs.c | 10 +-
17461 fs/lockd/clntproc.c | 4 +-
17462 fs/namei.c | 16 +-
17463 fs/namespace.c | 16 +-
17464 fs/nfs/callback_xdr.c | 2 +-
17465 fs/nfs/inode.c | 6 +-
17466 fs/nfsd/nfs4proc.c | 2 +-
17467 fs/nfsd/nfs4xdr.c | 2 +-
17468 fs/nfsd/nfscache.c | 11 +-
17469 fs/nfsd/vfs.c | 6 +-
17470 fs/nls/nls_base.c | 26 +-
17471 fs/nls/nls_euc-jp.c | 6 +-
17472 fs/nls/nls_koi8-ru.c | 6 +-
17473 fs/notify/fanotify/fanotify_user.c | 4 +-
17474 fs/notify/notification.c | 4 +-
17475 fs/ntfs/dir.c | 2 +-
17476 fs/ntfs/super.c | 6 +-
17477 fs/ocfs2/dlm/dlmcommon.h | 4 +-
17478 fs/ocfs2/dlm/dlmdebug.c | 10 +-
17479 fs/ocfs2/dlm/dlmdomain.c | 4 +-
17480 fs/ocfs2/dlm/dlmmaster.c | 4 +-
17481 fs/ocfs2/localalloc.c | 2 +-
17482 fs/ocfs2/ocfs2.h | 10 +-
17483 fs/ocfs2/suballoc.c | 12 +-
17484 fs/ocfs2/super.c | 20 +-
17485 fs/overlayfs/copy_up.c | 2 +-
17486 fs/pipe.c | 72 +-
17487 fs/posix_acl.c | 4 +-
17488 fs/proc/array.c | 20 +
17489 fs/proc/base.c | 4 +-
17490 fs/proc/kcore.c | 34 +-
17491 fs/proc/meminfo.c | 2 +-
17492 fs/proc/nommu.c | 2 +-
17493 fs/proc/proc_sysctl.c | 26 +-
17494 fs/proc/task_mmu.c | 42 +-
17495 fs/proc/task_nommu.c | 4 +-
17496 fs/proc/vmcore.c | 16 +-
17497 fs/qnx6/qnx6.h | 4 +-
17498 fs/quota/netlink.c | 4 +-
17499 fs/read_write.c | 2 +-
17500 fs/readdir.c | 3 +-
17501 fs/reiserfs/do_balan.c | 2 +-
17502 fs/reiserfs/procfs.c | 2 +-
17503 fs/reiserfs/reiserfs.h | 4 +-
17504 fs/seq_file.c | 4 +-
17505 fs/splice.c | 43 +-
17506 fs/squashfs/xattr.c | 12 +-
17507 fs/super.c | 3 +-
17508 fs/sysv/sysv.h | 2 +-
17509 fs/tracefs/inode.c | 8 +-
17510 fs/udf/misc.c | 2 +-
17511 fs/ufs/swab.h | 4 +-
17512 fs/userfaultfd.c | 2 +-
17513 fs/xattr.c | 21 +
17514 fs/xfs/libxfs/xfs_bmap.c | 2 +-
17515 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
17516 fs/xfs/xfs_dir2_readdir.c | 7 +-
17517 fs/xfs/xfs_ioctl.c | 2 +-
17518 fs/xfs/xfs_linux.h | 4 +-
17519 include/acpi/ghes.h | 2 +-
17520 include/asm-generic/4level-fixup.h | 2 +
17521 include/asm-generic/atomic-long.h | 176 +-
17522 include/asm-generic/atomic64.h | 12 +
17523 include/asm-generic/bitops/__fls.h | 2 +-
17524 include/asm-generic/bitops/fls.h | 2 +-
17525 include/asm-generic/bitops/fls64.h | 4 +-
17526 include/asm-generic/bug.h | 6 +-
17527 include/asm-generic/cache.h | 4 +-
17528 include/asm-generic/emergency-restart.h | 2 +-
17529 include/asm-generic/kmap_types.h | 4 +-
17530 include/asm-generic/local.h | 13 +
17531 include/asm-generic/pgtable-nopmd.h | 18 +-
17532 include/asm-generic/pgtable-nopud.h | 15 +-
17533 include/asm-generic/pgtable.h | 16 +
17534 include/asm-generic/sections.h | 1 +
17535 include/asm-generic/uaccess.h | 16 +
17536 include/asm-generic/vmlinux.lds.h | 15 +-
17537 include/crypto/algapi.h | 2 +-
17538 include/drm/drmP.h | 19 +-
17539 include/drm/drm_crtc_helper.h | 2 +-
17540 include/drm/drm_mm.h | 2 +-
17541 include/drm/i915_pciids.h | 2 +-
17542 include/drm/intel-gtt.h | 4 +-
17543 include/drm/ttm/ttm_memory.h | 2 +-
17544 include/drm/ttm/ttm_page_alloc.h | 1 +
17545 include/keys/asymmetric-subtype.h | 2 +-
17546 include/linux/atmdev.h | 4 +-
17547 include/linux/atomic.h | 2 +-
17548 include/linux/audit.h | 2 +-
17549 include/linux/average.h | 2 +-
17550 include/linux/binfmts.h | 3 +-
17551 include/linux/bitmap.h | 2 +-
17552 include/linux/bitops.h | 8 +-
17553 include/linux/blk-cgroup.h | 24 +-
17554 include/linux/blkdev.h | 2 +-
17555 include/linux/blktrace_api.h | 2 +-
17556 include/linux/cache.h | 8 +
17557 include/linux/cdrom.h | 1 -
17558 include/linux/cleancache.h | 2 +-
17559 include/linux/clk-provider.h | 1 +
17560 include/linux/compat.h | 6 +-
17561 include/linux/compiler-gcc.h | 28 +-
17562 include/linux/compiler.h | 193 +-
17563 include/linux/configfs.h | 2 +-
17564 include/linux/cpufreq.h | 3 +-
17565 include/linux/cpuidle.h | 5 +-
17566 include/linux/cpumask.h | 14 +-
17567 include/linux/crypto.h | 4 +-
17568 include/linux/ctype.h | 2 +-
17569 include/linux/dcache.h | 4 +-
17570 include/linux/decompress/mm.h | 2 +-
17571 include/linux/devfreq.h | 2 +-
17572 include/linux/device.h | 7 +-
17573 include/linux/dma-mapping.h | 2 +-
17574 include/linux/efi.h | 1 +
17575 include/linux/elf.h | 2 +
17576 include/linux/err.h | 4 +-
17577 include/linux/extcon.h | 2 +-
17578 include/linux/fb.h | 3 +-
17579 include/linux/fdtable.h | 2 +-
17580 include/linux/fs.h | 5 +-
17581 include/linux/fs_struct.h | 2 +-
17582 include/linux/fscache-cache.h | 2 +-
17583 include/linux/fscache.h | 2 +-
17584 include/linux/fsnotify.h | 2 +-
17585 include/linux/genhd.h | 4 +-
17586 include/linux/genl_magic_func.h | 2 +-
17587 include/linux/gfp.h | 12 +-
17588 include/linux/highmem.h | 12 +
17589 include/linux/hwmon-sysfs.h | 6 +-
17590 include/linux/i2c.h | 1 +
17591 include/linux/if_pppox.h | 2 +-
17592 include/linux/init.h | 12 +-
17593 include/linux/init_task.h | 7 +
17594 include/linux/interrupt.h | 6 +-
17595 include/linux/iommu.h | 2 +-
17596 include/linux/ioport.h | 2 +-
17597 include/linux/ipc.h | 2 +-
17598 include/linux/irq.h | 5 +-
17599 include/linux/irqdesc.h | 2 +-
17600 include/linux/irqdomain.h | 3 +
17601 include/linux/jbd2.h | 2 +-
17602 include/linux/jiffies.h | 16 +-
17603 include/linux/key-type.h | 2 +-
17604 include/linux/kgdb.h | 6 +-
17605 include/linux/kmemleak.h | 4 +-
17606 include/linux/kobject.h | 3 +-
17607 include/linux/kobject_ns.h | 2 +-
17608 include/linux/kref.h | 2 +-
17609 include/linux/libata.h | 2 +-
17610 include/linux/linkage.h | 1 +
17611 include/linux/list.h | 15 +
17612 include/linux/lockref.h | 26 +-
17613 include/linux/math64.h | 10 +-
17614 include/linux/mempolicy.h | 7 +
17615 include/linux/mm.h | 102 +-
17616 include/linux/mm_types.h | 20 +
17617 include/linux/mmiotrace.h | 4 +-
17618 include/linux/mmzone.h | 2 +-
17619 include/linux/mod_devicetable.h | 4 +-
17620 include/linux/module.h | 69 +-
17621 include/linux/moduleloader.h | 16 +
17622 include/linux/moduleparam.h | 4 +-
17623 include/linux/net.h | 2 +-
17624 include/linux/netdevice.h | 7 +-
17625 include/linux/netfilter.h | 2 +-
17626 include/linux/netfilter/nfnetlink.h | 2 +-
17627 include/linux/netlink.h | 12 +-
17628 include/linux/nls.h | 4 +-
17629 include/linux/notifier.h | 3 +-
17630 include/linux/oprofile.h | 4 +-
17631 include/linux/padata.h | 2 +-
17632 include/linux/pci_hotplug.h | 3 +-
17633 include/linux/percpu.h | 2 +-
17634 include/linux/perf_event.h | 12 +-
17635 include/linux/pipe_fs_i.h | 8 +-
17636 include/linux/pm.h | 1 +
17637 include/linux/pm_domain.h | 2 +-
17638 include/linux/pm_runtime.h | 2 +-
17639 include/linux/pnp.h | 2 +-
17640 include/linux/poison.h | 4 +-
17641 include/linux/power/smartreflex.h | 2 +-
17642 include/linux/ppp-comp.h | 2 +-
17643 include/linux/preempt.h | 21 +
17644 include/linux/proc_ns.h | 2 +-
17645 include/linux/psci.h | 2 +-
17646 include/linux/quota.h | 2 +-
17647 include/linux/random.h | 19 +-
17648 include/linux/rculist.h | 16 +
17649 include/linux/rcupdate.h | 8 +
17650 include/linux/reboot.h | 14 +-
17651 include/linux/regset.h | 3 +-
17652 include/linux/relay.h | 2 +-
17653 include/linux/rio.h | 2 +-
17654 include/linux/rmap.h | 4 +-
17655 include/linux/sched.h | 76 +-
17656 include/linux/sched/sysctl.h | 1 +
17657 include/linux/scif.h | 2 +-
17658 include/linux/semaphore.h | 2 +-
17659 include/linux/seq_file.h | 1 +
17660 include/linux/seqlock.h | 10 +
17661 include/linux/signal.h | 2 +-
17662 include/linux/skbuff.h | 12 +-
17663 include/linux/slab.h | 47 +-
17664 include/linux/slab_def.h | 14 +-
17665 include/linux/slub_def.h | 2 +-
17666 include/linux/smp.h | 2 +
17667 include/linux/sock_diag.h | 2 +-
17668 include/linux/sonet.h | 2 +-
17669 include/linux/spinlock.h | 17 +-
17670 include/linux/srcu.h | 5 +-
17671 include/linux/sunrpc/addr.h | 8 +-
17672 include/linux/sunrpc/clnt.h | 2 +-
17673 include/linux/sunrpc/svc.h | 2 +-
17674 include/linux/sunrpc/svc_rdma.h | 18 +-
17675 include/linux/sunrpc/svcauth.h | 2 +-
17676 include/linux/swapops.h | 10 +-
17677 include/linux/swiotlb.h | 3 +-
17678 include/linux/syscalls.h | 23 +-
17679 include/linux/syscore_ops.h | 2 +-
17680 include/linux/sysctl.h | 3 +-
17681 include/linux/sysfs.h | 9 +-
17682 include/linux/sysrq.h | 3 +-
17683 include/linux/tcp.h | 14 +-
17684 include/linux/thread_info.h | 7 +
17685 include/linux/tty.h | 4 +-
17686 include/linux/tty_driver.h | 2 +-
17687 include/linux/tty_ldisc.h | 2 +-
17688 include/linux/types.h | 16 +
17689 include/linux/uaccess.h | 2 +-
17690 include/linux/uio_driver.h | 2 +-
17691 include/linux/unaligned/access_ok.h | 24 +-
17692 include/linux/usb.h | 12 +-
17693 include/linux/usb/hcd.h | 1 +
17694 include/linux/usb/renesas_usbhs.h | 2 +-
17695 include/linux/vermagic.h | 21 +-
17696 include/linux/vga_switcheroo.h | 8 +-
17697 include/linux/vmalloc.h | 7 +-
17698 include/linux/vmstat.h | 24 +-
17699 include/linux/writeback.h | 3 +-
17700 include/linux/xattr.h | 5 +-
17701 include/linux/zlib.h | 3 +-
17702 include/media/v4l2-dev.h | 2 +-
17703 include/media/v4l2-device.h | 2 +-
17704 include/net/9p/transport.h | 2 +-
17705 include/net/bluetooth/l2cap.h | 2 +-
17706 include/net/bonding.h | 2 +-
17707 include/net/caif/cfctrl.h | 6 +-
17708 include/net/cfg802154.h | 2 +-
17709 include/net/flow.h | 2 +-
17710 include/net/genetlink.h | 2 +-
17711 include/net/gro_cells.h | 2 +-
17712 include/net/inet_connection_sock.h | 2 +-
17713 include/net/inet_sock.h | 2 +-
17714 include/net/inetpeer.h | 2 +-
17715 include/net/ip_fib.h | 2 +-
17716 include/net/ip_vs.h | 8 +-
17717 include/net/ipv6.h | 2 +-
17718 include/net/irda/ircomm_tty.h | 1 +
17719 include/net/iucv/af_iucv.h | 2 +-
17720 include/net/llc_c_ac.h | 2 +-
17721 include/net/llc_c_ev.h | 4 +-
17722 include/net/llc_c_st.h | 2 +-
17723 include/net/llc_s_ac.h | 2 +-
17724 include/net/llc_s_st.h | 2 +-
17725 include/net/mac80211.h | 6 +-
17726 include/net/neighbour.h | 4 +-
17727 include/net/net_namespace.h | 18 +-
17728 include/net/netlink.h | 2 +-
17729 include/net/netns/conntrack.h | 6 +-
17730 include/net/netns/ipv4.h | 4 +-
17731 include/net/netns/ipv6.h | 4 +-
17732 include/net/netns/xfrm.h | 2 +-
17733 include/net/ping.h | 2 +-
17734 include/net/protocol.h | 4 +-
17735 include/net/rtnetlink.h | 2 +-
17736 include/net/sctp/checksum.h | 4 +-
17737 include/net/sctp/sm.h | 4 +-
17738 include/net/sctp/structs.h | 2 +-
17739 include/net/snmp.h | 10 +-
17740 include/net/sock.h | 12 +-
17741 include/net/tcp.h | 8 +-
17742 include/net/xfrm.h | 13 +-
17743 include/rdma/iw_cm.h | 2 +-
17744 include/scsi/libfc.h | 3 +-
17745 include/scsi/scsi_device.h | 6 +-
17746 include/scsi/scsi_driver.h | 2 +-
17747 include/scsi/scsi_transport_fc.h | 3 +-
17748 include/scsi/sg.h | 2 +-
17749 include/sound/compress_driver.h | 2 +-
17750 include/sound/soc.h | 4 +-
17751 include/trace/events/irq.h | 4 +-
17752 include/uapi/linux/a.out.h | 8 +
17753 include/uapi/linux/bcache.h | 5 +-
17754 include/uapi/linux/byteorder/little_endian.h | 28 +-
17755 include/uapi/linux/connector.h | 2 +-
17756 include/uapi/linux/elf.h | 28 +
17757 include/uapi/linux/screen_info.h | 2 +-
17758 include/uapi/linux/swab.h | 6 +-
17759 include/uapi/linux/xattr.h | 4 +
17760 include/video/udlfb.h | 8 +-
17761 include/video/uvesafb.h | 1 +
17762 init/Kconfig | 2 +-
17763 init/Makefile | 3 +
17764 init/do_mounts.c | 14 +-
17765 init/do_mounts.h | 8 +-
17766 init/do_mounts_initrd.c | 30 +-
17767 init/do_mounts_md.c | 6 +-
17768 init/init_task.c | 4 +
17769 init/initramfs.c | 38 +-
17770 init/main.c | 30 +-
17771 ipc/compat.c | 4 +-
17772 ipc/ipc_sysctl.c | 14 +-
17773 ipc/mq_sysctl.c | 4 +-
17774 ipc/sem.c | 4 +-
17775 ipc/shm.c | 6 +
17776 kernel/audit.c | 8 +-
17777 kernel/auditsc.c | 4 +-
17778 kernel/bpf/core.c | 7 +-
17779 kernel/capability.c | 3 +
17780 kernel/compat.c | 38 +-
17781 kernel/debug/debug_core.c | 16 +-
17782 kernel/debug/kdb/kdb_main.c | 4 +-
17783 kernel/events/core.c | 30 +-
17784 kernel/events/internal.h | 10 +-
17785 kernel/events/uprobes.c | 2 +-
17786 kernel/exit.c | 27 +-
17787 kernel/fork.c | 175 +-
17788 kernel/futex.c | 11 +-
17789 kernel/futex_compat.c | 2 +-
17790 kernel/gcov/base.c | 7 +-
17791 kernel/irq/manage.c | 2 +-
17792 kernel/irq/msi.c | 19 +-
17793 kernel/irq/spurious.c | 2 +-
17794 kernel/jump_label.c | 5 +
17795 kernel/kallsyms.c | 37 +-
17796 kernel/kexec.c | 3 +-
17797 kernel/kmod.c | 8 +-
17798 kernel/kprobes.c | 4 +-
17799 kernel/ksysfs.c | 2 +-
17800 kernel/locking/lockdep.c | 7 +-
17801 kernel/locking/mutex-debug.c | 12 +-
17802 kernel/locking/mutex-debug.h | 4 +-
17803 kernel/locking/mutex.c | 6 +-
17804 kernel/module.c | 422 +-
17805 kernel/notifier.c | 17 +-
17806 kernel/padata.c | 4 +-
17807 kernel/panic.c | 5 +-
17808 kernel/pid.c | 2 +-
17809 kernel/pid_namespace.c | 2 +-
17810 kernel/power/process.c | 12 +-
17811 kernel/profile.c | 14 +-
17812 kernel/ptrace.c | 8 +-
17813 kernel/rcu/rcutorture.c | 60 +-
17814 kernel/rcu/tiny.c | 4 +-
17815 kernel/rcu/tree.c | 42 +-
17816 kernel/rcu/tree.h | 16 +-
17817 kernel/rcu/tree_plugin.h | 18 +-
17818 kernel/rcu/tree_trace.c | 14 +-
17819 kernel/resource.c | 4 +-
17820 kernel/sched/auto_group.c | 4 +-
17821 kernel/sched/core.c | 45 +-
17822 kernel/sched/fair.c | 2 +-
17823 kernel/sched/sched.h | 2 +-
17824 kernel/signal.c | 24 +-
17825 kernel/smpboot.c | 4 +-
17826 kernel/softirq.c | 12 +-
17827 kernel/sys.c | 10 +-
17828 kernel/sysctl.c | 34 +-
17829 kernel/time/alarmtimer.c | 2 +-
17830 kernel/time/posix-cpu-timers.c | 4 +-
17831 kernel/time/posix-timers.c | 24 +-
17832 kernel/time/timer.c | 2 +-
17833 kernel/time/timer_stats.c | 10 +-
17834 kernel/trace/blktrace.c | 6 +-
17835 kernel/trace/ftrace.c | 15 +-
17836 kernel/trace/ring_buffer.c | 96 +-
17837 kernel/trace/trace.c | 2 +-
17838 kernel/trace/trace.h | 2 +-
17839 kernel/trace/trace_clock.c | 4 +-
17840 kernel/trace/trace_events.c | 1 -
17841 kernel/trace/trace_functions_graph.c | 4 +-
17842 kernel/trace/trace_mmiotrace.c | 8 +-
17843 kernel/trace/trace_output.c | 10 +-
17844 kernel/trace/trace_seq.c | 2 +-
17845 kernel/trace/trace_stack.c | 2 +-
17846 kernel/user.c | 2 +-
17847 kernel/user_namespace.c | 2 +-
17848 kernel/utsname_sysctl.c | 2 +-
17849 kernel/watchdog.c | 2 +-
17850 kernel/workqueue.c | 8 +-
17851 lib/Kconfig.debug | 8 +-
17852 lib/Makefile | 2 +-
17853 lib/bitmap.c | 8 +-
17854 lib/bug.c | 2 +
17855 lib/debugobjects.c | 2 +-
17856 lib/decompress_bunzip2.c | 3 +-
17857 lib/decompress_unlzma.c | 4 +-
17858 lib/div64.c | 4 +-
17859 lib/dma-debug.c | 4 +-
17860 lib/inflate.c | 2 +-
17861 lib/ioremap.c | 4 +-
17862 lib/kobject.c | 4 +-
17863 lib/list_debug.c | 126 +-
17864 lib/lockref.c | 44 +-
17865 lib/percpu-refcount.c | 2 +-
17866 lib/radix-tree.c | 2 +-
17867 lib/random32.c | 2 +-
17868 lib/rhashtable.c | 4 +-
17869 lib/show_mem.c | 2 +-
17870 lib/strncpy_from_user.c | 2 +-
17871 lib/strnlen_user.c | 2 +-
17872 lib/swiotlb.c | 2 +-
17873 lib/usercopy.c | 6 +
17874 lib/vsprintf.c | 12 +-
17875 mm/Kconfig | 6 +-
17876 mm/backing-dev.c | 4 +-
17877 mm/debug.c | 3 +
17878 mm/filemap.c | 2 +-
17879 mm/gup.c | 13 +-
17880 mm/highmem.c | 6 +-
17881 mm/hugetlb.c | 70 +-
17882 mm/internal.h | 1 +
17883 mm/maccess.c | 12 +-
17884 mm/madvise.c | 37 +
17885 mm/memory-failure.c | 6 +-
17886 mm/memory.c | 424 +-
17887 mm/mempolicy.c | 25 +
17888 mm/mlock.c | 18 +-
17889 mm/mm_init.c | 2 +-
17890 mm/mmap.c | 582 +-
17891 mm/mprotect.c | 137 +-
17892 mm/mremap.c | 39 +-
17893 mm/nommu.c | 21 +-
17894 mm/page-writeback.c | 2 +-
17895 mm/page_alloc.c | 50 +-
17896 mm/percpu.c | 2 +-
17897 mm/process_vm_access.c | 14 +-
17898 mm/rmap.c | 45 +-
17899 mm/shmem.c | 19 +-
17900 mm/slab.c | 111 +-
17901 mm/slab.h | 22 +-
17902 mm/slab_common.c | 86 +-
17903 mm/slob.c | 218 +-
17904 mm/slub.c | 109 +-
17905 mm/sparse-vmemmap.c | 4 +-
17906 mm/sparse.c | 2 +-
17907 mm/swap.c | 2 +
17908 mm/swapfile.c | 12 +-
17909 mm/util.c | 6 +
17910 mm/vmalloc.c | 114 +-
17911 mm/vmstat.c | 12 +-
17912 net/8021q/vlan.c | 5 +-
17913 net/8021q/vlan_netlink.c | 2 +-
17914 net/9p/mod.c | 4 +-
17915 net/9p/trans_fd.c | 2 +-
17916 net/atm/atm_misc.c | 8 +-
17917 net/atm/lec.h | 2 +-
17918 net/atm/proc.c | 6 +-
17919 net/atm/resources.c | 4 +-
17920 net/ax25/sysctl_net_ax25.c | 2 +-
17921 net/batman-adv/bat_iv_ogm.c | 8 +-
17922 net/batman-adv/fragmentation.c | 2 +-
17923 net/batman-adv/routing.c | 4 +-
17924 net/batman-adv/soft-interface.c | 10 +-
17925 net/batman-adv/translation-table.c | 14 +-
17926 net/batman-adv/types.h | 8 +-
17927 net/bluetooth/hci_sock.c | 2 +-
17928 net/bluetooth/l2cap_core.c | 6 +-
17929 net/bluetooth/l2cap_sock.c | 12 +-
17930 net/bluetooth/rfcomm/sock.c | 4 +-
17931 net/bluetooth/rfcomm/tty.c | 4 +-
17932 net/bridge/br_netlink.c | 2 +-
17933 net/bridge/netfilter/ebtables.c | 6 +-
17934 net/caif/cfctrl.c | 11 +-
17935 net/caif/chnl_net.c | 2 +-
17936 net/can/af_can.c | 2 +-
17937 net/can/gw.c | 6 +-
17938 net/ceph/messenger.c | 4 +-
17939 net/compat.c | 26 +-
17940 net/core/datagram.c | 2 +-
17941 net/core/dev.c | 16 +-
17942 net/core/filter.c | 2 +-
17943 net/core/flow.c | 6 +-
17944 net/core/neighbour.c | 18 +-
17945 net/core/net-sysfs.c | 2 +-
17946 net/core/net_namespace.c | 8 +-
17947 net/core/netpoll.c | 4 +-
17948 net/core/rtnetlink.c | 17 +-
17949 net/core/scm.c | 12 +-
17950 net/core/skbuff.c | 11 +-
17951 net/core/sock.c | 28 +-
17952 net/core/sock_diag.c | 15 +-
17953 net/core/sysctl_net_core.c | 22 +-
17954 net/decnet/af_decnet.c | 1 +
17955 net/decnet/sysctl_net_decnet.c | 4 +-
17956 net/dsa/dsa.c | 2 +-
17957 net/hsr/hsr_netlink.c | 2 +-
17958 net/ieee802154/6lowpan/core.c | 2 +-
17959 net/ieee802154/6lowpan/reassembly.c | 14 +-
17960 net/ipv4/af_inet.c | 2 +-
17961 net/ipv4/arp.c | 2 +-
17962 net/ipv4/devinet.c | 18 +-
17963 net/ipv4/fib_frontend.c | 6 +-
17964 net/ipv4/fib_semantics.c | 2 +-
17965 net/ipv4/inet_connection_sock.c | 4 +-
17966 net/ipv4/inet_diag.c | 4 +-
17967 net/ipv4/inet_timewait_sock.c | 2 +-
17968 net/ipv4/inetpeer.c | 2 +-
17969 net/ipv4/ip_fragment.c | 15 +-
17970 net/ipv4/ip_gre.c | 6 +-
17971 net/ipv4/ip_sockglue.c | 2 +-
17972 net/ipv4/ip_vti.c | 4 +-
17973 net/ipv4/ipconfig.c | 6 +-
17974 net/ipv4/ipip.c | 4 +-
17975 net/ipv4/netfilter/arp_tables.c | 12 +-
17976 net/ipv4/netfilter/ip_tables.c | 12 +-
17977 net/ipv4/ping.c | 14 +-
17978 net/ipv4/proc.c | 8 +-
17979 net/ipv4/raw.c | 14 +-
17980 net/ipv4/route.c | 32 +-
17981 net/ipv4/sysctl_net_ipv4.c | 22 +-
17982 net/ipv4/tcp_input.c | 6 +-
17983 net/ipv4/tcp_probe.c | 2 +-
17984 net/ipv4/udp.c | 10 +-
17985 net/ipv4/xfrm4_mode_transport.c | 2 +-
17986 net/ipv4/xfrm4_policy.c | 17 +-
17987 net/ipv4/xfrm4_state.c | 4 +-
17988 net/ipv6/addrconf.c | 22 +-
17989 net/ipv6/af_inet6.c | 2 +-
17990 net/ipv6/datagram.c | 2 +-
17991 net/ipv6/icmp.c | 2 +-
17992 net/ipv6/ip6_fib.c | 4 +-
17993 net/ipv6/ip6_gre.c | 10 +-
17994 net/ipv6/ip6_tunnel.c | 4 +-
17995 net/ipv6/ip6_vti.c | 4 +-
17996 net/ipv6/ipv6_sockglue.c | 2 +-
17997 net/ipv6/ndisc.c | 2 +-
17998 net/ipv6/netfilter/ip6_tables.c | 12 +-
17999 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
18000 net/ipv6/ping.c | 33 +-
18001 net/ipv6/proc.c | 10 +-
18002 net/ipv6/raw.c | 17 +-
18003 net/ipv6/reassembly.c | 13 +-
18004 net/ipv6/route.c | 2 +-
18005 net/ipv6/sit.c | 4 +-
18006 net/ipv6/sysctl_net_ipv6.c | 2 +-
18007 net/ipv6/udp.c | 6 +-
18008 net/ipv6/xfrm6_policy.c | 17 +-
18009 net/irda/ircomm/ircomm_tty.c | 18 +-
18010 net/iucv/af_iucv.c | 4 +-
18011 net/iucv/iucv.c | 2 +-
18012 net/key/af_key.c | 4 +-
18013 net/l2tp/l2tp_eth.c | 38 +-
18014 net/l2tp/l2tp_ip.c | 2 +-
18015 net/l2tp/l2tp_ip6.c | 2 +-
18016 net/mac80211/cfg.c | 10 +-
18017 net/mac80211/debugfs_key.c | 4 +-
18018 net/mac80211/ieee80211_i.h | 3 +-
18019 net/mac80211/iface.c | 20 +-
18020 net/mac80211/key.c | 4 +-
18021 net/mac80211/main.c | 2 +-
18022 net/mac80211/pm.c | 4 +-
18023 net/mac80211/rate.c | 2 +-
18024 net/mac80211/sta_info.c | 2 +-
18025 net/mac80211/tx.c | 2 +-
18026 net/mac80211/util.c | 8 +-
18027 net/mac80211/wpa.c | 10 +-
18028 net/mac802154/iface.c | 4 +-
18029 net/mpls/af_mpls.c | 6 +-
18030 net/netfilter/ipset/ip_set_core.c | 4 +-
18031 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
18032 net/netfilter/ipvs/ip_vs_core.c | 4 +-
18033 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
18034 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
18035 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
18036 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
18037 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
18038 net/netfilter/nf_conntrack_acct.c | 2 +-
18039 net/netfilter/nf_conntrack_ecache.c | 2 +-
18040 net/netfilter/nf_conntrack_helper.c | 2 +-
18041 net/netfilter/nf_conntrack_netlink.c | 22 +-
18042 net/netfilter/nf_conntrack_proto.c | 2 +-
18043 net/netfilter/nf_conntrack_standalone.c | 2 +-
18044 net/netfilter/nf_conntrack_timestamp.c | 2 +-
18045 net/netfilter/nf_log.c | 10 +-
18046 net/netfilter/nf_sockopt.c | 4 +-
18047 net/netfilter/nf_tables_api.c | 13 +-
18048 net/netfilter/nfnetlink_acct.c | 7 +-
18049 net/netfilter/nfnetlink_cthelper.c | 2 +-
18050 net/netfilter/nfnetlink_cttimeout.c | 2 +-
18051 net/netfilter/nfnetlink_log.c | 4 +-
18052 net/netfilter/nft_compat.c | 9 +-
18053 net/netfilter/xt_statistic.c | 8 +-
18054 net/netlink/af_netlink.c | 14 +-
18055 net/netlink/diag.c | 2 +-
18056 net/netlink/genetlink.c | 14 +-
18057 net/openvswitch/vport-internal_dev.c | 2 +-
18058 net/packet/af_packet.c | 26 +-
18059 net/packet/diag.c | 2 +-
18060 net/packet/internal.h | 6 +-
18061 net/phonet/pep.c | 6 +-
18062 net/phonet/socket.c | 2 +-
18063 net/phonet/sysctl.c | 2 +-
18064 net/rds/cong.c | 6 +-
18065 net/rds/ib.h | 2 +-
18066 net/rds/ib_cm.c | 2 +-
18067 net/rds/ib_recv.c | 4 +-
18068 net/rds/iw.h | 2 +-
18069 net/rds/iw_cm.c | 2 +-
18070 net/rds/iw_recv.c | 4 +-
18071 net/rds/rds.h | 2 +-
18072 net/rds/tcp.c | 2 +-
18073 net/rds/tcp_send.c | 2 +-
18074 net/rxrpc/af_rxrpc.c | 2 +-
18075 net/rxrpc/ar-ack.c | 14 +-
18076 net/rxrpc/ar-call.c | 2 +-
18077 net/rxrpc/ar-connection.c | 2 +-
18078 net/rxrpc/ar-connevent.c | 2 +-
18079 net/rxrpc/ar-input.c | 4 +-
18080 net/rxrpc/ar-internal.h | 8 +-
18081 net/rxrpc/ar-local.c | 2 +-
18082 net/rxrpc/ar-output.c | 4 +-
18083 net/rxrpc/ar-peer.c | 2 +-
18084 net/rxrpc/ar-proc.c | 4 +-
18085 net/rxrpc/ar-transport.c | 2 +-
18086 net/rxrpc/rxkad.c | 4 +-
18087 net/sched/sch_generic.c | 4 +-
18088 net/sctp/ipv6.c | 6 +-
18089 net/sctp/protocol.c | 10 +-
18090 net/sctp/sm_sideeffect.c | 2 +-
18091 net/sctp/socket.c | 21 +-
18092 net/sctp/sysctl.c | 10 +-
18093 net/socket.c | 18 +-
18094 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
18095 net/sunrpc/clnt.c | 4 +-
18096 net/sunrpc/sched.c | 4 +-
18097 net/sunrpc/svc.c | 4 +-
18098 net/sunrpc/svcauth_unix.c | 2 +-
18099 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
18100 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
18101 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
18102 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
18103 net/tipc/netlink_compat.c | 12 +-
18104 net/tipc/subscr.c | 2 +-
18105 net/unix/diag.c | 2 +-
18106 net/unix/sysctl_net_unix.c | 2 +-
18107 net/wireless/wext-core.c | 19 +-
18108 net/xfrm/xfrm_policy.c | 16 +-
18109 net/xfrm/xfrm_state.c | 33 +-
18110 net/xfrm/xfrm_sysctl.c | 2 +-
18111 net/xfrm/xfrm_user.c | 2 +-
18112 scripts/Kbuild.include | 2 +-
18113 scripts/Makefile.build | 2 +-
18114 scripts/Makefile.clean | 3 +-
18115 scripts/Makefile.host | 69 +-
18116 scripts/basic/fixdep.c | 12 +-
18117 scripts/dtc/checks.c | 14 +-
18118 scripts/dtc/data.c | 6 +-
18119 scripts/dtc/flattree.c | 8 +-
18120 scripts/dtc/livetree.c | 4 +-
18121 scripts/gcc-plugin.sh | 51 +
18122 scripts/headers_install.sh | 1 +
18123 scripts/kallsyms.c | 4 +-
18124 scripts/kconfig/lkc.h | 5 +-
18125 scripts/kconfig/menu.c | 2 +-
18126 scripts/kconfig/symbol.c | 6 +-
18127 scripts/link-vmlinux.sh | 2 +-
18128 scripts/mod/file2alias.c | 14 +-
18129 scripts/mod/modpost.c | 25 +-
18130 scripts/mod/modpost.h | 6 +-
18131 scripts/mod/sumversion.c | 2 +-
18132 scripts/module-common.lds | 4 +
18133 scripts/package/builddeb | 1 +
18134 scripts/pnmtologo.c | 6 +-
18135 scripts/sortextable.h | 6 +-
18136 scripts/tags.sh | 2 +-
18137 security/Kconfig | 691 +-
18138 security/apparmor/include/policy.h | 2 +-
18139 security/apparmor/policy.c | 4 +-
18140 security/integrity/ima/ima.h | 4 +-
18141 security/integrity/ima/ima_api.c | 2 +-
18142 security/integrity/ima/ima_fs.c | 4 +-
18143 security/integrity/ima/ima_queue.c | 2 +-
18144 security/keys/internal.h | 8 +-
18145 security/keys/key.c | 18 +-
18146 security/keys/keyring.c | 4 -
18147 security/selinux/avc.c | 6 +-
18148 security/selinux/include/xfrm.h | 2 +-
18149 security/yama/yama_lsm.c | 2 +-
18150 sound/aoa/codecs/onyx.c | 7 +-
18151 sound/aoa/codecs/onyx.h | 1 +
18152 sound/core/oss/pcm_oss.c | 18 +-
18153 sound/core/pcm_compat.c | 2 +-
18154 sound/core/pcm_native.c | 4 +-
18155 sound/core/seq/seq_clientmgr.c | 10 +-
18156 sound/core/seq/seq_compat.c | 2 +-
18157 sound/core/seq/seq_fifo.c | 6 +-
18158 sound/core/seq/seq_fifo.h | 2 +-
18159 sound/core/seq/seq_memory.c | 6 +-
18160 sound/core/sound.c | 2 +-
18161 sound/drivers/mts64.c | 14 +-
18162 sound/drivers/opl4/opl4_lib.c | 2 +-
18163 sound/drivers/portman2x4.c | 3 +-
18164 sound/firewire/amdtp-am824.c | 2 +-
18165 sound/firewire/amdtp-stream.c | 4 +-
18166 sound/firewire/amdtp-stream.h | 2 +-
18167 sound/firewire/digi00x/amdtp-dot.c | 2 +-
18168 sound/firewire/isight.c | 10 +-
18169 sound/firewire/scs1x.c | 8 +-
18170 sound/oss/sb_audio.c | 2 +-
18171 sound/oss/swarm_cs4297a.c | 6 +-
18172 sound/pci/hda/hda_codec.c | 2 +-
18173 sound/pci/ymfpci/ymfpci.h | 2 +-
18174 sound/pci/ymfpci/ymfpci_main.c | 12 +-
18175 sound/soc/codecs/sti-sas.c | 10 +-
18176 sound/soc/intel/skylake/skl-sst-dsp.h | 4 +-
18177 sound/soc/soc-ac97.c | 6 +-
18178 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
18179 tools/gcc/Makefile | 42 +
18180 tools/gcc/checker_plugin.c | 549 +
18181 tools/gcc/colorize_plugin.c | 215 +
18182 tools/gcc/constify_plugin.c | 571 +
18183 tools/gcc/gcc-common.h | 819 +
18184 tools/gcc/initify_plugin.c | 591 +
18185 tools/gcc/kallocstat_plugin.c | 188 +
18186 tools/gcc/kernexec_plugin.c | 549 +
18187 tools/gcc/latent_entropy_plugin.c | 474 +
18188 tools/gcc/randomize_layout_seed.h | 1 +
18189 tools/gcc/size_overflow_plugin/.gitignore | 2 +
18190 tools/gcc/size_overflow_plugin/Makefile | 28 +
18191 .../disable_size_overflow_hash.data | 12434 ++
18192 .../disable_size_overflow_hash.h | 152601 ++++++++++++++++++
18193 .../generate_size_overflow_hash.sh | 103 +
18194 .../insert_size_overflow_asm.c | 416 +
18195 .../size_overflow_plugin/intentional_overflow.c | 1116 +
18196 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
18197 tools/gcc/size_overflow_plugin/size_overflow.h | 325 +
18198 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
18199 .../size_overflow_plugin/size_overflow_hash.data | 21454 +++
18200 .../size_overflow_hash_aux.data | 92 +
18201 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 +
18202 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
18203 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
18204 .../size_overflow_plugin_hash.c | 352 +
18205 .../size_overflow_plugin/size_overflow_transform.c | 745 +
18206 .../size_overflow_transform_core.c | 1015 +
18207 tools/gcc/stackleak_plugin.c | 444 +
18208 tools/gcc/structleak_plugin.c | 290 +
18209 tools/include/linux/compiler.h | 8 +
18210 tools/perf/util/include/asm/alternative-asm.h | 3 +
18211 tools/virtio/linux/uaccess.h | 2 +-
18212 virt/kvm/kvm_main.c | 42 +-
18213 2088 files changed, 221599 insertions(+), 9618 deletions(-)
18214commit 87790bbd0d8dc2bd7fd86cb947e32886db9e9766
18215Author: Matthew Wilcox <willy@linux.intel.com>
18216Date: Tue Feb 2 16:57:52 2016 -0800
18217
18218 radix-tree: fix race in gang lookup
18219
18220 If the indirect_ptr bit is set on a slot, that indicates we need to redo
18221 the lookup. Introduce a new function radix_tree_iter_retry() which
18222 forces the loop to retry the lookup by setting 'slot' to NULL and
18223 turning the iterator back to point at the problematic entry.
18224
18225 This is a pretty rare problem to hit at the moment; the lookup has to
18226 race with a grow of the radix tree from a height of 0. The consequences
18227 of hitting this race are that gang lookup could return a pointer to a
18228 radix_tree_node instead of a pointer to whatever the user had inserted
18229 in the tree.
18230
18231 Fixes: cebbd29e1c2f ("radix-tree: rewrite gang lookup using iterator")
18232 Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
18233 Cc: Hugh Dickins <hughd@google.com>
18234 Cc: Ohad Ben-Cohen <ohad@wizery.com>
18235 Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
18236 Cc: <stable@vger.kernel.org>
18237 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18238 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18239
18240 include/linux/radix-tree.h | 16 ++++++++++++++++
18241 lib/radix-tree.c | 12 ++++++++++--
18242 2 files changed, 26 insertions(+), 2 deletions(-)
18243
18244commit bf628043b4589c910919a0f221ae7f42aa8cea93
18245Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
18246Date: Wed Feb 3 02:11:03 2016 +0100
18247
18248 unix: correctly track in-flight fds in sending process user_struct
18249
18250 The commit referenced in the Fixes tag incorrectly accounted the number
18251 of in-flight fds over a unix domain socket to the original opener
18252 of the file-descriptor. This allows another process to arbitrary
18253 deplete the original file-openers resource limit for the maximum of
18254 open files. Instead the sending processes and its struct cred should
18255 be credited.
18256
18257 To do so, we add a reference counted struct user_struct pointer to the
18258 scm_fp_list and use it to account for the number of inflight unix fds.
18259
18260 Fixes: 712f4aad406bb1 ("unix: properly account for FDs passed over unix sockets")
18261 Reported-by: David Herrmann <dh.herrmann@gmail.com>
18262 Cc: David Herrmann <dh.herrmann@gmail.com>
18263 Cc: Willy Tarreau <w@1wt.eu>
18264 Cc: Linus Torvalds <torvalds@linux-foundation.org>
18265 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
18266 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
18267 Signed-off-by: David S. Miller <davem@davemloft.net>
18268
18269 include/net/af_unix.h | 4 ++--
18270 include/net/scm.h | 1 +
18271 net/core/scm.c | 7 +++++++
18272 net/unix/af_unix.c | 4 ++--
18273 net/unix/garbage.c | 8 ++++----
18274 5 files changed, 16 insertions(+), 8 deletions(-)
18275
18276commit e830db443ff78d70b7b63536e688d73907face0c
18277Author: Mike Kravetz <mike.kravetz@oracle.com>
18278Date: Fri Jan 15 16:57:37 2016 -0800
18279
18280 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
18281
18282 Hillf Danton noticed bugs in the hugetlb_vmtruncate_list routine. The
18283 argument end is of type pgoff_t. It was being converted to a vaddr
18284 offset and passed to unmap_hugepage_range. However, end was also being
18285 used as an argument to the vma_interval_tree_foreach controlling loop.
18286 In addition, the conversion of end to vaddr offset was incorrect.
18287
18288 hugetlb_vmtruncate_list is called as part of a file truncate or
18289 fallocate hole punch operation.
18290
18291 When truncating a hugetlbfs file, this bug could prevent some pages from
18292 being unmapped. This is possible if there are multiple vmas mapping the
18293 file, and there is a sufficiently sized hole between the mappings. The
18294 size of the hole between two vmas (A,B) must be such that the starting
18295 virtual address of B is greater than (ending virtual address of A <<
18296 PAGE_SHIFT). In this case, the pages in B would not be unmapped. If
18297 pages are not properly unmapped during truncate, the following BUG is
18298 hit:
18299
18300 kernel BUG at fs/hugetlbfs/inode.c:428!
18301
18302 In the fallocate hole punch case, this bug could prevent pages from
18303 being unmapped as in the truncate case. However, for hole punch the
18304 result is that unmapped pages will not be removed during the operation.
18305 For hole punch, it is also possible that more pages than desired will be
18306 unmapped. This unnecessary unmapping will cause page faults to
18307 reestablish the mappings on subsequent page access.
18308
18309 Fixes: 1bfad99ab (" hugetlbfs: hugetlb_vmtruncate_list() needs to take a range")Reported-by: Hillf Danton <hillf.zj@alibaba-inc.com>
18310 Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
18311 Cc: Hugh Dickins <hughd@google.com>
18312 Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
18313 Cc: Davidlohr Bueso <dave@stgolabs.net>
18314 Cc: Dave Hansen <dave.hansen@linux.intel.com>
18315 Cc: <stable@vger.kernel.org> [4.3]
18316 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18317 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18318
18319 fs/hugetlbfs/inode.c | 19 +++++++++++--------
18320 1 files changed, 11 insertions(+), 8 deletions(-)
18321
18322commit cdb3ba4a9113b779347387f3b6c6ea72dd4db12f
18323Author: Takashi Iwai <tiwai@suse.de>
18324Date: Thu Feb 4 17:06:13 2016 +0100
18325
18326 ALSA: timer: Fix leftover link at closing
18327
18328 In ALSA timer core, the active timer instance is managed in
18329 active_list linked list. Each element is added / removed dynamically
18330 at timer start, stop and in timer interrupt. The problem is that
18331 snd_timer_interrupt() has a thinko and leaves the element in
18332 active_list when it's the last opened element. This eventually leads
18333 to list corruption or use-after-free error.
18334
18335 This hasn't been revealed because we used to delete the list forcibly
18336 in snd_timer_stop() in the past. However, the recent fix avoids the
18337 double-stop behavior (in commit [f784beb75ce8: ALSA: timer: Fix link
18338 corruption due to double start or stop]), and this leak hits reality.
18339
18340 This patch fixes the link management in snd_timer_interrupt(). Now it
18341 simply unlinks no matter which stream is.
18342
18343 BugLink: http://lkml.kernel.org/r/CACT4Y+Yy2aukHP-EDp8-ziNqNNmb-NTf=jDWXMP7jB8HDa2vng@mail.gmail.com
18344 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18345 Cc: <stable@vger.kernel.org>
18346 Signed-off-by: Takashi Iwai <tiwai@suse.de>
18347
18348 sound/core/timer.c | 4 ++--
18349 1 files changed, 2 insertions(+), 2 deletions(-)
18350
18351commit 47d9647902f6a2f46a2be1e0140ba0f6f8c06008
18352Author: Konstantin Khlebnikov <koct9i@gmail.com>
18353Date: Fri Feb 5 15:37:01 2016 -0800
18354
18355 radix-tree: fix oops after radix_tree_iter_retry
18356
18357 Helper radix_tree_iter_retry() resets next_index to the current index.
18358 In following radix_tree_next_slot current chunk size becomes zero. This
18359 isn't checked and it tries to dereference null pointer in slot.
18360
18361 Tagged iterator is fine because retry happens only at slot 0 where tag
18362 bitmask in iter->tags is filled with single bit.
18363
18364 Fixes: 46437f9a554f ("radix-tree: fix race in gang lookup")
18365 Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
18366 Cc: Matthew Wilcox <willy@linux.intel.com>
18367 Cc: Hugh Dickins <hughd@google.com>
18368 Cc: Ohad Ben-Cohen <ohad@wizery.com>
18369 Cc: Jeremiah Mahler <jmmahler@gmail.com>
18370 Cc: <stable@vger.kernel.org>
18371 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18372 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18373
18374 include/linux/radix-tree.h | 6 +++---
18375 1 files changed, 3 insertions(+), 3 deletions(-)
18376
18377commit 95b5dcb3c01958502af00b0bc0da1d906aae11a2
18378Merge: 438be0b 256aeaf
18379Author: Brad Spengler <spender@grsecurity.net>
18380Date: Sun Feb 7 08:29:33 2016 -0500
18381
18382 Merge branch 'pax-test' into grsec-test
18383
18384commit 256aeaf87c22de8edf1f03682a572c590ae07771
18385Author: Brad Spengler <spender@grsecurity.net>
18386Date: Sun Feb 7 08:29:09 2016 -0500
18387
18388 Update to pax-linux-4.3.5-test28.patch:
18389 - 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)
18390 - spender fixed UDEREF on arm
18391
18392 arch/arm/Kconfig | 1 +
18393 arch/arm/include/asm/domain.h | 21 ++++++++-
18394 arch/arm/include/asm/futex.h | 9 ----
18395 arch/arm/include/asm/thread_info.h | 3 +
18396 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
18397 arch/arm/kernel/entry-armv.S | 2 +-
18398 arch/arm/kernel/process.c | 2 +-
18399 arch/arm/mm/alignment.c | 8 ----
18400 arch/x86/mm/numa.c | 2 +-
18401 security/Kconfig | 1 -
18402 10 files changed, 60 insertions(+), 70 deletions(-)
18403
18404commit 438be0bd112bd17942b2628c53054dc1007558a1
18405Author: Brad Spengler <spender@grsecurity.net>
18406Date: Sat Feb 6 19:50:31 2016 -0500
18407
18408 Fix a number of issues caused by the upstream merging of a UDEREF ripoff resulting in unbootable
18409 ARM systems reported on the forums
18410
18411 arch/arm/Kconfig | 1 +
18412 arch/arm/include/asm/domain.h | 21 ++++++++-
18413 arch/arm/include/asm/futex.h | 9 ----
18414 arch/arm/include/asm/thread_info.h | 3 +
18415 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
18416 arch/arm/kernel/entry-armv.S | 2 +-
18417 arch/arm/kernel/process.c | 2 +-
18418 arch/arm/mm/alignment.c | 8 ----
18419 security/Kconfig | 1 -
18420 9 files changed, 59 insertions(+), 69 deletions(-)
18421
18422commit 4ffdd5ef1f87e611af1efb4f251ada92abe9f4c0
18423Author: Brad Spengler <spender@grsecurity.net>
18424Date: Sat Feb 6 11:21:53 2016 -0500
18425
18426 Fix another compiler warning
18427
18428 net/ipv4/tcp_input.c | 2 ++
18429 1 files changed, 2 insertions(+), 0 deletions(-)
18430
18431commit 30b5b7bc0fd67d458bdd5ab35e4689769eabd2ed
18432Author: Brad Spengler <spender@grsecurity.net>
18433Date: Sat Feb 6 11:16:12 2016 -0500
18434
18435 Fix two compiler warnings
18436
18437 kernel/pid.c | 5 ++---
18438 kernel/ptrace.c | 3 ++-
18439 2 files changed, 4 insertions(+), 4 deletions(-)
18440
18441commit dda4d2a21914c480750f10bd55c6e3203d415d8d
18442Author: Brad Spengler <spender@grsecurity.net>
18443Date: Wed Feb 3 21:22:40 2016 -0500
18444
18445 Apply fix for integer truncation in NUMA init code, reported by
18446 x14sg1 on the forums:
18447 https://forums.grsecurity.net/viewtopic.php?f=3&t=4374
18448
18449 arch/x86/mm/numa.c | 2 +-
18450 1 files changed, 1 insertions(+), 1 deletions(-)
18451
18452commit 477505f7c893cb6a2c3e22f83eefd9c985d7b3ca
18453Merge: a781740 016d0d8
18454Author: Brad Spengler <spender@grsecurity.net>
18455Date: Wed Feb 3 21:20:58 2016 -0500
18456
18457 Merge branch 'pax-test' into grsec-test
18458
18459commit 016d0d81a8dd4be1304c82a68e0ccf425868f467
18460Author: Brad Spengler <spender@grsecurity.net>
18461Date: Wed Feb 3 21:20:10 2016 -0500
18462
18463 Update to pax-linux-4.3.5-test27.patch:
18464 - fixed a bunch of potential REFCOUNT false positives, reported by Emese
18465 - restored padding in fpregs_state for storing AVX-512 state in the future
18466 - constified netlink_dump_control
18467 - added const version of debug_gimple_stmt for gcc plugins, by Emese
18468 - Emese fixed a bug in initify that could have initified too much
18469 - Emese fixed a false positive intentional integer overflow in xfrm4_extract_header, reported by corsac
18470
18471 arch/x86/include/asm/fpu/types.h | 1 +
18472 arch/x86/include/asm/mmu_context.h | 2 +-
18473 block/blk-cgroup.c | 18 ++--
18474 block/cfq-iosched.c | 4 +-
18475 crypto/crypto_user.c | 8 ++-
18476 drivers/acpi/apei/ghes.c | 6 +-
18477 drivers/char/ipmi/ipmi_ssif.c | 12 ++--
18478 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
18479 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
18480 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
18481 drivers/infiniband/core/netlink.c | 5 +-
18482 drivers/infiniband/hw/cxgb4/device.c | 6 +-
18483 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
18484 drivers/md/bcache/alloc.c | 2 +-
18485 drivers/md/bcache/bcache.h | 10 +-
18486 drivers/md/bcache/btree.c | 2 +-
18487 drivers/md/bcache/io.c | 10 +-
18488 drivers/md/bcache/journal.c | 2 +-
18489 drivers/md/bcache/stats.c | 26 +++---
18490 drivers/md/bcache/stats.h | 16 ++--
18491 drivers/md/bcache/super.c | 2 +-
18492 drivers/md/bcache/sysfs.c | 20 +++---
18493 drivers/md/dm-cache-target.c | 98 ++++++++++++------------
18494 drivers/md/dm-raid.c | 2 +-
18495 drivers/md/md.c | 6 +-
18496 drivers/md/md.h | 2 +-
18497 drivers/md/raid1.c | 2 +-
18498 drivers/md/raid10.c | 2 +-
18499 drivers/md/raid5.c | 4 +-
18500 drivers/media/pci/zoran/zoran.h | 1 -
18501 drivers/media/pci/zoran/zoran_driver.c | 3 -
18502 drivers/net/ethernet/sfc/selftest.c | 20 +++---
18503 drivers/net/irda/vlsi_ir.c | 18 ++--
18504 drivers/net/irda/vlsi_ir.h | 14 ++--
18505 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
18506 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
18507 drivers/net/wireless/ath/carl9170/main.c | 10 +-
18508 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
18509 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
18510 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
18511 drivers/scsi/hptiop.c | 2 -
18512 drivers/scsi/hptiop.h | 1 -
18513 drivers/scsi/ipr.c | 6 +-
18514 drivers/scsi/ipr.h | 2 +-
18515 drivers/scsi/qla2xxx/qla_target.c | 10 +-
18516 drivers/scsi/qla2xxx/qla_target.h | 2 +-
18517 fs/btrfs/ctree.c | 2 +-
18518 fs/btrfs/ctree.h | 4 +-
18519 fs/btrfs/delayed-ref.c | 4 +-
18520 fs/btrfs/disk-io.c | 4 +-
18521 fs/btrfs/file.c | 4 +-
18522 fs/btrfs/raid56.c | 32 ++++----
18523 fs/btrfs/tests/btrfs-tests.c | 2 +-
18524 fs/btrfs/transaction.c | 2 +-
18525 fs/btrfs/tree-log.c | 8 +-
18526 fs/btrfs/volumes.c | 14 ++--
18527 fs/btrfs/volumes.h | 22 +++---
18528 fs/jbd2/commit.c | 2 +-
18529 fs/jbd2/transaction.c | 4 +-
18530 fs/ocfs2/dlm/dlmcommon.h | 4 +-
18531 fs/ocfs2/dlm/dlmdebug.c | 10 +-
18532 fs/ocfs2/dlm/dlmdomain.c | 4 +-
18533 fs/ocfs2/dlm/dlmmaster.c | 4 +-
18534 include/acpi/ghes.h | 2 +-
18535 include/linux/blk-cgroup.h | 24 +++---
18536 include/linux/jbd2.h | 2 +-
18537 include/linux/netlink.h | 12 ++--
18538 include/net/cfg802154.h | 2 +-
18539 include/net/mac80211.h | 2 +-
18540 include/net/neighbour.h | 2 +-
18541 kernel/rcu/tree_plugin.h | 4 +-
18542 net/batman-adv/routing.c | 4 +-
18543 net/batman-adv/soft-interface.c | 2 +-
18544 net/batman-adv/translation-table.c | 14 ++--
18545 net/batman-adv/types.h | 2 +-
18546 net/core/neighbour.c | 14 ++--
18547 net/core/rtnetlink.c | 2 +-
18548 net/ipv4/arp.c | 2 +-
18549 net/ipv4/inet_diag.c | 4 +-
18550 net/ipv4/xfrm4_state.c | 4 +-
18551 net/ipv6/ndisc.c | 2 +-
18552 net/mac80211/cfg.c | 2 +-
18553 net/mac80211/debugfs_key.c | 2 +-
18554 net/mac80211/key.c | 4 +-
18555 net/mac80211/tx.c | 2 +-
18556 net/mac80211/wpa.c | 10 +-
18557 net/mac802154/iface.c | 4 +-
18558 net/netfilter/ipset/ip_set_core.c | 2 +-
18559 net/netfilter/nf_conntrack_netlink.c | 22 +++---
18560 net/netfilter/nf_tables_api.c | 13 ++--
18561 net/netfilter/nfnetlink_acct.c | 7 +-
18562 net/netfilter/nfnetlink_cthelper.c | 2 +-
18563 net/netfilter/nfnetlink_cttimeout.c | 2 +-
18564 net/netlink/af_netlink.c | 10 ++-
18565 net/netlink/diag.c | 2 +-
18566 net/netlink/genetlink.c | 14 ++--
18567 net/packet/af_packet.c | 18 ++--
18568 net/packet/diag.c | 2 +-
18569 net/packet/internal.h | 6 +-
18570 net/unix/diag.c | 2 +-
18571 net/xfrm/xfrm_user.c | 2 +-
18572 security/apparmor/include/policy.h | 2 +-
18573 security/apparmor/policy.c | 4 +-
18574 sound/core/seq/seq_clientmgr.c | 2 +-
18575 sound/core/seq/seq_fifo.c | 6 +-
18576 sound/core/seq/seq_fifo.h | 2 +-
18577 tools/gcc/gcc-common.h | 24 ++++--
18578 tools/gcc/initify_plugin.c | 7 +-
18579 tools/lib/api/Makefile | 2 +-
18580 109 files changed, 399 insertions(+), 391 deletions(-)
18581
18582commit a7817402ac837b1aee07fac42537a02097055098
18583Author: Matt Fleming <matt@codeblueprint.co.uk>
18584Date: Fri Jan 29 11:36:10 2016 +0000
18585
18586 x86/mm/pat: Avoid truncation when converting cpa->numpages to address
18587
18588 There are a couple of nasty truncation bugs lurking in the pageattr
18589 code that can be triggered when mapping EFI regions, e.g. when we pass
18590 a cpa->pgd pointer. Because cpa->numpages is a 32-bit value, shifting
18591 left by PAGE_SHIFT will truncate the resultant address to 32-bits.
18592
18593 Viorel-Cătălin managed to trigger this bug on his Dell machine that
18594 provides a ~5GB EFI region which requires 1236992 pages to be mapped.
18595 When calling populate_pud() the end of the region gets calculated
18596 incorrectly in the following buggy expression,
18597
18598 end = start + (cpa->numpages << PAGE_SHIFT);
18599
18600 And only 188416 pages are mapped. Next, populate_pud() gets invoked
18601 for a second time because of the loop in __change_page_attr_set_clr(),
18602 only this time no pages get mapped because shifting the remaining
18603 number of pages (1048576) by PAGE_SHIFT is zero. At which point the
18604 loop in __change_page_attr_set_clr() spins forever because we fail to
18605 map progress.
18606
18607 Hitting this bug depends very much on the virtual address we pick to
18608 map the large region at and how many pages we map on the initial run
18609 through the loop. This explains why this issue was only recently hit
18610 with the introduction of commit
18611
18612 a5caa209ba9c ("x86/efi: Fix boot crash by mapping EFI memmap
18613 entries bottom-up at runtime, instead of top-down")
18614
18615 It's interesting to note that safe uses of cpa->numpages do exist in
18616 the pageattr code. If instead of shifting ->numpages we multiply by
18617 PAGE_SIZE, no truncation occurs because PAGE_SIZE is a UL value, and
18618 so the result is unsigned long.
18619
18620 To avoid surprises when users try to convert very large cpa->numpages
18621 values to addresses, change the data type from 'int' to 'unsigned
18622 long', thereby making it suitable for shifting by PAGE_SHIFT without
18623 any type casting.
18624
18625 The alternative would be to make liberal use of casting, but that is
18626 far more likely to cause problems in the future when someone adds more
18627 code and fails to cast properly; this bug was difficult enough to
18628 track down in the first place.
18629
18630 Reported-and-tested-by: Viorel-Cătălin Răpițeanu <rapiteanu.catalin@gmail.com>
18631 Acked-by: Borislav Petkov <bp@alien8.de>
18632 Cc: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
18633 Cc: <stable@vger.kernel.org>
18634 Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
18635 Link: https://bugzilla.kernel.org/show_bug.cgi?id=110131
18636 Link: http://lkml.kernel.org/r/1454067370-10374-1-git-send-email-matt@codeblueprint.co.uk
18637 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
18638
18639 arch/x86/mm/pageattr.c | 4 ++--
18640 1 files changed, 2 insertions(+), 2 deletions(-)
18641
18642commit 64dd9d7a67a742fda257cdd16510c29e695c34b5
18643Author: Jan Beulich <JBeulich@suse.com>
18644Date: Tue Jan 26 04:15:18 2016 -0700
18645
18646 x86/mm: Fix types used in pgprot cacheability flags translations
18647
18648 For PAE kernels "unsigned long" is not suitable to hold page protection
18649 flags, since _PAGE_NX doesn't fit there. This is the reason for quite a
18650 few W+X pages getting reported as insecure during boot (observed namely
18651 for the entire initrd range).
18652
18653 Fixes: 281d4078be ("x86: Make page cache mode a real type")
18654 Signed-off-by: Jan Beulich <jbeulich@suse.com>
18655 Reviewed-by: Juergen Gross <JGross@suse.com>
18656 Cc: stable@vger.kernel.org
18657 Link: http://lkml.kernel.org/r/56A7635602000078000CAFF1@prv-mh.provo.novell.com
18658 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
18659
18660 arch/x86/include/asm/pgtable_types.h | 6 ++----
18661 1 files changed, 2 insertions(+), 4 deletions(-)
18662
18663commit bb9a3a9df0d8dfc96d521676e64c42b37ba22aea
18664Merge: 682d661 f74425b
18665Author: Brad Spengler <spender@grsecurity.net>
18666Date: Sun Jan 31 15:06:25 2016 -0500
18667
18668 Merge branch 'pax-test' into grsec-test
18669
18670 Conflicts:
18671 drivers/net/slip/slhc.c
18672 include/linux/sched.h
18673 net/unix/af_unix.c
18674 sound/core/timer.c
18675
18676commit f74425b5705bfe52aff9e97659ef10c4a14176c3
18677Merge: d14af1f 849a2d3
18678Author: Brad Spengler <spender@grsecurity.net>
18679Date: Sun Jan 31 15:02:55 2016 -0500
18680
18681 Merge branch 'linux-4.3.y' into pax-test
18682
18683 Conflicts:
18684 arch/x86/include/asm/mmu_context.h
18685
18686commit 682d6611d75542e351c973c8dd74a99d3966c073
18687Author: Brad Spengler <spender@grsecurity.net>
18688Date: Sat Jan 30 13:05:03 2016 -0500
18689
18690 Based on a report from Mathias Krause, fix up a number of additional instances
18691 of ulong overflow when passing in values to gr_learn_resource by saturating
18692 to ULONG_MAX
18693
18694 mm/mlock.c | 11 ++++++++---
18695 mm/mmap.c | 16 +++++++++++++---
18696 2 files changed, 21 insertions(+), 6 deletions(-)
18697
18698commit adb52e95fb9ad4ac9c56cd5d47bd668f47c33096
18699Author: Jann Horn <jann@thejh.net>
18700Date: Sat Dec 26 06:00:48 2015 +0100
18701
18702 seccomp: always propagate NO_NEW_PRIVS on tsync
18703
18704 Before this patch, a process with some permissive seccomp filter
18705 that was applied by root without NO_NEW_PRIVS was able to add
18706 more filters to itself without setting NO_NEW_PRIVS by setting
18707 the new filter from a throwaway thread with NO_NEW_PRIVS.
18708
18709 Signed-off-by: Jann Horn <jann@thejh.net>
18710 Cc: stable@vger.kernel.org
18711 Signed-off-by: Kees Cook <keescook@chromium.org>
18712
18713 kernel/seccomp.c | 22 +++++++++++-----------
18714 1 files changed, 11 insertions(+), 11 deletions(-)
18715
18716commit b85450498a3bbf269441c8963d7574bb3079c838
18717Merge: 59c216f d14af1f
18718Author: Brad Spengler <spender@grsecurity.net>
18719Date: Fri Jan 29 20:54:13 2016 -0500
18720
18721 Merge branch 'pax-test' into grsec-test
18722
18723commit d14af1f1dd66511f3f0674deee2b572972012b39
18724Author: Brad Spengler <spender@grsecurity.net>
18725Date: Fri Jan 29 20:53:51 2016 -0500
18726
18727 Update to pax-linux-4.3.4-test26.patch:
18728 - Emese fixed a few intentional overflows introduced by gcc, reported by StalkR (https://forums.grsecurity.net/viewtopic.php?f=3&t=4370)
18729
18730 fs/cifs/file.c | 2 +-
18731 fs/gfs2/file.c | 2 +-
18732 .../size_overflow_plugin/intentional_overflow.c | 96 ++++++++++++++++++--
18733 tools/gcc/size_overflow_plugin/size_overflow.h | 2 +
18734 .../size_overflow_plugin/size_overflow_plugin.c | 4 +-
18735 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
18736 .../size_overflow_transform_core.c | 5 +
18737 7 files changed, 102 insertions(+), 15 deletions(-)
18738
18739commit 59c216f13587eacdd692386b7a403ae78ed84fb6
18740Author: Brad Spengler <spender@grsecurity.net>
18741Date: Wed Jan 27 17:57:21 2016 -0500
18742
18743 Fix a size_overflow report reported by Mathias Krause in our
18744 truncation of an loff_t to an unsigned long when being passed
18745 to gr_learn_resource() (as all resource checks are against unsigned long
18746 values)
18747
18748 fs/attr.c | 5 ++++-
18749 1 files changed, 4 insertions(+), 1 deletions(-)
18750
18751commit 70636c6ad60fc1db3af764ecc789b827b7497a97
18752Author: Yuchung Cheng <ycheng@google.com>
18753Date: Wed Jan 6 12:42:38 2016 -0800
18754
18755 tcp: fix zero cwnd in tcp_cwnd_reduction
18756
18757 Patch 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode
18758 conditionally") introduced a bug that cwnd may become 0 when both
18759 inflight and sndcnt are 0 (cwnd = inflight + sndcnt). This may lead
18760 to a div-by-zero if the connection starts another cwnd reduction
18761 phase by setting tp->prior_cwnd to the current cwnd (0) in
18762 tcp_init_cwnd_reduction().
18763
18764 To prevent this we skip PRR operation when nothing is acked or
18765 sacked. Then cwnd must be positive in all cases as long as ssthresh
18766 is positive:
18767
18768 1) The proportional reduction mode
18769 inflight > ssthresh > 0
18770
18771 2) The reduction bound mode
18772 a) inflight == ssthresh > 0
18773
18774 b) inflight < ssthresh
18775 sndcnt > 0 since newly_acked_sacked > 0 and inflight < ssthresh
18776
18777 Therefore in all cases inflight and sndcnt can not both be 0.
18778 We check invalid tp->prior_cwnd to avoid potential div0 bugs.
18779
18780 In reality this bug is triggered only with a sequence of less common
18781 events. For example, the connection is terminating an ECN-triggered
18782 cwnd reduction with an inflight 0, then it receives reordered/old
18783 ACKs or DSACKs from prior transmission (which acks nothing). Or the
18784 connection is in fast recovery stage that marks everything lost,
18785 but fails to retransmit due to local issues, then receives data
18786 packets from other end which acks nothing.
18787
18788 Fixes: 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode conditionally")
18789 Reported-by: Oleksandr Natalenko <oleksandr@natalenko.name>
18790 Signed-off-by: Yuchung Cheng <ycheng@google.com>
18791 Signed-off-by: Neal Cardwell <ncardwell@google.com>
18792 Signed-off-by: Eric Dumazet <edumazet@google.com>
18793 Signed-off-by: David S. Miller <davem@davemloft.net>
18794
18795 net/ipv4/tcp_input.c | 3 +++
18796 1 files changed, 3 insertions(+), 0 deletions(-)
18797
18798commit dac1da2bedbb43195d371c7a192cfeeb45683df0
18799Author: Eric Dumazet <edumazet@google.com>
18800Date: Sun Jan 24 13:53:50 2016 -0800
18801
18802 af_unix: fix struct pid memory leak
18803
18804 Dmitry reported a struct pid leak detected by a syzkaller program.
18805
18806 Bug happens in unix_stream_recvmsg() when we break the loop when a
18807 signal is pending, without properly releasing scm.
18808
18809 Fixes: b3ca9b02b007 ("net: fix multithreaded signal handling in unix recv routines")
18810 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18811 Signed-off-by: Eric Dumazet <edumazet@google.com>
18812 Cc: Rainer Weikusat <rweikusat@mobileactivedefense.com>
18813 Signed-off-by: David S. Miller <davem@davemloft.net>
18814
18815 net/unix/af_unix.c | 1 +
18816 1 files changed, 1 insertions(+), 0 deletions(-)
18817
18818commit 15cc47f127520d1ac0c1fe76d993c2c27f0f2571
18819Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
18820Date: Fri Jan 22 01:39:43 2016 +0100
18821
18822 pptp: fix illegal memory access caused by multiple bind()s
18823
18824 Several times already this has been reported as kasan reports caused by
18825 syzkaller and trinity and people always looked at RCU races, but it is
18826 much more simple. :)
18827
18828 In case we bind a pptp socket multiple times, we simply add it to
18829 the callid_sock list but don't remove the old binding. Thus the old
18830 socket stays in the bucket with unused call_id indexes and doesn't get
18831 cleaned up. This causes various forms of kasan reports which were hard
18832 to pinpoint.
18833
18834 Simply don't allow multiple binds and correct error handling in
18835 pptp_bind. Also keep sk_state bits in place in pptp_connect.
18836
18837 Fixes: 00959ade36acad ("PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)")
18838 Cc: Dmitry Kozlov <xeb@mail.ru>
18839 Cc: Sasha Levin <sasha.levin@oracle.com>
18840 Cc: Dmitry Vyukov <dvyukov@google.com>
18841 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18842 Cc: Dave Jones <davej@codemonkey.org.uk>
18843 Reported-by: Dave Jones <davej@codemonkey.org.uk>
18844 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
18845 Signed-off-by: David S. Miller <davem@davemloft.net>
18846
18847 drivers/net/ppp/pptp.c | 34 ++++++++++++++++++++++++----------
18848 1 files changed, 24 insertions(+), 10 deletions(-)
18849
18850commit e2b7b8c66851c85188fa6dab2d2b2a6c85bc7332
18851Author: Brad Spengler <spender@grsecurity.net>
18852Date: Tue Jan 26 18:17:10 2016 -0500
18853
18854 Add info about cpupower/powertop to GRKERNSEC_KMEM, was present on our
18855 wiki but was removed from the config help at some point
18856
18857 grsecurity/Kconfig | 3 +++
18858 1 files changed, 3 insertions(+), 0 deletions(-)
18859
18860commit ce2e88efa000fc32bfcd84098f57c8ed8310fefc
18861Author: Thomas Egerer <hakke_007@gmx.de>
18862Date: Mon Jan 25 12:58:44 2016 +0100
18863
18864 ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
18865
18866 The ESP algorithms using CBC mode require echainiv. Hence INET*_ESP have
18867 to select CRYPTO_ECHAINIV in order to work properly. This solves the
18868 issues caused by a misconfiguration as described in [1].
18869 The original approach, patching crypto/Kconfig was turned down by
18870 Herbert Xu [2].
18871
18872 [1] https://lists.strongswan.org/pipermail/users/2015-December/009074.html
18873 [2] http://marc.info/?l=linux-crypto-vger&m=145224655809562&w=2
18874
18875 Signed-off-by: Thomas Egerer <hakke_007@gmx.de>
18876 Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
18877 Signed-off-by: David S. Miller <davem@davemloft.net>
18878
18879 net/ipv4/Kconfig | 1 +
18880 net/ipv6/Kconfig | 1 +
18881 2 files changed, 2 insertions(+), 0 deletions(-)
18882
18883commit fca5a303155ea67d28aece0caf2b03ffc3b2668d
18884Merge: 904114c 6339c1f
18885Author: Brad Spengler <spender@grsecurity.net>
18886Date: Tue Jan 26 18:08:40 2016 -0500
18887
18888 Merge branch 'pax-test' into grsec-test
18889
18890commit 6339c1f9a9beafd417bf9f04d4b257e62aeb45b7
18891Author: Brad Spengler <spender@grsecurity.net>
18892Date: Tue Jan 26 18:07:51 2016 -0500
18893
18894 Update to pax-linux-4.3.4-test25.patch:
18895 - 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>
18896 - fixed init_new_context on !MODIFY_LDT_SYSCALL configs, reported by tjh (https://forums.grsecurity.net/viewtopic.php?f=3&t=4368)
18897 - fixed a few REFCOUNT false positives in SNMP related statistics
18898
18899 arch/x86/Kconfig | 2 +-
18900 arch/x86/include/asm/mmu_context.h | 17 +++++++++++++++++
18901 include/net/snmp.h | 10 +++++-----
18902 kernel/fork.c | 11 +++++++++--
18903 net/ipv4/proc.c | 8 ++++----
18904 net/ipv6/addrconf.c | 4 ++--
18905 net/ipv6/proc.c | 10 +++++-----
18906 7 files changed, 43 insertions(+), 19 deletions(-)
18907
18908commit 904114c2fce3fdff5d57e763da56a78960db4e19
18909Author: Al Viro <viro@zeniv.linux.org.uk>
18910Date: Fri Jan 22 18:08:52 2016 -0500
18911
18912 make sure that freeing shmem fast symlinks is RCU-delayed
18913
18914 Cc: stable@vger.kernel.org # v4.2+
18915 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18916
18917 include/linux/shmem_fs.h | 5 +----
18918 mm/shmem.c | 9 ++++-----
18919 2 files changed, 5 insertions(+), 9 deletions(-)
18920
18921commit ab86adee64312a2f827dd516cb199521327943ed
18922Author: Sasha Levin <sasha.levin@oracle.com>
18923Date: Mon Jan 18 19:23:51 2016 -0500
18924
18925 netfilter: nf_conntrack: use safer way to lock all buckets
18926
18927 When we need to lock all buckets in the connection hashtable we'd attempt to
18928 lock 1024 spinlocks, which is way more preemption levels than supported by
18929 the kernel. Furthermore, this behavior was hidden by checking if lockdep is
18930 enabled, and if it was - use only 8 buckets(!).
18931
18932 Fix this by using a global lock and synchronize all buckets on it when we
18933 need to lock them all. This is pretty heavyweight, but is only done when we
18934 need to resize the hashtable, and that doesn't happen often enough (or at all).
18935
18936 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
18937 Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
18938 Reviewed-by: Florian Westphal <fw@strlen.de>
18939 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
18940
18941 Conflicts:
18942
18943 net/netfilter/nfnetlink_cttimeout.c
18944
18945 include/net/netfilter/nf_conntrack_core.h | 8 ++----
18946 net/netfilter/nf_conntrack_core.c | 38 +++++++++++++++++++++-------
18947 net/netfilter/nf_conntrack_helper.c | 2 +-
18948 net/netfilter/nf_conntrack_netlink.c | 2 +-
18949 4 files changed, 33 insertions(+), 17 deletions(-)
18950
18951commit 37014723527225481c720484bb788a1a6358072f
18952Author: Willy Tarreau <w@1wt.eu>
18953Date: Mon Jan 18 16:36:09 2016 +0100
18954
18955 pipe: limit the per-user amount of pages allocated in pipes
18956
18957 On no-so-small systems, it is possible for a single process to cause an
18958 OOM condition by filling large pipes with data that are never read. A
18959 typical process filling 4000 pipes with 1 MB of data will use 4 GB of
18960 memory. On small systems it may be tricky to set the pipe max size to
18961 prevent this from happening.
18962
18963 This patch makes it possible to enforce a per-user soft limit above
18964 which new pipes will be limited to a single page, effectively limiting
18965 them to 4 kB each, as well as a hard limit above which no new pipes may
18966 be created for this user. This has the effect of protecting the system
18967 against memory abuse without hurting other users, and still allowing
18968 pipes to work correctly though with less data at once.
18969
18970 The limit are controlled by two new sysctls : pipe-user-pages-soft, and
18971 pipe-user-pages-hard. Both may be disabled by setting them to zero. The
18972 default soft limit allows the default number of FDs per process (1024)
18973 to create pipes of the default size (64kB), thus reaching a limit of 64MB
18974 before starting to create only smaller pipes. With 256 processes limited
18975 to 1024 FDs each, this results in 1024*64kB + (256*1024 - 1024) * 4kB =
18976 1084 MB of memory allocated for a user. The hard limit is disabled by
18977 default to avoid breaking existing applications that make intensive use
18978 of pipes (eg: for splicing).
18979
18980 Reported-by: socketpair@gmail.com
18981 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
18982 Mitigates: CVE-2013-4312 (Linux 2.0+)
18983 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
18984 Signed-off-by: Willy Tarreau <w@1wt.eu>
18985 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18986
18987 Documentation/sysctl/fs.txt | 23 +++++++++++++++++++++
18988 fs/pipe.c | 47 +++++++++++++++++++++++++++++++++++++++++-
18989 include/linux/pipe_fs_i.h | 4 +++
18990 include/linux/sched.h | 1 +
18991 kernel/sysctl.c | 14 ++++++++++++
18992 5 files changed, 87 insertions(+), 2 deletions(-)
18993
18994commit 51645fa198d194f746651dcfbc5f24a4cf8b9fb8
18995Merge: 540f2af 7791ecb
18996Author: Brad Spengler <spender@grsecurity.net>
18997Date: Sat Jan 23 10:57:11 2016 -0500
18998
18999 Merge branch 'pax-test' into grsec-test
19000
19001commit 7791ecb84f840343a5646236fd0d34e1fb450793
19002Merge: 470069c 399588c
19003Author: Brad Spengler <spender@grsecurity.net>
19004Date: Sat Jan 23 10:56:47 2016 -0500
19005
19006 Merge branch 'linux-4.3.y' into pax-test
19007
19008commit 540f2affebd42cdc26a699208ab4f1cb0cb75e33
19009Author: Brad Spengler <spender@grsecurity.net>
19010Date: Tue Jan 19 21:18:47 2016 -0500
19011
19012 Update size_overflow hash table
19013
19014 .../size_overflow_plugin/size_overflow_hash.data | 4 +++-
19015 1 files changed, 3 insertions(+), 1 deletions(-)
19016
19017commit 7e649765626a28437f573f0fbe7a51a04615f041
19018Author: Brad Spengler <spender@grsecurity.net>
19019Date: Tue Jan 19 20:29:46 2016 -0500
19020
19021 Backport fix from: https://lkml.org/lkml/2015/12/13/187
19022
19023 fs/ext4/extents.c | 2 +-
19024 1 files changed, 1 insertions(+), 1 deletions(-)
19025
19026commit 53b859cd0a5f5b6ad54fe0c879dfedaa3c5a3005
19027Author: Jann Horn <jann@thejh.net>
19028Date: Tue Jan 5 18:27:30 2016 +0100
19029
19030 compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)
19031
19032 This replaces all code in fs/compat_ioctl.c that translated
19033 ioctl arguments into a in-kernel structure, then performed
19034 do_ioctl under set_fs(KERNEL_DS), with code that allocates
19035 data on the user stack and can call the VFS ioctl handler
19036 under USER_DS.
19037
19038 This is done as a hardening measure because the caller
19039 does not know what kind of ioctl handler will be invoked,
19040 only that no corresponding compat_ioctl handler exists and
19041 what the ioctl command number is. The accidental
19042 invocation of an unlocked_ioctl handler that unexpectedly
19043 calls copy_to_user could be a severe security issue.
19044
19045 Signed-off-by: Jann Horn <jann@thejh.net>
19046 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19047
19048 Conflicts:
19049
19050 fs/compat_ioctl.c
19051
19052 fs/compat_ioctl.c | 130 ++++++++++++++++++++++++++++-------------------------
19053 1 files changed, 68 insertions(+), 62 deletions(-)
19054
19055commit 3e89e770ae27e931cd1583f021abac41eeebc3e7
19056Author: Al Viro <viro@zeniv.linux.org.uk>
19057Date: Thu Jan 7 09:53:30 2016 -0500
19058
19059 compat_ioctl: don't pass fd around when not needed
19060
19061 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19062
19063 fs/compat_ioctl.c | 103 ++++++++++++++++++++++++++--------------------------
19064 fs/internal.h | 7 ++++
19065 fs/ioctl.c | 4 +-
19066 include/linux/fs.h | 2 -
19067 4 files changed, 61 insertions(+), 55 deletions(-)
19068
19069commit 9d4e04082752d4d2d68445c4e6faf33a2613df55
19070Author: Jann Horn <jann@thejh.net>
19071Date: Tue Jan 5 18:27:29 2016 +0100
19072
19073 compat_ioctl: don't look up the fd twice
19074
19075 In code in fs/compat_ioctl.c that translates ioctl arguments
19076 into a in-kernel structure, then performs sys_ioctl, possibly
19077 under set_fs(KERNEL_DS), this commit changes the sys_ioctl
19078 calls to do_ioctl calls. do_ioctl is a new function that does
19079 the same thing as sys_ioctl, but doesn't look up the fd again.
19080
19081 This change is made to avoid (potential) security issues
19082 because of ioctl handlers that accept one of the ioctl
19083 commands I2C_FUNCS, VIDEO_GET_EVENT, MTIOCPOS, MTIOCGET,
19084 TIOCGSERIAL, TIOCSSERIAL, RTC_IRQP_READ, RTC_EPOCH_READ.
19085 This can happen for multiple reasons:
19086
19087 - The ioctl command number could be reused.
19088 - The ioctl handler might not check the full ioctl
19089 command. This is e.g. true for drm_ioctl.
19090 - The ioctl handler is very special, e.g. cuse_file_ioctl
19091
19092 The real issue is that set_fs(KERNEL_DS) is used here,
19093 but that's fixed in a separate commit
19094 "compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)".
19095
19096 This change mitigates potential security issues by
19097 preventing a race that permits invocation of
19098 unlocked_ioctl handlers under KERNEL_DS through compat
19099 code even if a corresponding compat_ioctl handler exists.
19100
19101 So far, no way has been identified to use this to damage
19102 kernel memory without having CAP_SYS_ADMIN in the init ns
19103 (with the capability, doing reads/writes at arbitrary
19104 kernel addresses should be easy through CUSE's ioctl
19105 handler with FUSE_IOCTL_UNRESTRICTED set).
19106
19107 [AV: two missed sys_ioctl() taken care of]
19108
19109 Signed-off-by: Jann Horn <jann@thejh.net>
19110 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19111
19112 fs/compat_ioctl.c | 122 +++++++++++++++++++++++++++++-----------------------
19113 1 files changed, 68 insertions(+), 54 deletions(-)
19114
19115commit 5bf9e1ed4ebb278cd956ba142914fc04a024309c
19116Author: Vasily Kulikov <segoon@openwall.com>
19117Date: Fri Jan 15 16:57:55 2016 -0800
19118
19119 include/linux/poison.h: use POISON_POINTER_DELTA for poison pointers
19120
19121 TIMER_ENTRY_STATIC is defined as a poison pointers which
19122 should point to nowhere. Redefine them using POISON_POINTER_DELTA
19123 arithmetics to make sure they really point to non-mappable area declared
19124 by the target architecture.
19125
19126 Signed-off-by: Vasily Kulikov <segoon@openwall.com>
19127 Acked-by: Thomas Gleixner <tglx@linutronix.de>
19128 Cc: Solar Designer <solar@openwall.com>
19129 Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
19130 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
19131 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
19132
19133 Conflicts:
19134
19135 include/linux/poison.h
19136
19137 include/linux/poison.h | 2 +-
19138 1 files changed, 1 insertions(+), 1 deletions(-)
19139
19140commit 60f2e0a05ab8f56c804a9334a23e2b446305d110
19141Author: Brad Spengler <spender@grsecurity.net>
19142Date: Tue Jan 19 19:41:44 2016 -0500
19143
19144 Fix ARM compilation, reported by Austin Sepp
19145
19146 grsecurity/grsec_sig.c | 1 +
19147 1 files changed, 1 insertions(+), 0 deletions(-)
19148
19149commit e15383743443dc43460a2fd73e0db0b608610dca
19150Author: Takashi Iwai <tiwai@suse.de>
19151Date: Mon Jan 18 13:52:47 2016 +0100
19152
19153 ALSA: hrtimer: Fix stall by hrtimer_cancel()
19154
19155 hrtimer_cancel() waits for the completion from the callback, thus it
19156 must not be called inside the callback itself. This was already a
19157 problem in the past with ALSA hrtimer driver, and the early commit
19158 [fcfdebe70759: ALSA: hrtimer - Fix lock-up] tried to address it.
19159
19160 However, the previous fix is still insufficient: it may still cause a
19161 lockup when the ALSA timer instance reprograms itself in its callback.
19162 Then it invokes the start function even in snd_timer_interrupt() that
19163 is called in hrtimer callback itself, results in a CPU stall. This is
19164 no hypothetical problem but actually triggered by syzkaller fuzzer.
19165
19166 This patch tries to fix the issue again. Now we call
19167 hrtimer_try_to_cancel() at both start and stop functions so that it
19168 won't fall into a deadlock, yet giving some chance to cancel the queue
19169 if the functions have been called outside the callback. The proper
19170 hrtimer_cancel() is called in anyway at closing, so this should be
19171 enough.
19172
19173 Reported-and-tested-by: Dmitry Vyukov <dvyukov@google.com>
19174 Cc: <stable@vger.kernel.org>
19175 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19176
19177 sound/core/hrtimer.c | 3 ++-
19178 1 files changed, 2 insertions(+), 1 deletions(-)
19179
19180commit 12d874daf706e6e7c1ae709141859c809599297e
19181Author: Takashi Iwai <tiwai@suse.de>
19182Date: Tue Jan 12 12:38:02 2016 +0100
19183
19184 ALSA: seq: Fix missing NULL check at remove_events ioctl
19185
19186 snd_seq_ioctl_remove_events() calls snd_seq_fifo_clear()
19187 unconditionally even if there is no FIFO assigned, and this leads to
19188 an Oops due to NULL dereference. The fix is just to add a proper NULL
19189 check.
19190
19191 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19192 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19193 Cc: <stable@vger.kernel.org>
19194 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19195
19196 sound/core/seq/seq_clientmgr.c | 2 +-
19197 1 files changed, 1 insertions(+), 1 deletions(-)
19198
19199commit 2eb0632df1351378946507e7ef7ba0682632a7b5
19200Author: Takashi Iwai <tiwai@suse.de>
19201Date: Tue Jan 12 15:36:27 2016 +0100
19202
19203 ALSA: seq: Fix race at timer setup and close
19204
19205 ALSA sequencer code has an open race between the timer setup ioctl and
19206 the close of the client. This was triggered by syzkaller fuzzer, and
19207 a use-after-free was caught there as a result.
19208
19209 This patch papers over it by adding a proper queue->timer_mutex lock
19210 around the timer-related calls in the relevant code path.
19211
19212 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19213 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19214 Cc: <stable@vger.kernel.org>
19215 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19216
19217 sound/core/seq/seq_queue.c | 2 ++
19218 1 files changed, 2 insertions(+), 0 deletions(-)
19219
19220commit b9e55ab955e59b4a636d78a748be90334a48b485
19221Author: Takashi Iwai <tiwai@suse.de>
19222Date: Thu Jan 14 16:30:58 2016 +0100
19223
19224 ALSA: timer: Harden slave timer list handling
19225
19226 A slave timer instance might be still accessible in a racy way while
19227 operating the master instance as it lacks of locking. Since the
19228 master operation is mostly protected with timer->lock, we should cope
19229 with it while changing the slave instance, too. Also, some linked
19230 lists (active_list and ack_list) of slave instances aren't unlinked
19231 immediately at stopping or closing, and this may lead to unexpected
19232 accesses.
19233
19234 This patch tries to address these issues. It adds spin lock of
19235 timer->lock (either from master or slave, which is equivalent) in a
19236 few places. For avoiding a deadlock, we ensure that the global
19237 slave_active_lock is always locked at first before each timer lock.
19238
19239 Also, ack and active_list of slave instances are properly unlinked at
19240 snd_timer_stop() and snd_timer_close().
19241
19242 Last but not least, remove the superfluous call of _snd_timer_stop()
19243 at removing slave links. This is a noop, and calling it may confuse
19244 readers wrt locking. Further cleanup will follow in a later patch.
19245
19246 Actually we've got reports of use-after-free by syzkaller fuzzer, and
19247 this hopefully fixes these issues.
19248
19249 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19250 Cc: <stable@vger.kernel.org>
19251 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19252
19253 sound/core/timer.c | 18 ++++++++++++++----
19254 1 files changed, 14 insertions(+), 4 deletions(-)
19255
19256commit f1ce0547bdfda1b42ae8a66c222f2a897cbe1586
19257Author: Takashi Iwai <tiwai@suse.de>
19258Date: Wed Jan 13 17:48:01 2016 +0100
19259
19260 ALSA: timer: Fix race among timer ioctls
19261
19262 ALSA timer ioctls have an open race and this may lead to a
19263 use-after-free of timer instance object. A simplistic fix is to make
19264 each ioctl exclusive. We have already tread_sem for controlling the
19265 tread, and extend this as a global mutex to be applied to each ioctl.
19266
19267 The downside is, of course, the worse concurrency. But these ioctls
19268 aren't to be parallel accessible, in anyway, so it should be fine to
19269 serialize there.
19270
19271 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19272 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19273 Cc: <stable@vger.kernel.org>
19274 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19275
19276 sound/core/timer.c | 32 +++++++++++++++++++-------------
19277 1 files changed, 19 insertions(+), 13 deletions(-)
19278
19279commit 8347d8461ed48a98f9c76cc3cfcdad8217d314bc
19280Author: Takashi Iwai <tiwai@suse.de>
19281Date: Wed Jan 13 21:35:06 2016 +0100
19282
19283 ALSA: timer: Fix double unlink of active_list
19284
19285 ALSA timer instance object has a couple of linked lists and they are
19286 unlinked unconditionally at snd_timer_stop(). Meanwhile
19287 snd_timer_interrupt() unlinks it, but it calls list_del() which leaves
19288 the element list itself unchanged. This ends up with unlinking twice,
19289 and it was caught by syzkaller fuzzer.
19290
19291 The fix is to use list_del_init() variant properly there, too.
19292
19293 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19294 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19295 Cc: <stable@vger.kernel.org>
19296 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19297
19298 sound/core/timer.c | 2 +-
19299 1 files changed, 1 insertions(+), 1 deletions(-)
19300
19301commit 243aebb7ae71d6e11ea9880faa893d1d0d60cd75
19302Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
19303Date: Mon Jan 18 18:03:48 2016 +0100
19304
19305 ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack
19306
19307 It was seen that defective configurations of openvswitch could overwrite
19308 the STACK_END_MAGIC and cause a hard crash of the kernel because of too
19309 many recursions within ovs.
19310
19311 This problem arises due to the high stack usage of openvswitch. The rest
19312 of the kernel is fine with the current limit of 10 (RECURSION_LIMIT).
19313
19314 We use the already existing recursion counter in ovs_execute_actions to
19315 implement an upper bound of 5 recursions.
19316
19317 Cc: Pravin Shelar <pshelar@ovn.org>
19318 Cc: Simon Horman <simon.horman@netronome.com>
19319 Cc: Eric Dumazet <eric.dumazet@gmail.com>
19320 Cc: Simon Horman <simon.horman@netronome.com>
19321 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19322 Signed-off-by: David S. Miller <davem@davemloft.net>
19323
19324 net/openvswitch/actions.c | 19 ++++++++++++++-----
19325 1 files changed, 14 insertions(+), 5 deletions(-)
19326
19327commit 8080793479c6d5befe37a67b1dbd9e4e0a61af96
19328Author: Ursula Braun <ursula.braun@de.ibm.com>
19329Date: Tue Jan 19 10:41:33 2016 +0100
19330
19331 af_iucv: Validate socket address length in iucv_sock_bind()
19332
19333 Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
19334 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19335 Reviewed-by: Evgeny Cherkashin <Eugene.Crosser@ru.ibm.com>
19336 Signed-off-by: David S. Miller <davem@davemloft.net>
19337
19338 net/iucv/af_iucv.c | 3 +++
19339 1 files changed, 3 insertions(+), 0 deletions(-)
19340
19341commit 50a383c1c91ed7409c3cbdd41e662d6891463d1b
19342Author: Brad Spengler <spender@grsecurity.net>
19343Date: Tue Jan 19 19:32:54 2016 -0500
19344
19345 Apply the same fix as everyone else for the recent keys vulnerability that is
19346 unexploitable under PAX_REFCOUNT
19347
19348 Make a couple more changes that no one else can/will
19349
19350 include/linux/key-type.h | 4 ++--
19351 ipc/msgutil.c | 4 ++--
19352 security/keys/internal.h | 2 +-
19353 security/keys/process_keys.c | 1 +
19354 4 files changed, 6 insertions(+), 5 deletions(-)
19355
19356commit b56c3a63f431c193400aee17543021950bd14bc4
19357Merge: 38b1a3d 470069c
19358Author: Brad Spengler <spender@grsecurity.net>
19359Date: Sun Jan 17 18:30:19 2016 -0500
19360
19361 Merge branch 'pax-test' into grsec-test
19362
19363commit 470069cfedef2180313233d275be5901bd6d1135
19364Author: Brad Spengler <spender@grsecurity.net>
19365Date: Sun Jan 17 18:29:59 2016 -0500
19366
19367 Update to pax-linux-4.3.3-test22.patch:
19368 - Emesed fixed a gcc induced intentional integer overflow in asix_rx_fixup_internal, reported by thomas callison caffrey
19369 - fixed some more fallout from the drm_drivers constification, reported by Colin Childs and Toralf Foerster
19370
19371 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 ++++----------
19372 drivers/gpu/drm/drm_pci.c | 3 +++
19373 drivers/gpu/drm/gma500/psb_drv.c | 4 ----
19374 drivers/gpu/drm/i915/i915_drv.c | 16 ++++++++--------
19375 drivers/gpu/drm/nouveau/nouveau_drm.c | 6 +++---
19376 drivers/gpu/drm/radeon/radeon_drv.c | 4 +---
19377 drivers/net/usb/asix_common.c | 3 ++-
19378 include/drm/drmP.h | 1 +
19379 8 files changed, 22 insertions(+), 29 deletions(-)
19380
19381commit 38b1a3d676f407865c3d41840df8213c5ad639c1
19382Author: Brad Spengler <spender@grsecurity.net>
19383Date: Sun Jan 17 12:33:53 2016 -0500
19384
19385 As reported by Luis Ressel, the Kconfig help for GRKERNSEC_BRUTE
19386 mentioned banning execution of suid/sgid binaries, though the kernel
19387 source clearly only mentions banning execution of suid binaries. Since
19388 there's no reason for us to not ban execution of sgid binaries as well,
19389 make the implementation match the Kconfig description.
19390
19391 fs/exec.c | 4 ++--
19392 grsecurity/grsec_sig.c | 27 ++++++++++++++-------------
19393 include/linux/sched.h | 4 ++--
19394 3 files changed, 18 insertions(+), 17 deletions(-)
19395
19396commit 8c3bcb7dbf7f606acfa0983e81f0f928da1f1ace
19397Merge: d141a86 ea4a835
19398Author: Brad Spengler <spender@grsecurity.net>
19399Date: Sat Jan 16 14:12:22 2016 -0500
19400
19401 Merge branch 'pax-test' into grsec-test
19402
19403 Conflicts:
19404 drivers/gpu/drm/i810/i810_drv.c
19405
19406commit ea4a835328ada6513ac013986764d6caea8cd348
19407Author: Brad Spengler <spender@grsecurity.net>
19408Date: Sat Jan 16 14:11:30 2016 -0500
19409
19410 Update to pax-linux-4.3.3-test21.patch:
19411 - fixed some fallout from the drm_drivers constification, reported by spender
19412
19413 drivers/gpu/drm/armada/armada_drv.c | 3 +--
19414 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
19415 drivers/gpu/drm/i810/i810_dma.c | 2 +-
19416 drivers/gpu/drm/i810/i810_drv.c | 6 +++++-
19417 drivers/gpu/drm/i810/i810_drv.h | 2 +-
19418 5 files changed, 8 insertions(+), 6 deletions(-)
19419
19420commit d141a86fd66194bc3f896b6809b189e2f12a9a83
19421Author: Brad Spengler <spender@grsecurity.net>
19422Date: Sat Jan 16 13:16:36 2016 -0500
19423
19424 compile fix
19425
19426 drivers/gpu/drm/i810/i810_dma.c | 2 +-
19427 drivers/gpu/drm/i810/i810_drv.c | 4 +++-
19428 drivers/gpu/drm/i810/i810_drv.h | 2 +-
19429 3 files changed, 5 insertions(+), 3 deletions(-)
19430
19431commit 0d9dc4b25ea32c14561bcfe6b5b24f1b00fe0270
19432Merge: 5fa135d bbda879
19433Author: Brad Spengler <spender@grsecurity.net>
19434Date: Sat Jan 16 12:59:22 2016 -0500
19435
19436 Merge branch 'pax-test' into grsec-test
19437
19438commit bbda87914edf63e27fb46670bf3a373f2b963c73
19439Author: Brad Spengler <spender@grsecurity.net>
19440Date: Sat Jan 16 12:58:04 2016 -0500
19441
19442 Update to pax-linux-4.3.3-test20.patch:
19443 - constified drm_driver
19444 - Emese fixed a special case in handling __func__ in the initify plugin
19445 - Emese fixed a false positive size overflow report in handling inbufBits, reported by Martin Filo (https://bugs.gentoo.org/show_bug.cgi?id=567048)
19446 - fixed regression that caused perf to not resolve kernel code addresses under KERNEXEC/i386, reported by minipli
19447
19448 arch/x86/kernel/cpu/perf_event.h | 2 +-
19449 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
19450 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
19451 arch/x86/kernel/uprobes.c | 2 +-
19452 arch/x86/mm/mpx.c | 2 +-
19453 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
19454 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 ++-
19455 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
19456 drivers/gpu/drm/drm_pci.c | 6 +-
19457 drivers/gpu/drm/gma500/psb_drv.c | 5 +-
19458 drivers/gpu/drm/i915/i915_dma.c | 2 +-
19459 drivers/gpu/drm/i915/i915_drv.c | 15 ++--
19460 drivers/gpu/drm/i915/i915_drv.h | 2 +-
19461 drivers/gpu/drm/i915/i915_irq.c | 88 ++++++++++----------
19462 drivers/gpu/drm/mga/mga_drv.c | 5 +-
19463 drivers/gpu/drm/mga/mga_drv.h | 2 +-
19464 drivers/gpu/drm/mga/mga_state.c | 2 +-
19465 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 ++--
19466 drivers/gpu/drm/qxl/qxl_drv.c | 8 ++-
19467 drivers/gpu/drm/qxl/qxl_ioctl.c | 2 +-
19468 drivers/gpu/drm/r128/r128_drv.c | 4 +-
19469 drivers/gpu/drm/r128/r128_drv.h | 2 +-
19470 drivers/gpu/drm/r128/r128_state.c | 2 +-
19471 drivers/gpu/drm/radeon/radeon_drv.c | 17 +++-
19472 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
19473 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
19474 drivers/gpu/drm/radeon/radeon_state.c | 2 +-
19475 drivers/gpu/drm/savage/savage_bci.c | 2 +-
19476 drivers/gpu/drm/savage/savage_drv.c | 5 +-
19477 drivers/gpu/drm/savage/savage_drv.h | 2 +-
19478 drivers/gpu/drm/sis/sis_drv.c | 5 +-
19479 drivers/gpu/drm/sis/sis_drv.h | 2 +-
19480 drivers/gpu/drm/sis/sis_mm.c | 2 +-
19481 drivers/gpu/drm/via/via_dma.c | 2 +-
19482 drivers/gpu/drm/via/via_drv.c | 5 +-
19483 drivers/gpu/drm/via/via_drv.h | 2 +-
19484 include/drm/drmP.h | 2 +-
19485 mm/slab.c | 2 +-
19486 net/sunrpc/xprtrdma/svc_rdma.c | 6 +-
19487 tools/gcc/initify_plugin.c | 15 +++-
19488 .../disable_size_overflow_hash.data | 1 +
19489 .../size_overflow_plugin/size_overflow_hash.data | 3 +-
19490 42 files changed, 156 insertions(+), 110 deletions(-)
19491
19492commit 5fa135dc116350e0205c39ef65eaf6496ed2748a
19493Author: Brad Spengler <spender@grsecurity.net>
19494Date: Sat Jan 16 12:19:23 2016 -0500
19495
19496 compile fix
19497
19498 grsecurity/grsec_sig.c | 3 +--
19499 1 files changed, 1 insertions(+), 2 deletions(-)
19500
19501commit a9090fa58f33f75c7450fda5721a9b13625a47d9
19502Author: Brad Spengler <spender@grsecurity.net>
19503Date: Sat Jan 16 12:10:37 2016 -0500
19504
19505 As pointed out by Jann Horn, some distros are starting to circumvent
19506 previous assumptions about the attainability of a user to control
19507 multiple UIDs by handing out suid binaries that allow a user to run
19508 processes (including exploits) under a number of other pre-defined
19509 UIDs. As this could potentially be used to bypass GRKERNSEC_BRUTE
19510 (though it would have to involve some code path that doesn't involve
19511 locks) fix that here by ensuring no more than 8 users on a system can
19512 be banned before a reboot is required. If more are banned, a panic
19513 is triggered.
19514
19515 grsecurity/grsec_sig.c | 8 ++++++++
19516 1 files changed, 8 insertions(+), 0 deletions(-)
19517
19518commit a8d37776e9521c567ebff6730d49312f72435f08
19519Author: Eric Dumazet <edumazet@google.com>
19520Date: Thu Dec 3 11:12:07 2015 -0800
19521
19522 proc: add a reschedule point in proc_readfd_common()
19523
19524 User can pass an arbitrary large buffer to getdents().
19525
19526 It is typically a 32KB buffer used by libc scandir() implementation.
19527
19528 When scanning /proc/{pid}/fd, we can hold cpu way too long,
19529 so add a cond_resched() to be kind with other tasks.
19530
19531 We've seen latencies of more than 50ms on real workloads.
19532
19533 Signed-off-by: Eric Dumazet <edumazet@google.com>
19534 Cc: Alexander Viro <viro@zeniv.linux.org.uk>
19535 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19536
19537 fs/proc/fd.c | 1 +
19538 1 files changed, 1 insertions(+), 0 deletions(-)
19539
19540commit 0adba75f8708f13b1f5d98ebe3fc2fb961e100c8
19541Author: Rabin Vincent <rabin@rab.in>
19542Date: Tue Jan 12 20:17:08 2016 +0100
19543
19544 net: bpf: reject invalid shifts
19545
19546 On ARM64, a BUG() is triggered in the eBPF JIT if a filter with a
19547 constant shift that can't be encoded in the immediate field of the
19548 UBFM/SBFM instructions is passed to the JIT. Since these shifts
19549 amounts, which are negative or >= regsize, are invalid, reject them in
19550 the eBPF verifier and the classic BPF filter checker, for all
19551 architectures.
19552
19553 Signed-off-by: Rabin Vincent <rabin@rab.in>
19554 Acked-by: Alexei Starovoitov <ast@kernel.org>
19555 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19556 Signed-off-by: David S. Miller <davem@davemloft.net>
19557
19558 kernel/bpf/verifier.c | 10 ++++++++++
19559 net/core/filter.c | 5 +++++
19560 2 files changed, 15 insertions(+), 0 deletions(-)
19561
19562commit c248e115a73496625a1c64660d0eeefd67e55cbf
19563Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19564Date: Fri Jan 8 11:00:54 2016 -0200
19565
19566 sctp: fix use-after-free in pr_debug statement
19567
19568 Dmitry Vyukov reported a use-after-free in the code expanded by the
19569 macro debug_post_sfx, which is caused by the use of the asoc pointer
19570 after it was freed within sctp_side_effect() scope.
19571
19572 This patch fixes it by allowing sctp_side_effect to clear that asoc
19573 pointer when the TCB is freed.
19574
19575 As Vlad explained, we also have to cover the SCTP_DISPOSITION_ABORT case
19576 because it will trigger DELETE_TCB too on that same loop.
19577
19578 Also, there were places issuing SCTP_CMD_INIT_FAILED and ASSOC_FAILED
19579 but returning SCTP_DISPOSITION_CONSUME, which would fool the scheme
19580 above. Fix it by returning SCTP_DISPOSITION_ABORT instead.
19581
19582 The macro is already prepared to handle such NULL pointer.
19583
19584 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19585 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19586 Acked-by: Vlad Yasevich <vyasevich@gmail.com>
19587 Signed-off-by: David S. Miller <davem@davemloft.net>
19588
19589 net/sctp/sm_sideeffect.c | 11 ++++++-----
19590 net/sctp/sm_statefuns.c | 17 ++++-------------
19591 2 files changed, 10 insertions(+), 18 deletions(-)
19592
19593commit 395ea8a9e73e184fc14153a033000bccf4213213
19594Author: willy tarreau <w@1wt.eu>
19595Date: Sun Jan 10 07:54:56 2016 +0100
19596
19597 unix: properly account for FDs passed over unix sockets
19598
19599 It is possible for a process to allocate and accumulate far more FDs than
19600 the process' limit by sending them over a unix socket then closing them
19601 to keep the process' fd count low.
19602
19603 This change addresses this problem by keeping track of the number of FDs
19604 in flight per user and preventing non-privileged processes from having
19605 more FDs in flight than their configured FD limit.
19606
19607 Reported-by: socketpair@gmail.com
19608 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
19609 Mitigates: CVE-2013-4312 (Linux 2.0+)
19610 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
19611 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19612 Signed-off-by: Willy Tarreau <w@1wt.eu>
19613 Signed-off-by: David S. Miller <davem@davemloft.net>
19614
19615 include/linux/sched.h | 1 +
19616 net/unix/af_unix.c | 24 ++++++++++++++++++++----
19617 net/unix/garbage.c | 13 ++++++++-----
19618 3 files changed, 29 insertions(+), 9 deletions(-)
19619
19620commit cb207ab8fbd71dcfc4a49d533aba8085012543fd
19621Author: Sasha Levin <sasha.levin@oracle.com>
19622Date: Thu Jan 7 14:52:43 2016 -0500
19623
19624 net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
19625
19626 proc_dostring() needs an initialized destination string, while the one
19627 provided in proc_sctp_do_hmac_alg() contains stack garbage.
19628
19629 Thus, writing to cookie_hmac_alg would strlen() that garbage and end up
19630 accessing invalid memory.
19631
19632 Fixes: 3c68198e7 ("sctp: Make hmac algorithm selection for cookie generation dynamic")
19633 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
19634 Signed-off-by: David S. Miller <davem@davemloft.net>
19635
19636 net/sctp/sysctl.c | 2 +-
19637 1 files changed, 1 insertions(+), 1 deletions(-)
19638
19639commit 4014e09faf0fe9054119624ccfff1236e886b554
19640Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
19641Date: Tue Nov 24 17:13:21 2015 -0500
19642
19643 RDS: fix race condition when sending a message on unbound socket
19644
19645 commit 8c7188b23474cca017b3ef354c4a58456f68303a upstream.
19646
19647 Sasha's found a NULL pointer dereference in the RDS connection code when
19648 sending a message to an apparently unbound socket. The problem is caused
19649 by the code checking if the socket is bound in rds_sendmsg(), which checks
19650 the rs_bound_addr field without taking a lock on the socket. This opens a
19651 race where rs_bound_addr is temporarily set but where the transport is not
19652 in rds_bind(), leading to a NULL pointer dereference when trying to
19653 dereference 'trans' in __rds_conn_create().
19654
19655 Vegard wrote a reproducer for this issue, so kindly ask him to share if
19656 you're interested.
19657
19658 I cannot reproduce the NULL pointer dereference using Vegard's reproducer
19659 with this patch, whereas I could without.
19660
19661 Complete earlier incomplete fix to CVE-2015-6937:
19662
19663 74e98eb08588 ("RDS: verify the underlying transport exists before creating a connection")
19664
19665 Cc: David S. Miller <davem@davemloft.net>
19666
19667 Reviewed-by: Vegard Nossum <vegard.nossum@oracle.com>
19668 Reviewed-by: Sasha Levin <sasha.levin@oracle.com>
19669 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
19670 Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com>
19671 Signed-off-by: David S. Miller <davem@davemloft.net>
19672 Signed-off-by: Jiri Slaby <jslaby@suse.cz>
19673
19674 Conflicts:
19675
19676 net/rds/send.c
19677
19678 net/rds/connection.c | 6 ------
19679 1 files changed, 0 insertions(+), 6 deletions(-)
19680
19681commit 206df8d01104344d7588d801016a281a4cd25556
19682Author: Sasha Levin <sasha.levin@oracle.com>
19683Date: Tue Sep 8 10:53:40 2015 -0400
19684
19685 RDS: verify the underlying transport exists before creating a connection
19686
19687 There was no verification that an underlying transport exists when creating
19688 a connection, this would cause dereferencing a NULL ptr.
19689
19690 It might happen on sockets that weren't properly bound before attempting to
19691 send a message, which will cause a NULL ptr deref:
19692
19693 [135546.047719] kasan: GPF could be caused by NULL-ptr deref or user memory accessgeneral protection fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC KASAN
19694 [135546.051270] Modules linked in:
19695 [135546.051781] CPU: 4 PID: 15650 Comm: trinity-c4 Not tainted 4.2.0-next-20150902-sasha-00041-gbaa1222-dirty #2527
19696 [135546.053217] task: ffff8800835bc000 ti: ffff8800bc708000 task.ti: ffff8800bc708000
19697 [135546.054291] RIP: __rds_conn_create (net/rds/connection.c:194)
19698 [135546.055666] RSP: 0018:ffff8800bc70fab0 EFLAGS: 00010202
19699 [135546.056457] RAX: dffffc0000000000 RBX: 0000000000000f2c RCX: ffff8800835bc000
19700 [135546.057494] RDX: 0000000000000007 RSI: ffff8800835bccd8 RDI: 0000000000000038
19701 [135546.058530] RBP: ffff8800bc70fb18 R08: 0000000000000001 R09: 0000000000000000
19702 [135546.059556] R10: ffffed014d7a3a23 R11: ffffed014d7a3a21 R12: 0000000000000000
19703 [135546.060614] R13: 0000000000000001 R14: ffff8801ec3d0000 R15: 0000000000000000
19704 [135546.061668] FS: 00007faad4ffb700(0000) GS:ffff880252000000(0000) knlGS:0000000000000000
19705 [135546.062836] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
19706 [135546.063682] CR2: 000000000000846a CR3: 000000009d137000 CR4: 00000000000006a0
19707 [135546.064723] Stack:
19708 [135546.065048] ffffffffafe2055c ffffffffafe23fc1 ffffed00493097bf ffff8801ec3d0008
19709 [135546.066247] 0000000000000000 00000000000000d0 0000000000000000 ac194a24c0586342
19710 [135546.067438] 1ffff100178e1f78 ffff880320581b00 ffff8800bc70fdd0 ffff880320581b00
19711 [135546.068629] Call Trace:
19712 [135546.069028] ? __rds_conn_create (include/linux/rcupdate.h:856 net/rds/connection.c:134)
19713 [135546.069989] ? rds_message_copy_from_user (net/rds/message.c:298)
19714 [135546.071021] rds_conn_create_outgoing (net/rds/connection.c:278)
19715 [135546.071981] rds_sendmsg (net/rds/send.c:1058)
19716 [135546.072858] ? perf_trace_lock (include/trace/events/lock.h:38)
19717 [135546.073744] ? lockdep_init (kernel/locking/lockdep.c:3298)
19718 [135546.074577] ? rds_send_drop_to (net/rds/send.c:976)
19719 [135546.075508] ? __might_fault (./arch/x86/include/asm/current.h:14 mm/memory.c:3795)
19720 [135546.076349] ? __might_fault (mm/memory.c:3795)
19721 [135546.077179] ? rds_send_drop_to (net/rds/send.c:976)
19722 [135546.078114] sock_sendmsg (net/socket.c:611 net/socket.c:620)
19723 [135546.078856] SYSC_sendto (net/socket.c:1657)
19724 [135546.079596] ? SYSC_connect (net/socket.c:1628)
19725 [135546.080510] ? trace_dump_stack (kernel/trace/trace.c:1926)
19726 [135546.081397] ? ring_buffer_unlock_commit (kernel/trace/ring_buffer.c:2479 kernel/trace/ring_buffer.c:2558 kernel/trace/ring_buffer.c:2674)
19727 [135546.082390] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
19728 [135546.083410] ? trace_event_raw_event_sys_enter (include/trace/events/syscalls.h:16)
19729 [135546.084481] ? do_audit_syscall_entry (include/trace/events/syscalls.h:16)
19730 [135546.085438] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
19731 [135546.085515] rds_ib_laddr_check(): addr 36.74.25.172 ret -99 node type -1
19732
19733 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
19734 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
19735 Signed-off-by: David S. Miller <davem@davemloft.net>
19736
19737 net/rds/connection.c | 6 ++++++
19738 1 files changed, 6 insertions(+), 0 deletions(-)
19739
19740commit 173fa03f05cf0ad485d49a42cbdee8844d3a689a
19741Author: Steven Rostedt (Red Hat) <rostedt@goodmis.org>
19742Date: Tue Jan 5 20:32:47 2016 -0500
19743
19744 ftrace/module: Call clean up function when module init fails early
19745
19746 If the module init code fails after calling ftrace_module_init() and before
19747 calling do_init_module(), we can suffer from a memory leak. This is because
19748 ftrace_module_init() allocates pages to store the locations that ftrace
19749 hooks are placed in the module text. If do_init_module() fails, it still
19750 calls the MODULE_GOING notifiers which will tell ftrace to do a clean up of
19751 the pages it allocated for the module. But if load_module() fails before
19752 then, the pages allocated by ftrace_module_init() will never be freed.
19753
19754 Call ftrace_release_mod() on the module if load_module() fails before
19755 getting to do_init_module().
19756
19757 Link: http://lkml.kernel.org/r/567CEA31.1070507@intel.com
19758
19759 Reported-by: "Qiu, PeiyangX" <peiyangx.qiu@intel.com>
19760 Fixes: a949ae560a511 "ftrace/module: Hardcode ftrace_module_init() call into load_module()"
19761 Cc: stable@vger.kernel.org # v2.6.38+
19762 Acked-by: Rusty Russell <rusty@rustcorp.com.au>
19763 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
19764
19765 include/linux/ftrace.h | 1 +
19766 kernel/module.c | 6 ++++++
19767 2 files changed, 7 insertions(+), 0 deletions(-)
19768
19769commit 1e5a4a81a4c16c8ac2e264b88a02cc2f42ed0399
19770Author: Francesco Ruggeri <fruggeri@aristanetworks.com>
19771Date: Wed Jan 6 00:18:48 2016 -0800
19772
19773 net: possible use after free in dst_release
19774
19775 dst_release should not access dst->flags after decrementing
19776 __refcnt to 0. The dst_entry may be in dst_busy_list and
19777 dst_gc_task may dst_destroy it before dst_release gets a chance
19778 to access dst->flags.
19779
19780 Fixes: d69bbf88c8d0 ("net: fix a race in dst_release()")
19781 Fixes: 27b75c95f10d ("net: avoid RCU for NOCACHE dst")
19782 Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
19783 Acked-by: Eric Dumazet <edumazet@google.com>
19784 Signed-off-by: David S. Miller <davem@davemloft.net>
19785
19786 net/core/dst.c | 3 ++-
19787 1 files changed, 2 insertions(+), 1 deletions(-)
19788
19789commit bfb0455793dd4e0f0b49d34a68b3249ab55565cc
19790Author: Alan <gnomes@lxorguk.ukuu.org.uk>
19791Date: Wed Jan 6 14:55:02 2016 +0000
19792
19793 mkiss: fix scribble on freed memory
19794
19795 commit d79f16c046086f4fe0d42184a458e187464eb83e fixed a user triggerable
19796 scribble on free memory but added a new one which allows the user to
19797 scribble even more and user controlled data into freed space.
19798
19799 As with 6pack we need to halt the queue before we free the buffers, because
19800 the transmit logic is not protected by the semaphore.
19801
19802 Signed-off-by: Alan Cox <alan@linux.intel.com>
19803 Signed-off-by: David S. Miller <davem@davemloft.net>
19804
19805 drivers/net/hamradio/mkiss.c | 5 +++++
19806 1 files changed, 5 insertions(+), 0 deletions(-)
19807
19808commit 5cbbcbd32dc1949470f61d342503808fa9555276
19809Author: David Miller <davem@davemloft.net>
19810Date: Thu Dec 17 16:05:49 2015 -0500
19811
19812 mkiss: Fix use after free in mkiss_close().
19813
19814 Need to do the unregister_device() after all references to the driver
19815 private have been done.
19816
19817 Signed-off-by: David S. Miller <davem@davemloft.net>
19818
19819 drivers/net/hamradio/mkiss.c | 4 ++--
19820 1 files changed, 2 insertions(+), 2 deletions(-)
19821
19822commit b00171576794a98068e069a660f0991a6a5190ff
19823Author: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
19824Date: Tue Jan 5 11:51:25 2016 +0000
19825
19826 6pack: fix free memory scribbles
19827
19828 commit acf673a3187edf72068ee2f92f4dc47d66baed47 fixed a user triggerable free
19829 memory scribble but in doing so replaced it with a different one that allows
19830 the user to control the data and scribble even more.
19831
19832 sixpack_close is called by the tty layer in tty context. The tty context is
19833 protected by sp_get() and sp_put(). However network layer activity via
19834 sp_xmit() is not protected this way. We must therefore stop the queue
19835 otherwise the user gets to dump a buffer mostly of their choice into freed
19836 kernel pages.
19837
19838 Signed-off-by: Alan Cox <alan@linux.intel.com>
19839 Signed-off-by: David S. Miller <davem@davemloft.net>
19840
19841 drivers/net/hamradio/6pack.c | 6 ++++++
19842 1 files changed, 6 insertions(+), 0 deletions(-)
19843
19844commit 5b64a833907cd230a3106aeba2304b2c1bcd116d
19845Author: David Miller <davem@davemloft.net>
19846Date: Thu Dec 17 16:05:32 2015 -0500
19847
19848 6pack: Fix use after free in sixpack_close().
19849
19850 Need to do the unregister_device() after all references to the driver
19851 private have been done.
19852
19853 Also we need to use del_timer_sync() for the timers so that we don't
19854 have any asynchronous references after the unregister.
19855
19856 Signed-off-by: David S. Miller <davem@davemloft.net>
19857
19858 drivers/net/hamradio/6pack.c | 8 ++++----
19859 1 files changed, 4 insertions(+), 4 deletions(-)
19860
19861commit 4f9d532742656b3613d579220fd10c78f24ba37b
19862Author: Rabin Vincent <rabin@rab.in>
19863Date: Tue Jan 5 16:23:07 2016 +0100
19864
19865 net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
19866
19867 The SKF_AD_ALU_XOR_X ancillary is not like the other ancillary data
19868 instructions since it XORs A with X while all the others replace A with
19869 some loaded value. All the BPF JITs fail to clear A if this is used as
19870 the first instruction in a filter. This was found using american fuzzy
19871 lop.
19872
19873 Add a helper to determine if A needs to be cleared given the first
19874 instruction in a filter, and use this in the JITs. Except for ARM, the
19875 rest have only been compile-tested.
19876
19877 Fixes: 3480593131e0 ("net: filter: get rid of BPF_S_* enum")
19878 Signed-off-by: Rabin Vincent <rabin@rab.in>
19879 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19880 Acked-by: Alexei Starovoitov <ast@kernel.org>
19881 Signed-off-by: David S. Miller <davem@davemloft.net>
19882
19883 arch/arm/net/bpf_jit_32.c | 16 +---------------
19884 arch/mips/net/bpf_jit.c | 16 +---------------
19885 arch/powerpc/net/bpf_jit_comp.c | 13 ++-----------
19886 arch/sparc/net/bpf_jit_comp.c | 17 ++---------------
19887 include/linux/filter.h | 19 +++++++++++++++++++
19888 5 files changed, 25 insertions(+), 56 deletions(-)
19889
19890commit 570d88f8acfffda92b89ae2e1c47320d47256034
19891Author: John Fastabend <john.fastabend@gmail.com>
19892Date: Tue Jan 5 09:11:36 2016 -0800
19893
19894 net: sched: fix missing free per cpu on qstats
19895
19896 When a qdisc is using per cpu stats (currently just the ingress
19897 qdisc) only the bstats are being freed. This also free's the qstats.
19898
19899 Fixes: b0ab6f92752b9f9d8 ("net: sched: enable per cpu qstats")
19900 Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
19901 Acked-by: Eric Dumazet <edumazet@google.com>
19902 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19903 Signed-off-by: David S. Miller <davem@davemloft.net>
19904
19905 net/sched/sch_generic.c | 4 +++-
19906 1 files changed, 3 insertions(+), 1 deletions(-)
19907
19908commit 32c0ebc51857ee83470a10dcb234d308a0ed1881
19909Author: Rabin Vincent <rabin@rab.in>
19910Date: Tue Jan 5 18:34:04 2016 +0100
19911
19912 ARM: net: bpf: fix zero right shift
19913
19914 The LSR instruction cannot be used to perform a zero right shift since a
19915 0 as the immediate value (imm5) in the LSR instruction encoding means
19916 that a shift of 32 is perfomed. See DecodeIMMShift() in the ARM ARM.
19917
19918 Make the JIT skip generation of the LSR if a zero-shift is requested.
19919
19920 This was found using american fuzzy lop.
19921
19922 Signed-off-by: Rabin Vincent <rabin@rab.in>
19923 Acked-by: Alexei Starovoitov <ast@kernel.org>
19924 Signed-off-by: David S. Miller <davem@davemloft.net>
19925
19926 arch/arm/net/bpf_jit_32.c | 3 ++-
19927 1 files changed, 2 insertions(+), 1 deletions(-)
19928
19929commit 51f5d291750285efa4d4bbe84e5ec23dc00c8d2d
19930Author: Brad Spengler <spender@grsecurity.net>
19931Date: Wed Jan 6 20:35:57 2016 -0500
19932
19933 Don't perform hidden lookups in RBAC against the directory of
19934 a file being opened with O_CREAT, reported by Karl Witt
19935
19936 Conflicts:
19937
19938 fs/namei.c
19939
19940 fs/namei.c | 3 ---
19941 1 files changed, 0 insertions(+), 3 deletions(-)
19942
19943commit 5a8266a6b2769ccdb447256f95bc2577a73cccd1
19944Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
19945Date: Tue Jan 5 10:46:00 2016 +0100
19946
19947 bridge: Only call /sbin/bridge-stp for the initial network namespace
19948
19949 [I stole this patch from Eric Biederman. He wrote:]
19950
19951 > There is no defined mechanism to pass network namespace information
19952 > into /sbin/bridge-stp therefore don't even try to invoke it except
19953 > for bridge devices in the initial network namespace.
19954 >
19955 > It is possible for unprivileged users to cause /sbin/bridge-stp to be
19956 > invoked for any network device name which if /sbin/bridge-stp does not
19957 > guard against unreasonable arguments or being invoked twice on the
19958 > same network device could cause problems.
19959
19960 [Hannes: changed patch using netns_eq]
19961
19962 Cc: Eric W. Biederman <ebiederm@xmission.com>
19963 Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
19964 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19965 Signed-off-by: David S. Miller <davem@davemloft.net>
19966
19967 net/bridge/br_stp_if.c | 5 ++++-
19968 1 files changed, 4 insertions(+), 1 deletions(-)
19969
19970commit 650d535cc39f0aeff2f57e60b6617be25d3ef48b
19971Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19972Date: Wed Dec 23 16:28:40 2015 -0200
19973
19974 sctp: use GFP_USER for user-controlled kmalloc
19975
19976 Commit cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
19977 missed two other spots.
19978
19979 For connectx, as it's more likely to be used by kernel users of the API,
19980 it detects if GFP_USER should be used or not.
19981
19982 Fixes: cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
19983 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19984 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19985 Signed-off-by: David S. Miller <davem@davemloft.net>
19986
19987 net/sctp/socket.c | 9 ++++++---
19988 1 files changed, 6 insertions(+), 3 deletions(-)
19989
19990commit 5718a1f63c41fc156f729783423b002763779d04
19991Author: Florian Westphal <fw@strlen.de>
19992Date: Thu Dec 31 14:26:33 2015 +0100
19993
19994 connector: bump skb->users before callback invocation
19995
19996 Dmitry reports memleak with syskaller program.
19997 Problem is that connector bumps skb usecount but might not invoke callback.
19998
19999 So move skb_get to where we invoke the callback.
20000
20001 Reported-by: Dmitry Vyukov <dvyukov@google.com>
20002 Signed-off-by: Florian Westphal <fw@strlen.de>
20003 Signed-off-by: David S. Miller <davem@davemloft.net>
20004
20005 drivers/connector/connector.c | 11 +++--------
20006 1 files changed, 3 insertions(+), 8 deletions(-)
20007
20008commit 2e6372e6a97f8d642416899861f91777f44f13b7
20009Author: Rainer Weikusat <rweikusat@mobileactivedefense.com>
20010Date: Sun Jan 3 18:56:38 2016 +0000
20011
20012 af_unix: Fix splice-bind deadlock
20013
20014 On 2015/11/06, Dmitry Vyukov reported a deadlock involving the splice
20015 system call and AF_UNIX sockets,
20016
20017 http://lists.openwall.net/netdev/2015/11/06/24
20018
20019 The situation was analyzed as
20020
20021 (a while ago) A: socketpair()
20022 B: splice() from a pipe to /mnt/regular_file
20023 does sb_start_write() on /mnt
20024 C: try to freeze /mnt
20025 wait for B to finish with /mnt
20026 A: bind() try to bind our socket to /mnt/new_socket_name
20027 lock our socket, see it not bound yet
20028 decide that it needs to create something in /mnt
20029 try to do sb_start_write() on /mnt, block (it's
20030 waiting for C).
20031 D: splice() from the same pipe to our socket
20032 lock the pipe, see that socket is connected
20033 try to lock the socket, block waiting for A
20034 B: get around to actually feeding a chunk from
20035 pipe to file, try to lock the pipe. Deadlock.
20036
20037 on 2015/11/10 by Al Viro,
20038
20039 http://lists.openwall.net/netdev/2015/11/10/4
20040
20041 The patch fixes this by removing the kern_path_create related code from
20042 unix_mknod and executing it as part of unix_bind prior acquiring the
20043 readlock of the socket in question. This means that A (as used above)
20044 will sb_start_write on /mnt before it acquires the readlock, hence, it
20045 won't indirectly block B which first did a sb_start_write and then
20046 waited for a thread trying to acquire the readlock. Consequently, A
20047 being blocked by C waiting for B won't cause a deadlock anymore
20048 (effectively, both A and B acquire two locks in opposite order in the
20049 situation described above).
20050
20051 Dmitry Vyukov(<dvyukov@google.com>) tested the original patch.
20052
20053 Signed-off-by: Rainer Weikusat <rweikusat@mobileactivedefense.com>
20054 Signed-off-by: David S. Miller <davem@davemloft.net>
20055
20056 Conflicts:
20057
20058 net/unix/af_unix.c
20059
20060 net/unix/af_unix.c | 70 +++++++++++++++++++++++++++++++--------------------
20061 1 files changed, 42 insertions(+), 28 deletions(-)
20062
20063commit 2e729e557c571f3253e32472cd7d382ac16cf1c3
20064Author: Qiu Peiyang <peiyangx.qiu@intel.com>
20065Date: Thu Dec 31 13:11:28 2015 +0800
20066
20067 tracing: Fix setting of start_index in find_next()
20068
20069 When we do cat /sys/kernel/debug/tracing/printk_formats, we hit kernel
20070 panic at t_show.
20071
20072 general protection fault: 0000 [#1] PREEMPT SMP
20073 CPU: 0 PID: 2957 Comm: sh Tainted: G W O 3.14.55-x86_64-01062-gd4acdc7 #2
20074 RIP: 0010:[<ffffffff811375b2>]
20075 [<ffffffff811375b2>] t_show+0x22/0xe0
20076 RSP: 0000:ffff88002b4ebe80 EFLAGS: 00010246
20077 RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000004
20078 RDX: 0000000000000004 RSI: ffffffff81fd26a6 RDI: ffff880032f9f7b1
20079 RBP: ffff88002b4ebe98 R08: 0000000000001000 R09: 000000000000ffec
20080 R10: 0000000000000000 R11: 000000000000000f R12: ffff880004d9b6c0
20081 R13: 7365725f6d706400 R14: ffff880004d9b6c0 R15: ffffffff82020570
20082 FS: 0000000000000000(0000) GS:ffff88003aa00000(0063) knlGS:00000000f776bc40
20083 CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
20084 CR2: 00000000f6c02ff0 CR3: 000000002c2b3000 CR4: 00000000001007f0
20085 Call Trace:
20086 [<ffffffff811dc076>] seq_read+0x2f6/0x3e0
20087 [<ffffffff811b749b>] vfs_read+0x9b/0x160
20088 [<ffffffff811b7f69>] SyS_read+0x49/0xb0
20089 [<ffffffff81a3a4b9>] ia32_do_call+0x13/0x13
20090 ---[ end trace 5bd9eb630614861e ]---
20091 Kernel panic - not syncing: Fatal exception
20092
20093 When the first time find_next calls find_next_mod_format, it should
20094 iterate the trace_bprintk_fmt_list to find the first print format of
20095 the module. However in current code, start_index is smaller than *pos
20096 at first, and code will not iterate the list. Latter container_of will
20097 get the wrong address with former v, which will cause mod_fmt be a
20098 meaningless object and so is the returned mod_fmt->fmt.
20099
20100 This patch will fix it by correcting the start_index. After fixed,
20101 when the first time calls find_next_mod_format, start_index will be
20102 equal to *pos, and code will iterate the trace_bprintk_fmt_list to
20103 get the right module printk format, so is the returned mod_fmt->fmt.
20104
20105 Link: http://lkml.kernel.org/r/5684B900.9000309@intel.com
20106
20107 Cc: stable@vger.kernel.org # 3.12+
20108 Fixes: 102c9323c35a8 "tracing: Add __tracepoint_string() to export string pointers"
20109 Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
20110 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
20111
20112 kernel/trace/trace_printk.c | 1 +
20113 1 files changed, 1 insertions(+), 0 deletions(-)
20114
20115commit 0994af4b1930f32aa493dc08145cd304f8bfc8f4
20116Author: Al Viro <viro@zeniv.linux.org.uk>
20117Date: Mon Dec 28 20:47:08 2015 -0500
20118
20119 [PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()
20120
20121 Cc: stable@vger.kernel.org # 3.15+
20122 Reviewed-by: Jeff Layton <jeff.layton@primarydata.com>
20123 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
20124
20125 arch/arm/kernel/sys_oabi-compat.c | 73 +++++++++++++++++++------------------
20126 1 files changed, 37 insertions(+), 36 deletions(-)
20127
20128commit 4ed030f65dcf3e6b0128032a49a7d75f947fa351
20129Merge: de243c2 3adc55a
20130Author: Brad Spengler <spender@grsecurity.net>
20131Date: Tue Jan 5 18:10:10 2016 -0500
20132
20133 Merge branch 'pax-test' into grsec-test
20134
20135commit 3adc55a5acfa429c2a7cc883aef08b960c0079b0
20136Author: Brad Spengler <spender@grsecurity.net>
20137Date: Tue Jan 5 18:08:53 2016 -0500
20138
20139 Update to pax-linux-4.3.3-test16.patch:
20140 - small cleanup in entry_64.S on x86
20141 - Emese fixed the initify plugin to recursively check variable initializers, reported by Rasmus Villemoes
20142 - 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)
20143 - 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)
20144 - 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)
20145 - 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)
20146
20147 arch/x86/entry/entry_64.S | 60 +++++-----
20148 arch/x86/kernel/alternative.c | 2 +-
20149 arch/x86/kvm/emulate.c | 4 +-
20150 tools/gcc/initify_plugin.c | 123 +++++++++----------
20151 .../disable_size_overflow_hash.data | 4 +-
20152 .../size_overflow_plugin/size_overflow_hash.data | 2 -
20153 6 files changed, 93 insertions(+), 102 deletions(-)
20154
20155commit de243c26efd0e423ca92db825af2c3f8eb1ca043
20156Author: Brad Spengler <spender@grsecurity.net>
20157Date: Tue Dec 29 18:01:24 2015 -0500
20158
20159 It was noticed during an internal audit that the code under GRKERNSEC_PROC_MEMMAP
20160 which aimed to enforce a 16MB minimum on RLIMIT_DATA for suid/sgid binaries only
20161 did so if RLIMIT_DATA was set lower than PAGE_SIZE.
20162
20163 This addition was only supplemental as GRKERNSEC_BRUTE is the main defense
20164 against suid/sgid attacks and the flaw above would only eliminate the extra
20165 entropy provided for the brk-managed heap, still leaving it with the minimum
20166 of 16-bit entropy for mmap on x86 and 28 on x64.
20167
20168 mm/mmap.c | 2 +-
20169 1 files changed, 1 insertions(+), 1 deletions(-)
20170
20171commit 8e264cfe47e5f08cdc9ed009a630277206cd2534
20172Merge: 436201b 2584340
20173Author: Brad Spengler <spender@grsecurity.net>
20174Date: Mon Dec 28 20:30:01 2015 -0500
20175
20176 Merge branch 'pax-test' into grsec-test
20177
20178commit 2584340eab494e64ec1bf9eb5b0d1ae31f926306
20179Author: Brad Spengler <spender@grsecurity.net>
20180Date: Mon Dec 28 20:29:28 2015 -0500
20181
20182 Update to pax-linux-4.3.3-test14.patch:
20183 - 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)
20184 - fixed shutdown crash with tboot and KERNEXEC, reported by perfinion
20185 - fixed a few false positive and one real size overflow reports in hyperv, reported by hunger
20186 - fixed compile regressions on armv5, reported by iamb (https://forums.grsecurity.net/viewtopic.php?f=3&t=4350)
20187 - fixed an assert in the initify plugin that triggered in vic_register on arm
20188
20189 arch/arm/include/asm/atomic.h | 7 +++++--
20190 arch/arm/include/asm/domain.h | 5 ++---
20191 arch/x86/kernel/tboot.c | 14 +++++++++-----
20192 drivers/hv/channel.c | 4 +---
20193 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
20194 drivers/net/hyperv/rndis_filter.c | 3 +--
20195 fs/exec.c | 4 ++--
20196 include/linux/atomic.h | 15 ---------------
20197 net/core/skbuff.c | 3 ++-
20198 tools/gcc/initify_plugin.c | 4 +++-
20199 10 files changed, 26 insertions(+), 35 deletions(-)
20200
20201commit 436201b6626b488d173c8076447000077c27b84a
20202Author: David Howells <dhowells@redhat.com>
20203Date: Fri Dec 18 01:34:26 2015 +0000
20204
20205 KEYS: Fix race between read and revoke
20206
20207 This fixes CVE-2015-7550.
20208
20209 There's a race between keyctl_read() and keyctl_revoke(). If the revoke
20210 happens between keyctl_read() checking the validity of a key and the key's
20211 semaphore being taken, then the key type read method will see a revoked key.
20212
20213 This causes a problem for the user-defined key type because it assumes in
20214 its read method that there will always be a payload in a non-revoked key
20215 and doesn't check for a NULL pointer.
20216
20217 Fix this by making keyctl_read() check the validity of a key after taking
20218 semaphore instead of before.
20219
20220 I think the bug was introduced with the original keyrings code.
20221
20222 This was discovered by a multithreaded test program generated by syzkaller
20223 (http://github.com/google/syzkaller). Here's a cleaned up version:
20224
20225 #include <sys/types.h>
20226 #include <keyutils.h>
20227 #include <pthread.h>
20228 void *thr0(void *arg)
20229 {
20230 key_serial_t key = (unsigned long)arg;
20231 keyctl_revoke(key);
20232 return 0;
20233 }
20234 void *thr1(void *arg)
20235 {
20236 key_serial_t key = (unsigned long)arg;
20237 char buffer[16];
20238 keyctl_read(key, buffer, 16);
20239 return 0;
20240 }
20241 int main()
20242 {
20243 key_serial_t key = add_key("user", "%", "foo", 3, KEY_SPEC_USER_KEYRING);
20244 pthread_t th[5];
20245 pthread_create(&th[0], 0, thr0, (void *)(unsigned long)key);
20246 pthread_create(&th[1], 0, thr1, (void *)(unsigned long)key);
20247 pthread_create(&th[2], 0, thr0, (void *)(unsigned long)key);
20248 pthread_create(&th[3], 0, thr1, (void *)(unsigned long)key);
20249 pthread_join(th[0], 0);
20250 pthread_join(th[1], 0);
20251 pthread_join(th[2], 0);
20252 pthread_join(th[3], 0);
20253 return 0;
20254 }
20255
20256 Build as:
20257
20258 cc -o keyctl-race keyctl-race.c -lkeyutils -lpthread
20259
20260 Run as:
20261
20262 while keyctl-race; do :; done
20263
20264 as it may need several iterations to crash the kernel. The crash can be
20265 summarised as:
20266
20267 BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
20268 IP: [<ffffffff81279b08>] user_read+0x56/0xa3
20269 ...
20270 Call Trace:
20271 [<ffffffff81276aa9>] keyctl_read_key+0xb6/0xd7
20272 [<ffffffff81277815>] SyS_keyctl+0x83/0xe0
20273 [<ffffffff815dbb97>] entry_SYSCALL_64_fastpath+0x12/0x6f
20274
20275 Reported-by: Dmitry Vyukov <dvyukov@google.com>
20276 Signed-off-by: David Howells <dhowells@redhat.com>
20277 Tested-by: Dmitry Vyukov <dvyukov@google.com>
20278 Cc: stable@vger.kernel.org
20279 Signed-off-by: James Morris <james.l.morris@oracle.com>
20280
20281 security/keys/keyctl.c | 18 +++++++++---------
20282 1 files changed, 9 insertions(+), 9 deletions(-)
20283
20284commit 195cea04477025da4a2078bd3e1fb7c4e11206c2
20285Author: Brad Spengler <spender@grsecurity.net>
20286Date: Tue Dec 22 20:44:01 2015 -0500
20287
20288 Add new kernel command-line param: pax_size_overflow_report_only
20289 If a user triggers a size_overflow violation that makes it difficult
20290 to obtain the call trace without serial console/net console, they can
20291 use this option to provide that information to us
20292
20293 Documentation/kernel-parameters.txt | 5 +++++
20294 fs/exec.c | 12 +++++++++---
20295 init/main.c | 11 +++++++++++
20296 3 files changed, 25 insertions(+), 3 deletions(-)
20297
20298commit 4254a8da5851df8c08cdca5c392916e8c105408d
20299Author: WANG Cong <xiyou.wangcong@gmail.com>
20300Date: Mon Dec 21 10:55:45 2015 -0800
20301
20302 addrconf: always initialize sysctl table data
20303
20304 When sysctl performs restrict writes, it allows to write from
20305 a middle position of a sysctl file, which requires us to initialize
20306 the table data before calling proc_dostring() for the write case.
20307
20308 Fixes: 3d1bec99320d ("ipv6: introduce secret_stable to ipv6_devconf")
20309 Reported-by: Sasha Levin <sasha.levin@oracle.com>
20310 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
20311 Tested-by: Sasha Levin <sasha.levin@oracle.com>
20312 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
20313 Signed-off-by: David S. Miller <davem@davemloft.net>
20314
20315 net/ipv6/addrconf.c | 11 ++++-------
20316 1 files changed, 4 insertions(+), 7 deletions(-)
20317
20318commit f8002863fb06c363180637046947a78a6ccb3d33
20319Author: WANG Cong <xiyou.wangcong@gmail.com>
20320Date: Wed Dec 16 23:39:04 2015 -0800
20321
20322 net: check both type and procotol for tcp sockets
20323
20324 Dmitry reported the following out-of-bound access:
20325
20326 Call Trace:
20327 [<ffffffff816cec2e>] __asan_report_load4_noabort+0x3e/0x40
20328 mm/kasan/report.c:294
20329 [<ffffffff84affb14>] sock_setsockopt+0x1284/0x13d0 net/core/sock.c:880
20330 [< inline >] SYSC_setsockopt net/socket.c:1746
20331 [<ffffffff84aed7ee>] SyS_setsockopt+0x1fe/0x240 net/socket.c:1729
20332 [<ffffffff85c18c76>] entry_SYSCALL_64_fastpath+0x16/0x7a
20333 arch/x86/entry/entry_64.S:185
20334
20335 This is because we mistake a raw socket as a tcp socket.
20336 We should check both sk->sk_type and sk->sk_protocol to ensure
20337 it is a tcp socket.
20338
20339 Willem points out __skb_complete_tx_timestamp() needs to fix as well.
20340
20341 Reported-by: Dmitry Vyukov <dvyukov@google.com>
20342 Cc: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
20343 Cc: Eric Dumazet <eric.dumazet@gmail.com>
20344 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
20345 Acked-by: Willem de Bruijn <willemb@google.com>
20346 Signed-off-by: David S. Miller <davem@davemloft.net>
20347
20348 net/core/skbuff.c | 3 ++-
20349 net/core/sock.c | 3 ++-
20350 2 files changed, 4 insertions(+), 2 deletions(-)
20351
20352commit bd6b3399804470a4ad8f34229469ca149dceba3d
20353Author: Colin Ian King <colin.king@canonical.com>
20354Date: Fri Dec 18 14:22:01 2015 -0800
20355
20356 proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
20357
20358 Writing to /proc/$pid/coredump_filter always returns -ESRCH because commit
20359 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()") removed
20360 the setting of ret after the get_proc_task call and incorrectly left it as
20361 -ESRCH. Instead, return 0 when successful.
20362
20363 Example breakage:
20364
20365 echo 0 > /proc/self/coredump_filter
20366 bash: echo: write error: No such process
20367
20368 Fixes: 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()")
20369 Signed-off-by: Colin Ian King <colin.king@canonical.com>
20370 Acked-by: Kees Cook <keescook@chromium.org>
20371 Cc: <stable@vger.kernel.org> [4.3+]
20372 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
20373 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
20374
20375 fs/proc/base.c | 1 +
20376 1 files changed, 1 insertions(+), 0 deletions(-)
20377
20378commit b28aca2b99ed08546778355fb9402c503ff9b29e
20379Author: Junichi Nomura <j-nomura@ce.jp.nec.com>
20380Date: Tue Dec 22 10:23:44 2015 -0700
20381
20382 block: ensure to split after potentially bouncing a bio
20383
20384 blk_queue_bio() does split then bounce, which makes the segment
20385 counting based on pages before bouncing and could go wrong. Move
20386 the split to after bouncing, like we do for blk-mq, and the we
20387 fix the issue of having the bio count for segments be wrong.
20388
20389 Fixes: 54efd50bfd87 ("block: make generic_make_request handle arbitrarily sized bios")
20390 Cc: stable@vger.kernel.org
20391 Tested-by: Artem S. Tashkinov <t.artem@lycos.com>
20392 Signed-off-by: Jens Axboe <axboe@fb.com>
20393
20394 block/blk-core.c | 4 ++--
20395 1 files changed, 2 insertions(+), 2 deletions(-)
20396
20397commit e62a25e917a9e5b35ddd5b4f1b5e5e30fbd2e84c
20398Merge: f6f63ae ec72fa5
20399Author: Brad Spengler <spender@grsecurity.net>
20400Date: Tue Dec 22 19:46:26 2015 -0500
20401
20402 Merge branch 'pax-test' into grsec-test
20403
20404commit ec72fa5f8d9cb4e223bad1b8b5c2e1071c222f2a
20405Author: Brad Spengler <spender@grsecurity.net>
20406Date: Tue Dec 22 19:45:51 2015 -0500
20407
20408 Update to pax-linux-4.3.3-test13.patch:
20409 - 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)
20410 - 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)
20411
20412 arch/arm/mm/fault.c | 2 +-
20413 arch/x86/mm/fault.c | 2 +-
20414 fs/btrfs/extent_map.c | 8 ++++++--
20415 fs/xfs/libxfs/xfs_da_btree.c | 4 +++-
20416 4 files changed, 11 insertions(+), 5 deletions(-)
20417
20418commit f6f63ae154cd45028add1dc41957878060d77fbf
20419Author: Brad Spengler <spender@grsecurity.net>
20420Date: Thu Dec 17 18:43:44 2015 -0500
20421
20422 ptrace_has_cap() checks whether the current process should be
20423 treated as having a certain capability for ptrace checks
20424 against another process. Until now, this was equivalent to
20425 has_ns_capability(current, target_ns, CAP_SYS_PTRACE).
20426
20427 However, if a root-owned process wants to enter a user
20428 namespace for some reason without knowing who owns it and
20429 therefore can't change to the namespace owner's uid and gid
20430 before entering, as soon as it has entered the namespace,
20431 the namespace owner can attach to it via ptrace and thereby
20432 gain access to its uid and gid.
20433
20434 While it is possible for the entering process to switch to
20435 the uid of a claimed namespace owner before entering,
20436 causing the attempt to enter to fail if the claimed uid is
20437 wrong, this doesn't solve the problem of determining an
20438 appropriate gid.
20439
20440 With this change, the entering process can first enter the
20441 namespace and then safely inspect the namespace's
20442 properties, e.g. through /proc/self/{uid_map,gid_map},
20443 assuming that the namespace owner doesn't have access to
20444 uid 0.
20445 Signed-off-by: Jann Horn <jann@thejh.net>
20446
20447 kernel/ptrace.c | 30 +++++++++++++++++++++++++-----
20448 1 files changed, 25 insertions(+), 5 deletions(-)
20449
20450commit e314f0fb63020f61543b401ff594e953c2c304e5
20451Author: tadeusz.struk@intel.com <tadeusz.struk@intel.com>
20452Date: Tue Dec 15 10:46:17 2015 -0800
20453
20454 net: fix uninitialized variable issue
20455
20456 msg_iocb needs to be initialized on the recv/recvfrom path.
20457 Otherwise afalg will wrongly interpret it as an async call.
20458
20459 Cc: stable@vger.kernel.org
20460 Reported-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
20461 Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
20462 Signed-off-by: David S. Miller <davem@davemloft.net>
20463
20464 net/socket.c | 1 +
20465 1 files changed, 1 insertions(+), 0 deletions(-)
20466
20467commit a3f56a43ad56b8fcaf04f6327636ed2f5970de3b
20468Merge: dfa764c 142edcf
20469Author: Brad Spengler <spender@grsecurity.net>
20470Date: Wed Dec 16 21:01:17 2015 -0500
20471
20472 Merge branch 'pax-test' into grsec-test
20473
20474commit 142edcf1005a57fb8887823565cf0bafad2f313c
20475Author: Brad Spengler <spender@grsecurity.net>
20476Date: Wed Dec 16 21:00:57 2015 -0500
20477
20478 Update to pax-linux-4.3.3-test12.patch:
20479 - 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)
20480 - 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)
20481
20482 drivers/tty/n_tty.c | 16 ++++++++--------
20483 .../disable_size_overflow_hash.data | 2 ++
20484 .../size_overflow_plugin/size_overflow_hash.data | 6 ++----
20485 3 files changed, 12 insertions(+), 12 deletions(-)
20486
20487commit dfa764cc549892a5bfc1083cac78b99032cae577
20488Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
20489Date: Tue Dec 15 22:59:12 2015 +0100
20490
20491 ipv6: automatically enable stable privacy mode if stable_secret set
20492
20493 Bjørn reported that while we switch all interfaces to privacy stable mode
20494 when setting the secret, we don't set this mode for new interfaces. This
20495 does not make sense, so change this behaviour.
20496
20497 Fixes: 622c81d57b392cc ("ipv6: generation of stable privacy addresses for link-local and autoconf")
20498 Reported-by: Bjørn Mork <bjorn@mork.no>
20499 Cc: Bjørn Mork <bjorn@mork.no>
20500 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
20501 Signed-off-by: David S. Miller <davem@davemloft.net>
20502
20503 net/ipv6/addrconf.c | 6 ++++++
20504 1 files changed, 6 insertions(+), 0 deletions(-)
20505
20506commit c2815a1fee03f222273e77c14e43f960da06f35a
20507Author: Brad Spengler <spender@grsecurity.net>
20508Date: Wed Dec 16 13:03:38 2015 -0500
20509
20510 Work around upstream limitation on the number of thread info flags causing a compilation error
20511 Reported by fabled at http://forums.grsecurity.net/viewtopic.php?f=3&t=4339
20512
20513 arch/arm/kernel/entry-common.S | 8 ++++++--
20514 1 files changed, 6 insertions(+), 2 deletions(-)
20515
20516commit 8c9ae168e09ae49324d709d76d73d9fc4ca477e1
20517Author: Brad Spengler <spender@grsecurity.net>
20518Date: Tue Dec 15 19:03:41 2015 -0500
20519
20520 Initial import of grsecurity 3.1 for Linux 4.3.3
20521
20522 Documentation/dontdiff | 2 +
20523 Documentation/kernel-parameters.txt | 7 +
20524 Documentation/sysctl/kernel.txt | 15 +
20525 Makefile | 18 +-
20526 arch/alpha/include/asm/cache.h | 4 +-
20527 arch/alpha/kernel/osf_sys.c | 12 +-
20528 arch/arc/Kconfig | 1 +
20529 arch/arm/Kconfig | 1 +
20530 arch/arm/Kconfig.debug | 1 +
20531 arch/arm/include/asm/thread_info.h | 7 +-
20532 arch/arm/kernel/process.c | 4 +-
20533 arch/arm/kernel/ptrace.c | 9 +
20534 arch/arm/kernel/traps.c | 7 +-
20535 arch/arm/mm/Kconfig | 2 +-
20536 arch/arm/mm/fault.c | 40 +-
20537 arch/arm/mm/mmap.c | 8 +-
20538 arch/arm/net/bpf_jit_32.c | 51 +-
20539 arch/arm64/Kconfig.debug | 1 +
20540 arch/avr32/include/asm/cache.h | 4 +-
20541 arch/blackfin/Kconfig.debug | 1 +
20542 arch/blackfin/include/asm/cache.h | 3 +-
20543 arch/cris/include/arch-v10/arch/cache.h | 3 +-
20544 arch/cris/include/arch-v32/arch/cache.h | 3 +-
20545 arch/frv/include/asm/cache.h | 3 +-
20546 arch/frv/mm/elf-fdpic.c | 4 +-
20547 arch/hexagon/include/asm/cache.h | 6 +-
20548 arch/ia64/Kconfig | 1 +
20549 arch/ia64/include/asm/cache.h | 3 +-
20550 arch/ia64/kernel/sys_ia64.c | 2 +
20551 arch/ia64/mm/hugetlbpage.c | 2 +
20552 arch/m32r/include/asm/cache.h | 4 +-
20553 arch/m68k/include/asm/cache.h | 4 +-
20554 arch/metag/mm/hugetlbpage.c | 1 +
20555 arch/microblaze/include/asm/cache.h | 3 +-
20556 arch/mips/Kconfig | 1 +
20557 arch/mips/include/asm/cache.h | 3 +-
20558 arch/mips/include/asm/thread_info.h | 11 +-
20559 arch/mips/kernel/irq.c | 3 +
20560 arch/mips/kernel/ptrace.c | 9 +
20561 arch/mips/mm/mmap.c | 4 +-
20562 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
20563 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
20564 arch/openrisc/include/asm/cache.h | 4 +-
20565 arch/parisc/include/asm/cache.h | 5 +-
20566 arch/parisc/kernel/sys_parisc.c | 4 +
20567 arch/powerpc/Kconfig | 1 +
20568 arch/powerpc/include/asm/cache.h | 4 +-
20569 arch/powerpc/include/asm/thread_info.h | 5 +-
20570 arch/powerpc/kernel/Makefile | 2 +
20571 arch/powerpc/kernel/irq.c | 3 +
20572 arch/powerpc/kernel/process.c | 10 +-
20573 arch/powerpc/kernel/ptrace.c | 14 +
20574 arch/powerpc/kernel/traps.c | 5 +
20575 arch/powerpc/mm/slice.c | 2 +-
20576 arch/s390/Kconfig.debug | 1 +
20577 arch/s390/include/asm/cache.h | 4 +-
20578 arch/score/include/asm/cache.h | 4 +-
20579 arch/sh/include/asm/cache.h | 3 +-
20580 arch/sh/mm/mmap.c | 6 +-
20581 arch/sparc/include/asm/cache.h | 4 +-
20582 arch/sparc/include/asm/pgalloc_64.h | 1 +
20583 arch/sparc/include/asm/thread_info_64.h | 8 +-
20584 arch/sparc/kernel/process_32.c | 6 +-
20585 arch/sparc/kernel/process_64.c | 8 +-
20586 arch/sparc/kernel/ptrace_64.c | 14 +
20587 arch/sparc/kernel/sys_sparc_64.c | 8 +-
20588 arch/sparc/kernel/syscalls.S | 8 +-
20589 arch/sparc/kernel/traps_32.c | 8 +-
20590 arch/sparc/kernel/traps_64.c | 28 +-
20591 arch/sparc/kernel/unaligned_64.c | 2 +-
20592 arch/sparc/mm/fault_64.c | 2 +-
20593 arch/sparc/mm/hugetlbpage.c | 15 +-
20594 arch/tile/Kconfig | 1 +
20595 arch/tile/include/asm/cache.h | 3 +-
20596 arch/tile/mm/hugetlbpage.c | 2 +
20597 arch/um/include/asm/cache.h | 3 +-
20598 arch/unicore32/include/asm/cache.h | 6 +-
20599 arch/x86/Kconfig | 21 +
20600 arch/x86/Kconfig.debug | 2 +
20601 arch/x86/entry/common.c | 14 +
20602 arch/x86/entry/entry_32.S | 2 +-
20603 arch/x86/entry/entry_64.S | 2 +-
20604 arch/x86/ia32/ia32_aout.c | 2 +
20605 arch/x86/include/asm/floppy.h | 20 +-
20606 arch/x86/include/asm/fpu/types.h | 69 +-
20607 arch/x86/include/asm/io.h | 2 +-
20608 arch/x86/include/asm/page.h | 12 +-
20609 arch/x86/include/asm/paravirt_types.h | 23 +-
20610 arch/x86/include/asm/processor.h | 12 +-
20611 arch/x86/include/asm/thread_info.h | 6 +-
20612 arch/x86/include/asm/uaccess.h | 2 +-
20613 arch/x86/kernel/dumpstack.c | 10 +-
20614 arch/x86/kernel/dumpstack_32.c | 2 +-
20615 arch/x86/kernel/dumpstack_64.c | 2 +-
20616 arch/x86/kernel/ioport.c | 13 +
20617 arch/x86/kernel/irq_32.c | 3 +
20618 arch/x86/kernel/irq_64.c | 4 +
20619 arch/x86/kernel/ldt.c | 18 +
20620 arch/x86/kernel/msr.c | 10 +
20621 arch/x86/kernel/ptrace.c | 14 +
20622 arch/x86/kernel/signal.c | 9 +-
20623 arch/x86/kernel/sys_i386_32.c | 9 +-
20624 arch/x86/kernel/sys_x86_64.c | 8 +-
20625 arch/x86/kernel/traps.c | 5 +
20626 arch/x86/kernel/verify_cpu.S | 1 +
20627 arch/x86/kernel/vm86_32.c | 15 +
20628 arch/x86/kvm/svm.c | 14 +-
20629 arch/x86/mm/fault.c | 12 +-
20630 arch/x86/mm/hugetlbpage.c | 15 +-
20631 arch/x86/mm/init.c | 66 +-
20632 arch/x86/mm/init_32.c | 6 +-
20633 arch/x86/net/bpf_jit_comp.c | 4 +
20634 arch/x86/platform/efi/efi_64.c | 2 +-
20635 arch/x86/xen/Kconfig | 1 +
20636 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
20637 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
20638 crypto/ablkcipher.c | 2 +-
20639 crypto/blkcipher.c | 2 +-
20640 crypto/scatterwalk.c | 10 +-
20641 drivers/acpi/acpica/hwxfsleep.c | 11 +-
20642 drivers/acpi/custom_method.c | 4 +
20643 drivers/block/cciss.h | 30 +-
20644 drivers/block/smart1,2.h | 40 +-
20645 drivers/cdrom/cdrom.c | 2 +-
20646 drivers/char/Kconfig | 4 +-
20647 drivers/char/genrtc.c | 1 +
20648 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
20649 drivers/char/mem.c | 17 +
20650 drivers/char/random.c | 5 +-
20651 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
20652 drivers/crypto/nx/nx-aes-ccm.c | 2 +-
20653 drivers/crypto/nx/nx-aes-gcm.c | 2 +-
20654 drivers/crypto/talitos.c | 2 +-
20655 drivers/firewire/ohci.c | 4 +
20656 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
20657 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
20658 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
20659 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
20660 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
20661 drivers/hid/hid-wiimote-debug.c | 2 +-
20662 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
20663 drivers/iommu/Kconfig | 1 +
20664 drivers/iommu/amd_iommu.c | 14 +-
20665 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
20666 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
20667 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
20668 drivers/isdn/hisax/config.c | 2 +-
20669 drivers/isdn/hisax/hfc_pci.c | 2 +-
20670 drivers/isdn/hisax/hfc_sx.c | 2 +-
20671 drivers/isdn/hisax/q931.c | 6 +-
20672 drivers/isdn/i4l/isdn_concap.c | 6 +-
20673 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
20674 drivers/md/bcache/Kconfig | 1 +
20675 drivers/md/raid5.c | 8 +
20676 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
20677 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
20678 drivers/media/platform/vivid/vivid-osd.c | 1 +
20679 drivers/media/radio/radio-cadet.c | 5 +-
20680 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
20681 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
20682 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
20683 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
20684 drivers/message/fusion/mptbase.c | 9 +
20685 drivers/misc/sgi-xp/xp_main.c | 12 +-
20686 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
20687 drivers/net/ppp/pppoe.c | 14 +-
20688 drivers/net/ppp/pptp.c | 6 +
20689 drivers/net/slip/slhc.c | 3 +
20690 drivers/net/wan/lmc/lmc_media.c | 97 +-
20691 drivers/net/wan/x25_asy.c | 6 +-
20692 drivers/net/wan/z85230.c | 24 +-
20693 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
20694 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
20695 drivers/pci/pci-sysfs.c | 2 +-
20696 drivers/pci/proc.c | 9 +
20697 drivers/platform/x86/asus-wmi.c | 12 +
20698 drivers/rtc/rtc-dev.c | 3 +
20699 drivers/scsi/bfa/bfa_fcs.c | 19 +-
20700 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
20701 drivers/scsi/bfa/bfa_modules.h | 12 +-
20702 drivers/scsi/hpsa.h | 40 +-
20703 drivers/staging/dgnc/dgnc_mgmt.c | 1 +
20704 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
20705 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
20706 drivers/target/target_core_sbc.c | 17 +-
20707 drivers/target/target_core_transport.c | 14 +-
20708 drivers/tty/serial/uartlite.c | 4 +-
20709 drivers/tty/sysrq.c | 2 +-
20710 drivers/tty/vt/keyboard.c | 22 +-
20711 drivers/uio/uio.c | 6 +-
20712 drivers/usb/core/hub.c | 5 +
20713 drivers/usb/gadget/function/f_uac1.c | 1 +
20714 drivers/usb/gadget/function/u_uac1.c | 1 +
20715 drivers/usb/host/hwa-hc.c | 9 +-
20716 drivers/usb/usbip/vhci_sysfs.c | 2 +-
20717 drivers/video/fbdev/arcfb.c | 2 +-
20718 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
20719 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
20720 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
20721 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++-----
20722 drivers/xen/xenfs/xenstored.c | 5 +
20723 firmware/Makefile | 2 +
20724 firmware/WHENCE | 20 +-
20725 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
20726 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
20727 fs/9p/vfs_inode.c | 4 +-
20728 fs/attr.c | 1 +
20729 fs/autofs4/waitq.c | 9 +
20730 fs/binfmt_aout.c | 7 +
20731 fs/binfmt_elf.c | 50 +-
20732 fs/compat.c | 20 +-
20733 fs/coredump.c | 17 +-
20734 fs/dcache.c | 3 +
20735 fs/debugfs/inode.c | 11 +-
20736 fs/exec.c | 219 +-
20737 fs/ext2/balloc.c | 4 +-
20738 fs/ext2/super.c | 8 +-
20739 fs/ext4/balloc.c | 4 +-
20740 fs/fcntl.c | 4 +
20741 fs/fhandle.c | 3 +-
20742 fs/file.c | 4 +
20743 fs/filesystems.c | 4 +
20744 fs/fs_struct.c | 20 +-
20745 fs/hugetlbfs/inode.c | 5 +-
20746 fs/inode.c | 8 +-
20747 fs/kernfs/dir.c | 6 +
20748 fs/mount.h | 4 +-
20749 fs/namei.c | 286 +-
20750 fs/namespace.c | 24 +
20751 fs/nfsd/nfscache.c | 2 +-
20752 fs/open.c | 38 +
20753 fs/overlayfs/inode.c | 11 +-
20754 fs/overlayfs/super.c | 6 +-
20755 fs/pipe.c | 2 +-
20756 fs/posix_acl.c | 15 +-
20757 fs/proc/Kconfig | 10 +-
20758 fs/proc/array.c | 69 +-
20759 fs/proc/base.c | 186 +-
20760 fs/proc/cmdline.c | 4 +
20761 fs/proc/devices.c | 4 +
20762 fs/proc/fd.c | 17 +-
20763 fs/proc/generic.c | 64 +
20764 fs/proc/inode.c | 17 +
20765 fs/proc/internal.h | 11 +-
20766 fs/proc/interrupts.c | 4 +
20767 fs/proc/kcore.c | 3 +
20768 fs/proc/meminfo.c | 7 +-
20769 fs/proc/namespaces.c | 4 +-
20770 fs/proc/proc_net.c | 31 +
20771 fs/proc/proc_sysctl.c | 52 +-
20772 fs/proc/root.c | 8 +
20773 fs/proc/stat.c | 69 +-
20774 fs/proc/task_mmu.c | 66 +-
20775 fs/readdir.c | 19 +
20776 fs/reiserfs/item_ops.c | 24 +-
20777 fs/reiserfs/super.c | 4 +
20778 fs/select.c | 2 +
20779 fs/seq_file.c | 30 +-
20780 fs/splice.c | 8 +
20781 fs/stat.c | 20 +-
20782 fs/sysfs/dir.c | 30 +-
20783 fs/sysv/inode.c | 11 +-
20784 fs/utimes.c | 7 +
20785 fs/xattr.c | 26 +-
20786 grsecurity/Kconfig | 1182 ++++
20787 grsecurity/Makefile | 54 +
20788 grsecurity/gracl.c | 2757 +++++++++
20789 grsecurity/gracl_alloc.c | 105 +
20790 grsecurity/gracl_cap.c | 127 +
20791 grsecurity/gracl_compat.c | 269 +
20792 grsecurity/gracl_fs.c | 448 ++
20793 grsecurity/gracl_ip.c | 386 ++
20794 grsecurity/gracl_learn.c | 207 +
20795 grsecurity/gracl_policy.c | 1786 ++++++
20796 grsecurity/gracl_res.c | 68 +
20797 grsecurity/gracl_segv.c | 304 +
20798 grsecurity/gracl_shm.c | 40 +
20799 grsecurity/grsec_chdir.c | 19 +
20800 grsecurity/grsec_chroot.c | 467 ++
20801 grsecurity/grsec_disabled.c | 445 ++
20802 grsecurity/grsec_exec.c | 189 +
20803 grsecurity/grsec_fifo.c | 26 +
20804 grsecurity/grsec_fork.c | 23 +
20805 grsecurity/grsec_init.c | 290 +
20806 grsecurity/grsec_ipc.c | 48 +
20807 grsecurity/grsec_link.c | 65 +
20808 grsecurity/grsec_log.c | 340 +
20809 grsecurity/grsec_mem.c | 48 +
20810 grsecurity/grsec_mount.c | 65 +
20811 grsecurity/grsec_pax.c | 47 +
20812 grsecurity/grsec_proc.c | 20 +
20813 grsecurity/grsec_ptrace.c | 30 +
20814 grsecurity/grsec_sig.c | 236 +
20815 grsecurity/grsec_sock.c | 244 +
20816 grsecurity/grsec_sysctl.c | 488 ++
20817 grsecurity/grsec_time.c | 16 +
20818 grsecurity/grsec_tpe.c | 78 +
20819 grsecurity/grsec_usb.c | 15 +
20820 grsecurity/grsum.c | 64 +
20821 include/linux/binfmts.h | 5 +-
20822 include/linux/bitops.h | 2 +-
20823 include/linux/capability.h | 13 +
20824 include/linux/compiler-gcc.h | 5 +
20825 include/linux/compiler.h | 8 +
20826 include/linux/cred.h | 8 +-
20827 include/linux/dcache.h | 5 +-
20828 include/linux/fs.h | 24 +-
20829 include/linux/fs_struct.h | 2 +-
20830 include/linux/fsnotify.h | 6 +
20831 include/linux/gracl.h | 342 +
20832 include/linux/gracl_compat.h | 156 +
20833 include/linux/gralloc.h | 9 +
20834 include/linux/grdefs.h | 140 +
20835 include/linux/grinternal.h | 230 +
20836 include/linux/grmsg.h | 118 +
20837 include/linux/grsecurity.h | 255 +
20838 include/linux/grsock.h | 19 +
20839 include/linux/ipc.h | 2 +-
20840 include/linux/ipc_namespace.h | 2 +-
20841 include/linux/kallsyms.h | 18 +-
20842 include/linux/kmod.h | 5 +
20843 include/linux/kobject.h | 2 +-
20844 include/linux/lsm_hooks.h | 4 +-
20845 include/linux/mm.h | 12 +
20846 include/linux/mm_types.h | 4 +-
20847 include/linux/module.h | 5 +-
20848 include/linux/mount.h | 2 +-
20849 include/linux/msg.h | 2 +-
20850 include/linux/netfilter/xt_gradm.h | 9 +
20851 include/linux/path.h | 4 +-
20852 include/linux/perf_event.h | 13 +-
20853 include/linux/pid_namespace.h | 2 +-
20854 include/linux/printk.h | 2 +-
20855 include/linux/proc_fs.h | 22 +-
20856 include/linux/proc_ns.h | 2 +-
20857 include/linux/ptrace.h | 24 +-
20858 include/linux/random.h | 2 +-
20859 include/linux/rbtree_augmented.h | 4 +-
20860 include/linux/scatterlist.h | 12 +-
20861 include/linux/sched.h | 114 +-
20862 include/linux/security.h | 1 +
20863 include/linux/sem.h | 2 +-
20864 include/linux/seq_file.h | 5 +
20865 include/linux/shm.h | 6 +-
20866 include/linux/skbuff.h | 3 +
20867 include/linux/slab.h | 9 -
20868 include/linux/sysctl.h | 8 +-
20869 include/linux/thread_info.h | 6 +-
20870 include/linux/tty.h | 2 +-
20871 include/linux/tty_driver.h | 4 +-
20872 include/linux/uidgid.h | 5 +
20873 include/linux/user_namespace.h | 2 +-
20874 include/linux/utsname.h | 2 +-
20875 include/linux/vermagic.h | 16 +-
20876 include/linux/vmalloc.h | 20 +-
20877 include/net/af_unix.h | 2 +-
20878 include/net/dst.h | 33 +
20879 include/net/ip.h | 2 +-
20880 include/net/neighbour.h | 2 +-
20881 include/net/net_namespace.h | 2 +-
20882 include/net/sock.h | 4 +-
20883 include/target/target_core_base.h | 2 +-
20884 include/trace/events/fs.h | 53 +
20885 include/uapi/linux/personality.h | 1 +
20886 init/Kconfig | 4 +-
20887 init/main.c | 35 +-
20888 ipc/mqueue.c | 1 +
20889 ipc/msg.c | 3 +-
20890 ipc/sem.c | 3 +-
20891 ipc/shm.c | 26 +-
20892 ipc/util.c | 6 +
20893 kernel/auditsc.c | 2 +-
20894 kernel/bpf/syscall.c | 8 +-
20895 kernel/capability.c | 41 +-
20896 kernel/cgroup.c | 5 +-
20897 kernel/compat.c | 1 +
20898 kernel/configs.c | 11 +
20899 kernel/cred.c | 112 +-
20900 kernel/events/core.c | 16 +-
20901 kernel/exit.c | 10 +-
20902 kernel/fork.c | 86 +-
20903 kernel/futex.c | 6 +-
20904 kernel/futex_compat.c | 2 +-
20905 kernel/kallsyms.c | 9 +
20906 kernel/kcmp.c | 8 +-
20907 kernel/kexec_core.c | 2 +-
20908 kernel/kmod.c | 95 +-
20909 kernel/kprobes.c | 7 +-
20910 kernel/ksysfs.c | 2 +
20911 kernel/locking/lockdep_proc.c | 10 +-
20912 kernel/module.c | 108 +-
20913 kernel/panic.c | 4 +-
20914 kernel/pid.c | 23 +-
20915 kernel/power/Kconfig | 2 +
20916 kernel/printk/printk.c | 20 +-
20917 kernel/ptrace.c | 56 +-
20918 kernel/resource.c | 10 +
20919 kernel/sched/core.c | 11 +-
20920 kernel/signal.c | 37 +-
20921 kernel/sys.c | 64 +-
20922 kernel/sysctl.c | 172 +-
20923 kernel/taskstats.c | 6 +
20924 kernel/time/posix-timers.c | 8 +
20925 kernel/time/time.c | 5 +
20926 kernel/time/timekeeping.c | 3 +
20927 kernel/time/timer_list.c | 13 +-
20928 kernel/time/timer_stats.c | 10 +-
20929 kernel/trace/Kconfig | 2 +
20930 kernel/trace/trace_syscalls.c | 8 +
20931 kernel/user_namespace.c | 15 +
20932 lib/Kconfig.debug | 13 +-
20933 lib/Kconfig.kasan | 2 +-
20934 lib/is_single_threaded.c | 3 +
20935 lib/list_debug.c | 65 +-
20936 lib/nlattr.c | 2 +
20937 lib/rbtree.c | 4 +-
20938 lib/vsprintf.c | 39 +-
20939 localversion-grsec | 1 +
20940 mm/Kconfig | 8 +-
20941 mm/Kconfig.debug | 1 +
20942 mm/filemap.c | 1 +
20943 mm/kmemleak.c | 4 +-
20944 mm/memory.c | 2 +-
20945 mm/mempolicy.c | 12 +-
20946 mm/migrate.c | 3 +-
20947 mm/mlock.c | 6 +-
20948 mm/mmap.c | 93 +-
20949 mm/mprotect.c | 8 +
20950 mm/oom_kill.c | 28 +-
20951 mm/page_alloc.c | 2 +-
20952 mm/process_vm_access.c | 8 +-
20953 mm/shmem.c | 36 +-
20954 mm/slab.c | 14 +-
20955 mm/slab_common.c | 2 +-
20956 mm/slob.c | 12 +
20957 mm/slub.c | 33 +-
20958 mm/util.c | 3 +
20959 mm/vmalloc.c | 129 +-
20960 mm/vmstat.c | 29 +-
20961 net/appletalk/atalk_proc.c | 2 +-
20962 net/atm/lec.c | 6 +-
20963 net/atm/mpoa_caches.c | 42 +-
20964 net/bluetooth/sco.c | 3 +
20965 net/can/bcm.c | 2 +-
20966 net/can/proc.c | 2 +-
20967 net/core/dev_ioctl.c | 7 +-
20968 net/core/filter.c | 8 +-
20969 net/core/net-procfs.c | 17 +-
20970 net/core/pktgen.c | 2 +-
20971 net/core/sock.c | 3 +-
20972 net/core/sysctl_net_core.c | 2 +-
20973 net/decnet/dn_dev.c | 2 +-
20974 net/ipv4/devinet.c | 6 +-
20975 net/ipv4/inet_hashtables.c | 4 +
20976 net/ipv4/ip_input.c | 7 +
20977 net/ipv4/ip_sockglue.c | 3 +-
20978 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
20979 net/ipv4/netfilter/nf_nat_pptp.c | 2 +-
20980 net/ipv4/route.c | 6 +-
20981 net/ipv4/tcp_input.c | 4 +-
20982 net/ipv4/tcp_ipv4.c | 29 +-
20983 net/ipv4/tcp_minisocks.c | 9 +-
20984 net/ipv4/tcp_timer.c | 11 +
20985 net/ipv4/udp.c | 24 +
20986 net/ipv6/addrconf.c | 13 +-
20987 net/ipv6/proc.c | 2 +-
20988 net/ipv6/tcp_ipv6.c | 26 +-
20989 net/ipv6/udp.c | 7 +
20990 net/ipx/ipx_proc.c | 2 +-
20991 net/irda/irproc.c | 2 +-
20992 net/llc/llc_proc.c | 2 +-
20993 net/netfilter/Kconfig | 10 +
20994 net/netfilter/Makefile | 1 +
20995 net/netfilter/nf_conntrack_core.c | 8 +
20996 net/netfilter/xt_gradm.c | 51 +
20997 net/netfilter/xt_hashlimit.c | 4 +-
20998 net/netfilter/xt_recent.c | 2 +-
20999 net/sched/sch_api.c | 2 +-
21000 net/sctp/socket.c | 4 +-
21001 net/socket.c | 75 +-
21002 net/sunrpc/Kconfig | 1 +
21003 net/sunrpc/cache.c | 2 +-
21004 net/sunrpc/stats.c | 2 +-
21005 net/sysctl_net.c | 2 +-
21006 net/unix/af_unix.c | 52 +-
21007 net/vmw_vsock/vmci_transport_notify.c | 30 +-
21008 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
21009 net/x25/sysctl_net_x25.c | 2 +-
21010 net/x25/x25_proc.c | 2 +-
21011 scripts/package/Makefile | 2 +-
21012 scripts/package/mkspec | 41 +-
21013 security/Kconfig | 369 +-
21014 security/apparmor/file.c | 4 +-
21015 security/apparmor/lsm.c | 8 +-
21016 security/commoncap.c | 36 +-
21017 security/min_addr.c | 2 +
21018 security/smack/smack_lsm.c | 8 +-
21019 security/tomoyo/file.c | 12 +-
21020 security/tomoyo/mount.c | 4 +
21021 security/tomoyo/tomoyo.c | 20 +-
21022 security/yama/Kconfig | 2 +-
21023 security/yama/yama_lsm.c | 4 +-
21024 sound/synth/emux/emux_seq.c | 14 +-
21025 sound/usb/line6/driver.c | 40 +-
21026 sound/usb/line6/toneport.c | 12 +-
21027 tools/gcc/.gitignore | 1 +
21028 tools/gcc/Makefile | 12 +
21029 tools/gcc/gen-random-seed.sh | 8 +
21030 tools/gcc/randomize_layout_plugin.c | 930 +++
21031 tools/gcc/size_overflow_plugin/.gitignore | 1 +
21032 .../size_overflow_plugin/size_overflow_hash.data | 459 ++-
21033 511 files changed, 32631 insertions(+), 3196 deletions(-)
21034
21035commit a76adb92ce39aee8eec5a025c828030ad6135c6d
21036Author: Brad Spengler <spender@grsecurity.net>
21037Date: Tue Dec 15 14:31:49 2015 -0500
21038
21039 Update to pax-linux-4.3.3-test11.patch:
21040 - fixed a few compile regressions with the recent plugin changes, reported by spender
21041 - updated the size overflow hash table
21042
21043 tools/gcc/latent_entropy_plugin.c | 2 +-
21044 .../size_overflow_plugin/size_overflow_hash.data | 66 +++++++++++++++++---
21045 tools/gcc/stackleak_plugin.c | 2 +-
21046 tools/gcc/structleak_plugin.c | 6 +--
21047 4 files changed, 60 insertions(+), 16 deletions(-)
21048
21049commit f7284b1fc06628fcb2d35d2beecdea5454d46af9
21050Author: Brad Spengler <spender@grsecurity.net>
21051Date: Tue Dec 15 11:50:24 2015 -0500
21052
21053 Apply structleak ICE fix for gcc < 4.9
21054
21055 tools/gcc/structleak_plugin.c | 4 ++++
21056 1 files changed, 4 insertions(+), 0 deletions(-)
21057
21058commit 92fe3eb9fd10ec7f7334decab1526989669b0287
21059Author: Brad Spengler <spender@grsecurity.net>
21060Date: Tue Dec 15 07:57:06 2015 -0500
21061
21062 Update to pax-linux-4.3.1-test10.patch:
21063 - Emese fixed INDIRECT_REF and TARGET_MEM_REF handling in the initify plugin
21064 - Emese regenerated the size overflow hash tables for 4.3
21065 - fixed some compat syscall exit paths to restore r12 under KERNEXEC/or
21066 - the latent entropy, stackleak and structleak plugins no longer split the entry block unnecessarily
21067
21068 arch/x86/entry/entry_64.S | 2 +-
21069 arch/x86/entry/entry_64_compat.S | 15 +-
21070 scripts/package/builddeb | 2 +-
21071 tools/gcc/initify_plugin.c | 11 +-
21072 tools/gcc/latent_entropy_plugin.c | 20 +-
21073 .../disable_size_overflow_hash.data | 4 +
21074 .../size_overflow_plugin/size_overflow_hash.data | 5345 +++++++++++---------
21075 tools/gcc/stackleak_plugin.c | 26 +-
21076 tools/gcc/structleak_plugin.c | 21 +-
21077 9 files changed, 3079 insertions(+), 2367 deletions(-)
21078
21079commit 5bd245cb687319079c2f1c0d6a1170791ed1ed2c
21080Merge: b5847e6 3548341
21081Author: Brad Spengler <spender@grsecurity.net>
21082Date: Tue Dec 15 07:47:56 2015 -0500
21083
21084 Merge branch 'linux-4.3.y' into pax-4_3
21085
21086 Conflicts:
21087 net/unix/af_unix.c
21088
21089commit b5847e6a896c5d99191135ca4d7c3b6be8f116ff
21090Author: Brad Spengler <spender@grsecurity.net>
21091Date: Wed Dec 9 23:11:36 2015 -0500
21092
21093 Update to pax-linux-4.3.1-test9.patch:
21094 - 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)
21095 - Emese fixed an intentional overflow caused by gcc, reported by saironiq (https://forums.grsecurity.net/viewtopic.php?f=3&t=4333)
21096 - Emese fixed a false positive overflow report in the forcedeth driver, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?t=4334)
21097 - Emese fixed a false positive overflow report in KVM's emulator, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4336)
21098 - Emese fixed the initify plugin to detect some captured use of __func__, reported by Rasmus Villemoes <linux@rasmusvillemoes.dk>
21099 - constrained shmmax and shmall to avoid triggering size overflow checks, reported by Mathias Krause <minipli@ld-linux.so>
21100 - 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
21101
21102 Makefile | 6 +
21103 arch/x86/include/asm/compat.h | 4 +
21104 arch/x86/include/asm/dma.h | 2 +
21105 arch/x86/include/asm/pmem.h | 2 +-
21106 arch/x86/include/asm/uaccess.h | 20 +-
21107 arch/x86/kernel/apic/vector.c | 6 +-
21108 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
21109 arch/x86/kernel/cpu/perf_event_intel.c | 28 +-
21110 arch/x86/kernel/head_64.S | 1 -
21111 arch/x86/kvm/i8259.c | 10 +-
21112 arch/x86/kvm/ioapic.c | 2 +
21113 arch/x86/kvm/x86.c | 2 +
21114 arch/x86/lib/usercopy_64.c | 2 +-
21115 arch/x86/mm/mpx.c | 4 +-
21116 arch/x86/mm/pageattr.c | 7 +
21117 drivers/base/devres.c | 4 +-
21118 drivers/base/power/runtime.c | 6 +-
21119 drivers/base/regmap/regmap.c | 4 +-
21120 drivers/block/drbd/drbd_receiver.c | 4 +-
21121 drivers/block/drbd/drbd_worker.c | 6 +-
21122 drivers/char/virtio_console.c | 6 +-
21123 drivers/md/dm.c | 12 +-
21124 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
21125 drivers/net/macvtap.c | 4 +-
21126 drivers/video/fbdev/core/fbmem.c | 10 +-
21127 fs/compat.c | 3 +-
21128 fs/coredump.c | 2 +-
21129 fs/dcache.c | 13 +-
21130 fs/fhandle.c | 2 +-
21131 fs/file.c | 14 +-
21132 fs/fs-writeback.c | 11 +-
21133 fs/overlayfs/copy_up.c | 2 +-
21134 fs/readdir.c | 3 +-
21135 fs/super.c | 3 +-
21136 include/linux/compiler.h | 36 ++-
21137 include/linux/rcupdate.h | 8 +
21138 include/linux/sched.h | 4 +-
21139 include/linux/seqlock.h | 10 +
21140 include/linux/spinlock.h | 17 +-
21141 include/linux/srcu.h | 5 +-
21142 include/linux/syscalls.h | 2 +-
21143 include/linux/writeback.h | 3 +-
21144 include/uapi/linux/swab.h | 6 +-
21145 ipc/ipc_sysctl.c | 6 +
21146 kernel/exit.c | 25 +-
21147 kernel/resource.c | 4 +-
21148 kernel/signal.c | 12 +-
21149 kernel/user.c | 2 +-
21150 kernel/workqueue.c | 6 +-
21151 lib/rhashtable.c | 4 +-
21152 net/compat.c | 2 +-
21153 net/ipv4/xfrm4_mode_transport.c | 2 +-
21154 security/keys/internal.h | 8 +-
21155 security/keys/keyring.c | 4 -
21156 sound/core/seq/seq_clientmgr.c | 8 +-
21157 sound/core/seq/seq_compat.c | 2 +-
21158 sound/core/seq/seq_memory.c | 6 +-
21159 tools/gcc/checker_plugin.c | 415 +++++++++++++++++++-
21160 tools/gcc/gcc-common.h | 1 +
21161 tools/gcc/initify_plugin.c | 33 ++-
21162 .../disable_size_overflow_hash.data | 1 +
21163 .../size_overflow_plugin/size_overflow_hash.data | 1 -
21164 62 files changed, 708 insertions(+), 140 deletions(-)
21165
21166commit f2634c2f6995f4231616f24ed016f890c701f939
21167Merge: 1241bff 5f8b236
21168Author: Brad Spengler <spender@grsecurity.net>
21169Date: Wed Dec 9 21:50:47 2015 -0500
21170
21171 Merge branch 'linux-4.3.y' into pax-4_3
21172
21173 Conflicts:
21174 arch/x86/kernel/fpu/xstate.c
21175 arch/x86/kernel/head_64.S
21176
21177commit 1241bff82e3d7dadb05de0a60b8d2822afc6547c
21178Author: Brad Spengler <spender@grsecurity.net>
21179Date: Sun Dec 6 08:44:56 2015 -0500
21180
21181 Update to pax-linux-4.3-test8.patch:
21182 - 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)
21183 - gcc plugin compilation problems will now also produce the output of the checking script to make diagnosis easier, reported by hunger
21184 - 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)
21185 - 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)
21186
21187 Makefile | 5 +++
21188 drivers/md/md.c | 5 ++-
21189 drivers/md/raid1.c | 2 +-
21190 fs/proc/task_mmu.c | 3 ++
21191 .../disable_size_overflow_hash.data | 4 ++-
21192 .../size_overflow_plugin/intentional_overflow.c | 32 ++++++++++++++++---
21193 .../size_overflow_plugin/size_overflow_hash.data | 2 -
21194 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
21195 8 files changed, 43 insertions(+), 12 deletions(-)
21196
21197commit cce6a9f9bdd27096632ca1c0246dcc07f2eb1a18
21198Author: Brad Spengler <spender@grsecurity.net>
21199Date: Fri Dec 4 14:24:12 2015 -0500
21200
21201 Initial import of pax-linux-4.3-test7.patch
21202
21203 Documentation/dontdiff | 47 +-
21204 Documentation/kbuild/makefiles.txt | 39 +-
21205 Documentation/kernel-parameters.txt | 28 +
21206 Makefile | 108 +-
21207 arch/alpha/include/asm/atomic.h | 10 +
21208 arch/alpha/include/asm/elf.h | 7 +
21209 arch/alpha/include/asm/pgalloc.h | 6 +
21210 arch/alpha/include/asm/pgtable.h | 11 +
21211 arch/alpha/kernel/module.c | 2 +-
21212 arch/alpha/kernel/osf_sys.c | 8 +-
21213 arch/alpha/mm/fault.c | 141 +-
21214 arch/arm/Kconfig | 2 +-
21215 arch/arm/include/asm/atomic.h | 320 +-
21216 arch/arm/include/asm/cache.h | 5 +-
21217 arch/arm/include/asm/cacheflush.h | 2 +-
21218 arch/arm/include/asm/checksum.h | 14 +-
21219 arch/arm/include/asm/cmpxchg.h | 4 +
21220 arch/arm/include/asm/cpuidle.h | 2 +-
21221 arch/arm/include/asm/domain.h | 22 +-
21222 arch/arm/include/asm/elf.h | 9 +-
21223 arch/arm/include/asm/fncpy.h | 2 +
21224 arch/arm/include/asm/futex.h | 10 +
21225 arch/arm/include/asm/kmap_types.h | 2 +-
21226 arch/arm/include/asm/mach/dma.h | 2 +-
21227 arch/arm/include/asm/mach/map.h | 16 +-
21228 arch/arm/include/asm/outercache.h | 2 +-
21229 arch/arm/include/asm/page.h | 3 +-
21230 arch/arm/include/asm/pgalloc.h | 20 +
21231 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
21232 arch/arm/include/asm/pgtable-2level.h | 3 +
21233 arch/arm/include/asm/pgtable-3level.h | 3 +
21234 arch/arm/include/asm/pgtable.h | 54 +-
21235 arch/arm/include/asm/smp.h | 2 +-
21236 arch/arm/include/asm/tls.h | 3 +
21237 arch/arm/include/asm/uaccess.h | 79 +-
21238 arch/arm/include/uapi/asm/ptrace.h | 2 +-
21239 arch/arm/kernel/armksyms.c | 2 +-
21240 arch/arm/kernel/cpuidle.c | 2 +-
21241 arch/arm/kernel/entry-armv.S | 109 +-
21242 arch/arm/kernel/entry-common.S | 40 +-
21243 arch/arm/kernel/entry-header.S | 55 +
21244 arch/arm/kernel/fiq.c | 3 +
21245 arch/arm/kernel/module-plts.c | 7 +-
21246 arch/arm/kernel/module.c | 38 +-
21247 arch/arm/kernel/patch.c | 2 +
21248 arch/arm/kernel/process.c | 90 +-
21249 arch/arm/kernel/reboot.c | 1 +
21250 arch/arm/kernel/setup.c | 20 +-
21251 arch/arm/kernel/signal.c | 35 +-
21252 arch/arm/kernel/smp.c | 2 +-
21253 arch/arm/kernel/tcm.c | 4 +-
21254 arch/arm/kernel/vmlinux.lds.S | 6 +-
21255 arch/arm/kvm/arm.c | 8 +-
21256 arch/arm/lib/copy_page.S | 1 +
21257 arch/arm/lib/csumpartialcopyuser.S | 4 +-
21258 arch/arm/lib/delay.c | 2 +-
21259 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
21260 arch/arm/mach-exynos/suspend.c | 6 +-
21261 arch/arm/mach-mvebu/coherency.c | 4 +-
21262 arch/arm/mach-omap2/board-n8x0.c | 2 +-
21263 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
21264 arch/arm/mach-omap2/omap-smp.c | 1 +
21265 arch/arm/mach-omap2/omap-wakeupgen.c | 2 +-
21266 arch/arm/mach-omap2/omap_device.c | 4 +-
21267 arch/arm/mach-omap2/omap_device.h | 4 +-
21268 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
21269 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
21270 arch/arm/mach-omap2/wd_timer.c | 6 +-
21271 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
21272 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
21273 arch/arm/mach-tegra/irq.c | 1 +
21274 arch/arm/mach-ux500/pm.c | 1 +
21275 arch/arm/mach-zynq/platsmp.c | 1 +
21276 arch/arm/mm/Kconfig | 6 +-
21277 arch/arm/mm/alignment.c | 8 +
21278 arch/arm/mm/cache-l2x0.c | 2 +-
21279 arch/arm/mm/context.c | 10 +-
21280 arch/arm/mm/fault.c | 146 +
21281 arch/arm/mm/fault.h | 12 +
21282 arch/arm/mm/init.c | 39 +
21283 arch/arm/mm/ioremap.c | 4 +-
21284 arch/arm/mm/mmap.c | 30 +-
21285 arch/arm/mm/mmu.c | 162 +-
21286 arch/arm/net/bpf_jit_32.c | 3 +
21287 arch/arm/plat-iop/setup.c | 2 +-
21288 arch/arm/plat-omap/sram.c | 2 +
21289 arch/arm64/include/asm/atomic.h | 10 +
21290 arch/arm64/include/asm/percpu.h | 8 +-
21291 arch/arm64/include/asm/pgalloc.h | 5 +
21292 arch/arm64/include/asm/uaccess.h | 1 +
21293 arch/arm64/mm/dma-mapping.c | 2 +-
21294 arch/avr32/include/asm/elf.h | 8 +-
21295 arch/avr32/include/asm/kmap_types.h | 4 +-
21296 arch/avr32/mm/fault.c | 27 +
21297 arch/frv/include/asm/atomic.h | 10 +
21298 arch/frv/include/asm/kmap_types.h | 2 +-
21299 arch/frv/mm/elf-fdpic.c | 3 +-
21300 arch/ia64/Makefile | 1 +
21301 arch/ia64/include/asm/atomic.h | 10 +
21302 arch/ia64/include/asm/elf.h | 7 +
21303 arch/ia64/include/asm/pgalloc.h | 12 +
21304 arch/ia64/include/asm/pgtable.h | 13 +-
21305 arch/ia64/include/asm/spinlock.h | 2 +-
21306 arch/ia64/include/asm/uaccess.h | 27 +-
21307 arch/ia64/kernel/module.c | 45 +-
21308 arch/ia64/kernel/palinfo.c | 2 +-
21309 arch/ia64/kernel/sys_ia64.c | 7 +
21310 arch/ia64/kernel/vmlinux.lds.S | 2 +-
21311 arch/ia64/mm/fault.c | 32 +-
21312 arch/ia64/mm/init.c | 15 +-
21313 arch/m32r/lib/usercopy.c | 6 +
21314 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
21315 arch/mips/include/asm/atomic.h | 368 +-
21316 arch/mips/include/asm/elf.h | 7 +
21317 arch/mips/include/asm/exec.h | 2 +-
21318 arch/mips/include/asm/hw_irq.h | 2 +-
21319 arch/mips/include/asm/local.h | 57 +
21320 arch/mips/include/asm/page.h | 2 +-
21321 arch/mips/include/asm/pgalloc.h | 5 +
21322 arch/mips/include/asm/pgtable.h | 3 +
21323 arch/mips/include/asm/uaccess.h | 1 +
21324 arch/mips/kernel/binfmt_elfn32.c | 7 +
21325 arch/mips/kernel/binfmt_elfo32.c | 7 +
21326 arch/mips/kernel/irq-gt641xx.c | 2 +-
21327 arch/mips/kernel/irq.c | 6 +-
21328 arch/mips/kernel/pm-cps.c | 2 +-
21329 arch/mips/kernel/process.c | 12 -
21330 arch/mips/kernel/sync-r4k.c | 24 +-
21331 arch/mips/kernel/traps.c | 13 +-
21332 arch/mips/mm/fault.c | 25 +
21333 arch/mips/mm/mmap.c | 51 +-
21334 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
21335 arch/mips/sni/rm200.c | 2 +-
21336 arch/mips/vr41xx/common/icu.c | 2 +-
21337 arch/mips/vr41xx/common/irq.c | 4 +-
21338 arch/parisc/include/asm/atomic.h | 10 +
21339 arch/parisc/include/asm/elf.h | 7 +
21340 arch/parisc/include/asm/pgalloc.h | 6 +
21341 arch/parisc/include/asm/pgtable.h | 11 +
21342 arch/parisc/include/asm/uaccess.h | 4 +-
21343 arch/parisc/kernel/module.c | 50 +-
21344 arch/parisc/kernel/sys_parisc.c | 15 +
21345 arch/parisc/kernel/traps.c | 4 +-
21346 arch/parisc/mm/fault.c | 140 +-
21347 arch/powerpc/include/asm/atomic.h | 329 +-
21348 arch/powerpc/include/asm/elf.h | 12 +
21349 arch/powerpc/include/asm/exec.h | 2 +-
21350 arch/powerpc/include/asm/kmap_types.h | 2 +-
21351 arch/powerpc/include/asm/local.h | 46 +
21352 arch/powerpc/include/asm/mman.h | 2 +-
21353 arch/powerpc/include/asm/page.h | 8 +-
21354 arch/powerpc/include/asm/page_64.h | 7 +-
21355 arch/powerpc/include/asm/pgalloc-64.h | 7 +
21356 arch/powerpc/include/asm/pgtable.h | 1 +
21357 arch/powerpc/include/asm/pte-hash32.h | 1 +
21358 arch/powerpc/include/asm/reg.h | 1 +
21359 arch/powerpc/include/asm/smp.h | 2 +-
21360 arch/powerpc/include/asm/spinlock.h | 42 +-
21361 arch/powerpc/include/asm/uaccess.h | 141 +-
21362 arch/powerpc/kernel/Makefile | 5 +
21363 arch/powerpc/kernel/exceptions-64e.S | 4 +-
21364 arch/powerpc/kernel/exceptions-64s.S | 2 +-
21365 arch/powerpc/kernel/module_32.c | 15 +-
21366 arch/powerpc/kernel/process.c | 46 -
21367 arch/powerpc/kernel/signal_32.c | 2 +-
21368 arch/powerpc/kernel/signal_64.c | 2 +-
21369 arch/powerpc/kernel/traps.c | 21 +
21370 arch/powerpc/kernel/vdso.c | 5 +-
21371 arch/powerpc/lib/usercopy_64.c | 18 -
21372 arch/powerpc/mm/fault.c | 56 +-
21373 arch/powerpc/mm/mmap.c | 16 +
21374 arch/powerpc/mm/slice.c | 13 +-
21375 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
21376 arch/s390/include/asm/atomic.h | 10 +
21377 arch/s390/include/asm/elf.h | 7 +
21378 arch/s390/include/asm/exec.h | 2 +-
21379 arch/s390/include/asm/uaccess.h | 13 +-
21380 arch/s390/kernel/module.c | 22 +-
21381 arch/s390/kernel/process.c | 24 -
21382 arch/s390/mm/mmap.c | 16 +
21383 arch/score/include/asm/exec.h | 2 +-
21384 arch/score/kernel/process.c | 5 -
21385 arch/sh/mm/mmap.c | 22 +-
21386 arch/sparc/include/asm/atomic_64.h | 110 +-
21387 arch/sparc/include/asm/cache.h | 2 +-
21388 arch/sparc/include/asm/elf_32.h | 7 +
21389 arch/sparc/include/asm/elf_64.h | 7 +
21390 arch/sparc/include/asm/pgalloc_32.h | 1 +
21391 arch/sparc/include/asm/pgalloc_64.h | 1 +
21392 arch/sparc/include/asm/pgtable.h | 4 +
21393 arch/sparc/include/asm/pgtable_32.h | 15 +-
21394 arch/sparc/include/asm/pgtsrmmu.h | 5 +
21395 arch/sparc/include/asm/setup.h | 4 +-
21396 arch/sparc/include/asm/spinlock_64.h | 35 +-
21397 arch/sparc/include/asm/thread_info_32.h | 1 +
21398 arch/sparc/include/asm/thread_info_64.h | 2 +
21399 arch/sparc/include/asm/uaccess.h | 1 +
21400 arch/sparc/include/asm/uaccess_32.h | 28 +-
21401 arch/sparc/include/asm/uaccess_64.h | 24 +-
21402 arch/sparc/kernel/Makefile | 2 +-
21403 arch/sparc/kernel/prom_common.c | 2 +-
21404 arch/sparc/kernel/smp_64.c | 8 +-
21405 arch/sparc/kernel/sys_sparc_32.c | 2 +-
21406 arch/sparc/kernel/sys_sparc_64.c | 52 +-
21407 arch/sparc/kernel/traps_64.c | 27 +-
21408 arch/sparc/lib/Makefile | 2 +-
21409 arch/sparc/lib/atomic_64.S | 57 +-
21410 arch/sparc/lib/ksyms.c | 6 +-
21411 arch/sparc/mm/Makefile | 2 +-
21412 arch/sparc/mm/fault_32.c | 292 +
21413 arch/sparc/mm/fault_64.c | 486 +
21414 arch/sparc/mm/hugetlbpage.c | 22 +-
21415 arch/sparc/mm/init_64.c | 10 +-
21416 arch/tile/include/asm/atomic_64.h | 10 +
21417 arch/tile/include/asm/uaccess.h | 4 +-
21418 arch/um/Makefile | 4 +
21419 arch/um/include/asm/kmap_types.h | 2 +-
21420 arch/um/include/asm/page.h | 3 +
21421 arch/um/include/asm/pgtable-3level.h | 1 +
21422 arch/um/kernel/process.c | 16 -
21423 arch/x86/Kconfig | 15 +-
21424 arch/x86/Kconfig.cpu | 6 +-
21425 arch/x86/Kconfig.debug | 4 +-
21426 arch/x86/Makefile | 13 +-
21427 arch/x86/boot/Makefile | 3 +
21428 arch/x86/boot/bitops.h | 4 +-
21429 arch/x86/boot/boot.h | 2 +-
21430 arch/x86/boot/compressed/Makefile | 3 +
21431 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
21432 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
21433 arch/x86/boot/compressed/head_32.S | 4 +-
21434 arch/x86/boot/compressed/head_64.S | 12 +-
21435 arch/x86/boot/compressed/misc.c | 11 +-
21436 arch/x86/boot/cpucheck.c | 16 +-
21437 arch/x86/boot/header.S | 6 +-
21438 arch/x86/boot/memory.c | 2 +-
21439 arch/x86/boot/video-vesa.c | 1 +
21440 arch/x86/boot/video.c | 2 +-
21441 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
21442 arch/x86/crypto/aesni-intel_asm.S | 106 +-
21443 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
21444 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
21445 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
21446 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
21447 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
21448 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
21449 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 4 +-
21450 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
21451 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
21452 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
21453 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
21454 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
21455 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
21456 arch/x86/crypto/sha256-avx-asm.S | 2 +
21457 arch/x86/crypto/sha256-avx2-asm.S | 2 +
21458 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
21459 arch/x86/crypto/sha512-avx-asm.S | 2 +
21460 arch/x86/crypto/sha512-avx2-asm.S | 2 +
21461 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
21462 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
21463 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
21464 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
21465 arch/x86/entry/calling.h | 86 +-
21466 arch/x86/entry/common.c | 13 +-
21467 arch/x86/entry/entry_32.S | 351 +-
21468 arch/x86/entry/entry_64.S | 619 +-
21469 arch/x86/entry/entry_64_compat.S | 159 +-
21470 arch/x86/entry/thunk_64.S | 2 +
21471 arch/x86/entry/vdso/Makefile | 2 +-
21472 arch/x86/entry/vdso/vdso2c.h | 8 +-
21473 arch/x86/entry/vdso/vma.c | 41 +-
21474 arch/x86/entry/vsyscall/vsyscall_64.c | 16 +-
21475 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
21476 arch/x86/ia32/ia32_signal.c | 23 +-
21477 arch/x86/ia32/sys_ia32.c | 42 +-
21478 arch/x86/include/asm/alternative-asm.h | 43 +-
21479 arch/x86/include/asm/alternative.h | 4 +-
21480 arch/x86/include/asm/apic.h | 2 +-
21481 arch/x86/include/asm/apm.h | 4 +-
21482 arch/x86/include/asm/atomic.h | 230 +-
21483 arch/x86/include/asm/atomic64_32.h | 100 +
21484 arch/x86/include/asm/atomic64_64.h | 164 +-
21485 arch/x86/include/asm/bitops.h | 18 +-
21486 arch/x86/include/asm/boot.h | 2 +-
21487 arch/x86/include/asm/cache.h | 5 +-
21488 arch/x86/include/asm/checksum_32.h | 12 +-
21489 arch/x86/include/asm/cmpxchg.h | 39 +
21490 arch/x86/include/asm/compat.h | 2 +-
21491 arch/x86/include/asm/cpufeature.h | 17 +-
21492 arch/x86/include/asm/desc.h | 78 +-
21493 arch/x86/include/asm/desc_defs.h | 6 +
21494 arch/x86/include/asm/div64.h | 2 +-
21495 arch/x86/include/asm/elf.h | 33 +-
21496 arch/x86/include/asm/emergency-restart.h | 2 +-
21497 arch/x86/include/asm/fpu/internal.h | 42 +-
21498 arch/x86/include/asm/fpu/types.h | 6 +-
21499 arch/x86/include/asm/futex.h | 14 +-
21500 arch/x86/include/asm/hw_irq.h | 4 +-
21501 arch/x86/include/asm/i8259.h | 2 +-
21502 arch/x86/include/asm/io.h | 22 +-
21503 arch/x86/include/asm/irqflags.h | 5 +
21504 arch/x86/include/asm/kprobes.h | 9 +-
21505 arch/x86/include/asm/local.h | 106 +-
21506 arch/x86/include/asm/mman.h | 15 +
21507 arch/x86/include/asm/mmu.h | 14 +-
21508 arch/x86/include/asm/mmu_context.h | 114 +-
21509 arch/x86/include/asm/module.h | 17 +-
21510 arch/x86/include/asm/nmi.h | 19 +-
21511 arch/x86/include/asm/page.h | 1 +
21512 arch/x86/include/asm/page_32.h | 12 +-
21513 arch/x86/include/asm/page_64.h | 14 +-
21514 arch/x86/include/asm/paravirt.h | 46 +-
21515 arch/x86/include/asm/paravirt_types.h | 15 +-
21516 arch/x86/include/asm/pgalloc.h | 23 +
21517 arch/x86/include/asm/pgtable-2level.h | 2 +
21518 arch/x86/include/asm/pgtable-3level.h | 7 +
21519 arch/x86/include/asm/pgtable.h | 128 +-
21520 arch/x86/include/asm/pgtable_32.h | 14 +-
21521 arch/x86/include/asm/pgtable_32_types.h | 24 +-
21522 arch/x86/include/asm/pgtable_64.h | 23 +-
21523 arch/x86/include/asm/pgtable_64_types.h | 5 +
21524 arch/x86/include/asm/pgtable_types.h | 26 +-
21525 arch/x86/include/asm/preempt.h | 2 +-
21526 arch/x86/include/asm/processor.h | 57 +-
21527 arch/x86/include/asm/ptrace.h | 13 +-
21528 arch/x86/include/asm/realmode.h | 4 +-
21529 arch/x86/include/asm/reboot.h | 10 +-
21530 arch/x86/include/asm/rmwcc.h | 84 +-
21531 arch/x86/include/asm/rwsem.h | 60 +-
21532 arch/x86/include/asm/segment.h | 27 +-
21533 arch/x86/include/asm/smap.h | 43 +
21534 arch/x86/include/asm/smp.h | 14 +-
21535 arch/x86/include/asm/stackprotector.h | 4 +-
21536 arch/x86/include/asm/stacktrace.h | 32 +-
21537 arch/x86/include/asm/switch_to.h | 4 +-
21538 arch/x86/include/asm/sys_ia32.h | 6 +-
21539 arch/x86/include/asm/thread_info.h | 27 +-
21540 arch/x86/include/asm/tlbflush.h | 77 +-
21541 arch/x86/include/asm/uaccess.h | 192 +-
21542 arch/x86/include/asm/uaccess_32.h | 28 +-
21543 arch/x86/include/asm/uaccess_64.h | 169 +-
21544 arch/x86/include/asm/word-at-a-time.h | 2 +-
21545 arch/x86/include/asm/x86_init.h | 10 +-
21546 arch/x86/include/asm/xen/page.h | 2 +-
21547 arch/x86/include/uapi/asm/e820.h | 2 +-
21548 arch/x86/kernel/Makefile | 2 +-
21549 arch/x86/kernel/acpi/boot.c | 4 +-
21550 arch/x86/kernel/acpi/sleep.c | 4 +
21551 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
21552 arch/x86/kernel/alternative.c | 124 +-
21553 arch/x86/kernel/apic/apic.c | 4 +-
21554 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
21555 arch/x86/kernel/apic/apic_noop.c | 2 +-
21556 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
21557 arch/x86/kernel/apic/io_apic.c | 8 +-
21558 arch/x86/kernel/apic/msi.c | 2 +-
21559 arch/x86/kernel/apic/probe_32.c | 4 +-
21560 arch/x86/kernel/apic/vector.c | 4 +-
21561 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
21562 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
21563 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
21564 arch/x86/kernel/apm_32.c | 21 +-
21565 arch/x86/kernel/asm-offsets.c | 20 +
21566 arch/x86/kernel/asm-offsets_64.c | 1 +
21567 arch/x86/kernel/cpu/Makefile | 4 -
21568 arch/x86/kernel/cpu/amd.c | 2 +-
21569 arch/x86/kernel/cpu/bugs_64.c | 2 +
21570 arch/x86/kernel/cpu/common.c | 202 +-
21571 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
21572 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
21573 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
21574 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
21575 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
21576 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
21577 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
21578 arch/x86/kernel/cpu/perf_event.c | 10 +-
21579 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
21580 arch/x86/kernel/cpu/perf_event_intel.c | 6 +-
21581 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
21582 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
21583 arch/x86/kernel/cpu/perf_event_intel_pt.c | 44 +-
21584 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
21585 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
21586 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
21587 arch/x86/kernel/crash_dump_64.c | 2 +-
21588 arch/x86/kernel/doublefault.c | 8 +-
21589 arch/x86/kernel/dumpstack.c | 24 +-
21590 arch/x86/kernel/dumpstack_32.c | 25 +-
21591 arch/x86/kernel/dumpstack_64.c | 62 +-
21592 arch/x86/kernel/e820.c | 4 +-
21593 arch/x86/kernel/early_printk.c | 1 +
21594 arch/x86/kernel/espfix_64.c | 44 +-
21595 arch/x86/kernel/fpu/core.c | 24 +-
21596 arch/x86/kernel/fpu/init.c | 40 +-
21597 arch/x86/kernel/fpu/regset.c | 22 +-
21598 arch/x86/kernel/fpu/signal.c | 20 +-
21599 arch/x86/kernel/fpu/xstate.c | 8 +-
21600 arch/x86/kernel/ftrace.c | 18 +-
21601 arch/x86/kernel/head64.c | 14 +-
21602 arch/x86/kernel/head_32.S | 235 +-
21603 arch/x86/kernel/head_64.S | 173 +-
21604 arch/x86/kernel/i386_ksyms_32.c | 12 +
21605 arch/x86/kernel/i8259.c | 10 +-
21606 arch/x86/kernel/io_delay.c | 2 +-
21607 arch/x86/kernel/ioport.c | 2 +-
21608 arch/x86/kernel/irq.c | 8 +-
21609 arch/x86/kernel/irq_32.c | 45 +-
21610 arch/x86/kernel/jump_label.c | 10 +-
21611 arch/x86/kernel/kgdb.c | 21 +-
21612 arch/x86/kernel/kprobes/core.c | 28 +-
21613 arch/x86/kernel/kprobes/opt.c | 16 +-
21614 arch/x86/kernel/ksysfs.c | 2 +-
21615 arch/x86/kernel/kvmclock.c | 20 +-
21616 arch/x86/kernel/ldt.c | 25 +
21617 arch/x86/kernel/livepatch.c | 12 +-
21618 arch/x86/kernel/machine_kexec_32.c | 6 +-
21619 arch/x86/kernel/mcount_64.S | 19 +-
21620 arch/x86/kernel/module.c | 78 +-
21621 arch/x86/kernel/msr.c | 2 +-
21622 arch/x86/kernel/nmi.c | 34 +-
21623 arch/x86/kernel/nmi_selftest.c | 4 +-
21624 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
21625 arch/x86/kernel/paravirt.c | 45 +-
21626 arch/x86/kernel/paravirt_patch_64.c | 8 +
21627 arch/x86/kernel/pci-calgary_64.c | 2 +-
21628 arch/x86/kernel/pci-iommu_table.c | 2 +-
21629 arch/x86/kernel/pci-swiotlb.c | 2 +-
21630 arch/x86/kernel/process.c | 80 +-
21631 arch/x86/kernel/process_32.c | 29 +-
21632 arch/x86/kernel/process_64.c | 14 +-
21633 arch/x86/kernel/ptrace.c | 20 +-
21634 arch/x86/kernel/pvclock.c | 8 +-
21635 arch/x86/kernel/reboot.c | 44 +-
21636 arch/x86/kernel/reboot_fixups_32.c | 2 +-
21637 arch/x86/kernel/relocate_kernel_64.S | 3 +-
21638 arch/x86/kernel/setup.c | 29 +-
21639 arch/x86/kernel/setup_percpu.c | 29 +-
21640 arch/x86/kernel/signal.c | 17 +-
21641 arch/x86/kernel/smp.c | 2 +-
21642 arch/x86/kernel/smpboot.c | 29 +-
21643 arch/x86/kernel/step.c | 6 +-
21644 arch/x86/kernel/sys_i386_32.c | 184 +
21645 arch/x86/kernel/sys_x86_64.c | 22 +-
21646 arch/x86/kernel/tboot.c | 14 +-
21647 arch/x86/kernel/time.c | 8 +-
21648 arch/x86/kernel/tls.c | 7 +-
21649 arch/x86/kernel/tracepoint.c | 4 +-
21650 arch/x86/kernel/traps.c | 53 +-
21651 arch/x86/kernel/tsc.c | 2 +-
21652 arch/x86/kernel/uprobes.c | 2 +-
21653 arch/x86/kernel/vm86_32.c | 6 +-
21654 arch/x86/kernel/vmlinux.lds.S | 153 +-
21655 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
21656 arch/x86/kernel/x86_init.c | 6 +-
21657 arch/x86/kvm/cpuid.c | 21 +-
21658 arch/x86/kvm/emulate.c | 2 +-
21659 arch/x86/kvm/lapic.c | 2 +-
21660 arch/x86/kvm/paging_tmpl.h | 2 +-
21661 arch/x86/kvm/svm.c | 10 +-
21662 arch/x86/kvm/vmx.c | 62 +-
21663 arch/x86/kvm/x86.c | 42 +-
21664 arch/x86/lguest/boot.c | 3 +-
21665 arch/x86/lib/atomic64_386_32.S | 164 +
21666 arch/x86/lib/atomic64_cx8_32.S | 98 +-
21667 arch/x86/lib/checksum_32.S | 99 +-
21668 arch/x86/lib/clear_page_64.S | 3 +
21669 arch/x86/lib/cmpxchg16b_emu.S | 3 +
21670 arch/x86/lib/copy_page_64.S | 14 +-
21671 arch/x86/lib/copy_user_64.S | 66 +-
21672 arch/x86/lib/csum-copy_64.S | 14 +-
21673 arch/x86/lib/csum-wrappers_64.c | 8 +-
21674 arch/x86/lib/getuser.S | 74 +-
21675 arch/x86/lib/insn.c | 8 +-
21676 arch/x86/lib/iomap_copy_64.S | 2 +
21677 arch/x86/lib/memcpy_64.S | 6 +
21678 arch/x86/lib/memmove_64.S | 3 +-
21679 arch/x86/lib/memset_64.S | 3 +
21680 arch/x86/lib/mmx_32.c | 243 +-
21681 arch/x86/lib/msr-reg.S | 2 +
21682 arch/x86/lib/putuser.S | 87 +-
21683 arch/x86/lib/rwsem.S | 6 +-
21684 arch/x86/lib/usercopy_32.c | 359 +-
21685 arch/x86/lib/usercopy_64.c | 20 +-
21686 arch/x86/math-emu/fpu_aux.c | 2 +-
21687 arch/x86/math-emu/fpu_entry.c | 4 +-
21688 arch/x86/math-emu/fpu_system.h | 2 +-
21689 arch/x86/mm/Makefile | 4 +
21690 arch/x86/mm/extable.c | 26 +-
21691 arch/x86/mm/fault.c | 570 +-
21692 arch/x86/mm/gup.c | 6 +-
21693 arch/x86/mm/highmem_32.c | 6 +
21694 arch/x86/mm/hugetlbpage.c | 24 +-
21695 arch/x86/mm/init.c | 111 +-
21696 arch/x86/mm/init_32.c | 111 +-
21697 arch/x86/mm/init_64.c | 46 +-
21698 arch/x86/mm/iomap_32.c | 4 +
21699 arch/x86/mm/ioremap.c | 52 +-
21700 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
21701 arch/x86/mm/mmap.c | 40 +-
21702 arch/x86/mm/mmio-mod.c | 10 +-
21703 arch/x86/mm/numa.c | 2 +-
21704 arch/x86/mm/pageattr.c | 38 +-
21705 arch/x86/mm/pat.c | 12 +-
21706 arch/x86/mm/pat_rbtree.c | 2 +-
21707 arch/x86/mm/pf_in.c | 10 +-
21708 arch/x86/mm/pgtable.c | 214 +-
21709 arch/x86/mm/pgtable_32.c | 3 +
21710 arch/x86/mm/setup_nx.c | 7 +
21711 arch/x86/mm/tlb.c | 4 +
21712 arch/x86/mm/uderef_64.c | 37 +
21713 arch/x86/net/bpf_jit.S | 11 +
21714 arch/x86/net/bpf_jit_comp.c | 13 +-
21715 arch/x86/oprofile/backtrace.c | 6 +-
21716 arch/x86/oprofile/nmi_int.c | 8 +-
21717 arch/x86/oprofile/op_model_amd.c | 8 +-
21718 arch/x86/oprofile/op_model_ppro.c | 7 +-
21719 arch/x86/oprofile/op_x86_model.h | 2 +-
21720 arch/x86/pci/intel_mid_pci.c | 2 +-
21721 arch/x86/pci/irq.c | 8 +-
21722 arch/x86/pci/pcbios.c | 144 +-
21723 arch/x86/platform/efi/efi_32.c | 24 +
21724 arch/x86/platform/efi/efi_64.c | 26 +-
21725 arch/x86/platform/efi/efi_stub_32.S | 64 +-
21726 arch/x86/platform/efi/efi_stub_64.S | 2 +
21727 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
21728 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
21729 arch/x86/platform/intel-mid/mfld.c | 4 +-
21730 arch/x86/platform/intel-mid/mrfl.c | 2 +-
21731 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
21732 arch/x86/platform/olpc/olpc_dt.c | 2 +-
21733 arch/x86/power/cpu.c | 11 +-
21734 arch/x86/realmode/init.c | 10 +-
21735 arch/x86/realmode/rm/Makefile | 3 +
21736 arch/x86/realmode/rm/header.S | 4 +-
21737 arch/x86/realmode/rm/reboot.S | 4 +
21738 arch/x86/realmode/rm/trampoline_32.S | 12 +-
21739 arch/x86/realmode/rm/trampoline_64.S | 3 +-
21740 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
21741 arch/x86/tools/Makefile | 2 +-
21742 arch/x86/tools/relocs.c | 96 +-
21743 arch/x86/um/mem_32.c | 2 +-
21744 arch/x86/um/tls_32.c | 2 +-
21745 arch/x86/xen/enlighten.c | 50 +-
21746 arch/x86/xen/mmu.c | 19 +-
21747 arch/x86/xen/smp.c | 16 +-
21748 arch/x86/xen/xen-asm_32.S | 2 +-
21749 arch/x86/xen/xen-head.S | 11 +
21750 arch/x86/xen/xen-ops.h | 2 -
21751 block/bio.c | 4 +-
21752 block/blk-iopoll.c | 2 +-
21753 block/blk-map.c | 2 +-
21754 block/blk-softirq.c | 2 +-
21755 block/bsg.c | 12 +-
21756 block/compat_ioctl.c | 4 +-
21757 block/genhd.c | 9 +-
21758 block/partitions/efi.c | 8 +-
21759 block/scsi_ioctl.c | 29 +-
21760 crypto/cryptd.c | 4 +-
21761 crypto/pcrypt.c | 2 +-
21762 crypto/zlib.c | 12 +-
21763 drivers/acpi/acpi_video.c | 2 +-
21764 drivers/acpi/apei/apei-internal.h | 2 +-
21765 drivers/acpi/apei/ghes.c | 4 +-
21766 drivers/acpi/bgrt.c | 6 +-
21767 drivers/acpi/blacklist.c | 4 +-
21768 drivers/acpi/bus.c | 4 +-
21769 drivers/acpi/device_pm.c | 4 +-
21770 drivers/acpi/ec.c | 2 +-
21771 drivers/acpi/pci_slot.c | 2 +-
21772 drivers/acpi/processor_idle.c | 2 +-
21773 drivers/acpi/processor_pdc.c | 2 +-
21774 drivers/acpi/sleep.c | 2 +-
21775 drivers/acpi/sysfs.c | 4 +-
21776 drivers/acpi/thermal.c | 2 +-
21777 drivers/acpi/video_detect.c | 7 +-
21778 drivers/ata/libata-core.c | 12 +-
21779 drivers/ata/libata-scsi.c | 2 +-
21780 drivers/ata/libata.h | 2 +-
21781 drivers/ata/pata_arasan_cf.c | 4 +-
21782 drivers/atm/adummy.c | 2 +-
21783 drivers/atm/ambassador.c | 8 +-
21784 drivers/atm/atmtcp.c | 14 +-
21785 drivers/atm/eni.c | 10 +-
21786 drivers/atm/firestream.c | 8 +-
21787 drivers/atm/fore200e.c | 14 +-
21788 drivers/atm/he.c | 18 +-
21789 drivers/atm/horizon.c | 4 +-
21790 drivers/atm/idt77252.c | 36 +-
21791 drivers/atm/iphase.c | 34 +-
21792 drivers/atm/lanai.c | 12 +-
21793 drivers/atm/nicstar.c | 46 +-
21794 drivers/atm/solos-pci.c | 4 +-
21795 drivers/atm/suni.c | 4 +-
21796 drivers/atm/uPD98402.c | 16 +-
21797 drivers/atm/zatm.c | 6 +-
21798 drivers/base/bus.c | 4 +-
21799 drivers/base/devtmpfs.c | 8 +-
21800 drivers/base/node.c | 2 +-
21801 drivers/base/platform-msi.c | 20 +-
21802 drivers/base/power/domain.c | 11 +-
21803 drivers/base/power/sysfs.c | 2 +-
21804 drivers/base/power/wakeup.c | 8 +-
21805 drivers/base/regmap/regmap-debugfs.c | 11 +-
21806 drivers/base/syscore.c | 4 +-
21807 drivers/block/cciss.c | 28 +-
21808 drivers/block/cciss.h | 2 +-
21809 drivers/block/cpqarray.c | 28 +-
21810 drivers/block/cpqarray.h | 2 +-
21811 drivers/block/drbd/drbd_bitmap.c | 2 +-
21812 drivers/block/drbd/drbd_int.h | 8 +-
21813 drivers/block/drbd/drbd_main.c | 12 +-
21814 drivers/block/drbd/drbd_nl.c | 4 +-
21815 drivers/block/drbd/drbd_receiver.c | 34 +-
21816 drivers/block/drbd/drbd_worker.c | 8 +-
21817 drivers/block/pktcdvd.c | 4 +-
21818 drivers/block/rbd.c | 2 +-
21819 drivers/bluetooth/btwilink.c | 2 +-
21820 drivers/bus/arm-cci.c | 12 +-
21821 drivers/cdrom/cdrom.c | 11 +-
21822 drivers/cdrom/gdrom.c | 1 -
21823 drivers/char/agp/compat_ioctl.c | 2 +-
21824 drivers/char/agp/frontend.c | 4 +-
21825 drivers/char/agp/intel-gtt.c | 4 +-
21826 drivers/char/hpet.c | 2 +-
21827 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
21828 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
21829 drivers/char/mem.c | 47 +-
21830 drivers/char/nvram.c | 2 +-
21831 drivers/char/pcmcia/synclink_cs.c | 16 +-
21832 drivers/char/random.c | 12 +-
21833 drivers/char/sonypi.c | 11 +-
21834 drivers/char/tpm/tpm_acpi.c | 3 +-
21835 drivers/char/tpm/tpm_eventlog.c | 4 +-
21836 drivers/char/virtio_console.c | 4 +-
21837 drivers/clk/clk-composite.c | 2 +-
21838 drivers/clk/samsung/clk.h | 2 +-
21839 drivers/clk/socfpga/clk-gate.c | 9 +-
21840 drivers/clk/socfpga/clk-pll.c | 9 +-
21841 drivers/clk/ti/clk.c | 8 +-
21842 drivers/cpufreq/acpi-cpufreq.c | 17 +-
21843 drivers/cpufreq/cpufreq-dt.c | 4 +-
21844 drivers/cpufreq/cpufreq.c | 30 +-
21845 drivers/cpufreq/cpufreq_governor.c | 2 +-
21846 drivers/cpufreq/cpufreq_governor.h | 4 +-
21847 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
21848 drivers/cpufreq/intel_pstate.c | 33 +-
21849 drivers/cpufreq/p4-clockmod.c | 12 +-
21850 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
21851 drivers/cpufreq/speedstep-centrino.c | 7 +-
21852 drivers/cpuidle/driver.c | 2 +-
21853 drivers/cpuidle/dt_idle_states.c | 2 +-
21854 drivers/cpuidle/governor.c | 2 +-
21855 drivers/cpuidle/sysfs.c | 2 +-
21856 drivers/crypto/hifn_795x.c | 4 +-
21857 drivers/devfreq/devfreq.c | 4 +-
21858 drivers/dma/sh/shdma-base.c | 4 +-
21859 drivers/dma/sh/shdmac.c | 2 +-
21860 drivers/edac/edac_device.c | 4 +-
21861 drivers/edac/edac_mc_sysfs.c | 2 +-
21862 drivers/edac/edac_pci.c | 4 +-
21863 drivers/edac/edac_pci_sysfs.c | 22 +-
21864 drivers/edac/mce_amd.h | 2 +-
21865 drivers/firewire/core-card.c | 6 +-
21866 drivers/firewire/core-device.c | 2 +-
21867 drivers/firewire/core-transaction.c | 1 +
21868 drivers/firewire/core.h | 1 +
21869 drivers/firmware/dmi-id.c | 2 +-
21870 drivers/firmware/dmi_scan.c | 12 +-
21871 drivers/firmware/efi/cper.c | 8 +-
21872 drivers/firmware/efi/efi.c | 12 +-
21873 drivers/firmware/efi/efivars.c | 2 +-
21874 drivers/firmware/efi/runtime-map.c | 2 +-
21875 drivers/firmware/google/gsmi.c | 2 +-
21876 drivers/firmware/google/memconsole.c | 7 +-
21877 drivers/firmware/memmap.c | 2 +-
21878 drivers/firmware/psci.c | 2 +-
21879 drivers/gpio/gpio-davinci.c | 6 +-
21880 drivers/gpio/gpio-em.c | 2 +-
21881 drivers/gpio/gpio-ich.c | 2 +-
21882 drivers/gpio/gpio-omap.c | 4 +-
21883 drivers/gpio/gpio-rcar.c | 2 +-
21884 drivers/gpio/gpio-vr41xx.c | 2 +-
21885 drivers/gpio/gpiolib.c | 12 +-
21886 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
21887 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
21888 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
21889 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
21890 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
21891 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
21892 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
21893 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
21894 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
21895 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
21896 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
21897 drivers/gpu/drm/drm_crtc.c | 2 +-
21898 drivers/gpu/drm/drm_drv.c | 2 +-
21899 drivers/gpu/drm/drm_fops.c | 12 +-
21900 drivers/gpu/drm/drm_global.c | 14 +-
21901 drivers/gpu/drm/drm_info.c | 13 +-
21902 drivers/gpu/drm/drm_ioc32.c | 13 +-
21903 drivers/gpu/drm/drm_ioctl.c | 2 +-
21904 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
21905 drivers/gpu/drm/i810/i810_drv.h | 4 +-
21906 drivers/gpu/drm/i915/i915_dma.c | 2 +-
21907 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
21908 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
21909 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
21910 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
21911 drivers/gpu/drm/i915/intel_display.c | 26 +-
21912 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
21913 drivers/gpu/drm/mga/mga_drv.h | 4 +-
21914 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
21915 drivers/gpu/drm/mga/mga_irq.c | 8 +-
21916 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
21917 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
21918 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
21919 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
21920 drivers/gpu/drm/omapdrm/Makefile | 2 +-
21921 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
21922 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
21923 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
21924 drivers/gpu/drm/qxl/qxl_ioctl.c | 10 +-
21925 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
21926 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
21927 drivers/gpu/drm/r128/r128_cce.c | 2 +-
21928 drivers/gpu/drm/r128/r128_drv.h | 4 +-
21929 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
21930 drivers/gpu/drm/r128/r128_irq.c | 4 +-
21931 drivers/gpu/drm/r128/r128_state.c | 4 +-
21932 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
21933 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
21934 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
21935 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
21936 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
21937 drivers/gpu/drm/radeon/radeon_state.c | 4 +-
21938 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
21939 drivers/gpu/drm/tegra/dc.c | 2 +-
21940 drivers/gpu/drm/tegra/dsi.c | 2 +-
21941 drivers/gpu/drm/tegra/hdmi.c | 2 +-
21942 drivers/gpu/drm/tegra/sor.c | 7 +-
21943 drivers/gpu/drm/tilcdc/Makefile | 6 +-
21944 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
21945 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
21946 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
21947 drivers/gpu/drm/udl/udl_fb.c | 1 -
21948 drivers/gpu/drm/via/via_drv.h | 4 +-
21949 drivers/gpu/drm/via/via_irq.c | 18 +-
21950 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
21951 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
21952 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
21953 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
21954 drivers/gpu/vga/vga_switcheroo.c | 4 +-
21955 drivers/hid/hid-core.c | 4 +-
21956 drivers/hid/hid-sensor-custom.c | 2 +-
21957 drivers/hv/channel.c | 2 +-
21958 drivers/hv/hv.c | 4 +-
21959 drivers/hv/hv_balloon.c | 18 +-
21960 drivers/hv/hyperv_vmbus.h | 2 +-
21961 drivers/hwmon/acpi_power_meter.c | 6 +-
21962 drivers/hwmon/applesmc.c | 2 +-
21963 drivers/hwmon/asus_atk0110.c | 10 +-
21964 drivers/hwmon/coretemp.c | 2 +-
21965 drivers/hwmon/dell-smm-hwmon.c | 2 +-
21966 drivers/hwmon/ibmaem.c | 2 +-
21967 drivers/hwmon/iio_hwmon.c | 2 +-
21968 drivers/hwmon/nct6683.c | 6 +-
21969 drivers/hwmon/nct6775.c | 6 +-
21970 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
21971 drivers/hwmon/sht15.c | 12 +-
21972 drivers/hwmon/via-cputemp.c | 2 +-
21973 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
21974 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
21975 drivers/i2c/i2c-dev.c | 2 +-
21976 drivers/ide/ide-cd.c | 2 +-
21977 drivers/ide/ide-disk.c | 2 +-
21978 drivers/iio/industrialio-core.c | 2 +-
21979 drivers/iio/magnetometer/ak8975.c | 2 +-
21980 drivers/infiniband/core/cm.c | 32 +-
21981 drivers/infiniband/core/fmr_pool.c | 20 +-
21982 drivers/infiniband/core/uverbs_cmd.c | 3 +
21983 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
21984 drivers/infiniband/hw/mlx4/mad.c | 2 +-
21985 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
21986 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
21987 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
21988 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
21989 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
21990 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
21991 drivers/infiniband/hw/nes/nes.c | 4 +-
21992 drivers/infiniband/hw/nes/nes.h | 40 +-
21993 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
21994 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
21995 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
21996 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
21997 drivers/infiniband/hw/qib/qib.h | 1 +
21998 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
21999 drivers/input/gameport/gameport.c | 4 +-
22000 drivers/input/input.c | 4 +-
22001 drivers/input/joystick/sidewinder.c | 1 +
22002 drivers/input/joystick/xpad.c | 4 +-
22003 drivers/input/misc/ims-pcu.c | 4 +-
22004 drivers/input/mouse/psmouse.h | 2 +-
22005 drivers/input/mousedev.c | 2 +-
22006 drivers/input/serio/serio.c | 4 +-
22007 drivers/input/serio/serio_raw.c | 4 +-
22008 drivers/input/touchscreen/htcpen.c | 2 +-
22009 drivers/iommu/arm-smmu-v3.c | 2 +-
22010 drivers/iommu/arm-smmu.c | 43 +-
22011 drivers/iommu/io-pgtable-arm.c | 101 +-
22012 drivers/iommu/io-pgtable.c | 11 +-
22013 drivers/iommu/io-pgtable.h | 19 +-
22014 drivers/iommu/iommu.c | 2 +-
22015 drivers/iommu/ipmmu-vmsa.c | 13 +-
22016 drivers/iommu/irq_remapping.c | 2 +-
22017 drivers/irqchip/irq-gic.c | 2 +-
22018 drivers/irqchip/irq-i8259.c | 2 +-
22019 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
22020 drivers/irqchip/irq-renesas-irqc.c | 2 +-
22021 drivers/isdn/capi/capi.c | 10 +-
22022 drivers/isdn/gigaset/interface.c | 8 +-
22023 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
22024 drivers/isdn/hardware/avm/b1.c | 4 +-
22025 drivers/isdn/i4l/isdn_common.c | 2 +
22026 drivers/isdn/i4l/isdn_tty.c | 22 +-
22027 drivers/isdn/icn/icn.c | 2 +-
22028 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
22029 drivers/lguest/core.c | 10 +-
22030 drivers/lguest/page_tables.c | 2 +-
22031 drivers/lguest/x86/core.c | 12 +-
22032 drivers/lguest/x86/switcher_32.S | 27 +-
22033 drivers/md/bcache/closure.h | 2 +-
22034 drivers/md/bitmap.c | 2 +-
22035 drivers/md/dm-ioctl.c | 2 +-
22036 drivers/md/dm-raid1.c | 18 +-
22037 drivers/md/dm-stats.c | 6 +-
22038 drivers/md/dm-stripe.c | 10 +-
22039 drivers/md/dm-table.c | 2 +-
22040 drivers/md/dm-thin-metadata.c | 4 +-
22041 drivers/md/dm.c | 16 +-
22042 drivers/md/md.c | 26 +-
22043 drivers/md/md.h | 6 +-
22044 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
22045 drivers/md/persistent-data/dm-space-map.h | 1 +
22046 drivers/md/raid1.c | 4 +-
22047 drivers/md/raid10.c | 18 +-
22048 drivers/md/raid5.c | 22 +-
22049 drivers/media/dvb-core/dvbdev.c | 2 +-
22050 drivers/media/dvb-frontends/af9033.h | 2 +-
22051 drivers/media/dvb-frontends/dib3000.h | 2 +-
22052 drivers/media/dvb-frontends/dib7000p.h | 2 +-
22053 drivers/media/dvb-frontends/dib8000.h | 2 +-
22054 drivers/media/pci/cx88/cx88-video.c | 6 +-
22055 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
22056 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
22057 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
22058 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
22059 drivers/media/pci/tw68/tw68-core.c | 2 +-
22060 drivers/media/platform/omap/omap_vout.c | 11 +-
22061 drivers/media/platform/s5p-tv/mixer.h | 2 +-
22062 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
22063 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
22064 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
22065 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
22066 drivers/media/radio/radio-cadet.c | 2 +
22067 drivers/media/radio/radio-maxiradio.c | 2 +-
22068 drivers/media/radio/radio-shark.c | 2 +-
22069 drivers/media/radio/radio-shark2.c | 2 +-
22070 drivers/media/radio/radio-si476x.c | 2 +-
22071 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
22072 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
22073 drivers/media/v4l2-core/v4l2-device.c | 4 +-
22074 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
22075 drivers/memory/omap-gpmc.c | 21 +-
22076 drivers/message/fusion/mptsas.c | 34 +-
22077 drivers/mfd/ab8500-debugfs.c | 2 +-
22078 drivers/mfd/kempld-core.c | 2 +-
22079 drivers/mfd/max8925-i2c.c | 2 +-
22080 drivers/mfd/tps65910.c | 2 +-
22081 drivers/mfd/twl4030-irq.c | 9 +-
22082 drivers/mfd/wm5110-tables.c | 2 +-
22083 drivers/mfd/wm8998-tables.c | 2 +-
22084 drivers/misc/c2port/core.c | 4 +-
22085 drivers/misc/kgdbts.c | 4 +-
22086 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
22087 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
22088 drivers/misc/mic/scif/scif_rb.c | 8 +-
22089 drivers/misc/sgi-gru/gruhandles.c | 4 +-
22090 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
22091 drivers/misc/sgi-gru/grutables.h | 154 +-
22092 drivers/misc/sgi-xp/xp.h | 2 +-
22093 drivers/misc/sgi-xp/xpc.h | 3 +-
22094 drivers/misc/sgi-xp/xpc_main.c | 2 +-
22095 drivers/mmc/card/block.c | 2 +-
22096 drivers/mmc/host/dw_mmc.h | 2 +-
22097 drivers/mmc/host/mmci.c | 4 +-
22098 drivers/mmc/host/omap_hsmmc.c | 4 +-
22099 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
22100 drivers/mmc/host/sdhci-s3c.c | 8 +-
22101 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
22102 drivers/mtd/nand/denali.c | 1 +
22103 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
22104 drivers/mtd/nftlmount.c | 1 +
22105 drivers/mtd/sm_ftl.c | 2 +-
22106 drivers/net/bonding/bond_netlink.c | 2 +-
22107 drivers/net/caif/caif_hsi.c | 2 +-
22108 drivers/net/can/Kconfig | 2 +-
22109 drivers/net/can/dev.c | 2 +-
22110 drivers/net/can/vcan.c | 2 +-
22111 drivers/net/dummy.c | 2 +-
22112 drivers/net/ethernet/8390/ax88796.c | 4 +-
22113 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
22114 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
22115 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
22116 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
22117 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
22118 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
22119 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
22120 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
22121 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
22122 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
22123 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
22124 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
22125 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
22126 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
22127 drivers/net/ethernet/broadcom/tg3.h | 1 +
22128 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
22129 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
22130 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
22131 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
22132 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
22133 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
22134 drivers/net/ethernet/faraday/ftmac100.c | 2 +
22135 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
22136 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
22137 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
22138 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
22139 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
22140 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
22141 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
22142 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
22143 drivers/net/ethernet/realtek/r8169.c | 8 +-
22144 drivers/net/ethernet/sfc/ptp.c | 2 +-
22145 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
22146 drivers/net/ethernet/via/via-rhine.c | 2 +-
22147 drivers/net/geneve.c | 2 +-
22148 drivers/net/hyperv/hyperv_net.h | 2 +-
22149 drivers/net/hyperv/rndis_filter.c | 4 +-
22150 drivers/net/ifb.c | 2 +-
22151 drivers/net/ipvlan/ipvlan_core.c | 2 +-
22152 drivers/net/macvlan.c | 20 +-
22153 drivers/net/macvtap.c | 6 +-
22154 drivers/net/nlmon.c | 2 +-
22155 drivers/net/phy/phy_device.c | 6 +-
22156 drivers/net/ppp/ppp_generic.c | 4 +-
22157 drivers/net/slip/slhc.c | 2 +-
22158 drivers/net/team/team.c | 4 +-
22159 drivers/net/tun.c | 7 +-
22160 drivers/net/usb/hso.c | 23 +-
22161 drivers/net/usb/r8152.c | 2 +-
22162 drivers/net/usb/sierra_net.c | 4 +-
22163 drivers/net/virtio_net.c | 2 +-
22164 drivers/net/vrf.c | 2 +-
22165 drivers/net/vxlan.c | 4 +-
22166 drivers/net/wimax/i2400m/rx.c | 2 +-
22167 drivers/net/wireless/airo.c | 2 +-
22168 drivers/net/wireless/at76c50x-usb.c | 2 +-
22169 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
22170 drivers/net/wireless/ath/ath10k/htc.c | 7 +-
22171 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
22172 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
22173 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
22174 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
22175 drivers/net/wireless/ath/ath9k/main.c | 22 +-
22176 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
22177 drivers/net/wireless/b43/phy_lp.c | 2 +-
22178 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
22179 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
22180 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
22181 drivers/net/wireless/mac80211_hwsim.c | 28 +-
22182 drivers/net/wireless/rndis_wlan.c | 2 +-
22183 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
22184 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
22185 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
22186 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
22187 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
22188 drivers/nfc/nfcwilink.c | 2 +-
22189 drivers/of/fdt.c | 4 +-
22190 drivers/oprofile/buffer_sync.c | 8 +-
22191 drivers/oprofile/event_buffer.c | 2 +-
22192 drivers/oprofile/oprof.c | 2 +-
22193 drivers/oprofile/oprofile_stats.c | 10 +-
22194 drivers/oprofile/oprofile_stats.h | 10 +-
22195 drivers/oprofile/oprofilefs.c | 6 +-
22196 drivers/oprofile/timer_int.c | 2 +-
22197 drivers/parport/procfs.c | 4 +-
22198 drivers/pci/host/pci-host-generic.c | 24 +-
22199 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
22200 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
22201 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
22202 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
22203 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
22204 drivers/pci/hotplug/pciehp_core.c | 2 +-
22205 drivers/pci/msi.c | 22 +-
22206 drivers/pci/pci-sysfs.c | 6 +-
22207 drivers/pci/pci.h | 2 +-
22208 drivers/pci/pcie/aspm.c | 6 +-
22209 drivers/pci/pcie/portdrv_pci.c | 2 +-
22210 drivers/pci/probe.c | 2 +-
22211 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
22212 drivers/pinctrl/pinctrl-at91.c | 5 +-
22213 drivers/platform/chrome/chromeos_pstore.c | 2 +-
22214 drivers/platform/x86/alienware-wmi.c | 4 +-
22215 drivers/platform/x86/compal-laptop.c | 2 +-
22216 drivers/platform/x86/hdaps.c | 2 +-
22217 drivers/platform/x86/ibm_rtl.c | 2 +-
22218 drivers/platform/x86/intel_oaktrail.c | 2 +-
22219 drivers/platform/x86/msi-laptop.c | 16 +-
22220 drivers/platform/x86/msi-wmi.c | 2 +-
22221 drivers/platform/x86/samsung-laptop.c | 2 +-
22222 drivers/platform/x86/samsung-q10.c | 2 +-
22223 drivers/platform/x86/sony-laptop.c | 14 +-
22224 drivers/platform/x86/thinkpad_acpi.c | 2 +-
22225 drivers/pnp/pnpbios/bioscalls.c | 14 +-
22226 drivers/pnp/pnpbios/core.c | 2 +-
22227 drivers/power/pda_power.c | 7 +-
22228 drivers/power/power_supply.h | 4 +-
22229 drivers/power/power_supply_core.c | 7 +-
22230 drivers/power/power_supply_sysfs.c | 6 +-
22231 drivers/power/reset/at91-reset.c | 9 +-
22232 drivers/powercap/powercap_sys.c | 136 +-
22233 drivers/ptp/ptp_private.h | 2 +-
22234 drivers/ptp/ptp_sysfs.c | 2 +-
22235 drivers/regulator/core.c | 4 +-
22236 drivers/regulator/max8660.c | 6 +-
22237 drivers/regulator/max8973-regulator.c | 16 +-
22238 drivers/regulator/mc13892-regulator.c | 8 +-
22239 drivers/rtc/rtc-armada38x.c | 7 +-
22240 drivers/rtc/rtc-cmos.c | 4 +-
22241 drivers/rtc/rtc-ds1307.c | 2 +-
22242 drivers/rtc/rtc-m48t59.c | 4 +-
22243 drivers/rtc/rtc-test.c | 6 +-
22244 drivers/scsi/be2iscsi/be_main.c | 2 +-
22245 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
22246 drivers/scsi/bfa/bfa_ioc.h | 4 +-
22247 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
22248 drivers/scsi/hosts.c | 4 +-
22249 drivers/scsi/hpsa.c | 38 +-
22250 drivers/scsi/hpsa.h | 2 +-
22251 drivers/scsi/libfc/fc_exch.c | 50 +-
22252 drivers/scsi/libsas/sas_ata.c | 2 +-
22253 drivers/scsi/lpfc/lpfc.h | 8 +-
22254 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
22255 drivers/scsi/lpfc/lpfc_init.c | 6 +-
22256 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
22257 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
22258 drivers/scsi/mpt2sas/mpt2sas_scsih.c | 8 +-
22259 drivers/scsi/pmcraid.c | 20 +-
22260 drivers/scsi/pmcraid.h | 8 +-
22261 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
22262 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
22263 drivers/scsi/qla2xxx/qla_os.c | 6 +-
22264 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
22265 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
22266 drivers/scsi/scsi.c | 2 +-
22267 drivers/scsi/scsi_lib.c | 8 +-
22268 drivers/scsi/scsi_sysfs.c | 2 +-
22269 drivers/scsi/scsi_transport_fc.c | 8 +-
22270 drivers/scsi/scsi_transport_iscsi.c | 6 +-
22271 drivers/scsi/scsi_transport_srp.c | 6 +-
22272 drivers/scsi/sd.c | 6 +-
22273 drivers/scsi/sg.c | 2 +-
22274 drivers/scsi/sr.c | 21 +-
22275 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
22276 drivers/spi/spi.c | 2 +-
22277 drivers/staging/android/timed_output.c | 6 +-
22278 drivers/staging/comedi/comedi_fops.c | 8 +-
22279 drivers/staging/fbtft/fbtft-core.c | 2 +-
22280 drivers/staging/fbtft/fbtft.h | 2 +-
22281 drivers/staging/gdm724x/gdm_tty.c | 2 +-
22282 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
22283 drivers/staging/iio/adc/ad7280a.c | 4 +-
22284 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
22285 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
22286 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
22287 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
22288 drivers/staging/lustre/lustre/include/obd.h | 2 +-
22289 drivers/staging/octeon/ethernet-rx.c | 20 +-
22290 drivers/staging/octeon/ethernet.c | 8 +-
22291 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
22292 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
22293 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
22294 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
22295 drivers/staging/sm750fb/sm750.c | 14 +-
22296 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
22297 drivers/target/sbp/sbp_target.c | 4 +-
22298 drivers/thermal/cpu_cooling.c | 9 +-
22299 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
22300 drivers/thermal/of-thermal.c | 17 +-
22301 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
22302 drivers/tty/cyclades.c | 6 +-
22303 drivers/tty/hvc/hvc_console.c | 14 +-
22304 drivers/tty/hvc/hvcs.c | 21 +-
22305 drivers/tty/hvc/hvsi.c | 22 +-
22306 drivers/tty/hvc/hvsi_lib.c | 4 +-
22307 drivers/tty/ipwireless/tty.c | 27 +-
22308 drivers/tty/moxa.c | 2 +-
22309 drivers/tty/n_gsm.c | 4 +-
22310 drivers/tty/n_tty.c | 3 +-
22311 drivers/tty/pty.c | 4 +-
22312 drivers/tty/rocket.c | 6 +-
22313 drivers/tty/serial/8250/8250_core.c | 10 +-
22314 drivers/tty/serial/ifx6x60.c | 2 +-
22315 drivers/tty/serial/ioc4_serial.c | 6 +-
22316 drivers/tty/serial/kgdb_nmi.c | 4 +-
22317 drivers/tty/serial/kgdboc.c | 32 +-
22318 drivers/tty/serial/msm_serial.c | 4 +-
22319 drivers/tty/serial/samsung.c | 9 +-
22320 drivers/tty/serial/serial_core.c | 8 +-
22321 drivers/tty/synclink.c | 34 +-
22322 drivers/tty/synclink_gt.c | 28 +-
22323 drivers/tty/synclinkmp.c | 34 +-
22324 drivers/tty/tty_io.c | 2 +-
22325 drivers/tty/tty_ldisc.c | 8 +-
22326 drivers/tty/tty_port.c | 22 +-
22327 drivers/uio/uio.c | 13 +-
22328 drivers/usb/atm/cxacru.c | 2 +-
22329 drivers/usb/atm/usbatm.c | 24 +-
22330 drivers/usb/class/cdc-acm.h | 2 +-
22331 drivers/usb/core/devices.c | 6 +-
22332 drivers/usb/core/devio.c | 12 +-
22333 drivers/usb/core/hcd.c | 4 +-
22334 drivers/usb/core/sysfs.c | 2 +-
22335 drivers/usb/core/usb.c | 2 +-
22336 drivers/usb/early/ehci-dbgp.c | 16 +-
22337 drivers/usb/gadget/function/u_serial.c | 22 +-
22338 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
22339 drivers/usb/host/ehci-hcd.c | 2 +-
22340 drivers/usb/host/ehci-hub.c | 4 +-
22341 drivers/usb/host/ehci-q.c | 4 +-
22342 drivers/usb/host/fotg210-hcd.c | 2 +-
22343 drivers/usb/host/fusbh200-hcd.c | 2 +-
22344 drivers/usb/host/hwa-hc.c | 2 +-
22345 drivers/usb/host/ohci-hcd.c | 2 +-
22346 drivers/usb/host/r8a66597.h | 2 +-
22347 drivers/usb/host/uhci-hcd.c | 2 +-
22348 drivers/usb/host/xhci-pci.c | 2 +-
22349 drivers/usb/host/xhci.c | 2 +-
22350 drivers/usb/misc/appledisplay.c | 4 +-
22351 drivers/usb/serial/console.c | 8 +-
22352 drivers/usb/storage/transport.c | 2 +-
22353 drivers/usb/storage/usb.c | 2 +-
22354 drivers/usb/storage/usb.h | 2 +-
22355 drivers/usb/usbip/vhci.h | 2 +-
22356 drivers/usb/usbip/vhci_hcd.c | 6 +-
22357 drivers/usb/usbip/vhci_rx.c | 2 +-
22358 drivers/usb/wusbcore/wa-hc.h | 4 +-
22359 drivers/usb/wusbcore/wa-xfer.c | 2 +-
22360 drivers/vfio/vfio.c | 2 +-
22361 drivers/vhost/vringh.c | 20 +-
22362 drivers/video/backlight/kb3886_bl.c | 2 +-
22363 drivers/video/console/fbcon.c | 2 +-
22364 drivers/video/fbdev/aty/aty128fb.c | 2 +-
22365 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
22366 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
22367 drivers/video/fbdev/core/fb_defio.c | 6 +-
22368 drivers/video/fbdev/core/fbmem.c | 2 +-
22369 drivers/video/fbdev/hyperv_fb.c | 4 +-
22370 drivers/video/fbdev/i810/i810_accel.c | 1 +
22371 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
22372 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
22373 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
22374 drivers/video/fbdev/omap2/dss/display.c | 8 +-
22375 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
22376 drivers/video/fbdev/smscufx.c | 4 +-
22377 drivers/video/fbdev/udlfb.c | 36 +-
22378 drivers/video/fbdev/uvesafb.c | 52 +-
22379 drivers/video/fbdev/vesafb.c | 58 +-
22380 drivers/video/fbdev/via/via_clock.h | 2 +-
22381 drivers/xen/events/events_base.c | 6 +-
22382 drivers/xen/evtchn.c | 4 +-
22383 fs/Kconfig.binfmt | 2 +-
22384 fs/afs/inode.c | 4 +-
22385 fs/aio.c | 2 +-
22386 fs/autofs4/waitq.c | 2 +-
22387 fs/befs/endian.h | 6 +-
22388 fs/binfmt_aout.c | 23 +-
22389 fs/binfmt_elf.c | 670 +-
22390 fs/binfmt_elf_fdpic.c | 4 +-
22391 fs/block_dev.c | 2 +-
22392 fs/btrfs/ctree.c | 9 +-
22393 fs/btrfs/delayed-inode.c | 9 +-
22394 fs/btrfs/delayed-inode.h | 6 +-
22395 fs/btrfs/file.c | 10 +-
22396 fs/btrfs/inode.c | 14 +-
22397 fs/btrfs/super.c | 2 +-
22398 fs/btrfs/sysfs.c | 2 +-
22399 fs/btrfs/tests/free-space-tests.c | 8 +-
22400 fs/btrfs/tree-log.h | 2 +-
22401 fs/buffer.c | 2 +-
22402 fs/cachefiles/bind.c | 6 +-
22403 fs/cachefiles/daemon.c | 8 +-
22404 fs/cachefiles/internal.h | 12 +-
22405 fs/cachefiles/namei.c | 2 +-
22406 fs/cachefiles/proc.c | 12 +-
22407 fs/ceph/dir.c | 12 +-
22408 fs/ceph/super.c | 4 +-
22409 fs/cifs/cifs_debug.c | 12 +-
22410 fs/cifs/cifsfs.c | 8 +-
22411 fs/cifs/cifsglob.h | 54 +-
22412 fs/cifs/file.c | 10 +-
22413 fs/cifs/misc.c | 4 +-
22414 fs/cifs/smb1ops.c | 80 +-
22415 fs/cifs/smb2ops.c | 84 +-
22416 fs/cifs/smb2pdu.c | 3 +-
22417 fs/coda/cache.c | 10 +-
22418 fs/compat.c | 4 +-
22419 fs/compat_binfmt_elf.c | 2 +
22420 fs/compat_ioctl.c | 12 +-
22421 fs/configfs/dir.c | 10 +-
22422 fs/coredump.c | 16 +-
22423 fs/dcache.c | 51 +-
22424 fs/ecryptfs/inode.c | 2 +-
22425 fs/ecryptfs/miscdev.c | 2 +-
22426 fs/exec.c | 362 +-
22427 fs/ext2/xattr.c | 5 +-
22428 fs/ext4/ext4.h | 20 +-
22429 fs/ext4/mballoc.c | 44 +-
22430 fs/ext4/resize.c | 16 +-
22431 fs/ext4/super.c | 4 +-
22432 fs/ext4/xattr.c | 5 +-
22433 fs/fhandle.c | 3 +-
22434 fs/file.c | 4 +-
22435 fs/fs_struct.c | 8 +-
22436 fs/fscache/cookie.c | 40 +-
22437 fs/fscache/internal.h | 202 +-
22438 fs/fscache/object.c | 26 +-
22439 fs/fscache/operation.c | 38 +-
22440 fs/fscache/page.c | 110 +-
22441 fs/fscache/stats.c | 348 +-
22442 fs/fuse/cuse.c | 10 +-
22443 fs/fuse/dev.c | 4 +-
22444 fs/gfs2/glock.c | 22 +-
22445 fs/gfs2/glops.c | 4 +-
22446 fs/gfs2/quota.c | 6 +-
22447 fs/hugetlbfs/inode.c | 13 +-
22448 fs/inode.c | 4 +-
22449 fs/jffs2/erase.c | 3 +-
22450 fs/jffs2/wbuf.c | 3 +-
22451 fs/jfs/super.c | 2 +-
22452 fs/kernfs/dir.c | 2 +-
22453 fs/kernfs/file.c | 20 +-
22454 fs/libfs.c | 10 +-
22455 fs/lockd/clntproc.c | 4 +-
22456 fs/namei.c | 16 +-
22457 fs/namespace.c | 16 +-
22458 fs/nfs/callback_xdr.c | 2 +-
22459 fs/nfs/inode.c | 6 +-
22460 fs/nfsd/nfs4proc.c | 2 +-
22461 fs/nfsd/nfs4xdr.c | 2 +-
22462 fs/nfsd/nfscache.c | 11 +-
22463 fs/nfsd/vfs.c | 6 +-
22464 fs/nls/nls_base.c | 26 +-
22465 fs/nls/nls_euc-jp.c | 6 +-
22466 fs/nls/nls_koi8-ru.c | 6 +-
22467 fs/notify/fanotify/fanotify_user.c | 4 +-
22468 fs/notify/notification.c | 4 +-
22469 fs/ntfs/dir.c | 2 +-
22470 fs/ntfs/super.c | 6 +-
22471 fs/ocfs2/localalloc.c | 2 +-
22472 fs/ocfs2/ocfs2.h | 10 +-
22473 fs/ocfs2/suballoc.c | 12 +-
22474 fs/ocfs2/super.c | 20 +-
22475 fs/pipe.c | 72 +-
22476 fs/posix_acl.c | 4 +-
22477 fs/proc/array.c | 20 +
22478 fs/proc/base.c | 4 +-
22479 fs/proc/kcore.c | 34 +-
22480 fs/proc/meminfo.c | 2 +-
22481 fs/proc/nommu.c | 2 +-
22482 fs/proc/proc_sysctl.c | 26 +-
22483 fs/proc/task_mmu.c | 39 +-
22484 fs/proc/task_nommu.c | 4 +-
22485 fs/proc/vmcore.c | 16 +-
22486 fs/qnx6/qnx6.h | 4 +-
22487 fs/quota/netlink.c | 4 +-
22488 fs/read_write.c | 2 +-
22489 fs/reiserfs/do_balan.c | 2 +-
22490 fs/reiserfs/procfs.c | 2 +-
22491 fs/reiserfs/reiserfs.h | 4 +-
22492 fs/seq_file.c | 4 +-
22493 fs/splice.c | 43 +-
22494 fs/squashfs/xattr.c | 12 +-
22495 fs/sysv/sysv.h | 2 +-
22496 fs/tracefs/inode.c | 8 +-
22497 fs/udf/misc.c | 2 +-
22498 fs/ufs/swab.h | 4 +-
22499 fs/userfaultfd.c | 2 +-
22500 fs/xattr.c | 21 +
22501 fs/xfs/libxfs/xfs_bmap.c | 2 +-
22502 fs/xfs/xfs_dir2_readdir.c | 7 +-
22503 fs/xfs/xfs_ioctl.c | 2 +-
22504 fs/xfs/xfs_linux.h | 4 +-
22505 include/asm-generic/4level-fixup.h | 2 +
22506 include/asm-generic/atomic-long.h | 156 +-
22507 include/asm-generic/atomic64.h | 12 +
22508 include/asm-generic/bitops/__fls.h | 2 +-
22509 include/asm-generic/bitops/fls.h | 2 +-
22510 include/asm-generic/bitops/fls64.h | 4 +-
22511 include/asm-generic/bug.h | 6 +-
22512 include/asm-generic/cache.h | 4 +-
22513 include/asm-generic/emergency-restart.h | 2 +-
22514 include/asm-generic/kmap_types.h | 4 +-
22515 include/asm-generic/local.h | 13 +
22516 include/asm-generic/pgtable-nopmd.h | 18 +-
22517 include/asm-generic/pgtable-nopud.h | 15 +-
22518 include/asm-generic/pgtable.h | 16 +
22519 include/asm-generic/sections.h | 1 +
22520 include/asm-generic/uaccess.h | 16 +
22521 include/asm-generic/vmlinux.lds.h | 15 +-
22522 include/crypto/algapi.h | 2 +-
22523 include/drm/drmP.h | 16 +-
22524 include/drm/drm_crtc_helper.h | 2 +-
22525 include/drm/drm_mm.h | 2 +-
22526 include/drm/i915_pciids.h | 2 +-
22527 include/drm/intel-gtt.h | 4 +-
22528 include/drm/ttm/ttm_memory.h | 2 +-
22529 include/drm/ttm/ttm_page_alloc.h | 1 +
22530 include/keys/asymmetric-subtype.h | 2 +-
22531 include/linux/atmdev.h | 4 +-
22532 include/linux/atomic.h | 17 +-
22533 include/linux/audit.h | 2 +-
22534 include/linux/average.h | 2 +-
22535 include/linux/binfmts.h | 3 +-
22536 include/linux/bitmap.h | 2 +-
22537 include/linux/bitops.h | 8 +-
22538 include/linux/blkdev.h | 2 +-
22539 include/linux/blktrace_api.h | 2 +-
22540 include/linux/cache.h | 8 +
22541 include/linux/cdrom.h | 1 -
22542 include/linux/cleancache.h | 2 +-
22543 include/linux/clk-provider.h | 1 +
22544 include/linux/compat.h | 6 +-
22545 include/linux/compiler-gcc.h | 28 +-
22546 include/linux/compiler.h | 157 +-
22547 include/linux/configfs.h | 2 +-
22548 include/linux/cpufreq.h | 3 +-
22549 include/linux/cpuidle.h | 5 +-
22550 include/linux/cpumask.h | 14 +-
22551 include/linux/crypto.h | 4 +-
22552 include/linux/ctype.h | 2 +-
22553 include/linux/dcache.h | 4 +-
22554 include/linux/decompress/mm.h | 2 +-
22555 include/linux/devfreq.h | 2 +-
22556 include/linux/device.h | 7 +-
22557 include/linux/dma-mapping.h | 2 +-
22558 include/linux/efi.h | 1 +
22559 include/linux/elf.h | 2 +
22560 include/linux/err.h | 4 +-
22561 include/linux/extcon.h | 2 +-
22562 include/linux/fb.h | 3 +-
22563 include/linux/fdtable.h | 2 +-
22564 include/linux/fs.h | 5 +-
22565 include/linux/fs_struct.h | 2 +-
22566 include/linux/fscache-cache.h | 2 +-
22567 include/linux/fscache.h | 2 +-
22568 include/linux/fsnotify.h | 2 +-
22569 include/linux/genhd.h | 4 +-
22570 include/linux/genl_magic_func.h | 2 +-
22571 include/linux/gfp.h | 12 +-
22572 include/linux/highmem.h | 12 +
22573 include/linux/hwmon-sysfs.h | 6 +-
22574 include/linux/i2c.h | 1 +
22575 include/linux/if_pppox.h | 2 +-
22576 include/linux/init.h | 12 +-
22577 include/linux/init_task.h | 7 +
22578 include/linux/interrupt.h | 6 +-
22579 include/linux/iommu.h | 2 +-
22580 include/linux/ioport.h | 2 +-
22581 include/linux/ipc.h | 2 +-
22582 include/linux/irq.h | 5 +-
22583 include/linux/irqdesc.h | 2 +-
22584 include/linux/irqdomain.h | 3 +
22585 include/linux/jiffies.h | 16 +-
22586 include/linux/key-type.h | 2 +-
22587 include/linux/kgdb.h | 6 +-
22588 include/linux/kmemleak.h | 4 +-
22589 include/linux/kobject.h | 3 +-
22590 include/linux/kobject_ns.h | 2 +-
22591 include/linux/kref.h | 2 +-
22592 include/linux/libata.h | 2 +-
22593 include/linux/linkage.h | 1 +
22594 include/linux/list.h | 15 +
22595 include/linux/lockref.h | 26 +-
22596 include/linux/math64.h | 10 +-
22597 include/linux/mempolicy.h | 7 +
22598 include/linux/mm.h | 102 +-
22599 include/linux/mm_types.h | 20 +
22600 include/linux/mmiotrace.h | 4 +-
22601 include/linux/mmzone.h | 2 +-
22602 include/linux/mod_devicetable.h | 4 +-
22603 include/linux/module.h | 69 +-
22604 include/linux/moduleloader.h | 16 +
22605 include/linux/moduleparam.h | 4 +-
22606 include/linux/net.h | 2 +-
22607 include/linux/netdevice.h | 7 +-
22608 include/linux/netfilter.h | 2 +-
22609 include/linux/netfilter/nfnetlink.h | 2 +-
22610 include/linux/nls.h | 4 +-
22611 include/linux/notifier.h | 3 +-
22612 include/linux/oprofile.h | 4 +-
22613 include/linux/padata.h | 2 +-
22614 include/linux/pci_hotplug.h | 3 +-
22615 include/linux/percpu.h | 2 +-
22616 include/linux/perf_event.h | 12 +-
22617 include/linux/pipe_fs_i.h | 8 +-
22618 include/linux/pm.h | 1 +
22619 include/linux/pm_domain.h | 4 +-
22620 include/linux/pm_runtime.h | 2 +-
22621 include/linux/pnp.h | 2 +-
22622 include/linux/poison.h | 4 +-
22623 include/linux/power/smartreflex.h | 2 +-
22624 include/linux/ppp-comp.h | 2 +-
22625 include/linux/preempt.h | 21 +
22626 include/linux/proc_ns.h | 2 +-
22627 include/linux/psci.h | 2 +-
22628 include/linux/quota.h | 2 +-
22629 include/linux/random.h | 19 +-
22630 include/linux/rculist.h | 16 +
22631 include/linux/reboot.h | 14 +-
22632 include/linux/regset.h | 3 +-
22633 include/linux/relay.h | 2 +-
22634 include/linux/rio.h | 2 +-
22635 include/linux/rmap.h | 4 +-
22636 include/linux/sched.h | 72 +-
22637 include/linux/sched/sysctl.h | 1 +
22638 include/linux/semaphore.h | 2 +-
22639 include/linux/seq_file.h | 1 +
22640 include/linux/signal.h | 2 +-
22641 include/linux/skbuff.h | 12 +-
22642 include/linux/slab.h | 47 +-
22643 include/linux/slab_def.h | 14 +-
22644 include/linux/slub_def.h | 2 +-
22645 include/linux/smp.h | 2 +
22646 include/linux/sock_diag.h | 2 +-
22647 include/linux/sonet.h | 2 +-
22648 include/linux/sunrpc/addr.h | 8 +-
22649 include/linux/sunrpc/clnt.h | 2 +-
22650 include/linux/sunrpc/svc.h | 2 +-
22651 include/linux/sunrpc/svc_rdma.h | 18 +-
22652 include/linux/sunrpc/svcauth.h | 2 +-
22653 include/linux/swapops.h | 10 +-
22654 include/linux/swiotlb.h | 3 +-
22655 include/linux/syscalls.h | 21 +-
22656 include/linux/syscore_ops.h | 2 +-
22657 include/linux/sysctl.h | 3 +-
22658 include/linux/sysfs.h | 9 +-
22659 include/linux/sysrq.h | 3 +-
22660 include/linux/tcp.h | 14 +-
22661 include/linux/thread_info.h | 7 +
22662 include/linux/tty.h | 4 +-
22663 include/linux/tty_driver.h | 2 +-
22664 include/linux/tty_ldisc.h | 2 +-
22665 include/linux/types.h | 16 +
22666 include/linux/uaccess.h | 6 +-
22667 include/linux/uio_driver.h | 2 +-
22668 include/linux/unaligned/access_ok.h | 24 +-
22669 include/linux/usb.h | 12 +-
22670 include/linux/usb/hcd.h | 1 +
22671 include/linux/usb/renesas_usbhs.h | 2 +-
22672 include/linux/vermagic.h | 21 +-
22673 include/linux/vga_switcheroo.h | 8 +-
22674 include/linux/vmalloc.h | 7 +-
22675 include/linux/vmstat.h | 24 +-
22676 include/linux/xattr.h | 5 +-
22677 include/linux/zlib.h | 3 +-
22678 include/media/v4l2-dev.h | 2 +-
22679 include/media/v4l2-device.h | 2 +-
22680 include/net/9p/transport.h | 2 +-
22681 include/net/bluetooth/l2cap.h | 2 +-
22682 include/net/bonding.h | 2 +-
22683 include/net/caif/cfctrl.h | 6 +-
22684 include/net/flow.h | 2 +-
22685 include/net/genetlink.h | 2 +-
22686 include/net/gro_cells.h | 2 +-
22687 include/net/inet_connection_sock.h | 2 +-
22688 include/net/inet_sock.h | 2 +-
22689 include/net/inetpeer.h | 2 +-
22690 include/net/ip_fib.h | 2 +-
22691 include/net/ip_vs.h | 8 +-
22692 include/net/ipv6.h | 2 +-
22693 include/net/irda/ircomm_tty.h | 1 +
22694 include/net/iucv/af_iucv.h | 2 +-
22695 include/net/llc_c_ac.h | 2 +-
22696 include/net/llc_c_ev.h | 4 +-
22697 include/net/llc_c_st.h | 2 +-
22698 include/net/llc_s_ac.h | 2 +-
22699 include/net/llc_s_st.h | 2 +-
22700 include/net/mac80211.h | 4 +-
22701 include/net/neighbour.h | 2 +-
22702 include/net/net_namespace.h | 18 +-
22703 include/net/netlink.h | 2 +-
22704 include/net/netns/conntrack.h | 6 +-
22705 include/net/netns/ipv4.h | 4 +-
22706 include/net/netns/ipv6.h | 4 +-
22707 include/net/netns/xfrm.h | 2 +-
22708 include/net/ping.h | 2 +-
22709 include/net/protocol.h | 4 +-
22710 include/net/rtnetlink.h | 2 +-
22711 include/net/sctp/checksum.h | 4 +-
22712 include/net/sctp/sm.h | 4 +-
22713 include/net/sctp/structs.h | 2 +-
22714 include/net/sock.h | 12 +-
22715 include/net/tcp.h | 8 +-
22716 include/net/xfrm.h | 13 +-
22717 include/rdma/iw_cm.h | 2 +-
22718 include/scsi/libfc.h | 3 +-
22719 include/scsi/scsi_device.h | 6 +-
22720 include/scsi/scsi_driver.h | 2 +-
22721 include/scsi/scsi_transport_fc.h | 3 +-
22722 include/scsi/sg.h | 2 +-
22723 include/sound/compress_driver.h | 2 +-
22724 include/sound/soc.h | 4 +-
22725 include/trace/events/irq.h | 4 +-
22726 include/uapi/linux/a.out.h | 8 +
22727 include/uapi/linux/bcache.h | 5 +-
22728 include/uapi/linux/byteorder/little_endian.h | 28 +-
22729 include/uapi/linux/connector.h | 2 +-
22730 include/uapi/linux/elf.h | 28 +
22731 include/uapi/linux/screen_info.h | 3 +-
22732 include/uapi/linux/swab.h | 6 +-
22733 include/uapi/linux/xattr.h | 4 +
22734 include/video/udlfb.h | 8 +-
22735 include/video/uvesafb.h | 1 +
22736 init/Kconfig | 2 +-
22737 init/Makefile | 3 +
22738 init/do_mounts.c | 14 +-
22739 init/do_mounts.h | 8 +-
22740 init/do_mounts_initrd.c | 30 +-
22741 init/do_mounts_md.c | 6 +-
22742 init/init_task.c | 4 +
22743 init/initramfs.c | 38 +-
22744 init/main.c | 30 +-
22745 ipc/compat.c | 4 +-
22746 ipc/ipc_sysctl.c | 8 +-
22747 ipc/mq_sysctl.c | 4 +-
22748 ipc/sem.c | 4 +-
22749 ipc/shm.c | 6 +
22750 kernel/audit.c | 8 +-
22751 kernel/auditsc.c | 4 +-
22752 kernel/bpf/core.c | 7 +-
22753 kernel/capability.c | 3 +
22754 kernel/compat.c | 38 +-
22755 kernel/debug/debug_core.c | 16 +-
22756 kernel/debug/kdb/kdb_main.c | 4 +-
22757 kernel/events/core.c | 26 +-
22758 kernel/events/internal.h | 10 +-
22759 kernel/events/uprobes.c | 2 +-
22760 kernel/exit.c | 2 +-
22761 kernel/fork.c | 167 +-
22762 kernel/futex.c | 11 +-
22763 kernel/futex_compat.c | 2 +-
22764 kernel/gcov/base.c | 7 +-
22765 kernel/irq/manage.c | 2 +-
22766 kernel/irq/msi.c | 19 +-
22767 kernel/irq/spurious.c | 2 +-
22768 kernel/jump_label.c | 5 +
22769 kernel/kallsyms.c | 37 +-
22770 kernel/kexec.c | 3 +-
22771 kernel/kmod.c | 8 +-
22772 kernel/kprobes.c | 4 +-
22773 kernel/ksysfs.c | 2 +-
22774 kernel/locking/lockdep.c | 7 +-
22775 kernel/locking/mutex-debug.c | 12 +-
22776 kernel/locking/mutex-debug.h | 4 +-
22777 kernel/locking/mutex.c | 6 +-
22778 kernel/module.c | 422 +-
22779 kernel/notifier.c | 17 +-
22780 kernel/padata.c | 4 +-
22781 kernel/panic.c | 5 +-
22782 kernel/pid.c | 2 +-
22783 kernel/pid_namespace.c | 2 +-
22784 kernel/power/process.c | 12 +-
22785 kernel/profile.c | 14 +-
22786 kernel/ptrace.c | 8 +-
22787 kernel/rcu/rcutorture.c | 60 +-
22788 kernel/rcu/tiny.c | 4 +-
22789 kernel/rcu/tree.c | 44 +-
22790 kernel/rcu/tree.h | 14 +-
22791 kernel/rcu/tree_plugin.h | 14 +-
22792 kernel/rcu/tree_trace.c | 12 +-
22793 kernel/sched/auto_group.c | 4 +-
22794 kernel/sched/core.c | 45 +-
22795 kernel/sched/fair.c | 2 +-
22796 kernel/sched/sched.h | 2 +-
22797 kernel/signal.c | 12 +-
22798 kernel/smpboot.c | 4 +-
22799 kernel/softirq.c | 12 +-
22800 kernel/sys.c | 10 +-
22801 kernel/sysctl.c | 34 +-
22802 kernel/time/alarmtimer.c | 2 +-
22803 kernel/time/posix-cpu-timers.c | 4 +-
22804 kernel/time/posix-timers.c | 24 +-
22805 kernel/time/timer.c | 2 +-
22806 kernel/time/timer_stats.c | 10 +-
22807 kernel/trace/blktrace.c | 6 +-
22808 kernel/trace/ftrace.c | 15 +-
22809 kernel/trace/ring_buffer.c | 96 +-
22810 kernel/trace/trace.c | 2 +-
22811 kernel/trace/trace.h | 2 +-
22812 kernel/trace/trace_clock.c | 4 +-
22813 kernel/trace/trace_events.c | 1 -
22814 kernel/trace/trace_functions_graph.c | 4 +-
22815 kernel/trace/trace_mmiotrace.c | 8 +-
22816 kernel/trace/trace_output.c | 10 +-
22817 kernel/trace/trace_seq.c | 2 +-
22818 kernel/trace/trace_stack.c | 2 +-
22819 kernel/user_namespace.c | 2 +-
22820 kernel/utsname_sysctl.c | 2 +-
22821 kernel/watchdog.c | 2 +-
22822 kernel/workqueue.c | 2 +-
22823 lib/Kconfig.debug | 8 +-
22824 lib/Makefile | 2 +-
22825 lib/bitmap.c | 8 +-
22826 lib/bug.c | 2 +
22827 lib/debugobjects.c | 2 +-
22828 lib/decompress_bunzip2.c | 3 +-
22829 lib/decompress_unlzma.c | 4 +-
22830 lib/div64.c | 4 +-
22831 lib/dma-debug.c | 4 +-
22832 lib/inflate.c | 2 +-
22833 lib/ioremap.c | 4 +-
22834 lib/kobject.c | 4 +-
22835 lib/list_debug.c | 126 +-
22836 lib/lockref.c | 44 +-
22837 lib/percpu-refcount.c | 2 +-
22838 lib/radix-tree.c | 2 +-
22839 lib/random32.c | 2 +-
22840 lib/show_mem.c | 2 +-
22841 lib/strncpy_from_user.c | 2 +-
22842 lib/strnlen_user.c | 2 +-
22843 lib/swiotlb.c | 2 +-
22844 lib/usercopy.c | 6 +
22845 lib/vsprintf.c | 12 +-
22846 mm/Kconfig | 6 +-
22847 mm/backing-dev.c | 4 +-
22848 mm/debug.c | 3 +
22849 mm/filemap.c | 2 +-
22850 mm/gup.c | 13 +-
22851 mm/highmem.c | 6 +-
22852 mm/hugetlb.c | 70 +-
22853 mm/internal.h | 1 +
22854 mm/maccess.c | 4 +-
22855 mm/madvise.c | 37 +
22856 mm/memory-failure.c | 6 +-
22857 mm/memory.c | 424 +-
22858 mm/mempolicy.c | 25 +
22859 mm/mlock.c | 15 +-
22860 mm/mm_init.c | 2 +-
22861 mm/mmap.c | 582 +-
22862 mm/mprotect.c | 137 +-
22863 mm/mremap.c | 39 +-
22864 mm/nommu.c | 21 +-
22865 mm/page-writeback.c | 2 +-
22866 mm/page_alloc.c | 49 +-
22867 mm/percpu.c | 2 +-
22868 mm/process_vm_access.c | 14 +-
22869 mm/rmap.c | 45 +-
22870 mm/shmem.c | 19 +-
22871 mm/slab.c | 109 +-
22872 mm/slab.h | 22 +-
22873 mm/slab_common.c | 86 +-
22874 mm/slob.c | 218 +-
22875 mm/slub.c | 102 +-
22876 mm/sparse-vmemmap.c | 4 +-
22877 mm/sparse.c | 2 +-
22878 mm/swap.c | 2 +
22879 mm/swapfile.c | 12 +-
22880 mm/util.c | 6 +
22881 mm/vmalloc.c | 114 +-
22882 mm/vmstat.c | 12 +-
22883 net/8021q/vlan.c | 5 +-
22884 net/8021q/vlan_netlink.c | 2 +-
22885 net/9p/mod.c | 4 +-
22886 net/9p/trans_fd.c | 2 +-
22887 net/atm/atm_misc.c | 8 +-
22888 net/atm/lec.h | 2 +-
22889 net/atm/proc.c | 6 +-
22890 net/atm/resources.c | 4 +-
22891 net/ax25/sysctl_net_ax25.c | 2 +-
22892 net/batman-adv/bat_iv_ogm.c | 8 +-
22893 net/batman-adv/fragmentation.c | 2 +-
22894 net/batman-adv/soft-interface.c | 8 +-
22895 net/batman-adv/types.h | 6 +-
22896 net/bluetooth/hci_sock.c | 2 +-
22897 net/bluetooth/l2cap_core.c | 6 +-
22898 net/bluetooth/l2cap_sock.c | 12 +-
22899 net/bluetooth/rfcomm/sock.c | 4 +-
22900 net/bluetooth/rfcomm/tty.c | 4 +-
22901 net/bridge/br_netlink.c | 2 +-
22902 net/bridge/netfilter/ebtables.c | 6 +-
22903 net/caif/cfctrl.c | 11 +-
22904 net/caif/chnl_net.c | 2 +-
22905 net/can/af_can.c | 2 +-
22906 net/can/gw.c | 6 +-
22907 net/ceph/messenger.c | 4 +-
22908 net/compat.c | 24 +-
22909 net/core/datagram.c | 2 +-
22910 net/core/dev.c | 16 +-
22911 net/core/filter.c | 2 +-
22912 net/core/flow.c | 6 +-
22913 net/core/neighbour.c | 4 +-
22914 net/core/net-sysfs.c | 2 +-
22915 net/core/net_namespace.c | 8 +-
22916 net/core/netpoll.c | 4 +-
22917 net/core/rtnetlink.c | 15 +-
22918 net/core/scm.c | 14 +-
22919 net/core/skbuff.c | 8 +-
22920 net/core/sock.c | 28 +-
22921 net/core/sock_diag.c | 15 +-
22922 net/core/sysctl_net_core.c | 22 +-
22923 net/decnet/af_decnet.c | 1 +
22924 net/decnet/sysctl_net_decnet.c | 4 +-
22925 net/dsa/dsa.c | 2 +-
22926 net/hsr/hsr_netlink.c | 2 +-
22927 net/ieee802154/6lowpan/core.c | 2 +-
22928 net/ieee802154/6lowpan/reassembly.c | 14 +-
22929 net/ipv4/af_inet.c | 2 +-
22930 net/ipv4/devinet.c | 18 +-
22931 net/ipv4/fib_frontend.c | 6 +-
22932 net/ipv4/fib_semantics.c | 2 +-
22933 net/ipv4/inet_connection_sock.c | 4 +-
22934 net/ipv4/inet_timewait_sock.c | 2 +-
22935 net/ipv4/inetpeer.c | 2 +-
22936 net/ipv4/ip_fragment.c | 15 +-
22937 net/ipv4/ip_gre.c | 6 +-
22938 net/ipv4/ip_sockglue.c | 2 +-
22939 net/ipv4/ip_vti.c | 4 +-
22940 net/ipv4/ipconfig.c | 6 +-
22941 net/ipv4/ipip.c | 4 +-
22942 net/ipv4/netfilter/arp_tables.c | 12 +-
22943 net/ipv4/netfilter/ip_tables.c | 12 +-
22944 net/ipv4/ping.c | 14 +-
22945 net/ipv4/raw.c | 14 +-
22946 net/ipv4/route.c | 32 +-
22947 net/ipv4/sysctl_net_ipv4.c | 22 +-
22948 net/ipv4/tcp_input.c | 6 +-
22949 net/ipv4/tcp_probe.c | 2 +-
22950 net/ipv4/udp.c | 10 +-
22951 net/ipv4/xfrm4_policy.c | 18 +-
22952 net/ipv6/addrconf.c | 18 +-
22953 net/ipv6/af_inet6.c | 2 +-
22954 net/ipv6/datagram.c | 2 +-
22955 net/ipv6/icmp.c | 2 +-
22956 net/ipv6/ip6_fib.c | 4 +-
22957 net/ipv6/ip6_gre.c | 10 +-
22958 net/ipv6/ip6_tunnel.c | 4 +-
22959 net/ipv6/ip6_vti.c | 4 +-
22960 net/ipv6/ipv6_sockglue.c | 2 +-
22961 net/ipv6/netfilter/ip6_tables.c | 12 +-
22962 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
22963 net/ipv6/ping.c | 33 +-
22964 net/ipv6/raw.c | 17 +-
22965 net/ipv6/reassembly.c | 13 +-
22966 net/ipv6/route.c | 2 +-
22967 net/ipv6/sit.c | 4 +-
22968 net/ipv6/sysctl_net_ipv6.c | 2 +-
22969 net/ipv6/udp.c | 6 +-
22970 net/ipv6/xfrm6_policy.c | 17 +-
22971 net/irda/ircomm/ircomm_tty.c | 18 +-
22972 net/iucv/af_iucv.c | 4 +-
22973 net/iucv/iucv.c | 2 +-
22974 net/key/af_key.c | 4 +-
22975 net/l2tp/l2tp_eth.c | 38 +-
22976 net/l2tp/l2tp_ip.c | 2 +-
22977 net/l2tp/l2tp_ip6.c | 2 +-
22978 net/mac80211/cfg.c | 8 +-
22979 net/mac80211/ieee80211_i.h | 3 +-
22980 net/mac80211/iface.c | 20 +-
22981 net/mac80211/main.c | 2 +-
22982 net/mac80211/pm.c | 4 +-
22983 net/mac80211/rate.c | 2 +-
22984 net/mac80211/sta_info.c | 2 +-
22985 net/mac80211/util.c | 8 +-
22986 net/mpls/af_mpls.c | 6 +-
22987 net/netfilter/ipset/ip_set_core.c | 2 +-
22988 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
22989 net/netfilter/ipvs/ip_vs_core.c | 4 +-
22990 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
22991 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
22992 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
22993 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
22994 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
22995 net/netfilter/nf_conntrack_acct.c | 2 +-
22996 net/netfilter/nf_conntrack_ecache.c | 2 +-
22997 net/netfilter/nf_conntrack_helper.c | 2 +-
22998 net/netfilter/nf_conntrack_proto.c | 2 +-
22999 net/netfilter/nf_conntrack_standalone.c | 2 +-
23000 net/netfilter/nf_conntrack_timestamp.c | 2 +-
23001 net/netfilter/nf_log.c | 10 +-
23002 net/netfilter/nf_sockopt.c | 4 +-
23003 net/netfilter/nfnetlink_log.c | 4 +-
23004 net/netfilter/nft_compat.c | 9 +-
23005 net/netfilter/xt_statistic.c | 8 +-
23006 net/netlink/af_netlink.c | 4 +-
23007 net/openvswitch/vport-internal_dev.c | 2 +-
23008 net/packet/af_packet.c | 8 +-
23009 net/phonet/pep.c | 6 +-
23010 net/phonet/socket.c | 2 +-
23011 net/phonet/sysctl.c | 2 +-
23012 net/rds/cong.c | 6 +-
23013 net/rds/ib.h | 2 +-
23014 net/rds/ib_cm.c | 2 +-
23015 net/rds/ib_recv.c | 4 +-
23016 net/rds/iw.h | 2 +-
23017 net/rds/iw_cm.c | 2 +-
23018 net/rds/iw_recv.c | 4 +-
23019 net/rds/rds.h | 2 +-
23020 net/rds/tcp.c | 2 +-
23021 net/rds/tcp_send.c | 2 +-
23022 net/rxrpc/af_rxrpc.c | 2 +-
23023 net/rxrpc/ar-ack.c | 14 +-
23024 net/rxrpc/ar-call.c | 2 +-
23025 net/rxrpc/ar-connection.c | 2 +-
23026 net/rxrpc/ar-connevent.c | 2 +-
23027 net/rxrpc/ar-input.c | 4 +-
23028 net/rxrpc/ar-internal.h | 8 +-
23029 net/rxrpc/ar-local.c | 2 +-
23030 net/rxrpc/ar-output.c | 4 +-
23031 net/rxrpc/ar-peer.c | 2 +-
23032 net/rxrpc/ar-proc.c | 4 +-
23033 net/rxrpc/ar-transport.c | 2 +-
23034 net/rxrpc/rxkad.c | 4 +-
23035 net/sched/sch_generic.c | 4 +-
23036 net/sctp/ipv6.c | 6 +-
23037 net/sctp/protocol.c | 10 +-
23038 net/sctp/sm_sideeffect.c | 2 +-
23039 net/sctp/socket.c | 21 +-
23040 net/sctp/sysctl.c | 10 +-
23041 net/socket.c | 18 +-
23042 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
23043 net/sunrpc/clnt.c | 4 +-
23044 net/sunrpc/sched.c | 4 +-
23045 net/sunrpc/svc.c | 4 +-
23046 net/sunrpc/svcauth_unix.c | 2 +-
23047 net/sunrpc/xprtrdma/svc_rdma.c | 38 +-
23048 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
23049 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
23050 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
23051 net/tipc/netlink_compat.c | 12 +-
23052 net/tipc/subscr.c | 2 +-
23053 net/unix/af_unix.c | 7 +-
23054 net/unix/sysctl_net_unix.c | 2 +-
23055 net/wireless/wext-core.c | 19 +-
23056 net/xfrm/xfrm_policy.c | 16 +-
23057 net/xfrm/xfrm_state.c | 33 +-
23058 net/xfrm/xfrm_sysctl.c | 2 +-
23059 scripts/Kbuild.include | 2 +-
23060 scripts/Makefile.build | 2 +-
23061 scripts/Makefile.clean | 3 +-
23062 scripts/Makefile.host | 69 +-
23063 scripts/basic/fixdep.c | 12 +-
23064 scripts/dtc/checks.c | 14 +-
23065 scripts/dtc/data.c | 6 +-
23066 scripts/dtc/flattree.c | 8 +-
23067 scripts/dtc/livetree.c | 4 +-
23068 scripts/gcc-plugin.sh | 51 +
23069 scripts/headers_install.sh | 1 +
23070 scripts/kallsyms.c | 4 +-
23071 scripts/kconfig/lkc.h | 5 +-
23072 scripts/kconfig/menu.c | 2 +-
23073 scripts/kconfig/symbol.c | 6 +-
23074 scripts/link-vmlinux.sh | 2 +-
23075 scripts/mod/file2alias.c | 14 +-
23076 scripts/mod/modpost.c | 25 +-
23077 scripts/mod/modpost.h | 6 +-
23078 scripts/mod/sumversion.c | 2 +-
23079 scripts/module-common.lds | 4 +
23080 scripts/package/builddeb | 1 +
23081 scripts/pnmtologo.c | 6 +-
23082 scripts/sortextable.h | 6 +-
23083 scripts/tags.sh | 2 +-
23084 security/Kconfig | 692 +-
23085 security/integrity/ima/ima.h | 4 +-
23086 security/integrity/ima/ima_api.c | 2 +-
23087 security/integrity/ima/ima_fs.c | 4 +-
23088 security/integrity/ima/ima_queue.c | 2 +-
23089 security/keys/key.c | 18 +-
23090 security/selinux/avc.c | 6 +-
23091 security/selinux/include/xfrm.h | 2 +-
23092 security/yama/yama_lsm.c | 2 +-
23093 sound/aoa/codecs/onyx.c | 7 +-
23094 sound/aoa/codecs/onyx.h | 1 +
23095 sound/core/oss/pcm_oss.c | 18 +-
23096 sound/core/pcm_compat.c | 2 +-
23097 sound/core/pcm_native.c | 4 +-
23098 sound/core/sound.c | 2 +-
23099 sound/drivers/mts64.c | 14 +-
23100 sound/drivers/opl4/opl4_lib.c | 2 +-
23101 sound/drivers/portman2x4.c | 3 +-
23102 sound/firewire/amdtp.c | 4 +-
23103 sound/firewire/amdtp.h | 4 +-
23104 sound/firewire/isight.c | 10 +-
23105 sound/firewire/scs1x.c | 8 +-
23106 sound/oss/sb_audio.c | 2 +-
23107 sound/oss/swarm_cs4297a.c | 6 +-
23108 sound/pci/hda/hda_codec.c | 2 +-
23109 sound/pci/ymfpci/ymfpci.h | 2 +-
23110 sound/pci/ymfpci/ymfpci_main.c | 12 +-
23111 sound/soc/codecs/sti-sas.c | 10 +-
23112 sound/soc/soc-ac97.c | 6 +-
23113 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
23114 tools/gcc/Makefile | 42 +
23115 tools/gcc/checker_plugin.c | 150 +
23116 tools/gcc/colorize_plugin.c | 215 +
23117 tools/gcc/constify_plugin.c | 571 +
23118 tools/gcc/gcc-common.h | 812 +
23119 tools/gcc/initify_plugin.c | 552 +
23120 tools/gcc/kallocstat_plugin.c | 188 +
23121 tools/gcc/kernexec_plugin.c | 549 +
23122 tools/gcc/latent_entropy_plugin.c | 470 +
23123 tools/gcc/size_overflow_plugin/.gitignore | 2 +
23124 tools/gcc/size_overflow_plugin/Makefile | 28 +
23125 .../disable_size_overflow_hash.data |12422 ++++++++++++
23126 .../generate_size_overflow_hash.sh | 103 +
23127 .../insert_size_overflow_asm.c | 416 +
23128 .../size_overflow_plugin/intentional_overflow.c | 1010 +
23129 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
23130 tools/gcc/size_overflow_plugin/size_overflow.h | 323 +
23131 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
23132 .../size_overflow_plugin/size_overflow_hash.data |20735 ++++++++++++++++++++
23133 .../size_overflow_hash_aux.data | 92 +
23134 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 ++
23135 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
23136 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
23137 .../size_overflow_plugin_hash.c | 352 +
23138 .../size_overflow_plugin/size_overflow_transform.c | 749 +
23139 .../size_overflow_transform_core.c | 1010 +
23140 tools/gcc/stackleak_plugin.c | 436 +
23141 tools/gcc/structleak_plugin.c | 287 +
23142 tools/include/linux/compiler.h | 8 +
23143 tools/lib/api/Makefile | 2 +-
23144 tools/perf/util/include/asm/alternative-asm.h | 3 +
23145 tools/virtio/linux/uaccess.h | 2 +-
23146 virt/kvm/kvm_main.c | 42 +-
23147 1944 files changed, 66925 insertions(+), 8949 deletions(-)
23148commit 87790bbd0d8dc2bd7fd86cb947e32886db9e9766
23149Author: Matthew Wilcox <willy@linux.intel.com>
23150Date: Tue Feb 2 16:57:52 2016 -0800
23151
23152 radix-tree: fix race in gang lookup
23153
23154 If the indirect_ptr bit is set on a slot, that indicates we need to redo
23155 the lookup. Introduce a new function radix_tree_iter_retry() which
23156 forces the loop to retry the lookup by setting 'slot' to NULL and
23157 turning the iterator back to point at the problematic entry.
23158
23159 This is a pretty rare problem to hit at the moment; the lookup has to
23160 race with a grow of the radix tree from a height of 0. The consequences
23161 of hitting this race are that gang lookup could return a pointer to a
23162 radix_tree_node instead of a pointer to whatever the user had inserted
23163 in the tree.
23164
23165 Fixes: cebbd29e1c2f ("radix-tree: rewrite gang lookup using iterator")
23166 Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
23167 Cc: Hugh Dickins <hughd@google.com>
23168 Cc: Ohad Ben-Cohen <ohad@wizery.com>
23169 Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
23170 Cc: <stable@vger.kernel.org>
23171 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
23172 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
23173
23174 include/linux/radix-tree.h | 16 ++++++++++++++++
23175 lib/radix-tree.c | 12 ++++++++++--
23176 2 files changed, 26 insertions(+), 2 deletions(-)
23177
23178commit bf628043b4589c910919a0f221ae7f42aa8cea93
23179Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
23180Date: Wed Feb 3 02:11:03 2016 +0100
23181
23182 unix: correctly track in-flight fds in sending process user_struct
23183
23184 The commit referenced in the Fixes tag incorrectly accounted the number
23185 of in-flight fds over a unix domain socket to the original opener
23186 of the file-descriptor. This allows another process to arbitrary
23187 deplete the original file-openers resource limit for the maximum of
23188 open files. Instead the sending processes and its struct cred should
23189 be credited.
23190
23191 To do so, we add a reference counted struct user_struct pointer to the
23192 scm_fp_list and use it to account for the number of inflight unix fds.
23193
23194 Fixes: 712f4aad406bb1 ("unix: properly account for FDs passed over unix sockets")
23195 Reported-by: David Herrmann <dh.herrmann@gmail.com>
23196 Cc: David Herrmann <dh.herrmann@gmail.com>
23197 Cc: Willy Tarreau <w@1wt.eu>
23198 Cc: Linus Torvalds <torvalds@linux-foundation.org>
23199 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
23200 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
23201 Signed-off-by: David S. Miller <davem@davemloft.net>
23202
23203 include/net/af_unix.h | 4 ++--
23204 include/net/scm.h | 1 +
23205 net/core/scm.c | 7 +++++++
23206 net/unix/af_unix.c | 4 ++--
23207 net/unix/garbage.c | 8 ++++----
23208 5 files changed, 16 insertions(+), 8 deletions(-)
23209
23210commit e830db443ff78d70b7b63536e688d73907face0c
23211Author: Mike Kravetz <mike.kravetz@oracle.com>
23212Date: Fri Jan 15 16:57:37 2016 -0800
23213
23214 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
23215
23216 Hillf Danton noticed bugs in the hugetlb_vmtruncate_list routine. The
23217 argument end is of type pgoff_t. It was being converted to a vaddr
23218 offset and passed to unmap_hugepage_range. However, end was also being
23219 used as an argument to the vma_interval_tree_foreach controlling loop.
23220 In addition, the conversion of end to vaddr offset was incorrect.
23221
23222 hugetlb_vmtruncate_list is called as part of a file truncate or
23223 fallocate hole punch operation.
23224
23225 When truncating a hugetlbfs file, this bug could prevent some pages from
23226 being unmapped. This is possible if there are multiple vmas mapping the
23227 file, and there is a sufficiently sized hole between the mappings. The
23228 size of the hole between two vmas (A,B) must be such that the starting
23229 virtual address of B is greater than (ending virtual address of A <<
23230 PAGE_SHIFT). In this case, the pages in B would not be unmapped. If
23231 pages are not properly unmapped during truncate, the following BUG is
23232 hit:
23233
23234 kernel BUG at fs/hugetlbfs/inode.c:428!
23235
23236 In the fallocate hole punch case, this bug could prevent pages from
23237 being unmapped as in the truncate case. However, for hole punch the
23238 result is that unmapped pages will not be removed during the operation.
23239 For hole punch, it is also possible that more pages than desired will be
23240 unmapped. This unnecessary unmapping will cause page faults to
23241 reestablish the mappings on subsequent page access.
23242
23243 Fixes: 1bfad99ab (" hugetlbfs: hugetlb_vmtruncate_list() needs to take a range")Reported-by: Hillf Danton <hillf.zj@alibaba-inc.com>
23244 Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
23245 Cc: Hugh Dickins <hughd@google.com>
23246 Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
23247 Cc: Davidlohr Bueso <dave@stgolabs.net>
23248 Cc: Dave Hansen <dave.hansen@linux.intel.com>
23249 Cc: <stable@vger.kernel.org> [4.3]
23250 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
23251 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
23252
23253 fs/hugetlbfs/inode.c | 19 +++++++++++--------
23254 1 files changed, 11 insertions(+), 8 deletions(-)
23255
23256commit cdb3ba4a9113b779347387f3b6c6ea72dd4db12f
23257Author: Takashi Iwai <tiwai@suse.de>
23258Date: Thu Feb 4 17:06:13 2016 +0100
23259
23260 ALSA: timer: Fix leftover link at closing
23261
23262 In ALSA timer core, the active timer instance is managed in
23263 active_list linked list. Each element is added / removed dynamically
23264 at timer start, stop and in timer interrupt. The problem is that
23265 snd_timer_interrupt() has a thinko and leaves the element in
23266 active_list when it's the last opened element. This eventually leads
23267 to list corruption or use-after-free error.
23268
23269 This hasn't been revealed because we used to delete the list forcibly
23270 in snd_timer_stop() in the past. However, the recent fix avoids the
23271 double-stop behavior (in commit [f784beb75ce8: ALSA: timer: Fix link
23272 corruption due to double start or stop]), and this leak hits reality.
23273
23274 This patch fixes the link management in snd_timer_interrupt(). Now it
23275 simply unlinks no matter which stream is.
23276
23277 BugLink: http://lkml.kernel.org/r/CACT4Y+Yy2aukHP-EDp8-ziNqNNmb-NTf=jDWXMP7jB8HDa2vng@mail.gmail.com
23278 Reported-by: Dmitry Vyukov <dvyukov@google.com>
23279 Cc: <stable@vger.kernel.org>
23280 Signed-off-by: Takashi Iwai <tiwai@suse.de>
23281
23282 sound/core/timer.c | 4 ++--
23283 1 files changed, 2 insertions(+), 2 deletions(-)
23284
23285commit 47d9647902f6a2f46a2be1e0140ba0f6f8c06008
23286Author: Konstantin Khlebnikov <koct9i@gmail.com>
23287Date: Fri Feb 5 15:37:01 2016 -0800
23288
23289 radix-tree: fix oops after radix_tree_iter_retry
23290
23291 Helper radix_tree_iter_retry() resets next_index to the current index.
23292 In following radix_tree_next_slot current chunk size becomes zero. This
23293 isn't checked and it tries to dereference null pointer in slot.
23294
23295 Tagged iterator is fine because retry happens only at slot 0 where tag
23296 bitmask in iter->tags is filled with single bit.
23297
23298 Fixes: 46437f9a554f ("radix-tree: fix race in gang lookup")
23299 Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
23300 Cc: Matthew Wilcox <willy@linux.intel.com>
23301 Cc: Hugh Dickins <hughd@google.com>
23302 Cc: Ohad Ben-Cohen <ohad@wizery.com>
23303 Cc: Jeremiah Mahler <jmmahler@gmail.com>
23304 Cc: <stable@vger.kernel.org>
23305 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
23306 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
23307
23308 include/linux/radix-tree.h | 6 +++---
23309 1 files changed, 3 insertions(+), 3 deletions(-)
23310
23311commit 95b5dcb3c01958502af00b0bc0da1d906aae11a2
23312Merge: 438be0b 256aeaf
23313Author: Brad Spengler <spender@grsecurity.net>
23314Date: Sun Feb 7 08:29:33 2016 -0500
23315
23316 Merge branch 'pax-test' into grsec-test
23317
23318commit 256aeaf87c22de8edf1f03682a572c590ae07771
23319Author: Brad Spengler <spender@grsecurity.net>
23320Date: Sun Feb 7 08:29:09 2016 -0500
23321
23322 Update to pax-linux-4.3.5-test28.patch:
23323 - 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)
23324 - spender fixed UDEREF on arm
23325
23326 arch/arm/Kconfig | 1 +
23327 arch/arm/include/asm/domain.h | 21 ++++++++-
23328 arch/arm/include/asm/futex.h | 9 ----
23329 arch/arm/include/asm/thread_info.h | 3 +
23330 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
23331 arch/arm/kernel/entry-armv.S | 2 +-
23332 arch/arm/kernel/process.c | 2 +-
23333 arch/arm/mm/alignment.c | 8 ----
23334 arch/x86/mm/numa.c | 2 +-
23335 security/Kconfig | 1 -
23336 10 files changed, 60 insertions(+), 70 deletions(-)
23337
23338commit 438be0bd112bd17942b2628c53054dc1007558a1
23339Author: Brad Spengler <spender@grsecurity.net>
23340Date: Sat Feb 6 19:50:31 2016 -0500
23341
23342 Fix a number of issues caused by the upstream merging of a UDEREF ripoff resulting in unbootable
23343 ARM systems reported on the forums
23344
23345 arch/arm/Kconfig | 1 +
23346 arch/arm/include/asm/domain.h | 21 ++++++++-
23347 arch/arm/include/asm/futex.h | 9 ----
23348 arch/arm/include/asm/thread_info.h | 3 +
23349 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
23350 arch/arm/kernel/entry-armv.S | 2 +-
23351 arch/arm/kernel/process.c | 2 +-
23352 arch/arm/mm/alignment.c | 8 ----
23353 security/Kconfig | 1 -
23354 9 files changed, 59 insertions(+), 69 deletions(-)
23355
23356commit 4ffdd5ef1f87e611af1efb4f251ada92abe9f4c0
23357Author: Brad Spengler <spender@grsecurity.net>
23358Date: Sat Feb 6 11:21:53 2016 -0500
23359
23360 Fix another compiler warning
23361
23362 net/ipv4/tcp_input.c | 2 ++
23363 1 files changed, 2 insertions(+), 0 deletions(-)
23364
23365commit 30b5b7bc0fd67d458bdd5ab35e4689769eabd2ed
23366Author: Brad Spengler <spender@grsecurity.net>
23367Date: Sat Feb 6 11:16:12 2016 -0500
23368
23369 Fix two compiler warnings
23370
23371 kernel/pid.c | 5 ++---
23372 kernel/ptrace.c | 3 ++-
23373 2 files changed, 4 insertions(+), 4 deletions(-)
23374
23375commit dda4d2a21914c480750f10bd55c6e3203d415d8d
23376Author: Brad Spengler <spender@grsecurity.net>
23377Date: Wed Feb 3 21:22:40 2016 -0500
23378
23379 Apply fix for integer truncation in NUMA init code, reported by
23380 x14sg1 on the forums:
23381 https://forums.grsecurity.net/viewtopic.php?f=3&t=4374
23382
23383 arch/x86/mm/numa.c | 2 +-
23384 1 files changed, 1 insertions(+), 1 deletions(-)
23385
23386commit 477505f7c893cb6a2c3e22f83eefd9c985d7b3ca
23387Merge: a781740 016d0d8
23388Author: Brad Spengler <spender@grsecurity.net>
23389Date: Wed Feb 3 21:20:58 2016 -0500
23390
23391 Merge branch 'pax-test' into grsec-test
23392
23393commit 016d0d81a8dd4be1304c82a68e0ccf425868f467
23394Author: Brad Spengler <spender@grsecurity.net>
23395Date: Wed Feb 3 21:20:10 2016 -0500
23396
23397 Update to pax-linux-4.3.5-test27.patch:
23398 - fixed a bunch of potential REFCOUNT false positives, reported by Emese
23399 - restored padding in fpregs_state for storing AVX-512 state in the future
23400 - constified netlink_dump_control
23401 - added const version of debug_gimple_stmt for gcc plugins, by Emese
23402 - Emese fixed a bug in initify that could have initified too much
23403 - Emese fixed a false positive intentional integer overflow in xfrm4_extract_header, reported by corsac
23404
23405 arch/x86/include/asm/fpu/types.h | 1 +
23406 arch/x86/include/asm/mmu_context.h | 2 +-
23407 block/blk-cgroup.c | 18 ++--
23408 block/cfq-iosched.c | 4 +-
23409 crypto/crypto_user.c | 8 ++-
23410 drivers/acpi/apei/ghes.c | 6 +-
23411 drivers/char/ipmi/ipmi_ssif.c | 12 ++--
23412 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
23413 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
23414 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
23415 drivers/infiniband/core/netlink.c | 5 +-
23416 drivers/infiniband/hw/cxgb4/device.c | 6 +-
23417 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
23418 drivers/md/bcache/alloc.c | 2 +-
23419 drivers/md/bcache/bcache.h | 10 +-
23420 drivers/md/bcache/btree.c | 2 +-
23421 drivers/md/bcache/io.c | 10 +-
23422 drivers/md/bcache/journal.c | 2 +-
23423 drivers/md/bcache/stats.c | 26 +++---
23424 drivers/md/bcache/stats.h | 16 ++--
23425 drivers/md/bcache/super.c | 2 +-
23426 drivers/md/bcache/sysfs.c | 20 +++---
23427 drivers/md/dm-cache-target.c | 98 ++++++++++++------------
23428 drivers/md/dm-raid.c | 2 +-
23429 drivers/md/md.c | 6 +-
23430 drivers/md/md.h | 2 +-
23431 drivers/md/raid1.c | 2 +-
23432 drivers/md/raid10.c | 2 +-
23433 drivers/md/raid5.c | 4 +-
23434 drivers/media/pci/zoran/zoran.h | 1 -
23435 drivers/media/pci/zoran/zoran_driver.c | 3 -
23436 drivers/net/ethernet/sfc/selftest.c | 20 +++---
23437 drivers/net/irda/vlsi_ir.c | 18 ++--
23438 drivers/net/irda/vlsi_ir.h | 14 ++--
23439 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
23440 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
23441 drivers/net/wireless/ath/carl9170/main.c | 10 +-
23442 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
23443 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
23444 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
23445 drivers/scsi/hptiop.c | 2 -
23446 drivers/scsi/hptiop.h | 1 -
23447 drivers/scsi/ipr.c | 6 +-
23448 drivers/scsi/ipr.h | 2 +-
23449 drivers/scsi/qla2xxx/qla_target.c | 10 +-
23450 drivers/scsi/qla2xxx/qla_target.h | 2 +-
23451 fs/btrfs/ctree.c | 2 +-
23452 fs/btrfs/ctree.h | 4 +-
23453 fs/btrfs/delayed-ref.c | 4 +-
23454 fs/btrfs/disk-io.c | 4 +-
23455 fs/btrfs/file.c | 4 +-
23456 fs/btrfs/raid56.c | 32 ++++----
23457 fs/btrfs/tests/btrfs-tests.c | 2 +-
23458 fs/btrfs/transaction.c | 2 +-
23459 fs/btrfs/tree-log.c | 8 +-
23460 fs/btrfs/volumes.c | 14 ++--
23461 fs/btrfs/volumes.h | 22 +++---
23462 fs/jbd2/commit.c | 2 +-
23463 fs/jbd2/transaction.c | 4 +-
23464 fs/ocfs2/dlm/dlmcommon.h | 4 +-
23465 fs/ocfs2/dlm/dlmdebug.c | 10 +-
23466 fs/ocfs2/dlm/dlmdomain.c | 4 +-
23467 fs/ocfs2/dlm/dlmmaster.c | 4 +-
23468 include/acpi/ghes.h | 2 +-
23469 include/linux/blk-cgroup.h | 24 +++---
23470 include/linux/jbd2.h | 2 +-
23471 include/linux/netlink.h | 12 ++--
23472 include/net/cfg802154.h | 2 +-
23473 include/net/mac80211.h | 2 +-
23474 include/net/neighbour.h | 2 +-
23475 kernel/rcu/tree_plugin.h | 4 +-
23476 net/batman-adv/routing.c | 4 +-
23477 net/batman-adv/soft-interface.c | 2 +-
23478 net/batman-adv/translation-table.c | 14 ++--
23479 net/batman-adv/types.h | 2 +-
23480 net/core/neighbour.c | 14 ++--
23481 net/core/rtnetlink.c | 2 +-
23482 net/ipv4/arp.c | 2 +-
23483 net/ipv4/inet_diag.c | 4 +-
23484 net/ipv4/xfrm4_state.c | 4 +-
23485 net/ipv6/ndisc.c | 2 +-
23486 net/mac80211/cfg.c | 2 +-
23487 net/mac80211/debugfs_key.c | 2 +-
23488 net/mac80211/key.c | 4 +-
23489 net/mac80211/tx.c | 2 +-
23490 net/mac80211/wpa.c | 10 +-
23491 net/mac802154/iface.c | 4 +-
23492 net/netfilter/ipset/ip_set_core.c | 2 +-
23493 net/netfilter/nf_conntrack_netlink.c | 22 +++---
23494 net/netfilter/nf_tables_api.c | 13 ++--
23495 net/netfilter/nfnetlink_acct.c | 7 +-
23496 net/netfilter/nfnetlink_cthelper.c | 2 +-
23497 net/netfilter/nfnetlink_cttimeout.c | 2 +-
23498 net/netlink/af_netlink.c | 10 ++-
23499 net/netlink/diag.c | 2 +-
23500 net/netlink/genetlink.c | 14 ++--
23501 net/packet/af_packet.c | 18 ++--
23502 net/packet/diag.c | 2 +-
23503 net/packet/internal.h | 6 +-
23504 net/unix/diag.c | 2 +-
23505 net/xfrm/xfrm_user.c | 2 +-
23506 security/apparmor/include/policy.h | 2 +-
23507 security/apparmor/policy.c | 4 +-
23508 sound/core/seq/seq_clientmgr.c | 2 +-
23509 sound/core/seq/seq_fifo.c | 6 +-
23510 sound/core/seq/seq_fifo.h | 2 +-
23511 tools/gcc/gcc-common.h | 24 ++++--
23512 tools/gcc/initify_plugin.c | 7 +-
23513 tools/lib/api/Makefile | 2 +-
23514 109 files changed, 399 insertions(+), 391 deletions(-)
23515
23516commit a7817402ac837b1aee07fac42537a02097055098
23517Author: Matt Fleming <matt@codeblueprint.co.uk>
23518Date: Fri Jan 29 11:36:10 2016 +0000
23519
23520 x86/mm/pat: Avoid truncation when converting cpa->numpages to address
23521
23522 There are a couple of nasty truncation bugs lurking in the pageattr
23523 code that can be triggered when mapping EFI regions, e.g. when we pass
23524 a cpa->pgd pointer. Because cpa->numpages is a 32-bit value, shifting
23525 left by PAGE_SHIFT will truncate the resultant address to 32-bits.
23526
23527 Viorel-Cătălin managed to trigger this bug on his Dell machine that
23528 provides a ~5GB EFI region which requires 1236992 pages to be mapped.
23529 When calling populate_pud() the end of the region gets calculated
23530 incorrectly in the following buggy expression,
23531
23532 end = start + (cpa->numpages << PAGE_SHIFT);
23533
23534 And only 188416 pages are mapped. Next, populate_pud() gets invoked
23535 for a second time because of the loop in __change_page_attr_set_clr(),
23536 only this time no pages get mapped because shifting the remaining
23537 number of pages (1048576) by PAGE_SHIFT is zero. At which point the
23538 loop in __change_page_attr_set_clr() spins forever because we fail to
23539 map progress.
23540
23541 Hitting this bug depends very much on the virtual address we pick to
23542 map the large region at and how many pages we map on the initial run
23543 through the loop. This explains why this issue was only recently hit
23544 with the introduction of commit
23545
23546 a5caa209ba9c ("x86/efi: Fix boot crash by mapping EFI memmap
23547 entries bottom-up at runtime, instead of top-down")
23548
23549 It's interesting to note that safe uses of cpa->numpages do exist in
23550 the pageattr code. If instead of shifting ->numpages we multiply by
23551 PAGE_SIZE, no truncation occurs because PAGE_SIZE is a UL value, and
23552 so the result is unsigned long.
23553
23554 To avoid surprises when users try to convert very large cpa->numpages
23555 values to addresses, change the data type from 'int' to 'unsigned
23556 long', thereby making it suitable for shifting by PAGE_SHIFT without
23557 any type casting.
23558
23559 The alternative would be to make liberal use of casting, but that is
23560 far more likely to cause problems in the future when someone adds more
23561 code and fails to cast properly; this bug was difficult enough to
23562 track down in the first place.
23563
23564 Reported-and-tested-by: Viorel-Cătălin Răpițeanu <rapiteanu.catalin@gmail.com>
23565 Acked-by: Borislav Petkov <bp@alien8.de>
23566 Cc: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
23567 Cc: <stable@vger.kernel.org>
23568 Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
23569 Link: https://bugzilla.kernel.org/show_bug.cgi?id=110131
23570 Link: http://lkml.kernel.org/r/1454067370-10374-1-git-send-email-matt@codeblueprint.co.uk
23571 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
23572
23573 arch/x86/mm/pageattr.c | 4 ++--
23574 1 files changed, 2 insertions(+), 2 deletions(-)
23575
23576commit 64dd9d7a67a742fda257cdd16510c29e695c34b5
23577Author: Jan Beulich <JBeulich@suse.com>
23578Date: Tue Jan 26 04:15:18 2016 -0700
23579
23580 x86/mm: Fix types used in pgprot cacheability flags translations
23581
23582 For PAE kernels "unsigned long" is not suitable to hold page protection
23583 flags, since _PAGE_NX doesn't fit there. This is the reason for quite a
23584 few W+X pages getting reported as insecure during boot (observed namely
23585 for the entire initrd range).
23586
23587 Fixes: 281d4078be ("x86: Make page cache mode a real type")
23588 Signed-off-by: Jan Beulich <jbeulich@suse.com>
23589 Reviewed-by: Juergen Gross <JGross@suse.com>
23590 Cc: stable@vger.kernel.org
23591 Link: http://lkml.kernel.org/r/56A7635602000078000CAFF1@prv-mh.provo.novell.com
23592 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
23593
23594 arch/x86/include/asm/pgtable_types.h | 6 ++----
23595 1 files changed, 2 insertions(+), 4 deletions(-)
23596
23597commit bb9a3a9df0d8dfc96d521676e64c42b37ba22aea
23598Merge: 682d661 f74425b
23599Author: Brad Spengler <spender@grsecurity.net>
23600Date: Sun Jan 31 15:06:25 2016 -0500
23601
23602 Merge branch 'pax-test' into grsec-test
23603
23604 Conflicts:
23605 drivers/net/slip/slhc.c
23606 include/linux/sched.h
23607 net/unix/af_unix.c
23608 sound/core/timer.c
23609
23610commit f74425b5705bfe52aff9e97659ef10c4a14176c3
23611Merge: d14af1f 849a2d3
23612Author: Brad Spengler <spender@grsecurity.net>
23613Date: Sun Jan 31 15:02:55 2016 -0500
23614
23615 Merge branch 'linux-4.3.y' into pax-test
23616
23617 Conflicts:
23618 arch/x86/include/asm/mmu_context.h
23619
23620commit 682d6611d75542e351c973c8dd74a99d3966c073
23621Author: Brad Spengler <spender@grsecurity.net>
23622Date: Sat Jan 30 13:05:03 2016 -0500
23623
23624 Based on a report from Mathias Krause, fix up a number of additional instances
23625 of ulong overflow when passing in values to gr_learn_resource by saturating
23626 to ULONG_MAX
23627
23628 mm/mlock.c | 11 ++++++++---
23629 mm/mmap.c | 16 +++++++++++++---
23630 2 files changed, 21 insertions(+), 6 deletions(-)
23631
23632commit adb52e95fb9ad4ac9c56cd5d47bd668f47c33096
23633Author: Jann Horn <jann@thejh.net>
23634Date: Sat Dec 26 06:00:48 2015 +0100
23635
23636 seccomp: always propagate NO_NEW_PRIVS on tsync
23637
23638 Before this patch, a process with some permissive seccomp filter
23639 that was applied by root without NO_NEW_PRIVS was able to add
23640 more filters to itself without setting NO_NEW_PRIVS by setting
23641 the new filter from a throwaway thread with NO_NEW_PRIVS.
23642
23643 Signed-off-by: Jann Horn <jann@thejh.net>
23644 Cc: stable@vger.kernel.org
23645 Signed-off-by: Kees Cook <keescook@chromium.org>
23646
23647 kernel/seccomp.c | 22 +++++++++++-----------
23648 1 files changed, 11 insertions(+), 11 deletions(-)
23649
23650commit b85450498a3bbf269441c8963d7574bb3079c838
23651Merge: 59c216f d14af1f
23652Author: Brad Spengler <spender@grsecurity.net>
23653Date: Fri Jan 29 20:54:13 2016 -0500
23654
23655 Merge branch 'pax-test' into grsec-test
23656
23657commit d14af1f1dd66511f3f0674deee2b572972012b39
23658Author: Brad Spengler <spender@grsecurity.net>
23659Date: Fri Jan 29 20:53:51 2016 -0500
23660
23661 Update to pax-linux-4.3.4-test26.patch:
23662 - Emese fixed a few intentional overflows introduced by gcc, reported by StalkR (https://forums.grsecurity.net/viewtopic.php?f=3&t=4370)
23663
23664 fs/cifs/file.c | 2 +-
23665 fs/gfs2/file.c | 2 +-
23666 .../size_overflow_plugin/intentional_overflow.c | 96 ++++++++++++++++++--
23667 tools/gcc/size_overflow_plugin/size_overflow.h | 2 +
23668 .../size_overflow_plugin/size_overflow_plugin.c | 4 +-
23669 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
23670 .../size_overflow_transform_core.c | 5 +
23671 7 files changed, 102 insertions(+), 15 deletions(-)
23672
23673commit 59c216f13587eacdd692386b7a403ae78ed84fb6
23674Author: Brad Spengler <spender@grsecurity.net>
23675Date: Wed Jan 27 17:57:21 2016 -0500
23676
23677 Fix a size_overflow report reported by Mathias Krause in our
23678 truncation of an loff_t to an unsigned long when being passed
23679 to gr_learn_resource() (as all resource checks are against unsigned long
23680 values)
23681
23682 fs/attr.c | 5 ++++-
23683 1 files changed, 4 insertions(+), 1 deletions(-)
23684
23685commit 70636c6ad60fc1db3af764ecc789b827b7497a97
23686Author: Yuchung Cheng <ycheng@google.com>
23687Date: Wed Jan 6 12:42:38 2016 -0800
23688
23689 tcp: fix zero cwnd in tcp_cwnd_reduction
23690
23691 Patch 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode
23692 conditionally") introduced a bug that cwnd may become 0 when both
23693 inflight and sndcnt are 0 (cwnd = inflight + sndcnt). This may lead
23694 to a div-by-zero if the connection starts another cwnd reduction
23695 phase by setting tp->prior_cwnd to the current cwnd (0) in
23696 tcp_init_cwnd_reduction().
23697
23698 To prevent this we skip PRR operation when nothing is acked or
23699 sacked. Then cwnd must be positive in all cases as long as ssthresh
23700 is positive:
23701
23702 1) The proportional reduction mode
23703 inflight > ssthresh > 0
23704
23705 2) The reduction bound mode
23706 a) inflight == ssthresh > 0
23707
23708 b) inflight < ssthresh
23709 sndcnt > 0 since newly_acked_sacked > 0 and inflight < ssthresh
23710
23711 Therefore in all cases inflight and sndcnt can not both be 0.
23712 We check invalid tp->prior_cwnd to avoid potential div0 bugs.
23713
23714 In reality this bug is triggered only with a sequence of less common
23715 events. For example, the connection is terminating an ECN-triggered
23716 cwnd reduction with an inflight 0, then it receives reordered/old
23717 ACKs or DSACKs from prior transmission (which acks nothing). Or the
23718 connection is in fast recovery stage that marks everything lost,
23719 but fails to retransmit due to local issues, then receives data
23720 packets from other end which acks nothing.
23721
23722 Fixes: 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode conditionally")
23723 Reported-by: Oleksandr Natalenko <oleksandr@natalenko.name>
23724 Signed-off-by: Yuchung Cheng <ycheng@google.com>
23725 Signed-off-by: Neal Cardwell <ncardwell@google.com>
23726 Signed-off-by: Eric Dumazet <edumazet@google.com>
23727 Signed-off-by: David S. Miller <davem@davemloft.net>
23728
23729 net/ipv4/tcp_input.c | 3 +++
23730 1 files changed, 3 insertions(+), 0 deletions(-)
23731
23732commit dac1da2bedbb43195d371c7a192cfeeb45683df0
23733Author: Eric Dumazet <edumazet@google.com>
23734Date: Sun Jan 24 13:53:50 2016 -0800
23735
23736 af_unix: fix struct pid memory leak
23737
23738 Dmitry reported a struct pid leak detected by a syzkaller program.
23739
23740 Bug happens in unix_stream_recvmsg() when we break the loop when a
23741 signal is pending, without properly releasing scm.
23742
23743 Fixes: b3ca9b02b007 ("net: fix multithreaded signal handling in unix recv routines")
23744 Reported-by: Dmitry Vyukov <dvyukov@google.com>
23745 Signed-off-by: Eric Dumazet <edumazet@google.com>
23746 Cc: Rainer Weikusat <rweikusat@mobileactivedefense.com>
23747 Signed-off-by: David S. Miller <davem@davemloft.net>
23748
23749 net/unix/af_unix.c | 1 +
23750 1 files changed, 1 insertions(+), 0 deletions(-)
23751
23752commit 15cc47f127520d1ac0c1fe76d993c2c27f0f2571
23753Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
23754Date: Fri Jan 22 01:39:43 2016 +0100
23755
23756 pptp: fix illegal memory access caused by multiple bind()s
23757
23758 Several times already this has been reported as kasan reports caused by
23759 syzkaller and trinity and people always looked at RCU races, but it is
23760 much more simple. :)
23761
23762 In case we bind a pptp socket multiple times, we simply add it to
23763 the callid_sock list but don't remove the old binding. Thus the old
23764 socket stays in the bucket with unused call_id indexes and doesn't get
23765 cleaned up. This causes various forms of kasan reports which were hard
23766 to pinpoint.
23767
23768 Simply don't allow multiple binds and correct error handling in
23769 pptp_bind. Also keep sk_state bits in place in pptp_connect.
23770
23771 Fixes: 00959ade36acad ("PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)")
23772 Cc: Dmitry Kozlov <xeb@mail.ru>
23773 Cc: Sasha Levin <sasha.levin@oracle.com>
23774 Cc: Dmitry Vyukov <dvyukov@google.com>
23775 Reported-by: Dmitry Vyukov <dvyukov@google.com>
23776 Cc: Dave Jones <davej@codemonkey.org.uk>
23777 Reported-by: Dave Jones <davej@codemonkey.org.uk>
23778 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
23779 Signed-off-by: David S. Miller <davem@davemloft.net>
23780
23781 drivers/net/ppp/pptp.c | 34 ++++++++++++++++++++++++----------
23782 1 files changed, 24 insertions(+), 10 deletions(-)
23783
23784commit e2b7b8c66851c85188fa6dab2d2b2a6c85bc7332
23785Author: Brad Spengler <spender@grsecurity.net>
23786Date: Tue Jan 26 18:17:10 2016 -0500
23787
23788 Add info about cpupower/powertop to GRKERNSEC_KMEM, was present on our
23789 wiki but was removed from the config help at some point
23790
23791 grsecurity/Kconfig | 3 +++
23792 1 files changed, 3 insertions(+), 0 deletions(-)
23793
23794commit ce2e88efa000fc32bfcd84098f57c8ed8310fefc
23795Author: Thomas Egerer <hakke_007@gmx.de>
23796Date: Mon Jan 25 12:58:44 2016 +0100
23797
23798 ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
23799
23800 The ESP algorithms using CBC mode require echainiv. Hence INET*_ESP have
23801 to select CRYPTO_ECHAINIV in order to work properly. This solves the
23802 issues caused by a misconfiguration as described in [1].
23803 The original approach, patching crypto/Kconfig was turned down by
23804 Herbert Xu [2].
23805
23806 [1] https://lists.strongswan.org/pipermail/users/2015-December/009074.html
23807 [2] http://marc.info/?l=linux-crypto-vger&m=145224655809562&w=2
23808
23809 Signed-off-by: Thomas Egerer <hakke_007@gmx.de>
23810 Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
23811 Signed-off-by: David S. Miller <davem@davemloft.net>
23812
23813 net/ipv4/Kconfig | 1 +
23814 net/ipv6/Kconfig | 1 +
23815 2 files changed, 2 insertions(+), 0 deletions(-)
23816
23817commit fca5a303155ea67d28aece0caf2b03ffc3b2668d
23818Merge: 904114c 6339c1f
23819Author: Brad Spengler <spender@grsecurity.net>
23820Date: Tue Jan 26 18:08:40 2016 -0500
23821
23822 Merge branch 'pax-test' into grsec-test
23823
23824commit 6339c1f9a9beafd417bf9f04d4b257e62aeb45b7
23825Author: Brad Spengler <spender@grsecurity.net>
23826Date: Tue Jan 26 18:07:51 2016 -0500
23827
23828 Update to pax-linux-4.3.4-test25.patch:
23829 - 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>
23830 - fixed init_new_context on !MODIFY_LDT_SYSCALL configs, reported by tjh (https://forums.grsecurity.net/viewtopic.php?f=3&t=4368)
23831 - fixed a few REFCOUNT false positives in SNMP related statistics
23832
23833 arch/x86/Kconfig | 2 +-
23834 arch/x86/include/asm/mmu_context.h | 17 +++++++++++++++++
23835 include/net/snmp.h | 10 +++++-----
23836 kernel/fork.c | 11 +++++++++--
23837 net/ipv4/proc.c | 8 ++++----
23838 net/ipv6/addrconf.c | 4 ++--
23839 net/ipv6/proc.c | 10 +++++-----
23840 7 files changed, 43 insertions(+), 19 deletions(-)
23841
23842commit 904114c2fce3fdff5d57e763da56a78960db4e19
23843Author: Al Viro <viro@zeniv.linux.org.uk>
23844Date: Fri Jan 22 18:08:52 2016 -0500
23845
23846 make sure that freeing shmem fast symlinks is RCU-delayed
23847
23848 Cc: stable@vger.kernel.org # v4.2+
23849 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
23850
23851 include/linux/shmem_fs.h | 5 +----
23852 mm/shmem.c | 9 ++++-----
23853 2 files changed, 5 insertions(+), 9 deletions(-)
23854
23855commit ab86adee64312a2f827dd516cb199521327943ed
23856Author: Sasha Levin <sasha.levin@oracle.com>
23857Date: Mon Jan 18 19:23:51 2016 -0500
23858
23859 netfilter: nf_conntrack: use safer way to lock all buckets
23860
23861 When we need to lock all buckets in the connection hashtable we'd attempt to
23862 lock 1024 spinlocks, which is way more preemption levels than supported by
23863 the kernel. Furthermore, this behavior was hidden by checking if lockdep is
23864 enabled, and if it was - use only 8 buckets(!).
23865
23866 Fix this by using a global lock and synchronize all buckets on it when we
23867 need to lock them all. This is pretty heavyweight, but is only done when we
23868 need to resize the hashtable, and that doesn't happen often enough (or at all).
23869
23870 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
23871 Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
23872 Reviewed-by: Florian Westphal <fw@strlen.de>
23873 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
23874
23875 Conflicts:
23876
23877 net/netfilter/nfnetlink_cttimeout.c
23878
23879 include/net/netfilter/nf_conntrack_core.h | 8 ++----
23880 net/netfilter/nf_conntrack_core.c | 38 +++++++++++++++++++++-------
23881 net/netfilter/nf_conntrack_helper.c | 2 +-
23882 net/netfilter/nf_conntrack_netlink.c | 2 +-
23883 4 files changed, 33 insertions(+), 17 deletions(-)
23884
23885commit 37014723527225481c720484bb788a1a6358072f
23886Author: Willy Tarreau <w@1wt.eu>
23887Date: Mon Jan 18 16:36:09 2016 +0100
23888
23889 pipe: limit the per-user amount of pages allocated in pipes
23890
23891 On no-so-small systems, it is possible for a single process to cause an
23892 OOM condition by filling large pipes with data that are never read. A
23893 typical process filling 4000 pipes with 1 MB of data will use 4 GB of
23894 memory. On small systems it may be tricky to set the pipe max size to
23895 prevent this from happening.
23896
23897 This patch makes it possible to enforce a per-user soft limit above
23898 which new pipes will be limited to a single page, effectively limiting
23899 them to 4 kB each, as well as a hard limit above which no new pipes may
23900 be created for this user. This has the effect of protecting the system
23901 against memory abuse without hurting other users, and still allowing
23902 pipes to work correctly though with less data at once.
23903
23904 The limit are controlled by two new sysctls : pipe-user-pages-soft, and
23905 pipe-user-pages-hard. Both may be disabled by setting them to zero. The
23906 default soft limit allows the default number of FDs per process (1024)
23907 to create pipes of the default size (64kB), thus reaching a limit of 64MB
23908 before starting to create only smaller pipes. With 256 processes limited
23909 to 1024 FDs each, this results in 1024*64kB + (256*1024 - 1024) * 4kB =
23910 1084 MB of memory allocated for a user. The hard limit is disabled by
23911 default to avoid breaking existing applications that make intensive use
23912 of pipes (eg: for splicing).
23913
23914 Reported-by: socketpair@gmail.com
23915 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
23916 Mitigates: CVE-2013-4312 (Linux 2.0+)
23917 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
23918 Signed-off-by: Willy Tarreau <w@1wt.eu>
23919 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
23920
23921 Documentation/sysctl/fs.txt | 23 +++++++++++++++++++++
23922 fs/pipe.c | 47 +++++++++++++++++++++++++++++++++++++++++-
23923 include/linux/pipe_fs_i.h | 4 +++
23924 include/linux/sched.h | 1 +
23925 kernel/sysctl.c | 14 ++++++++++++
23926 5 files changed, 87 insertions(+), 2 deletions(-)
23927
23928commit 51645fa198d194f746651dcfbc5f24a4cf8b9fb8
23929Merge: 540f2af 7791ecb
23930Author: Brad Spengler <spender@grsecurity.net>
23931Date: Sat Jan 23 10:57:11 2016 -0500
23932
23933 Merge branch 'pax-test' into grsec-test
23934
23935commit 7791ecb84f840343a5646236fd0d34e1fb450793
23936Merge: 470069c 399588c
23937Author: Brad Spengler <spender@grsecurity.net>
23938Date: Sat Jan 23 10:56:47 2016 -0500
23939
23940 Merge branch 'linux-4.3.y' into pax-test
23941
23942commit 540f2affebd42cdc26a699208ab4f1cb0cb75e33
23943Author: Brad Spengler <spender@grsecurity.net>
23944Date: Tue Jan 19 21:18:47 2016 -0500
23945
23946 Update size_overflow hash table
23947
23948 .../size_overflow_plugin/size_overflow_hash.data | 4 +++-
23949 1 files changed, 3 insertions(+), 1 deletions(-)
23950
23951commit 7e649765626a28437f573f0fbe7a51a04615f041
23952Author: Brad Spengler <spender@grsecurity.net>
23953Date: Tue Jan 19 20:29:46 2016 -0500
23954
23955 Backport fix from: https://lkml.org/lkml/2015/12/13/187
23956
23957 fs/ext4/extents.c | 2 +-
23958 1 files changed, 1 insertions(+), 1 deletions(-)
23959
23960commit 53b859cd0a5f5b6ad54fe0c879dfedaa3c5a3005
23961Author: Jann Horn <jann@thejh.net>
23962Date: Tue Jan 5 18:27:30 2016 +0100
23963
23964 compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)
23965
23966 This replaces all code in fs/compat_ioctl.c that translated
23967 ioctl arguments into a in-kernel structure, then performed
23968 do_ioctl under set_fs(KERNEL_DS), with code that allocates
23969 data on the user stack and can call the VFS ioctl handler
23970 under USER_DS.
23971
23972 This is done as a hardening measure because the caller
23973 does not know what kind of ioctl handler will be invoked,
23974 only that no corresponding compat_ioctl handler exists and
23975 what the ioctl command number is. The accidental
23976 invocation of an unlocked_ioctl handler that unexpectedly
23977 calls copy_to_user could be a severe security issue.
23978
23979 Signed-off-by: Jann Horn <jann@thejh.net>
23980 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
23981
23982 Conflicts:
23983
23984 fs/compat_ioctl.c
23985
23986 fs/compat_ioctl.c | 130 ++++++++++++++++++++++++++++-------------------------
23987 1 files changed, 68 insertions(+), 62 deletions(-)
23988
23989commit 3e89e770ae27e931cd1583f021abac41eeebc3e7
23990Author: Al Viro <viro@zeniv.linux.org.uk>
23991Date: Thu Jan 7 09:53:30 2016 -0500
23992
23993 compat_ioctl: don't pass fd around when not needed
23994
23995 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
23996
23997 fs/compat_ioctl.c | 103 ++++++++++++++++++++++++++--------------------------
23998 fs/internal.h | 7 ++++
23999 fs/ioctl.c | 4 +-
24000 include/linux/fs.h | 2 -
24001 4 files changed, 61 insertions(+), 55 deletions(-)
24002
24003commit 9d4e04082752d4d2d68445c4e6faf33a2613df55
24004Author: Jann Horn <jann@thejh.net>
24005Date: Tue Jan 5 18:27:29 2016 +0100
24006
24007 compat_ioctl: don't look up the fd twice
24008
24009 In code in fs/compat_ioctl.c that translates ioctl arguments
24010 into a in-kernel structure, then performs sys_ioctl, possibly
24011 under set_fs(KERNEL_DS), this commit changes the sys_ioctl
24012 calls to do_ioctl calls. do_ioctl is a new function that does
24013 the same thing as sys_ioctl, but doesn't look up the fd again.
24014
24015 This change is made to avoid (potential) security issues
24016 because of ioctl handlers that accept one of the ioctl
24017 commands I2C_FUNCS, VIDEO_GET_EVENT, MTIOCPOS, MTIOCGET,
24018 TIOCGSERIAL, TIOCSSERIAL, RTC_IRQP_READ, RTC_EPOCH_READ.
24019 This can happen for multiple reasons:
24020
24021 - The ioctl command number could be reused.
24022 - The ioctl handler might not check the full ioctl
24023 command. This is e.g. true for drm_ioctl.
24024 - The ioctl handler is very special, e.g. cuse_file_ioctl
24025
24026 The real issue is that set_fs(KERNEL_DS) is used here,
24027 but that's fixed in a separate commit
24028 "compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)".
24029
24030 This change mitigates potential security issues by
24031 preventing a race that permits invocation of
24032 unlocked_ioctl handlers under KERNEL_DS through compat
24033 code even if a corresponding compat_ioctl handler exists.
24034
24035 So far, no way has been identified to use this to damage
24036 kernel memory without having CAP_SYS_ADMIN in the init ns
24037 (with the capability, doing reads/writes at arbitrary
24038 kernel addresses should be easy through CUSE's ioctl
24039 handler with FUSE_IOCTL_UNRESTRICTED set).
24040
24041 [AV: two missed sys_ioctl() taken care of]
24042
24043 Signed-off-by: Jann Horn <jann@thejh.net>
24044 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
24045
24046 fs/compat_ioctl.c | 122 +++++++++++++++++++++++++++++-----------------------
24047 1 files changed, 68 insertions(+), 54 deletions(-)
24048
24049commit 5bf9e1ed4ebb278cd956ba142914fc04a024309c
24050Author: Vasily Kulikov <segoon@openwall.com>
24051Date: Fri Jan 15 16:57:55 2016 -0800
24052
24053 include/linux/poison.h: use POISON_POINTER_DELTA for poison pointers
24054
24055 TIMER_ENTRY_STATIC is defined as a poison pointers which
24056 should point to nowhere. Redefine them using POISON_POINTER_DELTA
24057 arithmetics to make sure they really point to non-mappable area declared
24058 by the target architecture.
24059
24060 Signed-off-by: Vasily Kulikov <segoon@openwall.com>
24061 Acked-by: Thomas Gleixner <tglx@linutronix.de>
24062 Cc: Solar Designer <solar@openwall.com>
24063 Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
24064 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
24065 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
24066
24067 Conflicts:
24068
24069 include/linux/poison.h
24070
24071 include/linux/poison.h | 2 +-
24072 1 files changed, 1 insertions(+), 1 deletions(-)
24073
24074commit 60f2e0a05ab8f56c804a9334a23e2b446305d110
24075Author: Brad Spengler <spender@grsecurity.net>
24076Date: Tue Jan 19 19:41:44 2016 -0500
24077
24078 Fix ARM compilation, reported by Austin Sepp
24079
24080 grsecurity/grsec_sig.c | 1 +
24081 1 files changed, 1 insertions(+), 0 deletions(-)
24082
24083commit e15383743443dc43460a2fd73e0db0b608610dca
24084Author: Takashi Iwai <tiwai@suse.de>
24085Date: Mon Jan 18 13:52:47 2016 +0100
24086
24087 ALSA: hrtimer: Fix stall by hrtimer_cancel()
24088
24089 hrtimer_cancel() waits for the completion from the callback, thus it
24090 must not be called inside the callback itself. This was already a
24091 problem in the past with ALSA hrtimer driver, and the early commit
24092 [fcfdebe70759: ALSA: hrtimer - Fix lock-up] tried to address it.
24093
24094 However, the previous fix is still insufficient: it may still cause a
24095 lockup when the ALSA timer instance reprograms itself in its callback.
24096 Then it invokes the start function even in snd_timer_interrupt() that
24097 is called in hrtimer callback itself, results in a CPU stall. This is
24098 no hypothetical problem but actually triggered by syzkaller fuzzer.
24099
24100 This patch tries to fix the issue again. Now we call
24101 hrtimer_try_to_cancel() at both start and stop functions so that it
24102 won't fall into a deadlock, yet giving some chance to cancel the queue
24103 if the functions have been called outside the callback. The proper
24104 hrtimer_cancel() is called in anyway at closing, so this should be
24105 enough.
24106
24107 Reported-and-tested-by: Dmitry Vyukov <dvyukov@google.com>
24108 Cc: <stable@vger.kernel.org>
24109 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24110
24111 sound/core/hrtimer.c | 3 ++-
24112 1 files changed, 2 insertions(+), 1 deletions(-)
24113
24114commit 12d874daf706e6e7c1ae709141859c809599297e
24115Author: Takashi Iwai <tiwai@suse.de>
24116Date: Tue Jan 12 12:38:02 2016 +0100
24117
24118 ALSA: seq: Fix missing NULL check at remove_events ioctl
24119
24120 snd_seq_ioctl_remove_events() calls snd_seq_fifo_clear()
24121 unconditionally even if there is no FIFO assigned, and this leads to
24122 an Oops due to NULL dereference. The fix is just to add a proper NULL
24123 check.
24124
24125 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24126 Tested-by: Dmitry Vyukov <dvyukov@google.com>
24127 Cc: <stable@vger.kernel.org>
24128 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24129
24130 sound/core/seq/seq_clientmgr.c | 2 +-
24131 1 files changed, 1 insertions(+), 1 deletions(-)
24132
24133commit 2eb0632df1351378946507e7ef7ba0682632a7b5
24134Author: Takashi Iwai <tiwai@suse.de>
24135Date: Tue Jan 12 15:36:27 2016 +0100
24136
24137 ALSA: seq: Fix race at timer setup and close
24138
24139 ALSA sequencer code has an open race between the timer setup ioctl and
24140 the close of the client. This was triggered by syzkaller fuzzer, and
24141 a use-after-free was caught there as a result.
24142
24143 This patch papers over it by adding a proper queue->timer_mutex lock
24144 around the timer-related calls in the relevant code path.
24145
24146 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24147 Tested-by: Dmitry Vyukov <dvyukov@google.com>
24148 Cc: <stable@vger.kernel.org>
24149 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24150
24151 sound/core/seq/seq_queue.c | 2 ++
24152 1 files changed, 2 insertions(+), 0 deletions(-)
24153
24154commit b9e55ab955e59b4a636d78a748be90334a48b485
24155Author: Takashi Iwai <tiwai@suse.de>
24156Date: Thu Jan 14 16:30:58 2016 +0100
24157
24158 ALSA: timer: Harden slave timer list handling
24159
24160 A slave timer instance might be still accessible in a racy way while
24161 operating the master instance as it lacks of locking. Since the
24162 master operation is mostly protected with timer->lock, we should cope
24163 with it while changing the slave instance, too. Also, some linked
24164 lists (active_list and ack_list) of slave instances aren't unlinked
24165 immediately at stopping or closing, and this may lead to unexpected
24166 accesses.
24167
24168 This patch tries to address these issues. It adds spin lock of
24169 timer->lock (either from master or slave, which is equivalent) in a
24170 few places. For avoiding a deadlock, we ensure that the global
24171 slave_active_lock is always locked at first before each timer lock.
24172
24173 Also, ack and active_list of slave instances are properly unlinked at
24174 snd_timer_stop() and snd_timer_close().
24175
24176 Last but not least, remove the superfluous call of _snd_timer_stop()
24177 at removing slave links. This is a noop, and calling it may confuse
24178 readers wrt locking. Further cleanup will follow in a later patch.
24179
24180 Actually we've got reports of use-after-free by syzkaller fuzzer, and
24181 this hopefully fixes these issues.
24182
24183 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24184 Cc: <stable@vger.kernel.org>
24185 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24186
24187 sound/core/timer.c | 18 ++++++++++++++----
24188 1 files changed, 14 insertions(+), 4 deletions(-)
24189
24190commit f1ce0547bdfda1b42ae8a66c222f2a897cbe1586
24191Author: Takashi Iwai <tiwai@suse.de>
24192Date: Wed Jan 13 17:48:01 2016 +0100
24193
24194 ALSA: timer: Fix race among timer ioctls
24195
24196 ALSA timer ioctls have an open race and this may lead to a
24197 use-after-free of timer instance object. A simplistic fix is to make
24198 each ioctl exclusive. We have already tread_sem for controlling the
24199 tread, and extend this as a global mutex to be applied to each ioctl.
24200
24201 The downside is, of course, the worse concurrency. But these ioctls
24202 aren't to be parallel accessible, in anyway, so it should be fine to
24203 serialize there.
24204
24205 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24206 Tested-by: Dmitry Vyukov <dvyukov@google.com>
24207 Cc: <stable@vger.kernel.org>
24208 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24209
24210 sound/core/timer.c | 32 +++++++++++++++++++-------------
24211 1 files changed, 19 insertions(+), 13 deletions(-)
24212
24213commit 8347d8461ed48a98f9c76cc3cfcdad8217d314bc
24214Author: Takashi Iwai <tiwai@suse.de>
24215Date: Wed Jan 13 21:35:06 2016 +0100
24216
24217 ALSA: timer: Fix double unlink of active_list
24218
24219 ALSA timer instance object has a couple of linked lists and they are
24220 unlinked unconditionally at snd_timer_stop(). Meanwhile
24221 snd_timer_interrupt() unlinks it, but it calls list_del() which leaves
24222 the element list itself unchanged. This ends up with unlinking twice,
24223 and it was caught by syzkaller fuzzer.
24224
24225 The fix is to use list_del_init() variant properly there, too.
24226
24227 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24228 Tested-by: Dmitry Vyukov <dvyukov@google.com>
24229 Cc: <stable@vger.kernel.org>
24230 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24231
24232 sound/core/timer.c | 2 +-
24233 1 files changed, 1 insertions(+), 1 deletions(-)
24234
24235commit 243aebb7ae71d6e11ea9880faa893d1d0d60cd75
24236Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
24237Date: Mon Jan 18 18:03:48 2016 +0100
24238
24239 ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack
24240
24241 It was seen that defective configurations of openvswitch could overwrite
24242 the STACK_END_MAGIC and cause a hard crash of the kernel because of too
24243 many recursions within ovs.
24244
24245 This problem arises due to the high stack usage of openvswitch. The rest
24246 of the kernel is fine with the current limit of 10 (RECURSION_LIMIT).
24247
24248 We use the already existing recursion counter in ovs_execute_actions to
24249 implement an upper bound of 5 recursions.
24250
24251 Cc: Pravin Shelar <pshelar@ovn.org>
24252 Cc: Simon Horman <simon.horman@netronome.com>
24253 Cc: Eric Dumazet <eric.dumazet@gmail.com>
24254 Cc: Simon Horman <simon.horman@netronome.com>
24255 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
24256 Signed-off-by: David S. Miller <davem@davemloft.net>
24257
24258 net/openvswitch/actions.c | 19 ++++++++++++++-----
24259 1 files changed, 14 insertions(+), 5 deletions(-)
24260
24261commit 8080793479c6d5befe37a67b1dbd9e4e0a61af96
24262Author: Ursula Braun <ursula.braun@de.ibm.com>
24263Date: Tue Jan 19 10:41:33 2016 +0100
24264
24265 af_iucv: Validate socket address length in iucv_sock_bind()
24266
24267 Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
24268 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24269 Reviewed-by: Evgeny Cherkashin <Eugene.Crosser@ru.ibm.com>
24270 Signed-off-by: David S. Miller <davem@davemloft.net>
24271
24272 net/iucv/af_iucv.c | 3 +++
24273 1 files changed, 3 insertions(+), 0 deletions(-)
24274
24275commit 50a383c1c91ed7409c3cbdd41e662d6891463d1b
24276Author: Brad Spengler <spender@grsecurity.net>
24277Date: Tue Jan 19 19:32:54 2016 -0500
24278
24279 Apply the same fix as everyone else for the recent keys vulnerability that is
24280 unexploitable under PAX_REFCOUNT
24281
24282 Make a couple more changes that no one else can/will
24283
24284 include/linux/key-type.h | 4 ++--
24285 ipc/msgutil.c | 4 ++--
24286 security/keys/internal.h | 2 +-
24287 security/keys/process_keys.c | 1 +
24288 4 files changed, 6 insertions(+), 5 deletions(-)
24289
24290commit b56c3a63f431c193400aee17543021950bd14bc4
24291Merge: 38b1a3d 470069c
24292Author: Brad Spengler <spender@grsecurity.net>
24293Date: Sun Jan 17 18:30:19 2016 -0500
24294
24295 Merge branch 'pax-test' into grsec-test
24296
24297commit 470069cfedef2180313233d275be5901bd6d1135
24298Author: Brad Spengler <spender@grsecurity.net>
24299Date: Sun Jan 17 18:29:59 2016 -0500
24300
24301 Update to pax-linux-4.3.3-test22.patch:
24302 - Emesed fixed a gcc induced intentional integer overflow in asix_rx_fixup_internal, reported by thomas callison caffrey
24303 - fixed some more fallout from the drm_drivers constification, reported by Colin Childs and Toralf Foerster
24304
24305 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 ++++----------
24306 drivers/gpu/drm/drm_pci.c | 3 +++
24307 drivers/gpu/drm/gma500/psb_drv.c | 4 ----
24308 drivers/gpu/drm/i915/i915_drv.c | 16 ++++++++--------
24309 drivers/gpu/drm/nouveau/nouveau_drm.c | 6 +++---
24310 drivers/gpu/drm/radeon/radeon_drv.c | 4 +---
24311 drivers/net/usb/asix_common.c | 3 ++-
24312 include/drm/drmP.h | 1 +
24313 8 files changed, 22 insertions(+), 29 deletions(-)
24314
24315commit 38b1a3d676f407865c3d41840df8213c5ad639c1
24316Author: Brad Spengler <spender@grsecurity.net>
24317Date: Sun Jan 17 12:33:53 2016 -0500
24318
24319 As reported by Luis Ressel, the Kconfig help for GRKERNSEC_BRUTE
24320 mentioned banning execution of suid/sgid binaries, though the kernel
24321 source clearly only mentions banning execution of suid binaries. Since
24322 there's no reason for us to not ban execution of sgid binaries as well,
24323 make the implementation match the Kconfig description.
24324
24325 fs/exec.c | 4 ++--
24326 grsecurity/grsec_sig.c | 27 ++++++++++++++-------------
24327 include/linux/sched.h | 4 ++--
24328 3 files changed, 18 insertions(+), 17 deletions(-)
24329
24330commit 8c3bcb7dbf7f606acfa0983e81f0f928da1f1ace
24331Merge: d141a86 ea4a835
24332Author: Brad Spengler <spender@grsecurity.net>
24333Date: Sat Jan 16 14:12:22 2016 -0500
24334
24335 Merge branch 'pax-test' into grsec-test
24336
24337 Conflicts:
24338 drivers/gpu/drm/i810/i810_drv.c
24339
24340commit ea4a835328ada6513ac013986764d6caea8cd348
24341Author: Brad Spengler <spender@grsecurity.net>
24342Date: Sat Jan 16 14:11:30 2016 -0500
24343
24344 Update to pax-linux-4.3.3-test21.patch:
24345 - fixed some fallout from the drm_drivers constification, reported by spender
24346
24347 drivers/gpu/drm/armada/armada_drv.c | 3 +--
24348 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
24349 drivers/gpu/drm/i810/i810_dma.c | 2 +-
24350 drivers/gpu/drm/i810/i810_drv.c | 6 +++++-
24351 drivers/gpu/drm/i810/i810_drv.h | 2 +-
24352 5 files changed, 8 insertions(+), 6 deletions(-)
24353
24354commit d141a86fd66194bc3f896b6809b189e2f12a9a83
24355Author: Brad Spengler <spender@grsecurity.net>
24356Date: Sat Jan 16 13:16:36 2016 -0500
24357
24358 compile fix
24359
24360 drivers/gpu/drm/i810/i810_dma.c | 2 +-
24361 drivers/gpu/drm/i810/i810_drv.c | 4 +++-
24362 drivers/gpu/drm/i810/i810_drv.h | 2 +-
24363 3 files changed, 5 insertions(+), 3 deletions(-)
24364
24365commit 0d9dc4b25ea32c14561bcfe6b5b24f1b00fe0270
24366Merge: 5fa135d bbda879
24367Author: Brad Spengler <spender@grsecurity.net>
24368Date: Sat Jan 16 12:59:22 2016 -0500
24369
24370 Merge branch 'pax-test' into grsec-test
24371
24372commit bbda87914edf63e27fb46670bf3a373f2b963c73
24373Author: Brad Spengler <spender@grsecurity.net>
24374Date: Sat Jan 16 12:58:04 2016 -0500
24375
24376 Update to pax-linux-4.3.3-test20.patch:
24377 - constified drm_driver
24378 - Emese fixed a special case in handling __func__ in the initify plugin
24379 - Emese fixed a false positive size overflow report in handling inbufBits, reported by Martin Filo (https://bugs.gentoo.org/show_bug.cgi?id=567048)
24380 - fixed regression that caused perf to not resolve kernel code addresses under KERNEXEC/i386, reported by minipli
24381
24382 arch/x86/kernel/cpu/perf_event.h | 2 +-
24383 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
24384 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
24385 arch/x86/kernel/uprobes.c | 2 +-
24386 arch/x86/mm/mpx.c | 2 +-
24387 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
24388 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 ++-
24389 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
24390 drivers/gpu/drm/drm_pci.c | 6 +-
24391 drivers/gpu/drm/gma500/psb_drv.c | 5 +-
24392 drivers/gpu/drm/i915/i915_dma.c | 2 +-
24393 drivers/gpu/drm/i915/i915_drv.c | 15 ++--
24394 drivers/gpu/drm/i915/i915_drv.h | 2 +-
24395 drivers/gpu/drm/i915/i915_irq.c | 88 ++++++++++----------
24396 drivers/gpu/drm/mga/mga_drv.c | 5 +-
24397 drivers/gpu/drm/mga/mga_drv.h | 2 +-
24398 drivers/gpu/drm/mga/mga_state.c | 2 +-
24399 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 ++--
24400 drivers/gpu/drm/qxl/qxl_drv.c | 8 ++-
24401 drivers/gpu/drm/qxl/qxl_ioctl.c | 2 +-
24402 drivers/gpu/drm/r128/r128_drv.c | 4 +-
24403 drivers/gpu/drm/r128/r128_drv.h | 2 +-
24404 drivers/gpu/drm/r128/r128_state.c | 2 +-
24405 drivers/gpu/drm/radeon/radeon_drv.c | 17 +++-
24406 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
24407 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
24408 drivers/gpu/drm/radeon/radeon_state.c | 2 +-
24409 drivers/gpu/drm/savage/savage_bci.c | 2 +-
24410 drivers/gpu/drm/savage/savage_drv.c | 5 +-
24411 drivers/gpu/drm/savage/savage_drv.h | 2 +-
24412 drivers/gpu/drm/sis/sis_drv.c | 5 +-
24413 drivers/gpu/drm/sis/sis_drv.h | 2 +-
24414 drivers/gpu/drm/sis/sis_mm.c | 2 +-
24415 drivers/gpu/drm/via/via_dma.c | 2 +-
24416 drivers/gpu/drm/via/via_drv.c | 5 +-
24417 drivers/gpu/drm/via/via_drv.h | 2 +-
24418 include/drm/drmP.h | 2 +-
24419 mm/slab.c | 2 +-
24420 net/sunrpc/xprtrdma/svc_rdma.c | 6 +-
24421 tools/gcc/initify_plugin.c | 15 +++-
24422 .../disable_size_overflow_hash.data | 1 +
24423 .../size_overflow_plugin/size_overflow_hash.data | 3 +-
24424 42 files changed, 156 insertions(+), 110 deletions(-)
24425
24426commit 5fa135dc116350e0205c39ef65eaf6496ed2748a
24427Author: Brad Spengler <spender@grsecurity.net>
24428Date: Sat Jan 16 12:19:23 2016 -0500
24429
24430 compile fix
24431
24432 grsecurity/grsec_sig.c | 3 +--
24433 1 files changed, 1 insertions(+), 2 deletions(-)
24434
24435commit a9090fa58f33f75c7450fda5721a9b13625a47d9
24436Author: Brad Spengler <spender@grsecurity.net>
24437Date: Sat Jan 16 12:10:37 2016 -0500
24438
24439 As pointed out by Jann Horn, some distros are starting to circumvent
24440 previous assumptions about the attainability of a user to control
24441 multiple UIDs by handing out suid binaries that allow a user to run
24442 processes (including exploits) under a number of other pre-defined
24443 UIDs. As this could potentially be used to bypass GRKERNSEC_BRUTE
24444 (though it would have to involve some code path that doesn't involve
24445 locks) fix that here by ensuring no more than 8 users on a system can
24446 be banned before a reboot is required. If more are banned, a panic
24447 is triggered.
24448
24449 grsecurity/grsec_sig.c | 8 ++++++++
24450 1 files changed, 8 insertions(+), 0 deletions(-)
24451
24452commit a8d37776e9521c567ebff6730d49312f72435f08
24453Author: Eric Dumazet <edumazet@google.com>
24454Date: Thu Dec 3 11:12:07 2015 -0800
24455
24456 proc: add a reschedule point in proc_readfd_common()
24457
24458 User can pass an arbitrary large buffer to getdents().
24459
24460 It is typically a 32KB buffer used by libc scandir() implementation.
24461
24462 When scanning /proc/{pid}/fd, we can hold cpu way too long,
24463 so add a cond_resched() to be kind with other tasks.
24464
24465 We've seen latencies of more than 50ms on real workloads.
24466
24467 Signed-off-by: Eric Dumazet <edumazet@google.com>
24468 Cc: Alexander Viro <viro@zeniv.linux.org.uk>
24469 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
24470
24471 fs/proc/fd.c | 1 +
24472 1 files changed, 1 insertions(+), 0 deletions(-)
24473
24474commit 0adba75f8708f13b1f5d98ebe3fc2fb961e100c8
24475Author: Rabin Vincent <rabin@rab.in>
24476Date: Tue Jan 12 20:17:08 2016 +0100
24477
24478 net: bpf: reject invalid shifts
24479
24480 On ARM64, a BUG() is triggered in the eBPF JIT if a filter with a
24481 constant shift that can't be encoded in the immediate field of the
24482 UBFM/SBFM instructions is passed to the JIT. Since these shifts
24483 amounts, which are negative or >= regsize, are invalid, reject them in
24484 the eBPF verifier and the classic BPF filter checker, for all
24485 architectures.
24486
24487 Signed-off-by: Rabin Vincent <rabin@rab.in>
24488 Acked-by: Alexei Starovoitov <ast@kernel.org>
24489 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
24490 Signed-off-by: David S. Miller <davem@davemloft.net>
24491
24492 kernel/bpf/verifier.c | 10 ++++++++++
24493 net/core/filter.c | 5 +++++
24494 2 files changed, 15 insertions(+), 0 deletions(-)
24495
24496commit c248e115a73496625a1c64660d0eeefd67e55cbf
24497Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
24498Date: Fri Jan 8 11:00:54 2016 -0200
24499
24500 sctp: fix use-after-free in pr_debug statement
24501
24502 Dmitry Vyukov reported a use-after-free in the code expanded by the
24503 macro debug_post_sfx, which is caused by the use of the asoc pointer
24504 after it was freed within sctp_side_effect() scope.
24505
24506 This patch fixes it by allowing sctp_side_effect to clear that asoc
24507 pointer when the TCB is freed.
24508
24509 As Vlad explained, we also have to cover the SCTP_DISPOSITION_ABORT case
24510 because it will trigger DELETE_TCB too on that same loop.
24511
24512 Also, there were places issuing SCTP_CMD_INIT_FAILED and ASSOC_FAILED
24513 but returning SCTP_DISPOSITION_CONSUME, which would fool the scheme
24514 above. Fix it by returning SCTP_DISPOSITION_ABORT instead.
24515
24516 The macro is already prepared to handle such NULL pointer.
24517
24518 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24519 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
24520 Acked-by: Vlad Yasevich <vyasevich@gmail.com>
24521 Signed-off-by: David S. Miller <davem@davemloft.net>
24522
24523 net/sctp/sm_sideeffect.c | 11 ++++++-----
24524 net/sctp/sm_statefuns.c | 17 ++++-------------
24525 2 files changed, 10 insertions(+), 18 deletions(-)
24526
24527commit 395ea8a9e73e184fc14153a033000bccf4213213
24528Author: willy tarreau <w@1wt.eu>
24529Date: Sun Jan 10 07:54:56 2016 +0100
24530
24531 unix: properly account for FDs passed over unix sockets
24532
24533 It is possible for a process to allocate and accumulate far more FDs than
24534 the process' limit by sending them over a unix socket then closing them
24535 to keep the process' fd count low.
24536
24537 This change addresses this problem by keeping track of the number of FDs
24538 in flight per user and preventing non-privileged processes from having
24539 more FDs in flight than their configured FD limit.
24540
24541 Reported-by: socketpair@gmail.com
24542 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
24543 Mitigates: CVE-2013-4312 (Linux 2.0+)
24544 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
24545 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
24546 Signed-off-by: Willy Tarreau <w@1wt.eu>
24547 Signed-off-by: David S. Miller <davem@davemloft.net>
24548
24549 include/linux/sched.h | 1 +
24550 net/unix/af_unix.c | 24 ++++++++++++++++++++----
24551 net/unix/garbage.c | 13 ++++++++-----
24552 3 files changed, 29 insertions(+), 9 deletions(-)
24553
24554commit cb207ab8fbd71dcfc4a49d533aba8085012543fd
24555Author: Sasha Levin <sasha.levin@oracle.com>
24556Date: Thu Jan 7 14:52:43 2016 -0500
24557
24558 net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
24559
24560 proc_dostring() needs an initialized destination string, while the one
24561 provided in proc_sctp_do_hmac_alg() contains stack garbage.
24562
24563 Thus, writing to cookie_hmac_alg would strlen() that garbage and end up
24564 accessing invalid memory.
24565
24566 Fixes: 3c68198e7 ("sctp: Make hmac algorithm selection for cookie generation dynamic")
24567 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
24568 Signed-off-by: David S. Miller <davem@davemloft.net>
24569
24570 net/sctp/sysctl.c | 2 +-
24571 1 files changed, 1 insertions(+), 1 deletions(-)
24572
24573commit 4014e09faf0fe9054119624ccfff1236e886b554
24574Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
24575Date: Tue Nov 24 17:13:21 2015 -0500
24576
24577 RDS: fix race condition when sending a message on unbound socket
24578
24579 commit 8c7188b23474cca017b3ef354c4a58456f68303a upstream.
24580
24581 Sasha's found a NULL pointer dereference in the RDS connection code when
24582 sending a message to an apparently unbound socket. The problem is caused
24583 by the code checking if the socket is bound in rds_sendmsg(), which checks
24584 the rs_bound_addr field without taking a lock on the socket. This opens a
24585 race where rs_bound_addr is temporarily set but where the transport is not
24586 in rds_bind(), leading to a NULL pointer dereference when trying to
24587 dereference 'trans' in __rds_conn_create().
24588
24589 Vegard wrote a reproducer for this issue, so kindly ask him to share if
24590 you're interested.
24591
24592 I cannot reproduce the NULL pointer dereference using Vegard's reproducer
24593 with this patch, whereas I could without.
24594
24595 Complete earlier incomplete fix to CVE-2015-6937:
24596
24597 74e98eb08588 ("RDS: verify the underlying transport exists before creating a connection")
24598
24599 Cc: David S. Miller <davem@davemloft.net>
24600
24601 Reviewed-by: Vegard Nossum <vegard.nossum@oracle.com>
24602 Reviewed-by: Sasha Levin <sasha.levin@oracle.com>
24603 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
24604 Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com>
24605 Signed-off-by: David S. Miller <davem@davemloft.net>
24606 Signed-off-by: Jiri Slaby <jslaby@suse.cz>
24607
24608 Conflicts:
24609
24610 net/rds/send.c
24611
24612 net/rds/connection.c | 6 ------
24613 1 files changed, 0 insertions(+), 6 deletions(-)
24614
24615commit 206df8d01104344d7588d801016a281a4cd25556
24616Author: Sasha Levin <sasha.levin@oracle.com>
24617Date: Tue Sep 8 10:53:40 2015 -0400
24618
24619 RDS: verify the underlying transport exists before creating a connection
24620
24621 There was no verification that an underlying transport exists when creating
24622 a connection, this would cause dereferencing a NULL ptr.
24623
24624 It might happen on sockets that weren't properly bound before attempting to
24625 send a message, which will cause a NULL ptr deref:
24626
24627 [135546.047719] kasan: GPF could be caused by NULL-ptr deref or user memory accessgeneral protection fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC KASAN
24628 [135546.051270] Modules linked in:
24629 [135546.051781] CPU: 4 PID: 15650 Comm: trinity-c4 Not tainted 4.2.0-next-20150902-sasha-00041-gbaa1222-dirty #2527
24630 [135546.053217] task: ffff8800835bc000 ti: ffff8800bc708000 task.ti: ffff8800bc708000
24631 [135546.054291] RIP: __rds_conn_create (net/rds/connection.c:194)
24632 [135546.055666] RSP: 0018:ffff8800bc70fab0 EFLAGS: 00010202
24633 [135546.056457] RAX: dffffc0000000000 RBX: 0000000000000f2c RCX: ffff8800835bc000
24634 [135546.057494] RDX: 0000000000000007 RSI: ffff8800835bccd8 RDI: 0000000000000038
24635 [135546.058530] RBP: ffff8800bc70fb18 R08: 0000000000000001 R09: 0000000000000000
24636 [135546.059556] R10: ffffed014d7a3a23 R11: ffffed014d7a3a21 R12: 0000000000000000
24637 [135546.060614] R13: 0000000000000001 R14: ffff8801ec3d0000 R15: 0000000000000000
24638 [135546.061668] FS: 00007faad4ffb700(0000) GS:ffff880252000000(0000) knlGS:0000000000000000
24639 [135546.062836] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
24640 [135546.063682] CR2: 000000000000846a CR3: 000000009d137000 CR4: 00000000000006a0
24641 [135546.064723] Stack:
24642 [135546.065048] ffffffffafe2055c ffffffffafe23fc1 ffffed00493097bf ffff8801ec3d0008
24643 [135546.066247] 0000000000000000 00000000000000d0 0000000000000000 ac194a24c0586342
24644 [135546.067438] 1ffff100178e1f78 ffff880320581b00 ffff8800bc70fdd0 ffff880320581b00
24645 [135546.068629] Call Trace:
24646 [135546.069028] ? __rds_conn_create (include/linux/rcupdate.h:856 net/rds/connection.c:134)
24647 [135546.069989] ? rds_message_copy_from_user (net/rds/message.c:298)
24648 [135546.071021] rds_conn_create_outgoing (net/rds/connection.c:278)
24649 [135546.071981] rds_sendmsg (net/rds/send.c:1058)
24650 [135546.072858] ? perf_trace_lock (include/trace/events/lock.h:38)
24651 [135546.073744] ? lockdep_init (kernel/locking/lockdep.c:3298)
24652 [135546.074577] ? rds_send_drop_to (net/rds/send.c:976)
24653 [135546.075508] ? __might_fault (./arch/x86/include/asm/current.h:14 mm/memory.c:3795)
24654 [135546.076349] ? __might_fault (mm/memory.c:3795)
24655 [135546.077179] ? rds_send_drop_to (net/rds/send.c:976)
24656 [135546.078114] sock_sendmsg (net/socket.c:611 net/socket.c:620)
24657 [135546.078856] SYSC_sendto (net/socket.c:1657)
24658 [135546.079596] ? SYSC_connect (net/socket.c:1628)
24659 [135546.080510] ? trace_dump_stack (kernel/trace/trace.c:1926)
24660 [135546.081397] ? ring_buffer_unlock_commit (kernel/trace/ring_buffer.c:2479 kernel/trace/ring_buffer.c:2558 kernel/trace/ring_buffer.c:2674)
24661 [135546.082390] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
24662 [135546.083410] ? trace_event_raw_event_sys_enter (include/trace/events/syscalls.h:16)
24663 [135546.084481] ? do_audit_syscall_entry (include/trace/events/syscalls.h:16)
24664 [135546.085438] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
24665 [135546.085515] rds_ib_laddr_check(): addr 36.74.25.172 ret -99 node type -1
24666
24667 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
24668 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
24669 Signed-off-by: David S. Miller <davem@davemloft.net>
24670
24671 net/rds/connection.c | 6 ++++++
24672 1 files changed, 6 insertions(+), 0 deletions(-)
24673
24674commit 173fa03f05cf0ad485d49a42cbdee8844d3a689a
24675Author: Steven Rostedt (Red Hat) <rostedt@goodmis.org>
24676Date: Tue Jan 5 20:32:47 2016 -0500
24677
24678 ftrace/module: Call clean up function when module init fails early
24679
24680 If the module init code fails after calling ftrace_module_init() and before
24681 calling do_init_module(), we can suffer from a memory leak. This is because
24682 ftrace_module_init() allocates pages to store the locations that ftrace
24683 hooks are placed in the module text. If do_init_module() fails, it still
24684 calls the MODULE_GOING notifiers which will tell ftrace to do a clean up of
24685 the pages it allocated for the module. But if load_module() fails before
24686 then, the pages allocated by ftrace_module_init() will never be freed.
24687
24688 Call ftrace_release_mod() on the module if load_module() fails before
24689 getting to do_init_module().
24690
24691 Link: http://lkml.kernel.org/r/567CEA31.1070507@intel.com
24692
24693 Reported-by: "Qiu, PeiyangX" <peiyangx.qiu@intel.com>
24694 Fixes: a949ae560a511 "ftrace/module: Hardcode ftrace_module_init() call into load_module()"
24695 Cc: stable@vger.kernel.org # v2.6.38+
24696 Acked-by: Rusty Russell <rusty@rustcorp.com.au>
24697 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
24698
24699 include/linux/ftrace.h | 1 +
24700 kernel/module.c | 6 ++++++
24701 2 files changed, 7 insertions(+), 0 deletions(-)
24702
24703commit 1e5a4a81a4c16c8ac2e264b88a02cc2f42ed0399
24704Author: Francesco Ruggeri <fruggeri@aristanetworks.com>
24705Date: Wed Jan 6 00:18:48 2016 -0800
24706
24707 net: possible use after free in dst_release
24708
24709 dst_release should not access dst->flags after decrementing
24710 __refcnt to 0. The dst_entry may be in dst_busy_list and
24711 dst_gc_task may dst_destroy it before dst_release gets a chance
24712 to access dst->flags.
24713
24714 Fixes: d69bbf88c8d0 ("net: fix a race in dst_release()")
24715 Fixes: 27b75c95f10d ("net: avoid RCU for NOCACHE dst")
24716 Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
24717 Acked-by: Eric Dumazet <edumazet@google.com>
24718 Signed-off-by: David S. Miller <davem@davemloft.net>
24719
24720 net/core/dst.c | 3 ++-
24721 1 files changed, 2 insertions(+), 1 deletions(-)
24722
24723commit bfb0455793dd4e0f0b49d34a68b3249ab55565cc
24724Author: Alan <gnomes@lxorguk.ukuu.org.uk>
24725Date: Wed Jan 6 14:55:02 2016 +0000
24726
24727 mkiss: fix scribble on freed memory
24728
24729 commit d79f16c046086f4fe0d42184a458e187464eb83e fixed a user triggerable
24730 scribble on free memory but added a new one which allows the user to
24731 scribble even more and user controlled data into freed space.
24732
24733 As with 6pack we need to halt the queue before we free the buffers, because
24734 the transmit logic is not protected by the semaphore.
24735
24736 Signed-off-by: Alan Cox <alan@linux.intel.com>
24737 Signed-off-by: David S. Miller <davem@davemloft.net>
24738
24739 drivers/net/hamradio/mkiss.c | 5 +++++
24740 1 files changed, 5 insertions(+), 0 deletions(-)
24741
24742commit 5cbbcbd32dc1949470f61d342503808fa9555276
24743Author: David Miller <davem@davemloft.net>
24744Date: Thu Dec 17 16:05:49 2015 -0500
24745
24746 mkiss: Fix use after free in mkiss_close().
24747
24748 Need to do the unregister_device() after all references to the driver
24749 private have been done.
24750
24751 Signed-off-by: David S. Miller <davem@davemloft.net>
24752
24753 drivers/net/hamradio/mkiss.c | 4 ++--
24754 1 files changed, 2 insertions(+), 2 deletions(-)
24755
24756commit b00171576794a98068e069a660f0991a6a5190ff
24757Author: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
24758Date: Tue Jan 5 11:51:25 2016 +0000
24759
24760 6pack: fix free memory scribbles
24761
24762 commit acf673a3187edf72068ee2f92f4dc47d66baed47 fixed a user triggerable free
24763 memory scribble but in doing so replaced it with a different one that allows
24764 the user to control the data and scribble even more.
24765
24766 sixpack_close is called by the tty layer in tty context. The tty context is
24767 protected by sp_get() and sp_put(). However network layer activity via
24768 sp_xmit() is not protected this way. We must therefore stop the queue
24769 otherwise the user gets to dump a buffer mostly of their choice into freed
24770 kernel pages.
24771
24772 Signed-off-by: Alan Cox <alan@linux.intel.com>
24773 Signed-off-by: David S. Miller <davem@davemloft.net>
24774
24775 drivers/net/hamradio/6pack.c | 6 ++++++
24776 1 files changed, 6 insertions(+), 0 deletions(-)
24777
24778commit 5b64a833907cd230a3106aeba2304b2c1bcd116d
24779Author: David Miller <davem@davemloft.net>
24780Date: Thu Dec 17 16:05:32 2015 -0500
24781
24782 6pack: Fix use after free in sixpack_close().
24783
24784 Need to do the unregister_device() after all references to the driver
24785 private have been done.
24786
24787 Also we need to use del_timer_sync() for the timers so that we don't
24788 have any asynchronous references after the unregister.
24789
24790 Signed-off-by: David S. Miller <davem@davemloft.net>
24791
24792 drivers/net/hamradio/6pack.c | 8 ++++----
24793 1 files changed, 4 insertions(+), 4 deletions(-)
24794
24795commit 4f9d532742656b3613d579220fd10c78f24ba37b
24796Author: Rabin Vincent <rabin@rab.in>
24797Date: Tue Jan 5 16:23:07 2016 +0100
24798
24799 net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
24800
24801 The SKF_AD_ALU_XOR_X ancillary is not like the other ancillary data
24802 instructions since it XORs A with X while all the others replace A with
24803 some loaded value. All the BPF JITs fail to clear A if this is used as
24804 the first instruction in a filter. This was found using american fuzzy
24805 lop.
24806
24807 Add a helper to determine if A needs to be cleared given the first
24808 instruction in a filter, and use this in the JITs. Except for ARM, the
24809 rest have only been compile-tested.
24810
24811 Fixes: 3480593131e0 ("net: filter: get rid of BPF_S_* enum")
24812 Signed-off-by: Rabin Vincent <rabin@rab.in>
24813 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
24814 Acked-by: Alexei Starovoitov <ast@kernel.org>
24815 Signed-off-by: David S. Miller <davem@davemloft.net>
24816
24817 arch/arm/net/bpf_jit_32.c | 16 +---------------
24818 arch/mips/net/bpf_jit.c | 16 +---------------
24819 arch/powerpc/net/bpf_jit_comp.c | 13 ++-----------
24820 arch/sparc/net/bpf_jit_comp.c | 17 ++---------------
24821 include/linux/filter.h | 19 +++++++++++++++++++
24822 5 files changed, 25 insertions(+), 56 deletions(-)
24823
24824commit 570d88f8acfffda92b89ae2e1c47320d47256034
24825Author: John Fastabend <john.fastabend@gmail.com>
24826Date: Tue Jan 5 09:11:36 2016 -0800
24827
24828 net: sched: fix missing free per cpu on qstats
24829
24830 When a qdisc is using per cpu stats (currently just the ingress
24831 qdisc) only the bstats are being freed. This also free's the qstats.
24832
24833 Fixes: b0ab6f92752b9f9d8 ("net: sched: enable per cpu qstats")
24834 Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
24835 Acked-by: Eric Dumazet <edumazet@google.com>
24836 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
24837 Signed-off-by: David S. Miller <davem@davemloft.net>
24838
24839 net/sched/sch_generic.c | 4 +++-
24840 1 files changed, 3 insertions(+), 1 deletions(-)
24841
24842commit 32c0ebc51857ee83470a10dcb234d308a0ed1881
24843Author: Rabin Vincent <rabin@rab.in>
24844Date: Tue Jan 5 18:34:04 2016 +0100
24845
24846 ARM: net: bpf: fix zero right shift
24847
24848 The LSR instruction cannot be used to perform a zero right shift since a
24849 0 as the immediate value (imm5) in the LSR instruction encoding means
24850 that a shift of 32 is perfomed. See DecodeIMMShift() in the ARM ARM.
24851
24852 Make the JIT skip generation of the LSR if a zero-shift is requested.
24853
24854 This was found using american fuzzy lop.
24855
24856 Signed-off-by: Rabin Vincent <rabin@rab.in>
24857 Acked-by: Alexei Starovoitov <ast@kernel.org>
24858 Signed-off-by: David S. Miller <davem@davemloft.net>
24859
24860 arch/arm/net/bpf_jit_32.c | 3 ++-
24861 1 files changed, 2 insertions(+), 1 deletions(-)
24862
24863commit 51f5d291750285efa4d4bbe84e5ec23dc00c8d2d
24864Author: Brad Spengler <spender@grsecurity.net>
24865Date: Wed Jan 6 20:35:57 2016 -0500
24866
24867 Don't perform hidden lookups in RBAC against the directory of
24868 a file being opened with O_CREAT, reported by Karl Witt
24869
24870 Conflicts:
24871
24872 fs/namei.c
24873
24874 fs/namei.c | 3 ---
24875 1 files changed, 0 insertions(+), 3 deletions(-)
24876
24877commit 5a8266a6b2769ccdb447256f95bc2577a73cccd1
24878Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
24879Date: Tue Jan 5 10:46:00 2016 +0100
24880
24881 bridge: Only call /sbin/bridge-stp for the initial network namespace
24882
24883 [I stole this patch from Eric Biederman. He wrote:]
24884
24885 > There is no defined mechanism to pass network namespace information
24886 > into /sbin/bridge-stp therefore don't even try to invoke it except
24887 > for bridge devices in the initial network namespace.
24888 >
24889 > It is possible for unprivileged users to cause /sbin/bridge-stp to be
24890 > invoked for any network device name which if /sbin/bridge-stp does not
24891 > guard against unreasonable arguments or being invoked twice on the
24892 > same network device could cause problems.
24893
24894 [Hannes: changed patch using netns_eq]
24895
24896 Cc: Eric W. Biederman <ebiederm@xmission.com>
24897 Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
24898 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
24899 Signed-off-by: David S. Miller <davem@davemloft.net>
24900
24901 net/bridge/br_stp_if.c | 5 ++++-
24902 1 files changed, 4 insertions(+), 1 deletions(-)
24903
24904commit 650d535cc39f0aeff2f57e60b6617be25d3ef48b
24905Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
24906Date: Wed Dec 23 16:28:40 2015 -0200
24907
24908 sctp: use GFP_USER for user-controlled kmalloc
24909
24910 Commit cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
24911 missed two other spots.
24912
24913 For connectx, as it's more likely to be used by kernel users of the API,
24914 it detects if GFP_USER should be used or not.
24915
24916 Fixes: cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
24917 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24918 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
24919 Signed-off-by: David S. Miller <davem@davemloft.net>
24920
24921 net/sctp/socket.c | 9 ++++++---
24922 1 files changed, 6 insertions(+), 3 deletions(-)
24923
24924commit 5718a1f63c41fc156f729783423b002763779d04
24925Author: Florian Westphal <fw@strlen.de>
24926Date: Thu Dec 31 14:26:33 2015 +0100
24927
24928 connector: bump skb->users before callback invocation
24929
24930 Dmitry reports memleak with syskaller program.
24931 Problem is that connector bumps skb usecount but might not invoke callback.
24932
24933 So move skb_get to where we invoke the callback.
24934
24935 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24936 Signed-off-by: Florian Westphal <fw@strlen.de>
24937 Signed-off-by: David S. Miller <davem@davemloft.net>
24938
24939 drivers/connector/connector.c | 11 +++--------
24940 1 files changed, 3 insertions(+), 8 deletions(-)
24941
24942commit 2e6372e6a97f8d642416899861f91777f44f13b7
24943Author: Rainer Weikusat <rweikusat@mobileactivedefense.com>
24944Date: Sun Jan 3 18:56:38 2016 +0000
24945
24946 af_unix: Fix splice-bind deadlock
24947
24948 On 2015/11/06, Dmitry Vyukov reported a deadlock involving the splice
24949 system call and AF_UNIX sockets,
24950
24951 http://lists.openwall.net/netdev/2015/11/06/24
24952
24953 The situation was analyzed as
24954
24955 (a while ago) A: socketpair()
24956 B: splice() from a pipe to /mnt/regular_file
24957 does sb_start_write() on /mnt
24958 C: try to freeze /mnt
24959 wait for B to finish with /mnt
24960 A: bind() try to bind our socket to /mnt/new_socket_name
24961 lock our socket, see it not bound yet
24962 decide that it needs to create something in /mnt
24963 try to do sb_start_write() on /mnt, block (it's
24964 waiting for C).
24965 D: splice() from the same pipe to our socket
24966 lock the pipe, see that socket is connected
24967 try to lock the socket, block waiting for A
24968 B: get around to actually feeding a chunk from
24969 pipe to file, try to lock the pipe. Deadlock.
24970
24971 on 2015/11/10 by Al Viro,
24972
24973 http://lists.openwall.net/netdev/2015/11/10/4
24974
24975 The patch fixes this by removing the kern_path_create related code from
24976 unix_mknod and executing it as part of unix_bind prior acquiring the
24977 readlock of the socket in question. This means that A (as used above)
24978 will sb_start_write on /mnt before it acquires the readlock, hence, it
24979 won't indirectly block B which first did a sb_start_write and then
24980 waited for a thread trying to acquire the readlock. Consequently, A
24981 being blocked by C waiting for B won't cause a deadlock anymore
24982 (effectively, both A and B acquire two locks in opposite order in the
24983 situation described above).
24984
24985 Dmitry Vyukov(<dvyukov@google.com>) tested the original patch.
24986
24987 Signed-off-by: Rainer Weikusat <rweikusat@mobileactivedefense.com>
24988 Signed-off-by: David S. Miller <davem@davemloft.net>
24989
24990 Conflicts:
24991
24992 net/unix/af_unix.c
24993
24994 net/unix/af_unix.c | 70 +++++++++++++++++++++++++++++++--------------------
24995 1 files changed, 42 insertions(+), 28 deletions(-)
24996
24997commit 2e729e557c571f3253e32472cd7d382ac16cf1c3
24998Author: Qiu Peiyang <peiyangx.qiu@intel.com>
24999Date: Thu Dec 31 13:11:28 2015 +0800
25000
25001 tracing: Fix setting of start_index in find_next()
25002
25003 When we do cat /sys/kernel/debug/tracing/printk_formats, we hit kernel
25004 panic at t_show.
25005
25006 general protection fault: 0000 [#1] PREEMPT SMP
25007 CPU: 0 PID: 2957 Comm: sh Tainted: G W O 3.14.55-x86_64-01062-gd4acdc7 #2
25008 RIP: 0010:[<ffffffff811375b2>]
25009 [<ffffffff811375b2>] t_show+0x22/0xe0
25010 RSP: 0000:ffff88002b4ebe80 EFLAGS: 00010246
25011 RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000004
25012 RDX: 0000000000000004 RSI: ffffffff81fd26a6 RDI: ffff880032f9f7b1
25013 RBP: ffff88002b4ebe98 R08: 0000000000001000 R09: 000000000000ffec
25014 R10: 0000000000000000 R11: 000000000000000f R12: ffff880004d9b6c0
25015 R13: 7365725f6d706400 R14: ffff880004d9b6c0 R15: ffffffff82020570
25016 FS: 0000000000000000(0000) GS:ffff88003aa00000(0063) knlGS:00000000f776bc40
25017 CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
25018 CR2: 00000000f6c02ff0 CR3: 000000002c2b3000 CR4: 00000000001007f0
25019 Call Trace:
25020 [<ffffffff811dc076>] seq_read+0x2f6/0x3e0
25021 [<ffffffff811b749b>] vfs_read+0x9b/0x160
25022 [<ffffffff811b7f69>] SyS_read+0x49/0xb0
25023 [<ffffffff81a3a4b9>] ia32_do_call+0x13/0x13
25024 ---[ end trace 5bd9eb630614861e ]---
25025 Kernel panic - not syncing: Fatal exception
25026
25027 When the first time find_next calls find_next_mod_format, it should
25028 iterate the trace_bprintk_fmt_list to find the first print format of
25029 the module. However in current code, start_index is smaller than *pos
25030 at first, and code will not iterate the list. Latter container_of will
25031 get the wrong address with former v, which will cause mod_fmt be a
25032 meaningless object and so is the returned mod_fmt->fmt.
25033
25034 This patch will fix it by correcting the start_index. After fixed,
25035 when the first time calls find_next_mod_format, start_index will be
25036 equal to *pos, and code will iterate the trace_bprintk_fmt_list to
25037 get the right module printk format, so is the returned mod_fmt->fmt.
25038
25039 Link: http://lkml.kernel.org/r/5684B900.9000309@intel.com
25040
25041 Cc: stable@vger.kernel.org # 3.12+
25042 Fixes: 102c9323c35a8 "tracing: Add __tracepoint_string() to export string pointers"
25043 Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
25044 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
25045
25046 kernel/trace/trace_printk.c | 1 +
25047 1 files changed, 1 insertions(+), 0 deletions(-)
25048
25049commit 0994af4b1930f32aa493dc08145cd304f8bfc8f4
25050Author: Al Viro <viro@zeniv.linux.org.uk>
25051Date: Mon Dec 28 20:47:08 2015 -0500
25052
25053 [PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()
25054
25055 Cc: stable@vger.kernel.org # 3.15+
25056 Reviewed-by: Jeff Layton <jeff.layton@primarydata.com>
25057 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
25058
25059 arch/arm/kernel/sys_oabi-compat.c | 73 +++++++++++++++++++------------------
25060 1 files changed, 37 insertions(+), 36 deletions(-)
25061
25062commit 4ed030f65dcf3e6b0128032a49a7d75f947fa351
25063Merge: de243c2 3adc55a
25064Author: Brad Spengler <spender@grsecurity.net>
25065Date: Tue Jan 5 18:10:10 2016 -0500
25066
25067 Merge branch 'pax-test' into grsec-test
25068
25069commit 3adc55a5acfa429c2a7cc883aef08b960c0079b0
25070Author: Brad Spengler <spender@grsecurity.net>
25071Date: Tue Jan 5 18:08:53 2016 -0500
25072
25073 Update to pax-linux-4.3.3-test16.patch:
25074 - small cleanup in entry_64.S on x86
25075 - Emese fixed the initify plugin to recursively check variable initializers, reported by Rasmus Villemoes
25076 - 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)
25077 - 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)
25078 - 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)
25079 - 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)
25080
25081 arch/x86/entry/entry_64.S | 60 +++++-----
25082 arch/x86/kernel/alternative.c | 2 +-
25083 arch/x86/kvm/emulate.c | 4 +-
25084 tools/gcc/initify_plugin.c | 123 +++++++++----------
25085 .../disable_size_overflow_hash.data | 4 +-
25086 .../size_overflow_plugin/size_overflow_hash.data | 2 -
25087 6 files changed, 93 insertions(+), 102 deletions(-)
25088
25089commit de243c26efd0e423ca92db825af2c3f8eb1ca043
25090Author: Brad Spengler <spender@grsecurity.net>
25091Date: Tue Dec 29 18:01:24 2015 -0500
25092
25093 It was noticed during an internal audit that the code under GRKERNSEC_PROC_MEMMAP
25094 which aimed to enforce a 16MB minimum on RLIMIT_DATA for suid/sgid binaries only
25095 did so if RLIMIT_DATA was set lower than PAGE_SIZE.
25096
25097 This addition was only supplemental as GRKERNSEC_BRUTE is the main defense
25098 against suid/sgid attacks and the flaw above would only eliminate the extra
25099 entropy provided for the brk-managed heap, still leaving it with the minimum
25100 of 16-bit entropy for mmap on x86 and 28 on x64.
25101
25102 mm/mmap.c | 2 +-
25103 1 files changed, 1 insertions(+), 1 deletions(-)
25104
25105commit 8e264cfe47e5f08cdc9ed009a630277206cd2534
25106Merge: 436201b 2584340
25107Author: Brad Spengler <spender@grsecurity.net>
25108Date: Mon Dec 28 20:30:01 2015 -0500
25109
25110 Merge branch 'pax-test' into grsec-test
25111
25112commit 2584340eab494e64ec1bf9eb5b0d1ae31f926306
25113Author: Brad Spengler <spender@grsecurity.net>
25114Date: Mon Dec 28 20:29:28 2015 -0500
25115
25116 Update to pax-linux-4.3.3-test14.patch:
25117 - 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)
25118 - fixed shutdown crash with tboot and KERNEXEC, reported by perfinion
25119 - fixed a few false positive and one real size overflow reports in hyperv, reported by hunger
25120 - fixed compile regressions on armv5, reported by iamb (https://forums.grsecurity.net/viewtopic.php?f=3&t=4350)
25121 - fixed an assert in the initify plugin that triggered in vic_register on arm
25122
25123 arch/arm/include/asm/atomic.h | 7 +++++--
25124 arch/arm/include/asm/domain.h | 5 ++---
25125 arch/x86/kernel/tboot.c | 14 +++++++++-----
25126 drivers/hv/channel.c | 4 +---
25127 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
25128 drivers/net/hyperv/rndis_filter.c | 3 +--
25129 fs/exec.c | 4 ++--
25130 include/linux/atomic.h | 15 ---------------
25131 net/core/skbuff.c | 3 ++-
25132 tools/gcc/initify_plugin.c | 4 +++-
25133 10 files changed, 26 insertions(+), 35 deletions(-)
25134
25135commit 436201b6626b488d173c8076447000077c27b84a
25136Author: David Howells <dhowells@redhat.com>
25137Date: Fri Dec 18 01:34:26 2015 +0000
25138
25139 KEYS: Fix race between read and revoke
25140
25141 This fixes CVE-2015-7550.
25142
25143 There's a race between keyctl_read() and keyctl_revoke(). If the revoke
25144 happens between keyctl_read() checking the validity of a key and the key's
25145 semaphore being taken, then the key type read method will see a revoked key.
25146
25147 This causes a problem for the user-defined key type because it assumes in
25148 its read method that there will always be a payload in a non-revoked key
25149 and doesn't check for a NULL pointer.
25150
25151 Fix this by making keyctl_read() check the validity of a key after taking
25152 semaphore instead of before.
25153
25154 I think the bug was introduced with the original keyrings code.
25155
25156 This was discovered by a multithreaded test program generated by syzkaller
25157 (http://github.com/google/syzkaller). Here's a cleaned up version:
25158
25159 #include <sys/types.h>
25160 #include <keyutils.h>
25161 #include <pthread.h>
25162 void *thr0(void *arg)
25163 {
25164 key_serial_t key = (unsigned long)arg;
25165 keyctl_revoke(key);
25166 return 0;
25167 }
25168 void *thr1(void *arg)
25169 {
25170 key_serial_t key = (unsigned long)arg;
25171 char buffer[16];
25172 keyctl_read(key, buffer, 16);
25173 return 0;
25174 }
25175 int main()
25176 {
25177 key_serial_t key = add_key("user", "%", "foo", 3, KEY_SPEC_USER_KEYRING);
25178 pthread_t th[5];
25179 pthread_create(&th[0], 0, thr0, (void *)(unsigned long)key);
25180 pthread_create(&th[1], 0, thr1, (void *)(unsigned long)key);
25181 pthread_create(&th[2], 0, thr0, (void *)(unsigned long)key);
25182 pthread_create(&th[3], 0, thr1, (void *)(unsigned long)key);
25183 pthread_join(th[0], 0);
25184 pthread_join(th[1], 0);
25185 pthread_join(th[2], 0);
25186 pthread_join(th[3], 0);
25187 return 0;
25188 }
25189
25190 Build as:
25191
25192 cc -o keyctl-race keyctl-race.c -lkeyutils -lpthread
25193
25194 Run as:
25195
25196 while keyctl-race; do :; done
25197
25198 as it may need several iterations to crash the kernel. The crash can be
25199 summarised as:
25200
25201 BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
25202 IP: [<ffffffff81279b08>] user_read+0x56/0xa3
25203 ...
25204 Call Trace:
25205 [<ffffffff81276aa9>] keyctl_read_key+0xb6/0xd7
25206 [<ffffffff81277815>] SyS_keyctl+0x83/0xe0
25207 [<ffffffff815dbb97>] entry_SYSCALL_64_fastpath+0x12/0x6f
25208
25209 Reported-by: Dmitry Vyukov <dvyukov@google.com>
25210 Signed-off-by: David Howells <dhowells@redhat.com>
25211 Tested-by: Dmitry Vyukov <dvyukov@google.com>
25212 Cc: stable@vger.kernel.org
25213 Signed-off-by: James Morris <james.l.morris@oracle.com>
25214
25215 security/keys/keyctl.c | 18 +++++++++---------
25216 1 files changed, 9 insertions(+), 9 deletions(-)
25217
25218commit 195cea04477025da4a2078bd3e1fb7c4e11206c2
25219Author: Brad Spengler <spender@grsecurity.net>
25220Date: Tue Dec 22 20:44:01 2015 -0500
25221
25222 Add new kernel command-line param: pax_size_overflow_report_only
25223 If a user triggers a size_overflow violation that makes it difficult
25224 to obtain the call trace without serial console/net console, they can
25225 use this option to provide that information to us
25226
25227 Documentation/kernel-parameters.txt | 5 +++++
25228 fs/exec.c | 12 +++++++++---
25229 init/main.c | 11 +++++++++++
25230 3 files changed, 25 insertions(+), 3 deletions(-)
25231
25232commit 4254a8da5851df8c08cdca5c392916e8c105408d
25233Author: WANG Cong <xiyou.wangcong@gmail.com>
25234Date: Mon Dec 21 10:55:45 2015 -0800
25235
25236 addrconf: always initialize sysctl table data
25237
25238 When sysctl performs restrict writes, it allows to write from
25239 a middle position of a sysctl file, which requires us to initialize
25240 the table data before calling proc_dostring() for the write case.
25241
25242 Fixes: 3d1bec99320d ("ipv6: introduce secret_stable to ipv6_devconf")
25243 Reported-by: Sasha Levin <sasha.levin@oracle.com>
25244 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
25245 Tested-by: Sasha Levin <sasha.levin@oracle.com>
25246 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
25247 Signed-off-by: David S. Miller <davem@davemloft.net>
25248
25249 net/ipv6/addrconf.c | 11 ++++-------
25250 1 files changed, 4 insertions(+), 7 deletions(-)
25251
25252commit f8002863fb06c363180637046947a78a6ccb3d33
25253Author: WANG Cong <xiyou.wangcong@gmail.com>
25254Date: Wed Dec 16 23:39:04 2015 -0800
25255
25256 net: check both type and procotol for tcp sockets
25257
25258 Dmitry reported the following out-of-bound access:
25259
25260 Call Trace:
25261 [<ffffffff816cec2e>] __asan_report_load4_noabort+0x3e/0x40
25262 mm/kasan/report.c:294
25263 [<ffffffff84affb14>] sock_setsockopt+0x1284/0x13d0 net/core/sock.c:880
25264 [< inline >] SYSC_setsockopt net/socket.c:1746
25265 [<ffffffff84aed7ee>] SyS_setsockopt+0x1fe/0x240 net/socket.c:1729
25266 [<ffffffff85c18c76>] entry_SYSCALL_64_fastpath+0x16/0x7a
25267 arch/x86/entry/entry_64.S:185
25268
25269 This is because we mistake a raw socket as a tcp socket.
25270 We should check both sk->sk_type and sk->sk_protocol to ensure
25271 it is a tcp socket.
25272
25273 Willem points out __skb_complete_tx_timestamp() needs to fix as well.
25274
25275 Reported-by: Dmitry Vyukov <dvyukov@google.com>
25276 Cc: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
25277 Cc: Eric Dumazet <eric.dumazet@gmail.com>
25278 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
25279 Acked-by: Willem de Bruijn <willemb@google.com>
25280 Signed-off-by: David S. Miller <davem@davemloft.net>
25281
25282 net/core/skbuff.c | 3 ++-
25283 net/core/sock.c | 3 ++-
25284 2 files changed, 4 insertions(+), 2 deletions(-)
25285
25286commit bd6b3399804470a4ad8f34229469ca149dceba3d
25287Author: Colin Ian King <colin.king@canonical.com>
25288Date: Fri Dec 18 14:22:01 2015 -0800
25289
25290 proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
25291
25292 Writing to /proc/$pid/coredump_filter always returns -ESRCH because commit
25293 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()") removed
25294 the setting of ret after the get_proc_task call and incorrectly left it as
25295 -ESRCH. Instead, return 0 when successful.
25296
25297 Example breakage:
25298
25299 echo 0 > /proc/self/coredump_filter
25300 bash: echo: write error: No such process
25301
25302 Fixes: 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()")
25303 Signed-off-by: Colin Ian King <colin.king@canonical.com>
25304 Acked-by: Kees Cook <keescook@chromium.org>
25305 Cc: <stable@vger.kernel.org> [4.3+]
25306 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
25307 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
25308
25309 fs/proc/base.c | 1 +
25310 1 files changed, 1 insertions(+), 0 deletions(-)
25311
25312commit b28aca2b99ed08546778355fb9402c503ff9b29e
25313Author: Junichi Nomura <j-nomura@ce.jp.nec.com>
25314Date: Tue Dec 22 10:23:44 2015 -0700
25315
25316 block: ensure to split after potentially bouncing a bio
25317
25318 blk_queue_bio() does split then bounce, which makes the segment
25319 counting based on pages before bouncing and could go wrong. Move
25320 the split to after bouncing, like we do for blk-mq, and the we
25321 fix the issue of having the bio count for segments be wrong.
25322
25323 Fixes: 54efd50bfd87 ("block: make generic_make_request handle arbitrarily sized bios")
25324 Cc: stable@vger.kernel.org
25325 Tested-by: Artem S. Tashkinov <t.artem@lycos.com>
25326 Signed-off-by: Jens Axboe <axboe@fb.com>
25327
25328 block/blk-core.c | 4 ++--
25329 1 files changed, 2 insertions(+), 2 deletions(-)
25330
25331commit e62a25e917a9e5b35ddd5b4f1b5e5e30fbd2e84c
25332Merge: f6f63ae ec72fa5
25333Author: Brad Spengler <spender@grsecurity.net>
25334Date: Tue Dec 22 19:46:26 2015 -0500
25335
25336 Merge branch 'pax-test' into grsec-test
25337
25338commit ec72fa5f8d9cb4e223bad1b8b5c2e1071c222f2a
25339Author: Brad Spengler <spender@grsecurity.net>
25340Date: Tue Dec 22 19:45:51 2015 -0500
25341
25342 Update to pax-linux-4.3.3-test13.patch:
25343 - 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)
25344 - 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)
25345
25346 arch/arm/mm/fault.c | 2 +-
25347 arch/x86/mm/fault.c | 2 +-
25348 fs/btrfs/extent_map.c | 8 ++++++--
25349 fs/xfs/libxfs/xfs_da_btree.c | 4 +++-
25350 4 files changed, 11 insertions(+), 5 deletions(-)
25351
25352commit f6f63ae154cd45028add1dc41957878060d77fbf
25353Author: Brad Spengler <spender@grsecurity.net>
25354Date: Thu Dec 17 18:43:44 2015 -0500
25355
25356 ptrace_has_cap() checks whether the current process should be
25357 treated as having a certain capability for ptrace checks
25358 against another process. Until now, this was equivalent to
25359 has_ns_capability(current, target_ns, CAP_SYS_PTRACE).
25360
25361 However, if a root-owned process wants to enter a user
25362 namespace for some reason without knowing who owns it and
25363 therefore can't change to the namespace owner's uid and gid
25364 before entering, as soon as it has entered the namespace,
25365 the namespace owner can attach to it via ptrace and thereby
25366 gain access to its uid and gid.
25367
25368 While it is possible for the entering process to switch to
25369 the uid of a claimed namespace owner before entering,
25370 causing the attempt to enter to fail if the claimed uid is
25371 wrong, this doesn't solve the problem of determining an
25372 appropriate gid.
25373
25374 With this change, the entering process can first enter the
25375 namespace and then safely inspect the namespace's
25376 properties, e.g. through /proc/self/{uid_map,gid_map},
25377 assuming that the namespace owner doesn't have access to
25378 uid 0.
25379 Signed-off-by: Jann Horn <jann@thejh.net>
25380
25381 kernel/ptrace.c | 30 +++++++++++++++++++++++++-----
25382 1 files changed, 25 insertions(+), 5 deletions(-)
25383
25384commit e314f0fb63020f61543b401ff594e953c2c304e5
25385Author: tadeusz.struk@intel.com <tadeusz.struk@intel.com>
25386Date: Tue Dec 15 10:46:17 2015 -0800
25387
25388 net: fix uninitialized variable issue
25389
25390 msg_iocb needs to be initialized on the recv/recvfrom path.
25391 Otherwise afalg will wrongly interpret it as an async call.
25392
25393 Cc: stable@vger.kernel.org
25394 Reported-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
25395 Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
25396 Signed-off-by: David S. Miller <davem@davemloft.net>
25397
25398 net/socket.c | 1 +
25399 1 files changed, 1 insertions(+), 0 deletions(-)
25400
25401commit a3f56a43ad56b8fcaf04f6327636ed2f5970de3b
25402Merge: dfa764c 142edcf
25403Author: Brad Spengler <spender@grsecurity.net>
25404Date: Wed Dec 16 21:01:17 2015 -0500
25405
25406 Merge branch 'pax-test' into grsec-test
25407
25408commit 142edcf1005a57fb8887823565cf0bafad2f313c
25409Author: Brad Spengler <spender@grsecurity.net>
25410Date: Wed Dec 16 21:00:57 2015 -0500
25411
25412 Update to pax-linux-4.3.3-test12.patch:
25413 - 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)
25414 - 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)
25415
25416 drivers/tty/n_tty.c | 16 ++++++++--------
25417 .../disable_size_overflow_hash.data | 2 ++
25418 .../size_overflow_plugin/size_overflow_hash.data | 6 ++----
25419 3 files changed, 12 insertions(+), 12 deletions(-)
25420
25421commit dfa764cc549892a5bfc1083cac78b99032cae577
25422Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
25423Date: Tue Dec 15 22:59:12 2015 +0100
25424
25425 ipv6: automatically enable stable privacy mode if stable_secret set
25426
25427 Bjørn reported that while we switch all interfaces to privacy stable mode
25428 when setting the secret, we don't set this mode for new interfaces. This
25429 does not make sense, so change this behaviour.
25430
25431 Fixes: 622c81d57b392cc ("ipv6: generation of stable privacy addresses for link-local and autoconf")
25432 Reported-by: Bjørn Mork <bjorn@mork.no>
25433 Cc: Bjørn Mork <bjorn@mork.no>
25434 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
25435 Signed-off-by: David S. Miller <davem@davemloft.net>
25436
25437 net/ipv6/addrconf.c | 6 ++++++
25438 1 files changed, 6 insertions(+), 0 deletions(-)
25439
25440commit c2815a1fee03f222273e77c14e43f960da06f35a
25441Author: Brad Spengler <spender@grsecurity.net>
25442Date: Wed Dec 16 13:03:38 2015 -0500
25443
25444 Work around upstream limitation on the number of thread info flags causing a compilation error
25445 Reported by fabled at http://forums.grsecurity.net/viewtopic.php?f=3&t=4339
25446
25447 arch/arm/kernel/entry-common.S | 8 ++++++--
25448 1 files changed, 6 insertions(+), 2 deletions(-)
25449
25450commit 8c9ae168e09ae49324d709d76d73d9fc4ca477e1
25451Author: Brad Spengler <spender@grsecurity.net>
25452Date: Tue Dec 15 19:03:41 2015 -0500
25453
25454 Initial import of grsecurity 3.1 for Linux 4.3.3
25455
25456 Documentation/dontdiff | 2 +
25457 Documentation/kernel-parameters.txt | 7 +
25458 Documentation/sysctl/kernel.txt | 15 +
25459 Makefile | 18 +-
25460 arch/alpha/include/asm/cache.h | 4 +-
25461 arch/alpha/kernel/osf_sys.c | 12 +-
25462 arch/arc/Kconfig | 1 +
25463 arch/arm/Kconfig | 1 +
25464 arch/arm/Kconfig.debug | 1 +
25465 arch/arm/include/asm/thread_info.h | 7 +-
25466 arch/arm/kernel/process.c | 4 +-
25467 arch/arm/kernel/ptrace.c | 9 +
25468 arch/arm/kernel/traps.c | 7 +-
25469 arch/arm/mm/Kconfig | 2 +-
25470 arch/arm/mm/fault.c | 40 +-
25471 arch/arm/mm/mmap.c | 8 +-
25472 arch/arm/net/bpf_jit_32.c | 51 +-
25473 arch/arm64/Kconfig.debug | 1 +
25474 arch/avr32/include/asm/cache.h | 4 +-
25475 arch/blackfin/Kconfig.debug | 1 +
25476 arch/blackfin/include/asm/cache.h | 3 +-
25477 arch/cris/include/arch-v10/arch/cache.h | 3 +-
25478 arch/cris/include/arch-v32/arch/cache.h | 3 +-
25479 arch/frv/include/asm/cache.h | 3 +-
25480 arch/frv/mm/elf-fdpic.c | 4 +-
25481 arch/hexagon/include/asm/cache.h | 6 +-
25482 arch/ia64/Kconfig | 1 +
25483 arch/ia64/include/asm/cache.h | 3 +-
25484 arch/ia64/kernel/sys_ia64.c | 2 +
25485 arch/ia64/mm/hugetlbpage.c | 2 +
25486 arch/m32r/include/asm/cache.h | 4 +-
25487 arch/m68k/include/asm/cache.h | 4 +-
25488 arch/metag/mm/hugetlbpage.c | 1 +
25489 arch/microblaze/include/asm/cache.h | 3 +-
25490 arch/mips/Kconfig | 1 +
25491 arch/mips/include/asm/cache.h | 3 +-
25492 arch/mips/include/asm/thread_info.h | 11 +-
25493 arch/mips/kernel/irq.c | 3 +
25494 arch/mips/kernel/ptrace.c | 9 +
25495 arch/mips/mm/mmap.c | 4 +-
25496 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
25497 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
25498 arch/openrisc/include/asm/cache.h | 4 +-
25499 arch/parisc/include/asm/cache.h | 5 +-
25500 arch/parisc/kernel/sys_parisc.c | 4 +
25501 arch/powerpc/Kconfig | 1 +
25502 arch/powerpc/include/asm/cache.h | 4 +-
25503 arch/powerpc/include/asm/thread_info.h | 5 +-
25504 arch/powerpc/kernel/Makefile | 2 +
25505 arch/powerpc/kernel/irq.c | 3 +
25506 arch/powerpc/kernel/process.c | 10 +-
25507 arch/powerpc/kernel/ptrace.c | 14 +
25508 arch/powerpc/kernel/traps.c | 5 +
25509 arch/powerpc/mm/slice.c | 2 +-
25510 arch/s390/Kconfig.debug | 1 +
25511 arch/s390/include/asm/cache.h | 4 +-
25512 arch/score/include/asm/cache.h | 4 +-
25513 arch/sh/include/asm/cache.h | 3 +-
25514 arch/sh/mm/mmap.c | 6 +-
25515 arch/sparc/include/asm/cache.h | 4 +-
25516 arch/sparc/include/asm/pgalloc_64.h | 1 +
25517 arch/sparc/include/asm/thread_info_64.h | 8 +-
25518 arch/sparc/kernel/process_32.c | 6 +-
25519 arch/sparc/kernel/process_64.c | 8 +-
25520 arch/sparc/kernel/ptrace_64.c | 14 +
25521 arch/sparc/kernel/sys_sparc_64.c | 8 +-
25522 arch/sparc/kernel/syscalls.S | 8 +-
25523 arch/sparc/kernel/traps_32.c | 8 +-
25524 arch/sparc/kernel/traps_64.c | 28 +-
25525 arch/sparc/kernel/unaligned_64.c | 2 +-
25526 arch/sparc/mm/fault_64.c | 2 +-
25527 arch/sparc/mm/hugetlbpage.c | 15 +-
25528 arch/tile/Kconfig | 1 +
25529 arch/tile/include/asm/cache.h | 3 +-
25530 arch/tile/mm/hugetlbpage.c | 2 +
25531 arch/um/include/asm/cache.h | 3 +-
25532 arch/unicore32/include/asm/cache.h | 6 +-
25533 arch/x86/Kconfig | 21 +
25534 arch/x86/Kconfig.debug | 2 +
25535 arch/x86/entry/common.c | 14 +
25536 arch/x86/entry/entry_32.S | 2 +-
25537 arch/x86/entry/entry_64.S | 2 +-
25538 arch/x86/ia32/ia32_aout.c | 2 +
25539 arch/x86/include/asm/floppy.h | 20 +-
25540 arch/x86/include/asm/fpu/types.h | 69 +-
25541 arch/x86/include/asm/io.h | 2 +-
25542 arch/x86/include/asm/page.h | 12 +-
25543 arch/x86/include/asm/paravirt_types.h | 23 +-
25544 arch/x86/include/asm/processor.h | 12 +-
25545 arch/x86/include/asm/thread_info.h | 6 +-
25546 arch/x86/include/asm/uaccess.h | 2 +-
25547 arch/x86/kernel/dumpstack.c | 10 +-
25548 arch/x86/kernel/dumpstack_32.c | 2 +-
25549 arch/x86/kernel/dumpstack_64.c | 2 +-
25550 arch/x86/kernel/ioport.c | 13 +
25551 arch/x86/kernel/irq_32.c | 3 +
25552 arch/x86/kernel/irq_64.c | 4 +
25553 arch/x86/kernel/ldt.c | 18 +
25554 arch/x86/kernel/msr.c | 10 +
25555 arch/x86/kernel/ptrace.c | 14 +
25556 arch/x86/kernel/signal.c | 9 +-
25557 arch/x86/kernel/sys_i386_32.c | 9 +-
25558 arch/x86/kernel/sys_x86_64.c | 8 +-
25559 arch/x86/kernel/traps.c | 5 +
25560 arch/x86/kernel/verify_cpu.S | 1 +
25561 arch/x86/kernel/vm86_32.c | 15 +
25562 arch/x86/kvm/svm.c | 14 +-
25563 arch/x86/mm/fault.c | 12 +-
25564 arch/x86/mm/hugetlbpage.c | 15 +-
25565 arch/x86/mm/init.c | 66 +-
25566 arch/x86/mm/init_32.c | 6 +-
25567 arch/x86/net/bpf_jit_comp.c | 4 +
25568 arch/x86/platform/efi/efi_64.c | 2 +-
25569 arch/x86/xen/Kconfig | 1 +
25570 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
25571 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
25572 crypto/ablkcipher.c | 2 +-
25573 crypto/blkcipher.c | 2 +-
25574 crypto/scatterwalk.c | 10 +-
25575 drivers/acpi/acpica/hwxfsleep.c | 11 +-
25576 drivers/acpi/custom_method.c | 4 +
25577 drivers/block/cciss.h | 30 +-
25578 drivers/block/smart1,2.h | 40 +-
25579 drivers/cdrom/cdrom.c | 2 +-
25580 drivers/char/Kconfig | 4 +-
25581 drivers/char/genrtc.c | 1 +
25582 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
25583 drivers/char/mem.c | 17 +
25584 drivers/char/random.c | 5 +-
25585 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
25586 drivers/crypto/nx/nx-aes-ccm.c | 2 +-
25587 drivers/crypto/nx/nx-aes-gcm.c | 2 +-
25588 drivers/crypto/talitos.c | 2 +-
25589 drivers/firewire/ohci.c | 4 +
25590 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
25591 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
25592 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
25593 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
25594 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
25595 drivers/hid/hid-wiimote-debug.c | 2 +-
25596 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
25597 drivers/iommu/Kconfig | 1 +
25598 drivers/iommu/amd_iommu.c | 14 +-
25599 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
25600 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
25601 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
25602 drivers/isdn/hisax/config.c | 2 +-
25603 drivers/isdn/hisax/hfc_pci.c | 2 +-
25604 drivers/isdn/hisax/hfc_sx.c | 2 +-
25605 drivers/isdn/hisax/q931.c | 6 +-
25606 drivers/isdn/i4l/isdn_concap.c | 6 +-
25607 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
25608 drivers/md/bcache/Kconfig | 1 +
25609 drivers/md/raid5.c | 8 +
25610 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
25611 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
25612 drivers/media/platform/vivid/vivid-osd.c | 1 +
25613 drivers/media/radio/radio-cadet.c | 5 +-
25614 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
25615 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
25616 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
25617 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
25618 drivers/message/fusion/mptbase.c | 9 +
25619 drivers/misc/sgi-xp/xp_main.c | 12 +-
25620 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
25621 drivers/net/ppp/pppoe.c | 14 +-
25622 drivers/net/ppp/pptp.c | 6 +
25623 drivers/net/slip/slhc.c | 3 +
25624 drivers/net/wan/lmc/lmc_media.c | 97 +-
25625 drivers/net/wan/x25_asy.c | 6 +-
25626 drivers/net/wan/z85230.c | 24 +-
25627 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
25628 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
25629 drivers/pci/pci-sysfs.c | 2 +-
25630 drivers/pci/proc.c | 9 +
25631 drivers/platform/x86/asus-wmi.c | 12 +
25632 drivers/rtc/rtc-dev.c | 3 +
25633 drivers/scsi/bfa/bfa_fcs.c | 19 +-
25634 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
25635 drivers/scsi/bfa/bfa_modules.h | 12 +-
25636 drivers/scsi/hpsa.h | 40 +-
25637 drivers/staging/dgnc/dgnc_mgmt.c | 1 +
25638 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
25639 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
25640 drivers/target/target_core_sbc.c | 17 +-
25641 drivers/target/target_core_transport.c | 14 +-
25642 drivers/tty/serial/uartlite.c | 4 +-
25643 drivers/tty/sysrq.c | 2 +-
25644 drivers/tty/vt/keyboard.c | 22 +-
25645 drivers/uio/uio.c | 6 +-
25646 drivers/usb/core/hub.c | 5 +
25647 drivers/usb/gadget/function/f_uac1.c | 1 +
25648 drivers/usb/gadget/function/u_uac1.c | 1 +
25649 drivers/usb/host/hwa-hc.c | 9 +-
25650 drivers/usb/usbip/vhci_sysfs.c | 2 +-
25651 drivers/video/fbdev/arcfb.c | 2 +-
25652 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
25653 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
25654 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
25655 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++-----
25656 drivers/xen/xenfs/xenstored.c | 5 +
25657 firmware/Makefile | 2 +
25658 firmware/WHENCE | 20 +-
25659 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
25660 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
25661 fs/9p/vfs_inode.c | 4 +-
25662 fs/attr.c | 1 +
25663 fs/autofs4/waitq.c | 9 +
25664 fs/binfmt_aout.c | 7 +
25665 fs/binfmt_elf.c | 50 +-
25666 fs/compat.c | 20 +-
25667 fs/coredump.c | 17 +-
25668 fs/dcache.c | 3 +
25669 fs/debugfs/inode.c | 11 +-
25670 fs/exec.c | 219 +-
25671 fs/ext2/balloc.c | 4 +-
25672 fs/ext2/super.c | 8 +-
25673 fs/ext4/balloc.c | 4 +-
25674 fs/fcntl.c | 4 +
25675 fs/fhandle.c | 3 +-
25676 fs/file.c | 4 +
25677 fs/filesystems.c | 4 +
25678 fs/fs_struct.c | 20 +-
25679 fs/hugetlbfs/inode.c | 5 +-
25680 fs/inode.c | 8 +-
25681 fs/kernfs/dir.c | 6 +
25682 fs/mount.h | 4 +-
25683 fs/namei.c | 286 +-
25684 fs/namespace.c | 24 +
25685 fs/nfsd/nfscache.c | 2 +-
25686 fs/open.c | 38 +
25687 fs/overlayfs/inode.c | 11 +-
25688 fs/overlayfs/super.c | 6 +-
25689 fs/pipe.c | 2 +-
25690 fs/posix_acl.c | 15 +-
25691 fs/proc/Kconfig | 10 +-
25692 fs/proc/array.c | 69 +-
25693 fs/proc/base.c | 186 +-
25694 fs/proc/cmdline.c | 4 +
25695 fs/proc/devices.c | 4 +
25696 fs/proc/fd.c | 17 +-
25697 fs/proc/generic.c | 64 +
25698 fs/proc/inode.c | 17 +
25699 fs/proc/internal.h | 11 +-
25700 fs/proc/interrupts.c | 4 +
25701 fs/proc/kcore.c | 3 +
25702 fs/proc/meminfo.c | 7 +-
25703 fs/proc/namespaces.c | 4 +-
25704 fs/proc/proc_net.c | 31 +
25705 fs/proc/proc_sysctl.c | 52 +-
25706 fs/proc/root.c | 8 +
25707 fs/proc/stat.c | 69 +-
25708 fs/proc/task_mmu.c | 66 +-
25709 fs/readdir.c | 19 +
25710 fs/reiserfs/item_ops.c | 24 +-
25711 fs/reiserfs/super.c | 4 +
25712 fs/select.c | 2 +
25713 fs/seq_file.c | 30 +-
25714 fs/splice.c | 8 +
25715 fs/stat.c | 20 +-
25716 fs/sysfs/dir.c | 30 +-
25717 fs/sysv/inode.c | 11 +-
25718 fs/utimes.c | 7 +
25719 fs/xattr.c | 26 +-
25720 grsecurity/Kconfig | 1182 ++++
25721 grsecurity/Makefile | 54 +
25722 grsecurity/gracl.c | 2757 +++++++++
25723 grsecurity/gracl_alloc.c | 105 +
25724 grsecurity/gracl_cap.c | 127 +
25725 grsecurity/gracl_compat.c | 269 +
25726 grsecurity/gracl_fs.c | 448 ++
25727 grsecurity/gracl_ip.c | 386 ++
25728 grsecurity/gracl_learn.c | 207 +
25729 grsecurity/gracl_policy.c | 1786 ++++++
25730 grsecurity/gracl_res.c | 68 +
25731 grsecurity/gracl_segv.c | 304 +
25732 grsecurity/gracl_shm.c | 40 +
25733 grsecurity/grsec_chdir.c | 19 +
25734 grsecurity/grsec_chroot.c | 467 ++
25735 grsecurity/grsec_disabled.c | 445 ++
25736 grsecurity/grsec_exec.c | 189 +
25737 grsecurity/grsec_fifo.c | 26 +
25738 grsecurity/grsec_fork.c | 23 +
25739 grsecurity/grsec_init.c | 290 +
25740 grsecurity/grsec_ipc.c | 48 +
25741 grsecurity/grsec_link.c | 65 +
25742 grsecurity/grsec_log.c | 340 +
25743 grsecurity/grsec_mem.c | 48 +
25744 grsecurity/grsec_mount.c | 65 +
25745 grsecurity/grsec_pax.c | 47 +
25746 grsecurity/grsec_proc.c | 20 +
25747 grsecurity/grsec_ptrace.c | 30 +
25748 grsecurity/grsec_sig.c | 236 +
25749 grsecurity/grsec_sock.c | 244 +
25750 grsecurity/grsec_sysctl.c | 488 ++
25751 grsecurity/grsec_time.c | 16 +
25752 grsecurity/grsec_tpe.c | 78 +
25753 grsecurity/grsec_usb.c | 15 +
25754 grsecurity/grsum.c | 64 +
25755 include/linux/binfmts.h | 5 +-
25756 include/linux/bitops.h | 2 +-
25757 include/linux/capability.h | 13 +
25758 include/linux/compiler-gcc.h | 5 +
25759 include/linux/compiler.h | 8 +
25760 include/linux/cred.h | 8 +-
25761 include/linux/dcache.h | 5 +-
25762 include/linux/fs.h | 24 +-
25763 include/linux/fs_struct.h | 2 +-
25764 include/linux/fsnotify.h | 6 +
25765 include/linux/gracl.h | 342 +
25766 include/linux/gracl_compat.h | 156 +
25767 include/linux/gralloc.h | 9 +
25768 include/linux/grdefs.h | 140 +
25769 include/linux/grinternal.h | 230 +
25770 include/linux/grmsg.h | 118 +
25771 include/linux/grsecurity.h | 255 +
25772 include/linux/grsock.h | 19 +
25773 include/linux/ipc.h | 2 +-
25774 include/linux/ipc_namespace.h | 2 +-
25775 include/linux/kallsyms.h | 18 +-
25776 include/linux/kmod.h | 5 +
25777 include/linux/kobject.h | 2 +-
25778 include/linux/lsm_hooks.h | 4 +-
25779 include/linux/mm.h | 12 +
25780 include/linux/mm_types.h | 4 +-
25781 include/linux/module.h | 5 +-
25782 include/linux/mount.h | 2 +-
25783 include/linux/msg.h | 2 +-
25784 include/linux/netfilter/xt_gradm.h | 9 +
25785 include/linux/path.h | 4 +-
25786 include/linux/perf_event.h | 13 +-
25787 include/linux/pid_namespace.h | 2 +-
25788 include/linux/printk.h | 2 +-
25789 include/linux/proc_fs.h | 22 +-
25790 include/linux/proc_ns.h | 2 +-
25791 include/linux/ptrace.h | 24 +-
25792 include/linux/random.h | 2 +-
25793 include/linux/rbtree_augmented.h | 4 +-
25794 include/linux/scatterlist.h | 12 +-
25795 include/linux/sched.h | 114 +-
25796 include/linux/security.h | 1 +
25797 include/linux/sem.h | 2 +-
25798 include/linux/seq_file.h | 5 +
25799 include/linux/shm.h | 6 +-
25800 include/linux/skbuff.h | 3 +
25801 include/linux/slab.h | 9 -
25802 include/linux/sysctl.h | 8 +-
25803 include/linux/thread_info.h | 6 +-
25804 include/linux/tty.h | 2 +-
25805 include/linux/tty_driver.h | 4 +-
25806 include/linux/uidgid.h | 5 +
25807 include/linux/user_namespace.h | 2 +-
25808 include/linux/utsname.h | 2 +-
25809 include/linux/vermagic.h | 16 +-
25810 include/linux/vmalloc.h | 20 +-
25811 include/net/af_unix.h | 2 +-
25812 include/net/dst.h | 33 +
25813 include/net/ip.h | 2 +-
25814 include/net/neighbour.h | 2 +-
25815 include/net/net_namespace.h | 2 +-
25816 include/net/sock.h | 4 +-
25817 include/target/target_core_base.h | 2 +-
25818 include/trace/events/fs.h | 53 +
25819 include/uapi/linux/personality.h | 1 +
25820 init/Kconfig | 4 +-
25821 init/main.c | 35 +-
25822 ipc/mqueue.c | 1 +
25823 ipc/msg.c | 3 +-
25824 ipc/sem.c | 3 +-
25825 ipc/shm.c | 26 +-
25826 ipc/util.c | 6 +
25827 kernel/auditsc.c | 2 +-
25828 kernel/bpf/syscall.c | 8 +-
25829 kernel/capability.c | 41 +-
25830 kernel/cgroup.c | 5 +-
25831 kernel/compat.c | 1 +
25832 kernel/configs.c | 11 +
25833 kernel/cred.c | 112 +-
25834 kernel/events/core.c | 16 +-
25835 kernel/exit.c | 10 +-
25836 kernel/fork.c | 86 +-
25837 kernel/futex.c | 6 +-
25838 kernel/futex_compat.c | 2 +-
25839 kernel/kallsyms.c | 9 +
25840 kernel/kcmp.c | 8 +-
25841 kernel/kexec_core.c | 2 +-
25842 kernel/kmod.c | 95 +-
25843 kernel/kprobes.c | 7 +-
25844 kernel/ksysfs.c | 2 +
25845 kernel/locking/lockdep_proc.c | 10 +-
25846 kernel/module.c | 108 +-
25847 kernel/panic.c | 4 +-
25848 kernel/pid.c | 23 +-
25849 kernel/power/Kconfig | 2 +
25850 kernel/printk/printk.c | 20 +-
25851 kernel/ptrace.c | 56 +-
25852 kernel/resource.c | 10 +
25853 kernel/sched/core.c | 11 +-
25854 kernel/signal.c | 37 +-
25855 kernel/sys.c | 64 +-
25856 kernel/sysctl.c | 172 +-
25857 kernel/taskstats.c | 6 +
25858 kernel/time/posix-timers.c | 8 +
25859 kernel/time/time.c | 5 +
25860 kernel/time/timekeeping.c | 3 +
25861 kernel/time/timer_list.c | 13 +-
25862 kernel/time/timer_stats.c | 10 +-
25863 kernel/trace/Kconfig | 2 +
25864 kernel/trace/trace_syscalls.c | 8 +
25865 kernel/user_namespace.c | 15 +
25866 lib/Kconfig.debug | 13 +-
25867 lib/Kconfig.kasan | 2 +-
25868 lib/is_single_threaded.c | 3 +
25869 lib/list_debug.c | 65 +-
25870 lib/nlattr.c | 2 +
25871 lib/rbtree.c | 4 +-
25872 lib/vsprintf.c | 39 +-
25873 localversion-grsec | 1 +
25874 mm/Kconfig | 8 +-
25875 mm/Kconfig.debug | 1 +
25876 mm/filemap.c | 1 +
25877 mm/kmemleak.c | 4 +-
25878 mm/memory.c | 2 +-
25879 mm/mempolicy.c | 12 +-
25880 mm/migrate.c | 3 +-
25881 mm/mlock.c | 6 +-
25882 mm/mmap.c | 93 +-
25883 mm/mprotect.c | 8 +
25884 mm/oom_kill.c | 28 +-
25885 mm/page_alloc.c | 2 +-
25886 mm/process_vm_access.c | 8 +-
25887 mm/shmem.c | 36 +-
25888 mm/slab.c | 14 +-
25889 mm/slab_common.c | 2 +-
25890 mm/slob.c | 12 +
25891 mm/slub.c | 33 +-
25892 mm/util.c | 3 +
25893 mm/vmalloc.c | 129 +-
25894 mm/vmstat.c | 29 +-
25895 net/appletalk/atalk_proc.c | 2 +-
25896 net/atm/lec.c | 6 +-
25897 net/atm/mpoa_caches.c | 42 +-
25898 net/bluetooth/sco.c | 3 +
25899 net/can/bcm.c | 2 +-
25900 net/can/proc.c | 2 +-
25901 net/core/dev_ioctl.c | 7 +-
25902 net/core/filter.c | 8 +-
25903 net/core/net-procfs.c | 17 +-
25904 net/core/pktgen.c | 2 +-
25905 net/core/sock.c | 3 +-
25906 net/core/sysctl_net_core.c | 2 +-
25907 net/decnet/dn_dev.c | 2 +-
25908 net/ipv4/devinet.c | 6 +-
25909 net/ipv4/inet_hashtables.c | 4 +
25910 net/ipv4/ip_input.c | 7 +
25911 net/ipv4/ip_sockglue.c | 3 +-
25912 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
25913 net/ipv4/netfilter/nf_nat_pptp.c | 2 +-
25914 net/ipv4/route.c | 6 +-
25915 net/ipv4/tcp_input.c | 4 +-
25916 net/ipv4/tcp_ipv4.c | 29 +-
25917 net/ipv4/tcp_minisocks.c | 9 +-
25918 net/ipv4/tcp_timer.c | 11 +
25919 net/ipv4/udp.c | 24 +
25920 net/ipv6/addrconf.c | 13 +-
25921 net/ipv6/proc.c | 2 +-
25922 net/ipv6/tcp_ipv6.c | 26 +-
25923 net/ipv6/udp.c | 7 +
25924 net/ipx/ipx_proc.c | 2 +-
25925 net/irda/irproc.c | 2 +-
25926 net/llc/llc_proc.c | 2 +-
25927 net/netfilter/Kconfig | 10 +
25928 net/netfilter/Makefile | 1 +
25929 net/netfilter/nf_conntrack_core.c | 8 +
25930 net/netfilter/xt_gradm.c | 51 +
25931 net/netfilter/xt_hashlimit.c | 4 +-
25932 net/netfilter/xt_recent.c | 2 +-
25933 net/sched/sch_api.c | 2 +-
25934 net/sctp/socket.c | 4 +-
25935 net/socket.c | 75 +-
25936 net/sunrpc/Kconfig | 1 +
25937 net/sunrpc/cache.c | 2 +-
25938 net/sunrpc/stats.c | 2 +-
25939 net/sysctl_net.c | 2 +-
25940 net/unix/af_unix.c | 52 +-
25941 net/vmw_vsock/vmci_transport_notify.c | 30 +-
25942 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
25943 net/x25/sysctl_net_x25.c | 2 +-
25944 net/x25/x25_proc.c | 2 +-
25945 scripts/package/Makefile | 2 +-
25946 scripts/package/mkspec | 41 +-
25947 security/Kconfig | 369 +-
25948 security/apparmor/file.c | 4 +-
25949 security/apparmor/lsm.c | 8 +-
25950 security/commoncap.c | 36 +-
25951 security/min_addr.c | 2 +
25952 security/smack/smack_lsm.c | 8 +-
25953 security/tomoyo/file.c | 12 +-
25954 security/tomoyo/mount.c | 4 +
25955 security/tomoyo/tomoyo.c | 20 +-
25956 security/yama/Kconfig | 2 +-
25957 security/yama/yama_lsm.c | 4 +-
25958 sound/synth/emux/emux_seq.c | 14 +-
25959 sound/usb/line6/driver.c | 40 +-
25960 sound/usb/line6/toneport.c | 12 +-
25961 tools/gcc/.gitignore | 1 +
25962 tools/gcc/Makefile | 12 +
25963 tools/gcc/gen-random-seed.sh | 8 +
25964 tools/gcc/randomize_layout_plugin.c | 930 +++
25965 tools/gcc/size_overflow_plugin/.gitignore | 1 +
25966 .../size_overflow_plugin/size_overflow_hash.data | 459 ++-
25967 511 files changed, 32631 insertions(+), 3196 deletions(-)
25968
25969commit a76adb92ce39aee8eec5a025c828030ad6135c6d
25970Author: Brad Spengler <spender@grsecurity.net>
25971Date: Tue Dec 15 14:31:49 2015 -0500
25972
25973 Update to pax-linux-4.3.3-test11.patch:
25974 - fixed a few compile regressions with the recent plugin changes, reported by spender
25975 - updated the size overflow hash table
25976
25977 tools/gcc/latent_entropy_plugin.c | 2 +-
25978 .../size_overflow_plugin/size_overflow_hash.data | 66 +++++++++++++++++---
25979 tools/gcc/stackleak_plugin.c | 2 +-
25980 tools/gcc/structleak_plugin.c | 6 +--
25981 4 files changed, 60 insertions(+), 16 deletions(-)
25982
25983commit f7284b1fc06628fcb2d35d2beecdea5454d46af9
25984Author: Brad Spengler <spender@grsecurity.net>
25985Date: Tue Dec 15 11:50:24 2015 -0500
25986
25987 Apply structleak ICE fix for gcc < 4.9
25988
25989 tools/gcc/structleak_plugin.c | 4 ++++
25990 1 files changed, 4 insertions(+), 0 deletions(-)
25991
25992commit 92fe3eb9fd10ec7f7334decab1526989669b0287
25993Author: Brad Spengler <spender@grsecurity.net>
25994Date: Tue Dec 15 07:57:06 2015 -0500
25995
25996 Update to pax-linux-4.3.1-test10.patch:
25997 - Emese fixed INDIRECT_REF and TARGET_MEM_REF handling in the initify plugin
25998 - Emese regenerated the size overflow hash tables for 4.3
25999 - fixed some compat syscall exit paths to restore r12 under KERNEXEC/or
26000 - the latent entropy, stackleak and structleak plugins no longer split the entry block unnecessarily
26001
26002 arch/x86/entry/entry_64.S | 2 +-
26003 arch/x86/entry/entry_64_compat.S | 15 +-
26004 scripts/package/builddeb | 2 +-
26005 tools/gcc/initify_plugin.c | 11 +-
26006 tools/gcc/latent_entropy_plugin.c | 20 +-
26007 .../disable_size_overflow_hash.data | 4 +
26008 .../size_overflow_plugin/size_overflow_hash.data | 5345 +++++++++++---------
26009 tools/gcc/stackleak_plugin.c | 26 +-
26010 tools/gcc/structleak_plugin.c | 21 +-
26011 9 files changed, 3079 insertions(+), 2367 deletions(-)
26012
26013commit 5bd245cb687319079c2f1c0d6a1170791ed1ed2c
26014Merge: b5847e6 3548341
26015Author: Brad Spengler <spender@grsecurity.net>
26016Date: Tue Dec 15 07:47:56 2015 -0500
26017
26018 Merge branch 'linux-4.3.y' into pax-4_3
26019
26020 Conflicts:
26021 net/unix/af_unix.c
26022
26023commit b5847e6a896c5d99191135ca4d7c3b6be8f116ff
26024Author: Brad Spengler <spender@grsecurity.net>
26025Date: Wed Dec 9 23:11:36 2015 -0500
26026
26027 Update to pax-linux-4.3.1-test9.patch:
26028 - 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)
26029 - Emese fixed an intentional overflow caused by gcc, reported by saironiq (https://forums.grsecurity.net/viewtopic.php?f=3&t=4333)
26030 - Emese fixed a false positive overflow report in the forcedeth driver, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?t=4334)
26031 - Emese fixed a false positive overflow report in KVM's emulator, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4336)
26032 - Emese fixed the initify plugin to detect some captured use of __func__, reported by Rasmus Villemoes <linux@rasmusvillemoes.dk>
26033 - constrained shmmax and shmall to avoid triggering size overflow checks, reported by Mathias Krause <minipli@ld-linux.so>
26034 - 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
26035
26036 Makefile | 6 +
26037 arch/x86/include/asm/compat.h | 4 +
26038 arch/x86/include/asm/dma.h | 2 +
26039 arch/x86/include/asm/pmem.h | 2 +-
26040 arch/x86/include/asm/uaccess.h | 20 +-
26041 arch/x86/kernel/apic/vector.c | 6 +-
26042 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
26043 arch/x86/kernel/cpu/perf_event_intel.c | 28 +-
26044 arch/x86/kernel/head_64.S | 1 -
26045 arch/x86/kvm/i8259.c | 10 +-
26046 arch/x86/kvm/ioapic.c | 2 +
26047 arch/x86/kvm/x86.c | 2 +
26048 arch/x86/lib/usercopy_64.c | 2 +-
26049 arch/x86/mm/mpx.c | 4 +-
26050 arch/x86/mm/pageattr.c | 7 +
26051 drivers/base/devres.c | 4 +-
26052 drivers/base/power/runtime.c | 6 +-
26053 drivers/base/regmap/regmap.c | 4 +-
26054 drivers/block/drbd/drbd_receiver.c | 4 +-
26055 drivers/block/drbd/drbd_worker.c | 6 +-
26056 drivers/char/virtio_console.c | 6 +-
26057 drivers/md/dm.c | 12 +-
26058 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
26059 drivers/net/macvtap.c | 4 +-
26060 drivers/video/fbdev/core/fbmem.c | 10 +-
26061 fs/compat.c | 3 +-
26062 fs/coredump.c | 2 +-
26063 fs/dcache.c | 13 +-
26064 fs/fhandle.c | 2 +-
26065 fs/file.c | 14 +-
26066 fs/fs-writeback.c | 11 +-
26067 fs/overlayfs/copy_up.c | 2 +-
26068 fs/readdir.c | 3 +-
26069 fs/super.c | 3 +-
26070 include/linux/compiler.h | 36 ++-
26071 include/linux/rcupdate.h | 8 +
26072 include/linux/sched.h | 4 +-
26073 include/linux/seqlock.h | 10 +
26074 include/linux/spinlock.h | 17 +-
26075 include/linux/srcu.h | 5 +-
26076 include/linux/syscalls.h | 2 +-
26077 include/linux/writeback.h | 3 +-
26078 include/uapi/linux/swab.h | 6 +-
26079 ipc/ipc_sysctl.c | 6 +
26080 kernel/exit.c | 25 +-
26081 kernel/resource.c | 4 +-
26082 kernel/signal.c | 12 +-
26083 kernel/user.c | 2 +-
26084 kernel/workqueue.c | 6 +-
26085 lib/rhashtable.c | 4 +-
26086 net/compat.c | 2 +-
26087 net/ipv4/xfrm4_mode_transport.c | 2 +-
26088 security/keys/internal.h | 8 +-
26089 security/keys/keyring.c | 4 -
26090 sound/core/seq/seq_clientmgr.c | 8 +-
26091 sound/core/seq/seq_compat.c | 2 +-
26092 sound/core/seq/seq_memory.c | 6 +-
26093 tools/gcc/checker_plugin.c | 415 +++++++++++++++++++-
26094 tools/gcc/gcc-common.h | 1 +
26095 tools/gcc/initify_plugin.c | 33 ++-
26096 .../disable_size_overflow_hash.data | 1 +
26097 .../size_overflow_plugin/size_overflow_hash.data | 1 -
26098 62 files changed, 708 insertions(+), 140 deletions(-)
26099
26100commit f2634c2f6995f4231616f24ed016f890c701f939
26101Merge: 1241bff 5f8b236
26102Author: Brad Spengler <spender@grsecurity.net>
26103Date: Wed Dec 9 21:50:47 2015 -0500
26104
26105 Merge branch 'linux-4.3.y' into pax-4_3
26106
26107 Conflicts:
26108 arch/x86/kernel/fpu/xstate.c
26109 arch/x86/kernel/head_64.S
26110
26111commit 1241bff82e3d7dadb05de0a60b8d2822afc6547c
26112Author: Brad Spengler <spender@grsecurity.net>
26113Date: Sun Dec 6 08:44:56 2015 -0500
26114
26115 Update to pax-linux-4.3-test8.patch:
26116 - 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)
26117 - gcc plugin compilation problems will now also produce the output of the checking script to make diagnosis easier, reported by hunger
26118 - 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)
26119 - 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)
26120
26121 Makefile | 5 +++
26122 drivers/md/md.c | 5 ++-
26123 drivers/md/raid1.c | 2 +-
26124 fs/proc/task_mmu.c | 3 ++
26125 .../disable_size_overflow_hash.data | 4 ++-
26126 .../size_overflow_plugin/intentional_overflow.c | 32 ++++++++++++++++---
26127 .../size_overflow_plugin/size_overflow_hash.data | 2 -
26128 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
26129 8 files changed, 43 insertions(+), 12 deletions(-)
26130
26131commit cce6a9f9bdd27096632ca1c0246dcc07f2eb1a18
26132Author: Brad Spengler <spender@grsecurity.net>
26133Date: Fri Dec 4 14:24:12 2015 -0500
26134
26135 Initial import of pax-linux-4.3-test7.patch
26136
26137 Documentation/dontdiff | 47 +-
26138 Documentation/kbuild/makefiles.txt | 39 +-
26139 Documentation/kernel-parameters.txt | 28 +
26140 Makefile | 108 +-
26141 arch/alpha/include/asm/atomic.h | 10 +
26142 arch/alpha/include/asm/elf.h | 7 +
26143 arch/alpha/include/asm/pgalloc.h | 6 +
26144 arch/alpha/include/asm/pgtable.h | 11 +
26145 arch/alpha/kernel/module.c | 2 +-
26146 arch/alpha/kernel/osf_sys.c | 8 +-
26147 arch/alpha/mm/fault.c | 141 +-
26148 arch/arm/Kconfig | 2 +-
26149 arch/arm/include/asm/atomic.h | 320 +-
26150 arch/arm/include/asm/cache.h | 5 +-
26151 arch/arm/include/asm/cacheflush.h | 2 +-
26152 arch/arm/include/asm/checksum.h | 14 +-
26153 arch/arm/include/asm/cmpxchg.h | 4 +
26154 arch/arm/include/asm/cpuidle.h | 2 +-
26155 arch/arm/include/asm/domain.h | 22 +-
26156 arch/arm/include/asm/elf.h | 9 +-
26157 arch/arm/include/asm/fncpy.h | 2 +
26158 arch/arm/include/asm/futex.h | 10 +
26159 arch/arm/include/asm/kmap_types.h | 2 +-
26160 arch/arm/include/asm/mach/dma.h | 2 +-
26161 arch/arm/include/asm/mach/map.h | 16 +-
26162 arch/arm/include/asm/outercache.h | 2 +-
26163 arch/arm/include/asm/page.h | 3 +-
26164 arch/arm/include/asm/pgalloc.h | 20 +
26165 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
26166 arch/arm/include/asm/pgtable-2level.h | 3 +
26167 arch/arm/include/asm/pgtable-3level.h | 3 +
26168 arch/arm/include/asm/pgtable.h | 54 +-
26169 arch/arm/include/asm/smp.h | 2 +-
26170 arch/arm/include/asm/tls.h | 3 +
26171 arch/arm/include/asm/uaccess.h | 79 +-
26172 arch/arm/include/uapi/asm/ptrace.h | 2 +-
26173 arch/arm/kernel/armksyms.c | 2 +-
26174 arch/arm/kernel/cpuidle.c | 2 +-
26175 arch/arm/kernel/entry-armv.S | 109 +-
26176 arch/arm/kernel/entry-common.S | 40 +-
26177 arch/arm/kernel/entry-header.S | 55 +
26178 arch/arm/kernel/fiq.c | 3 +
26179 arch/arm/kernel/module-plts.c | 7 +-
26180 arch/arm/kernel/module.c | 38 +-
26181 arch/arm/kernel/patch.c | 2 +
26182 arch/arm/kernel/process.c | 90 +-
26183 arch/arm/kernel/reboot.c | 1 +
26184 arch/arm/kernel/setup.c | 20 +-
26185 arch/arm/kernel/signal.c | 35 +-
26186 arch/arm/kernel/smp.c | 2 +-
26187 arch/arm/kernel/tcm.c | 4 +-
26188 arch/arm/kernel/vmlinux.lds.S | 6 +-
26189 arch/arm/kvm/arm.c | 8 +-
26190 arch/arm/lib/copy_page.S | 1 +
26191 arch/arm/lib/csumpartialcopyuser.S | 4 +-
26192 arch/arm/lib/delay.c | 2 +-
26193 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
26194 arch/arm/mach-exynos/suspend.c | 6 +-
26195 arch/arm/mach-mvebu/coherency.c | 4 +-
26196 arch/arm/mach-omap2/board-n8x0.c | 2 +-
26197 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
26198 arch/arm/mach-omap2/omap-smp.c | 1 +
26199 arch/arm/mach-omap2/omap-wakeupgen.c | 2 +-
26200 arch/arm/mach-omap2/omap_device.c | 4 +-
26201 arch/arm/mach-omap2/omap_device.h | 4 +-
26202 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
26203 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
26204 arch/arm/mach-omap2/wd_timer.c | 6 +-
26205 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
26206 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
26207 arch/arm/mach-tegra/irq.c | 1 +
26208 arch/arm/mach-ux500/pm.c | 1 +
26209 arch/arm/mach-zynq/platsmp.c | 1 +
26210 arch/arm/mm/Kconfig | 6 +-
26211 arch/arm/mm/alignment.c | 8 +
26212 arch/arm/mm/cache-l2x0.c | 2 +-
26213 arch/arm/mm/context.c | 10 +-
26214 arch/arm/mm/fault.c | 146 +
26215 arch/arm/mm/fault.h | 12 +
26216 arch/arm/mm/init.c | 39 +
26217 arch/arm/mm/ioremap.c | 4 +-
26218 arch/arm/mm/mmap.c | 30 +-
26219 arch/arm/mm/mmu.c | 162 +-
26220 arch/arm/net/bpf_jit_32.c | 3 +
26221 arch/arm/plat-iop/setup.c | 2 +-
26222 arch/arm/plat-omap/sram.c | 2 +
26223 arch/arm64/include/asm/atomic.h | 10 +
26224 arch/arm64/include/asm/percpu.h | 8 +-
26225 arch/arm64/include/asm/pgalloc.h | 5 +
26226 arch/arm64/include/asm/uaccess.h | 1 +
26227 arch/arm64/mm/dma-mapping.c | 2 +-
26228 arch/avr32/include/asm/elf.h | 8 +-
26229 arch/avr32/include/asm/kmap_types.h | 4 +-
26230 arch/avr32/mm/fault.c | 27 +
26231 arch/frv/include/asm/atomic.h | 10 +
26232 arch/frv/include/asm/kmap_types.h | 2 +-
26233 arch/frv/mm/elf-fdpic.c | 3 +-
26234 arch/ia64/Makefile | 1 +
26235 arch/ia64/include/asm/atomic.h | 10 +
26236 arch/ia64/include/asm/elf.h | 7 +
26237 arch/ia64/include/asm/pgalloc.h | 12 +
26238 arch/ia64/include/asm/pgtable.h | 13 +-
26239 arch/ia64/include/asm/spinlock.h | 2 +-
26240 arch/ia64/include/asm/uaccess.h | 27 +-
26241 arch/ia64/kernel/module.c | 45 +-
26242 arch/ia64/kernel/palinfo.c | 2 +-
26243 arch/ia64/kernel/sys_ia64.c | 7 +
26244 arch/ia64/kernel/vmlinux.lds.S | 2 +-
26245 arch/ia64/mm/fault.c | 32 +-
26246 arch/ia64/mm/init.c | 15 +-
26247 arch/m32r/lib/usercopy.c | 6 +
26248 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
26249 arch/mips/include/asm/atomic.h | 368 +-
26250 arch/mips/include/asm/elf.h | 7 +
26251 arch/mips/include/asm/exec.h | 2 +-
26252 arch/mips/include/asm/hw_irq.h | 2 +-
26253 arch/mips/include/asm/local.h | 57 +
26254 arch/mips/include/asm/page.h | 2 +-
26255 arch/mips/include/asm/pgalloc.h | 5 +
26256 arch/mips/include/asm/pgtable.h | 3 +
26257 arch/mips/include/asm/uaccess.h | 1 +
26258 arch/mips/kernel/binfmt_elfn32.c | 7 +
26259 arch/mips/kernel/binfmt_elfo32.c | 7 +
26260 arch/mips/kernel/irq-gt641xx.c | 2 +-
26261 arch/mips/kernel/irq.c | 6 +-
26262 arch/mips/kernel/pm-cps.c | 2 +-
26263 arch/mips/kernel/process.c | 12 -
26264 arch/mips/kernel/sync-r4k.c | 24 +-
26265 arch/mips/kernel/traps.c | 13 +-
26266 arch/mips/mm/fault.c | 25 +
26267 arch/mips/mm/mmap.c | 51 +-
26268 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
26269 arch/mips/sni/rm200.c | 2 +-
26270 arch/mips/vr41xx/common/icu.c | 2 +-
26271 arch/mips/vr41xx/common/irq.c | 4 +-
26272 arch/parisc/include/asm/atomic.h | 10 +
26273 arch/parisc/include/asm/elf.h | 7 +
26274 arch/parisc/include/asm/pgalloc.h | 6 +
26275 arch/parisc/include/asm/pgtable.h | 11 +
26276 arch/parisc/include/asm/uaccess.h | 4 +-
26277 arch/parisc/kernel/module.c | 50 +-
26278 arch/parisc/kernel/sys_parisc.c | 15 +
26279 arch/parisc/kernel/traps.c | 4 +-
26280 arch/parisc/mm/fault.c | 140 +-
26281 arch/powerpc/include/asm/atomic.h | 329 +-
26282 arch/powerpc/include/asm/elf.h | 12 +
26283 arch/powerpc/include/asm/exec.h | 2 +-
26284 arch/powerpc/include/asm/kmap_types.h | 2 +-
26285 arch/powerpc/include/asm/local.h | 46 +
26286 arch/powerpc/include/asm/mman.h | 2 +-
26287 arch/powerpc/include/asm/page.h | 8 +-
26288 arch/powerpc/include/asm/page_64.h | 7 +-
26289 arch/powerpc/include/asm/pgalloc-64.h | 7 +
26290 arch/powerpc/include/asm/pgtable.h | 1 +
26291 arch/powerpc/include/asm/pte-hash32.h | 1 +
26292 arch/powerpc/include/asm/reg.h | 1 +
26293 arch/powerpc/include/asm/smp.h | 2 +-
26294 arch/powerpc/include/asm/spinlock.h | 42 +-
26295 arch/powerpc/include/asm/uaccess.h | 141 +-
26296 arch/powerpc/kernel/Makefile | 5 +
26297 arch/powerpc/kernel/exceptions-64e.S | 4 +-
26298 arch/powerpc/kernel/exceptions-64s.S | 2 +-
26299 arch/powerpc/kernel/module_32.c | 15 +-
26300 arch/powerpc/kernel/process.c | 46 -
26301 arch/powerpc/kernel/signal_32.c | 2 +-
26302 arch/powerpc/kernel/signal_64.c | 2 +-
26303 arch/powerpc/kernel/traps.c | 21 +
26304 arch/powerpc/kernel/vdso.c | 5 +-
26305 arch/powerpc/lib/usercopy_64.c | 18 -
26306 arch/powerpc/mm/fault.c | 56 +-
26307 arch/powerpc/mm/mmap.c | 16 +
26308 arch/powerpc/mm/slice.c | 13 +-
26309 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
26310 arch/s390/include/asm/atomic.h | 10 +
26311 arch/s390/include/asm/elf.h | 7 +
26312 arch/s390/include/asm/exec.h | 2 +-
26313 arch/s390/include/asm/uaccess.h | 13 +-
26314 arch/s390/kernel/module.c | 22 +-
26315 arch/s390/kernel/process.c | 24 -
26316 arch/s390/mm/mmap.c | 16 +
26317 arch/score/include/asm/exec.h | 2 +-
26318 arch/score/kernel/process.c | 5 -
26319 arch/sh/mm/mmap.c | 22 +-
26320 arch/sparc/include/asm/atomic_64.h | 110 +-
26321 arch/sparc/include/asm/cache.h | 2 +-
26322 arch/sparc/include/asm/elf_32.h | 7 +
26323 arch/sparc/include/asm/elf_64.h | 7 +
26324 arch/sparc/include/asm/pgalloc_32.h | 1 +
26325 arch/sparc/include/asm/pgalloc_64.h | 1 +
26326 arch/sparc/include/asm/pgtable.h | 4 +
26327 arch/sparc/include/asm/pgtable_32.h | 15 +-
26328 arch/sparc/include/asm/pgtsrmmu.h | 5 +
26329 arch/sparc/include/asm/setup.h | 4 +-
26330 arch/sparc/include/asm/spinlock_64.h | 35 +-
26331 arch/sparc/include/asm/thread_info_32.h | 1 +
26332 arch/sparc/include/asm/thread_info_64.h | 2 +
26333 arch/sparc/include/asm/uaccess.h | 1 +
26334 arch/sparc/include/asm/uaccess_32.h | 28 +-
26335 arch/sparc/include/asm/uaccess_64.h | 24 +-
26336 arch/sparc/kernel/Makefile | 2 +-
26337 arch/sparc/kernel/prom_common.c | 2 +-
26338 arch/sparc/kernel/smp_64.c | 8 +-
26339 arch/sparc/kernel/sys_sparc_32.c | 2 +-
26340 arch/sparc/kernel/sys_sparc_64.c | 52 +-
26341 arch/sparc/kernel/traps_64.c | 27 +-
26342 arch/sparc/lib/Makefile | 2 +-
26343 arch/sparc/lib/atomic_64.S | 57 +-
26344 arch/sparc/lib/ksyms.c | 6 +-
26345 arch/sparc/mm/Makefile | 2 +-
26346 arch/sparc/mm/fault_32.c | 292 +
26347 arch/sparc/mm/fault_64.c | 486 +
26348 arch/sparc/mm/hugetlbpage.c | 22 +-
26349 arch/sparc/mm/init_64.c | 10 +-
26350 arch/tile/include/asm/atomic_64.h | 10 +
26351 arch/tile/include/asm/uaccess.h | 4 +-
26352 arch/um/Makefile | 4 +
26353 arch/um/include/asm/kmap_types.h | 2 +-
26354 arch/um/include/asm/page.h | 3 +
26355 arch/um/include/asm/pgtable-3level.h | 1 +
26356 arch/um/kernel/process.c | 16 -
26357 arch/x86/Kconfig | 15 +-
26358 arch/x86/Kconfig.cpu | 6 +-
26359 arch/x86/Kconfig.debug | 4 +-
26360 arch/x86/Makefile | 13 +-
26361 arch/x86/boot/Makefile | 3 +
26362 arch/x86/boot/bitops.h | 4 +-
26363 arch/x86/boot/boot.h | 2 +-
26364 arch/x86/boot/compressed/Makefile | 3 +
26365 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
26366 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
26367 arch/x86/boot/compressed/head_32.S | 4 +-
26368 arch/x86/boot/compressed/head_64.S | 12 +-
26369 arch/x86/boot/compressed/misc.c | 11 +-
26370 arch/x86/boot/cpucheck.c | 16 +-
26371 arch/x86/boot/header.S | 6 +-
26372 arch/x86/boot/memory.c | 2 +-
26373 arch/x86/boot/video-vesa.c | 1 +
26374 arch/x86/boot/video.c | 2 +-
26375 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
26376 arch/x86/crypto/aesni-intel_asm.S | 106 +-
26377 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
26378 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
26379 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
26380 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
26381 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
26382 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
26383 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 4 +-
26384 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
26385 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
26386 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
26387 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
26388 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
26389 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
26390 arch/x86/crypto/sha256-avx-asm.S | 2 +
26391 arch/x86/crypto/sha256-avx2-asm.S | 2 +
26392 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
26393 arch/x86/crypto/sha512-avx-asm.S | 2 +
26394 arch/x86/crypto/sha512-avx2-asm.S | 2 +
26395 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
26396 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
26397 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
26398 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
26399 arch/x86/entry/calling.h | 86 +-
26400 arch/x86/entry/common.c | 13 +-
26401 arch/x86/entry/entry_32.S | 351 +-
26402 arch/x86/entry/entry_64.S | 619 +-
26403 arch/x86/entry/entry_64_compat.S | 159 +-
26404 arch/x86/entry/thunk_64.S | 2 +
26405 arch/x86/entry/vdso/Makefile | 2 +-
26406 arch/x86/entry/vdso/vdso2c.h | 8 +-
26407 arch/x86/entry/vdso/vma.c | 41 +-
26408 arch/x86/entry/vsyscall/vsyscall_64.c | 16 +-
26409 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
26410 arch/x86/ia32/ia32_signal.c | 23 +-
26411 arch/x86/ia32/sys_ia32.c | 42 +-
26412 arch/x86/include/asm/alternative-asm.h | 43 +-
26413 arch/x86/include/asm/alternative.h | 4 +-
26414 arch/x86/include/asm/apic.h | 2 +-
26415 arch/x86/include/asm/apm.h | 4 +-
26416 arch/x86/include/asm/atomic.h | 230 +-
26417 arch/x86/include/asm/atomic64_32.h | 100 +
26418 arch/x86/include/asm/atomic64_64.h | 164 +-
26419 arch/x86/include/asm/bitops.h | 18 +-
26420 arch/x86/include/asm/boot.h | 2 +-
26421 arch/x86/include/asm/cache.h | 5 +-
26422 arch/x86/include/asm/checksum_32.h | 12 +-
26423 arch/x86/include/asm/cmpxchg.h | 39 +
26424 arch/x86/include/asm/compat.h | 2 +-
26425 arch/x86/include/asm/cpufeature.h | 17 +-
26426 arch/x86/include/asm/desc.h | 78 +-
26427 arch/x86/include/asm/desc_defs.h | 6 +
26428 arch/x86/include/asm/div64.h | 2 +-
26429 arch/x86/include/asm/elf.h | 33 +-
26430 arch/x86/include/asm/emergency-restart.h | 2 +-
26431 arch/x86/include/asm/fpu/internal.h | 42 +-
26432 arch/x86/include/asm/fpu/types.h | 6 +-
26433 arch/x86/include/asm/futex.h | 14 +-
26434 arch/x86/include/asm/hw_irq.h | 4 +-
26435 arch/x86/include/asm/i8259.h | 2 +-
26436 arch/x86/include/asm/io.h | 22 +-
26437 arch/x86/include/asm/irqflags.h | 5 +
26438 arch/x86/include/asm/kprobes.h | 9 +-
26439 arch/x86/include/asm/local.h | 106 +-
26440 arch/x86/include/asm/mman.h | 15 +
26441 arch/x86/include/asm/mmu.h | 14 +-
26442 arch/x86/include/asm/mmu_context.h | 114 +-
26443 arch/x86/include/asm/module.h | 17 +-
26444 arch/x86/include/asm/nmi.h | 19 +-
26445 arch/x86/include/asm/page.h | 1 +
26446 arch/x86/include/asm/page_32.h | 12 +-
26447 arch/x86/include/asm/page_64.h | 14 +-
26448 arch/x86/include/asm/paravirt.h | 46 +-
26449 arch/x86/include/asm/paravirt_types.h | 15 +-
26450 arch/x86/include/asm/pgalloc.h | 23 +
26451 arch/x86/include/asm/pgtable-2level.h | 2 +
26452 arch/x86/include/asm/pgtable-3level.h | 7 +
26453 arch/x86/include/asm/pgtable.h | 128 +-
26454 arch/x86/include/asm/pgtable_32.h | 14 +-
26455 arch/x86/include/asm/pgtable_32_types.h | 24 +-
26456 arch/x86/include/asm/pgtable_64.h | 23 +-
26457 arch/x86/include/asm/pgtable_64_types.h | 5 +
26458 arch/x86/include/asm/pgtable_types.h | 26 +-
26459 arch/x86/include/asm/preempt.h | 2 +-
26460 arch/x86/include/asm/processor.h | 57 +-
26461 arch/x86/include/asm/ptrace.h | 13 +-
26462 arch/x86/include/asm/realmode.h | 4 +-
26463 arch/x86/include/asm/reboot.h | 10 +-
26464 arch/x86/include/asm/rmwcc.h | 84 +-
26465 arch/x86/include/asm/rwsem.h | 60 +-
26466 arch/x86/include/asm/segment.h | 27 +-
26467 arch/x86/include/asm/smap.h | 43 +
26468 arch/x86/include/asm/smp.h | 14 +-
26469 arch/x86/include/asm/stackprotector.h | 4 +-
26470 arch/x86/include/asm/stacktrace.h | 32 +-
26471 arch/x86/include/asm/switch_to.h | 4 +-
26472 arch/x86/include/asm/sys_ia32.h | 6 +-
26473 arch/x86/include/asm/thread_info.h | 27 +-
26474 arch/x86/include/asm/tlbflush.h | 77 +-
26475 arch/x86/include/asm/uaccess.h | 192 +-
26476 arch/x86/include/asm/uaccess_32.h | 28 +-
26477 arch/x86/include/asm/uaccess_64.h | 169 +-
26478 arch/x86/include/asm/word-at-a-time.h | 2 +-
26479 arch/x86/include/asm/x86_init.h | 10 +-
26480 arch/x86/include/asm/xen/page.h | 2 +-
26481 arch/x86/include/uapi/asm/e820.h | 2 +-
26482 arch/x86/kernel/Makefile | 2 +-
26483 arch/x86/kernel/acpi/boot.c | 4 +-
26484 arch/x86/kernel/acpi/sleep.c | 4 +
26485 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
26486 arch/x86/kernel/alternative.c | 124 +-
26487 arch/x86/kernel/apic/apic.c | 4 +-
26488 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
26489 arch/x86/kernel/apic/apic_noop.c | 2 +-
26490 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
26491 arch/x86/kernel/apic/io_apic.c | 8 +-
26492 arch/x86/kernel/apic/msi.c | 2 +-
26493 arch/x86/kernel/apic/probe_32.c | 4 +-
26494 arch/x86/kernel/apic/vector.c | 4 +-
26495 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
26496 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
26497 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
26498 arch/x86/kernel/apm_32.c | 21 +-
26499 arch/x86/kernel/asm-offsets.c | 20 +
26500 arch/x86/kernel/asm-offsets_64.c | 1 +
26501 arch/x86/kernel/cpu/Makefile | 4 -
26502 arch/x86/kernel/cpu/amd.c | 2 +-
26503 arch/x86/kernel/cpu/bugs_64.c | 2 +
26504 arch/x86/kernel/cpu/common.c | 202 +-
26505 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
26506 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
26507 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
26508 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
26509 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
26510 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
26511 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
26512 arch/x86/kernel/cpu/perf_event.c | 10 +-
26513 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
26514 arch/x86/kernel/cpu/perf_event_intel.c | 6 +-
26515 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
26516 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
26517 arch/x86/kernel/cpu/perf_event_intel_pt.c | 44 +-
26518 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
26519 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
26520 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
26521 arch/x86/kernel/crash_dump_64.c | 2 +-
26522 arch/x86/kernel/doublefault.c | 8 +-
26523 arch/x86/kernel/dumpstack.c | 24 +-
26524 arch/x86/kernel/dumpstack_32.c | 25 +-
26525 arch/x86/kernel/dumpstack_64.c | 62 +-
26526 arch/x86/kernel/e820.c | 4 +-
26527 arch/x86/kernel/early_printk.c | 1 +
26528 arch/x86/kernel/espfix_64.c | 44 +-
26529 arch/x86/kernel/fpu/core.c | 24 +-
26530 arch/x86/kernel/fpu/init.c | 40 +-
26531 arch/x86/kernel/fpu/regset.c | 22 +-
26532 arch/x86/kernel/fpu/signal.c | 20 +-
26533 arch/x86/kernel/fpu/xstate.c | 8 +-
26534 arch/x86/kernel/ftrace.c | 18 +-
26535 arch/x86/kernel/head64.c | 14 +-
26536 arch/x86/kernel/head_32.S | 235 +-
26537 arch/x86/kernel/head_64.S | 173 +-
26538 arch/x86/kernel/i386_ksyms_32.c | 12 +
26539 arch/x86/kernel/i8259.c | 10 +-
26540 arch/x86/kernel/io_delay.c | 2 +-
26541 arch/x86/kernel/ioport.c | 2 +-
26542 arch/x86/kernel/irq.c | 8 +-
26543 arch/x86/kernel/irq_32.c | 45 +-
26544 arch/x86/kernel/jump_label.c | 10 +-
26545 arch/x86/kernel/kgdb.c | 21 +-
26546 arch/x86/kernel/kprobes/core.c | 28 +-
26547 arch/x86/kernel/kprobes/opt.c | 16 +-
26548 arch/x86/kernel/ksysfs.c | 2 +-
26549 arch/x86/kernel/kvmclock.c | 20 +-
26550 arch/x86/kernel/ldt.c | 25 +
26551 arch/x86/kernel/livepatch.c | 12 +-
26552 arch/x86/kernel/machine_kexec_32.c | 6 +-
26553 arch/x86/kernel/mcount_64.S | 19 +-
26554 arch/x86/kernel/module.c | 78 +-
26555 arch/x86/kernel/msr.c | 2 +-
26556 arch/x86/kernel/nmi.c | 34 +-
26557 arch/x86/kernel/nmi_selftest.c | 4 +-
26558 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
26559 arch/x86/kernel/paravirt.c | 45 +-
26560 arch/x86/kernel/paravirt_patch_64.c | 8 +
26561 arch/x86/kernel/pci-calgary_64.c | 2 +-
26562 arch/x86/kernel/pci-iommu_table.c | 2 +-
26563 arch/x86/kernel/pci-swiotlb.c | 2 +-
26564 arch/x86/kernel/process.c | 80 +-
26565 arch/x86/kernel/process_32.c | 29 +-
26566 arch/x86/kernel/process_64.c | 14 +-
26567 arch/x86/kernel/ptrace.c | 20 +-
26568 arch/x86/kernel/pvclock.c | 8 +-
26569 arch/x86/kernel/reboot.c | 44 +-
26570 arch/x86/kernel/reboot_fixups_32.c | 2 +-
26571 arch/x86/kernel/relocate_kernel_64.S | 3 +-
26572 arch/x86/kernel/setup.c | 29 +-
26573 arch/x86/kernel/setup_percpu.c | 29 +-
26574 arch/x86/kernel/signal.c | 17 +-
26575 arch/x86/kernel/smp.c | 2 +-
26576 arch/x86/kernel/smpboot.c | 29 +-
26577 arch/x86/kernel/step.c | 6 +-
26578 arch/x86/kernel/sys_i386_32.c | 184 +
26579 arch/x86/kernel/sys_x86_64.c | 22 +-
26580 arch/x86/kernel/tboot.c | 14 +-
26581 arch/x86/kernel/time.c | 8 +-
26582 arch/x86/kernel/tls.c | 7 +-
26583 arch/x86/kernel/tracepoint.c | 4 +-
26584 arch/x86/kernel/traps.c | 53 +-
26585 arch/x86/kernel/tsc.c | 2 +-
26586 arch/x86/kernel/uprobes.c | 2 +-
26587 arch/x86/kernel/vm86_32.c | 6 +-
26588 arch/x86/kernel/vmlinux.lds.S | 153 +-
26589 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
26590 arch/x86/kernel/x86_init.c | 6 +-
26591 arch/x86/kvm/cpuid.c | 21 +-
26592 arch/x86/kvm/emulate.c | 2 +-
26593 arch/x86/kvm/lapic.c | 2 +-
26594 arch/x86/kvm/paging_tmpl.h | 2 +-
26595 arch/x86/kvm/svm.c | 10 +-
26596 arch/x86/kvm/vmx.c | 62 +-
26597 arch/x86/kvm/x86.c | 42 +-
26598 arch/x86/lguest/boot.c | 3 +-
26599 arch/x86/lib/atomic64_386_32.S | 164 +
26600 arch/x86/lib/atomic64_cx8_32.S | 98 +-
26601 arch/x86/lib/checksum_32.S | 99 +-
26602 arch/x86/lib/clear_page_64.S | 3 +
26603 arch/x86/lib/cmpxchg16b_emu.S | 3 +
26604 arch/x86/lib/copy_page_64.S | 14 +-
26605 arch/x86/lib/copy_user_64.S | 66 +-
26606 arch/x86/lib/csum-copy_64.S | 14 +-
26607 arch/x86/lib/csum-wrappers_64.c | 8 +-
26608 arch/x86/lib/getuser.S | 74 +-
26609 arch/x86/lib/insn.c | 8 +-
26610 arch/x86/lib/iomap_copy_64.S | 2 +
26611 arch/x86/lib/memcpy_64.S | 6 +
26612 arch/x86/lib/memmove_64.S | 3 +-
26613 arch/x86/lib/memset_64.S | 3 +
26614 arch/x86/lib/mmx_32.c | 243 +-
26615 arch/x86/lib/msr-reg.S | 2 +
26616 arch/x86/lib/putuser.S | 87 +-
26617 arch/x86/lib/rwsem.S | 6 +-
26618 arch/x86/lib/usercopy_32.c | 359 +-
26619 arch/x86/lib/usercopy_64.c | 20 +-
26620 arch/x86/math-emu/fpu_aux.c | 2 +-
26621 arch/x86/math-emu/fpu_entry.c | 4 +-
26622 arch/x86/math-emu/fpu_system.h | 2 +-
26623 arch/x86/mm/Makefile | 4 +
26624 arch/x86/mm/extable.c | 26 +-
26625 arch/x86/mm/fault.c | 570 +-
26626 arch/x86/mm/gup.c | 6 +-
26627 arch/x86/mm/highmem_32.c | 6 +
26628 arch/x86/mm/hugetlbpage.c | 24 +-
26629 arch/x86/mm/init.c | 111 +-
26630 arch/x86/mm/init_32.c | 111 +-
26631 arch/x86/mm/init_64.c | 46 +-
26632 arch/x86/mm/iomap_32.c | 4 +
26633 arch/x86/mm/ioremap.c | 52 +-
26634 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
26635 arch/x86/mm/mmap.c | 40 +-
26636 arch/x86/mm/mmio-mod.c | 10 +-
26637 arch/x86/mm/numa.c | 2 +-
26638 arch/x86/mm/pageattr.c | 38 +-
26639 arch/x86/mm/pat.c | 12 +-
26640 arch/x86/mm/pat_rbtree.c | 2 +-
26641 arch/x86/mm/pf_in.c | 10 +-
26642 arch/x86/mm/pgtable.c | 214 +-
26643 arch/x86/mm/pgtable_32.c | 3 +
26644 arch/x86/mm/setup_nx.c | 7 +
26645 arch/x86/mm/tlb.c | 4 +
26646 arch/x86/mm/uderef_64.c | 37 +
26647 arch/x86/net/bpf_jit.S | 11 +
26648 arch/x86/net/bpf_jit_comp.c | 13 +-
26649 arch/x86/oprofile/backtrace.c | 6 +-
26650 arch/x86/oprofile/nmi_int.c | 8 +-
26651 arch/x86/oprofile/op_model_amd.c | 8 +-
26652 arch/x86/oprofile/op_model_ppro.c | 7 +-
26653 arch/x86/oprofile/op_x86_model.h | 2 +-
26654 arch/x86/pci/intel_mid_pci.c | 2 +-
26655 arch/x86/pci/irq.c | 8 +-
26656 arch/x86/pci/pcbios.c | 144 +-
26657 arch/x86/platform/efi/efi_32.c | 24 +
26658 arch/x86/platform/efi/efi_64.c | 26 +-
26659 arch/x86/platform/efi/efi_stub_32.S | 64 +-
26660 arch/x86/platform/efi/efi_stub_64.S | 2 +
26661 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
26662 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
26663 arch/x86/platform/intel-mid/mfld.c | 4 +-
26664 arch/x86/platform/intel-mid/mrfl.c | 2 +-
26665 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
26666 arch/x86/platform/olpc/olpc_dt.c | 2 +-
26667 arch/x86/power/cpu.c | 11 +-
26668 arch/x86/realmode/init.c | 10 +-
26669 arch/x86/realmode/rm/Makefile | 3 +
26670 arch/x86/realmode/rm/header.S | 4 +-
26671 arch/x86/realmode/rm/reboot.S | 4 +
26672 arch/x86/realmode/rm/trampoline_32.S | 12 +-
26673 arch/x86/realmode/rm/trampoline_64.S | 3 +-
26674 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
26675 arch/x86/tools/Makefile | 2 +-
26676 arch/x86/tools/relocs.c | 96 +-
26677 arch/x86/um/mem_32.c | 2 +-
26678 arch/x86/um/tls_32.c | 2 +-
26679 arch/x86/xen/enlighten.c | 50 +-
26680 arch/x86/xen/mmu.c | 19 +-
26681 arch/x86/xen/smp.c | 16 +-
26682 arch/x86/xen/xen-asm_32.S | 2 +-
26683 arch/x86/xen/xen-head.S | 11 +
26684 arch/x86/xen/xen-ops.h | 2 -
26685 block/bio.c | 4 +-
26686 block/blk-iopoll.c | 2 +-
26687 block/blk-map.c | 2 +-
26688 block/blk-softirq.c | 2 +-
26689 block/bsg.c | 12 +-
26690 block/compat_ioctl.c | 4 +-
26691 block/genhd.c | 9 +-
26692 block/partitions/efi.c | 8 +-
26693 block/scsi_ioctl.c | 29 +-
26694 crypto/cryptd.c | 4 +-
26695 crypto/pcrypt.c | 2 +-
26696 crypto/zlib.c | 12 +-
26697 drivers/acpi/acpi_video.c | 2 +-
26698 drivers/acpi/apei/apei-internal.h | 2 +-
26699 drivers/acpi/apei/ghes.c | 4 +-
26700 drivers/acpi/bgrt.c | 6 +-
26701 drivers/acpi/blacklist.c | 4 +-
26702 drivers/acpi/bus.c | 4 +-
26703 drivers/acpi/device_pm.c | 4 +-
26704 drivers/acpi/ec.c | 2 +-
26705 drivers/acpi/pci_slot.c | 2 +-
26706 drivers/acpi/processor_idle.c | 2 +-
26707 drivers/acpi/processor_pdc.c | 2 +-
26708 drivers/acpi/sleep.c | 2 +-
26709 drivers/acpi/sysfs.c | 4 +-
26710 drivers/acpi/thermal.c | 2 +-
26711 drivers/acpi/video_detect.c | 7 +-
26712 drivers/ata/libata-core.c | 12 +-
26713 drivers/ata/libata-scsi.c | 2 +-
26714 drivers/ata/libata.h | 2 +-
26715 drivers/ata/pata_arasan_cf.c | 4 +-
26716 drivers/atm/adummy.c | 2 +-
26717 drivers/atm/ambassador.c | 8 +-
26718 drivers/atm/atmtcp.c | 14 +-
26719 drivers/atm/eni.c | 10 +-
26720 drivers/atm/firestream.c | 8 +-
26721 drivers/atm/fore200e.c | 14 +-
26722 drivers/atm/he.c | 18 +-
26723 drivers/atm/horizon.c | 4 +-
26724 drivers/atm/idt77252.c | 36 +-
26725 drivers/atm/iphase.c | 34 +-
26726 drivers/atm/lanai.c | 12 +-
26727 drivers/atm/nicstar.c | 46 +-
26728 drivers/atm/solos-pci.c | 4 +-
26729 drivers/atm/suni.c | 4 +-
26730 drivers/atm/uPD98402.c | 16 +-
26731 drivers/atm/zatm.c | 6 +-
26732 drivers/base/bus.c | 4 +-
26733 drivers/base/devtmpfs.c | 8 +-
26734 drivers/base/node.c | 2 +-
26735 drivers/base/platform-msi.c | 20 +-
26736 drivers/base/power/domain.c | 11 +-
26737 drivers/base/power/sysfs.c | 2 +-
26738 drivers/base/power/wakeup.c | 8 +-
26739 drivers/base/regmap/regmap-debugfs.c | 11 +-
26740 drivers/base/syscore.c | 4 +-
26741 drivers/block/cciss.c | 28 +-
26742 drivers/block/cciss.h | 2 +-
26743 drivers/block/cpqarray.c | 28 +-
26744 drivers/block/cpqarray.h | 2 +-
26745 drivers/block/drbd/drbd_bitmap.c | 2 +-
26746 drivers/block/drbd/drbd_int.h | 8 +-
26747 drivers/block/drbd/drbd_main.c | 12 +-
26748 drivers/block/drbd/drbd_nl.c | 4 +-
26749 drivers/block/drbd/drbd_receiver.c | 34 +-
26750 drivers/block/drbd/drbd_worker.c | 8 +-
26751 drivers/block/pktcdvd.c | 4 +-
26752 drivers/block/rbd.c | 2 +-
26753 drivers/bluetooth/btwilink.c | 2 +-
26754 drivers/bus/arm-cci.c | 12 +-
26755 drivers/cdrom/cdrom.c | 11 +-
26756 drivers/cdrom/gdrom.c | 1 -
26757 drivers/char/agp/compat_ioctl.c | 2 +-
26758 drivers/char/agp/frontend.c | 4 +-
26759 drivers/char/agp/intel-gtt.c | 4 +-
26760 drivers/char/hpet.c | 2 +-
26761 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
26762 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
26763 drivers/char/mem.c | 47 +-
26764 drivers/char/nvram.c | 2 +-
26765 drivers/char/pcmcia/synclink_cs.c | 16 +-
26766 drivers/char/random.c | 12 +-
26767 drivers/char/sonypi.c | 11 +-
26768 drivers/char/tpm/tpm_acpi.c | 3 +-
26769 drivers/char/tpm/tpm_eventlog.c | 4 +-
26770 drivers/char/virtio_console.c | 4 +-
26771 drivers/clk/clk-composite.c | 2 +-
26772 drivers/clk/samsung/clk.h | 2 +-
26773 drivers/clk/socfpga/clk-gate.c | 9 +-
26774 drivers/clk/socfpga/clk-pll.c | 9 +-
26775 drivers/clk/ti/clk.c | 8 +-
26776 drivers/cpufreq/acpi-cpufreq.c | 17 +-
26777 drivers/cpufreq/cpufreq-dt.c | 4 +-
26778 drivers/cpufreq/cpufreq.c | 30 +-
26779 drivers/cpufreq/cpufreq_governor.c | 2 +-
26780 drivers/cpufreq/cpufreq_governor.h | 4 +-
26781 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
26782 drivers/cpufreq/intel_pstate.c | 33 +-
26783 drivers/cpufreq/p4-clockmod.c | 12 +-
26784 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
26785 drivers/cpufreq/speedstep-centrino.c | 7 +-
26786 drivers/cpuidle/driver.c | 2 +-
26787 drivers/cpuidle/dt_idle_states.c | 2 +-
26788 drivers/cpuidle/governor.c | 2 +-
26789 drivers/cpuidle/sysfs.c | 2 +-
26790 drivers/crypto/hifn_795x.c | 4 +-
26791 drivers/devfreq/devfreq.c | 4 +-
26792 drivers/dma/sh/shdma-base.c | 4 +-
26793 drivers/dma/sh/shdmac.c | 2 +-
26794 drivers/edac/edac_device.c | 4 +-
26795 drivers/edac/edac_mc_sysfs.c | 2 +-
26796 drivers/edac/edac_pci.c | 4 +-
26797 drivers/edac/edac_pci_sysfs.c | 22 +-
26798 drivers/edac/mce_amd.h | 2 +-
26799 drivers/firewire/core-card.c | 6 +-
26800 drivers/firewire/core-device.c | 2 +-
26801 drivers/firewire/core-transaction.c | 1 +
26802 drivers/firewire/core.h | 1 +
26803 drivers/firmware/dmi-id.c | 2 +-
26804 drivers/firmware/dmi_scan.c | 12 +-
26805 drivers/firmware/efi/cper.c | 8 +-
26806 drivers/firmware/efi/efi.c | 12 +-
26807 drivers/firmware/efi/efivars.c | 2 +-
26808 drivers/firmware/efi/runtime-map.c | 2 +-
26809 drivers/firmware/google/gsmi.c | 2 +-
26810 drivers/firmware/google/memconsole.c | 7 +-
26811 drivers/firmware/memmap.c | 2 +-
26812 drivers/firmware/psci.c | 2 +-
26813 drivers/gpio/gpio-davinci.c | 6 +-
26814 drivers/gpio/gpio-em.c | 2 +-
26815 drivers/gpio/gpio-ich.c | 2 +-
26816 drivers/gpio/gpio-omap.c | 4 +-
26817 drivers/gpio/gpio-rcar.c | 2 +-
26818 drivers/gpio/gpio-vr41xx.c | 2 +-
26819 drivers/gpio/gpiolib.c | 12 +-
26820 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
26821 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
26822 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
26823 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
26824 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
26825 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
26826 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
26827 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
26828 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
26829 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
26830 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
26831 drivers/gpu/drm/drm_crtc.c | 2 +-
26832 drivers/gpu/drm/drm_drv.c | 2 +-
26833 drivers/gpu/drm/drm_fops.c | 12 +-
26834 drivers/gpu/drm/drm_global.c | 14 +-
26835 drivers/gpu/drm/drm_info.c | 13 +-
26836 drivers/gpu/drm/drm_ioc32.c | 13 +-
26837 drivers/gpu/drm/drm_ioctl.c | 2 +-
26838 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
26839 drivers/gpu/drm/i810/i810_drv.h | 4 +-
26840 drivers/gpu/drm/i915/i915_dma.c | 2 +-
26841 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
26842 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
26843 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
26844 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
26845 drivers/gpu/drm/i915/intel_display.c | 26 +-
26846 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
26847 drivers/gpu/drm/mga/mga_drv.h | 4 +-
26848 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
26849 drivers/gpu/drm/mga/mga_irq.c | 8 +-
26850 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
26851 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
26852 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
26853 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
26854 drivers/gpu/drm/omapdrm/Makefile | 2 +-
26855 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
26856 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
26857 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
26858 drivers/gpu/drm/qxl/qxl_ioctl.c | 10 +-
26859 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
26860 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
26861 drivers/gpu/drm/r128/r128_cce.c | 2 +-
26862 drivers/gpu/drm/r128/r128_drv.h | 4 +-
26863 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
26864 drivers/gpu/drm/r128/r128_irq.c | 4 +-
26865 drivers/gpu/drm/r128/r128_state.c | 4 +-
26866 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
26867 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
26868 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
26869 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
26870 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
26871 drivers/gpu/drm/radeon/radeon_state.c | 4 +-
26872 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
26873 drivers/gpu/drm/tegra/dc.c | 2 +-
26874 drivers/gpu/drm/tegra/dsi.c | 2 +-
26875 drivers/gpu/drm/tegra/hdmi.c | 2 +-
26876 drivers/gpu/drm/tegra/sor.c | 7 +-
26877 drivers/gpu/drm/tilcdc/Makefile | 6 +-
26878 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
26879 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
26880 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
26881 drivers/gpu/drm/udl/udl_fb.c | 1 -
26882 drivers/gpu/drm/via/via_drv.h | 4 +-
26883 drivers/gpu/drm/via/via_irq.c | 18 +-
26884 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
26885 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
26886 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
26887 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
26888 drivers/gpu/vga/vga_switcheroo.c | 4 +-
26889 drivers/hid/hid-core.c | 4 +-
26890 drivers/hid/hid-sensor-custom.c | 2 +-
26891 drivers/hv/channel.c | 2 +-
26892 drivers/hv/hv.c | 4 +-
26893 drivers/hv/hv_balloon.c | 18 +-
26894 drivers/hv/hyperv_vmbus.h | 2 +-
26895 drivers/hwmon/acpi_power_meter.c | 6 +-
26896 drivers/hwmon/applesmc.c | 2 +-
26897 drivers/hwmon/asus_atk0110.c | 10 +-
26898 drivers/hwmon/coretemp.c | 2 +-
26899 drivers/hwmon/dell-smm-hwmon.c | 2 +-
26900 drivers/hwmon/ibmaem.c | 2 +-
26901 drivers/hwmon/iio_hwmon.c | 2 +-
26902 drivers/hwmon/nct6683.c | 6 +-
26903 drivers/hwmon/nct6775.c | 6 +-
26904 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
26905 drivers/hwmon/sht15.c | 12 +-
26906 drivers/hwmon/via-cputemp.c | 2 +-
26907 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
26908 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
26909 drivers/i2c/i2c-dev.c | 2 +-
26910 drivers/ide/ide-cd.c | 2 +-
26911 drivers/ide/ide-disk.c | 2 +-
26912 drivers/iio/industrialio-core.c | 2 +-
26913 drivers/iio/magnetometer/ak8975.c | 2 +-
26914 drivers/infiniband/core/cm.c | 32 +-
26915 drivers/infiniband/core/fmr_pool.c | 20 +-
26916 drivers/infiniband/core/uverbs_cmd.c | 3 +
26917 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
26918 drivers/infiniband/hw/mlx4/mad.c | 2 +-
26919 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
26920 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
26921 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
26922 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
26923 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
26924 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
26925 drivers/infiniband/hw/nes/nes.c | 4 +-
26926 drivers/infiniband/hw/nes/nes.h | 40 +-
26927 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
26928 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
26929 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
26930 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
26931 drivers/infiniband/hw/qib/qib.h | 1 +
26932 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
26933 drivers/input/gameport/gameport.c | 4 +-
26934 drivers/input/input.c | 4 +-
26935 drivers/input/joystick/sidewinder.c | 1 +
26936 drivers/input/joystick/xpad.c | 4 +-
26937 drivers/input/misc/ims-pcu.c | 4 +-
26938 drivers/input/mouse/psmouse.h | 2 +-
26939 drivers/input/mousedev.c | 2 +-
26940 drivers/input/serio/serio.c | 4 +-
26941 drivers/input/serio/serio_raw.c | 4 +-
26942 drivers/input/touchscreen/htcpen.c | 2 +-
26943 drivers/iommu/arm-smmu-v3.c | 2 +-
26944 drivers/iommu/arm-smmu.c | 43 +-
26945 drivers/iommu/io-pgtable-arm.c | 101 +-
26946 drivers/iommu/io-pgtable.c | 11 +-
26947 drivers/iommu/io-pgtable.h | 19 +-
26948 drivers/iommu/iommu.c | 2 +-
26949 drivers/iommu/ipmmu-vmsa.c | 13 +-
26950 drivers/iommu/irq_remapping.c | 2 +-
26951 drivers/irqchip/irq-gic.c | 2 +-
26952 drivers/irqchip/irq-i8259.c | 2 +-
26953 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
26954 drivers/irqchip/irq-renesas-irqc.c | 2 +-
26955 drivers/isdn/capi/capi.c | 10 +-
26956 drivers/isdn/gigaset/interface.c | 8 +-
26957 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
26958 drivers/isdn/hardware/avm/b1.c | 4 +-
26959 drivers/isdn/i4l/isdn_common.c | 2 +
26960 drivers/isdn/i4l/isdn_tty.c | 22 +-
26961 drivers/isdn/icn/icn.c | 2 +-
26962 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
26963 drivers/lguest/core.c | 10 +-
26964 drivers/lguest/page_tables.c | 2 +-
26965 drivers/lguest/x86/core.c | 12 +-
26966 drivers/lguest/x86/switcher_32.S | 27 +-
26967 drivers/md/bcache/closure.h | 2 +-
26968 drivers/md/bitmap.c | 2 +-
26969 drivers/md/dm-ioctl.c | 2 +-
26970 drivers/md/dm-raid1.c | 18 +-
26971 drivers/md/dm-stats.c | 6 +-
26972 drivers/md/dm-stripe.c | 10 +-
26973 drivers/md/dm-table.c | 2 +-
26974 drivers/md/dm-thin-metadata.c | 4 +-
26975 drivers/md/dm.c | 16 +-
26976 drivers/md/md.c | 26 +-
26977 drivers/md/md.h | 6 +-
26978 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
26979 drivers/md/persistent-data/dm-space-map.h | 1 +
26980 drivers/md/raid1.c | 4 +-
26981 drivers/md/raid10.c | 18 +-
26982 drivers/md/raid5.c | 22 +-
26983 drivers/media/dvb-core/dvbdev.c | 2 +-
26984 drivers/media/dvb-frontends/af9033.h | 2 +-
26985 drivers/media/dvb-frontends/dib3000.h | 2 +-
26986 drivers/media/dvb-frontends/dib7000p.h | 2 +-
26987 drivers/media/dvb-frontends/dib8000.h | 2 +-
26988 drivers/media/pci/cx88/cx88-video.c | 6 +-
26989 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
26990 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
26991 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
26992 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
26993 drivers/media/pci/tw68/tw68-core.c | 2 +-
26994 drivers/media/platform/omap/omap_vout.c | 11 +-
26995 drivers/media/platform/s5p-tv/mixer.h | 2 +-
26996 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
26997 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
26998 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
26999 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
27000 drivers/media/radio/radio-cadet.c | 2 +
27001 drivers/media/radio/radio-maxiradio.c | 2 +-
27002 drivers/media/radio/radio-shark.c | 2 +-
27003 drivers/media/radio/radio-shark2.c | 2 +-
27004 drivers/media/radio/radio-si476x.c | 2 +-
27005 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
27006 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
27007 drivers/media/v4l2-core/v4l2-device.c | 4 +-
27008 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
27009 drivers/memory/omap-gpmc.c | 21 +-
27010 drivers/message/fusion/mptsas.c | 34 +-
27011 drivers/mfd/ab8500-debugfs.c | 2 +-
27012 drivers/mfd/kempld-core.c | 2 +-
27013 drivers/mfd/max8925-i2c.c | 2 +-
27014 drivers/mfd/tps65910.c | 2 +-
27015 drivers/mfd/twl4030-irq.c | 9 +-
27016 drivers/mfd/wm5110-tables.c | 2 +-
27017 drivers/mfd/wm8998-tables.c | 2 +-
27018 drivers/misc/c2port/core.c | 4 +-
27019 drivers/misc/kgdbts.c | 4 +-
27020 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
27021 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
27022 drivers/misc/mic/scif/scif_rb.c | 8 +-
27023 drivers/misc/sgi-gru/gruhandles.c | 4 +-
27024 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
27025 drivers/misc/sgi-gru/grutables.h | 154 +-
27026 drivers/misc/sgi-xp/xp.h | 2 +-
27027 drivers/misc/sgi-xp/xpc.h | 3 +-
27028 drivers/misc/sgi-xp/xpc_main.c | 2 +-
27029 drivers/mmc/card/block.c | 2 +-
27030 drivers/mmc/host/dw_mmc.h | 2 +-
27031 drivers/mmc/host/mmci.c | 4 +-
27032 drivers/mmc/host/omap_hsmmc.c | 4 +-
27033 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
27034 drivers/mmc/host/sdhci-s3c.c | 8 +-
27035 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
27036 drivers/mtd/nand/denali.c | 1 +
27037 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
27038 drivers/mtd/nftlmount.c | 1 +
27039 drivers/mtd/sm_ftl.c | 2 +-
27040 drivers/net/bonding/bond_netlink.c | 2 +-
27041 drivers/net/caif/caif_hsi.c | 2 +-
27042 drivers/net/can/Kconfig | 2 +-
27043 drivers/net/can/dev.c | 2 +-
27044 drivers/net/can/vcan.c | 2 +-
27045 drivers/net/dummy.c | 2 +-
27046 drivers/net/ethernet/8390/ax88796.c | 4 +-
27047 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
27048 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
27049 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
27050 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
27051 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
27052 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
27053 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
27054 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
27055 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
27056 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
27057 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
27058 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
27059 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
27060 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
27061 drivers/net/ethernet/broadcom/tg3.h | 1 +
27062 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
27063 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
27064 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
27065 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
27066 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
27067 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
27068 drivers/net/ethernet/faraday/ftmac100.c | 2 +
27069 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
27070 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
27071 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
27072 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
27073 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
27074 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
27075 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
27076 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
27077 drivers/net/ethernet/realtek/r8169.c | 8 +-
27078 drivers/net/ethernet/sfc/ptp.c | 2 +-
27079 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
27080 drivers/net/ethernet/via/via-rhine.c | 2 +-
27081 drivers/net/geneve.c | 2 +-
27082 drivers/net/hyperv/hyperv_net.h | 2 +-
27083 drivers/net/hyperv/rndis_filter.c | 4 +-
27084 drivers/net/ifb.c | 2 +-
27085 drivers/net/ipvlan/ipvlan_core.c | 2 +-
27086 drivers/net/macvlan.c | 20 +-
27087 drivers/net/macvtap.c | 6 +-
27088 drivers/net/nlmon.c | 2 +-
27089 drivers/net/phy/phy_device.c | 6 +-
27090 drivers/net/ppp/ppp_generic.c | 4 +-
27091 drivers/net/slip/slhc.c | 2 +-
27092 drivers/net/team/team.c | 4 +-
27093 drivers/net/tun.c | 7 +-
27094 drivers/net/usb/hso.c | 23 +-
27095 drivers/net/usb/r8152.c | 2 +-
27096 drivers/net/usb/sierra_net.c | 4 +-
27097 drivers/net/virtio_net.c | 2 +-
27098 drivers/net/vrf.c | 2 +-
27099 drivers/net/vxlan.c | 4 +-
27100 drivers/net/wimax/i2400m/rx.c | 2 +-
27101 drivers/net/wireless/airo.c | 2 +-
27102 drivers/net/wireless/at76c50x-usb.c | 2 +-
27103 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
27104 drivers/net/wireless/ath/ath10k/htc.c | 7 +-
27105 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
27106 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
27107 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
27108 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
27109 drivers/net/wireless/ath/ath9k/main.c | 22 +-
27110 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
27111 drivers/net/wireless/b43/phy_lp.c | 2 +-
27112 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
27113 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
27114 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
27115 drivers/net/wireless/mac80211_hwsim.c | 28 +-
27116 drivers/net/wireless/rndis_wlan.c | 2 +-
27117 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
27118 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
27119 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
27120 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
27121 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
27122 drivers/nfc/nfcwilink.c | 2 +-
27123 drivers/of/fdt.c | 4 +-
27124 drivers/oprofile/buffer_sync.c | 8 +-
27125 drivers/oprofile/event_buffer.c | 2 +-
27126 drivers/oprofile/oprof.c | 2 +-
27127 drivers/oprofile/oprofile_stats.c | 10 +-
27128 drivers/oprofile/oprofile_stats.h | 10 +-
27129 drivers/oprofile/oprofilefs.c | 6 +-
27130 drivers/oprofile/timer_int.c | 2 +-
27131 drivers/parport/procfs.c | 4 +-
27132 drivers/pci/host/pci-host-generic.c | 24 +-
27133 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
27134 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
27135 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
27136 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
27137 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
27138 drivers/pci/hotplug/pciehp_core.c | 2 +-
27139 drivers/pci/msi.c | 22 +-
27140 drivers/pci/pci-sysfs.c | 6 +-
27141 drivers/pci/pci.h | 2 +-
27142 drivers/pci/pcie/aspm.c | 6 +-
27143 drivers/pci/pcie/portdrv_pci.c | 2 +-
27144 drivers/pci/probe.c | 2 +-
27145 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
27146 drivers/pinctrl/pinctrl-at91.c | 5 +-
27147 drivers/platform/chrome/chromeos_pstore.c | 2 +-
27148 drivers/platform/x86/alienware-wmi.c | 4 +-
27149 drivers/platform/x86/compal-laptop.c | 2 +-
27150 drivers/platform/x86/hdaps.c | 2 +-
27151 drivers/platform/x86/ibm_rtl.c | 2 +-
27152 drivers/platform/x86/intel_oaktrail.c | 2 +-
27153 drivers/platform/x86/msi-laptop.c | 16 +-
27154 drivers/platform/x86/msi-wmi.c | 2 +-
27155 drivers/platform/x86/samsung-laptop.c | 2 +-
27156 drivers/platform/x86/samsung-q10.c | 2 +-
27157 drivers/platform/x86/sony-laptop.c | 14 +-
27158 drivers/platform/x86/thinkpad_acpi.c | 2 +-
27159 drivers/pnp/pnpbios/bioscalls.c | 14 +-
27160 drivers/pnp/pnpbios/core.c | 2 +-
27161 drivers/power/pda_power.c | 7 +-
27162 drivers/power/power_supply.h | 4 +-
27163 drivers/power/power_supply_core.c | 7 +-
27164 drivers/power/power_supply_sysfs.c | 6 +-
27165 drivers/power/reset/at91-reset.c | 9 +-
27166 drivers/powercap/powercap_sys.c | 136 +-
27167 drivers/ptp/ptp_private.h | 2 +-
27168 drivers/ptp/ptp_sysfs.c | 2 +-
27169 drivers/regulator/core.c | 4 +-
27170 drivers/regulator/max8660.c | 6 +-
27171 drivers/regulator/max8973-regulator.c | 16 +-
27172 drivers/regulator/mc13892-regulator.c | 8 +-
27173 drivers/rtc/rtc-armada38x.c | 7 +-
27174 drivers/rtc/rtc-cmos.c | 4 +-
27175 drivers/rtc/rtc-ds1307.c | 2 +-
27176 drivers/rtc/rtc-m48t59.c | 4 +-
27177 drivers/rtc/rtc-test.c | 6 +-
27178 drivers/scsi/be2iscsi/be_main.c | 2 +-
27179 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
27180 drivers/scsi/bfa/bfa_ioc.h | 4 +-
27181 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
27182 drivers/scsi/hosts.c | 4 +-
27183 drivers/scsi/hpsa.c | 38 +-
27184 drivers/scsi/hpsa.h | 2 +-
27185 drivers/scsi/libfc/fc_exch.c | 50 +-
27186 drivers/scsi/libsas/sas_ata.c | 2 +-
27187 drivers/scsi/lpfc/lpfc.h | 8 +-
27188 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
27189 drivers/scsi/lpfc/lpfc_init.c | 6 +-
27190 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
27191 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
27192 drivers/scsi/mpt2sas/mpt2sas_scsih.c | 8 +-
27193 drivers/scsi/pmcraid.c | 20 +-
27194 drivers/scsi/pmcraid.h | 8 +-
27195 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
27196 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
27197 drivers/scsi/qla2xxx/qla_os.c | 6 +-
27198 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
27199 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
27200 drivers/scsi/scsi.c | 2 +-
27201 drivers/scsi/scsi_lib.c | 8 +-
27202 drivers/scsi/scsi_sysfs.c | 2 +-
27203 drivers/scsi/scsi_transport_fc.c | 8 +-
27204 drivers/scsi/scsi_transport_iscsi.c | 6 +-
27205 drivers/scsi/scsi_transport_srp.c | 6 +-
27206 drivers/scsi/sd.c | 6 +-
27207 drivers/scsi/sg.c | 2 +-
27208 drivers/scsi/sr.c | 21 +-
27209 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
27210 drivers/spi/spi.c | 2 +-
27211 drivers/staging/android/timed_output.c | 6 +-
27212 drivers/staging/comedi/comedi_fops.c | 8 +-
27213 drivers/staging/fbtft/fbtft-core.c | 2 +-
27214 drivers/staging/fbtft/fbtft.h | 2 +-
27215 drivers/staging/gdm724x/gdm_tty.c | 2 +-
27216 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
27217 drivers/staging/iio/adc/ad7280a.c | 4 +-
27218 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
27219 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
27220 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
27221 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
27222 drivers/staging/lustre/lustre/include/obd.h | 2 +-
27223 drivers/staging/octeon/ethernet-rx.c | 20 +-
27224 drivers/staging/octeon/ethernet.c | 8 +-
27225 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
27226 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
27227 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
27228 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
27229 drivers/staging/sm750fb/sm750.c | 14 +-
27230 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
27231 drivers/target/sbp/sbp_target.c | 4 +-
27232 drivers/thermal/cpu_cooling.c | 9 +-
27233 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
27234 drivers/thermal/of-thermal.c | 17 +-
27235 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
27236 drivers/tty/cyclades.c | 6 +-
27237 drivers/tty/hvc/hvc_console.c | 14 +-
27238 drivers/tty/hvc/hvcs.c | 21 +-
27239 drivers/tty/hvc/hvsi.c | 22 +-
27240 drivers/tty/hvc/hvsi_lib.c | 4 +-
27241 drivers/tty/ipwireless/tty.c | 27 +-
27242 drivers/tty/moxa.c | 2 +-
27243 drivers/tty/n_gsm.c | 4 +-
27244 drivers/tty/n_tty.c | 3 +-
27245 drivers/tty/pty.c | 4 +-
27246 drivers/tty/rocket.c | 6 +-
27247 drivers/tty/serial/8250/8250_core.c | 10 +-
27248 drivers/tty/serial/ifx6x60.c | 2 +-
27249 drivers/tty/serial/ioc4_serial.c | 6 +-
27250 drivers/tty/serial/kgdb_nmi.c | 4 +-
27251 drivers/tty/serial/kgdboc.c | 32 +-
27252 drivers/tty/serial/msm_serial.c | 4 +-
27253 drivers/tty/serial/samsung.c | 9 +-
27254 drivers/tty/serial/serial_core.c | 8 +-
27255 drivers/tty/synclink.c | 34 +-
27256 drivers/tty/synclink_gt.c | 28 +-
27257 drivers/tty/synclinkmp.c | 34 +-
27258 drivers/tty/tty_io.c | 2 +-
27259 drivers/tty/tty_ldisc.c | 8 +-
27260 drivers/tty/tty_port.c | 22 +-
27261 drivers/uio/uio.c | 13 +-
27262 drivers/usb/atm/cxacru.c | 2 +-
27263 drivers/usb/atm/usbatm.c | 24 +-
27264 drivers/usb/class/cdc-acm.h | 2 +-
27265 drivers/usb/core/devices.c | 6 +-
27266 drivers/usb/core/devio.c | 12 +-
27267 drivers/usb/core/hcd.c | 4 +-
27268 drivers/usb/core/sysfs.c | 2 +-
27269 drivers/usb/core/usb.c | 2 +-
27270 drivers/usb/early/ehci-dbgp.c | 16 +-
27271 drivers/usb/gadget/function/u_serial.c | 22 +-
27272 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
27273 drivers/usb/host/ehci-hcd.c | 2 +-
27274 drivers/usb/host/ehci-hub.c | 4 +-
27275 drivers/usb/host/ehci-q.c | 4 +-
27276 drivers/usb/host/fotg210-hcd.c | 2 +-
27277 drivers/usb/host/fusbh200-hcd.c | 2 +-
27278 drivers/usb/host/hwa-hc.c | 2 +-
27279 drivers/usb/host/ohci-hcd.c | 2 +-
27280 drivers/usb/host/r8a66597.h | 2 +-
27281 drivers/usb/host/uhci-hcd.c | 2 +-
27282 drivers/usb/host/xhci-pci.c | 2 +-
27283 drivers/usb/host/xhci.c | 2 +-
27284 drivers/usb/misc/appledisplay.c | 4 +-
27285 drivers/usb/serial/console.c | 8 +-
27286 drivers/usb/storage/transport.c | 2 +-
27287 drivers/usb/storage/usb.c | 2 +-
27288 drivers/usb/storage/usb.h | 2 +-
27289 drivers/usb/usbip/vhci.h | 2 +-
27290 drivers/usb/usbip/vhci_hcd.c | 6 +-
27291 drivers/usb/usbip/vhci_rx.c | 2 +-
27292 drivers/usb/wusbcore/wa-hc.h | 4 +-
27293 drivers/usb/wusbcore/wa-xfer.c | 2 +-
27294 drivers/vfio/vfio.c | 2 +-
27295 drivers/vhost/vringh.c | 20 +-
27296 drivers/video/backlight/kb3886_bl.c | 2 +-
27297 drivers/video/console/fbcon.c | 2 +-
27298 drivers/video/fbdev/aty/aty128fb.c | 2 +-
27299 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
27300 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
27301 drivers/video/fbdev/core/fb_defio.c | 6 +-
27302 drivers/video/fbdev/core/fbmem.c | 2 +-
27303 drivers/video/fbdev/hyperv_fb.c | 4 +-
27304 drivers/video/fbdev/i810/i810_accel.c | 1 +
27305 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
27306 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
27307 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
27308 drivers/video/fbdev/omap2/dss/display.c | 8 +-
27309 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
27310 drivers/video/fbdev/smscufx.c | 4 +-
27311 drivers/video/fbdev/udlfb.c | 36 +-
27312 drivers/video/fbdev/uvesafb.c | 52 +-
27313 drivers/video/fbdev/vesafb.c | 58 +-
27314 drivers/video/fbdev/via/via_clock.h | 2 +-
27315 drivers/xen/events/events_base.c | 6 +-
27316 drivers/xen/evtchn.c | 4 +-
27317 fs/Kconfig.binfmt | 2 +-
27318 fs/afs/inode.c | 4 +-
27319 fs/aio.c | 2 +-
27320 fs/autofs4/waitq.c | 2 +-
27321 fs/befs/endian.h | 6 +-
27322 fs/binfmt_aout.c | 23 +-
27323 fs/binfmt_elf.c | 670 +-
27324 fs/binfmt_elf_fdpic.c | 4 +-
27325 fs/block_dev.c | 2 +-
27326 fs/btrfs/ctree.c | 9 +-
27327 fs/btrfs/delayed-inode.c | 9 +-
27328 fs/btrfs/delayed-inode.h | 6 +-
27329 fs/btrfs/file.c | 10 +-
27330 fs/btrfs/inode.c | 14 +-
27331 fs/btrfs/super.c | 2 +-
27332 fs/btrfs/sysfs.c | 2 +-
27333 fs/btrfs/tests/free-space-tests.c | 8 +-
27334 fs/btrfs/tree-log.h | 2 +-
27335 fs/buffer.c | 2 +-
27336 fs/cachefiles/bind.c | 6 +-
27337 fs/cachefiles/daemon.c | 8 +-
27338 fs/cachefiles/internal.h | 12 +-
27339 fs/cachefiles/namei.c | 2 +-
27340 fs/cachefiles/proc.c | 12 +-
27341 fs/ceph/dir.c | 12 +-
27342 fs/ceph/super.c | 4 +-
27343 fs/cifs/cifs_debug.c | 12 +-
27344 fs/cifs/cifsfs.c | 8 +-
27345 fs/cifs/cifsglob.h | 54 +-
27346 fs/cifs/file.c | 10 +-
27347 fs/cifs/misc.c | 4 +-
27348 fs/cifs/smb1ops.c | 80 +-
27349 fs/cifs/smb2ops.c | 84 +-
27350 fs/cifs/smb2pdu.c | 3 +-
27351 fs/coda/cache.c | 10 +-
27352 fs/compat.c | 4 +-
27353 fs/compat_binfmt_elf.c | 2 +
27354 fs/compat_ioctl.c | 12 +-
27355 fs/configfs/dir.c | 10 +-
27356 fs/coredump.c | 16 +-
27357 fs/dcache.c | 51 +-
27358 fs/ecryptfs/inode.c | 2 +-
27359 fs/ecryptfs/miscdev.c | 2 +-
27360 fs/exec.c | 362 +-
27361 fs/ext2/xattr.c | 5 +-
27362 fs/ext4/ext4.h | 20 +-
27363 fs/ext4/mballoc.c | 44 +-
27364 fs/ext4/resize.c | 16 +-
27365 fs/ext4/super.c | 4 +-
27366 fs/ext4/xattr.c | 5 +-
27367 fs/fhandle.c | 3 +-
27368 fs/file.c | 4 +-
27369 fs/fs_struct.c | 8 +-
27370 fs/fscache/cookie.c | 40 +-
27371 fs/fscache/internal.h | 202 +-
27372 fs/fscache/object.c | 26 +-
27373 fs/fscache/operation.c | 38 +-
27374 fs/fscache/page.c | 110 +-
27375 fs/fscache/stats.c | 348 +-
27376 fs/fuse/cuse.c | 10 +-
27377 fs/fuse/dev.c | 4 +-
27378 fs/gfs2/glock.c | 22 +-
27379 fs/gfs2/glops.c | 4 +-
27380 fs/gfs2/quota.c | 6 +-
27381 fs/hugetlbfs/inode.c | 13 +-
27382 fs/inode.c | 4 +-
27383 fs/jffs2/erase.c | 3 +-
27384 fs/jffs2/wbuf.c | 3 +-
27385 fs/jfs/super.c | 2 +-
27386 fs/kernfs/dir.c | 2 +-
27387 fs/kernfs/file.c | 20 +-
27388 fs/libfs.c | 10 +-
27389 fs/lockd/clntproc.c | 4 +-
27390 fs/namei.c | 16 +-
27391 fs/namespace.c | 16 +-
27392 fs/nfs/callback_xdr.c | 2 +-
27393 fs/nfs/inode.c | 6 +-
27394 fs/nfsd/nfs4proc.c | 2 +-
27395 fs/nfsd/nfs4xdr.c | 2 +-
27396 fs/nfsd/nfscache.c | 11 +-
27397 fs/nfsd/vfs.c | 6 +-
27398 fs/nls/nls_base.c | 26 +-
27399 fs/nls/nls_euc-jp.c | 6 +-
27400 fs/nls/nls_koi8-ru.c | 6 +-
27401 fs/notify/fanotify/fanotify_user.c | 4 +-
27402 fs/notify/notification.c | 4 +-
27403 fs/ntfs/dir.c | 2 +-
27404 fs/ntfs/super.c | 6 +-
27405 fs/ocfs2/localalloc.c | 2 +-
27406 fs/ocfs2/ocfs2.h | 10 +-
27407 fs/ocfs2/suballoc.c | 12 +-
27408 fs/ocfs2/super.c | 20 +-
27409 fs/pipe.c | 72 +-
27410 fs/posix_acl.c | 4 +-
27411 fs/proc/array.c | 20 +
27412 fs/proc/base.c | 4 +-
27413 fs/proc/kcore.c | 34 +-
27414 fs/proc/meminfo.c | 2 +-
27415 fs/proc/nommu.c | 2 +-
27416 fs/proc/proc_sysctl.c | 26 +-
27417 fs/proc/task_mmu.c | 39 +-
27418 fs/proc/task_nommu.c | 4 +-
27419 fs/proc/vmcore.c | 16 +-
27420 fs/qnx6/qnx6.h | 4 +-
27421 fs/quota/netlink.c | 4 +-
27422 fs/read_write.c | 2 +-
27423 fs/reiserfs/do_balan.c | 2 +-
27424 fs/reiserfs/procfs.c | 2 +-
27425 fs/reiserfs/reiserfs.h | 4 +-
27426 fs/seq_file.c | 4 +-
27427 fs/splice.c | 43 +-
27428 fs/squashfs/xattr.c | 12 +-
27429 fs/sysv/sysv.h | 2 +-
27430 fs/tracefs/inode.c | 8 +-
27431 fs/udf/misc.c | 2 +-
27432 fs/ufs/swab.h | 4 +-
27433 fs/userfaultfd.c | 2 +-
27434 fs/xattr.c | 21 +
27435 fs/xfs/libxfs/xfs_bmap.c | 2 +-
27436 fs/xfs/xfs_dir2_readdir.c | 7 +-
27437 fs/xfs/xfs_ioctl.c | 2 +-
27438 fs/xfs/xfs_linux.h | 4 +-
27439 include/asm-generic/4level-fixup.h | 2 +
27440 include/asm-generic/atomic-long.h | 156 +-
27441 include/asm-generic/atomic64.h | 12 +
27442 include/asm-generic/bitops/__fls.h | 2 +-
27443 include/asm-generic/bitops/fls.h | 2 +-
27444 include/asm-generic/bitops/fls64.h | 4 +-
27445 include/asm-generic/bug.h | 6 +-
27446 include/asm-generic/cache.h | 4 +-
27447 include/asm-generic/emergency-restart.h | 2 +-
27448 include/asm-generic/kmap_types.h | 4 +-
27449 include/asm-generic/local.h | 13 +
27450 include/asm-generic/pgtable-nopmd.h | 18 +-
27451 include/asm-generic/pgtable-nopud.h | 15 +-
27452 include/asm-generic/pgtable.h | 16 +
27453 include/asm-generic/sections.h | 1 +
27454 include/asm-generic/uaccess.h | 16 +
27455 include/asm-generic/vmlinux.lds.h | 15 +-
27456 include/crypto/algapi.h | 2 +-
27457 include/drm/drmP.h | 16 +-
27458 include/drm/drm_crtc_helper.h | 2 +-
27459 include/drm/drm_mm.h | 2 +-
27460 include/drm/i915_pciids.h | 2 +-
27461 include/drm/intel-gtt.h | 4 +-
27462 include/drm/ttm/ttm_memory.h | 2 +-
27463 include/drm/ttm/ttm_page_alloc.h | 1 +
27464 include/keys/asymmetric-subtype.h | 2 +-
27465 include/linux/atmdev.h | 4 +-
27466 include/linux/atomic.h | 17 +-
27467 include/linux/audit.h | 2 +-
27468 include/linux/average.h | 2 +-
27469 include/linux/binfmts.h | 3 +-
27470 include/linux/bitmap.h | 2 +-
27471 include/linux/bitops.h | 8 +-
27472 include/linux/blkdev.h | 2 +-
27473 include/linux/blktrace_api.h | 2 +-
27474 include/linux/cache.h | 8 +
27475 include/linux/cdrom.h | 1 -
27476 include/linux/cleancache.h | 2 +-
27477 include/linux/clk-provider.h | 1 +
27478 include/linux/compat.h | 6 +-
27479 include/linux/compiler-gcc.h | 28 +-
27480 include/linux/compiler.h | 157 +-
27481 include/linux/configfs.h | 2 +-
27482 include/linux/cpufreq.h | 3 +-
27483 include/linux/cpuidle.h | 5 +-
27484 include/linux/cpumask.h | 14 +-
27485 include/linux/crypto.h | 4 +-
27486 include/linux/ctype.h | 2 +-
27487 include/linux/dcache.h | 4 +-
27488 include/linux/decompress/mm.h | 2 +-
27489 include/linux/devfreq.h | 2 +-
27490 include/linux/device.h | 7 +-
27491 include/linux/dma-mapping.h | 2 +-
27492 include/linux/efi.h | 1 +
27493 include/linux/elf.h | 2 +
27494 include/linux/err.h | 4 +-
27495 include/linux/extcon.h | 2 +-
27496 include/linux/fb.h | 3 +-
27497 include/linux/fdtable.h | 2 +-
27498 include/linux/fs.h | 5 +-
27499 include/linux/fs_struct.h | 2 +-
27500 include/linux/fscache-cache.h | 2 +-
27501 include/linux/fscache.h | 2 +-
27502 include/linux/fsnotify.h | 2 +-
27503 include/linux/genhd.h | 4 +-
27504 include/linux/genl_magic_func.h | 2 +-
27505 include/linux/gfp.h | 12 +-
27506 include/linux/highmem.h | 12 +
27507 include/linux/hwmon-sysfs.h | 6 +-
27508 include/linux/i2c.h | 1 +
27509 include/linux/if_pppox.h | 2 +-
27510 include/linux/init.h | 12 +-
27511 include/linux/init_task.h | 7 +
27512 include/linux/interrupt.h | 6 +-
27513 include/linux/iommu.h | 2 +-
27514 include/linux/ioport.h | 2 +-
27515 include/linux/ipc.h | 2 +-
27516 include/linux/irq.h | 5 +-
27517 include/linux/irqdesc.h | 2 +-
27518 include/linux/irqdomain.h | 3 +
27519 include/linux/jiffies.h | 16 +-
27520 include/linux/key-type.h | 2 +-
27521 include/linux/kgdb.h | 6 +-
27522 include/linux/kmemleak.h | 4 +-
27523 include/linux/kobject.h | 3 +-
27524 include/linux/kobject_ns.h | 2 +-
27525 include/linux/kref.h | 2 +-
27526 include/linux/libata.h | 2 +-
27527 include/linux/linkage.h | 1 +
27528 include/linux/list.h | 15 +
27529 include/linux/lockref.h | 26 +-
27530 include/linux/math64.h | 10 +-
27531 include/linux/mempolicy.h | 7 +
27532 include/linux/mm.h | 102 +-
27533 include/linux/mm_types.h | 20 +
27534 include/linux/mmiotrace.h | 4 +-
27535 include/linux/mmzone.h | 2 +-
27536 include/linux/mod_devicetable.h | 4 +-
27537 include/linux/module.h | 69 +-
27538 include/linux/moduleloader.h | 16 +
27539 include/linux/moduleparam.h | 4 +-
27540 include/linux/net.h | 2 +-
27541 include/linux/netdevice.h | 7 +-
27542 include/linux/netfilter.h | 2 +-
27543 include/linux/netfilter/nfnetlink.h | 2 +-
27544 include/linux/nls.h | 4 +-
27545 include/linux/notifier.h | 3 +-
27546 include/linux/oprofile.h | 4 +-
27547 include/linux/padata.h | 2 +-
27548 include/linux/pci_hotplug.h | 3 +-
27549 include/linux/percpu.h | 2 +-
27550 include/linux/perf_event.h | 12 +-
27551 include/linux/pipe_fs_i.h | 8 +-
27552 include/linux/pm.h | 1 +
27553 include/linux/pm_domain.h | 4 +-
27554 include/linux/pm_runtime.h | 2 +-
27555 include/linux/pnp.h | 2 +-
27556 include/linux/poison.h | 4 +-
27557 include/linux/power/smartreflex.h | 2 +-
27558 include/linux/ppp-comp.h | 2 +-
27559 include/linux/preempt.h | 21 +
27560 include/linux/proc_ns.h | 2 +-
27561 include/linux/psci.h | 2 +-
27562 include/linux/quota.h | 2 +-
27563 include/linux/random.h | 19 +-
27564 include/linux/rculist.h | 16 +
27565 include/linux/reboot.h | 14 +-
27566 include/linux/regset.h | 3 +-
27567 include/linux/relay.h | 2 +-
27568 include/linux/rio.h | 2 +-
27569 include/linux/rmap.h | 4 +-
27570 include/linux/sched.h | 72 +-
27571 include/linux/sched/sysctl.h | 1 +
27572 include/linux/semaphore.h | 2 +-
27573 include/linux/seq_file.h | 1 +
27574 include/linux/signal.h | 2 +-
27575 include/linux/skbuff.h | 12 +-
27576 include/linux/slab.h | 47 +-
27577 include/linux/slab_def.h | 14 +-
27578 include/linux/slub_def.h | 2 +-
27579 include/linux/smp.h | 2 +
27580 include/linux/sock_diag.h | 2 +-
27581 include/linux/sonet.h | 2 +-
27582 include/linux/sunrpc/addr.h | 8 +-
27583 include/linux/sunrpc/clnt.h | 2 +-
27584 include/linux/sunrpc/svc.h | 2 +-
27585 include/linux/sunrpc/svc_rdma.h | 18 +-
27586 include/linux/sunrpc/svcauth.h | 2 +-
27587 include/linux/swapops.h | 10 +-
27588 include/linux/swiotlb.h | 3 +-
27589 include/linux/syscalls.h | 21 +-
27590 include/linux/syscore_ops.h | 2 +-
27591 include/linux/sysctl.h | 3 +-
27592 include/linux/sysfs.h | 9 +-
27593 include/linux/sysrq.h | 3 +-
27594 include/linux/tcp.h | 14 +-
27595 include/linux/thread_info.h | 7 +
27596 include/linux/tty.h | 4 +-
27597 include/linux/tty_driver.h | 2 +-
27598 include/linux/tty_ldisc.h | 2 +-
27599 include/linux/types.h | 16 +
27600 include/linux/uaccess.h | 6 +-
27601 include/linux/uio_driver.h | 2 +-
27602 include/linux/unaligned/access_ok.h | 24 +-
27603 include/linux/usb.h | 12 +-
27604 include/linux/usb/hcd.h | 1 +
27605 include/linux/usb/renesas_usbhs.h | 2 +-
27606 include/linux/vermagic.h | 21 +-
27607 include/linux/vga_switcheroo.h | 8 +-
27608 include/linux/vmalloc.h | 7 +-
27609 include/linux/vmstat.h | 24 +-
27610 include/linux/xattr.h | 5 +-
27611 include/linux/zlib.h | 3 +-
27612 include/media/v4l2-dev.h | 2 +-
27613 include/media/v4l2-device.h | 2 +-
27614 include/net/9p/transport.h | 2 +-
27615 include/net/bluetooth/l2cap.h | 2 +-
27616 include/net/bonding.h | 2 +-
27617 include/net/caif/cfctrl.h | 6 +-
27618 include/net/flow.h | 2 +-
27619 include/net/genetlink.h | 2 +-
27620 include/net/gro_cells.h | 2 +-
27621 include/net/inet_connection_sock.h | 2 +-
27622 include/net/inet_sock.h | 2 +-
27623 include/net/inetpeer.h | 2 +-
27624 include/net/ip_fib.h | 2 +-
27625 include/net/ip_vs.h | 8 +-
27626 include/net/ipv6.h | 2 +-
27627 include/net/irda/ircomm_tty.h | 1 +
27628 include/net/iucv/af_iucv.h | 2 +-
27629 include/net/llc_c_ac.h | 2 +-
27630 include/net/llc_c_ev.h | 4 +-
27631 include/net/llc_c_st.h | 2 +-
27632 include/net/llc_s_ac.h | 2 +-
27633 include/net/llc_s_st.h | 2 +-
27634 include/net/mac80211.h | 4 +-
27635 include/net/neighbour.h | 2 +-
27636 include/net/net_namespace.h | 18 +-
27637 include/net/netlink.h | 2 +-
27638 include/net/netns/conntrack.h | 6 +-
27639 include/net/netns/ipv4.h | 4 +-
27640 include/net/netns/ipv6.h | 4 +-
27641 include/net/netns/xfrm.h | 2 +-
27642 include/net/ping.h | 2 +-
27643 include/net/protocol.h | 4 +-
27644 include/net/rtnetlink.h | 2 +-
27645 include/net/sctp/checksum.h | 4 +-
27646 include/net/sctp/sm.h | 4 +-
27647 include/net/sctp/structs.h | 2 +-
27648 include/net/sock.h | 12 +-
27649 include/net/tcp.h | 8 +-
27650 include/net/xfrm.h | 13 +-
27651 include/rdma/iw_cm.h | 2 +-
27652 include/scsi/libfc.h | 3 +-
27653 include/scsi/scsi_device.h | 6 +-
27654 include/scsi/scsi_driver.h | 2 +-
27655 include/scsi/scsi_transport_fc.h | 3 +-
27656 include/scsi/sg.h | 2 +-
27657 include/sound/compress_driver.h | 2 +-
27658 include/sound/soc.h | 4 +-
27659 include/trace/events/irq.h | 4 +-
27660 include/uapi/linux/a.out.h | 8 +
27661 include/uapi/linux/bcache.h | 5 +-
27662 include/uapi/linux/byteorder/little_endian.h | 28 +-
27663 include/uapi/linux/connector.h | 2 +-
27664 include/uapi/linux/elf.h | 28 +
27665 include/uapi/linux/screen_info.h | 3 +-
27666 include/uapi/linux/swab.h | 6 +-
27667 include/uapi/linux/xattr.h | 4 +
27668 include/video/udlfb.h | 8 +-
27669 include/video/uvesafb.h | 1 +
27670 init/Kconfig | 2 +-
27671 init/Makefile | 3 +
27672 init/do_mounts.c | 14 +-
27673 init/do_mounts.h | 8 +-
27674 init/do_mounts_initrd.c | 30 +-
27675 init/do_mounts_md.c | 6 +-
27676 init/init_task.c | 4 +
27677 init/initramfs.c | 38 +-
27678 init/main.c | 30 +-
27679 ipc/compat.c | 4 +-
27680 ipc/ipc_sysctl.c | 8 +-
27681 ipc/mq_sysctl.c | 4 +-
27682 ipc/sem.c | 4 +-
27683 ipc/shm.c | 6 +
27684 kernel/audit.c | 8 +-
27685 kernel/auditsc.c | 4 +-
27686 kernel/bpf/core.c | 7 +-
27687 kernel/capability.c | 3 +
27688 kernel/compat.c | 38 +-
27689 kernel/debug/debug_core.c | 16 +-
27690 kernel/debug/kdb/kdb_main.c | 4 +-
27691 kernel/events/core.c | 26 +-
27692 kernel/events/internal.h | 10 +-
27693 kernel/events/uprobes.c | 2 +-
27694 kernel/exit.c | 2 +-
27695 kernel/fork.c | 167 +-
27696 kernel/futex.c | 11 +-
27697 kernel/futex_compat.c | 2 +-
27698 kernel/gcov/base.c | 7 +-
27699 kernel/irq/manage.c | 2 +-
27700 kernel/irq/msi.c | 19 +-
27701 kernel/irq/spurious.c | 2 +-
27702 kernel/jump_label.c | 5 +
27703 kernel/kallsyms.c | 37 +-
27704 kernel/kexec.c | 3 +-
27705 kernel/kmod.c | 8 +-
27706 kernel/kprobes.c | 4 +-
27707 kernel/ksysfs.c | 2 +-
27708 kernel/locking/lockdep.c | 7 +-
27709 kernel/locking/mutex-debug.c | 12 +-
27710 kernel/locking/mutex-debug.h | 4 +-
27711 kernel/locking/mutex.c | 6 +-
27712 kernel/module.c | 422 +-
27713 kernel/notifier.c | 17 +-
27714 kernel/padata.c | 4 +-
27715 kernel/panic.c | 5 +-
27716 kernel/pid.c | 2 +-
27717 kernel/pid_namespace.c | 2 +-
27718 kernel/power/process.c | 12 +-
27719 kernel/profile.c | 14 +-
27720 kernel/ptrace.c | 8 +-
27721 kernel/rcu/rcutorture.c | 60 +-
27722 kernel/rcu/tiny.c | 4 +-
27723 kernel/rcu/tree.c | 44 +-
27724 kernel/rcu/tree.h | 14 +-
27725 kernel/rcu/tree_plugin.h | 14 +-
27726 kernel/rcu/tree_trace.c | 12 +-
27727 kernel/sched/auto_group.c | 4 +-
27728 kernel/sched/core.c | 45 +-
27729 kernel/sched/fair.c | 2 +-
27730 kernel/sched/sched.h | 2 +-
27731 kernel/signal.c | 12 +-
27732 kernel/smpboot.c | 4 +-
27733 kernel/softirq.c | 12 +-
27734 kernel/sys.c | 10 +-
27735 kernel/sysctl.c | 34 +-
27736 kernel/time/alarmtimer.c | 2 +-
27737 kernel/time/posix-cpu-timers.c | 4 +-
27738 kernel/time/posix-timers.c | 24 +-
27739 kernel/time/timer.c | 2 +-
27740 kernel/time/timer_stats.c | 10 +-
27741 kernel/trace/blktrace.c | 6 +-
27742 kernel/trace/ftrace.c | 15 +-
27743 kernel/trace/ring_buffer.c | 96 +-
27744 kernel/trace/trace.c | 2 +-
27745 kernel/trace/trace.h | 2 +-
27746 kernel/trace/trace_clock.c | 4 +-
27747 kernel/trace/trace_events.c | 1 -
27748 kernel/trace/trace_functions_graph.c | 4 +-
27749 kernel/trace/trace_mmiotrace.c | 8 +-
27750 kernel/trace/trace_output.c | 10 +-
27751 kernel/trace/trace_seq.c | 2 +-
27752 kernel/trace/trace_stack.c | 2 +-
27753 kernel/user_namespace.c | 2 +-
27754 kernel/utsname_sysctl.c | 2 +-
27755 kernel/watchdog.c | 2 +-
27756 kernel/workqueue.c | 2 +-
27757 lib/Kconfig.debug | 8 +-
27758 lib/Makefile | 2 +-
27759 lib/bitmap.c | 8 +-
27760 lib/bug.c | 2 +
27761 lib/debugobjects.c | 2 +-
27762 lib/decompress_bunzip2.c | 3 +-
27763 lib/decompress_unlzma.c | 4 +-
27764 lib/div64.c | 4 +-
27765 lib/dma-debug.c | 4 +-
27766 lib/inflate.c | 2 +-
27767 lib/ioremap.c | 4 +-
27768 lib/kobject.c | 4 +-
27769 lib/list_debug.c | 126 +-
27770 lib/lockref.c | 44 +-
27771 lib/percpu-refcount.c | 2 +-
27772 lib/radix-tree.c | 2 +-
27773 lib/random32.c | 2 +-
27774 lib/show_mem.c | 2 +-
27775 lib/strncpy_from_user.c | 2 +-
27776 lib/strnlen_user.c | 2 +-
27777 lib/swiotlb.c | 2 +-
27778 lib/usercopy.c | 6 +
27779 lib/vsprintf.c | 12 +-
27780 mm/Kconfig | 6 +-
27781 mm/backing-dev.c | 4 +-
27782 mm/debug.c | 3 +
27783 mm/filemap.c | 2 +-
27784 mm/gup.c | 13 +-
27785 mm/highmem.c | 6 +-
27786 mm/hugetlb.c | 70 +-
27787 mm/internal.h | 1 +
27788 mm/maccess.c | 4 +-
27789 mm/madvise.c | 37 +
27790 mm/memory-failure.c | 6 +-
27791 mm/memory.c | 424 +-
27792 mm/mempolicy.c | 25 +
27793 mm/mlock.c | 15 +-
27794 mm/mm_init.c | 2 +-
27795 mm/mmap.c | 582 +-
27796 mm/mprotect.c | 137 +-
27797 mm/mremap.c | 39 +-
27798 mm/nommu.c | 21 +-
27799 mm/page-writeback.c | 2 +-
27800 mm/page_alloc.c | 49 +-
27801 mm/percpu.c | 2 +-
27802 mm/process_vm_access.c | 14 +-
27803 mm/rmap.c | 45 +-
27804 mm/shmem.c | 19 +-
27805 mm/slab.c | 109 +-
27806 mm/slab.h | 22 +-
27807 mm/slab_common.c | 86 +-
27808 mm/slob.c | 218 +-
27809 mm/slub.c | 102 +-
27810 mm/sparse-vmemmap.c | 4 +-
27811 mm/sparse.c | 2 +-
27812 mm/swap.c | 2 +
27813 mm/swapfile.c | 12 +-
27814 mm/util.c | 6 +
27815 mm/vmalloc.c | 114 +-
27816 mm/vmstat.c | 12 +-
27817 net/8021q/vlan.c | 5 +-
27818 net/8021q/vlan_netlink.c | 2 +-
27819 net/9p/mod.c | 4 +-
27820 net/9p/trans_fd.c | 2 +-
27821 net/atm/atm_misc.c | 8 +-
27822 net/atm/lec.h | 2 +-
27823 net/atm/proc.c | 6 +-
27824 net/atm/resources.c | 4 +-
27825 net/ax25/sysctl_net_ax25.c | 2 +-
27826 net/batman-adv/bat_iv_ogm.c | 8 +-
27827 net/batman-adv/fragmentation.c | 2 +-
27828 net/batman-adv/soft-interface.c | 8 +-
27829 net/batman-adv/types.h | 6 +-
27830 net/bluetooth/hci_sock.c | 2 +-
27831 net/bluetooth/l2cap_core.c | 6 +-
27832 net/bluetooth/l2cap_sock.c | 12 +-
27833 net/bluetooth/rfcomm/sock.c | 4 +-
27834 net/bluetooth/rfcomm/tty.c | 4 +-
27835 net/bridge/br_netlink.c | 2 +-
27836 net/bridge/netfilter/ebtables.c | 6 +-
27837 net/caif/cfctrl.c | 11 +-
27838 net/caif/chnl_net.c | 2 +-
27839 net/can/af_can.c | 2 +-
27840 net/can/gw.c | 6 +-
27841 net/ceph/messenger.c | 4 +-
27842 net/compat.c | 24 +-
27843 net/core/datagram.c | 2 +-
27844 net/core/dev.c | 16 +-
27845 net/core/filter.c | 2 +-
27846 net/core/flow.c | 6 +-
27847 net/core/neighbour.c | 4 +-
27848 net/core/net-sysfs.c | 2 +-
27849 net/core/net_namespace.c | 8 +-
27850 net/core/netpoll.c | 4 +-
27851 net/core/rtnetlink.c | 15 +-
27852 net/core/scm.c | 14 +-
27853 net/core/skbuff.c | 8 +-
27854 net/core/sock.c | 28 +-
27855 net/core/sock_diag.c | 15 +-
27856 net/core/sysctl_net_core.c | 22 +-
27857 net/decnet/af_decnet.c | 1 +
27858 net/decnet/sysctl_net_decnet.c | 4 +-
27859 net/dsa/dsa.c | 2 +-
27860 net/hsr/hsr_netlink.c | 2 +-
27861 net/ieee802154/6lowpan/core.c | 2 +-
27862 net/ieee802154/6lowpan/reassembly.c | 14 +-
27863 net/ipv4/af_inet.c | 2 +-
27864 net/ipv4/devinet.c | 18 +-
27865 net/ipv4/fib_frontend.c | 6 +-
27866 net/ipv4/fib_semantics.c | 2 +-
27867 net/ipv4/inet_connection_sock.c | 4 +-
27868 net/ipv4/inet_timewait_sock.c | 2 +-
27869 net/ipv4/inetpeer.c | 2 +-
27870 net/ipv4/ip_fragment.c | 15 +-
27871 net/ipv4/ip_gre.c | 6 +-
27872 net/ipv4/ip_sockglue.c | 2 +-
27873 net/ipv4/ip_vti.c | 4 +-
27874 net/ipv4/ipconfig.c | 6 +-
27875 net/ipv4/ipip.c | 4 +-
27876 net/ipv4/netfilter/arp_tables.c | 12 +-
27877 net/ipv4/netfilter/ip_tables.c | 12 +-
27878 net/ipv4/ping.c | 14 +-
27879 net/ipv4/raw.c | 14 +-
27880 net/ipv4/route.c | 32 +-
27881 net/ipv4/sysctl_net_ipv4.c | 22 +-
27882 net/ipv4/tcp_input.c | 6 +-
27883 net/ipv4/tcp_probe.c | 2 +-
27884 net/ipv4/udp.c | 10 +-
27885 net/ipv4/xfrm4_policy.c | 18 +-
27886 net/ipv6/addrconf.c | 18 +-
27887 net/ipv6/af_inet6.c | 2 +-
27888 net/ipv6/datagram.c | 2 +-
27889 net/ipv6/icmp.c | 2 +-
27890 net/ipv6/ip6_fib.c | 4 +-
27891 net/ipv6/ip6_gre.c | 10 +-
27892 net/ipv6/ip6_tunnel.c | 4 +-
27893 net/ipv6/ip6_vti.c | 4 +-
27894 net/ipv6/ipv6_sockglue.c | 2 +-
27895 net/ipv6/netfilter/ip6_tables.c | 12 +-
27896 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
27897 net/ipv6/ping.c | 33 +-
27898 net/ipv6/raw.c | 17 +-
27899 net/ipv6/reassembly.c | 13 +-
27900 net/ipv6/route.c | 2 +-
27901 net/ipv6/sit.c | 4 +-
27902 net/ipv6/sysctl_net_ipv6.c | 2 +-
27903 net/ipv6/udp.c | 6 +-
27904 net/ipv6/xfrm6_policy.c | 17 +-
27905 net/irda/ircomm/ircomm_tty.c | 18 +-
27906 net/iucv/af_iucv.c | 4 +-
27907 net/iucv/iucv.c | 2 +-
27908 net/key/af_key.c | 4 +-
27909 net/l2tp/l2tp_eth.c | 38 +-
27910 net/l2tp/l2tp_ip.c | 2 +-
27911 net/l2tp/l2tp_ip6.c | 2 +-
27912 net/mac80211/cfg.c | 8 +-
27913 net/mac80211/ieee80211_i.h | 3 +-
27914 net/mac80211/iface.c | 20 +-
27915 net/mac80211/main.c | 2 +-
27916 net/mac80211/pm.c | 4 +-
27917 net/mac80211/rate.c | 2 +-
27918 net/mac80211/sta_info.c | 2 +-
27919 net/mac80211/util.c | 8 +-
27920 net/mpls/af_mpls.c | 6 +-
27921 net/netfilter/ipset/ip_set_core.c | 2 +-
27922 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
27923 net/netfilter/ipvs/ip_vs_core.c | 4 +-
27924 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
27925 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
27926 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
27927 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
27928 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
27929 net/netfilter/nf_conntrack_acct.c | 2 +-
27930 net/netfilter/nf_conntrack_ecache.c | 2 +-
27931 net/netfilter/nf_conntrack_helper.c | 2 +-
27932 net/netfilter/nf_conntrack_proto.c | 2 +-
27933 net/netfilter/nf_conntrack_standalone.c | 2 +-
27934 net/netfilter/nf_conntrack_timestamp.c | 2 +-
27935 net/netfilter/nf_log.c | 10 +-
27936 net/netfilter/nf_sockopt.c | 4 +-
27937 net/netfilter/nfnetlink_log.c | 4 +-
27938 net/netfilter/nft_compat.c | 9 +-
27939 net/netfilter/xt_statistic.c | 8 +-
27940 net/netlink/af_netlink.c | 4 +-
27941 net/openvswitch/vport-internal_dev.c | 2 +-
27942 net/packet/af_packet.c | 8 +-
27943 net/phonet/pep.c | 6 +-
27944 net/phonet/socket.c | 2 +-
27945 net/phonet/sysctl.c | 2 +-
27946 net/rds/cong.c | 6 +-
27947 net/rds/ib.h | 2 +-
27948 net/rds/ib_cm.c | 2 +-
27949 net/rds/ib_recv.c | 4 +-
27950 net/rds/iw.h | 2 +-
27951 net/rds/iw_cm.c | 2 +-
27952 net/rds/iw_recv.c | 4 +-
27953 net/rds/rds.h | 2 +-
27954 net/rds/tcp.c | 2 +-
27955 net/rds/tcp_send.c | 2 +-
27956 net/rxrpc/af_rxrpc.c | 2 +-
27957 net/rxrpc/ar-ack.c | 14 +-
27958 net/rxrpc/ar-call.c | 2 +-
27959 net/rxrpc/ar-connection.c | 2 +-
27960 net/rxrpc/ar-connevent.c | 2 +-
27961 net/rxrpc/ar-input.c | 4 +-
27962 net/rxrpc/ar-internal.h | 8 +-
27963 net/rxrpc/ar-local.c | 2 +-
27964 net/rxrpc/ar-output.c | 4 +-
27965 net/rxrpc/ar-peer.c | 2 +-
27966 net/rxrpc/ar-proc.c | 4 +-
27967 net/rxrpc/ar-transport.c | 2 +-
27968 net/rxrpc/rxkad.c | 4 +-
27969 net/sched/sch_generic.c | 4 +-
27970 net/sctp/ipv6.c | 6 +-
27971 net/sctp/protocol.c | 10 +-
27972 net/sctp/sm_sideeffect.c | 2 +-
27973 net/sctp/socket.c | 21 +-
27974 net/sctp/sysctl.c | 10 +-
27975 net/socket.c | 18 +-
27976 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
27977 net/sunrpc/clnt.c | 4 +-
27978 net/sunrpc/sched.c | 4 +-
27979 net/sunrpc/svc.c | 4 +-
27980 net/sunrpc/svcauth_unix.c | 2 +-
27981 net/sunrpc/xprtrdma/svc_rdma.c | 38 +-
27982 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
27983 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
27984 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
27985 net/tipc/netlink_compat.c | 12 +-
27986 net/tipc/subscr.c | 2 +-
27987 net/unix/af_unix.c | 7 +-
27988 net/unix/sysctl_net_unix.c | 2 +-
27989 net/wireless/wext-core.c | 19 +-
27990 net/xfrm/xfrm_policy.c | 16 +-
27991 net/xfrm/xfrm_state.c | 33 +-
27992 net/xfrm/xfrm_sysctl.c | 2 +-
27993 scripts/Kbuild.include | 2 +-
27994 scripts/Makefile.build | 2 +-
27995 scripts/Makefile.clean | 3 +-
27996 scripts/Makefile.host | 69 +-
27997 scripts/basic/fixdep.c | 12 +-
27998 scripts/dtc/checks.c | 14 +-
27999 scripts/dtc/data.c | 6 +-
28000 scripts/dtc/flattree.c | 8 +-
28001 scripts/dtc/livetree.c | 4 +-
28002 scripts/gcc-plugin.sh | 51 +
28003 scripts/headers_install.sh | 1 +
28004 scripts/kallsyms.c | 4 +-
28005 scripts/kconfig/lkc.h | 5 +-
28006 scripts/kconfig/menu.c | 2 +-
28007 scripts/kconfig/symbol.c | 6 +-
28008 scripts/link-vmlinux.sh | 2 +-
28009 scripts/mod/file2alias.c | 14 +-
28010 scripts/mod/modpost.c | 25 +-
28011 scripts/mod/modpost.h | 6 +-
28012 scripts/mod/sumversion.c | 2 +-
28013 scripts/module-common.lds | 4 +
28014 scripts/package/builddeb | 1 +
28015 scripts/pnmtologo.c | 6 +-
28016 scripts/sortextable.h | 6 +-
28017 scripts/tags.sh | 2 +-
28018 security/Kconfig | 692 +-
28019 security/integrity/ima/ima.h | 4 +-
28020 security/integrity/ima/ima_api.c | 2 +-
28021 security/integrity/ima/ima_fs.c | 4 +-
28022 security/integrity/ima/ima_queue.c | 2 +-
28023 security/keys/key.c | 18 +-
28024 security/selinux/avc.c | 6 +-
28025 security/selinux/include/xfrm.h | 2 +-
28026 security/yama/yama_lsm.c | 2 +-
28027 sound/aoa/codecs/onyx.c | 7 +-
28028 sound/aoa/codecs/onyx.h | 1 +
28029 sound/core/oss/pcm_oss.c | 18 +-
28030 sound/core/pcm_compat.c | 2 +-
28031 sound/core/pcm_native.c | 4 +-
28032 sound/core/sound.c | 2 +-
28033 sound/drivers/mts64.c | 14 +-
28034 sound/drivers/opl4/opl4_lib.c | 2 +-
28035 sound/drivers/portman2x4.c | 3 +-
28036 sound/firewire/amdtp.c | 4 +-
28037 sound/firewire/amdtp.h | 4 +-
28038 sound/firewire/isight.c | 10 +-
28039 sound/firewire/scs1x.c | 8 +-
28040 sound/oss/sb_audio.c | 2 +-
28041 sound/oss/swarm_cs4297a.c | 6 +-
28042 sound/pci/hda/hda_codec.c | 2 +-
28043 sound/pci/ymfpci/ymfpci.h | 2 +-
28044 sound/pci/ymfpci/ymfpci_main.c | 12 +-
28045 sound/soc/codecs/sti-sas.c | 10 +-
28046 sound/soc/soc-ac97.c | 6 +-
28047 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
28048 tools/gcc/Makefile | 42 +
28049 tools/gcc/checker_plugin.c | 150 +
28050 tools/gcc/colorize_plugin.c | 215 +
28051 tools/gcc/constify_plugin.c | 571 +
28052 tools/gcc/gcc-common.h | 812 +
28053 tools/gcc/initify_plugin.c | 552 +
28054 tools/gcc/kallocstat_plugin.c | 188 +
28055 tools/gcc/kernexec_plugin.c | 549 +
28056 tools/gcc/latent_entropy_plugin.c | 470 +
28057 tools/gcc/size_overflow_plugin/.gitignore | 2 +
28058 tools/gcc/size_overflow_plugin/Makefile | 28 +
28059 .../disable_size_overflow_hash.data |12422 ++++++++++++
28060 .../generate_size_overflow_hash.sh | 103 +
28061 .../insert_size_overflow_asm.c | 416 +
28062 .../size_overflow_plugin/intentional_overflow.c | 1010 +
28063 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
28064 tools/gcc/size_overflow_plugin/size_overflow.h | 323 +
28065 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
28066 .../size_overflow_plugin/size_overflow_hash.data |20735 ++++++++++++++++++++
28067 .../size_overflow_hash_aux.data | 92 +
28068 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 ++
28069 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
28070 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
28071 .../size_overflow_plugin_hash.c | 352 +
28072 .../size_overflow_plugin/size_overflow_transform.c | 749 +
28073 .../size_overflow_transform_core.c | 1010 +
28074 tools/gcc/stackleak_plugin.c | 436 +
28075 tools/gcc/structleak_plugin.c | 287 +
28076 tools/include/linux/compiler.h | 8 +
28077 tools/lib/api/Makefile | 2 +-
28078 tools/perf/util/include/asm/alternative-asm.h | 3 +
28079 tools/virtio/linux/uaccess.h | 2 +-
28080 virt/kvm/kvm_main.c | 42 +-
28081 1944 files changed, 66925 insertions(+), 8949 deletions(-)