]> git.ipfire.org Git - thirdparty/grsecurity-scrape.git/blame - test/changelog-test.txt
Auto commit, grsecurity-3.1-4.9.20-201703310823.patch added.
[thirdparty/grsecurity-scrape.git] / test / changelog-test.txt
CommitLineData
843fc3a5
PK
1commit 11e048d628025e77052220e9bf3b69376ef87759
2Merge: bc8c377 aee169f
3Author: Brad Spengler <spender@grsecurity.net>
4Date: Fri Mar 31 07:32:33 2017 -0400
5
6 Merge branch 'pax-test' into grsec-test
7
8commit aee169fb628479b4f664ffd0cb24fe633e416f22
9Merge: 469b2da f676772
10Author: Brad Spengler <spender@grsecurity.net>
11Date: Fri Mar 31 07:32:15 2017 -0400
12
13 Merge branch 'linux-4.9.y' into pax-test
14
e07b078f
PK
15commit bc8c377eb79dbdd3ec3fd073b419c4203b80fa28
16Author: Brad Spengler <spender@grsecurity.net>
17Date: Thu Mar 30 08:46:32 2017 -0400
18
19 Fix size_overflow report from sol56
20
21commit bf57ca14a95f44ca2a3e5664439840fabe79b83d
22Author: Brad Spengler <spender@grsecurity.net>
23Date: Thu Mar 30 08:22:13 2017 -0400
24
25 Fix size_overflow report from sol56
26
27commit eef071abd212274d062412771dcf410d37a75f1d
28Merge: 6abbeb8 469b2da
29Author: Brad Spengler <spender@grsecurity.net>
30Date: Thu Mar 30 08:19:36 2017 -0400
31
32 Merge branch 'pax-test' into grsec-test
33
34commit 469b2dad95eb958ee0253a18fc65d4e6b0eeb992
35Merge: 3097d09 c8e1316
36Author: Brad Spengler <spender@grsecurity.net>
37Date: Thu Mar 30 08:19:28 2017 -0400
38
39 Merge branch 'linux-4.9.y' into pax-test
40
55b4b12a
PK
41commit 6abbeb8072ced7907c3a4294f5ec254313302279
42Merge: a22b234 3097d09
43Author: Brad Spengler <spender@grsecurity.net>
44Date: Sun Mar 26 08:32:58 2017 -0400
45
46 Merge branch 'pax-test' into grsec-test
47
48commit 3097d09221297acf1b57a5d4dcd254de9d1087bc
49Merge: 693fcec4 2a48626
50Author: Brad Spengler <spender@grsecurity.net>
51Date: Sun Mar 26 08:32:46 2017 -0400
52
53 Merge branch 'linux-4.9.y' into pax-test
54
749cfa6b
PK
55commit a22b23469f57e80488a78689830a45cb27a020e3
56Merge: 0ce9a75 693fcec4
57Author: Brad Spengler <spender@grsecurity.net>
58Date: Wed Mar 22 07:59:35 2017 -0400
59
60 Merge branch 'pax-test' into grsec-test
61
62commit 693fcec4eaafc0a87b26fedf680d925455233a5f
63Merge: 28fc0cc c3825da
64Author: Brad Spengler <spender@grsecurity.net>
65Date: Wed Mar 22 07:59:28 2017 -0400
66
67 Merge branch 'linux-4.9.y' into pax-test
68
8a3260fb
PK
69commit 0ce9a7532015fd64e56ff017bac5448719c6caa8
70Merge: 3648fb5 28fc0cc
71Author: Brad Spengler <spender@grsecurity.net>
72Date: Sat Mar 18 07:41:49 2017 -0400
73
74 Merge branch 'pax-test' into grsec-test
75
76commit 28fc0cc540a02524aa7122c4b6518f46be150670
77Merge: 51fb02c 8a16224
78Author: Brad Spengler <spender@grsecurity.net>
79Date: Sat Mar 18 07:41:36 2017 -0400
80
81 Merge branch 'linux-4.9.y' into pax-test
82
e1ed0371
PK
83commit 3648fb58cc16ec3a1c86269ffbdf6ee8f2ff857d
84Author: Brad Spengler <spender@grsecurity.net>
85Date: Wed Mar 15 00:10:53 2017 -0400
86
87 compile fix
88
89commit 5ae0984f1a67bddf7315c071b7df971e4b03072e
90Merge: c9a77fb 51fb02c
91Author: Brad Spengler <spender@grsecurity.net>
92Date: Tue Mar 14 23:38:35 2017 -0400
93
94 Merge branch 'pax-test' into grsec-test
95
96commit 51fb02c0abebafc624a60da2e68b77a4dcad448f
97Merge: 5fedde5 d962bf8
98Author: Brad Spengler <spender@grsecurity.net>
99Date: Tue Mar 14 23:38:26 2017 -0400
100
101 Merge branch 'linux-4.9.y' into pax-test
102
5739158e
PK
103commit c9a77fb1a803a00e7ff0026ad9a87ccb7f9c3004
104Author: Brad Spengler <spender@grsecurity.net>
105Date: Sun Mar 12 12:11:47 2017 -0400
106
107 Update size_overflow hash table
108
109commit 643aa0cade896df02b42428785e5cc6cb8bc2c9c
110Author: Alexander Popov <alex.popov@linux.com>
111Date: Tue Feb 28 19:54:40 2017 +0300
112
113 tty: n_hdlc: get rid of racy n_hdlc.tbuf
114
115 Currently N_HDLC line discipline uses a self-made singly linked list for
116 data buffers and has n_hdlc.tbuf pointer for buffer retransmitting after
117 an error.
118
119 The commit be10eb7589337e5defbe214dae038a53dd21add8
120 ("tty: n_hdlc add buffer flushing") introduced racy access to n_hdlc.tbuf.
121 After tx error concurrent flush_tx_queue() and n_hdlc_send_frames() can put
122 one data buffer to tx_free_buf_list twice. That causes double free in
123 n_hdlc_release().
124
125 Let's use standard kernel linked list and get rid of n_hdlc.tbuf:
126 in case of tx error put current data buffer after the head of tx_buf_list.
127
128 Signed-off-by: Alexander Popov <alex.popov@linux.com>
129 Cc: stable <stable@vger.kernel.org>
130 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
131
132commit 0c801f1c89b85170505c8dac6c58df27155dbb1e
133Merge: a0b31dd 5fedde5
134Author: Brad Spengler <spender@grsecurity.net>
135Date: Sun Mar 12 08:18:58 2017 -0400
136
137 Merge branch 'pax-test' into grsec-test
138
139commit 5fedde5358a3a9625c4e21ff8a5b5b6d5bd5d125
140Merge: c8102ee d379ab2
141Author: Brad Spengler <spender@grsecurity.net>
142Date: Sun Mar 12 08:18:48 2017 -0400
143
144 Merge branch 'linux-4.9.y' into pax-test
145
21439aa3
PK
146commit a0b31ddd80510c595b1db203edd009a721e68cfa
147Merge: f9c6bb9 c8102ee
148Author: Brad Spengler <spender@grsecurity.net>
149Date: Sun Mar 5 18:02:18 2017 -0500
150
151 Merge branch 'pax-test' into grsec-test
152
153commit c8102eef049988a1905817e4dc4e859287c2923e
154Author: Brad Spengler <spender@grsecurity.net>
155Date: Sun Mar 5 18:01:22 2017 -0500
156
157 Update to pax-linux-4.9.13-test6.patch:
158 - 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)
159 - fixed an unbalanced pax_open_kernel call that would trigger a BUG in the zt5550 driver
160
f77a837c
PK
161commit f9c6bb92aa1205f0402085e363fa914ea34beceb
162Author: Brad Spengler <spender@grsecurity.net>
163Date: Mon Feb 27 06:55:25 2017 -0500
164
165 Fix softirq warnings reported by nail at:
166 https://forums.grsecurity.net/viewtopic.php?f=3&t=4668
167 and reported and debugged by Jason Donenfeld.
168
169 A stray put_cpu() was left in the pax_check_alloca code when
170 porting to Linux 4.9, which would cause a preempt imbalance
171 on interrupts making use of alloca() (either explicitly or through
172 variable length arrays).
173
5bd07bfc
PK
174commit 8019276815d5d50fb57b4a1bd9f33af0c5cd7615
175Author: Brad Spengler <spender@grsecurity.net>
176Date: Sun Feb 26 10:28:40 2017 -0500
177
178 Update size_overflow hash table, from Toralf Foerster
179
180commit 5996b10c778c1b3378219a3c29ae90b504482a50
181Merge: 1d6d9f9 ef547fe
182Author: Brad Spengler <spender@grsecurity.net>
183Date: Sun Feb 26 07:41:37 2017 -0500
184
185 Merge branch 'pax-test' into grsec-test
186
187commit ef547fea89fc7818dec64af7db1c7528fc3c1436
188Merge: bce7062 3737a5f
189Author: Brad Spengler <spender@grsecurity.net>
190Date: Sun Feb 26 07:41:28 2017 -0500
191
192 Merge branch 'linux-4.9.y' into pax-test
193
194commit 1d6d9f9363ebed20318f0c047dccb5a39a4441e7
195Author: Brad Spengler <spender@grsecurity.net>
196Date: Fri Feb 24 07:11:39 2017 -0500
197
198 Silence a compiler warning, reported by Etienne Buira
199
4512caff
PK
200commit e47311b356a178a1652c88cf47aea011f0211061
201Author: Brad Spengler <spender@grsecurity.net>
202Date: Thu Feb 23 18:25:41 2017 -0500
203
204 Update size_overflow hash table
205
206commit 7852bd5868a61b1a9c4210c0214ef8c1d3e0e7e2
207Merge: 15fc570 bce7062
208Author: Brad Spengler <spender@grsecurity.net>
209Date: Thu Feb 23 17:41:07 2017 -0500
210
211 Merge branch 'pax-test' into grsec-test
212
213commit bce7062ee9c933a4188dec2691155442df3a79e8
214Merge: b26ab25 ae7d431
215Author: Brad Spengler <spender@grsecurity.net>
216Date: Thu Feb 23 17:40:59 2017 -0500
217
218 Merge branch 'linux-4.9.y' into pax-test
219
220commit 15fc5704b74ec1d5c4a9ecd00c9e24e9955a1e24
221Author: Brad Spengler <spender@grsecurity.net>
222Date: Thu Feb 23 17:35:05 2017 -0500
223
224 Fix !GRKERNSEC_KMEM && GRKERNSEC_SYSFS_RESTRICT incompatibility with
225 KVM, reported at https://bugs.gentoo.org/show_bug.cgi?id=597554
226 by Christian Roessner, Miro Rovis, and Étienne Buira
227
b3d97741
PK
228commit c26d7750fb91d084a1ba3fbf84fa892cabf2cee9
229Merge: f0e6f87 b26ab25
230Author: Brad Spengler <spender@grsecurity.net>
231Date: Wed Feb 22 20:46:04 2017 -0500
232
233 Merge branch 'pax-test' into grsec-test
234
235commit b26ab25c73a41147b14a8edb35eec6a08fafd927
236Author: Brad Spengler <spender@grsecurity.net>
237Date: Wed Feb 22 20:45:31 2017 -0500
238
239 Update to pax-linux-4.9.10-test5.patch:
240 - fixed resume regression on i386/UDEREF caused by upstream commit ffa64eff956a25548cad0391dbc14c672827be7b, reported by corsac
241 - fixed compile regression on i386/XEN, reported by bugmenot (https://forums.grsecurity.net/viewtopic.php?f=3&t=4677)
242 - 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)
243 - made better use of upstream's idea of invpcid
244
245commit f0e6f87d2d7d767eba1534fd8c1fa4e8e26e00c8
246Author: Andrey Konovalov <andreyknvl@google.com>
247Date: Thu Feb 16 17:22:46 2017 +0100
248
249 dccp: fix freeing skb too early for IPV6_RECVPKTINFO
250
251 In the current DCCP implementation an skb for a DCCP_PKT_REQUEST packet
252 is forcibly freed via __kfree_skb in dccp_rcv_state_process if
253 dccp_v6_conn_request successfully returns.
254
255 However, if IPV6_RECVPKTINFO is set on a socket, the address of the skb
256 is saved to ireq->pktopts and the ref count for skb is incremented in
257 dccp_v6_conn_request, so skb is still in use. Nevertheless, it gets freed
258 in dccp_rcv_state_process.
259
260 Fix by calling consume_skb instead of doing goto discard and therefore
261 calling __kfree_skb.
262
263 Similar fixes for TCP:
264
265 fb7e2399ec17f1004c0e0ccfd17439f8759ede01 [TCP]: skb is unexpectedly freed.
266 0aea76d35c9651d55bbaf746e7914e5f9ae5a25d tcp: SYN packets are now
267 simply consumed
268
269 Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
270 Acked-by: Eric Dumazet <edumazet@google.com>
271 Signed-off-by: David S. Miller <davem@davemloft.net>
272
8b35b200
PK
273commit 9f575ef66df46cb78f751e0d8d509171afe3933e
274Author: Brad Spengler <spender@grsecurity.net>
275Date: Sat Feb 18 13:09:26 2017 -0500
276
277 Update size_overflow hash table
278
279commit e927308508ef20392a61e493bc411e73d597682f
280Merge: 55d2e75 d711991
281Author: Brad Spengler <spender@grsecurity.net>
282Date: Sat Feb 18 11:35:11 2017 -0500
283
284 Merge branch 'pax-test' into grsec-test
285
286commit d711991b1628e84076fde9b2c94d25920cca7882
287Merge: 70fbe2f eee1550
288Author: Brad Spengler <spender@grsecurity.net>
289Date: Sat Feb 18 11:34:56 2017 -0500
290
291 Merge branch 'linux-4.9.y' into pax-test
292
deb90653
PK
293commit 55d2e7501a1db909073644bb1b5c58effb627754
294Author: Brad Spengler <spender@grsecurity.net>
295Date: Thu Feb 16 19:47:51 2017 -0500
296
297 Allow symbol printing for softirq change
298
299commit e489c2948bc9e1d9643c84667bf81ac8387293e0
300Merge: d7b63ba 70fbe2f
301Author: Brad Spengler <spender@grsecurity.net>
302Date: Thu Feb 16 19:47:37 2017 -0500
303
304 Merge branch 'pax-test' into grsec-test
305
306 n why this merge is necessary,
307
308commit 70fbe2fc1540632d2cc67e770d826f9637b5b73f
309Author: Brad Spengler <spender@grsecurity.net>
310Date: Thu Feb 16 19:46:55 2017 -0500
311
312 Update to pax-linux-4.9.10-test4.patch:
313 - 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)
314 - 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)
315 - fixed a SEGMEXEC/vma mirroring regression, reported by osea (https://forums.grsecurity.net/viewtopic.php?f=3&t=4643)
316
9bcb0ec4
PK
317commit d7b63bad761e0ca8897ec9c5df4482483aa20201
318Merge: d310a9c b6296dc
319Author: Brad Spengler <spender@grsecurity.net>
320Date: Wed Feb 15 20:18:47 2017 -0500
321
322 Merge branch 'pax-test' into grsec-test
323
324commit b6296dc3544b4a4543a45777a5cc1ecb2ce51042
325Author: Brad Spengler <spender@grsecurity.net>
326Date: Wed Feb 15 20:16:32 2017 -0500
327
328 Update to pax-linux-4.9.9-test3.patch:
329 - fixed a compile error on i386 with X86_CMPXCHG64=n, by Natanael Copa <ncopa@alpinelinux.org>
330 - Emese fixed a few section mismatches and compile errors caused by the initify plugin, reported by Kees Cook, hunger and Valdis Kletnieks
331 - fixed a compile error caused by type mismatches on i386, reported by spender
332
333commit d310a9c0ab751121a5f97196857bfe4e90d86adf
334Author: Brad Spengler <spender@grsecurity.net>
335Date: Wed Feb 15 20:03:55 2017 -0500
336
337 compile fix, reported by ncopa
338
339commit f6fed850d763aca4162bc24b29afe5bb23d49d91
340Merge: c3fff1a 1971888
341Author: Brad Spengler <spender@grsecurity.net>
342Date: Wed Feb 15 17:21:00 2017 -0500
343
344 Merge branch 'pax-test' into grsec-test
345
346commit 19718886c80977af99f8181fe8e91b0f6f1fb5f7
347Merge: b608a1f 390caee
348Author: Brad Spengler <spender@grsecurity.net>
349Date: Wed Feb 15 17:20:51 2017 -0500
350
351 Merge branch 'linux-4.9.y' into pax-test
352
ecf3aac3
PK
353commit c3fff1a653824ad47021d536dec50e8c937e6347
354Merge: 57a5c6d b608a1f
355Author: Brad Spengler <spender@grsecurity.net>
356Date: Sun Feb 12 20:14:55 2017 -0500
357
358 Merge branch 'pax-test' into grsec-test
359
360commit b608a1f8eadf8287e6accf031da5f5e26964e79a
361Author: Brad Spengler <spender@grsecurity.net>
362Date: Sun Feb 12 20:14:47 2017 -0500
363
364 compile fix
365
366commit 57a5c6d747cce4a1dd99e3677ddb564c47c5305a
367Merge: f1a2106 0851ca2
368Author: Brad Spengler <spender@grsecurity.net>
369Date: Sun Feb 12 20:13:15 2017 -0500
370
371 Merge branch 'pax-test' into grsec-test
372
373commit 0851ca2f75213d1f9aabe2d10f98553bf642e024
374Author: Brad Spengler <spender@grsecurity.net>
375Date: Sun Feb 12 20:13:02 2017 -0500
376
377 compile fix
378
379commit f1a2106f030f628edd9d729e8a4cf7a7cbaffe70
380Merge: fb5b3e7 5cff6ef
381Author: Brad Spengler <spender@grsecurity.net>
382Date: Sun Feb 12 20:05:35 2017 -0500
383
384 Merge branch 'pax-test' into grsec-test
385
386commit 5cff6ef64e73635a287a5635ed89db37b4860336
387Author: Brad Spengler <spender@grsecurity.net>
388Date: Sun Feb 12 20:05:28 2017 -0500
389
390 compile fix
391
392commit fb5b3e71be3a859d01a3e935762125808f8dcff4
393Merge: 005e22e a85c589
394Author: Brad Spengler <spender@grsecurity.net>
395Date: Sun Feb 12 19:54:55 2017 -0500
396
397 Merge branch 'pax-test' into grsec-test
398
399commit a85c5893051fbbc5b97ab6504747f60d9359dabe
400Author: Brad Spengler <spender@grsecurity.net>
401Date: Sun Feb 12 19:54:47 2017 -0500
402
403 compile fix
404
405commit 005e22eb6f5f0630dc47c5bf4c37fe72cb8d5afa
406Merge: 230f6cf e376f96
407Author: Brad Spengler <spender@grsecurity.net>
408Date: Sun Feb 12 19:49:23 2017 -0500
409
410 Merge branch 'pax-test' into grsec-test
411
412commit e376f965ed749044bc294004f16b36f4ca7fab28
413Author: Brad Spengler <spender@grsecurity.net>
414Date: Sun Feb 12 19:49:16 2017 -0500
415
416 compile fix
417
418commit 230f6cf74a165b342fdc05c8202422e8e243b528
419Merge: a60f9ee f4cbdea
420Author: Brad Spengler <spender@grsecurity.net>
421Date: Sun Feb 12 19:38:05 2017 -0500
422
423 Merge branch 'pax-test' into grsec-test
424
425commit f4cbdeaa06cfd3658346f94abb5b6e11fe025961
426Author: Brad Spengler <spender@grsecurity.net>
427Date: Sun Feb 12 19:37:57 2017 -0500
428
429 compile fix
430
431commit a60f9eef51ff4133c0a713bc89c5e2137999e74c
432Merge: dc07488 d545a4c
433Author: Brad Spengler <spender@grsecurity.net>
434Date: Sun Feb 12 19:24:32 2017 -0500
435
436 Merge branch 'pax-test' into grsec-test
437
438commit d545a4c83b3191aeee56ebda071a8476a046eb40
439Author: Brad Spengler <spender@grsecurity.net>
440Date: Sun Feb 12 19:22:21 2017 -0500
441
442 Update to pax-linux-4.9.8-test2.patch:
443 - switched to upstream commit 76bee23411f8510fbf5fc5641bae2c203b726eb6 to fix LTO builds
444 - fixed the symbol export of cpu_gdt_table on x86, by corsac
445 - fixed a bunch of compile warnings, by Mathias Krause <minipli@ld-linux.so>
446 - 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
447 - 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)
448
449commit dc07488c378373e2bf6b60df31709da5ff767afd
450Author: Sean Rees <sean@erifax.org>
451Date: Wed Feb 8 14:30:59 2017 -0800
452
453 Another bug from this pointless mitigation
454 see also: https://twitter.com/halvarflake/status/827613317296508928
455
456 mm/slub.c: fix random_seq offset destruction
457
458 Commit 210e7a43fa90 ("mm: SLUB freelist randomization") broke USB hub
459 initialisation as described in
460
461 https://bugzilla.kernel.org/show_bug.cgi?id=177551.
462
463 Bail out early from init_cache_random_seq if s->random_seq is already
464 initialised. This prevents destroying the previously computed
465 random_seq offsets later in the function.
466
467 If the offsets are destroyed, then shuffle_freelist will truncate
468 page->freelist to just the first object (orphaning the rest).
469
470 Fixes: 210e7a43fa90 ("mm: SLUB freelist randomization")
471 Link: http://lkml.kernel.org/r/20170207140707.20824-1-sean@erifax.org
472 Signed-off-by: Sean Rees <sean@erifax.org>
473 Reported-by: <userwithuid@gmail.com>
474 Cc: Christoph Lameter <cl@linux.com>
475 Cc: Pekka Enberg <penberg@kernel.org>
476 Cc: David Rientjes <rientjes@google.com>
477 Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
478 Cc: Thomas Garnier <thgarnie@google.com>
479 Cc: <stable@vger.kernel.org>
480 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
481 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
482
483commit 7bb22c6cffa5d31bd953b6161db96000edd9eb23
484Merge: a86976a8 9d73aa5
485Author: Brad Spengler <spender@grsecurity.net>
486Date: Thu Feb 9 07:22:12 2017 -0500
487
488 Merge branch 'pax-test' into grsec-test
489
490commit 9d73aa5a4dee061781926c89c592a7d447804e7d
491Merge: 709a650 d2e4b66
492Author: Brad Spengler <spender@grsecurity.net>
493Date: Thu Feb 9 07:22:05 2017 -0500
494
495 Merge branch 'linux-4.9.y' into pax-test
496
6048a460
PK
497commit a86976a86e06bb353a436c2486b1ccfb471f9c50
498Author: Brad Spengler <spender@grsecurity.net>
499Date: Tue Feb 7 08:31:41 2017 -0500
500
501 compile fix
502
503commit 6261adb89e218739e07dc2e55fc87534ea2da325
504Author: Brad Spengler <spender@grsecurity.net>
505Date: Tue Feb 7 07:43:30 2017 -0500
506
507 Relax /proc/pid/auxv check to match what was present in previous patches.
508 Many thanks to M. Vefa Bicakci for the report and fix!
509
510commit cabfb9cbd9201438006865d5e67d10105d8430bc
511Author: Brad Spengler <spender@grsecurity.net>
512Date: Tue Feb 7 07:31:48 2017 -0500
513
514 Cleanup from Mathias Krause
515
516commit 24cf8c373075b002719617a16a180bcd1c281c83
517Author: Brad Spengler <spender@grsecurity.net>
518Date: Tue Feb 7 07:28:52 2017 -0500
519
520 Fix driver error case that we had correct but which broke when merging
521 upstream's ripoff of our code, reported by Mathias Krause
522
9e77252e
PK
523commit d467970a05a441b364d247d5b4366913e44ad7ef
524Merge: cd0b761 709a650
145ff130 525Author: Brad Spengler <spender@grsecurity.net>
9e77252e 526Date: Sun Feb 5 10:00:34 2017 -0500
87ff3ca1
PK
527
528 Merge branch 'pax-test' into grsec-test
529
9e77252e 530commit 709a650aee15f96f6f564e8f4753ce4d2ce4d666
87ff3ca1 531Author: Brad Spengler <spender@grsecurity.net>
9e77252e 532Date: Sun Feb 5 10:00:20 2017 -0500
87ff3ca1 533
9e77252e 534 Update to pax-linux-4.9.8-test1x.patch
87ff3ca1 535
9e77252e 536commit cd0b7618163bb40398b593d3649920ded2e1af33
1864a9b1 537Author: Brad Spengler <spender@grsecurity.net>
9e77252e 538Date: Sat Feb 4 15:58:39 2017 -0500
1864a9b1
PK
539
540 Update size_overflow hash table
541
9e77252e 542commit a6ac7f5e6378cef84c4c00a051725c023a63021b
4dac8ce1 543Author: Brad Spengler <spender@grsecurity.net>
9e77252e 544Date: Sat Feb 4 14:58:33 2017 -0500
4dac8ce1 545
9e77252e 546 Update size_overflow hash tables
18339baf 547
9e77252e 548commit ae5d77fb41c008fcc8b504c350fe3556b43c3973
18339baf 549Author: Brad Spengler <spender@grsecurity.net>
9e77252e 550Date: Sat Feb 4 12:35:54 2017 -0500
18339baf 551
9e77252e 552 Update size_overflow hash table
18339baf 553
9e77252e 554commit 25a2af42cf8bd480755fb946623e868e297a3136
18339baf 555Author: Brad Spengler <spender@grsecurity.net>
9e77252e 556Date: Sat Feb 4 12:25:45 2017 -0500
18339baf 557
9e77252e 558 Initial import of grsecurity 3.1 for Linux 4.9.8
18339baf 559
9e77252e 560commit e3932cb3abbbcfa7e0c7414541fdbd0a27453d4d
18339baf 561Author: Brad Spengler <spender@grsecurity.net>
9e77252e 562Date: Sat Feb 4 11:52:14 2017 -0500
18339baf 563
9e77252e 564 Update to pax-linux-4.9.8-test1.patch
18339baf 565
9e77252e
PK
566commit 979bddf15aa0dbb73dcd418d18ff2fd30ff1b38e
567Merge: d93b949 c8ea2f3
fee0510d 568Author: Brad Spengler <spender@grsecurity.net>
9e77252e 569Date: Sat Feb 4 04:27:39 2017 -0500
fee0510d 570
9e77252e 571 Merge branch 'linux-4.9.y' into pax-test
76e7c0f9 572
9e77252e 573commit d93b94991428cb11d0f66e209c070b1ba884bf83
afe359a8 574Author: Brad Spengler <spender@grsecurity.net>
9e77252e 575Date: Thu Feb 2 17:26:16 2017 -0500
76e7c0f9 576
9e77252e 577 Update to pax-linux-4.9.6-test1xxxxxy.patch
afe359a8 578
9e77252e 579commit c5ecf5720061b63b90eb0ae6dcac9a7b88edd723
afe359a8 580Author: Brad Spengler <spender@grsecurity.net>
9e77252e 581Date: Wed Feb 1 21:22:36 2017 -0500
afe359a8 582
9e77252e 583 Update to pax-linux-4.9.6-test1xxxxx.patch
afe359a8 584
9e77252e 585commit aede64e292980acc6c5784bb18864cd7fabec093
afe359a8 586Author: Brad Spengler <spender@grsecurity.net>
9e77252e 587Date: Wed Feb 1 20:34:33 2017 -0500
afe359a8 588
9e77252e 589 Update to pax-linux-4.9.6-test1xxxx.patch
afe359a8 590
9e77252e 591commit 24a41127f3313bba134e0b68ab9da40f2b0f1ab5
afe359a8 592Author: Brad Spengler <spender@grsecurity.net>
9e77252e 593Date: Wed Feb 1 19:32:39 2017 -0500
afe359a8 594
9e77252e 595 Update to pax-linux-4.9.6-test1xxx.patch
afe359a8 596
9e77252e
PK
597commit 5ed38e522dd7df25d0102f9faf97fca62ba84102
598Merge: a2e84e3 fd2ffe5
afe359a8 599Author: Brad Spengler <spender@grsecurity.net>
9e77252e 600Date: Wed Feb 1 08:14:15 2017 -0500
afe359a8 601
9e77252e 602 Merge branch 'linux-4.9.y' into pax-test
afe359a8 603
9e77252e 604commit a2e84e35dd4c940ddf23d70de6b29a48cbcaa39c
afe359a8 605Author: Brad Spengler <spender@grsecurity.net>
9e77252e 606Date: Wed Feb 1 07:40:25 2017 -0500
afe359a8 607
9e77252e 608 Update to pax-linux-4.9.6-test1xx.patch
afe359a8 609
9e77252e 610commit a06453c00dca1885a8f638b5a4e0dfa703a2094f
6090327c 611Author: Brad Spengler <spender@grsecurity.net>
9e77252e 612Date: Tue Jan 31 19:50:03 2017 -0500
ab5bcff6 613
9e77252e 614 Update to pax-linux-4.9.6-test1x.patch
afe359a8 615
9e77252e 616commit a78566f6da3985944fee653782344976e37a5dea
afe359a8 617Author: Brad Spengler <spender@grsecurity.net>
9e77252e 618Date: Fri Jan 27 21:41:39 2017 -0500
afe359a8 619
9e77252e 620 Initial import of pax-linux-4.9.6-test1.patch
6048a460
PK
621commit e5800118f68fd1553ac02b1f05bc3d567a884e22
622Author: Brad Spengler <spender@grsecurity.net>
623Date: Sun Jan 15 15:50:04 2017 -0500
624
625 Fix size_overflow FP with gcc 6 reported by craftyguy at:
626 https://forums.grsecurity.net/viewtopic.php?f=3&t=4640
627
628 scripts/gcc-plugins/size_overflow_plugin/disable.data | 1 +
629 scripts/gcc-plugins/size_overflow_plugin/e_fields.data | 1 -
630 2 files changed, 1 insertion(+), 1 deletion(-)
631
632commit 5861d0ad8a1c929257f1eda7f97dadbc1818112f
633Author: Brad Spengler <spender@grsecurity.net>
634Date: Sun Jan 15 14:17:09 2017 -0500
635
636 Initify plugin updates from Emese Revfy:
637
638 Fixed a logical error that caused a section mismatch
639 Forgot to handle callees from a caller that is marked by BOTH.
640
641 WARNING: vmlinux.o(.text.unlikely+0x1b1): Section mismatch in
642 reference from the function uncore_pci_exit.part.22() to the function
643 .init.text:uncore_free_pcibus_map()
644 The function uncore_pci_exit.part.22() references
645 the function __init uncore_free_pcibus_map().
646 This is often because uncore_pci_exit.part.22 lacks a __init
647 annotation or the annotation of uncore_free_pcibus_map is wrong.
648
649 Reported-by: Kees Cook <keescook@chromium.org>
650
651 Examine all clones as well for __init/__exit eligibility
652 WARNING: vmlinux.o(.text+0x1087e7): Section mismatch in reference from
653 the function rebind_subsystems() to the variable
654 .init.rodata.str:__func__.4400
655 The function rebind_subsystems() references
656 the variable __initconst __func__.4400.
657 This is often because rebind_subsystems lacks a __initconst
658 annotation or the annotation of __func__.4400 is wrong.
659
660 Reported-by: Kees Cook <keescook@chromium.org>
661
662 scripts/gcc-plugins/initify_plugin.c | 76 ++++++++++++++++++++++++------------
663 1 file changed, 51 insertions(+), 25 deletions(-)
664
665commit 08e03c1434f26e9b56f00a6ce8236320bd557494
666Author: Brad Spengler <spender@grsecurity.net>
667Date: Sun Jan 15 14:08:04 2017 -0500
668
669 After over a year of hard work, KSPP has finally released its first
670 ever contribution back to grsecurity, the project from which KSPP
671 plagiarizes^Wobtains every useful improvement to Linux security. We are proud to
672 announce in this joint release the fruits of their hard work: a typo fix
673 to change 'unkown' to 'unknown' when reporting incorrect GCC plugin
674 command line arguments. Many thanks to Kees Cook and KSPP for this
675 innovation in spell check, and we look forward to many future
676 contributions of the same ilk from their capable hands. 'This
677 contribution of a typo fix confirms the high level of respect and
678 commitment to long-term sustainability KSPP has for grsecurity and its
679 innovative efforts over the past 16 years in producing the state of the
680 art in Linux security' said Brad Spengler, President of Open Source
681 Security Inc.
682
683 "Based on a patch by Kees Cook" (since like much upstream efforts this
684 one was incomplete in that it missed the rap and size_overflow typos
685 as they existed in separate directories).
686
687 scripts/gcc-plugins/checker_plugin.c | 2 +-
688 scripts/gcc-plugins/colorize_plugin.c | 2 +-
689 scripts/gcc-plugins/constify_plugin.c | 2 +-
690 scripts/gcc-plugins/initify_plugin.c | 2 +-
691 scripts/gcc-plugins/kernexec_plugin.c | 2 +-
692 scripts/gcc-plugins/latent_entropy_plugin.c | 2 +-
693 scripts/gcc-plugins/randomize_layout_plugin.c | 2 +-
694 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 2 +-
695 scripts/gcc-plugins/sancov_plugin.c | 2 +-
696 scripts/gcc-plugins/size_overflow_plugin/size_overflow_plugin.c | 2 +-
697 scripts/gcc-plugins/stackleak_plugin.c | 2 +-
698 scripts/gcc-plugins/structleak_plugin.c | 2 +-
699 12 files changed, 12 insertions(+), 12 deletions(-)
700
701commit 9b4ad0aa5ee41a03f02a928e2fd9679044048bde
702Author: Brad Spengler <spender@grsecurity.net>
703Date: Sun Jan 15 12:18:18 2017 -0500
704
705 Fix boot hang on 32-bit 4.8 kernels with SEGMEXEC enabled, reported by
706 osea at:
707 https://forums.grsecurity.net/viewtopic.php?f=3&t=4643
708
709 mm/memory.c | 11 +++++++++++
710 1 file changed, 11 insertions(+)
711
712commit 2c93d3e0efb5b3d413cf2c0c5ac56faf47fa3e2d
713Author: Brad Spengler <spender@grsecurity.net>
714Date: Sun Jan 15 08:52:57 2017 -0500
715
716 Allow USERCOPY to be disabled, was a bug in PaX that somehow slipped through
717 the holiday cracks
718
719 Reported by Chris Henhawke at:
720 https://bugs.gentoo.org/show_bug.cgi?id=603188
721
722 security/Kconfig | 2 +-
723 1 file changed, 1 insertion(+), 1 deletion(-)
724
725commit e86618efec929cb7f77480f35b21154368f2e7d1
726Author: John Sperbeck <jsperbeck@google.com>
727Date: Tue Jan 10 16:58:24 2017 -0800
728
729 From the team that brought you useless improvements to the useless KASLR:
730 Useless mitigation causing likely privesc, with one of the worst commit messages
731 of all time (that wasn't written by an upstream developer for once -- to his credit,
732 Andrew Morton actually demanded more info (albeit receiving it in vague quality),
733 without which this commit message would have been even more sparse.
734
735 Someone should request a CVE for this:
736
737 mm/slab.c: fix SLAB freelist randomization duplicate entries
738
739 This patch fixes a bug in the freelist randomization code. When a high
740 random number is used, the freelist will contain duplicate entries. It
741 will result in different allocations sharing the same chunk.
742
743 It will result in odd behaviours and crashes. It should be uncommon but
744 it depends on the machines. We saw it happening more often on some
745 machines (every few hours of running tests).
746
747 Fixes: c7ce4f60ac19 ("mm: SLAB freelist randomization")
748 Link: http://lkml.kernel.org/r/20170103181908.143178-1-thgarnie@google.com
749 Signed-off-by: John Sperbeck <jsperbeck@google.com>
750 Signed-off-by: Thomas Garnier <thgarnie@google.com>
751 Cc: Christoph Lameter <cl@linux.com>
752 Cc: Pekka Enberg <penberg@kernel.org>
753 Cc: David Rientjes <rientjes@google.com>
754 Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
755 Cc: <stable@vger.kernel.org>
756 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
757 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
758
759 mm/slab.c | 8 ++++----
760 1 file changed, 4 insertions(+), 4 deletions(-)
761
762commit f7abe91bbcb4950f9c611fadd813b6dbe68db74b
763Merge: 124f515 006324d
764Author: Brad Spengler <spender@grsecurity.net>
765Date: Mon Jan 9 07:22:15 2017 -0500
766
767 Merge branch 'pax-test' into grsec-test
768
769commit 006324d50d856bb254eb375407bc0478f8ae95eb
770Merge: 2f6e197 3d8f8d0
771Author: Brad Spengler <spender@grsecurity.net>
772Date: Mon Jan 9 07:22:06 2017 -0500
773
774 Merge branch 'linux-4.8.y' into pax-test
775
776commit 124f5155ead017e547c2a3736a312762870d4b0d
777Author: Brad Spengler <spender@grsecurity.net>
778Date: Fri Jan 6 18:03:39 2017 -0500
779
780 compile fix
781
782 fs/exec.c | 2 +-
783 1 file changed, 1 insertion(+), 1 deletion(-)
784
785commit 655fffef715aff25550a3a90eaf4a7d06426ed8f
786Author: Brad Spengler <spender@grsecurity.net>
787Date: Fri Jan 6 17:57:28 2017 -0500
788
789 compile fix
790
791 fs/exec.c | 2 +-
792 kernel/ptrace.c | 3 ++-
793 2 files changed, 3 insertions(+), 2 deletions(-)
794
795commit a4f3d168f78cb8d84eaabba7dd501799b1f6e5a1
796Merge: c86a12c 2f6e197
797Author: Brad Spengler <spender@grsecurity.net>
798Date: Fri Jan 6 09:01:05 2017 -0500
799
800 Merge branch 'pax-test' into grsec-test
801
802commit 2f6e19780747cdf28176251e19d15c2741b58813
803Merge: a685c6f c65ed08
804Author: Brad Spengler <spender@grsecurity.net>
805Date: Fri Jan 6 08:01:20 2017 -0500
806
807 Merge branch 'linux-4.8.y' into pax-test
808
809commit c86a12c6f8a8551a0025ad531abe9d383e7388d2
810Author: Brad Spengler <spender@grsecurity.net>
811Date: Tue Jan 3 17:37:11 2017 -0500
812
813 Fix an off-by-one in reporting some denied socket families, as reported by
814 Blub
815
816 grsecurity/gracl_ip.c | 2 +-
817 1 file changed, 1 insertion(+), 1 deletion(-)
818
819commit 85f6681653925320e2040a772aa9526d7bdbe083
820Merge: 9d7ca54 a685c6f
821Author: Brad Spengler <spender@grsecurity.net>
822Date: Tue Jan 3 17:18:37 2017 -0500
823
824 Merge branch 'pax-test' into grsec-test
825
826commit a685c6fc603aac945ce129adfcbeb9b05b0aba62
827Author: Brad Spengler <spender@grsecurity.net>
828Date: Tue Jan 3 17:18:07 2017 -0500
829
830 Update to pax-linux-4.8.15-test9.patch:
831 - fixed a few compiler warnings due to KERNEXEC and constification, reported by spender
832 - made a few micro-optimizations to lretq usage on amd64 and BUG_ON
833 - updated gcc-common.h and the plugins to eliminate some code bloat in pass registration
834 - fixed the use of build_string in all gcc plugins as it doesn't set TREE_TYPE itself
835
836 arch/x86/kernel/head_64.S | 6 +-
837 drivers/hv/hv.c | 2 +-
838 drivers/net/ethernet/amd/xgbe/xgbe.h | 6 +-
839 include/asm-generic/bug.h | 2 +-
840 scripts/gcc-plugins/checker_plugin.c | 15 +--
841 scripts/gcc-plugins/colorize_plugin.c | 8 +-
842 scripts/gcc-plugins/constify_plugin.c | 9 +-
843 scripts/gcc-plugins/cyc_complexity_plugin.c | 8 +-
844 scripts/gcc-plugins/gcc-common.h | 106 ++++++++++++++++++---
845 scripts/gcc-plugins/initify_plugin.c | 12 +--
846 scripts/gcc-plugins/kallocstat_plugin.c | 8 +-
847 scripts/gcc-plugins/kernexec_plugin.c | 28 ++----
848 scripts/gcc-plugins/latent_entropy_plugin.c | 10 +-
849 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 24 ++---
850 scripts/gcc-plugins/sancov_plugin.c | 14 ++-
851 .../insert_size_overflow_asm.c | 6 +-
852 .../size_overflow_plugin/size_overflow_ipa.c | 2 +-
853 .../size_overflow_plugin/size_overflow_plugin.c | 26 ++---
854 .../size_overflow_plugin/size_overflow_transform.c | 4 +-
855 .../size_overflow_transform_core.c | 20 +---
856 scripts/gcc-plugins/stackleak_plugin.c | 18 +---
857 scripts/gcc-plugins/structleak_plugin.c | 8 +-
858 22 files changed, 164 insertions(+), 178 deletions(-)
859
860commit 9d7ca543b94c0203affd278739c77992ccaa7ba6
861Author: Brad Spengler <spender@grsecurity.net>
862Date: Fri Dec 30 18:21:59 2016 -0500
863
864 Fix virtualbox host compatibility as reported by aurelf at:
865 https://forums.grsecurity.net/viewtopic.php?f=3&t=4634
866
867 This will be reverted once the VirtualBox devs stop disabling
868 SMAP unnecessarily, which seems like it will happen never.
869 Anyone who cares about security of their host system shouldn't
870 use VirtualBox, as it already precludes the use of KERNEXEC, UDEREF,
871 and RANDKSTACK.
872
873 arch/x86/include/asm/irqflags.h | 4 ++++
874 1 file changed, 4 insertions(+)
875
876commit cec0b19f2d7ac2d8f8357aee654dddd4418086b8
877Author: Brad Spengler <spender@grsecurity.net>
878Date: Thu Dec 22 22:19:33 2016 -0500
879
880 Make HIDESYM select PAX_USERCOPY instead of the now nonexistent PAX_USERCOPY_SLABS
881
882 grsecurity/Kconfig | 2 +-
883 1 file changed, 1 insertion(+), 1 deletion(-)
884
885commit 61c3fa5b25ecc4a7c4f3d531a5cc76adeb89336c
886Author: Brad Spengler <spender@grsecurity.net>
887Date: Thu Dec 15 18:36:17 2016 -0500
888
889 Update size_overflow hash table
890
891 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 1 +
892 1 file changed, 1 insertion(+)
893
894commit 58e3f480aa38ec2007ec86afdbe668cf30238cd2
895Author: Linus Torvalds <torvalds@linux-foundation.org>
896Date: Wed Dec 14 12:45:25 2016 -0800
897
898 vfs,mm: fix return value of read() at s_maxbytes
899
900 We truncated the possible read iterator to s_maxbytes in commit
901 c2a9737f45e2 ("vfs,mm: fix a dead loop in truncate_inode_pages_range()"),
902 but our end condition handling was wrong: it's not an error to try to
903 read at the end of the file.
904
905 Reading past the end should return EOF (0), not EINVAL.
906
907 See for example
908
909 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1649342
910 http://lists.gnu.org/archive/html/bug-coreutils/2016-12/msg00008.html
911
912 where a md5sum of a maximally sized file fails because the final read is
913 exactly at s_maxbytes.
914
915 Fixes: c2a9737f45e2 ("vfs,mm: fix a dead loop in truncate_inode_pages_range()")
916 Reported-by: Joseph Salisbury <joseph.salisbury@canonical.com>
917 Cc: Wei Fang <fangwei1@huawei.com>
918 Cc: Christoph Hellwig <hch@infradead.org>
919 Cc: Dave Chinner <david@fromorbit.com>
920 Cc: Al Viro <viro@zeniv.linux.org.uk>
921 Cc: Andrew Morton <akpm@linux-foundation.org>
922 Cc: stable@kernel.org
923 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
924
925 mm/filemap.c | 2 +-
926 1 file changed, 1 insertion(+), 1 deletion(-)
927
928commit 70975981c11bc45fd4ad44e9a6f5e8c2210a14f6
929Merge: 3a0285a 224c7ab
930Author: Brad Spengler <spender@grsecurity.net>
931Date: Thu Dec 15 17:43:49 2016 -0500
932
933 Merge branch 'pax-test' into grsec-test
934
935commit 224c7ab2cacdcf25cc319978f7fbe64f519f03f0
936Merge: ccbe963 8bba2e2
937Author: Brad Spengler <spender@grsecurity.net>
938Date: Thu Dec 15 17:43:37 2016 -0500
939
940 Merge branch 'linux-4.8.y' into pax-test
941
942commit 3a0285abbc886698581f682e6d269143c1709031
943Merge: eec49c3 ccbe963
944Author: Brad Spengler <spender@grsecurity.net>
945Date: Sat Dec 10 17:49:55 2016 -0500
946
947 Merge branch 'pax-test' into grsec-test
948
949commit ccbe96350259e7d78fb4178ab1e5ece026641816
950Merge: dd08da6 7b8c57c
951Author: Brad Spengler <spender@grsecurity.net>
952Date: Sat Dec 10 17:49:17 2016 -0500
953
954 Update to pax-linux-4.8.14-test8.patch:
955 - fixed hyperv hypercall page handling when compiled as a module, reported by Kyle Spiers (kyle@atomicorp.com)
956 - fixed a logic error in initify that initified some ineligible functions triggering a boot crash under hyperv, reported by Kyle Spiers (kyle@atomicorp.com)
957 - Emese turned the compile time error checking of the nocapture attribute into a warning instead
958 - prototypes were missing for make_*_pass(), reported by Andrew Donnellan <andrew.donnellan@au1.ibm.com>
959
960 Merge branch 'linux-4.8.y' into pax-test
961
962commit eec49c307bcebdfb24cd0c9d1d69282490d30e90
963Merge: 2fd4ed6 dd08da6
964Author: Brad Spengler <spender@grsecurity.net>
965Date: Thu Dec 8 20:03:08 2016 -0500
966
967 Merge branch 'pax-test' into grsec-test
968
969commit dd08da6af044ecb2b82a0be6bb57a8814637a10e
970Author: Brad Spengler <spender@grsecurity.net>
971Date: Thu Dec 8 20:02:44 2016 -0500
972
973 Forward-port some PaX changes:
974 - fixed hyperv hypercall page handling when compiled as a module, reported by Kyle Spiers (kyle@atomicorp.com)
975 - fixed a logic error in initify that initified some ineligible functions triggering a boot crash under hyperv, reported by Kyle Spiers (kyle@atomicorp.com)
976 - Emese turned the compile time error checking of the nocapture attribute into a warning instead
977
978 drivers/hv/hv.c | 2 +-
979 scripts/gcc-plugins/initify_plugin.c | 14 ++++++--------
980 2 files changed, 7 insertions(+), 9 deletions(-)
981
982commit 2fd4ed677eead793deb99095d0fea1014947fc1f
983Author: David Ahern <dsa@cumulusnetworks.com>
984Date: Sun Nov 27 18:52:53 2016 -0800
985
986 net: handle no dst on skb in icmp6_send
987
988 Andrey reported the following while fuzzing the kernel with syzkaller:
989
990 kasan: CONFIG_KASAN_INLINE enabled
991 kasan: GPF could be caused by NULL-ptr deref or user memory access
992 general protection fault: 0000 [#1] SMP KASAN
993 Modules linked in:
994 CPU: 0 PID: 3859 Comm: a.out Not tainted 4.9.0-rc6+ #429
995 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
996 task: ffff8800666d4200 task.stack: ffff880067348000
997 RIP: 0010:[<ffffffff833617ec>] [<ffffffff833617ec>]
998 icmp6_send+0x5fc/0x1e30 net/ipv6/icmp.c:451
999 RSP: 0018:ffff88006734f2c0 EFLAGS: 00010206
1000 RAX: ffff8800666d4200 RBX: 0000000000000000 RCX: 0000000000000000
1001 RDX: 0000000000000000 RSI: dffffc0000000000 RDI: 0000000000000018
1002 RBP: ffff88006734f630 R08: ffff880064138418 R09: 0000000000000003
1003 R10: dffffc0000000000 R11: 0000000000000005 R12: 0000000000000000
1004 R13: ffffffff84e7e200 R14: ffff880064138484 R15: ffff8800641383c0
1005 FS: 00007fb3887a07c0(0000) GS:ffff88006cc00000(0000) knlGS:0000000000000000
1006 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
1007 CR2: 0000000020000000 CR3: 000000006b040000 CR4: 00000000000006f0
1008 Stack:
1009 ffff8800666d4200 ffff8800666d49f8 ffff8800666d4200 ffffffff84c02460
1010 ffff8800666d4a1a 1ffff1000ccdaa2f ffff88006734f498 0000000000000046
1011 ffff88006734f440 ffffffff832f4269 ffff880064ba7456 0000000000000000
1012 Call Trace:
1013 [<ffffffff83364ddc>] icmpv6_param_prob+0x2c/0x40 net/ipv6/icmp.c:557
1014 [< inline >] ip6_tlvopt_unknown net/ipv6/exthdrs.c:88
1015 [<ffffffff83394405>] ip6_parse_tlv+0x555/0x670 net/ipv6/exthdrs.c:157
1016 [<ffffffff8339a759>] ipv6_parse_hopopts+0x199/0x460 net/ipv6/exthdrs.c:663
1017 [<ffffffff832ee773>] ipv6_rcv+0xfa3/0x1dc0 net/ipv6/ip6_input.c:191
1018 ...
1019
1020 icmp6_send / icmpv6_send is invoked for both rx and tx paths. In both
1021 cases the dst->dev should be preferred for determining the L3 domain
1022 if the dst has been set on the skb. Fallback to the skb->dev if it has
1023 not. This covers the case reported here where icmp6_send is invoked on
1024 Rx before the route lookup.
1025
1026 Fixes: 5d41ce29e ("net: icmp6_send should use dst dev to determine L3 domain")
1027 Reported-by: Andrey Konovalov <andreyknvl@google.com>
1028 Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
1029 Signed-off-by: David S. Miller <davem@davemloft.net>
1030
1031 net/ipv6/icmp.c | 6 ++++--
1032 1 file changed, 4 insertions(+), 2 deletions(-)
1033
1034commit 15977cda939cb4a2072de08f265d2d95a97c5c9c
1035Merge: 4d51197 5d6499b
1036Author: Brad Spengler <spender@grsecurity.net>
1037Date: Thu Dec 8 19:56:26 2016 -0500
1038
1039 Merge branch 'pax-test' into grsec-test
1040
1041commit 5d6499bbf52429aee789035bda61df32919293e0
1042Merge: f3f4924 55d64c0
1043Author: Brad Spengler <spender@grsecurity.net>
1044Date: Thu Dec 8 19:56:19 2016 -0500
1045
1046 Merge branch 'linux-4.8.y' into pax-test
1047
1048commit 4d51197ad44024df9dcb2f8f3bc871d5cc185808
1049Author: Philip Pettersson <philip.pettersson@gmail.com>
1050Date: Wed Nov 30 14:55:36 2016 -0800
1051
1052 Not unpriv privilege escalation on any version of grsecurity --
1053 (contrary to copy+pasted Arch Linux security advisories)
1054 we've disabled unprivileged userns ever since it existed.
1055
1056 packet: fix race condition in packet_set_ring
1057
1058 When packet_set_ring creates a ring buffer it will initialize a
1059 struct timer_list if the packet version is TPACKET_V3. This value
1060 can then be raced by a different thread calling setsockopt to
1061 set the version to TPACKET_V1 before packet_set_ring has finished.
1062
1063 This leads to a use-after-free on a function pointer in the
1064 struct timer_list when the socket is closed as the previously
1065 initialized timer will not be deleted.
1066
1067 The bug is fixed by taking lock_sock(sk) in packet_setsockopt when
1068 changing the packet version while also taking the lock at the start
1069 of packet_set_ring.
1070
1071 Fixes: f6fb8f100b80 ("af-packet: TPACKET_V3 flexible buffer implementation.")
1072 Signed-off-by: Philip Pettersson <philip.pettersson@gmail.com>
1073 Signed-off-by: Eric Dumazet <edumazet@google.com>
1074 Signed-off-by: David S. Miller <davem@davemloft.net>
1075
1076 net/packet/af_packet.c | 18 ++++++++++++------
1077 1 file changed, 12 insertions(+), 6 deletions(-)
1078
1079commit 8fb1a916b99396cae8f6961d1734ea51c333e8ae
1080Merge: 54050b7 f3f4924
1081Author: Brad Spengler <spender@grsecurity.net>
1082Date: Tue Dec 6 21:42:51 2016 -0500
1083
1084 Merge branch 'pax-test' into grsec-test
1085
1086commit f3f49240500f0393101d222410f48f68c481959b
1087Author: Brad Spengler <spender@grsecurity.net>
1088Date: Tue Dec 6 21:42:28 2016 -0500
1089
1090 Update to pax-linux-4.8.12-test7.patch:
1091 - fixed non-executable HIBERNATION resume code on amd64, reported and partially fixed by Arseny Solokha <asolokha@gmx.com>
1092 - fixed USERCOPY compile regression with old gcc versions, reported by André Ferraz
1093 - fixed ENDPROC use on atomic functions on sparc64
1094 - fixed return value checking of convert_ip_to_linear
1095 - fixed a few function types for RAP
1096
1097 arch/arm64/include/asm/processor.h | 7 -------
1098 arch/sparc/lib/atomic_64.S | 8 ++++----
1099 arch/x86/kernel/step.c | 2 +-
1100 arch/x86/mm/fault.c | 5 ++++-
1101 arch/x86/power/cpu.c | 4 ++++
1102 arch/x86/power/hibernate_64.c | 11 +++++------
1103 drivers/misc/lkdtm_core.c | 2 +-
1104 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
1105 include/linux/init_task.h | 1 -
1106 9 files changed, 20 insertions(+), 22 deletions(-)
1107
1108commit 54050b78ed9dc52e72180f178a38474606a09d5c
1109Merge: 736e717 34c61d4
1110Author: Brad Spengler <spender@grsecurity.net>
1111Date: Sat Dec 3 09:14:47 2016 -0500
1112
1113 Merge branch 'pax-test' into grsec-test
1114
1115commit 34c61d446390e30aa6b5c6940618a500c894a397
1116Merge: 99257a4 356ccf6
1117Author: Brad Spengler <spender@grsecurity.net>
1118Date: Sat Dec 3 09:14:32 2016 -0500
1119
1120 Merge branch 'linux-4.8.y' into pax-test
1121
1122commit 736e717e33565dd4e71870b60d310e1d5aa3d0cd
1123Merge: 6e1844a 99257a4
1124Author: Brad Spengler <spender@grsecurity.net>
1125Date: Sun Nov 27 11:33:24 2016 -0500
1126
1127 Merge branch 'pax-test' into grsec-test
1128
1129commit 99257a4169235bbe2576eb44ce2e0ce640070a17
1130Author: Brad Spengler <spender@grsecurity.net>
1131Date: Sun Nov 27 11:32:06 2016 -0500
1132
1133 Update to pax-linux-4.8.11-test6.patch:
1134 - fixed harmless compile warning introduced by a previous fix, reported by Matt Turner (https://bugs.gentoo.org/show_bug.cgi?id=599320#c11)
1135 - removed unnecessary objtree use in generating the size overflow hash tables
1136 - Emese worked around a size overflow false positive in drbd, reported by rot (https://forums.grsecurity.net/viewtopic.php?f=3&t=4526)
1137
1138 drivers/block/drbd/drbd_int.h | 2 +-
1139 kernel/trace/trace_printk.c | 6 ------
1140 scripts/gcc-plugins/size_overflow_plugin/Makefile | 4 ++--
1141 3 files changed, 3 insertions(+), 9 deletions(-)
1142
1143commit 6e1844aa17930704e360cd231fa5d12f3aadda1b
1144Author: Ard Biesheuvel <ard.biesheuvel@linaro.org>
1145Date: Mon Oct 17 15:05:33 2016 +0100
1146
1147 mac80211: move struct aead_req off the stack
1148
1149 Some crypto implementations (such as the generic CCM wrapper in crypto/)
1150 use scatterlists to map fields of private data in their struct aead_req.
1151 This means these data structures cannot live in the vmalloc area, which
1152 means that they cannot live on the stack (with CONFIG_VMAP_STACK.)
1153
1154 This currently occurs only with the generic software implementation, but
1155 the private data and usage is implementation specific, so move the whole
1156 data structures off the stack into heap by allocating every time we need
1157 to use them.
1158
1159 In addition, take care not to put any of our own stack allocations into
1160 scatterlists. This involves reserving some extra room when allocating the
1161 aead_request structures, and referring to those allocations in the scatter-
1162 lists (while copying the data from the stack before the crypto operation)
1163
1164 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
1165 Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1166
1167 net/mac80211/aes_ccm.c | 46 ++++++++++++++++++++++++++++++----------------
1168 net/mac80211/aes_ccm.h | 8 +++++---
1169 net/mac80211/aes_gcm.c | 43 ++++++++++++++++++++++++++++---------------
1170 net/mac80211/aes_gcm.h | 6 ++++--
1171 net/mac80211/aes_gmac.c | 26 +++++++++++++-------------
1172 net/mac80211/aes_gmac.h | 4 ++++
1173 net/mac80211/wpa.c | 22 +++++++++-------------
1174 7 files changed, 93 insertions(+), 62 deletions(-)
1175
1176commit c10e1633c41d5418e6eedc665582418a5befbb4f
1177Author: Brad Spengler <spender@grsecurity.net>
1178Date: Sun Nov 27 10:27:05 2016 -0500
1179
1180 Work around drbd size_overflow FP when SIZE_OVERFLOW_EXTRA is enabled, reported by rot at:
1181 https://forums.grsecurity.net/viewtopic.php?f=3&t=4526
1182
1183 drivers/block/drbd/drbd_int.h | 2 +-
1184 1 file changed, 1 insertion(+), 1 deletion(-)
1185
1186commit 249d9232cebd4152a203680c63759332cdac13cb
1187Merge: 18d46a8 b01d05b
1188Author: Brad Spengler <spender@grsecurity.net>
1189Date: Sat Nov 26 08:07:35 2016 -0500
1190
1191 Merge branch 'pax-test' into grsec-test
1192
1193commit b01d05b77234043e071a10852c021c594531af1b
1194Merge: 41ec71c 36bd5bf
1195Author: Brad Spengler <spender@grsecurity.net>
1196Date: Sat Nov 26 08:07:28 2016 -0500
1197
1198 Merge branch 'linux-4.8.y' into pax-test
1199
1200commit 18d46a8fa74de2cb68fb5e6678959e5e61c6fea6
1201Author: Brad Spengler <spender@grsecurity.net>
1202Date: Fri Nov 25 08:37:05 2016 -0500
1203
1204 Mark __phys_addr_nodebug() on x64 as always-inlined
1205
1206 arch/x86/include/asm/page_64.h | 2 +-
1207 1 file changed, 1 insertion(+), 1 deletion(-)
1208
1209commit 5dd906f677c6d649efad1b01da6d6965e15ac3db
1210Author: Andrey Ryabinin <aryabinin@virtuozzo.com>
1211Date: Thu Nov 24 13:23:10 2016 +0000
1212
1213 mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]
1214
1215 This fixes CVE-2016-8650.
1216
1217 If mpi_powm() is given a zero exponent, it wants to immediately return
1218 either 1 or 0, depending on the modulus. However, if the result was
1219 initalised with zero limb space, no limbs space is allocated and a
1220 NULL-pointer exception ensues.
1221
1222 Fix this by allocating a minimal amount of limb space for the result when
1223 the 0-exponent case when the result is 1 and not touching the limb space
1224 when the result is 0.
1225
1226 This affects the use of RSA keys and X.509 certificates that carry them.
1227
1228 BUG: unable to handle kernel NULL pointer dereference at (null)
1229 IP: [<ffffffff8138ce5d>] mpi_powm+0x32/0x7e6
1230 PGD 0
1231 Oops: 0002 [#1] SMP
1232 Modules linked in:
1233 CPU: 3 PID: 3014 Comm: keyctl Not tainted 4.9.0-rc6-fscache+ #278
1234 Hardware name: ASUS All Series/H97-PLUS, BIOS 2306 10/09/2014
1235 task: ffff8804011944c0 task.stack: ffff880401294000
1236 RIP: 0010:[<ffffffff8138ce5d>] [<ffffffff8138ce5d>] mpi_powm+0x32/0x7e6
1237 RSP: 0018:ffff880401297ad8 EFLAGS: 00010212
1238 RAX: 0000000000000000 RBX: ffff88040868bec0 RCX: ffff88040868bba0
1239 RDX: ffff88040868b260 RSI: ffff88040868bec0 RDI: ffff88040868bee0
1240 RBP: ffff880401297ba8 R08: 0000000000000000 R09: 0000000000000000
1241 R10: 0000000000000047 R11: ffffffff8183b210 R12: 0000000000000000
1242 R13: ffff8804087c7600 R14: 000000000000001f R15: ffff880401297c50
1243 FS: 00007f7a7918c700(0000) GS:ffff88041fb80000(0000) knlGS:0000000000000000
1244 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
1245 CR2: 0000000000000000 CR3: 0000000401250000 CR4: 00000000001406e0
1246 Stack:
1247 ffff88040868bec0 0000000000000020 ffff880401297b00 ffffffff81376cd4
1248 0000000000000100 ffff880401297b10 ffffffff81376d12 ffff880401297b30
1249 ffffffff81376f37 0000000000000100 0000000000000000 ffff880401297ba8
1250 Call Trace:
1251 [<ffffffff81376cd4>] ? __sg_page_iter_next+0x43/0x66
1252 [<ffffffff81376d12>] ? sg_miter_get_next_page+0x1b/0x5d
1253 [<ffffffff81376f37>] ? sg_miter_next+0x17/0xbd
1254 [<ffffffff8138ba3a>] ? mpi_read_raw_from_sgl+0xf2/0x146
1255 [<ffffffff8132a95c>] rsa_verify+0x9d/0xee
1256 [<ffffffff8132acca>] ? pkcs1pad_sg_set_buf+0x2e/0xbb
1257 [<ffffffff8132af40>] pkcs1pad_verify+0xc0/0xe1
1258 [<ffffffff8133cb5e>] public_key_verify_signature+0x1b0/0x228
1259 [<ffffffff8133d974>] x509_check_for_self_signed+0xa1/0xc4
1260 [<ffffffff8133cdde>] x509_cert_parse+0x167/0x1a1
1261 [<ffffffff8133d609>] x509_key_preparse+0x21/0x1a1
1262 [<ffffffff8133c3d7>] asymmetric_key_preparse+0x34/0x61
1263 [<ffffffff812fc9f3>] key_create_or_update+0x145/0x399
1264 [<ffffffff812fe227>] SyS_add_key+0x154/0x19e
1265 [<ffffffff81001c2b>] do_syscall_64+0x80/0x191
1266 [<ffffffff816825e4>] entry_SYSCALL64_slow_path+0x25/0x25
1267 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
1268 RIP [<ffffffff8138ce5d>] mpi_powm+0x32/0x7e6
1269 RSP <ffff880401297ad8>
1270 CR2: 0000000000000000
1271 ---[ end trace d82015255d4a5d8d ]---
1272
1273 Basically, this is a backport of a libgcrypt patch:
1274
1275 http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=patch;h=6e1adb05d290aeeb1c230c763970695f4a538526
1276
1277 Fixes: cdec9cb5167a ("crypto: GnuPG based MPI lib - source files (part 1)")
1278 Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
1279 Signed-off-by: David Howells <dhowells@redhat.com>
1280 cc: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
1281 cc: linux-ima-devel@lists.sourceforge.net
1282 cc: stable@vger.kernel.org
1283 Signed-off-by: James Morris <james.l.morris@oracle.com>
1284
1285 lib/mpi/mpi-pow.c | 7 ++++++-
1286 1 file changed, 6 insertions(+), 1 deletion(-)
1287
1288commit 218b2fc710bd61f32c7c0cf4556aa628bccf0382
1289Author: Andrey Ryabinin <aryabinin@virtuozzo.com>
1290Date: Thu Nov 24 13:23:03 2016 +0000
1291
1292 X.509: Fix double free in x509_cert_parse() [ver #3]
1293
1294 We shouldn't free cert->pub->key in x509_cert_parse() because
1295 x509_free_certificate() also does this:
1296 BUG: Double free or freeing an invalid pointer
1297 ...
1298 Call Trace:
1299 [<ffffffff81896c20>] dump_stack+0x63/0x83
1300 [<ffffffff81356571>] kasan_object_err+0x21/0x70
1301 [<ffffffff81356ed9>] kasan_report_double_free+0x49/0x60
1302 [<ffffffff813561ad>] kasan_slab_free+0x9d/0xc0
1303 [<ffffffff81350b7a>] kfree+0x8a/0x1a0
1304 [<ffffffff81844fbf>] public_key_free+0x1f/0x30
1305 [<ffffffff818455d4>] x509_free_certificate+0x24/0x90
1306 [<ffffffff818460bc>] x509_cert_parse+0x2bc/0x300
1307 [<ffffffff81846cae>] x509_key_preparse+0x3e/0x330
1308 [<ffffffff818444cf>] asymmetric_key_preparse+0x6f/0x100
1309 [<ffffffff8178bec0>] key_create_or_update+0x260/0x5f0
1310 [<ffffffff8178e6d9>] SyS_add_key+0x199/0x2a0
1311 [<ffffffff821d823b>] entry_SYSCALL_64_fastpath+0x1e/0xad
1312 Object at ffff880110bd1900, in cache kmalloc-512 size: 512
1313 ....
1314 Freed:
1315 PID = 2579
1316 [<ffffffff8104283b>] save_stack_trace+0x1b/0x20
1317 [<ffffffff813558f6>] save_stack+0x46/0xd0
1318 [<ffffffff81356183>] kasan_slab_free+0x73/0xc0
1319 [<ffffffff81350b7a>] kfree+0x8a/0x1a0
1320 [<ffffffff818460a3>] x509_cert_parse+0x2a3/0x300
1321 [<ffffffff81846cae>] x509_key_preparse+0x3e/0x330
1322 [<ffffffff818444cf>] asymmetric_key_preparse+0x6f/0x100
1323 [<ffffffff8178bec0>] key_create_or_update+0x260/0x5f0
1324 [<ffffffff8178e6d9>] SyS_add_key+0x199/0x2a0
1325 [<ffffffff821d823b>] entry_SYSCALL_64_fastpath+0x1e/0xad
1326
1327 Fixes: db6c43bd2132 ("crypto: KEYS: convert public key and digsig asym to the akcipher api")
1328 Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
1329 Cc: <stable@vger.kernel.org>
1330 Signed-off-by: David Howells <dhowells@redhat.com>
1331 Signed-off-by: James Morris <james.l.morris@oracle.com>
1332
1333 crypto/asymmetric_keys/x509_cert_parser.c | 1 -
1334 1 file changed, 1 deletion(-)
1335
1336commit 7ab38a1d2f20a0ee1646c61f69c5628868e36e1c
1337Author: Brad Spengler <spender@grsecurity.net>
1338Date: Fri Nov 25 15:04:31 2016 -0500
1339
1340 Mark RANDSTRUCT as depending on GCC_PLUGINS
1341
1342 grsecurity/Kconfig | 1 +
1343 1 file changed, 1 insertion(+)
1344
1345commit 4b779f90caef66bc904533a068e82ed7929a741f
1346Author: Brad Spengler <spender@grsecurity.net>
1347Date: Wed Nov 23 22:22:22 2016 -0500
1348
1349 whitespace cleanup
1350
1351 mm/usercopy.c | 6 +++---
1352 1 file changed, 3 insertions(+), 3 deletions(-)
1353
1354commit fa8c4d8069e8a83b3a30bedbb7b5281cc035722e
1355Author: Brad Spengler <spender@grsecurity.net>
1356Date: Wed Nov 23 21:36:42 2016 -0500
1357
1358 Fix regression on i386 KERNEXEC introduced by KSPP ripoff of USERCOPY
1359
1360 mm/usercopy.c | 9 +++++++++
1361 1 file changed, 9 insertions(+)
1362
1363commit 7bde68e909b1592b4de453d16d9efd544fdcf5d7
1364Merge: 104123c 41ec71c
1365Author: Brad Spengler <spender@grsecurity.net>
1366Date: Wed Nov 23 19:59:44 2016 -0500
1367
1368 Merge branch 'pax-test' into grsec-test
1369
1370commit 41ec71c4866375c87ea6d28341bfb980ec5805f3
1371Author: Brad Spengler <spender@grsecurity.net>
1372Date: Wed Nov 23 19:58:53 2016 -0500
1373
1374 Update to pax-linux-4.8.10-test5.patch:
1375 - worked around a false positive initify report with KMEMCHECK, reported by spender
1376 - fixed a compile error of the initify plugin with gcc 4.5
1377 - Emese fixed an infinite recursion bug in the initify plugin that triggered with certain gcc versions, reported by spender
1378 - worked around a false positive initify report with KMEMCHECK, reported by spender
1379 - fixed a compile error of the initify plugin with gcc 4.5
1380 - Emese fixed an infinite recursion bug in the initify plugin that triggered with certain gcc versions, reported by spender
1381
1382 fs/exofs/super.c | 7 +-
1383 kernel/trace/trace_printk.c | 11 +-
1384 net/netfilter/nf_log.c | 2 +-
1385 .../size_overflow_plugin/size_overflow.h | 8 +-
1386 .../size_overflow_plugin/size_overflow_debug.c | 4 +-
1387 .../size_overflow_plugin/size_overflow_ipa.c | 143 ++++++++++++++-------
1388 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
1389 .../size_overflow_plugin_hash.c | 40 +++---
1390 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
1391 9 files changed, 136 insertions(+), 87 deletions(-)
1392
1393commit 104123c7083b4b405c3d94e5cbcf8d82a3c1bf3b
1394Author: Joerg Roedel <jroedel@suse.de>
1395Date: Wed Sep 14 11:41:59 2016 +0200
1396
1397 iommu/amd: Don't put completion-wait semaphore on stack
1398
1399 The semaphore used by the AMD IOMMU to signal command
1400 completion lived on the stack until now, which was safe as
1401 the driver busy-waited on the semaphore with IRQs disabled,
1402 so the stack can't go away under the driver.
1403
1404 But the recently introduced vmap-based stacks break this as
1405 the physical address of the semaphore can't be determinded
1406 easily anymore. The driver used the __pa() macro, but that
1407 only works in the direct-mapping. The result were
1408 Completion-Wait timeout errors seen by the IOMMU driver,
1409 breaking system boot.
1410
1411 Since putting the semaphore on the stack is bad design
1412 anyway, move the semaphore into 'struct amd_iommu'. It is
1413 protected by the per-iommu lock and now in the direct
1414 mapping again. This fixes the Completion-Wait timeout errors
1415 and makes AMD IOMMU systems boot again with vmap-based
1416 stacks enabled.
1417
1418 Reported-by: Borislav Petkov <bp@alien8.de>
1419 Signed-off-by: Joerg Roedel <jroedel@suse.de>
1420 Cc: H. Peter Anvin <hpa@zytor.com>
1421 Cc: Linus Torvalds <torvalds@linux-foundation.org>
1422 Cc: Peter Zijlstra <peterz@infradead.org>
1423 Cc: Thomas Gleixner <tglx@linutronix.de>
1424 Signed-off-by: Ingo Molnar <mingo@kernel.org>
1425
1426 drivers/iommu/amd_iommu.c | 51 ++++++++++++++++++++++++++++-------------
1427 drivers/iommu/amd_iommu_types.h | 2 ++
1428 2 files changed, 37 insertions(+), 16 deletions(-)
1429
1430commit fb4681fbb3ac4fbfc38c4d878a769d9521b2cadc
1431Merge: 5c7c04f7 2eb064c
1432Author: Brad Spengler <spender@grsecurity.net>
1433Date: Mon Nov 21 07:32:06 2016 -0500
1434
1435 Merge branch 'pax-test' into grsec-test
1436
1437commit 2eb064cd06070c433afb5bbe06f2912c6fe4c0ca
1438Merge: ec40a67 cf5ae29
1439Author: Brad Spengler <spender@grsecurity.net>
1440Date: Mon Nov 21 07:31:48 2016 -0500
1441
1442 Merge branch 'linux-4.8.y' into pax-test
1443
1444commit 5c7c04f7c8fcb7a3730b34db41a0842ef0dbed51
1445Author: Brad Spengler <spender@grsecurity.net>
1446Date: Sat Nov 19 19:50:51 2016 -0500
1447
1448 compile fix
1449
1450 drivers/platform/x86/toshiba-wmi.c | 2 +-
1451 1 file changed, 1 insertion(+), 1 deletion(-)
1452
1453commit 05eb3d0ec6643c60f794937ba562fea97f5be897
1454Author: Brad Spengler <spender@grsecurity.net>
1455Date: Sat Nov 19 19:32:09 2016 -0500
1456
1457 compile fix
1458
1459 net/netfilter/nf_log.c | 2 +-
1460 1 file changed, 1 insertion(+), 1 deletion(-)
1461
1462commit fb9517eef2f4321b99e1427728ea81e7beb6709e
1463Author: Brad Spengler <spender@grsecurity.net>
1464Date: Sat Nov 19 19:26:19 2016 -0500
1465
1466 compile fix
1467
1468 drivers/platform/x86/toshiba-wmi.c | 2 +-
1469 1 file changed, 1 insertion(+), 1 deletion(-)
1470
1471commit d7be8fc340893cb7a61f295adf357433684c1412
1472Author: Brad Spengler <spender@grsecurity.net>
1473Date: Sat Nov 19 18:50:43 2016 -0500
1474
1475 Fix an instance of DMA on stack reported by jotik
1476
1477 drivers/tty/hvc/hvc_console.c | 13 +++++++++++--
1478 1 file changed, 11 insertions(+), 2 deletions(-)
1479
1480commit 491d119de68bd80666a5e0c9a45538b03a7e0359
1481Merge: d06ab17 ec40a67
1482Author: Brad Spengler <spender@grsecurity.net>
1483Date: Sat Nov 19 09:49:17 2016 -0500
1484
1485 Merge branch 'pax-test' into grsec-test
1486
1487commit ec40a67f38da6771cc50d21b8bdfef7fe85c13f9
1488Merge: d10440d 8765773
1489Author: Brad Spengler <spender@grsecurity.net>
1490Date: Sat Nov 19 09:48:59 2016 -0500
1491
1492 Merge branch 'linux-4.8.y' into pax-test
1493
1494commit d06ab1776f143f4c0f040b37b5d4be02fb4c2b2f
1495Author: Brad Spengler <spender@grsecurity.net>
1496Date: Wed Nov 16 20:06:47 2016 -0500
1497
1498 Move location of GRKERNSEC_BRUTE call, otherwise on systems with suid
1499 dumping enabled, the crash of a suid/fscapped binary will not produce a
1500 coredump as a SIGKILL to the other threads of the process will trigger
1501 a group exit. Thanks to Michael Hu and Meenakshi Selvaraj for the report!
1502
1503 fs/coredump.c | 6 +++---
1504 1 file changed, 3 insertions(+), 3 deletions(-)
1505
1506commit 2deb6e90bf515a547273218c9e5e80362cedf5f4
1507Merge: 538290f d10440d
1508Author: Brad Spengler <spender@grsecurity.net>
1509Date: Tue Nov 15 07:22:21 2016 -0500
1510
1511 Merge branch 'pax-test' into grsec-test
1512
1513commit d10440da199a8c4601cf572c85c240b391d7ff1c
1514Author: Brad Spengler <spender@grsecurity.net>
1515Date: Tue Nov 15 07:21:39 2016 -0500
1516
1517 Forward-port PaX INITIFY updates:
1518 - Emese fixed an infinite recursion bug in the initify plugin that triggered with certain gcc versions, reported by spender
1519 - fixed a copy-paste error in the previous initify compile error fix
1520
1521 scripts/gcc-plugins/initify_plugin.c | 7 +++----
1522 1 file changed, 3 insertions(+), 4 deletions(-)
1523
1524commit 538290f125d86e96ca1cb58ec6b6dc42c6df94f5
1525Merge: 29790c8 0651bb9
1526Author: Brad Spengler <spender@grsecurity.net>
1527Date: Tue Nov 15 07:16:37 2016 -0500
1528
1529 Merge branch 'pax-test' into grsec-test
1530
1531commit 0651bb9a29497614f2ac8907576e13c25d14417d
1532Merge: 3dccfc8 61385cc
1533Author: Brad Spengler <spender@grsecurity.net>
1534Date: Tue Nov 15 07:16:23 2016 -0500
1535
1536 Merge branch 'linux-4.8.y' into pax-test
1537
1538commit 29790c808b36fed3643adb45a52ddd1eaf215d5a
1539Merge: 884f7d7 3dccfc8
1540Author: Brad Spengler <spender@grsecurity.net>
1541Date: Mon Nov 14 21:55:00 2016 -0500
1542
1543 Merge branch 'pax-test' into grsec-test
1544
1545commit 3dccfc8eb94c31bb44f90f2d5673867d47ceeae1
1546Author: Brad Spengler <spender@grsecurity.net>
1547Date: Mon Nov 14 21:53:56 2016 -0500
1548
1549 Forward-ported PaX updates (so all patches can be released tonight):
1550 - worked around a false positive initify report with KMEMCHECK, reported by spender
1551 - fixed a compile error of the initify plugin with gcc 4.5
1552
1553 lib/Kconfig.kmemcheck | 1 +
1554 scripts/gcc-plugins/initify_plugin.c | 8 ++++++++
1555 2 files changed, 9 insertions(+)
1556
1557commit 884f7d7137f2cb388491c398a22b555c9e04bd3b
1558Author: Brad Spengler <spender@grsecurity.net>
1559Date: Mon Nov 14 08:52:36 2016 -0500
1560
1561 re-enable INITIFY
1562
1563 security/Kconfig | 1 -
1564 1 file changed, 1 deletion(-)
1565
1566commit 1199c8fee72e0204eef6e517acf1d17e1edb35d0
1567Author: Brad Spengler <spender@grsecurity.net>
1568Date: Sat Nov 12 09:28:52 2016 -0500
1569
1570 always clear after restore
1571
1572 kernel/power/snapshot.c | 2 --
1573 1 file changed, 2 deletions(-)
1574
1575commit 6ee3a03e6b4610d3a4c8536222e613c9381d310a
1576Author: Brad Spengler <spender@grsecurity.net>
1577Date: Sat Nov 12 07:48:59 2016 -0500
1578
1579 Remove duplicate function definition caused by bad git merge
1580 Thanks to Toralf Foerster for the report
1581
1582 kernel/power/snapshot.c | 20 --------------------
1583 1 file changed, 20 deletions(-)
1584
1585commit 972fc7c4ab01bed5011f92621c0235a29b964321
1586Merge: b797a7f 179609c
1587Author: Brad Spengler <spender@grsecurity.net>
1588Date: Thu Nov 10 21:30:42 2016 -0500
1589
1590 Merge branch 'pax-test' into grsec-test
1591
1592commit 179609c35bcb2c28967e27dd71850a64dd8d2457
1593Author: Brad Spengler <spender@grsecurity.net>
1594Date: Thu Nov 10 21:28:09 2016 -0500
1595
1596 Update to pax-linux-4.8.7-test3.patch
1597
1598 Makefile | 5 +-
1599 arch/x86/kernel/alternative.c | 2 +
1600 arch/x86/kernel/cpu/intel.c | 6 +
1601 arch/x86/kernel/tsc.c | 3 +
1602 .../gcc-plugins/size_overflow_plugin/.gitignore | 5 +-
1603 .../gcc-plugins/size_overflow_plugin/e_fields.data | 240 ++++++++++++++++---
1604 .../gcc-plugins/size_overflow_plugin/e_fns.data | 262 +++++++++++++++++++--
1605 .../gcc-plugins/size_overflow_plugin/e_vars.data | 3 +
1606 8 files changed, 467 insertions(+), 59 deletions(-)
1607
1608commit b797a7f8f1bd6dd882c302108d3e0e24eec4eb52
1609Merge: c65bef9 61c5e35
1610Author: Brad Spengler <spender@grsecurity.net>
1611Date: Thu Nov 10 18:47:19 2016 -0500
1612
1613 Merge branch 'pax-test' into grsec-test
1614
1615commit 61c5e357c8e096078f3087cc1c9945311580ef58
1616Merge: 26e177d 567aeca
1617Author: Brad Spengler <spender@grsecurity.net>
1618Date: Thu Nov 10 18:47:09 2016 -0500
1619
1620 Merge branch 'linux-4.8.y' into pax-test
1621
1622commit c65bef9442a61a12256456658a6e3a3aa6f0017c
1623Author: Brad Spengler <spender@grsecurity.net>
1624Date: Wed Nov 9 17:22:04 2016 -0500
1625
1626 Add SLAB_USERCOPY backward compatibility for out of tree modules
1627
1628 include/linux/slab.h | 7 +++++++
1629 mm/slab_common.c | 3 ++-
1630 2 files changed, 9 insertions(+), 1 deletion(-)
1631
1632commit 9f7c67696110c732bc080f27629a93c652aa6784
1633Merge: 8c2ed61 26e177d
1634Author: Brad Spengler <spender@grsecurity.net>
1635Date: Wed Nov 9 17:13:02 2016 -0500
1636
1637 Merge branch 'pax-test' into grsec-test
1638
1639commit 26e177df8561bd7b261090dcce16f8bc5a166e43
1640Author: Brad Spengler <spender@grsecurity.net>
1641Date: Wed Nov 9 17:11:43 2016 -0500
1642
1643 Update to pax-linux-4.8.6-test2.patch:
1644 - fixed resume regression on X86 caused by the recent constification of boot_cpu_data, reported by Joe Gabinsky (https://bugs.archlinux.org/task/51767)
1645 - worked around a compile error with gcc enforced PIE, reported by Carlos Carvalho (https://forums.grsecurity.net/viewtopic.php?f=3&t=4607)
1646 - fixed a latent entropy compile error that triggered on arm, reported by spender
1647
1648 Makefile | 2 ++
1649 arch/x86/include/asm/irqflags.h | 2 ++
1650 arch/x86/include/asm/uaccess_32.h | 3 +++
1651 arch/x86/include/asm/uaccess_64.h | 4 ++++
1652 arch/x86/kernel/acpi/wakeup_32.S | 2 ++
1653 arch/x86/kernel/acpi/wakeup_64.S | 2 ++
1654 arch/x86/kernel/cpu/common.c | 6 ++++++
1655 arch/x86/kernel/vm86_32.c | 6 ++----
1656 arch/x86/power/hibernate_asm_32.S | 2 ++
1657 arch/x86/power/hibernate_asm_64.S | 2 ++
1658 fs/pstore/ftrace.c | 1 +
1659 kernel/events/hw_breakpoint.c | 1 +
1660 mm/slab.c | 14 +++++++-------
1661 scripts/gcc-plugins/latent_entropy_plugin.c | 4 ++--
1662 scripts/gcc-plugins/size_overflow_plugin/disable.data | 3 +++
1663 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 5 +----
1664 16 files changed, 42 insertions(+), 17 deletions(-)
1665
1666commit 8c2ed61b048133cef4d19cbcfad489c5229c6d85
1667Author: Brad Spengler <spender@grsecurity.net>
1668Date: Wed Nov 9 17:08:54 2016 -0500
1669
1670 re-enable latent_entropy on ARM
1671
1672 security/Kconfig | 1 -
1673 1 file changed, 1 deletion(-)
1674
1675commit f111a022d48483a796d7f6d170e5165fa17c32aa
1676Author: Brad Spengler <spender@grsecurity.net>
1677Date: Tue Nov 8 21:10:00 2016 -0500
1678
1679 Update size_overflow hash tables
1680
1681 scripts/gcc-plugins/size_overflow_plugin/e_fields.data | 1 +
1682 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 1 +
1683 2 files changed, 2 insertions(+)
1684
1685commit f4e7a9c6e5c14a7d9765191e4fdae902e777a62b
1686Author: Brad Spengler <spender@grsecurity.net>
1687Date: Tue Nov 8 20:39:56 2016 -0500
1688
1689 Update size_overflow hash table
1690
1691 .../gcc-plugins/size_overflow_plugin/e_fields.data | 87 ++++++++++++++++++----
1692 .../gcc-plugins/size_overflow_plugin/e_fns.data | 81 +++++++++++++++++---
1693 2 files changed, 143 insertions(+), 25 deletions(-)
1694
1695commit f3a2f418e4c8c9e7a3c8e44994a9b789b755f690
1696Author: Brad Spengler <spender@grsecurity.net>
1697Date: Tue Nov 8 20:27:26 2016 -0500
1698
1699 Update size_overflow hash table
1700
1701 scripts/gcc-plugins/size_overflow_plugin/e_fields.data | 1 +
1702 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 1 +
1703 2 files changed, 2 insertions(+)
1704
1705commit 7429f39d5af5c7c6744dadbc8cef6fb09bba0378
1706Author: Brad Spengler <spender@grsecurity.net>
1707Date: Tue Nov 8 20:22:07 2016 -0500
1708
1709 compile fix
1710
1711 security/Kconfig | 2 +-
1712 1 file changed, 1 insertion(+), 1 deletion(-)
1713
1714commit 2c1be792d3b1eced5c977f431b97a6f358257c7d
1715Author: Brad Spengler <spender@grsecurity.net>
1716Date: Tue Nov 8 20:15:52 2016 -0500
1717
1718 Disable LATENT_ENTROPY on ARM temporarily
1719
1720 security/Kconfig | 1 +
1721 1 file changed, 1 insertion(+)
1722
1723commit 5baa2459453f698c59713d66c19a35ceb08c6423
1724Author: Brad Spengler <spender@grsecurity.net>
1725Date: Tue Nov 8 19:28:11 2016 -0500
1726
1727 Update size_overflow hash tables
1728
1729 .../gcc-plugins/size_overflow_plugin/e_fields.data | 19 +++++++++--
1730 .../gcc-plugins/size_overflow_plugin/e_fns.data | 38 ++++++++++++++++++++--
1731 .../gcc-plugins/size_overflow_plugin/e_vars.data | 2 ++
1732 3 files changed, 55 insertions(+), 4 deletions(-)
1733
1734commit e6ff4162464e018c08a58689f60664f96786a4e0
1735Author: Brad Spengler <spender@grsecurity.net>
1736Date: Tue Nov 8 19:23:13 2016 -0500
1737
1738 Update size_overflow hash tables
1739
1740 .../gcc-plugins/size_overflow_plugin/e_fields.data | 132 +++++++++++++++++---
1741 .../gcc-plugins/size_overflow_plugin/e_fns.data | 135 +++++++++++++++++++--
1742 .../gcc-plugins/size_overflow_plugin/e_vars.data | 1 +
1743 3 files changed, 243 insertions(+), 25 deletions(-)
1744
1745commit ee26614f6745609f79b28620130afa73b2c86ff8
1746Author: Brad Spengler <spender@grsecurity.net>
1747Date: Tue Nov 8 19:10:38 2016 -0500
1748
1749 Update size_overflow hash table
1750
1751 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 8 ++++++++
1752 1 file changed, 8 insertions(+)
1753
1754commit d3291c0dc6f25e59c8c402b66416cf0f4f6dddb7
1755Author: Brad Spengler <spender@grsecurity.net>
1756Date: Tue Nov 8 19:03:02 2016 -0500
1757
1758 Initial import of grsecurity 3.1 for Linux 4.8.6
1759
1760 Documentation/dontdiff | 2 +
1761 Documentation/kernel-parameters.txt | 6 +
1762 Documentation/sysctl/kernel.txt | 15 +
1763 Makefile | 8 +-
1764 arch/alpha/include/asm/cache.h | 4 +-
1765 arch/alpha/kernel/osf_sys.c | 12 +-
1766 arch/arc/Kconfig | 1 +
1767 arch/arm/Kconfig | 2 +
1768 arch/arm/Kconfig.debug | 1 +
1769 arch/arm/include/asm/cacheflush.h | 2 +-
1770 arch/arm/include/asm/thread_info.h | 7 +-
1771 arch/arm/kernel/entry-common.S | 8 +-
1772 arch/arm/kernel/process.c | 4 +-
1773 arch/arm/kernel/ptrace.c | 9 +
1774 arch/arm/kernel/traps.c | 7 +-
1775 arch/arm/mm/Kconfig | 4 +-
1776 arch/arm/mm/fault.c | 40 +-
1777 arch/arm/mm/mmap.c | 8 +-
1778 arch/arm/net/bpf_jit_32.c | 51 +-
1779 arch/arm64/Kconfig.debug | 1 +
1780 arch/arm64/include/asm/atomic.h | 2 +
1781 arch/arm64/include/asm/cache.h | 2 +
1782 arch/arm64/include/asm/pgtable.h | 3 +
1783 arch/avr32/include/asm/cache.h | 4 +-
1784 arch/blackfin/Kconfig.debug | 1 +
1785 arch/blackfin/include/asm/cache.h | 3 +-
1786 arch/cris/include/arch-v10/arch/cache.h | 3 +-
1787 arch/cris/include/arch-v32/arch/cache.h | 3 +-
1788 arch/frv/include/asm/cache.h | 3 +-
1789 arch/frv/mm/elf-fdpic.c | 4 +-
1790 arch/hexagon/include/asm/cache.h | 6 +-
1791 arch/ia64/Kconfig | 1 +
1792 arch/ia64/include/asm/cache.h | 3 +-
1793 arch/ia64/kernel/sys_ia64.c | 2 +
1794 arch/ia64/mm/hugetlbpage.c | 2 +
1795 arch/m32r/include/asm/cache.h | 4 +-
1796 arch/m68k/include/asm/cache.h | 4 +-
1797 arch/m68k/kernel/time.c | 1 +
1798 arch/metag/mm/hugetlbpage.c | 1 +
1799 arch/microblaze/include/asm/cache.h | 3 +-
1800 arch/mips/Kconfig | 1 +
1801 arch/mips/include/asm/thread_info.h | 11 +-
1802 arch/mips/kernel/irq.c | 3 +
1803 arch/mips/kernel/ptrace.c | 9 +
1804 arch/mips/mm/mmap.c | 4 +-
1805 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
1806 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
1807 arch/openrisc/include/asm/cache.h | 4 +-
1808 arch/parisc/include/asm/cache.h | 3 +
1809 arch/parisc/kernel/sys_parisc.c | 4 +
1810 arch/powerpc/Kconfig | 1 +
1811 arch/powerpc/include/asm/thread_info.h | 5 +-
1812 arch/powerpc/kernel/Makefile | 2 +
1813 arch/powerpc/kernel/irq.c | 3 +
1814 arch/powerpc/kernel/process.c | 10 +-
1815 arch/powerpc/kernel/ptrace.c | 15 +
1816 arch/powerpc/kernel/traps.c | 5 +
1817 arch/powerpc/mm/slice.c | 2 +-
1818 arch/s390/Kconfig.debug | 1 +
1819 arch/s390/include/asm/cache.h | 4 +-
1820 arch/score/include/asm/cache.h | 4 +-
1821 arch/sh/include/asm/cache.h | 3 +-
1822 arch/sh/mm/mmap.c | 6 +-
1823 arch/sparc/include/asm/thread_info_64.h | 8 +-
1824 arch/sparc/kernel/process_32.c | 6 +-
1825 arch/sparc/kernel/process_64.c | 8 +-
1826 arch/sparc/kernel/ptrace_64.c | 14 +
1827 arch/sparc/kernel/sys_sparc_64.c | 8 +-
1828 arch/sparc/kernel/syscalls.S | 8 +-
1829 arch/sparc/kernel/traps_32.c | 8 +-
1830 arch/sparc/kernel/traps_64.c | 28 +-
1831 arch/sparc/kernel/unaligned_64.c | 2 +-
1832 arch/sparc/mm/fault_64.c | 2 +-
1833 arch/sparc/mm/hugetlbpage.c | 15 +-
1834 arch/tile/Kconfig | 1 +
1835 arch/tile/include/asm/cache.h | 3 +-
1836 arch/tile/mm/hugetlbpage.c | 2 +
1837 arch/unicore32/include/asm/cache.h | 6 +-
1838 arch/x86/Kconfig | 21 +
1839 arch/x86/Kconfig.debug | 2 +
1840 arch/x86/entry/common.c | 14 +
1841 arch/x86/entry/entry_32.S | 2 +-
1842 arch/x86/entry/entry_64.S | 2 +-
1843 arch/x86/ia32/ia32_aout.c | 2 +
1844 arch/x86/include/asm/floppy.h | 20 +-
1845 arch/x86/include/asm/fpu/types.h | 69 +-
1846 arch/x86/include/asm/io.h | 2 +-
1847 arch/x86/include/asm/page.h | 12 +-
1848 arch/x86/include/asm/paravirt_types.h | 21 +-
1849 arch/x86/include/asm/processor.h | 4 +-
1850 arch/x86/include/asm/thread_info.h | 6 +-
1851 arch/x86/kernel/dumpstack.c | 8 +-
1852 arch/x86/kernel/dumpstack_32.c | 1 +
1853 arch/x86/kernel/ioport.c | 13 +
1854 arch/x86/kernel/irq_32.c | 3 +
1855 arch/x86/kernel/irq_64.c | 7 +-
1856 arch/x86/kernel/ldt.c | 18 +
1857 arch/x86/kernel/msr.c | 12 +
1858 arch/x86/kernel/sys_i386_32.c | 9 +-
1859 arch/x86/kernel/sys_x86_64.c | 8 +-
1860 arch/x86/kernel/traps.c | 5 +
1861 arch/x86/kernel/verify_cpu.S | 1 +
1862 arch/x86/kernel/vm86_32.c | 15 +
1863 arch/x86/mm/fault.c | 12 +-
1864 arch/x86/mm/hugetlbpage.c | 15 +-
1865 arch/x86/mm/init.c | 51 +-
1866 arch/x86/mm/init_32.c | 6 +-
1867 arch/x86/mm/mmap.c | 16 +-
1868 arch/x86/net/bpf_jit_comp.c | 4 +
1869 arch/x86/xen/Kconfig | 1 +
1870 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
1871 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
1872 crypto/scatterwalk.c | 10 +-
1873 drivers/acpi/acpica/hwxfsleep.c | 11 +-
1874 drivers/acpi/custom_method.c | 4 +
1875 drivers/block/cciss.h | 30 +-
1876 drivers/block/smart1,2.h | 40 +-
1877 drivers/char/Kconfig | 4 +-
1878 drivers/char/mem.c | 19 +-
1879 drivers/char/random.c | 3 -
1880 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
1881 drivers/firewire/ohci.c | 4 +
1882 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 82 +-
1883 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
1884 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
1885 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
1886 .../drm/amd/powerplay/hwmgr/polaris10_thermal.c | 22 +-
1887 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
1888 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
1889 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
1890 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
1891 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
1892 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
1893 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 138 +-
1894 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
1895 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
1896 drivers/iommu/amd_iommu.c | 14 +-
1897 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
1898 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
1899 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
1900 drivers/isdn/i4l/isdn_concap.c | 6 +-
1901 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
1902 drivers/md/bcache/Kconfig | 1 +
1903 drivers/md/raid5.c | 8 +
1904 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
1905 .../media/platform/mtk-vcodec/venc/venc_h264_if.c | 8 +-
1906 .../media/platform/mtk-vcodec/venc/venc_vp8_if.c | 8 +-
1907 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
1908 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
1909 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
1910 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
1911 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
1912 drivers/message/fusion/mptbase.c | 9 +
1913 drivers/misc/sgi-xp/xp_main.c | 12 +-
1914 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
1915 drivers/net/wan/lmc/lmc_media.c | 97 +-
1916 drivers/net/wan/z85230.c | 24 +-
1917 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
1918 drivers/pci/proc.c | 9 +
1919 drivers/platform/x86/asus-wmi.c | 12 +
1920 drivers/rtc/rtc-dev.c | 3 +
1921 drivers/scsi/bfa/bfa_fcs.c | 19 +-
1922 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
1923 drivers/scsi/bfa/bfa_modules.h | 12 +-
1924 drivers/scsi/hpsa.h | 40 +-
1925 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
1926 drivers/staging/wilc1000/host_interface.h | 1 +
1927 drivers/staging/wilc1000/wilc_spi.c | 1 +
1928 drivers/tty/sysrq.c | 2 +-
1929 drivers/tty/tty_io.c | 4 +
1930 drivers/tty/vt/keyboard.c | 22 +-
1931 drivers/usb/core/hub.c | 5 +
1932 drivers/usb/gadget/function/f_uac1.c | 1 +
1933 drivers/usb/gadget/function/u_uac1.c | 1 +
1934 drivers/usb/host/hwa-hc.c | 9 +-
1935 drivers/usb/usbip/vhci_sysfs.c | 2 +-
1936 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
1937 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
1938 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
1939 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
1940 drivers/xen/xenfs/xenstored.c | 5 +
1941 firmware/Makefile | 2 +
1942 firmware/WHENCE | 20 +-
1943 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
1944 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
1945 fs/attr.c | 4 +
1946 fs/autofs4/waitq.c | 9 +
1947 fs/binfmt_aout.c | 7 +
1948 fs/binfmt_elf.c | 40 +-
1949 fs/compat.c | 20 +-
1950 fs/coredump.c | 17 +-
1951 fs/dcache.c | 5 +-
1952 fs/debugfs/inode.c | 19 +-
1953 fs/exec.c | 159 +-
1954 fs/ext2/balloc.c | 4 +-
1955 fs/ext2/super.c | 8 +-
1956 fs/ext4/balloc.c | 4 +-
1957 fs/fcntl.c | 4 +
1958 fs/fhandle.c | 3 +-
1959 fs/file.c | 4 +
1960 fs/filesystems.c | 4 +
1961 fs/fs_struct.c | 20 +-
1962 fs/hugetlbfs/inode.c | 5 +-
1963 fs/inode.c | 8 +-
1964 fs/kernfs/dir.c | 6 +
1965 fs/mount.h | 4 +-
1966 fs/namei.c | 290 +-
1967 fs/namespace.c | 24 +
1968 fs/open.c | 38 +
1969 fs/overlayfs/super.c | 6 +-
1970 fs/pipe.c | 2 +-
1971 fs/posix_acl.c | 15 +-
1972 fs/proc/Kconfig | 10 +-
1973 fs/proc/array.c | 67 +-
1974 fs/proc/base.c | 193 +-
1975 fs/proc/cmdline.c | 4 +
1976 fs/proc/devices.c | 4 +
1977 fs/proc/fd.c | 13 +-
1978 fs/proc/generic.c | 64 +
1979 fs/proc/inode.c | 17 +
1980 fs/proc/internal.h | 18 +-
1981 fs/proc/interrupts.c | 4 +
1982 fs/proc/kcore.c | 3 +
1983 fs/proc/proc_net.c | 31 +
1984 fs/proc/proc_sysctl.c | 50 +-
1985 fs/proc/root.c | 8 +
1986 fs/proc/stat.c | 69 +-
1987 fs/proc/task_mmu.c | 87 +-
1988 fs/proc/task_nommu.c | 2 +-
1989 fs/readdir.c | 19 +
1990 fs/reiserfs/item_ops.c | 24 +-
1991 fs/reiserfs/super.c | 4 +
1992 fs/select.c | 2 +
1993 fs/seq_file.c | 31 +-
1994 fs/stat.c | 20 +-
1995 fs/sysfs/dir.c | 30 +-
1996 fs/utimes.c | 8 +
1997 fs/xattr.c | 26 +-
1998 fs/xfs/xfs_ioctl.c | 6 +
1999 grsecurity/Kconfig | 1205 ++++
2000 grsecurity/Makefile | 54 +
2001 grsecurity/gracl.c | 2773 +++++++++
2002 grsecurity/gracl_alloc.c | 105 +
2003 grsecurity/gracl_cap.c | 96 +
2004 grsecurity/gracl_compat.c | 269 +
2005 grsecurity/gracl_fs.c | 448 ++
2006 grsecurity/gracl_ip.c | 387 ++
2007 grsecurity/gracl_learn.c | 209 +
2008 grsecurity/gracl_policy.c | 1784 ++++++
2009 grsecurity/gracl_res.c | 74 +
2010 grsecurity/gracl_segv.c | 306 +
2011 grsecurity/gracl_shm.c | 40 +
2012 grsecurity/grsec_chdir.c | 19 +
2013 grsecurity/grsec_chroot.c | 506 ++
2014 grsecurity/grsec_disabled.c | 445 ++
2015 grsecurity/grsec_exec.c | 188 +
2016 grsecurity/grsec_fifo.c | 26 +
2017 grsecurity/grsec_fork.c | 23 +
2018 grsecurity/grsec_init.c | 294 +
2019 grsecurity/grsec_ipc.c | 48 +
2020 grsecurity/grsec_link.c | 65 +
2021 grsecurity/grsec_log.c | 340 +
2022 grsecurity/grsec_mem.c | 48 +
2023 grsecurity/grsec_mount.c | 65 +
2024 grsecurity/grsec_pax.c | 47 +
2025 grsecurity/grsec_proc.c | 20 +
2026 grsecurity/grsec_ptrace.c | 30 +
2027 grsecurity/grsec_sig.c | 248 +
2028 grsecurity/grsec_sock.c | 244 +
2029 grsecurity/grsec_sysctl.c | 497 ++
2030 grsecurity/grsec_time.c | 16 +
2031 grsecurity/grsec_tpe.c | 78 +
2032 grsecurity/grsec_tty.c | 18 +
2033 grsecurity/grsec_usb.c | 15 +
2034 grsecurity/grsum.c | 56 +
2035 include/linux/binfmts.h | 5 +-
2036 include/linux/capability.h | 8 +
2037 include/linux/cdev.h | 2 +-
2038 include/linux/compiler-gcc.h | 5 +
2039 include/linux/compiler.h | 8 +
2040 include/linux/cred.h | 8 +-
2041 include/linux/dcache.h | 5 +-
2042 include/linux/debugfs.h | 2 +-
2043 include/linux/fs.h | 26 +-
2044 include/linux/fs_struct.h | 2 +-
2045 include/linux/fsnotify.h | 6 +
2046 include/linux/gracl.h | 342 ++
2047 include/linux/gracl_compat.h | 156 +
2048 include/linux/gralloc.h | 9 +
2049 include/linux/grdefs.h | 140 +
2050 include/linux/grinternal.h | 231 +
2051 include/linux/grmsg.h | 120 +
2052 include/linux/grsecurity.h | 259 +
2053 include/linux/grsock.h | 19 +
2054 include/linux/ipc.h | 2 +-
2055 include/linux/ipc_namespace.h | 2 +-
2056 include/linux/kallsyms.h | 18 +-
2057 include/linux/key-type.h | 4 +-
2058 include/linux/kmod.h | 7 +-
2059 include/linux/kobject.h | 2 +-
2060 include/linux/lsm_hooks.h | 4 +-
2061 include/linux/mm.h | 12 +
2062 include/linux/mm_types.h | 4 +-
2063 include/linux/module.h | 5 +-
2064 include/linux/mount.h | 2 +-
2065 include/linux/msg.h | 2 +-
2066 include/linux/netfilter/xt_gradm.h | 9 +
2067 include/linux/path.h | 4 +-
2068 include/linux/perf_event.h | 13 +-
2069 include/linux/pid_namespace.h | 2 +-
2070 include/linux/printk.h | 3 +-
2071 include/linux/proc_fs.h | 22 +-
2072 include/linux/proc_ns.h | 2 +-
2073 include/linux/rbtree_augmented.h | 4 +-
2074 include/linux/scatterlist.h | 12 +-
2075 include/linux/sched.h | 133 +-
2076 include/linux/security.h | 1 +
2077 include/linux/sem.h | 2 +-
2078 include/linux/seq_file.h | 5 +
2079 include/linux/shm.h | 6 +-
2080 include/linux/skbuff.h | 3 +
2081 include/linux/slab.h | 9 -
2082 include/linux/sysctl.h | 8 +-
2083 include/linux/tty.h | 2 +-
2084 include/linux/tty_driver.h | 4 +-
2085 include/linux/uidgid.h | 6 +
2086 include/linux/user_namespace.h | 2 +-
2087 include/linux/utsname.h | 2 +-
2088 include/linux/vermagic.h | 16 +-
2089 include/linux/vmalloc.h | 11 +
2090 include/net/af_unix.h | 2 +-
2091 include/net/ip.h | 2 +-
2092 include/net/neighbour.h | 2 +-
2093 include/net/net_namespace.h | 2 +-
2094 include/net/sock.h | 2 +-
2095 include/trace/events/fs.h | 53 +
2096 init/Kconfig | 7 +-
2097 init/main.c | 37 +
2098 ipc/mqueue.c | 1 +
2099 ipc/msg.c | 3 +-
2100 ipc/msgutil.c | 4 +-
2101 ipc/sem.c | 3 +-
2102 ipc/shm.c | 26 +-
2103 ipc/util.c | 6 +
2104 kernel/bpf/syscall.c | 10 +-
2105 kernel/capability.c | 31 +-
2106 kernel/cgroup.c | 5 +-
2107 kernel/compat.c | 1 +
2108 kernel/configs.c | 11 +
2109 kernel/cred.c | 112 +-
2110 kernel/events/core.c | 14 +-
2111 kernel/exit.c | 7 +
2112 kernel/fork.c | 93 +-
2113 kernel/futex.c | 4 +-
2114 kernel/kallsyms.c | 9 +
2115 kernel/kcmp.c | 4 +
2116 kernel/kexec_core.c | 2 +-
2117 kernel/kmod.c | 96 +-
2118 kernel/kprobes.c | 9 +-
2119 kernel/ksysfs.c | 2 +
2120 kernel/locking/lockdep_proc.c | 10 +-
2121 kernel/module.c | 108 +-
2122 kernel/panic.c | 6 +-
2123 kernel/pid.c | 18 +-
2124 kernel/power/Kconfig | 1 +
2125 kernel/power/snapshot.c | 20 +
2126 kernel/printk/printk.c | 7 +-
2127 kernel/ptrace.c | 50 +-
2128 kernel/resource.c | 10 +
2129 kernel/sched/core.c | 16 +-
2130 kernel/sched/debug.c | 4 +
2131 kernel/signal.c | 37 +-
2132 kernel/sys.c | 64 +-
2133 kernel/sysctl.c | 174 +-
2134 kernel/taskstats.c | 6 +
2135 kernel/time/posix-timers.c | 8 +
2136 kernel/time/time.c | 5 +
2137 kernel/time/timekeeping.c | 3 +
2138 kernel/time/timer_list.c | 13 +-
2139 kernel/time/timer_stats.c | 10 +-
2140 kernel/trace/Kconfig | 6 +
2141 kernel/trace/trace_syscalls.c | 8 +
2142 kernel/user_namespace.c | 15 +
2143 lib/Kconfig.debug | 11 +-
2144 lib/is_single_threaded.c | 3 +
2145 lib/list_debug.c | 65 +-
2146 lib/nlattr.c | 2 +
2147 lib/rbtree.c | 4 +-
2148 lib/vsprintf.c | 42 +-
2149 localversion-grsec | 1 +
2150 mm/Kconfig | 8 +-
2151 mm/Kconfig.debug | 1 +
2152 mm/filemap.c | 1 +
2153 mm/kmemleak.c | 4 +-
2154 mm/memory.c | 2 +-
2155 mm/mempolicy.c | 12 +-
2156 mm/migrate.c | 3 +-
2157 mm/mlock.c | 9 +
2158 mm/mmap.c | 116 +-
2159 mm/mprotect.c | 8 +
2160 mm/page_alloc.c | 2 +-
2161 mm/process_vm_access.c | 6 +
2162 mm/shmem.c | 2 +-
2163 mm/slab.c | 14 +-
2164 mm/slab_common.c | 2 +-
2165 mm/slob.c | 12 +
2166 mm/slub.c | 53 +-
2167 mm/usercopy.c | 2 -
2168 mm/util.c | 3 +
2169 mm/vmalloc.c | 94 +-
2170 mm/vmstat.c | 29 +-
2171 net/appletalk/atalk_proc.c | 2 +-
2172 net/atm/lec.c | 6 +-
2173 net/atm/mpoa_caches.c | 43 +-
2174 net/can/bcm.c | 2 +-
2175 net/can/proc.c | 2 +-
2176 net/core/dev_ioctl.c | 7 +-
2177 net/core/filter.c | 8 +-
2178 net/core/net-procfs.c | 17 +-
2179 net/core/pktgen.c | 2 +-
2180 net/core/sock.c | 23 +-
2181 net/core/sysctl_net_core.c | 2 +-
2182 net/decnet/dn_dev.c | 2 +-
2183 net/ipv4/devinet.c | 6 +-
2184 net/ipv4/inet_hashtables.c | 6 +
2185 net/ipv4/ip_input.c | 7 +
2186 net/ipv4/ip_vti.c | 2 +-
2187 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
2188 net/ipv4/route.c | 6 +-
2189 net/ipv4/tcp_input.c | 6 +-
2190 net/ipv4/tcp_ipv4.c | 24 +-
2191 net/ipv4/tcp_minisocks.c | 9 +-
2192 net/ipv4/tcp_timer.c | 11 +
2193 net/ipv4/udp.c | 23 +
2194 net/ipv6/addrconf.c | 13 +-
2195 net/ipv6/proc.c | 2 +-
2196 net/ipv6/tcp_ipv6.c | 23 +-
2197 net/ipv6/udp.c | 7 +
2198 net/ipx/ipx_proc.c | 2 +-
2199 net/irda/irproc.c | 2 +-
2200 net/llc/llc_proc.c | 2 +-
2201 net/netfilter/Kconfig | 10 +
2202 net/netfilter/Makefile | 1 +
2203 net/netfilter/xt_gradm.c | 51 +
2204 net/netfilter/xt_hashlimit.c | 4 +-
2205 net/netfilter/xt_recent.c | 2 +-
2206 net/socket.c | 75 +-
2207 net/sunrpc/Kconfig | 1 +
2208 net/sunrpc/cache.c | 2 +-
2209 net/sunrpc/stats.c | 2 +-
2210 net/unix/af_unix.c | 53 +-
2211 net/vmw_vsock/vmci_transport_notify.c | 30 +-
2212 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
2213 net/x25/sysctl_net_x25.c | 2 +-
2214 net/x25/x25_proc.c | 2 +-
2215 scripts/Makefile.gcc-plugins | 5 +
2216 scripts/gcc-plugins/.gitignore | 1 +
2217 scripts/gcc-plugins/Makefile | 10 +
2218 scripts/gcc-plugins/gen-random-seed.sh | 8 +
2219 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
2220 .../gcc-plugins/size_overflow_plugin/.gitignore | 5 +-
2221 scripts/package/Makefile | 2 +-
2222 scripts/package/mkspec | 41 +-
2223 security/Kconfig | 314 +-
2224 security/apparmor/file.c | 4 +-
2225 security/apparmor/lsm.c | 6 +-
2226 security/commoncap.c | 29 +
2227 security/keys/internal.h | 2 +-
2228 security/tomoyo/file.c | 12 +-
2229 security/tomoyo/mount.c | 4 +
2230 security/tomoyo/tomoyo.c | 20 +-
2231 security/yama/Kconfig | 2 +-
2232 sound/synth/emux/emux_seq.c | 14 +-
2233 sound/usb/line6/driver.c | 40 +-
2234 sound/usb/line6/toneport.c | 12 +-
2235 475 files changed, 32298 insertions(+), 3053 deletions(-)
2236
2237commit 863a7358ccafaadba7ca6d6c7b9dec8232aef6fd
2238Author: Brad Spengler <spender@grsecurity.net>
2239Date: Tue Nov 8 18:33:39 2016 -0500
2240
2241 Initial import of pax-linux-4.8.6-test1.patch
2242
2243 Documentation/dontdiff | 49 +-
2244 Documentation/kbuild/makefiles.txt | 39 +-
2245 Documentation/kernel-parameters.txt | 33 +
2246 Makefile | 13 +-
2247 arch/Kconfig | 2 +-
2248 arch/alpha/include/asm/atomic.h | 10 +
2249 arch/alpha/include/asm/elf.h | 7 +
2250 arch/alpha/include/asm/pgalloc.h | 6 +
2251 arch/alpha/include/asm/pgtable.h | 11 +
2252 arch/alpha/kernel/module.c | 2 +-
2253 arch/alpha/kernel/osf_sys.c | 8 +-
2254 arch/alpha/mm/fault.c | 141 +-
2255 arch/arm/Kconfig | 5 +-
2256 arch/arm/boot/compressed/Makefile | 2 +
2257 arch/arm/crypto/sha1_glue.c | 12 +-
2258 arch/arm/crypto/sha1_neon_glue.c | 10 +-
2259 arch/arm/crypto/sha256_glue.c | 13 +-
2260 arch/arm/crypto/sha256_neon_glue.c | 13 +-
2261 arch/arm/crypto/sha512-glue.c | 11 +-
2262 arch/arm/crypto/sha512-neon-glue.c | 11 +-
2263 arch/arm/include/asm/atomic.h | 306 +-
2264 arch/arm/include/asm/cache.h | 4 +-
2265 arch/arm/include/asm/cacheflush.h | 2 +-
2266 arch/arm/include/asm/checksum.h | 14 +-
2267 arch/arm/include/asm/cmpxchg.h | 5 +
2268 arch/arm/include/asm/cpuidle.h | 2 +-
2269 arch/arm/include/asm/domain.h | 43 +-
2270 arch/arm/include/asm/elf.h | 9 +-
2271 arch/arm/include/asm/fncpy.h | 2 +
2272 arch/arm/include/asm/futex.h | 1 +
2273 arch/arm/include/asm/kmap_types.h | 2 +-
2274 arch/arm/include/asm/mach/dma.h | 2 +-
2275 arch/arm/include/asm/mach/map.h | 16 +-
2276 arch/arm/include/asm/outercache.h | 2 +-
2277 arch/arm/include/asm/page.h | 3 +-
2278 arch/arm/include/asm/pgalloc.h | 20 +
2279 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
2280 arch/arm/include/asm/pgtable-2level.h | 3 +
2281 arch/arm/include/asm/pgtable-3level.h | 3 +
2282 arch/arm/include/asm/pgtable.h | 54 +-
2283 arch/arm/include/asm/smp.h | 2 +-
2284 arch/arm/include/asm/string.h | 10 +-
2285 arch/arm/include/asm/thread_info.h | 3 +
2286 arch/arm/include/asm/timex.h | 1 +
2287 arch/arm/include/asm/tls.h | 3 +
2288 arch/arm/include/asm/uaccess.h | 102 +-
2289 arch/arm/include/uapi/asm/ptrace.h | 2 +-
2290 arch/arm/kernel/armksyms.c | 2 +-
2291 arch/arm/kernel/cpuidle.c | 2 +-
2292 arch/arm/kernel/efi.c | 4 +-
2293 arch/arm/kernel/entry-armv.S | 109 +-
2294 arch/arm/kernel/entry-common.S | 40 +-
2295 arch/arm/kernel/entry-header.S | 55 +
2296 arch/arm/kernel/fiq.c | 3 +
2297 arch/arm/kernel/module-plts.c | 7 +-
2298 arch/arm/kernel/module.c | 38 +-
2299 arch/arm/kernel/patch.c | 2 +
2300 arch/arm/kernel/process.c | 86 +-
2301 arch/arm/kernel/reboot.c | 1 +
2302 arch/arm/kernel/setup.c | 20 +-
2303 arch/arm/kernel/signal.c | 35 +-
2304 arch/arm/kernel/smp.c | 2 +-
2305 arch/arm/kernel/tcm.c | 4 +-
2306 arch/arm/kernel/vmlinux.lds.S | 3 +-
2307 arch/arm/kvm/arm.c | 8 +-
2308 arch/arm/lib/copy_page.S | 1 +
2309 arch/arm/lib/csumpartialcopyuser.S | 4 +-
2310 arch/arm/lib/delay.c | 2 +-
2311 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
2312 arch/arm/mach-exynos/suspend.c | 6 +-
2313 arch/arm/mach-mmp/mmp2.c | 4 +-
2314 arch/arm/mach-mmp/pxa910.c | 4 +-
2315 arch/arm/mach-mvebu/coherency.c | 6 +-
2316 arch/arm/mach-mvebu/pmsu.c | 2 +-
2317 arch/arm/mach-omap2/board-n8x0.c | 2 +-
2318 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
2319 arch/arm/mach-omap2/omap-smp.c | 1 +
2320 arch/arm/mach-omap2/omap_device.c | 4 +-
2321 arch/arm/mach-omap2/omap_device.h | 4 +-
2322 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
2323 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
2324 arch/arm/mach-omap2/wd_timer.c | 6 +-
2325 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
2326 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
2327 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
2328 arch/arm/mach-tegra/irq.c | 1 +
2329 arch/arm/mach-ux500/pm.c | 1 +
2330 arch/arm/mach-zynq/platsmp.c | 1 +
2331 arch/arm/mm/Kconfig | 6 +-
2332 arch/arm/mm/alignment.c | 24 +-
2333 arch/arm/mm/cache-l2x0.c | 2 +-
2334 arch/arm/mm/context.c | 10 +-
2335 arch/arm/mm/fault.c | 160 +
2336 arch/arm/mm/fault.h | 12 +
2337 arch/arm/mm/init.c | 39 +
2338 arch/arm/mm/ioremap.c | 4 +-
2339 arch/arm/mm/mmap.c | 36 +-
2340 arch/arm/mm/mmu.c | 162 +-
2341 arch/arm/net/bpf_jit_32.c | 3 +
2342 arch/arm/plat-iop/setup.c | 2 +-
2343 arch/arm/plat-omap/sram.c | 2 +
2344 arch/arm64/Kconfig | 1 +
2345 arch/arm64/crypto/sha1-ce-glue.c | 12 +-
2346 arch/arm64/include/asm/atomic.h | 13 +
2347 arch/arm64/include/asm/cache.h | 4 +-
2348 arch/arm64/include/asm/percpu.h | 8 +-
2349 arch/arm64/include/asm/pgalloc.h | 10 +
2350 arch/arm64/include/asm/pgtable.h | 3 +
2351 arch/arm64/include/asm/processor.h | 7 +
2352 arch/arm64/include/asm/string.h | 24 +-
2353 arch/arm64/include/asm/uaccess.h | 10 +
2354 arch/arm64/kernel/hibernate.c | 14 +-
2355 arch/arm64/kernel/probes/decode-insn.c | 4 +-
2356 arch/arm64/kernel/process.c | 9 +-
2357 arch/arm64/kernel/stacktrace.c | 4 +-
2358 arch/arm64/kernel/traps.c | 2 +-
2359 arch/avr32/include/asm/elf.h | 8 +-
2360 arch/avr32/include/asm/kmap_types.h | 4 +-
2361 arch/avr32/mm/fault.c | 27 +
2362 arch/frv/include/asm/atomic.h | 10 +
2363 arch/frv/include/asm/kmap_types.h | 2 +-
2364 arch/frv/mm/elf-fdpic.c | 3 +-
2365 arch/ia64/Makefile | 1 +
2366 arch/ia64/include/asm/atomic.h | 10 +
2367 arch/ia64/include/asm/elf.h | 7 +
2368 arch/ia64/include/asm/pgalloc.h | 12 +
2369 arch/ia64/include/asm/pgtable.h | 13 +-
2370 arch/ia64/include/asm/spinlock.h | 2 +-
2371 arch/ia64/include/asm/uaccess.h | 27 +-
2372 arch/ia64/kernel/module.c | 20 +-
2373 arch/ia64/kernel/palinfo.c | 2 +-
2374 arch/ia64/kernel/sys_ia64.c | 7 +
2375 arch/ia64/kernel/vmlinux.lds.S | 2 +-
2376 arch/ia64/mm/fault.c | 32 +-
2377 arch/ia64/mm/init.c | 15 +-
2378 arch/m32r/lib/usercopy.c | 6 +
2379 arch/mips/Kbuild | 2 +-
2380 arch/mips/Kconfig | 3 +-
2381 arch/mips/include/asm/atomic.h | 387 +-
2382 arch/mips/include/asm/cache.h | 3 +-
2383 arch/mips/include/asm/elf.h | 7 +
2384 arch/mips/include/asm/exec.h | 2 +-
2385 arch/mips/include/asm/hw_irq.h | 2 +-
2386 arch/mips/include/asm/irq.h | 1 -
2387 arch/mips/include/asm/local.h | 57 +
2388 arch/mips/include/asm/page.h | 2 +-
2389 arch/mips/include/asm/pgalloc.h | 5 +
2390 arch/mips/include/asm/pgtable.h | 3 +
2391 arch/mips/include/asm/uaccess.h | 1 +
2392 arch/mips/kernel/binfmt_elfn32.c | 7 +
2393 arch/mips/kernel/binfmt_elfo32.c | 7 +
2394 arch/mips/kernel/irq-gt641xx.c | 2 +-
2395 arch/mips/kernel/irq.c | 6 +-
2396 arch/mips/kernel/pm-cps.c | 2 +-
2397 arch/mips/kernel/process.c | 12 -
2398 arch/mips/kernel/sync-r4k.c | 24 +-
2399 arch/mips/kernel/traps.c | 13 +-
2400 arch/mips/lib/ashldi3.c | 21 +-
2401 arch/mips/lib/ashrdi3.c | 19 +-
2402 arch/mips/lib/libgcc.h | 12 +-
2403 arch/mips/mm/fault.c | 25 +
2404 arch/mips/mm/init.c | 4 +-
2405 arch/mips/mm/mmap.c | 24 +-
2406 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
2407 arch/mips/sni/rm200.c | 2 +-
2408 arch/mips/vr41xx/common/icu.c | 2 +-
2409 arch/mips/vr41xx/common/irq.c | 4 +-
2410 arch/parisc/include/asm/atomic.h | 10 +
2411 arch/parisc/include/asm/elf.h | 7 +
2412 arch/parisc/include/asm/pgalloc.h | 6 +
2413 arch/parisc/include/asm/pgtable.h | 11 +
2414 arch/parisc/include/asm/uaccess.h | 6 +-
2415 arch/parisc/kernel/module.c | 26 +-
2416 arch/parisc/kernel/sys_parisc.c | 15 +
2417 arch/parisc/kernel/traps.c | 4 +-
2418 arch/parisc/mm/fault.c | 140 +-
2419 arch/powerpc/Kconfig | 1 +
2420 arch/powerpc/include/asm/atomic.h | 306 +-
2421 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
2422 arch/powerpc/include/asm/book3s/32/pgtable.h | 2 +-
2423 arch/powerpc/include/asm/book3s/64/pgalloc.h | 10 +
2424 arch/powerpc/include/asm/cache.h | 4 +-
2425 arch/powerpc/include/asm/elf.h | 12 +
2426 arch/powerpc/include/asm/exec.h | 2 +-
2427 arch/powerpc/include/asm/kmap_types.h | 2 +-
2428 arch/powerpc/include/asm/local.h | 46 +
2429 arch/powerpc/include/asm/mman.h | 2 +-
2430 arch/powerpc/include/asm/nohash/64/pgalloc.h | 7 +
2431 arch/powerpc/include/asm/page.h | 8 +-
2432 arch/powerpc/include/asm/page_64.h | 7 +-
2433 arch/powerpc/include/asm/pgtable.h | 1 +
2434 arch/powerpc/include/asm/pte-common.h | 30 +-
2435 arch/powerpc/include/asm/reg.h | 1 +
2436 arch/powerpc/include/asm/smp.h | 2 +-
2437 arch/powerpc/include/asm/spinlock.h | 43 +-
2438 arch/powerpc/include/asm/string.h | 20 +-
2439 arch/powerpc/include/asm/uaccess.h | 102 +-
2440 arch/powerpc/kernel/Makefile | 5 +
2441 arch/powerpc/kernel/exceptions-64e.S | 4 +-
2442 arch/powerpc/kernel/exceptions-64s.S | 2 +-
2443 arch/powerpc/kernel/module_32.c | 15 +-
2444 arch/powerpc/kernel/process.c | 7 -
2445 arch/powerpc/kernel/signal_32.c | 2 +-
2446 arch/powerpc/kernel/signal_64.c | 2 +-
2447 arch/powerpc/kernel/traps.c | 21 +
2448 arch/powerpc/kernel/vdso.c | 5 +-
2449 arch/powerpc/lib/usercopy_64.c | 18 -
2450 arch/powerpc/mm/fault.c | 56 +-
2451 arch/powerpc/mm/mmap.c | 16 +
2452 arch/powerpc/mm/slice.c | 21 +-
2453 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
2454 arch/s390/include/asm/atomic.h | 10 +
2455 arch/s390/include/asm/elf.h | 7 +
2456 arch/s390/include/asm/exec.h | 2 +-
2457 arch/s390/include/asm/uaccess.h | 13 +-
2458 arch/s390/kernel/module.c | 22 +-
2459 arch/s390/kernel/process.c | 7 -
2460 arch/s390/mm/mmap.c | 22 +-
2461 arch/score/include/asm/exec.h | 2 +-
2462 arch/score/kernel/process.c | 5 -
2463 arch/sh/mm/mmap.c | 28 +-
2464 arch/sparc/Kconfig | 1 +
2465 arch/sparc/include/asm/atomic_64.h | 116 +-
2466 arch/sparc/include/asm/cache.h | 4 +-
2467 arch/sparc/include/asm/elf_32.h | 7 +
2468 arch/sparc/include/asm/elf_64.h | 7 +
2469 arch/sparc/include/asm/pgalloc_32.h | 1 +
2470 arch/sparc/include/asm/pgalloc_64.h | 2 +
2471 arch/sparc/include/asm/pgtable.h | 4 +
2472 arch/sparc/include/asm/pgtable_32.h | 15 +-
2473 arch/sparc/include/asm/pgtsrmmu.h | 5 +
2474 arch/sparc/include/asm/setup.h | 4 +-
2475 arch/sparc/include/asm/spinlock_64.h | 35 +-
2476 arch/sparc/include/asm/thread_info_32.h | 1 +
2477 arch/sparc/include/asm/thread_info_64.h | 2 +
2478 arch/sparc/include/asm/uaccess.h | 1 +
2479 arch/sparc/include/asm/uaccess_32.h | 13 +
2480 arch/sparc/include/asm/uaccess_64.h | 12 +
2481 arch/sparc/kernel/Makefile | 2 +-
2482 arch/sparc/kernel/prom_common.c | 2 +-
2483 arch/sparc/kernel/smp_64.c | 8 +-
2484 arch/sparc/kernel/sys_sparc_32.c | 2 +-
2485 arch/sparc/kernel/sys_sparc_64.c | 58 +-
2486 arch/sparc/kernel/traps_64.c | 27 +-
2487 arch/sparc/lib/Makefile | 2 +-
2488 arch/sparc/lib/atomic_64.S | 57 +-
2489 arch/sparc/lib/ksyms.c | 6 +-
2490 arch/sparc/mm/Makefile | 2 +-
2491 arch/sparc/mm/fault_32.c | 292 +
2492 arch/sparc/mm/fault_64.c | 486 +
2493 arch/sparc/mm/hugetlbpage.c | 30 +-
2494 arch/sparc/mm/init_64.c | 10 +-
2495 arch/tile/include/asm/atomic_64.h | 10 +
2496 arch/tile/include/asm/uaccess.h | 4 +-
2497 arch/um/Makefile | 2 +
2498 arch/um/include/asm/cache.h | 3 +-
2499 arch/um/include/asm/kmap_types.h | 2 +-
2500 arch/um/include/asm/page.h | 3 +
2501 arch/um/include/asm/pgtable-3level.h | 1 +
2502 arch/um/kernel/process.c | 16 -
2503 arch/x86/Kconfig | 35 +-
2504 arch/x86/Kconfig.cpu | 6 +-
2505 arch/x86/Kconfig.debug | 3 +-
2506 arch/x86/Makefile | 13 +-
2507 arch/x86/boot/bitops.h | 4 +-
2508 arch/x86/boot/boot.h | 2 +-
2509 arch/x86/boot/compressed/Makefile | 17 +
2510 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
2511 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
2512 arch/x86/boot/compressed/head_32.S | 4 +-
2513 arch/x86/boot/compressed/head_64.S | 12 +-
2514 arch/x86/boot/compressed/misc.c | 21 +-
2515 arch/x86/boot/compressed/pagetable.c | 1 +
2516 arch/x86/boot/cpucheck.c | 16 +-
2517 arch/x86/boot/header.S | 7 +-
2518 arch/x86/boot/memory.c | 2 +-
2519 arch/x86/boot/video-vesa.c | 1 +
2520 arch/x86/boot/video.c | 2 +-
2521 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
2522 arch/x86/crypto/aesni-intel_asm.S | 116 +-
2523 arch/x86/crypto/aesni-intel_glue.c | 4 +-
2524 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
2525 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
2526 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
2527 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
2528 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
2529 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
2530 arch/x86/crypto/camellia_glue.c | 8 +-
2531 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
2532 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
2533 arch/x86/crypto/cast6_avx_glue.c | 16 +-
2534 arch/x86/crypto/crc32-pclmul_asm.S | 19 +-
2535 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
2536 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
2537 arch/x86/crypto/glue_helper.c | 2 +-
2538 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
2539 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
2540 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
2541 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
2542 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
2543 arch/x86/crypto/serpent_avx_glue.c | 18 +-
2544 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
2545 arch/x86/crypto/sha1-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
2546 arch/x86/crypto/sha1-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
2547 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
2548 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
2549 arch/x86/crypto/sha256-avx-asm.S | 5 +-
2550 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
2551 .../crypto/sha256-mb/sha256_mb_mgr_flush_avx2.S | 4 +-
2552 .../crypto/sha256-mb/sha256_mb_mgr_submit_avx2.S | 2 +-
2553 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
2554 arch/x86/crypto/sha256_ni_asm.S | 2 +-
2555 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
2556 arch/x86/crypto/sha512-avx-asm.S | 5 +-
2557 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
2558 .../crypto/sha512-mb/sha512_mb_mgr_flush_avx2.S | 4 +-
2559 .../crypto/sha512-mb/sha512_mb_mgr_submit_avx2.S | 2 +-
2560 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
2561 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
2562 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
2563 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
2564 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
2565 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
2566 arch/x86/crypto/twofish_avx_glue.c | 21 +-
2567 arch/x86/crypto/twofish_glue.c | 4 +-
2568 arch/x86/crypto/twofish_glue_3way.c | 12 +-
2569 arch/x86/entry/Makefile | 2 +
2570 arch/x86/entry/calling.h | 86 +-
2571 arch/x86/entry/common.c | 89 +-
2572 arch/x86/entry/entry_32.S | 343 +-
2573 arch/x86/entry/entry_64.S | 611 +-
2574 arch/x86/entry/entry_64_compat.S | 110 +-
2575 arch/x86/entry/thunk_64.S | 2 +
2576 arch/x86/entry/vdso/Makefile | 2 +-
2577 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
2578 arch/x86/entry/vdso/vdso2c.h | 4 +-
2579 arch/x86/entry/vdso/vma.c | 44 +-
2580 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
2581 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-
2582 arch/x86/events/amd/iommu.c | 8 +-
2583 arch/x86/events/core.c | 8 +-
2584 arch/x86/events/intel/core.c | 34 +-
2585 arch/x86/events/intel/cqm.c | 14 +-
2586 arch/x86/events/intel/cstate.c | 6 +-
2587 arch/x86/events/intel/ds.c | 7 +-
2588 arch/x86/events/intel/lbr.c | 4 +-
2589 arch/x86/events/intel/pt.c | 38 +-
2590 arch/x86/events/intel/rapl.c | 8 +-
2591 arch/x86/events/intel/uncore.c | 6 +-
2592 arch/x86/events/intel/uncore.h | 14 +-
2593 arch/x86/events/perf_event.h | 2 +-
2594 arch/x86/ia32/ia32_signal.c | 23 +-
2595 arch/x86/ia32/sys_ia32.c | 42 +-
2596 arch/x86/include/asm/alternative-asm.h | 64 +-
2597 arch/x86/include/asm/alternative.h | 34 +-
2598 arch/x86/include/asm/apic.h | 2 +-
2599 arch/x86/include/asm/apm.h | 4 +-
2600 arch/x86/include/asm/asm.h | 24 -
2601 arch/x86/include/asm/atomic.h | 272 +-
2602 arch/x86/include/asm/atomic64_32.h | 133 +-
2603 arch/x86/include/asm/atomic64_64.h | 144 +-
2604 arch/x86/include/asm/bitops.h | 18 +-
2605 arch/x86/include/asm/boot.h | 2 +-
2606 arch/x86/include/asm/cache.h | 4 +-
2607 arch/x86/include/asm/checksum_32.h | 12 +-
2608 arch/x86/include/asm/cmpxchg.h | 33 +
2609 arch/x86/include/asm/compat.h | 4 +
2610 arch/x86/include/asm/cpufeature.h | 2 +-
2611 arch/x86/include/asm/cpufeatures.h | 5 +-
2612 arch/x86/include/asm/crypto/camellia.h | 30 +-
2613 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
2614 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
2615 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
2616 arch/x86/include/asm/crypto/twofish.h | 10 +-
2617 arch/x86/include/asm/desc.h | 78 +-
2618 arch/x86/include/asm/desc_defs.h | 6 +
2619 arch/x86/include/asm/div64.h | 2 +-
2620 arch/x86/include/asm/dma.h | 2 +
2621 arch/x86/include/asm/efi.h | 5 +
2622 arch/x86/include/asm/elf.h | 33 +-
2623 arch/x86/include/asm/emergency-restart.h | 2 +-
2624 arch/x86/include/asm/fixmap.h | 2 +-
2625 arch/x86/include/asm/fpu/internal.h | 45 +-
2626 arch/x86/include/asm/fpu/types.h | 5 +-
2627 arch/x86/include/asm/fpu/xstate.h | 1 +
2628 arch/x86/include/asm/futex.h | 24 +-
2629 arch/x86/include/asm/hw_irq.h | 4 +-
2630 arch/x86/include/asm/hypervisor.h | 2 +-
2631 arch/x86/include/asm/i8259.h | 2 +-
2632 arch/x86/include/asm/io.h | 22 +-
2633 arch/x86/include/asm/irq_vectors.h | 2 +
2634 arch/x86/include/asm/irqflags.h | 5 +
2635 arch/x86/include/asm/kprobes.h | 2 +-
2636 arch/x86/include/asm/kvm_emulate.h | 7 +-
2637 arch/x86/include/asm/local.h | 75 +-
2638 arch/x86/include/asm/mce.h | 2 +-
2639 arch/x86/include/asm/mman.h | 15 +
2640 arch/x86/include/asm/mmu.h | 14 +-
2641 arch/x86/include/asm/mmu_context.h | 33 +-
2642 arch/x86/include/asm/module.h | 23 +-
2643 arch/x86/include/asm/nmi.h | 19 +-
2644 arch/x86/include/asm/page.h | 2 +
2645 arch/x86/include/asm/page_32.h | 12 +-
2646 arch/x86/include/asm/page_64.h | 14 +-
2647 arch/x86/include/asm/paravirt.h | 46 +-
2648 arch/x86/include/asm/paravirt_types.h | 13 +-
2649 arch/x86/include/asm/pgalloc.h | 23 +
2650 arch/x86/include/asm/pgtable-2level.h | 2 +
2651 arch/x86/include/asm/pgtable-3level.h | 7 +
2652 arch/x86/include/asm/pgtable.h | 128 +-
2653 arch/x86/include/asm/pgtable_32.h | 14 +-
2654 arch/x86/include/asm/pgtable_32_types.h | 24 +-
2655 arch/x86/include/asm/pgtable_64.h | 23 +-
2656 arch/x86/include/asm/pgtable_64_types.h | 5 +
2657 arch/x86/include/asm/pgtable_types.h | 28 +-
2658 arch/x86/include/asm/pmem.h | 2 +-
2659 arch/x86/include/asm/preempt.h | 2 +-
2660 arch/x86/include/asm/processor.h | 69 +-
2661 arch/x86/include/asm/ptrace.h | 13 +-
2662 arch/x86/include/asm/realmode.h | 4 +-
2663 arch/x86/include/asm/reboot.h | 10 +-
2664 arch/x86/include/asm/rmwcc.h | 55 +-
2665 arch/x86/include/asm/rwsem.h | 35 +-
2666 arch/x86/include/asm/segment.h | 27 +-
2667 arch/x86/include/asm/setup.h | 3 +-
2668 arch/x86/include/asm/smap.h | 46 +
2669 arch/x86/include/asm/smp.h | 4 +-
2670 arch/x86/include/asm/stackprotector.h | 4 +-
2671 arch/x86/include/asm/stacktrace.h | 34 +-
2672 arch/x86/include/asm/string_32.h | 24 +-
2673 arch/x86/include/asm/string_64.h | 20 +-
2674 arch/x86/include/asm/switch_to.h | 4 +-
2675 arch/x86/include/asm/sys_ia32.h | 6 +-
2676 arch/x86/include/asm/thread_info.h | 83 +-
2677 arch/x86/include/asm/tlbflush.h | 83 +-
2678 arch/x86/include/asm/trace/fpu.h | 4 +-
2679 arch/x86/include/asm/traps.h | 17 +-
2680 arch/x86/include/asm/uaccess.h | 219 +-
2681 arch/x86/include/asm/uaccess_32.h | 24 +-
2682 arch/x86/include/asm/uaccess_64.h | 166 +-
2683 arch/x86/include/asm/word-at-a-time.h | 2 +-
2684 arch/x86/include/asm/x86_init.h | 8 +-
2685 arch/x86/include/asm/xen/page.h | 2 +-
2686 arch/x86/include/uapi/asm/e820.h | 2 +-
2687 arch/x86/kernel/Makefile | 2 +-
2688 arch/x86/kernel/acpi/boot.c | 4 +-
2689 arch/x86/kernel/acpi/sleep.c | 4 +
2690 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
2691 arch/x86/kernel/alternative.c | 118 +-
2692 arch/x86/kernel/apic/apic.c | 4 +-
2693 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
2694 arch/x86/kernel/apic/apic_noop.c | 2 +-
2695 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
2696 arch/x86/kernel/apic/io_apic.c | 10 +-
2697 arch/x86/kernel/apic/msi.c | 2 +-
2698 arch/x86/kernel/apic/probe_32.c | 4 +-
2699 arch/x86/kernel/apic/vector.c | 2 +
2700 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
2701 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
2702 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
2703 arch/x86/kernel/apm_32.c | 21 +-
2704 arch/x86/kernel/asm-offsets.c | 23 +-
2705 arch/x86/kernel/cpu/Makefile | 4 -
2706 arch/x86/kernel/cpu/amd.c | 2 +-
2707 arch/x86/kernel/cpu/bugs_64.c | 2 +
2708 arch/x86/kernel/cpu/common.c | 206 +-
2709 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
2710 arch/x86/kernel/cpu/mcheck/mce.c | 38 +-
2711 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
2712 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
2713 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
2714 arch/x86/kernel/cpu/mshyperv.c | 2 +-
2715 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
2716 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
2717 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
2718 arch/x86/kernel/cpu/vmware.c | 2 +-
2719 arch/x86/kernel/crash_dump_64.c | 2 +-
2720 arch/x86/kernel/doublefault.c | 8 +-
2721 arch/x86/kernel/dumpstack.c | 12 +-
2722 arch/x86/kernel/dumpstack_32.c | 23 +-
2723 arch/x86/kernel/dumpstack_64.c | 70 +-
2724 arch/x86/kernel/e820.c | 4 +-
2725 arch/x86/kernel/early_printk.c | 1 +
2726 arch/x86/kernel/espfix_64.c | 44 +-
2727 arch/x86/kernel/fpu/core.c | 31 +-
2728 arch/x86/kernel/fpu/init.c | 49 +-
2729 arch/x86/kernel/fpu/regset.c | 24 +-
2730 arch/x86/kernel/fpu/signal.c | 22 +-
2731 arch/x86/kernel/fpu/xstate.c | 6 +-
2732 arch/x86/kernel/ftrace.c | 18 +-
2733 arch/x86/kernel/head64.c | 14 +-
2734 arch/x86/kernel/head_32.S | 236 +-
2735 arch/x86/kernel/head_64.S | 179 +-
2736 arch/x86/kernel/hpet.c | 2 +-
2737 arch/x86/kernel/i386_ksyms_32.c | 12 +
2738 arch/x86/kernel/i8259.c | 10 +-
2739 arch/x86/kernel/io_delay.c | 2 +-
2740 arch/x86/kernel/ioport.c | 2 +-
2741 arch/x86/kernel/irq.c | 8 +-
2742 arch/x86/kernel/irq_32.c | 43 +-
2743 arch/x86/kernel/jump_label.c | 10 +-
2744 arch/x86/kernel/kgdb.c | 21 +-
2745 arch/x86/kernel/kprobes/core.c | 28 +-
2746 arch/x86/kernel/kprobes/opt.c | 16 +-
2747 arch/x86/kernel/ksysfs.c | 2 +-
2748 arch/x86/kernel/kvm.c | 2 +-
2749 arch/x86/kernel/kvmclock.c | 20 +-
2750 arch/x86/kernel/ldt.c | 25 +
2751 arch/x86/kernel/machine_kexec_32.c | 6 +-
2752 arch/x86/kernel/mcount_64.S | 21 +-
2753 arch/x86/kernel/module.c | 78 +-
2754 arch/x86/kernel/msr.c | 2 +-
2755 arch/x86/kernel/nmi.c | 34 +-
2756 arch/x86/kernel/nmi_selftest.c | 4 +-
2757 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
2758 arch/x86/kernel/paravirt.c | 133 +-
2759 arch/x86/kernel/paravirt_patch_64.c | 8 +
2760 arch/x86/kernel/pci-calgary_64.c | 2 +-
2761 arch/x86/kernel/pci-iommu_table.c | 2 +-
2762 arch/x86/kernel/process.c | 80 +-
2763 arch/x86/kernel/process_32.c | 29 +-
2764 arch/x86/kernel/process_64.c | 14 +-
2765 arch/x86/kernel/ptrace.c | 32 +-
2766 arch/x86/kernel/pvclock.c | 8 +-
2767 arch/x86/kernel/reboot.c | 44 +-
2768 arch/x86/kernel/reboot_fixups_32.c | 2 +-
2769 arch/x86/kernel/relocate_kernel_64.S | 3 +-
2770 arch/x86/kernel/setup.c | 33 +-
2771 arch/x86/kernel/setup_percpu.c | 29 +-
2772 arch/x86/kernel/signal.c | 17 +-
2773 arch/x86/kernel/smp.c | 2 +-
2774 arch/x86/kernel/smpboot.c | 29 +-
2775 arch/x86/kernel/step.c | 6 +-
2776 arch/x86/kernel/sys_i386_32.c | 184 +
2777 arch/x86/kernel/sys_x86_64.c | 28 +-
2778 arch/x86/kernel/tboot.c | 22 +-
2779 arch/x86/kernel/time.c | 8 +-
2780 arch/x86/kernel/tls.c | 7 +-
2781 arch/x86/kernel/tracepoint.c | 4 +-
2782 arch/x86/kernel/traps.c | 102 +-
2783 arch/x86/kernel/tsc.c | 2 +-
2784 arch/x86/kernel/uprobes.c | 4 +-
2785 arch/x86/kernel/vm86_32.c | 6 +-
2786 arch/x86/kernel/vmlinux.lds.S | 144 +-
2787 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
2788 arch/x86/kernel/x86_init.c | 6 +-
2789 arch/x86/kvm/cpuid.c | 21 +-
2790 arch/x86/kvm/emulate.c | 20 +-
2791 arch/x86/kvm/i8259.c | 10 +-
2792 arch/x86/kvm/ioapic.c | 2 +
2793 arch/x86/kvm/lapic.c | 2 +-
2794 arch/x86/kvm/paging_tmpl.h | 2 +-
2795 arch/x86/kvm/svm.c | 10 +-
2796 arch/x86/kvm/vmx.c | 60 +-
2797 arch/x86/kvm/x86.c | 46 +-
2798 arch/x86/lguest/boot.c | 3 +-
2799 arch/x86/lib/Makefile | 4 +
2800 arch/x86/lib/atomic64_386_32.S | 85 +
2801 arch/x86/lib/atomic64_cx8_32.S | 75 +-
2802 arch/x86/lib/checksum_32.S | 99 +-
2803 arch/x86/lib/clear_page_64.S | 3 +
2804 arch/x86/lib/cmpxchg16b_emu.S | 3 +
2805 arch/x86/lib/copy_page_64.S | 14 +-
2806 arch/x86/lib/copy_user_64.S | 108 +-
2807 arch/x86/lib/csum-copy_64.S | 14 +-
2808 arch/x86/lib/csum-wrappers_64.c | 12 +-
2809 arch/x86/lib/getuser.S | 111 +-
2810 arch/x86/lib/insn.c | 8 +-
2811 arch/x86/lib/iomap_copy_64.S | 2 +
2812 arch/x86/lib/memcpy_64.S | 6 +
2813 arch/x86/lib/memmove_64.S | 3 +-
2814 arch/x86/lib/memset_64.S | 3 +
2815 arch/x86/lib/mmx_32.c | 243 +-
2816 arch/x86/lib/msr-reg.S | 2 +
2817 arch/x86/lib/putuser.S | 97 +-
2818 arch/x86/lib/rwsem.S | 4 +
2819 arch/x86/lib/usercopy_32.c | 359 +-
2820 arch/x86/lib/usercopy_64.c | 23 +-
2821 arch/x86/math-emu/fpu_aux.c | 2 +-
2822 arch/x86/math-emu/fpu_entry.c | 4 +-
2823 arch/x86/math-emu/fpu_etc.c | 9 +-
2824 arch/x86/math-emu/fpu_system.h | 2 +-
2825 arch/x86/math-emu/fpu_trig.c | 13 +-
2826 arch/x86/math-emu/reg_constant.c | 7 +-
2827 arch/x86/mm/Makefile | 4 +
2828 arch/x86/mm/dump_pagetables.c | 32 +-
2829 arch/x86/mm/extable.c | 2 +-
2830 arch/x86/mm/fault.c | 571 +-
2831 arch/x86/mm/gup.c | 6 +-
2832 arch/x86/mm/highmem_32.c | 6 +
2833 arch/x86/mm/hugetlbpage.c | 24 +-
2834 arch/x86/mm/init.c | 19 +-
2835 arch/x86/mm/init_32.c | 157 +-
2836 arch/x86/mm/init_64.c | 106 +-
2837 arch/x86/mm/iomap_32.c | 4 +
2838 arch/x86/mm/ioremap.c | 54 +-
2839 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
2840 arch/x86/mm/mmap.c | 46 +-
2841 arch/x86/mm/mmio-mod.c | 10 +-
2842 arch/x86/mm/mpx.c | 6 +-
2843 arch/x86/mm/numa.c | 2 +-
2844 arch/x86/mm/pageattr.c | 38 +-
2845 arch/x86/mm/pat.c | 8 +-
2846 arch/x86/mm/pat_rbtree.c | 2 +-
2847 arch/x86/mm/pf_in.c | 10 +-
2848 arch/x86/mm/pgtable.c | 211 +-
2849 arch/x86/mm/pgtable_32.c | 3 +
2850 arch/x86/mm/setup_nx.c | 7 +
2851 arch/x86/mm/tlb.c | 104 +-
2852 arch/x86/mm/uderef_64.c | 37 +
2853 arch/x86/net/bpf_jit.S | 11 +
2854 arch/x86/net/bpf_jit_comp.c | 13 +-
2855 arch/x86/oprofile/backtrace.c | 6 +-
2856 arch/x86/oprofile/nmi_int.c | 10 +-
2857 arch/x86/oprofile/op_model_amd.c | 8 +-
2858 arch/x86/oprofile/op_model_ppro.c | 7 +-
2859 arch/x86/oprofile/op_x86_model.h | 2 +-
2860 arch/x86/pci/intel_mid_pci.c | 2 +-
2861 arch/x86/pci/irq.c | 8 +-
2862 arch/x86/pci/pcbios.c | 112 +-
2863 arch/x86/pci/vmd.c | 4 +-
2864 arch/x86/platform/efi/efi_32.c | 24 +
2865 arch/x86/platform/efi/efi_64.c | 26 +-
2866 arch/x86/platform/efi/efi_stub_32.S | 64 +-
2867 arch/x86/platform/efi/efi_stub_64.S | 2 +
2868 arch/x86/platform/intel-mid/intel-mid.c | 7 +-
2869 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
2870 arch/x86/platform/intel-mid/mfld.c | 4 +-
2871 arch/x86/platform/intel-mid/mrfld.c | 2 +-
2872 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
2873 arch/x86/platform/olpc/olpc_dt.c | 2 +-
2874 arch/x86/power/cpu.c | 11 +-
2875 arch/x86/realmode/init.c | 10 +-
2876 arch/x86/realmode/rm/header.S | 4 +-
2877 arch/x86/realmode/rm/reboot.S | 4 +
2878 arch/x86/realmode/rm/trampoline_32.S | 12 +-
2879 arch/x86/realmode/rm/trampoline_64.S | 3 +-
2880 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
2881 arch/x86/tools/Makefile | 2 +-
2882 arch/x86/tools/relocs.c | 97 +-
2883 arch/x86/um/mem_32.c | 2 +-
2884 arch/x86/um/tls_32.c | 2 +-
2885 arch/x86/xen/enlighten.c | 56 +-
2886 arch/x86/xen/mmu.c | 31 +-
2887 arch/x86/xen/pmu.c | 1 +
2888 arch/x86/xen/smp.c | 16 +-
2889 arch/x86/xen/xen-asm_32.S | 2 +-
2890 arch/x86/xen/xen-head.S | 12 +
2891 arch/x86/xen/xen-ops.h | 2 -
2892 block/bio.c | 6 +-
2893 block/blk-cgroup.c | 18 +-
2894 block/blk-core.c | 7 +-
2895 block/blk-map.c | 2 +-
2896 block/blk-softirq.c | 2 +-
2897 block/cfq-iosched.c | 4 +-
2898 block/compat_ioctl.c | 4 +-
2899 block/genhd.c | 9 +-
2900 block/partitions/efi.c | 8 +-
2901 block/scsi_ioctl.c | 2 +-
2902 crypto/cast6_generic.c | 6 +-
2903 crypto/cryptd.c | 4 +-
2904 crypto/crypto_user.c | 2 +-
2905 crypto/pcrypt.c | 2 +-
2906 crypto/salsa20_generic.c | 16 +-
2907 crypto/serpent_generic.c | 6 +-
2908 drivers/acpi/ac.c | 2 +-
2909 drivers/acpi/acpi_video.c | 2 +-
2910 drivers/acpi/acpica/acutils.h | 2 +-
2911 drivers/acpi/acpica/dbhistry.c | 2 +-
2912 drivers/acpi/acpica/dbinput.c | 10 +-
2913 drivers/acpi/acpica/dbstats.c | 88 +-
2914 drivers/acpi/acpica/utdebug.c | 2 +-
2915 drivers/acpi/apei/apei-internal.h | 2 +-
2916 drivers/acpi/apei/ghes.c | 10 +-
2917 drivers/acpi/battery.c | 2 +-
2918 drivers/acpi/bgrt.c | 36 +-
2919 drivers/acpi/blacklist.c | 6 +-
2920 drivers/acpi/bus.c | 4 +-
2921 drivers/acpi/button.c | 4 +-
2922 drivers/acpi/device_pm.c | 4 +-
2923 drivers/acpi/ec.c | 6 +-
2924 drivers/acpi/osi.c | 2 +-
2925 drivers/acpi/pci_slot.c | 2 +-
2926 drivers/acpi/processor_idle.c | 4 +-
2927 drivers/acpi/processor_pdc.c | 2 +-
2928 drivers/acpi/sleep.c | 2 +-
2929 drivers/acpi/sysfs.c | 14 +-
2930 drivers/acpi/thermal.c | 2 +-
2931 drivers/acpi/video_detect.c | 7 +-
2932 drivers/android/binder.c | 2 +-
2933 drivers/ata/libata-core.c | 12 +-
2934 drivers/ata/libata-scsi.c | 2 +-
2935 drivers/ata/libata.h | 2 +-
2936 drivers/ata/pata_arasan_cf.c | 4 +-
2937 drivers/atm/adummy.c | 2 +-
2938 drivers/atm/ambassador.c | 8 +-
2939 drivers/atm/atmtcp.c | 14 +-
2940 drivers/atm/eni.c | 10 +-
2941 drivers/atm/firestream.c | 8 +-
2942 drivers/atm/fore200e.c | 14 +-
2943 drivers/atm/he.c | 18 +-
2944 drivers/atm/horizon.c | 4 +-
2945 drivers/atm/idt77252.c | 36 +-
2946 drivers/atm/iphase.c | 34 +-
2947 drivers/atm/lanai.c | 12 +-
2948 drivers/atm/nicstar.c | 46 +-
2949 drivers/atm/solos-pci.c | 4 +-
2950 drivers/atm/suni.c | 4 +-
2951 drivers/atm/uPD98402.c | 16 +-
2952 drivers/atm/zatm.c | 6 +-
2953 drivers/base/bus.c | 4 +-
2954 drivers/base/devres.c | 4 +-
2955 drivers/base/devtmpfs.c | 8 +-
2956 drivers/base/node.c | 2 +-
2957 drivers/base/platform-msi.c | 20 +-
2958 drivers/base/power/domain.c | 6 +-
2959 drivers/base/power/runtime.c | 61 +-
2960 drivers/base/power/sysfs.c | 2 +-
2961 drivers/base/power/wakeup.c | 8 +-
2962 drivers/base/regmap/regmap-debugfs.c | 2 +-
2963 drivers/base/regmap/regmap.c | 4 +-
2964 drivers/base/syscore.c | 4 +-
2965 drivers/block/cciss.c | 28 +-
2966 drivers/block/cciss.h | 2 +-
2967 drivers/block/drbd/drbd_bitmap.c | 2 +-
2968 drivers/block/drbd/drbd_int.h | 12 +-
2969 drivers/block/drbd/drbd_main.c | 12 +-
2970 drivers/block/drbd/drbd_nl.c | 16 +-
2971 drivers/block/drbd/drbd_receiver.c | 42 +-
2972 drivers/block/drbd/drbd_state.c | 12 +-
2973 drivers/block/drbd/drbd_state.h | 2 +-
2974 drivers/block/drbd/drbd_state_change.h | 8 +-
2975 drivers/block/drbd/drbd_worker.c | 14 +-
2976 drivers/block/floppy.c | 8 +-
2977 drivers/block/pktcdvd.c | 4 +-
2978 drivers/block/rbd.c | 2 +-
2979 drivers/bluetooth/btwilink.c | 2 +-
2980 drivers/bus/arm-cci.c | 6 +-
2981 drivers/cdrom/cdrom.c | 13 +-
2982 drivers/cdrom/gdrom.c | 1 -
2983 drivers/char/agp/compat_ioctl.c | 2 +-
2984 drivers/char/agp/frontend.c | 4 +-
2985 drivers/char/agp/intel-gtt.c | 4 +-
2986 drivers/char/hpet.c | 2 +-
2987 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
2988 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
2989 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
2990 drivers/char/ipmi/ipmi_ssif.c | 12 +-
2991 drivers/char/mem.c | 36 +-
2992 drivers/char/nvram.c | 2 +-
2993 drivers/char/pcmcia/synclink_cs.c | 16 +-
2994 drivers/char/random.c | 12 +-
2995 drivers/char/sonypi.c | 11 +-
2996 drivers/char/tpm/tpm-chip.c | 9 +-
2997 drivers/char/tpm/tpm_acpi.c | 3 +-
2998 drivers/char/tpm/tpm_eventlog.c | 5 +-
2999 drivers/char/virtio_console.c | 6 +-
3000 drivers/clk/bcm/clk-bcm2835.c | 16 +-
3001 drivers/clk/clk-composite.c | 2 +-
3002 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
3003 drivers/clk/socfpga/clk-gate.c | 9 +-
3004 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
3005 drivers/clk/socfpga/clk-pll.c | 9 +-
3006 drivers/clk/ti/adpll.c | 2 +-
3007 drivers/clk/ti/clk.c | 8 +-
3008 drivers/cpufreq/acpi-cpufreq.c | 17 +-
3009 drivers/cpufreq/cpufreq-dt.c | 4 +-
3010 drivers/cpufreq/cpufreq.c | 27 +-
3011 drivers/cpufreq/cpufreq_governor.h | 2 +-
3012 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
3013 drivers/cpufreq/intel_pstate.c | 56 +-
3014 drivers/cpufreq/p4-clockmod.c | 12 +-
3015 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
3016 drivers/cpufreq/speedstep-centrino.c | 7 +-
3017 drivers/cpuidle/driver.c | 2 +-
3018 drivers/cpuidle/dt_idle_states.c | 2 +-
3019 drivers/cpuidle/governor.c | 2 +-
3020 drivers/cpuidle/governors/ladder.c | 13 +-
3021 drivers/cpuidle/sysfs.c | 2 +-
3022 drivers/crypto/hifn_795x.c | 4 +-
3023 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
3024 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
3025 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
3026 drivers/devfreq/devfreq.c | 4 +-
3027 drivers/devfreq/governor_passive.c | 2 +-
3028 drivers/dma/qcom/hidma.c | 2 +-
3029 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
3030 drivers/dma/sh/shdma-base.c | 4 +-
3031 drivers/dma/sh/shdmac.c | 2 +-
3032 drivers/edac/edac_device.c | 4 +-
3033 drivers/edac/edac_device_sysfs.c | 2 +-
3034 drivers/edac/edac_mc_sysfs.c | 4 +-
3035 drivers/edac/edac_module.c | 2 +-
3036 drivers/edac/edac_pci.c | 4 +-
3037 drivers/edac/edac_pci_sysfs.c | 22 +-
3038 drivers/edac/mce_amd.h | 2 +-
3039 drivers/firewire/core-card.c | 6 +-
3040 drivers/firewire/core-cdev.c | 4 +-
3041 drivers/firewire/core-device.c | 2 +-
3042 drivers/firewire/core-iso.c | 2 +-
3043 drivers/firewire/core-transaction.c | 1 +
3044 drivers/firewire/core.h | 1 +
3045 drivers/firmware/dmi-id.c | 9 +-
3046 drivers/firmware/dmi_scan.c | 12 +-
3047 drivers/firmware/efi/cper.c | 8 +-
3048 drivers/firmware/efi/efi.c | 14 +-
3049 drivers/firmware/efi/efivars.c | 2 +-
3050 drivers/firmware/efi/libstub/Makefile | 2 +
3051 drivers/firmware/efi/runtime-map.c | 2 +-
3052 drivers/firmware/google/gsmi.c | 2 +-
3053 drivers/firmware/google/memconsole.c | 7 +-
3054 drivers/firmware/memmap.c | 2 +-
3055 drivers/firmware/psci.c | 2 +-
3056 drivers/gpio/gpio-davinci.c | 6 +-
3057 drivers/gpio/gpio-em.c | 2 +-
3058 drivers/gpio/gpio-ich.c | 2 +-
3059 drivers/gpio/gpio-mpc8xxx.c | 6 +-
3060 drivers/gpio/gpio-omap.c | 4 +-
3061 drivers/gpio/gpio-rcar.c | 2 +-
3062 drivers/gpio/gpio-vr41xx.c | 2 +-
3063 drivers/gpio/gpiolib.c | 12 +-
3064 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
3065 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
3066 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
3067 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
3068 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 15 +-
3069 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 2 +-
3070 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 +-
3071 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
3072 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
3073 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
3074 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
3075 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
3076 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
3077 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
3078 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
3079 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
3080 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
3081 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
3082 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
3083 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
3084 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
3085 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
3086 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
3087 drivers/gpu/drm/armada/armada_drv.c | 3 +-
3088 drivers/gpu/drm/ast/ast_mode.c | 2 +-
3089 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
3090 drivers/gpu/drm/bridge/tc358767.c | 2 +-
3091 drivers/gpu/drm/drm_crtc.c | 2 +-
3092 drivers/gpu/drm/drm_drv.c | 2 +-
3093 drivers/gpu/drm/drm_fb_cma_helper.c | 4 +-
3094 drivers/gpu/drm/drm_fops.c | 17 +-
3095 drivers/gpu/drm/drm_global.c | 14 +-
3096 drivers/gpu/drm/drm_ioc32.c | 13 +-
3097 drivers/gpu/drm/drm_ioctl.c | 2 +-
3098 drivers/gpu/drm/drm_pci.c | 9 +-
3099 drivers/gpu/drm/exynos/exynos_drm_drv.c | 12 +-
3100 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
3101 drivers/gpu/drm/exynos/exynos_hdmi.c | 2 +-
3102 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
3103 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
3104 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
3105 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
3106 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
3107 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
3108 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
3109 drivers/gpu/drm/gma500/psb_drv.c | 1 -
3110 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
3111 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
3112 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
3113 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
3114 drivers/gpu/drm/i810/i810_dma.c | 2 +-
3115 drivers/gpu/drm/i810/i810_drv.c | 6 +-
3116 drivers/gpu/drm/i810/i810_drv.h | 6 +-
3117 drivers/gpu/drm/i915/dvo.h | 2 +-
3118 drivers/gpu/drm/i915/i915_drv.c | 11 +-
3119 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
3120 drivers/gpu/drm/i915/i915_gem_gtt.c | 4 +-
3121 drivers/gpu/drm/i915/i915_gem_gtt.h | 4 +-
3122 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
3123 drivers/gpu/drm/i915/i915_irq.c | 88 +-
3124 drivers/gpu/drm/i915/intel_display.c | 30 +-
3125 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
3126 drivers/gpu/drm/imx/imx-tve.c | 2 +-
3127 drivers/gpu/drm/mediatek/mtk_hdmi.c | 2 +-
3128 drivers/gpu/drm/mga/mga_drv.c | 5 +-
3129 drivers/gpu/drm/mga/mga_drv.h | 6 +-
3130 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
3131 drivers/gpu/drm/mga/mga_irq.c | 8 +-
3132 drivers/gpu/drm/mga/mga_state.c | 2 +-
3133 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
3134 drivers/gpu/drm/msm/dsi/dsi_manager.c | 2 +-
3135 drivers/gpu/drm/msm/edp/edp_connector.c | 2 +-
3136 drivers/gpu/drm/msm/hdmi/hdmi_connector.c | 2 +-
3137 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
3138 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
3139 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
3140 drivers/gpu/drm/nouveau/nouveau_drm.c | 14 +-
3141 drivers/gpu/drm/nouveau/nouveau_drv.h | 1 -
3142 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
3143 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
3144 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
3145 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
3146 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
3147 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
3148 drivers/gpu/drm/omapdrm/omap_connector.c | 2 +-
3149 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
3150 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
3151 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
3152 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
3153 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
3154 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
3155 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
3156 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
3157 drivers/gpu/drm/r128/r128_cce.c | 2 +-
3158 drivers/gpu/drm/r128/r128_drv.c | 4 +-
3159 drivers/gpu/drm/r128/r128_drv.h | 6 +-
3160 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
3161 drivers/gpu/drm/r128/r128_irq.c | 4 +-
3162 drivers/gpu/drm/r128/r128_state.c | 6 +-
3163 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
3164 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
3165 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
3166 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
3167 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
3168 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
3169 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
3170 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
3171 drivers/gpu/drm/savage/savage_bci.c | 2 +-
3172 drivers/gpu/drm/savage/savage_drv.c | 5 +-
3173 drivers/gpu/drm/savage/savage_drv.h | 2 +-
3174 drivers/gpu/drm/sis/sis_drv.c | 5 +-
3175 drivers/gpu/drm/sis/sis_drv.h | 2 +-
3176 drivers/gpu/drm/sis/sis_mm.c | 2 +-
3177 drivers/gpu/drm/sti/sti_cursor.c | 4 +-
3178 drivers/gpu/drm/sti/sti_dvo.c | 4 +-
3179 drivers/gpu/drm/sti/sti_gdp.c | 12 +-
3180 drivers/gpu/drm/sti/sti_hda.c | 4 +-
3181 drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
3182 drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
3183 drivers/gpu/drm/sti/sti_mixer.c | 8 +-
3184 drivers/gpu/drm/sti/sti_tvout.c | 4 +-
3185 drivers/gpu/drm/sti/sti_vid.c | 4 +-
3186 drivers/gpu/drm/tegra/dc.c | 2 +-
3187 drivers/gpu/drm/tegra/dsi.c | 2 +-
3188 drivers/gpu/drm/tegra/hdmi.c | 2 +-
3189 drivers/gpu/drm/tegra/sor.c | 7 +-
3190 drivers/gpu/drm/tilcdc/Makefile | 6 +-
3191 drivers/gpu/drm/tilcdc/tilcdc_external.c | 4 +-
3192 drivers/gpu/drm/tilcdc/tilcdc_panel.c | 2 +-
3193 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c | 2 +-
3194 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
3195 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
3196 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
3197 drivers/gpu/drm/udl/udl_connector.c | 2 +-
3198 drivers/gpu/drm/udl/udl_fb.c | 1 -
3199 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
3200 drivers/gpu/drm/via/via_dma.c | 2 +-
3201 drivers/gpu/drm/via/via_drv.c | 5 +-
3202 drivers/gpu/drm/via/via_drv.h | 6 +-
3203 drivers/gpu/drm/via/via_irq.c | 18 +-
3204 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
3205 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
3206 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
3207 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
3208 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
3209 drivers/gpu/vga/vga_switcheroo.c | 4 +-
3210 drivers/hid/hid-core.c | 4 +-
3211 drivers/hid/hid-magicmouse.c | 2 +-
3212 drivers/hid/hid-sensor-custom.c | 2 +-
3213 drivers/hid/hid-wiimote-debug.c | 2 +-
3214 drivers/hv/channel.c | 6 +-
3215 drivers/hv/hv.c | 22 +-
3216 drivers/hv/hv_balloon.c | 18 +-
3217 drivers/hv/hyperv_vmbus.h | 2 +-
3218 drivers/hwmon/acpi_power_meter.c | 6 +-
3219 drivers/hwmon/applesmc.c | 4 +-
3220 drivers/hwmon/asus_atk0110.c | 10 +-
3221 drivers/hwmon/coretemp.c | 2 +-
3222 drivers/hwmon/dell-smm-hwmon.c | 4 +-
3223 drivers/hwmon/ibmaem.c | 2 +-
3224 drivers/hwmon/iio_hwmon.c | 2 +-
3225 drivers/hwmon/nct6683.c | 6 +-
3226 drivers/hwmon/nct6775.c | 6 +-
3227 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
3228 drivers/hwmon/sht15.c | 12 +-
3229 drivers/hwmon/via-cputemp.c | 2 +-
3230 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
3231 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
3232 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
3233 drivers/i2c/i2c-dev.c | 2 +-
3234 drivers/ide/ide-cd.c | 2 +-
3235 drivers/ide/ide-disk.c | 2 +-
3236 drivers/ide/ide.c | 4 +-
3237 drivers/idle/intel_idle.c | 36 +-
3238 drivers/iio/industrialio-core.c | 2 +-
3239 drivers/infiniband/core/cm.c | 46 +-
3240 drivers/infiniband/core/fmr_pool.c | 20 +-
3241 drivers/infiniband/core/netlink.c | 5 +-
3242 drivers/infiniband/core/sysfs.c | 2 +-
3243 drivers/infiniband/core/ucm.c | 4 +-
3244 drivers/infiniband/core/uverbs_cmd.c | 3 +
3245 drivers/infiniband/hw/cxgb4/device.c | 6 +-
3246 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
3247 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
3248 drivers/infiniband/hw/hfi1/pcie.c | 2 +-
3249 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
3250 drivers/infiniband/hw/mlx4/mad.c | 2 +-
3251 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
3252 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
3253 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
3254 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
3255 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
3256 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
3257 drivers/infiniband/hw/nes/nes.c | 4 +-
3258 drivers/infiniband/hw/nes/nes.h | 40 +-
3259 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
3260 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
3261 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
3262 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
3263 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
3264 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
3265 drivers/infiniband/sw/rxe/rxe_qp.c | 4 +-
3266 drivers/infiniband/sw/rxe/rxe_verbs.c | 2 +-
3267 drivers/infiniband/sw/rxe/rxe_verbs.h | 2 +-
3268 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
3269 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
3270 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
3271 drivers/input/evdev.c | 2 +-
3272 drivers/input/gameport/gameport.c | 4 +-
3273 drivers/input/input.c | 4 +-
3274 drivers/input/joystick/sidewinder.c | 1 +
3275 drivers/input/misc/ims-pcu.c | 4 +-
3276 drivers/input/mouse/psmouse.h | 2 +-
3277 drivers/input/mousedev.c | 2 +-
3278 drivers/input/serio/serio.c | 4 +-
3279 drivers/input/serio/serio_raw.c | 4 +-
3280 drivers/input/touchscreen/htcpen.c | 2 +-
3281 drivers/iommu/arm-smmu-v3.c | 32 +-
3282 drivers/iommu/arm-smmu.c | 40 +-
3283 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
3284 drivers/iommu/io-pgtable-arm.c | 99 +-
3285 drivers/iommu/io-pgtable.c | 11 +-
3286 drivers/iommu/io-pgtable.h | 21 +-
3287 drivers/iommu/iommu.c | 2 +-
3288 drivers/iommu/ipmmu-vmsa.c | 13 +-
3289 drivers/iommu/irq_remapping.c | 2 +-
3290 drivers/iommu/msm_iommu.c | 14 +-
3291 drivers/iommu/mtk_iommu.c | 12 +-
3292 drivers/irqchip/irq-gic.c | 2 +-
3293 drivers/irqchip/irq-i8259.c | 2 +-
3294 drivers/irqchip/irq-mmp.c | 2 +-
3295 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
3296 drivers/irqchip/irq-ts4800.c | 2 +-
3297 drivers/isdn/capi/capi.c | 10 +-
3298 drivers/isdn/gigaset/interface.c | 8 +-
3299 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
3300 drivers/isdn/hardware/avm/b1.c | 4 +-
3301 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
3302 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
3303 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
3304 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
3305 drivers/isdn/hardware/eicon/divasync.h | 2 +-
3306 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
3307 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
3308 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
3309 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
3310 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
3311 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
3312 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
3313 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
3314 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
3315 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
3316 drivers/isdn/hisax/amd7930_fn.c | 5 +-
3317 drivers/isdn/hisax/arcofi.c | 5 +-
3318 drivers/isdn/hisax/config.c | 4 +-
3319 drivers/isdn/hisax/diva.c | 7 +-
3320 drivers/isdn/hisax/elsa.c | 9 +-
3321 drivers/isdn/hisax/fsm.c | 5 +-
3322 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
3323 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
3324 drivers/isdn/hisax/hfc_pci.c | 10 +-
3325 drivers/isdn/hisax/hfc_sx.c | 10 +-
3326 drivers/isdn/hisax/hfc_usb.c | 12 +-
3327 drivers/isdn/hisax/hfcscard.c | 6 +-
3328 drivers/isdn/hisax/hisax.h | 4 +-
3329 drivers/isdn/hisax/icc.c | 5 +-
3330 drivers/isdn/hisax/ipacx.c | 7 +-
3331 drivers/isdn/hisax/isac.c | 5 +-
3332 drivers/isdn/hisax/isar.c | 5 +-
3333 drivers/isdn/hisax/isdnl3.c | 5 +-
3334 drivers/isdn/hisax/saphir.c | 5 +-
3335 drivers/isdn/hisax/teleint.c | 5 +-
3336 drivers/isdn/hisax/w6692.c | 5 +-
3337 drivers/isdn/i4l/isdn_common.c | 2 +
3338 drivers/isdn/i4l/isdn_tty.c | 22 +-
3339 drivers/isdn/mISDN/dsp.h | 4 +-
3340 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
3341 drivers/isdn/mISDN/dsp_core.c | 4 +-
3342 drivers/isdn/mISDN/dsp_tones.c | 4 +-
3343 drivers/isdn/mISDN/fsm.c | 5 +-
3344 drivers/isdn/mISDN/l1oip_core.c | 8 +-
3345 drivers/leds/leds-clevo-mail.c | 2 +-
3346 drivers/leds/leds-ss4200.c | 2 +-
3347 drivers/lguest/core.c | 9 +-
3348 drivers/lguest/page_tables.c | 2 +-
3349 drivers/lguest/x86/core.c | 12 +-
3350 drivers/lguest/x86/switcher_32.S | 27 +-
3351 drivers/lightnvm/rrpc.c | 4 +-
3352 drivers/lightnvm/rrpc.h | 2 +-
3353 drivers/md/bcache/alloc.c | 2 +-
3354 drivers/md/bcache/bcache.h | 10 +-
3355 drivers/md/bcache/btree.c | 13 +-
3356 drivers/md/bcache/closure.c | 4 +-
3357 drivers/md/bcache/closure.h | 10 +-
3358 drivers/md/bcache/io.c | 10 +-
3359 drivers/md/bcache/journal.c | 18 +-
3360 drivers/md/bcache/movinggc.c | 12 +-
3361 drivers/md/bcache/request.c | 54 +-
3362 drivers/md/bcache/request.h | 2 +-
3363 drivers/md/bcache/stats.c | 26 +-
3364 drivers/md/bcache/stats.h | 16 +-
3365 drivers/md/bcache/super.c | 32 +-
3366 drivers/md/bcache/sysfs.c | 20 +-
3367 drivers/md/bcache/writeback.c | 12 +-
3368 drivers/md/bitmap.c | 2 +-
3369 drivers/md/dm-cache-target.c | 116 +-
3370 drivers/md/dm-core.h | 4 +-
3371 drivers/md/dm-ioctl.c | 2 +-
3372 drivers/md/dm-mpath.c | 12 +-
3373 drivers/md/dm-raid.c | 2 +-
3374 drivers/md/dm-raid1.c | 18 +-
3375 drivers/md/dm-stats.c | 6 +-
3376 drivers/md/dm-stripe.c | 10 +-
3377 drivers/md/dm-table.c | 2 +-
3378 drivers/md/dm-thin-metadata.c | 4 +-
3379 drivers/md/dm.c | 24 +-
3380 drivers/md/md.c | 41 +-
3381 drivers/md/md.h | 8 +-
3382 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
3383 drivers/md/persistent-data/dm-space-map.h | 1 +
3384 drivers/md/raid1.c | 8 +-
3385 drivers/md/raid10.c | 26 +-
3386 drivers/md/raid5.c | 26 +-
3387 drivers/media/dvb-core/dvb_net.c | 2 +-
3388 drivers/media/dvb-core/dvbdev.c | 2 +-
3389 drivers/media/dvb-frontends/af9033.h | 2 +-
3390 drivers/media/dvb-frontends/cx24116.c | 2 +-
3391 drivers/media/dvb-frontends/cx24117.c | 2 +-
3392 drivers/media/dvb-frontends/cx24120.c | 2 +-
3393 drivers/media/dvb-frontends/cx24123.c | 2 +-
3394 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
3395 drivers/media/dvb-frontends/dib3000.h | 2 +-
3396 drivers/media/dvb-frontends/dib7000p.h | 2 +-
3397 drivers/media/dvb-frontends/dib8000.h | 2 +-
3398 drivers/media/dvb-frontends/hd29l2.c | 2 +-
3399 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
3400 drivers/media/dvb-frontends/mb86a20s.c | 2 +-
3401 drivers/media/dvb-frontends/mt312.c | 6 +-
3402 drivers/media/dvb-frontends/s921.c | 2 +-
3403 drivers/media/pci/bt8xx/dst.c | 2 +-
3404 drivers/media/pci/cx88/cx88-video.c | 6 +-
3405 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
3406 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
3407 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
3408 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
3409 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
3410 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
3411 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
3412 drivers/media/pci/tw68/tw68-core.c | 2 +-
3413 drivers/media/pci/tw686x/tw686x-core.c | 4 +-
3414 drivers/media/pci/zoran/zoran.h | 1 -
3415 drivers/media/pci/zoran/zoran_card.c | 4 +-
3416 drivers/media/pci/zoran/zoran_driver.c | 3 -
3417 drivers/media/platform/omap/omap_vout.c | 11 +-
3418 drivers/media/platform/s5p-tv/mixer.h | 2 +-
3419 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
3420 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
3421 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
3422 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
3423 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
3424 drivers/media/radio/radio-cadet.c | 7 +-
3425 drivers/media/radio/radio-maxiradio.c | 2 +-
3426 drivers/media/radio/radio-shark.c | 2 +-
3427 drivers/media/radio/radio-shark2.c | 2 +-
3428 drivers/media/radio/radio-si476x.c | 2 +-
3429 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
3430 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
3431 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
3432 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
3433 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
3434 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
3435 drivers/media/usb/uvc/uvc_driver.c | 4 +-
3436 drivers/media/v4l2-core/v4l2-common.c | 2 +-
3437 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
3438 drivers/media/v4l2-core/v4l2-device.c | 4 +-
3439 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
3440 drivers/memory/omap-gpmc.c | 24 +-
3441 drivers/message/fusion/mptbase.c | 4 +-
3442 drivers/message/fusion/mptlan.c | 2 +-
3443 drivers/message/fusion/mptsas.c | 34 +-
3444 drivers/mfd/ab8500-debugfs.c | 2 +-
3445 drivers/mfd/kempld-core.c | 2 +-
3446 drivers/mfd/max8925-i2c.c | 2 +-
3447 drivers/mfd/rn5t618.c | 10 +-
3448 drivers/mfd/tps65910.c | 2 +-
3449 drivers/mfd/twl4030-irq.c | 9 +-
3450 drivers/misc/c2port/core.c | 4 +-
3451 drivers/misc/kgdbts.c | 6 +-
3452 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
3453 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
3454 drivers/misc/mic/scif/scif_api.c | 10 +-
3455 drivers/misc/mic/scif/scif_rb.c | 8 +-
3456 drivers/misc/panel.c | 4 +-
3457 drivers/misc/sgi-gru/gruhandles.c | 4 +-
3458 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
3459 drivers/misc/sgi-gru/grutables.h | 158 +-
3460 drivers/misc/sgi-xp/xp.h | 2 +-
3461 drivers/misc/sgi-xp/xp_main.c | 57 +-
3462 drivers/misc/sgi-xp/xpc.h | 3 +-
3463 drivers/misc/sgi-xp/xpc_main.c | 2 +-
3464 drivers/misc/sgi-xp/xpnet.c | 2 +-
3465 drivers/misc/ti-st/st_kim.c | 32 +-
3466 drivers/mmc/card/mmc_test.c | 4 +-
3467 drivers/mmc/host/dw_mmc.h | 2 +-
3468 drivers/mmc/host/mmci.c | 4 +-
3469 drivers/mmc/host/omap_hsmmc.c | 4 +-
3470 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
3471 drivers/mmc/host/sdhci-s3c.c | 8 +-
3472 drivers/mmc/host/tmio_mmc_pio.c | 4 +-
3473 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
3474 drivers/mtd/devices/block2mtd.c | 2 +-
3475 drivers/mtd/devices/phram.c | 2 +-
3476 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
3477 drivers/mtd/maps/latch-addr-flash.c | 2 +-
3478 drivers/mtd/maps/pci.c | 4 +-
3479 drivers/mtd/maps/pcmciamtd.c | 8 +-
3480 drivers/mtd/maps/sbc_gxx.c | 2 +-
3481 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 2 +
3482 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
3483 drivers/mtd/nand/brcmnand/iproc_nand.c | 2 +
3484 drivers/mtd/nand/cafe_nand.c | 18 +-
3485 drivers/mtd/nand/denali.c | 1 +
3486 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
3487 drivers/mtd/nftlmount.c | 1 +
3488 drivers/mtd/sm_ftl.c | 2 +-
3489 drivers/mtd/ubi/build.c | 2 +-
3490 drivers/net/bonding/bond_netlink.c | 2 +-
3491 drivers/net/caif/caif_hsi.c | 4 +-
3492 drivers/net/caif/caif_serial.c | 2 +-
3493 drivers/net/caif/caif_spi.c | 2 +-
3494 drivers/net/caif/caif_virtio.c | 2 +-
3495 drivers/net/can/Kconfig | 2 +-
3496 drivers/net/can/bfin_can.c | 2 +-
3497 drivers/net/can/dev.c | 2 +-
3498 drivers/net/can/flexcan.c | 2 +-
3499 drivers/net/can/janz-ican3.c | 2 +-
3500 drivers/net/can/led.c | 2 +-
3501 drivers/net/can/sun4i_can.c | 2 +-
3502 drivers/net/can/vcan.c | 2 +-
3503 drivers/net/can/xilinx_can.c | 2 +-
3504 drivers/net/dummy.c | 2 +-
3505 drivers/net/ethernet/8390/ax88796.c | 6 +-
3506 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
3507 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
3508 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
3509 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
3510 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
3511 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
3512 drivers/net/ethernet/amd/7990.c | 2 +-
3513 drivers/net/ethernet/amd/7990.h | 2 +-
3514 drivers/net/ethernet/amd/amd8111e.c | 5 +-
3515 drivers/net/ethernet/amd/atarilance.c | 4 +-
3516 drivers/net/ethernet/amd/declance.c | 2 +-
3517 drivers/net/ethernet/amd/pcnet32.c | 7 +-
3518 drivers/net/ethernet/amd/sun3lance.c | 4 +-
3519 drivers/net/ethernet/amd/sunlance.c | 2 +-
3520 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
3521 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
3522 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
3523 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
3524 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
3525 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
3526 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
3527 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
3528 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
3529 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
3530 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
3531 drivers/net/ethernet/arc/emac_main.c | 2 +-
3532 drivers/net/ethernet/atheros/alx/main.c | 2 +-
3533 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
3534 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
3535 drivers/net/ethernet/aurora/nb8800.c | 2 +-
3536 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
3537 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
3538 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
3539 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
3540 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
3541 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
3542 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
3543 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
3544 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
3545 drivers/net/ethernet/broadcom/tg3.c | 2 +-
3546 drivers/net/ethernet/broadcom/tg3.h | 1 +
3547 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
3548 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
3549 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
3550 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
3551 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
3552 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
3553 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
3554 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
3555 drivers/net/ethernet/cadence/macb.c | 4 +-
3556 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
3557 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
3558 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
3559 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
3560 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
3561 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
3562 drivers/net/ethernet/davicom/dm9000.c | 2 +-
3563 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
3564 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
3565 drivers/net/ethernet/faraday/ftgmac100.c | 3 +-
3566 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
3567 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
3568 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
3569 drivers/net/ethernet/freescale/gianfar.c | 4 +-
3570 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
3571 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
3572 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
3573 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
3574 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.h | 2 +-
3575 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c | 84 +-
3576 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
3577 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
3578 drivers/net/ethernet/ibm/emac/core.c | 4 +-
3579 drivers/net/ethernet/intel/e100.c | 2 +-
3580 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
3581 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
3582 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
3583 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
3584 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
3585 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
3586 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
3587 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
3588 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
3589 drivers/net/ethernet/marvell/mvneta.c | 2 +-
3590 drivers/net/ethernet/marvell/mvpp2.c | 2 +-
3591 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
3592 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
3593 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
3594 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
3595 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 6 +-
3596 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
3597 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
3598 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
3599 drivers/net/ethernet/neterion/s2io.c | 2 +-
3600 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
3601 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
3602 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
3603 drivers/net/ethernet/netx-eth.c | 2 +-
3604 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
3605 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
3606 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
3607 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
3608 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
3609 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
3610 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
3611 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
3612 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
3613 drivers/net/ethernet/realtek/r8169.c | 8 +-
3614 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
3615 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
3616 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
3617 drivers/net/ethernet/sfc/ptp.c | 2 +-
3618 drivers/net/ethernet/sfc/selftest.c | 20 +-
3619 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
3620 drivers/net/ethernet/smsc/smc911x.c | 2 +-
3621 drivers/net/ethernet/smsc/smc91x.c | 2 +-
3622 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
3623 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
3624 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 4 +-
3625 drivers/net/ethernet/sun/sunbmac.c | 2 +-
3626 drivers/net/ethernet/sun/sunqe.c | 2 +-
3627 drivers/net/ethernet/sun/sunvnet.c | 2 +-
3628 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
3629 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
3630 drivers/net/ethernet/ti/cpmac.c | 2 +-
3631 drivers/net/ethernet/ti/davinci_emac.c | 2 +-
3632 drivers/net/ethernet/ti/netcp_core.c | 2 +-
3633 drivers/net/ethernet/via/via-rhine.c | 2 +-
3634 drivers/net/ethernet/wiznet/w5100.c | 2 +-
3635 drivers/net/ethernet/wiznet/w5300.c | 2 +-
3636 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
3637 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
3638 drivers/net/ethernet/xilinx/xilinx_emaclite.c | 2 +-
3639 drivers/net/geneve.c | 4 +-
3640 drivers/net/gtp.c | 8 +-
3641 drivers/net/hamradio/baycom_epp.c | 2 +-
3642 drivers/net/hyperv/hyperv_net.h | 2 +-
3643 drivers/net/hyperv/netvsc_drv.c | 2 +-
3644 drivers/net/hyperv/rndis_filter.c | 7 +-
3645 drivers/net/ifb.c | 2 +-
3646 drivers/net/ipvlan/ipvlan_core.c | 2 +-
3647 drivers/net/ipvlan/ipvlan_main.c | 6 +-
3648 drivers/net/irda/vlsi_ir.c | 18 +-
3649 drivers/net/irda/vlsi_ir.h | 14 +-
3650 drivers/net/loopback.c | 2 +-
3651 drivers/net/macsec.c | 2 +-
3652 drivers/net/macvlan.c | 20 +-
3653 drivers/net/macvtap.c | 10 +-
3654 drivers/net/nlmon.c | 2 +-
3655 drivers/net/phy/phy_device.c | 6 +-
3656 drivers/net/plip/plip.c | 2 +-
3657 drivers/net/ppp/ppp_generic.c | 6 +-
3658 drivers/net/ppp/pptp.c | 2 +-
3659 drivers/net/rionet.c | 2 +-
3660 drivers/net/slip/slhc.c | 2 +-
3661 drivers/net/team/team.c | 4 +-
3662 drivers/net/tun.c | 11 +-
3663 drivers/net/usb/hso.c | 28 +-
3664 drivers/net/usb/ipheth.c | 2 +-
3665 drivers/net/usb/r8152.c | 2 +-
3666 drivers/net/usb/sierra_net.c | 4 +-
3667 drivers/net/virtio_net.c | 2 +-
3668 drivers/net/vrf.c | 4 +-
3669 drivers/net/vxlan.c | 4 +-
3670 drivers/net/wimax/i2400m/rx.c | 2 +-
3671 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
3672 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
3673 drivers/net/wireless/ath/ath10k/mac.c | 7 +-
3674 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
3675 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
3676 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
3677 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
3678 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
3679 drivers/net/wireless/ath/ath9k/main.c | 22 +-
3680 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
3681 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
3682 drivers/net/wireless/ath/carl9170/main.c | 10 +-
3683 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
3684 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
3685 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
3686 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
3687 drivers/net/wireless/atmel/atmel.c | 183 +-
3688 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
3689 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
3690 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 54 +-
3691 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
3692 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
3693 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
3694 drivers/net/wireless/cisco/airo.c | 201 +-
3695 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
3696 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
3697 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
3698 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
3699 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
3700 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
3701 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
3702 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
3703 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
3704 .../net/wireless/intersil/hostap/hostap_ioctl.c | 250 +-
3705 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
3706 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
3707 drivers/net/wireless/mac80211_hwsim.c | 28 +-
3708 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
3709 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
3710 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
3711 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
3712 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
3713 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
3714 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
3715 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
3716 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
3717 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
3718 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
3719 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
3720 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
3721 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
3722 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
3723 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
3724 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
3725 drivers/net/wireless/zydas/zd1201.c | 192 +-
3726 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
3727 drivers/net/xen-netback/interface.c | 2 +-
3728 drivers/net/xen-netfront.c | 2 +-
3729 drivers/ntb/test/ntb_pingpong.c | 8 +-
3730 drivers/nvme/host/pci.c | 2 +-
3731 drivers/of/fdt.c | 4 +-
3732 drivers/oprofile/buffer_sync.c | 8 +-
3733 drivers/oprofile/event_buffer.c | 2 +-
3734 drivers/oprofile/oprof.c | 2 +-
3735 drivers/oprofile/oprofile_stats.c | 10 +-
3736 drivers/oprofile/oprofile_stats.h | 10 +-
3737 drivers/oprofile/oprofilefs.c | 6 +-
3738 drivers/oprofile/timer_int.c | 2 +-
3739 drivers/parport/procfs.c | 4 +-
3740 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
3741 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
3742 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
3743 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
3744 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
3745 drivers/pci/hotplug/pciehp_core.c | 2 +-
3746 drivers/pci/msi.c | 22 +-
3747 drivers/pci/pci-sysfs.c | 6 +-
3748 drivers/pci/pci.h | 4 +-
3749 drivers/pci/pcie/aspm.c | 10 +-
3750 drivers/pci/pcie/portdrv_pci.c | 2 +-
3751 drivers/pci/probe.c | 2 +-
3752 drivers/pci/setup-bus.c | 10 +-
3753 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
3754 drivers/pinctrl/pinctrl-at91.c | 5 +-
3755 drivers/platform/chrome/chromeos_laptop.c | 2 +-
3756 drivers/platform/chrome/chromeos_pstore.c | 2 +-
3757 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
3758 drivers/platform/x86/alienware-wmi.c | 4 +-
3759 drivers/platform/x86/apple-gmux.c | 2 +-
3760 drivers/platform/x86/compal-laptop.c | 2 +-
3761 drivers/platform/x86/hdaps.c | 2 +-
3762 drivers/platform/x86/ibm_rtl.c | 2 +-
3763 drivers/platform/x86/intel_oaktrail.c | 2 +-
3764 drivers/platform/x86/msi-laptop.c | 16 +-
3765 drivers/platform/x86/msi-wmi.c | 2 +-
3766 drivers/platform/x86/samsung-laptop.c | 2 +-
3767 drivers/platform/x86/samsung-q10.c | 2 +-
3768 drivers/platform/x86/sony-laptop.c | 14 +-
3769 drivers/platform/x86/thinkpad_acpi.c | 10 +-
3770 drivers/pnp/base.h | 2 +-
3771 drivers/pnp/pnpbios/bioscalls.c | 14 +-
3772 drivers/pnp/pnpbios/core.c | 2 +-
3773 drivers/pnp/resource.c | 4 +-
3774 drivers/power/pda_power.c | 7 +-
3775 drivers/power/power_supply.h | 4 +-
3776 drivers/power/power_supply_core.c | 7 +-
3777 drivers/power/power_supply_sysfs.c | 6 +-
3778 drivers/power/reset/at91-reset.c | 5 +-
3779 drivers/powercap/powercap_sys.c | 136 +-
3780 drivers/ptp/ptp_private.h | 2 +-
3781 drivers/ptp/ptp_sysfs.c | 2 +-
3782 drivers/regulator/core.c | 4 +-
3783 drivers/regulator/max8660.c | 6 +-
3784 drivers/regulator/max8973-regulator.c | 16 +-
3785 drivers/regulator/mc13892-regulator.c | 8 +-
3786 drivers/remoteproc/remoteproc_core.c | 26 +-
3787 drivers/rtc/rtc-armada38x.c | 7 +-
3788 drivers/rtc/rtc-cmos.c | 4 +-
3789 drivers/rtc/rtc-ds1307.c | 2 +-
3790 drivers/rtc/rtc-m41t80.c | 8 +-
3791 drivers/rtc/rtc-m48t59.c | 4 +-
3792 drivers/rtc/rtc-rv3029c2.c | 8 +-
3793 drivers/rtc/rtc-rv8803.c | 15 +-
3794 drivers/rtc/rtc-rx8010.c | 8 +-
3795 drivers/rtc/rtc-test.c | 6 +-
3796 drivers/scsi/aacraid/aachba.c | 7 +-
3797 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
3798 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
3799 drivers/scsi/be2iscsi/be_main.c | 2 +-
3800 drivers/scsi/bfa/bfa.h | 4 +-
3801 drivers/scsi/bfa/bfa_core.c | 4 +-
3802 drivers/scsi/bfa/bfa_cs.h | 124 +-
3803 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
3804 drivers/scsi/bfa/bfa_fcs.h | 34 +-
3805 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
3806 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
3807 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
3808 drivers/scsi/bfa/bfa_ioc.c | 8 +-
3809 drivers/scsi/bfa/bfa_ioc.h | 16 +-
3810 drivers/scsi/bfa/bfa_svc.c | 12 +-
3811 drivers/scsi/bfa/bfa_svc.h | 20 +-
3812 drivers/scsi/bfa/bfad.c | 12 +-
3813 drivers/scsi/bfa/bfad_bsg.c | 8 +-
3814 drivers/scsi/bfa/bfad_drv.h | 5 +-
3815 drivers/scsi/csiostor/csio_defs.h | 19 +-
3816 drivers/scsi/csiostor/csio_hw.c | 67 +-
3817 drivers/scsi/csiostor/csio_init.c | 2 +-
3818 drivers/scsi/csiostor/csio_lnode.c | 32 +-
3819 drivers/scsi/csiostor/csio_rnode.c | 28 +-
3820 drivers/scsi/csiostor/csio_scsi.c | 37 +-
3821 drivers/scsi/esas2r/esas2r_init.c | 2 +-
3822 drivers/scsi/esas2r/esas2r_ioctl.c | 2 +-
3823 drivers/scsi/esas2r/esas2r_log.h | 4 +-
3824 drivers/scsi/esas2r/esas2r_main.c | 4 +-
3825 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
3826 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
3827 drivers/scsi/hpsa.c | 38 +-
3828 drivers/scsi/hpsa.h | 2 +-
3829 drivers/scsi/hptiop.c | 2 -
3830 drivers/scsi/hptiop.h | 1 -
3831 drivers/scsi/ipr.c | 32 +-
3832 drivers/scsi/ipr.h | 2 +-
3833 drivers/scsi/libfc/fc_exch.c | 50 +-
3834 drivers/scsi/libsas/sas_ata.c | 2 +-
3835 drivers/scsi/lpfc/lpfc.h | 8 +-
3836 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
3837 drivers/scsi/lpfc/lpfc_init.c | 8 +-
3838 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
3839 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
3840 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
3841 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
3842 drivers/scsi/pmcraid.c | 46 +-
3843 drivers/scsi/pmcraid.h | 8 +-
3844 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
3845 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
3846 drivers/scsi/qla2xxx/qla_os.c | 15 +-
3847 drivers/scsi/qla2xxx/qla_target.c | 16 +-
3848 drivers/scsi/qla2xxx/qla_target.h | 2 +-
3849 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
3850 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
3851 drivers/scsi/scsi.c | 2 +-
3852 drivers/scsi/scsi_debug.c | 42 +-
3853 drivers/scsi/scsi_lib.c | 8 +-
3854 drivers/scsi/scsi_sysfs.c | 2 +-
3855 drivers/scsi/scsi_transport_fc.c | 8 +-
3856 drivers/scsi/scsi_transport_iscsi.c | 6 +-
3857 drivers/scsi/scsi_transport_spi.c | 2 +-
3858 drivers/scsi/scsi_transport_srp.c | 8 +-
3859 drivers/scsi/sd.c | 6 +-
3860 drivers/scsi/sg.c | 2 +-
3861 drivers/scsi/sr.c | 21 +-
3862 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
3863 drivers/spi/spi.c | 2 +-
3864 drivers/staging/fbtft/fbtft-core.c | 2 +-
3865 drivers/staging/fbtft/fbtft.h | 2 +-
3866 drivers/staging/gdm724x/gdm_lte.c | 2 +-
3867 drivers/staging/gdm724x/gdm_tty.c | 2 +-
3868 drivers/staging/i4l/icn/icn.c | 2 +-
3869 drivers/staging/iio/adc/ad7280a.c | 4 +-
3870 drivers/staging/ks7010/ks_wlan_net.c | 392 +-
3871 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
3872 drivers/staging/lustre/lnet/selftest/brw_test.c | 19 +-
3873 drivers/staging/lustre/lnet/selftest/framework.c | 10 +-
3874 drivers/staging/lustre/lnet/selftest/ping_test.c | 23 +-
3875 drivers/staging/lustre/lnet/selftest/selftest.h | 6 +-
3876 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
3877 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
3878 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
3879 drivers/staging/lustre/lustre/include/obd.h | 2 +-
3880 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
3881 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
3882 .../staging/lustre/lustre/llite/llite_internal.h | 6 +-
3883 drivers/staging/lustre/lustre/llite/llite_lib.c | 6 +-
3884 drivers/staging/lustre/lustre/llite/lproc_llite.c | 6 +-
3885 drivers/staging/lustre/lustre/llite/statahead.c | 6 +-
3886 drivers/staging/lustre/lustre/lov/lov_internal.h | 6 +-
3887 drivers/staging/lustre/lustre/lov/lov_io.c | 60 +-
3888 drivers/staging/lustre/lustre/lov/lov_obd.c | 12 +-
3889 drivers/staging/lustre/lustre/lov/lov_request.c | 30 +-
3890 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
3891 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
3892 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
3893 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
3894 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
3895 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
3896 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
3897 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
3898 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
3899 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
3900 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
3901 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
3902 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
3903 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
3904 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
3905 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
3906 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
3907 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
3908 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 8 +-
3909 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
3910 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
3911 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
3912 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
3913 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
3914 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
3915 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
3916 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
3917 drivers/staging/rtl8192e/rtllib.h | 4 +-
3918 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
3919 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
3920 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
3921 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
3922 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
3923 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
3924 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
3925 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
3926 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
3927 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
3928 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
3929 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
3930 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
3931 drivers/staging/rtl8712/xmit_linux.c | 2 +-
3932 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
3933 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
3934 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
3935 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
3936 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
3937 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
3938 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
3939 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
3940 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
3941 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
3942 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
3943 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
3944 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
3945 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
3946 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
3947 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
3948 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
3949 drivers/staging/sm750fb/sm750.c | 14 +-
3950 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
3951 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
3952 drivers/staging/vt6655/rxtx.c | 2 +-
3953 drivers/staging/vt6656/rxtx.c | 2 +-
3954 drivers/staging/wilc1000/linux_wlan.c | 2 +-
3955 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
3956 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
3957 drivers/target/sbp/sbp_target.c | 4 +-
3958 drivers/thermal/devfreq_cooling.c | 19 +-
3959 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
3960 drivers/thermal/of-thermal.c | 17 +-
3961 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
3962 drivers/tty/cyclades.c | 6 +-
3963 drivers/tty/hvc/hvc_console.c | 14 +-
3964 drivers/tty/hvc/hvcs.c | 21 +-
3965 drivers/tty/hvc/hvsi.c | 22 +-
3966 drivers/tty/hvc/hvsi_lib.c | 4 +-
3967 drivers/tty/ipwireless/tty.c | 27 +-
3968 drivers/tty/moxa.c | 2 +-
3969 drivers/tty/n_gsm.c | 6 +-
3970 drivers/tty/n_tty.c | 28 +-
3971 drivers/tty/pty.c | 4 +-
3972 drivers/tty/rocket.c | 6 +-
3973 drivers/tty/serial/8250/8250_core.c | 10 +-
3974 drivers/tty/serial/8250/8250_pci.c | 2 +-
3975 drivers/tty/serial/ioc4_serial.c | 6 +-
3976 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
3977 drivers/tty/serial/kgdb_nmi.c | 4 +-
3978 drivers/tty/serial/kgdboc.c | 34 +-
3979 drivers/tty/serial/msm_serial.c | 4 +-
3980 drivers/tty/serial/samsung.c | 9 +-
3981 drivers/tty/serial/serial_core.c | 6 +-
3982 drivers/tty/synclink.c | 34 +-
3983 drivers/tty/synclink_gt.c | 28 +-
3984 drivers/tty/synclinkmp.c | 34 +-
3985 drivers/tty/tty_io.c | 2 +-
3986 drivers/tty/tty_ldisc.c | 8 +-
3987 drivers/tty/tty_port.c | 22 +-
3988 drivers/uio/uio.c | 19 +-
3989 drivers/usb/atm/cxacru.c | 2 +-
3990 drivers/usb/atm/usbatm.c | 24 +-
3991 drivers/usb/core/devices.c | 6 +-
3992 drivers/usb/core/devio.c | 12 +-
3993 drivers/usb/core/hcd.c | 4 +-
3994 drivers/usb/core/sysfs.c | 2 +-
3995 drivers/usb/core/usb.c | 2 +-
3996 drivers/usb/early/ehci-dbgp.c | 16 +-
3997 drivers/usb/gadget/function/f_phonet.c | 2 +-
3998 drivers/usb/gadget/function/u_serial.c | 22 +-
3999 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
4000 drivers/usb/host/ehci-hcd.c | 2 +-
4001 drivers/usb/host/ehci-hub.c | 4 +-
4002 drivers/usb/host/ehci-q.c | 4 +-
4003 drivers/usb/host/fotg210-hcd.c | 2 +-
4004 drivers/usb/host/hwa-hc.c | 2 +-
4005 drivers/usb/host/ohci-hcd.c | 2 +-
4006 drivers/usb/host/r8a66597.h | 2 +-
4007 drivers/usb/host/uhci-hcd.c | 2 +-
4008 drivers/usb/host/xhci-pci.c | 2 +-
4009 drivers/usb/host/xhci-ring.c | 52 +-
4010 drivers/usb/host/xhci.c | 2 +-
4011 drivers/usb/misc/appledisplay.c | 4 +-
4012 drivers/usb/misc/sisusbvga/sisusb_con.c | 78 +-
4013 drivers/usb/serial/console.c | 8 +-
4014 drivers/usb/storage/transport.c | 2 +-
4015 drivers/usb/storage/usb.c | 2 +-
4016 drivers/usb/storage/usb.h | 2 +-
4017 drivers/usb/usbip/vhci.h | 2 +-
4018 drivers/usb/usbip/vhci_hcd.c | 6 +-
4019 drivers/usb/usbip/vhci_rx.c | 2 +-
4020 drivers/usb/usbip/vudc_rx.c | 2 +-
4021 drivers/usb/wusbcore/wa-hc.h | 4 +-
4022 drivers/usb/wusbcore/wa-xfer.c | 2 +-
4023 drivers/vfio/pci/vfio_pci.c | 2 +-
4024 drivers/vhost/vringh.c | 20 +-
4025 drivers/video/backlight/kb3886_bl.c | 2 +-
4026 drivers/video/console/dummycon.c | 76 +-
4027 drivers/video/console/fbcon.c | 2 +-
4028 drivers/video/console/vgacon.c | 17 +-
4029 drivers/video/fbdev/arcfb.c | 2 +-
4030 drivers/video/fbdev/aty/aty128fb.c | 2 +-
4031 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
4032 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
4033 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
4034 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
4035 drivers/video/fbdev/core/fb_defio.c | 8 +-
4036 drivers/video/fbdev/core/fbmem.c | 12 +-
4037 drivers/video/fbdev/hyperv_fb.c | 4 +-
4038 drivers/video/fbdev/i810/i810_accel.c | 1 +
4039 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
4040 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
4041 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
4042 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
4043 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
4044 drivers/video/fbdev/sis/sis_main.h | 2 +-
4045 drivers/video/fbdev/smscufx.c | 4 +-
4046 drivers/video/fbdev/udlfb.c | 36 +-
4047 drivers/video/fbdev/uvesafb.c | 52 +-
4048 drivers/video/fbdev/vesafb.c | 58 +-
4049 drivers/video/fbdev/via/via_clock.h | 2 +-
4050 drivers/xen/events/events_base.c | 6 +-
4051 drivers/xen/xen-pciback/pci_stub.c | 2 +-
4052 fs/9p/vfs_addr.c | 2 +-
4053 fs/9p/vfs_inode_dotl.c | 4 +-
4054 fs/Kconfig.binfmt | 2 +-
4055 fs/afs/file.c | 8 +-
4056 fs/afs/inode.c | 4 +-
4057 fs/afs/internal.h | 4 +-
4058 fs/aio.c | 2 +-
4059 fs/autofs4/waitq.c | 2 +-
4060 fs/befs/endian.h | 6 +-
4061 fs/befs/linuxvfs.c | 4 +-
4062 fs/binfmt_aout.c | 23 +-
4063 fs/binfmt_elf.c | 657 +-
4064 fs/binfmt_elf_fdpic.c | 4 +-
4065 fs/block_dev.c | 2 +-
4066 fs/btrfs/ctree.c | 11 +-
4067 fs/btrfs/ctree.h | 8 +-
4068 fs/btrfs/delayed-inode.c | 6 +-
4069 fs/btrfs/delayed-inode.h | 4 +-
4070 fs/btrfs/delayed-ref.c | 4 +-
4071 fs/btrfs/dev-replace.c | 20 +-
4072 fs/btrfs/dev-replace.h | 4 +-
4073 fs/btrfs/disk-io.c | 4 +-
4074 fs/btrfs/extent_map.c | 8 +-
4075 fs/btrfs/file.c | 4 +-
4076 fs/btrfs/free-space-cache.h | 1 +
4077 fs/btrfs/raid56.c | 30 +-
4078 fs/btrfs/scrub.c | 2 +-
4079 fs/btrfs/super.c | 2 +-
4080 fs/btrfs/sysfs.c | 2 +-
4081 fs/btrfs/tests/btrfs-tests.c | 2 +-
4082 fs/btrfs/tests/free-space-tests.c | 2 +-
4083 fs/btrfs/transaction.c | 2 +-
4084 fs/btrfs/tree-log.c | 8 +-
4085 fs/btrfs/tree-log.h | 2 +-
4086 fs/btrfs/volumes.c | 14 +-
4087 fs/btrfs/volumes.h | 22 +-
4088 fs/buffer.c | 2 +-
4089 fs/cachefiles/bind.c | 6 +-
4090 fs/cachefiles/daemon.c | 12 +-
4091 fs/cachefiles/internal.h | 16 +-
4092 fs/cachefiles/namei.c | 6 +-
4093 fs/cachefiles/proc.c | 12 +-
4094 fs/ceph/super.c | 4 +-
4095 fs/char_dev.c | 2 +-
4096 fs/cifs/cifs_debug.c | 12 +-
4097 fs/cifs/cifsfs.c | 13 +-
4098 fs/cifs/cifsglob.h | 54 +-
4099 fs/cifs/file.c | 14 +-
4100 fs/cifs/misc.c | 4 +-
4101 fs/cifs/smb1ops.c | 80 +-
4102 fs/cifs/smb2ops.c | 84 +-
4103 fs/cifs/smb2pdu.c | 3 +-
4104 fs/coda/cache.c | 10 +-
4105 fs/coda/dir.c | 5 +-
4106 fs/compat.c | 9 +-
4107 fs/compat_binfmt_elf.c | 2 +
4108 fs/compat_ioctl.c | 12 +-
4109 fs/configfs/dir.c | 2 +-
4110 fs/coredump.c | 18 +-
4111 fs/dcache.c | 63 +-
4112 fs/debugfs/file.c | 41 +-
4113 fs/ecryptfs/inode.c | 2 +-
4114 fs/ecryptfs/miscdev.c | 2 +-
4115 fs/exec.c | 309 +-
4116 fs/exofs/inode.c | 7 +-
4117 fs/exofs/super.c | 5 +-
4118 fs/ext2/super.c | 4 +-
4119 fs/ext2/xattr.c | 5 +-
4120 fs/ext4/ext4.h | 20 +-
4121 fs/ext4/extents.c | 2 +-
4122 fs/ext4/mballoc.c | 44 +-
4123 fs/ext4/resize.c | 16 +-
4124 fs/ext4/super.c | 6 +-
4125 fs/ext4/sysfs.c | 2 +-
4126 fs/ext4/xattr.c | 5 +-
4127 fs/f2fs/f2fs.h | 7 +-
4128 fs/f2fs/super.c | 2 +-
4129 fs/fhandle.c | 5 +-
4130 fs/file.c | 18 +-
4131 fs/freevxfs/vxfs_super.c | 6 +-
4132 fs/fs-writeback.c | 11 +-
4133 fs/fs_struct.c | 8 +-
4134 fs/fscache/cookie.c | 40 +-
4135 fs/fscache/internal.h | 202 +-
4136 fs/fscache/object.c | 26 +-
4137 fs/fscache/operation.c | 38 +-
4138 fs/fscache/page.c | 110 +-
4139 fs/fscache/stats.c | 348 +-
4140 fs/fuse/cuse.c | 10 +-
4141 fs/fuse/dev.c | 4 +-
4142 fs/fuse/file.c | 4 +-
4143 fs/fuse/inode.c | 4 +-
4144 fs/gfs2/aops.c | 2 +-
4145 fs/gfs2/file.c | 2 +-
4146 fs/gfs2/glock.c | 22 +-
4147 fs/gfs2/glops.c | 4 +-
4148 fs/gfs2/quota.c | 6 +-
4149 fs/hugetlbfs/inode.c | 13 +-
4150 fs/inode.c | 4 +-
4151 fs/jbd2/commit.c | 2 +-
4152 fs/jbd2/transaction.c | 4 +-
4153 fs/jffs2/erase.c | 3 +-
4154 fs/jffs2/file.c | 5 +-
4155 fs/jffs2/fs.c | 2 +-
4156 fs/jffs2/os-linux.h | 2 +-
4157 fs/jffs2/wbuf.c | 3 +-
4158 fs/jfs/super.c | 4 +-
4159 fs/kernfs/dir.c | 2 +-
4160 fs/kernfs/file.c | 20 +-
4161 fs/lockd/clnt4xdr.c | 46 +-
4162 fs/lockd/clntproc.c | 4 +-
4163 fs/lockd/clntxdr.c | 44 +-
4164 fs/lockd/mon.c | 24 +-
4165 fs/lockd/svc.c | 2 +-
4166 fs/lockd/svc4proc.c | 69 +-
4167 fs/lockd/svcproc.c | 75 +-
4168 fs/lockd/xdr.c | 44 +-
4169 fs/lockd/xdr4.c | 41 +-
4170 fs/logfs/dev_bdev.c | 13 +-
4171 fs/logfs/dev_mtd.c | 13 +-
4172 fs/logfs/dir.c | 4 +-
4173 fs/logfs/logfs.h | 5 +-
4174 fs/logfs/readwrite.c | 2 +-
4175 fs/logfs/segment.c | 2 +-
4176 fs/logfs/super.c | 39 -
4177 fs/namei.c | 2 +-
4178 fs/namespace.c | 15 +-
4179 fs/nfs/callback.h | 18 +-
4180 fs/nfs/callback_proc.c | 26 +-
4181 fs/nfs/callback_xdr.c | 73 +-
4182 fs/nfs/dir.c | 5 +-
4183 fs/nfs/inode.c | 6 +-
4184 fs/nfs/internal.h | 5 +-
4185 fs/nfs/mount_clnt.c | 26 +-
4186 fs/nfs/nfs2xdr.c | 101 +-
4187 fs/nfs/nfs3xdr.c | 201 +-
4188 fs/nfs/nfs42xdr.c | 72 +-
4189 fs/nfs/nfs4xdr.c | 507 +-
4190 fs/nfs/read.c | 2 +-
4191 fs/nfs/symlink.c | 6 +-
4192 fs/nfsd/current_stateid.h | 24 +-
4193 fs/nfsd/nfs2acl.c | 85 +-
4194 fs/nfsd/nfs3acl.c | 44 +-
4195 fs/nfsd/nfs3proc.c | 271 +-
4196 fs/nfsd/nfs3xdr.c | 171 +-
4197 fs/nfsd/nfs4callback.c | 31 +-
4198 fs/nfsd/nfs4proc.c | 320 +-
4199 fs/nfsd/nfs4state.c | 111 +-
4200 fs/nfsd/nfs4xdr.c | 564 +-
4201 fs/nfsd/nfscache.c | 13 +-
4202 fs/nfsd/nfsproc.c | 193 +-
4203 fs/nfsd/nfsxdr.c | 96 +-
4204 fs/nfsd/vfs.c | 6 +-
4205 fs/nfsd/xdr.h | 50 +-
4206 fs/nfsd/xdr3.h | 100 +-
4207 fs/nfsd/xdr4.h | 50 +-
4208 fs/nls/nls_base.c | 26 +-
4209 fs/nls/nls_cp932.c | 2 +-
4210 fs/nls/nls_cp936.c | 2 +-
4211 fs/nls/nls_cp949.c | 2 +-
4212 fs/nls/nls_cp950.c | 2 +-
4213 fs/nls/nls_euc-jp.c | 8 +-
4214 fs/nls/nls_koi8-ru.c | 8 +-
4215 fs/notify/fanotify/fanotify_user.c | 4 +-
4216 fs/notify/notification.c | 4 +-
4217 fs/ntfs/debug.h | 6 +-
4218 fs/ntfs/dir.c | 4 +-
4219 fs/ntfs/inode.c | 19 +-
4220 fs/ntfs/inode.h | 4 +-
4221 fs/ntfs/mft.c | 4 +-
4222 fs/ntfs/super.c | 8 +-
4223 fs/ocfs2/cluster/masklog.h | 2 +-
4224 fs/ocfs2/dlm/dlmcommon.h | 4 +-
4225 fs/ocfs2/dlm/dlmdebug.c | 10 +-
4226 fs/ocfs2/dlm/dlmdomain.c | 4 +-
4227 fs/ocfs2/dlm/dlmmaster.c | 4 +-
4228 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
4229 fs/ocfs2/filecheck.c | 2 +-
4230 fs/ocfs2/localalloc.c | 2 +-
4231 fs/ocfs2/ocfs2.h | 10 +-
4232 fs/ocfs2/suballoc.c | 12 +-
4233 fs/ocfs2/super.c | 20 +-
4234 fs/orangefs/super.c | 4 +-
4235 fs/overlayfs/copy_up.c | 2 +-
4236 fs/overlayfs/super.c | 6 +-
4237 fs/pipe.c | 72 +-
4238 fs/posix_acl.c | 4 +-
4239 fs/proc/array.c | 20 +
4240 fs/proc/base.c | 7 +-
4241 fs/proc/kcore.c | 35 +-
4242 fs/proc/meminfo.c | 2 +-
4243 fs/proc/nommu.c | 2 +-
4244 fs/proc/proc_net.c | 2 +-
4245 fs/proc/proc_sysctl.c | 26 +-
4246 fs/proc/task_mmu.c | 39 +-
4247 fs/proc/task_nommu.c | 6 +-
4248 fs/proc/vmcore.c | 16 +-
4249 fs/qnx6/qnx6.h | 4 +-
4250 fs/quota/netlink.c | 4 +-
4251 fs/read_write.c | 34 +-
4252 fs/readdir.c | 3 +-
4253 fs/reiserfs/do_balan.c | 2 +-
4254 fs/reiserfs/procfs.c | 2 +-
4255 fs/reiserfs/reiserfs.h | 4 +-
4256 fs/select.c | 2 +-
4257 fs/seq_file.c | 4 +-
4258 fs/splice.c | 43 +-
4259 fs/squashfs/xattr.c | 10 +-
4260 fs/super.c | 3 +-
4261 fs/sysv/sysv.h | 2 +-
4262 fs/tracefs/inode.c | 8 +-
4263 fs/ubifs/find.c | 34 +-
4264 fs/ubifs/lprops.c | 5 +-
4265 fs/udf/misc.c | 2 +-
4266 fs/ufs/super.c | 4 +-
4267 fs/ufs/swab.h | 4 +-
4268 fs/userfaultfd.c | 2 +-
4269 fs/xattr.c | 21 +
4270 fs/xfs/kmem.h | 8 +
4271 fs/xfs/libxfs/xfs_bmap.c | 2 +-
4272 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
4273 fs/xfs/xfs_ioctl.c | 2 +-
4274 fs/xfs/xfs_linux.h | 4 +-
4275 fs/xfs/xfs_super.c | 8 +-
4276 include/acpi/acpiosxf.h | 3 +-
4277 include/acpi/acpixf.h | 2 +-
4278 include/acpi/ghes.h | 2 +-
4279 include/asm-generic/4level-fixup.h | 2 +
4280 include/asm-generic/atomic-long.h | 192 +-
4281 include/asm-generic/atomic64.h | 13 +
4282 include/asm-generic/bitops/__fls.h | 2 +-
4283 include/asm-generic/bitops/fls.h | 2 +-
4284 include/asm-generic/bitops/fls64.h | 4 +-
4285 include/asm-generic/bug.h | 7 +-
4286 include/asm-generic/cache.h | 4 +-
4287 include/asm-generic/emergency-restart.h | 2 +-
4288 include/asm-generic/kmap_types.h | 4 +-
4289 include/asm-generic/local.h | 13 +
4290 include/asm-generic/pgtable-nopmd.h | 19 +-
4291 include/asm-generic/pgtable-nopud.h | 15 +-
4292 include/asm-generic/pgtable.h | 16 +
4293 include/asm-generic/sections.h | 1 +
4294 include/asm-generic/uaccess.h | 16 +
4295 include/asm-generic/vmlinux.lds.h | 28 +-
4296 include/crypto/algapi.h | 2 +-
4297 include/crypto/cast6.h | 4 +-
4298 include/crypto/serpent.h | 4 +-
4299 include/crypto/xts.h | 2 +-
4300 include/drm/drmP.h | 21 +-
4301 include/drm/drm_mm.h | 2 +-
4302 include/drm/drm_modeset_helper_vtables.h | 3 +-
4303 include/drm/i915_pciids.h | 2 +-
4304 include/drm/intel-gtt.h | 4 +-
4305 include/drm/ttm/ttm_memory.h | 2 +-
4306 include/drm/ttm/ttm_page_alloc.h | 1 +
4307 include/keys/asymmetric-subtype.h | 2 +-
4308 include/keys/encrypted-type.h | 2 +-
4309 include/keys/rxrpc-type.h | 2 +-
4310 include/keys/user-type.h | 2 +-
4311 include/linux/atmdev.h | 4 +-
4312 include/linux/atomic.h | 39 +-
4313 include/linux/audit.h | 7 +-
4314 include/linux/average.h | 2 +-
4315 include/linux/binfmts.h | 3 +-
4316 include/linux/bio.h | 4 +-
4317 include/linux/bitmap.h | 2 +-
4318 include/linux/bitops.h | 8 +-
4319 include/linux/blk-cgroup.h | 24 +-
4320 include/linux/blkdev.h | 2 +-
4321 include/linux/blktrace_api.h | 2 +-
4322 include/linux/cache.h | 9 +
4323 include/linux/cdrom.h | 1 -
4324 include/linux/cgroup-defs.h | 2 +-
4325 include/linux/cleancache.h | 2 +-
4326 include/linux/clk-provider.h | 1 +
4327 include/linux/compat.h | 15 +-
4328 include/linux/compiler-gcc.h | 48 +-
4329 include/linux/compiler.h | 203 +-
4330 include/linux/configfs.h | 2 +-
4331 include/linux/cpufreq.h | 7 +-
4332 include/linux/cpuidle.h | 5 +-
4333 include/linux/cpumask.h | 14 +-
4334 include/linux/crypto.h | 4 +-
4335 include/linux/ctype.h | 2 +-
4336 include/linux/dcache.h | 4 +-
4337 include/linux/debugfs.h | 8 +
4338 include/linux/decompress/mm.h | 2 +-
4339 include/linux/devfreq.h | 2 +-
4340 include/linux/device.h | 7 +-
4341 include/linux/dma-mapping.h | 2 +-
4342 include/linux/efi.h | 1 +
4343 include/linux/elf.h | 2 +
4344 include/linux/err.h | 4 +-
4345 include/linux/ethtool.h | 1 +
4346 include/linux/extcon.h | 2 +-
4347 include/linux/fb.h | 3 +-
4348 include/linux/fdtable.h | 2 +-
4349 include/linux/firewire.h | 2 +-
4350 include/linux/fs.h | 7 +-
4351 include/linux/fs_struct.h | 2 +-
4352 include/linux/fscache-cache.h | 2 +-
4353 include/linux/fscache.h | 2 +-
4354 include/linux/fsnotify.h | 2 +-
4355 include/linux/genhd.h | 4 +-
4356 include/linux/genl_magic_func.h | 2 +-
4357 include/linux/genl_magic_struct.h | 4 +-
4358 include/linux/gfp.h | 16 +-
4359 include/linux/highmem.h | 12 +
4360 include/linux/hugetlb.h | 2 +-
4361 include/linux/hugetlb_cgroup.h | 11 +
4362 include/linux/hwmon-sysfs.h | 6 +-
4363 include/linux/i2c.h | 1 +
4364 include/linux/if_pppox.h | 2 +-
4365 include/linux/init.h | 10 +-
4366 include/linux/init_task.h | 7 +
4367 include/linux/interrupt.h | 6 +-
4368 include/linux/iommu.h | 2 +-
4369 include/linux/ioport.h | 2 +-
4370 include/linux/ipc.h | 2 +-
4371 include/linux/irq.h | 5 +-
4372 include/linux/irqchip/mmp.h | 2 +-
4373 include/linux/irqdesc.h | 2 +-
4374 include/linux/irqdomain.h | 3 +
4375 include/linux/jbd2.h | 2 +-
4376 include/linux/jiffies.h | 16 +-
4377 include/linux/kallsyms.h | 18 +-
4378 include/linux/key-type.h | 2 +-
4379 include/linux/kgdb.h | 6 +-
4380 include/linux/kmemleak.h | 4 +-
4381 include/linux/kobject.h | 10 +-
4382 include/linux/kobject_ns.h | 2 +-
4383 include/linux/kref.h | 2 +-
4384 include/linux/libata.h | 2 +-
4385 include/linux/linkage.h | 31 +-
4386 include/linux/list.h | 15 +
4387 include/linux/llist.h | 9 +
4388 include/linux/lockd/xdr.h | 34 +-
4389 include/linux/lockd/xdr4.h | 34 +-
4390 include/linux/lockref.h | 26 +-
4391 include/linux/math64.h | 10 +-
4392 include/linux/memcontrol.h | 2 +-
4393 include/linux/memory.h | 2 +-
4394 include/linux/mempolicy.h | 7 +
4395 include/linux/mm.h | 97 +-
4396 include/linux/mm_types.h | 20 +
4397 include/linux/mmiotrace.h | 4 +-
4398 include/linux/mmzone.h | 4 +-
4399 include/linux/mod_devicetable.h | 4 +-
4400 include/linux/module.h | 60 +-
4401 include/linux/moduleloader.h | 16 +
4402 include/linux/moduleparam.h | 12 +-
4403 include/linux/net.h | 2 +-
4404 include/linux/netdevice.h | 11 +-
4405 include/linux/netfilter.h | 2 +-
4406 include/linux/netfilter/ipset/ip_set.h | 16 +-
4407 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
4408 include/linux/netfilter/nfnetlink.h | 2 +-
4409 include/linux/netlink.h | 12 +-
4410 include/linux/nls.h | 4 +-
4411 include/linux/notifier.h | 3 +-
4412 include/linux/oprofile.h | 4 +-
4413 include/linux/padata.h | 2 +-
4414 include/linux/pagemap.h | 4 +-
4415 include/linux/pci_hotplug.h | 3 +-
4416 include/linux/percpu.h | 2 +-
4417 include/linux/perf_event.h | 12 +-
4418 include/linux/pid.h | 4 +-
4419 include/linux/pipe_fs_i.h | 8 +-
4420 include/linux/pm.h | 1 +
4421 include/linux/pm_domain.h | 2 +-
4422 include/linux/pm_runtime.h | 2 +-
4423 include/linux/pnp.h | 2 +-
4424 include/linux/poison.h | 4 +-
4425 include/linux/power/smartreflex.h | 2 +-
4426 include/linux/ppp-comp.h | 2 +-
4427 include/linux/preempt.h | 21 +
4428 include/linux/printk.h | 4 +-
4429 include/linux/proc_ns.h | 2 +-
4430 include/linux/psci.h | 2 +-
4431 include/linux/quota.h | 2 +-
4432 include/linux/random.h | 21 +-
4433 include/linux/ratelimit.h | 3 +-
4434 include/linux/rculist.h | 16 +
4435 include/linux/rcupdate.h | 8 +
4436 include/linux/reboot.h | 14 +-
4437 include/linux/regset.h | 3 +-
4438 include/linux/relay.h | 2 +-
4439 include/linux/rio.h | 2 +-
4440 include/linux/rmap.h | 4 +-
4441 include/linux/sched.h | 88 +-
4442 include/linux/scif.h | 2 +-
4443 include/linux/semaphore.h | 2 +-
4444 include/linux/seq_buf.h | 4 +-
4445 include/linux/seq_file.h | 1 +
4446 include/linux/seqlock.h | 10 +
4447 include/linux/signal.h | 2 +-
4448 include/linux/skbuff.h | 12 +-
4449 include/linux/slab.h | 56 +-
4450 include/linux/slab_def.h | 17 +-
4451 include/linux/slub_def.h | 5 +-
4452 include/linux/smp.h | 2 +
4453 include/linux/sock_diag.h | 2 +-
4454 include/linux/sonet.h | 2 +-
4455 include/linux/spinlock.h | 17 +-
4456 include/linux/srcu.h | 5 +-
4457 include/linux/string.h | 72 +-
4458 include/linux/sunrpc/addr.h | 8 +-
4459 include/linux/sunrpc/clnt.h | 2 +-
4460 include/linux/sunrpc/svc.h | 2 +-
4461 include/linux/sunrpc/svc_rdma.h | 18 +-
4462 include/linux/sunrpc/svcauth.h | 2 +-
4463 include/linux/swapops.h | 10 +-
4464 include/linux/syscalls.h | 38 +-
4465 include/linux/syscore_ops.h | 2 +-
4466 include/linux/sysctl.h | 3 +-
4467 include/linux/sysfs.h | 11 +-
4468 include/linux/sysrq.h | 3 +-
4469 include/linux/tcp.h | 14 +-
4470 include/linux/thread_info.h | 15 +-
4471 include/linux/tty.h | 4 +-
4472 include/linux/tty_driver.h | 2 +-
4473 include/linux/tty_ldisc.h | 2 +-
4474 include/linux/types.h | 18 +
4475 include/linux/uaccess.h | 2 +-
4476 include/linux/uio_driver.h | 2 +-
4477 include/linux/unaligned/access_ok.h | 24 +-
4478 include/linux/usb.h | 12 +-
4479 include/linux/usb/hcd.h | 1 +
4480 include/linux/usb/renesas_usbhs.h | 2 +-
4481 include/linux/vermagic.h | 21 +-
4482 include/linux/vga_switcheroo.h | 8 +-
4483 include/linux/vmalloc.h | 7 +-
4484 include/linux/vmstat.h | 40 +-
4485 include/linux/writeback.h | 3 +-
4486 include/linux/xattr.h | 5 +-
4487 include/linux/zlib.h | 3 +-
4488 include/media/v4l2-dev.h | 2 +-
4489 include/media/v4l2-device.h | 2 +-
4490 include/net/9p/transport.h | 2 +-
4491 include/net/bluetooth/l2cap.h | 2 +-
4492 include/net/bonding.h | 2 +-
4493 include/net/caif/cfctrl.h | 6 +-
4494 include/net/cfg80211-wext.h | 20 +-
4495 include/net/cfg802154.h | 2 +-
4496 include/net/fib_rules.h | 6 +-
4497 include/net/flow.h | 2 +-
4498 include/net/genetlink.h | 2 +-
4499 include/net/gro_cells.h | 2 +-
4500 include/net/inet_connection_sock.h | 2 +-
4501 include/net/inet_sock.h | 2 +-
4502 include/net/inetpeer.h | 2 +-
4503 include/net/ip6_fib.h | 4 -
4504 include/net/ip_fib.h | 2 +-
4505 include/net/ip_vs.h | 8 +-
4506 include/net/ipv6.h | 2 +-
4507 include/net/irda/ircomm_tty.h | 1 +
4508 include/net/irda/irias_object.h | 2 +-
4509 include/net/irda/irlmp.h | 1 +
4510 include/net/irda/irlmp_event.h | 6 +-
4511 include/net/irda/timer.h | 6 +-
4512 include/net/iucv/af_iucv.h | 2 +-
4513 include/net/llc_c_ac.h | 2 +-
4514 include/net/llc_c_ev.h | 4 +-
4515 include/net/llc_c_st.h | 2 +-
4516 include/net/llc_s_ac.h | 2 +-
4517 include/net/llc_s_st.h | 2 +-
4518 include/net/mac80211.h | 6 +-
4519 include/net/neighbour.h | 4 +-
4520 include/net/net_namespace.h | 18 +-
4521 include/net/netfilter/nf_conntrack.h | 2 +-
4522 include/net/netlabel.h | 1 +
4523 include/net/netlink.h | 2 +-
4524 include/net/netns/conntrack.h | 6 +-
4525 include/net/netns/ipv4.h | 4 +-
4526 include/net/netns/ipv6.h | 4 +-
4527 include/net/netns/xfrm.h | 2 +-
4528 include/net/ping.h | 2 +-
4529 include/net/protocol.h | 4 +-
4530 include/net/rtnetlink.h | 2 +-
4531 include/net/sctp/checksum.h | 4 +-
4532 include/net/sctp/sm.h | 4 +-
4533 include/net/sctp/structs.h | 2 +-
4534 include/net/snmp.h | 10 +-
4535 include/net/sock.h | 14 +-
4536 include/net/tcp.h | 10 +-
4537 include/net/xfrm.h | 15 +-
4538 include/rdma/ib_cm.h | 8 +-
4539 include/rdma/ib_verbs.h | 2 +-
4540 include/scsi/libfc.h | 3 +-
4541 include/scsi/scsi_device.h | 6 +-
4542 include/scsi/scsi_driver.h | 2 +-
4543 include/scsi/scsi_transport_fc.h | 3 +-
4544 include/scsi/sg.h | 2 +-
4545 include/sound/compress_driver.h | 2 +-
4546 include/sound/control.h | 4 +-
4547 include/sound/pcm.h | 2 +-
4548 include/sound/rawmidi.h | 3 +-
4549 include/sound/seq_kernel.h | 2 +-
4550 include/sound/soc.h | 4 +-
4551 include/trace/events/irq.h | 4 +-
4552 include/trace/events/mmflags.h | 7 +
4553 include/uapi/linux/a.out.h | 8 +
4554 include/uapi/linux/bcache.h | 5 +-
4555 include/uapi/linux/byteorder/little_endian.h | 28 +-
4556 include/uapi/linux/connector.h | 2 +-
4557 include/uapi/linux/elf.h | 28 +
4558 include/uapi/linux/personality.h | 1 +
4559 include/uapi/linux/screen_info.h | 2 +-
4560 include/uapi/linux/swab.h | 6 +-
4561 include/uapi/linux/xattr.h | 5 +
4562 include/video/udlfb.h | 8 +-
4563 include/video/uvesafb.h | 1 +
4564 init/Kconfig | 7 +-
4565 init/do_mounts.c | 16 +-
4566 init/do_mounts.h | 8 +-
4567 init/do_mounts_initrd.c | 30 +-
4568 init/do_mounts_md.c | 6 +-
4569 init/init_task.c | 4 +
4570 init/initramfs.c | 38 +-
4571 init/main.c | 41 +-
4572 ipc/compat.c | 4 +-
4573 ipc/ipc_sysctl.c | 14 +-
4574 ipc/mq_sysctl.c | 4 +-
4575 ipc/sem.c | 4 +-
4576 ipc/shm.c | 8 +-
4577 kernel/audit.c | 10 +-
4578 kernel/auditsc.c | 4 +-
4579 kernel/bpf/core.c | 28 +-
4580 kernel/capability.c | 3 +
4581 kernel/cgroup.c | 29 +-
4582 kernel/cgroup_pids.c | 8 +-
4583 kernel/compat.c | 38 +-
4584 kernel/debug/debug_core.c | 16 +-
4585 kernel/debug/kdb/kdb_main.c | 4 +-
4586 kernel/events/callchain.c | 2 +-
4587 kernel/events/core.c | 36 +-
4588 kernel/events/internal.h | 10 +-
4589 kernel/events/uprobes.c | 2 +-
4590 kernel/exit.c | 45 +-
4591 kernel/extable.c | 17 +-
4592 kernel/fork.c | 187 +-
4593 kernel/futex.c | 9 +
4594 kernel/futex_compat.c | 2 +-
4595 kernel/irq/manage.c | 2 +-
4596 kernel/irq/msi.c | 19 +-
4597 kernel/irq/spurious.c | 2 +-
4598 kernel/jump_label.c | 5 +
4599 kernel/kallsyms.c | 40 +-
4600 kernel/kexec.c | 3 +-
4601 kernel/kmod.c | 8 +-
4602 kernel/kprobes.c | 4 +-
4603 kernel/ksysfs.c | 2 +-
4604 kernel/locking/lockdep.c | 7 +-
4605 kernel/module.c | 430 +-
4606 kernel/notifier.c | 17 +-
4607 kernel/padata.c | 4 +-
4608 kernel/panic.c | 11 +-
4609 kernel/pid.c | 8 +-
4610 kernel/pid_namespace.c | 2 +-
4611 kernel/power/hibernate.c | 21 +-
4612 kernel/power/power.h | 2 +
4613 kernel/power/process.c | 12 +-
4614 kernel/power/snapshot.c | 22 +
4615 kernel/profile.c | 14 +-
4616 kernel/ptrace.c | 8 +-
4617 kernel/rcu/rcutorture.c | 60 +-
4618 kernel/rcu/tiny.c | 4 +-
4619 kernel/rcu/tree.c | 36 +-
4620 kernel/rcu/tree.h | 14 +-
4621 kernel/rcu/tree_exp.h | 6 +-
4622 kernel/rcu/tree_plugin.h | 18 +-
4623 kernel/rcu/tree_trace.c | 12 +-
4624 kernel/resource.c | 4 +-
4625 kernel/sched/auto_group.c | 4 +-
4626 kernel/sched/core.c | 8 +-
4627 kernel/sched/deadline.c | 4 +-
4628 kernel/sched/debug.c | 45 +-
4629 kernel/sched/fair.c | 2 +-
4630 kernel/sched/rt.c | 4 +-
4631 kernel/sched/sched.h | 13 +-
4632 kernel/signal.c | 28 +-
4633 kernel/smp.c | 2 +-
4634 kernel/smpboot.c | 7 +-
4635 kernel/softirq.c | 12 +-
4636 kernel/stop_machine.c | 2 +-
4637 kernel/sys.c | 10 +-
4638 kernel/sys_ni.c | 4 +-
4639 kernel/sysctl.c | 34 +-
4640 kernel/time/alarmtimer.c | 4 +-
4641 kernel/time/posix-clock.c | 8 +-
4642 kernel/time/posix-cpu-timers.c | 4 +-
4643 kernel/time/posix-timers.c | 36 +-
4644 kernel/time/timer.c | 2 +-
4645 kernel/time/timer_stats.c | 10 +-
4646 kernel/trace/blktrace.c | 6 +-
4647 kernel/trace/ftrace.c | 33 +-
4648 kernel/trace/ring_buffer.c | 96 +-
4649 kernel/trace/trace.c | 2 +-
4650 kernel/trace/trace.h | 2 +-
4651 kernel/trace/trace_clock.c | 4 +-
4652 kernel/trace/trace_events.c | 1 -
4653 kernel/trace/trace_events_hist.c | 4 +-
4654 kernel/trace/trace_functions_graph.c | 4 +-
4655 kernel/trace/trace_mmiotrace.c | 8 +-
4656 kernel/trace/trace_output.c | 10 +-
4657 kernel/trace/trace_seq.c | 2 +-
4658 kernel/trace/trace_stack.c | 2 +-
4659 kernel/trace/tracing_map.c | 48 +-
4660 kernel/trace/tracing_map.h | 6 +-
4661 kernel/user.c | 2 +-
4662 kernel/user_namespace.c | 2 +-
4663 kernel/utsname_sysctl.c | 2 +-
4664 kernel/watchdog.c | 2 +-
4665 kernel/workqueue.c | 8 +-
4666 lib/842/842_compress.c | 10 +-
4667 lib/842/842_debugfs.h | 12 +-
4668 lib/842/842_decompress.c | 10 +-
4669 lib/Kconfig.debug | 6 +-
4670 lib/Makefile | 2 +-
4671 lib/bitmap.c | 8 +-
4672 lib/bug.c | 2 +
4673 lib/debugobjects.c | 2 +-
4674 lib/decompress_bunzip2.c | 3 +-
4675 lib/decompress_unlzma.c | 4 +-
4676 lib/div64.c | 4 +-
4677 lib/dma-debug.c | 4 +-
4678 lib/inflate.c | 2 +-
4679 lib/ioremap.c | 4 +-
4680 lib/irq_poll.c | 2 +-
4681 lib/kobject.c | 4 +-
4682 lib/list_debug.c | 126 +-
4683 lib/llist.c | 17 +
4684 lib/lockref.c | 44 +-
4685 lib/percpu-refcount.c | 2 +-
4686 lib/radix-tree.c | 2 +-
4687 lib/random32.c | 2 +-
4688 lib/rhashtable.c | 4 +-
4689 lib/seq_buf.c | 4 +-
4690 lib/show_mem.c | 2 +-
4691 lib/strncpy_from_user.c | 2 +-
4692 lib/strnlen_user.c | 2 +-
4693 lib/vsprintf.c | 18 +-
4694 mm/Kconfig | 6 +-
4695 mm/Kconfig.debug | 2 -
4696 mm/backing-dev.c | 4 +-
4697 mm/fadvise.c | 2 +-
4698 mm/filemap.c | 8 +-
4699 mm/gup.c | 13 +-
4700 mm/highmem.c | 6 +-
4701 mm/hugetlb.c | 137 +-
4702 mm/hugetlb_cgroup.c | 60 +-
4703 mm/internal.h | 3 +-
4704 mm/maccess.c | 12 +-
4705 mm/madvise.c | 37 +
4706 mm/memcontrol.c | 6 +-
4707 mm/memory-failure.c | 6 +-
4708 mm/memory.c | 399 +-
4709 mm/mempolicy.c | 25 +
4710 mm/mlock.c | 18 +-
4711 mm/mm_init.c | 2 +-
4712 mm/mmap.c | 552 +-
4713 mm/mprotect.c | 137 +-
4714 mm/mremap.c | 39 +-
4715 mm/nommu.c | 21 +-
4716 mm/page-writeback.c | 2 +-
4717 mm/page_alloc.c | 53 +-
4718 mm/percpu.c | 2 +-
4719 mm/process_vm_access.c | 14 +-
4720 mm/readahead.c | 2 +-
4721 mm/rmap.c | 43 +-
4722 mm/shmem.c | 36 +-
4723 mm/slab.c | 100 +-
4724 mm/slab.h | 43 +-
4725 mm/slab_common.c | 143 +-
4726 mm/slob.c | 239 +-
4727 mm/slub.c | 103 +-
4728 mm/sparse-vmemmap.c | 4 +-
4729 mm/sparse.c | 2 +-
4730 mm/swap.c | 7 +
4731 mm/swapfile.c | 12 +-
4732 mm/usercopy.c | 63 +-
4733 mm/util.c | 7 +
4734 mm/vmalloc.c | 116 +-
4735 mm/vmstat.c | 24 +-
4736 net/8021q/vlan.c | 5 +-
4737 net/8021q/vlan_netlink.c | 2 +-
4738 net/9p/mod.c | 4 +-
4739 net/9p/trans_fd.c | 2 +-
4740 net/atm/atm_misc.c | 8 +-
4741 net/atm/lec.h | 2 +-
4742 net/atm/proc.c | 6 +-
4743 net/atm/resources.c | 4 +-
4744 net/ax25/sysctl_net_ax25.c | 2 +-
4745 net/batman-adv/bat_iv_ogm.c | 8 +-
4746 net/batman-adv/fragmentation.c | 2 +-
4747 net/batman-adv/routing.c | 4 +-
4748 net/batman-adv/soft-interface.c | 12 +-
4749 net/batman-adv/sysfs.c | 48 +-
4750 net/batman-adv/sysfs.h | 4 +-
4751 net/batman-adv/translation-table.c | 14 +-
4752 net/batman-adv/types.h | 8 +-
4753 net/bluetooth/hci_sock.c | 2 +-
4754 net/bluetooth/l2cap_core.c | 6 +-
4755 net/bluetooth/l2cap_sock.c | 12 +-
4756 net/bluetooth/rfcomm/sock.c | 4 +-
4757 net/bluetooth/rfcomm/tty.c | 4 +-
4758 net/bridge/br_netfilter_hooks.c | 4 +-
4759 net/bridge/br_netlink.c | 2 +-
4760 net/bridge/netfilter/ebtables.c | 6 +-
4761 net/caif/cfctrl.c | 11 +-
4762 net/caif/chnl_net.c | 4 +-
4763 net/can/af_can.c | 2 +-
4764 net/can/gw.c | 6 +-
4765 net/ceph/ceph_common.c | 2 +-
4766 net/ceph/messenger.c | 4 +-
4767 net/compat.c | 26 +-
4768 net/core/datagram.c | 2 +-
4769 net/core/dev.c | 26 +-
4770 net/core/filter.c | 2 +-
4771 net/core/flow.c | 8 +-
4772 net/core/neighbour.c | 18 +-
4773 net/core/net-procfs.c | 4 +-
4774 net/core/net-sysfs.c | 2 +-
4775 net/core/net_namespace.c | 10 +-
4776 net/core/netpoll.c | 4 +-
4777 net/core/rtnetlink.c | 17 +-
4778 net/core/scm.c | 12 +-
4779 net/core/skbuff.c | 11 +-
4780 net/core/sock.c | 32 +-
4781 net/core/sock_diag.c | 17 +-
4782 net/core/sysctl_net_core.c | 22 +-
4783 net/decnet/af_decnet.c | 28 +-
4784 net/decnet/sysctl_net_decnet.c | 4 +-
4785 net/dsa/dsa.c | 4 +-
4786 net/dsa/dsa_priv.h | 2 +-
4787 net/dsa/slave.c | 2 +-
4788 net/hsr/hsr_device.c | 2 +-
4789 net/hsr/hsr_netlink.c | 2 +-
4790 net/ieee802154/6lowpan/core.c | 2 +-
4791 net/ieee802154/6lowpan/reassembly.c | 14 +-
4792 net/ieee802154/core.c | 6 +-
4793 net/ipv4/af_inet.c | 6 +-
4794 net/ipv4/arp.c | 2 +-
4795 net/ipv4/devinet.c | 20 +-
4796 net/ipv4/fib_frontend.c | 6 +-
4797 net/ipv4/fib_semantics.c | 2 +-
4798 net/ipv4/icmp.c | 2 +-
4799 net/ipv4/inet_connection_sock.c | 4 +-
4800 net/ipv4/inet_diag.c | 4 +-
4801 net/ipv4/inet_timewait_sock.c | 2 +-
4802 net/ipv4/inetpeer.c | 2 +-
4803 net/ipv4/ip_fragment.c | 17 +-
4804 net/ipv4/ip_gre.c | 6 +-
4805 net/ipv4/ip_sockglue.c | 5 +-
4806 net/ipv4/ip_vti.c | 6 +-
4807 net/ipv4/ipconfig.c | 6 +-
4808 net/ipv4/ipip.c | 4 +-
4809 net/ipv4/netfilter/arp_tables.c | 10 +-
4810 net/ipv4/netfilter/ip_tables.c | 10 +-
4811 net/ipv4/ping.c | 14 +-
4812 net/ipv4/proc.c | 10 +-
4813 net/ipv4/raw.c | 16 +-
4814 net/ipv4/route.c | 36 +-
4815 net/ipv4/sysctl_net_ipv4.c | 24 +-
4816 net/ipv4/tcp_input.c | 6 +-
4817 net/ipv4/tcp_ipv4.c | 2 +-
4818 net/ipv4/tcp_metrics.c | 2 +-
4819 net/ipv4/tcp_probe.c | 2 +-
4820 net/ipv4/udp.c | 10 +-
4821 net/ipv4/xfrm4_mode_beet.c | 2 +-
4822 net/ipv4/xfrm4_mode_transport.c | 2 +-
4823 net/ipv4/xfrm4_policy.c | 19 +-
4824 net/ipv4/xfrm4_state.c | 4 +-
4825 net/ipv6/addrconf.c | 26 +-
4826 net/ipv6/af_inet6.c | 2 +-
4827 net/ipv6/datagram.c | 2 +-
4828 net/ipv6/icmp.c | 2 +-
4829 net/ipv6/inet6_hashtables.c | 2 +-
4830 net/ipv6/ip6_fib.c | 4 +-
4831 net/ipv6/ip6_gre.c | 10 +-
4832 net/ipv6/ip6_tunnel.c | 4 +-
4833 net/ipv6/ip6_vti.c | 4 +-
4834 net/ipv6/ipv6_sockglue.c | 2 +-
4835 net/ipv6/ndisc.c | 2 +-
4836 net/ipv6/netfilter/ip6_tables.c | 10 +-
4837 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
4838 net/ipv6/ping.c | 33 +-
4839 net/ipv6/proc.c | 10 +-
4840 net/ipv6/raw.c | 17 +-
4841 net/ipv6/reassembly.c | 13 +-
4842 net/ipv6/route.c | 2 +-
4843 net/ipv6/sit.c | 4 +-
4844 net/ipv6/sysctl_net_ipv6.c | 2 +-
4845 net/ipv6/udp.c | 6 +-
4846 net/ipv6/xfrm6_mode_beet.c | 2 +-
4847 net/ipv6/xfrm6_mode_transport.c | 2 +-
4848 net/ipv6/xfrm6_policy.c | 17 +-
4849 net/irda/discovery.c | 2 +-
4850 net/irda/ircomm/ircomm_core.c | 13 +-
4851 net/irda/ircomm/ircomm_tty.c | 24 +-
4852 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
4853 net/irda/irda_device.c | 14 +-
4854 net/irda/iriap.c | 14 +-
4855 net/irda/irias_object.c | 10 +-
4856 net/irda/irlan/irlan_client.c | 2 +-
4857 net/irda/irlap.c | 15 +-
4858 net/irda/irlap_event.c | 2 +-
4859 net/irda/irlmp.c | 21 +-
4860 net/irda/irlmp_event.c | 6 +-
4861 net/irda/irnet/irnet.h | 2 +-
4862 net/irda/irnet/irnet_irda.c | 6 +-
4863 net/irda/irttp.c | 8 +-
4864 net/irda/timer.c | 24 +-
4865 net/iucv/af_iucv.c | 11 +-
4866 net/iucv/iucv.c | 2 +-
4867 net/key/af_key.c | 4 +-
4868 net/l2tp/l2tp_eth.c | 40 +-
4869 net/l2tp/l2tp_ip.c | 2 +-
4870 net/l2tp/l2tp_ip6.c | 2 +-
4871 net/mac80211/cfg.c | 12 +-
4872 net/mac80211/debugfs.c | 2 +-
4873 net/mac80211/debugfs_key.c | 6 +-
4874 net/mac80211/ieee80211_i.h | 3 +-
4875 net/mac80211/iface.c | 20 +-
4876 net/mac80211/main.c | 2 +-
4877 net/mac80211/pm.c | 4 +-
4878 net/mac80211/rate.c | 2 +-
4879 net/mac80211/sta_info.c | 2 +-
4880 net/mac80211/tx.c | 2 +-
4881 net/mac80211/util.c | 8 +-
4882 net/mac80211/wpa.c | 12 +-
4883 net/mac802154/iface.c | 6 +-
4884 net/mpls/af_mpls.c | 10 +-
4885 net/netfilter/ipset/ip_set_core.c | 7 +-
4886 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
4887 net/netfilter/ipvs/ip_vs_core.c | 8 +-
4888 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
4889 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
4890 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
4891 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
4892 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
4893 net/netfilter/nf_conntrack_acct.c | 2 +-
4894 net/netfilter/nf_conntrack_core.c | 2 +-
4895 net/netfilter/nf_conntrack_ecache.c | 2 +-
4896 net/netfilter/nf_conntrack_helper.c | 2 +-
4897 net/netfilter/nf_conntrack_netlink.c | 22 +-
4898 net/netfilter/nf_conntrack_proto.c | 2 +-
4899 net/netfilter/nf_conntrack_standalone.c | 2 +-
4900 net/netfilter/nf_conntrack_timestamp.c | 2 +-
4901 net/netfilter/nf_log.c | 12 +-
4902 net/netfilter/nf_nat_ftp.c | 2 +-
4903 net/netfilter/nf_nat_irc.c | 2 +-
4904 net/netfilter/nf_sockopt.c | 4 +-
4905 net/netfilter/nf_tables_api.c | 17 +-
4906 net/netfilter/nfnetlink_acct.c | 33 +-
4907 net/netfilter/nfnetlink_cthelper.c | 2 +-
4908 net/netfilter/nfnetlink_cttimeout.c | 2 +-
4909 net/netfilter/nfnetlink_log.c | 4 +-
4910 net/netfilter/nft_compat.c | 9 +-
4911 net/netfilter/xt_IDLETIMER.c | 12 +-
4912 net/netfilter/xt_statistic.c | 8 +-
4913 net/netlink/af_netlink.c | 21 +-
4914 net/netlink/diag.c | 2 +-
4915 net/netlink/genetlink.c | 14 +-
4916 net/openvswitch/vport-geneve.c | 7 +-
4917 net/openvswitch/vport-gre.c | 7 +-
4918 net/openvswitch/vport-internal_dev.c | 4 +-
4919 net/openvswitch/vport-netdev.c | 7 +-
4920 net/openvswitch/vport-vxlan.c | 7 +-
4921 net/packet/af_packet.c | 26 +-
4922 net/packet/diag.c | 2 +-
4923 net/packet/internal.h | 6 +-
4924 net/phonet/pep.c | 6 +-
4925 net/phonet/socket.c | 2 +-
4926 net/phonet/sysctl.c | 2 +-
4927 net/rds/cong.c | 6 +-
4928 net/rds/ib.h | 2 +-
4929 net/rds/ib_cm.c | 2 +-
4930 net/rds/ib_recv.c | 4 +-
4931 net/rds/rds.h | 2 +-
4932 net/rds/tcp.c | 6 +-
4933 net/rds/tcp.h | 6 +-
4934 net/rds/tcp_send.c | 2 +-
4935 net/rxrpc/af_rxrpc.c | 2 +-
4936 net/rxrpc/ar-internal.h | 10 +-
4937 net/rxrpc/call_event.c | 14 +-
4938 net/rxrpc/call_object.c | 2 +-
4939 net/rxrpc/conn_event.c | 2 +-
4940 net/rxrpc/conn_object.c | 2 +-
4941 net/rxrpc/input.c | 4 +-
4942 net/rxrpc/local_object.c | 2 +-
4943 net/rxrpc/output.c | 4 +-
4944 net/rxrpc/peer_object.c | 2 +-
4945 net/rxrpc/proc.c | 4 +-
4946 net/rxrpc/rxkad.c | 4 +-
4947 net/sched/sch_generic.c | 4 +-
4948 net/sched/sch_tbf.c | 9 +-
4949 net/sctp/ipv6.c | 4 +-
4950 net/sctp/protocol.c | 8 +-
4951 net/sctp/sctp_diag.c | 2 +-
4952 net/sctp/sm_sideeffect.c | 4 +-
4953 net/sctp/socket.c | 21 +-
4954 net/sctp/sysctl.c | 10 +-
4955 net/socket.c | 18 +-
4956 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
4957 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
4958 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
4959 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
4960 net/sunrpc/clnt.c | 4 +-
4961 net/sunrpc/rpcb_clnt.c | 66 +-
4962 net/sunrpc/sched.c | 4 +-
4963 net/sunrpc/svc.c | 8 +-
4964 net/sunrpc/svcauth_unix.c | 2 +-
4965 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
4966 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
4967 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
4968 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
4969 net/tipc/netlink_compat.c | 12 +-
4970 net/tipc/subscr.c | 2 +-
4971 net/unix/diag.c | 2 +-
4972 net/unix/sysctl_net_unix.c | 2 +-
4973 net/wireless/scan.c | 3 +-
4974 net/wireless/wext-compat.c | 141 +-
4975 net/wireless/wext-compat.h | 8 +-
4976 net/wireless/wext-core.c | 19 +-
4977 net/wireless/wext-sme.c | 5 +-
4978 net/xfrm/xfrm_policy.c | 18 +-
4979 net/xfrm/xfrm_state.c | 37 +-
4980 net/xfrm/xfrm_sysctl.c | 2 +-
4981 net/xfrm/xfrm_user.c | 2 +-
4982 scripts/Kbuild.include | 2 +-
4983 scripts/Makefile.extrawarn | 4 +
4984 scripts/Makefile.gcc-plugins | 74 +-
4985 scripts/basic/fixdep.c | 10 +-
4986 scripts/dtc/checks.c | 14 +-
4987 scripts/dtc/data.c | 6 +-
4988 scripts/dtc/flattree.c | 8 +-
4989 scripts/dtc/livetree.c | 4 +-
4990 scripts/gcc-plugins/Makefile | 13 +-
4991 scripts/gcc-plugins/checker_plugin.c | 496 +
4992 scripts/gcc-plugins/colorize_plugin.c | 162 +
4993 scripts/gcc-plugins/constify_plugin.c | 582 +
4994 scripts/gcc-plugins/cyc_complexity_plugin.c | 4 +-
4995 scripts/gcc-plugins/gcc-common.h | 64 +
4996 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 2 +-
4997 scripts/gcc-plugins/initify_plugin.c | 1804 +++
4998 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
4999 scripts/gcc-plugins/kernexec_plugin.c | 407 +
5000 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
5001 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
5002 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
5003 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
5004 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
5005 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 515 +
5006 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
5007 scripts/gcc-plugins/sancov_plugin.c | 4 +-
5008 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
5009 scripts/gcc-plugins/size_overflow_plugin/Makefile | 22 +
5010 .../gcc-plugins/size_overflow_plugin/disable.data | 12468 ++++++++++++++
5011 .../gcc-plugins/size_overflow_plugin/e_aux.data | 97 +
5012 .../gcc-plugins/size_overflow_plugin/e_fields.data | 16090 +++++++++++++++++++
5013 .../gcc-plugins/size_overflow_plugin/e_fns.data | 5306 ++++++
5014 .../gcc-plugins/size_overflow_plugin/e_fptrs.data | 70 +
5015 .../gcc-plugins/size_overflow_plugin/e_vars.data | 158 +
5016 .../generate_size_overflow_hash.sh | 103 +
5017 .../insert_size_overflow_asm.c | 374 +
5018 .../size_overflow_plugin/intentional_overflow.c | 1171 ++
5019 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
5020 .../size_overflow_plugin/size_overflow.h | 345 +
5021 .../size_overflow_plugin/size_overflow_debug.c | 201 +
5022 .../size_overflow_plugin/size_overflow_ipa.c | 1286 ++
5023 .../size_overflow_plugin/size_overflow_misc.c | 505 +
5024 .../size_overflow_plugin/size_overflow_plugin.c | 313 +
5025 .../size_overflow_plugin_hash.c | 469 +
5026 .../size_overflow_plugin/size_overflow_transform.c | 772 +
5027 .../size_overflow_transform_core.c | 1025 ++
5028 scripts/gcc-plugins/stackleak_plugin.c | 350 +
5029 scripts/gcc-plugins/structleak_plugin.c | 239 +
5030 scripts/headers_install.sh | 1 +
5031 scripts/kallsyms.c | 4 +-
5032 scripts/kconfig/lkc.h | 5 +-
5033 scripts/kconfig/menu.c | 2 +-
5034 scripts/kconfig/symbol.c | 6 +-
5035 scripts/link-vmlinux.sh | 2 +-
5036 scripts/mod/file2alias.c | 14 +-
5037 scripts/mod/modpost.c | 40 +-
5038 scripts/mod/modpost.h | 6 +-
5039 scripts/mod/sumversion.c | 2 +-
5040 scripts/module-common.lds | 4 +
5041 scripts/pnmtologo.c | 6 +-
5042 scripts/sortextable.h | 6 +-
5043 scripts/tags.sh | 2 +-
5044 security/Kconfig | 797 +-
5045 security/apparmor/include/policy.h | 2 +-
5046 security/apparmor/lsm.c | 16 +-
5047 security/apparmor/policy.c | 4 +-
5048 security/integrity/ima/ima.h | 4 +-
5049 security/integrity/ima/ima_api.c | 2 +-
5050 security/integrity/ima/ima_fs.c | 4 +-
5051 security/integrity/ima/ima_queue.c | 2 +-
5052 security/integrity/integrity.h | 2 +-
5053 security/keys/internal.h | 8 +-
5054 security/keys/key.c | 18 +-
5055 security/keys/keyring.c | 4 -
5056 security/min_addr.c | 2 +
5057 security/selinux/avc.c | 6 +-
5058 security/selinux/include/xfrm.h | 2 +-
5059 security/yama/yama_lsm.c | 2 +-
5060 sound/aoa/codecs/onyx.c | 7 +-
5061 sound/aoa/codecs/onyx.h | 1 +
5062 sound/core/oss/pcm_oss.c | 18 +-
5063 sound/core/pcm_compat.c | 2 +-
5064 sound/core/pcm_lib.c | 3 +-
5065 sound/core/pcm_native.c | 4 +-
5066 sound/core/rawmidi.c | 5 +-
5067 sound/core/seq/oss/seq_oss_synth.c | 4 +-
5068 sound/core/seq/seq_clientmgr.c | 10 +-
5069 sound/core/seq/seq_compat.c | 2 +-
5070 sound/core/seq/seq_fifo.c | 6 +-
5071 sound/core/seq/seq_fifo.h | 2 +-
5072 sound/core/seq/seq_memory.c | 18 +-
5073 sound/core/seq/seq_midi.c | 5 +-
5074 sound/core/seq/seq_virmidi.c | 2 +-
5075 sound/core/sound.c | 2 +-
5076 sound/drivers/mts64.c | 14 +-
5077 sound/drivers/opl4/opl4_lib.c | 2 +-
5078 sound/drivers/portman2x4.c | 3 +-
5079 sound/firewire/amdtp-am824.c | 2 +-
5080 sound/firewire/amdtp-stream.c | 4 +-
5081 sound/firewire/amdtp-stream.h | 2 +-
5082 sound/firewire/digi00x/amdtp-dot.c | 2 +-
5083 sound/firewire/isight.c | 10 +-
5084 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
5085 sound/oss/sb_audio.c | 2 +-
5086 sound/oss/swarm_cs4297a.c | 6 +-
5087 sound/pci/als300.c | 2 +-
5088 sound/pci/aw2/aw2-alsa.c | 2 -
5089 sound/pci/aw2/aw2-saa7146.c | 4 +-
5090 sound/pci/ctxfi/ctamixer.c | 14 +-
5091 sound/pci/ctxfi/ctamixer.h | 8 +-
5092 sound/pci/ctxfi/ctatc.c | 20 +-
5093 sound/pci/ctxfi/ctdaio.c | 6 +-
5094 sound/pci/ctxfi/ctdaio.h | 4 +-
5095 sound/pci/ctxfi/ctsrc.c | 13 +-
5096 sound/pci/ctxfi/ctsrc.h | 8 +-
5097 sound/pci/hda/hda_codec.c | 2 +-
5098 sound/pci/ymfpci/ymfpci.h | 2 +-
5099 sound/pci/ymfpci/ymfpci_main.c | 12 +-
5100 sound/soc/codecs/arizona.c | 4 +-
5101 sound/soc/codecs/cx20442.c | 8 +-
5102 sound/soc/codecs/sti-sas.c | 10 +-
5103 sound/soc/codecs/tlv320dac33.c | 7 +-
5104 sound/soc/codecs/uda1380.c | 7 +-
5105 sound/soc/intel/skylake/skl-sst-dsp.h | 2 +-
5106 sound/soc/soc-ac97.c | 6 +-
5107 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
5108 tools/include/asm/alternative-asm.h | 3 +
5109 tools/include/linux/compiler.h | 8 +
5110 tools/virtio/linux/uaccess.h | 2 +-
5111 virt/kvm/kvm_main.c | 44 +-
5112 2869 files changed, 78392 insertions(+), 15220 deletions(-)
5113commit 36505bce59196272b6401c7dcad0812d9dc8f7f5
5114Merge: d0ed58f 6129d6c
5115Author: Brad Spengler <spender@grsecurity.net>
5116Date: Tue Nov 1 19:01:50 2016 -0400
5117
5118 Merge branch 'pax-test' into grsec-test
5119
5120commit 6129d6c8ea454dd71d6f6d067af5f31f774818a9
5121Author: Brad Spengler <spender@grsecurity.net>
5122Date: Tue Nov 1 19:01:18 2016 -0400
5123
5124 Update to pax-linux-4.7.10-test10.patch:
5125 - fixed a compile error when both REFCOUNT and TRACING were enabled
5126 - removed a few superfluous fptr casts from the prism driver
5127
5128 arch/arm/include/asm/atomic.h | 2 +-
5129 arch/x86/include/asm/traps.h | 1 +
5130 arch/x86/include/asm/uaccess.h | 4 +-
5131 .../net/wireless/intersil/hostap/hostap_ioctl.c | 116 ++++++++++-----------
5132 4 files changed, 62 insertions(+), 61 deletions(-)
5133
5134commit d0ed58f929555736ff281f7a79a9667de4c857c6
5135Author: Brad Spengler <spender@grsecurity.net>
5136Date: Wed Oct 26 19:19:08 2016 -0400
5137
5138 Update size_overflow hash tables
5139
5140 .../gcc-plugins/size_overflow_plugin/e_fields.data | 80 +++++++++--
5141 .../gcc-plugins/size_overflow_plugin/e_fns.data | 159 ++++++++++++++++++++-
5142 .../gcc-plugins/size_overflow_plugin/e_vars.data | 15 ++
5143 3 files changed, 239 insertions(+), 15 deletions(-)
5144
5145commit 6a222637c05d26ac8f80a3912856247cff545b12
5146Merge: d07e77f ac51587
5147Author: Brad Spengler <spender@grsecurity.net>
5148Date: Wed Oct 26 18:51:31 2016 -0400
5149
5150 Merge branch 'pax-test' into grsec-test
5151
5152commit ac5158781612eb239cff9767d116971e9b731a00
5153Author: Brad Spengler <spender@grsecurity.net>
5154Date: Wed Oct 26 18:50:46 2016 -0400
5155
5156 Update to pax-linux-4.7.10-test9.patch:
5157 - 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)
5158 - Emese updated the size overflow plugin
5159 - Emese updated the hash tables from logs submitted by Shawn <citypw@gmail.com>
5160 - fixed mm counter accounting in the vma mirroring code
5161 - simplified some kernel page table allocation code
5162 - simplified SMAP/UDEREF accessors
5163
5164 arch/x86/include/asm/asm.h | 24 -
5165 arch/x86/include/asm/fpu/internal.h | 21 +-
5166 arch/x86/include/asm/futex.h | 14 +-
5167 arch/x86/include/asm/pgtable_types.h | 9 +-
5168 arch/x86/include/asm/smap.h | 3 +
5169 arch/x86/include/asm/uaccess.h | 36 +-
5170 arch/x86/include/asm/uaccess_64.h | 2 -
5171 arch/x86/kernel/alternative.c | 5 +-
5172 arch/x86/lib/copy_user_64.S | 64 +-
5173 arch/x86/lib/csum-wrappers_64.c | 12 +-
5174 arch/x86/lib/getuser.S | 37 +-
5175 arch/x86/lib/putuser.S | 14 +-
5176 arch/x86/lib/usercopy_64.c | 9 +-
5177 drivers/base/regmap/regmap-debugfs.c | 4 +-
5178 mm/memory.c | 106 +-
5179 net/ipv6/reassembly.c | 4 +-
5180 scripts/Makefile.host | 22 +-
5181 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 2 +
5182 .../gcc-plugins/size_overflow_plugin/disable.data | 1 -
5183 .../gcc-plugins/size_overflow_plugin/e_fields.data | 37890 ++++++++++---------
5184 .../gcc-plugins/size_overflow_plugin/e_fns.data | 7930 ++--
5185 .../gcc-plugins/size_overflow_plugin/e_fptrs.data | 112 +-
5186 .../gcc-plugins/size_overflow_plugin/e_vars.data | 248 +-
5187 .../insert_size_overflow_asm.c | 13 +-
5188 .../size_overflow_plugin/intentional_overflow.c | 11 +-
5189 .../size_overflow_plugin/size_overflow.h | 12 +-
5190 .../size_overflow_plugin/size_overflow_debug.c | 9 +-
5191 .../size_overflow_plugin/size_overflow_ipa.c | 74 +-
5192 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
5193 .../size_overflow_plugin_hash.c | 209 +-
5194 .../size_overflow_plugin/size_overflow_transform.c | 19 +-
5195 31 files changed, 22699 insertions(+), 24219 deletions(-)
5196
5197commit d07e77f258d26721b33ae26dfa5fd8d408aabf57
5198Merge: 4630c95 7449af19
5199Author: Brad Spengler <spender@grsecurity.net>
5200Date: Sat Oct 22 18:32:55 2016 -0400
5201
5202 Merge branch 'pax-test' into grsec-test
5203
5204commit 7449af196b6733891d273f46559efdc168dec22a
5205Author: Brad Spengler <spender@grsecurity.net>
5206Date: Sat Oct 22 18:31:39 2016 -0400
5207
5208 Update to pax-linux-4.7.10-test8.patch:
5209 - Emese removed a potential false positive from the size overflow hash tables
5210 - 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)
5211 - fixed a few size overflow false positives related to dev_t, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4583)
5212
5213 drivers/acpi/bgrt.c | 30 +++++++++++-----------
5214 include/linux/kobject.h | 7 +++++
5215 scripts/gcc-plugins/size_overflow_plugin/Makefile | 2 +-
5216 .../gcc-plugins/size_overflow_plugin/disable.data | 8 +++++-
5217 .../gcc-plugins/size_overflow_plugin/e_fields.data | 10 ++------
5218 5 files changed, 32 insertions(+), 25 deletions(-)
5219
5220commit 4630c95d3d9c20cffe2ba65521217ad537567ac9
5221Author: Brad Spengler <spender@grsecurity.net>
5222Date: Sat Oct 22 09:19:43 2016 -0400
5223
5224 compile fix
5225
5226 fs/utimes.c | 1 +
5227 1 file changed, 1 insertion(+)
5228
5229commit ee9aeeeb02187281bcc233dd26f6ff4d6814d309
5230Merge: 7b8d5c5 309d942
5231Author: Brad Spengler <spender@grsecurity.net>
5232Date: Sat Oct 22 08:01:34 2016 -0400
5233
5234 Merge branch 'pax-test' into grsec-test
5235
5236commit 309d94235d552d65c253027528a9dd46962cf385
5237Merge: 013fc76 b3afc45
5238Author: Brad Spengler <spender@grsecurity.net>
5239Date: Sat Oct 22 07:53:44 2016 -0400
5240
5241 Merge branch 'linux-4.7.y' into pax-test
5242
5243commit 7b8d5c5a1477a2b62dc7ad1c28e864d7d250739c
5244Merge: ca352cc 013fc76
5245Author: Brad Spengler <spender@grsecurity.net>
5246Date: Thu Oct 20 07:49:24 2016 -0400
5247
5248 Merge branch 'pax-test' into grsec-test
5249
5250commit 013fc7689892902c41d38e31057e4a5686293e40
5251Merge: 25eaf06 452063d
5252Author: Brad Spengler <spender@grsecurity.net>
5253Date: Thu Oct 20 07:48:01 2016 -0400
5254
5255 Merge branch 'linux-4.7.y' into pax-test
5256
5257commit ca352cccec60c85fad6dedaf229d51eddfdfea58
5258Author: Brad Spengler <spender@grsecurity.net>
5259Date: Thu Oct 20 07:06:54 2016 -0400
5260
5261 compile fix as reported by David Sterba
5262
5263 include/linux/mm.h | 1 +
5264 1 file changed, 1 insertion(+)
5265
5266commit 82566bede4206afba0d8b11f58570d588d39586b
5267Author: Linus Torvalds <torvalds@linux-foundation.org>
5268Date: Thu Oct 13 13:07:36 2016 -0700
5269
5270 mm: remove gup_flags FOLL_WRITE games from __get_user_pages()
5271
5272 This is an ancient bug that was actually attempted to be fixed once
5273 (badly) by me eleven years ago in commit 4ceb5db9757a ("Fix
5274 get_user_pages() race for write access") but that was then undone due to
5275 problems on s390 by commit f33ea7f404e5 ("fix get_user_pages bug").
5276
5277 In the meantime, the s390 situation has long been fixed, and we can now
5278 fix it by checking the pte_dirty() bit properly (and do it better). The
5279 s390 dirty bit was implemented in abf09bed3cce ("s390/mm: implement
5280 software dirty bits") which made it into v3.9. Earlier kernels will
5281 have to look at the page state itself.
5282
5283 Also, the VM has become more scalable, and what used a purely
5284 theoretical race back then has become easier to trigger.
5285
5286 To fix it, we introduce a new internal FOLL_COW flag to mark the "yes,
5287 we already did a COW" rather than play racy games with FOLL_WRITE that
5288 is very fundamental, and then use the pte dirty flag to validate that
5289 the FOLL_COW flag is still valid.
5290
5291 Reported-and-tested-by: Phil "not Paul" Oester <kernel@linuxace.com>
5292 Acked-by: Hugh Dickins <hughd@google.com>
5293 Reviewed-by: Michal Hocko <mhocko@suse.com>
5294 Cc: Andy Lutomirski <luto@kernel.org>
5295 Cc: Kees Cook <keescook@chromium.org>
5296 Cc: Oleg Nesterov <oleg@redhat.com>
5297 Cc: Willy Tarreau <w@1wt.eu>
5298 Cc: Nick Piggin <npiggin@gmail.com>
5299 Cc: Greg Thelen <gthelen@google.com>
5300 Cc: stable@vger.kernel.org
5301 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
5302
5303 include/linux/mm.h | 2 +-
5304 mm/gup.c | 14 ++++++++++++--
5305 2 files changed, 13 insertions(+), 3 deletions(-)
5306
5307commit d291c94e650da2d8918620e6829e05218755f77b
5308Author: Brad Spengler <spender@grsecurity.net>
5309Date: Wed Oct 19 17:06:17 2016 -0400
5310
5311 resync with PaX
5312
5313 arch/arm/include/asm/atomic.h | 5 -----
5314 1 file changed, 5 deletions(-)
5315
5316commit 251313cb6e1d5b2ad84c62333ebafa278e861a68
5317Author: Brad Spengler <spender@grsecurity.net>
5318Date: Wed Oct 19 17:03:14 2016 -0400
5319
5320 Fix bad ARM REFCOUNT merge with PaX, reported by kdave on the forums:
5321 https://forums.grsecurity.net/viewtopic.php?f=3&t=4588
5322
5323 arch/arm/include/asm/atomic.h | 1 -
5324 1 file changed, 1 deletion(-)
5325
5326commit b64df18d4160c6d3cd470202bb8d58f38d9acb51
5327Author: Brad Spengler <spender@grsecurity.net>
5328Date: Mon Oct 17 07:47:53 2016 -0400
5329
5330 randomize layout of subprocess_info struct
5331
5332 include/linux/kmod.h | 2 +-
5333 1 file changed, 1 insertion(+), 1 deletion(-)
5334
5335commit 5780e7fb9d334bfa5cc8aef32af631e620dede3f
5336Merge: 7c69071 25eaf06
5337Author: Brad Spengler <spender@grsecurity.net>
5338Date: Sun Oct 16 15:28:24 2016 -0400
5339
5340 Merge branch 'pax-test' into grsec-test
5341
5342commit 25eaf067f993510e5cd6cc0d9da4413cbbc12c6a
5343Merge: afa87ca a0cdc25
5344Author: Brad Spengler <spender@grsecurity.net>
5345Date: Sun Oct 16 15:28:15 2016 -0400
5346
5347 Merge branch 'linux-4.7.y' into pax-test
5348
5349commit 7c690715adc3d9236b25ce453b387ef9583b8dda
5350Merge: 37e00aa afa87ca
5351Author: Brad Spengler <spender@grsecurity.net>
5352Date: Sat Oct 15 15:25:46 2016 -0400
5353
5354 Merge branch 'pax-test' into grsec-test
5355
5356commit afa87cab2bed6b038cd5446a00bf58a71c954b43
5357Author: Brad Spengler <spender@grsecurity.net>
5358Date: Sat Oct 15 15:18:18 2016 -0400
5359
5360 Update to pax-linux-4.7.6-test7.patch:
5361 - backported upstream commit f5beeb1851ea6f8cfcf2657f26cb24c0582b4945 to speed up kcore handling
5362 - fixed a size overflow false positive in raid10, reported by eswierk (https://forums.grsecurity.net/viewtopic.php?f=3&t=4575)
5363 - 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)
5364 - rate limited the logging of refcount overflows and usercopy violations
5365 - changed atomic64's underlying type on i386 to be consistent with other archs
5366 - sped up the RIP range check in opportunistic sysret on amd64
5367
5368 arch/x86/entry/entry_64.S | 13 ++-
5369 arch/x86/include/asm/atomic64_32.h | 4 +-
5370 block/bio.c | 2 +-
5371 drivers/md/raid10.c | 6 +-
5372 drivers/usb/usbip/vudc_rx.c | 2 +-
5373 fs/exec.c | 24 ++++--
5374 fs/proc/kcore.c | 40 +++++----
5375 include/linux/bio.h | 4 +-
5376 scripts/gcc-plugins/size_overflow_plugin/Makefile | 2 +-
5377 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 ----------------------
5378 .../gcc-plugins/size_overflow_plugin/disable.data | 12 ++-
5379 .../gcc-plugins/size_overflow_plugin/e_aux.data | 97 ++++++++++++++++++++++
5380 .../gcc-plugins/size_overflow_plugin/e_fields.data | 14 +---
5381 .../size_overflow_plugin_hash.c | 2 +-
5382 14 files changed, 169 insertions(+), 150 deletions(-)
5383
5384commit 37e00aa150c7861f77e69fe361bf19dee467dc0a
5385Author: Brad Spengler <spender@grsecurity.net>
5386Date: Mon Oct 10 18:27:38 2016 -0400
5387
5388 RAP compile fix
5389
5390 drivers/isdn/hisax/config.c | 4 ++--
5391 1 file changed, 2 insertions(+), 2 deletions(-)
5392
5393commit 00736455939143023205fdd8957421c73868e975
5394Author: Brad Spengler <spender@grsecurity.net>
5395Date: Mon Oct 10 18:09:55 2016 -0400
5396
5397 Mark initify broken for the time being due to some recent changes
5398
5399 security/Kconfig | 1 +
5400 1 file changed, 1 insertion(+)
5401
5402commit 64458bae539de9ac5cd2ba7cad0bd0c0510e6f37
5403Author: Brad Spengler <spender@grsecurity.net>
5404Date: Mon Oct 10 17:11:40 2016 -0400
5405
5406 compile fix
5407
5408 scripts/gcc-plugins/size_overflow_plugin/size_overflow_plugin_hash.c | 2 +-
5409 1 file changed, 1 insertion(+), 1 deletion(-)
5410
5411commit 9f5f1d1d7f120c1c85b16412e6b75ab221c2cdba
5412Author: Brad Spengler <spender@grsecurity.net>
5413Date: Mon Oct 10 17:10:22 2016 -0400
5414
5415 Fix makefiles and .gitignore for new size_overflow plugin
5416
5417 Makefile | 7 +-
5418 .../gcc-plugins/size_overflow_plugin/.gitignore | 5 +-
5419 scripts/gcc-plugins/size_overflow_plugin/Makefile | 35 ++++++--
5420 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 ----------------------
5421 .../gcc-plugins/size_overflow_plugin/e_aux.data | 97 ++++++++++++++++++++++
5422 5 files changed, 128 insertions(+), 113 deletions(-)
5423
5424commit cb66e251f9c9880a1365c87b4a42d2885a2fb6ef
5425Author: Brad Spengler <spender@grsecurity.net>
5426Date: Sun Oct 9 09:28:14 2016 -0400
5427
5428 Enable PAX_SIZE_OVERFLOW_EXTRA by default in auto-config
5429
5430 security/Kconfig | 1 +
5431 1 file changed, 1 insertion(+)
5432
5433commit cd690739e0fb999002075161a032072cf4e4c458
5434Merge: 555de68 0e7a060
5435Author: Brad Spengler <spender@grsecurity.net>
5436Date: Sat Oct 8 18:29:48 2016 -0400
5437
5438 Merge branch 'pax-test' into grsec-test
5439
5440commit 0e7a060de797ec4e837533146d38e8793e30f84f
5441Author: Brad Spengler <spender@grsecurity.net>
5442Date: Sat Oct 8 18:01:07 2016 -0400
5443
5444 Update to pax-linux-4.7.6-test6.patch:
5445 - updated the fields hash table of the size overflow plugin to remove a few false positives
5446 - fixed SANITIZE/HIBERNATION incompatibility, by Anisse Astier <anisse@astier.eu>
5447 - backported a few fixes and cleanups from grsecurity
5448 - fixed compile errors on some arm/arm64/powerpc/sparc configs for REFCOUNT, KERNEXEC and CONSTIFY
5449 - worked around a compile regression in crc32-pclmul_asm.S on some toolchains that define __i686
5450 - updated the size overflow hash table
5451 - added pax_size_overflow_report_only to disable the reaction mechanism on size overflows
5452 - added a few preemptive buffer size checks
5453 - fixed integer signedness mixup in tun_set_headroom, by Mathias Krause <mathias.krause@secunet.com>
5454 - Emese changed the size overflow plugin to enable the more risky instrumentation under its own config option
5455 - Emese greatly increased the coverage of the initify plugin
5456 - added BROKEN_SECURITY to disable upstream features as necessary
5457
5458 Documentation/dontdiff | 7 +-
5459 Documentation/kernel-parameters.txt | 5 +
5460 arch/arm/include/asm/atomic.h | 41 +-
5461 arch/arm/include/asm/domain.h | 1 +
5462 arch/arm/include/asm/string.h | 6 +-
5463 arch/arm/kernel/efi.c | 4 +-
5464 arch/arm/mach-mvebu/coherency.c | 2 +-
5465 arch/arm/mm/alignment.c | 24 +-
5466 arch/arm64/Kconfig | 1 +
5467 arch/arm64/include/asm/atomic.h | 3 +
5468 arch/arm64/include/asm/cache.h | 4 +-
5469 arch/arm64/include/asm/pgalloc.h | 5 +
5470 arch/arm64/include/asm/pgtable.h | 3 +
5471 arch/arm64/include/asm/string.h | 10 +-
5472 arch/arm64/kernel/process.c | 9 +-
5473 arch/arm64/kernel/stacktrace.c | 4 +-
5474 arch/arm64/kernel/traps.c | 2 +-
5475 arch/ia64/include/asm/uaccess.h | 11 +-
5476 arch/mips/Kconfig | 2 +-
5477 arch/parisc/include/asm/uaccess.h | 108 +-
5478 arch/powerpc/include/asm/atomic.h | 23 +-
5479 arch/powerpc/include/asm/cache.h | 4 +-
5480 arch/powerpc/include/asm/spinlock.h | 1 +
5481 arch/powerpc/include/asm/string.h | 4 +-
5482 arch/powerpc/include/asm/uaccess.h | 15 -
5483 arch/powerpc/kernel/traps.c | 2 +-
5484 arch/sparc/include/asm/cache.h | 4 +-
5485 arch/sparc/include/asm/pgalloc_64.h | 1 +
5486 arch/sparc/include/asm/uaccess_32.h | 65 -
5487 arch/um/include/asm/cache.h | 3 +-
5488 arch/x86/Kconfig | 5 +-
5489 arch/x86/crypto/crc32-pclmul_asm.S | 4 +-
5490 arch/x86/include/asm/string_32.h | 12 +-
5491 arch/x86/include/asm/string_64.h | 4 +-
5492 arch/x86/include/asm/uaccess.h | 2 +-
5493 arch/x86/kernel/hpet.c | 2 +-
5494 arch/x86/kernel/kprobes/opt.c | 8 +-
5495 arch/x86/kernel/ptrace.c | 14 +
5496 arch/x86/kernel/signal.c | 9 +-
5497 arch/x86/lib/Makefile | 4 +
5498 arch/x86/platform/efi/efi_64.c | 2 +-
5499 drivers/acpi/acpica/acutils.h | 2 +-
5500 drivers/acpi/acpica/dbhistry.c | 2 +-
5501 drivers/acpi/acpica/dbinput.c | 10 +-
5502 drivers/acpi/acpica/dbstats.c | 88 +-
5503 drivers/acpi/acpica/utdebug.c | 2 +-
5504 drivers/cdrom/cdrom.c | 2 +-
5505 drivers/char/genrtc.c | 1 +
5506 drivers/char/random.c | 2 +-
5507 drivers/firmware/efi/libstub/Makefile | 2 +
5508 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
5509 drivers/hid/hid-wiimote-debug.c | 2 +-
5510 drivers/iommu/arm-smmu-v3.c | 32 +-
5511 drivers/isdn/hisax/hisax.h | 4 +-
5512 drivers/media/radio/radio-cadet.c | 5 +-
5513 drivers/mmc/host/tmio_mmc_pio.c | 4 +-
5514 drivers/net/tun.c | 2 +-
5515 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
5516 drivers/scsi/esas2r/esas2r_init.c | 2 +-
5517 drivers/scsi/esas2r/esas2r_ioctl.c | 2 +-
5518 drivers/scsi/esas2r/esas2r_log.h | 4 +-
5519 drivers/scsi/esas2r/esas2r_main.c | 4 +-
5520 drivers/uio/uio.c | 6 +-
5521 drivers/video/fbdev/arcfb.c | 2 +-
5522 fs/char_dev.c | 2 +-
5523 fs/exec.c | 16 +-
5524 fs/ext4/extents.c | 2 +-
5525 fs/nfsd/nfscache.c | 2 +-
5526 fs/ntfs/debug.h | 6 +-
5527 fs/ocfs2/cluster/masklog.h | 2 +-
5528 fs/proc/task_mmu.c | 5 +-
5529 include/acpi/acpiosxf.h | 3 +-
5530 include/acpi/acpixf.h | 2 +-
5531 include/asm-generic/atomic-long.h | 4 +
5532 include/asm-generic/bug.h | 5 +-
5533 include/asm-generic/pgtable-nopmd.h | 1 +
5534 include/asm-generic/vmlinux.lds.h | 2 +
5535 include/drm/drmP.h | 2 +-
5536 include/linux/atomic.h | 21 +
5537 include/linux/audit.h | 5 +-
5538 include/linux/compiler-gcc.h | 15 +
5539 include/linux/compiler.h | 8 +
5540 include/linux/fs.h | 2 +-
5541 include/linux/gfp.h | 4 +-
5542 include/linux/init.h | 4 +-
5543 include/linux/mm.h | 2 +-
5544 include/linux/printk.h | 2 +-
5545 include/linux/random.h | 2 +-
5546 include/linux/ratelimit.h | 3 +-
5547 include/linux/sched.h | 6 +-
5548 include/linux/slab.h | 2 +-
5549 include/linux/string.h | 34 +-
5550 include/uapi/linux/personality.h | 1 +
5551 init/Kconfig | 3 +
5552 init/main.c | 11 +
5553 kernel/exit.c | 18 +-
5554 kernel/power/hibernate.c | 21 +-
5555 kernel/power/power.h | 2 +
5556 kernel/power/snapshot.c | 22 +
5557 lib/Kconfig.debug | 3 +-
5558 lib/vsprintf.c | 6 +-
5559 mm/Kconfig.debug | 2 -
5560 mm/page_alloc.c | 6 +-
5561 mm/util.c | 2 +-
5562 net/ipv4/ip_sockglue.c | 3 +-
5563 net/ipv4/ip_vti.c | 2 +-
5564 scripts/Makefile.gcc-plugins | 17 +-
5565 scripts/gcc-plugins/initify_plugin.c | 1588 +-
5566 scripts/gcc-plugins/size_overflow_plugin/Makefile | 26 +-
5567 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 +
5568 .../gcc-plugins/size_overflow_plugin/disable.data | 12453 +++++++++++
5569 .../disable_size_overflow_hash.data | 12445 -----------
5570 .../gcc-plugins/size_overflow_plugin/e_fields.data | 18898 ++++++++++++++++
5571 .../gcc-plugins/size_overflow_plugin/e_fns.data | 4833 ++++
5572 .../gcc-plugins/size_overflow_plugin/e_fptrs.data | 56 +
5573 .../gcc-plugins/size_overflow_plugin/e_vars.data | 116 +
5574 .../insert_size_overflow_asm.c | 2 +-
5575 .../size_overflow_plugin/intentional_overflow.c | 2 +-
5576 .../size_overflow_plugin/size_overflow.h | 14 +-
5577 .../size_overflow_plugin/size_overflow_debug.c | 4 +-
5578 .../size_overflow_plugin/size_overflow_hash.data | 22068 -------------------
5579 .../size_overflow_hash_aux.data | 97 -
5580 .../size_overflow_plugin/size_overflow_ipa.c | 65 +-
5581 .../size_overflow_plugin/size_overflow_plugin.c | 25 +-
5582 .../size_overflow_plugin_hash.c | 120 +-
5583 .../size_overflow_plugin/size_overflow_transform.c | 30 +-
5584 security/Kconfig | 78 +-
5585 security/integrity/integrity.h | 2 +-
5586 security/min_addr.c | 2 +
5587 129 files changed, 38670 insertions(+), 35263 deletions(-)
5588
5589commit 555de68005b90a38a9e5eee6835130d5d4291030
5590Merge: b48dade c3695e4
5591Author: Brad Spengler <spender@grsecurity.net>
5592Date: Fri Oct 7 17:38:00 2016 -0400
5593
5594 Merge branch 'pax-test' into grsec-test
5595
5596commit c3695e458f10605aa5d59e5d16a80156c6aca5f1
5597Merge: a16b512 fdf81f0
5598Author: Brad Spengler <spender@grsecurity.net>
5599Date: Fri Oct 7 17:37:31 2016 -0400
5600
5601 Merge branch 'linux-4.7.y' into pax-test
5602
5603commit b48dade7b67aa153367dc38d6f3b513b93da2b07
5604Merge: 14d3459 a16b512
5605Author: Brad Spengler <spender@grsecurity.net>
5606Date: Fri Sep 30 07:56:46 2016 -0400
5607
5608 Merge branch 'pax-test' into grsec-test
5609
5610commit a16b51212ca70e45554cecf7d3b67335d4c847ff
5611Merge: 674c5b2 f849d45
5612Author: Brad Spengler <spender@grsecurity.net>
5613Date: Fri Sep 30 07:56:04 2016 -0400
5614
5615 Merge branch 'linux-4.7.y' into pax-test
5616
5617commit 14d3459a64f15c168c7783d46f690c0ee1283ef2
5618Author: Brad Spengler <spender@grsecurity.net>
5619Date: Tue Sep 27 17:07:31 2016 -0400
5620
5621 Fix arm/MULTI_CACHE incompatibility with RANDSTRUCT, reported by radegand:
5622 https://forums.grsecurity.net/viewtopic.php?t=4545&p=1659
5623
5624 arch/arm/include/asm/cacheflush.h | 2 +-
5625 1 file changed, 1 insertion(+), 1 deletion(-)
5626
5627commit 39d7aa87f8bd225bc3ac099a2046e334191c90b3
5628Author: Brad Spengler <spender@grsecurity.net>
5629Date: Mon Sep 26 11:28:09 2016 -0400
5630
5631 Backport upstream commit which allows PAX_MEMORY_SANITIZE to work
5632 with hibernation:
5633 https://patchwork.kernel.org/patch/9322709/
5634
5635 kernel/power/Kconfig | 1 -
5636 kernel/power/hibernate.c | 4 +++-
5637 kernel/power/power.h | 2 ++
5638 kernel/power/snapshot.c | 20 ++++++++++++++++++++
5639 4 files changed, 25 insertions(+), 2 deletions(-)
5640
5641commit e5944827e8a1cb6938ed75cccf05f354344b3fa9
5642Author: Herbert Xu <herbert@gondor.apana.org.au>
5643Date: Tue Sep 20 20:35:55 2016 +0800
5644
5645 KEYS: Fix skcipher IV clobbering
5646
5647 The IV must not be modified by the skcipher operation so we need
5648 to duplicate it.
5649
5650 Fixes: c3917fd9dfbc ("KEYS: Use skcipher")
5651 Cc: stable@vger.kernel.org
5652 Reported-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
5653 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
5654
5655 security/keys/encrypted-keys/encrypted.c | 11 +++++++----
5656 1 file changed, 7 insertions(+), 4 deletions(-)
5657
5658commit 17d91a9781b8c4558433cee3e7de8d44a6c2d89b
5659Author: Brad Spengler <spender@grsecurity.net>
5660Date: Sun Sep 25 18:10:01 2016 -0400
5661
5662 Make vti_notifier_block read_only
5663
5664 net/ipv4/ip_vti.c | 2 +-
5665 1 file changed, 1 insertion(+), 1 deletion(-)
5666
5667commit d2eba293dd946c7686080602a2e24ddb5358cfcf
5668Author: Brad Spengler <spender@grsecurity.net>
5669Date: Sun Sep 25 17:30:32 2016 -0400
5670
5671 compile fix
5672
5673 net/unix/af_unix.c | 2 +-
5674 1 file changed, 1 insertion(+), 1 deletion(-)
5675
5676commit 47cca6342f665fa1b4b755723b843ac41ebb9178
5677Merge: 16919c7 674c5b2
5678Author: Brad Spengler <spender@grsecurity.net>
5679Date: Sun Sep 25 17:25:45 2016 -0400
5680
5681 Merge branch 'pax-test' into grsec-test
5682
5683commit 674c5b28e7dfe651caf71d1cdec395205ed9f526
5684Merge: 4552781 6c21842
5685Author: Brad Spengler <spender@grsecurity.net>
5686Date: Sun Sep 25 17:24:44 2016 -0400
5687
5688 Merge branch 'linux-4.7.y' into pax-test
5689
5690commit 16919c7208e7ad9bc5f6df2f151b84cede110c15
5691Author: Brad Spengler <spender@grsecurity.net>
5692Date: Wed Sep 21 18:40:32 2016 -0400
5693
5694 compile fix
5695
5696 drivers/net/tun.c | 2 +-
5697 1 file changed, 1 insertion(+), 1 deletion(-)
5698
5699commit bafd12998265ed2c32792e117e4227f757cfa18f
5700Author: Brad Spengler <spender@grsecurity.net>
5701Date: Wed Sep 21 18:39:39 2016 -0400
5702
5703 From: Mathias Krause <mathias.krause@secunet.com>
5704 Date: Wed, 21 Sep 2016 14:42:43 +0200
5705 Subject: [PATCH] pax: net/tun - explicitly test for negative values in tun_set_headroom()
5706
5707 Because of a type change for the NET_SKB_PAD macro in the PaX patch from
5708 (implicit) int to unsigned long, negative values for new_hr will be sign
5709 extended and wrongly pass the minimal size test. Such a value will,
5710 later on, trigger the size_overflow plugin instrumentation in
5711 tun_get_user().
5712
5713 Fix this by testing new_hr for negative values explicitly to restore the
5714 intended minimal size test.
5715
5716 Signed-off-by: Mathias Krause <mathias.krause@secunet.com>
5717
5718 drivers/net/tun.c | 2 +-
5719 1 file changed, 1 insertion(+), 1 deletion(-)
5720
5721commit 74fbeac25af78b5f621d8acffb9158dd959078d3
5722Author: Brad Spengler <spender@grsecurity.net>
5723Date: Tue Sep 20 18:37:08 2016 -0400
5724
5725 Make CONSTIFY depend on GCC_PLUGINS
5726
5727 security/Kconfig | 1 +
5728 1 file changed, 1 insertion(+)
5729
5730commit e9e87520569e66d710dadebddac33428c666249a
5731Author: Brad Spengler <spender@grsecurity.net>
5732Date: Mon Sep 19 18:43:50 2016 -0400
5733
5734 Fix up atomic64_cmpxchg_unchecked on ARM with REFCOUNT
5735
5736 arch/arm/include/asm/atomic.h | 39 ++++-----------------------------------
5737 include/linux/atomic.h | 9 +++++++++
5738 2 files changed, 13 insertions(+), 35 deletions(-)
5739
5740commit a1afe597f5731963416233b274144d7c57ce538d
5741Author: Brad Spengler <spender@grsecurity.net>
5742Date: Mon Sep 19 17:58:58 2016 -0400
5743
5744 Backport upstream iscsi memory corruption fix:
5745 http://marc.info/?l=linux-scsi&m=147394713328707&w=2
5746
5747 drivers/scsi/arcmsr/arcmsr_hba.c | 8 +++++++-
5748 1 file changed, 7 insertions(+), 1 deletion(-)
5749
5750commit e6e0b270a18e4ee19460f7dc72bb46d441adf3c4
5751Author: Chuck Lever <chuck.lever@oracle.com>
5752Date: Thu Sep 1 10:50:38 2016 -0400
5753
5754 svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation")
5755
5756 rsc_lookup steals the passed-in memory to avoid doing an allocation of
5757 its own, so we can't just pass in a pointer to memory that someone else
5758 is using.
5759
5760 If we really want to avoid allocation there then maybe we should
5761 preallocate somwhere, or reference count these handles.
5762
5763 For now we should revert.
5764
5765 On occasion I see this on my server:
5766
5767 kernel: kernel BUG at /home/cel/src/linux/linux-2.6/mm/slub.c:3851!
5768 kernel: invalid opcode: 0000 [#1] SMP
5769 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
5770 kernel: CPU: 7 PID: 145 Comm: kworker/7:2 Not tainted 4.8.0-rc4-00006-g9d06b0b #15
5771 kernel: Hardware name: Supermicro Super Server/X10SRL-F, BIOS 1.0c 09/09/2015
5772 kernel: Workqueue: events do_cache_clean [sunrpc]
5773 kernel: task: ffff8808541d8000 task.stack: ffff880854344000
5774 kernel: RIP: 0010:[<ffffffff811e7075>] [<ffffffff811e7075>] kfree+0x155/0x180
5775 kernel: RSP: 0018:ffff880854347d70 EFLAGS: 00010246
5776 kernel: RAX: ffffea0020fe7660 RBX: ffff88083f9db064 RCX: 146ff0f9d5ec5600
5777 kernel: RDX: 000077ff80000000 RSI: ffff880853f01500 RDI: ffff88083f9db064
5778 kernel: RBP: ffff880854347d88 R08: ffff8808594ee000 R09: ffff88087fdd8780
5779 kernel: R10: 0000000000000000 R11: ffffea0020fe76c0 R12: ffff880853f01500
5780 kernel: R13: ffffffffa013cf76 R14: ffffffffa013cff0 R15: ffffffffa04253a0
5781 kernel: FS: 0000000000000000(0000) GS:ffff88087fdc0000(0000) knlGS:0000000000000000
5782 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
5783 kernel: CR2: 00007fed60b020c3 CR3: 0000000001c06000 CR4: 00000000001406e0
5784 kernel: Stack:
5785 kernel: ffff8808589f2f00 ffff880853f01500 0000000000000001 ffff880854347da0
5786 kernel: ffffffffa013cf76 ffff8808589f2f00 ffff880854347db8 ffffffffa013d006
5787 kernel: ffff8808589f2f20 ffff880854347e00 ffffffffa0406f60 0000000057c7044f
5788 kernel: Call Trace:
5789 kernel: [<ffffffffa013cf76>] rsc_free+0x16/0x90 [auth_rpcgss]
5790 kernel: [<ffffffffa013d006>] rsc_put+0x16/0x30 [auth_rpcgss]
5791 kernel: [<ffffffffa0406f60>] cache_clean+0x2e0/0x300 [sunrpc]
5792 kernel: [<ffffffffa04073ee>] do_cache_clean+0xe/0x70 [sunrpc]
5793 kernel: [<ffffffff8109a70f>] process_one_work+0x1ff/0x3b0
5794 kernel: [<ffffffff8109b15c>] worker_thread+0x2bc/0x4a0
5795 kernel: [<ffffffff8109aea0>] ? rescuer_thread+0x3a0/0x3a0
5796 kernel: [<ffffffff810a0ba4>] kthread+0xe4/0xf0
5797 kernel: [<ffffffff8169c47f>] ret_from_fork+0x1f/0x40
5798 kernel: [<ffffffff810a0ac0>] ? kthread_stop+0x110/0x110
5799 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
5800 kernel: RIP [<ffffffff811e7075>] kfree+0x155/0x180
5801 kernel: RSP <ffff880854347d70>
5802 kernel: ---[ end trace 3fdec044969def26 ]---
5803
5804 It seems to be most common after a server reboot where a client has been
5805 using a Kerberos mount, and reconnects to continue its workload.
5806
5807 Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
5808 Cc: stable@vger.kernel.org
5809 Signed-off-by: J. Bruce Fields <bfields@redhat.com>
5810
5811 net/sunrpc/auth_gss/svcauth_gss.c | 5 +++--
5812 1 file changed, 3 insertions(+), 2 deletions(-)
5813
5814commit 6e83144022a8e3cd00a7d0ca3916354ea3336f5e
5815Author: Brad Spengler <spender@grsecurity.net>
5816Date: Mon Sep 19 17:44:04 2016 -0400
5817
5818 fix whitespace
5819
5820 mm/mmap.c | 2 +-
5821 1 file changed, 1 insertion(+), 1 deletion(-)
5822
5823commit ffb1a4cfdce65f581265612878fd136d76b132ae
5824Author: Brad Spengler <spender@grsecurity.net>
5825Date: Mon Sep 19 17:07:34 2016 -0400
5826
5827 Remove optional dependency on USERCOPY for pax_check_alloca
5828
5829 arch/x86/kernel/dumpstack_32.c | 2 +-
5830 arch/x86/kernel/dumpstack_64.c | 2 +-
5831 2 files changed, 2 insertions(+), 2 deletions(-)
5832
5833commit 01ca858fb54c3406db13ace327798610b1cdec10
5834Author: Brad Spengler <spender@grsecurity.net>
5835Date: Thu Sep 15 21:28:25 2016 -0400
5836
5837 compile fixes
5838
5839 arch/x86/crypto/crc32-pclmul_asm.S | 4 ++--
5840 arch/x86/include/asm/uaccess.h | 2 +-
5841 2 files changed, 3 insertions(+), 3 deletions(-)
5842
5843commit aeed418bbabf465cfa2bd5463b4ee26ddfdee99c
5844Author: Al Viro <viro@ZenIV.linux.org.uk>
5845Date: Thu Sep 15 02:35:29 2016 +0100
5846
5847 fix minor infoleak in get_user_ex()
5848
5849 get_user_ex(x, ptr) should zero x on failure. It's not a lot of a leak
5850 (at most we are leaking uninitialized 64bit value off the kernel stack,
5851 and in a fairly constrained situation, at that), but the fix is trivial,
5852 so...
5853
5854 Cc: stable@vger.kernel.org
5855 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
5856 [ This sat in different branch from the uaccess fixes since mid-August ]
5857 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
5858
5859 arch/x86/include/asm/uaccess.h | 6 +++++-
5860 1 file changed, 5 insertions(+), 1 deletion(-)
5861
5862commit 4ec72305c579df587c9c31f18fbc3ceba14045a5
5863Author: Brad Spengler <spender@grsecurity.net>
5864Date: Thu Sep 15 20:02:01 2016 -0400
5865
5866 compile fix
5867
5868 fs/proc/task_mmu.c | 2 +-
5869 1 file changed, 1 insertion(+), 1 deletion(-)
5870
5871commit ed3d3716625f0c04c9a07dc6c6c7537be22cee07
5872Author: Brad Spengler <spender@grsecurity.net>
5873Date: Thu Sep 15 20:01:31 2016 -0400
5874
5875 Resync with PaX
5876
5877 fs/proc/task_mmu.c | 2 +-
5878 1 file changed, 1 insertion(+), 1 deletion(-)
5879
5880commit 36300fe10dd78430f8e84c42b665c0154f88dd5a
5881Merge: 14e5235 4552781
5882Author: Brad Spengler <spender@grsecurity.net>
5883Date: Thu Sep 15 18:36:02 2016 -0400
5884
5885 Merge branch 'pax-test' into grsec-test
5886
5887commit 4552781643cf8a01376539bf0bf469c8dbc69701
5888Author: Brad Spengler <spender@grsecurity.net>
5889Date: Thu Sep 15 18:35:49 2016 -0400
5890
5891 Resync with PaX
5892
5893 fs/proc/task_mmu.c | 5 +++--
5894 include/linux/init.h | 4 +++-
5895 include/linux/mm.h | 2 +-
5896 mm/util.c | 2 +-
5897 4 files changed, 8 insertions(+), 5 deletions(-)
5898
5899commit 14e523564a0a84ece93b04a2b375f33cce806c8b
5900Merge: 402a024 6740d15
5901Author: Brad Spengler <spender@grsecurity.net>
5902Date: Thu Sep 15 18:18:19 2016 -0400
5903
5904 Merge branch 'pax-test' into grsec-test
5905
5906commit 6740d1535fb0208f329eda7aeeee2c6f0fbe09d3
5907Author: Brad Spengler <spender@grsecurity.net>
5908Date: Thu Sep 15 18:16:18 2016 -0400
5909
5910 Update to pax-linux-4.7.3-test4.patch:
5911 - fixed atomic_xchg_unchecked on arm, reported by wizzup
5912 - temporary workaround for cloned functions in the initify plugin, prevents an ICE-from-assertion reported by xeaforz and gg
5913 - fixed hugetlb compile error on arm64
5914 - fixed branch prediction hints in copy*user on x86, by spender
5915 - fixed the invocation of gcc-plugin.sh while reporting errors, by spender
5916 - fixed long-standing regression in non-exec page support on powerpc32/book3s
5917 - fixed inefficient PIC in crc32_pclmul* on i386 to also work under KERNEXEC, reported by minipli
5918 - fixed pfn/physical address mixup in static_protections on amd64, by Mathias Krause <mathias.krause@secunet.com>
5919 - fixed latent bug on module loading exposed by the fix for static_protections, reported by minipli
5920 - fixed two USERCOPY violations in iucv and netlink, by Mathias Krause <minipli@ld-linux.so>
5921 - fixed a xen boot regression with ssp-strong, reported by biergaizi and d-u (https://forums.grsecurity.net/viewtopic.php?f=3&t=4441)
5922 - fixed module symbol resolution and extable handling on i386/KERNEXEC when KASLR is enabled
5923
5924 arch/arm/include/asm/atomic.h | 12 +++--------
5925 arch/arm/include/asm/cmpxchg.h | 3 ++-
5926 arch/arm64/mm/dma-mapping.c | 2 +-
5927 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
5928 arch/powerpc/include/asm/book3s/32/hash.h | 2 +-
5929 arch/powerpc/include/asm/book3s/32/pgtable.h | 2 +-
5930 arch/powerpc/include/asm/pte-common.h | 30 +++++++++++++---------------
5931 arch/x86/crypto/crc32-pclmul_asm.S | 19 +++++++++++-------
5932 arch/x86/include/asm/setup.h | 3 ++-
5933 arch/x86/include/asm/uaccess.h | 4 ++--
5934 arch/x86/kernel/module.c | 2 +-
5935 arch/x86/kernel/pci-swiotlb.c | 2 +-
5936 arch/x86/kvm/x86.c | 2 +-
5937 arch/x86/mm/extable.c | 18 ++---------------
5938 arch/x86/mm/pageattr.c | 5 +++--
5939 arch/x86/xen/enlighten.c | 18 ++++++++---------
5940 arch/x86/xen/pmu.c | 1 +
5941 include/asm-generic/atomic-long.h | 2 ++
5942 include/asm-generic/atomic64.h | 1 +
5943 include/linux/atomic.h | 4 ++++
5944 include/linux/llist.h | 9 +++++++++
5945 include/linux/swiotlb.h | 3 +--
5946 kernel/extable.c | 17 ++++++++++++++--
5947 kernel/module.c | 9 ++++++++-
5948 lib/extable.c | 11 +---------
5949 lib/llist.c | 17 ++++++++++++++++
5950 lib/swiotlb.c | 2 +-
5951 mm/hugetlb.c | 12 +++++++++++
5952 mm/vmalloc.c | 2 +-
5953 net/iucv/af_iucv.c | 7 +++----
5954 net/netlink/af_netlink.c | 5 +++--
5955 scripts/Makefile.gcc-plugins | 2 +-
5956 scripts/gcc-plugins/initify_plugin.c | 4 +++-
5957 33 files changed, 139 insertions(+), 95 deletions(-)
5958
5959commit 402a02454512e83be868e83529b04c0ccde687a9
5960Author: Brad Spengler <spender@grsecurity.net>
5961Date: Thu Sep 15 08:25:18 2016 -0400
5962
5963 Update size_overflow hash
5964
5965 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
5966 1 file changed, 1 insertion(+)
5967
5968commit e1d3996c7486a0985846423711dd5c05401144c1
5969Author: Brad Spengler <spender@grsecurity.net>
5970Date: Thu Sep 15 07:48:33 2016 -0400
5971
5972 compile fix
5973
5974 kernel/capability.c | 6 +++---
5975 1 file changed, 3 insertions(+), 3 deletions(-)
5976
5977commit a668b9edff65c3c2eb134e1c7edfbc4142f1e678
5978Merge: f2ceab4 4f9be5c
5979Author: Brad Spengler <spender@grsecurity.net>
5980Date: Thu Sep 15 07:24:15 2016 -0400
5981
5982 Rename our existing ns_capable_nolog to suit upstream's bikeshedded ns_capable_noaudit
5983
5984 Merge branch 'pax-test' into grsec-test
5985
5986commit 4f9be5c8326f08df59ef7df521acac91e9e6c3d5
5987Merge: 168b0e3 bd333da
5988Author: Brad Spengler <spender@grsecurity.net>
5989Date: Thu Sep 15 07:12:12 2016 -0400
5990
5991 Merge branch 'linux-4.7.y' into pax-test
5992
5993commit f2ceab4fbaec0cd5c127345dbce3e033b74fe826
5994Author: WANG Cong <xiyou.wangcong@gmail.com>
5995Date: Sun Aug 28 21:28:26 2016 -0700
5996
5997 kcm: fix a socket double free
5998
5999 Dmitry reported a double free on kcm socket, which could
6000 be easily reproduced by:
6001
6002 #include <unistd.h>
6003 #include <sys/syscall.h>
6004
6005 int main()
6006 {
6007 int fd = syscall(SYS_socket, 0x29ul, 0x5ul, 0x0ul, 0, 0, 0);
6008 syscall(SYS_ioctl, fd, 0x89e2ul, 0x20a98000ul, 0, 0, 0);
6009 return 0;
6010 }
6011
6012 This is because on the error path, after we install
6013 the new socket file, we call sock_release() to clean
6014 up the socket, which leaves the fd pointing to a freed
6015 socket. Fix this by calling sys_close() on that fd
6016 directly.
6017
6018 Fixes: ab7ac4eb9832 ("kcm: Kernel Connection Multiplexor module")
6019 Reported-by: Dmitry Vyukov <dvyukov@google.com>
6020 Cc: Tom Herbert <tom@herbertland.com>
6021 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
6022 Signed-off-by: David S. Miller <davem@davemloft.net>
6023
6024 net/kcm/kcmsock.c | 3 ++-
6025 1 file changed, 2 insertions(+), 1 deletion(-)
6026
6027commit f3ddf560233f0ec26493522fc1c2b1b8f764f16e
6028Merge: 9e43620 168b0e3
6029Author: Brad Spengler <spender@grsecurity.net>
6030Date: Wed Sep 7 08:26:50 2016 -0400
6031
6032 Merge branch 'pax-test' into grsec-test
6033
6034commit 168b0e38caaf436f7c5345fe20a92b7f391ccad5
6035Merge: 2a27d24 d7f6728
6036Author: Brad Spengler <spender@grsecurity.net>
6037Date: Wed Sep 7 08:26:41 2016 -0400
6038
6039 Merge branch 'linux-4.7.y' into pax-test
6040
6041commit 9e43620d71b42e65cb12642b240a6e638531aa65
6042Author: Daeho Jeong <daeho.jeong@samsung.com>
6043Date: Sun Jul 3 17:51:39 2016 -0400
6044
6045 ext4: avoid modifying checksum fields directly during checksum verification
6046
6047 We temporally change checksum fields in buffers of some types of
6048 metadata into '0' for verifying the checksum values. By doing this
6049 without locking the buffer, some metadata's checksums, which are
6050 being committed or written back to the storage, could be damaged.
6051 In our test, several metadata blocks were found with damaged metadata
6052 checksum value during recovery process. When we only verify the
6053 checksum value, we have to avoid modifying checksum fields directly.
6054
6055 Signed-off-by: Daeho Jeong <daeho.jeong@samsung.com>
6056 Signed-off-by: Youngjin Gil <youngjin.gil@samsung.com>
6057 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
6058 Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
6059
6060 fs/ext4/inode.c | 38 ++++++++++++++++++++++----------------
6061 fs/ext4/namei.c | 9 ++++-----
6062 fs/ext4/super.c | 18 +++++++++---------
6063 fs/ext4/xattr.c | 13 +++++++------
6064 4 files changed, 42 insertions(+), 36 deletions(-)
6065
6066commit b84727ffa19c4ec06a04502219f8e15b6887d401
6067Author: Brad Spengler <spender@grsecurity.net>
6068Date: Wed Aug 31 20:22:42 2016 -0400
6069
6070 Use the correct branch prediction
6071
6072 arch/x86/include/asm/uaccess.h | 4 ++--
6073 1 file changed, 2 insertions(+), 2 deletions(-)
6074
6075commit a8411c5faefe2708a5998f484ed6ca65c9ccf971
6076Author: Linus Torvalds <torvalds@linux-foundation.org>
6077Date: Mon Aug 22 16:41:46 2016 -0700
6078
6079 binfmt_elf: switch to new creds when switching to new mm
6080
6081 We used to delay switching to the new credentials until after we had
6082 mapped the executable (and possible elf interpreter). That was kind of
6083 odd to begin with, since the new executable will actually then _run_
6084 with the new creds, but whatever.
6085
6086 The bigger problem was that we also want to make sure that we turn off
6087 prof events and tracing before we start mapping the new executable
6088 state. So while this is a cleanup, it's also a fix for a possible
6089 information leak.
6090
6091 Reported-by: Robert Święcki <robert@swiecki.net>
6092 Tested-by: Peter Zijlstra <peterz@infradead.org>
6093 Acked-by: David Howells <dhowells@redhat.com>
6094 Acked-by: Oleg Nesterov <oleg@redhat.com>
6095 Acked-by: Andy Lutomirski <luto@amacapital.net>
6096 Acked-by: Eric W. Biederman <ebiederm@xmission.com>
6097 Cc: Willy Tarreau <w@1wt.eu>
6098 Cc: Kees Cook <keescook@chromium.org>
6099 Cc: Al Viro <viro@zeniv.linux.org.uk>
6100 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
6101
6102 fs/binfmt_elf.c | 2 +-
6103 1 file changed, 1 insertion(+), 1 deletion(-)
6104
6105commit 18fe03a1a1ce3b59208ecc7bb90be5724ec1d1aa
6106Author: Brad Spengler <spender@grsecurity.net>
6107Date: Wed Aug 31 20:01:48 2016 -0400
6108
6109 Two USERCOPY fixes from Mathias Krause
6110
6111 net/iucv/af_iucv.c | 7 +++----
6112 net/netlink/af_netlink.c | 5 +++--
6113 2 files changed, 6 insertions(+), 6 deletions(-)
6114
6115commit 4830a253a94494524d9ebb3bed7118c2b746f5a2
6116Author: Brad Spengler <spender@grsecurity.net>
6117Date: Wed Aug 31 19:58:53 2016 -0400
6118
6119 From 7e13821dd59b17382bba8707c1a9b73569db5535 Mon Sep 17 00:00:00 2001
6120 From: Mathias Krause <mathias.krause@secunet.com>
6121 Date: Thu, 18 Aug 2016 17:03:19 +0200
6122 Subject: [PATCH] [pax] fix page frame number compare in static_protections()
6123
6124 The KERNEXEC specific memory range check is comparing a page frame
6125 number against physical addresses while it should compare page frame
6126 numbers instead.
6127
6128 This leads to "false positives" for systems with 64GB+ of RAM, leading
6129 to missing memory protection changes, leading various access errors,
6130 like failing to release module init code when using the RCU path in
6131 vunmap().
6132
6133 Fix this by converting the physical addresses to page frame numbers
6134 before doing the range check.
6135
6136 Signed-off-by: Mathias Krause <mathias.krause@secunet.com>
6137
6138 arch/x86/mm/pageattr.c | 2 +-
6139 1 file changed, 1 insertion(+), 1 deletion(-)
6140
6141commit 8cd264e31562d39c034c35256dcb4eff8ab2fc66
6142Author: Brad Spengler <spender@grsecurity.net>
6143Date: Thu Aug 18 17:57:25 2016 -0400
6144
6145 Remove a warning that is (under the specific instance where we triggered it)
6146 erroneous. Avoiding triggering the warning will require reworking some of
6147 our APIs, so this will be fixed at a later time.
6148
6149 Thanks to Ed Swierk of Skyport Systems for the report.
6150
6151 fs/dcache.c | 2 --
6152 1 file changed, 2 deletions(-)
6153
6154commit 7276656b983ed5e39010c54908005e0574a2d3fd
6155Author: Brad Spengler <spender@grsecurity.net>
6156Date: Sun Aug 21 17:36:48 2016 -0400
6157
6158 Update size_overflow hash table
6159
6160 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 4 +++-
6161 1 file changed, 3 insertions(+), 1 deletion(-)
6162
6163commit 18a6c9305d45e83c3bebf07eb132885da34b73da
6164Merge: 5cbf490 2a27d24
6165Author: Brad Spengler <spender@grsecurity.net>
6166Date: Sun Aug 21 16:59:37 2016 -0400
6167
6168 Merge branch 'pax-test' into grsec-test
6169
6170commit 2a27d2419704b09b554b75d6397bf26ffd45754b
6171Merge: 7be9261 84fae3f
6172Author: Brad Spengler <spender@grsecurity.net>
6173Date: Sun Aug 21 16:57:07 2016 -0400
6174
6175 Merge branch 'linux-4.7.y' into pax-test
6176
6177commit 5cbf4905a069cf66895ff7a06673f8102e3faab5
6178Author: Brad Spengler <spender@grsecurity.net>
6179Date: Tue Aug 16 17:23:45 2016 -0400
6180
6181 forward-port !PAX_ASLR change
6182
6183 arch/x86/mm/mmap.c | 16 +++-------------
6184 1 file changed, 3 insertions(+), 13 deletions(-)
6185
6186commit c7d89a55e70af76005662d4a4c9c7db3a4cb7998
6187Merge: a144f0f8 7be9261
6188Author: Brad Spengler <spender@grsecurity.net>
6189Date: Tue Aug 16 17:14:06 2016 -0400
6190
6191 Merge branch 'pax-test' into grsec-test
6192
6193commit 7be92610b9cff4e90a4f84a385086c5f643004a0
6194Merge: cb11f67 95f15f5
6195Author: Brad Spengler <spender@grsecurity.net>
6196Date: Tue Aug 16 17:13:54 2016 -0400
6197
6198 Merge branch 'linux-4.7.y' into pax-test
6199
6200commit a144f0f806ea8a109483a945d2e92474b57ef03c
6201Author: Brad Spengler <spender@grsecurity.net>
6202Date: Mon Aug 15 17:54:00 2016 -0400
6203
6204 Temporary workaround for cloned functions in the initify plugin, prevents
6205 an ICE-from-assertion reported by xeaforz and gg on IRC
6206
6207 scripts/gcc-plugins/initify_plugin.c | 3 ++-
6208 1 file changed, 2 insertions(+), 1 deletion(-)
6209
6210commit f68bc3565a314bea45c58a9ee0c025fad19af76d
6211Author: Brad Spengler <spender@grsecurity.net>
6212Date: Mon Aug 15 17:50:24 2016 -0400
6213
6214 Fix arm/ppc compilation, reported by Wizzup
6215
6216 arch/arm/include/asm/atomic.h | 2 +-
6217 arch/powerpc/include/asm/atomic.h | 2 +-
6218 include/asm-generic/atomic-long.h | 3 ++-
6219 include/linux/atomic.h | 4 ++++
6220 4 files changed, 8 insertions(+), 3 deletions(-)
6221
6222commit 30f09e2a7b1590febfb028aad55f3e4b74d92c87
6223Author: Brad Spengler <spender@grsecurity.net>
6224Date: Sat Aug 13 12:28:25 2016 -0400
6225
6226 Initial import of grsecurity 3.1 for Linux 4.7
6227
6228 Disables userfaultfd as suggested by Jann Horn
6229
6230 Documentation/dontdiff | 2 +
6231 Documentation/kernel-parameters.txt | 11 +
6232 Documentation/sysctl/kernel.txt | 15 +
6233 Makefile | 5 +-
6234 arch/alpha/include/asm/cache.h | 4 +-
6235 arch/alpha/kernel/osf_sys.c | 12 +-
6236 arch/arc/Kconfig | 1 +
6237 arch/arm/Kconfig | 2 +
6238 arch/arm/Kconfig.debug | 1 +
6239 arch/arm/include/asm/atomic.h | 45 +-
6240 arch/arm/include/asm/domain.h | 1 +
6241 arch/arm/include/asm/thread_info.h | 7 +-
6242 arch/arm/kernel/entry-common.S | 8 +-
6243 arch/arm/kernel/process.c | 4 +-
6244 arch/arm/kernel/ptrace.c | 9 +
6245 arch/arm/kernel/traps.c | 7 +-
6246 arch/arm/mach-mvebu/coherency.c | 2 +-
6247 arch/arm/mm/Kconfig | 4 +-
6248 arch/arm/mm/alignment.c | 24 +-
6249 arch/arm/mm/fault.c | 40 +-
6250 arch/arm/mm/mmap.c | 8 +-
6251 arch/arm/net/bpf_jit_32.c | 51 +-
6252 arch/arm64/Kconfig.debug | 1 +
6253 arch/arm64/include/asm/atomic.h | 3 +
6254 arch/arm64/include/asm/cache.h | 4 +-
6255 arch/arm64/include/asm/pgtable.h | 3 +
6256 arch/arm64/kernel/process.c | 9 +-
6257 arch/arm64/kernel/stacktrace.c | 4 +-
6258 arch/arm64/kernel/traps.c | 2 +-
6259 arch/avr32/include/asm/cache.h | 4 +-
6260 arch/blackfin/Kconfig.debug | 1 +
6261 arch/blackfin/include/asm/cache.h | 3 +-
6262 arch/cris/include/arch-v10/arch/cache.h | 3 +-
6263 arch/cris/include/arch-v32/arch/cache.h | 3 +-
6264 arch/frv/include/asm/cache.h | 3 +-
6265 arch/frv/mm/elf-fdpic.c | 4 +-
6266 arch/hexagon/include/asm/cache.h | 6 +-
6267 arch/ia64/Kconfig | 1 +
6268 arch/ia64/include/asm/cache.h | 3 +-
6269 arch/ia64/kernel/sys_ia64.c | 2 +
6270 arch/ia64/mm/hugetlbpage.c | 2 +
6271 arch/m32r/include/asm/cache.h | 4 +-
6272 arch/m68k/include/asm/cache.h | 4 +-
6273 arch/metag/mm/hugetlbpage.c | 1 +
6274 arch/microblaze/include/asm/cache.h | 3 +-
6275 arch/mips/Kconfig | 1 +
6276 arch/mips/include/asm/thread_info.h | 11 +-
6277 arch/mips/kernel/irq.c | 3 +
6278 arch/mips/kernel/ptrace.c | 9 +
6279 arch/mips/mm/mmap.c | 4 +-
6280 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
6281 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
6282 arch/openrisc/include/asm/cache.h | 4 +-
6283 arch/parisc/include/asm/cache.h | 3 +
6284 arch/parisc/kernel/sys_parisc.c | 4 +
6285 arch/powerpc/Kconfig | 1 +
6286 arch/powerpc/include/asm/atomic.h | 28 +-
6287 arch/powerpc/include/asm/cache.h | 4 +-
6288 arch/powerpc/include/asm/spinlock.h | 1 +
6289 arch/powerpc/include/asm/thread_info.h | 5 +-
6290 arch/powerpc/kernel/Makefile | 2 +
6291 arch/powerpc/kernel/irq.c | 3 +
6292 arch/powerpc/kernel/process.c | 10 +-
6293 arch/powerpc/kernel/ptrace.c | 14 +
6294 arch/powerpc/kernel/traps.c | 7 +-
6295 arch/powerpc/mm/slice.c | 2 +-
6296 arch/s390/Kconfig.debug | 1 +
6297 arch/s390/include/asm/cache.h | 4 +-
6298 arch/score/include/asm/cache.h | 4 +-
6299 arch/sh/include/asm/cache.h | 3 +-
6300 arch/sh/mm/mmap.c | 6 +-
6301 arch/sparc/include/asm/cache.h | 4 +-
6302 arch/sparc/include/asm/pgalloc_64.h | 1 +
6303 arch/sparc/include/asm/thread_info_64.h | 8 +-
6304 arch/sparc/kernel/process_32.c | 6 +-
6305 arch/sparc/kernel/process_64.c | 8 +-
6306 arch/sparc/kernel/ptrace_64.c | 14 +
6307 arch/sparc/kernel/sys_sparc_64.c | 8 +-
6308 arch/sparc/kernel/syscalls.S | 8 +-
6309 arch/sparc/kernel/traps_32.c | 8 +-
6310 arch/sparc/kernel/traps_64.c | 28 +-
6311 arch/sparc/kernel/unaligned_64.c | 2 +-
6312 arch/sparc/mm/fault_64.c | 2 +-
6313 arch/sparc/mm/hugetlbpage.c | 15 +-
6314 arch/tile/Kconfig | 1 +
6315 arch/tile/include/asm/cache.h | 3 +-
6316 arch/tile/mm/hugetlbpage.c | 2 +
6317 arch/um/include/asm/cache.h | 3 +-
6318 arch/unicore32/include/asm/cache.h | 6 +-
6319 arch/x86/Kconfig | 21 +
6320 arch/x86/Kconfig.debug | 2 +
6321 arch/x86/entry/common.c | 14 +
6322 arch/x86/entry/entry_32.S | 2 +-
6323 arch/x86/entry/entry_64.S | 2 +-
6324 arch/x86/ia32/ia32_aout.c | 2 +
6325 arch/x86/include/asm/floppy.h | 20 +-
6326 arch/x86/include/asm/fpu/types.h | 69 +-
6327 arch/x86/include/asm/io.h | 2 +-
6328 arch/x86/include/asm/page.h | 12 +-
6329 arch/x86/include/asm/paravirt_types.h | 21 +-
6330 arch/x86/include/asm/processor.h | 12 +-
6331 arch/x86/include/asm/thread_info.h | 6 +-
6332 arch/x86/kernel/dumpstack.c | 10 +-
6333 arch/x86/kernel/dumpstack_32.c | 2 +-
6334 arch/x86/kernel/dumpstack_64.c | 2 +-
6335 arch/x86/kernel/ioport.c | 13 +
6336 arch/x86/kernel/irq_32.c | 3 +
6337 arch/x86/kernel/irq_64.c | 4 +
6338 arch/x86/kernel/kprobes/opt.c | 8 +-
6339 arch/x86/kernel/ldt.c | 18 +
6340 arch/x86/kernel/msr.c | 12 +
6341 arch/x86/kernel/ptrace.c | 14 +
6342 arch/x86/kernel/signal.c | 9 +-
6343 arch/x86/kernel/sys_i386_32.c | 9 +-
6344 arch/x86/kernel/sys_x86_64.c | 8 +-
6345 arch/x86/kernel/traps.c | 5 +
6346 arch/x86/kernel/verify_cpu.S | 1 +
6347 arch/x86/kernel/vm86_32.c | 15 +
6348 arch/x86/mm/fault.c | 12 +-
6349 arch/x86/mm/hugetlbpage.c | 15 +-
6350 arch/x86/mm/init.c | 51 +-
6351 arch/x86/mm/init_32.c | 6 +-
6352 arch/x86/net/bpf_jit_comp.c | 4 +
6353 arch/x86/platform/efi/efi_64.c | 2 +-
6354 arch/x86/xen/Kconfig | 1 +
6355 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
6356 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
6357 crypto/scatterwalk.c | 10 +-
6358 drivers/acpi/acpica/hwxfsleep.c | 11 +-
6359 drivers/acpi/custom_method.c | 4 +
6360 drivers/block/cciss.h | 30 +-
6361 drivers/block/smart1,2.h | 40 +-
6362 drivers/cdrom/cdrom.c | 2 +-
6363 drivers/char/Kconfig | 4 +-
6364 drivers/char/genrtc.c | 1 +
6365 drivers/char/mem.c | 17 +
6366 drivers/char/random.c | 5 +-
6367 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
6368 drivers/firewire/ohci.c | 4 +
6369 drivers/firmware/efi/libstub/Makefile | 2 +
6370 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 82 +-
6371 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
6372 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
6373 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
6374 .../drm/amd/powerplay/hwmgr/polaris10_thermal.c | 22 +-
6375 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
6376 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
6377 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
6378 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
6379 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
6380 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
6381 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
6382 drivers/hid/hid-wiimote-debug.c | 2 +-
6383 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 138 +-
6384 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
6385 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
6386 drivers/iommu/amd_iommu.c | 14 +-
6387 drivers/iommu/arm-smmu-v3.c | 32 +-
6388 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
6389 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
6390 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
6391 drivers/isdn/i4l/isdn_concap.c | 6 +-
6392 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
6393 drivers/md/bcache/Kconfig | 1 +
6394 drivers/md/raid5.c | 8 +
6395 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
6396 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
6397 drivers/media/radio/radio-cadet.c | 5 +-
6398 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
6399 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
6400 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
6401 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
6402 drivers/message/fusion/mptbase.c | 9 +
6403 drivers/misc/sgi-xp/xp_main.c | 12 +-
6404 drivers/mmc/host/tmio_mmc_pio.c | 5 +-
6405 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
6406 drivers/net/wan/lmc/lmc_media.c | 97 +-
6407 drivers/net/wan/z85230.c | 24 +-
6408 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
6409 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
6410 drivers/pci/proc.c | 9 +
6411 drivers/platform/x86/asus-wmi.c | 12 +
6412 drivers/rtc/rtc-dev.c | 3 +
6413 drivers/scsi/bfa/bfa_fcs.c | 19 +-
6414 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
6415 drivers/scsi/bfa/bfa_modules.h | 12 +-
6416 drivers/scsi/hpsa.h | 40 +-
6417 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
6418 drivers/staging/wilc1000/host_interface.h | 1 +
6419 drivers/staging/wilc1000/wilc_spi.c | 1 +
6420 drivers/tty/sysrq.c | 2 +-
6421 drivers/tty/tty_io.c | 4 +
6422 drivers/tty/vt/keyboard.c | 22 +-
6423 drivers/uio/uio.c | 6 +-
6424 drivers/usb/core/hub.c | 5 +
6425 drivers/usb/gadget/function/f_uac1.c | 1 +
6426 drivers/usb/gadget/function/u_uac1.c | 1 +
6427 drivers/usb/host/hwa-hc.c | 9 +-
6428 drivers/usb/usbip/vhci_sysfs.c | 2 +-
6429 drivers/video/fbdev/arcfb.c | 2 +-
6430 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
6431 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
6432 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
6433 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
6434 drivers/xen/xenfs/xenstored.c | 5 +
6435 firmware/Makefile | 2 +
6436 firmware/WHENCE | 20 +-
6437 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
6438 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
6439 fs/attr.c | 4 +
6440 fs/autofs4/waitq.c | 9 +
6441 fs/binfmt_aout.c | 7 +
6442 fs/binfmt_elf.c | 40 +-
6443 fs/compat.c | 20 +-
6444 fs/coredump.c | 17 +-
6445 fs/dcache.c | 3 +
6446 fs/debugfs/inode.c | 19 +-
6447 fs/exec.c | 243 +-
6448 fs/ext2/balloc.c | 4 +-
6449 fs/ext2/super.c | 8 +-
6450 fs/ext4/balloc.c | 4 +-
6451 fs/ext4/extents.c | 2 +-
6452 fs/fcntl.c | 4 +
6453 fs/fhandle.c | 3 +-
6454 fs/file.c | 4 +
6455 fs/filesystems.c | 4 +
6456 fs/fs_struct.c | 20 +-
6457 fs/hugetlbfs/inode.c | 5 +-
6458 fs/inode.c | 8 +-
6459 fs/ioctl.c | 1 +
6460 fs/kernfs/dir.c | 6 +
6461 fs/mount.h | 4 +-
6462 fs/namei.c | 290 +-
6463 fs/namespace.c | 24 +
6464 fs/nfsd/nfscache.c | 2 +-
6465 fs/open.c | 38 +
6466 fs/overlayfs/inode.c | 3 +
6467 fs/overlayfs/super.c | 6 +-
6468 fs/pipe.c | 2 +-
6469 fs/posix_acl.c | 15 +-
6470 fs/proc/Kconfig | 10 +-
6471 fs/proc/array.c | 67 +-
6472 fs/proc/base.c | 193 +-
6473 fs/proc/cmdline.c | 4 +
6474 fs/proc/devices.c | 4 +
6475 fs/proc/fd.c | 13 +-
6476 fs/proc/generic.c | 64 +
6477 fs/proc/inode.c | 17 +
6478 fs/proc/internal.h | 18 +-
6479 fs/proc/interrupts.c | 4 +
6480 fs/proc/kcore.c | 3 +
6481 fs/proc/proc_net.c | 31 +
6482 fs/proc/proc_sysctl.c | 50 +-
6483 fs/proc/root.c | 8 +
6484 fs/proc/stat.c | 69 +-
6485 fs/proc/task_mmu.c | 85 +-
6486 fs/proc/task_nommu.c | 2 +-
6487 fs/readdir.c | 19 +
6488 fs/reiserfs/item_ops.c | 24 +-
6489 fs/reiserfs/super.c | 4 +
6490 fs/select.c | 2 +
6491 fs/seq_file.c | 31 +-
6492 fs/stat.c | 20 +-
6493 fs/sysfs/dir.c | 30 +-
6494 fs/utimes.c | 7 +
6495 fs/xattr.c | 26 +-
6496 fs/xfs/xfs_ioctl.c | 6 +
6497 grsecurity/Kconfig | 1205 ++++
6498 grsecurity/Makefile | 54 +
6499 grsecurity/gracl.c | 2773 +++++++++
6500 grsecurity/gracl_alloc.c | 105 +
6501 grsecurity/gracl_cap.c | 96 +
6502 grsecurity/gracl_compat.c | 269 +
6503 grsecurity/gracl_fs.c | 448 ++
6504 grsecurity/gracl_ip.c | 387 ++
6505 grsecurity/gracl_learn.c | 209 +
6506 grsecurity/gracl_policy.c | 1784 ++++++
6507 grsecurity/gracl_res.c | 74 +
6508 grsecurity/gracl_segv.c | 306 +
6509 grsecurity/gracl_shm.c | 40 +
6510 grsecurity/grsec_chdir.c | 19 +
6511 grsecurity/grsec_chroot.c | 506 ++
6512 grsecurity/grsec_disabled.c | 445 ++
6513 grsecurity/grsec_exec.c | 188 +
6514 grsecurity/grsec_fifo.c | 26 +
6515 grsecurity/grsec_fork.c | 23 +
6516 grsecurity/grsec_init.c | 294 +
6517 grsecurity/grsec_ipc.c | 48 +
6518 grsecurity/grsec_link.c | 65 +
6519 grsecurity/grsec_log.c | 340 +
6520 grsecurity/grsec_mem.c | 48 +
6521 grsecurity/grsec_mount.c | 65 +
6522 grsecurity/grsec_pax.c | 47 +
6523 grsecurity/grsec_proc.c | 20 +
6524 grsecurity/grsec_ptrace.c | 30 +
6525 grsecurity/grsec_sig.c | 248 +
6526 grsecurity/grsec_sock.c | 244 +
6527 grsecurity/grsec_sysctl.c | 497 ++
6528 grsecurity/grsec_time.c | 16 +
6529 grsecurity/grsec_tpe.c | 78 +
6530 grsecurity/grsec_tty.c | 18 +
6531 grsecurity/grsec_usb.c | 15 +
6532 grsecurity/grsum.c | 56 +
6533 include/asm-generic/atomic-long.h | 2 +
6534 include/asm-generic/atomic64.h | 1 +
6535 include/asm-generic/pgtable-nopmd.h | 1 +
6536 include/linux/atomic.h | 23 +
6537 include/linux/binfmts.h | 5 +-
6538 include/linux/capability.h | 13 +
6539 include/linux/cdev.h | 2 +-
6540 include/linux/compiler-gcc.h | 5 +
6541 include/linux/compiler.h | 8 +
6542 include/linux/cred.h | 8 +-
6543 include/linux/dcache.h | 5 +-
6544 include/linux/fs.h | 26 +-
6545 include/linux/fs_struct.h | 2 +-
6546 include/linux/fsnotify.h | 6 +
6547 include/linux/gracl.h | 342 ++
6548 include/linux/gracl_compat.h | 156 +
6549 include/linux/gralloc.h | 9 +
6550 include/linux/grdefs.h | 140 +
6551 include/linux/grinternal.h | 231 +
6552 include/linux/grmsg.h | 120 +
6553 include/linux/grsecurity.h | 259 +
6554 include/linux/grsock.h | 19 +
6555 include/linux/ipc.h | 2 +-
6556 include/linux/ipc_namespace.h | 2 +-
6557 include/linux/kallsyms.h | 18 +-
6558 include/linux/key-type.h | 4 +-
6559 include/linux/kmod.h | 5 +
6560 include/linux/kobject.h | 2 +-
6561 include/linux/lsm_hooks.h | 4 +-
6562 include/linux/mm.h | 12 +
6563 include/linux/mm_types.h | 4 +-
6564 include/linux/module.h | 5 +-
6565 include/linux/mount.h | 2 +-
6566 include/linux/msg.h | 2 +-
6567 include/linux/netfilter/xt_gradm.h | 9 +
6568 include/linux/path.h | 4 +-
6569 include/linux/perf_event.h | 13 +-
6570 include/linux/pid_namespace.h | 2 +-
6571 include/linux/printk.h | 3 +-
6572 include/linux/proc_fs.h | 22 +-
6573 include/linux/proc_ns.h | 2 +-
6574 include/linux/random.h | 2 +-
6575 include/linux/rbtree_augmented.h | 4 +-
6576 include/linux/scatterlist.h | 12 +-
6577 include/linux/sched.h | 135 +-
6578 include/linux/security.h | 1 +
6579 include/linux/sem.h | 2 +-
6580 include/linux/seq_file.h | 5 +
6581 include/linux/shm.h | 6 +-
6582 include/linux/skbuff.h | 3 +
6583 include/linux/slab.h | 9 -
6584 include/linux/sysctl.h | 8 +-
6585 include/linux/thread_info.h | 6 +-
6586 include/linux/tty.h | 2 +-
6587 include/linux/tty_driver.h | 4 +-
6588 include/linux/uidgid.h | 6 +
6589 include/linux/user_namespace.h | 2 +-
6590 include/linux/utsname.h | 2 +-
6591 include/linux/vermagic.h | 16 +-
6592 include/linux/vmalloc.h | 8 +
6593 include/net/af_unix.h | 2 +-
6594 include/net/ip.h | 2 +-
6595 include/net/neighbour.h | 2 +-
6596 include/net/net_namespace.h | 2 +-
6597 include/net/sock.h | 2 +-
6598 include/trace/events/fs.h | 53 +
6599 include/uapi/linux/personality.h | 1 +
6600 init/Kconfig | 7 +-
6601 init/main.c | 48 +
6602 ipc/mqueue.c | 1 +
6603 ipc/msg.c | 3 +-
6604 ipc/msgutil.c | 4 +-
6605 ipc/sem.c | 3 +-
6606 ipc/shm.c | 26 +-
6607 ipc/util.c | 6 +
6608 kernel/auditsc.c | 2 +-
6609 kernel/bpf/syscall.c | 10 +-
6610 kernel/capability.c | 41 +-
6611 kernel/cgroup.c | 5 +-
6612 kernel/compat.c | 1 +
6613 kernel/configs.c | 11 +
6614 kernel/cred.c | 112 +-
6615 kernel/events/core.c | 14 +-
6616 kernel/exit.c | 10 +-
6617 kernel/fork.c | 93 +-
6618 kernel/futex.c | 4 +-
6619 kernel/kallsyms.c | 9 +
6620 kernel/kcmp.c | 4 +
6621 kernel/kexec_core.c | 2 +-
6622 kernel/kmod.c | 96 +-
6623 kernel/kprobes.c | 9 +-
6624 kernel/ksysfs.c | 2 +
6625 kernel/locking/lockdep_proc.c | 10 +-
6626 kernel/module.c | 108 +-
6627 kernel/panic.c | 6 +-
6628 kernel/pid.c | 18 +-
6629 kernel/power/Kconfig | 2 +
6630 kernel/printk/printk.c | 7 +-
6631 kernel/ptrace.c | 50 +-
6632 kernel/resource.c | 10 +
6633 kernel/sched/core.c | 8 +-
6634 kernel/sched/debug.c | 4 +
6635 kernel/signal.c | 37 +-
6636 kernel/sys.c | 64 +-
6637 kernel/sysctl.c | 174 +-
6638 kernel/taskstats.c | 6 +
6639 kernel/time/posix-timers.c | 8 +
6640 kernel/time/time.c | 5 +
6641 kernel/time/timekeeping.c | 3 +
6642 kernel/time/timer_list.c | 13 +-
6643 kernel/time/timer_stats.c | 10 +-
6644 kernel/trace/Kconfig | 6 +
6645 kernel/trace/trace_syscalls.c | 8 +
6646 kernel/user_namespace.c | 15 +
6647 lib/Kconfig.debug | 13 +-
6648 lib/is_single_threaded.c | 3 +
6649 lib/list_debug.c | 65 +-
6650 lib/nlattr.c | 2 +
6651 lib/rbtree.c | 4 +-
6652 lib/vsprintf.c | 42 +-
6653 localversion-grsec | 1 +
6654 mm/Kconfig | 8 +-
6655 mm/Kconfig.debug | 1 +
6656 mm/filemap.c | 1 +
6657 mm/hugetlb.c | 12 +
6658 mm/kmemleak.c | 4 +-
6659 mm/memory.c | 2 +-
6660 mm/mempolicy.c | 12 +-
6661 mm/migrate.c | 3 +-
6662 mm/mlock.c | 9 +
6663 mm/mmap.c | 118 +-
6664 mm/mprotect.c | 8 +
6665 mm/page_alloc.c | 2 +-
6666 mm/process_vm_access.c | 6 +
6667 mm/shmem.c | 2 +-
6668 mm/slab.c | 14 +-
6669 mm/slab_common.c | 2 +-
6670 mm/slob.c | 12 +
6671 mm/slub.c | 33 +-
6672 mm/util.c | 3 +
6673 mm/vmalloc.c | 84 +-
6674 mm/vmstat.c | 29 +-
6675 net/appletalk/atalk_proc.c | 2 +-
6676 net/atm/lec.c | 6 +-
6677 net/atm/mpoa_caches.c | 43 +-
6678 net/can/bcm.c | 2 +-
6679 net/can/proc.c | 2 +-
6680 net/core/dev_ioctl.c | 7 +-
6681 net/core/filter.c | 8 +-
6682 net/core/net-procfs.c | 17 +-
6683 net/core/pktgen.c | 2 +-
6684 net/core/sock.c | 23 +-
6685 net/core/sysctl_net_core.c | 2 +-
6686 net/decnet/dn_dev.c | 2 +-
6687 net/ipv4/devinet.c | 6 +-
6688 net/ipv4/inet_hashtables.c | 6 +
6689 net/ipv4/ip_input.c | 7 +
6690 net/ipv4/ip_sockglue.c | 3 +-
6691 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
6692 net/ipv4/route.c | 6 +-
6693 net/ipv4/tcp_input.c | 6 +-
6694 net/ipv4/tcp_ipv4.c | 24 +-
6695 net/ipv4/tcp_minisocks.c | 9 +-
6696 net/ipv4/tcp_timer.c | 11 +
6697 net/ipv4/udp.c | 23 +
6698 net/ipv6/addrconf.c | 13 +-
6699 net/ipv6/proc.c | 2 +-
6700 net/ipv6/tcp_ipv6.c | 23 +-
6701 net/ipv6/udp.c | 7 +
6702 net/ipx/ipx_proc.c | 2 +-
6703 net/irda/irproc.c | 2 +-
6704 net/llc/llc_proc.c | 2 +-
6705 net/netfilter/Kconfig | 10 +
6706 net/netfilter/Makefile | 1 +
6707 net/netfilter/xt_gradm.c | 51 +
6708 net/netfilter/xt_hashlimit.c | 4 +-
6709 net/netfilter/xt_recent.c | 2 +-
6710 net/socket.c | 75 +-
6711 net/sunrpc/Kconfig | 1 +
6712 net/sunrpc/cache.c | 2 +-
6713 net/sunrpc/stats.c | 2 +-
6714 net/sysctl_net.c | 2 +-
6715 net/unix/af_unix.c | 52 +-
6716 net/vmw_vsock/vmci_transport_notify.c | 30 +-
6717 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
6718 net/x25/sysctl_net_x25.c | 2 +-
6719 net/x25/x25_proc.c | 2 +-
6720 scripts/Makefile.gcc-plugins | 7 +-
6721 scripts/gcc-plugins/.gitignore | 1 +
6722 scripts/gcc-plugins/Makefile | 10 +
6723 scripts/gcc-plugins/gen-random-seed.sh | 8 +
6724 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
6725 .../size_overflow_plugin/size_overflow_hash.data | 296 +-
6726 scripts/package/Makefile | 2 +-
6727 scripts/package/mkspec | 41 +-
6728 security/Kconfig | 366 +-
6729 security/apparmor/file.c | 4 +-
6730 security/apparmor/lsm.c | 6 +-
6731 security/commoncap.c | 29 +
6732 security/keys/internal.h | 2 +-
6733 security/min_addr.c | 2 +
6734 security/tomoyo/file.c | 12 +-
6735 security/tomoyo/mount.c | 4 +
6736 security/tomoyo/tomoyo.c | 20 +-
6737 security/yama/Kconfig | 2 +-
6738 sound/synth/emux/emux_seq.c | 14 +-
6739 sound/usb/line6/driver.c | 40 +-
6740 sound/usb/line6/toneport.c | 12 +-
6741 511 files changed, 32801 insertions(+), 3213 deletions(-)
6742
6743commit cb11f67628b6b8bd97c26b6223460789e4273364
6744Author: Brad Spengler <spender@grsecurity.net>
6745Date: Fri Aug 12 18:15:59 2016 -0400
6746
6747 Initial import of pax-linux-4.7-test3.patch
6748
6749 .gitignore | 1 +
6750 Documentation/dontdiff | 46 +-
6751 Documentation/kbuild/makefiles.txt | 39 +-
6752 Documentation/kernel-parameters.txt | 28 +
6753 Makefile | 20 +-
6754 arch/Kconfig | 14 +
6755 arch/alpha/include/asm/atomic.h | 10 +
6756 arch/alpha/include/asm/elf.h | 7 +
6757 arch/alpha/include/asm/pgalloc.h | 6 +
6758 arch/alpha/include/asm/pgtable.h | 11 +
6759 arch/alpha/kernel/module.c | 2 +-
6760 arch/alpha/kernel/osf_sys.c | 8 +-
6761 arch/alpha/mm/fault.c | 141 +-
6762 arch/arm/Kconfig | 6 +-
6763 arch/arm/boot/compressed/Makefile | 2 +
6764 arch/arm/include/asm/atomic.h | 323 +-
6765 arch/arm/include/asm/cache.h | 4 +-
6766 arch/arm/include/asm/cacheflush.h | 2 +-
6767 arch/arm/include/asm/checksum.h | 14 +-
6768 arch/arm/include/asm/cmpxchg.h | 4 +
6769 arch/arm/include/asm/cpuidle.h | 2 +-
6770 arch/arm/include/asm/domain.h | 42 +-
6771 arch/arm/include/asm/elf.h | 9 +-
6772 arch/arm/include/asm/fncpy.h | 2 +
6773 arch/arm/include/asm/futex.h | 1 +
6774 arch/arm/include/asm/kmap_types.h | 2 +-
6775 arch/arm/include/asm/mach/dma.h | 2 +-
6776 arch/arm/include/asm/mach/map.h | 16 +-
6777 arch/arm/include/asm/outercache.h | 2 +-
6778 arch/arm/include/asm/page.h | 3 +-
6779 arch/arm/include/asm/pgalloc.h | 20 +
6780 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
6781 arch/arm/include/asm/pgtable-2level.h | 3 +
6782 arch/arm/include/asm/pgtable-3level.h | 3 +
6783 arch/arm/include/asm/pgtable.h | 54 +-
6784 arch/arm/include/asm/smp.h | 2 +-
6785 arch/arm/include/asm/string.h | 10 +-
6786 arch/arm/include/asm/thread_info.h | 3 +
6787 arch/arm/include/asm/tls.h | 3 +
6788 arch/arm/include/asm/uaccess.h | 113 +-
6789 arch/arm/include/uapi/asm/ptrace.h | 2 +-
6790 arch/arm/kernel/armksyms.c | 2 +-
6791 arch/arm/kernel/cpuidle.c | 2 +-
6792 arch/arm/kernel/entry-armv.S | 109 +-
6793 arch/arm/kernel/entry-common.S | 40 +-
6794 arch/arm/kernel/entry-header.S | 55 +
6795 arch/arm/kernel/fiq.c | 3 +
6796 arch/arm/kernel/module-plts.c | 7 +-
6797 arch/arm/kernel/module.c | 38 +-
6798 arch/arm/kernel/patch.c | 2 +
6799 arch/arm/kernel/process.c | 86 +-
6800 arch/arm/kernel/reboot.c | 1 +
6801 arch/arm/kernel/setup.c | 20 +-
6802 arch/arm/kernel/signal.c | 35 +-
6803 arch/arm/kernel/smp.c | 2 +-
6804 arch/arm/kernel/tcm.c | 4 +-
6805 arch/arm/kernel/vmlinux.lds.S | 6 +-
6806 arch/arm/kvm/arm.c | 8 +-
6807 arch/arm/lib/copy_page.S | 1 +
6808 arch/arm/lib/csumpartialcopyuser.S | 4 +-
6809 arch/arm/lib/delay.c | 2 +-
6810 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
6811 arch/arm/mach-exynos/suspend.c | 6 +-
6812 arch/arm/mach-mmp/mmp2.c | 4 +-
6813 arch/arm/mach-mmp/pxa910.c | 4 +-
6814 arch/arm/mach-mvebu/coherency.c | 4 +-
6815 arch/arm/mach-omap2/board-n8x0.c | 2 +-
6816 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
6817 arch/arm/mach-omap2/omap-smp.c | 1 +
6818 arch/arm/mach-omap2/omap_device.c | 4 +-
6819 arch/arm/mach-omap2/omap_device.h | 4 +-
6820 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
6821 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
6822 arch/arm/mach-omap2/wd_timer.c | 6 +-
6823 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
6824 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
6825 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
6826 arch/arm/mach-tegra/irq.c | 1 +
6827 arch/arm/mach-ux500/pm.c | 1 +
6828 arch/arm/mach-zynq/platsmp.c | 1 +
6829 arch/arm/mm/Kconfig | 6 +-
6830 arch/arm/mm/cache-l2x0.c | 2 +-
6831 arch/arm/mm/context.c | 10 +-
6832 arch/arm/mm/fault.c | 160 +
6833 arch/arm/mm/fault.h | 12 +
6834 arch/arm/mm/init.c | 39 +
6835 arch/arm/mm/ioremap.c | 4 +-
6836 arch/arm/mm/mmap.c | 36 +-
6837 arch/arm/mm/mmu.c | 162 +-
6838 arch/arm/net/bpf_jit_32.c | 3 +
6839 arch/arm/plat-iop/setup.c | 2 +-
6840 arch/arm/plat-omap/sram.c | 2 +
6841 arch/arm64/Kconfig | 1 +
6842 arch/arm64/include/asm/atomic.h | 10 +
6843 arch/arm64/include/asm/percpu.h | 8 +-
6844 arch/arm64/include/asm/pgalloc.h | 5 +
6845 arch/arm64/include/asm/string.h | 22 +-
6846 arch/arm64/include/asm/uaccess.h | 1 +
6847 arch/arm64/mm/dma-mapping.c | 2 +-
6848 arch/avr32/include/asm/elf.h | 8 +-
6849 arch/avr32/include/asm/kmap_types.h | 4 +-
6850 arch/avr32/mm/fault.c | 27 +
6851 arch/frv/include/asm/atomic.h | 10 +
6852 arch/frv/include/asm/kmap_types.h | 2 +-
6853 arch/frv/mm/elf-fdpic.c | 3 +-
6854 arch/ia64/Makefile | 1 +
6855 arch/ia64/include/asm/atomic.h | 10 +
6856 arch/ia64/include/asm/elf.h | 7 +
6857 arch/ia64/include/asm/pgalloc.h | 12 +
6858 arch/ia64/include/asm/pgtable.h | 13 +-
6859 arch/ia64/include/asm/spinlock.h | 2 +-
6860 arch/ia64/include/asm/uaccess.h | 27 +-
6861 arch/ia64/kernel/module.c | 20 +-
6862 arch/ia64/kernel/palinfo.c | 2 +-
6863 arch/ia64/kernel/sys_ia64.c | 7 +
6864 arch/ia64/kernel/vmlinux.lds.S | 2 +-
6865 arch/ia64/mm/fault.c | 32 +-
6866 arch/ia64/mm/init.c | 15 +-
6867 arch/m32r/lib/usercopy.c | 6 +
6868 arch/mips/Kbuild | 2 +-
6869 arch/mips/Kconfig | 1 +
6870 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
6871 arch/mips/include/asm/atomic.h | 372 +-
6872 arch/mips/include/asm/cache.h | 3 +-
6873 arch/mips/include/asm/elf.h | 7 +
6874 arch/mips/include/asm/exec.h | 2 +-
6875 arch/mips/include/asm/hw_irq.h | 2 +-
6876 arch/mips/include/asm/irq.h | 1 -
6877 arch/mips/include/asm/local.h | 57 +
6878 arch/mips/include/asm/page.h | 2 +-
6879 arch/mips/include/asm/pgalloc.h | 5 +
6880 arch/mips/include/asm/pgtable.h | 3 +
6881 arch/mips/include/asm/uaccess.h | 1 +
6882 arch/mips/kernel/binfmt_elfn32.c | 7 +
6883 arch/mips/kernel/binfmt_elfo32.c | 7 +
6884 arch/mips/kernel/irq-gt641xx.c | 2 +-
6885 arch/mips/kernel/irq.c | 6 +-
6886 arch/mips/kernel/pm-cps.c | 2 +-
6887 arch/mips/kernel/process.c | 12 -
6888 arch/mips/kernel/sync-r4k.c | 24 +-
6889 arch/mips/kernel/traps.c | 13 +-
6890 arch/mips/lib/ashldi3.c | 21 +-
6891 arch/mips/lib/ashrdi3.c | 19 +-
6892 arch/mips/lib/libgcc.h | 12 +-
6893 arch/mips/mm/fault.c | 25 +
6894 arch/mips/mm/init.c | 4 +-
6895 arch/mips/mm/mmap.c | 24 +-
6896 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
6897 arch/mips/sni/rm200.c | 2 +-
6898 arch/mips/vr41xx/common/icu.c | 2 +-
6899 arch/mips/vr41xx/common/irq.c | 4 +-
6900 arch/parisc/include/asm/atomic.h | 10 +
6901 arch/parisc/include/asm/elf.h | 7 +
6902 arch/parisc/include/asm/pgalloc.h | 6 +
6903 arch/parisc/include/asm/pgtable.h | 11 +
6904 arch/parisc/include/asm/uaccess.h | 4 +-
6905 arch/parisc/kernel/module.c | 26 +-
6906 arch/parisc/kernel/sys_parisc.c | 15 +
6907 arch/parisc/kernel/traps.c | 4 +-
6908 arch/parisc/mm/fault.c | 140 +-
6909 arch/powerpc/Kconfig | 1 +
6910 arch/powerpc/include/asm/atomic.h | 317 +-
6911 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
6912 arch/powerpc/include/asm/book3s/64/pgalloc.h | 10 +
6913 arch/powerpc/include/asm/elf.h | 12 +
6914 arch/powerpc/include/asm/exec.h | 2 +-
6915 arch/powerpc/include/asm/kmap_types.h | 2 +-
6916 arch/powerpc/include/asm/local.h | 46 +
6917 arch/powerpc/include/asm/mman.h | 2 +-
6918 arch/powerpc/include/asm/nohash/64/pgalloc.h | 7 +
6919 arch/powerpc/include/asm/page.h | 8 +-
6920 arch/powerpc/include/asm/page_64.h | 7 +-
6921 arch/powerpc/include/asm/pgtable.h | 1 +
6922 arch/powerpc/include/asm/reg.h | 1 +
6923 arch/powerpc/include/asm/smp.h | 2 +-
6924 arch/powerpc/include/asm/spinlock.h | 42 +-
6925 arch/powerpc/include/asm/string.h | 18 +-
6926 arch/powerpc/include/asm/uaccess.h | 141 +-
6927 arch/powerpc/kernel/Makefile | 5 +
6928 arch/powerpc/kernel/exceptions-64e.S | 4 +-
6929 arch/powerpc/kernel/exceptions-64s.S | 2 +-
6930 arch/powerpc/kernel/module_32.c | 15 +-
6931 arch/powerpc/kernel/process.c | 7 -
6932 arch/powerpc/kernel/signal_32.c | 2 +-
6933 arch/powerpc/kernel/signal_64.c | 2 +-
6934 arch/powerpc/kernel/traps.c | 21 +
6935 arch/powerpc/kernel/vdso.c | 5 +-
6936 arch/powerpc/lib/usercopy_64.c | 18 -
6937 arch/powerpc/mm/fault.c | 56 +-
6938 arch/powerpc/mm/mmap.c | 16 +
6939 arch/powerpc/mm/slice.c | 21 +-
6940 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
6941 arch/s390/include/asm/atomic.h | 10 +
6942 arch/s390/include/asm/elf.h | 7 +
6943 arch/s390/include/asm/exec.h | 2 +-
6944 arch/s390/include/asm/uaccess.h | 13 +-
6945 arch/s390/kernel/module.c | 22 +-
6946 arch/s390/kernel/process.c | 7 -
6947 arch/s390/mm/mmap.c | 22 +-
6948 arch/score/include/asm/exec.h | 2 +-
6949 arch/score/kernel/process.c | 5 -
6950 arch/sh/mm/mmap.c | 28 +-
6951 arch/sparc/Kconfig | 1 +
6952 arch/sparc/include/asm/atomic_64.h | 116 +-
6953 arch/sparc/include/asm/cache.h | 2 +-
6954 arch/sparc/include/asm/elf_32.h | 7 +
6955 arch/sparc/include/asm/elf_64.h | 7 +
6956 arch/sparc/include/asm/pgalloc_32.h | 1 +
6957 arch/sparc/include/asm/pgalloc_64.h | 1 +
6958 arch/sparc/include/asm/pgtable.h | 4 +
6959 arch/sparc/include/asm/pgtable_32.h | 15 +-
6960 arch/sparc/include/asm/pgtsrmmu.h | 5 +
6961 arch/sparc/include/asm/setup.h | 4 +-
6962 arch/sparc/include/asm/spinlock_64.h | 35 +-
6963 arch/sparc/include/asm/thread_info_32.h | 1 +
6964 arch/sparc/include/asm/thread_info_64.h | 2 +
6965 arch/sparc/include/asm/uaccess.h | 1 +
6966 arch/sparc/include/asm/uaccess_32.h | 28 +-
6967 arch/sparc/include/asm/uaccess_64.h | 24 +-
6968 arch/sparc/kernel/Makefile | 2 +-
6969 arch/sparc/kernel/prom_common.c | 2 +-
6970 arch/sparc/kernel/smp_64.c | 8 +-
6971 arch/sparc/kernel/sys_sparc_32.c | 2 +-
6972 arch/sparc/kernel/sys_sparc_64.c | 58 +-
6973 arch/sparc/kernel/traps_64.c | 27 +-
6974 arch/sparc/lib/Makefile | 2 +-
6975 arch/sparc/lib/atomic_64.S | 57 +-
6976 arch/sparc/lib/ksyms.c | 6 +-
6977 arch/sparc/mm/Makefile | 2 +-
6978 arch/sparc/mm/fault_32.c | 292 +
6979 arch/sparc/mm/fault_64.c | 486 +
6980 arch/sparc/mm/hugetlbpage.c | 30 +-
6981 arch/sparc/mm/init_64.c | 10 +-
6982 arch/tile/include/asm/atomic_64.h | 10 +
6983 arch/tile/include/asm/uaccess.h | 4 +-
6984 arch/um/Makefile | 2 +
6985 arch/um/include/asm/kmap_types.h | 2 +-
6986 arch/um/include/asm/page.h | 3 +
6987 arch/um/include/asm/pgtable-3level.h | 1 +
6988 arch/um/kernel/process.c | 16 -
6989 arch/x86/Kconfig | 33 +-
6990 arch/x86/Kconfig.cpu | 6 +-
6991 arch/x86/Kconfig.debug | 3 +-
6992 arch/x86/Makefile | 13 +-
6993 arch/x86/boot/bitops.h | 4 +-
6994 arch/x86/boot/boot.h | 2 +-
6995 arch/x86/boot/compressed/Makefile | 17 +
6996 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
6997 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
6998 arch/x86/boot/compressed/head_32.S | 4 +-
6999 arch/x86/boot/compressed/head_64.S | 12 +-
7000 arch/x86/boot/compressed/misc.c | 19 +-
7001 arch/x86/boot/compressed/pagetable.c | 1 +
7002 arch/x86/boot/cpucheck.c | 16 +-
7003 arch/x86/boot/header.S | 7 +-
7004 arch/x86/boot/memory.c | 2 +-
7005 arch/x86/boot/video-vesa.c | 1 +
7006 arch/x86/boot/video.c | 2 +-
7007 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
7008 arch/x86/crypto/aesni-intel_asm.S | 116 +-
7009 arch/x86/crypto/aesni-intel_glue.c | 4 +-
7010 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
7011 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
7012 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
7013 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
7014 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
7015 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
7016 arch/x86/crypto/camellia_glue.c | 8 +-
7017 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
7018 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
7019 arch/x86/crypto/cast6_avx_glue.c | 16 +-
7020 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
7021 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
7022 arch/x86/crypto/glue_helper.c | 2 +-
7023 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
7024 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
7025 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
7026 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
7027 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
7028 arch/x86/crypto/serpent_avx_glue.c | 18 +-
7029 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
7030 arch/x86/crypto/sha-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
7031 arch/x86/crypto/sha-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
7032 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
7033 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
7034 arch/x86/crypto/sha256-avx-asm.S | 5 +-
7035 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
7036 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
7037 arch/x86/crypto/sha256_ni_asm.S | 2 +-
7038 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
7039 arch/x86/crypto/sha512-avx-asm.S | 5 +-
7040 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
7041 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
7042 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
7043 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
7044 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
7045 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
7046 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
7047 arch/x86/crypto/twofish_avx_glue.c | 21 +-
7048 arch/x86/crypto/twofish_glue.c | 4 +-
7049 arch/x86/crypto/twofish_glue_3way.c | 12 +-
7050 arch/x86/entry/Makefile | 2 +
7051 arch/x86/entry/calling.h | 86 +-
7052 arch/x86/entry/common.c | 89 +-
7053 arch/x86/entry/entry_32.S | 330 +-
7054 arch/x86/entry/entry_64.S | 593 +-
7055 arch/x86/entry/entry_64_compat.S | 110 +-
7056 arch/x86/entry/thunk_64.S | 2 +
7057 arch/x86/entry/vdso/Makefile | 5 +-
7058 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
7059 arch/x86/entry/vdso/vdso2c.h | 4 +-
7060 arch/x86/entry/vdso/vma.c | 42 +-
7061 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
7062 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-
7063 arch/x86/events/amd/iommu.c | 8 +-
7064 arch/x86/events/core.c | 8 +-
7065 arch/x86/events/intel/bts.c | 6 +-
7066 arch/x86/events/intel/core.c | 34 +-
7067 arch/x86/events/intel/cqm.c | 14 +-
7068 arch/x86/events/intel/cstate.c | 6 +-
7069 arch/x86/events/intel/ds.c | 7 +-
7070 arch/x86/events/intel/lbr.c | 4 +-
7071 arch/x86/events/intel/pt.c | 38 +-
7072 arch/x86/events/intel/rapl.c | 8 +-
7073 arch/x86/events/intel/uncore.c | 6 +-
7074 arch/x86/events/intel/uncore.h | 14 +-
7075 arch/x86/events/perf_event.h | 2 +-
7076 arch/x86/ia32/ia32_signal.c | 23 +-
7077 arch/x86/ia32/sys_ia32.c | 42 +-
7078 arch/x86/include/asm/alternative-asm.h | 43 +-
7079 arch/x86/include/asm/alternative.h | 4 +-
7080 arch/x86/include/asm/apic.h | 2 +-
7081 arch/x86/include/asm/apm.h | 4 +-
7082 arch/x86/include/asm/atomic.h | 230 +-
7083 arch/x86/include/asm/atomic64_32.h | 131 +
7084 arch/x86/include/asm/atomic64_64.h | 169 +-
7085 arch/x86/include/asm/bitops.h | 18 +-
7086 arch/x86/include/asm/boot.h | 2 +-
7087 arch/x86/include/asm/cache.h | 4 +-
7088 arch/x86/include/asm/checksum_32.h | 12 +-
7089 arch/x86/include/asm/cmpxchg.h | 39 +
7090 arch/x86/include/asm/compat.h | 4 +
7091 arch/x86/include/asm/cpufeature.h | 2 +-
7092 arch/x86/include/asm/cpufeatures.h | 5 +-
7093 arch/x86/include/asm/crypto/camellia.h | 30 +-
7094 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
7095 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
7096 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
7097 arch/x86/include/asm/crypto/twofish.h | 10 +-
7098 arch/x86/include/asm/desc.h | 78 +-
7099 arch/x86/include/asm/desc_defs.h | 6 +
7100 arch/x86/include/asm/div64.h | 2 +-
7101 arch/x86/include/asm/dma.h | 2 +
7102 arch/x86/include/asm/efi.h | 5 +
7103 arch/x86/include/asm/elf.h | 33 +-
7104 arch/x86/include/asm/emergency-restart.h | 2 +-
7105 arch/x86/include/asm/fixmap.h | 2 +-
7106 arch/x86/include/asm/fpu/internal.h | 38 +-
7107 arch/x86/include/asm/fpu/types.h | 5 +-
7108 arch/x86/include/asm/futex.h | 14 +-
7109 arch/x86/include/asm/hw_irq.h | 4 +-
7110 arch/x86/include/asm/hypervisor.h | 2 +-
7111 arch/x86/include/asm/i8259.h | 2 +-
7112 arch/x86/include/asm/io.h | 22 +-
7113 arch/x86/include/asm/irqflags.h | 5 +
7114 arch/x86/include/asm/kprobes.h | 2 +-
7115 arch/x86/include/asm/kvm_emulate.h | 7 +-
7116 arch/x86/include/asm/local.h | 106 +-
7117 arch/x86/include/asm/mce.h | 2 +-
7118 arch/x86/include/asm/mman.h | 15 +
7119 arch/x86/include/asm/mmu.h | 14 +-
7120 arch/x86/include/asm/mmu_context.h | 33 +-
7121 arch/x86/include/asm/module.h | 23 +-
7122 arch/x86/include/asm/nmi.h | 19 +-
7123 arch/x86/include/asm/page.h | 2 +
7124 arch/x86/include/asm/page_32.h | 12 +-
7125 arch/x86/include/asm/page_64.h | 14 +-
7126 arch/x86/include/asm/paravirt.h | 46 +-
7127 arch/x86/include/asm/paravirt_types.h | 13 +-
7128 arch/x86/include/asm/pgalloc.h | 23 +
7129 arch/x86/include/asm/pgtable-2level.h | 2 +
7130 arch/x86/include/asm/pgtable-3level.h | 7 +
7131 arch/x86/include/asm/pgtable.h | 128 +-
7132 arch/x86/include/asm/pgtable_32.h | 14 +-
7133 arch/x86/include/asm/pgtable_32_types.h | 24 +-
7134 arch/x86/include/asm/pgtable_64.h | 23 +-
7135 arch/x86/include/asm/pgtable_64_types.h | 5 +
7136 arch/x86/include/asm/pgtable_types.h | 27 +-
7137 arch/x86/include/asm/pmem.h | 2 +-
7138 arch/x86/include/asm/preempt.h | 2 +-
7139 arch/x86/include/asm/processor.h | 57 +-
7140 arch/x86/include/asm/ptrace.h | 15 +-
7141 arch/x86/include/asm/realmode.h | 4 +-
7142 arch/x86/include/asm/reboot.h | 10 +-
7143 arch/x86/include/asm/rmwcc.h | 84 +-
7144 arch/x86/include/asm/rwsem.h | 63 +-
7145 arch/x86/include/asm/segment.h | 27 +-
7146 arch/x86/include/asm/smap.h | 43 +
7147 arch/x86/include/asm/smp.h | 14 +-
7148 arch/x86/include/asm/stackprotector.h | 4 +-
7149 arch/x86/include/asm/stacktrace.h | 34 +-
7150 arch/x86/include/asm/string_32.h | 20 +-
7151 arch/x86/include/asm/string_64.h | 16 +-
7152 arch/x86/include/asm/switch_to.h | 4 +-
7153 arch/x86/include/asm/sys_ia32.h | 6 +-
7154 arch/x86/include/asm/thread_info.h | 54 +-
7155 arch/x86/include/asm/tlbflush.h | 77 +-
7156 arch/x86/include/asm/traps.h | 4 +-
7157 arch/x86/include/asm/uaccess.h | 210 +-
7158 arch/x86/include/asm/uaccess_32.h | 28 +-
7159 arch/x86/include/asm/uaccess_64.h | 170 +-
7160 arch/x86/include/asm/word-at-a-time.h | 2 +-
7161 arch/x86/include/asm/x86_init.h | 8 +-
7162 arch/x86/include/asm/xen/page.h | 2 +-
7163 arch/x86/include/uapi/asm/e820.h | 2 +-
7164 arch/x86/kernel/Makefile | 2 +-
7165 arch/x86/kernel/acpi/boot.c | 4 +-
7166 arch/x86/kernel/acpi/sleep.c | 4 +
7167 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
7168 arch/x86/kernel/alternative.c | 113 +-
7169 arch/x86/kernel/apic/apic.c | 4 +-
7170 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
7171 arch/x86/kernel/apic/apic_noop.c | 2 +-
7172 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
7173 arch/x86/kernel/apic/io_apic.c | 10 +-
7174 arch/x86/kernel/apic/msi.c | 2 +-
7175 arch/x86/kernel/apic/probe_32.c | 4 +-
7176 arch/x86/kernel/apic/vector.c | 2 +
7177 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
7178 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
7179 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
7180 arch/x86/kernel/apm_32.c | 21 +-
7181 arch/x86/kernel/asm-offsets.c | 21 +
7182 arch/x86/kernel/cpu/Makefile | 4 -
7183 arch/x86/kernel/cpu/amd.c | 2 +-
7184 arch/x86/kernel/cpu/bugs_64.c | 2 +
7185 arch/x86/kernel/cpu/common.c | 206 +-
7186 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
7187 arch/x86/kernel/cpu/mcheck/mce.c | 38 +-
7188 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
7189 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
7190 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
7191 arch/x86/kernel/cpu/mshyperv.c | 2 +-
7192 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
7193 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
7194 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
7195 arch/x86/kernel/cpu/vmware.c | 2 +-
7196 arch/x86/kernel/crash_dump_64.c | 2 +-
7197 arch/x86/kernel/doublefault.c | 8 +-
7198 arch/x86/kernel/dumpstack.c | 14 +-
7199 arch/x86/kernel/dumpstack_32.c | 23 +-
7200 arch/x86/kernel/dumpstack_64.c | 70 +-
7201 arch/x86/kernel/e820.c | 4 +-
7202 arch/x86/kernel/early_printk.c | 1 +
7203 arch/x86/kernel/espfix_64.c | 44 +-
7204 arch/x86/kernel/fpu/core.c | 30 +-
7205 arch/x86/kernel/fpu/init.c | 49 +-
7206 arch/x86/kernel/fpu/regset.c | 22 +-
7207 arch/x86/kernel/fpu/signal.c | 20 +-
7208 arch/x86/kernel/fpu/xstate.c | 12 +-
7209 arch/x86/kernel/ftrace.c | 18 +-
7210 arch/x86/kernel/head64.c | 14 +-
7211 arch/x86/kernel/head_32.S | 236 +-
7212 arch/x86/kernel/head_64.S | 179 +-
7213 arch/x86/kernel/i386_ksyms_32.c | 12 +
7214 arch/x86/kernel/i8259.c | 10 +-
7215 arch/x86/kernel/io_delay.c | 2 +-
7216 arch/x86/kernel/ioport.c | 2 +-
7217 arch/x86/kernel/irq.c | 8 +-
7218 arch/x86/kernel/irq_32.c | 43 +-
7219 arch/x86/kernel/jump_label.c | 10 +-
7220 arch/x86/kernel/kgdb.c | 21 +-
7221 arch/x86/kernel/kprobes/core.c | 28 +-
7222 arch/x86/kernel/kprobes/opt.c | 16 +-
7223 arch/x86/kernel/ksysfs.c | 2 +-
7224 arch/x86/kernel/kvm.c | 2 +-
7225 arch/x86/kernel/kvmclock.c | 20 +-
7226 arch/x86/kernel/ldt.c | 25 +
7227 arch/x86/kernel/machine_kexec_32.c | 6 +-
7228 arch/x86/kernel/mcount_64.S | 21 +-
7229 arch/x86/kernel/module.c | 78 +-
7230 arch/x86/kernel/msr.c | 2 +-
7231 arch/x86/kernel/nmi.c | 34 +-
7232 arch/x86/kernel/nmi_selftest.c | 4 +-
7233 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
7234 arch/x86/kernel/paravirt.c | 133 +-
7235 arch/x86/kernel/paravirt_patch_64.c | 8 +
7236 arch/x86/kernel/pci-calgary_64.c | 2 +-
7237 arch/x86/kernel/pci-iommu_table.c | 2 +-
7238 arch/x86/kernel/pci-swiotlb.c | 2 +-
7239 arch/x86/kernel/process.c | 80 +-
7240 arch/x86/kernel/process_32.c | 29 +-
7241 arch/x86/kernel/process_64.c | 14 +-
7242 arch/x86/kernel/ptrace.c | 20 +-
7243 arch/x86/kernel/pvclock.c | 8 +-
7244 arch/x86/kernel/reboot.c | 44 +-
7245 arch/x86/kernel/reboot_fixups_32.c | 2 +-
7246 arch/x86/kernel/relocate_kernel_64.S | 3 +-
7247 arch/x86/kernel/setup.c | 29 +-
7248 arch/x86/kernel/setup_percpu.c | 29 +-
7249 arch/x86/kernel/signal.c | 17 +-
7250 arch/x86/kernel/smp.c | 2 +-
7251 arch/x86/kernel/smpboot.c | 29 +-
7252 arch/x86/kernel/step.c | 6 +-
7253 arch/x86/kernel/sys_i386_32.c | 184 +
7254 arch/x86/kernel/sys_x86_64.c | 28 +-
7255 arch/x86/kernel/tboot.c | 22 +-
7256 arch/x86/kernel/time.c | 8 +-
7257 arch/x86/kernel/tls.c | 7 +-
7258 arch/x86/kernel/tracepoint.c | 4 +-
7259 arch/x86/kernel/traps.c | 64 +-
7260 arch/x86/kernel/tsc.c | 2 +-
7261 arch/x86/kernel/uprobes.c | 4 +-
7262 arch/x86/kernel/vm86_32.c | 6 +-
7263 arch/x86/kernel/vmlinux.lds.S | 144 +-
7264 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
7265 arch/x86/kernel/x86_init.c | 6 +-
7266 arch/x86/kvm/cpuid.c | 21 +-
7267 arch/x86/kvm/emulate.c | 20 +-
7268 arch/x86/kvm/i8259.c | 10 +-
7269 arch/x86/kvm/ioapic.c | 2 +
7270 arch/x86/kvm/lapic.c | 2 +-
7271 arch/x86/kvm/paging_tmpl.h | 2 +-
7272 arch/x86/kvm/svm.c | 10 +-
7273 arch/x86/kvm/vmx.c | 60 +-
7274 arch/x86/kvm/x86.c | 44 +-
7275 arch/x86/lguest/boot.c | 3 +-
7276 arch/x86/lib/atomic64_386_32.S | 164 +
7277 arch/x86/lib/atomic64_cx8_32.S | 98 +-
7278 arch/x86/lib/checksum_32.S | 99 +-
7279 arch/x86/lib/clear_page_64.S | 3 +
7280 arch/x86/lib/cmpxchg16b_emu.S | 3 +
7281 arch/x86/lib/copy_page_64.S | 14 +-
7282 arch/x86/lib/copy_user_64.S | 66 +-
7283 arch/x86/lib/csum-copy_64.S | 14 +-
7284 arch/x86/lib/csum-wrappers_64.c | 8 +-
7285 arch/x86/lib/getuser.S | 74 +-
7286 arch/x86/lib/insn.c | 8 +-
7287 arch/x86/lib/iomap_copy_64.S | 2 +
7288 arch/x86/lib/memcpy_64.S | 6 +
7289 arch/x86/lib/memmove_64.S | 3 +-
7290 arch/x86/lib/memset_64.S | 3 +
7291 arch/x86/lib/mmx_32.c | 243 +-
7292 arch/x86/lib/msr-reg.S | 2 +
7293 arch/x86/lib/putuser.S | 87 +-
7294 arch/x86/lib/rwsem.S | 4 +
7295 arch/x86/lib/usercopy_32.c | 359 +-
7296 arch/x86/lib/usercopy_64.c | 22 +-
7297 arch/x86/math-emu/fpu_aux.c | 2 +-
7298 arch/x86/math-emu/fpu_entry.c | 4 +-
7299 arch/x86/math-emu/fpu_etc.c | 9 +-
7300 arch/x86/math-emu/fpu_system.h | 2 +-
7301 arch/x86/math-emu/fpu_trig.c | 13 +-
7302 arch/x86/math-emu/reg_constant.c | 7 +-
7303 arch/x86/mm/Makefile | 3 +
7304 arch/x86/mm/dump_pagetables.c | 32 +-
7305 arch/x86/mm/extable.c | 20 +-
7306 arch/x86/mm/fault.c | 572 +-
7307 arch/x86/mm/gup.c | 6 +-
7308 arch/x86/mm/highmem_32.c | 6 +
7309 arch/x86/mm/hugetlbpage.c | 24 +-
7310 arch/x86/mm/init.c | 19 +-
7311 arch/x86/mm/init_32.c | 156 +-
7312 arch/x86/mm/init_64.c | 106 +-
7313 arch/x86/mm/iomap_32.c | 4 +
7314 arch/x86/mm/ioremap.c | 54 +-
7315 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
7316 arch/x86/mm/mmap.c | 46 +-
7317 arch/x86/mm/mmio-mod.c | 10 +-
7318 arch/x86/mm/mpx.c | 6 +-
7319 arch/x86/mm/numa.c | 2 +-
7320 arch/x86/mm/pageattr.c | 38 +-
7321 arch/x86/mm/pat.c | 12 +-
7322 arch/x86/mm/pat_rbtree.c | 2 +-
7323 arch/x86/mm/pf_in.c | 10 +-
7324 arch/x86/mm/pgtable.c | 211 +-
7325 arch/x86/mm/pgtable_32.c | 3 +
7326 arch/x86/mm/setup_nx.c | 7 +
7327 arch/x86/mm/tlb.c | 104 +-
7328 arch/x86/mm/uderef_64.c | 37 +
7329 arch/x86/net/bpf_jit.S | 11 +
7330 arch/x86/net/bpf_jit_comp.c | 13 +-
7331 arch/x86/oprofile/backtrace.c | 6 +-
7332 arch/x86/oprofile/nmi_int.c | 10 +-
7333 arch/x86/oprofile/op_model_amd.c | 8 +-
7334 arch/x86/oprofile/op_model_ppro.c | 7 +-
7335 arch/x86/oprofile/op_x86_model.h | 2 +-
7336 arch/x86/pci/intel_mid_pci.c | 2 +-
7337 arch/x86/pci/irq.c | 8 +-
7338 arch/x86/pci/pcbios.c | 112 +-
7339 arch/x86/pci/vmd.c | 4 +-
7340 arch/x86/platform/efi/efi_32.c | 24 +
7341 arch/x86/platform/efi/efi_64.c | 26 +-
7342 arch/x86/platform/efi/efi_stub_32.S | 64 +-
7343 arch/x86/platform/efi/efi_stub_64.S | 2 +
7344 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
7345 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
7346 arch/x86/platform/intel-mid/mfld.c | 4 +-
7347 arch/x86/platform/intel-mid/mrfl.c | 2 +-
7348 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
7349 arch/x86/platform/olpc/olpc_dt.c | 2 +-
7350 arch/x86/power/cpu.c | 11 +-
7351 arch/x86/realmode/init.c | 10 +-
7352 arch/x86/realmode/rm/header.S | 4 +-
7353 arch/x86/realmode/rm/reboot.S | 4 +
7354 arch/x86/realmode/rm/trampoline_32.S | 12 +-
7355 arch/x86/realmode/rm/trampoline_64.S | 3 +-
7356 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
7357 arch/x86/tools/Makefile | 2 +-
7358 arch/x86/tools/relocs.c | 97 +-
7359 arch/x86/um/mem_32.c | 2 +-
7360 arch/x86/um/tls_32.c | 2 +-
7361 arch/x86/xen/enlighten.c | 52 +-
7362 arch/x86/xen/mmu.c | 31 +-
7363 arch/x86/xen/smp.c | 16 +-
7364 arch/x86/xen/xen-asm_32.S | 2 +-
7365 arch/x86/xen/xen-head.S | 12 +
7366 arch/x86/xen/xen-ops.h | 2 -
7367 block/bio.c | 4 +-
7368 block/blk-cgroup.c | 18 +-
7369 block/blk-map.c | 2 +-
7370 block/blk-softirq.c | 2 +-
7371 block/bsg.c | 12 +-
7372 block/cfq-iosched.c | 4 +-
7373 block/compat_ioctl.c | 4 +-
7374 block/genhd.c | 9 +-
7375 block/partitions/efi.c | 8 +-
7376 block/scsi_ioctl.c | 29 +-
7377 crypto/cast6_generic.c | 6 +-
7378 crypto/cryptd.c | 4 +-
7379 crypto/crypto_user.c | 2 +-
7380 crypto/pcrypt.c | 2 +-
7381 crypto/salsa20_generic.c | 16 +-
7382 crypto/serpent_generic.c | 6 +-
7383 drivers/acpi/ac.c | 2 +-
7384 drivers/acpi/acpi_video.c | 2 +-
7385 drivers/acpi/apei/apei-internal.h | 2 +-
7386 drivers/acpi/apei/ghes.c | 10 +-
7387 drivers/acpi/battery.c | 2 +-
7388 drivers/acpi/bgrt.c | 6 +-
7389 drivers/acpi/blacklist.c | 6 +-
7390 drivers/acpi/bus.c | 4 +-
7391 drivers/acpi/device_pm.c | 4 +-
7392 drivers/acpi/ec.c | 6 +-
7393 drivers/acpi/osi.c | 2 +-
7394 drivers/acpi/pci_slot.c | 2 +-
7395 drivers/acpi/processor_idle.c | 2 +-
7396 drivers/acpi/processor_pdc.c | 2 +-
7397 drivers/acpi/sleep.c | 2 +-
7398 drivers/acpi/sysfs.c | 14 +-
7399 drivers/acpi/thermal.c | 2 +-
7400 drivers/acpi/video_detect.c | 7 +-
7401 drivers/android/binder.c | 2 +-
7402 drivers/ata/libata-core.c | 12 +-
7403 drivers/ata/libata-scsi.c | 2 +-
7404 drivers/ata/libata.h | 2 +-
7405 drivers/ata/pata_arasan_cf.c | 4 +-
7406 drivers/atm/adummy.c | 2 +-
7407 drivers/atm/ambassador.c | 8 +-
7408 drivers/atm/atmtcp.c | 14 +-
7409 drivers/atm/eni.c | 10 +-
7410 drivers/atm/firestream.c | 8 +-
7411 drivers/atm/fore200e.c | 14 +-
7412 drivers/atm/he.c | 18 +-
7413 drivers/atm/horizon.c | 4 +-
7414 drivers/atm/idt77252.c | 36 +-
7415 drivers/atm/iphase.c | 34 +-
7416 drivers/atm/lanai.c | 12 +-
7417 drivers/atm/nicstar.c | 46 +-
7418 drivers/atm/solos-pci.c | 4 +-
7419 drivers/atm/suni.c | 4 +-
7420 drivers/atm/uPD98402.c | 16 +-
7421 drivers/atm/zatm.c | 6 +-
7422 drivers/base/bus.c | 4 +-
7423 drivers/base/devres.c | 4 +-
7424 drivers/base/devtmpfs.c | 8 +-
7425 drivers/base/node.c | 2 +-
7426 drivers/base/platform-msi.c | 20 +-
7427 drivers/base/power/domain.c | 6 +-
7428 drivers/base/power/runtime.c | 61 +-
7429 drivers/base/power/sysfs.c | 2 +-
7430 drivers/base/power/wakeup.c | 8 +-
7431 drivers/base/regmap/regmap-debugfs.c | 4 +-
7432 drivers/base/regmap/regmap.c | 4 +-
7433 drivers/base/syscore.c | 4 +-
7434 drivers/block/cciss.c | 28 +-
7435 drivers/block/cciss.h | 2 +-
7436 drivers/block/drbd/drbd_bitmap.c | 2 +-
7437 drivers/block/drbd/drbd_int.h | 12 +-
7438 drivers/block/drbd/drbd_main.c | 12 +-
7439 drivers/block/drbd/drbd_nl.c | 16 +-
7440 drivers/block/drbd/drbd_receiver.c | 38 +-
7441 drivers/block/drbd/drbd_state.c | 12 +-
7442 drivers/block/drbd/drbd_state.h | 2 +-
7443 drivers/block/drbd/drbd_state_change.h | 8 +-
7444 drivers/block/drbd/drbd_worker.c | 14 +-
7445 drivers/block/floppy.c | 8 +-
7446 drivers/block/pktcdvd.c | 4 +-
7447 drivers/block/rbd.c | 2 +-
7448 drivers/bluetooth/btwilink.c | 2 +-
7449 drivers/bus/arm-cci.c | 6 +-
7450 drivers/cdrom/cdrom.c | 11 +-
7451 drivers/cdrom/gdrom.c | 1 -
7452 drivers/char/agp/compat_ioctl.c | 2 +-
7453 drivers/char/agp/frontend.c | 4 +-
7454 drivers/char/agp/intel-gtt.c | 4 +-
7455 drivers/char/hpet.c | 2 +-
7456 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
7457 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
7458 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
7459 drivers/char/ipmi/ipmi_ssif.c | 12 +-
7460 drivers/char/mem.c | 47 +-
7461 drivers/char/nvram.c | 2 +-
7462 drivers/char/pcmcia/synclink_cs.c | 16 +-
7463 drivers/char/random.c | 12 +-
7464 drivers/char/sonypi.c | 11 +-
7465 drivers/char/tpm/tpm-chip.c | 7 +-
7466 drivers/char/tpm/tpm_acpi.c | 3 +-
7467 drivers/char/tpm/tpm_eventlog.c | 5 +-
7468 drivers/char/virtio_console.c | 6 +-
7469 drivers/clk/clk-composite.c | 2 +-
7470 drivers/clk/samsung/clk.h | 2 +-
7471 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
7472 drivers/clk/socfpga/clk-gate.c | 9 +-
7473 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
7474 drivers/clk/socfpga/clk-pll.c | 9 +-
7475 drivers/clk/ti/adpll.c | 2 +-
7476 drivers/clk/ti/clk.c | 8 +-
7477 drivers/cpufreq/acpi-cpufreq.c | 17 +-
7478 drivers/cpufreq/cpufreq-dt.c | 4 +-
7479 drivers/cpufreq/cpufreq.c | 27 +-
7480 drivers/cpufreq/cpufreq_governor.h | 2 +-
7481 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
7482 drivers/cpufreq/intel_pstate.c | 56 +-
7483 drivers/cpufreq/p4-clockmod.c | 12 +-
7484 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
7485 drivers/cpufreq/speedstep-centrino.c | 7 +-
7486 drivers/cpuidle/driver.c | 2 +-
7487 drivers/cpuidle/dt_idle_states.c | 2 +-
7488 drivers/cpuidle/governor.c | 2 +-
7489 drivers/cpuidle/governors/ladder.c | 13 +-
7490 drivers/cpuidle/sysfs.c | 2 +-
7491 drivers/crypto/hifn_795x.c | 4 +-
7492 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
7493 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
7494 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
7495 drivers/devfreq/devfreq.c | 4 +-
7496 drivers/devfreq/governor_passive.c | 2 +-
7497 drivers/dma-buf/dma-buf.c | 5 +-
7498 drivers/dma/qcom/hidma.c | 2 +-
7499 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
7500 drivers/dma/sh/shdma-base.c | 4 +-
7501 drivers/dma/sh/shdmac.c | 2 +-
7502 drivers/edac/edac_device.c | 4 +-
7503 drivers/edac/edac_device_sysfs.c | 2 +-
7504 drivers/edac/edac_mc_sysfs.c | 4 +-
7505 drivers/edac/edac_module.c | 2 +-
7506 drivers/edac/edac_pci.c | 4 +-
7507 drivers/edac/edac_pci_sysfs.c | 22 +-
7508 drivers/edac/mce_amd.h | 2 +-
7509 drivers/firewire/core-card.c | 6 +-
7510 drivers/firewire/core-cdev.c | 4 +-
7511 drivers/firewire/core-device.c | 2 +-
7512 drivers/firewire/core-iso.c | 2 +-
7513 drivers/firewire/core-transaction.c | 1 +
7514 drivers/firewire/core.h | 1 +
7515 drivers/firmware/dmi-id.c | 9 +-
7516 drivers/firmware/dmi_scan.c | 12 +-
7517 drivers/firmware/efi/cper.c | 8 +-
7518 drivers/firmware/efi/efi.c | 14 +-
7519 drivers/firmware/efi/efivars.c | 2 +-
7520 drivers/firmware/efi/runtime-map.c | 2 +-
7521 drivers/firmware/google/gsmi.c | 2 +-
7522 drivers/firmware/google/memconsole.c | 7 +-
7523 drivers/firmware/memmap.c | 2 +-
7524 drivers/firmware/psci.c | 2 +-
7525 drivers/gpio/gpio-davinci.c | 6 +-
7526 drivers/gpio/gpio-em.c | 2 +-
7527 drivers/gpio/gpio-ich.c | 2 +-
7528 drivers/gpio/gpio-mpc8xxx.c | 6 +-
7529 drivers/gpio/gpio-omap.c | 4 +-
7530 drivers/gpio/gpio-rcar.c | 2 +-
7531 drivers/gpio/gpio-vr41xx.c | 2 +-
7532 drivers/gpio/gpiolib.c | 12 +-
7533 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
7534 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
7535 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
7536 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
7537 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
7538 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 11 +-
7539 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
7540 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
7541 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
7542 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
7543 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
7544 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
7545 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
7546 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
7547 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
7548 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
7549 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
7550 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
7551 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
7552 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
7553 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
7554 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
7555 drivers/gpu/drm/armada/armada_drv.c | 3 +-
7556 drivers/gpu/drm/ast/ast_mode.c | 2 +-
7557 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
7558 drivers/gpu/drm/drm_crtc.c | 2 +-
7559 drivers/gpu/drm/drm_drv.c | 2 +-
7560 drivers/gpu/drm/drm_fb_cma_helper.c | 5 +-
7561 drivers/gpu/drm/drm_fops.c | 19 +-
7562 drivers/gpu/drm/drm_global.c | 14 +-
7563 drivers/gpu/drm/drm_info.c | 13 +-
7564 drivers/gpu/drm/drm_ioc32.c | 13 +-
7565 drivers/gpu/drm/drm_ioctl.c | 2 +-
7566 drivers/gpu/drm/drm_pci.c | 9 +-
7567 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
7568 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
7569 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
7570 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
7571 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
7572 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
7573 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 3 +
7574 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
7575 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
7576 drivers/gpu/drm/gma500/psb_drv.c | 1 -
7577 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
7578 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
7579 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
7580 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
7581 drivers/gpu/drm/i810/i810_dma.c | 2 +-
7582 drivers/gpu/drm/i810/i810_drv.c | 6 +-
7583 drivers/gpu/drm/i810/i810_drv.h | 6 +-
7584 drivers/gpu/drm/i915/dvo.h | 2 +-
7585 drivers/gpu/drm/i915/i915_dma.c | 4 +-
7586 drivers/gpu/drm/i915/i915_drv.c | 7 +-
7587 drivers/gpu/drm/i915/i915_drv.h | 2 +-
7588 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
7589 drivers/gpu/drm/i915/i915_gem_gtt.c | 4 +-
7590 drivers/gpu/drm/i915/i915_gem_gtt.h | 4 +-
7591 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
7592 drivers/gpu/drm/i915/i915_irq.c | 88 +-
7593 drivers/gpu/drm/i915/intel_display.c | 30 +-
7594 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
7595 drivers/gpu/drm/mga/mga_drv.c | 5 +-
7596 drivers/gpu/drm/mga/mga_drv.h | 6 +-
7597 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
7598 drivers/gpu/drm/mga/mga_irq.c | 8 +-
7599 drivers/gpu/drm/mga/mga_state.c | 2 +-
7600 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
7601 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
7602 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
7603 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
7604 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
7605 drivers/gpu/drm/nouveau/nouveau_drv.h | 1 -
7606 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
7607 drivers/gpu/drm/nouveau/nouveau_usif.c | 7 +-
7608 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
7609 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
7610 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
7611 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
7612 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
7613 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
7614 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
7615 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
7616 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
7617 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
7618 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
7619 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
7620 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
7621 drivers/gpu/drm/r128/r128_cce.c | 2 +-
7622 drivers/gpu/drm/r128/r128_drv.c | 4 +-
7623 drivers/gpu/drm/r128/r128_drv.h | 6 +-
7624 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
7625 drivers/gpu/drm/r128/r128_irq.c | 4 +-
7626 drivers/gpu/drm/r128/r128_state.c | 6 +-
7627 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
7628 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
7629 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
7630 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
7631 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
7632 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
7633 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
7634 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
7635 drivers/gpu/drm/savage/savage_bci.c | 2 +-
7636 drivers/gpu/drm/savage/savage_drv.c | 5 +-
7637 drivers/gpu/drm/savage/savage_drv.h | 2 +-
7638 drivers/gpu/drm/sis/sis_drv.c | 5 +-
7639 drivers/gpu/drm/sis/sis_drv.h | 2 +-
7640 drivers/gpu/drm/sis/sis_mm.c | 2 +-
7641 drivers/gpu/drm/sti/sti_cursor.c | 4 +-
7642 drivers/gpu/drm/sti/sti_dvo.c | 4 +-
7643 drivers/gpu/drm/sti/sti_gdp.c | 12 +-
7644 drivers/gpu/drm/sti/sti_hda.c | 4 +-
7645 drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
7646 drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
7647 drivers/gpu/drm/sti/sti_mixer.c | 8 +-
7648 drivers/gpu/drm/sti/sti_tvout.c | 4 +-
7649 drivers/gpu/drm/sti/sti_vid.c | 4 +-
7650 drivers/gpu/drm/tegra/dc.c | 2 +-
7651 drivers/gpu/drm/tegra/dsi.c | 2 +-
7652 drivers/gpu/drm/tegra/hdmi.c | 2 +-
7653 drivers/gpu/drm/tegra/sor.c | 7 +-
7654 drivers/gpu/drm/tilcdc/Makefile | 6 +-
7655 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
7656 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
7657 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
7658 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
7659 drivers/gpu/drm/udl/udl_connector.c | 2 +-
7660 drivers/gpu/drm/udl/udl_fb.c | 1 -
7661 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
7662 drivers/gpu/drm/via/via_dma.c | 2 +-
7663 drivers/gpu/drm/via/via_drv.c | 5 +-
7664 drivers/gpu/drm/via/via_drv.h | 6 +-
7665 drivers/gpu/drm/via/via_irq.c | 18 +-
7666 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
7667 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
7668 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
7669 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
7670 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
7671 drivers/gpu/vga/vga_switcheroo.c | 4 +-
7672 drivers/hid/hid-core.c | 4 +-
7673 drivers/hid/hid-magicmouse.c | 2 +-
7674 drivers/hid/hid-sensor-custom.c | 2 +-
7675 drivers/hv/channel.c | 6 +-
7676 drivers/hv/hv.c | 22 +-
7677 drivers/hv/hv_balloon.c | 18 +-
7678 drivers/hv/hyperv_vmbus.h | 2 +-
7679 drivers/hwmon/acpi_power_meter.c | 6 +-
7680 drivers/hwmon/applesmc.c | 4 +-
7681 drivers/hwmon/asus_atk0110.c | 10 +-
7682 drivers/hwmon/coretemp.c | 2 +-
7683 drivers/hwmon/dell-smm-hwmon.c | 4 +-
7684 drivers/hwmon/ibmaem.c | 2 +-
7685 drivers/hwmon/iio_hwmon.c | 2 +-
7686 drivers/hwmon/nct6683.c | 6 +-
7687 drivers/hwmon/nct6775.c | 6 +-
7688 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
7689 drivers/hwmon/sht15.c | 12 +-
7690 drivers/hwmon/via-cputemp.c | 2 +-
7691 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
7692 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
7693 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
7694 drivers/i2c/i2c-dev.c | 2 +-
7695 drivers/ide/ide-cd.c | 2 +-
7696 drivers/ide/ide-disk.c | 2 +-
7697 drivers/ide/ide.c | 4 +-
7698 drivers/idle/intel_idle.c | 36 +-
7699 drivers/iio/industrialio-core.c | 2 +-
7700 drivers/infiniband/core/cm.c | 46 +-
7701 drivers/infiniband/core/fmr_pool.c | 20 +-
7702 drivers/infiniband/core/netlink.c | 5 +-
7703 drivers/infiniband/core/sysfs.c | 2 +-
7704 drivers/infiniband/core/ucm.c | 4 +-
7705 drivers/infiniband/core/uverbs_cmd.c | 3 +
7706 drivers/infiniband/hw/cxgb4/device.c | 6 +-
7707 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
7708 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
7709 drivers/infiniband/hw/hfi1/pcie.c | 2 +-
7710 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
7711 drivers/infiniband/hw/mlx4/mad.c | 2 +-
7712 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
7713 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
7714 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
7715 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
7716 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
7717 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
7718 drivers/infiniband/hw/nes/nes.c | 4 +-
7719 drivers/infiniband/hw/nes/nes.h | 40 +-
7720 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
7721 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
7722 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
7723 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
7724 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
7725 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
7726 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
7727 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
7728 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
7729 drivers/input/evdev.c | 2 +-
7730 drivers/input/gameport/gameport.c | 4 +-
7731 drivers/input/input.c | 4 +-
7732 drivers/input/joystick/sidewinder.c | 1 +
7733 drivers/input/misc/ims-pcu.c | 4 +-
7734 drivers/input/mouse/psmouse.h | 2 +-
7735 drivers/input/mousedev.c | 2 +-
7736 drivers/input/serio/serio.c | 4 +-
7737 drivers/input/serio/serio_raw.c | 4 +-
7738 drivers/input/touchscreen/htcpen.c | 2 +-
7739 drivers/iommu/arm-smmu-v3.c | 2 +-
7740 drivers/iommu/arm-smmu.c | 40 +-
7741 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
7742 drivers/iommu/io-pgtable-arm.c | 99 +-
7743 drivers/iommu/io-pgtable.c | 11 +-
7744 drivers/iommu/io-pgtable.h | 21 +-
7745 drivers/iommu/iommu.c | 2 +-
7746 drivers/iommu/ipmmu-vmsa.c | 13 +-
7747 drivers/iommu/irq_remapping.c | 2 +-
7748 drivers/iommu/mtk_iommu.c | 12 +-
7749 drivers/irqchip/irq-gic.c | 2 +-
7750 drivers/irqchip/irq-i8259.c | 2 +-
7751 drivers/irqchip/irq-mmp.c | 2 +-
7752 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
7753 drivers/irqchip/irq-ts4800.c | 2 +-
7754 drivers/isdn/capi/capi.c | 10 +-
7755 drivers/isdn/gigaset/interface.c | 8 +-
7756 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
7757 drivers/isdn/hardware/avm/b1.c | 4 +-
7758 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
7759 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
7760 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
7761 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
7762 drivers/isdn/hardware/eicon/divasync.h | 2 +-
7763 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
7764 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
7765 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
7766 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
7767 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
7768 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
7769 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
7770 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
7771 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
7772 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
7773 drivers/isdn/hisax/amd7930_fn.c | 5 +-
7774 drivers/isdn/hisax/arcofi.c | 5 +-
7775 drivers/isdn/hisax/diva.c | 7 +-
7776 drivers/isdn/hisax/elsa.c | 9 +-
7777 drivers/isdn/hisax/fsm.c | 5 +-
7778 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
7779 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
7780 drivers/isdn/hisax/hfc_pci.c | 10 +-
7781 drivers/isdn/hisax/hfc_sx.c | 10 +-
7782 drivers/isdn/hisax/hfc_usb.c | 12 +-
7783 drivers/isdn/hisax/hfcscard.c | 6 +-
7784 drivers/isdn/hisax/icc.c | 5 +-
7785 drivers/isdn/hisax/ipacx.c | 7 +-
7786 drivers/isdn/hisax/isac.c | 5 +-
7787 drivers/isdn/hisax/isar.c | 5 +-
7788 drivers/isdn/hisax/isdnl3.c | 5 +-
7789 drivers/isdn/hisax/saphir.c | 5 +-
7790 drivers/isdn/hisax/teleint.c | 5 +-
7791 drivers/isdn/hisax/w6692.c | 5 +-
7792 drivers/isdn/i4l/isdn_common.c | 2 +
7793 drivers/isdn/i4l/isdn_tty.c | 22 +-
7794 drivers/isdn/mISDN/dsp.h | 4 +-
7795 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
7796 drivers/isdn/mISDN/dsp_core.c | 4 +-
7797 drivers/isdn/mISDN/dsp_tones.c | 4 +-
7798 drivers/isdn/mISDN/fsm.c | 5 +-
7799 drivers/isdn/mISDN/l1oip_core.c | 8 +-
7800 drivers/leds/leds-clevo-mail.c | 2 +-
7801 drivers/leds/leds-ss4200.c | 2 +-
7802 drivers/lguest/core.c | 9 +-
7803 drivers/lguest/page_tables.c | 2 +-
7804 drivers/lguest/x86/core.c | 12 +-
7805 drivers/lguest/x86/switcher_32.S | 27 +-
7806 drivers/lightnvm/rrpc.c | 4 +-
7807 drivers/lightnvm/rrpc.h | 2 +-
7808 drivers/md/bcache/alloc.c | 2 +-
7809 drivers/md/bcache/bcache.h | 10 +-
7810 drivers/md/bcache/btree.c | 13 +-
7811 drivers/md/bcache/closure.c | 4 +-
7812 drivers/md/bcache/closure.h | 10 +-
7813 drivers/md/bcache/io.c | 10 +-
7814 drivers/md/bcache/journal.c | 18 +-
7815 drivers/md/bcache/movinggc.c | 12 +-
7816 drivers/md/bcache/request.c | 54 +-
7817 drivers/md/bcache/request.h | 2 +-
7818 drivers/md/bcache/stats.c | 26 +-
7819 drivers/md/bcache/stats.h | 16 +-
7820 drivers/md/bcache/super.c | 32 +-
7821 drivers/md/bcache/sysfs.c | 20 +-
7822 drivers/md/bcache/writeback.c | 12 +-
7823 drivers/md/bitmap.c | 2 +-
7824 drivers/md/dm-cache-target.c | 116 +-
7825 drivers/md/dm-ioctl.c | 2 +-
7826 drivers/md/dm-mpath.c | 12 +-
7827 drivers/md/dm-raid.c | 2 +-
7828 drivers/md/dm-raid1.c | 18 +-
7829 drivers/md/dm-stats.c | 6 +-
7830 drivers/md/dm-stripe.c | 10 +-
7831 drivers/md/dm-table.c | 2 +-
7832 drivers/md/dm-thin-metadata.c | 4 +-
7833 drivers/md/dm.c | 28 +-
7834 drivers/md/md.c | 41 +-
7835 drivers/md/md.h | 8 +-
7836 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
7837 drivers/md/persistent-data/dm-space-map.h | 1 +
7838 drivers/md/raid1.c | 8 +-
7839 drivers/md/raid10.c | 20 +-
7840 drivers/md/raid5.c | 26 +-
7841 drivers/media/dvb-core/dvb_net.c | 2 +-
7842 drivers/media/dvb-core/dvbdev.c | 2 +-
7843 drivers/media/dvb-frontends/af9033.h | 2 +-
7844 drivers/media/dvb-frontends/cx24116.c | 2 +-
7845 drivers/media/dvb-frontends/cx24117.c | 2 +-
7846 drivers/media/dvb-frontends/cx24120.c | 2 +-
7847 drivers/media/dvb-frontends/cx24123.c | 2 +-
7848 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
7849 drivers/media/dvb-frontends/dib3000.h | 2 +-
7850 drivers/media/dvb-frontends/dib7000p.h | 2 +-
7851 drivers/media/dvb-frontends/dib8000.h | 2 +-
7852 drivers/media/dvb-frontends/hd29l2.c | 2 +-
7853 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
7854 drivers/media/dvb-frontends/mt312.c | 6 +-
7855 drivers/media/dvb-frontends/s921.c | 2 +-
7856 drivers/media/pci/bt8xx/dst.c | 2 +-
7857 drivers/media/pci/cx88/cx88-video.c | 6 +-
7858 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
7859 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
7860 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
7861 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
7862 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
7863 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
7864 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
7865 drivers/media/pci/tw68/tw68-core.c | 2 +-
7866 drivers/media/pci/zoran/zoran.h | 1 -
7867 drivers/media/pci/zoran/zoran_card.c | 4 +-
7868 drivers/media/pci/zoran/zoran_driver.c | 3 -
7869 drivers/media/platform/omap/omap_vout.c | 11 +-
7870 drivers/media/platform/s5p-tv/mixer.h | 2 +-
7871 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
7872 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
7873 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
7874 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
7875 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
7876 drivers/media/radio/radio-cadet.c | 2 +
7877 drivers/media/radio/radio-maxiradio.c | 2 +-
7878 drivers/media/radio/radio-shark.c | 2 +-
7879 drivers/media/radio/radio-shark2.c | 2 +-
7880 drivers/media/radio/radio-si476x.c | 2 +-
7881 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
7882 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
7883 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
7884 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
7885 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
7886 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
7887 drivers/media/usb/uvc/uvc_driver.c | 4 +-
7888 drivers/media/v4l2-core/v4l2-common.c | 2 +-
7889 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
7890 drivers/media/v4l2-core/v4l2-device.c | 4 +-
7891 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
7892 drivers/memory/omap-gpmc.c | 24 +-
7893 drivers/message/fusion/mptbase.c | 4 +-
7894 drivers/message/fusion/mptlan.c | 2 +-
7895 drivers/message/fusion/mptsas.c | 34 +-
7896 drivers/mfd/ab8500-debugfs.c | 2 +-
7897 drivers/mfd/kempld-core.c | 2 +-
7898 drivers/mfd/max8925-i2c.c | 2 +-
7899 drivers/mfd/tps65910.c | 2 +-
7900 drivers/mfd/twl4030-irq.c | 9 +-
7901 drivers/misc/c2port/core.c | 4 +-
7902 drivers/misc/kgdbts.c | 6 +-
7903 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
7904 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
7905 drivers/misc/mic/scif/scif_api.c | 10 +-
7906 drivers/misc/mic/scif/scif_rb.c | 8 +-
7907 drivers/misc/panel.c | 4 +-
7908 drivers/misc/sgi-gru/gruhandles.c | 4 +-
7909 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
7910 drivers/misc/sgi-gru/grutables.h | 158 +-
7911 drivers/misc/sgi-xp/xp.h | 2 +-
7912 drivers/misc/sgi-xp/xp_main.c | 57 +-
7913 drivers/misc/sgi-xp/xpc.h | 3 +-
7914 drivers/misc/sgi-xp/xpc_main.c | 2 +-
7915 drivers/misc/sgi-xp/xpnet.c | 2 +-
7916 drivers/misc/ti-st/st_kim.c | 32 +-
7917 drivers/mmc/card/mmc_test.c | 4 +-
7918 drivers/mmc/host/dw_mmc.h | 2 +-
7919 drivers/mmc/host/mmci.c | 4 +-
7920 drivers/mmc/host/omap_hsmmc.c | 4 +-
7921 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
7922 drivers/mmc/host/sdhci-s3c.c | 8 +-
7923 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
7924 drivers/mtd/devices/block2mtd.c | 2 +-
7925 drivers/mtd/devices/phram.c | 2 +-
7926 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
7927 drivers/mtd/maps/latch-addr-flash.c | 2 +-
7928 drivers/mtd/maps/pci.c | 4 +-
7929 drivers/mtd/maps/pcmciamtd.c | 8 +-
7930 drivers/mtd/maps/sbc_gxx.c | 2 +-
7931 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 2 +
7932 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
7933 drivers/mtd/nand/brcmnand/iproc_nand.c | 2 +
7934 drivers/mtd/nand/cafe_nand.c | 18 +-
7935 drivers/mtd/nand/denali.c | 1 +
7936 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
7937 drivers/mtd/nftlmount.c | 1 +
7938 drivers/mtd/sm_ftl.c | 2 +-
7939 drivers/mtd/ubi/build.c | 2 +-
7940 drivers/net/bonding/bond_netlink.c | 2 +-
7941 drivers/net/caif/caif_hsi.c | 4 +-
7942 drivers/net/caif/caif_serial.c | 2 +-
7943 drivers/net/caif/caif_spi.c | 2 +-
7944 drivers/net/caif/caif_virtio.c | 2 +-
7945 drivers/net/can/Kconfig | 2 +-
7946 drivers/net/can/bfin_can.c | 2 +-
7947 drivers/net/can/dev.c | 2 +-
7948 drivers/net/can/flexcan.c | 2 +-
7949 drivers/net/can/janz-ican3.c | 2 +-
7950 drivers/net/can/led.c | 2 +-
7951 drivers/net/can/sun4i_can.c | 2 +-
7952 drivers/net/can/vcan.c | 2 +-
7953 drivers/net/can/xilinx_can.c | 2 +-
7954 drivers/net/dummy.c | 2 +-
7955 drivers/net/ethernet/8390/ax88796.c | 6 +-
7956 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
7957 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
7958 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
7959 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
7960 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
7961 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
7962 drivers/net/ethernet/amd/7990.c | 2 +-
7963 drivers/net/ethernet/amd/7990.h | 2 +-
7964 drivers/net/ethernet/amd/amd8111e.c | 5 +-
7965 drivers/net/ethernet/amd/atarilance.c | 4 +-
7966 drivers/net/ethernet/amd/declance.c | 2 +-
7967 drivers/net/ethernet/amd/pcnet32.c | 7 +-
7968 drivers/net/ethernet/amd/sun3lance.c | 4 +-
7969 drivers/net/ethernet/amd/sunlance.c | 2 +-
7970 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
7971 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
7972 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
7973 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
7974 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
7975 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
7976 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
7977 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
7978 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
7979 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
7980 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
7981 drivers/net/ethernet/arc/emac_main.c | 2 +-
7982 drivers/net/ethernet/atheros/alx/main.c | 2 +-
7983 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
7984 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
7985 drivers/net/ethernet/aurora/nb8800.c | 2 +-
7986 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
7987 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
7988 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
7989 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
7990 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
7991 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
7992 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
7993 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
7994 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
7995 drivers/net/ethernet/broadcom/tg3.c | 2 +-
7996 drivers/net/ethernet/broadcom/tg3.h | 1 +
7997 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
7998 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
7999 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
8000 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
8001 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
8002 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
8003 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
8004 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
8005 drivers/net/ethernet/cadence/macb.c | 4 +-
8006 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
8007 drivers/net/ethernet/cavium/liquidio/lio_main.c | 15 +-
8008 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
8009 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
8010 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
8011 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
8012 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
8013 drivers/net/ethernet/davicom/dm9000.c | 2 +-
8014 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
8015 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
8016 drivers/net/ethernet/faraday/ftgmac100.c | 4 +-
8017 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
8018 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
8019 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
8020 drivers/net/ethernet/freescale/gianfar.c | 4 +-
8021 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
8022 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
8023 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
8024 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
8025 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
8026 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
8027 drivers/net/ethernet/ibm/emac/core.c | 4 +-
8028 drivers/net/ethernet/intel/e100.c | 2 +-
8029 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
8030 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
8031 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
8032 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
8033 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
8034 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
8035 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
8036 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
8037 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
8038 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
8039 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
8040 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
8041 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
8042 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
8043 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
8044 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
8045 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
8046 drivers/net/ethernet/neterion/s2io.c | 2 +-
8047 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
8048 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
8049 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
8050 drivers/net/ethernet/netx-eth.c | 2 +-
8051 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
8052 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
8053 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
8054 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
8055 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
8056 drivers/net/ethernet/qlogic/qed/qed_mcp.c | 6 +-
8057 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
8058 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
8059 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
8060 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
8061 drivers/net/ethernet/realtek/r8169.c | 8 +-
8062 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
8063 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
8064 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
8065 drivers/net/ethernet/sfc/ptp.c | 2 +-
8066 drivers/net/ethernet/sfc/selftest.c | 20 +-
8067 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
8068 drivers/net/ethernet/smsc/smc911x.c | 2 +-
8069 drivers/net/ethernet/smsc/smc91x.c | 2 +-
8070 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
8071 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
8072 drivers/net/ethernet/sun/sunbmac.c | 2 +-
8073 drivers/net/ethernet/sun/sunqe.c | 2 +-
8074 drivers/net/ethernet/sun/sunvnet.c | 2 +-
8075 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
8076 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
8077 drivers/net/ethernet/ti/cpmac.c | 2 +-
8078 drivers/net/ethernet/ti/netcp_core.c | 2 +-
8079 drivers/net/ethernet/via/via-rhine.c | 2 +-
8080 drivers/net/ethernet/wiznet/w5100.c | 2 +-
8081 drivers/net/ethernet/wiznet/w5300.c | 2 +-
8082 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
8083 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
8084 drivers/net/geneve.c | 4 +-
8085 drivers/net/gtp.c | 8 +-
8086 drivers/net/hamradio/baycom_epp.c | 2 +-
8087 drivers/net/hyperv/hyperv_net.h | 2 +-
8088 drivers/net/hyperv/netvsc_drv.c | 2 +-
8089 drivers/net/hyperv/rndis_filter.c | 7 +-
8090 drivers/net/ifb.c | 2 +-
8091 drivers/net/ipvlan/ipvlan_core.c | 2 +-
8092 drivers/net/ipvlan/ipvlan_main.c | 6 +-
8093 drivers/net/irda/vlsi_ir.c | 18 +-
8094 drivers/net/irda/vlsi_ir.h | 14 +-
8095 drivers/net/loopback.c | 2 +-
8096 drivers/net/macsec.c | 2 +-
8097 drivers/net/macvlan.c | 20 +-
8098 drivers/net/macvtap.c | 10 +-
8099 drivers/net/nlmon.c | 2 +-
8100 drivers/net/phy/phy_device.c | 6 +-
8101 drivers/net/plip/plip.c | 2 +-
8102 drivers/net/ppp/ppp_generic.c | 6 +-
8103 drivers/net/ppp/pptp.c | 2 +-
8104 drivers/net/rionet.c | 2 +-
8105 drivers/net/slip/slhc.c | 2 +-
8106 drivers/net/team/team.c | 4 +-
8107 drivers/net/tun.c | 7 +-
8108 drivers/net/usb/hso.c | 28 +-
8109 drivers/net/usb/ipheth.c | 2 +-
8110 drivers/net/usb/r8152.c | 2 +-
8111 drivers/net/usb/sierra_net.c | 4 +-
8112 drivers/net/virtio_net.c | 2 +-
8113 drivers/net/vrf.c | 4 +-
8114 drivers/net/vxlan.c | 4 +-
8115 drivers/net/wimax/i2400m/rx.c | 2 +-
8116 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
8117 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
8118 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
8119 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
8120 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
8121 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
8122 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
8123 drivers/net/wireless/ath/ath9k/main.c | 22 +-
8124 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
8125 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
8126 drivers/net/wireless/ath/carl9170/main.c | 10 +-
8127 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
8128 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
8129 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
8130 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
8131 drivers/net/wireless/atmel/atmel.c | 183 +-
8132 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
8133 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
8134 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 55 +-
8135 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
8136 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
8137 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
8138 drivers/net/wireless/cisco/airo.c | 201 +-
8139 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
8140 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
8141 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
8142 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
8143 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
8144 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
8145 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
8146 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
8147 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
8148 .../net/wireless/intersil/hostap/hostap_ioctl.c | 134 +-
8149 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
8150 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
8151 drivers/net/wireless/mac80211_hwsim.c | 28 +-
8152 drivers/net/wireless/marvell/mwifiex/11n_aggr.c | 2 +-
8153 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
8154 drivers/net/wireless/marvell/mwifiex/pcie.c | 4 +-
8155 drivers/net/wireless/marvell/mwifiex/sdio.c | 4 +-
8156 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
8157 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
8158 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
8159 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
8160 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
8161 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
8162 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
8163 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
8164 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
8165 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
8166 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
8167 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
8168 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
8169 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
8170 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
8171 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
8172 drivers/net/wireless/zydas/zd1201.c | 192 +-
8173 drivers/net/xen-netback/interface.c | 2 +-
8174 drivers/net/xen-netfront.c | 2 +-
8175 drivers/nvme/host/pci.c | 2 +-
8176 drivers/of/fdt.c | 4 +-
8177 drivers/oprofile/buffer_sync.c | 8 +-
8178 drivers/oprofile/event_buffer.c | 2 +-
8179 drivers/oprofile/oprof.c | 2 +-
8180 drivers/oprofile/oprofile_stats.c | 10 +-
8181 drivers/oprofile/oprofile_stats.h | 10 +-
8182 drivers/oprofile/oprofilefs.c | 6 +-
8183 drivers/oprofile/timer_int.c | 2 +-
8184 drivers/parport/procfs.c | 4 +-
8185 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
8186 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
8187 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
8188 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
8189 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
8190 drivers/pci/hotplug/pciehp_core.c | 2 +-
8191 drivers/pci/msi.c | 22 +-
8192 drivers/pci/pci-sysfs.c | 6 +-
8193 drivers/pci/pci.h | 4 +-
8194 drivers/pci/pcie/aspm.c | 10 +-
8195 drivers/pci/pcie/portdrv_pci.c | 2 +-
8196 drivers/pci/probe.c | 2 +-
8197 drivers/pci/setup-bus.c | 10 +-
8198 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
8199 drivers/pinctrl/pinctrl-at91.c | 5 +-
8200 drivers/platform/chrome/chromeos_laptop.c | 2 +-
8201 drivers/platform/chrome/chromeos_pstore.c | 2 +-
8202 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
8203 drivers/platform/x86/alienware-wmi.c | 4 +-
8204 drivers/platform/x86/apple-gmux.c | 2 +-
8205 drivers/platform/x86/compal-laptop.c | 2 +-
8206 drivers/platform/x86/hdaps.c | 2 +-
8207 drivers/platform/x86/ibm_rtl.c | 2 +-
8208 drivers/platform/x86/intel_oaktrail.c | 2 +-
8209 drivers/platform/x86/msi-laptop.c | 16 +-
8210 drivers/platform/x86/msi-wmi.c | 2 +-
8211 drivers/platform/x86/samsung-laptop.c | 2 +-
8212 drivers/platform/x86/samsung-q10.c | 2 +-
8213 drivers/platform/x86/sony-laptop.c | 14 +-
8214 drivers/platform/x86/thinkpad_acpi.c | 10 +-
8215 drivers/pnp/base.h | 2 +-
8216 drivers/pnp/pnpbios/bioscalls.c | 14 +-
8217 drivers/pnp/pnpbios/core.c | 2 +-
8218 drivers/pnp/resource.c | 4 +-
8219 drivers/power/pda_power.c | 7 +-
8220 drivers/power/power_supply.h | 4 +-
8221 drivers/power/power_supply_core.c | 7 +-
8222 drivers/power/power_supply_sysfs.c | 6 +-
8223 drivers/power/reset/at91-reset.c | 5 +-
8224 drivers/powercap/powercap_sys.c | 136 +-
8225 drivers/ptp/ptp_private.h | 2 +-
8226 drivers/ptp/ptp_sysfs.c | 2 +-
8227 drivers/regulator/core.c | 4 +-
8228 drivers/regulator/max8660.c | 6 +-
8229 drivers/regulator/max8973-regulator.c | 16 +-
8230 drivers/regulator/mc13892-regulator.c | 8 +-
8231 drivers/remoteproc/remoteproc_core.c | 26 +-
8232 drivers/rtc/rtc-armada38x.c | 7 +-
8233 drivers/rtc/rtc-cmos.c | 4 +-
8234 drivers/rtc/rtc-ds1307.c | 2 +-
8235 drivers/rtc/rtc-m41t80.c | 8 +-
8236 drivers/rtc/rtc-m48t59.c | 4 +-
8237 drivers/rtc/rtc-rv3029c2.c | 8 +-
8238 drivers/rtc/rtc-rv8803.c | 15 +-
8239 drivers/rtc/rtc-rx8010.c | 8 +-
8240 drivers/rtc/rtc-test.c | 6 +-
8241 drivers/scsi/aacraid/aachba.c | 7 +-
8242 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
8243 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
8244 drivers/scsi/be2iscsi/be_main.c | 2 +-
8245 drivers/scsi/bfa/bfa.h | 4 +-
8246 drivers/scsi/bfa/bfa_core.c | 4 +-
8247 drivers/scsi/bfa/bfa_cs.h | 124 +-
8248 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
8249 drivers/scsi/bfa/bfa_fcs.h | 34 +-
8250 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
8251 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
8252 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
8253 drivers/scsi/bfa/bfa_ioc.c | 8 +-
8254 drivers/scsi/bfa/bfa_ioc.h | 16 +-
8255 drivers/scsi/bfa/bfa_svc.c | 12 +-
8256 drivers/scsi/bfa/bfa_svc.h | 20 +-
8257 drivers/scsi/bfa/bfad.c | 12 +-
8258 drivers/scsi/bfa/bfad_bsg.c | 8 +-
8259 drivers/scsi/bfa/bfad_drv.h | 5 +-
8260 drivers/scsi/csiostor/csio_defs.h | 19 +-
8261 drivers/scsi/csiostor/csio_hw.c | 67 +-
8262 drivers/scsi/csiostor/csio_init.c | 2 +-
8263 drivers/scsi/csiostor/csio_lnode.c | 32 +-
8264 drivers/scsi/csiostor/csio_rnode.c | 28 +-
8265 drivers/scsi/csiostor/csio_scsi.c | 37 +-
8266 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
8267 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
8268 drivers/scsi/hpsa.c | 38 +-
8269 drivers/scsi/hpsa.h | 2 +-
8270 drivers/scsi/hptiop.c | 2 -
8271 drivers/scsi/hptiop.h | 1 -
8272 drivers/scsi/ipr.c | 32 +-
8273 drivers/scsi/ipr.h | 2 +-
8274 drivers/scsi/libfc/fc_exch.c | 50 +-
8275 drivers/scsi/libsas/sas_ata.c | 2 +-
8276 drivers/scsi/lpfc/lpfc.h | 8 +-
8277 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
8278 drivers/scsi/lpfc/lpfc_init.c | 8 +-
8279 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
8280 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
8281 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
8282 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
8283 drivers/scsi/pmcraid.c | 46 +-
8284 drivers/scsi/pmcraid.h | 8 +-
8285 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
8286 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
8287 drivers/scsi/qla2xxx/qla_os.c | 15 +-
8288 drivers/scsi/qla2xxx/qla_target.c | 16 +-
8289 drivers/scsi/qla2xxx/qla_target.h | 2 +-
8290 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
8291 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
8292 drivers/scsi/scsi.c | 2 +-
8293 drivers/scsi/scsi_debug.c | 42 +-
8294 drivers/scsi/scsi_lib.c | 8 +-
8295 drivers/scsi/scsi_sysfs.c | 2 +-
8296 drivers/scsi/scsi_transport_fc.c | 8 +-
8297 drivers/scsi/scsi_transport_iscsi.c | 6 +-
8298 drivers/scsi/scsi_transport_spi.c | 2 +-
8299 drivers/scsi/scsi_transport_srp.c | 8 +-
8300 drivers/scsi/sd.c | 6 +-
8301 drivers/scsi/sg.c | 2 +-
8302 drivers/scsi/sr.c | 21 +-
8303 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
8304 drivers/spi/spi.c | 2 +-
8305 drivers/staging/comedi/comedi_fops.c | 8 +-
8306 drivers/staging/fbtft/fbtft-core.c | 2 +-
8307 drivers/staging/fbtft/fbtft.h | 2 +-
8308 drivers/staging/gdm724x/gdm_lte.c | 2 +-
8309 drivers/staging/gdm724x/gdm_tty.c | 2 +-
8310 drivers/staging/i4l/icn/icn.c | 2 +-
8311 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
8312 drivers/staging/iio/adc/ad7280a.c | 4 +-
8313 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
8314 drivers/staging/lustre/lnet/selftest/brw_test.c | 13 +-
8315 drivers/staging/lustre/lnet/selftest/framework.c | 2 -
8316 drivers/staging/lustre/lnet/selftest/ping_test.c | 15 +-
8317 drivers/staging/lustre/lnet/selftest/selftest.h | 2 -
8318 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
8319 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
8320 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
8321 drivers/staging/lustre/lustre/include/obd.h | 2 +-
8322 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
8323 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
8324 drivers/staging/lustre/lustre/lov/lov_io.c | 60 +-
8325 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
8326 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
8327 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
8328 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
8329 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
8330 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
8331 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
8332 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
8333 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
8334 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
8335 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
8336 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
8337 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
8338 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
8339 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
8340 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
8341 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
8342 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
8343 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 8 +-
8344 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
8345 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
8346 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
8347 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
8348 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
8349 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
8350 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
8351 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
8352 drivers/staging/rtl8192e/rtllib.h | 4 +-
8353 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
8354 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
8355 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
8356 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
8357 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
8358 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
8359 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
8360 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
8361 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
8362 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
8363 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
8364 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
8365 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
8366 drivers/staging/rtl8712/xmit_linux.c | 2 +-
8367 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
8368 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
8369 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
8370 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
8371 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
8372 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
8373 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
8374 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
8375 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
8376 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
8377 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
8378 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
8379 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
8380 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
8381 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
8382 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
8383 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
8384 drivers/staging/sm750fb/sm750.c | 14 +-
8385 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
8386 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
8387 drivers/staging/vt6655/rxtx.c | 2 +-
8388 drivers/staging/vt6656/rxtx.c | 2 +-
8389 drivers/staging/wilc1000/linux_wlan.c | 2 +-
8390 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
8391 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
8392 drivers/target/sbp/sbp_target.c | 4 +-
8393 drivers/thermal/cpu_cooling.c | 9 +-
8394 drivers/thermal/devfreq_cooling.c | 19 +-
8395 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
8396 drivers/thermal/of-thermal.c | 17 +-
8397 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
8398 drivers/tty/cyclades.c | 6 +-
8399 drivers/tty/hvc/hvc_console.c | 14 +-
8400 drivers/tty/hvc/hvcs.c | 21 +-
8401 drivers/tty/hvc/hvsi.c | 22 +-
8402 drivers/tty/hvc/hvsi_lib.c | 4 +-
8403 drivers/tty/ipwireless/tty.c | 27 +-
8404 drivers/tty/moxa.c | 2 +-
8405 drivers/tty/n_gsm.c | 6 +-
8406 drivers/tty/n_tty.c | 28 +-
8407 drivers/tty/pty.c | 4 +-
8408 drivers/tty/rocket.c | 6 +-
8409 drivers/tty/serial/8250/8250_core.c | 10 +-
8410 drivers/tty/serial/8250/8250_pci.c | 2 +-
8411 drivers/tty/serial/ioc4_serial.c | 6 +-
8412 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
8413 drivers/tty/serial/kgdb_nmi.c | 4 +-
8414 drivers/tty/serial/kgdboc.c | 34 +-
8415 drivers/tty/serial/msm_serial.c | 4 +-
8416 drivers/tty/serial/samsung.c | 9 +-
8417 drivers/tty/serial/serial_core.c | 6 +-
8418 drivers/tty/synclink.c | 34 +-
8419 drivers/tty/synclink_gt.c | 28 +-
8420 drivers/tty/synclinkmp.c | 34 +-
8421 drivers/tty/tty_io.c | 2 +-
8422 drivers/tty/tty_ldisc.c | 8 +-
8423 drivers/tty/tty_port.c | 22 +-
8424 drivers/uio/uio.c | 13 +-
8425 drivers/usb/atm/cxacru.c | 2 +-
8426 drivers/usb/atm/usbatm.c | 24 +-
8427 drivers/usb/class/cdc-acm.h | 2 +-
8428 drivers/usb/core/devices.c | 6 +-
8429 drivers/usb/core/devio.c | 12 +-
8430 drivers/usb/core/hcd.c | 4 +-
8431 drivers/usb/core/sysfs.c | 2 +-
8432 drivers/usb/core/usb.c | 2 +-
8433 drivers/usb/early/ehci-dbgp.c | 16 +-
8434 drivers/usb/gadget/function/f_phonet.c | 2 +-
8435 drivers/usb/gadget/function/u_serial.c | 22 +-
8436 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
8437 drivers/usb/host/ehci-hcd.c | 2 +-
8438 drivers/usb/host/ehci-hub.c | 4 +-
8439 drivers/usb/host/ehci-q.c | 4 +-
8440 drivers/usb/host/fotg210-hcd.c | 2 +-
8441 drivers/usb/host/hwa-hc.c | 2 +-
8442 drivers/usb/host/ohci-hcd.c | 2 +-
8443 drivers/usb/host/r8a66597.h | 2 +-
8444 drivers/usb/host/uhci-hcd.c | 2 +-
8445 drivers/usb/host/xhci-pci.c | 2 +-
8446 drivers/usb/host/xhci-ring.c | 52 +-
8447 drivers/usb/host/xhci.c | 2 +-
8448 drivers/usb/misc/appledisplay.c | 4 +-
8449 drivers/usb/misc/sisusbvga/sisusb_con.c | 98 +-
8450 drivers/usb/serial/console.c | 8 +-
8451 drivers/usb/storage/transport.c | 2 +-
8452 drivers/usb/storage/usb.c | 2 +-
8453 drivers/usb/storage/usb.h | 2 +-
8454 drivers/usb/usbip/vhci.h | 2 +-
8455 drivers/usb/usbip/vhci_hcd.c | 6 +-
8456 drivers/usb/usbip/vhci_rx.c | 2 +-
8457 drivers/usb/wusbcore/wa-hc.h | 4 +-
8458 drivers/usb/wusbcore/wa-xfer.c | 2 +-
8459 drivers/vfio/pci/vfio_pci.c | 2 +-
8460 drivers/vhost/vringh.c | 20 +-
8461 drivers/video/backlight/kb3886_bl.c | 2 +-
8462 drivers/video/console/dummycon.c | 96 +-
8463 drivers/video/console/fbcon.c | 2 +-
8464 drivers/video/console/vgacon.c | 23 +-
8465 drivers/video/fbdev/aty/aty128fb.c | 2 +-
8466 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
8467 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
8468 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
8469 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
8470 drivers/video/fbdev/core/fb_defio.c | 8 +-
8471 drivers/video/fbdev/core/fbmem.c | 12 +-
8472 drivers/video/fbdev/hyperv_fb.c | 4 +-
8473 drivers/video/fbdev/i810/i810_accel.c | 1 +
8474 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
8475 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
8476 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
8477 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
8478 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
8479 drivers/video/fbdev/sis/sis_main.h | 2 +-
8480 drivers/video/fbdev/smscufx.c | 4 +-
8481 drivers/video/fbdev/udlfb.c | 36 +-
8482 drivers/video/fbdev/uvesafb.c | 52 +-
8483 drivers/video/fbdev/vesafb.c | 58 +-
8484 drivers/video/fbdev/via/via_clock.h | 2 +-
8485 drivers/xen/events/events_base.c | 6 +-
8486 drivers/xen/xen-pciback/pci_stub.c | 2 +-
8487 fs/9p/vfs_addr.c | 2 +-
8488 fs/9p/vfs_inode_dotl.c | 4 +-
8489 fs/Kconfig.binfmt | 2 +-
8490 fs/afs/file.c | 8 +-
8491 fs/afs/inode.c | 4 +-
8492 fs/afs/internal.h | 4 +-
8493 fs/aio.c | 2 +-
8494 fs/autofs4/waitq.c | 2 +-
8495 fs/befs/endian.h | 6 +-
8496 fs/binfmt_aout.c | 23 +-
8497 fs/binfmt_elf.c | 670 +-
8498 fs/binfmt_elf_fdpic.c | 4 +-
8499 fs/block_dev.c | 2 +-
8500 fs/btrfs/ctree.c | 11 +-
8501 fs/btrfs/ctree.h | 8 +-
8502 fs/btrfs/delayed-inode.c | 6 +-
8503 fs/btrfs/delayed-inode.h | 4 +-
8504 fs/btrfs/delayed-ref.c | 4 +-
8505 fs/btrfs/dev-replace.c | 20 +-
8506 fs/btrfs/dev-replace.h | 4 +-
8507 fs/btrfs/disk-io.c | 4 +-
8508 fs/btrfs/extent_map.c | 8 +-
8509 fs/btrfs/file.c | 4 +-
8510 fs/btrfs/free-space-cache.h | 1 +
8511 fs/btrfs/raid56.c | 30 +-
8512 fs/btrfs/scrub.c | 2 +-
8513 fs/btrfs/super.c | 2 +-
8514 fs/btrfs/sysfs.c | 2 +-
8515 fs/btrfs/tests/btrfs-tests.c | 2 +-
8516 fs/btrfs/tests/free-space-tests.c | 2 +-
8517 fs/btrfs/transaction.c | 2 +-
8518 fs/btrfs/tree-log.c | 8 +-
8519 fs/btrfs/tree-log.h | 2 +-
8520 fs/btrfs/volumes.c | 14 +-
8521 fs/btrfs/volumes.h | 22 +-
8522 fs/buffer.c | 2 +-
8523 fs/cachefiles/bind.c | 6 +-
8524 fs/cachefiles/daemon.c | 12 +-
8525 fs/cachefiles/internal.h | 16 +-
8526 fs/cachefiles/namei.c | 6 +-
8527 fs/cachefiles/proc.c | 12 +-
8528 fs/ceph/dir.c | 10 +-
8529 fs/ceph/super.c | 4 +-
8530 fs/cifs/cifs_debug.c | 12 +-
8531 fs/cifs/cifsfs.c | 8 +-
8532 fs/cifs/cifsglob.h | 54 +-
8533 fs/cifs/file.c | 14 +-
8534 fs/cifs/misc.c | 4 +-
8535 fs/cifs/smb1ops.c | 80 +-
8536 fs/cifs/smb2ops.c | 84 +-
8537 fs/cifs/smb2pdu.c | 3 +-
8538 fs/coda/cache.c | 10 +-
8539 fs/coda/dir.c | 5 +-
8540 fs/compat.c | 9 +-
8541 fs/compat_binfmt_elf.c | 2 +
8542 fs/compat_ioctl.c | 12 +-
8543 fs/configfs/dir.c | 10 +-
8544 fs/coredump.c | 18 +-
8545 fs/dcache.c | 64 +-
8546 fs/debugfs/file.c | 4 +-
8547 fs/ecryptfs/inode.c | 2 +-
8548 fs/ecryptfs/miscdev.c | 2 +-
8549 fs/exec.c | 369 +-
8550 fs/exofs/inode.c | 7 +-
8551 fs/ext2/xattr.c | 5 +-
8552 fs/ext4/ext4.h | 20 +-
8553 fs/ext4/mballoc.c | 44 +-
8554 fs/ext4/resize.c | 16 +-
8555 fs/ext4/super.c | 2 +-
8556 fs/ext4/sysfs.c | 2 +-
8557 fs/ext4/xattr.c | 5 +-
8558 fs/f2fs/f2fs.h | 7 +-
8559 fs/f2fs/super.c | 2 +-
8560 fs/fhandle.c | 5 +-
8561 fs/file.c | 18 +-
8562 fs/freevxfs/vxfs_inode.c | 8 +-
8563 fs/freevxfs/vxfs_inode.h | 4 +-
8564 fs/fs-writeback.c | 11 +-
8565 fs/fs_struct.c | 8 +-
8566 fs/fscache/cookie.c | 40 +-
8567 fs/fscache/internal.h | 202 +-
8568 fs/fscache/object.c | 26 +-
8569 fs/fscache/operation.c | 38 +-
8570 fs/fscache/page.c | 110 +-
8571 fs/fscache/stats.c | 348 +-
8572 fs/fuse/cuse.c | 10 +-
8573 fs/fuse/dev.c | 4 +-
8574 fs/fuse/file.c | 4 +-
8575 fs/fuse/inode.c | 4 +-
8576 fs/gfs2/aops.c | 2 +-
8577 fs/gfs2/file.c | 2 +-
8578 fs/gfs2/glock.c | 22 +-
8579 fs/gfs2/glops.c | 4 +-
8580 fs/gfs2/quota.c | 6 +-
8581 fs/hugetlbfs/inode.c | 13 +-
8582 fs/inode.c | 4 +-
8583 fs/jbd2/commit.c | 2 +-
8584 fs/jbd2/transaction.c | 4 +-
8585 fs/jffs2/erase.c | 3 +-
8586 fs/jffs2/file.c | 5 +-
8587 fs/jffs2/fs.c | 2 +-
8588 fs/jffs2/os-linux.h | 2 +-
8589 fs/jffs2/wbuf.c | 3 +-
8590 fs/jfs/super.c | 2 +-
8591 fs/kernfs/dir.c | 2 +-
8592 fs/kernfs/file.c | 20 +-
8593 fs/libfs.c | 10 +-
8594 fs/lockd/clnt4xdr.c | 46 +-
8595 fs/lockd/clntproc.c | 4 +-
8596 fs/lockd/clntxdr.c | 44 +-
8597 fs/lockd/mon.c | 24 +-
8598 fs/lockd/svc.c | 2 +-
8599 fs/lockd/svc4proc.c | 69 +-
8600 fs/lockd/svcproc.c | 75 +-
8601 fs/lockd/xdr.c | 44 +-
8602 fs/lockd/xdr4.c | 41 +-
8603 fs/logfs/dev_bdev.c | 13 +-
8604 fs/logfs/dev_mtd.c | 13 +-
8605 fs/logfs/dir.c | 4 +-
8606 fs/logfs/logfs.h | 5 +-
8607 fs/logfs/readwrite.c | 2 +-
8608 fs/logfs/segment.c | 2 +-
8609 fs/logfs/super.c | 39 -
8610 fs/namei.c | 14 +-
8611 fs/namespace.c | 15 +-
8612 fs/nfs/callback.h | 18 +-
8613 fs/nfs/callback_proc.c | 26 +-
8614 fs/nfs/callback_xdr.c | 73 +-
8615 fs/nfs/dir.c | 5 +-
8616 fs/nfs/inode.c | 6 +-
8617 fs/nfs/internal.h | 5 +-
8618 fs/nfs/mount_clnt.c | 26 +-
8619 fs/nfs/nfs2xdr.c | 101 +-
8620 fs/nfs/nfs3xdr.c | 201 +-
8621 fs/nfs/nfs42xdr.c | 72 +-
8622 fs/nfs/nfs4xdr.c | 507 +-
8623 fs/nfs/read.c | 2 +-
8624 fs/nfs/symlink.c | 6 +-
8625 fs/nfsd/current_stateid.h | 24 +-
8626 fs/nfsd/nfs2acl.c | 85 +-
8627 fs/nfsd/nfs3acl.c | 44 +-
8628 fs/nfsd/nfs3proc.c | 271 +-
8629 fs/nfsd/nfs3xdr.c | 171 +-
8630 fs/nfsd/nfs4callback.c | 31 +-
8631 fs/nfsd/nfs4proc.c | 320 +-
8632 fs/nfsd/nfs4state.c | 111 +-
8633 fs/nfsd/nfs4xdr.c | 564 +-
8634 fs/nfsd/nfscache.c | 11 +-
8635 fs/nfsd/nfsproc.c | 193 +-
8636 fs/nfsd/nfsxdr.c | 96 +-
8637 fs/nfsd/vfs.c | 6 +-
8638 fs/nfsd/xdr.h | 50 +-
8639 fs/nfsd/xdr3.h | 100 +-
8640 fs/nfsd/xdr4.h | 50 +-
8641 fs/nls/nls_base.c | 26 +-
8642 fs/nls/nls_cp932.c | 2 +-
8643 fs/nls/nls_cp936.c | 2 +-
8644 fs/nls/nls_cp949.c | 2 +-
8645 fs/nls/nls_cp950.c | 2 +-
8646 fs/nls/nls_euc-jp.c | 8 +-
8647 fs/nls/nls_koi8-ru.c | 8 +-
8648 fs/notify/fanotify/fanotify_user.c | 4 +-
8649 fs/notify/notification.c | 4 +-
8650 fs/ntfs/dir.c | 4 +-
8651 fs/ntfs/inode.c | 19 +-
8652 fs/ntfs/inode.h | 4 +-
8653 fs/ntfs/mft.c | 4 +-
8654 fs/ntfs/super.c | 8 +-
8655 fs/ocfs2/dlm/dlmcommon.h | 4 +-
8656 fs/ocfs2/dlm/dlmdebug.c | 10 +-
8657 fs/ocfs2/dlm/dlmdomain.c | 4 +-
8658 fs/ocfs2/dlm/dlmmaster.c | 4 +-
8659 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
8660 fs/ocfs2/filecheck.c | 2 +-
8661 fs/ocfs2/localalloc.c | 2 +-
8662 fs/ocfs2/ocfs2.h | 10 +-
8663 fs/ocfs2/suballoc.c | 12 +-
8664 fs/ocfs2/super.c | 20 +-
8665 fs/overlayfs/copy_up.c | 2 +-
8666 fs/pipe.c | 72 +-
8667 fs/posix_acl.c | 4 +-
8668 fs/proc/array.c | 20 +
8669 fs/proc/base.c | 7 +-
8670 fs/proc/kcore.c | 36 +-
8671 fs/proc/meminfo.c | 2 +-
8672 fs/proc/nommu.c | 2 +-
8673 fs/proc/proc_net.c | 2 +-
8674 fs/proc/proc_sysctl.c | 26 +-
8675 fs/proc/task_mmu.c | 39 +-
8676 fs/proc/task_nommu.c | 6 +-
8677 fs/proc/vmcore.c | 16 +-
8678 fs/qnx6/qnx6.h | 4 +-
8679 fs/quota/netlink.c | 4 +-
8680 fs/read_write.c | 34 +-
8681 fs/readdir.c | 3 +-
8682 fs/reiserfs/do_balan.c | 2 +-
8683 fs/reiserfs/procfs.c | 2 +-
8684 fs/reiserfs/reiserfs.h | 4 +-
8685 fs/select.c | 2 +-
8686 fs/seq_file.c | 4 +-
8687 fs/splice.c | 43 +-
8688 fs/squashfs/xattr.c | 10 +-
8689 fs/super.c | 3 +-
8690 fs/sysv/sysv.h | 2 +-
8691 fs/tracefs/inode.c | 8 +-
8692 fs/ubifs/find.c | 34 +-
8693 fs/ubifs/lprops.c | 5 +-
8694 fs/udf/misc.c | 2 +-
8695 fs/ufs/swab.h | 4 +-
8696 fs/userfaultfd.c | 2 +-
8697 fs/xattr.c | 21 +
8698 fs/xfs/libxfs/xfs_bmap.c | 2 +-
8699 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
8700 fs/xfs/xfs_dir2_readdir.c | 7 +-
8701 fs/xfs/xfs_ioctl.c | 2 +-
8702 fs/xfs/xfs_linux.h | 4 +-
8703 include/acpi/ghes.h | 2 +-
8704 include/asm-generic/4level-fixup.h | 2 +
8705 include/asm-generic/atomic-long.h | 186 +-
8706 include/asm-generic/atomic64.h | 12 +
8707 include/asm-generic/bitops/__fls.h | 2 +-
8708 include/asm-generic/bitops/fls.h | 2 +-
8709 include/asm-generic/bitops/fls64.h | 4 +-
8710 include/asm-generic/bug.h | 6 +-
8711 include/asm-generic/cache.h | 4 +-
8712 include/asm-generic/emergency-restart.h | 2 +-
8713 include/asm-generic/kmap_types.h | 4 +-
8714 include/asm-generic/local.h | 13 +
8715 include/asm-generic/pgtable-nopmd.h | 18 +-
8716 include/asm-generic/pgtable-nopud.h | 15 +-
8717 include/asm-generic/pgtable.h | 16 +
8718 include/asm-generic/sections.h | 1 +
8719 include/asm-generic/uaccess.h | 16 +
8720 include/asm-generic/vmlinux.lds.h | 15 +-
8721 include/crypto/algapi.h | 2 +-
8722 include/crypto/cast6.h | 4 +-
8723 include/crypto/serpent.h | 4 +-
8724 include/crypto/xts.h | 2 +-
8725 include/drm/drmP.h | 19 +-
8726 include/drm/drm_mm.h | 2 +-
8727 include/drm/drm_modeset_helper_vtables.h | 3 +-
8728 include/drm/i915_pciids.h | 2 +-
8729 include/drm/intel-gtt.h | 4 +-
8730 include/drm/ttm/ttm_memory.h | 2 +-
8731 include/drm/ttm/ttm_page_alloc.h | 1 +
8732 include/keys/asymmetric-subtype.h | 2 +-
8733 include/keys/encrypted-type.h | 2 +-
8734 include/keys/rxrpc-type.h | 2 +-
8735 include/keys/user-type.h | 2 +-
8736 include/linux/atmdev.h | 4 +-
8737 include/linux/atomic.h | 12 +-
8738 include/linux/audit.h | 2 +-
8739 include/linux/average.h | 2 +-
8740 include/linux/binfmts.h | 3 +-
8741 include/linux/bitmap.h | 2 +-
8742 include/linux/bitops.h | 8 +-
8743 include/linux/blk-cgroup.h | 24 +-
8744 include/linux/blkdev.h | 2 +-
8745 include/linux/blktrace_api.h | 2 +-
8746 include/linux/cache.h | 9 +
8747 include/linux/cdrom.h | 1 -
8748 include/linux/cgroup-defs.h | 2 +-
8749 include/linux/cleancache.h | 2 +-
8750 include/linux/clk-provider.h | 1 +
8751 include/linux/compat.h | 15 +-
8752 include/linux/compiler-gcc.h | 33 +-
8753 include/linux/compiler.h | 197 +-
8754 include/linux/configfs.h | 2 +-
8755 include/linux/cpufreq.h | 7 +-
8756 include/linux/cpuidle.h | 5 +-
8757 include/linux/cpumask.h | 14 +-
8758 include/linux/crypto.h | 4 +-
8759 include/linux/ctype.h | 2 +-
8760 include/linux/dcache.h | 4 +-
8761 include/linux/decompress/mm.h | 2 +-
8762 include/linux/devfreq.h | 2 +-
8763 include/linux/device.h | 7 +-
8764 include/linux/dma-mapping.h | 2 +-
8765 include/linux/efi.h | 1 +
8766 include/linux/elf.h | 2 +
8767 include/linux/err.h | 4 +-
8768 include/linux/ethtool.h | 1 +
8769 include/linux/extcon.h | 2 +-
8770 include/linux/fb.h | 3 +-
8771 include/linux/fdtable.h | 2 +-
8772 include/linux/firewire.h | 2 +-
8773 include/linux/fs.h | 5 +-
8774 include/linux/fs_struct.h | 2 +-
8775 include/linux/fscache-cache.h | 2 +-
8776 include/linux/fscache.h | 2 +-
8777 include/linux/fsnotify.h | 2 +-
8778 include/linux/genhd.h | 4 +-
8779 include/linux/genl_magic_func.h | 2 +-
8780 include/linux/genl_magic_struct.h | 4 +-
8781 include/linux/gfp.h | 14 +-
8782 include/linux/highmem.h | 12 +
8783 include/linux/hugetlb.h | 2 +-
8784 include/linux/hugetlb_cgroup.h | 11 +
8785 include/linux/hwmon-sysfs.h | 6 +-
8786 include/linux/i2c.h | 1 +
8787 include/linux/if_pppox.h | 2 +-
8788 include/linux/init.h | 10 +-
8789 include/linux/init_task.h | 7 +
8790 include/linux/interrupt.h | 6 +-
8791 include/linux/iommu.h | 2 +-
8792 include/linux/ioport.h | 2 +-
8793 include/linux/ipc.h | 2 +-
8794 include/linux/irq.h | 5 +-
8795 include/linux/irqchip/mmp.h | 2 +-
8796 include/linux/irqdesc.h | 2 +-
8797 include/linux/irqdomain.h | 3 +
8798 include/linux/jbd2.h | 2 +-
8799 include/linux/jiffies.h | 16 +-
8800 include/linux/kallsyms.h | 18 +-
8801 include/linux/key-type.h | 2 +-
8802 include/linux/kgdb.h | 6 +-
8803 include/linux/kmemleak.h | 4 +-
8804 include/linux/kobject.h | 3 +-
8805 include/linux/kobject_ns.h | 2 +-
8806 include/linux/kref.h | 2 +-
8807 include/linux/libata.h | 2 +-
8808 include/linux/linkage.h | 31 +-
8809 include/linux/list.h | 15 +
8810 include/linux/lockd/xdr.h | 34 +-
8811 include/linux/lockd/xdr4.h | 34 +-
8812 include/linux/lockref.h | 26 +-
8813 include/linux/math64.h | 10 +-
8814 include/linux/memcontrol.h | 2 +-
8815 include/linux/memory.h | 2 +-
8816 include/linux/mempolicy.h | 7 +
8817 include/linux/mm.h | 98 +-
8818 include/linux/mm_types.h | 20 +
8819 include/linux/mmiotrace.h | 4 +-
8820 include/linux/mmzone.h | 2 +-
8821 include/linux/mod_devicetable.h | 4 +-
8822 include/linux/module.h | 58 +-
8823 include/linux/moduleloader.h | 16 +
8824 include/linux/moduleparam.h | 12 +-
8825 include/linux/net.h | 2 +-
8826 include/linux/netdevice.h | 11 +-
8827 include/linux/netfilter.h | 2 +-
8828 include/linux/netfilter/ipset/ip_set.h | 16 +-
8829 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
8830 include/linux/netfilter/nfnetlink.h | 2 +-
8831 include/linux/netlink.h | 12 +-
8832 include/linux/nls.h | 4 +-
8833 include/linux/notifier.h | 3 +-
8834 include/linux/oprofile.h | 4 +-
8835 include/linux/padata.h | 2 +-
8836 include/linux/pagemap.h | 4 +-
8837 include/linux/pci_hotplug.h | 3 +-
8838 include/linux/percpu.h | 2 +-
8839 include/linux/perf_event.h | 12 +-
8840 include/linux/pid.h | 4 +-
8841 include/linux/pipe_fs_i.h | 8 +-
8842 include/linux/pm.h | 1 +
8843 include/linux/pm_domain.h | 2 +-
8844 include/linux/pm_runtime.h | 2 +-
8845 include/linux/pnp.h | 2 +-
8846 include/linux/poison.h | 4 +-
8847 include/linux/power/smartreflex.h | 2 +-
8848 include/linux/ppp-comp.h | 2 +-
8849 include/linux/preempt.h | 21 +
8850 include/linux/printk.h | 2 +-
8851 include/linux/proc_ns.h | 2 +-
8852 include/linux/psci.h | 2 +-
8853 include/linux/quota.h | 2 +-
8854 include/linux/random.h | 19 +-
8855 include/linux/rculist.h | 16 +
8856 include/linux/rcupdate.h | 8 +
8857 include/linux/reboot.h | 14 +-
8858 include/linux/regset.h | 3 +-
8859 include/linux/relay.h | 2 +-
8860 include/linux/rio.h | 2 +-
8861 include/linux/rmap.h | 4 +-
8862 include/linux/sched.h | 77 +-
8863 include/linux/scif.h | 2 +-
8864 include/linux/semaphore.h | 2 +-
8865 include/linux/seq_buf.h | 4 +-
8866 include/linux/seq_file.h | 1 +
8867 include/linux/seqlock.h | 10 +
8868 include/linux/signal.h | 2 +-
8869 include/linux/skbuff.h | 12 +-
8870 include/linux/slab.h | 47 +-
8871 include/linux/slab_def.h | 14 +-
8872 include/linux/slub_def.h | 2 +-
8873 include/linux/smp.h | 2 +
8874 include/linux/sock_diag.h | 2 +-
8875 include/linux/sonet.h | 2 +-
8876 include/linux/spinlock.h | 17 +-
8877 include/linux/srcu.h | 5 +-
8878 include/linux/string.h | 70 +-
8879 include/linux/sunrpc/addr.h | 8 +-
8880 include/linux/sunrpc/clnt.h | 2 +-
8881 include/linux/sunrpc/svc.h | 2 +-
8882 include/linux/sunrpc/svc_rdma.h | 18 +-
8883 include/linux/sunrpc/svcauth.h | 2 +-
8884 include/linux/swapops.h | 10 +-
8885 include/linux/swiotlb.h | 3 +-
8886 include/linux/syscalls.h | 38 +-
8887 include/linux/syscore_ops.h | 2 +-
8888 include/linux/sysctl.h | 3 +-
8889 include/linux/sysfs.h | 11 +-
8890 include/linux/sysrq.h | 3 +-
8891 include/linux/tcp.h | 14 +-
8892 include/linux/thread_info.h | 7 +
8893 include/linux/tty.h | 4 +-
8894 include/linux/tty_driver.h | 2 +-
8895 include/linux/tty_ldisc.h | 2 +-
8896 include/linux/types.h | 18 +
8897 include/linux/uaccess.h | 2 +-
8898 include/linux/uio_driver.h | 2 +-
8899 include/linux/unaligned/access_ok.h | 24 +-
8900 include/linux/usb.h | 12 +-
8901 include/linux/usb/hcd.h | 1 +
8902 include/linux/usb/renesas_usbhs.h | 2 +-
8903 include/linux/vermagic.h | 21 +-
8904 include/linux/vga_switcheroo.h | 8 +-
8905 include/linux/vmalloc.h | 7 +-
8906 include/linux/vmstat.h | 24 +-
8907 include/linux/writeback.h | 3 +-
8908 include/linux/xattr.h | 5 +-
8909 include/linux/zlib.h | 3 +-
8910 include/media/v4l2-dev.h | 2 +-
8911 include/media/v4l2-device.h | 2 +-
8912 include/net/9p/transport.h | 2 +-
8913 include/net/bluetooth/l2cap.h | 2 +-
8914 include/net/bonding.h | 2 +-
8915 include/net/caif/cfctrl.h | 6 +-
8916 include/net/cfg80211-wext.h | 20 +-
8917 include/net/cfg802154.h | 2 +-
8918 include/net/fib_rules.h | 3 +-
8919 include/net/flow.h | 2 +-
8920 include/net/genetlink.h | 2 +-
8921 include/net/gro_cells.h | 2 +-
8922 include/net/inet_connection_sock.h | 2 +-
8923 include/net/inet_sock.h | 2 +-
8924 include/net/inetpeer.h | 2 +-
8925 include/net/ip_fib.h | 2 +-
8926 include/net/ip_vs.h | 8 +-
8927 include/net/ipv6.h | 2 +-
8928 include/net/irda/ircomm_tty.h | 1 +
8929 include/net/irda/irias_object.h | 2 +-
8930 include/net/irda/irlmp.h | 1 +
8931 include/net/irda/irlmp_event.h | 6 +-
8932 include/net/irda/timer.h | 6 +-
8933 include/net/iucv/af_iucv.h | 2 +-
8934 include/net/llc_c_ac.h | 2 +-
8935 include/net/llc_c_ev.h | 4 +-
8936 include/net/llc_c_st.h | 2 +-
8937 include/net/llc_s_ac.h | 2 +-
8938 include/net/llc_s_st.h | 2 +-
8939 include/net/mac80211.h | 6 +-
8940 include/net/neighbour.h | 4 +-
8941 include/net/net_namespace.h | 18 +-
8942 include/net/netfilter/nf_conntrack.h | 2 +-
8943 include/net/netlink.h | 2 +-
8944 include/net/netns/conntrack.h | 6 +-
8945 include/net/netns/ipv4.h | 4 +-
8946 include/net/netns/ipv6.h | 4 +-
8947 include/net/netns/xfrm.h | 2 +-
8948 include/net/ping.h | 2 +-
8949 include/net/protocol.h | 4 +-
8950 include/net/rtnetlink.h | 2 +-
8951 include/net/sctp/checksum.h | 4 +-
8952 include/net/sctp/sm.h | 4 +-
8953 include/net/sctp/structs.h | 2 +-
8954 include/net/snmp.h | 10 +-
8955 include/net/sock.h | 14 +-
8956 include/net/tcp.h | 10 +-
8957 include/net/xfrm.h | 15 +-
8958 include/rdma/ib_cm.h | 8 +-
8959 include/rdma/ib_verbs.h | 2 +-
8960 include/scsi/libfc.h | 3 +-
8961 include/scsi/scsi_device.h | 6 +-
8962 include/scsi/scsi_driver.h | 2 +-
8963 include/scsi/scsi_transport_fc.h | 3 +-
8964 include/scsi/sg.h | 2 +-
8965 include/sound/compress_driver.h | 2 +-
8966 include/sound/control.h | 4 +-
8967 include/sound/pcm.h | 2 +-
8968 include/sound/rawmidi.h | 3 +-
8969 include/sound/seq_kernel.h | 2 +-
8970 include/sound/soc.h | 4 +-
8971 include/trace/events/irq.h | 4 +-
8972 include/trace/events/mmflags.h | 7 +
8973 include/uapi/linux/a.out.h | 8 +
8974 include/uapi/linux/bcache.h | 5 +-
8975 include/uapi/linux/byteorder/little_endian.h | 28 +-
8976 include/uapi/linux/connector.h | 2 +-
8977 include/uapi/linux/elf.h | 28 +
8978 include/uapi/linux/screen_info.h | 2 +-
8979 include/uapi/linux/swab.h | 6 +-
8980 include/uapi/linux/xattr.h | 5 +
8981 include/video/udlfb.h | 8 +-
8982 include/video/uvesafb.h | 1 +
8983 init/Kconfig | 2 +-
8984 init/do_mounts.c | 16 +-
8985 init/do_mounts.h | 8 +-
8986 init/do_mounts_initrd.c | 30 +-
8987 init/do_mounts_md.c | 6 +-
8988 init/init_task.c | 4 +
8989 init/initramfs.c | 38 +-
8990 init/main.c | 30 +-
8991 ipc/compat.c | 4 +-
8992 ipc/ipc_sysctl.c | 14 +-
8993 ipc/mq_sysctl.c | 4 +-
8994 ipc/sem.c | 4 +-
8995 ipc/shm.c | 8 +-
8996 kernel/audit.c | 10 +-
8997 kernel/auditsc.c | 4 +-
8998 kernel/bpf/core.c | 28 +-
8999 kernel/capability.c | 3 +
9000 kernel/cgroup.c | 29 +-
9001 kernel/compat.c | 38 +-
9002 kernel/debug/debug_core.c | 16 +-
9003 kernel/debug/kdb/kdb_main.c | 4 +-
9004 kernel/events/callchain.c | 2 +-
9005 kernel/events/core.c | 36 +-
9006 kernel/events/internal.h | 10 +-
9007 kernel/events/uprobes.c | 2 +-
9008 kernel/exit.c | 27 +-
9009 kernel/fork.c | 175 +-
9010 kernel/futex.c | 9 +
9011 kernel/futex_compat.c | 2 +-
9012 kernel/irq/manage.c | 2 +-
9013 kernel/irq/msi.c | 19 +-
9014 kernel/irq/spurious.c | 2 +-
9015 kernel/jump_label.c | 5 +
9016 kernel/kallsyms.c | 40 +-
9017 kernel/kexec.c | 3 +-
9018 kernel/kmod.c | 8 +-
9019 kernel/kprobes.c | 4 +-
9020 kernel/ksysfs.c | 2 +-
9021 kernel/locking/lockdep.c | 7 +-
9022 kernel/module.c | 405 +-
9023 kernel/notifier.c | 17 +-
9024 kernel/padata.c | 4 +-
9025 kernel/panic.c | 11 +-
9026 kernel/pid.c | 8 +-
9027 kernel/pid_namespace.c | 2 +-
9028 kernel/power/process.c | 12 +-
9029 kernel/profile.c | 14 +-
9030 kernel/ptrace.c | 8 +-
9031 kernel/rcu/rcutorture.c | 60 +-
9032 kernel/rcu/tiny.c | 4 +-
9033 kernel/rcu/tree.c | 42 +-
9034 kernel/rcu/tree.h | 14 +-
9035 kernel/rcu/tree_plugin.h | 18 +-
9036 kernel/rcu/tree_trace.c | 12 +-
9037 kernel/resource.c | 4 +-
9038 kernel/sched/auto_group.c | 4 +-
9039 kernel/sched/core.c | 8 +-
9040 kernel/sched/deadline.c | 4 +-
9041 kernel/sched/debug.c | 45 +-
9042 kernel/sched/fair.c | 2 +-
9043 kernel/sched/rt.c | 4 +-
9044 kernel/sched/sched.h | 13 +-
9045 kernel/signal.c | 28 +-
9046 kernel/smp.c | 2 +-
9047 kernel/smpboot.c | 7 +-
9048 kernel/softirq.c | 12 +-
9049 kernel/stop_machine.c | 2 +-
9050 kernel/sys.c | 10 +-
9051 kernel/sys_ni.c | 4 +-
9052 kernel/sysctl.c | 34 +-
9053 kernel/time/alarmtimer.c | 4 +-
9054 kernel/time/posix-clock.c | 8 +-
9055 kernel/time/posix-cpu-timers.c | 4 +-
9056 kernel/time/posix-timers.c | 36 +-
9057 kernel/time/timer.c | 2 +-
9058 kernel/time/timer_stats.c | 10 +-
9059 kernel/trace/blktrace.c | 6 +-
9060 kernel/trace/ftrace.c | 33 +-
9061 kernel/trace/ring_buffer.c | 96 +-
9062 kernel/trace/trace.c | 2 +-
9063 kernel/trace/trace.h | 2 +-
9064 kernel/trace/trace_clock.c | 4 +-
9065 kernel/trace/trace_events.c | 1 -
9066 kernel/trace/trace_events_hist.c | 4 +-
9067 kernel/trace/trace_functions_graph.c | 4 +-
9068 kernel/trace/trace_mmiotrace.c | 8 +-
9069 kernel/trace/trace_output.c | 10 +-
9070 kernel/trace/trace_seq.c | 2 +-
9071 kernel/trace/trace_stack.c | 2 +-
9072 kernel/trace/tracing_map.c | 48 +-
9073 kernel/trace/tracing_map.h | 6 +-
9074 kernel/user.c | 2 +-
9075 kernel/user_namespace.c | 2 +-
9076 kernel/utsname_sysctl.c | 2 +-
9077 kernel/watchdog.c | 2 +-
9078 kernel/workqueue.c | 8 +-
9079 lib/Kconfig.debug | 8 +-
9080 lib/Makefile | 2 +-
9081 lib/bitmap.c | 8 +-
9082 lib/bug.c | 2 +
9083 lib/debugobjects.c | 2 +-
9084 lib/decompress_bunzip2.c | 3 +-
9085 lib/decompress_unlzma.c | 4 +-
9086 lib/div64.c | 4 +-
9087 lib/dma-debug.c | 4 +-
9088 lib/extable.c | 11 +-
9089 lib/inflate.c | 2 +-
9090 lib/ioremap.c | 4 +-
9091 lib/irq_poll.c | 2 +-
9092 lib/kobject.c | 4 +-
9093 lib/list_debug.c | 126 +-
9094 lib/lockref.c | 44 +-
9095 lib/percpu-refcount.c | 2 +-
9096 lib/radix-tree.c | 2 +-
9097 lib/random32.c | 2 +-
9098 lib/rhashtable.c | 4 +-
9099 lib/seq_buf.c | 4 +-
9100 lib/show_mem.c | 2 +-
9101 lib/strncpy_from_user.c | 2 +-
9102 lib/strnlen_user.c | 2 +-
9103 lib/swiotlb.c | 2 +-
9104 lib/usercopy.c | 6 +
9105 lib/vsprintf.c | 12 +-
9106 mm/Kconfig | 6 +-
9107 mm/backing-dev.c | 4 +-
9108 mm/fadvise.c | 2 +-
9109 mm/filemap.c | 8 +-
9110 mm/gup.c | 13 +-
9111 mm/highmem.c | 6 +-
9112 mm/hugetlb.c | 125 +-
9113 mm/hugetlb_cgroup.c | 60 +-
9114 mm/internal.h | 3 +-
9115 mm/maccess.c | 12 +-
9116 mm/madvise.c | 37 +
9117 mm/memcontrol.c | 6 +-
9118 mm/memory-failure.c | 6 +-
9119 mm/memory.c | 424 +-
9120 mm/mempolicy.c | 25 +
9121 mm/mlock.c | 18 +-
9122 mm/mm_init.c | 2 +-
9123 mm/mmap.c | 552 +-
9124 mm/mprotect.c | 137 +-
9125 mm/mremap.c | 39 +-
9126 mm/nommu.c | 21 +-
9127 mm/page-writeback.c | 2 +-
9128 mm/page_alloc.c | 61 +-
9129 mm/percpu.c | 2 +-
9130 mm/process_vm_access.c | 14 +-
9131 mm/readahead.c | 2 +-
9132 mm/rmap.c | 43 +-
9133 mm/shmem.c | 36 +-
9134 mm/slab.c | 113 +-
9135 mm/slab.h | 37 +-
9136 mm/slab_common.c | 85 +-
9137 mm/slob.c | 248 +-
9138 mm/slub.c | 118 +-
9139 mm/sparse-vmemmap.c | 4 +-
9140 mm/sparse.c | 2 +-
9141 mm/swap.c | 7 +
9142 mm/swapfile.c | 12 +-
9143 mm/util.c | 7 +
9144 mm/vmalloc.c | 116 +-
9145 mm/vmstat.c | 14 +-
9146 net/8021q/vlan.c | 5 +-
9147 net/8021q/vlan_netlink.c | 2 +-
9148 net/9p/mod.c | 4 +-
9149 net/9p/trans_fd.c | 2 +-
9150 net/atm/atm_misc.c | 8 +-
9151 net/atm/lec.h | 2 +-
9152 net/atm/proc.c | 6 +-
9153 net/atm/resources.c | 4 +-
9154 net/ax25/sysctl_net_ax25.c | 2 +-
9155 net/batman-adv/bat_iv_ogm.c | 8 +-
9156 net/batman-adv/fragmentation.c | 2 +-
9157 net/batman-adv/routing.c | 4 +-
9158 net/batman-adv/soft-interface.c | 12 +-
9159 net/batman-adv/sysfs.c | 48 +-
9160 net/batman-adv/sysfs.h | 4 +-
9161 net/batman-adv/translation-table.c | 14 +-
9162 net/batman-adv/types.h | 8 +-
9163 net/bluetooth/hci_sock.c | 2 +-
9164 net/bluetooth/l2cap_core.c | 6 +-
9165 net/bluetooth/l2cap_sock.c | 12 +-
9166 net/bluetooth/rfcomm/sock.c | 4 +-
9167 net/bluetooth/rfcomm/tty.c | 4 +-
9168 net/bridge/br_netfilter_hooks.c | 4 +-
9169 net/bridge/br_netlink.c | 2 +-
9170 net/bridge/netfilter/ebtables.c | 6 +-
9171 net/caif/cfctrl.c | 11 +-
9172 net/caif/chnl_net.c | 4 +-
9173 net/can/af_can.c | 2 +-
9174 net/can/gw.c | 6 +-
9175 net/ceph/ceph_common.c | 2 +-
9176 net/ceph/messenger.c | 4 +-
9177 net/compat.c | 26 +-
9178 net/core/datagram.c | 2 +-
9179 net/core/dev.c | 26 +-
9180 net/core/filter.c | 2 +-
9181 net/core/flow.c | 8 +-
9182 net/core/neighbour.c | 18 +-
9183 net/core/net-procfs.c | 4 +-
9184 net/core/net-sysfs.c | 2 +-
9185 net/core/net_namespace.c | 10 +-
9186 net/core/netpoll.c | 4 +-
9187 net/core/rtnetlink.c | 17 +-
9188 net/core/scm.c | 12 +-
9189 net/core/skbuff.c | 11 +-
9190 net/core/sock.c | 32 +-
9191 net/core/sock_diag.c | 17 +-
9192 net/core/sysctl_net_core.c | 22 +-
9193 net/decnet/af_decnet.c | 1 +
9194 net/decnet/sysctl_net_decnet.c | 4 +-
9195 net/dsa/dsa.c | 2 +-
9196 net/dsa/slave.c | 4 +-
9197 net/hsr/hsr_device.c | 2 +-
9198 net/hsr/hsr_netlink.c | 2 +-
9199 net/ieee802154/6lowpan/core.c | 2 +-
9200 net/ieee802154/6lowpan/reassembly.c | 14 +-
9201 net/ieee802154/core.c | 6 +-
9202 net/ipv4/af_inet.c | 6 +-
9203 net/ipv4/arp.c | 2 +-
9204 net/ipv4/devinet.c | 20 +-
9205 net/ipv4/fib_frontend.c | 6 +-
9206 net/ipv4/fib_semantics.c | 2 +-
9207 net/ipv4/icmp.c | 2 +-
9208 net/ipv4/inet_connection_sock.c | 4 +-
9209 net/ipv4/inet_diag.c | 4 +-
9210 net/ipv4/inet_timewait_sock.c | 2 +-
9211 net/ipv4/inetpeer.c | 2 +-
9212 net/ipv4/ip_fragment.c | 17 +-
9213 net/ipv4/ip_gre.c | 6 +-
9214 net/ipv4/ip_sockglue.c | 2 +-
9215 net/ipv4/ip_vti.c | 4 +-
9216 net/ipv4/ipconfig.c | 6 +-
9217 net/ipv4/ipip.c | 4 +-
9218 net/ipv4/netfilter/arp_tables.c | 10 +-
9219 net/ipv4/netfilter/ip_tables.c | 10 +-
9220 net/ipv4/ping.c | 14 +-
9221 net/ipv4/proc.c | 10 +-
9222 net/ipv4/raw.c | 16 +-
9223 net/ipv4/route.c | 40 +-
9224 net/ipv4/sysctl_net_ipv4.c | 24 +-
9225 net/ipv4/tcp_input.c | 6 +-
9226 net/ipv4/tcp_ipv4.c | 2 +-
9227 net/ipv4/tcp_metrics.c | 2 +-
9228 net/ipv4/tcp_probe.c | 2 +-
9229 net/ipv4/udp.c | 10 +-
9230 net/ipv4/xfrm4_mode_beet.c | 2 +-
9231 net/ipv4/xfrm4_mode_transport.c | 2 +-
9232 net/ipv4/xfrm4_policy.c | 19 +-
9233 net/ipv4/xfrm4_state.c | 4 +-
9234 net/ipv6/addrconf.c | 26 +-
9235 net/ipv6/af_inet6.c | 2 +-
9236 net/ipv6/datagram.c | 2 +-
9237 net/ipv6/icmp.c | 2 +-
9238 net/ipv6/inet6_hashtables.c | 2 +-
9239 net/ipv6/ip6_fib.c | 4 +-
9240 net/ipv6/ip6_gre.c | 10 +-
9241 net/ipv6/ip6_tunnel.c | 4 +-
9242 net/ipv6/ip6_vti.c | 4 +-
9243 net/ipv6/ipv6_sockglue.c | 2 +-
9244 net/ipv6/ndisc.c | 2 +-
9245 net/ipv6/netfilter/ip6_tables.c | 10 +-
9246 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
9247 net/ipv6/ping.c | 33 +-
9248 net/ipv6/proc.c | 10 +-
9249 net/ipv6/raw.c | 17 +-
9250 net/ipv6/reassembly.c | 13 +-
9251 net/ipv6/route.c | 2 +-
9252 net/ipv6/sit.c | 4 +-
9253 net/ipv6/sysctl_net_ipv6.c | 2 +-
9254 net/ipv6/udp.c | 6 +-
9255 net/ipv6/xfrm6_mode_beet.c | 2 +-
9256 net/ipv6/xfrm6_mode_transport.c | 2 +-
9257 net/ipv6/xfrm6_policy.c | 17 +-
9258 net/irda/discovery.c | 2 +-
9259 net/irda/ircomm/ircomm_core.c | 13 +-
9260 net/irda/ircomm/ircomm_tty.c | 24 +-
9261 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
9262 net/irda/irda_device.c | 14 +-
9263 net/irda/iriap.c | 14 +-
9264 net/irda/irias_object.c | 10 +-
9265 net/irda/irlan/irlan_client.c | 2 +-
9266 net/irda/irlap.c | 15 +-
9267 net/irda/irlap_event.c | 2 +-
9268 net/irda/irlmp.c | 21 +-
9269 net/irda/irlmp_event.c | 6 +-
9270 net/irda/irnet/irnet.h | 2 +-
9271 net/irda/irnet/irnet_irda.c | 6 +-
9272 net/irda/irttp.c | 8 +-
9273 net/irda/timer.c | 24 +-
9274 net/iucv/af_iucv.c | 4 +-
9275 net/iucv/iucv.c | 2 +-
9276 net/key/af_key.c | 4 +-
9277 net/l2tp/l2tp_eth.c | 40 +-
9278 net/l2tp/l2tp_ip.c | 2 +-
9279 net/l2tp/l2tp_ip6.c | 2 +-
9280 net/mac80211/cfg.c | 12 +-
9281 net/mac80211/debugfs.c | 2 +-
9282 net/mac80211/debugfs_key.c | 6 +-
9283 net/mac80211/ieee80211_i.h | 3 +-
9284 net/mac80211/iface.c | 20 +-
9285 net/mac80211/main.c | 2 +-
9286 net/mac80211/pm.c | 4 +-
9287 net/mac80211/rate.c | 2 +-
9288 net/mac80211/sta_info.c | 2 +-
9289 net/mac80211/tx.c | 2 +-
9290 net/mac80211/util.c | 8 +-
9291 net/mac80211/wpa.c | 12 +-
9292 net/mac802154/iface.c | 6 +-
9293 net/mpls/af_mpls.c | 10 +-
9294 net/netfilter/ipset/ip_set_core.c | 7 +-
9295 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
9296 net/netfilter/ipvs/ip_vs_core.c | 8 +-
9297 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
9298 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
9299 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
9300 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
9301 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
9302 net/netfilter/nf_conntrack_acct.c | 2 +-
9303 net/netfilter/nf_conntrack_core.c | 2 +-
9304 net/netfilter/nf_conntrack_ecache.c | 2 +-
9305 net/netfilter/nf_conntrack_helper.c | 2 +-
9306 net/netfilter/nf_conntrack_netlink.c | 22 +-
9307 net/netfilter/nf_conntrack_proto.c | 2 +-
9308 net/netfilter/nf_conntrack_standalone.c | 2 +-
9309 net/netfilter/nf_conntrack_timestamp.c | 2 +-
9310 net/netfilter/nf_log.c | 10 +-
9311 net/netfilter/nf_nat_ftp.c | 2 +-
9312 net/netfilter/nf_nat_irc.c | 2 +-
9313 net/netfilter/nf_sockopt.c | 4 +-
9314 net/netfilter/nf_tables_api.c | 13 +-
9315 net/netfilter/nfnetlink_acct.c | 33 +-
9316 net/netfilter/nfnetlink_cthelper.c | 2 +-
9317 net/netfilter/nfnetlink_cttimeout.c | 2 +-
9318 net/netfilter/nfnetlink_log.c | 4 +-
9319 net/netfilter/nft_compat.c | 9 +-
9320 net/netfilter/xt_IDLETIMER.c | 12 +-
9321 net/netfilter/xt_statistic.c | 8 +-
9322 net/netlink/af_netlink.c | 16 +-
9323 net/netlink/diag.c | 2 +-
9324 net/netlink/genetlink.c | 14 +-
9325 net/openvswitch/vport-geneve.c | 7 +-
9326 net/openvswitch/vport-gre.c | 7 +-
9327 net/openvswitch/vport-internal_dev.c | 4 +-
9328 net/openvswitch/vport-netdev.c | 7 +-
9329 net/openvswitch/vport-vxlan.c | 7 +-
9330 net/packet/af_packet.c | 26 +-
9331 net/packet/diag.c | 2 +-
9332 net/packet/internal.h | 6 +-
9333 net/phonet/pep.c | 6 +-
9334 net/phonet/socket.c | 2 +-
9335 net/phonet/sysctl.c | 2 +-
9336 net/rds/cong.c | 6 +-
9337 net/rds/ib.h | 2 +-
9338 net/rds/ib_cm.c | 2 +-
9339 net/rds/ib_recv.c | 4 +-
9340 net/rds/rds.h | 2 +-
9341 net/rds/tcp.c | 6 +-
9342 net/rds/tcp.h | 6 +-
9343 net/rds/tcp_send.c | 2 +-
9344 net/rxrpc/af_rxrpc.c | 2 +-
9345 net/rxrpc/ar-ack.c | 14 +-
9346 net/rxrpc/ar-call.c | 2 +-
9347 net/rxrpc/ar-connection.c | 2 +-
9348 net/rxrpc/ar-connevent.c | 2 +-
9349 net/rxrpc/ar-input.c | 4 +-
9350 net/rxrpc/ar-internal.h | 8 +-
9351 net/rxrpc/ar-local.c | 2 +-
9352 net/rxrpc/ar-output.c | 4 +-
9353 net/rxrpc/ar-peer.c | 2 +-
9354 net/rxrpc/ar-proc.c | 4 +-
9355 net/rxrpc/ar-transport.c | 2 +-
9356 net/rxrpc/rxkad.c | 4 +-
9357 net/sched/sch_generic.c | 4 +-
9358 net/sched/sch_tbf.c | 9 +-
9359 net/sctp/ipv6.c | 4 +-
9360 net/sctp/protocol.c | 8 +-
9361 net/sctp/sctp_diag.c | 2 +-
9362 net/sctp/sm_sideeffect.c | 4 +-
9363 net/sctp/socket.c | 21 +-
9364 net/sctp/sysctl.c | 10 +-
9365 net/socket.c | 18 +-
9366 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
9367 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
9368 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
9369 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
9370 net/sunrpc/clnt.c | 4 +-
9371 net/sunrpc/rpcb_clnt.c | 66 +-
9372 net/sunrpc/sched.c | 4 +-
9373 net/sunrpc/svc.c | 8 +-
9374 net/sunrpc/svcauth_unix.c | 2 +-
9375 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
9376 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
9377 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
9378 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
9379 net/tipc/netlink_compat.c | 12 +-
9380 net/tipc/subscr.c | 2 +-
9381 net/unix/diag.c | 2 +-
9382 net/unix/sysctl_net_unix.c | 2 +-
9383 net/wireless/scan.c | 3 +-
9384 net/wireless/wext-compat.c | 141 +-
9385 net/wireless/wext-compat.h | 8 +-
9386 net/wireless/wext-core.c | 19 +-
9387 net/wireless/wext-sme.c | 5 +-
9388 net/xfrm/xfrm_policy.c | 18 +-
9389 net/xfrm/xfrm_state.c | 37 +-
9390 net/xfrm/xfrm_sysctl.c | 2 +-
9391 net/xfrm/xfrm_user.c | 2 +-
9392 scripts/Kbuild.include | 12 +-
9393 scripts/Makefile | 2 +-
9394 scripts/Makefile.build | 2 +-
9395 scripts/Makefile.clean | 4 +-
9396 scripts/Makefile.extrawarn | 4 +
9397 scripts/Makefile.gcc-plugins | 95 +
9398 scripts/Makefile.host | 73 +-
9399 scripts/basic/fixdep.c | 10 +-
9400 scripts/dtc/checks.c | 14 +-
9401 scripts/dtc/data.c | 6 +-
9402 scripts/dtc/flattree.c | 8 +-
9403 scripts/dtc/livetree.c | 4 +-
9404 scripts/gcc-plugin.sh | 65 +
9405 scripts/gcc-plugins/Makefile | 28 +
9406 scripts/gcc-plugins/checker_plugin.c | 496 +
9407 scripts/gcc-plugins/colorize_plugin.c | 162 +
9408 scripts/gcc-plugins/constify_plugin.c | 582 +
9409 scripts/gcc-plugins/gcc-common.h | 894 +
9410 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 175 +
9411 scripts/gcc-plugins/gcc-generate-ipa-pass.h | 289 +
9412 scripts/gcc-plugins/gcc-generate-rtl-pass.h | 175 +
9413 scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h | 175 +
9414 scripts/gcc-plugins/initify_plugin.c | 536 +
9415 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
9416 scripts/gcc-plugins/kernexec_plugin.c | 407 +
9417 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
9418 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
9419 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
9420 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
9421 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
9422 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 513 +
9423 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
9424 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
9425 scripts/gcc-plugins/size_overflow_plugin/Makefile | 30 +
9426 .../disable_size_overflow_hash.data | 12445 +++++++++++
9427 .../generate_size_overflow_hash.sh | 103 +
9428 .../insert_size_overflow_asm.c | 369 +
9429 .../size_overflow_plugin/intentional_overflow.c | 1166 +
9430 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
9431 .../size_overflow_plugin/size_overflow.h | 331 +
9432 .../size_overflow_plugin/size_overflow_debug.c | 194 +
9433 .../size_overflow_plugin/size_overflow_hash.data | 22068 +++++++++++++++++++
9434 .../size_overflow_hash_aux.data | 97 +
9435 .../size_overflow_plugin/size_overflow_ipa.c | 1163 +
9436 .../size_overflow_plugin/size_overflow_misc.c | 505 +
9437 .../size_overflow_plugin/size_overflow_plugin.c | 290 +
9438 .../size_overflow_plugin_hash.c | 352 +
9439 .../size_overflow_plugin/size_overflow_transform.c | 743 +
9440 .../size_overflow_transform_core.c | 1025 +
9441 scripts/gcc-plugins/stackleak_plugin.c | 350 +
9442 scripts/gcc-plugins/structleak_plugin.c | 239 +
9443 scripts/headers_install.sh | 1 +
9444 scripts/kallsyms.c | 4 +-
9445 scripts/kconfig/lkc.h | 5 +-
9446 scripts/kconfig/menu.c | 2 +-
9447 scripts/kconfig/symbol.c | 6 +-
9448 scripts/link-vmlinux.sh | 2 +-
9449 scripts/mod/file2alias.c | 14 +-
9450 scripts/mod/modpost.c | 40 +-
9451 scripts/mod/modpost.h | 6 +-
9452 scripts/mod/sumversion.c | 2 +-
9453 scripts/module-common.lds | 4 +
9454 scripts/package/builddeb | 1 +
9455 scripts/pnmtologo.c | 6 +-
9456 scripts/sortextable.h | 6 +-
9457 scripts/tags.sh | 2 +-
9458 security/Kconfig | 735 +-
9459 security/apparmor/include/policy.h | 2 +-
9460 security/apparmor/lsm.c | 16 +-
9461 security/apparmor/policy.c | 4 +-
9462 security/integrity/ima/ima.h | 4 +-
9463 security/integrity/ima/ima_api.c | 2 +-
9464 security/integrity/ima/ima_fs.c | 4 +-
9465 security/integrity/ima/ima_queue.c | 2 +-
9466 security/keys/internal.h | 8 +-
9467 security/keys/key.c | 18 +-
9468 security/keys/keyring.c | 4 -
9469 security/selinux/avc.c | 6 +-
9470 security/selinux/include/xfrm.h | 2 +-
9471 security/yama/yama_lsm.c | 2 +-
9472 sound/aoa/codecs/onyx.c | 7 +-
9473 sound/aoa/codecs/onyx.h | 1 +
9474 sound/core/oss/pcm_oss.c | 18 +-
9475 sound/core/pcm_compat.c | 2 +-
9476 sound/core/pcm_lib.c | 3 +-
9477 sound/core/pcm_native.c | 4 +-
9478 sound/core/rawmidi.c | 5 +-
9479 sound/core/seq/oss/seq_oss_synth.c | 4 +-
9480 sound/core/seq/seq_clientmgr.c | 10 +-
9481 sound/core/seq/seq_compat.c | 2 +-
9482 sound/core/seq/seq_fifo.c | 6 +-
9483 sound/core/seq/seq_fifo.h | 2 +-
9484 sound/core/seq/seq_memory.c | 18 +-
9485 sound/core/seq/seq_midi.c | 5 +-
9486 sound/core/seq/seq_virmidi.c | 2 +-
9487 sound/core/sound.c | 2 +-
9488 sound/drivers/mts64.c | 14 +-
9489 sound/drivers/opl4/opl4_lib.c | 2 +-
9490 sound/drivers/portman2x4.c | 3 +-
9491 sound/firewire/amdtp-am824.c | 2 +-
9492 sound/firewire/amdtp-stream.c | 4 +-
9493 sound/firewire/amdtp-stream.h | 2 +-
9494 sound/firewire/digi00x/amdtp-dot.c | 2 +-
9495 sound/firewire/isight.c | 10 +-
9496 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
9497 sound/oss/sb_audio.c | 2 +-
9498 sound/oss/swarm_cs4297a.c | 6 +-
9499 sound/pci/als300.c | 2 +-
9500 sound/pci/aw2/aw2-alsa.c | 2 -
9501 sound/pci/aw2/aw2-saa7146.c | 4 +-
9502 sound/pci/ctxfi/ctamixer.c | 14 +-
9503 sound/pci/ctxfi/ctamixer.h | 8 +-
9504 sound/pci/ctxfi/ctatc.c | 20 +-
9505 sound/pci/ctxfi/ctdaio.c | 6 +-
9506 sound/pci/ctxfi/ctdaio.h | 4 +-
9507 sound/pci/ctxfi/ctsrc.c | 13 +-
9508 sound/pci/ctxfi/ctsrc.h | 8 +-
9509 sound/pci/hda/hda_codec.c | 2 +-
9510 sound/pci/ymfpci/ymfpci.h | 2 +-
9511 sound/pci/ymfpci/ymfpci_main.c | 12 +-
9512 sound/soc/codecs/cx20442.c | 8 +-
9513 sound/soc/codecs/sti-sas.c | 10 +-
9514 sound/soc/codecs/tlv320dac33.c | 7 +-
9515 sound/soc/codecs/uda1380.c | 7 +-
9516 sound/soc/intel/skylake/skl-sst-dsp.h | 2 +-
9517 sound/soc/soc-ac97.c | 6 +-
9518 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
9519 tools/include/linux/compiler.h | 8 +
9520 tools/perf/util/include/asm/alternative-asm.h | 3 +
9521 tools/virtio/linux/uaccess.h | 2 +-
9522 virt/kvm/kvm_main.c | 42 +-
9523 2774 files changed, 78254 insertions(+), 14304 deletions(-)
9524commit b2d3123595e9bd771c1292b03b82e47127b416c0
9525Author: Brad Spengler <spender@grsecurity.net>
9526Date: Sun Jul 31 21:40:39 2016 -0400
9527
9528 ARM compile fixes
9529
9530 arch/arm/include/asm/atomic.h | 40 +++++++++++++++++++++++++--------------
9531 arch/arm/include/asm/domain.h | 1 +
9532 include/asm-generic/atomic-long.h | 2 ++
9533 include/asm-generic/atomic64.h | 1 +
9534 include/linux/atomic.h | 23 ++++++++++++++++++++++
9535 5 files changed, 53 insertions(+), 14 deletions(-)
9536
9537commit 439d240094e132ce7455a12267340a15ff45a6bf
9538Author: Scott Bauer <sbauer@plzdonthack.me>
9539Date: Wed Jul 27 19:11:29 2016 -0600
9540
9541 vfs: ioctl: prevent double-fetch in dedupe ioctl
9542
9543 This prevents a double-fetch from user space that can lead to to an
9544 undersized allocation and heap overflow.
9545
9546 Fixes: 54dbc1517237 ("vfs: hoist the btrfs deduplication ioctl to the vfs")
9547 Signed-off-by: Scott Bauer <sbauer@plzdonthack.me>
9548 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9549
9550 fs/ioctl.c | 1 +
9551 1 file changed, 1 insertion(+)
9552
9553commit 0e2289fa07be544a2f72d3eebd1d2c76e435f5c5
9554Author: Brad Spengler <spender@grsecurity.net>
9555Date: Wed Jul 27 20:30:01 2016 -0400
9556
9557 Update size_overflow hash table
9558
9559 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
9560 1 file changed, 1 insertion(+)
9561
9562commit 50d051c5af8ea45fc8465ccbfda3530e95d2b97a
9563Author: Brad Spengler <spender@grsecurity.net>
9564Date: Wed Jul 27 20:14:26 2016 -0400
9565
9566 Update size_overflow hash table
9567
9568 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 3 ++-
9569 1 file changed, 2 insertions(+), 1 deletion(-)
9570
9571commit aff6427a6baa489e210f6951f90bf29c4bf7a5f6
9572Merge: d1085b0 8f83873
9573Author: Brad Spengler <spender@grsecurity.net>
9574Date: Wed Jul 27 19:53:16 2016 -0400
9575
9576 Merge branch 'pax-test' into grsec-test
9577
9578commit 8f838734fe795a77eef1807e804b8bbae857201f
9579Merge: 48edba8 bed4c61
9580Author: Brad Spengler <spender@grsecurity.net>
9581Date: Wed Jul 27 19:40:39 2016 -0400
9582
9583 Update to pax-linux-4.6.5-test18.patch:
9584 - fixed a few non-refcount atomic uses found by static analysis
9585 - plugins no longer export symbols except for those required by gcc
9586 - moved a few instrumentation passes after other analysis passes to prevent interference
9587 - got rid of the use of paravirt_enabled on amd64 which is gone in 4.7 anyway
9588 - repurposed the unusued skip_heap_stack_gap to simplify the unmapped area lookup code
9589 - fixed a few compile warnings related to constification and function type fixes
9590
9591 Merge branch 'linux-4.6.y' into pax-test
9592
9593commit d1085b0354e32d2b030ca38bf0fa854129b6f381
9594Merge: 59774b1 48edba8
9595Author: Brad Spengler <spender@grsecurity.net>
9596Date: Sun Jul 24 19:36:43 2016 -0400
9597
9598 Merge branch 'pax-test' into grsec-test
9599
9600commit 48edba86de9569aef6faad21075b501c5023a66f
9601Author: Brad Spengler <spender@grsecurity.net>
9602Date: Sun Jul 24 19:34:05 2016 -0400
9603
9604 Update to pax-linux-4.6.4-test16.patch:
9605 - 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)
9606 - reverted back to the old size overflow hash table until Emese tames the data flow analysis a bit
9607 - fixed the constify plugin to properly build the type for pointers to deconstified structs
9608
9609 arch/x86/include/asm/uaccess.h | 2 +-
9610 arch/x86/kernel/kgdb.c | 4 +-
9611 scripts/gcc-plugins/constify_plugin.c | 9 +-
9612 .../disable_size_overflow_hash.data | 7 +-
9613 .../size_overflow_plugin/size_overflow_hash.data | 13545 +++++++++----------
9614 5 files changed, 6580 insertions(+), 6987 deletions(-)
9615
9616commit 59774b19cbe7ea87915d659d4711c830ce360e36
9617Author: Brad Spengler <spender@grsecurity.net>
9618Date: Sat Jul 23 18:47:31 2016 -0400
9619
9620 Allow 'perf' to be used as a privileged user by making the default
9621 kptr_restrict setting 1 with HIDESYM (rather than the previous 2).
9622 To prevent abuse from loggers (like the adb case) add CAP_SYS_ADMIN
9623 to the kptr_restrict=1 case. It can always be set to 2 if the user
9624 wishes.
9625
9626 kernel/sysctl.c | 2 +-
9627 lib/vsprintf.c | 5 ++++-
9628 2 files changed, 5 insertions(+), 2 deletions(-)
9629
9630commit 191fac3a4900d3e033969952d99b79cfa2525f30
9631Author: Brad Spengler <spender@grsecurity.net>
9632Date: Sat Jul 23 14:56:39 2016 -0400
9633
9634 Force OABI_COMPAT off, it's full of privesc vulns
9635
9636 arch/arm/Kconfig | 1 +
9637 1 file changed, 1 insertion(+)
9638
9639commit 4a983bdd1886eb2068c3fccd0d95358ff3b3eee1
9640Author: Brad Spengler <spender@grsecurity.net>
9641Date: Sat Jul 23 10:44:43 2016 -0400
9642
9643 Stop logging RLIMIT_NICE denials, just produces log spam
9644
9645 grsecurity/gracl_res.c | 10 ++++++++--
9646 1 file changed, 8 insertions(+), 2 deletions(-)
9647
9648commit 84f2bc67492f30f06520497a9bb16c0a2e3103df
9649Author: Brad Spengler <spender@grsecurity.net>
9650Date: Tue Jul 19 20:13:30 2016 -0400
9651
9652 Revert to previous size_overflow hash table temporarily while the
9653 root causes of recent FPs are worked out
9654
9655 .../disable_size_overflow_hash.data | 7 +-
9656 .../size_overflow_plugin/size_overflow_hash.data | 13743 +++++++++----------
9657 2 files changed, 6845 insertions(+), 6905 deletions(-)
9658
9659commit ea2b9616253f017edf97e4b86e82d6c89df17c4d
9660Merge: e52044e cd66132
9661Author: Brad Spengler <spender@grsecurity.net>
9662Date: Tue Jul 19 19:21:52 2016 -0400
9663
9664 Merge branch 'pax-test' into grsec-test
9665
9666commit cd661322f3b91c6fd6fee4a6a5907b054a70a5f7
9667Author: Brad Spengler <spender@grsecurity.net>
9668Date: Tue Jul 19 19:14:36 2016 -0400
9669
9670 Update to pax-linux-4.6.4-test15.patch:
9671 - updated the size overflow hash table from grsecurity
9672 - 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)
9673
9674 .../disable_size_overflow_hash.data | 7 +-
9675 .../size_overflow_plugin/size_overflow_hash.data | 850 +++++++++++++++++----
9676 2 files changed, 694 insertions(+), 163 deletions(-)
9677
9678commit e52044e34a92f944b99e9219147617dc7449a675
9679Author: Brad Spengler <spender@grsecurity.net>
9680Date: Mon Jul 18 21:25:15 2016 -0400
9681
9682 Update size_overflow hash table
9683
9684 .../size_overflow_plugin/size_overflow_hash.data | 466 +++++++++++++++++----
9685 1 file changed, 382 insertions(+), 84 deletions(-)
9686
9687commit 27ed9167fb98fe9f9e75aace6f651ff814a189a5
9688Author: Brad Spengler <spender@grsecurity.net>
9689Date: Mon Jul 18 21:04:42 2016 -0400
9690
9691 Update size_overflow hash table
9692
9693 .../gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 12 ++++++++----
9694 1 file changed, 8 insertions(+), 4 deletions(-)
9695
9696commit b0a1f25a251b7c1c582fa3a95605654f8da33193
9697Author: Jann Horn <jann@thejh.net>
9698Date: Fri Sep 11 21:39:33 2015 +0200
9699
9700 xfs: fix type confusion in xfs_ioc_swapext
9701
9702 Without this check, the following XFS_I invocations would return bad
9703 pointers when used on non-XFS inodes (perhaps pointers into preceding
9704 allocator chunks).
9705
9706 This could be used by an attacker to trick xfs_swap_extents into
9707 performing locking operations on attacker-chosen structures in kernel
9708 memory, potentially leading to code execution in the kernel. (I have
9709 not investigated how likely this is to be usable for an attack in
9710 practice.)
9711
9712 Signed-off-by: Jann Horn <jann@thejh.net>
9713 Cc: Andy Lutomirski <luto@amacapital.net>
9714 Cc: Dave Chinner <david@fromorbit.com>
9715 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9716
9717 fs/xfs/xfs_ioctl.c | 6 ++++++
9718 1 file changed, 6 insertions(+)
9719
9720commit 01e9e48be783cefbe69ff9241ab678de69eaab5b
9721Merge: bd6d599 c421d76
9722Author: Brad Spengler <spender@grsecurity.net>
9723Date: Mon Jul 18 20:18:27 2016 -0400
9724
9725 Merge branch 'pax-test' into grsec-test
9726
9727commit c421d76c43d1840ab72bf2cd414e61ee0581e80b
9728Author: Brad Spengler <spender@grsecurity.net>
9729Date: Mon Jul 18 20:04:22 2016 -0400
9730
9731 Update to pax-linux-4.6.4-test14.patch:
9732 - Emese regenerated the size overflow hash table
9733 - fixed a few more section mismatches detected in LTO mode
9734 - reworked how KERNEXEC coexists with upstream's DEBUG_RODATA
9735 - reworked the KERNEXEC plugin configuration, read the Kconfig help!
9736 - simplified the constify plugin a bit
9737 - 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)
9738 - 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)
9739 - fixed !KERNEXEC boot crash on x86, reported by peetaur (https://forums.grsecurity.net/viewtopic.php?f=3&t=4512)
9740 - fixed compile warnings triggered by the __SYSCALL_DEFINEx macro
9741
9742 arch/mips/Kbuild | 2 +-
9743 arch/mips/include/asm/irq.h | 1 -
9744 arch/sparc/include/asm/atomic_64.h | 6 +
9745 arch/sparc/kernel/prom_common.c | 2 +-
9746 arch/sparc/lib/atomic_64.S | 2 +-
9747 arch/sparc/lib/ksyms.c | 4 +-
9748 arch/x86/entry/entry_64.S | 2 +-
9749 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-
9750 arch/x86/kernel/alternative.c | 21 +
9751 arch/x86/kernel/cpu/common.c | 4 +
9752 arch/x86/platform/olpc/olpc_dt.c | 2 +-
9753 drivers/block/drbd/drbd_int.h | 4 +-
9754 drivers/gpu/drm/sti/sti_hda.c | 4 +-
9755 drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
9756 drivers/gpu/drm/sti/sti_tvout.c | 4 +-
9757 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
9758 drivers/hwmon/applesmc.c | 2 +-
9759 drivers/iommu/io-pgtable-arm.c | 2 +-
9760 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
9761 drivers/leds/leds-clevo-mail.c | 2 +-
9762 drivers/leds/leds-ss4200.c | 2 +-
9763 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 2 +
9764 drivers/mtd/nand/brcmnand/iproc_nand.c | 2 +
9765 drivers/platform/chrome/chromeos_laptop.c | 2 +-
9766 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
9767 drivers/pnp/base.h | 2 +-
9768 drivers/pnp/resource.c | 4 +-
9769 fs/exec.c | 20 +-
9770 include/drm/drm_modeset_helper_vtables.h | 1 +
9771 include/linux/syscalls.h | 8 +-
9772 mm/slab_common.c | 6 +
9773 mm/slob.c | 44 +-
9774 mm/slub.c | 7 +
9775 scripts/Makefile.gcc-plugins | 4 +-
9776 scripts/gcc-plugins/constify_plugin.c | 10 +-
9777 .../size_overflow_plugin/size_overflow_hash.data | 13633 +++++++++----------
9778 security/Kconfig | 63 +-
9779 37 files changed, 6934 insertions(+), 6953 deletions(-)
9780
9781commit bd6d599943a777b93600dd4a43bbeea5dde2dfa0
9782Author: Brad Spengler <spender@grsecurity.net>
9783Date: Sun Jul 17 17:18:15 2016 -0400
9784
9785 Ensure current state is set to TASK_RUNNING before doing a copy on the RBAC learning read side
9786
9787 grsecurity/gracl_learn.c | 6 ++++--
9788 kernel/sched/core.c | 2 +-
9789 2 files changed, 5 insertions(+), 3 deletions(-)
9790
9791commit 0f2e7d90efc7eeff655d7cc2c15838497f8c0513
9792Author: Brad Spengler <spender@grsecurity.net>
9793Date: Fri Jul 15 15:29:41 2016 -0400
9794
9795 Force that BUG() be enabled in the kernel config if grsecurity is enabled
9796 Suggested by Kees Cook
9797
9798 security/Kconfig | 1 +
9799 1 file changed, 1 insertion(+)
9800
9801commit 3efe62268d831fc5c89a64b8ff1496d2b912ebf6
9802Author: Brad Spengler <spender@grsecurity.net>
9803Date: Thu Jul 14 21:14:55 2016 -0400
9804
9805 randomize layout of two more structs
9806
9807 include/linux/cdev.h | 2 +-
9808 include/linux/fs.h | 2 +-
9809 2 files changed, 2 insertions(+), 2 deletions(-)
9810
9811commit 58c0443674275163e4d488f890ba1b985d13a4b0
9812Author: Brad Spengler <spender@grsecurity.net>
9813Date: Mon Jul 11 21:30:57 2016 -0400
9814
9815 Temporary workaround for size_overflow detection reported at:
9816 https://forums.grsecurity.net/viewtopic.php?f=3&t=4510
9817 by brainatwork
9818
9819 drivers/block/drbd/drbd_int.h | 4 ++--
9820 1 file changed, 2 insertions(+), 2 deletions(-)
9821
9822commit aa1f32f7a62f394d1f90c2d9952befdd5294c088
9823Author: Brad Spengler <spender@grsecurity.net>
9824Date: Mon Jul 11 21:18:20 2016 -0400
9825
9826 Update size_overflow hash table
9827
9828 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
9829 1 file changed, 1 insertion(+)
9830
9831commit 329fa438e13041fda3dcd292adf2aeb1c008c72c
9832Author: Jeff Mahoney <jeffm@suse.com>
9833Date: Tue Jul 5 17:32:30 2016 -0400
9834
9835 ecryptfs: don't allow mmap when the lower fs doesn't support it
9836
9837 There are legitimate reasons to disallow mmap on certain files, notably
9838 in sysfs or procfs. We shouldn't emulate mmap support on file systems
9839 that don't offer support natively.
9840
9841 CVE-2016-1583
9842
9843 Signed-off-by: Jeff Mahoney <jeffm@suse.com>
9844 Cc: stable@vger.kernel.org
9845 [tyhicks: clean up f_op check by using ecryptfs_file_to_lower()]
9846 Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
9847
9848 fs/ecryptfs/file.c | 15 ++++++++++++++-
9849 1 file changed, 14 insertions(+), 1 deletion(-)
9850
9851commit 5b86b77c32a55ebc8b441ac71839bb50012e505a
9852Author: Vegard Nossum <vegard.nossum@oracle.com>
9853Date: Thu Jul 7 13:41:11 2016 -0700
9854
9855 apparmor: fix oops, validate buffer size in apparmor_setprocattr()
9856
9857 When proc_pid_attr_write() was changed to use memdup_user apparmor's
9858 (interface violating) assumption that the setprocattr buffer was always
9859 a single page was violated.
9860
9861 The size test is not strictly speaking needed as proc_pid_attr_write()
9862 will reject anything larger, but for the sake of robustness we can keep
9863 it in.
9864
9865 SMACK and SELinux look safe to me, but somebody else should probably
9866 have a look just in case.
9867
9868 Based on original patch from Vegard Nossum <vegard.nossum@oracle.com>
9869 modified for the case that apparmor provides null termination.
9870
9871 Fixes: bb646cdb12e75d82258c2f2e7746d5952d3e321a
9872 Reported-by: Vegard Nossum <vegard.nossum@oracle.com>
9873 Cc: Al Viro <viro@zeniv.linux.org.uk>
9874 Cc: John Johansen <john.johansen@canonical.com>
9875 Cc: Paul Moore <paul@paul-moore.com>
9876 Cc: Stephen Smalley <sds@tycho.nsa.gov>
9877 Cc: Eric Paris <eparis@parisplace.org>
9878 Cc: Casey Schaufler <casey@schaufler-ca.com>
9879 Cc: stable@kernel.org
9880 Signed-off-by: John Johansen <john.johansen@canonical.com>
9881 Reviewed-by: Tyler Hicks <tyhicks@canonical.com>
9882 Signed-off-by: James Morris <james.l.morris@oracle.com>
9883
9884 security/apparmor/lsm.c | 36 +++++++++++++++++++-----------------
9885 1 file changed, 19 insertions(+), 17 deletions(-)
9886
9887commit cf7f94ad6c32ff91363641573a64c85f4877e290
9888Merge: 7765cd9 50212d6
9889Author: Brad Spengler <spender@grsecurity.net>
9890Date: Mon Jul 11 18:39:35 2016 -0400
9891
9892 Merge branch 'pax-test' into grsec-test
9893
9894commit 50212d610aeb6ced453e1835c169c46acdf3940d
9895Merge: 98d6186 310ca59
9896Author: Brad Spengler <spender@grsecurity.net>
9897Date: Mon Jul 11 18:39:08 2016 -0400
9898
9899 Merge branch 'linux-4.6.y' into pax-test
9900
9901commit 7765cd90c911e58959451529995ea44b7a2271d6
9902Author: Brad Spengler <spender@grsecurity.net>
9903Date: Thu Jul 7 07:12:54 2016 -0400
9904
9905 Compile fix reported by adminwset on the forums:
9906 https://forums.grsecurity.net/viewtopic.php?t=4507&p=16420#p16420
9907
9908 fs/proc/task_mmu.c | 2 +-
9909 1 file changed, 1 insertion(+), 1 deletion(-)
9910
9911commit c94fbc6f47fdae9a2dcf29d3048c8da8752dbbdf
9912Author: Brad Spengler <spender@grsecurity.net>
9913Date: Wed Jul 6 21:11:33 2016 -0400
9914
9915 compile fix
9916
9917 arch/x86/mm/init_32.c | 1 -
9918 1 file changed, 1 deletion(-)
9919
9920commit ee4f4cdd26864ac40ac22b4a3b88f284a6d057d0
9921Author: Miklos Szeredi <mszeredi@redhat.com>
9922Date: Wed Jun 29 16:03:55 2016 +0200
9923
9924 ovl: get_write_access() in truncate
9925
9926 When truncating a file we should check write access on the underlying
9927 inode. And we should do so on the lower file as well (before copy-up) for
9928 consistency.
9929
9930 Original patch and test case by Aihua Zhang.
9931
9932 - - >o >o - - test.c - - >o >o - -
9933 #include <stdio.h>
9934 #include <errno.h>
9935 #include <unistd.h>
9936
9937 int main(int argc, char *argv[])
9938 {
9939 int ret;
9940
9941 ret = truncate(argv[0], 4096);
9942 if (ret != -1) {
9943 fprintf(stderr, "truncate(argv[0]) should have failed\n");
9944 return 1;
9945 }
9946 if (errno != ETXTBSY) {
9947 perror("truncate(argv[0])");
9948 return 1;
9949 }
9950
9951 return 0;
9952 }
9953 - - >o >o - - >o >o - - >o >o - -
9954
9955 Reported-by: Aihua Zhang <zhangaihua1@huawei.com>
9956 Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
9957 Cc: <stable@vger.kernel.org>
9958
9959 fs/overlayfs/inode.c | 21 +++++++++++++++++++++
9960 1 file changed, 21 insertions(+)
9961
9962commit 4585d082282707fbe91025c987bd8cef4152196d
9963Author: Vivek Goyal <vgoyal@redhat.com>
9964Date: Fri Jul 1 10:02:44 2016 -0400
9965
9966 ovl: warn instead of error if d_type is not supported
9967
9968 overlay needs underlying fs to support d_type. Recently I put in a
9969 patch in to detect this condition and started failing mount if
9970 underlying fs did not support d_type.
9971
9972 But this breaks existing configurations over kernel upgrade. Those who
9973 are running docker (partially broken configuration) with xfs not
9974 supporting d_type, are surprised that after kernel upgrade docker does
9975 not run anymore.
9976
9977 https://github.com/docker/docker/issues/22937#issuecomment-229881315
9978
9979 So instead of erroring out, detect broken configuration and warn
9980 about it. This should allow existing docker setups to continue
9981 working after kernel upgrade.
9982
9983 Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
9984 Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
9985 Fixes: 45aebeaf4f67 ("ovl: Ensure upper filesystem supports d_type")
9986 Cc: <stable@vger.kernel.org> 4.6
9987
9988 fs/overlayfs/super.c | 12 +++++++-----
9989 1 file changed, 7 insertions(+), 5 deletions(-)
9990
9991commit 97bb95801d1ce86dafd1a59483803aba5b93e7c0
9992Author: Randy Dunlap <rdunlap@infradead.org>
9993Date: Wed Jul 6 16:06:53 2016 -0700
9994
9995 init/Kconfig: keep Expert users menu together
9996
9997 The "expert" menu was broken (split) such that all entries in it after
9998 KALLSYMS were displayed in the "General setup" area instead of in the
9999 "Expert users" area. Fix this by adding one kconfig dependency.
10000
10001 Yes, the Expert users menu is fragile. Problems like this have happened
10002 several times in the past. I will attempt to isolate the Expert users
10003 menu if there is interest in that.
10004
10005 Fixes: 4d5d5664c900 ("x86: kallsyms: disable absolute percpu symbols on !SMP")
10006 Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
10007 Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
10008 Cc: stable@vger.kernel.org # 4.6
10009 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
10010
10011 init/Kconfig | 1 +
10012 1 file changed, 1 insertion(+)
10013
10014commit 616a19ea32197667494240e8afc0de98d28fdd47
10015Merge: 769cc1b 98d6186
10016Author: Brad Spengler <spender@grsecurity.net>
10017Date: Wed Jul 6 20:41:51 2016 -0400
10018
10019 Merge branch 'pax-test' into grsec-test
10020
10021commit 98d61867ac6a18500bbd9771678138154869cec3
10022Author: Brad Spengler <spender@grsecurity.net>
10023Date: Wed Jul 6 20:29:35 2016 -0400
10024
10025 Update to pax-linux-4.6.3-test10.patch:
10026 - fixed a size overflow false positive in xfrm4_beet_output and xfrm6_beet_output, by Mathias Krause <minipli@ld-linux.so>
10027 - 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)
10028 - fixed a few constification related compile errors on arm/mips, by spender
10029 - updated the size overflow hash table from grsecurity
10030 - fixed an integer truncation bug in __ioremap_caller caught by the size overflow plugin
10031
10032 arch/arm/mach-mmp/mmp2.c | 4 +-
10033 arch/arm/mach-mmp/pxa910.c | 4 +-
10034 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
10035 arch/arm/mm/fault.c | 2 +-
10036 arch/x86/include/asm/efi.h | 5 +
10037 arch/x86/include/asm/pgtable.h | 2 +-
10038 arch/x86/mm/dump_pagetables.c | 32 +++-
10039 arch/x86/mm/init_32.c | 55 +++---
10040 arch/x86/mm/init_64.c | 12 +-
10041 arch/x86/mm/ioremap.c | 2 +-
10042 arch/x86/mm/pageattr.c | 2 +-
10043 drivers/gpu/drm/sti/sti_cursor.c | 4 +-
10044 drivers/gpu/drm/sti/sti_dvo.c | 4 +-
10045 drivers/gpu/drm/sti/sti_gdp.c | 12 +-
10046 drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
10047 drivers/gpu/drm/sti/sti_mixer.c | 8 +-
10048 drivers/gpu/drm/sti/sti_vid.c | 4 +-
10049 drivers/irqchip/irq-mmp.c | 2 +-
10050 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
10051 include/linux/irqchip/mmp.h | 2 +-
10052 net/ipv4/xfrm4_mode_beet.c | 2 +-
10053 net/ipv6/xfrm6_mode_beet.c | 2 +-
10054 .../size_overflow_plugin/size_overflow_hash.data | 203 +++++++++++++++++----
10055 23 files changed, 280 insertions(+), 91 deletions(-)
10056
10057commit 769cc1b850f164d9fd9284898295eb616896d66b
10058Author: Brad Spengler <spender@grsecurity.net>
10059Date: Wed Jul 6 20:08:29 2016 -0400
10060
10061 Fix bug in RBAC learning reported by Andrew Flannery
10062 Nolog/noaudit-type capability checks were handled in a separate
10063 function which did not check if the requestor had the capability in
10064 their effective set. This would cause privileged processes to be
10065 denied use of their capabilities in the small number of instances
10066 these kinds of checks were used (for ptrace_may_access() etc, which
10067 get used in deciding if privileged processes can bypass /proc
10068 restrictions) only when RBAC learning was enabled on the process.
10069
10070 Remove some code duplication in the process of fixing the bug.
10071
10072 grsecurity/gracl_cap.c | 49 +++++++++------------------------------------
10073 grsecurity/grsec_disabled.c | 2 +-
10074 grsecurity/grsec_exec.c | 9 ++++-----
10075 include/linux/grsecurity.h | 4 ++--
10076 kernel/capability.c | 2 +-
10077 kernel/sys.c | 4 ++--
10078 6 files changed, 19 insertions(+), 51 deletions(-)
10079
10080commit 244fda357c13b44ac2d174713205863c552eb30d
10081Author: Brad Spengler <spender@grsecurity.net>
10082Date: Wed Jul 6 07:19:26 2016 -0400
10083
10084 Compile fix for recent /proc/pid/mem changes, reported by adminwset at
10085 https://forums.grsecurity.net/viewtopic.php?t=4505&p=16415#p16415
10086
10087 fs/proc/base.c | 2 +-
10088 fs/proc/internal.h | 2 +-
10089 include/linux/sched.h | 2 ++
10090 3 files changed, 4 insertions(+), 2 deletions(-)
10091
10092commit 5bd1344d3f28c5402bcd85972bb520a5baaf612c
10093Author: Brad Spengler <spender@grsecurity.net>
10094Date: Sun Jul 3 21:27:25 2016 -0400
10095
10096 Initial import of grsecurity for Linux 4.6.3
10097
10098 Documentation/dontdiff | 2 +
10099 Documentation/kernel-parameters.txt | 11 +
10100 Documentation/sysctl/kernel.txt | 15 +
10101 Makefile | 5 +-
10102 arch/alpha/include/asm/cache.h | 4 +-
10103 arch/alpha/kernel/osf_sys.c | 12 +-
10104 arch/arc/Kconfig | 1 +
10105 arch/arm/Kconfig | 1 +
10106 arch/arm/Kconfig.debug | 1 +
10107 arch/arm/include/asm/thread_info.h | 7 +-
10108 arch/arm/kernel/entry-common.S | 8 +-
10109 arch/arm/kernel/process.c | 4 +-
10110 arch/arm/kernel/ptrace.c | 9 +
10111 arch/arm/kernel/traps.c | 7 +-
10112 arch/arm/mach-mmp/mmp2.c | 4 +-
10113 arch/arm/mach-mmp/pxa910.c | 4 +-
10114 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
10115 arch/arm/mm/Kconfig | 4 +-
10116 arch/arm/mm/alignment.c | 24 +-
10117 arch/arm/mm/fault.c | 42 +-
10118 arch/arm/mm/mmap.c | 8 +-
10119 arch/arm/net/bpf_jit_32.c | 51 +-
10120 arch/arm64/Kconfig.debug | 1 +
10121 arch/avr32/include/asm/cache.h | 4 +-
10122 arch/blackfin/Kconfig.debug | 1 +
10123 arch/blackfin/include/asm/cache.h | 3 +-
10124 arch/cris/include/arch-v10/arch/cache.h | 3 +-
10125 arch/cris/include/arch-v32/arch/cache.h | 3 +-
10126 arch/frv/include/asm/cache.h | 3 +-
10127 arch/frv/mm/elf-fdpic.c | 4 +-
10128 arch/hexagon/include/asm/cache.h | 6 +-
10129 arch/ia64/Kconfig | 1 +
10130 arch/ia64/include/asm/cache.h | 3 +-
10131 arch/ia64/kernel/sys_ia64.c | 2 +
10132 arch/ia64/mm/hugetlbpage.c | 2 +
10133 arch/m32r/include/asm/cache.h | 4 +-
10134 arch/m68k/include/asm/cache.h | 4 +-
10135 arch/metag/mm/hugetlbpage.c | 1 +
10136 arch/microblaze/include/asm/cache.h | 3 +-
10137 arch/mips/Kbuild | 2 +-
10138 arch/mips/Kconfig | 1 +
10139 arch/mips/include/asm/irq.h | 1 -
10140 arch/mips/include/asm/thread_info.h | 11 +-
10141 arch/mips/kernel/irq.c | 3 +
10142 arch/mips/kernel/ptrace.c | 9 +
10143 arch/mips/mm/mmap.c | 4 +-
10144 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
10145 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
10146 arch/openrisc/include/asm/cache.h | 4 +-
10147 arch/parisc/include/asm/cache.h | 3 +
10148 arch/parisc/kernel/sys_parisc.c | 4 +
10149 arch/powerpc/Kconfig | 1 +
10150 arch/powerpc/include/asm/cache.h | 4 +-
10151 arch/powerpc/include/asm/thread_info.h | 5 +-
10152 arch/powerpc/kernel/Makefile | 2 +
10153 arch/powerpc/kernel/irq.c | 3 +
10154 arch/powerpc/kernel/process.c | 10 +-
10155 arch/powerpc/kernel/ptrace.c | 14 +
10156 arch/powerpc/kernel/traps.c | 5 +
10157 arch/powerpc/mm/slice.c | 2 +-
10158 arch/s390/Kconfig.debug | 1 +
10159 arch/s390/include/asm/cache.h | 4 +-
10160 arch/score/include/asm/cache.h | 4 +-
10161 arch/sh/include/asm/cache.h | 3 +-
10162 arch/sh/mm/mmap.c | 6 +-
10163 arch/sparc/include/asm/atomic_64.h | 5 +
10164 arch/sparc/include/asm/cache.h | 4 +-
10165 arch/sparc/include/asm/pgalloc_64.h | 1 +
10166 arch/sparc/include/asm/thread_info_64.h | 8 +-
10167 arch/sparc/kernel/process_32.c | 6 +-
10168 arch/sparc/kernel/process_64.c | 8 +-
10169 arch/sparc/kernel/ptrace_64.c | 14 +
10170 arch/sparc/kernel/sys_sparc_64.c | 8 +-
10171 arch/sparc/kernel/syscalls.S | 8 +-
10172 arch/sparc/kernel/traps_32.c | 8 +-
10173 arch/sparc/kernel/traps_64.c | 28 +-
10174 arch/sparc/kernel/unaligned_64.c | 2 +-
10175 arch/sparc/lib/atomic_64.S | 2 +-
10176 arch/sparc/lib/ksyms.c | 4 +-
10177 arch/sparc/mm/fault_64.c | 2 +-
10178 arch/sparc/mm/hugetlbpage.c | 15 +-
10179 arch/tile/Kconfig | 1 +
10180 arch/tile/include/asm/cache.h | 3 +-
10181 arch/tile/mm/hugetlbpage.c | 2 +
10182 arch/um/include/asm/cache.h | 3 +-
10183 arch/unicore32/include/asm/cache.h | 6 +-
10184 arch/x86/Kconfig | 21 +
10185 arch/x86/Kconfig.debug | 2 +
10186 arch/x86/entry/common.c | 14 +
10187 arch/x86/entry/entry_32.S | 2 +-
10188 arch/x86/entry/entry_64.S | 2 +-
10189 arch/x86/ia32/ia32_aout.c | 2 +
10190 arch/x86/include/asm/floppy.h | 20 +-
10191 arch/x86/include/asm/fpu/types.h | 69 +-
10192 arch/x86/include/asm/io.h | 2 +-
10193 arch/x86/include/asm/page.h | 12 +-
10194 arch/x86/include/asm/paravirt_types.h | 21 +-
10195 arch/x86/include/asm/processor.h | 12 +-
10196 arch/x86/include/asm/thread_info.h | 6 +-
10197 arch/x86/kernel/dumpstack.c | 10 +-
10198 arch/x86/kernel/dumpstack_32.c | 2 +-
10199 arch/x86/kernel/dumpstack_64.c | 2 +-
10200 arch/x86/kernel/ioport.c | 13 +
10201 arch/x86/kernel/irq_32.c | 3 +
10202 arch/x86/kernel/irq_64.c | 4 +
10203 arch/x86/kernel/ldt.c | 18 +
10204 arch/x86/kernel/msr.c | 12 +
10205 arch/x86/kernel/ptrace.c | 14 +
10206 arch/x86/kernel/signal.c | 9 +-
10207 arch/x86/kernel/sys_i386_32.c | 9 +-
10208 arch/x86/kernel/sys_x86_64.c | 8 +-
10209 arch/x86/kernel/traps.c | 5 +
10210 arch/x86/kernel/verify_cpu.S | 1 +
10211 arch/x86/kernel/vm86_32.c | 15 +
10212 arch/x86/mm/fault.c | 12 +-
10213 arch/x86/mm/hugetlbpage.c | 15 +-
10214 arch/x86/mm/init.c | 51 +-
10215 arch/x86/mm/init_32.c | 10 +-
10216 arch/x86/net/bpf_jit_comp.c | 4 +
10217 arch/x86/platform/efi/efi_64.c | 2 +-
10218 arch/x86/xen/Kconfig | 1 +
10219 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
10220 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
10221 crypto/scatterwalk.c | 10 +-
10222 drivers/acpi/acpica/hwxfsleep.c | 11 +-
10223 drivers/acpi/custom_method.c | 4 +
10224 drivers/block/cciss.h | 30 +-
10225 drivers/block/smart1,2.h | 40 +-
10226 drivers/cdrom/cdrom.c | 2 +-
10227 drivers/char/Kconfig | 4 +-
10228 drivers/char/genrtc.c | 1 +
10229 drivers/char/mem.c | 17 +
10230 drivers/char/random.c | 5 +-
10231 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
10232 drivers/firewire/ohci.c | 4 +
10233 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 80 +-
10234 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
10235 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
10236 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
10237 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
10238 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
10239 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
10240 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
10241 drivers/gpu/drm/sti/sti_cursor.c | 6 +-
10242 drivers/gpu/drm/sti/sti_dvo.c | 6 +-
10243 drivers/gpu/drm/sti/sti_gdp.c | 6 +-
10244 drivers/gpu/drm/sti/sti_hda.c | 6 +-
10245 drivers/gpu/drm/sti/sti_hdmi.c | 6 +-
10246 drivers/gpu/drm/sti/sti_hqvdp.c | 6 +-
10247 drivers/gpu/drm/sti/sti_mixer.c | 6 +-
10248 drivers/gpu/drm/sti/sti_tvout.c | 6 +-
10249 drivers/gpu/drm/sti/sti_vid.c | 6 +-
10250 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
10251 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
10252 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
10253 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
10254 drivers/hid/hid-wiimote-debug.c | 2 +-
10255 drivers/hid/usbhid/hiddev.c | 10 +-
10256 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 160 +-
10257 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
10258 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
10259 drivers/iommu/Kconfig | 1 +
10260 drivers/iommu/amd_iommu.c | 14 +-
10261 drivers/irqchip/irq-mmp.c | 2 +-
10262 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
10263 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
10264 drivers/isdn/gigaset/usb-gigaset.c | 34 +-
10265 drivers/isdn/i4l/isdn_concap.c | 6 +-
10266 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
10267 drivers/md/bcache/Kconfig | 1 +
10268 drivers/md/raid5.c | 8 +
10269 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
10270 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
10271 drivers/media/radio/radio-cadet.c | 5 +-
10272 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
10273 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
10274 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
10275 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
10276 drivers/message/fusion/mptbase.c | 9 +
10277 drivers/misc/sgi-xp/xp_main.c | 12 +-
10278 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 6 +-
10279 drivers/mtd/nand/brcmnand/iproc_nand.c | 8 +-
10280 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
10281 drivers/net/wan/lmc/lmc_media.c | 97 +-
10282 drivers/net/wan/z85230.c | 24 +-
10283 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
10284 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
10285 drivers/pci/proc.c | 9 +
10286 drivers/platform/x86/asus-wmi.c | 12 +
10287 drivers/rtc/rtc-dev.c | 3 +
10288 drivers/scsi/bfa/bfa_fcs.c | 19 +-
10289 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
10290 drivers/scsi/bfa/bfa_modules.h | 12 +-
10291 drivers/scsi/hpsa.h | 40 +-
10292 drivers/staging/lustre/lnet/libcfs/module.c | 10 +-
10293 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
10294 drivers/staging/wilc1000/host_interface.h | 1 +
10295 drivers/staging/wilc1000/wilc_spi.c | 1 +
10296 drivers/tty/serial/uartlite.c | 4 +-
10297 drivers/tty/sysrq.c | 2 +-
10298 drivers/tty/tty_io.c | 4 +
10299 drivers/tty/vt/keyboard.c | 22 +-
10300 drivers/uio/uio.c | 6 +-
10301 drivers/usb/core/devio.c | 9 +-
10302 drivers/usb/core/hub.c | 5 +
10303 drivers/usb/gadget/function/f_uac1.c | 1 +
10304 drivers/usb/gadget/function/u_uac1.c | 1 +
10305 drivers/usb/host/hwa-hc.c | 9 +-
10306 drivers/usb/usbip/vhci_sysfs.c | 2 +-
10307 drivers/video/fbdev/arcfb.c | 2 +-
10308 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
10309 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
10310 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
10311 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
10312 drivers/xen/xenfs/xenstored.c | 5 +
10313 firmware/Makefile | 2 +
10314 firmware/WHENCE | 20 +-
10315 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
10316 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
10317 fs/attr.c | 4 +
10318 fs/autofs4/waitq.c | 9 +
10319 fs/binfmt_aout.c | 7 +
10320 fs/binfmt_elf.c | 40 +-
10321 fs/compat.c | 20 +-
10322 fs/coredump.c | 17 +-
10323 fs/dcache.c | 3 +
10324 fs/debugfs/inode.c | 19 +-
10325 fs/exec.c | 249 +-
10326 fs/ext2/balloc.c | 4 +-
10327 fs/ext2/super.c | 8 +-
10328 fs/ext4/balloc.c | 4 +-
10329 fs/ext4/extents.c | 2 +-
10330 fs/fcntl.c | 4 +
10331 fs/fhandle.c | 3 +-
10332 fs/file.c | 4 +
10333 fs/filesystems.c | 4 +
10334 fs/fs_struct.c | 20 +-
10335 fs/hugetlbfs/inode.c | 5 +-
10336 fs/inode.c | 8 +-
10337 fs/kernfs/dir.c | 6 +
10338 fs/mount.h | 4 +-
10339 fs/namei.c | 292 +-
10340 fs/namespace.c | 24 +
10341 fs/nfsd/nfs2acl.c | 20 +-
10342 fs/nfsd/nfs3acl.c | 16 +-
10343 fs/nfsd/nfs4acl.c | 16 +-
10344 fs/nfsd/nfscache.c | 2 +-
10345 fs/open.c | 38 +
10346 fs/overlayfs/inode.c | 3 +
10347 fs/overlayfs/super.c | 6 +-
10348 fs/pipe.c | 2 +-
10349 fs/posix_acl.c | 61 +-
10350 fs/proc/Kconfig | 10 +-
10351 fs/proc/array.c | 67 +-
10352 fs/proc/base.c | 193 +-
10353 fs/proc/cmdline.c | 4 +
10354 fs/proc/devices.c | 4 +
10355 fs/proc/fd.c | 13 +-
10356 fs/proc/generic.c | 64 +
10357 fs/proc/inode.c | 17 +
10358 fs/proc/internal.h | 18 +-
10359 fs/proc/interrupts.c | 4 +
10360 fs/proc/kcore.c | 3 +
10361 fs/proc/proc_net.c | 31 +
10362 fs/proc/proc_sysctl.c | 52 +-
10363 fs/proc/root.c | 8 +
10364 fs/proc/stat.c | 69 +-
10365 fs/proc/task_mmu.c | 85 +-
10366 fs/proc/task_nommu.c | 2 +-
10367 fs/readdir.c | 19 +
10368 fs/reiserfs/item_ops.c | 24 +-
10369 fs/reiserfs/super.c | 4 +
10370 fs/select.c | 2 +
10371 fs/seq_file.c | 31 +-
10372 fs/stat.c | 20 +-
10373 fs/sysfs/dir.c | 30 +-
10374 fs/utimes.c | 7 +
10375 fs/xattr.c | 26 +-
10376 fs/xfs/xfs_icache.c | 60 +-
10377 fs/xfs/xfs_inode.c | 13 +
10378 grsecurity/Kconfig | 1205 ++++
10379 grsecurity/Makefile | 54 +
10380 grsecurity/gracl.c | 2757 +++++++++
10381 grsecurity/gracl_alloc.c | 105 +
10382 grsecurity/gracl_cap.c | 127 +
10383 grsecurity/gracl_compat.c | 269 +
10384 grsecurity/gracl_fs.c | 448 ++
10385 grsecurity/gracl_ip.c | 387 ++
10386 grsecurity/gracl_learn.c | 207 +
10387 grsecurity/gracl_policy.c | 1784 ++++++
10388 grsecurity/gracl_res.c | 68 +
10389 grsecurity/gracl_segv.c | 306 +
10390 grsecurity/gracl_shm.c | 40 +
10391 grsecurity/grsec_chdir.c | 19 +
10392 grsecurity/grsec_chroot.c | 506 ++
10393 grsecurity/grsec_disabled.c | 445 ++
10394 grsecurity/grsec_exec.c | 189 +
10395 grsecurity/grsec_fifo.c | 26 +
10396 grsecurity/grsec_fork.c | 23 +
10397 grsecurity/grsec_init.c | 294 +
10398 grsecurity/grsec_ipc.c | 48 +
10399 grsecurity/grsec_link.c | 65 +
10400 grsecurity/grsec_log.c | 340 +
10401 grsecurity/grsec_mem.c | 48 +
10402 grsecurity/grsec_mount.c | 65 +
10403 grsecurity/grsec_pax.c | 47 +
10404 grsecurity/grsec_proc.c | 20 +
10405 grsecurity/grsec_ptrace.c | 30 +
10406 grsecurity/grsec_sig.c | 248 +
10407 grsecurity/grsec_sock.c | 244 +
10408 grsecurity/grsec_sysctl.c | 497 ++
10409 grsecurity/grsec_time.c | 16 +
10410 grsecurity/grsec_tpe.c | 78 +
10411 grsecurity/grsec_tty.c | 18 +
10412 grsecurity/grsec_usb.c | 15 +
10413 grsecurity/grsum.c | 56 +
10414 include/drm/drm_modeset_helper_vtables.h | 1 +
10415 include/linux/binfmts.h | 5 +-
10416 include/linux/capability.h | 13 +
10417 include/linux/compiler-gcc.h | 5 +
10418 include/linux/compiler.h | 8 +
10419 include/linux/cred.h | 8 +-
10420 include/linux/dcache.h | 5 +-
10421 include/linux/fs.h | 24 +-
10422 include/linux/fs_struct.h | 2 +-
10423 include/linux/fsnotify.h | 6 +
10424 include/linux/gracl.h | 342 ++
10425 include/linux/gracl_compat.h | 156 +
10426 include/linux/gralloc.h | 9 +
10427 include/linux/grdefs.h | 140 +
10428 include/linux/grinternal.h | 231 +
10429 include/linux/grmsg.h | 120 +
10430 include/linux/grsecurity.h | 259 +
10431 include/linux/grsock.h | 19 +
10432 include/linux/ipc.h | 2 +-
10433 include/linux/ipc_namespace.h | 2 +-
10434 include/linux/kallsyms.h | 18 +-
10435 include/linux/key-type.h | 4 +-
10436 include/linux/kmod.h | 5 +
10437 include/linux/kobject.h | 2 +-
10438 include/linux/lsm_hooks.h | 4 +-
10439 include/linux/mm.h | 12 +
10440 include/linux/mm_types.h | 4 +-
10441 include/linux/module.h | 5 +-
10442 include/linux/mount.h | 2 +-
10443 include/linux/msg.h | 2 +-
10444 include/linux/netfilter/xt_gradm.h | 9 +
10445 include/linux/path.h | 4 +-
10446 include/linux/perf_event.h | 13 +-
10447 include/linux/pid_namespace.h | 2 +-
10448 include/linux/printk.h | 2 +-
10449 include/linux/proc_fs.h | 22 +-
10450 include/linux/proc_ns.h | 2 +-
10451 include/linux/random.h | 2 +-
10452 include/linux/rbtree_augmented.h | 4 +-
10453 include/linux/scatterlist.h | 12 +-
10454 include/linux/sched.h | 135 +-
10455 include/linux/security.h | 1 +
10456 include/linux/sem.h | 2 +-
10457 include/linux/seq_file.h | 5 +
10458 include/linux/shm.h | 6 +-
10459 include/linux/skbuff.h | 3 +
10460 include/linux/slab.h | 9 -
10461 include/linux/sysctl.h | 8 +-
10462 include/linux/thread_info.h | 6 +-
10463 include/linux/tty.h | 2 +-
10464 include/linux/tty_driver.h | 4 +-
10465 include/linux/uidgid.h | 6 +
10466 include/linux/user_namespace.h | 2 +-
10467 include/linux/utsname.h | 2 +-
10468 include/linux/vermagic.h | 16 +-
10469 include/linux/vmalloc.h | 8 +
10470 include/net/af_unix.h | 2 +-
10471 include/net/ip.h | 2 +-
10472 include/net/neighbour.h | 2 +-
10473 include/net/net_namespace.h | 2 +-
10474 include/net/sock.h | 2 +-
10475 include/trace/events/fs.h | 53 +
10476 include/uapi/linux/personality.h | 1 +
10477 init/Kconfig | 5 +-
10478 init/main.c | 46 +-
10479 ipc/mqueue.c | 1 +
10480 ipc/msg.c | 3 +-
10481 ipc/msgutil.c | 4 +-
10482 ipc/sem.c | 3 +-
10483 ipc/shm.c | 26 +-
10484 ipc/util.c | 6 +
10485 kernel/auditsc.c | 2 +-
10486 kernel/bpf/syscall.c | 10 +-
10487 kernel/capability.c | 41 +-
10488 kernel/cgroup.c | 5 +-
10489 kernel/compat.c | 1 +
10490 kernel/configs.c | 11 +
10491 kernel/cred.c | 112 +-
10492 kernel/events/core.c | 14 +-
10493 kernel/exit.c | 10 +-
10494 kernel/fork.c | 92 +-
10495 kernel/futex.c | 4 +-
10496 kernel/kallsyms.c | 9 +
10497 kernel/kcmp.c | 4 +
10498 kernel/kexec_core.c | 2 +-
10499 kernel/kmod.c | 96 +-
10500 kernel/kprobes.c | 9 +-
10501 kernel/ksysfs.c | 2 +
10502 kernel/locking/lockdep_proc.c | 10 +-
10503 kernel/module.c | 108 +-
10504 kernel/panic.c | 6 +-
10505 kernel/pid.c | 18 +-
10506 kernel/power/Kconfig | 2 +
10507 kernel/printk/printk.c | 7 +-
10508 kernel/ptrace.c | 50 +-
10509 kernel/resource.c | 10 +
10510 kernel/sched/core.c | 9 +-
10511 kernel/sched/debug.c | 4 +
10512 kernel/signal.c | 37 +-
10513 kernel/sys.c | 64 +-
10514 kernel/sysctl.c | 174 +-
10515 kernel/taskstats.c | 6 +
10516 kernel/time/posix-timers.c | 8 +
10517 kernel/time/time.c | 5 +
10518 kernel/time/timekeeping.c | 3 +
10519 kernel/time/timer_list.c | 13 +-
10520 kernel/time/timer_stats.c | 10 +-
10521 kernel/trace/Kconfig | 6 +
10522 kernel/trace/trace_syscalls.c | 8 +
10523 kernel/user_namespace.c | 15 +
10524 lib/Kconfig.debug | 13 +-
10525 lib/is_single_threaded.c | 3 +
10526 lib/list_debug.c | 65 +-
10527 lib/nlattr.c | 2 +
10528 lib/rbtree.c | 4 +-
10529 lib/vsprintf.c | 39 +-
10530 localversion-grsec | 1 +
10531 mm/Kconfig | 8 +-
10532 mm/Kconfig.debug | 1 +
10533 mm/filemap.c | 1 +
10534 mm/kmemleak.c | 4 +-
10535 mm/memory.c | 2 +-
10536 mm/mempolicy.c | 12 +-
10537 mm/migrate.c | 3 +-
10538 mm/mlock.c | 11 +-
10539 mm/mmap.c | 124 +-
10540 mm/mprotect.c | 8 +
10541 mm/page_alloc.c | 2 +-
10542 mm/percpu.c | 73 +-
10543 mm/process_vm_access.c | 6 +
10544 mm/shmem.c | 2 +-
10545 mm/slab.c | 14 +-
10546 mm/slab_common.c | 2 +-
10547 mm/slob.c | 12 +
10548 mm/slub.c | 33 +-
10549 mm/util.c | 3 +
10550 mm/vmalloc.c | 84 +-
10551 mm/vmstat.c | 29 +-
10552 net/appletalk/atalk_proc.c | 2 +-
10553 net/atm/lec.c | 6 +-
10554 net/atm/mpoa_caches.c | 43 +-
10555 net/can/bcm.c | 2 +-
10556 net/can/proc.c | 2 +-
10557 net/core/dev_ioctl.c | 7 +-
10558 net/core/filter.c | 8 +-
10559 net/core/net-procfs.c | 17 +-
10560 net/core/pktgen.c | 2 +-
10561 net/core/sock.c | 23 +-
10562 net/core/sysctl_net_core.c | 2 +-
10563 net/decnet/dn_dev.c | 2 +-
10564 net/ipv4/devinet.c | 6 +-
10565 net/ipv4/inet_hashtables.c | 6 +
10566 net/ipv4/ip_input.c | 7 +
10567 net/ipv4/ip_sockglue.c | 3 +-
10568 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
10569 net/ipv4/route.c | 6 +-
10570 net/ipv4/tcp_input.c | 6 +-
10571 net/ipv4/tcp_ipv4.c | 24 +-
10572 net/ipv4/tcp_minisocks.c | 9 +-
10573 net/ipv4/tcp_timer.c | 11 +
10574 net/ipv4/udp.c | 24 +
10575 net/ipv6/addrconf.c | 13 +-
10576 net/ipv6/proc.c | 2 +-
10577 net/ipv6/tcp_ipv6.c | 23 +-
10578 net/ipv6/udp.c | 7 +
10579 net/ipx/ipx_proc.c | 2 +-
10580 net/irda/irproc.c | 2 +-
10581 net/llc/llc_proc.c | 2 +-
10582 net/netfilter/Kconfig | 10 +
10583 net/netfilter/Makefile | 1 +
10584 net/netfilter/xt_gradm.c | 51 +
10585 net/netfilter/xt_hashlimit.c | 4 +-
10586 net/netfilter/xt_recent.c | 2 +-
10587 net/socket.c | 75 +-
10588 net/sunrpc/Kconfig | 1 +
10589 net/sunrpc/cache.c | 2 +-
10590 net/sunrpc/stats.c | 2 +-
10591 net/sysctl_net.c | 2 +-
10592 net/unix/af_unix.c | 52 +-
10593 net/vmw_vsock/vmci_transport_notify.c | 30 +-
10594 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
10595 net/x25/sysctl_net_x25.c | 2 +-
10596 net/x25/x25_proc.c | 2 +-
10597 scripts/Makefile.gcc-plugins | 5 +
10598 scripts/gcc-plugins/.gitignore | 1 +
10599 scripts/gcc-plugins/Makefile | 10 +
10600 scripts/gcc-plugins/gen-random-seed.sh | 8 +
10601 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
10602 .../size_overflow_plugin/size_overflow_hash.data | 724 ++-
10603 scripts/package/Makefile | 2 +-
10604 scripts/package/mkspec | 41 +-
10605 security/Kconfig | 364 +-
10606 security/apparmor/file.c | 4 +-
10607 security/apparmor/lsm.c | 8 +-
10608 security/commoncap.c | 29 +
10609 security/keys/internal.h | 2 +-
10610 security/keys/key.c | 2 +-
10611 security/min_addr.c | 2 +
10612 security/tomoyo/file.c | 12 +-
10613 security/tomoyo/mount.c | 4 +
10614 security/tomoyo/tomoyo.c | 20 +-
10615 security/yama/Kconfig | 2 +-
10616 sound/synth/emux/emux_seq.c | 14 +-
10617 sound/usb/line6/driver.c | 40 +-
10618 sound/usb/line6/toneport.c | 12 +-
10619 521 files changed, 33285 insertions(+), 3355 deletions(-)
10620
10621commit 96b2aa21ce8de62dfa0ee023b2cd20928f5021a1
10622Author: Brad Spengler <spender@grsecurity.net>
10623Date: Sat Jul 2 09:03:17 2016 -0400
10624
10625 Initial commit of pax-linux-4.6.3-test9.patch
10626
10627 .gitignore | 1 +
10628 Documentation/dontdiff | 46 +-
10629 Documentation/kbuild/makefiles.txt | 39 +-
10630 Documentation/kernel-parameters.txt | 28 +
10631 Makefile | 20 +-
10632 arch/Kconfig | 14 +
10633 arch/alpha/include/asm/atomic.h | 10 +
10634 arch/alpha/include/asm/elf.h | 7 +
10635 arch/alpha/include/asm/pgalloc.h | 6 +
10636 arch/alpha/include/asm/pgtable.h | 11 +
10637 arch/alpha/kernel/module.c | 2 +-
10638 arch/alpha/kernel/osf_sys.c | 8 +-
10639 arch/alpha/mm/fault.c | 141 +-
10640 arch/arm/Kconfig | 6 +-
10641 arch/arm/boot/compressed/Makefile | 2 +
10642 arch/arm/include/asm/atomic.h | 323 +-
10643 arch/arm/include/asm/cache.h | 4 +-
10644 arch/arm/include/asm/cacheflush.h | 2 +-
10645 arch/arm/include/asm/checksum.h | 14 +-
10646 arch/arm/include/asm/cmpxchg.h | 4 +
10647 arch/arm/include/asm/cpuidle.h | 2 +-
10648 arch/arm/include/asm/domain.h | 42 +-
10649 arch/arm/include/asm/elf.h | 9 +-
10650 arch/arm/include/asm/fncpy.h | 2 +
10651 arch/arm/include/asm/futex.h | 1 +
10652 arch/arm/include/asm/kmap_types.h | 2 +-
10653 arch/arm/include/asm/mach/dma.h | 2 +-
10654 arch/arm/include/asm/mach/map.h | 16 +-
10655 arch/arm/include/asm/outercache.h | 2 +-
10656 arch/arm/include/asm/page.h | 3 +-
10657 arch/arm/include/asm/pgalloc.h | 20 +
10658 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
10659 arch/arm/include/asm/pgtable-2level.h | 3 +
10660 arch/arm/include/asm/pgtable-3level.h | 3 +
10661 arch/arm/include/asm/pgtable.h | 54 +-
10662 arch/arm/include/asm/smp.h | 2 +-
10663 arch/arm/include/asm/string.h | 10 +-
10664 arch/arm/include/asm/thread_info.h | 3 +
10665 arch/arm/include/asm/tls.h | 3 +
10666 arch/arm/include/asm/uaccess.h | 113 +-
10667 arch/arm/include/uapi/asm/ptrace.h | 2 +-
10668 arch/arm/kernel/armksyms.c | 2 +-
10669 arch/arm/kernel/cpuidle.c | 2 +-
10670 arch/arm/kernel/entry-armv.S | 109 +-
10671 arch/arm/kernel/entry-common.S | 40 +-
10672 arch/arm/kernel/entry-header.S | 55 +
10673 arch/arm/kernel/fiq.c | 3 +
10674 arch/arm/kernel/module-plts.c | 7 +-
10675 arch/arm/kernel/module.c | 38 +-
10676 arch/arm/kernel/patch.c | 2 +
10677 arch/arm/kernel/process.c | 86 +-
10678 arch/arm/kernel/reboot.c | 1 +
10679 arch/arm/kernel/setup.c | 20 +-
10680 arch/arm/kernel/signal.c | 35 +-
10681 arch/arm/kernel/smp.c | 2 +-
10682 arch/arm/kernel/tcm.c | 4 +-
10683 arch/arm/kernel/vmlinux.lds.S | 6 +-
10684 arch/arm/kvm/arm.c | 8 +-
10685 arch/arm/lib/copy_page.S | 1 +
10686 arch/arm/lib/csumpartialcopyuser.S | 4 +-
10687 arch/arm/lib/delay.c | 2 +-
10688 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
10689 arch/arm/mach-exynos/suspend.c | 6 +-
10690 arch/arm/mach-mvebu/coherency.c | 4 +-
10691 arch/arm/mach-omap2/board-n8x0.c | 2 +-
10692 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
10693 arch/arm/mach-omap2/omap-smp.c | 1 +
10694 arch/arm/mach-omap2/omap_device.c | 4 +-
10695 arch/arm/mach-omap2/omap_device.h | 4 +-
10696 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
10697 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
10698 arch/arm/mach-omap2/wd_timer.c | 6 +-
10699 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
10700 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
10701 arch/arm/mach-tegra/irq.c | 1 +
10702 arch/arm/mach-ux500/pm.c | 1 +
10703 arch/arm/mach-zynq/platsmp.c | 1 +
10704 arch/arm/mm/Kconfig | 6 +-
10705 arch/arm/mm/cache-l2x0.c | 2 +-
10706 arch/arm/mm/context.c | 10 +-
10707 arch/arm/mm/fault.c | 160 +
10708 arch/arm/mm/fault.h | 12 +
10709 arch/arm/mm/init.c | 39 +
10710 arch/arm/mm/ioremap.c | 4 +-
10711 arch/arm/mm/mmap.c | 36 +-
10712 arch/arm/mm/mmu.c | 162 +-
10713 arch/arm/net/bpf_jit_32.c | 3 +
10714 arch/arm/plat-iop/setup.c | 2 +-
10715 arch/arm/plat-omap/sram.c | 2 +
10716 arch/arm64/Kconfig | 1 +
10717 arch/arm64/include/asm/atomic.h | 10 +
10718 arch/arm64/include/asm/percpu.h | 8 +-
10719 arch/arm64/include/asm/pgalloc.h | 5 +
10720 arch/arm64/include/asm/string.h | 22 +-
10721 arch/arm64/include/asm/uaccess.h | 1 +
10722 arch/arm64/mm/dma-mapping.c | 2 +-
10723 arch/avr32/include/asm/elf.h | 8 +-
10724 arch/avr32/include/asm/kmap_types.h | 4 +-
10725 arch/avr32/mm/fault.c | 27 +
10726 arch/frv/include/asm/atomic.h | 10 +
10727 arch/frv/include/asm/kmap_types.h | 2 +-
10728 arch/frv/mm/elf-fdpic.c | 3 +-
10729 arch/ia64/Makefile | 1 +
10730 arch/ia64/include/asm/atomic.h | 10 +
10731 arch/ia64/include/asm/elf.h | 7 +
10732 arch/ia64/include/asm/pgalloc.h | 12 +
10733 arch/ia64/include/asm/pgtable.h | 13 +-
10734 arch/ia64/include/asm/spinlock.h | 2 +-
10735 arch/ia64/include/asm/uaccess.h | 27 +-
10736 arch/ia64/kernel/module.c | 20 +-
10737 arch/ia64/kernel/palinfo.c | 2 +-
10738 arch/ia64/kernel/sys_ia64.c | 7 +
10739 arch/ia64/kernel/vmlinux.lds.S | 2 +-
10740 arch/ia64/mm/fault.c | 32 +-
10741 arch/ia64/mm/init.c | 15 +-
10742 arch/m32r/lib/usercopy.c | 6 +
10743 arch/mips/Kconfig | 1 +
10744 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
10745 arch/mips/include/asm/atomic.h | 372 +-
10746 arch/mips/include/asm/cache.h | 3 +-
10747 arch/mips/include/asm/elf.h | 7 +
10748 arch/mips/include/asm/exec.h | 2 +-
10749 arch/mips/include/asm/hw_irq.h | 2 +-
10750 arch/mips/include/asm/local.h | 57 +
10751 arch/mips/include/asm/page.h | 2 +-
10752 arch/mips/include/asm/pgalloc.h | 5 +
10753 arch/mips/include/asm/pgtable.h | 3 +
10754 arch/mips/include/asm/uaccess.h | 1 +
10755 arch/mips/kernel/binfmt_elfn32.c | 7 +
10756 arch/mips/kernel/binfmt_elfo32.c | 7 +
10757 arch/mips/kernel/irq-gt641xx.c | 2 +-
10758 arch/mips/kernel/irq.c | 6 +-
10759 arch/mips/kernel/pm-cps.c | 2 +-
10760 arch/mips/kernel/process.c | 12 -
10761 arch/mips/kernel/sync-r4k.c | 24 +-
10762 arch/mips/kernel/traps.c | 13 +-
10763 arch/mips/lib/ashldi3.c | 21 +-
10764 arch/mips/lib/ashrdi3.c | 19 +-
10765 arch/mips/lib/libgcc.h | 12 +-
10766 arch/mips/mm/fault.c | 25 +
10767 arch/mips/mm/init.c | 4 +-
10768 arch/mips/mm/mmap.c | 24 +-
10769 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
10770 arch/mips/sni/rm200.c | 2 +-
10771 arch/mips/vr41xx/common/icu.c | 2 +-
10772 arch/mips/vr41xx/common/irq.c | 4 +-
10773 arch/parisc/include/asm/atomic.h | 10 +
10774 arch/parisc/include/asm/elf.h | 7 +
10775 arch/parisc/include/asm/pgalloc.h | 6 +
10776 arch/parisc/include/asm/pgtable.h | 11 +
10777 arch/parisc/include/asm/uaccess.h | 4 +-
10778 arch/parisc/kernel/module.c | 26 +-
10779 arch/parisc/kernel/sys_parisc.c | 15 +
10780 arch/parisc/kernel/traps.c | 4 +-
10781 arch/parisc/mm/fault.c | 140 +-
10782 arch/powerpc/Kconfig | 1 +
10783 arch/powerpc/include/asm/atomic.h | 317 +-
10784 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
10785 arch/powerpc/include/asm/elf.h | 12 +
10786 arch/powerpc/include/asm/exec.h | 2 +-
10787 arch/powerpc/include/asm/kmap_types.h | 2 +-
10788 arch/powerpc/include/asm/local.h | 46 +
10789 arch/powerpc/include/asm/mman.h | 2 +-
10790 arch/powerpc/include/asm/page.h | 8 +-
10791 arch/powerpc/include/asm/page_64.h | 7 +-
10792 arch/powerpc/include/asm/pgalloc-64.h | 11 +
10793 arch/powerpc/include/asm/pgtable.h | 1 +
10794 arch/powerpc/include/asm/reg.h | 1 +
10795 arch/powerpc/include/asm/smp.h | 2 +-
10796 arch/powerpc/include/asm/spinlock.h | 42 +-
10797 arch/powerpc/include/asm/string.h | 18 +-
10798 arch/powerpc/include/asm/uaccess.h | 141 +-
10799 arch/powerpc/kernel/Makefile | 5 +
10800 arch/powerpc/kernel/exceptions-64e.S | 4 +-
10801 arch/powerpc/kernel/exceptions-64s.S | 2 +-
10802 arch/powerpc/kernel/module_32.c | 15 +-
10803 arch/powerpc/kernel/process.c | 7 -
10804 arch/powerpc/kernel/signal_32.c | 2 +-
10805 arch/powerpc/kernel/signal_64.c | 2 +-
10806 arch/powerpc/kernel/traps.c | 21 +
10807 arch/powerpc/kernel/vdso.c | 5 +-
10808 arch/powerpc/lib/usercopy_64.c | 18 -
10809 arch/powerpc/mm/fault.c | 56 +-
10810 arch/powerpc/mm/mmap.c | 16 +
10811 arch/powerpc/mm/slice.c | 21 +-
10812 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
10813 arch/s390/include/asm/atomic.h | 10 +
10814 arch/s390/include/asm/elf.h | 7 +
10815 arch/s390/include/asm/exec.h | 2 +-
10816 arch/s390/include/asm/uaccess.h | 13 +-
10817 arch/s390/kernel/module.c | 22 +-
10818 arch/s390/kernel/process.c | 7 -
10819 arch/s390/mm/mmap.c | 22 +-
10820 arch/score/include/asm/exec.h | 2 +-
10821 arch/score/kernel/process.c | 5 -
10822 arch/sh/mm/mmap.c | 28 +-
10823 arch/sparc/Kconfig | 1 +
10824 arch/sparc/include/asm/atomic_64.h | 110 +-
10825 arch/sparc/include/asm/cache.h | 2 +-
10826 arch/sparc/include/asm/elf_32.h | 7 +
10827 arch/sparc/include/asm/elf_64.h | 7 +
10828 arch/sparc/include/asm/pgalloc_32.h | 1 +
10829 arch/sparc/include/asm/pgalloc_64.h | 1 +
10830 arch/sparc/include/asm/pgtable.h | 4 +
10831 arch/sparc/include/asm/pgtable_32.h | 15 +-
10832 arch/sparc/include/asm/pgtsrmmu.h | 5 +
10833 arch/sparc/include/asm/setup.h | 4 +-
10834 arch/sparc/include/asm/spinlock_64.h | 35 +-
10835 arch/sparc/include/asm/thread_info_32.h | 1 +
10836 arch/sparc/include/asm/thread_info_64.h | 2 +
10837 arch/sparc/include/asm/uaccess.h | 1 +
10838 arch/sparc/include/asm/uaccess_32.h | 28 +-
10839 arch/sparc/include/asm/uaccess_64.h | 24 +-
10840 arch/sparc/kernel/Makefile | 2 +-
10841 arch/sparc/kernel/prom_common.c | 2 +-
10842 arch/sparc/kernel/smp_64.c | 8 +-
10843 arch/sparc/kernel/sys_sparc_32.c | 2 +-
10844 arch/sparc/kernel/sys_sparc_64.c | 58 +-
10845 arch/sparc/kernel/traps_64.c | 27 +-
10846 arch/sparc/lib/Makefile | 2 +-
10847 arch/sparc/lib/atomic_64.S | 57 +-
10848 arch/sparc/lib/ksyms.c | 6 +-
10849 arch/sparc/mm/Makefile | 2 +-
10850 arch/sparc/mm/fault_32.c | 292 +
10851 arch/sparc/mm/fault_64.c | 486 +
10852 arch/sparc/mm/hugetlbpage.c | 30 +-
10853 arch/sparc/mm/init_64.c | 10 +-
10854 arch/tile/include/asm/atomic_64.h | 10 +
10855 arch/tile/include/asm/uaccess.h | 4 +-
10856 arch/um/Makefile | 2 +
10857 arch/um/include/asm/kmap_types.h | 2 +-
10858 arch/um/include/asm/page.h | 3 +
10859 arch/um/include/asm/pgtable-3level.h | 1 +
10860 arch/um/kernel/process.c | 16 -
10861 arch/x86/Kconfig | 33 +-
10862 arch/x86/Kconfig.cpu | 6 +-
10863 arch/x86/Kconfig.debug | 3 +-
10864 arch/x86/Makefile | 13 +-
10865 arch/x86/boot/bitops.h | 4 +-
10866 arch/x86/boot/boot.h | 2 +-
10867 arch/x86/boot/compressed/Makefile | 17 +
10868 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
10869 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
10870 arch/x86/boot/compressed/head_32.S | 4 +-
10871 arch/x86/boot/compressed/head_64.S | 12 +-
10872 arch/x86/boot/compressed/misc.c | 11 +-
10873 arch/x86/boot/cpucheck.c | 16 +-
10874 arch/x86/boot/header.S | 6 +-
10875 arch/x86/boot/memory.c | 2 +-
10876 arch/x86/boot/video-vesa.c | 1 +
10877 arch/x86/boot/video.c | 2 +-
10878 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
10879 arch/x86/crypto/aesni-intel_asm.S | 116 +-
10880 arch/x86/crypto/aesni-intel_glue.c | 4 +-
10881 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
10882 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
10883 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
10884 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
10885 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
10886 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
10887 arch/x86/crypto/camellia_glue.c | 8 +-
10888 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
10889 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
10890 arch/x86/crypto/cast6_avx_glue.c | 16 +-
10891 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
10892 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
10893 arch/x86/crypto/glue_helper.c | 2 +-
10894 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
10895 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
10896 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
10897 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
10898 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
10899 arch/x86/crypto/serpent_avx_glue.c | 18 +-
10900 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
10901 arch/x86/crypto/sha-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
10902 arch/x86/crypto/sha-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
10903 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
10904 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
10905 arch/x86/crypto/sha256-avx-asm.S | 5 +-
10906 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
10907 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
10908 arch/x86/crypto/sha256_ni_asm.S | 2 +-
10909 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
10910 arch/x86/crypto/sha512-avx-asm.S | 5 +-
10911 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
10912 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
10913 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
10914 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
10915 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
10916 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
10917 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
10918 arch/x86/crypto/twofish_avx_glue.c | 21 +-
10919 arch/x86/crypto/twofish_glue.c | 4 +-
10920 arch/x86/crypto/twofish_glue_3way.c | 12 +-
10921 arch/x86/entry/Makefile | 2 +
10922 arch/x86/entry/calling.h | 86 +-
10923 arch/x86/entry/common.c | 89 +-
10924 arch/x86/entry/entry_32.S | 330 +-
10925 arch/x86/entry/entry_64.S | 600 +-
10926 arch/x86/entry/entry_64_compat.S | 115 +-
10927 arch/x86/entry/thunk_64.S | 2 +
10928 arch/x86/entry/vdso/Makefile | 5 +-
10929 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
10930 arch/x86/entry/vdso/vdso2c.h | 4 +-
10931 arch/x86/entry/vdso/vma.c | 42 +-
10932 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
10933 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
10934 arch/x86/events/amd/iommu.c | 8 +-
10935 arch/x86/events/core.c | 8 +-
10936 arch/x86/events/intel/bts.c | 6 +-
10937 arch/x86/events/intel/core.c | 34 +-
10938 arch/x86/events/intel/cqm.c | 14 +-
10939 arch/x86/events/intel/cstate.c | 6 +-
10940 arch/x86/events/intel/ds.c | 7 +-
10941 arch/x86/events/intel/lbr.c | 4 +-
10942 arch/x86/events/intel/pt.c | 44 +-
10943 arch/x86/events/intel/rapl.c | 8 +-
10944 arch/x86/events/intel/uncore.c | 6 +-
10945 arch/x86/events/intel/uncore.h | 14 +-
10946 arch/x86/events/perf_event.h | 2 +-
10947 arch/x86/ia32/ia32_signal.c | 23 +-
10948 arch/x86/ia32/sys_ia32.c | 42 +-
10949 arch/x86/include/asm/alternative-asm.h | 43 +-
10950 arch/x86/include/asm/alternative.h | 4 +-
10951 arch/x86/include/asm/apic.h | 2 +-
10952 arch/x86/include/asm/apm.h | 4 +-
10953 arch/x86/include/asm/atomic.h | 230 +-
10954 arch/x86/include/asm/atomic64_32.h | 119 +
10955 arch/x86/include/asm/atomic64_64.h | 169 +-
10956 arch/x86/include/asm/bitops.h | 18 +-
10957 arch/x86/include/asm/boot.h | 2 +-
10958 arch/x86/include/asm/cache.h | 4 +-
10959 arch/x86/include/asm/checksum_32.h | 12 +-
10960 arch/x86/include/asm/cmpxchg.h | 39 +
10961 arch/x86/include/asm/compat.h | 4 +
10962 arch/x86/include/asm/cpufeature.h | 2 +-
10963 arch/x86/include/asm/cpufeatures.h | 5 +-
10964 arch/x86/include/asm/crypto/camellia.h | 30 +-
10965 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
10966 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
10967 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
10968 arch/x86/include/asm/crypto/twofish.h | 10 +-
10969 arch/x86/include/asm/desc.h | 78 +-
10970 arch/x86/include/asm/desc_defs.h | 6 +
10971 arch/x86/include/asm/div64.h | 2 +-
10972 arch/x86/include/asm/dma.h | 2 +
10973 arch/x86/include/asm/elf.h | 33 +-
10974 arch/x86/include/asm/emergency-restart.h | 2 +-
10975 arch/x86/include/asm/fixmap.h | 2 +-
10976 arch/x86/include/asm/fpu/internal.h | 38 +-
10977 arch/x86/include/asm/fpu/types.h | 5 +-
10978 arch/x86/include/asm/futex.h | 14 +-
10979 arch/x86/include/asm/hw_irq.h | 4 +-
10980 arch/x86/include/asm/hypervisor.h | 2 +-
10981 arch/x86/include/asm/i8259.h | 2 +-
10982 arch/x86/include/asm/io.h | 22 +-
10983 arch/x86/include/asm/irqflags.h | 5 +
10984 arch/x86/include/asm/kprobes.h | 9 +-
10985 arch/x86/include/asm/kvm_emulate.h | 7 +-
10986 arch/x86/include/asm/local.h | 106 +-
10987 arch/x86/include/asm/mman.h | 15 +
10988 arch/x86/include/asm/mmu.h | 14 +-
10989 arch/x86/include/asm/mmu_context.h | 133 +-
10990 arch/x86/include/asm/module.h | 23 +-
10991 arch/x86/include/asm/nmi.h | 19 +-
10992 arch/x86/include/asm/page.h | 1 +
10993 arch/x86/include/asm/page_32.h | 12 +-
10994 arch/x86/include/asm/page_64.h | 14 +-
10995 arch/x86/include/asm/paravirt.h | 46 +-
10996 arch/x86/include/asm/paravirt_types.h | 13 +-
10997 arch/x86/include/asm/pgalloc.h | 23 +
10998 arch/x86/include/asm/pgtable-2level.h | 2 +
10999 arch/x86/include/asm/pgtable-3level.h | 7 +
11000 arch/x86/include/asm/pgtable.h | 126 +-
11001 arch/x86/include/asm/pgtable_32.h | 14 +-
11002 arch/x86/include/asm/pgtable_32_types.h | 24 +-
11003 arch/x86/include/asm/pgtable_64.h | 23 +-
11004 arch/x86/include/asm/pgtable_64_types.h | 5 +
11005 arch/x86/include/asm/pgtable_types.h | 27 +-
11006 arch/x86/include/asm/pmem.h | 2 +-
11007 arch/x86/include/asm/preempt.h | 2 +-
11008 arch/x86/include/asm/processor.h | 57 +-
11009 arch/x86/include/asm/ptrace.h | 15 +-
11010 arch/x86/include/asm/realmode.h | 4 +-
11011 arch/x86/include/asm/reboot.h | 10 +-
11012 arch/x86/include/asm/rmwcc.h | 84 +-
11013 arch/x86/include/asm/rwsem.h | 60 +-
11014 arch/x86/include/asm/segment.h | 27 +-
11015 arch/x86/include/asm/smap.h | 43 +
11016 arch/x86/include/asm/smp.h | 14 +-
11017 arch/x86/include/asm/stackprotector.h | 4 +-
11018 arch/x86/include/asm/stacktrace.h | 34 +-
11019 arch/x86/include/asm/string_32.h | 20 +-
11020 arch/x86/include/asm/string_64.h | 16 +-
11021 arch/x86/include/asm/switch_to.h | 4 +-
11022 arch/x86/include/asm/sys_ia32.h | 6 +-
11023 arch/x86/include/asm/thread_info.h | 54 +-
11024 arch/x86/include/asm/tlbflush.h | 77 +-
11025 arch/x86/include/asm/traps.h | 4 +-
11026 arch/x86/include/asm/uaccess.h | 210 +-
11027 arch/x86/include/asm/uaccess_32.h | 28 +-
11028 arch/x86/include/asm/uaccess_64.h | 169 +-
11029 arch/x86/include/asm/word-at-a-time.h | 2 +-
11030 arch/x86/include/asm/x86_init.h | 10 +-
11031 arch/x86/include/asm/xen/page.h | 2 +-
11032 arch/x86/include/uapi/asm/e820.h | 2 +-
11033 arch/x86/kernel/Makefile | 2 +-
11034 arch/x86/kernel/acpi/boot.c | 4 +-
11035 arch/x86/kernel/acpi/sleep.c | 4 +
11036 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
11037 arch/x86/kernel/alternative.c | 124 +-
11038 arch/x86/kernel/apic/apic.c | 4 +-
11039 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
11040 arch/x86/kernel/apic/apic_noop.c | 2 +-
11041 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
11042 arch/x86/kernel/apic/io_apic.c | 10 +-
11043 arch/x86/kernel/apic/msi.c | 2 +-
11044 arch/x86/kernel/apic/probe_32.c | 4 +-
11045 arch/x86/kernel/apic/vector.c | 2 +
11046 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
11047 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
11048 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
11049 arch/x86/kernel/apm_32.c | 21 +-
11050 arch/x86/kernel/asm-offsets.c | 22 +
11051 arch/x86/kernel/cpu/Makefile | 4 -
11052 arch/x86/kernel/cpu/amd.c | 2 +-
11053 arch/x86/kernel/cpu/bugs_64.c | 2 +
11054 arch/x86/kernel/cpu/common.c | 202 +-
11055 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
11056 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
11057 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
11058 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
11059 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
11060 arch/x86/kernel/cpu/mshyperv.c | 2 +-
11061 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
11062 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
11063 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
11064 arch/x86/kernel/cpu/vmware.c | 2 +-
11065 arch/x86/kernel/crash_dump_64.c | 2 +-
11066 arch/x86/kernel/doublefault.c | 8 +-
11067 arch/x86/kernel/dumpstack.c | 24 +-
11068 arch/x86/kernel/dumpstack_32.c | 25 +-
11069 arch/x86/kernel/dumpstack_64.c | 72 +-
11070 arch/x86/kernel/e820.c | 4 +-
11071 arch/x86/kernel/early_printk.c | 1 +
11072 arch/x86/kernel/espfix_64.c | 44 +-
11073 arch/x86/kernel/fpu/core.c | 30 +-
11074 arch/x86/kernel/fpu/init.c | 49 +-
11075 arch/x86/kernel/fpu/regset.c | 22 +-
11076 arch/x86/kernel/fpu/signal.c | 20 +-
11077 arch/x86/kernel/fpu/xstate.c | 12 +-
11078 arch/x86/kernel/ftrace.c | 18 +-
11079 arch/x86/kernel/head64.c | 14 +-
11080 arch/x86/kernel/head_32.S | 240 +-
11081 arch/x86/kernel/head_64.S | 182 +-
11082 arch/x86/kernel/i386_ksyms_32.c | 12 +
11083 arch/x86/kernel/i8259.c | 10 +-
11084 arch/x86/kernel/io_delay.c | 2 +-
11085 arch/x86/kernel/ioport.c | 2 +-
11086 arch/x86/kernel/irq.c | 8 +-
11087 arch/x86/kernel/irq_32.c | 45 +-
11088 arch/x86/kernel/jump_label.c | 10 +-
11089 arch/x86/kernel/kgdb.c | 21 +-
11090 arch/x86/kernel/kprobes/core.c | 28 +-
11091 arch/x86/kernel/kprobes/opt.c | 16 +-
11092 arch/x86/kernel/ksysfs.c | 2 +-
11093 arch/x86/kernel/kvm.c | 2 +-
11094 arch/x86/kernel/kvmclock.c | 20 +-
11095 arch/x86/kernel/ldt.c | 25 +
11096 arch/x86/kernel/livepatch.c | 9 +-
11097 arch/x86/kernel/machine_kexec_32.c | 6 +-
11098 arch/x86/kernel/mcount_64.S | 21 +-
11099 arch/x86/kernel/module.c | 78 +-
11100 arch/x86/kernel/msr.c | 2 +-
11101 arch/x86/kernel/nmi.c | 34 +-
11102 arch/x86/kernel/nmi_selftest.c | 4 +-
11103 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
11104 arch/x86/kernel/paravirt.c | 133 +-
11105 arch/x86/kernel/paravirt_patch_64.c | 8 +
11106 arch/x86/kernel/pci-calgary_64.c | 2 +-
11107 arch/x86/kernel/pci-iommu_table.c | 2 +-
11108 arch/x86/kernel/pci-swiotlb.c | 2 +-
11109 arch/x86/kernel/process.c | 80 +-
11110 arch/x86/kernel/process_32.c | 29 +-
11111 arch/x86/kernel/process_64.c | 14 +-
11112 arch/x86/kernel/ptrace.c | 20 +-
11113 arch/x86/kernel/pvclock.c | 8 +-
11114 arch/x86/kernel/reboot.c | 44 +-
11115 arch/x86/kernel/reboot_fixups_32.c | 2 +-
11116 arch/x86/kernel/relocate_kernel_64.S | 3 +-
11117 arch/x86/kernel/setup.c | 29 +-
11118 arch/x86/kernel/setup_percpu.c | 29 +-
11119 arch/x86/kernel/signal.c | 17 +-
11120 arch/x86/kernel/smp.c | 2 +-
11121 arch/x86/kernel/smpboot.c | 29 +-
11122 arch/x86/kernel/step.c | 6 +-
11123 arch/x86/kernel/sys_i386_32.c | 184 +
11124 arch/x86/kernel/sys_x86_64.c | 28 +-
11125 arch/x86/kernel/tboot.c | 22 +-
11126 arch/x86/kernel/time.c | 8 +-
11127 arch/x86/kernel/tls.c | 7 +-
11128 arch/x86/kernel/tracepoint.c | 4 +-
11129 arch/x86/kernel/traps.c | 66 +-
11130 arch/x86/kernel/tsc.c | 2 +-
11131 arch/x86/kernel/uprobes.c | 4 +-
11132 arch/x86/kernel/vm86_32.c | 6 +-
11133 arch/x86/kernel/vmlinux.lds.S | 144 +-
11134 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
11135 arch/x86/kernel/x86_init.c | 6 +-
11136 arch/x86/kvm/cpuid.c | 21 +-
11137 arch/x86/kvm/emulate.c | 20 +-
11138 arch/x86/kvm/i8259.c | 10 +-
11139 arch/x86/kvm/ioapic.c | 2 +
11140 arch/x86/kvm/lapic.c | 2 +-
11141 arch/x86/kvm/paging_tmpl.h | 2 +-
11142 arch/x86/kvm/svm.c | 10 +-
11143 arch/x86/kvm/vmx.c | 60 +-
11144 arch/x86/kvm/x86.c | 44 +-
11145 arch/x86/lguest/boot.c | 3 +-
11146 arch/x86/lib/atomic64_386_32.S | 164 +
11147 arch/x86/lib/atomic64_cx8_32.S | 98 +-
11148 arch/x86/lib/checksum_32.S | 99 +-
11149 arch/x86/lib/clear_page_64.S | 3 +
11150 arch/x86/lib/cmpxchg16b_emu.S | 3 +
11151 arch/x86/lib/copy_page_64.S | 14 +-
11152 arch/x86/lib/copy_user_64.S | 66 +-
11153 arch/x86/lib/csum-copy_64.S | 14 +-
11154 arch/x86/lib/csum-wrappers_64.c | 8 +-
11155 arch/x86/lib/getuser.S | 74 +-
11156 arch/x86/lib/insn.c | 8 +-
11157 arch/x86/lib/iomap_copy_64.S | 2 +
11158 arch/x86/lib/memcpy_64.S | 6 +
11159 arch/x86/lib/memmove_64.S | 3 +-
11160 arch/x86/lib/memset_64.S | 3 +
11161 arch/x86/lib/mmx_32.c | 243 +-
11162 arch/x86/lib/msr-reg.S | 2 +
11163 arch/x86/lib/putuser.S | 87 +-
11164 arch/x86/lib/rwsem.S | 4 +
11165 arch/x86/lib/usercopy_32.c | 359 +-
11166 arch/x86/lib/usercopy_64.c | 22 +-
11167 arch/x86/math-emu/fpu_aux.c | 2 +-
11168 arch/x86/math-emu/fpu_entry.c | 4 +-
11169 arch/x86/math-emu/fpu_etc.c | 9 +-
11170 arch/x86/math-emu/fpu_system.h | 2 +-
11171 arch/x86/math-emu/fpu_trig.c | 13 +-
11172 arch/x86/math-emu/reg_constant.c | 7 +-
11173 arch/x86/mm/Makefile | 3 +
11174 arch/x86/mm/extable.c | 20 +-
11175 arch/x86/mm/fault.c | 573 +-
11176 arch/x86/mm/gup.c | 6 +-
11177 arch/x86/mm/highmem_32.c | 6 +
11178 arch/x86/mm/hugetlbpage.c | 24 +-
11179 arch/x86/mm/init.c | 19 +-
11180 arch/x86/mm/init_32.c | 157 +-
11181 arch/x86/mm/init_64.c | 100 +-
11182 arch/x86/mm/iomap_32.c | 4 +
11183 arch/x86/mm/ioremap.c | 52 +-
11184 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
11185 arch/x86/mm/mmap.c | 46 +-
11186 arch/x86/mm/mmio-mod.c | 10 +-
11187 arch/x86/mm/mpx.c | 6 +-
11188 arch/x86/mm/numa.c | 2 +-
11189 arch/x86/mm/pageattr.c | 36 +-
11190 arch/x86/mm/pat.c | 12 +-
11191 arch/x86/mm/pat_rbtree.c | 2 +-
11192 arch/x86/mm/pf_in.c | 10 +-
11193 arch/x86/mm/pgtable.c | 211 +-
11194 arch/x86/mm/pgtable_32.c | 3 +
11195 arch/x86/mm/setup_nx.c | 7 +
11196 arch/x86/mm/tlb.c | 4 +
11197 arch/x86/mm/uderef_64.c | 37 +
11198 arch/x86/net/bpf_jit.S | 11 +
11199 arch/x86/net/bpf_jit_comp.c | 13 +-
11200 arch/x86/oprofile/backtrace.c | 6 +-
11201 arch/x86/oprofile/nmi_int.c | 10 +-
11202 arch/x86/oprofile/op_model_amd.c | 8 +-
11203 arch/x86/oprofile/op_model_ppro.c | 7 +-
11204 arch/x86/oprofile/op_x86_model.h | 2 +-
11205 arch/x86/pci/intel_mid_pci.c | 2 +-
11206 arch/x86/pci/irq.c | 8 +-
11207 arch/x86/pci/pcbios.c | 112 +-
11208 arch/x86/pci/vmd.c | 4 +-
11209 arch/x86/platform/efi/efi_32.c | 24 +
11210 arch/x86/platform/efi/efi_64.c | 26 +-
11211 arch/x86/platform/efi/efi_stub_32.S | 64 +-
11212 arch/x86/platform/efi/efi_stub_64.S | 2 +
11213 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
11214 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
11215 arch/x86/platform/intel-mid/mfld.c | 4 +-
11216 arch/x86/platform/intel-mid/mrfl.c | 2 +-
11217 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
11218 arch/x86/platform/olpc/olpc_dt.c | 2 +-
11219 arch/x86/power/cpu.c | 11 +-
11220 arch/x86/realmode/init.c | 10 +-
11221 arch/x86/realmode/rm/header.S | 4 +-
11222 arch/x86/realmode/rm/reboot.S | 4 +
11223 arch/x86/realmode/rm/trampoline_32.S | 12 +-
11224 arch/x86/realmode/rm/trampoline_64.S | 3 +-
11225 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
11226 arch/x86/tools/Makefile | 2 +-
11227 arch/x86/tools/relocs.c | 97 +-
11228 arch/x86/um/mem_32.c | 2 +-
11229 arch/x86/um/tls_32.c | 2 +-
11230 arch/x86/xen/enlighten.c | 52 +-
11231 arch/x86/xen/mmu.c | 31 +-
11232 arch/x86/xen/smp.c | 16 +-
11233 arch/x86/xen/xen-asm_32.S | 2 +-
11234 arch/x86/xen/xen-head.S | 12 +
11235 arch/x86/xen/xen-ops.h | 2 -
11236 block/bio.c | 4 +-
11237 block/blk-cgroup.c | 18 +-
11238 block/blk-map.c | 2 +-
11239 block/blk-softirq.c | 2 +-
11240 block/bsg.c | 12 +-
11241 block/cfq-iosched.c | 4 +-
11242 block/compat_ioctl.c | 4 +-
11243 block/genhd.c | 9 +-
11244 block/partitions/efi.c | 8 +-
11245 block/scsi_ioctl.c | 29 +-
11246 crypto/cast6_generic.c | 6 +-
11247 crypto/cryptd.c | 4 +-
11248 crypto/crypto_user.c | 2 +-
11249 crypto/pcrypt.c | 2 +-
11250 crypto/salsa20_generic.c | 16 +-
11251 crypto/serpent_generic.c | 6 +-
11252 drivers/acpi/ac.c | 2 +-
11253 drivers/acpi/acpi_video.c | 2 +-
11254 drivers/acpi/apei/apei-internal.h | 2 +-
11255 drivers/acpi/apei/ghes.c | 10 +-
11256 drivers/acpi/battery.c | 2 +-
11257 drivers/acpi/bgrt.c | 6 +-
11258 drivers/acpi/blacklist.c | 4 +-
11259 drivers/acpi/bus.c | 4 +-
11260 drivers/acpi/device_pm.c | 4 +-
11261 drivers/acpi/ec.c | 6 +-
11262 drivers/acpi/pci_slot.c | 2 +-
11263 drivers/acpi/processor_idle.c | 2 +-
11264 drivers/acpi/processor_pdc.c | 2 +-
11265 drivers/acpi/sleep.c | 2 +-
11266 drivers/acpi/sysfs.c | 14 +-
11267 drivers/acpi/thermal.c | 2 +-
11268 drivers/acpi/video_detect.c | 7 +-
11269 drivers/android/binder.c | 2 +-
11270 drivers/ata/libata-core.c | 12 +-
11271 drivers/ata/libata-scsi.c | 2 +-
11272 drivers/ata/libata.h | 2 +-
11273 drivers/ata/pata_arasan_cf.c | 4 +-
11274 drivers/atm/adummy.c | 2 +-
11275 drivers/atm/ambassador.c | 8 +-
11276 drivers/atm/atmtcp.c | 14 +-
11277 drivers/atm/eni.c | 10 +-
11278 drivers/atm/firestream.c | 8 +-
11279 drivers/atm/fore200e.c | 14 +-
11280 drivers/atm/he.c | 18 +-
11281 drivers/atm/horizon.c | 4 +-
11282 drivers/atm/idt77252.c | 36 +-
11283 drivers/atm/iphase.c | 34 +-
11284 drivers/atm/lanai.c | 12 +-
11285 drivers/atm/nicstar.c | 46 +-
11286 drivers/atm/solos-pci.c | 4 +-
11287 drivers/atm/suni.c | 4 +-
11288 drivers/atm/uPD98402.c | 16 +-
11289 drivers/atm/zatm.c | 6 +-
11290 drivers/base/bus.c | 4 +-
11291 drivers/base/devres.c | 4 +-
11292 drivers/base/devtmpfs.c | 8 +-
11293 drivers/base/node.c | 2 +-
11294 drivers/base/platform-msi.c | 20 +-
11295 drivers/base/power/domain.c | 6 +-
11296 drivers/base/power/runtime.c | 61 +-
11297 drivers/base/power/sysfs.c | 2 +-
11298 drivers/base/power/wakeup.c | 8 +-
11299 drivers/base/regmap/regmap-debugfs.c | 4 +-
11300 drivers/base/regmap/regmap.c | 4 +-
11301 drivers/base/syscore.c | 4 +-
11302 drivers/block/cciss.c | 28 +-
11303 drivers/block/cciss.h | 2 +-
11304 drivers/block/drbd/drbd_bitmap.c | 2 +-
11305 drivers/block/drbd/drbd_int.h | 8 +-
11306 drivers/block/drbd/drbd_main.c | 12 +-
11307 drivers/block/drbd/drbd_nl.c | 16 +-
11308 drivers/block/drbd/drbd_receiver.c | 38 +-
11309 drivers/block/drbd/drbd_state.c | 12 +-
11310 drivers/block/drbd/drbd_state.h | 2 +-
11311 drivers/block/drbd/drbd_state_change.h | 8 +-
11312 drivers/block/drbd/drbd_worker.c | 14 +-
11313 drivers/block/floppy.c | 8 +-
11314 drivers/block/pktcdvd.c | 4 +-
11315 drivers/block/rbd.c | 2 +-
11316 drivers/bluetooth/btwilink.c | 2 +-
11317 drivers/bus/arm-cci.c | 6 +-
11318 drivers/cdrom/cdrom.c | 11 +-
11319 drivers/cdrom/gdrom.c | 1 -
11320 drivers/char/agp/compat_ioctl.c | 2 +-
11321 drivers/char/agp/frontend.c | 4 +-
11322 drivers/char/agp/intel-gtt.c | 4 +-
11323 drivers/char/hpet.c | 2 +-
11324 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
11325 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
11326 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
11327 drivers/char/ipmi/ipmi_ssif.c | 12 +-
11328 drivers/char/mem.c | 47 +-
11329 drivers/char/nvram.c | 2 +-
11330 drivers/char/pcmcia/synclink_cs.c | 16 +-
11331 drivers/char/random.c | 12 +-
11332 drivers/char/sonypi.c | 11 +-
11333 drivers/char/tpm/tpm-chip.c | 7 +-
11334 drivers/char/tpm/tpm_acpi.c | 3 +-
11335 drivers/char/tpm/tpm_eventlog.c | 5 +-
11336 drivers/char/virtio_console.c | 6 +-
11337 drivers/clk/clk-composite.c | 2 +-
11338 drivers/clk/samsung/clk.h | 2 +-
11339 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
11340 drivers/clk/socfpga/clk-gate.c | 9 +-
11341 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
11342 drivers/clk/socfpga/clk-pll.c | 9 +-
11343 drivers/clk/ti/adpll.c | 2 +-
11344 drivers/clk/ti/clk.c | 8 +-
11345 drivers/cpufreq/acpi-cpufreq.c | 17 +-
11346 drivers/cpufreq/cpufreq-dt.c | 4 +-
11347 drivers/cpufreq/cpufreq.c | 27 +-
11348 drivers/cpufreq/cpufreq_governor.h | 2 +-
11349 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
11350 drivers/cpufreq/intel_pstate.c | 56 +-
11351 drivers/cpufreq/p4-clockmod.c | 12 +-
11352 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
11353 drivers/cpufreq/speedstep-centrino.c | 7 +-
11354 drivers/cpuidle/driver.c | 2 +-
11355 drivers/cpuidle/dt_idle_states.c | 2 +-
11356 drivers/cpuidle/governor.c | 2 +-
11357 drivers/cpuidle/governors/ladder.c | 13 +-
11358 drivers/cpuidle/sysfs.c | 2 +-
11359 drivers/crypto/hifn_795x.c | 4 +-
11360 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
11361 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
11362 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
11363 drivers/devfreq/devfreq.c | 4 +-
11364 drivers/dma-buf/dma-buf.c | 5 +-
11365 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
11366 drivers/dma/sh/shdma-base.c | 4 +-
11367 drivers/dma/sh/shdmac.c | 2 +-
11368 drivers/edac/edac_device.c | 4 +-
11369 drivers/edac/edac_device_sysfs.c | 2 +-
11370 drivers/edac/edac_mc_sysfs.c | 4 +-
11371 drivers/edac/edac_module.c | 2 +-
11372 drivers/edac/edac_pci.c | 4 +-
11373 drivers/edac/edac_pci_sysfs.c | 22 +-
11374 drivers/edac/mce_amd.h | 2 +-
11375 drivers/firewire/core-card.c | 6 +-
11376 drivers/firewire/core-cdev.c | 4 +-
11377 drivers/firewire/core-device.c | 2 +-
11378 drivers/firewire/core-iso.c | 2 +-
11379 drivers/firewire/core-transaction.c | 1 +
11380 drivers/firewire/core.h | 1 +
11381 drivers/firmware/dmi-id.c | 9 +-
11382 drivers/firmware/dmi_scan.c | 12 +-
11383 drivers/firmware/efi/cper.c | 8 +-
11384 drivers/firmware/efi/efi.c | 14 +-
11385 drivers/firmware/efi/efivars.c | 2 +-
11386 drivers/firmware/efi/runtime-map.c | 2 +-
11387 drivers/firmware/google/gsmi.c | 2 +-
11388 drivers/firmware/google/memconsole.c | 7 +-
11389 drivers/firmware/memmap.c | 2 +-
11390 drivers/firmware/psci.c | 2 +-
11391 drivers/gpio/gpio-davinci.c | 6 +-
11392 drivers/gpio/gpio-em.c | 2 +-
11393 drivers/gpio/gpio-ich.c | 2 +-
11394 drivers/gpio/gpio-mpc8xxx.c | 6 +-
11395 drivers/gpio/gpio-omap.c | 4 +-
11396 drivers/gpio/gpio-rcar.c | 2 +-
11397 drivers/gpio/gpio-vr41xx.c | 2 +-
11398 drivers/gpio/gpiolib.c | 12 +-
11399 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 +-
11400 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
11401 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
11402 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
11403 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
11404 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
11405 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
11406 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
11407 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
11408 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
11409 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
11410 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
11411 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
11412 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
11413 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
11414 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
11415 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
11416 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
11417 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
11418 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
11419 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
11420 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
11421 drivers/gpu/drm/armada/armada_drv.c | 3 +-
11422 drivers/gpu/drm/ast/ast_mode.c | 2 +-
11423 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
11424 drivers/gpu/drm/drm_crtc.c | 2 +-
11425 drivers/gpu/drm/drm_drv.c | 2 +-
11426 drivers/gpu/drm/drm_fops.c | 19 +-
11427 drivers/gpu/drm/drm_global.c | 14 +-
11428 drivers/gpu/drm/drm_info.c | 13 +-
11429 drivers/gpu/drm/drm_ioc32.c | 13 +-
11430 drivers/gpu/drm/drm_ioctl.c | 2 +-
11431 drivers/gpu/drm/drm_pci.c | 9 +-
11432 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
11433 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
11434 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
11435 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
11436 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
11437 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
11438 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 3 +
11439 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
11440 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
11441 drivers/gpu/drm/gma500/psb_drv.c | 1 -
11442 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
11443 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
11444 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
11445 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
11446 drivers/gpu/drm/i810/i810_dma.c | 2 +-
11447 drivers/gpu/drm/i810/i810_drv.c | 6 +-
11448 drivers/gpu/drm/i810/i810_drv.h | 6 +-
11449 drivers/gpu/drm/i915/dvo.h | 2 +-
11450 drivers/gpu/drm/i915/i915_dma.c | 4 +-
11451 drivers/gpu/drm/i915/i915_drv.c | 7 +-
11452 drivers/gpu/drm/i915/i915_drv.h | 2 +-
11453 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
11454 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
11455 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
11456 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
11457 drivers/gpu/drm/i915/i915_irq.c | 88 +-
11458 drivers/gpu/drm/i915/intel_display.c | 30 +-
11459 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
11460 drivers/gpu/drm/mga/mga_drv.c | 5 +-
11461 drivers/gpu/drm/mga/mga_drv.h | 6 +-
11462 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
11463 drivers/gpu/drm/mga/mga_irq.c | 8 +-
11464 drivers/gpu/drm/mga/mga_state.c | 2 +-
11465 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
11466 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
11467 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
11468 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
11469 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
11470 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
11471 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
11472 drivers/gpu/drm/nouveau/nouveau_usif.c | 7 +-
11473 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
11474 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
11475 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
11476 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
11477 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
11478 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
11479 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
11480 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
11481 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
11482 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
11483 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
11484 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
11485 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
11486 drivers/gpu/drm/r128/r128_cce.c | 2 +-
11487 drivers/gpu/drm/r128/r128_drv.c | 4 +-
11488 drivers/gpu/drm/r128/r128_drv.h | 6 +-
11489 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
11490 drivers/gpu/drm/r128/r128_irq.c | 4 +-
11491 drivers/gpu/drm/r128/r128_state.c | 6 +-
11492 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
11493 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
11494 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
11495 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
11496 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
11497 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
11498 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
11499 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
11500 drivers/gpu/drm/savage/savage_bci.c | 2 +-
11501 drivers/gpu/drm/savage/savage_drv.c | 5 +-
11502 drivers/gpu/drm/savage/savage_drv.h | 2 +-
11503 drivers/gpu/drm/sis/sis_drv.c | 5 +-
11504 drivers/gpu/drm/sis/sis_drv.h | 2 +-
11505 drivers/gpu/drm/sis/sis_mm.c | 2 +-
11506 drivers/gpu/drm/tegra/dc.c | 2 +-
11507 drivers/gpu/drm/tegra/dsi.c | 2 +-
11508 drivers/gpu/drm/tegra/hdmi.c | 2 +-
11509 drivers/gpu/drm/tegra/sor.c | 7 +-
11510 drivers/gpu/drm/tilcdc/Makefile | 6 +-
11511 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
11512 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
11513 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
11514 drivers/gpu/drm/udl/udl_connector.c | 2 +-
11515 drivers/gpu/drm/udl/udl_fb.c | 1 -
11516 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
11517 drivers/gpu/drm/via/via_dma.c | 2 +-
11518 drivers/gpu/drm/via/via_drv.c | 5 +-
11519 drivers/gpu/drm/via/via_drv.h | 6 +-
11520 drivers/gpu/drm/via/via_irq.c | 18 +-
11521 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
11522 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
11523 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
11524 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
11525 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
11526 drivers/gpu/vga/vga_switcheroo.c | 4 +-
11527 drivers/hid/hid-core.c | 4 +-
11528 drivers/hid/hid-magicmouse.c | 2 +-
11529 drivers/hid/hid-sensor-custom.c | 2 +-
11530 drivers/hv/channel.c | 6 +-
11531 drivers/hv/hv.c | 22 +-
11532 drivers/hv/hv_balloon.c | 18 +-
11533 drivers/hv/hyperv_vmbus.h | 2 +-
11534 drivers/hwmon/acpi_power_meter.c | 6 +-
11535 drivers/hwmon/applesmc.c | 4 +-
11536 drivers/hwmon/asus_atk0110.c | 10 +-
11537 drivers/hwmon/coretemp.c | 2 +-
11538 drivers/hwmon/dell-smm-hwmon.c | 4 +-
11539 drivers/hwmon/ibmaem.c | 2 +-
11540 drivers/hwmon/iio_hwmon.c | 2 +-
11541 drivers/hwmon/nct6683.c | 6 +-
11542 drivers/hwmon/nct6775.c | 6 +-
11543 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
11544 drivers/hwmon/sht15.c | 12 +-
11545 drivers/hwmon/via-cputemp.c | 2 +-
11546 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
11547 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
11548 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
11549 drivers/i2c/i2c-dev.c | 2 +-
11550 drivers/ide/ide-cd.c | 2 +-
11551 drivers/ide/ide-disk.c | 2 +-
11552 drivers/ide/ide.c | 4 +-
11553 drivers/idle/intel_idle.c | 6 +-
11554 drivers/iio/industrialio-core.c | 2 +-
11555 drivers/iio/magnetometer/ak8975.c | 2 +-
11556 drivers/infiniband/core/cm.c | 46 +-
11557 drivers/infiniband/core/fmr_pool.c | 20 +-
11558 drivers/infiniband/core/netlink.c | 5 +-
11559 drivers/infiniband/core/ucm.c | 4 +-
11560 drivers/infiniband/core/uverbs_cmd.c | 3 +
11561 drivers/infiniband/hw/cxgb4/device.c | 6 +-
11562 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
11563 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
11564 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
11565 drivers/infiniband/hw/mlx4/mad.c | 2 +-
11566 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
11567 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
11568 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
11569 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
11570 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
11571 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
11572 drivers/infiniband/hw/nes/nes.c | 4 +-
11573 drivers/infiniband/hw/nes/nes.h | 40 +-
11574 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
11575 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
11576 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
11577 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
11578 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
11579 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
11580 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
11581 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
11582 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
11583 drivers/input/evdev.c | 2 +-
11584 drivers/input/gameport/gameport.c | 4 +-
11585 drivers/input/input.c | 4 +-
11586 drivers/input/joystick/sidewinder.c | 1 +
11587 drivers/input/misc/ims-pcu.c | 4 +-
11588 drivers/input/mouse/psmouse.h | 2 +-
11589 drivers/input/mousedev.c | 2 +-
11590 drivers/input/serio/serio.c | 4 +-
11591 drivers/input/serio/serio_raw.c | 4 +-
11592 drivers/input/touchscreen/htcpen.c | 2 +-
11593 drivers/iommu/arm-smmu-v3.c | 2 +-
11594 drivers/iommu/arm-smmu.c | 42 +-
11595 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
11596 drivers/iommu/io-pgtable-arm.c | 99 +-
11597 drivers/iommu/io-pgtable.c | 11 +-
11598 drivers/iommu/io-pgtable.h | 21 +-
11599 drivers/iommu/iommu.c | 2 +-
11600 drivers/iommu/ipmmu-vmsa.c | 13 +-
11601 drivers/iommu/irq_remapping.c | 2 +-
11602 drivers/iommu/mtk_iommu.c | 16 +-
11603 drivers/irqchip/irq-gic.c | 2 +-
11604 drivers/irqchip/irq-i8259.c | 2 +-
11605 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
11606 drivers/irqchip/irq-ts4800.c | 2 +-
11607 drivers/isdn/capi/capi.c | 10 +-
11608 drivers/isdn/gigaset/interface.c | 8 +-
11609 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
11610 drivers/isdn/hardware/avm/b1.c | 4 +-
11611 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
11612 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
11613 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
11614 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
11615 drivers/isdn/hardware/eicon/divasync.h | 2 +-
11616 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
11617 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
11618 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
11619 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
11620 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
11621 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
11622 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
11623 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
11624 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
11625 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
11626 drivers/isdn/hisax/amd7930_fn.c | 5 +-
11627 drivers/isdn/hisax/arcofi.c | 5 +-
11628 drivers/isdn/hisax/diva.c | 7 +-
11629 drivers/isdn/hisax/elsa.c | 9 +-
11630 drivers/isdn/hisax/fsm.c | 5 +-
11631 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
11632 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
11633 drivers/isdn/hisax/hfc_pci.c | 10 +-
11634 drivers/isdn/hisax/hfc_sx.c | 10 +-
11635 drivers/isdn/hisax/hfc_usb.c | 12 +-
11636 drivers/isdn/hisax/hfcscard.c | 6 +-
11637 drivers/isdn/hisax/icc.c | 5 +-
11638 drivers/isdn/hisax/ipacx.c | 7 +-
11639 drivers/isdn/hisax/isac.c | 5 +-
11640 drivers/isdn/hisax/isar.c | 5 +-
11641 drivers/isdn/hisax/isdnl3.c | 5 +-
11642 drivers/isdn/hisax/saphir.c | 5 +-
11643 drivers/isdn/hisax/teleint.c | 5 +-
11644 drivers/isdn/hisax/w6692.c | 5 +-
11645 drivers/isdn/i4l/isdn_common.c | 2 +
11646 drivers/isdn/i4l/isdn_tty.c | 22 +-
11647 drivers/isdn/mISDN/dsp.h | 4 +-
11648 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
11649 drivers/isdn/mISDN/dsp_core.c | 4 +-
11650 drivers/isdn/mISDN/dsp_tones.c | 4 +-
11651 drivers/isdn/mISDN/fsm.c | 5 +-
11652 drivers/isdn/mISDN/l1oip_core.c | 8 +-
11653 drivers/leds/leds-clevo-mail.c | 2 +-
11654 drivers/leds/leds-ss4200.c | 2 +-
11655 drivers/lguest/core.c | 9 +-
11656 drivers/lguest/page_tables.c | 2 +-
11657 drivers/lguest/x86/core.c | 12 +-
11658 drivers/lguest/x86/switcher_32.S | 27 +-
11659 drivers/lightnvm/rrpc.c | 4 +-
11660 drivers/lightnvm/rrpc.h | 2 +-
11661 drivers/md/bcache/alloc.c | 2 +-
11662 drivers/md/bcache/bcache.h | 10 +-
11663 drivers/md/bcache/btree.c | 13 +-
11664 drivers/md/bcache/closure.c | 4 +-
11665 drivers/md/bcache/closure.h | 10 +-
11666 drivers/md/bcache/io.c | 10 +-
11667 drivers/md/bcache/journal.c | 18 +-
11668 drivers/md/bcache/movinggc.c | 12 +-
11669 drivers/md/bcache/request.c | 54 +-
11670 drivers/md/bcache/request.h | 2 +-
11671 drivers/md/bcache/stats.c | 26 +-
11672 drivers/md/bcache/stats.h | 16 +-
11673 drivers/md/bcache/super.c | 32 +-
11674 drivers/md/bcache/sysfs.c | 20 +-
11675 drivers/md/bcache/writeback.c | 12 +-
11676 drivers/md/bitmap.c | 2 +-
11677 drivers/md/dm-cache-target.c | 116 +-
11678 drivers/md/dm-ioctl.c | 2 +-
11679 drivers/md/dm-raid.c | 2 +-
11680 drivers/md/dm-raid1.c | 18 +-
11681 drivers/md/dm-stats.c | 6 +-
11682 drivers/md/dm-stripe.c | 10 +-
11683 drivers/md/dm-table.c | 2 +-
11684 drivers/md/dm-thin-metadata.c | 4 +-
11685 drivers/md/dm.c | 28 +-
11686 drivers/md/md.c | 41 +-
11687 drivers/md/md.h | 8 +-
11688 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
11689 drivers/md/persistent-data/dm-space-map.h | 1 +
11690 drivers/md/raid1.c | 8 +-
11691 drivers/md/raid10.c | 20 +-
11692 drivers/md/raid5.c | 26 +-
11693 drivers/media/dvb-core/dvb_net.c | 2 +-
11694 drivers/media/dvb-core/dvbdev.c | 2 +-
11695 drivers/media/dvb-frontends/af9033.h | 2 +-
11696 drivers/media/dvb-frontends/cx24116.c | 2 +-
11697 drivers/media/dvb-frontends/cx24117.c | 2 +-
11698 drivers/media/dvb-frontends/cx24120.c | 2 +-
11699 drivers/media/dvb-frontends/cx24123.c | 2 +-
11700 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
11701 drivers/media/dvb-frontends/dib3000.h | 2 +-
11702 drivers/media/dvb-frontends/dib7000p.h | 2 +-
11703 drivers/media/dvb-frontends/dib8000.h | 2 +-
11704 drivers/media/dvb-frontends/hd29l2.c | 2 +-
11705 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
11706 drivers/media/dvb-frontends/mt312.c | 6 +-
11707 drivers/media/dvb-frontends/s921.c | 2 +-
11708 drivers/media/pci/bt8xx/dst.c | 2 +-
11709 drivers/media/pci/cx88/cx88-video.c | 6 +-
11710 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
11711 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
11712 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
11713 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
11714 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
11715 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
11716 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
11717 drivers/media/pci/tw68/tw68-core.c | 2 +-
11718 drivers/media/pci/zoran/zoran.h | 1 -
11719 drivers/media/pci/zoran/zoran_card.c | 4 +-
11720 drivers/media/pci/zoran/zoran_driver.c | 3 -
11721 drivers/media/platform/am437x/am437x-vpfe.c | 2 +-
11722 drivers/media/platform/omap/omap_vout.c | 11 +-
11723 drivers/media/platform/s5p-tv/mixer.h | 2 +-
11724 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
11725 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
11726 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
11727 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
11728 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
11729 drivers/media/radio/radio-cadet.c | 2 +
11730 drivers/media/radio/radio-maxiradio.c | 2 +-
11731 drivers/media/radio/radio-shark.c | 2 +-
11732 drivers/media/radio/radio-shark2.c | 2 +-
11733 drivers/media/radio/radio-si476x.c | 2 +-
11734 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
11735 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
11736 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
11737 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
11738 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
11739 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
11740 drivers/media/usb/uvc/uvc_driver.c | 4 +-
11741 drivers/media/v4l2-core/v4l2-common.c | 2 +-
11742 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
11743 drivers/media/v4l2-core/v4l2-device.c | 4 +-
11744 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
11745 drivers/memory/omap-gpmc.c | 21 +-
11746 drivers/message/fusion/mptbase.c | 4 +-
11747 drivers/message/fusion/mptlan.c | 2 +-
11748 drivers/message/fusion/mptsas.c | 34 +-
11749 drivers/mfd/ab8500-debugfs.c | 2 +-
11750 drivers/mfd/kempld-core.c | 2 +-
11751 drivers/mfd/max8925-i2c.c | 2 +-
11752 drivers/mfd/tps65910.c | 2 +-
11753 drivers/mfd/twl4030-irq.c | 9 +-
11754 drivers/misc/c2port/core.c | 4 +-
11755 drivers/misc/kgdbts.c | 6 +-
11756 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
11757 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
11758 drivers/misc/mic/scif/scif_api.c | 10 +-
11759 drivers/misc/mic/scif/scif_rb.c | 8 +-
11760 drivers/misc/panel.c | 4 +-
11761 drivers/misc/sgi-gru/gruhandles.c | 4 +-
11762 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
11763 drivers/misc/sgi-gru/grutables.h | 158 +-
11764 drivers/misc/sgi-xp/xp.h | 2 +-
11765 drivers/misc/sgi-xp/xp_main.c | 57 +-
11766 drivers/misc/sgi-xp/xpc.h | 3 +-
11767 drivers/misc/sgi-xp/xpc_main.c | 2 +-
11768 drivers/misc/sgi-xp/xpnet.c | 2 +-
11769 drivers/misc/ti-st/st_kim.c | 32 +-
11770 drivers/mmc/card/mmc_test.c | 4 +-
11771 drivers/mmc/host/dw_mmc.h | 2 +-
11772 drivers/mmc/host/mmci.c | 4 +-
11773 drivers/mmc/host/omap_hsmmc.c | 4 +-
11774 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
11775 drivers/mmc/host/sdhci-s3c.c | 8 +-
11776 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
11777 drivers/mtd/devices/block2mtd.c | 2 +-
11778 drivers/mtd/devices/phram.c | 2 +-
11779 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
11780 drivers/mtd/maps/latch-addr-flash.c | 2 +-
11781 drivers/mtd/maps/pci.c | 4 +-
11782 drivers/mtd/maps/pcmciamtd.c | 8 +-
11783 drivers/mtd/maps/sbc_gxx.c | 2 +-
11784 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
11785 drivers/mtd/nand/cafe_nand.c | 18 +-
11786 drivers/mtd/nand/denali.c | 1 +
11787 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
11788 drivers/mtd/nftlmount.c | 1 +
11789 drivers/mtd/sm_ftl.c | 2 +-
11790 drivers/mtd/ubi/build.c | 2 +-
11791 drivers/net/bonding/bond_netlink.c | 2 +-
11792 drivers/net/caif/caif_hsi.c | 4 +-
11793 drivers/net/caif/caif_serial.c | 2 +-
11794 drivers/net/caif/caif_spi.c | 2 +-
11795 drivers/net/caif/caif_virtio.c | 2 +-
11796 drivers/net/can/Kconfig | 2 +-
11797 drivers/net/can/bfin_can.c | 2 +-
11798 drivers/net/can/dev.c | 2 +-
11799 drivers/net/can/flexcan.c | 2 +-
11800 drivers/net/can/janz-ican3.c | 2 +-
11801 drivers/net/can/led.c | 2 +-
11802 drivers/net/can/sun4i_can.c | 2 +-
11803 drivers/net/can/vcan.c | 2 +-
11804 drivers/net/can/xilinx_can.c | 2 +-
11805 drivers/net/dummy.c | 2 +-
11806 drivers/net/ethernet/8390/ax88796.c | 6 +-
11807 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
11808 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
11809 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
11810 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
11811 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
11812 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
11813 drivers/net/ethernet/amd/7990.c | 2 +-
11814 drivers/net/ethernet/amd/7990.h | 2 +-
11815 drivers/net/ethernet/amd/amd8111e.c | 5 +-
11816 drivers/net/ethernet/amd/atarilance.c | 4 +-
11817 drivers/net/ethernet/amd/declance.c | 2 +-
11818 drivers/net/ethernet/amd/pcnet32.c | 7 +-
11819 drivers/net/ethernet/amd/sun3lance.c | 4 +-
11820 drivers/net/ethernet/amd/sunlance.c | 2 +-
11821 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
11822 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
11823 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
11824 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
11825 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
11826 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
11827 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
11828 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
11829 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
11830 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
11831 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
11832 drivers/net/ethernet/arc/emac_main.c | 2 +-
11833 drivers/net/ethernet/atheros/alx/main.c | 2 +-
11834 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
11835 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
11836 drivers/net/ethernet/aurora/nb8800.c | 2 +-
11837 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
11838 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
11839 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
11840 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
11841 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
11842 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
11843 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
11844 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
11845 drivers/net/ethernet/broadcom/tg3.c | 2 +-
11846 drivers/net/ethernet/broadcom/tg3.h | 1 +
11847 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
11848 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
11849 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
11850 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
11851 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
11852 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
11853 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
11854 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
11855 drivers/net/ethernet/cadence/macb.c | 4 +-
11856 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
11857 drivers/net/ethernet/cavium/liquidio/lio_main.c | 15 +-
11858 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
11859 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
11860 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
11861 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
11862 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
11863 drivers/net/ethernet/davicom/dm9000.c | 2 +-
11864 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
11865 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
11866 drivers/net/ethernet/faraday/ftgmac100.c | 4 +-
11867 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
11868 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
11869 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
11870 drivers/net/ethernet/freescale/gianfar.c | 4 +-
11871 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
11872 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
11873 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
11874 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
11875 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
11876 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
11877 drivers/net/ethernet/ibm/emac/core.c | 4 +-
11878 drivers/net/ethernet/intel/e100.c | 2 +-
11879 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
11880 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
11881 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
11882 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
11883 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
11884 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
11885 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
11886 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
11887 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
11888 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
11889 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
11890 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
11891 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
11892 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
11893 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
11894 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
11895 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
11896 drivers/net/ethernet/neterion/s2io.c | 2 +-
11897 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
11898 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
11899 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
11900 drivers/net/ethernet/netx-eth.c | 2 +-
11901 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
11902 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
11903 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
11904 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
11905 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
11906 drivers/net/ethernet/qlogic/qed/qed_mcp.c | 6 +-
11907 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
11908 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
11909 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
11910 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
11911 drivers/net/ethernet/realtek/r8169.c | 8 +-
11912 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
11913 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
11914 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
11915 drivers/net/ethernet/sfc/ptp.c | 2 +-
11916 drivers/net/ethernet/sfc/selftest.c | 20 +-
11917 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
11918 drivers/net/ethernet/smsc/smc911x.c | 2 +-
11919 drivers/net/ethernet/smsc/smc91x.c | 2 +-
11920 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
11921 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
11922 drivers/net/ethernet/sun/sunbmac.c | 2 +-
11923 drivers/net/ethernet/sun/sunqe.c | 2 +-
11924 drivers/net/ethernet/sun/sunvnet.c | 2 +-
11925 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
11926 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
11927 drivers/net/ethernet/ti/cpmac.c | 2 +-
11928 drivers/net/ethernet/ti/netcp_core.c | 2 +-
11929 drivers/net/ethernet/via/via-rhine.c | 2 +-
11930 drivers/net/ethernet/wiznet/w5100.c | 2 +-
11931 drivers/net/ethernet/wiznet/w5300.c | 2 +-
11932 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
11933 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
11934 drivers/net/geneve.c | 2 +-
11935 drivers/net/hamradio/baycom_epp.c | 2 +-
11936 drivers/net/hyperv/hyperv_net.h | 2 +-
11937 drivers/net/hyperv/netvsc_drv.c | 2 +-
11938 drivers/net/hyperv/rndis_filter.c | 7 +-
11939 drivers/net/ifb.c | 2 +-
11940 drivers/net/ipvlan/ipvlan_core.c | 2 +-
11941 drivers/net/ipvlan/ipvlan_main.c | 6 +-
11942 drivers/net/irda/sh_irda.c | 2 +-
11943 drivers/net/irda/vlsi_ir.c | 18 +-
11944 drivers/net/irda/vlsi_ir.h | 14 +-
11945 drivers/net/loopback.c | 2 +-
11946 drivers/net/macsec.c | 2 +-
11947 drivers/net/macvlan.c | 20 +-
11948 drivers/net/macvtap.c | 10 +-
11949 drivers/net/nlmon.c | 2 +-
11950 drivers/net/phy/phy_device.c | 6 +-
11951 drivers/net/plip/plip.c | 2 +-
11952 drivers/net/ppp/ppp_generic.c | 4 +-
11953 drivers/net/ppp/pptp.c | 2 +-
11954 drivers/net/rionet.c | 2 +-
11955 drivers/net/slip/slhc.c | 2 +-
11956 drivers/net/team/team.c | 4 +-
11957 drivers/net/tun.c | 7 +-
11958 drivers/net/usb/hso.c | 28 +-
11959 drivers/net/usb/ipheth.c | 2 +-
11960 drivers/net/usb/r8152.c | 2 +-
11961 drivers/net/usb/sierra_net.c | 4 +-
11962 drivers/net/virtio_net.c | 2 +-
11963 drivers/net/vrf.c | 4 +-
11964 drivers/net/vxlan.c | 4 +-
11965 drivers/net/wimax/i2400m/rx.c | 2 +-
11966 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
11967 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
11968 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
11969 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
11970 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
11971 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
11972 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
11973 drivers/net/wireless/ath/ath9k/main.c | 22 +-
11974 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
11975 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
11976 drivers/net/wireless/ath/carl9170/main.c | 10 +-
11977 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
11978 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
11979 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
11980 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
11981 drivers/net/wireless/atmel/atmel.c | 183 +-
11982 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
11983 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
11984 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 55 +-
11985 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
11986 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
11987 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
11988 drivers/net/wireless/cisco/airo.c | 201 +-
11989 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
11990 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
11991 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
11992 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
11993 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
11994 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
11995 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
11996 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
11997 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
11998 .../net/wireless/intersil/hostap/hostap_ioctl.c | 134 +-
11999 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
12000 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
12001 drivers/net/wireless/mac80211_hwsim.c | 28 +-
12002 drivers/net/wireless/marvell/mwifiex/11n_aggr.c | 2 +-
12003 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
12004 drivers/net/wireless/marvell/mwifiex/pcie.c | 4 +-
12005 drivers/net/wireless/marvell/mwifiex/sdio.c | 10 +-
12006 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
12007 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
12008 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
12009 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
12010 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
12011 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
12012 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
12013 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
12014 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
12015 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
12016 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
12017 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
12018 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
12019 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
12020 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
12021 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
12022 drivers/net/wireless/zydas/zd1201.c | 192 +-
12023 drivers/net/xen-netback/interface.c | 2 +-
12024 drivers/net/xen-netfront.c | 2 +-
12025 drivers/nvme/host/pci.c | 2 +-
12026 drivers/of/fdt.c | 4 +-
12027 drivers/oprofile/buffer_sync.c | 8 +-
12028 drivers/oprofile/event_buffer.c | 2 +-
12029 drivers/oprofile/oprof.c | 2 +-
12030 drivers/oprofile/oprofile_stats.c | 10 +-
12031 drivers/oprofile/oprofile_stats.h | 10 +-
12032 drivers/oprofile/oprofilefs.c | 6 +-
12033 drivers/oprofile/timer_int.c | 2 +-
12034 drivers/parport/procfs.c | 4 +-
12035 drivers/pci/host/pci-host-common.h | 2 +-
12036 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
12037 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
12038 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
12039 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
12040 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
12041 drivers/pci/hotplug/pciehp_core.c | 2 +-
12042 drivers/pci/msi.c | 22 +-
12043 drivers/pci/pci-sysfs.c | 6 +-
12044 drivers/pci/pci.h | 4 +-
12045 drivers/pci/pcie/aspm.c | 10 +-
12046 drivers/pci/pcie/portdrv_pci.c | 2 +-
12047 drivers/pci/probe.c | 2 +-
12048 drivers/pci/setup-bus.c | 10 +-
12049 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
12050 drivers/pinctrl/pinctrl-at91.c | 5 +-
12051 drivers/platform/chrome/chromeos_laptop.c | 2 +-
12052 drivers/platform/chrome/chromeos_pstore.c | 2 +-
12053 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
12054 drivers/platform/x86/alienware-wmi.c | 4 +-
12055 drivers/platform/x86/apple-gmux.c | 2 +-
12056 drivers/platform/x86/compal-laptop.c | 2 +-
12057 drivers/platform/x86/hdaps.c | 2 +-
12058 drivers/platform/x86/ibm_rtl.c | 2 +-
12059 drivers/platform/x86/intel_oaktrail.c | 2 +-
12060 drivers/platform/x86/msi-laptop.c | 16 +-
12061 drivers/platform/x86/msi-wmi.c | 2 +-
12062 drivers/platform/x86/samsung-laptop.c | 2 +-
12063 drivers/platform/x86/samsung-q10.c | 2 +-
12064 drivers/platform/x86/sony-laptop.c | 14 +-
12065 drivers/platform/x86/thinkpad_acpi.c | 10 +-
12066 drivers/pnp/pnpbios/bioscalls.c | 14 +-
12067 drivers/pnp/pnpbios/core.c | 2 +-
12068 drivers/power/pda_power.c | 7 +-
12069 drivers/power/power_supply.h | 4 +-
12070 drivers/power/power_supply_core.c | 7 +-
12071 drivers/power/power_supply_sysfs.c | 6 +-
12072 drivers/power/reset/at91-reset.c | 5 +-
12073 drivers/powercap/powercap_sys.c | 136 +-
12074 drivers/ptp/ptp_private.h | 2 +-
12075 drivers/ptp/ptp_sysfs.c | 2 +-
12076 drivers/regulator/core.c | 4 +-
12077 drivers/regulator/max8660.c | 6 +-
12078 drivers/regulator/max8973-regulator.c | 16 +-
12079 drivers/regulator/mc13892-regulator.c | 8 +-
12080 drivers/remoteproc/remoteproc_core.c | 26 +-
12081 drivers/rtc/rtc-armada38x.c | 7 +-
12082 drivers/rtc/rtc-cmos.c | 4 +-
12083 drivers/rtc/rtc-ds1307.c | 2 +-
12084 drivers/rtc/rtc-m48t59.c | 4 +-
12085 drivers/rtc/rtc-rv8803.c | 15 +-
12086 drivers/rtc/rtc-rx8010.c | 8 +-
12087 drivers/rtc/rtc-test.c | 6 +-
12088 drivers/scsi/aacraid/aachba.c | 7 +-
12089 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
12090 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
12091 drivers/scsi/be2iscsi/be_main.c | 2 +-
12092 drivers/scsi/bfa/bfa.h | 4 +-
12093 drivers/scsi/bfa/bfa_core.c | 4 +-
12094 drivers/scsi/bfa/bfa_cs.h | 124 +-
12095 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
12096 drivers/scsi/bfa/bfa_fcs.h | 34 +-
12097 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
12098 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
12099 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
12100 drivers/scsi/bfa/bfa_ioc.c | 8 +-
12101 drivers/scsi/bfa/bfa_ioc.h | 16 +-
12102 drivers/scsi/bfa/bfa_svc.c | 12 +-
12103 drivers/scsi/bfa/bfa_svc.h | 20 +-
12104 drivers/scsi/bfa/bfad.c | 12 +-
12105 drivers/scsi/bfa/bfad_bsg.c | 8 +-
12106 drivers/scsi/bfa/bfad_drv.h | 5 +-
12107 drivers/scsi/csiostor/csio_defs.h | 19 +-
12108 drivers/scsi/csiostor/csio_hw.c | 67 +-
12109 drivers/scsi/csiostor/csio_init.c | 2 +-
12110 drivers/scsi/csiostor/csio_lnode.c | 32 +-
12111 drivers/scsi/csiostor/csio_rnode.c | 28 +-
12112 drivers/scsi/csiostor/csio_scsi.c | 37 +-
12113 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
12114 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
12115 drivers/scsi/hpsa.c | 38 +-
12116 drivers/scsi/hpsa.h | 2 +-
12117 drivers/scsi/hptiop.c | 2 -
12118 drivers/scsi/hptiop.h | 1 -
12119 drivers/scsi/ipr.c | 32 +-
12120 drivers/scsi/ipr.h | 2 +-
12121 drivers/scsi/libfc/fc_exch.c | 50 +-
12122 drivers/scsi/libsas/sas_ata.c | 2 +-
12123 drivers/scsi/lpfc/lpfc.h | 8 +-
12124 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
12125 drivers/scsi/lpfc/lpfc_init.c | 8 +-
12126 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
12127 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
12128 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
12129 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
12130 drivers/scsi/pmcraid.c | 46 +-
12131 drivers/scsi/pmcraid.h | 8 +-
12132 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
12133 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
12134 drivers/scsi/qla2xxx/qla_os.c | 15 +-
12135 drivers/scsi/qla2xxx/qla_target.c | 16 +-
12136 drivers/scsi/qla2xxx/qla_target.h | 2 +-
12137 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
12138 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
12139 drivers/scsi/scsi.c | 2 +-
12140 drivers/scsi/scsi_lib.c | 8 +-
12141 drivers/scsi/scsi_sysfs.c | 2 +-
12142 drivers/scsi/scsi_transport_fc.c | 8 +-
12143 drivers/scsi/scsi_transport_iscsi.c | 6 +-
12144 drivers/scsi/scsi_transport_spi.c | 2 +-
12145 drivers/scsi/scsi_transport_srp.c | 8 +-
12146 drivers/scsi/sd.c | 6 +-
12147 drivers/scsi/sg.c | 2 +-
12148 drivers/scsi/sr.c | 21 +-
12149 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
12150 drivers/spi/spi.c | 2 +-
12151 drivers/staging/android/timed_output.c | 6 +-
12152 drivers/staging/comedi/comedi_fops.c | 8 +-
12153 drivers/staging/fbtft/fbtft-core.c | 2 +-
12154 drivers/staging/fbtft/fbtft.h | 2 +-
12155 drivers/staging/gdm724x/gdm_lte.c | 2 +-
12156 drivers/staging/gdm724x/gdm_tty.c | 2 +-
12157 drivers/staging/i4l/icn/icn.c | 2 +-
12158 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
12159 drivers/staging/iio/adc/ad7280a.c | 4 +-
12160 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
12161 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
12162 drivers/staging/lustre/lnet/selftest/framework.c | 2 -
12163 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
12164 drivers/staging/lustre/lnet/selftest/selftest.h | 2 -
12165 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
12166 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
12167 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
12168 drivers/staging/lustre/lustre/include/obd.h | 2 +-
12169 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
12170 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
12171 drivers/staging/lustre/lustre/lov/lov_io.c | 62 +-
12172 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
12173 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
12174 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
12175 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
12176 drivers/staging/rdma/hfi1/pcie.c | 2 +-
12177 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
12178 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
12179 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
12180 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
12181 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
12182 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
12183 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
12184 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
12185 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
12186 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
12187 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
12188 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
12189 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
12190 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
12191 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 4 +-
12192 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
12193 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
12194 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
12195 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
12196 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
12197 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
12198 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
12199 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
12200 drivers/staging/rtl8192e/rtllib.h | 4 +-
12201 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
12202 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
12203 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
12204 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
12205 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
12206 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
12207 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
12208 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
12209 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
12210 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
12211 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
12212 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
12213 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
12214 drivers/staging/rtl8712/xmit_linux.c | 2 +-
12215 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
12216 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
12217 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
12218 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
12219 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
12220 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
12221 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
12222 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
12223 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
12224 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
12225 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
12226 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
12227 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
12228 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
12229 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
12230 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
12231 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
12232 drivers/staging/sm750fb/sm750.c | 14 +-
12233 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
12234 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
12235 drivers/staging/vt6655/rxtx.c | 2 +-
12236 drivers/staging/vt6656/rxtx.c | 2 +-
12237 drivers/staging/wilc1000/linux_wlan.c | 2 +-
12238 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
12239 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
12240 drivers/target/sbp/sbp_target.c | 4 +-
12241 drivers/thermal/cpu_cooling.c | 9 +-
12242 drivers/thermal/devfreq_cooling.c | 19 +-
12243 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
12244 drivers/thermal/of-thermal.c | 17 +-
12245 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
12246 drivers/tty/cyclades.c | 6 +-
12247 drivers/tty/hvc/hvc_console.c | 14 +-
12248 drivers/tty/hvc/hvcs.c | 21 +-
12249 drivers/tty/hvc/hvsi.c | 22 +-
12250 drivers/tty/hvc/hvsi_lib.c | 4 +-
12251 drivers/tty/ipwireless/tty.c | 27 +-
12252 drivers/tty/moxa.c | 2 +-
12253 drivers/tty/n_gsm.c | 6 +-
12254 drivers/tty/n_tty.c | 28 +-
12255 drivers/tty/pty.c | 4 +-
12256 drivers/tty/rocket.c | 6 +-
12257 drivers/tty/serial/8250/8250_core.c | 10 +-
12258 drivers/tty/serial/8250/8250_pci.c | 2 +-
12259 drivers/tty/serial/ifx6x60.c | 2 +-
12260 drivers/tty/serial/ioc4_serial.c | 6 +-
12261 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
12262 drivers/tty/serial/kgdb_nmi.c | 4 +-
12263 drivers/tty/serial/kgdboc.c | 34 +-
12264 drivers/tty/serial/msm_serial.c | 4 +-
12265 drivers/tty/serial/samsung.c | 9 +-
12266 drivers/tty/serial/serial_core.c | 8 +-
12267 drivers/tty/synclink.c | 34 +-
12268 drivers/tty/synclink_gt.c | 28 +-
12269 drivers/tty/synclinkmp.c | 34 +-
12270 drivers/tty/tty_io.c | 2 +-
12271 drivers/tty/tty_ldisc.c | 8 +-
12272 drivers/tty/tty_port.c | 22 +-
12273 drivers/uio/uio.c | 13 +-
12274 drivers/usb/atm/cxacru.c | 2 +-
12275 drivers/usb/atm/usbatm.c | 24 +-
12276 drivers/usb/class/cdc-acm.h | 2 +-
12277 drivers/usb/core/devices.c | 6 +-
12278 drivers/usb/core/devio.c | 12 +-
12279 drivers/usb/core/hcd.c | 4 +-
12280 drivers/usb/core/sysfs.c | 2 +-
12281 drivers/usb/core/usb.c | 2 +-
12282 drivers/usb/early/ehci-dbgp.c | 16 +-
12283 drivers/usb/gadget/function/f_phonet.c | 2 +-
12284 drivers/usb/gadget/function/u_serial.c | 22 +-
12285 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
12286 drivers/usb/host/ehci-hcd.c | 2 +-
12287 drivers/usb/host/ehci-hub.c | 4 +-
12288 drivers/usb/host/ehci-q.c | 4 +-
12289 drivers/usb/host/fotg210-hcd.c | 2 +-
12290 drivers/usb/host/hwa-hc.c | 2 +-
12291 drivers/usb/host/ohci-hcd.c | 2 +-
12292 drivers/usb/host/r8a66597.h | 2 +-
12293 drivers/usb/host/uhci-hcd.c | 2 +-
12294 drivers/usb/host/xhci-pci.c | 2 +-
12295 drivers/usb/host/xhci-ring.c | 52 +-
12296 drivers/usb/host/xhci.c | 2 +-
12297 drivers/usb/misc/appledisplay.c | 4 +-
12298 drivers/usb/misc/sisusbvga/sisusb_con.c | 98 +-
12299 drivers/usb/serial/console.c | 8 +-
12300 drivers/usb/storage/transport.c | 2 +-
12301 drivers/usb/storage/usb.c | 2 +-
12302 drivers/usb/storage/usb.h | 2 +-
12303 drivers/usb/usbip/vhci.h | 2 +-
12304 drivers/usb/usbip/vhci_hcd.c | 6 +-
12305 drivers/usb/usbip/vhci_rx.c | 2 +-
12306 drivers/usb/wusbcore/wa-hc.h | 4 +-
12307 drivers/usb/wusbcore/wa-xfer.c | 2 +-
12308 drivers/vfio/pci/vfio_pci.c | 2 +-
12309 drivers/vhost/vringh.c | 20 +-
12310 drivers/video/backlight/kb3886_bl.c | 2 +-
12311 drivers/video/console/dummycon.c | 96 +-
12312 drivers/video/console/fbcon.c | 2 +-
12313 drivers/video/console/vgacon.c | 23 +-
12314 drivers/video/fbdev/aty/aty128fb.c | 2 +-
12315 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
12316 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
12317 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
12318 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
12319 drivers/video/fbdev/core/fb_defio.c | 8 +-
12320 drivers/video/fbdev/core/fbmem.c | 12 +-
12321 drivers/video/fbdev/hyperv_fb.c | 4 +-
12322 drivers/video/fbdev/i810/i810_accel.c | 1 +
12323 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
12324 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
12325 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
12326 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
12327 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
12328 drivers/video/fbdev/sis/sis_main.h | 2 +-
12329 drivers/video/fbdev/smscufx.c | 4 +-
12330 drivers/video/fbdev/udlfb.c | 36 +-
12331 drivers/video/fbdev/uvesafb.c | 52 +-
12332 drivers/video/fbdev/vesafb.c | 58 +-
12333 drivers/video/fbdev/via/via_clock.h | 2 +-
12334 drivers/xen/events/events_base.c | 6 +-
12335 drivers/xen/xen-pciback/pci_stub.c | 2 +-
12336 fs/9p/vfs_addr.c | 2 +-
12337 fs/9p/vfs_inode_dotl.c | 4 +-
12338 fs/Kconfig.binfmt | 2 +-
12339 fs/afs/file.c | 8 +-
12340 fs/afs/inode.c | 4 +-
12341 fs/afs/internal.h | 4 +-
12342 fs/aio.c | 2 +-
12343 fs/autofs4/waitq.c | 2 +-
12344 fs/befs/endian.h | 6 +-
12345 fs/binfmt_aout.c | 23 +-
12346 fs/binfmt_elf.c | 670 +-
12347 fs/binfmt_elf_fdpic.c | 4 +-
12348 fs/block_dev.c | 2 +-
12349 fs/btrfs/ctree.c | 11 +-
12350 fs/btrfs/ctree.h | 4 +-
12351 fs/btrfs/delayed-inode.c | 6 +-
12352 fs/btrfs/delayed-inode.h | 4 +-
12353 fs/btrfs/delayed-ref.c | 4 +-
12354 fs/btrfs/disk-io.c | 4 +-
12355 fs/btrfs/extent_map.c | 8 +-
12356 fs/btrfs/file.c | 4 +-
12357 fs/btrfs/free-space-cache.h | 1 +
12358 fs/btrfs/raid56.c | 30 +-
12359 fs/btrfs/super.c | 2 +-
12360 fs/btrfs/sysfs.c | 2 +-
12361 fs/btrfs/tests/btrfs-tests.c | 2 +-
12362 fs/btrfs/tests/free-space-tests.c | 2 +-
12363 fs/btrfs/transaction.c | 2 +-
12364 fs/btrfs/tree-log.c | 8 +-
12365 fs/btrfs/tree-log.h | 2 +-
12366 fs/btrfs/volumes.c | 14 +-
12367 fs/btrfs/volumes.h | 22 +-
12368 fs/buffer.c | 2 +-
12369 fs/cachefiles/bind.c | 6 +-
12370 fs/cachefiles/daemon.c | 12 +-
12371 fs/cachefiles/internal.h | 16 +-
12372 fs/cachefiles/namei.c | 6 +-
12373 fs/cachefiles/proc.c | 12 +-
12374 fs/ceph/dir.c | 12 +-
12375 fs/ceph/super.c | 4 +-
12376 fs/cifs/cifs_debug.c | 12 +-
12377 fs/cifs/cifsfs.c | 8 +-
12378 fs/cifs/cifsglob.h | 54 +-
12379 fs/cifs/file.c | 14 +-
12380 fs/cifs/misc.c | 4 +-
12381 fs/cifs/smb1ops.c | 80 +-
12382 fs/cifs/smb2ops.c | 84 +-
12383 fs/cifs/smb2pdu.c | 3 +-
12384 fs/coda/cache.c | 10 +-
12385 fs/coda/dir.c | 5 +-
12386 fs/compat.c | 9 +-
12387 fs/compat_binfmt_elf.c | 2 +
12388 fs/compat_ioctl.c | 12 +-
12389 fs/configfs/dir.c | 10 +-
12390 fs/coredump.c | 18 +-
12391 fs/dcache.c | 64 +-
12392 fs/ecryptfs/inode.c | 2 +-
12393 fs/ecryptfs/miscdev.c | 2 +-
12394 fs/exec.c | 370 +-
12395 fs/exofs/inode.c | 7 +-
12396 fs/ext2/xattr.c | 5 +-
12397 fs/ext4/ext4.h | 20 +-
12398 fs/ext4/mballoc.c | 44 +-
12399 fs/ext4/resize.c | 16 +-
12400 fs/ext4/super.c | 2 +-
12401 fs/ext4/sysfs.c | 2 +-
12402 fs/ext4/xattr.c | 5 +-
12403 fs/fhandle.c | 5 +-
12404 fs/file.c | 18 +-
12405 fs/freevxfs/vxfs_inode.c | 8 +-
12406 fs/freevxfs/vxfs_inode.h | 4 +-
12407 fs/fs-writeback.c | 11 +-
12408 fs/fs_struct.c | 8 +-
12409 fs/fscache/cookie.c | 40 +-
12410 fs/fscache/internal.h | 202 +-
12411 fs/fscache/object.c | 26 +-
12412 fs/fscache/operation.c | 38 +-
12413 fs/fscache/page.c | 110 +-
12414 fs/fscache/stats.c | 348 +-
12415 fs/fuse/cuse.c | 10 +-
12416 fs/fuse/dev.c | 4 +-
12417 fs/fuse/file.c | 4 +-
12418 fs/fuse/inode.c | 4 +-
12419 fs/gfs2/aops.c | 2 +-
12420 fs/gfs2/file.c | 2 +-
12421 fs/gfs2/glock.c | 22 +-
12422 fs/gfs2/glops.c | 4 +-
12423 fs/gfs2/quota.c | 6 +-
12424 fs/hugetlbfs/inode.c | 13 +-
12425 fs/inode.c | 4 +-
12426 fs/jbd2/commit.c | 2 +-
12427 fs/jbd2/transaction.c | 4 +-
12428 fs/jffs2/erase.c | 3 +-
12429 fs/jffs2/file.c | 5 +-
12430 fs/jffs2/fs.c | 2 +-
12431 fs/jffs2/os-linux.h | 2 +-
12432 fs/jffs2/wbuf.c | 3 +-
12433 fs/jfs/super.c | 2 +-
12434 fs/kernfs/dir.c | 2 +-
12435 fs/kernfs/file.c | 20 +-
12436 fs/libfs.c | 10 +-
12437 fs/lockd/clnt4xdr.c | 46 +-
12438 fs/lockd/clntproc.c | 4 +-
12439 fs/lockd/clntxdr.c | 44 +-
12440 fs/lockd/mon.c | 24 +-
12441 fs/lockd/svc.c | 2 +-
12442 fs/lockd/svc4proc.c | 69 +-
12443 fs/lockd/svcproc.c | 75 +-
12444 fs/lockd/xdr.c | 44 +-
12445 fs/lockd/xdr4.c | 41 +-
12446 fs/logfs/dev_bdev.c | 13 +-
12447 fs/logfs/dev_mtd.c | 13 +-
12448 fs/logfs/dir.c | 4 +-
12449 fs/logfs/logfs.h | 5 +-
12450 fs/logfs/readwrite.c | 2 +-
12451 fs/logfs/segment.c | 2 +-
12452 fs/logfs/super.c | 39 -
12453 fs/namei.c | 14 +-
12454 fs/namespace.c | 15 +-
12455 fs/nfs/callback.h | 18 +-
12456 fs/nfs/callback_proc.c | 26 +-
12457 fs/nfs/callback_xdr.c | 73 +-
12458 fs/nfs/dir.c | 5 +-
12459 fs/nfs/inode.c | 6 +-
12460 fs/nfs/internal.h | 5 +-
12461 fs/nfs/mount_clnt.c | 26 +-
12462 fs/nfs/nfs2xdr.c | 101 +-
12463 fs/nfs/nfs3xdr.c | 201 +-
12464 fs/nfs/nfs42xdr.c | 60 +-
12465 fs/nfs/nfs4xdr.c | 507 +-
12466 fs/nfs/read.c | 2 +-
12467 fs/nfs/symlink.c | 6 +-
12468 fs/nfsd/current_stateid.h | 24 +-
12469 fs/nfsd/nfs2acl.c | 85 +-
12470 fs/nfsd/nfs3acl.c | 44 +-
12471 fs/nfsd/nfs3proc.c | 271 +-
12472 fs/nfsd/nfs3xdr.c | 171 +-
12473 fs/nfsd/nfs4callback.c | 31 +-
12474 fs/nfsd/nfs4proc.c | 320 +-
12475 fs/nfsd/nfs4state.c | 111 +-
12476 fs/nfsd/nfs4xdr.c | 564 +-
12477 fs/nfsd/nfscache.c | 11 +-
12478 fs/nfsd/nfsproc.c | 193 +-
12479 fs/nfsd/nfsxdr.c | 96 +-
12480 fs/nfsd/vfs.c | 6 +-
12481 fs/nfsd/xdr.h | 50 +-
12482 fs/nfsd/xdr3.h | 100 +-
12483 fs/nfsd/xdr4.h | 50 +-
12484 fs/nls/nls_base.c | 26 +-
12485 fs/nls/nls_cp932.c | 2 +-
12486 fs/nls/nls_cp936.c | 2 +-
12487 fs/nls/nls_cp949.c | 2 +-
12488 fs/nls/nls_cp950.c | 2 +-
12489 fs/nls/nls_euc-jp.c | 8 +-
12490 fs/nls/nls_koi8-ru.c | 8 +-
12491 fs/notify/fanotify/fanotify_user.c | 4 +-
12492 fs/notify/notification.c | 4 +-
12493 fs/ntfs/dir.c | 4 +-
12494 fs/ntfs/inode.c | 19 +-
12495 fs/ntfs/inode.h | 4 +-
12496 fs/ntfs/mft.c | 4 +-
12497 fs/ntfs/super.c | 8 +-
12498 fs/ocfs2/dlm/dlmcommon.h | 4 +-
12499 fs/ocfs2/dlm/dlmdebug.c | 10 +-
12500 fs/ocfs2/dlm/dlmdomain.c | 4 +-
12501 fs/ocfs2/dlm/dlmmaster.c | 4 +-
12502 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
12503 fs/ocfs2/filecheck.c | 2 +-
12504 fs/ocfs2/localalloc.c | 2 +-
12505 fs/ocfs2/ocfs2.h | 10 +-
12506 fs/ocfs2/suballoc.c | 12 +-
12507 fs/ocfs2/super.c | 20 +-
12508 fs/overlayfs/copy_up.c | 2 +-
12509 fs/pipe.c | 72 +-
12510 fs/posix_acl.c | 4 +-
12511 fs/proc/array.c | 20 +
12512 fs/proc/base.c | 7 +-
12513 fs/proc/kcore.c | 36 +-
12514 fs/proc/meminfo.c | 2 +-
12515 fs/proc/nommu.c | 2 +-
12516 fs/proc/proc_net.c | 2 +-
12517 fs/proc/proc_sysctl.c | 26 +-
12518 fs/proc/task_mmu.c | 39 +-
12519 fs/proc/task_nommu.c | 6 +-
12520 fs/proc/vmcore.c | 16 +-
12521 fs/qnx6/qnx6.h | 4 +-
12522 fs/quota/netlink.c | 4 +-
12523 fs/read_write.c | 34 +-
12524 fs/readdir.c | 3 +-
12525 fs/reiserfs/do_balan.c | 2 +-
12526 fs/reiserfs/procfs.c | 2 +-
12527 fs/reiserfs/reiserfs.h | 4 +-
12528 fs/select.c | 2 +-
12529 fs/seq_file.c | 4 +-
12530 fs/splice.c | 43 +-
12531 fs/squashfs/xattr.c | 10 +-
12532 fs/super.c | 3 +-
12533 fs/sysv/sysv.h | 2 +-
12534 fs/tracefs/inode.c | 8 +-
12535 fs/ubifs/find.c | 34 +-
12536 fs/ubifs/lprops.c | 5 +-
12537 fs/udf/misc.c | 2 +-
12538 fs/ufs/swab.h | 4 +-
12539 fs/userfaultfd.c | 2 +-
12540 fs/xattr.c | 21 +
12541 fs/xfs/libxfs/xfs_bmap.c | 2 +-
12542 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
12543 fs/xfs/xfs_dir2_readdir.c | 7 +-
12544 fs/xfs/xfs_ioctl.c | 2 +-
12545 fs/xfs/xfs_linux.h | 4 +-
12546 include/acpi/ghes.h | 2 +-
12547 include/asm-generic/4level-fixup.h | 2 +
12548 include/asm-generic/atomic-long.h | 186 +-
12549 include/asm-generic/atomic64.h | 12 +
12550 include/asm-generic/bitops/__fls.h | 2 +-
12551 include/asm-generic/bitops/fls.h | 2 +-
12552 include/asm-generic/bitops/fls64.h | 4 +-
12553 include/asm-generic/bug.h | 6 +-
12554 include/asm-generic/cache.h | 4 +-
12555 include/asm-generic/emergency-restart.h | 2 +-
12556 include/asm-generic/kmap_types.h | 4 +-
12557 include/asm-generic/local.h | 13 +
12558 include/asm-generic/pgtable-nopmd.h | 18 +-
12559 include/asm-generic/pgtable-nopud.h | 15 +-
12560 include/asm-generic/pgtable.h | 16 +
12561 include/asm-generic/sections.h | 1 +
12562 include/asm-generic/uaccess.h | 16 +
12563 include/asm-generic/vmlinux.lds.h | 15 +-
12564 include/crypto/algapi.h | 2 +-
12565 include/crypto/cast6.h | 4 +-
12566 include/crypto/serpent.h | 4 +-
12567 include/crypto/xts.h | 2 +-
12568 include/drm/drmP.h | 19 +-
12569 include/drm/drm_mm.h | 2 +-
12570 include/drm/drm_modeset_helper_vtables.h | 2 +-
12571 include/drm/i915_pciids.h | 2 +-
12572 include/drm/intel-gtt.h | 4 +-
12573 include/drm/ttm/ttm_memory.h | 2 +-
12574 include/drm/ttm/ttm_page_alloc.h | 1 +
12575 include/keys/asymmetric-subtype.h | 2 +-
12576 include/keys/encrypted-type.h | 2 +-
12577 include/keys/rxrpc-type.h | 2 +-
12578 include/keys/user-type.h | 2 +-
12579 include/linux/atmdev.h | 4 +-
12580 include/linux/atomic.h | 12 +-
12581 include/linux/audit.h | 2 +-
12582 include/linux/average.h | 2 +-
12583 include/linux/binfmts.h | 3 +-
12584 include/linux/bitmap.h | 2 +-
12585 include/linux/bitops.h | 8 +-
12586 include/linux/blk-cgroup.h | 24 +-
12587 include/linux/blkdev.h | 2 +-
12588 include/linux/blktrace_api.h | 2 +-
12589 include/linux/cache.h | 9 +
12590 include/linux/cdrom.h | 1 -
12591 include/linux/cgroup-defs.h | 2 +-
12592 include/linux/cleancache.h | 2 +-
12593 include/linux/clk-provider.h | 1 +
12594 include/linux/compat.h | 15 +-
12595 include/linux/compiler-gcc.h | 33 +-
12596 include/linux/compiler.h | 197 +-
12597 include/linux/configfs.h | 2 +-
12598 include/linux/cpufreq.h | 7 +-
12599 include/linux/cpuidle.h | 5 +-
12600 include/linux/cpumask.h | 14 +-
12601 include/linux/crypto.h | 4 +-
12602 include/linux/ctype.h | 2 +-
12603 include/linux/dcache.h | 4 +-
12604 include/linux/decompress/mm.h | 2 +-
12605 include/linux/devfreq.h | 2 +-
12606 include/linux/device.h | 7 +-
12607 include/linux/dma-mapping.h | 2 +-
12608 include/linux/efi.h | 1 +
12609 include/linux/elf.h | 2 +
12610 include/linux/err.h | 4 +-
12611 include/linux/extcon.h | 2 +-
12612 include/linux/fb.h | 3 +-
12613 include/linux/fdtable.h | 2 +-
12614 include/linux/firewire.h | 2 +-
12615 include/linux/fs.h | 5 +-
12616 include/linux/fs_struct.h | 2 +-
12617 include/linux/fscache-cache.h | 2 +-
12618 include/linux/fscache.h | 2 +-
12619 include/linux/fsnotify.h | 2 +-
12620 include/linux/genhd.h | 4 +-
12621 include/linux/genl_magic_func.h | 2 +-
12622 include/linux/genl_magic_struct.h | 4 +-
12623 include/linux/gfp.h | 14 +-
12624 include/linux/highmem.h | 12 +
12625 include/linux/hugetlb.h | 2 +-
12626 include/linux/hugetlb_cgroup.h | 11 +
12627 include/linux/hwmon-sysfs.h | 6 +-
12628 include/linux/i2c.h | 1 +
12629 include/linux/if_pppox.h | 2 +-
12630 include/linux/init.h | 10 +-
12631 include/linux/init_task.h | 7 +
12632 include/linux/interrupt.h | 6 +-
12633 include/linux/iommu.h | 2 +-
12634 include/linux/ioport.h | 2 +-
12635 include/linux/ipc.h | 2 +-
12636 include/linux/irq.h | 5 +-
12637 include/linux/irqdesc.h | 2 +-
12638 include/linux/irqdomain.h | 3 +
12639 include/linux/jbd2.h | 2 +-
12640 include/linux/jiffies.h | 16 +-
12641 include/linux/kallsyms.h | 18 +-
12642 include/linux/key-type.h | 2 +-
12643 include/linux/kgdb.h | 6 +-
12644 include/linux/kmemleak.h | 4 +-
12645 include/linux/kobject.h | 3 +-
12646 include/linux/kobject_ns.h | 2 +-
12647 include/linux/kref.h | 2 +-
12648 include/linux/libata.h | 2 +-
12649 include/linux/linkage.h | 22 +-
12650 include/linux/list.h | 15 +
12651 include/linux/lockd/xdr.h | 34 +-
12652 include/linux/lockd/xdr4.h | 34 +-
12653 include/linux/lockref.h | 26 +-
12654 include/linux/math64.h | 10 +-
12655 include/linux/memcontrol.h | 2 +-
12656 include/linux/memory.h | 2 +-
12657 include/linux/mempolicy.h | 7 +
12658 include/linux/mm.h | 98 +-
12659 include/linux/mm_types.h | 20 +
12660 include/linux/mmiotrace.h | 4 +-
12661 include/linux/mmzone.h | 2 +-
12662 include/linux/mod_devicetable.h | 4 +-
12663 include/linux/module.h | 58 +-
12664 include/linux/moduleloader.h | 16 +
12665 include/linux/moduleparam.h | 12 +-
12666 include/linux/net.h | 2 +-
12667 include/linux/netdevice.h | 11 +-
12668 include/linux/netfilter.h | 2 +-
12669 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
12670 include/linux/netfilter/nfnetlink.h | 2 +-
12671 include/linux/netlink.h | 12 +-
12672 include/linux/nls.h | 4 +-
12673 include/linux/notifier.h | 3 +-
12674 include/linux/oprofile.h | 4 +-
12675 include/linux/padata.h | 2 +-
12676 include/linux/pagemap.h | 4 +-
12677 include/linux/pci_hotplug.h | 3 +-
12678 include/linux/percpu.h | 2 +-
12679 include/linux/perf_event.h | 12 +-
12680 include/linux/pid.h | 4 +-
12681 include/linux/pipe_fs_i.h | 8 +-
12682 include/linux/pm.h | 1 +
12683 include/linux/pm_domain.h | 2 +-
12684 include/linux/pm_runtime.h | 2 +-
12685 include/linux/pnp.h | 2 +-
12686 include/linux/poison.h | 4 +-
12687 include/linux/power/smartreflex.h | 2 +-
12688 include/linux/ppp-comp.h | 2 +-
12689 include/linux/preempt.h | 21 +
12690 include/linux/printk.h | 2 +-
12691 include/linux/proc_ns.h | 2 +-
12692 include/linux/psci.h | 2 +-
12693 include/linux/quota.h | 2 +-
12694 include/linux/random.h | 19 +-
12695 include/linux/rculist.h | 16 +
12696 include/linux/rcupdate.h | 8 +
12697 include/linux/reboot.h | 14 +-
12698 include/linux/regset.h | 3 +-
12699 include/linux/relay.h | 2 +-
12700 include/linux/rio.h | 2 +-
12701 include/linux/rmap.h | 4 +-
12702 include/linux/sched.h | 76 +-
12703 include/linux/scif.h | 2 +-
12704 include/linux/semaphore.h | 2 +-
12705 include/linux/seq_buf.h | 4 +-
12706 include/linux/seq_file.h | 1 +
12707 include/linux/seqlock.h | 10 +
12708 include/linux/signal.h | 2 +-
12709 include/linux/skbuff.h | 12 +-
12710 include/linux/slab.h | 47 +-
12711 include/linux/slab_def.h | 14 +-
12712 include/linux/slub_def.h | 2 +-
12713 include/linux/smp.h | 2 +
12714 include/linux/sock_diag.h | 2 +-
12715 include/linux/sonet.h | 2 +-
12716 include/linux/spinlock.h | 17 +-
12717 include/linux/srcu.h | 5 +-
12718 include/linux/string.h | 70 +-
12719 include/linux/sunrpc/addr.h | 8 +-
12720 include/linux/sunrpc/clnt.h | 2 +-
12721 include/linux/sunrpc/svc.h | 2 +-
12722 include/linux/sunrpc/svc_rdma.h | 18 +-
12723 include/linux/sunrpc/svcauth.h | 2 +-
12724 include/linux/swapops.h | 10 +-
12725 include/linux/swiotlb.h | 3 +-
12726 include/linux/syscalls.h | 36 +-
12727 include/linux/syscore_ops.h | 2 +-
12728 include/linux/sysctl.h | 3 +-
12729 include/linux/sysfs.h | 11 +-
12730 include/linux/sysrq.h | 3 +-
12731 include/linux/tcp.h | 14 +-
12732 include/linux/thread_info.h | 7 +
12733 include/linux/tty.h | 4 +-
12734 include/linux/tty_driver.h | 2 +-
12735 include/linux/tty_ldisc.h | 2 +-
12736 include/linux/types.h | 18 +
12737 include/linux/uaccess.h | 2 +-
12738 include/linux/uio_driver.h | 2 +-
12739 include/linux/unaligned/access_ok.h | 24 +-
12740 include/linux/usb.h | 12 +-
12741 include/linux/usb/hcd.h | 1 +
12742 include/linux/usb/renesas_usbhs.h | 2 +-
12743 include/linux/vermagic.h | 21 +-
12744 include/linux/vga_switcheroo.h | 8 +-
12745 include/linux/vmalloc.h | 7 +-
12746 include/linux/vmstat.h | 24 +-
12747 include/linux/writeback.h | 3 +-
12748 include/linux/xattr.h | 5 +-
12749 include/linux/zlib.h | 3 +-
12750 include/media/v4l2-dev.h | 2 +-
12751 include/media/v4l2-device.h | 2 +-
12752 include/net/9p/transport.h | 2 +-
12753 include/net/bluetooth/l2cap.h | 2 +-
12754 include/net/bonding.h | 2 +-
12755 include/net/caif/cfctrl.h | 6 +-
12756 include/net/cfg80211-wext.h | 20 +-
12757 include/net/cfg802154.h | 2 +-
12758 include/net/fib_rules.h | 3 +-
12759 include/net/flow.h | 2 +-
12760 include/net/genetlink.h | 2 +-
12761 include/net/gro_cells.h | 2 +-
12762 include/net/inet_connection_sock.h | 2 +-
12763 include/net/inet_sock.h | 2 +-
12764 include/net/inetpeer.h | 2 +-
12765 include/net/ip_fib.h | 2 +-
12766 include/net/ip_vs.h | 8 +-
12767 include/net/ipv6.h | 2 +-
12768 include/net/irda/ircomm_tty.h | 1 +
12769 include/net/irda/irias_object.h | 2 +-
12770 include/net/irda/irlmp.h | 1 +
12771 include/net/irda/irlmp_event.h | 6 +-
12772 include/net/irda/timer.h | 6 +-
12773 include/net/iucv/af_iucv.h | 2 +-
12774 include/net/llc_c_ac.h | 2 +-
12775 include/net/llc_c_ev.h | 4 +-
12776 include/net/llc_c_st.h | 2 +-
12777 include/net/llc_s_ac.h | 2 +-
12778 include/net/llc_s_st.h | 2 +-
12779 include/net/mac80211.h | 6 +-
12780 include/net/neighbour.h | 4 +-
12781 include/net/net_namespace.h | 18 +-
12782 include/net/netfilter/nf_conntrack.h | 2 +-
12783 include/net/netlink.h | 2 +-
12784 include/net/netns/conntrack.h | 6 +-
12785 include/net/netns/ipv4.h | 4 +-
12786 include/net/netns/ipv6.h | 4 +-
12787 include/net/netns/xfrm.h | 2 +-
12788 include/net/ping.h | 2 +-
12789 include/net/protocol.h | 4 +-
12790 include/net/rtnetlink.h | 2 +-
12791 include/net/sctp/checksum.h | 4 +-
12792 include/net/sctp/sm.h | 4 +-
12793 include/net/sctp/structs.h | 2 +-
12794 include/net/snmp.h | 10 +-
12795 include/net/sock.h | 12 +-
12796 include/net/tcp.h | 8 +-
12797 include/net/xfrm.h | 15 +-
12798 include/rdma/ib_cm.h | 8 +-
12799 include/scsi/libfc.h | 3 +-
12800 include/scsi/scsi_device.h | 6 +-
12801 include/scsi/scsi_driver.h | 2 +-
12802 include/scsi/scsi_transport_fc.h | 3 +-
12803 include/scsi/sg.h | 2 +-
12804 include/sound/compress_driver.h | 2 +-
12805 include/sound/control.h | 4 +-
12806 include/sound/pcm.h | 2 +-
12807 include/sound/rawmidi.h | 3 +-
12808 include/sound/seq_kernel.h | 2 +-
12809 include/sound/soc.h | 4 +-
12810 include/trace/events/irq.h | 4 +-
12811 include/trace/events/mmflags.h | 7 +
12812 include/uapi/linux/a.out.h | 8 +
12813 include/uapi/linux/bcache.h | 5 +-
12814 include/uapi/linux/byteorder/little_endian.h | 28 +-
12815 include/uapi/linux/connector.h | 2 +-
12816 include/uapi/linux/elf.h | 28 +
12817 include/uapi/linux/screen_info.h | 2 +-
12818 include/uapi/linux/swab.h | 6 +-
12819 include/uapi/linux/xattr.h | 5 +
12820 include/video/udlfb.h | 8 +-
12821 include/video/uvesafb.h | 1 +
12822 init/Kconfig | 2 +-
12823 init/do_mounts.c | 16 +-
12824 init/do_mounts.h | 8 +-
12825 init/do_mounts_initrd.c | 30 +-
12826 init/do_mounts_md.c | 6 +-
12827 init/init_task.c | 4 +
12828 init/initramfs.c | 38 +-
12829 init/main.c | 30 +-
12830 ipc/compat.c | 4 +-
12831 ipc/ipc_sysctl.c | 14 +-
12832 ipc/mq_sysctl.c | 4 +-
12833 ipc/sem.c | 4 +-
12834 ipc/shm.c | 8 +-
12835 kernel/audit.c | 10 +-
12836 kernel/auditsc.c | 4 +-
12837 kernel/bpf/core.c | 28 +-
12838 kernel/capability.c | 3 +
12839 kernel/cgroup.c | 29 +-
12840 kernel/compat.c | 38 +-
12841 kernel/debug/debug_core.c | 16 +-
12842 kernel/debug/kdb/kdb_main.c | 4 +-
12843 kernel/events/core.c | 36 +-
12844 kernel/events/internal.h | 10 +-
12845 kernel/events/uprobes.c | 2 +-
12846 kernel/exit.c | 27 +-
12847 kernel/fork.c | 175 +-
12848 kernel/futex.c | 11 +-
12849 kernel/futex_compat.c | 2 +-
12850 kernel/irq/manage.c | 2 +-
12851 kernel/irq/msi.c | 19 +-
12852 kernel/irq/spurious.c | 2 +-
12853 kernel/jump_label.c | 5 +
12854 kernel/kallsyms.c | 40 +-
12855 kernel/kexec.c | 3 +-
12856 kernel/kmod.c | 8 +-
12857 kernel/kprobes.c | 4 +-
12858 kernel/ksysfs.c | 2 +-
12859 kernel/locking/lockdep.c | 7 +-
12860 kernel/locking/mutex-debug.c | 12 +-
12861 kernel/locking/mutex-debug.h | 4 +-
12862 kernel/locking/mutex.c | 6 +-
12863 kernel/module.c | 405 +-
12864 kernel/notifier.c | 17 +-
12865 kernel/padata.c | 4 +-
12866 kernel/panic.c | 11 +-
12867 kernel/pid.c | 8 +-
12868 kernel/pid_namespace.c | 2 +-
12869 kernel/power/process.c | 12 +-
12870 kernel/profile.c | 14 +-
12871 kernel/ptrace.c | 8 +-
12872 kernel/rcu/rcutorture.c | 60 +-
12873 kernel/rcu/tiny.c | 4 +-
12874 kernel/rcu/tree.c | 42 +-
12875 kernel/rcu/tree.h | 16 +-
12876 kernel/rcu/tree_plugin.h | 18 +-
12877 kernel/rcu/tree_trace.c | 14 +-
12878 kernel/resource.c | 4 +-
12879 kernel/sched/auto_group.c | 4 +-
12880 kernel/sched/core.c | 8 +-
12881 kernel/sched/deadline.c | 4 +-
12882 kernel/sched/debug.c | 43 +-
12883 kernel/sched/fair.c | 2 +-
12884 kernel/sched/rt.c | 4 +-
12885 kernel/sched/sched.h | 13 +-
12886 kernel/signal.c | 28 +-
12887 kernel/smp.c | 2 +-
12888 kernel/smpboot.c | 7 +-
12889 kernel/softirq.c | 12 +-
12890 kernel/stop_machine.c | 2 +-
12891 kernel/sys.c | 10 +-
12892 kernel/sys_ni.c | 4 +-
12893 kernel/sysctl.c | 34 +-
12894 kernel/time/alarmtimer.c | 4 +-
12895 kernel/time/posix-clock.c | 8 +-
12896 kernel/time/posix-cpu-timers.c | 4 +-
12897 kernel/time/posix-timers.c | 36 +-
12898 kernel/time/timer.c | 2 +-
12899 kernel/time/timer_stats.c | 10 +-
12900 kernel/trace/blktrace.c | 6 +-
12901 kernel/trace/ftrace.c | 33 +-
12902 kernel/trace/ring_buffer.c | 96 +-
12903 kernel/trace/trace.c | 2 +-
12904 kernel/trace/trace.h | 2 +-
12905 kernel/trace/trace_clock.c | 4 +-
12906 kernel/trace/trace_events.c | 1 -
12907 kernel/trace/trace_functions_graph.c | 4 +-
12908 kernel/trace/trace_mmiotrace.c | 8 +-
12909 kernel/trace/trace_output.c | 10 +-
12910 kernel/trace/trace_seq.c | 2 +-
12911 kernel/trace/trace_stack.c | 2 +-
12912 kernel/user.c | 2 +-
12913 kernel/user_namespace.c | 2 +-
12914 kernel/utsname_sysctl.c | 2 +-
12915 kernel/watchdog.c | 2 +-
12916 kernel/workqueue.c | 8 +-
12917 lib/Kconfig.debug | 8 +-
12918 lib/Makefile | 2 +-
12919 lib/bitmap.c | 8 +-
12920 lib/bug.c | 2 +
12921 lib/debugobjects.c | 2 +-
12922 lib/decompress_bunzip2.c | 3 +-
12923 lib/decompress_unlzma.c | 4 +-
12924 lib/div64.c | 4 +-
12925 lib/dma-debug.c | 4 +-
12926 lib/extable.c | 11 +-
12927 lib/inflate.c | 2 +-
12928 lib/ioremap.c | 4 +-
12929 lib/irq_poll.c | 2 +-
12930 lib/kobject.c | 4 +-
12931 lib/list_debug.c | 126 +-
12932 lib/lockref.c | 44 +-
12933 lib/percpu-refcount.c | 2 +-
12934 lib/radix-tree.c | 2 +-
12935 lib/random32.c | 2 +-
12936 lib/rhashtable.c | 4 +-
12937 lib/seq_buf.c | 4 +-
12938 lib/show_mem.c | 2 +-
12939 lib/strncpy_from_user.c | 2 +-
12940 lib/strnlen_user.c | 2 +-
12941 lib/swiotlb.c | 2 +-
12942 lib/usercopy.c | 6 +
12943 lib/vsprintf.c | 12 +-
12944 mm/Kconfig | 6 +-
12945 mm/backing-dev.c | 4 +-
12946 mm/fadvise.c | 2 +-
12947 mm/filemap.c | 8 +-
12948 mm/gup.c | 13 +-
12949 mm/highmem.c | 6 +-
12950 mm/hugetlb.c | 125 +-
12951 mm/hugetlb_cgroup.c | 60 +-
12952 mm/internal.h | 3 +-
12953 mm/maccess.c | 12 +-
12954 mm/madvise.c | 37 +
12955 mm/memcontrol.c | 6 +-
12956 mm/memory-failure.c | 6 +-
12957 mm/memory.c | 424 +-
12958 mm/mempolicy.c | 25 +
12959 mm/mlock.c | 18 +-
12960 mm/mm_init.c | 2 +-
12961 mm/mmap.c | 572 +-
12962 mm/mprotect.c | 137 +-
12963 mm/mremap.c | 39 +-
12964 mm/nommu.c | 21 +-
12965 mm/page-writeback.c | 2 +-
12966 mm/page_alloc.c | 61 +-
12967 mm/percpu.c | 2 +-
12968 mm/process_vm_access.c | 14 +-
12969 mm/readahead.c | 2 +-
12970 mm/rmap.c | 43 +-
12971 mm/shmem.c | 35 +-
12972 mm/slab.c | 113 +-
12973 mm/slab.h | 37 +-
12974 mm/slab_common.c | 79 +-
12975 mm/slob.c | 220 +-
12976 mm/slub.c | 111 +-
12977 mm/sparse-vmemmap.c | 4 +-
12978 mm/sparse.c | 2 +-
12979 mm/swap.c | 7 +
12980 mm/swapfile.c | 12 +-
12981 mm/util.c | 7 +
12982 mm/vmalloc.c | 116 +-
12983 mm/vmstat.c | 12 +-
12984 net/8021q/vlan.c | 5 +-
12985 net/8021q/vlan_netlink.c | 2 +-
12986 net/9p/mod.c | 4 +-
12987 net/9p/trans_fd.c | 2 +-
12988 net/atm/atm_misc.c | 8 +-
12989 net/atm/lec.h | 2 +-
12990 net/atm/proc.c | 6 +-
12991 net/atm/resources.c | 4 +-
12992 net/ax25/sysctl_net_ax25.c | 2 +-
12993 net/batman-adv/bat_iv_ogm.c | 8 +-
12994 net/batman-adv/fragmentation.c | 2 +-
12995 net/batman-adv/routing.c | 4 +-
12996 net/batman-adv/soft-interface.c | 12 +-
12997 net/batman-adv/sysfs.c | 48 +-
12998 net/batman-adv/sysfs.h | 4 +-
12999 net/batman-adv/translation-table.c | 14 +-
13000 net/batman-adv/types.h | 8 +-
13001 net/bluetooth/hci_sock.c | 2 +-
13002 net/bluetooth/l2cap_core.c | 6 +-
13003 net/bluetooth/l2cap_sock.c | 12 +-
13004 net/bluetooth/rfcomm/sock.c | 4 +-
13005 net/bluetooth/rfcomm/tty.c | 4 +-
13006 net/bridge/br_netfilter_hooks.c | 4 +-
13007 net/bridge/br_netlink.c | 2 +-
13008 net/bridge/netfilter/ebtables.c | 6 +-
13009 net/caif/cfctrl.c | 11 +-
13010 net/caif/chnl_net.c | 4 +-
13011 net/can/af_can.c | 2 +-
13012 net/can/gw.c | 6 +-
13013 net/ceph/ceph_common.c | 2 +-
13014 net/ceph/messenger.c | 4 +-
13015 net/compat.c | 26 +-
13016 net/core/datagram.c | 2 +-
13017 net/core/dev.c | 24 +-
13018 net/core/filter.c | 2 +-
13019 net/core/flow.c | 8 +-
13020 net/core/neighbour.c | 18 +-
13021 net/core/net-procfs.c | 4 +-
13022 net/core/net-sysfs.c | 2 +-
13023 net/core/net_namespace.c | 10 +-
13024 net/core/netpoll.c | 4 +-
13025 net/core/rtnetlink.c | 17 +-
13026 net/core/scm.c | 12 +-
13027 net/core/skbuff.c | 11 +-
13028 net/core/sock.c | 30 +-
13029 net/core/sock_diag.c | 15 +-
13030 net/core/sysctl_net_core.c | 22 +-
13031 net/decnet/af_decnet.c | 1 +
13032 net/decnet/sysctl_net_decnet.c | 4 +-
13033 net/dsa/dsa.c | 2 +-
13034 net/hsr/hsr_device.c | 2 +-
13035 net/hsr/hsr_netlink.c | 2 +-
13036 net/ieee802154/6lowpan/core.c | 2 +-
13037 net/ieee802154/6lowpan/reassembly.c | 14 +-
13038 net/ieee802154/core.c | 6 +-
13039 net/ipv4/af_inet.c | 6 +-
13040 net/ipv4/arp.c | 2 +-
13041 net/ipv4/devinet.c | 20 +-
13042 net/ipv4/fib_frontend.c | 6 +-
13043 net/ipv4/fib_semantics.c | 2 +-
13044 net/ipv4/icmp.c | 2 +-
13045 net/ipv4/inet_connection_sock.c | 4 +-
13046 net/ipv4/inet_diag.c | 4 +-
13047 net/ipv4/inet_timewait_sock.c | 2 +-
13048 net/ipv4/inetpeer.c | 2 +-
13049 net/ipv4/ip_fragment.c | 17 +-
13050 net/ipv4/ip_gre.c | 6 +-
13051 net/ipv4/ip_sockglue.c | 2 +-
13052 net/ipv4/ip_vti.c | 4 +-
13053 net/ipv4/ipconfig.c | 6 +-
13054 net/ipv4/ipip.c | 4 +-
13055 net/ipv4/netfilter/arp_tables.c | 12 +-
13056 net/ipv4/netfilter/ip_tables.c | 12 +-
13057 net/ipv4/ping.c | 14 +-
13058 net/ipv4/proc.c | 10 +-
13059 net/ipv4/raw.c | 16 +-
13060 net/ipv4/route.c | 40 +-
13061 net/ipv4/sysctl_net_ipv4.c | 24 +-
13062 net/ipv4/tcp_input.c | 6 +-
13063 net/ipv4/tcp_ipv4.c | 2 +-
13064 net/ipv4/tcp_metrics.c | 2 +-
13065 net/ipv4/tcp_probe.c | 2 +-
13066 net/ipv4/udp.c | 10 +-
13067 net/ipv4/xfrm4_mode_transport.c | 2 +-
13068 net/ipv4/xfrm4_policy.c | 19 +-
13069 net/ipv4/xfrm4_state.c | 4 +-
13070 net/ipv6/addrconf.c | 24 +-
13071 net/ipv6/af_inet6.c | 2 +-
13072 net/ipv6/datagram.c | 2 +-
13073 net/ipv6/icmp.c | 2 +-
13074 net/ipv6/inet6_hashtables.c | 2 +-
13075 net/ipv6/ip6_fib.c | 4 +-
13076 net/ipv6/ip6_gre.c | 10 +-
13077 net/ipv6/ip6_tunnel.c | 4 +-
13078 net/ipv6/ip6_vti.c | 4 +-
13079 net/ipv6/ipv6_sockglue.c | 2 +-
13080 net/ipv6/ndisc.c | 2 +-
13081 net/ipv6/netfilter/ip6_tables.c | 12 +-
13082 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
13083 net/ipv6/ping.c | 33 +-
13084 net/ipv6/proc.c | 10 +-
13085 net/ipv6/raw.c | 17 +-
13086 net/ipv6/reassembly.c | 13 +-
13087 net/ipv6/route.c | 2 +-
13088 net/ipv6/sit.c | 4 +-
13089 net/ipv6/sysctl_net_ipv6.c | 2 +-
13090 net/ipv6/udp.c | 6 +-
13091 net/ipv6/xfrm6_mode_transport.c | 2 +-
13092 net/ipv6/xfrm6_policy.c | 17 +-
13093 net/irda/discovery.c | 2 +-
13094 net/irda/ircomm/ircomm_core.c | 13 +-
13095 net/irda/ircomm/ircomm_tty.c | 24 +-
13096 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
13097 net/irda/irda_device.c | 14 +-
13098 net/irda/iriap.c | 14 +-
13099 net/irda/irias_object.c | 10 +-
13100 net/irda/irlan/irlan_client.c | 2 +-
13101 net/irda/irlap.c | 15 +-
13102 net/irda/irlap_event.c | 2 +-
13103 net/irda/irlmp.c | 21 +-
13104 net/irda/irlmp_event.c | 6 +-
13105 net/irda/irnet/irnet.h | 2 +-
13106 net/irda/irnet/irnet_irda.c | 6 +-
13107 net/irda/irttp.c | 8 +-
13108 net/irda/timer.c | 24 +-
13109 net/iucv/af_iucv.c | 4 +-
13110 net/iucv/iucv.c | 2 +-
13111 net/key/af_key.c | 4 +-
13112 net/l2tp/l2tp_eth.c | 40 +-
13113 net/l2tp/l2tp_ip.c | 2 +-
13114 net/l2tp/l2tp_ip6.c | 2 +-
13115 net/mac80211/cfg.c | 12 +-
13116 net/mac80211/debugfs.c | 2 +-
13117 net/mac80211/debugfs_key.c | 6 +-
13118 net/mac80211/ieee80211_i.h | 3 +-
13119 net/mac80211/iface.c | 20 +-
13120 net/mac80211/main.c | 2 +-
13121 net/mac80211/pm.c | 4 +-
13122 net/mac80211/rate.c | 2 +-
13123 net/mac80211/sta_info.c | 2 +-
13124 net/mac80211/tx.c | 2 +-
13125 net/mac80211/util.c | 8 +-
13126 net/mac80211/wpa.c | 12 +-
13127 net/mac802154/iface.c | 6 +-
13128 net/mpls/af_mpls.c | 10 +-
13129 net/netfilter/ipset/ip_set_core.c | 7 +-
13130 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
13131 net/netfilter/ipvs/ip_vs_core.c | 4 +-
13132 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
13133 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
13134 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
13135 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
13136 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
13137 net/netfilter/nf_conntrack_acct.c | 2 +-
13138 net/netfilter/nf_conntrack_core.c | 6 +-
13139 net/netfilter/nf_conntrack_ecache.c | 2 +-
13140 net/netfilter/nf_conntrack_helper.c | 2 +-
13141 net/netfilter/nf_conntrack_netlink.c | 22 +-
13142 net/netfilter/nf_conntrack_proto.c | 2 +-
13143 net/netfilter/nf_conntrack_standalone.c | 2 +-
13144 net/netfilter/nf_conntrack_timestamp.c | 2 +-
13145 net/netfilter/nf_log.c | 10 +-
13146 net/netfilter/nf_nat_ftp.c | 2 +-
13147 net/netfilter/nf_nat_irc.c | 2 +-
13148 net/netfilter/nf_sockopt.c | 4 +-
13149 net/netfilter/nf_tables_api.c | 13 +-
13150 net/netfilter/nfnetlink_acct.c | 7 +-
13151 net/netfilter/nfnetlink_cthelper.c | 2 +-
13152 net/netfilter/nfnetlink_cttimeout.c | 2 +-
13153 net/netfilter/nfnetlink_log.c | 4 +-
13154 net/netfilter/nft_compat.c | 9 +-
13155 net/netfilter/xt_IDLETIMER.c | 12 +-
13156 net/netfilter/xt_statistic.c | 8 +-
13157 net/netlink/af_netlink.c | 16 +-
13158 net/netlink/diag.c | 2 +-
13159 net/netlink/genetlink.c | 14 +-
13160 net/openvswitch/vport-geneve.c | 7 +-
13161 net/openvswitch/vport-gre.c | 7 +-
13162 net/openvswitch/vport-internal_dev.c | 4 +-
13163 net/openvswitch/vport-netdev.c | 7 +-
13164 net/openvswitch/vport-vxlan.c | 7 +-
13165 net/packet/af_packet.c | 26 +-
13166 net/packet/diag.c | 2 +-
13167 net/packet/internal.h | 6 +-
13168 net/phonet/pep.c | 6 +-
13169 net/phonet/socket.c | 2 +-
13170 net/phonet/sysctl.c | 2 +-
13171 net/rds/cong.c | 6 +-
13172 net/rds/ib.h | 2 +-
13173 net/rds/ib_cm.c | 2 +-
13174 net/rds/ib_recv.c | 4 +-
13175 net/rds/rds.h | 2 +-
13176 net/rds/tcp.c | 6 +-
13177 net/rds/tcp.h | 6 +-
13178 net/rds/tcp_send.c | 2 +-
13179 net/rxrpc/af_rxrpc.c | 2 +-
13180 net/rxrpc/ar-ack.c | 14 +-
13181 net/rxrpc/ar-call.c | 2 +-
13182 net/rxrpc/ar-connection.c | 2 +-
13183 net/rxrpc/ar-connevent.c | 2 +-
13184 net/rxrpc/ar-input.c | 4 +-
13185 net/rxrpc/ar-internal.h | 8 +-
13186 net/rxrpc/ar-local.c | 2 +-
13187 net/rxrpc/ar-output.c | 4 +-
13188 net/rxrpc/ar-peer.c | 2 +-
13189 net/rxrpc/ar-proc.c | 4 +-
13190 net/rxrpc/ar-transport.c | 2 +-
13191 net/rxrpc/rxkad.c | 4 +-
13192 net/sched/sch_generic.c | 4 +-
13193 net/sched/sch_tbf.c | 9 +-
13194 net/sctp/ipv6.c | 4 +-
13195 net/sctp/protocol.c | 8 +-
13196 net/sctp/sm_sideeffect.c | 4 +-
13197 net/sctp/socket.c | 21 +-
13198 net/sctp/sysctl.c | 10 +-
13199 net/socket.c | 18 +-
13200 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
13201 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
13202 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
13203 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
13204 net/sunrpc/clnt.c | 4 +-
13205 net/sunrpc/rpcb_clnt.c | 66 +-
13206 net/sunrpc/sched.c | 4 +-
13207 net/sunrpc/svc.c | 8 +-
13208 net/sunrpc/svcauth_unix.c | 2 +-
13209 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
13210 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
13211 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
13212 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
13213 net/tipc/netlink_compat.c | 12 +-
13214 net/tipc/subscr.c | 2 +-
13215 net/unix/diag.c | 2 +-
13216 net/unix/sysctl_net_unix.c | 2 +-
13217 net/wireless/scan.c | 3 +-
13218 net/wireless/wext-compat.c | 140 +-
13219 net/wireless/wext-compat.h | 8 +-
13220 net/wireless/wext-core.c | 19 +-
13221 net/wireless/wext-sme.c | 5 +-
13222 net/xfrm/xfrm_policy.c | 18 +-
13223 net/xfrm/xfrm_state.c | 37 +-
13224 net/xfrm/xfrm_sysctl.c | 2 +-
13225 net/xfrm/xfrm_user.c | 2 +-
13226 scripts/Kbuild.include | 12 +-
13227 scripts/Makefile | 2 +-
13228 scripts/Makefile.build | 2 +-
13229 scripts/Makefile.clean | 4 +-
13230 scripts/Makefile.extrawarn | 4 +
13231 scripts/Makefile.gcc-plugins | 93 +
13232 scripts/Makefile.host | 73 +-
13233 scripts/basic/fixdep.c | 12 +-
13234 scripts/dtc/checks.c | 14 +-
13235 scripts/dtc/data.c | 6 +-
13236 scripts/dtc/flattree.c | 8 +-
13237 scripts/dtc/livetree.c | 4 +-
13238 scripts/gcc-plugin.sh | 65 +
13239 scripts/gcc-plugins/Makefile | 25 +
13240 scripts/gcc-plugins/checker_plugin.c | 496 +
13241 scripts/gcc-plugins/colorize_plugin.c | 162 +
13242 scripts/gcc-plugins/constify_plugin.c | 583 +
13243 scripts/gcc-plugins/gcc-common.h | 893 +
13244 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 175 +
13245 scripts/gcc-plugins/gcc-generate-ipa-pass.h | 289 +
13246 scripts/gcc-plugins/gcc-generate-rtl-pass.h | 175 +
13247 scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h | 175 +
13248 scripts/gcc-plugins/initify_plugin.c | 536 +
13249 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
13250 scripts/gcc-plugins/kernexec_plugin.c | 407 +
13251 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
13252 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
13253 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
13254 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
13255 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
13256 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 511 +
13257 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
13258 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
13259 scripts/gcc-plugins/size_overflow_plugin/Makefile | 30 +
13260 .../disable_size_overflow_hash.data | 12445 +++++++++++
13261 .../generate_size_overflow_hash.sh | 103 +
13262 .../insert_size_overflow_asm.c | 369 +
13263 .../size_overflow_plugin/intentional_overflow.c | 1166 +
13264 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
13265 .../size_overflow_plugin/size_overflow.h | 331 +
13266 .../size_overflow_plugin/size_overflow_debug.c | 194 +
13267 .../size_overflow_plugin/size_overflow_hash.data | 21503 +++++++++++++++++++
13268 .../size_overflow_hash_aux.data | 97 +
13269 .../size_overflow_plugin/size_overflow_ipa.c | 1163 +
13270 .../size_overflow_plugin/size_overflow_misc.c | 505 +
13271 .../size_overflow_plugin/size_overflow_plugin.c | 290 +
13272 .../size_overflow_plugin_hash.c | 352 +
13273 .../size_overflow_plugin/size_overflow_transform.c | 743 +
13274 .../size_overflow_transform_core.c | 1025 +
13275 scripts/gcc-plugins/stackleak_plugin.c | 350 +
13276 scripts/gcc-plugins/structleak_plugin.c | 239 +
13277 scripts/headers_install.sh | 1 +
13278 scripts/kallsyms.c | 4 +-
13279 scripts/kconfig/lkc.h | 5 +-
13280 scripts/kconfig/menu.c | 2 +-
13281 scripts/kconfig/symbol.c | 6 +-
13282 scripts/link-vmlinux.sh | 2 +-
13283 scripts/mod/file2alias.c | 14 +-
13284 scripts/mod/modpost.c | 40 +-
13285 scripts/mod/modpost.h | 6 +-
13286 scripts/mod/sumversion.c | 2 +-
13287 scripts/module-common.lds | 4 +
13288 scripts/package/builddeb | 1 +
13289 scripts/pnmtologo.c | 6 +-
13290 scripts/sortextable.h | 6 +-
13291 scripts/tags.sh | 2 +-
13292 security/Kconfig | 710 +-
13293 security/apparmor/include/policy.h | 2 +-
13294 security/apparmor/lsm.c | 16 +-
13295 security/apparmor/policy.c | 4 +-
13296 security/integrity/ima/ima.h | 4 +-
13297 security/integrity/ima/ima_api.c | 2 +-
13298 security/integrity/ima/ima_fs.c | 4 +-
13299 security/integrity/ima/ima_queue.c | 2 +-
13300 security/keys/internal.h | 8 +-
13301 security/keys/key.c | 18 +-
13302 security/keys/keyring.c | 4 -
13303 security/selinux/avc.c | 6 +-
13304 security/selinux/include/xfrm.h | 2 +-
13305 security/yama/yama_lsm.c | 2 +-
13306 sound/aoa/codecs/onyx.c | 7 +-
13307 sound/aoa/codecs/onyx.h | 1 +
13308 sound/core/oss/pcm_oss.c | 18 +-
13309 sound/core/pcm_compat.c | 2 +-
13310 sound/core/pcm_lib.c | 3 +-
13311 sound/core/pcm_native.c | 4 +-
13312 sound/core/rawmidi.c | 5 +-
13313 sound/core/seq/oss/seq_oss_synth.c | 4 +-
13314 sound/core/seq/seq_clientmgr.c | 10 +-
13315 sound/core/seq/seq_compat.c | 2 +-
13316 sound/core/seq/seq_fifo.c | 6 +-
13317 sound/core/seq/seq_fifo.h | 2 +-
13318 sound/core/seq/seq_memory.c | 18 +-
13319 sound/core/seq/seq_midi.c | 5 +-
13320 sound/core/seq/seq_virmidi.c | 2 +-
13321 sound/core/sound.c | 2 +-
13322 sound/drivers/mts64.c | 14 +-
13323 sound/drivers/opl4/opl4_lib.c | 2 +-
13324 sound/drivers/portman2x4.c | 3 +-
13325 sound/firewire/amdtp-am824.c | 2 +-
13326 sound/firewire/amdtp-stream.c | 4 +-
13327 sound/firewire/amdtp-stream.h | 2 +-
13328 sound/firewire/digi00x/amdtp-dot.c | 2 +-
13329 sound/firewire/isight.c | 10 +-
13330 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
13331 sound/oss/sb_audio.c | 2 +-
13332 sound/oss/swarm_cs4297a.c | 6 +-
13333 sound/pci/als300.c | 2 +-
13334 sound/pci/aw2/aw2-alsa.c | 2 -
13335 sound/pci/aw2/aw2-saa7146.c | 4 +-
13336 sound/pci/ctxfi/ctamixer.c | 14 +-
13337 sound/pci/ctxfi/ctamixer.h | 8 +-
13338 sound/pci/ctxfi/ctatc.c | 20 +-
13339 sound/pci/ctxfi/ctdaio.c | 6 +-
13340 sound/pci/ctxfi/ctdaio.h | 4 +-
13341 sound/pci/ctxfi/ctsrc.c | 13 +-
13342 sound/pci/ctxfi/ctsrc.h | 8 +-
13343 sound/pci/hda/hda_codec.c | 2 +-
13344 sound/pci/ymfpci/ymfpci.h | 2 +-
13345 sound/pci/ymfpci/ymfpci_main.c | 12 +-
13346 sound/soc/codecs/cx20442.c | 8 +-
13347 sound/soc/codecs/sti-sas.c | 10 +-
13348 sound/soc/codecs/tlv320dac33.c | 7 +-
13349 sound/soc/codecs/uda1380.c | 7 +-
13350 sound/soc/intel/skylake/skl-sst-dsp.h | 4 +-
13351 sound/soc/soc-ac97.c | 6 +-
13352 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
13353 tools/include/linux/compiler.h | 8 +
13354 tools/perf/util/include/asm/alternative-asm.h | 3 +
13355 tools/virtio/linux/uaccess.h | 2 +-
13356 virt/kvm/kvm_main.c | 42 +-
13357 2730 files changed, 77381 insertions(+), 14195 deletions(-)
13358commit 5988c8dba8a5da45e35d71f4a8fec34c267258c5
13359Author: Brad Spengler <spender@grsecurity.net>
13360Date: Mon Apr 25 20:40:53 2016 -0400
13361
13362 Fix DoS in n_tty_receive_buf_common reported by marcan at:
13363 https://forums.grsecurity.net/viewtopic.php?t=4342&p=16222
13364 and via lengthy diatribe on Twitter:
13365 https://twitter.com/marcan42/status/724740708104474626
13366 https://twitter.com/marcan42/status/724740985146609664
13367 https://twitter.com/marcan42/status/724741270325760000
13368 https://twitter.com/marcan42/status/724742465199050752
13369 https://twitter.com/marcan42/status/724745886794833920
13370 https://twitter.com/marcan42/status/724749571495075840
13371 https://twitter.com/marcan42/status/724746427285409796
13372 https://twitter.com/marcan42/status/724743150263095296
13373 https://twitter.com/marcan42/status/724757473433808896
13374
13375 Fix it correctly instead of using the incorrect fix suggested
13376 by marcan (aka "try reading the code next time")
13377 The original code was meant to fix an integer truncation issue
13378 that would also have caused a SIZE_OVERFLOW "DoS".
13379
13380 drivers/tty/n_tty.c | 9 +++++----
13381 1 file changed, 5 insertions(+), 4 deletions(-)
13382
13383commit 5459ff57d8987389fa17d5d6f55b70a789347c2f
13384Author: Brad Spengler <spender@grsecurity.net>
13385Date: Mon Apr 25 19:52:33 2016 -0400
13386
13387 Avoid overflow in environ_read() caught by SIZE_OVERFLOW,
13388 reported by jotik at:
13389 https://forums.grsecurity.net/viewtopic.php?t=4363&p=16217
13390 patch from Mathias Krause
13391
13392 fs/proc/base.c | 2 +-
13393 1 file changed, 1 insertion(+), 1 deletion(-)
13394
13395commit 24a5c92e147af1e739e9eeca020c61ad2674e784
13396Author: Jiri Benc <jbenc@redhat.com>
13397Date: Fri Apr 22 13:09:13 2016 +0200
13398
13399 cxgbi: fix uninitialized flowi6
13400
13401 ip6_route_output looks into different fields in the passed flowi6 structure,
13402 yet cxgbi passes garbage in nearly all those fields. Zero the structure out
13403 first.
13404
13405 Fixes: fc8d0590d9142 ("libcxgbi: Add ipv6 api to driver")
13406 Signed-off-by: Jiri Benc <jbenc@redhat.com>
13407 Signed-off-by: David S. Miller <davem@davemloft.net>
13408
13409 drivers/scsi/cxgbi/libcxgbi.c | 1 +
13410 1 file changed, 1 insertion(+)
13411
13412commit ec65caa32652841a5be21d6e73146921af16d7a8
13413Author: Brad Spengler <spender@grsecurity.net>
13414Date: Wed Apr 20 20:59:43 2016 -0400
13415
13416 Make /proc/sched_debug only readable by root, mentioned in
13417 recent NCC Group paper on Linux containers
13418
13419 kernel/sched/debug.c | 4 ++++
13420 1 file changed, 4 insertions(+)
13421
13422commit 7957d30730bb26a4aef54ab484dc3b4108f1fdb1
13423Merge: 463149f ff26083
13424Author: Brad Spengler <spender@grsecurity.net>
13425Date: Wed Apr 20 17:55:53 2016 -0400
13426
13427 Merge branch 'pax-test' into grsec-test
13428
13429commit ff260839e610d2bc1b0c579edd7deb0028198f01
13430Author: Brad Spengler <spender@grsecurity.net>
13431Date: Wed Apr 20 17:55:24 2016 -0400
13432
13433 Update to pax-linux-4.4.8-test14.patch:
13434 - Emese fixed some CodingStyle issues in the latent entropy plugin
13435 - fixed some build problems on mips, reported by Steve Arnold (https://bugs.gentoo.org/show_bug.cgi?id=578394)
13436
13437 arch/mips/include/asm/cache.h | 3 ++-
13438 arch/mips/lib/ashldi3.c | 21 ++++++++++++++-------
13439 arch/mips/lib/ashrdi3.c | 19 +++++++++++++------
13440 arch/mips/lib/libgcc.h | 12 +++++++++---
13441 drivers/idle/intel_idle.c | 6 ++++--
13442 tools/gcc/latent_entropy_plugin.c | 29 +++++++++++++++--------------
13443 6 files changed, 57 insertions(+), 33 deletions(-)
13444
13445commit 463149f47a64db4b26a13009f83ed73d393a209c
13446Author: Xiaodong Liu <xiaodong.liu@intel.com>
13447Date: Tue Apr 12 09:45:51 2016 +0000
13448
13449 crypto: sha1-mb - use corrcet pointer while completing jobs
13450
13451 In sha_complete_job, incorrect mcryptd_hash_request_ctx pointer is used
13452 when check and complete other jobs. If the memory of first completed req
13453 is freed, while still completing other jobs in the func, kernel will
13454 crash since NULL pointer is assigned to RIP.
13455
13456 Cc: <stable@vger.kernel.org>
13457 Signed-off-by: Xiaodong Liu <xiaodong.liu@intel.com>
13458 Acked-by: Tim Chen <tim.c.chen@linux.intel.com>
13459 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
13460
13461 arch/x86/crypto/sha-mb/sha1_mb.c | 4 ++--
13462 1 file changed, 2 insertions(+), 2 deletions(-)
13463
13464commit b4e6484e67b917afb77478cab1260f41dbbc92fc
13465Author: Tom Lendacky <thomas.lendacky@amd.com>
13466Date: Wed Apr 13 10:52:25 2016 -0500
13467
13468 crypto: ccp - Prevent information leakage on export
13469
13470 Prevent information from leaking to userspace by doing a memset to 0 of
13471 the export state structure before setting the structure values and copying
13472 it. This prevents un-initialized padding areas from being copied into the
13473 export area.
13474
13475 Cc: <stable@vger.kernel.org> # 3.14.x-
13476 Reported-by: Ben Hutchings <ben@decadent.org.uk>
13477 Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
13478 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
13479
13480 drivers/crypto/ccp/ccp-crypto-aes-cmac.c | 3 +++
13481 drivers/crypto/ccp/ccp-crypto-sha.c | 3 +++
13482 2 files changed, 6 insertions(+)
13483
13484commit 7d7e961d3f4e4614b22518d8e410e6cf4108f1b0
13485Author: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
13486Date: Mon Apr 18 14:33:54 2016 +0300
13487
13488 net/mlx4_en: allocate non 0-order pages for RX ring with __GFP_NOMEMALLOC
13489
13490 High order pages are optional here since commit 51151a16a60f ("mlx4: allow
13491 order-0 memory allocations in RX path"), so here is no reason for depleting
13492 reserves. Generic __netdev_alloc_frag() implements the same logic.
13493
13494 Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
13495 Acked-by: Eric Dumazet <edumazet@google.com>
13496 Signed-off-by: David S. Miller <davem@davemloft.net>
13497
13498 drivers/net/ethernet/mellanox/mlx4/en_rx.c | 2 +-
13499 1 file changed, 1 insertion(+), 1 deletion(-)
13500
13501commit 6b80edde2edc7fd055f9be8ec42b88abbe328639
13502Author: Ignat Korchagin <ignat.korchagin@gmail.com>
13503Date: Thu Mar 17 18:00:29 2016 +0000
13504
13505 USB: usbip: fix potential out-of-bounds write
13506
13507 Fix potential out-of-bounds write to urb->transfer_buffer
13508 usbip handles network communication directly in the kernel. When receiving a
13509 packet from its peer, usbip code parses headers according to protocol. As
13510 part of this parsing urb->actual_length is filled. Since the input for
13511 urb->actual_length comes from the network, it should be treated as untrusted.
13512 Any entity controlling the network may put any value in the input and the
13513 preallocated urb->transfer_buffer may not be large enough to hold the data.
13514 Thus, the malicious entity is able to write arbitrary data to kernel memory.
13515
13516 Signed-off-by: Ignat Korchagin <ignat.korchagin@gmail.com>
13517 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13518
13519 drivers/usb/usbip/usbip_common.c | 11 +++++++++++
13520 1 file changed, 11 insertions(+)
13521
13522commit 0ce101ec9e74c2cfcd28cbcd18b0626e3d9a2482
13523Merge: d60a24d f5fe5fd
13524Author: Brad Spengler <spender@grsecurity.net>
13525Date: Wed Apr 20 17:35:58 2016 -0400
13526
13527 Merge branch 'pax-test' into grsec-test
13528
13529commit f5fe5fddf49f1b81a2a3bb43b1e0a8c087aba438
13530Merge: a107ba2 8c9aef0
13531Author: Brad Spengler <spender@grsecurity.net>
13532Date: Wed Apr 20 17:35:29 2016 -0400
13533
13534 Merge branch 'linux-4.4.y' into pax-test
13535
13536commit d60a24d6e4f61072d0bd1dc12be1177181fa8c2b
13537Author: Brad Spengler <spender@grsecurity.net>
13538Date: Mon Apr 18 17:48:10 2016 -0400
13539
13540 fix cast for constify change, reported by pipacs
13541
13542 drivers/idle/intel_idle.c | 4 ++--
13543 1 file changed, 2 insertions(+), 2 deletions(-)
13544
13545commit 1d376287aeba7a53c91d5ee49ef0a11d02193964
13546Author: Brad Spengler <spender@grsecurity.net>
13547Date: Fri Apr 15 21:31:07 2016 -0400
13548
13549 Use proper type for function pointer
13550
13551 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 6 +++---
13552 1 file changed, 3 insertions(+), 3 deletions(-)
13553
13554commit 0a4104a2fa32904102fac07245426d78a1e9dfab
13555Author: Brad Spengler <spender@grsecurity.net>
13556Date: Fri Apr 15 21:24:04 2016 -0400
13557
13558 Fix skylake cstates compat with constify
13559
13560 drivers/idle/intel_idle.c | 6 ++++--
13561 1 file changed, 4 insertions(+), 2 deletions(-)
13562
13563commit f433f8fd372253c9e78e307afe5b800c5ab0ea61
13564Author: Brad Spengler <spender@grsecurity.net>
13565Date: Fri Apr 15 21:10:44 2016 -0400
13566
13567 Update size_overflow hash table
13568
13569 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 3 ++-
13570 1 file changed, 2 insertions(+), 1 deletion(-)
13571
13572commit ef7804da81cb3c6b6a4c985a3c14ee230a03f26a
13573Author: Brad Spengler <spender@grsecurity.net>
13574Date: Fri Apr 15 20:52:37 2016 -0400
13575
13576 compile fix
13577
13578 fs/coredump.c | 3 ---
13579 1 file changed, 3 deletions(-)
13580
13581commit 967224da52bd98d078b1237aea5ec9e622238fba
13582Merge: 92771d6 a107ba2
13583Author: Brad Spengler <spender@grsecurity.net>
13584Date: Fri Apr 15 20:30:23 2016 -0400
13585
13586 Merge branch 'pax-test' into grsec-test
13587
13588commit a107ba25214d9694eb836fb04c782ad694977b91
13589Merge: 4d8fc00 b40108b
13590Author: Brad Spengler <spender@grsecurity.net>
13591Date: Fri Apr 15 20:18:26 2016 -0400
13592
13593 Merge branch 'linux-4.4.y' into pax-test
13594
13595commit 92771d60677d68e8f6ea7a91ff34dd6e24b6d4cf
13596Author: Brad Spengler <spender@grsecurity.net>
13597Date: Sun Apr 10 07:18:03 2016 -0400
13598
13599 From: Mathias Krause <minipli@googlemail.com>
13600 To: "David S. Miller" <davem@davemloft.net>
13601 Cc: netdev@vger.kernel.org, "Eric W. Biederman" <ebiederm@xmission.com>, Pavel
13602 Emelyanov <xemul@parallels.com>
13603 Subject: [PATCH net] packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag
13604 interface
13605
13606 Because we miss to wipe the remainder of i->addr[] in packet_mc_add(),
13607 pdiag_put_mclist() leaks uninitialized heap bytes via the
13608 PACKET_DIAG_MCLIST netlink attribute.
13609
13610 Fix this by explicitly memset(0)ing the remaining bytes in i->addr[].
13611
13612 Fixes: eea68e2f1a00 ("packet: Report socket mclist info via diag module")
13613 Signed-off-by: Mathias Krause <minipli@googlemail.com>
13614 Cc: Eric W. Biederman <ebiederm@xmission.com>
13615 Cc: Pavel Emelyanov <xemul@parallels.com>
13616 ---
13617 The bug itself precedes commit eea68e2f1a00 but the list wasn't exposed
13618 to userland before the introduction of the packet_diag interface.
13619 Therefore the "Fixes:" line on that commit.
13620
13621 net/packet/af_packet.c | 1 +
13622 1 file changed, 1 insertion(+)
13623
13624commit 4286ce3f9e9db4d68870af46ae1d5f9b90b920dd
13625Author: Jakub Sitnicki <jkbs@redhat.com>
13626Date: Tue Apr 5 18:41:08 2016 +0200
13627
13628 ipv6: Count in extension headers in skb->network_header
13629
13630 When sending a UDPv6 message longer than MTU, account for the length
13631 of fragmentable IPv6 extension headers in skb->network_header offset.
13632 Same as we do in alloc_new_skb path in __ip6_append_data().
13633
13634 This ensures that later on __ip6_make_skb() will make space in
13635 headroom for fragmentable extension headers:
13636
13637 /* move skb->data to ip header from ext header */
13638 if (skb->data < skb_network_header(skb))
13639 __skb_pull(skb, skb_network_offset(skb));
13640
13641 Prevents a splat due to skb_under_panic:
13642
13643 skbuff: skb_under_panic: text:ffffffff8143397b len:2126 put:14 \
13644 head:ffff880005bacf50 data:ffff880005bacf4a tail:0x48 end:0xc0 dev:lo
13645 ------------[ cut here ]------------
13646 kernel BUG at net/core/skbuff.c:104!
13647 invalid opcode: 0000 [#1] KASAN
13648 CPU: 0 PID: 160 Comm: reproducer Not tainted 4.6.0-rc2 #65
13649 [...]
13650 Call Trace:
13651 [<ffffffff813eb7b9>] skb_push+0x79/0x80
13652 [<ffffffff8143397b>] eth_header+0x2b/0x100
13653 [<ffffffff8141e0d0>] neigh_resolve_output+0x210/0x310
13654 [<ffffffff814eab77>] ip6_finish_output2+0x4a7/0x7c0
13655 [<ffffffff814efe3a>] ip6_output+0x16a/0x280
13656 [<ffffffff815440c1>] ip6_local_out+0xb1/0xf0
13657 [<ffffffff814f1115>] ip6_send_skb+0x45/0xd0
13658 [<ffffffff81518836>] udp_v6_send_skb+0x246/0x5d0
13659 [<ffffffff8151985e>] udpv6_sendmsg+0xa6e/0x1090
13660 [...]
13661
13662 Reported-by: Ji Jianwen <jiji@redhat.com>
13663 Signed-off-by: Jakub Sitnicki <jkbs@redhat.com>
13664 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
13665 Signed-off-by: David S. Miller <davem@davemloft.net>
13666
13667 net/ipv6/ip6_output.c | 8 ++++----
13668 1 file changed, 4 insertions(+), 4 deletions(-)
13669
13670commit 638dad49a9ba3d86f627adb58b2f4636ed253685
13671Author: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
13672Date: Fri Apr 1 17:17:50 2016 -0300
13673
13674 ip6_tunnel: set rtnl_link_ops before calling register_netdevice
13675
13676 When creating an ip6tnl tunnel with ip tunnel, rtnl_link_ops is not set
13677 before ip6_tnl_create2 is called. When register_netdevice is called, there
13678 is no linkinfo attribute in the NEWLINK message because of that.
13679
13680 Setting rtnl_link_ops before calling register_netdevice fixes that.
13681
13682 Fixes: 0b112457229d ("ip6tnl: add support of link creation via rtnl")
13683 Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
13684 Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
13685 Signed-off-by: David S. Miller <davem@davemloft.net>
13686
13687 net/ipv6/ip6_tunnel.c | 2 +-
13688 1 file changed, 1 insertion(+), 1 deletion(-)
13689
13690commit 14146a0bfaf2ced0055fe549c8fa0941c61e2457
13691Author: Brad Spengler <spender@grsecurity.net>
13692Date: Tue Apr 5 21:12:44 2016 -0400
13693
13694 Code cleanups to RANDSTRUCT based on feedback from the PaX Team
13695
13696 tools/gcc/randomize_layout_plugin.c | 18 ++++++++++++------
13697 1 file changed, 12 insertions(+), 6 deletions(-)
13698
13699commit 3f7dea5e59b0bb34f6bdb628c87251f0105b3d57
13700Author: Brad Spengler <spender@grsecurity.net>
13701Date: Sun Apr 3 20:10:10 2016 -0400
13702
13703 Fix RANDSTRUCT support on ARM
13704
13705 tools/gcc/randomize_layout_plugin.c | 54 +++++++++++++++++++++++++++++++++++--
13706 1 file changed, 52 insertions(+), 2 deletions(-)
13707
13708commit bd893a75ab49f6ea5a216eb334471507337118ba
13709Merge: 87b7f1d 4d8fc00
13710Author: Brad Spengler <spender@grsecurity.net>
13711Date: Sat Apr 2 11:54:20 2016 -0400
13712
13713 Merge branch 'pax-test' into grsec-test
13714
13715commit 4d8fc00c0066b1921e233123b346efe6ffb27691
13716Author: Brad Spengler <spender@grsecurity.net>
13717Date: Sat Apr 2 11:53:53 2016 -0400
13718
13719 Update to pax-linux-4.4.6-test13.patch:
13720 - fixed a REFCOUNT related compile regression on mips, reported by Steve Arnold (https://bugs.gentoo.org/show_bug.cgi?id=578394)
13721 - 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)
13722
13723 arch/mips/include/asm/atomic.h | 4 ----
13724 tools/gcc/size_overflow_plugin/disable_size_overflow_hash.data | 1 +
13725 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 -
13726 3 files changed, 1 insertion(+), 5 deletions(-)
13727
13728commit 87b7f1d200023ba826b9d552834a2ee85e67526c
13729Merge: 3335266 3abdad0
13730Author: Brad Spengler <spender@grsecurity.net>
13731Date: Sat Apr 2 11:19:17 2016 -0400
13732
13733 Merge branch 'pax-test' into grsec-test
13734
13735commit 3abdad0c3b436c076c88289f07a250b811d6f79d
13736Author: Brad Spengler <spender@grsecurity.net>
13737Date: Sat Apr 2 11:12:56 2016 -0400
13738
13739 Update to pax-linux-4.4.6-test12.patch:
13740 - fixed vmalloc_fault on i386/PAE to use the correct percpu userland pgd table/entry
13741 - fixed a size overflow false positive report in pptp, reported by Pinkbyte (https://forums.grsecurity.net/viewtopic.php?f=3&t=4437)
13742 - fixed a size overflow false positive report in tbf_segment, reported by audiocricket (https://forums.grsecurity.net/viewtopic.php?f=3&t=4438)
13743 - Emese fixed the x86 vdso32 CFLAGS to omit the gcc plugins
13744 - Emese simplified the gcc plugin related make rules, suggested by Masahiro Yamada
13745 - André Fabian Silva Delgado fixed a compile regression on arm, reported by coadde (https://forums.grsecurity.net/viewtopic.php?f=3&t=4435)
13746 - fixed an integer sign conversion error in nfs_super_set_maxbytes caught by the size overflow plugin, reported by Alexey Dvoichenkov <xale@hyperplane.net>
13747 - fixed a size overflow false positive in squashfs, reported by Mathias Krause <minipli@ld-linux.so>
13748 - fixed a size overflow false positive in xfrm6_transport_output, reported by marcan (https://forums.grsecurity.net/viewtopic.php?f=3&t=4426)
13749 - fixed an integer truncation bug in elf_kcore_store_hdr caught by the size overflow plugin
13750 - fixed a gratuitous userland dereference in the amd64 stack walker
13751 - added latent entropy gathering to a few more functions
13752 - constified a few smp_hotplug_thread instances
13753
13754 arch/x86/entry/vdso/Makefile | 1 +
13755 arch/x86/include/asm/cpufeature.h | 1 -
13756 arch/x86/kernel/dumpstack_64.c | 17 ++++++-----------
13757 arch/x86/kernel/head_32.S | 6 +++---
13758 arch/x86/mm/fault.c | 2 +-
13759 drivers/iommu/arm-smmu.c | 2 +-
13760 drivers/net/ppp/pptp.c | 1 +
13761 drivers/staging/rdma/ehca/ehca_irq.c | 2 +-
13762 fs/nfs/internal.h | 5 +++--
13763 fs/proc/kcore.c | 2 +-
13764 kernel/module.c | 6 +++---
13765 kernel/rcu/tree.c | 2 +-
13766 kernel/softirq.c | 2 +-
13767 kernel/stop_machine.c | 2 +-
13768 net/ipv6/xfrm6_mode_transport.c | 2 +-
13769 net/sched/sch_tbf.c | 9 ++++++---
13770 scripts/Makefile.gcc-plugins | 13 +++----------
13771 scripts/Makefile.host | 3 +--
13772 .../disable_size_overflow_hash.data | 4 +++-
13773 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 6 ++----
13774 20 files changed, 40 insertions(+), 48 deletions(-)
13775
13776commit 3335266d5bec9bc01580736c0a7026ed96cf25e5
13777Author: Mika Penttilä <mika.penttila@nextfour.com>
13778Date: Mon Feb 22 17:56:52 2016 +0100
13779
13780 ARM: 8544/1: set_memory_xx fixes
13781
13782 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.
13783
13784 Signed-off-by: Mika Penttilä mika.penttila@nextfour.com
13785 Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
13786
13787 arch/arm/mm/pageattr.c | 3 +++
13788 1 file changed, 3 insertions(+)
13789
13790commit d6d6499b22c0e5593a16f41c516041b23fbf9eeb
13791Author: Josh Boyer <jwboyer@fedoraproject.org>
13792Date: Mon Mar 14 10:42:38 2016 -0400
13793
13794 USB: iowarrior: fix oops with malicious USB descriptors
13795
13796 The iowarrior driver expects at least one valid endpoint. If given
13797 malicious descriptors that specify 0 for the number of endpoints,
13798 it will crash in the probe function. Ensure there is at least
13799 one endpoint on the interface before using it.
13800
13801 The full report of this issue can be found here:
13802 http://seclists.org/bugtraq/2016/Mar/87
13803
13804 Reported-by: Ralf Spenneberg <ralf@spenneberg.net>
13805 Cc: stable <stable@vger.kernel.org>
13806 Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
13807 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13808
13809 drivers/usb/misc/iowarrior.c | 6 ++++++
13810 1 file changed, 6 insertions(+)
13811
13812commit 79a1fb47ab1245e81040bcd45b3e44e65d282684
13813Author: Oliver Neukum <oneukum@suse.com>
13814Date: Tue Mar 15 10:14:04 2016 +0100
13815
13816 USB: cdc-acm: more sanity checking
13817
13818 An attack has become available which pretends to be a quirky
13819 device circumventing normal sanity checks and crashes the kernel
13820 by an insufficient number of interfaces. This patch adds a check
13821 to the code path for quirky devices.
13822
13823 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
13824 CC: stable@vger.kernel.org
13825 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13826
13827 drivers/usb/class/cdc-acm.c | 3 +++
13828 1 file changed, 3 insertions(+)
13829
13830commit 6ee21acdf0da6602671cb50edeca0abfba3955f7
13831Author: Oliver Neukum <oneukum@suse.com>
13832Date: Wed Mar 16 13:26:17 2016 +0100
13833
13834 USB: usb_driver_claim_interface: add sanity checking
13835
13836 Attacks that trick drivers into passing a NULL pointer
13837 to usb_driver_claim_interface() using forged descriptors are
13838 known. This thwarts them by sanity checking.
13839
13840 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
13841 CC: stable@vger.kernel.org
13842 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13843
13844 drivers/usb/core/driver.c | 6 +++++-
13845 1 file changed, 5 insertions(+), 1 deletion(-)
13846
13847commit 44247834ddab762509eaaf5c742e15bfadcd9d94
13848Author: Paolo Bonzini <pbonzini@redhat.com>
13849Date: Mon Mar 21 10:15:25 2016 +0100
13850
13851 KVM: fix spin_lock_init order on x86
13852
13853 Moving the initialization earlier is needed in 4.6 because
13854 kvm_arch_init_vm is now using mmu_lock, causing lockdep to
13855 complain:
13856
13857 [ 284.440294] INFO: trying to register non-static key.
13858 [ 284.445259] the code is fine but needs lockdep annotation.
13859 [ 284.450736] turning off the locking correctness validator.
13860 ...
13861 [ 284.528318] [<ffffffff810aecc3>] lock_acquire+0xd3/0x240
13862 [ 284.533733] [<ffffffffa0305aa0>] ? kvm_page_track_register_notifier+0x20/0x60 [kvm]
13863 [ 284.541467] [<ffffffff81715581>] _raw_spin_lock+0x41/0x80
13864 [ 284.546960] [<ffffffffa0305aa0>] ? kvm_page_track_register_notifier+0x20/0x60 [kvm]
13865 [ 284.554707] [<ffffffffa0305aa0>] kvm_page_track_register_notifier+0x20/0x60 [kvm]
13866 [ 284.562281] [<ffffffffa02ece70>] kvm_mmu_init_vm+0x20/0x30 [kvm]
13867 [ 284.568381] [<ffffffffa02dbf7a>] kvm_arch_init_vm+0x1ea/0x200 [kvm]
13868 [ 284.574740] [<ffffffffa02bff3f>] kvm_dev_ioctl+0xbf/0x4d0 [kvm]
13869
13870 However, it also helps fixing a preexisting problem, which is why this
13871 patch is also good for stable kernels: kvm_create_vm was incrementing
13872 current->mm->mm_count but not decrementing it at the out_err label (in
13873 case kvm_init_mmu_notifier failed). The new initialization order makes
13874 it possible to add the required mmdrop without adding a new error label.
13875
13876 Cc: stable@vger.kernel.org
13877 Reported-by: Borislav Petkov <bp@alien8.de>
13878 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13879
13880 virt/kvm/kvm_main.c | 21 +++++++++++----------
13881 1 file changed, 11 insertions(+), 10 deletions(-)
13882
13883commit 9d0cf281d74a9fe490f3ba5ca3d0e57eac066e1c
13884Author: Paolo Bonzini <pbonzini@redhat.com>
13885Date: Fri Mar 18 16:53:42 2016 +0100
13886
13887 KVM: VMX: avoid guest hang on invalid invvpid instruction
13888
13889 A guest executing an invalid invvpid instruction would hang
13890 because the instruction pointer was not updated.
13891
13892 Reported-by: jmontleo@redhat.com
13893 Tested-by: jmontleo@redhat.com
13894 Cc: stable@vger.kernel.org
13895 Fixes: 99b83ac893b84ed1a62ad6d1f2b6cc32026b9e85
13896 Reviewed-by: David Matlack <dmatlack@google.com>
13897 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13898
13899 arch/x86/kvm/vmx.c | 1 +
13900 1 file changed, 1 insertion(+)
13901
13902commit 602caaece277e5e21ae43771398bbf7778061beb
13903Author: Paolo Bonzini <pbonzini@redhat.com>
13904Date: Fri Mar 18 16:53:29 2016 +0100
13905
13906 KVM: VMX: avoid guest hang on invalid invept instruction
13907
13908 A guest executing an invalid invept instruction would hang
13909 because the instruction pointer was not updated.
13910
13911 Cc: stable@vger.kernel.org
13912 Fixes: bfd0a56b90005f8c8a004baf407ad90045c2b11e
13913 Reviewed-by: David Matlack <dmatlack@google.com>
13914 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13915
13916 arch/x86/kvm/vmx.c | 1 +
13917 1 file changed, 1 insertion(+)
13918
13919commit 3309ac82d6596de8abc6ea51dd0a942416da1cc1
13920Author: Jann Horn <jann@thejh.net>
13921Date: Tue Mar 22 14:25:36 2016 -0700
13922
13923 fs/coredump: prevent fsuid=0 dumps into user-controlled directories
13924
13925 This commit fixes the following security hole affecting systems where
13926 all of the following conditions are fulfilled:
13927
13928 - The fs.suid_dumpable sysctl is set to 2.
13929 - The kernel.core_pattern sysctl's value starts with "/". (Systems
13930 where kernel.core_pattern starts with "|/" are not affected.)
13931 - Unprivileged user namespace creation is permitted. (This is
13932 true on Linux >=3.8, but some distributions disallow it by
13933 default using a distro patch.)
13934
13935 Under these conditions, if a program executes under secure exec rules,
13936 causing it to run with the SUID_DUMP_ROOT flag, then unshares its user
13937 namespace, changes its root directory and crashes, the coredump will be
13938 written using fsuid=0 and a path derived from kernel.core_pattern - but
13939 this path is interpreted relative to the root directory of the process,
13940 allowing the attacker to control where a coredump will be written with
13941 root privileges.
13942
13943 To fix the security issue, always interpret core_pattern for dumps that
13944 are written under SUID_DUMP_ROOT relative to the root directory of init.
13945
13946 Signed-off-by: Jann Horn <jann@thejh.net>
13947 Acked-by: Kees Cook <keescook@chromium.org>
13948 Cc: Al Viro <viro@zeniv.linux.org.uk>
13949 Cc: "Eric W. Biederman" <ebiederm@xmission.com>
13950 Cc: Andy Lutomirski <luto@kernel.org>
13951 Cc: Oleg Nesterov <oleg@redhat.com>
13952 Cc: <stable@vger.kernel.org>
13953 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
13954 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13955
13956 arch/um/drivers/mconsole_kern.c | 2 +-
13957 fs/coredump.c | 31 +++++++++++++++++++++++++++----
13958 fs/fhandle.c | 2 +-
13959 fs/open.c | 6 ++----
13960 include/linux/fs.h | 2 +-
13961 kernel/sysctl_binary.c | 2 +-
13962 6 files changed, 33 insertions(+), 12 deletions(-)
13963
13964commit a7c8d3c91a3e50d0873942f09afbb5071382d5e7
13965Author: Takashi Iwai <tiwai@suse.de>
13966Date: Fri Apr 1 12:28:16 2016 +0200
13967
13968 ALSA: timer: Use mod_timer() for rearming the system timer
13969
13970 ALSA system timer backend stops the timer via del_timer() without sync
13971 and leaves del_timer_sync() at the close instead. This is because of
13972 the restriction by the design of ALSA timer: namely, the stop callback
13973 may be called from the timer handler, and calling the sync shall lead
13974 to a hangup. However, this also triggers a kernel BUG() when the
13975 timer is rearmed immediately after stopping without sync:
13976 kernel BUG at kernel/time/timer.c:966!
13977 Call Trace:
13978 <IRQ>
13979 [<ffffffff8239c94e>] snd_timer_s_start+0x13e/0x1a0
13980 [<ffffffff8239e1f4>] snd_timer_interrupt+0x504/0xec0
13981 [<ffffffff8122fca0>] ? debug_check_no_locks_freed+0x290/0x290
13982 [<ffffffff8239ec64>] snd_timer_s_function+0xb4/0x120
13983 [<ffffffff81296b72>] call_timer_fn+0x162/0x520
13984 [<ffffffff81296add>] ? call_timer_fn+0xcd/0x520
13985 [<ffffffff8239ebb0>] ? snd_timer_interrupt+0xec0/0xec0
13986 ....
13987
13988 It's the place where add_timer() checks the pending timer. It's clear
13989 that this may happen after the immediate restart without sync in our
13990 cases.
13991
13992 So, the workaround here is just to use mod_timer() instead of
13993 add_timer(). This looks like a band-aid fix, but it's a right move,
13994 as snd_timer_interrupt() takes care of the continuous rearm of timer.
13995
13996 Reported-by: Jiri Slaby <jslaby@suse.cz>
13997 Cc: <stable@vger.kernel.org>
13998 Signed-off-by: Takashi Iwai <tiwai@suse.de>
13999
14000 sound/core/timer.c | 4 ++--
14001 1 file changed, 2 insertions(+), 2 deletions(-)
14002
14003commit 2de05c5fc90b461d78a54a7240b664a068844c8c
14004Author: Daniel Vetter <daniel.vetter@ffwll.ch>
14005Date: Wed Mar 30 11:40:43 2016 +0200
14006
14007 drm/udl: Use unlocked gem unreferencing
14008
14009 For drm_gem_object_unreference callers are required to hold
14010 dev->struct_mutex, which these paths don't. Enforcing this requirement
14011 has become a bit more strict with
14012
14013 commit ef4c6270bf2867e2f8032e9614d1a8cfc6c71663
14014 Author: Daniel Vetter <daniel.vetter@ffwll.ch>
14015 Date: Thu Oct 15 09:36:25 2015 +0200
14016
14017 drm/gem: Check locking in drm_gem_object_unreference
14018
14019 Cc: stable@vger.kernel.org
14020 Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
14021 Signed-off-by: Dave Airlie <airlied@redhat.com>
14022
14023 drivers/gpu/drm/udl/udl_fb.c | 2 +-
14024 drivers/gpu/drm/udl/udl_gem.c | 2 +-
14025 2 files changed, 2 insertions(+), 2 deletions(-)
14026
14027commit c8153b6b1731b8fee33966dd8d148643240f1dc0
14028Author: Jan Kara <jack@suse.com>
14029Date: Mon Dec 7 14:34:49 2015 -0500
14030
14031 ext4: fix races of writeback with punch hole and zero range
14032
14033 When doing delayed allocation, update of on-disk inode size is postponed
14034 until IO submission time. However hole punch or zero range fallocate
14035 calls can end up discarding the tail page cache page and thus on-disk
14036 inode size would never be properly updated.
14037
14038 Make sure the on-disk inode size is updated before truncating page
14039 cache.
14040
14041 Signed-off-by: Jan Kara <jack@suse.com>
14042 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
14043
14044 fs/ext4/ext4.h | 3 +++
14045 fs/ext4/extents.c | 5 +++++
14046 fs/ext4/inode.c | 35 ++++++++++++++++++++++++++++++++++-
14047 3 files changed, 42 insertions(+), 1 deletion(-)
14048
14049commit d64beb441579f2667e99eb9d4d6e83deb88bf59b
14050Author: Jan Kara <jack@suse.com>
14051Date: Mon Dec 7 14:31:11 2015 -0500
14052
14053 ext4: fix races between buffered IO and collapse / insert range
14054
14055 Current code implementing FALLOC_FL_COLLAPSE_RANGE and
14056 FALLOC_FL_INSERT_RANGE is prone to races with buffered writes and page
14057 faults. If buffered write or write via mmap manages to squeeze between
14058 filemap_write_and_wait_range() and truncate_pagecache() in the fallocate
14059 implementations, the written data is simply discarded by
14060 truncate_pagecache() although it should have been shifted.
14061
14062 Fix the problem by moving filemap_write_and_wait_range() call inside
14063 i_mutex and i_mmap_sem. That way we are protected against races with
14064 both buffered writes and page faults.
14065
14066 Signed-off-by: Jan Kara <jack@suse.com>
14067 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
14068
14069 fs/ext4/extents.c | 59 +++++++++++++++++++++++++++++--------------------------
14070 1 file changed, 31 insertions(+), 28 deletions(-)
14071
14072commit b1ae49aa4dad39233b16456e0765a23ba4e0546c
14073Author: Jan Kara <jack@suse.com>
14074Date: Mon Dec 7 14:29:17 2015 -0500
14075
14076 ext4: move unlocked dio protection from ext4_alloc_file_blocks()
14077
14078 Currently ext4_alloc_file_blocks() was handling protection against
14079 unlocked DIO. However we now need to sometimes call it under i_mmap_sem
14080 and sometimes not and DIO protection ranks above it (although strictly
14081 speaking this cannot currently create any deadlocks). Also
14082 ext4_zero_range() was actually getting & releasing unlocked DIO
14083 protection twice in some cases. Luckily it didn't introduce any real bug
14084 but it was a land mine waiting to be stepped on. So move DIO protection
14085 out from ext4_alloc_file_blocks() into the two callsites.
14086
14087 Signed-off-by: Jan Kara <jack@suse.com>
14088 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
14089
14090 fs/ext4/extents.c | 21 ++++++++++-----------
14091 1 file changed, 10 insertions(+), 11 deletions(-)
14092
14093commit f9329a4ec30a26f0fababf809c5f1a3ef851b625
14094Author: Jan Kara <jack@suse.com>
14095Date: Mon Dec 7 14:28:03 2015 -0500
14096
14097 ext4: fix races between page faults and hole punching
14098
14099 Currently, page faults and hole punching are completely unsynchronized.
14100 This can result in page fault faulting in a page into a range that we
14101 are punching after truncate_pagecache_range() has been called and thus
14102 we can end up with a page mapped to disk blocks that will be shortly
14103 freed. Filesystem corruption will shortly follow. Note that the same
14104 race is avoided for truncate by checking page fault offset against
14105 i_size but there isn't similar mechanism available for punching holes.
14106
14107 Fix the problem by creating new rw semaphore i_mmap_sem in inode and
14108 grab it for writing over truncate, hole punching, and other functions
14109 removing blocks from extent tree and for read over page faults. We
14110 cannot easily use i_data_sem for this since that ranks below transaction
14111 start and we need something ranking above it so that it can be held over
14112 the whole truncate / hole punching operation. Also remove various
14113 workarounds we had in the code to reduce race window when page fault
14114 could have created pages with stale mapping information.
14115
14116 Signed-off-by: Jan Kara <jack@suse.com>
14117 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
14118
14119 fs/ext4/ext4.h | 10 +++++++++
14120 fs/ext4/extents.c | 54 ++++++++++++++++++++++++--------------------
14121 fs/ext4/file.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++--------
14122 fs/ext4/inode.c | 36 +++++++++++++++++++++--------
14123 fs/ext4/super.c | 1 +
14124 fs/ext4/truncate.h | 2 ++
14125 6 files changed, 127 insertions(+), 42 deletions(-)
14126
14127commit 572a615b85c1d5c8aeea4ffd24ab428775a1cca9
14128Author: Guenter Roeck <linux@roeck-us.net>
14129Date: Sat Mar 26 12:28:05 2016 -0700
14130
14131 hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiated
14132
14133 arm:pxa_defconfig can result in the following crash if the max1111 driver
14134 is not instantiated.
14135
14136 Unhandled fault: page domain fault (0x01b) at 0x00000000
14137 pgd = c0004000
14138 [00000000] *pgd=00000000
14139 Internal error: : 1b [#1] PREEMPT ARM
14140 Modules linked in:
14141 CPU: 0 PID: 300 Comm: kworker/0:1 Not tainted 4.5.0-01301-g1701f680407c #10
14142 Hardware name: SHARP Akita
14143 Workqueue: events sharpsl_charge_toggle
14144 task: c390a000 ti: c391e000 task.ti: c391e000
14145 PC is at max1111_read_channel+0x20/0x30
14146 LR is at sharpsl_pm_pxa_read_max1111+0x2c/0x3c
14147 pc : [<c03aaab0>] lr : [<c0024b50>] psr: 20000013
14148 ...
14149 [<c03aaab0>] (max1111_read_channel) from [<c0024b50>]
14150 (sharpsl_pm_pxa_read_max1111+0x2c/0x3c)
14151 [<c0024b50>] (sharpsl_pm_pxa_read_max1111) from [<c00262e0>]
14152 (spitzpm_read_devdata+0x5c/0xc4)
14153 [<c00262e0>] (spitzpm_read_devdata) from [<c0024094>]
14154 (sharpsl_check_battery_temp+0x78/0x110)
14155 [<c0024094>] (sharpsl_check_battery_temp) from [<c0024f9c>]
14156 (sharpsl_charge_toggle+0x48/0x110)
14157 [<c0024f9c>] (sharpsl_charge_toggle) from [<c004429c>]
14158 (process_one_work+0x14c/0x48c)
14159 [<c004429c>] (process_one_work) from [<c0044618>] (worker_thread+0x3c/0x5d4)
14160 [<c0044618>] (worker_thread) from [<c004a238>] (kthread+0xd0/0xec)
14161 [<c004a238>] (kthread) from [<c000a670>] (ret_from_fork+0x14/0x24)
14162
14163 This can occur because the SPI controller driver (SPI_PXA2XX) is built as
14164 module and thus not necessarily loaded. While building SPI_PXA2XX into the
14165 kernel would make the problem disappear, it appears prudent to ensure that
14166 the driver is instantiated before accessing its data structures.
14167
14168 Cc: Arnd Bergmann <arnd@arndb.de>
14169 Cc: stable@vger.kernel.org
14170 Signed-off-by: Guenter Roeck <linux@roeck-us.net>
14171
14172 drivers/hwmon/max1111.c | 6 ++++++
14173 1 file changed, 6 insertions(+)
14174
14175commit f75f1af7a0b4be055855ca5120ee78174f3370f2
14176Author: Nicolai Stange <nicstange@gmail.com>
14177Date: Sun Mar 20 23:23:46 2016 +0100
14178
14179 PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
14180
14181 Despite what the DocBook comment to pkcs7_validate_trust() says, the
14182 *_trusted argument is never set to false.
14183
14184 pkcs7_validate_trust() only positively sets *_trusted upon encountering
14185 a trusted PKCS#7 SignedInfo block.
14186
14187 This is quite unfortunate since its callers, system_verify_data() for
14188 example, depend on pkcs7_validate_trust() clearing *_trusted on non-trust.
14189
14190 Indeed, UBSAN splats when attempting to load the uninitialized local
14191 variable 'trusted' from system_verify_data() in pkcs7_validate_trust():
14192
14193 UBSAN: Undefined behaviour in crypto/asymmetric_keys/pkcs7_trust.c:194:14
14194 load of value 82 is not a valid value for type '_Bool'
14195 [...]
14196 Call Trace:
14197 [<ffffffff818c4d35>] dump_stack+0xbc/0x117
14198 [<ffffffff818c4c79>] ? _atomic_dec_and_lock+0x169/0x169
14199 [<ffffffff8194113b>] ubsan_epilogue+0xd/0x4e
14200 [<ffffffff819419fa>] __ubsan_handle_load_invalid_value+0x111/0x158
14201 [<ffffffff819418e9>] ? val_to_string.constprop.12+0xcf/0xcf
14202 [<ffffffff818334a4>] ? x509_request_asymmetric_key+0x114/0x370
14203 [<ffffffff814b83f0>] ? kfree+0x220/0x370
14204 [<ffffffff818312c2>] ? public_key_verify_signature_2+0x32/0x50
14205 [<ffffffff81835e04>] pkcs7_validate_trust+0x524/0x5f0
14206 [<ffffffff813c391a>] system_verify_data+0xca/0x170
14207 [<ffffffff813c3850>] ? top_trace_array+0x9b/0x9b
14208 [<ffffffff81510b29>] ? __vfs_read+0x279/0x3d0
14209 [<ffffffff8129372f>] mod_verify_sig+0x1ff/0x290
14210 [...]
14211
14212 The implication is that pkcs7_validate_trust() effectively grants trust
14213 when it really shouldn't have.
14214
14215 Fix this by explicitly setting *_trusted to false at the very beginning
14216 of pkcs7_validate_trust().
14217
14218 Cc: <stable@vger.kernel.org>
14219 Signed-off-by: Nicolai Stange <nicstange@gmail.com>
14220 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14221
14222 crypto/asymmetric_keys/pkcs7_trust.c | 2 ++
14223 1 file changed, 2 insertions(+)
14224
14225commit 1052826f7352ccc98167129b0b83222f45d50046
14226Author: Florian Westphal <fw@strlen.de>
14227Date: Tue Mar 22 18:02:49 2016 +0100
14228
14229 netfilter: x_tables: validate e->target_offset early
14230
14231 We should check that e->target_offset is sane before
14232 mark_source_chains gets called since it will fetch the target entry
14233 for loop detection.
14234
14235 Signed-off-by: Florian Westphal <fw@strlen.de>
14236 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
14237
14238 net/ipv4/netfilter/arp_tables.c | 17 ++++++++---------
14239 net/ipv4/netfilter/ip_tables.c | 17 ++++++++---------
14240 net/ipv6/netfilter/ip6_tables.c | 17 ++++++++---------
14241 3 files changed, 24 insertions(+), 27 deletions(-)
14242
14243commit b35d19509e8dab157214e46dd24314663ccf554f
14244Author: Florian Westphal <fw@strlen.de>
14245Date: Tue Mar 22 18:02:50 2016 +0100
14246
14247 netfilter: x_tables: make sure e->next_offset covers remaining blob size
14248
14249 Otherwise this function may read data beyond the ruleset blob.
14250
14251 Signed-off-by: Florian Westphal <fw@strlen.de>
14252 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
14253
14254 net/ipv4/netfilter/arp_tables.c | 6 ++++--
14255 net/ipv4/netfilter/ip_tables.c | 6 ++++--
14256 net/ipv6/netfilter/ip6_tables.c | 6 ++++--
14257 3 files changed, 12 insertions(+), 6 deletions(-)
14258
14259commit 4d7642ed66b69140733a7b51fcd6d37ce4d4514c
14260Author: Florian Westphal <fw@strlen.de>
14261Date: Tue Mar 22 18:02:52 2016 +0100
14262
14263 netfilter: x_tables: fix unconditional helper
14264
14265 Ben Hawkes says:
14266
14267 In the mark_source_chains function (net/ipv4/netfilter/ip_tables.c) it
14268 is possible for a user-supplied ipt_entry structure to have a large
14269 next_offset field. This field is not bounds checked prior to writing a
14270 counter value at the supplied offset.
14271
14272 Problem is that mark_source_chains should not have been called --
14273 the rule doesn't have a next entry, so its supposed to return
14274 an absolute verdict of either ACCEPT or DROP.
14275
14276 However, the function conditional() doesn't work as the name implies.
14277 It only checks that the rule is using wildcard address matching.
14278
14279 However, an unconditional rule must also not be using any matches
14280 (no -m args).
14281
14282 The underflow validator only checked the addresses, therefore
14283 passing the 'unconditional absolute verdict' test, while
14284 mark_source_chains also tested for presence of matches, and thus
14285 proceeeded to the next (not-existent) rule.
14286
14287 Unify this so that all the callers have same idea of 'unconditional rule'.
14288
14289 Reported-by: Ben Hawkes <hawkes@google.com>
14290 Signed-off-by: Florian Westphal <fw@strlen.de>
14291 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
14292
14293 net/ipv4/netfilter/arp_tables.c | 18 +++++++++---------
14294 net/ipv4/netfilter/ip_tables.c | 23 +++++++++++------------
14295 net/ipv6/netfilter/ip6_tables.c | 23 +++++++++++------------
14296 3 files changed, 31 insertions(+), 33 deletions(-)
14297
14298commit e3e51682563f1453dfc4b9ef88b29af4d1a78e78
14299Author: Pablo Neira Ayuso <pablo@netfilter.org>
14300Date: Thu Mar 24 21:29:53 2016 +0100
14301
14302 netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIES
14303
14304 Make sure the table names via getsockopt GET_ENTRIES is nul-terminated
14305 in ebtables and all the x_tables variants and their respective compat
14306 code. Uncovered by KASAN.
14307
14308 Reported-by: Baozeng Ding <sploving1@gmail.com>
14309 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
14310
14311 net/bridge/netfilter/ebtables.c | 4 ++++
14312 net/ipv4/netfilter/arp_tables.c | 2 ++
14313 net/ipv4/netfilter/ip_tables.c | 2 ++
14314 net/ipv6/netfilter/ip6_tables.c | 2 ++
14315 4 files changed, 10 insertions(+)
14316
14317commit 7742471b674597627f8f608f6a89c6e5bbd6533d
14318Author: Nicolai Stange <nicstange@gmail.com>
14319Date: Fri Mar 25 14:22:14 2016 -0700
14320
14321 mm/filemap: generic_file_read_iter(): check for zero reads unconditionally
14322
14323 If
14324 - generic_file_read_iter() gets called with a zero read length,
14325 - the read offset is at a page boundary,
14326 - IOCB_DIRECT is not set
14327 - and the page in question hasn't made it into the page cache yet,
14328 then do_generic_file_read() will trigger a readahead with a req_size hint
14329 of zero.
14330
14331 Since roundup_pow_of_two(0) is undefined, UBSAN reports
14332
14333 UBSAN: Undefined behaviour in include/linux/log2.h:63:13
14334 shift exponent 64 is too large for 64-bit type 'long unsigned int'
14335 CPU: 3 PID: 1017 Comm: sa1 Tainted: G L 4.5.0-next-20160318+ #14
14336 [...]
14337 Call Trace:
14338 [...]
14339 [<ffffffff813ef61a>] ondemand_readahead+0x3aa/0x3d0
14340 [<ffffffff813ef61a>] ? ondemand_readahead+0x3aa/0x3d0
14341 [<ffffffff813c73bd>] ? find_get_entry+0x2d/0x210
14342 [<ffffffff813ef9c3>] page_cache_sync_readahead+0x63/0xa0
14343 [<ffffffff813cc04d>] do_generic_file_read+0x80d/0xf90
14344 [<ffffffff813cc955>] generic_file_read_iter+0x185/0x420
14345 [...]
14346 [<ffffffff81510b06>] __vfs_read+0x256/0x3d0
14347 [...]
14348
14349 when get_init_ra_size() gets called from ondemand_readahead().
14350
14351 The net effect is that the initial readahead size is arch dependent for
14352 requested read lengths of zero: for example, since
14353
14354 1UL << (sizeof(unsigned long) * 8)
14355
14356 evaluates to 1 on x86 while its result is 0 on ARMv7, the initial readahead
14357 size becomes 4 on the former and 0 on the latter.
14358
14359 What's more, whether or not the file access timestamp is updated for zero
14360 length reads is decided differently for the two cases of IOCB_DIRECT
14361 being set or cleared: in the first case, generic_file_read_iter()
14362 explicitly skips updating that timestamp while in the latter case, it is
14363 always updated through the call to do_generic_file_read().
14364
14365 According to POSIX, zero length reads "do not modify the last data access
14366 timestamp" and thus, the IOCB_DIRECT behaviour is POSIXly correct.
14367
14368 Let generic_file_read_iter() unconditionally check the requested read
14369 length at its entry and return immediately with success if it is zero.
14370
14371 Signed-off-by: Nicolai Stange <nicstange@gmail.com>
14372 Cc: Al Viro <viro@zeniv.linux.org.uk>
14373 Reviewed-by: Jan Kara <jack@suse.cz>
14374 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
14375 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
14376
14377 mm/filemap.c | 7 ++++---
14378 1 file changed, 4 insertions(+), 3 deletions(-)
14379
14380commit 604785419da498d7e876a0191b2e11626db706bb
14381Author: Oliver Neukum <oneukum@suse.com>
14382Date: Thu Mar 17 14:00:17 2016 -0700
14383
14384 Input: ims-pcu - sanity check against missing interfaces
14385
14386 A malicious device missing interface can make the driver oops.
14387 Add sanity checking.
14388
14389 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
14390 CC: stable@vger.kernel.org
14391 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
14392
14393 drivers/input/misc/ims-pcu.c | 4 ++++
14394 1 file changed, 4 insertions(+)
14395
14396commit 24c3f4f6652f07eb2c3deea1488ff4de00592e80
14397Author: Vladis Dronov <vdronov@redhat.com>
14398Date: Wed Mar 23 11:53:46 2016 -0700
14399
14400 Input: ati_remote2 - fix crashes on detecting device with invalid descriptor
14401
14402 The ati_remote2 driver expects at least two interfaces with one
14403 endpoint each. If given malicious descriptor that specify one
14404 interface or no endpoints, it will crash in the probe function.
14405 Ensure there is at least two interfaces and one endpoint for each
14406 interface before using it.
14407
14408 The full disclosure: http://seclists.org/bugtraq/2016/Mar/90
14409
14410 Reported-by: Ralf Spenneberg <ralf@spenneberg.net>
14411 Signed-off-by: Vladis Dronov <vdronov@redhat.com>
14412 Cc: stable@vger.kernel.org
14413 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
14414
14415 drivers/input/misc/ati_remote2.c | 36 ++++++++++++++++++++++++++++++------
14416 1 file changed, 30 insertions(+), 6 deletions(-)
14417
14418commit 262df604d00e72a4b930fbf7fe3a770f0196a5a5
14419Author: Oliver Neukum <oneukum@suse.com>
14420Date: Wed Mar 23 14:36:56 2016 -0700
14421
14422 Input: sur40 - fix DMA on stack
14423
14424 During the initialisation the driver uses a buffer on the stack for DMA.
14425 That violates the cache coherency rules. The fix is to allocate the buffer
14426 with kmalloc().
14427
14428 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
14429 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
14430
14431 drivers/input/touchscreen/sur40.c | 21 ++++++++++++++-------
14432 1 file changed, 14 insertions(+), 7 deletions(-)
14433
14434commit 015dd03669b2ab646723f6b123377e4ef5694a10
14435Author: Haiyang Zhang <haiyangz@microsoft.com>
14436Date: Wed Mar 23 09:43:10 2016 -0700
14437
14438 hv_netvsc: Fix the array sizes to be max supported channels
14439
14440 The VRSS_CHANNEL_MAX is the max number of channels supported by Hyper-V
14441 hosts. We use it for the related array sizes instead of using NR_CPUS,
14442 which may be set to several thousands.
14443 This patch reduces possible memory allocation failures.
14444
14445 Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
14446 Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
14447 Signed-off-by: David S. Miller <davem@davemloft.net>
14448
14449 drivers/net/hyperv/hyperv_net.h | 7 ++++---
14450 drivers/net/hyperv/rndis_filter.c | 4 ++--
14451 2 files changed, 6 insertions(+), 5 deletions(-)
14452
14453commit a850a78d6393ef22a970266cbbefdf3dba0267b5
14454Author: Haiyang Zhang <haiyangz@microsoft.com>
14455Date: Wed Mar 23 09:43:09 2016 -0700
14456
14457 hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()
14458
14459 struct netvsc_device is freed in rndis_filter_device_remove(). So we save
14460 the nvdev->num_chn into a temp variable for later usage.
14461
14462 (Please also include this patch into stable branch.)
14463
14464 Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
14465 Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
14466 Signed-off-by: David S. Miller <davem@davemloft.net>
14467
14468 drivers/net/hyperv/netvsc_drv.c | 5 ++++-
14469 1 file changed, 4 insertions(+), 1 deletion(-)
14470
14471commit 7409626e43fe871cede30ac926425938f3ccddaf
14472Author: Guillaume Nault <g.nault@alphalink.fr>
14473Date: Wed Mar 23 16:38:55 2016 +0100
14474
14475 ppp: take reference on channels netns
14476
14477 Let channels hold a reference on their network namespace.
14478 Some channel types, like ppp_async and ppp_synctty, can have their
14479 userspace controller running in a different namespace. Therefore they
14480 can't rely on them to preclude their netns from being removed from
14481 under them.
14482
14483 ==================================================================
14484 BUG: KASAN: use-after-free in ppp_unregister_channel+0x372/0x3a0 at
14485 addr ffff880064e217e0
14486 Read of size 8 by task syz-executor/11581
14487 =============================================================================
14488 BUG net_namespace (Not tainted): kasan: bad access detected
14489 -----------------------------------------------------------------------------
14490
14491 Disabling lock debugging due to kernel taint
14492 INFO: Allocated in copy_net_ns+0x6b/0x1a0 age=92569 cpu=3 pid=6906
14493 [< none >] ___slab_alloc+0x4c7/0x500 kernel/mm/slub.c:2440
14494 [< none >] __slab_alloc+0x4c/0x90 kernel/mm/slub.c:2469
14495 [< inline >] slab_alloc_node kernel/mm/slub.c:2532
14496 [< inline >] slab_alloc kernel/mm/slub.c:2574
14497 [< none >] kmem_cache_alloc+0x23a/0x2b0 kernel/mm/slub.c:2579
14498 [< inline >] kmem_cache_zalloc kernel/include/linux/slab.h:597
14499 [< inline >] net_alloc kernel/net/core/net_namespace.c:325
14500 [< none >] copy_net_ns+0x6b/0x1a0 kernel/net/core/net_namespace.c:360
14501 [< none >] create_new_namespaces+0x2f6/0x610 kernel/kernel/nsproxy.c:95
14502 [< none >] copy_namespaces+0x297/0x320 kernel/kernel/nsproxy.c:150
14503 [< none >] copy_process.part.35+0x1bf4/0x5760 kernel/kernel/fork.c:1451
14504 [< inline >] copy_process kernel/kernel/fork.c:1274
14505 [< none >] _do_fork+0x1bc/0xcb0 kernel/kernel/fork.c:1723
14506 [< inline >] SYSC_clone kernel/kernel/fork.c:1832
14507 [< none >] SyS_clone+0x37/0x50 kernel/kernel/fork.c:1826
14508 [< none >] entry_SYSCALL_64_fastpath+0x16/0x7a kernel/arch/x86/entry/entry_64.S:185
14509
14510 INFO: Freed in net_drop_ns+0x67/0x80 age=575 cpu=2 pid=2631
14511 [< none >] __slab_free+0x1fc/0x320 kernel/mm/slub.c:2650
14512 [< inline >] slab_free kernel/mm/slub.c:2805
14513 [< none >] kmem_cache_free+0x2a0/0x330 kernel/mm/slub.c:2814
14514 [< inline >] net_free kernel/net/core/net_namespace.c:341
14515 [< none >] net_drop_ns+0x67/0x80 kernel/net/core/net_namespace.c:348
14516 [< none >] cleanup_net+0x4e5/0x600 kernel/net/core/net_namespace.c:448
14517 [< none >] process_one_work+0x794/0x1440 kernel/kernel/workqueue.c:2036
14518 [< none >] worker_thread+0xdb/0xfc0 kernel/kernel/workqueue.c:2170
14519 [< none >] kthread+0x23f/0x2d0 kernel/drivers/block/aoe/aoecmd.c:1303
14520 [< none >] ret_from_fork+0x3f/0x70 kernel/arch/x86/entry/entry_64.S:468
14521 INFO: Slab 0xffffea0001938800 objects=3 used=0 fp=0xffff880064e20000
14522 flags=0x5fffc0000004080
14523 INFO: Object 0xffff880064e20000 @offset=0 fp=0xffff880064e24200
14524
14525 CPU: 1 PID: 11581 Comm: syz-executor Tainted: G B 4.4.0+
14526 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS
14527 rel-1.8.2-0-g33fbe13 by qemu-project.org 04/01/2014
14528 00000000ffffffff ffff8800662c7790 ffffffff8292049d ffff88003e36a300
14529 ffff880064e20000 ffff880064e20000 ffff8800662c77c0 ffffffff816f2054
14530 ffff88003e36a300 ffffea0001938800 ffff880064e20000 0000000000000000
14531 Call Trace:
14532 [< inline >] __dump_stack kernel/lib/dump_stack.c:15
14533 [<ffffffff8292049d>] dump_stack+0x6f/0xa2 kernel/lib/dump_stack.c:50
14534 [<ffffffff816f2054>] print_trailer+0xf4/0x150 kernel/mm/slub.c:654
14535 [<ffffffff816f875f>] object_err+0x2f/0x40 kernel/mm/slub.c:661
14536 [< inline >] print_address_description kernel/mm/kasan/report.c:138
14537 [<ffffffff816fb0c5>] kasan_report_error+0x215/0x530 kernel/mm/kasan/report.c:236
14538 [< inline >] kasan_report kernel/mm/kasan/report.c:259
14539 [<ffffffff816fb4de>] __asan_report_load8_noabort+0x3e/0x40 kernel/mm/kasan/report.c:280
14540 [< inline >] ? ppp_pernet kernel/include/linux/compiler.h:218
14541 [<ffffffff83ad71b2>] ? ppp_unregister_channel+0x372/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
14542 [< inline >] ppp_pernet kernel/include/linux/compiler.h:218
14543 [<ffffffff83ad71b2>] ppp_unregister_channel+0x372/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
14544 [< inline >] ? ppp_pernet kernel/drivers/net/ppp/ppp_generic.c:293
14545 [<ffffffff83ad6f26>] ? ppp_unregister_channel+0xe6/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
14546 [<ffffffff83ae18f3>] ppp_asynctty_close+0xa3/0x130 kernel/drivers/net/ppp/ppp_async.c:241
14547 [<ffffffff83ae1850>] ? async_lcp_peek+0x5b0/0x5b0 kernel/drivers/net/ppp/ppp_async.c:1000
14548 [<ffffffff82c33239>] tty_ldisc_close.isra.1+0x99/0xe0 kernel/drivers/tty/tty_ldisc.c:478
14549 [<ffffffff82c332c0>] tty_ldisc_kill+0x40/0x170 kernel/drivers/tty/tty_ldisc.c:744
14550 [<ffffffff82c34943>] tty_ldisc_release+0x1b3/0x260 kernel/drivers/tty/tty_ldisc.c:772
14551 [<ffffffff82c1ef21>] tty_release+0xac1/0x13e0 kernel/drivers/tty/tty_io.c:1901
14552 [<ffffffff82c1e460>] ? release_tty+0x320/0x320 kernel/drivers/tty/tty_io.c:1688
14553 [<ffffffff8174de36>] __fput+0x236/0x780 kernel/fs/file_table.c:208
14554 [<ffffffff8174e405>] ____fput+0x15/0x20 kernel/fs/file_table.c:244
14555 [<ffffffff813595ab>] task_work_run+0x16b/0x200 kernel/kernel/task_work.c:115
14556 [< inline >] exit_task_work kernel/include/linux/task_work.h:21
14557 [<ffffffff81307105>] do_exit+0x8b5/0x2c60 kernel/kernel/exit.c:750
14558 [<ffffffff813fdd20>] ? debug_check_no_locks_freed+0x290/0x290 kernel/kernel/locking/lockdep.c:4123
14559 [<ffffffff81306850>] ? mm_update_next_owner+0x6f0/0x6f0 kernel/kernel/exit.c:357
14560 [<ffffffff813215e6>] ? __dequeue_signal+0x136/0x470 kernel/kernel/signal.c:550
14561 [<ffffffff8132067b>] ? recalc_sigpending_tsk+0x13b/0x180 kernel/kernel/signal.c:145
14562 [<ffffffff81309628>] do_group_exit+0x108/0x330 kernel/kernel/exit.c:880
14563 [<ffffffff8132b9d4>] get_signal+0x5e4/0x14f0 kernel/kernel/signal.c:2307
14564 [< inline >] ? kretprobe_table_lock kernel/kernel/kprobes.c:1113
14565 [<ffffffff8151d355>] ? kprobe_flush_task+0xb5/0x450 kernel/kernel/kprobes.c:1158
14566 [<ffffffff8115f7d3>] do_signal+0x83/0x1c90 kernel/arch/x86/kernel/signal.c:712
14567 [<ffffffff8151d2a0>] ? recycle_rp_inst+0x310/0x310 kernel/include/linux/list.h:655
14568 [<ffffffff8115f750>] ? setup_sigcontext+0x780/0x780 kernel/arch/x86/kernel/signal.c:165
14569 [<ffffffff81380864>] ? finish_task_switch+0x424/0x5f0 kernel/kernel/sched/core.c:2692
14570 [< inline >] ? finish_lock_switch kernel/kernel/sched/sched.h:1099
14571 [<ffffffff81380560>] ? finish_task_switch+0x120/0x5f0 kernel/kernel/sched/core.c:2678
14572 [< inline >] ? context_switch kernel/kernel/sched/core.c:2807
14573 [<ffffffff85d794e9>] ? __schedule+0x919/0x1bd0 kernel/kernel/sched/core.c:3283
14574 [<ffffffff81003901>] exit_to_usermode_loop+0xf1/0x1a0 kernel/arch/x86/entry/common.c:247
14575 [< inline >] prepare_exit_to_usermode kernel/arch/x86/entry/common.c:282
14576 [<ffffffff810062ef>] syscall_return_slowpath+0x19f/0x210 kernel/arch/x86/entry/common.c:344
14577 [<ffffffff85d88022>] int_ret_from_sys_call+0x25/0x9f kernel/arch/x86/entry/entry_64.S:281
14578 Memory state around the buggy address:
14579 ffff880064e21680: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14580 ffff880064e21700: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14581 >ffff880064e21780: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14582 ^
14583 ffff880064e21800: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14584 ffff880064e21880: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14585 ==================================================================
14586
14587 Fixes: 273ec51dd7ce ("net: ppp_generic - introduce net-namespace functionality v2")
14588 Reported-by: Baozeng Ding <sploving1@gmail.com>
14589 Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
14590 Reviewed-by: Cyrill Gorcunov <gorcunov@openvz.org>
14591 Signed-off-by: David S. Miller <davem@davemloft.net>
14592
14593 drivers/net/ppp/ppp_generic.c | 4 +++-
14594 1 file changed, 3 insertions(+), 1 deletion(-)
14595
14596commit bfb890c1ac9d29b377f6bec4a5aab51d053114c4
14597Author: Herbert Xu <herbert@gondor.apana.org.au>
14598Date: Wed Mar 16 17:06:01 2016 +0800
14599
14600 eCryptfs: Use skcipher and shash
14601
14602 eCryptfs: Fix null pointer dereference on kzalloc error path
14603
14604 The conversion to skcipher and shash added a couple of null pointer
14605 dereference bugs on the kzalloc failure path. This patch fixes them.
14606
14607 Fixes: 3095e8e366b4 ("eCryptfs: Use skcipher and shash")
14608 Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
14609 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14610
14611 fs/ecryptfs/keystore.c | 6 ++----
14612 1 file changed, 2 insertions(+), 4 deletions(-)
14613
14614commit 58a8421ae537e0609c4ff59bf6b11be869a43cc6
14615Author: Boris BREZILLON <boris.brezillon@free-electrons.com>
14616Date: Thu Mar 17 10:21:34 2016 +0100
14617
14618 crypto: marvell/cesa - fix memory leak
14619
14620 Crypto requests are not guaranteed to be finalized (->final() call),
14621 and can be freed at any moment, without getting any notification from
14622 the core. This can lead to memory leaks of the ->cache buffer.
14623
14624 Make this buffer part of the request object, and allocate an extra buffer
14625 from the DMA cache pool when doing DMA operations.
14626
14627 As a side effect, this patch also fixes another bug related to cache
14628 allocation and DMA operations. When the core allocates a new request and
14629 import an existing state, a cache buffer can be allocated (depending
14630 on the state). The problem is, at that very moment, we don't know yet
14631 whether the request will use DMA or not, and since everything is
14632 likely to be initialized to zero, mv_cesa_ahash_alloc_cache() thinks it
14633 should allocate a buffer for standard operation. But when
14634 mv_cesa_ahash_free_cache() is called, req->type has been set to
14635 CESA_DMA_REQ in the meantime, thus leading to an invalind dma_pool_free()
14636 call (the buffer passed in argument has not been allocated from the pool).
14637
14638 Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
14639 Reported-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
14640 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14641
14642 drivers/crypto/marvell/cesa.h | 3 +-
14643 drivers/crypto/marvell/hash.c | 86 +++++++++----------------------------------
14644 2 files changed, 20 insertions(+), 69 deletions(-)
14645
14646commit 1ec604f99895b9c37f26a692ff83a7da02d667fd
14647Author: Boris BREZILLON <boris.brezillon@free-electrons.com>
14648Date: Thu Mar 17 10:21:35 2016 +0100
14649
14650 crypto: marvell/cesa - initialize hash states
14651
14652 ->export() might be called before we have done an update operation,
14653 and in this case the ->state field is left uninitialized.
14654 Put the correct default value when initializing the request.
14655
14656 Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
14657 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14658
14659 drivers/crypto/marvell/hash.c | 20 ++++++++++++++++++++
14660 1 file changed, 20 insertions(+)
14661
14662commit 23879f055d23e82c2f78cceca22c33e631973977
14663Author: David S. Miller <davem@davemloft.net>
14664Date: Sun Mar 13 23:28:00 2016 -0400
14665
14666 ipv4: Don't do expensive useless work during inetdev destroy.
14667
14668 When an inetdev is destroyed, every address assigned to the interface
14669 is removed. And in this scenerio we do two pointless things which can
14670 be very expensive if the number of assigned interfaces is large:
14671
14672 1) Address promotion. We are deleting all addresses, so there is no
14673 point in doing this.
14674
14675 2) A full nf conntrack table purge for every address. We only need to
14676 do this once, as is already caught by the existing
14677 masq_dev_notifier so masq_inet_event() can skip this.
14678
14679 Reported-by: Solar Designer <solar@openwall.com>
14680 Signed-off-by: David S. Miller <davem@davemloft.net>
14681 Tested-by: Cyrill Gorcunov <gorcunov@openvz.org>
14682
14683 net/ipv4/devinet.c | 4 ++++
14684 net/ipv4/fib_frontend.c | 4 ++++
14685 net/ipv4/netfilter/nf_nat_masquerade_ipv4.c | 12 ++++++++++--
14686 3 files changed, 18 insertions(+), 2 deletions(-)
14687
14688commit 60394231e840e884024592a76a6c5612433d3756
14689Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14690Date: Tue Mar 8 10:34:28 2016 -0300
14691
14692 sctp: fix copying more bytes than expected in sctp_add_bind_addr
14693
14694 Dmitry reported that sctp_add_bind_addr may read more bytes than
14695 expected in case the parameter is a IPv4 addr supplied by the user
14696 through calls such as sctp_bindx_add(), because it always copies
14697 sizeof(union sctp_addr) while the buffer may be just a struct
14698 sockaddr_in, which is smaller.
14699
14700 This patch then fixes it by limiting the memcpy to the min between the
14701 union size and a (new parameter) provided addr size. Where possible this
14702 parameter still is the size of that union, except for reading from
14703 user-provided buffers, which then it accounts for protocol type.
14704
14705 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14706 Tested-by: Dmitry Vyukov <dvyukov@google.com>
14707 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14708 Signed-off-by: David S. Miller <davem@davemloft.net>
14709
14710 include/net/sctp/structs.h | 2 +-
14711 net/sctp/bind_addr.c | 14 ++++++++------
14712 net/sctp/protocol.c | 1 +
14713 net/sctp/sm_make_chunk.c | 3 ++-
14714 net/sctp/socket.c | 4 +++-
14715 5 files changed, 15 insertions(+), 9 deletions(-)
14716
14717commit 9831caa50e1453818c5ec618890291f028b7992f
14718Author: Brad Spengler <spender@grsecurity.net>
14719Date: Mon Mar 28 19:20:28 2016 -0400
14720
14721 Also allow /bin/false as needed by systemd
14722
14723 kernel/kmod.c | 2 +-
14724 1 file changed, 1 insertion(+), 1 deletion(-)
14725
14726commit bb38a61b496a3f09f4d7b93d2f0fe15476918147
14727Author: Brad Spengler <spender@grsecurity.net>
14728Date: Tue Mar 22 16:59:43 2016 -0400
14729
14730 Fix size_overflow FP reported by marcan at:
14731 https://forums.grsecurity.net/viewtopic.php?f=3&t=4426
14732
14733 net/ipv6/xfrm6_mode_transport.c | 2 +-
14734 1 file changed, 1 insertion(+), 1 deletion(-)
14735
14736commit 523a36a9c845da3051e58c6767c2e1a0f640998a
14737Merge: 0d0ec9e c0b77a7
14738Author: Brad Spengler <spender@grsecurity.net>
14739Date: Wed Mar 16 20:20:40 2016 -0400
14740
14741 Merge branch 'pax-test' into grsec-test
14742
14743commit c0b77a7cb578199f0b7dc90768a13ca6c044aba9
14744Merge: 10d57c1 0d19123
14745Author: Brad Spengler <spender@grsecurity.net>
14746Date: Wed Mar 16 20:20:27 2016 -0400
14747
14748 Merge branch 'linux-4.4.y' into pax-test
14749
14750commit 0d0ec9ee83144ab839710a01cfd746bd78257394
14751Author: Brad Spengler <spender@grsecurity.net>
14752Date: Mon Mar 14 20:15:47 2016 -0400
14753
14754 Invert logic to clean up code
14755
14756 fs/namei.c | 32 +++++++-------------------------
14757 grsecurity/grsec_chroot.c | 10 +++++-----
14758 2 files changed, 12 insertions(+), 30 deletions(-)
14759
14760commit 39e0e623c84863af7b3ace759b583ff938fde2b7
14761Author: Brad Spengler <spender@grsecurity.net>
14762Date: Mon Mar 14 19:59:36 2016 -0400
14763
14764 compile fix
14765
14766 fs/namei.c | 5 ++---
14767 1 file changed, 2 insertions(+), 3 deletions(-)
14768
14769commit 2b3ad8bc095fea829275b7fcc7e5671677b8ed33
14770Author: Brad Spengler <spender@grsecurity.net>
14771Date: Mon Mar 14 19:57:53 2016 -0400
14772
14773 Also handle renames
14774
14775 fs/namei.c | 9 +++++++++
14776 1 file changed, 9 insertions(+)
14777
14778commit 54dfd13b19743d4a340de0cd5683b5bde44e7d9c
14779Author: Brad Spengler <spender@grsecurity.net>
14780Date: Mon Mar 14 19:45:56 2016 -0400
14781
14782 Add additional check to cover lookup family of functions
14783
14784 fs/namei.c | 9 +++++++++
14785 1 file changed, 9 insertions(+)
14786
14787commit c3df846baa7873fb99401136f220676b87452918
14788Author: Brad Spengler <spender@grsecurity.net>
14789Date: Mon Mar 14 18:42:37 2016 -0400
14790
14791 compile fix
14792
14793 fs/namei.c | 2 +-
14794 1 file changed, 1 insertion(+), 1 deletion(-)
14795
14796commit 384ea9c0ef9df4298dfa3a71948c08e70f1092bf
14797Author: Brad Spengler <spender@grsecurity.net>
14798Date: Mon Mar 14 18:34:40 2016 -0400
14799
14800 Fix recent chroot check on the create side, as reported by
14801 Toralf Foerster
14802
14803 fs/namei.c | 26 ++++++++++++++++----------
14804 1 file changed, 16 insertions(+), 10 deletions(-)
14805
14806commit 82e7dc61a626c47887d392ff9cd35b104f01fd25
14807Author: Paolo Bonzini <pbonzini@redhat.com>
14808Date: Tue Mar 8 12:13:39 2016 +0100
14809
14810 KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
14811
14812 Yes, all of these are needed. :) This is admittedly a bit odd, but
14813 kvm-unit-tests access.flat tests this if you run it with "-cpu host"
14814 and of course ept=0.
14815
14816 KVM runs the guest with CR0.WP=1, so it must handle supervisor writes
14817 specially when pte.u=1/pte.w=0/CR0.WP=0. Such writes cause a fault
14818 when U=1 and W=0 in the SPTE, but they must succeed because CR0.WP=0.
14819 When KVM gets the fault, it sets U=0 and W=1 in the shadow PTE and
14820 restarts execution. This will still cause a user write to fault, while
14821 supervisor writes will succeed. User reads will fault spuriously now,
14822 and KVM will then flip U and W again in the SPTE (U=1, W=0). User reads
14823 will be enabled and supervisor writes disabled, going back to the
14824 originary situation where supervisor writes fault spuriously.
14825
14826 When SMEP is in effect, however, U=0 will enable kernel execution of
14827 this page. To avoid this, KVM also sets NX=1 in the shadow PTE together
14828 with U=0. If the guest has not enabled NX, the result is a continuous
14829 stream of page faults due to the NX bit being reserved.
14830
14831 The fix is to force EFER.NX=1 even if the CPU is taking care of the EFER
14832 switch. (All machines with SMEP have the CPU_LOAD_IA32_EFER vm-entry
14833 control, so they do not use user-return notifiers for EFER---if they did,
14834 EFER.NX would be forced to the same value as the host).
14835
14836 There is another bug in the reserved bit check, which I've split to a
14837 separate patch for easier application to stable kernels.
14838
14839 Cc: stable@vger.kernel.org
14840 Cc: Andy Lutomirski <luto@amacapital.net>
14841 Reviewed-by: Xiao Guangrong <guangrong.xiao@linux.intel.com>
14842 Fixes: f6577a5fa15d82217ca73c74cd2dcbc0f6c781dd
14843 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
14844
14845 Documentation/virtual/kvm/mmu.txt | 3 ++-
14846 arch/x86/kvm/vmx.c | 36 +++++++++++++++++++++++-------------
14847 2 files changed, 25 insertions(+), 14 deletions(-)
14848
14849commit 802a88e57b141e9643e93afb7805813ad8da22f3
14850Author: Paolo Bonzini <pbonzini@redhat.com>
14851Date: Wed Mar 9 14:28:02 2016 +0100
14852
14853 KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
14854
14855 KVM has special logic to handle pages with pte.u=1 and pte.w=0 when
14856 CR0.WP=1. These pages' SPTEs flip continuously between two states:
14857 U=1/W=0 (user and supervisor reads allowed, supervisor writes not allowed)
14858 and U=0/W=1 (supervisor reads and writes allowed, user writes not allowed).
14859
14860 When SMEP is in effect, however, U=0 will enable kernel execution of
14861 this page. To avoid this, KVM also sets NX=1 in the shadow PTE together
14862 with U=0, making the two states U=1/W=0/NX=gpte.NX and U=0/W=1/NX=1.
14863 When guest EFER has the NX bit cleared, the reserved bit check thinks
14864 that the latter state is invalid; teach it that the smep_andnot_wp case
14865 will also use the NX bit of SPTEs.
14866
14867 Cc: stable@vger.kernel.org
14868 Reviewed-by: Xiao Guangrong <guangrong.xiao@linux.inel.com>
14869 Fixes: c258b62b264fdc469b6d3610a907708068145e3b
14870 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
14871
14872 arch/x86/kvm/mmu.c | 4 +++-
14873 1 file changed, 3 insertions(+), 1 deletion(-)
14874
14875commit 3925851224428c1d2bca32cf33821befb947c4f3
14876Author: Ming Lei <ming.lei@canonical.com>
14877Date: Sat Mar 12 22:56:19 2016 +0800
14878
14879 block: don't optimize for non-cloned bio in bio_get_last_bvec()
14880
14881 For !BIO_CLONED bio, we can use .bi_vcnt safely, but it
14882 doesn't mean we can just simply return .bi_io_vec[.bi_vcnt - 1]
14883 because the start postion may have been moved in the middle of
14884 the bvec, such as splitting in the middle of bvec.
14885
14886 Fixes: 7bcd79ac50d9(block: bio: introduce helpers to get the 1st and last bvec)
14887 Cc: stable@vger.kernel.org
14888 Reported-by: Kent Overstreet <kent.overstreet@gmail.com>
14889 Signed-off-by: Ming Lei <ming.lei@canonical.com>
14890 Signed-off-by: Jens Axboe <axboe@fb.com>
14891
14892 include/linux/bio.h | 5 -----
14893 1 file changed, 5 deletions(-)
14894
14895commit db541463b4a0926bebdbac743c8736fb9e903d58
14896Author: Borislav Petkov <bp@alien8.de>
14897Date: Fri Mar 11 12:32:06 2016 +0100
14898
14899 x86/fpu: Fix eager-FPU handling on legacy FPU machines
14900
14901 i486 derived cores like Intel Quark support only the very old,
14902 legacy x87 FPU (FSAVE/FRSTOR, CPUID bit FXSR is not set), and
14903 our FPU code wasn't handling the saving and restoring there
14904 properly in the 'eagerfpu' case.
14905
14906 So after we made eagerfpu the default for all CPU types:
14907
14908 58122bf1d856 x86/fpu: Default eagerfpu=on on all CPUs
14909
14910 these old FPU designs broke. First, Andy Shevchenko reported a splat:
14911
14912 WARNING: CPU: 0 PID: 823 at arch/x86/include/asm/fpu/internal.h:163 fpu__clear+0x8c/0x160
14913
14914 which was us trying to execute FXRSTOR on those machines even though
14915 they don't support it.
14916
14917 After taking care of that, Bryan O'Donoghue reported that a simple FPU
14918 test still failed because we weren't initializing the FPU state properly
14919 on those machines.
14920
14921 Take care of all that.
14922
14923 Reported-and-tested-by: Bryan O'Donoghue <pure.logic@nexus-software.ie>
14924 Reported-by: Andy Shevchenko <andy.shevchenko@gmail.com>
14925 Signed-off-by: Borislav Petkov <bp@suse.de>
14926 Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
14927 Cc: Andrew Morton <akpm@linux-foundation.org>
14928 Cc: Andy Lutomirski <luto@amacapital.net>
14929 Cc: Borislav Petkov <bp@alien8.de>
14930 Cc: Brian Gerst <brgerst@gmail.com>
14931 Cc: Dave Hansen <dave.hansen@linux.intel.com>
14932 Cc: Denys Vlasenko <dvlasenk@redhat.com>
14933 Cc: Fenghua Yu <fenghua.yu@intel.com>
14934 Cc: H. Peter Anvin <hpa@zytor.com>
14935 Cc: Oleg Nesterov <oleg@redhat.com>
14936 Cc: Peter Zijlstra <peterz@infradead.org>
14937 Cc: Quentin Casasnovas <quentin.casasnovas@oracle.com>
14938 Cc: Thomas Gleixner <tglx@linutronix.de>
14939 Cc: Yu-cheng <yu-cheng.yu@intel.com>
14940 Link: http://lkml.kernel.org/r/20160311113206.GD4312@pd.tnic
14941 Signed-off-by: Ingo Molnar <mingo@kernel.org>
14942
14943 arch/x86/kernel/fpu/core.c | 4 +++-
14944 arch/x86/kernel/fpu/init.c | 2 +-
14945 2 files changed, 4 insertions(+), 2 deletions(-)
14946
14947commit 8fed14e935cb62d2d46e99793d728dc7760dcc87
14948Author: Brad Spengler <spender@grsecurity.net>
14949Date: Sun Mar 13 11:35:56 2016 -0400
14950
14951 Compile fixes
14952
14953 fs/namei.c | 2 +-
14954 grsecurity/grsec_chroot.c | 2 +-
14955 include/linux/grsecurity.h | 2 +-
14956 3 files changed, 3 insertions(+), 3 deletions(-)
14957
14958commit aab25a3496c4683c5858056960010119fb7d9a5a
14959Author: Brad Spengler <spender@grsecurity.net>
14960Date: Sun Mar 13 10:53:59 2016 -0400
14961
14962 Use fput instead of put_filp()
14963
14964 fs/namei.c | 4 ++--
14965 1 file changed, 2 insertions(+), 2 deletions(-)
14966
14967commit 928ddec9dfe5415dff82d941c3b3e76ee6f48761
14968Author: Brad Spengler <spender@grsecurity.net>
14969Date: Sun Mar 13 10:30:54 2016 -0400
14970
14971 Update MPROTECT_COMPAT config description, disable by default
14972
14973 security/Kconfig | 18 ++++++------------
14974 1 file changed, 6 insertions(+), 12 deletions(-)
14975
14976commit 4cc29af2e81e7a4bdfab1afedfdedca6e23362d5
14977Author: Brad Spengler <spender@grsecurity.net>
14978Date: Sun Mar 13 10:35:55 2016 -0400
14979
14980 As reported by Jann Horn, chroot scenarios where the chrooting application
14981 brings in a directory fd can be used to access any file outside of the chroot
14982 via *at syscalls. To maintain compatibility with Chromium and other apps,
14983 we specifically only disallow relative accesses off a directory fd when the
14984 final path is not located under that directory described by the fd and exists
14985 outside of the chroot. This additional restriction will exist under the
14986 current GRKERNSEC_CHROOT_FCHDIR option.
14987
14988 fs/namei.c | 9 +++++++++
14989 grsecurity/Kconfig | 10 ++++++----
14990 grsecurity/grsec_chroot.c | 39 +++++++++++++++++++++++++++++++++++++++
14991 include/linux/grmsg.h | 1 +
14992 include/linux/grsecurity.h | 1 +
14993 5 files changed, 56 insertions(+), 4 deletions(-)
14994
14995commit 7d02a991213f0b07a3677dcc93cdafc3ac309142
14996Author: Brad Spengler <spender@grsecurity.net>
14997Date: Thu Mar 10 22:17:16 2016 -0500
14998
14999 Update size_overflow hash table
15000
15001 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 +
15002 1 file changed, 1 insertion(+)
15003
15004commit 29f25ddda6a5625340df26beb394279fefea2b49
15005Author: Brad Spengler <spender@grsecurity.net>
15006Date: Thu Mar 10 22:16:04 2016 -0500
15007
15008 Fix module support
15009
15010 kernel/module.c | 3 ++-
15011 1 file changed, 2 insertions(+), 1 deletion(-)
15012
15013commit b057a45636b626e7eaf03077ed0916b95fea054c
15014Merge: ba5ee94 10d57c1
15015Author: Brad Spengler <spender@grsecurity.net>
15016Date: Thu Mar 10 21:36:10 2016 -0500
15017
15018 Merge branch 'pax-test' into grsec-test
15019
15020commit 10d57c107e7fabffbe616b14efab73df585576c2
15021Merge: 1cbae46 62e2195
15022Author: Brad Spengler <spender@grsecurity.net>
15023Date: Thu Mar 10 21:34:58 2016 -0500
15024
15025 Update to pax-linux-4.4.5-test9.patch:
15026 - fixed an integer signedness mixup in the old select syscall caught by the size overflow plugin, by Mathias Krause <minipli@ld-linux.so>
15027 - Emese cleaned up a few unnecessary type casts in the size overflow plugin
15028 - fixed the initify plugin to not trigger a compiler assert with gcc 6 in LTO mode
15029 - compile the x86 vdso without plugins, reported by Emese
15030 - fixed a REFCOUNT/arm compile error, reported by coadde (https://forums.grsecurity.net/viewtopic.php?f=3&t=4410)
15031 - fixed gcc-common.h for gcc 6, reported by psturm (https://forums.grsecurity.net/viewtopic.php?f=3&t=4394)
15032
15033 Merge branch 'linux-4.4.y' into pax-test
15034
15035commit ba5ee94199b11c1429559a08c2158677dd8f1761
15036Author: Brad Spengler <spender@grsecurity.net>
15037Date: Thu Mar 3 20:20:19 2016 -0500
15038
15039 Update size_overflow hash table
15040
15041 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 +
15042 1 file changed, 1 insertion(+)
15043
15044commit 50a5cd726362f0988b81a54d4c962acf8fd34a70
15045Merge: 335c04c 1cbae46
15046Author: Brad Spengler <spender@grsecurity.net>
15047Date: Thu Mar 3 20:04:00 2016 -0500
15048
15049 Merge branch 'pax-test' into grsec-test
15050
15051commit 1cbae46efa0b111ef2d46502f8d34c4c572a0e00
15052Merge: a51cdb8 c252409
15053Author: Brad Spengler <spender@grsecurity.net>
15054Date: Thu Mar 3 19:57:43 2016 -0500
15055
15056 Merge branch 'linux-4.4.y' into pax-test
15057
15058commit 335c04c8146a696a6101a9c69dbd47f11383549e
15059Merge: 897877e a51cdb8
15060Author: Brad Spengler <spender@grsecurity.net>
15061Date: Tue Mar 1 17:57:24 2016 -0500
15062
15063 Merge branch 'pax-test' into grsec-test
15064
15065commit a51cdb83569b450858737a30d2be043d87d7ddc1
15066Author: Brad Spengler <spender@grsecurity.net>
15067Date: Tue Mar 1 17:56:43 2016 -0500
15068
15069 Update to pax-linux-4.4.3-test6.patch:
15070 - spender fixed the cftype constification fallout, reported by quasar366 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4391)
15071 - fixed a few section mismatches on notifier_block variables
15072 - fixed a few REFCOUNT false positives found by Emese's plugin
15073 - constified hypervisor_x86
15074
15075 arch/x86/include/asm/hypervisor.h | 2 +-
15076 arch/x86/kernel/cpu/mshyperv.c | 2 +-
15077 arch/x86/kernel/cpu/vmware.c | 2 +-
15078 arch/x86/kernel/kvm.c | 2 +-
15079 drivers/lightnvm/rrpc.c | 4 ++--
15080 drivers/lightnvm/rrpc.h | 2 +-
15081 drivers/net/can/led.c | 2 +-
15082 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
15083 drivers/net/ethernet/rocker/rocker.c | 4 ++--
15084 drivers/net/ipvlan/ipvlan_main.c | 6 +++---
15085 drivers/net/vrf.c | 2 +-
15086 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 12 ++++++------
15087 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 2 +-
15088 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 ++++++------
15089 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
15090 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 2 +-
15091 drivers/staging/rtl8723au/include/usb_ops.h | 4 ++--
15092 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
15093 fs/proc/kcore.c | 2 +-
15094 mm/hugetlb_cgroup.c | 8 ++++----
15095 mm/mm_init.c | 2 +-
15096 mm/slub.c | 2 +-
15097 net/mac802154/iface.c | 2 +-
15098 23 files changed, 41 insertions(+), 41 deletions(-)
15099
15100commit 897877e79629a0b854e98cb666a9d898256d45a7
15101Merge: 1ffa5d5 4f4b213
15102Author: Brad Spengler <spender@grsecurity.net>
15103Date: Sun Feb 28 20:54:59 2016 -0500
15104
15105 Merge branch 'pax-test' into grsec-test
15106
15107commit 4f4b21342a4a4f87c01f7909406e6b5f4c9dadbf
15108Author: Brad Spengler <spender@grsecurity.net>
15109Date: Sun Feb 28 20:54:06 2016 -0500
15110
15111 Update to pax-linux-4.4.3-test5.patch:
15112 - constified xfrm_mgr and cftype, by Mathias Krause <minipli@ld-linux.so>
15113 - Emese fixed a few checkpatch reports on the gcc plugin generator headers
15114 - Emese fixed a false positive size overflow report in get_next_ino, reported by KARBOWSKI Piotr <piotr.karbowski@gmail.com>
15115 - added a generator for SIMPLE_IPA passes as well
15116
15117 include/linux/cgroup-defs.h | 2 +-
15118 include/linux/hugetlb.h | 2 +-
15119 include/linux/hugetlb_cgroup.h | 11 ++
15120 include/net/xfrm.h | 2 +-
15121 kernel/cgroup.c | 29 ++--
15122 mm/hugetlb.c | 55 ++++++-
15123 mm/hugetlb_cgroup.c | 60 ++-----
15124 mm/mmap.c | 38 ++---
15125 net/xfrm/xfrm_state.c | 4 +-
15126 tools/gcc/constify_plugin.c | 5 +-
15127 tools/gcc/gcc-common.h | 42 +++--
15128 tools/gcc/gcc-generate-gimple-pass.h | 27 ++--
15129 tools/gcc/gcc-generate-ipa-pass.h | 43 ++---
15130 tools/gcc/gcc-generate-rtl-pass.h | 27 ++--
15131 tools/gcc/gcc-generate-simple_ipa-pass.h | 173 +++++++++++++++++++++
15132 tools/gcc/size_overflow_plugin/.gitignore | 1 +
15133 .../disable_size_overflow_hash.data | 7 +-
15134 .../size_overflow_plugin/size_overflow_hash.data | 3 -
15135 18 files changed, 385 insertions(+), 146 deletions(-)
15136
15137commit 1ffa5d50a2161311d46b56fdef734f309503cb80
15138Author: Brad Spengler <spender@grsecurity.net>
15139Date: Sun Feb 28 20:43:02 2016 -0500
15140
15141 Make suid/sgid bruteforce prevention also apply to binaries with fscaps
15142 enabled
15143
15144 grsecurity/grsec_sig.c | 3 +--
15145 1 file changed, 1 insertion(+), 2 deletions(-)
15146
15147commit cfdb373a77c88d01c1539e605e28143af5981571
15148Author: Brad Spengler <spender@grsecurity.net>
15149Date: Sun Feb 28 19:12:39 2016 -0500
15150
15151 compile fix
15152
15153 grsecurity/gracl_segv.c | 2 +-
15154 grsecurity/grsec_sig.c | 2 +-
15155 2 files changed, 2 insertions(+), 2 deletions(-)
15156
15157commit 67d5160f8c1ee12ee4da1e7ad57f8688fcc77b53
15158Author: Brad Spengler <spender@grsecurity.net>
15159Date: Sun Feb 28 18:24:50 2016 -0500
15160
15161 Update the daemon check in handling of anti-bruteforcing of suid binaries
15162 by GRKERNSEC_BRUTE to prevent a bypass reported by Jann Horn where one
15163 could create unprivileged copies of the suid binary via ptrace, inject
15164 code into them, and fork+exec a privileged copy. A crash then in the
15165 privileged copy would trigger the daemon detection which could be avoided
15166 by simply terminating the original process. Defeat this by using our
15167 is_privileged_binary() function against the task's mm->binfmt->file to detect
15168 an fscaps-enabled or suid/sgid binary being involved.
15169
15170 Also update the RBAC RES_CRASH code to use is_privileged_binary().
15171
15172 grsecurity/gracl_segv.c | 15 +--------------
15173 grsecurity/grsec_sig.c | 3 ++-
15174 2 files changed, 3 insertions(+), 15 deletions(-)
15175
15176commit 7382ec22b0c9627c674ccbb00210276d26f219e3
15177Author: Brad Spengler <spender@grsecurity.net>
15178Date: Sun Feb 28 15:06:32 2016 -0500
15179
15180 Fix a GRKERNSEC_PTRACE_READEXEC bypass reported by Jann Horn where one
15181 could dump out an unreadable suid binary by creating a script that used
15182 that binary as an interpreter.
15183
15184 fs/exec.c | 14 +++++++++-----
15185 1 file changed, 9 insertions(+), 5 deletions(-)
15186
15187commit 3e60eddebe1c59b97c0b5432506bf8e13d84e8e6
15188Merge: 2d35d52 8327ee6
15189Author: Brad Spengler <spender@grsecurity.net>
15190Date: Thu Feb 25 18:44:11 2016 -0500
15191
15192 Merge branch 'pax-test' into grsec-test
15193
15194 Conflicts:
15195 fs/proc/base.c
15196 kernel/ptrace.c
15197 mm/process_vm_access.c
15198
15199commit 8327ee64e5e24ae6a3446dd96b95d5185f70e1f6
15200Merge: 09d53c7 2134d97
15201Author: Brad Spengler <spender@grsecurity.net>
15202Date: Thu Feb 25 18:36:46 2016 -0500
15203
15204 Merge branch 'linux-4.4.y' into pax-test
15205
15206 Conflicts:
15207 mm/mmap.c
15208
15209commit 2d35d5276f3feb0c053209f8c3a77b1f55f9d96b
15210Author: Brad Spengler <spender@grsecurity.net>
15211Date: Wed Feb 24 07:59:12 2016 -0500
15212
15213 Remove /proc/pid/map_files which we had previously prevented via
15214 an inverted dependency on checkpoint/restart, but clearly should have
15215 guarded independently as upstream in 4.3 enabled it regardless of checkpoint/
15216 restart support. It can be used since 4.3 as an ASLR leak under RBAC to
15217 processes of the same UID. Thanks to Mathias Krause for the report!
15218
15219 fs/proc/base.c | 2 ++
15220 1 file changed, 2 insertions(+)
15221
15222commit e4f1e517092222aa28179b20e14c0ddfb2796049
15223Author: Brad Spengler <spender@grsecurity.net>
15224Date: Thu Feb 18 19:32:39 2016 -0500
15225
15226 Update size_overflow hash table
15227
15228 .../size_overflow_plugin/size_overflow_hash.data | 158 +++++++++++++++++----
15229 1 file changed, 131 insertions(+), 27 deletions(-)
15230
15231commit d5f895ddfa903d0d70425b8c3d7ef649c7e6943b
15232Author: Brad Spengler <spender@grsecurity.net>
15233Date: Thu Feb 18 18:52:37 2016 -0500
15234
15235 Update size_overflow hash table
15236
15237 .../size_overflow_plugin/size_overflow_hash.data | 293 +++++++++++++++++----
15238 1 file changed, 237 insertions(+), 56 deletions(-)
15239
15240commit 9d198df724c306c36e254fe19d0957fb608c3fa2
15241Author: Brad Spengler <spender@grsecurity.net>
15242Date: Thu Feb 18 18:23:03 2016 -0500
15243
15244 compile fix
15245
15246 tools/gcc/randomize_layout_plugin.c | 2 +-
15247 1 file changed, 1 insertion(+), 1 deletion(-)
15248
15249commit 024d2af98b755712daff6ed7c49af921da4e8883
15250Author: Brad Spengler <spender@grsecurity.net>
15251Date: Thu Feb 18 18:19:47 2016 -0500
15252
15253 compile fix
15254
15255 tools/gcc/randomize_layout_plugin.c | 2 +-
15256 1 file changed, 1 insertion(+), 1 deletion(-)
15257
15258commit 14a7b3bb5c3d8c6ef70c3e0842a5adc7f0f3e2c8
15259Author: Brad Spengler <spender@grsecurity.net>
15260Date: Thu Feb 18 18:16:32 2016 -0500
15261
15262 compile fix
15263
15264 tools/gcc/randomize_layout_plugin.c | 9 +++++----
15265 1 file changed, 5 insertions(+), 4 deletions(-)
15266
15267commit 9b2d0ee62bc66858c274f256c0502cbcbd34b2bf
15268Author: Brad Spengler <spender@grsecurity.net>
15269Date: Thu Feb 18 17:54:51 2016 -0500
15270
15271 Compile fix
15272
15273 tools/gcc/randomize_layout_plugin.c | 2 +-
15274 1 file changed, 1 insertion(+), 1 deletion(-)
15275
15276commit 13823395101c4228ecded4b624583389ee13bfb3
15277Author: Brad Spengler <spender@grsecurity.net>
15278Date: Thu Feb 18 17:35:21 2016 -0500
15279
15280 compile fix
15281
15282 Makefile | 5 +----
15283 1 file changed, 1 insertion(+), 4 deletions(-)
15284
15285commit 0316a42a37e67b0bc8a545c7a8b63db2d25f1ab0
15286Merge: 45cbb7e 09d53c7
15287Author: Brad Spengler <spender@grsecurity.net>
15288Date: Thu Feb 18 16:40:51 2016 -0500
15289
15290 Merge branch 'pax-test' into grsec-test
15291
15292 Conflicts:
15293 Makefile
15294 include/linux/genl_magic_struct.h
15295 scripts/mod/modpost.c
15296 tools/gcc/size_overflow_plugin/size_overflow_hash.data
15297
15298commit 09d53c74140e87e886a28980cedbb7e771f2a356
15299Author: Brad Spengler <spender@grsecurity.net>
15300Date: Thu Feb 18 16:24:02 2016 -0500
15301
15302 Update to pax-linux-4.4.2-test4.patch:
15303 - 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>
15304 - moved gcc plugin related makefile bits into a separate file, by Emese
15305 - changed modpost to report writable function pointers separately
15306 - increased the size of mem_cgroup.numainfo_events to avoid a wraparound caught by REFCOUNT, reported by alexey vlasov
15307 - reduced the size of the compat syscall entry points on amd64
15308 - 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)
15309 - Emese regenerated the size overflow hash table for 4.4
15310 - all plugins now use the new pass generator headers
15311
15312 Makefile | 73 +-
15313 arch/x86/entry/entry_64.S | 2 +-
15314 arch/x86/entry/entry_64_compat.S | 48 +-
15315 fs/exec.c | 3 +
15316 include/linux/genl_magic_struct.h | 4 +-
15317 include/linux/memcontrol.h | 2 +-
15318 ipc/shm.c | 2 +-
15319 mm/memcontrol.c | 6 +-
15320 scripts/Makefile.extrawarn | 4 +
15321 scripts/Makefile.gcc-plugins | 69 +
15322 scripts/mod/modpost.c | 15 +-
15323 tools/gcc/checker_plugin.c | 71 +-
15324 tools/gcc/colorize_plugin.c | 65 +-
15325 tools/gcc/constify_plugin.c | 65 +-
15326 tools/gcc/gcc-generate-gimple-pass.h | 172 +
15327 tools/gcc/gcc-generate-ipa-pass.h | 286 +
15328 tools/gcc/gcc-generate-rtl-pass.h | 172 +
15329 tools/gcc/initify_plugin.c | 74 +-
15330 tools/gcc/kallocstat_plugin.c | 65 +-
15331 tools/gcc/kernexec_plugin.c | 184 +-
15332 tools/gcc/latent_entropy_plugin.c | 71 +-
15333 tools/gcc/randomize_layout_seed.h | 1 -
15334 .../disable_size_overflow_hash.h | 152601 ------------------
15335 .../insert_size_overflow_asm.c | 71 +-
15336 .../size_overflow_plugin/intentional_overflow.c | 6 +-
15337 tools/gcc/size_overflow_plugin/size_overflow.h | 20 +-
15338 .../size_overflow_plugin/size_overflow_hash.data | 2898 +-
15339 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 94 +-
15340 .../size_overflow_plugin/size_overflow_plugin.c | 14 +-
15341 .../size_overflow_plugin/size_overflow_transform.c | 2 +-
15342 .../size_overflow_transform_core.c | 2 +-
15343 tools/gcc/stackleak_plugin.c | 132 +-
15344 tools/gcc/structleak_plugin.c | 67 +-
15345 33 files changed, 2238 insertions(+), 155123 deletions(-)
15346
15347commit 45cbb7e015a18625dafb019246e13e8cf3a18ace
15348Merge: 3b5448b 0c85110
15349Author: Brad Spengler <spender@grsecurity.net>
15350Date: Wed Feb 17 19:11:25 2016 -0500
15351
15352 Merge branch 'pax-test' into grsec-test
15353
15354commit 0c851109f683896aaff8a310bbfa943272b47516
15355Merge: 6cb4f49 1cb8570
15356Author: Brad Spengler <spender@grsecurity.net>
15357Date: Wed Feb 17 19:11:21 2016 -0500
15358
15359 Merge branch 'linux-4.4.y' into pax-test
15360
15361commit 3b5448bd1d85025d19b2587902e4264eb212a0a3
15362Author: Brad Spengler <spender@grsecurity.net>
15363Date: Mon Feb 15 18:02:40 2016 -0500
15364
15365 Fix a drbd bug reported by iamb on the forums:
15366 https://forums.grsecurity.net/viewtopic.php?f=3&t=4366#p16032
15367 which caused a size_overflow report
15368
15369 include/linux/genl_magic_struct.h | 4 ++--
15370 1 file changed, 2 insertions(+), 2 deletions(-)
15371
15372commit 061fcd0e74441189a87bfe13b55fb02b98f7d7c0
15373Author: Brad Spengler <spender@grsecurity.net>
15374Date: Mon Feb 15 13:20:38 2016 -0500
15375
15376 compile fix
15377
15378 drivers/staging/wilc1000/host_interface.h | 1 +
15379 1 file changed, 1 insertion(+)
15380
15381commit 675f2dcbdd4ea3293eea9c42f0cc427b1c903fc8
15382Author: Brad Spengler <spender@grsecurity.net>
15383Date: Mon Feb 15 12:54:52 2016 -0500
15384
15385 Update size_overflow hash table
15386
15387 .../size_overflow_plugin/size_overflow_hash.data | 21 +++++++++++++++++----
15388 1 file changed, 17 insertions(+), 4 deletions(-)
15389
15390commit c8c50394f0c9f2e9baaeb884a29be2057cadbf7b
15391Author: Brad Spengler <spender@grsecurity.net>
15392Date: Mon Feb 15 12:53:54 2016 -0500
15393
15394 compile fix
15395
15396 drivers/staging/wilc1000/wilc_spi.c | 1 -
15397 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
15398 2 files changed, 1 insertion(+), 2 deletions(-)
15399
15400commit a9dd4481db099082967585be8e153899e5fd24c7
15401Author: Brad Spengler <spender@grsecurity.net>
15402Date: Mon Feb 15 12:52:32 2016 -0500
15403
15404 compile fix
15405
15406 fs/proc/fd.c | 2 --
15407 1 file changed, 2 deletions(-)
15408
15409commit 5acb4fa0063460807096429f073181d1c5a3e566
15410Author: Brad Spengler <spender@grsecurity.net>
15411Date: Mon Feb 15 12:32:13 2016 -0500
15412
15413 Update size_overflow hash table
15414
15415 .../size_overflow_plugin/size_overflow_hash.data | 224 +++++++++++++++++----
15416 1 file changed, 182 insertions(+), 42 deletions(-)
15417
15418commit c0bac9ff9af7ef753740622b5736684a32b49a9f
15419Author: Brad Spengler <spender@grsecurity.net>
15420Date: Mon Feb 15 12:31:16 2016 -0500
15421
15422 compile fix
15423
15424 drivers/staging/wilc1000/wilc_spi.c | 1 +
15425 1 file changed, 1 insertion(+)
15426
15427commit 2f89ebdee131f6a6c85e611e5b993d4b19bc2673
15428Author: Brad Spengler <spender@grsecurity.net>
15429Date: Mon Feb 15 12:28:36 2016 -0500
15430
15431 RANDSTRUCT compile fix
15432
15433 drivers/staging/wilc1000/wilc_spi.c | 32 ++++++++++++++++----------------
15434 1 file changed, 16 insertions(+), 16 deletions(-)
15435
15436commit 693be5d7f5b783f451499bbe83162aeb0f27a09f
15437Author: Brad Spengler <spender@grsecurity.net>
15438Date: Mon Feb 15 12:24:49 2016 -0500
15439
15440 RANDSTRUCT compile fix
15441
15442 drivers/staging/wilc1000/wilc_sdio.c | 34 +++++++++++++++++-----------------
15443 1 file changed, 17 insertions(+), 17 deletions(-)
15444
15445commit bdf3dcd665c1a8ef9b69ad6525760c5160ec19a2
15446Author: Hariprasad S <hariprasad@chelsio.com>
15447Date: Fri Dec 11 13:59:17 2015 +0530
15448
15449 iw_cxgb3: Fix incorrectly returning error on success
15450
15451 The cxgb3_*_send() functions return NET_XMIT_ values, which are
15452 positive integers values. So don't treat positive return values
15453 as an error.
15454
15455 Signed-off-by: Steve Wise <swise@opengridcomputing.com>
15456 Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
15457 Signed-off-by: Doug Ledford <dledford@redhat.com>
15458
15459 drivers/infiniband/hw/cxgb3/iwch_cm.c | 4 ++--
15460 1 file changed, 2 insertions(+), 2 deletions(-)
15461
15462commit 8705fe372dc21046ca3fc55381b70cffb4c60207
15463Author: Daniel Borkmann <daniel@iogearbox.net>
15464Date: Wed Feb 10 16:47:11 2016 +0100
15465
15466 bpf: fix branch offset adjustment on backjumps after patching ctx expansion
15467
15468 When ctx access is used, the kernel often needs to expand/rewrite
15469 instructions, so after that patching, branch offsets have to be
15470 adjusted for both forward and backward jumps in the new eBPF program,
15471 but for backward jumps it fails to account the delta. Meaning, for
15472 example, if the expansion happens exactly on the insn that sits at
15473 the jump target, it doesn't fix up the back jump offset.
15474
15475 Analysis on what the check in adjust_branches() is currently doing:
15476
15477 /* adjust offset of jmps if necessary */
15478 if (i < pos && i + insn->off + 1 > pos)
15479 insn->off += delta;
15480 else if (i > pos && i + insn->off + 1 < pos)
15481 insn->off -= delta;
15482
15483 First condition (forward jumps):
15484
15485 Before: After:
15486
15487 insns[0] insns[0]
15488 insns[1] <--- i/insn insns[1] <--- i/insn
15489 insns[2] <--- pos insns[P] <--- pos
15490 insns[3] insns[P] `------| delta
15491 insns[4] <--- target_X insns[P] `-----|
15492 insns[5] insns[3]
15493 insns[4] <--- target_X
15494 insns[5]
15495
15496 First case is if we cross pos-boundary and the jump instruction was
15497 before pos. This is handeled correctly. I.e. if i == pos, then this
15498 would mean our jump that we currently check was the patchlet itself
15499 that we just injected. Since such patchlets are self-contained and
15500 have no awareness of any insns before or after the patched one, the
15501 delta is correctly not adjusted. Also, for the second condition in
15502 case of i + insn->off + 1 == pos, means we jump to that newly patched
15503 instruction, so no offset adjustment are needed. That part is correct.
15504
15505 Second condition (backward jumps):
15506
15507 Before: After:
15508
15509 insns[0] insns[0]
15510 insns[1] <--- target_X insns[1] <--- target_X
15511 insns[2] <--- pos <-- target_Y insns[P] <--- pos <-- target_Y
15512 insns[3] insns[P] `------| delta
15513 insns[4] <--- i/insn insns[P] `-----|
15514 insns[5] insns[3]
15515 insns[4] <--- i/insn
15516 insns[5]
15517
15518 Second interesting case is where we cross pos-boundary and the jump
15519 instruction was after pos. Backward jump with i == pos would be
15520 impossible and pose a bug somewhere in the patchlet, so the first
15521 condition checking i > pos is okay only by itself. However, i +
15522 insn->off + 1 < pos does not always work as intended to trigger the
15523 adjustment. It works when jump targets would be far off where the
15524 delta wouldn't matter. But, for example, where the fixed insn->off
15525 before pointed to pos (target_Y), it now points to pos + delta, so
15526 that additional room needs to be taken into account for the check.
15527 This means that i) both tests here need to be adjusted into pos + delta,
15528 and ii) for the second condition, the test needs to be <= as pos
15529 itself can be a target in the backjump, too.
15530
15531 Fixes: 9bac3d6d548e ("bpf: allow extended BPF programs access skb fields")
15532 Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
15533 Signed-off-by: David S. Miller <davem@davemloft.net>
15534
15535 kernel/bpf/verifier.c | 2 +-
15536 1 file changed, 1 insertion(+), 1 deletion(-)
15537
15538commit 61b513b644116e77313addf65970db58f4981608
15539Author: Ryan Ware <ware@linux.intel.com>
15540Date: Thu Feb 11 15:58:44 2016 -0800
15541
15542 EVM: Use crypto_memneq() for digest comparisons
15543
15544 This patch fixes vulnerability CVE-2016-2085. The problem exists
15545 because the vm_verify_hmac() function includes a use of memcmp().
15546 Unfortunately, this allows timing side channel attacks; specifically
15547 a MAC forgery complexity drop from 2^128 to 2^12. This patch changes
15548 the memcmp() to the cryptographically safe crypto_memneq().
15549
15550 Reported-by: Xiaofei Rex Guo <xiaofei.rex.guo@intel.com>
15551 Signed-off-by: Ryan Ware <ware@linux.intel.com>
15552 Cc: stable@vger.kernel.org
15553 Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
15554 Signed-off-by: James Morris <james.l.morris@oracle.com>
15555
15556 security/integrity/evm/evm_main.c | 3 ++-
15557 1 file changed, 2 insertions(+), 1 deletion(-)
15558
15559commit 970b961e7d0684624f9c69f0b4367d5c76b65a63
15560Author: Michael McConville <mmcco@mykolab.com>
15561Date: Fri Feb 5 20:46:25 2016 -0500
15562
15563 dscc4: Undefined signed int shift
15564
15565 My analysis in the below mail applies, although the second part is
15566 unnecessary because i isn't used in arithmetic operations here:
15567
15568 https://marc.info/?l=openbsd-tech&m=145377854103866&w=2
15569
15570 Thanks for your time.
15571
15572 Signed-off-by: Michael McConville <mmcco@mykolab.com>
15573 Acked-by: Francois Romieu <romieu@fr.zoreil.com>
15574 Signed-off-by: David S. Miller <davem@davemloft.net>
15575
15576 drivers/net/wan/dscc4.c | 2 +-
15577 1 file changed, 1 insertion(+), 1 deletion(-)
15578
15579commit d843df24b6680b600e87ebfea3b7b198b90b5a2a
15580Author: Andrey Konovalov <andreyknvl@gmail.com>
15581Date: Sat Feb 13 11:08:06 2016 +0300
15582
15583 ALSA: usb-audio: avoid freeing umidi object twice
15584
15585 The 'umidi' object will be free'd on the error path by snd_usbmidi_free()
15586 when tearing down the rawmidi interface. So we shouldn't try to free it
15587 in snd_usbmidi_create() after having registered the rawmidi interface.
15588
15589 Found by KASAN.
15590
15591 Signed-off-by: Andrey Konovalov <andreyknvl@gmail.com>
15592 Acked-by: Clemens Ladisch <clemens@ladisch.de>
15593 Cc: <stable@vger.kernel.org>
15594 Signed-off-by: Takashi Iwai <tiwai@suse.de>
15595
15596 sound/usb/midi.c | 1 -
15597 1 file changed, 1 deletion(-)
15598
15599commit ed3a8ab1976674d56e258da93639e61f1446e703
15600Author: zengtao <prime.zeng@huawei.com>
15601Date: Tue Feb 2 11:38:34 2016 +0800
15602
15603 cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()
15604
15605 The datatype __kernel_time_t is u32 on 32bit platform, so its subject to
15606 overflows in the timeval/timespec to cputime conversion.
15607
15608 Currently the following functions are affected:
15609 1. setitimer()
15610 2. timer_create/timer_settime()
15611 3. sys_clock_nanosleep
15612
15613 This can happen on MIPS32 and ARM32 with "Full dynticks CPU time accounting"
15614 enabled, which is required for CONFIG_NO_HZ_FULL.
15615
15616 Enforce u64 conversion to prevent the overflow.
15617
15618 Fixes: 31c1fc818715 ("ARM: Kconfig: allow full nohz CPU accounting")
15619 Signed-off-by: zengtao <prime.zeng@huawei.com>
15620 Reviewed-by: Arnd Bergmann <arnd@arndb.de>
15621 Cc: <fweisbec@gmail.com>
15622 Cc: stable@vger.kernel.org
15623 Link: http://lkml.kernel.org/r/1454384314-154784-1-git-send-email-prime.zeng@huawei.com
15624 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
15625
15626 include/asm-generic/cputime_nsecs.h | 5 +++--
15627 1 file changed, 3 insertions(+), 2 deletions(-)
15628
15629commit bf8a2de485da37d73850e7cfa31967b7798b6ce0
15630Author: Brad Spengler <spender@grsecurity.net>
15631Date: Mon Feb 15 11:55:18 2016 -0500
15632
15633 Fix building with allnoconfig, don't make our added DATA_TO_TEXT mismatch warnings
15634 count as actual mismatches
15635
15636 scripts/mod/modpost.c | 3 ++-
15637 1 file changed, 2 insertions(+), 1 deletion(-)
15638
15639commit c9d82b6d0f1a2484fea0a516989dbdc6c55e5693
15640Author: Brad Spengler <spender@grsecurity.net>
15641Date: Mon Feb 15 11:44:36 2016 -0500
15642
15643 Compile fix
15644
15645 tools/gcc/randomize_layout_seed.h | 1 -
15646 1 file changed, 1 deletion(-)
15647
15648commit fb68cbb98732e6801e8fc8d1da1f1195e51ff077
15649Author: Brad Spengler <spender@grsecurity.net>
15650Date: Mon Feb 15 11:27:32 2016 -0500
15651
15652 disable USELIB
15653
15654 init/Kconfig | 3 ++-
15655 1 file changed, 2 insertions(+), 1 deletion(-)
15656
15657commit cbda9a44b7f92161eb1e444bf7fe2bbcbedaae65
15658Author: Brad Spengler <spender@grsecurity.net>
15659Date: Mon Feb 15 11:23:56 2016 -0500
15660
15661 compile fix
15662
15663 fs/proc/fd.c | 2 +-
15664 1 file changed, 1 insertion(+), 1 deletion(-)
15665
15666commit 5cf0a2e87ab7105d1ba01f55f7636fa2e1fa4bb4
15667Author: Brad Spengler <spender@grsecurity.net>
15668Date: Mon Feb 15 11:19:26 2016 -0500
15669
15670 Initial import of grsecurity for Linux 4.4.1
15671
15672 Documentation/dontdiff | 2 +
15673 Documentation/kernel-parameters.txt | 11 +
15674 Documentation/sysctl/fs.txt | 23 +
15675 Documentation/sysctl/kernel.txt | 15 +
15676 Makefile | 18 +-
15677 arch/alpha/include/asm/cache.h | 4 +-
15678 arch/alpha/kernel/osf_sys.c | 12 +-
15679 arch/arc/Kconfig | 1 +
15680 arch/arm/Kconfig | 1 +
15681 arch/arm/Kconfig.debug | 1 +
15682 arch/arm/include/asm/thread_info.h | 7 +-
15683 arch/arm/kernel/entry-common.S | 8 +-
15684 arch/arm/kernel/process.c | 4 +-
15685 arch/arm/kernel/ptrace.c | 9 +
15686 arch/arm/kernel/traps.c | 7 +-
15687 arch/arm/mm/Kconfig | 4 +-
15688 arch/arm/mm/fault.c | 40 +-
15689 arch/arm/mm/mmap.c | 8 +-
15690 arch/arm/net/bpf_jit_32.c | 51 +-
15691 arch/arm64/Kconfig.debug | 1 +
15692 arch/avr32/include/asm/cache.h | 4 +-
15693 arch/blackfin/Kconfig.debug | 1 +
15694 arch/blackfin/include/asm/cache.h | 3 +-
15695 arch/cris/include/arch-v10/arch/cache.h | 3 +-
15696 arch/cris/include/arch-v32/arch/cache.h | 3 +-
15697 arch/frv/include/asm/cache.h | 3 +-
15698 arch/frv/mm/elf-fdpic.c | 4 +-
15699 arch/hexagon/include/asm/cache.h | 6 +-
15700 arch/ia64/Kconfig | 1 +
15701 arch/ia64/include/asm/cache.h | 3 +-
15702 arch/ia64/kernel/sys_ia64.c | 2 +
15703 arch/ia64/mm/hugetlbpage.c | 2 +
15704 arch/m32r/include/asm/cache.h | 4 +-
15705 arch/m68k/include/asm/cache.h | 4 +-
15706 arch/metag/mm/hugetlbpage.c | 1 +
15707 arch/microblaze/include/asm/cache.h | 3 +-
15708 arch/mips/Kconfig | 1 +
15709 arch/mips/include/asm/cache.h | 3 +-
15710 arch/mips/include/asm/thread_info.h | 11 +-
15711 arch/mips/kernel/irq.c | 3 +
15712 arch/mips/kernel/ptrace.c | 9 +
15713 arch/mips/mm/mmap.c | 4 +-
15714 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
15715 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
15716 arch/openrisc/include/asm/cache.h | 4 +-
15717 arch/parisc/include/asm/cache.h | 3 +
15718 arch/parisc/kernel/sys_parisc.c | 4 +
15719 arch/powerpc/Kconfig | 1 +
15720 arch/powerpc/include/asm/cache.h | 4 +-
15721 arch/powerpc/include/asm/thread_info.h | 5 +-
15722 arch/powerpc/kernel/Makefile | 2 +
15723 arch/powerpc/kernel/irq.c | 3 +
15724 arch/powerpc/kernel/process.c | 10 +-
15725 arch/powerpc/kernel/ptrace.c | 14 +
15726 arch/powerpc/kernel/traps.c | 5 +
15727 arch/powerpc/mm/slice.c | 2 +-
15728 arch/s390/Kconfig.debug | 1 +
15729 arch/s390/include/asm/cache.h | 4 +-
15730 arch/score/include/asm/cache.h | 4 +-
15731 arch/sh/include/asm/cache.h | 3 +-
15732 arch/sh/mm/mmap.c | 6 +-
15733 arch/sparc/include/asm/cache.h | 4 +-
15734 arch/sparc/include/asm/pgalloc_64.h | 1 +
15735 arch/sparc/include/asm/thread_info_64.h | 8 +-
15736 arch/sparc/kernel/process_32.c | 6 +-
15737 arch/sparc/kernel/process_64.c | 8 +-
15738 arch/sparc/kernel/ptrace_64.c | 14 +
15739 arch/sparc/kernel/sys_sparc_64.c | 8 +-
15740 arch/sparc/kernel/syscalls.S | 8 +-
15741 arch/sparc/kernel/traps_32.c | 8 +-
15742 arch/sparc/kernel/traps_64.c | 28 +-
15743 arch/sparc/kernel/unaligned_64.c | 2 +-
15744 arch/sparc/mm/fault_64.c | 2 +-
15745 arch/sparc/mm/hugetlbpage.c | 15 +-
15746 arch/tile/Kconfig | 1 +
15747 arch/tile/include/asm/cache.h | 3 +-
15748 arch/tile/mm/hugetlbpage.c | 2 +
15749 arch/um/include/asm/cache.h | 3 +-
15750 arch/unicore32/include/asm/cache.h | 6 +-
15751 arch/x86/Kconfig | 21 +
15752 arch/x86/Kconfig.debug | 2 +
15753 arch/x86/entry/common.c | 14 +
15754 arch/x86/entry/entry_32.S | 2 +-
15755 arch/x86/entry/entry_64.S | 2 +-
15756 arch/x86/ia32/ia32_aout.c | 2 +
15757 arch/x86/include/asm/floppy.h | 20 +-
15758 arch/x86/include/asm/fpu/types.h | 69 +-
15759 arch/x86/include/asm/io.h | 2 +-
15760 arch/x86/include/asm/page.h | 12 +-
15761 arch/x86/include/asm/paravirt_types.h | 23 +-
15762 arch/x86/include/asm/pgtable_types.h | 6 +-
15763 arch/x86/include/asm/processor.h | 12 +-
15764 arch/x86/include/asm/thread_info.h | 6 +-
15765 arch/x86/include/asm/uaccess.h | 2 +-
15766 arch/x86/kernel/dumpstack.c | 10 +-
15767 arch/x86/kernel/dumpstack_32.c | 2 +-
15768 arch/x86/kernel/dumpstack_64.c | 2 +-
15769 arch/x86/kernel/ioport.c | 13 +
15770 arch/x86/kernel/irq_32.c | 3 +
15771 arch/x86/kernel/irq_64.c | 4 +
15772 arch/x86/kernel/ldt.c | 18 +
15773 arch/x86/kernel/msr.c | 10 +
15774 arch/x86/kernel/ptrace.c | 14 +
15775 arch/x86/kernel/signal.c | 9 +-
15776 arch/x86/kernel/sys_i386_32.c | 9 +-
15777 arch/x86/kernel/sys_x86_64.c | 8 +-
15778 arch/x86/kernel/traps.c | 5 +
15779 arch/x86/kernel/verify_cpu.S | 1 +
15780 arch/x86/kernel/vm86_32.c | 15 +
15781 arch/x86/mm/fault.c | 12 +-
15782 arch/x86/mm/hugetlbpage.c | 15 +-
15783 arch/x86/mm/init.c | 66 +-
15784 arch/x86/mm/init_32.c | 6 +-
15785 arch/x86/mm/pageattr.c | 4 +-
15786 arch/x86/net/bpf_jit_comp.c | 4 +
15787 arch/x86/platform/efi/efi_64.c | 2 +-
15788 arch/x86/xen/Kconfig | 1 +
15789 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
15790 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
15791 crypto/scatterwalk.c | 10 +-
15792 drivers/acpi/acpica/hwxfsleep.c | 11 +-
15793 drivers/acpi/custom_method.c | 4 +
15794 drivers/block/cciss.h | 30 +-
15795 drivers/block/smart1,2.h | 40 +-
15796 drivers/cdrom/cdrom.c | 2 +-
15797 drivers/char/Kconfig | 4 +-
15798 drivers/char/genrtc.c | 1 +
15799 drivers/char/mem.c | 17 +
15800 drivers/char/random.c | 5 +-
15801 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
15802 drivers/firewire/ohci.c | 4 +
15803 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
15804 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
15805 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
15806 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
15807 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
15808 drivers/hid/hid-wiimote-debug.c | 2 +-
15809 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
15810 drivers/iommu/Kconfig | 1 +
15811 drivers/iommu/amd_iommu.c | 14 +-
15812 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
15813 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
15814 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
15815 drivers/isdn/i4l/isdn_concap.c | 6 +-
15816 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
15817 drivers/md/bcache/Kconfig | 1 +
15818 drivers/md/raid5.c | 8 +
15819 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
15820 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
15821 drivers/media/radio/radio-cadet.c | 5 +-
15822 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
15823 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
15824 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
15825 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
15826 drivers/message/fusion/mptbase.c | 9 +
15827 drivers/misc/sgi-xp/xp_main.c | 12 +-
15828 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
15829 drivers/net/ppp/pptp.c | 34 +-
15830 drivers/net/wan/lmc/lmc_media.c | 97 +-
15831 drivers/net/wan/z85230.c | 24 +-
15832 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
15833 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
15834 drivers/pci/proc.c | 9 +
15835 drivers/platform/x86/asus-wmi.c | 12 +
15836 drivers/rtc/rtc-dev.c | 3 +
15837 drivers/scsi/bfa/bfa_fcs.c | 19 +-
15838 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
15839 drivers/scsi/bfa/bfa_modules.h | 12 +-
15840 drivers/scsi/hpsa.h | 40 +-
15841 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
15842 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
15843 drivers/tty/serial/uartlite.c | 4 +-
15844 drivers/tty/sysrq.c | 2 +-
15845 drivers/tty/tty_io.c | 4 +
15846 drivers/tty/vt/keyboard.c | 22 +-
15847 drivers/uio/uio.c | 6 +-
15848 drivers/usb/core/hub.c | 5 +
15849 drivers/usb/gadget/function/f_uac1.c | 1 +
15850 drivers/usb/gadget/function/u_uac1.c | 1 +
15851 drivers/usb/host/hwa-hc.c | 9 +-
15852 drivers/usb/usbip/vhci_sysfs.c | 2 +-
15853 drivers/video/fbdev/arcfb.c | 2 +-
15854 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
15855 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
15856 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
15857 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
15858 drivers/xen/xenfs/xenstored.c | 5 +
15859 firmware/Makefile | 2 +
15860 firmware/WHENCE | 20 +-
15861 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
15862 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
15863 fs/attr.c | 4 +
15864 fs/autofs4/waitq.c | 9 +
15865 fs/binfmt_aout.c | 7 +
15866 fs/binfmt_elf.c | 40 +-
15867 fs/compat.c | 20 +-
15868 fs/compat_ioctl.c | 253 +-
15869 fs/coredump.c | 17 +-
15870 fs/dcache.c | 3 +
15871 fs/debugfs/inode.c | 11 +-
15872 fs/exec.c | 231 +-
15873 fs/ext2/balloc.c | 4 +-
15874 fs/ext2/super.c | 8 +-
15875 fs/ext4/balloc.c | 4 +-
15876 fs/ext4/extents.c | 2 +-
15877 fs/fcntl.c | 4 +
15878 fs/fhandle.c | 3 +-
15879 fs/file.c | 4 +
15880 fs/filesystems.c | 4 +
15881 fs/fs_struct.c | 20 +-
15882 fs/hugetlbfs/inode.c | 24 +-
15883 fs/inode.c | 8 +-
15884 fs/internal.h | 7 +
15885 fs/ioctl.c | 4 +-
15886 fs/kernfs/dir.c | 6 +
15887 fs/mount.h | 4 +-
15888 fs/namei.c | 283 +-
15889 fs/namespace.c | 24 +
15890 fs/nfsd/nfscache.c | 2 +-
15891 fs/open.c | 38 +
15892 fs/overlayfs/inode.c | 3 +
15893 fs/overlayfs/super.c | 6 +-
15894 fs/pipe.c | 49 +-
15895 fs/posix_acl.c | 15 +-
15896 fs/proc/Kconfig | 10 +-
15897 fs/proc/array.c | 69 +-
15898 fs/proc/base.c | 186 +-
15899 fs/proc/cmdline.c | 4 +
15900 fs/proc/devices.c | 4 +
15901 fs/proc/fd.c | 12 +-
15902 fs/proc/generic.c | 64 +
15903 fs/proc/inode.c | 17 +
15904 fs/proc/internal.h | 11 +-
15905 fs/proc/interrupts.c | 4 +
15906 fs/proc/kcore.c | 3 +
15907 fs/proc/namespaces.c | 4 +-
15908 fs/proc/proc_net.c | 31 +
15909 fs/proc/proc_sysctl.c | 52 +-
15910 fs/proc/root.c | 8 +
15911 fs/proc/stat.c | 69 +-
15912 fs/proc/task_mmu.c | 66 +-
15913 fs/readdir.c | 19 +
15914 fs/reiserfs/item_ops.c | 24 +-
15915 fs/reiserfs/super.c | 4 +
15916 fs/select.c | 2 +
15917 fs/seq_file.c | 30 +-
15918 fs/stat.c | 20 +-
15919 fs/sysfs/dir.c | 30 +-
15920 fs/utimes.c | 7 +
15921 fs/xattr.c | 26 +-
15922 grsecurity/Kconfig | 1203 ++++
15923 grsecurity/Makefile | 54 +
15924 grsecurity/gracl.c | 2757 +++++++++
15925 grsecurity/gracl_alloc.c | 105 +
15926 grsecurity/gracl_cap.c | 127 +
15927 grsecurity/gracl_compat.c | 269 +
15928 grsecurity/gracl_fs.c | 448 ++
15929 grsecurity/gracl_ip.c | 386 ++
15930 grsecurity/gracl_learn.c | 207 +
15931 grsecurity/gracl_policy.c | 1786 ++++++
15932 grsecurity/gracl_res.c | 68 +
15933 grsecurity/gracl_segv.c | 304 +
15934 grsecurity/gracl_shm.c | 40 +
15935 grsecurity/grsec_chdir.c | 19 +
15936 grsecurity/grsec_chroot.c | 467 ++
15937 grsecurity/grsec_disabled.c | 445 ++
15938 grsecurity/grsec_exec.c | 189 +
15939 grsecurity/grsec_fifo.c | 26 +
15940 grsecurity/grsec_fork.c | 23 +
15941 grsecurity/grsec_init.c | 294 +
15942 grsecurity/grsec_ipc.c | 48 +
15943 grsecurity/grsec_link.c | 65 +
15944 grsecurity/grsec_log.c | 340 +
15945 grsecurity/grsec_mem.c | 48 +
15946 grsecurity/grsec_mount.c | 65 +
15947 grsecurity/grsec_pax.c | 47 +
15948 grsecurity/grsec_proc.c | 20 +
15949 grsecurity/grsec_ptrace.c | 30 +
15950 grsecurity/grsec_sig.c | 245 +
15951 grsecurity/grsec_sock.c | 244 +
15952 grsecurity/grsec_sysctl.c | 497 ++
15953 grsecurity/grsec_time.c | 16 +
15954 grsecurity/grsec_tpe.c | 78 +
15955 grsecurity/grsec_tty.c | 18 +
15956 grsecurity/grsec_usb.c | 15 +
15957 grsecurity/grsum.c | 54 +
15958 include/linux/binfmts.h | 5 +-
15959 include/linux/capability.h | 13 +
15960 include/linux/compiler-gcc.h | 5 +
15961 include/linux/compiler.h | 8 +
15962 include/linux/cred.h | 8 +-
15963 include/linux/dcache.h | 5 +-
15964 include/linux/fs.h | 26 +-
15965 include/linux/fs_struct.h | 2 +-
15966 include/linux/fsnotify.h | 6 +
15967 include/linux/gracl.h | 342 ++
15968 include/linux/gracl_compat.h | 156 +
15969 include/linux/gralloc.h | 9 +
15970 include/linux/grdefs.h | 140 +
15971 include/linux/grinternal.h | 231 +
15972 include/linux/grmsg.h | 119 +
15973 include/linux/grsecurity.h | 258 +
15974 include/linux/grsock.h | 19 +
15975 include/linux/ipc.h | 2 +-
15976 include/linux/ipc_namespace.h | 2 +-
15977 include/linux/kallsyms.h | 18 +-
15978 include/linux/key-type.h | 4 +-
15979 include/linux/kmod.h | 5 +
15980 include/linux/kobject.h | 2 +-
15981 include/linux/lsm_hooks.h | 4 +-
15982 include/linux/mm.h | 12 +
15983 include/linux/mm_types.h | 4 +-
15984 include/linux/module.h | 5 +-
15985 include/linux/mount.h | 2 +-
15986 include/linux/msg.h | 2 +-
15987 include/linux/netfilter/xt_gradm.h | 9 +
15988 include/linux/path.h | 4 +-
15989 include/linux/perf_event.h | 13 +-
15990 include/linux/pid_namespace.h | 2 +-
15991 include/linux/pipe_fs_i.h | 4 +
15992 include/linux/poison.h | 2 +-
15993 include/linux/printk.h | 2 +-
15994 include/linux/proc_fs.h | 22 +-
15995 include/linux/proc_ns.h | 2 +-
15996 include/linux/ptrace.h | 24 +-
15997 include/linux/radix-tree.h | 22 +-
15998 include/linux/random.h | 2 +-
15999 include/linux/rbtree_augmented.h | 4 +-
16000 include/linux/scatterlist.h | 12 +-
16001 include/linux/sched.h | 115 +-
16002 include/linux/security.h | 1 +
16003 include/linux/sem.h | 2 +-
16004 include/linux/seq_file.h | 5 +
16005 include/linux/shm.h | 6 +-
16006 include/linux/shmem_fs.h | 5 +-
16007 include/linux/skbuff.h | 3 +
16008 include/linux/slab.h | 9 -
16009 include/linux/sysctl.h | 8 +-
16010 include/linux/thread_info.h | 6 +-
16011 include/linux/tty.h | 2 +-
16012 include/linux/tty_driver.h | 4 +-
16013 include/linux/uidgid.h | 5 +
16014 include/linux/user_namespace.h | 2 +-
16015 include/linux/utsname.h | 2 +-
16016 include/linux/vermagic.h | 16 +-
16017 include/linux/vmalloc.h | 8 +
16018 include/net/af_unix.h | 6 +-
16019 include/net/ip.h | 2 +-
16020 include/net/neighbour.h | 2 +-
16021 include/net/net_namespace.h | 2 +-
16022 include/net/netfilter/nf_conntrack_core.h | 8 +-
16023 include/net/scm.h | 1 +
16024 include/net/sock.h | 2 +-
16025 include/trace/events/fs.h | 53 +
16026 include/uapi/linux/personality.h | 1 +
16027 init/Kconfig | 2 +
16028 init/main.c | 46 +-
16029 ipc/mqueue.c | 1 +
16030 ipc/msg.c | 3 +-
16031 ipc/msgutil.c | 4 +-
16032 ipc/sem.c | 3 +-
16033 ipc/shm.c | 26 +-
16034 ipc/util.c | 6 +
16035 kernel/auditsc.c | 2 +-
16036 kernel/bpf/syscall.c | 10 +-
16037 kernel/capability.c | 41 +-
16038 kernel/cgroup.c | 5 +-
16039 kernel/compat.c | 1 +
16040 kernel/configs.c | 11 +
16041 kernel/cred.c | 112 +-
16042 kernel/events/core.c | 16 +-
16043 kernel/exit.c | 10 +-
16044 kernel/fork.c | 86 +-
16045 kernel/futex.c | 6 +-
16046 kernel/futex_compat.c | 2 +-
16047 kernel/kallsyms.c | 9 +
16048 kernel/kcmp.c | 8 +-
16049 kernel/kexec_core.c | 2 +-
16050 kernel/kmod.c | 96 +-
16051 kernel/kprobes.c | 9 +-
16052 kernel/ksysfs.c | 2 +
16053 kernel/locking/lockdep_proc.c | 10 +-
16054 kernel/module.c | 108 +-
16055 kernel/panic.c | 4 +-
16056 kernel/pid.c | 18 +-
16057 kernel/power/Kconfig | 2 +
16058 kernel/printk/printk.c | 7 +-
16059 kernel/ptrace.c | 89 +-
16060 kernel/resource.c | 10 +
16061 kernel/sched/core.c | 11 +-
16062 kernel/seccomp.c | 22 +-
16063 kernel/signal.c | 37 +-
16064 kernel/sys.c | 64 +-
16065 kernel/sysctl.c | 186 +-
16066 kernel/taskstats.c | 6 +
16067 kernel/time/posix-timers.c | 8 +
16068 kernel/time/time.c | 5 +
16069 kernel/time/timekeeping.c | 3 +
16070 kernel/time/timer_list.c | 13 +-
16071 kernel/time/timer_stats.c | 10 +-
16072 kernel/trace/Kconfig | 2 +
16073 kernel/trace/trace_syscalls.c | 8 +
16074 kernel/user_namespace.c | 15 +
16075 lib/Kconfig.debug | 13 +-
16076 lib/Kconfig.kasan | 2 +-
16077 lib/is_single_threaded.c | 3 +
16078 lib/list_debug.c | 65 +-
16079 lib/nlattr.c | 2 +
16080 lib/radix-tree.c | 12 +-
16081 lib/rbtree.c | 4 +-
16082 lib/vsprintf.c | 39 +-
16083 localversion-grsec | 1 +
16084 mm/Kconfig | 8 +-
16085 mm/Kconfig.debug | 1 +
16086 mm/filemap.c | 1 +
16087 mm/kmemleak.c | 4 +-
16088 mm/memory.c | 2 +-
16089 mm/mempolicy.c | 12 +-
16090 mm/migrate.c | 3 +-
16091 mm/mlock.c | 11 +-
16092 mm/mmap.c | 103 +-
16093 mm/mprotect.c | 8 +
16094 mm/oom_kill.c | 4 +
16095 mm/page_alloc.c | 2 +-
16096 mm/process_vm_access.c | 8 +-
16097 mm/shmem.c | 11 +-
16098 mm/slab.c | 14 +-
16099 mm/slab_common.c | 2 +-
16100 mm/slob.c | 12 +
16101 mm/slub.c | 33 +-
16102 mm/util.c | 3 +
16103 mm/vmalloc.c | 82 +-
16104 mm/vmstat.c | 29 +-
16105 net/appletalk/atalk_proc.c | 2 +-
16106 net/atm/lec.c | 6 +-
16107 net/atm/mpoa_caches.c | 42 +-
16108 net/can/bcm.c | 2 +-
16109 net/can/proc.c | 2 +-
16110 net/core/dev_ioctl.c | 7 +-
16111 net/core/filter.c | 8 +-
16112 net/core/net-procfs.c | 17 +-
16113 net/core/pktgen.c | 2 +-
16114 net/core/scm.c | 7 +
16115 net/core/sock.c | 3 +-
16116 net/core/sysctl_net_core.c | 2 +-
16117 net/decnet/dn_dev.c | 2 +-
16118 net/ipv4/Kconfig | 1 +
16119 net/ipv4/devinet.c | 6 +-
16120 net/ipv4/inet_hashtables.c | 4 +
16121 net/ipv4/ip_input.c | 7 +
16122 net/ipv4/ip_sockglue.c | 3 +-
16123 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
16124 net/ipv4/route.c | 6 +-
16125 net/ipv4/tcp_input.c | 6 +-
16126 net/ipv4/tcp_ipv4.c | 24 +-
16127 net/ipv4/tcp_minisocks.c | 9 +-
16128 net/ipv4/tcp_timer.c | 11 +
16129 net/ipv4/udp.c | 24 +
16130 net/ipv6/Kconfig | 1 +
16131 net/ipv6/addrconf.c | 13 +-
16132 net/ipv6/proc.c | 2 +-
16133 net/ipv6/tcp_ipv6.c | 23 +-
16134 net/ipv6/udp.c | 7 +
16135 net/ipx/ipx_proc.c | 2 +-
16136 net/irda/irproc.c | 2 +-
16137 net/iucv/af_iucv.c | 3 +
16138 net/llc/llc_proc.c | 2 +-
16139 net/netfilter/Kconfig | 10 +
16140 net/netfilter/Makefile | 1 +
16141 net/netfilter/nf_conntrack_core.c | 46 +-
16142 net/netfilter/nf_conntrack_helper.c | 2 +-
16143 net/netfilter/nf_conntrack_netlink.c | 2 +-
16144 net/netfilter/xt_gradm.c | 51 +
16145 net/netfilter/xt_hashlimit.c | 4 +-
16146 net/netfilter/xt_recent.c | 2 +-
16147 net/openvswitch/actions.c | 19 +-
16148 net/sctp/sm_sideeffect.c | 11 +-
16149 net/sctp/sm_statefuns.c | 17 +-
16150 net/socket.c | 75 +-
16151 net/sunrpc/Kconfig | 1 +
16152 net/sunrpc/cache.c | 2 +-
16153 net/sunrpc/stats.c | 2 +-
16154 net/sysctl_net.c | 2 +-
16155 net/unix/af_unix.c | 57 +-
16156 net/unix/garbage.c | 8 +-
16157 net/vmw_vsock/vmci_transport_notify.c | 30 +-
16158 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
16159 net/x25/sysctl_net_x25.c | 2 +-
16160 net/x25/x25_proc.c | 2 +-
16161 scripts/package/Makefile | 2 +-
16162 scripts/package/mkspec | 41 +-
16163 security/Kconfig | 369 +-
16164 security/apparmor/file.c | 4 +-
16165 security/apparmor/lsm.c | 8 +-
16166 security/commoncap.c | 36 +-
16167 security/keys/internal.h | 2 +-
16168 security/min_addr.c | 2 +
16169 security/smack/smack_lsm.c | 8 +-
16170 security/tomoyo/file.c | 12 +-
16171 security/tomoyo/mount.c | 4 +
16172 security/tomoyo/tomoyo.c | 20 +-
16173 security/yama/Kconfig | 2 +-
16174 security/yama/yama_lsm.c | 4 +-
16175 sound/core/timer.c | 4 +-
16176 sound/synth/emux/emux_seq.c | 14 +-
16177 sound/usb/line6/driver.c | 40 +-
16178 sound/usb/line6/toneport.c | 12 +-
16179 tools/gcc/.gitignore | 1 +
16180 tools/gcc/Makefile | 12 +
16181 tools/gcc/gen-random-seed.sh | 8 +
16182 tools/gcc/randomize_layout_plugin.c | 930 +++
16183 tools/gcc/size_overflow_plugin/.gitignore | 1 +
16184 .../size_overflow_plugin/size_overflow_hash.data | 463 +-
16185 513 files changed, 33007 insertions(+), 3251 deletions(-)
16186
16187commit 6cb4f49b6a55cf16ae82685e1ab9b74c95b2f743
16188Author: Brad Spengler <spender@grsecurity.net>
16189Date: Mon Feb 15 10:51:41 2016 -0500
16190
16191 Initial import of pax-linux-4.4.1-test3.patch
16192
16193 Documentation/dontdiff | 46 +-
16194 Documentation/kbuild/makefiles.txt | 39 +-
16195 Documentation/kernel-parameters.txt | 28 +
16196 Makefile | 119 +-
16197 arch/alpha/include/asm/atomic.h | 10 +
16198 arch/alpha/include/asm/elf.h | 7 +
16199 arch/alpha/include/asm/pgalloc.h | 6 +
16200 arch/alpha/include/asm/pgtable.h | 11 +
16201 arch/alpha/kernel/module.c | 2 +-
16202 arch/alpha/kernel/osf_sys.c | 8 +-
16203 arch/alpha/mm/fault.c | 141 +-
16204 arch/arm/Kconfig | 3 +-
16205 arch/arm/include/asm/atomic.h | 323 +-
16206 arch/arm/include/asm/cache.h | 5 +-
16207 arch/arm/include/asm/cacheflush.h | 2 +-
16208 arch/arm/include/asm/checksum.h | 14 +-
16209 arch/arm/include/asm/cmpxchg.h | 4 +
16210 arch/arm/include/asm/cpuidle.h | 2 +-
16211 arch/arm/include/asm/domain.h | 42 +-
16212 arch/arm/include/asm/elf.h | 9 +-
16213 arch/arm/include/asm/fncpy.h | 2 +
16214 arch/arm/include/asm/futex.h | 1 +
16215 arch/arm/include/asm/kmap_types.h | 2 +-
16216 arch/arm/include/asm/mach/dma.h | 2 +-
16217 arch/arm/include/asm/mach/map.h | 16 +-
16218 arch/arm/include/asm/outercache.h | 2 +-
16219 arch/arm/include/asm/page.h | 3 +-
16220 arch/arm/include/asm/pgalloc.h | 20 +
16221 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
16222 arch/arm/include/asm/pgtable-2level.h | 3 +
16223 arch/arm/include/asm/pgtable-3level.h | 3 +
16224 arch/arm/include/asm/pgtable.h | 54 +-
16225 arch/arm/include/asm/smp.h | 2 +-
16226 arch/arm/include/asm/thread_info.h | 3 +
16227 arch/arm/include/asm/tls.h | 3 +
16228 arch/arm/include/asm/uaccess.h | 113 +-
16229 arch/arm/include/uapi/asm/ptrace.h | 2 +-
16230 arch/arm/kernel/armksyms.c | 2 +-
16231 arch/arm/kernel/cpuidle.c | 2 +-
16232 arch/arm/kernel/entry-armv.S | 109 +-
16233 arch/arm/kernel/entry-common.S | 40 +-
16234 arch/arm/kernel/entry-header.S | 55 +
16235 arch/arm/kernel/fiq.c | 3 +
16236 arch/arm/kernel/module-plts.c | 7 +-
16237 arch/arm/kernel/module.c | 38 +-
16238 arch/arm/kernel/patch.c | 2 +
16239 arch/arm/kernel/process.c | 92 +-
16240 arch/arm/kernel/reboot.c | 1 +
16241 arch/arm/kernel/setup.c | 20 +-
16242 arch/arm/kernel/signal.c | 35 +-
16243 arch/arm/kernel/smp.c | 2 +-
16244 arch/arm/kernel/tcm.c | 4 +-
16245 arch/arm/kernel/vmlinux.lds.S | 6 +-
16246 arch/arm/kvm/arm.c | 8 +-
16247 arch/arm/lib/copy_page.S | 1 +
16248 arch/arm/lib/csumpartialcopyuser.S | 4 +-
16249 arch/arm/lib/delay.c | 2 +-
16250 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
16251 arch/arm/mach-exynos/suspend.c | 6 +-
16252 arch/arm/mach-mvebu/coherency.c | 4 +-
16253 arch/arm/mach-omap2/board-n8x0.c | 2 +-
16254 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
16255 arch/arm/mach-omap2/omap-smp.c | 1 +
16256 arch/arm/mach-omap2/omap_device.c | 4 +-
16257 arch/arm/mach-omap2/omap_device.h | 4 +-
16258 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
16259 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
16260 arch/arm/mach-omap2/wd_timer.c | 6 +-
16261 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
16262 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
16263 arch/arm/mach-tegra/irq.c | 1 +
16264 arch/arm/mach-ux500/pm.c | 1 +
16265 arch/arm/mach-zynq/platsmp.c | 1 +
16266 arch/arm/mm/Kconfig | 6 +-
16267 arch/arm/mm/cache-l2x0.c | 2 +-
16268 arch/arm/mm/context.c | 10 +-
16269 arch/arm/mm/fault.c | 146 +
16270 arch/arm/mm/fault.h | 12 +
16271 arch/arm/mm/init.c | 39 +
16272 arch/arm/mm/ioremap.c | 4 +-
16273 arch/arm/mm/mmap.c | 30 +-
16274 arch/arm/mm/mmu.c | 162 +-
16275 arch/arm/net/bpf_jit_32.c | 3 +
16276 arch/arm/plat-iop/setup.c | 2 +-
16277 arch/arm/plat-omap/sram.c | 2 +
16278 arch/arm64/include/asm/atomic.h | 10 +
16279 arch/arm64/include/asm/percpu.h | 8 +-
16280 arch/arm64/include/asm/pgalloc.h | 5 +
16281 arch/arm64/include/asm/uaccess.h | 1 +
16282 arch/arm64/mm/dma-mapping.c | 2 +-
16283 arch/avr32/include/asm/elf.h | 8 +-
16284 arch/avr32/include/asm/kmap_types.h | 4 +-
16285 arch/avr32/mm/fault.c | 27 +
16286 arch/frv/include/asm/atomic.h | 10 +
16287 arch/frv/include/asm/kmap_types.h | 2 +-
16288 arch/frv/mm/elf-fdpic.c | 3 +-
16289 arch/ia64/Makefile | 1 +
16290 arch/ia64/include/asm/atomic.h | 10 +
16291 arch/ia64/include/asm/elf.h | 7 +
16292 arch/ia64/include/asm/pgalloc.h | 12 +
16293 arch/ia64/include/asm/pgtable.h | 13 +-
16294 arch/ia64/include/asm/spinlock.h | 2 +-
16295 arch/ia64/include/asm/uaccess.h | 27 +-
16296 arch/ia64/kernel/module.c | 45 +-
16297 arch/ia64/kernel/palinfo.c | 2 +-
16298 arch/ia64/kernel/sys_ia64.c | 7 +
16299 arch/ia64/kernel/vmlinux.lds.S | 2 +-
16300 arch/ia64/mm/fault.c | 32 +-
16301 arch/ia64/mm/init.c | 15 +-
16302 arch/m32r/lib/usercopy.c | 6 +
16303 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
16304 arch/mips/include/asm/atomic.h | 368 +-
16305 arch/mips/include/asm/elf.h | 7 +
16306 arch/mips/include/asm/exec.h | 2 +-
16307 arch/mips/include/asm/hw_irq.h | 2 +-
16308 arch/mips/include/asm/local.h | 57 +
16309 arch/mips/include/asm/page.h | 2 +-
16310 arch/mips/include/asm/pgalloc.h | 5 +
16311 arch/mips/include/asm/pgtable.h | 3 +
16312 arch/mips/include/asm/uaccess.h | 1 +
16313 arch/mips/kernel/binfmt_elfn32.c | 7 +
16314 arch/mips/kernel/binfmt_elfo32.c | 7 +
16315 arch/mips/kernel/irq-gt641xx.c | 2 +-
16316 arch/mips/kernel/irq.c | 6 +-
16317 arch/mips/kernel/pm-cps.c | 2 +-
16318 arch/mips/kernel/process.c | 12 -
16319 arch/mips/kernel/sync-r4k.c | 24 +-
16320 arch/mips/kernel/traps.c | 13 +-
16321 arch/mips/mm/fault.c | 25 +
16322 arch/mips/mm/mmap.c | 51 +-
16323 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
16324 arch/mips/sni/rm200.c | 2 +-
16325 arch/mips/vr41xx/common/icu.c | 2 +-
16326 arch/mips/vr41xx/common/irq.c | 4 +-
16327 arch/parisc/include/asm/atomic.h | 10 +
16328 arch/parisc/include/asm/elf.h | 7 +
16329 arch/parisc/include/asm/pgalloc.h | 6 +
16330 arch/parisc/include/asm/pgtable.h | 11 +
16331 arch/parisc/include/asm/uaccess.h | 4 +-
16332 arch/parisc/kernel/module.c | 50 +-
16333 arch/parisc/kernel/sys_parisc.c | 15 +
16334 arch/parisc/kernel/traps.c | 4 +-
16335 arch/parisc/mm/fault.c | 140 +-
16336 arch/powerpc/include/asm/atomic.h | 329 +-
16337 arch/powerpc/include/asm/elf.h | 12 +
16338 arch/powerpc/include/asm/exec.h | 2 +-
16339 arch/powerpc/include/asm/kmap_types.h | 2 +-
16340 arch/powerpc/include/asm/local.h | 46 +
16341 arch/powerpc/include/asm/mman.h | 2 +-
16342 arch/powerpc/include/asm/page.h | 8 +-
16343 arch/powerpc/include/asm/page_64.h | 7 +-
16344 arch/powerpc/include/asm/pgalloc-64.h | 7 +
16345 arch/powerpc/include/asm/pgtable.h | 1 +
16346 arch/powerpc/include/asm/pte-hash32.h | 1 +
16347 arch/powerpc/include/asm/reg.h | 1 +
16348 arch/powerpc/include/asm/smp.h | 2 +-
16349 arch/powerpc/include/asm/spinlock.h | 42 +-
16350 arch/powerpc/include/asm/uaccess.h | 141 +-
16351 arch/powerpc/kernel/Makefile | 5 +
16352 arch/powerpc/kernel/exceptions-64e.S | 4 +-
16353 arch/powerpc/kernel/exceptions-64s.S | 2 +-
16354 arch/powerpc/kernel/module_32.c | 15 +-
16355 arch/powerpc/kernel/process.c | 46 -
16356 arch/powerpc/kernel/signal_32.c | 2 +-
16357 arch/powerpc/kernel/signal_64.c | 2 +-
16358 arch/powerpc/kernel/traps.c | 21 +
16359 arch/powerpc/kernel/vdso.c | 5 +-
16360 arch/powerpc/lib/usercopy_64.c | 18 -
16361 arch/powerpc/mm/fault.c | 56 +-
16362 arch/powerpc/mm/mmap.c | 16 +
16363 arch/powerpc/mm/slice.c | 13 +-
16364 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
16365 arch/s390/include/asm/atomic.h | 10 +
16366 arch/s390/include/asm/elf.h | 7 +
16367 arch/s390/include/asm/exec.h | 2 +-
16368 arch/s390/include/asm/uaccess.h | 13 +-
16369 arch/s390/kernel/module.c | 22 +-
16370 arch/s390/kernel/process.c | 20 -
16371 arch/s390/mm/mmap.c | 16 +
16372 arch/score/include/asm/exec.h | 2 +-
16373 arch/score/kernel/process.c | 5 -
16374 arch/sh/mm/mmap.c | 22 +-
16375 arch/sparc/include/asm/atomic_64.h | 110 +-
16376 arch/sparc/include/asm/cache.h | 2 +-
16377 arch/sparc/include/asm/elf_32.h | 7 +
16378 arch/sparc/include/asm/elf_64.h | 7 +
16379 arch/sparc/include/asm/pgalloc_32.h | 1 +
16380 arch/sparc/include/asm/pgalloc_64.h | 1 +
16381 arch/sparc/include/asm/pgtable.h | 4 +
16382 arch/sparc/include/asm/pgtable_32.h | 15 +-
16383 arch/sparc/include/asm/pgtsrmmu.h | 5 +
16384 arch/sparc/include/asm/setup.h | 4 +-
16385 arch/sparc/include/asm/spinlock_64.h | 35 +-
16386 arch/sparc/include/asm/thread_info_32.h | 1 +
16387 arch/sparc/include/asm/thread_info_64.h | 2 +
16388 arch/sparc/include/asm/uaccess.h | 1 +
16389 arch/sparc/include/asm/uaccess_32.h | 28 +-
16390 arch/sparc/include/asm/uaccess_64.h | 24 +-
16391 arch/sparc/kernel/Makefile | 2 +-
16392 arch/sparc/kernel/prom_common.c | 2 +-
16393 arch/sparc/kernel/smp_64.c | 8 +-
16394 arch/sparc/kernel/sys_sparc_32.c | 2 +-
16395 arch/sparc/kernel/sys_sparc_64.c | 52 +-
16396 arch/sparc/kernel/traps_64.c | 27 +-
16397 arch/sparc/lib/Makefile | 2 +-
16398 arch/sparc/lib/atomic_64.S | 57 +-
16399 arch/sparc/lib/ksyms.c | 6 +-
16400 arch/sparc/mm/Makefile | 2 +-
16401 arch/sparc/mm/fault_32.c | 292 +
16402 arch/sparc/mm/fault_64.c | 486 +
16403 arch/sparc/mm/hugetlbpage.c | 22 +-
16404 arch/sparc/mm/init_64.c | 10 +-
16405 arch/tile/include/asm/atomic_64.h | 10 +
16406 arch/tile/include/asm/uaccess.h | 4 +-
16407 arch/um/Makefile | 4 +
16408 arch/um/include/asm/kmap_types.h | 2 +-
16409 arch/um/include/asm/page.h | 3 +
16410 arch/um/include/asm/pgtable-3level.h | 1 +
16411 arch/um/kernel/process.c | 16 -
16412 arch/x86/Kconfig | 26 +-
16413 arch/x86/Kconfig.cpu | 6 +-
16414 arch/x86/Kconfig.debug | 4 +-
16415 arch/x86/Makefile | 13 +-
16416 arch/x86/boot/Makefile | 3 +
16417 arch/x86/boot/bitops.h | 4 +-
16418 arch/x86/boot/boot.h | 2 +-
16419 arch/x86/boot/compressed/Makefile | 3 +
16420 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
16421 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
16422 arch/x86/boot/compressed/head_32.S | 4 +-
16423 arch/x86/boot/compressed/head_64.S | 12 +-
16424 arch/x86/boot/compressed/misc.c | 11 +-
16425 arch/x86/boot/cpucheck.c | 16 +-
16426 arch/x86/boot/header.S | 6 +-
16427 arch/x86/boot/memory.c | 2 +-
16428 arch/x86/boot/video-vesa.c | 1 +
16429 arch/x86/boot/video.c | 2 +-
16430 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
16431 arch/x86/crypto/aesni-intel_asm.S | 106 +-
16432 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
16433 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
16434 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
16435 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
16436 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
16437 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
16438 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
16439 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
16440 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
16441 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
16442 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
16443 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
16444 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
16445 arch/x86/crypto/sha256-avx-asm.S | 2 +
16446 arch/x86/crypto/sha256-avx2-asm.S | 2 +
16447 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
16448 arch/x86/crypto/sha512-avx-asm.S | 2 +
16449 arch/x86/crypto/sha512-avx2-asm.S | 2 +
16450 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
16451 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
16452 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
16453 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
16454 arch/x86/entry/calling.h | 86 +-
16455 arch/x86/entry/common.c | 28 +-
16456 arch/x86/entry/entry_32.S | 311 +-
16457 arch/x86/entry/entry_64.S | 625 +-
16458 arch/x86/entry/entry_64_compat.S | 67 +-
16459 arch/x86/entry/thunk_64.S | 2 +
16460 arch/x86/entry/vdso/Makefile | 2 +-
16461 arch/x86/entry/vdso/vdso2c.h | 8 +-
16462 arch/x86/entry/vdso/vma.c | 37 +-
16463 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
16464 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
16465 arch/x86/ia32/ia32_signal.c | 23 +-
16466 arch/x86/ia32/sys_ia32.c | 42 +-
16467 arch/x86/include/asm/alternative-asm.h | 43 +-
16468 arch/x86/include/asm/alternative.h | 4 +-
16469 arch/x86/include/asm/apic.h | 2 +-
16470 arch/x86/include/asm/apm.h | 4 +-
16471 arch/x86/include/asm/atomic.h | 230 +-
16472 arch/x86/include/asm/atomic64_32.h | 100 +
16473 arch/x86/include/asm/atomic64_64.h | 164 +-
16474 arch/x86/include/asm/bitops.h | 18 +-
16475 arch/x86/include/asm/boot.h | 2 +-
16476 arch/x86/include/asm/cache.h | 5 +-
16477 arch/x86/include/asm/checksum_32.h | 12 +-
16478 arch/x86/include/asm/cmpxchg.h | 39 +
16479 arch/x86/include/asm/compat.h | 4 +
16480 arch/x86/include/asm/cpufeature.h | 17 +-
16481 arch/x86/include/asm/desc.h | 78 +-
16482 arch/x86/include/asm/desc_defs.h | 6 +
16483 arch/x86/include/asm/div64.h | 2 +-
16484 arch/x86/include/asm/dma.h | 2 +
16485 arch/x86/include/asm/elf.h | 33 +-
16486 arch/x86/include/asm/emergency-restart.h | 2 +-
16487 arch/x86/include/asm/fpu/internal.h | 42 +-
16488 arch/x86/include/asm/fpu/types.h | 5 +-
16489 arch/x86/include/asm/futex.h | 14 +-
16490 arch/x86/include/asm/hw_irq.h | 4 +-
16491 arch/x86/include/asm/i8259.h | 2 +-
16492 arch/x86/include/asm/io.h | 22 +-
16493 arch/x86/include/asm/irqflags.h | 5 +
16494 arch/x86/include/asm/kprobes.h | 9 +-
16495 arch/x86/include/asm/local.h | 106 +-
16496 arch/x86/include/asm/mman.h | 15 +
16497 arch/x86/include/asm/mmu.h | 14 +-
16498 arch/x86/include/asm/mmu_context.h | 133 +-
16499 arch/x86/include/asm/module.h | 17 +-
16500 arch/x86/include/asm/nmi.h | 19 +-
16501 arch/x86/include/asm/page.h | 1 +
16502 arch/x86/include/asm/page_32.h | 12 +-
16503 arch/x86/include/asm/page_64.h | 14 +-
16504 arch/x86/include/asm/paravirt.h | 46 +-
16505 arch/x86/include/asm/paravirt_types.h | 15 +-
16506 arch/x86/include/asm/pgalloc.h | 23 +
16507 arch/x86/include/asm/pgtable-2level.h | 2 +
16508 arch/x86/include/asm/pgtable-3level.h | 7 +
16509 arch/x86/include/asm/pgtable.h | 126 +-
16510 arch/x86/include/asm/pgtable_32.h | 14 +-
16511 arch/x86/include/asm/pgtable_32_types.h | 24 +-
16512 arch/x86/include/asm/pgtable_64.h | 23 +-
16513 arch/x86/include/asm/pgtable_64_types.h | 5 +
16514 arch/x86/include/asm/pgtable_types.h | 26 +-
16515 arch/x86/include/asm/pmem.h | 2 +-
16516 arch/x86/include/asm/preempt.h | 2 +-
16517 arch/x86/include/asm/processor.h | 57 +-
16518 arch/x86/include/asm/ptrace.h | 15 +-
16519 arch/x86/include/asm/realmode.h | 4 +-
16520 arch/x86/include/asm/reboot.h | 10 +-
16521 arch/x86/include/asm/rmwcc.h | 84 +-
16522 arch/x86/include/asm/rwsem.h | 60 +-
16523 arch/x86/include/asm/segment.h | 27 +-
16524 arch/x86/include/asm/smap.h | 43 +
16525 arch/x86/include/asm/smp.h | 14 +-
16526 arch/x86/include/asm/stackprotector.h | 4 +-
16527 arch/x86/include/asm/stacktrace.h | 34 +-
16528 arch/x86/include/asm/switch_to.h | 4 +-
16529 arch/x86/include/asm/sys_ia32.h | 6 +-
16530 arch/x86/include/asm/thread_info.h | 27 +-
16531 arch/x86/include/asm/tlbflush.h | 77 +-
16532 arch/x86/include/asm/uaccess.h | 210 +-
16533 arch/x86/include/asm/uaccess_32.h | 28 +-
16534 arch/x86/include/asm/uaccess_64.h | 169 +-
16535 arch/x86/include/asm/word-at-a-time.h | 2 +-
16536 arch/x86/include/asm/x86_init.h | 10 +-
16537 arch/x86/include/asm/xen/page.h | 2 +-
16538 arch/x86/include/uapi/asm/e820.h | 2 +-
16539 arch/x86/kernel/Makefile | 2 +-
16540 arch/x86/kernel/acpi/boot.c | 4 +-
16541 arch/x86/kernel/acpi/sleep.c | 4 +
16542 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
16543 arch/x86/kernel/alternative.c | 124 +-
16544 arch/x86/kernel/apic/apic.c | 4 +-
16545 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
16546 arch/x86/kernel/apic/apic_noop.c | 2 +-
16547 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
16548 arch/x86/kernel/apic/io_apic.c | 8 +-
16549 arch/x86/kernel/apic/msi.c | 2 +-
16550 arch/x86/kernel/apic/probe_32.c | 4 +-
16551 arch/x86/kernel/apic/vector.c | 2 +
16552 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
16553 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
16554 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
16555 arch/x86/kernel/apm_32.c | 21 +-
16556 arch/x86/kernel/asm-offsets.c | 20 +
16557 arch/x86/kernel/asm-offsets_64.c | 1 +
16558 arch/x86/kernel/cpu/Makefile | 4 -
16559 arch/x86/kernel/cpu/amd.c | 2 +-
16560 arch/x86/kernel/cpu/bugs_64.c | 2 +
16561 arch/x86/kernel/cpu/common.c | 202 +-
16562 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
16563 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
16564 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
16565 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
16566 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
16567 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
16568 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
16569 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
16570 arch/x86/kernel/cpu/perf_event.c | 10 +-
16571 arch/x86/kernel/cpu/perf_event.h | 2 +-
16572 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
16573 arch/x86/kernel/cpu/perf_event_intel.c | 34 +-
16574 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
16575 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
16576 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
16577 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
16578 arch/x86/kernel/cpu/perf_event_intel_pt.c | 42 +-
16579 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
16580 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
16581 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
16582 arch/x86/kernel/crash_dump_64.c | 2 +-
16583 arch/x86/kernel/doublefault.c | 8 +-
16584 arch/x86/kernel/dumpstack.c | 24 +-
16585 arch/x86/kernel/dumpstack_32.c | 25 +-
16586 arch/x86/kernel/dumpstack_64.c | 62 +-
16587 arch/x86/kernel/e820.c | 4 +-
16588 arch/x86/kernel/early_printk.c | 1 +
16589 arch/x86/kernel/espfix_64.c | 44 +-
16590 arch/x86/kernel/fpu/core.c | 24 +-
16591 arch/x86/kernel/fpu/init.c | 40 +-
16592 arch/x86/kernel/fpu/regset.c | 22 +-
16593 arch/x86/kernel/fpu/signal.c | 20 +-
16594 arch/x86/kernel/fpu/xstate.c | 6 +-
16595 arch/x86/kernel/ftrace.c | 18 +-
16596 arch/x86/kernel/head64.c | 14 +-
16597 arch/x86/kernel/head_32.S | 235 +-
16598 arch/x86/kernel/head_64.S | 173 +-
16599 arch/x86/kernel/i386_ksyms_32.c | 12 +
16600 arch/x86/kernel/i8259.c | 10 +-
16601 arch/x86/kernel/io_delay.c | 2 +-
16602 arch/x86/kernel/ioport.c | 2 +-
16603 arch/x86/kernel/irq.c | 8 +-
16604 arch/x86/kernel/irq_32.c | 45 +-
16605 arch/x86/kernel/jump_label.c | 10 +-
16606 arch/x86/kernel/kgdb.c | 21 +-
16607 arch/x86/kernel/kprobes/core.c | 28 +-
16608 arch/x86/kernel/kprobes/opt.c | 16 +-
16609 arch/x86/kernel/ksysfs.c | 2 +-
16610 arch/x86/kernel/kvmclock.c | 20 +-
16611 arch/x86/kernel/ldt.c | 25 +
16612 arch/x86/kernel/livepatch.c | 11 +-
16613 arch/x86/kernel/machine_kexec_32.c | 6 +-
16614 arch/x86/kernel/mcount_64.S | 19 +-
16615 arch/x86/kernel/module.c | 78 +-
16616 arch/x86/kernel/msr.c | 2 +-
16617 arch/x86/kernel/nmi.c | 34 +-
16618 arch/x86/kernel/nmi_selftest.c | 4 +-
16619 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
16620 arch/x86/kernel/paravirt.c | 45 +-
16621 arch/x86/kernel/paravirt_patch_64.c | 8 +
16622 arch/x86/kernel/pci-calgary_64.c | 2 +-
16623 arch/x86/kernel/pci-iommu_table.c | 2 +-
16624 arch/x86/kernel/pci-swiotlb.c | 2 +-
16625 arch/x86/kernel/process.c | 80 +-
16626 arch/x86/kernel/process_32.c | 29 +-
16627 arch/x86/kernel/process_64.c | 14 +-
16628 arch/x86/kernel/ptrace.c | 20 +-
16629 arch/x86/kernel/pvclock.c | 8 +-
16630 arch/x86/kernel/reboot.c | 44 +-
16631 arch/x86/kernel/reboot_fixups_32.c | 2 +-
16632 arch/x86/kernel/relocate_kernel_64.S | 3 +-
16633 arch/x86/kernel/setup.c | 29 +-
16634 arch/x86/kernel/setup_percpu.c | 29 +-
16635 arch/x86/kernel/signal.c | 17 +-
16636 arch/x86/kernel/smp.c | 2 +-
16637 arch/x86/kernel/smpboot.c | 29 +-
16638 arch/x86/kernel/step.c | 6 +-
16639 arch/x86/kernel/sys_i386_32.c | 184 +
16640 arch/x86/kernel/sys_x86_64.c | 22 +-
16641 arch/x86/kernel/tboot.c | 22 +-
16642 arch/x86/kernel/time.c | 8 +-
16643 arch/x86/kernel/tls.c | 7 +-
16644 arch/x86/kernel/tracepoint.c | 4 +-
16645 arch/x86/kernel/traps.c | 53 +-
16646 arch/x86/kernel/tsc.c | 2 +-
16647 arch/x86/kernel/uprobes.c | 4 +-
16648 arch/x86/kernel/vm86_32.c | 6 +-
16649 arch/x86/kernel/vmlinux.lds.S | 153 +-
16650 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
16651 arch/x86/kernel/x86_init.c | 6 +-
16652 arch/x86/kvm/cpuid.c | 21 +-
16653 arch/x86/kvm/emulate.c | 6 +-
16654 arch/x86/kvm/i8259.c | 10 +-
16655 arch/x86/kvm/ioapic.c | 2 +
16656 arch/x86/kvm/lapic.c | 2 +-
16657 arch/x86/kvm/paging_tmpl.h | 2 +-
16658 arch/x86/kvm/svm.c | 10 +-
16659 arch/x86/kvm/vmx.c | 62 +-
16660 arch/x86/kvm/x86.c | 44 +-
16661 arch/x86/lguest/boot.c | 3 +-
16662 arch/x86/lib/atomic64_386_32.S | 164 +
16663 arch/x86/lib/atomic64_cx8_32.S | 98 +-
16664 arch/x86/lib/checksum_32.S | 99 +-
16665 arch/x86/lib/clear_page_64.S | 3 +
16666 arch/x86/lib/cmpxchg16b_emu.S | 3 +
16667 arch/x86/lib/copy_page_64.S | 14 +-
16668 arch/x86/lib/copy_user_64.S | 66 +-
16669 arch/x86/lib/csum-copy_64.S | 14 +-
16670 arch/x86/lib/csum-wrappers_64.c | 8 +-
16671 arch/x86/lib/getuser.S | 74 +-
16672 arch/x86/lib/insn.c | 8 +-
16673 arch/x86/lib/iomap_copy_64.S | 2 +
16674 arch/x86/lib/memcpy_64.S | 6 +
16675 arch/x86/lib/memmove_64.S | 3 +-
16676 arch/x86/lib/memset_64.S | 3 +
16677 arch/x86/lib/mmx_32.c | 243 +-
16678 arch/x86/lib/msr-reg.S | 2 +
16679 arch/x86/lib/putuser.S | 87 +-
16680 arch/x86/lib/rwsem.S | 6 +-
16681 arch/x86/lib/usercopy_32.c | 359 +-
16682 arch/x86/lib/usercopy_64.c | 22 +-
16683 arch/x86/math-emu/fpu_aux.c | 2 +-
16684 arch/x86/math-emu/fpu_entry.c | 4 +-
16685 arch/x86/math-emu/fpu_system.h | 2 +-
16686 arch/x86/mm/Makefile | 4 +
16687 arch/x86/mm/extable.c | 26 +-
16688 arch/x86/mm/fault.c | 570 +-
16689 arch/x86/mm/gup.c | 6 +-
16690 arch/x86/mm/highmem_32.c | 6 +
16691 arch/x86/mm/hugetlbpage.c | 24 +-
16692 arch/x86/mm/init.c | 111 +-
16693 arch/x86/mm/init_32.c | 111 +-
16694 arch/x86/mm/init_64.c | 46 +-
16695 arch/x86/mm/iomap_32.c | 4 +
16696 arch/x86/mm/ioremap.c | 52 +-
16697 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
16698 arch/x86/mm/mmap.c | 40 +-
16699 arch/x86/mm/mmio-mod.c | 10 +-
16700 arch/x86/mm/mpx.c | 6 +-
16701 arch/x86/mm/numa.c | 4 +-
16702 arch/x86/mm/pageattr.c | 42 +-
16703 arch/x86/mm/pat.c | 12 +-
16704 arch/x86/mm/pat_rbtree.c | 2 +-
16705 arch/x86/mm/pf_in.c | 10 +-
16706 arch/x86/mm/pgtable.c | 214 +-
16707 arch/x86/mm/pgtable_32.c | 3 +
16708 arch/x86/mm/setup_nx.c | 7 +
16709 arch/x86/mm/tlb.c | 4 +
16710 arch/x86/mm/uderef_64.c | 37 +
16711 arch/x86/net/bpf_jit.S | 11 +
16712 arch/x86/net/bpf_jit_comp.c | 13 +-
16713 arch/x86/oprofile/backtrace.c | 6 +-
16714 arch/x86/oprofile/nmi_int.c | 8 +-
16715 arch/x86/oprofile/op_model_amd.c | 8 +-
16716 arch/x86/oprofile/op_model_ppro.c | 7 +-
16717 arch/x86/oprofile/op_x86_model.h | 2 +-
16718 arch/x86/pci/intel_mid_pci.c | 2 +-
16719 arch/x86/pci/irq.c | 8 +-
16720 arch/x86/pci/pcbios.c | 144 +-
16721 arch/x86/platform/efi/efi_32.c | 24 +
16722 arch/x86/platform/efi/efi_64.c | 26 +-
16723 arch/x86/platform/efi/efi_stub_32.S | 64 +-
16724 arch/x86/platform/efi/efi_stub_64.S | 2 +
16725 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
16726 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
16727 arch/x86/platform/intel-mid/mfld.c | 4 +-
16728 arch/x86/platform/intel-mid/mrfl.c | 2 +-
16729 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
16730 arch/x86/platform/olpc/olpc_dt.c | 2 +-
16731 arch/x86/power/cpu.c | 11 +-
16732 arch/x86/realmode/init.c | 10 +-
16733 arch/x86/realmode/rm/Makefile | 3 +
16734 arch/x86/realmode/rm/header.S | 4 +-
16735 arch/x86/realmode/rm/reboot.S | 4 +
16736 arch/x86/realmode/rm/trampoline_32.S | 12 +-
16737 arch/x86/realmode/rm/trampoline_64.S | 3 +-
16738 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
16739 arch/x86/tools/Makefile | 2 +-
16740 arch/x86/tools/relocs.c | 96 +-
16741 arch/x86/um/mem_32.c | 2 +-
16742 arch/x86/um/tls_32.c | 2 +-
16743 arch/x86/xen/enlighten.c | 50 +-
16744 arch/x86/xen/mmu.c | 19 +-
16745 arch/x86/xen/smp.c | 16 +-
16746 arch/x86/xen/xen-asm_32.S | 2 +-
16747 arch/x86/xen/xen-head.S | 11 +
16748 arch/x86/xen/xen-ops.h | 2 -
16749 block/bio.c | 4 +-
16750 block/blk-cgroup.c | 18 +-
16751 block/blk-iopoll.c | 2 +-
16752 block/blk-map.c | 2 +-
16753 block/blk-softirq.c | 2 +-
16754 block/bsg.c | 12 +-
16755 block/cfq-iosched.c | 4 +-
16756 block/compat_ioctl.c | 4 +-
16757 block/genhd.c | 9 +-
16758 block/partitions/efi.c | 8 +-
16759 block/scsi_ioctl.c | 29 +-
16760 crypto/cryptd.c | 4 +-
16761 crypto/crypto_user.c | 8 +-
16762 crypto/pcrypt.c | 2 +-
16763 crypto/zlib.c | 12 +-
16764 drivers/acpi/acpi_video.c | 2 +-
16765 drivers/acpi/apei/apei-internal.h | 2 +-
16766 drivers/acpi/apei/ghes.c | 10 +-
16767 drivers/acpi/bgrt.c | 6 +-
16768 drivers/acpi/blacklist.c | 4 +-
16769 drivers/acpi/bus.c | 4 +-
16770 drivers/acpi/device_pm.c | 4 +-
16771 drivers/acpi/ec.c | 2 +-
16772 drivers/acpi/pci_slot.c | 2 +-
16773 drivers/acpi/processor_idle.c | 2 +-
16774 drivers/acpi/processor_pdc.c | 2 +-
16775 drivers/acpi/sleep.c | 2 +-
16776 drivers/acpi/sysfs.c | 4 +-
16777 drivers/acpi/thermal.c | 2 +-
16778 drivers/acpi/video_detect.c | 7 +-
16779 drivers/ata/libata-core.c | 12 +-
16780 drivers/ata/libata-scsi.c | 2 +-
16781 drivers/ata/libata.h | 2 +-
16782 drivers/ata/pata_arasan_cf.c | 4 +-
16783 drivers/atm/adummy.c | 2 +-
16784 drivers/atm/ambassador.c | 8 +-
16785 drivers/atm/atmtcp.c | 14 +-
16786 drivers/atm/eni.c | 10 +-
16787 drivers/atm/firestream.c | 8 +-
16788 drivers/atm/fore200e.c | 14 +-
16789 drivers/atm/he.c | 18 +-
16790 drivers/atm/horizon.c | 4 +-
16791 drivers/atm/idt77252.c | 36 +-
16792 drivers/atm/iphase.c | 34 +-
16793 drivers/atm/lanai.c | 12 +-
16794 drivers/atm/nicstar.c | 46 +-
16795 drivers/atm/solos-pci.c | 4 +-
16796 drivers/atm/suni.c | 4 +-
16797 drivers/atm/uPD98402.c | 16 +-
16798 drivers/atm/zatm.c | 6 +-
16799 drivers/base/bus.c | 4 +-
16800 drivers/base/devres.c | 4 +-
16801 drivers/base/devtmpfs.c | 8 +-
16802 drivers/base/node.c | 2 +-
16803 drivers/base/platform-msi.c | 20 +-
16804 drivers/base/power/domain.c | 7 +-
16805 drivers/base/power/runtime.c | 6 +-
16806 drivers/base/power/sysfs.c | 2 +-
16807 drivers/base/power/wakeup.c | 8 +-
16808 drivers/base/regmap/regmap-debugfs.c | 4 +-
16809 drivers/base/regmap/regmap.c | 4 +-
16810 drivers/base/syscore.c | 4 +-
16811 drivers/block/cciss.c | 28 +-
16812 drivers/block/cciss.h | 2 +-
16813 drivers/block/cpqarray.c | 28 +-
16814 drivers/block/cpqarray.h | 2 +-
16815 drivers/block/drbd/drbd_bitmap.c | 2 +-
16816 drivers/block/drbd/drbd_int.h | 8 +-
16817 drivers/block/drbd/drbd_main.c | 12 +-
16818 drivers/block/drbd/drbd_nl.c | 4 +-
16819 drivers/block/drbd/drbd_receiver.c | 38 +-
16820 drivers/block/drbd/drbd_worker.c | 14 +-
16821 drivers/block/pktcdvd.c | 4 +-
16822 drivers/block/rbd.c | 2 +-
16823 drivers/bluetooth/btwilink.c | 2 +-
16824 drivers/bus/arm-cci.c | 12 +-
16825 drivers/cdrom/cdrom.c | 11 +-
16826 drivers/cdrom/gdrom.c | 1 -
16827 drivers/char/agp/compat_ioctl.c | 2 +-
16828 drivers/char/agp/frontend.c | 4 +-
16829 drivers/char/agp/intel-gtt.c | 4 +-
16830 drivers/char/hpet.c | 2 +-
16831 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
16832 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
16833 drivers/char/ipmi/ipmi_ssif.c | 12 +-
16834 drivers/char/mem.c | 47 +-
16835 drivers/char/nvram.c | 2 +-
16836 drivers/char/pcmcia/synclink_cs.c | 16 +-
16837 drivers/char/random.c | 12 +-
16838 drivers/char/sonypi.c | 11 +-
16839 drivers/char/tpm/tpm_acpi.c | 3 +-
16840 drivers/char/tpm/tpm_eventlog.c | 5 +-
16841 drivers/char/virtio_console.c | 6 +-
16842 drivers/clk/clk-composite.c | 2 +-
16843 drivers/clk/samsung/clk.h | 2 +-
16844 drivers/clk/socfpga/clk-gate.c | 9 +-
16845 drivers/clk/socfpga/clk-pll.c | 9 +-
16846 drivers/clk/ti/clk.c | 8 +-
16847 drivers/cpufreq/acpi-cpufreq.c | 17 +-
16848 drivers/cpufreq/cpufreq-dt.c | 4 +-
16849 drivers/cpufreq/cpufreq.c | 30 +-
16850 drivers/cpufreq/cpufreq_governor.c | 2 +-
16851 drivers/cpufreq/cpufreq_governor.h | 4 +-
16852 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
16853 drivers/cpufreq/intel_pstate.c | 38 +-
16854 drivers/cpufreq/p4-clockmod.c | 12 +-
16855 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
16856 drivers/cpufreq/speedstep-centrino.c | 7 +-
16857 drivers/cpuidle/driver.c | 2 +-
16858 drivers/cpuidle/dt_idle_states.c | 2 +-
16859 drivers/cpuidle/governor.c | 2 +-
16860 drivers/cpuidle/sysfs.c | 2 +-
16861 drivers/crypto/hifn_795x.c | 4 +-
16862 drivers/devfreq/devfreq.c | 4 +-
16863 drivers/dma/sh/shdma-base.c | 4 +-
16864 drivers/dma/sh/shdmac.c | 2 +-
16865 drivers/edac/edac_device.c | 4 +-
16866 drivers/edac/edac_mc_sysfs.c | 2 +-
16867 drivers/edac/edac_pci.c | 4 +-
16868 drivers/edac/edac_pci_sysfs.c | 22 +-
16869 drivers/edac/mce_amd.h | 2 +-
16870 drivers/firewire/core-card.c | 6 +-
16871 drivers/firewire/core-device.c | 2 +-
16872 drivers/firewire/core-transaction.c | 1 +
16873 drivers/firewire/core.h | 1 +
16874 drivers/firmware/dmi-id.c | 2 +-
16875 drivers/firmware/dmi_scan.c | 12 +-
16876 drivers/firmware/efi/cper.c | 8 +-
16877 drivers/firmware/efi/efi.c | 12 +-
16878 drivers/firmware/efi/efivars.c | 2 +-
16879 drivers/firmware/efi/runtime-map.c | 2 +-
16880 drivers/firmware/google/gsmi.c | 2 +-
16881 drivers/firmware/google/memconsole.c | 7 +-
16882 drivers/firmware/memmap.c | 2 +-
16883 drivers/firmware/psci.c | 2 +-
16884 drivers/gpio/gpio-davinci.c | 6 +-
16885 drivers/gpio/gpio-em.c | 2 +-
16886 drivers/gpio/gpio-ich.c | 2 +-
16887 drivers/gpio/gpio-omap.c | 4 +-
16888 drivers/gpio/gpio-rcar.c | 2 +-
16889 drivers/gpio/gpio-vr41xx.c | 2 +-
16890 drivers/gpio/gpiolib.c | 12 +-
16891 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
16892 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
16893 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
16894 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
16895 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
16896 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
16897 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
16898 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
16899 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
16900 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
16901 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
16902 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
16903 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
16904 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
16905 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
16906 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
16907 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
16908 drivers/gpu/drm/armada/armada_drv.c | 3 +-
16909 drivers/gpu/drm/drm_crtc.c | 2 +-
16910 drivers/gpu/drm/drm_drv.c | 2 +-
16911 drivers/gpu/drm/drm_fops.c | 12 +-
16912 drivers/gpu/drm/drm_global.c | 14 +-
16913 drivers/gpu/drm/drm_info.c | 13 +-
16914 drivers/gpu/drm/drm_ioc32.c | 13 +-
16915 drivers/gpu/drm/drm_ioctl.c | 2 +-
16916 drivers/gpu/drm/drm_pci.c | 9 +-
16917 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
16918 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
16919 drivers/gpu/drm/gma500/psb_drv.c | 1 -
16920 drivers/gpu/drm/i810/i810_dma.c | 2 +-
16921 drivers/gpu/drm/i810/i810_drv.c | 6 +-
16922 drivers/gpu/drm/i810/i810_drv.h | 6 +-
16923 drivers/gpu/drm/i915/i915_dma.c | 4 +-
16924 drivers/gpu/drm/i915/i915_drv.c | 7 +-
16925 drivers/gpu/drm/i915/i915_drv.h | 2 +-
16926 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
16927 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
16928 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
16929 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
16930 drivers/gpu/drm/i915/i915_irq.c | 88 +-
16931 drivers/gpu/drm/i915/intel_display.c | 26 +-
16932 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
16933 drivers/gpu/drm/mga/mga_drv.c | 5 +-
16934 drivers/gpu/drm/mga/mga_drv.h | 6 +-
16935 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
16936 drivers/gpu/drm/mga/mga_irq.c | 8 +-
16937 drivers/gpu/drm/mga/mga_state.c | 2 +-
16938 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
16939 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
16940 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
16941 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
16942 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
16943 drivers/gpu/drm/omapdrm/Makefile | 2 +-
16944 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
16945 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
16946 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
16947 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
16948 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
16949 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
16950 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
16951 drivers/gpu/drm/r128/r128_cce.c | 2 +-
16952 drivers/gpu/drm/r128/r128_drv.c | 4 +-
16953 drivers/gpu/drm/r128/r128_drv.h | 6 +-
16954 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
16955 drivers/gpu/drm/r128/r128_irq.c | 4 +-
16956 drivers/gpu/drm/r128/r128_state.c | 6 +-
16957 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
16958 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
16959 drivers/gpu/drm/radeon/radeon_drv.c | 17 +-
16960 drivers/gpu/drm/radeon/radeon_drv.h | 4 +-
16961 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
16962 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
16963 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
16964 drivers/gpu/drm/radeon/radeon_state.c | 6 +-
16965 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
16966 drivers/gpu/drm/savage/savage_bci.c | 2 +-
16967 drivers/gpu/drm/savage/savage_drv.c | 5 +-
16968 drivers/gpu/drm/savage/savage_drv.h | 2 +-
16969 drivers/gpu/drm/sis/sis_drv.c | 5 +-
16970 drivers/gpu/drm/sis/sis_drv.h | 2 +-
16971 drivers/gpu/drm/sis/sis_mm.c | 2 +-
16972 drivers/gpu/drm/tegra/dc.c | 2 +-
16973 drivers/gpu/drm/tegra/dsi.c | 2 +-
16974 drivers/gpu/drm/tegra/hdmi.c | 2 +-
16975 drivers/gpu/drm/tegra/sor.c | 7 +-
16976 drivers/gpu/drm/tilcdc/Makefile | 6 +-
16977 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
16978 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
16979 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
16980 drivers/gpu/drm/udl/udl_fb.c | 1 -
16981 drivers/gpu/drm/via/via_dma.c | 2 +-
16982 drivers/gpu/drm/via/via_drv.c | 5 +-
16983 drivers/gpu/drm/via/via_drv.h | 6 +-
16984 drivers/gpu/drm/via/via_irq.c | 18 +-
16985 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
16986 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
16987 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
16988 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
16989 drivers/gpu/vga/vga_switcheroo.c | 4 +-
16990 drivers/hid/hid-core.c | 4 +-
16991 drivers/hid/hid-sensor-custom.c | 2 +-
16992 drivers/hv/channel.c | 6 +-
16993 drivers/hv/hv.c | 4 +-
16994 drivers/hv/hv_balloon.c | 18 +-
16995 drivers/hv/hyperv_vmbus.h | 2 +-
16996 drivers/hwmon/acpi_power_meter.c | 6 +-
16997 drivers/hwmon/applesmc.c | 2 +-
16998 drivers/hwmon/asus_atk0110.c | 10 +-
16999 drivers/hwmon/coretemp.c | 2 +-
17000 drivers/hwmon/dell-smm-hwmon.c | 2 +-
17001 drivers/hwmon/ibmaem.c | 2 +-
17002 drivers/hwmon/iio_hwmon.c | 2 +-
17003 drivers/hwmon/nct6683.c | 6 +-
17004 drivers/hwmon/nct6775.c | 6 +-
17005 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
17006 drivers/hwmon/sht15.c | 12 +-
17007 drivers/hwmon/via-cputemp.c | 2 +-
17008 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
17009 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
17010 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
17011 drivers/i2c/i2c-dev.c | 2 +-
17012 drivers/ide/ide-cd.c | 2 +-
17013 drivers/ide/ide-disk.c | 2 +-
17014 drivers/iio/industrialio-core.c | 2 +-
17015 drivers/iio/magnetometer/ak8975.c | 2 +-
17016 drivers/infiniband/core/cm.c | 32 +-
17017 drivers/infiniband/core/fmr_pool.c | 20 +-
17018 drivers/infiniband/core/netlink.c | 5 +-
17019 drivers/infiniband/core/uverbs_cmd.c | 3 +
17020 drivers/infiniband/hw/cxgb4/device.c | 6 +-
17021 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
17022 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
17023 drivers/infiniband/hw/mlx4/mad.c | 2 +-
17024 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
17025 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
17026 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
17027 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
17028 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
17029 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
17030 drivers/infiniband/hw/nes/nes.c | 4 +-
17031 drivers/infiniband/hw/nes/nes.h | 40 +-
17032 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
17033 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
17034 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
17035 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
17036 drivers/infiniband/hw/qib/qib.h | 1 +
17037 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
17038 drivers/input/evdev.c | 2 +-
17039 drivers/input/gameport/gameport.c | 4 +-
17040 drivers/input/input.c | 4 +-
17041 drivers/input/joystick/sidewinder.c | 1 +
17042 drivers/input/misc/ims-pcu.c | 4 +-
17043 drivers/input/mouse/psmouse.h | 2 +-
17044 drivers/input/mousedev.c | 2 +-
17045 drivers/input/serio/serio.c | 4 +-
17046 drivers/input/serio/serio_raw.c | 4 +-
17047 drivers/input/touchscreen/htcpen.c | 2 +-
17048 drivers/iommu/arm-smmu-v3.c | 2 +-
17049 drivers/iommu/arm-smmu.c | 43 +-
17050 drivers/iommu/io-pgtable-arm.c | 101 +-
17051 drivers/iommu/io-pgtable.c | 11 +-
17052 drivers/iommu/io-pgtable.h | 19 +-
17053 drivers/iommu/iommu.c | 2 +-
17054 drivers/iommu/ipmmu-vmsa.c | 13 +-
17055 drivers/iommu/irq_remapping.c | 2 +-
17056 drivers/irqchip/irq-gic.c | 2 +-
17057 drivers/irqchip/irq-i8259.c | 2 +-
17058 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
17059 drivers/isdn/capi/capi.c | 10 +-
17060 drivers/isdn/gigaset/interface.c | 8 +-
17061 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
17062 drivers/isdn/hardware/avm/b1.c | 4 +-
17063 drivers/isdn/i4l/isdn_common.c | 2 +
17064 drivers/isdn/i4l/isdn_tty.c | 22 +-
17065 drivers/isdn/icn/icn.c | 2 +-
17066 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
17067 drivers/lguest/core.c | 10 +-
17068 drivers/lguest/page_tables.c | 2 +-
17069 drivers/lguest/x86/core.c | 12 +-
17070 drivers/lguest/x86/switcher_32.S | 27 +-
17071 drivers/md/bcache/alloc.c | 2 +-
17072 drivers/md/bcache/bcache.h | 10 +-
17073 drivers/md/bcache/btree.c | 2 +-
17074 drivers/md/bcache/closure.h | 2 +-
17075 drivers/md/bcache/io.c | 10 +-
17076 drivers/md/bcache/journal.c | 2 +-
17077 drivers/md/bcache/stats.c | 26 +-
17078 drivers/md/bcache/stats.h | 16 +-
17079 drivers/md/bcache/super.c | 2 +-
17080 drivers/md/bcache/sysfs.c | 20 +-
17081 drivers/md/bitmap.c | 2 +-
17082 drivers/md/dm-cache-target.c | 98 +-
17083 drivers/md/dm-ioctl.c | 2 +-
17084 drivers/md/dm-raid.c | 2 +-
17085 drivers/md/dm-raid1.c | 18 +-
17086 drivers/md/dm-stats.c | 6 +-
17087 drivers/md/dm-stripe.c | 10 +-
17088 drivers/md/dm-table.c | 2 +-
17089 drivers/md/dm-thin-metadata.c | 4 +-
17090 drivers/md/dm.c | 28 +-
17091 drivers/md/md.c | 37 +-
17092 drivers/md/md.h | 8 +-
17093 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
17094 drivers/md/persistent-data/dm-space-map.h | 1 +
17095 drivers/md/raid1.c | 8 +-
17096 drivers/md/raid10.c | 20 +-
17097 drivers/md/raid5.c | 26 +-
17098 drivers/media/dvb-core/dvbdev.c | 2 +-
17099 drivers/media/dvb-frontends/af9033.h | 2 +-
17100 drivers/media/dvb-frontends/dib3000.h | 2 +-
17101 drivers/media/dvb-frontends/dib7000p.h | 2 +-
17102 drivers/media/dvb-frontends/dib8000.h | 2 +-
17103 drivers/media/pci/cx88/cx88-video.c | 6 +-
17104 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
17105 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
17106 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
17107 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
17108 drivers/media/pci/tw68/tw68-core.c | 2 +-
17109 drivers/media/pci/zoran/zoran.h | 1 -
17110 drivers/media/pci/zoran/zoran_driver.c | 3 -
17111 drivers/media/platform/omap/omap_vout.c | 11 +-
17112 drivers/media/platform/s5p-tv/mixer.h | 2 +-
17113 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
17114 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
17115 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
17116 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
17117 drivers/media/radio/radio-cadet.c | 2 +
17118 drivers/media/radio/radio-maxiradio.c | 2 +-
17119 drivers/media/radio/radio-shark.c | 2 +-
17120 drivers/media/radio/radio-shark2.c | 2 +-
17121 drivers/media/radio/radio-si476x.c | 2 +-
17122 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
17123 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
17124 drivers/media/v4l2-core/v4l2-device.c | 4 +-
17125 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
17126 drivers/memory/omap-gpmc.c | 21 +-
17127 drivers/message/fusion/mptsas.c | 34 +-
17128 drivers/mfd/ab8500-debugfs.c | 2 +-
17129 drivers/mfd/kempld-core.c | 2 +-
17130 drivers/mfd/max8925-i2c.c | 2 +-
17131 drivers/mfd/tps65910.c | 2 +-
17132 drivers/mfd/twl4030-irq.c | 9 +-
17133 drivers/misc/c2port/core.c | 4 +-
17134 drivers/misc/kgdbts.c | 4 +-
17135 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
17136 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
17137 drivers/misc/mic/scif/scif_api.c | 10 +-
17138 drivers/misc/mic/scif/scif_rb.c | 8 +-
17139 drivers/misc/sgi-gru/gruhandles.c | 4 +-
17140 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
17141 drivers/misc/sgi-gru/grutables.h | 158 +-
17142 drivers/misc/sgi-xp/xp.h | 2 +-
17143 drivers/misc/sgi-xp/xpc.h | 3 +-
17144 drivers/misc/sgi-xp/xpc_main.c | 2 +-
17145 drivers/mmc/host/dw_mmc.h | 2 +-
17146 drivers/mmc/host/mmci.c | 4 +-
17147 drivers/mmc/host/omap_hsmmc.c | 4 +-
17148 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
17149 drivers/mmc/host/sdhci-s3c.c | 8 +-
17150 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
17151 drivers/mtd/nand/denali.c | 1 +
17152 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
17153 drivers/mtd/nftlmount.c | 1 +
17154 drivers/mtd/sm_ftl.c | 2 +-
17155 drivers/net/bonding/bond_netlink.c | 2 +-
17156 drivers/net/caif/caif_hsi.c | 2 +-
17157 drivers/net/can/Kconfig | 2 +-
17158 drivers/net/can/dev.c | 2 +-
17159 drivers/net/can/vcan.c | 2 +-
17160 drivers/net/dummy.c | 2 +-
17161 drivers/net/ethernet/8390/ax88796.c | 4 +-
17162 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
17163 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
17164 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
17165 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
17166 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
17167 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
17168 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
17169 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
17170 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
17171 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
17172 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
17173 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
17174 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
17175 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
17176 drivers/net/ethernet/broadcom/tg3.h | 1 +
17177 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
17178 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
17179 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
17180 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
17181 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
17182 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
17183 drivers/net/ethernet/faraday/ftmac100.c | 2 +
17184 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
17185 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
17186 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
17187 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
17188 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
17189 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
17190 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
17191 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
17192 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
17193 drivers/net/ethernet/realtek/r8169.c | 8 +-
17194 drivers/net/ethernet/sfc/ptp.c | 2 +-
17195 drivers/net/ethernet/sfc/selftest.c | 20 +-
17196 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
17197 drivers/net/ethernet/via/via-rhine.c | 2 +-
17198 drivers/net/geneve.c | 2 +-
17199 drivers/net/hyperv/hyperv_net.h | 2 +-
17200 drivers/net/hyperv/rndis_filter.c | 7 +-
17201 drivers/net/ifb.c | 2 +-
17202 drivers/net/ipvlan/ipvlan_core.c | 2 +-
17203 drivers/net/irda/vlsi_ir.c | 18 +-
17204 drivers/net/irda/vlsi_ir.h | 14 +-
17205 drivers/net/macvlan.c | 20 +-
17206 drivers/net/macvtap.c | 10 +-
17207 drivers/net/nlmon.c | 2 +-
17208 drivers/net/phy/phy_device.c | 6 +-
17209 drivers/net/ppp/ppp_generic.c | 4 +-
17210 drivers/net/slip/slhc.c | 2 +-
17211 drivers/net/team/team.c | 4 +-
17212 drivers/net/tun.c | 7 +-
17213 drivers/net/usb/hso.c | 23 +-
17214 drivers/net/usb/r8152.c | 2 +-
17215 drivers/net/usb/sierra_net.c | 4 +-
17216 drivers/net/virtio_net.c | 2 +-
17217 drivers/net/vrf.c | 2 +-
17218 drivers/net/vxlan.c | 4 +-
17219 drivers/net/wimax/i2400m/rx.c | 2 +-
17220 drivers/net/wireless/airo.c | 2 +-
17221 drivers/net/wireless/at76c50x-usb.c | 2 +-
17222 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
17223 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
17224 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
17225 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
17226 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
17227 drivers/net/wireless/ath/ath9k/main.c | 22 +-
17228 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
17229 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
17230 drivers/net/wireless/ath/carl9170/main.c | 10 +-
17231 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
17232 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
17233 drivers/net/wireless/b43/phy_lp.c | 2 +-
17234 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
17235 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
17236 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
17237 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
17238 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
17239 drivers/net/wireless/mac80211_hwsim.c | 28 +-
17240 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
17241 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
17242 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
17243 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
17244 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
17245 drivers/of/fdt.c | 4 +-
17246 drivers/oprofile/buffer_sync.c | 8 +-
17247 drivers/oprofile/event_buffer.c | 2 +-
17248 drivers/oprofile/oprof.c | 2 +-
17249 drivers/oprofile/oprofile_stats.c | 10 +-
17250 drivers/oprofile/oprofile_stats.h | 10 +-
17251 drivers/oprofile/oprofilefs.c | 6 +-
17252 drivers/oprofile/timer_int.c | 2 +-
17253 drivers/parport/procfs.c | 4 +-
17254 drivers/pci/host/pci-host-generic.c | 2 +-
17255 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
17256 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
17257 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
17258 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
17259 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
17260 drivers/pci/hotplug/pciehp_core.c | 2 +-
17261 drivers/pci/msi.c | 22 +-
17262 drivers/pci/pci-sysfs.c | 6 +-
17263 drivers/pci/pci.h | 2 +-
17264 drivers/pci/pcie/aspm.c | 6 +-
17265 drivers/pci/pcie/portdrv_pci.c | 2 +-
17266 drivers/pci/probe.c | 2 +-
17267 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
17268 drivers/pinctrl/pinctrl-at91.c | 5 +-
17269 drivers/platform/chrome/chromeos_pstore.c | 2 +-
17270 drivers/platform/x86/alienware-wmi.c | 4 +-
17271 drivers/platform/x86/compal-laptop.c | 2 +-
17272 drivers/platform/x86/hdaps.c | 2 +-
17273 drivers/platform/x86/ibm_rtl.c | 2 +-
17274 drivers/platform/x86/intel_oaktrail.c | 2 +-
17275 drivers/platform/x86/msi-laptop.c | 16 +-
17276 drivers/platform/x86/msi-wmi.c | 2 +-
17277 drivers/platform/x86/samsung-laptop.c | 2 +-
17278 drivers/platform/x86/samsung-q10.c | 2 +-
17279 drivers/platform/x86/sony-laptop.c | 14 +-
17280 drivers/platform/x86/thinkpad_acpi.c | 2 +-
17281 drivers/pnp/pnpbios/bioscalls.c | 14 +-
17282 drivers/pnp/pnpbios/core.c | 2 +-
17283 drivers/power/pda_power.c | 7 +-
17284 drivers/power/power_supply.h | 4 +-
17285 drivers/power/power_supply_core.c | 7 +-
17286 drivers/power/power_supply_sysfs.c | 6 +-
17287 drivers/power/reset/at91-reset.c | 5 +-
17288 drivers/powercap/powercap_sys.c | 136 +-
17289 drivers/ptp/ptp_private.h | 2 +-
17290 drivers/ptp/ptp_sysfs.c | 2 +-
17291 drivers/regulator/core.c | 4 +-
17292 drivers/regulator/max8660.c | 6 +-
17293 drivers/regulator/max8973-regulator.c | 16 +-
17294 drivers/regulator/mc13892-regulator.c | 8 +-
17295 drivers/rtc/rtc-armada38x.c | 7 +-
17296 drivers/rtc/rtc-cmos.c | 4 +-
17297 drivers/rtc/rtc-ds1307.c | 2 +-
17298 drivers/rtc/rtc-m48t59.c | 4 +-
17299 drivers/rtc/rtc-rv8803.c | 15 +-
17300 drivers/rtc/rtc-test.c | 6 +-
17301 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
17302 drivers/scsi/bfa/bfa_ioc.h | 4 +-
17303 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
17304 drivers/scsi/hosts.c | 4 +-
17305 drivers/scsi/hpsa.c | 38 +-
17306 drivers/scsi/hpsa.h | 2 +-
17307 drivers/scsi/hptiop.c | 2 -
17308 drivers/scsi/hptiop.h | 1 -
17309 drivers/scsi/ipr.c | 6 +-
17310 drivers/scsi/ipr.h | 2 +-
17311 drivers/scsi/libfc/fc_exch.c | 50 +-
17312 drivers/scsi/libsas/sas_ata.c | 2 +-
17313 drivers/scsi/lpfc/lpfc.h | 8 +-
17314 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
17315 drivers/scsi/lpfc/lpfc_init.c | 6 +-
17316 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
17317 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
17318 drivers/scsi/pmcraid.c | 20 +-
17319 drivers/scsi/pmcraid.h | 8 +-
17320 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
17321 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
17322 drivers/scsi/qla2xxx/qla_os.c | 6 +-
17323 drivers/scsi/qla2xxx/qla_target.c | 10 +-
17324 drivers/scsi/qla2xxx/qla_target.h | 2 +-
17325 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
17326 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
17327 drivers/scsi/scsi.c | 2 +-
17328 drivers/scsi/scsi_lib.c | 8 +-
17329 drivers/scsi/scsi_sysfs.c | 2 +-
17330 drivers/scsi/scsi_transport_fc.c | 8 +-
17331 drivers/scsi/scsi_transport_iscsi.c | 6 +-
17332 drivers/scsi/scsi_transport_srp.c | 6 +-
17333 drivers/scsi/sd.c | 6 +-
17334 drivers/scsi/sg.c | 2 +-
17335 drivers/scsi/sr.c | 21 +-
17336 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
17337 drivers/spi/spi.c | 2 +-
17338 drivers/staging/android/timed_output.c | 6 +-
17339 drivers/staging/comedi/comedi_fops.c | 8 +-
17340 drivers/staging/fbtft/fbtft-core.c | 2 +-
17341 drivers/staging/fbtft/fbtft.h | 2 +-
17342 drivers/staging/gdm724x/gdm_tty.c | 2 +-
17343 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
17344 drivers/staging/iio/adc/ad7280a.c | 4 +-
17345 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
17346 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
17347 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
17348 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
17349 drivers/staging/lustre/lustre/include/obd.h | 2 +-
17350 drivers/staging/octeon/ethernet-rx.c | 20 +-
17351 drivers/staging/octeon/ethernet.c | 8 +-
17352 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
17353 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
17354 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
17355 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
17356 drivers/staging/sm750fb/sm750.c | 14 +-
17357 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
17358 drivers/target/sbp/sbp_target.c | 4 +-
17359 drivers/thermal/cpu_cooling.c | 9 +-
17360 drivers/thermal/devfreq_cooling.c | 19 +-
17361 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
17362 drivers/thermal/of-thermal.c | 17 +-
17363 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
17364 drivers/tty/cyclades.c | 6 +-
17365 drivers/tty/hvc/hvc_console.c | 14 +-
17366 drivers/tty/hvc/hvcs.c | 21 +-
17367 drivers/tty/hvc/hvsi.c | 22 +-
17368 drivers/tty/hvc/hvsi_lib.c | 4 +-
17369 drivers/tty/ipwireless/tty.c | 27 +-
17370 drivers/tty/moxa.c | 2 +-
17371 drivers/tty/n_gsm.c | 4 +-
17372 drivers/tty/n_tty.c | 19 +-
17373 drivers/tty/pty.c | 4 +-
17374 drivers/tty/rocket.c | 6 +-
17375 drivers/tty/serial/8250/8250_core.c | 10 +-
17376 drivers/tty/serial/ifx6x60.c | 2 +-
17377 drivers/tty/serial/ioc4_serial.c | 6 +-
17378 drivers/tty/serial/kgdb_nmi.c | 4 +-
17379 drivers/tty/serial/kgdboc.c | 32 +-
17380 drivers/tty/serial/msm_serial.c | 4 +-
17381 drivers/tty/serial/samsung.c | 9 +-
17382 drivers/tty/serial/serial_core.c | 8 +-
17383 drivers/tty/synclink.c | 34 +-
17384 drivers/tty/synclink_gt.c | 28 +-
17385 drivers/tty/synclinkmp.c | 34 +-
17386 drivers/tty/tty_io.c | 2 +-
17387 drivers/tty/tty_ldisc.c | 8 +-
17388 drivers/tty/tty_port.c | 22 +-
17389 drivers/uio/uio.c | 13 +-
17390 drivers/usb/atm/cxacru.c | 2 +-
17391 drivers/usb/atm/usbatm.c | 24 +-
17392 drivers/usb/class/cdc-acm.h | 2 +-
17393 drivers/usb/core/devices.c | 6 +-
17394 drivers/usb/core/devio.c | 12 +-
17395 drivers/usb/core/hcd.c | 4 +-
17396 drivers/usb/core/sysfs.c | 2 +-
17397 drivers/usb/core/usb.c | 2 +-
17398 drivers/usb/early/ehci-dbgp.c | 16 +-
17399 drivers/usb/gadget/function/u_serial.c | 22 +-
17400 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
17401 drivers/usb/host/ehci-hcd.c | 2 +-
17402 drivers/usb/host/ehci-hub.c | 4 +-
17403 drivers/usb/host/ehci-q.c | 4 +-
17404 drivers/usb/host/fotg210-hcd.c | 2 +-
17405 drivers/usb/host/hwa-hc.c | 2 +-
17406 drivers/usb/host/ohci-hcd.c | 2 +-
17407 drivers/usb/host/r8a66597.h | 2 +-
17408 drivers/usb/host/uhci-hcd.c | 2 +-
17409 drivers/usb/host/xhci-pci.c | 2 +-
17410 drivers/usb/host/xhci.c | 2 +-
17411 drivers/usb/misc/appledisplay.c | 4 +-
17412 drivers/usb/serial/console.c | 8 +-
17413 drivers/usb/storage/transport.c | 2 +-
17414 drivers/usb/storage/usb.c | 2 +-
17415 drivers/usb/storage/usb.h | 2 +-
17416 drivers/usb/usbip/vhci.h | 2 +-
17417 drivers/usb/usbip/vhci_hcd.c | 6 +-
17418 drivers/usb/usbip/vhci_rx.c | 2 +-
17419 drivers/usb/wusbcore/wa-hc.h | 4 +-
17420 drivers/usb/wusbcore/wa-xfer.c | 2 +-
17421 drivers/vhost/vringh.c | 20 +-
17422 drivers/video/backlight/kb3886_bl.c | 2 +-
17423 drivers/video/console/fbcon.c | 2 +-
17424 drivers/video/fbdev/aty/aty128fb.c | 2 +-
17425 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
17426 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
17427 drivers/video/fbdev/core/fb_defio.c | 6 +-
17428 drivers/video/fbdev/core/fbmem.c | 12 +-
17429 drivers/video/fbdev/hyperv_fb.c | 4 +-
17430 drivers/video/fbdev/i810/i810_accel.c | 1 +
17431 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
17432 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
17433 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
17434 drivers/video/fbdev/omap2/dss/display.c | 8 +-
17435 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
17436 drivers/video/fbdev/smscufx.c | 4 +-
17437 drivers/video/fbdev/udlfb.c | 36 +-
17438 drivers/video/fbdev/uvesafb.c | 52 +-
17439 drivers/video/fbdev/vesafb.c | 58 +-
17440 drivers/video/fbdev/via/via_clock.h | 2 +-
17441 drivers/xen/events/events_base.c | 6 +-
17442 fs/Kconfig.binfmt | 2 +-
17443 fs/afs/inode.c | 4 +-
17444 fs/aio.c | 2 +-
17445 fs/autofs4/waitq.c | 2 +-
17446 fs/befs/endian.h | 6 +-
17447 fs/binfmt_aout.c | 23 +-
17448 fs/binfmt_elf.c | 670 +-
17449 fs/binfmt_elf_fdpic.c | 4 +-
17450 fs/block_dev.c | 2 +-
17451 fs/btrfs/ctree.c | 11 +-
17452 fs/btrfs/ctree.h | 4 +-
17453 fs/btrfs/delayed-inode.c | 9 +-
17454 fs/btrfs/delayed-inode.h | 6 +-
17455 fs/btrfs/delayed-ref.c | 4 +-
17456 fs/btrfs/disk-io.c | 4 +-
17457 fs/btrfs/extent_map.c | 8 +-
17458 fs/btrfs/file.c | 4 +-
17459 fs/btrfs/inode.c | 14 +-
17460 fs/btrfs/raid56.c | 32 +-
17461 fs/btrfs/super.c | 2 +-
17462 fs/btrfs/sysfs.c | 2 +-
17463 fs/btrfs/tests/btrfs-tests.c | 2 +-
17464 fs/btrfs/tests/free-space-tests.c | 8 +-
17465 fs/btrfs/transaction.c | 2 +-
17466 fs/btrfs/tree-log.c | 8 +-
17467 fs/btrfs/tree-log.h | 2 +-
17468 fs/btrfs/volumes.c | 14 +-
17469 fs/btrfs/volumes.h | 22 +-
17470 fs/buffer.c | 2 +-
17471 fs/cachefiles/bind.c | 6 +-
17472 fs/cachefiles/daemon.c | 8 +-
17473 fs/cachefiles/internal.h | 12 +-
17474 fs/cachefiles/namei.c | 2 +-
17475 fs/cachefiles/proc.c | 12 +-
17476 fs/ceph/dir.c | 12 +-
17477 fs/ceph/super.c | 4 +-
17478 fs/cifs/cifs_debug.c | 12 +-
17479 fs/cifs/cifsfs.c | 8 +-
17480 fs/cifs/cifsglob.h | 54 +-
17481 fs/cifs/file.c | 12 +-
17482 fs/cifs/misc.c | 4 +-
17483 fs/cifs/smb1ops.c | 80 +-
17484 fs/cifs/smb2ops.c | 84 +-
17485 fs/cifs/smb2pdu.c | 3 +-
17486 fs/coda/cache.c | 10 +-
17487 fs/compat.c | 7 +-
17488 fs/compat_binfmt_elf.c | 2 +
17489 fs/compat_ioctl.c | 12 +-
17490 fs/configfs/dir.c | 10 +-
17491 fs/coredump.c | 18 +-
17492 fs/dcache.c | 64 +-
17493 fs/ecryptfs/inode.c | 2 +-
17494 fs/ecryptfs/miscdev.c | 2 +-
17495 fs/exec.c | 362 +-
17496 fs/ext2/xattr.c | 5 +-
17497 fs/ext4/ext4.h | 20 +-
17498 fs/ext4/mballoc.c | 44 +-
17499 fs/ext4/resize.c | 16 +-
17500 fs/ext4/super.c | 2 +-
17501 fs/ext4/sysfs.c | 2 +-
17502 fs/ext4/xattr.c | 5 +-
17503 fs/fhandle.c | 5 +-
17504 fs/file.c | 18 +-
17505 fs/fs-writeback.c | 11 +-
17506 fs/fs_struct.c | 8 +-
17507 fs/fscache/cookie.c | 40 +-
17508 fs/fscache/internal.h | 202 +-
17509 fs/fscache/object.c | 26 +-
17510 fs/fscache/operation.c | 38 +-
17511 fs/fscache/page.c | 110 +-
17512 fs/fscache/stats.c | 348 +-
17513 fs/fuse/cuse.c | 10 +-
17514 fs/fuse/dev.c | 4 +-
17515 fs/gfs2/file.c | 2 +-
17516 fs/gfs2/glock.c | 22 +-
17517 fs/gfs2/glops.c | 4 +-
17518 fs/gfs2/quota.c | 6 +-
17519 fs/hugetlbfs/inode.c | 13 +-
17520 fs/inode.c | 4 +-
17521 fs/jbd2/commit.c | 2 +-
17522 fs/jbd2/transaction.c | 4 +-
17523 fs/jffs2/erase.c | 3 +-
17524 fs/jffs2/wbuf.c | 3 +-
17525 fs/jfs/super.c | 2 +-
17526 fs/kernfs/dir.c | 2 +-
17527 fs/kernfs/file.c | 20 +-
17528 fs/libfs.c | 10 +-
17529 fs/lockd/clntproc.c | 4 +-
17530 fs/namei.c | 16 +-
17531 fs/namespace.c | 16 +-
17532 fs/nfs/callback_xdr.c | 2 +-
17533 fs/nfs/inode.c | 6 +-
17534 fs/nfsd/nfs4proc.c | 2 +-
17535 fs/nfsd/nfs4xdr.c | 2 +-
17536 fs/nfsd/nfscache.c | 11 +-
17537 fs/nfsd/vfs.c | 6 +-
17538 fs/nls/nls_base.c | 26 +-
17539 fs/nls/nls_euc-jp.c | 6 +-
17540 fs/nls/nls_koi8-ru.c | 6 +-
17541 fs/notify/fanotify/fanotify_user.c | 4 +-
17542 fs/notify/notification.c | 4 +-
17543 fs/ntfs/dir.c | 2 +-
17544 fs/ntfs/super.c | 6 +-
17545 fs/ocfs2/dlm/dlmcommon.h | 4 +-
17546 fs/ocfs2/dlm/dlmdebug.c | 10 +-
17547 fs/ocfs2/dlm/dlmdomain.c | 4 +-
17548 fs/ocfs2/dlm/dlmmaster.c | 4 +-
17549 fs/ocfs2/localalloc.c | 2 +-
17550 fs/ocfs2/ocfs2.h | 10 +-
17551 fs/ocfs2/suballoc.c | 12 +-
17552 fs/ocfs2/super.c | 20 +-
17553 fs/overlayfs/copy_up.c | 2 +-
17554 fs/pipe.c | 72 +-
17555 fs/posix_acl.c | 4 +-
17556 fs/proc/array.c | 20 +
17557 fs/proc/base.c | 4 +-
17558 fs/proc/kcore.c | 34 +-
17559 fs/proc/meminfo.c | 2 +-
17560 fs/proc/nommu.c | 2 +-
17561 fs/proc/proc_sysctl.c | 26 +-
17562 fs/proc/task_mmu.c | 42 +-
17563 fs/proc/task_nommu.c | 4 +-
17564 fs/proc/vmcore.c | 16 +-
17565 fs/qnx6/qnx6.h | 4 +-
17566 fs/quota/netlink.c | 4 +-
17567 fs/read_write.c | 2 +-
17568 fs/readdir.c | 3 +-
17569 fs/reiserfs/do_balan.c | 2 +-
17570 fs/reiserfs/procfs.c | 2 +-
17571 fs/reiserfs/reiserfs.h | 4 +-
17572 fs/seq_file.c | 4 +-
17573 fs/splice.c | 43 +-
17574 fs/squashfs/xattr.c | 12 +-
17575 fs/super.c | 3 +-
17576 fs/sysv/sysv.h | 2 +-
17577 fs/tracefs/inode.c | 8 +-
17578 fs/udf/misc.c | 2 +-
17579 fs/ufs/swab.h | 4 +-
17580 fs/userfaultfd.c | 2 +-
17581 fs/xattr.c | 21 +
17582 fs/xfs/libxfs/xfs_bmap.c | 2 +-
17583 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
17584 fs/xfs/xfs_dir2_readdir.c | 7 +-
17585 fs/xfs/xfs_ioctl.c | 2 +-
17586 fs/xfs/xfs_linux.h | 4 +-
17587 include/acpi/ghes.h | 2 +-
17588 include/asm-generic/4level-fixup.h | 2 +
17589 include/asm-generic/atomic-long.h | 176 +-
17590 include/asm-generic/atomic64.h | 12 +
17591 include/asm-generic/bitops/__fls.h | 2 +-
17592 include/asm-generic/bitops/fls.h | 2 +-
17593 include/asm-generic/bitops/fls64.h | 4 +-
17594 include/asm-generic/bug.h | 6 +-
17595 include/asm-generic/cache.h | 4 +-
17596 include/asm-generic/emergency-restart.h | 2 +-
17597 include/asm-generic/kmap_types.h | 4 +-
17598 include/asm-generic/local.h | 13 +
17599 include/asm-generic/pgtable-nopmd.h | 18 +-
17600 include/asm-generic/pgtable-nopud.h | 15 +-
17601 include/asm-generic/pgtable.h | 16 +
17602 include/asm-generic/sections.h | 1 +
17603 include/asm-generic/uaccess.h | 16 +
17604 include/asm-generic/vmlinux.lds.h | 15 +-
17605 include/crypto/algapi.h | 2 +-
17606 include/drm/drmP.h | 19 +-
17607 include/drm/drm_crtc_helper.h | 2 +-
17608 include/drm/drm_mm.h | 2 +-
17609 include/drm/i915_pciids.h | 2 +-
17610 include/drm/intel-gtt.h | 4 +-
17611 include/drm/ttm/ttm_memory.h | 2 +-
17612 include/drm/ttm/ttm_page_alloc.h | 1 +
17613 include/keys/asymmetric-subtype.h | 2 +-
17614 include/linux/atmdev.h | 4 +-
17615 include/linux/atomic.h | 2 +-
17616 include/linux/audit.h | 2 +-
17617 include/linux/average.h | 2 +-
17618 include/linux/binfmts.h | 3 +-
17619 include/linux/bitmap.h | 2 +-
17620 include/linux/bitops.h | 8 +-
17621 include/linux/blk-cgroup.h | 24 +-
17622 include/linux/blkdev.h | 2 +-
17623 include/linux/blktrace_api.h | 2 +-
17624 include/linux/cache.h | 8 +
17625 include/linux/cdrom.h | 1 -
17626 include/linux/cleancache.h | 2 +-
17627 include/linux/clk-provider.h | 1 +
17628 include/linux/compat.h | 6 +-
17629 include/linux/compiler-gcc.h | 28 +-
17630 include/linux/compiler.h | 193 +-
17631 include/linux/configfs.h | 2 +-
17632 include/linux/cpufreq.h | 3 +-
17633 include/linux/cpuidle.h | 5 +-
17634 include/linux/cpumask.h | 14 +-
17635 include/linux/crypto.h | 4 +-
17636 include/linux/ctype.h | 2 +-
17637 include/linux/dcache.h | 4 +-
17638 include/linux/decompress/mm.h | 2 +-
17639 include/linux/devfreq.h | 2 +-
17640 include/linux/device.h | 7 +-
17641 include/linux/dma-mapping.h | 2 +-
17642 include/linux/efi.h | 1 +
17643 include/linux/elf.h | 2 +
17644 include/linux/err.h | 4 +-
17645 include/linux/extcon.h | 2 +-
17646 include/linux/fb.h | 3 +-
17647 include/linux/fdtable.h | 2 +-
17648 include/linux/fs.h | 5 +-
17649 include/linux/fs_struct.h | 2 +-
17650 include/linux/fscache-cache.h | 2 +-
17651 include/linux/fscache.h | 2 +-
17652 include/linux/fsnotify.h | 2 +-
17653 include/linux/genhd.h | 4 +-
17654 include/linux/genl_magic_func.h | 2 +-
17655 include/linux/gfp.h | 12 +-
17656 include/linux/highmem.h | 12 +
17657 include/linux/hwmon-sysfs.h | 6 +-
17658 include/linux/i2c.h | 1 +
17659 include/linux/if_pppox.h | 2 +-
17660 include/linux/init.h | 12 +-
17661 include/linux/init_task.h | 7 +
17662 include/linux/interrupt.h | 6 +-
17663 include/linux/iommu.h | 2 +-
17664 include/linux/ioport.h | 2 +-
17665 include/linux/ipc.h | 2 +-
17666 include/linux/irq.h | 5 +-
17667 include/linux/irqdesc.h | 2 +-
17668 include/linux/irqdomain.h | 3 +
17669 include/linux/jbd2.h | 2 +-
17670 include/linux/jiffies.h | 16 +-
17671 include/linux/key-type.h | 2 +-
17672 include/linux/kgdb.h | 6 +-
17673 include/linux/kmemleak.h | 4 +-
17674 include/linux/kobject.h | 3 +-
17675 include/linux/kobject_ns.h | 2 +-
17676 include/linux/kref.h | 2 +-
17677 include/linux/libata.h | 2 +-
17678 include/linux/linkage.h | 1 +
17679 include/linux/list.h | 15 +
17680 include/linux/lockref.h | 26 +-
17681 include/linux/math64.h | 10 +-
17682 include/linux/mempolicy.h | 7 +
17683 include/linux/mm.h | 102 +-
17684 include/linux/mm_types.h | 20 +
17685 include/linux/mmiotrace.h | 4 +-
17686 include/linux/mmzone.h | 2 +-
17687 include/linux/mod_devicetable.h | 4 +-
17688 include/linux/module.h | 69 +-
17689 include/linux/moduleloader.h | 16 +
17690 include/linux/moduleparam.h | 4 +-
17691 include/linux/net.h | 2 +-
17692 include/linux/netdevice.h | 7 +-
17693 include/linux/netfilter.h | 2 +-
17694 include/linux/netfilter/nfnetlink.h | 2 +-
17695 include/linux/netlink.h | 12 +-
17696 include/linux/nls.h | 4 +-
17697 include/linux/notifier.h | 3 +-
17698 include/linux/oprofile.h | 4 +-
17699 include/linux/padata.h | 2 +-
17700 include/linux/pci_hotplug.h | 3 +-
17701 include/linux/percpu.h | 2 +-
17702 include/linux/perf_event.h | 12 +-
17703 include/linux/pipe_fs_i.h | 8 +-
17704 include/linux/pm.h | 1 +
17705 include/linux/pm_domain.h | 2 +-
17706 include/linux/pm_runtime.h | 2 +-
17707 include/linux/pnp.h | 2 +-
17708 include/linux/poison.h | 4 +-
17709 include/linux/power/smartreflex.h | 2 +-
17710 include/linux/ppp-comp.h | 2 +-
17711 include/linux/preempt.h | 21 +
17712 include/linux/proc_ns.h | 2 +-
17713 include/linux/psci.h | 2 +-
17714 include/linux/quota.h | 2 +-
17715 include/linux/random.h | 19 +-
17716 include/linux/rculist.h | 16 +
17717 include/linux/rcupdate.h | 8 +
17718 include/linux/reboot.h | 14 +-
17719 include/linux/regset.h | 3 +-
17720 include/linux/relay.h | 2 +-
17721 include/linux/rio.h | 2 +-
17722 include/linux/rmap.h | 4 +-
17723 include/linux/sched.h | 76 +-
17724 include/linux/sched/sysctl.h | 1 +
17725 include/linux/scif.h | 2 +-
17726 include/linux/semaphore.h | 2 +-
17727 include/linux/seq_file.h | 1 +
17728 include/linux/seqlock.h | 10 +
17729 include/linux/signal.h | 2 +-
17730 include/linux/skbuff.h | 12 +-
17731 include/linux/slab.h | 47 +-
17732 include/linux/slab_def.h | 14 +-
17733 include/linux/slub_def.h | 2 +-
17734 include/linux/smp.h | 2 +
17735 include/linux/sock_diag.h | 2 +-
17736 include/linux/sonet.h | 2 +-
17737 include/linux/spinlock.h | 17 +-
17738 include/linux/srcu.h | 5 +-
17739 include/linux/sunrpc/addr.h | 8 +-
17740 include/linux/sunrpc/clnt.h | 2 +-
17741 include/linux/sunrpc/svc.h | 2 +-
17742 include/linux/sunrpc/svc_rdma.h | 18 +-
17743 include/linux/sunrpc/svcauth.h | 2 +-
17744 include/linux/swapops.h | 10 +-
17745 include/linux/swiotlb.h | 3 +-
17746 include/linux/syscalls.h | 23 +-
17747 include/linux/syscore_ops.h | 2 +-
17748 include/linux/sysctl.h | 3 +-
17749 include/linux/sysfs.h | 9 +-
17750 include/linux/sysrq.h | 3 +-
17751 include/linux/tcp.h | 14 +-
17752 include/linux/thread_info.h | 7 +
17753 include/linux/tty.h | 4 +-
17754 include/linux/tty_driver.h | 2 +-
17755 include/linux/tty_ldisc.h | 2 +-
17756 include/linux/types.h | 16 +
17757 include/linux/uaccess.h | 2 +-
17758 include/linux/uio_driver.h | 2 +-
17759 include/linux/unaligned/access_ok.h | 24 +-
17760 include/linux/usb.h | 12 +-
17761 include/linux/usb/hcd.h | 1 +
17762 include/linux/usb/renesas_usbhs.h | 2 +-
17763 include/linux/vermagic.h | 21 +-
17764 include/linux/vga_switcheroo.h | 8 +-
17765 include/linux/vmalloc.h | 7 +-
17766 include/linux/vmstat.h | 24 +-
17767 include/linux/writeback.h | 3 +-
17768 include/linux/xattr.h | 5 +-
17769 include/linux/zlib.h | 3 +-
17770 include/media/v4l2-dev.h | 2 +-
17771 include/media/v4l2-device.h | 2 +-
17772 include/net/9p/transport.h | 2 +-
17773 include/net/bluetooth/l2cap.h | 2 +-
17774 include/net/bonding.h | 2 +-
17775 include/net/caif/cfctrl.h | 6 +-
17776 include/net/cfg802154.h | 2 +-
17777 include/net/flow.h | 2 +-
17778 include/net/genetlink.h | 2 +-
17779 include/net/gro_cells.h | 2 +-
17780 include/net/inet_connection_sock.h | 2 +-
17781 include/net/inet_sock.h | 2 +-
17782 include/net/inetpeer.h | 2 +-
17783 include/net/ip_fib.h | 2 +-
17784 include/net/ip_vs.h | 8 +-
17785 include/net/ipv6.h | 2 +-
17786 include/net/irda/ircomm_tty.h | 1 +
17787 include/net/iucv/af_iucv.h | 2 +-
17788 include/net/llc_c_ac.h | 2 +-
17789 include/net/llc_c_ev.h | 4 +-
17790 include/net/llc_c_st.h | 2 +-
17791 include/net/llc_s_ac.h | 2 +-
17792 include/net/llc_s_st.h | 2 +-
17793 include/net/mac80211.h | 6 +-
17794 include/net/neighbour.h | 4 +-
17795 include/net/net_namespace.h | 18 +-
17796 include/net/netlink.h | 2 +-
17797 include/net/netns/conntrack.h | 6 +-
17798 include/net/netns/ipv4.h | 4 +-
17799 include/net/netns/ipv6.h | 4 +-
17800 include/net/netns/xfrm.h | 2 +-
17801 include/net/ping.h | 2 +-
17802 include/net/protocol.h | 4 +-
17803 include/net/rtnetlink.h | 2 +-
17804 include/net/sctp/checksum.h | 4 +-
17805 include/net/sctp/sm.h | 4 +-
17806 include/net/sctp/structs.h | 2 +-
17807 include/net/snmp.h | 10 +-
17808 include/net/sock.h | 12 +-
17809 include/net/tcp.h | 8 +-
17810 include/net/xfrm.h | 13 +-
17811 include/rdma/iw_cm.h | 2 +-
17812 include/scsi/libfc.h | 3 +-
17813 include/scsi/scsi_device.h | 6 +-
17814 include/scsi/scsi_driver.h | 2 +-
17815 include/scsi/scsi_transport_fc.h | 3 +-
17816 include/scsi/sg.h | 2 +-
17817 include/sound/compress_driver.h | 2 +-
17818 include/sound/soc.h | 4 +-
17819 include/trace/events/irq.h | 4 +-
17820 include/uapi/linux/a.out.h | 8 +
17821 include/uapi/linux/bcache.h | 5 +-
17822 include/uapi/linux/byteorder/little_endian.h | 28 +-
17823 include/uapi/linux/connector.h | 2 +-
17824 include/uapi/linux/elf.h | 28 +
17825 include/uapi/linux/screen_info.h | 2 +-
17826 include/uapi/linux/swab.h | 6 +-
17827 include/uapi/linux/xattr.h | 4 +
17828 include/video/udlfb.h | 8 +-
17829 include/video/uvesafb.h | 1 +
17830 init/Kconfig | 2 +-
17831 init/Makefile | 3 +
17832 init/do_mounts.c | 14 +-
17833 init/do_mounts.h | 8 +-
17834 init/do_mounts_initrd.c | 30 +-
17835 init/do_mounts_md.c | 6 +-
17836 init/init_task.c | 4 +
17837 init/initramfs.c | 38 +-
17838 init/main.c | 30 +-
17839 ipc/compat.c | 4 +-
17840 ipc/ipc_sysctl.c | 14 +-
17841 ipc/mq_sysctl.c | 4 +-
17842 ipc/sem.c | 4 +-
17843 ipc/shm.c | 6 +
17844 kernel/audit.c | 8 +-
17845 kernel/auditsc.c | 4 +-
17846 kernel/bpf/core.c | 7 +-
17847 kernel/capability.c | 3 +
17848 kernel/compat.c | 38 +-
17849 kernel/debug/debug_core.c | 16 +-
17850 kernel/debug/kdb/kdb_main.c | 4 +-
17851 kernel/events/core.c | 30 +-
17852 kernel/events/internal.h | 10 +-
17853 kernel/events/uprobes.c | 2 +-
17854 kernel/exit.c | 27 +-
17855 kernel/fork.c | 175 +-
17856 kernel/futex.c | 11 +-
17857 kernel/futex_compat.c | 2 +-
17858 kernel/gcov/base.c | 7 +-
17859 kernel/irq/manage.c | 2 +-
17860 kernel/irq/msi.c | 19 +-
17861 kernel/irq/spurious.c | 2 +-
17862 kernel/jump_label.c | 5 +
17863 kernel/kallsyms.c | 37 +-
17864 kernel/kexec.c | 3 +-
17865 kernel/kmod.c | 8 +-
17866 kernel/kprobes.c | 4 +-
17867 kernel/ksysfs.c | 2 +-
17868 kernel/locking/lockdep.c | 7 +-
17869 kernel/locking/mutex-debug.c | 12 +-
17870 kernel/locking/mutex-debug.h | 4 +-
17871 kernel/locking/mutex.c | 6 +-
17872 kernel/module.c | 422 +-
17873 kernel/notifier.c | 17 +-
17874 kernel/padata.c | 4 +-
17875 kernel/panic.c | 5 +-
17876 kernel/pid.c | 2 +-
17877 kernel/pid_namespace.c | 2 +-
17878 kernel/power/process.c | 12 +-
17879 kernel/profile.c | 14 +-
17880 kernel/ptrace.c | 8 +-
17881 kernel/rcu/rcutorture.c | 60 +-
17882 kernel/rcu/tiny.c | 4 +-
17883 kernel/rcu/tree.c | 42 +-
17884 kernel/rcu/tree.h | 16 +-
17885 kernel/rcu/tree_plugin.h | 18 +-
17886 kernel/rcu/tree_trace.c | 14 +-
17887 kernel/resource.c | 4 +-
17888 kernel/sched/auto_group.c | 4 +-
17889 kernel/sched/core.c | 45 +-
17890 kernel/sched/fair.c | 2 +-
17891 kernel/sched/sched.h | 2 +-
17892 kernel/signal.c | 24 +-
17893 kernel/smpboot.c | 4 +-
17894 kernel/softirq.c | 12 +-
17895 kernel/sys.c | 10 +-
17896 kernel/sysctl.c | 34 +-
17897 kernel/time/alarmtimer.c | 2 +-
17898 kernel/time/posix-cpu-timers.c | 4 +-
17899 kernel/time/posix-timers.c | 24 +-
17900 kernel/time/timer.c | 2 +-
17901 kernel/time/timer_stats.c | 10 +-
17902 kernel/trace/blktrace.c | 6 +-
17903 kernel/trace/ftrace.c | 15 +-
17904 kernel/trace/ring_buffer.c | 96 +-
17905 kernel/trace/trace.c | 2 +-
17906 kernel/trace/trace.h | 2 +-
17907 kernel/trace/trace_clock.c | 4 +-
17908 kernel/trace/trace_events.c | 1 -
17909 kernel/trace/trace_functions_graph.c | 4 +-
17910 kernel/trace/trace_mmiotrace.c | 8 +-
17911 kernel/trace/trace_output.c | 10 +-
17912 kernel/trace/trace_seq.c | 2 +-
17913 kernel/trace/trace_stack.c | 2 +-
17914 kernel/user.c | 2 +-
17915 kernel/user_namespace.c | 2 +-
17916 kernel/utsname_sysctl.c | 2 +-
17917 kernel/watchdog.c | 2 +-
17918 kernel/workqueue.c | 8 +-
17919 lib/Kconfig.debug | 8 +-
17920 lib/Makefile | 2 +-
17921 lib/bitmap.c | 8 +-
17922 lib/bug.c | 2 +
17923 lib/debugobjects.c | 2 +-
17924 lib/decompress_bunzip2.c | 3 +-
17925 lib/decompress_unlzma.c | 4 +-
17926 lib/div64.c | 4 +-
17927 lib/dma-debug.c | 4 +-
17928 lib/inflate.c | 2 +-
17929 lib/ioremap.c | 4 +-
17930 lib/kobject.c | 4 +-
17931 lib/list_debug.c | 126 +-
17932 lib/lockref.c | 44 +-
17933 lib/percpu-refcount.c | 2 +-
17934 lib/radix-tree.c | 2 +-
17935 lib/random32.c | 2 +-
17936 lib/rhashtable.c | 4 +-
17937 lib/show_mem.c | 2 +-
17938 lib/strncpy_from_user.c | 2 +-
17939 lib/strnlen_user.c | 2 +-
17940 lib/swiotlb.c | 2 +-
17941 lib/usercopy.c | 6 +
17942 lib/vsprintf.c | 12 +-
17943 mm/Kconfig | 6 +-
17944 mm/backing-dev.c | 4 +-
17945 mm/debug.c | 3 +
17946 mm/filemap.c | 2 +-
17947 mm/gup.c | 13 +-
17948 mm/highmem.c | 6 +-
17949 mm/hugetlb.c | 70 +-
17950 mm/internal.h | 1 +
17951 mm/maccess.c | 12 +-
17952 mm/madvise.c | 37 +
17953 mm/memory-failure.c | 6 +-
17954 mm/memory.c | 424 +-
17955 mm/mempolicy.c | 25 +
17956 mm/mlock.c | 18 +-
17957 mm/mm_init.c | 2 +-
17958 mm/mmap.c | 582 +-
17959 mm/mprotect.c | 137 +-
17960 mm/mremap.c | 39 +-
17961 mm/nommu.c | 21 +-
17962 mm/page-writeback.c | 2 +-
17963 mm/page_alloc.c | 50 +-
17964 mm/percpu.c | 2 +-
17965 mm/process_vm_access.c | 14 +-
17966 mm/rmap.c | 45 +-
17967 mm/shmem.c | 19 +-
17968 mm/slab.c | 111 +-
17969 mm/slab.h | 22 +-
17970 mm/slab_common.c | 86 +-
17971 mm/slob.c | 218 +-
17972 mm/slub.c | 109 +-
17973 mm/sparse-vmemmap.c | 4 +-
17974 mm/sparse.c | 2 +-
17975 mm/swap.c | 2 +
17976 mm/swapfile.c | 12 +-
17977 mm/util.c | 6 +
17978 mm/vmalloc.c | 114 +-
17979 mm/vmstat.c | 12 +-
17980 net/8021q/vlan.c | 5 +-
17981 net/8021q/vlan_netlink.c | 2 +-
17982 net/9p/mod.c | 4 +-
17983 net/9p/trans_fd.c | 2 +-
17984 net/atm/atm_misc.c | 8 +-
17985 net/atm/lec.h | 2 +-
17986 net/atm/proc.c | 6 +-
17987 net/atm/resources.c | 4 +-
17988 net/ax25/sysctl_net_ax25.c | 2 +-
17989 net/batman-adv/bat_iv_ogm.c | 8 +-
17990 net/batman-adv/fragmentation.c | 2 +-
17991 net/batman-adv/routing.c | 4 +-
17992 net/batman-adv/soft-interface.c | 10 +-
17993 net/batman-adv/translation-table.c | 14 +-
17994 net/batman-adv/types.h | 8 +-
17995 net/bluetooth/hci_sock.c | 2 +-
17996 net/bluetooth/l2cap_core.c | 6 +-
17997 net/bluetooth/l2cap_sock.c | 12 +-
17998 net/bluetooth/rfcomm/sock.c | 4 +-
17999 net/bluetooth/rfcomm/tty.c | 4 +-
18000 net/bridge/br_netlink.c | 2 +-
18001 net/bridge/netfilter/ebtables.c | 6 +-
18002 net/caif/cfctrl.c | 11 +-
18003 net/caif/chnl_net.c | 2 +-
18004 net/can/af_can.c | 2 +-
18005 net/can/gw.c | 6 +-
18006 net/ceph/messenger.c | 4 +-
18007 net/compat.c | 26 +-
18008 net/core/datagram.c | 2 +-
18009 net/core/dev.c | 16 +-
18010 net/core/filter.c | 2 +-
18011 net/core/flow.c | 6 +-
18012 net/core/neighbour.c | 18 +-
18013 net/core/net-sysfs.c | 2 +-
18014 net/core/net_namespace.c | 8 +-
18015 net/core/netpoll.c | 4 +-
18016 net/core/rtnetlink.c | 17 +-
18017 net/core/scm.c | 12 +-
18018 net/core/skbuff.c | 11 +-
18019 net/core/sock.c | 28 +-
18020 net/core/sock_diag.c | 15 +-
18021 net/core/sysctl_net_core.c | 22 +-
18022 net/decnet/af_decnet.c | 1 +
18023 net/decnet/sysctl_net_decnet.c | 4 +-
18024 net/dsa/dsa.c | 2 +-
18025 net/hsr/hsr_netlink.c | 2 +-
18026 net/ieee802154/6lowpan/core.c | 2 +-
18027 net/ieee802154/6lowpan/reassembly.c | 14 +-
18028 net/ipv4/af_inet.c | 2 +-
18029 net/ipv4/arp.c | 2 +-
18030 net/ipv4/devinet.c | 18 +-
18031 net/ipv4/fib_frontend.c | 6 +-
18032 net/ipv4/fib_semantics.c | 2 +-
18033 net/ipv4/inet_connection_sock.c | 4 +-
18034 net/ipv4/inet_diag.c | 4 +-
18035 net/ipv4/inet_timewait_sock.c | 2 +-
18036 net/ipv4/inetpeer.c | 2 +-
18037 net/ipv4/ip_fragment.c | 15 +-
18038 net/ipv4/ip_gre.c | 6 +-
18039 net/ipv4/ip_sockglue.c | 2 +-
18040 net/ipv4/ip_vti.c | 4 +-
18041 net/ipv4/ipconfig.c | 6 +-
18042 net/ipv4/ipip.c | 4 +-
18043 net/ipv4/netfilter/arp_tables.c | 12 +-
18044 net/ipv4/netfilter/ip_tables.c | 12 +-
18045 net/ipv4/ping.c | 14 +-
18046 net/ipv4/proc.c | 8 +-
18047 net/ipv4/raw.c | 14 +-
18048 net/ipv4/route.c | 32 +-
18049 net/ipv4/sysctl_net_ipv4.c | 22 +-
18050 net/ipv4/tcp_input.c | 6 +-
18051 net/ipv4/tcp_probe.c | 2 +-
18052 net/ipv4/udp.c | 10 +-
18053 net/ipv4/xfrm4_mode_transport.c | 2 +-
18054 net/ipv4/xfrm4_policy.c | 17 +-
18055 net/ipv4/xfrm4_state.c | 4 +-
18056 net/ipv6/addrconf.c | 22 +-
18057 net/ipv6/af_inet6.c | 2 +-
18058 net/ipv6/datagram.c | 2 +-
18059 net/ipv6/icmp.c | 2 +-
18060 net/ipv6/ip6_fib.c | 4 +-
18061 net/ipv6/ip6_gre.c | 10 +-
18062 net/ipv6/ip6_tunnel.c | 4 +-
18063 net/ipv6/ip6_vti.c | 4 +-
18064 net/ipv6/ipv6_sockglue.c | 2 +-
18065 net/ipv6/ndisc.c | 2 +-
18066 net/ipv6/netfilter/ip6_tables.c | 12 +-
18067 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
18068 net/ipv6/ping.c | 33 +-
18069 net/ipv6/proc.c | 10 +-
18070 net/ipv6/raw.c | 17 +-
18071 net/ipv6/reassembly.c | 13 +-
18072 net/ipv6/route.c | 2 +-
18073 net/ipv6/sit.c | 4 +-
18074 net/ipv6/sysctl_net_ipv6.c | 2 +-
18075 net/ipv6/udp.c | 6 +-
18076 net/ipv6/xfrm6_policy.c | 17 +-
18077 net/irda/ircomm/ircomm_tty.c | 18 +-
18078 net/iucv/af_iucv.c | 4 +-
18079 net/iucv/iucv.c | 2 +-
18080 net/key/af_key.c | 4 +-
18081 net/l2tp/l2tp_eth.c | 38 +-
18082 net/l2tp/l2tp_ip.c | 2 +-
18083 net/l2tp/l2tp_ip6.c | 2 +-
18084 net/mac80211/cfg.c | 10 +-
18085 net/mac80211/debugfs_key.c | 4 +-
18086 net/mac80211/ieee80211_i.h | 3 +-
18087 net/mac80211/iface.c | 20 +-
18088 net/mac80211/key.c | 4 +-
18089 net/mac80211/main.c | 2 +-
18090 net/mac80211/pm.c | 4 +-
18091 net/mac80211/rate.c | 2 +-
18092 net/mac80211/sta_info.c | 2 +-
18093 net/mac80211/tx.c | 2 +-
18094 net/mac80211/util.c | 8 +-
18095 net/mac80211/wpa.c | 10 +-
18096 net/mac802154/iface.c | 4 +-
18097 net/mpls/af_mpls.c | 6 +-
18098 net/netfilter/ipset/ip_set_core.c | 4 +-
18099 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
18100 net/netfilter/ipvs/ip_vs_core.c | 4 +-
18101 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
18102 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
18103 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
18104 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
18105 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
18106 net/netfilter/nf_conntrack_acct.c | 2 +-
18107 net/netfilter/nf_conntrack_ecache.c | 2 +-
18108 net/netfilter/nf_conntrack_helper.c | 2 +-
18109 net/netfilter/nf_conntrack_netlink.c | 22 +-
18110 net/netfilter/nf_conntrack_proto.c | 2 +-
18111 net/netfilter/nf_conntrack_standalone.c | 2 +-
18112 net/netfilter/nf_conntrack_timestamp.c | 2 +-
18113 net/netfilter/nf_log.c | 10 +-
18114 net/netfilter/nf_sockopt.c | 4 +-
18115 net/netfilter/nf_tables_api.c | 13 +-
18116 net/netfilter/nfnetlink_acct.c | 7 +-
18117 net/netfilter/nfnetlink_cthelper.c | 2 +-
18118 net/netfilter/nfnetlink_cttimeout.c | 2 +-
18119 net/netfilter/nfnetlink_log.c | 4 +-
18120 net/netfilter/nft_compat.c | 9 +-
18121 net/netfilter/xt_statistic.c | 8 +-
18122 net/netlink/af_netlink.c | 14 +-
18123 net/netlink/diag.c | 2 +-
18124 net/netlink/genetlink.c | 14 +-
18125 net/openvswitch/vport-internal_dev.c | 2 +-
18126 net/packet/af_packet.c | 26 +-
18127 net/packet/diag.c | 2 +-
18128 net/packet/internal.h | 6 +-
18129 net/phonet/pep.c | 6 +-
18130 net/phonet/socket.c | 2 +-
18131 net/phonet/sysctl.c | 2 +-
18132 net/rds/cong.c | 6 +-
18133 net/rds/ib.h | 2 +-
18134 net/rds/ib_cm.c | 2 +-
18135 net/rds/ib_recv.c | 4 +-
18136 net/rds/iw.h | 2 +-
18137 net/rds/iw_cm.c | 2 +-
18138 net/rds/iw_recv.c | 4 +-
18139 net/rds/rds.h | 2 +-
18140 net/rds/tcp.c | 2 +-
18141 net/rds/tcp_send.c | 2 +-
18142 net/rxrpc/af_rxrpc.c | 2 +-
18143 net/rxrpc/ar-ack.c | 14 +-
18144 net/rxrpc/ar-call.c | 2 +-
18145 net/rxrpc/ar-connection.c | 2 +-
18146 net/rxrpc/ar-connevent.c | 2 +-
18147 net/rxrpc/ar-input.c | 4 +-
18148 net/rxrpc/ar-internal.h | 8 +-
18149 net/rxrpc/ar-local.c | 2 +-
18150 net/rxrpc/ar-output.c | 4 +-
18151 net/rxrpc/ar-peer.c | 2 +-
18152 net/rxrpc/ar-proc.c | 4 +-
18153 net/rxrpc/ar-transport.c | 2 +-
18154 net/rxrpc/rxkad.c | 4 +-
18155 net/sched/sch_generic.c | 4 +-
18156 net/sctp/ipv6.c | 6 +-
18157 net/sctp/protocol.c | 10 +-
18158 net/sctp/sm_sideeffect.c | 2 +-
18159 net/sctp/socket.c | 21 +-
18160 net/sctp/sysctl.c | 10 +-
18161 net/socket.c | 18 +-
18162 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
18163 net/sunrpc/clnt.c | 4 +-
18164 net/sunrpc/sched.c | 4 +-
18165 net/sunrpc/svc.c | 4 +-
18166 net/sunrpc/svcauth_unix.c | 2 +-
18167 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
18168 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
18169 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
18170 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
18171 net/tipc/netlink_compat.c | 12 +-
18172 net/tipc/subscr.c | 2 +-
18173 net/unix/diag.c | 2 +-
18174 net/unix/sysctl_net_unix.c | 2 +-
18175 net/wireless/wext-core.c | 19 +-
18176 net/xfrm/xfrm_policy.c | 16 +-
18177 net/xfrm/xfrm_state.c | 33 +-
18178 net/xfrm/xfrm_sysctl.c | 2 +-
18179 net/xfrm/xfrm_user.c | 2 +-
18180 scripts/Kbuild.include | 2 +-
18181 scripts/Makefile.build | 2 +-
18182 scripts/Makefile.clean | 3 +-
18183 scripts/Makefile.host | 69 +-
18184 scripts/basic/fixdep.c | 12 +-
18185 scripts/dtc/checks.c | 14 +-
18186 scripts/dtc/data.c | 6 +-
18187 scripts/dtc/flattree.c | 8 +-
18188 scripts/dtc/livetree.c | 4 +-
18189 scripts/gcc-plugin.sh | 51 +
18190 scripts/headers_install.sh | 1 +
18191 scripts/kallsyms.c | 4 +-
18192 scripts/kconfig/lkc.h | 5 +-
18193 scripts/kconfig/menu.c | 2 +-
18194 scripts/kconfig/symbol.c | 6 +-
18195 scripts/link-vmlinux.sh | 2 +-
18196 scripts/mod/file2alias.c | 14 +-
18197 scripts/mod/modpost.c | 25 +-
18198 scripts/mod/modpost.h | 6 +-
18199 scripts/mod/sumversion.c | 2 +-
18200 scripts/module-common.lds | 4 +
18201 scripts/package/builddeb | 1 +
18202 scripts/pnmtologo.c | 6 +-
18203 scripts/sortextable.h | 6 +-
18204 scripts/tags.sh | 2 +-
18205 security/Kconfig | 691 +-
18206 security/apparmor/include/policy.h | 2 +-
18207 security/apparmor/policy.c | 4 +-
18208 security/integrity/ima/ima.h | 4 +-
18209 security/integrity/ima/ima_api.c | 2 +-
18210 security/integrity/ima/ima_fs.c | 4 +-
18211 security/integrity/ima/ima_queue.c | 2 +-
18212 security/keys/internal.h | 8 +-
18213 security/keys/key.c | 18 +-
18214 security/keys/keyring.c | 4 -
18215 security/selinux/avc.c | 6 +-
18216 security/selinux/include/xfrm.h | 2 +-
18217 security/yama/yama_lsm.c | 2 +-
18218 sound/aoa/codecs/onyx.c | 7 +-
18219 sound/aoa/codecs/onyx.h | 1 +
18220 sound/core/oss/pcm_oss.c | 18 +-
18221 sound/core/pcm_compat.c | 2 +-
18222 sound/core/pcm_native.c | 4 +-
18223 sound/core/seq/seq_clientmgr.c | 10 +-
18224 sound/core/seq/seq_compat.c | 2 +-
18225 sound/core/seq/seq_fifo.c | 6 +-
18226 sound/core/seq/seq_fifo.h | 2 +-
18227 sound/core/seq/seq_memory.c | 6 +-
18228 sound/core/sound.c | 2 +-
18229 sound/drivers/mts64.c | 14 +-
18230 sound/drivers/opl4/opl4_lib.c | 2 +-
18231 sound/drivers/portman2x4.c | 3 +-
18232 sound/firewire/amdtp-am824.c | 2 +-
18233 sound/firewire/amdtp-stream.c | 4 +-
18234 sound/firewire/amdtp-stream.h | 2 +-
18235 sound/firewire/digi00x/amdtp-dot.c | 2 +-
18236 sound/firewire/isight.c | 10 +-
18237 sound/firewire/scs1x.c | 8 +-
18238 sound/oss/sb_audio.c | 2 +-
18239 sound/oss/swarm_cs4297a.c | 6 +-
18240 sound/pci/hda/hda_codec.c | 2 +-
18241 sound/pci/ymfpci/ymfpci.h | 2 +-
18242 sound/pci/ymfpci/ymfpci_main.c | 12 +-
18243 sound/soc/codecs/sti-sas.c | 10 +-
18244 sound/soc/intel/skylake/skl-sst-dsp.h | 4 +-
18245 sound/soc/soc-ac97.c | 6 +-
18246 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
18247 tools/gcc/Makefile | 42 +
18248 tools/gcc/checker_plugin.c | 549 +
18249 tools/gcc/colorize_plugin.c | 215 +
18250 tools/gcc/constify_plugin.c | 571 +
18251 tools/gcc/gcc-common.h | 819 +
18252 tools/gcc/initify_plugin.c | 591 +
18253 tools/gcc/kallocstat_plugin.c | 188 +
18254 tools/gcc/kernexec_plugin.c | 549 +
18255 tools/gcc/latent_entropy_plugin.c | 474 +
18256 tools/gcc/randomize_layout_seed.h | 1 +
18257 tools/gcc/size_overflow_plugin/.gitignore | 2 +
18258 tools/gcc/size_overflow_plugin/Makefile | 28 +
18259 .../disable_size_overflow_hash.data | 12434 ++
18260 .../disable_size_overflow_hash.h | 152601 ++++++++++++++++++
18261 .../generate_size_overflow_hash.sh | 103 +
18262 .../insert_size_overflow_asm.c | 416 +
18263 .../size_overflow_plugin/intentional_overflow.c | 1116 +
18264 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
18265 tools/gcc/size_overflow_plugin/size_overflow.h | 325 +
18266 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
18267 .../size_overflow_plugin/size_overflow_hash.data | 21454 +++
18268 .../size_overflow_hash_aux.data | 92 +
18269 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 +
18270 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
18271 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
18272 .../size_overflow_plugin_hash.c | 352 +
18273 .../size_overflow_plugin/size_overflow_transform.c | 745 +
18274 .../size_overflow_transform_core.c | 1015 +
18275 tools/gcc/stackleak_plugin.c | 444 +
18276 tools/gcc/structleak_plugin.c | 290 +
18277 tools/include/linux/compiler.h | 8 +
18278 tools/perf/util/include/asm/alternative-asm.h | 3 +
18279 tools/virtio/linux/uaccess.h | 2 +-
18280 virt/kvm/kvm_main.c | 42 +-
18281 2088 files changed, 221599 insertions(+), 9618 deletions(-)
18282commit 87790bbd0d8dc2bd7fd86cb947e32886db9e9766
18283Author: Matthew Wilcox <willy@linux.intel.com>
18284Date: Tue Feb 2 16:57:52 2016 -0800
18285
18286 radix-tree: fix race in gang lookup
18287
18288 If the indirect_ptr bit is set on a slot, that indicates we need to redo
18289 the lookup. Introduce a new function radix_tree_iter_retry() which
18290 forces the loop to retry the lookup by setting 'slot' to NULL and
18291 turning the iterator back to point at the problematic entry.
18292
18293 This is a pretty rare problem to hit at the moment; the lookup has to
18294 race with a grow of the radix tree from a height of 0. The consequences
18295 of hitting this race are that gang lookup could return a pointer to a
18296 radix_tree_node instead of a pointer to whatever the user had inserted
18297 in the tree.
18298
18299 Fixes: cebbd29e1c2f ("radix-tree: rewrite gang lookup using iterator")
18300 Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
18301 Cc: Hugh Dickins <hughd@google.com>
18302 Cc: Ohad Ben-Cohen <ohad@wizery.com>
18303 Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
18304 Cc: <stable@vger.kernel.org>
18305 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18306 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18307
18308 include/linux/radix-tree.h | 16 ++++++++++++++++
18309 lib/radix-tree.c | 12 ++++++++++--
18310 2 files changed, 26 insertions(+), 2 deletions(-)
18311
18312commit bf628043b4589c910919a0f221ae7f42aa8cea93
18313Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
18314Date: Wed Feb 3 02:11:03 2016 +0100
18315
18316 unix: correctly track in-flight fds in sending process user_struct
18317
18318 The commit referenced in the Fixes tag incorrectly accounted the number
18319 of in-flight fds over a unix domain socket to the original opener
18320 of the file-descriptor. This allows another process to arbitrary
18321 deplete the original file-openers resource limit for the maximum of
18322 open files. Instead the sending processes and its struct cred should
18323 be credited.
18324
18325 To do so, we add a reference counted struct user_struct pointer to the
18326 scm_fp_list and use it to account for the number of inflight unix fds.
18327
18328 Fixes: 712f4aad406bb1 ("unix: properly account for FDs passed over unix sockets")
18329 Reported-by: David Herrmann <dh.herrmann@gmail.com>
18330 Cc: David Herrmann <dh.herrmann@gmail.com>
18331 Cc: Willy Tarreau <w@1wt.eu>
18332 Cc: Linus Torvalds <torvalds@linux-foundation.org>
18333 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
18334 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
18335 Signed-off-by: David S. Miller <davem@davemloft.net>
18336
18337 include/net/af_unix.h | 4 ++--
18338 include/net/scm.h | 1 +
18339 net/core/scm.c | 7 +++++++
18340 net/unix/af_unix.c | 4 ++--
18341 net/unix/garbage.c | 8 ++++----
18342 5 files changed, 16 insertions(+), 8 deletions(-)
18343
18344commit e830db443ff78d70b7b63536e688d73907face0c
18345Author: Mike Kravetz <mike.kravetz@oracle.com>
18346Date: Fri Jan 15 16:57:37 2016 -0800
18347
18348 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
18349
18350 Hillf Danton noticed bugs in the hugetlb_vmtruncate_list routine. The
18351 argument end is of type pgoff_t. It was being converted to a vaddr
18352 offset and passed to unmap_hugepage_range. However, end was also being
18353 used as an argument to the vma_interval_tree_foreach controlling loop.
18354 In addition, the conversion of end to vaddr offset was incorrect.
18355
18356 hugetlb_vmtruncate_list is called as part of a file truncate or
18357 fallocate hole punch operation.
18358
18359 When truncating a hugetlbfs file, this bug could prevent some pages from
18360 being unmapped. This is possible if there are multiple vmas mapping the
18361 file, and there is a sufficiently sized hole between the mappings. The
18362 size of the hole between two vmas (A,B) must be such that the starting
18363 virtual address of B is greater than (ending virtual address of A <<
18364 PAGE_SHIFT). In this case, the pages in B would not be unmapped. If
18365 pages are not properly unmapped during truncate, the following BUG is
18366 hit:
18367
18368 kernel BUG at fs/hugetlbfs/inode.c:428!
18369
18370 In the fallocate hole punch case, this bug could prevent pages from
18371 being unmapped as in the truncate case. However, for hole punch the
18372 result is that unmapped pages will not be removed during the operation.
18373 For hole punch, it is also possible that more pages than desired will be
18374 unmapped. This unnecessary unmapping will cause page faults to
18375 reestablish the mappings on subsequent page access.
18376
18377 Fixes: 1bfad99ab (" hugetlbfs: hugetlb_vmtruncate_list() needs to take a range")Reported-by: Hillf Danton <hillf.zj@alibaba-inc.com>
18378 Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
18379 Cc: Hugh Dickins <hughd@google.com>
18380 Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
18381 Cc: Davidlohr Bueso <dave@stgolabs.net>
18382 Cc: Dave Hansen <dave.hansen@linux.intel.com>
18383 Cc: <stable@vger.kernel.org> [4.3]
18384 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18385 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18386
18387 fs/hugetlbfs/inode.c | 19 +++++++++++--------
18388 1 files changed, 11 insertions(+), 8 deletions(-)
18389
18390commit cdb3ba4a9113b779347387f3b6c6ea72dd4db12f
18391Author: Takashi Iwai <tiwai@suse.de>
18392Date: Thu Feb 4 17:06:13 2016 +0100
18393
18394 ALSA: timer: Fix leftover link at closing
18395
18396 In ALSA timer core, the active timer instance is managed in
18397 active_list linked list. Each element is added / removed dynamically
18398 at timer start, stop and in timer interrupt. The problem is that
18399 snd_timer_interrupt() has a thinko and leaves the element in
18400 active_list when it's the last opened element. This eventually leads
18401 to list corruption or use-after-free error.
18402
18403 This hasn't been revealed because we used to delete the list forcibly
18404 in snd_timer_stop() in the past. However, the recent fix avoids the
18405 double-stop behavior (in commit [f784beb75ce8: ALSA: timer: Fix link
18406 corruption due to double start or stop]), and this leak hits reality.
18407
18408 This patch fixes the link management in snd_timer_interrupt(). Now it
18409 simply unlinks no matter which stream is.
18410
18411 BugLink: http://lkml.kernel.org/r/CACT4Y+Yy2aukHP-EDp8-ziNqNNmb-NTf=jDWXMP7jB8HDa2vng@mail.gmail.com
18412 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18413 Cc: <stable@vger.kernel.org>
18414 Signed-off-by: Takashi Iwai <tiwai@suse.de>
18415
18416 sound/core/timer.c | 4 ++--
18417 1 files changed, 2 insertions(+), 2 deletions(-)
18418
18419commit 47d9647902f6a2f46a2be1e0140ba0f6f8c06008
18420Author: Konstantin Khlebnikov <koct9i@gmail.com>
18421Date: Fri Feb 5 15:37:01 2016 -0800
18422
18423 radix-tree: fix oops after radix_tree_iter_retry
18424
18425 Helper radix_tree_iter_retry() resets next_index to the current index.
18426 In following radix_tree_next_slot current chunk size becomes zero. This
18427 isn't checked and it tries to dereference null pointer in slot.
18428
18429 Tagged iterator is fine because retry happens only at slot 0 where tag
18430 bitmask in iter->tags is filled with single bit.
18431
18432 Fixes: 46437f9a554f ("radix-tree: fix race in gang lookup")
18433 Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
18434 Cc: Matthew Wilcox <willy@linux.intel.com>
18435 Cc: Hugh Dickins <hughd@google.com>
18436 Cc: Ohad Ben-Cohen <ohad@wizery.com>
18437 Cc: Jeremiah Mahler <jmmahler@gmail.com>
18438 Cc: <stable@vger.kernel.org>
18439 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18440 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18441
18442 include/linux/radix-tree.h | 6 +++---
18443 1 files changed, 3 insertions(+), 3 deletions(-)
18444
18445commit 95b5dcb3c01958502af00b0bc0da1d906aae11a2
18446Merge: 438be0b 256aeaf
18447Author: Brad Spengler <spender@grsecurity.net>
18448Date: Sun Feb 7 08:29:33 2016 -0500
18449
18450 Merge branch 'pax-test' into grsec-test
18451
18452commit 256aeaf87c22de8edf1f03682a572c590ae07771
18453Author: Brad Spengler <spender@grsecurity.net>
18454Date: Sun Feb 7 08:29:09 2016 -0500
18455
18456 Update to pax-linux-4.3.5-test28.patch:
18457 - 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)
18458 - spender fixed UDEREF on arm
18459
18460 arch/arm/Kconfig | 1 +
18461 arch/arm/include/asm/domain.h | 21 ++++++++-
18462 arch/arm/include/asm/futex.h | 9 ----
18463 arch/arm/include/asm/thread_info.h | 3 +
18464 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
18465 arch/arm/kernel/entry-armv.S | 2 +-
18466 arch/arm/kernel/process.c | 2 +-
18467 arch/arm/mm/alignment.c | 8 ----
18468 arch/x86/mm/numa.c | 2 +-
18469 security/Kconfig | 1 -
18470 10 files changed, 60 insertions(+), 70 deletions(-)
18471
18472commit 438be0bd112bd17942b2628c53054dc1007558a1
18473Author: Brad Spengler <spender@grsecurity.net>
18474Date: Sat Feb 6 19:50:31 2016 -0500
18475
18476 Fix a number of issues caused by the upstream merging of a UDEREF ripoff resulting in unbootable
18477 ARM systems reported on the forums
18478
18479 arch/arm/Kconfig | 1 +
18480 arch/arm/include/asm/domain.h | 21 ++++++++-
18481 arch/arm/include/asm/futex.h | 9 ----
18482 arch/arm/include/asm/thread_info.h | 3 +
18483 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
18484 arch/arm/kernel/entry-armv.S | 2 +-
18485 arch/arm/kernel/process.c | 2 +-
18486 arch/arm/mm/alignment.c | 8 ----
18487 security/Kconfig | 1 -
18488 9 files changed, 59 insertions(+), 69 deletions(-)
18489
18490commit 4ffdd5ef1f87e611af1efb4f251ada92abe9f4c0
18491Author: Brad Spengler <spender@grsecurity.net>
18492Date: Sat Feb 6 11:21:53 2016 -0500
18493
18494 Fix another compiler warning
18495
18496 net/ipv4/tcp_input.c | 2 ++
18497 1 files changed, 2 insertions(+), 0 deletions(-)
18498
18499commit 30b5b7bc0fd67d458bdd5ab35e4689769eabd2ed
18500Author: Brad Spengler <spender@grsecurity.net>
18501Date: Sat Feb 6 11:16:12 2016 -0500
18502
18503 Fix two compiler warnings
18504
18505 kernel/pid.c | 5 ++---
18506 kernel/ptrace.c | 3 ++-
18507 2 files changed, 4 insertions(+), 4 deletions(-)
18508
18509commit dda4d2a21914c480750f10bd55c6e3203d415d8d
18510Author: Brad Spengler <spender@grsecurity.net>
18511Date: Wed Feb 3 21:22:40 2016 -0500
18512
18513 Apply fix for integer truncation in NUMA init code, reported by
18514 x14sg1 on the forums:
18515 https://forums.grsecurity.net/viewtopic.php?f=3&t=4374
18516
18517 arch/x86/mm/numa.c | 2 +-
18518 1 files changed, 1 insertions(+), 1 deletions(-)
18519
18520commit 477505f7c893cb6a2c3e22f83eefd9c985d7b3ca
18521Merge: a781740 016d0d8
18522Author: Brad Spengler <spender@grsecurity.net>
18523Date: Wed Feb 3 21:20:58 2016 -0500
18524
18525 Merge branch 'pax-test' into grsec-test
18526
18527commit 016d0d81a8dd4be1304c82a68e0ccf425868f467
18528Author: Brad Spengler <spender@grsecurity.net>
18529Date: Wed Feb 3 21:20:10 2016 -0500
18530
18531 Update to pax-linux-4.3.5-test27.patch:
18532 - fixed a bunch of potential REFCOUNT false positives, reported by Emese
18533 - restored padding in fpregs_state for storing AVX-512 state in the future
18534 - constified netlink_dump_control
18535 - added const version of debug_gimple_stmt for gcc plugins, by Emese
18536 - Emese fixed a bug in initify that could have initified too much
18537 - Emese fixed a false positive intentional integer overflow in xfrm4_extract_header, reported by corsac
18538
18539 arch/x86/include/asm/fpu/types.h | 1 +
18540 arch/x86/include/asm/mmu_context.h | 2 +-
18541 block/blk-cgroup.c | 18 ++--
18542 block/cfq-iosched.c | 4 +-
18543 crypto/crypto_user.c | 8 ++-
18544 drivers/acpi/apei/ghes.c | 6 +-
18545 drivers/char/ipmi/ipmi_ssif.c | 12 ++--
18546 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
18547 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
18548 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
18549 drivers/infiniband/core/netlink.c | 5 +-
18550 drivers/infiniband/hw/cxgb4/device.c | 6 +-
18551 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
18552 drivers/md/bcache/alloc.c | 2 +-
18553 drivers/md/bcache/bcache.h | 10 +-
18554 drivers/md/bcache/btree.c | 2 +-
18555 drivers/md/bcache/io.c | 10 +-
18556 drivers/md/bcache/journal.c | 2 +-
18557 drivers/md/bcache/stats.c | 26 +++---
18558 drivers/md/bcache/stats.h | 16 ++--
18559 drivers/md/bcache/super.c | 2 +-
18560 drivers/md/bcache/sysfs.c | 20 +++---
18561 drivers/md/dm-cache-target.c | 98 ++++++++++++------------
18562 drivers/md/dm-raid.c | 2 +-
18563 drivers/md/md.c | 6 +-
18564 drivers/md/md.h | 2 +-
18565 drivers/md/raid1.c | 2 +-
18566 drivers/md/raid10.c | 2 +-
18567 drivers/md/raid5.c | 4 +-
18568 drivers/media/pci/zoran/zoran.h | 1 -
18569 drivers/media/pci/zoran/zoran_driver.c | 3 -
18570 drivers/net/ethernet/sfc/selftest.c | 20 +++---
18571 drivers/net/irda/vlsi_ir.c | 18 ++--
18572 drivers/net/irda/vlsi_ir.h | 14 ++--
18573 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
18574 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
18575 drivers/net/wireless/ath/carl9170/main.c | 10 +-
18576 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
18577 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
18578 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
18579 drivers/scsi/hptiop.c | 2 -
18580 drivers/scsi/hptiop.h | 1 -
18581 drivers/scsi/ipr.c | 6 +-
18582 drivers/scsi/ipr.h | 2 +-
18583 drivers/scsi/qla2xxx/qla_target.c | 10 +-
18584 drivers/scsi/qla2xxx/qla_target.h | 2 +-
18585 fs/btrfs/ctree.c | 2 +-
18586 fs/btrfs/ctree.h | 4 +-
18587 fs/btrfs/delayed-ref.c | 4 +-
18588 fs/btrfs/disk-io.c | 4 +-
18589 fs/btrfs/file.c | 4 +-
18590 fs/btrfs/raid56.c | 32 ++++----
18591 fs/btrfs/tests/btrfs-tests.c | 2 +-
18592 fs/btrfs/transaction.c | 2 +-
18593 fs/btrfs/tree-log.c | 8 +-
18594 fs/btrfs/volumes.c | 14 ++--
18595 fs/btrfs/volumes.h | 22 +++---
18596 fs/jbd2/commit.c | 2 +-
18597 fs/jbd2/transaction.c | 4 +-
18598 fs/ocfs2/dlm/dlmcommon.h | 4 +-
18599 fs/ocfs2/dlm/dlmdebug.c | 10 +-
18600 fs/ocfs2/dlm/dlmdomain.c | 4 +-
18601 fs/ocfs2/dlm/dlmmaster.c | 4 +-
18602 include/acpi/ghes.h | 2 +-
18603 include/linux/blk-cgroup.h | 24 +++---
18604 include/linux/jbd2.h | 2 +-
18605 include/linux/netlink.h | 12 ++--
18606 include/net/cfg802154.h | 2 +-
18607 include/net/mac80211.h | 2 +-
18608 include/net/neighbour.h | 2 +-
18609 kernel/rcu/tree_plugin.h | 4 +-
18610 net/batman-adv/routing.c | 4 +-
18611 net/batman-adv/soft-interface.c | 2 +-
18612 net/batman-adv/translation-table.c | 14 ++--
18613 net/batman-adv/types.h | 2 +-
18614 net/core/neighbour.c | 14 ++--
18615 net/core/rtnetlink.c | 2 +-
18616 net/ipv4/arp.c | 2 +-
18617 net/ipv4/inet_diag.c | 4 +-
18618 net/ipv4/xfrm4_state.c | 4 +-
18619 net/ipv6/ndisc.c | 2 +-
18620 net/mac80211/cfg.c | 2 +-
18621 net/mac80211/debugfs_key.c | 2 +-
18622 net/mac80211/key.c | 4 +-
18623 net/mac80211/tx.c | 2 +-
18624 net/mac80211/wpa.c | 10 +-
18625 net/mac802154/iface.c | 4 +-
18626 net/netfilter/ipset/ip_set_core.c | 2 +-
18627 net/netfilter/nf_conntrack_netlink.c | 22 +++---
18628 net/netfilter/nf_tables_api.c | 13 ++--
18629 net/netfilter/nfnetlink_acct.c | 7 +-
18630 net/netfilter/nfnetlink_cthelper.c | 2 +-
18631 net/netfilter/nfnetlink_cttimeout.c | 2 +-
18632 net/netlink/af_netlink.c | 10 ++-
18633 net/netlink/diag.c | 2 +-
18634 net/netlink/genetlink.c | 14 ++--
18635 net/packet/af_packet.c | 18 ++--
18636 net/packet/diag.c | 2 +-
18637 net/packet/internal.h | 6 +-
18638 net/unix/diag.c | 2 +-
18639 net/xfrm/xfrm_user.c | 2 +-
18640 security/apparmor/include/policy.h | 2 +-
18641 security/apparmor/policy.c | 4 +-
18642 sound/core/seq/seq_clientmgr.c | 2 +-
18643 sound/core/seq/seq_fifo.c | 6 +-
18644 sound/core/seq/seq_fifo.h | 2 +-
18645 tools/gcc/gcc-common.h | 24 ++++--
18646 tools/gcc/initify_plugin.c | 7 +-
18647 tools/lib/api/Makefile | 2 +-
18648 109 files changed, 399 insertions(+), 391 deletions(-)
18649
18650commit a7817402ac837b1aee07fac42537a02097055098
18651Author: Matt Fleming <matt@codeblueprint.co.uk>
18652Date: Fri Jan 29 11:36:10 2016 +0000
18653
18654 x86/mm/pat: Avoid truncation when converting cpa->numpages to address
18655
18656 There are a couple of nasty truncation bugs lurking in the pageattr
18657 code that can be triggered when mapping EFI regions, e.g. when we pass
18658 a cpa->pgd pointer. Because cpa->numpages is a 32-bit value, shifting
18659 left by PAGE_SHIFT will truncate the resultant address to 32-bits.
18660
18661 Viorel-Cătălin managed to trigger this bug on his Dell machine that
18662 provides a ~5GB EFI region which requires 1236992 pages to be mapped.
18663 When calling populate_pud() the end of the region gets calculated
18664 incorrectly in the following buggy expression,
18665
18666 end = start + (cpa->numpages << PAGE_SHIFT);
18667
18668 And only 188416 pages are mapped. Next, populate_pud() gets invoked
18669 for a second time because of the loop in __change_page_attr_set_clr(),
18670 only this time no pages get mapped because shifting the remaining
18671 number of pages (1048576) by PAGE_SHIFT is zero. At which point the
18672 loop in __change_page_attr_set_clr() spins forever because we fail to
18673 map progress.
18674
18675 Hitting this bug depends very much on the virtual address we pick to
18676 map the large region at and how many pages we map on the initial run
18677 through the loop. This explains why this issue was only recently hit
18678 with the introduction of commit
18679
18680 a5caa209ba9c ("x86/efi: Fix boot crash by mapping EFI memmap
18681 entries bottom-up at runtime, instead of top-down")
18682
18683 It's interesting to note that safe uses of cpa->numpages do exist in
18684 the pageattr code. If instead of shifting ->numpages we multiply by
18685 PAGE_SIZE, no truncation occurs because PAGE_SIZE is a UL value, and
18686 so the result is unsigned long.
18687
18688 To avoid surprises when users try to convert very large cpa->numpages
18689 values to addresses, change the data type from 'int' to 'unsigned
18690 long', thereby making it suitable for shifting by PAGE_SHIFT without
18691 any type casting.
18692
18693 The alternative would be to make liberal use of casting, but that is
18694 far more likely to cause problems in the future when someone adds more
18695 code and fails to cast properly; this bug was difficult enough to
18696 track down in the first place.
18697
18698 Reported-and-tested-by: Viorel-Cătălin Răpițeanu <rapiteanu.catalin@gmail.com>
18699 Acked-by: Borislav Petkov <bp@alien8.de>
18700 Cc: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
18701 Cc: <stable@vger.kernel.org>
18702 Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
18703 Link: https://bugzilla.kernel.org/show_bug.cgi?id=110131
18704 Link: http://lkml.kernel.org/r/1454067370-10374-1-git-send-email-matt@codeblueprint.co.uk
18705 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
18706
18707 arch/x86/mm/pageattr.c | 4 ++--
18708 1 files changed, 2 insertions(+), 2 deletions(-)
18709
18710commit 64dd9d7a67a742fda257cdd16510c29e695c34b5
18711Author: Jan Beulich <JBeulich@suse.com>
18712Date: Tue Jan 26 04:15:18 2016 -0700
18713
18714 x86/mm: Fix types used in pgprot cacheability flags translations
18715
18716 For PAE kernels "unsigned long" is not suitable to hold page protection
18717 flags, since _PAGE_NX doesn't fit there. This is the reason for quite a
18718 few W+X pages getting reported as insecure during boot (observed namely
18719 for the entire initrd range).
18720
18721 Fixes: 281d4078be ("x86: Make page cache mode a real type")
18722 Signed-off-by: Jan Beulich <jbeulich@suse.com>
18723 Reviewed-by: Juergen Gross <JGross@suse.com>
18724 Cc: stable@vger.kernel.org
18725 Link: http://lkml.kernel.org/r/56A7635602000078000CAFF1@prv-mh.provo.novell.com
18726 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
18727
18728 arch/x86/include/asm/pgtable_types.h | 6 ++----
18729 1 files changed, 2 insertions(+), 4 deletions(-)
18730
18731commit bb9a3a9df0d8dfc96d521676e64c42b37ba22aea
18732Merge: 682d661 f74425b
18733Author: Brad Spengler <spender@grsecurity.net>
18734Date: Sun Jan 31 15:06:25 2016 -0500
18735
18736 Merge branch 'pax-test' into grsec-test
18737
18738 Conflicts:
18739 drivers/net/slip/slhc.c
18740 include/linux/sched.h
18741 net/unix/af_unix.c
18742 sound/core/timer.c
18743
18744commit f74425b5705bfe52aff9e97659ef10c4a14176c3
18745Merge: d14af1f 849a2d3
18746Author: Brad Spengler <spender@grsecurity.net>
18747Date: Sun Jan 31 15:02:55 2016 -0500
18748
18749 Merge branch 'linux-4.3.y' into pax-test
18750
18751 Conflicts:
18752 arch/x86/include/asm/mmu_context.h
18753
18754commit 682d6611d75542e351c973c8dd74a99d3966c073
18755Author: Brad Spengler <spender@grsecurity.net>
18756Date: Sat Jan 30 13:05:03 2016 -0500
18757
18758 Based on a report from Mathias Krause, fix up a number of additional instances
18759 of ulong overflow when passing in values to gr_learn_resource by saturating
18760 to ULONG_MAX
18761
18762 mm/mlock.c | 11 ++++++++---
18763 mm/mmap.c | 16 +++++++++++++---
18764 2 files changed, 21 insertions(+), 6 deletions(-)
18765
18766commit adb52e95fb9ad4ac9c56cd5d47bd668f47c33096
18767Author: Jann Horn <jann@thejh.net>
18768Date: Sat Dec 26 06:00:48 2015 +0100
18769
18770 seccomp: always propagate NO_NEW_PRIVS on tsync
18771
18772 Before this patch, a process with some permissive seccomp filter
18773 that was applied by root without NO_NEW_PRIVS was able to add
18774 more filters to itself without setting NO_NEW_PRIVS by setting
18775 the new filter from a throwaway thread with NO_NEW_PRIVS.
18776
18777 Signed-off-by: Jann Horn <jann@thejh.net>
18778 Cc: stable@vger.kernel.org
18779 Signed-off-by: Kees Cook <keescook@chromium.org>
18780
18781 kernel/seccomp.c | 22 +++++++++++-----------
18782 1 files changed, 11 insertions(+), 11 deletions(-)
18783
18784commit b85450498a3bbf269441c8963d7574bb3079c838
18785Merge: 59c216f d14af1f
18786Author: Brad Spengler <spender@grsecurity.net>
18787Date: Fri Jan 29 20:54:13 2016 -0500
18788
18789 Merge branch 'pax-test' into grsec-test
18790
18791commit d14af1f1dd66511f3f0674deee2b572972012b39
18792Author: Brad Spengler <spender@grsecurity.net>
18793Date: Fri Jan 29 20:53:51 2016 -0500
18794
18795 Update to pax-linux-4.3.4-test26.patch:
18796 - Emese fixed a few intentional overflows introduced by gcc, reported by StalkR (https://forums.grsecurity.net/viewtopic.php?f=3&t=4370)
18797
18798 fs/cifs/file.c | 2 +-
18799 fs/gfs2/file.c | 2 +-
18800 .../size_overflow_plugin/intentional_overflow.c | 96 ++++++++++++++++++--
18801 tools/gcc/size_overflow_plugin/size_overflow.h | 2 +
18802 .../size_overflow_plugin/size_overflow_plugin.c | 4 +-
18803 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
18804 .../size_overflow_transform_core.c | 5 +
18805 7 files changed, 102 insertions(+), 15 deletions(-)
18806
18807commit 59c216f13587eacdd692386b7a403ae78ed84fb6
18808Author: Brad Spengler <spender@grsecurity.net>
18809Date: Wed Jan 27 17:57:21 2016 -0500
18810
18811 Fix a size_overflow report reported by Mathias Krause in our
18812 truncation of an loff_t to an unsigned long when being passed
18813 to gr_learn_resource() (as all resource checks are against unsigned long
18814 values)
18815
18816 fs/attr.c | 5 ++++-
18817 1 files changed, 4 insertions(+), 1 deletions(-)
18818
18819commit 70636c6ad60fc1db3af764ecc789b827b7497a97
18820Author: Yuchung Cheng <ycheng@google.com>
18821Date: Wed Jan 6 12:42:38 2016 -0800
18822
18823 tcp: fix zero cwnd in tcp_cwnd_reduction
18824
18825 Patch 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode
18826 conditionally") introduced a bug that cwnd may become 0 when both
18827 inflight and sndcnt are 0 (cwnd = inflight + sndcnt). This may lead
18828 to a div-by-zero if the connection starts another cwnd reduction
18829 phase by setting tp->prior_cwnd to the current cwnd (0) in
18830 tcp_init_cwnd_reduction().
18831
18832 To prevent this we skip PRR operation when nothing is acked or
18833 sacked. Then cwnd must be positive in all cases as long as ssthresh
18834 is positive:
18835
18836 1) The proportional reduction mode
18837 inflight > ssthresh > 0
18838
18839 2) The reduction bound mode
18840 a) inflight == ssthresh > 0
18841
18842 b) inflight < ssthresh
18843 sndcnt > 0 since newly_acked_sacked > 0 and inflight < ssthresh
18844
18845 Therefore in all cases inflight and sndcnt can not both be 0.
18846 We check invalid tp->prior_cwnd to avoid potential div0 bugs.
18847
18848 In reality this bug is triggered only with a sequence of less common
18849 events. For example, the connection is terminating an ECN-triggered
18850 cwnd reduction with an inflight 0, then it receives reordered/old
18851 ACKs or DSACKs from prior transmission (which acks nothing). Or the
18852 connection is in fast recovery stage that marks everything lost,
18853 but fails to retransmit due to local issues, then receives data
18854 packets from other end which acks nothing.
18855
18856 Fixes: 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode conditionally")
18857 Reported-by: Oleksandr Natalenko <oleksandr@natalenko.name>
18858 Signed-off-by: Yuchung Cheng <ycheng@google.com>
18859 Signed-off-by: Neal Cardwell <ncardwell@google.com>
18860 Signed-off-by: Eric Dumazet <edumazet@google.com>
18861 Signed-off-by: David S. Miller <davem@davemloft.net>
18862
18863 net/ipv4/tcp_input.c | 3 +++
18864 1 files changed, 3 insertions(+), 0 deletions(-)
18865
18866commit dac1da2bedbb43195d371c7a192cfeeb45683df0
18867Author: Eric Dumazet <edumazet@google.com>
18868Date: Sun Jan 24 13:53:50 2016 -0800
18869
18870 af_unix: fix struct pid memory leak
18871
18872 Dmitry reported a struct pid leak detected by a syzkaller program.
18873
18874 Bug happens in unix_stream_recvmsg() when we break the loop when a
18875 signal is pending, without properly releasing scm.
18876
18877 Fixes: b3ca9b02b007 ("net: fix multithreaded signal handling in unix recv routines")
18878 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18879 Signed-off-by: Eric Dumazet <edumazet@google.com>
18880 Cc: Rainer Weikusat <rweikusat@mobileactivedefense.com>
18881 Signed-off-by: David S. Miller <davem@davemloft.net>
18882
18883 net/unix/af_unix.c | 1 +
18884 1 files changed, 1 insertions(+), 0 deletions(-)
18885
18886commit 15cc47f127520d1ac0c1fe76d993c2c27f0f2571
18887Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
18888Date: Fri Jan 22 01:39:43 2016 +0100
18889
18890 pptp: fix illegal memory access caused by multiple bind()s
18891
18892 Several times already this has been reported as kasan reports caused by
18893 syzkaller and trinity and people always looked at RCU races, but it is
18894 much more simple. :)
18895
18896 In case we bind a pptp socket multiple times, we simply add it to
18897 the callid_sock list but don't remove the old binding. Thus the old
18898 socket stays in the bucket with unused call_id indexes and doesn't get
18899 cleaned up. This causes various forms of kasan reports which were hard
18900 to pinpoint.
18901
18902 Simply don't allow multiple binds and correct error handling in
18903 pptp_bind. Also keep sk_state bits in place in pptp_connect.
18904
18905 Fixes: 00959ade36acad ("PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)")
18906 Cc: Dmitry Kozlov <xeb@mail.ru>
18907 Cc: Sasha Levin <sasha.levin@oracle.com>
18908 Cc: Dmitry Vyukov <dvyukov@google.com>
18909 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18910 Cc: Dave Jones <davej@codemonkey.org.uk>
18911 Reported-by: Dave Jones <davej@codemonkey.org.uk>
18912 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
18913 Signed-off-by: David S. Miller <davem@davemloft.net>
18914
18915 drivers/net/ppp/pptp.c | 34 ++++++++++++++++++++++++----------
18916 1 files changed, 24 insertions(+), 10 deletions(-)
18917
18918commit e2b7b8c66851c85188fa6dab2d2b2a6c85bc7332
18919Author: Brad Spengler <spender@grsecurity.net>
18920Date: Tue Jan 26 18:17:10 2016 -0500
18921
18922 Add info about cpupower/powertop to GRKERNSEC_KMEM, was present on our
18923 wiki but was removed from the config help at some point
18924
18925 grsecurity/Kconfig | 3 +++
18926 1 files changed, 3 insertions(+), 0 deletions(-)
18927
18928commit ce2e88efa000fc32bfcd84098f57c8ed8310fefc
18929Author: Thomas Egerer <hakke_007@gmx.de>
18930Date: Mon Jan 25 12:58:44 2016 +0100
18931
18932 ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
18933
18934 The ESP algorithms using CBC mode require echainiv. Hence INET*_ESP have
18935 to select CRYPTO_ECHAINIV in order to work properly. This solves the
18936 issues caused by a misconfiguration as described in [1].
18937 The original approach, patching crypto/Kconfig was turned down by
18938 Herbert Xu [2].
18939
18940 [1] https://lists.strongswan.org/pipermail/users/2015-December/009074.html
18941 [2] http://marc.info/?l=linux-crypto-vger&m=145224655809562&w=2
18942
18943 Signed-off-by: Thomas Egerer <hakke_007@gmx.de>
18944 Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
18945 Signed-off-by: David S. Miller <davem@davemloft.net>
18946
18947 net/ipv4/Kconfig | 1 +
18948 net/ipv6/Kconfig | 1 +
18949 2 files changed, 2 insertions(+), 0 deletions(-)
18950
18951commit fca5a303155ea67d28aece0caf2b03ffc3b2668d
18952Merge: 904114c 6339c1f
18953Author: Brad Spengler <spender@grsecurity.net>
18954Date: Tue Jan 26 18:08:40 2016 -0500
18955
18956 Merge branch 'pax-test' into grsec-test
18957
18958commit 6339c1f9a9beafd417bf9f04d4b257e62aeb45b7
18959Author: Brad Spengler <spender@grsecurity.net>
18960Date: Tue Jan 26 18:07:51 2016 -0500
18961
18962 Update to pax-linux-4.3.4-test25.patch:
18963 - 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>
18964 - fixed init_new_context on !MODIFY_LDT_SYSCALL configs, reported by tjh (https://forums.grsecurity.net/viewtopic.php?f=3&t=4368)
18965 - fixed a few REFCOUNT false positives in SNMP related statistics
18966
18967 arch/x86/Kconfig | 2 +-
18968 arch/x86/include/asm/mmu_context.h | 17 +++++++++++++++++
18969 include/net/snmp.h | 10 +++++-----
18970 kernel/fork.c | 11 +++++++++--
18971 net/ipv4/proc.c | 8 ++++----
18972 net/ipv6/addrconf.c | 4 ++--
18973 net/ipv6/proc.c | 10 +++++-----
18974 7 files changed, 43 insertions(+), 19 deletions(-)
18975
18976commit 904114c2fce3fdff5d57e763da56a78960db4e19
18977Author: Al Viro <viro@zeniv.linux.org.uk>
18978Date: Fri Jan 22 18:08:52 2016 -0500
18979
18980 make sure that freeing shmem fast symlinks is RCU-delayed
18981
18982 Cc: stable@vger.kernel.org # v4.2+
18983 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18984
18985 include/linux/shmem_fs.h | 5 +----
18986 mm/shmem.c | 9 ++++-----
18987 2 files changed, 5 insertions(+), 9 deletions(-)
18988
18989commit ab86adee64312a2f827dd516cb199521327943ed
18990Author: Sasha Levin <sasha.levin@oracle.com>
18991Date: Mon Jan 18 19:23:51 2016 -0500
18992
18993 netfilter: nf_conntrack: use safer way to lock all buckets
18994
18995 When we need to lock all buckets in the connection hashtable we'd attempt to
18996 lock 1024 spinlocks, which is way more preemption levels than supported by
18997 the kernel. Furthermore, this behavior was hidden by checking if lockdep is
18998 enabled, and if it was - use only 8 buckets(!).
18999
19000 Fix this by using a global lock and synchronize all buckets on it when we
19001 need to lock them all. This is pretty heavyweight, but is only done when we
19002 need to resize the hashtable, and that doesn't happen often enough (or at all).
19003
19004 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
19005 Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
19006 Reviewed-by: Florian Westphal <fw@strlen.de>
19007 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
19008
19009 Conflicts:
19010
19011 net/netfilter/nfnetlink_cttimeout.c
19012
19013 include/net/netfilter/nf_conntrack_core.h | 8 ++----
19014 net/netfilter/nf_conntrack_core.c | 38 +++++++++++++++++++++-------
19015 net/netfilter/nf_conntrack_helper.c | 2 +-
19016 net/netfilter/nf_conntrack_netlink.c | 2 +-
19017 4 files changed, 33 insertions(+), 17 deletions(-)
19018
19019commit 37014723527225481c720484bb788a1a6358072f
19020Author: Willy Tarreau <w@1wt.eu>
19021Date: Mon Jan 18 16:36:09 2016 +0100
19022
19023 pipe: limit the per-user amount of pages allocated in pipes
19024
19025 On no-so-small systems, it is possible for a single process to cause an
19026 OOM condition by filling large pipes with data that are never read. A
19027 typical process filling 4000 pipes with 1 MB of data will use 4 GB of
19028 memory. On small systems it may be tricky to set the pipe max size to
19029 prevent this from happening.
19030
19031 This patch makes it possible to enforce a per-user soft limit above
19032 which new pipes will be limited to a single page, effectively limiting
19033 them to 4 kB each, as well as a hard limit above which no new pipes may
19034 be created for this user. This has the effect of protecting the system
19035 against memory abuse without hurting other users, and still allowing
19036 pipes to work correctly though with less data at once.
19037
19038 The limit are controlled by two new sysctls : pipe-user-pages-soft, and
19039 pipe-user-pages-hard. Both may be disabled by setting them to zero. The
19040 default soft limit allows the default number of FDs per process (1024)
19041 to create pipes of the default size (64kB), thus reaching a limit of 64MB
19042 before starting to create only smaller pipes. With 256 processes limited
19043 to 1024 FDs each, this results in 1024*64kB + (256*1024 - 1024) * 4kB =
19044 1084 MB of memory allocated for a user. The hard limit is disabled by
19045 default to avoid breaking existing applications that make intensive use
19046 of pipes (eg: for splicing).
19047
19048 Reported-by: socketpair@gmail.com
19049 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
19050 Mitigates: CVE-2013-4312 (Linux 2.0+)
19051 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
19052 Signed-off-by: Willy Tarreau <w@1wt.eu>
19053 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19054
19055 Documentation/sysctl/fs.txt | 23 +++++++++++++++++++++
19056 fs/pipe.c | 47 +++++++++++++++++++++++++++++++++++++++++-
19057 include/linux/pipe_fs_i.h | 4 +++
19058 include/linux/sched.h | 1 +
19059 kernel/sysctl.c | 14 ++++++++++++
19060 5 files changed, 87 insertions(+), 2 deletions(-)
19061
19062commit 51645fa198d194f746651dcfbc5f24a4cf8b9fb8
19063Merge: 540f2af 7791ecb
19064Author: Brad Spengler <spender@grsecurity.net>
19065Date: Sat Jan 23 10:57:11 2016 -0500
19066
19067 Merge branch 'pax-test' into grsec-test
19068
19069commit 7791ecb84f840343a5646236fd0d34e1fb450793
19070Merge: 470069c 399588c
19071Author: Brad Spengler <spender@grsecurity.net>
19072Date: Sat Jan 23 10:56:47 2016 -0500
19073
19074 Merge branch 'linux-4.3.y' into pax-test
19075
19076commit 540f2affebd42cdc26a699208ab4f1cb0cb75e33
19077Author: Brad Spengler <spender@grsecurity.net>
19078Date: Tue Jan 19 21:18:47 2016 -0500
19079
19080 Update size_overflow hash table
19081
19082 .../size_overflow_plugin/size_overflow_hash.data | 4 +++-
19083 1 files changed, 3 insertions(+), 1 deletions(-)
19084
19085commit 7e649765626a28437f573f0fbe7a51a04615f041
19086Author: Brad Spengler <spender@grsecurity.net>
19087Date: Tue Jan 19 20:29:46 2016 -0500
19088
19089 Backport fix from: https://lkml.org/lkml/2015/12/13/187
19090
19091 fs/ext4/extents.c | 2 +-
19092 1 files changed, 1 insertions(+), 1 deletions(-)
19093
19094commit 53b859cd0a5f5b6ad54fe0c879dfedaa3c5a3005
19095Author: Jann Horn <jann@thejh.net>
19096Date: Tue Jan 5 18:27:30 2016 +0100
19097
19098 compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)
19099
19100 This replaces all code in fs/compat_ioctl.c that translated
19101 ioctl arguments into a in-kernel structure, then performed
19102 do_ioctl under set_fs(KERNEL_DS), with code that allocates
19103 data on the user stack and can call the VFS ioctl handler
19104 under USER_DS.
19105
19106 This is done as a hardening measure because the caller
19107 does not know what kind of ioctl handler will be invoked,
19108 only that no corresponding compat_ioctl handler exists and
19109 what the ioctl command number is. The accidental
19110 invocation of an unlocked_ioctl handler that unexpectedly
19111 calls copy_to_user could be a severe security issue.
19112
19113 Signed-off-by: Jann Horn <jann@thejh.net>
19114 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19115
19116 Conflicts:
19117
19118 fs/compat_ioctl.c
19119
19120 fs/compat_ioctl.c | 130 ++++++++++++++++++++++++++++-------------------------
19121 1 files changed, 68 insertions(+), 62 deletions(-)
19122
19123commit 3e89e770ae27e931cd1583f021abac41eeebc3e7
19124Author: Al Viro <viro@zeniv.linux.org.uk>
19125Date: Thu Jan 7 09:53:30 2016 -0500
19126
19127 compat_ioctl: don't pass fd around when not needed
19128
19129 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19130
19131 fs/compat_ioctl.c | 103 ++++++++++++++++++++++++++--------------------------
19132 fs/internal.h | 7 ++++
19133 fs/ioctl.c | 4 +-
19134 include/linux/fs.h | 2 -
19135 4 files changed, 61 insertions(+), 55 deletions(-)
19136
19137commit 9d4e04082752d4d2d68445c4e6faf33a2613df55
19138Author: Jann Horn <jann@thejh.net>
19139Date: Tue Jan 5 18:27:29 2016 +0100
19140
19141 compat_ioctl: don't look up the fd twice
19142
19143 In code in fs/compat_ioctl.c that translates ioctl arguments
19144 into a in-kernel structure, then performs sys_ioctl, possibly
19145 under set_fs(KERNEL_DS), this commit changes the sys_ioctl
19146 calls to do_ioctl calls. do_ioctl is a new function that does
19147 the same thing as sys_ioctl, but doesn't look up the fd again.
19148
19149 This change is made to avoid (potential) security issues
19150 because of ioctl handlers that accept one of the ioctl
19151 commands I2C_FUNCS, VIDEO_GET_EVENT, MTIOCPOS, MTIOCGET,
19152 TIOCGSERIAL, TIOCSSERIAL, RTC_IRQP_READ, RTC_EPOCH_READ.
19153 This can happen for multiple reasons:
19154
19155 - The ioctl command number could be reused.
19156 - The ioctl handler might not check the full ioctl
19157 command. This is e.g. true for drm_ioctl.
19158 - The ioctl handler is very special, e.g. cuse_file_ioctl
19159
19160 The real issue is that set_fs(KERNEL_DS) is used here,
19161 but that's fixed in a separate commit
19162 "compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)".
19163
19164 This change mitigates potential security issues by
19165 preventing a race that permits invocation of
19166 unlocked_ioctl handlers under KERNEL_DS through compat
19167 code even if a corresponding compat_ioctl handler exists.
19168
19169 So far, no way has been identified to use this to damage
19170 kernel memory without having CAP_SYS_ADMIN in the init ns
19171 (with the capability, doing reads/writes at arbitrary
19172 kernel addresses should be easy through CUSE's ioctl
19173 handler with FUSE_IOCTL_UNRESTRICTED set).
19174
19175 [AV: two missed sys_ioctl() taken care of]
19176
19177 Signed-off-by: Jann Horn <jann@thejh.net>
19178 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19179
19180 fs/compat_ioctl.c | 122 +++++++++++++++++++++++++++++-----------------------
19181 1 files changed, 68 insertions(+), 54 deletions(-)
19182
19183commit 5bf9e1ed4ebb278cd956ba142914fc04a024309c
19184Author: Vasily Kulikov <segoon@openwall.com>
19185Date: Fri Jan 15 16:57:55 2016 -0800
19186
19187 include/linux/poison.h: use POISON_POINTER_DELTA for poison pointers
19188
19189 TIMER_ENTRY_STATIC is defined as a poison pointers which
19190 should point to nowhere. Redefine them using POISON_POINTER_DELTA
19191 arithmetics to make sure they really point to non-mappable area declared
19192 by the target architecture.
19193
19194 Signed-off-by: Vasily Kulikov <segoon@openwall.com>
19195 Acked-by: Thomas Gleixner <tglx@linutronix.de>
19196 Cc: Solar Designer <solar@openwall.com>
19197 Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
19198 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
19199 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
19200
19201 Conflicts:
19202
19203 include/linux/poison.h
19204
19205 include/linux/poison.h | 2 +-
19206 1 files changed, 1 insertions(+), 1 deletions(-)
19207
19208commit 60f2e0a05ab8f56c804a9334a23e2b446305d110
19209Author: Brad Spengler <spender@grsecurity.net>
19210Date: Tue Jan 19 19:41:44 2016 -0500
19211
19212 Fix ARM compilation, reported by Austin Sepp
19213
19214 grsecurity/grsec_sig.c | 1 +
19215 1 files changed, 1 insertions(+), 0 deletions(-)
19216
19217commit e15383743443dc43460a2fd73e0db0b608610dca
19218Author: Takashi Iwai <tiwai@suse.de>
19219Date: Mon Jan 18 13:52:47 2016 +0100
19220
19221 ALSA: hrtimer: Fix stall by hrtimer_cancel()
19222
19223 hrtimer_cancel() waits for the completion from the callback, thus it
19224 must not be called inside the callback itself. This was already a
19225 problem in the past with ALSA hrtimer driver, and the early commit
19226 [fcfdebe70759: ALSA: hrtimer - Fix lock-up] tried to address it.
19227
19228 However, the previous fix is still insufficient: it may still cause a
19229 lockup when the ALSA timer instance reprograms itself in its callback.
19230 Then it invokes the start function even in snd_timer_interrupt() that
19231 is called in hrtimer callback itself, results in a CPU stall. This is
19232 no hypothetical problem but actually triggered by syzkaller fuzzer.
19233
19234 This patch tries to fix the issue again. Now we call
19235 hrtimer_try_to_cancel() at both start and stop functions so that it
19236 won't fall into a deadlock, yet giving some chance to cancel the queue
19237 if the functions have been called outside the callback. The proper
19238 hrtimer_cancel() is called in anyway at closing, so this should be
19239 enough.
19240
19241 Reported-and-tested-by: Dmitry Vyukov <dvyukov@google.com>
19242 Cc: <stable@vger.kernel.org>
19243 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19244
19245 sound/core/hrtimer.c | 3 ++-
19246 1 files changed, 2 insertions(+), 1 deletions(-)
19247
19248commit 12d874daf706e6e7c1ae709141859c809599297e
19249Author: Takashi Iwai <tiwai@suse.de>
19250Date: Tue Jan 12 12:38:02 2016 +0100
19251
19252 ALSA: seq: Fix missing NULL check at remove_events ioctl
19253
19254 snd_seq_ioctl_remove_events() calls snd_seq_fifo_clear()
19255 unconditionally even if there is no FIFO assigned, and this leads to
19256 an Oops due to NULL dereference. The fix is just to add a proper NULL
19257 check.
19258
19259 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19260 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19261 Cc: <stable@vger.kernel.org>
19262 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19263
19264 sound/core/seq/seq_clientmgr.c | 2 +-
19265 1 files changed, 1 insertions(+), 1 deletions(-)
19266
19267commit 2eb0632df1351378946507e7ef7ba0682632a7b5
19268Author: Takashi Iwai <tiwai@suse.de>
19269Date: Tue Jan 12 15:36:27 2016 +0100
19270
19271 ALSA: seq: Fix race at timer setup and close
19272
19273 ALSA sequencer code has an open race between the timer setup ioctl and
19274 the close of the client. This was triggered by syzkaller fuzzer, and
19275 a use-after-free was caught there as a result.
19276
19277 This patch papers over it by adding a proper queue->timer_mutex lock
19278 around the timer-related calls in the relevant code path.
19279
19280 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19281 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19282 Cc: <stable@vger.kernel.org>
19283 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19284
19285 sound/core/seq/seq_queue.c | 2 ++
19286 1 files changed, 2 insertions(+), 0 deletions(-)
19287
19288commit b9e55ab955e59b4a636d78a748be90334a48b485
19289Author: Takashi Iwai <tiwai@suse.de>
19290Date: Thu Jan 14 16:30:58 2016 +0100
19291
19292 ALSA: timer: Harden slave timer list handling
19293
19294 A slave timer instance might be still accessible in a racy way while
19295 operating the master instance as it lacks of locking. Since the
19296 master operation is mostly protected with timer->lock, we should cope
19297 with it while changing the slave instance, too. Also, some linked
19298 lists (active_list and ack_list) of slave instances aren't unlinked
19299 immediately at stopping or closing, and this may lead to unexpected
19300 accesses.
19301
19302 This patch tries to address these issues. It adds spin lock of
19303 timer->lock (either from master or slave, which is equivalent) in a
19304 few places. For avoiding a deadlock, we ensure that the global
19305 slave_active_lock is always locked at first before each timer lock.
19306
19307 Also, ack and active_list of slave instances are properly unlinked at
19308 snd_timer_stop() and snd_timer_close().
19309
19310 Last but not least, remove the superfluous call of _snd_timer_stop()
19311 at removing slave links. This is a noop, and calling it may confuse
19312 readers wrt locking. Further cleanup will follow in a later patch.
19313
19314 Actually we've got reports of use-after-free by syzkaller fuzzer, and
19315 this hopefully fixes these issues.
19316
19317 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19318 Cc: <stable@vger.kernel.org>
19319 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19320
19321 sound/core/timer.c | 18 ++++++++++++++----
19322 1 files changed, 14 insertions(+), 4 deletions(-)
19323
19324commit f1ce0547bdfda1b42ae8a66c222f2a897cbe1586
19325Author: Takashi Iwai <tiwai@suse.de>
19326Date: Wed Jan 13 17:48:01 2016 +0100
19327
19328 ALSA: timer: Fix race among timer ioctls
19329
19330 ALSA timer ioctls have an open race and this may lead to a
19331 use-after-free of timer instance object. A simplistic fix is to make
19332 each ioctl exclusive. We have already tread_sem for controlling the
19333 tread, and extend this as a global mutex to be applied to each ioctl.
19334
19335 The downside is, of course, the worse concurrency. But these ioctls
19336 aren't to be parallel accessible, in anyway, so it should be fine to
19337 serialize there.
19338
19339 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19340 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19341 Cc: <stable@vger.kernel.org>
19342 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19343
19344 sound/core/timer.c | 32 +++++++++++++++++++-------------
19345 1 files changed, 19 insertions(+), 13 deletions(-)
19346
19347commit 8347d8461ed48a98f9c76cc3cfcdad8217d314bc
19348Author: Takashi Iwai <tiwai@suse.de>
19349Date: Wed Jan 13 21:35:06 2016 +0100
19350
19351 ALSA: timer: Fix double unlink of active_list
19352
19353 ALSA timer instance object has a couple of linked lists and they are
19354 unlinked unconditionally at snd_timer_stop(). Meanwhile
19355 snd_timer_interrupt() unlinks it, but it calls list_del() which leaves
19356 the element list itself unchanged. This ends up with unlinking twice,
19357 and it was caught by syzkaller fuzzer.
19358
19359 The fix is to use list_del_init() variant properly there, too.
19360
19361 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19362 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19363 Cc: <stable@vger.kernel.org>
19364 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19365
19366 sound/core/timer.c | 2 +-
19367 1 files changed, 1 insertions(+), 1 deletions(-)
19368
19369commit 243aebb7ae71d6e11ea9880faa893d1d0d60cd75
19370Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
19371Date: Mon Jan 18 18:03:48 2016 +0100
19372
19373 ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack
19374
19375 It was seen that defective configurations of openvswitch could overwrite
19376 the STACK_END_MAGIC and cause a hard crash of the kernel because of too
19377 many recursions within ovs.
19378
19379 This problem arises due to the high stack usage of openvswitch. The rest
19380 of the kernel is fine with the current limit of 10 (RECURSION_LIMIT).
19381
19382 We use the already existing recursion counter in ovs_execute_actions to
19383 implement an upper bound of 5 recursions.
19384
19385 Cc: Pravin Shelar <pshelar@ovn.org>
19386 Cc: Simon Horman <simon.horman@netronome.com>
19387 Cc: Eric Dumazet <eric.dumazet@gmail.com>
19388 Cc: Simon Horman <simon.horman@netronome.com>
19389 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19390 Signed-off-by: David S. Miller <davem@davemloft.net>
19391
19392 net/openvswitch/actions.c | 19 ++++++++++++++-----
19393 1 files changed, 14 insertions(+), 5 deletions(-)
19394
19395commit 8080793479c6d5befe37a67b1dbd9e4e0a61af96
19396Author: Ursula Braun <ursula.braun@de.ibm.com>
19397Date: Tue Jan 19 10:41:33 2016 +0100
19398
19399 af_iucv: Validate socket address length in iucv_sock_bind()
19400
19401 Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
19402 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19403 Reviewed-by: Evgeny Cherkashin <Eugene.Crosser@ru.ibm.com>
19404 Signed-off-by: David S. Miller <davem@davemloft.net>
19405
19406 net/iucv/af_iucv.c | 3 +++
19407 1 files changed, 3 insertions(+), 0 deletions(-)
19408
19409commit 50a383c1c91ed7409c3cbdd41e662d6891463d1b
19410Author: Brad Spengler <spender@grsecurity.net>
19411Date: Tue Jan 19 19:32:54 2016 -0500
19412
19413 Apply the same fix as everyone else for the recent keys vulnerability that is
19414 unexploitable under PAX_REFCOUNT
19415
19416 Make a couple more changes that no one else can/will
19417
19418 include/linux/key-type.h | 4 ++--
19419 ipc/msgutil.c | 4 ++--
19420 security/keys/internal.h | 2 +-
19421 security/keys/process_keys.c | 1 +
19422 4 files changed, 6 insertions(+), 5 deletions(-)
19423
19424commit b56c3a63f431c193400aee17543021950bd14bc4
19425Merge: 38b1a3d 470069c
19426Author: Brad Spengler <spender@grsecurity.net>
19427Date: Sun Jan 17 18:30:19 2016 -0500
19428
19429 Merge branch 'pax-test' into grsec-test
19430
19431commit 470069cfedef2180313233d275be5901bd6d1135
19432Author: Brad Spengler <spender@grsecurity.net>
19433Date: Sun Jan 17 18:29:59 2016 -0500
19434
19435 Update to pax-linux-4.3.3-test22.patch:
19436 - Emesed fixed a gcc induced intentional integer overflow in asix_rx_fixup_internal, reported by thomas callison caffrey
19437 - fixed some more fallout from the drm_drivers constification, reported by Colin Childs and Toralf Foerster
19438
19439 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 ++++----------
19440 drivers/gpu/drm/drm_pci.c | 3 +++
19441 drivers/gpu/drm/gma500/psb_drv.c | 4 ----
19442 drivers/gpu/drm/i915/i915_drv.c | 16 ++++++++--------
19443 drivers/gpu/drm/nouveau/nouveau_drm.c | 6 +++---
19444 drivers/gpu/drm/radeon/radeon_drv.c | 4 +---
19445 drivers/net/usb/asix_common.c | 3 ++-
19446 include/drm/drmP.h | 1 +
19447 8 files changed, 22 insertions(+), 29 deletions(-)
19448
19449commit 38b1a3d676f407865c3d41840df8213c5ad639c1
19450Author: Brad Spengler <spender@grsecurity.net>
19451Date: Sun Jan 17 12:33:53 2016 -0500
19452
19453 As reported by Luis Ressel, the Kconfig help for GRKERNSEC_BRUTE
19454 mentioned banning execution of suid/sgid binaries, though the kernel
19455 source clearly only mentions banning execution of suid binaries. Since
19456 there's no reason for us to not ban execution of sgid binaries as well,
19457 make the implementation match the Kconfig description.
19458
19459 fs/exec.c | 4 ++--
19460 grsecurity/grsec_sig.c | 27 ++++++++++++++-------------
19461 include/linux/sched.h | 4 ++--
19462 3 files changed, 18 insertions(+), 17 deletions(-)
19463
19464commit 8c3bcb7dbf7f606acfa0983e81f0f928da1f1ace
19465Merge: d141a86 ea4a835
19466Author: Brad Spengler <spender@grsecurity.net>
19467Date: Sat Jan 16 14:12:22 2016 -0500
19468
19469 Merge branch 'pax-test' into grsec-test
19470
19471 Conflicts:
19472 drivers/gpu/drm/i810/i810_drv.c
19473
19474commit ea4a835328ada6513ac013986764d6caea8cd348
19475Author: Brad Spengler <spender@grsecurity.net>
19476Date: Sat Jan 16 14:11:30 2016 -0500
19477
19478 Update to pax-linux-4.3.3-test21.patch:
19479 - fixed some fallout from the drm_drivers constification, reported by spender
19480
19481 drivers/gpu/drm/armada/armada_drv.c | 3 +--
19482 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
19483 drivers/gpu/drm/i810/i810_dma.c | 2 +-
19484 drivers/gpu/drm/i810/i810_drv.c | 6 +++++-
19485 drivers/gpu/drm/i810/i810_drv.h | 2 +-
19486 5 files changed, 8 insertions(+), 6 deletions(-)
19487
19488commit d141a86fd66194bc3f896b6809b189e2f12a9a83
19489Author: Brad Spengler <spender@grsecurity.net>
19490Date: Sat Jan 16 13:16:36 2016 -0500
19491
19492 compile fix
19493
19494 drivers/gpu/drm/i810/i810_dma.c | 2 +-
19495 drivers/gpu/drm/i810/i810_drv.c | 4 +++-
19496 drivers/gpu/drm/i810/i810_drv.h | 2 +-
19497 3 files changed, 5 insertions(+), 3 deletions(-)
19498
19499commit 0d9dc4b25ea32c14561bcfe6b5b24f1b00fe0270
19500Merge: 5fa135d bbda879
19501Author: Brad Spengler <spender@grsecurity.net>
19502Date: Sat Jan 16 12:59:22 2016 -0500
19503
19504 Merge branch 'pax-test' into grsec-test
19505
19506commit bbda87914edf63e27fb46670bf3a373f2b963c73
19507Author: Brad Spengler <spender@grsecurity.net>
19508Date: Sat Jan 16 12:58:04 2016 -0500
19509
19510 Update to pax-linux-4.3.3-test20.patch:
19511 - constified drm_driver
19512 - Emese fixed a special case in handling __func__ in the initify plugin
19513 - Emese fixed a false positive size overflow report in handling inbufBits, reported by Martin Filo (https://bugs.gentoo.org/show_bug.cgi?id=567048)
19514 - fixed regression that caused perf to not resolve kernel code addresses under KERNEXEC/i386, reported by minipli
19515
19516 arch/x86/kernel/cpu/perf_event.h | 2 +-
19517 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
19518 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
19519 arch/x86/kernel/uprobes.c | 2 +-
19520 arch/x86/mm/mpx.c | 2 +-
19521 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
19522 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 ++-
19523 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
19524 drivers/gpu/drm/drm_pci.c | 6 +-
19525 drivers/gpu/drm/gma500/psb_drv.c | 5 +-
19526 drivers/gpu/drm/i915/i915_dma.c | 2 +-
19527 drivers/gpu/drm/i915/i915_drv.c | 15 ++--
19528 drivers/gpu/drm/i915/i915_drv.h | 2 +-
19529 drivers/gpu/drm/i915/i915_irq.c | 88 ++++++++++----------
19530 drivers/gpu/drm/mga/mga_drv.c | 5 +-
19531 drivers/gpu/drm/mga/mga_drv.h | 2 +-
19532 drivers/gpu/drm/mga/mga_state.c | 2 +-
19533 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 ++--
19534 drivers/gpu/drm/qxl/qxl_drv.c | 8 ++-
19535 drivers/gpu/drm/qxl/qxl_ioctl.c | 2 +-
19536 drivers/gpu/drm/r128/r128_drv.c | 4 +-
19537 drivers/gpu/drm/r128/r128_drv.h | 2 +-
19538 drivers/gpu/drm/r128/r128_state.c | 2 +-
19539 drivers/gpu/drm/radeon/radeon_drv.c | 17 +++-
19540 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
19541 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
19542 drivers/gpu/drm/radeon/radeon_state.c | 2 +-
19543 drivers/gpu/drm/savage/savage_bci.c | 2 +-
19544 drivers/gpu/drm/savage/savage_drv.c | 5 +-
19545 drivers/gpu/drm/savage/savage_drv.h | 2 +-
19546 drivers/gpu/drm/sis/sis_drv.c | 5 +-
19547 drivers/gpu/drm/sis/sis_drv.h | 2 +-
19548 drivers/gpu/drm/sis/sis_mm.c | 2 +-
19549 drivers/gpu/drm/via/via_dma.c | 2 +-
19550 drivers/gpu/drm/via/via_drv.c | 5 +-
19551 drivers/gpu/drm/via/via_drv.h | 2 +-
19552 include/drm/drmP.h | 2 +-
19553 mm/slab.c | 2 +-
19554 net/sunrpc/xprtrdma/svc_rdma.c | 6 +-
19555 tools/gcc/initify_plugin.c | 15 +++-
19556 .../disable_size_overflow_hash.data | 1 +
19557 .../size_overflow_plugin/size_overflow_hash.data | 3 +-
19558 42 files changed, 156 insertions(+), 110 deletions(-)
19559
19560commit 5fa135dc116350e0205c39ef65eaf6496ed2748a
19561Author: Brad Spengler <spender@grsecurity.net>
19562Date: Sat Jan 16 12:19:23 2016 -0500
19563
19564 compile fix
19565
19566 grsecurity/grsec_sig.c | 3 +--
19567 1 files changed, 1 insertions(+), 2 deletions(-)
19568
19569commit a9090fa58f33f75c7450fda5721a9b13625a47d9
19570Author: Brad Spengler <spender@grsecurity.net>
19571Date: Sat Jan 16 12:10:37 2016 -0500
19572
19573 As pointed out by Jann Horn, some distros are starting to circumvent
19574 previous assumptions about the attainability of a user to control
19575 multiple UIDs by handing out suid binaries that allow a user to run
19576 processes (including exploits) under a number of other pre-defined
19577 UIDs. As this could potentially be used to bypass GRKERNSEC_BRUTE
19578 (though it would have to involve some code path that doesn't involve
19579 locks) fix that here by ensuring no more than 8 users on a system can
19580 be banned before a reboot is required. If more are banned, a panic
19581 is triggered.
19582
19583 grsecurity/grsec_sig.c | 8 ++++++++
19584 1 files changed, 8 insertions(+), 0 deletions(-)
19585
19586commit a8d37776e9521c567ebff6730d49312f72435f08
19587Author: Eric Dumazet <edumazet@google.com>
19588Date: Thu Dec 3 11:12:07 2015 -0800
19589
19590 proc: add a reschedule point in proc_readfd_common()
19591
19592 User can pass an arbitrary large buffer to getdents().
19593
19594 It is typically a 32KB buffer used by libc scandir() implementation.
19595
19596 When scanning /proc/{pid}/fd, we can hold cpu way too long,
19597 so add a cond_resched() to be kind with other tasks.
19598
19599 We've seen latencies of more than 50ms on real workloads.
19600
19601 Signed-off-by: Eric Dumazet <edumazet@google.com>
19602 Cc: Alexander Viro <viro@zeniv.linux.org.uk>
19603 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19604
19605 fs/proc/fd.c | 1 +
19606 1 files changed, 1 insertions(+), 0 deletions(-)
19607
19608commit 0adba75f8708f13b1f5d98ebe3fc2fb961e100c8
19609Author: Rabin Vincent <rabin@rab.in>
19610Date: Tue Jan 12 20:17:08 2016 +0100
19611
19612 net: bpf: reject invalid shifts
19613
19614 On ARM64, a BUG() is triggered in the eBPF JIT if a filter with a
19615 constant shift that can't be encoded in the immediate field of the
19616 UBFM/SBFM instructions is passed to the JIT. Since these shifts
19617 amounts, which are negative or >= regsize, are invalid, reject them in
19618 the eBPF verifier and the classic BPF filter checker, for all
19619 architectures.
19620
19621 Signed-off-by: Rabin Vincent <rabin@rab.in>
19622 Acked-by: Alexei Starovoitov <ast@kernel.org>
19623 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19624 Signed-off-by: David S. Miller <davem@davemloft.net>
19625
19626 kernel/bpf/verifier.c | 10 ++++++++++
19627 net/core/filter.c | 5 +++++
19628 2 files changed, 15 insertions(+), 0 deletions(-)
19629
19630commit c248e115a73496625a1c64660d0eeefd67e55cbf
19631Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19632Date: Fri Jan 8 11:00:54 2016 -0200
19633
19634 sctp: fix use-after-free in pr_debug statement
19635
19636 Dmitry Vyukov reported a use-after-free in the code expanded by the
19637 macro debug_post_sfx, which is caused by the use of the asoc pointer
19638 after it was freed within sctp_side_effect() scope.
19639
19640 This patch fixes it by allowing sctp_side_effect to clear that asoc
19641 pointer when the TCB is freed.
19642
19643 As Vlad explained, we also have to cover the SCTP_DISPOSITION_ABORT case
19644 because it will trigger DELETE_TCB too on that same loop.
19645
19646 Also, there were places issuing SCTP_CMD_INIT_FAILED and ASSOC_FAILED
19647 but returning SCTP_DISPOSITION_CONSUME, which would fool the scheme
19648 above. Fix it by returning SCTP_DISPOSITION_ABORT instead.
19649
19650 The macro is already prepared to handle such NULL pointer.
19651
19652 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19653 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19654 Acked-by: Vlad Yasevich <vyasevich@gmail.com>
19655 Signed-off-by: David S. Miller <davem@davemloft.net>
19656
19657 net/sctp/sm_sideeffect.c | 11 ++++++-----
19658 net/sctp/sm_statefuns.c | 17 ++++-------------
19659 2 files changed, 10 insertions(+), 18 deletions(-)
19660
19661commit 395ea8a9e73e184fc14153a033000bccf4213213
19662Author: willy tarreau <w@1wt.eu>
19663Date: Sun Jan 10 07:54:56 2016 +0100
19664
19665 unix: properly account for FDs passed over unix sockets
19666
19667 It is possible for a process to allocate and accumulate far more FDs than
19668 the process' limit by sending them over a unix socket then closing them
19669 to keep the process' fd count low.
19670
19671 This change addresses this problem by keeping track of the number of FDs
19672 in flight per user and preventing non-privileged processes from having
19673 more FDs in flight than their configured FD limit.
19674
19675 Reported-by: socketpair@gmail.com
19676 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
19677 Mitigates: CVE-2013-4312 (Linux 2.0+)
19678 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
19679 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19680 Signed-off-by: Willy Tarreau <w@1wt.eu>
19681 Signed-off-by: David S. Miller <davem@davemloft.net>
19682
19683 include/linux/sched.h | 1 +
19684 net/unix/af_unix.c | 24 ++++++++++++++++++++----
19685 net/unix/garbage.c | 13 ++++++++-----
19686 3 files changed, 29 insertions(+), 9 deletions(-)
19687
19688commit cb207ab8fbd71dcfc4a49d533aba8085012543fd
19689Author: Sasha Levin <sasha.levin@oracle.com>
19690Date: Thu Jan 7 14:52:43 2016 -0500
19691
19692 net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
19693
19694 proc_dostring() needs an initialized destination string, while the one
19695 provided in proc_sctp_do_hmac_alg() contains stack garbage.
19696
19697 Thus, writing to cookie_hmac_alg would strlen() that garbage and end up
19698 accessing invalid memory.
19699
19700 Fixes: 3c68198e7 ("sctp: Make hmac algorithm selection for cookie generation dynamic")
19701 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
19702 Signed-off-by: David S. Miller <davem@davemloft.net>
19703
19704 net/sctp/sysctl.c | 2 +-
19705 1 files changed, 1 insertions(+), 1 deletions(-)
19706
19707commit 4014e09faf0fe9054119624ccfff1236e886b554
19708Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
19709Date: Tue Nov 24 17:13:21 2015 -0500
19710
19711 RDS: fix race condition when sending a message on unbound socket
19712
19713 commit 8c7188b23474cca017b3ef354c4a58456f68303a upstream.
19714
19715 Sasha's found a NULL pointer dereference in the RDS connection code when
19716 sending a message to an apparently unbound socket. The problem is caused
19717 by the code checking if the socket is bound in rds_sendmsg(), which checks
19718 the rs_bound_addr field without taking a lock on the socket. This opens a
19719 race where rs_bound_addr is temporarily set but where the transport is not
19720 in rds_bind(), leading to a NULL pointer dereference when trying to
19721 dereference 'trans' in __rds_conn_create().
19722
19723 Vegard wrote a reproducer for this issue, so kindly ask him to share if
19724 you're interested.
19725
19726 I cannot reproduce the NULL pointer dereference using Vegard's reproducer
19727 with this patch, whereas I could without.
19728
19729 Complete earlier incomplete fix to CVE-2015-6937:
19730
19731 74e98eb08588 ("RDS: verify the underlying transport exists before creating a connection")
19732
19733 Cc: David S. Miller <davem@davemloft.net>
19734
19735 Reviewed-by: Vegard Nossum <vegard.nossum@oracle.com>
19736 Reviewed-by: Sasha Levin <sasha.levin@oracle.com>
19737 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
19738 Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com>
19739 Signed-off-by: David S. Miller <davem@davemloft.net>
19740 Signed-off-by: Jiri Slaby <jslaby@suse.cz>
19741
19742 Conflicts:
19743
19744 net/rds/send.c
19745
19746 net/rds/connection.c | 6 ------
19747 1 files changed, 0 insertions(+), 6 deletions(-)
19748
19749commit 206df8d01104344d7588d801016a281a4cd25556
19750Author: Sasha Levin <sasha.levin@oracle.com>
19751Date: Tue Sep 8 10:53:40 2015 -0400
19752
19753 RDS: verify the underlying transport exists before creating a connection
19754
19755 There was no verification that an underlying transport exists when creating
19756 a connection, this would cause dereferencing a NULL ptr.
19757
19758 It might happen on sockets that weren't properly bound before attempting to
19759 send a message, which will cause a NULL ptr deref:
19760
19761 [135546.047719] kasan: GPF could be caused by NULL-ptr deref or user memory accessgeneral protection fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC KASAN
19762 [135546.051270] Modules linked in:
19763 [135546.051781] CPU: 4 PID: 15650 Comm: trinity-c4 Not tainted 4.2.0-next-20150902-sasha-00041-gbaa1222-dirty #2527
19764 [135546.053217] task: ffff8800835bc000 ti: ffff8800bc708000 task.ti: ffff8800bc708000
19765 [135546.054291] RIP: __rds_conn_create (net/rds/connection.c:194)
19766 [135546.055666] RSP: 0018:ffff8800bc70fab0 EFLAGS: 00010202
19767 [135546.056457] RAX: dffffc0000000000 RBX: 0000000000000f2c RCX: ffff8800835bc000
19768 [135546.057494] RDX: 0000000000000007 RSI: ffff8800835bccd8 RDI: 0000000000000038
19769 [135546.058530] RBP: ffff8800bc70fb18 R08: 0000000000000001 R09: 0000000000000000
19770 [135546.059556] R10: ffffed014d7a3a23 R11: ffffed014d7a3a21 R12: 0000000000000000
19771 [135546.060614] R13: 0000000000000001 R14: ffff8801ec3d0000 R15: 0000000000000000
19772 [135546.061668] FS: 00007faad4ffb700(0000) GS:ffff880252000000(0000) knlGS:0000000000000000
19773 [135546.062836] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
19774 [135546.063682] CR2: 000000000000846a CR3: 000000009d137000 CR4: 00000000000006a0
19775 [135546.064723] Stack:
19776 [135546.065048] ffffffffafe2055c ffffffffafe23fc1 ffffed00493097bf ffff8801ec3d0008
19777 [135546.066247] 0000000000000000 00000000000000d0 0000000000000000 ac194a24c0586342
19778 [135546.067438] 1ffff100178e1f78 ffff880320581b00 ffff8800bc70fdd0 ffff880320581b00
19779 [135546.068629] Call Trace:
19780 [135546.069028] ? __rds_conn_create (include/linux/rcupdate.h:856 net/rds/connection.c:134)
19781 [135546.069989] ? rds_message_copy_from_user (net/rds/message.c:298)
19782 [135546.071021] rds_conn_create_outgoing (net/rds/connection.c:278)
19783 [135546.071981] rds_sendmsg (net/rds/send.c:1058)
19784 [135546.072858] ? perf_trace_lock (include/trace/events/lock.h:38)
19785 [135546.073744] ? lockdep_init (kernel/locking/lockdep.c:3298)
19786 [135546.074577] ? rds_send_drop_to (net/rds/send.c:976)
19787 [135546.075508] ? __might_fault (./arch/x86/include/asm/current.h:14 mm/memory.c:3795)
19788 [135546.076349] ? __might_fault (mm/memory.c:3795)
19789 [135546.077179] ? rds_send_drop_to (net/rds/send.c:976)
19790 [135546.078114] sock_sendmsg (net/socket.c:611 net/socket.c:620)
19791 [135546.078856] SYSC_sendto (net/socket.c:1657)
19792 [135546.079596] ? SYSC_connect (net/socket.c:1628)
19793 [135546.080510] ? trace_dump_stack (kernel/trace/trace.c:1926)
19794 [135546.081397] ? ring_buffer_unlock_commit (kernel/trace/ring_buffer.c:2479 kernel/trace/ring_buffer.c:2558 kernel/trace/ring_buffer.c:2674)
19795 [135546.082390] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
19796 [135546.083410] ? trace_event_raw_event_sys_enter (include/trace/events/syscalls.h:16)
19797 [135546.084481] ? do_audit_syscall_entry (include/trace/events/syscalls.h:16)
19798 [135546.085438] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
19799 [135546.085515] rds_ib_laddr_check(): addr 36.74.25.172 ret -99 node type -1
19800
19801 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
19802 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
19803 Signed-off-by: David S. Miller <davem@davemloft.net>
19804
19805 net/rds/connection.c | 6 ++++++
19806 1 files changed, 6 insertions(+), 0 deletions(-)
19807
19808commit 173fa03f05cf0ad485d49a42cbdee8844d3a689a
19809Author: Steven Rostedt (Red Hat) <rostedt@goodmis.org>
19810Date: Tue Jan 5 20:32:47 2016 -0500
19811
19812 ftrace/module: Call clean up function when module init fails early
19813
19814 If the module init code fails after calling ftrace_module_init() and before
19815 calling do_init_module(), we can suffer from a memory leak. This is because
19816 ftrace_module_init() allocates pages to store the locations that ftrace
19817 hooks are placed in the module text. If do_init_module() fails, it still
19818 calls the MODULE_GOING notifiers which will tell ftrace to do a clean up of
19819 the pages it allocated for the module. But if load_module() fails before
19820 then, the pages allocated by ftrace_module_init() will never be freed.
19821
19822 Call ftrace_release_mod() on the module if load_module() fails before
19823 getting to do_init_module().
19824
19825 Link: http://lkml.kernel.org/r/567CEA31.1070507@intel.com
19826
19827 Reported-by: "Qiu, PeiyangX" <peiyangx.qiu@intel.com>
19828 Fixes: a949ae560a511 "ftrace/module: Hardcode ftrace_module_init() call into load_module()"
19829 Cc: stable@vger.kernel.org # v2.6.38+
19830 Acked-by: Rusty Russell <rusty@rustcorp.com.au>
19831 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
19832
19833 include/linux/ftrace.h | 1 +
19834 kernel/module.c | 6 ++++++
19835 2 files changed, 7 insertions(+), 0 deletions(-)
19836
19837commit 1e5a4a81a4c16c8ac2e264b88a02cc2f42ed0399
19838Author: Francesco Ruggeri <fruggeri@aristanetworks.com>
19839Date: Wed Jan 6 00:18:48 2016 -0800
19840
19841 net: possible use after free in dst_release
19842
19843 dst_release should not access dst->flags after decrementing
19844 __refcnt to 0. The dst_entry may be in dst_busy_list and
19845 dst_gc_task may dst_destroy it before dst_release gets a chance
19846 to access dst->flags.
19847
19848 Fixes: d69bbf88c8d0 ("net: fix a race in dst_release()")
19849 Fixes: 27b75c95f10d ("net: avoid RCU for NOCACHE dst")
19850 Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
19851 Acked-by: Eric Dumazet <edumazet@google.com>
19852 Signed-off-by: David S. Miller <davem@davemloft.net>
19853
19854 net/core/dst.c | 3 ++-
19855 1 files changed, 2 insertions(+), 1 deletions(-)
19856
19857commit bfb0455793dd4e0f0b49d34a68b3249ab55565cc
19858Author: Alan <gnomes@lxorguk.ukuu.org.uk>
19859Date: Wed Jan 6 14:55:02 2016 +0000
19860
19861 mkiss: fix scribble on freed memory
19862
19863 commit d79f16c046086f4fe0d42184a458e187464eb83e fixed a user triggerable
19864 scribble on free memory but added a new one which allows the user to
19865 scribble even more and user controlled data into freed space.
19866
19867 As with 6pack we need to halt the queue before we free the buffers, because
19868 the transmit logic is not protected by the semaphore.
19869
19870 Signed-off-by: Alan Cox <alan@linux.intel.com>
19871 Signed-off-by: David S. Miller <davem@davemloft.net>
19872
19873 drivers/net/hamradio/mkiss.c | 5 +++++
19874 1 files changed, 5 insertions(+), 0 deletions(-)
19875
19876commit 5cbbcbd32dc1949470f61d342503808fa9555276
19877Author: David Miller <davem@davemloft.net>
19878Date: Thu Dec 17 16:05:49 2015 -0500
19879
19880 mkiss: Fix use after free in mkiss_close().
19881
19882 Need to do the unregister_device() after all references to the driver
19883 private have been done.
19884
19885 Signed-off-by: David S. Miller <davem@davemloft.net>
19886
19887 drivers/net/hamradio/mkiss.c | 4 ++--
19888 1 files changed, 2 insertions(+), 2 deletions(-)
19889
19890commit b00171576794a98068e069a660f0991a6a5190ff
19891Author: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
19892Date: Tue Jan 5 11:51:25 2016 +0000
19893
19894 6pack: fix free memory scribbles
19895
19896 commit acf673a3187edf72068ee2f92f4dc47d66baed47 fixed a user triggerable free
19897 memory scribble but in doing so replaced it with a different one that allows
19898 the user to control the data and scribble even more.
19899
19900 sixpack_close is called by the tty layer in tty context. The tty context is
19901 protected by sp_get() and sp_put(). However network layer activity via
19902 sp_xmit() is not protected this way. We must therefore stop the queue
19903 otherwise the user gets to dump a buffer mostly of their choice into freed
19904 kernel pages.
19905
19906 Signed-off-by: Alan Cox <alan@linux.intel.com>
19907 Signed-off-by: David S. Miller <davem@davemloft.net>
19908
19909 drivers/net/hamradio/6pack.c | 6 ++++++
19910 1 files changed, 6 insertions(+), 0 deletions(-)
19911
19912commit 5b64a833907cd230a3106aeba2304b2c1bcd116d
19913Author: David Miller <davem@davemloft.net>
19914Date: Thu Dec 17 16:05:32 2015 -0500
19915
19916 6pack: Fix use after free in sixpack_close().
19917
19918 Need to do the unregister_device() after all references to the driver
19919 private have been done.
19920
19921 Also we need to use del_timer_sync() for the timers so that we don't
19922 have any asynchronous references after the unregister.
19923
19924 Signed-off-by: David S. Miller <davem@davemloft.net>
19925
19926 drivers/net/hamradio/6pack.c | 8 ++++----
19927 1 files changed, 4 insertions(+), 4 deletions(-)
19928
19929commit 4f9d532742656b3613d579220fd10c78f24ba37b
19930Author: Rabin Vincent <rabin@rab.in>
19931Date: Tue Jan 5 16:23:07 2016 +0100
19932
19933 net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
19934
19935 The SKF_AD_ALU_XOR_X ancillary is not like the other ancillary data
19936 instructions since it XORs A with X while all the others replace A with
19937 some loaded value. All the BPF JITs fail to clear A if this is used as
19938 the first instruction in a filter. This was found using american fuzzy
19939 lop.
19940
19941 Add a helper to determine if A needs to be cleared given the first
19942 instruction in a filter, and use this in the JITs. Except for ARM, the
19943 rest have only been compile-tested.
19944
19945 Fixes: 3480593131e0 ("net: filter: get rid of BPF_S_* enum")
19946 Signed-off-by: Rabin Vincent <rabin@rab.in>
19947 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19948 Acked-by: Alexei Starovoitov <ast@kernel.org>
19949 Signed-off-by: David S. Miller <davem@davemloft.net>
19950
19951 arch/arm/net/bpf_jit_32.c | 16 +---------------
19952 arch/mips/net/bpf_jit.c | 16 +---------------
19953 arch/powerpc/net/bpf_jit_comp.c | 13 ++-----------
19954 arch/sparc/net/bpf_jit_comp.c | 17 ++---------------
19955 include/linux/filter.h | 19 +++++++++++++++++++
19956 5 files changed, 25 insertions(+), 56 deletions(-)
19957
19958commit 570d88f8acfffda92b89ae2e1c47320d47256034
19959Author: John Fastabend <john.fastabend@gmail.com>
19960Date: Tue Jan 5 09:11:36 2016 -0800
19961
19962 net: sched: fix missing free per cpu on qstats
19963
19964 When a qdisc is using per cpu stats (currently just the ingress
19965 qdisc) only the bstats are being freed. This also free's the qstats.
19966
19967 Fixes: b0ab6f92752b9f9d8 ("net: sched: enable per cpu qstats")
19968 Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
19969 Acked-by: Eric Dumazet <edumazet@google.com>
19970 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19971 Signed-off-by: David S. Miller <davem@davemloft.net>
19972
19973 net/sched/sch_generic.c | 4 +++-
19974 1 files changed, 3 insertions(+), 1 deletions(-)
19975
19976commit 32c0ebc51857ee83470a10dcb234d308a0ed1881
19977Author: Rabin Vincent <rabin@rab.in>
19978Date: Tue Jan 5 18:34:04 2016 +0100
19979
19980 ARM: net: bpf: fix zero right shift
19981
19982 The LSR instruction cannot be used to perform a zero right shift since a
19983 0 as the immediate value (imm5) in the LSR instruction encoding means
19984 that a shift of 32 is perfomed. See DecodeIMMShift() in the ARM ARM.
19985
19986 Make the JIT skip generation of the LSR if a zero-shift is requested.
19987
19988 This was found using american fuzzy lop.
19989
19990 Signed-off-by: Rabin Vincent <rabin@rab.in>
19991 Acked-by: Alexei Starovoitov <ast@kernel.org>
19992 Signed-off-by: David S. Miller <davem@davemloft.net>
19993
19994 arch/arm/net/bpf_jit_32.c | 3 ++-
19995 1 files changed, 2 insertions(+), 1 deletions(-)
19996
19997commit 51f5d291750285efa4d4bbe84e5ec23dc00c8d2d
19998Author: Brad Spengler <spender@grsecurity.net>
19999Date: Wed Jan 6 20:35:57 2016 -0500
20000
20001 Don't perform hidden lookups in RBAC against the directory of
20002 a file being opened with O_CREAT, reported by Karl Witt
20003
20004 Conflicts:
20005
20006 fs/namei.c
20007
20008 fs/namei.c | 3 ---
20009 1 files changed, 0 insertions(+), 3 deletions(-)
20010
20011commit 5a8266a6b2769ccdb447256f95bc2577a73cccd1
20012Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
20013Date: Tue Jan 5 10:46:00 2016 +0100
20014
20015 bridge: Only call /sbin/bridge-stp for the initial network namespace
20016
20017 [I stole this patch from Eric Biederman. He wrote:]
20018
20019 > There is no defined mechanism to pass network namespace information
20020 > into /sbin/bridge-stp therefore don't even try to invoke it except
20021 > for bridge devices in the initial network namespace.
20022 >
20023 > It is possible for unprivileged users to cause /sbin/bridge-stp to be
20024 > invoked for any network device name which if /sbin/bridge-stp does not
20025 > guard against unreasonable arguments or being invoked twice on the
20026 > same network device could cause problems.
20027
20028 [Hannes: changed patch using netns_eq]
20029
20030 Cc: Eric W. Biederman <ebiederm@xmission.com>
20031 Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
20032 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
20033 Signed-off-by: David S. Miller <davem@davemloft.net>
20034
20035 net/bridge/br_stp_if.c | 5 ++++-
20036 1 files changed, 4 insertions(+), 1 deletions(-)
20037
20038commit 650d535cc39f0aeff2f57e60b6617be25d3ef48b
20039Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
20040Date: Wed Dec 23 16:28:40 2015 -0200
20041
20042 sctp: use GFP_USER for user-controlled kmalloc
20043
20044 Commit cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
20045 missed two other spots.
20046
20047 For connectx, as it's more likely to be used by kernel users of the API,
20048 it detects if GFP_USER should be used or not.
20049
20050 Fixes: cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
20051 Reported-by: Dmitry Vyukov <dvyukov@google.com>
20052 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
20053 Signed-off-by: David S. Miller <davem@davemloft.net>
20054
20055 net/sctp/socket.c | 9 ++++++---
20056 1 files changed, 6 insertions(+), 3 deletions(-)
20057
20058commit 5718a1f63c41fc156f729783423b002763779d04
20059Author: Florian Westphal <fw@strlen.de>
20060Date: Thu Dec 31 14:26:33 2015 +0100
20061
20062 connector: bump skb->users before callback invocation
20063
20064 Dmitry reports memleak with syskaller program.
20065 Problem is that connector bumps skb usecount but might not invoke callback.
20066
20067 So move skb_get to where we invoke the callback.
20068
20069 Reported-by: Dmitry Vyukov <dvyukov@google.com>
20070 Signed-off-by: Florian Westphal <fw@strlen.de>
20071 Signed-off-by: David S. Miller <davem@davemloft.net>
20072
20073 drivers/connector/connector.c | 11 +++--------
20074 1 files changed, 3 insertions(+), 8 deletions(-)
20075
20076commit 2e6372e6a97f8d642416899861f91777f44f13b7
20077Author: Rainer Weikusat <rweikusat@mobileactivedefense.com>
20078Date: Sun Jan 3 18:56:38 2016 +0000
20079
20080 af_unix: Fix splice-bind deadlock
20081
20082 On 2015/11/06, Dmitry Vyukov reported a deadlock involving the splice
20083 system call and AF_UNIX sockets,
20084
20085 http://lists.openwall.net/netdev/2015/11/06/24
20086
20087 The situation was analyzed as
20088
20089 (a while ago) A: socketpair()
20090 B: splice() from a pipe to /mnt/regular_file
20091 does sb_start_write() on /mnt
20092 C: try to freeze /mnt
20093 wait for B to finish with /mnt
20094 A: bind() try to bind our socket to /mnt/new_socket_name
20095 lock our socket, see it not bound yet
20096 decide that it needs to create something in /mnt
20097 try to do sb_start_write() on /mnt, block (it's
20098 waiting for C).
20099 D: splice() from the same pipe to our socket
20100 lock the pipe, see that socket is connected
20101 try to lock the socket, block waiting for A
20102 B: get around to actually feeding a chunk from
20103 pipe to file, try to lock the pipe. Deadlock.
20104
20105 on 2015/11/10 by Al Viro,
20106
20107 http://lists.openwall.net/netdev/2015/11/10/4
20108
20109 The patch fixes this by removing the kern_path_create related code from
20110 unix_mknod and executing it as part of unix_bind prior acquiring the
20111 readlock of the socket in question. This means that A (as used above)
20112 will sb_start_write on /mnt before it acquires the readlock, hence, it
20113 won't indirectly block B which first did a sb_start_write and then
20114 waited for a thread trying to acquire the readlock. Consequently, A
20115 being blocked by C waiting for B won't cause a deadlock anymore
20116 (effectively, both A and B acquire two locks in opposite order in the
20117 situation described above).
20118
20119 Dmitry Vyukov(<dvyukov@google.com>) tested the original patch.
20120
20121 Signed-off-by: Rainer Weikusat <rweikusat@mobileactivedefense.com>
20122 Signed-off-by: David S. Miller <davem@davemloft.net>
20123
20124 Conflicts:
20125
20126 net/unix/af_unix.c
20127
20128 net/unix/af_unix.c | 70 +++++++++++++++++++++++++++++++--------------------
20129 1 files changed, 42 insertions(+), 28 deletions(-)
20130
20131commit 2e729e557c571f3253e32472cd7d382ac16cf1c3
20132Author: Qiu Peiyang <peiyangx.qiu@intel.com>
20133Date: Thu Dec 31 13:11:28 2015 +0800
20134
20135 tracing: Fix setting of start_index in find_next()
20136
20137 When we do cat /sys/kernel/debug/tracing/printk_formats, we hit kernel
20138 panic at t_show.
20139
20140 general protection fault: 0000 [#1] PREEMPT SMP
20141 CPU: 0 PID: 2957 Comm: sh Tainted: G W O 3.14.55-x86_64-01062-gd4acdc7 #2
20142 RIP: 0010:[<ffffffff811375b2>]
20143 [<ffffffff811375b2>] t_show+0x22/0xe0
20144 RSP: 0000:ffff88002b4ebe80 EFLAGS: 00010246
20145 RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000004
20146 RDX: 0000000000000004 RSI: ffffffff81fd26a6 RDI: ffff880032f9f7b1
20147 RBP: ffff88002b4ebe98 R08: 0000000000001000 R09: 000000000000ffec
20148 R10: 0000000000000000 R11: 000000000000000f R12: ffff880004d9b6c0
20149 R13: 7365725f6d706400 R14: ffff880004d9b6c0 R15: ffffffff82020570
20150 FS: 0000000000000000(0000) GS:ffff88003aa00000(0063) knlGS:00000000f776bc40
20151 CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
20152 CR2: 00000000f6c02ff0 CR3: 000000002c2b3000 CR4: 00000000001007f0
20153 Call Trace:
20154 [<ffffffff811dc076>] seq_read+0x2f6/0x3e0
20155 [<ffffffff811b749b>] vfs_read+0x9b/0x160
20156 [<ffffffff811b7f69>] SyS_read+0x49/0xb0
20157 [<ffffffff81a3a4b9>] ia32_do_call+0x13/0x13
20158 ---[ end trace 5bd9eb630614861e ]---
20159 Kernel panic - not syncing: Fatal exception
20160
20161 When the first time find_next calls find_next_mod_format, it should
20162 iterate the trace_bprintk_fmt_list to find the first print format of
20163 the module. However in current code, start_index is smaller than *pos
20164 at first, and code will not iterate the list. Latter container_of will
20165 get the wrong address with former v, which will cause mod_fmt be a
20166 meaningless object and so is the returned mod_fmt->fmt.
20167
20168 This patch will fix it by correcting the start_index. After fixed,
20169 when the first time calls find_next_mod_format, start_index will be
20170 equal to *pos, and code will iterate the trace_bprintk_fmt_list to
20171 get the right module printk format, so is the returned mod_fmt->fmt.
20172
20173 Link: http://lkml.kernel.org/r/5684B900.9000309@intel.com
20174
20175 Cc: stable@vger.kernel.org # 3.12+
20176 Fixes: 102c9323c35a8 "tracing: Add __tracepoint_string() to export string pointers"
20177 Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
20178 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
20179
20180 kernel/trace/trace_printk.c | 1 +
20181 1 files changed, 1 insertions(+), 0 deletions(-)
20182
20183commit 0994af4b1930f32aa493dc08145cd304f8bfc8f4
20184Author: Al Viro <viro@zeniv.linux.org.uk>
20185Date: Mon Dec 28 20:47:08 2015 -0500
20186
20187 [PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()
20188
20189 Cc: stable@vger.kernel.org # 3.15+
20190 Reviewed-by: Jeff Layton <jeff.layton@primarydata.com>
20191 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
20192
20193 arch/arm/kernel/sys_oabi-compat.c | 73 +++++++++++++++++++------------------
20194 1 files changed, 37 insertions(+), 36 deletions(-)
20195
20196commit 4ed030f65dcf3e6b0128032a49a7d75f947fa351
20197Merge: de243c2 3adc55a
20198Author: Brad Spengler <spender@grsecurity.net>
20199Date: Tue Jan 5 18:10:10 2016 -0500
20200
20201 Merge branch 'pax-test' into grsec-test
20202
20203commit 3adc55a5acfa429c2a7cc883aef08b960c0079b0
20204Author: Brad Spengler <spender@grsecurity.net>
20205Date: Tue Jan 5 18:08:53 2016 -0500
20206
20207 Update to pax-linux-4.3.3-test16.patch:
20208 - small cleanup in entry_64.S on x86
20209 - Emese fixed the initify plugin to recursively check variable initializers, reported by Rasmus Villemoes
20210 - 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)
20211 - 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)
20212 - 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)
20213 - 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)
20214
20215 arch/x86/entry/entry_64.S | 60 +++++-----
20216 arch/x86/kernel/alternative.c | 2 +-
20217 arch/x86/kvm/emulate.c | 4 +-
20218 tools/gcc/initify_plugin.c | 123 +++++++++----------
20219 .../disable_size_overflow_hash.data | 4 +-
20220 .../size_overflow_plugin/size_overflow_hash.data | 2 -
20221 6 files changed, 93 insertions(+), 102 deletions(-)
20222
20223commit de243c26efd0e423ca92db825af2c3f8eb1ca043
20224Author: Brad Spengler <spender@grsecurity.net>
20225Date: Tue Dec 29 18:01:24 2015 -0500
20226
20227 It was noticed during an internal audit that the code under GRKERNSEC_PROC_MEMMAP
20228 which aimed to enforce a 16MB minimum on RLIMIT_DATA for suid/sgid binaries only
20229 did so if RLIMIT_DATA was set lower than PAGE_SIZE.
20230
20231 This addition was only supplemental as GRKERNSEC_BRUTE is the main defense
20232 against suid/sgid attacks and the flaw above would only eliminate the extra
20233 entropy provided for the brk-managed heap, still leaving it with the minimum
20234 of 16-bit entropy for mmap on x86 and 28 on x64.
20235
20236 mm/mmap.c | 2 +-
20237 1 files changed, 1 insertions(+), 1 deletions(-)
20238
20239commit 8e264cfe47e5f08cdc9ed009a630277206cd2534
20240Merge: 436201b 2584340
20241Author: Brad Spengler <spender@grsecurity.net>
20242Date: Mon Dec 28 20:30:01 2015 -0500
20243
20244 Merge branch 'pax-test' into grsec-test
20245
20246commit 2584340eab494e64ec1bf9eb5b0d1ae31f926306
20247Author: Brad Spengler <spender@grsecurity.net>
20248Date: Mon Dec 28 20:29:28 2015 -0500
20249
20250 Update to pax-linux-4.3.3-test14.patch:
20251 - 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)
20252 - fixed shutdown crash with tboot and KERNEXEC, reported by perfinion
20253 - fixed a few false positive and one real size overflow reports in hyperv, reported by hunger
20254 - fixed compile regressions on armv5, reported by iamb (https://forums.grsecurity.net/viewtopic.php?f=3&t=4350)
20255 - fixed an assert in the initify plugin that triggered in vic_register on arm
20256
20257 arch/arm/include/asm/atomic.h | 7 +++++--
20258 arch/arm/include/asm/domain.h | 5 ++---
20259 arch/x86/kernel/tboot.c | 14 +++++++++-----
20260 drivers/hv/channel.c | 4 +---
20261 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
20262 drivers/net/hyperv/rndis_filter.c | 3 +--
20263 fs/exec.c | 4 ++--
20264 include/linux/atomic.h | 15 ---------------
20265 net/core/skbuff.c | 3 ++-
20266 tools/gcc/initify_plugin.c | 4 +++-
20267 10 files changed, 26 insertions(+), 35 deletions(-)
20268
20269commit 436201b6626b488d173c8076447000077c27b84a
20270Author: David Howells <dhowells@redhat.com>
20271Date: Fri Dec 18 01:34:26 2015 +0000
20272
20273 KEYS: Fix race between read and revoke
20274
20275 This fixes CVE-2015-7550.
20276
20277 There's a race between keyctl_read() and keyctl_revoke(). If the revoke
20278 happens between keyctl_read() checking the validity of a key and the key's
20279 semaphore being taken, then the key type read method will see a revoked key.
20280
20281 This causes a problem for the user-defined key type because it assumes in
20282 its read method that there will always be a payload in a non-revoked key
20283 and doesn't check for a NULL pointer.
20284
20285 Fix this by making keyctl_read() check the validity of a key after taking
20286 semaphore instead of before.
20287
20288 I think the bug was introduced with the original keyrings code.
20289
20290 This was discovered by a multithreaded test program generated by syzkaller
20291 (http://github.com/google/syzkaller). Here's a cleaned up version:
20292
20293 #include <sys/types.h>
20294 #include <keyutils.h>
20295 #include <pthread.h>
20296 void *thr0(void *arg)
20297 {
20298 key_serial_t key = (unsigned long)arg;
20299 keyctl_revoke(key);
20300 return 0;
20301 }
20302 void *thr1(void *arg)
20303 {
20304 key_serial_t key = (unsigned long)arg;
20305 char buffer[16];
20306 keyctl_read(key, buffer, 16);
20307 return 0;
20308 }
20309 int main()
20310 {
20311 key_serial_t key = add_key("user", "%", "foo", 3, KEY_SPEC_USER_KEYRING);
20312 pthread_t th[5];
20313 pthread_create(&th[0], 0, thr0, (void *)(unsigned long)key);
20314 pthread_create(&th[1], 0, thr1, (void *)(unsigned long)key);
20315 pthread_create(&th[2], 0, thr0, (void *)(unsigned long)key);
20316 pthread_create(&th[3], 0, thr1, (void *)(unsigned long)key);
20317 pthread_join(th[0], 0);
20318 pthread_join(th[1], 0);
20319 pthread_join(th[2], 0);
20320 pthread_join(th[3], 0);
20321 return 0;
20322 }
20323
20324 Build as:
20325
20326 cc -o keyctl-race keyctl-race.c -lkeyutils -lpthread
20327
20328 Run as:
20329
20330 while keyctl-race; do :; done
20331
20332 as it may need several iterations to crash the kernel. The crash can be
20333 summarised as:
20334
20335 BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
20336 IP: [<ffffffff81279b08>] user_read+0x56/0xa3
20337 ...
20338 Call Trace:
20339 [<ffffffff81276aa9>] keyctl_read_key+0xb6/0xd7
20340 [<ffffffff81277815>] SyS_keyctl+0x83/0xe0
20341 [<ffffffff815dbb97>] entry_SYSCALL_64_fastpath+0x12/0x6f
20342
20343 Reported-by: Dmitry Vyukov <dvyukov@google.com>
20344 Signed-off-by: David Howells <dhowells@redhat.com>
20345 Tested-by: Dmitry Vyukov <dvyukov@google.com>
20346 Cc: stable@vger.kernel.org
20347 Signed-off-by: James Morris <james.l.morris@oracle.com>
20348
20349 security/keys/keyctl.c | 18 +++++++++---------
20350 1 files changed, 9 insertions(+), 9 deletions(-)
20351
20352commit 195cea04477025da4a2078bd3e1fb7c4e11206c2
20353Author: Brad Spengler <spender@grsecurity.net>
20354Date: Tue Dec 22 20:44:01 2015 -0500
20355
20356 Add new kernel command-line param: pax_size_overflow_report_only
20357 If a user triggers a size_overflow violation that makes it difficult
20358 to obtain the call trace without serial console/net console, they can
20359 use this option to provide that information to us
20360
20361 Documentation/kernel-parameters.txt | 5 +++++
20362 fs/exec.c | 12 +++++++++---
20363 init/main.c | 11 +++++++++++
20364 3 files changed, 25 insertions(+), 3 deletions(-)
20365
20366commit 4254a8da5851df8c08cdca5c392916e8c105408d
20367Author: WANG Cong <xiyou.wangcong@gmail.com>
20368Date: Mon Dec 21 10:55:45 2015 -0800
20369
20370 addrconf: always initialize sysctl table data
20371
20372 When sysctl performs restrict writes, it allows to write from
20373 a middle position of a sysctl file, which requires us to initialize
20374 the table data before calling proc_dostring() for the write case.
20375
20376 Fixes: 3d1bec99320d ("ipv6: introduce secret_stable to ipv6_devconf")
20377 Reported-by: Sasha Levin <sasha.levin@oracle.com>
20378 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
20379 Tested-by: Sasha Levin <sasha.levin@oracle.com>
20380 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
20381 Signed-off-by: David S. Miller <davem@davemloft.net>
20382
20383 net/ipv6/addrconf.c | 11 ++++-------
20384 1 files changed, 4 insertions(+), 7 deletions(-)
20385
20386commit f8002863fb06c363180637046947a78a6ccb3d33
20387Author: WANG Cong <xiyou.wangcong@gmail.com>
20388Date: Wed Dec 16 23:39:04 2015 -0800
20389
20390 net: check both type and procotol for tcp sockets
20391
20392 Dmitry reported the following out-of-bound access:
20393
20394 Call Trace:
20395 [<ffffffff816cec2e>] __asan_report_load4_noabort+0x3e/0x40
20396 mm/kasan/report.c:294
20397 [<ffffffff84affb14>] sock_setsockopt+0x1284/0x13d0 net/core/sock.c:880
20398 [< inline >] SYSC_setsockopt net/socket.c:1746
20399 [<ffffffff84aed7ee>] SyS_setsockopt+0x1fe/0x240 net/socket.c:1729
20400 [<ffffffff85c18c76>] entry_SYSCALL_64_fastpath+0x16/0x7a
20401 arch/x86/entry/entry_64.S:185
20402
20403 This is because we mistake a raw socket as a tcp socket.
20404 We should check both sk->sk_type and sk->sk_protocol to ensure
20405 it is a tcp socket.
20406
20407 Willem points out __skb_complete_tx_timestamp() needs to fix as well.
20408
20409 Reported-by: Dmitry Vyukov <dvyukov@google.com>
20410 Cc: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
20411 Cc: Eric Dumazet <eric.dumazet@gmail.com>
20412 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
20413 Acked-by: Willem de Bruijn <willemb@google.com>
20414 Signed-off-by: David S. Miller <davem@davemloft.net>
20415
20416 net/core/skbuff.c | 3 ++-
20417 net/core/sock.c | 3 ++-
20418 2 files changed, 4 insertions(+), 2 deletions(-)
20419
20420commit bd6b3399804470a4ad8f34229469ca149dceba3d
20421Author: Colin Ian King <colin.king@canonical.com>
20422Date: Fri Dec 18 14:22:01 2015 -0800
20423
20424 proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
20425
20426 Writing to /proc/$pid/coredump_filter always returns -ESRCH because commit
20427 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()") removed
20428 the setting of ret after the get_proc_task call and incorrectly left it as
20429 -ESRCH. Instead, return 0 when successful.
20430
20431 Example breakage:
20432
20433 echo 0 > /proc/self/coredump_filter
20434 bash: echo: write error: No such process
20435
20436 Fixes: 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()")
20437 Signed-off-by: Colin Ian King <colin.king@canonical.com>
20438 Acked-by: Kees Cook <keescook@chromium.org>
20439 Cc: <stable@vger.kernel.org> [4.3+]
20440 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
20441 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
20442
20443 fs/proc/base.c | 1 +
20444 1 files changed, 1 insertions(+), 0 deletions(-)
20445
20446commit b28aca2b99ed08546778355fb9402c503ff9b29e
20447Author: Junichi Nomura <j-nomura@ce.jp.nec.com>
20448Date: Tue Dec 22 10:23:44 2015 -0700
20449
20450 block: ensure to split after potentially bouncing a bio
20451
20452 blk_queue_bio() does split then bounce, which makes the segment
20453 counting based on pages before bouncing and could go wrong. Move
20454 the split to after bouncing, like we do for blk-mq, and the we
20455 fix the issue of having the bio count for segments be wrong.
20456
20457 Fixes: 54efd50bfd87 ("block: make generic_make_request handle arbitrarily sized bios")
20458 Cc: stable@vger.kernel.org
20459 Tested-by: Artem S. Tashkinov <t.artem@lycos.com>
20460 Signed-off-by: Jens Axboe <axboe@fb.com>
20461
20462 block/blk-core.c | 4 ++--
20463 1 files changed, 2 insertions(+), 2 deletions(-)
20464
20465commit e62a25e917a9e5b35ddd5b4f1b5e5e30fbd2e84c
20466Merge: f6f63ae ec72fa5
20467Author: Brad Spengler <spender@grsecurity.net>
20468Date: Tue Dec 22 19:46:26 2015 -0500
20469
20470 Merge branch 'pax-test' into grsec-test
20471
20472commit ec72fa5f8d9cb4e223bad1b8b5c2e1071c222f2a
20473Author: Brad Spengler <spender@grsecurity.net>
20474Date: Tue Dec 22 19:45:51 2015 -0500
20475
20476 Update to pax-linux-4.3.3-test13.patch:
20477 - 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)
20478 - 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)
20479
20480 arch/arm/mm/fault.c | 2 +-
20481 arch/x86/mm/fault.c | 2 +-
20482 fs/btrfs/extent_map.c | 8 ++++++--
20483 fs/xfs/libxfs/xfs_da_btree.c | 4 +++-
20484 4 files changed, 11 insertions(+), 5 deletions(-)
20485
20486commit f6f63ae154cd45028add1dc41957878060d77fbf
20487Author: Brad Spengler <spender@grsecurity.net>
20488Date: Thu Dec 17 18:43:44 2015 -0500
20489
20490 ptrace_has_cap() checks whether the current process should be
20491 treated as having a certain capability for ptrace checks
20492 against another process. Until now, this was equivalent to
20493 has_ns_capability(current, target_ns, CAP_SYS_PTRACE).
20494
20495 However, if a root-owned process wants to enter a user
20496 namespace for some reason without knowing who owns it and
20497 therefore can't change to the namespace owner's uid and gid
20498 before entering, as soon as it has entered the namespace,
20499 the namespace owner can attach to it via ptrace and thereby
20500 gain access to its uid and gid.
20501
20502 While it is possible for the entering process to switch to
20503 the uid of a claimed namespace owner before entering,
20504 causing the attempt to enter to fail if the claimed uid is
20505 wrong, this doesn't solve the problem of determining an
20506 appropriate gid.
20507
20508 With this change, the entering process can first enter the
20509 namespace and then safely inspect the namespace's
20510 properties, e.g. through /proc/self/{uid_map,gid_map},
20511 assuming that the namespace owner doesn't have access to
20512 uid 0.
20513 Signed-off-by: Jann Horn <jann@thejh.net>
20514
20515 kernel/ptrace.c | 30 +++++++++++++++++++++++++-----
20516 1 files changed, 25 insertions(+), 5 deletions(-)
20517
20518commit e314f0fb63020f61543b401ff594e953c2c304e5
20519Author: tadeusz.struk@intel.com <tadeusz.struk@intel.com>
20520Date: Tue Dec 15 10:46:17 2015 -0800
20521
20522 net: fix uninitialized variable issue
20523
20524 msg_iocb needs to be initialized on the recv/recvfrom path.
20525 Otherwise afalg will wrongly interpret it as an async call.
20526
20527 Cc: stable@vger.kernel.org
20528 Reported-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
20529 Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
20530 Signed-off-by: David S. Miller <davem@davemloft.net>
20531
20532 net/socket.c | 1 +
20533 1 files changed, 1 insertions(+), 0 deletions(-)
20534
20535commit a3f56a43ad56b8fcaf04f6327636ed2f5970de3b
20536Merge: dfa764c 142edcf
20537Author: Brad Spengler <spender@grsecurity.net>
20538Date: Wed Dec 16 21:01:17 2015 -0500
20539
20540 Merge branch 'pax-test' into grsec-test
20541
20542commit 142edcf1005a57fb8887823565cf0bafad2f313c
20543Author: Brad Spengler <spender@grsecurity.net>
20544Date: Wed Dec 16 21:00:57 2015 -0500
20545
20546 Update to pax-linux-4.3.3-test12.patch:
20547 - 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)
20548 - 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)
20549
20550 drivers/tty/n_tty.c | 16 ++++++++--------
20551 .../disable_size_overflow_hash.data | 2 ++
20552 .../size_overflow_plugin/size_overflow_hash.data | 6 ++----
20553 3 files changed, 12 insertions(+), 12 deletions(-)
20554
20555commit dfa764cc549892a5bfc1083cac78b99032cae577
20556Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
20557Date: Tue Dec 15 22:59:12 2015 +0100
20558
20559 ipv6: automatically enable stable privacy mode if stable_secret set
20560
20561 Bjørn reported that while we switch all interfaces to privacy stable mode
20562 when setting the secret, we don't set this mode for new interfaces. This
20563 does not make sense, so change this behaviour.
20564
20565 Fixes: 622c81d57b392cc ("ipv6: generation of stable privacy addresses for link-local and autoconf")
20566 Reported-by: Bjørn Mork <bjorn@mork.no>
20567 Cc: Bjørn Mork <bjorn@mork.no>
20568 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
20569 Signed-off-by: David S. Miller <davem@davemloft.net>
20570
20571 net/ipv6/addrconf.c | 6 ++++++
20572 1 files changed, 6 insertions(+), 0 deletions(-)
20573
20574commit c2815a1fee03f222273e77c14e43f960da06f35a
20575Author: Brad Spengler <spender@grsecurity.net>
20576Date: Wed Dec 16 13:03:38 2015 -0500
20577
20578 Work around upstream limitation on the number of thread info flags causing a compilation error
20579 Reported by fabled at http://forums.grsecurity.net/viewtopic.php?f=3&t=4339
20580
20581 arch/arm/kernel/entry-common.S | 8 ++++++--
20582 1 files changed, 6 insertions(+), 2 deletions(-)
20583
20584commit 8c9ae168e09ae49324d709d76d73d9fc4ca477e1
20585Author: Brad Spengler <spender@grsecurity.net>
20586Date: Tue Dec 15 19:03:41 2015 -0500
20587
20588 Initial import of grsecurity 3.1 for Linux 4.3.3
20589
20590 Documentation/dontdiff | 2 +
20591 Documentation/kernel-parameters.txt | 7 +
20592 Documentation/sysctl/kernel.txt | 15 +
20593 Makefile | 18 +-
20594 arch/alpha/include/asm/cache.h | 4 +-
20595 arch/alpha/kernel/osf_sys.c | 12 +-
20596 arch/arc/Kconfig | 1 +
20597 arch/arm/Kconfig | 1 +
20598 arch/arm/Kconfig.debug | 1 +
20599 arch/arm/include/asm/thread_info.h | 7 +-
20600 arch/arm/kernel/process.c | 4 +-
20601 arch/arm/kernel/ptrace.c | 9 +
20602 arch/arm/kernel/traps.c | 7 +-
20603 arch/arm/mm/Kconfig | 2 +-
20604 arch/arm/mm/fault.c | 40 +-
20605 arch/arm/mm/mmap.c | 8 +-
20606 arch/arm/net/bpf_jit_32.c | 51 +-
20607 arch/arm64/Kconfig.debug | 1 +
20608 arch/avr32/include/asm/cache.h | 4 +-
20609 arch/blackfin/Kconfig.debug | 1 +
20610 arch/blackfin/include/asm/cache.h | 3 +-
20611 arch/cris/include/arch-v10/arch/cache.h | 3 +-
20612 arch/cris/include/arch-v32/arch/cache.h | 3 +-
20613 arch/frv/include/asm/cache.h | 3 +-
20614 arch/frv/mm/elf-fdpic.c | 4 +-
20615 arch/hexagon/include/asm/cache.h | 6 +-
20616 arch/ia64/Kconfig | 1 +
20617 arch/ia64/include/asm/cache.h | 3 +-
20618 arch/ia64/kernel/sys_ia64.c | 2 +
20619 arch/ia64/mm/hugetlbpage.c | 2 +
20620 arch/m32r/include/asm/cache.h | 4 +-
20621 arch/m68k/include/asm/cache.h | 4 +-
20622 arch/metag/mm/hugetlbpage.c | 1 +
20623 arch/microblaze/include/asm/cache.h | 3 +-
20624 arch/mips/Kconfig | 1 +
20625 arch/mips/include/asm/cache.h | 3 +-
20626 arch/mips/include/asm/thread_info.h | 11 +-
20627 arch/mips/kernel/irq.c | 3 +
20628 arch/mips/kernel/ptrace.c | 9 +
20629 arch/mips/mm/mmap.c | 4 +-
20630 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
20631 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
20632 arch/openrisc/include/asm/cache.h | 4 +-
20633 arch/parisc/include/asm/cache.h | 5 +-
20634 arch/parisc/kernel/sys_parisc.c | 4 +
20635 arch/powerpc/Kconfig | 1 +
20636 arch/powerpc/include/asm/cache.h | 4 +-
20637 arch/powerpc/include/asm/thread_info.h | 5 +-
20638 arch/powerpc/kernel/Makefile | 2 +
20639 arch/powerpc/kernel/irq.c | 3 +
20640 arch/powerpc/kernel/process.c | 10 +-
20641 arch/powerpc/kernel/ptrace.c | 14 +
20642 arch/powerpc/kernel/traps.c | 5 +
20643 arch/powerpc/mm/slice.c | 2 +-
20644 arch/s390/Kconfig.debug | 1 +
20645 arch/s390/include/asm/cache.h | 4 +-
20646 arch/score/include/asm/cache.h | 4 +-
20647 arch/sh/include/asm/cache.h | 3 +-
20648 arch/sh/mm/mmap.c | 6 +-
20649 arch/sparc/include/asm/cache.h | 4 +-
20650 arch/sparc/include/asm/pgalloc_64.h | 1 +
20651 arch/sparc/include/asm/thread_info_64.h | 8 +-
20652 arch/sparc/kernel/process_32.c | 6 +-
20653 arch/sparc/kernel/process_64.c | 8 +-
20654 arch/sparc/kernel/ptrace_64.c | 14 +
20655 arch/sparc/kernel/sys_sparc_64.c | 8 +-
20656 arch/sparc/kernel/syscalls.S | 8 +-
20657 arch/sparc/kernel/traps_32.c | 8 +-
20658 arch/sparc/kernel/traps_64.c | 28 +-
20659 arch/sparc/kernel/unaligned_64.c | 2 +-
20660 arch/sparc/mm/fault_64.c | 2 +-
20661 arch/sparc/mm/hugetlbpage.c | 15 +-
20662 arch/tile/Kconfig | 1 +
20663 arch/tile/include/asm/cache.h | 3 +-
20664 arch/tile/mm/hugetlbpage.c | 2 +
20665 arch/um/include/asm/cache.h | 3 +-
20666 arch/unicore32/include/asm/cache.h | 6 +-
20667 arch/x86/Kconfig | 21 +
20668 arch/x86/Kconfig.debug | 2 +
20669 arch/x86/entry/common.c | 14 +
20670 arch/x86/entry/entry_32.S | 2 +-
20671 arch/x86/entry/entry_64.S | 2 +-
20672 arch/x86/ia32/ia32_aout.c | 2 +
20673 arch/x86/include/asm/floppy.h | 20 +-
20674 arch/x86/include/asm/fpu/types.h | 69 +-
20675 arch/x86/include/asm/io.h | 2 +-
20676 arch/x86/include/asm/page.h | 12 +-
20677 arch/x86/include/asm/paravirt_types.h | 23 +-
20678 arch/x86/include/asm/processor.h | 12 +-
20679 arch/x86/include/asm/thread_info.h | 6 +-
20680 arch/x86/include/asm/uaccess.h | 2 +-
20681 arch/x86/kernel/dumpstack.c | 10 +-
20682 arch/x86/kernel/dumpstack_32.c | 2 +-
20683 arch/x86/kernel/dumpstack_64.c | 2 +-
20684 arch/x86/kernel/ioport.c | 13 +
20685 arch/x86/kernel/irq_32.c | 3 +
20686 arch/x86/kernel/irq_64.c | 4 +
20687 arch/x86/kernel/ldt.c | 18 +
20688 arch/x86/kernel/msr.c | 10 +
20689 arch/x86/kernel/ptrace.c | 14 +
20690 arch/x86/kernel/signal.c | 9 +-
20691 arch/x86/kernel/sys_i386_32.c | 9 +-
20692 arch/x86/kernel/sys_x86_64.c | 8 +-
20693 arch/x86/kernel/traps.c | 5 +
20694 arch/x86/kernel/verify_cpu.S | 1 +
20695 arch/x86/kernel/vm86_32.c | 15 +
20696 arch/x86/kvm/svm.c | 14 +-
20697 arch/x86/mm/fault.c | 12 +-
20698 arch/x86/mm/hugetlbpage.c | 15 +-
20699 arch/x86/mm/init.c | 66 +-
20700 arch/x86/mm/init_32.c | 6 +-
20701 arch/x86/net/bpf_jit_comp.c | 4 +
20702 arch/x86/platform/efi/efi_64.c | 2 +-
20703 arch/x86/xen/Kconfig | 1 +
20704 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
20705 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
20706 crypto/ablkcipher.c | 2 +-
20707 crypto/blkcipher.c | 2 +-
20708 crypto/scatterwalk.c | 10 +-
20709 drivers/acpi/acpica/hwxfsleep.c | 11 +-
20710 drivers/acpi/custom_method.c | 4 +
20711 drivers/block/cciss.h | 30 +-
20712 drivers/block/smart1,2.h | 40 +-
20713 drivers/cdrom/cdrom.c | 2 +-
20714 drivers/char/Kconfig | 4 +-
20715 drivers/char/genrtc.c | 1 +
20716 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
20717 drivers/char/mem.c | 17 +
20718 drivers/char/random.c | 5 +-
20719 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
20720 drivers/crypto/nx/nx-aes-ccm.c | 2 +-
20721 drivers/crypto/nx/nx-aes-gcm.c | 2 +-
20722 drivers/crypto/talitos.c | 2 +-
20723 drivers/firewire/ohci.c | 4 +
20724 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
20725 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
20726 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
20727 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
20728 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
20729 drivers/hid/hid-wiimote-debug.c | 2 +-
20730 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
20731 drivers/iommu/Kconfig | 1 +
20732 drivers/iommu/amd_iommu.c | 14 +-
20733 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
20734 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
20735 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
20736 drivers/isdn/hisax/config.c | 2 +-
20737 drivers/isdn/hisax/hfc_pci.c | 2 +-
20738 drivers/isdn/hisax/hfc_sx.c | 2 +-
20739 drivers/isdn/hisax/q931.c | 6 +-
20740 drivers/isdn/i4l/isdn_concap.c | 6 +-
20741 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
20742 drivers/md/bcache/Kconfig | 1 +
20743 drivers/md/raid5.c | 8 +
20744 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
20745 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
20746 drivers/media/platform/vivid/vivid-osd.c | 1 +
20747 drivers/media/radio/radio-cadet.c | 5 +-
20748 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
20749 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
20750 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
20751 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
20752 drivers/message/fusion/mptbase.c | 9 +
20753 drivers/misc/sgi-xp/xp_main.c | 12 +-
20754 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
20755 drivers/net/ppp/pppoe.c | 14 +-
20756 drivers/net/ppp/pptp.c | 6 +
20757 drivers/net/slip/slhc.c | 3 +
20758 drivers/net/wan/lmc/lmc_media.c | 97 +-
20759 drivers/net/wan/x25_asy.c | 6 +-
20760 drivers/net/wan/z85230.c | 24 +-
20761 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
20762 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
20763 drivers/pci/pci-sysfs.c | 2 +-
20764 drivers/pci/proc.c | 9 +
20765 drivers/platform/x86/asus-wmi.c | 12 +
20766 drivers/rtc/rtc-dev.c | 3 +
20767 drivers/scsi/bfa/bfa_fcs.c | 19 +-
20768 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
20769 drivers/scsi/bfa/bfa_modules.h | 12 +-
20770 drivers/scsi/hpsa.h | 40 +-
20771 drivers/staging/dgnc/dgnc_mgmt.c | 1 +
20772 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
20773 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
20774 drivers/target/target_core_sbc.c | 17 +-
20775 drivers/target/target_core_transport.c | 14 +-
20776 drivers/tty/serial/uartlite.c | 4 +-
20777 drivers/tty/sysrq.c | 2 +-
20778 drivers/tty/vt/keyboard.c | 22 +-
20779 drivers/uio/uio.c | 6 +-
20780 drivers/usb/core/hub.c | 5 +
20781 drivers/usb/gadget/function/f_uac1.c | 1 +
20782 drivers/usb/gadget/function/u_uac1.c | 1 +
20783 drivers/usb/host/hwa-hc.c | 9 +-
20784 drivers/usb/usbip/vhci_sysfs.c | 2 +-
20785 drivers/video/fbdev/arcfb.c | 2 +-
20786 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
20787 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
20788 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
20789 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++-----
20790 drivers/xen/xenfs/xenstored.c | 5 +
20791 firmware/Makefile | 2 +
20792 firmware/WHENCE | 20 +-
20793 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
20794 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
20795 fs/9p/vfs_inode.c | 4 +-
20796 fs/attr.c | 1 +
20797 fs/autofs4/waitq.c | 9 +
20798 fs/binfmt_aout.c | 7 +
20799 fs/binfmt_elf.c | 50 +-
20800 fs/compat.c | 20 +-
20801 fs/coredump.c | 17 +-
20802 fs/dcache.c | 3 +
20803 fs/debugfs/inode.c | 11 +-
20804 fs/exec.c | 219 +-
20805 fs/ext2/balloc.c | 4 +-
20806 fs/ext2/super.c | 8 +-
20807 fs/ext4/balloc.c | 4 +-
20808 fs/fcntl.c | 4 +
20809 fs/fhandle.c | 3 +-
20810 fs/file.c | 4 +
20811 fs/filesystems.c | 4 +
20812 fs/fs_struct.c | 20 +-
20813 fs/hugetlbfs/inode.c | 5 +-
20814 fs/inode.c | 8 +-
20815 fs/kernfs/dir.c | 6 +
20816 fs/mount.h | 4 +-
20817 fs/namei.c | 286 +-
20818 fs/namespace.c | 24 +
20819 fs/nfsd/nfscache.c | 2 +-
20820 fs/open.c | 38 +
20821 fs/overlayfs/inode.c | 11 +-
20822 fs/overlayfs/super.c | 6 +-
20823 fs/pipe.c | 2 +-
20824 fs/posix_acl.c | 15 +-
20825 fs/proc/Kconfig | 10 +-
20826 fs/proc/array.c | 69 +-
20827 fs/proc/base.c | 186 +-
20828 fs/proc/cmdline.c | 4 +
20829 fs/proc/devices.c | 4 +
20830 fs/proc/fd.c | 17 +-
20831 fs/proc/generic.c | 64 +
20832 fs/proc/inode.c | 17 +
20833 fs/proc/internal.h | 11 +-
20834 fs/proc/interrupts.c | 4 +
20835 fs/proc/kcore.c | 3 +
20836 fs/proc/meminfo.c | 7 +-
20837 fs/proc/namespaces.c | 4 +-
20838 fs/proc/proc_net.c | 31 +
20839 fs/proc/proc_sysctl.c | 52 +-
20840 fs/proc/root.c | 8 +
20841 fs/proc/stat.c | 69 +-
20842 fs/proc/task_mmu.c | 66 +-
20843 fs/readdir.c | 19 +
20844 fs/reiserfs/item_ops.c | 24 +-
20845 fs/reiserfs/super.c | 4 +
20846 fs/select.c | 2 +
20847 fs/seq_file.c | 30 +-
20848 fs/splice.c | 8 +
20849 fs/stat.c | 20 +-
20850 fs/sysfs/dir.c | 30 +-
20851 fs/sysv/inode.c | 11 +-
20852 fs/utimes.c | 7 +
20853 fs/xattr.c | 26 +-
20854 grsecurity/Kconfig | 1182 ++++
20855 grsecurity/Makefile | 54 +
20856 grsecurity/gracl.c | 2757 +++++++++
20857 grsecurity/gracl_alloc.c | 105 +
20858 grsecurity/gracl_cap.c | 127 +
20859 grsecurity/gracl_compat.c | 269 +
20860 grsecurity/gracl_fs.c | 448 ++
20861 grsecurity/gracl_ip.c | 386 ++
20862 grsecurity/gracl_learn.c | 207 +
20863 grsecurity/gracl_policy.c | 1786 ++++++
20864 grsecurity/gracl_res.c | 68 +
20865 grsecurity/gracl_segv.c | 304 +
20866 grsecurity/gracl_shm.c | 40 +
20867 grsecurity/grsec_chdir.c | 19 +
20868 grsecurity/grsec_chroot.c | 467 ++
20869 grsecurity/grsec_disabled.c | 445 ++
20870 grsecurity/grsec_exec.c | 189 +
20871 grsecurity/grsec_fifo.c | 26 +
20872 grsecurity/grsec_fork.c | 23 +
20873 grsecurity/grsec_init.c | 290 +
20874 grsecurity/grsec_ipc.c | 48 +
20875 grsecurity/grsec_link.c | 65 +
20876 grsecurity/grsec_log.c | 340 +
20877 grsecurity/grsec_mem.c | 48 +
20878 grsecurity/grsec_mount.c | 65 +
20879 grsecurity/grsec_pax.c | 47 +
20880 grsecurity/grsec_proc.c | 20 +
20881 grsecurity/grsec_ptrace.c | 30 +
20882 grsecurity/grsec_sig.c | 236 +
20883 grsecurity/grsec_sock.c | 244 +
20884 grsecurity/grsec_sysctl.c | 488 ++
20885 grsecurity/grsec_time.c | 16 +
20886 grsecurity/grsec_tpe.c | 78 +
20887 grsecurity/grsec_usb.c | 15 +
20888 grsecurity/grsum.c | 64 +
20889 include/linux/binfmts.h | 5 +-
20890 include/linux/bitops.h | 2 +-
20891 include/linux/capability.h | 13 +
20892 include/linux/compiler-gcc.h | 5 +
20893 include/linux/compiler.h | 8 +
20894 include/linux/cred.h | 8 +-
20895 include/linux/dcache.h | 5 +-
20896 include/linux/fs.h | 24 +-
20897 include/linux/fs_struct.h | 2 +-
20898 include/linux/fsnotify.h | 6 +
20899 include/linux/gracl.h | 342 +
20900 include/linux/gracl_compat.h | 156 +
20901 include/linux/gralloc.h | 9 +
20902 include/linux/grdefs.h | 140 +
20903 include/linux/grinternal.h | 230 +
20904 include/linux/grmsg.h | 118 +
20905 include/linux/grsecurity.h | 255 +
20906 include/linux/grsock.h | 19 +
20907 include/linux/ipc.h | 2 +-
20908 include/linux/ipc_namespace.h | 2 +-
20909 include/linux/kallsyms.h | 18 +-
20910 include/linux/kmod.h | 5 +
20911 include/linux/kobject.h | 2 +-
20912 include/linux/lsm_hooks.h | 4 +-
20913 include/linux/mm.h | 12 +
20914 include/linux/mm_types.h | 4 +-
20915 include/linux/module.h | 5 +-
20916 include/linux/mount.h | 2 +-
20917 include/linux/msg.h | 2 +-
20918 include/linux/netfilter/xt_gradm.h | 9 +
20919 include/linux/path.h | 4 +-
20920 include/linux/perf_event.h | 13 +-
20921 include/linux/pid_namespace.h | 2 +-
20922 include/linux/printk.h | 2 +-
20923 include/linux/proc_fs.h | 22 +-
20924 include/linux/proc_ns.h | 2 +-
20925 include/linux/ptrace.h | 24 +-
20926 include/linux/random.h | 2 +-
20927 include/linux/rbtree_augmented.h | 4 +-
20928 include/linux/scatterlist.h | 12 +-
20929 include/linux/sched.h | 114 +-
20930 include/linux/security.h | 1 +
20931 include/linux/sem.h | 2 +-
20932 include/linux/seq_file.h | 5 +
20933 include/linux/shm.h | 6 +-
20934 include/linux/skbuff.h | 3 +
20935 include/linux/slab.h | 9 -
20936 include/linux/sysctl.h | 8 +-
20937 include/linux/thread_info.h | 6 +-
20938 include/linux/tty.h | 2 +-
20939 include/linux/tty_driver.h | 4 +-
20940 include/linux/uidgid.h | 5 +
20941 include/linux/user_namespace.h | 2 +-
20942 include/linux/utsname.h | 2 +-
20943 include/linux/vermagic.h | 16 +-
20944 include/linux/vmalloc.h | 20 +-
20945 include/net/af_unix.h | 2 +-
20946 include/net/dst.h | 33 +
20947 include/net/ip.h | 2 +-
20948 include/net/neighbour.h | 2 +-
20949 include/net/net_namespace.h | 2 +-
20950 include/net/sock.h | 4 +-
20951 include/target/target_core_base.h | 2 +-
20952 include/trace/events/fs.h | 53 +
20953 include/uapi/linux/personality.h | 1 +
20954 init/Kconfig | 4 +-
20955 init/main.c | 35 +-
20956 ipc/mqueue.c | 1 +
20957 ipc/msg.c | 3 +-
20958 ipc/sem.c | 3 +-
20959 ipc/shm.c | 26 +-
20960 ipc/util.c | 6 +
20961 kernel/auditsc.c | 2 +-
20962 kernel/bpf/syscall.c | 8 +-
20963 kernel/capability.c | 41 +-
20964 kernel/cgroup.c | 5 +-
20965 kernel/compat.c | 1 +
20966 kernel/configs.c | 11 +
20967 kernel/cred.c | 112 +-
20968 kernel/events/core.c | 16 +-
20969 kernel/exit.c | 10 +-
20970 kernel/fork.c | 86 +-
20971 kernel/futex.c | 6 +-
20972 kernel/futex_compat.c | 2 +-
20973 kernel/kallsyms.c | 9 +
20974 kernel/kcmp.c | 8 +-
20975 kernel/kexec_core.c | 2 +-
20976 kernel/kmod.c | 95 +-
20977 kernel/kprobes.c | 7 +-
20978 kernel/ksysfs.c | 2 +
20979 kernel/locking/lockdep_proc.c | 10 +-
20980 kernel/module.c | 108 +-
20981 kernel/panic.c | 4 +-
20982 kernel/pid.c | 23 +-
20983 kernel/power/Kconfig | 2 +
20984 kernel/printk/printk.c | 20 +-
20985 kernel/ptrace.c | 56 +-
20986 kernel/resource.c | 10 +
20987 kernel/sched/core.c | 11 +-
20988 kernel/signal.c | 37 +-
20989 kernel/sys.c | 64 +-
20990 kernel/sysctl.c | 172 +-
20991 kernel/taskstats.c | 6 +
20992 kernel/time/posix-timers.c | 8 +
20993 kernel/time/time.c | 5 +
20994 kernel/time/timekeeping.c | 3 +
20995 kernel/time/timer_list.c | 13 +-
20996 kernel/time/timer_stats.c | 10 +-
20997 kernel/trace/Kconfig | 2 +
20998 kernel/trace/trace_syscalls.c | 8 +
20999 kernel/user_namespace.c | 15 +
21000 lib/Kconfig.debug | 13 +-
21001 lib/Kconfig.kasan | 2 +-
21002 lib/is_single_threaded.c | 3 +
21003 lib/list_debug.c | 65 +-
21004 lib/nlattr.c | 2 +
21005 lib/rbtree.c | 4 +-
21006 lib/vsprintf.c | 39 +-
21007 localversion-grsec | 1 +
21008 mm/Kconfig | 8 +-
21009 mm/Kconfig.debug | 1 +
21010 mm/filemap.c | 1 +
21011 mm/kmemleak.c | 4 +-
21012 mm/memory.c | 2 +-
21013 mm/mempolicy.c | 12 +-
21014 mm/migrate.c | 3 +-
21015 mm/mlock.c | 6 +-
21016 mm/mmap.c | 93 +-
21017 mm/mprotect.c | 8 +
21018 mm/oom_kill.c | 28 +-
21019 mm/page_alloc.c | 2 +-
21020 mm/process_vm_access.c | 8 +-
21021 mm/shmem.c | 36 +-
21022 mm/slab.c | 14 +-
21023 mm/slab_common.c | 2 +-
21024 mm/slob.c | 12 +
21025 mm/slub.c | 33 +-
21026 mm/util.c | 3 +
21027 mm/vmalloc.c | 129 +-
21028 mm/vmstat.c | 29 +-
21029 net/appletalk/atalk_proc.c | 2 +-
21030 net/atm/lec.c | 6 +-
21031 net/atm/mpoa_caches.c | 42 +-
21032 net/bluetooth/sco.c | 3 +
21033 net/can/bcm.c | 2 +-
21034 net/can/proc.c | 2 +-
21035 net/core/dev_ioctl.c | 7 +-
21036 net/core/filter.c | 8 +-
21037 net/core/net-procfs.c | 17 +-
21038 net/core/pktgen.c | 2 +-
21039 net/core/sock.c | 3 +-
21040 net/core/sysctl_net_core.c | 2 +-
21041 net/decnet/dn_dev.c | 2 +-
21042 net/ipv4/devinet.c | 6 +-
21043 net/ipv4/inet_hashtables.c | 4 +
21044 net/ipv4/ip_input.c | 7 +
21045 net/ipv4/ip_sockglue.c | 3 +-
21046 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
21047 net/ipv4/netfilter/nf_nat_pptp.c | 2 +-
21048 net/ipv4/route.c | 6 +-
21049 net/ipv4/tcp_input.c | 4 +-
21050 net/ipv4/tcp_ipv4.c | 29 +-
21051 net/ipv4/tcp_minisocks.c | 9 +-
21052 net/ipv4/tcp_timer.c | 11 +
21053 net/ipv4/udp.c | 24 +
21054 net/ipv6/addrconf.c | 13 +-
21055 net/ipv6/proc.c | 2 +-
21056 net/ipv6/tcp_ipv6.c | 26 +-
21057 net/ipv6/udp.c | 7 +
21058 net/ipx/ipx_proc.c | 2 +-
21059 net/irda/irproc.c | 2 +-
21060 net/llc/llc_proc.c | 2 +-
21061 net/netfilter/Kconfig | 10 +
21062 net/netfilter/Makefile | 1 +
21063 net/netfilter/nf_conntrack_core.c | 8 +
21064 net/netfilter/xt_gradm.c | 51 +
21065 net/netfilter/xt_hashlimit.c | 4 +-
21066 net/netfilter/xt_recent.c | 2 +-
21067 net/sched/sch_api.c | 2 +-
21068 net/sctp/socket.c | 4 +-
21069 net/socket.c | 75 +-
21070 net/sunrpc/Kconfig | 1 +
21071 net/sunrpc/cache.c | 2 +-
21072 net/sunrpc/stats.c | 2 +-
21073 net/sysctl_net.c | 2 +-
21074 net/unix/af_unix.c | 52 +-
21075 net/vmw_vsock/vmci_transport_notify.c | 30 +-
21076 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
21077 net/x25/sysctl_net_x25.c | 2 +-
21078 net/x25/x25_proc.c | 2 +-
21079 scripts/package/Makefile | 2 +-
21080 scripts/package/mkspec | 41 +-
21081 security/Kconfig | 369 +-
21082 security/apparmor/file.c | 4 +-
21083 security/apparmor/lsm.c | 8 +-
21084 security/commoncap.c | 36 +-
21085 security/min_addr.c | 2 +
21086 security/smack/smack_lsm.c | 8 +-
21087 security/tomoyo/file.c | 12 +-
21088 security/tomoyo/mount.c | 4 +
21089 security/tomoyo/tomoyo.c | 20 +-
21090 security/yama/Kconfig | 2 +-
21091 security/yama/yama_lsm.c | 4 +-
21092 sound/synth/emux/emux_seq.c | 14 +-
21093 sound/usb/line6/driver.c | 40 +-
21094 sound/usb/line6/toneport.c | 12 +-
21095 tools/gcc/.gitignore | 1 +
21096 tools/gcc/Makefile | 12 +
21097 tools/gcc/gen-random-seed.sh | 8 +
21098 tools/gcc/randomize_layout_plugin.c | 930 +++
21099 tools/gcc/size_overflow_plugin/.gitignore | 1 +
21100 .../size_overflow_plugin/size_overflow_hash.data | 459 ++-
21101 511 files changed, 32631 insertions(+), 3196 deletions(-)
21102
21103commit a76adb92ce39aee8eec5a025c828030ad6135c6d
21104Author: Brad Spengler <spender@grsecurity.net>
21105Date: Tue Dec 15 14:31:49 2015 -0500
21106
21107 Update to pax-linux-4.3.3-test11.patch:
21108 - fixed a few compile regressions with the recent plugin changes, reported by spender
21109 - updated the size overflow hash table
21110
21111 tools/gcc/latent_entropy_plugin.c | 2 +-
21112 .../size_overflow_plugin/size_overflow_hash.data | 66 +++++++++++++++++---
21113 tools/gcc/stackleak_plugin.c | 2 +-
21114 tools/gcc/structleak_plugin.c | 6 +--
21115 4 files changed, 60 insertions(+), 16 deletions(-)
21116
21117commit f7284b1fc06628fcb2d35d2beecdea5454d46af9
21118Author: Brad Spengler <spender@grsecurity.net>
21119Date: Tue Dec 15 11:50:24 2015 -0500
21120
21121 Apply structleak ICE fix for gcc < 4.9
21122
21123 tools/gcc/structleak_plugin.c | 4 ++++
21124 1 files changed, 4 insertions(+), 0 deletions(-)
21125
21126commit 92fe3eb9fd10ec7f7334decab1526989669b0287
21127Author: Brad Spengler <spender@grsecurity.net>
21128Date: Tue Dec 15 07:57:06 2015 -0500
21129
21130 Update to pax-linux-4.3.1-test10.patch:
21131 - Emese fixed INDIRECT_REF and TARGET_MEM_REF handling in the initify plugin
21132 - Emese regenerated the size overflow hash tables for 4.3
21133 - fixed some compat syscall exit paths to restore r12 under KERNEXEC/or
21134 - the latent entropy, stackleak and structleak plugins no longer split the entry block unnecessarily
21135
21136 arch/x86/entry/entry_64.S | 2 +-
21137 arch/x86/entry/entry_64_compat.S | 15 +-
21138 scripts/package/builddeb | 2 +-
21139 tools/gcc/initify_plugin.c | 11 +-
21140 tools/gcc/latent_entropy_plugin.c | 20 +-
21141 .../disable_size_overflow_hash.data | 4 +
21142 .../size_overflow_plugin/size_overflow_hash.data | 5345 +++++++++++---------
21143 tools/gcc/stackleak_plugin.c | 26 +-
21144 tools/gcc/structleak_plugin.c | 21 +-
21145 9 files changed, 3079 insertions(+), 2367 deletions(-)
21146
21147commit 5bd245cb687319079c2f1c0d6a1170791ed1ed2c
21148Merge: b5847e6 3548341
21149Author: Brad Spengler <spender@grsecurity.net>
21150Date: Tue Dec 15 07:47:56 2015 -0500
21151
21152 Merge branch 'linux-4.3.y' into pax-4_3
21153
21154 Conflicts:
21155 net/unix/af_unix.c
21156
21157commit b5847e6a896c5d99191135ca4d7c3b6be8f116ff
21158Author: Brad Spengler <spender@grsecurity.net>
21159Date: Wed Dec 9 23:11:36 2015 -0500
21160
21161 Update to pax-linux-4.3.1-test9.patch:
21162 - 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)
21163 - Emese fixed an intentional overflow caused by gcc, reported by saironiq (https://forums.grsecurity.net/viewtopic.php?f=3&t=4333)
21164 - Emese fixed a false positive overflow report in the forcedeth driver, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?t=4334)
21165 - Emese fixed a false positive overflow report in KVM's emulator, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4336)
21166 - Emese fixed the initify plugin to detect some captured use of __func__, reported by Rasmus Villemoes <linux@rasmusvillemoes.dk>
21167 - constrained shmmax and shmall to avoid triggering size overflow checks, reported by Mathias Krause <minipli@ld-linux.so>
21168 - 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
21169
21170 Makefile | 6 +
21171 arch/x86/include/asm/compat.h | 4 +
21172 arch/x86/include/asm/dma.h | 2 +
21173 arch/x86/include/asm/pmem.h | 2 +-
21174 arch/x86/include/asm/uaccess.h | 20 +-
21175 arch/x86/kernel/apic/vector.c | 6 +-
21176 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
21177 arch/x86/kernel/cpu/perf_event_intel.c | 28 +-
21178 arch/x86/kernel/head_64.S | 1 -
21179 arch/x86/kvm/i8259.c | 10 +-
21180 arch/x86/kvm/ioapic.c | 2 +
21181 arch/x86/kvm/x86.c | 2 +
21182 arch/x86/lib/usercopy_64.c | 2 +-
21183 arch/x86/mm/mpx.c | 4 +-
21184 arch/x86/mm/pageattr.c | 7 +
21185 drivers/base/devres.c | 4 +-
21186 drivers/base/power/runtime.c | 6 +-
21187 drivers/base/regmap/regmap.c | 4 +-
21188 drivers/block/drbd/drbd_receiver.c | 4 +-
21189 drivers/block/drbd/drbd_worker.c | 6 +-
21190 drivers/char/virtio_console.c | 6 +-
21191 drivers/md/dm.c | 12 +-
21192 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
21193 drivers/net/macvtap.c | 4 +-
21194 drivers/video/fbdev/core/fbmem.c | 10 +-
21195 fs/compat.c | 3 +-
21196 fs/coredump.c | 2 +-
21197 fs/dcache.c | 13 +-
21198 fs/fhandle.c | 2 +-
21199 fs/file.c | 14 +-
21200 fs/fs-writeback.c | 11 +-
21201 fs/overlayfs/copy_up.c | 2 +-
21202 fs/readdir.c | 3 +-
21203 fs/super.c | 3 +-
21204 include/linux/compiler.h | 36 ++-
21205 include/linux/rcupdate.h | 8 +
21206 include/linux/sched.h | 4 +-
21207 include/linux/seqlock.h | 10 +
21208 include/linux/spinlock.h | 17 +-
21209 include/linux/srcu.h | 5 +-
21210 include/linux/syscalls.h | 2 +-
21211 include/linux/writeback.h | 3 +-
21212 include/uapi/linux/swab.h | 6 +-
21213 ipc/ipc_sysctl.c | 6 +
21214 kernel/exit.c | 25 +-
21215 kernel/resource.c | 4 +-
21216 kernel/signal.c | 12 +-
21217 kernel/user.c | 2 +-
21218 kernel/workqueue.c | 6 +-
21219 lib/rhashtable.c | 4 +-
21220 net/compat.c | 2 +-
21221 net/ipv4/xfrm4_mode_transport.c | 2 +-
21222 security/keys/internal.h | 8 +-
21223 security/keys/keyring.c | 4 -
21224 sound/core/seq/seq_clientmgr.c | 8 +-
21225 sound/core/seq/seq_compat.c | 2 +-
21226 sound/core/seq/seq_memory.c | 6 +-
21227 tools/gcc/checker_plugin.c | 415 +++++++++++++++++++-
21228 tools/gcc/gcc-common.h | 1 +
21229 tools/gcc/initify_plugin.c | 33 ++-
21230 .../disable_size_overflow_hash.data | 1 +
21231 .../size_overflow_plugin/size_overflow_hash.data | 1 -
21232 62 files changed, 708 insertions(+), 140 deletions(-)
21233
21234commit f2634c2f6995f4231616f24ed016f890c701f939
21235Merge: 1241bff 5f8b236
21236Author: Brad Spengler <spender@grsecurity.net>
21237Date: Wed Dec 9 21:50:47 2015 -0500
21238
21239 Merge branch 'linux-4.3.y' into pax-4_3
21240
21241 Conflicts:
21242 arch/x86/kernel/fpu/xstate.c
21243 arch/x86/kernel/head_64.S
21244
21245commit 1241bff82e3d7dadb05de0a60b8d2822afc6547c
21246Author: Brad Spengler <spender@grsecurity.net>
21247Date: Sun Dec 6 08:44:56 2015 -0500
21248
21249 Update to pax-linux-4.3-test8.patch:
21250 - 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)
21251 - gcc plugin compilation problems will now also produce the output of the checking script to make diagnosis easier, reported by hunger
21252 - 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)
21253 - 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)
21254
21255 Makefile | 5 +++
21256 drivers/md/md.c | 5 ++-
21257 drivers/md/raid1.c | 2 +-
21258 fs/proc/task_mmu.c | 3 ++
21259 .../disable_size_overflow_hash.data | 4 ++-
21260 .../size_overflow_plugin/intentional_overflow.c | 32 ++++++++++++++++---
21261 .../size_overflow_plugin/size_overflow_hash.data | 2 -
21262 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
21263 8 files changed, 43 insertions(+), 12 deletions(-)
21264
21265commit cce6a9f9bdd27096632ca1c0246dcc07f2eb1a18
21266Author: Brad Spengler <spender@grsecurity.net>
21267Date: Fri Dec 4 14:24:12 2015 -0500
21268
21269 Initial import of pax-linux-4.3-test7.patch
21270
21271 Documentation/dontdiff | 47 +-
21272 Documentation/kbuild/makefiles.txt | 39 +-
21273 Documentation/kernel-parameters.txt | 28 +
21274 Makefile | 108 +-
21275 arch/alpha/include/asm/atomic.h | 10 +
21276 arch/alpha/include/asm/elf.h | 7 +
21277 arch/alpha/include/asm/pgalloc.h | 6 +
21278 arch/alpha/include/asm/pgtable.h | 11 +
21279 arch/alpha/kernel/module.c | 2 +-
21280 arch/alpha/kernel/osf_sys.c | 8 +-
21281 arch/alpha/mm/fault.c | 141 +-
21282 arch/arm/Kconfig | 2 +-
21283 arch/arm/include/asm/atomic.h | 320 +-
21284 arch/arm/include/asm/cache.h | 5 +-
21285 arch/arm/include/asm/cacheflush.h | 2 +-
21286 arch/arm/include/asm/checksum.h | 14 +-
21287 arch/arm/include/asm/cmpxchg.h | 4 +
21288 arch/arm/include/asm/cpuidle.h | 2 +-
21289 arch/arm/include/asm/domain.h | 22 +-
21290 arch/arm/include/asm/elf.h | 9 +-
21291 arch/arm/include/asm/fncpy.h | 2 +
21292 arch/arm/include/asm/futex.h | 10 +
21293 arch/arm/include/asm/kmap_types.h | 2 +-
21294 arch/arm/include/asm/mach/dma.h | 2 +-
21295 arch/arm/include/asm/mach/map.h | 16 +-
21296 arch/arm/include/asm/outercache.h | 2 +-
21297 arch/arm/include/asm/page.h | 3 +-
21298 arch/arm/include/asm/pgalloc.h | 20 +
21299 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
21300 arch/arm/include/asm/pgtable-2level.h | 3 +
21301 arch/arm/include/asm/pgtable-3level.h | 3 +
21302 arch/arm/include/asm/pgtable.h | 54 +-
21303 arch/arm/include/asm/smp.h | 2 +-
21304 arch/arm/include/asm/tls.h | 3 +
21305 arch/arm/include/asm/uaccess.h | 79 +-
21306 arch/arm/include/uapi/asm/ptrace.h | 2 +-
21307 arch/arm/kernel/armksyms.c | 2 +-
21308 arch/arm/kernel/cpuidle.c | 2 +-
21309 arch/arm/kernel/entry-armv.S | 109 +-
21310 arch/arm/kernel/entry-common.S | 40 +-
21311 arch/arm/kernel/entry-header.S | 55 +
21312 arch/arm/kernel/fiq.c | 3 +
21313 arch/arm/kernel/module-plts.c | 7 +-
21314 arch/arm/kernel/module.c | 38 +-
21315 arch/arm/kernel/patch.c | 2 +
21316 arch/arm/kernel/process.c | 90 +-
21317 arch/arm/kernel/reboot.c | 1 +
21318 arch/arm/kernel/setup.c | 20 +-
21319 arch/arm/kernel/signal.c | 35 +-
21320 arch/arm/kernel/smp.c | 2 +-
21321 arch/arm/kernel/tcm.c | 4 +-
21322 arch/arm/kernel/vmlinux.lds.S | 6 +-
21323 arch/arm/kvm/arm.c | 8 +-
21324 arch/arm/lib/copy_page.S | 1 +
21325 arch/arm/lib/csumpartialcopyuser.S | 4 +-
21326 arch/arm/lib/delay.c | 2 +-
21327 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
21328 arch/arm/mach-exynos/suspend.c | 6 +-
21329 arch/arm/mach-mvebu/coherency.c | 4 +-
21330 arch/arm/mach-omap2/board-n8x0.c | 2 +-
21331 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
21332 arch/arm/mach-omap2/omap-smp.c | 1 +
21333 arch/arm/mach-omap2/omap-wakeupgen.c | 2 +-
21334 arch/arm/mach-omap2/omap_device.c | 4 +-
21335 arch/arm/mach-omap2/omap_device.h | 4 +-
21336 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
21337 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
21338 arch/arm/mach-omap2/wd_timer.c | 6 +-
21339 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
21340 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
21341 arch/arm/mach-tegra/irq.c | 1 +
21342 arch/arm/mach-ux500/pm.c | 1 +
21343 arch/arm/mach-zynq/platsmp.c | 1 +
21344 arch/arm/mm/Kconfig | 6 +-
21345 arch/arm/mm/alignment.c | 8 +
21346 arch/arm/mm/cache-l2x0.c | 2 +-
21347 arch/arm/mm/context.c | 10 +-
21348 arch/arm/mm/fault.c | 146 +
21349 arch/arm/mm/fault.h | 12 +
21350 arch/arm/mm/init.c | 39 +
21351 arch/arm/mm/ioremap.c | 4 +-
21352 arch/arm/mm/mmap.c | 30 +-
21353 arch/arm/mm/mmu.c | 162 +-
21354 arch/arm/net/bpf_jit_32.c | 3 +
21355 arch/arm/plat-iop/setup.c | 2 +-
21356 arch/arm/plat-omap/sram.c | 2 +
21357 arch/arm64/include/asm/atomic.h | 10 +
21358 arch/arm64/include/asm/percpu.h | 8 +-
21359 arch/arm64/include/asm/pgalloc.h | 5 +
21360 arch/arm64/include/asm/uaccess.h | 1 +
21361 arch/arm64/mm/dma-mapping.c | 2 +-
21362 arch/avr32/include/asm/elf.h | 8 +-
21363 arch/avr32/include/asm/kmap_types.h | 4 +-
21364 arch/avr32/mm/fault.c | 27 +
21365 arch/frv/include/asm/atomic.h | 10 +
21366 arch/frv/include/asm/kmap_types.h | 2 +-
21367 arch/frv/mm/elf-fdpic.c | 3 +-
21368 arch/ia64/Makefile | 1 +
21369 arch/ia64/include/asm/atomic.h | 10 +
21370 arch/ia64/include/asm/elf.h | 7 +
21371 arch/ia64/include/asm/pgalloc.h | 12 +
21372 arch/ia64/include/asm/pgtable.h | 13 +-
21373 arch/ia64/include/asm/spinlock.h | 2 +-
21374 arch/ia64/include/asm/uaccess.h | 27 +-
21375 arch/ia64/kernel/module.c | 45 +-
21376 arch/ia64/kernel/palinfo.c | 2 +-
21377 arch/ia64/kernel/sys_ia64.c | 7 +
21378 arch/ia64/kernel/vmlinux.lds.S | 2 +-
21379 arch/ia64/mm/fault.c | 32 +-
21380 arch/ia64/mm/init.c | 15 +-
21381 arch/m32r/lib/usercopy.c | 6 +
21382 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
21383 arch/mips/include/asm/atomic.h | 368 +-
21384 arch/mips/include/asm/elf.h | 7 +
21385 arch/mips/include/asm/exec.h | 2 +-
21386 arch/mips/include/asm/hw_irq.h | 2 +-
21387 arch/mips/include/asm/local.h | 57 +
21388 arch/mips/include/asm/page.h | 2 +-
21389 arch/mips/include/asm/pgalloc.h | 5 +
21390 arch/mips/include/asm/pgtable.h | 3 +
21391 arch/mips/include/asm/uaccess.h | 1 +
21392 arch/mips/kernel/binfmt_elfn32.c | 7 +
21393 arch/mips/kernel/binfmt_elfo32.c | 7 +
21394 arch/mips/kernel/irq-gt641xx.c | 2 +-
21395 arch/mips/kernel/irq.c | 6 +-
21396 arch/mips/kernel/pm-cps.c | 2 +-
21397 arch/mips/kernel/process.c | 12 -
21398 arch/mips/kernel/sync-r4k.c | 24 +-
21399 arch/mips/kernel/traps.c | 13 +-
21400 arch/mips/mm/fault.c | 25 +
21401 arch/mips/mm/mmap.c | 51 +-
21402 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
21403 arch/mips/sni/rm200.c | 2 +-
21404 arch/mips/vr41xx/common/icu.c | 2 +-
21405 arch/mips/vr41xx/common/irq.c | 4 +-
21406 arch/parisc/include/asm/atomic.h | 10 +
21407 arch/parisc/include/asm/elf.h | 7 +
21408 arch/parisc/include/asm/pgalloc.h | 6 +
21409 arch/parisc/include/asm/pgtable.h | 11 +
21410 arch/parisc/include/asm/uaccess.h | 4 +-
21411 arch/parisc/kernel/module.c | 50 +-
21412 arch/parisc/kernel/sys_parisc.c | 15 +
21413 arch/parisc/kernel/traps.c | 4 +-
21414 arch/parisc/mm/fault.c | 140 +-
21415 arch/powerpc/include/asm/atomic.h | 329 +-
21416 arch/powerpc/include/asm/elf.h | 12 +
21417 arch/powerpc/include/asm/exec.h | 2 +-
21418 arch/powerpc/include/asm/kmap_types.h | 2 +-
21419 arch/powerpc/include/asm/local.h | 46 +
21420 arch/powerpc/include/asm/mman.h | 2 +-
21421 arch/powerpc/include/asm/page.h | 8 +-
21422 arch/powerpc/include/asm/page_64.h | 7 +-
21423 arch/powerpc/include/asm/pgalloc-64.h | 7 +
21424 arch/powerpc/include/asm/pgtable.h | 1 +
21425 arch/powerpc/include/asm/pte-hash32.h | 1 +
21426 arch/powerpc/include/asm/reg.h | 1 +
21427 arch/powerpc/include/asm/smp.h | 2 +-
21428 arch/powerpc/include/asm/spinlock.h | 42 +-
21429 arch/powerpc/include/asm/uaccess.h | 141 +-
21430 arch/powerpc/kernel/Makefile | 5 +
21431 arch/powerpc/kernel/exceptions-64e.S | 4 +-
21432 arch/powerpc/kernel/exceptions-64s.S | 2 +-
21433 arch/powerpc/kernel/module_32.c | 15 +-
21434 arch/powerpc/kernel/process.c | 46 -
21435 arch/powerpc/kernel/signal_32.c | 2 +-
21436 arch/powerpc/kernel/signal_64.c | 2 +-
21437 arch/powerpc/kernel/traps.c | 21 +
21438 arch/powerpc/kernel/vdso.c | 5 +-
21439 arch/powerpc/lib/usercopy_64.c | 18 -
21440 arch/powerpc/mm/fault.c | 56 +-
21441 arch/powerpc/mm/mmap.c | 16 +
21442 arch/powerpc/mm/slice.c | 13 +-
21443 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
21444 arch/s390/include/asm/atomic.h | 10 +
21445 arch/s390/include/asm/elf.h | 7 +
21446 arch/s390/include/asm/exec.h | 2 +-
21447 arch/s390/include/asm/uaccess.h | 13 +-
21448 arch/s390/kernel/module.c | 22 +-
21449 arch/s390/kernel/process.c | 24 -
21450 arch/s390/mm/mmap.c | 16 +
21451 arch/score/include/asm/exec.h | 2 +-
21452 arch/score/kernel/process.c | 5 -
21453 arch/sh/mm/mmap.c | 22 +-
21454 arch/sparc/include/asm/atomic_64.h | 110 +-
21455 arch/sparc/include/asm/cache.h | 2 +-
21456 arch/sparc/include/asm/elf_32.h | 7 +
21457 arch/sparc/include/asm/elf_64.h | 7 +
21458 arch/sparc/include/asm/pgalloc_32.h | 1 +
21459 arch/sparc/include/asm/pgalloc_64.h | 1 +
21460 arch/sparc/include/asm/pgtable.h | 4 +
21461 arch/sparc/include/asm/pgtable_32.h | 15 +-
21462 arch/sparc/include/asm/pgtsrmmu.h | 5 +
21463 arch/sparc/include/asm/setup.h | 4 +-
21464 arch/sparc/include/asm/spinlock_64.h | 35 +-
21465 arch/sparc/include/asm/thread_info_32.h | 1 +
21466 arch/sparc/include/asm/thread_info_64.h | 2 +
21467 arch/sparc/include/asm/uaccess.h | 1 +
21468 arch/sparc/include/asm/uaccess_32.h | 28 +-
21469 arch/sparc/include/asm/uaccess_64.h | 24 +-
21470 arch/sparc/kernel/Makefile | 2 +-
21471 arch/sparc/kernel/prom_common.c | 2 +-
21472 arch/sparc/kernel/smp_64.c | 8 +-
21473 arch/sparc/kernel/sys_sparc_32.c | 2 +-
21474 arch/sparc/kernel/sys_sparc_64.c | 52 +-
21475 arch/sparc/kernel/traps_64.c | 27 +-
21476 arch/sparc/lib/Makefile | 2 +-
21477 arch/sparc/lib/atomic_64.S | 57 +-
21478 arch/sparc/lib/ksyms.c | 6 +-
21479 arch/sparc/mm/Makefile | 2 +-
21480 arch/sparc/mm/fault_32.c | 292 +
21481 arch/sparc/mm/fault_64.c | 486 +
21482 arch/sparc/mm/hugetlbpage.c | 22 +-
21483 arch/sparc/mm/init_64.c | 10 +-
21484 arch/tile/include/asm/atomic_64.h | 10 +
21485 arch/tile/include/asm/uaccess.h | 4 +-
21486 arch/um/Makefile | 4 +
21487 arch/um/include/asm/kmap_types.h | 2 +-
21488 arch/um/include/asm/page.h | 3 +
21489 arch/um/include/asm/pgtable-3level.h | 1 +
21490 arch/um/kernel/process.c | 16 -
21491 arch/x86/Kconfig | 15 +-
21492 arch/x86/Kconfig.cpu | 6 +-
21493 arch/x86/Kconfig.debug | 4 +-
21494 arch/x86/Makefile | 13 +-
21495 arch/x86/boot/Makefile | 3 +
21496 arch/x86/boot/bitops.h | 4 +-
21497 arch/x86/boot/boot.h | 2 +-
21498 arch/x86/boot/compressed/Makefile | 3 +
21499 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
21500 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
21501 arch/x86/boot/compressed/head_32.S | 4 +-
21502 arch/x86/boot/compressed/head_64.S | 12 +-
21503 arch/x86/boot/compressed/misc.c | 11 +-
21504 arch/x86/boot/cpucheck.c | 16 +-
21505 arch/x86/boot/header.S | 6 +-
21506 arch/x86/boot/memory.c | 2 +-
21507 arch/x86/boot/video-vesa.c | 1 +
21508 arch/x86/boot/video.c | 2 +-
21509 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
21510 arch/x86/crypto/aesni-intel_asm.S | 106 +-
21511 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
21512 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
21513 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
21514 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
21515 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
21516 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
21517 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 4 +-
21518 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
21519 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
21520 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
21521 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
21522 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
21523 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
21524 arch/x86/crypto/sha256-avx-asm.S | 2 +
21525 arch/x86/crypto/sha256-avx2-asm.S | 2 +
21526 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
21527 arch/x86/crypto/sha512-avx-asm.S | 2 +
21528 arch/x86/crypto/sha512-avx2-asm.S | 2 +
21529 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
21530 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
21531 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
21532 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
21533 arch/x86/entry/calling.h | 86 +-
21534 arch/x86/entry/common.c | 13 +-
21535 arch/x86/entry/entry_32.S | 351 +-
21536 arch/x86/entry/entry_64.S | 619 +-
21537 arch/x86/entry/entry_64_compat.S | 159 +-
21538 arch/x86/entry/thunk_64.S | 2 +
21539 arch/x86/entry/vdso/Makefile | 2 +-
21540 arch/x86/entry/vdso/vdso2c.h | 8 +-
21541 arch/x86/entry/vdso/vma.c | 41 +-
21542 arch/x86/entry/vsyscall/vsyscall_64.c | 16 +-
21543 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
21544 arch/x86/ia32/ia32_signal.c | 23 +-
21545 arch/x86/ia32/sys_ia32.c | 42 +-
21546 arch/x86/include/asm/alternative-asm.h | 43 +-
21547 arch/x86/include/asm/alternative.h | 4 +-
21548 arch/x86/include/asm/apic.h | 2 +-
21549 arch/x86/include/asm/apm.h | 4 +-
21550 arch/x86/include/asm/atomic.h | 230 +-
21551 arch/x86/include/asm/atomic64_32.h | 100 +
21552 arch/x86/include/asm/atomic64_64.h | 164 +-
21553 arch/x86/include/asm/bitops.h | 18 +-
21554 arch/x86/include/asm/boot.h | 2 +-
21555 arch/x86/include/asm/cache.h | 5 +-
21556 arch/x86/include/asm/checksum_32.h | 12 +-
21557 arch/x86/include/asm/cmpxchg.h | 39 +
21558 arch/x86/include/asm/compat.h | 2 +-
21559 arch/x86/include/asm/cpufeature.h | 17 +-
21560 arch/x86/include/asm/desc.h | 78 +-
21561 arch/x86/include/asm/desc_defs.h | 6 +
21562 arch/x86/include/asm/div64.h | 2 +-
21563 arch/x86/include/asm/elf.h | 33 +-
21564 arch/x86/include/asm/emergency-restart.h | 2 +-
21565 arch/x86/include/asm/fpu/internal.h | 42 +-
21566 arch/x86/include/asm/fpu/types.h | 6 +-
21567 arch/x86/include/asm/futex.h | 14 +-
21568 arch/x86/include/asm/hw_irq.h | 4 +-
21569 arch/x86/include/asm/i8259.h | 2 +-
21570 arch/x86/include/asm/io.h | 22 +-
21571 arch/x86/include/asm/irqflags.h | 5 +
21572 arch/x86/include/asm/kprobes.h | 9 +-
21573 arch/x86/include/asm/local.h | 106 +-
21574 arch/x86/include/asm/mman.h | 15 +
21575 arch/x86/include/asm/mmu.h | 14 +-
21576 arch/x86/include/asm/mmu_context.h | 114 +-
21577 arch/x86/include/asm/module.h | 17 +-
21578 arch/x86/include/asm/nmi.h | 19 +-
21579 arch/x86/include/asm/page.h | 1 +
21580 arch/x86/include/asm/page_32.h | 12 +-
21581 arch/x86/include/asm/page_64.h | 14 +-
21582 arch/x86/include/asm/paravirt.h | 46 +-
21583 arch/x86/include/asm/paravirt_types.h | 15 +-
21584 arch/x86/include/asm/pgalloc.h | 23 +
21585 arch/x86/include/asm/pgtable-2level.h | 2 +
21586 arch/x86/include/asm/pgtable-3level.h | 7 +
21587 arch/x86/include/asm/pgtable.h | 128 +-
21588 arch/x86/include/asm/pgtable_32.h | 14 +-
21589 arch/x86/include/asm/pgtable_32_types.h | 24 +-
21590 arch/x86/include/asm/pgtable_64.h | 23 +-
21591 arch/x86/include/asm/pgtable_64_types.h | 5 +
21592 arch/x86/include/asm/pgtable_types.h | 26 +-
21593 arch/x86/include/asm/preempt.h | 2 +-
21594 arch/x86/include/asm/processor.h | 57 +-
21595 arch/x86/include/asm/ptrace.h | 13 +-
21596 arch/x86/include/asm/realmode.h | 4 +-
21597 arch/x86/include/asm/reboot.h | 10 +-
21598 arch/x86/include/asm/rmwcc.h | 84 +-
21599 arch/x86/include/asm/rwsem.h | 60 +-
21600 arch/x86/include/asm/segment.h | 27 +-
21601 arch/x86/include/asm/smap.h | 43 +
21602 arch/x86/include/asm/smp.h | 14 +-
21603 arch/x86/include/asm/stackprotector.h | 4 +-
21604 arch/x86/include/asm/stacktrace.h | 32 +-
21605 arch/x86/include/asm/switch_to.h | 4 +-
21606 arch/x86/include/asm/sys_ia32.h | 6 +-
21607 arch/x86/include/asm/thread_info.h | 27 +-
21608 arch/x86/include/asm/tlbflush.h | 77 +-
21609 arch/x86/include/asm/uaccess.h | 192 +-
21610 arch/x86/include/asm/uaccess_32.h | 28 +-
21611 arch/x86/include/asm/uaccess_64.h | 169 +-
21612 arch/x86/include/asm/word-at-a-time.h | 2 +-
21613 arch/x86/include/asm/x86_init.h | 10 +-
21614 arch/x86/include/asm/xen/page.h | 2 +-
21615 arch/x86/include/uapi/asm/e820.h | 2 +-
21616 arch/x86/kernel/Makefile | 2 +-
21617 arch/x86/kernel/acpi/boot.c | 4 +-
21618 arch/x86/kernel/acpi/sleep.c | 4 +
21619 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
21620 arch/x86/kernel/alternative.c | 124 +-
21621 arch/x86/kernel/apic/apic.c | 4 +-
21622 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
21623 arch/x86/kernel/apic/apic_noop.c | 2 +-
21624 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
21625 arch/x86/kernel/apic/io_apic.c | 8 +-
21626 arch/x86/kernel/apic/msi.c | 2 +-
21627 arch/x86/kernel/apic/probe_32.c | 4 +-
21628 arch/x86/kernel/apic/vector.c | 4 +-
21629 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
21630 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
21631 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
21632 arch/x86/kernel/apm_32.c | 21 +-
21633 arch/x86/kernel/asm-offsets.c | 20 +
21634 arch/x86/kernel/asm-offsets_64.c | 1 +
21635 arch/x86/kernel/cpu/Makefile | 4 -
21636 arch/x86/kernel/cpu/amd.c | 2 +-
21637 arch/x86/kernel/cpu/bugs_64.c | 2 +
21638 arch/x86/kernel/cpu/common.c | 202 +-
21639 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
21640 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
21641 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
21642 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
21643 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
21644 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
21645 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
21646 arch/x86/kernel/cpu/perf_event.c | 10 +-
21647 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
21648 arch/x86/kernel/cpu/perf_event_intel.c | 6 +-
21649 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
21650 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
21651 arch/x86/kernel/cpu/perf_event_intel_pt.c | 44 +-
21652 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
21653 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
21654 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
21655 arch/x86/kernel/crash_dump_64.c | 2 +-
21656 arch/x86/kernel/doublefault.c | 8 +-
21657 arch/x86/kernel/dumpstack.c | 24 +-
21658 arch/x86/kernel/dumpstack_32.c | 25 +-
21659 arch/x86/kernel/dumpstack_64.c | 62 +-
21660 arch/x86/kernel/e820.c | 4 +-
21661 arch/x86/kernel/early_printk.c | 1 +
21662 arch/x86/kernel/espfix_64.c | 44 +-
21663 arch/x86/kernel/fpu/core.c | 24 +-
21664 arch/x86/kernel/fpu/init.c | 40 +-
21665 arch/x86/kernel/fpu/regset.c | 22 +-
21666 arch/x86/kernel/fpu/signal.c | 20 +-
21667 arch/x86/kernel/fpu/xstate.c | 8 +-
21668 arch/x86/kernel/ftrace.c | 18 +-
21669 arch/x86/kernel/head64.c | 14 +-
21670 arch/x86/kernel/head_32.S | 235 +-
21671 arch/x86/kernel/head_64.S | 173 +-
21672 arch/x86/kernel/i386_ksyms_32.c | 12 +
21673 arch/x86/kernel/i8259.c | 10 +-
21674 arch/x86/kernel/io_delay.c | 2 +-
21675 arch/x86/kernel/ioport.c | 2 +-
21676 arch/x86/kernel/irq.c | 8 +-
21677 arch/x86/kernel/irq_32.c | 45 +-
21678 arch/x86/kernel/jump_label.c | 10 +-
21679 arch/x86/kernel/kgdb.c | 21 +-
21680 arch/x86/kernel/kprobes/core.c | 28 +-
21681 arch/x86/kernel/kprobes/opt.c | 16 +-
21682 arch/x86/kernel/ksysfs.c | 2 +-
21683 arch/x86/kernel/kvmclock.c | 20 +-
21684 arch/x86/kernel/ldt.c | 25 +
21685 arch/x86/kernel/livepatch.c | 12 +-
21686 arch/x86/kernel/machine_kexec_32.c | 6 +-
21687 arch/x86/kernel/mcount_64.S | 19 +-
21688 arch/x86/kernel/module.c | 78 +-
21689 arch/x86/kernel/msr.c | 2 +-
21690 arch/x86/kernel/nmi.c | 34 +-
21691 arch/x86/kernel/nmi_selftest.c | 4 +-
21692 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
21693 arch/x86/kernel/paravirt.c | 45 +-
21694 arch/x86/kernel/paravirt_patch_64.c | 8 +
21695 arch/x86/kernel/pci-calgary_64.c | 2 +-
21696 arch/x86/kernel/pci-iommu_table.c | 2 +-
21697 arch/x86/kernel/pci-swiotlb.c | 2 +-
21698 arch/x86/kernel/process.c | 80 +-
21699 arch/x86/kernel/process_32.c | 29 +-
21700 arch/x86/kernel/process_64.c | 14 +-
21701 arch/x86/kernel/ptrace.c | 20 +-
21702 arch/x86/kernel/pvclock.c | 8 +-
21703 arch/x86/kernel/reboot.c | 44 +-
21704 arch/x86/kernel/reboot_fixups_32.c | 2 +-
21705 arch/x86/kernel/relocate_kernel_64.S | 3 +-
21706 arch/x86/kernel/setup.c | 29 +-
21707 arch/x86/kernel/setup_percpu.c | 29 +-
21708 arch/x86/kernel/signal.c | 17 +-
21709 arch/x86/kernel/smp.c | 2 +-
21710 arch/x86/kernel/smpboot.c | 29 +-
21711 arch/x86/kernel/step.c | 6 +-
21712 arch/x86/kernel/sys_i386_32.c | 184 +
21713 arch/x86/kernel/sys_x86_64.c | 22 +-
21714 arch/x86/kernel/tboot.c | 14 +-
21715 arch/x86/kernel/time.c | 8 +-
21716 arch/x86/kernel/tls.c | 7 +-
21717 arch/x86/kernel/tracepoint.c | 4 +-
21718 arch/x86/kernel/traps.c | 53 +-
21719 arch/x86/kernel/tsc.c | 2 +-
21720 arch/x86/kernel/uprobes.c | 2 +-
21721 arch/x86/kernel/vm86_32.c | 6 +-
21722 arch/x86/kernel/vmlinux.lds.S | 153 +-
21723 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
21724 arch/x86/kernel/x86_init.c | 6 +-
21725 arch/x86/kvm/cpuid.c | 21 +-
21726 arch/x86/kvm/emulate.c | 2 +-
21727 arch/x86/kvm/lapic.c | 2 +-
21728 arch/x86/kvm/paging_tmpl.h | 2 +-
21729 arch/x86/kvm/svm.c | 10 +-
21730 arch/x86/kvm/vmx.c | 62 +-
21731 arch/x86/kvm/x86.c | 42 +-
21732 arch/x86/lguest/boot.c | 3 +-
21733 arch/x86/lib/atomic64_386_32.S | 164 +
21734 arch/x86/lib/atomic64_cx8_32.S | 98 +-
21735 arch/x86/lib/checksum_32.S | 99 +-
21736 arch/x86/lib/clear_page_64.S | 3 +
21737 arch/x86/lib/cmpxchg16b_emu.S | 3 +
21738 arch/x86/lib/copy_page_64.S | 14 +-
21739 arch/x86/lib/copy_user_64.S | 66 +-
21740 arch/x86/lib/csum-copy_64.S | 14 +-
21741 arch/x86/lib/csum-wrappers_64.c | 8 +-
21742 arch/x86/lib/getuser.S | 74 +-
21743 arch/x86/lib/insn.c | 8 +-
21744 arch/x86/lib/iomap_copy_64.S | 2 +
21745 arch/x86/lib/memcpy_64.S | 6 +
21746 arch/x86/lib/memmove_64.S | 3 +-
21747 arch/x86/lib/memset_64.S | 3 +
21748 arch/x86/lib/mmx_32.c | 243 +-
21749 arch/x86/lib/msr-reg.S | 2 +
21750 arch/x86/lib/putuser.S | 87 +-
21751 arch/x86/lib/rwsem.S | 6 +-
21752 arch/x86/lib/usercopy_32.c | 359 +-
21753 arch/x86/lib/usercopy_64.c | 20 +-
21754 arch/x86/math-emu/fpu_aux.c | 2 +-
21755 arch/x86/math-emu/fpu_entry.c | 4 +-
21756 arch/x86/math-emu/fpu_system.h | 2 +-
21757 arch/x86/mm/Makefile | 4 +
21758 arch/x86/mm/extable.c | 26 +-
21759 arch/x86/mm/fault.c | 570 +-
21760 arch/x86/mm/gup.c | 6 +-
21761 arch/x86/mm/highmem_32.c | 6 +
21762 arch/x86/mm/hugetlbpage.c | 24 +-
21763 arch/x86/mm/init.c | 111 +-
21764 arch/x86/mm/init_32.c | 111 +-
21765 arch/x86/mm/init_64.c | 46 +-
21766 arch/x86/mm/iomap_32.c | 4 +
21767 arch/x86/mm/ioremap.c | 52 +-
21768 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
21769 arch/x86/mm/mmap.c | 40 +-
21770 arch/x86/mm/mmio-mod.c | 10 +-
21771 arch/x86/mm/numa.c | 2 +-
21772 arch/x86/mm/pageattr.c | 38 +-
21773 arch/x86/mm/pat.c | 12 +-
21774 arch/x86/mm/pat_rbtree.c | 2 +-
21775 arch/x86/mm/pf_in.c | 10 +-
21776 arch/x86/mm/pgtable.c | 214 +-
21777 arch/x86/mm/pgtable_32.c | 3 +
21778 arch/x86/mm/setup_nx.c | 7 +
21779 arch/x86/mm/tlb.c | 4 +
21780 arch/x86/mm/uderef_64.c | 37 +
21781 arch/x86/net/bpf_jit.S | 11 +
21782 arch/x86/net/bpf_jit_comp.c | 13 +-
21783 arch/x86/oprofile/backtrace.c | 6 +-
21784 arch/x86/oprofile/nmi_int.c | 8 +-
21785 arch/x86/oprofile/op_model_amd.c | 8 +-
21786 arch/x86/oprofile/op_model_ppro.c | 7 +-
21787 arch/x86/oprofile/op_x86_model.h | 2 +-
21788 arch/x86/pci/intel_mid_pci.c | 2 +-
21789 arch/x86/pci/irq.c | 8 +-
21790 arch/x86/pci/pcbios.c | 144 +-
21791 arch/x86/platform/efi/efi_32.c | 24 +
21792 arch/x86/platform/efi/efi_64.c | 26 +-
21793 arch/x86/platform/efi/efi_stub_32.S | 64 +-
21794 arch/x86/platform/efi/efi_stub_64.S | 2 +
21795 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
21796 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
21797 arch/x86/platform/intel-mid/mfld.c | 4 +-
21798 arch/x86/platform/intel-mid/mrfl.c | 2 +-
21799 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
21800 arch/x86/platform/olpc/olpc_dt.c | 2 +-
21801 arch/x86/power/cpu.c | 11 +-
21802 arch/x86/realmode/init.c | 10 +-
21803 arch/x86/realmode/rm/Makefile | 3 +
21804 arch/x86/realmode/rm/header.S | 4 +-
21805 arch/x86/realmode/rm/reboot.S | 4 +
21806 arch/x86/realmode/rm/trampoline_32.S | 12 +-
21807 arch/x86/realmode/rm/trampoline_64.S | 3 +-
21808 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
21809 arch/x86/tools/Makefile | 2 +-
21810 arch/x86/tools/relocs.c | 96 +-
21811 arch/x86/um/mem_32.c | 2 +-
21812 arch/x86/um/tls_32.c | 2 +-
21813 arch/x86/xen/enlighten.c | 50 +-
21814 arch/x86/xen/mmu.c | 19 +-
21815 arch/x86/xen/smp.c | 16 +-
21816 arch/x86/xen/xen-asm_32.S | 2 +-
21817 arch/x86/xen/xen-head.S | 11 +
21818 arch/x86/xen/xen-ops.h | 2 -
21819 block/bio.c | 4 +-
21820 block/blk-iopoll.c | 2 +-
21821 block/blk-map.c | 2 +-
21822 block/blk-softirq.c | 2 +-
21823 block/bsg.c | 12 +-
21824 block/compat_ioctl.c | 4 +-
21825 block/genhd.c | 9 +-
21826 block/partitions/efi.c | 8 +-
21827 block/scsi_ioctl.c | 29 +-
21828 crypto/cryptd.c | 4 +-
21829 crypto/pcrypt.c | 2 +-
21830 crypto/zlib.c | 12 +-
21831 drivers/acpi/acpi_video.c | 2 +-
21832 drivers/acpi/apei/apei-internal.h | 2 +-
21833 drivers/acpi/apei/ghes.c | 4 +-
21834 drivers/acpi/bgrt.c | 6 +-
21835 drivers/acpi/blacklist.c | 4 +-
21836 drivers/acpi/bus.c | 4 +-
21837 drivers/acpi/device_pm.c | 4 +-
21838 drivers/acpi/ec.c | 2 +-
21839 drivers/acpi/pci_slot.c | 2 +-
21840 drivers/acpi/processor_idle.c | 2 +-
21841 drivers/acpi/processor_pdc.c | 2 +-
21842 drivers/acpi/sleep.c | 2 +-
21843 drivers/acpi/sysfs.c | 4 +-
21844 drivers/acpi/thermal.c | 2 +-
21845 drivers/acpi/video_detect.c | 7 +-
21846 drivers/ata/libata-core.c | 12 +-
21847 drivers/ata/libata-scsi.c | 2 +-
21848 drivers/ata/libata.h | 2 +-
21849 drivers/ata/pata_arasan_cf.c | 4 +-
21850 drivers/atm/adummy.c | 2 +-
21851 drivers/atm/ambassador.c | 8 +-
21852 drivers/atm/atmtcp.c | 14 +-
21853 drivers/atm/eni.c | 10 +-
21854 drivers/atm/firestream.c | 8 +-
21855 drivers/atm/fore200e.c | 14 +-
21856 drivers/atm/he.c | 18 +-
21857 drivers/atm/horizon.c | 4 +-
21858 drivers/atm/idt77252.c | 36 +-
21859 drivers/atm/iphase.c | 34 +-
21860 drivers/atm/lanai.c | 12 +-
21861 drivers/atm/nicstar.c | 46 +-
21862 drivers/atm/solos-pci.c | 4 +-
21863 drivers/atm/suni.c | 4 +-
21864 drivers/atm/uPD98402.c | 16 +-
21865 drivers/atm/zatm.c | 6 +-
21866 drivers/base/bus.c | 4 +-
21867 drivers/base/devtmpfs.c | 8 +-
21868 drivers/base/node.c | 2 +-
21869 drivers/base/platform-msi.c | 20 +-
21870 drivers/base/power/domain.c | 11 +-
21871 drivers/base/power/sysfs.c | 2 +-
21872 drivers/base/power/wakeup.c | 8 +-
21873 drivers/base/regmap/regmap-debugfs.c | 11 +-
21874 drivers/base/syscore.c | 4 +-
21875 drivers/block/cciss.c | 28 +-
21876 drivers/block/cciss.h | 2 +-
21877 drivers/block/cpqarray.c | 28 +-
21878 drivers/block/cpqarray.h | 2 +-
21879 drivers/block/drbd/drbd_bitmap.c | 2 +-
21880 drivers/block/drbd/drbd_int.h | 8 +-
21881 drivers/block/drbd/drbd_main.c | 12 +-
21882 drivers/block/drbd/drbd_nl.c | 4 +-
21883 drivers/block/drbd/drbd_receiver.c | 34 +-
21884 drivers/block/drbd/drbd_worker.c | 8 +-
21885 drivers/block/pktcdvd.c | 4 +-
21886 drivers/block/rbd.c | 2 +-
21887 drivers/bluetooth/btwilink.c | 2 +-
21888 drivers/bus/arm-cci.c | 12 +-
21889 drivers/cdrom/cdrom.c | 11 +-
21890 drivers/cdrom/gdrom.c | 1 -
21891 drivers/char/agp/compat_ioctl.c | 2 +-
21892 drivers/char/agp/frontend.c | 4 +-
21893 drivers/char/agp/intel-gtt.c | 4 +-
21894 drivers/char/hpet.c | 2 +-
21895 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
21896 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
21897 drivers/char/mem.c | 47 +-
21898 drivers/char/nvram.c | 2 +-
21899 drivers/char/pcmcia/synclink_cs.c | 16 +-
21900 drivers/char/random.c | 12 +-
21901 drivers/char/sonypi.c | 11 +-
21902 drivers/char/tpm/tpm_acpi.c | 3 +-
21903 drivers/char/tpm/tpm_eventlog.c | 4 +-
21904 drivers/char/virtio_console.c | 4 +-
21905 drivers/clk/clk-composite.c | 2 +-
21906 drivers/clk/samsung/clk.h | 2 +-
21907 drivers/clk/socfpga/clk-gate.c | 9 +-
21908 drivers/clk/socfpga/clk-pll.c | 9 +-
21909 drivers/clk/ti/clk.c | 8 +-
21910 drivers/cpufreq/acpi-cpufreq.c | 17 +-
21911 drivers/cpufreq/cpufreq-dt.c | 4 +-
21912 drivers/cpufreq/cpufreq.c | 30 +-
21913 drivers/cpufreq/cpufreq_governor.c | 2 +-
21914 drivers/cpufreq/cpufreq_governor.h | 4 +-
21915 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
21916 drivers/cpufreq/intel_pstate.c | 33 +-
21917 drivers/cpufreq/p4-clockmod.c | 12 +-
21918 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
21919 drivers/cpufreq/speedstep-centrino.c | 7 +-
21920 drivers/cpuidle/driver.c | 2 +-
21921 drivers/cpuidle/dt_idle_states.c | 2 +-
21922 drivers/cpuidle/governor.c | 2 +-
21923 drivers/cpuidle/sysfs.c | 2 +-
21924 drivers/crypto/hifn_795x.c | 4 +-
21925 drivers/devfreq/devfreq.c | 4 +-
21926 drivers/dma/sh/shdma-base.c | 4 +-
21927 drivers/dma/sh/shdmac.c | 2 +-
21928 drivers/edac/edac_device.c | 4 +-
21929 drivers/edac/edac_mc_sysfs.c | 2 +-
21930 drivers/edac/edac_pci.c | 4 +-
21931 drivers/edac/edac_pci_sysfs.c | 22 +-
21932 drivers/edac/mce_amd.h | 2 +-
21933 drivers/firewire/core-card.c | 6 +-
21934 drivers/firewire/core-device.c | 2 +-
21935 drivers/firewire/core-transaction.c | 1 +
21936 drivers/firewire/core.h | 1 +
21937 drivers/firmware/dmi-id.c | 2 +-
21938 drivers/firmware/dmi_scan.c | 12 +-
21939 drivers/firmware/efi/cper.c | 8 +-
21940 drivers/firmware/efi/efi.c | 12 +-
21941 drivers/firmware/efi/efivars.c | 2 +-
21942 drivers/firmware/efi/runtime-map.c | 2 +-
21943 drivers/firmware/google/gsmi.c | 2 +-
21944 drivers/firmware/google/memconsole.c | 7 +-
21945 drivers/firmware/memmap.c | 2 +-
21946 drivers/firmware/psci.c | 2 +-
21947 drivers/gpio/gpio-davinci.c | 6 +-
21948 drivers/gpio/gpio-em.c | 2 +-
21949 drivers/gpio/gpio-ich.c | 2 +-
21950 drivers/gpio/gpio-omap.c | 4 +-
21951 drivers/gpio/gpio-rcar.c | 2 +-
21952 drivers/gpio/gpio-vr41xx.c | 2 +-
21953 drivers/gpio/gpiolib.c | 12 +-
21954 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
21955 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
21956 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
21957 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
21958 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
21959 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
21960 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
21961 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
21962 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
21963 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
21964 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
21965 drivers/gpu/drm/drm_crtc.c | 2 +-
21966 drivers/gpu/drm/drm_drv.c | 2 +-
21967 drivers/gpu/drm/drm_fops.c | 12 +-
21968 drivers/gpu/drm/drm_global.c | 14 +-
21969 drivers/gpu/drm/drm_info.c | 13 +-
21970 drivers/gpu/drm/drm_ioc32.c | 13 +-
21971 drivers/gpu/drm/drm_ioctl.c | 2 +-
21972 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
21973 drivers/gpu/drm/i810/i810_drv.h | 4 +-
21974 drivers/gpu/drm/i915/i915_dma.c | 2 +-
21975 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
21976 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
21977 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
21978 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
21979 drivers/gpu/drm/i915/intel_display.c | 26 +-
21980 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
21981 drivers/gpu/drm/mga/mga_drv.h | 4 +-
21982 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
21983 drivers/gpu/drm/mga/mga_irq.c | 8 +-
21984 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
21985 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
21986 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
21987 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
21988 drivers/gpu/drm/omapdrm/Makefile | 2 +-
21989 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
21990 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
21991 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
21992 drivers/gpu/drm/qxl/qxl_ioctl.c | 10 +-
21993 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
21994 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
21995 drivers/gpu/drm/r128/r128_cce.c | 2 +-
21996 drivers/gpu/drm/r128/r128_drv.h | 4 +-
21997 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
21998 drivers/gpu/drm/r128/r128_irq.c | 4 +-
21999 drivers/gpu/drm/r128/r128_state.c | 4 +-
22000 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
22001 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
22002 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
22003 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
22004 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
22005 drivers/gpu/drm/radeon/radeon_state.c | 4 +-
22006 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
22007 drivers/gpu/drm/tegra/dc.c | 2 +-
22008 drivers/gpu/drm/tegra/dsi.c | 2 +-
22009 drivers/gpu/drm/tegra/hdmi.c | 2 +-
22010 drivers/gpu/drm/tegra/sor.c | 7 +-
22011 drivers/gpu/drm/tilcdc/Makefile | 6 +-
22012 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
22013 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
22014 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
22015 drivers/gpu/drm/udl/udl_fb.c | 1 -
22016 drivers/gpu/drm/via/via_drv.h | 4 +-
22017 drivers/gpu/drm/via/via_irq.c | 18 +-
22018 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
22019 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
22020 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
22021 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
22022 drivers/gpu/vga/vga_switcheroo.c | 4 +-
22023 drivers/hid/hid-core.c | 4 +-
22024 drivers/hid/hid-sensor-custom.c | 2 +-
22025 drivers/hv/channel.c | 2 +-
22026 drivers/hv/hv.c | 4 +-
22027 drivers/hv/hv_balloon.c | 18 +-
22028 drivers/hv/hyperv_vmbus.h | 2 +-
22029 drivers/hwmon/acpi_power_meter.c | 6 +-
22030 drivers/hwmon/applesmc.c | 2 +-
22031 drivers/hwmon/asus_atk0110.c | 10 +-
22032 drivers/hwmon/coretemp.c | 2 +-
22033 drivers/hwmon/dell-smm-hwmon.c | 2 +-
22034 drivers/hwmon/ibmaem.c | 2 +-
22035 drivers/hwmon/iio_hwmon.c | 2 +-
22036 drivers/hwmon/nct6683.c | 6 +-
22037 drivers/hwmon/nct6775.c | 6 +-
22038 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
22039 drivers/hwmon/sht15.c | 12 +-
22040 drivers/hwmon/via-cputemp.c | 2 +-
22041 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
22042 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
22043 drivers/i2c/i2c-dev.c | 2 +-
22044 drivers/ide/ide-cd.c | 2 +-
22045 drivers/ide/ide-disk.c | 2 +-
22046 drivers/iio/industrialio-core.c | 2 +-
22047 drivers/iio/magnetometer/ak8975.c | 2 +-
22048 drivers/infiniband/core/cm.c | 32 +-
22049 drivers/infiniband/core/fmr_pool.c | 20 +-
22050 drivers/infiniband/core/uverbs_cmd.c | 3 +
22051 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
22052 drivers/infiniband/hw/mlx4/mad.c | 2 +-
22053 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
22054 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
22055 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
22056 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
22057 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
22058 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
22059 drivers/infiniband/hw/nes/nes.c | 4 +-
22060 drivers/infiniband/hw/nes/nes.h | 40 +-
22061 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
22062 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
22063 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
22064 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
22065 drivers/infiniband/hw/qib/qib.h | 1 +
22066 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
22067 drivers/input/gameport/gameport.c | 4 +-
22068 drivers/input/input.c | 4 +-
22069 drivers/input/joystick/sidewinder.c | 1 +
22070 drivers/input/joystick/xpad.c | 4 +-
22071 drivers/input/misc/ims-pcu.c | 4 +-
22072 drivers/input/mouse/psmouse.h | 2 +-
22073 drivers/input/mousedev.c | 2 +-
22074 drivers/input/serio/serio.c | 4 +-
22075 drivers/input/serio/serio_raw.c | 4 +-
22076 drivers/input/touchscreen/htcpen.c | 2 +-
22077 drivers/iommu/arm-smmu-v3.c | 2 +-
22078 drivers/iommu/arm-smmu.c | 43 +-
22079 drivers/iommu/io-pgtable-arm.c | 101 +-
22080 drivers/iommu/io-pgtable.c | 11 +-
22081 drivers/iommu/io-pgtable.h | 19 +-
22082 drivers/iommu/iommu.c | 2 +-
22083 drivers/iommu/ipmmu-vmsa.c | 13 +-
22084 drivers/iommu/irq_remapping.c | 2 +-
22085 drivers/irqchip/irq-gic.c | 2 +-
22086 drivers/irqchip/irq-i8259.c | 2 +-
22087 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
22088 drivers/irqchip/irq-renesas-irqc.c | 2 +-
22089 drivers/isdn/capi/capi.c | 10 +-
22090 drivers/isdn/gigaset/interface.c | 8 +-
22091 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
22092 drivers/isdn/hardware/avm/b1.c | 4 +-
22093 drivers/isdn/i4l/isdn_common.c | 2 +
22094 drivers/isdn/i4l/isdn_tty.c | 22 +-
22095 drivers/isdn/icn/icn.c | 2 +-
22096 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
22097 drivers/lguest/core.c | 10 +-
22098 drivers/lguest/page_tables.c | 2 +-
22099 drivers/lguest/x86/core.c | 12 +-
22100 drivers/lguest/x86/switcher_32.S | 27 +-
22101 drivers/md/bcache/closure.h | 2 +-
22102 drivers/md/bitmap.c | 2 +-
22103 drivers/md/dm-ioctl.c | 2 +-
22104 drivers/md/dm-raid1.c | 18 +-
22105 drivers/md/dm-stats.c | 6 +-
22106 drivers/md/dm-stripe.c | 10 +-
22107 drivers/md/dm-table.c | 2 +-
22108 drivers/md/dm-thin-metadata.c | 4 +-
22109 drivers/md/dm.c | 16 +-
22110 drivers/md/md.c | 26 +-
22111 drivers/md/md.h | 6 +-
22112 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
22113 drivers/md/persistent-data/dm-space-map.h | 1 +
22114 drivers/md/raid1.c | 4 +-
22115 drivers/md/raid10.c | 18 +-
22116 drivers/md/raid5.c | 22 +-
22117 drivers/media/dvb-core/dvbdev.c | 2 +-
22118 drivers/media/dvb-frontends/af9033.h | 2 +-
22119 drivers/media/dvb-frontends/dib3000.h | 2 +-
22120 drivers/media/dvb-frontends/dib7000p.h | 2 +-
22121 drivers/media/dvb-frontends/dib8000.h | 2 +-
22122 drivers/media/pci/cx88/cx88-video.c | 6 +-
22123 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
22124 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
22125 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
22126 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
22127 drivers/media/pci/tw68/tw68-core.c | 2 +-
22128 drivers/media/platform/omap/omap_vout.c | 11 +-
22129 drivers/media/platform/s5p-tv/mixer.h | 2 +-
22130 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
22131 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
22132 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
22133 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
22134 drivers/media/radio/radio-cadet.c | 2 +
22135 drivers/media/radio/radio-maxiradio.c | 2 +-
22136 drivers/media/radio/radio-shark.c | 2 +-
22137 drivers/media/radio/radio-shark2.c | 2 +-
22138 drivers/media/radio/radio-si476x.c | 2 +-
22139 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
22140 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
22141 drivers/media/v4l2-core/v4l2-device.c | 4 +-
22142 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
22143 drivers/memory/omap-gpmc.c | 21 +-
22144 drivers/message/fusion/mptsas.c | 34 +-
22145 drivers/mfd/ab8500-debugfs.c | 2 +-
22146 drivers/mfd/kempld-core.c | 2 +-
22147 drivers/mfd/max8925-i2c.c | 2 +-
22148 drivers/mfd/tps65910.c | 2 +-
22149 drivers/mfd/twl4030-irq.c | 9 +-
22150 drivers/mfd/wm5110-tables.c | 2 +-
22151 drivers/mfd/wm8998-tables.c | 2 +-
22152 drivers/misc/c2port/core.c | 4 +-
22153 drivers/misc/kgdbts.c | 4 +-
22154 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
22155 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
22156 drivers/misc/mic/scif/scif_rb.c | 8 +-
22157 drivers/misc/sgi-gru/gruhandles.c | 4 +-
22158 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
22159 drivers/misc/sgi-gru/grutables.h | 154 +-
22160 drivers/misc/sgi-xp/xp.h | 2 +-
22161 drivers/misc/sgi-xp/xpc.h | 3 +-
22162 drivers/misc/sgi-xp/xpc_main.c | 2 +-
22163 drivers/mmc/card/block.c | 2 +-
22164 drivers/mmc/host/dw_mmc.h | 2 +-
22165 drivers/mmc/host/mmci.c | 4 +-
22166 drivers/mmc/host/omap_hsmmc.c | 4 +-
22167 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
22168 drivers/mmc/host/sdhci-s3c.c | 8 +-
22169 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
22170 drivers/mtd/nand/denali.c | 1 +
22171 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
22172 drivers/mtd/nftlmount.c | 1 +
22173 drivers/mtd/sm_ftl.c | 2 +-
22174 drivers/net/bonding/bond_netlink.c | 2 +-
22175 drivers/net/caif/caif_hsi.c | 2 +-
22176 drivers/net/can/Kconfig | 2 +-
22177 drivers/net/can/dev.c | 2 +-
22178 drivers/net/can/vcan.c | 2 +-
22179 drivers/net/dummy.c | 2 +-
22180 drivers/net/ethernet/8390/ax88796.c | 4 +-
22181 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
22182 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
22183 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
22184 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
22185 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
22186 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
22187 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
22188 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
22189 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
22190 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
22191 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
22192 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
22193 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
22194 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
22195 drivers/net/ethernet/broadcom/tg3.h | 1 +
22196 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
22197 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
22198 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
22199 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
22200 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
22201 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
22202 drivers/net/ethernet/faraday/ftmac100.c | 2 +
22203 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
22204 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
22205 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
22206 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
22207 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
22208 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
22209 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
22210 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
22211 drivers/net/ethernet/realtek/r8169.c | 8 +-
22212 drivers/net/ethernet/sfc/ptp.c | 2 +-
22213 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
22214 drivers/net/ethernet/via/via-rhine.c | 2 +-
22215 drivers/net/geneve.c | 2 +-
22216 drivers/net/hyperv/hyperv_net.h | 2 +-
22217 drivers/net/hyperv/rndis_filter.c | 4 +-
22218 drivers/net/ifb.c | 2 +-
22219 drivers/net/ipvlan/ipvlan_core.c | 2 +-
22220 drivers/net/macvlan.c | 20 +-
22221 drivers/net/macvtap.c | 6 +-
22222 drivers/net/nlmon.c | 2 +-
22223 drivers/net/phy/phy_device.c | 6 +-
22224 drivers/net/ppp/ppp_generic.c | 4 +-
22225 drivers/net/slip/slhc.c | 2 +-
22226 drivers/net/team/team.c | 4 +-
22227 drivers/net/tun.c | 7 +-
22228 drivers/net/usb/hso.c | 23 +-
22229 drivers/net/usb/r8152.c | 2 +-
22230 drivers/net/usb/sierra_net.c | 4 +-
22231 drivers/net/virtio_net.c | 2 +-
22232 drivers/net/vrf.c | 2 +-
22233 drivers/net/vxlan.c | 4 +-
22234 drivers/net/wimax/i2400m/rx.c | 2 +-
22235 drivers/net/wireless/airo.c | 2 +-
22236 drivers/net/wireless/at76c50x-usb.c | 2 +-
22237 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
22238 drivers/net/wireless/ath/ath10k/htc.c | 7 +-
22239 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
22240 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
22241 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
22242 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
22243 drivers/net/wireless/ath/ath9k/main.c | 22 +-
22244 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
22245 drivers/net/wireless/b43/phy_lp.c | 2 +-
22246 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
22247 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
22248 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
22249 drivers/net/wireless/mac80211_hwsim.c | 28 +-
22250 drivers/net/wireless/rndis_wlan.c | 2 +-
22251 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
22252 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
22253 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
22254 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
22255 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
22256 drivers/nfc/nfcwilink.c | 2 +-
22257 drivers/of/fdt.c | 4 +-
22258 drivers/oprofile/buffer_sync.c | 8 +-
22259 drivers/oprofile/event_buffer.c | 2 +-
22260 drivers/oprofile/oprof.c | 2 +-
22261 drivers/oprofile/oprofile_stats.c | 10 +-
22262 drivers/oprofile/oprofile_stats.h | 10 +-
22263 drivers/oprofile/oprofilefs.c | 6 +-
22264 drivers/oprofile/timer_int.c | 2 +-
22265 drivers/parport/procfs.c | 4 +-
22266 drivers/pci/host/pci-host-generic.c | 24 +-
22267 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
22268 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
22269 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
22270 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
22271 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
22272 drivers/pci/hotplug/pciehp_core.c | 2 +-
22273 drivers/pci/msi.c | 22 +-
22274 drivers/pci/pci-sysfs.c | 6 +-
22275 drivers/pci/pci.h | 2 +-
22276 drivers/pci/pcie/aspm.c | 6 +-
22277 drivers/pci/pcie/portdrv_pci.c | 2 +-
22278 drivers/pci/probe.c | 2 +-
22279 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
22280 drivers/pinctrl/pinctrl-at91.c | 5 +-
22281 drivers/platform/chrome/chromeos_pstore.c | 2 +-
22282 drivers/platform/x86/alienware-wmi.c | 4 +-
22283 drivers/platform/x86/compal-laptop.c | 2 +-
22284 drivers/platform/x86/hdaps.c | 2 +-
22285 drivers/platform/x86/ibm_rtl.c | 2 +-
22286 drivers/platform/x86/intel_oaktrail.c | 2 +-
22287 drivers/platform/x86/msi-laptop.c | 16 +-
22288 drivers/platform/x86/msi-wmi.c | 2 +-
22289 drivers/platform/x86/samsung-laptop.c | 2 +-
22290 drivers/platform/x86/samsung-q10.c | 2 +-
22291 drivers/platform/x86/sony-laptop.c | 14 +-
22292 drivers/platform/x86/thinkpad_acpi.c | 2 +-
22293 drivers/pnp/pnpbios/bioscalls.c | 14 +-
22294 drivers/pnp/pnpbios/core.c | 2 +-
22295 drivers/power/pda_power.c | 7 +-
22296 drivers/power/power_supply.h | 4 +-
22297 drivers/power/power_supply_core.c | 7 +-
22298 drivers/power/power_supply_sysfs.c | 6 +-
22299 drivers/power/reset/at91-reset.c | 9 +-
22300 drivers/powercap/powercap_sys.c | 136 +-
22301 drivers/ptp/ptp_private.h | 2 +-
22302 drivers/ptp/ptp_sysfs.c | 2 +-
22303 drivers/regulator/core.c | 4 +-
22304 drivers/regulator/max8660.c | 6 +-
22305 drivers/regulator/max8973-regulator.c | 16 +-
22306 drivers/regulator/mc13892-regulator.c | 8 +-
22307 drivers/rtc/rtc-armada38x.c | 7 +-
22308 drivers/rtc/rtc-cmos.c | 4 +-
22309 drivers/rtc/rtc-ds1307.c | 2 +-
22310 drivers/rtc/rtc-m48t59.c | 4 +-
22311 drivers/rtc/rtc-test.c | 6 +-
22312 drivers/scsi/be2iscsi/be_main.c | 2 +-
22313 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
22314 drivers/scsi/bfa/bfa_ioc.h | 4 +-
22315 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
22316 drivers/scsi/hosts.c | 4 +-
22317 drivers/scsi/hpsa.c | 38 +-
22318 drivers/scsi/hpsa.h | 2 +-
22319 drivers/scsi/libfc/fc_exch.c | 50 +-
22320 drivers/scsi/libsas/sas_ata.c | 2 +-
22321 drivers/scsi/lpfc/lpfc.h | 8 +-
22322 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
22323 drivers/scsi/lpfc/lpfc_init.c | 6 +-
22324 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
22325 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
22326 drivers/scsi/mpt2sas/mpt2sas_scsih.c | 8 +-
22327 drivers/scsi/pmcraid.c | 20 +-
22328 drivers/scsi/pmcraid.h | 8 +-
22329 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
22330 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
22331 drivers/scsi/qla2xxx/qla_os.c | 6 +-
22332 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
22333 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
22334 drivers/scsi/scsi.c | 2 +-
22335 drivers/scsi/scsi_lib.c | 8 +-
22336 drivers/scsi/scsi_sysfs.c | 2 +-
22337 drivers/scsi/scsi_transport_fc.c | 8 +-
22338 drivers/scsi/scsi_transport_iscsi.c | 6 +-
22339 drivers/scsi/scsi_transport_srp.c | 6 +-
22340 drivers/scsi/sd.c | 6 +-
22341 drivers/scsi/sg.c | 2 +-
22342 drivers/scsi/sr.c | 21 +-
22343 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
22344 drivers/spi/spi.c | 2 +-
22345 drivers/staging/android/timed_output.c | 6 +-
22346 drivers/staging/comedi/comedi_fops.c | 8 +-
22347 drivers/staging/fbtft/fbtft-core.c | 2 +-
22348 drivers/staging/fbtft/fbtft.h | 2 +-
22349 drivers/staging/gdm724x/gdm_tty.c | 2 +-
22350 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
22351 drivers/staging/iio/adc/ad7280a.c | 4 +-
22352 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
22353 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
22354 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
22355 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
22356 drivers/staging/lustre/lustre/include/obd.h | 2 +-
22357 drivers/staging/octeon/ethernet-rx.c | 20 +-
22358 drivers/staging/octeon/ethernet.c | 8 +-
22359 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
22360 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
22361 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
22362 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
22363 drivers/staging/sm750fb/sm750.c | 14 +-
22364 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
22365 drivers/target/sbp/sbp_target.c | 4 +-
22366 drivers/thermal/cpu_cooling.c | 9 +-
22367 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
22368 drivers/thermal/of-thermal.c | 17 +-
22369 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
22370 drivers/tty/cyclades.c | 6 +-
22371 drivers/tty/hvc/hvc_console.c | 14 +-
22372 drivers/tty/hvc/hvcs.c | 21 +-
22373 drivers/tty/hvc/hvsi.c | 22 +-
22374 drivers/tty/hvc/hvsi_lib.c | 4 +-
22375 drivers/tty/ipwireless/tty.c | 27 +-
22376 drivers/tty/moxa.c | 2 +-
22377 drivers/tty/n_gsm.c | 4 +-
22378 drivers/tty/n_tty.c | 3 +-
22379 drivers/tty/pty.c | 4 +-
22380 drivers/tty/rocket.c | 6 +-
22381 drivers/tty/serial/8250/8250_core.c | 10 +-
22382 drivers/tty/serial/ifx6x60.c | 2 +-
22383 drivers/tty/serial/ioc4_serial.c | 6 +-
22384 drivers/tty/serial/kgdb_nmi.c | 4 +-
22385 drivers/tty/serial/kgdboc.c | 32 +-
22386 drivers/tty/serial/msm_serial.c | 4 +-
22387 drivers/tty/serial/samsung.c | 9 +-
22388 drivers/tty/serial/serial_core.c | 8 +-
22389 drivers/tty/synclink.c | 34 +-
22390 drivers/tty/synclink_gt.c | 28 +-
22391 drivers/tty/synclinkmp.c | 34 +-
22392 drivers/tty/tty_io.c | 2 +-
22393 drivers/tty/tty_ldisc.c | 8 +-
22394 drivers/tty/tty_port.c | 22 +-
22395 drivers/uio/uio.c | 13 +-
22396 drivers/usb/atm/cxacru.c | 2 +-
22397 drivers/usb/atm/usbatm.c | 24 +-
22398 drivers/usb/class/cdc-acm.h | 2 +-
22399 drivers/usb/core/devices.c | 6 +-
22400 drivers/usb/core/devio.c | 12 +-
22401 drivers/usb/core/hcd.c | 4 +-
22402 drivers/usb/core/sysfs.c | 2 +-
22403 drivers/usb/core/usb.c | 2 +-
22404 drivers/usb/early/ehci-dbgp.c | 16 +-
22405 drivers/usb/gadget/function/u_serial.c | 22 +-
22406 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
22407 drivers/usb/host/ehci-hcd.c | 2 +-
22408 drivers/usb/host/ehci-hub.c | 4 +-
22409 drivers/usb/host/ehci-q.c | 4 +-
22410 drivers/usb/host/fotg210-hcd.c | 2 +-
22411 drivers/usb/host/fusbh200-hcd.c | 2 +-
22412 drivers/usb/host/hwa-hc.c | 2 +-
22413 drivers/usb/host/ohci-hcd.c | 2 +-
22414 drivers/usb/host/r8a66597.h | 2 +-
22415 drivers/usb/host/uhci-hcd.c | 2 +-
22416 drivers/usb/host/xhci-pci.c | 2 +-
22417 drivers/usb/host/xhci.c | 2 +-
22418 drivers/usb/misc/appledisplay.c | 4 +-
22419 drivers/usb/serial/console.c | 8 +-
22420 drivers/usb/storage/transport.c | 2 +-
22421 drivers/usb/storage/usb.c | 2 +-
22422 drivers/usb/storage/usb.h | 2 +-
22423 drivers/usb/usbip/vhci.h | 2 +-
22424 drivers/usb/usbip/vhci_hcd.c | 6 +-
22425 drivers/usb/usbip/vhci_rx.c | 2 +-
22426 drivers/usb/wusbcore/wa-hc.h | 4 +-
22427 drivers/usb/wusbcore/wa-xfer.c | 2 +-
22428 drivers/vfio/vfio.c | 2 +-
22429 drivers/vhost/vringh.c | 20 +-
22430 drivers/video/backlight/kb3886_bl.c | 2 +-
22431 drivers/video/console/fbcon.c | 2 +-
22432 drivers/video/fbdev/aty/aty128fb.c | 2 +-
22433 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
22434 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
22435 drivers/video/fbdev/core/fb_defio.c | 6 +-
22436 drivers/video/fbdev/core/fbmem.c | 2 +-
22437 drivers/video/fbdev/hyperv_fb.c | 4 +-
22438 drivers/video/fbdev/i810/i810_accel.c | 1 +
22439 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
22440 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
22441 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
22442 drivers/video/fbdev/omap2/dss/display.c | 8 +-
22443 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
22444 drivers/video/fbdev/smscufx.c | 4 +-
22445 drivers/video/fbdev/udlfb.c | 36 +-
22446 drivers/video/fbdev/uvesafb.c | 52 +-
22447 drivers/video/fbdev/vesafb.c | 58 +-
22448 drivers/video/fbdev/via/via_clock.h | 2 +-
22449 drivers/xen/events/events_base.c | 6 +-
22450 drivers/xen/evtchn.c | 4 +-
22451 fs/Kconfig.binfmt | 2 +-
22452 fs/afs/inode.c | 4 +-
22453 fs/aio.c | 2 +-
22454 fs/autofs4/waitq.c | 2 +-
22455 fs/befs/endian.h | 6 +-
22456 fs/binfmt_aout.c | 23 +-
22457 fs/binfmt_elf.c | 670 +-
22458 fs/binfmt_elf_fdpic.c | 4 +-
22459 fs/block_dev.c | 2 +-
22460 fs/btrfs/ctree.c | 9 +-
22461 fs/btrfs/delayed-inode.c | 9 +-
22462 fs/btrfs/delayed-inode.h | 6 +-
22463 fs/btrfs/file.c | 10 +-
22464 fs/btrfs/inode.c | 14 +-
22465 fs/btrfs/super.c | 2 +-
22466 fs/btrfs/sysfs.c | 2 +-
22467 fs/btrfs/tests/free-space-tests.c | 8 +-
22468 fs/btrfs/tree-log.h | 2 +-
22469 fs/buffer.c | 2 +-
22470 fs/cachefiles/bind.c | 6 +-
22471 fs/cachefiles/daemon.c | 8 +-
22472 fs/cachefiles/internal.h | 12 +-
22473 fs/cachefiles/namei.c | 2 +-
22474 fs/cachefiles/proc.c | 12 +-
22475 fs/ceph/dir.c | 12 +-
22476 fs/ceph/super.c | 4 +-
22477 fs/cifs/cifs_debug.c | 12 +-
22478 fs/cifs/cifsfs.c | 8 +-
22479 fs/cifs/cifsglob.h | 54 +-
22480 fs/cifs/file.c | 10 +-
22481 fs/cifs/misc.c | 4 +-
22482 fs/cifs/smb1ops.c | 80 +-
22483 fs/cifs/smb2ops.c | 84 +-
22484 fs/cifs/smb2pdu.c | 3 +-
22485 fs/coda/cache.c | 10 +-
22486 fs/compat.c | 4 +-
22487 fs/compat_binfmt_elf.c | 2 +
22488 fs/compat_ioctl.c | 12 +-
22489 fs/configfs/dir.c | 10 +-
22490 fs/coredump.c | 16 +-
22491 fs/dcache.c | 51 +-
22492 fs/ecryptfs/inode.c | 2 +-
22493 fs/ecryptfs/miscdev.c | 2 +-
22494 fs/exec.c | 362 +-
22495 fs/ext2/xattr.c | 5 +-
22496 fs/ext4/ext4.h | 20 +-
22497 fs/ext4/mballoc.c | 44 +-
22498 fs/ext4/resize.c | 16 +-
22499 fs/ext4/super.c | 4 +-
22500 fs/ext4/xattr.c | 5 +-
22501 fs/fhandle.c | 3 +-
22502 fs/file.c | 4 +-
22503 fs/fs_struct.c | 8 +-
22504 fs/fscache/cookie.c | 40 +-
22505 fs/fscache/internal.h | 202 +-
22506 fs/fscache/object.c | 26 +-
22507 fs/fscache/operation.c | 38 +-
22508 fs/fscache/page.c | 110 +-
22509 fs/fscache/stats.c | 348 +-
22510 fs/fuse/cuse.c | 10 +-
22511 fs/fuse/dev.c | 4 +-
22512 fs/gfs2/glock.c | 22 +-
22513 fs/gfs2/glops.c | 4 +-
22514 fs/gfs2/quota.c | 6 +-
22515 fs/hugetlbfs/inode.c | 13 +-
22516 fs/inode.c | 4 +-
22517 fs/jffs2/erase.c | 3 +-
22518 fs/jffs2/wbuf.c | 3 +-
22519 fs/jfs/super.c | 2 +-
22520 fs/kernfs/dir.c | 2 +-
22521 fs/kernfs/file.c | 20 +-
22522 fs/libfs.c | 10 +-
22523 fs/lockd/clntproc.c | 4 +-
22524 fs/namei.c | 16 +-
22525 fs/namespace.c | 16 +-
22526 fs/nfs/callback_xdr.c | 2 +-
22527 fs/nfs/inode.c | 6 +-
22528 fs/nfsd/nfs4proc.c | 2 +-
22529 fs/nfsd/nfs4xdr.c | 2 +-
22530 fs/nfsd/nfscache.c | 11 +-
22531 fs/nfsd/vfs.c | 6 +-
22532 fs/nls/nls_base.c | 26 +-
22533 fs/nls/nls_euc-jp.c | 6 +-
22534 fs/nls/nls_koi8-ru.c | 6 +-
22535 fs/notify/fanotify/fanotify_user.c | 4 +-
22536 fs/notify/notification.c | 4 +-
22537 fs/ntfs/dir.c | 2 +-
22538 fs/ntfs/super.c | 6 +-
22539 fs/ocfs2/localalloc.c | 2 +-
22540 fs/ocfs2/ocfs2.h | 10 +-
22541 fs/ocfs2/suballoc.c | 12 +-
22542 fs/ocfs2/super.c | 20 +-
22543 fs/pipe.c | 72 +-
22544 fs/posix_acl.c | 4 +-
22545 fs/proc/array.c | 20 +
22546 fs/proc/base.c | 4 +-
22547 fs/proc/kcore.c | 34 +-
22548 fs/proc/meminfo.c | 2 +-
22549 fs/proc/nommu.c | 2 +-
22550 fs/proc/proc_sysctl.c | 26 +-
22551 fs/proc/task_mmu.c | 39 +-
22552 fs/proc/task_nommu.c | 4 +-
22553 fs/proc/vmcore.c | 16 +-
22554 fs/qnx6/qnx6.h | 4 +-
22555 fs/quota/netlink.c | 4 +-
22556 fs/read_write.c | 2 +-
22557 fs/reiserfs/do_balan.c | 2 +-
22558 fs/reiserfs/procfs.c | 2 +-
22559 fs/reiserfs/reiserfs.h | 4 +-
22560 fs/seq_file.c | 4 +-
22561 fs/splice.c | 43 +-
22562 fs/squashfs/xattr.c | 12 +-
22563 fs/sysv/sysv.h | 2 +-
22564 fs/tracefs/inode.c | 8 +-
22565 fs/udf/misc.c | 2 +-
22566 fs/ufs/swab.h | 4 +-
22567 fs/userfaultfd.c | 2 +-
22568 fs/xattr.c | 21 +
22569 fs/xfs/libxfs/xfs_bmap.c | 2 +-
22570 fs/xfs/xfs_dir2_readdir.c | 7 +-
22571 fs/xfs/xfs_ioctl.c | 2 +-
22572 fs/xfs/xfs_linux.h | 4 +-
22573 include/asm-generic/4level-fixup.h | 2 +
22574 include/asm-generic/atomic-long.h | 156 +-
22575 include/asm-generic/atomic64.h | 12 +
22576 include/asm-generic/bitops/__fls.h | 2 +-
22577 include/asm-generic/bitops/fls.h | 2 +-
22578 include/asm-generic/bitops/fls64.h | 4 +-
22579 include/asm-generic/bug.h | 6 +-
22580 include/asm-generic/cache.h | 4 +-
22581 include/asm-generic/emergency-restart.h | 2 +-
22582 include/asm-generic/kmap_types.h | 4 +-
22583 include/asm-generic/local.h | 13 +
22584 include/asm-generic/pgtable-nopmd.h | 18 +-
22585 include/asm-generic/pgtable-nopud.h | 15 +-
22586 include/asm-generic/pgtable.h | 16 +
22587 include/asm-generic/sections.h | 1 +
22588 include/asm-generic/uaccess.h | 16 +
22589 include/asm-generic/vmlinux.lds.h | 15 +-
22590 include/crypto/algapi.h | 2 +-
22591 include/drm/drmP.h | 16 +-
22592 include/drm/drm_crtc_helper.h | 2 +-
22593 include/drm/drm_mm.h | 2 +-
22594 include/drm/i915_pciids.h | 2 +-
22595 include/drm/intel-gtt.h | 4 +-
22596 include/drm/ttm/ttm_memory.h | 2 +-
22597 include/drm/ttm/ttm_page_alloc.h | 1 +
22598 include/keys/asymmetric-subtype.h | 2 +-
22599 include/linux/atmdev.h | 4 +-
22600 include/linux/atomic.h | 17 +-
22601 include/linux/audit.h | 2 +-
22602 include/linux/average.h | 2 +-
22603 include/linux/binfmts.h | 3 +-
22604 include/linux/bitmap.h | 2 +-
22605 include/linux/bitops.h | 8 +-
22606 include/linux/blkdev.h | 2 +-
22607 include/linux/blktrace_api.h | 2 +-
22608 include/linux/cache.h | 8 +
22609 include/linux/cdrom.h | 1 -
22610 include/linux/cleancache.h | 2 +-
22611 include/linux/clk-provider.h | 1 +
22612 include/linux/compat.h | 6 +-
22613 include/linux/compiler-gcc.h | 28 +-
22614 include/linux/compiler.h | 157 +-
22615 include/linux/configfs.h | 2 +-
22616 include/linux/cpufreq.h | 3 +-
22617 include/linux/cpuidle.h | 5 +-
22618 include/linux/cpumask.h | 14 +-
22619 include/linux/crypto.h | 4 +-
22620 include/linux/ctype.h | 2 +-
22621 include/linux/dcache.h | 4 +-
22622 include/linux/decompress/mm.h | 2 +-
22623 include/linux/devfreq.h | 2 +-
22624 include/linux/device.h | 7 +-
22625 include/linux/dma-mapping.h | 2 +-
22626 include/linux/efi.h | 1 +
22627 include/linux/elf.h | 2 +
22628 include/linux/err.h | 4 +-
22629 include/linux/extcon.h | 2 +-
22630 include/linux/fb.h | 3 +-
22631 include/linux/fdtable.h | 2 +-
22632 include/linux/fs.h | 5 +-
22633 include/linux/fs_struct.h | 2 +-
22634 include/linux/fscache-cache.h | 2 +-
22635 include/linux/fscache.h | 2 +-
22636 include/linux/fsnotify.h | 2 +-
22637 include/linux/genhd.h | 4 +-
22638 include/linux/genl_magic_func.h | 2 +-
22639 include/linux/gfp.h | 12 +-
22640 include/linux/highmem.h | 12 +
22641 include/linux/hwmon-sysfs.h | 6 +-
22642 include/linux/i2c.h | 1 +
22643 include/linux/if_pppox.h | 2 +-
22644 include/linux/init.h | 12 +-
22645 include/linux/init_task.h | 7 +
22646 include/linux/interrupt.h | 6 +-
22647 include/linux/iommu.h | 2 +-
22648 include/linux/ioport.h | 2 +-
22649 include/linux/ipc.h | 2 +-
22650 include/linux/irq.h | 5 +-
22651 include/linux/irqdesc.h | 2 +-
22652 include/linux/irqdomain.h | 3 +
22653 include/linux/jiffies.h | 16 +-
22654 include/linux/key-type.h | 2 +-
22655 include/linux/kgdb.h | 6 +-
22656 include/linux/kmemleak.h | 4 +-
22657 include/linux/kobject.h | 3 +-
22658 include/linux/kobject_ns.h | 2 +-
22659 include/linux/kref.h | 2 +-
22660 include/linux/libata.h | 2 +-
22661 include/linux/linkage.h | 1 +
22662 include/linux/list.h | 15 +
22663 include/linux/lockref.h | 26 +-
22664 include/linux/math64.h | 10 +-
22665 include/linux/mempolicy.h | 7 +
22666 include/linux/mm.h | 102 +-
22667 include/linux/mm_types.h | 20 +
22668 include/linux/mmiotrace.h | 4 +-
22669 include/linux/mmzone.h | 2 +-
22670 include/linux/mod_devicetable.h | 4 +-
22671 include/linux/module.h | 69 +-
22672 include/linux/moduleloader.h | 16 +
22673 include/linux/moduleparam.h | 4 +-
22674 include/linux/net.h | 2 +-
22675 include/linux/netdevice.h | 7 +-
22676 include/linux/netfilter.h | 2 +-
22677 include/linux/netfilter/nfnetlink.h | 2 +-
22678 include/linux/nls.h | 4 +-
22679 include/linux/notifier.h | 3 +-
22680 include/linux/oprofile.h | 4 +-
22681 include/linux/padata.h | 2 +-
22682 include/linux/pci_hotplug.h | 3 +-
22683 include/linux/percpu.h | 2 +-
22684 include/linux/perf_event.h | 12 +-
22685 include/linux/pipe_fs_i.h | 8 +-
22686 include/linux/pm.h | 1 +
22687 include/linux/pm_domain.h | 4 +-
22688 include/linux/pm_runtime.h | 2 +-
22689 include/linux/pnp.h | 2 +-
22690 include/linux/poison.h | 4 +-
22691 include/linux/power/smartreflex.h | 2 +-
22692 include/linux/ppp-comp.h | 2 +-
22693 include/linux/preempt.h | 21 +
22694 include/linux/proc_ns.h | 2 +-
22695 include/linux/psci.h | 2 +-
22696 include/linux/quota.h | 2 +-
22697 include/linux/random.h | 19 +-
22698 include/linux/rculist.h | 16 +
22699 include/linux/reboot.h | 14 +-
22700 include/linux/regset.h | 3 +-
22701 include/linux/relay.h | 2 +-
22702 include/linux/rio.h | 2 +-
22703 include/linux/rmap.h | 4 +-
22704 include/linux/sched.h | 72 +-
22705 include/linux/sched/sysctl.h | 1 +
22706 include/linux/semaphore.h | 2 +-
22707 include/linux/seq_file.h | 1 +
22708 include/linux/signal.h | 2 +-
22709 include/linux/skbuff.h | 12 +-
22710 include/linux/slab.h | 47 +-
22711 include/linux/slab_def.h | 14 +-
22712 include/linux/slub_def.h | 2 +-
22713 include/linux/smp.h | 2 +
22714 include/linux/sock_diag.h | 2 +-
22715 include/linux/sonet.h | 2 +-
22716 include/linux/sunrpc/addr.h | 8 +-
22717 include/linux/sunrpc/clnt.h | 2 +-
22718 include/linux/sunrpc/svc.h | 2 +-
22719 include/linux/sunrpc/svc_rdma.h | 18 +-
22720 include/linux/sunrpc/svcauth.h | 2 +-
22721 include/linux/swapops.h | 10 +-
22722 include/linux/swiotlb.h | 3 +-
22723 include/linux/syscalls.h | 21 +-
22724 include/linux/syscore_ops.h | 2 +-
22725 include/linux/sysctl.h | 3 +-
22726 include/linux/sysfs.h | 9 +-
22727 include/linux/sysrq.h | 3 +-
22728 include/linux/tcp.h | 14 +-
22729 include/linux/thread_info.h | 7 +
22730 include/linux/tty.h | 4 +-
22731 include/linux/tty_driver.h | 2 +-
22732 include/linux/tty_ldisc.h | 2 +-
22733 include/linux/types.h | 16 +
22734 include/linux/uaccess.h | 6 +-
22735 include/linux/uio_driver.h | 2 +-
22736 include/linux/unaligned/access_ok.h | 24 +-
22737 include/linux/usb.h | 12 +-
22738 include/linux/usb/hcd.h | 1 +
22739 include/linux/usb/renesas_usbhs.h | 2 +-
22740 include/linux/vermagic.h | 21 +-
22741 include/linux/vga_switcheroo.h | 8 +-
22742 include/linux/vmalloc.h | 7 +-
22743 include/linux/vmstat.h | 24 +-
22744 include/linux/xattr.h | 5 +-
22745 include/linux/zlib.h | 3 +-
22746 include/media/v4l2-dev.h | 2 +-
22747 include/media/v4l2-device.h | 2 +-
22748 include/net/9p/transport.h | 2 +-
22749 include/net/bluetooth/l2cap.h | 2 +-
22750 include/net/bonding.h | 2 +-
22751 include/net/caif/cfctrl.h | 6 +-
22752 include/net/flow.h | 2 +-
22753 include/net/genetlink.h | 2 +-
22754 include/net/gro_cells.h | 2 +-
22755 include/net/inet_connection_sock.h | 2 +-
22756 include/net/inet_sock.h | 2 +-
22757 include/net/inetpeer.h | 2 +-
22758 include/net/ip_fib.h | 2 +-
22759 include/net/ip_vs.h | 8 +-
22760 include/net/ipv6.h | 2 +-
22761 include/net/irda/ircomm_tty.h | 1 +
22762 include/net/iucv/af_iucv.h | 2 +-
22763 include/net/llc_c_ac.h | 2 +-
22764 include/net/llc_c_ev.h | 4 +-
22765 include/net/llc_c_st.h | 2 +-
22766 include/net/llc_s_ac.h | 2 +-
22767 include/net/llc_s_st.h | 2 +-
22768 include/net/mac80211.h | 4 +-
22769 include/net/neighbour.h | 2 +-
22770 include/net/net_namespace.h | 18 +-
22771 include/net/netlink.h | 2 +-
22772 include/net/netns/conntrack.h | 6 +-
22773 include/net/netns/ipv4.h | 4 +-
22774 include/net/netns/ipv6.h | 4 +-
22775 include/net/netns/xfrm.h | 2 +-
22776 include/net/ping.h | 2 +-
22777 include/net/protocol.h | 4 +-
22778 include/net/rtnetlink.h | 2 +-
22779 include/net/sctp/checksum.h | 4 +-
22780 include/net/sctp/sm.h | 4 +-
22781 include/net/sctp/structs.h | 2 +-
22782 include/net/sock.h | 12 +-
22783 include/net/tcp.h | 8 +-
22784 include/net/xfrm.h | 13 +-
22785 include/rdma/iw_cm.h | 2 +-
22786 include/scsi/libfc.h | 3 +-
22787 include/scsi/scsi_device.h | 6 +-
22788 include/scsi/scsi_driver.h | 2 +-
22789 include/scsi/scsi_transport_fc.h | 3 +-
22790 include/scsi/sg.h | 2 +-
22791 include/sound/compress_driver.h | 2 +-
22792 include/sound/soc.h | 4 +-
22793 include/trace/events/irq.h | 4 +-
22794 include/uapi/linux/a.out.h | 8 +
22795 include/uapi/linux/bcache.h | 5 +-
22796 include/uapi/linux/byteorder/little_endian.h | 28 +-
22797 include/uapi/linux/connector.h | 2 +-
22798 include/uapi/linux/elf.h | 28 +
22799 include/uapi/linux/screen_info.h | 3 +-
22800 include/uapi/linux/swab.h | 6 +-
22801 include/uapi/linux/xattr.h | 4 +
22802 include/video/udlfb.h | 8 +-
22803 include/video/uvesafb.h | 1 +
22804 init/Kconfig | 2 +-
22805 init/Makefile | 3 +
22806 init/do_mounts.c | 14 +-
22807 init/do_mounts.h | 8 +-
22808 init/do_mounts_initrd.c | 30 +-
22809 init/do_mounts_md.c | 6 +-
22810 init/init_task.c | 4 +
22811 init/initramfs.c | 38 +-
22812 init/main.c | 30 +-
22813 ipc/compat.c | 4 +-
22814 ipc/ipc_sysctl.c | 8 +-
22815 ipc/mq_sysctl.c | 4 +-
22816 ipc/sem.c | 4 +-
22817 ipc/shm.c | 6 +
22818 kernel/audit.c | 8 +-
22819 kernel/auditsc.c | 4 +-
22820 kernel/bpf/core.c | 7 +-
22821 kernel/capability.c | 3 +
22822 kernel/compat.c | 38 +-
22823 kernel/debug/debug_core.c | 16 +-
22824 kernel/debug/kdb/kdb_main.c | 4 +-
22825 kernel/events/core.c | 26 +-
22826 kernel/events/internal.h | 10 +-
22827 kernel/events/uprobes.c | 2 +-
22828 kernel/exit.c | 2 +-
22829 kernel/fork.c | 167 +-
22830 kernel/futex.c | 11 +-
22831 kernel/futex_compat.c | 2 +-
22832 kernel/gcov/base.c | 7 +-
22833 kernel/irq/manage.c | 2 +-
22834 kernel/irq/msi.c | 19 +-
22835 kernel/irq/spurious.c | 2 +-
22836 kernel/jump_label.c | 5 +
22837 kernel/kallsyms.c | 37 +-
22838 kernel/kexec.c | 3 +-
22839 kernel/kmod.c | 8 +-
22840 kernel/kprobes.c | 4 +-
22841 kernel/ksysfs.c | 2 +-
22842 kernel/locking/lockdep.c | 7 +-
22843 kernel/locking/mutex-debug.c | 12 +-
22844 kernel/locking/mutex-debug.h | 4 +-
22845 kernel/locking/mutex.c | 6 +-
22846 kernel/module.c | 422 +-
22847 kernel/notifier.c | 17 +-
22848 kernel/padata.c | 4 +-
22849 kernel/panic.c | 5 +-
22850 kernel/pid.c | 2 +-
22851 kernel/pid_namespace.c | 2 +-
22852 kernel/power/process.c | 12 +-
22853 kernel/profile.c | 14 +-
22854 kernel/ptrace.c | 8 +-
22855 kernel/rcu/rcutorture.c | 60 +-
22856 kernel/rcu/tiny.c | 4 +-
22857 kernel/rcu/tree.c | 44 +-
22858 kernel/rcu/tree.h | 14 +-
22859 kernel/rcu/tree_plugin.h | 14 +-
22860 kernel/rcu/tree_trace.c | 12 +-
22861 kernel/sched/auto_group.c | 4 +-
22862 kernel/sched/core.c | 45 +-
22863 kernel/sched/fair.c | 2 +-
22864 kernel/sched/sched.h | 2 +-
22865 kernel/signal.c | 12 +-
22866 kernel/smpboot.c | 4 +-
22867 kernel/softirq.c | 12 +-
22868 kernel/sys.c | 10 +-
22869 kernel/sysctl.c | 34 +-
22870 kernel/time/alarmtimer.c | 2 +-
22871 kernel/time/posix-cpu-timers.c | 4 +-
22872 kernel/time/posix-timers.c | 24 +-
22873 kernel/time/timer.c | 2 +-
22874 kernel/time/timer_stats.c | 10 +-
22875 kernel/trace/blktrace.c | 6 +-
22876 kernel/trace/ftrace.c | 15 +-
22877 kernel/trace/ring_buffer.c | 96 +-
22878 kernel/trace/trace.c | 2 +-
22879 kernel/trace/trace.h | 2 +-
22880 kernel/trace/trace_clock.c | 4 +-
22881 kernel/trace/trace_events.c | 1 -
22882 kernel/trace/trace_functions_graph.c | 4 +-
22883 kernel/trace/trace_mmiotrace.c | 8 +-
22884 kernel/trace/trace_output.c | 10 +-
22885 kernel/trace/trace_seq.c | 2 +-
22886 kernel/trace/trace_stack.c | 2 +-
22887 kernel/user_namespace.c | 2 +-
22888 kernel/utsname_sysctl.c | 2 +-
22889 kernel/watchdog.c | 2 +-
22890 kernel/workqueue.c | 2 +-
22891 lib/Kconfig.debug | 8 +-
22892 lib/Makefile | 2 +-
22893 lib/bitmap.c | 8 +-
22894 lib/bug.c | 2 +
22895 lib/debugobjects.c | 2 +-
22896 lib/decompress_bunzip2.c | 3 +-
22897 lib/decompress_unlzma.c | 4 +-
22898 lib/div64.c | 4 +-
22899 lib/dma-debug.c | 4 +-
22900 lib/inflate.c | 2 +-
22901 lib/ioremap.c | 4 +-
22902 lib/kobject.c | 4 +-
22903 lib/list_debug.c | 126 +-
22904 lib/lockref.c | 44 +-
22905 lib/percpu-refcount.c | 2 +-
22906 lib/radix-tree.c | 2 +-
22907 lib/random32.c | 2 +-
22908 lib/show_mem.c | 2 +-
22909 lib/strncpy_from_user.c | 2 +-
22910 lib/strnlen_user.c | 2 +-
22911 lib/swiotlb.c | 2 +-
22912 lib/usercopy.c | 6 +
22913 lib/vsprintf.c | 12 +-
22914 mm/Kconfig | 6 +-
22915 mm/backing-dev.c | 4 +-
22916 mm/debug.c | 3 +
22917 mm/filemap.c | 2 +-
22918 mm/gup.c | 13 +-
22919 mm/highmem.c | 6 +-
22920 mm/hugetlb.c | 70 +-
22921 mm/internal.h | 1 +
22922 mm/maccess.c | 4 +-
22923 mm/madvise.c | 37 +
22924 mm/memory-failure.c | 6 +-
22925 mm/memory.c | 424 +-
22926 mm/mempolicy.c | 25 +
22927 mm/mlock.c | 15 +-
22928 mm/mm_init.c | 2 +-
22929 mm/mmap.c | 582 +-
22930 mm/mprotect.c | 137 +-
22931 mm/mremap.c | 39 +-
22932 mm/nommu.c | 21 +-
22933 mm/page-writeback.c | 2 +-
22934 mm/page_alloc.c | 49 +-
22935 mm/percpu.c | 2 +-
22936 mm/process_vm_access.c | 14 +-
22937 mm/rmap.c | 45 +-
22938 mm/shmem.c | 19 +-
22939 mm/slab.c | 109 +-
22940 mm/slab.h | 22 +-
22941 mm/slab_common.c | 86 +-
22942 mm/slob.c | 218 +-
22943 mm/slub.c | 102 +-
22944 mm/sparse-vmemmap.c | 4 +-
22945 mm/sparse.c | 2 +-
22946 mm/swap.c | 2 +
22947 mm/swapfile.c | 12 +-
22948 mm/util.c | 6 +
22949 mm/vmalloc.c | 114 +-
22950 mm/vmstat.c | 12 +-
22951 net/8021q/vlan.c | 5 +-
22952 net/8021q/vlan_netlink.c | 2 +-
22953 net/9p/mod.c | 4 +-
22954 net/9p/trans_fd.c | 2 +-
22955 net/atm/atm_misc.c | 8 +-
22956 net/atm/lec.h | 2 +-
22957 net/atm/proc.c | 6 +-
22958 net/atm/resources.c | 4 +-
22959 net/ax25/sysctl_net_ax25.c | 2 +-
22960 net/batman-adv/bat_iv_ogm.c | 8 +-
22961 net/batman-adv/fragmentation.c | 2 +-
22962 net/batman-adv/soft-interface.c | 8 +-
22963 net/batman-adv/types.h | 6 +-
22964 net/bluetooth/hci_sock.c | 2 +-
22965 net/bluetooth/l2cap_core.c | 6 +-
22966 net/bluetooth/l2cap_sock.c | 12 +-
22967 net/bluetooth/rfcomm/sock.c | 4 +-
22968 net/bluetooth/rfcomm/tty.c | 4 +-
22969 net/bridge/br_netlink.c | 2 +-
22970 net/bridge/netfilter/ebtables.c | 6 +-
22971 net/caif/cfctrl.c | 11 +-
22972 net/caif/chnl_net.c | 2 +-
22973 net/can/af_can.c | 2 +-
22974 net/can/gw.c | 6 +-
22975 net/ceph/messenger.c | 4 +-
22976 net/compat.c | 24 +-
22977 net/core/datagram.c | 2 +-
22978 net/core/dev.c | 16 +-
22979 net/core/filter.c | 2 +-
22980 net/core/flow.c | 6 +-
22981 net/core/neighbour.c | 4 +-
22982 net/core/net-sysfs.c | 2 +-
22983 net/core/net_namespace.c | 8 +-
22984 net/core/netpoll.c | 4 +-
22985 net/core/rtnetlink.c | 15 +-
22986 net/core/scm.c | 14 +-
22987 net/core/skbuff.c | 8 +-
22988 net/core/sock.c | 28 +-
22989 net/core/sock_diag.c | 15 +-
22990 net/core/sysctl_net_core.c | 22 +-
22991 net/decnet/af_decnet.c | 1 +
22992 net/decnet/sysctl_net_decnet.c | 4 +-
22993 net/dsa/dsa.c | 2 +-
22994 net/hsr/hsr_netlink.c | 2 +-
22995 net/ieee802154/6lowpan/core.c | 2 +-
22996 net/ieee802154/6lowpan/reassembly.c | 14 +-
22997 net/ipv4/af_inet.c | 2 +-
22998 net/ipv4/devinet.c | 18 +-
22999 net/ipv4/fib_frontend.c | 6 +-
23000 net/ipv4/fib_semantics.c | 2 +-
23001 net/ipv4/inet_connection_sock.c | 4 +-
23002 net/ipv4/inet_timewait_sock.c | 2 +-
23003 net/ipv4/inetpeer.c | 2 +-
23004 net/ipv4/ip_fragment.c | 15 +-
23005 net/ipv4/ip_gre.c | 6 +-
23006 net/ipv4/ip_sockglue.c | 2 +-
23007 net/ipv4/ip_vti.c | 4 +-
23008 net/ipv4/ipconfig.c | 6 +-
23009 net/ipv4/ipip.c | 4 +-
23010 net/ipv4/netfilter/arp_tables.c | 12 +-
23011 net/ipv4/netfilter/ip_tables.c | 12 +-
23012 net/ipv4/ping.c | 14 +-
23013 net/ipv4/raw.c | 14 +-
23014 net/ipv4/route.c | 32 +-
23015 net/ipv4/sysctl_net_ipv4.c | 22 +-
23016 net/ipv4/tcp_input.c | 6 +-
23017 net/ipv4/tcp_probe.c | 2 +-
23018 net/ipv4/udp.c | 10 +-
23019 net/ipv4/xfrm4_policy.c | 18 +-
23020 net/ipv6/addrconf.c | 18 +-
23021 net/ipv6/af_inet6.c | 2 +-
23022 net/ipv6/datagram.c | 2 +-
23023 net/ipv6/icmp.c | 2 +-
23024 net/ipv6/ip6_fib.c | 4 +-
23025 net/ipv6/ip6_gre.c | 10 +-
23026 net/ipv6/ip6_tunnel.c | 4 +-
23027 net/ipv6/ip6_vti.c | 4 +-
23028 net/ipv6/ipv6_sockglue.c | 2 +-
23029 net/ipv6/netfilter/ip6_tables.c | 12 +-
23030 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
23031 net/ipv6/ping.c | 33 +-
23032 net/ipv6/raw.c | 17 +-
23033 net/ipv6/reassembly.c | 13 +-
23034 net/ipv6/route.c | 2 +-
23035 net/ipv6/sit.c | 4 +-
23036 net/ipv6/sysctl_net_ipv6.c | 2 +-
23037 net/ipv6/udp.c | 6 +-
23038 net/ipv6/xfrm6_policy.c | 17 +-
23039 net/irda/ircomm/ircomm_tty.c | 18 +-
23040 net/iucv/af_iucv.c | 4 +-
23041 net/iucv/iucv.c | 2 +-
23042 net/key/af_key.c | 4 +-
23043 net/l2tp/l2tp_eth.c | 38 +-
23044 net/l2tp/l2tp_ip.c | 2 +-
23045 net/l2tp/l2tp_ip6.c | 2 +-
23046 net/mac80211/cfg.c | 8 +-
23047 net/mac80211/ieee80211_i.h | 3 +-
23048 net/mac80211/iface.c | 20 +-
23049 net/mac80211/main.c | 2 +-
23050 net/mac80211/pm.c | 4 +-
23051 net/mac80211/rate.c | 2 +-
23052 net/mac80211/sta_info.c | 2 +-
23053 net/mac80211/util.c | 8 +-
23054 net/mpls/af_mpls.c | 6 +-
23055 net/netfilter/ipset/ip_set_core.c | 2 +-
23056 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
23057 net/netfilter/ipvs/ip_vs_core.c | 4 +-
23058 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
23059 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
23060 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
23061 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
23062 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
23063 net/netfilter/nf_conntrack_acct.c | 2 +-
23064 net/netfilter/nf_conntrack_ecache.c | 2 +-
23065 net/netfilter/nf_conntrack_helper.c | 2 +-
23066 net/netfilter/nf_conntrack_proto.c | 2 +-
23067 net/netfilter/nf_conntrack_standalone.c | 2 +-
23068 net/netfilter/nf_conntrack_timestamp.c | 2 +-
23069 net/netfilter/nf_log.c | 10 +-
23070 net/netfilter/nf_sockopt.c | 4 +-
23071 net/netfilter/nfnetlink_log.c | 4 +-
23072 net/netfilter/nft_compat.c | 9 +-
23073 net/netfilter/xt_statistic.c | 8 +-
23074 net/netlink/af_netlink.c | 4 +-
23075 net/openvswitch/vport-internal_dev.c | 2 +-
23076 net/packet/af_packet.c | 8 +-
23077 net/phonet/pep.c | 6 +-
23078 net/phonet/socket.c | 2 +-
23079 net/phonet/sysctl.c | 2 +-
23080 net/rds/cong.c | 6 +-
23081 net/rds/ib.h | 2 +-
23082 net/rds/ib_cm.c | 2 +-
23083 net/rds/ib_recv.c | 4 +-
23084 net/rds/iw.h | 2 +-
23085 net/rds/iw_cm.c | 2 +-
23086 net/rds/iw_recv.c | 4 +-
23087 net/rds/rds.h | 2 +-
23088 net/rds/tcp.c | 2 +-
23089 net/rds/tcp_send.c | 2 +-
23090 net/rxrpc/af_rxrpc.c | 2 +-
23091 net/rxrpc/ar-ack.c | 14 +-
23092 net/rxrpc/ar-call.c | 2 +-
23093 net/rxrpc/ar-connection.c | 2 +-
23094 net/rxrpc/ar-connevent.c | 2 +-
23095 net/rxrpc/ar-input.c | 4 +-
23096 net/rxrpc/ar-internal.h | 8 +-
23097 net/rxrpc/ar-local.c | 2 +-
23098 net/rxrpc/ar-output.c | 4 +-
23099 net/rxrpc/ar-peer.c | 2 +-
23100 net/rxrpc/ar-proc.c | 4 +-
23101 net/rxrpc/ar-transport.c | 2 +-
23102 net/rxrpc/rxkad.c | 4 +-
23103 net/sched/sch_generic.c | 4 +-
23104 net/sctp/ipv6.c | 6 +-
23105 net/sctp/protocol.c | 10 +-
23106 net/sctp/sm_sideeffect.c | 2 +-
23107 net/sctp/socket.c | 21 +-
23108 net/sctp/sysctl.c | 10 +-
23109 net/socket.c | 18 +-
23110 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
23111 net/sunrpc/clnt.c | 4 +-
23112 net/sunrpc/sched.c | 4 +-
23113 net/sunrpc/svc.c | 4 +-
23114 net/sunrpc/svcauth_unix.c | 2 +-
23115 net/sunrpc/xprtrdma/svc_rdma.c | 38 +-
23116 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
23117 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
23118 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
23119 net/tipc/netlink_compat.c | 12 +-
23120 net/tipc/subscr.c | 2 +-
23121 net/unix/af_unix.c | 7 +-
23122 net/unix/sysctl_net_unix.c | 2 +-
23123 net/wireless/wext-core.c | 19 +-
23124 net/xfrm/xfrm_policy.c | 16 +-
23125 net/xfrm/xfrm_state.c | 33 +-
23126 net/xfrm/xfrm_sysctl.c | 2 +-
23127 scripts/Kbuild.include | 2 +-
23128 scripts/Makefile.build | 2 +-
23129 scripts/Makefile.clean | 3 +-
23130 scripts/Makefile.host | 69 +-
23131 scripts/basic/fixdep.c | 12 +-
23132 scripts/dtc/checks.c | 14 +-
23133 scripts/dtc/data.c | 6 +-
23134 scripts/dtc/flattree.c | 8 +-
23135 scripts/dtc/livetree.c | 4 +-
23136 scripts/gcc-plugin.sh | 51 +
23137 scripts/headers_install.sh | 1 +
23138 scripts/kallsyms.c | 4 +-
23139 scripts/kconfig/lkc.h | 5 +-
23140 scripts/kconfig/menu.c | 2 +-
23141 scripts/kconfig/symbol.c | 6 +-
23142 scripts/link-vmlinux.sh | 2 +-
23143 scripts/mod/file2alias.c | 14 +-
23144 scripts/mod/modpost.c | 25 +-
23145 scripts/mod/modpost.h | 6 +-
23146 scripts/mod/sumversion.c | 2 +-
23147 scripts/module-common.lds | 4 +
23148 scripts/package/builddeb | 1 +
23149 scripts/pnmtologo.c | 6 +-
23150 scripts/sortextable.h | 6 +-
23151 scripts/tags.sh | 2 +-
23152 security/Kconfig | 692 +-
23153 security/integrity/ima/ima.h | 4 +-
23154 security/integrity/ima/ima_api.c | 2 +-
23155 security/integrity/ima/ima_fs.c | 4 +-
23156 security/integrity/ima/ima_queue.c | 2 +-
23157 security/keys/key.c | 18 +-
23158 security/selinux/avc.c | 6 +-
23159 security/selinux/include/xfrm.h | 2 +-
23160 security/yama/yama_lsm.c | 2 +-
23161 sound/aoa/codecs/onyx.c | 7 +-
23162 sound/aoa/codecs/onyx.h | 1 +
23163 sound/core/oss/pcm_oss.c | 18 +-
23164 sound/core/pcm_compat.c | 2 +-
23165 sound/core/pcm_native.c | 4 +-
23166 sound/core/sound.c | 2 +-
23167 sound/drivers/mts64.c | 14 +-
23168 sound/drivers/opl4/opl4_lib.c | 2 +-
23169 sound/drivers/portman2x4.c | 3 +-
23170 sound/firewire/amdtp.c | 4 +-
23171 sound/firewire/amdtp.h | 4 +-
23172 sound/firewire/isight.c | 10 +-
23173 sound/firewire/scs1x.c | 8 +-
23174 sound/oss/sb_audio.c | 2 +-
23175 sound/oss/swarm_cs4297a.c | 6 +-
23176 sound/pci/hda/hda_codec.c | 2 +-
23177 sound/pci/ymfpci/ymfpci.h | 2 +-
23178 sound/pci/ymfpci/ymfpci_main.c | 12 +-
23179 sound/soc/codecs/sti-sas.c | 10 +-
23180 sound/soc/soc-ac97.c | 6 +-
23181 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
23182 tools/gcc/Makefile | 42 +
23183 tools/gcc/checker_plugin.c | 150 +
23184 tools/gcc/colorize_plugin.c | 215 +
23185 tools/gcc/constify_plugin.c | 571 +
23186 tools/gcc/gcc-common.h | 812 +
23187 tools/gcc/initify_plugin.c | 552 +
23188 tools/gcc/kallocstat_plugin.c | 188 +
23189 tools/gcc/kernexec_plugin.c | 549 +
23190 tools/gcc/latent_entropy_plugin.c | 470 +
23191 tools/gcc/size_overflow_plugin/.gitignore | 2 +
23192 tools/gcc/size_overflow_plugin/Makefile | 28 +
23193 .../disable_size_overflow_hash.data |12422 ++++++++++++
23194 .../generate_size_overflow_hash.sh | 103 +
23195 .../insert_size_overflow_asm.c | 416 +
23196 .../size_overflow_plugin/intentional_overflow.c | 1010 +
23197 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
23198 tools/gcc/size_overflow_plugin/size_overflow.h | 323 +
23199 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
23200 .../size_overflow_plugin/size_overflow_hash.data |20735 ++++++++++++++++++++
23201 .../size_overflow_hash_aux.data | 92 +
23202 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 ++
23203 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
23204 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
23205 .../size_overflow_plugin_hash.c | 352 +
23206 .../size_overflow_plugin/size_overflow_transform.c | 749 +
23207 .../size_overflow_transform_core.c | 1010 +
23208 tools/gcc/stackleak_plugin.c | 436 +
23209 tools/gcc/structleak_plugin.c | 287 +
23210 tools/include/linux/compiler.h | 8 +
23211 tools/lib/api/Makefile | 2 +-
23212 tools/perf/util/include/asm/alternative-asm.h | 3 +
23213 tools/virtio/linux/uaccess.h | 2 +-
23214 virt/kvm/kvm_main.c | 42 +-
23215 1944 files changed, 66925 insertions(+), 8949 deletions(-)
23216commit 87790bbd0d8dc2bd7fd86cb947e32886db9e9766
23217Author: Matthew Wilcox <willy@linux.intel.com>
23218Date: Tue Feb 2 16:57:52 2016 -0800
23219
23220 radix-tree: fix race in gang lookup
23221
23222 If the indirect_ptr bit is set on a slot, that indicates we need to redo
23223 the lookup. Introduce a new function radix_tree_iter_retry() which
23224 forces the loop to retry the lookup by setting 'slot' to NULL and
23225 turning the iterator back to point at the problematic entry.
23226
23227 This is a pretty rare problem to hit at the moment; the lookup has to
23228 race with a grow of the radix tree from a height of 0. The consequences
23229 of hitting this race are that gang lookup could return a pointer to a
23230 radix_tree_node instead of a pointer to whatever the user had inserted
23231 in the tree.
23232
23233 Fixes: cebbd29e1c2f ("radix-tree: rewrite gang lookup using iterator")
23234 Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
23235 Cc: Hugh Dickins <hughd@google.com>
23236 Cc: Ohad Ben-Cohen <ohad@wizery.com>
23237 Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
23238 Cc: <stable@vger.kernel.org>
23239 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
23240 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
23241
23242 include/linux/radix-tree.h | 16 ++++++++++++++++
23243 lib/radix-tree.c | 12 ++++++++++--
23244 2 files changed, 26 insertions(+), 2 deletions(-)
23245
23246commit bf628043b4589c910919a0f221ae7f42aa8cea93
23247Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
23248Date: Wed Feb 3 02:11:03 2016 +0100
23249
23250 unix: correctly track in-flight fds in sending process user_struct
23251
23252 The commit referenced in the Fixes tag incorrectly accounted the number
23253 of in-flight fds over a unix domain socket to the original opener
23254 of the file-descriptor. This allows another process to arbitrary
23255 deplete the original file-openers resource limit for the maximum of
23256 open files. Instead the sending processes and its struct cred should
23257 be credited.
23258
23259 To do so, we add a reference counted struct user_struct pointer to the
23260 scm_fp_list and use it to account for the number of inflight unix fds.
23261
23262 Fixes: 712f4aad406bb1 ("unix: properly account for FDs passed over unix sockets")
23263 Reported-by: David Herrmann <dh.herrmann@gmail.com>
23264 Cc: David Herrmann <dh.herrmann@gmail.com>
23265 Cc: Willy Tarreau <w@1wt.eu>
23266 Cc: Linus Torvalds <torvalds@linux-foundation.org>
23267 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
23268 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
23269 Signed-off-by: David S. Miller <davem@davemloft.net>
23270
23271 include/net/af_unix.h | 4 ++--
23272 include/net/scm.h | 1 +
23273 net/core/scm.c | 7 +++++++
23274 net/unix/af_unix.c | 4 ++--
23275 net/unix/garbage.c | 8 ++++----
23276 5 files changed, 16 insertions(+), 8 deletions(-)
23277
23278commit e830db443ff78d70b7b63536e688d73907face0c
23279Author: Mike Kravetz <mike.kravetz@oracle.com>
23280Date: Fri Jan 15 16:57:37 2016 -0800
23281
23282 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
23283
23284 Hillf Danton noticed bugs in the hugetlb_vmtruncate_list routine. The
23285 argument end is of type pgoff_t. It was being converted to a vaddr
23286 offset and passed to unmap_hugepage_range. However, end was also being
23287 used as an argument to the vma_interval_tree_foreach controlling loop.
23288 In addition, the conversion of end to vaddr offset was incorrect.
23289
23290 hugetlb_vmtruncate_list is called as part of a file truncate or
23291 fallocate hole punch operation.
23292
23293 When truncating a hugetlbfs file, this bug could prevent some pages from
23294 being unmapped. This is possible if there are multiple vmas mapping the
23295 file, and there is a sufficiently sized hole between the mappings. The
23296 size of the hole between two vmas (A,B) must be such that the starting
23297 virtual address of B is greater than (ending virtual address of A <<
23298 PAGE_SHIFT). In this case, the pages in B would not be unmapped. If
23299 pages are not properly unmapped during truncate, the following BUG is
23300 hit:
23301
23302 kernel BUG at fs/hugetlbfs/inode.c:428!
23303
23304 In the fallocate hole punch case, this bug could prevent pages from
23305 being unmapped as in the truncate case. However, for hole punch the
23306 result is that unmapped pages will not be removed during the operation.
23307 For hole punch, it is also possible that more pages than desired will be
23308 unmapped. This unnecessary unmapping will cause page faults to
23309 reestablish the mappings on subsequent page access.
23310
23311 Fixes: 1bfad99ab (" hugetlbfs: hugetlb_vmtruncate_list() needs to take a range")Reported-by: Hillf Danton <hillf.zj@alibaba-inc.com>
23312 Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
23313 Cc: Hugh Dickins <hughd@google.com>
23314 Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
23315 Cc: Davidlohr Bueso <dave@stgolabs.net>
23316 Cc: Dave Hansen <dave.hansen@linux.intel.com>
23317 Cc: <stable@vger.kernel.org> [4.3]
23318 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
23319 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
23320
23321 fs/hugetlbfs/inode.c | 19 +++++++++++--------
23322 1 files changed, 11 insertions(+), 8 deletions(-)
23323
23324commit cdb3ba4a9113b779347387f3b6c6ea72dd4db12f
23325Author: Takashi Iwai <tiwai@suse.de>
23326Date: Thu Feb 4 17:06:13 2016 +0100
23327
23328 ALSA: timer: Fix leftover link at closing
23329
23330 In ALSA timer core, the active timer instance is managed in
23331 active_list linked list. Each element is added / removed dynamically
23332 at timer start, stop and in timer interrupt. The problem is that
23333 snd_timer_interrupt() has a thinko and leaves the element in
23334 active_list when it's the last opened element. This eventually leads
23335 to list corruption or use-after-free error.
23336
23337 This hasn't been revealed because we used to delete the list forcibly
23338 in snd_timer_stop() in the past. However, the recent fix avoids the
23339 double-stop behavior (in commit [f784beb75ce8: ALSA: timer: Fix link
23340 corruption due to double start or stop]), and this leak hits reality.
23341
23342 This patch fixes the link management in snd_timer_interrupt(). Now it
23343 simply unlinks no matter which stream is.
23344
23345 BugLink: http://lkml.kernel.org/r/CACT4Y+Yy2aukHP-EDp8-ziNqNNmb-NTf=jDWXMP7jB8HDa2vng@mail.gmail.com
23346 Reported-by: Dmitry Vyukov <dvyukov@google.com>
23347 Cc: <stable@vger.kernel.org>
23348 Signed-off-by: Takashi Iwai <tiwai@suse.de>
23349
23350 sound/core/timer.c | 4 ++--
23351 1 files changed, 2 insertions(+), 2 deletions(-)
23352
23353commit 47d9647902f6a2f46a2be1e0140ba0f6f8c06008
23354Author: Konstantin Khlebnikov <koct9i@gmail.com>
23355Date: Fri Feb 5 15:37:01 2016 -0800
23356
23357 radix-tree: fix oops after radix_tree_iter_retry
23358
23359 Helper radix_tree_iter_retry() resets next_index to the current index.
23360 In following radix_tree_next_slot current chunk size becomes zero. This
23361 isn't checked and it tries to dereference null pointer in slot.
23362
23363 Tagged iterator is fine because retry happens only at slot 0 where tag
23364 bitmask in iter->tags is filled with single bit.
23365
23366 Fixes: 46437f9a554f ("radix-tree: fix race in gang lookup")
23367 Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
23368 Cc: Matthew Wilcox <willy@linux.intel.com>
23369 Cc: Hugh Dickins <hughd@google.com>
23370 Cc: Ohad Ben-Cohen <ohad@wizery.com>
23371 Cc: Jeremiah Mahler <jmmahler@gmail.com>
23372 Cc: <stable@vger.kernel.org>
23373 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
23374 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
23375
23376 include/linux/radix-tree.h | 6 +++---
23377 1 files changed, 3 insertions(+), 3 deletions(-)
23378
23379commit 95b5dcb3c01958502af00b0bc0da1d906aae11a2
23380Merge: 438be0b 256aeaf
23381Author: Brad Spengler <spender@grsecurity.net>
23382Date: Sun Feb 7 08:29:33 2016 -0500
23383
23384 Merge branch 'pax-test' into grsec-test
23385
23386commit 256aeaf87c22de8edf1f03682a572c590ae07771
23387Author: Brad Spengler <spender@grsecurity.net>
23388Date: Sun Feb 7 08:29:09 2016 -0500
23389
23390 Update to pax-linux-4.3.5-test28.patch:
23391 - 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)
23392 - spender fixed UDEREF on arm
23393
23394 arch/arm/Kconfig | 1 +
23395 arch/arm/include/asm/domain.h | 21 ++++++++-
23396 arch/arm/include/asm/futex.h | 9 ----
23397 arch/arm/include/asm/thread_info.h | 3 +
23398 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
23399 arch/arm/kernel/entry-armv.S | 2 +-
23400 arch/arm/kernel/process.c | 2 +-
23401 arch/arm/mm/alignment.c | 8 ----
23402 arch/x86/mm/numa.c | 2 +-
23403 security/Kconfig | 1 -
23404 10 files changed, 60 insertions(+), 70 deletions(-)
23405
23406commit 438be0bd112bd17942b2628c53054dc1007558a1
23407Author: Brad Spengler <spender@grsecurity.net>
23408Date: Sat Feb 6 19:50:31 2016 -0500
23409
23410 Fix a number of issues caused by the upstream merging of a UDEREF ripoff resulting in unbootable
23411 ARM systems reported on the forums
23412
23413 arch/arm/Kconfig | 1 +
23414 arch/arm/include/asm/domain.h | 21 ++++++++-
23415 arch/arm/include/asm/futex.h | 9 ----
23416 arch/arm/include/asm/thread_info.h | 3 +
23417 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
23418 arch/arm/kernel/entry-armv.S | 2 +-
23419 arch/arm/kernel/process.c | 2 +-
23420 arch/arm/mm/alignment.c | 8 ----
23421 security/Kconfig | 1 -
23422 9 files changed, 59 insertions(+), 69 deletions(-)
23423
23424commit 4ffdd5ef1f87e611af1efb4f251ada92abe9f4c0
23425Author: Brad Spengler <spender@grsecurity.net>
23426Date: Sat Feb 6 11:21:53 2016 -0500
23427
23428 Fix another compiler warning
23429
23430 net/ipv4/tcp_input.c | 2 ++
23431 1 files changed, 2 insertions(+), 0 deletions(-)
23432
23433commit 30b5b7bc0fd67d458bdd5ab35e4689769eabd2ed
23434Author: Brad Spengler <spender@grsecurity.net>
23435Date: Sat Feb 6 11:16:12 2016 -0500
23436
23437 Fix two compiler warnings
23438
23439 kernel/pid.c | 5 ++---
23440 kernel/ptrace.c | 3 ++-
23441 2 files changed, 4 insertions(+), 4 deletions(-)
23442
23443commit dda4d2a21914c480750f10bd55c6e3203d415d8d
23444Author: Brad Spengler <spender@grsecurity.net>
23445Date: Wed Feb 3 21:22:40 2016 -0500
23446
23447 Apply fix for integer truncation in NUMA init code, reported by
23448 x14sg1 on the forums:
23449 https://forums.grsecurity.net/viewtopic.php?f=3&t=4374
23450
23451 arch/x86/mm/numa.c | 2 +-
23452 1 files changed, 1 insertions(+), 1 deletions(-)
23453
23454commit 477505f7c893cb6a2c3e22f83eefd9c985d7b3ca
23455Merge: a781740 016d0d8
23456Author: Brad Spengler <spender@grsecurity.net>
23457Date: Wed Feb 3 21:20:58 2016 -0500
23458
23459 Merge branch 'pax-test' into grsec-test
23460
23461commit 016d0d81a8dd4be1304c82a68e0ccf425868f467
23462Author: Brad Spengler <spender@grsecurity.net>
23463Date: Wed Feb 3 21:20:10 2016 -0500
23464
23465 Update to pax-linux-4.3.5-test27.patch:
23466 - fixed a bunch of potential REFCOUNT false positives, reported by Emese
23467 - restored padding in fpregs_state for storing AVX-512 state in the future
23468 - constified netlink_dump_control
23469 - added const version of debug_gimple_stmt for gcc plugins, by Emese
23470 - Emese fixed a bug in initify that could have initified too much
23471 - Emese fixed a false positive intentional integer overflow in xfrm4_extract_header, reported by corsac
23472
23473 arch/x86/include/asm/fpu/types.h | 1 +
23474 arch/x86/include/asm/mmu_context.h | 2 +-
23475 block/blk-cgroup.c | 18 ++--
23476 block/cfq-iosched.c | 4 +-
23477 crypto/crypto_user.c | 8 ++-
23478 drivers/acpi/apei/ghes.c | 6 +-
23479 drivers/char/ipmi/ipmi_ssif.c | 12 ++--
23480 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
23481 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
23482 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
23483 drivers/infiniband/core/netlink.c | 5 +-
23484 drivers/infiniband/hw/cxgb4/device.c | 6 +-
23485 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
23486 drivers/md/bcache/alloc.c | 2 +-
23487 drivers/md/bcache/bcache.h | 10 +-
23488 drivers/md/bcache/btree.c | 2 +-
23489 drivers/md/bcache/io.c | 10 +-
23490 drivers/md/bcache/journal.c | 2 +-
23491 drivers/md/bcache/stats.c | 26 +++---
23492 drivers/md/bcache/stats.h | 16 ++--
23493 drivers/md/bcache/super.c | 2 +-
23494 drivers/md/bcache/sysfs.c | 20 +++---
23495 drivers/md/dm-cache-target.c | 98 ++++++++++++------------
23496 drivers/md/dm-raid.c | 2 +-
23497 drivers/md/md.c | 6 +-
23498 drivers/md/md.h | 2 +-
23499 drivers/md/raid1.c | 2 +-
23500 drivers/md/raid10.c | 2 +-
23501 drivers/md/raid5.c | 4 +-
23502 drivers/media/pci/zoran/zoran.h | 1 -
23503 drivers/media/pci/zoran/zoran_driver.c | 3 -
23504 drivers/net/ethernet/sfc/selftest.c | 20 +++---
23505 drivers/net/irda/vlsi_ir.c | 18 ++--
23506 drivers/net/irda/vlsi_ir.h | 14 ++--
23507 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
23508 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
23509 drivers/net/wireless/ath/carl9170/main.c | 10 +-
23510 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
23511 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
23512 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
23513 drivers/scsi/hptiop.c | 2 -
23514 drivers/scsi/hptiop.h | 1 -
23515 drivers/scsi/ipr.c | 6 +-
23516 drivers/scsi/ipr.h | 2 +-
23517 drivers/scsi/qla2xxx/qla_target.c | 10 +-
23518 drivers/scsi/qla2xxx/qla_target.h | 2 +-
23519 fs/btrfs/ctree.c | 2 +-
23520 fs/btrfs/ctree.h | 4 +-
23521 fs/btrfs/delayed-ref.c | 4 +-
23522 fs/btrfs/disk-io.c | 4 +-
23523 fs/btrfs/file.c | 4 +-
23524 fs/btrfs/raid56.c | 32 ++++----
23525 fs/btrfs/tests/btrfs-tests.c | 2 +-
23526 fs/btrfs/transaction.c | 2 +-
23527 fs/btrfs/tree-log.c | 8 +-
23528 fs/btrfs/volumes.c | 14 ++--
23529 fs/btrfs/volumes.h | 22 +++---
23530 fs/jbd2/commit.c | 2 +-
23531 fs/jbd2/transaction.c | 4 +-
23532 fs/ocfs2/dlm/dlmcommon.h | 4 +-
23533 fs/ocfs2/dlm/dlmdebug.c | 10 +-
23534 fs/ocfs2/dlm/dlmdomain.c | 4 +-
23535 fs/ocfs2/dlm/dlmmaster.c | 4 +-
23536 include/acpi/ghes.h | 2 +-
23537 include/linux/blk-cgroup.h | 24 +++---
23538 include/linux/jbd2.h | 2 +-
23539 include/linux/netlink.h | 12 ++--
23540 include/net/cfg802154.h | 2 +-
23541 include/net/mac80211.h | 2 +-
23542 include/net/neighbour.h | 2 +-
23543 kernel/rcu/tree_plugin.h | 4 +-
23544 net/batman-adv/routing.c | 4 +-
23545 net/batman-adv/soft-interface.c | 2 +-
23546 net/batman-adv/translation-table.c | 14 ++--
23547 net/batman-adv/types.h | 2 +-
23548 net/core/neighbour.c | 14 ++--
23549 net/core/rtnetlink.c | 2 +-
23550 net/ipv4/arp.c | 2 +-
23551 net/ipv4/inet_diag.c | 4 +-
23552 net/ipv4/xfrm4_state.c | 4 +-
23553 net/ipv6/ndisc.c | 2 +-
23554 net/mac80211/cfg.c | 2 +-
23555 net/mac80211/debugfs_key.c | 2 +-
23556 net/mac80211/key.c | 4 +-
23557 net/mac80211/tx.c | 2 +-
23558 net/mac80211/wpa.c | 10 +-
23559 net/mac802154/iface.c | 4 +-
23560 net/netfilter/ipset/ip_set_core.c | 2 +-
23561 net/netfilter/nf_conntrack_netlink.c | 22 +++---
23562 net/netfilter/nf_tables_api.c | 13 ++--
23563 net/netfilter/nfnetlink_acct.c | 7 +-
23564 net/netfilter/nfnetlink_cthelper.c | 2 +-
23565 net/netfilter/nfnetlink_cttimeout.c | 2 +-
23566 net/netlink/af_netlink.c | 10 ++-
23567 net/netlink/diag.c | 2 +-
23568 net/netlink/genetlink.c | 14 ++--
23569 net/packet/af_packet.c | 18 ++--
23570 net/packet/diag.c | 2 +-
23571 net/packet/internal.h | 6 +-
23572 net/unix/diag.c | 2 +-
23573 net/xfrm/xfrm_user.c | 2 +-
23574 security/apparmor/include/policy.h | 2 +-
23575 security/apparmor/policy.c | 4 +-
23576 sound/core/seq/seq_clientmgr.c | 2 +-
23577 sound/core/seq/seq_fifo.c | 6 +-
23578 sound/core/seq/seq_fifo.h | 2 +-
23579 tools/gcc/gcc-common.h | 24 ++++--
23580 tools/gcc/initify_plugin.c | 7 +-
23581 tools/lib/api/Makefile | 2 +-
23582 109 files changed, 399 insertions(+), 391 deletions(-)
23583
23584commit a7817402ac837b1aee07fac42537a02097055098
23585Author: Matt Fleming <matt@codeblueprint.co.uk>
23586Date: Fri Jan 29 11:36:10 2016 +0000
23587
23588 x86/mm/pat: Avoid truncation when converting cpa->numpages to address
23589
23590 There are a couple of nasty truncation bugs lurking in the pageattr
23591 code that can be triggered when mapping EFI regions, e.g. when we pass
23592 a cpa->pgd pointer. Because cpa->numpages is a 32-bit value, shifting
23593 left by PAGE_SHIFT will truncate the resultant address to 32-bits.
23594
23595 Viorel-Cătălin managed to trigger this bug on his Dell machine that
23596 provides a ~5GB EFI region which requires 1236992 pages to be mapped.
23597 When calling populate_pud() the end of the region gets calculated
23598 incorrectly in the following buggy expression,
23599
23600 end = start + (cpa->numpages << PAGE_SHIFT);
23601
23602 And only 188416 pages are mapped. Next, populate_pud() gets invoked
23603 for a second time because of the loop in __change_page_attr_set_clr(),
23604 only this time no pages get mapped because shifting the remaining
23605 number of pages (1048576) by PAGE_SHIFT is zero. At which point the
23606 loop in __change_page_attr_set_clr() spins forever because we fail to
23607 map progress.
23608
23609 Hitting this bug depends very much on the virtual address we pick to
23610 map the large region at and how many pages we map on the initial run
23611 through the loop. This explains why this issue was only recently hit
23612 with the introduction of commit
23613
23614 a5caa209ba9c ("x86/efi: Fix boot crash by mapping EFI memmap
23615 entries bottom-up at runtime, instead of top-down")
23616
23617 It's interesting to note that safe uses of cpa->numpages do exist in
23618 the pageattr code. If instead of shifting ->numpages we multiply by
23619 PAGE_SIZE, no truncation occurs because PAGE_SIZE is a UL value, and
23620 so the result is unsigned long.
23621
23622 To avoid surprises when users try to convert very large cpa->numpages
23623 values to addresses, change the data type from 'int' to 'unsigned
23624 long', thereby making it suitable for shifting by PAGE_SHIFT without
23625 any type casting.
23626
23627 The alternative would be to make liberal use of casting, but that is
23628 far more likely to cause problems in the future when someone adds more
23629 code and fails to cast properly; this bug was difficult enough to
23630 track down in the first place.
23631
23632 Reported-and-tested-by: Viorel-Cătălin Răpițeanu <rapiteanu.catalin@gmail.com>
23633 Acked-by: Borislav Petkov <bp@alien8.de>
23634 Cc: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
23635 Cc: <stable@vger.kernel.org>
23636 Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
23637 Link: https://bugzilla.kernel.org/show_bug.cgi?id=110131
23638 Link: http://lkml.kernel.org/r/1454067370-10374-1-git-send-email-matt@codeblueprint.co.uk
23639 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
23640
23641 arch/x86/mm/pageattr.c | 4 ++--
23642 1 files changed, 2 insertions(+), 2 deletions(-)
23643
23644commit 64dd9d7a67a742fda257cdd16510c29e695c34b5
23645Author: Jan Beulich <JBeulich@suse.com>
23646Date: Tue Jan 26 04:15:18 2016 -0700
23647
23648 x86/mm: Fix types used in pgprot cacheability flags translations
23649
23650 For PAE kernels "unsigned long" is not suitable to hold page protection
23651 flags, since _PAGE_NX doesn't fit there. This is the reason for quite a
23652 few W+X pages getting reported as insecure during boot (observed namely
23653 for the entire initrd range).
23654
23655 Fixes: 281d4078be ("x86: Make page cache mode a real type")
23656 Signed-off-by: Jan Beulich <jbeulich@suse.com>
23657 Reviewed-by: Juergen Gross <JGross@suse.com>
23658 Cc: stable@vger.kernel.org
23659 Link: http://lkml.kernel.org/r/56A7635602000078000CAFF1@prv-mh.provo.novell.com
23660 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
23661
23662 arch/x86/include/asm/pgtable_types.h | 6 ++----
23663 1 files changed, 2 insertions(+), 4 deletions(-)
23664
23665commit bb9a3a9df0d8dfc96d521676e64c42b37ba22aea
23666Merge: 682d661 f74425b
23667Author: Brad Spengler <spender@grsecurity.net>
23668Date: Sun Jan 31 15:06:25 2016 -0500
23669
23670 Merge branch 'pax-test' into grsec-test
23671
23672 Conflicts:
23673 drivers/net/slip/slhc.c
23674 include/linux/sched.h
23675 net/unix/af_unix.c
23676 sound/core/timer.c
23677
23678commit f74425b5705bfe52aff9e97659ef10c4a14176c3
23679Merge: d14af1f 849a2d3
23680Author: Brad Spengler <spender@grsecurity.net>
23681Date: Sun Jan 31 15:02:55 2016 -0500
23682
23683 Merge branch 'linux-4.3.y' into pax-test
23684
23685 Conflicts:
23686 arch/x86/include/asm/mmu_context.h
23687
23688commit 682d6611d75542e351c973c8dd74a99d3966c073
23689Author: Brad Spengler <spender@grsecurity.net>
23690Date: Sat Jan 30 13:05:03 2016 -0500
23691
23692 Based on a report from Mathias Krause, fix up a number of additional instances
23693 of ulong overflow when passing in values to gr_learn_resource by saturating
23694 to ULONG_MAX
23695
23696 mm/mlock.c | 11 ++++++++---
23697 mm/mmap.c | 16 +++++++++++++---
23698 2 files changed, 21 insertions(+), 6 deletions(-)
23699
23700commit adb52e95fb9ad4ac9c56cd5d47bd668f47c33096
23701Author: Jann Horn <jann@thejh.net>
23702Date: Sat Dec 26 06:00:48 2015 +0100
23703
23704 seccomp: always propagate NO_NEW_PRIVS on tsync
23705
23706 Before this patch, a process with some permissive seccomp filter
23707 that was applied by root without NO_NEW_PRIVS was able to add
23708 more filters to itself without setting NO_NEW_PRIVS by setting
23709 the new filter from a throwaway thread with NO_NEW_PRIVS.
23710
23711 Signed-off-by: Jann Horn <jann@thejh.net>
23712 Cc: stable@vger.kernel.org
23713 Signed-off-by: Kees Cook <keescook@chromium.org>
23714
23715 kernel/seccomp.c | 22 +++++++++++-----------
23716 1 files changed, 11 insertions(+), 11 deletions(-)
23717
23718commit b85450498a3bbf269441c8963d7574bb3079c838
23719Merge: 59c216f d14af1f
23720Author: Brad Spengler <spender@grsecurity.net>
23721Date: Fri Jan 29 20:54:13 2016 -0500
23722
23723 Merge branch 'pax-test' into grsec-test
23724
23725commit d14af1f1dd66511f3f0674deee2b572972012b39
23726Author: Brad Spengler <spender@grsecurity.net>
23727Date: Fri Jan 29 20:53:51 2016 -0500
23728
23729 Update to pax-linux-4.3.4-test26.patch:
23730 - Emese fixed a few intentional overflows introduced by gcc, reported by StalkR (https://forums.grsecurity.net/viewtopic.php?f=3&t=4370)
23731
23732 fs/cifs/file.c | 2 +-
23733 fs/gfs2/file.c | 2 +-
23734 .../size_overflow_plugin/intentional_overflow.c | 96 ++++++++++++++++++--
23735 tools/gcc/size_overflow_plugin/size_overflow.h | 2 +
23736 .../size_overflow_plugin/size_overflow_plugin.c | 4 +-
23737 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
23738 .../size_overflow_transform_core.c | 5 +
23739 7 files changed, 102 insertions(+), 15 deletions(-)
23740
23741commit 59c216f13587eacdd692386b7a403ae78ed84fb6
23742Author: Brad Spengler <spender@grsecurity.net>
23743Date: Wed Jan 27 17:57:21 2016 -0500
23744
23745 Fix a size_overflow report reported by Mathias Krause in our
23746 truncation of an loff_t to an unsigned long when being passed
23747 to gr_learn_resource() (as all resource checks are against unsigned long
23748 values)
23749
23750 fs/attr.c | 5 ++++-
23751 1 files changed, 4 insertions(+), 1 deletions(-)
23752
23753commit 70636c6ad60fc1db3af764ecc789b827b7497a97
23754Author: Yuchung Cheng <ycheng@google.com>
23755Date: Wed Jan 6 12:42:38 2016 -0800
23756
23757 tcp: fix zero cwnd in tcp_cwnd_reduction
23758
23759 Patch 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode
23760 conditionally") introduced a bug that cwnd may become 0 when both
23761 inflight and sndcnt are 0 (cwnd = inflight + sndcnt). This may lead
23762 to a div-by-zero if the connection starts another cwnd reduction
23763 phase by setting tp->prior_cwnd to the current cwnd (0) in
23764 tcp_init_cwnd_reduction().
23765
23766 To prevent this we skip PRR operation when nothing is acked or
23767 sacked. Then cwnd must be positive in all cases as long as ssthresh
23768 is positive:
23769
23770 1) The proportional reduction mode
23771 inflight > ssthresh > 0
23772
23773 2) The reduction bound mode
23774 a) inflight == ssthresh > 0
23775
23776 b) inflight < ssthresh
23777 sndcnt > 0 since newly_acked_sacked > 0 and inflight < ssthresh
23778
23779 Therefore in all cases inflight and sndcnt can not both be 0.
23780 We check invalid tp->prior_cwnd to avoid potential div0 bugs.
23781
23782 In reality this bug is triggered only with a sequence of less common
23783 events. For example, the connection is terminating an ECN-triggered
23784 cwnd reduction with an inflight 0, then it receives reordered/old
23785 ACKs or DSACKs from prior transmission (which acks nothing). Or the
23786 connection is in fast recovery stage that marks everything lost,
23787 but fails to retransmit due to local issues, then receives data
23788 packets from other end which acks nothing.
23789
23790 Fixes: 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode conditionally")
23791 Reported-by: Oleksandr Natalenko <oleksandr@natalenko.name>
23792 Signed-off-by: Yuchung Cheng <ycheng@google.com>
23793 Signed-off-by: Neal Cardwell <ncardwell@google.com>
23794 Signed-off-by: Eric Dumazet <edumazet@google.com>
23795 Signed-off-by: David S. Miller <davem@davemloft.net>
23796
23797 net/ipv4/tcp_input.c | 3 +++
23798 1 files changed, 3 insertions(+), 0 deletions(-)
23799
23800commit dac1da2bedbb43195d371c7a192cfeeb45683df0
23801Author: Eric Dumazet <edumazet@google.com>
23802Date: Sun Jan 24 13:53:50 2016 -0800
23803
23804 af_unix: fix struct pid memory leak
23805
23806 Dmitry reported a struct pid leak detected by a syzkaller program.
23807
23808 Bug happens in unix_stream_recvmsg() when we break the loop when a
23809 signal is pending, without properly releasing scm.
23810
23811 Fixes: b3ca9b02b007 ("net: fix multithreaded signal handling in unix recv routines")
23812 Reported-by: Dmitry Vyukov <dvyukov@google.com>
23813 Signed-off-by: Eric Dumazet <edumazet@google.com>
23814 Cc: Rainer Weikusat <rweikusat@mobileactivedefense.com>
23815 Signed-off-by: David S. Miller <davem@davemloft.net>
23816
23817 net/unix/af_unix.c | 1 +
23818 1 files changed, 1 insertions(+), 0 deletions(-)
23819
23820commit 15cc47f127520d1ac0c1fe76d993c2c27f0f2571
23821Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
23822Date: Fri Jan 22 01:39:43 2016 +0100
23823
23824 pptp: fix illegal memory access caused by multiple bind()s
23825
23826 Several times already this has been reported as kasan reports caused by
23827 syzkaller and trinity and people always looked at RCU races, but it is
23828 much more simple. :)
23829
23830 In case we bind a pptp socket multiple times, we simply add it to
23831 the callid_sock list but don't remove the old binding. Thus the old
23832 socket stays in the bucket with unused call_id indexes and doesn't get
23833 cleaned up. This causes various forms of kasan reports which were hard
23834 to pinpoint.
23835
23836 Simply don't allow multiple binds and correct error handling in
23837 pptp_bind. Also keep sk_state bits in place in pptp_connect.
23838
23839 Fixes: 00959ade36acad ("PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)")
23840 Cc: Dmitry Kozlov <xeb@mail.ru>
23841 Cc: Sasha Levin <sasha.levin@oracle.com>
23842 Cc: Dmitry Vyukov <dvyukov@google.com>
23843 Reported-by: Dmitry Vyukov <dvyukov@google.com>
23844 Cc: Dave Jones <davej@codemonkey.org.uk>
23845 Reported-by: Dave Jones <davej@codemonkey.org.uk>
23846 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
23847 Signed-off-by: David S. Miller <davem@davemloft.net>
23848
23849 drivers/net/ppp/pptp.c | 34 ++++++++++++++++++++++++----------
23850 1 files changed, 24 insertions(+), 10 deletions(-)
23851
23852commit e2b7b8c66851c85188fa6dab2d2b2a6c85bc7332
23853Author: Brad Spengler <spender@grsecurity.net>
23854Date: Tue Jan 26 18:17:10 2016 -0500
23855
23856 Add info about cpupower/powertop to GRKERNSEC_KMEM, was present on our
23857 wiki but was removed from the config help at some point
23858
23859 grsecurity/Kconfig | 3 +++
23860 1 files changed, 3 insertions(+), 0 deletions(-)
23861
23862commit ce2e88efa000fc32bfcd84098f57c8ed8310fefc
23863Author: Thomas Egerer <hakke_007@gmx.de>
23864Date: Mon Jan 25 12:58:44 2016 +0100
23865
23866 ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
23867
23868 The ESP algorithms using CBC mode require echainiv. Hence INET*_ESP have
23869 to select CRYPTO_ECHAINIV in order to work properly. This solves the
23870 issues caused by a misconfiguration as described in [1].
23871 The original approach, patching crypto/Kconfig was turned down by
23872 Herbert Xu [2].
23873
23874 [1] https://lists.strongswan.org/pipermail/users/2015-December/009074.html
23875 [2] http://marc.info/?l=linux-crypto-vger&m=145224655809562&w=2
23876
23877 Signed-off-by: Thomas Egerer <hakke_007@gmx.de>
23878 Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
23879 Signed-off-by: David S. Miller <davem@davemloft.net>
23880
23881 net/ipv4/Kconfig | 1 +
23882 net/ipv6/Kconfig | 1 +
23883 2 files changed, 2 insertions(+), 0 deletions(-)
23884
23885commit fca5a303155ea67d28aece0caf2b03ffc3b2668d
23886Merge: 904114c 6339c1f
23887Author: Brad Spengler <spender@grsecurity.net>
23888Date: Tue Jan 26 18:08:40 2016 -0500
23889
23890 Merge branch 'pax-test' into grsec-test
23891
23892commit 6339c1f9a9beafd417bf9f04d4b257e62aeb45b7
23893Author: Brad Spengler <spender@grsecurity.net>
23894Date: Tue Jan 26 18:07:51 2016 -0500
23895
23896 Update to pax-linux-4.3.4-test25.patch:
23897 - 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>
23898 - fixed init_new_context on !MODIFY_LDT_SYSCALL configs, reported by tjh (https://forums.grsecurity.net/viewtopic.php?f=3&t=4368)
23899 - fixed a few REFCOUNT false positives in SNMP related statistics
23900
23901 arch/x86/Kconfig | 2 +-
23902 arch/x86/include/asm/mmu_context.h | 17 +++++++++++++++++
23903 include/net/snmp.h | 10 +++++-----
23904 kernel/fork.c | 11 +++++++++--
23905 net/ipv4/proc.c | 8 ++++----
23906 net/ipv6/addrconf.c | 4 ++--
23907 net/ipv6/proc.c | 10 +++++-----
23908 7 files changed, 43 insertions(+), 19 deletions(-)
23909
23910commit 904114c2fce3fdff5d57e763da56a78960db4e19
23911Author: Al Viro <viro@zeniv.linux.org.uk>
23912Date: Fri Jan 22 18:08:52 2016 -0500
23913
23914 make sure that freeing shmem fast symlinks is RCU-delayed
23915
23916 Cc: stable@vger.kernel.org # v4.2+
23917 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
23918
23919 include/linux/shmem_fs.h | 5 +----
23920 mm/shmem.c | 9 ++++-----
23921 2 files changed, 5 insertions(+), 9 deletions(-)
23922
23923commit ab86adee64312a2f827dd516cb199521327943ed
23924Author: Sasha Levin <sasha.levin@oracle.com>
23925Date: Mon Jan 18 19:23:51 2016 -0500
23926
23927 netfilter: nf_conntrack: use safer way to lock all buckets
23928
23929 When we need to lock all buckets in the connection hashtable we'd attempt to
23930 lock 1024 spinlocks, which is way more preemption levels than supported by
23931 the kernel. Furthermore, this behavior was hidden by checking if lockdep is
23932 enabled, and if it was - use only 8 buckets(!).
23933
23934 Fix this by using a global lock and synchronize all buckets on it when we
23935 need to lock them all. This is pretty heavyweight, but is only done when we
23936 need to resize the hashtable, and that doesn't happen often enough (or at all).
23937
23938 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
23939 Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
23940 Reviewed-by: Florian Westphal <fw@strlen.de>
23941 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
23942
23943 Conflicts:
23944
23945 net/netfilter/nfnetlink_cttimeout.c
23946
23947 include/net/netfilter/nf_conntrack_core.h | 8 ++----
23948 net/netfilter/nf_conntrack_core.c | 38 +++++++++++++++++++++-------
23949 net/netfilter/nf_conntrack_helper.c | 2 +-
23950 net/netfilter/nf_conntrack_netlink.c | 2 +-
23951 4 files changed, 33 insertions(+), 17 deletions(-)
23952
23953commit 37014723527225481c720484bb788a1a6358072f
23954Author: Willy Tarreau <w@1wt.eu>
23955Date: Mon Jan 18 16:36:09 2016 +0100
23956
23957 pipe: limit the per-user amount of pages allocated in pipes
23958
23959 On no-so-small systems, it is possible for a single process to cause an
23960 OOM condition by filling large pipes with data that are never read. A
23961 typical process filling 4000 pipes with 1 MB of data will use 4 GB of
23962 memory. On small systems it may be tricky to set the pipe max size to
23963 prevent this from happening.
23964
23965 This patch makes it possible to enforce a per-user soft limit above
23966 which new pipes will be limited to a single page, effectively limiting
23967 them to 4 kB each, as well as a hard limit above which no new pipes may
23968 be created for this user. This has the effect of protecting the system
23969 against memory abuse without hurting other users, and still allowing
23970 pipes to work correctly though with less data at once.
23971
23972 The limit are controlled by two new sysctls : pipe-user-pages-soft, and
23973 pipe-user-pages-hard. Both may be disabled by setting them to zero. The
23974 default soft limit allows the default number of FDs per process (1024)
23975 to create pipes of the default size (64kB), thus reaching a limit of 64MB
23976 before starting to create only smaller pipes. With 256 processes limited
23977 to 1024 FDs each, this results in 1024*64kB + (256*1024 - 1024) * 4kB =
23978 1084 MB of memory allocated for a user. The hard limit is disabled by
23979 default to avoid breaking existing applications that make intensive use
23980 of pipes (eg: for splicing).
23981
23982 Reported-by: socketpair@gmail.com
23983 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
23984 Mitigates: CVE-2013-4312 (Linux 2.0+)
23985 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
23986 Signed-off-by: Willy Tarreau <w@1wt.eu>
23987 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
23988
23989 Documentation/sysctl/fs.txt | 23 +++++++++++++++++++++
23990 fs/pipe.c | 47 +++++++++++++++++++++++++++++++++++++++++-
23991 include/linux/pipe_fs_i.h | 4 +++
23992 include/linux/sched.h | 1 +
23993 kernel/sysctl.c | 14 ++++++++++++
23994 5 files changed, 87 insertions(+), 2 deletions(-)
23995
23996commit 51645fa198d194f746651dcfbc5f24a4cf8b9fb8
23997Merge: 540f2af 7791ecb
23998Author: Brad Spengler <spender@grsecurity.net>
23999Date: Sat Jan 23 10:57:11 2016 -0500
24000
24001 Merge branch 'pax-test' into grsec-test
24002
24003commit 7791ecb84f840343a5646236fd0d34e1fb450793
24004Merge: 470069c 399588c
24005Author: Brad Spengler <spender@grsecurity.net>
24006Date: Sat Jan 23 10:56:47 2016 -0500
24007
24008 Merge branch 'linux-4.3.y' into pax-test
24009
24010commit 540f2affebd42cdc26a699208ab4f1cb0cb75e33
24011Author: Brad Spengler <spender@grsecurity.net>
24012Date: Tue Jan 19 21:18:47 2016 -0500
24013
24014 Update size_overflow hash table
24015
24016 .../size_overflow_plugin/size_overflow_hash.data | 4 +++-
24017 1 files changed, 3 insertions(+), 1 deletions(-)
24018
24019commit 7e649765626a28437f573f0fbe7a51a04615f041
24020Author: Brad Spengler <spender@grsecurity.net>
24021Date: Tue Jan 19 20:29:46 2016 -0500
24022
24023 Backport fix from: https://lkml.org/lkml/2015/12/13/187
24024
24025 fs/ext4/extents.c | 2 +-
24026 1 files changed, 1 insertions(+), 1 deletions(-)
24027
24028commit 53b859cd0a5f5b6ad54fe0c879dfedaa3c5a3005
24029Author: Jann Horn <jann@thejh.net>
24030Date: Tue Jan 5 18:27:30 2016 +0100
24031
24032 compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)
24033
24034 This replaces all code in fs/compat_ioctl.c that translated
24035 ioctl arguments into a in-kernel structure, then performed
24036 do_ioctl under set_fs(KERNEL_DS), with code that allocates
24037 data on the user stack and can call the VFS ioctl handler
24038 under USER_DS.
24039
24040 This is done as a hardening measure because the caller
24041 does not know what kind of ioctl handler will be invoked,
24042 only that no corresponding compat_ioctl handler exists and
24043 what the ioctl command number is. The accidental
24044 invocation of an unlocked_ioctl handler that unexpectedly
24045 calls copy_to_user could be a severe security issue.
24046
24047 Signed-off-by: Jann Horn <jann@thejh.net>
24048 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
24049
24050 Conflicts:
24051
24052 fs/compat_ioctl.c
24053
24054 fs/compat_ioctl.c | 130 ++++++++++++++++++++++++++++-------------------------
24055 1 files changed, 68 insertions(+), 62 deletions(-)
24056
24057commit 3e89e770ae27e931cd1583f021abac41eeebc3e7
24058Author: Al Viro <viro@zeniv.linux.org.uk>
24059Date: Thu Jan 7 09:53:30 2016 -0500
24060
24061 compat_ioctl: don't pass fd around when not needed
24062
24063 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
24064
24065 fs/compat_ioctl.c | 103 ++++++++++++++++++++++++++--------------------------
24066 fs/internal.h | 7 ++++
24067 fs/ioctl.c | 4 +-
24068 include/linux/fs.h | 2 -
24069 4 files changed, 61 insertions(+), 55 deletions(-)
24070
24071commit 9d4e04082752d4d2d68445c4e6faf33a2613df55
24072Author: Jann Horn <jann@thejh.net>
24073Date: Tue Jan 5 18:27:29 2016 +0100
24074
24075 compat_ioctl: don't look up the fd twice
24076
24077 In code in fs/compat_ioctl.c that translates ioctl arguments
24078 into a in-kernel structure, then performs sys_ioctl, possibly
24079 under set_fs(KERNEL_DS), this commit changes the sys_ioctl
24080 calls to do_ioctl calls. do_ioctl is a new function that does
24081 the same thing as sys_ioctl, but doesn't look up the fd again.
24082
24083 This change is made to avoid (potential) security issues
24084 because of ioctl handlers that accept one of the ioctl
24085 commands I2C_FUNCS, VIDEO_GET_EVENT, MTIOCPOS, MTIOCGET,
24086 TIOCGSERIAL, TIOCSSERIAL, RTC_IRQP_READ, RTC_EPOCH_READ.
24087 This can happen for multiple reasons:
24088
24089 - The ioctl command number could be reused.
24090 - The ioctl handler might not check the full ioctl
24091 command. This is e.g. true for drm_ioctl.
24092 - The ioctl handler is very special, e.g. cuse_file_ioctl
24093
24094 The real issue is that set_fs(KERNEL_DS) is used here,
24095 but that's fixed in a separate commit
24096 "compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)".
24097
24098 This change mitigates potential security issues by
24099 preventing a race that permits invocation of
24100 unlocked_ioctl handlers under KERNEL_DS through compat
24101 code even if a corresponding compat_ioctl handler exists.
24102
24103 So far, no way has been identified to use this to damage
24104 kernel memory without having CAP_SYS_ADMIN in the init ns
24105 (with the capability, doing reads/writes at arbitrary
24106 kernel addresses should be easy through CUSE's ioctl
24107 handler with FUSE_IOCTL_UNRESTRICTED set).
24108
24109 [AV: two missed sys_ioctl() taken care of]
24110
24111 Signed-off-by: Jann Horn <jann@thejh.net>
24112 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
24113
24114 fs/compat_ioctl.c | 122 +++++++++++++++++++++++++++++-----------------------
24115 1 files changed, 68 insertions(+), 54 deletions(-)
24116
24117commit 5bf9e1ed4ebb278cd956ba142914fc04a024309c
24118Author: Vasily Kulikov <segoon@openwall.com>
24119Date: Fri Jan 15 16:57:55 2016 -0800
24120
24121 include/linux/poison.h: use POISON_POINTER_DELTA for poison pointers
24122
24123 TIMER_ENTRY_STATIC is defined as a poison pointers which
24124 should point to nowhere. Redefine them using POISON_POINTER_DELTA
24125 arithmetics to make sure they really point to non-mappable area declared
24126 by the target architecture.
24127
24128 Signed-off-by: Vasily Kulikov <segoon@openwall.com>
24129 Acked-by: Thomas Gleixner <tglx@linutronix.de>
24130 Cc: Solar Designer <solar@openwall.com>
24131 Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
24132 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
24133 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
24134
24135 Conflicts:
24136
24137 include/linux/poison.h
24138
24139 include/linux/poison.h | 2 +-
24140 1 files changed, 1 insertions(+), 1 deletions(-)
24141
24142commit 60f2e0a05ab8f56c804a9334a23e2b446305d110
24143Author: Brad Spengler <spender@grsecurity.net>
24144Date: Tue Jan 19 19:41:44 2016 -0500
24145
24146 Fix ARM compilation, reported by Austin Sepp
24147
24148 grsecurity/grsec_sig.c | 1 +
24149 1 files changed, 1 insertions(+), 0 deletions(-)
24150
24151commit e15383743443dc43460a2fd73e0db0b608610dca
24152Author: Takashi Iwai <tiwai@suse.de>
24153Date: Mon Jan 18 13:52:47 2016 +0100
24154
24155 ALSA: hrtimer: Fix stall by hrtimer_cancel()
24156
24157 hrtimer_cancel() waits for the completion from the callback, thus it
24158 must not be called inside the callback itself. This was already a
24159 problem in the past with ALSA hrtimer driver, and the early commit
24160 [fcfdebe70759: ALSA: hrtimer - Fix lock-up] tried to address it.
24161
24162 However, the previous fix is still insufficient: it may still cause a
24163 lockup when the ALSA timer instance reprograms itself in its callback.
24164 Then it invokes the start function even in snd_timer_interrupt() that
24165 is called in hrtimer callback itself, results in a CPU stall. This is
24166 no hypothetical problem but actually triggered by syzkaller fuzzer.
24167
24168 This patch tries to fix the issue again. Now we call
24169 hrtimer_try_to_cancel() at both start and stop functions so that it
24170 won't fall into a deadlock, yet giving some chance to cancel the queue
24171 if the functions have been called outside the callback. The proper
24172 hrtimer_cancel() is called in anyway at closing, so this should be
24173 enough.
24174
24175 Reported-and-tested-by: Dmitry Vyukov <dvyukov@google.com>
24176 Cc: <stable@vger.kernel.org>
24177 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24178
24179 sound/core/hrtimer.c | 3 ++-
24180 1 files changed, 2 insertions(+), 1 deletions(-)
24181
24182commit 12d874daf706e6e7c1ae709141859c809599297e
24183Author: Takashi Iwai <tiwai@suse.de>
24184Date: Tue Jan 12 12:38:02 2016 +0100
24185
24186 ALSA: seq: Fix missing NULL check at remove_events ioctl
24187
24188 snd_seq_ioctl_remove_events() calls snd_seq_fifo_clear()
24189 unconditionally even if there is no FIFO assigned, and this leads to
24190 an Oops due to NULL dereference. The fix is just to add a proper NULL
24191 check.
24192
24193 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24194 Tested-by: Dmitry Vyukov <dvyukov@google.com>
24195 Cc: <stable@vger.kernel.org>
24196 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24197
24198 sound/core/seq/seq_clientmgr.c | 2 +-
24199 1 files changed, 1 insertions(+), 1 deletions(-)
24200
24201commit 2eb0632df1351378946507e7ef7ba0682632a7b5
24202Author: Takashi Iwai <tiwai@suse.de>
24203Date: Tue Jan 12 15:36:27 2016 +0100
24204
24205 ALSA: seq: Fix race at timer setup and close
24206
24207 ALSA sequencer code has an open race between the timer setup ioctl and
24208 the close of the client. This was triggered by syzkaller fuzzer, and
24209 a use-after-free was caught there as a result.
24210
24211 This patch papers over it by adding a proper queue->timer_mutex lock
24212 around the timer-related calls in the relevant code path.
24213
24214 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24215 Tested-by: Dmitry Vyukov <dvyukov@google.com>
24216 Cc: <stable@vger.kernel.org>
24217 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24218
24219 sound/core/seq/seq_queue.c | 2 ++
24220 1 files changed, 2 insertions(+), 0 deletions(-)
24221
24222commit b9e55ab955e59b4a636d78a748be90334a48b485
24223Author: Takashi Iwai <tiwai@suse.de>
24224Date: Thu Jan 14 16:30:58 2016 +0100
24225
24226 ALSA: timer: Harden slave timer list handling
24227
24228 A slave timer instance might be still accessible in a racy way while
24229 operating the master instance as it lacks of locking. Since the
24230 master operation is mostly protected with timer->lock, we should cope
24231 with it while changing the slave instance, too. Also, some linked
24232 lists (active_list and ack_list) of slave instances aren't unlinked
24233 immediately at stopping or closing, and this may lead to unexpected
24234 accesses.
24235
24236 This patch tries to address these issues. It adds spin lock of
24237 timer->lock (either from master or slave, which is equivalent) in a
24238 few places. For avoiding a deadlock, we ensure that the global
24239 slave_active_lock is always locked at first before each timer lock.
24240
24241 Also, ack and active_list of slave instances are properly unlinked at
24242 snd_timer_stop() and snd_timer_close().
24243
24244 Last but not least, remove the superfluous call of _snd_timer_stop()
24245 at removing slave links. This is a noop, and calling it may confuse
24246 readers wrt locking. Further cleanup will follow in a later patch.
24247
24248 Actually we've got reports of use-after-free by syzkaller fuzzer, and
24249 this hopefully fixes these issues.
24250
24251 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24252 Cc: <stable@vger.kernel.org>
24253 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24254
24255 sound/core/timer.c | 18 ++++++++++++++----
24256 1 files changed, 14 insertions(+), 4 deletions(-)
24257
24258commit f1ce0547bdfda1b42ae8a66c222f2a897cbe1586
24259Author: Takashi Iwai <tiwai@suse.de>
24260Date: Wed Jan 13 17:48:01 2016 +0100
24261
24262 ALSA: timer: Fix race among timer ioctls
24263
24264 ALSA timer ioctls have an open race and this may lead to a
24265 use-after-free of timer instance object. A simplistic fix is to make
24266 each ioctl exclusive. We have already tread_sem for controlling the
24267 tread, and extend this as a global mutex to be applied to each ioctl.
24268
24269 The downside is, of course, the worse concurrency. But these ioctls
24270 aren't to be parallel accessible, in anyway, so it should be fine to
24271 serialize there.
24272
24273 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24274 Tested-by: Dmitry Vyukov <dvyukov@google.com>
24275 Cc: <stable@vger.kernel.org>
24276 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24277
24278 sound/core/timer.c | 32 +++++++++++++++++++-------------
24279 1 files changed, 19 insertions(+), 13 deletions(-)
24280
24281commit 8347d8461ed48a98f9c76cc3cfcdad8217d314bc
24282Author: Takashi Iwai <tiwai@suse.de>
24283Date: Wed Jan 13 21:35:06 2016 +0100
24284
24285 ALSA: timer: Fix double unlink of active_list
24286
24287 ALSA timer instance object has a couple of linked lists and they are
24288 unlinked unconditionally at snd_timer_stop(). Meanwhile
24289 snd_timer_interrupt() unlinks it, but it calls list_del() which leaves
24290 the element list itself unchanged. This ends up with unlinking twice,
24291 and it was caught by syzkaller fuzzer.
24292
24293 The fix is to use list_del_init() variant properly there, too.
24294
24295 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24296 Tested-by: Dmitry Vyukov <dvyukov@google.com>
24297 Cc: <stable@vger.kernel.org>
24298 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24299
24300 sound/core/timer.c | 2 +-
24301 1 files changed, 1 insertions(+), 1 deletions(-)
24302
24303commit 243aebb7ae71d6e11ea9880faa893d1d0d60cd75
24304Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
24305Date: Mon Jan 18 18:03:48 2016 +0100
24306
24307 ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack
24308
24309 It was seen that defective configurations of openvswitch could overwrite
24310 the STACK_END_MAGIC and cause a hard crash of the kernel because of too
24311 many recursions within ovs.
24312
24313 This problem arises due to the high stack usage of openvswitch. The rest
24314 of the kernel is fine with the current limit of 10 (RECURSION_LIMIT).
24315
24316 We use the already existing recursion counter in ovs_execute_actions to
24317 implement an upper bound of 5 recursions.
24318
24319 Cc: Pravin Shelar <pshelar@ovn.org>
24320 Cc: Simon Horman <simon.horman@netronome.com>
24321 Cc: Eric Dumazet <eric.dumazet@gmail.com>
24322 Cc: Simon Horman <simon.horman@netronome.com>
24323 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
24324 Signed-off-by: David S. Miller <davem@davemloft.net>
24325
24326 net/openvswitch/actions.c | 19 ++++++++++++++-----
24327 1 files changed, 14 insertions(+), 5 deletions(-)
24328
24329commit 8080793479c6d5befe37a67b1dbd9e4e0a61af96
24330Author: Ursula Braun <ursula.braun@de.ibm.com>
24331Date: Tue Jan 19 10:41:33 2016 +0100
24332
24333 af_iucv: Validate socket address length in iucv_sock_bind()
24334
24335 Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
24336 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24337 Reviewed-by: Evgeny Cherkashin <Eugene.Crosser@ru.ibm.com>
24338 Signed-off-by: David S. Miller <davem@davemloft.net>
24339
24340 net/iucv/af_iucv.c | 3 +++
24341 1 files changed, 3 insertions(+), 0 deletions(-)
24342
24343commit 50a383c1c91ed7409c3cbdd41e662d6891463d1b
24344Author: Brad Spengler <spender@grsecurity.net>
24345Date: Tue Jan 19 19:32:54 2016 -0500
24346
24347 Apply the same fix as everyone else for the recent keys vulnerability that is
24348 unexploitable under PAX_REFCOUNT
24349
24350 Make a couple more changes that no one else can/will
24351
24352 include/linux/key-type.h | 4 ++--
24353 ipc/msgutil.c | 4 ++--
24354 security/keys/internal.h | 2 +-
24355 security/keys/process_keys.c | 1 +
24356 4 files changed, 6 insertions(+), 5 deletions(-)
24357
24358commit b56c3a63f431c193400aee17543021950bd14bc4
24359Merge: 38b1a3d 470069c
24360Author: Brad Spengler <spender@grsecurity.net>
24361Date: Sun Jan 17 18:30:19 2016 -0500
24362
24363 Merge branch 'pax-test' into grsec-test
24364
24365commit 470069cfedef2180313233d275be5901bd6d1135
24366Author: Brad Spengler <spender@grsecurity.net>
24367Date: Sun Jan 17 18:29:59 2016 -0500
24368
24369 Update to pax-linux-4.3.3-test22.patch:
24370 - Emesed fixed a gcc induced intentional integer overflow in asix_rx_fixup_internal, reported by thomas callison caffrey
24371 - fixed some more fallout from the drm_drivers constification, reported by Colin Childs and Toralf Foerster
24372
24373 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 ++++----------
24374 drivers/gpu/drm/drm_pci.c | 3 +++
24375 drivers/gpu/drm/gma500/psb_drv.c | 4 ----
24376 drivers/gpu/drm/i915/i915_drv.c | 16 ++++++++--------
24377 drivers/gpu/drm/nouveau/nouveau_drm.c | 6 +++---
24378 drivers/gpu/drm/radeon/radeon_drv.c | 4 +---
24379 drivers/net/usb/asix_common.c | 3 ++-
24380 include/drm/drmP.h | 1 +
24381 8 files changed, 22 insertions(+), 29 deletions(-)
24382
24383commit 38b1a3d676f407865c3d41840df8213c5ad639c1
24384Author: Brad Spengler <spender@grsecurity.net>
24385Date: Sun Jan 17 12:33:53 2016 -0500
24386
24387 As reported by Luis Ressel, the Kconfig help for GRKERNSEC_BRUTE
24388 mentioned banning execution of suid/sgid binaries, though the kernel
24389 source clearly only mentions banning execution of suid binaries. Since
24390 there's no reason for us to not ban execution of sgid binaries as well,
24391 make the implementation match the Kconfig description.
24392
24393 fs/exec.c | 4 ++--
24394 grsecurity/grsec_sig.c | 27 ++++++++++++++-------------
24395 include/linux/sched.h | 4 ++--
24396 3 files changed, 18 insertions(+), 17 deletions(-)
24397
24398commit 8c3bcb7dbf7f606acfa0983e81f0f928da1f1ace
24399Merge: d141a86 ea4a835
24400Author: Brad Spengler <spender@grsecurity.net>
24401Date: Sat Jan 16 14:12:22 2016 -0500
24402
24403 Merge branch 'pax-test' into grsec-test
24404
24405 Conflicts:
24406 drivers/gpu/drm/i810/i810_drv.c
24407
24408commit ea4a835328ada6513ac013986764d6caea8cd348
24409Author: Brad Spengler <spender@grsecurity.net>
24410Date: Sat Jan 16 14:11:30 2016 -0500
24411
24412 Update to pax-linux-4.3.3-test21.patch:
24413 - fixed some fallout from the drm_drivers constification, reported by spender
24414
24415 drivers/gpu/drm/armada/armada_drv.c | 3 +--
24416 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
24417 drivers/gpu/drm/i810/i810_dma.c | 2 +-
24418 drivers/gpu/drm/i810/i810_drv.c | 6 +++++-
24419 drivers/gpu/drm/i810/i810_drv.h | 2 +-
24420 5 files changed, 8 insertions(+), 6 deletions(-)
24421
24422commit d141a86fd66194bc3f896b6809b189e2f12a9a83
24423Author: Brad Spengler <spender@grsecurity.net>
24424Date: Sat Jan 16 13:16:36 2016 -0500
24425
24426 compile fix
24427
24428 drivers/gpu/drm/i810/i810_dma.c | 2 +-
24429 drivers/gpu/drm/i810/i810_drv.c | 4 +++-
24430 drivers/gpu/drm/i810/i810_drv.h | 2 +-
24431 3 files changed, 5 insertions(+), 3 deletions(-)
24432
24433commit 0d9dc4b25ea32c14561bcfe6b5b24f1b00fe0270
24434Merge: 5fa135d bbda879
24435Author: Brad Spengler <spender@grsecurity.net>
24436Date: Sat Jan 16 12:59:22 2016 -0500
24437
24438 Merge branch 'pax-test' into grsec-test
24439
24440commit bbda87914edf63e27fb46670bf3a373f2b963c73
24441Author: Brad Spengler <spender@grsecurity.net>
24442Date: Sat Jan 16 12:58:04 2016 -0500
24443
24444 Update to pax-linux-4.3.3-test20.patch:
24445 - constified drm_driver
24446 - Emese fixed a special case in handling __func__ in the initify plugin
24447 - Emese fixed a false positive size overflow report in handling inbufBits, reported by Martin Filo (https://bugs.gentoo.org/show_bug.cgi?id=567048)
24448 - fixed regression that caused perf to not resolve kernel code addresses under KERNEXEC/i386, reported by minipli
24449
24450 arch/x86/kernel/cpu/perf_event.h | 2 +-
24451 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
24452 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
24453 arch/x86/kernel/uprobes.c | 2 +-
24454 arch/x86/mm/mpx.c | 2 +-
24455 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
24456 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 ++-
24457 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
24458 drivers/gpu/drm/drm_pci.c | 6 +-
24459 drivers/gpu/drm/gma500/psb_drv.c | 5 +-
24460 drivers/gpu/drm/i915/i915_dma.c | 2 +-
24461 drivers/gpu/drm/i915/i915_drv.c | 15 ++--
24462 drivers/gpu/drm/i915/i915_drv.h | 2 +-
24463 drivers/gpu/drm/i915/i915_irq.c | 88 ++++++++++----------
24464 drivers/gpu/drm/mga/mga_drv.c | 5 +-
24465 drivers/gpu/drm/mga/mga_drv.h | 2 +-
24466 drivers/gpu/drm/mga/mga_state.c | 2 +-
24467 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 ++--
24468 drivers/gpu/drm/qxl/qxl_drv.c | 8 ++-
24469 drivers/gpu/drm/qxl/qxl_ioctl.c | 2 +-
24470 drivers/gpu/drm/r128/r128_drv.c | 4 +-
24471 drivers/gpu/drm/r128/r128_drv.h | 2 +-
24472 drivers/gpu/drm/r128/r128_state.c | 2 +-
24473 drivers/gpu/drm/radeon/radeon_drv.c | 17 +++-
24474 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
24475 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
24476 drivers/gpu/drm/radeon/radeon_state.c | 2 +-
24477 drivers/gpu/drm/savage/savage_bci.c | 2 +-
24478 drivers/gpu/drm/savage/savage_drv.c | 5 +-
24479 drivers/gpu/drm/savage/savage_drv.h | 2 +-
24480 drivers/gpu/drm/sis/sis_drv.c | 5 +-
24481 drivers/gpu/drm/sis/sis_drv.h | 2 +-
24482 drivers/gpu/drm/sis/sis_mm.c | 2 +-
24483 drivers/gpu/drm/via/via_dma.c | 2 +-
24484 drivers/gpu/drm/via/via_drv.c | 5 +-
24485 drivers/gpu/drm/via/via_drv.h | 2 +-
24486 include/drm/drmP.h | 2 +-
24487 mm/slab.c | 2 +-
24488 net/sunrpc/xprtrdma/svc_rdma.c | 6 +-
24489 tools/gcc/initify_plugin.c | 15 +++-
24490 .../disable_size_overflow_hash.data | 1 +
24491 .../size_overflow_plugin/size_overflow_hash.data | 3 +-
24492 42 files changed, 156 insertions(+), 110 deletions(-)
24493
24494commit 5fa135dc116350e0205c39ef65eaf6496ed2748a
24495Author: Brad Spengler <spender@grsecurity.net>
24496Date: Sat Jan 16 12:19:23 2016 -0500
24497
24498 compile fix
24499
24500 grsecurity/grsec_sig.c | 3 +--
24501 1 files changed, 1 insertions(+), 2 deletions(-)
24502
24503commit a9090fa58f33f75c7450fda5721a9b13625a47d9
24504Author: Brad Spengler <spender@grsecurity.net>
24505Date: Sat Jan 16 12:10:37 2016 -0500
24506
24507 As pointed out by Jann Horn, some distros are starting to circumvent
24508 previous assumptions about the attainability of a user to control
24509 multiple UIDs by handing out suid binaries that allow a user to run
24510 processes (including exploits) under a number of other pre-defined
24511 UIDs. As this could potentially be used to bypass GRKERNSEC_BRUTE
24512 (though it would have to involve some code path that doesn't involve
24513 locks) fix that here by ensuring no more than 8 users on a system can
24514 be banned before a reboot is required. If more are banned, a panic
24515 is triggered.
24516
24517 grsecurity/grsec_sig.c | 8 ++++++++
24518 1 files changed, 8 insertions(+), 0 deletions(-)
24519
24520commit a8d37776e9521c567ebff6730d49312f72435f08
24521Author: Eric Dumazet <edumazet@google.com>
24522Date: Thu Dec 3 11:12:07 2015 -0800
24523
24524 proc: add a reschedule point in proc_readfd_common()
24525
24526 User can pass an arbitrary large buffer to getdents().
24527
24528 It is typically a 32KB buffer used by libc scandir() implementation.
24529
24530 When scanning /proc/{pid}/fd, we can hold cpu way too long,
24531 so add a cond_resched() to be kind with other tasks.
24532
24533 We've seen latencies of more than 50ms on real workloads.
24534
24535 Signed-off-by: Eric Dumazet <edumazet@google.com>
24536 Cc: Alexander Viro <viro@zeniv.linux.org.uk>
24537 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
24538
24539 fs/proc/fd.c | 1 +
24540 1 files changed, 1 insertions(+), 0 deletions(-)
24541
24542commit 0adba75f8708f13b1f5d98ebe3fc2fb961e100c8
24543Author: Rabin Vincent <rabin@rab.in>
24544Date: Tue Jan 12 20:17:08 2016 +0100
24545
24546 net: bpf: reject invalid shifts
24547
24548 On ARM64, a BUG() is triggered in the eBPF JIT if a filter with a
24549 constant shift that can't be encoded in the immediate field of the
24550 UBFM/SBFM instructions is passed to the JIT. Since these shifts
24551 amounts, which are negative or >= regsize, are invalid, reject them in
24552 the eBPF verifier and the classic BPF filter checker, for all
24553 architectures.
24554
24555 Signed-off-by: Rabin Vincent <rabin@rab.in>
24556 Acked-by: Alexei Starovoitov <ast@kernel.org>
24557 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
24558 Signed-off-by: David S. Miller <davem@davemloft.net>
24559
24560 kernel/bpf/verifier.c | 10 ++++++++++
24561 net/core/filter.c | 5 +++++
24562 2 files changed, 15 insertions(+), 0 deletions(-)
24563
24564commit c248e115a73496625a1c64660d0eeefd67e55cbf
24565Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
24566Date: Fri Jan 8 11:00:54 2016 -0200
24567
24568 sctp: fix use-after-free in pr_debug statement
24569
24570 Dmitry Vyukov reported a use-after-free in the code expanded by the
24571 macro debug_post_sfx, which is caused by the use of the asoc pointer
24572 after it was freed within sctp_side_effect() scope.
24573
24574 This patch fixes it by allowing sctp_side_effect to clear that asoc
24575 pointer when the TCB is freed.
24576
24577 As Vlad explained, we also have to cover the SCTP_DISPOSITION_ABORT case
24578 because it will trigger DELETE_TCB too on that same loop.
24579
24580 Also, there were places issuing SCTP_CMD_INIT_FAILED and ASSOC_FAILED
24581 but returning SCTP_DISPOSITION_CONSUME, which would fool the scheme
24582 above. Fix it by returning SCTP_DISPOSITION_ABORT instead.
24583
24584 The macro is already prepared to handle such NULL pointer.
24585
24586 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24587 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
24588 Acked-by: Vlad Yasevich <vyasevich@gmail.com>
24589 Signed-off-by: David S. Miller <davem@davemloft.net>
24590
24591 net/sctp/sm_sideeffect.c | 11 ++++++-----
24592 net/sctp/sm_statefuns.c | 17 ++++-------------
24593 2 files changed, 10 insertions(+), 18 deletions(-)
24594
24595commit 395ea8a9e73e184fc14153a033000bccf4213213
24596Author: willy tarreau <w@1wt.eu>
24597Date: Sun Jan 10 07:54:56 2016 +0100
24598
24599 unix: properly account for FDs passed over unix sockets
24600
24601 It is possible for a process to allocate and accumulate far more FDs than
24602 the process' limit by sending them over a unix socket then closing them
24603 to keep the process' fd count low.
24604
24605 This change addresses this problem by keeping track of the number of FDs
24606 in flight per user and preventing non-privileged processes from having
24607 more FDs in flight than their configured FD limit.
24608
24609 Reported-by: socketpair@gmail.com
24610 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
24611 Mitigates: CVE-2013-4312 (Linux 2.0+)
24612 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
24613 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
24614 Signed-off-by: Willy Tarreau <w@1wt.eu>
24615 Signed-off-by: David S. Miller <davem@davemloft.net>
24616
24617 include/linux/sched.h | 1 +
24618 net/unix/af_unix.c | 24 ++++++++++++++++++++----
24619 net/unix/garbage.c | 13 ++++++++-----
24620 3 files changed, 29 insertions(+), 9 deletions(-)
24621
24622commit cb207ab8fbd71dcfc4a49d533aba8085012543fd
24623Author: Sasha Levin <sasha.levin@oracle.com>
24624Date: Thu Jan 7 14:52:43 2016 -0500
24625
24626 net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
24627
24628 proc_dostring() needs an initialized destination string, while the one
24629 provided in proc_sctp_do_hmac_alg() contains stack garbage.
24630
24631 Thus, writing to cookie_hmac_alg would strlen() that garbage and end up
24632 accessing invalid memory.
24633
24634 Fixes: 3c68198e7 ("sctp: Make hmac algorithm selection for cookie generation dynamic")
24635 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
24636 Signed-off-by: David S. Miller <davem@davemloft.net>
24637
24638 net/sctp/sysctl.c | 2 +-
24639 1 files changed, 1 insertions(+), 1 deletions(-)
24640
24641commit 4014e09faf0fe9054119624ccfff1236e886b554
24642Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
24643Date: Tue Nov 24 17:13:21 2015 -0500
24644
24645 RDS: fix race condition when sending a message on unbound socket
24646
24647 commit 8c7188b23474cca017b3ef354c4a58456f68303a upstream.
24648
24649 Sasha's found a NULL pointer dereference in the RDS connection code when
24650 sending a message to an apparently unbound socket. The problem is caused
24651 by the code checking if the socket is bound in rds_sendmsg(), which checks
24652 the rs_bound_addr field without taking a lock on the socket. This opens a
24653 race where rs_bound_addr is temporarily set but where the transport is not
24654 in rds_bind(), leading to a NULL pointer dereference when trying to
24655 dereference 'trans' in __rds_conn_create().
24656
24657 Vegard wrote a reproducer for this issue, so kindly ask him to share if
24658 you're interested.
24659
24660 I cannot reproduce the NULL pointer dereference using Vegard's reproducer
24661 with this patch, whereas I could without.
24662
24663 Complete earlier incomplete fix to CVE-2015-6937:
24664
24665 74e98eb08588 ("RDS: verify the underlying transport exists before creating a connection")
24666
24667 Cc: David S. Miller <davem@davemloft.net>
24668
24669 Reviewed-by: Vegard Nossum <vegard.nossum@oracle.com>
24670 Reviewed-by: Sasha Levin <sasha.levin@oracle.com>
24671 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
24672 Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com>
24673 Signed-off-by: David S. Miller <davem@davemloft.net>
24674 Signed-off-by: Jiri Slaby <jslaby@suse.cz>
24675
24676 Conflicts:
24677
24678 net/rds/send.c
24679
24680 net/rds/connection.c | 6 ------
24681 1 files changed, 0 insertions(+), 6 deletions(-)
24682
24683commit 206df8d01104344d7588d801016a281a4cd25556
24684Author: Sasha Levin <sasha.levin@oracle.com>
24685Date: Tue Sep 8 10:53:40 2015 -0400
24686
24687 RDS: verify the underlying transport exists before creating a connection
24688
24689 There was no verification that an underlying transport exists when creating
24690 a connection, this would cause dereferencing a NULL ptr.
24691
24692 It might happen on sockets that weren't properly bound before attempting to
24693 send a message, which will cause a NULL ptr deref:
24694
24695 [135546.047719] kasan: GPF could be caused by NULL-ptr deref or user memory accessgeneral protection fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC KASAN
24696 [135546.051270] Modules linked in:
24697 [135546.051781] CPU: 4 PID: 15650 Comm: trinity-c4 Not tainted 4.2.0-next-20150902-sasha-00041-gbaa1222-dirty #2527
24698 [135546.053217] task: ffff8800835bc000 ti: ffff8800bc708000 task.ti: ffff8800bc708000
24699 [135546.054291] RIP: __rds_conn_create (net/rds/connection.c:194)
24700 [135546.055666] RSP: 0018:ffff8800bc70fab0 EFLAGS: 00010202
24701 [135546.056457] RAX: dffffc0000000000 RBX: 0000000000000f2c RCX: ffff8800835bc000
24702 [135546.057494] RDX: 0000000000000007 RSI: ffff8800835bccd8 RDI: 0000000000000038
24703 [135546.058530] RBP: ffff8800bc70fb18 R08: 0000000000000001 R09: 0000000000000000
24704 [135546.059556] R10: ffffed014d7a3a23 R11: ffffed014d7a3a21 R12: 0000000000000000
24705 [135546.060614] R13: 0000000000000001 R14: ffff8801ec3d0000 R15: 0000000000000000
24706 [135546.061668] FS: 00007faad4ffb700(0000) GS:ffff880252000000(0000) knlGS:0000000000000000
24707 [135546.062836] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
24708 [135546.063682] CR2: 000000000000846a CR3: 000000009d137000 CR4: 00000000000006a0
24709 [135546.064723] Stack:
24710 [135546.065048] ffffffffafe2055c ffffffffafe23fc1 ffffed00493097bf ffff8801ec3d0008
24711 [135546.066247] 0000000000000000 00000000000000d0 0000000000000000 ac194a24c0586342
24712 [135546.067438] 1ffff100178e1f78 ffff880320581b00 ffff8800bc70fdd0 ffff880320581b00
24713 [135546.068629] Call Trace:
24714 [135546.069028] ? __rds_conn_create (include/linux/rcupdate.h:856 net/rds/connection.c:134)
24715 [135546.069989] ? rds_message_copy_from_user (net/rds/message.c:298)
24716 [135546.071021] rds_conn_create_outgoing (net/rds/connection.c:278)
24717 [135546.071981] rds_sendmsg (net/rds/send.c:1058)
24718 [135546.072858] ? perf_trace_lock (include/trace/events/lock.h:38)
24719 [135546.073744] ? lockdep_init (kernel/locking/lockdep.c:3298)
24720 [135546.074577] ? rds_send_drop_to (net/rds/send.c:976)
24721 [135546.075508] ? __might_fault (./arch/x86/include/asm/current.h:14 mm/memory.c:3795)
24722 [135546.076349] ? __might_fault (mm/memory.c:3795)
24723 [135546.077179] ? rds_send_drop_to (net/rds/send.c:976)
24724 [135546.078114] sock_sendmsg (net/socket.c:611 net/socket.c:620)
24725 [135546.078856] SYSC_sendto (net/socket.c:1657)
24726 [135546.079596] ? SYSC_connect (net/socket.c:1628)
24727 [135546.080510] ? trace_dump_stack (kernel/trace/trace.c:1926)
24728 [135546.081397] ? ring_buffer_unlock_commit (kernel/trace/ring_buffer.c:2479 kernel/trace/ring_buffer.c:2558 kernel/trace/ring_buffer.c:2674)
24729 [135546.082390] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
24730 [135546.083410] ? trace_event_raw_event_sys_enter (include/trace/events/syscalls.h:16)
24731 [135546.084481] ? do_audit_syscall_entry (include/trace/events/syscalls.h:16)
24732 [135546.085438] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
24733 [135546.085515] rds_ib_laddr_check(): addr 36.74.25.172 ret -99 node type -1
24734
24735 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
24736 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
24737 Signed-off-by: David S. Miller <davem@davemloft.net>
24738
24739 net/rds/connection.c | 6 ++++++
24740 1 files changed, 6 insertions(+), 0 deletions(-)
24741
24742commit 173fa03f05cf0ad485d49a42cbdee8844d3a689a
24743Author: Steven Rostedt (Red Hat) <rostedt@goodmis.org>
24744Date: Tue Jan 5 20:32:47 2016 -0500
24745
24746 ftrace/module: Call clean up function when module init fails early
24747
24748 If the module init code fails after calling ftrace_module_init() and before
24749 calling do_init_module(), we can suffer from a memory leak. This is because
24750 ftrace_module_init() allocates pages to store the locations that ftrace
24751 hooks are placed in the module text. If do_init_module() fails, it still
24752 calls the MODULE_GOING notifiers which will tell ftrace to do a clean up of
24753 the pages it allocated for the module. But if load_module() fails before
24754 then, the pages allocated by ftrace_module_init() will never be freed.
24755
24756 Call ftrace_release_mod() on the module if load_module() fails before
24757 getting to do_init_module().
24758
24759 Link: http://lkml.kernel.org/r/567CEA31.1070507@intel.com
24760
24761 Reported-by: "Qiu, PeiyangX" <peiyangx.qiu@intel.com>
24762 Fixes: a949ae560a511 "ftrace/module: Hardcode ftrace_module_init() call into load_module()"
24763 Cc: stable@vger.kernel.org # v2.6.38+
24764 Acked-by: Rusty Russell <rusty@rustcorp.com.au>
24765 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
24766
24767 include/linux/ftrace.h | 1 +
24768 kernel/module.c | 6 ++++++
24769 2 files changed, 7 insertions(+), 0 deletions(-)
24770
24771commit 1e5a4a81a4c16c8ac2e264b88a02cc2f42ed0399
24772Author: Francesco Ruggeri <fruggeri@aristanetworks.com>
24773Date: Wed Jan 6 00:18:48 2016 -0800
24774
24775 net: possible use after free in dst_release
24776
24777 dst_release should not access dst->flags after decrementing
24778 __refcnt to 0. The dst_entry may be in dst_busy_list and
24779 dst_gc_task may dst_destroy it before dst_release gets a chance
24780 to access dst->flags.
24781
24782 Fixes: d69bbf88c8d0 ("net: fix a race in dst_release()")
24783 Fixes: 27b75c95f10d ("net: avoid RCU for NOCACHE dst")
24784 Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
24785 Acked-by: Eric Dumazet <edumazet@google.com>
24786 Signed-off-by: David S. Miller <davem@davemloft.net>
24787
24788 net/core/dst.c | 3 ++-
24789 1 files changed, 2 insertions(+), 1 deletions(-)
24790
24791commit bfb0455793dd4e0f0b49d34a68b3249ab55565cc
24792Author: Alan <gnomes@lxorguk.ukuu.org.uk>
24793Date: Wed Jan 6 14:55:02 2016 +0000
24794
24795 mkiss: fix scribble on freed memory
24796
24797 commit d79f16c046086f4fe0d42184a458e187464eb83e fixed a user triggerable
24798 scribble on free memory but added a new one which allows the user to
24799 scribble even more and user controlled data into freed space.
24800
24801 As with 6pack we need to halt the queue before we free the buffers, because
24802 the transmit logic is not protected by the semaphore.
24803
24804 Signed-off-by: Alan Cox <alan@linux.intel.com>
24805 Signed-off-by: David S. Miller <davem@davemloft.net>
24806
24807 drivers/net/hamradio/mkiss.c | 5 +++++
24808 1 files changed, 5 insertions(+), 0 deletions(-)
24809
24810commit 5cbbcbd32dc1949470f61d342503808fa9555276
24811Author: David Miller <davem@davemloft.net>
24812Date: Thu Dec 17 16:05:49 2015 -0500
24813
24814 mkiss: Fix use after free in mkiss_close().
24815
24816 Need to do the unregister_device() after all references to the driver
24817 private have been done.
24818
24819 Signed-off-by: David S. Miller <davem@davemloft.net>
24820
24821 drivers/net/hamradio/mkiss.c | 4 ++--
24822 1 files changed, 2 insertions(+), 2 deletions(-)
24823
24824commit b00171576794a98068e069a660f0991a6a5190ff
24825Author: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
24826Date: Tue Jan 5 11:51:25 2016 +0000
24827
24828 6pack: fix free memory scribbles
24829
24830 commit acf673a3187edf72068ee2f92f4dc47d66baed47 fixed a user triggerable free
24831 memory scribble but in doing so replaced it with a different one that allows
24832 the user to control the data and scribble even more.
24833
24834 sixpack_close is called by the tty layer in tty context. The tty context is
24835 protected by sp_get() and sp_put(). However network layer activity via
24836 sp_xmit() is not protected this way. We must therefore stop the queue
24837 otherwise the user gets to dump a buffer mostly of their choice into freed
24838 kernel pages.
24839
24840 Signed-off-by: Alan Cox <alan@linux.intel.com>
24841 Signed-off-by: David S. Miller <davem@davemloft.net>
24842
24843 drivers/net/hamradio/6pack.c | 6 ++++++
24844 1 files changed, 6 insertions(+), 0 deletions(-)
24845
24846commit 5b64a833907cd230a3106aeba2304b2c1bcd116d
24847Author: David Miller <davem@davemloft.net>
24848Date: Thu Dec 17 16:05:32 2015 -0500
24849
24850 6pack: Fix use after free in sixpack_close().
24851
24852 Need to do the unregister_device() after all references to the driver
24853 private have been done.
24854
24855 Also we need to use del_timer_sync() for the timers so that we don't
24856 have any asynchronous references after the unregister.
24857
24858 Signed-off-by: David S. Miller <davem@davemloft.net>
24859
24860 drivers/net/hamradio/6pack.c | 8 ++++----
24861 1 files changed, 4 insertions(+), 4 deletions(-)
24862
24863commit 4f9d532742656b3613d579220fd10c78f24ba37b
24864Author: Rabin Vincent <rabin@rab.in>
24865Date: Tue Jan 5 16:23:07 2016 +0100
24866
24867 net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
24868
24869 The SKF_AD_ALU_XOR_X ancillary is not like the other ancillary data
24870 instructions since it XORs A with X while all the others replace A with
24871 some loaded value. All the BPF JITs fail to clear A if this is used as
24872 the first instruction in a filter. This was found using american fuzzy
24873 lop.
24874
24875 Add a helper to determine if A needs to be cleared given the first
24876 instruction in a filter, and use this in the JITs. Except for ARM, the
24877 rest have only been compile-tested.
24878
24879 Fixes: 3480593131e0 ("net: filter: get rid of BPF_S_* enum")
24880 Signed-off-by: Rabin Vincent <rabin@rab.in>
24881 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
24882 Acked-by: Alexei Starovoitov <ast@kernel.org>
24883 Signed-off-by: David S. Miller <davem@davemloft.net>
24884
24885 arch/arm/net/bpf_jit_32.c | 16 +---------------
24886 arch/mips/net/bpf_jit.c | 16 +---------------
24887 arch/powerpc/net/bpf_jit_comp.c | 13 ++-----------
24888 arch/sparc/net/bpf_jit_comp.c | 17 ++---------------
24889 include/linux/filter.h | 19 +++++++++++++++++++
24890 5 files changed, 25 insertions(+), 56 deletions(-)
24891
24892commit 570d88f8acfffda92b89ae2e1c47320d47256034
24893Author: John Fastabend <john.fastabend@gmail.com>
24894Date: Tue Jan 5 09:11:36 2016 -0800
24895
24896 net: sched: fix missing free per cpu on qstats
24897
24898 When a qdisc is using per cpu stats (currently just the ingress
24899 qdisc) only the bstats are being freed. This also free's the qstats.
24900
24901 Fixes: b0ab6f92752b9f9d8 ("net: sched: enable per cpu qstats")
24902 Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
24903 Acked-by: Eric Dumazet <edumazet@google.com>
24904 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
24905 Signed-off-by: David S. Miller <davem@davemloft.net>
24906
24907 net/sched/sch_generic.c | 4 +++-
24908 1 files changed, 3 insertions(+), 1 deletions(-)
24909
24910commit 32c0ebc51857ee83470a10dcb234d308a0ed1881
24911Author: Rabin Vincent <rabin@rab.in>
24912Date: Tue Jan 5 18:34:04 2016 +0100
24913
24914 ARM: net: bpf: fix zero right shift
24915
24916 The LSR instruction cannot be used to perform a zero right shift since a
24917 0 as the immediate value (imm5) in the LSR instruction encoding means
24918 that a shift of 32 is perfomed. See DecodeIMMShift() in the ARM ARM.
24919
24920 Make the JIT skip generation of the LSR if a zero-shift is requested.
24921
24922 This was found using american fuzzy lop.
24923
24924 Signed-off-by: Rabin Vincent <rabin@rab.in>
24925 Acked-by: Alexei Starovoitov <ast@kernel.org>
24926 Signed-off-by: David S. Miller <davem@davemloft.net>
24927
24928 arch/arm/net/bpf_jit_32.c | 3 ++-
24929 1 files changed, 2 insertions(+), 1 deletions(-)
24930
24931commit 51f5d291750285efa4d4bbe84e5ec23dc00c8d2d
24932Author: Brad Spengler <spender@grsecurity.net>
24933Date: Wed Jan 6 20:35:57 2016 -0500
24934
24935 Don't perform hidden lookups in RBAC against the directory of
24936 a file being opened with O_CREAT, reported by Karl Witt
24937
24938 Conflicts:
24939
24940 fs/namei.c
24941
24942 fs/namei.c | 3 ---
24943 1 files changed, 0 insertions(+), 3 deletions(-)
24944
24945commit 5a8266a6b2769ccdb447256f95bc2577a73cccd1
24946Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
24947Date: Tue Jan 5 10:46:00 2016 +0100
24948
24949 bridge: Only call /sbin/bridge-stp for the initial network namespace
24950
24951 [I stole this patch from Eric Biederman. He wrote:]
24952
24953 > There is no defined mechanism to pass network namespace information
24954 > into /sbin/bridge-stp therefore don't even try to invoke it except
24955 > for bridge devices in the initial network namespace.
24956 >
24957 > It is possible for unprivileged users to cause /sbin/bridge-stp to be
24958 > invoked for any network device name which if /sbin/bridge-stp does not
24959 > guard against unreasonable arguments or being invoked twice on the
24960 > same network device could cause problems.
24961
24962 [Hannes: changed patch using netns_eq]
24963
24964 Cc: Eric W. Biederman <ebiederm@xmission.com>
24965 Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
24966 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
24967 Signed-off-by: David S. Miller <davem@davemloft.net>
24968
24969 net/bridge/br_stp_if.c | 5 ++++-
24970 1 files changed, 4 insertions(+), 1 deletions(-)
24971
24972commit 650d535cc39f0aeff2f57e60b6617be25d3ef48b
24973Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
24974Date: Wed Dec 23 16:28:40 2015 -0200
24975
24976 sctp: use GFP_USER for user-controlled kmalloc
24977
24978 Commit cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
24979 missed two other spots.
24980
24981 For connectx, as it's more likely to be used by kernel users of the API,
24982 it detects if GFP_USER should be used or not.
24983
24984 Fixes: cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
24985 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24986 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
24987 Signed-off-by: David S. Miller <davem@davemloft.net>
24988
24989 net/sctp/socket.c | 9 ++++++---
24990 1 files changed, 6 insertions(+), 3 deletions(-)
24991
24992commit 5718a1f63c41fc156f729783423b002763779d04
24993Author: Florian Westphal <fw@strlen.de>
24994Date: Thu Dec 31 14:26:33 2015 +0100
24995
24996 connector: bump skb->users before callback invocation
24997
24998 Dmitry reports memleak with syskaller program.
24999 Problem is that connector bumps skb usecount but might not invoke callback.
25000
25001 So move skb_get to where we invoke the callback.
25002
25003 Reported-by: Dmitry Vyukov <dvyukov@google.com>
25004 Signed-off-by: Florian Westphal <fw@strlen.de>
25005 Signed-off-by: David S. Miller <davem@davemloft.net>
25006
25007 drivers/connector/connector.c | 11 +++--------
25008 1 files changed, 3 insertions(+), 8 deletions(-)
25009
25010commit 2e6372e6a97f8d642416899861f91777f44f13b7
25011Author: Rainer Weikusat <rweikusat@mobileactivedefense.com>
25012Date: Sun Jan 3 18:56:38 2016 +0000
25013
25014 af_unix: Fix splice-bind deadlock
25015
25016 On 2015/11/06, Dmitry Vyukov reported a deadlock involving the splice
25017 system call and AF_UNIX sockets,
25018
25019 http://lists.openwall.net/netdev/2015/11/06/24
25020
25021 The situation was analyzed as
25022
25023 (a while ago) A: socketpair()
25024 B: splice() from a pipe to /mnt/regular_file
25025 does sb_start_write() on /mnt
25026 C: try to freeze /mnt
25027 wait for B to finish with /mnt
25028 A: bind() try to bind our socket to /mnt/new_socket_name
25029 lock our socket, see it not bound yet
25030 decide that it needs to create something in /mnt
25031 try to do sb_start_write() on /mnt, block (it's
25032 waiting for C).
25033 D: splice() from the same pipe to our socket
25034 lock the pipe, see that socket is connected
25035 try to lock the socket, block waiting for A
25036 B: get around to actually feeding a chunk from
25037 pipe to file, try to lock the pipe. Deadlock.
25038
25039 on 2015/11/10 by Al Viro,
25040
25041 http://lists.openwall.net/netdev/2015/11/10/4
25042
25043 The patch fixes this by removing the kern_path_create related code from
25044 unix_mknod and executing it as part of unix_bind prior acquiring the
25045 readlock of the socket in question. This means that A (as used above)
25046 will sb_start_write on /mnt before it acquires the readlock, hence, it
25047 won't indirectly block B which first did a sb_start_write and then
25048 waited for a thread trying to acquire the readlock. Consequently, A
25049 being blocked by C waiting for B won't cause a deadlock anymore
25050 (effectively, both A and B acquire two locks in opposite order in the
25051 situation described above).
25052
25053 Dmitry Vyukov(<dvyukov@google.com>) tested the original patch.
25054
25055 Signed-off-by: Rainer Weikusat <rweikusat@mobileactivedefense.com>
25056 Signed-off-by: David S. Miller <davem@davemloft.net>
25057
25058 Conflicts:
25059
25060 net/unix/af_unix.c
25061
25062 net/unix/af_unix.c | 70 +++++++++++++++++++++++++++++++--------------------
25063 1 files changed, 42 insertions(+), 28 deletions(-)
25064
25065commit 2e729e557c571f3253e32472cd7d382ac16cf1c3
25066Author: Qiu Peiyang <peiyangx.qiu@intel.com>
25067Date: Thu Dec 31 13:11:28 2015 +0800
25068
25069 tracing: Fix setting of start_index in find_next()
25070
25071 When we do cat /sys/kernel/debug/tracing/printk_formats, we hit kernel
25072 panic at t_show.
25073
25074 general protection fault: 0000 [#1] PREEMPT SMP
25075 CPU: 0 PID: 2957 Comm: sh Tainted: G W O 3.14.55-x86_64-01062-gd4acdc7 #2
25076 RIP: 0010:[<ffffffff811375b2>]
25077 [<ffffffff811375b2>] t_show+0x22/0xe0
25078 RSP: 0000:ffff88002b4ebe80 EFLAGS: 00010246
25079 RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000004
25080 RDX: 0000000000000004 RSI: ffffffff81fd26a6 RDI: ffff880032f9f7b1
25081 RBP: ffff88002b4ebe98 R08: 0000000000001000 R09: 000000000000ffec
25082 R10: 0000000000000000 R11: 000000000000000f R12: ffff880004d9b6c0
25083 R13: 7365725f6d706400 R14: ffff880004d9b6c0 R15: ffffffff82020570
25084 FS: 0000000000000000(0000) GS:ffff88003aa00000(0063) knlGS:00000000f776bc40
25085 CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
25086 CR2: 00000000f6c02ff0 CR3: 000000002c2b3000 CR4: 00000000001007f0
25087 Call Trace:
25088 [<ffffffff811dc076>] seq_read+0x2f6/0x3e0
25089 [<ffffffff811b749b>] vfs_read+0x9b/0x160
25090 [<ffffffff811b7f69>] SyS_read+0x49/0xb0
25091 [<ffffffff81a3a4b9>] ia32_do_call+0x13/0x13
25092 ---[ end trace 5bd9eb630614861e ]---
25093 Kernel panic - not syncing: Fatal exception
25094
25095 When the first time find_next calls find_next_mod_format, it should
25096 iterate the trace_bprintk_fmt_list to find the first print format of
25097 the module. However in current code, start_index is smaller than *pos
25098 at first, and code will not iterate the list. Latter container_of will
25099 get the wrong address with former v, which will cause mod_fmt be a
25100 meaningless object and so is the returned mod_fmt->fmt.
25101
25102 This patch will fix it by correcting the start_index. After fixed,
25103 when the first time calls find_next_mod_format, start_index will be
25104 equal to *pos, and code will iterate the trace_bprintk_fmt_list to
25105 get the right module printk format, so is the returned mod_fmt->fmt.
25106
25107 Link: http://lkml.kernel.org/r/5684B900.9000309@intel.com
25108
25109 Cc: stable@vger.kernel.org # 3.12+
25110 Fixes: 102c9323c35a8 "tracing: Add __tracepoint_string() to export string pointers"
25111 Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
25112 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
25113
25114 kernel/trace/trace_printk.c | 1 +
25115 1 files changed, 1 insertions(+), 0 deletions(-)
25116
25117commit 0994af4b1930f32aa493dc08145cd304f8bfc8f4
25118Author: Al Viro <viro@zeniv.linux.org.uk>
25119Date: Mon Dec 28 20:47:08 2015 -0500
25120
25121 [PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()
25122
25123 Cc: stable@vger.kernel.org # 3.15+
25124 Reviewed-by: Jeff Layton <jeff.layton@primarydata.com>
25125 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
25126
25127 arch/arm/kernel/sys_oabi-compat.c | 73 +++++++++++++++++++------------------
25128 1 files changed, 37 insertions(+), 36 deletions(-)
25129
25130commit 4ed030f65dcf3e6b0128032a49a7d75f947fa351
25131Merge: de243c2 3adc55a
25132Author: Brad Spengler <spender@grsecurity.net>
25133Date: Tue Jan 5 18:10:10 2016 -0500
25134
25135 Merge branch 'pax-test' into grsec-test
25136
25137commit 3adc55a5acfa429c2a7cc883aef08b960c0079b0
25138Author: Brad Spengler <spender@grsecurity.net>
25139Date: Tue Jan 5 18:08:53 2016 -0500
25140
25141 Update to pax-linux-4.3.3-test16.patch:
25142 - small cleanup in entry_64.S on x86
25143 - Emese fixed the initify plugin to recursively check variable initializers, reported by Rasmus Villemoes
25144 - 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)
25145 - 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)
25146 - 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)
25147 - 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)
25148
25149 arch/x86/entry/entry_64.S | 60 +++++-----
25150 arch/x86/kernel/alternative.c | 2 +-
25151 arch/x86/kvm/emulate.c | 4 +-
25152 tools/gcc/initify_plugin.c | 123 +++++++++----------
25153 .../disable_size_overflow_hash.data | 4 +-
25154 .../size_overflow_plugin/size_overflow_hash.data | 2 -
25155 6 files changed, 93 insertions(+), 102 deletions(-)
25156
25157commit de243c26efd0e423ca92db825af2c3f8eb1ca043
25158Author: Brad Spengler <spender@grsecurity.net>
25159Date: Tue Dec 29 18:01:24 2015 -0500
25160
25161 It was noticed during an internal audit that the code under GRKERNSEC_PROC_MEMMAP
25162 which aimed to enforce a 16MB minimum on RLIMIT_DATA for suid/sgid binaries only
25163 did so if RLIMIT_DATA was set lower than PAGE_SIZE.
25164
25165 This addition was only supplemental as GRKERNSEC_BRUTE is the main defense
25166 against suid/sgid attacks and the flaw above would only eliminate the extra
25167 entropy provided for the brk-managed heap, still leaving it with the minimum
25168 of 16-bit entropy for mmap on x86 and 28 on x64.
25169
25170 mm/mmap.c | 2 +-
25171 1 files changed, 1 insertions(+), 1 deletions(-)
25172
25173commit 8e264cfe47e5f08cdc9ed009a630277206cd2534
25174Merge: 436201b 2584340
25175Author: Brad Spengler <spender@grsecurity.net>
25176Date: Mon Dec 28 20:30:01 2015 -0500
25177
25178 Merge branch 'pax-test' into grsec-test
25179
25180commit 2584340eab494e64ec1bf9eb5b0d1ae31f926306
25181Author: Brad Spengler <spender@grsecurity.net>
25182Date: Mon Dec 28 20:29:28 2015 -0500
25183
25184 Update to pax-linux-4.3.3-test14.patch:
25185 - 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)
25186 - fixed shutdown crash with tboot and KERNEXEC, reported by perfinion
25187 - fixed a few false positive and one real size overflow reports in hyperv, reported by hunger
25188 - fixed compile regressions on armv5, reported by iamb (https://forums.grsecurity.net/viewtopic.php?f=3&t=4350)
25189 - fixed an assert in the initify plugin that triggered in vic_register on arm
25190
25191 arch/arm/include/asm/atomic.h | 7 +++++--
25192 arch/arm/include/asm/domain.h | 5 ++---
25193 arch/x86/kernel/tboot.c | 14 +++++++++-----
25194 drivers/hv/channel.c | 4 +---
25195 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
25196 drivers/net/hyperv/rndis_filter.c | 3 +--
25197 fs/exec.c | 4 ++--
25198 include/linux/atomic.h | 15 ---------------
25199 net/core/skbuff.c | 3 ++-
25200 tools/gcc/initify_plugin.c | 4 +++-
25201 10 files changed, 26 insertions(+), 35 deletions(-)
25202
25203commit 436201b6626b488d173c8076447000077c27b84a
25204Author: David Howells <dhowells@redhat.com>
25205Date: Fri Dec 18 01:34:26 2015 +0000
25206
25207 KEYS: Fix race between read and revoke
25208
25209 This fixes CVE-2015-7550.
25210
25211 There's a race between keyctl_read() and keyctl_revoke(). If the revoke
25212 happens between keyctl_read() checking the validity of a key and the key's
25213 semaphore being taken, then the key type read method will see a revoked key.
25214
25215 This causes a problem for the user-defined key type because it assumes in
25216 its read method that there will always be a payload in a non-revoked key
25217 and doesn't check for a NULL pointer.
25218
25219 Fix this by making keyctl_read() check the validity of a key after taking
25220 semaphore instead of before.
25221
25222 I think the bug was introduced with the original keyrings code.
25223
25224 This was discovered by a multithreaded test program generated by syzkaller
25225 (http://github.com/google/syzkaller). Here's a cleaned up version:
25226
25227 #include <sys/types.h>
25228 #include <keyutils.h>
25229 #include <pthread.h>
25230 void *thr0(void *arg)
25231 {
25232 key_serial_t key = (unsigned long)arg;
25233 keyctl_revoke(key);
25234 return 0;
25235 }
25236 void *thr1(void *arg)
25237 {
25238 key_serial_t key = (unsigned long)arg;
25239 char buffer[16];
25240 keyctl_read(key, buffer, 16);
25241 return 0;
25242 }
25243 int main()
25244 {
25245 key_serial_t key = add_key("user", "%", "foo", 3, KEY_SPEC_USER_KEYRING);
25246 pthread_t th[5];
25247 pthread_create(&th[0], 0, thr0, (void *)(unsigned long)key);
25248 pthread_create(&th[1], 0, thr1, (void *)(unsigned long)key);
25249 pthread_create(&th[2], 0, thr0, (void *)(unsigned long)key);
25250 pthread_create(&th[3], 0, thr1, (void *)(unsigned long)key);
25251 pthread_join(th[0], 0);
25252 pthread_join(th[1], 0);
25253 pthread_join(th[2], 0);
25254 pthread_join(th[3], 0);
25255 return 0;
25256 }
25257
25258 Build as:
25259
25260 cc -o keyctl-race keyctl-race.c -lkeyutils -lpthread
25261
25262 Run as:
25263
25264 while keyctl-race; do :; done
25265
25266 as it may need several iterations to crash the kernel. The crash can be
25267 summarised as:
25268
25269 BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
25270 IP: [<ffffffff81279b08>] user_read+0x56/0xa3
25271 ...
25272 Call Trace:
25273 [<ffffffff81276aa9>] keyctl_read_key+0xb6/0xd7
25274 [<ffffffff81277815>] SyS_keyctl+0x83/0xe0
25275 [<ffffffff815dbb97>] entry_SYSCALL_64_fastpath+0x12/0x6f
25276
25277 Reported-by: Dmitry Vyukov <dvyukov@google.com>
25278 Signed-off-by: David Howells <dhowells@redhat.com>
25279 Tested-by: Dmitry Vyukov <dvyukov@google.com>
25280 Cc: stable@vger.kernel.org
25281 Signed-off-by: James Morris <james.l.morris@oracle.com>
25282
25283 security/keys/keyctl.c | 18 +++++++++---------
25284 1 files changed, 9 insertions(+), 9 deletions(-)
25285
25286commit 195cea04477025da4a2078bd3e1fb7c4e11206c2
25287Author: Brad Spengler <spender@grsecurity.net>
25288Date: Tue Dec 22 20:44:01 2015 -0500
25289
25290 Add new kernel command-line param: pax_size_overflow_report_only
25291 If a user triggers a size_overflow violation that makes it difficult
25292 to obtain the call trace without serial console/net console, they can
25293 use this option to provide that information to us
25294
25295 Documentation/kernel-parameters.txt | 5 +++++
25296 fs/exec.c | 12 +++++++++---
25297 init/main.c | 11 +++++++++++
25298 3 files changed, 25 insertions(+), 3 deletions(-)
25299
25300commit 4254a8da5851df8c08cdca5c392916e8c105408d
25301Author: WANG Cong <xiyou.wangcong@gmail.com>
25302Date: Mon Dec 21 10:55:45 2015 -0800
25303
25304 addrconf: always initialize sysctl table data
25305
25306 When sysctl performs restrict writes, it allows to write from
25307 a middle position of a sysctl file, which requires us to initialize
25308 the table data before calling proc_dostring() for the write case.
25309
25310 Fixes: 3d1bec99320d ("ipv6: introduce secret_stable to ipv6_devconf")
25311 Reported-by: Sasha Levin <sasha.levin@oracle.com>
25312 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
25313 Tested-by: Sasha Levin <sasha.levin@oracle.com>
25314 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
25315 Signed-off-by: David S. Miller <davem@davemloft.net>
25316
25317 net/ipv6/addrconf.c | 11 ++++-------
25318 1 files changed, 4 insertions(+), 7 deletions(-)
25319
25320commit f8002863fb06c363180637046947a78a6ccb3d33
25321Author: WANG Cong <xiyou.wangcong@gmail.com>
25322Date: Wed Dec 16 23:39:04 2015 -0800
25323
25324 net: check both type and procotol for tcp sockets
25325
25326 Dmitry reported the following out-of-bound access:
25327
25328 Call Trace:
25329 [<ffffffff816cec2e>] __asan_report_load4_noabort+0x3e/0x40
25330 mm/kasan/report.c:294
25331 [<ffffffff84affb14>] sock_setsockopt+0x1284/0x13d0 net/core/sock.c:880
25332 [< inline >] SYSC_setsockopt net/socket.c:1746
25333 [<ffffffff84aed7ee>] SyS_setsockopt+0x1fe/0x240 net/socket.c:1729
25334 [<ffffffff85c18c76>] entry_SYSCALL_64_fastpath+0x16/0x7a
25335 arch/x86/entry/entry_64.S:185
25336
25337 This is because we mistake a raw socket as a tcp socket.
25338 We should check both sk->sk_type and sk->sk_protocol to ensure
25339 it is a tcp socket.
25340
25341 Willem points out __skb_complete_tx_timestamp() needs to fix as well.
25342
25343 Reported-by: Dmitry Vyukov <dvyukov@google.com>
25344 Cc: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
25345 Cc: Eric Dumazet <eric.dumazet@gmail.com>
25346 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
25347 Acked-by: Willem de Bruijn <willemb@google.com>
25348 Signed-off-by: David S. Miller <davem@davemloft.net>
25349
25350 net/core/skbuff.c | 3 ++-
25351 net/core/sock.c | 3 ++-
25352 2 files changed, 4 insertions(+), 2 deletions(-)
25353
25354commit bd6b3399804470a4ad8f34229469ca149dceba3d
25355Author: Colin Ian King <colin.king@canonical.com>
25356Date: Fri Dec 18 14:22:01 2015 -0800
25357
25358 proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
25359
25360 Writing to /proc/$pid/coredump_filter always returns -ESRCH because commit
25361 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()") removed
25362 the setting of ret after the get_proc_task call and incorrectly left it as
25363 -ESRCH. Instead, return 0 when successful.
25364
25365 Example breakage:
25366
25367 echo 0 > /proc/self/coredump_filter
25368 bash: echo: write error: No such process
25369
25370 Fixes: 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()")
25371 Signed-off-by: Colin Ian King <colin.king@canonical.com>
25372 Acked-by: Kees Cook <keescook@chromium.org>
25373 Cc: <stable@vger.kernel.org> [4.3+]
25374 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
25375 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
25376
25377 fs/proc/base.c | 1 +
25378 1 files changed, 1 insertions(+), 0 deletions(-)
25379
25380commit b28aca2b99ed08546778355fb9402c503ff9b29e
25381Author: Junichi Nomura <j-nomura@ce.jp.nec.com>
25382Date: Tue Dec 22 10:23:44 2015 -0700
25383
25384 block: ensure to split after potentially bouncing a bio
25385
25386 blk_queue_bio() does split then bounce, which makes the segment
25387 counting based on pages before bouncing and could go wrong. Move
25388 the split to after bouncing, like we do for blk-mq, and the we
25389 fix the issue of having the bio count for segments be wrong.
25390
25391 Fixes: 54efd50bfd87 ("block: make generic_make_request handle arbitrarily sized bios")
25392 Cc: stable@vger.kernel.org
25393 Tested-by: Artem S. Tashkinov <t.artem@lycos.com>
25394 Signed-off-by: Jens Axboe <axboe@fb.com>
25395
25396 block/blk-core.c | 4 ++--
25397 1 files changed, 2 insertions(+), 2 deletions(-)
25398
25399commit e62a25e917a9e5b35ddd5b4f1b5e5e30fbd2e84c
25400Merge: f6f63ae ec72fa5
25401Author: Brad Spengler <spender@grsecurity.net>
25402Date: Tue Dec 22 19:46:26 2015 -0500
25403
25404 Merge branch 'pax-test' into grsec-test
25405
25406commit ec72fa5f8d9cb4e223bad1b8b5c2e1071c222f2a
25407Author: Brad Spengler <spender@grsecurity.net>
25408Date: Tue Dec 22 19:45:51 2015 -0500
25409
25410 Update to pax-linux-4.3.3-test13.patch:
25411 - 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)
25412 - 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)
25413
25414 arch/arm/mm/fault.c | 2 +-
25415 arch/x86/mm/fault.c | 2 +-
25416 fs/btrfs/extent_map.c | 8 ++++++--
25417 fs/xfs/libxfs/xfs_da_btree.c | 4 +++-
25418 4 files changed, 11 insertions(+), 5 deletions(-)
25419
25420commit f6f63ae154cd45028add1dc41957878060d77fbf
25421Author: Brad Spengler <spender@grsecurity.net>
25422Date: Thu Dec 17 18:43:44 2015 -0500
25423
25424 ptrace_has_cap() checks whether the current process should be
25425 treated as having a certain capability for ptrace checks
25426 against another process. Until now, this was equivalent to
25427 has_ns_capability(current, target_ns, CAP_SYS_PTRACE).
25428
25429 However, if a root-owned process wants to enter a user
25430 namespace for some reason without knowing who owns it and
25431 therefore can't change to the namespace owner's uid and gid
25432 before entering, as soon as it has entered the namespace,
25433 the namespace owner can attach to it via ptrace and thereby
25434 gain access to its uid and gid.
25435
25436 While it is possible for the entering process to switch to
25437 the uid of a claimed namespace owner before entering,
25438 causing the attempt to enter to fail if the claimed uid is
25439 wrong, this doesn't solve the problem of determining an
25440 appropriate gid.
25441
25442 With this change, the entering process can first enter the
25443 namespace and then safely inspect the namespace's
25444 properties, e.g. through /proc/self/{uid_map,gid_map},
25445 assuming that the namespace owner doesn't have access to
25446 uid 0.
25447 Signed-off-by: Jann Horn <jann@thejh.net>
25448
25449 kernel/ptrace.c | 30 +++++++++++++++++++++++++-----
25450 1 files changed, 25 insertions(+), 5 deletions(-)
25451
25452commit e314f0fb63020f61543b401ff594e953c2c304e5
25453Author: tadeusz.struk@intel.com <tadeusz.struk@intel.com>
25454Date: Tue Dec 15 10:46:17 2015 -0800
25455
25456 net: fix uninitialized variable issue
25457
25458 msg_iocb needs to be initialized on the recv/recvfrom path.
25459 Otherwise afalg will wrongly interpret it as an async call.
25460
25461 Cc: stable@vger.kernel.org
25462 Reported-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
25463 Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
25464 Signed-off-by: David S. Miller <davem@davemloft.net>
25465
25466 net/socket.c | 1 +
25467 1 files changed, 1 insertions(+), 0 deletions(-)
25468
25469commit a3f56a43ad56b8fcaf04f6327636ed2f5970de3b
25470Merge: dfa764c 142edcf
25471Author: Brad Spengler <spender@grsecurity.net>
25472Date: Wed Dec 16 21:01:17 2015 -0500
25473
25474 Merge branch 'pax-test' into grsec-test
25475
25476commit 142edcf1005a57fb8887823565cf0bafad2f313c
25477Author: Brad Spengler <spender@grsecurity.net>
25478Date: Wed Dec 16 21:00:57 2015 -0500
25479
25480 Update to pax-linux-4.3.3-test12.patch:
25481 - 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)
25482 - 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)
25483
25484 drivers/tty/n_tty.c | 16 ++++++++--------
25485 .../disable_size_overflow_hash.data | 2 ++
25486 .../size_overflow_plugin/size_overflow_hash.data | 6 ++----
25487 3 files changed, 12 insertions(+), 12 deletions(-)
25488
25489commit dfa764cc549892a5bfc1083cac78b99032cae577
25490Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
25491Date: Tue Dec 15 22:59:12 2015 +0100
25492
25493 ipv6: automatically enable stable privacy mode if stable_secret set
25494
25495 Bjørn reported that while we switch all interfaces to privacy stable mode
25496 when setting the secret, we don't set this mode for new interfaces. This
25497 does not make sense, so change this behaviour.
25498
25499 Fixes: 622c81d57b392cc ("ipv6: generation of stable privacy addresses for link-local and autoconf")
25500 Reported-by: Bjørn Mork <bjorn@mork.no>
25501 Cc: Bjørn Mork <bjorn@mork.no>
25502 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
25503 Signed-off-by: David S. Miller <davem@davemloft.net>
25504
25505 net/ipv6/addrconf.c | 6 ++++++
25506 1 files changed, 6 insertions(+), 0 deletions(-)
25507
25508commit c2815a1fee03f222273e77c14e43f960da06f35a
25509Author: Brad Spengler <spender@grsecurity.net>
25510Date: Wed Dec 16 13:03:38 2015 -0500
25511
25512 Work around upstream limitation on the number of thread info flags causing a compilation error
25513 Reported by fabled at http://forums.grsecurity.net/viewtopic.php?f=3&t=4339
25514
25515 arch/arm/kernel/entry-common.S | 8 ++++++--
25516 1 files changed, 6 insertions(+), 2 deletions(-)
25517
25518commit 8c9ae168e09ae49324d709d76d73d9fc4ca477e1
25519Author: Brad Spengler <spender@grsecurity.net>
25520Date: Tue Dec 15 19:03:41 2015 -0500
25521
25522 Initial import of grsecurity 3.1 for Linux 4.3.3
25523
25524 Documentation/dontdiff | 2 +
25525 Documentation/kernel-parameters.txt | 7 +
25526 Documentation/sysctl/kernel.txt | 15 +
25527 Makefile | 18 +-
25528 arch/alpha/include/asm/cache.h | 4 +-
25529 arch/alpha/kernel/osf_sys.c | 12 +-
25530 arch/arc/Kconfig | 1 +
25531 arch/arm/Kconfig | 1 +
25532 arch/arm/Kconfig.debug | 1 +
25533 arch/arm/include/asm/thread_info.h | 7 +-
25534 arch/arm/kernel/process.c | 4 +-
25535 arch/arm/kernel/ptrace.c | 9 +
25536 arch/arm/kernel/traps.c | 7 +-
25537 arch/arm/mm/Kconfig | 2 +-
25538 arch/arm/mm/fault.c | 40 +-
25539 arch/arm/mm/mmap.c | 8 +-
25540 arch/arm/net/bpf_jit_32.c | 51 +-
25541 arch/arm64/Kconfig.debug | 1 +
25542 arch/avr32/include/asm/cache.h | 4 +-
25543 arch/blackfin/Kconfig.debug | 1 +
25544 arch/blackfin/include/asm/cache.h | 3 +-
25545 arch/cris/include/arch-v10/arch/cache.h | 3 +-
25546 arch/cris/include/arch-v32/arch/cache.h | 3 +-
25547 arch/frv/include/asm/cache.h | 3 +-
25548 arch/frv/mm/elf-fdpic.c | 4 +-
25549 arch/hexagon/include/asm/cache.h | 6 +-
25550 arch/ia64/Kconfig | 1 +
25551 arch/ia64/include/asm/cache.h | 3 +-
25552 arch/ia64/kernel/sys_ia64.c | 2 +
25553 arch/ia64/mm/hugetlbpage.c | 2 +
25554 arch/m32r/include/asm/cache.h | 4 +-
25555 arch/m68k/include/asm/cache.h | 4 +-
25556 arch/metag/mm/hugetlbpage.c | 1 +
25557 arch/microblaze/include/asm/cache.h | 3 +-
25558 arch/mips/Kconfig | 1 +
25559 arch/mips/include/asm/cache.h | 3 +-
25560 arch/mips/include/asm/thread_info.h | 11 +-
25561 arch/mips/kernel/irq.c | 3 +
25562 arch/mips/kernel/ptrace.c | 9 +
25563 arch/mips/mm/mmap.c | 4 +-
25564 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
25565 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
25566 arch/openrisc/include/asm/cache.h | 4 +-
25567 arch/parisc/include/asm/cache.h | 5 +-
25568 arch/parisc/kernel/sys_parisc.c | 4 +
25569 arch/powerpc/Kconfig | 1 +
25570 arch/powerpc/include/asm/cache.h | 4 +-
25571 arch/powerpc/include/asm/thread_info.h | 5 +-
25572 arch/powerpc/kernel/Makefile | 2 +
25573 arch/powerpc/kernel/irq.c | 3 +
25574 arch/powerpc/kernel/process.c | 10 +-
25575 arch/powerpc/kernel/ptrace.c | 14 +
25576 arch/powerpc/kernel/traps.c | 5 +
25577 arch/powerpc/mm/slice.c | 2 +-
25578 arch/s390/Kconfig.debug | 1 +
25579 arch/s390/include/asm/cache.h | 4 +-
25580 arch/score/include/asm/cache.h | 4 +-
25581 arch/sh/include/asm/cache.h | 3 +-
25582 arch/sh/mm/mmap.c | 6 +-
25583 arch/sparc/include/asm/cache.h | 4 +-
25584 arch/sparc/include/asm/pgalloc_64.h | 1 +
25585 arch/sparc/include/asm/thread_info_64.h | 8 +-
25586 arch/sparc/kernel/process_32.c | 6 +-
25587 arch/sparc/kernel/process_64.c | 8 +-
25588 arch/sparc/kernel/ptrace_64.c | 14 +
25589 arch/sparc/kernel/sys_sparc_64.c | 8 +-
25590 arch/sparc/kernel/syscalls.S | 8 +-
25591 arch/sparc/kernel/traps_32.c | 8 +-
25592 arch/sparc/kernel/traps_64.c | 28 +-
25593 arch/sparc/kernel/unaligned_64.c | 2 +-
25594 arch/sparc/mm/fault_64.c | 2 +-
25595 arch/sparc/mm/hugetlbpage.c | 15 +-
25596 arch/tile/Kconfig | 1 +
25597 arch/tile/include/asm/cache.h | 3 +-
25598 arch/tile/mm/hugetlbpage.c | 2 +
25599 arch/um/include/asm/cache.h | 3 +-
25600 arch/unicore32/include/asm/cache.h | 6 +-
25601 arch/x86/Kconfig | 21 +
25602 arch/x86/Kconfig.debug | 2 +
25603 arch/x86/entry/common.c | 14 +
25604 arch/x86/entry/entry_32.S | 2 +-
25605 arch/x86/entry/entry_64.S | 2 +-
25606 arch/x86/ia32/ia32_aout.c | 2 +
25607 arch/x86/include/asm/floppy.h | 20 +-
25608 arch/x86/include/asm/fpu/types.h | 69 +-
25609 arch/x86/include/asm/io.h | 2 +-
25610 arch/x86/include/asm/page.h | 12 +-
25611 arch/x86/include/asm/paravirt_types.h | 23 +-
25612 arch/x86/include/asm/processor.h | 12 +-
25613 arch/x86/include/asm/thread_info.h | 6 +-
25614 arch/x86/include/asm/uaccess.h | 2 +-
25615 arch/x86/kernel/dumpstack.c | 10 +-
25616 arch/x86/kernel/dumpstack_32.c | 2 +-
25617 arch/x86/kernel/dumpstack_64.c | 2 +-
25618 arch/x86/kernel/ioport.c | 13 +
25619 arch/x86/kernel/irq_32.c | 3 +
25620 arch/x86/kernel/irq_64.c | 4 +
25621 arch/x86/kernel/ldt.c | 18 +
25622 arch/x86/kernel/msr.c | 10 +
25623 arch/x86/kernel/ptrace.c | 14 +
25624 arch/x86/kernel/signal.c | 9 +-
25625 arch/x86/kernel/sys_i386_32.c | 9 +-
25626 arch/x86/kernel/sys_x86_64.c | 8 +-
25627 arch/x86/kernel/traps.c | 5 +
25628 arch/x86/kernel/verify_cpu.S | 1 +
25629 arch/x86/kernel/vm86_32.c | 15 +
25630 arch/x86/kvm/svm.c | 14 +-
25631 arch/x86/mm/fault.c | 12 +-
25632 arch/x86/mm/hugetlbpage.c | 15 +-
25633 arch/x86/mm/init.c | 66 +-
25634 arch/x86/mm/init_32.c | 6 +-
25635 arch/x86/net/bpf_jit_comp.c | 4 +
25636 arch/x86/platform/efi/efi_64.c | 2 +-
25637 arch/x86/xen/Kconfig | 1 +
25638 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
25639 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
25640 crypto/ablkcipher.c | 2 +-
25641 crypto/blkcipher.c | 2 +-
25642 crypto/scatterwalk.c | 10 +-
25643 drivers/acpi/acpica/hwxfsleep.c | 11 +-
25644 drivers/acpi/custom_method.c | 4 +
25645 drivers/block/cciss.h | 30 +-
25646 drivers/block/smart1,2.h | 40 +-
25647 drivers/cdrom/cdrom.c | 2 +-
25648 drivers/char/Kconfig | 4 +-
25649 drivers/char/genrtc.c | 1 +
25650 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
25651 drivers/char/mem.c | 17 +
25652 drivers/char/random.c | 5 +-
25653 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
25654 drivers/crypto/nx/nx-aes-ccm.c | 2 +-
25655 drivers/crypto/nx/nx-aes-gcm.c | 2 +-
25656 drivers/crypto/talitos.c | 2 +-
25657 drivers/firewire/ohci.c | 4 +
25658 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
25659 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
25660 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
25661 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
25662 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
25663 drivers/hid/hid-wiimote-debug.c | 2 +-
25664 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
25665 drivers/iommu/Kconfig | 1 +
25666 drivers/iommu/amd_iommu.c | 14 +-
25667 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
25668 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
25669 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
25670 drivers/isdn/hisax/config.c | 2 +-
25671 drivers/isdn/hisax/hfc_pci.c | 2 +-
25672 drivers/isdn/hisax/hfc_sx.c | 2 +-
25673 drivers/isdn/hisax/q931.c | 6 +-
25674 drivers/isdn/i4l/isdn_concap.c | 6 +-
25675 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
25676 drivers/md/bcache/Kconfig | 1 +
25677 drivers/md/raid5.c | 8 +
25678 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
25679 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
25680 drivers/media/platform/vivid/vivid-osd.c | 1 +
25681 drivers/media/radio/radio-cadet.c | 5 +-
25682 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
25683 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
25684 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
25685 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
25686 drivers/message/fusion/mptbase.c | 9 +
25687 drivers/misc/sgi-xp/xp_main.c | 12 +-
25688 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
25689 drivers/net/ppp/pppoe.c | 14 +-
25690 drivers/net/ppp/pptp.c | 6 +
25691 drivers/net/slip/slhc.c | 3 +
25692 drivers/net/wan/lmc/lmc_media.c | 97 +-
25693 drivers/net/wan/x25_asy.c | 6 +-
25694 drivers/net/wan/z85230.c | 24 +-
25695 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
25696 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
25697 drivers/pci/pci-sysfs.c | 2 +-
25698 drivers/pci/proc.c | 9 +
25699 drivers/platform/x86/asus-wmi.c | 12 +
25700 drivers/rtc/rtc-dev.c | 3 +
25701 drivers/scsi/bfa/bfa_fcs.c | 19 +-
25702 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
25703 drivers/scsi/bfa/bfa_modules.h | 12 +-
25704 drivers/scsi/hpsa.h | 40 +-
25705 drivers/staging/dgnc/dgnc_mgmt.c | 1 +
25706 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
25707 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
25708 drivers/target/target_core_sbc.c | 17 +-
25709 drivers/target/target_core_transport.c | 14 +-
25710 drivers/tty/serial/uartlite.c | 4 +-
25711 drivers/tty/sysrq.c | 2 +-
25712 drivers/tty/vt/keyboard.c | 22 +-
25713 drivers/uio/uio.c | 6 +-
25714 drivers/usb/core/hub.c | 5 +
25715 drivers/usb/gadget/function/f_uac1.c | 1 +
25716 drivers/usb/gadget/function/u_uac1.c | 1 +
25717 drivers/usb/host/hwa-hc.c | 9 +-
25718 drivers/usb/usbip/vhci_sysfs.c | 2 +-
25719 drivers/video/fbdev/arcfb.c | 2 +-
25720 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
25721 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
25722 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
25723 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++-----
25724 drivers/xen/xenfs/xenstored.c | 5 +
25725 firmware/Makefile | 2 +
25726 firmware/WHENCE | 20 +-
25727 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
25728 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
25729 fs/9p/vfs_inode.c | 4 +-
25730 fs/attr.c | 1 +
25731 fs/autofs4/waitq.c | 9 +
25732 fs/binfmt_aout.c | 7 +
25733 fs/binfmt_elf.c | 50 +-
25734 fs/compat.c | 20 +-
25735 fs/coredump.c | 17 +-
25736 fs/dcache.c | 3 +
25737 fs/debugfs/inode.c | 11 +-
25738 fs/exec.c | 219 +-
25739 fs/ext2/balloc.c | 4 +-
25740 fs/ext2/super.c | 8 +-
25741 fs/ext4/balloc.c | 4 +-
25742 fs/fcntl.c | 4 +
25743 fs/fhandle.c | 3 +-
25744 fs/file.c | 4 +
25745 fs/filesystems.c | 4 +
25746 fs/fs_struct.c | 20 +-
25747 fs/hugetlbfs/inode.c | 5 +-
25748 fs/inode.c | 8 +-
25749 fs/kernfs/dir.c | 6 +
25750 fs/mount.h | 4 +-
25751 fs/namei.c | 286 +-
25752 fs/namespace.c | 24 +
25753 fs/nfsd/nfscache.c | 2 +-
25754 fs/open.c | 38 +
25755 fs/overlayfs/inode.c | 11 +-
25756 fs/overlayfs/super.c | 6 +-
25757 fs/pipe.c | 2 +-
25758 fs/posix_acl.c | 15 +-
25759 fs/proc/Kconfig | 10 +-
25760 fs/proc/array.c | 69 +-
25761 fs/proc/base.c | 186 +-
25762 fs/proc/cmdline.c | 4 +
25763 fs/proc/devices.c | 4 +
25764 fs/proc/fd.c | 17 +-
25765 fs/proc/generic.c | 64 +
25766 fs/proc/inode.c | 17 +
25767 fs/proc/internal.h | 11 +-
25768 fs/proc/interrupts.c | 4 +
25769 fs/proc/kcore.c | 3 +
25770 fs/proc/meminfo.c | 7 +-
25771 fs/proc/namespaces.c | 4 +-
25772 fs/proc/proc_net.c | 31 +
25773 fs/proc/proc_sysctl.c | 52 +-
25774 fs/proc/root.c | 8 +
25775 fs/proc/stat.c | 69 +-
25776 fs/proc/task_mmu.c | 66 +-
25777 fs/readdir.c | 19 +
25778 fs/reiserfs/item_ops.c | 24 +-
25779 fs/reiserfs/super.c | 4 +
25780 fs/select.c | 2 +
25781 fs/seq_file.c | 30 +-
25782 fs/splice.c | 8 +
25783 fs/stat.c | 20 +-
25784 fs/sysfs/dir.c | 30 +-
25785 fs/sysv/inode.c | 11 +-
25786 fs/utimes.c | 7 +
25787 fs/xattr.c | 26 +-
25788 grsecurity/Kconfig | 1182 ++++
25789 grsecurity/Makefile | 54 +
25790 grsecurity/gracl.c | 2757 +++++++++
25791 grsecurity/gracl_alloc.c | 105 +
25792 grsecurity/gracl_cap.c | 127 +
25793 grsecurity/gracl_compat.c | 269 +
25794 grsecurity/gracl_fs.c | 448 ++
25795 grsecurity/gracl_ip.c | 386 ++
25796 grsecurity/gracl_learn.c | 207 +
25797 grsecurity/gracl_policy.c | 1786 ++++++
25798 grsecurity/gracl_res.c | 68 +
25799 grsecurity/gracl_segv.c | 304 +
25800 grsecurity/gracl_shm.c | 40 +
25801 grsecurity/grsec_chdir.c | 19 +
25802 grsecurity/grsec_chroot.c | 467 ++
25803 grsecurity/grsec_disabled.c | 445 ++
25804 grsecurity/grsec_exec.c | 189 +
25805 grsecurity/grsec_fifo.c | 26 +
25806 grsecurity/grsec_fork.c | 23 +
25807 grsecurity/grsec_init.c | 290 +
25808 grsecurity/grsec_ipc.c | 48 +
25809 grsecurity/grsec_link.c | 65 +
25810 grsecurity/grsec_log.c | 340 +
25811 grsecurity/grsec_mem.c | 48 +
25812 grsecurity/grsec_mount.c | 65 +
25813 grsecurity/grsec_pax.c | 47 +
25814 grsecurity/grsec_proc.c | 20 +
25815 grsecurity/grsec_ptrace.c | 30 +
25816 grsecurity/grsec_sig.c | 236 +
25817 grsecurity/grsec_sock.c | 244 +
25818 grsecurity/grsec_sysctl.c | 488 ++
25819 grsecurity/grsec_time.c | 16 +
25820 grsecurity/grsec_tpe.c | 78 +
25821 grsecurity/grsec_usb.c | 15 +
25822 grsecurity/grsum.c | 64 +
25823 include/linux/binfmts.h | 5 +-
25824 include/linux/bitops.h | 2 +-
25825 include/linux/capability.h | 13 +
25826 include/linux/compiler-gcc.h | 5 +
25827 include/linux/compiler.h | 8 +
25828 include/linux/cred.h | 8 +-
25829 include/linux/dcache.h | 5 +-
25830 include/linux/fs.h | 24 +-
25831 include/linux/fs_struct.h | 2 +-
25832 include/linux/fsnotify.h | 6 +
25833 include/linux/gracl.h | 342 +
25834 include/linux/gracl_compat.h | 156 +
25835 include/linux/gralloc.h | 9 +
25836 include/linux/grdefs.h | 140 +
25837 include/linux/grinternal.h | 230 +
25838 include/linux/grmsg.h | 118 +
25839 include/linux/grsecurity.h | 255 +
25840 include/linux/grsock.h | 19 +
25841 include/linux/ipc.h | 2 +-
25842 include/linux/ipc_namespace.h | 2 +-
25843 include/linux/kallsyms.h | 18 +-
25844 include/linux/kmod.h | 5 +
25845 include/linux/kobject.h | 2 +-
25846 include/linux/lsm_hooks.h | 4 +-
25847 include/linux/mm.h | 12 +
25848 include/linux/mm_types.h | 4 +-
25849 include/linux/module.h | 5 +-
25850 include/linux/mount.h | 2 +-
25851 include/linux/msg.h | 2 +-
25852 include/linux/netfilter/xt_gradm.h | 9 +
25853 include/linux/path.h | 4 +-
25854 include/linux/perf_event.h | 13 +-
25855 include/linux/pid_namespace.h | 2 +-
25856 include/linux/printk.h | 2 +-
25857 include/linux/proc_fs.h | 22 +-
25858 include/linux/proc_ns.h | 2 +-
25859 include/linux/ptrace.h | 24 +-
25860 include/linux/random.h | 2 +-
25861 include/linux/rbtree_augmented.h | 4 +-
25862 include/linux/scatterlist.h | 12 +-
25863 include/linux/sched.h | 114 +-
25864 include/linux/security.h | 1 +
25865 include/linux/sem.h | 2 +-
25866 include/linux/seq_file.h | 5 +
25867 include/linux/shm.h | 6 +-
25868 include/linux/skbuff.h | 3 +
25869 include/linux/slab.h | 9 -
25870 include/linux/sysctl.h | 8 +-
25871 include/linux/thread_info.h | 6 +-
25872 include/linux/tty.h | 2 +-
25873 include/linux/tty_driver.h | 4 +-
25874 include/linux/uidgid.h | 5 +
25875 include/linux/user_namespace.h | 2 +-
25876 include/linux/utsname.h | 2 +-
25877 include/linux/vermagic.h | 16 +-
25878 include/linux/vmalloc.h | 20 +-
25879 include/net/af_unix.h | 2 +-
25880 include/net/dst.h | 33 +
25881 include/net/ip.h | 2 +-
25882 include/net/neighbour.h | 2 +-
25883 include/net/net_namespace.h | 2 +-
25884 include/net/sock.h | 4 +-
25885 include/target/target_core_base.h | 2 +-
25886 include/trace/events/fs.h | 53 +
25887 include/uapi/linux/personality.h | 1 +
25888 init/Kconfig | 4 +-
25889 init/main.c | 35 +-
25890 ipc/mqueue.c | 1 +
25891 ipc/msg.c | 3 +-
25892 ipc/sem.c | 3 +-
25893 ipc/shm.c | 26 +-
25894 ipc/util.c | 6 +
25895 kernel/auditsc.c | 2 +-
25896 kernel/bpf/syscall.c | 8 +-
25897 kernel/capability.c | 41 +-
25898 kernel/cgroup.c | 5 +-
25899 kernel/compat.c | 1 +
25900 kernel/configs.c | 11 +
25901 kernel/cred.c | 112 +-
25902 kernel/events/core.c | 16 +-
25903 kernel/exit.c | 10 +-
25904 kernel/fork.c | 86 +-
25905 kernel/futex.c | 6 +-
25906 kernel/futex_compat.c | 2 +-
25907 kernel/kallsyms.c | 9 +
25908 kernel/kcmp.c | 8 +-
25909 kernel/kexec_core.c | 2 +-
25910 kernel/kmod.c | 95 +-
25911 kernel/kprobes.c | 7 +-
25912 kernel/ksysfs.c | 2 +
25913 kernel/locking/lockdep_proc.c | 10 +-
25914 kernel/module.c | 108 +-
25915 kernel/panic.c | 4 +-
25916 kernel/pid.c | 23 +-
25917 kernel/power/Kconfig | 2 +
25918 kernel/printk/printk.c | 20 +-
25919 kernel/ptrace.c | 56 +-
25920 kernel/resource.c | 10 +
25921 kernel/sched/core.c | 11 +-
25922 kernel/signal.c | 37 +-
25923 kernel/sys.c | 64 +-
25924 kernel/sysctl.c | 172 +-
25925 kernel/taskstats.c | 6 +
25926 kernel/time/posix-timers.c | 8 +
25927 kernel/time/time.c | 5 +
25928 kernel/time/timekeeping.c | 3 +
25929 kernel/time/timer_list.c | 13 +-
25930 kernel/time/timer_stats.c | 10 +-
25931 kernel/trace/Kconfig | 2 +
25932 kernel/trace/trace_syscalls.c | 8 +
25933 kernel/user_namespace.c | 15 +
25934 lib/Kconfig.debug | 13 +-
25935 lib/Kconfig.kasan | 2 +-
25936 lib/is_single_threaded.c | 3 +
25937 lib/list_debug.c | 65 +-
25938 lib/nlattr.c | 2 +
25939 lib/rbtree.c | 4 +-
25940 lib/vsprintf.c | 39 +-
25941 localversion-grsec | 1 +
25942 mm/Kconfig | 8 +-
25943 mm/Kconfig.debug | 1 +
25944 mm/filemap.c | 1 +
25945 mm/kmemleak.c | 4 +-
25946 mm/memory.c | 2 +-
25947 mm/mempolicy.c | 12 +-
25948 mm/migrate.c | 3 +-
25949 mm/mlock.c | 6 +-
25950 mm/mmap.c | 93 +-
25951 mm/mprotect.c | 8 +
25952 mm/oom_kill.c | 28 +-
25953 mm/page_alloc.c | 2 +-
25954 mm/process_vm_access.c | 8 +-
25955 mm/shmem.c | 36 +-
25956 mm/slab.c | 14 +-
25957 mm/slab_common.c | 2 +-
25958 mm/slob.c | 12 +
25959 mm/slub.c | 33 +-
25960 mm/util.c | 3 +
25961 mm/vmalloc.c | 129 +-
25962 mm/vmstat.c | 29 +-
25963 net/appletalk/atalk_proc.c | 2 +-
25964 net/atm/lec.c | 6 +-
25965 net/atm/mpoa_caches.c | 42 +-
25966 net/bluetooth/sco.c | 3 +
25967 net/can/bcm.c | 2 +-
25968 net/can/proc.c | 2 +-
25969 net/core/dev_ioctl.c | 7 +-
25970 net/core/filter.c | 8 +-
25971 net/core/net-procfs.c | 17 +-
25972 net/core/pktgen.c | 2 +-
25973 net/core/sock.c | 3 +-
25974 net/core/sysctl_net_core.c | 2 +-
25975 net/decnet/dn_dev.c | 2 +-
25976 net/ipv4/devinet.c | 6 +-
25977 net/ipv4/inet_hashtables.c | 4 +
25978 net/ipv4/ip_input.c | 7 +
25979 net/ipv4/ip_sockglue.c | 3 +-
25980 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
25981 net/ipv4/netfilter/nf_nat_pptp.c | 2 +-
25982 net/ipv4/route.c | 6 +-
25983 net/ipv4/tcp_input.c | 4 +-
25984 net/ipv4/tcp_ipv4.c | 29 +-
25985 net/ipv4/tcp_minisocks.c | 9 +-
25986 net/ipv4/tcp_timer.c | 11 +
25987 net/ipv4/udp.c | 24 +
25988 net/ipv6/addrconf.c | 13 +-
25989 net/ipv6/proc.c | 2 +-
25990 net/ipv6/tcp_ipv6.c | 26 +-
25991 net/ipv6/udp.c | 7 +
25992 net/ipx/ipx_proc.c | 2 +-
25993 net/irda/irproc.c | 2 +-
25994 net/llc/llc_proc.c | 2 +-
25995 net/netfilter/Kconfig | 10 +
25996 net/netfilter/Makefile | 1 +
25997 net/netfilter/nf_conntrack_core.c | 8 +
25998 net/netfilter/xt_gradm.c | 51 +
25999 net/netfilter/xt_hashlimit.c | 4 +-
26000 net/netfilter/xt_recent.c | 2 +-
26001 net/sched/sch_api.c | 2 +-
26002 net/sctp/socket.c | 4 +-
26003 net/socket.c | 75 +-
26004 net/sunrpc/Kconfig | 1 +
26005 net/sunrpc/cache.c | 2 +-
26006 net/sunrpc/stats.c | 2 +-
26007 net/sysctl_net.c | 2 +-
26008 net/unix/af_unix.c | 52 +-
26009 net/vmw_vsock/vmci_transport_notify.c | 30 +-
26010 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
26011 net/x25/sysctl_net_x25.c | 2 +-
26012 net/x25/x25_proc.c | 2 +-
26013 scripts/package/Makefile | 2 +-
26014 scripts/package/mkspec | 41 +-
26015 security/Kconfig | 369 +-
26016 security/apparmor/file.c | 4 +-
26017 security/apparmor/lsm.c | 8 +-
26018 security/commoncap.c | 36 +-
26019 security/min_addr.c | 2 +
26020 security/smack/smack_lsm.c | 8 +-
26021 security/tomoyo/file.c | 12 +-
26022 security/tomoyo/mount.c | 4 +
26023 security/tomoyo/tomoyo.c | 20 +-
26024 security/yama/Kconfig | 2 +-
26025 security/yama/yama_lsm.c | 4 +-
26026 sound/synth/emux/emux_seq.c | 14 +-
26027 sound/usb/line6/driver.c | 40 +-
26028 sound/usb/line6/toneport.c | 12 +-
26029 tools/gcc/.gitignore | 1 +
26030 tools/gcc/Makefile | 12 +
26031 tools/gcc/gen-random-seed.sh | 8 +
26032 tools/gcc/randomize_layout_plugin.c | 930 +++
26033 tools/gcc/size_overflow_plugin/.gitignore | 1 +
26034 .../size_overflow_plugin/size_overflow_hash.data | 459 ++-
26035 511 files changed, 32631 insertions(+), 3196 deletions(-)
26036
26037commit a76adb92ce39aee8eec5a025c828030ad6135c6d
26038Author: Brad Spengler <spender@grsecurity.net>
26039Date: Tue Dec 15 14:31:49 2015 -0500
26040
26041 Update to pax-linux-4.3.3-test11.patch:
26042 - fixed a few compile regressions with the recent plugin changes, reported by spender
26043 - updated the size overflow hash table
26044
26045 tools/gcc/latent_entropy_plugin.c | 2 +-
26046 .../size_overflow_plugin/size_overflow_hash.data | 66 +++++++++++++++++---
26047 tools/gcc/stackleak_plugin.c | 2 +-
26048 tools/gcc/structleak_plugin.c | 6 +--
26049 4 files changed, 60 insertions(+), 16 deletions(-)
26050
26051commit f7284b1fc06628fcb2d35d2beecdea5454d46af9
26052Author: Brad Spengler <spender@grsecurity.net>
26053Date: Tue Dec 15 11:50:24 2015 -0500
26054
26055 Apply structleak ICE fix for gcc < 4.9
26056
26057 tools/gcc/structleak_plugin.c | 4 ++++
26058 1 files changed, 4 insertions(+), 0 deletions(-)
26059
26060commit 92fe3eb9fd10ec7f7334decab1526989669b0287
26061Author: Brad Spengler <spender@grsecurity.net>
26062Date: Tue Dec 15 07:57:06 2015 -0500
26063
26064 Update to pax-linux-4.3.1-test10.patch:
26065 - Emese fixed INDIRECT_REF and TARGET_MEM_REF handling in the initify plugin
26066 - Emese regenerated the size overflow hash tables for 4.3
26067 - fixed some compat syscall exit paths to restore r12 under KERNEXEC/or
26068 - the latent entropy, stackleak and structleak plugins no longer split the entry block unnecessarily
26069
26070 arch/x86/entry/entry_64.S | 2 +-
26071 arch/x86/entry/entry_64_compat.S | 15 +-
26072 scripts/package/builddeb | 2 +-
26073 tools/gcc/initify_plugin.c | 11 +-
26074 tools/gcc/latent_entropy_plugin.c | 20 +-
26075 .../disable_size_overflow_hash.data | 4 +
26076 .../size_overflow_plugin/size_overflow_hash.data | 5345 +++++++++++---------
26077 tools/gcc/stackleak_plugin.c | 26 +-
26078 tools/gcc/structleak_plugin.c | 21 +-
26079 9 files changed, 3079 insertions(+), 2367 deletions(-)
26080
26081commit 5bd245cb687319079c2f1c0d6a1170791ed1ed2c
26082Merge: b5847e6 3548341
26083Author: Brad Spengler <spender@grsecurity.net>
26084Date: Tue Dec 15 07:47:56 2015 -0500
26085
26086 Merge branch 'linux-4.3.y' into pax-4_3
26087
26088 Conflicts:
26089 net/unix/af_unix.c
26090
26091commit b5847e6a896c5d99191135ca4d7c3b6be8f116ff
26092Author: Brad Spengler <spender@grsecurity.net>
26093Date: Wed Dec 9 23:11:36 2015 -0500
26094
26095 Update to pax-linux-4.3.1-test9.patch:
26096 - 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)
26097 - Emese fixed an intentional overflow caused by gcc, reported by saironiq (https://forums.grsecurity.net/viewtopic.php?f=3&t=4333)
26098 - Emese fixed a false positive overflow report in the forcedeth driver, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?t=4334)
26099 - Emese fixed a false positive overflow report in KVM's emulator, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4336)
26100 - Emese fixed the initify plugin to detect some captured use of __func__, reported by Rasmus Villemoes <linux@rasmusvillemoes.dk>
26101 - constrained shmmax and shmall to avoid triggering size overflow checks, reported by Mathias Krause <minipli@ld-linux.so>
26102 - 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
26103
26104 Makefile | 6 +
26105 arch/x86/include/asm/compat.h | 4 +
26106 arch/x86/include/asm/dma.h | 2 +
26107 arch/x86/include/asm/pmem.h | 2 +-
26108 arch/x86/include/asm/uaccess.h | 20 +-
26109 arch/x86/kernel/apic/vector.c | 6 +-
26110 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
26111 arch/x86/kernel/cpu/perf_event_intel.c | 28 +-
26112 arch/x86/kernel/head_64.S | 1 -
26113 arch/x86/kvm/i8259.c | 10 +-
26114 arch/x86/kvm/ioapic.c | 2 +
26115 arch/x86/kvm/x86.c | 2 +
26116 arch/x86/lib/usercopy_64.c | 2 +-
26117 arch/x86/mm/mpx.c | 4 +-
26118 arch/x86/mm/pageattr.c | 7 +
26119 drivers/base/devres.c | 4 +-
26120 drivers/base/power/runtime.c | 6 +-
26121 drivers/base/regmap/regmap.c | 4 +-
26122 drivers/block/drbd/drbd_receiver.c | 4 +-
26123 drivers/block/drbd/drbd_worker.c | 6 +-
26124 drivers/char/virtio_console.c | 6 +-
26125 drivers/md/dm.c | 12 +-
26126 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
26127 drivers/net/macvtap.c | 4 +-
26128 drivers/video/fbdev/core/fbmem.c | 10 +-
26129 fs/compat.c | 3 +-
26130 fs/coredump.c | 2 +-
26131 fs/dcache.c | 13 +-
26132 fs/fhandle.c | 2 +-
26133 fs/file.c | 14 +-
26134 fs/fs-writeback.c | 11 +-
26135 fs/overlayfs/copy_up.c | 2 +-
26136 fs/readdir.c | 3 +-
26137 fs/super.c | 3 +-
26138 include/linux/compiler.h | 36 ++-
26139 include/linux/rcupdate.h | 8 +
26140 include/linux/sched.h | 4 +-
26141 include/linux/seqlock.h | 10 +
26142 include/linux/spinlock.h | 17 +-
26143 include/linux/srcu.h | 5 +-
26144 include/linux/syscalls.h | 2 +-
26145 include/linux/writeback.h | 3 +-
26146 include/uapi/linux/swab.h | 6 +-
26147 ipc/ipc_sysctl.c | 6 +
26148 kernel/exit.c | 25 +-
26149 kernel/resource.c | 4 +-
26150 kernel/signal.c | 12 +-
26151 kernel/user.c | 2 +-
26152 kernel/workqueue.c | 6 +-
26153 lib/rhashtable.c | 4 +-
26154 net/compat.c | 2 +-
26155 net/ipv4/xfrm4_mode_transport.c | 2 +-
26156 security/keys/internal.h | 8 +-
26157 security/keys/keyring.c | 4 -
26158 sound/core/seq/seq_clientmgr.c | 8 +-
26159 sound/core/seq/seq_compat.c | 2 +-
26160 sound/core/seq/seq_memory.c | 6 +-
26161 tools/gcc/checker_plugin.c | 415 +++++++++++++++++++-
26162 tools/gcc/gcc-common.h | 1 +
26163 tools/gcc/initify_plugin.c | 33 ++-
26164 .../disable_size_overflow_hash.data | 1 +
26165 .../size_overflow_plugin/size_overflow_hash.data | 1 -
26166 62 files changed, 708 insertions(+), 140 deletions(-)
26167
26168commit f2634c2f6995f4231616f24ed016f890c701f939
26169Merge: 1241bff 5f8b236
26170Author: Brad Spengler <spender@grsecurity.net>
26171Date: Wed Dec 9 21:50:47 2015 -0500
26172
26173 Merge branch 'linux-4.3.y' into pax-4_3
26174
26175 Conflicts:
26176 arch/x86/kernel/fpu/xstate.c
26177 arch/x86/kernel/head_64.S
26178
26179commit 1241bff82e3d7dadb05de0a60b8d2822afc6547c
26180Author: Brad Spengler <spender@grsecurity.net>
26181Date: Sun Dec 6 08:44:56 2015 -0500
26182
26183 Update to pax-linux-4.3-test8.patch:
26184 - 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)
26185 - gcc plugin compilation problems will now also produce the output of the checking script to make diagnosis easier, reported by hunger
26186 - 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)
26187 - 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)
26188
26189 Makefile | 5 +++
26190 drivers/md/md.c | 5 ++-
26191 drivers/md/raid1.c | 2 +-
26192 fs/proc/task_mmu.c | 3 ++
26193 .../disable_size_overflow_hash.data | 4 ++-
26194 .../size_overflow_plugin/intentional_overflow.c | 32 ++++++++++++++++---
26195 .../size_overflow_plugin/size_overflow_hash.data | 2 -
26196 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
26197 8 files changed, 43 insertions(+), 12 deletions(-)
26198
26199commit cce6a9f9bdd27096632ca1c0246dcc07f2eb1a18
26200Author: Brad Spengler <spender@grsecurity.net>
26201Date: Fri Dec 4 14:24:12 2015 -0500
26202
26203 Initial import of pax-linux-4.3-test7.patch
76e7c0f9 26204
6048a460
PK
26205 Documentation/dontdiff | 47 +-
26206 Documentation/kbuild/makefiles.txt | 39 +-
26207 Documentation/kernel-parameters.txt | 28 +
26208 Makefile | 108 +-
26209 arch/alpha/include/asm/atomic.h | 10 +
26210 arch/alpha/include/asm/elf.h | 7 +
26211 arch/alpha/include/asm/pgalloc.h | 6 +
26212 arch/alpha/include/asm/pgtable.h | 11 +
26213 arch/alpha/kernel/module.c | 2 +-
26214 arch/alpha/kernel/osf_sys.c | 8 +-
26215 arch/alpha/mm/fault.c | 141 +-
26216 arch/arm/Kconfig | 2 +-
26217 arch/arm/include/asm/atomic.h | 320 +-
26218 arch/arm/include/asm/cache.h | 5 +-
26219 arch/arm/include/asm/cacheflush.h | 2 +-
26220 arch/arm/include/asm/checksum.h | 14 +-
26221 arch/arm/include/asm/cmpxchg.h | 4 +
26222 arch/arm/include/asm/cpuidle.h | 2 +-
26223 arch/arm/include/asm/domain.h | 22 +-
26224 arch/arm/include/asm/elf.h | 9 +-
26225 arch/arm/include/asm/fncpy.h | 2 +
26226 arch/arm/include/asm/futex.h | 10 +
26227 arch/arm/include/asm/kmap_types.h | 2 +-
26228 arch/arm/include/asm/mach/dma.h | 2 +-
26229 arch/arm/include/asm/mach/map.h | 16 +-
26230 arch/arm/include/asm/outercache.h | 2 +-
26231 arch/arm/include/asm/page.h | 3 +-
26232 arch/arm/include/asm/pgalloc.h | 20 +
26233 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
26234 arch/arm/include/asm/pgtable-2level.h | 3 +
26235 arch/arm/include/asm/pgtable-3level.h | 3 +
26236 arch/arm/include/asm/pgtable.h | 54 +-
26237 arch/arm/include/asm/smp.h | 2 +-
26238 arch/arm/include/asm/tls.h | 3 +
26239 arch/arm/include/asm/uaccess.h | 79 +-
26240 arch/arm/include/uapi/asm/ptrace.h | 2 +-
26241 arch/arm/kernel/armksyms.c | 2 +-
26242 arch/arm/kernel/cpuidle.c | 2 +-
26243 arch/arm/kernel/entry-armv.S | 109 +-
26244 arch/arm/kernel/entry-common.S | 40 +-
26245 arch/arm/kernel/entry-header.S | 55 +
26246 arch/arm/kernel/fiq.c | 3 +
26247 arch/arm/kernel/module-plts.c | 7 +-
26248 arch/arm/kernel/module.c | 38 +-
26249 arch/arm/kernel/patch.c | 2 +
26250 arch/arm/kernel/process.c | 90 +-
26251 arch/arm/kernel/reboot.c | 1 +
26252 arch/arm/kernel/setup.c | 20 +-
26253 arch/arm/kernel/signal.c | 35 +-
26254 arch/arm/kernel/smp.c | 2 +-
26255 arch/arm/kernel/tcm.c | 4 +-
26256 arch/arm/kernel/vmlinux.lds.S | 6 +-
26257 arch/arm/kvm/arm.c | 8 +-
26258 arch/arm/lib/copy_page.S | 1 +
26259 arch/arm/lib/csumpartialcopyuser.S | 4 +-
26260 arch/arm/lib/delay.c | 2 +-
26261 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
26262 arch/arm/mach-exynos/suspend.c | 6 +-
26263 arch/arm/mach-mvebu/coherency.c | 4 +-
26264 arch/arm/mach-omap2/board-n8x0.c | 2 +-
26265 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
26266 arch/arm/mach-omap2/omap-smp.c | 1 +
26267 arch/arm/mach-omap2/omap-wakeupgen.c | 2 +-
26268 arch/arm/mach-omap2/omap_device.c | 4 +-
26269 arch/arm/mach-omap2/omap_device.h | 4 +-
26270 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
26271 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
26272 arch/arm/mach-omap2/wd_timer.c | 6 +-
26273 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
26274 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
26275 arch/arm/mach-tegra/irq.c | 1 +
26276 arch/arm/mach-ux500/pm.c | 1 +
26277 arch/arm/mach-zynq/platsmp.c | 1 +
26278 arch/arm/mm/Kconfig | 6 +-
26279 arch/arm/mm/alignment.c | 8 +
26280 arch/arm/mm/cache-l2x0.c | 2 +-
26281 arch/arm/mm/context.c | 10 +-
26282 arch/arm/mm/fault.c | 146 +
26283 arch/arm/mm/fault.h | 12 +
26284 arch/arm/mm/init.c | 39 +
26285 arch/arm/mm/ioremap.c | 4 +-
26286 arch/arm/mm/mmap.c | 30 +-
26287 arch/arm/mm/mmu.c | 162 +-
26288 arch/arm/net/bpf_jit_32.c | 3 +
26289 arch/arm/plat-iop/setup.c | 2 +-
26290 arch/arm/plat-omap/sram.c | 2 +
26291 arch/arm64/include/asm/atomic.h | 10 +
26292 arch/arm64/include/asm/percpu.h | 8 +-
26293 arch/arm64/include/asm/pgalloc.h | 5 +
26294 arch/arm64/include/asm/uaccess.h | 1 +
26295 arch/arm64/mm/dma-mapping.c | 2 +-
26296 arch/avr32/include/asm/elf.h | 8 +-
26297 arch/avr32/include/asm/kmap_types.h | 4 +-
26298 arch/avr32/mm/fault.c | 27 +
26299 arch/frv/include/asm/atomic.h | 10 +
26300 arch/frv/include/asm/kmap_types.h | 2 +-
26301 arch/frv/mm/elf-fdpic.c | 3 +-
26302 arch/ia64/Makefile | 1 +
26303 arch/ia64/include/asm/atomic.h | 10 +
26304 arch/ia64/include/asm/elf.h | 7 +
26305 arch/ia64/include/asm/pgalloc.h | 12 +
26306 arch/ia64/include/asm/pgtable.h | 13 +-
26307 arch/ia64/include/asm/spinlock.h | 2 +-
26308 arch/ia64/include/asm/uaccess.h | 27 +-
26309 arch/ia64/kernel/module.c | 45 +-
26310 arch/ia64/kernel/palinfo.c | 2 +-
26311 arch/ia64/kernel/sys_ia64.c | 7 +
26312 arch/ia64/kernel/vmlinux.lds.S | 2 +-
26313 arch/ia64/mm/fault.c | 32 +-
26314 arch/ia64/mm/init.c | 15 +-
26315 arch/m32r/lib/usercopy.c | 6 +
26316 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
26317 arch/mips/include/asm/atomic.h | 368 +-
26318 arch/mips/include/asm/elf.h | 7 +
26319 arch/mips/include/asm/exec.h | 2 +-
26320 arch/mips/include/asm/hw_irq.h | 2 +-
26321 arch/mips/include/asm/local.h | 57 +
26322 arch/mips/include/asm/page.h | 2 +-
26323 arch/mips/include/asm/pgalloc.h | 5 +
26324 arch/mips/include/asm/pgtable.h | 3 +
26325 arch/mips/include/asm/uaccess.h | 1 +
26326 arch/mips/kernel/binfmt_elfn32.c | 7 +
26327 arch/mips/kernel/binfmt_elfo32.c | 7 +
26328 arch/mips/kernel/irq-gt641xx.c | 2 +-
26329 arch/mips/kernel/irq.c | 6 +-
26330 arch/mips/kernel/pm-cps.c | 2 +-
26331 arch/mips/kernel/process.c | 12 -
26332 arch/mips/kernel/sync-r4k.c | 24 +-
26333 arch/mips/kernel/traps.c | 13 +-
26334 arch/mips/mm/fault.c | 25 +
26335 arch/mips/mm/mmap.c | 51 +-
26336 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
26337 arch/mips/sni/rm200.c | 2 +-
26338 arch/mips/vr41xx/common/icu.c | 2 +-
26339 arch/mips/vr41xx/common/irq.c | 4 +-
26340 arch/parisc/include/asm/atomic.h | 10 +
26341 arch/parisc/include/asm/elf.h | 7 +
26342 arch/parisc/include/asm/pgalloc.h | 6 +
26343 arch/parisc/include/asm/pgtable.h | 11 +
26344 arch/parisc/include/asm/uaccess.h | 4 +-
26345 arch/parisc/kernel/module.c | 50 +-
26346 arch/parisc/kernel/sys_parisc.c | 15 +
26347 arch/parisc/kernel/traps.c | 4 +-
26348 arch/parisc/mm/fault.c | 140 +-
26349 arch/powerpc/include/asm/atomic.h | 329 +-
26350 arch/powerpc/include/asm/elf.h | 12 +
26351 arch/powerpc/include/asm/exec.h | 2 +-
26352 arch/powerpc/include/asm/kmap_types.h | 2 +-
26353 arch/powerpc/include/asm/local.h | 46 +
26354 arch/powerpc/include/asm/mman.h | 2 +-
26355 arch/powerpc/include/asm/page.h | 8 +-
26356 arch/powerpc/include/asm/page_64.h | 7 +-
26357 arch/powerpc/include/asm/pgalloc-64.h | 7 +
26358 arch/powerpc/include/asm/pgtable.h | 1 +
26359 arch/powerpc/include/asm/pte-hash32.h | 1 +
26360 arch/powerpc/include/asm/reg.h | 1 +
26361 arch/powerpc/include/asm/smp.h | 2 +-
26362 arch/powerpc/include/asm/spinlock.h | 42 +-
26363 arch/powerpc/include/asm/uaccess.h | 141 +-
26364 arch/powerpc/kernel/Makefile | 5 +
26365 arch/powerpc/kernel/exceptions-64e.S | 4 +-
26366 arch/powerpc/kernel/exceptions-64s.S | 2 +-
26367 arch/powerpc/kernel/module_32.c | 15 +-
26368 arch/powerpc/kernel/process.c | 46 -
26369 arch/powerpc/kernel/signal_32.c | 2 +-
26370 arch/powerpc/kernel/signal_64.c | 2 +-
26371 arch/powerpc/kernel/traps.c | 21 +
26372 arch/powerpc/kernel/vdso.c | 5 +-
26373 arch/powerpc/lib/usercopy_64.c | 18 -
26374 arch/powerpc/mm/fault.c | 56 +-
26375 arch/powerpc/mm/mmap.c | 16 +
26376 arch/powerpc/mm/slice.c | 13 +-
26377 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
26378 arch/s390/include/asm/atomic.h | 10 +
26379 arch/s390/include/asm/elf.h | 7 +
26380 arch/s390/include/asm/exec.h | 2 +-
26381 arch/s390/include/asm/uaccess.h | 13 +-
26382 arch/s390/kernel/module.c | 22 +-
26383 arch/s390/kernel/process.c | 24 -
26384 arch/s390/mm/mmap.c | 16 +
26385 arch/score/include/asm/exec.h | 2 +-
26386 arch/score/kernel/process.c | 5 -
26387 arch/sh/mm/mmap.c | 22 +-
26388 arch/sparc/include/asm/atomic_64.h | 110 +-
26389 arch/sparc/include/asm/cache.h | 2 +-
26390 arch/sparc/include/asm/elf_32.h | 7 +
26391 arch/sparc/include/asm/elf_64.h | 7 +
26392 arch/sparc/include/asm/pgalloc_32.h | 1 +
26393 arch/sparc/include/asm/pgalloc_64.h | 1 +
26394 arch/sparc/include/asm/pgtable.h | 4 +
26395 arch/sparc/include/asm/pgtable_32.h | 15 +-
26396 arch/sparc/include/asm/pgtsrmmu.h | 5 +
26397 arch/sparc/include/asm/setup.h | 4 +-
26398 arch/sparc/include/asm/spinlock_64.h | 35 +-
26399 arch/sparc/include/asm/thread_info_32.h | 1 +
26400 arch/sparc/include/asm/thread_info_64.h | 2 +
26401 arch/sparc/include/asm/uaccess.h | 1 +
26402 arch/sparc/include/asm/uaccess_32.h | 28 +-
26403 arch/sparc/include/asm/uaccess_64.h | 24 +-
26404 arch/sparc/kernel/Makefile | 2 +-
26405 arch/sparc/kernel/prom_common.c | 2 +-
26406 arch/sparc/kernel/smp_64.c | 8 +-
26407 arch/sparc/kernel/sys_sparc_32.c | 2 +-
26408 arch/sparc/kernel/sys_sparc_64.c | 52 +-
26409 arch/sparc/kernel/traps_64.c | 27 +-
26410 arch/sparc/lib/Makefile | 2 +-
26411 arch/sparc/lib/atomic_64.S | 57 +-
26412 arch/sparc/lib/ksyms.c | 6 +-
26413 arch/sparc/mm/Makefile | 2 +-
26414 arch/sparc/mm/fault_32.c | 292 +
26415 arch/sparc/mm/fault_64.c | 486 +
26416 arch/sparc/mm/hugetlbpage.c | 22 +-
26417 arch/sparc/mm/init_64.c | 10 +-
26418 arch/tile/include/asm/atomic_64.h | 10 +
26419 arch/tile/include/asm/uaccess.h | 4 +-
26420 arch/um/Makefile | 4 +
26421 arch/um/include/asm/kmap_types.h | 2 +-
26422 arch/um/include/asm/page.h | 3 +
26423 arch/um/include/asm/pgtable-3level.h | 1 +
26424 arch/um/kernel/process.c | 16 -
26425 arch/x86/Kconfig | 15 +-
26426 arch/x86/Kconfig.cpu | 6 +-
26427 arch/x86/Kconfig.debug | 4 +-
26428 arch/x86/Makefile | 13 +-
26429 arch/x86/boot/Makefile | 3 +
26430 arch/x86/boot/bitops.h | 4 +-
26431 arch/x86/boot/boot.h | 2 +-
26432 arch/x86/boot/compressed/Makefile | 3 +
26433 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
26434 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
26435 arch/x86/boot/compressed/head_32.S | 4 +-
26436 arch/x86/boot/compressed/head_64.S | 12 +-
26437 arch/x86/boot/compressed/misc.c | 11 +-
26438 arch/x86/boot/cpucheck.c | 16 +-
26439 arch/x86/boot/header.S | 6 +-
26440 arch/x86/boot/memory.c | 2 +-
26441 arch/x86/boot/video-vesa.c | 1 +
26442 arch/x86/boot/video.c | 2 +-
26443 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
26444 arch/x86/crypto/aesni-intel_asm.S | 106 +-
26445 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
26446 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
26447 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
26448 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
26449 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
26450 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
26451 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 4 +-
26452 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
26453 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
26454 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
26455 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
26456 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
26457 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
26458 arch/x86/crypto/sha256-avx-asm.S | 2 +
26459 arch/x86/crypto/sha256-avx2-asm.S | 2 +
26460 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
26461 arch/x86/crypto/sha512-avx-asm.S | 2 +
26462 arch/x86/crypto/sha512-avx2-asm.S | 2 +
26463 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
26464 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
26465 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
26466 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
26467 arch/x86/entry/calling.h | 86 +-
26468 arch/x86/entry/common.c | 13 +-
26469 arch/x86/entry/entry_32.S | 351 +-
26470 arch/x86/entry/entry_64.S | 619 +-
26471 arch/x86/entry/entry_64_compat.S | 159 +-
26472 arch/x86/entry/thunk_64.S | 2 +
26473 arch/x86/entry/vdso/Makefile | 2 +-
26474 arch/x86/entry/vdso/vdso2c.h | 8 +-
26475 arch/x86/entry/vdso/vma.c | 41 +-
26476 arch/x86/entry/vsyscall/vsyscall_64.c | 16 +-
26477 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
26478 arch/x86/ia32/ia32_signal.c | 23 +-
26479 arch/x86/ia32/sys_ia32.c | 42 +-
26480 arch/x86/include/asm/alternative-asm.h | 43 +-
26481 arch/x86/include/asm/alternative.h | 4 +-
26482 arch/x86/include/asm/apic.h | 2 +-
26483 arch/x86/include/asm/apm.h | 4 +-
26484 arch/x86/include/asm/atomic.h | 230 +-
26485 arch/x86/include/asm/atomic64_32.h | 100 +
26486 arch/x86/include/asm/atomic64_64.h | 164 +-
26487 arch/x86/include/asm/bitops.h | 18 +-
26488 arch/x86/include/asm/boot.h | 2 +-
26489 arch/x86/include/asm/cache.h | 5 +-
26490 arch/x86/include/asm/checksum_32.h | 12 +-
26491 arch/x86/include/asm/cmpxchg.h | 39 +
26492 arch/x86/include/asm/compat.h | 2 +-
26493 arch/x86/include/asm/cpufeature.h | 17 +-
26494 arch/x86/include/asm/desc.h | 78 +-
26495 arch/x86/include/asm/desc_defs.h | 6 +
26496 arch/x86/include/asm/div64.h | 2 +-
26497 arch/x86/include/asm/elf.h | 33 +-
26498 arch/x86/include/asm/emergency-restart.h | 2 +-
26499 arch/x86/include/asm/fpu/internal.h | 42 +-
26500 arch/x86/include/asm/fpu/types.h | 6 +-
26501 arch/x86/include/asm/futex.h | 14 +-
26502 arch/x86/include/asm/hw_irq.h | 4 +-
26503 arch/x86/include/asm/i8259.h | 2 +-
26504 arch/x86/include/asm/io.h | 22 +-
26505 arch/x86/include/asm/irqflags.h | 5 +
26506 arch/x86/include/asm/kprobes.h | 9 +-
26507 arch/x86/include/asm/local.h | 106 +-
26508 arch/x86/include/asm/mman.h | 15 +
26509 arch/x86/include/asm/mmu.h | 14 +-
26510 arch/x86/include/asm/mmu_context.h | 114 +-
26511 arch/x86/include/asm/module.h | 17 +-
26512 arch/x86/include/asm/nmi.h | 19 +-
26513 arch/x86/include/asm/page.h | 1 +
26514 arch/x86/include/asm/page_32.h | 12 +-
26515 arch/x86/include/asm/page_64.h | 14 +-
26516 arch/x86/include/asm/paravirt.h | 46 +-
26517 arch/x86/include/asm/paravirt_types.h | 15 +-
26518 arch/x86/include/asm/pgalloc.h | 23 +
26519 arch/x86/include/asm/pgtable-2level.h | 2 +
26520 arch/x86/include/asm/pgtable-3level.h | 7 +
26521 arch/x86/include/asm/pgtable.h | 128 +-
26522 arch/x86/include/asm/pgtable_32.h | 14 +-
26523 arch/x86/include/asm/pgtable_32_types.h | 24 +-
26524 arch/x86/include/asm/pgtable_64.h | 23 +-
26525 arch/x86/include/asm/pgtable_64_types.h | 5 +
26526 arch/x86/include/asm/pgtable_types.h | 26 +-
26527 arch/x86/include/asm/preempt.h | 2 +-
26528 arch/x86/include/asm/processor.h | 57 +-
26529 arch/x86/include/asm/ptrace.h | 13 +-
26530 arch/x86/include/asm/realmode.h | 4 +-
26531 arch/x86/include/asm/reboot.h | 10 +-
26532 arch/x86/include/asm/rmwcc.h | 84 +-
26533 arch/x86/include/asm/rwsem.h | 60 +-
26534 arch/x86/include/asm/segment.h | 27 +-
26535 arch/x86/include/asm/smap.h | 43 +
26536 arch/x86/include/asm/smp.h | 14 +-
26537 arch/x86/include/asm/stackprotector.h | 4 +-
26538 arch/x86/include/asm/stacktrace.h | 32 +-
26539 arch/x86/include/asm/switch_to.h | 4 +-
26540 arch/x86/include/asm/sys_ia32.h | 6 +-
26541 arch/x86/include/asm/thread_info.h | 27 +-
26542 arch/x86/include/asm/tlbflush.h | 77 +-
26543 arch/x86/include/asm/uaccess.h | 192 +-
26544 arch/x86/include/asm/uaccess_32.h | 28 +-
26545 arch/x86/include/asm/uaccess_64.h | 169 +-
26546 arch/x86/include/asm/word-at-a-time.h | 2 +-
26547 arch/x86/include/asm/x86_init.h | 10 +-
26548 arch/x86/include/asm/xen/page.h | 2 +-
26549 arch/x86/include/uapi/asm/e820.h | 2 +-
26550 arch/x86/kernel/Makefile | 2 +-
26551 arch/x86/kernel/acpi/boot.c | 4 +-
26552 arch/x86/kernel/acpi/sleep.c | 4 +
26553 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
26554 arch/x86/kernel/alternative.c | 124 +-
26555 arch/x86/kernel/apic/apic.c | 4 +-
26556 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
26557 arch/x86/kernel/apic/apic_noop.c | 2 +-
26558 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
26559 arch/x86/kernel/apic/io_apic.c | 8 +-
26560 arch/x86/kernel/apic/msi.c | 2 +-
26561 arch/x86/kernel/apic/probe_32.c | 4 +-
26562 arch/x86/kernel/apic/vector.c | 4 +-
26563 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
26564 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
26565 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
26566 arch/x86/kernel/apm_32.c | 21 +-
26567 arch/x86/kernel/asm-offsets.c | 20 +
26568 arch/x86/kernel/asm-offsets_64.c | 1 +
26569 arch/x86/kernel/cpu/Makefile | 4 -
26570 arch/x86/kernel/cpu/amd.c | 2 +-
26571 arch/x86/kernel/cpu/bugs_64.c | 2 +
26572 arch/x86/kernel/cpu/common.c | 202 +-
26573 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
26574 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
26575 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
26576 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
26577 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
26578 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
26579 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
26580 arch/x86/kernel/cpu/perf_event.c | 10 +-
26581 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
26582 arch/x86/kernel/cpu/perf_event_intel.c | 6 +-
26583 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
26584 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
26585 arch/x86/kernel/cpu/perf_event_intel_pt.c | 44 +-
26586 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
26587 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
26588 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
26589 arch/x86/kernel/crash_dump_64.c | 2 +-
26590 arch/x86/kernel/doublefault.c | 8 +-
26591 arch/x86/kernel/dumpstack.c | 24 +-
26592 arch/x86/kernel/dumpstack_32.c | 25 +-
26593 arch/x86/kernel/dumpstack_64.c | 62 +-
26594 arch/x86/kernel/e820.c | 4 +-
26595 arch/x86/kernel/early_printk.c | 1 +
26596 arch/x86/kernel/espfix_64.c | 44 +-
26597 arch/x86/kernel/fpu/core.c | 24 +-
26598 arch/x86/kernel/fpu/init.c | 40 +-
26599 arch/x86/kernel/fpu/regset.c | 22 +-
26600 arch/x86/kernel/fpu/signal.c | 20 +-
26601 arch/x86/kernel/fpu/xstate.c | 8 +-
26602 arch/x86/kernel/ftrace.c | 18 +-
26603 arch/x86/kernel/head64.c | 14 +-
26604 arch/x86/kernel/head_32.S | 235 +-
26605 arch/x86/kernel/head_64.S | 173 +-
26606 arch/x86/kernel/i386_ksyms_32.c | 12 +
26607 arch/x86/kernel/i8259.c | 10 +-
26608 arch/x86/kernel/io_delay.c | 2 +-
26609 arch/x86/kernel/ioport.c | 2 +-
26610 arch/x86/kernel/irq.c | 8 +-
26611 arch/x86/kernel/irq_32.c | 45 +-
26612 arch/x86/kernel/jump_label.c | 10 +-
26613 arch/x86/kernel/kgdb.c | 21 +-
26614 arch/x86/kernel/kprobes/core.c | 28 +-
26615 arch/x86/kernel/kprobes/opt.c | 16 +-
26616 arch/x86/kernel/ksysfs.c | 2 +-
26617 arch/x86/kernel/kvmclock.c | 20 +-
26618 arch/x86/kernel/ldt.c | 25 +
26619 arch/x86/kernel/livepatch.c | 12 +-
26620 arch/x86/kernel/machine_kexec_32.c | 6 +-
26621 arch/x86/kernel/mcount_64.S | 19 +-
26622 arch/x86/kernel/module.c | 78 +-
26623 arch/x86/kernel/msr.c | 2 +-
26624 arch/x86/kernel/nmi.c | 34 +-
26625 arch/x86/kernel/nmi_selftest.c | 4 +-
26626 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
26627 arch/x86/kernel/paravirt.c | 45 +-
26628 arch/x86/kernel/paravirt_patch_64.c | 8 +
26629 arch/x86/kernel/pci-calgary_64.c | 2 +-
26630 arch/x86/kernel/pci-iommu_table.c | 2 +-
26631 arch/x86/kernel/pci-swiotlb.c | 2 +-
26632 arch/x86/kernel/process.c | 80 +-
26633 arch/x86/kernel/process_32.c | 29 +-
26634 arch/x86/kernel/process_64.c | 14 +-
26635 arch/x86/kernel/ptrace.c | 20 +-
26636 arch/x86/kernel/pvclock.c | 8 +-
26637 arch/x86/kernel/reboot.c | 44 +-
26638 arch/x86/kernel/reboot_fixups_32.c | 2 +-
26639 arch/x86/kernel/relocate_kernel_64.S | 3 +-
26640 arch/x86/kernel/setup.c | 29 +-
26641 arch/x86/kernel/setup_percpu.c | 29 +-
26642 arch/x86/kernel/signal.c | 17 +-
26643 arch/x86/kernel/smp.c | 2 +-
26644 arch/x86/kernel/smpboot.c | 29 +-
26645 arch/x86/kernel/step.c | 6 +-
26646 arch/x86/kernel/sys_i386_32.c | 184 +
26647 arch/x86/kernel/sys_x86_64.c | 22 +-
26648 arch/x86/kernel/tboot.c | 14 +-
26649 arch/x86/kernel/time.c | 8 +-
26650 arch/x86/kernel/tls.c | 7 +-
26651 arch/x86/kernel/tracepoint.c | 4 +-
26652 arch/x86/kernel/traps.c | 53 +-
26653 arch/x86/kernel/tsc.c | 2 +-
26654 arch/x86/kernel/uprobes.c | 2 +-
26655 arch/x86/kernel/vm86_32.c | 6 +-
26656 arch/x86/kernel/vmlinux.lds.S | 153 +-
26657 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
26658 arch/x86/kernel/x86_init.c | 6 +-
26659 arch/x86/kvm/cpuid.c | 21 +-
26660 arch/x86/kvm/emulate.c | 2 +-
26661 arch/x86/kvm/lapic.c | 2 +-
26662 arch/x86/kvm/paging_tmpl.h | 2 +-
26663 arch/x86/kvm/svm.c | 10 +-
26664 arch/x86/kvm/vmx.c | 62 +-
26665 arch/x86/kvm/x86.c | 42 +-
26666 arch/x86/lguest/boot.c | 3 +-
26667 arch/x86/lib/atomic64_386_32.S | 164 +
26668 arch/x86/lib/atomic64_cx8_32.S | 98 +-
26669 arch/x86/lib/checksum_32.S | 99 +-
26670 arch/x86/lib/clear_page_64.S | 3 +
26671 arch/x86/lib/cmpxchg16b_emu.S | 3 +
26672 arch/x86/lib/copy_page_64.S | 14 +-
26673 arch/x86/lib/copy_user_64.S | 66 +-
26674 arch/x86/lib/csum-copy_64.S | 14 +-
26675 arch/x86/lib/csum-wrappers_64.c | 8 +-
26676 arch/x86/lib/getuser.S | 74 +-
26677 arch/x86/lib/insn.c | 8 +-
26678 arch/x86/lib/iomap_copy_64.S | 2 +
26679 arch/x86/lib/memcpy_64.S | 6 +
26680 arch/x86/lib/memmove_64.S | 3 +-
26681 arch/x86/lib/memset_64.S | 3 +
26682 arch/x86/lib/mmx_32.c | 243 +-
26683 arch/x86/lib/msr-reg.S | 2 +
26684 arch/x86/lib/putuser.S | 87 +-
26685 arch/x86/lib/rwsem.S | 6 +-
26686 arch/x86/lib/usercopy_32.c | 359 +-
26687 arch/x86/lib/usercopy_64.c | 20 +-
26688 arch/x86/math-emu/fpu_aux.c | 2 +-
26689 arch/x86/math-emu/fpu_entry.c | 4 +-
26690 arch/x86/math-emu/fpu_system.h | 2 +-
26691 arch/x86/mm/Makefile | 4 +
26692 arch/x86/mm/extable.c | 26 +-
26693 arch/x86/mm/fault.c | 570 +-
26694 arch/x86/mm/gup.c | 6 +-
26695 arch/x86/mm/highmem_32.c | 6 +
26696 arch/x86/mm/hugetlbpage.c | 24 +-
26697 arch/x86/mm/init.c | 111 +-
26698 arch/x86/mm/init_32.c | 111 +-
26699 arch/x86/mm/init_64.c | 46 +-
26700 arch/x86/mm/iomap_32.c | 4 +
26701 arch/x86/mm/ioremap.c | 52 +-
26702 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
26703 arch/x86/mm/mmap.c | 40 +-
26704 arch/x86/mm/mmio-mod.c | 10 +-
26705 arch/x86/mm/numa.c | 2 +-
26706 arch/x86/mm/pageattr.c | 38 +-
26707 arch/x86/mm/pat.c | 12 +-
26708 arch/x86/mm/pat_rbtree.c | 2 +-
26709 arch/x86/mm/pf_in.c | 10 +-
26710 arch/x86/mm/pgtable.c | 214 +-
26711 arch/x86/mm/pgtable_32.c | 3 +
26712 arch/x86/mm/setup_nx.c | 7 +
26713 arch/x86/mm/tlb.c | 4 +
26714 arch/x86/mm/uderef_64.c | 37 +
26715 arch/x86/net/bpf_jit.S | 11 +
26716 arch/x86/net/bpf_jit_comp.c | 13 +-
26717 arch/x86/oprofile/backtrace.c | 6 +-
26718 arch/x86/oprofile/nmi_int.c | 8 +-
26719 arch/x86/oprofile/op_model_amd.c | 8 +-
26720 arch/x86/oprofile/op_model_ppro.c | 7 +-
26721 arch/x86/oprofile/op_x86_model.h | 2 +-
26722 arch/x86/pci/intel_mid_pci.c | 2 +-
26723 arch/x86/pci/irq.c | 8 +-
26724 arch/x86/pci/pcbios.c | 144 +-
26725 arch/x86/platform/efi/efi_32.c | 24 +
26726 arch/x86/platform/efi/efi_64.c | 26 +-
26727 arch/x86/platform/efi/efi_stub_32.S | 64 +-
26728 arch/x86/platform/efi/efi_stub_64.S | 2 +
26729 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
26730 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
26731 arch/x86/platform/intel-mid/mfld.c | 4 +-
26732 arch/x86/platform/intel-mid/mrfl.c | 2 +-
26733 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
26734 arch/x86/platform/olpc/olpc_dt.c | 2 +-
26735 arch/x86/power/cpu.c | 11 +-
26736 arch/x86/realmode/init.c | 10 +-
26737 arch/x86/realmode/rm/Makefile | 3 +
26738 arch/x86/realmode/rm/header.S | 4 +-
26739 arch/x86/realmode/rm/reboot.S | 4 +
26740 arch/x86/realmode/rm/trampoline_32.S | 12 +-
26741 arch/x86/realmode/rm/trampoline_64.S | 3 +-
26742 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
26743 arch/x86/tools/Makefile | 2 +-
26744 arch/x86/tools/relocs.c | 96 +-
26745 arch/x86/um/mem_32.c | 2 +-
26746 arch/x86/um/tls_32.c | 2 +-
26747 arch/x86/xen/enlighten.c | 50 +-
26748 arch/x86/xen/mmu.c | 19 +-
26749 arch/x86/xen/smp.c | 16 +-
26750 arch/x86/xen/xen-asm_32.S | 2 +-
26751 arch/x86/xen/xen-head.S | 11 +
26752 arch/x86/xen/xen-ops.h | 2 -
26753 block/bio.c | 4 +-
26754 block/blk-iopoll.c | 2 +-
26755 block/blk-map.c | 2 +-
26756 block/blk-softirq.c | 2 +-
26757 block/bsg.c | 12 +-
26758 block/compat_ioctl.c | 4 +-
26759 block/genhd.c | 9 +-
26760 block/partitions/efi.c | 8 +-
26761 block/scsi_ioctl.c | 29 +-
26762 crypto/cryptd.c | 4 +-
26763 crypto/pcrypt.c | 2 +-
26764 crypto/zlib.c | 12 +-
26765 drivers/acpi/acpi_video.c | 2 +-
26766 drivers/acpi/apei/apei-internal.h | 2 +-
26767 drivers/acpi/apei/ghes.c | 4 +-
26768 drivers/acpi/bgrt.c | 6 +-
26769 drivers/acpi/blacklist.c | 4 +-
26770 drivers/acpi/bus.c | 4 +-
26771 drivers/acpi/device_pm.c | 4 +-
26772 drivers/acpi/ec.c | 2 +-
26773 drivers/acpi/pci_slot.c | 2 +-
26774 drivers/acpi/processor_idle.c | 2 +-
26775 drivers/acpi/processor_pdc.c | 2 +-
26776 drivers/acpi/sleep.c | 2 +-
26777 drivers/acpi/sysfs.c | 4 +-
26778 drivers/acpi/thermal.c | 2 +-
26779 drivers/acpi/video_detect.c | 7 +-
26780 drivers/ata/libata-core.c | 12 +-
26781 drivers/ata/libata-scsi.c | 2 +-
26782 drivers/ata/libata.h | 2 +-
26783 drivers/ata/pata_arasan_cf.c | 4 +-
26784 drivers/atm/adummy.c | 2 +-
26785 drivers/atm/ambassador.c | 8 +-
26786 drivers/atm/atmtcp.c | 14 +-
26787 drivers/atm/eni.c | 10 +-
26788 drivers/atm/firestream.c | 8 +-
26789 drivers/atm/fore200e.c | 14 +-
26790 drivers/atm/he.c | 18 +-
26791 drivers/atm/horizon.c | 4 +-
26792 drivers/atm/idt77252.c | 36 +-
26793 drivers/atm/iphase.c | 34 +-
26794 drivers/atm/lanai.c | 12 +-
26795 drivers/atm/nicstar.c | 46 +-
26796 drivers/atm/solos-pci.c | 4 +-
26797 drivers/atm/suni.c | 4 +-
26798 drivers/atm/uPD98402.c | 16 +-
26799 drivers/atm/zatm.c | 6 +-
26800 drivers/base/bus.c | 4 +-
26801 drivers/base/devtmpfs.c | 8 +-
26802 drivers/base/node.c | 2 +-
26803 drivers/base/platform-msi.c | 20 +-
26804 drivers/base/power/domain.c | 11 +-
26805 drivers/base/power/sysfs.c | 2 +-
26806 drivers/base/power/wakeup.c | 8 +-
26807 drivers/base/regmap/regmap-debugfs.c | 11 +-
26808 drivers/base/syscore.c | 4 +-
26809 drivers/block/cciss.c | 28 +-
26810 drivers/block/cciss.h | 2 +-
26811 drivers/block/cpqarray.c | 28 +-
26812 drivers/block/cpqarray.h | 2 +-
26813 drivers/block/drbd/drbd_bitmap.c | 2 +-
26814 drivers/block/drbd/drbd_int.h | 8 +-
26815 drivers/block/drbd/drbd_main.c | 12 +-
26816 drivers/block/drbd/drbd_nl.c | 4 +-
26817 drivers/block/drbd/drbd_receiver.c | 34 +-
26818 drivers/block/drbd/drbd_worker.c | 8 +-
26819 drivers/block/pktcdvd.c | 4 +-
26820 drivers/block/rbd.c | 2 +-
26821 drivers/bluetooth/btwilink.c | 2 +-
26822 drivers/bus/arm-cci.c | 12 +-
26823 drivers/cdrom/cdrom.c | 11 +-
26824 drivers/cdrom/gdrom.c | 1 -
26825 drivers/char/agp/compat_ioctl.c | 2 +-
26826 drivers/char/agp/frontend.c | 4 +-
26827 drivers/char/agp/intel-gtt.c | 4 +-
26828 drivers/char/hpet.c | 2 +-
26829 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
26830 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
26831 drivers/char/mem.c | 47 +-
26832 drivers/char/nvram.c | 2 +-
26833 drivers/char/pcmcia/synclink_cs.c | 16 +-
26834 drivers/char/random.c | 12 +-
26835 drivers/char/sonypi.c | 11 +-
26836 drivers/char/tpm/tpm_acpi.c | 3 +-
26837 drivers/char/tpm/tpm_eventlog.c | 4 +-
26838 drivers/char/virtio_console.c | 4 +-
26839 drivers/clk/clk-composite.c | 2 +-
26840 drivers/clk/samsung/clk.h | 2 +-
26841 drivers/clk/socfpga/clk-gate.c | 9 +-
26842 drivers/clk/socfpga/clk-pll.c | 9 +-
26843 drivers/clk/ti/clk.c | 8 +-
26844 drivers/cpufreq/acpi-cpufreq.c | 17 +-
26845 drivers/cpufreq/cpufreq-dt.c | 4 +-
26846 drivers/cpufreq/cpufreq.c | 30 +-
26847 drivers/cpufreq/cpufreq_governor.c | 2 +-
26848 drivers/cpufreq/cpufreq_governor.h | 4 +-
26849 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
26850 drivers/cpufreq/intel_pstate.c | 33 +-
26851 drivers/cpufreq/p4-clockmod.c | 12 +-
26852 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
26853 drivers/cpufreq/speedstep-centrino.c | 7 +-
26854 drivers/cpuidle/driver.c | 2 +-
26855 drivers/cpuidle/dt_idle_states.c | 2 +-
26856 drivers/cpuidle/governor.c | 2 +-
26857 drivers/cpuidle/sysfs.c | 2 +-
26858 drivers/crypto/hifn_795x.c | 4 +-
26859 drivers/devfreq/devfreq.c | 4 +-
26860 drivers/dma/sh/shdma-base.c | 4 +-
26861 drivers/dma/sh/shdmac.c | 2 +-
26862 drivers/edac/edac_device.c | 4 +-
26863 drivers/edac/edac_mc_sysfs.c | 2 +-
26864 drivers/edac/edac_pci.c | 4 +-
26865 drivers/edac/edac_pci_sysfs.c | 22 +-
26866 drivers/edac/mce_amd.h | 2 +-
26867 drivers/firewire/core-card.c | 6 +-
26868 drivers/firewire/core-device.c | 2 +-
26869 drivers/firewire/core-transaction.c | 1 +
26870 drivers/firewire/core.h | 1 +
26871 drivers/firmware/dmi-id.c | 2 +-
26872 drivers/firmware/dmi_scan.c | 12 +-
26873 drivers/firmware/efi/cper.c | 8 +-
26874 drivers/firmware/efi/efi.c | 12 +-
26875 drivers/firmware/efi/efivars.c | 2 +-
26876 drivers/firmware/efi/runtime-map.c | 2 +-
26877 drivers/firmware/google/gsmi.c | 2 +-
26878 drivers/firmware/google/memconsole.c | 7 +-
26879 drivers/firmware/memmap.c | 2 +-
26880 drivers/firmware/psci.c | 2 +-
26881 drivers/gpio/gpio-davinci.c | 6 +-
26882 drivers/gpio/gpio-em.c | 2 +-
26883 drivers/gpio/gpio-ich.c | 2 +-
26884 drivers/gpio/gpio-omap.c | 4 +-
26885 drivers/gpio/gpio-rcar.c | 2 +-
26886 drivers/gpio/gpio-vr41xx.c | 2 +-
26887 drivers/gpio/gpiolib.c | 12 +-
26888 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
26889 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
26890 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
26891 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
26892 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
26893 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
26894 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
26895 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
26896 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
26897 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
26898 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
26899 drivers/gpu/drm/drm_crtc.c | 2 +-
26900 drivers/gpu/drm/drm_drv.c | 2 +-
26901 drivers/gpu/drm/drm_fops.c | 12 +-
26902 drivers/gpu/drm/drm_global.c | 14 +-
26903 drivers/gpu/drm/drm_info.c | 13 +-
26904 drivers/gpu/drm/drm_ioc32.c | 13 +-
26905 drivers/gpu/drm/drm_ioctl.c | 2 +-
26906 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
26907 drivers/gpu/drm/i810/i810_drv.h | 4 +-
26908 drivers/gpu/drm/i915/i915_dma.c | 2 +-
26909 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
26910 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
26911 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
26912 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
26913 drivers/gpu/drm/i915/intel_display.c | 26 +-
26914 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
26915 drivers/gpu/drm/mga/mga_drv.h | 4 +-
26916 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
26917 drivers/gpu/drm/mga/mga_irq.c | 8 +-
26918 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
26919 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
26920 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
26921 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
26922 drivers/gpu/drm/omapdrm/Makefile | 2 +-
26923 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
26924 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
26925 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
26926 drivers/gpu/drm/qxl/qxl_ioctl.c | 10 +-
26927 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
26928 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
26929 drivers/gpu/drm/r128/r128_cce.c | 2 +-
26930 drivers/gpu/drm/r128/r128_drv.h | 4 +-
26931 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
26932 drivers/gpu/drm/r128/r128_irq.c | 4 +-
26933 drivers/gpu/drm/r128/r128_state.c | 4 +-
26934 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
26935 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
26936 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
26937 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
26938 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
26939 drivers/gpu/drm/radeon/radeon_state.c | 4 +-
26940 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
26941 drivers/gpu/drm/tegra/dc.c | 2 +-
26942 drivers/gpu/drm/tegra/dsi.c | 2 +-
26943 drivers/gpu/drm/tegra/hdmi.c | 2 +-
26944 drivers/gpu/drm/tegra/sor.c | 7 +-
26945 drivers/gpu/drm/tilcdc/Makefile | 6 +-
26946 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
26947 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
26948 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
26949 drivers/gpu/drm/udl/udl_fb.c | 1 -
26950 drivers/gpu/drm/via/via_drv.h | 4 +-
26951 drivers/gpu/drm/via/via_irq.c | 18 +-
26952 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
26953 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
26954 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
26955 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
26956 drivers/gpu/vga/vga_switcheroo.c | 4 +-
26957 drivers/hid/hid-core.c | 4 +-
26958 drivers/hid/hid-sensor-custom.c | 2 +-
26959 drivers/hv/channel.c | 2 +-
26960 drivers/hv/hv.c | 4 +-
26961 drivers/hv/hv_balloon.c | 18 +-
26962 drivers/hv/hyperv_vmbus.h | 2 +-
26963 drivers/hwmon/acpi_power_meter.c | 6 +-
26964 drivers/hwmon/applesmc.c | 2 +-
26965 drivers/hwmon/asus_atk0110.c | 10 +-
26966 drivers/hwmon/coretemp.c | 2 +-
26967 drivers/hwmon/dell-smm-hwmon.c | 2 +-
26968 drivers/hwmon/ibmaem.c | 2 +-
26969 drivers/hwmon/iio_hwmon.c | 2 +-
26970 drivers/hwmon/nct6683.c | 6 +-
26971 drivers/hwmon/nct6775.c | 6 +-
26972 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
26973 drivers/hwmon/sht15.c | 12 +-
26974 drivers/hwmon/via-cputemp.c | 2 +-
26975 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
26976 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
26977 drivers/i2c/i2c-dev.c | 2 +-
26978 drivers/ide/ide-cd.c | 2 +-
26979 drivers/ide/ide-disk.c | 2 +-
26980 drivers/iio/industrialio-core.c | 2 +-
26981 drivers/iio/magnetometer/ak8975.c | 2 +-
26982 drivers/infiniband/core/cm.c | 32 +-
26983 drivers/infiniband/core/fmr_pool.c | 20 +-
26984 drivers/infiniband/core/uverbs_cmd.c | 3 +
26985 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
26986 drivers/infiniband/hw/mlx4/mad.c | 2 +-
26987 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
26988 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
26989 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
26990 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
26991 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
26992 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
26993 drivers/infiniband/hw/nes/nes.c | 4 +-
26994 drivers/infiniband/hw/nes/nes.h | 40 +-
26995 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
26996 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
26997 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
26998 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
26999 drivers/infiniband/hw/qib/qib.h | 1 +
27000 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
27001 drivers/input/gameport/gameport.c | 4 +-
27002 drivers/input/input.c | 4 +-
27003 drivers/input/joystick/sidewinder.c | 1 +
27004 drivers/input/joystick/xpad.c | 4 +-
27005 drivers/input/misc/ims-pcu.c | 4 +-
27006 drivers/input/mouse/psmouse.h | 2 +-
27007 drivers/input/mousedev.c | 2 +-
27008 drivers/input/serio/serio.c | 4 +-
27009 drivers/input/serio/serio_raw.c | 4 +-
27010 drivers/input/touchscreen/htcpen.c | 2 +-
27011 drivers/iommu/arm-smmu-v3.c | 2 +-
27012 drivers/iommu/arm-smmu.c | 43 +-
27013 drivers/iommu/io-pgtable-arm.c | 101 +-
27014 drivers/iommu/io-pgtable.c | 11 +-
27015 drivers/iommu/io-pgtable.h | 19 +-
27016 drivers/iommu/iommu.c | 2 +-
27017 drivers/iommu/ipmmu-vmsa.c | 13 +-
27018 drivers/iommu/irq_remapping.c | 2 +-
27019 drivers/irqchip/irq-gic.c | 2 +-
27020 drivers/irqchip/irq-i8259.c | 2 +-
27021 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
27022 drivers/irqchip/irq-renesas-irqc.c | 2 +-
27023 drivers/isdn/capi/capi.c | 10 +-
27024 drivers/isdn/gigaset/interface.c | 8 +-
27025 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
27026 drivers/isdn/hardware/avm/b1.c | 4 +-
27027 drivers/isdn/i4l/isdn_common.c | 2 +
27028 drivers/isdn/i4l/isdn_tty.c | 22 +-
27029 drivers/isdn/icn/icn.c | 2 +-
27030 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
27031 drivers/lguest/core.c | 10 +-
27032 drivers/lguest/page_tables.c | 2 +-
27033 drivers/lguest/x86/core.c | 12 +-
27034 drivers/lguest/x86/switcher_32.S | 27 +-
27035 drivers/md/bcache/closure.h | 2 +-
27036 drivers/md/bitmap.c | 2 +-
27037 drivers/md/dm-ioctl.c | 2 +-
27038 drivers/md/dm-raid1.c | 18 +-
27039 drivers/md/dm-stats.c | 6 +-
27040 drivers/md/dm-stripe.c | 10 +-
27041 drivers/md/dm-table.c | 2 +-
27042 drivers/md/dm-thin-metadata.c | 4 +-
27043 drivers/md/dm.c | 16 +-
27044 drivers/md/md.c | 26 +-
27045 drivers/md/md.h | 6 +-
27046 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
27047 drivers/md/persistent-data/dm-space-map.h | 1 +
27048 drivers/md/raid1.c | 4 +-
27049 drivers/md/raid10.c | 18 +-
27050 drivers/md/raid5.c | 22 +-
27051 drivers/media/dvb-core/dvbdev.c | 2 +-
27052 drivers/media/dvb-frontends/af9033.h | 2 +-
27053 drivers/media/dvb-frontends/dib3000.h | 2 +-
27054 drivers/media/dvb-frontends/dib7000p.h | 2 +-
27055 drivers/media/dvb-frontends/dib8000.h | 2 +-
27056 drivers/media/pci/cx88/cx88-video.c | 6 +-
27057 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
27058 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
27059 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
27060 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
27061 drivers/media/pci/tw68/tw68-core.c | 2 +-
27062 drivers/media/platform/omap/omap_vout.c | 11 +-
27063 drivers/media/platform/s5p-tv/mixer.h | 2 +-
27064 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
27065 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
27066 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
27067 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
27068 drivers/media/radio/radio-cadet.c | 2 +
27069 drivers/media/radio/radio-maxiradio.c | 2 +-
27070 drivers/media/radio/radio-shark.c | 2 +-
27071 drivers/media/radio/radio-shark2.c | 2 +-
27072 drivers/media/radio/radio-si476x.c | 2 +-
27073 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
27074 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
27075 drivers/media/v4l2-core/v4l2-device.c | 4 +-
27076 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
27077 drivers/memory/omap-gpmc.c | 21 +-
27078 drivers/message/fusion/mptsas.c | 34 +-
27079 drivers/mfd/ab8500-debugfs.c | 2 +-
27080 drivers/mfd/kempld-core.c | 2 +-
27081 drivers/mfd/max8925-i2c.c | 2 +-
27082 drivers/mfd/tps65910.c | 2 +-
27083 drivers/mfd/twl4030-irq.c | 9 +-
27084 drivers/mfd/wm5110-tables.c | 2 +-
27085 drivers/mfd/wm8998-tables.c | 2 +-
27086 drivers/misc/c2port/core.c | 4 +-
27087 drivers/misc/kgdbts.c | 4 +-
27088 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
27089 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
27090 drivers/misc/mic/scif/scif_rb.c | 8 +-
27091 drivers/misc/sgi-gru/gruhandles.c | 4 +-
27092 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
27093 drivers/misc/sgi-gru/grutables.h | 154 +-
27094 drivers/misc/sgi-xp/xp.h | 2 +-
27095 drivers/misc/sgi-xp/xpc.h | 3 +-
27096 drivers/misc/sgi-xp/xpc_main.c | 2 +-
27097 drivers/mmc/card/block.c | 2 +-
27098 drivers/mmc/host/dw_mmc.h | 2 +-
27099 drivers/mmc/host/mmci.c | 4 +-
27100 drivers/mmc/host/omap_hsmmc.c | 4 +-
27101 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
27102 drivers/mmc/host/sdhci-s3c.c | 8 +-
27103 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
27104 drivers/mtd/nand/denali.c | 1 +
27105 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
27106 drivers/mtd/nftlmount.c | 1 +
27107 drivers/mtd/sm_ftl.c | 2 +-
27108 drivers/net/bonding/bond_netlink.c | 2 +-
27109 drivers/net/caif/caif_hsi.c | 2 +-
27110 drivers/net/can/Kconfig | 2 +-
27111 drivers/net/can/dev.c | 2 +-
27112 drivers/net/can/vcan.c | 2 +-
27113 drivers/net/dummy.c | 2 +-
27114 drivers/net/ethernet/8390/ax88796.c | 4 +-
27115 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
27116 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
27117 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
27118 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
27119 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
27120 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
27121 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
27122 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
27123 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
27124 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
27125 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
27126 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
27127 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
27128 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
27129 drivers/net/ethernet/broadcom/tg3.h | 1 +
27130 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
27131 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
27132 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
27133 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
27134 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
27135 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
27136 drivers/net/ethernet/faraday/ftmac100.c | 2 +
27137 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
27138 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
27139 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
27140 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
27141 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
27142 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
27143 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
27144 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
27145 drivers/net/ethernet/realtek/r8169.c | 8 +-
27146 drivers/net/ethernet/sfc/ptp.c | 2 +-
27147 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
27148 drivers/net/ethernet/via/via-rhine.c | 2 +-
27149 drivers/net/geneve.c | 2 +-
27150 drivers/net/hyperv/hyperv_net.h | 2 +-
27151 drivers/net/hyperv/rndis_filter.c | 4 +-
27152 drivers/net/ifb.c | 2 +-
27153 drivers/net/ipvlan/ipvlan_core.c | 2 +-
27154 drivers/net/macvlan.c | 20 +-
27155 drivers/net/macvtap.c | 6 +-
27156 drivers/net/nlmon.c | 2 +-
27157 drivers/net/phy/phy_device.c | 6 +-
27158 drivers/net/ppp/ppp_generic.c | 4 +-
27159 drivers/net/slip/slhc.c | 2 +-
27160 drivers/net/team/team.c | 4 +-
27161 drivers/net/tun.c | 7 +-
27162 drivers/net/usb/hso.c | 23 +-
27163 drivers/net/usb/r8152.c | 2 +-
27164 drivers/net/usb/sierra_net.c | 4 +-
27165 drivers/net/virtio_net.c | 2 +-
27166 drivers/net/vrf.c | 2 +-
27167 drivers/net/vxlan.c | 4 +-
27168 drivers/net/wimax/i2400m/rx.c | 2 +-
27169 drivers/net/wireless/airo.c | 2 +-
27170 drivers/net/wireless/at76c50x-usb.c | 2 +-
27171 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
27172 drivers/net/wireless/ath/ath10k/htc.c | 7 +-
27173 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
27174 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
27175 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
27176 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
27177 drivers/net/wireless/ath/ath9k/main.c | 22 +-
27178 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
27179 drivers/net/wireless/b43/phy_lp.c | 2 +-
27180 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
27181 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
27182 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
27183 drivers/net/wireless/mac80211_hwsim.c | 28 +-
27184 drivers/net/wireless/rndis_wlan.c | 2 +-
27185 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
27186 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
27187 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
27188 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
27189 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
27190 drivers/nfc/nfcwilink.c | 2 +-
27191 drivers/of/fdt.c | 4 +-
27192 drivers/oprofile/buffer_sync.c | 8 +-
27193 drivers/oprofile/event_buffer.c | 2 +-
27194 drivers/oprofile/oprof.c | 2 +-
27195 drivers/oprofile/oprofile_stats.c | 10 +-
27196 drivers/oprofile/oprofile_stats.h | 10 +-
27197 drivers/oprofile/oprofilefs.c | 6 +-
27198 drivers/oprofile/timer_int.c | 2 +-
27199 drivers/parport/procfs.c | 4 +-
27200 drivers/pci/host/pci-host-generic.c | 24 +-
27201 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
27202 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
27203 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
27204 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
27205 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
27206 drivers/pci/hotplug/pciehp_core.c | 2 +-
27207 drivers/pci/msi.c | 22 +-
27208 drivers/pci/pci-sysfs.c | 6 +-
27209 drivers/pci/pci.h | 2 +-
27210 drivers/pci/pcie/aspm.c | 6 +-
27211 drivers/pci/pcie/portdrv_pci.c | 2 +-
27212 drivers/pci/probe.c | 2 +-
27213 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
27214 drivers/pinctrl/pinctrl-at91.c | 5 +-
27215 drivers/platform/chrome/chromeos_pstore.c | 2 +-
27216 drivers/platform/x86/alienware-wmi.c | 4 +-
27217 drivers/platform/x86/compal-laptop.c | 2 +-
27218 drivers/platform/x86/hdaps.c | 2 +-
27219 drivers/platform/x86/ibm_rtl.c | 2 +-
27220 drivers/platform/x86/intel_oaktrail.c | 2 +-
27221 drivers/platform/x86/msi-laptop.c | 16 +-
27222 drivers/platform/x86/msi-wmi.c | 2 +-
27223 drivers/platform/x86/samsung-laptop.c | 2 +-
27224 drivers/platform/x86/samsung-q10.c | 2 +-
27225 drivers/platform/x86/sony-laptop.c | 14 +-
27226 drivers/platform/x86/thinkpad_acpi.c | 2 +-
27227 drivers/pnp/pnpbios/bioscalls.c | 14 +-
27228 drivers/pnp/pnpbios/core.c | 2 +-
27229 drivers/power/pda_power.c | 7 +-
27230 drivers/power/power_supply.h | 4 +-
27231 drivers/power/power_supply_core.c | 7 +-
27232 drivers/power/power_supply_sysfs.c | 6 +-
27233 drivers/power/reset/at91-reset.c | 9 +-
27234 drivers/powercap/powercap_sys.c | 136 +-
27235 drivers/ptp/ptp_private.h | 2 +-
27236 drivers/ptp/ptp_sysfs.c | 2 +-
27237 drivers/regulator/core.c | 4 +-
27238 drivers/regulator/max8660.c | 6 +-
27239 drivers/regulator/max8973-regulator.c | 16 +-
27240 drivers/regulator/mc13892-regulator.c | 8 +-
27241 drivers/rtc/rtc-armada38x.c | 7 +-
27242 drivers/rtc/rtc-cmos.c | 4 +-
27243 drivers/rtc/rtc-ds1307.c | 2 +-
27244 drivers/rtc/rtc-m48t59.c | 4 +-
27245 drivers/rtc/rtc-test.c | 6 +-
27246 drivers/scsi/be2iscsi/be_main.c | 2 +-
27247 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
27248 drivers/scsi/bfa/bfa_ioc.h | 4 +-
27249 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
27250 drivers/scsi/hosts.c | 4 +-
27251 drivers/scsi/hpsa.c | 38 +-
27252 drivers/scsi/hpsa.h | 2 +-
27253 drivers/scsi/libfc/fc_exch.c | 50 +-
27254 drivers/scsi/libsas/sas_ata.c | 2 +-
27255 drivers/scsi/lpfc/lpfc.h | 8 +-
27256 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
27257 drivers/scsi/lpfc/lpfc_init.c | 6 +-
27258 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
27259 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
27260 drivers/scsi/mpt2sas/mpt2sas_scsih.c | 8 +-
27261 drivers/scsi/pmcraid.c | 20 +-
27262 drivers/scsi/pmcraid.h | 8 +-
27263 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
27264 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
27265 drivers/scsi/qla2xxx/qla_os.c | 6 +-
27266 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
27267 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
27268 drivers/scsi/scsi.c | 2 +-
27269 drivers/scsi/scsi_lib.c | 8 +-
27270 drivers/scsi/scsi_sysfs.c | 2 +-
27271 drivers/scsi/scsi_transport_fc.c | 8 +-
27272 drivers/scsi/scsi_transport_iscsi.c | 6 +-
27273 drivers/scsi/scsi_transport_srp.c | 6 +-
27274 drivers/scsi/sd.c | 6 +-
27275 drivers/scsi/sg.c | 2 +-
27276 drivers/scsi/sr.c | 21 +-
27277 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
27278 drivers/spi/spi.c | 2 +-
27279 drivers/staging/android/timed_output.c | 6 +-
27280 drivers/staging/comedi/comedi_fops.c | 8 +-
27281 drivers/staging/fbtft/fbtft-core.c | 2 +-
27282 drivers/staging/fbtft/fbtft.h | 2 +-
27283 drivers/staging/gdm724x/gdm_tty.c | 2 +-
27284 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
27285 drivers/staging/iio/adc/ad7280a.c | 4 +-
27286 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
27287 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
27288 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
27289 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
27290 drivers/staging/lustre/lustre/include/obd.h | 2 +-
27291 drivers/staging/octeon/ethernet-rx.c | 20 +-
27292 drivers/staging/octeon/ethernet.c | 8 +-
27293 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
27294 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
27295 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
27296 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
27297 drivers/staging/sm750fb/sm750.c | 14 +-
27298 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
27299 drivers/target/sbp/sbp_target.c | 4 +-
27300 drivers/thermal/cpu_cooling.c | 9 +-
27301 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
27302 drivers/thermal/of-thermal.c | 17 +-
27303 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
27304 drivers/tty/cyclades.c | 6 +-
27305 drivers/tty/hvc/hvc_console.c | 14 +-
27306 drivers/tty/hvc/hvcs.c | 21 +-
27307 drivers/tty/hvc/hvsi.c | 22 +-
27308 drivers/tty/hvc/hvsi_lib.c | 4 +-
27309 drivers/tty/ipwireless/tty.c | 27 +-
27310 drivers/tty/moxa.c | 2 +-
27311 drivers/tty/n_gsm.c | 4 +-
27312 drivers/tty/n_tty.c | 3 +-
27313 drivers/tty/pty.c | 4 +-
27314 drivers/tty/rocket.c | 6 +-
27315 drivers/tty/serial/8250/8250_core.c | 10 +-
27316 drivers/tty/serial/ifx6x60.c | 2 +-
27317 drivers/tty/serial/ioc4_serial.c | 6 +-
27318 drivers/tty/serial/kgdb_nmi.c | 4 +-
27319 drivers/tty/serial/kgdboc.c | 32 +-
27320 drivers/tty/serial/msm_serial.c | 4 +-
27321 drivers/tty/serial/samsung.c | 9 +-
27322 drivers/tty/serial/serial_core.c | 8 +-
27323 drivers/tty/synclink.c | 34 +-
27324 drivers/tty/synclink_gt.c | 28 +-
27325 drivers/tty/synclinkmp.c | 34 +-
27326 drivers/tty/tty_io.c | 2 +-
27327 drivers/tty/tty_ldisc.c | 8 +-
27328 drivers/tty/tty_port.c | 22 +-
27329 drivers/uio/uio.c | 13 +-
27330 drivers/usb/atm/cxacru.c | 2 +-
27331 drivers/usb/atm/usbatm.c | 24 +-
27332 drivers/usb/class/cdc-acm.h | 2 +-
27333 drivers/usb/core/devices.c | 6 +-
27334 drivers/usb/core/devio.c | 12 +-
27335 drivers/usb/core/hcd.c | 4 +-
27336 drivers/usb/core/sysfs.c | 2 +-
27337 drivers/usb/core/usb.c | 2 +-
27338 drivers/usb/early/ehci-dbgp.c | 16 +-
27339 drivers/usb/gadget/function/u_serial.c | 22 +-
27340 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
27341 drivers/usb/host/ehci-hcd.c | 2 +-
27342 drivers/usb/host/ehci-hub.c | 4 +-
27343 drivers/usb/host/ehci-q.c | 4 +-
27344 drivers/usb/host/fotg210-hcd.c | 2 +-
27345 drivers/usb/host/fusbh200-hcd.c | 2 +-
27346 drivers/usb/host/hwa-hc.c | 2 +-
27347 drivers/usb/host/ohci-hcd.c | 2 +-
27348 drivers/usb/host/r8a66597.h | 2 +-
27349 drivers/usb/host/uhci-hcd.c | 2 +-
27350 drivers/usb/host/xhci-pci.c | 2 +-
27351 drivers/usb/host/xhci.c | 2 +-
27352 drivers/usb/misc/appledisplay.c | 4 +-
27353 drivers/usb/serial/console.c | 8 +-
27354 drivers/usb/storage/transport.c | 2 +-
27355 drivers/usb/storage/usb.c | 2 +-
27356 drivers/usb/storage/usb.h | 2 +-
27357 drivers/usb/usbip/vhci.h | 2 +-
27358 drivers/usb/usbip/vhci_hcd.c | 6 +-
27359 drivers/usb/usbip/vhci_rx.c | 2 +-
27360 drivers/usb/wusbcore/wa-hc.h | 4 +-
27361 drivers/usb/wusbcore/wa-xfer.c | 2 +-
27362 drivers/vfio/vfio.c | 2 +-
27363 drivers/vhost/vringh.c | 20 +-
27364 drivers/video/backlight/kb3886_bl.c | 2 +-
27365 drivers/video/console/fbcon.c | 2 +-
27366 drivers/video/fbdev/aty/aty128fb.c | 2 +-
27367 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
27368 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
27369 drivers/video/fbdev/core/fb_defio.c | 6 +-
27370 drivers/video/fbdev/core/fbmem.c | 2 +-
27371 drivers/video/fbdev/hyperv_fb.c | 4 +-
27372 drivers/video/fbdev/i810/i810_accel.c | 1 +
27373 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
27374 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
27375 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
27376 drivers/video/fbdev/omap2/dss/display.c | 8 +-
27377 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
27378 drivers/video/fbdev/smscufx.c | 4 +-
27379 drivers/video/fbdev/udlfb.c | 36 +-
27380 drivers/video/fbdev/uvesafb.c | 52 +-
27381 drivers/video/fbdev/vesafb.c | 58 +-
27382 drivers/video/fbdev/via/via_clock.h | 2 +-
27383 drivers/xen/events/events_base.c | 6 +-
27384 drivers/xen/evtchn.c | 4 +-
27385 fs/Kconfig.binfmt | 2 +-
27386 fs/afs/inode.c | 4 +-
27387 fs/aio.c | 2 +-
27388 fs/autofs4/waitq.c | 2 +-
27389 fs/befs/endian.h | 6 +-
27390 fs/binfmt_aout.c | 23 +-
27391 fs/binfmt_elf.c | 670 +-
27392 fs/binfmt_elf_fdpic.c | 4 +-
27393 fs/block_dev.c | 2 +-
27394 fs/btrfs/ctree.c | 9 +-
27395 fs/btrfs/delayed-inode.c | 9 +-
27396 fs/btrfs/delayed-inode.h | 6 +-
27397 fs/btrfs/file.c | 10 +-
27398 fs/btrfs/inode.c | 14 +-
27399 fs/btrfs/super.c | 2 +-
27400 fs/btrfs/sysfs.c | 2 +-
27401 fs/btrfs/tests/free-space-tests.c | 8 +-
27402 fs/btrfs/tree-log.h | 2 +-
27403 fs/buffer.c | 2 +-
27404 fs/cachefiles/bind.c | 6 +-
27405 fs/cachefiles/daemon.c | 8 +-
27406 fs/cachefiles/internal.h | 12 +-
27407 fs/cachefiles/namei.c | 2 +-
27408 fs/cachefiles/proc.c | 12 +-
27409 fs/ceph/dir.c | 12 +-
27410 fs/ceph/super.c | 4 +-
27411 fs/cifs/cifs_debug.c | 12 +-
27412 fs/cifs/cifsfs.c | 8 +-
27413 fs/cifs/cifsglob.h | 54 +-
27414 fs/cifs/file.c | 10 +-
27415 fs/cifs/misc.c | 4 +-
27416 fs/cifs/smb1ops.c | 80 +-
27417 fs/cifs/smb2ops.c | 84 +-
27418 fs/cifs/smb2pdu.c | 3 +-
27419 fs/coda/cache.c | 10 +-
27420 fs/compat.c | 4 +-
27421 fs/compat_binfmt_elf.c | 2 +
27422 fs/compat_ioctl.c | 12 +-
27423 fs/configfs/dir.c | 10 +-
27424 fs/coredump.c | 16 +-
27425 fs/dcache.c | 51 +-
27426 fs/ecryptfs/inode.c | 2 +-
27427 fs/ecryptfs/miscdev.c | 2 +-
27428 fs/exec.c | 362 +-
27429 fs/ext2/xattr.c | 5 +-
27430 fs/ext4/ext4.h | 20 +-
27431 fs/ext4/mballoc.c | 44 +-
27432 fs/ext4/resize.c | 16 +-
27433 fs/ext4/super.c | 4 +-
27434 fs/ext4/xattr.c | 5 +-
27435 fs/fhandle.c | 3 +-
27436 fs/file.c | 4 +-
27437 fs/fs_struct.c | 8 +-
27438 fs/fscache/cookie.c | 40 +-
27439 fs/fscache/internal.h | 202 +-
27440 fs/fscache/object.c | 26 +-
27441 fs/fscache/operation.c | 38 +-
27442 fs/fscache/page.c | 110 +-
27443 fs/fscache/stats.c | 348 +-
27444 fs/fuse/cuse.c | 10 +-
27445 fs/fuse/dev.c | 4 +-
27446 fs/gfs2/glock.c | 22 +-
27447 fs/gfs2/glops.c | 4 +-
27448 fs/gfs2/quota.c | 6 +-
27449 fs/hugetlbfs/inode.c | 13 +-
27450 fs/inode.c | 4 +-
27451 fs/jffs2/erase.c | 3 +-
27452 fs/jffs2/wbuf.c | 3 +-
27453 fs/jfs/super.c | 2 +-
27454 fs/kernfs/dir.c | 2 +-
27455 fs/kernfs/file.c | 20 +-
27456 fs/libfs.c | 10 +-
27457 fs/lockd/clntproc.c | 4 +-
27458 fs/namei.c | 16 +-
27459 fs/namespace.c | 16 +-
27460 fs/nfs/callback_xdr.c | 2 +-
27461 fs/nfs/inode.c | 6 +-
27462 fs/nfsd/nfs4proc.c | 2 +-
27463 fs/nfsd/nfs4xdr.c | 2 +-
27464 fs/nfsd/nfscache.c | 11 +-
27465 fs/nfsd/vfs.c | 6 +-
27466 fs/nls/nls_base.c | 26 +-
27467 fs/nls/nls_euc-jp.c | 6 +-
27468 fs/nls/nls_koi8-ru.c | 6 +-
27469 fs/notify/fanotify/fanotify_user.c | 4 +-
27470 fs/notify/notification.c | 4 +-
27471 fs/ntfs/dir.c | 2 +-
27472 fs/ntfs/super.c | 6 +-
27473 fs/ocfs2/localalloc.c | 2 +-
27474 fs/ocfs2/ocfs2.h | 10 +-
27475 fs/ocfs2/suballoc.c | 12 +-
27476 fs/ocfs2/super.c | 20 +-
27477 fs/pipe.c | 72 +-
27478 fs/posix_acl.c | 4 +-
27479 fs/proc/array.c | 20 +
27480 fs/proc/base.c | 4 +-
27481 fs/proc/kcore.c | 34 +-
27482 fs/proc/meminfo.c | 2 +-
27483 fs/proc/nommu.c | 2 +-
27484 fs/proc/proc_sysctl.c | 26 +-
27485 fs/proc/task_mmu.c | 39 +-
27486 fs/proc/task_nommu.c | 4 +-
27487 fs/proc/vmcore.c | 16 +-
27488 fs/qnx6/qnx6.h | 4 +-
27489 fs/quota/netlink.c | 4 +-
27490 fs/read_write.c | 2 +-
27491 fs/reiserfs/do_balan.c | 2 +-
27492 fs/reiserfs/procfs.c | 2 +-
27493 fs/reiserfs/reiserfs.h | 4 +-
27494 fs/seq_file.c | 4 +-
27495 fs/splice.c | 43 +-
27496 fs/squashfs/xattr.c | 12 +-
27497 fs/sysv/sysv.h | 2 +-
27498 fs/tracefs/inode.c | 8 +-
27499 fs/udf/misc.c | 2 +-
27500 fs/ufs/swab.h | 4 +-
27501 fs/userfaultfd.c | 2 +-
27502 fs/xattr.c | 21 +
27503 fs/xfs/libxfs/xfs_bmap.c | 2 +-
27504 fs/xfs/xfs_dir2_readdir.c | 7 +-
27505 fs/xfs/xfs_ioctl.c | 2 +-
27506 fs/xfs/xfs_linux.h | 4 +-
27507 include/asm-generic/4level-fixup.h | 2 +
27508 include/asm-generic/atomic-long.h | 156 +-
27509 include/asm-generic/atomic64.h | 12 +
27510 include/asm-generic/bitops/__fls.h | 2 +-
27511 include/asm-generic/bitops/fls.h | 2 +-
27512 include/asm-generic/bitops/fls64.h | 4 +-
27513 include/asm-generic/bug.h | 6 +-
27514 include/asm-generic/cache.h | 4 +-
27515 include/asm-generic/emergency-restart.h | 2 +-
27516 include/asm-generic/kmap_types.h | 4 +-
27517 include/asm-generic/local.h | 13 +
27518 include/asm-generic/pgtable-nopmd.h | 18 +-
27519 include/asm-generic/pgtable-nopud.h | 15 +-
27520 include/asm-generic/pgtable.h | 16 +
27521 include/asm-generic/sections.h | 1 +
27522 include/asm-generic/uaccess.h | 16 +
27523 include/asm-generic/vmlinux.lds.h | 15 +-
27524 include/crypto/algapi.h | 2 +-
27525 include/drm/drmP.h | 16 +-
27526 include/drm/drm_crtc_helper.h | 2 +-
27527 include/drm/drm_mm.h | 2 +-
27528 include/drm/i915_pciids.h | 2 +-
27529 include/drm/intel-gtt.h | 4 +-
27530 include/drm/ttm/ttm_memory.h | 2 +-
27531 include/drm/ttm/ttm_page_alloc.h | 1 +
27532 include/keys/asymmetric-subtype.h | 2 +-
27533 include/linux/atmdev.h | 4 +-
27534 include/linux/atomic.h | 17 +-
27535 include/linux/audit.h | 2 +-
27536 include/linux/average.h | 2 +-
27537 include/linux/binfmts.h | 3 +-
27538 include/linux/bitmap.h | 2 +-
27539 include/linux/bitops.h | 8 +-
27540 include/linux/blkdev.h | 2 +-
27541 include/linux/blktrace_api.h | 2 +-
27542 include/linux/cache.h | 8 +
27543 include/linux/cdrom.h | 1 -
27544 include/linux/cleancache.h | 2 +-
27545 include/linux/clk-provider.h | 1 +
27546 include/linux/compat.h | 6 +-
27547 include/linux/compiler-gcc.h | 28 +-
27548 include/linux/compiler.h | 157 +-
27549 include/linux/configfs.h | 2 +-
27550 include/linux/cpufreq.h | 3 +-
27551 include/linux/cpuidle.h | 5 +-
27552 include/linux/cpumask.h | 14 +-
27553 include/linux/crypto.h | 4 +-
27554 include/linux/ctype.h | 2 +-
27555 include/linux/dcache.h | 4 +-
27556 include/linux/decompress/mm.h | 2 +-
27557 include/linux/devfreq.h | 2 +-
27558 include/linux/device.h | 7 +-
27559 include/linux/dma-mapping.h | 2 +-
27560 include/linux/efi.h | 1 +
27561 include/linux/elf.h | 2 +
27562 include/linux/err.h | 4 +-
27563 include/linux/extcon.h | 2 +-
27564 include/linux/fb.h | 3 +-
27565 include/linux/fdtable.h | 2 +-
27566 include/linux/fs.h | 5 +-
27567 include/linux/fs_struct.h | 2 +-
27568 include/linux/fscache-cache.h | 2 +-
27569 include/linux/fscache.h | 2 +-
27570 include/linux/fsnotify.h | 2 +-
27571 include/linux/genhd.h | 4 +-
27572 include/linux/genl_magic_func.h | 2 +-
27573 include/linux/gfp.h | 12 +-
27574 include/linux/highmem.h | 12 +
27575 include/linux/hwmon-sysfs.h | 6 +-
27576 include/linux/i2c.h | 1 +
27577 include/linux/if_pppox.h | 2 +-
27578 include/linux/init.h | 12 +-
27579 include/linux/init_task.h | 7 +
27580 include/linux/interrupt.h | 6 +-
27581 include/linux/iommu.h | 2 +-
27582 include/linux/ioport.h | 2 +-
27583 include/linux/ipc.h | 2 +-
27584 include/linux/irq.h | 5 +-
27585 include/linux/irqdesc.h | 2 +-
27586 include/linux/irqdomain.h | 3 +
27587 include/linux/jiffies.h | 16 +-
27588 include/linux/key-type.h | 2 +-
27589 include/linux/kgdb.h | 6 +-
27590 include/linux/kmemleak.h | 4 +-
27591 include/linux/kobject.h | 3 +-
27592 include/linux/kobject_ns.h | 2 +-
27593 include/linux/kref.h | 2 +-
27594 include/linux/libata.h | 2 +-
27595 include/linux/linkage.h | 1 +
27596 include/linux/list.h | 15 +
27597 include/linux/lockref.h | 26 +-
27598 include/linux/math64.h | 10 +-
27599 include/linux/mempolicy.h | 7 +
27600 include/linux/mm.h | 102 +-
27601 include/linux/mm_types.h | 20 +
27602 include/linux/mmiotrace.h | 4 +-
27603 include/linux/mmzone.h | 2 +-
27604 include/linux/mod_devicetable.h | 4 +-
27605 include/linux/module.h | 69 +-
27606 include/linux/moduleloader.h | 16 +
27607 include/linux/moduleparam.h | 4 +-
27608 include/linux/net.h | 2 +-
27609 include/linux/netdevice.h | 7 +-
27610 include/linux/netfilter.h | 2 +-
27611 include/linux/netfilter/nfnetlink.h | 2 +-
27612 include/linux/nls.h | 4 +-
27613 include/linux/notifier.h | 3 +-
27614 include/linux/oprofile.h | 4 +-
27615 include/linux/padata.h | 2 +-
27616 include/linux/pci_hotplug.h | 3 +-
27617 include/linux/percpu.h | 2 +-
27618 include/linux/perf_event.h | 12 +-
27619 include/linux/pipe_fs_i.h | 8 +-
27620 include/linux/pm.h | 1 +
27621 include/linux/pm_domain.h | 4 +-
27622 include/linux/pm_runtime.h | 2 +-
27623 include/linux/pnp.h | 2 +-
27624 include/linux/poison.h | 4 +-
27625 include/linux/power/smartreflex.h | 2 +-
27626 include/linux/ppp-comp.h | 2 +-
27627 include/linux/preempt.h | 21 +
27628 include/linux/proc_ns.h | 2 +-
27629 include/linux/psci.h | 2 +-
27630 include/linux/quota.h | 2 +-
27631 include/linux/random.h | 19 +-
27632 include/linux/rculist.h | 16 +
27633 include/linux/reboot.h | 14 +-
27634 include/linux/regset.h | 3 +-
27635 include/linux/relay.h | 2 +-
27636 include/linux/rio.h | 2 +-
27637 include/linux/rmap.h | 4 +-
27638 include/linux/sched.h | 72 +-
27639 include/linux/sched/sysctl.h | 1 +
27640 include/linux/semaphore.h | 2 +-
27641 include/linux/seq_file.h | 1 +
27642 include/linux/signal.h | 2 +-
27643 include/linux/skbuff.h | 12 +-
27644 include/linux/slab.h | 47 +-
27645 include/linux/slab_def.h | 14 +-
27646 include/linux/slub_def.h | 2 +-
27647 include/linux/smp.h | 2 +
27648 include/linux/sock_diag.h | 2 +-
27649 include/linux/sonet.h | 2 +-
27650 include/linux/sunrpc/addr.h | 8 +-
27651 include/linux/sunrpc/clnt.h | 2 +-
27652 include/linux/sunrpc/svc.h | 2 +-
27653 include/linux/sunrpc/svc_rdma.h | 18 +-
27654 include/linux/sunrpc/svcauth.h | 2 +-
27655 include/linux/swapops.h | 10 +-
27656 include/linux/swiotlb.h | 3 +-
27657 include/linux/syscalls.h | 21 +-
27658 include/linux/syscore_ops.h | 2 +-
27659 include/linux/sysctl.h | 3 +-
27660 include/linux/sysfs.h | 9 +-
27661 include/linux/sysrq.h | 3 +-
27662 include/linux/tcp.h | 14 +-
27663 include/linux/thread_info.h | 7 +
27664 include/linux/tty.h | 4 +-
27665 include/linux/tty_driver.h | 2 +-
27666 include/linux/tty_ldisc.h | 2 +-
27667 include/linux/types.h | 16 +
27668 include/linux/uaccess.h | 6 +-
27669 include/linux/uio_driver.h | 2 +-
27670 include/linux/unaligned/access_ok.h | 24 +-
27671 include/linux/usb.h | 12 +-
27672 include/linux/usb/hcd.h | 1 +
27673 include/linux/usb/renesas_usbhs.h | 2 +-
27674 include/linux/vermagic.h | 21 +-
27675 include/linux/vga_switcheroo.h | 8 +-
27676 include/linux/vmalloc.h | 7 +-
27677 include/linux/vmstat.h | 24 +-
27678 include/linux/xattr.h | 5 +-
27679 include/linux/zlib.h | 3 +-
27680 include/media/v4l2-dev.h | 2 +-
27681 include/media/v4l2-device.h | 2 +-
27682 include/net/9p/transport.h | 2 +-
27683 include/net/bluetooth/l2cap.h | 2 +-
27684 include/net/bonding.h | 2 +-
27685 include/net/caif/cfctrl.h | 6 +-
27686 include/net/flow.h | 2 +-
27687 include/net/genetlink.h | 2 +-
27688 include/net/gro_cells.h | 2 +-
27689 include/net/inet_connection_sock.h | 2 +-
27690 include/net/inet_sock.h | 2 +-
27691 include/net/inetpeer.h | 2 +-
27692 include/net/ip_fib.h | 2 +-
27693 include/net/ip_vs.h | 8 +-
27694 include/net/ipv6.h | 2 +-
27695 include/net/irda/ircomm_tty.h | 1 +
27696 include/net/iucv/af_iucv.h | 2 +-
27697 include/net/llc_c_ac.h | 2 +-
27698 include/net/llc_c_ev.h | 4 +-
27699 include/net/llc_c_st.h | 2 +-
27700 include/net/llc_s_ac.h | 2 +-
27701 include/net/llc_s_st.h | 2 +-
27702 include/net/mac80211.h | 4 +-
27703 include/net/neighbour.h | 2 +-
27704 include/net/net_namespace.h | 18 +-
27705 include/net/netlink.h | 2 +-
27706 include/net/netns/conntrack.h | 6 +-
27707 include/net/netns/ipv4.h | 4 +-
27708 include/net/netns/ipv6.h | 4 +-
27709 include/net/netns/xfrm.h | 2 +-
27710 include/net/ping.h | 2 +-
27711 include/net/protocol.h | 4 +-
27712 include/net/rtnetlink.h | 2 +-
27713 include/net/sctp/checksum.h | 4 +-
27714 include/net/sctp/sm.h | 4 +-
27715 include/net/sctp/structs.h | 2 +-
27716 include/net/sock.h | 12 +-
27717 include/net/tcp.h | 8 +-
27718 include/net/xfrm.h | 13 +-
27719 include/rdma/iw_cm.h | 2 +-
27720 include/scsi/libfc.h | 3 +-
27721 include/scsi/scsi_device.h | 6 +-
27722 include/scsi/scsi_driver.h | 2 +-
27723 include/scsi/scsi_transport_fc.h | 3 +-
27724 include/scsi/sg.h | 2 +-
27725 include/sound/compress_driver.h | 2 +-
27726 include/sound/soc.h | 4 +-
27727 include/trace/events/irq.h | 4 +-
27728 include/uapi/linux/a.out.h | 8 +
27729 include/uapi/linux/bcache.h | 5 +-
27730 include/uapi/linux/byteorder/little_endian.h | 28 +-
27731 include/uapi/linux/connector.h | 2 +-
27732 include/uapi/linux/elf.h | 28 +
27733 include/uapi/linux/screen_info.h | 3 +-
27734 include/uapi/linux/swab.h | 6 +-
27735 include/uapi/linux/xattr.h | 4 +
27736 include/video/udlfb.h | 8 +-
27737 include/video/uvesafb.h | 1 +
27738 init/Kconfig | 2 +-
27739 init/Makefile | 3 +
27740 init/do_mounts.c | 14 +-
27741 init/do_mounts.h | 8 +-
27742 init/do_mounts_initrd.c | 30 +-
27743 init/do_mounts_md.c | 6 +-
27744 init/init_task.c | 4 +
27745 init/initramfs.c | 38 +-
27746 init/main.c | 30 +-
27747 ipc/compat.c | 4 +-
27748 ipc/ipc_sysctl.c | 8 +-
27749 ipc/mq_sysctl.c | 4 +-
27750 ipc/sem.c | 4 +-
27751 ipc/shm.c | 6 +
27752 kernel/audit.c | 8 +-
27753 kernel/auditsc.c | 4 +-
27754 kernel/bpf/core.c | 7 +-
27755 kernel/capability.c | 3 +
27756 kernel/compat.c | 38 +-
27757 kernel/debug/debug_core.c | 16 +-
27758 kernel/debug/kdb/kdb_main.c | 4 +-
27759 kernel/events/core.c | 26 +-
27760 kernel/events/internal.h | 10 +-
27761 kernel/events/uprobes.c | 2 +-
27762 kernel/exit.c | 2 +-
27763 kernel/fork.c | 167 +-
27764 kernel/futex.c | 11 +-
27765 kernel/futex_compat.c | 2 +-
27766 kernel/gcov/base.c | 7 +-
27767 kernel/irq/manage.c | 2 +-
27768 kernel/irq/msi.c | 19 +-
27769 kernel/irq/spurious.c | 2 +-
27770 kernel/jump_label.c | 5 +
27771 kernel/kallsyms.c | 37 +-
27772 kernel/kexec.c | 3 +-
27773 kernel/kmod.c | 8 +-
27774 kernel/kprobes.c | 4 +-
27775 kernel/ksysfs.c | 2 +-
27776 kernel/locking/lockdep.c | 7 +-
27777 kernel/locking/mutex-debug.c | 12 +-
27778 kernel/locking/mutex-debug.h | 4 +-
27779 kernel/locking/mutex.c | 6 +-
27780 kernel/module.c | 422 +-
27781 kernel/notifier.c | 17 +-
27782 kernel/padata.c | 4 +-
27783 kernel/panic.c | 5 +-
27784 kernel/pid.c | 2 +-
27785 kernel/pid_namespace.c | 2 +-
27786 kernel/power/process.c | 12 +-
27787 kernel/profile.c | 14 +-
27788 kernel/ptrace.c | 8 +-
27789 kernel/rcu/rcutorture.c | 60 +-
27790 kernel/rcu/tiny.c | 4 +-
27791 kernel/rcu/tree.c | 44 +-
27792 kernel/rcu/tree.h | 14 +-
27793 kernel/rcu/tree_plugin.h | 14 +-
27794 kernel/rcu/tree_trace.c | 12 +-
27795 kernel/sched/auto_group.c | 4 +-
27796 kernel/sched/core.c | 45 +-
27797 kernel/sched/fair.c | 2 +-
27798 kernel/sched/sched.h | 2 +-
27799 kernel/signal.c | 12 +-
27800 kernel/smpboot.c | 4 +-
27801 kernel/softirq.c | 12 +-
27802 kernel/sys.c | 10 +-
27803 kernel/sysctl.c | 34 +-
27804 kernel/time/alarmtimer.c | 2 +-
27805 kernel/time/posix-cpu-timers.c | 4 +-
27806 kernel/time/posix-timers.c | 24 +-
27807 kernel/time/timer.c | 2 +-
27808 kernel/time/timer_stats.c | 10 +-
27809 kernel/trace/blktrace.c | 6 +-
27810 kernel/trace/ftrace.c | 15 +-
27811 kernel/trace/ring_buffer.c | 96 +-
27812 kernel/trace/trace.c | 2 +-
27813 kernel/trace/trace.h | 2 +-
27814 kernel/trace/trace_clock.c | 4 +-
27815 kernel/trace/trace_events.c | 1 -
27816 kernel/trace/trace_functions_graph.c | 4 +-
27817 kernel/trace/trace_mmiotrace.c | 8 +-
27818 kernel/trace/trace_output.c | 10 +-
27819 kernel/trace/trace_seq.c | 2 +-
27820 kernel/trace/trace_stack.c | 2 +-
27821 kernel/user_namespace.c | 2 +-
27822 kernel/utsname_sysctl.c | 2 +-
27823 kernel/watchdog.c | 2 +-
27824 kernel/workqueue.c | 2 +-
27825 lib/Kconfig.debug | 8 +-
27826 lib/Makefile | 2 +-
27827 lib/bitmap.c | 8 +-
27828 lib/bug.c | 2 +
27829 lib/debugobjects.c | 2 +-
27830 lib/decompress_bunzip2.c | 3 +-
27831 lib/decompress_unlzma.c | 4 +-
27832 lib/div64.c | 4 +-
27833 lib/dma-debug.c | 4 +-
27834 lib/inflate.c | 2 +-
27835 lib/ioremap.c | 4 +-
27836 lib/kobject.c | 4 +-
27837 lib/list_debug.c | 126 +-
27838 lib/lockref.c | 44 +-
27839 lib/percpu-refcount.c | 2 +-
27840 lib/radix-tree.c | 2 +-
27841 lib/random32.c | 2 +-
27842 lib/show_mem.c | 2 +-
27843 lib/strncpy_from_user.c | 2 +-
27844 lib/strnlen_user.c | 2 +-
27845 lib/swiotlb.c | 2 +-
27846 lib/usercopy.c | 6 +
27847 lib/vsprintf.c | 12 +-
27848 mm/Kconfig | 6 +-
27849 mm/backing-dev.c | 4 +-
27850 mm/debug.c | 3 +
27851 mm/filemap.c | 2 +-
27852 mm/gup.c | 13 +-
27853 mm/highmem.c | 6 +-
27854 mm/hugetlb.c | 70 +-
27855 mm/internal.h | 1 +
27856 mm/maccess.c | 4 +-
27857 mm/madvise.c | 37 +
27858 mm/memory-failure.c | 6 +-
27859 mm/memory.c | 424 +-
27860 mm/mempolicy.c | 25 +
27861 mm/mlock.c | 15 +-
27862 mm/mm_init.c | 2 +-
27863 mm/mmap.c | 582 +-
27864 mm/mprotect.c | 137 +-
27865 mm/mremap.c | 39 +-
27866 mm/nommu.c | 21 +-
27867 mm/page-writeback.c | 2 +-
27868 mm/page_alloc.c | 49 +-
27869 mm/percpu.c | 2 +-
27870 mm/process_vm_access.c | 14 +-
27871 mm/rmap.c | 45 +-
27872 mm/shmem.c | 19 +-
27873 mm/slab.c | 109 +-
27874 mm/slab.h | 22 +-
27875 mm/slab_common.c | 86 +-
27876 mm/slob.c | 218 +-
27877 mm/slub.c | 102 +-
27878 mm/sparse-vmemmap.c | 4 +-
27879 mm/sparse.c | 2 +-
27880 mm/swap.c | 2 +
27881 mm/swapfile.c | 12 +-
27882 mm/util.c | 6 +
27883 mm/vmalloc.c | 114 +-
27884 mm/vmstat.c | 12 +-
27885 net/8021q/vlan.c | 5 +-
27886 net/8021q/vlan_netlink.c | 2 +-
27887 net/9p/mod.c | 4 +-
27888 net/9p/trans_fd.c | 2 +-
27889 net/atm/atm_misc.c | 8 +-
27890 net/atm/lec.h | 2 +-
27891 net/atm/proc.c | 6 +-
27892 net/atm/resources.c | 4 +-
27893 net/ax25/sysctl_net_ax25.c | 2 +-
27894 net/batman-adv/bat_iv_ogm.c | 8 +-
27895 net/batman-adv/fragmentation.c | 2 +-
27896 net/batman-adv/soft-interface.c | 8 +-
27897 net/batman-adv/types.h | 6 +-
27898 net/bluetooth/hci_sock.c | 2 +-
27899 net/bluetooth/l2cap_core.c | 6 +-
27900 net/bluetooth/l2cap_sock.c | 12 +-
27901 net/bluetooth/rfcomm/sock.c | 4 +-
27902 net/bluetooth/rfcomm/tty.c | 4 +-
27903 net/bridge/br_netlink.c | 2 +-
27904 net/bridge/netfilter/ebtables.c | 6 +-
27905 net/caif/cfctrl.c | 11 +-
27906 net/caif/chnl_net.c | 2 +-
27907 net/can/af_can.c | 2 +-
27908 net/can/gw.c | 6 +-
27909 net/ceph/messenger.c | 4 +-
27910 net/compat.c | 24 +-
27911 net/core/datagram.c | 2 +-
27912 net/core/dev.c | 16 +-
27913 net/core/filter.c | 2 +-
27914 net/core/flow.c | 6 +-
27915 net/core/neighbour.c | 4 +-
27916 net/core/net-sysfs.c | 2 +-
27917 net/core/net_namespace.c | 8 +-
27918 net/core/netpoll.c | 4 +-
27919 net/core/rtnetlink.c | 15 +-
27920 net/core/scm.c | 14 +-
27921 net/core/skbuff.c | 8 +-
27922 net/core/sock.c | 28 +-
27923 net/core/sock_diag.c | 15 +-
27924 net/core/sysctl_net_core.c | 22 +-
27925 net/decnet/af_decnet.c | 1 +
27926 net/decnet/sysctl_net_decnet.c | 4 +-
27927 net/dsa/dsa.c | 2 +-
27928 net/hsr/hsr_netlink.c | 2 +-
27929 net/ieee802154/6lowpan/core.c | 2 +-
27930 net/ieee802154/6lowpan/reassembly.c | 14 +-
27931 net/ipv4/af_inet.c | 2 +-
27932 net/ipv4/devinet.c | 18 +-
27933 net/ipv4/fib_frontend.c | 6 +-
27934 net/ipv4/fib_semantics.c | 2 +-
27935 net/ipv4/inet_connection_sock.c | 4 +-
27936 net/ipv4/inet_timewait_sock.c | 2 +-
27937 net/ipv4/inetpeer.c | 2 +-
27938 net/ipv4/ip_fragment.c | 15 +-
27939 net/ipv4/ip_gre.c | 6 +-
27940 net/ipv4/ip_sockglue.c | 2 +-
27941 net/ipv4/ip_vti.c | 4 +-
27942 net/ipv4/ipconfig.c | 6 +-
27943 net/ipv4/ipip.c | 4 +-
27944 net/ipv4/netfilter/arp_tables.c | 12 +-
27945 net/ipv4/netfilter/ip_tables.c | 12 +-
27946 net/ipv4/ping.c | 14 +-
27947 net/ipv4/raw.c | 14 +-
27948 net/ipv4/route.c | 32 +-
27949 net/ipv4/sysctl_net_ipv4.c | 22 +-
27950 net/ipv4/tcp_input.c | 6 +-
27951 net/ipv4/tcp_probe.c | 2 +-
27952 net/ipv4/udp.c | 10 +-
27953 net/ipv4/xfrm4_policy.c | 18 +-
27954 net/ipv6/addrconf.c | 18 +-
27955 net/ipv6/af_inet6.c | 2 +-
27956 net/ipv6/datagram.c | 2 +-
27957 net/ipv6/icmp.c | 2 +-
27958 net/ipv6/ip6_fib.c | 4 +-
27959 net/ipv6/ip6_gre.c | 10 +-
27960 net/ipv6/ip6_tunnel.c | 4 +-
27961 net/ipv6/ip6_vti.c | 4 +-
27962 net/ipv6/ipv6_sockglue.c | 2 +-
27963 net/ipv6/netfilter/ip6_tables.c | 12 +-
27964 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
27965 net/ipv6/ping.c | 33 +-
27966 net/ipv6/raw.c | 17 +-
27967 net/ipv6/reassembly.c | 13 +-
27968 net/ipv6/route.c | 2 +-
27969 net/ipv6/sit.c | 4 +-
27970 net/ipv6/sysctl_net_ipv6.c | 2 +-
27971 net/ipv6/udp.c | 6 +-
27972 net/ipv6/xfrm6_policy.c | 17 +-
27973 net/irda/ircomm/ircomm_tty.c | 18 +-
27974 net/iucv/af_iucv.c | 4 +-
27975 net/iucv/iucv.c | 2 +-
27976 net/key/af_key.c | 4 +-
27977 net/l2tp/l2tp_eth.c | 38 +-
27978 net/l2tp/l2tp_ip.c | 2 +-
27979 net/l2tp/l2tp_ip6.c | 2 +-
27980 net/mac80211/cfg.c | 8 +-
27981 net/mac80211/ieee80211_i.h | 3 +-
27982 net/mac80211/iface.c | 20 +-
27983 net/mac80211/main.c | 2 +-
27984 net/mac80211/pm.c | 4 +-
27985 net/mac80211/rate.c | 2 +-
27986 net/mac80211/sta_info.c | 2 +-
27987 net/mac80211/util.c | 8 +-
27988 net/mpls/af_mpls.c | 6 +-
27989 net/netfilter/ipset/ip_set_core.c | 2 +-
27990 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
27991 net/netfilter/ipvs/ip_vs_core.c | 4 +-
27992 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
27993 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
27994 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
27995 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
27996 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
27997 net/netfilter/nf_conntrack_acct.c | 2 +-
27998 net/netfilter/nf_conntrack_ecache.c | 2 +-
27999 net/netfilter/nf_conntrack_helper.c | 2 +-
28000 net/netfilter/nf_conntrack_proto.c | 2 +-
28001 net/netfilter/nf_conntrack_standalone.c | 2 +-
28002 net/netfilter/nf_conntrack_timestamp.c | 2 +-
28003 net/netfilter/nf_log.c | 10 +-
28004 net/netfilter/nf_sockopt.c | 4 +-
28005 net/netfilter/nfnetlink_log.c | 4 +-
28006 net/netfilter/nft_compat.c | 9 +-
28007 net/netfilter/xt_statistic.c | 8 +-
28008 net/netlink/af_netlink.c | 4 +-
28009 net/openvswitch/vport-internal_dev.c | 2 +-
28010 net/packet/af_packet.c | 8 +-
28011 net/phonet/pep.c | 6 +-
28012 net/phonet/socket.c | 2 +-
28013 net/phonet/sysctl.c | 2 +-
28014 net/rds/cong.c | 6 +-
28015 net/rds/ib.h | 2 +-
28016 net/rds/ib_cm.c | 2 +-
28017 net/rds/ib_recv.c | 4 +-
28018 net/rds/iw.h | 2 +-
28019 net/rds/iw_cm.c | 2 +-
28020 net/rds/iw_recv.c | 4 +-
28021 net/rds/rds.h | 2 +-
28022 net/rds/tcp.c | 2 +-
28023 net/rds/tcp_send.c | 2 +-
28024 net/rxrpc/af_rxrpc.c | 2 +-
28025 net/rxrpc/ar-ack.c | 14 +-
28026 net/rxrpc/ar-call.c | 2 +-
28027 net/rxrpc/ar-connection.c | 2 +-
28028 net/rxrpc/ar-connevent.c | 2 +-
28029 net/rxrpc/ar-input.c | 4 +-
28030 net/rxrpc/ar-internal.h | 8 +-
28031 net/rxrpc/ar-local.c | 2 +-
28032 net/rxrpc/ar-output.c | 4 +-
28033 net/rxrpc/ar-peer.c | 2 +-
28034 net/rxrpc/ar-proc.c | 4 +-
28035 net/rxrpc/ar-transport.c | 2 +-
28036 net/rxrpc/rxkad.c | 4 +-
28037 net/sched/sch_generic.c | 4 +-
28038 net/sctp/ipv6.c | 6 +-
28039 net/sctp/protocol.c | 10 +-
28040 net/sctp/sm_sideeffect.c | 2 +-
28041 net/sctp/socket.c | 21 +-
28042 net/sctp/sysctl.c | 10 +-
28043 net/socket.c | 18 +-
28044 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
28045 net/sunrpc/clnt.c | 4 +-
28046 net/sunrpc/sched.c | 4 +-
28047 net/sunrpc/svc.c | 4 +-
28048 net/sunrpc/svcauth_unix.c | 2 +-
28049 net/sunrpc/xprtrdma/svc_rdma.c | 38 +-
28050 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
28051 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
28052 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
28053 net/tipc/netlink_compat.c | 12 +-
28054 net/tipc/subscr.c | 2 +-
28055 net/unix/af_unix.c | 7 +-
28056 net/unix/sysctl_net_unix.c | 2 +-
28057 net/wireless/wext-core.c | 19 +-
28058 net/xfrm/xfrm_policy.c | 16 +-
28059 net/xfrm/xfrm_state.c | 33 +-
28060 net/xfrm/xfrm_sysctl.c | 2 +-
28061 scripts/Kbuild.include | 2 +-
28062 scripts/Makefile.build | 2 +-
28063 scripts/Makefile.clean | 3 +-
28064 scripts/Makefile.host | 69 +-
28065 scripts/basic/fixdep.c | 12 +-
28066 scripts/dtc/checks.c | 14 +-
28067 scripts/dtc/data.c | 6 +-
28068 scripts/dtc/flattree.c | 8 +-
28069 scripts/dtc/livetree.c | 4 +-
28070 scripts/gcc-plugin.sh | 51 +
28071 scripts/headers_install.sh | 1 +
28072 scripts/kallsyms.c | 4 +-
28073 scripts/kconfig/lkc.h | 5 +-
28074 scripts/kconfig/menu.c | 2 +-
28075 scripts/kconfig/symbol.c | 6 +-
28076 scripts/link-vmlinux.sh | 2 +-
28077 scripts/mod/file2alias.c | 14 +-
28078 scripts/mod/modpost.c | 25 +-
28079 scripts/mod/modpost.h | 6 +-
28080 scripts/mod/sumversion.c | 2 +-
28081 scripts/module-common.lds | 4 +
28082 scripts/package/builddeb | 1 +
28083 scripts/pnmtologo.c | 6 +-
28084 scripts/sortextable.h | 6 +-
28085 scripts/tags.sh | 2 +-
28086 security/Kconfig | 692 +-
28087 security/integrity/ima/ima.h | 4 +-
28088 security/integrity/ima/ima_api.c | 2 +-
28089 security/integrity/ima/ima_fs.c | 4 +-
28090 security/integrity/ima/ima_queue.c | 2 +-
28091 security/keys/key.c | 18 +-
28092 security/selinux/avc.c | 6 +-
28093 security/selinux/include/xfrm.h | 2 +-
28094 security/yama/yama_lsm.c | 2 +-
28095 sound/aoa/codecs/onyx.c | 7 +-
28096 sound/aoa/codecs/onyx.h | 1 +
28097 sound/core/oss/pcm_oss.c | 18 +-
28098 sound/core/pcm_compat.c | 2 +-
28099 sound/core/pcm_native.c | 4 +-
28100 sound/core/sound.c | 2 +-
28101 sound/drivers/mts64.c | 14 +-
28102 sound/drivers/opl4/opl4_lib.c | 2 +-
28103 sound/drivers/portman2x4.c | 3 +-
28104 sound/firewire/amdtp.c | 4 +-
28105 sound/firewire/amdtp.h | 4 +-
28106 sound/firewire/isight.c | 10 +-
28107 sound/firewire/scs1x.c | 8 +-
28108 sound/oss/sb_audio.c | 2 +-
28109 sound/oss/swarm_cs4297a.c | 6 +-
28110 sound/pci/hda/hda_codec.c | 2 +-
28111 sound/pci/ymfpci/ymfpci.h | 2 +-
28112 sound/pci/ymfpci/ymfpci_main.c | 12 +-
28113 sound/soc/codecs/sti-sas.c | 10 +-
28114 sound/soc/soc-ac97.c | 6 +-
28115 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
28116 tools/gcc/Makefile | 42 +
28117 tools/gcc/checker_plugin.c | 150 +
28118 tools/gcc/colorize_plugin.c | 215 +
28119 tools/gcc/constify_plugin.c | 571 +
28120 tools/gcc/gcc-common.h | 812 +
28121 tools/gcc/initify_plugin.c | 552 +
28122 tools/gcc/kallocstat_plugin.c | 188 +
28123 tools/gcc/kernexec_plugin.c | 549 +
28124 tools/gcc/latent_entropy_plugin.c | 470 +
28125 tools/gcc/size_overflow_plugin/.gitignore | 2 +
28126 tools/gcc/size_overflow_plugin/Makefile | 28 +
28127 .../disable_size_overflow_hash.data |12422 ++++++++++++
28128 .../generate_size_overflow_hash.sh | 103 +
28129 .../insert_size_overflow_asm.c | 416 +
28130 .../size_overflow_plugin/intentional_overflow.c | 1010 +
28131 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
28132 tools/gcc/size_overflow_plugin/size_overflow.h | 323 +
28133 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
28134 .../size_overflow_plugin/size_overflow_hash.data |20735 ++++++++++++++++++++
28135 .../size_overflow_hash_aux.data | 92 +
28136 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 ++
28137 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
28138 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
28139 .../size_overflow_plugin_hash.c | 352 +
28140 .../size_overflow_plugin/size_overflow_transform.c | 749 +
28141 .../size_overflow_transform_core.c | 1010 +
28142 tools/gcc/stackleak_plugin.c | 436 +
28143 tools/gcc/structleak_plugin.c | 287 +
28144 tools/include/linux/compiler.h | 8 +
28145 tools/lib/api/Makefile | 2 +-
28146 tools/perf/util/include/asm/alternative-asm.h | 3 +
28147 tools/virtio/linux/uaccess.h | 2 +-
28148 virt/kvm/kvm_main.c | 42 +-
28149 1944 files changed, 66925 insertions(+), 8949 deletions(-)