]> git.ipfire.org Git - thirdparty/grsecurity-scrape.git/blame - test/changelog-test.txt
Auto commit, grsecurity-3.1-4.9.19-201703300917.patch added.
[thirdparty/grsecurity-scrape.git] / test / changelog-test.txt
CommitLineData
e07b078f
PK
1commit bc8c377eb79dbdd3ec3fd073b419c4203b80fa28
2Author: Brad Spengler <spender@grsecurity.net>
3Date: Thu Mar 30 08:46:32 2017 -0400
4
5 Fix size_overflow report from sol56
6
7commit bf57ca14a95f44ca2a3e5664439840fabe79b83d
8Author: Brad Spengler <spender@grsecurity.net>
9Date: Thu Mar 30 08:22:13 2017 -0400
10
11 Fix size_overflow report from sol56
12
13commit eef071abd212274d062412771dcf410d37a75f1d
14Merge: 6abbeb8 469b2da
15Author: Brad Spengler <spender@grsecurity.net>
16Date: Thu Mar 30 08:19:36 2017 -0400
17
18 Merge branch 'pax-test' into grsec-test
19
20commit 469b2dad95eb958ee0253a18fc65d4e6b0eeb992
21Merge: 3097d09 c8e1316
22Author: Brad Spengler <spender@grsecurity.net>
23Date: Thu Mar 30 08:19:28 2017 -0400
24
25 Merge branch 'linux-4.9.y' into pax-test
26
55b4b12a
PK
27commit 6abbeb8072ced7907c3a4294f5ec254313302279
28Merge: a22b234 3097d09
29Author: Brad Spengler <spender@grsecurity.net>
30Date: Sun Mar 26 08:32:58 2017 -0400
31
32 Merge branch 'pax-test' into grsec-test
33
34commit 3097d09221297acf1b57a5d4dcd254de9d1087bc
35Merge: 693fcec4 2a48626
36Author: Brad Spengler <spender@grsecurity.net>
37Date: Sun Mar 26 08:32:46 2017 -0400
38
39 Merge branch 'linux-4.9.y' into pax-test
40
749cfa6b
PK
41commit a22b23469f57e80488a78689830a45cb27a020e3
42Merge: 0ce9a75 693fcec4
43Author: Brad Spengler <spender@grsecurity.net>
44Date: Wed Mar 22 07:59:35 2017 -0400
45
46 Merge branch 'pax-test' into grsec-test
47
48commit 693fcec4eaafc0a87b26fedf680d925455233a5f
49Merge: 28fc0cc c3825da
50Author: Brad Spengler <spender@grsecurity.net>
51Date: Wed Mar 22 07:59:28 2017 -0400
52
53 Merge branch 'linux-4.9.y' into pax-test
54
8a3260fb
PK
55commit 0ce9a7532015fd64e56ff017bac5448719c6caa8
56Merge: 3648fb5 28fc0cc
57Author: Brad Spengler <spender@grsecurity.net>
58Date: Sat Mar 18 07:41:49 2017 -0400
59
60 Merge branch 'pax-test' into grsec-test
61
62commit 28fc0cc540a02524aa7122c4b6518f46be150670
63Merge: 51fb02c 8a16224
64Author: Brad Spengler <spender@grsecurity.net>
65Date: Sat Mar 18 07:41:36 2017 -0400
66
67 Merge branch 'linux-4.9.y' into pax-test
68
e1ed0371
PK
69commit 3648fb58cc16ec3a1c86269ffbdf6ee8f2ff857d
70Author: Brad Spengler <spender@grsecurity.net>
71Date: Wed Mar 15 00:10:53 2017 -0400
72
73 compile fix
74
75commit 5ae0984f1a67bddf7315c071b7df971e4b03072e
76Merge: c9a77fb 51fb02c
77Author: Brad Spengler <spender@grsecurity.net>
78Date: Tue Mar 14 23:38:35 2017 -0400
79
80 Merge branch 'pax-test' into grsec-test
81
82commit 51fb02c0abebafc624a60da2e68b77a4dcad448f
83Merge: 5fedde5 d962bf8
84Author: Brad Spengler <spender@grsecurity.net>
85Date: Tue Mar 14 23:38:26 2017 -0400
86
87 Merge branch 'linux-4.9.y' into pax-test
88
5739158e
PK
89commit c9a77fb1a803a00e7ff0026ad9a87ccb7f9c3004
90Author: Brad Spengler <spender@grsecurity.net>
91Date: Sun Mar 12 12:11:47 2017 -0400
92
93 Update size_overflow hash table
94
95commit 643aa0cade896df02b42428785e5cc6cb8bc2c9c
96Author: Alexander Popov <alex.popov@linux.com>
97Date: Tue Feb 28 19:54:40 2017 +0300
98
99 tty: n_hdlc: get rid of racy n_hdlc.tbuf
100
101 Currently N_HDLC line discipline uses a self-made singly linked list for
102 data buffers and has n_hdlc.tbuf pointer for buffer retransmitting after
103 an error.
104
105 The commit be10eb7589337e5defbe214dae038a53dd21add8
106 ("tty: n_hdlc add buffer flushing") introduced racy access to n_hdlc.tbuf.
107 After tx error concurrent flush_tx_queue() and n_hdlc_send_frames() can put
108 one data buffer to tx_free_buf_list twice. That causes double free in
109 n_hdlc_release().
110
111 Let's use standard kernel linked list and get rid of n_hdlc.tbuf:
112 in case of tx error put current data buffer after the head of tx_buf_list.
113
114 Signed-off-by: Alexander Popov <alex.popov@linux.com>
115 Cc: stable <stable@vger.kernel.org>
116 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
117
118commit 0c801f1c89b85170505c8dac6c58df27155dbb1e
119Merge: a0b31dd 5fedde5
120Author: Brad Spengler <spender@grsecurity.net>
121Date: Sun Mar 12 08:18:58 2017 -0400
122
123 Merge branch 'pax-test' into grsec-test
124
125commit 5fedde5358a3a9625c4e21ff8a5b5b6d5bd5d125
126Merge: c8102ee d379ab2
127Author: Brad Spengler <spender@grsecurity.net>
128Date: Sun Mar 12 08:18:48 2017 -0400
129
130 Merge branch 'linux-4.9.y' into pax-test
131
21439aa3
PK
132commit a0b31ddd80510c595b1db203edd009a721e68cfa
133Merge: f9c6bb9 c8102ee
134Author: Brad Spengler <spender@grsecurity.net>
135Date: Sun Mar 5 18:02:18 2017 -0500
136
137 Merge branch 'pax-test' into grsec-test
138
139commit c8102eef049988a1905817e4dc4e859287c2923e
140Author: Brad Spengler <spender@grsecurity.net>
141Date: Sun Mar 5 18:01:22 2017 -0500
142
143 Update to pax-linux-4.9.13-test6.patch:
144 - 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)
145 - fixed an unbalanced pax_open_kernel call that would trigger a BUG in the zt5550 driver
146
f77a837c
PK
147commit f9c6bb92aa1205f0402085e363fa914ea34beceb
148Author: Brad Spengler <spender@grsecurity.net>
149Date: Mon Feb 27 06:55:25 2017 -0500
150
151 Fix softirq warnings reported by nail at:
152 https://forums.grsecurity.net/viewtopic.php?f=3&t=4668
153 and reported and debugged by Jason Donenfeld.
154
155 A stray put_cpu() was left in the pax_check_alloca code when
156 porting to Linux 4.9, which would cause a preempt imbalance
157 on interrupts making use of alloca() (either explicitly or through
158 variable length arrays).
159
5bd07bfc
PK
160commit 8019276815d5d50fb57b4a1bd9f33af0c5cd7615
161Author: Brad Spengler <spender@grsecurity.net>
162Date: Sun Feb 26 10:28:40 2017 -0500
163
164 Update size_overflow hash table, from Toralf Foerster
165
166commit 5996b10c778c1b3378219a3c29ae90b504482a50
167Merge: 1d6d9f9 ef547fe
168Author: Brad Spengler <spender@grsecurity.net>
169Date: Sun Feb 26 07:41:37 2017 -0500
170
171 Merge branch 'pax-test' into grsec-test
172
173commit ef547fea89fc7818dec64af7db1c7528fc3c1436
174Merge: bce7062 3737a5f
175Author: Brad Spengler <spender@grsecurity.net>
176Date: Sun Feb 26 07:41:28 2017 -0500
177
178 Merge branch 'linux-4.9.y' into pax-test
179
180commit 1d6d9f9363ebed20318f0c047dccb5a39a4441e7
181Author: Brad Spengler <spender@grsecurity.net>
182Date: Fri Feb 24 07:11:39 2017 -0500
183
184 Silence a compiler warning, reported by Etienne Buira
185
4512caff
PK
186commit e47311b356a178a1652c88cf47aea011f0211061
187Author: Brad Spengler <spender@grsecurity.net>
188Date: Thu Feb 23 18:25:41 2017 -0500
189
190 Update size_overflow hash table
191
192commit 7852bd5868a61b1a9c4210c0214ef8c1d3e0e7e2
193Merge: 15fc570 bce7062
194Author: Brad Spengler <spender@grsecurity.net>
195Date: Thu Feb 23 17:41:07 2017 -0500
196
197 Merge branch 'pax-test' into grsec-test
198
199commit bce7062ee9c933a4188dec2691155442df3a79e8
200Merge: b26ab25 ae7d431
201Author: Brad Spengler <spender@grsecurity.net>
202Date: Thu Feb 23 17:40:59 2017 -0500
203
204 Merge branch 'linux-4.9.y' into pax-test
205
206commit 15fc5704b74ec1d5c4a9ecd00c9e24e9955a1e24
207Author: Brad Spengler <spender@grsecurity.net>
208Date: Thu Feb 23 17:35:05 2017 -0500
209
210 Fix !GRKERNSEC_KMEM && GRKERNSEC_SYSFS_RESTRICT incompatibility with
211 KVM, reported at https://bugs.gentoo.org/show_bug.cgi?id=597554
212 by Christian Roessner, Miro Rovis, and Étienne Buira
213
b3d97741
PK
214commit c26d7750fb91d084a1ba3fbf84fa892cabf2cee9
215Merge: f0e6f87 b26ab25
216Author: Brad Spengler <spender@grsecurity.net>
217Date: Wed Feb 22 20:46:04 2017 -0500
218
219 Merge branch 'pax-test' into grsec-test
220
221commit b26ab25c73a41147b14a8edb35eec6a08fafd927
222Author: Brad Spengler <spender@grsecurity.net>
223Date: Wed Feb 22 20:45:31 2017 -0500
224
225 Update to pax-linux-4.9.10-test5.patch:
226 - fixed resume regression on i386/UDEREF caused by upstream commit ffa64eff956a25548cad0391dbc14c672827be7b, reported by corsac
227 - fixed compile regression on i386/XEN, reported by bugmenot (https://forums.grsecurity.net/viewtopic.php?f=3&t=4677)
228 - 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)
229 - made better use of upstream's idea of invpcid
230
231commit f0e6f87d2d7d767eba1534fd8c1fa4e8e26e00c8
232Author: Andrey Konovalov <andreyknvl@google.com>
233Date: Thu Feb 16 17:22:46 2017 +0100
234
235 dccp: fix freeing skb too early for IPV6_RECVPKTINFO
236
237 In the current DCCP implementation an skb for a DCCP_PKT_REQUEST packet
238 is forcibly freed via __kfree_skb in dccp_rcv_state_process if
239 dccp_v6_conn_request successfully returns.
240
241 However, if IPV6_RECVPKTINFO is set on a socket, the address of the skb
242 is saved to ireq->pktopts and the ref count for skb is incremented in
243 dccp_v6_conn_request, so skb is still in use. Nevertheless, it gets freed
244 in dccp_rcv_state_process.
245
246 Fix by calling consume_skb instead of doing goto discard and therefore
247 calling __kfree_skb.
248
249 Similar fixes for TCP:
250
251 fb7e2399ec17f1004c0e0ccfd17439f8759ede01 [TCP]: skb is unexpectedly freed.
252 0aea76d35c9651d55bbaf746e7914e5f9ae5a25d tcp: SYN packets are now
253 simply consumed
254
255 Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
256 Acked-by: Eric Dumazet <edumazet@google.com>
257 Signed-off-by: David S. Miller <davem@davemloft.net>
258
8b35b200
PK
259commit 9f575ef66df46cb78f751e0d8d509171afe3933e
260Author: Brad Spengler <spender@grsecurity.net>
261Date: Sat Feb 18 13:09:26 2017 -0500
262
263 Update size_overflow hash table
264
265commit e927308508ef20392a61e493bc411e73d597682f
266Merge: 55d2e75 d711991
267Author: Brad Spengler <spender@grsecurity.net>
268Date: Sat Feb 18 11:35:11 2017 -0500
269
270 Merge branch 'pax-test' into grsec-test
271
272commit d711991b1628e84076fde9b2c94d25920cca7882
273Merge: 70fbe2f eee1550
274Author: Brad Spengler <spender@grsecurity.net>
275Date: Sat Feb 18 11:34:56 2017 -0500
276
277 Merge branch 'linux-4.9.y' into pax-test
278
deb90653
PK
279commit 55d2e7501a1db909073644bb1b5c58effb627754
280Author: Brad Spengler <spender@grsecurity.net>
281Date: Thu Feb 16 19:47:51 2017 -0500
282
283 Allow symbol printing for softirq change
284
285commit e489c2948bc9e1d9643c84667bf81ac8387293e0
286Merge: d7b63ba 70fbe2f
287Author: Brad Spengler <spender@grsecurity.net>
288Date: Thu Feb 16 19:47:37 2017 -0500
289
290 Merge branch 'pax-test' into grsec-test
291
292 n why this merge is necessary,
293
294commit 70fbe2fc1540632d2cc67e770d826f9637b5b73f
295Author: Brad Spengler <spender@grsecurity.net>
296Date: Thu Feb 16 19:46:55 2017 -0500
297
298 Update to pax-linux-4.9.10-test4.patch:
299 - 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)
300 - 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)
301 - fixed a SEGMEXEC/vma mirroring regression, reported by osea (https://forums.grsecurity.net/viewtopic.php?f=3&t=4643)
302
9bcb0ec4
PK
303commit d7b63bad761e0ca8897ec9c5df4482483aa20201
304Merge: d310a9c b6296dc
305Author: Brad Spengler <spender@grsecurity.net>
306Date: Wed Feb 15 20:18:47 2017 -0500
307
308 Merge branch 'pax-test' into grsec-test
309
310commit b6296dc3544b4a4543a45777a5cc1ecb2ce51042
311Author: Brad Spengler <spender@grsecurity.net>
312Date: Wed Feb 15 20:16:32 2017 -0500
313
314 Update to pax-linux-4.9.9-test3.patch:
315 - fixed a compile error on i386 with X86_CMPXCHG64=n, by Natanael Copa <ncopa@alpinelinux.org>
316 - Emese fixed a few section mismatches and compile errors caused by the initify plugin, reported by Kees Cook, hunger and Valdis Kletnieks
317 - fixed a compile error caused by type mismatches on i386, reported by spender
318
319commit d310a9c0ab751121a5f97196857bfe4e90d86adf
320Author: Brad Spengler <spender@grsecurity.net>
321Date: Wed Feb 15 20:03:55 2017 -0500
322
323 compile fix, reported by ncopa
324
325commit f6fed850d763aca4162bc24b29afe5bb23d49d91
326Merge: c3fff1a 1971888
327Author: Brad Spengler <spender@grsecurity.net>
328Date: Wed Feb 15 17:21:00 2017 -0500
329
330 Merge branch 'pax-test' into grsec-test
331
332commit 19718886c80977af99f8181fe8e91b0f6f1fb5f7
333Merge: b608a1f 390caee
334Author: Brad Spengler <spender@grsecurity.net>
335Date: Wed Feb 15 17:20:51 2017 -0500
336
337 Merge branch 'linux-4.9.y' into pax-test
338
ecf3aac3
PK
339commit c3fff1a653824ad47021d536dec50e8c937e6347
340Merge: 57a5c6d b608a1f
341Author: Brad Spengler <spender@grsecurity.net>
342Date: Sun Feb 12 20:14:55 2017 -0500
343
344 Merge branch 'pax-test' into grsec-test
345
346commit b608a1f8eadf8287e6accf031da5f5e26964e79a
347Author: Brad Spengler <spender@grsecurity.net>
348Date: Sun Feb 12 20:14:47 2017 -0500
349
350 compile fix
351
352commit 57a5c6d747cce4a1dd99e3677ddb564c47c5305a
353Merge: f1a2106 0851ca2
354Author: Brad Spengler <spender@grsecurity.net>
355Date: Sun Feb 12 20:13:15 2017 -0500
356
357 Merge branch 'pax-test' into grsec-test
358
359commit 0851ca2f75213d1f9aabe2d10f98553bf642e024
360Author: Brad Spengler <spender@grsecurity.net>
361Date: Sun Feb 12 20:13:02 2017 -0500
362
363 compile fix
364
365commit f1a2106f030f628edd9d729e8a4cf7a7cbaffe70
366Merge: fb5b3e7 5cff6ef
367Author: Brad Spengler <spender@grsecurity.net>
368Date: Sun Feb 12 20:05:35 2017 -0500
369
370 Merge branch 'pax-test' into grsec-test
371
372commit 5cff6ef64e73635a287a5635ed89db37b4860336
373Author: Brad Spengler <spender@grsecurity.net>
374Date: Sun Feb 12 20:05:28 2017 -0500
375
376 compile fix
377
378commit fb5b3e71be3a859d01a3e935762125808f8dcff4
379Merge: 005e22e a85c589
380Author: Brad Spengler <spender@grsecurity.net>
381Date: Sun Feb 12 19:54:55 2017 -0500
382
383 Merge branch 'pax-test' into grsec-test
384
385commit a85c5893051fbbc5b97ab6504747f60d9359dabe
386Author: Brad Spengler <spender@grsecurity.net>
387Date: Sun Feb 12 19:54:47 2017 -0500
388
389 compile fix
390
391commit 005e22eb6f5f0630dc47c5bf4c37fe72cb8d5afa
392Merge: 230f6cf e376f96
393Author: Brad Spengler <spender@grsecurity.net>
394Date: Sun Feb 12 19:49:23 2017 -0500
395
396 Merge branch 'pax-test' into grsec-test
397
398commit e376f965ed749044bc294004f16b36f4ca7fab28
399Author: Brad Spengler <spender@grsecurity.net>
400Date: Sun Feb 12 19:49:16 2017 -0500
401
402 compile fix
403
404commit 230f6cf74a165b342fdc05c8202422e8e243b528
405Merge: a60f9ee f4cbdea
406Author: Brad Spengler <spender@grsecurity.net>
407Date: Sun Feb 12 19:38:05 2017 -0500
408
409 Merge branch 'pax-test' into grsec-test
410
411commit f4cbdeaa06cfd3658346f94abb5b6e11fe025961
412Author: Brad Spengler <spender@grsecurity.net>
413Date: Sun Feb 12 19:37:57 2017 -0500
414
415 compile fix
416
417commit a60f9eef51ff4133c0a713bc89c5e2137999e74c
418Merge: dc07488 d545a4c
419Author: Brad Spengler <spender@grsecurity.net>
420Date: Sun Feb 12 19:24:32 2017 -0500
421
422 Merge branch 'pax-test' into grsec-test
423
424commit d545a4c83b3191aeee56ebda071a8476a046eb40
425Author: Brad Spengler <spender@grsecurity.net>
426Date: Sun Feb 12 19:22:21 2017 -0500
427
428 Update to pax-linux-4.9.8-test2.patch:
429 - switched to upstream commit 76bee23411f8510fbf5fc5641bae2c203b726eb6 to fix LTO builds
430 - fixed the symbol export of cpu_gdt_table on x86, by corsac
431 - fixed a bunch of compile warnings, by Mathias Krause <minipli@ld-linux.so>
432 - 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
433 - 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)
434
435commit dc07488c378373e2bf6b60df31709da5ff767afd
436Author: Sean Rees <sean@erifax.org>
437Date: Wed Feb 8 14:30:59 2017 -0800
438
439 Another bug from this pointless mitigation
440 see also: https://twitter.com/halvarflake/status/827613317296508928
441
442 mm/slub.c: fix random_seq offset destruction
443
444 Commit 210e7a43fa90 ("mm: SLUB freelist randomization") broke USB hub
445 initialisation as described in
446
447 https://bugzilla.kernel.org/show_bug.cgi?id=177551.
448
449 Bail out early from init_cache_random_seq if s->random_seq is already
450 initialised. This prevents destroying the previously computed
451 random_seq offsets later in the function.
452
453 If the offsets are destroyed, then shuffle_freelist will truncate
454 page->freelist to just the first object (orphaning the rest).
455
456 Fixes: 210e7a43fa90 ("mm: SLUB freelist randomization")
457 Link: http://lkml.kernel.org/r/20170207140707.20824-1-sean@erifax.org
458 Signed-off-by: Sean Rees <sean@erifax.org>
459 Reported-by: <userwithuid@gmail.com>
460 Cc: Christoph Lameter <cl@linux.com>
461 Cc: Pekka Enberg <penberg@kernel.org>
462 Cc: David Rientjes <rientjes@google.com>
463 Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
464 Cc: Thomas Garnier <thgarnie@google.com>
465 Cc: <stable@vger.kernel.org>
466 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
467 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
468
469commit 7bb22c6cffa5d31bd953b6161db96000edd9eb23
470Merge: a86976a8 9d73aa5
471Author: Brad Spengler <spender@grsecurity.net>
472Date: Thu Feb 9 07:22:12 2017 -0500
473
474 Merge branch 'pax-test' into grsec-test
475
476commit 9d73aa5a4dee061781926c89c592a7d447804e7d
477Merge: 709a650 d2e4b66
478Author: Brad Spengler <spender@grsecurity.net>
479Date: Thu Feb 9 07:22:05 2017 -0500
480
481 Merge branch 'linux-4.9.y' into pax-test
482
6048a460
PK
483commit a86976a86e06bb353a436c2486b1ccfb471f9c50
484Author: Brad Spengler <spender@grsecurity.net>
485Date: Tue Feb 7 08:31:41 2017 -0500
486
487 compile fix
488
489commit 6261adb89e218739e07dc2e55fc87534ea2da325
490Author: Brad Spengler <spender@grsecurity.net>
491Date: Tue Feb 7 07:43:30 2017 -0500
492
493 Relax /proc/pid/auxv check to match what was present in previous patches.
494 Many thanks to M. Vefa Bicakci for the report and fix!
495
496commit cabfb9cbd9201438006865d5e67d10105d8430bc
497Author: Brad Spengler <spender@grsecurity.net>
498Date: Tue Feb 7 07:31:48 2017 -0500
499
500 Cleanup from Mathias Krause
501
502commit 24cf8c373075b002719617a16a180bcd1c281c83
503Author: Brad Spengler <spender@grsecurity.net>
504Date: Tue Feb 7 07:28:52 2017 -0500
505
506 Fix driver error case that we had correct but which broke when merging
507 upstream's ripoff of our code, reported by Mathias Krause
508
9e77252e
PK
509commit d467970a05a441b364d247d5b4366913e44ad7ef
510Merge: cd0b761 709a650
145ff130 511Author: Brad Spengler <spender@grsecurity.net>
9e77252e 512Date: Sun Feb 5 10:00:34 2017 -0500
87ff3ca1
PK
513
514 Merge branch 'pax-test' into grsec-test
515
9e77252e 516commit 709a650aee15f96f6f564e8f4753ce4d2ce4d666
87ff3ca1 517Author: Brad Spengler <spender@grsecurity.net>
9e77252e 518Date: Sun Feb 5 10:00:20 2017 -0500
87ff3ca1 519
9e77252e 520 Update to pax-linux-4.9.8-test1x.patch
87ff3ca1 521
9e77252e 522commit cd0b7618163bb40398b593d3649920ded2e1af33
1864a9b1 523Author: Brad Spengler <spender@grsecurity.net>
9e77252e 524Date: Sat Feb 4 15:58:39 2017 -0500
1864a9b1
PK
525
526 Update size_overflow hash table
527
9e77252e 528commit a6ac7f5e6378cef84c4c00a051725c023a63021b
4dac8ce1 529Author: Brad Spengler <spender@grsecurity.net>
9e77252e 530Date: Sat Feb 4 14:58:33 2017 -0500
4dac8ce1 531
9e77252e 532 Update size_overflow hash tables
18339baf 533
9e77252e 534commit ae5d77fb41c008fcc8b504c350fe3556b43c3973
18339baf 535Author: Brad Spengler <spender@grsecurity.net>
9e77252e 536Date: Sat Feb 4 12:35:54 2017 -0500
18339baf 537
9e77252e 538 Update size_overflow hash table
18339baf 539
9e77252e 540commit 25a2af42cf8bd480755fb946623e868e297a3136
18339baf 541Author: Brad Spengler <spender@grsecurity.net>
9e77252e 542Date: Sat Feb 4 12:25:45 2017 -0500
18339baf 543
9e77252e 544 Initial import of grsecurity 3.1 for Linux 4.9.8
18339baf 545
9e77252e 546commit e3932cb3abbbcfa7e0c7414541fdbd0a27453d4d
18339baf 547Author: Brad Spengler <spender@grsecurity.net>
9e77252e 548Date: Sat Feb 4 11:52:14 2017 -0500
18339baf 549
9e77252e 550 Update to pax-linux-4.9.8-test1.patch
18339baf 551
9e77252e
PK
552commit 979bddf15aa0dbb73dcd418d18ff2fd30ff1b38e
553Merge: d93b949 c8ea2f3
fee0510d 554Author: Brad Spengler <spender@grsecurity.net>
9e77252e 555Date: Sat Feb 4 04:27:39 2017 -0500
fee0510d 556
9e77252e 557 Merge branch 'linux-4.9.y' into pax-test
76e7c0f9 558
9e77252e 559commit d93b94991428cb11d0f66e209c070b1ba884bf83
afe359a8 560Author: Brad Spengler <spender@grsecurity.net>
9e77252e 561Date: Thu Feb 2 17:26:16 2017 -0500
76e7c0f9 562
9e77252e 563 Update to pax-linux-4.9.6-test1xxxxxy.patch
afe359a8 564
9e77252e 565commit c5ecf5720061b63b90eb0ae6dcac9a7b88edd723
afe359a8 566Author: Brad Spengler <spender@grsecurity.net>
9e77252e 567Date: Wed Feb 1 21:22:36 2017 -0500
afe359a8 568
9e77252e 569 Update to pax-linux-4.9.6-test1xxxxx.patch
afe359a8 570
9e77252e 571commit aede64e292980acc6c5784bb18864cd7fabec093
afe359a8 572Author: Brad Spengler <spender@grsecurity.net>
9e77252e 573Date: Wed Feb 1 20:34:33 2017 -0500
afe359a8 574
9e77252e 575 Update to pax-linux-4.9.6-test1xxxx.patch
afe359a8 576
9e77252e 577commit 24a41127f3313bba134e0b68ab9da40f2b0f1ab5
afe359a8 578Author: Brad Spengler <spender@grsecurity.net>
9e77252e 579Date: Wed Feb 1 19:32:39 2017 -0500
afe359a8 580
9e77252e 581 Update to pax-linux-4.9.6-test1xxx.patch
afe359a8 582
9e77252e
PK
583commit 5ed38e522dd7df25d0102f9faf97fca62ba84102
584Merge: a2e84e3 fd2ffe5
afe359a8 585Author: Brad Spengler <spender@grsecurity.net>
9e77252e 586Date: Wed Feb 1 08:14:15 2017 -0500
afe359a8 587
9e77252e 588 Merge branch 'linux-4.9.y' into pax-test
afe359a8 589
9e77252e 590commit a2e84e35dd4c940ddf23d70de6b29a48cbcaa39c
afe359a8 591Author: Brad Spengler <spender@grsecurity.net>
9e77252e 592Date: Wed Feb 1 07:40:25 2017 -0500
afe359a8 593
9e77252e 594 Update to pax-linux-4.9.6-test1xx.patch
afe359a8 595
9e77252e 596commit a06453c00dca1885a8f638b5a4e0dfa703a2094f
6090327c 597Author: Brad Spengler <spender@grsecurity.net>
9e77252e 598Date: Tue Jan 31 19:50:03 2017 -0500
ab5bcff6 599
9e77252e 600 Update to pax-linux-4.9.6-test1x.patch
afe359a8 601
9e77252e 602commit a78566f6da3985944fee653782344976e37a5dea
afe359a8 603Author: Brad Spengler <spender@grsecurity.net>
9e77252e 604Date: Fri Jan 27 21:41:39 2017 -0500
afe359a8 605
9e77252e 606 Initial import of pax-linux-4.9.6-test1.patch
6048a460
PK
607commit e5800118f68fd1553ac02b1f05bc3d567a884e22
608Author: Brad Spengler <spender@grsecurity.net>
609Date: Sun Jan 15 15:50:04 2017 -0500
610
611 Fix size_overflow FP with gcc 6 reported by craftyguy at:
612 https://forums.grsecurity.net/viewtopic.php?f=3&t=4640
613
614 scripts/gcc-plugins/size_overflow_plugin/disable.data | 1 +
615 scripts/gcc-plugins/size_overflow_plugin/e_fields.data | 1 -
616 2 files changed, 1 insertion(+), 1 deletion(-)
617
618commit 5861d0ad8a1c929257f1eda7f97dadbc1818112f
619Author: Brad Spengler <spender@grsecurity.net>
620Date: Sun Jan 15 14:17:09 2017 -0500
621
622 Initify plugin updates from Emese Revfy:
623
624 Fixed a logical error that caused a section mismatch
625 Forgot to handle callees from a caller that is marked by BOTH.
626
627 WARNING: vmlinux.o(.text.unlikely+0x1b1): Section mismatch in
628 reference from the function uncore_pci_exit.part.22() to the function
629 .init.text:uncore_free_pcibus_map()
630 The function uncore_pci_exit.part.22() references
631 the function __init uncore_free_pcibus_map().
632 This is often because uncore_pci_exit.part.22 lacks a __init
633 annotation or the annotation of uncore_free_pcibus_map is wrong.
634
635 Reported-by: Kees Cook <keescook@chromium.org>
636
637 Examine all clones as well for __init/__exit eligibility
638 WARNING: vmlinux.o(.text+0x1087e7): Section mismatch in reference from
639 the function rebind_subsystems() to the variable
640 .init.rodata.str:__func__.4400
641 The function rebind_subsystems() references
642 the variable __initconst __func__.4400.
643 This is often because rebind_subsystems lacks a __initconst
644 annotation or the annotation of __func__.4400 is wrong.
645
646 Reported-by: Kees Cook <keescook@chromium.org>
647
648 scripts/gcc-plugins/initify_plugin.c | 76 ++++++++++++++++++++++++------------
649 1 file changed, 51 insertions(+), 25 deletions(-)
650
651commit 08e03c1434f26e9b56f00a6ce8236320bd557494
652Author: Brad Spengler <spender@grsecurity.net>
653Date: Sun Jan 15 14:08:04 2017 -0500
654
655 After over a year of hard work, KSPP has finally released its first
656 ever contribution back to grsecurity, the project from which KSPP
657 plagiarizes^Wobtains every useful improvement to Linux security. We are proud to
658 announce in this joint release the fruits of their hard work: a typo fix
659 to change 'unkown' to 'unknown' when reporting incorrect GCC plugin
660 command line arguments. Many thanks to Kees Cook and KSPP for this
661 innovation in spell check, and we look forward to many future
662 contributions of the same ilk from their capable hands. 'This
663 contribution of a typo fix confirms the high level of respect and
664 commitment to long-term sustainability KSPP has for grsecurity and its
665 innovative efforts over the past 16 years in producing the state of the
666 art in Linux security' said Brad Spengler, President of Open Source
667 Security Inc.
668
669 "Based on a patch by Kees Cook" (since like much upstream efforts this
670 one was incomplete in that it missed the rap and size_overflow typos
671 as they existed in separate directories).
672
673 scripts/gcc-plugins/checker_plugin.c | 2 +-
674 scripts/gcc-plugins/colorize_plugin.c | 2 +-
675 scripts/gcc-plugins/constify_plugin.c | 2 +-
676 scripts/gcc-plugins/initify_plugin.c | 2 +-
677 scripts/gcc-plugins/kernexec_plugin.c | 2 +-
678 scripts/gcc-plugins/latent_entropy_plugin.c | 2 +-
679 scripts/gcc-plugins/randomize_layout_plugin.c | 2 +-
680 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 2 +-
681 scripts/gcc-plugins/sancov_plugin.c | 2 +-
682 scripts/gcc-plugins/size_overflow_plugin/size_overflow_plugin.c | 2 +-
683 scripts/gcc-plugins/stackleak_plugin.c | 2 +-
684 scripts/gcc-plugins/structleak_plugin.c | 2 +-
685 12 files changed, 12 insertions(+), 12 deletions(-)
686
687commit 9b4ad0aa5ee41a03f02a928e2fd9679044048bde
688Author: Brad Spengler <spender@grsecurity.net>
689Date: Sun Jan 15 12:18:18 2017 -0500
690
691 Fix boot hang on 32-bit 4.8 kernels with SEGMEXEC enabled, reported by
692 osea at:
693 https://forums.grsecurity.net/viewtopic.php?f=3&t=4643
694
695 mm/memory.c | 11 +++++++++++
696 1 file changed, 11 insertions(+)
697
698commit 2c93d3e0efb5b3d413cf2c0c5ac56faf47fa3e2d
699Author: Brad Spengler <spender@grsecurity.net>
700Date: Sun Jan 15 08:52:57 2017 -0500
701
702 Allow USERCOPY to be disabled, was a bug in PaX that somehow slipped through
703 the holiday cracks
704
705 Reported by Chris Henhawke at:
706 https://bugs.gentoo.org/show_bug.cgi?id=603188
707
708 security/Kconfig | 2 +-
709 1 file changed, 1 insertion(+), 1 deletion(-)
710
711commit e86618efec929cb7f77480f35b21154368f2e7d1
712Author: John Sperbeck <jsperbeck@google.com>
713Date: Tue Jan 10 16:58:24 2017 -0800
714
715 From the team that brought you useless improvements to the useless KASLR:
716 Useless mitigation causing likely privesc, with one of the worst commit messages
717 of all time (that wasn't written by an upstream developer for once -- to his credit,
718 Andrew Morton actually demanded more info (albeit receiving it in vague quality),
719 without which this commit message would have been even more sparse.
720
721 Someone should request a CVE for this:
722
723 mm/slab.c: fix SLAB freelist randomization duplicate entries
724
725 This patch fixes a bug in the freelist randomization code. When a high
726 random number is used, the freelist will contain duplicate entries. It
727 will result in different allocations sharing the same chunk.
728
729 It will result in odd behaviours and crashes. It should be uncommon but
730 it depends on the machines. We saw it happening more often on some
731 machines (every few hours of running tests).
732
733 Fixes: c7ce4f60ac19 ("mm: SLAB freelist randomization")
734 Link: http://lkml.kernel.org/r/20170103181908.143178-1-thgarnie@google.com
735 Signed-off-by: John Sperbeck <jsperbeck@google.com>
736 Signed-off-by: Thomas Garnier <thgarnie@google.com>
737 Cc: Christoph Lameter <cl@linux.com>
738 Cc: Pekka Enberg <penberg@kernel.org>
739 Cc: David Rientjes <rientjes@google.com>
740 Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
741 Cc: <stable@vger.kernel.org>
742 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
743 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
744
745 mm/slab.c | 8 ++++----
746 1 file changed, 4 insertions(+), 4 deletions(-)
747
748commit f7abe91bbcb4950f9c611fadd813b6dbe68db74b
749Merge: 124f515 006324d
750Author: Brad Spengler <spender@grsecurity.net>
751Date: Mon Jan 9 07:22:15 2017 -0500
752
753 Merge branch 'pax-test' into grsec-test
754
755commit 006324d50d856bb254eb375407bc0478f8ae95eb
756Merge: 2f6e197 3d8f8d0
757Author: Brad Spengler <spender@grsecurity.net>
758Date: Mon Jan 9 07:22:06 2017 -0500
759
760 Merge branch 'linux-4.8.y' into pax-test
761
762commit 124f5155ead017e547c2a3736a312762870d4b0d
763Author: Brad Spengler <spender@grsecurity.net>
764Date: Fri Jan 6 18:03:39 2017 -0500
765
766 compile fix
767
768 fs/exec.c | 2 +-
769 1 file changed, 1 insertion(+), 1 deletion(-)
770
771commit 655fffef715aff25550a3a90eaf4a7d06426ed8f
772Author: Brad Spengler <spender@grsecurity.net>
773Date: Fri Jan 6 17:57:28 2017 -0500
774
775 compile fix
776
777 fs/exec.c | 2 +-
778 kernel/ptrace.c | 3 ++-
779 2 files changed, 3 insertions(+), 2 deletions(-)
780
781commit a4f3d168f78cb8d84eaabba7dd501799b1f6e5a1
782Merge: c86a12c 2f6e197
783Author: Brad Spengler <spender@grsecurity.net>
784Date: Fri Jan 6 09:01:05 2017 -0500
785
786 Merge branch 'pax-test' into grsec-test
787
788commit 2f6e19780747cdf28176251e19d15c2741b58813
789Merge: a685c6f c65ed08
790Author: Brad Spengler <spender@grsecurity.net>
791Date: Fri Jan 6 08:01:20 2017 -0500
792
793 Merge branch 'linux-4.8.y' into pax-test
794
795commit c86a12c6f8a8551a0025ad531abe9d383e7388d2
796Author: Brad Spengler <spender@grsecurity.net>
797Date: Tue Jan 3 17:37:11 2017 -0500
798
799 Fix an off-by-one in reporting some denied socket families, as reported by
800 Blub
801
802 grsecurity/gracl_ip.c | 2 +-
803 1 file changed, 1 insertion(+), 1 deletion(-)
804
805commit 85f6681653925320e2040a772aa9526d7bdbe083
806Merge: 9d7ca54 a685c6f
807Author: Brad Spengler <spender@grsecurity.net>
808Date: Tue Jan 3 17:18:37 2017 -0500
809
810 Merge branch 'pax-test' into grsec-test
811
812commit a685c6fc603aac945ce129adfcbeb9b05b0aba62
813Author: Brad Spengler <spender@grsecurity.net>
814Date: Tue Jan 3 17:18:07 2017 -0500
815
816 Update to pax-linux-4.8.15-test9.patch:
817 - fixed a few compiler warnings due to KERNEXEC and constification, reported by spender
818 - made a few micro-optimizations to lretq usage on amd64 and BUG_ON
819 - updated gcc-common.h and the plugins to eliminate some code bloat in pass registration
820 - fixed the use of build_string in all gcc plugins as it doesn't set TREE_TYPE itself
821
822 arch/x86/kernel/head_64.S | 6 +-
823 drivers/hv/hv.c | 2 +-
824 drivers/net/ethernet/amd/xgbe/xgbe.h | 6 +-
825 include/asm-generic/bug.h | 2 +-
826 scripts/gcc-plugins/checker_plugin.c | 15 +--
827 scripts/gcc-plugins/colorize_plugin.c | 8 +-
828 scripts/gcc-plugins/constify_plugin.c | 9 +-
829 scripts/gcc-plugins/cyc_complexity_plugin.c | 8 +-
830 scripts/gcc-plugins/gcc-common.h | 106 ++++++++++++++++++---
831 scripts/gcc-plugins/initify_plugin.c | 12 +--
832 scripts/gcc-plugins/kallocstat_plugin.c | 8 +-
833 scripts/gcc-plugins/kernexec_plugin.c | 28 ++----
834 scripts/gcc-plugins/latent_entropy_plugin.c | 10 +-
835 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 24 ++---
836 scripts/gcc-plugins/sancov_plugin.c | 14 ++-
837 .../insert_size_overflow_asm.c | 6 +-
838 .../size_overflow_plugin/size_overflow_ipa.c | 2 +-
839 .../size_overflow_plugin/size_overflow_plugin.c | 26 ++---
840 .../size_overflow_plugin/size_overflow_transform.c | 4 +-
841 .../size_overflow_transform_core.c | 20 +---
842 scripts/gcc-plugins/stackleak_plugin.c | 18 +---
843 scripts/gcc-plugins/structleak_plugin.c | 8 +-
844 22 files changed, 164 insertions(+), 178 deletions(-)
845
846commit 9d7ca543b94c0203affd278739c77992ccaa7ba6
847Author: Brad Spengler <spender@grsecurity.net>
848Date: Fri Dec 30 18:21:59 2016 -0500
849
850 Fix virtualbox host compatibility as reported by aurelf at:
851 https://forums.grsecurity.net/viewtopic.php?f=3&t=4634
852
853 This will be reverted once the VirtualBox devs stop disabling
854 SMAP unnecessarily, which seems like it will happen never.
855 Anyone who cares about security of their host system shouldn't
856 use VirtualBox, as it already precludes the use of KERNEXEC, UDEREF,
857 and RANDKSTACK.
858
859 arch/x86/include/asm/irqflags.h | 4 ++++
860 1 file changed, 4 insertions(+)
861
862commit cec0b19f2d7ac2d8f8357aee654dddd4418086b8
863Author: Brad Spengler <spender@grsecurity.net>
864Date: Thu Dec 22 22:19:33 2016 -0500
865
866 Make HIDESYM select PAX_USERCOPY instead of the now nonexistent PAX_USERCOPY_SLABS
867
868 grsecurity/Kconfig | 2 +-
869 1 file changed, 1 insertion(+), 1 deletion(-)
870
871commit 61c3fa5b25ecc4a7c4f3d531a5cc76adeb89336c
872Author: Brad Spengler <spender@grsecurity.net>
873Date: Thu Dec 15 18:36:17 2016 -0500
874
875 Update size_overflow hash table
876
877 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 1 +
878 1 file changed, 1 insertion(+)
879
880commit 58e3f480aa38ec2007ec86afdbe668cf30238cd2
881Author: Linus Torvalds <torvalds@linux-foundation.org>
882Date: Wed Dec 14 12:45:25 2016 -0800
883
884 vfs,mm: fix return value of read() at s_maxbytes
885
886 We truncated the possible read iterator to s_maxbytes in commit
887 c2a9737f45e2 ("vfs,mm: fix a dead loop in truncate_inode_pages_range()"),
888 but our end condition handling was wrong: it's not an error to try to
889 read at the end of the file.
890
891 Reading past the end should return EOF (0), not EINVAL.
892
893 See for example
894
895 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1649342
896 http://lists.gnu.org/archive/html/bug-coreutils/2016-12/msg00008.html
897
898 where a md5sum of a maximally sized file fails because the final read is
899 exactly at s_maxbytes.
900
901 Fixes: c2a9737f45e2 ("vfs,mm: fix a dead loop in truncate_inode_pages_range()")
902 Reported-by: Joseph Salisbury <joseph.salisbury@canonical.com>
903 Cc: Wei Fang <fangwei1@huawei.com>
904 Cc: Christoph Hellwig <hch@infradead.org>
905 Cc: Dave Chinner <david@fromorbit.com>
906 Cc: Al Viro <viro@zeniv.linux.org.uk>
907 Cc: Andrew Morton <akpm@linux-foundation.org>
908 Cc: stable@kernel.org
909 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
910
911 mm/filemap.c | 2 +-
912 1 file changed, 1 insertion(+), 1 deletion(-)
913
914commit 70975981c11bc45fd4ad44e9a6f5e8c2210a14f6
915Merge: 3a0285a 224c7ab
916Author: Brad Spengler <spender@grsecurity.net>
917Date: Thu Dec 15 17:43:49 2016 -0500
918
919 Merge branch 'pax-test' into grsec-test
920
921commit 224c7ab2cacdcf25cc319978f7fbe64f519f03f0
922Merge: ccbe963 8bba2e2
923Author: Brad Spengler <spender@grsecurity.net>
924Date: Thu Dec 15 17:43:37 2016 -0500
925
926 Merge branch 'linux-4.8.y' into pax-test
927
928commit 3a0285abbc886698581f682e6d269143c1709031
929Merge: eec49c3 ccbe963
930Author: Brad Spengler <spender@grsecurity.net>
931Date: Sat Dec 10 17:49:55 2016 -0500
932
933 Merge branch 'pax-test' into grsec-test
934
935commit ccbe96350259e7d78fb4178ab1e5ece026641816
936Merge: dd08da6 7b8c57c
937Author: Brad Spengler <spender@grsecurity.net>
938Date: Sat Dec 10 17:49:17 2016 -0500
939
940 Update to pax-linux-4.8.14-test8.patch:
941 - fixed hyperv hypercall page handling when compiled as a module, reported by Kyle Spiers (kyle@atomicorp.com)
942 - fixed a logic error in initify that initified some ineligible functions triggering a boot crash under hyperv, reported by Kyle Spiers (kyle@atomicorp.com)
943 - Emese turned the compile time error checking of the nocapture attribute into a warning instead
944 - prototypes were missing for make_*_pass(), reported by Andrew Donnellan <andrew.donnellan@au1.ibm.com>
945
946 Merge branch 'linux-4.8.y' into pax-test
947
948commit eec49c307bcebdfb24cd0c9d1d69282490d30e90
949Merge: 2fd4ed6 dd08da6
950Author: Brad Spengler <spender@grsecurity.net>
951Date: Thu Dec 8 20:03:08 2016 -0500
952
953 Merge branch 'pax-test' into grsec-test
954
955commit dd08da6af044ecb2b82a0be6bb57a8814637a10e
956Author: Brad Spengler <spender@grsecurity.net>
957Date: Thu Dec 8 20:02:44 2016 -0500
958
959 Forward-port some PaX changes:
960 - fixed hyperv hypercall page handling when compiled as a module, reported by Kyle Spiers (kyle@atomicorp.com)
961 - fixed a logic error in initify that initified some ineligible functions triggering a boot crash under hyperv, reported by Kyle Spiers (kyle@atomicorp.com)
962 - Emese turned the compile time error checking of the nocapture attribute into a warning instead
963
964 drivers/hv/hv.c | 2 +-
965 scripts/gcc-plugins/initify_plugin.c | 14 ++++++--------
966 2 files changed, 7 insertions(+), 9 deletions(-)
967
968commit 2fd4ed677eead793deb99095d0fea1014947fc1f
969Author: David Ahern <dsa@cumulusnetworks.com>
970Date: Sun Nov 27 18:52:53 2016 -0800
971
972 net: handle no dst on skb in icmp6_send
973
974 Andrey reported the following while fuzzing the kernel with syzkaller:
975
976 kasan: CONFIG_KASAN_INLINE enabled
977 kasan: GPF could be caused by NULL-ptr deref or user memory access
978 general protection fault: 0000 [#1] SMP KASAN
979 Modules linked in:
980 CPU: 0 PID: 3859 Comm: a.out Not tainted 4.9.0-rc6+ #429
981 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
982 task: ffff8800666d4200 task.stack: ffff880067348000
983 RIP: 0010:[<ffffffff833617ec>] [<ffffffff833617ec>]
984 icmp6_send+0x5fc/0x1e30 net/ipv6/icmp.c:451
985 RSP: 0018:ffff88006734f2c0 EFLAGS: 00010206
986 RAX: ffff8800666d4200 RBX: 0000000000000000 RCX: 0000000000000000
987 RDX: 0000000000000000 RSI: dffffc0000000000 RDI: 0000000000000018
988 RBP: ffff88006734f630 R08: ffff880064138418 R09: 0000000000000003
989 R10: dffffc0000000000 R11: 0000000000000005 R12: 0000000000000000
990 R13: ffffffff84e7e200 R14: ffff880064138484 R15: ffff8800641383c0
991 FS: 00007fb3887a07c0(0000) GS:ffff88006cc00000(0000) knlGS:0000000000000000
992 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
993 CR2: 0000000020000000 CR3: 000000006b040000 CR4: 00000000000006f0
994 Stack:
995 ffff8800666d4200 ffff8800666d49f8 ffff8800666d4200 ffffffff84c02460
996 ffff8800666d4a1a 1ffff1000ccdaa2f ffff88006734f498 0000000000000046
997 ffff88006734f440 ffffffff832f4269 ffff880064ba7456 0000000000000000
998 Call Trace:
999 [<ffffffff83364ddc>] icmpv6_param_prob+0x2c/0x40 net/ipv6/icmp.c:557
1000 [< inline >] ip6_tlvopt_unknown net/ipv6/exthdrs.c:88
1001 [<ffffffff83394405>] ip6_parse_tlv+0x555/0x670 net/ipv6/exthdrs.c:157
1002 [<ffffffff8339a759>] ipv6_parse_hopopts+0x199/0x460 net/ipv6/exthdrs.c:663
1003 [<ffffffff832ee773>] ipv6_rcv+0xfa3/0x1dc0 net/ipv6/ip6_input.c:191
1004 ...
1005
1006 icmp6_send / icmpv6_send is invoked for both rx and tx paths. In both
1007 cases the dst->dev should be preferred for determining the L3 domain
1008 if the dst has been set on the skb. Fallback to the skb->dev if it has
1009 not. This covers the case reported here where icmp6_send is invoked on
1010 Rx before the route lookup.
1011
1012 Fixes: 5d41ce29e ("net: icmp6_send should use dst dev to determine L3 domain")
1013 Reported-by: Andrey Konovalov <andreyknvl@google.com>
1014 Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
1015 Signed-off-by: David S. Miller <davem@davemloft.net>
1016
1017 net/ipv6/icmp.c | 6 ++++--
1018 1 file changed, 4 insertions(+), 2 deletions(-)
1019
1020commit 15977cda939cb4a2072de08f265d2d95a97c5c9c
1021Merge: 4d51197 5d6499b
1022Author: Brad Spengler <spender@grsecurity.net>
1023Date: Thu Dec 8 19:56:26 2016 -0500
1024
1025 Merge branch 'pax-test' into grsec-test
1026
1027commit 5d6499bbf52429aee789035bda61df32919293e0
1028Merge: f3f4924 55d64c0
1029Author: Brad Spengler <spender@grsecurity.net>
1030Date: Thu Dec 8 19:56:19 2016 -0500
1031
1032 Merge branch 'linux-4.8.y' into pax-test
1033
1034commit 4d51197ad44024df9dcb2f8f3bc871d5cc185808
1035Author: Philip Pettersson <philip.pettersson@gmail.com>
1036Date: Wed Nov 30 14:55:36 2016 -0800
1037
1038 Not unpriv privilege escalation on any version of grsecurity --
1039 (contrary to copy+pasted Arch Linux security advisories)
1040 we've disabled unprivileged userns ever since it existed.
1041
1042 packet: fix race condition in packet_set_ring
1043
1044 When packet_set_ring creates a ring buffer it will initialize a
1045 struct timer_list if the packet version is TPACKET_V3. This value
1046 can then be raced by a different thread calling setsockopt to
1047 set the version to TPACKET_V1 before packet_set_ring has finished.
1048
1049 This leads to a use-after-free on a function pointer in the
1050 struct timer_list when the socket is closed as the previously
1051 initialized timer will not be deleted.
1052
1053 The bug is fixed by taking lock_sock(sk) in packet_setsockopt when
1054 changing the packet version while also taking the lock at the start
1055 of packet_set_ring.
1056
1057 Fixes: f6fb8f100b80 ("af-packet: TPACKET_V3 flexible buffer implementation.")
1058 Signed-off-by: Philip Pettersson <philip.pettersson@gmail.com>
1059 Signed-off-by: Eric Dumazet <edumazet@google.com>
1060 Signed-off-by: David S. Miller <davem@davemloft.net>
1061
1062 net/packet/af_packet.c | 18 ++++++++++++------
1063 1 file changed, 12 insertions(+), 6 deletions(-)
1064
1065commit 8fb1a916b99396cae8f6961d1734ea51c333e8ae
1066Merge: 54050b7 f3f4924
1067Author: Brad Spengler <spender@grsecurity.net>
1068Date: Tue Dec 6 21:42:51 2016 -0500
1069
1070 Merge branch 'pax-test' into grsec-test
1071
1072commit f3f49240500f0393101d222410f48f68c481959b
1073Author: Brad Spengler <spender@grsecurity.net>
1074Date: Tue Dec 6 21:42:28 2016 -0500
1075
1076 Update to pax-linux-4.8.12-test7.patch:
1077 - fixed non-executable HIBERNATION resume code on amd64, reported and partially fixed by Arseny Solokha <asolokha@gmx.com>
1078 - fixed USERCOPY compile regression with old gcc versions, reported by André Ferraz
1079 - fixed ENDPROC use on atomic functions on sparc64
1080 - fixed return value checking of convert_ip_to_linear
1081 - fixed a few function types for RAP
1082
1083 arch/arm64/include/asm/processor.h | 7 -------
1084 arch/sparc/lib/atomic_64.S | 8 ++++----
1085 arch/x86/kernel/step.c | 2 +-
1086 arch/x86/mm/fault.c | 5 ++++-
1087 arch/x86/power/cpu.c | 4 ++++
1088 arch/x86/power/hibernate_64.c | 11 +++++------
1089 drivers/misc/lkdtm_core.c | 2 +-
1090 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
1091 include/linux/init_task.h | 1 -
1092 9 files changed, 20 insertions(+), 22 deletions(-)
1093
1094commit 54050b78ed9dc52e72180f178a38474606a09d5c
1095Merge: 736e717 34c61d4
1096Author: Brad Spengler <spender@grsecurity.net>
1097Date: Sat Dec 3 09:14:47 2016 -0500
1098
1099 Merge branch 'pax-test' into grsec-test
1100
1101commit 34c61d446390e30aa6b5c6940618a500c894a397
1102Merge: 99257a4 356ccf6
1103Author: Brad Spengler <spender@grsecurity.net>
1104Date: Sat Dec 3 09:14:32 2016 -0500
1105
1106 Merge branch 'linux-4.8.y' into pax-test
1107
1108commit 736e717e33565dd4e71870b60d310e1d5aa3d0cd
1109Merge: 6e1844a 99257a4
1110Author: Brad Spengler <spender@grsecurity.net>
1111Date: Sun Nov 27 11:33:24 2016 -0500
1112
1113 Merge branch 'pax-test' into grsec-test
1114
1115commit 99257a4169235bbe2576eb44ce2e0ce640070a17
1116Author: Brad Spengler <spender@grsecurity.net>
1117Date: Sun Nov 27 11:32:06 2016 -0500
1118
1119 Update to pax-linux-4.8.11-test6.patch:
1120 - fixed harmless compile warning introduced by a previous fix, reported by Matt Turner (https://bugs.gentoo.org/show_bug.cgi?id=599320#c11)
1121 - removed unnecessary objtree use in generating the size overflow hash tables
1122 - Emese worked around a size overflow false positive in drbd, reported by rot (https://forums.grsecurity.net/viewtopic.php?f=3&t=4526)
1123
1124 drivers/block/drbd/drbd_int.h | 2 +-
1125 kernel/trace/trace_printk.c | 6 ------
1126 scripts/gcc-plugins/size_overflow_plugin/Makefile | 4 ++--
1127 3 files changed, 3 insertions(+), 9 deletions(-)
1128
1129commit 6e1844aa17930704e360cd231fa5d12f3aadda1b
1130Author: Ard Biesheuvel <ard.biesheuvel@linaro.org>
1131Date: Mon Oct 17 15:05:33 2016 +0100
1132
1133 mac80211: move struct aead_req off the stack
1134
1135 Some crypto implementations (such as the generic CCM wrapper in crypto/)
1136 use scatterlists to map fields of private data in their struct aead_req.
1137 This means these data structures cannot live in the vmalloc area, which
1138 means that they cannot live on the stack (with CONFIG_VMAP_STACK.)
1139
1140 This currently occurs only with the generic software implementation, but
1141 the private data and usage is implementation specific, so move the whole
1142 data structures off the stack into heap by allocating every time we need
1143 to use them.
1144
1145 In addition, take care not to put any of our own stack allocations into
1146 scatterlists. This involves reserving some extra room when allocating the
1147 aead_request structures, and referring to those allocations in the scatter-
1148 lists (while copying the data from the stack before the crypto operation)
1149
1150 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
1151 Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1152
1153 net/mac80211/aes_ccm.c | 46 ++++++++++++++++++++++++++++++----------------
1154 net/mac80211/aes_ccm.h | 8 +++++---
1155 net/mac80211/aes_gcm.c | 43 ++++++++++++++++++++++++++++---------------
1156 net/mac80211/aes_gcm.h | 6 ++++--
1157 net/mac80211/aes_gmac.c | 26 +++++++++++++-------------
1158 net/mac80211/aes_gmac.h | 4 ++++
1159 net/mac80211/wpa.c | 22 +++++++++-------------
1160 7 files changed, 93 insertions(+), 62 deletions(-)
1161
1162commit c10e1633c41d5418e6eedc665582418a5befbb4f
1163Author: Brad Spengler <spender@grsecurity.net>
1164Date: Sun Nov 27 10:27:05 2016 -0500
1165
1166 Work around drbd size_overflow FP when SIZE_OVERFLOW_EXTRA is enabled, reported by rot at:
1167 https://forums.grsecurity.net/viewtopic.php?f=3&t=4526
1168
1169 drivers/block/drbd/drbd_int.h | 2 +-
1170 1 file changed, 1 insertion(+), 1 deletion(-)
1171
1172commit 249d9232cebd4152a203680c63759332cdac13cb
1173Merge: 18d46a8 b01d05b
1174Author: Brad Spengler <spender@grsecurity.net>
1175Date: Sat Nov 26 08:07:35 2016 -0500
1176
1177 Merge branch 'pax-test' into grsec-test
1178
1179commit b01d05b77234043e071a10852c021c594531af1b
1180Merge: 41ec71c 36bd5bf
1181Author: Brad Spengler <spender@grsecurity.net>
1182Date: Sat Nov 26 08:07:28 2016 -0500
1183
1184 Merge branch 'linux-4.8.y' into pax-test
1185
1186commit 18d46a8fa74de2cb68fb5e6678959e5e61c6fea6
1187Author: Brad Spengler <spender@grsecurity.net>
1188Date: Fri Nov 25 08:37:05 2016 -0500
1189
1190 Mark __phys_addr_nodebug() on x64 as always-inlined
1191
1192 arch/x86/include/asm/page_64.h | 2 +-
1193 1 file changed, 1 insertion(+), 1 deletion(-)
1194
1195commit 5dd906f677c6d649efad1b01da6d6965e15ac3db
1196Author: Andrey Ryabinin <aryabinin@virtuozzo.com>
1197Date: Thu Nov 24 13:23:10 2016 +0000
1198
1199 mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]
1200
1201 This fixes CVE-2016-8650.
1202
1203 If mpi_powm() is given a zero exponent, it wants to immediately return
1204 either 1 or 0, depending on the modulus. However, if the result was
1205 initalised with zero limb space, no limbs space is allocated and a
1206 NULL-pointer exception ensues.
1207
1208 Fix this by allocating a minimal amount of limb space for the result when
1209 the 0-exponent case when the result is 1 and not touching the limb space
1210 when the result is 0.
1211
1212 This affects the use of RSA keys and X.509 certificates that carry them.
1213
1214 BUG: unable to handle kernel NULL pointer dereference at (null)
1215 IP: [<ffffffff8138ce5d>] mpi_powm+0x32/0x7e6
1216 PGD 0
1217 Oops: 0002 [#1] SMP
1218 Modules linked in:
1219 CPU: 3 PID: 3014 Comm: keyctl Not tainted 4.9.0-rc6-fscache+ #278
1220 Hardware name: ASUS All Series/H97-PLUS, BIOS 2306 10/09/2014
1221 task: ffff8804011944c0 task.stack: ffff880401294000
1222 RIP: 0010:[<ffffffff8138ce5d>] [<ffffffff8138ce5d>] mpi_powm+0x32/0x7e6
1223 RSP: 0018:ffff880401297ad8 EFLAGS: 00010212
1224 RAX: 0000000000000000 RBX: ffff88040868bec0 RCX: ffff88040868bba0
1225 RDX: ffff88040868b260 RSI: ffff88040868bec0 RDI: ffff88040868bee0
1226 RBP: ffff880401297ba8 R08: 0000000000000000 R09: 0000000000000000
1227 R10: 0000000000000047 R11: ffffffff8183b210 R12: 0000000000000000
1228 R13: ffff8804087c7600 R14: 000000000000001f R15: ffff880401297c50
1229 FS: 00007f7a7918c700(0000) GS:ffff88041fb80000(0000) knlGS:0000000000000000
1230 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
1231 CR2: 0000000000000000 CR3: 0000000401250000 CR4: 00000000001406e0
1232 Stack:
1233 ffff88040868bec0 0000000000000020 ffff880401297b00 ffffffff81376cd4
1234 0000000000000100 ffff880401297b10 ffffffff81376d12 ffff880401297b30
1235 ffffffff81376f37 0000000000000100 0000000000000000 ffff880401297ba8
1236 Call Trace:
1237 [<ffffffff81376cd4>] ? __sg_page_iter_next+0x43/0x66
1238 [<ffffffff81376d12>] ? sg_miter_get_next_page+0x1b/0x5d
1239 [<ffffffff81376f37>] ? sg_miter_next+0x17/0xbd
1240 [<ffffffff8138ba3a>] ? mpi_read_raw_from_sgl+0xf2/0x146
1241 [<ffffffff8132a95c>] rsa_verify+0x9d/0xee
1242 [<ffffffff8132acca>] ? pkcs1pad_sg_set_buf+0x2e/0xbb
1243 [<ffffffff8132af40>] pkcs1pad_verify+0xc0/0xe1
1244 [<ffffffff8133cb5e>] public_key_verify_signature+0x1b0/0x228
1245 [<ffffffff8133d974>] x509_check_for_self_signed+0xa1/0xc4
1246 [<ffffffff8133cdde>] x509_cert_parse+0x167/0x1a1
1247 [<ffffffff8133d609>] x509_key_preparse+0x21/0x1a1
1248 [<ffffffff8133c3d7>] asymmetric_key_preparse+0x34/0x61
1249 [<ffffffff812fc9f3>] key_create_or_update+0x145/0x399
1250 [<ffffffff812fe227>] SyS_add_key+0x154/0x19e
1251 [<ffffffff81001c2b>] do_syscall_64+0x80/0x191
1252 [<ffffffff816825e4>] entry_SYSCALL64_slow_path+0x25/0x25
1253 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
1254 RIP [<ffffffff8138ce5d>] mpi_powm+0x32/0x7e6
1255 RSP <ffff880401297ad8>
1256 CR2: 0000000000000000
1257 ---[ end trace d82015255d4a5d8d ]---
1258
1259 Basically, this is a backport of a libgcrypt patch:
1260
1261 http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=patch;h=6e1adb05d290aeeb1c230c763970695f4a538526
1262
1263 Fixes: cdec9cb5167a ("crypto: GnuPG based MPI lib - source files (part 1)")
1264 Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
1265 Signed-off-by: David Howells <dhowells@redhat.com>
1266 cc: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
1267 cc: linux-ima-devel@lists.sourceforge.net
1268 cc: stable@vger.kernel.org
1269 Signed-off-by: James Morris <james.l.morris@oracle.com>
1270
1271 lib/mpi/mpi-pow.c | 7 ++++++-
1272 1 file changed, 6 insertions(+), 1 deletion(-)
1273
1274commit 218b2fc710bd61f32c7c0cf4556aa628bccf0382
1275Author: Andrey Ryabinin <aryabinin@virtuozzo.com>
1276Date: Thu Nov 24 13:23:03 2016 +0000
1277
1278 X.509: Fix double free in x509_cert_parse() [ver #3]
1279
1280 We shouldn't free cert->pub->key in x509_cert_parse() because
1281 x509_free_certificate() also does this:
1282 BUG: Double free or freeing an invalid pointer
1283 ...
1284 Call Trace:
1285 [<ffffffff81896c20>] dump_stack+0x63/0x83
1286 [<ffffffff81356571>] kasan_object_err+0x21/0x70
1287 [<ffffffff81356ed9>] kasan_report_double_free+0x49/0x60
1288 [<ffffffff813561ad>] kasan_slab_free+0x9d/0xc0
1289 [<ffffffff81350b7a>] kfree+0x8a/0x1a0
1290 [<ffffffff81844fbf>] public_key_free+0x1f/0x30
1291 [<ffffffff818455d4>] x509_free_certificate+0x24/0x90
1292 [<ffffffff818460bc>] x509_cert_parse+0x2bc/0x300
1293 [<ffffffff81846cae>] x509_key_preparse+0x3e/0x330
1294 [<ffffffff818444cf>] asymmetric_key_preparse+0x6f/0x100
1295 [<ffffffff8178bec0>] key_create_or_update+0x260/0x5f0
1296 [<ffffffff8178e6d9>] SyS_add_key+0x199/0x2a0
1297 [<ffffffff821d823b>] entry_SYSCALL_64_fastpath+0x1e/0xad
1298 Object at ffff880110bd1900, in cache kmalloc-512 size: 512
1299 ....
1300 Freed:
1301 PID = 2579
1302 [<ffffffff8104283b>] save_stack_trace+0x1b/0x20
1303 [<ffffffff813558f6>] save_stack+0x46/0xd0
1304 [<ffffffff81356183>] kasan_slab_free+0x73/0xc0
1305 [<ffffffff81350b7a>] kfree+0x8a/0x1a0
1306 [<ffffffff818460a3>] x509_cert_parse+0x2a3/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
1313 Fixes: db6c43bd2132 ("crypto: KEYS: convert public key and digsig asym to the akcipher api")
1314 Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
1315 Cc: <stable@vger.kernel.org>
1316 Signed-off-by: David Howells <dhowells@redhat.com>
1317 Signed-off-by: James Morris <james.l.morris@oracle.com>
1318
1319 crypto/asymmetric_keys/x509_cert_parser.c | 1 -
1320 1 file changed, 1 deletion(-)
1321
1322commit 7ab38a1d2f20a0ee1646c61f69c5628868e36e1c
1323Author: Brad Spengler <spender@grsecurity.net>
1324Date: Fri Nov 25 15:04:31 2016 -0500
1325
1326 Mark RANDSTRUCT as depending on GCC_PLUGINS
1327
1328 grsecurity/Kconfig | 1 +
1329 1 file changed, 1 insertion(+)
1330
1331commit 4b779f90caef66bc904533a068e82ed7929a741f
1332Author: Brad Spengler <spender@grsecurity.net>
1333Date: Wed Nov 23 22:22:22 2016 -0500
1334
1335 whitespace cleanup
1336
1337 mm/usercopy.c | 6 +++---
1338 1 file changed, 3 insertions(+), 3 deletions(-)
1339
1340commit fa8c4d8069e8a83b3a30bedbb7b5281cc035722e
1341Author: Brad Spengler <spender@grsecurity.net>
1342Date: Wed Nov 23 21:36:42 2016 -0500
1343
1344 Fix regression on i386 KERNEXEC introduced by KSPP ripoff of USERCOPY
1345
1346 mm/usercopy.c | 9 +++++++++
1347 1 file changed, 9 insertions(+)
1348
1349commit 7bde68e909b1592b4de453d16d9efd544fdcf5d7
1350Merge: 104123c 41ec71c
1351Author: Brad Spengler <spender@grsecurity.net>
1352Date: Wed Nov 23 19:59:44 2016 -0500
1353
1354 Merge branch 'pax-test' into grsec-test
1355
1356commit 41ec71c4866375c87ea6d28341bfb980ec5805f3
1357Author: Brad Spengler <spender@grsecurity.net>
1358Date: Wed Nov 23 19:58:53 2016 -0500
1359
1360 Update to pax-linux-4.8.10-test5.patch:
1361 - worked around a false positive initify report with KMEMCHECK, reported by spender
1362 - fixed a compile error of the initify plugin with gcc 4.5
1363 - Emese fixed an infinite recursion bug in the initify plugin that triggered with certain gcc versions, reported by spender
1364 - worked around a false positive initify report with KMEMCHECK, reported by spender
1365 - fixed a compile error of the initify plugin with gcc 4.5
1366 - Emese fixed an infinite recursion bug in the initify plugin that triggered with certain gcc versions, reported by spender
1367
1368 fs/exofs/super.c | 7 +-
1369 kernel/trace/trace_printk.c | 11 +-
1370 net/netfilter/nf_log.c | 2 +-
1371 .../size_overflow_plugin/size_overflow.h | 8 +-
1372 .../size_overflow_plugin/size_overflow_debug.c | 4 +-
1373 .../size_overflow_plugin/size_overflow_ipa.c | 143 ++++++++++++++-------
1374 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
1375 .../size_overflow_plugin_hash.c | 40 +++---
1376 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
1377 9 files changed, 136 insertions(+), 87 deletions(-)
1378
1379commit 104123c7083b4b405c3d94e5cbcf8d82a3c1bf3b
1380Author: Joerg Roedel <jroedel@suse.de>
1381Date: Wed Sep 14 11:41:59 2016 +0200
1382
1383 iommu/amd: Don't put completion-wait semaphore on stack
1384
1385 The semaphore used by the AMD IOMMU to signal command
1386 completion lived on the stack until now, which was safe as
1387 the driver busy-waited on the semaphore with IRQs disabled,
1388 so the stack can't go away under the driver.
1389
1390 But the recently introduced vmap-based stacks break this as
1391 the physical address of the semaphore can't be determinded
1392 easily anymore. The driver used the __pa() macro, but that
1393 only works in the direct-mapping. The result were
1394 Completion-Wait timeout errors seen by the IOMMU driver,
1395 breaking system boot.
1396
1397 Since putting the semaphore on the stack is bad design
1398 anyway, move the semaphore into 'struct amd_iommu'. It is
1399 protected by the per-iommu lock and now in the direct
1400 mapping again. This fixes the Completion-Wait timeout errors
1401 and makes AMD IOMMU systems boot again with vmap-based
1402 stacks enabled.
1403
1404 Reported-by: Borislav Petkov <bp@alien8.de>
1405 Signed-off-by: Joerg Roedel <jroedel@suse.de>
1406 Cc: H. Peter Anvin <hpa@zytor.com>
1407 Cc: Linus Torvalds <torvalds@linux-foundation.org>
1408 Cc: Peter Zijlstra <peterz@infradead.org>
1409 Cc: Thomas Gleixner <tglx@linutronix.de>
1410 Signed-off-by: Ingo Molnar <mingo@kernel.org>
1411
1412 drivers/iommu/amd_iommu.c | 51 ++++++++++++++++++++++++++++-------------
1413 drivers/iommu/amd_iommu_types.h | 2 ++
1414 2 files changed, 37 insertions(+), 16 deletions(-)
1415
1416commit fb4681fbb3ac4fbfc38c4d878a769d9521b2cadc
1417Merge: 5c7c04f7 2eb064c
1418Author: Brad Spengler <spender@grsecurity.net>
1419Date: Mon Nov 21 07:32:06 2016 -0500
1420
1421 Merge branch 'pax-test' into grsec-test
1422
1423commit 2eb064cd06070c433afb5bbe06f2912c6fe4c0ca
1424Merge: ec40a67 cf5ae29
1425Author: Brad Spengler <spender@grsecurity.net>
1426Date: Mon Nov 21 07:31:48 2016 -0500
1427
1428 Merge branch 'linux-4.8.y' into pax-test
1429
1430commit 5c7c04f7c8fcb7a3730b34db41a0842ef0dbed51
1431Author: Brad Spengler <spender@grsecurity.net>
1432Date: Sat Nov 19 19:50:51 2016 -0500
1433
1434 compile fix
1435
1436 drivers/platform/x86/toshiba-wmi.c | 2 +-
1437 1 file changed, 1 insertion(+), 1 deletion(-)
1438
1439commit 05eb3d0ec6643c60f794937ba562fea97f5be897
1440Author: Brad Spengler <spender@grsecurity.net>
1441Date: Sat Nov 19 19:32:09 2016 -0500
1442
1443 compile fix
1444
1445 net/netfilter/nf_log.c | 2 +-
1446 1 file changed, 1 insertion(+), 1 deletion(-)
1447
1448commit fb9517eef2f4321b99e1427728ea81e7beb6709e
1449Author: Brad Spengler <spender@grsecurity.net>
1450Date: Sat Nov 19 19:26:19 2016 -0500
1451
1452 compile fix
1453
1454 drivers/platform/x86/toshiba-wmi.c | 2 +-
1455 1 file changed, 1 insertion(+), 1 deletion(-)
1456
1457commit d7be8fc340893cb7a61f295adf357433684c1412
1458Author: Brad Spengler <spender@grsecurity.net>
1459Date: Sat Nov 19 18:50:43 2016 -0500
1460
1461 Fix an instance of DMA on stack reported by jotik
1462
1463 drivers/tty/hvc/hvc_console.c | 13 +++++++++++--
1464 1 file changed, 11 insertions(+), 2 deletions(-)
1465
1466commit 491d119de68bd80666a5e0c9a45538b03a7e0359
1467Merge: d06ab17 ec40a67
1468Author: Brad Spengler <spender@grsecurity.net>
1469Date: Sat Nov 19 09:49:17 2016 -0500
1470
1471 Merge branch 'pax-test' into grsec-test
1472
1473commit ec40a67f38da6771cc50d21b8bdfef7fe85c13f9
1474Merge: d10440d 8765773
1475Author: Brad Spengler <spender@grsecurity.net>
1476Date: Sat Nov 19 09:48:59 2016 -0500
1477
1478 Merge branch 'linux-4.8.y' into pax-test
1479
1480commit d06ab1776f143f4c0f040b37b5d4be02fb4c2b2f
1481Author: Brad Spengler <spender@grsecurity.net>
1482Date: Wed Nov 16 20:06:47 2016 -0500
1483
1484 Move location of GRKERNSEC_BRUTE call, otherwise on systems with suid
1485 dumping enabled, the crash of a suid/fscapped binary will not produce a
1486 coredump as a SIGKILL to the other threads of the process will trigger
1487 a group exit. Thanks to Michael Hu and Meenakshi Selvaraj for the report!
1488
1489 fs/coredump.c | 6 +++---
1490 1 file changed, 3 insertions(+), 3 deletions(-)
1491
1492commit 2deb6e90bf515a547273218c9e5e80362cedf5f4
1493Merge: 538290f d10440d
1494Author: Brad Spengler <spender@grsecurity.net>
1495Date: Tue Nov 15 07:22:21 2016 -0500
1496
1497 Merge branch 'pax-test' into grsec-test
1498
1499commit d10440da199a8c4601cf572c85c240b391d7ff1c
1500Author: Brad Spengler <spender@grsecurity.net>
1501Date: Tue Nov 15 07:21:39 2016 -0500
1502
1503 Forward-port PaX INITIFY updates:
1504 - Emese fixed an infinite recursion bug in the initify plugin that triggered with certain gcc versions, reported by spender
1505 - fixed a copy-paste error in the previous initify compile error fix
1506
1507 scripts/gcc-plugins/initify_plugin.c | 7 +++----
1508 1 file changed, 3 insertions(+), 4 deletions(-)
1509
1510commit 538290f125d86e96ca1cb58ec6b6dc42c6df94f5
1511Merge: 29790c8 0651bb9
1512Author: Brad Spengler <spender@grsecurity.net>
1513Date: Tue Nov 15 07:16:37 2016 -0500
1514
1515 Merge branch 'pax-test' into grsec-test
1516
1517commit 0651bb9a29497614f2ac8907576e13c25d14417d
1518Merge: 3dccfc8 61385cc
1519Author: Brad Spengler <spender@grsecurity.net>
1520Date: Tue Nov 15 07:16:23 2016 -0500
1521
1522 Merge branch 'linux-4.8.y' into pax-test
1523
1524commit 29790c808b36fed3643adb45a52ddd1eaf215d5a
1525Merge: 884f7d7 3dccfc8
1526Author: Brad Spengler <spender@grsecurity.net>
1527Date: Mon Nov 14 21:55:00 2016 -0500
1528
1529 Merge branch 'pax-test' into grsec-test
1530
1531commit 3dccfc8eb94c31bb44f90f2d5673867d47ceeae1
1532Author: Brad Spengler <spender@grsecurity.net>
1533Date: Mon Nov 14 21:53:56 2016 -0500
1534
1535 Forward-ported PaX updates (so all patches can be released tonight):
1536 - worked around a false positive initify report with KMEMCHECK, reported by spender
1537 - fixed a compile error of the initify plugin with gcc 4.5
1538
1539 lib/Kconfig.kmemcheck | 1 +
1540 scripts/gcc-plugins/initify_plugin.c | 8 ++++++++
1541 2 files changed, 9 insertions(+)
1542
1543commit 884f7d7137f2cb388491c398a22b555c9e04bd3b
1544Author: Brad Spengler <spender@grsecurity.net>
1545Date: Mon Nov 14 08:52:36 2016 -0500
1546
1547 re-enable INITIFY
1548
1549 security/Kconfig | 1 -
1550 1 file changed, 1 deletion(-)
1551
1552commit 1199c8fee72e0204eef6e517acf1d17e1edb35d0
1553Author: Brad Spengler <spender@grsecurity.net>
1554Date: Sat Nov 12 09:28:52 2016 -0500
1555
1556 always clear after restore
1557
1558 kernel/power/snapshot.c | 2 --
1559 1 file changed, 2 deletions(-)
1560
1561commit 6ee3a03e6b4610d3a4c8536222e613c9381d310a
1562Author: Brad Spengler <spender@grsecurity.net>
1563Date: Sat Nov 12 07:48:59 2016 -0500
1564
1565 Remove duplicate function definition caused by bad git merge
1566 Thanks to Toralf Foerster for the report
1567
1568 kernel/power/snapshot.c | 20 --------------------
1569 1 file changed, 20 deletions(-)
1570
1571commit 972fc7c4ab01bed5011f92621c0235a29b964321
1572Merge: b797a7f 179609c
1573Author: Brad Spengler <spender@grsecurity.net>
1574Date: Thu Nov 10 21:30:42 2016 -0500
1575
1576 Merge branch 'pax-test' into grsec-test
1577
1578commit 179609c35bcb2c28967e27dd71850a64dd8d2457
1579Author: Brad Spengler <spender@grsecurity.net>
1580Date: Thu Nov 10 21:28:09 2016 -0500
1581
1582 Update to pax-linux-4.8.7-test3.patch
1583
1584 Makefile | 5 +-
1585 arch/x86/kernel/alternative.c | 2 +
1586 arch/x86/kernel/cpu/intel.c | 6 +
1587 arch/x86/kernel/tsc.c | 3 +
1588 .../gcc-plugins/size_overflow_plugin/.gitignore | 5 +-
1589 .../gcc-plugins/size_overflow_plugin/e_fields.data | 240 ++++++++++++++++---
1590 .../gcc-plugins/size_overflow_plugin/e_fns.data | 262 +++++++++++++++++++--
1591 .../gcc-plugins/size_overflow_plugin/e_vars.data | 3 +
1592 8 files changed, 467 insertions(+), 59 deletions(-)
1593
1594commit b797a7f8f1bd6dd882c302108d3e0e24eec4eb52
1595Merge: c65bef9 61c5e35
1596Author: Brad Spengler <spender@grsecurity.net>
1597Date: Thu Nov 10 18:47:19 2016 -0500
1598
1599 Merge branch 'pax-test' into grsec-test
1600
1601commit 61c5e357c8e096078f3087cc1c9945311580ef58
1602Merge: 26e177d 567aeca
1603Author: Brad Spengler <spender@grsecurity.net>
1604Date: Thu Nov 10 18:47:09 2016 -0500
1605
1606 Merge branch 'linux-4.8.y' into pax-test
1607
1608commit c65bef9442a61a12256456658a6e3a3aa6f0017c
1609Author: Brad Spengler <spender@grsecurity.net>
1610Date: Wed Nov 9 17:22:04 2016 -0500
1611
1612 Add SLAB_USERCOPY backward compatibility for out of tree modules
1613
1614 include/linux/slab.h | 7 +++++++
1615 mm/slab_common.c | 3 ++-
1616 2 files changed, 9 insertions(+), 1 deletion(-)
1617
1618commit 9f7c67696110c732bc080f27629a93c652aa6784
1619Merge: 8c2ed61 26e177d
1620Author: Brad Spengler <spender@grsecurity.net>
1621Date: Wed Nov 9 17:13:02 2016 -0500
1622
1623 Merge branch 'pax-test' into grsec-test
1624
1625commit 26e177df8561bd7b261090dcce16f8bc5a166e43
1626Author: Brad Spengler <spender@grsecurity.net>
1627Date: Wed Nov 9 17:11:43 2016 -0500
1628
1629 Update to pax-linux-4.8.6-test2.patch:
1630 - fixed resume regression on X86 caused by the recent constification of boot_cpu_data, reported by Joe Gabinsky (https://bugs.archlinux.org/task/51767)
1631 - worked around a compile error with gcc enforced PIE, reported by Carlos Carvalho (https://forums.grsecurity.net/viewtopic.php?f=3&t=4607)
1632 - fixed a latent entropy compile error that triggered on arm, reported by spender
1633
1634 Makefile | 2 ++
1635 arch/x86/include/asm/irqflags.h | 2 ++
1636 arch/x86/include/asm/uaccess_32.h | 3 +++
1637 arch/x86/include/asm/uaccess_64.h | 4 ++++
1638 arch/x86/kernel/acpi/wakeup_32.S | 2 ++
1639 arch/x86/kernel/acpi/wakeup_64.S | 2 ++
1640 arch/x86/kernel/cpu/common.c | 6 ++++++
1641 arch/x86/kernel/vm86_32.c | 6 ++----
1642 arch/x86/power/hibernate_asm_32.S | 2 ++
1643 arch/x86/power/hibernate_asm_64.S | 2 ++
1644 fs/pstore/ftrace.c | 1 +
1645 kernel/events/hw_breakpoint.c | 1 +
1646 mm/slab.c | 14 +++++++-------
1647 scripts/gcc-plugins/latent_entropy_plugin.c | 4 ++--
1648 scripts/gcc-plugins/size_overflow_plugin/disable.data | 3 +++
1649 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 5 +----
1650 16 files changed, 42 insertions(+), 17 deletions(-)
1651
1652commit 8c2ed61b048133cef4d19cbcfad489c5229c6d85
1653Author: Brad Spengler <spender@grsecurity.net>
1654Date: Wed Nov 9 17:08:54 2016 -0500
1655
1656 re-enable latent_entropy on ARM
1657
1658 security/Kconfig | 1 -
1659 1 file changed, 1 deletion(-)
1660
1661commit f111a022d48483a796d7f6d170e5165fa17c32aa
1662Author: Brad Spengler <spender@grsecurity.net>
1663Date: Tue Nov 8 21:10:00 2016 -0500
1664
1665 Update size_overflow hash tables
1666
1667 scripts/gcc-plugins/size_overflow_plugin/e_fields.data | 1 +
1668 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 1 +
1669 2 files changed, 2 insertions(+)
1670
1671commit f4e7a9c6e5c14a7d9765191e4fdae902e777a62b
1672Author: Brad Spengler <spender@grsecurity.net>
1673Date: Tue Nov 8 20:39:56 2016 -0500
1674
1675 Update size_overflow hash table
1676
1677 .../gcc-plugins/size_overflow_plugin/e_fields.data | 87 ++++++++++++++++++----
1678 .../gcc-plugins/size_overflow_plugin/e_fns.data | 81 +++++++++++++++++---
1679 2 files changed, 143 insertions(+), 25 deletions(-)
1680
1681commit f3a2f418e4c8c9e7a3c8e44994a9b789b755f690
1682Author: Brad Spengler <spender@grsecurity.net>
1683Date: Tue Nov 8 20:27:26 2016 -0500
1684
1685 Update size_overflow hash table
1686
1687 scripts/gcc-plugins/size_overflow_plugin/e_fields.data | 1 +
1688 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 1 +
1689 2 files changed, 2 insertions(+)
1690
1691commit 7429f39d5af5c7c6744dadbc8cef6fb09bba0378
1692Author: Brad Spengler <spender@grsecurity.net>
1693Date: Tue Nov 8 20:22:07 2016 -0500
1694
1695 compile fix
1696
1697 security/Kconfig | 2 +-
1698 1 file changed, 1 insertion(+), 1 deletion(-)
1699
1700commit 2c1be792d3b1eced5c977f431b97a6f358257c7d
1701Author: Brad Spengler <spender@grsecurity.net>
1702Date: Tue Nov 8 20:15:52 2016 -0500
1703
1704 Disable LATENT_ENTROPY on ARM temporarily
1705
1706 security/Kconfig | 1 +
1707 1 file changed, 1 insertion(+)
1708
1709commit 5baa2459453f698c59713d66c19a35ceb08c6423
1710Author: Brad Spengler <spender@grsecurity.net>
1711Date: Tue Nov 8 19:28:11 2016 -0500
1712
1713 Update size_overflow hash tables
1714
1715 .../gcc-plugins/size_overflow_plugin/e_fields.data | 19 +++++++++--
1716 .../gcc-plugins/size_overflow_plugin/e_fns.data | 38 ++++++++++++++++++++--
1717 .../gcc-plugins/size_overflow_plugin/e_vars.data | 2 ++
1718 3 files changed, 55 insertions(+), 4 deletions(-)
1719
1720commit e6ff4162464e018c08a58689f60664f96786a4e0
1721Author: Brad Spengler <spender@grsecurity.net>
1722Date: Tue Nov 8 19:23:13 2016 -0500
1723
1724 Update size_overflow hash tables
1725
1726 .../gcc-plugins/size_overflow_plugin/e_fields.data | 132 +++++++++++++++++---
1727 .../gcc-plugins/size_overflow_plugin/e_fns.data | 135 +++++++++++++++++++--
1728 .../gcc-plugins/size_overflow_plugin/e_vars.data | 1 +
1729 3 files changed, 243 insertions(+), 25 deletions(-)
1730
1731commit ee26614f6745609f79b28620130afa73b2c86ff8
1732Author: Brad Spengler <spender@grsecurity.net>
1733Date: Tue Nov 8 19:10:38 2016 -0500
1734
1735 Update size_overflow hash table
1736
1737 scripts/gcc-plugins/size_overflow_plugin/e_fns.data | 8 ++++++++
1738 1 file changed, 8 insertions(+)
1739
1740commit d3291c0dc6f25e59c8c402b66416cf0f4f6dddb7
1741Author: Brad Spengler <spender@grsecurity.net>
1742Date: Tue Nov 8 19:03:02 2016 -0500
1743
1744 Initial import of grsecurity 3.1 for Linux 4.8.6
1745
1746 Documentation/dontdiff | 2 +
1747 Documentation/kernel-parameters.txt | 6 +
1748 Documentation/sysctl/kernel.txt | 15 +
1749 Makefile | 8 +-
1750 arch/alpha/include/asm/cache.h | 4 +-
1751 arch/alpha/kernel/osf_sys.c | 12 +-
1752 arch/arc/Kconfig | 1 +
1753 arch/arm/Kconfig | 2 +
1754 arch/arm/Kconfig.debug | 1 +
1755 arch/arm/include/asm/cacheflush.h | 2 +-
1756 arch/arm/include/asm/thread_info.h | 7 +-
1757 arch/arm/kernel/entry-common.S | 8 +-
1758 arch/arm/kernel/process.c | 4 +-
1759 arch/arm/kernel/ptrace.c | 9 +
1760 arch/arm/kernel/traps.c | 7 +-
1761 arch/arm/mm/Kconfig | 4 +-
1762 arch/arm/mm/fault.c | 40 +-
1763 arch/arm/mm/mmap.c | 8 +-
1764 arch/arm/net/bpf_jit_32.c | 51 +-
1765 arch/arm64/Kconfig.debug | 1 +
1766 arch/arm64/include/asm/atomic.h | 2 +
1767 arch/arm64/include/asm/cache.h | 2 +
1768 arch/arm64/include/asm/pgtable.h | 3 +
1769 arch/avr32/include/asm/cache.h | 4 +-
1770 arch/blackfin/Kconfig.debug | 1 +
1771 arch/blackfin/include/asm/cache.h | 3 +-
1772 arch/cris/include/arch-v10/arch/cache.h | 3 +-
1773 arch/cris/include/arch-v32/arch/cache.h | 3 +-
1774 arch/frv/include/asm/cache.h | 3 +-
1775 arch/frv/mm/elf-fdpic.c | 4 +-
1776 arch/hexagon/include/asm/cache.h | 6 +-
1777 arch/ia64/Kconfig | 1 +
1778 arch/ia64/include/asm/cache.h | 3 +-
1779 arch/ia64/kernel/sys_ia64.c | 2 +
1780 arch/ia64/mm/hugetlbpage.c | 2 +
1781 arch/m32r/include/asm/cache.h | 4 +-
1782 arch/m68k/include/asm/cache.h | 4 +-
1783 arch/m68k/kernel/time.c | 1 +
1784 arch/metag/mm/hugetlbpage.c | 1 +
1785 arch/microblaze/include/asm/cache.h | 3 +-
1786 arch/mips/Kconfig | 1 +
1787 arch/mips/include/asm/thread_info.h | 11 +-
1788 arch/mips/kernel/irq.c | 3 +
1789 arch/mips/kernel/ptrace.c | 9 +
1790 arch/mips/mm/mmap.c | 4 +-
1791 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
1792 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
1793 arch/openrisc/include/asm/cache.h | 4 +-
1794 arch/parisc/include/asm/cache.h | 3 +
1795 arch/parisc/kernel/sys_parisc.c | 4 +
1796 arch/powerpc/Kconfig | 1 +
1797 arch/powerpc/include/asm/thread_info.h | 5 +-
1798 arch/powerpc/kernel/Makefile | 2 +
1799 arch/powerpc/kernel/irq.c | 3 +
1800 arch/powerpc/kernel/process.c | 10 +-
1801 arch/powerpc/kernel/ptrace.c | 15 +
1802 arch/powerpc/kernel/traps.c | 5 +
1803 arch/powerpc/mm/slice.c | 2 +-
1804 arch/s390/Kconfig.debug | 1 +
1805 arch/s390/include/asm/cache.h | 4 +-
1806 arch/score/include/asm/cache.h | 4 +-
1807 arch/sh/include/asm/cache.h | 3 +-
1808 arch/sh/mm/mmap.c | 6 +-
1809 arch/sparc/include/asm/thread_info_64.h | 8 +-
1810 arch/sparc/kernel/process_32.c | 6 +-
1811 arch/sparc/kernel/process_64.c | 8 +-
1812 arch/sparc/kernel/ptrace_64.c | 14 +
1813 arch/sparc/kernel/sys_sparc_64.c | 8 +-
1814 arch/sparc/kernel/syscalls.S | 8 +-
1815 arch/sparc/kernel/traps_32.c | 8 +-
1816 arch/sparc/kernel/traps_64.c | 28 +-
1817 arch/sparc/kernel/unaligned_64.c | 2 +-
1818 arch/sparc/mm/fault_64.c | 2 +-
1819 arch/sparc/mm/hugetlbpage.c | 15 +-
1820 arch/tile/Kconfig | 1 +
1821 arch/tile/include/asm/cache.h | 3 +-
1822 arch/tile/mm/hugetlbpage.c | 2 +
1823 arch/unicore32/include/asm/cache.h | 6 +-
1824 arch/x86/Kconfig | 21 +
1825 arch/x86/Kconfig.debug | 2 +
1826 arch/x86/entry/common.c | 14 +
1827 arch/x86/entry/entry_32.S | 2 +-
1828 arch/x86/entry/entry_64.S | 2 +-
1829 arch/x86/ia32/ia32_aout.c | 2 +
1830 arch/x86/include/asm/floppy.h | 20 +-
1831 arch/x86/include/asm/fpu/types.h | 69 +-
1832 arch/x86/include/asm/io.h | 2 +-
1833 arch/x86/include/asm/page.h | 12 +-
1834 arch/x86/include/asm/paravirt_types.h | 21 +-
1835 arch/x86/include/asm/processor.h | 4 +-
1836 arch/x86/include/asm/thread_info.h | 6 +-
1837 arch/x86/kernel/dumpstack.c | 8 +-
1838 arch/x86/kernel/dumpstack_32.c | 1 +
1839 arch/x86/kernel/ioport.c | 13 +
1840 arch/x86/kernel/irq_32.c | 3 +
1841 arch/x86/kernel/irq_64.c | 7 +-
1842 arch/x86/kernel/ldt.c | 18 +
1843 arch/x86/kernel/msr.c | 12 +
1844 arch/x86/kernel/sys_i386_32.c | 9 +-
1845 arch/x86/kernel/sys_x86_64.c | 8 +-
1846 arch/x86/kernel/traps.c | 5 +
1847 arch/x86/kernel/verify_cpu.S | 1 +
1848 arch/x86/kernel/vm86_32.c | 15 +
1849 arch/x86/mm/fault.c | 12 +-
1850 arch/x86/mm/hugetlbpage.c | 15 +-
1851 arch/x86/mm/init.c | 51 +-
1852 arch/x86/mm/init_32.c | 6 +-
1853 arch/x86/mm/mmap.c | 16 +-
1854 arch/x86/net/bpf_jit_comp.c | 4 +
1855 arch/x86/xen/Kconfig | 1 +
1856 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
1857 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
1858 crypto/scatterwalk.c | 10 +-
1859 drivers/acpi/acpica/hwxfsleep.c | 11 +-
1860 drivers/acpi/custom_method.c | 4 +
1861 drivers/block/cciss.h | 30 +-
1862 drivers/block/smart1,2.h | 40 +-
1863 drivers/char/Kconfig | 4 +-
1864 drivers/char/mem.c | 19 +-
1865 drivers/char/random.c | 3 -
1866 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
1867 drivers/firewire/ohci.c | 4 +
1868 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 82 +-
1869 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
1870 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
1871 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
1872 .../drm/amd/powerplay/hwmgr/polaris10_thermal.c | 22 +-
1873 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
1874 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
1875 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
1876 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
1877 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
1878 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
1879 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 138 +-
1880 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
1881 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
1882 drivers/iommu/amd_iommu.c | 14 +-
1883 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
1884 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
1885 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
1886 drivers/isdn/i4l/isdn_concap.c | 6 +-
1887 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
1888 drivers/md/bcache/Kconfig | 1 +
1889 drivers/md/raid5.c | 8 +
1890 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
1891 .../media/platform/mtk-vcodec/venc/venc_h264_if.c | 8 +-
1892 .../media/platform/mtk-vcodec/venc/venc_vp8_if.c | 8 +-
1893 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
1894 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
1895 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
1896 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
1897 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
1898 drivers/message/fusion/mptbase.c | 9 +
1899 drivers/misc/sgi-xp/xp_main.c | 12 +-
1900 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
1901 drivers/net/wan/lmc/lmc_media.c | 97 +-
1902 drivers/net/wan/z85230.c | 24 +-
1903 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
1904 drivers/pci/proc.c | 9 +
1905 drivers/platform/x86/asus-wmi.c | 12 +
1906 drivers/rtc/rtc-dev.c | 3 +
1907 drivers/scsi/bfa/bfa_fcs.c | 19 +-
1908 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
1909 drivers/scsi/bfa/bfa_modules.h | 12 +-
1910 drivers/scsi/hpsa.h | 40 +-
1911 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
1912 drivers/staging/wilc1000/host_interface.h | 1 +
1913 drivers/staging/wilc1000/wilc_spi.c | 1 +
1914 drivers/tty/sysrq.c | 2 +-
1915 drivers/tty/tty_io.c | 4 +
1916 drivers/tty/vt/keyboard.c | 22 +-
1917 drivers/usb/core/hub.c | 5 +
1918 drivers/usb/gadget/function/f_uac1.c | 1 +
1919 drivers/usb/gadget/function/u_uac1.c | 1 +
1920 drivers/usb/host/hwa-hc.c | 9 +-
1921 drivers/usb/usbip/vhci_sysfs.c | 2 +-
1922 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
1923 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
1924 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
1925 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
1926 drivers/xen/xenfs/xenstored.c | 5 +
1927 firmware/Makefile | 2 +
1928 firmware/WHENCE | 20 +-
1929 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
1930 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
1931 fs/attr.c | 4 +
1932 fs/autofs4/waitq.c | 9 +
1933 fs/binfmt_aout.c | 7 +
1934 fs/binfmt_elf.c | 40 +-
1935 fs/compat.c | 20 +-
1936 fs/coredump.c | 17 +-
1937 fs/dcache.c | 5 +-
1938 fs/debugfs/inode.c | 19 +-
1939 fs/exec.c | 159 +-
1940 fs/ext2/balloc.c | 4 +-
1941 fs/ext2/super.c | 8 +-
1942 fs/ext4/balloc.c | 4 +-
1943 fs/fcntl.c | 4 +
1944 fs/fhandle.c | 3 +-
1945 fs/file.c | 4 +
1946 fs/filesystems.c | 4 +
1947 fs/fs_struct.c | 20 +-
1948 fs/hugetlbfs/inode.c | 5 +-
1949 fs/inode.c | 8 +-
1950 fs/kernfs/dir.c | 6 +
1951 fs/mount.h | 4 +-
1952 fs/namei.c | 290 +-
1953 fs/namespace.c | 24 +
1954 fs/open.c | 38 +
1955 fs/overlayfs/super.c | 6 +-
1956 fs/pipe.c | 2 +-
1957 fs/posix_acl.c | 15 +-
1958 fs/proc/Kconfig | 10 +-
1959 fs/proc/array.c | 67 +-
1960 fs/proc/base.c | 193 +-
1961 fs/proc/cmdline.c | 4 +
1962 fs/proc/devices.c | 4 +
1963 fs/proc/fd.c | 13 +-
1964 fs/proc/generic.c | 64 +
1965 fs/proc/inode.c | 17 +
1966 fs/proc/internal.h | 18 +-
1967 fs/proc/interrupts.c | 4 +
1968 fs/proc/kcore.c | 3 +
1969 fs/proc/proc_net.c | 31 +
1970 fs/proc/proc_sysctl.c | 50 +-
1971 fs/proc/root.c | 8 +
1972 fs/proc/stat.c | 69 +-
1973 fs/proc/task_mmu.c | 87 +-
1974 fs/proc/task_nommu.c | 2 +-
1975 fs/readdir.c | 19 +
1976 fs/reiserfs/item_ops.c | 24 +-
1977 fs/reiserfs/super.c | 4 +
1978 fs/select.c | 2 +
1979 fs/seq_file.c | 31 +-
1980 fs/stat.c | 20 +-
1981 fs/sysfs/dir.c | 30 +-
1982 fs/utimes.c | 8 +
1983 fs/xattr.c | 26 +-
1984 fs/xfs/xfs_ioctl.c | 6 +
1985 grsecurity/Kconfig | 1205 ++++
1986 grsecurity/Makefile | 54 +
1987 grsecurity/gracl.c | 2773 +++++++++
1988 grsecurity/gracl_alloc.c | 105 +
1989 grsecurity/gracl_cap.c | 96 +
1990 grsecurity/gracl_compat.c | 269 +
1991 grsecurity/gracl_fs.c | 448 ++
1992 grsecurity/gracl_ip.c | 387 ++
1993 grsecurity/gracl_learn.c | 209 +
1994 grsecurity/gracl_policy.c | 1784 ++++++
1995 grsecurity/gracl_res.c | 74 +
1996 grsecurity/gracl_segv.c | 306 +
1997 grsecurity/gracl_shm.c | 40 +
1998 grsecurity/grsec_chdir.c | 19 +
1999 grsecurity/grsec_chroot.c | 506 ++
2000 grsecurity/grsec_disabled.c | 445 ++
2001 grsecurity/grsec_exec.c | 188 +
2002 grsecurity/grsec_fifo.c | 26 +
2003 grsecurity/grsec_fork.c | 23 +
2004 grsecurity/grsec_init.c | 294 +
2005 grsecurity/grsec_ipc.c | 48 +
2006 grsecurity/grsec_link.c | 65 +
2007 grsecurity/grsec_log.c | 340 +
2008 grsecurity/grsec_mem.c | 48 +
2009 grsecurity/grsec_mount.c | 65 +
2010 grsecurity/grsec_pax.c | 47 +
2011 grsecurity/grsec_proc.c | 20 +
2012 grsecurity/grsec_ptrace.c | 30 +
2013 grsecurity/grsec_sig.c | 248 +
2014 grsecurity/grsec_sock.c | 244 +
2015 grsecurity/grsec_sysctl.c | 497 ++
2016 grsecurity/grsec_time.c | 16 +
2017 grsecurity/grsec_tpe.c | 78 +
2018 grsecurity/grsec_tty.c | 18 +
2019 grsecurity/grsec_usb.c | 15 +
2020 grsecurity/grsum.c | 56 +
2021 include/linux/binfmts.h | 5 +-
2022 include/linux/capability.h | 8 +
2023 include/linux/cdev.h | 2 +-
2024 include/linux/compiler-gcc.h | 5 +
2025 include/linux/compiler.h | 8 +
2026 include/linux/cred.h | 8 +-
2027 include/linux/dcache.h | 5 +-
2028 include/linux/debugfs.h | 2 +-
2029 include/linux/fs.h | 26 +-
2030 include/linux/fs_struct.h | 2 +-
2031 include/linux/fsnotify.h | 6 +
2032 include/linux/gracl.h | 342 ++
2033 include/linux/gracl_compat.h | 156 +
2034 include/linux/gralloc.h | 9 +
2035 include/linux/grdefs.h | 140 +
2036 include/linux/grinternal.h | 231 +
2037 include/linux/grmsg.h | 120 +
2038 include/linux/grsecurity.h | 259 +
2039 include/linux/grsock.h | 19 +
2040 include/linux/ipc.h | 2 +-
2041 include/linux/ipc_namespace.h | 2 +-
2042 include/linux/kallsyms.h | 18 +-
2043 include/linux/key-type.h | 4 +-
2044 include/linux/kmod.h | 7 +-
2045 include/linux/kobject.h | 2 +-
2046 include/linux/lsm_hooks.h | 4 +-
2047 include/linux/mm.h | 12 +
2048 include/linux/mm_types.h | 4 +-
2049 include/linux/module.h | 5 +-
2050 include/linux/mount.h | 2 +-
2051 include/linux/msg.h | 2 +-
2052 include/linux/netfilter/xt_gradm.h | 9 +
2053 include/linux/path.h | 4 +-
2054 include/linux/perf_event.h | 13 +-
2055 include/linux/pid_namespace.h | 2 +-
2056 include/linux/printk.h | 3 +-
2057 include/linux/proc_fs.h | 22 +-
2058 include/linux/proc_ns.h | 2 +-
2059 include/linux/rbtree_augmented.h | 4 +-
2060 include/linux/scatterlist.h | 12 +-
2061 include/linux/sched.h | 133 +-
2062 include/linux/security.h | 1 +
2063 include/linux/sem.h | 2 +-
2064 include/linux/seq_file.h | 5 +
2065 include/linux/shm.h | 6 +-
2066 include/linux/skbuff.h | 3 +
2067 include/linux/slab.h | 9 -
2068 include/linux/sysctl.h | 8 +-
2069 include/linux/tty.h | 2 +-
2070 include/linux/tty_driver.h | 4 +-
2071 include/linux/uidgid.h | 6 +
2072 include/linux/user_namespace.h | 2 +-
2073 include/linux/utsname.h | 2 +-
2074 include/linux/vermagic.h | 16 +-
2075 include/linux/vmalloc.h | 11 +
2076 include/net/af_unix.h | 2 +-
2077 include/net/ip.h | 2 +-
2078 include/net/neighbour.h | 2 +-
2079 include/net/net_namespace.h | 2 +-
2080 include/net/sock.h | 2 +-
2081 include/trace/events/fs.h | 53 +
2082 init/Kconfig | 7 +-
2083 init/main.c | 37 +
2084 ipc/mqueue.c | 1 +
2085 ipc/msg.c | 3 +-
2086 ipc/msgutil.c | 4 +-
2087 ipc/sem.c | 3 +-
2088 ipc/shm.c | 26 +-
2089 ipc/util.c | 6 +
2090 kernel/bpf/syscall.c | 10 +-
2091 kernel/capability.c | 31 +-
2092 kernel/cgroup.c | 5 +-
2093 kernel/compat.c | 1 +
2094 kernel/configs.c | 11 +
2095 kernel/cred.c | 112 +-
2096 kernel/events/core.c | 14 +-
2097 kernel/exit.c | 7 +
2098 kernel/fork.c | 93 +-
2099 kernel/futex.c | 4 +-
2100 kernel/kallsyms.c | 9 +
2101 kernel/kcmp.c | 4 +
2102 kernel/kexec_core.c | 2 +-
2103 kernel/kmod.c | 96 +-
2104 kernel/kprobes.c | 9 +-
2105 kernel/ksysfs.c | 2 +
2106 kernel/locking/lockdep_proc.c | 10 +-
2107 kernel/module.c | 108 +-
2108 kernel/panic.c | 6 +-
2109 kernel/pid.c | 18 +-
2110 kernel/power/Kconfig | 1 +
2111 kernel/power/snapshot.c | 20 +
2112 kernel/printk/printk.c | 7 +-
2113 kernel/ptrace.c | 50 +-
2114 kernel/resource.c | 10 +
2115 kernel/sched/core.c | 16 +-
2116 kernel/sched/debug.c | 4 +
2117 kernel/signal.c | 37 +-
2118 kernel/sys.c | 64 +-
2119 kernel/sysctl.c | 174 +-
2120 kernel/taskstats.c | 6 +
2121 kernel/time/posix-timers.c | 8 +
2122 kernel/time/time.c | 5 +
2123 kernel/time/timekeeping.c | 3 +
2124 kernel/time/timer_list.c | 13 +-
2125 kernel/time/timer_stats.c | 10 +-
2126 kernel/trace/Kconfig | 6 +
2127 kernel/trace/trace_syscalls.c | 8 +
2128 kernel/user_namespace.c | 15 +
2129 lib/Kconfig.debug | 11 +-
2130 lib/is_single_threaded.c | 3 +
2131 lib/list_debug.c | 65 +-
2132 lib/nlattr.c | 2 +
2133 lib/rbtree.c | 4 +-
2134 lib/vsprintf.c | 42 +-
2135 localversion-grsec | 1 +
2136 mm/Kconfig | 8 +-
2137 mm/Kconfig.debug | 1 +
2138 mm/filemap.c | 1 +
2139 mm/kmemleak.c | 4 +-
2140 mm/memory.c | 2 +-
2141 mm/mempolicy.c | 12 +-
2142 mm/migrate.c | 3 +-
2143 mm/mlock.c | 9 +
2144 mm/mmap.c | 116 +-
2145 mm/mprotect.c | 8 +
2146 mm/page_alloc.c | 2 +-
2147 mm/process_vm_access.c | 6 +
2148 mm/shmem.c | 2 +-
2149 mm/slab.c | 14 +-
2150 mm/slab_common.c | 2 +-
2151 mm/slob.c | 12 +
2152 mm/slub.c | 53 +-
2153 mm/usercopy.c | 2 -
2154 mm/util.c | 3 +
2155 mm/vmalloc.c | 94 +-
2156 mm/vmstat.c | 29 +-
2157 net/appletalk/atalk_proc.c | 2 +-
2158 net/atm/lec.c | 6 +-
2159 net/atm/mpoa_caches.c | 43 +-
2160 net/can/bcm.c | 2 +-
2161 net/can/proc.c | 2 +-
2162 net/core/dev_ioctl.c | 7 +-
2163 net/core/filter.c | 8 +-
2164 net/core/net-procfs.c | 17 +-
2165 net/core/pktgen.c | 2 +-
2166 net/core/sock.c | 23 +-
2167 net/core/sysctl_net_core.c | 2 +-
2168 net/decnet/dn_dev.c | 2 +-
2169 net/ipv4/devinet.c | 6 +-
2170 net/ipv4/inet_hashtables.c | 6 +
2171 net/ipv4/ip_input.c | 7 +
2172 net/ipv4/ip_vti.c | 2 +-
2173 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
2174 net/ipv4/route.c | 6 +-
2175 net/ipv4/tcp_input.c | 6 +-
2176 net/ipv4/tcp_ipv4.c | 24 +-
2177 net/ipv4/tcp_minisocks.c | 9 +-
2178 net/ipv4/tcp_timer.c | 11 +
2179 net/ipv4/udp.c | 23 +
2180 net/ipv6/addrconf.c | 13 +-
2181 net/ipv6/proc.c | 2 +-
2182 net/ipv6/tcp_ipv6.c | 23 +-
2183 net/ipv6/udp.c | 7 +
2184 net/ipx/ipx_proc.c | 2 +-
2185 net/irda/irproc.c | 2 +-
2186 net/llc/llc_proc.c | 2 +-
2187 net/netfilter/Kconfig | 10 +
2188 net/netfilter/Makefile | 1 +
2189 net/netfilter/xt_gradm.c | 51 +
2190 net/netfilter/xt_hashlimit.c | 4 +-
2191 net/netfilter/xt_recent.c | 2 +-
2192 net/socket.c | 75 +-
2193 net/sunrpc/Kconfig | 1 +
2194 net/sunrpc/cache.c | 2 +-
2195 net/sunrpc/stats.c | 2 +-
2196 net/unix/af_unix.c | 53 +-
2197 net/vmw_vsock/vmci_transport_notify.c | 30 +-
2198 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
2199 net/x25/sysctl_net_x25.c | 2 +-
2200 net/x25/x25_proc.c | 2 +-
2201 scripts/Makefile.gcc-plugins | 5 +
2202 scripts/gcc-plugins/.gitignore | 1 +
2203 scripts/gcc-plugins/Makefile | 10 +
2204 scripts/gcc-plugins/gen-random-seed.sh | 8 +
2205 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
2206 .../gcc-plugins/size_overflow_plugin/.gitignore | 5 +-
2207 scripts/package/Makefile | 2 +-
2208 scripts/package/mkspec | 41 +-
2209 security/Kconfig | 314 +-
2210 security/apparmor/file.c | 4 +-
2211 security/apparmor/lsm.c | 6 +-
2212 security/commoncap.c | 29 +
2213 security/keys/internal.h | 2 +-
2214 security/tomoyo/file.c | 12 +-
2215 security/tomoyo/mount.c | 4 +
2216 security/tomoyo/tomoyo.c | 20 +-
2217 security/yama/Kconfig | 2 +-
2218 sound/synth/emux/emux_seq.c | 14 +-
2219 sound/usb/line6/driver.c | 40 +-
2220 sound/usb/line6/toneport.c | 12 +-
2221 475 files changed, 32298 insertions(+), 3053 deletions(-)
2222
2223commit 863a7358ccafaadba7ca6d6c7b9dec8232aef6fd
2224Author: Brad Spengler <spender@grsecurity.net>
2225Date: Tue Nov 8 18:33:39 2016 -0500
2226
2227 Initial import of pax-linux-4.8.6-test1.patch
2228
2229 Documentation/dontdiff | 49 +-
2230 Documentation/kbuild/makefiles.txt | 39 +-
2231 Documentation/kernel-parameters.txt | 33 +
2232 Makefile | 13 +-
2233 arch/Kconfig | 2 +-
2234 arch/alpha/include/asm/atomic.h | 10 +
2235 arch/alpha/include/asm/elf.h | 7 +
2236 arch/alpha/include/asm/pgalloc.h | 6 +
2237 arch/alpha/include/asm/pgtable.h | 11 +
2238 arch/alpha/kernel/module.c | 2 +-
2239 arch/alpha/kernel/osf_sys.c | 8 +-
2240 arch/alpha/mm/fault.c | 141 +-
2241 arch/arm/Kconfig | 5 +-
2242 arch/arm/boot/compressed/Makefile | 2 +
2243 arch/arm/crypto/sha1_glue.c | 12 +-
2244 arch/arm/crypto/sha1_neon_glue.c | 10 +-
2245 arch/arm/crypto/sha256_glue.c | 13 +-
2246 arch/arm/crypto/sha256_neon_glue.c | 13 +-
2247 arch/arm/crypto/sha512-glue.c | 11 +-
2248 arch/arm/crypto/sha512-neon-glue.c | 11 +-
2249 arch/arm/include/asm/atomic.h | 306 +-
2250 arch/arm/include/asm/cache.h | 4 +-
2251 arch/arm/include/asm/cacheflush.h | 2 +-
2252 arch/arm/include/asm/checksum.h | 14 +-
2253 arch/arm/include/asm/cmpxchg.h | 5 +
2254 arch/arm/include/asm/cpuidle.h | 2 +-
2255 arch/arm/include/asm/domain.h | 43 +-
2256 arch/arm/include/asm/elf.h | 9 +-
2257 arch/arm/include/asm/fncpy.h | 2 +
2258 arch/arm/include/asm/futex.h | 1 +
2259 arch/arm/include/asm/kmap_types.h | 2 +-
2260 arch/arm/include/asm/mach/dma.h | 2 +-
2261 arch/arm/include/asm/mach/map.h | 16 +-
2262 arch/arm/include/asm/outercache.h | 2 +-
2263 arch/arm/include/asm/page.h | 3 +-
2264 arch/arm/include/asm/pgalloc.h | 20 +
2265 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
2266 arch/arm/include/asm/pgtable-2level.h | 3 +
2267 arch/arm/include/asm/pgtable-3level.h | 3 +
2268 arch/arm/include/asm/pgtable.h | 54 +-
2269 arch/arm/include/asm/smp.h | 2 +-
2270 arch/arm/include/asm/string.h | 10 +-
2271 arch/arm/include/asm/thread_info.h | 3 +
2272 arch/arm/include/asm/timex.h | 1 +
2273 arch/arm/include/asm/tls.h | 3 +
2274 arch/arm/include/asm/uaccess.h | 102 +-
2275 arch/arm/include/uapi/asm/ptrace.h | 2 +-
2276 arch/arm/kernel/armksyms.c | 2 +-
2277 arch/arm/kernel/cpuidle.c | 2 +-
2278 arch/arm/kernel/efi.c | 4 +-
2279 arch/arm/kernel/entry-armv.S | 109 +-
2280 arch/arm/kernel/entry-common.S | 40 +-
2281 arch/arm/kernel/entry-header.S | 55 +
2282 arch/arm/kernel/fiq.c | 3 +
2283 arch/arm/kernel/module-plts.c | 7 +-
2284 arch/arm/kernel/module.c | 38 +-
2285 arch/arm/kernel/patch.c | 2 +
2286 arch/arm/kernel/process.c | 86 +-
2287 arch/arm/kernel/reboot.c | 1 +
2288 arch/arm/kernel/setup.c | 20 +-
2289 arch/arm/kernel/signal.c | 35 +-
2290 arch/arm/kernel/smp.c | 2 +-
2291 arch/arm/kernel/tcm.c | 4 +-
2292 arch/arm/kernel/vmlinux.lds.S | 3 +-
2293 arch/arm/kvm/arm.c | 8 +-
2294 arch/arm/lib/copy_page.S | 1 +
2295 arch/arm/lib/csumpartialcopyuser.S | 4 +-
2296 arch/arm/lib/delay.c | 2 +-
2297 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
2298 arch/arm/mach-exynos/suspend.c | 6 +-
2299 arch/arm/mach-mmp/mmp2.c | 4 +-
2300 arch/arm/mach-mmp/pxa910.c | 4 +-
2301 arch/arm/mach-mvebu/coherency.c | 6 +-
2302 arch/arm/mach-mvebu/pmsu.c | 2 +-
2303 arch/arm/mach-omap2/board-n8x0.c | 2 +-
2304 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
2305 arch/arm/mach-omap2/omap-smp.c | 1 +
2306 arch/arm/mach-omap2/omap_device.c | 4 +-
2307 arch/arm/mach-omap2/omap_device.h | 4 +-
2308 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
2309 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
2310 arch/arm/mach-omap2/wd_timer.c | 6 +-
2311 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
2312 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
2313 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
2314 arch/arm/mach-tegra/irq.c | 1 +
2315 arch/arm/mach-ux500/pm.c | 1 +
2316 arch/arm/mach-zynq/platsmp.c | 1 +
2317 arch/arm/mm/Kconfig | 6 +-
2318 arch/arm/mm/alignment.c | 24 +-
2319 arch/arm/mm/cache-l2x0.c | 2 +-
2320 arch/arm/mm/context.c | 10 +-
2321 arch/arm/mm/fault.c | 160 +
2322 arch/arm/mm/fault.h | 12 +
2323 arch/arm/mm/init.c | 39 +
2324 arch/arm/mm/ioremap.c | 4 +-
2325 arch/arm/mm/mmap.c | 36 +-
2326 arch/arm/mm/mmu.c | 162 +-
2327 arch/arm/net/bpf_jit_32.c | 3 +
2328 arch/arm/plat-iop/setup.c | 2 +-
2329 arch/arm/plat-omap/sram.c | 2 +
2330 arch/arm64/Kconfig | 1 +
2331 arch/arm64/crypto/sha1-ce-glue.c | 12 +-
2332 arch/arm64/include/asm/atomic.h | 13 +
2333 arch/arm64/include/asm/cache.h | 4 +-
2334 arch/arm64/include/asm/percpu.h | 8 +-
2335 arch/arm64/include/asm/pgalloc.h | 10 +
2336 arch/arm64/include/asm/pgtable.h | 3 +
2337 arch/arm64/include/asm/processor.h | 7 +
2338 arch/arm64/include/asm/string.h | 24 +-
2339 arch/arm64/include/asm/uaccess.h | 10 +
2340 arch/arm64/kernel/hibernate.c | 14 +-
2341 arch/arm64/kernel/probes/decode-insn.c | 4 +-
2342 arch/arm64/kernel/process.c | 9 +-
2343 arch/arm64/kernel/stacktrace.c | 4 +-
2344 arch/arm64/kernel/traps.c | 2 +-
2345 arch/avr32/include/asm/elf.h | 8 +-
2346 arch/avr32/include/asm/kmap_types.h | 4 +-
2347 arch/avr32/mm/fault.c | 27 +
2348 arch/frv/include/asm/atomic.h | 10 +
2349 arch/frv/include/asm/kmap_types.h | 2 +-
2350 arch/frv/mm/elf-fdpic.c | 3 +-
2351 arch/ia64/Makefile | 1 +
2352 arch/ia64/include/asm/atomic.h | 10 +
2353 arch/ia64/include/asm/elf.h | 7 +
2354 arch/ia64/include/asm/pgalloc.h | 12 +
2355 arch/ia64/include/asm/pgtable.h | 13 +-
2356 arch/ia64/include/asm/spinlock.h | 2 +-
2357 arch/ia64/include/asm/uaccess.h | 27 +-
2358 arch/ia64/kernel/module.c | 20 +-
2359 arch/ia64/kernel/palinfo.c | 2 +-
2360 arch/ia64/kernel/sys_ia64.c | 7 +
2361 arch/ia64/kernel/vmlinux.lds.S | 2 +-
2362 arch/ia64/mm/fault.c | 32 +-
2363 arch/ia64/mm/init.c | 15 +-
2364 arch/m32r/lib/usercopy.c | 6 +
2365 arch/mips/Kbuild | 2 +-
2366 arch/mips/Kconfig | 3 +-
2367 arch/mips/include/asm/atomic.h | 387 +-
2368 arch/mips/include/asm/cache.h | 3 +-
2369 arch/mips/include/asm/elf.h | 7 +
2370 arch/mips/include/asm/exec.h | 2 +-
2371 arch/mips/include/asm/hw_irq.h | 2 +-
2372 arch/mips/include/asm/irq.h | 1 -
2373 arch/mips/include/asm/local.h | 57 +
2374 arch/mips/include/asm/page.h | 2 +-
2375 arch/mips/include/asm/pgalloc.h | 5 +
2376 arch/mips/include/asm/pgtable.h | 3 +
2377 arch/mips/include/asm/uaccess.h | 1 +
2378 arch/mips/kernel/binfmt_elfn32.c | 7 +
2379 arch/mips/kernel/binfmt_elfo32.c | 7 +
2380 arch/mips/kernel/irq-gt641xx.c | 2 +-
2381 arch/mips/kernel/irq.c | 6 +-
2382 arch/mips/kernel/pm-cps.c | 2 +-
2383 arch/mips/kernel/process.c | 12 -
2384 arch/mips/kernel/sync-r4k.c | 24 +-
2385 arch/mips/kernel/traps.c | 13 +-
2386 arch/mips/lib/ashldi3.c | 21 +-
2387 arch/mips/lib/ashrdi3.c | 19 +-
2388 arch/mips/lib/libgcc.h | 12 +-
2389 arch/mips/mm/fault.c | 25 +
2390 arch/mips/mm/init.c | 4 +-
2391 arch/mips/mm/mmap.c | 24 +-
2392 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
2393 arch/mips/sni/rm200.c | 2 +-
2394 arch/mips/vr41xx/common/icu.c | 2 +-
2395 arch/mips/vr41xx/common/irq.c | 4 +-
2396 arch/parisc/include/asm/atomic.h | 10 +
2397 arch/parisc/include/asm/elf.h | 7 +
2398 arch/parisc/include/asm/pgalloc.h | 6 +
2399 arch/parisc/include/asm/pgtable.h | 11 +
2400 arch/parisc/include/asm/uaccess.h | 6 +-
2401 arch/parisc/kernel/module.c | 26 +-
2402 arch/parisc/kernel/sys_parisc.c | 15 +
2403 arch/parisc/kernel/traps.c | 4 +-
2404 arch/parisc/mm/fault.c | 140 +-
2405 arch/powerpc/Kconfig | 1 +
2406 arch/powerpc/include/asm/atomic.h | 306 +-
2407 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
2408 arch/powerpc/include/asm/book3s/32/pgtable.h | 2 +-
2409 arch/powerpc/include/asm/book3s/64/pgalloc.h | 10 +
2410 arch/powerpc/include/asm/cache.h | 4 +-
2411 arch/powerpc/include/asm/elf.h | 12 +
2412 arch/powerpc/include/asm/exec.h | 2 +-
2413 arch/powerpc/include/asm/kmap_types.h | 2 +-
2414 arch/powerpc/include/asm/local.h | 46 +
2415 arch/powerpc/include/asm/mman.h | 2 +-
2416 arch/powerpc/include/asm/nohash/64/pgalloc.h | 7 +
2417 arch/powerpc/include/asm/page.h | 8 +-
2418 arch/powerpc/include/asm/page_64.h | 7 +-
2419 arch/powerpc/include/asm/pgtable.h | 1 +
2420 arch/powerpc/include/asm/pte-common.h | 30 +-
2421 arch/powerpc/include/asm/reg.h | 1 +
2422 arch/powerpc/include/asm/smp.h | 2 +-
2423 arch/powerpc/include/asm/spinlock.h | 43 +-
2424 arch/powerpc/include/asm/string.h | 20 +-
2425 arch/powerpc/include/asm/uaccess.h | 102 +-
2426 arch/powerpc/kernel/Makefile | 5 +
2427 arch/powerpc/kernel/exceptions-64e.S | 4 +-
2428 arch/powerpc/kernel/exceptions-64s.S | 2 +-
2429 arch/powerpc/kernel/module_32.c | 15 +-
2430 arch/powerpc/kernel/process.c | 7 -
2431 arch/powerpc/kernel/signal_32.c | 2 +-
2432 arch/powerpc/kernel/signal_64.c | 2 +-
2433 arch/powerpc/kernel/traps.c | 21 +
2434 arch/powerpc/kernel/vdso.c | 5 +-
2435 arch/powerpc/lib/usercopy_64.c | 18 -
2436 arch/powerpc/mm/fault.c | 56 +-
2437 arch/powerpc/mm/mmap.c | 16 +
2438 arch/powerpc/mm/slice.c | 21 +-
2439 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
2440 arch/s390/include/asm/atomic.h | 10 +
2441 arch/s390/include/asm/elf.h | 7 +
2442 arch/s390/include/asm/exec.h | 2 +-
2443 arch/s390/include/asm/uaccess.h | 13 +-
2444 arch/s390/kernel/module.c | 22 +-
2445 arch/s390/kernel/process.c | 7 -
2446 arch/s390/mm/mmap.c | 22 +-
2447 arch/score/include/asm/exec.h | 2 +-
2448 arch/score/kernel/process.c | 5 -
2449 arch/sh/mm/mmap.c | 28 +-
2450 arch/sparc/Kconfig | 1 +
2451 arch/sparc/include/asm/atomic_64.h | 116 +-
2452 arch/sparc/include/asm/cache.h | 4 +-
2453 arch/sparc/include/asm/elf_32.h | 7 +
2454 arch/sparc/include/asm/elf_64.h | 7 +
2455 arch/sparc/include/asm/pgalloc_32.h | 1 +
2456 arch/sparc/include/asm/pgalloc_64.h | 2 +
2457 arch/sparc/include/asm/pgtable.h | 4 +
2458 arch/sparc/include/asm/pgtable_32.h | 15 +-
2459 arch/sparc/include/asm/pgtsrmmu.h | 5 +
2460 arch/sparc/include/asm/setup.h | 4 +-
2461 arch/sparc/include/asm/spinlock_64.h | 35 +-
2462 arch/sparc/include/asm/thread_info_32.h | 1 +
2463 arch/sparc/include/asm/thread_info_64.h | 2 +
2464 arch/sparc/include/asm/uaccess.h | 1 +
2465 arch/sparc/include/asm/uaccess_32.h | 13 +
2466 arch/sparc/include/asm/uaccess_64.h | 12 +
2467 arch/sparc/kernel/Makefile | 2 +-
2468 arch/sparc/kernel/prom_common.c | 2 +-
2469 arch/sparc/kernel/smp_64.c | 8 +-
2470 arch/sparc/kernel/sys_sparc_32.c | 2 +-
2471 arch/sparc/kernel/sys_sparc_64.c | 58 +-
2472 arch/sparc/kernel/traps_64.c | 27 +-
2473 arch/sparc/lib/Makefile | 2 +-
2474 arch/sparc/lib/atomic_64.S | 57 +-
2475 arch/sparc/lib/ksyms.c | 6 +-
2476 arch/sparc/mm/Makefile | 2 +-
2477 arch/sparc/mm/fault_32.c | 292 +
2478 arch/sparc/mm/fault_64.c | 486 +
2479 arch/sparc/mm/hugetlbpage.c | 30 +-
2480 arch/sparc/mm/init_64.c | 10 +-
2481 arch/tile/include/asm/atomic_64.h | 10 +
2482 arch/tile/include/asm/uaccess.h | 4 +-
2483 arch/um/Makefile | 2 +
2484 arch/um/include/asm/cache.h | 3 +-
2485 arch/um/include/asm/kmap_types.h | 2 +-
2486 arch/um/include/asm/page.h | 3 +
2487 arch/um/include/asm/pgtable-3level.h | 1 +
2488 arch/um/kernel/process.c | 16 -
2489 arch/x86/Kconfig | 35 +-
2490 arch/x86/Kconfig.cpu | 6 +-
2491 arch/x86/Kconfig.debug | 3 +-
2492 arch/x86/Makefile | 13 +-
2493 arch/x86/boot/bitops.h | 4 +-
2494 arch/x86/boot/boot.h | 2 +-
2495 arch/x86/boot/compressed/Makefile | 17 +
2496 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
2497 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
2498 arch/x86/boot/compressed/head_32.S | 4 +-
2499 arch/x86/boot/compressed/head_64.S | 12 +-
2500 arch/x86/boot/compressed/misc.c | 21 +-
2501 arch/x86/boot/compressed/pagetable.c | 1 +
2502 arch/x86/boot/cpucheck.c | 16 +-
2503 arch/x86/boot/header.S | 7 +-
2504 arch/x86/boot/memory.c | 2 +-
2505 arch/x86/boot/video-vesa.c | 1 +
2506 arch/x86/boot/video.c | 2 +-
2507 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
2508 arch/x86/crypto/aesni-intel_asm.S | 116 +-
2509 arch/x86/crypto/aesni-intel_glue.c | 4 +-
2510 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
2511 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
2512 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
2513 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
2514 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
2515 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
2516 arch/x86/crypto/camellia_glue.c | 8 +-
2517 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
2518 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
2519 arch/x86/crypto/cast6_avx_glue.c | 16 +-
2520 arch/x86/crypto/crc32-pclmul_asm.S | 19 +-
2521 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
2522 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
2523 arch/x86/crypto/glue_helper.c | 2 +-
2524 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
2525 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
2526 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
2527 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
2528 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
2529 arch/x86/crypto/serpent_avx_glue.c | 18 +-
2530 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
2531 arch/x86/crypto/sha1-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
2532 arch/x86/crypto/sha1-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
2533 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
2534 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
2535 arch/x86/crypto/sha256-avx-asm.S | 5 +-
2536 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
2537 .../crypto/sha256-mb/sha256_mb_mgr_flush_avx2.S | 4 +-
2538 .../crypto/sha256-mb/sha256_mb_mgr_submit_avx2.S | 2 +-
2539 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
2540 arch/x86/crypto/sha256_ni_asm.S | 2 +-
2541 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
2542 arch/x86/crypto/sha512-avx-asm.S | 5 +-
2543 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
2544 .../crypto/sha512-mb/sha512_mb_mgr_flush_avx2.S | 4 +-
2545 .../crypto/sha512-mb/sha512_mb_mgr_submit_avx2.S | 2 +-
2546 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
2547 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
2548 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
2549 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
2550 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
2551 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
2552 arch/x86/crypto/twofish_avx_glue.c | 21 +-
2553 arch/x86/crypto/twofish_glue.c | 4 +-
2554 arch/x86/crypto/twofish_glue_3way.c | 12 +-
2555 arch/x86/entry/Makefile | 2 +
2556 arch/x86/entry/calling.h | 86 +-
2557 arch/x86/entry/common.c | 89 +-
2558 arch/x86/entry/entry_32.S | 343 +-
2559 arch/x86/entry/entry_64.S | 611 +-
2560 arch/x86/entry/entry_64_compat.S | 110 +-
2561 arch/x86/entry/thunk_64.S | 2 +
2562 arch/x86/entry/vdso/Makefile | 2 +-
2563 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
2564 arch/x86/entry/vdso/vdso2c.h | 4 +-
2565 arch/x86/entry/vdso/vma.c | 44 +-
2566 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
2567 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-
2568 arch/x86/events/amd/iommu.c | 8 +-
2569 arch/x86/events/core.c | 8 +-
2570 arch/x86/events/intel/core.c | 34 +-
2571 arch/x86/events/intel/cqm.c | 14 +-
2572 arch/x86/events/intel/cstate.c | 6 +-
2573 arch/x86/events/intel/ds.c | 7 +-
2574 arch/x86/events/intel/lbr.c | 4 +-
2575 arch/x86/events/intel/pt.c | 38 +-
2576 arch/x86/events/intel/rapl.c | 8 +-
2577 arch/x86/events/intel/uncore.c | 6 +-
2578 arch/x86/events/intel/uncore.h | 14 +-
2579 arch/x86/events/perf_event.h | 2 +-
2580 arch/x86/ia32/ia32_signal.c | 23 +-
2581 arch/x86/ia32/sys_ia32.c | 42 +-
2582 arch/x86/include/asm/alternative-asm.h | 64 +-
2583 arch/x86/include/asm/alternative.h | 34 +-
2584 arch/x86/include/asm/apic.h | 2 +-
2585 arch/x86/include/asm/apm.h | 4 +-
2586 arch/x86/include/asm/asm.h | 24 -
2587 arch/x86/include/asm/atomic.h | 272 +-
2588 arch/x86/include/asm/atomic64_32.h | 133 +-
2589 arch/x86/include/asm/atomic64_64.h | 144 +-
2590 arch/x86/include/asm/bitops.h | 18 +-
2591 arch/x86/include/asm/boot.h | 2 +-
2592 arch/x86/include/asm/cache.h | 4 +-
2593 arch/x86/include/asm/checksum_32.h | 12 +-
2594 arch/x86/include/asm/cmpxchg.h | 33 +
2595 arch/x86/include/asm/compat.h | 4 +
2596 arch/x86/include/asm/cpufeature.h | 2 +-
2597 arch/x86/include/asm/cpufeatures.h | 5 +-
2598 arch/x86/include/asm/crypto/camellia.h | 30 +-
2599 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
2600 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
2601 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
2602 arch/x86/include/asm/crypto/twofish.h | 10 +-
2603 arch/x86/include/asm/desc.h | 78 +-
2604 arch/x86/include/asm/desc_defs.h | 6 +
2605 arch/x86/include/asm/div64.h | 2 +-
2606 arch/x86/include/asm/dma.h | 2 +
2607 arch/x86/include/asm/efi.h | 5 +
2608 arch/x86/include/asm/elf.h | 33 +-
2609 arch/x86/include/asm/emergency-restart.h | 2 +-
2610 arch/x86/include/asm/fixmap.h | 2 +-
2611 arch/x86/include/asm/fpu/internal.h | 45 +-
2612 arch/x86/include/asm/fpu/types.h | 5 +-
2613 arch/x86/include/asm/fpu/xstate.h | 1 +
2614 arch/x86/include/asm/futex.h | 24 +-
2615 arch/x86/include/asm/hw_irq.h | 4 +-
2616 arch/x86/include/asm/hypervisor.h | 2 +-
2617 arch/x86/include/asm/i8259.h | 2 +-
2618 arch/x86/include/asm/io.h | 22 +-
2619 arch/x86/include/asm/irq_vectors.h | 2 +
2620 arch/x86/include/asm/irqflags.h | 5 +
2621 arch/x86/include/asm/kprobes.h | 2 +-
2622 arch/x86/include/asm/kvm_emulate.h | 7 +-
2623 arch/x86/include/asm/local.h | 75 +-
2624 arch/x86/include/asm/mce.h | 2 +-
2625 arch/x86/include/asm/mman.h | 15 +
2626 arch/x86/include/asm/mmu.h | 14 +-
2627 arch/x86/include/asm/mmu_context.h | 33 +-
2628 arch/x86/include/asm/module.h | 23 +-
2629 arch/x86/include/asm/nmi.h | 19 +-
2630 arch/x86/include/asm/page.h | 2 +
2631 arch/x86/include/asm/page_32.h | 12 +-
2632 arch/x86/include/asm/page_64.h | 14 +-
2633 arch/x86/include/asm/paravirt.h | 46 +-
2634 arch/x86/include/asm/paravirt_types.h | 13 +-
2635 arch/x86/include/asm/pgalloc.h | 23 +
2636 arch/x86/include/asm/pgtable-2level.h | 2 +
2637 arch/x86/include/asm/pgtable-3level.h | 7 +
2638 arch/x86/include/asm/pgtable.h | 128 +-
2639 arch/x86/include/asm/pgtable_32.h | 14 +-
2640 arch/x86/include/asm/pgtable_32_types.h | 24 +-
2641 arch/x86/include/asm/pgtable_64.h | 23 +-
2642 arch/x86/include/asm/pgtable_64_types.h | 5 +
2643 arch/x86/include/asm/pgtable_types.h | 28 +-
2644 arch/x86/include/asm/pmem.h | 2 +-
2645 arch/x86/include/asm/preempt.h | 2 +-
2646 arch/x86/include/asm/processor.h | 69 +-
2647 arch/x86/include/asm/ptrace.h | 13 +-
2648 arch/x86/include/asm/realmode.h | 4 +-
2649 arch/x86/include/asm/reboot.h | 10 +-
2650 arch/x86/include/asm/rmwcc.h | 55 +-
2651 arch/x86/include/asm/rwsem.h | 35 +-
2652 arch/x86/include/asm/segment.h | 27 +-
2653 arch/x86/include/asm/setup.h | 3 +-
2654 arch/x86/include/asm/smap.h | 46 +
2655 arch/x86/include/asm/smp.h | 4 +-
2656 arch/x86/include/asm/stackprotector.h | 4 +-
2657 arch/x86/include/asm/stacktrace.h | 34 +-
2658 arch/x86/include/asm/string_32.h | 24 +-
2659 arch/x86/include/asm/string_64.h | 20 +-
2660 arch/x86/include/asm/switch_to.h | 4 +-
2661 arch/x86/include/asm/sys_ia32.h | 6 +-
2662 arch/x86/include/asm/thread_info.h | 83 +-
2663 arch/x86/include/asm/tlbflush.h | 83 +-
2664 arch/x86/include/asm/trace/fpu.h | 4 +-
2665 arch/x86/include/asm/traps.h | 17 +-
2666 arch/x86/include/asm/uaccess.h | 219 +-
2667 arch/x86/include/asm/uaccess_32.h | 24 +-
2668 arch/x86/include/asm/uaccess_64.h | 166 +-
2669 arch/x86/include/asm/word-at-a-time.h | 2 +-
2670 arch/x86/include/asm/x86_init.h | 8 +-
2671 arch/x86/include/asm/xen/page.h | 2 +-
2672 arch/x86/include/uapi/asm/e820.h | 2 +-
2673 arch/x86/kernel/Makefile | 2 +-
2674 arch/x86/kernel/acpi/boot.c | 4 +-
2675 arch/x86/kernel/acpi/sleep.c | 4 +
2676 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
2677 arch/x86/kernel/alternative.c | 118 +-
2678 arch/x86/kernel/apic/apic.c | 4 +-
2679 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
2680 arch/x86/kernel/apic/apic_noop.c | 2 +-
2681 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
2682 arch/x86/kernel/apic/io_apic.c | 10 +-
2683 arch/x86/kernel/apic/msi.c | 2 +-
2684 arch/x86/kernel/apic/probe_32.c | 4 +-
2685 arch/x86/kernel/apic/vector.c | 2 +
2686 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
2687 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
2688 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
2689 arch/x86/kernel/apm_32.c | 21 +-
2690 arch/x86/kernel/asm-offsets.c | 23 +-
2691 arch/x86/kernel/cpu/Makefile | 4 -
2692 arch/x86/kernel/cpu/amd.c | 2 +-
2693 arch/x86/kernel/cpu/bugs_64.c | 2 +
2694 arch/x86/kernel/cpu/common.c | 206 +-
2695 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
2696 arch/x86/kernel/cpu/mcheck/mce.c | 38 +-
2697 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
2698 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
2699 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
2700 arch/x86/kernel/cpu/mshyperv.c | 2 +-
2701 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
2702 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
2703 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
2704 arch/x86/kernel/cpu/vmware.c | 2 +-
2705 arch/x86/kernel/crash_dump_64.c | 2 +-
2706 arch/x86/kernel/doublefault.c | 8 +-
2707 arch/x86/kernel/dumpstack.c | 12 +-
2708 arch/x86/kernel/dumpstack_32.c | 23 +-
2709 arch/x86/kernel/dumpstack_64.c | 70 +-
2710 arch/x86/kernel/e820.c | 4 +-
2711 arch/x86/kernel/early_printk.c | 1 +
2712 arch/x86/kernel/espfix_64.c | 44 +-
2713 arch/x86/kernel/fpu/core.c | 31 +-
2714 arch/x86/kernel/fpu/init.c | 49 +-
2715 arch/x86/kernel/fpu/regset.c | 24 +-
2716 arch/x86/kernel/fpu/signal.c | 22 +-
2717 arch/x86/kernel/fpu/xstate.c | 6 +-
2718 arch/x86/kernel/ftrace.c | 18 +-
2719 arch/x86/kernel/head64.c | 14 +-
2720 arch/x86/kernel/head_32.S | 236 +-
2721 arch/x86/kernel/head_64.S | 179 +-
2722 arch/x86/kernel/hpet.c | 2 +-
2723 arch/x86/kernel/i386_ksyms_32.c | 12 +
2724 arch/x86/kernel/i8259.c | 10 +-
2725 arch/x86/kernel/io_delay.c | 2 +-
2726 arch/x86/kernel/ioport.c | 2 +-
2727 arch/x86/kernel/irq.c | 8 +-
2728 arch/x86/kernel/irq_32.c | 43 +-
2729 arch/x86/kernel/jump_label.c | 10 +-
2730 arch/x86/kernel/kgdb.c | 21 +-
2731 arch/x86/kernel/kprobes/core.c | 28 +-
2732 arch/x86/kernel/kprobes/opt.c | 16 +-
2733 arch/x86/kernel/ksysfs.c | 2 +-
2734 arch/x86/kernel/kvm.c | 2 +-
2735 arch/x86/kernel/kvmclock.c | 20 +-
2736 arch/x86/kernel/ldt.c | 25 +
2737 arch/x86/kernel/machine_kexec_32.c | 6 +-
2738 arch/x86/kernel/mcount_64.S | 21 +-
2739 arch/x86/kernel/module.c | 78 +-
2740 arch/x86/kernel/msr.c | 2 +-
2741 arch/x86/kernel/nmi.c | 34 +-
2742 arch/x86/kernel/nmi_selftest.c | 4 +-
2743 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
2744 arch/x86/kernel/paravirt.c | 133 +-
2745 arch/x86/kernel/paravirt_patch_64.c | 8 +
2746 arch/x86/kernel/pci-calgary_64.c | 2 +-
2747 arch/x86/kernel/pci-iommu_table.c | 2 +-
2748 arch/x86/kernel/process.c | 80 +-
2749 arch/x86/kernel/process_32.c | 29 +-
2750 arch/x86/kernel/process_64.c | 14 +-
2751 arch/x86/kernel/ptrace.c | 32 +-
2752 arch/x86/kernel/pvclock.c | 8 +-
2753 arch/x86/kernel/reboot.c | 44 +-
2754 arch/x86/kernel/reboot_fixups_32.c | 2 +-
2755 arch/x86/kernel/relocate_kernel_64.S | 3 +-
2756 arch/x86/kernel/setup.c | 33 +-
2757 arch/x86/kernel/setup_percpu.c | 29 +-
2758 arch/x86/kernel/signal.c | 17 +-
2759 arch/x86/kernel/smp.c | 2 +-
2760 arch/x86/kernel/smpboot.c | 29 +-
2761 arch/x86/kernel/step.c | 6 +-
2762 arch/x86/kernel/sys_i386_32.c | 184 +
2763 arch/x86/kernel/sys_x86_64.c | 28 +-
2764 arch/x86/kernel/tboot.c | 22 +-
2765 arch/x86/kernel/time.c | 8 +-
2766 arch/x86/kernel/tls.c | 7 +-
2767 arch/x86/kernel/tracepoint.c | 4 +-
2768 arch/x86/kernel/traps.c | 102 +-
2769 arch/x86/kernel/tsc.c | 2 +-
2770 arch/x86/kernel/uprobes.c | 4 +-
2771 arch/x86/kernel/vm86_32.c | 6 +-
2772 arch/x86/kernel/vmlinux.lds.S | 144 +-
2773 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
2774 arch/x86/kernel/x86_init.c | 6 +-
2775 arch/x86/kvm/cpuid.c | 21 +-
2776 arch/x86/kvm/emulate.c | 20 +-
2777 arch/x86/kvm/i8259.c | 10 +-
2778 arch/x86/kvm/ioapic.c | 2 +
2779 arch/x86/kvm/lapic.c | 2 +-
2780 arch/x86/kvm/paging_tmpl.h | 2 +-
2781 arch/x86/kvm/svm.c | 10 +-
2782 arch/x86/kvm/vmx.c | 60 +-
2783 arch/x86/kvm/x86.c | 46 +-
2784 arch/x86/lguest/boot.c | 3 +-
2785 arch/x86/lib/Makefile | 4 +
2786 arch/x86/lib/atomic64_386_32.S | 85 +
2787 arch/x86/lib/atomic64_cx8_32.S | 75 +-
2788 arch/x86/lib/checksum_32.S | 99 +-
2789 arch/x86/lib/clear_page_64.S | 3 +
2790 arch/x86/lib/cmpxchg16b_emu.S | 3 +
2791 arch/x86/lib/copy_page_64.S | 14 +-
2792 arch/x86/lib/copy_user_64.S | 108 +-
2793 arch/x86/lib/csum-copy_64.S | 14 +-
2794 arch/x86/lib/csum-wrappers_64.c | 12 +-
2795 arch/x86/lib/getuser.S | 111 +-
2796 arch/x86/lib/insn.c | 8 +-
2797 arch/x86/lib/iomap_copy_64.S | 2 +
2798 arch/x86/lib/memcpy_64.S | 6 +
2799 arch/x86/lib/memmove_64.S | 3 +-
2800 arch/x86/lib/memset_64.S | 3 +
2801 arch/x86/lib/mmx_32.c | 243 +-
2802 arch/x86/lib/msr-reg.S | 2 +
2803 arch/x86/lib/putuser.S | 97 +-
2804 arch/x86/lib/rwsem.S | 4 +
2805 arch/x86/lib/usercopy_32.c | 359 +-
2806 arch/x86/lib/usercopy_64.c | 23 +-
2807 arch/x86/math-emu/fpu_aux.c | 2 +-
2808 arch/x86/math-emu/fpu_entry.c | 4 +-
2809 arch/x86/math-emu/fpu_etc.c | 9 +-
2810 arch/x86/math-emu/fpu_system.h | 2 +-
2811 arch/x86/math-emu/fpu_trig.c | 13 +-
2812 arch/x86/math-emu/reg_constant.c | 7 +-
2813 arch/x86/mm/Makefile | 4 +
2814 arch/x86/mm/dump_pagetables.c | 32 +-
2815 arch/x86/mm/extable.c | 2 +-
2816 arch/x86/mm/fault.c | 571 +-
2817 arch/x86/mm/gup.c | 6 +-
2818 arch/x86/mm/highmem_32.c | 6 +
2819 arch/x86/mm/hugetlbpage.c | 24 +-
2820 arch/x86/mm/init.c | 19 +-
2821 arch/x86/mm/init_32.c | 157 +-
2822 arch/x86/mm/init_64.c | 106 +-
2823 arch/x86/mm/iomap_32.c | 4 +
2824 arch/x86/mm/ioremap.c | 54 +-
2825 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
2826 arch/x86/mm/mmap.c | 46 +-
2827 arch/x86/mm/mmio-mod.c | 10 +-
2828 arch/x86/mm/mpx.c | 6 +-
2829 arch/x86/mm/numa.c | 2 +-
2830 arch/x86/mm/pageattr.c | 38 +-
2831 arch/x86/mm/pat.c | 8 +-
2832 arch/x86/mm/pat_rbtree.c | 2 +-
2833 arch/x86/mm/pf_in.c | 10 +-
2834 arch/x86/mm/pgtable.c | 211 +-
2835 arch/x86/mm/pgtable_32.c | 3 +
2836 arch/x86/mm/setup_nx.c | 7 +
2837 arch/x86/mm/tlb.c | 104 +-
2838 arch/x86/mm/uderef_64.c | 37 +
2839 arch/x86/net/bpf_jit.S | 11 +
2840 arch/x86/net/bpf_jit_comp.c | 13 +-
2841 arch/x86/oprofile/backtrace.c | 6 +-
2842 arch/x86/oprofile/nmi_int.c | 10 +-
2843 arch/x86/oprofile/op_model_amd.c | 8 +-
2844 arch/x86/oprofile/op_model_ppro.c | 7 +-
2845 arch/x86/oprofile/op_x86_model.h | 2 +-
2846 arch/x86/pci/intel_mid_pci.c | 2 +-
2847 arch/x86/pci/irq.c | 8 +-
2848 arch/x86/pci/pcbios.c | 112 +-
2849 arch/x86/pci/vmd.c | 4 +-
2850 arch/x86/platform/efi/efi_32.c | 24 +
2851 arch/x86/platform/efi/efi_64.c | 26 +-
2852 arch/x86/platform/efi/efi_stub_32.S | 64 +-
2853 arch/x86/platform/efi/efi_stub_64.S | 2 +
2854 arch/x86/platform/intel-mid/intel-mid.c | 7 +-
2855 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
2856 arch/x86/platform/intel-mid/mfld.c | 4 +-
2857 arch/x86/platform/intel-mid/mrfld.c | 2 +-
2858 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
2859 arch/x86/platform/olpc/olpc_dt.c | 2 +-
2860 arch/x86/power/cpu.c | 11 +-
2861 arch/x86/realmode/init.c | 10 +-
2862 arch/x86/realmode/rm/header.S | 4 +-
2863 arch/x86/realmode/rm/reboot.S | 4 +
2864 arch/x86/realmode/rm/trampoline_32.S | 12 +-
2865 arch/x86/realmode/rm/trampoline_64.S | 3 +-
2866 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
2867 arch/x86/tools/Makefile | 2 +-
2868 arch/x86/tools/relocs.c | 97 +-
2869 arch/x86/um/mem_32.c | 2 +-
2870 arch/x86/um/tls_32.c | 2 +-
2871 arch/x86/xen/enlighten.c | 56 +-
2872 arch/x86/xen/mmu.c | 31 +-
2873 arch/x86/xen/pmu.c | 1 +
2874 arch/x86/xen/smp.c | 16 +-
2875 arch/x86/xen/xen-asm_32.S | 2 +-
2876 arch/x86/xen/xen-head.S | 12 +
2877 arch/x86/xen/xen-ops.h | 2 -
2878 block/bio.c | 6 +-
2879 block/blk-cgroup.c | 18 +-
2880 block/blk-core.c | 7 +-
2881 block/blk-map.c | 2 +-
2882 block/blk-softirq.c | 2 +-
2883 block/cfq-iosched.c | 4 +-
2884 block/compat_ioctl.c | 4 +-
2885 block/genhd.c | 9 +-
2886 block/partitions/efi.c | 8 +-
2887 block/scsi_ioctl.c | 2 +-
2888 crypto/cast6_generic.c | 6 +-
2889 crypto/cryptd.c | 4 +-
2890 crypto/crypto_user.c | 2 +-
2891 crypto/pcrypt.c | 2 +-
2892 crypto/salsa20_generic.c | 16 +-
2893 crypto/serpent_generic.c | 6 +-
2894 drivers/acpi/ac.c | 2 +-
2895 drivers/acpi/acpi_video.c | 2 +-
2896 drivers/acpi/acpica/acutils.h | 2 +-
2897 drivers/acpi/acpica/dbhistry.c | 2 +-
2898 drivers/acpi/acpica/dbinput.c | 10 +-
2899 drivers/acpi/acpica/dbstats.c | 88 +-
2900 drivers/acpi/acpica/utdebug.c | 2 +-
2901 drivers/acpi/apei/apei-internal.h | 2 +-
2902 drivers/acpi/apei/ghes.c | 10 +-
2903 drivers/acpi/battery.c | 2 +-
2904 drivers/acpi/bgrt.c | 36 +-
2905 drivers/acpi/blacklist.c | 6 +-
2906 drivers/acpi/bus.c | 4 +-
2907 drivers/acpi/button.c | 4 +-
2908 drivers/acpi/device_pm.c | 4 +-
2909 drivers/acpi/ec.c | 6 +-
2910 drivers/acpi/osi.c | 2 +-
2911 drivers/acpi/pci_slot.c | 2 +-
2912 drivers/acpi/processor_idle.c | 4 +-
2913 drivers/acpi/processor_pdc.c | 2 +-
2914 drivers/acpi/sleep.c | 2 +-
2915 drivers/acpi/sysfs.c | 14 +-
2916 drivers/acpi/thermal.c | 2 +-
2917 drivers/acpi/video_detect.c | 7 +-
2918 drivers/android/binder.c | 2 +-
2919 drivers/ata/libata-core.c | 12 +-
2920 drivers/ata/libata-scsi.c | 2 +-
2921 drivers/ata/libata.h | 2 +-
2922 drivers/ata/pata_arasan_cf.c | 4 +-
2923 drivers/atm/adummy.c | 2 +-
2924 drivers/atm/ambassador.c | 8 +-
2925 drivers/atm/atmtcp.c | 14 +-
2926 drivers/atm/eni.c | 10 +-
2927 drivers/atm/firestream.c | 8 +-
2928 drivers/atm/fore200e.c | 14 +-
2929 drivers/atm/he.c | 18 +-
2930 drivers/atm/horizon.c | 4 +-
2931 drivers/atm/idt77252.c | 36 +-
2932 drivers/atm/iphase.c | 34 +-
2933 drivers/atm/lanai.c | 12 +-
2934 drivers/atm/nicstar.c | 46 +-
2935 drivers/atm/solos-pci.c | 4 +-
2936 drivers/atm/suni.c | 4 +-
2937 drivers/atm/uPD98402.c | 16 +-
2938 drivers/atm/zatm.c | 6 +-
2939 drivers/base/bus.c | 4 +-
2940 drivers/base/devres.c | 4 +-
2941 drivers/base/devtmpfs.c | 8 +-
2942 drivers/base/node.c | 2 +-
2943 drivers/base/platform-msi.c | 20 +-
2944 drivers/base/power/domain.c | 6 +-
2945 drivers/base/power/runtime.c | 61 +-
2946 drivers/base/power/sysfs.c | 2 +-
2947 drivers/base/power/wakeup.c | 8 +-
2948 drivers/base/regmap/regmap-debugfs.c | 2 +-
2949 drivers/base/regmap/regmap.c | 4 +-
2950 drivers/base/syscore.c | 4 +-
2951 drivers/block/cciss.c | 28 +-
2952 drivers/block/cciss.h | 2 +-
2953 drivers/block/drbd/drbd_bitmap.c | 2 +-
2954 drivers/block/drbd/drbd_int.h | 12 +-
2955 drivers/block/drbd/drbd_main.c | 12 +-
2956 drivers/block/drbd/drbd_nl.c | 16 +-
2957 drivers/block/drbd/drbd_receiver.c | 42 +-
2958 drivers/block/drbd/drbd_state.c | 12 +-
2959 drivers/block/drbd/drbd_state.h | 2 +-
2960 drivers/block/drbd/drbd_state_change.h | 8 +-
2961 drivers/block/drbd/drbd_worker.c | 14 +-
2962 drivers/block/floppy.c | 8 +-
2963 drivers/block/pktcdvd.c | 4 +-
2964 drivers/block/rbd.c | 2 +-
2965 drivers/bluetooth/btwilink.c | 2 +-
2966 drivers/bus/arm-cci.c | 6 +-
2967 drivers/cdrom/cdrom.c | 13 +-
2968 drivers/cdrom/gdrom.c | 1 -
2969 drivers/char/agp/compat_ioctl.c | 2 +-
2970 drivers/char/agp/frontend.c | 4 +-
2971 drivers/char/agp/intel-gtt.c | 4 +-
2972 drivers/char/hpet.c | 2 +-
2973 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
2974 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
2975 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
2976 drivers/char/ipmi/ipmi_ssif.c | 12 +-
2977 drivers/char/mem.c | 36 +-
2978 drivers/char/nvram.c | 2 +-
2979 drivers/char/pcmcia/synclink_cs.c | 16 +-
2980 drivers/char/random.c | 12 +-
2981 drivers/char/sonypi.c | 11 +-
2982 drivers/char/tpm/tpm-chip.c | 9 +-
2983 drivers/char/tpm/tpm_acpi.c | 3 +-
2984 drivers/char/tpm/tpm_eventlog.c | 5 +-
2985 drivers/char/virtio_console.c | 6 +-
2986 drivers/clk/bcm/clk-bcm2835.c | 16 +-
2987 drivers/clk/clk-composite.c | 2 +-
2988 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
2989 drivers/clk/socfpga/clk-gate.c | 9 +-
2990 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
2991 drivers/clk/socfpga/clk-pll.c | 9 +-
2992 drivers/clk/ti/adpll.c | 2 +-
2993 drivers/clk/ti/clk.c | 8 +-
2994 drivers/cpufreq/acpi-cpufreq.c | 17 +-
2995 drivers/cpufreq/cpufreq-dt.c | 4 +-
2996 drivers/cpufreq/cpufreq.c | 27 +-
2997 drivers/cpufreq/cpufreq_governor.h | 2 +-
2998 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
2999 drivers/cpufreq/intel_pstate.c | 56 +-
3000 drivers/cpufreq/p4-clockmod.c | 12 +-
3001 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
3002 drivers/cpufreq/speedstep-centrino.c | 7 +-
3003 drivers/cpuidle/driver.c | 2 +-
3004 drivers/cpuidle/dt_idle_states.c | 2 +-
3005 drivers/cpuidle/governor.c | 2 +-
3006 drivers/cpuidle/governors/ladder.c | 13 +-
3007 drivers/cpuidle/sysfs.c | 2 +-
3008 drivers/crypto/hifn_795x.c | 4 +-
3009 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
3010 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
3011 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
3012 drivers/devfreq/devfreq.c | 4 +-
3013 drivers/devfreq/governor_passive.c | 2 +-
3014 drivers/dma/qcom/hidma.c | 2 +-
3015 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
3016 drivers/dma/sh/shdma-base.c | 4 +-
3017 drivers/dma/sh/shdmac.c | 2 +-
3018 drivers/edac/edac_device.c | 4 +-
3019 drivers/edac/edac_device_sysfs.c | 2 +-
3020 drivers/edac/edac_mc_sysfs.c | 4 +-
3021 drivers/edac/edac_module.c | 2 +-
3022 drivers/edac/edac_pci.c | 4 +-
3023 drivers/edac/edac_pci_sysfs.c | 22 +-
3024 drivers/edac/mce_amd.h | 2 +-
3025 drivers/firewire/core-card.c | 6 +-
3026 drivers/firewire/core-cdev.c | 4 +-
3027 drivers/firewire/core-device.c | 2 +-
3028 drivers/firewire/core-iso.c | 2 +-
3029 drivers/firewire/core-transaction.c | 1 +
3030 drivers/firewire/core.h | 1 +
3031 drivers/firmware/dmi-id.c | 9 +-
3032 drivers/firmware/dmi_scan.c | 12 +-
3033 drivers/firmware/efi/cper.c | 8 +-
3034 drivers/firmware/efi/efi.c | 14 +-
3035 drivers/firmware/efi/efivars.c | 2 +-
3036 drivers/firmware/efi/libstub/Makefile | 2 +
3037 drivers/firmware/efi/runtime-map.c | 2 +-
3038 drivers/firmware/google/gsmi.c | 2 +-
3039 drivers/firmware/google/memconsole.c | 7 +-
3040 drivers/firmware/memmap.c | 2 +-
3041 drivers/firmware/psci.c | 2 +-
3042 drivers/gpio/gpio-davinci.c | 6 +-
3043 drivers/gpio/gpio-em.c | 2 +-
3044 drivers/gpio/gpio-ich.c | 2 +-
3045 drivers/gpio/gpio-mpc8xxx.c | 6 +-
3046 drivers/gpio/gpio-omap.c | 4 +-
3047 drivers/gpio/gpio-rcar.c | 2 +-
3048 drivers/gpio/gpio-vr41xx.c | 2 +-
3049 drivers/gpio/gpiolib.c | 12 +-
3050 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
3051 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
3052 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
3053 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
3054 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 15 +-
3055 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 2 +-
3056 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 +-
3057 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
3058 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
3059 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
3060 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
3061 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
3062 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
3063 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
3064 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
3065 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
3066 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
3067 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
3068 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
3069 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
3070 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
3071 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
3072 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
3073 drivers/gpu/drm/armada/armada_drv.c | 3 +-
3074 drivers/gpu/drm/ast/ast_mode.c | 2 +-
3075 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
3076 drivers/gpu/drm/bridge/tc358767.c | 2 +-
3077 drivers/gpu/drm/drm_crtc.c | 2 +-
3078 drivers/gpu/drm/drm_drv.c | 2 +-
3079 drivers/gpu/drm/drm_fb_cma_helper.c | 4 +-
3080 drivers/gpu/drm/drm_fops.c | 17 +-
3081 drivers/gpu/drm/drm_global.c | 14 +-
3082 drivers/gpu/drm/drm_ioc32.c | 13 +-
3083 drivers/gpu/drm/drm_ioctl.c | 2 +-
3084 drivers/gpu/drm/drm_pci.c | 9 +-
3085 drivers/gpu/drm/exynos/exynos_drm_drv.c | 12 +-
3086 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
3087 drivers/gpu/drm/exynos/exynos_hdmi.c | 2 +-
3088 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
3089 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
3090 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
3091 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
3092 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
3093 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
3094 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
3095 drivers/gpu/drm/gma500/psb_drv.c | 1 -
3096 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
3097 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
3098 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
3099 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
3100 drivers/gpu/drm/i810/i810_dma.c | 2 +-
3101 drivers/gpu/drm/i810/i810_drv.c | 6 +-
3102 drivers/gpu/drm/i810/i810_drv.h | 6 +-
3103 drivers/gpu/drm/i915/dvo.h | 2 +-
3104 drivers/gpu/drm/i915/i915_drv.c | 11 +-
3105 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
3106 drivers/gpu/drm/i915/i915_gem_gtt.c | 4 +-
3107 drivers/gpu/drm/i915/i915_gem_gtt.h | 4 +-
3108 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
3109 drivers/gpu/drm/i915/i915_irq.c | 88 +-
3110 drivers/gpu/drm/i915/intel_display.c | 30 +-
3111 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
3112 drivers/gpu/drm/imx/imx-tve.c | 2 +-
3113 drivers/gpu/drm/mediatek/mtk_hdmi.c | 2 +-
3114 drivers/gpu/drm/mga/mga_drv.c | 5 +-
3115 drivers/gpu/drm/mga/mga_drv.h | 6 +-
3116 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
3117 drivers/gpu/drm/mga/mga_irq.c | 8 +-
3118 drivers/gpu/drm/mga/mga_state.c | 2 +-
3119 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
3120 drivers/gpu/drm/msm/dsi/dsi_manager.c | 2 +-
3121 drivers/gpu/drm/msm/edp/edp_connector.c | 2 +-
3122 drivers/gpu/drm/msm/hdmi/hdmi_connector.c | 2 +-
3123 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
3124 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
3125 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
3126 drivers/gpu/drm/nouveau/nouveau_drm.c | 14 +-
3127 drivers/gpu/drm/nouveau/nouveau_drv.h | 1 -
3128 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
3129 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
3130 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
3131 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
3132 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
3133 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
3134 drivers/gpu/drm/omapdrm/omap_connector.c | 2 +-
3135 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
3136 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
3137 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
3138 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
3139 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
3140 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
3141 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
3142 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
3143 drivers/gpu/drm/r128/r128_cce.c | 2 +-
3144 drivers/gpu/drm/r128/r128_drv.c | 4 +-
3145 drivers/gpu/drm/r128/r128_drv.h | 6 +-
3146 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
3147 drivers/gpu/drm/r128/r128_irq.c | 4 +-
3148 drivers/gpu/drm/r128/r128_state.c | 6 +-
3149 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
3150 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
3151 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
3152 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
3153 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
3154 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
3155 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
3156 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
3157 drivers/gpu/drm/savage/savage_bci.c | 2 +-
3158 drivers/gpu/drm/savage/savage_drv.c | 5 +-
3159 drivers/gpu/drm/savage/savage_drv.h | 2 +-
3160 drivers/gpu/drm/sis/sis_drv.c | 5 +-
3161 drivers/gpu/drm/sis/sis_drv.h | 2 +-
3162 drivers/gpu/drm/sis/sis_mm.c | 2 +-
3163 drivers/gpu/drm/sti/sti_cursor.c | 4 +-
3164 drivers/gpu/drm/sti/sti_dvo.c | 4 +-
3165 drivers/gpu/drm/sti/sti_gdp.c | 12 +-
3166 drivers/gpu/drm/sti/sti_hda.c | 4 +-
3167 drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
3168 drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
3169 drivers/gpu/drm/sti/sti_mixer.c | 8 +-
3170 drivers/gpu/drm/sti/sti_tvout.c | 4 +-
3171 drivers/gpu/drm/sti/sti_vid.c | 4 +-
3172 drivers/gpu/drm/tegra/dc.c | 2 +-
3173 drivers/gpu/drm/tegra/dsi.c | 2 +-
3174 drivers/gpu/drm/tegra/hdmi.c | 2 +-
3175 drivers/gpu/drm/tegra/sor.c | 7 +-
3176 drivers/gpu/drm/tilcdc/Makefile | 6 +-
3177 drivers/gpu/drm/tilcdc/tilcdc_external.c | 4 +-
3178 drivers/gpu/drm/tilcdc/tilcdc_panel.c | 2 +-
3179 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c | 2 +-
3180 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
3181 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
3182 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
3183 drivers/gpu/drm/udl/udl_connector.c | 2 +-
3184 drivers/gpu/drm/udl/udl_fb.c | 1 -
3185 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
3186 drivers/gpu/drm/via/via_dma.c | 2 +-
3187 drivers/gpu/drm/via/via_drv.c | 5 +-
3188 drivers/gpu/drm/via/via_drv.h | 6 +-
3189 drivers/gpu/drm/via/via_irq.c | 18 +-
3190 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
3191 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
3192 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
3193 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
3194 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
3195 drivers/gpu/vga/vga_switcheroo.c | 4 +-
3196 drivers/hid/hid-core.c | 4 +-
3197 drivers/hid/hid-magicmouse.c | 2 +-
3198 drivers/hid/hid-sensor-custom.c | 2 +-
3199 drivers/hid/hid-wiimote-debug.c | 2 +-
3200 drivers/hv/channel.c | 6 +-
3201 drivers/hv/hv.c | 22 +-
3202 drivers/hv/hv_balloon.c | 18 +-
3203 drivers/hv/hyperv_vmbus.h | 2 +-
3204 drivers/hwmon/acpi_power_meter.c | 6 +-
3205 drivers/hwmon/applesmc.c | 4 +-
3206 drivers/hwmon/asus_atk0110.c | 10 +-
3207 drivers/hwmon/coretemp.c | 2 +-
3208 drivers/hwmon/dell-smm-hwmon.c | 4 +-
3209 drivers/hwmon/ibmaem.c | 2 +-
3210 drivers/hwmon/iio_hwmon.c | 2 +-
3211 drivers/hwmon/nct6683.c | 6 +-
3212 drivers/hwmon/nct6775.c | 6 +-
3213 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
3214 drivers/hwmon/sht15.c | 12 +-
3215 drivers/hwmon/via-cputemp.c | 2 +-
3216 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
3217 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
3218 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
3219 drivers/i2c/i2c-dev.c | 2 +-
3220 drivers/ide/ide-cd.c | 2 +-
3221 drivers/ide/ide-disk.c | 2 +-
3222 drivers/ide/ide.c | 4 +-
3223 drivers/idle/intel_idle.c | 36 +-
3224 drivers/iio/industrialio-core.c | 2 +-
3225 drivers/infiniband/core/cm.c | 46 +-
3226 drivers/infiniband/core/fmr_pool.c | 20 +-
3227 drivers/infiniband/core/netlink.c | 5 +-
3228 drivers/infiniband/core/sysfs.c | 2 +-
3229 drivers/infiniband/core/ucm.c | 4 +-
3230 drivers/infiniband/core/uverbs_cmd.c | 3 +
3231 drivers/infiniband/hw/cxgb4/device.c | 6 +-
3232 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
3233 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
3234 drivers/infiniband/hw/hfi1/pcie.c | 2 +-
3235 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
3236 drivers/infiniband/hw/mlx4/mad.c | 2 +-
3237 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
3238 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
3239 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
3240 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
3241 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
3242 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
3243 drivers/infiniband/hw/nes/nes.c | 4 +-
3244 drivers/infiniband/hw/nes/nes.h | 40 +-
3245 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
3246 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
3247 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
3248 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
3249 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
3250 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
3251 drivers/infiniband/sw/rxe/rxe_qp.c | 4 +-
3252 drivers/infiniband/sw/rxe/rxe_verbs.c | 2 +-
3253 drivers/infiniband/sw/rxe/rxe_verbs.h | 2 +-
3254 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
3255 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
3256 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
3257 drivers/input/evdev.c | 2 +-
3258 drivers/input/gameport/gameport.c | 4 +-
3259 drivers/input/input.c | 4 +-
3260 drivers/input/joystick/sidewinder.c | 1 +
3261 drivers/input/misc/ims-pcu.c | 4 +-
3262 drivers/input/mouse/psmouse.h | 2 +-
3263 drivers/input/mousedev.c | 2 +-
3264 drivers/input/serio/serio.c | 4 +-
3265 drivers/input/serio/serio_raw.c | 4 +-
3266 drivers/input/touchscreen/htcpen.c | 2 +-
3267 drivers/iommu/arm-smmu-v3.c | 32 +-
3268 drivers/iommu/arm-smmu.c | 40 +-
3269 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
3270 drivers/iommu/io-pgtable-arm.c | 99 +-
3271 drivers/iommu/io-pgtable.c | 11 +-
3272 drivers/iommu/io-pgtable.h | 21 +-
3273 drivers/iommu/iommu.c | 2 +-
3274 drivers/iommu/ipmmu-vmsa.c | 13 +-
3275 drivers/iommu/irq_remapping.c | 2 +-
3276 drivers/iommu/msm_iommu.c | 14 +-
3277 drivers/iommu/mtk_iommu.c | 12 +-
3278 drivers/irqchip/irq-gic.c | 2 +-
3279 drivers/irqchip/irq-i8259.c | 2 +-
3280 drivers/irqchip/irq-mmp.c | 2 +-
3281 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
3282 drivers/irqchip/irq-ts4800.c | 2 +-
3283 drivers/isdn/capi/capi.c | 10 +-
3284 drivers/isdn/gigaset/interface.c | 8 +-
3285 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
3286 drivers/isdn/hardware/avm/b1.c | 4 +-
3287 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
3288 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
3289 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
3290 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
3291 drivers/isdn/hardware/eicon/divasync.h | 2 +-
3292 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
3293 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
3294 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
3295 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
3296 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
3297 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
3298 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
3299 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
3300 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
3301 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
3302 drivers/isdn/hisax/amd7930_fn.c | 5 +-
3303 drivers/isdn/hisax/arcofi.c | 5 +-
3304 drivers/isdn/hisax/config.c | 4 +-
3305 drivers/isdn/hisax/diva.c | 7 +-
3306 drivers/isdn/hisax/elsa.c | 9 +-
3307 drivers/isdn/hisax/fsm.c | 5 +-
3308 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
3309 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
3310 drivers/isdn/hisax/hfc_pci.c | 10 +-
3311 drivers/isdn/hisax/hfc_sx.c | 10 +-
3312 drivers/isdn/hisax/hfc_usb.c | 12 +-
3313 drivers/isdn/hisax/hfcscard.c | 6 +-
3314 drivers/isdn/hisax/hisax.h | 4 +-
3315 drivers/isdn/hisax/icc.c | 5 +-
3316 drivers/isdn/hisax/ipacx.c | 7 +-
3317 drivers/isdn/hisax/isac.c | 5 +-
3318 drivers/isdn/hisax/isar.c | 5 +-
3319 drivers/isdn/hisax/isdnl3.c | 5 +-
3320 drivers/isdn/hisax/saphir.c | 5 +-
3321 drivers/isdn/hisax/teleint.c | 5 +-
3322 drivers/isdn/hisax/w6692.c | 5 +-
3323 drivers/isdn/i4l/isdn_common.c | 2 +
3324 drivers/isdn/i4l/isdn_tty.c | 22 +-
3325 drivers/isdn/mISDN/dsp.h | 4 +-
3326 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
3327 drivers/isdn/mISDN/dsp_core.c | 4 +-
3328 drivers/isdn/mISDN/dsp_tones.c | 4 +-
3329 drivers/isdn/mISDN/fsm.c | 5 +-
3330 drivers/isdn/mISDN/l1oip_core.c | 8 +-
3331 drivers/leds/leds-clevo-mail.c | 2 +-
3332 drivers/leds/leds-ss4200.c | 2 +-
3333 drivers/lguest/core.c | 9 +-
3334 drivers/lguest/page_tables.c | 2 +-
3335 drivers/lguest/x86/core.c | 12 +-
3336 drivers/lguest/x86/switcher_32.S | 27 +-
3337 drivers/lightnvm/rrpc.c | 4 +-
3338 drivers/lightnvm/rrpc.h | 2 +-
3339 drivers/md/bcache/alloc.c | 2 +-
3340 drivers/md/bcache/bcache.h | 10 +-
3341 drivers/md/bcache/btree.c | 13 +-
3342 drivers/md/bcache/closure.c | 4 +-
3343 drivers/md/bcache/closure.h | 10 +-
3344 drivers/md/bcache/io.c | 10 +-
3345 drivers/md/bcache/journal.c | 18 +-
3346 drivers/md/bcache/movinggc.c | 12 +-
3347 drivers/md/bcache/request.c | 54 +-
3348 drivers/md/bcache/request.h | 2 +-
3349 drivers/md/bcache/stats.c | 26 +-
3350 drivers/md/bcache/stats.h | 16 +-
3351 drivers/md/bcache/super.c | 32 +-
3352 drivers/md/bcache/sysfs.c | 20 +-
3353 drivers/md/bcache/writeback.c | 12 +-
3354 drivers/md/bitmap.c | 2 +-
3355 drivers/md/dm-cache-target.c | 116 +-
3356 drivers/md/dm-core.h | 4 +-
3357 drivers/md/dm-ioctl.c | 2 +-
3358 drivers/md/dm-mpath.c | 12 +-
3359 drivers/md/dm-raid.c | 2 +-
3360 drivers/md/dm-raid1.c | 18 +-
3361 drivers/md/dm-stats.c | 6 +-
3362 drivers/md/dm-stripe.c | 10 +-
3363 drivers/md/dm-table.c | 2 +-
3364 drivers/md/dm-thin-metadata.c | 4 +-
3365 drivers/md/dm.c | 24 +-
3366 drivers/md/md.c | 41 +-
3367 drivers/md/md.h | 8 +-
3368 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
3369 drivers/md/persistent-data/dm-space-map.h | 1 +
3370 drivers/md/raid1.c | 8 +-
3371 drivers/md/raid10.c | 26 +-
3372 drivers/md/raid5.c | 26 +-
3373 drivers/media/dvb-core/dvb_net.c | 2 +-
3374 drivers/media/dvb-core/dvbdev.c | 2 +-
3375 drivers/media/dvb-frontends/af9033.h | 2 +-
3376 drivers/media/dvb-frontends/cx24116.c | 2 +-
3377 drivers/media/dvb-frontends/cx24117.c | 2 +-
3378 drivers/media/dvb-frontends/cx24120.c | 2 +-
3379 drivers/media/dvb-frontends/cx24123.c | 2 +-
3380 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
3381 drivers/media/dvb-frontends/dib3000.h | 2 +-
3382 drivers/media/dvb-frontends/dib7000p.h | 2 +-
3383 drivers/media/dvb-frontends/dib8000.h | 2 +-
3384 drivers/media/dvb-frontends/hd29l2.c | 2 +-
3385 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
3386 drivers/media/dvb-frontends/mb86a20s.c | 2 +-
3387 drivers/media/dvb-frontends/mt312.c | 6 +-
3388 drivers/media/dvb-frontends/s921.c | 2 +-
3389 drivers/media/pci/bt8xx/dst.c | 2 +-
3390 drivers/media/pci/cx88/cx88-video.c | 6 +-
3391 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
3392 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
3393 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
3394 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
3395 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
3396 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
3397 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
3398 drivers/media/pci/tw68/tw68-core.c | 2 +-
3399 drivers/media/pci/tw686x/tw686x-core.c | 4 +-
3400 drivers/media/pci/zoran/zoran.h | 1 -
3401 drivers/media/pci/zoran/zoran_card.c | 4 +-
3402 drivers/media/pci/zoran/zoran_driver.c | 3 -
3403 drivers/media/platform/omap/omap_vout.c | 11 +-
3404 drivers/media/platform/s5p-tv/mixer.h | 2 +-
3405 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
3406 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
3407 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
3408 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
3409 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
3410 drivers/media/radio/radio-cadet.c | 7 +-
3411 drivers/media/radio/radio-maxiradio.c | 2 +-
3412 drivers/media/radio/radio-shark.c | 2 +-
3413 drivers/media/radio/radio-shark2.c | 2 +-
3414 drivers/media/radio/radio-si476x.c | 2 +-
3415 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
3416 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
3417 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
3418 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
3419 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
3420 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
3421 drivers/media/usb/uvc/uvc_driver.c | 4 +-
3422 drivers/media/v4l2-core/v4l2-common.c | 2 +-
3423 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
3424 drivers/media/v4l2-core/v4l2-device.c | 4 +-
3425 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
3426 drivers/memory/omap-gpmc.c | 24 +-
3427 drivers/message/fusion/mptbase.c | 4 +-
3428 drivers/message/fusion/mptlan.c | 2 +-
3429 drivers/message/fusion/mptsas.c | 34 +-
3430 drivers/mfd/ab8500-debugfs.c | 2 +-
3431 drivers/mfd/kempld-core.c | 2 +-
3432 drivers/mfd/max8925-i2c.c | 2 +-
3433 drivers/mfd/rn5t618.c | 10 +-
3434 drivers/mfd/tps65910.c | 2 +-
3435 drivers/mfd/twl4030-irq.c | 9 +-
3436 drivers/misc/c2port/core.c | 4 +-
3437 drivers/misc/kgdbts.c | 6 +-
3438 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
3439 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
3440 drivers/misc/mic/scif/scif_api.c | 10 +-
3441 drivers/misc/mic/scif/scif_rb.c | 8 +-
3442 drivers/misc/panel.c | 4 +-
3443 drivers/misc/sgi-gru/gruhandles.c | 4 +-
3444 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
3445 drivers/misc/sgi-gru/grutables.h | 158 +-
3446 drivers/misc/sgi-xp/xp.h | 2 +-
3447 drivers/misc/sgi-xp/xp_main.c | 57 +-
3448 drivers/misc/sgi-xp/xpc.h | 3 +-
3449 drivers/misc/sgi-xp/xpc_main.c | 2 +-
3450 drivers/misc/sgi-xp/xpnet.c | 2 +-
3451 drivers/misc/ti-st/st_kim.c | 32 +-
3452 drivers/mmc/card/mmc_test.c | 4 +-
3453 drivers/mmc/host/dw_mmc.h | 2 +-
3454 drivers/mmc/host/mmci.c | 4 +-
3455 drivers/mmc/host/omap_hsmmc.c | 4 +-
3456 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
3457 drivers/mmc/host/sdhci-s3c.c | 8 +-
3458 drivers/mmc/host/tmio_mmc_pio.c | 4 +-
3459 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
3460 drivers/mtd/devices/block2mtd.c | 2 +-
3461 drivers/mtd/devices/phram.c | 2 +-
3462 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
3463 drivers/mtd/maps/latch-addr-flash.c | 2 +-
3464 drivers/mtd/maps/pci.c | 4 +-
3465 drivers/mtd/maps/pcmciamtd.c | 8 +-
3466 drivers/mtd/maps/sbc_gxx.c | 2 +-
3467 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 2 +
3468 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
3469 drivers/mtd/nand/brcmnand/iproc_nand.c | 2 +
3470 drivers/mtd/nand/cafe_nand.c | 18 +-
3471 drivers/mtd/nand/denali.c | 1 +
3472 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
3473 drivers/mtd/nftlmount.c | 1 +
3474 drivers/mtd/sm_ftl.c | 2 +-
3475 drivers/mtd/ubi/build.c | 2 +-
3476 drivers/net/bonding/bond_netlink.c | 2 +-
3477 drivers/net/caif/caif_hsi.c | 4 +-
3478 drivers/net/caif/caif_serial.c | 2 +-
3479 drivers/net/caif/caif_spi.c | 2 +-
3480 drivers/net/caif/caif_virtio.c | 2 +-
3481 drivers/net/can/Kconfig | 2 +-
3482 drivers/net/can/bfin_can.c | 2 +-
3483 drivers/net/can/dev.c | 2 +-
3484 drivers/net/can/flexcan.c | 2 +-
3485 drivers/net/can/janz-ican3.c | 2 +-
3486 drivers/net/can/led.c | 2 +-
3487 drivers/net/can/sun4i_can.c | 2 +-
3488 drivers/net/can/vcan.c | 2 +-
3489 drivers/net/can/xilinx_can.c | 2 +-
3490 drivers/net/dummy.c | 2 +-
3491 drivers/net/ethernet/8390/ax88796.c | 6 +-
3492 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
3493 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
3494 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
3495 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
3496 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
3497 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
3498 drivers/net/ethernet/amd/7990.c | 2 +-
3499 drivers/net/ethernet/amd/7990.h | 2 +-
3500 drivers/net/ethernet/amd/amd8111e.c | 5 +-
3501 drivers/net/ethernet/amd/atarilance.c | 4 +-
3502 drivers/net/ethernet/amd/declance.c | 2 +-
3503 drivers/net/ethernet/amd/pcnet32.c | 7 +-
3504 drivers/net/ethernet/amd/sun3lance.c | 4 +-
3505 drivers/net/ethernet/amd/sunlance.c | 2 +-
3506 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
3507 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
3508 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
3509 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
3510 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
3511 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
3512 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
3513 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
3514 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
3515 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
3516 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
3517 drivers/net/ethernet/arc/emac_main.c | 2 +-
3518 drivers/net/ethernet/atheros/alx/main.c | 2 +-
3519 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
3520 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
3521 drivers/net/ethernet/aurora/nb8800.c | 2 +-
3522 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
3523 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
3524 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
3525 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
3526 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
3527 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
3528 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
3529 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
3530 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
3531 drivers/net/ethernet/broadcom/tg3.c | 2 +-
3532 drivers/net/ethernet/broadcom/tg3.h | 1 +
3533 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
3534 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
3535 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
3536 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
3537 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
3538 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
3539 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
3540 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
3541 drivers/net/ethernet/cadence/macb.c | 4 +-
3542 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
3543 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
3544 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
3545 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
3546 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
3547 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
3548 drivers/net/ethernet/davicom/dm9000.c | 2 +-
3549 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
3550 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
3551 drivers/net/ethernet/faraday/ftgmac100.c | 3 +-
3552 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
3553 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
3554 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
3555 drivers/net/ethernet/freescale/gianfar.c | 4 +-
3556 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
3557 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
3558 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
3559 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
3560 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.h | 2 +-
3561 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c | 84 +-
3562 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
3563 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
3564 drivers/net/ethernet/ibm/emac/core.c | 4 +-
3565 drivers/net/ethernet/intel/e100.c | 2 +-
3566 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
3567 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
3568 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
3569 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
3570 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
3571 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
3572 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
3573 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
3574 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
3575 drivers/net/ethernet/marvell/mvneta.c | 2 +-
3576 drivers/net/ethernet/marvell/mvpp2.c | 2 +-
3577 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
3578 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
3579 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
3580 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
3581 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 6 +-
3582 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
3583 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
3584 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
3585 drivers/net/ethernet/neterion/s2io.c | 2 +-
3586 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
3587 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
3588 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
3589 drivers/net/ethernet/netx-eth.c | 2 +-
3590 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
3591 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
3592 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
3593 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
3594 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
3595 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
3596 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
3597 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
3598 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
3599 drivers/net/ethernet/realtek/r8169.c | 8 +-
3600 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
3601 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
3602 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
3603 drivers/net/ethernet/sfc/ptp.c | 2 +-
3604 drivers/net/ethernet/sfc/selftest.c | 20 +-
3605 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
3606 drivers/net/ethernet/smsc/smc911x.c | 2 +-
3607 drivers/net/ethernet/smsc/smc91x.c | 2 +-
3608 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
3609 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
3610 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 4 +-
3611 drivers/net/ethernet/sun/sunbmac.c | 2 +-
3612 drivers/net/ethernet/sun/sunqe.c | 2 +-
3613 drivers/net/ethernet/sun/sunvnet.c | 2 +-
3614 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
3615 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
3616 drivers/net/ethernet/ti/cpmac.c | 2 +-
3617 drivers/net/ethernet/ti/davinci_emac.c | 2 +-
3618 drivers/net/ethernet/ti/netcp_core.c | 2 +-
3619 drivers/net/ethernet/via/via-rhine.c | 2 +-
3620 drivers/net/ethernet/wiznet/w5100.c | 2 +-
3621 drivers/net/ethernet/wiznet/w5300.c | 2 +-
3622 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
3623 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
3624 drivers/net/ethernet/xilinx/xilinx_emaclite.c | 2 +-
3625 drivers/net/geneve.c | 4 +-
3626 drivers/net/gtp.c | 8 +-
3627 drivers/net/hamradio/baycom_epp.c | 2 +-
3628 drivers/net/hyperv/hyperv_net.h | 2 +-
3629 drivers/net/hyperv/netvsc_drv.c | 2 +-
3630 drivers/net/hyperv/rndis_filter.c | 7 +-
3631 drivers/net/ifb.c | 2 +-
3632 drivers/net/ipvlan/ipvlan_core.c | 2 +-
3633 drivers/net/ipvlan/ipvlan_main.c | 6 +-
3634 drivers/net/irda/vlsi_ir.c | 18 +-
3635 drivers/net/irda/vlsi_ir.h | 14 +-
3636 drivers/net/loopback.c | 2 +-
3637 drivers/net/macsec.c | 2 +-
3638 drivers/net/macvlan.c | 20 +-
3639 drivers/net/macvtap.c | 10 +-
3640 drivers/net/nlmon.c | 2 +-
3641 drivers/net/phy/phy_device.c | 6 +-
3642 drivers/net/plip/plip.c | 2 +-
3643 drivers/net/ppp/ppp_generic.c | 6 +-
3644 drivers/net/ppp/pptp.c | 2 +-
3645 drivers/net/rionet.c | 2 +-
3646 drivers/net/slip/slhc.c | 2 +-
3647 drivers/net/team/team.c | 4 +-
3648 drivers/net/tun.c | 11 +-
3649 drivers/net/usb/hso.c | 28 +-
3650 drivers/net/usb/ipheth.c | 2 +-
3651 drivers/net/usb/r8152.c | 2 +-
3652 drivers/net/usb/sierra_net.c | 4 +-
3653 drivers/net/virtio_net.c | 2 +-
3654 drivers/net/vrf.c | 4 +-
3655 drivers/net/vxlan.c | 4 +-
3656 drivers/net/wimax/i2400m/rx.c | 2 +-
3657 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
3658 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
3659 drivers/net/wireless/ath/ath10k/mac.c | 7 +-
3660 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
3661 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
3662 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
3663 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
3664 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
3665 drivers/net/wireless/ath/ath9k/main.c | 22 +-
3666 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
3667 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
3668 drivers/net/wireless/ath/carl9170/main.c | 10 +-
3669 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
3670 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
3671 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
3672 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
3673 drivers/net/wireless/atmel/atmel.c | 183 +-
3674 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
3675 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
3676 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 54 +-
3677 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
3678 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
3679 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
3680 drivers/net/wireless/cisco/airo.c | 201 +-
3681 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
3682 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
3683 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
3684 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
3685 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
3686 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
3687 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
3688 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
3689 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
3690 .../net/wireless/intersil/hostap/hostap_ioctl.c | 250 +-
3691 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
3692 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
3693 drivers/net/wireless/mac80211_hwsim.c | 28 +-
3694 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
3695 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
3696 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
3697 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
3698 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
3699 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
3700 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
3701 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
3702 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
3703 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
3704 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
3705 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
3706 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
3707 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
3708 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
3709 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
3710 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
3711 drivers/net/wireless/zydas/zd1201.c | 192 +-
3712 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
3713 drivers/net/xen-netback/interface.c | 2 +-
3714 drivers/net/xen-netfront.c | 2 +-
3715 drivers/ntb/test/ntb_pingpong.c | 8 +-
3716 drivers/nvme/host/pci.c | 2 +-
3717 drivers/of/fdt.c | 4 +-
3718 drivers/oprofile/buffer_sync.c | 8 +-
3719 drivers/oprofile/event_buffer.c | 2 +-
3720 drivers/oprofile/oprof.c | 2 +-
3721 drivers/oprofile/oprofile_stats.c | 10 +-
3722 drivers/oprofile/oprofile_stats.h | 10 +-
3723 drivers/oprofile/oprofilefs.c | 6 +-
3724 drivers/oprofile/timer_int.c | 2 +-
3725 drivers/parport/procfs.c | 4 +-
3726 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
3727 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
3728 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
3729 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
3730 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
3731 drivers/pci/hotplug/pciehp_core.c | 2 +-
3732 drivers/pci/msi.c | 22 +-
3733 drivers/pci/pci-sysfs.c | 6 +-
3734 drivers/pci/pci.h | 4 +-
3735 drivers/pci/pcie/aspm.c | 10 +-
3736 drivers/pci/pcie/portdrv_pci.c | 2 +-
3737 drivers/pci/probe.c | 2 +-
3738 drivers/pci/setup-bus.c | 10 +-
3739 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
3740 drivers/pinctrl/pinctrl-at91.c | 5 +-
3741 drivers/platform/chrome/chromeos_laptop.c | 2 +-
3742 drivers/platform/chrome/chromeos_pstore.c | 2 +-
3743 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
3744 drivers/platform/x86/alienware-wmi.c | 4 +-
3745 drivers/platform/x86/apple-gmux.c | 2 +-
3746 drivers/platform/x86/compal-laptop.c | 2 +-
3747 drivers/platform/x86/hdaps.c | 2 +-
3748 drivers/platform/x86/ibm_rtl.c | 2 +-
3749 drivers/platform/x86/intel_oaktrail.c | 2 +-
3750 drivers/platform/x86/msi-laptop.c | 16 +-
3751 drivers/platform/x86/msi-wmi.c | 2 +-
3752 drivers/platform/x86/samsung-laptop.c | 2 +-
3753 drivers/platform/x86/samsung-q10.c | 2 +-
3754 drivers/platform/x86/sony-laptop.c | 14 +-
3755 drivers/platform/x86/thinkpad_acpi.c | 10 +-
3756 drivers/pnp/base.h | 2 +-
3757 drivers/pnp/pnpbios/bioscalls.c | 14 +-
3758 drivers/pnp/pnpbios/core.c | 2 +-
3759 drivers/pnp/resource.c | 4 +-
3760 drivers/power/pda_power.c | 7 +-
3761 drivers/power/power_supply.h | 4 +-
3762 drivers/power/power_supply_core.c | 7 +-
3763 drivers/power/power_supply_sysfs.c | 6 +-
3764 drivers/power/reset/at91-reset.c | 5 +-
3765 drivers/powercap/powercap_sys.c | 136 +-
3766 drivers/ptp/ptp_private.h | 2 +-
3767 drivers/ptp/ptp_sysfs.c | 2 +-
3768 drivers/regulator/core.c | 4 +-
3769 drivers/regulator/max8660.c | 6 +-
3770 drivers/regulator/max8973-regulator.c | 16 +-
3771 drivers/regulator/mc13892-regulator.c | 8 +-
3772 drivers/remoteproc/remoteproc_core.c | 26 +-
3773 drivers/rtc/rtc-armada38x.c | 7 +-
3774 drivers/rtc/rtc-cmos.c | 4 +-
3775 drivers/rtc/rtc-ds1307.c | 2 +-
3776 drivers/rtc/rtc-m41t80.c | 8 +-
3777 drivers/rtc/rtc-m48t59.c | 4 +-
3778 drivers/rtc/rtc-rv3029c2.c | 8 +-
3779 drivers/rtc/rtc-rv8803.c | 15 +-
3780 drivers/rtc/rtc-rx8010.c | 8 +-
3781 drivers/rtc/rtc-test.c | 6 +-
3782 drivers/scsi/aacraid/aachba.c | 7 +-
3783 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
3784 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
3785 drivers/scsi/be2iscsi/be_main.c | 2 +-
3786 drivers/scsi/bfa/bfa.h | 4 +-
3787 drivers/scsi/bfa/bfa_core.c | 4 +-
3788 drivers/scsi/bfa/bfa_cs.h | 124 +-
3789 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
3790 drivers/scsi/bfa/bfa_fcs.h | 34 +-
3791 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
3792 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
3793 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
3794 drivers/scsi/bfa/bfa_ioc.c | 8 +-
3795 drivers/scsi/bfa/bfa_ioc.h | 16 +-
3796 drivers/scsi/bfa/bfa_svc.c | 12 +-
3797 drivers/scsi/bfa/bfa_svc.h | 20 +-
3798 drivers/scsi/bfa/bfad.c | 12 +-
3799 drivers/scsi/bfa/bfad_bsg.c | 8 +-
3800 drivers/scsi/bfa/bfad_drv.h | 5 +-
3801 drivers/scsi/csiostor/csio_defs.h | 19 +-
3802 drivers/scsi/csiostor/csio_hw.c | 67 +-
3803 drivers/scsi/csiostor/csio_init.c | 2 +-
3804 drivers/scsi/csiostor/csio_lnode.c | 32 +-
3805 drivers/scsi/csiostor/csio_rnode.c | 28 +-
3806 drivers/scsi/csiostor/csio_scsi.c | 37 +-
3807 drivers/scsi/esas2r/esas2r_init.c | 2 +-
3808 drivers/scsi/esas2r/esas2r_ioctl.c | 2 +-
3809 drivers/scsi/esas2r/esas2r_log.h | 4 +-
3810 drivers/scsi/esas2r/esas2r_main.c | 4 +-
3811 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
3812 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
3813 drivers/scsi/hpsa.c | 38 +-
3814 drivers/scsi/hpsa.h | 2 +-
3815 drivers/scsi/hptiop.c | 2 -
3816 drivers/scsi/hptiop.h | 1 -
3817 drivers/scsi/ipr.c | 32 +-
3818 drivers/scsi/ipr.h | 2 +-
3819 drivers/scsi/libfc/fc_exch.c | 50 +-
3820 drivers/scsi/libsas/sas_ata.c | 2 +-
3821 drivers/scsi/lpfc/lpfc.h | 8 +-
3822 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
3823 drivers/scsi/lpfc/lpfc_init.c | 8 +-
3824 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
3825 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
3826 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
3827 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
3828 drivers/scsi/pmcraid.c | 46 +-
3829 drivers/scsi/pmcraid.h | 8 +-
3830 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
3831 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
3832 drivers/scsi/qla2xxx/qla_os.c | 15 +-
3833 drivers/scsi/qla2xxx/qla_target.c | 16 +-
3834 drivers/scsi/qla2xxx/qla_target.h | 2 +-
3835 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
3836 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
3837 drivers/scsi/scsi.c | 2 +-
3838 drivers/scsi/scsi_debug.c | 42 +-
3839 drivers/scsi/scsi_lib.c | 8 +-
3840 drivers/scsi/scsi_sysfs.c | 2 +-
3841 drivers/scsi/scsi_transport_fc.c | 8 +-
3842 drivers/scsi/scsi_transport_iscsi.c | 6 +-
3843 drivers/scsi/scsi_transport_spi.c | 2 +-
3844 drivers/scsi/scsi_transport_srp.c | 8 +-
3845 drivers/scsi/sd.c | 6 +-
3846 drivers/scsi/sg.c | 2 +-
3847 drivers/scsi/sr.c | 21 +-
3848 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
3849 drivers/spi/spi.c | 2 +-
3850 drivers/staging/fbtft/fbtft-core.c | 2 +-
3851 drivers/staging/fbtft/fbtft.h | 2 +-
3852 drivers/staging/gdm724x/gdm_lte.c | 2 +-
3853 drivers/staging/gdm724x/gdm_tty.c | 2 +-
3854 drivers/staging/i4l/icn/icn.c | 2 +-
3855 drivers/staging/iio/adc/ad7280a.c | 4 +-
3856 drivers/staging/ks7010/ks_wlan_net.c | 392 +-
3857 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
3858 drivers/staging/lustre/lnet/selftest/brw_test.c | 19 +-
3859 drivers/staging/lustre/lnet/selftest/framework.c | 10 +-
3860 drivers/staging/lustre/lnet/selftest/ping_test.c | 23 +-
3861 drivers/staging/lustre/lnet/selftest/selftest.h | 6 +-
3862 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
3863 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
3864 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
3865 drivers/staging/lustre/lustre/include/obd.h | 2 +-
3866 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
3867 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
3868 .../staging/lustre/lustre/llite/llite_internal.h | 6 +-
3869 drivers/staging/lustre/lustre/llite/llite_lib.c | 6 +-
3870 drivers/staging/lustre/lustre/llite/lproc_llite.c | 6 +-
3871 drivers/staging/lustre/lustre/llite/statahead.c | 6 +-
3872 drivers/staging/lustre/lustre/lov/lov_internal.h | 6 +-
3873 drivers/staging/lustre/lustre/lov/lov_io.c | 60 +-
3874 drivers/staging/lustre/lustre/lov/lov_obd.c | 12 +-
3875 drivers/staging/lustre/lustre/lov/lov_request.c | 30 +-
3876 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
3877 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
3878 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
3879 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
3880 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
3881 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
3882 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
3883 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
3884 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
3885 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
3886 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
3887 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
3888 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
3889 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
3890 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
3891 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
3892 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
3893 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
3894 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 8 +-
3895 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
3896 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
3897 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
3898 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
3899 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
3900 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
3901 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
3902 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
3903 drivers/staging/rtl8192e/rtllib.h | 4 +-
3904 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
3905 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
3906 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
3907 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
3908 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
3909 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
3910 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
3911 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
3912 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
3913 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
3914 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
3915 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
3916 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
3917 drivers/staging/rtl8712/xmit_linux.c | 2 +-
3918 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
3919 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
3920 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
3921 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
3922 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
3923 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
3924 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
3925 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
3926 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
3927 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
3928 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
3929 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
3930 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
3931 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
3932 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
3933 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
3934 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
3935 drivers/staging/sm750fb/sm750.c | 14 +-
3936 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
3937 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
3938 drivers/staging/vt6655/rxtx.c | 2 +-
3939 drivers/staging/vt6656/rxtx.c | 2 +-
3940 drivers/staging/wilc1000/linux_wlan.c | 2 +-
3941 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
3942 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
3943 drivers/target/sbp/sbp_target.c | 4 +-
3944 drivers/thermal/devfreq_cooling.c | 19 +-
3945 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
3946 drivers/thermal/of-thermal.c | 17 +-
3947 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
3948 drivers/tty/cyclades.c | 6 +-
3949 drivers/tty/hvc/hvc_console.c | 14 +-
3950 drivers/tty/hvc/hvcs.c | 21 +-
3951 drivers/tty/hvc/hvsi.c | 22 +-
3952 drivers/tty/hvc/hvsi_lib.c | 4 +-
3953 drivers/tty/ipwireless/tty.c | 27 +-
3954 drivers/tty/moxa.c | 2 +-
3955 drivers/tty/n_gsm.c | 6 +-
3956 drivers/tty/n_tty.c | 28 +-
3957 drivers/tty/pty.c | 4 +-
3958 drivers/tty/rocket.c | 6 +-
3959 drivers/tty/serial/8250/8250_core.c | 10 +-
3960 drivers/tty/serial/8250/8250_pci.c | 2 +-
3961 drivers/tty/serial/ioc4_serial.c | 6 +-
3962 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
3963 drivers/tty/serial/kgdb_nmi.c | 4 +-
3964 drivers/tty/serial/kgdboc.c | 34 +-
3965 drivers/tty/serial/msm_serial.c | 4 +-
3966 drivers/tty/serial/samsung.c | 9 +-
3967 drivers/tty/serial/serial_core.c | 6 +-
3968 drivers/tty/synclink.c | 34 +-
3969 drivers/tty/synclink_gt.c | 28 +-
3970 drivers/tty/synclinkmp.c | 34 +-
3971 drivers/tty/tty_io.c | 2 +-
3972 drivers/tty/tty_ldisc.c | 8 +-
3973 drivers/tty/tty_port.c | 22 +-
3974 drivers/uio/uio.c | 19 +-
3975 drivers/usb/atm/cxacru.c | 2 +-
3976 drivers/usb/atm/usbatm.c | 24 +-
3977 drivers/usb/core/devices.c | 6 +-
3978 drivers/usb/core/devio.c | 12 +-
3979 drivers/usb/core/hcd.c | 4 +-
3980 drivers/usb/core/sysfs.c | 2 +-
3981 drivers/usb/core/usb.c | 2 +-
3982 drivers/usb/early/ehci-dbgp.c | 16 +-
3983 drivers/usb/gadget/function/f_phonet.c | 2 +-
3984 drivers/usb/gadget/function/u_serial.c | 22 +-
3985 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
3986 drivers/usb/host/ehci-hcd.c | 2 +-
3987 drivers/usb/host/ehci-hub.c | 4 +-
3988 drivers/usb/host/ehci-q.c | 4 +-
3989 drivers/usb/host/fotg210-hcd.c | 2 +-
3990 drivers/usb/host/hwa-hc.c | 2 +-
3991 drivers/usb/host/ohci-hcd.c | 2 +-
3992 drivers/usb/host/r8a66597.h | 2 +-
3993 drivers/usb/host/uhci-hcd.c | 2 +-
3994 drivers/usb/host/xhci-pci.c | 2 +-
3995 drivers/usb/host/xhci-ring.c | 52 +-
3996 drivers/usb/host/xhci.c | 2 +-
3997 drivers/usb/misc/appledisplay.c | 4 +-
3998 drivers/usb/misc/sisusbvga/sisusb_con.c | 78 +-
3999 drivers/usb/serial/console.c | 8 +-
4000 drivers/usb/storage/transport.c | 2 +-
4001 drivers/usb/storage/usb.c | 2 +-
4002 drivers/usb/storage/usb.h | 2 +-
4003 drivers/usb/usbip/vhci.h | 2 +-
4004 drivers/usb/usbip/vhci_hcd.c | 6 +-
4005 drivers/usb/usbip/vhci_rx.c | 2 +-
4006 drivers/usb/usbip/vudc_rx.c | 2 +-
4007 drivers/usb/wusbcore/wa-hc.h | 4 +-
4008 drivers/usb/wusbcore/wa-xfer.c | 2 +-
4009 drivers/vfio/pci/vfio_pci.c | 2 +-
4010 drivers/vhost/vringh.c | 20 +-
4011 drivers/video/backlight/kb3886_bl.c | 2 +-
4012 drivers/video/console/dummycon.c | 76 +-
4013 drivers/video/console/fbcon.c | 2 +-
4014 drivers/video/console/vgacon.c | 17 +-
4015 drivers/video/fbdev/arcfb.c | 2 +-
4016 drivers/video/fbdev/aty/aty128fb.c | 2 +-
4017 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
4018 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
4019 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
4020 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
4021 drivers/video/fbdev/core/fb_defio.c | 8 +-
4022 drivers/video/fbdev/core/fbmem.c | 12 +-
4023 drivers/video/fbdev/hyperv_fb.c | 4 +-
4024 drivers/video/fbdev/i810/i810_accel.c | 1 +
4025 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
4026 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
4027 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
4028 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
4029 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
4030 drivers/video/fbdev/sis/sis_main.h | 2 +-
4031 drivers/video/fbdev/smscufx.c | 4 +-
4032 drivers/video/fbdev/udlfb.c | 36 +-
4033 drivers/video/fbdev/uvesafb.c | 52 +-
4034 drivers/video/fbdev/vesafb.c | 58 +-
4035 drivers/video/fbdev/via/via_clock.h | 2 +-
4036 drivers/xen/events/events_base.c | 6 +-
4037 drivers/xen/xen-pciback/pci_stub.c | 2 +-
4038 fs/9p/vfs_addr.c | 2 +-
4039 fs/9p/vfs_inode_dotl.c | 4 +-
4040 fs/Kconfig.binfmt | 2 +-
4041 fs/afs/file.c | 8 +-
4042 fs/afs/inode.c | 4 +-
4043 fs/afs/internal.h | 4 +-
4044 fs/aio.c | 2 +-
4045 fs/autofs4/waitq.c | 2 +-
4046 fs/befs/endian.h | 6 +-
4047 fs/befs/linuxvfs.c | 4 +-
4048 fs/binfmt_aout.c | 23 +-
4049 fs/binfmt_elf.c | 657 +-
4050 fs/binfmt_elf_fdpic.c | 4 +-
4051 fs/block_dev.c | 2 +-
4052 fs/btrfs/ctree.c | 11 +-
4053 fs/btrfs/ctree.h | 8 +-
4054 fs/btrfs/delayed-inode.c | 6 +-
4055 fs/btrfs/delayed-inode.h | 4 +-
4056 fs/btrfs/delayed-ref.c | 4 +-
4057 fs/btrfs/dev-replace.c | 20 +-
4058 fs/btrfs/dev-replace.h | 4 +-
4059 fs/btrfs/disk-io.c | 4 +-
4060 fs/btrfs/extent_map.c | 8 +-
4061 fs/btrfs/file.c | 4 +-
4062 fs/btrfs/free-space-cache.h | 1 +
4063 fs/btrfs/raid56.c | 30 +-
4064 fs/btrfs/scrub.c | 2 +-
4065 fs/btrfs/super.c | 2 +-
4066 fs/btrfs/sysfs.c | 2 +-
4067 fs/btrfs/tests/btrfs-tests.c | 2 +-
4068 fs/btrfs/tests/free-space-tests.c | 2 +-
4069 fs/btrfs/transaction.c | 2 +-
4070 fs/btrfs/tree-log.c | 8 +-
4071 fs/btrfs/tree-log.h | 2 +-
4072 fs/btrfs/volumes.c | 14 +-
4073 fs/btrfs/volumes.h | 22 +-
4074 fs/buffer.c | 2 +-
4075 fs/cachefiles/bind.c | 6 +-
4076 fs/cachefiles/daemon.c | 12 +-
4077 fs/cachefiles/internal.h | 16 +-
4078 fs/cachefiles/namei.c | 6 +-
4079 fs/cachefiles/proc.c | 12 +-
4080 fs/ceph/super.c | 4 +-
4081 fs/char_dev.c | 2 +-
4082 fs/cifs/cifs_debug.c | 12 +-
4083 fs/cifs/cifsfs.c | 13 +-
4084 fs/cifs/cifsglob.h | 54 +-
4085 fs/cifs/file.c | 14 +-
4086 fs/cifs/misc.c | 4 +-
4087 fs/cifs/smb1ops.c | 80 +-
4088 fs/cifs/smb2ops.c | 84 +-
4089 fs/cifs/smb2pdu.c | 3 +-
4090 fs/coda/cache.c | 10 +-
4091 fs/coda/dir.c | 5 +-
4092 fs/compat.c | 9 +-
4093 fs/compat_binfmt_elf.c | 2 +
4094 fs/compat_ioctl.c | 12 +-
4095 fs/configfs/dir.c | 2 +-
4096 fs/coredump.c | 18 +-
4097 fs/dcache.c | 63 +-
4098 fs/debugfs/file.c | 41 +-
4099 fs/ecryptfs/inode.c | 2 +-
4100 fs/ecryptfs/miscdev.c | 2 +-
4101 fs/exec.c | 309 +-
4102 fs/exofs/inode.c | 7 +-
4103 fs/exofs/super.c | 5 +-
4104 fs/ext2/super.c | 4 +-
4105 fs/ext2/xattr.c | 5 +-
4106 fs/ext4/ext4.h | 20 +-
4107 fs/ext4/extents.c | 2 +-
4108 fs/ext4/mballoc.c | 44 +-
4109 fs/ext4/resize.c | 16 +-
4110 fs/ext4/super.c | 6 +-
4111 fs/ext4/sysfs.c | 2 +-
4112 fs/ext4/xattr.c | 5 +-
4113 fs/f2fs/f2fs.h | 7 +-
4114 fs/f2fs/super.c | 2 +-
4115 fs/fhandle.c | 5 +-
4116 fs/file.c | 18 +-
4117 fs/freevxfs/vxfs_super.c | 6 +-
4118 fs/fs-writeback.c | 11 +-
4119 fs/fs_struct.c | 8 +-
4120 fs/fscache/cookie.c | 40 +-
4121 fs/fscache/internal.h | 202 +-
4122 fs/fscache/object.c | 26 +-
4123 fs/fscache/operation.c | 38 +-
4124 fs/fscache/page.c | 110 +-
4125 fs/fscache/stats.c | 348 +-
4126 fs/fuse/cuse.c | 10 +-
4127 fs/fuse/dev.c | 4 +-
4128 fs/fuse/file.c | 4 +-
4129 fs/fuse/inode.c | 4 +-
4130 fs/gfs2/aops.c | 2 +-
4131 fs/gfs2/file.c | 2 +-
4132 fs/gfs2/glock.c | 22 +-
4133 fs/gfs2/glops.c | 4 +-
4134 fs/gfs2/quota.c | 6 +-
4135 fs/hugetlbfs/inode.c | 13 +-
4136 fs/inode.c | 4 +-
4137 fs/jbd2/commit.c | 2 +-
4138 fs/jbd2/transaction.c | 4 +-
4139 fs/jffs2/erase.c | 3 +-
4140 fs/jffs2/file.c | 5 +-
4141 fs/jffs2/fs.c | 2 +-
4142 fs/jffs2/os-linux.h | 2 +-
4143 fs/jffs2/wbuf.c | 3 +-
4144 fs/jfs/super.c | 4 +-
4145 fs/kernfs/dir.c | 2 +-
4146 fs/kernfs/file.c | 20 +-
4147 fs/lockd/clnt4xdr.c | 46 +-
4148 fs/lockd/clntproc.c | 4 +-
4149 fs/lockd/clntxdr.c | 44 +-
4150 fs/lockd/mon.c | 24 +-
4151 fs/lockd/svc.c | 2 +-
4152 fs/lockd/svc4proc.c | 69 +-
4153 fs/lockd/svcproc.c | 75 +-
4154 fs/lockd/xdr.c | 44 +-
4155 fs/lockd/xdr4.c | 41 +-
4156 fs/logfs/dev_bdev.c | 13 +-
4157 fs/logfs/dev_mtd.c | 13 +-
4158 fs/logfs/dir.c | 4 +-
4159 fs/logfs/logfs.h | 5 +-
4160 fs/logfs/readwrite.c | 2 +-
4161 fs/logfs/segment.c | 2 +-
4162 fs/logfs/super.c | 39 -
4163 fs/namei.c | 2 +-
4164 fs/namespace.c | 15 +-
4165 fs/nfs/callback.h | 18 +-
4166 fs/nfs/callback_proc.c | 26 +-
4167 fs/nfs/callback_xdr.c | 73 +-
4168 fs/nfs/dir.c | 5 +-
4169 fs/nfs/inode.c | 6 +-
4170 fs/nfs/internal.h | 5 +-
4171 fs/nfs/mount_clnt.c | 26 +-
4172 fs/nfs/nfs2xdr.c | 101 +-
4173 fs/nfs/nfs3xdr.c | 201 +-
4174 fs/nfs/nfs42xdr.c | 72 +-
4175 fs/nfs/nfs4xdr.c | 507 +-
4176 fs/nfs/read.c | 2 +-
4177 fs/nfs/symlink.c | 6 +-
4178 fs/nfsd/current_stateid.h | 24 +-
4179 fs/nfsd/nfs2acl.c | 85 +-
4180 fs/nfsd/nfs3acl.c | 44 +-
4181 fs/nfsd/nfs3proc.c | 271 +-
4182 fs/nfsd/nfs3xdr.c | 171 +-
4183 fs/nfsd/nfs4callback.c | 31 +-
4184 fs/nfsd/nfs4proc.c | 320 +-
4185 fs/nfsd/nfs4state.c | 111 +-
4186 fs/nfsd/nfs4xdr.c | 564 +-
4187 fs/nfsd/nfscache.c | 13 +-
4188 fs/nfsd/nfsproc.c | 193 +-
4189 fs/nfsd/nfsxdr.c | 96 +-
4190 fs/nfsd/vfs.c | 6 +-
4191 fs/nfsd/xdr.h | 50 +-
4192 fs/nfsd/xdr3.h | 100 +-
4193 fs/nfsd/xdr4.h | 50 +-
4194 fs/nls/nls_base.c | 26 +-
4195 fs/nls/nls_cp932.c | 2 +-
4196 fs/nls/nls_cp936.c | 2 +-
4197 fs/nls/nls_cp949.c | 2 +-
4198 fs/nls/nls_cp950.c | 2 +-
4199 fs/nls/nls_euc-jp.c | 8 +-
4200 fs/nls/nls_koi8-ru.c | 8 +-
4201 fs/notify/fanotify/fanotify_user.c | 4 +-
4202 fs/notify/notification.c | 4 +-
4203 fs/ntfs/debug.h | 6 +-
4204 fs/ntfs/dir.c | 4 +-
4205 fs/ntfs/inode.c | 19 +-
4206 fs/ntfs/inode.h | 4 +-
4207 fs/ntfs/mft.c | 4 +-
4208 fs/ntfs/super.c | 8 +-
4209 fs/ocfs2/cluster/masklog.h | 2 +-
4210 fs/ocfs2/dlm/dlmcommon.h | 4 +-
4211 fs/ocfs2/dlm/dlmdebug.c | 10 +-
4212 fs/ocfs2/dlm/dlmdomain.c | 4 +-
4213 fs/ocfs2/dlm/dlmmaster.c | 4 +-
4214 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
4215 fs/ocfs2/filecheck.c | 2 +-
4216 fs/ocfs2/localalloc.c | 2 +-
4217 fs/ocfs2/ocfs2.h | 10 +-
4218 fs/ocfs2/suballoc.c | 12 +-
4219 fs/ocfs2/super.c | 20 +-
4220 fs/orangefs/super.c | 4 +-
4221 fs/overlayfs/copy_up.c | 2 +-
4222 fs/overlayfs/super.c | 6 +-
4223 fs/pipe.c | 72 +-
4224 fs/posix_acl.c | 4 +-
4225 fs/proc/array.c | 20 +
4226 fs/proc/base.c | 7 +-
4227 fs/proc/kcore.c | 35 +-
4228 fs/proc/meminfo.c | 2 +-
4229 fs/proc/nommu.c | 2 +-
4230 fs/proc/proc_net.c | 2 +-
4231 fs/proc/proc_sysctl.c | 26 +-
4232 fs/proc/task_mmu.c | 39 +-
4233 fs/proc/task_nommu.c | 6 +-
4234 fs/proc/vmcore.c | 16 +-
4235 fs/qnx6/qnx6.h | 4 +-
4236 fs/quota/netlink.c | 4 +-
4237 fs/read_write.c | 34 +-
4238 fs/readdir.c | 3 +-
4239 fs/reiserfs/do_balan.c | 2 +-
4240 fs/reiserfs/procfs.c | 2 +-
4241 fs/reiserfs/reiserfs.h | 4 +-
4242 fs/select.c | 2 +-
4243 fs/seq_file.c | 4 +-
4244 fs/splice.c | 43 +-
4245 fs/squashfs/xattr.c | 10 +-
4246 fs/super.c | 3 +-
4247 fs/sysv/sysv.h | 2 +-
4248 fs/tracefs/inode.c | 8 +-
4249 fs/ubifs/find.c | 34 +-
4250 fs/ubifs/lprops.c | 5 +-
4251 fs/udf/misc.c | 2 +-
4252 fs/ufs/super.c | 4 +-
4253 fs/ufs/swab.h | 4 +-
4254 fs/userfaultfd.c | 2 +-
4255 fs/xattr.c | 21 +
4256 fs/xfs/kmem.h | 8 +
4257 fs/xfs/libxfs/xfs_bmap.c | 2 +-
4258 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
4259 fs/xfs/xfs_ioctl.c | 2 +-
4260 fs/xfs/xfs_linux.h | 4 +-
4261 fs/xfs/xfs_super.c | 8 +-
4262 include/acpi/acpiosxf.h | 3 +-
4263 include/acpi/acpixf.h | 2 +-
4264 include/acpi/ghes.h | 2 +-
4265 include/asm-generic/4level-fixup.h | 2 +
4266 include/asm-generic/atomic-long.h | 192 +-
4267 include/asm-generic/atomic64.h | 13 +
4268 include/asm-generic/bitops/__fls.h | 2 +-
4269 include/asm-generic/bitops/fls.h | 2 +-
4270 include/asm-generic/bitops/fls64.h | 4 +-
4271 include/asm-generic/bug.h | 7 +-
4272 include/asm-generic/cache.h | 4 +-
4273 include/asm-generic/emergency-restart.h | 2 +-
4274 include/asm-generic/kmap_types.h | 4 +-
4275 include/asm-generic/local.h | 13 +
4276 include/asm-generic/pgtable-nopmd.h | 19 +-
4277 include/asm-generic/pgtable-nopud.h | 15 +-
4278 include/asm-generic/pgtable.h | 16 +
4279 include/asm-generic/sections.h | 1 +
4280 include/asm-generic/uaccess.h | 16 +
4281 include/asm-generic/vmlinux.lds.h | 28 +-
4282 include/crypto/algapi.h | 2 +-
4283 include/crypto/cast6.h | 4 +-
4284 include/crypto/serpent.h | 4 +-
4285 include/crypto/xts.h | 2 +-
4286 include/drm/drmP.h | 21 +-
4287 include/drm/drm_mm.h | 2 +-
4288 include/drm/drm_modeset_helper_vtables.h | 3 +-
4289 include/drm/i915_pciids.h | 2 +-
4290 include/drm/intel-gtt.h | 4 +-
4291 include/drm/ttm/ttm_memory.h | 2 +-
4292 include/drm/ttm/ttm_page_alloc.h | 1 +
4293 include/keys/asymmetric-subtype.h | 2 +-
4294 include/keys/encrypted-type.h | 2 +-
4295 include/keys/rxrpc-type.h | 2 +-
4296 include/keys/user-type.h | 2 +-
4297 include/linux/atmdev.h | 4 +-
4298 include/linux/atomic.h | 39 +-
4299 include/linux/audit.h | 7 +-
4300 include/linux/average.h | 2 +-
4301 include/linux/binfmts.h | 3 +-
4302 include/linux/bio.h | 4 +-
4303 include/linux/bitmap.h | 2 +-
4304 include/linux/bitops.h | 8 +-
4305 include/linux/blk-cgroup.h | 24 +-
4306 include/linux/blkdev.h | 2 +-
4307 include/linux/blktrace_api.h | 2 +-
4308 include/linux/cache.h | 9 +
4309 include/linux/cdrom.h | 1 -
4310 include/linux/cgroup-defs.h | 2 +-
4311 include/linux/cleancache.h | 2 +-
4312 include/linux/clk-provider.h | 1 +
4313 include/linux/compat.h | 15 +-
4314 include/linux/compiler-gcc.h | 48 +-
4315 include/linux/compiler.h | 203 +-
4316 include/linux/configfs.h | 2 +-
4317 include/linux/cpufreq.h | 7 +-
4318 include/linux/cpuidle.h | 5 +-
4319 include/linux/cpumask.h | 14 +-
4320 include/linux/crypto.h | 4 +-
4321 include/linux/ctype.h | 2 +-
4322 include/linux/dcache.h | 4 +-
4323 include/linux/debugfs.h | 8 +
4324 include/linux/decompress/mm.h | 2 +-
4325 include/linux/devfreq.h | 2 +-
4326 include/linux/device.h | 7 +-
4327 include/linux/dma-mapping.h | 2 +-
4328 include/linux/efi.h | 1 +
4329 include/linux/elf.h | 2 +
4330 include/linux/err.h | 4 +-
4331 include/linux/ethtool.h | 1 +
4332 include/linux/extcon.h | 2 +-
4333 include/linux/fb.h | 3 +-
4334 include/linux/fdtable.h | 2 +-
4335 include/linux/firewire.h | 2 +-
4336 include/linux/fs.h | 7 +-
4337 include/linux/fs_struct.h | 2 +-
4338 include/linux/fscache-cache.h | 2 +-
4339 include/linux/fscache.h | 2 +-
4340 include/linux/fsnotify.h | 2 +-
4341 include/linux/genhd.h | 4 +-
4342 include/linux/genl_magic_func.h | 2 +-
4343 include/linux/genl_magic_struct.h | 4 +-
4344 include/linux/gfp.h | 16 +-
4345 include/linux/highmem.h | 12 +
4346 include/linux/hugetlb.h | 2 +-
4347 include/linux/hugetlb_cgroup.h | 11 +
4348 include/linux/hwmon-sysfs.h | 6 +-
4349 include/linux/i2c.h | 1 +
4350 include/linux/if_pppox.h | 2 +-
4351 include/linux/init.h | 10 +-
4352 include/linux/init_task.h | 7 +
4353 include/linux/interrupt.h | 6 +-
4354 include/linux/iommu.h | 2 +-
4355 include/linux/ioport.h | 2 +-
4356 include/linux/ipc.h | 2 +-
4357 include/linux/irq.h | 5 +-
4358 include/linux/irqchip/mmp.h | 2 +-
4359 include/linux/irqdesc.h | 2 +-
4360 include/linux/irqdomain.h | 3 +
4361 include/linux/jbd2.h | 2 +-
4362 include/linux/jiffies.h | 16 +-
4363 include/linux/kallsyms.h | 18 +-
4364 include/linux/key-type.h | 2 +-
4365 include/linux/kgdb.h | 6 +-
4366 include/linux/kmemleak.h | 4 +-
4367 include/linux/kobject.h | 10 +-
4368 include/linux/kobject_ns.h | 2 +-
4369 include/linux/kref.h | 2 +-
4370 include/linux/libata.h | 2 +-
4371 include/linux/linkage.h | 31 +-
4372 include/linux/list.h | 15 +
4373 include/linux/llist.h | 9 +
4374 include/linux/lockd/xdr.h | 34 +-
4375 include/linux/lockd/xdr4.h | 34 +-
4376 include/linux/lockref.h | 26 +-
4377 include/linux/math64.h | 10 +-
4378 include/linux/memcontrol.h | 2 +-
4379 include/linux/memory.h | 2 +-
4380 include/linux/mempolicy.h | 7 +
4381 include/linux/mm.h | 97 +-
4382 include/linux/mm_types.h | 20 +
4383 include/linux/mmiotrace.h | 4 +-
4384 include/linux/mmzone.h | 4 +-
4385 include/linux/mod_devicetable.h | 4 +-
4386 include/linux/module.h | 60 +-
4387 include/linux/moduleloader.h | 16 +
4388 include/linux/moduleparam.h | 12 +-
4389 include/linux/net.h | 2 +-
4390 include/linux/netdevice.h | 11 +-
4391 include/linux/netfilter.h | 2 +-
4392 include/linux/netfilter/ipset/ip_set.h | 16 +-
4393 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
4394 include/linux/netfilter/nfnetlink.h | 2 +-
4395 include/linux/netlink.h | 12 +-
4396 include/linux/nls.h | 4 +-
4397 include/linux/notifier.h | 3 +-
4398 include/linux/oprofile.h | 4 +-
4399 include/linux/padata.h | 2 +-
4400 include/linux/pagemap.h | 4 +-
4401 include/linux/pci_hotplug.h | 3 +-
4402 include/linux/percpu.h | 2 +-
4403 include/linux/perf_event.h | 12 +-
4404 include/linux/pid.h | 4 +-
4405 include/linux/pipe_fs_i.h | 8 +-
4406 include/linux/pm.h | 1 +
4407 include/linux/pm_domain.h | 2 +-
4408 include/linux/pm_runtime.h | 2 +-
4409 include/linux/pnp.h | 2 +-
4410 include/linux/poison.h | 4 +-
4411 include/linux/power/smartreflex.h | 2 +-
4412 include/linux/ppp-comp.h | 2 +-
4413 include/linux/preempt.h | 21 +
4414 include/linux/printk.h | 4 +-
4415 include/linux/proc_ns.h | 2 +-
4416 include/linux/psci.h | 2 +-
4417 include/linux/quota.h | 2 +-
4418 include/linux/random.h | 21 +-
4419 include/linux/ratelimit.h | 3 +-
4420 include/linux/rculist.h | 16 +
4421 include/linux/rcupdate.h | 8 +
4422 include/linux/reboot.h | 14 +-
4423 include/linux/regset.h | 3 +-
4424 include/linux/relay.h | 2 +-
4425 include/linux/rio.h | 2 +-
4426 include/linux/rmap.h | 4 +-
4427 include/linux/sched.h | 88 +-
4428 include/linux/scif.h | 2 +-
4429 include/linux/semaphore.h | 2 +-
4430 include/linux/seq_buf.h | 4 +-
4431 include/linux/seq_file.h | 1 +
4432 include/linux/seqlock.h | 10 +
4433 include/linux/signal.h | 2 +-
4434 include/linux/skbuff.h | 12 +-
4435 include/linux/slab.h | 56 +-
4436 include/linux/slab_def.h | 17 +-
4437 include/linux/slub_def.h | 5 +-
4438 include/linux/smp.h | 2 +
4439 include/linux/sock_diag.h | 2 +-
4440 include/linux/sonet.h | 2 +-
4441 include/linux/spinlock.h | 17 +-
4442 include/linux/srcu.h | 5 +-
4443 include/linux/string.h | 72 +-
4444 include/linux/sunrpc/addr.h | 8 +-
4445 include/linux/sunrpc/clnt.h | 2 +-
4446 include/linux/sunrpc/svc.h | 2 +-
4447 include/linux/sunrpc/svc_rdma.h | 18 +-
4448 include/linux/sunrpc/svcauth.h | 2 +-
4449 include/linux/swapops.h | 10 +-
4450 include/linux/syscalls.h | 38 +-
4451 include/linux/syscore_ops.h | 2 +-
4452 include/linux/sysctl.h | 3 +-
4453 include/linux/sysfs.h | 11 +-
4454 include/linux/sysrq.h | 3 +-
4455 include/linux/tcp.h | 14 +-
4456 include/linux/thread_info.h | 15 +-
4457 include/linux/tty.h | 4 +-
4458 include/linux/tty_driver.h | 2 +-
4459 include/linux/tty_ldisc.h | 2 +-
4460 include/linux/types.h | 18 +
4461 include/linux/uaccess.h | 2 +-
4462 include/linux/uio_driver.h | 2 +-
4463 include/linux/unaligned/access_ok.h | 24 +-
4464 include/linux/usb.h | 12 +-
4465 include/linux/usb/hcd.h | 1 +
4466 include/linux/usb/renesas_usbhs.h | 2 +-
4467 include/linux/vermagic.h | 21 +-
4468 include/linux/vga_switcheroo.h | 8 +-
4469 include/linux/vmalloc.h | 7 +-
4470 include/linux/vmstat.h | 40 +-
4471 include/linux/writeback.h | 3 +-
4472 include/linux/xattr.h | 5 +-
4473 include/linux/zlib.h | 3 +-
4474 include/media/v4l2-dev.h | 2 +-
4475 include/media/v4l2-device.h | 2 +-
4476 include/net/9p/transport.h | 2 +-
4477 include/net/bluetooth/l2cap.h | 2 +-
4478 include/net/bonding.h | 2 +-
4479 include/net/caif/cfctrl.h | 6 +-
4480 include/net/cfg80211-wext.h | 20 +-
4481 include/net/cfg802154.h | 2 +-
4482 include/net/fib_rules.h | 6 +-
4483 include/net/flow.h | 2 +-
4484 include/net/genetlink.h | 2 +-
4485 include/net/gro_cells.h | 2 +-
4486 include/net/inet_connection_sock.h | 2 +-
4487 include/net/inet_sock.h | 2 +-
4488 include/net/inetpeer.h | 2 +-
4489 include/net/ip6_fib.h | 4 -
4490 include/net/ip_fib.h | 2 +-
4491 include/net/ip_vs.h | 8 +-
4492 include/net/ipv6.h | 2 +-
4493 include/net/irda/ircomm_tty.h | 1 +
4494 include/net/irda/irias_object.h | 2 +-
4495 include/net/irda/irlmp.h | 1 +
4496 include/net/irda/irlmp_event.h | 6 +-
4497 include/net/irda/timer.h | 6 +-
4498 include/net/iucv/af_iucv.h | 2 +-
4499 include/net/llc_c_ac.h | 2 +-
4500 include/net/llc_c_ev.h | 4 +-
4501 include/net/llc_c_st.h | 2 +-
4502 include/net/llc_s_ac.h | 2 +-
4503 include/net/llc_s_st.h | 2 +-
4504 include/net/mac80211.h | 6 +-
4505 include/net/neighbour.h | 4 +-
4506 include/net/net_namespace.h | 18 +-
4507 include/net/netfilter/nf_conntrack.h | 2 +-
4508 include/net/netlabel.h | 1 +
4509 include/net/netlink.h | 2 +-
4510 include/net/netns/conntrack.h | 6 +-
4511 include/net/netns/ipv4.h | 4 +-
4512 include/net/netns/ipv6.h | 4 +-
4513 include/net/netns/xfrm.h | 2 +-
4514 include/net/ping.h | 2 +-
4515 include/net/protocol.h | 4 +-
4516 include/net/rtnetlink.h | 2 +-
4517 include/net/sctp/checksum.h | 4 +-
4518 include/net/sctp/sm.h | 4 +-
4519 include/net/sctp/structs.h | 2 +-
4520 include/net/snmp.h | 10 +-
4521 include/net/sock.h | 14 +-
4522 include/net/tcp.h | 10 +-
4523 include/net/xfrm.h | 15 +-
4524 include/rdma/ib_cm.h | 8 +-
4525 include/rdma/ib_verbs.h | 2 +-
4526 include/scsi/libfc.h | 3 +-
4527 include/scsi/scsi_device.h | 6 +-
4528 include/scsi/scsi_driver.h | 2 +-
4529 include/scsi/scsi_transport_fc.h | 3 +-
4530 include/scsi/sg.h | 2 +-
4531 include/sound/compress_driver.h | 2 +-
4532 include/sound/control.h | 4 +-
4533 include/sound/pcm.h | 2 +-
4534 include/sound/rawmidi.h | 3 +-
4535 include/sound/seq_kernel.h | 2 +-
4536 include/sound/soc.h | 4 +-
4537 include/trace/events/irq.h | 4 +-
4538 include/trace/events/mmflags.h | 7 +
4539 include/uapi/linux/a.out.h | 8 +
4540 include/uapi/linux/bcache.h | 5 +-
4541 include/uapi/linux/byteorder/little_endian.h | 28 +-
4542 include/uapi/linux/connector.h | 2 +-
4543 include/uapi/linux/elf.h | 28 +
4544 include/uapi/linux/personality.h | 1 +
4545 include/uapi/linux/screen_info.h | 2 +-
4546 include/uapi/linux/swab.h | 6 +-
4547 include/uapi/linux/xattr.h | 5 +
4548 include/video/udlfb.h | 8 +-
4549 include/video/uvesafb.h | 1 +
4550 init/Kconfig | 7 +-
4551 init/do_mounts.c | 16 +-
4552 init/do_mounts.h | 8 +-
4553 init/do_mounts_initrd.c | 30 +-
4554 init/do_mounts_md.c | 6 +-
4555 init/init_task.c | 4 +
4556 init/initramfs.c | 38 +-
4557 init/main.c | 41 +-
4558 ipc/compat.c | 4 +-
4559 ipc/ipc_sysctl.c | 14 +-
4560 ipc/mq_sysctl.c | 4 +-
4561 ipc/sem.c | 4 +-
4562 ipc/shm.c | 8 +-
4563 kernel/audit.c | 10 +-
4564 kernel/auditsc.c | 4 +-
4565 kernel/bpf/core.c | 28 +-
4566 kernel/capability.c | 3 +
4567 kernel/cgroup.c | 29 +-
4568 kernel/cgroup_pids.c | 8 +-
4569 kernel/compat.c | 38 +-
4570 kernel/debug/debug_core.c | 16 +-
4571 kernel/debug/kdb/kdb_main.c | 4 +-
4572 kernel/events/callchain.c | 2 +-
4573 kernel/events/core.c | 36 +-
4574 kernel/events/internal.h | 10 +-
4575 kernel/events/uprobes.c | 2 +-
4576 kernel/exit.c | 45 +-
4577 kernel/extable.c | 17 +-
4578 kernel/fork.c | 187 +-
4579 kernel/futex.c | 9 +
4580 kernel/futex_compat.c | 2 +-
4581 kernel/irq/manage.c | 2 +-
4582 kernel/irq/msi.c | 19 +-
4583 kernel/irq/spurious.c | 2 +-
4584 kernel/jump_label.c | 5 +
4585 kernel/kallsyms.c | 40 +-
4586 kernel/kexec.c | 3 +-
4587 kernel/kmod.c | 8 +-
4588 kernel/kprobes.c | 4 +-
4589 kernel/ksysfs.c | 2 +-
4590 kernel/locking/lockdep.c | 7 +-
4591 kernel/module.c | 430 +-
4592 kernel/notifier.c | 17 +-
4593 kernel/padata.c | 4 +-
4594 kernel/panic.c | 11 +-
4595 kernel/pid.c | 8 +-
4596 kernel/pid_namespace.c | 2 +-
4597 kernel/power/hibernate.c | 21 +-
4598 kernel/power/power.h | 2 +
4599 kernel/power/process.c | 12 +-
4600 kernel/power/snapshot.c | 22 +
4601 kernel/profile.c | 14 +-
4602 kernel/ptrace.c | 8 +-
4603 kernel/rcu/rcutorture.c | 60 +-
4604 kernel/rcu/tiny.c | 4 +-
4605 kernel/rcu/tree.c | 36 +-
4606 kernel/rcu/tree.h | 14 +-
4607 kernel/rcu/tree_exp.h | 6 +-
4608 kernel/rcu/tree_plugin.h | 18 +-
4609 kernel/rcu/tree_trace.c | 12 +-
4610 kernel/resource.c | 4 +-
4611 kernel/sched/auto_group.c | 4 +-
4612 kernel/sched/core.c | 8 +-
4613 kernel/sched/deadline.c | 4 +-
4614 kernel/sched/debug.c | 45 +-
4615 kernel/sched/fair.c | 2 +-
4616 kernel/sched/rt.c | 4 +-
4617 kernel/sched/sched.h | 13 +-
4618 kernel/signal.c | 28 +-
4619 kernel/smp.c | 2 +-
4620 kernel/smpboot.c | 7 +-
4621 kernel/softirq.c | 12 +-
4622 kernel/stop_machine.c | 2 +-
4623 kernel/sys.c | 10 +-
4624 kernel/sys_ni.c | 4 +-
4625 kernel/sysctl.c | 34 +-
4626 kernel/time/alarmtimer.c | 4 +-
4627 kernel/time/posix-clock.c | 8 +-
4628 kernel/time/posix-cpu-timers.c | 4 +-
4629 kernel/time/posix-timers.c | 36 +-
4630 kernel/time/timer.c | 2 +-
4631 kernel/time/timer_stats.c | 10 +-
4632 kernel/trace/blktrace.c | 6 +-
4633 kernel/trace/ftrace.c | 33 +-
4634 kernel/trace/ring_buffer.c | 96 +-
4635 kernel/trace/trace.c | 2 +-
4636 kernel/trace/trace.h | 2 +-
4637 kernel/trace/trace_clock.c | 4 +-
4638 kernel/trace/trace_events.c | 1 -
4639 kernel/trace/trace_events_hist.c | 4 +-
4640 kernel/trace/trace_functions_graph.c | 4 +-
4641 kernel/trace/trace_mmiotrace.c | 8 +-
4642 kernel/trace/trace_output.c | 10 +-
4643 kernel/trace/trace_seq.c | 2 +-
4644 kernel/trace/trace_stack.c | 2 +-
4645 kernel/trace/tracing_map.c | 48 +-
4646 kernel/trace/tracing_map.h | 6 +-
4647 kernel/user.c | 2 +-
4648 kernel/user_namespace.c | 2 +-
4649 kernel/utsname_sysctl.c | 2 +-
4650 kernel/watchdog.c | 2 +-
4651 kernel/workqueue.c | 8 +-
4652 lib/842/842_compress.c | 10 +-
4653 lib/842/842_debugfs.h | 12 +-
4654 lib/842/842_decompress.c | 10 +-
4655 lib/Kconfig.debug | 6 +-
4656 lib/Makefile | 2 +-
4657 lib/bitmap.c | 8 +-
4658 lib/bug.c | 2 +
4659 lib/debugobjects.c | 2 +-
4660 lib/decompress_bunzip2.c | 3 +-
4661 lib/decompress_unlzma.c | 4 +-
4662 lib/div64.c | 4 +-
4663 lib/dma-debug.c | 4 +-
4664 lib/inflate.c | 2 +-
4665 lib/ioremap.c | 4 +-
4666 lib/irq_poll.c | 2 +-
4667 lib/kobject.c | 4 +-
4668 lib/list_debug.c | 126 +-
4669 lib/llist.c | 17 +
4670 lib/lockref.c | 44 +-
4671 lib/percpu-refcount.c | 2 +-
4672 lib/radix-tree.c | 2 +-
4673 lib/random32.c | 2 +-
4674 lib/rhashtable.c | 4 +-
4675 lib/seq_buf.c | 4 +-
4676 lib/show_mem.c | 2 +-
4677 lib/strncpy_from_user.c | 2 +-
4678 lib/strnlen_user.c | 2 +-
4679 lib/vsprintf.c | 18 +-
4680 mm/Kconfig | 6 +-
4681 mm/Kconfig.debug | 2 -
4682 mm/backing-dev.c | 4 +-
4683 mm/fadvise.c | 2 +-
4684 mm/filemap.c | 8 +-
4685 mm/gup.c | 13 +-
4686 mm/highmem.c | 6 +-
4687 mm/hugetlb.c | 137 +-
4688 mm/hugetlb_cgroup.c | 60 +-
4689 mm/internal.h | 3 +-
4690 mm/maccess.c | 12 +-
4691 mm/madvise.c | 37 +
4692 mm/memcontrol.c | 6 +-
4693 mm/memory-failure.c | 6 +-
4694 mm/memory.c | 399 +-
4695 mm/mempolicy.c | 25 +
4696 mm/mlock.c | 18 +-
4697 mm/mm_init.c | 2 +-
4698 mm/mmap.c | 552 +-
4699 mm/mprotect.c | 137 +-
4700 mm/mremap.c | 39 +-
4701 mm/nommu.c | 21 +-
4702 mm/page-writeback.c | 2 +-
4703 mm/page_alloc.c | 53 +-
4704 mm/percpu.c | 2 +-
4705 mm/process_vm_access.c | 14 +-
4706 mm/readahead.c | 2 +-
4707 mm/rmap.c | 43 +-
4708 mm/shmem.c | 36 +-
4709 mm/slab.c | 100 +-
4710 mm/slab.h | 43 +-
4711 mm/slab_common.c | 143 +-
4712 mm/slob.c | 239 +-
4713 mm/slub.c | 103 +-
4714 mm/sparse-vmemmap.c | 4 +-
4715 mm/sparse.c | 2 +-
4716 mm/swap.c | 7 +
4717 mm/swapfile.c | 12 +-
4718 mm/usercopy.c | 63 +-
4719 mm/util.c | 7 +
4720 mm/vmalloc.c | 116 +-
4721 mm/vmstat.c | 24 +-
4722 net/8021q/vlan.c | 5 +-
4723 net/8021q/vlan_netlink.c | 2 +-
4724 net/9p/mod.c | 4 +-
4725 net/9p/trans_fd.c | 2 +-
4726 net/atm/atm_misc.c | 8 +-
4727 net/atm/lec.h | 2 +-
4728 net/atm/proc.c | 6 +-
4729 net/atm/resources.c | 4 +-
4730 net/ax25/sysctl_net_ax25.c | 2 +-
4731 net/batman-adv/bat_iv_ogm.c | 8 +-
4732 net/batman-adv/fragmentation.c | 2 +-
4733 net/batman-adv/routing.c | 4 +-
4734 net/batman-adv/soft-interface.c | 12 +-
4735 net/batman-adv/sysfs.c | 48 +-
4736 net/batman-adv/sysfs.h | 4 +-
4737 net/batman-adv/translation-table.c | 14 +-
4738 net/batman-adv/types.h | 8 +-
4739 net/bluetooth/hci_sock.c | 2 +-
4740 net/bluetooth/l2cap_core.c | 6 +-
4741 net/bluetooth/l2cap_sock.c | 12 +-
4742 net/bluetooth/rfcomm/sock.c | 4 +-
4743 net/bluetooth/rfcomm/tty.c | 4 +-
4744 net/bridge/br_netfilter_hooks.c | 4 +-
4745 net/bridge/br_netlink.c | 2 +-
4746 net/bridge/netfilter/ebtables.c | 6 +-
4747 net/caif/cfctrl.c | 11 +-
4748 net/caif/chnl_net.c | 4 +-
4749 net/can/af_can.c | 2 +-
4750 net/can/gw.c | 6 +-
4751 net/ceph/ceph_common.c | 2 +-
4752 net/ceph/messenger.c | 4 +-
4753 net/compat.c | 26 +-
4754 net/core/datagram.c | 2 +-
4755 net/core/dev.c | 26 +-
4756 net/core/filter.c | 2 +-
4757 net/core/flow.c | 8 +-
4758 net/core/neighbour.c | 18 +-
4759 net/core/net-procfs.c | 4 +-
4760 net/core/net-sysfs.c | 2 +-
4761 net/core/net_namespace.c | 10 +-
4762 net/core/netpoll.c | 4 +-
4763 net/core/rtnetlink.c | 17 +-
4764 net/core/scm.c | 12 +-
4765 net/core/skbuff.c | 11 +-
4766 net/core/sock.c | 32 +-
4767 net/core/sock_diag.c | 17 +-
4768 net/core/sysctl_net_core.c | 22 +-
4769 net/decnet/af_decnet.c | 28 +-
4770 net/decnet/sysctl_net_decnet.c | 4 +-
4771 net/dsa/dsa.c | 4 +-
4772 net/dsa/dsa_priv.h | 2 +-
4773 net/dsa/slave.c | 2 +-
4774 net/hsr/hsr_device.c | 2 +-
4775 net/hsr/hsr_netlink.c | 2 +-
4776 net/ieee802154/6lowpan/core.c | 2 +-
4777 net/ieee802154/6lowpan/reassembly.c | 14 +-
4778 net/ieee802154/core.c | 6 +-
4779 net/ipv4/af_inet.c | 6 +-
4780 net/ipv4/arp.c | 2 +-
4781 net/ipv4/devinet.c | 20 +-
4782 net/ipv4/fib_frontend.c | 6 +-
4783 net/ipv4/fib_semantics.c | 2 +-
4784 net/ipv4/icmp.c | 2 +-
4785 net/ipv4/inet_connection_sock.c | 4 +-
4786 net/ipv4/inet_diag.c | 4 +-
4787 net/ipv4/inet_timewait_sock.c | 2 +-
4788 net/ipv4/inetpeer.c | 2 +-
4789 net/ipv4/ip_fragment.c | 17 +-
4790 net/ipv4/ip_gre.c | 6 +-
4791 net/ipv4/ip_sockglue.c | 5 +-
4792 net/ipv4/ip_vti.c | 6 +-
4793 net/ipv4/ipconfig.c | 6 +-
4794 net/ipv4/ipip.c | 4 +-
4795 net/ipv4/netfilter/arp_tables.c | 10 +-
4796 net/ipv4/netfilter/ip_tables.c | 10 +-
4797 net/ipv4/ping.c | 14 +-
4798 net/ipv4/proc.c | 10 +-
4799 net/ipv4/raw.c | 16 +-
4800 net/ipv4/route.c | 36 +-
4801 net/ipv4/sysctl_net_ipv4.c | 24 +-
4802 net/ipv4/tcp_input.c | 6 +-
4803 net/ipv4/tcp_ipv4.c | 2 +-
4804 net/ipv4/tcp_metrics.c | 2 +-
4805 net/ipv4/tcp_probe.c | 2 +-
4806 net/ipv4/udp.c | 10 +-
4807 net/ipv4/xfrm4_mode_beet.c | 2 +-
4808 net/ipv4/xfrm4_mode_transport.c | 2 +-
4809 net/ipv4/xfrm4_policy.c | 19 +-
4810 net/ipv4/xfrm4_state.c | 4 +-
4811 net/ipv6/addrconf.c | 26 +-
4812 net/ipv6/af_inet6.c | 2 +-
4813 net/ipv6/datagram.c | 2 +-
4814 net/ipv6/icmp.c | 2 +-
4815 net/ipv6/inet6_hashtables.c | 2 +-
4816 net/ipv6/ip6_fib.c | 4 +-
4817 net/ipv6/ip6_gre.c | 10 +-
4818 net/ipv6/ip6_tunnel.c | 4 +-
4819 net/ipv6/ip6_vti.c | 4 +-
4820 net/ipv6/ipv6_sockglue.c | 2 +-
4821 net/ipv6/ndisc.c | 2 +-
4822 net/ipv6/netfilter/ip6_tables.c | 10 +-
4823 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
4824 net/ipv6/ping.c | 33 +-
4825 net/ipv6/proc.c | 10 +-
4826 net/ipv6/raw.c | 17 +-
4827 net/ipv6/reassembly.c | 13 +-
4828 net/ipv6/route.c | 2 +-
4829 net/ipv6/sit.c | 4 +-
4830 net/ipv6/sysctl_net_ipv6.c | 2 +-
4831 net/ipv6/udp.c | 6 +-
4832 net/ipv6/xfrm6_mode_beet.c | 2 +-
4833 net/ipv6/xfrm6_mode_transport.c | 2 +-
4834 net/ipv6/xfrm6_policy.c | 17 +-
4835 net/irda/discovery.c | 2 +-
4836 net/irda/ircomm/ircomm_core.c | 13 +-
4837 net/irda/ircomm/ircomm_tty.c | 24 +-
4838 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
4839 net/irda/irda_device.c | 14 +-
4840 net/irda/iriap.c | 14 +-
4841 net/irda/irias_object.c | 10 +-
4842 net/irda/irlan/irlan_client.c | 2 +-
4843 net/irda/irlap.c | 15 +-
4844 net/irda/irlap_event.c | 2 +-
4845 net/irda/irlmp.c | 21 +-
4846 net/irda/irlmp_event.c | 6 +-
4847 net/irda/irnet/irnet.h | 2 +-
4848 net/irda/irnet/irnet_irda.c | 6 +-
4849 net/irda/irttp.c | 8 +-
4850 net/irda/timer.c | 24 +-
4851 net/iucv/af_iucv.c | 11 +-
4852 net/iucv/iucv.c | 2 +-
4853 net/key/af_key.c | 4 +-
4854 net/l2tp/l2tp_eth.c | 40 +-
4855 net/l2tp/l2tp_ip.c | 2 +-
4856 net/l2tp/l2tp_ip6.c | 2 +-
4857 net/mac80211/cfg.c | 12 +-
4858 net/mac80211/debugfs.c | 2 +-
4859 net/mac80211/debugfs_key.c | 6 +-
4860 net/mac80211/ieee80211_i.h | 3 +-
4861 net/mac80211/iface.c | 20 +-
4862 net/mac80211/main.c | 2 +-
4863 net/mac80211/pm.c | 4 +-
4864 net/mac80211/rate.c | 2 +-
4865 net/mac80211/sta_info.c | 2 +-
4866 net/mac80211/tx.c | 2 +-
4867 net/mac80211/util.c | 8 +-
4868 net/mac80211/wpa.c | 12 +-
4869 net/mac802154/iface.c | 6 +-
4870 net/mpls/af_mpls.c | 10 +-
4871 net/netfilter/ipset/ip_set_core.c | 7 +-
4872 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
4873 net/netfilter/ipvs/ip_vs_core.c | 8 +-
4874 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
4875 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
4876 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
4877 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
4878 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
4879 net/netfilter/nf_conntrack_acct.c | 2 +-
4880 net/netfilter/nf_conntrack_core.c | 2 +-
4881 net/netfilter/nf_conntrack_ecache.c | 2 +-
4882 net/netfilter/nf_conntrack_helper.c | 2 +-
4883 net/netfilter/nf_conntrack_netlink.c | 22 +-
4884 net/netfilter/nf_conntrack_proto.c | 2 +-
4885 net/netfilter/nf_conntrack_standalone.c | 2 +-
4886 net/netfilter/nf_conntrack_timestamp.c | 2 +-
4887 net/netfilter/nf_log.c | 12 +-
4888 net/netfilter/nf_nat_ftp.c | 2 +-
4889 net/netfilter/nf_nat_irc.c | 2 +-
4890 net/netfilter/nf_sockopt.c | 4 +-
4891 net/netfilter/nf_tables_api.c | 17 +-
4892 net/netfilter/nfnetlink_acct.c | 33 +-
4893 net/netfilter/nfnetlink_cthelper.c | 2 +-
4894 net/netfilter/nfnetlink_cttimeout.c | 2 +-
4895 net/netfilter/nfnetlink_log.c | 4 +-
4896 net/netfilter/nft_compat.c | 9 +-
4897 net/netfilter/xt_IDLETIMER.c | 12 +-
4898 net/netfilter/xt_statistic.c | 8 +-
4899 net/netlink/af_netlink.c | 21 +-
4900 net/netlink/diag.c | 2 +-
4901 net/netlink/genetlink.c | 14 +-
4902 net/openvswitch/vport-geneve.c | 7 +-
4903 net/openvswitch/vport-gre.c | 7 +-
4904 net/openvswitch/vport-internal_dev.c | 4 +-
4905 net/openvswitch/vport-netdev.c | 7 +-
4906 net/openvswitch/vport-vxlan.c | 7 +-
4907 net/packet/af_packet.c | 26 +-
4908 net/packet/diag.c | 2 +-
4909 net/packet/internal.h | 6 +-
4910 net/phonet/pep.c | 6 +-
4911 net/phonet/socket.c | 2 +-
4912 net/phonet/sysctl.c | 2 +-
4913 net/rds/cong.c | 6 +-
4914 net/rds/ib.h | 2 +-
4915 net/rds/ib_cm.c | 2 +-
4916 net/rds/ib_recv.c | 4 +-
4917 net/rds/rds.h | 2 +-
4918 net/rds/tcp.c | 6 +-
4919 net/rds/tcp.h | 6 +-
4920 net/rds/tcp_send.c | 2 +-
4921 net/rxrpc/af_rxrpc.c | 2 +-
4922 net/rxrpc/ar-internal.h | 10 +-
4923 net/rxrpc/call_event.c | 14 +-
4924 net/rxrpc/call_object.c | 2 +-
4925 net/rxrpc/conn_event.c | 2 +-
4926 net/rxrpc/conn_object.c | 2 +-
4927 net/rxrpc/input.c | 4 +-
4928 net/rxrpc/local_object.c | 2 +-
4929 net/rxrpc/output.c | 4 +-
4930 net/rxrpc/peer_object.c | 2 +-
4931 net/rxrpc/proc.c | 4 +-
4932 net/rxrpc/rxkad.c | 4 +-
4933 net/sched/sch_generic.c | 4 +-
4934 net/sched/sch_tbf.c | 9 +-
4935 net/sctp/ipv6.c | 4 +-
4936 net/sctp/protocol.c | 8 +-
4937 net/sctp/sctp_diag.c | 2 +-
4938 net/sctp/sm_sideeffect.c | 4 +-
4939 net/sctp/socket.c | 21 +-
4940 net/sctp/sysctl.c | 10 +-
4941 net/socket.c | 18 +-
4942 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
4943 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
4944 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
4945 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
4946 net/sunrpc/clnt.c | 4 +-
4947 net/sunrpc/rpcb_clnt.c | 66 +-
4948 net/sunrpc/sched.c | 4 +-
4949 net/sunrpc/svc.c | 8 +-
4950 net/sunrpc/svcauth_unix.c | 2 +-
4951 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
4952 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
4953 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
4954 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
4955 net/tipc/netlink_compat.c | 12 +-
4956 net/tipc/subscr.c | 2 +-
4957 net/unix/diag.c | 2 +-
4958 net/unix/sysctl_net_unix.c | 2 +-
4959 net/wireless/scan.c | 3 +-
4960 net/wireless/wext-compat.c | 141 +-
4961 net/wireless/wext-compat.h | 8 +-
4962 net/wireless/wext-core.c | 19 +-
4963 net/wireless/wext-sme.c | 5 +-
4964 net/xfrm/xfrm_policy.c | 18 +-
4965 net/xfrm/xfrm_state.c | 37 +-
4966 net/xfrm/xfrm_sysctl.c | 2 +-
4967 net/xfrm/xfrm_user.c | 2 +-
4968 scripts/Kbuild.include | 2 +-
4969 scripts/Makefile.extrawarn | 4 +
4970 scripts/Makefile.gcc-plugins | 74 +-
4971 scripts/basic/fixdep.c | 10 +-
4972 scripts/dtc/checks.c | 14 +-
4973 scripts/dtc/data.c | 6 +-
4974 scripts/dtc/flattree.c | 8 +-
4975 scripts/dtc/livetree.c | 4 +-
4976 scripts/gcc-plugins/Makefile | 13 +-
4977 scripts/gcc-plugins/checker_plugin.c | 496 +
4978 scripts/gcc-plugins/colorize_plugin.c | 162 +
4979 scripts/gcc-plugins/constify_plugin.c | 582 +
4980 scripts/gcc-plugins/cyc_complexity_plugin.c | 4 +-
4981 scripts/gcc-plugins/gcc-common.h | 64 +
4982 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 2 +-
4983 scripts/gcc-plugins/initify_plugin.c | 1804 +++
4984 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
4985 scripts/gcc-plugins/kernexec_plugin.c | 407 +
4986 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
4987 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
4988 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
4989 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
4990 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
4991 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 515 +
4992 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
4993 scripts/gcc-plugins/sancov_plugin.c | 4 +-
4994 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
4995 scripts/gcc-plugins/size_overflow_plugin/Makefile | 22 +
4996 .../gcc-plugins/size_overflow_plugin/disable.data | 12468 ++++++++++++++
4997 .../gcc-plugins/size_overflow_plugin/e_aux.data | 97 +
4998 .../gcc-plugins/size_overflow_plugin/e_fields.data | 16090 +++++++++++++++++++
4999 .../gcc-plugins/size_overflow_plugin/e_fns.data | 5306 ++++++
5000 .../gcc-plugins/size_overflow_plugin/e_fptrs.data | 70 +
5001 .../gcc-plugins/size_overflow_plugin/e_vars.data | 158 +
5002 .../generate_size_overflow_hash.sh | 103 +
5003 .../insert_size_overflow_asm.c | 374 +
5004 .../size_overflow_plugin/intentional_overflow.c | 1171 ++
5005 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
5006 .../size_overflow_plugin/size_overflow.h | 345 +
5007 .../size_overflow_plugin/size_overflow_debug.c | 201 +
5008 .../size_overflow_plugin/size_overflow_ipa.c | 1286 ++
5009 .../size_overflow_plugin/size_overflow_misc.c | 505 +
5010 .../size_overflow_plugin/size_overflow_plugin.c | 313 +
5011 .../size_overflow_plugin_hash.c | 469 +
5012 .../size_overflow_plugin/size_overflow_transform.c | 772 +
5013 .../size_overflow_transform_core.c | 1025 ++
5014 scripts/gcc-plugins/stackleak_plugin.c | 350 +
5015 scripts/gcc-plugins/structleak_plugin.c | 239 +
5016 scripts/headers_install.sh | 1 +
5017 scripts/kallsyms.c | 4 +-
5018 scripts/kconfig/lkc.h | 5 +-
5019 scripts/kconfig/menu.c | 2 +-
5020 scripts/kconfig/symbol.c | 6 +-
5021 scripts/link-vmlinux.sh | 2 +-
5022 scripts/mod/file2alias.c | 14 +-
5023 scripts/mod/modpost.c | 40 +-
5024 scripts/mod/modpost.h | 6 +-
5025 scripts/mod/sumversion.c | 2 +-
5026 scripts/module-common.lds | 4 +
5027 scripts/pnmtologo.c | 6 +-
5028 scripts/sortextable.h | 6 +-
5029 scripts/tags.sh | 2 +-
5030 security/Kconfig | 797 +-
5031 security/apparmor/include/policy.h | 2 +-
5032 security/apparmor/lsm.c | 16 +-
5033 security/apparmor/policy.c | 4 +-
5034 security/integrity/ima/ima.h | 4 +-
5035 security/integrity/ima/ima_api.c | 2 +-
5036 security/integrity/ima/ima_fs.c | 4 +-
5037 security/integrity/ima/ima_queue.c | 2 +-
5038 security/integrity/integrity.h | 2 +-
5039 security/keys/internal.h | 8 +-
5040 security/keys/key.c | 18 +-
5041 security/keys/keyring.c | 4 -
5042 security/min_addr.c | 2 +
5043 security/selinux/avc.c | 6 +-
5044 security/selinux/include/xfrm.h | 2 +-
5045 security/yama/yama_lsm.c | 2 +-
5046 sound/aoa/codecs/onyx.c | 7 +-
5047 sound/aoa/codecs/onyx.h | 1 +
5048 sound/core/oss/pcm_oss.c | 18 +-
5049 sound/core/pcm_compat.c | 2 +-
5050 sound/core/pcm_lib.c | 3 +-
5051 sound/core/pcm_native.c | 4 +-
5052 sound/core/rawmidi.c | 5 +-
5053 sound/core/seq/oss/seq_oss_synth.c | 4 +-
5054 sound/core/seq/seq_clientmgr.c | 10 +-
5055 sound/core/seq/seq_compat.c | 2 +-
5056 sound/core/seq/seq_fifo.c | 6 +-
5057 sound/core/seq/seq_fifo.h | 2 +-
5058 sound/core/seq/seq_memory.c | 18 +-
5059 sound/core/seq/seq_midi.c | 5 +-
5060 sound/core/seq/seq_virmidi.c | 2 +-
5061 sound/core/sound.c | 2 +-
5062 sound/drivers/mts64.c | 14 +-
5063 sound/drivers/opl4/opl4_lib.c | 2 +-
5064 sound/drivers/portman2x4.c | 3 +-
5065 sound/firewire/amdtp-am824.c | 2 +-
5066 sound/firewire/amdtp-stream.c | 4 +-
5067 sound/firewire/amdtp-stream.h | 2 +-
5068 sound/firewire/digi00x/amdtp-dot.c | 2 +-
5069 sound/firewire/isight.c | 10 +-
5070 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
5071 sound/oss/sb_audio.c | 2 +-
5072 sound/oss/swarm_cs4297a.c | 6 +-
5073 sound/pci/als300.c | 2 +-
5074 sound/pci/aw2/aw2-alsa.c | 2 -
5075 sound/pci/aw2/aw2-saa7146.c | 4 +-
5076 sound/pci/ctxfi/ctamixer.c | 14 +-
5077 sound/pci/ctxfi/ctamixer.h | 8 +-
5078 sound/pci/ctxfi/ctatc.c | 20 +-
5079 sound/pci/ctxfi/ctdaio.c | 6 +-
5080 sound/pci/ctxfi/ctdaio.h | 4 +-
5081 sound/pci/ctxfi/ctsrc.c | 13 +-
5082 sound/pci/ctxfi/ctsrc.h | 8 +-
5083 sound/pci/hda/hda_codec.c | 2 +-
5084 sound/pci/ymfpci/ymfpci.h | 2 +-
5085 sound/pci/ymfpci/ymfpci_main.c | 12 +-
5086 sound/soc/codecs/arizona.c | 4 +-
5087 sound/soc/codecs/cx20442.c | 8 +-
5088 sound/soc/codecs/sti-sas.c | 10 +-
5089 sound/soc/codecs/tlv320dac33.c | 7 +-
5090 sound/soc/codecs/uda1380.c | 7 +-
5091 sound/soc/intel/skylake/skl-sst-dsp.h | 2 +-
5092 sound/soc/soc-ac97.c | 6 +-
5093 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
5094 tools/include/asm/alternative-asm.h | 3 +
5095 tools/include/linux/compiler.h | 8 +
5096 tools/virtio/linux/uaccess.h | 2 +-
5097 virt/kvm/kvm_main.c | 44 +-
5098 2869 files changed, 78392 insertions(+), 15220 deletions(-)
5099commit 36505bce59196272b6401c7dcad0812d9dc8f7f5
5100Merge: d0ed58f 6129d6c
5101Author: Brad Spengler <spender@grsecurity.net>
5102Date: Tue Nov 1 19:01:50 2016 -0400
5103
5104 Merge branch 'pax-test' into grsec-test
5105
5106commit 6129d6c8ea454dd71d6f6d067af5f31f774818a9
5107Author: Brad Spengler <spender@grsecurity.net>
5108Date: Tue Nov 1 19:01:18 2016 -0400
5109
5110 Update to pax-linux-4.7.10-test10.patch:
5111 - fixed a compile error when both REFCOUNT and TRACING were enabled
5112 - removed a few superfluous fptr casts from the prism driver
5113
5114 arch/arm/include/asm/atomic.h | 2 +-
5115 arch/x86/include/asm/traps.h | 1 +
5116 arch/x86/include/asm/uaccess.h | 4 +-
5117 .../net/wireless/intersil/hostap/hostap_ioctl.c | 116 ++++++++++-----------
5118 4 files changed, 62 insertions(+), 61 deletions(-)
5119
5120commit d0ed58f929555736ff281f7a79a9667de4c857c6
5121Author: Brad Spengler <spender@grsecurity.net>
5122Date: Wed Oct 26 19:19:08 2016 -0400
5123
5124 Update size_overflow hash tables
5125
5126 .../gcc-plugins/size_overflow_plugin/e_fields.data | 80 +++++++++--
5127 .../gcc-plugins/size_overflow_plugin/e_fns.data | 159 ++++++++++++++++++++-
5128 .../gcc-plugins/size_overflow_plugin/e_vars.data | 15 ++
5129 3 files changed, 239 insertions(+), 15 deletions(-)
5130
5131commit 6a222637c05d26ac8f80a3912856247cff545b12
5132Merge: d07e77f ac51587
5133Author: Brad Spengler <spender@grsecurity.net>
5134Date: Wed Oct 26 18:51:31 2016 -0400
5135
5136 Merge branch 'pax-test' into grsec-test
5137
5138commit ac5158781612eb239cff9767d116971e9b731a00
5139Author: Brad Spengler <spender@grsecurity.net>
5140Date: Wed Oct 26 18:50:46 2016 -0400
5141
5142 Update to pax-linux-4.7.10-test9.patch:
5143 - 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)
5144 - Emese updated the size overflow plugin
5145 - Emese updated the hash tables from logs submitted by Shawn <citypw@gmail.com>
5146 - fixed mm counter accounting in the vma mirroring code
5147 - simplified some kernel page table allocation code
5148 - simplified SMAP/UDEREF accessors
5149
5150 arch/x86/include/asm/asm.h | 24 -
5151 arch/x86/include/asm/fpu/internal.h | 21 +-
5152 arch/x86/include/asm/futex.h | 14 +-
5153 arch/x86/include/asm/pgtable_types.h | 9 +-
5154 arch/x86/include/asm/smap.h | 3 +
5155 arch/x86/include/asm/uaccess.h | 36 +-
5156 arch/x86/include/asm/uaccess_64.h | 2 -
5157 arch/x86/kernel/alternative.c | 5 +-
5158 arch/x86/lib/copy_user_64.S | 64 +-
5159 arch/x86/lib/csum-wrappers_64.c | 12 +-
5160 arch/x86/lib/getuser.S | 37 +-
5161 arch/x86/lib/putuser.S | 14 +-
5162 arch/x86/lib/usercopy_64.c | 9 +-
5163 drivers/base/regmap/regmap-debugfs.c | 4 +-
5164 mm/memory.c | 106 +-
5165 net/ipv6/reassembly.c | 4 +-
5166 scripts/Makefile.host | 22 +-
5167 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 2 +
5168 .../gcc-plugins/size_overflow_plugin/disable.data | 1 -
5169 .../gcc-plugins/size_overflow_plugin/e_fields.data | 37890 ++++++++++---------
5170 .../gcc-plugins/size_overflow_plugin/e_fns.data | 7930 ++--
5171 .../gcc-plugins/size_overflow_plugin/e_fptrs.data | 112 +-
5172 .../gcc-plugins/size_overflow_plugin/e_vars.data | 248 +-
5173 .../insert_size_overflow_asm.c | 13 +-
5174 .../size_overflow_plugin/intentional_overflow.c | 11 +-
5175 .../size_overflow_plugin/size_overflow.h | 12 +-
5176 .../size_overflow_plugin/size_overflow_debug.c | 9 +-
5177 .../size_overflow_plugin/size_overflow_ipa.c | 74 +-
5178 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
5179 .../size_overflow_plugin_hash.c | 209 +-
5180 .../size_overflow_plugin/size_overflow_transform.c | 19 +-
5181 31 files changed, 22699 insertions(+), 24219 deletions(-)
5182
5183commit d07e77f258d26721b33ae26dfa5fd8d408aabf57
5184Merge: 4630c95 7449af19
5185Author: Brad Spengler <spender@grsecurity.net>
5186Date: Sat Oct 22 18:32:55 2016 -0400
5187
5188 Merge branch 'pax-test' into grsec-test
5189
5190commit 7449af196b6733891d273f46559efdc168dec22a
5191Author: Brad Spengler <spender@grsecurity.net>
5192Date: Sat Oct 22 18:31:39 2016 -0400
5193
5194 Update to pax-linux-4.7.10-test8.patch:
5195 - Emese removed a potential false positive from the size overflow hash tables
5196 - 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)
5197 - fixed a few size overflow false positives related to dev_t, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4583)
5198
5199 drivers/acpi/bgrt.c | 30 +++++++++++-----------
5200 include/linux/kobject.h | 7 +++++
5201 scripts/gcc-plugins/size_overflow_plugin/Makefile | 2 +-
5202 .../gcc-plugins/size_overflow_plugin/disable.data | 8 +++++-
5203 .../gcc-plugins/size_overflow_plugin/e_fields.data | 10 ++------
5204 5 files changed, 32 insertions(+), 25 deletions(-)
5205
5206commit 4630c95d3d9c20cffe2ba65521217ad537567ac9
5207Author: Brad Spengler <spender@grsecurity.net>
5208Date: Sat Oct 22 09:19:43 2016 -0400
5209
5210 compile fix
5211
5212 fs/utimes.c | 1 +
5213 1 file changed, 1 insertion(+)
5214
5215commit ee9aeeeb02187281bcc233dd26f6ff4d6814d309
5216Merge: 7b8d5c5 309d942
5217Author: Brad Spengler <spender@grsecurity.net>
5218Date: Sat Oct 22 08:01:34 2016 -0400
5219
5220 Merge branch 'pax-test' into grsec-test
5221
5222commit 309d94235d552d65c253027528a9dd46962cf385
5223Merge: 013fc76 b3afc45
5224Author: Brad Spengler <spender@grsecurity.net>
5225Date: Sat Oct 22 07:53:44 2016 -0400
5226
5227 Merge branch 'linux-4.7.y' into pax-test
5228
5229commit 7b8d5c5a1477a2b62dc7ad1c28e864d7d250739c
5230Merge: ca352cc 013fc76
5231Author: Brad Spengler <spender@grsecurity.net>
5232Date: Thu Oct 20 07:49:24 2016 -0400
5233
5234 Merge branch 'pax-test' into grsec-test
5235
5236commit 013fc7689892902c41d38e31057e4a5686293e40
5237Merge: 25eaf06 452063d
5238Author: Brad Spengler <spender@grsecurity.net>
5239Date: Thu Oct 20 07:48:01 2016 -0400
5240
5241 Merge branch 'linux-4.7.y' into pax-test
5242
5243commit ca352cccec60c85fad6dedaf229d51eddfdfea58
5244Author: Brad Spengler <spender@grsecurity.net>
5245Date: Thu Oct 20 07:06:54 2016 -0400
5246
5247 compile fix as reported by David Sterba
5248
5249 include/linux/mm.h | 1 +
5250 1 file changed, 1 insertion(+)
5251
5252commit 82566bede4206afba0d8b11f58570d588d39586b
5253Author: Linus Torvalds <torvalds@linux-foundation.org>
5254Date: Thu Oct 13 13:07:36 2016 -0700
5255
5256 mm: remove gup_flags FOLL_WRITE games from __get_user_pages()
5257
5258 This is an ancient bug that was actually attempted to be fixed once
5259 (badly) by me eleven years ago in commit 4ceb5db9757a ("Fix
5260 get_user_pages() race for write access") but that was then undone due to
5261 problems on s390 by commit f33ea7f404e5 ("fix get_user_pages bug").
5262
5263 In the meantime, the s390 situation has long been fixed, and we can now
5264 fix it by checking the pte_dirty() bit properly (and do it better). The
5265 s390 dirty bit was implemented in abf09bed3cce ("s390/mm: implement
5266 software dirty bits") which made it into v3.9. Earlier kernels will
5267 have to look at the page state itself.
5268
5269 Also, the VM has become more scalable, and what used a purely
5270 theoretical race back then has become easier to trigger.
5271
5272 To fix it, we introduce a new internal FOLL_COW flag to mark the "yes,
5273 we already did a COW" rather than play racy games with FOLL_WRITE that
5274 is very fundamental, and then use the pte dirty flag to validate that
5275 the FOLL_COW flag is still valid.
5276
5277 Reported-and-tested-by: Phil "not Paul" Oester <kernel@linuxace.com>
5278 Acked-by: Hugh Dickins <hughd@google.com>
5279 Reviewed-by: Michal Hocko <mhocko@suse.com>
5280 Cc: Andy Lutomirski <luto@kernel.org>
5281 Cc: Kees Cook <keescook@chromium.org>
5282 Cc: Oleg Nesterov <oleg@redhat.com>
5283 Cc: Willy Tarreau <w@1wt.eu>
5284 Cc: Nick Piggin <npiggin@gmail.com>
5285 Cc: Greg Thelen <gthelen@google.com>
5286 Cc: stable@vger.kernel.org
5287 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
5288
5289 include/linux/mm.h | 2 +-
5290 mm/gup.c | 14 ++++++++++++--
5291 2 files changed, 13 insertions(+), 3 deletions(-)
5292
5293commit d291c94e650da2d8918620e6829e05218755f77b
5294Author: Brad Spengler <spender@grsecurity.net>
5295Date: Wed Oct 19 17:06:17 2016 -0400
5296
5297 resync with PaX
5298
5299 arch/arm/include/asm/atomic.h | 5 -----
5300 1 file changed, 5 deletions(-)
5301
5302commit 251313cb6e1d5b2ad84c62333ebafa278e861a68
5303Author: Brad Spengler <spender@grsecurity.net>
5304Date: Wed Oct 19 17:03:14 2016 -0400
5305
5306 Fix bad ARM REFCOUNT merge with PaX, reported by kdave on the forums:
5307 https://forums.grsecurity.net/viewtopic.php?f=3&t=4588
5308
5309 arch/arm/include/asm/atomic.h | 1 -
5310 1 file changed, 1 deletion(-)
5311
5312commit b64df18d4160c6d3cd470202bb8d58f38d9acb51
5313Author: Brad Spengler <spender@grsecurity.net>
5314Date: Mon Oct 17 07:47:53 2016 -0400
5315
5316 randomize layout of subprocess_info struct
5317
5318 include/linux/kmod.h | 2 +-
5319 1 file changed, 1 insertion(+), 1 deletion(-)
5320
5321commit 5780e7fb9d334bfa5cc8aef32af631e620dede3f
5322Merge: 7c69071 25eaf06
5323Author: Brad Spengler <spender@grsecurity.net>
5324Date: Sun Oct 16 15:28:24 2016 -0400
5325
5326 Merge branch 'pax-test' into grsec-test
5327
5328commit 25eaf067f993510e5cd6cc0d9da4413cbbc12c6a
5329Merge: afa87ca a0cdc25
5330Author: Brad Spengler <spender@grsecurity.net>
5331Date: Sun Oct 16 15:28:15 2016 -0400
5332
5333 Merge branch 'linux-4.7.y' into pax-test
5334
5335commit 7c690715adc3d9236b25ce453b387ef9583b8dda
5336Merge: 37e00aa afa87ca
5337Author: Brad Spengler <spender@grsecurity.net>
5338Date: Sat Oct 15 15:25:46 2016 -0400
5339
5340 Merge branch 'pax-test' into grsec-test
5341
5342commit afa87cab2bed6b038cd5446a00bf58a71c954b43
5343Author: Brad Spengler <spender@grsecurity.net>
5344Date: Sat Oct 15 15:18:18 2016 -0400
5345
5346 Update to pax-linux-4.7.6-test7.patch:
5347 - backported upstream commit f5beeb1851ea6f8cfcf2657f26cb24c0582b4945 to speed up kcore handling
5348 - fixed a size overflow false positive in raid10, reported by eswierk (https://forums.grsecurity.net/viewtopic.php?f=3&t=4575)
5349 - 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)
5350 - rate limited the logging of refcount overflows and usercopy violations
5351 - changed atomic64's underlying type on i386 to be consistent with other archs
5352 - sped up the RIP range check in opportunistic sysret on amd64
5353
5354 arch/x86/entry/entry_64.S | 13 ++-
5355 arch/x86/include/asm/atomic64_32.h | 4 +-
5356 block/bio.c | 2 +-
5357 drivers/md/raid10.c | 6 +-
5358 drivers/usb/usbip/vudc_rx.c | 2 +-
5359 fs/exec.c | 24 ++++--
5360 fs/proc/kcore.c | 40 +++++----
5361 include/linux/bio.h | 4 +-
5362 scripts/gcc-plugins/size_overflow_plugin/Makefile | 2 +-
5363 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 ----------------------
5364 .../gcc-plugins/size_overflow_plugin/disable.data | 12 ++-
5365 .../gcc-plugins/size_overflow_plugin/e_aux.data | 97 ++++++++++++++++++++++
5366 .../gcc-plugins/size_overflow_plugin/e_fields.data | 14 +---
5367 .../size_overflow_plugin_hash.c | 2 +-
5368 14 files changed, 169 insertions(+), 150 deletions(-)
5369
5370commit 37e00aa150c7861f77e69fe361bf19dee467dc0a
5371Author: Brad Spengler <spender@grsecurity.net>
5372Date: Mon Oct 10 18:27:38 2016 -0400
5373
5374 RAP compile fix
5375
5376 drivers/isdn/hisax/config.c | 4 ++--
5377 1 file changed, 2 insertions(+), 2 deletions(-)
5378
5379commit 00736455939143023205fdd8957421c73868e975
5380Author: Brad Spengler <spender@grsecurity.net>
5381Date: Mon Oct 10 18:09:55 2016 -0400
5382
5383 Mark initify broken for the time being due to some recent changes
5384
5385 security/Kconfig | 1 +
5386 1 file changed, 1 insertion(+)
5387
5388commit 64458bae539de9ac5cd2ba7cad0bd0c0510e6f37
5389Author: Brad Spengler <spender@grsecurity.net>
5390Date: Mon Oct 10 17:11:40 2016 -0400
5391
5392 compile fix
5393
5394 scripts/gcc-plugins/size_overflow_plugin/size_overflow_plugin_hash.c | 2 +-
5395 1 file changed, 1 insertion(+), 1 deletion(-)
5396
5397commit 9f5f1d1d7f120c1c85b16412e6b75ab221c2cdba
5398Author: Brad Spengler <spender@grsecurity.net>
5399Date: Mon Oct 10 17:10:22 2016 -0400
5400
5401 Fix makefiles and .gitignore for new size_overflow plugin
5402
5403 Makefile | 7 +-
5404 .../gcc-plugins/size_overflow_plugin/.gitignore | 5 +-
5405 scripts/gcc-plugins/size_overflow_plugin/Makefile | 35 ++++++--
5406 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 ----------------------
5407 .../gcc-plugins/size_overflow_plugin/e_aux.data | 97 ++++++++++++++++++++++
5408 5 files changed, 128 insertions(+), 113 deletions(-)
5409
5410commit cb66e251f9c9880a1365c87b4a42d2885a2fb6ef
5411Author: Brad Spengler <spender@grsecurity.net>
5412Date: Sun Oct 9 09:28:14 2016 -0400
5413
5414 Enable PAX_SIZE_OVERFLOW_EXTRA by default in auto-config
5415
5416 security/Kconfig | 1 +
5417 1 file changed, 1 insertion(+)
5418
5419commit cd690739e0fb999002075161a032072cf4e4c458
5420Merge: 555de68 0e7a060
5421Author: Brad Spengler <spender@grsecurity.net>
5422Date: Sat Oct 8 18:29:48 2016 -0400
5423
5424 Merge branch 'pax-test' into grsec-test
5425
5426commit 0e7a060de797ec4e837533146d38e8793e30f84f
5427Author: Brad Spengler <spender@grsecurity.net>
5428Date: Sat Oct 8 18:01:07 2016 -0400
5429
5430 Update to pax-linux-4.7.6-test6.patch:
5431 - updated the fields hash table of the size overflow plugin to remove a few false positives
5432 - fixed SANITIZE/HIBERNATION incompatibility, by Anisse Astier <anisse@astier.eu>
5433 - backported a few fixes and cleanups from grsecurity
5434 - fixed compile errors on some arm/arm64/powerpc/sparc configs for REFCOUNT, KERNEXEC and CONSTIFY
5435 - worked around a compile regression in crc32-pclmul_asm.S on some toolchains that define __i686
5436 - updated the size overflow hash table
5437 - added pax_size_overflow_report_only to disable the reaction mechanism on size overflows
5438 - added a few preemptive buffer size checks
5439 - fixed integer signedness mixup in tun_set_headroom, by Mathias Krause <mathias.krause@secunet.com>
5440 - Emese changed the size overflow plugin to enable the more risky instrumentation under its own config option
5441 - Emese greatly increased the coverage of the initify plugin
5442 - added BROKEN_SECURITY to disable upstream features as necessary
5443
5444 Documentation/dontdiff | 7 +-
5445 Documentation/kernel-parameters.txt | 5 +
5446 arch/arm/include/asm/atomic.h | 41 +-
5447 arch/arm/include/asm/domain.h | 1 +
5448 arch/arm/include/asm/string.h | 6 +-
5449 arch/arm/kernel/efi.c | 4 +-
5450 arch/arm/mach-mvebu/coherency.c | 2 +-
5451 arch/arm/mm/alignment.c | 24 +-
5452 arch/arm64/Kconfig | 1 +
5453 arch/arm64/include/asm/atomic.h | 3 +
5454 arch/arm64/include/asm/cache.h | 4 +-
5455 arch/arm64/include/asm/pgalloc.h | 5 +
5456 arch/arm64/include/asm/pgtable.h | 3 +
5457 arch/arm64/include/asm/string.h | 10 +-
5458 arch/arm64/kernel/process.c | 9 +-
5459 arch/arm64/kernel/stacktrace.c | 4 +-
5460 arch/arm64/kernel/traps.c | 2 +-
5461 arch/ia64/include/asm/uaccess.h | 11 +-
5462 arch/mips/Kconfig | 2 +-
5463 arch/parisc/include/asm/uaccess.h | 108 +-
5464 arch/powerpc/include/asm/atomic.h | 23 +-
5465 arch/powerpc/include/asm/cache.h | 4 +-
5466 arch/powerpc/include/asm/spinlock.h | 1 +
5467 arch/powerpc/include/asm/string.h | 4 +-
5468 arch/powerpc/include/asm/uaccess.h | 15 -
5469 arch/powerpc/kernel/traps.c | 2 +-
5470 arch/sparc/include/asm/cache.h | 4 +-
5471 arch/sparc/include/asm/pgalloc_64.h | 1 +
5472 arch/sparc/include/asm/uaccess_32.h | 65 -
5473 arch/um/include/asm/cache.h | 3 +-
5474 arch/x86/Kconfig | 5 +-
5475 arch/x86/crypto/crc32-pclmul_asm.S | 4 +-
5476 arch/x86/include/asm/string_32.h | 12 +-
5477 arch/x86/include/asm/string_64.h | 4 +-
5478 arch/x86/include/asm/uaccess.h | 2 +-
5479 arch/x86/kernel/hpet.c | 2 +-
5480 arch/x86/kernel/kprobes/opt.c | 8 +-
5481 arch/x86/kernel/ptrace.c | 14 +
5482 arch/x86/kernel/signal.c | 9 +-
5483 arch/x86/lib/Makefile | 4 +
5484 arch/x86/platform/efi/efi_64.c | 2 +-
5485 drivers/acpi/acpica/acutils.h | 2 +-
5486 drivers/acpi/acpica/dbhistry.c | 2 +-
5487 drivers/acpi/acpica/dbinput.c | 10 +-
5488 drivers/acpi/acpica/dbstats.c | 88 +-
5489 drivers/acpi/acpica/utdebug.c | 2 +-
5490 drivers/cdrom/cdrom.c | 2 +-
5491 drivers/char/genrtc.c | 1 +
5492 drivers/char/random.c | 2 +-
5493 drivers/firmware/efi/libstub/Makefile | 2 +
5494 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
5495 drivers/hid/hid-wiimote-debug.c | 2 +-
5496 drivers/iommu/arm-smmu-v3.c | 32 +-
5497 drivers/isdn/hisax/hisax.h | 4 +-
5498 drivers/media/radio/radio-cadet.c | 5 +-
5499 drivers/mmc/host/tmio_mmc_pio.c | 4 +-
5500 drivers/net/tun.c | 2 +-
5501 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
5502 drivers/scsi/esas2r/esas2r_init.c | 2 +-
5503 drivers/scsi/esas2r/esas2r_ioctl.c | 2 +-
5504 drivers/scsi/esas2r/esas2r_log.h | 4 +-
5505 drivers/scsi/esas2r/esas2r_main.c | 4 +-
5506 drivers/uio/uio.c | 6 +-
5507 drivers/video/fbdev/arcfb.c | 2 +-
5508 fs/char_dev.c | 2 +-
5509 fs/exec.c | 16 +-
5510 fs/ext4/extents.c | 2 +-
5511 fs/nfsd/nfscache.c | 2 +-
5512 fs/ntfs/debug.h | 6 +-
5513 fs/ocfs2/cluster/masklog.h | 2 +-
5514 fs/proc/task_mmu.c | 5 +-
5515 include/acpi/acpiosxf.h | 3 +-
5516 include/acpi/acpixf.h | 2 +-
5517 include/asm-generic/atomic-long.h | 4 +
5518 include/asm-generic/bug.h | 5 +-
5519 include/asm-generic/pgtable-nopmd.h | 1 +
5520 include/asm-generic/vmlinux.lds.h | 2 +
5521 include/drm/drmP.h | 2 +-
5522 include/linux/atomic.h | 21 +
5523 include/linux/audit.h | 5 +-
5524 include/linux/compiler-gcc.h | 15 +
5525 include/linux/compiler.h | 8 +
5526 include/linux/fs.h | 2 +-
5527 include/linux/gfp.h | 4 +-
5528 include/linux/init.h | 4 +-
5529 include/linux/mm.h | 2 +-
5530 include/linux/printk.h | 2 +-
5531 include/linux/random.h | 2 +-
5532 include/linux/ratelimit.h | 3 +-
5533 include/linux/sched.h | 6 +-
5534 include/linux/slab.h | 2 +-
5535 include/linux/string.h | 34 +-
5536 include/uapi/linux/personality.h | 1 +
5537 init/Kconfig | 3 +
5538 init/main.c | 11 +
5539 kernel/exit.c | 18 +-
5540 kernel/power/hibernate.c | 21 +-
5541 kernel/power/power.h | 2 +
5542 kernel/power/snapshot.c | 22 +
5543 lib/Kconfig.debug | 3 +-
5544 lib/vsprintf.c | 6 +-
5545 mm/Kconfig.debug | 2 -
5546 mm/page_alloc.c | 6 +-
5547 mm/util.c | 2 +-
5548 net/ipv4/ip_sockglue.c | 3 +-
5549 net/ipv4/ip_vti.c | 2 +-
5550 scripts/Makefile.gcc-plugins | 17 +-
5551 scripts/gcc-plugins/initify_plugin.c | 1588 +-
5552 scripts/gcc-plugins/size_overflow_plugin/Makefile | 26 +-
5553 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 +
5554 .../gcc-plugins/size_overflow_plugin/disable.data | 12453 +++++++++++
5555 .../disable_size_overflow_hash.data | 12445 -----------
5556 .../gcc-plugins/size_overflow_plugin/e_fields.data | 18898 ++++++++++++++++
5557 .../gcc-plugins/size_overflow_plugin/e_fns.data | 4833 ++++
5558 .../gcc-plugins/size_overflow_plugin/e_fptrs.data | 56 +
5559 .../gcc-plugins/size_overflow_plugin/e_vars.data | 116 +
5560 .../insert_size_overflow_asm.c | 2 +-
5561 .../size_overflow_plugin/intentional_overflow.c | 2 +-
5562 .../size_overflow_plugin/size_overflow.h | 14 +-
5563 .../size_overflow_plugin/size_overflow_debug.c | 4 +-
5564 .../size_overflow_plugin/size_overflow_hash.data | 22068 -------------------
5565 .../size_overflow_hash_aux.data | 97 -
5566 .../size_overflow_plugin/size_overflow_ipa.c | 65 +-
5567 .../size_overflow_plugin/size_overflow_plugin.c | 25 +-
5568 .../size_overflow_plugin_hash.c | 120 +-
5569 .../size_overflow_plugin/size_overflow_transform.c | 30 +-
5570 security/Kconfig | 78 +-
5571 security/integrity/integrity.h | 2 +-
5572 security/min_addr.c | 2 +
5573 129 files changed, 38670 insertions(+), 35263 deletions(-)
5574
5575commit 555de68005b90a38a9e5eee6835130d5d4291030
5576Merge: b48dade c3695e4
5577Author: Brad Spengler <spender@grsecurity.net>
5578Date: Fri Oct 7 17:38:00 2016 -0400
5579
5580 Merge branch 'pax-test' into grsec-test
5581
5582commit c3695e458f10605aa5d59e5d16a80156c6aca5f1
5583Merge: a16b512 fdf81f0
5584Author: Brad Spengler <spender@grsecurity.net>
5585Date: Fri Oct 7 17:37:31 2016 -0400
5586
5587 Merge branch 'linux-4.7.y' into pax-test
5588
5589commit b48dade7b67aa153367dc38d6f3b513b93da2b07
5590Merge: 14d3459 a16b512
5591Author: Brad Spengler <spender@grsecurity.net>
5592Date: Fri Sep 30 07:56:46 2016 -0400
5593
5594 Merge branch 'pax-test' into grsec-test
5595
5596commit a16b51212ca70e45554cecf7d3b67335d4c847ff
5597Merge: 674c5b2 f849d45
5598Author: Brad Spengler <spender@grsecurity.net>
5599Date: Fri Sep 30 07:56:04 2016 -0400
5600
5601 Merge branch 'linux-4.7.y' into pax-test
5602
5603commit 14d3459a64f15c168c7783d46f690c0ee1283ef2
5604Author: Brad Spengler <spender@grsecurity.net>
5605Date: Tue Sep 27 17:07:31 2016 -0400
5606
5607 Fix arm/MULTI_CACHE incompatibility with RANDSTRUCT, reported by radegand:
5608 https://forums.grsecurity.net/viewtopic.php?t=4545&p=1659
5609
5610 arch/arm/include/asm/cacheflush.h | 2 +-
5611 1 file changed, 1 insertion(+), 1 deletion(-)
5612
5613commit 39d7aa87f8bd225bc3ac099a2046e334191c90b3
5614Author: Brad Spengler <spender@grsecurity.net>
5615Date: Mon Sep 26 11:28:09 2016 -0400
5616
5617 Backport upstream commit which allows PAX_MEMORY_SANITIZE to work
5618 with hibernation:
5619 https://patchwork.kernel.org/patch/9322709/
5620
5621 kernel/power/Kconfig | 1 -
5622 kernel/power/hibernate.c | 4 +++-
5623 kernel/power/power.h | 2 ++
5624 kernel/power/snapshot.c | 20 ++++++++++++++++++++
5625 4 files changed, 25 insertions(+), 2 deletions(-)
5626
5627commit e5944827e8a1cb6938ed75cccf05f354344b3fa9
5628Author: Herbert Xu <herbert@gondor.apana.org.au>
5629Date: Tue Sep 20 20:35:55 2016 +0800
5630
5631 KEYS: Fix skcipher IV clobbering
5632
5633 The IV must not be modified by the skcipher operation so we need
5634 to duplicate it.
5635
5636 Fixes: c3917fd9dfbc ("KEYS: Use skcipher")
5637 Cc: stable@vger.kernel.org
5638 Reported-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
5639 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
5640
5641 security/keys/encrypted-keys/encrypted.c | 11 +++++++----
5642 1 file changed, 7 insertions(+), 4 deletions(-)
5643
5644commit 17d91a9781b8c4558433cee3e7de8d44a6c2d89b
5645Author: Brad Spengler <spender@grsecurity.net>
5646Date: Sun Sep 25 18:10:01 2016 -0400
5647
5648 Make vti_notifier_block read_only
5649
5650 net/ipv4/ip_vti.c | 2 +-
5651 1 file changed, 1 insertion(+), 1 deletion(-)
5652
5653commit d2eba293dd946c7686080602a2e24ddb5358cfcf
5654Author: Brad Spengler <spender@grsecurity.net>
5655Date: Sun Sep 25 17:30:32 2016 -0400
5656
5657 compile fix
5658
5659 net/unix/af_unix.c | 2 +-
5660 1 file changed, 1 insertion(+), 1 deletion(-)
5661
5662commit 47cca6342f665fa1b4b755723b843ac41ebb9178
5663Merge: 16919c7 674c5b2
5664Author: Brad Spengler <spender@grsecurity.net>
5665Date: Sun Sep 25 17:25:45 2016 -0400
5666
5667 Merge branch 'pax-test' into grsec-test
5668
5669commit 674c5b28e7dfe651caf71d1cdec395205ed9f526
5670Merge: 4552781 6c21842
5671Author: Brad Spengler <spender@grsecurity.net>
5672Date: Sun Sep 25 17:24:44 2016 -0400
5673
5674 Merge branch 'linux-4.7.y' into pax-test
5675
5676commit 16919c7208e7ad9bc5f6df2f151b84cede110c15
5677Author: Brad Spengler <spender@grsecurity.net>
5678Date: Wed Sep 21 18:40:32 2016 -0400
5679
5680 compile fix
5681
5682 drivers/net/tun.c | 2 +-
5683 1 file changed, 1 insertion(+), 1 deletion(-)
5684
5685commit bafd12998265ed2c32792e117e4227f757cfa18f
5686Author: Brad Spengler <spender@grsecurity.net>
5687Date: Wed Sep 21 18:39:39 2016 -0400
5688
5689 From: Mathias Krause <mathias.krause@secunet.com>
5690 Date: Wed, 21 Sep 2016 14:42:43 +0200
5691 Subject: [PATCH] pax: net/tun - explicitly test for negative values in tun_set_headroom()
5692
5693 Because of a type change for the NET_SKB_PAD macro in the PaX patch from
5694 (implicit) int to unsigned long, negative values for new_hr will be sign
5695 extended and wrongly pass the minimal size test. Such a value will,
5696 later on, trigger the size_overflow plugin instrumentation in
5697 tun_get_user().
5698
5699 Fix this by testing new_hr for negative values explicitly to restore the
5700 intended minimal size test.
5701
5702 Signed-off-by: Mathias Krause <mathias.krause@secunet.com>
5703
5704 drivers/net/tun.c | 2 +-
5705 1 file changed, 1 insertion(+), 1 deletion(-)
5706
5707commit 74fbeac25af78b5f621d8acffb9158dd959078d3
5708Author: Brad Spengler <spender@grsecurity.net>
5709Date: Tue Sep 20 18:37:08 2016 -0400
5710
5711 Make CONSTIFY depend on GCC_PLUGINS
5712
5713 security/Kconfig | 1 +
5714 1 file changed, 1 insertion(+)
5715
5716commit e9e87520569e66d710dadebddac33428c666249a
5717Author: Brad Spengler <spender@grsecurity.net>
5718Date: Mon Sep 19 18:43:50 2016 -0400
5719
5720 Fix up atomic64_cmpxchg_unchecked on ARM with REFCOUNT
5721
5722 arch/arm/include/asm/atomic.h | 39 ++++-----------------------------------
5723 include/linux/atomic.h | 9 +++++++++
5724 2 files changed, 13 insertions(+), 35 deletions(-)
5725
5726commit a1afe597f5731963416233b274144d7c57ce538d
5727Author: Brad Spengler <spender@grsecurity.net>
5728Date: Mon Sep 19 17:58:58 2016 -0400
5729
5730 Backport upstream iscsi memory corruption fix:
5731 http://marc.info/?l=linux-scsi&m=147394713328707&w=2
5732
5733 drivers/scsi/arcmsr/arcmsr_hba.c | 8 +++++++-
5734 1 file changed, 7 insertions(+), 1 deletion(-)
5735
5736commit e6e0b270a18e4ee19460f7dc72bb46d441adf3c4
5737Author: Chuck Lever <chuck.lever@oracle.com>
5738Date: Thu Sep 1 10:50:38 2016 -0400
5739
5740 svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation")
5741
5742 rsc_lookup steals the passed-in memory to avoid doing an allocation of
5743 its own, so we can't just pass in a pointer to memory that someone else
5744 is using.
5745
5746 If we really want to avoid allocation there then maybe we should
5747 preallocate somwhere, or reference count these handles.
5748
5749 For now we should revert.
5750
5751 On occasion I see this on my server:
5752
5753 kernel: kernel BUG at /home/cel/src/linux/linux-2.6/mm/slub.c:3851!
5754 kernel: invalid opcode: 0000 [#1] SMP
5755 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
5756 kernel: CPU: 7 PID: 145 Comm: kworker/7:2 Not tainted 4.8.0-rc4-00006-g9d06b0b #15
5757 kernel: Hardware name: Supermicro Super Server/X10SRL-F, BIOS 1.0c 09/09/2015
5758 kernel: Workqueue: events do_cache_clean [sunrpc]
5759 kernel: task: ffff8808541d8000 task.stack: ffff880854344000
5760 kernel: RIP: 0010:[<ffffffff811e7075>] [<ffffffff811e7075>] kfree+0x155/0x180
5761 kernel: RSP: 0018:ffff880854347d70 EFLAGS: 00010246
5762 kernel: RAX: ffffea0020fe7660 RBX: ffff88083f9db064 RCX: 146ff0f9d5ec5600
5763 kernel: RDX: 000077ff80000000 RSI: ffff880853f01500 RDI: ffff88083f9db064
5764 kernel: RBP: ffff880854347d88 R08: ffff8808594ee000 R09: ffff88087fdd8780
5765 kernel: R10: 0000000000000000 R11: ffffea0020fe76c0 R12: ffff880853f01500
5766 kernel: R13: ffffffffa013cf76 R14: ffffffffa013cff0 R15: ffffffffa04253a0
5767 kernel: FS: 0000000000000000(0000) GS:ffff88087fdc0000(0000) knlGS:0000000000000000
5768 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
5769 kernel: CR2: 00007fed60b020c3 CR3: 0000000001c06000 CR4: 00000000001406e0
5770 kernel: Stack:
5771 kernel: ffff8808589f2f00 ffff880853f01500 0000000000000001 ffff880854347da0
5772 kernel: ffffffffa013cf76 ffff8808589f2f00 ffff880854347db8 ffffffffa013d006
5773 kernel: ffff8808589f2f20 ffff880854347e00 ffffffffa0406f60 0000000057c7044f
5774 kernel: Call Trace:
5775 kernel: [<ffffffffa013cf76>] rsc_free+0x16/0x90 [auth_rpcgss]
5776 kernel: [<ffffffffa013d006>] rsc_put+0x16/0x30 [auth_rpcgss]
5777 kernel: [<ffffffffa0406f60>] cache_clean+0x2e0/0x300 [sunrpc]
5778 kernel: [<ffffffffa04073ee>] do_cache_clean+0xe/0x70 [sunrpc]
5779 kernel: [<ffffffff8109a70f>] process_one_work+0x1ff/0x3b0
5780 kernel: [<ffffffff8109b15c>] worker_thread+0x2bc/0x4a0
5781 kernel: [<ffffffff8109aea0>] ? rescuer_thread+0x3a0/0x3a0
5782 kernel: [<ffffffff810a0ba4>] kthread+0xe4/0xf0
5783 kernel: [<ffffffff8169c47f>] ret_from_fork+0x1f/0x40
5784 kernel: [<ffffffff810a0ac0>] ? kthread_stop+0x110/0x110
5785 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
5786 kernel: RIP [<ffffffff811e7075>] kfree+0x155/0x180
5787 kernel: RSP <ffff880854347d70>
5788 kernel: ---[ end trace 3fdec044969def26 ]---
5789
5790 It seems to be most common after a server reboot where a client has been
5791 using a Kerberos mount, and reconnects to continue its workload.
5792
5793 Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
5794 Cc: stable@vger.kernel.org
5795 Signed-off-by: J. Bruce Fields <bfields@redhat.com>
5796
5797 net/sunrpc/auth_gss/svcauth_gss.c | 5 +++--
5798 1 file changed, 3 insertions(+), 2 deletions(-)
5799
5800commit 6e83144022a8e3cd00a7d0ca3916354ea3336f5e
5801Author: Brad Spengler <spender@grsecurity.net>
5802Date: Mon Sep 19 17:44:04 2016 -0400
5803
5804 fix whitespace
5805
5806 mm/mmap.c | 2 +-
5807 1 file changed, 1 insertion(+), 1 deletion(-)
5808
5809commit ffb1a4cfdce65f581265612878fd136d76b132ae
5810Author: Brad Spengler <spender@grsecurity.net>
5811Date: Mon Sep 19 17:07:34 2016 -0400
5812
5813 Remove optional dependency on USERCOPY for pax_check_alloca
5814
5815 arch/x86/kernel/dumpstack_32.c | 2 +-
5816 arch/x86/kernel/dumpstack_64.c | 2 +-
5817 2 files changed, 2 insertions(+), 2 deletions(-)
5818
5819commit 01ca858fb54c3406db13ace327798610b1cdec10
5820Author: Brad Spengler <spender@grsecurity.net>
5821Date: Thu Sep 15 21:28:25 2016 -0400
5822
5823 compile fixes
5824
5825 arch/x86/crypto/crc32-pclmul_asm.S | 4 ++--
5826 arch/x86/include/asm/uaccess.h | 2 +-
5827 2 files changed, 3 insertions(+), 3 deletions(-)
5828
5829commit aeed418bbabf465cfa2bd5463b4ee26ddfdee99c
5830Author: Al Viro <viro@ZenIV.linux.org.uk>
5831Date: Thu Sep 15 02:35:29 2016 +0100
5832
5833 fix minor infoleak in get_user_ex()
5834
5835 get_user_ex(x, ptr) should zero x on failure. It's not a lot of a leak
5836 (at most we are leaking uninitialized 64bit value off the kernel stack,
5837 and in a fairly constrained situation, at that), but the fix is trivial,
5838 so...
5839
5840 Cc: stable@vger.kernel.org
5841 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
5842 [ This sat in different branch from the uaccess fixes since mid-August ]
5843 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
5844
5845 arch/x86/include/asm/uaccess.h | 6 +++++-
5846 1 file changed, 5 insertions(+), 1 deletion(-)
5847
5848commit 4ec72305c579df587c9c31f18fbc3ceba14045a5
5849Author: Brad Spengler <spender@grsecurity.net>
5850Date: Thu Sep 15 20:02:01 2016 -0400
5851
5852 compile fix
5853
5854 fs/proc/task_mmu.c | 2 +-
5855 1 file changed, 1 insertion(+), 1 deletion(-)
5856
5857commit ed3d3716625f0c04c9a07dc6c6c7537be22cee07
5858Author: Brad Spengler <spender@grsecurity.net>
5859Date: Thu Sep 15 20:01:31 2016 -0400
5860
5861 Resync with PaX
5862
5863 fs/proc/task_mmu.c | 2 +-
5864 1 file changed, 1 insertion(+), 1 deletion(-)
5865
5866commit 36300fe10dd78430f8e84c42b665c0154f88dd5a
5867Merge: 14e5235 4552781
5868Author: Brad Spengler <spender@grsecurity.net>
5869Date: Thu Sep 15 18:36:02 2016 -0400
5870
5871 Merge branch 'pax-test' into grsec-test
5872
5873commit 4552781643cf8a01376539bf0bf469c8dbc69701
5874Author: Brad Spengler <spender@grsecurity.net>
5875Date: Thu Sep 15 18:35:49 2016 -0400
5876
5877 Resync with PaX
5878
5879 fs/proc/task_mmu.c | 5 +++--
5880 include/linux/init.h | 4 +++-
5881 include/linux/mm.h | 2 +-
5882 mm/util.c | 2 +-
5883 4 files changed, 8 insertions(+), 5 deletions(-)
5884
5885commit 14e523564a0a84ece93b04a2b375f33cce806c8b
5886Merge: 402a024 6740d15
5887Author: Brad Spengler <spender@grsecurity.net>
5888Date: Thu Sep 15 18:18:19 2016 -0400
5889
5890 Merge branch 'pax-test' into grsec-test
5891
5892commit 6740d1535fb0208f329eda7aeeee2c6f0fbe09d3
5893Author: Brad Spengler <spender@grsecurity.net>
5894Date: Thu Sep 15 18:16:18 2016 -0400
5895
5896 Update to pax-linux-4.7.3-test4.patch:
5897 - fixed atomic_xchg_unchecked on arm, reported by wizzup
5898 - temporary workaround for cloned functions in the initify plugin, prevents an ICE-from-assertion reported by xeaforz and gg
5899 - fixed hugetlb compile error on arm64
5900 - fixed branch prediction hints in copy*user on x86, by spender
5901 - fixed the invocation of gcc-plugin.sh while reporting errors, by spender
5902 - fixed long-standing regression in non-exec page support on powerpc32/book3s
5903 - fixed inefficient PIC in crc32_pclmul* on i386 to also work under KERNEXEC, reported by minipli
5904 - fixed pfn/physical address mixup in static_protections on amd64, by Mathias Krause <mathias.krause@secunet.com>
5905 - fixed latent bug on module loading exposed by the fix for static_protections, reported by minipli
5906 - fixed two USERCOPY violations in iucv and netlink, by Mathias Krause <minipli@ld-linux.so>
5907 - fixed a xen boot regression with ssp-strong, reported by biergaizi and d-u (https://forums.grsecurity.net/viewtopic.php?f=3&t=4441)
5908 - fixed module symbol resolution and extable handling on i386/KERNEXEC when KASLR is enabled
5909
5910 arch/arm/include/asm/atomic.h | 12 +++--------
5911 arch/arm/include/asm/cmpxchg.h | 3 ++-
5912 arch/arm64/mm/dma-mapping.c | 2 +-
5913 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
5914 arch/powerpc/include/asm/book3s/32/hash.h | 2 +-
5915 arch/powerpc/include/asm/book3s/32/pgtable.h | 2 +-
5916 arch/powerpc/include/asm/pte-common.h | 30 +++++++++++++---------------
5917 arch/x86/crypto/crc32-pclmul_asm.S | 19 +++++++++++-------
5918 arch/x86/include/asm/setup.h | 3 ++-
5919 arch/x86/include/asm/uaccess.h | 4 ++--
5920 arch/x86/kernel/module.c | 2 +-
5921 arch/x86/kernel/pci-swiotlb.c | 2 +-
5922 arch/x86/kvm/x86.c | 2 +-
5923 arch/x86/mm/extable.c | 18 ++---------------
5924 arch/x86/mm/pageattr.c | 5 +++--
5925 arch/x86/xen/enlighten.c | 18 ++++++++---------
5926 arch/x86/xen/pmu.c | 1 +
5927 include/asm-generic/atomic-long.h | 2 ++
5928 include/asm-generic/atomic64.h | 1 +
5929 include/linux/atomic.h | 4 ++++
5930 include/linux/llist.h | 9 +++++++++
5931 include/linux/swiotlb.h | 3 +--
5932 kernel/extable.c | 17 ++++++++++++++--
5933 kernel/module.c | 9 ++++++++-
5934 lib/extable.c | 11 +---------
5935 lib/llist.c | 17 ++++++++++++++++
5936 lib/swiotlb.c | 2 +-
5937 mm/hugetlb.c | 12 +++++++++++
5938 mm/vmalloc.c | 2 +-
5939 net/iucv/af_iucv.c | 7 +++----
5940 net/netlink/af_netlink.c | 5 +++--
5941 scripts/Makefile.gcc-plugins | 2 +-
5942 scripts/gcc-plugins/initify_plugin.c | 4 +++-
5943 33 files changed, 139 insertions(+), 95 deletions(-)
5944
5945commit 402a02454512e83be868e83529b04c0ccde687a9
5946Author: Brad Spengler <spender@grsecurity.net>
5947Date: Thu Sep 15 08:25:18 2016 -0400
5948
5949 Update size_overflow hash
5950
5951 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
5952 1 file changed, 1 insertion(+)
5953
5954commit e1d3996c7486a0985846423711dd5c05401144c1
5955Author: Brad Spengler <spender@grsecurity.net>
5956Date: Thu Sep 15 07:48:33 2016 -0400
5957
5958 compile fix
5959
5960 kernel/capability.c | 6 +++---
5961 1 file changed, 3 insertions(+), 3 deletions(-)
5962
5963commit a668b9edff65c3c2eb134e1c7edfbc4142f1e678
5964Merge: f2ceab4 4f9be5c
5965Author: Brad Spengler <spender@grsecurity.net>
5966Date: Thu Sep 15 07:24:15 2016 -0400
5967
5968 Rename our existing ns_capable_nolog to suit upstream's bikeshedded ns_capable_noaudit
5969
5970 Merge branch 'pax-test' into grsec-test
5971
5972commit 4f9be5c8326f08df59ef7df521acac91e9e6c3d5
5973Merge: 168b0e3 bd333da
5974Author: Brad Spengler <spender@grsecurity.net>
5975Date: Thu Sep 15 07:12:12 2016 -0400
5976
5977 Merge branch 'linux-4.7.y' into pax-test
5978
5979commit f2ceab4fbaec0cd5c127345dbce3e033b74fe826
5980Author: WANG Cong <xiyou.wangcong@gmail.com>
5981Date: Sun Aug 28 21:28:26 2016 -0700
5982
5983 kcm: fix a socket double free
5984
5985 Dmitry reported a double free on kcm socket, which could
5986 be easily reproduced by:
5987
5988 #include <unistd.h>
5989 #include <sys/syscall.h>
5990
5991 int main()
5992 {
5993 int fd = syscall(SYS_socket, 0x29ul, 0x5ul, 0x0ul, 0, 0, 0);
5994 syscall(SYS_ioctl, fd, 0x89e2ul, 0x20a98000ul, 0, 0, 0);
5995 return 0;
5996 }
5997
5998 This is because on the error path, after we install
5999 the new socket file, we call sock_release() to clean
6000 up the socket, which leaves the fd pointing to a freed
6001 socket. Fix this by calling sys_close() on that fd
6002 directly.
6003
6004 Fixes: ab7ac4eb9832 ("kcm: Kernel Connection Multiplexor module")
6005 Reported-by: Dmitry Vyukov <dvyukov@google.com>
6006 Cc: Tom Herbert <tom@herbertland.com>
6007 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
6008 Signed-off-by: David S. Miller <davem@davemloft.net>
6009
6010 net/kcm/kcmsock.c | 3 ++-
6011 1 file changed, 2 insertions(+), 1 deletion(-)
6012
6013commit f3ddf560233f0ec26493522fc1c2b1b8f764f16e
6014Merge: 9e43620 168b0e3
6015Author: Brad Spengler <spender@grsecurity.net>
6016Date: Wed Sep 7 08:26:50 2016 -0400
6017
6018 Merge branch 'pax-test' into grsec-test
6019
6020commit 168b0e38caaf436f7c5345fe20a92b7f391ccad5
6021Merge: 2a27d24 d7f6728
6022Author: Brad Spengler <spender@grsecurity.net>
6023Date: Wed Sep 7 08:26:41 2016 -0400
6024
6025 Merge branch 'linux-4.7.y' into pax-test
6026
6027commit 9e43620d71b42e65cb12642b240a6e638531aa65
6028Author: Daeho Jeong <daeho.jeong@samsung.com>
6029Date: Sun Jul 3 17:51:39 2016 -0400
6030
6031 ext4: avoid modifying checksum fields directly during checksum verification
6032
6033 We temporally change checksum fields in buffers of some types of
6034 metadata into '0' for verifying the checksum values. By doing this
6035 without locking the buffer, some metadata's checksums, which are
6036 being committed or written back to the storage, could be damaged.
6037 In our test, several metadata blocks were found with damaged metadata
6038 checksum value during recovery process. When we only verify the
6039 checksum value, we have to avoid modifying checksum fields directly.
6040
6041 Signed-off-by: Daeho Jeong <daeho.jeong@samsung.com>
6042 Signed-off-by: Youngjin Gil <youngjin.gil@samsung.com>
6043 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
6044 Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
6045
6046 fs/ext4/inode.c | 38 ++++++++++++++++++++++----------------
6047 fs/ext4/namei.c | 9 ++++-----
6048 fs/ext4/super.c | 18 +++++++++---------
6049 fs/ext4/xattr.c | 13 +++++++------
6050 4 files changed, 42 insertions(+), 36 deletions(-)
6051
6052commit b84727ffa19c4ec06a04502219f8e15b6887d401
6053Author: Brad Spengler <spender@grsecurity.net>
6054Date: Wed Aug 31 20:22:42 2016 -0400
6055
6056 Use the correct branch prediction
6057
6058 arch/x86/include/asm/uaccess.h | 4 ++--
6059 1 file changed, 2 insertions(+), 2 deletions(-)
6060
6061commit a8411c5faefe2708a5998f484ed6ca65c9ccf971
6062Author: Linus Torvalds <torvalds@linux-foundation.org>
6063Date: Mon Aug 22 16:41:46 2016 -0700
6064
6065 binfmt_elf: switch to new creds when switching to new mm
6066
6067 We used to delay switching to the new credentials until after we had
6068 mapped the executable (and possible elf interpreter). That was kind of
6069 odd to begin with, since the new executable will actually then _run_
6070 with the new creds, but whatever.
6071
6072 The bigger problem was that we also want to make sure that we turn off
6073 prof events and tracing before we start mapping the new executable
6074 state. So while this is a cleanup, it's also a fix for a possible
6075 information leak.
6076
6077 Reported-by: Robert Święcki <robert@swiecki.net>
6078 Tested-by: Peter Zijlstra <peterz@infradead.org>
6079 Acked-by: David Howells <dhowells@redhat.com>
6080 Acked-by: Oleg Nesterov <oleg@redhat.com>
6081 Acked-by: Andy Lutomirski <luto@amacapital.net>
6082 Acked-by: Eric W. Biederman <ebiederm@xmission.com>
6083 Cc: Willy Tarreau <w@1wt.eu>
6084 Cc: Kees Cook <keescook@chromium.org>
6085 Cc: Al Viro <viro@zeniv.linux.org.uk>
6086 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
6087
6088 fs/binfmt_elf.c | 2 +-
6089 1 file changed, 1 insertion(+), 1 deletion(-)
6090
6091commit 18fe03a1a1ce3b59208ecc7bb90be5724ec1d1aa
6092Author: Brad Spengler <spender@grsecurity.net>
6093Date: Wed Aug 31 20:01:48 2016 -0400
6094
6095 Two USERCOPY fixes from Mathias Krause
6096
6097 net/iucv/af_iucv.c | 7 +++----
6098 net/netlink/af_netlink.c | 5 +++--
6099 2 files changed, 6 insertions(+), 6 deletions(-)
6100
6101commit 4830a253a94494524d9ebb3bed7118c2b746f5a2
6102Author: Brad Spengler <spender@grsecurity.net>
6103Date: Wed Aug 31 19:58:53 2016 -0400
6104
6105 From 7e13821dd59b17382bba8707c1a9b73569db5535 Mon Sep 17 00:00:00 2001
6106 From: Mathias Krause <mathias.krause@secunet.com>
6107 Date: Thu, 18 Aug 2016 17:03:19 +0200
6108 Subject: [PATCH] [pax] fix page frame number compare in static_protections()
6109
6110 The KERNEXEC specific memory range check is comparing a page frame
6111 number against physical addresses while it should compare page frame
6112 numbers instead.
6113
6114 This leads to "false positives" for systems with 64GB+ of RAM, leading
6115 to missing memory protection changes, leading various access errors,
6116 like failing to release module init code when using the RCU path in
6117 vunmap().
6118
6119 Fix this by converting the physical addresses to page frame numbers
6120 before doing the range check.
6121
6122 Signed-off-by: Mathias Krause <mathias.krause@secunet.com>
6123
6124 arch/x86/mm/pageattr.c | 2 +-
6125 1 file changed, 1 insertion(+), 1 deletion(-)
6126
6127commit 8cd264e31562d39c034c35256dcb4eff8ab2fc66
6128Author: Brad Spengler <spender@grsecurity.net>
6129Date: Thu Aug 18 17:57:25 2016 -0400
6130
6131 Remove a warning that is (under the specific instance where we triggered it)
6132 erroneous. Avoiding triggering the warning will require reworking some of
6133 our APIs, so this will be fixed at a later time.
6134
6135 Thanks to Ed Swierk of Skyport Systems for the report.
6136
6137 fs/dcache.c | 2 --
6138 1 file changed, 2 deletions(-)
6139
6140commit 7276656b983ed5e39010c54908005e0574a2d3fd
6141Author: Brad Spengler <spender@grsecurity.net>
6142Date: Sun Aug 21 17:36:48 2016 -0400
6143
6144 Update size_overflow hash table
6145
6146 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 4 +++-
6147 1 file changed, 3 insertions(+), 1 deletion(-)
6148
6149commit 18a6c9305d45e83c3bebf07eb132885da34b73da
6150Merge: 5cbf490 2a27d24
6151Author: Brad Spengler <spender@grsecurity.net>
6152Date: Sun Aug 21 16:59:37 2016 -0400
6153
6154 Merge branch 'pax-test' into grsec-test
6155
6156commit 2a27d2419704b09b554b75d6397bf26ffd45754b
6157Merge: 7be9261 84fae3f
6158Author: Brad Spengler <spender@grsecurity.net>
6159Date: Sun Aug 21 16:57:07 2016 -0400
6160
6161 Merge branch 'linux-4.7.y' into pax-test
6162
6163commit 5cbf4905a069cf66895ff7a06673f8102e3faab5
6164Author: Brad Spengler <spender@grsecurity.net>
6165Date: Tue Aug 16 17:23:45 2016 -0400
6166
6167 forward-port !PAX_ASLR change
6168
6169 arch/x86/mm/mmap.c | 16 +++-------------
6170 1 file changed, 3 insertions(+), 13 deletions(-)
6171
6172commit c7d89a55e70af76005662d4a4c9c7db3a4cb7998
6173Merge: a144f0f8 7be9261
6174Author: Brad Spengler <spender@grsecurity.net>
6175Date: Tue Aug 16 17:14:06 2016 -0400
6176
6177 Merge branch 'pax-test' into grsec-test
6178
6179commit 7be92610b9cff4e90a4f84a385086c5f643004a0
6180Merge: cb11f67 95f15f5
6181Author: Brad Spengler <spender@grsecurity.net>
6182Date: Tue Aug 16 17:13:54 2016 -0400
6183
6184 Merge branch 'linux-4.7.y' into pax-test
6185
6186commit a144f0f806ea8a109483a945d2e92474b57ef03c
6187Author: Brad Spengler <spender@grsecurity.net>
6188Date: Mon Aug 15 17:54:00 2016 -0400
6189
6190 Temporary workaround for cloned functions in the initify plugin, prevents
6191 an ICE-from-assertion reported by xeaforz and gg on IRC
6192
6193 scripts/gcc-plugins/initify_plugin.c | 3 ++-
6194 1 file changed, 2 insertions(+), 1 deletion(-)
6195
6196commit f68bc3565a314bea45c58a9ee0c025fad19af76d
6197Author: Brad Spengler <spender@grsecurity.net>
6198Date: Mon Aug 15 17:50:24 2016 -0400
6199
6200 Fix arm/ppc compilation, reported by Wizzup
6201
6202 arch/arm/include/asm/atomic.h | 2 +-
6203 arch/powerpc/include/asm/atomic.h | 2 +-
6204 include/asm-generic/atomic-long.h | 3 ++-
6205 include/linux/atomic.h | 4 ++++
6206 4 files changed, 8 insertions(+), 3 deletions(-)
6207
6208commit 30f09e2a7b1590febfb028aad55f3e4b74d92c87
6209Author: Brad Spengler <spender@grsecurity.net>
6210Date: Sat Aug 13 12:28:25 2016 -0400
6211
6212 Initial import of grsecurity 3.1 for Linux 4.7
6213
6214 Disables userfaultfd as suggested by Jann Horn
6215
6216 Documentation/dontdiff | 2 +
6217 Documentation/kernel-parameters.txt | 11 +
6218 Documentation/sysctl/kernel.txt | 15 +
6219 Makefile | 5 +-
6220 arch/alpha/include/asm/cache.h | 4 +-
6221 arch/alpha/kernel/osf_sys.c | 12 +-
6222 arch/arc/Kconfig | 1 +
6223 arch/arm/Kconfig | 2 +
6224 arch/arm/Kconfig.debug | 1 +
6225 arch/arm/include/asm/atomic.h | 45 +-
6226 arch/arm/include/asm/domain.h | 1 +
6227 arch/arm/include/asm/thread_info.h | 7 +-
6228 arch/arm/kernel/entry-common.S | 8 +-
6229 arch/arm/kernel/process.c | 4 +-
6230 arch/arm/kernel/ptrace.c | 9 +
6231 arch/arm/kernel/traps.c | 7 +-
6232 arch/arm/mach-mvebu/coherency.c | 2 +-
6233 arch/arm/mm/Kconfig | 4 +-
6234 arch/arm/mm/alignment.c | 24 +-
6235 arch/arm/mm/fault.c | 40 +-
6236 arch/arm/mm/mmap.c | 8 +-
6237 arch/arm/net/bpf_jit_32.c | 51 +-
6238 arch/arm64/Kconfig.debug | 1 +
6239 arch/arm64/include/asm/atomic.h | 3 +
6240 arch/arm64/include/asm/cache.h | 4 +-
6241 arch/arm64/include/asm/pgtable.h | 3 +
6242 arch/arm64/kernel/process.c | 9 +-
6243 arch/arm64/kernel/stacktrace.c | 4 +-
6244 arch/arm64/kernel/traps.c | 2 +-
6245 arch/avr32/include/asm/cache.h | 4 +-
6246 arch/blackfin/Kconfig.debug | 1 +
6247 arch/blackfin/include/asm/cache.h | 3 +-
6248 arch/cris/include/arch-v10/arch/cache.h | 3 +-
6249 arch/cris/include/arch-v32/arch/cache.h | 3 +-
6250 arch/frv/include/asm/cache.h | 3 +-
6251 arch/frv/mm/elf-fdpic.c | 4 +-
6252 arch/hexagon/include/asm/cache.h | 6 +-
6253 arch/ia64/Kconfig | 1 +
6254 arch/ia64/include/asm/cache.h | 3 +-
6255 arch/ia64/kernel/sys_ia64.c | 2 +
6256 arch/ia64/mm/hugetlbpage.c | 2 +
6257 arch/m32r/include/asm/cache.h | 4 +-
6258 arch/m68k/include/asm/cache.h | 4 +-
6259 arch/metag/mm/hugetlbpage.c | 1 +
6260 arch/microblaze/include/asm/cache.h | 3 +-
6261 arch/mips/Kconfig | 1 +
6262 arch/mips/include/asm/thread_info.h | 11 +-
6263 arch/mips/kernel/irq.c | 3 +
6264 arch/mips/kernel/ptrace.c | 9 +
6265 arch/mips/mm/mmap.c | 4 +-
6266 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
6267 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
6268 arch/openrisc/include/asm/cache.h | 4 +-
6269 arch/parisc/include/asm/cache.h | 3 +
6270 arch/parisc/kernel/sys_parisc.c | 4 +
6271 arch/powerpc/Kconfig | 1 +
6272 arch/powerpc/include/asm/atomic.h | 28 +-
6273 arch/powerpc/include/asm/cache.h | 4 +-
6274 arch/powerpc/include/asm/spinlock.h | 1 +
6275 arch/powerpc/include/asm/thread_info.h | 5 +-
6276 arch/powerpc/kernel/Makefile | 2 +
6277 arch/powerpc/kernel/irq.c | 3 +
6278 arch/powerpc/kernel/process.c | 10 +-
6279 arch/powerpc/kernel/ptrace.c | 14 +
6280 arch/powerpc/kernel/traps.c | 7 +-
6281 arch/powerpc/mm/slice.c | 2 +-
6282 arch/s390/Kconfig.debug | 1 +
6283 arch/s390/include/asm/cache.h | 4 +-
6284 arch/score/include/asm/cache.h | 4 +-
6285 arch/sh/include/asm/cache.h | 3 +-
6286 arch/sh/mm/mmap.c | 6 +-
6287 arch/sparc/include/asm/cache.h | 4 +-
6288 arch/sparc/include/asm/pgalloc_64.h | 1 +
6289 arch/sparc/include/asm/thread_info_64.h | 8 +-
6290 arch/sparc/kernel/process_32.c | 6 +-
6291 arch/sparc/kernel/process_64.c | 8 +-
6292 arch/sparc/kernel/ptrace_64.c | 14 +
6293 arch/sparc/kernel/sys_sparc_64.c | 8 +-
6294 arch/sparc/kernel/syscalls.S | 8 +-
6295 arch/sparc/kernel/traps_32.c | 8 +-
6296 arch/sparc/kernel/traps_64.c | 28 +-
6297 arch/sparc/kernel/unaligned_64.c | 2 +-
6298 arch/sparc/mm/fault_64.c | 2 +-
6299 arch/sparc/mm/hugetlbpage.c | 15 +-
6300 arch/tile/Kconfig | 1 +
6301 arch/tile/include/asm/cache.h | 3 +-
6302 arch/tile/mm/hugetlbpage.c | 2 +
6303 arch/um/include/asm/cache.h | 3 +-
6304 arch/unicore32/include/asm/cache.h | 6 +-
6305 arch/x86/Kconfig | 21 +
6306 arch/x86/Kconfig.debug | 2 +
6307 arch/x86/entry/common.c | 14 +
6308 arch/x86/entry/entry_32.S | 2 +-
6309 arch/x86/entry/entry_64.S | 2 +-
6310 arch/x86/ia32/ia32_aout.c | 2 +
6311 arch/x86/include/asm/floppy.h | 20 +-
6312 arch/x86/include/asm/fpu/types.h | 69 +-
6313 arch/x86/include/asm/io.h | 2 +-
6314 arch/x86/include/asm/page.h | 12 +-
6315 arch/x86/include/asm/paravirt_types.h | 21 +-
6316 arch/x86/include/asm/processor.h | 12 +-
6317 arch/x86/include/asm/thread_info.h | 6 +-
6318 arch/x86/kernel/dumpstack.c | 10 +-
6319 arch/x86/kernel/dumpstack_32.c | 2 +-
6320 arch/x86/kernel/dumpstack_64.c | 2 +-
6321 arch/x86/kernel/ioport.c | 13 +
6322 arch/x86/kernel/irq_32.c | 3 +
6323 arch/x86/kernel/irq_64.c | 4 +
6324 arch/x86/kernel/kprobes/opt.c | 8 +-
6325 arch/x86/kernel/ldt.c | 18 +
6326 arch/x86/kernel/msr.c | 12 +
6327 arch/x86/kernel/ptrace.c | 14 +
6328 arch/x86/kernel/signal.c | 9 +-
6329 arch/x86/kernel/sys_i386_32.c | 9 +-
6330 arch/x86/kernel/sys_x86_64.c | 8 +-
6331 arch/x86/kernel/traps.c | 5 +
6332 arch/x86/kernel/verify_cpu.S | 1 +
6333 arch/x86/kernel/vm86_32.c | 15 +
6334 arch/x86/mm/fault.c | 12 +-
6335 arch/x86/mm/hugetlbpage.c | 15 +-
6336 arch/x86/mm/init.c | 51 +-
6337 arch/x86/mm/init_32.c | 6 +-
6338 arch/x86/net/bpf_jit_comp.c | 4 +
6339 arch/x86/platform/efi/efi_64.c | 2 +-
6340 arch/x86/xen/Kconfig | 1 +
6341 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
6342 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
6343 crypto/scatterwalk.c | 10 +-
6344 drivers/acpi/acpica/hwxfsleep.c | 11 +-
6345 drivers/acpi/custom_method.c | 4 +
6346 drivers/block/cciss.h | 30 +-
6347 drivers/block/smart1,2.h | 40 +-
6348 drivers/cdrom/cdrom.c | 2 +-
6349 drivers/char/Kconfig | 4 +-
6350 drivers/char/genrtc.c | 1 +
6351 drivers/char/mem.c | 17 +
6352 drivers/char/random.c | 5 +-
6353 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
6354 drivers/firewire/ohci.c | 4 +
6355 drivers/firmware/efi/libstub/Makefile | 2 +
6356 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 82 +-
6357 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
6358 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
6359 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
6360 .../drm/amd/powerplay/hwmgr/polaris10_thermal.c | 22 +-
6361 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
6362 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
6363 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
6364 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
6365 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
6366 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
6367 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
6368 drivers/hid/hid-wiimote-debug.c | 2 +-
6369 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 138 +-
6370 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
6371 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
6372 drivers/iommu/amd_iommu.c | 14 +-
6373 drivers/iommu/arm-smmu-v3.c | 32 +-
6374 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
6375 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
6376 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
6377 drivers/isdn/i4l/isdn_concap.c | 6 +-
6378 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
6379 drivers/md/bcache/Kconfig | 1 +
6380 drivers/md/raid5.c | 8 +
6381 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
6382 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
6383 drivers/media/radio/radio-cadet.c | 5 +-
6384 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
6385 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
6386 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
6387 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
6388 drivers/message/fusion/mptbase.c | 9 +
6389 drivers/misc/sgi-xp/xp_main.c | 12 +-
6390 drivers/mmc/host/tmio_mmc_pio.c | 5 +-
6391 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
6392 drivers/net/wan/lmc/lmc_media.c | 97 +-
6393 drivers/net/wan/z85230.c | 24 +-
6394 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
6395 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
6396 drivers/pci/proc.c | 9 +
6397 drivers/platform/x86/asus-wmi.c | 12 +
6398 drivers/rtc/rtc-dev.c | 3 +
6399 drivers/scsi/bfa/bfa_fcs.c | 19 +-
6400 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
6401 drivers/scsi/bfa/bfa_modules.h | 12 +-
6402 drivers/scsi/hpsa.h | 40 +-
6403 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
6404 drivers/staging/wilc1000/host_interface.h | 1 +
6405 drivers/staging/wilc1000/wilc_spi.c | 1 +
6406 drivers/tty/sysrq.c | 2 +-
6407 drivers/tty/tty_io.c | 4 +
6408 drivers/tty/vt/keyboard.c | 22 +-
6409 drivers/uio/uio.c | 6 +-
6410 drivers/usb/core/hub.c | 5 +
6411 drivers/usb/gadget/function/f_uac1.c | 1 +
6412 drivers/usb/gadget/function/u_uac1.c | 1 +
6413 drivers/usb/host/hwa-hc.c | 9 +-
6414 drivers/usb/usbip/vhci_sysfs.c | 2 +-
6415 drivers/video/fbdev/arcfb.c | 2 +-
6416 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
6417 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
6418 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
6419 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
6420 drivers/xen/xenfs/xenstored.c | 5 +
6421 firmware/Makefile | 2 +
6422 firmware/WHENCE | 20 +-
6423 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
6424 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
6425 fs/attr.c | 4 +
6426 fs/autofs4/waitq.c | 9 +
6427 fs/binfmt_aout.c | 7 +
6428 fs/binfmt_elf.c | 40 +-
6429 fs/compat.c | 20 +-
6430 fs/coredump.c | 17 +-
6431 fs/dcache.c | 3 +
6432 fs/debugfs/inode.c | 19 +-
6433 fs/exec.c | 243 +-
6434 fs/ext2/balloc.c | 4 +-
6435 fs/ext2/super.c | 8 +-
6436 fs/ext4/balloc.c | 4 +-
6437 fs/ext4/extents.c | 2 +-
6438 fs/fcntl.c | 4 +
6439 fs/fhandle.c | 3 +-
6440 fs/file.c | 4 +
6441 fs/filesystems.c | 4 +
6442 fs/fs_struct.c | 20 +-
6443 fs/hugetlbfs/inode.c | 5 +-
6444 fs/inode.c | 8 +-
6445 fs/ioctl.c | 1 +
6446 fs/kernfs/dir.c | 6 +
6447 fs/mount.h | 4 +-
6448 fs/namei.c | 290 +-
6449 fs/namespace.c | 24 +
6450 fs/nfsd/nfscache.c | 2 +-
6451 fs/open.c | 38 +
6452 fs/overlayfs/inode.c | 3 +
6453 fs/overlayfs/super.c | 6 +-
6454 fs/pipe.c | 2 +-
6455 fs/posix_acl.c | 15 +-
6456 fs/proc/Kconfig | 10 +-
6457 fs/proc/array.c | 67 +-
6458 fs/proc/base.c | 193 +-
6459 fs/proc/cmdline.c | 4 +
6460 fs/proc/devices.c | 4 +
6461 fs/proc/fd.c | 13 +-
6462 fs/proc/generic.c | 64 +
6463 fs/proc/inode.c | 17 +
6464 fs/proc/internal.h | 18 +-
6465 fs/proc/interrupts.c | 4 +
6466 fs/proc/kcore.c | 3 +
6467 fs/proc/proc_net.c | 31 +
6468 fs/proc/proc_sysctl.c | 50 +-
6469 fs/proc/root.c | 8 +
6470 fs/proc/stat.c | 69 +-
6471 fs/proc/task_mmu.c | 85 +-
6472 fs/proc/task_nommu.c | 2 +-
6473 fs/readdir.c | 19 +
6474 fs/reiserfs/item_ops.c | 24 +-
6475 fs/reiserfs/super.c | 4 +
6476 fs/select.c | 2 +
6477 fs/seq_file.c | 31 +-
6478 fs/stat.c | 20 +-
6479 fs/sysfs/dir.c | 30 +-
6480 fs/utimes.c | 7 +
6481 fs/xattr.c | 26 +-
6482 fs/xfs/xfs_ioctl.c | 6 +
6483 grsecurity/Kconfig | 1205 ++++
6484 grsecurity/Makefile | 54 +
6485 grsecurity/gracl.c | 2773 +++++++++
6486 grsecurity/gracl_alloc.c | 105 +
6487 grsecurity/gracl_cap.c | 96 +
6488 grsecurity/gracl_compat.c | 269 +
6489 grsecurity/gracl_fs.c | 448 ++
6490 grsecurity/gracl_ip.c | 387 ++
6491 grsecurity/gracl_learn.c | 209 +
6492 grsecurity/gracl_policy.c | 1784 ++++++
6493 grsecurity/gracl_res.c | 74 +
6494 grsecurity/gracl_segv.c | 306 +
6495 grsecurity/gracl_shm.c | 40 +
6496 grsecurity/grsec_chdir.c | 19 +
6497 grsecurity/grsec_chroot.c | 506 ++
6498 grsecurity/grsec_disabled.c | 445 ++
6499 grsecurity/grsec_exec.c | 188 +
6500 grsecurity/grsec_fifo.c | 26 +
6501 grsecurity/grsec_fork.c | 23 +
6502 grsecurity/grsec_init.c | 294 +
6503 grsecurity/grsec_ipc.c | 48 +
6504 grsecurity/grsec_link.c | 65 +
6505 grsecurity/grsec_log.c | 340 +
6506 grsecurity/grsec_mem.c | 48 +
6507 grsecurity/grsec_mount.c | 65 +
6508 grsecurity/grsec_pax.c | 47 +
6509 grsecurity/grsec_proc.c | 20 +
6510 grsecurity/grsec_ptrace.c | 30 +
6511 grsecurity/grsec_sig.c | 248 +
6512 grsecurity/grsec_sock.c | 244 +
6513 grsecurity/grsec_sysctl.c | 497 ++
6514 grsecurity/grsec_time.c | 16 +
6515 grsecurity/grsec_tpe.c | 78 +
6516 grsecurity/grsec_tty.c | 18 +
6517 grsecurity/grsec_usb.c | 15 +
6518 grsecurity/grsum.c | 56 +
6519 include/asm-generic/atomic-long.h | 2 +
6520 include/asm-generic/atomic64.h | 1 +
6521 include/asm-generic/pgtable-nopmd.h | 1 +
6522 include/linux/atomic.h | 23 +
6523 include/linux/binfmts.h | 5 +-
6524 include/linux/capability.h | 13 +
6525 include/linux/cdev.h | 2 +-
6526 include/linux/compiler-gcc.h | 5 +
6527 include/linux/compiler.h | 8 +
6528 include/linux/cred.h | 8 +-
6529 include/linux/dcache.h | 5 +-
6530 include/linux/fs.h | 26 +-
6531 include/linux/fs_struct.h | 2 +-
6532 include/linux/fsnotify.h | 6 +
6533 include/linux/gracl.h | 342 ++
6534 include/linux/gracl_compat.h | 156 +
6535 include/linux/gralloc.h | 9 +
6536 include/linux/grdefs.h | 140 +
6537 include/linux/grinternal.h | 231 +
6538 include/linux/grmsg.h | 120 +
6539 include/linux/grsecurity.h | 259 +
6540 include/linux/grsock.h | 19 +
6541 include/linux/ipc.h | 2 +-
6542 include/linux/ipc_namespace.h | 2 +-
6543 include/linux/kallsyms.h | 18 +-
6544 include/linux/key-type.h | 4 +-
6545 include/linux/kmod.h | 5 +
6546 include/linux/kobject.h | 2 +-
6547 include/linux/lsm_hooks.h | 4 +-
6548 include/linux/mm.h | 12 +
6549 include/linux/mm_types.h | 4 +-
6550 include/linux/module.h | 5 +-
6551 include/linux/mount.h | 2 +-
6552 include/linux/msg.h | 2 +-
6553 include/linux/netfilter/xt_gradm.h | 9 +
6554 include/linux/path.h | 4 +-
6555 include/linux/perf_event.h | 13 +-
6556 include/linux/pid_namespace.h | 2 +-
6557 include/linux/printk.h | 3 +-
6558 include/linux/proc_fs.h | 22 +-
6559 include/linux/proc_ns.h | 2 +-
6560 include/linux/random.h | 2 +-
6561 include/linux/rbtree_augmented.h | 4 +-
6562 include/linux/scatterlist.h | 12 +-
6563 include/linux/sched.h | 135 +-
6564 include/linux/security.h | 1 +
6565 include/linux/sem.h | 2 +-
6566 include/linux/seq_file.h | 5 +
6567 include/linux/shm.h | 6 +-
6568 include/linux/skbuff.h | 3 +
6569 include/linux/slab.h | 9 -
6570 include/linux/sysctl.h | 8 +-
6571 include/linux/thread_info.h | 6 +-
6572 include/linux/tty.h | 2 +-
6573 include/linux/tty_driver.h | 4 +-
6574 include/linux/uidgid.h | 6 +
6575 include/linux/user_namespace.h | 2 +-
6576 include/linux/utsname.h | 2 +-
6577 include/linux/vermagic.h | 16 +-
6578 include/linux/vmalloc.h | 8 +
6579 include/net/af_unix.h | 2 +-
6580 include/net/ip.h | 2 +-
6581 include/net/neighbour.h | 2 +-
6582 include/net/net_namespace.h | 2 +-
6583 include/net/sock.h | 2 +-
6584 include/trace/events/fs.h | 53 +
6585 include/uapi/linux/personality.h | 1 +
6586 init/Kconfig | 7 +-
6587 init/main.c | 48 +
6588 ipc/mqueue.c | 1 +
6589 ipc/msg.c | 3 +-
6590 ipc/msgutil.c | 4 +-
6591 ipc/sem.c | 3 +-
6592 ipc/shm.c | 26 +-
6593 ipc/util.c | 6 +
6594 kernel/auditsc.c | 2 +-
6595 kernel/bpf/syscall.c | 10 +-
6596 kernel/capability.c | 41 +-
6597 kernel/cgroup.c | 5 +-
6598 kernel/compat.c | 1 +
6599 kernel/configs.c | 11 +
6600 kernel/cred.c | 112 +-
6601 kernel/events/core.c | 14 +-
6602 kernel/exit.c | 10 +-
6603 kernel/fork.c | 93 +-
6604 kernel/futex.c | 4 +-
6605 kernel/kallsyms.c | 9 +
6606 kernel/kcmp.c | 4 +
6607 kernel/kexec_core.c | 2 +-
6608 kernel/kmod.c | 96 +-
6609 kernel/kprobes.c | 9 +-
6610 kernel/ksysfs.c | 2 +
6611 kernel/locking/lockdep_proc.c | 10 +-
6612 kernel/module.c | 108 +-
6613 kernel/panic.c | 6 +-
6614 kernel/pid.c | 18 +-
6615 kernel/power/Kconfig | 2 +
6616 kernel/printk/printk.c | 7 +-
6617 kernel/ptrace.c | 50 +-
6618 kernel/resource.c | 10 +
6619 kernel/sched/core.c | 8 +-
6620 kernel/sched/debug.c | 4 +
6621 kernel/signal.c | 37 +-
6622 kernel/sys.c | 64 +-
6623 kernel/sysctl.c | 174 +-
6624 kernel/taskstats.c | 6 +
6625 kernel/time/posix-timers.c | 8 +
6626 kernel/time/time.c | 5 +
6627 kernel/time/timekeeping.c | 3 +
6628 kernel/time/timer_list.c | 13 +-
6629 kernel/time/timer_stats.c | 10 +-
6630 kernel/trace/Kconfig | 6 +
6631 kernel/trace/trace_syscalls.c | 8 +
6632 kernel/user_namespace.c | 15 +
6633 lib/Kconfig.debug | 13 +-
6634 lib/is_single_threaded.c | 3 +
6635 lib/list_debug.c | 65 +-
6636 lib/nlattr.c | 2 +
6637 lib/rbtree.c | 4 +-
6638 lib/vsprintf.c | 42 +-
6639 localversion-grsec | 1 +
6640 mm/Kconfig | 8 +-
6641 mm/Kconfig.debug | 1 +
6642 mm/filemap.c | 1 +
6643 mm/hugetlb.c | 12 +
6644 mm/kmemleak.c | 4 +-
6645 mm/memory.c | 2 +-
6646 mm/mempolicy.c | 12 +-
6647 mm/migrate.c | 3 +-
6648 mm/mlock.c | 9 +
6649 mm/mmap.c | 118 +-
6650 mm/mprotect.c | 8 +
6651 mm/page_alloc.c | 2 +-
6652 mm/process_vm_access.c | 6 +
6653 mm/shmem.c | 2 +-
6654 mm/slab.c | 14 +-
6655 mm/slab_common.c | 2 +-
6656 mm/slob.c | 12 +
6657 mm/slub.c | 33 +-
6658 mm/util.c | 3 +
6659 mm/vmalloc.c | 84 +-
6660 mm/vmstat.c | 29 +-
6661 net/appletalk/atalk_proc.c | 2 +-
6662 net/atm/lec.c | 6 +-
6663 net/atm/mpoa_caches.c | 43 +-
6664 net/can/bcm.c | 2 +-
6665 net/can/proc.c | 2 +-
6666 net/core/dev_ioctl.c | 7 +-
6667 net/core/filter.c | 8 +-
6668 net/core/net-procfs.c | 17 +-
6669 net/core/pktgen.c | 2 +-
6670 net/core/sock.c | 23 +-
6671 net/core/sysctl_net_core.c | 2 +-
6672 net/decnet/dn_dev.c | 2 +-
6673 net/ipv4/devinet.c | 6 +-
6674 net/ipv4/inet_hashtables.c | 6 +
6675 net/ipv4/ip_input.c | 7 +
6676 net/ipv4/ip_sockglue.c | 3 +-
6677 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
6678 net/ipv4/route.c | 6 +-
6679 net/ipv4/tcp_input.c | 6 +-
6680 net/ipv4/tcp_ipv4.c | 24 +-
6681 net/ipv4/tcp_minisocks.c | 9 +-
6682 net/ipv4/tcp_timer.c | 11 +
6683 net/ipv4/udp.c | 23 +
6684 net/ipv6/addrconf.c | 13 +-
6685 net/ipv6/proc.c | 2 +-
6686 net/ipv6/tcp_ipv6.c | 23 +-
6687 net/ipv6/udp.c | 7 +
6688 net/ipx/ipx_proc.c | 2 +-
6689 net/irda/irproc.c | 2 +-
6690 net/llc/llc_proc.c | 2 +-
6691 net/netfilter/Kconfig | 10 +
6692 net/netfilter/Makefile | 1 +
6693 net/netfilter/xt_gradm.c | 51 +
6694 net/netfilter/xt_hashlimit.c | 4 +-
6695 net/netfilter/xt_recent.c | 2 +-
6696 net/socket.c | 75 +-
6697 net/sunrpc/Kconfig | 1 +
6698 net/sunrpc/cache.c | 2 +-
6699 net/sunrpc/stats.c | 2 +-
6700 net/sysctl_net.c | 2 +-
6701 net/unix/af_unix.c | 52 +-
6702 net/vmw_vsock/vmci_transport_notify.c | 30 +-
6703 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
6704 net/x25/sysctl_net_x25.c | 2 +-
6705 net/x25/x25_proc.c | 2 +-
6706 scripts/Makefile.gcc-plugins | 7 +-
6707 scripts/gcc-plugins/.gitignore | 1 +
6708 scripts/gcc-plugins/Makefile | 10 +
6709 scripts/gcc-plugins/gen-random-seed.sh | 8 +
6710 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
6711 .../size_overflow_plugin/size_overflow_hash.data | 296 +-
6712 scripts/package/Makefile | 2 +-
6713 scripts/package/mkspec | 41 +-
6714 security/Kconfig | 366 +-
6715 security/apparmor/file.c | 4 +-
6716 security/apparmor/lsm.c | 6 +-
6717 security/commoncap.c | 29 +
6718 security/keys/internal.h | 2 +-
6719 security/min_addr.c | 2 +
6720 security/tomoyo/file.c | 12 +-
6721 security/tomoyo/mount.c | 4 +
6722 security/tomoyo/tomoyo.c | 20 +-
6723 security/yama/Kconfig | 2 +-
6724 sound/synth/emux/emux_seq.c | 14 +-
6725 sound/usb/line6/driver.c | 40 +-
6726 sound/usb/line6/toneport.c | 12 +-
6727 511 files changed, 32801 insertions(+), 3213 deletions(-)
6728
6729commit cb11f67628b6b8bd97c26b6223460789e4273364
6730Author: Brad Spengler <spender@grsecurity.net>
6731Date: Fri Aug 12 18:15:59 2016 -0400
6732
6733 Initial import of pax-linux-4.7-test3.patch
6734
6735 .gitignore | 1 +
6736 Documentation/dontdiff | 46 +-
6737 Documentation/kbuild/makefiles.txt | 39 +-
6738 Documentation/kernel-parameters.txt | 28 +
6739 Makefile | 20 +-
6740 arch/Kconfig | 14 +
6741 arch/alpha/include/asm/atomic.h | 10 +
6742 arch/alpha/include/asm/elf.h | 7 +
6743 arch/alpha/include/asm/pgalloc.h | 6 +
6744 arch/alpha/include/asm/pgtable.h | 11 +
6745 arch/alpha/kernel/module.c | 2 +-
6746 arch/alpha/kernel/osf_sys.c | 8 +-
6747 arch/alpha/mm/fault.c | 141 +-
6748 arch/arm/Kconfig | 6 +-
6749 arch/arm/boot/compressed/Makefile | 2 +
6750 arch/arm/include/asm/atomic.h | 323 +-
6751 arch/arm/include/asm/cache.h | 4 +-
6752 arch/arm/include/asm/cacheflush.h | 2 +-
6753 arch/arm/include/asm/checksum.h | 14 +-
6754 arch/arm/include/asm/cmpxchg.h | 4 +
6755 arch/arm/include/asm/cpuidle.h | 2 +-
6756 arch/arm/include/asm/domain.h | 42 +-
6757 arch/arm/include/asm/elf.h | 9 +-
6758 arch/arm/include/asm/fncpy.h | 2 +
6759 arch/arm/include/asm/futex.h | 1 +
6760 arch/arm/include/asm/kmap_types.h | 2 +-
6761 arch/arm/include/asm/mach/dma.h | 2 +-
6762 arch/arm/include/asm/mach/map.h | 16 +-
6763 arch/arm/include/asm/outercache.h | 2 +-
6764 arch/arm/include/asm/page.h | 3 +-
6765 arch/arm/include/asm/pgalloc.h | 20 +
6766 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
6767 arch/arm/include/asm/pgtable-2level.h | 3 +
6768 arch/arm/include/asm/pgtable-3level.h | 3 +
6769 arch/arm/include/asm/pgtable.h | 54 +-
6770 arch/arm/include/asm/smp.h | 2 +-
6771 arch/arm/include/asm/string.h | 10 +-
6772 arch/arm/include/asm/thread_info.h | 3 +
6773 arch/arm/include/asm/tls.h | 3 +
6774 arch/arm/include/asm/uaccess.h | 113 +-
6775 arch/arm/include/uapi/asm/ptrace.h | 2 +-
6776 arch/arm/kernel/armksyms.c | 2 +-
6777 arch/arm/kernel/cpuidle.c | 2 +-
6778 arch/arm/kernel/entry-armv.S | 109 +-
6779 arch/arm/kernel/entry-common.S | 40 +-
6780 arch/arm/kernel/entry-header.S | 55 +
6781 arch/arm/kernel/fiq.c | 3 +
6782 arch/arm/kernel/module-plts.c | 7 +-
6783 arch/arm/kernel/module.c | 38 +-
6784 arch/arm/kernel/patch.c | 2 +
6785 arch/arm/kernel/process.c | 86 +-
6786 arch/arm/kernel/reboot.c | 1 +
6787 arch/arm/kernel/setup.c | 20 +-
6788 arch/arm/kernel/signal.c | 35 +-
6789 arch/arm/kernel/smp.c | 2 +-
6790 arch/arm/kernel/tcm.c | 4 +-
6791 arch/arm/kernel/vmlinux.lds.S | 6 +-
6792 arch/arm/kvm/arm.c | 8 +-
6793 arch/arm/lib/copy_page.S | 1 +
6794 arch/arm/lib/csumpartialcopyuser.S | 4 +-
6795 arch/arm/lib/delay.c | 2 +-
6796 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
6797 arch/arm/mach-exynos/suspend.c | 6 +-
6798 arch/arm/mach-mmp/mmp2.c | 4 +-
6799 arch/arm/mach-mmp/pxa910.c | 4 +-
6800 arch/arm/mach-mvebu/coherency.c | 4 +-
6801 arch/arm/mach-omap2/board-n8x0.c | 2 +-
6802 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
6803 arch/arm/mach-omap2/omap-smp.c | 1 +
6804 arch/arm/mach-omap2/omap_device.c | 4 +-
6805 arch/arm/mach-omap2/omap_device.h | 4 +-
6806 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
6807 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
6808 arch/arm/mach-omap2/wd_timer.c | 6 +-
6809 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
6810 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
6811 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
6812 arch/arm/mach-tegra/irq.c | 1 +
6813 arch/arm/mach-ux500/pm.c | 1 +
6814 arch/arm/mach-zynq/platsmp.c | 1 +
6815 arch/arm/mm/Kconfig | 6 +-
6816 arch/arm/mm/cache-l2x0.c | 2 +-
6817 arch/arm/mm/context.c | 10 +-
6818 arch/arm/mm/fault.c | 160 +
6819 arch/arm/mm/fault.h | 12 +
6820 arch/arm/mm/init.c | 39 +
6821 arch/arm/mm/ioremap.c | 4 +-
6822 arch/arm/mm/mmap.c | 36 +-
6823 arch/arm/mm/mmu.c | 162 +-
6824 arch/arm/net/bpf_jit_32.c | 3 +
6825 arch/arm/plat-iop/setup.c | 2 +-
6826 arch/arm/plat-omap/sram.c | 2 +
6827 arch/arm64/Kconfig | 1 +
6828 arch/arm64/include/asm/atomic.h | 10 +
6829 arch/arm64/include/asm/percpu.h | 8 +-
6830 arch/arm64/include/asm/pgalloc.h | 5 +
6831 arch/arm64/include/asm/string.h | 22 +-
6832 arch/arm64/include/asm/uaccess.h | 1 +
6833 arch/arm64/mm/dma-mapping.c | 2 +-
6834 arch/avr32/include/asm/elf.h | 8 +-
6835 arch/avr32/include/asm/kmap_types.h | 4 +-
6836 arch/avr32/mm/fault.c | 27 +
6837 arch/frv/include/asm/atomic.h | 10 +
6838 arch/frv/include/asm/kmap_types.h | 2 +-
6839 arch/frv/mm/elf-fdpic.c | 3 +-
6840 arch/ia64/Makefile | 1 +
6841 arch/ia64/include/asm/atomic.h | 10 +
6842 arch/ia64/include/asm/elf.h | 7 +
6843 arch/ia64/include/asm/pgalloc.h | 12 +
6844 arch/ia64/include/asm/pgtable.h | 13 +-
6845 arch/ia64/include/asm/spinlock.h | 2 +-
6846 arch/ia64/include/asm/uaccess.h | 27 +-
6847 arch/ia64/kernel/module.c | 20 +-
6848 arch/ia64/kernel/palinfo.c | 2 +-
6849 arch/ia64/kernel/sys_ia64.c | 7 +
6850 arch/ia64/kernel/vmlinux.lds.S | 2 +-
6851 arch/ia64/mm/fault.c | 32 +-
6852 arch/ia64/mm/init.c | 15 +-
6853 arch/m32r/lib/usercopy.c | 6 +
6854 arch/mips/Kbuild | 2 +-
6855 arch/mips/Kconfig | 1 +
6856 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
6857 arch/mips/include/asm/atomic.h | 372 +-
6858 arch/mips/include/asm/cache.h | 3 +-
6859 arch/mips/include/asm/elf.h | 7 +
6860 arch/mips/include/asm/exec.h | 2 +-
6861 arch/mips/include/asm/hw_irq.h | 2 +-
6862 arch/mips/include/asm/irq.h | 1 -
6863 arch/mips/include/asm/local.h | 57 +
6864 arch/mips/include/asm/page.h | 2 +-
6865 arch/mips/include/asm/pgalloc.h | 5 +
6866 arch/mips/include/asm/pgtable.h | 3 +
6867 arch/mips/include/asm/uaccess.h | 1 +
6868 arch/mips/kernel/binfmt_elfn32.c | 7 +
6869 arch/mips/kernel/binfmt_elfo32.c | 7 +
6870 arch/mips/kernel/irq-gt641xx.c | 2 +-
6871 arch/mips/kernel/irq.c | 6 +-
6872 arch/mips/kernel/pm-cps.c | 2 +-
6873 arch/mips/kernel/process.c | 12 -
6874 arch/mips/kernel/sync-r4k.c | 24 +-
6875 arch/mips/kernel/traps.c | 13 +-
6876 arch/mips/lib/ashldi3.c | 21 +-
6877 arch/mips/lib/ashrdi3.c | 19 +-
6878 arch/mips/lib/libgcc.h | 12 +-
6879 arch/mips/mm/fault.c | 25 +
6880 arch/mips/mm/init.c | 4 +-
6881 arch/mips/mm/mmap.c | 24 +-
6882 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
6883 arch/mips/sni/rm200.c | 2 +-
6884 arch/mips/vr41xx/common/icu.c | 2 +-
6885 arch/mips/vr41xx/common/irq.c | 4 +-
6886 arch/parisc/include/asm/atomic.h | 10 +
6887 arch/parisc/include/asm/elf.h | 7 +
6888 arch/parisc/include/asm/pgalloc.h | 6 +
6889 arch/parisc/include/asm/pgtable.h | 11 +
6890 arch/parisc/include/asm/uaccess.h | 4 +-
6891 arch/parisc/kernel/module.c | 26 +-
6892 arch/parisc/kernel/sys_parisc.c | 15 +
6893 arch/parisc/kernel/traps.c | 4 +-
6894 arch/parisc/mm/fault.c | 140 +-
6895 arch/powerpc/Kconfig | 1 +
6896 arch/powerpc/include/asm/atomic.h | 317 +-
6897 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
6898 arch/powerpc/include/asm/book3s/64/pgalloc.h | 10 +
6899 arch/powerpc/include/asm/elf.h | 12 +
6900 arch/powerpc/include/asm/exec.h | 2 +-
6901 arch/powerpc/include/asm/kmap_types.h | 2 +-
6902 arch/powerpc/include/asm/local.h | 46 +
6903 arch/powerpc/include/asm/mman.h | 2 +-
6904 arch/powerpc/include/asm/nohash/64/pgalloc.h | 7 +
6905 arch/powerpc/include/asm/page.h | 8 +-
6906 arch/powerpc/include/asm/page_64.h | 7 +-
6907 arch/powerpc/include/asm/pgtable.h | 1 +
6908 arch/powerpc/include/asm/reg.h | 1 +
6909 arch/powerpc/include/asm/smp.h | 2 +-
6910 arch/powerpc/include/asm/spinlock.h | 42 +-
6911 arch/powerpc/include/asm/string.h | 18 +-
6912 arch/powerpc/include/asm/uaccess.h | 141 +-
6913 arch/powerpc/kernel/Makefile | 5 +
6914 arch/powerpc/kernel/exceptions-64e.S | 4 +-
6915 arch/powerpc/kernel/exceptions-64s.S | 2 +-
6916 arch/powerpc/kernel/module_32.c | 15 +-
6917 arch/powerpc/kernel/process.c | 7 -
6918 arch/powerpc/kernel/signal_32.c | 2 +-
6919 arch/powerpc/kernel/signal_64.c | 2 +-
6920 arch/powerpc/kernel/traps.c | 21 +
6921 arch/powerpc/kernel/vdso.c | 5 +-
6922 arch/powerpc/lib/usercopy_64.c | 18 -
6923 arch/powerpc/mm/fault.c | 56 +-
6924 arch/powerpc/mm/mmap.c | 16 +
6925 arch/powerpc/mm/slice.c | 21 +-
6926 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
6927 arch/s390/include/asm/atomic.h | 10 +
6928 arch/s390/include/asm/elf.h | 7 +
6929 arch/s390/include/asm/exec.h | 2 +-
6930 arch/s390/include/asm/uaccess.h | 13 +-
6931 arch/s390/kernel/module.c | 22 +-
6932 arch/s390/kernel/process.c | 7 -
6933 arch/s390/mm/mmap.c | 22 +-
6934 arch/score/include/asm/exec.h | 2 +-
6935 arch/score/kernel/process.c | 5 -
6936 arch/sh/mm/mmap.c | 28 +-
6937 arch/sparc/Kconfig | 1 +
6938 arch/sparc/include/asm/atomic_64.h | 116 +-
6939 arch/sparc/include/asm/cache.h | 2 +-
6940 arch/sparc/include/asm/elf_32.h | 7 +
6941 arch/sparc/include/asm/elf_64.h | 7 +
6942 arch/sparc/include/asm/pgalloc_32.h | 1 +
6943 arch/sparc/include/asm/pgalloc_64.h | 1 +
6944 arch/sparc/include/asm/pgtable.h | 4 +
6945 arch/sparc/include/asm/pgtable_32.h | 15 +-
6946 arch/sparc/include/asm/pgtsrmmu.h | 5 +
6947 arch/sparc/include/asm/setup.h | 4 +-
6948 arch/sparc/include/asm/spinlock_64.h | 35 +-
6949 arch/sparc/include/asm/thread_info_32.h | 1 +
6950 arch/sparc/include/asm/thread_info_64.h | 2 +
6951 arch/sparc/include/asm/uaccess.h | 1 +
6952 arch/sparc/include/asm/uaccess_32.h | 28 +-
6953 arch/sparc/include/asm/uaccess_64.h | 24 +-
6954 arch/sparc/kernel/Makefile | 2 +-
6955 arch/sparc/kernel/prom_common.c | 2 +-
6956 arch/sparc/kernel/smp_64.c | 8 +-
6957 arch/sparc/kernel/sys_sparc_32.c | 2 +-
6958 arch/sparc/kernel/sys_sparc_64.c | 58 +-
6959 arch/sparc/kernel/traps_64.c | 27 +-
6960 arch/sparc/lib/Makefile | 2 +-
6961 arch/sparc/lib/atomic_64.S | 57 +-
6962 arch/sparc/lib/ksyms.c | 6 +-
6963 arch/sparc/mm/Makefile | 2 +-
6964 arch/sparc/mm/fault_32.c | 292 +
6965 arch/sparc/mm/fault_64.c | 486 +
6966 arch/sparc/mm/hugetlbpage.c | 30 +-
6967 arch/sparc/mm/init_64.c | 10 +-
6968 arch/tile/include/asm/atomic_64.h | 10 +
6969 arch/tile/include/asm/uaccess.h | 4 +-
6970 arch/um/Makefile | 2 +
6971 arch/um/include/asm/kmap_types.h | 2 +-
6972 arch/um/include/asm/page.h | 3 +
6973 arch/um/include/asm/pgtable-3level.h | 1 +
6974 arch/um/kernel/process.c | 16 -
6975 arch/x86/Kconfig | 33 +-
6976 arch/x86/Kconfig.cpu | 6 +-
6977 arch/x86/Kconfig.debug | 3 +-
6978 arch/x86/Makefile | 13 +-
6979 arch/x86/boot/bitops.h | 4 +-
6980 arch/x86/boot/boot.h | 2 +-
6981 arch/x86/boot/compressed/Makefile | 17 +
6982 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
6983 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
6984 arch/x86/boot/compressed/head_32.S | 4 +-
6985 arch/x86/boot/compressed/head_64.S | 12 +-
6986 arch/x86/boot/compressed/misc.c | 19 +-
6987 arch/x86/boot/compressed/pagetable.c | 1 +
6988 arch/x86/boot/cpucheck.c | 16 +-
6989 arch/x86/boot/header.S | 7 +-
6990 arch/x86/boot/memory.c | 2 +-
6991 arch/x86/boot/video-vesa.c | 1 +
6992 arch/x86/boot/video.c | 2 +-
6993 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
6994 arch/x86/crypto/aesni-intel_asm.S | 116 +-
6995 arch/x86/crypto/aesni-intel_glue.c | 4 +-
6996 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
6997 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
6998 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
6999 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
7000 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
7001 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
7002 arch/x86/crypto/camellia_glue.c | 8 +-
7003 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
7004 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
7005 arch/x86/crypto/cast6_avx_glue.c | 16 +-
7006 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
7007 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
7008 arch/x86/crypto/glue_helper.c | 2 +-
7009 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
7010 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
7011 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
7012 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
7013 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
7014 arch/x86/crypto/serpent_avx_glue.c | 18 +-
7015 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
7016 arch/x86/crypto/sha-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
7017 arch/x86/crypto/sha-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
7018 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
7019 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
7020 arch/x86/crypto/sha256-avx-asm.S | 5 +-
7021 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
7022 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
7023 arch/x86/crypto/sha256_ni_asm.S | 2 +-
7024 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
7025 arch/x86/crypto/sha512-avx-asm.S | 5 +-
7026 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
7027 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
7028 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
7029 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
7030 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
7031 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
7032 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
7033 arch/x86/crypto/twofish_avx_glue.c | 21 +-
7034 arch/x86/crypto/twofish_glue.c | 4 +-
7035 arch/x86/crypto/twofish_glue_3way.c | 12 +-
7036 arch/x86/entry/Makefile | 2 +
7037 arch/x86/entry/calling.h | 86 +-
7038 arch/x86/entry/common.c | 89 +-
7039 arch/x86/entry/entry_32.S | 330 +-
7040 arch/x86/entry/entry_64.S | 593 +-
7041 arch/x86/entry/entry_64_compat.S | 110 +-
7042 arch/x86/entry/thunk_64.S | 2 +
7043 arch/x86/entry/vdso/Makefile | 5 +-
7044 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
7045 arch/x86/entry/vdso/vdso2c.h | 4 +-
7046 arch/x86/entry/vdso/vma.c | 42 +-
7047 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
7048 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-
7049 arch/x86/events/amd/iommu.c | 8 +-
7050 arch/x86/events/core.c | 8 +-
7051 arch/x86/events/intel/bts.c | 6 +-
7052 arch/x86/events/intel/core.c | 34 +-
7053 arch/x86/events/intel/cqm.c | 14 +-
7054 arch/x86/events/intel/cstate.c | 6 +-
7055 arch/x86/events/intel/ds.c | 7 +-
7056 arch/x86/events/intel/lbr.c | 4 +-
7057 arch/x86/events/intel/pt.c | 38 +-
7058 arch/x86/events/intel/rapl.c | 8 +-
7059 arch/x86/events/intel/uncore.c | 6 +-
7060 arch/x86/events/intel/uncore.h | 14 +-
7061 arch/x86/events/perf_event.h | 2 +-
7062 arch/x86/ia32/ia32_signal.c | 23 +-
7063 arch/x86/ia32/sys_ia32.c | 42 +-
7064 arch/x86/include/asm/alternative-asm.h | 43 +-
7065 arch/x86/include/asm/alternative.h | 4 +-
7066 arch/x86/include/asm/apic.h | 2 +-
7067 arch/x86/include/asm/apm.h | 4 +-
7068 arch/x86/include/asm/atomic.h | 230 +-
7069 arch/x86/include/asm/atomic64_32.h | 131 +
7070 arch/x86/include/asm/atomic64_64.h | 169 +-
7071 arch/x86/include/asm/bitops.h | 18 +-
7072 arch/x86/include/asm/boot.h | 2 +-
7073 arch/x86/include/asm/cache.h | 4 +-
7074 arch/x86/include/asm/checksum_32.h | 12 +-
7075 arch/x86/include/asm/cmpxchg.h | 39 +
7076 arch/x86/include/asm/compat.h | 4 +
7077 arch/x86/include/asm/cpufeature.h | 2 +-
7078 arch/x86/include/asm/cpufeatures.h | 5 +-
7079 arch/x86/include/asm/crypto/camellia.h | 30 +-
7080 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
7081 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
7082 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
7083 arch/x86/include/asm/crypto/twofish.h | 10 +-
7084 arch/x86/include/asm/desc.h | 78 +-
7085 arch/x86/include/asm/desc_defs.h | 6 +
7086 arch/x86/include/asm/div64.h | 2 +-
7087 arch/x86/include/asm/dma.h | 2 +
7088 arch/x86/include/asm/efi.h | 5 +
7089 arch/x86/include/asm/elf.h | 33 +-
7090 arch/x86/include/asm/emergency-restart.h | 2 +-
7091 arch/x86/include/asm/fixmap.h | 2 +-
7092 arch/x86/include/asm/fpu/internal.h | 38 +-
7093 arch/x86/include/asm/fpu/types.h | 5 +-
7094 arch/x86/include/asm/futex.h | 14 +-
7095 arch/x86/include/asm/hw_irq.h | 4 +-
7096 arch/x86/include/asm/hypervisor.h | 2 +-
7097 arch/x86/include/asm/i8259.h | 2 +-
7098 arch/x86/include/asm/io.h | 22 +-
7099 arch/x86/include/asm/irqflags.h | 5 +
7100 arch/x86/include/asm/kprobes.h | 2 +-
7101 arch/x86/include/asm/kvm_emulate.h | 7 +-
7102 arch/x86/include/asm/local.h | 106 +-
7103 arch/x86/include/asm/mce.h | 2 +-
7104 arch/x86/include/asm/mman.h | 15 +
7105 arch/x86/include/asm/mmu.h | 14 +-
7106 arch/x86/include/asm/mmu_context.h | 33 +-
7107 arch/x86/include/asm/module.h | 23 +-
7108 arch/x86/include/asm/nmi.h | 19 +-
7109 arch/x86/include/asm/page.h | 2 +
7110 arch/x86/include/asm/page_32.h | 12 +-
7111 arch/x86/include/asm/page_64.h | 14 +-
7112 arch/x86/include/asm/paravirt.h | 46 +-
7113 arch/x86/include/asm/paravirt_types.h | 13 +-
7114 arch/x86/include/asm/pgalloc.h | 23 +
7115 arch/x86/include/asm/pgtable-2level.h | 2 +
7116 arch/x86/include/asm/pgtable-3level.h | 7 +
7117 arch/x86/include/asm/pgtable.h | 128 +-
7118 arch/x86/include/asm/pgtable_32.h | 14 +-
7119 arch/x86/include/asm/pgtable_32_types.h | 24 +-
7120 arch/x86/include/asm/pgtable_64.h | 23 +-
7121 arch/x86/include/asm/pgtable_64_types.h | 5 +
7122 arch/x86/include/asm/pgtable_types.h | 27 +-
7123 arch/x86/include/asm/pmem.h | 2 +-
7124 arch/x86/include/asm/preempt.h | 2 +-
7125 arch/x86/include/asm/processor.h | 57 +-
7126 arch/x86/include/asm/ptrace.h | 15 +-
7127 arch/x86/include/asm/realmode.h | 4 +-
7128 arch/x86/include/asm/reboot.h | 10 +-
7129 arch/x86/include/asm/rmwcc.h | 84 +-
7130 arch/x86/include/asm/rwsem.h | 63 +-
7131 arch/x86/include/asm/segment.h | 27 +-
7132 arch/x86/include/asm/smap.h | 43 +
7133 arch/x86/include/asm/smp.h | 14 +-
7134 arch/x86/include/asm/stackprotector.h | 4 +-
7135 arch/x86/include/asm/stacktrace.h | 34 +-
7136 arch/x86/include/asm/string_32.h | 20 +-
7137 arch/x86/include/asm/string_64.h | 16 +-
7138 arch/x86/include/asm/switch_to.h | 4 +-
7139 arch/x86/include/asm/sys_ia32.h | 6 +-
7140 arch/x86/include/asm/thread_info.h | 54 +-
7141 arch/x86/include/asm/tlbflush.h | 77 +-
7142 arch/x86/include/asm/traps.h | 4 +-
7143 arch/x86/include/asm/uaccess.h | 210 +-
7144 arch/x86/include/asm/uaccess_32.h | 28 +-
7145 arch/x86/include/asm/uaccess_64.h | 170 +-
7146 arch/x86/include/asm/word-at-a-time.h | 2 +-
7147 arch/x86/include/asm/x86_init.h | 8 +-
7148 arch/x86/include/asm/xen/page.h | 2 +-
7149 arch/x86/include/uapi/asm/e820.h | 2 +-
7150 arch/x86/kernel/Makefile | 2 +-
7151 arch/x86/kernel/acpi/boot.c | 4 +-
7152 arch/x86/kernel/acpi/sleep.c | 4 +
7153 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
7154 arch/x86/kernel/alternative.c | 113 +-
7155 arch/x86/kernel/apic/apic.c | 4 +-
7156 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
7157 arch/x86/kernel/apic/apic_noop.c | 2 +-
7158 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
7159 arch/x86/kernel/apic/io_apic.c | 10 +-
7160 arch/x86/kernel/apic/msi.c | 2 +-
7161 arch/x86/kernel/apic/probe_32.c | 4 +-
7162 arch/x86/kernel/apic/vector.c | 2 +
7163 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
7164 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
7165 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
7166 arch/x86/kernel/apm_32.c | 21 +-
7167 arch/x86/kernel/asm-offsets.c | 21 +
7168 arch/x86/kernel/cpu/Makefile | 4 -
7169 arch/x86/kernel/cpu/amd.c | 2 +-
7170 arch/x86/kernel/cpu/bugs_64.c | 2 +
7171 arch/x86/kernel/cpu/common.c | 206 +-
7172 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
7173 arch/x86/kernel/cpu/mcheck/mce.c | 38 +-
7174 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
7175 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
7176 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
7177 arch/x86/kernel/cpu/mshyperv.c | 2 +-
7178 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
7179 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
7180 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
7181 arch/x86/kernel/cpu/vmware.c | 2 +-
7182 arch/x86/kernel/crash_dump_64.c | 2 +-
7183 arch/x86/kernel/doublefault.c | 8 +-
7184 arch/x86/kernel/dumpstack.c | 14 +-
7185 arch/x86/kernel/dumpstack_32.c | 23 +-
7186 arch/x86/kernel/dumpstack_64.c | 70 +-
7187 arch/x86/kernel/e820.c | 4 +-
7188 arch/x86/kernel/early_printk.c | 1 +
7189 arch/x86/kernel/espfix_64.c | 44 +-
7190 arch/x86/kernel/fpu/core.c | 30 +-
7191 arch/x86/kernel/fpu/init.c | 49 +-
7192 arch/x86/kernel/fpu/regset.c | 22 +-
7193 arch/x86/kernel/fpu/signal.c | 20 +-
7194 arch/x86/kernel/fpu/xstate.c | 12 +-
7195 arch/x86/kernel/ftrace.c | 18 +-
7196 arch/x86/kernel/head64.c | 14 +-
7197 arch/x86/kernel/head_32.S | 236 +-
7198 arch/x86/kernel/head_64.S | 179 +-
7199 arch/x86/kernel/i386_ksyms_32.c | 12 +
7200 arch/x86/kernel/i8259.c | 10 +-
7201 arch/x86/kernel/io_delay.c | 2 +-
7202 arch/x86/kernel/ioport.c | 2 +-
7203 arch/x86/kernel/irq.c | 8 +-
7204 arch/x86/kernel/irq_32.c | 43 +-
7205 arch/x86/kernel/jump_label.c | 10 +-
7206 arch/x86/kernel/kgdb.c | 21 +-
7207 arch/x86/kernel/kprobes/core.c | 28 +-
7208 arch/x86/kernel/kprobes/opt.c | 16 +-
7209 arch/x86/kernel/ksysfs.c | 2 +-
7210 arch/x86/kernel/kvm.c | 2 +-
7211 arch/x86/kernel/kvmclock.c | 20 +-
7212 arch/x86/kernel/ldt.c | 25 +
7213 arch/x86/kernel/machine_kexec_32.c | 6 +-
7214 arch/x86/kernel/mcount_64.S | 21 +-
7215 arch/x86/kernel/module.c | 78 +-
7216 arch/x86/kernel/msr.c | 2 +-
7217 arch/x86/kernel/nmi.c | 34 +-
7218 arch/x86/kernel/nmi_selftest.c | 4 +-
7219 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
7220 arch/x86/kernel/paravirt.c | 133 +-
7221 arch/x86/kernel/paravirt_patch_64.c | 8 +
7222 arch/x86/kernel/pci-calgary_64.c | 2 +-
7223 arch/x86/kernel/pci-iommu_table.c | 2 +-
7224 arch/x86/kernel/pci-swiotlb.c | 2 +-
7225 arch/x86/kernel/process.c | 80 +-
7226 arch/x86/kernel/process_32.c | 29 +-
7227 arch/x86/kernel/process_64.c | 14 +-
7228 arch/x86/kernel/ptrace.c | 20 +-
7229 arch/x86/kernel/pvclock.c | 8 +-
7230 arch/x86/kernel/reboot.c | 44 +-
7231 arch/x86/kernel/reboot_fixups_32.c | 2 +-
7232 arch/x86/kernel/relocate_kernel_64.S | 3 +-
7233 arch/x86/kernel/setup.c | 29 +-
7234 arch/x86/kernel/setup_percpu.c | 29 +-
7235 arch/x86/kernel/signal.c | 17 +-
7236 arch/x86/kernel/smp.c | 2 +-
7237 arch/x86/kernel/smpboot.c | 29 +-
7238 arch/x86/kernel/step.c | 6 +-
7239 arch/x86/kernel/sys_i386_32.c | 184 +
7240 arch/x86/kernel/sys_x86_64.c | 28 +-
7241 arch/x86/kernel/tboot.c | 22 +-
7242 arch/x86/kernel/time.c | 8 +-
7243 arch/x86/kernel/tls.c | 7 +-
7244 arch/x86/kernel/tracepoint.c | 4 +-
7245 arch/x86/kernel/traps.c | 64 +-
7246 arch/x86/kernel/tsc.c | 2 +-
7247 arch/x86/kernel/uprobes.c | 4 +-
7248 arch/x86/kernel/vm86_32.c | 6 +-
7249 arch/x86/kernel/vmlinux.lds.S | 144 +-
7250 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
7251 arch/x86/kernel/x86_init.c | 6 +-
7252 arch/x86/kvm/cpuid.c | 21 +-
7253 arch/x86/kvm/emulate.c | 20 +-
7254 arch/x86/kvm/i8259.c | 10 +-
7255 arch/x86/kvm/ioapic.c | 2 +
7256 arch/x86/kvm/lapic.c | 2 +-
7257 arch/x86/kvm/paging_tmpl.h | 2 +-
7258 arch/x86/kvm/svm.c | 10 +-
7259 arch/x86/kvm/vmx.c | 60 +-
7260 arch/x86/kvm/x86.c | 44 +-
7261 arch/x86/lguest/boot.c | 3 +-
7262 arch/x86/lib/atomic64_386_32.S | 164 +
7263 arch/x86/lib/atomic64_cx8_32.S | 98 +-
7264 arch/x86/lib/checksum_32.S | 99 +-
7265 arch/x86/lib/clear_page_64.S | 3 +
7266 arch/x86/lib/cmpxchg16b_emu.S | 3 +
7267 arch/x86/lib/copy_page_64.S | 14 +-
7268 arch/x86/lib/copy_user_64.S | 66 +-
7269 arch/x86/lib/csum-copy_64.S | 14 +-
7270 arch/x86/lib/csum-wrappers_64.c | 8 +-
7271 arch/x86/lib/getuser.S | 74 +-
7272 arch/x86/lib/insn.c | 8 +-
7273 arch/x86/lib/iomap_copy_64.S | 2 +
7274 arch/x86/lib/memcpy_64.S | 6 +
7275 arch/x86/lib/memmove_64.S | 3 +-
7276 arch/x86/lib/memset_64.S | 3 +
7277 arch/x86/lib/mmx_32.c | 243 +-
7278 arch/x86/lib/msr-reg.S | 2 +
7279 arch/x86/lib/putuser.S | 87 +-
7280 arch/x86/lib/rwsem.S | 4 +
7281 arch/x86/lib/usercopy_32.c | 359 +-
7282 arch/x86/lib/usercopy_64.c | 22 +-
7283 arch/x86/math-emu/fpu_aux.c | 2 +-
7284 arch/x86/math-emu/fpu_entry.c | 4 +-
7285 arch/x86/math-emu/fpu_etc.c | 9 +-
7286 arch/x86/math-emu/fpu_system.h | 2 +-
7287 arch/x86/math-emu/fpu_trig.c | 13 +-
7288 arch/x86/math-emu/reg_constant.c | 7 +-
7289 arch/x86/mm/Makefile | 3 +
7290 arch/x86/mm/dump_pagetables.c | 32 +-
7291 arch/x86/mm/extable.c | 20 +-
7292 arch/x86/mm/fault.c | 572 +-
7293 arch/x86/mm/gup.c | 6 +-
7294 arch/x86/mm/highmem_32.c | 6 +
7295 arch/x86/mm/hugetlbpage.c | 24 +-
7296 arch/x86/mm/init.c | 19 +-
7297 arch/x86/mm/init_32.c | 156 +-
7298 arch/x86/mm/init_64.c | 106 +-
7299 arch/x86/mm/iomap_32.c | 4 +
7300 arch/x86/mm/ioremap.c | 54 +-
7301 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
7302 arch/x86/mm/mmap.c | 46 +-
7303 arch/x86/mm/mmio-mod.c | 10 +-
7304 arch/x86/mm/mpx.c | 6 +-
7305 arch/x86/mm/numa.c | 2 +-
7306 arch/x86/mm/pageattr.c | 38 +-
7307 arch/x86/mm/pat.c | 12 +-
7308 arch/x86/mm/pat_rbtree.c | 2 +-
7309 arch/x86/mm/pf_in.c | 10 +-
7310 arch/x86/mm/pgtable.c | 211 +-
7311 arch/x86/mm/pgtable_32.c | 3 +
7312 arch/x86/mm/setup_nx.c | 7 +
7313 arch/x86/mm/tlb.c | 104 +-
7314 arch/x86/mm/uderef_64.c | 37 +
7315 arch/x86/net/bpf_jit.S | 11 +
7316 arch/x86/net/bpf_jit_comp.c | 13 +-
7317 arch/x86/oprofile/backtrace.c | 6 +-
7318 arch/x86/oprofile/nmi_int.c | 10 +-
7319 arch/x86/oprofile/op_model_amd.c | 8 +-
7320 arch/x86/oprofile/op_model_ppro.c | 7 +-
7321 arch/x86/oprofile/op_x86_model.h | 2 +-
7322 arch/x86/pci/intel_mid_pci.c | 2 +-
7323 arch/x86/pci/irq.c | 8 +-
7324 arch/x86/pci/pcbios.c | 112 +-
7325 arch/x86/pci/vmd.c | 4 +-
7326 arch/x86/platform/efi/efi_32.c | 24 +
7327 arch/x86/platform/efi/efi_64.c | 26 +-
7328 arch/x86/platform/efi/efi_stub_32.S | 64 +-
7329 arch/x86/platform/efi/efi_stub_64.S | 2 +
7330 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
7331 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
7332 arch/x86/platform/intel-mid/mfld.c | 4 +-
7333 arch/x86/platform/intel-mid/mrfl.c | 2 +-
7334 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
7335 arch/x86/platform/olpc/olpc_dt.c | 2 +-
7336 arch/x86/power/cpu.c | 11 +-
7337 arch/x86/realmode/init.c | 10 +-
7338 arch/x86/realmode/rm/header.S | 4 +-
7339 arch/x86/realmode/rm/reboot.S | 4 +
7340 arch/x86/realmode/rm/trampoline_32.S | 12 +-
7341 arch/x86/realmode/rm/trampoline_64.S | 3 +-
7342 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
7343 arch/x86/tools/Makefile | 2 +-
7344 arch/x86/tools/relocs.c | 97 +-
7345 arch/x86/um/mem_32.c | 2 +-
7346 arch/x86/um/tls_32.c | 2 +-
7347 arch/x86/xen/enlighten.c | 52 +-
7348 arch/x86/xen/mmu.c | 31 +-
7349 arch/x86/xen/smp.c | 16 +-
7350 arch/x86/xen/xen-asm_32.S | 2 +-
7351 arch/x86/xen/xen-head.S | 12 +
7352 arch/x86/xen/xen-ops.h | 2 -
7353 block/bio.c | 4 +-
7354 block/blk-cgroup.c | 18 +-
7355 block/blk-map.c | 2 +-
7356 block/blk-softirq.c | 2 +-
7357 block/bsg.c | 12 +-
7358 block/cfq-iosched.c | 4 +-
7359 block/compat_ioctl.c | 4 +-
7360 block/genhd.c | 9 +-
7361 block/partitions/efi.c | 8 +-
7362 block/scsi_ioctl.c | 29 +-
7363 crypto/cast6_generic.c | 6 +-
7364 crypto/cryptd.c | 4 +-
7365 crypto/crypto_user.c | 2 +-
7366 crypto/pcrypt.c | 2 +-
7367 crypto/salsa20_generic.c | 16 +-
7368 crypto/serpent_generic.c | 6 +-
7369 drivers/acpi/ac.c | 2 +-
7370 drivers/acpi/acpi_video.c | 2 +-
7371 drivers/acpi/apei/apei-internal.h | 2 +-
7372 drivers/acpi/apei/ghes.c | 10 +-
7373 drivers/acpi/battery.c | 2 +-
7374 drivers/acpi/bgrt.c | 6 +-
7375 drivers/acpi/blacklist.c | 6 +-
7376 drivers/acpi/bus.c | 4 +-
7377 drivers/acpi/device_pm.c | 4 +-
7378 drivers/acpi/ec.c | 6 +-
7379 drivers/acpi/osi.c | 2 +-
7380 drivers/acpi/pci_slot.c | 2 +-
7381 drivers/acpi/processor_idle.c | 2 +-
7382 drivers/acpi/processor_pdc.c | 2 +-
7383 drivers/acpi/sleep.c | 2 +-
7384 drivers/acpi/sysfs.c | 14 +-
7385 drivers/acpi/thermal.c | 2 +-
7386 drivers/acpi/video_detect.c | 7 +-
7387 drivers/android/binder.c | 2 +-
7388 drivers/ata/libata-core.c | 12 +-
7389 drivers/ata/libata-scsi.c | 2 +-
7390 drivers/ata/libata.h | 2 +-
7391 drivers/ata/pata_arasan_cf.c | 4 +-
7392 drivers/atm/adummy.c | 2 +-
7393 drivers/atm/ambassador.c | 8 +-
7394 drivers/atm/atmtcp.c | 14 +-
7395 drivers/atm/eni.c | 10 +-
7396 drivers/atm/firestream.c | 8 +-
7397 drivers/atm/fore200e.c | 14 +-
7398 drivers/atm/he.c | 18 +-
7399 drivers/atm/horizon.c | 4 +-
7400 drivers/atm/idt77252.c | 36 +-
7401 drivers/atm/iphase.c | 34 +-
7402 drivers/atm/lanai.c | 12 +-
7403 drivers/atm/nicstar.c | 46 +-
7404 drivers/atm/solos-pci.c | 4 +-
7405 drivers/atm/suni.c | 4 +-
7406 drivers/atm/uPD98402.c | 16 +-
7407 drivers/atm/zatm.c | 6 +-
7408 drivers/base/bus.c | 4 +-
7409 drivers/base/devres.c | 4 +-
7410 drivers/base/devtmpfs.c | 8 +-
7411 drivers/base/node.c | 2 +-
7412 drivers/base/platform-msi.c | 20 +-
7413 drivers/base/power/domain.c | 6 +-
7414 drivers/base/power/runtime.c | 61 +-
7415 drivers/base/power/sysfs.c | 2 +-
7416 drivers/base/power/wakeup.c | 8 +-
7417 drivers/base/regmap/regmap-debugfs.c | 4 +-
7418 drivers/base/regmap/regmap.c | 4 +-
7419 drivers/base/syscore.c | 4 +-
7420 drivers/block/cciss.c | 28 +-
7421 drivers/block/cciss.h | 2 +-
7422 drivers/block/drbd/drbd_bitmap.c | 2 +-
7423 drivers/block/drbd/drbd_int.h | 12 +-
7424 drivers/block/drbd/drbd_main.c | 12 +-
7425 drivers/block/drbd/drbd_nl.c | 16 +-
7426 drivers/block/drbd/drbd_receiver.c | 38 +-
7427 drivers/block/drbd/drbd_state.c | 12 +-
7428 drivers/block/drbd/drbd_state.h | 2 +-
7429 drivers/block/drbd/drbd_state_change.h | 8 +-
7430 drivers/block/drbd/drbd_worker.c | 14 +-
7431 drivers/block/floppy.c | 8 +-
7432 drivers/block/pktcdvd.c | 4 +-
7433 drivers/block/rbd.c | 2 +-
7434 drivers/bluetooth/btwilink.c | 2 +-
7435 drivers/bus/arm-cci.c | 6 +-
7436 drivers/cdrom/cdrom.c | 11 +-
7437 drivers/cdrom/gdrom.c | 1 -
7438 drivers/char/agp/compat_ioctl.c | 2 +-
7439 drivers/char/agp/frontend.c | 4 +-
7440 drivers/char/agp/intel-gtt.c | 4 +-
7441 drivers/char/hpet.c | 2 +-
7442 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
7443 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
7444 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
7445 drivers/char/ipmi/ipmi_ssif.c | 12 +-
7446 drivers/char/mem.c | 47 +-
7447 drivers/char/nvram.c | 2 +-
7448 drivers/char/pcmcia/synclink_cs.c | 16 +-
7449 drivers/char/random.c | 12 +-
7450 drivers/char/sonypi.c | 11 +-
7451 drivers/char/tpm/tpm-chip.c | 7 +-
7452 drivers/char/tpm/tpm_acpi.c | 3 +-
7453 drivers/char/tpm/tpm_eventlog.c | 5 +-
7454 drivers/char/virtio_console.c | 6 +-
7455 drivers/clk/clk-composite.c | 2 +-
7456 drivers/clk/samsung/clk.h | 2 +-
7457 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
7458 drivers/clk/socfpga/clk-gate.c | 9 +-
7459 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
7460 drivers/clk/socfpga/clk-pll.c | 9 +-
7461 drivers/clk/ti/adpll.c | 2 +-
7462 drivers/clk/ti/clk.c | 8 +-
7463 drivers/cpufreq/acpi-cpufreq.c | 17 +-
7464 drivers/cpufreq/cpufreq-dt.c | 4 +-
7465 drivers/cpufreq/cpufreq.c | 27 +-
7466 drivers/cpufreq/cpufreq_governor.h | 2 +-
7467 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
7468 drivers/cpufreq/intel_pstate.c | 56 +-
7469 drivers/cpufreq/p4-clockmod.c | 12 +-
7470 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
7471 drivers/cpufreq/speedstep-centrino.c | 7 +-
7472 drivers/cpuidle/driver.c | 2 +-
7473 drivers/cpuidle/dt_idle_states.c | 2 +-
7474 drivers/cpuidle/governor.c | 2 +-
7475 drivers/cpuidle/governors/ladder.c | 13 +-
7476 drivers/cpuidle/sysfs.c | 2 +-
7477 drivers/crypto/hifn_795x.c | 4 +-
7478 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
7479 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
7480 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
7481 drivers/devfreq/devfreq.c | 4 +-
7482 drivers/devfreq/governor_passive.c | 2 +-
7483 drivers/dma-buf/dma-buf.c | 5 +-
7484 drivers/dma/qcom/hidma.c | 2 +-
7485 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
7486 drivers/dma/sh/shdma-base.c | 4 +-
7487 drivers/dma/sh/shdmac.c | 2 +-
7488 drivers/edac/edac_device.c | 4 +-
7489 drivers/edac/edac_device_sysfs.c | 2 +-
7490 drivers/edac/edac_mc_sysfs.c | 4 +-
7491 drivers/edac/edac_module.c | 2 +-
7492 drivers/edac/edac_pci.c | 4 +-
7493 drivers/edac/edac_pci_sysfs.c | 22 +-
7494 drivers/edac/mce_amd.h | 2 +-
7495 drivers/firewire/core-card.c | 6 +-
7496 drivers/firewire/core-cdev.c | 4 +-
7497 drivers/firewire/core-device.c | 2 +-
7498 drivers/firewire/core-iso.c | 2 +-
7499 drivers/firewire/core-transaction.c | 1 +
7500 drivers/firewire/core.h | 1 +
7501 drivers/firmware/dmi-id.c | 9 +-
7502 drivers/firmware/dmi_scan.c | 12 +-
7503 drivers/firmware/efi/cper.c | 8 +-
7504 drivers/firmware/efi/efi.c | 14 +-
7505 drivers/firmware/efi/efivars.c | 2 +-
7506 drivers/firmware/efi/runtime-map.c | 2 +-
7507 drivers/firmware/google/gsmi.c | 2 +-
7508 drivers/firmware/google/memconsole.c | 7 +-
7509 drivers/firmware/memmap.c | 2 +-
7510 drivers/firmware/psci.c | 2 +-
7511 drivers/gpio/gpio-davinci.c | 6 +-
7512 drivers/gpio/gpio-em.c | 2 +-
7513 drivers/gpio/gpio-ich.c | 2 +-
7514 drivers/gpio/gpio-mpc8xxx.c | 6 +-
7515 drivers/gpio/gpio-omap.c | 4 +-
7516 drivers/gpio/gpio-rcar.c | 2 +-
7517 drivers/gpio/gpio-vr41xx.c | 2 +-
7518 drivers/gpio/gpiolib.c | 12 +-
7519 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
7520 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
7521 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
7522 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
7523 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
7524 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 11 +-
7525 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
7526 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
7527 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
7528 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
7529 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
7530 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
7531 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
7532 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
7533 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
7534 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
7535 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
7536 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
7537 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
7538 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
7539 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
7540 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
7541 drivers/gpu/drm/armada/armada_drv.c | 3 +-
7542 drivers/gpu/drm/ast/ast_mode.c | 2 +-
7543 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
7544 drivers/gpu/drm/drm_crtc.c | 2 +-
7545 drivers/gpu/drm/drm_drv.c | 2 +-
7546 drivers/gpu/drm/drm_fb_cma_helper.c | 5 +-
7547 drivers/gpu/drm/drm_fops.c | 19 +-
7548 drivers/gpu/drm/drm_global.c | 14 +-
7549 drivers/gpu/drm/drm_info.c | 13 +-
7550 drivers/gpu/drm/drm_ioc32.c | 13 +-
7551 drivers/gpu/drm/drm_ioctl.c | 2 +-
7552 drivers/gpu/drm/drm_pci.c | 9 +-
7553 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
7554 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
7555 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
7556 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
7557 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
7558 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
7559 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 3 +
7560 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
7561 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
7562 drivers/gpu/drm/gma500/psb_drv.c | 1 -
7563 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
7564 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
7565 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
7566 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
7567 drivers/gpu/drm/i810/i810_dma.c | 2 +-
7568 drivers/gpu/drm/i810/i810_drv.c | 6 +-
7569 drivers/gpu/drm/i810/i810_drv.h | 6 +-
7570 drivers/gpu/drm/i915/dvo.h | 2 +-
7571 drivers/gpu/drm/i915/i915_dma.c | 4 +-
7572 drivers/gpu/drm/i915/i915_drv.c | 7 +-
7573 drivers/gpu/drm/i915/i915_drv.h | 2 +-
7574 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
7575 drivers/gpu/drm/i915/i915_gem_gtt.c | 4 +-
7576 drivers/gpu/drm/i915/i915_gem_gtt.h | 4 +-
7577 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
7578 drivers/gpu/drm/i915/i915_irq.c | 88 +-
7579 drivers/gpu/drm/i915/intel_display.c | 30 +-
7580 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
7581 drivers/gpu/drm/mga/mga_drv.c | 5 +-
7582 drivers/gpu/drm/mga/mga_drv.h | 6 +-
7583 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
7584 drivers/gpu/drm/mga/mga_irq.c | 8 +-
7585 drivers/gpu/drm/mga/mga_state.c | 2 +-
7586 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
7587 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
7588 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
7589 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
7590 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
7591 drivers/gpu/drm/nouveau/nouveau_drv.h | 1 -
7592 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
7593 drivers/gpu/drm/nouveau/nouveau_usif.c | 7 +-
7594 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
7595 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
7596 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
7597 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
7598 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
7599 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
7600 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
7601 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
7602 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
7603 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
7604 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
7605 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
7606 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
7607 drivers/gpu/drm/r128/r128_cce.c | 2 +-
7608 drivers/gpu/drm/r128/r128_drv.c | 4 +-
7609 drivers/gpu/drm/r128/r128_drv.h | 6 +-
7610 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
7611 drivers/gpu/drm/r128/r128_irq.c | 4 +-
7612 drivers/gpu/drm/r128/r128_state.c | 6 +-
7613 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
7614 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
7615 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
7616 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
7617 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
7618 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
7619 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
7620 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
7621 drivers/gpu/drm/savage/savage_bci.c | 2 +-
7622 drivers/gpu/drm/savage/savage_drv.c | 5 +-
7623 drivers/gpu/drm/savage/savage_drv.h | 2 +-
7624 drivers/gpu/drm/sis/sis_drv.c | 5 +-
7625 drivers/gpu/drm/sis/sis_drv.h | 2 +-
7626 drivers/gpu/drm/sis/sis_mm.c | 2 +-
7627 drivers/gpu/drm/sti/sti_cursor.c | 4 +-
7628 drivers/gpu/drm/sti/sti_dvo.c | 4 +-
7629 drivers/gpu/drm/sti/sti_gdp.c | 12 +-
7630 drivers/gpu/drm/sti/sti_hda.c | 4 +-
7631 drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
7632 drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
7633 drivers/gpu/drm/sti/sti_mixer.c | 8 +-
7634 drivers/gpu/drm/sti/sti_tvout.c | 4 +-
7635 drivers/gpu/drm/sti/sti_vid.c | 4 +-
7636 drivers/gpu/drm/tegra/dc.c | 2 +-
7637 drivers/gpu/drm/tegra/dsi.c | 2 +-
7638 drivers/gpu/drm/tegra/hdmi.c | 2 +-
7639 drivers/gpu/drm/tegra/sor.c | 7 +-
7640 drivers/gpu/drm/tilcdc/Makefile | 6 +-
7641 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
7642 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
7643 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
7644 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
7645 drivers/gpu/drm/udl/udl_connector.c | 2 +-
7646 drivers/gpu/drm/udl/udl_fb.c | 1 -
7647 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
7648 drivers/gpu/drm/via/via_dma.c | 2 +-
7649 drivers/gpu/drm/via/via_drv.c | 5 +-
7650 drivers/gpu/drm/via/via_drv.h | 6 +-
7651 drivers/gpu/drm/via/via_irq.c | 18 +-
7652 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
7653 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
7654 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
7655 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
7656 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
7657 drivers/gpu/vga/vga_switcheroo.c | 4 +-
7658 drivers/hid/hid-core.c | 4 +-
7659 drivers/hid/hid-magicmouse.c | 2 +-
7660 drivers/hid/hid-sensor-custom.c | 2 +-
7661 drivers/hv/channel.c | 6 +-
7662 drivers/hv/hv.c | 22 +-
7663 drivers/hv/hv_balloon.c | 18 +-
7664 drivers/hv/hyperv_vmbus.h | 2 +-
7665 drivers/hwmon/acpi_power_meter.c | 6 +-
7666 drivers/hwmon/applesmc.c | 4 +-
7667 drivers/hwmon/asus_atk0110.c | 10 +-
7668 drivers/hwmon/coretemp.c | 2 +-
7669 drivers/hwmon/dell-smm-hwmon.c | 4 +-
7670 drivers/hwmon/ibmaem.c | 2 +-
7671 drivers/hwmon/iio_hwmon.c | 2 +-
7672 drivers/hwmon/nct6683.c | 6 +-
7673 drivers/hwmon/nct6775.c | 6 +-
7674 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
7675 drivers/hwmon/sht15.c | 12 +-
7676 drivers/hwmon/via-cputemp.c | 2 +-
7677 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
7678 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
7679 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
7680 drivers/i2c/i2c-dev.c | 2 +-
7681 drivers/ide/ide-cd.c | 2 +-
7682 drivers/ide/ide-disk.c | 2 +-
7683 drivers/ide/ide.c | 4 +-
7684 drivers/idle/intel_idle.c | 36 +-
7685 drivers/iio/industrialio-core.c | 2 +-
7686 drivers/infiniband/core/cm.c | 46 +-
7687 drivers/infiniband/core/fmr_pool.c | 20 +-
7688 drivers/infiniband/core/netlink.c | 5 +-
7689 drivers/infiniband/core/sysfs.c | 2 +-
7690 drivers/infiniband/core/ucm.c | 4 +-
7691 drivers/infiniband/core/uverbs_cmd.c | 3 +
7692 drivers/infiniband/hw/cxgb4/device.c | 6 +-
7693 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
7694 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
7695 drivers/infiniband/hw/hfi1/pcie.c | 2 +-
7696 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
7697 drivers/infiniband/hw/mlx4/mad.c | 2 +-
7698 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
7699 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
7700 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
7701 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
7702 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
7703 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
7704 drivers/infiniband/hw/nes/nes.c | 4 +-
7705 drivers/infiniband/hw/nes/nes.h | 40 +-
7706 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
7707 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
7708 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
7709 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
7710 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
7711 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
7712 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
7713 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
7714 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
7715 drivers/input/evdev.c | 2 +-
7716 drivers/input/gameport/gameport.c | 4 +-
7717 drivers/input/input.c | 4 +-
7718 drivers/input/joystick/sidewinder.c | 1 +
7719 drivers/input/misc/ims-pcu.c | 4 +-
7720 drivers/input/mouse/psmouse.h | 2 +-
7721 drivers/input/mousedev.c | 2 +-
7722 drivers/input/serio/serio.c | 4 +-
7723 drivers/input/serio/serio_raw.c | 4 +-
7724 drivers/input/touchscreen/htcpen.c | 2 +-
7725 drivers/iommu/arm-smmu-v3.c | 2 +-
7726 drivers/iommu/arm-smmu.c | 40 +-
7727 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
7728 drivers/iommu/io-pgtable-arm.c | 99 +-
7729 drivers/iommu/io-pgtable.c | 11 +-
7730 drivers/iommu/io-pgtable.h | 21 +-
7731 drivers/iommu/iommu.c | 2 +-
7732 drivers/iommu/ipmmu-vmsa.c | 13 +-
7733 drivers/iommu/irq_remapping.c | 2 +-
7734 drivers/iommu/mtk_iommu.c | 12 +-
7735 drivers/irqchip/irq-gic.c | 2 +-
7736 drivers/irqchip/irq-i8259.c | 2 +-
7737 drivers/irqchip/irq-mmp.c | 2 +-
7738 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
7739 drivers/irqchip/irq-ts4800.c | 2 +-
7740 drivers/isdn/capi/capi.c | 10 +-
7741 drivers/isdn/gigaset/interface.c | 8 +-
7742 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
7743 drivers/isdn/hardware/avm/b1.c | 4 +-
7744 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
7745 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
7746 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
7747 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
7748 drivers/isdn/hardware/eicon/divasync.h | 2 +-
7749 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
7750 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
7751 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
7752 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
7753 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
7754 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
7755 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
7756 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
7757 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
7758 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
7759 drivers/isdn/hisax/amd7930_fn.c | 5 +-
7760 drivers/isdn/hisax/arcofi.c | 5 +-
7761 drivers/isdn/hisax/diva.c | 7 +-
7762 drivers/isdn/hisax/elsa.c | 9 +-
7763 drivers/isdn/hisax/fsm.c | 5 +-
7764 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
7765 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
7766 drivers/isdn/hisax/hfc_pci.c | 10 +-
7767 drivers/isdn/hisax/hfc_sx.c | 10 +-
7768 drivers/isdn/hisax/hfc_usb.c | 12 +-
7769 drivers/isdn/hisax/hfcscard.c | 6 +-
7770 drivers/isdn/hisax/icc.c | 5 +-
7771 drivers/isdn/hisax/ipacx.c | 7 +-
7772 drivers/isdn/hisax/isac.c | 5 +-
7773 drivers/isdn/hisax/isar.c | 5 +-
7774 drivers/isdn/hisax/isdnl3.c | 5 +-
7775 drivers/isdn/hisax/saphir.c | 5 +-
7776 drivers/isdn/hisax/teleint.c | 5 +-
7777 drivers/isdn/hisax/w6692.c | 5 +-
7778 drivers/isdn/i4l/isdn_common.c | 2 +
7779 drivers/isdn/i4l/isdn_tty.c | 22 +-
7780 drivers/isdn/mISDN/dsp.h | 4 +-
7781 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
7782 drivers/isdn/mISDN/dsp_core.c | 4 +-
7783 drivers/isdn/mISDN/dsp_tones.c | 4 +-
7784 drivers/isdn/mISDN/fsm.c | 5 +-
7785 drivers/isdn/mISDN/l1oip_core.c | 8 +-
7786 drivers/leds/leds-clevo-mail.c | 2 +-
7787 drivers/leds/leds-ss4200.c | 2 +-
7788 drivers/lguest/core.c | 9 +-
7789 drivers/lguest/page_tables.c | 2 +-
7790 drivers/lguest/x86/core.c | 12 +-
7791 drivers/lguest/x86/switcher_32.S | 27 +-
7792 drivers/lightnvm/rrpc.c | 4 +-
7793 drivers/lightnvm/rrpc.h | 2 +-
7794 drivers/md/bcache/alloc.c | 2 +-
7795 drivers/md/bcache/bcache.h | 10 +-
7796 drivers/md/bcache/btree.c | 13 +-
7797 drivers/md/bcache/closure.c | 4 +-
7798 drivers/md/bcache/closure.h | 10 +-
7799 drivers/md/bcache/io.c | 10 +-
7800 drivers/md/bcache/journal.c | 18 +-
7801 drivers/md/bcache/movinggc.c | 12 +-
7802 drivers/md/bcache/request.c | 54 +-
7803 drivers/md/bcache/request.h | 2 +-
7804 drivers/md/bcache/stats.c | 26 +-
7805 drivers/md/bcache/stats.h | 16 +-
7806 drivers/md/bcache/super.c | 32 +-
7807 drivers/md/bcache/sysfs.c | 20 +-
7808 drivers/md/bcache/writeback.c | 12 +-
7809 drivers/md/bitmap.c | 2 +-
7810 drivers/md/dm-cache-target.c | 116 +-
7811 drivers/md/dm-ioctl.c | 2 +-
7812 drivers/md/dm-mpath.c | 12 +-
7813 drivers/md/dm-raid.c | 2 +-
7814 drivers/md/dm-raid1.c | 18 +-
7815 drivers/md/dm-stats.c | 6 +-
7816 drivers/md/dm-stripe.c | 10 +-
7817 drivers/md/dm-table.c | 2 +-
7818 drivers/md/dm-thin-metadata.c | 4 +-
7819 drivers/md/dm.c | 28 +-
7820 drivers/md/md.c | 41 +-
7821 drivers/md/md.h | 8 +-
7822 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
7823 drivers/md/persistent-data/dm-space-map.h | 1 +
7824 drivers/md/raid1.c | 8 +-
7825 drivers/md/raid10.c | 20 +-
7826 drivers/md/raid5.c | 26 +-
7827 drivers/media/dvb-core/dvb_net.c | 2 +-
7828 drivers/media/dvb-core/dvbdev.c | 2 +-
7829 drivers/media/dvb-frontends/af9033.h | 2 +-
7830 drivers/media/dvb-frontends/cx24116.c | 2 +-
7831 drivers/media/dvb-frontends/cx24117.c | 2 +-
7832 drivers/media/dvb-frontends/cx24120.c | 2 +-
7833 drivers/media/dvb-frontends/cx24123.c | 2 +-
7834 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
7835 drivers/media/dvb-frontends/dib3000.h | 2 +-
7836 drivers/media/dvb-frontends/dib7000p.h | 2 +-
7837 drivers/media/dvb-frontends/dib8000.h | 2 +-
7838 drivers/media/dvb-frontends/hd29l2.c | 2 +-
7839 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
7840 drivers/media/dvb-frontends/mt312.c | 6 +-
7841 drivers/media/dvb-frontends/s921.c | 2 +-
7842 drivers/media/pci/bt8xx/dst.c | 2 +-
7843 drivers/media/pci/cx88/cx88-video.c | 6 +-
7844 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
7845 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
7846 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
7847 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
7848 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
7849 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
7850 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
7851 drivers/media/pci/tw68/tw68-core.c | 2 +-
7852 drivers/media/pci/zoran/zoran.h | 1 -
7853 drivers/media/pci/zoran/zoran_card.c | 4 +-
7854 drivers/media/pci/zoran/zoran_driver.c | 3 -
7855 drivers/media/platform/omap/omap_vout.c | 11 +-
7856 drivers/media/platform/s5p-tv/mixer.h | 2 +-
7857 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
7858 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
7859 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
7860 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
7861 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
7862 drivers/media/radio/radio-cadet.c | 2 +
7863 drivers/media/radio/radio-maxiradio.c | 2 +-
7864 drivers/media/radio/radio-shark.c | 2 +-
7865 drivers/media/radio/radio-shark2.c | 2 +-
7866 drivers/media/radio/radio-si476x.c | 2 +-
7867 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
7868 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
7869 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
7870 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
7871 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
7872 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
7873 drivers/media/usb/uvc/uvc_driver.c | 4 +-
7874 drivers/media/v4l2-core/v4l2-common.c | 2 +-
7875 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
7876 drivers/media/v4l2-core/v4l2-device.c | 4 +-
7877 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
7878 drivers/memory/omap-gpmc.c | 24 +-
7879 drivers/message/fusion/mptbase.c | 4 +-
7880 drivers/message/fusion/mptlan.c | 2 +-
7881 drivers/message/fusion/mptsas.c | 34 +-
7882 drivers/mfd/ab8500-debugfs.c | 2 +-
7883 drivers/mfd/kempld-core.c | 2 +-
7884 drivers/mfd/max8925-i2c.c | 2 +-
7885 drivers/mfd/tps65910.c | 2 +-
7886 drivers/mfd/twl4030-irq.c | 9 +-
7887 drivers/misc/c2port/core.c | 4 +-
7888 drivers/misc/kgdbts.c | 6 +-
7889 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
7890 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
7891 drivers/misc/mic/scif/scif_api.c | 10 +-
7892 drivers/misc/mic/scif/scif_rb.c | 8 +-
7893 drivers/misc/panel.c | 4 +-
7894 drivers/misc/sgi-gru/gruhandles.c | 4 +-
7895 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
7896 drivers/misc/sgi-gru/grutables.h | 158 +-
7897 drivers/misc/sgi-xp/xp.h | 2 +-
7898 drivers/misc/sgi-xp/xp_main.c | 57 +-
7899 drivers/misc/sgi-xp/xpc.h | 3 +-
7900 drivers/misc/sgi-xp/xpc_main.c | 2 +-
7901 drivers/misc/sgi-xp/xpnet.c | 2 +-
7902 drivers/misc/ti-st/st_kim.c | 32 +-
7903 drivers/mmc/card/mmc_test.c | 4 +-
7904 drivers/mmc/host/dw_mmc.h | 2 +-
7905 drivers/mmc/host/mmci.c | 4 +-
7906 drivers/mmc/host/omap_hsmmc.c | 4 +-
7907 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
7908 drivers/mmc/host/sdhci-s3c.c | 8 +-
7909 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
7910 drivers/mtd/devices/block2mtd.c | 2 +-
7911 drivers/mtd/devices/phram.c | 2 +-
7912 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
7913 drivers/mtd/maps/latch-addr-flash.c | 2 +-
7914 drivers/mtd/maps/pci.c | 4 +-
7915 drivers/mtd/maps/pcmciamtd.c | 8 +-
7916 drivers/mtd/maps/sbc_gxx.c | 2 +-
7917 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 2 +
7918 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
7919 drivers/mtd/nand/brcmnand/iproc_nand.c | 2 +
7920 drivers/mtd/nand/cafe_nand.c | 18 +-
7921 drivers/mtd/nand/denali.c | 1 +
7922 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
7923 drivers/mtd/nftlmount.c | 1 +
7924 drivers/mtd/sm_ftl.c | 2 +-
7925 drivers/mtd/ubi/build.c | 2 +-
7926 drivers/net/bonding/bond_netlink.c | 2 +-
7927 drivers/net/caif/caif_hsi.c | 4 +-
7928 drivers/net/caif/caif_serial.c | 2 +-
7929 drivers/net/caif/caif_spi.c | 2 +-
7930 drivers/net/caif/caif_virtio.c | 2 +-
7931 drivers/net/can/Kconfig | 2 +-
7932 drivers/net/can/bfin_can.c | 2 +-
7933 drivers/net/can/dev.c | 2 +-
7934 drivers/net/can/flexcan.c | 2 +-
7935 drivers/net/can/janz-ican3.c | 2 +-
7936 drivers/net/can/led.c | 2 +-
7937 drivers/net/can/sun4i_can.c | 2 +-
7938 drivers/net/can/vcan.c | 2 +-
7939 drivers/net/can/xilinx_can.c | 2 +-
7940 drivers/net/dummy.c | 2 +-
7941 drivers/net/ethernet/8390/ax88796.c | 6 +-
7942 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
7943 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
7944 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
7945 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
7946 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
7947 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
7948 drivers/net/ethernet/amd/7990.c | 2 +-
7949 drivers/net/ethernet/amd/7990.h | 2 +-
7950 drivers/net/ethernet/amd/amd8111e.c | 5 +-
7951 drivers/net/ethernet/amd/atarilance.c | 4 +-
7952 drivers/net/ethernet/amd/declance.c | 2 +-
7953 drivers/net/ethernet/amd/pcnet32.c | 7 +-
7954 drivers/net/ethernet/amd/sun3lance.c | 4 +-
7955 drivers/net/ethernet/amd/sunlance.c | 2 +-
7956 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
7957 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
7958 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
7959 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
7960 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
7961 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
7962 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
7963 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
7964 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
7965 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
7966 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
7967 drivers/net/ethernet/arc/emac_main.c | 2 +-
7968 drivers/net/ethernet/atheros/alx/main.c | 2 +-
7969 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
7970 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
7971 drivers/net/ethernet/aurora/nb8800.c | 2 +-
7972 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
7973 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
7974 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
7975 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
7976 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
7977 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
7978 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
7979 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
7980 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
7981 drivers/net/ethernet/broadcom/tg3.c | 2 +-
7982 drivers/net/ethernet/broadcom/tg3.h | 1 +
7983 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
7984 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
7985 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
7986 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
7987 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
7988 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
7989 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
7990 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
7991 drivers/net/ethernet/cadence/macb.c | 4 +-
7992 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
7993 drivers/net/ethernet/cavium/liquidio/lio_main.c | 15 +-
7994 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
7995 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
7996 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
7997 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
7998 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
7999 drivers/net/ethernet/davicom/dm9000.c | 2 +-
8000 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
8001 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
8002 drivers/net/ethernet/faraday/ftgmac100.c | 4 +-
8003 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
8004 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
8005 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
8006 drivers/net/ethernet/freescale/gianfar.c | 4 +-
8007 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
8008 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
8009 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
8010 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
8011 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
8012 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
8013 drivers/net/ethernet/ibm/emac/core.c | 4 +-
8014 drivers/net/ethernet/intel/e100.c | 2 +-
8015 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
8016 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
8017 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
8018 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
8019 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
8020 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
8021 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
8022 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
8023 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
8024 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
8025 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
8026 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
8027 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
8028 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
8029 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
8030 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
8031 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
8032 drivers/net/ethernet/neterion/s2io.c | 2 +-
8033 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
8034 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
8035 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
8036 drivers/net/ethernet/netx-eth.c | 2 +-
8037 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
8038 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
8039 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
8040 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
8041 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
8042 drivers/net/ethernet/qlogic/qed/qed_mcp.c | 6 +-
8043 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
8044 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
8045 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
8046 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
8047 drivers/net/ethernet/realtek/r8169.c | 8 +-
8048 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
8049 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
8050 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
8051 drivers/net/ethernet/sfc/ptp.c | 2 +-
8052 drivers/net/ethernet/sfc/selftest.c | 20 +-
8053 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
8054 drivers/net/ethernet/smsc/smc911x.c | 2 +-
8055 drivers/net/ethernet/smsc/smc91x.c | 2 +-
8056 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
8057 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
8058 drivers/net/ethernet/sun/sunbmac.c | 2 +-
8059 drivers/net/ethernet/sun/sunqe.c | 2 +-
8060 drivers/net/ethernet/sun/sunvnet.c | 2 +-
8061 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
8062 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
8063 drivers/net/ethernet/ti/cpmac.c | 2 +-
8064 drivers/net/ethernet/ti/netcp_core.c | 2 +-
8065 drivers/net/ethernet/via/via-rhine.c | 2 +-
8066 drivers/net/ethernet/wiznet/w5100.c | 2 +-
8067 drivers/net/ethernet/wiznet/w5300.c | 2 +-
8068 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
8069 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
8070 drivers/net/geneve.c | 4 +-
8071 drivers/net/gtp.c | 8 +-
8072 drivers/net/hamradio/baycom_epp.c | 2 +-
8073 drivers/net/hyperv/hyperv_net.h | 2 +-
8074 drivers/net/hyperv/netvsc_drv.c | 2 +-
8075 drivers/net/hyperv/rndis_filter.c | 7 +-
8076 drivers/net/ifb.c | 2 +-
8077 drivers/net/ipvlan/ipvlan_core.c | 2 +-
8078 drivers/net/ipvlan/ipvlan_main.c | 6 +-
8079 drivers/net/irda/vlsi_ir.c | 18 +-
8080 drivers/net/irda/vlsi_ir.h | 14 +-
8081 drivers/net/loopback.c | 2 +-
8082 drivers/net/macsec.c | 2 +-
8083 drivers/net/macvlan.c | 20 +-
8084 drivers/net/macvtap.c | 10 +-
8085 drivers/net/nlmon.c | 2 +-
8086 drivers/net/phy/phy_device.c | 6 +-
8087 drivers/net/plip/plip.c | 2 +-
8088 drivers/net/ppp/ppp_generic.c | 6 +-
8089 drivers/net/ppp/pptp.c | 2 +-
8090 drivers/net/rionet.c | 2 +-
8091 drivers/net/slip/slhc.c | 2 +-
8092 drivers/net/team/team.c | 4 +-
8093 drivers/net/tun.c | 7 +-
8094 drivers/net/usb/hso.c | 28 +-
8095 drivers/net/usb/ipheth.c | 2 +-
8096 drivers/net/usb/r8152.c | 2 +-
8097 drivers/net/usb/sierra_net.c | 4 +-
8098 drivers/net/virtio_net.c | 2 +-
8099 drivers/net/vrf.c | 4 +-
8100 drivers/net/vxlan.c | 4 +-
8101 drivers/net/wimax/i2400m/rx.c | 2 +-
8102 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
8103 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
8104 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
8105 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
8106 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
8107 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
8108 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
8109 drivers/net/wireless/ath/ath9k/main.c | 22 +-
8110 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
8111 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
8112 drivers/net/wireless/ath/carl9170/main.c | 10 +-
8113 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
8114 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
8115 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
8116 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
8117 drivers/net/wireless/atmel/atmel.c | 183 +-
8118 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
8119 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
8120 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 55 +-
8121 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
8122 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
8123 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
8124 drivers/net/wireless/cisco/airo.c | 201 +-
8125 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
8126 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
8127 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
8128 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
8129 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
8130 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
8131 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
8132 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
8133 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
8134 .../net/wireless/intersil/hostap/hostap_ioctl.c | 134 +-
8135 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
8136 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
8137 drivers/net/wireless/mac80211_hwsim.c | 28 +-
8138 drivers/net/wireless/marvell/mwifiex/11n_aggr.c | 2 +-
8139 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
8140 drivers/net/wireless/marvell/mwifiex/pcie.c | 4 +-
8141 drivers/net/wireless/marvell/mwifiex/sdio.c | 4 +-
8142 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
8143 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
8144 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
8145 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
8146 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
8147 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
8148 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
8149 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
8150 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
8151 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
8152 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
8153 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
8154 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
8155 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
8156 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
8157 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
8158 drivers/net/wireless/zydas/zd1201.c | 192 +-
8159 drivers/net/xen-netback/interface.c | 2 +-
8160 drivers/net/xen-netfront.c | 2 +-
8161 drivers/nvme/host/pci.c | 2 +-
8162 drivers/of/fdt.c | 4 +-
8163 drivers/oprofile/buffer_sync.c | 8 +-
8164 drivers/oprofile/event_buffer.c | 2 +-
8165 drivers/oprofile/oprof.c | 2 +-
8166 drivers/oprofile/oprofile_stats.c | 10 +-
8167 drivers/oprofile/oprofile_stats.h | 10 +-
8168 drivers/oprofile/oprofilefs.c | 6 +-
8169 drivers/oprofile/timer_int.c | 2 +-
8170 drivers/parport/procfs.c | 4 +-
8171 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
8172 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
8173 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
8174 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
8175 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
8176 drivers/pci/hotplug/pciehp_core.c | 2 +-
8177 drivers/pci/msi.c | 22 +-
8178 drivers/pci/pci-sysfs.c | 6 +-
8179 drivers/pci/pci.h | 4 +-
8180 drivers/pci/pcie/aspm.c | 10 +-
8181 drivers/pci/pcie/portdrv_pci.c | 2 +-
8182 drivers/pci/probe.c | 2 +-
8183 drivers/pci/setup-bus.c | 10 +-
8184 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
8185 drivers/pinctrl/pinctrl-at91.c | 5 +-
8186 drivers/platform/chrome/chromeos_laptop.c | 2 +-
8187 drivers/platform/chrome/chromeos_pstore.c | 2 +-
8188 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
8189 drivers/platform/x86/alienware-wmi.c | 4 +-
8190 drivers/platform/x86/apple-gmux.c | 2 +-
8191 drivers/platform/x86/compal-laptop.c | 2 +-
8192 drivers/platform/x86/hdaps.c | 2 +-
8193 drivers/platform/x86/ibm_rtl.c | 2 +-
8194 drivers/platform/x86/intel_oaktrail.c | 2 +-
8195 drivers/platform/x86/msi-laptop.c | 16 +-
8196 drivers/platform/x86/msi-wmi.c | 2 +-
8197 drivers/platform/x86/samsung-laptop.c | 2 +-
8198 drivers/platform/x86/samsung-q10.c | 2 +-
8199 drivers/platform/x86/sony-laptop.c | 14 +-
8200 drivers/platform/x86/thinkpad_acpi.c | 10 +-
8201 drivers/pnp/base.h | 2 +-
8202 drivers/pnp/pnpbios/bioscalls.c | 14 +-
8203 drivers/pnp/pnpbios/core.c | 2 +-
8204 drivers/pnp/resource.c | 4 +-
8205 drivers/power/pda_power.c | 7 +-
8206 drivers/power/power_supply.h | 4 +-
8207 drivers/power/power_supply_core.c | 7 +-
8208 drivers/power/power_supply_sysfs.c | 6 +-
8209 drivers/power/reset/at91-reset.c | 5 +-
8210 drivers/powercap/powercap_sys.c | 136 +-
8211 drivers/ptp/ptp_private.h | 2 +-
8212 drivers/ptp/ptp_sysfs.c | 2 +-
8213 drivers/regulator/core.c | 4 +-
8214 drivers/regulator/max8660.c | 6 +-
8215 drivers/regulator/max8973-regulator.c | 16 +-
8216 drivers/regulator/mc13892-regulator.c | 8 +-
8217 drivers/remoteproc/remoteproc_core.c | 26 +-
8218 drivers/rtc/rtc-armada38x.c | 7 +-
8219 drivers/rtc/rtc-cmos.c | 4 +-
8220 drivers/rtc/rtc-ds1307.c | 2 +-
8221 drivers/rtc/rtc-m41t80.c | 8 +-
8222 drivers/rtc/rtc-m48t59.c | 4 +-
8223 drivers/rtc/rtc-rv3029c2.c | 8 +-
8224 drivers/rtc/rtc-rv8803.c | 15 +-
8225 drivers/rtc/rtc-rx8010.c | 8 +-
8226 drivers/rtc/rtc-test.c | 6 +-
8227 drivers/scsi/aacraid/aachba.c | 7 +-
8228 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
8229 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
8230 drivers/scsi/be2iscsi/be_main.c | 2 +-
8231 drivers/scsi/bfa/bfa.h | 4 +-
8232 drivers/scsi/bfa/bfa_core.c | 4 +-
8233 drivers/scsi/bfa/bfa_cs.h | 124 +-
8234 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
8235 drivers/scsi/bfa/bfa_fcs.h | 34 +-
8236 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
8237 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
8238 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
8239 drivers/scsi/bfa/bfa_ioc.c | 8 +-
8240 drivers/scsi/bfa/bfa_ioc.h | 16 +-
8241 drivers/scsi/bfa/bfa_svc.c | 12 +-
8242 drivers/scsi/bfa/bfa_svc.h | 20 +-
8243 drivers/scsi/bfa/bfad.c | 12 +-
8244 drivers/scsi/bfa/bfad_bsg.c | 8 +-
8245 drivers/scsi/bfa/bfad_drv.h | 5 +-
8246 drivers/scsi/csiostor/csio_defs.h | 19 +-
8247 drivers/scsi/csiostor/csio_hw.c | 67 +-
8248 drivers/scsi/csiostor/csio_init.c | 2 +-
8249 drivers/scsi/csiostor/csio_lnode.c | 32 +-
8250 drivers/scsi/csiostor/csio_rnode.c | 28 +-
8251 drivers/scsi/csiostor/csio_scsi.c | 37 +-
8252 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
8253 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
8254 drivers/scsi/hpsa.c | 38 +-
8255 drivers/scsi/hpsa.h | 2 +-
8256 drivers/scsi/hptiop.c | 2 -
8257 drivers/scsi/hptiop.h | 1 -
8258 drivers/scsi/ipr.c | 32 +-
8259 drivers/scsi/ipr.h | 2 +-
8260 drivers/scsi/libfc/fc_exch.c | 50 +-
8261 drivers/scsi/libsas/sas_ata.c | 2 +-
8262 drivers/scsi/lpfc/lpfc.h | 8 +-
8263 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
8264 drivers/scsi/lpfc/lpfc_init.c | 8 +-
8265 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
8266 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
8267 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
8268 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
8269 drivers/scsi/pmcraid.c | 46 +-
8270 drivers/scsi/pmcraid.h | 8 +-
8271 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
8272 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
8273 drivers/scsi/qla2xxx/qla_os.c | 15 +-
8274 drivers/scsi/qla2xxx/qla_target.c | 16 +-
8275 drivers/scsi/qla2xxx/qla_target.h | 2 +-
8276 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
8277 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
8278 drivers/scsi/scsi.c | 2 +-
8279 drivers/scsi/scsi_debug.c | 42 +-
8280 drivers/scsi/scsi_lib.c | 8 +-
8281 drivers/scsi/scsi_sysfs.c | 2 +-
8282 drivers/scsi/scsi_transport_fc.c | 8 +-
8283 drivers/scsi/scsi_transport_iscsi.c | 6 +-
8284 drivers/scsi/scsi_transport_spi.c | 2 +-
8285 drivers/scsi/scsi_transport_srp.c | 8 +-
8286 drivers/scsi/sd.c | 6 +-
8287 drivers/scsi/sg.c | 2 +-
8288 drivers/scsi/sr.c | 21 +-
8289 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
8290 drivers/spi/spi.c | 2 +-
8291 drivers/staging/comedi/comedi_fops.c | 8 +-
8292 drivers/staging/fbtft/fbtft-core.c | 2 +-
8293 drivers/staging/fbtft/fbtft.h | 2 +-
8294 drivers/staging/gdm724x/gdm_lte.c | 2 +-
8295 drivers/staging/gdm724x/gdm_tty.c | 2 +-
8296 drivers/staging/i4l/icn/icn.c | 2 +-
8297 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
8298 drivers/staging/iio/adc/ad7280a.c | 4 +-
8299 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
8300 drivers/staging/lustre/lnet/selftest/brw_test.c | 13 +-
8301 drivers/staging/lustre/lnet/selftest/framework.c | 2 -
8302 drivers/staging/lustre/lnet/selftest/ping_test.c | 15 +-
8303 drivers/staging/lustre/lnet/selftest/selftest.h | 2 -
8304 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
8305 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
8306 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
8307 drivers/staging/lustre/lustre/include/obd.h | 2 +-
8308 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
8309 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
8310 drivers/staging/lustre/lustre/lov/lov_io.c | 60 +-
8311 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
8312 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
8313 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
8314 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
8315 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
8316 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
8317 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
8318 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
8319 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
8320 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
8321 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
8322 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
8323 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
8324 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
8325 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
8326 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
8327 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
8328 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
8329 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 8 +-
8330 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
8331 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
8332 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
8333 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
8334 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
8335 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
8336 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
8337 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
8338 drivers/staging/rtl8192e/rtllib.h | 4 +-
8339 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
8340 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
8341 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
8342 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
8343 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
8344 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
8345 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
8346 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
8347 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
8348 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
8349 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
8350 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
8351 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
8352 drivers/staging/rtl8712/xmit_linux.c | 2 +-
8353 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
8354 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
8355 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
8356 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
8357 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
8358 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
8359 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
8360 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
8361 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
8362 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
8363 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
8364 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
8365 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
8366 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
8367 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
8368 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
8369 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
8370 drivers/staging/sm750fb/sm750.c | 14 +-
8371 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
8372 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
8373 drivers/staging/vt6655/rxtx.c | 2 +-
8374 drivers/staging/vt6656/rxtx.c | 2 +-
8375 drivers/staging/wilc1000/linux_wlan.c | 2 +-
8376 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
8377 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
8378 drivers/target/sbp/sbp_target.c | 4 +-
8379 drivers/thermal/cpu_cooling.c | 9 +-
8380 drivers/thermal/devfreq_cooling.c | 19 +-
8381 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
8382 drivers/thermal/of-thermal.c | 17 +-
8383 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
8384 drivers/tty/cyclades.c | 6 +-
8385 drivers/tty/hvc/hvc_console.c | 14 +-
8386 drivers/tty/hvc/hvcs.c | 21 +-
8387 drivers/tty/hvc/hvsi.c | 22 +-
8388 drivers/tty/hvc/hvsi_lib.c | 4 +-
8389 drivers/tty/ipwireless/tty.c | 27 +-
8390 drivers/tty/moxa.c | 2 +-
8391 drivers/tty/n_gsm.c | 6 +-
8392 drivers/tty/n_tty.c | 28 +-
8393 drivers/tty/pty.c | 4 +-
8394 drivers/tty/rocket.c | 6 +-
8395 drivers/tty/serial/8250/8250_core.c | 10 +-
8396 drivers/tty/serial/8250/8250_pci.c | 2 +-
8397 drivers/tty/serial/ioc4_serial.c | 6 +-
8398 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
8399 drivers/tty/serial/kgdb_nmi.c | 4 +-
8400 drivers/tty/serial/kgdboc.c | 34 +-
8401 drivers/tty/serial/msm_serial.c | 4 +-
8402 drivers/tty/serial/samsung.c | 9 +-
8403 drivers/tty/serial/serial_core.c | 6 +-
8404 drivers/tty/synclink.c | 34 +-
8405 drivers/tty/synclink_gt.c | 28 +-
8406 drivers/tty/synclinkmp.c | 34 +-
8407 drivers/tty/tty_io.c | 2 +-
8408 drivers/tty/tty_ldisc.c | 8 +-
8409 drivers/tty/tty_port.c | 22 +-
8410 drivers/uio/uio.c | 13 +-
8411 drivers/usb/atm/cxacru.c | 2 +-
8412 drivers/usb/atm/usbatm.c | 24 +-
8413 drivers/usb/class/cdc-acm.h | 2 +-
8414 drivers/usb/core/devices.c | 6 +-
8415 drivers/usb/core/devio.c | 12 +-
8416 drivers/usb/core/hcd.c | 4 +-
8417 drivers/usb/core/sysfs.c | 2 +-
8418 drivers/usb/core/usb.c | 2 +-
8419 drivers/usb/early/ehci-dbgp.c | 16 +-
8420 drivers/usb/gadget/function/f_phonet.c | 2 +-
8421 drivers/usb/gadget/function/u_serial.c | 22 +-
8422 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
8423 drivers/usb/host/ehci-hcd.c | 2 +-
8424 drivers/usb/host/ehci-hub.c | 4 +-
8425 drivers/usb/host/ehci-q.c | 4 +-
8426 drivers/usb/host/fotg210-hcd.c | 2 +-
8427 drivers/usb/host/hwa-hc.c | 2 +-
8428 drivers/usb/host/ohci-hcd.c | 2 +-
8429 drivers/usb/host/r8a66597.h | 2 +-
8430 drivers/usb/host/uhci-hcd.c | 2 +-
8431 drivers/usb/host/xhci-pci.c | 2 +-
8432 drivers/usb/host/xhci-ring.c | 52 +-
8433 drivers/usb/host/xhci.c | 2 +-
8434 drivers/usb/misc/appledisplay.c | 4 +-
8435 drivers/usb/misc/sisusbvga/sisusb_con.c | 98 +-
8436 drivers/usb/serial/console.c | 8 +-
8437 drivers/usb/storage/transport.c | 2 +-
8438 drivers/usb/storage/usb.c | 2 +-
8439 drivers/usb/storage/usb.h | 2 +-
8440 drivers/usb/usbip/vhci.h | 2 +-
8441 drivers/usb/usbip/vhci_hcd.c | 6 +-
8442 drivers/usb/usbip/vhci_rx.c | 2 +-
8443 drivers/usb/wusbcore/wa-hc.h | 4 +-
8444 drivers/usb/wusbcore/wa-xfer.c | 2 +-
8445 drivers/vfio/pci/vfio_pci.c | 2 +-
8446 drivers/vhost/vringh.c | 20 +-
8447 drivers/video/backlight/kb3886_bl.c | 2 +-
8448 drivers/video/console/dummycon.c | 96 +-
8449 drivers/video/console/fbcon.c | 2 +-
8450 drivers/video/console/vgacon.c | 23 +-
8451 drivers/video/fbdev/aty/aty128fb.c | 2 +-
8452 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
8453 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
8454 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
8455 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
8456 drivers/video/fbdev/core/fb_defio.c | 8 +-
8457 drivers/video/fbdev/core/fbmem.c | 12 +-
8458 drivers/video/fbdev/hyperv_fb.c | 4 +-
8459 drivers/video/fbdev/i810/i810_accel.c | 1 +
8460 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
8461 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
8462 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
8463 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
8464 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
8465 drivers/video/fbdev/sis/sis_main.h | 2 +-
8466 drivers/video/fbdev/smscufx.c | 4 +-
8467 drivers/video/fbdev/udlfb.c | 36 +-
8468 drivers/video/fbdev/uvesafb.c | 52 +-
8469 drivers/video/fbdev/vesafb.c | 58 +-
8470 drivers/video/fbdev/via/via_clock.h | 2 +-
8471 drivers/xen/events/events_base.c | 6 +-
8472 drivers/xen/xen-pciback/pci_stub.c | 2 +-
8473 fs/9p/vfs_addr.c | 2 +-
8474 fs/9p/vfs_inode_dotl.c | 4 +-
8475 fs/Kconfig.binfmt | 2 +-
8476 fs/afs/file.c | 8 +-
8477 fs/afs/inode.c | 4 +-
8478 fs/afs/internal.h | 4 +-
8479 fs/aio.c | 2 +-
8480 fs/autofs4/waitq.c | 2 +-
8481 fs/befs/endian.h | 6 +-
8482 fs/binfmt_aout.c | 23 +-
8483 fs/binfmt_elf.c | 670 +-
8484 fs/binfmt_elf_fdpic.c | 4 +-
8485 fs/block_dev.c | 2 +-
8486 fs/btrfs/ctree.c | 11 +-
8487 fs/btrfs/ctree.h | 8 +-
8488 fs/btrfs/delayed-inode.c | 6 +-
8489 fs/btrfs/delayed-inode.h | 4 +-
8490 fs/btrfs/delayed-ref.c | 4 +-
8491 fs/btrfs/dev-replace.c | 20 +-
8492 fs/btrfs/dev-replace.h | 4 +-
8493 fs/btrfs/disk-io.c | 4 +-
8494 fs/btrfs/extent_map.c | 8 +-
8495 fs/btrfs/file.c | 4 +-
8496 fs/btrfs/free-space-cache.h | 1 +
8497 fs/btrfs/raid56.c | 30 +-
8498 fs/btrfs/scrub.c | 2 +-
8499 fs/btrfs/super.c | 2 +-
8500 fs/btrfs/sysfs.c | 2 +-
8501 fs/btrfs/tests/btrfs-tests.c | 2 +-
8502 fs/btrfs/tests/free-space-tests.c | 2 +-
8503 fs/btrfs/transaction.c | 2 +-
8504 fs/btrfs/tree-log.c | 8 +-
8505 fs/btrfs/tree-log.h | 2 +-
8506 fs/btrfs/volumes.c | 14 +-
8507 fs/btrfs/volumes.h | 22 +-
8508 fs/buffer.c | 2 +-
8509 fs/cachefiles/bind.c | 6 +-
8510 fs/cachefiles/daemon.c | 12 +-
8511 fs/cachefiles/internal.h | 16 +-
8512 fs/cachefiles/namei.c | 6 +-
8513 fs/cachefiles/proc.c | 12 +-
8514 fs/ceph/dir.c | 10 +-
8515 fs/ceph/super.c | 4 +-
8516 fs/cifs/cifs_debug.c | 12 +-
8517 fs/cifs/cifsfs.c | 8 +-
8518 fs/cifs/cifsglob.h | 54 +-
8519 fs/cifs/file.c | 14 +-
8520 fs/cifs/misc.c | 4 +-
8521 fs/cifs/smb1ops.c | 80 +-
8522 fs/cifs/smb2ops.c | 84 +-
8523 fs/cifs/smb2pdu.c | 3 +-
8524 fs/coda/cache.c | 10 +-
8525 fs/coda/dir.c | 5 +-
8526 fs/compat.c | 9 +-
8527 fs/compat_binfmt_elf.c | 2 +
8528 fs/compat_ioctl.c | 12 +-
8529 fs/configfs/dir.c | 10 +-
8530 fs/coredump.c | 18 +-
8531 fs/dcache.c | 64 +-
8532 fs/debugfs/file.c | 4 +-
8533 fs/ecryptfs/inode.c | 2 +-
8534 fs/ecryptfs/miscdev.c | 2 +-
8535 fs/exec.c | 369 +-
8536 fs/exofs/inode.c | 7 +-
8537 fs/ext2/xattr.c | 5 +-
8538 fs/ext4/ext4.h | 20 +-
8539 fs/ext4/mballoc.c | 44 +-
8540 fs/ext4/resize.c | 16 +-
8541 fs/ext4/super.c | 2 +-
8542 fs/ext4/sysfs.c | 2 +-
8543 fs/ext4/xattr.c | 5 +-
8544 fs/f2fs/f2fs.h | 7 +-
8545 fs/f2fs/super.c | 2 +-
8546 fs/fhandle.c | 5 +-
8547 fs/file.c | 18 +-
8548 fs/freevxfs/vxfs_inode.c | 8 +-
8549 fs/freevxfs/vxfs_inode.h | 4 +-
8550 fs/fs-writeback.c | 11 +-
8551 fs/fs_struct.c | 8 +-
8552 fs/fscache/cookie.c | 40 +-
8553 fs/fscache/internal.h | 202 +-
8554 fs/fscache/object.c | 26 +-
8555 fs/fscache/operation.c | 38 +-
8556 fs/fscache/page.c | 110 +-
8557 fs/fscache/stats.c | 348 +-
8558 fs/fuse/cuse.c | 10 +-
8559 fs/fuse/dev.c | 4 +-
8560 fs/fuse/file.c | 4 +-
8561 fs/fuse/inode.c | 4 +-
8562 fs/gfs2/aops.c | 2 +-
8563 fs/gfs2/file.c | 2 +-
8564 fs/gfs2/glock.c | 22 +-
8565 fs/gfs2/glops.c | 4 +-
8566 fs/gfs2/quota.c | 6 +-
8567 fs/hugetlbfs/inode.c | 13 +-
8568 fs/inode.c | 4 +-
8569 fs/jbd2/commit.c | 2 +-
8570 fs/jbd2/transaction.c | 4 +-
8571 fs/jffs2/erase.c | 3 +-
8572 fs/jffs2/file.c | 5 +-
8573 fs/jffs2/fs.c | 2 +-
8574 fs/jffs2/os-linux.h | 2 +-
8575 fs/jffs2/wbuf.c | 3 +-
8576 fs/jfs/super.c | 2 +-
8577 fs/kernfs/dir.c | 2 +-
8578 fs/kernfs/file.c | 20 +-
8579 fs/libfs.c | 10 +-
8580 fs/lockd/clnt4xdr.c | 46 +-
8581 fs/lockd/clntproc.c | 4 +-
8582 fs/lockd/clntxdr.c | 44 +-
8583 fs/lockd/mon.c | 24 +-
8584 fs/lockd/svc.c | 2 +-
8585 fs/lockd/svc4proc.c | 69 +-
8586 fs/lockd/svcproc.c | 75 +-
8587 fs/lockd/xdr.c | 44 +-
8588 fs/lockd/xdr4.c | 41 +-
8589 fs/logfs/dev_bdev.c | 13 +-
8590 fs/logfs/dev_mtd.c | 13 +-
8591 fs/logfs/dir.c | 4 +-
8592 fs/logfs/logfs.h | 5 +-
8593 fs/logfs/readwrite.c | 2 +-
8594 fs/logfs/segment.c | 2 +-
8595 fs/logfs/super.c | 39 -
8596 fs/namei.c | 14 +-
8597 fs/namespace.c | 15 +-
8598 fs/nfs/callback.h | 18 +-
8599 fs/nfs/callback_proc.c | 26 +-
8600 fs/nfs/callback_xdr.c | 73 +-
8601 fs/nfs/dir.c | 5 +-
8602 fs/nfs/inode.c | 6 +-
8603 fs/nfs/internal.h | 5 +-
8604 fs/nfs/mount_clnt.c | 26 +-
8605 fs/nfs/nfs2xdr.c | 101 +-
8606 fs/nfs/nfs3xdr.c | 201 +-
8607 fs/nfs/nfs42xdr.c | 72 +-
8608 fs/nfs/nfs4xdr.c | 507 +-
8609 fs/nfs/read.c | 2 +-
8610 fs/nfs/symlink.c | 6 +-
8611 fs/nfsd/current_stateid.h | 24 +-
8612 fs/nfsd/nfs2acl.c | 85 +-
8613 fs/nfsd/nfs3acl.c | 44 +-
8614 fs/nfsd/nfs3proc.c | 271 +-
8615 fs/nfsd/nfs3xdr.c | 171 +-
8616 fs/nfsd/nfs4callback.c | 31 +-
8617 fs/nfsd/nfs4proc.c | 320 +-
8618 fs/nfsd/nfs4state.c | 111 +-
8619 fs/nfsd/nfs4xdr.c | 564 +-
8620 fs/nfsd/nfscache.c | 11 +-
8621 fs/nfsd/nfsproc.c | 193 +-
8622 fs/nfsd/nfsxdr.c | 96 +-
8623 fs/nfsd/vfs.c | 6 +-
8624 fs/nfsd/xdr.h | 50 +-
8625 fs/nfsd/xdr3.h | 100 +-
8626 fs/nfsd/xdr4.h | 50 +-
8627 fs/nls/nls_base.c | 26 +-
8628 fs/nls/nls_cp932.c | 2 +-
8629 fs/nls/nls_cp936.c | 2 +-
8630 fs/nls/nls_cp949.c | 2 +-
8631 fs/nls/nls_cp950.c | 2 +-
8632 fs/nls/nls_euc-jp.c | 8 +-
8633 fs/nls/nls_koi8-ru.c | 8 +-
8634 fs/notify/fanotify/fanotify_user.c | 4 +-
8635 fs/notify/notification.c | 4 +-
8636 fs/ntfs/dir.c | 4 +-
8637 fs/ntfs/inode.c | 19 +-
8638 fs/ntfs/inode.h | 4 +-
8639 fs/ntfs/mft.c | 4 +-
8640 fs/ntfs/super.c | 8 +-
8641 fs/ocfs2/dlm/dlmcommon.h | 4 +-
8642 fs/ocfs2/dlm/dlmdebug.c | 10 +-
8643 fs/ocfs2/dlm/dlmdomain.c | 4 +-
8644 fs/ocfs2/dlm/dlmmaster.c | 4 +-
8645 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
8646 fs/ocfs2/filecheck.c | 2 +-
8647 fs/ocfs2/localalloc.c | 2 +-
8648 fs/ocfs2/ocfs2.h | 10 +-
8649 fs/ocfs2/suballoc.c | 12 +-
8650 fs/ocfs2/super.c | 20 +-
8651 fs/overlayfs/copy_up.c | 2 +-
8652 fs/pipe.c | 72 +-
8653 fs/posix_acl.c | 4 +-
8654 fs/proc/array.c | 20 +
8655 fs/proc/base.c | 7 +-
8656 fs/proc/kcore.c | 36 +-
8657 fs/proc/meminfo.c | 2 +-
8658 fs/proc/nommu.c | 2 +-
8659 fs/proc/proc_net.c | 2 +-
8660 fs/proc/proc_sysctl.c | 26 +-
8661 fs/proc/task_mmu.c | 39 +-
8662 fs/proc/task_nommu.c | 6 +-
8663 fs/proc/vmcore.c | 16 +-
8664 fs/qnx6/qnx6.h | 4 +-
8665 fs/quota/netlink.c | 4 +-
8666 fs/read_write.c | 34 +-
8667 fs/readdir.c | 3 +-
8668 fs/reiserfs/do_balan.c | 2 +-
8669 fs/reiserfs/procfs.c | 2 +-
8670 fs/reiserfs/reiserfs.h | 4 +-
8671 fs/select.c | 2 +-
8672 fs/seq_file.c | 4 +-
8673 fs/splice.c | 43 +-
8674 fs/squashfs/xattr.c | 10 +-
8675 fs/super.c | 3 +-
8676 fs/sysv/sysv.h | 2 +-
8677 fs/tracefs/inode.c | 8 +-
8678 fs/ubifs/find.c | 34 +-
8679 fs/ubifs/lprops.c | 5 +-
8680 fs/udf/misc.c | 2 +-
8681 fs/ufs/swab.h | 4 +-
8682 fs/userfaultfd.c | 2 +-
8683 fs/xattr.c | 21 +
8684 fs/xfs/libxfs/xfs_bmap.c | 2 +-
8685 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
8686 fs/xfs/xfs_dir2_readdir.c | 7 +-
8687 fs/xfs/xfs_ioctl.c | 2 +-
8688 fs/xfs/xfs_linux.h | 4 +-
8689 include/acpi/ghes.h | 2 +-
8690 include/asm-generic/4level-fixup.h | 2 +
8691 include/asm-generic/atomic-long.h | 186 +-
8692 include/asm-generic/atomic64.h | 12 +
8693 include/asm-generic/bitops/__fls.h | 2 +-
8694 include/asm-generic/bitops/fls.h | 2 +-
8695 include/asm-generic/bitops/fls64.h | 4 +-
8696 include/asm-generic/bug.h | 6 +-
8697 include/asm-generic/cache.h | 4 +-
8698 include/asm-generic/emergency-restart.h | 2 +-
8699 include/asm-generic/kmap_types.h | 4 +-
8700 include/asm-generic/local.h | 13 +
8701 include/asm-generic/pgtable-nopmd.h | 18 +-
8702 include/asm-generic/pgtable-nopud.h | 15 +-
8703 include/asm-generic/pgtable.h | 16 +
8704 include/asm-generic/sections.h | 1 +
8705 include/asm-generic/uaccess.h | 16 +
8706 include/asm-generic/vmlinux.lds.h | 15 +-
8707 include/crypto/algapi.h | 2 +-
8708 include/crypto/cast6.h | 4 +-
8709 include/crypto/serpent.h | 4 +-
8710 include/crypto/xts.h | 2 +-
8711 include/drm/drmP.h | 19 +-
8712 include/drm/drm_mm.h | 2 +-
8713 include/drm/drm_modeset_helper_vtables.h | 3 +-
8714 include/drm/i915_pciids.h | 2 +-
8715 include/drm/intel-gtt.h | 4 +-
8716 include/drm/ttm/ttm_memory.h | 2 +-
8717 include/drm/ttm/ttm_page_alloc.h | 1 +
8718 include/keys/asymmetric-subtype.h | 2 +-
8719 include/keys/encrypted-type.h | 2 +-
8720 include/keys/rxrpc-type.h | 2 +-
8721 include/keys/user-type.h | 2 +-
8722 include/linux/atmdev.h | 4 +-
8723 include/linux/atomic.h | 12 +-
8724 include/linux/audit.h | 2 +-
8725 include/linux/average.h | 2 +-
8726 include/linux/binfmts.h | 3 +-
8727 include/linux/bitmap.h | 2 +-
8728 include/linux/bitops.h | 8 +-
8729 include/linux/blk-cgroup.h | 24 +-
8730 include/linux/blkdev.h | 2 +-
8731 include/linux/blktrace_api.h | 2 +-
8732 include/linux/cache.h | 9 +
8733 include/linux/cdrom.h | 1 -
8734 include/linux/cgroup-defs.h | 2 +-
8735 include/linux/cleancache.h | 2 +-
8736 include/linux/clk-provider.h | 1 +
8737 include/linux/compat.h | 15 +-
8738 include/linux/compiler-gcc.h | 33 +-
8739 include/linux/compiler.h | 197 +-
8740 include/linux/configfs.h | 2 +-
8741 include/linux/cpufreq.h | 7 +-
8742 include/linux/cpuidle.h | 5 +-
8743 include/linux/cpumask.h | 14 +-
8744 include/linux/crypto.h | 4 +-
8745 include/linux/ctype.h | 2 +-
8746 include/linux/dcache.h | 4 +-
8747 include/linux/decompress/mm.h | 2 +-
8748 include/linux/devfreq.h | 2 +-
8749 include/linux/device.h | 7 +-
8750 include/linux/dma-mapping.h | 2 +-
8751 include/linux/efi.h | 1 +
8752 include/linux/elf.h | 2 +
8753 include/linux/err.h | 4 +-
8754 include/linux/ethtool.h | 1 +
8755 include/linux/extcon.h | 2 +-
8756 include/linux/fb.h | 3 +-
8757 include/linux/fdtable.h | 2 +-
8758 include/linux/firewire.h | 2 +-
8759 include/linux/fs.h | 5 +-
8760 include/linux/fs_struct.h | 2 +-
8761 include/linux/fscache-cache.h | 2 +-
8762 include/linux/fscache.h | 2 +-
8763 include/linux/fsnotify.h | 2 +-
8764 include/linux/genhd.h | 4 +-
8765 include/linux/genl_magic_func.h | 2 +-
8766 include/linux/genl_magic_struct.h | 4 +-
8767 include/linux/gfp.h | 14 +-
8768 include/linux/highmem.h | 12 +
8769 include/linux/hugetlb.h | 2 +-
8770 include/linux/hugetlb_cgroup.h | 11 +
8771 include/linux/hwmon-sysfs.h | 6 +-
8772 include/linux/i2c.h | 1 +
8773 include/linux/if_pppox.h | 2 +-
8774 include/linux/init.h | 10 +-
8775 include/linux/init_task.h | 7 +
8776 include/linux/interrupt.h | 6 +-
8777 include/linux/iommu.h | 2 +-
8778 include/linux/ioport.h | 2 +-
8779 include/linux/ipc.h | 2 +-
8780 include/linux/irq.h | 5 +-
8781 include/linux/irqchip/mmp.h | 2 +-
8782 include/linux/irqdesc.h | 2 +-
8783 include/linux/irqdomain.h | 3 +
8784 include/linux/jbd2.h | 2 +-
8785 include/linux/jiffies.h | 16 +-
8786 include/linux/kallsyms.h | 18 +-
8787 include/linux/key-type.h | 2 +-
8788 include/linux/kgdb.h | 6 +-
8789 include/linux/kmemleak.h | 4 +-
8790 include/linux/kobject.h | 3 +-
8791 include/linux/kobject_ns.h | 2 +-
8792 include/linux/kref.h | 2 +-
8793 include/linux/libata.h | 2 +-
8794 include/linux/linkage.h | 31 +-
8795 include/linux/list.h | 15 +
8796 include/linux/lockd/xdr.h | 34 +-
8797 include/linux/lockd/xdr4.h | 34 +-
8798 include/linux/lockref.h | 26 +-
8799 include/linux/math64.h | 10 +-
8800 include/linux/memcontrol.h | 2 +-
8801 include/linux/memory.h | 2 +-
8802 include/linux/mempolicy.h | 7 +
8803 include/linux/mm.h | 98 +-
8804 include/linux/mm_types.h | 20 +
8805 include/linux/mmiotrace.h | 4 +-
8806 include/linux/mmzone.h | 2 +-
8807 include/linux/mod_devicetable.h | 4 +-
8808 include/linux/module.h | 58 +-
8809 include/linux/moduleloader.h | 16 +
8810 include/linux/moduleparam.h | 12 +-
8811 include/linux/net.h | 2 +-
8812 include/linux/netdevice.h | 11 +-
8813 include/linux/netfilter.h | 2 +-
8814 include/linux/netfilter/ipset/ip_set.h | 16 +-
8815 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
8816 include/linux/netfilter/nfnetlink.h | 2 +-
8817 include/linux/netlink.h | 12 +-
8818 include/linux/nls.h | 4 +-
8819 include/linux/notifier.h | 3 +-
8820 include/linux/oprofile.h | 4 +-
8821 include/linux/padata.h | 2 +-
8822 include/linux/pagemap.h | 4 +-
8823 include/linux/pci_hotplug.h | 3 +-
8824 include/linux/percpu.h | 2 +-
8825 include/linux/perf_event.h | 12 +-
8826 include/linux/pid.h | 4 +-
8827 include/linux/pipe_fs_i.h | 8 +-
8828 include/linux/pm.h | 1 +
8829 include/linux/pm_domain.h | 2 +-
8830 include/linux/pm_runtime.h | 2 +-
8831 include/linux/pnp.h | 2 +-
8832 include/linux/poison.h | 4 +-
8833 include/linux/power/smartreflex.h | 2 +-
8834 include/linux/ppp-comp.h | 2 +-
8835 include/linux/preempt.h | 21 +
8836 include/linux/printk.h | 2 +-
8837 include/linux/proc_ns.h | 2 +-
8838 include/linux/psci.h | 2 +-
8839 include/linux/quota.h | 2 +-
8840 include/linux/random.h | 19 +-
8841 include/linux/rculist.h | 16 +
8842 include/linux/rcupdate.h | 8 +
8843 include/linux/reboot.h | 14 +-
8844 include/linux/regset.h | 3 +-
8845 include/linux/relay.h | 2 +-
8846 include/linux/rio.h | 2 +-
8847 include/linux/rmap.h | 4 +-
8848 include/linux/sched.h | 77 +-
8849 include/linux/scif.h | 2 +-
8850 include/linux/semaphore.h | 2 +-
8851 include/linux/seq_buf.h | 4 +-
8852 include/linux/seq_file.h | 1 +
8853 include/linux/seqlock.h | 10 +
8854 include/linux/signal.h | 2 +-
8855 include/linux/skbuff.h | 12 +-
8856 include/linux/slab.h | 47 +-
8857 include/linux/slab_def.h | 14 +-
8858 include/linux/slub_def.h | 2 +-
8859 include/linux/smp.h | 2 +
8860 include/linux/sock_diag.h | 2 +-
8861 include/linux/sonet.h | 2 +-
8862 include/linux/spinlock.h | 17 +-
8863 include/linux/srcu.h | 5 +-
8864 include/linux/string.h | 70 +-
8865 include/linux/sunrpc/addr.h | 8 +-
8866 include/linux/sunrpc/clnt.h | 2 +-
8867 include/linux/sunrpc/svc.h | 2 +-
8868 include/linux/sunrpc/svc_rdma.h | 18 +-
8869 include/linux/sunrpc/svcauth.h | 2 +-
8870 include/linux/swapops.h | 10 +-
8871 include/linux/swiotlb.h | 3 +-
8872 include/linux/syscalls.h | 38 +-
8873 include/linux/syscore_ops.h | 2 +-
8874 include/linux/sysctl.h | 3 +-
8875 include/linux/sysfs.h | 11 +-
8876 include/linux/sysrq.h | 3 +-
8877 include/linux/tcp.h | 14 +-
8878 include/linux/thread_info.h | 7 +
8879 include/linux/tty.h | 4 +-
8880 include/linux/tty_driver.h | 2 +-
8881 include/linux/tty_ldisc.h | 2 +-
8882 include/linux/types.h | 18 +
8883 include/linux/uaccess.h | 2 +-
8884 include/linux/uio_driver.h | 2 +-
8885 include/linux/unaligned/access_ok.h | 24 +-
8886 include/linux/usb.h | 12 +-
8887 include/linux/usb/hcd.h | 1 +
8888 include/linux/usb/renesas_usbhs.h | 2 +-
8889 include/linux/vermagic.h | 21 +-
8890 include/linux/vga_switcheroo.h | 8 +-
8891 include/linux/vmalloc.h | 7 +-
8892 include/linux/vmstat.h | 24 +-
8893 include/linux/writeback.h | 3 +-
8894 include/linux/xattr.h | 5 +-
8895 include/linux/zlib.h | 3 +-
8896 include/media/v4l2-dev.h | 2 +-
8897 include/media/v4l2-device.h | 2 +-
8898 include/net/9p/transport.h | 2 +-
8899 include/net/bluetooth/l2cap.h | 2 +-
8900 include/net/bonding.h | 2 +-
8901 include/net/caif/cfctrl.h | 6 +-
8902 include/net/cfg80211-wext.h | 20 +-
8903 include/net/cfg802154.h | 2 +-
8904 include/net/fib_rules.h | 3 +-
8905 include/net/flow.h | 2 +-
8906 include/net/genetlink.h | 2 +-
8907 include/net/gro_cells.h | 2 +-
8908 include/net/inet_connection_sock.h | 2 +-
8909 include/net/inet_sock.h | 2 +-
8910 include/net/inetpeer.h | 2 +-
8911 include/net/ip_fib.h | 2 +-
8912 include/net/ip_vs.h | 8 +-
8913 include/net/ipv6.h | 2 +-
8914 include/net/irda/ircomm_tty.h | 1 +
8915 include/net/irda/irias_object.h | 2 +-
8916 include/net/irda/irlmp.h | 1 +
8917 include/net/irda/irlmp_event.h | 6 +-
8918 include/net/irda/timer.h | 6 +-
8919 include/net/iucv/af_iucv.h | 2 +-
8920 include/net/llc_c_ac.h | 2 +-
8921 include/net/llc_c_ev.h | 4 +-
8922 include/net/llc_c_st.h | 2 +-
8923 include/net/llc_s_ac.h | 2 +-
8924 include/net/llc_s_st.h | 2 +-
8925 include/net/mac80211.h | 6 +-
8926 include/net/neighbour.h | 4 +-
8927 include/net/net_namespace.h | 18 +-
8928 include/net/netfilter/nf_conntrack.h | 2 +-
8929 include/net/netlink.h | 2 +-
8930 include/net/netns/conntrack.h | 6 +-
8931 include/net/netns/ipv4.h | 4 +-
8932 include/net/netns/ipv6.h | 4 +-
8933 include/net/netns/xfrm.h | 2 +-
8934 include/net/ping.h | 2 +-
8935 include/net/protocol.h | 4 +-
8936 include/net/rtnetlink.h | 2 +-
8937 include/net/sctp/checksum.h | 4 +-
8938 include/net/sctp/sm.h | 4 +-
8939 include/net/sctp/structs.h | 2 +-
8940 include/net/snmp.h | 10 +-
8941 include/net/sock.h | 14 +-
8942 include/net/tcp.h | 10 +-
8943 include/net/xfrm.h | 15 +-
8944 include/rdma/ib_cm.h | 8 +-
8945 include/rdma/ib_verbs.h | 2 +-
8946 include/scsi/libfc.h | 3 +-
8947 include/scsi/scsi_device.h | 6 +-
8948 include/scsi/scsi_driver.h | 2 +-
8949 include/scsi/scsi_transport_fc.h | 3 +-
8950 include/scsi/sg.h | 2 +-
8951 include/sound/compress_driver.h | 2 +-
8952 include/sound/control.h | 4 +-
8953 include/sound/pcm.h | 2 +-
8954 include/sound/rawmidi.h | 3 +-
8955 include/sound/seq_kernel.h | 2 +-
8956 include/sound/soc.h | 4 +-
8957 include/trace/events/irq.h | 4 +-
8958 include/trace/events/mmflags.h | 7 +
8959 include/uapi/linux/a.out.h | 8 +
8960 include/uapi/linux/bcache.h | 5 +-
8961 include/uapi/linux/byteorder/little_endian.h | 28 +-
8962 include/uapi/linux/connector.h | 2 +-
8963 include/uapi/linux/elf.h | 28 +
8964 include/uapi/linux/screen_info.h | 2 +-
8965 include/uapi/linux/swab.h | 6 +-
8966 include/uapi/linux/xattr.h | 5 +
8967 include/video/udlfb.h | 8 +-
8968 include/video/uvesafb.h | 1 +
8969 init/Kconfig | 2 +-
8970 init/do_mounts.c | 16 +-
8971 init/do_mounts.h | 8 +-
8972 init/do_mounts_initrd.c | 30 +-
8973 init/do_mounts_md.c | 6 +-
8974 init/init_task.c | 4 +
8975 init/initramfs.c | 38 +-
8976 init/main.c | 30 +-
8977 ipc/compat.c | 4 +-
8978 ipc/ipc_sysctl.c | 14 +-
8979 ipc/mq_sysctl.c | 4 +-
8980 ipc/sem.c | 4 +-
8981 ipc/shm.c | 8 +-
8982 kernel/audit.c | 10 +-
8983 kernel/auditsc.c | 4 +-
8984 kernel/bpf/core.c | 28 +-
8985 kernel/capability.c | 3 +
8986 kernel/cgroup.c | 29 +-
8987 kernel/compat.c | 38 +-
8988 kernel/debug/debug_core.c | 16 +-
8989 kernel/debug/kdb/kdb_main.c | 4 +-
8990 kernel/events/callchain.c | 2 +-
8991 kernel/events/core.c | 36 +-
8992 kernel/events/internal.h | 10 +-
8993 kernel/events/uprobes.c | 2 +-
8994 kernel/exit.c | 27 +-
8995 kernel/fork.c | 175 +-
8996 kernel/futex.c | 9 +
8997 kernel/futex_compat.c | 2 +-
8998 kernel/irq/manage.c | 2 +-
8999 kernel/irq/msi.c | 19 +-
9000 kernel/irq/spurious.c | 2 +-
9001 kernel/jump_label.c | 5 +
9002 kernel/kallsyms.c | 40 +-
9003 kernel/kexec.c | 3 +-
9004 kernel/kmod.c | 8 +-
9005 kernel/kprobes.c | 4 +-
9006 kernel/ksysfs.c | 2 +-
9007 kernel/locking/lockdep.c | 7 +-
9008 kernel/module.c | 405 +-
9009 kernel/notifier.c | 17 +-
9010 kernel/padata.c | 4 +-
9011 kernel/panic.c | 11 +-
9012 kernel/pid.c | 8 +-
9013 kernel/pid_namespace.c | 2 +-
9014 kernel/power/process.c | 12 +-
9015 kernel/profile.c | 14 +-
9016 kernel/ptrace.c | 8 +-
9017 kernel/rcu/rcutorture.c | 60 +-
9018 kernel/rcu/tiny.c | 4 +-
9019 kernel/rcu/tree.c | 42 +-
9020 kernel/rcu/tree.h | 14 +-
9021 kernel/rcu/tree_plugin.h | 18 +-
9022 kernel/rcu/tree_trace.c | 12 +-
9023 kernel/resource.c | 4 +-
9024 kernel/sched/auto_group.c | 4 +-
9025 kernel/sched/core.c | 8 +-
9026 kernel/sched/deadline.c | 4 +-
9027 kernel/sched/debug.c | 45 +-
9028 kernel/sched/fair.c | 2 +-
9029 kernel/sched/rt.c | 4 +-
9030 kernel/sched/sched.h | 13 +-
9031 kernel/signal.c | 28 +-
9032 kernel/smp.c | 2 +-
9033 kernel/smpboot.c | 7 +-
9034 kernel/softirq.c | 12 +-
9035 kernel/stop_machine.c | 2 +-
9036 kernel/sys.c | 10 +-
9037 kernel/sys_ni.c | 4 +-
9038 kernel/sysctl.c | 34 +-
9039 kernel/time/alarmtimer.c | 4 +-
9040 kernel/time/posix-clock.c | 8 +-
9041 kernel/time/posix-cpu-timers.c | 4 +-
9042 kernel/time/posix-timers.c | 36 +-
9043 kernel/time/timer.c | 2 +-
9044 kernel/time/timer_stats.c | 10 +-
9045 kernel/trace/blktrace.c | 6 +-
9046 kernel/trace/ftrace.c | 33 +-
9047 kernel/trace/ring_buffer.c | 96 +-
9048 kernel/trace/trace.c | 2 +-
9049 kernel/trace/trace.h | 2 +-
9050 kernel/trace/trace_clock.c | 4 +-
9051 kernel/trace/trace_events.c | 1 -
9052 kernel/trace/trace_events_hist.c | 4 +-
9053 kernel/trace/trace_functions_graph.c | 4 +-
9054 kernel/trace/trace_mmiotrace.c | 8 +-
9055 kernel/trace/trace_output.c | 10 +-
9056 kernel/trace/trace_seq.c | 2 +-
9057 kernel/trace/trace_stack.c | 2 +-
9058 kernel/trace/tracing_map.c | 48 +-
9059 kernel/trace/tracing_map.h | 6 +-
9060 kernel/user.c | 2 +-
9061 kernel/user_namespace.c | 2 +-
9062 kernel/utsname_sysctl.c | 2 +-
9063 kernel/watchdog.c | 2 +-
9064 kernel/workqueue.c | 8 +-
9065 lib/Kconfig.debug | 8 +-
9066 lib/Makefile | 2 +-
9067 lib/bitmap.c | 8 +-
9068 lib/bug.c | 2 +
9069 lib/debugobjects.c | 2 +-
9070 lib/decompress_bunzip2.c | 3 +-
9071 lib/decompress_unlzma.c | 4 +-
9072 lib/div64.c | 4 +-
9073 lib/dma-debug.c | 4 +-
9074 lib/extable.c | 11 +-
9075 lib/inflate.c | 2 +-
9076 lib/ioremap.c | 4 +-
9077 lib/irq_poll.c | 2 +-
9078 lib/kobject.c | 4 +-
9079 lib/list_debug.c | 126 +-
9080 lib/lockref.c | 44 +-
9081 lib/percpu-refcount.c | 2 +-
9082 lib/radix-tree.c | 2 +-
9083 lib/random32.c | 2 +-
9084 lib/rhashtable.c | 4 +-
9085 lib/seq_buf.c | 4 +-
9086 lib/show_mem.c | 2 +-
9087 lib/strncpy_from_user.c | 2 +-
9088 lib/strnlen_user.c | 2 +-
9089 lib/swiotlb.c | 2 +-
9090 lib/usercopy.c | 6 +
9091 lib/vsprintf.c | 12 +-
9092 mm/Kconfig | 6 +-
9093 mm/backing-dev.c | 4 +-
9094 mm/fadvise.c | 2 +-
9095 mm/filemap.c | 8 +-
9096 mm/gup.c | 13 +-
9097 mm/highmem.c | 6 +-
9098 mm/hugetlb.c | 125 +-
9099 mm/hugetlb_cgroup.c | 60 +-
9100 mm/internal.h | 3 +-
9101 mm/maccess.c | 12 +-
9102 mm/madvise.c | 37 +
9103 mm/memcontrol.c | 6 +-
9104 mm/memory-failure.c | 6 +-
9105 mm/memory.c | 424 +-
9106 mm/mempolicy.c | 25 +
9107 mm/mlock.c | 18 +-
9108 mm/mm_init.c | 2 +-
9109 mm/mmap.c | 552 +-
9110 mm/mprotect.c | 137 +-
9111 mm/mremap.c | 39 +-
9112 mm/nommu.c | 21 +-
9113 mm/page-writeback.c | 2 +-
9114 mm/page_alloc.c | 61 +-
9115 mm/percpu.c | 2 +-
9116 mm/process_vm_access.c | 14 +-
9117 mm/readahead.c | 2 +-
9118 mm/rmap.c | 43 +-
9119 mm/shmem.c | 36 +-
9120 mm/slab.c | 113 +-
9121 mm/slab.h | 37 +-
9122 mm/slab_common.c | 85 +-
9123 mm/slob.c | 248 +-
9124 mm/slub.c | 118 +-
9125 mm/sparse-vmemmap.c | 4 +-
9126 mm/sparse.c | 2 +-
9127 mm/swap.c | 7 +
9128 mm/swapfile.c | 12 +-
9129 mm/util.c | 7 +
9130 mm/vmalloc.c | 116 +-
9131 mm/vmstat.c | 14 +-
9132 net/8021q/vlan.c | 5 +-
9133 net/8021q/vlan_netlink.c | 2 +-
9134 net/9p/mod.c | 4 +-
9135 net/9p/trans_fd.c | 2 +-
9136 net/atm/atm_misc.c | 8 +-
9137 net/atm/lec.h | 2 +-
9138 net/atm/proc.c | 6 +-
9139 net/atm/resources.c | 4 +-
9140 net/ax25/sysctl_net_ax25.c | 2 +-
9141 net/batman-adv/bat_iv_ogm.c | 8 +-
9142 net/batman-adv/fragmentation.c | 2 +-
9143 net/batman-adv/routing.c | 4 +-
9144 net/batman-adv/soft-interface.c | 12 +-
9145 net/batman-adv/sysfs.c | 48 +-
9146 net/batman-adv/sysfs.h | 4 +-
9147 net/batman-adv/translation-table.c | 14 +-
9148 net/batman-adv/types.h | 8 +-
9149 net/bluetooth/hci_sock.c | 2 +-
9150 net/bluetooth/l2cap_core.c | 6 +-
9151 net/bluetooth/l2cap_sock.c | 12 +-
9152 net/bluetooth/rfcomm/sock.c | 4 +-
9153 net/bluetooth/rfcomm/tty.c | 4 +-
9154 net/bridge/br_netfilter_hooks.c | 4 +-
9155 net/bridge/br_netlink.c | 2 +-
9156 net/bridge/netfilter/ebtables.c | 6 +-
9157 net/caif/cfctrl.c | 11 +-
9158 net/caif/chnl_net.c | 4 +-
9159 net/can/af_can.c | 2 +-
9160 net/can/gw.c | 6 +-
9161 net/ceph/ceph_common.c | 2 +-
9162 net/ceph/messenger.c | 4 +-
9163 net/compat.c | 26 +-
9164 net/core/datagram.c | 2 +-
9165 net/core/dev.c | 26 +-
9166 net/core/filter.c | 2 +-
9167 net/core/flow.c | 8 +-
9168 net/core/neighbour.c | 18 +-
9169 net/core/net-procfs.c | 4 +-
9170 net/core/net-sysfs.c | 2 +-
9171 net/core/net_namespace.c | 10 +-
9172 net/core/netpoll.c | 4 +-
9173 net/core/rtnetlink.c | 17 +-
9174 net/core/scm.c | 12 +-
9175 net/core/skbuff.c | 11 +-
9176 net/core/sock.c | 32 +-
9177 net/core/sock_diag.c | 17 +-
9178 net/core/sysctl_net_core.c | 22 +-
9179 net/decnet/af_decnet.c | 1 +
9180 net/decnet/sysctl_net_decnet.c | 4 +-
9181 net/dsa/dsa.c | 2 +-
9182 net/dsa/slave.c | 4 +-
9183 net/hsr/hsr_device.c | 2 +-
9184 net/hsr/hsr_netlink.c | 2 +-
9185 net/ieee802154/6lowpan/core.c | 2 +-
9186 net/ieee802154/6lowpan/reassembly.c | 14 +-
9187 net/ieee802154/core.c | 6 +-
9188 net/ipv4/af_inet.c | 6 +-
9189 net/ipv4/arp.c | 2 +-
9190 net/ipv4/devinet.c | 20 +-
9191 net/ipv4/fib_frontend.c | 6 +-
9192 net/ipv4/fib_semantics.c | 2 +-
9193 net/ipv4/icmp.c | 2 +-
9194 net/ipv4/inet_connection_sock.c | 4 +-
9195 net/ipv4/inet_diag.c | 4 +-
9196 net/ipv4/inet_timewait_sock.c | 2 +-
9197 net/ipv4/inetpeer.c | 2 +-
9198 net/ipv4/ip_fragment.c | 17 +-
9199 net/ipv4/ip_gre.c | 6 +-
9200 net/ipv4/ip_sockglue.c | 2 +-
9201 net/ipv4/ip_vti.c | 4 +-
9202 net/ipv4/ipconfig.c | 6 +-
9203 net/ipv4/ipip.c | 4 +-
9204 net/ipv4/netfilter/arp_tables.c | 10 +-
9205 net/ipv4/netfilter/ip_tables.c | 10 +-
9206 net/ipv4/ping.c | 14 +-
9207 net/ipv4/proc.c | 10 +-
9208 net/ipv4/raw.c | 16 +-
9209 net/ipv4/route.c | 40 +-
9210 net/ipv4/sysctl_net_ipv4.c | 24 +-
9211 net/ipv4/tcp_input.c | 6 +-
9212 net/ipv4/tcp_ipv4.c | 2 +-
9213 net/ipv4/tcp_metrics.c | 2 +-
9214 net/ipv4/tcp_probe.c | 2 +-
9215 net/ipv4/udp.c | 10 +-
9216 net/ipv4/xfrm4_mode_beet.c | 2 +-
9217 net/ipv4/xfrm4_mode_transport.c | 2 +-
9218 net/ipv4/xfrm4_policy.c | 19 +-
9219 net/ipv4/xfrm4_state.c | 4 +-
9220 net/ipv6/addrconf.c | 26 +-
9221 net/ipv6/af_inet6.c | 2 +-
9222 net/ipv6/datagram.c | 2 +-
9223 net/ipv6/icmp.c | 2 +-
9224 net/ipv6/inet6_hashtables.c | 2 +-
9225 net/ipv6/ip6_fib.c | 4 +-
9226 net/ipv6/ip6_gre.c | 10 +-
9227 net/ipv6/ip6_tunnel.c | 4 +-
9228 net/ipv6/ip6_vti.c | 4 +-
9229 net/ipv6/ipv6_sockglue.c | 2 +-
9230 net/ipv6/ndisc.c | 2 +-
9231 net/ipv6/netfilter/ip6_tables.c | 10 +-
9232 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
9233 net/ipv6/ping.c | 33 +-
9234 net/ipv6/proc.c | 10 +-
9235 net/ipv6/raw.c | 17 +-
9236 net/ipv6/reassembly.c | 13 +-
9237 net/ipv6/route.c | 2 +-
9238 net/ipv6/sit.c | 4 +-
9239 net/ipv6/sysctl_net_ipv6.c | 2 +-
9240 net/ipv6/udp.c | 6 +-
9241 net/ipv6/xfrm6_mode_beet.c | 2 +-
9242 net/ipv6/xfrm6_mode_transport.c | 2 +-
9243 net/ipv6/xfrm6_policy.c | 17 +-
9244 net/irda/discovery.c | 2 +-
9245 net/irda/ircomm/ircomm_core.c | 13 +-
9246 net/irda/ircomm/ircomm_tty.c | 24 +-
9247 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
9248 net/irda/irda_device.c | 14 +-
9249 net/irda/iriap.c | 14 +-
9250 net/irda/irias_object.c | 10 +-
9251 net/irda/irlan/irlan_client.c | 2 +-
9252 net/irda/irlap.c | 15 +-
9253 net/irda/irlap_event.c | 2 +-
9254 net/irda/irlmp.c | 21 +-
9255 net/irda/irlmp_event.c | 6 +-
9256 net/irda/irnet/irnet.h | 2 +-
9257 net/irda/irnet/irnet_irda.c | 6 +-
9258 net/irda/irttp.c | 8 +-
9259 net/irda/timer.c | 24 +-
9260 net/iucv/af_iucv.c | 4 +-
9261 net/iucv/iucv.c | 2 +-
9262 net/key/af_key.c | 4 +-
9263 net/l2tp/l2tp_eth.c | 40 +-
9264 net/l2tp/l2tp_ip.c | 2 +-
9265 net/l2tp/l2tp_ip6.c | 2 +-
9266 net/mac80211/cfg.c | 12 +-
9267 net/mac80211/debugfs.c | 2 +-
9268 net/mac80211/debugfs_key.c | 6 +-
9269 net/mac80211/ieee80211_i.h | 3 +-
9270 net/mac80211/iface.c | 20 +-
9271 net/mac80211/main.c | 2 +-
9272 net/mac80211/pm.c | 4 +-
9273 net/mac80211/rate.c | 2 +-
9274 net/mac80211/sta_info.c | 2 +-
9275 net/mac80211/tx.c | 2 +-
9276 net/mac80211/util.c | 8 +-
9277 net/mac80211/wpa.c | 12 +-
9278 net/mac802154/iface.c | 6 +-
9279 net/mpls/af_mpls.c | 10 +-
9280 net/netfilter/ipset/ip_set_core.c | 7 +-
9281 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
9282 net/netfilter/ipvs/ip_vs_core.c | 8 +-
9283 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
9284 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
9285 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
9286 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
9287 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
9288 net/netfilter/nf_conntrack_acct.c | 2 +-
9289 net/netfilter/nf_conntrack_core.c | 2 +-
9290 net/netfilter/nf_conntrack_ecache.c | 2 +-
9291 net/netfilter/nf_conntrack_helper.c | 2 +-
9292 net/netfilter/nf_conntrack_netlink.c | 22 +-
9293 net/netfilter/nf_conntrack_proto.c | 2 +-
9294 net/netfilter/nf_conntrack_standalone.c | 2 +-
9295 net/netfilter/nf_conntrack_timestamp.c | 2 +-
9296 net/netfilter/nf_log.c | 10 +-
9297 net/netfilter/nf_nat_ftp.c | 2 +-
9298 net/netfilter/nf_nat_irc.c | 2 +-
9299 net/netfilter/nf_sockopt.c | 4 +-
9300 net/netfilter/nf_tables_api.c | 13 +-
9301 net/netfilter/nfnetlink_acct.c | 33 +-
9302 net/netfilter/nfnetlink_cthelper.c | 2 +-
9303 net/netfilter/nfnetlink_cttimeout.c | 2 +-
9304 net/netfilter/nfnetlink_log.c | 4 +-
9305 net/netfilter/nft_compat.c | 9 +-
9306 net/netfilter/xt_IDLETIMER.c | 12 +-
9307 net/netfilter/xt_statistic.c | 8 +-
9308 net/netlink/af_netlink.c | 16 +-
9309 net/netlink/diag.c | 2 +-
9310 net/netlink/genetlink.c | 14 +-
9311 net/openvswitch/vport-geneve.c | 7 +-
9312 net/openvswitch/vport-gre.c | 7 +-
9313 net/openvswitch/vport-internal_dev.c | 4 +-
9314 net/openvswitch/vport-netdev.c | 7 +-
9315 net/openvswitch/vport-vxlan.c | 7 +-
9316 net/packet/af_packet.c | 26 +-
9317 net/packet/diag.c | 2 +-
9318 net/packet/internal.h | 6 +-
9319 net/phonet/pep.c | 6 +-
9320 net/phonet/socket.c | 2 +-
9321 net/phonet/sysctl.c | 2 +-
9322 net/rds/cong.c | 6 +-
9323 net/rds/ib.h | 2 +-
9324 net/rds/ib_cm.c | 2 +-
9325 net/rds/ib_recv.c | 4 +-
9326 net/rds/rds.h | 2 +-
9327 net/rds/tcp.c | 6 +-
9328 net/rds/tcp.h | 6 +-
9329 net/rds/tcp_send.c | 2 +-
9330 net/rxrpc/af_rxrpc.c | 2 +-
9331 net/rxrpc/ar-ack.c | 14 +-
9332 net/rxrpc/ar-call.c | 2 +-
9333 net/rxrpc/ar-connection.c | 2 +-
9334 net/rxrpc/ar-connevent.c | 2 +-
9335 net/rxrpc/ar-input.c | 4 +-
9336 net/rxrpc/ar-internal.h | 8 +-
9337 net/rxrpc/ar-local.c | 2 +-
9338 net/rxrpc/ar-output.c | 4 +-
9339 net/rxrpc/ar-peer.c | 2 +-
9340 net/rxrpc/ar-proc.c | 4 +-
9341 net/rxrpc/ar-transport.c | 2 +-
9342 net/rxrpc/rxkad.c | 4 +-
9343 net/sched/sch_generic.c | 4 +-
9344 net/sched/sch_tbf.c | 9 +-
9345 net/sctp/ipv6.c | 4 +-
9346 net/sctp/protocol.c | 8 +-
9347 net/sctp/sctp_diag.c | 2 +-
9348 net/sctp/sm_sideeffect.c | 4 +-
9349 net/sctp/socket.c | 21 +-
9350 net/sctp/sysctl.c | 10 +-
9351 net/socket.c | 18 +-
9352 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
9353 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
9354 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
9355 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
9356 net/sunrpc/clnt.c | 4 +-
9357 net/sunrpc/rpcb_clnt.c | 66 +-
9358 net/sunrpc/sched.c | 4 +-
9359 net/sunrpc/svc.c | 8 +-
9360 net/sunrpc/svcauth_unix.c | 2 +-
9361 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
9362 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
9363 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
9364 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
9365 net/tipc/netlink_compat.c | 12 +-
9366 net/tipc/subscr.c | 2 +-
9367 net/unix/diag.c | 2 +-
9368 net/unix/sysctl_net_unix.c | 2 +-
9369 net/wireless/scan.c | 3 +-
9370 net/wireless/wext-compat.c | 141 +-
9371 net/wireless/wext-compat.h | 8 +-
9372 net/wireless/wext-core.c | 19 +-
9373 net/wireless/wext-sme.c | 5 +-
9374 net/xfrm/xfrm_policy.c | 18 +-
9375 net/xfrm/xfrm_state.c | 37 +-
9376 net/xfrm/xfrm_sysctl.c | 2 +-
9377 net/xfrm/xfrm_user.c | 2 +-
9378 scripts/Kbuild.include | 12 +-
9379 scripts/Makefile | 2 +-
9380 scripts/Makefile.build | 2 +-
9381 scripts/Makefile.clean | 4 +-
9382 scripts/Makefile.extrawarn | 4 +
9383 scripts/Makefile.gcc-plugins | 95 +
9384 scripts/Makefile.host | 73 +-
9385 scripts/basic/fixdep.c | 10 +-
9386 scripts/dtc/checks.c | 14 +-
9387 scripts/dtc/data.c | 6 +-
9388 scripts/dtc/flattree.c | 8 +-
9389 scripts/dtc/livetree.c | 4 +-
9390 scripts/gcc-plugin.sh | 65 +
9391 scripts/gcc-plugins/Makefile | 28 +
9392 scripts/gcc-plugins/checker_plugin.c | 496 +
9393 scripts/gcc-plugins/colorize_plugin.c | 162 +
9394 scripts/gcc-plugins/constify_plugin.c | 582 +
9395 scripts/gcc-plugins/gcc-common.h | 894 +
9396 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 175 +
9397 scripts/gcc-plugins/gcc-generate-ipa-pass.h | 289 +
9398 scripts/gcc-plugins/gcc-generate-rtl-pass.h | 175 +
9399 scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h | 175 +
9400 scripts/gcc-plugins/initify_plugin.c | 536 +
9401 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
9402 scripts/gcc-plugins/kernexec_plugin.c | 407 +
9403 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
9404 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
9405 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
9406 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
9407 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
9408 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 513 +
9409 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
9410 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
9411 scripts/gcc-plugins/size_overflow_plugin/Makefile | 30 +
9412 .../disable_size_overflow_hash.data | 12445 +++++++++++
9413 .../generate_size_overflow_hash.sh | 103 +
9414 .../insert_size_overflow_asm.c | 369 +
9415 .../size_overflow_plugin/intentional_overflow.c | 1166 +
9416 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
9417 .../size_overflow_plugin/size_overflow.h | 331 +
9418 .../size_overflow_plugin/size_overflow_debug.c | 194 +
9419 .../size_overflow_plugin/size_overflow_hash.data | 22068 +++++++++++++++++++
9420 .../size_overflow_hash_aux.data | 97 +
9421 .../size_overflow_plugin/size_overflow_ipa.c | 1163 +
9422 .../size_overflow_plugin/size_overflow_misc.c | 505 +
9423 .../size_overflow_plugin/size_overflow_plugin.c | 290 +
9424 .../size_overflow_plugin_hash.c | 352 +
9425 .../size_overflow_plugin/size_overflow_transform.c | 743 +
9426 .../size_overflow_transform_core.c | 1025 +
9427 scripts/gcc-plugins/stackleak_plugin.c | 350 +
9428 scripts/gcc-plugins/structleak_plugin.c | 239 +
9429 scripts/headers_install.sh | 1 +
9430 scripts/kallsyms.c | 4 +-
9431 scripts/kconfig/lkc.h | 5 +-
9432 scripts/kconfig/menu.c | 2 +-
9433 scripts/kconfig/symbol.c | 6 +-
9434 scripts/link-vmlinux.sh | 2 +-
9435 scripts/mod/file2alias.c | 14 +-
9436 scripts/mod/modpost.c | 40 +-
9437 scripts/mod/modpost.h | 6 +-
9438 scripts/mod/sumversion.c | 2 +-
9439 scripts/module-common.lds | 4 +
9440 scripts/package/builddeb | 1 +
9441 scripts/pnmtologo.c | 6 +-
9442 scripts/sortextable.h | 6 +-
9443 scripts/tags.sh | 2 +-
9444 security/Kconfig | 735 +-
9445 security/apparmor/include/policy.h | 2 +-
9446 security/apparmor/lsm.c | 16 +-
9447 security/apparmor/policy.c | 4 +-
9448 security/integrity/ima/ima.h | 4 +-
9449 security/integrity/ima/ima_api.c | 2 +-
9450 security/integrity/ima/ima_fs.c | 4 +-
9451 security/integrity/ima/ima_queue.c | 2 +-
9452 security/keys/internal.h | 8 +-
9453 security/keys/key.c | 18 +-
9454 security/keys/keyring.c | 4 -
9455 security/selinux/avc.c | 6 +-
9456 security/selinux/include/xfrm.h | 2 +-
9457 security/yama/yama_lsm.c | 2 +-
9458 sound/aoa/codecs/onyx.c | 7 +-
9459 sound/aoa/codecs/onyx.h | 1 +
9460 sound/core/oss/pcm_oss.c | 18 +-
9461 sound/core/pcm_compat.c | 2 +-
9462 sound/core/pcm_lib.c | 3 +-
9463 sound/core/pcm_native.c | 4 +-
9464 sound/core/rawmidi.c | 5 +-
9465 sound/core/seq/oss/seq_oss_synth.c | 4 +-
9466 sound/core/seq/seq_clientmgr.c | 10 +-
9467 sound/core/seq/seq_compat.c | 2 +-
9468 sound/core/seq/seq_fifo.c | 6 +-
9469 sound/core/seq/seq_fifo.h | 2 +-
9470 sound/core/seq/seq_memory.c | 18 +-
9471 sound/core/seq/seq_midi.c | 5 +-
9472 sound/core/seq/seq_virmidi.c | 2 +-
9473 sound/core/sound.c | 2 +-
9474 sound/drivers/mts64.c | 14 +-
9475 sound/drivers/opl4/opl4_lib.c | 2 +-
9476 sound/drivers/portman2x4.c | 3 +-
9477 sound/firewire/amdtp-am824.c | 2 +-
9478 sound/firewire/amdtp-stream.c | 4 +-
9479 sound/firewire/amdtp-stream.h | 2 +-
9480 sound/firewire/digi00x/amdtp-dot.c | 2 +-
9481 sound/firewire/isight.c | 10 +-
9482 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
9483 sound/oss/sb_audio.c | 2 +-
9484 sound/oss/swarm_cs4297a.c | 6 +-
9485 sound/pci/als300.c | 2 +-
9486 sound/pci/aw2/aw2-alsa.c | 2 -
9487 sound/pci/aw2/aw2-saa7146.c | 4 +-
9488 sound/pci/ctxfi/ctamixer.c | 14 +-
9489 sound/pci/ctxfi/ctamixer.h | 8 +-
9490 sound/pci/ctxfi/ctatc.c | 20 +-
9491 sound/pci/ctxfi/ctdaio.c | 6 +-
9492 sound/pci/ctxfi/ctdaio.h | 4 +-
9493 sound/pci/ctxfi/ctsrc.c | 13 +-
9494 sound/pci/ctxfi/ctsrc.h | 8 +-
9495 sound/pci/hda/hda_codec.c | 2 +-
9496 sound/pci/ymfpci/ymfpci.h | 2 +-
9497 sound/pci/ymfpci/ymfpci_main.c | 12 +-
9498 sound/soc/codecs/cx20442.c | 8 +-
9499 sound/soc/codecs/sti-sas.c | 10 +-
9500 sound/soc/codecs/tlv320dac33.c | 7 +-
9501 sound/soc/codecs/uda1380.c | 7 +-
9502 sound/soc/intel/skylake/skl-sst-dsp.h | 2 +-
9503 sound/soc/soc-ac97.c | 6 +-
9504 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
9505 tools/include/linux/compiler.h | 8 +
9506 tools/perf/util/include/asm/alternative-asm.h | 3 +
9507 tools/virtio/linux/uaccess.h | 2 +-
9508 virt/kvm/kvm_main.c | 42 +-
9509 2774 files changed, 78254 insertions(+), 14304 deletions(-)
9510commit b2d3123595e9bd771c1292b03b82e47127b416c0
9511Author: Brad Spengler <spender@grsecurity.net>
9512Date: Sun Jul 31 21:40:39 2016 -0400
9513
9514 ARM compile fixes
9515
9516 arch/arm/include/asm/atomic.h | 40 +++++++++++++++++++++++++--------------
9517 arch/arm/include/asm/domain.h | 1 +
9518 include/asm-generic/atomic-long.h | 2 ++
9519 include/asm-generic/atomic64.h | 1 +
9520 include/linux/atomic.h | 23 ++++++++++++++++++++++
9521 5 files changed, 53 insertions(+), 14 deletions(-)
9522
9523commit 439d240094e132ce7455a12267340a15ff45a6bf
9524Author: Scott Bauer <sbauer@plzdonthack.me>
9525Date: Wed Jul 27 19:11:29 2016 -0600
9526
9527 vfs: ioctl: prevent double-fetch in dedupe ioctl
9528
9529 This prevents a double-fetch from user space that can lead to to an
9530 undersized allocation and heap overflow.
9531
9532 Fixes: 54dbc1517237 ("vfs: hoist the btrfs deduplication ioctl to the vfs")
9533 Signed-off-by: Scott Bauer <sbauer@plzdonthack.me>
9534 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9535
9536 fs/ioctl.c | 1 +
9537 1 file changed, 1 insertion(+)
9538
9539commit 0e2289fa07be544a2f72d3eebd1d2c76e435f5c5
9540Author: Brad Spengler <spender@grsecurity.net>
9541Date: Wed Jul 27 20:30:01 2016 -0400
9542
9543 Update size_overflow hash table
9544
9545 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
9546 1 file changed, 1 insertion(+)
9547
9548commit 50d051c5af8ea45fc8465ccbfda3530e95d2b97a
9549Author: Brad Spengler <spender@grsecurity.net>
9550Date: Wed Jul 27 20:14:26 2016 -0400
9551
9552 Update size_overflow hash table
9553
9554 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 3 ++-
9555 1 file changed, 2 insertions(+), 1 deletion(-)
9556
9557commit aff6427a6baa489e210f6951f90bf29c4bf7a5f6
9558Merge: d1085b0 8f83873
9559Author: Brad Spengler <spender@grsecurity.net>
9560Date: Wed Jul 27 19:53:16 2016 -0400
9561
9562 Merge branch 'pax-test' into grsec-test
9563
9564commit 8f838734fe795a77eef1807e804b8bbae857201f
9565Merge: 48edba8 bed4c61
9566Author: Brad Spengler <spender@grsecurity.net>
9567Date: Wed Jul 27 19:40:39 2016 -0400
9568
9569 Update to pax-linux-4.6.5-test18.patch:
9570 - fixed a few non-refcount atomic uses found by static analysis
9571 - plugins no longer export symbols except for those required by gcc
9572 - moved a few instrumentation passes after other analysis passes to prevent interference
9573 - got rid of the use of paravirt_enabled on amd64 which is gone in 4.7 anyway
9574 - repurposed the unusued skip_heap_stack_gap to simplify the unmapped area lookup code
9575 - fixed a few compile warnings related to constification and function type fixes
9576
9577 Merge branch 'linux-4.6.y' into pax-test
9578
9579commit d1085b0354e32d2b030ca38bf0fa854129b6f381
9580Merge: 59774b1 48edba8
9581Author: Brad Spengler <spender@grsecurity.net>
9582Date: Sun Jul 24 19:36:43 2016 -0400
9583
9584 Merge branch 'pax-test' into grsec-test
9585
9586commit 48edba86de9569aef6faad21075b501c5023a66f
9587Author: Brad Spengler <spender@grsecurity.net>
9588Date: Sun Jul 24 19:34:05 2016 -0400
9589
9590 Update to pax-linux-4.6.4-test16.patch:
9591 - 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)
9592 - reverted back to the old size overflow hash table until Emese tames the data flow analysis a bit
9593 - fixed the constify plugin to properly build the type for pointers to deconstified structs
9594
9595 arch/x86/include/asm/uaccess.h | 2 +-
9596 arch/x86/kernel/kgdb.c | 4 +-
9597 scripts/gcc-plugins/constify_plugin.c | 9 +-
9598 .../disable_size_overflow_hash.data | 7 +-
9599 .../size_overflow_plugin/size_overflow_hash.data | 13545 +++++++++----------
9600 5 files changed, 6580 insertions(+), 6987 deletions(-)
9601
9602commit 59774b19cbe7ea87915d659d4711c830ce360e36
9603Author: Brad Spengler <spender@grsecurity.net>
9604Date: Sat Jul 23 18:47:31 2016 -0400
9605
9606 Allow 'perf' to be used as a privileged user by making the default
9607 kptr_restrict setting 1 with HIDESYM (rather than the previous 2).
9608 To prevent abuse from loggers (like the adb case) add CAP_SYS_ADMIN
9609 to the kptr_restrict=1 case. It can always be set to 2 if the user
9610 wishes.
9611
9612 kernel/sysctl.c | 2 +-
9613 lib/vsprintf.c | 5 ++++-
9614 2 files changed, 5 insertions(+), 2 deletions(-)
9615
9616commit 191fac3a4900d3e033969952d99b79cfa2525f30
9617Author: Brad Spengler <spender@grsecurity.net>
9618Date: Sat Jul 23 14:56:39 2016 -0400
9619
9620 Force OABI_COMPAT off, it's full of privesc vulns
9621
9622 arch/arm/Kconfig | 1 +
9623 1 file changed, 1 insertion(+)
9624
9625commit 4a983bdd1886eb2068c3fccd0d95358ff3b3eee1
9626Author: Brad Spengler <spender@grsecurity.net>
9627Date: Sat Jul 23 10:44:43 2016 -0400
9628
9629 Stop logging RLIMIT_NICE denials, just produces log spam
9630
9631 grsecurity/gracl_res.c | 10 ++++++++--
9632 1 file changed, 8 insertions(+), 2 deletions(-)
9633
9634commit 84f2bc67492f30f06520497a9bb16c0a2e3103df
9635Author: Brad Spengler <spender@grsecurity.net>
9636Date: Tue Jul 19 20:13:30 2016 -0400
9637
9638 Revert to previous size_overflow hash table temporarily while the
9639 root causes of recent FPs are worked out
9640
9641 .../disable_size_overflow_hash.data | 7 +-
9642 .../size_overflow_plugin/size_overflow_hash.data | 13743 +++++++++----------
9643 2 files changed, 6845 insertions(+), 6905 deletions(-)
9644
9645commit ea2b9616253f017edf97e4b86e82d6c89df17c4d
9646Merge: e52044e cd66132
9647Author: Brad Spengler <spender@grsecurity.net>
9648Date: Tue Jul 19 19:21:52 2016 -0400
9649
9650 Merge branch 'pax-test' into grsec-test
9651
9652commit cd661322f3b91c6fd6fee4a6a5907b054a70a5f7
9653Author: Brad Spengler <spender@grsecurity.net>
9654Date: Tue Jul 19 19:14:36 2016 -0400
9655
9656 Update to pax-linux-4.6.4-test15.patch:
9657 - updated the size overflow hash table from grsecurity
9658 - 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)
9659
9660 .../disable_size_overflow_hash.data | 7 +-
9661 .../size_overflow_plugin/size_overflow_hash.data | 850 +++++++++++++++++----
9662 2 files changed, 694 insertions(+), 163 deletions(-)
9663
9664commit e52044e34a92f944b99e9219147617dc7449a675
9665Author: Brad Spengler <spender@grsecurity.net>
9666Date: Mon Jul 18 21:25:15 2016 -0400
9667
9668 Update size_overflow hash table
9669
9670 .../size_overflow_plugin/size_overflow_hash.data | 466 +++++++++++++++++----
9671 1 file changed, 382 insertions(+), 84 deletions(-)
9672
9673commit 27ed9167fb98fe9f9e75aace6f651ff814a189a5
9674Author: Brad Spengler <spender@grsecurity.net>
9675Date: Mon Jul 18 21:04:42 2016 -0400
9676
9677 Update size_overflow hash table
9678
9679 .../gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 12 ++++++++----
9680 1 file changed, 8 insertions(+), 4 deletions(-)
9681
9682commit b0a1f25a251b7c1c582fa3a95605654f8da33193
9683Author: Jann Horn <jann@thejh.net>
9684Date: Fri Sep 11 21:39:33 2015 +0200
9685
9686 xfs: fix type confusion in xfs_ioc_swapext
9687
9688 Without this check, the following XFS_I invocations would return bad
9689 pointers when used on non-XFS inodes (perhaps pointers into preceding
9690 allocator chunks).
9691
9692 This could be used by an attacker to trick xfs_swap_extents into
9693 performing locking operations on attacker-chosen structures in kernel
9694 memory, potentially leading to code execution in the kernel. (I have
9695 not investigated how likely this is to be usable for an attack in
9696 practice.)
9697
9698 Signed-off-by: Jann Horn <jann@thejh.net>
9699 Cc: Andy Lutomirski <luto@amacapital.net>
9700 Cc: Dave Chinner <david@fromorbit.com>
9701 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9702
9703 fs/xfs/xfs_ioctl.c | 6 ++++++
9704 1 file changed, 6 insertions(+)
9705
9706commit 01e9e48be783cefbe69ff9241ab678de69eaab5b
9707Merge: bd6d599 c421d76
9708Author: Brad Spengler <spender@grsecurity.net>
9709Date: Mon Jul 18 20:18:27 2016 -0400
9710
9711 Merge branch 'pax-test' into grsec-test
9712
9713commit c421d76c43d1840ab72bf2cd414e61ee0581e80b
9714Author: Brad Spengler <spender@grsecurity.net>
9715Date: Mon Jul 18 20:04:22 2016 -0400
9716
9717 Update to pax-linux-4.6.4-test14.patch:
9718 - Emese regenerated the size overflow hash table
9719 - fixed a few more section mismatches detected in LTO mode
9720 - reworked how KERNEXEC coexists with upstream's DEBUG_RODATA
9721 - reworked the KERNEXEC plugin configuration, read the Kconfig help!
9722 - simplified the constify plugin a bit
9723 - 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)
9724 - 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)
9725 - fixed !KERNEXEC boot crash on x86, reported by peetaur (https://forums.grsecurity.net/viewtopic.php?f=3&t=4512)
9726 - fixed compile warnings triggered by the __SYSCALL_DEFINEx macro
9727
9728 arch/mips/Kbuild | 2 +-
9729 arch/mips/include/asm/irq.h | 1 -
9730 arch/sparc/include/asm/atomic_64.h | 6 +
9731 arch/sparc/kernel/prom_common.c | 2 +-
9732 arch/sparc/lib/atomic_64.S | 2 +-
9733 arch/sparc/lib/ksyms.c | 4 +-
9734 arch/x86/entry/entry_64.S | 2 +-
9735 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-
9736 arch/x86/kernel/alternative.c | 21 +
9737 arch/x86/kernel/cpu/common.c | 4 +
9738 arch/x86/platform/olpc/olpc_dt.c | 2 +-
9739 drivers/block/drbd/drbd_int.h | 4 +-
9740 drivers/gpu/drm/sti/sti_hda.c | 4 +-
9741 drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
9742 drivers/gpu/drm/sti/sti_tvout.c | 4 +-
9743 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
9744 drivers/hwmon/applesmc.c | 2 +-
9745 drivers/iommu/io-pgtable-arm.c | 2 +-
9746 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
9747 drivers/leds/leds-clevo-mail.c | 2 +-
9748 drivers/leds/leds-ss4200.c | 2 +-
9749 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 2 +
9750 drivers/mtd/nand/brcmnand/iproc_nand.c | 2 +
9751 drivers/platform/chrome/chromeos_laptop.c | 2 +-
9752 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
9753 drivers/pnp/base.h | 2 +-
9754 drivers/pnp/resource.c | 4 +-
9755 fs/exec.c | 20 +-
9756 include/drm/drm_modeset_helper_vtables.h | 1 +
9757 include/linux/syscalls.h | 8 +-
9758 mm/slab_common.c | 6 +
9759 mm/slob.c | 44 +-
9760 mm/slub.c | 7 +
9761 scripts/Makefile.gcc-plugins | 4 +-
9762 scripts/gcc-plugins/constify_plugin.c | 10 +-
9763 .../size_overflow_plugin/size_overflow_hash.data | 13633 +++++++++----------
9764 security/Kconfig | 63 +-
9765 37 files changed, 6934 insertions(+), 6953 deletions(-)
9766
9767commit bd6d599943a777b93600dd4a43bbeea5dde2dfa0
9768Author: Brad Spengler <spender@grsecurity.net>
9769Date: Sun Jul 17 17:18:15 2016 -0400
9770
9771 Ensure current state is set to TASK_RUNNING before doing a copy on the RBAC learning read side
9772
9773 grsecurity/gracl_learn.c | 6 ++++--
9774 kernel/sched/core.c | 2 +-
9775 2 files changed, 5 insertions(+), 3 deletions(-)
9776
9777commit 0f2e7d90efc7eeff655d7cc2c15838497f8c0513
9778Author: Brad Spengler <spender@grsecurity.net>
9779Date: Fri Jul 15 15:29:41 2016 -0400
9780
9781 Force that BUG() be enabled in the kernel config if grsecurity is enabled
9782 Suggested by Kees Cook
9783
9784 security/Kconfig | 1 +
9785 1 file changed, 1 insertion(+)
9786
9787commit 3efe62268d831fc5c89a64b8ff1496d2b912ebf6
9788Author: Brad Spengler <spender@grsecurity.net>
9789Date: Thu Jul 14 21:14:55 2016 -0400
9790
9791 randomize layout of two more structs
9792
9793 include/linux/cdev.h | 2 +-
9794 include/linux/fs.h | 2 +-
9795 2 files changed, 2 insertions(+), 2 deletions(-)
9796
9797commit 58c0443674275163e4d488f890ba1b985d13a4b0
9798Author: Brad Spengler <spender@grsecurity.net>
9799Date: Mon Jul 11 21:30:57 2016 -0400
9800
9801 Temporary workaround for size_overflow detection reported at:
9802 https://forums.grsecurity.net/viewtopic.php?f=3&t=4510
9803 by brainatwork
9804
9805 drivers/block/drbd/drbd_int.h | 4 ++--
9806 1 file changed, 2 insertions(+), 2 deletions(-)
9807
9808commit aa1f32f7a62f394d1f90c2d9952befdd5294c088
9809Author: Brad Spengler <spender@grsecurity.net>
9810Date: Mon Jul 11 21:18:20 2016 -0400
9811
9812 Update size_overflow hash table
9813
9814 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
9815 1 file changed, 1 insertion(+)
9816
9817commit 329fa438e13041fda3dcd292adf2aeb1c008c72c
9818Author: Jeff Mahoney <jeffm@suse.com>
9819Date: Tue Jul 5 17:32:30 2016 -0400
9820
9821 ecryptfs: don't allow mmap when the lower fs doesn't support it
9822
9823 There are legitimate reasons to disallow mmap on certain files, notably
9824 in sysfs or procfs. We shouldn't emulate mmap support on file systems
9825 that don't offer support natively.
9826
9827 CVE-2016-1583
9828
9829 Signed-off-by: Jeff Mahoney <jeffm@suse.com>
9830 Cc: stable@vger.kernel.org
9831 [tyhicks: clean up f_op check by using ecryptfs_file_to_lower()]
9832 Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
9833
9834 fs/ecryptfs/file.c | 15 ++++++++++++++-
9835 1 file changed, 14 insertions(+), 1 deletion(-)
9836
9837commit 5b86b77c32a55ebc8b441ac71839bb50012e505a
9838Author: Vegard Nossum <vegard.nossum@oracle.com>
9839Date: Thu Jul 7 13:41:11 2016 -0700
9840
9841 apparmor: fix oops, validate buffer size in apparmor_setprocattr()
9842
9843 When proc_pid_attr_write() was changed to use memdup_user apparmor's
9844 (interface violating) assumption that the setprocattr buffer was always
9845 a single page was violated.
9846
9847 The size test is not strictly speaking needed as proc_pid_attr_write()
9848 will reject anything larger, but for the sake of robustness we can keep
9849 it in.
9850
9851 SMACK and SELinux look safe to me, but somebody else should probably
9852 have a look just in case.
9853
9854 Based on original patch from Vegard Nossum <vegard.nossum@oracle.com>
9855 modified for the case that apparmor provides null termination.
9856
9857 Fixes: bb646cdb12e75d82258c2f2e7746d5952d3e321a
9858 Reported-by: Vegard Nossum <vegard.nossum@oracle.com>
9859 Cc: Al Viro <viro@zeniv.linux.org.uk>
9860 Cc: John Johansen <john.johansen@canonical.com>
9861 Cc: Paul Moore <paul@paul-moore.com>
9862 Cc: Stephen Smalley <sds@tycho.nsa.gov>
9863 Cc: Eric Paris <eparis@parisplace.org>
9864 Cc: Casey Schaufler <casey@schaufler-ca.com>
9865 Cc: stable@kernel.org
9866 Signed-off-by: John Johansen <john.johansen@canonical.com>
9867 Reviewed-by: Tyler Hicks <tyhicks@canonical.com>
9868 Signed-off-by: James Morris <james.l.morris@oracle.com>
9869
9870 security/apparmor/lsm.c | 36 +++++++++++++++++++-----------------
9871 1 file changed, 19 insertions(+), 17 deletions(-)
9872
9873commit cf7f94ad6c32ff91363641573a64c85f4877e290
9874Merge: 7765cd9 50212d6
9875Author: Brad Spengler <spender@grsecurity.net>
9876Date: Mon Jul 11 18:39:35 2016 -0400
9877
9878 Merge branch 'pax-test' into grsec-test
9879
9880commit 50212d610aeb6ced453e1835c169c46acdf3940d
9881Merge: 98d6186 310ca59
9882Author: Brad Spengler <spender@grsecurity.net>
9883Date: Mon Jul 11 18:39:08 2016 -0400
9884
9885 Merge branch 'linux-4.6.y' into pax-test
9886
9887commit 7765cd90c911e58959451529995ea44b7a2271d6
9888Author: Brad Spengler <spender@grsecurity.net>
9889Date: Thu Jul 7 07:12:54 2016 -0400
9890
9891 Compile fix reported by adminwset on the forums:
9892 https://forums.grsecurity.net/viewtopic.php?t=4507&p=16420#p16420
9893
9894 fs/proc/task_mmu.c | 2 +-
9895 1 file changed, 1 insertion(+), 1 deletion(-)
9896
9897commit c94fbc6f47fdae9a2dcf29d3048c8da8752dbbdf
9898Author: Brad Spengler <spender@grsecurity.net>
9899Date: Wed Jul 6 21:11:33 2016 -0400
9900
9901 compile fix
9902
9903 arch/x86/mm/init_32.c | 1 -
9904 1 file changed, 1 deletion(-)
9905
9906commit ee4f4cdd26864ac40ac22b4a3b88f284a6d057d0
9907Author: Miklos Szeredi <mszeredi@redhat.com>
9908Date: Wed Jun 29 16:03:55 2016 +0200
9909
9910 ovl: get_write_access() in truncate
9911
9912 When truncating a file we should check write access on the underlying
9913 inode. And we should do so on the lower file as well (before copy-up) for
9914 consistency.
9915
9916 Original patch and test case by Aihua Zhang.
9917
9918 - - >o >o - - test.c - - >o >o - -
9919 #include <stdio.h>
9920 #include <errno.h>
9921 #include <unistd.h>
9922
9923 int main(int argc, char *argv[])
9924 {
9925 int ret;
9926
9927 ret = truncate(argv[0], 4096);
9928 if (ret != -1) {
9929 fprintf(stderr, "truncate(argv[0]) should have failed\n");
9930 return 1;
9931 }
9932 if (errno != ETXTBSY) {
9933 perror("truncate(argv[0])");
9934 return 1;
9935 }
9936
9937 return 0;
9938 }
9939 - - >o >o - - >o >o - - >o >o - -
9940
9941 Reported-by: Aihua Zhang <zhangaihua1@huawei.com>
9942 Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
9943 Cc: <stable@vger.kernel.org>
9944
9945 fs/overlayfs/inode.c | 21 +++++++++++++++++++++
9946 1 file changed, 21 insertions(+)
9947
9948commit 4585d082282707fbe91025c987bd8cef4152196d
9949Author: Vivek Goyal <vgoyal@redhat.com>
9950Date: Fri Jul 1 10:02:44 2016 -0400
9951
9952 ovl: warn instead of error if d_type is not supported
9953
9954 overlay needs underlying fs to support d_type. Recently I put in a
9955 patch in to detect this condition and started failing mount if
9956 underlying fs did not support d_type.
9957
9958 But this breaks existing configurations over kernel upgrade. Those who
9959 are running docker (partially broken configuration) with xfs not
9960 supporting d_type, are surprised that after kernel upgrade docker does
9961 not run anymore.
9962
9963 https://github.com/docker/docker/issues/22937#issuecomment-229881315
9964
9965 So instead of erroring out, detect broken configuration and warn
9966 about it. This should allow existing docker setups to continue
9967 working after kernel upgrade.
9968
9969 Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
9970 Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
9971 Fixes: 45aebeaf4f67 ("ovl: Ensure upper filesystem supports d_type")
9972 Cc: <stable@vger.kernel.org> 4.6
9973
9974 fs/overlayfs/super.c | 12 +++++++-----
9975 1 file changed, 7 insertions(+), 5 deletions(-)
9976
9977commit 97bb95801d1ce86dafd1a59483803aba5b93e7c0
9978Author: Randy Dunlap <rdunlap@infradead.org>
9979Date: Wed Jul 6 16:06:53 2016 -0700
9980
9981 init/Kconfig: keep Expert users menu together
9982
9983 The "expert" menu was broken (split) such that all entries in it after
9984 KALLSYMS were displayed in the "General setup" area instead of in the
9985 "Expert users" area. Fix this by adding one kconfig dependency.
9986
9987 Yes, the Expert users menu is fragile. Problems like this have happened
9988 several times in the past. I will attempt to isolate the Expert users
9989 menu if there is interest in that.
9990
9991 Fixes: 4d5d5664c900 ("x86: kallsyms: disable absolute percpu symbols on !SMP")
9992 Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
9993 Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
9994 Cc: stable@vger.kernel.org # 4.6
9995 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9996
9997 init/Kconfig | 1 +
9998 1 file changed, 1 insertion(+)
9999
10000commit 616a19ea32197667494240e8afc0de98d28fdd47
10001Merge: 769cc1b 98d6186
10002Author: Brad Spengler <spender@grsecurity.net>
10003Date: Wed Jul 6 20:41:51 2016 -0400
10004
10005 Merge branch 'pax-test' into grsec-test
10006
10007commit 98d61867ac6a18500bbd9771678138154869cec3
10008Author: Brad Spengler <spender@grsecurity.net>
10009Date: Wed Jul 6 20:29:35 2016 -0400
10010
10011 Update to pax-linux-4.6.3-test10.patch:
10012 - fixed a size overflow false positive in xfrm4_beet_output and xfrm6_beet_output, by Mathias Krause <minipli@ld-linux.so>
10013 - 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)
10014 - fixed a few constification related compile errors on arm/mips, by spender
10015 - updated the size overflow hash table from grsecurity
10016 - fixed an integer truncation bug in __ioremap_caller caught by the size overflow plugin
10017
10018 arch/arm/mach-mmp/mmp2.c | 4 +-
10019 arch/arm/mach-mmp/pxa910.c | 4 +-
10020 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
10021 arch/arm/mm/fault.c | 2 +-
10022 arch/x86/include/asm/efi.h | 5 +
10023 arch/x86/include/asm/pgtable.h | 2 +-
10024 arch/x86/mm/dump_pagetables.c | 32 +++-
10025 arch/x86/mm/init_32.c | 55 +++---
10026 arch/x86/mm/init_64.c | 12 +-
10027 arch/x86/mm/ioremap.c | 2 +-
10028 arch/x86/mm/pageattr.c | 2 +-
10029 drivers/gpu/drm/sti/sti_cursor.c | 4 +-
10030 drivers/gpu/drm/sti/sti_dvo.c | 4 +-
10031 drivers/gpu/drm/sti/sti_gdp.c | 12 +-
10032 drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
10033 drivers/gpu/drm/sti/sti_mixer.c | 8 +-
10034 drivers/gpu/drm/sti/sti_vid.c | 4 +-
10035 drivers/irqchip/irq-mmp.c | 2 +-
10036 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
10037 include/linux/irqchip/mmp.h | 2 +-
10038 net/ipv4/xfrm4_mode_beet.c | 2 +-
10039 net/ipv6/xfrm6_mode_beet.c | 2 +-
10040 .../size_overflow_plugin/size_overflow_hash.data | 203 +++++++++++++++++----
10041 23 files changed, 280 insertions(+), 91 deletions(-)
10042
10043commit 769cc1b850f164d9fd9284898295eb616896d66b
10044Author: Brad Spengler <spender@grsecurity.net>
10045Date: Wed Jul 6 20:08:29 2016 -0400
10046
10047 Fix bug in RBAC learning reported by Andrew Flannery
10048 Nolog/noaudit-type capability checks were handled in a separate
10049 function which did not check if the requestor had the capability in
10050 their effective set. This would cause privileged processes to be
10051 denied use of their capabilities in the small number of instances
10052 these kinds of checks were used (for ptrace_may_access() etc, which
10053 get used in deciding if privileged processes can bypass /proc
10054 restrictions) only when RBAC learning was enabled on the process.
10055
10056 Remove some code duplication in the process of fixing the bug.
10057
10058 grsecurity/gracl_cap.c | 49 +++++++++------------------------------------
10059 grsecurity/grsec_disabled.c | 2 +-
10060 grsecurity/grsec_exec.c | 9 ++++-----
10061 include/linux/grsecurity.h | 4 ++--
10062 kernel/capability.c | 2 +-
10063 kernel/sys.c | 4 ++--
10064 6 files changed, 19 insertions(+), 51 deletions(-)
10065
10066commit 244fda357c13b44ac2d174713205863c552eb30d
10067Author: Brad Spengler <spender@grsecurity.net>
10068Date: Wed Jul 6 07:19:26 2016 -0400
10069
10070 Compile fix for recent /proc/pid/mem changes, reported by adminwset at
10071 https://forums.grsecurity.net/viewtopic.php?t=4505&p=16415#p16415
10072
10073 fs/proc/base.c | 2 +-
10074 fs/proc/internal.h | 2 +-
10075 include/linux/sched.h | 2 ++
10076 3 files changed, 4 insertions(+), 2 deletions(-)
10077
10078commit 5bd1344d3f28c5402bcd85972bb520a5baaf612c
10079Author: Brad Spengler <spender@grsecurity.net>
10080Date: Sun Jul 3 21:27:25 2016 -0400
10081
10082 Initial import of grsecurity for Linux 4.6.3
10083
10084 Documentation/dontdiff | 2 +
10085 Documentation/kernel-parameters.txt | 11 +
10086 Documentation/sysctl/kernel.txt | 15 +
10087 Makefile | 5 +-
10088 arch/alpha/include/asm/cache.h | 4 +-
10089 arch/alpha/kernel/osf_sys.c | 12 +-
10090 arch/arc/Kconfig | 1 +
10091 arch/arm/Kconfig | 1 +
10092 arch/arm/Kconfig.debug | 1 +
10093 arch/arm/include/asm/thread_info.h | 7 +-
10094 arch/arm/kernel/entry-common.S | 8 +-
10095 arch/arm/kernel/process.c | 4 +-
10096 arch/arm/kernel/ptrace.c | 9 +
10097 arch/arm/kernel/traps.c | 7 +-
10098 arch/arm/mach-mmp/mmp2.c | 4 +-
10099 arch/arm/mach-mmp/pxa910.c | 4 +-
10100 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
10101 arch/arm/mm/Kconfig | 4 +-
10102 arch/arm/mm/alignment.c | 24 +-
10103 arch/arm/mm/fault.c | 42 +-
10104 arch/arm/mm/mmap.c | 8 +-
10105 arch/arm/net/bpf_jit_32.c | 51 +-
10106 arch/arm64/Kconfig.debug | 1 +
10107 arch/avr32/include/asm/cache.h | 4 +-
10108 arch/blackfin/Kconfig.debug | 1 +
10109 arch/blackfin/include/asm/cache.h | 3 +-
10110 arch/cris/include/arch-v10/arch/cache.h | 3 +-
10111 arch/cris/include/arch-v32/arch/cache.h | 3 +-
10112 arch/frv/include/asm/cache.h | 3 +-
10113 arch/frv/mm/elf-fdpic.c | 4 +-
10114 arch/hexagon/include/asm/cache.h | 6 +-
10115 arch/ia64/Kconfig | 1 +
10116 arch/ia64/include/asm/cache.h | 3 +-
10117 arch/ia64/kernel/sys_ia64.c | 2 +
10118 arch/ia64/mm/hugetlbpage.c | 2 +
10119 arch/m32r/include/asm/cache.h | 4 +-
10120 arch/m68k/include/asm/cache.h | 4 +-
10121 arch/metag/mm/hugetlbpage.c | 1 +
10122 arch/microblaze/include/asm/cache.h | 3 +-
10123 arch/mips/Kbuild | 2 +-
10124 arch/mips/Kconfig | 1 +
10125 arch/mips/include/asm/irq.h | 1 -
10126 arch/mips/include/asm/thread_info.h | 11 +-
10127 arch/mips/kernel/irq.c | 3 +
10128 arch/mips/kernel/ptrace.c | 9 +
10129 arch/mips/mm/mmap.c | 4 +-
10130 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
10131 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
10132 arch/openrisc/include/asm/cache.h | 4 +-
10133 arch/parisc/include/asm/cache.h | 3 +
10134 arch/parisc/kernel/sys_parisc.c | 4 +
10135 arch/powerpc/Kconfig | 1 +
10136 arch/powerpc/include/asm/cache.h | 4 +-
10137 arch/powerpc/include/asm/thread_info.h | 5 +-
10138 arch/powerpc/kernel/Makefile | 2 +
10139 arch/powerpc/kernel/irq.c | 3 +
10140 arch/powerpc/kernel/process.c | 10 +-
10141 arch/powerpc/kernel/ptrace.c | 14 +
10142 arch/powerpc/kernel/traps.c | 5 +
10143 arch/powerpc/mm/slice.c | 2 +-
10144 arch/s390/Kconfig.debug | 1 +
10145 arch/s390/include/asm/cache.h | 4 +-
10146 arch/score/include/asm/cache.h | 4 +-
10147 arch/sh/include/asm/cache.h | 3 +-
10148 arch/sh/mm/mmap.c | 6 +-
10149 arch/sparc/include/asm/atomic_64.h | 5 +
10150 arch/sparc/include/asm/cache.h | 4 +-
10151 arch/sparc/include/asm/pgalloc_64.h | 1 +
10152 arch/sparc/include/asm/thread_info_64.h | 8 +-
10153 arch/sparc/kernel/process_32.c | 6 +-
10154 arch/sparc/kernel/process_64.c | 8 +-
10155 arch/sparc/kernel/ptrace_64.c | 14 +
10156 arch/sparc/kernel/sys_sparc_64.c | 8 +-
10157 arch/sparc/kernel/syscalls.S | 8 +-
10158 arch/sparc/kernel/traps_32.c | 8 +-
10159 arch/sparc/kernel/traps_64.c | 28 +-
10160 arch/sparc/kernel/unaligned_64.c | 2 +-
10161 arch/sparc/lib/atomic_64.S | 2 +-
10162 arch/sparc/lib/ksyms.c | 4 +-
10163 arch/sparc/mm/fault_64.c | 2 +-
10164 arch/sparc/mm/hugetlbpage.c | 15 +-
10165 arch/tile/Kconfig | 1 +
10166 arch/tile/include/asm/cache.h | 3 +-
10167 arch/tile/mm/hugetlbpage.c | 2 +
10168 arch/um/include/asm/cache.h | 3 +-
10169 arch/unicore32/include/asm/cache.h | 6 +-
10170 arch/x86/Kconfig | 21 +
10171 arch/x86/Kconfig.debug | 2 +
10172 arch/x86/entry/common.c | 14 +
10173 arch/x86/entry/entry_32.S | 2 +-
10174 arch/x86/entry/entry_64.S | 2 +-
10175 arch/x86/ia32/ia32_aout.c | 2 +
10176 arch/x86/include/asm/floppy.h | 20 +-
10177 arch/x86/include/asm/fpu/types.h | 69 +-
10178 arch/x86/include/asm/io.h | 2 +-
10179 arch/x86/include/asm/page.h | 12 +-
10180 arch/x86/include/asm/paravirt_types.h | 21 +-
10181 arch/x86/include/asm/processor.h | 12 +-
10182 arch/x86/include/asm/thread_info.h | 6 +-
10183 arch/x86/kernel/dumpstack.c | 10 +-
10184 arch/x86/kernel/dumpstack_32.c | 2 +-
10185 arch/x86/kernel/dumpstack_64.c | 2 +-
10186 arch/x86/kernel/ioport.c | 13 +
10187 arch/x86/kernel/irq_32.c | 3 +
10188 arch/x86/kernel/irq_64.c | 4 +
10189 arch/x86/kernel/ldt.c | 18 +
10190 arch/x86/kernel/msr.c | 12 +
10191 arch/x86/kernel/ptrace.c | 14 +
10192 arch/x86/kernel/signal.c | 9 +-
10193 arch/x86/kernel/sys_i386_32.c | 9 +-
10194 arch/x86/kernel/sys_x86_64.c | 8 +-
10195 arch/x86/kernel/traps.c | 5 +
10196 arch/x86/kernel/verify_cpu.S | 1 +
10197 arch/x86/kernel/vm86_32.c | 15 +
10198 arch/x86/mm/fault.c | 12 +-
10199 arch/x86/mm/hugetlbpage.c | 15 +-
10200 arch/x86/mm/init.c | 51 +-
10201 arch/x86/mm/init_32.c | 10 +-
10202 arch/x86/net/bpf_jit_comp.c | 4 +
10203 arch/x86/platform/efi/efi_64.c | 2 +-
10204 arch/x86/xen/Kconfig | 1 +
10205 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
10206 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
10207 crypto/scatterwalk.c | 10 +-
10208 drivers/acpi/acpica/hwxfsleep.c | 11 +-
10209 drivers/acpi/custom_method.c | 4 +
10210 drivers/block/cciss.h | 30 +-
10211 drivers/block/smart1,2.h | 40 +-
10212 drivers/cdrom/cdrom.c | 2 +-
10213 drivers/char/Kconfig | 4 +-
10214 drivers/char/genrtc.c | 1 +
10215 drivers/char/mem.c | 17 +
10216 drivers/char/random.c | 5 +-
10217 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
10218 drivers/firewire/ohci.c | 4 +
10219 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 80 +-
10220 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
10221 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
10222 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
10223 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
10224 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
10225 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
10226 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
10227 drivers/gpu/drm/sti/sti_cursor.c | 6 +-
10228 drivers/gpu/drm/sti/sti_dvo.c | 6 +-
10229 drivers/gpu/drm/sti/sti_gdp.c | 6 +-
10230 drivers/gpu/drm/sti/sti_hda.c | 6 +-
10231 drivers/gpu/drm/sti/sti_hdmi.c | 6 +-
10232 drivers/gpu/drm/sti/sti_hqvdp.c | 6 +-
10233 drivers/gpu/drm/sti/sti_mixer.c | 6 +-
10234 drivers/gpu/drm/sti/sti_tvout.c | 6 +-
10235 drivers/gpu/drm/sti/sti_vid.c | 6 +-
10236 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
10237 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
10238 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
10239 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
10240 drivers/hid/hid-wiimote-debug.c | 2 +-
10241 drivers/hid/usbhid/hiddev.c | 10 +-
10242 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 160 +-
10243 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
10244 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
10245 drivers/iommu/Kconfig | 1 +
10246 drivers/iommu/amd_iommu.c | 14 +-
10247 drivers/irqchip/irq-mmp.c | 2 +-
10248 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
10249 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
10250 drivers/isdn/gigaset/usb-gigaset.c | 34 +-
10251 drivers/isdn/i4l/isdn_concap.c | 6 +-
10252 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
10253 drivers/md/bcache/Kconfig | 1 +
10254 drivers/md/raid5.c | 8 +
10255 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
10256 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
10257 drivers/media/radio/radio-cadet.c | 5 +-
10258 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
10259 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
10260 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
10261 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
10262 drivers/message/fusion/mptbase.c | 9 +
10263 drivers/misc/sgi-xp/xp_main.c | 12 +-
10264 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 6 +-
10265 drivers/mtd/nand/brcmnand/iproc_nand.c | 8 +-
10266 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
10267 drivers/net/wan/lmc/lmc_media.c | 97 +-
10268 drivers/net/wan/z85230.c | 24 +-
10269 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
10270 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
10271 drivers/pci/proc.c | 9 +
10272 drivers/platform/x86/asus-wmi.c | 12 +
10273 drivers/rtc/rtc-dev.c | 3 +
10274 drivers/scsi/bfa/bfa_fcs.c | 19 +-
10275 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
10276 drivers/scsi/bfa/bfa_modules.h | 12 +-
10277 drivers/scsi/hpsa.h | 40 +-
10278 drivers/staging/lustre/lnet/libcfs/module.c | 10 +-
10279 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
10280 drivers/staging/wilc1000/host_interface.h | 1 +
10281 drivers/staging/wilc1000/wilc_spi.c | 1 +
10282 drivers/tty/serial/uartlite.c | 4 +-
10283 drivers/tty/sysrq.c | 2 +-
10284 drivers/tty/tty_io.c | 4 +
10285 drivers/tty/vt/keyboard.c | 22 +-
10286 drivers/uio/uio.c | 6 +-
10287 drivers/usb/core/devio.c | 9 +-
10288 drivers/usb/core/hub.c | 5 +
10289 drivers/usb/gadget/function/f_uac1.c | 1 +
10290 drivers/usb/gadget/function/u_uac1.c | 1 +
10291 drivers/usb/host/hwa-hc.c | 9 +-
10292 drivers/usb/usbip/vhci_sysfs.c | 2 +-
10293 drivers/video/fbdev/arcfb.c | 2 +-
10294 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
10295 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
10296 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
10297 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
10298 drivers/xen/xenfs/xenstored.c | 5 +
10299 firmware/Makefile | 2 +
10300 firmware/WHENCE | 20 +-
10301 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
10302 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
10303 fs/attr.c | 4 +
10304 fs/autofs4/waitq.c | 9 +
10305 fs/binfmt_aout.c | 7 +
10306 fs/binfmt_elf.c | 40 +-
10307 fs/compat.c | 20 +-
10308 fs/coredump.c | 17 +-
10309 fs/dcache.c | 3 +
10310 fs/debugfs/inode.c | 19 +-
10311 fs/exec.c | 249 +-
10312 fs/ext2/balloc.c | 4 +-
10313 fs/ext2/super.c | 8 +-
10314 fs/ext4/balloc.c | 4 +-
10315 fs/ext4/extents.c | 2 +-
10316 fs/fcntl.c | 4 +
10317 fs/fhandle.c | 3 +-
10318 fs/file.c | 4 +
10319 fs/filesystems.c | 4 +
10320 fs/fs_struct.c | 20 +-
10321 fs/hugetlbfs/inode.c | 5 +-
10322 fs/inode.c | 8 +-
10323 fs/kernfs/dir.c | 6 +
10324 fs/mount.h | 4 +-
10325 fs/namei.c | 292 +-
10326 fs/namespace.c | 24 +
10327 fs/nfsd/nfs2acl.c | 20 +-
10328 fs/nfsd/nfs3acl.c | 16 +-
10329 fs/nfsd/nfs4acl.c | 16 +-
10330 fs/nfsd/nfscache.c | 2 +-
10331 fs/open.c | 38 +
10332 fs/overlayfs/inode.c | 3 +
10333 fs/overlayfs/super.c | 6 +-
10334 fs/pipe.c | 2 +-
10335 fs/posix_acl.c | 61 +-
10336 fs/proc/Kconfig | 10 +-
10337 fs/proc/array.c | 67 +-
10338 fs/proc/base.c | 193 +-
10339 fs/proc/cmdline.c | 4 +
10340 fs/proc/devices.c | 4 +
10341 fs/proc/fd.c | 13 +-
10342 fs/proc/generic.c | 64 +
10343 fs/proc/inode.c | 17 +
10344 fs/proc/internal.h | 18 +-
10345 fs/proc/interrupts.c | 4 +
10346 fs/proc/kcore.c | 3 +
10347 fs/proc/proc_net.c | 31 +
10348 fs/proc/proc_sysctl.c | 52 +-
10349 fs/proc/root.c | 8 +
10350 fs/proc/stat.c | 69 +-
10351 fs/proc/task_mmu.c | 85 +-
10352 fs/proc/task_nommu.c | 2 +-
10353 fs/readdir.c | 19 +
10354 fs/reiserfs/item_ops.c | 24 +-
10355 fs/reiserfs/super.c | 4 +
10356 fs/select.c | 2 +
10357 fs/seq_file.c | 31 +-
10358 fs/stat.c | 20 +-
10359 fs/sysfs/dir.c | 30 +-
10360 fs/utimes.c | 7 +
10361 fs/xattr.c | 26 +-
10362 fs/xfs/xfs_icache.c | 60 +-
10363 fs/xfs/xfs_inode.c | 13 +
10364 grsecurity/Kconfig | 1205 ++++
10365 grsecurity/Makefile | 54 +
10366 grsecurity/gracl.c | 2757 +++++++++
10367 grsecurity/gracl_alloc.c | 105 +
10368 grsecurity/gracl_cap.c | 127 +
10369 grsecurity/gracl_compat.c | 269 +
10370 grsecurity/gracl_fs.c | 448 ++
10371 grsecurity/gracl_ip.c | 387 ++
10372 grsecurity/gracl_learn.c | 207 +
10373 grsecurity/gracl_policy.c | 1784 ++++++
10374 grsecurity/gracl_res.c | 68 +
10375 grsecurity/gracl_segv.c | 306 +
10376 grsecurity/gracl_shm.c | 40 +
10377 grsecurity/grsec_chdir.c | 19 +
10378 grsecurity/grsec_chroot.c | 506 ++
10379 grsecurity/grsec_disabled.c | 445 ++
10380 grsecurity/grsec_exec.c | 189 +
10381 grsecurity/grsec_fifo.c | 26 +
10382 grsecurity/grsec_fork.c | 23 +
10383 grsecurity/grsec_init.c | 294 +
10384 grsecurity/grsec_ipc.c | 48 +
10385 grsecurity/grsec_link.c | 65 +
10386 grsecurity/grsec_log.c | 340 +
10387 grsecurity/grsec_mem.c | 48 +
10388 grsecurity/grsec_mount.c | 65 +
10389 grsecurity/grsec_pax.c | 47 +
10390 grsecurity/grsec_proc.c | 20 +
10391 grsecurity/grsec_ptrace.c | 30 +
10392 grsecurity/grsec_sig.c | 248 +
10393 grsecurity/grsec_sock.c | 244 +
10394 grsecurity/grsec_sysctl.c | 497 ++
10395 grsecurity/grsec_time.c | 16 +
10396 grsecurity/grsec_tpe.c | 78 +
10397 grsecurity/grsec_tty.c | 18 +
10398 grsecurity/grsec_usb.c | 15 +
10399 grsecurity/grsum.c | 56 +
10400 include/drm/drm_modeset_helper_vtables.h | 1 +
10401 include/linux/binfmts.h | 5 +-
10402 include/linux/capability.h | 13 +
10403 include/linux/compiler-gcc.h | 5 +
10404 include/linux/compiler.h | 8 +
10405 include/linux/cred.h | 8 +-
10406 include/linux/dcache.h | 5 +-
10407 include/linux/fs.h | 24 +-
10408 include/linux/fs_struct.h | 2 +-
10409 include/linux/fsnotify.h | 6 +
10410 include/linux/gracl.h | 342 ++
10411 include/linux/gracl_compat.h | 156 +
10412 include/linux/gralloc.h | 9 +
10413 include/linux/grdefs.h | 140 +
10414 include/linux/grinternal.h | 231 +
10415 include/linux/grmsg.h | 120 +
10416 include/linux/grsecurity.h | 259 +
10417 include/linux/grsock.h | 19 +
10418 include/linux/ipc.h | 2 +-
10419 include/linux/ipc_namespace.h | 2 +-
10420 include/linux/kallsyms.h | 18 +-
10421 include/linux/key-type.h | 4 +-
10422 include/linux/kmod.h | 5 +
10423 include/linux/kobject.h | 2 +-
10424 include/linux/lsm_hooks.h | 4 +-
10425 include/linux/mm.h | 12 +
10426 include/linux/mm_types.h | 4 +-
10427 include/linux/module.h | 5 +-
10428 include/linux/mount.h | 2 +-
10429 include/linux/msg.h | 2 +-
10430 include/linux/netfilter/xt_gradm.h | 9 +
10431 include/linux/path.h | 4 +-
10432 include/linux/perf_event.h | 13 +-
10433 include/linux/pid_namespace.h | 2 +-
10434 include/linux/printk.h | 2 +-
10435 include/linux/proc_fs.h | 22 +-
10436 include/linux/proc_ns.h | 2 +-
10437 include/linux/random.h | 2 +-
10438 include/linux/rbtree_augmented.h | 4 +-
10439 include/linux/scatterlist.h | 12 +-
10440 include/linux/sched.h | 135 +-
10441 include/linux/security.h | 1 +
10442 include/linux/sem.h | 2 +-
10443 include/linux/seq_file.h | 5 +
10444 include/linux/shm.h | 6 +-
10445 include/linux/skbuff.h | 3 +
10446 include/linux/slab.h | 9 -
10447 include/linux/sysctl.h | 8 +-
10448 include/linux/thread_info.h | 6 +-
10449 include/linux/tty.h | 2 +-
10450 include/linux/tty_driver.h | 4 +-
10451 include/linux/uidgid.h | 6 +
10452 include/linux/user_namespace.h | 2 +-
10453 include/linux/utsname.h | 2 +-
10454 include/linux/vermagic.h | 16 +-
10455 include/linux/vmalloc.h | 8 +
10456 include/net/af_unix.h | 2 +-
10457 include/net/ip.h | 2 +-
10458 include/net/neighbour.h | 2 +-
10459 include/net/net_namespace.h | 2 +-
10460 include/net/sock.h | 2 +-
10461 include/trace/events/fs.h | 53 +
10462 include/uapi/linux/personality.h | 1 +
10463 init/Kconfig | 5 +-
10464 init/main.c | 46 +-
10465 ipc/mqueue.c | 1 +
10466 ipc/msg.c | 3 +-
10467 ipc/msgutil.c | 4 +-
10468 ipc/sem.c | 3 +-
10469 ipc/shm.c | 26 +-
10470 ipc/util.c | 6 +
10471 kernel/auditsc.c | 2 +-
10472 kernel/bpf/syscall.c | 10 +-
10473 kernel/capability.c | 41 +-
10474 kernel/cgroup.c | 5 +-
10475 kernel/compat.c | 1 +
10476 kernel/configs.c | 11 +
10477 kernel/cred.c | 112 +-
10478 kernel/events/core.c | 14 +-
10479 kernel/exit.c | 10 +-
10480 kernel/fork.c | 92 +-
10481 kernel/futex.c | 4 +-
10482 kernel/kallsyms.c | 9 +
10483 kernel/kcmp.c | 4 +
10484 kernel/kexec_core.c | 2 +-
10485 kernel/kmod.c | 96 +-
10486 kernel/kprobes.c | 9 +-
10487 kernel/ksysfs.c | 2 +
10488 kernel/locking/lockdep_proc.c | 10 +-
10489 kernel/module.c | 108 +-
10490 kernel/panic.c | 6 +-
10491 kernel/pid.c | 18 +-
10492 kernel/power/Kconfig | 2 +
10493 kernel/printk/printk.c | 7 +-
10494 kernel/ptrace.c | 50 +-
10495 kernel/resource.c | 10 +
10496 kernel/sched/core.c | 9 +-
10497 kernel/sched/debug.c | 4 +
10498 kernel/signal.c | 37 +-
10499 kernel/sys.c | 64 +-
10500 kernel/sysctl.c | 174 +-
10501 kernel/taskstats.c | 6 +
10502 kernel/time/posix-timers.c | 8 +
10503 kernel/time/time.c | 5 +
10504 kernel/time/timekeeping.c | 3 +
10505 kernel/time/timer_list.c | 13 +-
10506 kernel/time/timer_stats.c | 10 +-
10507 kernel/trace/Kconfig | 6 +
10508 kernel/trace/trace_syscalls.c | 8 +
10509 kernel/user_namespace.c | 15 +
10510 lib/Kconfig.debug | 13 +-
10511 lib/is_single_threaded.c | 3 +
10512 lib/list_debug.c | 65 +-
10513 lib/nlattr.c | 2 +
10514 lib/rbtree.c | 4 +-
10515 lib/vsprintf.c | 39 +-
10516 localversion-grsec | 1 +
10517 mm/Kconfig | 8 +-
10518 mm/Kconfig.debug | 1 +
10519 mm/filemap.c | 1 +
10520 mm/kmemleak.c | 4 +-
10521 mm/memory.c | 2 +-
10522 mm/mempolicy.c | 12 +-
10523 mm/migrate.c | 3 +-
10524 mm/mlock.c | 11 +-
10525 mm/mmap.c | 124 +-
10526 mm/mprotect.c | 8 +
10527 mm/page_alloc.c | 2 +-
10528 mm/percpu.c | 73 +-
10529 mm/process_vm_access.c | 6 +
10530 mm/shmem.c | 2 +-
10531 mm/slab.c | 14 +-
10532 mm/slab_common.c | 2 +-
10533 mm/slob.c | 12 +
10534 mm/slub.c | 33 +-
10535 mm/util.c | 3 +
10536 mm/vmalloc.c | 84 +-
10537 mm/vmstat.c | 29 +-
10538 net/appletalk/atalk_proc.c | 2 +-
10539 net/atm/lec.c | 6 +-
10540 net/atm/mpoa_caches.c | 43 +-
10541 net/can/bcm.c | 2 +-
10542 net/can/proc.c | 2 +-
10543 net/core/dev_ioctl.c | 7 +-
10544 net/core/filter.c | 8 +-
10545 net/core/net-procfs.c | 17 +-
10546 net/core/pktgen.c | 2 +-
10547 net/core/sock.c | 23 +-
10548 net/core/sysctl_net_core.c | 2 +-
10549 net/decnet/dn_dev.c | 2 +-
10550 net/ipv4/devinet.c | 6 +-
10551 net/ipv4/inet_hashtables.c | 6 +
10552 net/ipv4/ip_input.c | 7 +
10553 net/ipv4/ip_sockglue.c | 3 +-
10554 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
10555 net/ipv4/route.c | 6 +-
10556 net/ipv4/tcp_input.c | 6 +-
10557 net/ipv4/tcp_ipv4.c | 24 +-
10558 net/ipv4/tcp_minisocks.c | 9 +-
10559 net/ipv4/tcp_timer.c | 11 +
10560 net/ipv4/udp.c | 24 +
10561 net/ipv6/addrconf.c | 13 +-
10562 net/ipv6/proc.c | 2 +-
10563 net/ipv6/tcp_ipv6.c | 23 +-
10564 net/ipv6/udp.c | 7 +
10565 net/ipx/ipx_proc.c | 2 +-
10566 net/irda/irproc.c | 2 +-
10567 net/llc/llc_proc.c | 2 +-
10568 net/netfilter/Kconfig | 10 +
10569 net/netfilter/Makefile | 1 +
10570 net/netfilter/xt_gradm.c | 51 +
10571 net/netfilter/xt_hashlimit.c | 4 +-
10572 net/netfilter/xt_recent.c | 2 +-
10573 net/socket.c | 75 +-
10574 net/sunrpc/Kconfig | 1 +
10575 net/sunrpc/cache.c | 2 +-
10576 net/sunrpc/stats.c | 2 +-
10577 net/sysctl_net.c | 2 +-
10578 net/unix/af_unix.c | 52 +-
10579 net/vmw_vsock/vmci_transport_notify.c | 30 +-
10580 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
10581 net/x25/sysctl_net_x25.c | 2 +-
10582 net/x25/x25_proc.c | 2 +-
10583 scripts/Makefile.gcc-plugins | 5 +
10584 scripts/gcc-plugins/.gitignore | 1 +
10585 scripts/gcc-plugins/Makefile | 10 +
10586 scripts/gcc-plugins/gen-random-seed.sh | 8 +
10587 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
10588 .../size_overflow_plugin/size_overflow_hash.data | 724 ++-
10589 scripts/package/Makefile | 2 +-
10590 scripts/package/mkspec | 41 +-
10591 security/Kconfig | 364 +-
10592 security/apparmor/file.c | 4 +-
10593 security/apparmor/lsm.c | 8 +-
10594 security/commoncap.c | 29 +
10595 security/keys/internal.h | 2 +-
10596 security/keys/key.c | 2 +-
10597 security/min_addr.c | 2 +
10598 security/tomoyo/file.c | 12 +-
10599 security/tomoyo/mount.c | 4 +
10600 security/tomoyo/tomoyo.c | 20 +-
10601 security/yama/Kconfig | 2 +-
10602 sound/synth/emux/emux_seq.c | 14 +-
10603 sound/usb/line6/driver.c | 40 +-
10604 sound/usb/line6/toneport.c | 12 +-
10605 521 files changed, 33285 insertions(+), 3355 deletions(-)
10606
10607commit 96b2aa21ce8de62dfa0ee023b2cd20928f5021a1
10608Author: Brad Spengler <spender@grsecurity.net>
10609Date: Sat Jul 2 09:03:17 2016 -0400
10610
10611 Initial commit of pax-linux-4.6.3-test9.patch
10612
10613 .gitignore | 1 +
10614 Documentation/dontdiff | 46 +-
10615 Documentation/kbuild/makefiles.txt | 39 +-
10616 Documentation/kernel-parameters.txt | 28 +
10617 Makefile | 20 +-
10618 arch/Kconfig | 14 +
10619 arch/alpha/include/asm/atomic.h | 10 +
10620 arch/alpha/include/asm/elf.h | 7 +
10621 arch/alpha/include/asm/pgalloc.h | 6 +
10622 arch/alpha/include/asm/pgtable.h | 11 +
10623 arch/alpha/kernel/module.c | 2 +-
10624 arch/alpha/kernel/osf_sys.c | 8 +-
10625 arch/alpha/mm/fault.c | 141 +-
10626 arch/arm/Kconfig | 6 +-
10627 arch/arm/boot/compressed/Makefile | 2 +
10628 arch/arm/include/asm/atomic.h | 323 +-
10629 arch/arm/include/asm/cache.h | 4 +-
10630 arch/arm/include/asm/cacheflush.h | 2 +-
10631 arch/arm/include/asm/checksum.h | 14 +-
10632 arch/arm/include/asm/cmpxchg.h | 4 +
10633 arch/arm/include/asm/cpuidle.h | 2 +-
10634 arch/arm/include/asm/domain.h | 42 +-
10635 arch/arm/include/asm/elf.h | 9 +-
10636 arch/arm/include/asm/fncpy.h | 2 +
10637 arch/arm/include/asm/futex.h | 1 +
10638 arch/arm/include/asm/kmap_types.h | 2 +-
10639 arch/arm/include/asm/mach/dma.h | 2 +-
10640 arch/arm/include/asm/mach/map.h | 16 +-
10641 arch/arm/include/asm/outercache.h | 2 +-
10642 arch/arm/include/asm/page.h | 3 +-
10643 arch/arm/include/asm/pgalloc.h | 20 +
10644 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
10645 arch/arm/include/asm/pgtable-2level.h | 3 +
10646 arch/arm/include/asm/pgtable-3level.h | 3 +
10647 arch/arm/include/asm/pgtable.h | 54 +-
10648 arch/arm/include/asm/smp.h | 2 +-
10649 arch/arm/include/asm/string.h | 10 +-
10650 arch/arm/include/asm/thread_info.h | 3 +
10651 arch/arm/include/asm/tls.h | 3 +
10652 arch/arm/include/asm/uaccess.h | 113 +-
10653 arch/arm/include/uapi/asm/ptrace.h | 2 +-
10654 arch/arm/kernel/armksyms.c | 2 +-
10655 arch/arm/kernel/cpuidle.c | 2 +-
10656 arch/arm/kernel/entry-armv.S | 109 +-
10657 arch/arm/kernel/entry-common.S | 40 +-
10658 arch/arm/kernel/entry-header.S | 55 +
10659 arch/arm/kernel/fiq.c | 3 +
10660 arch/arm/kernel/module-plts.c | 7 +-
10661 arch/arm/kernel/module.c | 38 +-
10662 arch/arm/kernel/patch.c | 2 +
10663 arch/arm/kernel/process.c | 86 +-
10664 arch/arm/kernel/reboot.c | 1 +
10665 arch/arm/kernel/setup.c | 20 +-
10666 arch/arm/kernel/signal.c | 35 +-
10667 arch/arm/kernel/smp.c | 2 +-
10668 arch/arm/kernel/tcm.c | 4 +-
10669 arch/arm/kernel/vmlinux.lds.S | 6 +-
10670 arch/arm/kvm/arm.c | 8 +-
10671 arch/arm/lib/copy_page.S | 1 +
10672 arch/arm/lib/csumpartialcopyuser.S | 4 +-
10673 arch/arm/lib/delay.c | 2 +-
10674 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
10675 arch/arm/mach-exynos/suspend.c | 6 +-
10676 arch/arm/mach-mvebu/coherency.c | 4 +-
10677 arch/arm/mach-omap2/board-n8x0.c | 2 +-
10678 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
10679 arch/arm/mach-omap2/omap-smp.c | 1 +
10680 arch/arm/mach-omap2/omap_device.c | 4 +-
10681 arch/arm/mach-omap2/omap_device.h | 4 +-
10682 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
10683 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
10684 arch/arm/mach-omap2/wd_timer.c | 6 +-
10685 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
10686 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
10687 arch/arm/mach-tegra/irq.c | 1 +
10688 arch/arm/mach-ux500/pm.c | 1 +
10689 arch/arm/mach-zynq/platsmp.c | 1 +
10690 arch/arm/mm/Kconfig | 6 +-
10691 arch/arm/mm/cache-l2x0.c | 2 +-
10692 arch/arm/mm/context.c | 10 +-
10693 arch/arm/mm/fault.c | 160 +
10694 arch/arm/mm/fault.h | 12 +
10695 arch/arm/mm/init.c | 39 +
10696 arch/arm/mm/ioremap.c | 4 +-
10697 arch/arm/mm/mmap.c | 36 +-
10698 arch/arm/mm/mmu.c | 162 +-
10699 arch/arm/net/bpf_jit_32.c | 3 +
10700 arch/arm/plat-iop/setup.c | 2 +-
10701 arch/arm/plat-omap/sram.c | 2 +
10702 arch/arm64/Kconfig | 1 +
10703 arch/arm64/include/asm/atomic.h | 10 +
10704 arch/arm64/include/asm/percpu.h | 8 +-
10705 arch/arm64/include/asm/pgalloc.h | 5 +
10706 arch/arm64/include/asm/string.h | 22 +-
10707 arch/arm64/include/asm/uaccess.h | 1 +
10708 arch/arm64/mm/dma-mapping.c | 2 +-
10709 arch/avr32/include/asm/elf.h | 8 +-
10710 arch/avr32/include/asm/kmap_types.h | 4 +-
10711 arch/avr32/mm/fault.c | 27 +
10712 arch/frv/include/asm/atomic.h | 10 +
10713 arch/frv/include/asm/kmap_types.h | 2 +-
10714 arch/frv/mm/elf-fdpic.c | 3 +-
10715 arch/ia64/Makefile | 1 +
10716 arch/ia64/include/asm/atomic.h | 10 +
10717 arch/ia64/include/asm/elf.h | 7 +
10718 arch/ia64/include/asm/pgalloc.h | 12 +
10719 arch/ia64/include/asm/pgtable.h | 13 +-
10720 arch/ia64/include/asm/spinlock.h | 2 +-
10721 arch/ia64/include/asm/uaccess.h | 27 +-
10722 arch/ia64/kernel/module.c | 20 +-
10723 arch/ia64/kernel/palinfo.c | 2 +-
10724 arch/ia64/kernel/sys_ia64.c | 7 +
10725 arch/ia64/kernel/vmlinux.lds.S | 2 +-
10726 arch/ia64/mm/fault.c | 32 +-
10727 arch/ia64/mm/init.c | 15 +-
10728 arch/m32r/lib/usercopy.c | 6 +
10729 arch/mips/Kconfig | 1 +
10730 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
10731 arch/mips/include/asm/atomic.h | 372 +-
10732 arch/mips/include/asm/cache.h | 3 +-
10733 arch/mips/include/asm/elf.h | 7 +
10734 arch/mips/include/asm/exec.h | 2 +-
10735 arch/mips/include/asm/hw_irq.h | 2 +-
10736 arch/mips/include/asm/local.h | 57 +
10737 arch/mips/include/asm/page.h | 2 +-
10738 arch/mips/include/asm/pgalloc.h | 5 +
10739 arch/mips/include/asm/pgtable.h | 3 +
10740 arch/mips/include/asm/uaccess.h | 1 +
10741 arch/mips/kernel/binfmt_elfn32.c | 7 +
10742 arch/mips/kernel/binfmt_elfo32.c | 7 +
10743 arch/mips/kernel/irq-gt641xx.c | 2 +-
10744 arch/mips/kernel/irq.c | 6 +-
10745 arch/mips/kernel/pm-cps.c | 2 +-
10746 arch/mips/kernel/process.c | 12 -
10747 arch/mips/kernel/sync-r4k.c | 24 +-
10748 arch/mips/kernel/traps.c | 13 +-
10749 arch/mips/lib/ashldi3.c | 21 +-
10750 arch/mips/lib/ashrdi3.c | 19 +-
10751 arch/mips/lib/libgcc.h | 12 +-
10752 arch/mips/mm/fault.c | 25 +
10753 arch/mips/mm/init.c | 4 +-
10754 arch/mips/mm/mmap.c | 24 +-
10755 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
10756 arch/mips/sni/rm200.c | 2 +-
10757 arch/mips/vr41xx/common/icu.c | 2 +-
10758 arch/mips/vr41xx/common/irq.c | 4 +-
10759 arch/parisc/include/asm/atomic.h | 10 +
10760 arch/parisc/include/asm/elf.h | 7 +
10761 arch/parisc/include/asm/pgalloc.h | 6 +
10762 arch/parisc/include/asm/pgtable.h | 11 +
10763 arch/parisc/include/asm/uaccess.h | 4 +-
10764 arch/parisc/kernel/module.c | 26 +-
10765 arch/parisc/kernel/sys_parisc.c | 15 +
10766 arch/parisc/kernel/traps.c | 4 +-
10767 arch/parisc/mm/fault.c | 140 +-
10768 arch/powerpc/Kconfig | 1 +
10769 arch/powerpc/include/asm/atomic.h | 317 +-
10770 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
10771 arch/powerpc/include/asm/elf.h | 12 +
10772 arch/powerpc/include/asm/exec.h | 2 +-
10773 arch/powerpc/include/asm/kmap_types.h | 2 +-
10774 arch/powerpc/include/asm/local.h | 46 +
10775 arch/powerpc/include/asm/mman.h | 2 +-
10776 arch/powerpc/include/asm/page.h | 8 +-
10777 arch/powerpc/include/asm/page_64.h | 7 +-
10778 arch/powerpc/include/asm/pgalloc-64.h | 11 +
10779 arch/powerpc/include/asm/pgtable.h | 1 +
10780 arch/powerpc/include/asm/reg.h | 1 +
10781 arch/powerpc/include/asm/smp.h | 2 +-
10782 arch/powerpc/include/asm/spinlock.h | 42 +-
10783 arch/powerpc/include/asm/string.h | 18 +-
10784 arch/powerpc/include/asm/uaccess.h | 141 +-
10785 arch/powerpc/kernel/Makefile | 5 +
10786 arch/powerpc/kernel/exceptions-64e.S | 4 +-
10787 arch/powerpc/kernel/exceptions-64s.S | 2 +-
10788 arch/powerpc/kernel/module_32.c | 15 +-
10789 arch/powerpc/kernel/process.c | 7 -
10790 arch/powerpc/kernel/signal_32.c | 2 +-
10791 arch/powerpc/kernel/signal_64.c | 2 +-
10792 arch/powerpc/kernel/traps.c | 21 +
10793 arch/powerpc/kernel/vdso.c | 5 +-
10794 arch/powerpc/lib/usercopy_64.c | 18 -
10795 arch/powerpc/mm/fault.c | 56 +-
10796 arch/powerpc/mm/mmap.c | 16 +
10797 arch/powerpc/mm/slice.c | 21 +-
10798 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
10799 arch/s390/include/asm/atomic.h | 10 +
10800 arch/s390/include/asm/elf.h | 7 +
10801 arch/s390/include/asm/exec.h | 2 +-
10802 arch/s390/include/asm/uaccess.h | 13 +-
10803 arch/s390/kernel/module.c | 22 +-
10804 arch/s390/kernel/process.c | 7 -
10805 arch/s390/mm/mmap.c | 22 +-
10806 arch/score/include/asm/exec.h | 2 +-
10807 arch/score/kernel/process.c | 5 -
10808 arch/sh/mm/mmap.c | 28 +-
10809 arch/sparc/Kconfig | 1 +
10810 arch/sparc/include/asm/atomic_64.h | 110 +-
10811 arch/sparc/include/asm/cache.h | 2 +-
10812 arch/sparc/include/asm/elf_32.h | 7 +
10813 arch/sparc/include/asm/elf_64.h | 7 +
10814 arch/sparc/include/asm/pgalloc_32.h | 1 +
10815 arch/sparc/include/asm/pgalloc_64.h | 1 +
10816 arch/sparc/include/asm/pgtable.h | 4 +
10817 arch/sparc/include/asm/pgtable_32.h | 15 +-
10818 arch/sparc/include/asm/pgtsrmmu.h | 5 +
10819 arch/sparc/include/asm/setup.h | 4 +-
10820 arch/sparc/include/asm/spinlock_64.h | 35 +-
10821 arch/sparc/include/asm/thread_info_32.h | 1 +
10822 arch/sparc/include/asm/thread_info_64.h | 2 +
10823 arch/sparc/include/asm/uaccess.h | 1 +
10824 arch/sparc/include/asm/uaccess_32.h | 28 +-
10825 arch/sparc/include/asm/uaccess_64.h | 24 +-
10826 arch/sparc/kernel/Makefile | 2 +-
10827 arch/sparc/kernel/prom_common.c | 2 +-
10828 arch/sparc/kernel/smp_64.c | 8 +-
10829 arch/sparc/kernel/sys_sparc_32.c | 2 +-
10830 arch/sparc/kernel/sys_sparc_64.c | 58 +-
10831 arch/sparc/kernel/traps_64.c | 27 +-
10832 arch/sparc/lib/Makefile | 2 +-
10833 arch/sparc/lib/atomic_64.S | 57 +-
10834 arch/sparc/lib/ksyms.c | 6 +-
10835 arch/sparc/mm/Makefile | 2 +-
10836 arch/sparc/mm/fault_32.c | 292 +
10837 arch/sparc/mm/fault_64.c | 486 +
10838 arch/sparc/mm/hugetlbpage.c | 30 +-
10839 arch/sparc/mm/init_64.c | 10 +-
10840 arch/tile/include/asm/atomic_64.h | 10 +
10841 arch/tile/include/asm/uaccess.h | 4 +-
10842 arch/um/Makefile | 2 +
10843 arch/um/include/asm/kmap_types.h | 2 +-
10844 arch/um/include/asm/page.h | 3 +
10845 arch/um/include/asm/pgtable-3level.h | 1 +
10846 arch/um/kernel/process.c | 16 -
10847 arch/x86/Kconfig | 33 +-
10848 arch/x86/Kconfig.cpu | 6 +-
10849 arch/x86/Kconfig.debug | 3 +-
10850 arch/x86/Makefile | 13 +-
10851 arch/x86/boot/bitops.h | 4 +-
10852 arch/x86/boot/boot.h | 2 +-
10853 arch/x86/boot/compressed/Makefile | 17 +
10854 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
10855 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
10856 arch/x86/boot/compressed/head_32.S | 4 +-
10857 arch/x86/boot/compressed/head_64.S | 12 +-
10858 arch/x86/boot/compressed/misc.c | 11 +-
10859 arch/x86/boot/cpucheck.c | 16 +-
10860 arch/x86/boot/header.S | 6 +-
10861 arch/x86/boot/memory.c | 2 +-
10862 arch/x86/boot/video-vesa.c | 1 +
10863 arch/x86/boot/video.c | 2 +-
10864 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
10865 arch/x86/crypto/aesni-intel_asm.S | 116 +-
10866 arch/x86/crypto/aesni-intel_glue.c | 4 +-
10867 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
10868 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
10869 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
10870 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
10871 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
10872 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
10873 arch/x86/crypto/camellia_glue.c | 8 +-
10874 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
10875 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
10876 arch/x86/crypto/cast6_avx_glue.c | 16 +-
10877 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
10878 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
10879 arch/x86/crypto/glue_helper.c | 2 +-
10880 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
10881 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
10882 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
10883 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
10884 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
10885 arch/x86/crypto/serpent_avx_glue.c | 18 +-
10886 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
10887 arch/x86/crypto/sha-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
10888 arch/x86/crypto/sha-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
10889 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
10890 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
10891 arch/x86/crypto/sha256-avx-asm.S | 5 +-
10892 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
10893 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
10894 arch/x86/crypto/sha256_ni_asm.S | 2 +-
10895 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
10896 arch/x86/crypto/sha512-avx-asm.S | 5 +-
10897 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
10898 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
10899 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
10900 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
10901 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
10902 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
10903 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
10904 arch/x86/crypto/twofish_avx_glue.c | 21 +-
10905 arch/x86/crypto/twofish_glue.c | 4 +-
10906 arch/x86/crypto/twofish_glue_3way.c | 12 +-
10907 arch/x86/entry/Makefile | 2 +
10908 arch/x86/entry/calling.h | 86 +-
10909 arch/x86/entry/common.c | 89 +-
10910 arch/x86/entry/entry_32.S | 330 +-
10911 arch/x86/entry/entry_64.S | 600 +-
10912 arch/x86/entry/entry_64_compat.S | 115 +-
10913 arch/x86/entry/thunk_64.S | 2 +
10914 arch/x86/entry/vdso/Makefile | 5 +-
10915 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
10916 arch/x86/entry/vdso/vdso2c.h | 4 +-
10917 arch/x86/entry/vdso/vma.c | 42 +-
10918 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
10919 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
10920 arch/x86/events/amd/iommu.c | 8 +-
10921 arch/x86/events/core.c | 8 +-
10922 arch/x86/events/intel/bts.c | 6 +-
10923 arch/x86/events/intel/core.c | 34 +-
10924 arch/x86/events/intel/cqm.c | 14 +-
10925 arch/x86/events/intel/cstate.c | 6 +-
10926 arch/x86/events/intel/ds.c | 7 +-
10927 arch/x86/events/intel/lbr.c | 4 +-
10928 arch/x86/events/intel/pt.c | 44 +-
10929 arch/x86/events/intel/rapl.c | 8 +-
10930 arch/x86/events/intel/uncore.c | 6 +-
10931 arch/x86/events/intel/uncore.h | 14 +-
10932 arch/x86/events/perf_event.h | 2 +-
10933 arch/x86/ia32/ia32_signal.c | 23 +-
10934 arch/x86/ia32/sys_ia32.c | 42 +-
10935 arch/x86/include/asm/alternative-asm.h | 43 +-
10936 arch/x86/include/asm/alternative.h | 4 +-
10937 arch/x86/include/asm/apic.h | 2 +-
10938 arch/x86/include/asm/apm.h | 4 +-
10939 arch/x86/include/asm/atomic.h | 230 +-
10940 arch/x86/include/asm/atomic64_32.h | 119 +
10941 arch/x86/include/asm/atomic64_64.h | 169 +-
10942 arch/x86/include/asm/bitops.h | 18 +-
10943 arch/x86/include/asm/boot.h | 2 +-
10944 arch/x86/include/asm/cache.h | 4 +-
10945 arch/x86/include/asm/checksum_32.h | 12 +-
10946 arch/x86/include/asm/cmpxchg.h | 39 +
10947 arch/x86/include/asm/compat.h | 4 +
10948 arch/x86/include/asm/cpufeature.h | 2 +-
10949 arch/x86/include/asm/cpufeatures.h | 5 +-
10950 arch/x86/include/asm/crypto/camellia.h | 30 +-
10951 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
10952 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
10953 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
10954 arch/x86/include/asm/crypto/twofish.h | 10 +-
10955 arch/x86/include/asm/desc.h | 78 +-
10956 arch/x86/include/asm/desc_defs.h | 6 +
10957 arch/x86/include/asm/div64.h | 2 +-
10958 arch/x86/include/asm/dma.h | 2 +
10959 arch/x86/include/asm/elf.h | 33 +-
10960 arch/x86/include/asm/emergency-restart.h | 2 +-
10961 arch/x86/include/asm/fixmap.h | 2 +-
10962 arch/x86/include/asm/fpu/internal.h | 38 +-
10963 arch/x86/include/asm/fpu/types.h | 5 +-
10964 arch/x86/include/asm/futex.h | 14 +-
10965 arch/x86/include/asm/hw_irq.h | 4 +-
10966 arch/x86/include/asm/hypervisor.h | 2 +-
10967 arch/x86/include/asm/i8259.h | 2 +-
10968 arch/x86/include/asm/io.h | 22 +-
10969 arch/x86/include/asm/irqflags.h | 5 +
10970 arch/x86/include/asm/kprobes.h | 9 +-
10971 arch/x86/include/asm/kvm_emulate.h | 7 +-
10972 arch/x86/include/asm/local.h | 106 +-
10973 arch/x86/include/asm/mman.h | 15 +
10974 arch/x86/include/asm/mmu.h | 14 +-
10975 arch/x86/include/asm/mmu_context.h | 133 +-
10976 arch/x86/include/asm/module.h | 23 +-
10977 arch/x86/include/asm/nmi.h | 19 +-
10978 arch/x86/include/asm/page.h | 1 +
10979 arch/x86/include/asm/page_32.h | 12 +-
10980 arch/x86/include/asm/page_64.h | 14 +-
10981 arch/x86/include/asm/paravirt.h | 46 +-
10982 arch/x86/include/asm/paravirt_types.h | 13 +-
10983 arch/x86/include/asm/pgalloc.h | 23 +
10984 arch/x86/include/asm/pgtable-2level.h | 2 +
10985 arch/x86/include/asm/pgtable-3level.h | 7 +
10986 arch/x86/include/asm/pgtable.h | 126 +-
10987 arch/x86/include/asm/pgtable_32.h | 14 +-
10988 arch/x86/include/asm/pgtable_32_types.h | 24 +-
10989 arch/x86/include/asm/pgtable_64.h | 23 +-
10990 arch/x86/include/asm/pgtable_64_types.h | 5 +
10991 arch/x86/include/asm/pgtable_types.h | 27 +-
10992 arch/x86/include/asm/pmem.h | 2 +-
10993 arch/x86/include/asm/preempt.h | 2 +-
10994 arch/x86/include/asm/processor.h | 57 +-
10995 arch/x86/include/asm/ptrace.h | 15 +-
10996 arch/x86/include/asm/realmode.h | 4 +-
10997 arch/x86/include/asm/reboot.h | 10 +-
10998 arch/x86/include/asm/rmwcc.h | 84 +-
10999 arch/x86/include/asm/rwsem.h | 60 +-
11000 arch/x86/include/asm/segment.h | 27 +-
11001 arch/x86/include/asm/smap.h | 43 +
11002 arch/x86/include/asm/smp.h | 14 +-
11003 arch/x86/include/asm/stackprotector.h | 4 +-
11004 arch/x86/include/asm/stacktrace.h | 34 +-
11005 arch/x86/include/asm/string_32.h | 20 +-
11006 arch/x86/include/asm/string_64.h | 16 +-
11007 arch/x86/include/asm/switch_to.h | 4 +-
11008 arch/x86/include/asm/sys_ia32.h | 6 +-
11009 arch/x86/include/asm/thread_info.h | 54 +-
11010 arch/x86/include/asm/tlbflush.h | 77 +-
11011 arch/x86/include/asm/traps.h | 4 +-
11012 arch/x86/include/asm/uaccess.h | 210 +-
11013 arch/x86/include/asm/uaccess_32.h | 28 +-
11014 arch/x86/include/asm/uaccess_64.h | 169 +-
11015 arch/x86/include/asm/word-at-a-time.h | 2 +-
11016 arch/x86/include/asm/x86_init.h | 10 +-
11017 arch/x86/include/asm/xen/page.h | 2 +-
11018 arch/x86/include/uapi/asm/e820.h | 2 +-
11019 arch/x86/kernel/Makefile | 2 +-
11020 arch/x86/kernel/acpi/boot.c | 4 +-
11021 arch/x86/kernel/acpi/sleep.c | 4 +
11022 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
11023 arch/x86/kernel/alternative.c | 124 +-
11024 arch/x86/kernel/apic/apic.c | 4 +-
11025 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
11026 arch/x86/kernel/apic/apic_noop.c | 2 +-
11027 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
11028 arch/x86/kernel/apic/io_apic.c | 10 +-
11029 arch/x86/kernel/apic/msi.c | 2 +-
11030 arch/x86/kernel/apic/probe_32.c | 4 +-
11031 arch/x86/kernel/apic/vector.c | 2 +
11032 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
11033 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
11034 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
11035 arch/x86/kernel/apm_32.c | 21 +-
11036 arch/x86/kernel/asm-offsets.c | 22 +
11037 arch/x86/kernel/cpu/Makefile | 4 -
11038 arch/x86/kernel/cpu/amd.c | 2 +-
11039 arch/x86/kernel/cpu/bugs_64.c | 2 +
11040 arch/x86/kernel/cpu/common.c | 202 +-
11041 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
11042 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
11043 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
11044 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
11045 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
11046 arch/x86/kernel/cpu/mshyperv.c | 2 +-
11047 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
11048 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
11049 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
11050 arch/x86/kernel/cpu/vmware.c | 2 +-
11051 arch/x86/kernel/crash_dump_64.c | 2 +-
11052 arch/x86/kernel/doublefault.c | 8 +-
11053 arch/x86/kernel/dumpstack.c | 24 +-
11054 arch/x86/kernel/dumpstack_32.c | 25 +-
11055 arch/x86/kernel/dumpstack_64.c | 72 +-
11056 arch/x86/kernel/e820.c | 4 +-
11057 arch/x86/kernel/early_printk.c | 1 +
11058 arch/x86/kernel/espfix_64.c | 44 +-
11059 arch/x86/kernel/fpu/core.c | 30 +-
11060 arch/x86/kernel/fpu/init.c | 49 +-
11061 arch/x86/kernel/fpu/regset.c | 22 +-
11062 arch/x86/kernel/fpu/signal.c | 20 +-
11063 arch/x86/kernel/fpu/xstate.c | 12 +-
11064 arch/x86/kernel/ftrace.c | 18 +-
11065 arch/x86/kernel/head64.c | 14 +-
11066 arch/x86/kernel/head_32.S | 240 +-
11067 arch/x86/kernel/head_64.S | 182 +-
11068 arch/x86/kernel/i386_ksyms_32.c | 12 +
11069 arch/x86/kernel/i8259.c | 10 +-
11070 arch/x86/kernel/io_delay.c | 2 +-
11071 arch/x86/kernel/ioport.c | 2 +-
11072 arch/x86/kernel/irq.c | 8 +-
11073 arch/x86/kernel/irq_32.c | 45 +-
11074 arch/x86/kernel/jump_label.c | 10 +-
11075 arch/x86/kernel/kgdb.c | 21 +-
11076 arch/x86/kernel/kprobes/core.c | 28 +-
11077 arch/x86/kernel/kprobes/opt.c | 16 +-
11078 arch/x86/kernel/ksysfs.c | 2 +-
11079 arch/x86/kernel/kvm.c | 2 +-
11080 arch/x86/kernel/kvmclock.c | 20 +-
11081 arch/x86/kernel/ldt.c | 25 +
11082 arch/x86/kernel/livepatch.c | 9 +-
11083 arch/x86/kernel/machine_kexec_32.c | 6 +-
11084 arch/x86/kernel/mcount_64.S | 21 +-
11085 arch/x86/kernel/module.c | 78 +-
11086 arch/x86/kernel/msr.c | 2 +-
11087 arch/x86/kernel/nmi.c | 34 +-
11088 arch/x86/kernel/nmi_selftest.c | 4 +-
11089 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
11090 arch/x86/kernel/paravirt.c | 133 +-
11091 arch/x86/kernel/paravirt_patch_64.c | 8 +
11092 arch/x86/kernel/pci-calgary_64.c | 2 +-
11093 arch/x86/kernel/pci-iommu_table.c | 2 +-
11094 arch/x86/kernel/pci-swiotlb.c | 2 +-
11095 arch/x86/kernel/process.c | 80 +-
11096 arch/x86/kernel/process_32.c | 29 +-
11097 arch/x86/kernel/process_64.c | 14 +-
11098 arch/x86/kernel/ptrace.c | 20 +-
11099 arch/x86/kernel/pvclock.c | 8 +-
11100 arch/x86/kernel/reboot.c | 44 +-
11101 arch/x86/kernel/reboot_fixups_32.c | 2 +-
11102 arch/x86/kernel/relocate_kernel_64.S | 3 +-
11103 arch/x86/kernel/setup.c | 29 +-
11104 arch/x86/kernel/setup_percpu.c | 29 +-
11105 arch/x86/kernel/signal.c | 17 +-
11106 arch/x86/kernel/smp.c | 2 +-
11107 arch/x86/kernel/smpboot.c | 29 +-
11108 arch/x86/kernel/step.c | 6 +-
11109 arch/x86/kernel/sys_i386_32.c | 184 +
11110 arch/x86/kernel/sys_x86_64.c | 28 +-
11111 arch/x86/kernel/tboot.c | 22 +-
11112 arch/x86/kernel/time.c | 8 +-
11113 arch/x86/kernel/tls.c | 7 +-
11114 arch/x86/kernel/tracepoint.c | 4 +-
11115 arch/x86/kernel/traps.c | 66 +-
11116 arch/x86/kernel/tsc.c | 2 +-
11117 arch/x86/kernel/uprobes.c | 4 +-
11118 arch/x86/kernel/vm86_32.c | 6 +-
11119 arch/x86/kernel/vmlinux.lds.S | 144 +-
11120 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
11121 arch/x86/kernel/x86_init.c | 6 +-
11122 arch/x86/kvm/cpuid.c | 21 +-
11123 arch/x86/kvm/emulate.c | 20 +-
11124 arch/x86/kvm/i8259.c | 10 +-
11125 arch/x86/kvm/ioapic.c | 2 +
11126 arch/x86/kvm/lapic.c | 2 +-
11127 arch/x86/kvm/paging_tmpl.h | 2 +-
11128 arch/x86/kvm/svm.c | 10 +-
11129 arch/x86/kvm/vmx.c | 60 +-
11130 arch/x86/kvm/x86.c | 44 +-
11131 arch/x86/lguest/boot.c | 3 +-
11132 arch/x86/lib/atomic64_386_32.S | 164 +
11133 arch/x86/lib/atomic64_cx8_32.S | 98 +-
11134 arch/x86/lib/checksum_32.S | 99 +-
11135 arch/x86/lib/clear_page_64.S | 3 +
11136 arch/x86/lib/cmpxchg16b_emu.S | 3 +
11137 arch/x86/lib/copy_page_64.S | 14 +-
11138 arch/x86/lib/copy_user_64.S | 66 +-
11139 arch/x86/lib/csum-copy_64.S | 14 +-
11140 arch/x86/lib/csum-wrappers_64.c | 8 +-
11141 arch/x86/lib/getuser.S | 74 +-
11142 arch/x86/lib/insn.c | 8 +-
11143 arch/x86/lib/iomap_copy_64.S | 2 +
11144 arch/x86/lib/memcpy_64.S | 6 +
11145 arch/x86/lib/memmove_64.S | 3 +-
11146 arch/x86/lib/memset_64.S | 3 +
11147 arch/x86/lib/mmx_32.c | 243 +-
11148 arch/x86/lib/msr-reg.S | 2 +
11149 arch/x86/lib/putuser.S | 87 +-
11150 arch/x86/lib/rwsem.S | 4 +
11151 arch/x86/lib/usercopy_32.c | 359 +-
11152 arch/x86/lib/usercopy_64.c | 22 +-
11153 arch/x86/math-emu/fpu_aux.c | 2 +-
11154 arch/x86/math-emu/fpu_entry.c | 4 +-
11155 arch/x86/math-emu/fpu_etc.c | 9 +-
11156 arch/x86/math-emu/fpu_system.h | 2 +-
11157 arch/x86/math-emu/fpu_trig.c | 13 +-
11158 arch/x86/math-emu/reg_constant.c | 7 +-
11159 arch/x86/mm/Makefile | 3 +
11160 arch/x86/mm/extable.c | 20 +-
11161 arch/x86/mm/fault.c | 573 +-
11162 arch/x86/mm/gup.c | 6 +-
11163 arch/x86/mm/highmem_32.c | 6 +
11164 arch/x86/mm/hugetlbpage.c | 24 +-
11165 arch/x86/mm/init.c | 19 +-
11166 arch/x86/mm/init_32.c | 157 +-
11167 arch/x86/mm/init_64.c | 100 +-
11168 arch/x86/mm/iomap_32.c | 4 +
11169 arch/x86/mm/ioremap.c | 52 +-
11170 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
11171 arch/x86/mm/mmap.c | 46 +-
11172 arch/x86/mm/mmio-mod.c | 10 +-
11173 arch/x86/mm/mpx.c | 6 +-
11174 arch/x86/mm/numa.c | 2 +-
11175 arch/x86/mm/pageattr.c | 36 +-
11176 arch/x86/mm/pat.c | 12 +-
11177 arch/x86/mm/pat_rbtree.c | 2 +-
11178 arch/x86/mm/pf_in.c | 10 +-
11179 arch/x86/mm/pgtable.c | 211 +-
11180 arch/x86/mm/pgtable_32.c | 3 +
11181 arch/x86/mm/setup_nx.c | 7 +
11182 arch/x86/mm/tlb.c | 4 +
11183 arch/x86/mm/uderef_64.c | 37 +
11184 arch/x86/net/bpf_jit.S | 11 +
11185 arch/x86/net/bpf_jit_comp.c | 13 +-
11186 arch/x86/oprofile/backtrace.c | 6 +-
11187 arch/x86/oprofile/nmi_int.c | 10 +-
11188 arch/x86/oprofile/op_model_amd.c | 8 +-
11189 arch/x86/oprofile/op_model_ppro.c | 7 +-
11190 arch/x86/oprofile/op_x86_model.h | 2 +-
11191 arch/x86/pci/intel_mid_pci.c | 2 +-
11192 arch/x86/pci/irq.c | 8 +-
11193 arch/x86/pci/pcbios.c | 112 +-
11194 arch/x86/pci/vmd.c | 4 +-
11195 arch/x86/platform/efi/efi_32.c | 24 +
11196 arch/x86/platform/efi/efi_64.c | 26 +-
11197 arch/x86/platform/efi/efi_stub_32.S | 64 +-
11198 arch/x86/platform/efi/efi_stub_64.S | 2 +
11199 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
11200 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
11201 arch/x86/platform/intel-mid/mfld.c | 4 +-
11202 arch/x86/platform/intel-mid/mrfl.c | 2 +-
11203 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
11204 arch/x86/platform/olpc/olpc_dt.c | 2 +-
11205 arch/x86/power/cpu.c | 11 +-
11206 arch/x86/realmode/init.c | 10 +-
11207 arch/x86/realmode/rm/header.S | 4 +-
11208 arch/x86/realmode/rm/reboot.S | 4 +
11209 arch/x86/realmode/rm/trampoline_32.S | 12 +-
11210 arch/x86/realmode/rm/trampoline_64.S | 3 +-
11211 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
11212 arch/x86/tools/Makefile | 2 +-
11213 arch/x86/tools/relocs.c | 97 +-
11214 arch/x86/um/mem_32.c | 2 +-
11215 arch/x86/um/tls_32.c | 2 +-
11216 arch/x86/xen/enlighten.c | 52 +-
11217 arch/x86/xen/mmu.c | 31 +-
11218 arch/x86/xen/smp.c | 16 +-
11219 arch/x86/xen/xen-asm_32.S | 2 +-
11220 arch/x86/xen/xen-head.S | 12 +
11221 arch/x86/xen/xen-ops.h | 2 -
11222 block/bio.c | 4 +-
11223 block/blk-cgroup.c | 18 +-
11224 block/blk-map.c | 2 +-
11225 block/blk-softirq.c | 2 +-
11226 block/bsg.c | 12 +-
11227 block/cfq-iosched.c | 4 +-
11228 block/compat_ioctl.c | 4 +-
11229 block/genhd.c | 9 +-
11230 block/partitions/efi.c | 8 +-
11231 block/scsi_ioctl.c | 29 +-
11232 crypto/cast6_generic.c | 6 +-
11233 crypto/cryptd.c | 4 +-
11234 crypto/crypto_user.c | 2 +-
11235 crypto/pcrypt.c | 2 +-
11236 crypto/salsa20_generic.c | 16 +-
11237 crypto/serpent_generic.c | 6 +-
11238 drivers/acpi/ac.c | 2 +-
11239 drivers/acpi/acpi_video.c | 2 +-
11240 drivers/acpi/apei/apei-internal.h | 2 +-
11241 drivers/acpi/apei/ghes.c | 10 +-
11242 drivers/acpi/battery.c | 2 +-
11243 drivers/acpi/bgrt.c | 6 +-
11244 drivers/acpi/blacklist.c | 4 +-
11245 drivers/acpi/bus.c | 4 +-
11246 drivers/acpi/device_pm.c | 4 +-
11247 drivers/acpi/ec.c | 6 +-
11248 drivers/acpi/pci_slot.c | 2 +-
11249 drivers/acpi/processor_idle.c | 2 +-
11250 drivers/acpi/processor_pdc.c | 2 +-
11251 drivers/acpi/sleep.c | 2 +-
11252 drivers/acpi/sysfs.c | 14 +-
11253 drivers/acpi/thermal.c | 2 +-
11254 drivers/acpi/video_detect.c | 7 +-
11255 drivers/android/binder.c | 2 +-
11256 drivers/ata/libata-core.c | 12 +-
11257 drivers/ata/libata-scsi.c | 2 +-
11258 drivers/ata/libata.h | 2 +-
11259 drivers/ata/pata_arasan_cf.c | 4 +-
11260 drivers/atm/adummy.c | 2 +-
11261 drivers/atm/ambassador.c | 8 +-
11262 drivers/atm/atmtcp.c | 14 +-
11263 drivers/atm/eni.c | 10 +-
11264 drivers/atm/firestream.c | 8 +-
11265 drivers/atm/fore200e.c | 14 +-
11266 drivers/atm/he.c | 18 +-
11267 drivers/atm/horizon.c | 4 +-
11268 drivers/atm/idt77252.c | 36 +-
11269 drivers/atm/iphase.c | 34 +-
11270 drivers/atm/lanai.c | 12 +-
11271 drivers/atm/nicstar.c | 46 +-
11272 drivers/atm/solos-pci.c | 4 +-
11273 drivers/atm/suni.c | 4 +-
11274 drivers/atm/uPD98402.c | 16 +-
11275 drivers/atm/zatm.c | 6 +-
11276 drivers/base/bus.c | 4 +-
11277 drivers/base/devres.c | 4 +-
11278 drivers/base/devtmpfs.c | 8 +-
11279 drivers/base/node.c | 2 +-
11280 drivers/base/platform-msi.c | 20 +-
11281 drivers/base/power/domain.c | 6 +-
11282 drivers/base/power/runtime.c | 61 +-
11283 drivers/base/power/sysfs.c | 2 +-
11284 drivers/base/power/wakeup.c | 8 +-
11285 drivers/base/regmap/regmap-debugfs.c | 4 +-
11286 drivers/base/regmap/regmap.c | 4 +-
11287 drivers/base/syscore.c | 4 +-
11288 drivers/block/cciss.c | 28 +-
11289 drivers/block/cciss.h | 2 +-
11290 drivers/block/drbd/drbd_bitmap.c | 2 +-
11291 drivers/block/drbd/drbd_int.h | 8 +-
11292 drivers/block/drbd/drbd_main.c | 12 +-
11293 drivers/block/drbd/drbd_nl.c | 16 +-
11294 drivers/block/drbd/drbd_receiver.c | 38 +-
11295 drivers/block/drbd/drbd_state.c | 12 +-
11296 drivers/block/drbd/drbd_state.h | 2 +-
11297 drivers/block/drbd/drbd_state_change.h | 8 +-
11298 drivers/block/drbd/drbd_worker.c | 14 +-
11299 drivers/block/floppy.c | 8 +-
11300 drivers/block/pktcdvd.c | 4 +-
11301 drivers/block/rbd.c | 2 +-
11302 drivers/bluetooth/btwilink.c | 2 +-
11303 drivers/bus/arm-cci.c | 6 +-
11304 drivers/cdrom/cdrom.c | 11 +-
11305 drivers/cdrom/gdrom.c | 1 -
11306 drivers/char/agp/compat_ioctl.c | 2 +-
11307 drivers/char/agp/frontend.c | 4 +-
11308 drivers/char/agp/intel-gtt.c | 4 +-
11309 drivers/char/hpet.c | 2 +-
11310 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
11311 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
11312 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
11313 drivers/char/ipmi/ipmi_ssif.c | 12 +-
11314 drivers/char/mem.c | 47 +-
11315 drivers/char/nvram.c | 2 +-
11316 drivers/char/pcmcia/synclink_cs.c | 16 +-
11317 drivers/char/random.c | 12 +-
11318 drivers/char/sonypi.c | 11 +-
11319 drivers/char/tpm/tpm-chip.c | 7 +-
11320 drivers/char/tpm/tpm_acpi.c | 3 +-
11321 drivers/char/tpm/tpm_eventlog.c | 5 +-
11322 drivers/char/virtio_console.c | 6 +-
11323 drivers/clk/clk-composite.c | 2 +-
11324 drivers/clk/samsung/clk.h | 2 +-
11325 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
11326 drivers/clk/socfpga/clk-gate.c | 9 +-
11327 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
11328 drivers/clk/socfpga/clk-pll.c | 9 +-
11329 drivers/clk/ti/adpll.c | 2 +-
11330 drivers/clk/ti/clk.c | 8 +-
11331 drivers/cpufreq/acpi-cpufreq.c | 17 +-
11332 drivers/cpufreq/cpufreq-dt.c | 4 +-
11333 drivers/cpufreq/cpufreq.c | 27 +-
11334 drivers/cpufreq/cpufreq_governor.h | 2 +-
11335 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
11336 drivers/cpufreq/intel_pstate.c | 56 +-
11337 drivers/cpufreq/p4-clockmod.c | 12 +-
11338 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
11339 drivers/cpufreq/speedstep-centrino.c | 7 +-
11340 drivers/cpuidle/driver.c | 2 +-
11341 drivers/cpuidle/dt_idle_states.c | 2 +-
11342 drivers/cpuidle/governor.c | 2 +-
11343 drivers/cpuidle/governors/ladder.c | 13 +-
11344 drivers/cpuidle/sysfs.c | 2 +-
11345 drivers/crypto/hifn_795x.c | 4 +-
11346 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
11347 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
11348 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
11349 drivers/devfreq/devfreq.c | 4 +-
11350 drivers/dma-buf/dma-buf.c | 5 +-
11351 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
11352 drivers/dma/sh/shdma-base.c | 4 +-
11353 drivers/dma/sh/shdmac.c | 2 +-
11354 drivers/edac/edac_device.c | 4 +-
11355 drivers/edac/edac_device_sysfs.c | 2 +-
11356 drivers/edac/edac_mc_sysfs.c | 4 +-
11357 drivers/edac/edac_module.c | 2 +-
11358 drivers/edac/edac_pci.c | 4 +-
11359 drivers/edac/edac_pci_sysfs.c | 22 +-
11360 drivers/edac/mce_amd.h | 2 +-
11361 drivers/firewire/core-card.c | 6 +-
11362 drivers/firewire/core-cdev.c | 4 +-
11363 drivers/firewire/core-device.c | 2 +-
11364 drivers/firewire/core-iso.c | 2 +-
11365 drivers/firewire/core-transaction.c | 1 +
11366 drivers/firewire/core.h | 1 +
11367 drivers/firmware/dmi-id.c | 9 +-
11368 drivers/firmware/dmi_scan.c | 12 +-
11369 drivers/firmware/efi/cper.c | 8 +-
11370 drivers/firmware/efi/efi.c | 14 +-
11371 drivers/firmware/efi/efivars.c | 2 +-
11372 drivers/firmware/efi/runtime-map.c | 2 +-
11373 drivers/firmware/google/gsmi.c | 2 +-
11374 drivers/firmware/google/memconsole.c | 7 +-
11375 drivers/firmware/memmap.c | 2 +-
11376 drivers/firmware/psci.c | 2 +-
11377 drivers/gpio/gpio-davinci.c | 6 +-
11378 drivers/gpio/gpio-em.c | 2 +-
11379 drivers/gpio/gpio-ich.c | 2 +-
11380 drivers/gpio/gpio-mpc8xxx.c | 6 +-
11381 drivers/gpio/gpio-omap.c | 4 +-
11382 drivers/gpio/gpio-rcar.c | 2 +-
11383 drivers/gpio/gpio-vr41xx.c | 2 +-
11384 drivers/gpio/gpiolib.c | 12 +-
11385 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 +-
11386 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
11387 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
11388 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
11389 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
11390 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
11391 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
11392 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
11393 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
11394 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
11395 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
11396 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
11397 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
11398 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
11399 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
11400 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
11401 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
11402 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
11403 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
11404 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
11405 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
11406 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
11407 drivers/gpu/drm/armada/armada_drv.c | 3 +-
11408 drivers/gpu/drm/ast/ast_mode.c | 2 +-
11409 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
11410 drivers/gpu/drm/drm_crtc.c | 2 +-
11411 drivers/gpu/drm/drm_drv.c | 2 +-
11412 drivers/gpu/drm/drm_fops.c | 19 +-
11413 drivers/gpu/drm/drm_global.c | 14 +-
11414 drivers/gpu/drm/drm_info.c | 13 +-
11415 drivers/gpu/drm/drm_ioc32.c | 13 +-
11416 drivers/gpu/drm/drm_ioctl.c | 2 +-
11417 drivers/gpu/drm/drm_pci.c | 9 +-
11418 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
11419 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
11420 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
11421 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
11422 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
11423 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
11424 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 3 +
11425 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
11426 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
11427 drivers/gpu/drm/gma500/psb_drv.c | 1 -
11428 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
11429 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
11430 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
11431 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
11432 drivers/gpu/drm/i810/i810_dma.c | 2 +-
11433 drivers/gpu/drm/i810/i810_drv.c | 6 +-
11434 drivers/gpu/drm/i810/i810_drv.h | 6 +-
11435 drivers/gpu/drm/i915/dvo.h | 2 +-
11436 drivers/gpu/drm/i915/i915_dma.c | 4 +-
11437 drivers/gpu/drm/i915/i915_drv.c | 7 +-
11438 drivers/gpu/drm/i915/i915_drv.h | 2 +-
11439 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
11440 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
11441 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
11442 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
11443 drivers/gpu/drm/i915/i915_irq.c | 88 +-
11444 drivers/gpu/drm/i915/intel_display.c | 30 +-
11445 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
11446 drivers/gpu/drm/mga/mga_drv.c | 5 +-
11447 drivers/gpu/drm/mga/mga_drv.h | 6 +-
11448 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
11449 drivers/gpu/drm/mga/mga_irq.c | 8 +-
11450 drivers/gpu/drm/mga/mga_state.c | 2 +-
11451 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
11452 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
11453 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
11454 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
11455 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
11456 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
11457 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
11458 drivers/gpu/drm/nouveau/nouveau_usif.c | 7 +-
11459 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
11460 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
11461 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
11462 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
11463 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
11464 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
11465 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
11466 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
11467 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
11468 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
11469 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
11470 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
11471 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
11472 drivers/gpu/drm/r128/r128_cce.c | 2 +-
11473 drivers/gpu/drm/r128/r128_drv.c | 4 +-
11474 drivers/gpu/drm/r128/r128_drv.h | 6 +-
11475 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
11476 drivers/gpu/drm/r128/r128_irq.c | 4 +-
11477 drivers/gpu/drm/r128/r128_state.c | 6 +-
11478 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
11479 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
11480 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
11481 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
11482 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
11483 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
11484 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
11485 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
11486 drivers/gpu/drm/savage/savage_bci.c | 2 +-
11487 drivers/gpu/drm/savage/savage_drv.c | 5 +-
11488 drivers/gpu/drm/savage/savage_drv.h | 2 +-
11489 drivers/gpu/drm/sis/sis_drv.c | 5 +-
11490 drivers/gpu/drm/sis/sis_drv.h | 2 +-
11491 drivers/gpu/drm/sis/sis_mm.c | 2 +-
11492 drivers/gpu/drm/tegra/dc.c | 2 +-
11493 drivers/gpu/drm/tegra/dsi.c | 2 +-
11494 drivers/gpu/drm/tegra/hdmi.c | 2 +-
11495 drivers/gpu/drm/tegra/sor.c | 7 +-
11496 drivers/gpu/drm/tilcdc/Makefile | 6 +-
11497 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
11498 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
11499 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
11500 drivers/gpu/drm/udl/udl_connector.c | 2 +-
11501 drivers/gpu/drm/udl/udl_fb.c | 1 -
11502 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
11503 drivers/gpu/drm/via/via_dma.c | 2 +-
11504 drivers/gpu/drm/via/via_drv.c | 5 +-
11505 drivers/gpu/drm/via/via_drv.h | 6 +-
11506 drivers/gpu/drm/via/via_irq.c | 18 +-
11507 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
11508 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
11509 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
11510 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
11511 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
11512 drivers/gpu/vga/vga_switcheroo.c | 4 +-
11513 drivers/hid/hid-core.c | 4 +-
11514 drivers/hid/hid-magicmouse.c | 2 +-
11515 drivers/hid/hid-sensor-custom.c | 2 +-
11516 drivers/hv/channel.c | 6 +-
11517 drivers/hv/hv.c | 22 +-
11518 drivers/hv/hv_balloon.c | 18 +-
11519 drivers/hv/hyperv_vmbus.h | 2 +-
11520 drivers/hwmon/acpi_power_meter.c | 6 +-
11521 drivers/hwmon/applesmc.c | 4 +-
11522 drivers/hwmon/asus_atk0110.c | 10 +-
11523 drivers/hwmon/coretemp.c | 2 +-
11524 drivers/hwmon/dell-smm-hwmon.c | 4 +-
11525 drivers/hwmon/ibmaem.c | 2 +-
11526 drivers/hwmon/iio_hwmon.c | 2 +-
11527 drivers/hwmon/nct6683.c | 6 +-
11528 drivers/hwmon/nct6775.c | 6 +-
11529 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
11530 drivers/hwmon/sht15.c | 12 +-
11531 drivers/hwmon/via-cputemp.c | 2 +-
11532 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
11533 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
11534 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
11535 drivers/i2c/i2c-dev.c | 2 +-
11536 drivers/ide/ide-cd.c | 2 +-
11537 drivers/ide/ide-disk.c | 2 +-
11538 drivers/ide/ide.c | 4 +-
11539 drivers/idle/intel_idle.c | 6 +-
11540 drivers/iio/industrialio-core.c | 2 +-
11541 drivers/iio/magnetometer/ak8975.c | 2 +-
11542 drivers/infiniband/core/cm.c | 46 +-
11543 drivers/infiniband/core/fmr_pool.c | 20 +-
11544 drivers/infiniband/core/netlink.c | 5 +-
11545 drivers/infiniband/core/ucm.c | 4 +-
11546 drivers/infiniband/core/uverbs_cmd.c | 3 +
11547 drivers/infiniband/hw/cxgb4/device.c | 6 +-
11548 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
11549 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
11550 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
11551 drivers/infiniband/hw/mlx4/mad.c | 2 +-
11552 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
11553 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
11554 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
11555 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
11556 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
11557 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
11558 drivers/infiniband/hw/nes/nes.c | 4 +-
11559 drivers/infiniband/hw/nes/nes.h | 40 +-
11560 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
11561 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
11562 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
11563 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
11564 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
11565 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
11566 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
11567 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
11568 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
11569 drivers/input/evdev.c | 2 +-
11570 drivers/input/gameport/gameport.c | 4 +-
11571 drivers/input/input.c | 4 +-
11572 drivers/input/joystick/sidewinder.c | 1 +
11573 drivers/input/misc/ims-pcu.c | 4 +-
11574 drivers/input/mouse/psmouse.h | 2 +-
11575 drivers/input/mousedev.c | 2 +-
11576 drivers/input/serio/serio.c | 4 +-
11577 drivers/input/serio/serio_raw.c | 4 +-
11578 drivers/input/touchscreen/htcpen.c | 2 +-
11579 drivers/iommu/arm-smmu-v3.c | 2 +-
11580 drivers/iommu/arm-smmu.c | 42 +-
11581 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
11582 drivers/iommu/io-pgtable-arm.c | 99 +-
11583 drivers/iommu/io-pgtable.c | 11 +-
11584 drivers/iommu/io-pgtable.h | 21 +-
11585 drivers/iommu/iommu.c | 2 +-
11586 drivers/iommu/ipmmu-vmsa.c | 13 +-
11587 drivers/iommu/irq_remapping.c | 2 +-
11588 drivers/iommu/mtk_iommu.c | 16 +-
11589 drivers/irqchip/irq-gic.c | 2 +-
11590 drivers/irqchip/irq-i8259.c | 2 +-
11591 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
11592 drivers/irqchip/irq-ts4800.c | 2 +-
11593 drivers/isdn/capi/capi.c | 10 +-
11594 drivers/isdn/gigaset/interface.c | 8 +-
11595 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
11596 drivers/isdn/hardware/avm/b1.c | 4 +-
11597 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
11598 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
11599 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
11600 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
11601 drivers/isdn/hardware/eicon/divasync.h | 2 +-
11602 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
11603 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
11604 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
11605 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
11606 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
11607 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
11608 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
11609 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
11610 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
11611 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
11612 drivers/isdn/hisax/amd7930_fn.c | 5 +-
11613 drivers/isdn/hisax/arcofi.c | 5 +-
11614 drivers/isdn/hisax/diva.c | 7 +-
11615 drivers/isdn/hisax/elsa.c | 9 +-
11616 drivers/isdn/hisax/fsm.c | 5 +-
11617 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
11618 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
11619 drivers/isdn/hisax/hfc_pci.c | 10 +-
11620 drivers/isdn/hisax/hfc_sx.c | 10 +-
11621 drivers/isdn/hisax/hfc_usb.c | 12 +-
11622 drivers/isdn/hisax/hfcscard.c | 6 +-
11623 drivers/isdn/hisax/icc.c | 5 +-
11624 drivers/isdn/hisax/ipacx.c | 7 +-
11625 drivers/isdn/hisax/isac.c | 5 +-
11626 drivers/isdn/hisax/isar.c | 5 +-
11627 drivers/isdn/hisax/isdnl3.c | 5 +-
11628 drivers/isdn/hisax/saphir.c | 5 +-
11629 drivers/isdn/hisax/teleint.c | 5 +-
11630 drivers/isdn/hisax/w6692.c | 5 +-
11631 drivers/isdn/i4l/isdn_common.c | 2 +
11632 drivers/isdn/i4l/isdn_tty.c | 22 +-
11633 drivers/isdn/mISDN/dsp.h | 4 +-
11634 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
11635 drivers/isdn/mISDN/dsp_core.c | 4 +-
11636 drivers/isdn/mISDN/dsp_tones.c | 4 +-
11637 drivers/isdn/mISDN/fsm.c | 5 +-
11638 drivers/isdn/mISDN/l1oip_core.c | 8 +-
11639 drivers/leds/leds-clevo-mail.c | 2 +-
11640 drivers/leds/leds-ss4200.c | 2 +-
11641 drivers/lguest/core.c | 9 +-
11642 drivers/lguest/page_tables.c | 2 +-
11643 drivers/lguest/x86/core.c | 12 +-
11644 drivers/lguest/x86/switcher_32.S | 27 +-
11645 drivers/lightnvm/rrpc.c | 4 +-
11646 drivers/lightnvm/rrpc.h | 2 +-
11647 drivers/md/bcache/alloc.c | 2 +-
11648 drivers/md/bcache/bcache.h | 10 +-
11649 drivers/md/bcache/btree.c | 13 +-
11650 drivers/md/bcache/closure.c | 4 +-
11651 drivers/md/bcache/closure.h | 10 +-
11652 drivers/md/bcache/io.c | 10 +-
11653 drivers/md/bcache/journal.c | 18 +-
11654 drivers/md/bcache/movinggc.c | 12 +-
11655 drivers/md/bcache/request.c | 54 +-
11656 drivers/md/bcache/request.h | 2 +-
11657 drivers/md/bcache/stats.c | 26 +-
11658 drivers/md/bcache/stats.h | 16 +-
11659 drivers/md/bcache/super.c | 32 +-
11660 drivers/md/bcache/sysfs.c | 20 +-
11661 drivers/md/bcache/writeback.c | 12 +-
11662 drivers/md/bitmap.c | 2 +-
11663 drivers/md/dm-cache-target.c | 116 +-
11664 drivers/md/dm-ioctl.c | 2 +-
11665 drivers/md/dm-raid.c | 2 +-
11666 drivers/md/dm-raid1.c | 18 +-
11667 drivers/md/dm-stats.c | 6 +-
11668 drivers/md/dm-stripe.c | 10 +-
11669 drivers/md/dm-table.c | 2 +-
11670 drivers/md/dm-thin-metadata.c | 4 +-
11671 drivers/md/dm.c | 28 +-
11672 drivers/md/md.c | 41 +-
11673 drivers/md/md.h | 8 +-
11674 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
11675 drivers/md/persistent-data/dm-space-map.h | 1 +
11676 drivers/md/raid1.c | 8 +-
11677 drivers/md/raid10.c | 20 +-
11678 drivers/md/raid5.c | 26 +-
11679 drivers/media/dvb-core/dvb_net.c | 2 +-
11680 drivers/media/dvb-core/dvbdev.c | 2 +-
11681 drivers/media/dvb-frontends/af9033.h | 2 +-
11682 drivers/media/dvb-frontends/cx24116.c | 2 +-
11683 drivers/media/dvb-frontends/cx24117.c | 2 +-
11684 drivers/media/dvb-frontends/cx24120.c | 2 +-
11685 drivers/media/dvb-frontends/cx24123.c | 2 +-
11686 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
11687 drivers/media/dvb-frontends/dib3000.h | 2 +-
11688 drivers/media/dvb-frontends/dib7000p.h | 2 +-
11689 drivers/media/dvb-frontends/dib8000.h | 2 +-
11690 drivers/media/dvb-frontends/hd29l2.c | 2 +-
11691 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
11692 drivers/media/dvb-frontends/mt312.c | 6 +-
11693 drivers/media/dvb-frontends/s921.c | 2 +-
11694 drivers/media/pci/bt8xx/dst.c | 2 +-
11695 drivers/media/pci/cx88/cx88-video.c | 6 +-
11696 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
11697 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
11698 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
11699 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
11700 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
11701 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
11702 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
11703 drivers/media/pci/tw68/tw68-core.c | 2 +-
11704 drivers/media/pci/zoran/zoran.h | 1 -
11705 drivers/media/pci/zoran/zoran_card.c | 4 +-
11706 drivers/media/pci/zoran/zoran_driver.c | 3 -
11707 drivers/media/platform/am437x/am437x-vpfe.c | 2 +-
11708 drivers/media/platform/omap/omap_vout.c | 11 +-
11709 drivers/media/platform/s5p-tv/mixer.h | 2 +-
11710 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
11711 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
11712 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
11713 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
11714 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
11715 drivers/media/radio/radio-cadet.c | 2 +
11716 drivers/media/radio/radio-maxiradio.c | 2 +-
11717 drivers/media/radio/radio-shark.c | 2 +-
11718 drivers/media/radio/radio-shark2.c | 2 +-
11719 drivers/media/radio/radio-si476x.c | 2 +-
11720 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
11721 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
11722 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
11723 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
11724 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
11725 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
11726 drivers/media/usb/uvc/uvc_driver.c | 4 +-
11727 drivers/media/v4l2-core/v4l2-common.c | 2 +-
11728 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
11729 drivers/media/v4l2-core/v4l2-device.c | 4 +-
11730 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
11731 drivers/memory/omap-gpmc.c | 21 +-
11732 drivers/message/fusion/mptbase.c | 4 +-
11733 drivers/message/fusion/mptlan.c | 2 +-
11734 drivers/message/fusion/mptsas.c | 34 +-
11735 drivers/mfd/ab8500-debugfs.c | 2 +-
11736 drivers/mfd/kempld-core.c | 2 +-
11737 drivers/mfd/max8925-i2c.c | 2 +-
11738 drivers/mfd/tps65910.c | 2 +-
11739 drivers/mfd/twl4030-irq.c | 9 +-
11740 drivers/misc/c2port/core.c | 4 +-
11741 drivers/misc/kgdbts.c | 6 +-
11742 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
11743 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
11744 drivers/misc/mic/scif/scif_api.c | 10 +-
11745 drivers/misc/mic/scif/scif_rb.c | 8 +-
11746 drivers/misc/panel.c | 4 +-
11747 drivers/misc/sgi-gru/gruhandles.c | 4 +-
11748 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
11749 drivers/misc/sgi-gru/grutables.h | 158 +-
11750 drivers/misc/sgi-xp/xp.h | 2 +-
11751 drivers/misc/sgi-xp/xp_main.c | 57 +-
11752 drivers/misc/sgi-xp/xpc.h | 3 +-
11753 drivers/misc/sgi-xp/xpc_main.c | 2 +-
11754 drivers/misc/sgi-xp/xpnet.c | 2 +-
11755 drivers/misc/ti-st/st_kim.c | 32 +-
11756 drivers/mmc/card/mmc_test.c | 4 +-
11757 drivers/mmc/host/dw_mmc.h | 2 +-
11758 drivers/mmc/host/mmci.c | 4 +-
11759 drivers/mmc/host/omap_hsmmc.c | 4 +-
11760 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
11761 drivers/mmc/host/sdhci-s3c.c | 8 +-
11762 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
11763 drivers/mtd/devices/block2mtd.c | 2 +-
11764 drivers/mtd/devices/phram.c | 2 +-
11765 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
11766 drivers/mtd/maps/latch-addr-flash.c | 2 +-
11767 drivers/mtd/maps/pci.c | 4 +-
11768 drivers/mtd/maps/pcmciamtd.c | 8 +-
11769 drivers/mtd/maps/sbc_gxx.c | 2 +-
11770 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
11771 drivers/mtd/nand/cafe_nand.c | 18 +-
11772 drivers/mtd/nand/denali.c | 1 +
11773 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
11774 drivers/mtd/nftlmount.c | 1 +
11775 drivers/mtd/sm_ftl.c | 2 +-
11776 drivers/mtd/ubi/build.c | 2 +-
11777 drivers/net/bonding/bond_netlink.c | 2 +-
11778 drivers/net/caif/caif_hsi.c | 4 +-
11779 drivers/net/caif/caif_serial.c | 2 +-
11780 drivers/net/caif/caif_spi.c | 2 +-
11781 drivers/net/caif/caif_virtio.c | 2 +-
11782 drivers/net/can/Kconfig | 2 +-
11783 drivers/net/can/bfin_can.c | 2 +-
11784 drivers/net/can/dev.c | 2 +-
11785 drivers/net/can/flexcan.c | 2 +-
11786 drivers/net/can/janz-ican3.c | 2 +-
11787 drivers/net/can/led.c | 2 +-
11788 drivers/net/can/sun4i_can.c | 2 +-
11789 drivers/net/can/vcan.c | 2 +-
11790 drivers/net/can/xilinx_can.c | 2 +-
11791 drivers/net/dummy.c | 2 +-
11792 drivers/net/ethernet/8390/ax88796.c | 6 +-
11793 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
11794 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
11795 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
11796 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
11797 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
11798 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
11799 drivers/net/ethernet/amd/7990.c | 2 +-
11800 drivers/net/ethernet/amd/7990.h | 2 +-
11801 drivers/net/ethernet/amd/amd8111e.c | 5 +-
11802 drivers/net/ethernet/amd/atarilance.c | 4 +-
11803 drivers/net/ethernet/amd/declance.c | 2 +-
11804 drivers/net/ethernet/amd/pcnet32.c | 7 +-
11805 drivers/net/ethernet/amd/sun3lance.c | 4 +-
11806 drivers/net/ethernet/amd/sunlance.c | 2 +-
11807 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
11808 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
11809 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
11810 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
11811 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
11812 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
11813 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
11814 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
11815 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
11816 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
11817 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
11818 drivers/net/ethernet/arc/emac_main.c | 2 +-
11819 drivers/net/ethernet/atheros/alx/main.c | 2 +-
11820 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
11821 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
11822 drivers/net/ethernet/aurora/nb8800.c | 2 +-
11823 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
11824 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
11825 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
11826 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
11827 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
11828 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
11829 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
11830 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
11831 drivers/net/ethernet/broadcom/tg3.c | 2 +-
11832 drivers/net/ethernet/broadcom/tg3.h | 1 +
11833 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
11834 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
11835 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
11836 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
11837 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
11838 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
11839 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
11840 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
11841 drivers/net/ethernet/cadence/macb.c | 4 +-
11842 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
11843 drivers/net/ethernet/cavium/liquidio/lio_main.c | 15 +-
11844 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
11845 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
11846 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
11847 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
11848 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
11849 drivers/net/ethernet/davicom/dm9000.c | 2 +-
11850 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
11851 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
11852 drivers/net/ethernet/faraday/ftgmac100.c | 4 +-
11853 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
11854 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
11855 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
11856 drivers/net/ethernet/freescale/gianfar.c | 4 +-
11857 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
11858 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
11859 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
11860 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
11861 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
11862 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
11863 drivers/net/ethernet/ibm/emac/core.c | 4 +-
11864 drivers/net/ethernet/intel/e100.c | 2 +-
11865 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
11866 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
11867 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
11868 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
11869 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
11870 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
11871 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
11872 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
11873 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
11874 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
11875 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
11876 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
11877 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
11878 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
11879 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
11880 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
11881 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
11882 drivers/net/ethernet/neterion/s2io.c | 2 +-
11883 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
11884 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
11885 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
11886 drivers/net/ethernet/netx-eth.c | 2 +-
11887 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
11888 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
11889 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
11890 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
11891 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
11892 drivers/net/ethernet/qlogic/qed/qed_mcp.c | 6 +-
11893 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
11894 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
11895 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
11896 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
11897 drivers/net/ethernet/realtek/r8169.c | 8 +-
11898 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
11899 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
11900 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
11901 drivers/net/ethernet/sfc/ptp.c | 2 +-
11902 drivers/net/ethernet/sfc/selftest.c | 20 +-
11903 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
11904 drivers/net/ethernet/smsc/smc911x.c | 2 +-
11905 drivers/net/ethernet/smsc/smc91x.c | 2 +-
11906 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
11907 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
11908 drivers/net/ethernet/sun/sunbmac.c | 2 +-
11909 drivers/net/ethernet/sun/sunqe.c | 2 +-
11910 drivers/net/ethernet/sun/sunvnet.c | 2 +-
11911 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
11912 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
11913 drivers/net/ethernet/ti/cpmac.c | 2 +-
11914 drivers/net/ethernet/ti/netcp_core.c | 2 +-
11915 drivers/net/ethernet/via/via-rhine.c | 2 +-
11916 drivers/net/ethernet/wiznet/w5100.c | 2 +-
11917 drivers/net/ethernet/wiznet/w5300.c | 2 +-
11918 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
11919 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
11920 drivers/net/geneve.c | 2 +-
11921 drivers/net/hamradio/baycom_epp.c | 2 +-
11922 drivers/net/hyperv/hyperv_net.h | 2 +-
11923 drivers/net/hyperv/netvsc_drv.c | 2 +-
11924 drivers/net/hyperv/rndis_filter.c | 7 +-
11925 drivers/net/ifb.c | 2 +-
11926 drivers/net/ipvlan/ipvlan_core.c | 2 +-
11927 drivers/net/ipvlan/ipvlan_main.c | 6 +-
11928 drivers/net/irda/sh_irda.c | 2 +-
11929 drivers/net/irda/vlsi_ir.c | 18 +-
11930 drivers/net/irda/vlsi_ir.h | 14 +-
11931 drivers/net/loopback.c | 2 +-
11932 drivers/net/macsec.c | 2 +-
11933 drivers/net/macvlan.c | 20 +-
11934 drivers/net/macvtap.c | 10 +-
11935 drivers/net/nlmon.c | 2 +-
11936 drivers/net/phy/phy_device.c | 6 +-
11937 drivers/net/plip/plip.c | 2 +-
11938 drivers/net/ppp/ppp_generic.c | 4 +-
11939 drivers/net/ppp/pptp.c | 2 +-
11940 drivers/net/rionet.c | 2 +-
11941 drivers/net/slip/slhc.c | 2 +-
11942 drivers/net/team/team.c | 4 +-
11943 drivers/net/tun.c | 7 +-
11944 drivers/net/usb/hso.c | 28 +-
11945 drivers/net/usb/ipheth.c | 2 +-
11946 drivers/net/usb/r8152.c | 2 +-
11947 drivers/net/usb/sierra_net.c | 4 +-
11948 drivers/net/virtio_net.c | 2 +-
11949 drivers/net/vrf.c | 4 +-
11950 drivers/net/vxlan.c | 4 +-
11951 drivers/net/wimax/i2400m/rx.c | 2 +-
11952 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
11953 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
11954 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
11955 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
11956 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
11957 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
11958 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
11959 drivers/net/wireless/ath/ath9k/main.c | 22 +-
11960 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
11961 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
11962 drivers/net/wireless/ath/carl9170/main.c | 10 +-
11963 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
11964 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
11965 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
11966 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
11967 drivers/net/wireless/atmel/atmel.c | 183 +-
11968 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
11969 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
11970 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 55 +-
11971 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
11972 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
11973 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
11974 drivers/net/wireless/cisco/airo.c | 201 +-
11975 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
11976 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
11977 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
11978 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
11979 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
11980 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
11981 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
11982 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
11983 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
11984 .../net/wireless/intersil/hostap/hostap_ioctl.c | 134 +-
11985 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
11986 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
11987 drivers/net/wireless/mac80211_hwsim.c | 28 +-
11988 drivers/net/wireless/marvell/mwifiex/11n_aggr.c | 2 +-
11989 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
11990 drivers/net/wireless/marvell/mwifiex/pcie.c | 4 +-
11991 drivers/net/wireless/marvell/mwifiex/sdio.c | 10 +-
11992 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
11993 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
11994 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
11995 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
11996 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
11997 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
11998 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
11999 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
12000 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
12001 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
12002 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
12003 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
12004 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
12005 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
12006 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
12007 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
12008 drivers/net/wireless/zydas/zd1201.c | 192 +-
12009 drivers/net/xen-netback/interface.c | 2 +-
12010 drivers/net/xen-netfront.c | 2 +-
12011 drivers/nvme/host/pci.c | 2 +-
12012 drivers/of/fdt.c | 4 +-
12013 drivers/oprofile/buffer_sync.c | 8 +-
12014 drivers/oprofile/event_buffer.c | 2 +-
12015 drivers/oprofile/oprof.c | 2 +-
12016 drivers/oprofile/oprofile_stats.c | 10 +-
12017 drivers/oprofile/oprofile_stats.h | 10 +-
12018 drivers/oprofile/oprofilefs.c | 6 +-
12019 drivers/oprofile/timer_int.c | 2 +-
12020 drivers/parport/procfs.c | 4 +-
12021 drivers/pci/host/pci-host-common.h | 2 +-
12022 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
12023 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
12024 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
12025 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
12026 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
12027 drivers/pci/hotplug/pciehp_core.c | 2 +-
12028 drivers/pci/msi.c | 22 +-
12029 drivers/pci/pci-sysfs.c | 6 +-
12030 drivers/pci/pci.h | 4 +-
12031 drivers/pci/pcie/aspm.c | 10 +-
12032 drivers/pci/pcie/portdrv_pci.c | 2 +-
12033 drivers/pci/probe.c | 2 +-
12034 drivers/pci/setup-bus.c | 10 +-
12035 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
12036 drivers/pinctrl/pinctrl-at91.c | 5 +-
12037 drivers/platform/chrome/chromeos_laptop.c | 2 +-
12038 drivers/platform/chrome/chromeos_pstore.c | 2 +-
12039 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
12040 drivers/platform/x86/alienware-wmi.c | 4 +-
12041 drivers/platform/x86/apple-gmux.c | 2 +-
12042 drivers/platform/x86/compal-laptop.c | 2 +-
12043 drivers/platform/x86/hdaps.c | 2 +-
12044 drivers/platform/x86/ibm_rtl.c | 2 +-
12045 drivers/platform/x86/intel_oaktrail.c | 2 +-
12046 drivers/platform/x86/msi-laptop.c | 16 +-
12047 drivers/platform/x86/msi-wmi.c | 2 +-
12048 drivers/platform/x86/samsung-laptop.c | 2 +-
12049 drivers/platform/x86/samsung-q10.c | 2 +-
12050 drivers/platform/x86/sony-laptop.c | 14 +-
12051 drivers/platform/x86/thinkpad_acpi.c | 10 +-
12052 drivers/pnp/pnpbios/bioscalls.c | 14 +-
12053 drivers/pnp/pnpbios/core.c | 2 +-
12054 drivers/power/pda_power.c | 7 +-
12055 drivers/power/power_supply.h | 4 +-
12056 drivers/power/power_supply_core.c | 7 +-
12057 drivers/power/power_supply_sysfs.c | 6 +-
12058 drivers/power/reset/at91-reset.c | 5 +-
12059 drivers/powercap/powercap_sys.c | 136 +-
12060 drivers/ptp/ptp_private.h | 2 +-
12061 drivers/ptp/ptp_sysfs.c | 2 +-
12062 drivers/regulator/core.c | 4 +-
12063 drivers/regulator/max8660.c | 6 +-
12064 drivers/regulator/max8973-regulator.c | 16 +-
12065 drivers/regulator/mc13892-regulator.c | 8 +-
12066 drivers/remoteproc/remoteproc_core.c | 26 +-
12067 drivers/rtc/rtc-armada38x.c | 7 +-
12068 drivers/rtc/rtc-cmos.c | 4 +-
12069 drivers/rtc/rtc-ds1307.c | 2 +-
12070 drivers/rtc/rtc-m48t59.c | 4 +-
12071 drivers/rtc/rtc-rv8803.c | 15 +-
12072 drivers/rtc/rtc-rx8010.c | 8 +-
12073 drivers/rtc/rtc-test.c | 6 +-
12074 drivers/scsi/aacraid/aachba.c | 7 +-
12075 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
12076 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
12077 drivers/scsi/be2iscsi/be_main.c | 2 +-
12078 drivers/scsi/bfa/bfa.h | 4 +-
12079 drivers/scsi/bfa/bfa_core.c | 4 +-
12080 drivers/scsi/bfa/bfa_cs.h | 124 +-
12081 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
12082 drivers/scsi/bfa/bfa_fcs.h | 34 +-
12083 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
12084 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
12085 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
12086 drivers/scsi/bfa/bfa_ioc.c | 8 +-
12087 drivers/scsi/bfa/bfa_ioc.h | 16 +-
12088 drivers/scsi/bfa/bfa_svc.c | 12 +-
12089 drivers/scsi/bfa/bfa_svc.h | 20 +-
12090 drivers/scsi/bfa/bfad.c | 12 +-
12091 drivers/scsi/bfa/bfad_bsg.c | 8 +-
12092 drivers/scsi/bfa/bfad_drv.h | 5 +-
12093 drivers/scsi/csiostor/csio_defs.h | 19 +-
12094 drivers/scsi/csiostor/csio_hw.c | 67 +-
12095 drivers/scsi/csiostor/csio_init.c | 2 +-
12096 drivers/scsi/csiostor/csio_lnode.c | 32 +-
12097 drivers/scsi/csiostor/csio_rnode.c | 28 +-
12098 drivers/scsi/csiostor/csio_scsi.c | 37 +-
12099 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
12100 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
12101 drivers/scsi/hpsa.c | 38 +-
12102 drivers/scsi/hpsa.h | 2 +-
12103 drivers/scsi/hptiop.c | 2 -
12104 drivers/scsi/hptiop.h | 1 -
12105 drivers/scsi/ipr.c | 32 +-
12106 drivers/scsi/ipr.h | 2 +-
12107 drivers/scsi/libfc/fc_exch.c | 50 +-
12108 drivers/scsi/libsas/sas_ata.c | 2 +-
12109 drivers/scsi/lpfc/lpfc.h | 8 +-
12110 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
12111 drivers/scsi/lpfc/lpfc_init.c | 8 +-
12112 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
12113 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
12114 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
12115 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
12116 drivers/scsi/pmcraid.c | 46 +-
12117 drivers/scsi/pmcraid.h | 8 +-
12118 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
12119 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
12120 drivers/scsi/qla2xxx/qla_os.c | 15 +-
12121 drivers/scsi/qla2xxx/qla_target.c | 16 +-
12122 drivers/scsi/qla2xxx/qla_target.h | 2 +-
12123 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
12124 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
12125 drivers/scsi/scsi.c | 2 +-
12126 drivers/scsi/scsi_lib.c | 8 +-
12127 drivers/scsi/scsi_sysfs.c | 2 +-
12128 drivers/scsi/scsi_transport_fc.c | 8 +-
12129 drivers/scsi/scsi_transport_iscsi.c | 6 +-
12130 drivers/scsi/scsi_transport_spi.c | 2 +-
12131 drivers/scsi/scsi_transport_srp.c | 8 +-
12132 drivers/scsi/sd.c | 6 +-
12133 drivers/scsi/sg.c | 2 +-
12134 drivers/scsi/sr.c | 21 +-
12135 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
12136 drivers/spi/spi.c | 2 +-
12137 drivers/staging/android/timed_output.c | 6 +-
12138 drivers/staging/comedi/comedi_fops.c | 8 +-
12139 drivers/staging/fbtft/fbtft-core.c | 2 +-
12140 drivers/staging/fbtft/fbtft.h | 2 +-
12141 drivers/staging/gdm724x/gdm_lte.c | 2 +-
12142 drivers/staging/gdm724x/gdm_tty.c | 2 +-
12143 drivers/staging/i4l/icn/icn.c | 2 +-
12144 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
12145 drivers/staging/iio/adc/ad7280a.c | 4 +-
12146 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
12147 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
12148 drivers/staging/lustre/lnet/selftest/framework.c | 2 -
12149 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
12150 drivers/staging/lustre/lnet/selftest/selftest.h | 2 -
12151 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
12152 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
12153 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
12154 drivers/staging/lustre/lustre/include/obd.h | 2 +-
12155 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
12156 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
12157 drivers/staging/lustre/lustre/lov/lov_io.c | 62 +-
12158 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
12159 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
12160 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
12161 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
12162 drivers/staging/rdma/hfi1/pcie.c | 2 +-
12163 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
12164 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
12165 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
12166 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
12167 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
12168 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
12169 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
12170 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
12171 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
12172 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
12173 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
12174 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
12175 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
12176 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
12177 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 4 +-
12178 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
12179 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
12180 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
12181 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
12182 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
12183 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
12184 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
12185 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
12186 drivers/staging/rtl8192e/rtllib.h | 4 +-
12187 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
12188 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
12189 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
12190 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
12191 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
12192 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
12193 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
12194 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
12195 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
12196 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
12197 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
12198 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
12199 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
12200 drivers/staging/rtl8712/xmit_linux.c | 2 +-
12201 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
12202 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
12203 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
12204 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
12205 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
12206 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
12207 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
12208 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
12209 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
12210 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
12211 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
12212 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
12213 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
12214 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
12215 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
12216 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
12217 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
12218 drivers/staging/sm750fb/sm750.c | 14 +-
12219 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
12220 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
12221 drivers/staging/vt6655/rxtx.c | 2 +-
12222 drivers/staging/vt6656/rxtx.c | 2 +-
12223 drivers/staging/wilc1000/linux_wlan.c | 2 +-
12224 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
12225 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
12226 drivers/target/sbp/sbp_target.c | 4 +-
12227 drivers/thermal/cpu_cooling.c | 9 +-
12228 drivers/thermal/devfreq_cooling.c | 19 +-
12229 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
12230 drivers/thermal/of-thermal.c | 17 +-
12231 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
12232 drivers/tty/cyclades.c | 6 +-
12233 drivers/tty/hvc/hvc_console.c | 14 +-
12234 drivers/tty/hvc/hvcs.c | 21 +-
12235 drivers/tty/hvc/hvsi.c | 22 +-
12236 drivers/tty/hvc/hvsi_lib.c | 4 +-
12237 drivers/tty/ipwireless/tty.c | 27 +-
12238 drivers/tty/moxa.c | 2 +-
12239 drivers/tty/n_gsm.c | 6 +-
12240 drivers/tty/n_tty.c | 28 +-
12241 drivers/tty/pty.c | 4 +-
12242 drivers/tty/rocket.c | 6 +-
12243 drivers/tty/serial/8250/8250_core.c | 10 +-
12244 drivers/tty/serial/8250/8250_pci.c | 2 +-
12245 drivers/tty/serial/ifx6x60.c | 2 +-
12246 drivers/tty/serial/ioc4_serial.c | 6 +-
12247 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
12248 drivers/tty/serial/kgdb_nmi.c | 4 +-
12249 drivers/tty/serial/kgdboc.c | 34 +-
12250 drivers/tty/serial/msm_serial.c | 4 +-
12251 drivers/tty/serial/samsung.c | 9 +-
12252 drivers/tty/serial/serial_core.c | 8 +-
12253 drivers/tty/synclink.c | 34 +-
12254 drivers/tty/synclink_gt.c | 28 +-
12255 drivers/tty/synclinkmp.c | 34 +-
12256 drivers/tty/tty_io.c | 2 +-
12257 drivers/tty/tty_ldisc.c | 8 +-
12258 drivers/tty/tty_port.c | 22 +-
12259 drivers/uio/uio.c | 13 +-
12260 drivers/usb/atm/cxacru.c | 2 +-
12261 drivers/usb/atm/usbatm.c | 24 +-
12262 drivers/usb/class/cdc-acm.h | 2 +-
12263 drivers/usb/core/devices.c | 6 +-
12264 drivers/usb/core/devio.c | 12 +-
12265 drivers/usb/core/hcd.c | 4 +-
12266 drivers/usb/core/sysfs.c | 2 +-
12267 drivers/usb/core/usb.c | 2 +-
12268 drivers/usb/early/ehci-dbgp.c | 16 +-
12269 drivers/usb/gadget/function/f_phonet.c | 2 +-
12270 drivers/usb/gadget/function/u_serial.c | 22 +-
12271 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
12272 drivers/usb/host/ehci-hcd.c | 2 +-
12273 drivers/usb/host/ehci-hub.c | 4 +-
12274 drivers/usb/host/ehci-q.c | 4 +-
12275 drivers/usb/host/fotg210-hcd.c | 2 +-
12276 drivers/usb/host/hwa-hc.c | 2 +-
12277 drivers/usb/host/ohci-hcd.c | 2 +-
12278 drivers/usb/host/r8a66597.h | 2 +-
12279 drivers/usb/host/uhci-hcd.c | 2 +-
12280 drivers/usb/host/xhci-pci.c | 2 +-
12281 drivers/usb/host/xhci-ring.c | 52 +-
12282 drivers/usb/host/xhci.c | 2 +-
12283 drivers/usb/misc/appledisplay.c | 4 +-
12284 drivers/usb/misc/sisusbvga/sisusb_con.c | 98 +-
12285 drivers/usb/serial/console.c | 8 +-
12286 drivers/usb/storage/transport.c | 2 +-
12287 drivers/usb/storage/usb.c | 2 +-
12288 drivers/usb/storage/usb.h | 2 +-
12289 drivers/usb/usbip/vhci.h | 2 +-
12290 drivers/usb/usbip/vhci_hcd.c | 6 +-
12291 drivers/usb/usbip/vhci_rx.c | 2 +-
12292 drivers/usb/wusbcore/wa-hc.h | 4 +-
12293 drivers/usb/wusbcore/wa-xfer.c | 2 +-
12294 drivers/vfio/pci/vfio_pci.c | 2 +-
12295 drivers/vhost/vringh.c | 20 +-
12296 drivers/video/backlight/kb3886_bl.c | 2 +-
12297 drivers/video/console/dummycon.c | 96 +-
12298 drivers/video/console/fbcon.c | 2 +-
12299 drivers/video/console/vgacon.c | 23 +-
12300 drivers/video/fbdev/aty/aty128fb.c | 2 +-
12301 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
12302 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
12303 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
12304 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
12305 drivers/video/fbdev/core/fb_defio.c | 8 +-
12306 drivers/video/fbdev/core/fbmem.c | 12 +-
12307 drivers/video/fbdev/hyperv_fb.c | 4 +-
12308 drivers/video/fbdev/i810/i810_accel.c | 1 +
12309 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
12310 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
12311 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
12312 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
12313 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
12314 drivers/video/fbdev/sis/sis_main.h | 2 +-
12315 drivers/video/fbdev/smscufx.c | 4 +-
12316 drivers/video/fbdev/udlfb.c | 36 +-
12317 drivers/video/fbdev/uvesafb.c | 52 +-
12318 drivers/video/fbdev/vesafb.c | 58 +-
12319 drivers/video/fbdev/via/via_clock.h | 2 +-
12320 drivers/xen/events/events_base.c | 6 +-
12321 drivers/xen/xen-pciback/pci_stub.c | 2 +-
12322 fs/9p/vfs_addr.c | 2 +-
12323 fs/9p/vfs_inode_dotl.c | 4 +-
12324 fs/Kconfig.binfmt | 2 +-
12325 fs/afs/file.c | 8 +-
12326 fs/afs/inode.c | 4 +-
12327 fs/afs/internal.h | 4 +-
12328 fs/aio.c | 2 +-
12329 fs/autofs4/waitq.c | 2 +-
12330 fs/befs/endian.h | 6 +-
12331 fs/binfmt_aout.c | 23 +-
12332 fs/binfmt_elf.c | 670 +-
12333 fs/binfmt_elf_fdpic.c | 4 +-
12334 fs/block_dev.c | 2 +-
12335 fs/btrfs/ctree.c | 11 +-
12336 fs/btrfs/ctree.h | 4 +-
12337 fs/btrfs/delayed-inode.c | 6 +-
12338 fs/btrfs/delayed-inode.h | 4 +-
12339 fs/btrfs/delayed-ref.c | 4 +-
12340 fs/btrfs/disk-io.c | 4 +-
12341 fs/btrfs/extent_map.c | 8 +-
12342 fs/btrfs/file.c | 4 +-
12343 fs/btrfs/free-space-cache.h | 1 +
12344 fs/btrfs/raid56.c | 30 +-
12345 fs/btrfs/super.c | 2 +-
12346 fs/btrfs/sysfs.c | 2 +-
12347 fs/btrfs/tests/btrfs-tests.c | 2 +-
12348 fs/btrfs/tests/free-space-tests.c | 2 +-
12349 fs/btrfs/transaction.c | 2 +-
12350 fs/btrfs/tree-log.c | 8 +-
12351 fs/btrfs/tree-log.h | 2 +-
12352 fs/btrfs/volumes.c | 14 +-
12353 fs/btrfs/volumes.h | 22 +-
12354 fs/buffer.c | 2 +-
12355 fs/cachefiles/bind.c | 6 +-
12356 fs/cachefiles/daemon.c | 12 +-
12357 fs/cachefiles/internal.h | 16 +-
12358 fs/cachefiles/namei.c | 6 +-
12359 fs/cachefiles/proc.c | 12 +-
12360 fs/ceph/dir.c | 12 +-
12361 fs/ceph/super.c | 4 +-
12362 fs/cifs/cifs_debug.c | 12 +-
12363 fs/cifs/cifsfs.c | 8 +-
12364 fs/cifs/cifsglob.h | 54 +-
12365 fs/cifs/file.c | 14 +-
12366 fs/cifs/misc.c | 4 +-
12367 fs/cifs/smb1ops.c | 80 +-
12368 fs/cifs/smb2ops.c | 84 +-
12369 fs/cifs/smb2pdu.c | 3 +-
12370 fs/coda/cache.c | 10 +-
12371 fs/coda/dir.c | 5 +-
12372 fs/compat.c | 9 +-
12373 fs/compat_binfmt_elf.c | 2 +
12374 fs/compat_ioctl.c | 12 +-
12375 fs/configfs/dir.c | 10 +-
12376 fs/coredump.c | 18 +-
12377 fs/dcache.c | 64 +-
12378 fs/ecryptfs/inode.c | 2 +-
12379 fs/ecryptfs/miscdev.c | 2 +-
12380 fs/exec.c | 370 +-
12381 fs/exofs/inode.c | 7 +-
12382 fs/ext2/xattr.c | 5 +-
12383 fs/ext4/ext4.h | 20 +-
12384 fs/ext4/mballoc.c | 44 +-
12385 fs/ext4/resize.c | 16 +-
12386 fs/ext4/super.c | 2 +-
12387 fs/ext4/sysfs.c | 2 +-
12388 fs/ext4/xattr.c | 5 +-
12389 fs/fhandle.c | 5 +-
12390 fs/file.c | 18 +-
12391 fs/freevxfs/vxfs_inode.c | 8 +-
12392 fs/freevxfs/vxfs_inode.h | 4 +-
12393 fs/fs-writeback.c | 11 +-
12394 fs/fs_struct.c | 8 +-
12395 fs/fscache/cookie.c | 40 +-
12396 fs/fscache/internal.h | 202 +-
12397 fs/fscache/object.c | 26 +-
12398 fs/fscache/operation.c | 38 +-
12399 fs/fscache/page.c | 110 +-
12400 fs/fscache/stats.c | 348 +-
12401 fs/fuse/cuse.c | 10 +-
12402 fs/fuse/dev.c | 4 +-
12403 fs/fuse/file.c | 4 +-
12404 fs/fuse/inode.c | 4 +-
12405 fs/gfs2/aops.c | 2 +-
12406 fs/gfs2/file.c | 2 +-
12407 fs/gfs2/glock.c | 22 +-
12408 fs/gfs2/glops.c | 4 +-
12409 fs/gfs2/quota.c | 6 +-
12410 fs/hugetlbfs/inode.c | 13 +-
12411 fs/inode.c | 4 +-
12412 fs/jbd2/commit.c | 2 +-
12413 fs/jbd2/transaction.c | 4 +-
12414 fs/jffs2/erase.c | 3 +-
12415 fs/jffs2/file.c | 5 +-
12416 fs/jffs2/fs.c | 2 +-
12417 fs/jffs2/os-linux.h | 2 +-
12418 fs/jffs2/wbuf.c | 3 +-
12419 fs/jfs/super.c | 2 +-
12420 fs/kernfs/dir.c | 2 +-
12421 fs/kernfs/file.c | 20 +-
12422 fs/libfs.c | 10 +-
12423 fs/lockd/clnt4xdr.c | 46 +-
12424 fs/lockd/clntproc.c | 4 +-
12425 fs/lockd/clntxdr.c | 44 +-
12426 fs/lockd/mon.c | 24 +-
12427 fs/lockd/svc.c | 2 +-
12428 fs/lockd/svc4proc.c | 69 +-
12429 fs/lockd/svcproc.c | 75 +-
12430 fs/lockd/xdr.c | 44 +-
12431 fs/lockd/xdr4.c | 41 +-
12432 fs/logfs/dev_bdev.c | 13 +-
12433 fs/logfs/dev_mtd.c | 13 +-
12434 fs/logfs/dir.c | 4 +-
12435 fs/logfs/logfs.h | 5 +-
12436 fs/logfs/readwrite.c | 2 +-
12437 fs/logfs/segment.c | 2 +-
12438 fs/logfs/super.c | 39 -
12439 fs/namei.c | 14 +-
12440 fs/namespace.c | 15 +-
12441 fs/nfs/callback.h | 18 +-
12442 fs/nfs/callback_proc.c | 26 +-
12443 fs/nfs/callback_xdr.c | 73 +-
12444 fs/nfs/dir.c | 5 +-
12445 fs/nfs/inode.c | 6 +-
12446 fs/nfs/internal.h | 5 +-
12447 fs/nfs/mount_clnt.c | 26 +-
12448 fs/nfs/nfs2xdr.c | 101 +-
12449 fs/nfs/nfs3xdr.c | 201 +-
12450 fs/nfs/nfs42xdr.c | 60 +-
12451 fs/nfs/nfs4xdr.c | 507 +-
12452 fs/nfs/read.c | 2 +-
12453 fs/nfs/symlink.c | 6 +-
12454 fs/nfsd/current_stateid.h | 24 +-
12455 fs/nfsd/nfs2acl.c | 85 +-
12456 fs/nfsd/nfs3acl.c | 44 +-
12457 fs/nfsd/nfs3proc.c | 271 +-
12458 fs/nfsd/nfs3xdr.c | 171 +-
12459 fs/nfsd/nfs4callback.c | 31 +-
12460 fs/nfsd/nfs4proc.c | 320 +-
12461 fs/nfsd/nfs4state.c | 111 +-
12462 fs/nfsd/nfs4xdr.c | 564 +-
12463 fs/nfsd/nfscache.c | 11 +-
12464 fs/nfsd/nfsproc.c | 193 +-
12465 fs/nfsd/nfsxdr.c | 96 +-
12466 fs/nfsd/vfs.c | 6 +-
12467 fs/nfsd/xdr.h | 50 +-
12468 fs/nfsd/xdr3.h | 100 +-
12469 fs/nfsd/xdr4.h | 50 +-
12470 fs/nls/nls_base.c | 26 +-
12471 fs/nls/nls_cp932.c | 2 +-
12472 fs/nls/nls_cp936.c | 2 +-
12473 fs/nls/nls_cp949.c | 2 +-
12474 fs/nls/nls_cp950.c | 2 +-
12475 fs/nls/nls_euc-jp.c | 8 +-
12476 fs/nls/nls_koi8-ru.c | 8 +-
12477 fs/notify/fanotify/fanotify_user.c | 4 +-
12478 fs/notify/notification.c | 4 +-
12479 fs/ntfs/dir.c | 4 +-
12480 fs/ntfs/inode.c | 19 +-
12481 fs/ntfs/inode.h | 4 +-
12482 fs/ntfs/mft.c | 4 +-
12483 fs/ntfs/super.c | 8 +-
12484 fs/ocfs2/dlm/dlmcommon.h | 4 +-
12485 fs/ocfs2/dlm/dlmdebug.c | 10 +-
12486 fs/ocfs2/dlm/dlmdomain.c | 4 +-
12487 fs/ocfs2/dlm/dlmmaster.c | 4 +-
12488 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
12489 fs/ocfs2/filecheck.c | 2 +-
12490 fs/ocfs2/localalloc.c | 2 +-
12491 fs/ocfs2/ocfs2.h | 10 +-
12492 fs/ocfs2/suballoc.c | 12 +-
12493 fs/ocfs2/super.c | 20 +-
12494 fs/overlayfs/copy_up.c | 2 +-
12495 fs/pipe.c | 72 +-
12496 fs/posix_acl.c | 4 +-
12497 fs/proc/array.c | 20 +
12498 fs/proc/base.c | 7 +-
12499 fs/proc/kcore.c | 36 +-
12500 fs/proc/meminfo.c | 2 +-
12501 fs/proc/nommu.c | 2 +-
12502 fs/proc/proc_net.c | 2 +-
12503 fs/proc/proc_sysctl.c | 26 +-
12504 fs/proc/task_mmu.c | 39 +-
12505 fs/proc/task_nommu.c | 6 +-
12506 fs/proc/vmcore.c | 16 +-
12507 fs/qnx6/qnx6.h | 4 +-
12508 fs/quota/netlink.c | 4 +-
12509 fs/read_write.c | 34 +-
12510 fs/readdir.c | 3 +-
12511 fs/reiserfs/do_balan.c | 2 +-
12512 fs/reiserfs/procfs.c | 2 +-
12513 fs/reiserfs/reiserfs.h | 4 +-
12514 fs/select.c | 2 +-
12515 fs/seq_file.c | 4 +-
12516 fs/splice.c | 43 +-
12517 fs/squashfs/xattr.c | 10 +-
12518 fs/super.c | 3 +-
12519 fs/sysv/sysv.h | 2 +-
12520 fs/tracefs/inode.c | 8 +-
12521 fs/ubifs/find.c | 34 +-
12522 fs/ubifs/lprops.c | 5 +-
12523 fs/udf/misc.c | 2 +-
12524 fs/ufs/swab.h | 4 +-
12525 fs/userfaultfd.c | 2 +-
12526 fs/xattr.c | 21 +
12527 fs/xfs/libxfs/xfs_bmap.c | 2 +-
12528 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
12529 fs/xfs/xfs_dir2_readdir.c | 7 +-
12530 fs/xfs/xfs_ioctl.c | 2 +-
12531 fs/xfs/xfs_linux.h | 4 +-
12532 include/acpi/ghes.h | 2 +-
12533 include/asm-generic/4level-fixup.h | 2 +
12534 include/asm-generic/atomic-long.h | 186 +-
12535 include/asm-generic/atomic64.h | 12 +
12536 include/asm-generic/bitops/__fls.h | 2 +-
12537 include/asm-generic/bitops/fls.h | 2 +-
12538 include/asm-generic/bitops/fls64.h | 4 +-
12539 include/asm-generic/bug.h | 6 +-
12540 include/asm-generic/cache.h | 4 +-
12541 include/asm-generic/emergency-restart.h | 2 +-
12542 include/asm-generic/kmap_types.h | 4 +-
12543 include/asm-generic/local.h | 13 +
12544 include/asm-generic/pgtable-nopmd.h | 18 +-
12545 include/asm-generic/pgtable-nopud.h | 15 +-
12546 include/asm-generic/pgtable.h | 16 +
12547 include/asm-generic/sections.h | 1 +
12548 include/asm-generic/uaccess.h | 16 +
12549 include/asm-generic/vmlinux.lds.h | 15 +-
12550 include/crypto/algapi.h | 2 +-
12551 include/crypto/cast6.h | 4 +-
12552 include/crypto/serpent.h | 4 +-
12553 include/crypto/xts.h | 2 +-
12554 include/drm/drmP.h | 19 +-
12555 include/drm/drm_mm.h | 2 +-
12556 include/drm/drm_modeset_helper_vtables.h | 2 +-
12557 include/drm/i915_pciids.h | 2 +-
12558 include/drm/intel-gtt.h | 4 +-
12559 include/drm/ttm/ttm_memory.h | 2 +-
12560 include/drm/ttm/ttm_page_alloc.h | 1 +
12561 include/keys/asymmetric-subtype.h | 2 +-
12562 include/keys/encrypted-type.h | 2 +-
12563 include/keys/rxrpc-type.h | 2 +-
12564 include/keys/user-type.h | 2 +-
12565 include/linux/atmdev.h | 4 +-
12566 include/linux/atomic.h | 12 +-
12567 include/linux/audit.h | 2 +-
12568 include/linux/average.h | 2 +-
12569 include/linux/binfmts.h | 3 +-
12570 include/linux/bitmap.h | 2 +-
12571 include/linux/bitops.h | 8 +-
12572 include/linux/blk-cgroup.h | 24 +-
12573 include/linux/blkdev.h | 2 +-
12574 include/linux/blktrace_api.h | 2 +-
12575 include/linux/cache.h | 9 +
12576 include/linux/cdrom.h | 1 -
12577 include/linux/cgroup-defs.h | 2 +-
12578 include/linux/cleancache.h | 2 +-
12579 include/linux/clk-provider.h | 1 +
12580 include/linux/compat.h | 15 +-
12581 include/linux/compiler-gcc.h | 33 +-
12582 include/linux/compiler.h | 197 +-
12583 include/linux/configfs.h | 2 +-
12584 include/linux/cpufreq.h | 7 +-
12585 include/linux/cpuidle.h | 5 +-
12586 include/linux/cpumask.h | 14 +-
12587 include/linux/crypto.h | 4 +-
12588 include/linux/ctype.h | 2 +-
12589 include/linux/dcache.h | 4 +-
12590 include/linux/decompress/mm.h | 2 +-
12591 include/linux/devfreq.h | 2 +-
12592 include/linux/device.h | 7 +-
12593 include/linux/dma-mapping.h | 2 +-
12594 include/linux/efi.h | 1 +
12595 include/linux/elf.h | 2 +
12596 include/linux/err.h | 4 +-
12597 include/linux/extcon.h | 2 +-
12598 include/linux/fb.h | 3 +-
12599 include/linux/fdtable.h | 2 +-
12600 include/linux/firewire.h | 2 +-
12601 include/linux/fs.h | 5 +-
12602 include/linux/fs_struct.h | 2 +-
12603 include/linux/fscache-cache.h | 2 +-
12604 include/linux/fscache.h | 2 +-
12605 include/linux/fsnotify.h | 2 +-
12606 include/linux/genhd.h | 4 +-
12607 include/linux/genl_magic_func.h | 2 +-
12608 include/linux/genl_magic_struct.h | 4 +-
12609 include/linux/gfp.h | 14 +-
12610 include/linux/highmem.h | 12 +
12611 include/linux/hugetlb.h | 2 +-
12612 include/linux/hugetlb_cgroup.h | 11 +
12613 include/linux/hwmon-sysfs.h | 6 +-
12614 include/linux/i2c.h | 1 +
12615 include/linux/if_pppox.h | 2 +-
12616 include/linux/init.h | 10 +-
12617 include/linux/init_task.h | 7 +
12618 include/linux/interrupt.h | 6 +-
12619 include/linux/iommu.h | 2 +-
12620 include/linux/ioport.h | 2 +-
12621 include/linux/ipc.h | 2 +-
12622 include/linux/irq.h | 5 +-
12623 include/linux/irqdesc.h | 2 +-
12624 include/linux/irqdomain.h | 3 +
12625 include/linux/jbd2.h | 2 +-
12626 include/linux/jiffies.h | 16 +-
12627 include/linux/kallsyms.h | 18 +-
12628 include/linux/key-type.h | 2 +-
12629 include/linux/kgdb.h | 6 +-
12630 include/linux/kmemleak.h | 4 +-
12631 include/linux/kobject.h | 3 +-
12632 include/linux/kobject_ns.h | 2 +-
12633 include/linux/kref.h | 2 +-
12634 include/linux/libata.h | 2 +-
12635 include/linux/linkage.h | 22 +-
12636 include/linux/list.h | 15 +
12637 include/linux/lockd/xdr.h | 34 +-
12638 include/linux/lockd/xdr4.h | 34 +-
12639 include/linux/lockref.h | 26 +-
12640 include/linux/math64.h | 10 +-
12641 include/linux/memcontrol.h | 2 +-
12642 include/linux/memory.h | 2 +-
12643 include/linux/mempolicy.h | 7 +
12644 include/linux/mm.h | 98 +-
12645 include/linux/mm_types.h | 20 +
12646 include/linux/mmiotrace.h | 4 +-
12647 include/linux/mmzone.h | 2 +-
12648 include/linux/mod_devicetable.h | 4 +-
12649 include/linux/module.h | 58 +-
12650 include/linux/moduleloader.h | 16 +
12651 include/linux/moduleparam.h | 12 +-
12652 include/linux/net.h | 2 +-
12653 include/linux/netdevice.h | 11 +-
12654 include/linux/netfilter.h | 2 +-
12655 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
12656 include/linux/netfilter/nfnetlink.h | 2 +-
12657 include/linux/netlink.h | 12 +-
12658 include/linux/nls.h | 4 +-
12659 include/linux/notifier.h | 3 +-
12660 include/linux/oprofile.h | 4 +-
12661 include/linux/padata.h | 2 +-
12662 include/linux/pagemap.h | 4 +-
12663 include/linux/pci_hotplug.h | 3 +-
12664 include/linux/percpu.h | 2 +-
12665 include/linux/perf_event.h | 12 +-
12666 include/linux/pid.h | 4 +-
12667 include/linux/pipe_fs_i.h | 8 +-
12668 include/linux/pm.h | 1 +
12669 include/linux/pm_domain.h | 2 +-
12670 include/linux/pm_runtime.h | 2 +-
12671 include/linux/pnp.h | 2 +-
12672 include/linux/poison.h | 4 +-
12673 include/linux/power/smartreflex.h | 2 +-
12674 include/linux/ppp-comp.h | 2 +-
12675 include/linux/preempt.h | 21 +
12676 include/linux/printk.h | 2 +-
12677 include/linux/proc_ns.h | 2 +-
12678 include/linux/psci.h | 2 +-
12679 include/linux/quota.h | 2 +-
12680 include/linux/random.h | 19 +-
12681 include/linux/rculist.h | 16 +
12682 include/linux/rcupdate.h | 8 +
12683 include/linux/reboot.h | 14 +-
12684 include/linux/regset.h | 3 +-
12685 include/linux/relay.h | 2 +-
12686 include/linux/rio.h | 2 +-
12687 include/linux/rmap.h | 4 +-
12688 include/linux/sched.h | 76 +-
12689 include/linux/scif.h | 2 +-
12690 include/linux/semaphore.h | 2 +-
12691 include/linux/seq_buf.h | 4 +-
12692 include/linux/seq_file.h | 1 +
12693 include/linux/seqlock.h | 10 +
12694 include/linux/signal.h | 2 +-
12695 include/linux/skbuff.h | 12 +-
12696 include/linux/slab.h | 47 +-
12697 include/linux/slab_def.h | 14 +-
12698 include/linux/slub_def.h | 2 +-
12699 include/linux/smp.h | 2 +
12700 include/linux/sock_diag.h | 2 +-
12701 include/linux/sonet.h | 2 +-
12702 include/linux/spinlock.h | 17 +-
12703 include/linux/srcu.h | 5 +-
12704 include/linux/string.h | 70 +-
12705 include/linux/sunrpc/addr.h | 8 +-
12706 include/linux/sunrpc/clnt.h | 2 +-
12707 include/linux/sunrpc/svc.h | 2 +-
12708 include/linux/sunrpc/svc_rdma.h | 18 +-
12709 include/linux/sunrpc/svcauth.h | 2 +-
12710 include/linux/swapops.h | 10 +-
12711 include/linux/swiotlb.h | 3 +-
12712 include/linux/syscalls.h | 36 +-
12713 include/linux/syscore_ops.h | 2 +-
12714 include/linux/sysctl.h | 3 +-
12715 include/linux/sysfs.h | 11 +-
12716 include/linux/sysrq.h | 3 +-
12717 include/linux/tcp.h | 14 +-
12718 include/linux/thread_info.h | 7 +
12719 include/linux/tty.h | 4 +-
12720 include/linux/tty_driver.h | 2 +-
12721 include/linux/tty_ldisc.h | 2 +-
12722 include/linux/types.h | 18 +
12723 include/linux/uaccess.h | 2 +-
12724 include/linux/uio_driver.h | 2 +-
12725 include/linux/unaligned/access_ok.h | 24 +-
12726 include/linux/usb.h | 12 +-
12727 include/linux/usb/hcd.h | 1 +
12728 include/linux/usb/renesas_usbhs.h | 2 +-
12729 include/linux/vermagic.h | 21 +-
12730 include/linux/vga_switcheroo.h | 8 +-
12731 include/linux/vmalloc.h | 7 +-
12732 include/linux/vmstat.h | 24 +-
12733 include/linux/writeback.h | 3 +-
12734 include/linux/xattr.h | 5 +-
12735 include/linux/zlib.h | 3 +-
12736 include/media/v4l2-dev.h | 2 +-
12737 include/media/v4l2-device.h | 2 +-
12738 include/net/9p/transport.h | 2 +-
12739 include/net/bluetooth/l2cap.h | 2 +-
12740 include/net/bonding.h | 2 +-
12741 include/net/caif/cfctrl.h | 6 +-
12742 include/net/cfg80211-wext.h | 20 +-
12743 include/net/cfg802154.h | 2 +-
12744 include/net/fib_rules.h | 3 +-
12745 include/net/flow.h | 2 +-
12746 include/net/genetlink.h | 2 +-
12747 include/net/gro_cells.h | 2 +-
12748 include/net/inet_connection_sock.h | 2 +-
12749 include/net/inet_sock.h | 2 +-
12750 include/net/inetpeer.h | 2 +-
12751 include/net/ip_fib.h | 2 +-
12752 include/net/ip_vs.h | 8 +-
12753 include/net/ipv6.h | 2 +-
12754 include/net/irda/ircomm_tty.h | 1 +
12755 include/net/irda/irias_object.h | 2 +-
12756 include/net/irda/irlmp.h | 1 +
12757 include/net/irda/irlmp_event.h | 6 +-
12758 include/net/irda/timer.h | 6 +-
12759 include/net/iucv/af_iucv.h | 2 +-
12760 include/net/llc_c_ac.h | 2 +-
12761 include/net/llc_c_ev.h | 4 +-
12762 include/net/llc_c_st.h | 2 +-
12763 include/net/llc_s_ac.h | 2 +-
12764 include/net/llc_s_st.h | 2 +-
12765 include/net/mac80211.h | 6 +-
12766 include/net/neighbour.h | 4 +-
12767 include/net/net_namespace.h | 18 +-
12768 include/net/netfilter/nf_conntrack.h | 2 +-
12769 include/net/netlink.h | 2 +-
12770 include/net/netns/conntrack.h | 6 +-
12771 include/net/netns/ipv4.h | 4 +-
12772 include/net/netns/ipv6.h | 4 +-
12773 include/net/netns/xfrm.h | 2 +-
12774 include/net/ping.h | 2 +-
12775 include/net/protocol.h | 4 +-
12776 include/net/rtnetlink.h | 2 +-
12777 include/net/sctp/checksum.h | 4 +-
12778 include/net/sctp/sm.h | 4 +-
12779 include/net/sctp/structs.h | 2 +-
12780 include/net/snmp.h | 10 +-
12781 include/net/sock.h | 12 +-
12782 include/net/tcp.h | 8 +-
12783 include/net/xfrm.h | 15 +-
12784 include/rdma/ib_cm.h | 8 +-
12785 include/scsi/libfc.h | 3 +-
12786 include/scsi/scsi_device.h | 6 +-
12787 include/scsi/scsi_driver.h | 2 +-
12788 include/scsi/scsi_transport_fc.h | 3 +-
12789 include/scsi/sg.h | 2 +-
12790 include/sound/compress_driver.h | 2 +-
12791 include/sound/control.h | 4 +-
12792 include/sound/pcm.h | 2 +-
12793 include/sound/rawmidi.h | 3 +-
12794 include/sound/seq_kernel.h | 2 +-
12795 include/sound/soc.h | 4 +-
12796 include/trace/events/irq.h | 4 +-
12797 include/trace/events/mmflags.h | 7 +
12798 include/uapi/linux/a.out.h | 8 +
12799 include/uapi/linux/bcache.h | 5 +-
12800 include/uapi/linux/byteorder/little_endian.h | 28 +-
12801 include/uapi/linux/connector.h | 2 +-
12802 include/uapi/linux/elf.h | 28 +
12803 include/uapi/linux/screen_info.h | 2 +-
12804 include/uapi/linux/swab.h | 6 +-
12805 include/uapi/linux/xattr.h | 5 +
12806 include/video/udlfb.h | 8 +-
12807 include/video/uvesafb.h | 1 +
12808 init/Kconfig | 2 +-
12809 init/do_mounts.c | 16 +-
12810 init/do_mounts.h | 8 +-
12811 init/do_mounts_initrd.c | 30 +-
12812 init/do_mounts_md.c | 6 +-
12813 init/init_task.c | 4 +
12814 init/initramfs.c | 38 +-
12815 init/main.c | 30 +-
12816 ipc/compat.c | 4 +-
12817 ipc/ipc_sysctl.c | 14 +-
12818 ipc/mq_sysctl.c | 4 +-
12819 ipc/sem.c | 4 +-
12820 ipc/shm.c | 8 +-
12821 kernel/audit.c | 10 +-
12822 kernel/auditsc.c | 4 +-
12823 kernel/bpf/core.c | 28 +-
12824 kernel/capability.c | 3 +
12825 kernel/cgroup.c | 29 +-
12826 kernel/compat.c | 38 +-
12827 kernel/debug/debug_core.c | 16 +-
12828 kernel/debug/kdb/kdb_main.c | 4 +-
12829 kernel/events/core.c | 36 +-
12830 kernel/events/internal.h | 10 +-
12831 kernel/events/uprobes.c | 2 +-
12832 kernel/exit.c | 27 +-
12833 kernel/fork.c | 175 +-
12834 kernel/futex.c | 11 +-
12835 kernel/futex_compat.c | 2 +-
12836 kernel/irq/manage.c | 2 +-
12837 kernel/irq/msi.c | 19 +-
12838 kernel/irq/spurious.c | 2 +-
12839 kernel/jump_label.c | 5 +
12840 kernel/kallsyms.c | 40 +-
12841 kernel/kexec.c | 3 +-
12842 kernel/kmod.c | 8 +-
12843 kernel/kprobes.c | 4 +-
12844 kernel/ksysfs.c | 2 +-
12845 kernel/locking/lockdep.c | 7 +-
12846 kernel/locking/mutex-debug.c | 12 +-
12847 kernel/locking/mutex-debug.h | 4 +-
12848 kernel/locking/mutex.c | 6 +-
12849 kernel/module.c | 405 +-
12850 kernel/notifier.c | 17 +-
12851 kernel/padata.c | 4 +-
12852 kernel/panic.c | 11 +-
12853 kernel/pid.c | 8 +-
12854 kernel/pid_namespace.c | 2 +-
12855 kernel/power/process.c | 12 +-
12856 kernel/profile.c | 14 +-
12857 kernel/ptrace.c | 8 +-
12858 kernel/rcu/rcutorture.c | 60 +-
12859 kernel/rcu/tiny.c | 4 +-
12860 kernel/rcu/tree.c | 42 +-
12861 kernel/rcu/tree.h | 16 +-
12862 kernel/rcu/tree_plugin.h | 18 +-
12863 kernel/rcu/tree_trace.c | 14 +-
12864 kernel/resource.c | 4 +-
12865 kernel/sched/auto_group.c | 4 +-
12866 kernel/sched/core.c | 8 +-
12867 kernel/sched/deadline.c | 4 +-
12868 kernel/sched/debug.c | 43 +-
12869 kernel/sched/fair.c | 2 +-
12870 kernel/sched/rt.c | 4 +-
12871 kernel/sched/sched.h | 13 +-
12872 kernel/signal.c | 28 +-
12873 kernel/smp.c | 2 +-
12874 kernel/smpboot.c | 7 +-
12875 kernel/softirq.c | 12 +-
12876 kernel/stop_machine.c | 2 +-
12877 kernel/sys.c | 10 +-
12878 kernel/sys_ni.c | 4 +-
12879 kernel/sysctl.c | 34 +-
12880 kernel/time/alarmtimer.c | 4 +-
12881 kernel/time/posix-clock.c | 8 +-
12882 kernel/time/posix-cpu-timers.c | 4 +-
12883 kernel/time/posix-timers.c | 36 +-
12884 kernel/time/timer.c | 2 +-
12885 kernel/time/timer_stats.c | 10 +-
12886 kernel/trace/blktrace.c | 6 +-
12887 kernel/trace/ftrace.c | 33 +-
12888 kernel/trace/ring_buffer.c | 96 +-
12889 kernel/trace/trace.c | 2 +-
12890 kernel/trace/trace.h | 2 +-
12891 kernel/trace/trace_clock.c | 4 +-
12892 kernel/trace/trace_events.c | 1 -
12893 kernel/trace/trace_functions_graph.c | 4 +-
12894 kernel/trace/trace_mmiotrace.c | 8 +-
12895 kernel/trace/trace_output.c | 10 +-
12896 kernel/trace/trace_seq.c | 2 +-
12897 kernel/trace/trace_stack.c | 2 +-
12898 kernel/user.c | 2 +-
12899 kernel/user_namespace.c | 2 +-
12900 kernel/utsname_sysctl.c | 2 +-
12901 kernel/watchdog.c | 2 +-
12902 kernel/workqueue.c | 8 +-
12903 lib/Kconfig.debug | 8 +-
12904 lib/Makefile | 2 +-
12905 lib/bitmap.c | 8 +-
12906 lib/bug.c | 2 +
12907 lib/debugobjects.c | 2 +-
12908 lib/decompress_bunzip2.c | 3 +-
12909 lib/decompress_unlzma.c | 4 +-
12910 lib/div64.c | 4 +-
12911 lib/dma-debug.c | 4 +-
12912 lib/extable.c | 11 +-
12913 lib/inflate.c | 2 +-
12914 lib/ioremap.c | 4 +-
12915 lib/irq_poll.c | 2 +-
12916 lib/kobject.c | 4 +-
12917 lib/list_debug.c | 126 +-
12918 lib/lockref.c | 44 +-
12919 lib/percpu-refcount.c | 2 +-
12920 lib/radix-tree.c | 2 +-
12921 lib/random32.c | 2 +-
12922 lib/rhashtable.c | 4 +-
12923 lib/seq_buf.c | 4 +-
12924 lib/show_mem.c | 2 +-
12925 lib/strncpy_from_user.c | 2 +-
12926 lib/strnlen_user.c | 2 +-
12927 lib/swiotlb.c | 2 +-
12928 lib/usercopy.c | 6 +
12929 lib/vsprintf.c | 12 +-
12930 mm/Kconfig | 6 +-
12931 mm/backing-dev.c | 4 +-
12932 mm/fadvise.c | 2 +-
12933 mm/filemap.c | 8 +-
12934 mm/gup.c | 13 +-
12935 mm/highmem.c | 6 +-
12936 mm/hugetlb.c | 125 +-
12937 mm/hugetlb_cgroup.c | 60 +-
12938 mm/internal.h | 3 +-
12939 mm/maccess.c | 12 +-
12940 mm/madvise.c | 37 +
12941 mm/memcontrol.c | 6 +-
12942 mm/memory-failure.c | 6 +-
12943 mm/memory.c | 424 +-
12944 mm/mempolicy.c | 25 +
12945 mm/mlock.c | 18 +-
12946 mm/mm_init.c | 2 +-
12947 mm/mmap.c | 572 +-
12948 mm/mprotect.c | 137 +-
12949 mm/mremap.c | 39 +-
12950 mm/nommu.c | 21 +-
12951 mm/page-writeback.c | 2 +-
12952 mm/page_alloc.c | 61 +-
12953 mm/percpu.c | 2 +-
12954 mm/process_vm_access.c | 14 +-
12955 mm/readahead.c | 2 +-
12956 mm/rmap.c | 43 +-
12957 mm/shmem.c | 35 +-
12958 mm/slab.c | 113 +-
12959 mm/slab.h | 37 +-
12960 mm/slab_common.c | 79 +-
12961 mm/slob.c | 220 +-
12962 mm/slub.c | 111 +-
12963 mm/sparse-vmemmap.c | 4 +-
12964 mm/sparse.c | 2 +-
12965 mm/swap.c | 7 +
12966 mm/swapfile.c | 12 +-
12967 mm/util.c | 7 +
12968 mm/vmalloc.c | 116 +-
12969 mm/vmstat.c | 12 +-
12970 net/8021q/vlan.c | 5 +-
12971 net/8021q/vlan_netlink.c | 2 +-
12972 net/9p/mod.c | 4 +-
12973 net/9p/trans_fd.c | 2 +-
12974 net/atm/atm_misc.c | 8 +-
12975 net/atm/lec.h | 2 +-
12976 net/atm/proc.c | 6 +-
12977 net/atm/resources.c | 4 +-
12978 net/ax25/sysctl_net_ax25.c | 2 +-
12979 net/batman-adv/bat_iv_ogm.c | 8 +-
12980 net/batman-adv/fragmentation.c | 2 +-
12981 net/batman-adv/routing.c | 4 +-
12982 net/batman-adv/soft-interface.c | 12 +-
12983 net/batman-adv/sysfs.c | 48 +-
12984 net/batman-adv/sysfs.h | 4 +-
12985 net/batman-adv/translation-table.c | 14 +-
12986 net/batman-adv/types.h | 8 +-
12987 net/bluetooth/hci_sock.c | 2 +-
12988 net/bluetooth/l2cap_core.c | 6 +-
12989 net/bluetooth/l2cap_sock.c | 12 +-
12990 net/bluetooth/rfcomm/sock.c | 4 +-
12991 net/bluetooth/rfcomm/tty.c | 4 +-
12992 net/bridge/br_netfilter_hooks.c | 4 +-
12993 net/bridge/br_netlink.c | 2 +-
12994 net/bridge/netfilter/ebtables.c | 6 +-
12995 net/caif/cfctrl.c | 11 +-
12996 net/caif/chnl_net.c | 4 +-
12997 net/can/af_can.c | 2 +-
12998 net/can/gw.c | 6 +-
12999 net/ceph/ceph_common.c | 2 +-
13000 net/ceph/messenger.c | 4 +-
13001 net/compat.c | 26 +-
13002 net/core/datagram.c | 2 +-
13003 net/core/dev.c | 24 +-
13004 net/core/filter.c | 2 +-
13005 net/core/flow.c | 8 +-
13006 net/core/neighbour.c | 18 +-
13007 net/core/net-procfs.c | 4 +-
13008 net/core/net-sysfs.c | 2 +-
13009 net/core/net_namespace.c | 10 +-
13010 net/core/netpoll.c | 4 +-
13011 net/core/rtnetlink.c | 17 +-
13012 net/core/scm.c | 12 +-
13013 net/core/skbuff.c | 11 +-
13014 net/core/sock.c | 30 +-
13015 net/core/sock_diag.c | 15 +-
13016 net/core/sysctl_net_core.c | 22 +-
13017 net/decnet/af_decnet.c | 1 +
13018 net/decnet/sysctl_net_decnet.c | 4 +-
13019 net/dsa/dsa.c | 2 +-
13020 net/hsr/hsr_device.c | 2 +-
13021 net/hsr/hsr_netlink.c | 2 +-
13022 net/ieee802154/6lowpan/core.c | 2 +-
13023 net/ieee802154/6lowpan/reassembly.c | 14 +-
13024 net/ieee802154/core.c | 6 +-
13025 net/ipv4/af_inet.c | 6 +-
13026 net/ipv4/arp.c | 2 +-
13027 net/ipv4/devinet.c | 20 +-
13028 net/ipv4/fib_frontend.c | 6 +-
13029 net/ipv4/fib_semantics.c | 2 +-
13030 net/ipv4/icmp.c | 2 +-
13031 net/ipv4/inet_connection_sock.c | 4 +-
13032 net/ipv4/inet_diag.c | 4 +-
13033 net/ipv4/inet_timewait_sock.c | 2 +-
13034 net/ipv4/inetpeer.c | 2 +-
13035 net/ipv4/ip_fragment.c | 17 +-
13036 net/ipv4/ip_gre.c | 6 +-
13037 net/ipv4/ip_sockglue.c | 2 +-
13038 net/ipv4/ip_vti.c | 4 +-
13039 net/ipv4/ipconfig.c | 6 +-
13040 net/ipv4/ipip.c | 4 +-
13041 net/ipv4/netfilter/arp_tables.c | 12 +-
13042 net/ipv4/netfilter/ip_tables.c | 12 +-
13043 net/ipv4/ping.c | 14 +-
13044 net/ipv4/proc.c | 10 +-
13045 net/ipv4/raw.c | 16 +-
13046 net/ipv4/route.c | 40 +-
13047 net/ipv4/sysctl_net_ipv4.c | 24 +-
13048 net/ipv4/tcp_input.c | 6 +-
13049 net/ipv4/tcp_ipv4.c | 2 +-
13050 net/ipv4/tcp_metrics.c | 2 +-
13051 net/ipv4/tcp_probe.c | 2 +-
13052 net/ipv4/udp.c | 10 +-
13053 net/ipv4/xfrm4_mode_transport.c | 2 +-
13054 net/ipv4/xfrm4_policy.c | 19 +-
13055 net/ipv4/xfrm4_state.c | 4 +-
13056 net/ipv6/addrconf.c | 24 +-
13057 net/ipv6/af_inet6.c | 2 +-
13058 net/ipv6/datagram.c | 2 +-
13059 net/ipv6/icmp.c | 2 +-
13060 net/ipv6/inet6_hashtables.c | 2 +-
13061 net/ipv6/ip6_fib.c | 4 +-
13062 net/ipv6/ip6_gre.c | 10 +-
13063 net/ipv6/ip6_tunnel.c | 4 +-
13064 net/ipv6/ip6_vti.c | 4 +-
13065 net/ipv6/ipv6_sockglue.c | 2 +-
13066 net/ipv6/ndisc.c | 2 +-
13067 net/ipv6/netfilter/ip6_tables.c | 12 +-
13068 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
13069 net/ipv6/ping.c | 33 +-
13070 net/ipv6/proc.c | 10 +-
13071 net/ipv6/raw.c | 17 +-
13072 net/ipv6/reassembly.c | 13 +-
13073 net/ipv6/route.c | 2 +-
13074 net/ipv6/sit.c | 4 +-
13075 net/ipv6/sysctl_net_ipv6.c | 2 +-
13076 net/ipv6/udp.c | 6 +-
13077 net/ipv6/xfrm6_mode_transport.c | 2 +-
13078 net/ipv6/xfrm6_policy.c | 17 +-
13079 net/irda/discovery.c | 2 +-
13080 net/irda/ircomm/ircomm_core.c | 13 +-
13081 net/irda/ircomm/ircomm_tty.c | 24 +-
13082 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
13083 net/irda/irda_device.c | 14 +-
13084 net/irda/iriap.c | 14 +-
13085 net/irda/irias_object.c | 10 +-
13086 net/irda/irlan/irlan_client.c | 2 +-
13087 net/irda/irlap.c | 15 +-
13088 net/irda/irlap_event.c | 2 +-
13089 net/irda/irlmp.c | 21 +-
13090 net/irda/irlmp_event.c | 6 +-
13091 net/irda/irnet/irnet.h | 2 +-
13092 net/irda/irnet/irnet_irda.c | 6 +-
13093 net/irda/irttp.c | 8 +-
13094 net/irda/timer.c | 24 +-
13095 net/iucv/af_iucv.c | 4 +-
13096 net/iucv/iucv.c | 2 +-
13097 net/key/af_key.c | 4 +-
13098 net/l2tp/l2tp_eth.c | 40 +-
13099 net/l2tp/l2tp_ip.c | 2 +-
13100 net/l2tp/l2tp_ip6.c | 2 +-
13101 net/mac80211/cfg.c | 12 +-
13102 net/mac80211/debugfs.c | 2 +-
13103 net/mac80211/debugfs_key.c | 6 +-
13104 net/mac80211/ieee80211_i.h | 3 +-
13105 net/mac80211/iface.c | 20 +-
13106 net/mac80211/main.c | 2 +-
13107 net/mac80211/pm.c | 4 +-
13108 net/mac80211/rate.c | 2 +-
13109 net/mac80211/sta_info.c | 2 +-
13110 net/mac80211/tx.c | 2 +-
13111 net/mac80211/util.c | 8 +-
13112 net/mac80211/wpa.c | 12 +-
13113 net/mac802154/iface.c | 6 +-
13114 net/mpls/af_mpls.c | 10 +-
13115 net/netfilter/ipset/ip_set_core.c | 7 +-
13116 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
13117 net/netfilter/ipvs/ip_vs_core.c | 4 +-
13118 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
13119 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
13120 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
13121 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
13122 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
13123 net/netfilter/nf_conntrack_acct.c | 2 +-
13124 net/netfilter/nf_conntrack_core.c | 6 +-
13125 net/netfilter/nf_conntrack_ecache.c | 2 +-
13126 net/netfilter/nf_conntrack_helper.c | 2 +-
13127 net/netfilter/nf_conntrack_netlink.c | 22 +-
13128 net/netfilter/nf_conntrack_proto.c | 2 +-
13129 net/netfilter/nf_conntrack_standalone.c | 2 +-
13130 net/netfilter/nf_conntrack_timestamp.c | 2 +-
13131 net/netfilter/nf_log.c | 10 +-
13132 net/netfilter/nf_nat_ftp.c | 2 +-
13133 net/netfilter/nf_nat_irc.c | 2 +-
13134 net/netfilter/nf_sockopt.c | 4 +-
13135 net/netfilter/nf_tables_api.c | 13 +-
13136 net/netfilter/nfnetlink_acct.c | 7 +-
13137 net/netfilter/nfnetlink_cthelper.c | 2 +-
13138 net/netfilter/nfnetlink_cttimeout.c | 2 +-
13139 net/netfilter/nfnetlink_log.c | 4 +-
13140 net/netfilter/nft_compat.c | 9 +-
13141 net/netfilter/xt_IDLETIMER.c | 12 +-
13142 net/netfilter/xt_statistic.c | 8 +-
13143 net/netlink/af_netlink.c | 16 +-
13144 net/netlink/diag.c | 2 +-
13145 net/netlink/genetlink.c | 14 +-
13146 net/openvswitch/vport-geneve.c | 7 +-
13147 net/openvswitch/vport-gre.c | 7 +-
13148 net/openvswitch/vport-internal_dev.c | 4 +-
13149 net/openvswitch/vport-netdev.c | 7 +-
13150 net/openvswitch/vport-vxlan.c | 7 +-
13151 net/packet/af_packet.c | 26 +-
13152 net/packet/diag.c | 2 +-
13153 net/packet/internal.h | 6 +-
13154 net/phonet/pep.c | 6 +-
13155 net/phonet/socket.c | 2 +-
13156 net/phonet/sysctl.c | 2 +-
13157 net/rds/cong.c | 6 +-
13158 net/rds/ib.h | 2 +-
13159 net/rds/ib_cm.c | 2 +-
13160 net/rds/ib_recv.c | 4 +-
13161 net/rds/rds.h | 2 +-
13162 net/rds/tcp.c | 6 +-
13163 net/rds/tcp.h | 6 +-
13164 net/rds/tcp_send.c | 2 +-
13165 net/rxrpc/af_rxrpc.c | 2 +-
13166 net/rxrpc/ar-ack.c | 14 +-
13167 net/rxrpc/ar-call.c | 2 +-
13168 net/rxrpc/ar-connection.c | 2 +-
13169 net/rxrpc/ar-connevent.c | 2 +-
13170 net/rxrpc/ar-input.c | 4 +-
13171 net/rxrpc/ar-internal.h | 8 +-
13172 net/rxrpc/ar-local.c | 2 +-
13173 net/rxrpc/ar-output.c | 4 +-
13174 net/rxrpc/ar-peer.c | 2 +-
13175 net/rxrpc/ar-proc.c | 4 +-
13176 net/rxrpc/ar-transport.c | 2 +-
13177 net/rxrpc/rxkad.c | 4 +-
13178 net/sched/sch_generic.c | 4 +-
13179 net/sched/sch_tbf.c | 9 +-
13180 net/sctp/ipv6.c | 4 +-
13181 net/sctp/protocol.c | 8 +-
13182 net/sctp/sm_sideeffect.c | 4 +-
13183 net/sctp/socket.c | 21 +-
13184 net/sctp/sysctl.c | 10 +-
13185 net/socket.c | 18 +-
13186 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
13187 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
13188 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
13189 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
13190 net/sunrpc/clnt.c | 4 +-
13191 net/sunrpc/rpcb_clnt.c | 66 +-
13192 net/sunrpc/sched.c | 4 +-
13193 net/sunrpc/svc.c | 8 +-
13194 net/sunrpc/svcauth_unix.c | 2 +-
13195 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
13196 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
13197 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
13198 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
13199 net/tipc/netlink_compat.c | 12 +-
13200 net/tipc/subscr.c | 2 +-
13201 net/unix/diag.c | 2 +-
13202 net/unix/sysctl_net_unix.c | 2 +-
13203 net/wireless/scan.c | 3 +-
13204 net/wireless/wext-compat.c | 140 +-
13205 net/wireless/wext-compat.h | 8 +-
13206 net/wireless/wext-core.c | 19 +-
13207 net/wireless/wext-sme.c | 5 +-
13208 net/xfrm/xfrm_policy.c | 18 +-
13209 net/xfrm/xfrm_state.c | 37 +-
13210 net/xfrm/xfrm_sysctl.c | 2 +-
13211 net/xfrm/xfrm_user.c | 2 +-
13212 scripts/Kbuild.include | 12 +-
13213 scripts/Makefile | 2 +-
13214 scripts/Makefile.build | 2 +-
13215 scripts/Makefile.clean | 4 +-
13216 scripts/Makefile.extrawarn | 4 +
13217 scripts/Makefile.gcc-plugins | 93 +
13218 scripts/Makefile.host | 73 +-
13219 scripts/basic/fixdep.c | 12 +-
13220 scripts/dtc/checks.c | 14 +-
13221 scripts/dtc/data.c | 6 +-
13222 scripts/dtc/flattree.c | 8 +-
13223 scripts/dtc/livetree.c | 4 +-
13224 scripts/gcc-plugin.sh | 65 +
13225 scripts/gcc-plugins/Makefile | 25 +
13226 scripts/gcc-plugins/checker_plugin.c | 496 +
13227 scripts/gcc-plugins/colorize_plugin.c | 162 +
13228 scripts/gcc-plugins/constify_plugin.c | 583 +
13229 scripts/gcc-plugins/gcc-common.h | 893 +
13230 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 175 +
13231 scripts/gcc-plugins/gcc-generate-ipa-pass.h | 289 +
13232 scripts/gcc-plugins/gcc-generate-rtl-pass.h | 175 +
13233 scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h | 175 +
13234 scripts/gcc-plugins/initify_plugin.c | 536 +
13235 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
13236 scripts/gcc-plugins/kernexec_plugin.c | 407 +
13237 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
13238 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
13239 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
13240 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
13241 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
13242 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 511 +
13243 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
13244 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
13245 scripts/gcc-plugins/size_overflow_plugin/Makefile | 30 +
13246 .../disable_size_overflow_hash.data | 12445 +++++++++++
13247 .../generate_size_overflow_hash.sh | 103 +
13248 .../insert_size_overflow_asm.c | 369 +
13249 .../size_overflow_plugin/intentional_overflow.c | 1166 +
13250 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
13251 .../size_overflow_plugin/size_overflow.h | 331 +
13252 .../size_overflow_plugin/size_overflow_debug.c | 194 +
13253 .../size_overflow_plugin/size_overflow_hash.data | 21503 +++++++++++++++++++
13254 .../size_overflow_hash_aux.data | 97 +
13255 .../size_overflow_plugin/size_overflow_ipa.c | 1163 +
13256 .../size_overflow_plugin/size_overflow_misc.c | 505 +
13257 .../size_overflow_plugin/size_overflow_plugin.c | 290 +
13258 .../size_overflow_plugin_hash.c | 352 +
13259 .../size_overflow_plugin/size_overflow_transform.c | 743 +
13260 .../size_overflow_transform_core.c | 1025 +
13261 scripts/gcc-plugins/stackleak_plugin.c | 350 +
13262 scripts/gcc-plugins/structleak_plugin.c | 239 +
13263 scripts/headers_install.sh | 1 +
13264 scripts/kallsyms.c | 4 +-
13265 scripts/kconfig/lkc.h | 5 +-
13266 scripts/kconfig/menu.c | 2 +-
13267 scripts/kconfig/symbol.c | 6 +-
13268 scripts/link-vmlinux.sh | 2 +-
13269 scripts/mod/file2alias.c | 14 +-
13270 scripts/mod/modpost.c | 40 +-
13271 scripts/mod/modpost.h | 6 +-
13272 scripts/mod/sumversion.c | 2 +-
13273 scripts/module-common.lds | 4 +
13274 scripts/package/builddeb | 1 +
13275 scripts/pnmtologo.c | 6 +-
13276 scripts/sortextable.h | 6 +-
13277 scripts/tags.sh | 2 +-
13278 security/Kconfig | 710 +-
13279 security/apparmor/include/policy.h | 2 +-
13280 security/apparmor/lsm.c | 16 +-
13281 security/apparmor/policy.c | 4 +-
13282 security/integrity/ima/ima.h | 4 +-
13283 security/integrity/ima/ima_api.c | 2 +-
13284 security/integrity/ima/ima_fs.c | 4 +-
13285 security/integrity/ima/ima_queue.c | 2 +-
13286 security/keys/internal.h | 8 +-
13287 security/keys/key.c | 18 +-
13288 security/keys/keyring.c | 4 -
13289 security/selinux/avc.c | 6 +-
13290 security/selinux/include/xfrm.h | 2 +-
13291 security/yama/yama_lsm.c | 2 +-
13292 sound/aoa/codecs/onyx.c | 7 +-
13293 sound/aoa/codecs/onyx.h | 1 +
13294 sound/core/oss/pcm_oss.c | 18 +-
13295 sound/core/pcm_compat.c | 2 +-
13296 sound/core/pcm_lib.c | 3 +-
13297 sound/core/pcm_native.c | 4 +-
13298 sound/core/rawmidi.c | 5 +-
13299 sound/core/seq/oss/seq_oss_synth.c | 4 +-
13300 sound/core/seq/seq_clientmgr.c | 10 +-
13301 sound/core/seq/seq_compat.c | 2 +-
13302 sound/core/seq/seq_fifo.c | 6 +-
13303 sound/core/seq/seq_fifo.h | 2 +-
13304 sound/core/seq/seq_memory.c | 18 +-
13305 sound/core/seq/seq_midi.c | 5 +-
13306 sound/core/seq/seq_virmidi.c | 2 +-
13307 sound/core/sound.c | 2 +-
13308 sound/drivers/mts64.c | 14 +-
13309 sound/drivers/opl4/opl4_lib.c | 2 +-
13310 sound/drivers/portman2x4.c | 3 +-
13311 sound/firewire/amdtp-am824.c | 2 +-
13312 sound/firewire/amdtp-stream.c | 4 +-
13313 sound/firewire/amdtp-stream.h | 2 +-
13314 sound/firewire/digi00x/amdtp-dot.c | 2 +-
13315 sound/firewire/isight.c | 10 +-
13316 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
13317 sound/oss/sb_audio.c | 2 +-
13318 sound/oss/swarm_cs4297a.c | 6 +-
13319 sound/pci/als300.c | 2 +-
13320 sound/pci/aw2/aw2-alsa.c | 2 -
13321 sound/pci/aw2/aw2-saa7146.c | 4 +-
13322 sound/pci/ctxfi/ctamixer.c | 14 +-
13323 sound/pci/ctxfi/ctamixer.h | 8 +-
13324 sound/pci/ctxfi/ctatc.c | 20 +-
13325 sound/pci/ctxfi/ctdaio.c | 6 +-
13326 sound/pci/ctxfi/ctdaio.h | 4 +-
13327 sound/pci/ctxfi/ctsrc.c | 13 +-
13328 sound/pci/ctxfi/ctsrc.h | 8 +-
13329 sound/pci/hda/hda_codec.c | 2 +-
13330 sound/pci/ymfpci/ymfpci.h | 2 +-
13331 sound/pci/ymfpci/ymfpci_main.c | 12 +-
13332 sound/soc/codecs/cx20442.c | 8 +-
13333 sound/soc/codecs/sti-sas.c | 10 +-
13334 sound/soc/codecs/tlv320dac33.c | 7 +-
13335 sound/soc/codecs/uda1380.c | 7 +-
13336 sound/soc/intel/skylake/skl-sst-dsp.h | 4 +-
13337 sound/soc/soc-ac97.c | 6 +-
13338 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
13339 tools/include/linux/compiler.h | 8 +
13340 tools/perf/util/include/asm/alternative-asm.h | 3 +
13341 tools/virtio/linux/uaccess.h | 2 +-
13342 virt/kvm/kvm_main.c | 42 +-
13343 2730 files changed, 77381 insertions(+), 14195 deletions(-)
13344commit 5988c8dba8a5da45e35d71f4a8fec34c267258c5
13345Author: Brad Spengler <spender@grsecurity.net>
13346Date: Mon Apr 25 20:40:53 2016 -0400
13347
13348 Fix DoS in n_tty_receive_buf_common reported by marcan at:
13349 https://forums.grsecurity.net/viewtopic.php?t=4342&p=16222
13350 and via lengthy diatribe on Twitter:
13351 https://twitter.com/marcan42/status/724740708104474626
13352 https://twitter.com/marcan42/status/724740985146609664
13353 https://twitter.com/marcan42/status/724741270325760000
13354 https://twitter.com/marcan42/status/724742465199050752
13355 https://twitter.com/marcan42/status/724745886794833920
13356 https://twitter.com/marcan42/status/724749571495075840
13357 https://twitter.com/marcan42/status/724746427285409796
13358 https://twitter.com/marcan42/status/724743150263095296
13359 https://twitter.com/marcan42/status/724757473433808896
13360
13361 Fix it correctly instead of using the incorrect fix suggested
13362 by marcan (aka "try reading the code next time")
13363 The original code was meant to fix an integer truncation issue
13364 that would also have caused a SIZE_OVERFLOW "DoS".
13365
13366 drivers/tty/n_tty.c | 9 +++++----
13367 1 file changed, 5 insertions(+), 4 deletions(-)
13368
13369commit 5459ff57d8987389fa17d5d6f55b70a789347c2f
13370Author: Brad Spengler <spender@grsecurity.net>
13371Date: Mon Apr 25 19:52:33 2016 -0400
13372
13373 Avoid overflow in environ_read() caught by SIZE_OVERFLOW,
13374 reported by jotik at:
13375 https://forums.grsecurity.net/viewtopic.php?t=4363&p=16217
13376 patch from Mathias Krause
13377
13378 fs/proc/base.c | 2 +-
13379 1 file changed, 1 insertion(+), 1 deletion(-)
13380
13381commit 24a5c92e147af1e739e9eeca020c61ad2674e784
13382Author: Jiri Benc <jbenc@redhat.com>
13383Date: Fri Apr 22 13:09:13 2016 +0200
13384
13385 cxgbi: fix uninitialized flowi6
13386
13387 ip6_route_output looks into different fields in the passed flowi6 structure,
13388 yet cxgbi passes garbage in nearly all those fields. Zero the structure out
13389 first.
13390
13391 Fixes: fc8d0590d9142 ("libcxgbi: Add ipv6 api to driver")
13392 Signed-off-by: Jiri Benc <jbenc@redhat.com>
13393 Signed-off-by: David S. Miller <davem@davemloft.net>
13394
13395 drivers/scsi/cxgbi/libcxgbi.c | 1 +
13396 1 file changed, 1 insertion(+)
13397
13398commit ec65caa32652841a5be21d6e73146921af16d7a8
13399Author: Brad Spengler <spender@grsecurity.net>
13400Date: Wed Apr 20 20:59:43 2016 -0400
13401
13402 Make /proc/sched_debug only readable by root, mentioned in
13403 recent NCC Group paper on Linux containers
13404
13405 kernel/sched/debug.c | 4 ++++
13406 1 file changed, 4 insertions(+)
13407
13408commit 7957d30730bb26a4aef54ab484dc3b4108f1fdb1
13409Merge: 463149f ff26083
13410Author: Brad Spengler <spender@grsecurity.net>
13411Date: Wed Apr 20 17:55:53 2016 -0400
13412
13413 Merge branch 'pax-test' into grsec-test
13414
13415commit ff260839e610d2bc1b0c579edd7deb0028198f01
13416Author: Brad Spengler <spender@grsecurity.net>
13417Date: Wed Apr 20 17:55:24 2016 -0400
13418
13419 Update to pax-linux-4.4.8-test14.patch:
13420 - Emese fixed some CodingStyle issues in the latent entropy plugin
13421 - fixed some build problems on mips, reported by Steve Arnold (https://bugs.gentoo.org/show_bug.cgi?id=578394)
13422
13423 arch/mips/include/asm/cache.h | 3 ++-
13424 arch/mips/lib/ashldi3.c | 21 ++++++++++++++-------
13425 arch/mips/lib/ashrdi3.c | 19 +++++++++++++------
13426 arch/mips/lib/libgcc.h | 12 +++++++++---
13427 drivers/idle/intel_idle.c | 6 ++++--
13428 tools/gcc/latent_entropy_plugin.c | 29 +++++++++++++++--------------
13429 6 files changed, 57 insertions(+), 33 deletions(-)
13430
13431commit 463149f47a64db4b26a13009f83ed73d393a209c
13432Author: Xiaodong Liu <xiaodong.liu@intel.com>
13433Date: Tue Apr 12 09:45:51 2016 +0000
13434
13435 crypto: sha1-mb - use corrcet pointer while completing jobs
13436
13437 In sha_complete_job, incorrect mcryptd_hash_request_ctx pointer is used
13438 when check and complete other jobs. If the memory of first completed req
13439 is freed, while still completing other jobs in the func, kernel will
13440 crash since NULL pointer is assigned to RIP.
13441
13442 Cc: <stable@vger.kernel.org>
13443 Signed-off-by: Xiaodong Liu <xiaodong.liu@intel.com>
13444 Acked-by: Tim Chen <tim.c.chen@linux.intel.com>
13445 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
13446
13447 arch/x86/crypto/sha-mb/sha1_mb.c | 4 ++--
13448 1 file changed, 2 insertions(+), 2 deletions(-)
13449
13450commit b4e6484e67b917afb77478cab1260f41dbbc92fc
13451Author: Tom Lendacky <thomas.lendacky@amd.com>
13452Date: Wed Apr 13 10:52:25 2016 -0500
13453
13454 crypto: ccp - Prevent information leakage on export
13455
13456 Prevent information from leaking to userspace by doing a memset to 0 of
13457 the export state structure before setting the structure values and copying
13458 it. This prevents un-initialized padding areas from being copied into the
13459 export area.
13460
13461 Cc: <stable@vger.kernel.org> # 3.14.x-
13462 Reported-by: Ben Hutchings <ben@decadent.org.uk>
13463 Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
13464 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
13465
13466 drivers/crypto/ccp/ccp-crypto-aes-cmac.c | 3 +++
13467 drivers/crypto/ccp/ccp-crypto-sha.c | 3 +++
13468 2 files changed, 6 insertions(+)
13469
13470commit 7d7e961d3f4e4614b22518d8e410e6cf4108f1b0
13471Author: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
13472Date: Mon Apr 18 14:33:54 2016 +0300
13473
13474 net/mlx4_en: allocate non 0-order pages for RX ring with __GFP_NOMEMALLOC
13475
13476 High order pages are optional here since commit 51151a16a60f ("mlx4: allow
13477 order-0 memory allocations in RX path"), so here is no reason for depleting
13478 reserves. Generic __netdev_alloc_frag() implements the same logic.
13479
13480 Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
13481 Acked-by: Eric Dumazet <edumazet@google.com>
13482 Signed-off-by: David S. Miller <davem@davemloft.net>
13483
13484 drivers/net/ethernet/mellanox/mlx4/en_rx.c | 2 +-
13485 1 file changed, 1 insertion(+), 1 deletion(-)
13486
13487commit 6b80edde2edc7fd055f9be8ec42b88abbe328639
13488Author: Ignat Korchagin <ignat.korchagin@gmail.com>
13489Date: Thu Mar 17 18:00:29 2016 +0000
13490
13491 USB: usbip: fix potential out-of-bounds write
13492
13493 Fix potential out-of-bounds write to urb->transfer_buffer
13494 usbip handles network communication directly in the kernel. When receiving a
13495 packet from its peer, usbip code parses headers according to protocol. As
13496 part of this parsing urb->actual_length is filled. Since the input for
13497 urb->actual_length comes from the network, it should be treated as untrusted.
13498 Any entity controlling the network may put any value in the input and the
13499 preallocated urb->transfer_buffer may not be large enough to hold the data.
13500 Thus, the malicious entity is able to write arbitrary data to kernel memory.
13501
13502 Signed-off-by: Ignat Korchagin <ignat.korchagin@gmail.com>
13503 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13504
13505 drivers/usb/usbip/usbip_common.c | 11 +++++++++++
13506 1 file changed, 11 insertions(+)
13507
13508commit 0ce101ec9e74c2cfcd28cbcd18b0626e3d9a2482
13509Merge: d60a24d f5fe5fd
13510Author: Brad Spengler <spender@grsecurity.net>
13511Date: Wed Apr 20 17:35:58 2016 -0400
13512
13513 Merge branch 'pax-test' into grsec-test
13514
13515commit f5fe5fddf49f1b81a2a3bb43b1e0a8c087aba438
13516Merge: a107ba2 8c9aef0
13517Author: Brad Spengler <spender@grsecurity.net>
13518Date: Wed Apr 20 17:35:29 2016 -0400
13519
13520 Merge branch 'linux-4.4.y' into pax-test
13521
13522commit d60a24d6e4f61072d0bd1dc12be1177181fa8c2b
13523Author: Brad Spengler <spender@grsecurity.net>
13524Date: Mon Apr 18 17:48:10 2016 -0400
13525
13526 fix cast for constify change, reported by pipacs
13527
13528 drivers/idle/intel_idle.c | 4 ++--
13529 1 file changed, 2 insertions(+), 2 deletions(-)
13530
13531commit 1d376287aeba7a53c91d5ee49ef0a11d02193964
13532Author: Brad Spengler <spender@grsecurity.net>
13533Date: Fri Apr 15 21:31:07 2016 -0400
13534
13535 Use proper type for function pointer
13536
13537 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 6 +++---
13538 1 file changed, 3 insertions(+), 3 deletions(-)
13539
13540commit 0a4104a2fa32904102fac07245426d78a1e9dfab
13541Author: Brad Spengler <spender@grsecurity.net>
13542Date: Fri Apr 15 21:24:04 2016 -0400
13543
13544 Fix skylake cstates compat with constify
13545
13546 drivers/idle/intel_idle.c | 6 ++++--
13547 1 file changed, 4 insertions(+), 2 deletions(-)
13548
13549commit f433f8fd372253c9e78e307afe5b800c5ab0ea61
13550Author: Brad Spengler <spender@grsecurity.net>
13551Date: Fri Apr 15 21:10:44 2016 -0400
13552
13553 Update size_overflow hash table
13554
13555 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 3 ++-
13556 1 file changed, 2 insertions(+), 1 deletion(-)
13557
13558commit ef7804da81cb3c6b6a4c985a3c14ee230a03f26a
13559Author: Brad Spengler <spender@grsecurity.net>
13560Date: Fri Apr 15 20:52:37 2016 -0400
13561
13562 compile fix
13563
13564 fs/coredump.c | 3 ---
13565 1 file changed, 3 deletions(-)
13566
13567commit 967224da52bd98d078b1237aea5ec9e622238fba
13568Merge: 92771d6 a107ba2
13569Author: Brad Spengler <spender@grsecurity.net>
13570Date: Fri Apr 15 20:30:23 2016 -0400
13571
13572 Merge branch 'pax-test' into grsec-test
13573
13574commit a107ba25214d9694eb836fb04c782ad694977b91
13575Merge: 4d8fc00 b40108b
13576Author: Brad Spengler <spender@grsecurity.net>
13577Date: Fri Apr 15 20:18:26 2016 -0400
13578
13579 Merge branch 'linux-4.4.y' into pax-test
13580
13581commit 92771d60677d68e8f6ea7a91ff34dd6e24b6d4cf
13582Author: Brad Spengler <spender@grsecurity.net>
13583Date: Sun Apr 10 07:18:03 2016 -0400
13584
13585 From: Mathias Krause <minipli@googlemail.com>
13586 To: "David S. Miller" <davem@davemloft.net>
13587 Cc: netdev@vger.kernel.org, "Eric W. Biederman" <ebiederm@xmission.com>, Pavel
13588 Emelyanov <xemul@parallels.com>
13589 Subject: [PATCH net] packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag
13590 interface
13591
13592 Because we miss to wipe the remainder of i->addr[] in packet_mc_add(),
13593 pdiag_put_mclist() leaks uninitialized heap bytes via the
13594 PACKET_DIAG_MCLIST netlink attribute.
13595
13596 Fix this by explicitly memset(0)ing the remaining bytes in i->addr[].
13597
13598 Fixes: eea68e2f1a00 ("packet: Report socket mclist info via diag module")
13599 Signed-off-by: Mathias Krause <minipli@googlemail.com>
13600 Cc: Eric W. Biederman <ebiederm@xmission.com>
13601 Cc: Pavel Emelyanov <xemul@parallels.com>
13602 ---
13603 The bug itself precedes commit eea68e2f1a00 but the list wasn't exposed
13604 to userland before the introduction of the packet_diag interface.
13605 Therefore the "Fixes:" line on that commit.
13606
13607 net/packet/af_packet.c | 1 +
13608 1 file changed, 1 insertion(+)
13609
13610commit 4286ce3f9e9db4d68870af46ae1d5f9b90b920dd
13611Author: Jakub Sitnicki <jkbs@redhat.com>
13612Date: Tue Apr 5 18:41:08 2016 +0200
13613
13614 ipv6: Count in extension headers in skb->network_header
13615
13616 When sending a UDPv6 message longer than MTU, account for the length
13617 of fragmentable IPv6 extension headers in skb->network_header offset.
13618 Same as we do in alloc_new_skb path in __ip6_append_data().
13619
13620 This ensures that later on __ip6_make_skb() will make space in
13621 headroom for fragmentable extension headers:
13622
13623 /* move skb->data to ip header from ext header */
13624 if (skb->data < skb_network_header(skb))
13625 __skb_pull(skb, skb_network_offset(skb));
13626
13627 Prevents a splat due to skb_under_panic:
13628
13629 skbuff: skb_under_panic: text:ffffffff8143397b len:2126 put:14 \
13630 head:ffff880005bacf50 data:ffff880005bacf4a tail:0x48 end:0xc0 dev:lo
13631 ------------[ cut here ]------------
13632 kernel BUG at net/core/skbuff.c:104!
13633 invalid opcode: 0000 [#1] KASAN
13634 CPU: 0 PID: 160 Comm: reproducer Not tainted 4.6.0-rc2 #65
13635 [...]
13636 Call Trace:
13637 [<ffffffff813eb7b9>] skb_push+0x79/0x80
13638 [<ffffffff8143397b>] eth_header+0x2b/0x100
13639 [<ffffffff8141e0d0>] neigh_resolve_output+0x210/0x310
13640 [<ffffffff814eab77>] ip6_finish_output2+0x4a7/0x7c0
13641 [<ffffffff814efe3a>] ip6_output+0x16a/0x280
13642 [<ffffffff815440c1>] ip6_local_out+0xb1/0xf0
13643 [<ffffffff814f1115>] ip6_send_skb+0x45/0xd0
13644 [<ffffffff81518836>] udp_v6_send_skb+0x246/0x5d0
13645 [<ffffffff8151985e>] udpv6_sendmsg+0xa6e/0x1090
13646 [...]
13647
13648 Reported-by: Ji Jianwen <jiji@redhat.com>
13649 Signed-off-by: Jakub Sitnicki <jkbs@redhat.com>
13650 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
13651 Signed-off-by: David S. Miller <davem@davemloft.net>
13652
13653 net/ipv6/ip6_output.c | 8 ++++----
13654 1 file changed, 4 insertions(+), 4 deletions(-)
13655
13656commit 638dad49a9ba3d86f627adb58b2f4636ed253685
13657Author: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
13658Date: Fri Apr 1 17:17:50 2016 -0300
13659
13660 ip6_tunnel: set rtnl_link_ops before calling register_netdevice
13661
13662 When creating an ip6tnl tunnel with ip tunnel, rtnl_link_ops is not set
13663 before ip6_tnl_create2 is called. When register_netdevice is called, there
13664 is no linkinfo attribute in the NEWLINK message because of that.
13665
13666 Setting rtnl_link_ops before calling register_netdevice fixes that.
13667
13668 Fixes: 0b112457229d ("ip6tnl: add support of link creation via rtnl")
13669 Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
13670 Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
13671 Signed-off-by: David S. Miller <davem@davemloft.net>
13672
13673 net/ipv6/ip6_tunnel.c | 2 +-
13674 1 file changed, 1 insertion(+), 1 deletion(-)
13675
13676commit 14146a0bfaf2ced0055fe549c8fa0941c61e2457
13677Author: Brad Spengler <spender@grsecurity.net>
13678Date: Tue Apr 5 21:12:44 2016 -0400
13679
13680 Code cleanups to RANDSTRUCT based on feedback from the PaX Team
13681
13682 tools/gcc/randomize_layout_plugin.c | 18 ++++++++++++------
13683 1 file changed, 12 insertions(+), 6 deletions(-)
13684
13685commit 3f7dea5e59b0bb34f6bdb628c87251f0105b3d57
13686Author: Brad Spengler <spender@grsecurity.net>
13687Date: Sun Apr 3 20:10:10 2016 -0400
13688
13689 Fix RANDSTRUCT support on ARM
13690
13691 tools/gcc/randomize_layout_plugin.c | 54 +++++++++++++++++++++++++++++++++++--
13692 1 file changed, 52 insertions(+), 2 deletions(-)
13693
13694commit bd893a75ab49f6ea5a216eb334471507337118ba
13695Merge: 87b7f1d 4d8fc00
13696Author: Brad Spengler <spender@grsecurity.net>
13697Date: Sat Apr 2 11:54:20 2016 -0400
13698
13699 Merge branch 'pax-test' into grsec-test
13700
13701commit 4d8fc00c0066b1921e233123b346efe6ffb27691
13702Author: Brad Spengler <spender@grsecurity.net>
13703Date: Sat Apr 2 11:53:53 2016 -0400
13704
13705 Update to pax-linux-4.4.6-test13.patch:
13706 - fixed a REFCOUNT related compile regression on mips, reported by Steve Arnold (https://bugs.gentoo.org/show_bug.cgi?id=578394)
13707 - 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)
13708
13709 arch/mips/include/asm/atomic.h | 4 ----
13710 tools/gcc/size_overflow_plugin/disable_size_overflow_hash.data | 1 +
13711 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 -
13712 3 files changed, 1 insertion(+), 5 deletions(-)
13713
13714commit 87b7f1d200023ba826b9d552834a2ee85e67526c
13715Merge: 3335266 3abdad0
13716Author: Brad Spengler <spender@grsecurity.net>
13717Date: Sat Apr 2 11:19:17 2016 -0400
13718
13719 Merge branch 'pax-test' into grsec-test
13720
13721commit 3abdad0c3b436c076c88289f07a250b811d6f79d
13722Author: Brad Spengler <spender@grsecurity.net>
13723Date: Sat Apr 2 11:12:56 2016 -0400
13724
13725 Update to pax-linux-4.4.6-test12.patch:
13726 - fixed vmalloc_fault on i386/PAE to use the correct percpu userland pgd table/entry
13727 - fixed a size overflow false positive report in pptp, reported by Pinkbyte (https://forums.grsecurity.net/viewtopic.php?f=3&t=4437)
13728 - fixed a size overflow false positive report in tbf_segment, reported by audiocricket (https://forums.grsecurity.net/viewtopic.php?f=3&t=4438)
13729 - Emese fixed the x86 vdso32 CFLAGS to omit the gcc plugins
13730 - Emese simplified the gcc plugin related make rules, suggested by Masahiro Yamada
13731 - André Fabian Silva Delgado fixed a compile regression on arm, reported by coadde (https://forums.grsecurity.net/viewtopic.php?f=3&t=4435)
13732 - fixed an integer sign conversion error in nfs_super_set_maxbytes caught by the size overflow plugin, reported by Alexey Dvoichenkov <xale@hyperplane.net>
13733 - fixed a size overflow false positive in squashfs, reported by Mathias Krause <minipli@ld-linux.so>
13734 - fixed a size overflow false positive in xfrm6_transport_output, reported by marcan (https://forums.grsecurity.net/viewtopic.php?f=3&t=4426)
13735 - fixed an integer truncation bug in elf_kcore_store_hdr caught by the size overflow plugin
13736 - fixed a gratuitous userland dereference in the amd64 stack walker
13737 - added latent entropy gathering to a few more functions
13738 - constified a few smp_hotplug_thread instances
13739
13740 arch/x86/entry/vdso/Makefile | 1 +
13741 arch/x86/include/asm/cpufeature.h | 1 -
13742 arch/x86/kernel/dumpstack_64.c | 17 ++++++-----------
13743 arch/x86/kernel/head_32.S | 6 +++---
13744 arch/x86/mm/fault.c | 2 +-
13745 drivers/iommu/arm-smmu.c | 2 +-
13746 drivers/net/ppp/pptp.c | 1 +
13747 drivers/staging/rdma/ehca/ehca_irq.c | 2 +-
13748 fs/nfs/internal.h | 5 +++--
13749 fs/proc/kcore.c | 2 +-
13750 kernel/module.c | 6 +++---
13751 kernel/rcu/tree.c | 2 +-
13752 kernel/softirq.c | 2 +-
13753 kernel/stop_machine.c | 2 +-
13754 net/ipv6/xfrm6_mode_transport.c | 2 +-
13755 net/sched/sch_tbf.c | 9 ++++++---
13756 scripts/Makefile.gcc-plugins | 13 +++----------
13757 scripts/Makefile.host | 3 +--
13758 .../disable_size_overflow_hash.data | 4 +++-
13759 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 6 ++----
13760 20 files changed, 40 insertions(+), 48 deletions(-)
13761
13762commit 3335266d5bec9bc01580736c0a7026ed96cf25e5
13763Author: Mika Penttilä <mika.penttila@nextfour.com>
13764Date: Mon Feb 22 17:56:52 2016 +0100
13765
13766 ARM: 8544/1: set_memory_xx fixes
13767
13768 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.
13769
13770 Signed-off-by: Mika Penttilä mika.penttila@nextfour.com
13771 Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
13772
13773 arch/arm/mm/pageattr.c | 3 +++
13774 1 file changed, 3 insertions(+)
13775
13776commit d6d6499b22c0e5593a16f41c516041b23fbf9eeb
13777Author: Josh Boyer <jwboyer@fedoraproject.org>
13778Date: Mon Mar 14 10:42:38 2016 -0400
13779
13780 USB: iowarrior: fix oops with malicious USB descriptors
13781
13782 The iowarrior driver expects at least one valid endpoint. If given
13783 malicious descriptors that specify 0 for the number of endpoints,
13784 it will crash in the probe function. Ensure there is at least
13785 one endpoint on the interface before using it.
13786
13787 The full report of this issue can be found here:
13788 http://seclists.org/bugtraq/2016/Mar/87
13789
13790 Reported-by: Ralf Spenneberg <ralf@spenneberg.net>
13791 Cc: stable <stable@vger.kernel.org>
13792 Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
13793 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13794
13795 drivers/usb/misc/iowarrior.c | 6 ++++++
13796 1 file changed, 6 insertions(+)
13797
13798commit 79a1fb47ab1245e81040bcd45b3e44e65d282684
13799Author: Oliver Neukum <oneukum@suse.com>
13800Date: Tue Mar 15 10:14:04 2016 +0100
13801
13802 USB: cdc-acm: more sanity checking
13803
13804 An attack has become available which pretends to be a quirky
13805 device circumventing normal sanity checks and crashes the kernel
13806 by an insufficient number of interfaces. This patch adds a check
13807 to the code path for quirky devices.
13808
13809 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
13810 CC: stable@vger.kernel.org
13811 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13812
13813 drivers/usb/class/cdc-acm.c | 3 +++
13814 1 file changed, 3 insertions(+)
13815
13816commit 6ee21acdf0da6602671cb50edeca0abfba3955f7
13817Author: Oliver Neukum <oneukum@suse.com>
13818Date: Wed Mar 16 13:26:17 2016 +0100
13819
13820 USB: usb_driver_claim_interface: add sanity checking
13821
13822 Attacks that trick drivers into passing a NULL pointer
13823 to usb_driver_claim_interface() using forged descriptors are
13824 known. This thwarts them by sanity checking.
13825
13826 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
13827 CC: stable@vger.kernel.org
13828 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13829
13830 drivers/usb/core/driver.c | 6 +++++-
13831 1 file changed, 5 insertions(+), 1 deletion(-)
13832
13833commit 44247834ddab762509eaaf5c742e15bfadcd9d94
13834Author: Paolo Bonzini <pbonzini@redhat.com>
13835Date: Mon Mar 21 10:15:25 2016 +0100
13836
13837 KVM: fix spin_lock_init order on x86
13838
13839 Moving the initialization earlier is needed in 4.6 because
13840 kvm_arch_init_vm is now using mmu_lock, causing lockdep to
13841 complain:
13842
13843 [ 284.440294] INFO: trying to register non-static key.
13844 [ 284.445259] the code is fine but needs lockdep annotation.
13845 [ 284.450736] turning off the locking correctness validator.
13846 ...
13847 [ 284.528318] [<ffffffff810aecc3>] lock_acquire+0xd3/0x240
13848 [ 284.533733] [<ffffffffa0305aa0>] ? kvm_page_track_register_notifier+0x20/0x60 [kvm]
13849 [ 284.541467] [<ffffffff81715581>] _raw_spin_lock+0x41/0x80
13850 [ 284.546960] [<ffffffffa0305aa0>] ? kvm_page_track_register_notifier+0x20/0x60 [kvm]
13851 [ 284.554707] [<ffffffffa0305aa0>] kvm_page_track_register_notifier+0x20/0x60 [kvm]
13852 [ 284.562281] [<ffffffffa02ece70>] kvm_mmu_init_vm+0x20/0x30 [kvm]
13853 [ 284.568381] [<ffffffffa02dbf7a>] kvm_arch_init_vm+0x1ea/0x200 [kvm]
13854 [ 284.574740] [<ffffffffa02bff3f>] kvm_dev_ioctl+0xbf/0x4d0 [kvm]
13855
13856 However, it also helps fixing a preexisting problem, which is why this
13857 patch is also good for stable kernels: kvm_create_vm was incrementing
13858 current->mm->mm_count but not decrementing it at the out_err label (in
13859 case kvm_init_mmu_notifier failed). The new initialization order makes
13860 it possible to add the required mmdrop without adding a new error label.
13861
13862 Cc: stable@vger.kernel.org
13863 Reported-by: Borislav Petkov <bp@alien8.de>
13864 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13865
13866 virt/kvm/kvm_main.c | 21 +++++++++++----------
13867 1 file changed, 11 insertions(+), 10 deletions(-)
13868
13869commit 9d0cf281d74a9fe490f3ba5ca3d0e57eac066e1c
13870Author: Paolo Bonzini <pbonzini@redhat.com>
13871Date: Fri Mar 18 16:53:42 2016 +0100
13872
13873 KVM: VMX: avoid guest hang on invalid invvpid instruction
13874
13875 A guest executing an invalid invvpid instruction would hang
13876 because the instruction pointer was not updated.
13877
13878 Reported-by: jmontleo@redhat.com
13879 Tested-by: jmontleo@redhat.com
13880 Cc: stable@vger.kernel.org
13881 Fixes: 99b83ac893b84ed1a62ad6d1f2b6cc32026b9e85
13882 Reviewed-by: David Matlack <dmatlack@google.com>
13883 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13884
13885 arch/x86/kvm/vmx.c | 1 +
13886 1 file changed, 1 insertion(+)
13887
13888commit 602caaece277e5e21ae43771398bbf7778061beb
13889Author: Paolo Bonzini <pbonzini@redhat.com>
13890Date: Fri Mar 18 16:53:29 2016 +0100
13891
13892 KVM: VMX: avoid guest hang on invalid invept instruction
13893
13894 A guest executing an invalid invept instruction would hang
13895 because the instruction pointer was not updated.
13896
13897 Cc: stable@vger.kernel.org
13898 Fixes: bfd0a56b90005f8c8a004baf407ad90045c2b11e
13899 Reviewed-by: David Matlack <dmatlack@google.com>
13900 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13901
13902 arch/x86/kvm/vmx.c | 1 +
13903 1 file changed, 1 insertion(+)
13904
13905commit 3309ac82d6596de8abc6ea51dd0a942416da1cc1
13906Author: Jann Horn <jann@thejh.net>
13907Date: Tue Mar 22 14:25:36 2016 -0700
13908
13909 fs/coredump: prevent fsuid=0 dumps into user-controlled directories
13910
13911 This commit fixes the following security hole affecting systems where
13912 all of the following conditions are fulfilled:
13913
13914 - The fs.suid_dumpable sysctl is set to 2.
13915 - The kernel.core_pattern sysctl's value starts with "/". (Systems
13916 where kernel.core_pattern starts with "|/" are not affected.)
13917 - Unprivileged user namespace creation is permitted. (This is
13918 true on Linux >=3.8, but some distributions disallow it by
13919 default using a distro patch.)
13920
13921 Under these conditions, if a program executes under secure exec rules,
13922 causing it to run with the SUID_DUMP_ROOT flag, then unshares its user
13923 namespace, changes its root directory and crashes, the coredump will be
13924 written using fsuid=0 and a path derived from kernel.core_pattern - but
13925 this path is interpreted relative to the root directory of the process,
13926 allowing the attacker to control where a coredump will be written with
13927 root privileges.
13928
13929 To fix the security issue, always interpret core_pattern for dumps that
13930 are written under SUID_DUMP_ROOT relative to the root directory of init.
13931
13932 Signed-off-by: Jann Horn <jann@thejh.net>
13933 Acked-by: Kees Cook <keescook@chromium.org>
13934 Cc: Al Viro <viro@zeniv.linux.org.uk>
13935 Cc: "Eric W. Biederman" <ebiederm@xmission.com>
13936 Cc: Andy Lutomirski <luto@kernel.org>
13937 Cc: Oleg Nesterov <oleg@redhat.com>
13938 Cc: <stable@vger.kernel.org>
13939 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
13940 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13941
13942 arch/um/drivers/mconsole_kern.c | 2 +-
13943 fs/coredump.c | 31 +++++++++++++++++++++++++++----
13944 fs/fhandle.c | 2 +-
13945 fs/open.c | 6 ++----
13946 include/linux/fs.h | 2 +-
13947 kernel/sysctl_binary.c | 2 +-
13948 6 files changed, 33 insertions(+), 12 deletions(-)
13949
13950commit a7c8d3c91a3e50d0873942f09afbb5071382d5e7
13951Author: Takashi Iwai <tiwai@suse.de>
13952Date: Fri Apr 1 12:28:16 2016 +0200
13953
13954 ALSA: timer: Use mod_timer() for rearming the system timer
13955
13956 ALSA system timer backend stops the timer via del_timer() without sync
13957 and leaves del_timer_sync() at the close instead. This is because of
13958 the restriction by the design of ALSA timer: namely, the stop callback
13959 may be called from the timer handler, and calling the sync shall lead
13960 to a hangup. However, this also triggers a kernel BUG() when the
13961 timer is rearmed immediately after stopping without sync:
13962 kernel BUG at kernel/time/timer.c:966!
13963 Call Trace:
13964 <IRQ>
13965 [<ffffffff8239c94e>] snd_timer_s_start+0x13e/0x1a0
13966 [<ffffffff8239e1f4>] snd_timer_interrupt+0x504/0xec0
13967 [<ffffffff8122fca0>] ? debug_check_no_locks_freed+0x290/0x290
13968 [<ffffffff8239ec64>] snd_timer_s_function+0xb4/0x120
13969 [<ffffffff81296b72>] call_timer_fn+0x162/0x520
13970 [<ffffffff81296add>] ? call_timer_fn+0xcd/0x520
13971 [<ffffffff8239ebb0>] ? snd_timer_interrupt+0xec0/0xec0
13972 ....
13973
13974 It's the place where add_timer() checks the pending timer. It's clear
13975 that this may happen after the immediate restart without sync in our
13976 cases.
13977
13978 So, the workaround here is just to use mod_timer() instead of
13979 add_timer(). This looks like a band-aid fix, but it's a right move,
13980 as snd_timer_interrupt() takes care of the continuous rearm of timer.
13981
13982 Reported-by: Jiri Slaby <jslaby@suse.cz>
13983 Cc: <stable@vger.kernel.org>
13984 Signed-off-by: Takashi Iwai <tiwai@suse.de>
13985
13986 sound/core/timer.c | 4 ++--
13987 1 file changed, 2 insertions(+), 2 deletions(-)
13988
13989commit 2de05c5fc90b461d78a54a7240b664a068844c8c
13990Author: Daniel Vetter <daniel.vetter@ffwll.ch>
13991Date: Wed Mar 30 11:40:43 2016 +0200
13992
13993 drm/udl: Use unlocked gem unreferencing
13994
13995 For drm_gem_object_unreference callers are required to hold
13996 dev->struct_mutex, which these paths don't. Enforcing this requirement
13997 has become a bit more strict with
13998
13999 commit ef4c6270bf2867e2f8032e9614d1a8cfc6c71663
14000 Author: Daniel Vetter <daniel.vetter@ffwll.ch>
14001 Date: Thu Oct 15 09:36:25 2015 +0200
14002
14003 drm/gem: Check locking in drm_gem_object_unreference
14004
14005 Cc: stable@vger.kernel.org
14006 Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
14007 Signed-off-by: Dave Airlie <airlied@redhat.com>
14008
14009 drivers/gpu/drm/udl/udl_fb.c | 2 +-
14010 drivers/gpu/drm/udl/udl_gem.c | 2 +-
14011 2 files changed, 2 insertions(+), 2 deletions(-)
14012
14013commit c8153b6b1731b8fee33966dd8d148643240f1dc0
14014Author: Jan Kara <jack@suse.com>
14015Date: Mon Dec 7 14:34:49 2015 -0500
14016
14017 ext4: fix races of writeback with punch hole and zero range
14018
14019 When doing delayed allocation, update of on-disk inode size is postponed
14020 until IO submission time. However hole punch or zero range fallocate
14021 calls can end up discarding the tail page cache page and thus on-disk
14022 inode size would never be properly updated.
14023
14024 Make sure the on-disk inode size is updated before truncating page
14025 cache.
14026
14027 Signed-off-by: Jan Kara <jack@suse.com>
14028 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
14029
14030 fs/ext4/ext4.h | 3 +++
14031 fs/ext4/extents.c | 5 +++++
14032 fs/ext4/inode.c | 35 ++++++++++++++++++++++++++++++++++-
14033 3 files changed, 42 insertions(+), 1 deletion(-)
14034
14035commit d64beb441579f2667e99eb9d4d6e83deb88bf59b
14036Author: Jan Kara <jack@suse.com>
14037Date: Mon Dec 7 14:31:11 2015 -0500
14038
14039 ext4: fix races between buffered IO and collapse / insert range
14040
14041 Current code implementing FALLOC_FL_COLLAPSE_RANGE and
14042 FALLOC_FL_INSERT_RANGE is prone to races with buffered writes and page
14043 faults. If buffered write or write via mmap manages to squeeze between
14044 filemap_write_and_wait_range() and truncate_pagecache() in the fallocate
14045 implementations, the written data is simply discarded by
14046 truncate_pagecache() although it should have been shifted.
14047
14048 Fix the problem by moving filemap_write_and_wait_range() call inside
14049 i_mutex and i_mmap_sem. That way we are protected against races with
14050 both buffered writes and page faults.
14051
14052 Signed-off-by: Jan Kara <jack@suse.com>
14053 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
14054
14055 fs/ext4/extents.c | 59 +++++++++++++++++++++++++++++--------------------------
14056 1 file changed, 31 insertions(+), 28 deletions(-)
14057
14058commit b1ae49aa4dad39233b16456e0765a23ba4e0546c
14059Author: Jan Kara <jack@suse.com>
14060Date: Mon Dec 7 14:29:17 2015 -0500
14061
14062 ext4: move unlocked dio protection from ext4_alloc_file_blocks()
14063
14064 Currently ext4_alloc_file_blocks() was handling protection against
14065 unlocked DIO. However we now need to sometimes call it under i_mmap_sem
14066 and sometimes not and DIO protection ranks above it (although strictly
14067 speaking this cannot currently create any deadlocks). Also
14068 ext4_zero_range() was actually getting & releasing unlocked DIO
14069 protection twice in some cases. Luckily it didn't introduce any real bug
14070 but it was a land mine waiting to be stepped on. So move DIO protection
14071 out from ext4_alloc_file_blocks() into the two callsites.
14072
14073 Signed-off-by: Jan Kara <jack@suse.com>
14074 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
14075
14076 fs/ext4/extents.c | 21 ++++++++++-----------
14077 1 file changed, 10 insertions(+), 11 deletions(-)
14078
14079commit f9329a4ec30a26f0fababf809c5f1a3ef851b625
14080Author: Jan Kara <jack@suse.com>
14081Date: Mon Dec 7 14:28:03 2015 -0500
14082
14083 ext4: fix races between page faults and hole punching
14084
14085 Currently, page faults and hole punching are completely unsynchronized.
14086 This can result in page fault faulting in a page into a range that we
14087 are punching after truncate_pagecache_range() has been called and thus
14088 we can end up with a page mapped to disk blocks that will be shortly
14089 freed. Filesystem corruption will shortly follow. Note that the same
14090 race is avoided for truncate by checking page fault offset against
14091 i_size but there isn't similar mechanism available for punching holes.
14092
14093 Fix the problem by creating new rw semaphore i_mmap_sem in inode and
14094 grab it for writing over truncate, hole punching, and other functions
14095 removing blocks from extent tree and for read over page faults. We
14096 cannot easily use i_data_sem for this since that ranks below transaction
14097 start and we need something ranking above it so that it can be held over
14098 the whole truncate / hole punching operation. Also remove various
14099 workarounds we had in the code to reduce race window when page fault
14100 could have created pages with stale mapping information.
14101
14102 Signed-off-by: Jan Kara <jack@suse.com>
14103 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
14104
14105 fs/ext4/ext4.h | 10 +++++++++
14106 fs/ext4/extents.c | 54 ++++++++++++++++++++++++--------------------
14107 fs/ext4/file.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++--------
14108 fs/ext4/inode.c | 36 +++++++++++++++++++++--------
14109 fs/ext4/super.c | 1 +
14110 fs/ext4/truncate.h | 2 ++
14111 6 files changed, 127 insertions(+), 42 deletions(-)
14112
14113commit 572a615b85c1d5c8aeea4ffd24ab428775a1cca9
14114Author: Guenter Roeck <linux@roeck-us.net>
14115Date: Sat Mar 26 12:28:05 2016 -0700
14116
14117 hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiated
14118
14119 arm:pxa_defconfig can result in the following crash if the max1111 driver
14120 is not instantiated.
14121
14122 Unhandled fault: page domain fault (0x01b) at 0x00000000
14123 pgd = c0004000
14124 [00000000] *pgd=00000000
14125 Internal error: : 1b [#1] PREEMPT ARM
14126 Modules linked in:
14127 CPU: 0 PID: 300 Comm: kworker/0:1 Not tainted 4.5.0-01301-g1701f680407c #10
14128 Hardware name: SHARP Akita
14129 Workqueue: events sharpsl_charge_toggle
14130 task: c390a000 ti: c391e000 task.ti: c391e000
14131 PC is at max1111_read_channel+0x20/0x30
14132 LR is at sharpsl_pm_pxa_read_max1111+0x2c/0x3c
14133 pc : [<c03aaab0>] lr : [<c0024b50>] psr: 20000013
14134 ...
14135 [<c03aaab0>] (max1111_read_channel) from [<c0024b50>]
14136 (sharpsl_pm_pxa_read_max1111+0x2c/0x3c)
14137 [<c0024b50>] (sharpsl_pm_pxa_read_max1111) from [<c00262e0>]
14138 (spitzpm_read_devdata+0x5c/0xc4)
14139 [<c00262e0>] (spitzpm_read_devdata) from [<c0024094>]
14140 (sharpsl_check_battery_temp+0x78/0x110)
14141 [<c0024094>] (sharpsl_check_battery_temp) from [<c0024f9c>]
14142 (sharpsl_charge_toggle+0x48/0x110)
14143 [<c0024f9c>] (sharpsl_charge_toggle) from [<c004429c>]
14144 (process_one_work+0x14c/0x48c)
14145 [<c004429c>] (process_one_work) from [<c0044618>] (worker_thread+0x3c/0x5d4)
14146 [<c0044618>] (worker_thread) from [<c004a238>] (kthread+0xd0/0xec)
14147 [<c004a238>] (kthread) from [<c000a670>] (ret_from_fork+0x14/0x24)
14148
14149 This can occur because the SPI controller driver (SPI_PXA2XX) is built as
14150 module and thus not necessarily loaded. While building SPI_PXA2XX into the
14151 kernel would make the problem disappear, it appears prudent to ensure that
14152 the driver is instantiated before accessing its data structures.
14153
14154 Cc: Arnd Bergmann <arnd@arndb.de>
14155 Cc: stable@vger.kernel.org
14156 Signed-off-by: Guenter Roeck <linux@roeck-us.net>
14157
14158 drivers/hwmon/max1111.c | 6 ++++++
14159 1 file changed, 6 insertions(+)
14160
14161commit f75f1af7a0b4be055855ca5120ee78174f3370f2
14162Author: Nicolai Stange <nicstange@gmail.com>
14163Date: Sun Mar 20 23:23:46 2016 +0100
14164
14165 PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
14166
14167 Despite what the DocBook comment to pkcs7_validate_trust() says, the
14168 *_trusted argument is never set to false.
14169
14170 pkcs7_validate_trust() only positively sets *_trusted upon encountering
14171 a trusted PKCS#7 SignedInfo block.
14172
14173 This is quite unfortunate since its callers, system_verify_data() for
14174 example, depend on pkcs7_validate_trust() clearing *_trusted on non-trust.
14175
14176 Indeed, UBSAN splats when attempting to load the uninitialized local
14177 variable 'trusted' from system_verify_data() in pkcs7_validate_trust():
14178
14179 UBSAN: Undefined behaviour in crypto/asymmetric_keys/pkcs7_trust.c:194:14
14180 load of value 82 is not a valid value for type '_Bool'
14181 [...]
14182 Call Trace:
14183 [<ffffffff818c4d35>] dump_stack+0xbc/0x117
14184 [<ffffffff818c4c79>] ? _atomic_dec_and_lock+0x169/0x169
14185 [<ffffffff8194113b>] ubsan_epilogue+0xd/0x4e
14186 [<ffffffff819419fa>] __ubsan_handle_load_invalid_value+0x111/0x158
14187 [<ffffffff819418e9>] ? val_to_string.constprop.12+0xcf/0xcf
14188 [<ffffffff818334a4>] ? x509_request_asymmetric_key+0x114/0x370
14189 [<ffffffff814b83f0>] ? kfree+0x220/0x370
14190 [<ffffffff818312c2>] ? public_key_verify_signature_2+0x32/0x50
14191 [<ffffffff81835e04>] pkcs7_validate_trust+0x524/0x5f0
14192 [<ffffffff813c391a>] system_verify_data+0xca/0x170
14193 [<ffffffff813c3850>] ? top_trace_array+0x9b/0x9b
14194 [<ffffffff81510b29>] ? __vfs_read+0x279/0x3d0
14195 [<ffffffff8129372f>] mod_verify_sig+0x1ff/0x290
14196 [...]
14197
14198 The implication is that pkcs7_validate_trust() effectively grants trust
14199 when it really shouldn't have.
14200
14201 Fix this by explicitly setting *_trusted to false at the very beginning
14202 of pkcs7_validate_trust().
14203
14204 Cc: <stable@vger.kernel.org>
14205 Signed-off-by: Nicolai Stange <nicstange@gmail.com>
14206 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14207
14208 crypto/asymmetric_keys/pkcs7_trust.c | 2 ++
14209 1 file changed, 2 insertions(+)
14210
14211commit 1052826f7352ccc98167129b0b83222f45d50046
14212Author: Florian Westphal <fw@strlen.de>
14213Date: Tue Mar 22 18:02:49 2016 +0100
14214
14215 netfilter: x_tables: validate e->target_offset early
14216
14217 We should check that e->target_offset is sane before
14218 mark_source_chains gets called since it will fetch the target entry
14219 for loop detection.
14220
14221 Signed-off-by: Florian Westphal <fw@strlen.de>
14222 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
14223
14224 net/ipv4/netfilter/arp_tables.c | 17 ++++++++---------
14225 net/ipv4/netfilter/ip_tables.c | 17 ++++++++---------
14226 net/ipv6/netfilter/ip6_tables.c | 17 ++++++++---------
14227 3 files changed, 24 insertions(+), 27 deletions(-)
14228
14229commit b35d19509e8dab157214e46dd24314663ccf554f
14230Author: Florian Westphal <fw@strlen.de>
14231Date: Tue Mar 22 18:02:50 2016 +0100
14232
14233 netfilter: x_tables: make sure e->next_offset covers remaining blob size
14234
14235 Otherwise this function may read data beyond the ruleset blob.
14236
14237 Signed-off-by: Florian Westphal <fw@strlen.de>
14238 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
14239
14240 net/ipv4/netfilter/arp_tables.c | 6 ++++--
14241 net/ipv4/netfilter/ip_tables.c | 6 ++++--
14242 net/ipv6/netfilter/ip6_tables.c | 6 ++++--
14243 3 files changed, 12 insertions(+), 6 deletions(-)
14244
14245commit 4d7642ed66b69140733a7b51fcd6d37ce4d4514c
14246Author: Florian Westphal <fw@strlen.de>
14247Date: Tue Mar 22 18:02:52 2016 +0100
14248
14249 netfilter: x_tables: fix unconditional helper
14250
14251 Ben Hawkes says:
14252
14253 In the mark_source_chains function (net/ipv4/netfilter/ip_tables.c) it
14254 is possible for a user-supplied ipt_entry structure to have a large
14255 next_offset field. This field is not bounds checked prior to writing a
14256 counter value at the supplied offset.
14257
14258 Problem is that mark_source_chains should not have been called --
14259 the rule doesn't have a next entry, so its supposed to return
14260 an absolute verdict of either ACCEPT or DROP.
14261
14262 However, the function conditional() doesn't work as the name implies.
14263 It only checks that the rule is using wildcard address matching.
14264
14265 However, an unconditional rule must also not be using any matches
14266 (no -m args).
14267
14268 The underflow validator only checked the addresses, therefore
14269 passing the 'unconditional absolute verdict' test, while
14270 mark_source_chains also tested for presence of matches, and thus
14271 proceeeded to the next (not-existent) rule.
14272
14273 Unify this so that all the callers have same idea of 'unconditional rule'.
14274
14275 Reported-by: Ben Hawkes <hawkes@google.com>
14276 Signed-off-by: Florian Westphal <fw@strlen.de>
14277 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
14278
14279 net/ipv4/netfilter/arp_tables.c | 18 +++++++++---------
14280 net/ipv4/netfilter/ip_tables.c | 23 +++++++++++------------
14281 net/ipv6/netfilter/ip6_tables.c | 23 +++++++++++------------
14282 3 files changed, 31 insertions(+), 33 deletions(-)
14283
14284commit e3e51682563f1453dfc4b9ef88b29af4d1a78e78
14285Author: Pablo Neira Ayuso <pablo@netfilter.org>
14286Date: Thu Mar 24 21:29:53 2016 +0100
14287
14288 netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIES
14289
14290 Make sure the table names via getsockopt GET_ENTRIES is nul-terminated
14291 in ebtables and all the x_tables variants and their respective compat
14292 code. Uncovered by KASAN.
14293
14294 Reported-by: Baozeng Ding <sploving1@gmail.com>
14295 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
14296
14297 net/bridge/netfilter/ebtables.c | 4 ++++
14298 net/ipv4/netfilter/arp_tables.c | 2 ++
14299 net/ipv4/netfilter/ip_tables.c | 2 ++
14300 net/ipv6/netfilter/ip6_tables.c | 2 ++
14301 4 files changed, 10 insertions(+)
14302
14303commit 7742471b674597627f8f608f6a89c6e5bbd6533d
14304Author: Nicolai Stange <nicstange@gmail.com>
14305Date: Fri Mar 25 14:22:14 2016 -0700
14306
14307 mm/filemap: generic_file_read_iter(): check for zero reads unconditionally
14308
14309 If
14310 - generic_file_read_iter() gets called with a zero read length,
14311 - the read offset is at a page boundary,
14312 - IOCB_DIRECT is not set
14313 - and the page in question hasn't made it into the page cache yet,
14314 then do_generic_file_read() will trigger a readahead with a req_size hint
14315 of zero.
14316
14317 Since roundup_pow_of_two(0) is undefined, UBSAN reports
14318
14319 UBSAN: Undefined behaviour in include/linux/log2.h:63:13
14320 shift exponent 64 is too large for 64-bit type 'long unsigned int'
14321 CPU: 3 PID: 1017 Comm: sa1 Tainted: G L 4.5.0-next-20160318+ #14
14322 [...]
14323 Call Trace:
14324 [...]
14325 [<ffffffff813ef61a>] ondemand_readahead+0x3aa/0x3d0
14326 [<ffffffff813ef61a>] ? ondemand_readahead+0x3aa/0x3d0
14327 [<ffffffff813c73bd>] ? find_get_entry+0x2d/0x210
14328 [<ffffffff813ef9c3>] page_cache_sync_readahead+0x63/0xa0
14329 [<ffffffff813cc04d>] do_generic_file_read+0x80d/0xf90
14330 [<ffffffff813cc955>] generic_file_read_iter+0x185/0x420
14331 [...]
14332 [<ffffffff81510b06>] __vfs_read+0x256/0x3d0
14333 [...]
14334
14335 when get_init_ra_size() gets called from ondemand_readahead().
14336
14337 The net effect is that the initial readahead size is arch dependent for
14338 requested read lengths of zero: for example, since
14339
14340 1UL << (sizeof(unsigned long) * 8)
14341
14342 evaluates to 1 on x86 while its result is 0 on ARMv7, the initial readahead
14343 size becomes 4 on the former and 0 on the latter.
14344
14345 What's more, whether or not the file access timestamp is updated for zero
14346 length reads is decided differently for the two cases of IOCB_DIRECT
14347 being set or cleared: in the first case, generic_file_read_iter()
14348 explicitly skips updating that timestamp while in the latter case, it is
14349 always updated through the call to do_generic_file_read().
14350
14351 According to POSIX, zero length reads "do not modify the last data access
14352 timestamp" and thus, the IOCB_DIRECT behaviour is POSIXly correct.
14353
14354 Let generic_file_read_iter() unconditionally check the requested read
14355 length at its entry and return immediately with success if it is zero.
14356
14357 Signed-off-by: Nicolai Stange <nicstange@gmail.com>
14358 Cc: Al Viro <viro@zeniv.linux.org.uk>
14359 Reviewed-by: Jan Kara <jack@suse.cz>
14360 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
14361 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
14362
14363 mm/filemap.c | 7 ++++---
14364 1 file changed, 4 insertions(+), 3 deletions(-)
14365
14366commit 604785419da498d7e876a0191b2e11626db706bb
14367Author: Oliver Neukum <oneukum@suse.com>
14368Date: Thu Mar 17 14:00:17 2016 -0700
14369
14370 Input: ims-pcu - sanity check against missing interfaces
14371
14372 A malicious device missing interface can make the driver oops.
14373 Add sanity checking.
14374
14375 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
14376 CC: stable@vger.kernel.org
14377 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
14378
14379 drivers/input/misc/ims-pcu.c | 4 ++++
14380 1 file changed, 4 insertions(+)
14381
14382commit 24c3f4f6652f07eb2c3deea1488ff4de00592e80
14383Author: Vladis Dronov <vdronov@redhat.com>
14384Date: Wed Mar 23 11:53:46 2016 -0700
14385
14386 Input: ati_remote2 - fix crashes on detecting device with invalid descriptor
14387
14388 The ati_remote2 driver expects at least two interfaces with one
14389 endpoint each. If given malicious descriptor that specify one
14390 interface or no endpoints, it will crash in the probe function.
14391 Ensure there is at least two interfaces and one endpoint for each
14392 interface before using it.
14393
14394 The full disclosure: http://seclists.org/bugtraq/2016/Mar/90
14395
14396 Reported-by: Ralf Spenneberg <ralf@spenneberg.net>
14397 Signed-off-by: Vladis Dronov <vdronov@redhat.com>
14398 Cc: stable@vger.kernel.org
14399 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
14400
14401 drivers/input/misc/ati_remote2.c | 36 ++++++++++++++++++++++++++++++------
14402 1 file changed, 30 insertions(+), 6 deletions(-)
14403
14404commit 262df604d00e72a4b930fbf7fe3a770f0196a5a5
14405Author: Oliver Neukum <oneukum@suse.com>
14406Date: Wed Mar 23 14:36:56 2016 -0700
14407
14408 Input: sur40 - fix DMA on stack
14409
14410 During the initialisation the driver uses a buffer on the stack for DMA.
14411 That violates the cache coherency rules. The fix is to allocate the buffer
14412 with kmalloc().
14413
14414 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
14415 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
14416
14417 drivers/input/touchscreen/sur40.c | 21 ++++++++++++++-------
14418 1 file changed, 14 insertions(+), 7 deletions(-)
14419
14420commit 015dd03669b2ab646723f6b123377e4ef5694a10
14421Author: Haiyang Zhang <haiyangz@microsoft.com>
14422Date: Wed Mar 23 09:43:10 2016 -0700
14423
14424 hv_netvsc: Fix the array sizes to be max supported channels
14425
14426 The VRSS_CHANNEL_MAX is the max number of channels supported by Hyper-V
14427 hosts. We use it for the related array sizes instead of using NR_CPUS,
14428 which may be set to several thousands.
14429 This patch reduces possible memory allocation failures.
14430
14431 Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
14432 Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
14433 Signed-off-by: David S. Miller <davem@davemloft.net>
14434
14435 drivers/net/hyperv/hyperv_net.h | 7 ++++---
14436 drivers/net/hyperv/rndis_filter.c | 4 ++--
14437 2 files changed, 6 insertions(+), 5 deletions(-)
14438
14439commit a850a78d6393ef22a970266cbbefdf3dba0267b5
14440Author: Haiyang Zhang <haiyangz@microsoft.com>
14441Date: Wed Mar 23 09:43:09 2016 -0700
14442
14443 hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()
14444
14445 struct netvsc_device is freed in rndis_filter_device_remove(). So we save
14446 the nvdev->num_chn into a temp variable for later usage.
14447
14448 (Please also include this patch into stable branch.)
14449
14450 Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
14451 Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
14452 Signed-off-by: David S. Miller <davem@davemloft.net>
14453
14454 drivers/net/hyperv/netvsc_drv.c | 5 ++++-
14455 1 file changed, 4 insertions(+), 1 deletion(-)
14456
14457commit 7409626e43fe871cede30ac926425938f3ccddaf
14458Author: Guillaume Nault <g.nault@alphalink.fr>
14459Date: Wed Mar 23 16:38:55 2016 +0100
14460
14461 ppp: take reference on channels netns
14462
14463 Let channels hold a reference on their network namespace.
14464 Some channel types, like ppp_async and ppp_synctty, can have their
14465 userspace controller running in a different namespace. Therefore they
14466 can't rely on them to preclude their netns from being removed from
14467 under them.
14468
14469 ==================================================================
14470 BUG: KASAN: use-after-free in ppp_unregister_channel+0x372/0x3a0 at
14471 addr ffff880064e217e0
14472 Read of size 8 by task syz-executor/11581
14473 =============================================================================
14474 BUG net_namespace (Not tainted): kasan: bad access detected
14475 -----------------------------------------------------------------------------
14476
14477 Disabling lock debugging due to kernel taint
14478 INFO: Allocated in copy_net_ns+0x6b/0x1a0 age=92569 cpu=3 pid=6906
14479 [< none >] ___slab_alloc+0x4c7/0x500 kernel/mm/slub.c:2440
14480 [< none >] __slab_alloc+0x4c/0x90 kernel/mm/slub.c:2469
14481 [< inline >] slab_alloc_node kernel/mm/slub.c:2532
14482 [< inline >] slab_alloc kernel/mm/slub.c:2574
14483 [< none >] kmem_cache_alloc+0x23a/0x2b0 kernel/mm/slub.c:2579
14484 [< inline >] kmem_cache_zalloc kernel/include/linux/slab.h:597
14485 [< inline >] net_alloc kernel/net/core/net_namespace.c:325
14486 [< none >] copy_net_ns+0x6b/0x1a0 kernel/net/core/net_namespace.c:360
14487 [< none >] create_new_namespaces+0x2f6/0x610 kernel/kernel/nsproxy.c:95
14488 [< none >] copy_namespaces+0x297/0x320 kernel/kernel/nsproxy.c:150
14489 [< none >] copy_process.part.35+0x1bf4/0x5760 kernel/kernel/fork.c:1451
14490 [< inline >] copy_process kernel/kernel/fork.c:1274
14491 [< none >] _do_fork+0x1bc/0xcb0 kernel/kernel/fork.c:1723
14492 [< inline >] SYSC_clone kernel/kernel/fork.c:1832
14493 [< none >] SyS_clone+0x37/0x50 kernel/kernel/fork.c:1826
14494 [< none >] entry_SYSCALL_64_fastpath+0x16/0x7a kernel/arch/x86/entry/entry_64.S:185
14495
14496 INFO: Freed in net_drop_ns+0x67/0x80 age=575 cpu=2 pid=2631
14497 [< none >] __slab_free+0x1fc/0x320 kernel/mm/slub.c:2650
14498 [< inline >] slab_free kernel/mm/slub.c:2805
14499 [< none >] kmem_cache_free+0x2a0/0x330 kernel/mm/slub.c:2814
14500 [< inline >] net_free kernel/net/core/net_namespace.c:341
14501 [< none >] net_drop_ns+0x67/0x80 kernel/net/core/net_namespace.c:348
14502 [< none >] cleanup_net+0x4e5/0x600 kernel/net/core/net_namespace.c:448
14503 [< none >] process_one_work+0x794/0x1440 kernel/kernel/workqueue.c:2036
14504 [< none >] worker_thread+0xdb/0xfc0 kernel/kernel/workqueue.c:2170
14505 [< none >] kthread+0x23f/0x2d0 kernel/drivers/block/aoe/aoecmd.c:1303
14506 [< none >] ret_from_fork+0x3f/0x70 kernel/arch/x86/entry/entry_64.S:468
14507 INFO: Slab 0xffffea0001938800 objects=3 used=0 fp=0xffff880064e20000
14508 flags=0x5fffc0000004080
14509 INFO: Object 0xffff880064e20000 @offset=0 fp=0xffff880064e24200
14510
14511 CPU: 1 PID: 11581 Comm: syz-executor Tainted: G B 4.4.0+
14512 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS
14513 rel-1.8.2-0-g33fbe13 by qemu-project.org 04/01/2014
14514 00000000ffffffff ffff8800662c7790 ffffffff8292049d ffff88003e36a300
14515 ffff880064e20000 ffff880064e20000 ffff8800662c77c0 ffffffff816f2054
14516 ffff88003e36a300 ffffea0001938800 ffff880064e20000 0000000000000000
14517 Call Trace:
14518 [< inline >] __dump_stack kernel/lib/dump_stack.c:15
14519 [<ffffffff8292049d>] dump_stack+0x6f/0xa2 kernel/lib/dump_stack.c:50
14520 [<ffffffff816f2054>] print_trailer+0xf4/0x150 kernel/mm/slub.c:654
14521 [<ffffffff816f875f>] object_err+0x2f/0x40 kernel/mm/slub.c:661
14522 [< inline >] print_address_description kernel/mm/kasan/report.c:138
14523 [<ffffffff816fb0c5>] kasan_report_error+0x215/0x530 kernel/mm/kasan/report.c:236
14524 [< inline >] kasan_report kernel/mm/kasan/report.c:259
14525 [<ffffffff816fb4de>] __asan_report_load8_noabort+0x3e/0x40 kernel/mm/kasan/report.c:280
14526 [< inline >] ? ppp_pernet kernel/include/linux/compiler.h:218
14527 [<ffffffff83ad71b2>] ? ppp_unregister_channel+0x372/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
14528 [< inline >] ppp_pernet kernel/include/linux/compiler.h:218
14529 [<ffffffff83ad71b2>] ppp_unregister_channel+0x372/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
14530 [< inline >] ? ppp_pernet kernel/drivers/net/ppp/ppp_generic.c:293
14531 [<ffffffff83ad6f26>] ? ppp_unregister_channel+0xe6/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
14532 [<ffffffff83ae18f3>] ppp_asynctty_close+0xa3/0x130 kernel/drivers/net/ppp/ppp_async.c:241
14533 [<ffffffff83ae1850>] ? async_lcp_peek+0x5b0/0x5b0 kernel/drivers/net/ppp/ppp_async.c:1000
14534 [<ffffffff82c33239>] tty_ldisc_close.isra.1+0x99/0xe0 kernel/drivers/tty/tty_ldisc.c:478
14535 [<ffffffff82c332c0>] tty_ldisc_kill+0x40/0x170 kernel/drivers/tty/tty_ldisc.c:744
14536 [<ffffffff82c34943>] tty_ldisc_release+0x1b3/0x260 kernel/drivers/tty/tty_ldisc.c:772
14537 [<ffffffff82c1ef21>] tty_release+0xac1/0x13e0 kernel/drivers/tty/tty_io.c:1901
14538 [<ffffffff82c1e460>] ? release_tty+0x320/0x320 kernel/drivers/tty/tty_io.c:1688
14539 [<ffffffff8174de36>] __fput+0x236/0x780 kernel/fs/file_table.c:208
14540 [<ffffffff8174e405>] ____fput+0x15/0x20 kernel/fs/file_table.c:244
14541 [<ffffffff813595ab>] task_work_run+0x16b/0x200 kernel/kernel/task_work.c:115
14542 [< inline >] exit_task_work kernel/include/linux/task_work.h:21
14543 [<ffffffff81307105>] do_exit+0x8b5/0x2c60 kernel/kernel/exit.c:750
14544 [<ffffffff813fdd20>] ? debug_check_no_locks_freed+0x290/0x290 kernel/kernel/locking/lockdep.c:4123
14545 [<ffffffff81306850>] ? mm_update_next_owner+0x6f0/0x6f0 kernel/kernel/exit.c:357
14546 [<ffffffff813215e6>] ? __dequeue_signal+0x136/0x470 kernel/kernel/signal.c:550
14547 [<ffffffff8132067b>] ? recalc_sigpending_tsk+0x13b/0x180 kernel/kernel/signal.c:145
14548 [<ffffffff81309628>] do_group_exit+0x108/0x330 kernel/kernel/exit.c:880
14549 [<ffffffff8132b9d4>] get_signal+0x5e4/0x14f0 kernel/kernel/signal.c:2307
14550 [< inline >] ? kretprobe_table_lock kernel/kernel/kprobes.c:1113
14551 [<ffffffff8151d355>] ? kprobe_flush_task+0xb5/0x450 kernel/kernel/kprobes.c:1158
14552 [<ffffffff8115f7d3>] do_signal+0x83/0x1c90 kernel/arch/x86/kernel/signal.c:712
14553 [<ffffffff8151d2a0>] ? recycle_rp_inst+0x310/0x310 kernel/include/linux/list.h:655
14554 [<ffffffff8115f750>] ? setup_sigcontext+0x780/0x780 kernel/arch/x86/kernel/signal.c:165
14555 [<ffffffff81380864>] ? finish_task_switch+0x424/0x5f0 kernel/kernel/sched/core.c:2692
14556 [< inline >] ? finish_lock_switch kernel/kernel/sched/sched.h:1099
14557 [<ffffffff81380560>] ? finish_task_switch+0x120/0x5f0 kernel/kernel/sched/core.c:2678
14558 [< inline >] ? context_switch kernel/kernel/sched/core.c:2807
14559 [<ffffffff85d794e9>] ? __schedule+0x919/0x1bd0 kernel/kernel/sched/core.c:3283
14560 [<ffffffff81003901>] exit_to_usermode_loop+0xf1/0x1a0 kernel/arch/x86/entry/common.c:247
14561 [< inline >] prepare_exit_to_usermode kernel/arch/x86/entry/common.c:282
14562 [<ffffffff810062ef>] syscall_return_slowpath+0x19f/0x210 kernel/arch/x86/entry/common.c:344
14563 [<ffffffff85d88022>] int_ret_from_sys_call+0x25/0x9f kernel/arch/x86/entry/entry_64.S:281
14564 Memory state around the buggy address:
14565 ffff880064e21680: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14566 ffff880064e21700: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14567 >ffff880064e21780: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14568 ^
14569 ffff880064e21800: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14570 ffff880064e21880: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
14571 ==================================================================
14572
14573 Fixes: 273ec51dd7ce ("net: ppp_generic - introduce net-namespace functionality v2")
14574 Reported-by: Baozeng Ding <sploving1@gmail.com>
14575 Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
14576 Reviewed-by: Cyrill Gorcunov <gorcunov@openvz.org>
14577 Signed-off-by: David S. Miller <davem@davemloft.net>
14578
14579 drivers/net/ppp/ppp_generic.c | 4 +++-
14580 1 file changed, 3 insertions(+), 1 deletion(-)
14581
14582commit bfb890c1ac9d29b377f6bec4a5aab51d053114c4
14583Author: Herbert Xu <herbert@gondor.apana.org.au>
14584Date: Wed Mar 16 17:06:01 2016 +0800
14585
14586 eCryptfs: Use skcipher and shash
14587
14588 eCryptfs: Fix null pointer dereference on kzalloc error path
14589
14590 The conversion to skcipher and shash added a couple of null pointer
14591 dereference bugs on the kzalloc failure path. This patch fixes them.
14592
14593 Fixes: 3095e8e366b4 ("eCryptfs: Use skcipher and shash")
14594 Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
14595 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14596
14597 fs/ecryptfs/keystore.c | 6 ++----
14598 1 file changed, 2 insertions(+), 4 deletions(-)
14599
14600commit 58a8421ae537e0609c4ff59bf6b11be869a43cc6
14601Author: Boris BREZILLON <boris.brezillon@free-electrons.com>
14602Date: Thu Mar 17 10:21:34 2016 +0100
14603
14604 crypto: marvell/cesa - fix memory leak
14605
14606 Crypto requests are not guaranteed to be finalized (->final() call),
14607 and can be freed at any moment, without getting any notification from
14608 the core. This can lead to memory leaks of the ->cache buffer.
14609
14610 Make this buffer part of the request object, and allocate an extra buffer
14611 from the DMA cache pool when doing DMA operations.
14612
14613 As a side effect, this patch also fixes another bug related to cache
14614 allocation and DMA operations. When the core allocates a new request and
14615 import an existing state, a cache buffer can be allocated (depending
14616 on the state). The problem is, at that very moment, we don't know yet
14617 whether the request will use DMA or not, and since everything is
14618 likely to be initialized to zero, mv_cesa_ahash_alloc_cache() thinks it
14619 should allocate a buffer for standard operation. But when
14620 mv_cesa_ahash_free_cache() is called, req->type has been set to
14621 CESA_DMA_REQ in the meantime, thus leading to an invalind dma_pool_free()
14622 call (the buffer passed in argument has not been allocated from the pool).
14623
14624 Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
14625 Reported-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
14626 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14627
14628 drivers/crypto/marvell/cesa.h | 3 +-
14629 drivers/crypto/marvell/hash.c | 86 +++++++++----------------------------------
14630 2 files changed, 20 insertions(+), 69 deletions(-)
14631
14632commit 1ec604f99895b9c37f26a692ff83a7da02d667fd
14633Author: Boris BREZILLON <boris.brezillon@free-electrons.com>
14634Date: Thu Mar 17 10:21:35 2016 +0100
14635
14636 crypto: marvell/cesa - initialize hash states
14637
14638 ->export() might be called before we have done an update operation,
14639 and in this case the ->state field is left uninitialized.
14640 Put the correct default value when initializing the request.
14641
14642 Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
14643 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14644
14645 drivers/crypto/marvell/hash.c | 20 ++++++++++++++++++++
14646 1 file changed, 20 insertions(+)
14647
14648commit 23879f055d23e82c2f78cceca22c33e631973977
14649Author: David S. Miller <davem@davemloft.net>
14650Date: Sun Mar 13 23:28:00 2016 -0400
14651
14652 ipv4: Don't do expensive useless work during inetdev destroy.
14653
14654 When an inetdev is destroyed, every address assigned to the interface
14655 is removed. And in this scenerio we do two pointless things which can
14656 be very expensive if the number of assigned interfaces is large:
14657
14658 1) Address promotion. We are deleting all addresses, so there is no
14659 point in doing this.
14660
14661 2) A full nf conntrack table purge for every address. We only need to
14662 do this once, as is already caught by the existing
14663 masq_dev_notifier so masq_inet_event() can skip this.
14664
14665 Reported-by: Solar Designer <solar@openwall.com>
14666 Signed-off-by: David S. Miller <davem@davemloft.net>
14667 Tested-by: Cyrill Gorcunov <gorcunov@openvz.org>
14668
14669 net/ipv4/devinet.c | 4 ++++
14670 net/ipv4/fib_frontend.c | 4 ++++
14671 net/ipv4/netfilter/nf_nat_masquerade_ipv4.c | 12 ++++++++++--
14672 3 files changed, 18 insertions(+), 2 deletions(-)
14673
14674commit 60394231e840e884024592a76a6c5612433d3756
14675Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14676Date: Tue Mar 8 10:34:28 2016 -0300
14677
14678 sctp: fix copying more bytes than expected in sctp_add_bind_addr
14679
14680 Dmitry reported that sctp_add_bind_addr may read more bytes than
14681 expected in case the parameter is a IPv4 addr supplied by the user
14682 through calls such as sctp_bindx_add(), because it always copies
14683 sizeof(union sctp_addr) while the buffer may be just a struct
14684 sockaddr_in, which is smaller.
14685
14686 This patch then fixes it by limiting the memcpy to the min between the
14687 union size and a (new parameter) provided addr size. Where possible this
14688 parameter still is the size of that union, except for reading from
14689 user-provided buffers, which then it accounts for protocol type.
14690
14691 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14692 Tested-by: Dmitry Vyukov <dvyukov@google.com>
14693 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14694 Signed-off-by: David S. Miller <davem@davemloft.net>
14695
14696 include/net/sctp/structs.h | 2 +-
14697 net/sctp/bind_addr.c | 14 ++++++++------
14698 net/sctp/protocol.c | 1 +
14699 net/sctp/sm_make_chunk.c | 3 ++-
14700 net/sctp/socket.c | 4 +++-
14701 5 files changed, 15 insertions(+), 9 deletions(-)
14702
14703commit 9831caa50e1453818c5ec618890291f028b7992f
14704Author: Brad Spengler <spender@grsecurity.net>
14705Date: Mon Mar 28 19:20:28 2016 -0400
14706
14707 Also allow /bin/false as needed by systemd
14708
14709 kernel/kmod.c | 2 +-
14710 1 file changed, 1 insertion(+), 1 deletion(-)
14711
14712commit bb38a61b496a3f09f4d7b93d2f0fe15476918147
14713Author: Brad Spengler <spender@grsecurity.net>
14714Date: Tue Mar 22 16:59:43 2016 -0400
14715
14716 Fix size_overflow FP reported by marcan at:
14717 https://forums.grsecurity.net/viewtopic.php?f=3&t=4426
14718
14719 net/ipv6/xfrm6_mode_transport.c | 2 +-
14720 1 file changed, 1 insertion(+), 1 deletion(-)
14721
14722commit 523a36a9c845da3051e58c6767c2e1a0f640998a
14723Merge: 0d0ec9e c0b77a7
14724Author: Brad Spengler <spender@grsecurity.net>
14725Date: Wed Mar 16 20:20:40 2016 -0400
14726
14727 Merge branch 'pax-test' into grsec-test
14728
14729commit c0b77a7cb578199f0b7dc90768a13ca6c044aba9
14730Merge: 10d57c1 0d19123
14731Author: Brad Spengler <spender@grsecurity.net>
14732Date: Wed Mar 16 20:20:27 2016 -0400
14733
14734 Merge branch 'linux-4.4.y' into pax-test
14735
14736commit 0d0ec9ee83144ab839710a01cfd746bd78257394
14737Author: Brad Spengler <spender@grsecurity.net>
14738Date: Mon Mar 14 20:15:47 2016 -0400
14739
14740 Invert logic to clean up code
14741
14742 fs/namei.c | 32 +++++++-------------------------
14743 grsecurity/grsec_chroot.c | 10 +++++-----
14744 2 files changed, 12 insertions(+), 30 deletions(-)
14745
14746commit 39e0e623c84863af7b3ace759b583ff938fde2b7
14747Author: Brad Spengler <spender@grsecurity.net>
14748Date: Mon Mar 14 19:59:36 2016 -0400
14749
14750 compile fix
14751
14752 fs/namei.c | 5 ++---
14753 1 file changed, 2 insertions(+), 3 deletions(-)
14754
14755commit 2b3ad8bc095fea829275b7fcc7e5671677b8ed33
14756Author: Brad Spengler <spender@grsecurity.net>
14757Date: Mon Mar 14 19:57:53 2016 -0400
14758
14759 Also handle renames
14760
14761 fs/namei.c | 9 +++++++++
14762 1 file changed, 9 insertions(+)
14763
14764commit 54dfd13b19743d4a340de0cd5683b5bde44e7d9c
14765Author: Brad Spengler <spender@grsecurity.net>
14766Date: Mon Mar 14 19:45:56 2016 -0400
14767
14768 Add additional check to cover lookup family of functions
14769
14770 fs/namei.c | 9 +++++++++
14771 1 file changed, 9 insertions(+)
14772
14773commit c3df846baa7873fb99401136f220676b87452918
14774Author: Brad Spengler <spender@grsecurity.net>
14775Date: Mon Mar 14 18:42:37 2016 -0400
14776
14777 compile fix
14778
14779 fs/namei.c | 2 +-
14780 1 file changed, 1 insertion(+), 1 deletion(-)
14781
14782commit 384ea9c0ef9df4298dfa3a71948c08e70f1092bf
14783Author: Brad Spengler <spender@grsecurity.net>
14784Date: Mon Mar 14 18:34:40 2016 -0400
14785
14786 Fix recent chroot check on the create side, as reported by
14787 Toralf Foerster
14788
14789 fs/namei.c | 26 ++++++++++++++++----------
14790 1 file changed, 16 insertions(+), 10 deletions(-)
14791
14792commit 82e7dc61a626c47887d392ff9cd35b104f01fd25
14793Author: Paolo Bonzini <pbonzini@redhat.com>
14794Date: Tue Mar 8 12:13:39 2016 +0100
14795
14796 KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
14797
14798 Yes, all of these are needed. :) This is admittedly a bit odd, but
14799 kvm-unit-tests access.flat tests this if you run it with "-cpu host"
14800 and of course ept=0.
14801
14802 KVM runs the guest with CR0.WP=1, so it must handle supervisor writes
14803 specially when pte.u=1/pte.w=0/CR0.WP=0. Such writes cause a fault
14804 when U=1 and W=0 in the SPTE, but they must succeed because CR0.WP=0.
14805 When KVM gets the fault, it sets U=0 and W=1 in the shadow PTE and
14806 restarts execution. This will still cause a user write to fault, while
14807 supervisor writes will succeed. User reads will fault spuriously now,
14808 and KVM will then flip U and W again in the SPTE (U=1, W=0). User reads
14809 will be enabled and supervisor writes disabled, going back to the
14810 originary situation where supervisor writes fault spuriously.
14811
14812 When SMEP is in effect, however, U=0 will enable kernel execution of
14813 this page. To avoid this, KVM also sets NX=1 in the shadow PTE together
14814 with U=0. If the guest has not enabled NX, the result is a continuous
14815 stream of page faults due to the NX bit being reserved.
14816
14817 The fix is to force EFER.NX=1 even if the CPU is taking care of the EFER
14818 switch. (All machines with SMEP have the CPU_LOAD_IA32_EFER vm-entry
14819 control, so they do not use user-return notifiers for EFER---if they did,
14820 EFER.NX would be forced to the same value as the host).
14821
14822 There is another bug in the reserved bit check, which I've split to a
14823 separate patch for easier application to stable kernels.
14824
14825 Cc: stable@vger.kernel.org
14826 Cc: Andy Lutomirski <luto@amacapital.net>
14827 Reviewed-by: Xiao Guangrong <guangrong.xiao@linux.intel.com>
14828 Fixes: f6577a5fa15d82217ca73c74cd2dcbc0f6c781dd
14829 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
14830
14831 Documentation/virtual/kvm/mmu.txt | 3 ++-
14832 arch/x86/kvm/vmx.c | 36 +++++++++++++++++++++++-------------
14833 2 files changed, 25 insertions(+), 14 deletions(-)
14834
14835commit 802a88e57b141e9643e93afb7805813ad8da22f3
14836Author: Paolo Bonzini <pbonzini@redhat.com>
14837Date: Wed Mar 9 14:28:02 2016 +0100
14838
14839 KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
14840
14841 KVM has special logic to handle pages with pte.u=1 and pte.w=0 when
14842 CR0.WP=1. These pages' SPTEs flip continuously between two states:
14843 U=1/W=0 (user and supervisor reads allowed, supervisor writes not allowed)
14844 and U=0/W=1 (supervisor reads and writes allowed, user writes not allowed).
14845
14846 When SMEP is in effect, however, U=0 will enable kernel execution of
14847 this page. To avoid this, KVM also sets NX=1 in the shadow PTE together
14848 with U=0, making the two states U=1/W=0/NX=gpte.NX and U=0/W=1/NX=1.
14849 When guest EFER has the NX bit cleared, the reserved bit check thinks
14850 that the latter state is invalid; teach it that the smep_andnot_wp case
14851 will also use the NX bit of SPTEs.
14852
14853 Cc: stable@vger.kernel.org
14854 Reviewed-by: Xiao Guangrong <guangrong.xiao@linux.inel.com>
14855 Fixes: c258b62b264fdc469b6d3610a907708068145e3b
14856 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
14857
14858 arch/x86/kvm/mmu.c | 4 +++-
14859 1 file changed, 3 insertions(+), 1 deletion(-)
14860
14861commit 3925851224428c1d2bca32cf33821befb947c4f3
14862Author: Ming Lei <ming.lei@canonical.com>
14863Date: Sat Mar 12 22:56:19 2016 +0800
14864
14865 block: don't optimize for non-cloned bio in bio_get_last_bvec()
14866
14867 For !BIO_CLONED bio, we can use .bi_vcnt safely, but it
14868 doesn't mean we can just simply return .bi_io_vec[.bi_vcnt - 1]
14869 because the start postion may have been moved in the middle of
14870 the bvec, such as splitting in the middle of bvec.
14871
14872 Fixes: 7bcd79ac50d9(block: bio: introduce helpers to get the 1st and last bvec)
14873 Cc: stable@vger.kernel.org
14874 Reported-by: Kent Overstreet <kent.overstreet@gmail.com>
14875 Signed-off-by: Ming Lei <ming.lei@canonical.com>
14876 Signed-off-by: Jens Axboe <axboe@fb.com>
14877
14878 include/linux/bio.h | 5 -----
14879 1 file changed, 5 deletions(-)
14880
14881commit db541463b4a0926bebdbac743c8736fb9e903d58
14882Author: Borislav Petkov <bp@alien8.de>
14883Date: Fri Mar 11 12:32:06 2016 +0100
14884
14885 x86/fpu: Fix eager-FPU handling on legacy FPU machines
14886
14887 i486 derived cores like Intel Quark support only the very old,
14888 legacy x87 FPU (FSAVE/FRSTOR, CPUID bit FXSR is not set), and
14889 our FPU code wasn't handling the saving and restoring there
14890 properly in the 'eagerfpu' case.
14891
14892 So after we made eagerfpu the default for all CPU types:
14893
14894 58122bf1d856 x86/fpu: Default eagerfpu=on on all CPUs
14895
14896 these old FPU designs broke. First, Andy Shevchenko reported a splat:
14897
14898 WARNING: CPU: 0 PID: 823 at arch/x86/include/asm/fpu/internal.h:163 fpu__clear+0x8c/0x160
14899
14900 which was us trying to execute FXRSTOR on those machines even though
14901 they don't support it.
14902
14903 After taking care of that, Bryan O'Donoghue reported that a simple FPU
14904 test still failed because we weren't initializing the FPU state properly
14905 on those machines.
14906
14907 Take care of all that.
14908
14909 Reported-and-tested-by: Bryan O'Donoghue <pure.logic@nexus-software.ie>
14910 Reported-by: Andy Shevchenko <andy.shevchenko@gmail.com>
14911 Signed-off-by: Borislav Petkov <bp@suse.de>
14912 Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
14913 Cc: Andrew Morton <akpm@linux-foundation.org>
14914 Cc: Andy Lutomirski <luto@amacapital.net>
14915 Cc: Borislav Petkov <bp@alien8.de>
14916 Cc: Brian Gerst <brgerst@gmail.com>
14917 Cc: Dave Hansen <dave.hansen@linux.intel.com>
14918 Cc: Denys Vlasenko <dvlasenk@redhat.com>
14919 Cc: Fenghua Yu <fenghua.yu@intel.com>
14920 Cc: H. Peter Anvin <hpa@zytor.com>
14921 Cc: Oleg Nesterov <oleg@redhat.com>
14922 Cc: Peter Zijlstra <peterz@infradead.org>
14923 Cc: Quentin Casasnovas <quentin.casasnovas@oracle.com>
14924 Cc: Thomas Gleixner <tglx@linutronix.de>
14925 Cc: Yu-cheng <yu-cheng.yu@intel.com>
14926 Link: http://lkml.kernel.org/r/20160311113206.GD4312@pd.tnic
14927 Signed-off-by: Ingo Molnar <mingo@kernel.org>
14928
14929 arch/x86/kernel/fpu/core.c | 4 +++-
14930 arch/x86/kernel/fpu/init.c | 2 +-
14931 2 files changed, 4 insertions(+), 2 deletions(-)
14932
14933commit 8fed14e935cb62d2d46e99793d728dc7760dcc87
14934Author: Brad Spengler <spender@grsecurity.net>
14935Date: Sun Mar 13 11:35:56 2016 -0400
14936
14937 Compile fixes
14938
14939 fs/namei.c | 2 +-
14940 grsecurity/grsec_chroot.c | 2 +-
14941 include/linux/grsecurity.h | 2 +-
14942 3 files changed, 3 insertions(+), 3 deletions(-)
14943
14944commit aab25a3496c4683c5858056960010119fb7d9a5a
14945Author: Brad Spengler <spender@grsecurity.net>
14946Date: Sun Mar 13 10:53:59 2016 -0400
14947
14948 Use fput instead of put_filp()
14949
14950 fs/namei.c | 4 ++--
14951 1 file changed, 2 insertions(+), 2 deletions(-)
14952
14953commit 928ddec9dfe5415dff82d941c3b3e76ee6f48761
14954Author: Brad Spengler <spender@grsecurity.net>
14955Date: Sun Mar 13 10:30:54 2016 -0400
14956
14957 Update MPROTECT_COMPAT config description, disable by default
14958
14959 security/Kconfig | 18 ++++++------------
14960 1 file changed, 6 insertions(+), 12 deletions(-)
14961
14962commit 4cc29af2e81e7a4bdfab1afedfdedca6e23362d5
14963Author: Brad Spengler <spender@grsecurity.net>
14964Date: Sun Mar 13 10:35:55 2016 -0400
14965
14966 As reported by Jann Horn, chroot scenarios where the chrooting application
14967 brings in a directory fd can be used to access any file outside of the chroot
14968 via *at syscalls. To maintain compatibility with Chromium and other apps,
14969 we specifically only disallow relative accesses off a directory fd when the
14970 final path is not located under that directory described by the fd and exists
14971 outside of the chroot. This additional restriction will exist under the
14972 current GRKERNSEC_CHROOT_FCHDIR option.
14973
14974 fs/namei.c | 9 +++++++++
14975 grsecurity/Kconfig | 10 ++++++----
14976 grsecurity/grsec_chroot.c | 39 +++++++++++++++++++++++++++++++++++++++
14977 include/linux/grmsg.h | 1 +
14978 include/linux/grsecurity.h | 1 +
14979 5 files changed, 56 insertions(+), 4 deletions(-)
14980
14981commit 7d02a991213f0b07a3677dcc93cdafc3ac309142
14982Author: Brad Spengler <spender@grsecurity.net>
14983Date: Thu Mar 10 22:17:16 2016 -0500
14984
14985 Update size_overflow hash table
14986
14987 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 +
14988 1 file changed, 1 insertion(+)
14989
14990commit 29f25ddda6a5625340df26beb394279fefea2b49
14991Author: Brad Spengler <spender@grsecurity.net>
14992Date: Thu Mar 10 22:16:04 2016 -0500
14993
14994 Fix module support
14995
14996 kernel/module.c | 3 ++-
14997 1 file changed, 2 insertions(+), 1 deletion(-)
14998
14999commit b057a45636b626e7eaf03077ed0916b95fea054c
15000Merge: ba5ee94 10d57c1
15001Author: Brad Spengler <spender@grsecurity.net>
15002Date: Thu Mar 10 21:36:10 2016 -0500
15003
15004 Merge branch 'pax-test' into grsec-test
15005
15006commit 10d57c107e7fabffbe616b14efab73df585576c2
15007Merge: 1cbae46 62e2195
15008Author: Brad Spengler <spender@grsecurity.net>
15009Date: Thu Mar 10 21:34:58 2016 -0500
15010
15011 Update to pax-linux-4.4.5-test9.patch:
15012 - fixed an integer signedness mixup in the old select syscall caught by the size overflow plugin, by Mathias Krause <minipli@ld-linux.so>
15013 - Emese cleaned up a few unnecessary type casts in the size overflow plugin
15014 - fixed the initify plugin to not trigger a compiler assert with gcc 6 in LTO mode
15015 - compile the x86 vdso without plugins, reported by Emese
15016 - fixed a REFCOUNT/arm compile error, reported by coadde (https://forums.grsecurity.net/viewtopic.php?f=3&t=4410)
15017 - fixed gcc-common.h for gcc 6, reported by psturm (https://forums.grsecurity.net/viewtopic.php?f=3&t=4394)
15018
15019 Merge branch 'linux-4.4.y' into pax-test
15020
15021commit ba5ee94199b11c1429559a08c2158677dd8f1761
15022Author: Brad Spengler <spender@grsecurity.net>
15023Date: Thu Mar 3 20:20:19 2016 -0500
15024
15025 Update size_overflow hash table
15026
15027 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 +
15028 1 file changed, 1 insertion(+)
15029
15030commit 50a5cd726362f0988b81a54d4c962acf8fd34a70
15031Merge: 335c04c 1cbae46
15032Author: Brad Spengler <spender@grsecurity.net>
15033Date: Thu Mar 3 20:04:00 2016 -0500
15034
15035 Merge branch 'pax-test' into grsec-test
15036
15037commit 1cbae46efa0b111ef2d46502f8d34c4c572a0e00
15038Merge: a51cdb8 c252409
15039Author: Brad Spengler <spender@grsecurity.net>
15040Date: Thu Mar 3 19:57:43 2016 -0500
15041
15042 Merge branch 'linux-4.4.y' into pax-test
15043
15044commit 335c04c8146a696a6101a9c69dbd47f11383549e
15045Merge: 897877e a51cdb8
15046Author: Brad Spengler <spender@grsecurity.net>
15047Date: Tue Mar 1 17:57:24 2016 -0500
15048
15049 Merge branch 'pax-test' into grsec-test
15050
15051commit a51cdb83569b450858737a30d2be043d87d7ddc1
15052Author: Brad Spengler <spender@grsecurity.net>
15053Date: Tue Mar 1 17:56:43 2016 -0500
15054
15055 Update to pax-linux-4.4.3-test6.patch:
15056 - spender fixed the cftype constification fallout, reported by quasar366 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4391)
15057 - fixed a few section mismatches on notifier_block variables
15058 - fixed a few REFCOUNT false positives found by Emese's plugin
15059 - constified hypervisor_x86
15060
15061 arch/x86/include/asm/hypervisor.h | 2 +-
15062 arch/x86/kernel/cpu/mshyperv.c | 2 +-
15063 arch/x86/kernel/cpu/vmware.c | 2 +-
15064 arch/x86/kernel/kvm.c | 2 +-
15065 drivers/lightnvm/rrpc.c | 4 ++--
15066 drivers/lightnvm/rrpc.h | 2 +-
15067 drivers/net/can/led.c | 2 +-
15068 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
15069 drivers/net/ethernet/rocker/rocker.c | 4 ++--
15070 drivers/net/ipvlan/ipvlan_main.c | 6 +++---
15071 drivers/net/vrf.c | 2 +-
15072 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 12 ++++++------
15073 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 2 +-
15074 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 ++++++------
15075 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
15076 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 2 +-
15077 drivers/staging/rtl8723au/include/usb_ops.h | 4 ++--
15078 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
15079 fs/proc/kcore.c | 2 +-
15080 mm/hugetlb_cgroup.c | 8 ++++----
15081 mm/mm_init.c | 2 +-
15082 mm/slub.c | 2 +-
15083 net/mac802154/iface.c | 2 +-
15084 23 files changed, 41 insertions(+), 41 deletions(-)
15085
15086commit 897877e79629a0b854e98cb666a9d898256d45a7
15087Merge: 1ffa5d5 4f4b213
15088Author: Brad Spengler <spender@grsecurity.net>
15089Date: Sun Feb 28 20:54:59 2016 -0500
15090
15091 Merge branch 'pax-test' into grsec-test
15092
15093commit 4f4b21342a4a4f87c01f7909406e6b5f4c9dadbf
15094Author: Brad Spengler <spender@grsecurity.net>
15095Date: Sun Feb 28 20:54:06 2016 -0500
15096
15097 Update to pax-linux-4.4.3-test5.patch:
15098 - constified xfrm_mgr and cftype, by Mathias Krause <minipli@ld-linux.so>
15099 - Emese fixed a few checkpatch reports on the gcc plugin generator headers
15100 - Emese fixed a false positive size overflow report in get_next_ino, reported by KARBOWSKI Piotr <piotr.karbowski@gmail.com>
15101 - added a generator for SIMPLE_IPA passes as well
15102
15103 include/linux/cgroup-defs.h | 2 +-
15104 include/linux/hugetlb.h | 2 +-
15105 include/linux/hugetlb_cgroup.h | 11 ++
15106 include/net/xfrm.h | 2 +-
15107 kernel/cgroup.c | 29 ++--
15108 mm/hugetlb.c | 55 ++++++-
15109 mm/hugetlb_cgroup.c | 60 ++-----
15110 mm/mmap.c | 38 ++---
15111 net/xfrm/xfrm_state.c | 4 +-
15112 tools/gcc/constify_plugin.c | 5 +-
15113 tools/gcc/gcc-common.h | 42 +++--
15114 tools/gcc/gcc-generate-gimple-pass.h | 27 ++--
15115 tools/gcc/gcc-generate-ipa-pass.h | 43 ++---
15116 tools/gcc/gcc-generate-rtl-pass.h | 27 ++--
15117 tools/gcc/gcc-generate-simple_ipa-pass.h | 173 +++++++++++++++++++++
15118 tools/gcc/size_overflow_plugin/.gitignore | 1 +
15119 .../disable_size_overflow_hash.data | 7 +-
15120 .../size_overflow_plugin/size_overflow_hash.data | 3 -
15121 18 files changed, 385 insertions(+), 146 deletions(-)
15122
15123commit 1ffa5d50a2161311d46b56fdef734f309503cb80
15124Author: Brad Spengler <spender@grsecurity.net>
15125Date: Sun Feb 28 20:43:02 2016 -0500
15126
15127 Make suid/sgid bruteforce prevention also apply to binaries with fscaps
15128 enabled
15129
15130 grsecurity/grsec_sig.c | 3 +--
15131 1 file changed, 1 insertion(+), 2 deletions(-)
15132
15133commit cfdb373a77c88d01c1539e605e28143af5981571
15134Author: Brad Spengler <spender@grsecurity.net>
15135Date: Sun Feb 28 19:12:39 2016 -0500
15136
15137 compile fix
15138
15139 grsecurity/gracl_segv.c | 2 +-
15140 grsecurity/grsec_sig.c | 2 +-
15141 2 files changed, 2 insertions(+), 2 deletions(-)
15142
15143commit 67d5160f8c1ee12ee4da1e7ad57f8688fcc77b53
15144Author: Brad Spengler <spender@grsecurity.net>
15145Date: Sun Feb 28 18:24:50 2016 -0500
15146
15147 Update the daemon check in handling of anti-bruteforcing of suid binaries
15148 by GRKERNSEC_BRUTE to prevent a bypass reported by Jann Horn where one
15149 could create unprivileged copies of the suid binary via ptrace, inject
15150 code into them, and fork+exec a privileged copy. A crash then in the
15151 privileged copy would trigger the daemon detection which could be avoided
15152 by simply terminating the original process. Defeat this by using our
15153 is_privileged_binary() function against the task's mm->binfmt->file to detect
15154 an fscaps-enabled or suid/sgid binary being involved.
15155
15156 Also update the RBAC RES_CRASH code to use is_privileged_binary().
15157
15158 grsecurity/gracl_segv.c | 15 +--------------
15159 grsecurity/grsec_sig.c | 3 ++-
15160 2 files changed, 3 insertions(+), 15 deletions(-)
15161
15162commit 7382ec22b0c9627c674ccbb00210276d26f219e3
15163Author: Brad Spengler <spender@grsecurity.net>
15164Date: Sun Feb 28 15:06:32 2016 -0500
15165
15166 Fix a GRKERNSEC_PTRACE_READEXEC bypass reported by Jann Horn where one
15167 could dump out an unreadable suid binary by creating a script that used
15168 that binary as an interpreter.
15169
15170 fs/exec.c | 14 +++++++++-----
15171 1 file changed, 9 insertions(+), 5 deletions(-)
15172
15173commit 3e60eddebe1c59b97c0b5432506bf8e13d84e8e6
15174Merge: 2d35d52 8327ee6
15175Author: Brad Spengler <spender@grsecurity.net>
15176Date: Thu Feb 25 18:44:11 2016 -0500
15177
15178 Merge branch 'pax-test' into grsec-test
15179
15180 Conflicts:
15181 fs/proc/base.c
15182 kernel/ptrace.c
15183 mm/process_vm_access.c
15184
15185commit 8327ee64e5e24ae6a3446dd96b95d5185f70e1f6
15186Merge: 09d53c7 2134d97
15187Author: Brad Spengler <spender@grsecurity.net>
15188Date: Thu Feb 25 18:36:46 2016 -0500
15189
15190 Merge branch 'linux-4.4.y' into pax-test
15191
15192 Conflicts:
15193 mm/mmap.c
15194
15195commit 2d35d5276f3feb0c053209f8c3a77b1f55f9d96b
15196Author: Brad Spengler <spender@grsecurity.net>
15197Date: Wed Feb 24 07:59:12 2016 -0500
15198
15199 Remove /proc/pid/map_files which we had previously prevented via
15200 an inverted dependency on checkpoint/restart, but clearly should have
15201 guarded independently as upstream in 4.3 enabled it regardless of checkpoint/
15202 restart support. It can be used since 4.3 as an ASLR leak under RBAC to
15203 processes of the same UID. Thanks to Mathias Krause for the report!
15204
15205 fs/proc/base.c | 2 ++
15206 1 file changed, 2 insertions(+)
15207
15208commit e4f1e517092222aa28179b20e14c0ddfb2796049
15209Author: Brad Spengler <spender@grsecurity.net>
15210Date: Thu Feb 18 19:32:39 2016 -0500
15211
15212 Update size_overflow hash table
15213
15214 .../size_overflow_plugin/size_overflow_hash.data | 158 +++++++++++++++++----
15215 1 file changed, 131 insertions(+), 27 deletions(-)
15216
15217commit d5f895ddfa903d0d70425b8c3d7ef649c7e6943b
15218Author: Brad Spengler <spender@grsecurity.net>
15219Date: Thu Feb 18 18:52:37 2016 -0500
15220
15221 Update size_overflow hash table
15222
15223 .../size_overflow_plugin/size_overflow_hash.data | 293 +++++++++++++++++----
15224 1 file changed, 237 insertions(+), 56 deletions(-)
15225
15226commit 9d198df724c306c36e254fe19d0957fb608c3fa2
15227Author: Brad Spengler <spender@grsecurity.net>
15228Date: Thu Feb 18 18:23:03 2016 -0500
15229
15230 compile fix
15231
15232 tools/gcc/randomize_layout_plugin.c | 2 +-
15233 1 file changed, 1 insertion(+), 1 deletion(-)
15234
15235commit 024d2af98b755712daff6ed7c49af921da4e8883
15236Author: Brad Spengler <spender@grsecurity.net>
15237Date: Thu Feb 18 18:19:47 2016 -0500
15238
15239 compile fix
15240
15241 tools/gcc/randomize_layout_plugin.c | 2 +-
15242 1 file changed, 1 insertion(+), 1 deletion(-)
15243
15244commit 14a7b3bb5c3d8c6ef70c3e0842a5adc7f0f3e2c8
15245Author: Brad Spengler <spender@grsecurity.net>
15246Date: Thu Feb 18 18:16:32 2016 -0500
15247
15248 compile fix
15249
15250 tools/gcc/randomize_layout_plugin.c | 9 +++++----
15251 1 file changed, 5 insertions(+), 4 deletions(-)
15252
15253commit 9b2d0ee62bc66858c274f256c0502cbcbd34b2bf
15254Author: Brad Spengler <spender@grsecurity.net>
15255Date: Thu Feb 18 17:54:51 2016 -0500
15256
15257 Compile fix
15258
15259 tools/gcc/randomize_layout_plugin.c | 2 +-
15260 1 file changed, 1 insertion(+), 1 deletion(-)
15261
15262commit 13823395101c4228ecded4b624583389ee13bfb3
15263Author: Brad Spengler <spender@grsecurity.net>
15264Date: Thu Feb 18 17:35:21 2016 -0500
15265
15266 compile fix
15267
15268 Makefile | 5 +----
15269 1 file changed, 1 insertion(+), 4 deletions(-)
15270
15271commit 0316a42a37e67b0bc8a545c7a8b63db2d25f1ab0
15272Merge: 45cbb7e 09d53c7
15273Author: Brad Spengler <spender@grsecurity.net>
15274Date: Thu Feb 18 16:40:51 2016 -0500
15275
15276 Merge branch 'pax-test' into grsec-test
15277
15278 Conflicts:
15279 Makefile
15280 include/linux/genl_magic_struct.h
15281 scripts/mod/modpost.c
15282 tools/gcc/size_overflow_plugin/size_overflow_hash.data
15283
15284commit 09d53c74140e87e886a28980cedbb7e771f2a356
15285Author: Brad Spengler <spender@grsecurity.net>
15286Date: Thu Feb 18 16:24:02 2016 -0500
15287
15288 Update to pax-linux-4.4.2-test4.patch:
15289 - 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>
15290 - moved gcc plugin related makefile bits into a separate file, by Emese
15291 - changed modpost to report writable function pointers separately
15292 - increased the size of mem_cgroup.numainfo_events to avoid a wraparound caught by REFCOUNT, reported by alexey vlasov
15293 - reduced the size of the compat syscall entry points on amd64
15294 - 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)
15295 - Emese regenerated the size overflow hash table for 4.4
15296 - all plugins now use the new pass generator headers
15297
15298 Makefile | 73 +-
15299 arch/x86/entry/entry_64.S | 2 +-
15300 arch/x86/entry/entry_64_compat.S | 48 +-
15301 fs/exec.c | 3 +
15302 include/linux/genl_magic_struct.h | 4 +-
15303 include/linux/memcontrol.h | 2 +-
15304 ipc/shm.c | 2 +-
15305 mm/memcontrol.c | 6 +-
15306 scripts/Makefile.extrawarn | 4 +
15307 scripts/Makefile.gcc-plugins | 69 +
15308 scripts/mod/modpost.c | 15 +-
15309 tools/gcc/checker_plugin.c | 71 +-
15310 tools/gcc/colorize_plugin.c | 65 +-
15311 tools/gcc/constify_plugin.c | 65 +-
15312 tools/gcc/gcc-generate-gimple-pass.h | 172 +
15313 tools/gcc/gcc-generate-ipa-pass.h | 286 +
15314 tools/gcc/gcc-generate-rtl-pass.h | 172 +
15315 tools/gcc/initify_plugin.c | 74 +-
15316 tools/gcc/kallocstat_plugin.c | 65 +-
15317 tools/gcc/kernexec_plugin.c | 184 +-
15318 tools/gcc/latent_entropy_plugin.c | 71 +-
15319 tools/gcc/randomize_layout_seed.h | 1 -
15320 .../disable_size_overflow_hash.h | 152601 ------------------
15321 .../insert_size_overflow_asm.c | 71 +-
15322 .../size_overflow_plugin/intentional_overflow.c | 6 +-
15323 tools/gcc/size_overflow_plugin/size_overflow.h | 20 +-
15324 .../size_overflow_plugin/size_overflow_hash.data | 2898 +-
15325 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 94 +-
15326 .../size_overflow_plugin/size_overflow_plugin.c | 14 +-
15327 .../size_overflow_plugin/size_overflow_transform.c | 2 +-
15328 .../size_overflow_transform_core.c | 2 +-
15329 tools/gcc/stackleak_plugin.c | 132 +-
15330 tools/gcc/structleak_plugin.c | 67 +-
15331 33 files changed, 2238 insertions(+), 155123 deletions(-)
15332
15333commit 45cbb7e015a18625dafb019246e13e8cf3a18ace
15334Merge: 3b5448b 0c85110
15335Author: Brad Spengler <spender@grsecurity.net>
15336Date: Wed Feb 17 19:11:25 2016 -0500
15337
15338 Merge branch 'pax-test' into grsec-test
15339
15340commit 0c851109f683896aaff8a310bbfa943272b47516
15341Merge: 6cb4f49 1cb8570
15342Author: Brad Spengler <spender@grsecurity.net>
15343Date: Wed Feb 17 19:11:21 2016 -0500
15344
15345 Merge branch 'linux-4.4.y' into pax-test
15346
15347commit 3b5448bd1d85025d19b2587902e4264eb212a0a3
15348Author: Brad Spengler <spender@grsecurity.net>
15349Date: Mon Feb 15 18:02:40 2016 -0500
15350
15351 Fix a drbd bug reported by iamb on the forums:
15352 https://forums.grsecurity.net/viewtopic.php?f=3&t=4366#p16032
15353 which caused a size_overflow report
15354
15355 include/linux/genl_magic_struct.h | 4 ++--
15356 1 file changed, 2 insertions(+), 2 deletions(-)
15357
15358commit 061fcd0e74441189a87bfe13b55fb02b98f7d7c0
15359Author: Brad Spengler <spender@grsecurity.net>
15360Date: Mon Feb 15 13:20:38 2016 -0500
15361
15362 compile fix
15363
15364 drivers/staging/wilc1000/host_interface.h | 1 +
15365 1 file changed, 1 insertion(+)
15366
15367commit 675f2dcbdd4ea3293eea9c42f0cc427b1c903fc8
15368Author: Brad Spengler <spender@grsecurity.net>
15369Date: Mon Feb 15 12:54:52 2016 -0500
15370
15371 Update size_overflow hash table
15372
15373 .../size_overflow_plugin/size_overflow_hash.data | 21 +++++++++++++++++----
15374 1 file changed, 17 insertions(+), 4 deletions(-)
15375
15376commit c8c50394f0c9f2e9baaeb884a29be2057cadbf7b
15377Author: Brad Spengler <spender@grsecurity.net>
15378Date: Mon Feb 15 12:53:54 2016 -0500
15379
15380 compile fix
15381
15382 drivers/staging/wilc1000/wilc_spi.c | 1 -
15383 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
15384 2 files changed, 1 insertion(+), 2 deletions(-)
15385
15386commit a9dd4481db099082967585be8e153899e5fd24c7
15387Author: Brad Spengler <spender@grsecurity.net>
15388Date: Mon Feb 15 12:52:32 2016 -0500
15389
15390 compile fix
15391
15392 fs/proc/fd.c | 2 --
15393 1 file changed, 2 deletions(-)
15394
15395commit 5acb4fa0063460807096429f073181d1c5a3e566
15396Author: Brad Spengler <spender@grsecurity.net>
15397Date: Mon Feb 15 12:32:13 2016 -0500
15398
15399 Update size_overflow hash table
15400
15401 .../size_overflow_plugin/size_overflow_hash.data | 224 +++++++++++++++++----
15402 1 file changed, 182 insertions(+), 42 deletions(-)
15403
15404commit c0bac9ff9af7ef753740622b5736684a32b49a9f
15405Author: Brad Spengler <spender@grsecurity.net>
15406Date: Mon Feb 15 12:31:16 2016 -0500
15407
15408 compile fix
15409
15410 drivers/staging/wilc1000/wilc_spi.c | 1 +
15411 1 file changed, 1 insertion(+)
15412
15413commit 2f89ebdee131f6a6c85e611e5b993d4b19bc2673
15414Author: Brad Spengler <spender@grsecurity.net>
15415Date: Mon Feb 15 12:28:36 2016 -0500
15416
15417 RANDSTRUCT compile fix
15418
15419 drivers/staging/wilc1000/wilc_spi.c | 32 ++++++++++++++++----------------
15420 1 file changed, 16 insertions(+), 16 deletions(-)
15421
15422commit 693be5d7f5b783f451499bbe83162aeb0f27a09f
15423Author: Brad Spengler <spender@grsecurity.net>
15424Date: Mon Feb 15 12:24:49 2016 -0500
15425
15426 RANDSTRUCT compile fix
15427
15428 drivers/staging/wilc1000/wilc_sdio.c | 34 +++++++++++++++++-----------------
15429 1 file changed, 17 insertions(+), 17 deletions(-)
15430
15431commit bdf3dcd665c1a8ef9b69ad6525760c5160ec19a2
15432Author: Hariprasad S <hariprasad@chelsio.com>
15433Date: Fri Dec 11 13:59:17 2015 +0530
15434
15435 iw_cxgb3: Fix incorrectly returning error on success
15436
15437 The cxgb3_*_send() functions return NET_XMIT_ values, which are
15438 positive integers values. So don't treat positive return values
15439 as an error.
15440
15441 Signed-off-by: Steve Wise <swise@opengridcomputing.com>
15442 Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
15443 Signed-off-by: Doug Ledford <dledford@redhat.com>
15444
15445 drivers/infiniband/hw/cxgb3/iwch_cm.c | 4 ++--
15446 1 file changed, 2 insertions(+), 2 deletions(-)
15447
15448commit 8705fe372dc21046ca3fc55381b70cffb4c60207
15449Author: Daniel Borkmann <daniel@iogearbox.net>
15450Date: Wed Feb 10 16:47:11 2016 +0100
15451
15452 bpf: fix branch offset adjustment on backjumps after patching ctx expansion
15453
15454 When ctx access is used, the kernel often needs to expand/rewrite
15455 instructions, so after that patching, branch offsets have to be
15456 adjusted for both forward and backward jumps in the new eBPF program,
15457 but for backward jumps it fails to account the delta. Meaning, for
15458 example, if the expansion happens exactly on the insn that sits at
15459 the jump target, it doesn't fix up the back jump offset.
15460
15461 Analysis on what the check in adjust_branches() is currently doing:
15462
15463 /* adjust offset of jmps if necessary */
15464 if (i < pos && i + insn->off + 1 > pos)
15465 insn->off += delta;
15466 else if (i > pos && i + insn->off + 1 < pos)
15467 insn->off -= delta;
15468
15469 First condition (forward jumps):
15470
15471 Before: After:
15472
15473 insns[0] insns[0]
15474 insns[1] <--- i/insn insns[1] <--- i/insn
15475 insns[2] <--- pos insns[P] <--- pos
15476 insns[3] insns[P] `------| delta
15477 insns[4] <--- target_X insns[P] `-----|
15478 insns[5] insns[3]
15479 insns[4] <--- target_X
15480 insns[5]
15481
15482 First case is if we cross pos-boundary and the jump instruction was
15483 before pos. This is handeled correctly. I.e. if i == pos, then this
15484 would mean our jump that we currently check was the patchlet itself
15485 that we just injected. Since such patchlets are self-contained and
15486 have no awareness of any insns before or after the patched one, the
15487 delta is correctly not adjusted. Also, for the second condition in
15488 case of i + insn->off + 1 == pos, means we jump to that newly patched
15489 instruction, so no offset adjustment are needed. That part is correct.
15490
15491 Second condition (backward jumps):
15492
15493 Before: After:
15494
15495 insns[0] insns[0]
15496 insns[1] <--- target_X insns[1] <--- target_X
15497 insns[2] <--- pos <-- target_Y insns[P] <--- pos <-- target_Y
15498 insns[3] insns[P] `------| delta
15499 insns[4] <--- i/insn insns[P] `-----|
15500 insns[5] insns[3]
15501 insns[4] <--- i/insn
15502 insns[5]
15503
15504 Second interesting case is where we cross pos-boundary and the jump
15505 instruction was after pos. Backward jump with i == pos would be
15506 impossible and pose a bug somewhere in the patchlet, so the first
15507 condition checking i > pos is okay only by itself. However, i +
15508 insn->off + 1 < pos does not always work as intended to trigger the
15509 adjustment. It works when jump targets would be far off where the
15510 delta wouldn't matter. But, for example, where the fixed insn->off
15511 before pointed to pos (target_Y), it now points to pos + delta, so
15512 that additional room needs to be taken into account for the check.
15513 This means that i) both tests here need to be adjusted into pos + delta,
15514 and ii) for the second condition, the test needs to be <= as pos
15515 itself can be a target in the backjump, too.
15516
15517 Fixes: 9bac3d6d548e ("bpf: allow extended BPF programs access skb fields")
15518 Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
15519 Signed-off-by: David S. Miller <davem@davemloft.net>
15520
15521 kernel/bpf/verifier.c | 2 +-
15522 1 file changed, 1 insertion(+), 1 deletion(-)
15523
15524commit 61b513b644116e77313addf65970db58f4981608
15525Author: Ryan Ware <ware@linux.intel.com>
15526Date: Thu Feb 11 15:58:44 2016 -0800
15527
15528 EVM: Use crypto_memneq() for digest comparisons
15529
15530 This patch fixes vulnerability CVE-2016-2085. The problem exists
15531 because the vm_verify_hmac() function includes a use of memcmp().
15532 Unfortunately, this allows timing side channel attacks; specifically
15533 a MAC forgery complexity drop from 2^128 to 2^12. This patch changes
15534 the memcmp() to the cryptographically safe crypto_memneq().
15535
15536 Reported-by: Xiaofei Rex Guo <xiaofei.rex.guo@intel.com>
15537 Signed-off-by: Ryan Ware <ware@linux.intel.com>
15538 Cc: stable@vger.kernel.org
15539 Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
15540 Signed-off-by: James Morris <james.l.morris@oracle.com>
15541
15542 security/integrity/evm/evm_main.c | 3 ++-
15543 1 file changed, 2 insertions(+), 1 deletion(-)
15544
15545commit 970b961e7d0684624f9c69f0b4367d5c76b65a63
15546Author: Michael McConville <mmcco@mykolab.com>
15547Date: Fri Feb 5 20:46:25 2016 -0500
15548
15549 dscc4: Undefined signed int shift
15550
15551 My analysis in the below mail applies, although the second part is
15552 unnecessary because i isn't used in arithmetic operations here:
15553
15554 https://marc.info/?l=openbsd-tech&m=145377854103866&w=2
15555
15556 Thanks for your time.
15557
15558 Signed-off-by: Michael McConville <mmcco@mykolab.com>
15559 Acked-by: Francois Romieu <romieu@fr.zoreil.com>
15560 Signed-off-by: David S. Miller <davem@davemloft.net>
15561
15562 drivers/net/wan/dscc4.c | 2 +-
15563 1 file changed, 1 insertion(+), 1 deletion(-)
15564
15565commit d843df24b6680b600e87ebfea3b7b198b90b5a2a
15566Author: Andrey Konovalov <andreyknvl@gmail.com>
15567Date: Sat Feb 13 11:08:06 2016 +0300
15568
15569 ALSA: usb-audio: avoid freeing umidi object twice
15570
15571 The 'umidi' object will be free'd on the error path by snd_usbmidi_free()
15572 when tearing down the rawmidi interface. So we shouldn't try to free it
15573 in snd_usbmidi_create() after having registered the rawmidi interface.
15574
15575 Found by KASAN.
15576
15577 Signed-off-by: Andrey Konovalov <andreyknvl@gmail.com>
15578 Acked-by: Clemens Ladisch <clemens@ladisch.de>
15579 Cc: <stable@vger.kernel.org>
15580 Signed-off-by: Takashi Iwai <tiwai@suse.de>
15581
15582 sound/usb/midi.c | 1 -
15583 1 file changed, 1 deletion(-)
15584
15585commit ed3a8ab1976674d56e258da93639e61f1446e703
15586Author: zengtao <prime.zeng@huawei.com>
15587Date: Tue Feb 2 11:38:34 2016 +0800
15588
15589 cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()
15590
15591 The datatype __kernel_time_t is u32 on 32bit platform, so its subject to
15592 overflows in the timeval/timespec to cputime conversion.
15593
15594 Currently the following functions are affected:
15595 1. setitimer()
15596 2. timer_create/timer_settime()
15597 3. sys_clock_nanosleep
15598
15599 This can happen on MIPS32 and ARM32 with "Full dynticks CPU time accounting"
15600 enabled, which is required for CONFIG_NO_HZ_FULL.
15601
15602 Enforce u64 conversion to prevent the overflow.
15603
15604 Fixes: 31c1fc818715 ("ARM: Kconfig: allow full nohz CPU accounting")
15605 Signed-off-by: zengtao <prime.zeng@huawei.com>
15606 Reviewed-by: Arnd Bergmann <arnd@arndb.de>
15607 Cc: <fweisbec@gmail.com>
15608 Cc: stable@vger.kernel.org
15609 Link: http://lkml.kernel.org/r/1454384314-154784-1-git-send-email-prime.zeng@huawei.com
15610 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
15611
15612 include/asm-generic/cputime_nsecs.h | 5 +++--
15613 1 file changed, 3 insertions(+), 2 deletions(-)
15614
15615commit bf8a2de485da37d73850e7cfa31967b7798b6ce0
15616Author: Brad Spengler <spender@grsecurity.net>
15617Date: Mon Feb 15 11:55:18 2016 -0500
15618
15619 Fix building with allnoconfig, don't make our added DATA_TO_TEXT mismatch warnings
15620 count as actual mismatches
15621
15622 scripts/mod/modpost.c | 3 ++-
15623 1 file changed, 2 insertions(+), 1 deletion(-)
15624
15625commit c9d82b6d0f1a2484fea0a516989dbdc6c55e5693
15626Author: Brad Spengler <spender@grsecurity.net>
15627Date: Mon Feb 15 11:44:36 2016 -0500
15628
15629 Compile fix
15630
15631 tools/gcc/randomize_layout_seed.h | 1 -
15632 1 file changed, 1 deletion(-)
15633
15634commit fb68cbb98732e6801e8fc8d1da1f1195e51ff077
15635Author: Brad Spengler <spender@grsecurity.net>
15636Date: Mon Feb 15 11:27:32 2016 -0500
15637
15638 disable USELIB
15639
15640 init/Kconfig | 3 ++-
15641 1 file changed, 2 insertions(+), 1 deletion(-)
15642
15643commit cbda9a44b7f92161eb1e444bf7fe2bbcbedaae65
15644Author: Brad Spengler <spender@grsecurity.net>
15645Date: Mon Feb 15 11:23:56 2016 -0500
15646
15647 compile fix
15648
15649 fs/proc/fd.c | 2 +-
15650 1 file changed, 1 insertion(+), 1 deletion(-)
15651
15652commit 5cf0a2e87ab7105d1ba01f55f7636fa2e1fa4bb4
15653Author: Brad Spengler <spender@grsecurity.net>
15654Date: Mon Feb 15 11:19:26 2016 -0500
15655
15656 Initial import of grsecurity for Linux 4.4.1
15657
15658 Documentation/dontdiff | 2 +
15659 Documentation/kernel-parameters.txt | 11 +
15660 Documentation/sysctl/fs.txt | 23 +
15661 Documentation/sysctl/kernel.txt | 15 +
15662 Makefile | 18 +-
15663 arch/alpha/include/asm/cache.h | 4 +-
15664 arch/alpha/kernel/osf_sys.c | 12 +-
15665 arch/arc/Kconfig | 1 +
15666 arch/arm/Kconfig | 1 +
15667 arch/arm/Kconfig.debug | 1 +
15668 arch/arm/include/asm/thread_info.h | 7 +-
15669 arch/arm/kernel/entry-common.S | 8 +-
15670 arch/arm/kernel/process.c | 4 +-
15671 arch/arm/kernel/ptrace.c | 9 +
15672 arch/arm/kernel/traps.c | 7 +-
15673 arch/arm/mm/Kconfig | 4 +-
15674 arch/arm/mm/fault.c | 40 +-
15675 arch/arm/mm/mmap.c | 8 +-
15676 arch/arm/net/bpf_jit_32.c | 51 +-
15677 arch/arm64/Kconfig.debug | 1 +
15678 arch/avr32/include/asm/cache.h | 4 +-
15679 arch/blackfin/Kconfig.debug | 1 +
15680 arch/blackfin/include/asm/cache.h | 3 +-
15681 arch/cris/include/arch-v10/arch/cache.h | 3 +-
15682 arch/cris/include/arch-v32/arch/cache.h | 3 +-
15683 arch/frv/include/asm/cache.h | 3 +-
15684 arch/frv/mm/elf-fdpic.c | 4 +-
15685 arch/hexagon/include/asm/cache.h | 6 +-
15686 arch/ia64/Kconfig | 1 +
15687 arch/ia64/include/asm/cache.h | 3 +-
15688 arch/ia64/kernel/sys_ia64.c | 2 +
15689 arch/ia64/mm/hugetlbpage.c | 2 +
15690 arch/m32r/include/asm/cache.h | 4 +-
15691 arch/m68k/include/asm/cache.h | 4 +-
15692 arch/metag/mm/hugetlbpage.c | 1 +
15693 arch/microblaze/include/asm/cache.h | 3 +-
15694 arch/mips/Kconfig | 1 +
15695 arch/mips/include/asm/cache.h | 3 +-
15696 arch/mips/include/asm/thread_info.h | 11 +-
15697 arch/mips/kernel/irq.c | 3 +
15698 arch/mips/kernel/ptrace.c | 9 +
15699 arch/mips/mm/mmap.c | 4 +-
15700 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
15701 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
15702 arch/openrisc/include/asm/cache.h | 4 +-
15703 arch/parisc/include/asm/cache.h | 3 +
15704 arch/parisc/kernel/sys_parisc.c | 4 +
15705 arch/powerpc/Kconfig | 1 +
15706 arch/powerpc/include/asm/cache.h | 4 +-
15707 arch/powerpc/include/asm/thread_info.h | 5 +-
15708 arch/powerpc/kernel/Makefile | 2 +
15709 arch/powerpc/kernel/irq.c | 3 +
15710 arch/powerpc/kernel/process.c | 10 +-
15711 arch/powerpc/kernel/ptrace.c | 14 +
15712 arch/powerpc/kernel/traps.c | 5 +
15713 arch/powerpc/mm/slice.c | 2 +-
15714 arch/s390/Kconfig.debug | 1 +
15715 arch/s390/include/asm/cache.h | 4 +-
15716 arch/score/include/asm/cache.h | 4 +-
15717 arch/sh/include/asm/cache.h | 3 +-
15718 arch/sh/mm/mmap.c | 6 +-
15719 arch/sparc/include/asm/cache.h | 4 +-
15720 arch/sparc/include/asm/pgalloc_64.h | 1 +
15721 arch/sparc/include/asm/thread_info_64.h | 8 +-
15722 arch/sparc/kernel/process_32.c | 6 +-
15723 arch/sparc/kernel/process_64.c | 8 +-
15724 arch/sparc/kernel/ptrace_64.c | 14 +
15725 arch/sparc/kernel/sys_sparc_64.c | 8 +-
15726 arch/sparc/kernel/syscalls.S | 8 +-
15727 arch/sparc/kernel/traps_32.c | 8 +-
15728 arch/sparc/kernel/traps_64.c | 28 +-
15729 arch/sparc/kernel/unaligned_64.c | 2 +-
15730 arch/sparc/mm/fault_64.c | 2 +-
15731 arch/sparc/mm/hugetlbpage.c | 15 +-
15732 arch/tile/Kconfig | 1 +
15733 arch/tile/include/asm/cache.h | 3 +-
15734 arch/tile/mm/hugetlbpage.c | 2 +
15735 arch/um/include/asm/cache.h | 3 +-
15736 arch/unicore32/include/asm/cache.h | 6 +-
15737 arch/x86/Kconfig | 21 +
15738 arch/x86/Kconfig.debug | 2 +
15739 arch/x86/entry/common.c | 14 +
15740 arch/x86/entry/entry_32.S | 2 +-
15741 arch/x86/entry/entry_64.S | 2 +-
15742 arch/x86/ia32/ia32_aout.c | 2 +
15743 arch/x86/include/asm/floppy.h | 20 +-
15744 arch/x86/include/asm/fpu/types.h | 69 +-
15745 arch/x86/include/asm/io.h | 2 +-
15746 arch/x86/include/asm/page.h | 12 +-
15747 arch/x86/include/asm/paravirt_types.h | 23 +-
15748 arch/x86/include/asm/pgtable_types.h | 6 +-
15749 arch/x86/include/asm/processor.h | 12 +-
15750 arch/x86/include/asm/thread_info.h | 6 +-
15751 arch/x86/include/asm/uaccess.h | 2 +-
15752 arch/x86/kernel/dumpstack.c | 10 +-
15753 arch/x86/kernel/dumpstack_32.c | 2 +-
15754 arch/x86/kernel/dumpstack_64.c | 2 +-
15755 arch/x86/kernel/ioport.c | 13 +
15756 arch/x86/kernel/irq_32.c | 3 +
15757 arch/x86/kernel/irq_64.c | 4 +
15758 arch/x86/kernel/ldt.c | 18 +
15759 arch/x86/kernel/msr.c | 10 +
15760 arch/x86/kernel/ptrace.c | 14 +
15761 arch/x86/kernel/signal.c | 9 +-
15762 arch/x86/kernel/sys_i386_32.c | 9 +-
15763 arch/x86/kernel/sys_x86_64.c | 8 +-
15764 arch/x86/kernel/traps.c | 5 +
15765 arch/x86/kernel/verify_cpu.S | 1 +
15766 arch/x86/kernel/vm86_32.c | 15 +
15767 arch/x86/mm/fault.c | 12 +-
15768 arch/x86/mm/hugetlbpage.c | 15 +-
15769 arch/x86/mm/init.c | 66 +-
15770 arch/x86/mm/init_32.c | 6 +-
15771 arch/x86/mm/pageattr.c | 4 +-
15772 arch/x86/net/bpf_jit_comp.c | 4 +
15773 arch/x86/platform/efi/efi_64.c | 2 +-
15774 arch/x86/xen/Kconfig | 1 +
15775 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
15776 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
15777 crypto/scatterwalk.c | 10 +-
15778 drivers/acpi/acpica/hwxfsleep.c | 11 +-
15779 drivers/acpi/custom_method.c | 4 +
15780 drivers/block/cciss.h | 30 +-
15781 drivers/block/smart1,2.h | 40 +-
15782 drivers/cdrom/cdrom.c | 2 +-
15783 drivers/char/Kconfig | 4 +-
15784 drivers/char/genrtc.c | 1 +
15785 drivers/char/mem.c | 17 +
15786 drivers/char/random.c | 5 +-
15787 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
15788 drivers/firewire/ohci.c | 4 +
15789 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
15790 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
15791 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
15792 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
15793 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
15794 drivers/hid/hid-wiimote-debug.c | 2 +-
15795 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
15796 drivers/iommu/Kconfig | 1 +
15797 drivers/iommu/amd_iommu.c | 14 +-
15798 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
15799 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
15800 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
15801 drivers/isdn/i4l/isdn_concap.c | 6 +-
15802 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
15803 drivers/md/bcache/Kconfig | 1 +
15804 drivers/md/raid5.c | 8 +
15805 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
15806 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
15807 drivers/media/radio/radio-cadet.c | 5 +-
15808 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
15809 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
15810 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
15811 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
15812 drivers/message/fusion/mptbase.c | 9 +
15813 drivers/misc/sgi-xp/xp_main.c | 12 +-
15814 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
15815 drivers/net/ppp/pptp.c | 34 +-
15816 drivers/net/wan/lmc/lmc_media.c | 97 +-
15817 drivers/net/wan/z85230.c | 24 +-
15818 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
15819 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
15820 drivers/pci/proc.c | 9 +
15821 drivers/platform/x86/asus-wmi.c | 12 +
15822 drivers/rtc/rtc-dev.c | 3 +
15823 drivers/scsi/bfa/bfa_fcs.c | 19 +-
15824 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
15825 drivers/scsi/bfa/bfa_modules.h | 12 +-
15826 drivers/scsi/hpsa.h | 40 +-
15827 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
15828 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
15829 drivers/tty/serial/uartlite.c | 4 +-
15830 drivers/tty/sysrq.c | 2 +-
15831 drivers/tty/tty_io.c | 4 +
15832 drivers/tty/vt/keyboard.c | 22 +-
15833 drivers/uio/uio.c | 6 +-
15834 drivers/usb/core/hub.c | 5 +
15835 drivers/usb/gadget/function/f_uac1.c | 1 +
15836 drivers/usb/gadget/function/u_uac1.c | 1 +
15837 drivers/usb/host/hwa-hc.c | 9 +-
15838 drivers/usb/usbip/vhci_sysfs.c | 2 +-
15839 drivers/video/fbdev/arcfb.c | 2 +-
15840 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
15841 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
15842 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
15843 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
15844 drivers/xen/xenfs/xenstored.c | 5 +
15845 firmware/Makefile | 2 +
15846 firmware/WHENCE | 20 +-
15847 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
15848 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
15849 fs/attr.c | 4 +
15850 fs/autofs4/waitq.c | 9 +
15851 fs/binfmt_aout.c | 7 +
15852 fs/binfmt_elf.c | 40 +-
15853 fs/compat.c | 20 +-
15854 fs/compat_ioctl.c | 253 +-
15855 fs/coredump.c | 17 +-
15856 fs/dcache.c | 3 +
15857 fs/debugfs/inode.c | 11 +-
15858 fs/exec.c | 231 +-
15859 fs/ext2/balloc.c | 4 +-
15860 fs/ext2/super.c | 8 +-
15861 fs/ext4/balloc.c | 4 +-
15862 fs/ext4/extents.c | 2 +-
15863 fs/fcntl.c | 4 +
15864 fs/fhandle.c | 3 +-
15865 fs/file.c | 4 +
15866 fs/filesystems.c | 4 +
15867 fs/fs_struct.c | 20 +-
15868 fs/hugetlbfs/inode.c | 24 +-
15869 fs/inode.c | 8 +-
15870 fs/internal.h | 7 +
15871 fs/ioctl.c | 4 +-
15872 fs/kernfs/dir.c | 6 +
15873 fs/mount.h | 4 +-
15874 fs/namei.c | 283 +-
15875 fs/namespace.c | 24 +
15876 fs/nfsd/nfscache.c | 2 +-
15877 fs/open.c | 38 +
15878 fs/overlayfs/inode.c | 3 +
15879 fs/overlayfs/super.c | 6 +-
15880 fs/pipe.c | 49 +-
15881 fs/posix_acl.c | 15 +-
15882 fs/proc/Kconfig | 10 +-
15883 fs/proc/array.c | 69 +-
15884 fs/proc/base.c | 186 +-
15885 fs/proc/cmdline.c | 4 +
15886 fs/proc/devices.c | 4 +
15887 fs/proc/fd.c | 12 +-
15888 fs/proc/generic.c | 64 +
15889 fs/proc/inode.c | 17 +
15890 fs/proc/internal.h | 11 +-
15891 fs/proc/interrupts.c | 4 +
15892 fs/proc/kcore.c | 3 +
15893 fs/proc/namespaces.c | 4 +-
15894 fs/proc/proc_net.c | 31 +
15895 fs/proc/proc_sysctl.c | 52 +-
15896 fs/proc/root.c | 8 +
15897 fs/proc/stat.c | 69 +-
15898 fs/proc/task_mmu.c | 66 +-
15899 fs/readdir.c | 19 +
15900 fs/reiserfs/item_ops.c | 24 +-
15901 fs/reiserfs/super.c | 4 +
15902 fs/select.c | 2 +
15903 fs/seq_file.c | 30 +-
15904 fs/stat.c | 20 +-
15905 fs/sysfs/dir.c | 30 +-
15906 fs/utimes.c | 7 +
15907 fs/xattr.c | 26 +-
15908 grsecurity/Kconfig | 1203 ++++
15909 grsecurity/Makefile | 54 +
15910 grsecurity/gracl.c | 2757 +++++++++
15911 grsecurity/gracl_alloc.c | 105 +
15912 grsecurity/gracl_cap.c | 127 +
15913 grsecurity/gracl_compat.c | 269 +
15914 grsecurity/gracl_fs.c | 448 ++
15915 grsecurity/gracl_ip.c | 386 ++
15916 grsecurity/gracl_learn.c | 207 +
15917 grsecurity/gracl_policy.c | 1786 ++++++
15918 grsecurity/gracl_res.c | 68 +
15919 grsecurity/gracl_segv.c | 304 +
15920 grsecurity/gracl_shm.c | 40 +
15921 grsecurity/grsec_chdir.c | 19 +
15922 grsecurity/grsec_chroot.c | 467 ++
15923 grsecurity/grsec_disabled.c | 445 ++
15924 grsecurity/grsec_exec.c | 189 +
15925 grsecurity/grsec_fifo.c | 26 +
15926 grsecurity/grsec_fork.c | 23 +
15927 grsecurity/grsec_init.c | 294 +
15928 grsecurity/grsec_ipc.c | 48 +
15929 grsecurity/grsec_link.c | 65 +
15930 grsecurity/grsec_log.c | 340 +
15931 grsecurity/grsec_mem.c | 48 +
15932 grsecurity/grsec_mount.c | 65 +
15933 grsecurity/grsec_pax.c | 47 +
15934 grsecurity/grsec_proc.c | 20 +
15935 grsecurity/grsec_ptrace.c | 30 +
15936 grsecurity/grsec_sig.c | 245 +
15937 grsecurity/grsec_sock.c | 244 +
15938 grsecurity/grsec_sysctl.c | 497 ++
15939 grsecurity/grsec_time.c | 16 +
15940 grsecurity/grsec_tpe.c | 78 +
15941 grsecurity/grsec_tty.c | 18 +
15942 grsecurity/grsec_usb.c | 15 +
15943 grsecurity/grsum.c | 54 +
15944 include/linux/binfmts.h | 5 +-
15945 include/linux/capability.h | 13 +
15946 include/linux/compiler-gcc.h | 5 +
15947 include/linux/compiler.h | 8 +
15948 include/linux/cred.h | 8 +-
15949 include/linux/dcache.h | 5 +-
15950 include/linux/fs.h | 26 +-
15951 include/linux/fs_struct.h | 2 +-
15952 include/linux/fsnotify.h | 6 +
15953 include/linux/gracl.h | 342 ++
15954 include/linux/gracl_compat.h | 156 +
15955 include/linux/gralloc.h | 9 +
15956 include/linux/grdefs.h | 140 +
15957 include/linux/grinternal.h | 231 +
15958 include/linux/grmsg.h | 119 +
15959 include/linux/grsecurity.h | 258 +
15960 include/linux/grsock.h | 19 +
15961 include/linux/ipc.h | 2 +-
15962 include/linux/ipc_namespace.h | 2 +-
15963 include/linux/kallsyms.h | 18 +-
15964 include/linux/key-type.h | 4 +-
15965 include/linux/kmod.h | 5 +
15966 include/linux/kobject.h | 2 +-
15967 include/linux/lsm_hooks.h | 4 +-
15968 include/linux/mm.h | 12 +
15969 include/linux/mm_types.h | 4 +-
15970 include/linux/module.h | 5 +-
15971 include/linux/mount.h | 2 +-
15972 include/linux/msg.h | 2 +-
15973 include/linux/netfilter/xt_gradm.h | 9 +
15974 include/linux/path.h | 4 +-
15975 include/linux/perf_event.h | 13 +-
15976 include/linux/pid_namespace.h | 2 +-
15977 include/linux/pipe_fs_i.h | 4 +
15978 include/linux/poison.h | 2 +-
15979 include/linux/printk.h | 2 +-
15980 include/linux/proc_fs.h | 22 +-
15981 include/linux/proc_ns.h | 2 +-
15982 include/linux/ptrace.h | 24 +-
15983 include/linux/radix-tree.h | 22 +-
15984 include/linux/random.h | 2 +-
15985 include/linux/rbtree_augmented.h | 4 +-
15986 include/linux/scatterlist.h | 12 +-
15987 include/linux/sched.h | 115 +-
15988 include/linux/security.h | 1 +
15989 include/linux/sem.h | 2 +-
15990 include/linux/seq_file.h | 5 +
15991 include/linux/shm.h | 6 +-
15992 include/linux/shmem_fs.h | 5 +-
15993 include/linux/skbuff.h | 3 +
15994 include/linux/slab.h | 9 -
15995 include/linux/sysctl.h | 8 +-
15996 include/linux/thread_info.h | 6 +-
15997 include/linux/tty.h | 2 +-
15998 include/linux/tty_driver.h | 4 +-
15999 include/linux/uidgid.h | 5 +
16000 include/linux/user_namespace.h | 2 +-
16001 include/linux/utsname.h | 2 +-
16002 include/linux/vermagic.h | 16 +-
16003 include/linux/vmalloc.h | 8 +
16004 include/net/af_unix.h | 6 +-
16005 include/net/ip.h | 2 +-
16006 include/net/neighbour.h | 2 +-
16007 include/net/net_namespace.h | 2 +-
16008 include/net/netfilter/nf_conntrack_core.h | 8 +-
16009 include/net/scm.h | 1 +
16010 include/net/sock.h | 2 +-
16011 include/trace/events/fs.h | 53 +
16012 include/uapi/linux/personality.h | 1 +
16013 init/Kconfig | 2 +
16014 init/main.c | 46 +-
16015 ipc/mqueue.c | 1 +
16016 ipc/msg.c | 3 +-
16017 ipc/msgutil.c | 4 +-
16018 ipc/sem.c | 3 +-
16019 ipc/shm.c | 26 +-
16020 ipc/util.c | 6 +
16021 kernel/auditsc.c | 2 +-
16022 kernel/bpf/syscall.c | 10 +-
16023 kernel/capability.c | 41 +-
16024 kernel/cgroup.c | 5 +-
16025 kernel/compat.c | 1 +
16026 kernel/configs.c | 11 +
16027 kernel/cred.c | 112 +-
16028 kernel/events/core.c | 16 +-
16029 kernel/exit.c | 10 +-
16030 kernel/fork.c | 86 +-
16031 kernel/futex.c | 6 +-
16032 kernel/futex_compat.c | 2 +-
16033 kernel/kallsyms.c | 9 +
16034 kernel/kcmp.c | 8 +-
16035 kernel/kexec_core.c | 2 +-
16036 kernel/kmod.c | 96 +-
16037 kernel/kprobes.c | 9 +-
16038 kernel/ksysfs.c | 2 +
16039 kernel/locking/lockdep_proc.c | 10 +-
16040 kernel/module.c | 108 +-
16041 kernel/panic.c | 4 +-
16042 kernel/pid.c | 18 +-
16043 kernel/power/Kconfig | 2 +
16044 kernel/printk/printk.c | 7 +-
16045 kernel/ptrace.c | 89 +-
16046 kernel/resource.c | 10 +
16047 kernel/sched/core.c | 11 +-
16048 kernel/seccomp.c | 22 +-
16049 kernel/signal.c | 37 +-
16050 kernel/sys.c | 64 +-
16051 kernel/sysctl.c | 186 +-
16052 kernel/taskstats.c | 6 +
16053 kernel/time/posix-timers.c | 8 +
16054 kernel/time/time.c | 5 +
16055 kernel/time/timekeeping.c | 3 +
16056 kernel/time/timer_list.c | 13 +-
16057 kernel/time/timer_stats.c | 10 +-
16058 kernel/trace/Kconfig | 2 +
16059 kernel/trace/trace_syscalls.c | 8 +
16060 kernel/user_namespace.c | 15 +
16061 lib/Kconfig.debug | 13 +-
16062 lib/Kconfig.kasan | 2 +-
16063 lib/is_single_threaded.c | 3 +
16064 lib/list_debug.c | 65 +-
16065 lib/nlattr.c | 2 +
16066 lib/radix-tree.c | 12 +-
16067 lib/rbtree.c | 4 +-
16068 lib/vsprintf.c | 39 +-
16069 localversion-grsec | 1 +
16070 mm/Kconfig | 8 +-
16071 mm/Kconfig.debug | 1 +
16072 mm/filemap.c | 1 +
16073 mm/kmemleak.c | 4 +-
16074 mm/memory.c | 2 +-
16075 mm/mempolicy.c | 12 +-
16076 mm/migrate.c | 3 +-
16077 mm/mlock.c | 11 +-
16078 mm/mmap.c | 103 +-
16079 mm/mprotect.c | 8 +
16080 mm/oom_kill.c | 4 +
16081 mm/page_alloc.c | 2 +-
16082 mm/process_vm_access.c | 8 +-
16083 mm/shmem.c | 11 +-
16084 mm/slab.c | 14 +-
16085 mm/slab_common.c | 2 +-
16086 mm/slob.c | 12 +
16087 mm/slub.c | 33 +-
16088 mm/util.c | 3 +
16089 mm/vmalloc.c | 82 +-
16090 mm/vmstat.c | 29 +-
16091 net/appletalk/atalk_proc.c | 2 +-
16092 net/atm/lec.c | 6 +-
16093 net/atm/mpoa_caches.c | 42 +-
16094 net/can/bcm.c | 2 +-
16095 net/can/proc.c | 2 +-
16096 net/core/dev_ioctl.c | 7 +-
16097 net/core/filter.c | 8 +-
16098 net/core/net-procfs.c | 17 +-
16099 net/core/pktgen.c | 2 +-
16100 net/core/scm.c | 7 +
16101 net/core/sock.c | 3 +-
16102 net/core/sysctl_net_core.c | 2 +-
16103 net/decnet/dn_dev.c | 2 +-
16104 net/ipv4/Kconfig | 1 +
16105 net/ipv4/devinet.c | 6 +-
16106 net/ipv4/inet_hashtables.c | 4 +
16107 net/ipv4/ip_input.c | 7 +
16108 net/ipv4/ip_sockglue.c | 3 +-
16109 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
16110 net/ipv4/route.c | 6 +-
16111 net/ipv4/tcp_input.c | 6 +-
16112 net/ipv4/tcp_ipv4.c | 24 +-
16113 net/ipv4/tcp_minisocks.c | 9 +-
16114 net/ipv4/tcp_timer.c | 11 +
16115 net/ipv4/udp.c | 24 +
16116 net/ipv6/Kconfig | 1 +
16117 net/ipv6/addrconf.c | 13 +-
16118 net/ipv6/proc.c | 2 +-
16119 net/ipv6/tcp_ipv6.c | 23 +-
16120 net/ipv6/udp.c | 7 +
16121 net/ipx/ipx_proc.c | 2 +-
16122 net/irda/irproc.c | 2 +-
16123 net/iucv/af_iucv.c | 3 +
16124 net/llc/llc_proc.c | 2 +-
16125 net/netfilter/Kconfig | 10 +
16126 net/netfilter/Makefile | 1 +
16127 net/netfilter/nf_conntrack_core.c | 46 +-
16128 net/netfilter/nf_conntrack_helper.c | 2 +-
16129 net/netfilter/nf_conntrack_netlink.c | 2 +-
16130 net/netfilter/xt_gradm.c | 51 +
16131 net/netfilter/xt_hashlimit.c | 4 +-
16132 net/netfilter/xt_recent.c | 2 +-
16133 net/openvswitch/actions.c | 19 +-
16134 net/sctp/sm_sideeffect.c | 11 +-
16135 net/sctp/sm_statefuns.c | 17 +-
16136 net/socket.c | 75 +-
16137 net/sunrpc/Kconfig | 1 +
16138 net/sunrpc/cache.c | 2 +-
16139 net/sunrpc/stats.c | 2 +-
16140 net/sysctl_net.c | 2 +-
16141 net/unix/af_unix.c | 57 +-
16142 net/unix/garbage.c | 8 +-
16143 net/vmw_vsock/vmci_transport_notify.c | 30 +-
16144 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
16145 net/x25/sysctl_net_x25.c | 2 +-
16146 net/x25/x25_proc.c | 2 +-
16147 scripts/package/Makefile | 2 +-
16148 scripts/package/mkspec | 41 +-
16149 security/Kconfig | 369 +-
16150 security/apparmor/file.c | 4 +-
16151 security/apparmor/lsm.c | 8 +-
16152 security/commoncap.c | 36 +-
16153 security/keys/internal.h | 2 +-
16154 security/min_addr.c | 2 +
16155 security/smack/smack_lsm.c | 8 +-
16156 security/tomoyo/file.c | 12 +-
16157 security/tomoyo/mount.c | 4 +
16158 security/tomoyo/tomoyo.c | 20 +-
16159 security/yama/Kconfig | 2 +-
16160 security/yama/yama_lsm.c | 4 +-
16161 sound/core/timer.c | 4 +-
16162 sound/synth/emux/emux_seq.c | 14 +-
16163 sound/usb/line6/driver.c | 40 +-
16164 sound/usb/line6/toneport.c | 12 +-
16165 tools/gcc/.gitignore | 1 +
16166 tools/gcc/Makefile | 12 +
16167 tools/gcc/gen-random-seed.sh | 8 +
16168 tools/gcc/randomize_layout_plugin.c | 930 +++
16169 tools/gcc/size_overflow_plugin/.gitignore | 1 +
16170 .../size_overflow_plugin/size_overflow_hash.data | 463 +-
16171 513 files changed, 33007 insertions(+), 3251 deletions(-)
16172
16173commit 6cb4f49b6a55cf16ae82685e1ab9b74c95b2f743
16174Author: Brad Spengler <spender@grsecurity.net>
16175Date: Mon Feb 15 10:51:41 2016 -0500
16176
16177 Initial import of pax-linux-4.4.1-test3.patch
16178
16179 Documentation/dontdiff | 46 +-
16180 Documentation/kbuild/makefiles.txt | 39 +-
16181 Documentation/kernel-parameters.txt | 28 +
16182 Makefile | 119 +-
16183 arch/alpha/include/asm/atomic.h | 10 +
16184 arch/alpha/include/asm/elf.h | 7 +
16185 arch/alpha/include/asm/pgalloc.h | 6 +
16186 arch/alpha/include/asm/pgtable.h | 11 +
16187 arch/alpha/kernel/module.c | 2 +-
16188 arch/alpha/kernel/osf_sys.c | 8 +-
16189 arch/alpha/mm/fault.c | 141 +-
16190 arch/arm/Kconfig | 3 +-
16191 arch/arm/include/asm/atomic.h | 323 +-
16192 arch/arm/include/asm/cache.h | 5 +-
16193 arch/arm/include/asm/cacheflush.h | 2 +-
16194 arch/arm/include/asm/checksum.h | 14 +-
16195 arch/arm/include/asm/cmpxchg.h | 4 +
16196 arch/arm/include/asm/cpuidle.h | 2 +-
16197 arch/arm/include/asm/domain.h | 42 +-
16198 arch/arm/include/asm/elf.h | 9 +-
16199 arch/arm/include/asm/fncpy.h | 2 +
16200 arch/arm/include/asm/futex.h | 1 +
16201 arch/arm/include/asm/kmap_types.h | 2 +-
16202 arch/arm/include/asm/mach/dma.h | 2 +-
16203 arch/arm/include/asm/mach/map.h | 16 +-
16204 arch/arm/include/asm/outercache.h | 2 +-
16205 arch/arm/include/asm/page.h | 3 +-
16206 arch/arm/include/asm/pgalloc.h | 20 +
16207 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
16208 arch/arm/include/asm/pgtable-2level.h | 3 +
16209 arch/arm/include/asm/pgtable-3level.h | 3 +
16210 arch/arm/include/asm/pgtable.h | 54 +-
16211 arch/arm/include/asm/smp.h | 2 +-
16212 arch/arm/include/asm/thread_info.h | 3 +
16213 arch/arm/include/asm/tls.h | 3 +
16214 arch/arm/include/asm/uaccess.h | 113 +-
16215 arch/arm/include/uapi/asm/ptrace.h | 2 +-
16216 arch/arm/kernel/armksyms.c | 2 +-
16217 arch/arm/kernel/cpuidle.c | 2 +-
16218 arch/arm/kernel/entry-armv.S | 109 +-
16219 arch/arm/kernel/entry-common.S | 40 +-
16220 arch/arm/kernel/entry-header.S | 55 +
16221 arch/arm/kernel/fiq.c | 3 +
16222 arch/arm/kernel/module-plts.c | 7 +-
16223 arch/arm/kernel/module.c | 38 +-
16224 arch/arm/kernel/patch.c | 2 +
16225 arch/arm/kernel/process.c | 92 +-
16226 arch/arm/kernel/reboot.c | 1 +
16227 arch/arm/kernel/setup.c | 20 +-
16228 arch/arm/kernel/signal.c | 35 +-
16229 arch/arm/kernel/smp.c | 2 +-
16230 arch/arm/kernel/tcm.c | 4 +-
16231 arch/arm/kernel/vmlinux.lds.S | 6 +-
16232 arch/arm/kvm/arm.c | 8 +-
16233 arch/arm/lib/copy_page.S | 1 +
16234 arch/arm/lib/csumpartialcopyuser.S | 4 +-
16235 arch/arm/lib/delay.c | 2 +-
16236 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
16237 arch/arm/mach-exynos/suspend.c | 6 +-
16238 arch/arm/mach-mvebu/coherency.c | 4 +-
16239 arch/arm/mach-omap2/board-n8x0.c | 2 +-
16240 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
16241 arch/arm/mach-omap2/omap-smp.c | 1 +
16242 arch/arm/mach-omap2/omap_device.c | 4 +-
16243 arch/arm/mach-omap2/omap_device.h | 4 +-
16244 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
16245 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
16246 arch/arm/mach-omap2/wd_timer.c | 6 +-
16247 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
16248 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
16249 arch/arm/mach-tegra/irq.c | 1 +
16250 arch/arm/mach-ux500/pm.c | 1 +
16251 arch/arm/mach-zynq/platsmp.c | 1 +
16252 arch/arm/mm/Kconfig | 6 +-
16253 arch/arm/mm/cache-l2x0.c | 2 +-
16254 arch/arm/mm/context.c | 10 +-
16255 arch/arm/mm/fault.c | 146 +
16256 arch/arm/mm/fault.h | 12 +
16257 arch/arm/mm/init.c | 39 +
16258 arch/arm/mm/ioremap.c | 4 +-
16259 arch/arm/mm/mmap.c | 30 +-
16260 arch/arm/mm/mmu.c | 162 +-
16261 arch/arm/net/bpf_jit_32.c | 3 +
16262 arch/arm/plat-iop/setup.c | 2 +-
16263 arch/arm/plat-omap/sram.c | 2 +
16264 arch/arm64/include/asm/atomic.h | 10 +
16265 arch/arm64/include/asm/percpu.h | 8 +-
16266 arch/arm64/include/asm/pgalloc.h | 5 +
16267 arch/arm64/include/asm/uaccess.h | 1 +
16268 arch/arm64/mm/dma-mapping.c | 2 +-
16269 arch/avr32/include/asm/elf.h | 8 +-
16270 arch/avr32/include/asm/kmap_types.h | 4 +-
16271 arch/avr32/mm/fault.c | 27 +
16272 arch/frv/include/asm/atomic.h | 10 +
16273 arch/frv/include/asm/kmap_types.h | 2 +-
16274 arch/frv/mm/elf-fdpic.c | 3 +-
16275 arch/ia64/Makefile | 1 +
16276 arch/ia64/include/asm/atomic.h | 10 +
16277 arch/ia64/include/asm/elf.h | 7 +
16278 arch/ia64/include/asm/pgalloc.h | 12 +
16279 arch/ia64/include/asm/pgtable.h | 13 +-
16280 arch/ia64/include/asm/spinlock.h | 2 +-
16281 arch/ia64/include/asm/uaccess.h | 27 +-
16282 arch/ia64/kernel/module.c | 45 +-
16283 arch/ia64/kernel/palinfo.c | 2 +-
16284 arch/ia64/kernel/sys_ia64.c | 7 +
16285 arch/ia64/kernel/vmlinux.lds.S | 2 +-
16286 arch/ia64/mm/fault.c | 32 +-
16287 arch/ia64/mm/init.c | 15 +-
16288 arch/m32r/lib/usercopy.c | 6 +
16289 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
16290 arch/mips/include/asm/atomic.h | 368 +-
16291 arch/mips/include/asm/elf.h | 7 +
16292 arch/mips/include/asm/exec.h | 2 +-
16293 arch/mips/include/asm/hw_irq.h | 2 +-
16294 arch/mips/include/asm/local.h | 57 +
16295 arch/mips/include/asm/page.h | 2 +-
16296 arch/mips/include/asm/pgalloc.h | 5 +
16297 arch/mips/include/asm/pgtable.h | 3 +
16298 arch/mips/include/asm/uaccess.h | 1 +
16299 arch/mips/kernel/binfmt_elfn32.c | 7 +
16300 arch/mips/kernel/binfmt_elfo32.c | 7 +
16301 arch/mips/kernel/irq-gt641xx.c | 2 +-
16302 arch/mips/kernel/irq.c | 6 +-
16303 arch/mips/kernel/pm-cps.c | 2 +-
16304 arch/mips/kernel/process.c | 12 -
16305 arch/mips/kernel/sync-r4k.c | 24 +-
16306 arch/mips/kernel/traps.c | 13 +-
16307 arch/mips/mm/fault.c | 25 +
16308 arch/mips/mm/mmap.c | 51 +-
16309 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
16310 arch/mips/sni/rm200.c | 2 +-
16311 arch/mips/vr41xx/common/icu.c | 2 +-
16312 arch/mips/vr41xx/common/irq.c | 4 +-
16313 arch/parisc/include/asm/atomic.h | 10 +
16314 arch/parisc/include/asm/elf.h | 7 +
16315 arch/parisc/include/asm/pgalloc.h | 6 +
16316 arch/parisc/include/asm/pgtable.h | 11 +
16317 arch/parisc/include/asm/uaccess.h | 4 +-
16318 arch/parisc/kernel/module.c | 50 +-
16319 arch/parisc/kernel/sys_parisc.c | 15 +
16320 arch/parisc/kernel/traps.c | 4 +-
16321 arch/parisc/mm/fault.c | 140 +-
16322 arch/powerpc/include/asm/atomic.h | 329 +-
16323 arch/powerpc/include/asm/elf.h | 12 +
16324 arch/powerpc/include/asm/exec.h | 2 +-
16325 arch/powerpc/include/asm/kmap_types.h | 2 +-
16326 arch/powerpc/include/asm/local.h | 46 +
16327 arch/powerpc/include/asm/mman.h | 2 +-
16328 arch/powerpc/include/asm/page.h | 8 +-
16329 arch/powerpc/include/asm/page_64.h | 7 +-
16330 arch/powerpc/include/asm/pgalloc-64.h | 7 +
16331 arch/powerpc/include/asm/pgtable.h | 1 +
16332 arch/powerpc/include/asm/pte-hash32.h | 1 +
16333 arch/powerpc/include/asm/reg.h | 1 +
16334 arch/powerpc/include/asm/smp.h | 2 +-
16335 arch/powerpc/include/asm/spinlock.h | 42 +-
16336 arch/powerpc/include/asm/uaccess.h | 141 +-
16337 arch/powerpc/kernel/Makefile | 5 +
16338 arch/powerpc/kernel/exceptions-64e.S | 4 +-
16339 arch/powerpc/kernel/exceptions-64s.S | 2 +-
16340 arch/powerpc/kernel/module_32.c | 15 +-
16341 arch/powerpc/kernel/process.c | 46 -
16342 arch/powerpc/kernel/signal_32.c | 2 +-
16343 arch/powerpc/kernel/signal_64.c | 2 +-
16344 arch/powerpc/kernel/traps.c | 21 +
16345 arch/powerpc/kernel/vdso.c | 5 +-
16346 arch/powerpc/lib/usercopy_64.c | 18 -
16347 arch/powerpc/mm/fault.c | 56 +-
16348 arch/powerpc/mm/mmap.c | 16 +
16349 arch/powerpc/mm/slice.c | 13 +-
16350 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
16351 arch/s390/include/asm/atomic.h | 10 +
16352 arch/s390/include/asm/elf.h | 7 +
16353 arch/s390/include/asm/exec.h | 2 +-
16354 arch/s390/include/asm/uaccess.h | 13 +-
16355 arch/s390/kernel/module.c | 22 +-
16356 arch/s390/kernel/process.c | 20 -
16357 arch/s390/mm/mmap.c | 16 +
16358 arch/score/include/asm/exec.h | 2 +-
16359 arch/score/kernel/process.c | 5 -
16360 arch/sh/mm/mmap.c | 22 +-
16361 arch/sparc/include/asm/atomic_64.h | 110 +-
16362 arch/sparc/include/asm/cache.h | 2 +-
16363 arch/sparc/include/asm/elf_32.h | 7 +
16364 arch/sparc/include/asm/elf_64.h | 7 +
16365 arch/sparc/include/asm/pgalloc_32.h | 1 +
16366 arch/sparc/include/asm/pgalloc_64.h | 1 +
16367 arch/sparc/include/asm/pgtable.h | 4 +
16368 arch/sparc/include/asm/pgtable_32.h | 15 +-
16369 arch/sparc/include/asm/pgtsrmmu.h | 5 +
16370 arch/sparc/include/asm/setup.h | 4 +-
16371 arch/sparc/include/asm/spinlock_64.h | 35 +-
16372 arch/sparc/include/asm/thread_info_32.h | 1 +
16373 arch/sparc/include/asm/thread_info_64.h | 2 +
16374 arch/sparc/include/asm/uaccess.h | 1 +
16375 arch/sparc/include/asm/uaccess_32.h | 28 +-
16376 arch/sparc/include/asm/uaccess_64.h | 24 +-
16377 arch/sparc/kernel/Makefile | 2 +-
16378 arch/sparc/kernel/prom_common.c | 2 +-
16379 arch/sparc/kernel/smp_64.c | 8 +-
16380 arch/sparc/kernel/sys_sparc_32.c | 2 +-
16381 arch/sparc/kernel/sys_sparc_64.c | 52 +-
16382 arch/sparc/kernel/traps_64.c | 27 +-
16383 arch/sparc/lib/Makefile | 2 +-
16384 arch/sparc/lib/atomic_64.S | 57 +-
16385 arch/sparc/lib/ksyms.c | 6 +-
16386 arch/sparc/mm/Makefile | 2 +-
16387 arch/sparc/mm/fault_32.c | 292 +
16388 arch/sparc/mm/fault_64.c | 486 +
16389 arch/sparc/mm/hugetlbpage.c | 22 +-
16390 arch/sparc/mm/init_64.c | 10 +-
16391 arch/tile/include/asm/atomic_64.h | 10 +
16392 arch/tile/include/asm/uaccess.h | 4 +-
16393 arch/um/Makefile | 4 +
16394 arch/um/include/asm/kmap_types.h | 2 +-
16395 arch/um/include/asm/page.h | 3 +
16396 arch/um/include/asm/pgtable-3level.h | 1 +
16397 arch/um/kernel/process.c | 16 -
16398 arch/x86/Kconfig | 26 +-
16399 arch/x86/Kconfig.cpu | 6 +-
16400 arch/x86/Kconfig.debug | 4 +-
16401 arch/x86/Makefile | 13 +-
16402 arch/x86/boot/Makefile | 3 +
16403 arch/x86/boot/bitops.h | 4 +-
16404 arch/x86/boot/boot.h | 2 +-
16405 arch/x86/boot/compressed/Makefile | 3 +
16406 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
16407 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
16408 arch/x86/boot/compressed/head_32.S | 4 +-
16409 arch/x86/boot/compressed/head_64.S | 12 +-
16410 arch/x86/boot/compressed/misc.c | 11 +-
16411 arch/x86/boot/cpucheck.c | 16 +-
16412 arch/x86/boot/header.S | 6 +-
16413 arch/x86/boot/memory.c | 2 +-
16414 arch/x86/boot/video-vesa.c | 1 +
16415 arch/x86/boot/video.c | 2 +-
16416 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
16417 arch/x86/crypto/aesni-intel_asm.S | 106 +-
16418 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
16419 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
16420 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
16421 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
16422 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
16423 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
16424 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
16425 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
16426 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
16427 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
16428 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
16429 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
16430 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
16431 arch/x86/crypto/sha256-avx-asm.S | 2 +
16432 arch/x86/crypto/sha256-avx2-asm.S | 2 +
16433 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
16434 arch/x86/crypto/sha512-avx-asm.S | 2 +
16435 arch/x86/crypto/sha512-avx2-asm.S | 2 +
16436 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
16437 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
16438 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
16439 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
16440 arch/x86/entry/calling.h | 86 +-
16441 arch/x86/entry/common.c | 28 +-
16442 arch/x86/entry/entry_32.S | 311 +-
16443 arch/x86/entry/entry_64.S | 625 +-
16444 arch/x86/entry/entry_64_compat.S | 67 +-
16445 arch/x86/entry/thunk_64.S | 2 +
16446 arch/x86/entry/vdso/Makefile | 2 +-
16447 arch/x86/entry/vdso/vdso2c.h | 8 +-
16448 arch/x86/entry/vdso/vma.c | 37 +-
16449 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
16450 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
16451 arch/x86/ia32/ia32_signal.c | 23 +-
16452 arch/x86/ia32/sys_ia32.c | 42 +-
16453 arch/x86/include/asm/alternative-asm.h | 43 +-
16454 arch/x86/include/asm/alternative.h | 4 +-
16455 arch/x86/include/asm/apic.h | 2 +-
16456 arch/x86/include/asm/apm.h | 4 +-
16457 arch/x86/include/asm/atomic.h | 230 +-
16458 arch/x86/include/asm/atomic64_32.h | 100 +
16459 arch/x86/include/asm/atomic64_64.h | 164 +-
16460 arch/x86/include/asm/bitops.h | 18 +-
16461 arch/x86/include/asm/boot.h | 2 +-
16462 arch/x86/include/asm/cache.h | 5 +-
16463 arch/x86/include/asm/checksum_32.h | 12 +-
16464 arch/x86/include/asm/cmpxchg.h | 39 +
16465 arch/x86/include/asm/compat.h | 4 +
16466 arch/x86/include/asm/cpufeature.h | 17 +-
16467 arch/x86/include/asm/desc.h | 78 +-
16468 arch/x86/include/asm/desc_defs.h | 6 +
16469 arch/x86/include/asm/div64.h | 2 +-
16470 arch/x86/include/asm/dma.h | 2 +
16471 arch/x86/include/asm/elf.h | 33 +-
16472 arch/x86/include/asm/emergency-restart.h | 2 +-
16473 arch/x86/include/asm/fpu/internal.h | 42 +-
16474 arch/x86/include/asm/fpu/types.h | 5 +-
16475 arch/x86/include/asm/futex.h | 14 +-
16476 arch/x86/include/asm/hw_irq.h | 4 +-
16477 arch/x86/include/asm/i8259.h | 2 +-
16478 arch/x86/include/asm/io.h | 22 +-
16479 arch/x86/include/asm/irqflags.h | 5 +
16480 arch/x86/include/asm/kprobes.h | 9 +-
16481 arch/x86/include/asm/local.h | 106 +-
16482 arch/x86/include/asm/mman.h | 15 +
16483 arch/x86/include/asm/mmu.h | 14 +-
16484 arch/x86/include/asm/mmu_context.h | 133 +-
16485 arch/x86/include/asm/module.h | 17 +-
16486 arch/x86/include/asm/nmi.h | 19 +-
16487 arch/x86/include/asm/page.h | 1 +
16488 arch/x86/include/asm/page_32.h | 12 +-
16489 arch/x86/include/asm/page_64.h | 14 +-
16490 arch/x86/include/asm/paravirt.h | 46 +-
16491 arch/x86/include/asm/paravirt_types.h | 15 +-
16492 arch/x86/include/asm/pgalloc.h | 23 +
16493 arch/x86/include/asm/pgtable-2level.h | 2 +
16494 arch/x86/include/asm/pgtable-3level.h | 7 +
16495 arch/x86/include/asm/pgtable.h | 126 +-
16496 arch/x86/include/asm/pgtable_32.h | 14 +-
16497 arch/x86/include/asm/pgtable_32_types.h | 24 +-
16498 arch/x86/include/asm/pgtable_64.h | 23 +-
16499 arch/x86/include/asm/pgtable_64_types.h | 5 +
16500 arch/x86/include/asm/pgtable_types.h | 26 +-
16501 arch/x86/include/asm/pmem.h | 2 +-
16502 arch/x86/include/asm/preempt.h | 2 +-
16503 arch/x86/include/asm/processor.h | 57 +-
16504 arch/x86/include/asm/ptrace.h | 15 +-
16505 arch/x86/include/asm/realmode.h | 4 +-
16506 arch/x86/include/asm/reboot.h | 10 +-
16507 arch/x86/include/asm/rmwcc.h | 84 +-
16508 arch/x86/include/asm/rwsem.h | 60 +-
16509 arch/x86/include/asm/segment.h | 27 +-
16510 arch/x86/include/asm/smap.h | 43 +
16511 arch/x86/include/asm/smp.h | 14 +-
16512 arch/x86/include/asm/stackprotector.h | 4 +-
16513 arch/x86/include/asm/stacktrace.h | 34 +-
16514 arch/x86/include/asm/switch_to.h | 4 +-
16515 arch/x86/include/asm/sys_ia32.h | 6 +-
16516 arch/x86/include/asm/thread_info.h | 27 +-
16517 arch/x86/include/asm/tlbflush.h | 77 +-
16518 arch/x86/include/asm/uaccess.h | 210 +-
16519 arch/x86/include/asm/uaccess_32.h | 28 +-
16520 arch/x86/include/asm/uaccess_64.h | 169 +-
16521 arch/x86/include/asm/word-at-a-time.h | 2 +-
16522 arch/x86/include/asm/x86_init.h | 10 +-
16523 arch/x86/include/asm/xen/page.h | 2 +-
16524 arch/x86/include/uapi/asm/e820.h | 2 +-
16525 arch/x86/kernel/Makefile | 2 +-
16526 arch/x86/kernel/acpi/boot.c | 4 +-
16527 arch/x86/kernel/acpi/sleep.c | 4 +
16528 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
16529 arch/x86/kernel/alternative.c | 124 +-
16530 arch/x86/kernel/apic/apic.c | 4 +-
16531 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
16532 arch/x86/kernel/apic/apic_noop.c | 2 +-
16533 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
16534 arch/x86/kernel/apic/io_apic.c | 8 +-
16535 arch/x86/kernel/apic/msi.c | 2 +-
16536 arch/x86/kernel/apic/probe_32.c | 4 +-
16537 arch/x86/kernel/apic/vector.c | 2 +
16538 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
16539 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
16540 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
16541 arch/x86/kernel/apm_32.c | 21 +-
16542 arch/x86/kernel/asm-offsets.c | 20 +
16543 arch/x86/kernel/asm-offsets_64.c | 1 +
16544 arch/x86/kernel/cpu/Makefile | 4 -
16545 arch/x86/kernel/cpu/amd.c | 2 +-
16546 arch/x86/kernel/cpu/bugs_64.c | 2 +
16547 arch/x86/kernel/cpu/common.c | 202 +-
16548 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
16549 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
16550 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
16551 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
16552 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
16553 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
16554 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
16555 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
16556 arch/x86/kernel/cpu/perf_event.c | 10 +-
16557 arch/x86/kernel/cpu/perf_event.h | 2 +-
16558 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
16559 arch/x86/kernel/cpu/perf_event_intel.c | 34 +-
16560 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
16561 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
16562 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
16563 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
16564 arch/x86/kernel/cpu/perf_event_intel_pt.c | 42 +-
16565 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
16566 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
16567 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
16568 arch/x86/kernel/crash_dump_64.c | 2 +-
16569 arch/x86/kernel/doublefault.c | 8 +-
16570 arch/x86/kernel/dumpstack.c | 24 +-
16571 arch/x86/kernel/dumpstack_32.c | 25 +-
16572 arch/x86/kernel/dumpstack_64.c | 62 +-
16573 arch/x86/kernel/e820.c | 4 +-
16574 arch/x86/kernel/early_printk.c | 1 +
16575 arch/x86/kernel/espfix_64.c | 44 +-
16576 arch/x86/kernel/fpu/core.c | 24 +-
16577 arch/x86/kernel/fpu/init.c | 40 +-
16578 arch/x86/kernel/fpu/regset.c | 22 +-
16579 arch/x86/kernel/fpu/signal.c | 20 +-
16580 arch/x86/kernel/fpu/xstate.c | 6 +-
16581 arch/x86/kernel/ftrace.c | 18 +-
16582 arch/x86/kernel/head64.c | 14 +-
16583 arch/x86/kernel/head_32.S | 235 +-
16584 arch/x86/kernel/head_64.S | 173 +-
16585 arch/x86/kernel/i386_ksyms_32.c | 12 +
16586 arch/x86/kernel/i8259.c | 10 +-
16587 arch/x86/kernel/io_delay.c | 2 +-
16588 arch/x86/kernel/ioport.c | 2 +-
16589 arch/x86/kernel/irq.c | 8 +-
16590 arch/x86/kernel/irq_32.c | 45 +-
16591 arch/x86/kernel/jump_label.c | 10 +-
16592 arch/x86/kernel/kgdb.c | 21 +-
16593 arch/x86/kernel/kprobes/core.c | 28 +-
16594 arch/x86/kernel/kprobes/opt.c | 16 +-
16595 arch/x86/kernel/ksysfs.c | 2 +-
16596 arch/x86/kernel/kvmclock.c | 20 +-
16597 arch/x86/kernel/ldt.c | 25 +
16598 arch/x86/kernel/livepatch.c | 11 +-
16599 arch/x86/kernel/machine_kexec_32.c | 6 +-
16600 arch/x86/kernel/mcount_64.S | 19 +-
16601 arch/x86/kernel/module.c | 78 +-
16602 arch/x86/kernel/msr.c | 2 +-
16603 arch/x86/kernel/nmi.c | 34 +-
16604 arch/x86/kernel/nmi_selftest.c | 4 +-
16605 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
16606 arch/x86/kernel/paravirt.c | 45 +-
16607 arch/x86/kernel/paravirt_patch_64.c | 8 +
16608 arch/x86/kernel/pci-calgary_64.c | 2 +-
16609 arch/x86/kernel/pci-iommu_table.c | 2 +-
16610 arch/x86/kernel/pci-swiotlb.c | 2 +-
16611 arch/x86/kernel/process.c | 80 +-
16612 arch/x86/kernel/process_32.c | 29 +-
16613 arch/x86/kernel/process_64.c | 14 +-
16614 arch/x86/kernel/ptrace.c | 20 +-
16615 arch/x86/kernel/pvclock.c | 8 +-
16616 arch/x86/kernel/reboot.c | 44 +-
16617 arch/x86/kernel/reboot_fixups_32.c | 2 +-
16618 arch/x86/kernel/relocate_kernel_64.S | 3 +-
16619 arch/x86/kernel/setup.c | 29 +-
16620 arch/x86/kernel/setup_percpu.c | 29 +-
16621 arch/x86/kernel/signal.c | 17 +-
16622 arch/x86/kernel/smp.c | 2 +-
16623 arch/x86/kernel/smpboot.c | 29 +-
16624 arch/x86/kernel/step.c | 6 +-
16625 arch/x86/kernel/sys_i386_32.c | 184 +
16626 arch/x86/kernel/sys_x86_64.c | 22 +-
16627 arch/x86/kernel/tboot.c | 22 +-
16628 arch/x86/kernel/time.c | 8 +-
16629 arch/x86/kernel/tls.c | 7 +-
16630 arch/x86/kernel/tracepoint.c | 4 +-
16631 arch/x86/kernel/traps.c | 53 +-
16632 arch/x86/kernel/tsc.c | 2 +-
16633 arch/x86/kernel/uprobes.c | 4 +-
16634 arch/x86/kernel/vm86_32.c | 6 +-
16635 arch/x86/kernel/vmlinux.lds.S | 153 +-
16636 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
16637 arch/x86/kernel/x86_init.c | 6 +-
16638 arch/x86/kvm/cpuid.c | 21 +-
16639 arch/x86/kvm/emulate.c | 6 +-
16640 arch/x86/kvm/i8259.c | 10 +-
16641 arch/x86/kvm/ioapic.c | 2 +
16642 arch/x86/kvm/lapic.c | 2 +-
16643 arch/x86/kvm/paging_tmpl.h | 2 +-
16644 arch/x86/kvm/svm.c | 10 +-
16645 arch/x86/kvm/vmx.c | 62 +-
16646 arch/x86/kvm/x86.c | 44 +-
16647 arch/x86/lguest/boot.c | 3 +-
16648 arch/x86/lib/atomic64_386_32.S | 164 +
16649 arch/x86/lib/atomic64_cx8_32.S | 98 +-
16650 arch/x86/lib/checksum_32.S | 99 +-
16651 arch/x86/lib/clear_page_64.S | 3 +
16652 arch/x86/lib/cmpxchg16b_emu.S | 3 +
16653 arch/x86/lib/copy_page_64.S | 14 +-
16654 arch/x86/lib/copy_user_64.S | 66 +-
16655 arch/x86/lib/csum-copy_64.S | 14 +-
16656 arch/x86/lib/csum-wrappers_64.c | 8 +-
16657 arch/x86/lib/getuser.S | 74 +-
16658 arch/x86/lib/insn.c | 8 +-
16659 arch/x86/lib/iomap_copy_64.S | 2 +
16660 arch/x86/lib/memcpy_64.S | 6 +
16661 arch/x86/lib/memmove_64.S | 3 +-
16662 arch/x86/lib/memset_64.S | 3 +
16663 arch/x86/lib/mmx_32.c | 243 +-
16664 arch/x86/lib/msr-reg.S | 2 +
16665 arch/x86/lib/putuser.S | 87 +-
16666 arch/x86/lib/rwsem.S | 6 +-
16667 arch/x86/lib/usercopy_32.c | 359 +-
16668 arch/x86/lib/usercopy_64.c | 22 +-
16669 arch/x86/math-emu/fpu_aux.c | 2 +-
16670 arch/x86/math-emu/fpu_entry.c | 4 +-
16671 arch/x86/math-emu/fpu_system.h | 2 +-
16672 arch/x86/mm/Makefile | 4 +
16673 arch/x86/mm/extable.c | 26 +-
16674 arch/x86/mm/fault.c | 570 +-
16675 arch/x86/mm/gup.c | 6 +-
16676 arch/x86/mm/highmem_32.c | 6 +
16677 arch/x86/mm/hugetlbpage.c | 24 +-
16678 arch/x86/mm/init.c | 111 +-
16679 arch/x86/mm/init_32.c | 111 +-
16680 arch/x86/mm/init_64.c | 46 +-
16681 arch/x86/mm/iomap_32.c | 4 +
16682 arch/x86/mm/ioremap.c | 52 +-
16683 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
16684 arch/x86/mm/mmap.c | 40 +-
16685 arch/x86/mm/mmio-mod.c | 10 +-
16686 arch/x86/mm/mpx.c | 6 +-
16687 arch/x86/mm/numa.c | 4 +-
16688 arch/x86/mm/pageattr.c | 42 +-
16689 arch/x86/mm/pat.c | 12 +-
16690 arch/x86/mm/pat_rbtree.c | 2 +-
16691 arch/x86/mm/pf_in.c | 10 +-
16692 arch/x86/mm/pgtable.c | 214 +-
16693 arch/x86/mm/pgtable_32.c | 3 +
16694 arch/x86/mm/setup_nx.c | 7 +
16695 arch/x86/mm/tlb.c | 4 +
16696 arch/x86/mm/uderef_64.c | 37 +
16697 arch/x86/net/bpf_jit.S | 11 +
16698 arch/x86/net/bpf_jit_comp.c | 13 +-
16699 arch/x86/oprofile/backtrace.c | 6 +-
16700 arch/x86/oprofile/nmi_int.c | 8 +-
16701 arch/x86/oprofile/op_model_amd.c | 8 +-
16702 arch/x86/oprofile/op_model_ppro.c | 7 +-
16703 arch/x86/oprofile/op_x86_model.h | 2 +-
16704 arch/x86/pci/intel_mid_pci.c | 2 +-
16705 arch/x86/pci/irq.c | 8 +-
16706 arch/x86/pci/pcbios.c | 144 +-
16707 arch/x86/platform/efi/efi_32.c | 24 +
16708 arch/x86/platform/efi/efi_64.c | 26 +-
16709 arch/x86/platform/efi/efi_stub_32.S | 64 +-
16710 arch/x86/platform/efi/efi_stub_64.S | 2 +
16711 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
16712 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
16713 arch/x86/platform/intel-mid/mfld.c | 4 +-
16714 arch/x86/platform/intel-mid/mrfl.c | 2 +-
16715 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
16716 arch/x86/platform/olpc/olpc_dt.c | 2 +-
16717 arch/x86/power/cpu.c | 11 +-
16718 arch/x86/realmode/init.c | 10 +-
16719 arch/x86/realmode/rm/Makefile | 3 +
16720 arch/x86/realmode/rm/header.S | 4 +-
16721 arch/x86/realmode/rm/reboot.S | 4 +
16722 arch/x86/realmode/rm/trampoline_32.S | 12 +-
16723 arch/x86/realmode/rm/trampoline_64.S | 3 +-
16724 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
16725 arch/x86/tools/Makefile | 2 +-
16726 arch/x86/tools/relocs.c | 96 +-
16727 arch/x86/um/mem_32.c | 2 +-
16728 arch/x86/um/tls_32.c | 2 +-
16729 arch/x86/xen/enlighten.c | 50 +-
16730 arch/x86/xen/mmu.c | 19 +-
16731 arch/x86/xen/smp.c | 16 +-
16732 arch/x86/xen/xen-asm_32.S | 2 +-
16733 arch/x86/xen/xen-head.S | 11 +
16734 arch/x86/xen/xen-ops.h | 2 -
16735 block/bio.c | 4 +-
16736 block/blk-cgroup.c | 18 +-
16737 block/blk-iopoll.c | 2 +-
16738 block/blk-map.c | 2 +-
16739 block/blk-softirq.c | 2 +-
16740 block/bsg.c | 12 +-
16741 block/cfq-iosched.c | 4 +-
16742 block/compat_ioctl.c | 4 +-
16743 block/genhd.c | 9 +-
16744 block/partitions/efi.c | 8 +-
16745 block/scsi_ioctl.c | 29 +-
16746 crypto/cryptd.c | 4 +-
16747 crypto/crypto_user.c | 8 +-
16748 crypto/pcrypt.c | 2 +-
16749 crypto/zlib.c | 12 +-
16750 drivers/acpi/acpi_video.c | 2 +-
16751 drivers/acpi/apei/apei-internal.h | 2 +-
16752 drivers/acpi/apei/ghes.c | 10 +-
16753 drivers/acpi/bgrt.c | 6 +-
16754 drivers/acpi/blacklist.c | 4 +-
16755 drivers/acpi/bus.c | 4 +-
16756 drivers/acpi/device_pm.c | 4 +-
16757 drivers/acpi/ec.c | 2 +-
16758 drivers/acpi/pci_slot.c | 2 +-
16759 drivers/acpi/processor_idle.c | 2 +-
16760 drivers/acpi/processor_pdc.c | 2 +-
16761 drivers/acpi/sleep.c | 2 +-
16762 drivers/acpi/sysfs.c | 4 +-
16763 drivers/acpi/thermal.c | 2 +-
16764 drivers/acpi/video_detect.c | 7 +-
16765 drivers/ata/libata-core.c | 12 +-
16766 drivers/ata/libata-scsi.c | 2 +-
16767 drivers/ata/libata.h | 2 +-
16768 drivers/ata/pata_arasan_cf.c | 4 +-
16769 drivers/atm/adummy.c | 2 +-
16770 drivers/atm/ambassador.c | 8 +-
16771 drivers/atm/atmtcp.c | 14 +-
16772 drivers/atm/eni.c | 10 +-
16773 drivers/atm/firestream.c | 8 +-
16774 drivers/atm/fore200e.c | 14 +-
16775 drivers/atm/he.c | 18 +-
16776 drivers/atm/horizon.c | 4 +-
16777 drivers/atm/idt77252.c | 36 +-
16778 drivers/atm/iphase.c | 34 +-
16779 drivers/atm/lanai.c | 12 +-
16780 drivers/atm/nicstar.c | 46 +-
16781 drivers/atm/solos-pci.c | 4 +-
16782 drivers/atm/suni.c | 4 +-
16783 drivers/atm/uPD98402.c | 16 +-
16784 drivers/atm/zatm.c | 6 +-
16785 drivers/base/bus.c | 4 +-
16786 drivers/base/devres.c | 4 +-
16787 drivers/base/devtmpfs.c | 8 +-
16788 drivers/base/node.c | 2 +-
16789 drivers/base/platform-msi.c | 20 +-
16790 drivers/base/power/domain.c | 7 +-
16791 drivers/base/power/runtime.c | 6 +-
16792 drivers/base/power/sysfs.c | 2 +-
16793 drivers/base/power/wakeup.c | 8 +-
16794 drivers/base/regmap/regmap-debugfs.c | 4 +-
16795 drivers/base/regmap/regmap.c | 4 +-
16796 drivers/base/syscore.c | 4 +-
16797 drivers/block/cciss.c | 28 +-
16798 drivers/block/cciss.h | 2 +-
16799 drivers/block/cpqarray.c | 28 +-
16800 drivers/block/cpqarray.h | 2 +-
16801 drivers/block/drbd/drbd_bitmap.c | 2 +-
16802 drivers/block/drbd/drbd_int.h | 8 +-
16803 drivers/block/drbd/drbd_main.c | 12 +-
16804 drivers/block/drbd/drbd_nl.c | 4 +-
16805 drivers/block/drbd/drbd_receiver.c | 38 +-
16806 drivers/block/drbd/drbd_worker.c | 14 +-
16807 drivers/block/pktcdvd.c | 4 +-
16808 drivers/block/rbd.c | 2 +-
16809 drivers/bluetooth/btwilink.c | 2 +-
16810 drivers/bus/arm-cci.c | 12 +-
16811 drivers/cdrom/cdrom.c | 11 +-
16812 drivers/cdrom/gdrom.c | 1 -
16813 drivers/char/agp/compat_ioctl.c | 2 +-
16814 drivers/char/agp/frontend.c | 4 +-
16815 drivers/char/agp/intel-gtt.c | 4 +-
16816 drivers/char/hpet.c | 2 +-
16817 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
16818 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
16819 drivers/char/ipmi/ipmi_ssif.c | 12 +-
16820 drivers/char/mem.c | 47 +-
16821 drivers/char/nvram.c | 2 +-
16822 drivers/char/pcmcia/synclink_cs.c | 16 +-
16823 drivers/char/random.c | 12 +-
16824 drivers/char/sonypi.c | 11 +-
16825 drivers/char/tpm/tpm_acpi.c | 3 +-
16826 drivers/char/tpm/tpm_eventlog.c | 5 +-
16827 drivers/char/virtio_console.c | 6 +-
16828 drivers/clk/clk-composite.c | 2 +-
16829 drivers/clk/samsung/clk.h | 2 +-
16830 drivers/clk/socfpga/clk-gate.c | 9 +-
16831 drivers/clk/socfpga/clk-pll.c | 9 +-
16832 drivers/clk/ti/clk.c | 8 +-
16833 drivers/cpufreq/acpi-cpufreq.c | 17 +-
16834 drivers/cpufreq/cpufreq-dt.c | 4 +-
16835 drivers/cpufreq/cpufreq.c | 30 +-
16836 drivers/cpufreq/cpufreq_governor.c | 2 +-
16837 drivers/cpufreq/cpufreq_governor.h | 4 +-
16838 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
16839 drivers/cpufreq/intel_pstate.c | 38 +-
16840 drivers/cpufreq/p4-clockmod.c | 12 +-
16841 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
16842 drivers/cpufreq/speedstep-centrino.c | 7 +-
16843 drivers/cpuidle/driver.c | 2 +-
16844 drivers/cpuidle/dt_idle_states.c | 2 +-
16845 drivers/cpuidle/governor.c | 2 +-
16846 drivers/cpuidle/sysfs.c | 2 +-
16847 drivers/crypto/hifn_795x.c | 4 +-
16848 drivers/devfreq/devfreq.c | 4 +-
16849 drivers/dma/sh/shdma-base.c | 4 +-
16850 drivers/dma/sh/shdmac.c | 2 +-
16851 drivers/edac/edac_device.c | 4 +-
16852 drivers/edac/edac_mc_sysfs.c | 2 +-
16853 drivers/edac/edac_pci.c | 4 +-
16854 drivers/edac/edac_pci_sysfs.c | 22 +-
16855 drivers/edac/mce_amd.h | 2 +-
16856 drivers/firewire/core-card.c | 6 +-
16857 drivers/firewire/core-device.c | 2 +-
16858 drivers/firewire/core-transaction.c | 1 +
16859 drivers/firewire/core.h | 1 +
16860 drivers/firmware/dmi-id.c | 2 +-
16861 drivers/firmware/dmi_scan.c | 12 +-
16862 drivers/firmware/efi/cper.c | 8 +-
16863 drivers/firmware/efi/efi.c | 12 +-
16864 drivers/firmware/efi/efivars.c | 2 +-
16865 drivers/firmware/efi/runtime-map.c | 2 +-
16866 drivers/firmware/google/gsmi.c | 2 +-
16867 drivers/firmware/google/memconsole.c | 7 +-
16868 drivers/firmware/memmap.c | 2 +-
16869 drivers/firmware/psci.c | 2 +-
16870 drivers/gpio/gpio-davinci.c | 6 +-
16871 drivers/gpio/gpio-em.c | 2 +-
16872 drivers/gpio/gpio-ich.c | 2 +-
16873 drivers/gpio/gpio-omap.c | 4 +-
16874 drivers/gpio/gpio-rcar.c | 2 +-
16875 drivers/gpio/gpio-vr41xx.c | 2 +-
16876 drivers/gpio/gpiolib.c | 12 +-
16877 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
16878 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
16879 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
16880 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
16881 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
16882 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
16883 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
16884 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
16885 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
16886 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
16887 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
16888 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
16889 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
16890 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
16891 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
16892 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
16893 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
16894 drivers/gpu/drm/armada/armada_drv.c | 3 +-
16895 drivers/gpu/drm/drm_crtc.c | 2 +-
16896 drivers/gpu/drm/drm_drv.c | 2 +-
16897 drivers/gpu/drm/drm_fops.c | 12 +-
16898 drivers/gpu/drm/drm_global.c | 14 +-
16899 drivers/gpu/drm/drm_info.c | 13 +-
16900 drivers/gpu/drm/drm_ioc32.c | 13 +-
16901 drivers/gpu/drm/drm_ioctl.c | 2 +-
16902 drivers/gpu/drm/drm_pci.c | 9 +-
16903 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
16904 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
16905 drivers/gpu/drm/gma500/psb_drv.c | 1 -
16906 drivers/gpu/drm/i810/i810_dma.c | 2 +-
16907 drivers/gpu/drm/i810/i810_drv.c | 6 +-
16908 drivers/gpu/drm/i810/i810_drv.h | 6 +-
16909 drivers/gpu/drm/i915/i915_dma.c | 4 +-
16910 drivers/gpu/drm/i915/i915_drv.c | 7 +-
16911 drivers/gpu/drm/i915/i915_drv.h | 2 +-
16912 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
16913 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
16914 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
16915 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
16916 drivers/gpu/drm/i915/i915_irq.c | 88 +-
16917 drivers/gpu/drm/i915/intel_display.c | 26 +-
16918 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
16919 drivers/gpu/drm/mga/mga_drv.c | 5 +-
16920 drivers/gpu/drm/mga/mga_drv.h | 6 +-
16921 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
16922 drivers/gpu/drm/mga/mga_irq.c | 8 +-
16923 drivers/gpu/drm/mga/mga_state.c | 2 +-
16924 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
16925 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
16926 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
16927 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
16928 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
16929 drivers/gpu/drm/omapdrm/Makefile | 2 +-
16930 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
16931 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
16932 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
16933 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
16934 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
16935 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
16936 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
16937 drivers/gpu/drm/r128/r128_cce.c | 2 +-
16938 drivers/gpu/drm/r128/r128_drv.c | 4 +-
16939 drivers/gpu/drm/r128/r128_drv.h | 6 +-
16940 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
16941 drivers/gpu/drm/r128/r128_irq.c | 4 +-
16942 drivers/gpu/drm/r128/r128_state.c | 6 +-
16943 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
16944 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
16945 drivers/gpu/drm/radeon/radeon_drv.c | 17 +-
16946 drivers/gpu/drm/radeon/radeon_drv.h | 4 +-
16947 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
16948 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
16949 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
16950 drivers/gpu/drm/radeon/radeon_state.c | 6 +-
16951 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
16952 drivers/gpu/drm/savage/savage_bci.c | 2 +-
16953 drivers/gpu/drm/savage/savage_drv.c | 5 +-
16954 drivers/gpu/drm/savage/savage_drv.h | 2 +-
16955 drivers/gpu/drm/sis/sis_drv.c | 5 +-
16956 drivers/gpu/drm/sis/sis_drv.h | 2 +-
16957 drivers/gpu/drm/sis/sis_mm.c | 2 +-
16958 drivers/gpu/drm/tegra/dc.c | 2 +-
16959 drivers/gpu/drm/tegra/dsi.c | 2 +-
16960 drivers/gpu/drm/tegra/hdmi.c | 2 +-
16961 drivers/gpu/drm/tegra/sor.c | 7 +-
16962 drivers/gpu/drm/tilcdc/Makefile | 6 +-
16963 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
16964 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
16965 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
16966 drivers/gpu/drm/udl/udl_fb.c | 1 -
16967 drivers/gpu/drm/via/via_dma.c | 2 +-
16968 drivers/gpu/drm/via/via_drv.c | 5 +-
16969 drivers/gpu/drm/via/via_drv.h | 6 +-
16970 drivers/gpu/drm/via/via_irq.c | 18 +-
16971 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
16972 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
16973 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
16974 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
16975 drivers/gpu/vga/vga_switcheroo.c | 4 +-
16976 drivers/hid/hid-core.c | 4 +-
16977 drivers/hid/hid-sensor-custom.c | 2 +-
16978 drivers/hv/channel.c | 6 +-
16979 drivers/hv/hv.c | 4 +-
16980 drivers/hv/hv_balloon.c | 18 +-
16981 drivers/hv/hyperv_vmbus.h | 2 +-
16982 drivers/hwmon/acpi_power_meter.c | 6 +-
16983 drivers/hwmon/applesmc.c | 2 +-
16984 drivers/hwmon/asus_atk0110.c | 10 +-
16985 drivers/hwmon/coretemp.c | 2 +-
16986 drivers/hwmon/dell-smm-hwmon.c | 2 +-
16987 drivers/hwmon/ibmaem.c | 2 +-
16988 drivers/hwmon/iio_hwmon.c | 2 +-
16989 drivers/hwmon/nct6683.c | 6 +-
16990 drivers/hwmon/nct6775.c | 6 +-
16991 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
16992 drivers/hwmon/sht15.c | 12 +-
16993 drivers/hwmon/via-cputemp.c | 2 +-
16994 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
16995 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
16996 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
16997 drivers/i2c/i2c-dev.c | 2 +-
16998 drivers/ide/ide-cd.c | 2 +-
16999 drivers/ide/ide-disk.c | 2 +-
17000 drivers/iio/industrialio-core.c | 2 +-
17001 drivers/iio/magnetometer/ak8975.c | 2 +-
17002 drivers/infiniband/core/cm.c | 32 +-
17003 drivers/infiniband/core/fmr_pool.c | 20 +-
17004 drivers/infiniband/core/netlink.c | 5 +-
17005 drivers/infiniband/core/uverbs_cmd.c | 3 +
17006 drivers/infiniband/hw/cxgb4/device.c | 6 +-
17007 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
17008 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
17009 drivers/infiniband/hw/mlx4/mad.c | 2 +-
17010 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
17011 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
17012 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
17013 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
17014 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
17015 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
17016 drivers/infiniband/hw/nes/nes.c | 4 +-
17017 drivers/infiniband/hw/nes/nes.h | 40 +-
17018 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
17019 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
17020 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
17021 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
17022 drivers/infiniband/hw/qib/qib.h | 1 +
17023 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
17024 drivers/input/evdev.c | 2 +-
17025 drivers/input/gameport/gameport.c | 4 +-
17026 drivers/input/input.c | 4 +-
17027 drivers/input/joystick/sidewinder.c | 1 +
17028 drivers/input/misc/ims-pcu.c | 4 +-
17029 drivers/input/mouse/psmouse.h | 2 +-
17030 drivers/input/mousedev.c | 2 +-
17031 drivers/input/serio/serio.c | 4 +-
17032 drivers/input/serio/serio_raw.c | 4 +-
17033 drivers/input/touchscreen/htcpen.c | 2 +-
17034 drivers/iommu/arm-smmu-v3.c | 2 +-
17035 drivers/iommu/arm-smmu.c | 43 +-
17036 drivers/iommu/io-pgtable-arm.c | 101 +-
17037 drivers/iommu/io-pgtable.c | 11 +-
17038 drivers/iommu/io-pgtable.h | 19 +-
17039 drivers/iommu/iommu.c | 2 +-
17040 drivers/iommu/ipmmu-vmsa.c | 13 +-
17041 drivers/iommu/irq_remapping.c | 2 +-
17042 drivers/irqchip/irq-gic.c | 2 +-
17043 drivers/irqchip/irq-i8259.c | 2 +-
17044 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
17045 drivers/isdn/capi/capi.c | 10 +-
17046 drivers/isdn/gigaset/interface.c | 8 +-
17047 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
17048 drivers/isdn/hardware/avm/b1.c | 4 +-
17049 drivers/isdn/i4l/isdn_common.c | 2 +
17050 drivers/isdn/i4l/isdn_tty.c | 22 +-
17051 drivers/isdn/icn/icn.c | 2 +-
17052 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
17053 drivers/lguest/core.c | 10 +-
17054 drivers/lguest/page_tables.c | 2 +-
17055 drivers/lguest/x86/core.c | 12 +-
17056 drivers/lguest/x86/switcher_32.S | 27 +-
17057 drivers/md/bcache/alloc.c | 2 +-
17058 drivers/md/bcache/bcache.h | 10 +-
17059 drivers/md/bcache/btree.c | 2 +-
17060 drivers/md/bcache/closure.h | 2 +-
17061 drivers/md/bcache/io.c | 10 +-
17062 drivers/md/bcache/journal.c | 2 +-
17063 drivers/md/bcache/stats.c | 26 +-
17064 drivers/md/bcache/stats.h | 16 +-
17065 drivers/md/bcache/super.c | 2 +-
17066 drivers/md/bcache/sysfs.c | 20 +-
17067 drivers/md/bitmap.c | 2 +-
17068 drivers/md/dm-cache-target.c | 98 +-
17069 drivers/md/dm-ioctl.c | 2 +-
17070 drivers/md/dm-raid.c | 2 +-
17071 drivers/md/dm-raid1.c | 18 +-
17072 drivers/md/dm-stats.c | 6 +-
17073 drivers/md/dm-stripe.c | 10 +-
17074 drivers/md/dm-table.c | 2 +-
17075 drivers/md/dm-thin-metadata.c | 4 +-
17076 drivers/md/dm.c | 28 +-
17077 drivers/md/md.c | 37 +-
17078 drivers/md/md.h | 8 +-
17079 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
17080 drivers/md/persistent-data/dm-space-map.h | 1 +
17081 drivers/md/raid1.c | 8 +-
17082 drivers/md/raid10.c | 20 +-
17083 drivers/md/raid5.c | 26 +-
17084 drivers/media/dvb-core/dvbdev.c | 2 +-
17085 drivers/media/dvb-frontends/af9033.h | 2 +-
17086 drivers/media/dvb-frontends/dib3000.h | 2 +-
17087 drivers/media/dvb-frontends/dib7000p.h | 2 +-
17088 drivers/media/dvb-frontends/dib8000.h | 2 +-
17089 drivers/media/pci/cx88/cx88-video.c | 6 +-
17090 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
17091 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
17092 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
17093 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
17094 drivers/media/pci/tw68/tw68-core.c | 2 +-
17095 drivers/media/pci/zoran/zoran.h | 1 -
17096 drivers/media/pci/zoran/zoran_driver.c | 3 -
17097 drivers/media/platform/omap/omap_vout.c | 11 +-
17098 drivers/media/platform/s5p-tv/mixer.h | 2 +-
17099 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
17100 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
17101 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
17102 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
17103 drivers/media/radio/radio-cadet.c | 2 +
17104 drivers/media/radio/radio-maxiradio.c | 2 +-
17105 drivers/media/radio/radio-shark.c | 2 +-
17106 drivers/media/radio/radio-shark2.c | 2 +-
17107 drivers/media/radio/radio-si476x.c | 2 +-
17108 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
17109 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
17110 drivers/media/v4l2-core/v4l2-device.c | 4 +-
17111 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
17112 drivers/memory/omap-gpmc.c | 21 +-
17113 drivers/message/fusion/mptsas.c | 34 +-
17114 drivers/mfd/ab8500-debugfs.c | 2 +-
17115 drivers/mfd/kempld-core.c | 2 +-
17116 drivers/mfd/max8925-i2c.c | 2 +-
17117 drivers/mfd/tps65910.c | 2 +-
17118 drivers/mfd/twl4030-irq.c | 9 +-
17119 drivers/misc/c2port/core.c | 4 +-
17120 drivers/misc/kgdbts.c | 4 +-
17121 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
17122 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
17123 drivers/misc/mic/scif/scif_api.c | 10 +-
17124 drivers/misc/mic/scif/scif_rb.c | 8 +-
17125 drivers/misc/sgi-gru/gruhandles.c | 4 +-
17126 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
17127 drivers/misc/sgi-gru/grutables.h | 158 +-
17128 drivers/misc/sgi-xp/xp.h | 2 +-
17129 drivers/misc/sgi-xp/xpc.h | 3 +-
17130 drivers/misc/sgi-xp/xpc_main.c | 2 +-
17131 drivers/mmc/host/dw_mmc.h | 2 +-
17132 drivers/mmc/host/mmci.c | 4 +-
17133 drivers/mmc/host/omap_hsmmc.c | 4 +-
17134 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
17135 drivers/mmc/host/sdhci-s3c.c | 8 +-
17136 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
17137 drivers/mtd/nand/denali.c | 1 +
17138 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
17139 drivers/mtd/nftlmount.c | 1 +
17140 drivers/mtd/sm_ftl.c | 2 +-
17141 drivers/net/bonding/bond_netlink.c | 2 +-
17142 drivers/net/caif/caif_hsi.c | 2 +-
17143 drivers/net/can/Kconfig | 2 +-
17144 drivers/net/can/dev.c | 2 +-
17145 drivers/net/can/vcan.c | 2 +-
17146 drivers/net/dummy.c | 2 +-
17147 drivers/net/ethernet/8390/ax88796.c | 4 +-
17148 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
17149 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
17150 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
17151 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
17152 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
17153 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
17154 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
17155 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
17156 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
17157 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
17158 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
17159 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
17160 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
17161 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
17162 drivers/net/ethernet/broadcom/tg3.h | 1 +
17163 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
17164 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
17165 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
17166 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
17167 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
17168 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
17169 drivers/net/ethernet/faraday/ftmac100.c | 2 +
17170 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
17171 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
17172 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
17173 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
17174 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
17175 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
17176 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
17177 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
17178 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
17179 drivers/net/ethernet/realtek/r8169.c | 8 +-
17180 drivers/net/ethernet/sfc/ptp.c | 2 +-
17181 drivers/net/ethernet/sfc/selftest.c | 20 +-
17182 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
17183 drivers/net/ethernet/via/via-rhine.c | 2 +-
17184 drivers/net/geneve.c | 2 +-
17185 drivers/net/hyperv/hyperv_net.h | 2 +-
17186 drivers/net/hyperv/rndis_filter.c | 7 +-
17187 drivers/net/ifb.c | 2 +-
17188 drivers/net/ipvlan/ipvlan_core.c | 2 +-
17189 drivers/net/irda/vlsi_ir.c | 18 +-
17190 drivers/net/irda/vlsi_ir.h | 14 +-
17191 drivers/net/macvlan.c | 20 +-
17192 drivers/net/macvtap.c | 10 +-
17193 drivers/net/nlmon.c | 2 +-
17194 drivers/net/phy/phy_device.c | 6 +-
17195 drivers/net/ppp/ppp_generic.c | 4 +-
17196 drivers/net/slip/slhc.c | 2 +-
17197 drivers/net/team/team.c | 4 +-
17198 drivers/net/tun.c | 7 +-
17199 drivers/net/usb/hso.c | 23 +-
17200 drivers/net/usb/r8152.c | 2 +-
17201 drivers/net/usb/sierra_net.c | 4 +-
17202 drivers/net/virtio_net.c | 2 +-
17203 drivers/net/vrf.c | 2 +-
17204 drivers/net/vxlan.c | 4 +-
17205 drivers/net/wimax/i2400m/rx.c | 2 +-
17206 drivers/net/wireless/airo.c | 2 +-
17207 drivers/net/wireless/at76c50x-usb.c | 2 +-
17208 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
17209 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
17210 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
17211 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
17212 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
17213 drivers/net/wireless/ath/ath9k/main.c | 22 +-
17214 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
17215 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
17216 drivers/net/wireless/ath/carl9170/main.c | 10 +-
17217 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
17218 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
17219 drivers/net/wireless/b43/phy_lp.c | 2 +-
17220 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
17221 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
17222 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
17223 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
17224 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
17225 drivers/net/wireless/mac80211_hwsim.c | 28 +-
17226 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
17227 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
17228 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
17229 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
17230 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
17231 drivers/of/fdt.c | 4 +-
17232 drivers/oprofile/buffer_sync.c | 8 +-
17233 drivers/oprofile/event_buffer.c | 2 +-
17234 drivers/oprofile/oprof.c | 2 +-
17235 drivers/oprofile/oprofile_stats.c | 10 +-
17236 drivers/oprofile/oprofile_stats.h | 10 +-
17237 drivers/oprofile/oprofilefs.c | 6 +-
17238 drivers/oprofile/timer_int.c | 2 +-
17239 drivers/parport/procfs.c | 4 +-
17240 drivers/pci/host/pci-host-generic.c | 2 +-
17241 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
17242 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
17243 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
17244 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
17245 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
17246 drivers/pci/hotplug/pciehp_core.c | 2 +-
17247 drivers/pci/msi.c | 22 +-
17248 drivers/pci/pci-sysfs.c | 6 +-
17249 drivers/pci/pci.h | 2 +-
17250 drivers/pci/pcie/aspm.c | 6 +-
17251 drivers/pci/pcie/portdrv_pci.c | 2 +-
17252 drivers/pci/probe.c | 2 +-
17253 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
17254 drivers/pinctrl/pinctrl-at91.c | 5 +-
17255 drivers/platform/chrome/chromeos_pstore.c | 2 +-
17256 drivers/platform/x86/alienware-wmi.c | 4 +-
17257 drivers/platform/x86/compal-laptop.c | 2 +-
17258 drivers/platform/x86/hdaps.c | 2 +-
17259 drivers/platform/x86/ibm_rtl.c | 2 +-
17260 drivers/platform/x86/intel_oaktrail.c | 2 +-
17261 drivers/platform/x86/msi-laptop.c | 16 +-
17262 drivers/platform/x86/msi-wmi.c | 2 +-
17263 drivers/platform/x86/samsung-laptop.c | 2 +-
17264 drivers/platform/x86/samsung-q10.c | 2 +-
17265 drivers/platform/x86/sony-laptop.c | 14 +-
17266 drivers/platform/x86/thinkpad_acpi.c | 2 +-
17267 drivers/pnp/pnpbios/bioscalls.c | 14 +-
17268 drivers/pnp/pnpbios/core.c | 2 +-
17269 drivers/power/pda_power.c | 7 +-
17270 drivers/power/power_supply.h | 4 +-
17271 drivers/power/power_supply_core.c | 7 +-
17272 drivers/power/power_supply_sysfs.c | 6 +-
17273 drivers/power/reset/at91-reset.c | 5 +-
17274 drivers/powercap/powercap_sys.c | 136 +-
17275 drivers/ptp/ptp_private.h | 2 +-
17276 drivers/ptp/ptp_sysfs.c | 2 +-
17277 drivers/regulator/core.c | 4 +-
17278 drivers/regulator/max8660.c | 6 +-
17279 drivers/regulator/max8973-regulator.c | 16 +-
17280 drivers/regulator/mc13892-regulator.c | 8 +-
17281 drivers/rtc/rtc-armada38x.c | 7 +-
17282 drivers/rtc/rtc-cmos.c | 4 +-
17283 drivers/rtc/rtc-ds1307.c | 2 +-
17284 drivers/rtc/rtc-m48t59.c | 4 +-
17285 drivers/rtc/rtc-rv8803.c | 15 +-
17286 drivers/rtc/rtc-test.c | 6 +-
17287 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
17288 drivers/scsi/bfa/bfa_ioc.h | 4 +-
17289 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
17290 drivers/scsi/hosts.c | 4 +-
17291 drivers/scsi/hpsa.c | 38 +-
17292 drivers/scsi/hpsa.h | 2 +-
17293 drivers/scsi/hptiop.c | 2 -
17294 drivers/scsi/hptiop.h | 1 -
17295 drivers/scsi/ipr.c | 6 +-
17296 drivers/scsi/ipr.h | 2 +-
17297 drivers/scsi/libfc/fc_exch.c | 50 +-
17298 drivers/scsi/libsas/sas_ata.c | 2 +-
17299 drivers/scsi/lpfc/lpfc.h | 8 +-
17300 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
17301 drivers/scsi/lpfc/lpfc_init.c | 6 +-
17302 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
17303 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
17304 drivers/scsi/pmcraid.c | 20 +-
17305 drivers/scsi/pmcraid.h | 8 +-
17306 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
17307 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
17308 drivers/scsi/qla2xxx/qla_os.c | 6 +-
17309 drivers/scsi/qla2xxx/qla_target.c | 10 +-
17310 drivers/scsi/qla2xxx/qla_target.h | 2 +-
17311 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
17312 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
17313 drivers/scsi/scsi.c | 2 +-
17314 drivers/scsi/scsi_lib.c | 8 +-
17315 drivers/scsi/scsi_sysfs.c | 2 +-
17316 drivers/scsi/scsi_transport_fc.c | 8 +-
17317 drivers/scsi/scsi_transport_iscsi.c | 6 +-
17318 drivers/scsi/scsi_transport_srp.c | 6 +-
17319 drivers/scsi/sd.c | 6 +-
17320 drivers/scsi/sg.c | 2 +-
17321 drivers/scsi/sr.c | 21 +-
17322 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
17323 drivers/spi/spi.c | 2 +-
17324 drivers/staging/android/timed_output.c | 6 +-
17325 drivers/staging/comedi/comedi_fops.c | 8 +-
17326 drivers/staging/fbtft/fbtft-core.c | 2 +-
17327 drivers/staging/fbtft/fbtft.h | 2 +-
17328 drivers/staging/gdm724x/gdm_tty.c | 2 +-
17329 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
17330 drivers/staging/iio/adc/ad7280a.c | 4 +-
17331 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
17332 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
17333 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
17334 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
17335 drivers/staging/lustre/lustre/include/obd.h | 2 +-
17336 drivers/staging/octeon/ethernet-rx.c | 20 +-
17337 drivers/staging/octeon/ethernet.c | 8 +-
17338 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
17339 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
17340 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
17341 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
17342 drivers/staging/sm750fb/sm750.c | 14 +-
17343 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
17344 drivers/target/sbp/sbp_target.c | 4 +-
17345 drivers/thermal/cpu_cooling.c | 9 +-
17346 drivers/thermal/devfreq_cooling.c | 19 +-
17347 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
17348 drivers/thermal/of-thermal.c | 17 +-
17349 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
17350 drivers/tty/cyclades.c | 6 +-
17351 drivers/tty/hvc/hvc_console.c | 14 +-
17352 drivers/tty/hvc/hvcs.c | 21 +-
17353 drivers/tty/hvc/hvsi.c | 22 +-
17354 drivers/tty/hvc/hvsi_lib.c | 4 +-
17355 drivers/tty/ipwireless/tty.c | 27 +-
17356 drivers/tty/moxa.c | 2 +-
17357 drivers/tty/n_gsm.c | 4 +-
17358 drivers/tty/n_tty.c | 19 +-
17359 drivers/tty/pty.c | 4 +-
17360 drivers/tty/rocket.c | 6 +-
17361 drivers/tty/serial/8250/8250_core.c | 10 +-
17362 drivers/tty/serial/ifx6x60.c | 2 +-
17363 drivers/tty/serial/ioc4_serial.c | 6 +-
17364 drivers/tty/serial/kgdb_nmi.c | 4 +-
17365 drivers/tty/serial/kgdboc.c | 32 +-
17366 drivers/tty/serial/msm_serial.c | 4 +-
17367 drivers/tty/serial/samsung.c | 9 +-
17368 drivers/tty/serial/serial_core.c | 8 +-
17369 drivers/tty/synclink.c | 34 +-
17370 drivers/tty/synclink_gt.c | 28 +-
17371 drivers/tty/synclinkmp.c | 34 +-
17372 drivers/tty/tty_io.c | 2 +-
17373 drivers/tty/tty_ldisc.c | 8 +-
17374 drivers/tty/tty_port.c | 22 +-
17375 drivers/uio/uio.c | 13 +-
17376 drivers/usb/atm/cxacru.c | 2 +-
17377 drivers/usb/atm/usbatm.c | 24 +-
17378 drivers/usb/class/cdc-acm.h | 2 +-
17379 drivers/usb/core/devices.c | 6 +-
17380 drivers/usb/core/devio.c | 12 +-
17381 drivers/usb/core/hcd.c | 4 +-
17382 drivers/usb/core/sysfs.c | 2 +-
17383 drivers/usb/core/usb.c | 2 +-
17384 drivers/usb/early/ehci-dbgp.c | 16 +-
17385 drivers/usb/gadget/function/u_serial.c | 22 +-
17386 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
17387 drivers/usb/host/ehci-hcd.c | 2 +-
17388 drivers/usb/host/ehci-hub.c | 4 +-
17389 drivers/usb/host/ehci-q.c | 4 +-
17390 drivers/usb/host/fotg210-hcd.c | 2 +-
17391 drivers/usb/host/hwa-hc.c | 2 +-
17392 drivers/usb/host/ohci-hcd.c | 2 +-
17393 drivers/usb/host/r8a66597.h | 2 +-
17394 drivers/usb/host/uhci-hcd.c | 2 +-
17395 drivers/usb/host/xhci-pci.c | 2 +-
17396 drivers/usb/host/xhci.c | 2 +-
17397 drivers/usb/misc/appledisplay.c | 4 +-
17398 drivers/usb/serial/console.c | 8 +-
17399 drivers/usb/storage/transport.c | 2 +-
17400 drivers/usb/storage/usb.c | 2 +-
17401 drivers/usb/storage/usb.h | 2 +-
17402 drivers/usb/usbip/vhci.h | 2 +-
17403 drivers/usb/usbip/vhci_hcd.c | 6 +-
17404 drivers/usb/usbip/vhci_rx.c | 2 +-
17405 drivers/usb/wusbcore/wa-hc.h | 4 +-
17406 drivers/usb/wusbcore/wa-xfer.c | 2 +-
17407 drivers/vhost/vringh.c | 20 +-
17408 drivers/video/backlight/kb3886_bl.c | 2 +-
17409 drivers/video/console/fbcon.c | 2 +-
17410 drivers/video/fbdev/aty/aty128fb.c | 2 +-
17411 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
17412 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
17413 drivers/video/fbdev/core/fb_defio.c | 6 +-
17414 drivers/video/fbdev/core/fbmem.c | 12 +-
17415 drivers/video/fbdev/hyperv_fb.c | 4 +-
17416 drivers/video/fbdev/i810/i810_accel.c | 1 +
17417 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
17418 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
17419 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
17420 drivers/video/fbdev/omap2/dss/display.c | 8 +-
17421 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
17422 drivers/video/fbdev/smscufx.c | 4 +-
17423 drivers/video/fbdev/udlfb.c | 36 +-
17424 drivers/video/fbdev/uvesafb.c | 52 +-
17425 drivers/video/fbdev/vesafb.c | 58 +-
17426 drivers/video/fbdev/via/via_clock.h | 2 +-
17427 drivers/xen/events/events_base.c | 6 +-
17428 fs/Kconfig.binfmt | 2 +-
17429 fs/afs/inode.c | 4 +-
17430 fs/aio.c | 2 +-
17431 fs/autofs4/waitq.c | 2 +-
17432 fs/befs/endian.h | 6 +-
17433 fs/binfmt_aout.c | 23 +-
17434 fs/binfmt_elf.c | 670 +-
17435 fs/binfmt_elf_fdpic.c | 4 +-
17436 fs/block_dev.c | 2 +-
17437 fs/btrfs/ctree.c | 11 +-
17438 fs/btrfs/ctree.h | 4 +-
17439 fs/btrfs/delayed-inode.c | 9 +-
17440 fs/btrfs/delayed-inode.h | 6 +-
17441 fs/btrfs/delayed-ref.c | 4 +-
17442 fs/btrfs/disk-io.c | 4 +-
17443 fs/btrfs/extent_map.c | 8 +-
17444 fs/btrfs/file.c | 4 +-
17445 fs/btrfs/inode.c | 14 +-
17446 fs/btrfs/raid56.c | 32 +-
17447 fs/btrfs/super.c | 2 +-
17448 fs/btrfs/sysfs.c | 2 +-
17449 fs/btrfs/tests/btrfs-tests.c | 2 +-
17450 fs/btrfs/tests/free-space-tests.c | 8 +-
17451 fs/btrfs/transaction.c | 2 +-
17452 fs/btrfs/tree-log.c | 8 +-
17453 fs/btrfs/tree-log.h | 2 +-
17454 fs/btrfs/volumes.c | 14 +-
17455 fs/btrfs/volumes.h | 22 +-
17456 fs/buffer.c | 2 +-
17457 fs/cachefiles/bind.c | 6 +-
17458 fs/cachefiles/daemon.c | 8 +-
17459 fs/cachefiles/internal.h | 12 +-
17460 fs/cachefiles/namei.c | 2 +-
17461 fs/cachefiles/proc.c | 12 +-
17462 fs/ceph/dir.c | 12 +-
17463 fs/ceph/super.c | 4 +-
17464 fs/cifs/cifs_debug.c | 12 +-
17465 fs/cifs/cifsfs.c | 8 +-
17466 fs/cifs/cifsglob.h | 54 +-
17467 fs/cifs/file.c | 12 +-
17468 fs/cifs/misc.c | 4 +-
17469 fs/cifs/smb1ops.c | 80 +-
17470 fs/cifs/smb2ops.c | 84 +-
17471 fs/cifs/smb2pdu.c | 3 +-
17472 fs/coda/cache.c | 10 +-
17473 fs/compat.c | 7 +-
17474 fs/compat_binfmt_elf.c | 2 +
17475 fs/compat_ioctl.c | 12 +-
17476 fs/configfs/dir.c | 10 +-
17477 fs/coredump.c | 18 +-
17478 fs/dcache.c | 64 +-
17479 fs/ecryptfs/inode.c | 2 +-
17480 fs/ecryptfs/miscdev.c | 2 +-
17481 fs/exec.c | 362 +-
17482 fs/ext2/xattr.c | 5 +-
17483 fs/ext4/ext4.h | 20 +-
17484 fs/ext4/mballoc.c | 44 +-
17485 fs/ext4/resize.c | 16 +-
17486 fs/ext4/super.c | 2 +-
17487 fs/ext4/sysfs.c | 2 +-
17488 fs/ext4/xattr.c | 5 +-
17489 fs/fhandle.c | 5 +-
17490 fs/file.c | 18 +-
17491 fs/fs-writeback.c | 11 +-
17492 fs/fs_struct.c | 8 +-
17493 fs/fscache/cookie.c | 40 +-
17494 fs/fscache/internal.h | 202 +-
17495 fs/fscache/object.c | 26 +-
17496 fs/fscache/operation.c | 38 +-
17497 fs/fscache/page.c | 110 +-
17498 fs/fscache/stats.c | 348 +-
17499 fs/fuse/cuse.c | 10 +-
17500 fs/fuse/dev.c | 4 +-
17501 fs/gfs2/file.c | 2 +-
17502 fs/gfs2/glock.c | 22 +-
17503 fs/gfs2/glops.c | 4 +-
17504 fs/gfs2/quota.c | 6 +-
17505 fs/hugetlbfs/inode.c | 13 +-
17506 fs/inode.c | 4 +-
17507 fs/jbd2/commit.c | 2 +-
17508 fs/jbd2/transaction.c | 4 +-
17509 fs/jffs2/erase.c | 3 +-
17510 fs/jffs2/wbuf.c | 3 +-
17511 fs/jfs/super.c | 2 +-
17512 fs/kernfs/dir.c | 2 +-
17513 fs/kernfs/file.c | 20 +-
17514 fs/libfs.c | 10 +-
17515 fs/lockd/clntproc.c | 4 +-
17516 fs/namei.c | 16 +-
17517 fs/namespace.c | 16 +-
17518 fs/nfs/callback_xdr.c | 2 +-
17519 fs/nfs/inode.c | 6 +-
17520 fs/nfsd/nfs4proc.c | 2 +-
17521 fs/nfsd/nfs4xdr.c | 2 +-
17522 fs/nfsd/nfscache.c | 11 +-
17523 fs/nfsd/vfs.c | 6 +-
17524 fs/nls/nls_base.c | 26 +-
17525 fs/nls/nls_euc-jp.c | 6 +-
17526 fs/nls/nls_koi8-ru.c | 6 +-
17527 fs/notify/fanotify/fanotify_user.c | 4 +-
17528 fs/notify/notification.c | 4 +-
17529 fs/ntfs/dir.c | 2 +-
17530 fs/ntfs/super.c | 6 +-
17531 fs/ocfs2/dlm/dlmcommon.h | 4 +-
17532 fs/ocfs2/dlm/dlmdebug.c | 10 +-
17533 fs/ocfs2/dlm/dlmdomain.c | 4 +-
17534 fs/ocfs2/dlm/dlmmaster.c | 4 +-
17535 fs/ocfs2/localalloc.c | 2 +-
17536 fs/ocfs2/ocfs2.h | 10 +-
17537 fs/ocfs2/suballoc.c | 12 +-
17538 fs/ocfs2/super.c | 20 +-
17539 fs/overlayfs/copy_up.c | 2 +-
17540 fs/pipe.c | 72 +-
17541 fs/posix_acl.c | 4 +-
17542 fs/proc/array.c | 20 +
17543 fs/proc/base.c | 4 +-
17544 fs/proc/kcore.c | 34 +-
17545 fs/proc/meminfo.c | 2 +-
17546 fs/proc/nommu.c | 2 +-
17547 fs/proc/proc_sysctl.c | 26 +-
17548 fs/proc/task_mmu.c | 42 +-
17549 fs/proc/task_nommu.c | 4 +-
17550 fs/proc/vmcore.c | 16 +-
17551 fs/qnx6/qnx6.h | 4 +-
17552 fs/quota/netlink.c | 4 +-
17553 fs/read_write.c | 2 +-
17554 fs/readdir.c | 3 +-
17555 fs/reiserfs/do_balan.c | 2 +-
17556 fs/reiserfs/procfs.c | 2 +-
17557 fs/reiserfs/reiserfs.h | 4 +-
17558 fs/seq_file.c | 4 +-
17559 fs/splice.c | 43 +-
17560 fs/squashfs/xattr.c | 12 +-
17561 fs/super.c | 3 +-
17562 fs/sysv/sysv.h | 2 +-
17563 fs/tracefs/inode.c | 8 +-
17564 fs/udf/misc.c | 2 +-
17565 fs/ufs/swab.h | 4 +-
17566 fs/userfaultfd.c | 2 +-
17567 fs/xattr.c | 21 +
17568 fs/xfs/libxfs/xfs_bmap.c | 2 +-
17569 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
17570 fs/xfs/xfs_dir2_readdir.c | 7 +-
17571 fs/xfs/xfs_ioctl.c | 2 +-
17572 fs/xfs/xfs_linux.h | 4 +-
17573 include/acpi/ghes.h | 2 +-
17574 include/asm-generic/4level-fixup.h | 2 +
17575 include/asm-generic/atomic-long.h | 176 +-
17576 include/asm-generic/atomic64.h | 12 +
17577 include/asm-generic/bitops/__fls.h | 2 +-
17578 include/asm-generic/bitops/fls.h | 2 +-
17579 include/asm-generic/bitops/fls64.h | 4 +-
17580 include/asm-generic/bug.h | 6 +-
17581 include/asm-generic/cache.h | 4 +-
17582 include/asm-generic/emergency-restart.h | 2 +-
17583 include/asm-generic/kmap_types.h | 4 +-
17584 include/asm-generic/local.h | 13 +
17585 include/asm-generic/pgtable-nopmd.h | 18 +-
17586 include/asm-generic/pgtable-nopud.h | 15 +-
17587 include/asm-generic/pgtable.h | 16 +
17588 include/asm-generic/sections.h | 1 +
17589 include/asm-generic/uaccess.h | 16 +
17590 include/asm-generic/vmlinux.lds.h | 15 +-
17591 include/crypto/algapi.h | 2 +-
17592 include/drm/drmP.h | 19 +-
17593 include/drm/drm_crtc_helper.h | 2 +-
17594 include/drm/drm_mm.h | 2 +-
17595 include/drm/i915_pciids.h | 2 +-
17596 include/drm/intel-gtt.h | 4 +-
17597 include/drm/ttm/ttm_memory.h | 2 +-
17598 include/drm/ttm/ttm_page_alloc.h | 1 +
17599 include/keys/asymmetric-subtype.h | 2 +-
17600 include/linux/atmdev.h | 4 +-
17601 include/linux/atomic.h | 2 +-
17602 include/linux/audit.h | 2 +-
17603 include/linux/average.h | 2 +-
17604 include/linux/binfmts.h | 3 +-
17605 include/linux/bitmap.h | 2 +-
17606 include/linux/bitops.h | 8 +-
17607 include/linux/blk-cgroup.h | 24 +-
17608 include/linux/blkdev.h | 2 +-
17609 include/linux/blktrace_api.h | 2 +-
17610 include/linux/cache.h | 8 +
17611 include/linux/cdrom.h | 1 -
17612 include/linux/cleancache.h | 2 +-
17613 include/linux/clk-provider.h | 1 +
17614 include/linux/compat.h | 6 +-
17615 include/linux/compiler-gcc.h | 28 +-
17616 include/linux/compiler.h | 193 +-
17617 include/linux/configfs.h | 2 +-
17618 include/linux/cpufreq.h | 3 +-
17619 include/linux/cpuidle.h | 5 +-
17620 include/linux/cpumask.h | 14 +-
17621 include/linux/crypto.h | 4 +-
17622 include/linux/ctype.h | 2 +-
17623 include/linux/dcache.h | 4 +-
17624 include/linux/decompress/mm.h | 2 +-
17625 include/linux/devfreq.h | 2 +-
17626 include/linux/device.h | 7 +-
17627 include/linux/dma-mapping.h | 2 +-
17628 include/linux/efi.h | 1 +
17629 include/linux/elf.h | 2 +
17630 include/linux/err.h | 4 +-
17631 include/linux/extcon.h | 2 +-
17632 include/linux/fb.h | 3 +-
17633 include/linux/fdtable.h | 2 +-
17634 include/linux/fs.h | 5 +-
17635 include/linux/fs_struct.h | 2 +-
17636 include/linux/fscache-cache.h | 2 +-
17637 include/linux/fscache.h | 2 +-
17638 include/linux/fsnotify.h | 2 +-
17639 include/linux/genhd.h | 4 +-
17640 include/linux/genl_magic_func.h | 2 +-
17641 include/linux/gfp.h | 12 +-
17642 include/linux/highmem.h | 12 +
17643 include/linux/hwmon-sysfs.h | 6 +-
17644 include/linux/i2c.h | 1 +
17645 include/linux/if_pppox.h | 2 +-
17646 include/linux/init.h | 12 +-
17647 include/linux/init_task.h | 7 +
17648 include/linux/interrupt.h | 6 +-
17649 include/linux/iommu.h | 2 +-
17650 include/linux/ioport.h | 2 +-
17651 include/linux/ipc.h | 2 +-
17652 include/linux/irq.h | 5 +-
17653 include/linux/irqdesc.h | 2 +-
17654 include/linux/irqdomain.h | 3 +
17655 include/linux/jbd2.h | 2 +-
17656 include/linux/jiffies.h | 16 +-
17657 include/linux/key-type.h | 2 +-
17658 include/linux/kgdb.h | 6 +-
17659 include/linux/kmemleak.h | 4 +-
17660 include/linux/kobject.h | 3 +-
17661 include/linux/kobject_ns.h | 2 +-
17662 include/linux/kref.h | 2 +-
17663 include/linux/libata.h | 2 +-
17664 include/linux/linkage.h | 1 +
17665 include/linux/list.h | 15 +
17666 include/linux/lockref.h | 26 +-
17667 include/linux/math64.h | 10 +-
17668 include/linux/mempolicy.h | 7 +
17669 include/linux/mm.h | 102 +-
17670 include/linux/mm_types.h | 20 +
17671 include/linux/mmiotrace.h | 4 +-
17672 include/linux/mmzone.h | 2 +-
17673 include/linux/mod_devicetable.h | 4 +-
17674 include/linux/module.h | 69 +-
17675 include/linux/moduleloader.h | 16 +
17676 include/linux/moduleparam.h | 4 +-
17677 include/linux/net.h | 2 +-
17678 include/linux/netdevice.h | 7 +-
17679 include/linux/netfilter.h | 2 +-
17680 include/linux/netfilter/nfnetlink.h | 2 +-
17681 include/linux/netlink.h | 12 +-
17682 include/linux/nls.h | 4 +-
17683 include/linux/notifier.h | 3 +-
17684 include/linux/oprofile.h | 4 +-
17685 include/linux/padata.h | 2 +-
17686 include/linux/pci_hotplug.h | 3 +-
17687 include/linux/percpu.h | 2 +-
17688 include/linux/perf_event.h | 12 +-
17689 include/linux/pipe_fs_i.h | 8 +-
17690 include/linux/pm.h | 1 +
17691 include/linux/pm_domain.h | 2 +-
17692 include/linux/pm_runtime.h | 2 +-
17693 include/linux/pnp.h | 2 +-
17694 include/linux/poison.h | 4 +-
17695 include/linux/power/smartreflex.h | 2 +-
17696 include/linux/ppp-comp.h | 2 +-
17697 include/linux/preempt.h | 21 +
17698 include/linux/proc_ns.h | 2 +-
17699 include/linux/psci.h | 2 +-
17700 include/linux/quota.h | 2 +-
17701 include/linux/random.h | 19 +-
17702 include/linux/rculist.h | 16 +
17703 include/linux/rcupdate.h | 8 +
17704 include/linux/reboot.h | 14 +-
17705 include/linux/regset.h | 3 +-
17706 include/linux/relay.h | 2 +-
17707 include/linux/rio.h | 2 +-
17708 include/linux/rmap.h | 4 +-
17709 include/linux/sched.h | 76 +-
17710 include/linux/sched/sysctl.h | 1 +
17711 include/linux/scif.h | 2 +-
17712 include/linux/semaphore.h | 2 +-
17713 include/linux/seq_file.h | 1 +
17714 include/linux/seqlock.h | 10 +
17715 include/linux/signal.h | 2 +-
17716 include/linux/skbuff.h | 12 +-
17717 include/linux/slab.h | 47 +-
17718 include/linux/slab_def.h | 14 +-
17719 include/linux/slub_def.h | 2 +-
17720 include/linux/smp.h | 2 +
17721 include/linux/sock_diag.h | 2 +-
17722 include/linux/sonet.h | 2 +-
17723 include/linux/spinlock.h | 17 +-
17724 include/linux/srcu.h | 5 +-
17725 include/linux/sunrpc/addr.h | 8 +-
17726 include/linux/sunrpc/clnt.h | 2 +-
17727 include/linux/sunrpc/svc.h | 2 +-
17728 include/linux/sunrpc/svc_rdma.h | 18 +-
17729 include/linux/sunrpc/svcauth.h | 2 +-
17730 include/linux/swapops.h | 10 +-
17731 include/linux/swiotlb.h | 3 +-
17732 include/linux/syscalls.h | 23 +-
17733 include/linux/syscore_ops.h | 2 +-
17734 include/linux/sysctl.h | 3 +-
17735 include/linux/sysfs.h | 9 +-
17736 include/linux/sysrq.h | 3 +-
17737 include/linux/tcp.h | 14 +-
17738 include/linux/thread_info.h | 7 +
17739 include/linux/tty.h | 4 +-
17740 include/linux/tty_driver.h | 2 +-
17741 include/linux/tty_ldisc.h | 2 +-
17742 include/linux/types.h | 16 +
17743 include/linux/uaccess.h | 2 +-
17744 include/linux/uio_driver.h | 2 +-
17745 include/linux/unaligned/access_ok.h | 24 +-
17746 include/linux/usb.h | 12 +-
17747 include/linux/usb/hcd.h | 1 +
17748 include/linux/usb/renesas_usbhs.h | 2 +-
17749 include/linux/vermagic.h | 21 +-
17750 include/linux/vga_switcheroo.h | 8 +-
17751 include/linux/vmalloc.h | 7 +-
17752 include/linux/vmstat.h | 24 +-
17753 include/linux/writeback.h | 3 +-
17754 include/linux/xattr.h | 5 +-
17755 include/linux/zlib.h | 3 +-
17756 include/media/v4l2-dev.h | 2 +-
17757 include/media/v4l2-device.h | 2 +-
17758 include/net/9p/transport.h | 2 +-
17759 include/net/bluetooth/l2cap.h | 2 +-
17760 include/net/bonding.h | 2 +-
17761 include/net/caif/cfctrl.h | 6 +-
17762 include/net/cfg802154.h | 2 +-
17763 include/net/flow.h | 2 +-
17764 include/net/genetlink.h | 2 +-
17765 include/net/gro_cells.h | 2 +-
17766 include/net/inet_connection_sock.h | 2 +-
17767 include/net/inet_sock.h | 2 +-
17768 include/net/inetpeer.h | 2 +-
17769 include/net/ip_fib.h | 2 +-
17770 include/net/ip_vs.h | 8 +-
17771 include/net/ipv6.h | 2 +-
17772 include/net/irda/ircomm_tty.h | 1 +
17773 include/net/iucv/af_iucv.h | 2 +-
17774 include/net/llc_c_ac.h | 2 +-
17775 include/net/llc_c_ev.h | 4 +-
17776 include/net/llc_c_st.h | 2 +-
17777 include/net/llc_s_ac.h | 2 +-
17778 include/net/llc_s_st.h | 2 +-
17779 include/net/mac80211.h | 6 +-
17780 include/net/neighbour.h | 4 +-
17781 include/net/net_namespace.h | 18 +-
17782 include/net/netlink.h | 2 +-
17783 include/net/netns/conntrack.h | 6 +-
17784 include/net/netns/ipv4.h | 4 +-
17785 include/net/netns/ipv6.h | 4 +-
17786 include/net/netns/xfrm.h | 2 +-
17787 include/net/ping.h | 2 +-
17788 include/net/protocol.h | 4 +-
17789 include/net/rtnetlink.h | 2 +-
17790 include/net/sctp/checksum.h | 4 +-
17791 include/net/sctp/sm.h | 4 +-
17792 include/net/sctp/structs.h | 2 +-
17793 include/net/snmp.h | 10 +-
17794 include/net/sock.h | 12 +-
17795 include/net/tcp.h | 8 +-
17796 include/net/xfrm.h | 13 +-
17797 include/rdma/iw_cm.h | 2 +-
17798 include/scsi/libfc.h | 3 +-
17799 include/scsi/scsi_device.h | 6 +-
17800 include/scsi/scsi_driver.h | 2 +-
17801 include/scsi/scsi_transport_fc.h | 3 +-
17802 include/scsi/sg.h | 2 +-
17803 include/sound/compress_driver.h | 2 +-
17804 include/sound/soc.h | 4 +-
17805 include/trace/events/irq.h | 4 +-
17806 include/uapi/linux/a.out.h | 8 +
17807 include/uapi/linux/bcache.h | 5 +-
17808 include/uapi/linux/byteorder/little_endian.h | 28 +-
17809 include/uapi/linux/connector.h | 2 +-
17810 include/uapi/linux/elf.h | 28 +
17811 include/uapi/linux/screen_info.h | 2 +-
17812 include/uapi/linux/swab.h | 6 +-
17813 include/uapi/linux/xattr.h | 4 +
17814 include/video/udlfb.h | 8 +-
17815 include/video/uvesafb.h | 1 +
17816 init/Kconfig | 2 +-
17817 init/Makefile | 3 +
17818 init/do_mounts.c | 14 +-
17819 init/do_mounts.h | 8 +-
17820 init/do_mounts_initrd.c | 30 +-
17821 init/do_mounts_md.c | 6 +-
17822 init/init_task.c | 4 +
17823 init/initramfs.c | 38 +-
17824 init/main.c | 30 +-
17825 ipc/compat.c | 4 +-
17826 ipc/ipc_sysctl.c | 14 +-
17827 ipc/mq_sysctl.c | 4 +-
17828 ipc/sem.c | 4 +-
17829 ipc/shm.c | 6 +
17830 kernel/audit.c | 8 +-
17831 kernel/auditsc.c | 4 +-
17832 kernel/bpf/core.c | 7 +-
17833 kernel/capability.c | 3 +
17834 kernel/compat.c | 38 +-
17835 kernel/debug/debug_core.c | 16 +-
17836 kernel/debug/kdb/kdb_main.c | 4 +-
17837 kernel/events/core.c | 30 +-
17838 kernel/events/internal.h | 10 +-
17839 kernel/events/uprobes.c | 2 +-
17840 kernel/exit.c | 27 +-
17841 kernel/fork.c | 175 +-
17842 kernel/futex.c | 11 +-
17843 kernel/futex_compat.c | 2 +-
17844 kernel/gcov/base.c | 7 +-
17845 kernel/irq/manage.c | 2 +-
17846 kernel/irq/msi.c | 19 +-
17847 kernel/irq/spurious.c | 2 +-
17848 kernel/jump_label.c | 5 +
17849 kernel/kallsyms.c | 37 +-
17850 kernel/kexec.c | 3 +-
17851 kernel/kmod.c | 8 +-
17852 kernel/kprobes.c | 4 +-
17853 kernel/ksysfs.c | 2 +-
17854 kernel/locking/lockdep.c | 7 +-
17855 kernel/locking/mutex-debug.c | 12 +-
17856 kernel/locking/mutex-debug.h | 4 +-
17857 kernel/locking/mutex.c | 6 +-
17858 kernel/module.c | 422 +-
17859 kernel/notifier.c | 17 +-
17860 kernel/padata.c | 4 +-
17861 kernel/panic.c | 5 +-
17862 kernel/pid.c | 2 +-
17863 kernel/pid_namespace.c | 2 +-
17864 kernel/power/process.c | 12 +-
17865 kernel/profile.c | 14 +-
17866 kernel/ptrace.c | 8 +-
17867 kernel/rcu/rcutorture.c | 60 +-
17868 kernel/rcu/tiny.c | 4 +-
17869 kernel/rcu/tree.c | 42 +-
17870 kernel/rcu/tree.h | 16 +-
17871 kernel/rcu/tree_plugin.h | 18 +-
17872 kernel/rcu/tree_trace.c | 14 +-
17873 kernel/resource.c | 4 +-
17874 kernel/sched/auto_group.c | 4 +-
17875 kernel/sched/core.c | 45 +-
17876 kernel/sched/fair.c | 2 +-
17877 kernel/sched/sched.h | 2 +-
17878 kernel/signal.c | 24 +-
17879 kernel/smpboot.c | 4 +-
17880 kernel/softirq.c | 12 +-
17881 kernel/sys.c | 10 +-
17882 kernel/sysctl.c | 34 +-
17883 kernel/time/alarmtimer.c | 2 +-
17884 kernel/time/posix-cpu-timers.c | 4 +-
17885 kernel/time/posix-timers.c | 24 +-
17886 kernel/time/timer.c | 2 +-
17887 kernel/time/timer_stats.c | 10 +-
17888 kernel/trace/blktrace.c | 6 +-
17889 kernel/trace/ftrace.c | 15 +-
17890 kernel/trace/ring_buffer.c | 96 +-
17891 kernel/trace/trace.c | 2 +-
17892 kernel/trace/trace.h | 2 +-
17893 kernel/trace/trace_clock.c | 4 +-
17894 kernel/trace/trace_events.c | 1 -
17895 kernel/trace/trace_functions_graph.c | 4 +-
17896 kernel/trace/trace_mmiotrace.c | 8 +-
17897 kernel/trace/trace_output.c | 10 +-
17898 kernel/trace/trace_seq.c | 2 +-
17899 kernel/trace/trace_stack.c | 2 +-
17900 kernel/user.c | 2 +-
17901 kernel/user_namespace.c | 2 +-
17902 kernel/utsname_sysctl.c | 2 +-
17903 kernel/watchdog.c | 2 +-
17904 kernel/workqueue.c | 8 +-
17905 lib/Kconfig.debug | 8 +-
17906 lib/Makefile | 2 +-
17907 lib/bitmap.c | 8 +-
17908 lib/bug.c | 2 +
17909 lib/debugobjects.c | 2 +-
17910 lib/decompress_bunzip2.c | 3 +-
17911 lib/decompress_unlzma.c | 4 +-
17912 lib/div64.c | 4 +-
17913 lib/dma-debug.c | 4 +-
17914 lib/inflate.c | 2 +-
17915 lib/ioremap.c | 4 +-
17916 lib/kobject.c | 4 +-
17917 lib/list_debug.c | 126 +-
17918 lib/lockref.c | 44 +-
17919 lib/percpu-refcount.c | 2 +-
17920 lib/radix-tree.c | 2 +-
17921 lib/random32.c | 2 +-
17922 lib/rhashtable.c | 4 +-
17923 lib/show_mem.c | 2 +-
17924 lib/strncpy_from_user.c | 2 +-
17925 lib/strnlen_user.c | 2 +-
17926 lib/swiotlb.c | 2 +-
17927 lib/usercopy.c | 6 +
17928 lib/vsprintf.c | 12 +-
17929 mm/Kconfig | 6 +-
17930 mm/backing-dev.c | 4 +-
17931 mm/debug.c | 3 +
17932 mm/filemap.c | 2 +-
17933 mm/gup.c | 13 +-
17934 mm/highmem.c | 6 +-
17935 mm/hugetlb.c | 70 +-
17936 mm/internal.h | 1 +
17937 mm/maccess.c | 12 +-
17938 mm/madvise.c | 37 +
17939 mm/memory-failure.c | 6 +-
17940 mm/memory.c | 424 +-
17941 mm/mempolicy.c | 25 +
17942 mm/mlock.c | 18 +-
17943 mm/mm_init.c | 2 +-
17944 mm/mmap.c | 582 +-
17945 mm/mprotect.c | 137 +-
17946 mm/mremap.c | 39 +-
17947 mm/nommu.c | 21 +-
17948 mm/page-writeback.c | 2 +-
17949 mm/page_alloc.c | 50 +-
17950 mm/percpu.c | 2 +-
17951 mm/process_vm_access.c | 14 +-
17952 mm/rmap.c | 45 +-
17953 mm/shmem.c | 19 +-
17954 mm/slab.c | 111 +-
17955 mm/slab.h | 22 +-
17956 mm/slab_common.c | 86 +-
17957 mm/slob.c | 218 +-
17958 mm/slub.c | 109 +-
17959 mm/sparse-vmemmap.c | 4 +-
17960 mm/sparse.c | 2 +-
17961 mm/swap.c | 2 +
17962 mm/swapfile.c | 12 +-
17963 mm/util.c | 6 +
17964 mm/vmalloc.c | 114 +-
17965 mm/vmstat.c | 12 +-
17966 net/8021q/vlan.c | 5 +-
17967 net/8021q/vlan_netlink.c | 2 +-
17968 net/9p/mod.c | 4 +-
17969 net/9p/trans_fd.c | 2 +-
17970 net/atm/atm_misc.c | 8 +-
17971 net/atm/lec.h | 2 +-
17972 net/atm/proc.c | 6 +-
17973 net/atm/resources.c | 4 +-
17974 net/ax25/sysctl_net_ax25.c | 2 +-
17975 net/batman-adv/bat_iv_ogm.c | 8 +-
17976 net/batman-adv/fragmentation.c | 2 +-
17977 net/batman-adv/routing.c | 4 +-
17978 net/batman-adv/soft-interface.c | 10 +-
17979 net/batman-adv/translation-table.c | 14 +-
17980 net/batman-adv/types.h | 8 +-
17981 net/bluetooth/hci_sock.c | 2 +-
17982 net/bluetooth/l2cap_core.c | 6 +-
17983 net/bluetooth/l2cap_sock.c | 12 +-
17984 net/bluetooth/rfcomm/sock.c | 4 +-
17985 net/bluetooth/rfcomm/tty.c | 4 +-
17986 net/bridge/br_netlink.c | 2 +-
17987 net/bridge/netfilter/ebtables.c | 6 +-
17988 net/caif/cfctrl.c | 11 +-
17989 net/caif/chnl_net.c | 2 +-
17990 net/can/af_can.c | 2 +-
17991 net/can/gw.c | 6 +-
17992 net/ceph/messenger.c | 4 +-
17993 net/compat.c | 26 +-
17994 net/core/datagram.c | 2 +-
17995 net/core/dev.c | 16 +-
17996 net/core/filter.c | 2 +-
17997 net/core/flow.c | 6 +-
17998 net/core/neighbour.c | 18 +-
17999 net/core/net-sysfs.c | 2 +-
18000 net/core/net_namespace.c | 8 +-
18001 net/core/netpoll.c | 4 +-
18002 net/core/rtnetlink.c | 17 +-
18003 net/core/scm.c | 12 +-
18004 net/core/skbuff.c | 11 +-
18005 net/core/sock.c | 28 +-
18006 net/core/sock_diag.c | 15 +-
18007 net/core/sysctl_net_core.c | 22 +-
18008 net/decnet/af_decnet.c | 1 +
18009 net/decnet/sysctl_net_decnet.c | 4 +-
18010 net/dsa/dsa.c | 2 +-
18011 net/hsr/hsr_netlink.c | 2 +-
18012 net/ieee802154/6lowpan/core.c | 2 +-
18013 net/ieee802154/6lowpan/reassembly.c | 14 +-
18014 net/ipv4/af_inet.c | 2 +-
18015 net/ipv4/arp.c | 2 +-
18016 net/ipv4/devinet.c | 18 +-
18017 net/ipv4/fib_frontend.c | 6 +-
18018 net/ipv4/fib_semantics.c | 2 +-
18019 net/ipv4/inet_connection_sock.c | 4 +-
18020 net/ipv4/inet_diag.c | 4 +-
18021 net/ipv4/inet_timewait_sock.c | 2 +-
18022 net/ipv4/inetpeer.c | 2 +-
18023 net/ipv4/ip_fragment.c | 15 +-
18024 net/ipv4/ip_gre.c | 6 +-
18025 net/ipv4/ip_sockglue.c | 2 +-
18026 net/ipv4/ip_vti.c | 4 +-
18027 net/ipv4/ipconfig.c | 6 +-
18028 net/ipv4/ipip.c | 4 +-
18029 net/ipv4/netfilter/arp_tables.c | 12 +-
18030 net/ipv4/netfilter/ip_tables.c | 12 +-
18031 net/ipv4/ping.c | 14 +-
18032 net/ipv4/proc.c | 8 +-
18033 net/ipv4/raw.c | 14 +-
18034 net/ipv4/route.c | 32 +-
18035 net/ipv4/sysctl_net_ipv4.c | 22 +-
18036 net/ipv4/tcp_input.c | 6 +-
18037 net/ipv4/tcp_probe.c | 2 +-
18038 net/ipv4/udp.c | 10 +-
18039 net/ipv4/xfrm4_mode_transport.c | 2 +-
18040 net/ipv4/xfrm4_policy.c | 17 +-
18041 net/ipv4/xfrm4_state.c | 4 +-
18042 net/ipv6/addrconf.c | 22 +-
18043 net/ipv6/af_inet6.c | 2 +-
18044 net/ipv6/datagram.c | 2 +-
18045 net/ipv6/icmp.c | 2 +-
18046 net/ipv6/ip6_fib.c | 4 +-
18047 net/ipv6/ip6_gre.c | 10 +-
18048 net/ipv6/ip6_tunnel.c | 4 +-
18049 net/ipv6/ip6_vti.c | 4 +-
18050 net/ipv6/ipv6_sockglue.c | 2 +-
18051 net/ipv6/ndisc.c | 2 +-
18052 net/ipv6/netfilter/ip6_tables.c | 12 +-
18053 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
18054 net/ipv6/ping.c | 33 +-
18055 net/ipv6/proc.c | 10 +-
18056 net/ipv6/raw.c | 17 +-
18057 net/ipv6/reassembly.c | 13 +-
18058 net/ipv6/route.c | 2 +-
18059 net/ipv6/sit.c | 4 +-
18060 net/ipv6/sysctl_net_ipv6.c | 2 +-
18061 net/ipv6/udp.c | 6 +-
18062 net/ipv6/xfrm6_policy.c | 17 +-
18063 net/irda/ircomm/ircomm_tty.c | 18 +-
18064 net/iucv/af_iucv.c | 4 +-
18065 net/iucv/iucv.c | 2 +-
18066 net/key/af_key.c | 4 +-
18067 net/l2tp/l2tp_eth.c | 38 +-
18068 net/l2tp/l2tp_ip.c | 2 +-
18069 net/l2tp/l2tp_ip6.c | 2 +-
18070 net/mac80211/cfg.c | 10 +-
18071 net/mac80211/debugfs_key.c | 4 +-
18072 net/mac80211/ieee80211_i.h | 3 +-
18073 net/mac80211/iface.c | 20 +-
18074 net/mac80211/key.c | 4 +-
18075 net/mac80211/main.c | 2 +-
18076 net/mac80211/pm.c | 4 +-
18077 net/mac80211/rate.c | 2 +-
18078 net/mac80211/sta_info.c | 2 +-
18079 net/mac80211/tx.c | 2 +-
18080 net/mac80211/util.c | 8 +-
18081 net/mac80211/wpa.c | 10 +-
18082 net/mac802154/iface.c | 4 +-
18083 net/mpls/af_mpls.c | 6 +-
18084 net/netfilter/ipset/ip_set_core.c | 4 +-
18085 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
18086 net/netfilter/ipvs/ip_vs_core.c | 4 +-
18087 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
18088 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
18089 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
18090 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
18091 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
18092 net/netfilter/nf_conntrack_acct.c | 2 +-
18093 net/netfilter/nf_conntrack_ecache.c | 2 +-
18094 net/netfilter/nf_conntrack_helper.c | 2 +-
18095 net/netfilter/nf_conntrack_netlink.c | 22 +-
18096 net/netfilter/nf_conntrack_proto.c | 2 +-
18097 net/netfilter/nf_conntrack_standalone.c | 2 +-
18098 net/netfilter/nf_conntrack_timestamp.c | 2 +-
18099 net/netfilter/nf_log.c | 10 +-
18100 net/netfilter/nf_sockopt.c | 4 +-
18101 net/netfilter/nf_tables_api.c | 13 +-
18102 net/netfilter/nfnetlink_acct.c | 7 +-
18103 net/netfilter/nfnetlink_cthelper.c | 2 +-
18104 net/netfilter/nfnetlink_cttimeout.c | 2 +-
18105 net/netfilter/nfnetlink_log.c | 4 +-
18106 net/netfilter/nft_compat.c | 9 +-
18107 net/netfilter/xt_statistic.c | 8 +-
18108 net/netlink/af_netlink.c | 14 +-
18109 net/netlink/diag.c | 2 +-
18110 net/netlink/genetlink.c | 14 +-
18111 net/openvswitch/vport-internal_dev.c | 2 +-
18112 net/packet/af_packet.c | 26 +-
18113 net/packet/diag.c | 2 +-
18114 net/packet/internal.h | 6 +-
18115 net/phonet/pep.c | 6 +-
18116 net/phonet/socket.c | 2 +-
18117 net/phonet/sysctl.c | 2 +-
18118 net/rds/cong.c | 6 +-
18119 net/rds/ib.h | 2 +-
18120 net/rds/ib_cm.c | 2 +-
18121 net/rds/ib_recv.c | 4 +-
18122 net/rds/iw.h | 2 +-
18123 net/rds/iw_cm.c | 2 +-
18124 net/rds/iw_recv.c | 4 +-
18125 net/rds/rds.h | 2 +-
18126 net/rds/tcp.c | 2 +-
18127 net/rds/tcp_send.c | 2 +-
18128 net/rxrpc/af_rxrpc.c | 2 +-
18129 net/rxrpc/ar-ack.c | 14 +-
18130 net/rxrpc/ar-call.c | 2 +-
18131 net/rxrpc/ar-connection.c | 2 +-
18132 net/rxrpc/ar-connevent.c | 2 +-
18133 net/rxrpc/ar-input.c | 4 +-
18134 net/rxrpc/ar-internal.h | 8 +-
18135 net/rxrpc/ar-local.c | 2 +-
18136 net/rxrpc/ar-output.c | 4 +-
18137 net/rxrpc/ar-peer.c | 2 +-
18138 net/rxrpc/ar-proc.c | 4 +-
18139 net/rxrpc/ar-transport.c | 2 +-
18140 net/rxrpc/rxkad.c | 4 +-
18141 net/sched/sch_generic.c | 4 +-
18142 net/sctp/ipv6.c | 6 +-
18143 net/sctp/protocol.c | 10 +-
18144 net/sctp/sm_sideeffect.c | 2 +-
18145 net/sctp/socket.c | 21 +-
18146 net/sctp/sysctl.c | 10 +-
18147 net/socket.c | 18 +-
18148 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
18149 net/sunrpc/clnt.c | 4 +-
18150 net/sunrpc/sched.c | 4 +-
18151 net/sunrpc/svc.c | 4 +-
18152 net/sunrpc/svcauth_unix.c | 2 +-
18153 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
18154 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
18155 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
18156 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
18157 net/tipc/netlink_compat.c | 12 +-
18158 net/tipc/subscr.c | 2 +-
18159 net/unix/diag.c | 2 +-
18160 net/unix/sysctl_net_unix.c | 2 +-
18161 net/wireless/wext-core.c | 19 +-
18162 net/xfrm/xfrm_policy.c | 16 +-
18163 net/xfrm/xfrm_state.c | 33 +-
18164 net/xfrm/xfrm_sysctl.c | 2 +-
18165 net/xfrm/xfrm_user.c | 2 +-
18166 scripts/Kbuild.include | 2 +-
18167 scripts/Makefile.build | 2 +-
18168 scripts/Makefile.clean | 3 +-
18169 scripts/Makefile.host | 69 +-
18170 scripts/basic/fixdep.c | 12 +-
18171 scripts/dtc/checks.c | 14 +-
18172 scripts/dtc/data.c | 6 +-
18173 scripts/dtc/flattree.c | 8 +-
18174 scripts/dtc/livetree.c | 4 +-
18175 scripts/gcc-plugin.sh | 51 +
18176 scripts/headers_install.sh | 1 +
18177 scripts/kallsyms.c | 4 +-
18178 scripts/kconfig/lkc.h | 5 +-
18179 scripts/kconfig/menu.c | 2 +-
18180 scripts/kconfig/symbol.c | 6 +-
18181 scripts/link-vmlinux.sh | 2 +-
18182 scripts/mod/file2alias.c | 14 +-
18183 scripts/mod/modpost.c | 25 +-
18184 scripts/mod/modpost.h | 6 +-
18185 scripts/mod/sumversion.c | 2 +-
18186 scripts/module-common.lds | 4 +
18187 scripts/package/builddeb | 1 +
18188 scripts/pnmtologo.c | 6 +-
18189 scripts/sortextable.h | 6 +-
18190 scripts/tags.sh | 2 +-
18191 security/Kconfig | 691 +-
18192 security/apparmor/include/policy.h | 2 +-
18193 security/apparmor/policy.c | 4 +-
18194 security/integrity/ima/ima.h | 4 +-
18195 security/integrity/ima/ima_api.c | 2 +-
18196 security/integrity/ima/ima_fs.c | 4 +-
18197 security/integrity/ima/ima_queue.c | 2 +-
18198 security/keys/internal.h | 8 +-
18199 security/keys/key.c | 18 +-
18200 security/keys/keyring.c | 4 -
18201 security/selinux/avc.c | 6 +-
18202 security/selinux/include/xfrm.h | 2 +-
18203 security/yama/yama_lsm.c | 2 +-
18204 sound/aoa/codecs/onyx.c | 7 +-
18205 sound/aoa/codecs/onyx.h | 1 +
18206 sound/core/oss/pcm_oss.c | 18 +-
18207 sound/core/pcm_compat.c | 2 +-
18208 sound/core/pcm_native.c | 4 +-
18209 sound/core/seq/seq_clientmgr.c | 10 +-
18210 sound/core/seq/seq_compat.c | 2 +-
18211 sound/core/seq/seq_fifo.c | 6 +-
18212 sound/core/seq/seq_fifo.h | 2 +-
18213 sound/core/seq/seq_memory.c | 6 +-
18214 sound/core/sound.c | 2 +-
18215 sound/drivers/mts64.c | 14 +-
18216 sound/drivers/opl4/opl4_lib.c | 2 +-
18217 sound/drivers/portman2x4.c | 3 +-
18218 sound/firewire/amdtp-am824.c | 2 +-
18219 sound/firewire/amdtp-stream.c | 4 +-
18220 sound/firewire/amdtp-stream.h | 2 +-
18221 sound/firewire/digi00x/amdtp-dot.c | 2 +-
18222 sound/firewire/isight.c | 10 +-
18223 sound/firewire/scs1x.c | 8 +-
18224 sound/oss/sb_audio.c | 2 +-
18225 sound/oss/swarm_cs4297a.c | 6 +-
18226 sound/pci/hda/hda_codec.c | 2 +-
18227 sound/pci/ymfpci/ymfpci.h | 2 +-
18228 sound/pci/ymfpci/ymfpci_main.c | 12 +-
18229 sound/soc/codecs/sti-sas.c | 10 +-
18230 sound/soc/intel/skylake/skl-sst-dsp.h | 4 +-
18231 sound/soc/soc-ac97.c | 6 +-
18232 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
18233 tools/gcc/Makefile | 42 +
18234 tools/gcc/checker_plugin.c | 549 +
18235 tools/gcc/colorize_plugin.c | 215 +
18236 tools/gcc/constify_plugin.c | 571 +
18237 tools/gcc/gcc-common.h | 819 +
18238 tools/gcc/initify_plugin.c | 591 +
18239 tools/gcc/kallocstat_plugin.c | 188 +
18240 tools/gcc/kernexec_plugin.c | 549 +
18241 tools/gcc/latent_entropy_plugin.c | 474 +
18242 tools/gcc/randomize_layout_seed.h | 1 +
18243 tools/gcc/size_overflow_plugin/.gitignore | 2 +
18244 tools/gcc/size_overflow_plugin/Makefile | 28 +
18245 .../disable_size_overflow_hash.data | 12434 ++
18246 .../disable_size_overflow_hash.h | 152601 ++++++++++++++++++
18247 .../generate_size_overflow_hash.sh | 103 +
18248 .../insert_size_overflow_asm.c | 416 +
18249 .../size_overflow_plugin/intentional_overflow.c | 1116 +
18250 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
18251 tools/gcc/size_overflow_plugin/size_overflow.h | 325 +
18252 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
18253 .../size_overflow_plugin/size_overflow_hash.data | 21454 +++
18254 .../size_overflow_hash_aux.data | 92 +
18255 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 +
18256 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
18257 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
18258 .../size_overflow_plugin_hash.c | 352 +
18259 .../size_overflow_plugin/size_overflow_transform.c | 745 +
18260 .../size_overflow_transform_core.c | 1015 +
18261 tools/gcc/stackleak_plugin.c | 444 +
18262 tools/gcc/structleak_plugin.c | 290 +
18263 tools/include/linux/compiler.h | 8 +
18264 tools/perf/util/include/asm/alternative-asm.h | 3 +
18265 tools/virtio/linux/uaccess.h | 2 +-
18266 virt/kvm/kvm_main.c | 42 +-
18267 2088 files changed, 221599 insertions(+), 9618 deletions(-)
18268commit 87790bbd0d8dc2bd7fd86cb947e32886db9e9766
18269Author: Matthew Wilcox <willy@linux.intel.com>
18270Date: Tue Feb 2 16:57:52 2016 -0800
18271
18272 radix-tree: fix race in gang lookup
18273
18274 If the indirect_ptr bit is set on a slot, that indicates we need to redo
18275 the lookup. Introduce a new function radix_tree_iter_retry() which
18276 forces the loop to retry the lookup by setting 'slot' to NULL and
18277 turning the iterator back to point at the problematic entry.
18278
18279 This is a pretty rare problem to hit at the moment; the lookup has to
18280 race with a grow of the radix tree from a height of 0. The consequences
18281 of hitting this race are that gang lookup could return a pointer to a
18282 radix_tree_node instead of a pointer to whatever the user had inserted
18283 in the tree.
18284
18285 Fixes: cebbd29e1c2f ("radix-tree: rewrite gang lookup using iterator")
18286 Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
18287 Cc: Hugh Dickins <hughd@google.com>
18288 Cc: Ohad Ben-Cohen <ohad@wizery.com>
18289 Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
18290 Cc: <stable@vger.kernel.org>
18291 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18292 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18293
18294 include/linux/radix-tree.h | 16 ++++++++++++++++
18295 lib/radix-tree.c | 12 ++++++++++--
18296 2 files changed, 26 insertions(+), 2 deletions(-)
18297
18298commit bf628043b4589c910919a0f221ae7f42aa8cea93
18299Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
18300Date: Wed Feb 3 02:11:03 2016 +0100
18301
18302 unix: correctly track in-flight fds in sending process user_struct
18303
18304 The commit referenced in the Fixes tag incorrectly accounted the number
18305 of in-flight fds over a unix domain socket to the original opener
18306 of the file-descriptor. This allows another process to arbitrary
18307 deplete the original file-openers resource limit for the maximum of
18308 open files. Instead the sending processes and its struct cred should
18309 be credited.
18310
18311 To do so, we add a reference counted struct user_struct pointer to the
18312 scm_fp_list and use it to account for the number of inflight unix fds.
18313
18314 Fixes: 712f4aad406bb1 ("unix: properly account for FDs passed over unix sockets")
18315 Reported-by: David Herrmann <dh.herrmann@gmail.com>
18316 Cc: David Herrmann <dh.herrmann@gmail.com>
18317 Cc: Willy Tarreau <w@1wt.eu>
18318 Cc: Linus Torvalds <torvalds@linux-foundation.org>
18319 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
18320 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
18321 Signed-off-by: David S. Miller <davem@davemloft.net>
18322
18323 include/net/af_unix.h | 4 ++--
18324 include/net/scm.h | 1 +
18325 net/core/scm.c | 7 +++++++
18326 net/unix/af_unix.c | 4 ++--
18327 net/unix/garbage.c | 8 ++++----
18328 5 files changed, 16 insertions(+), 8 deletions(-)
18329
18330commit e830db443ff78d70b7b63536e688d73907face0c
18331Author: Mike Kravetz <mike.kravetz@oracle.com>
18332Date: Fri Jan 15 16:57:37 2016 -0800
18333
18334 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
18335
18336 Hillf Danton noticed bugs in the hugetlb_vmtruncate_list routine. The
18337 argument end is of type pgoff_t. It was being converted to a vaddr
18338 offset and passed to unmap_hugepage_range. However, end was also being
18339 used as an argument to the vma_interval_tree_foreach controlling loop.
18340 In addition, the conversion of end to vaddr offset was incorrect.
18341
18342 hugetlb_vmtruncate_list is called as part of a file truncate or
18343 fallocate hole punch operation.
18344
18345 When truncating a hugetlbfs file, this bug could prevent some pages from
18346 being unmapped. This is possible if there are multiple vmas mapping the
18347 file, and there is a sufficiently sized hole between the mappings. The
18348 size of the hole between two vmas (A,B) must be such that the starting
18349 virtual address of B is greater than (ending virtual address of A <<
18350 PAGE_SHIFT). In this case, the pages in B would not be unmapped. If
18351 pages are not properly unmapped during truncate, the following BUG is
18352 hit:
18353
18354 kernel BUG at fs/hugetlbfs/inode.c:428!
18355
18356 In the fallocate hole punch case, this bug could prevent pages from
18357 being unmapped as in the truncate case. However, for hole punch the
18358 result is that unmapped pages will not be removed during the operation.
18359 For hole punch, it is also possible that more pages than desired will be
18360 unmapped. This unnecessary unmapping will cause page faults to
18361 reestablish the mappings on subsequent page access.
18362
18363 Fixes: 1bfad99ab (" hugetlbfs: hugetlb_vmtruncate_list() needs to take a range")Reported-by: Hillf Danton <hillf.zj@alibaba-inc.com>
18364 Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
18365 Cc: Hugh Dickins <hughd@google.com>
18366 Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
18367 Cc: Davidlohr Bueso <dave@stgolabs.net>
18368 Cc: Dave Hansen <dave.hansen@linux.intel.com>
18369 Cc: <stable@vger.kernel.org> [4.3]
18370 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18371 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18372
18373 fs/hugetlbfs/inode.c | 19 +++++++++++--------
18374 1 files changed, 11 insertions(+), 8 deletions(-)
18375
18376commit cdb3ba4a9113b779347387f3b6c6ea72dd4db12f
18377Author: Takashi Iwai <tiwai@suse.de>
18378Date: Thu Feb 4 17:06:13 2016 +0100
18379
18380 ALSA: timer: Fix leftover link at closing
18381
18382 In ALSA timer core, the active timer instance is managed in
18383 active_list linked list. Each element is added / removed dynamically
18384 at timer start, stop and in timer interrupt. The problem is that
18385 snd_timer_interrupt() has a thinko and leaves the element in
18386 active_list when it's the last opened element. This eventually leads
18387 to list corruption or use-after-free error.
18388
18389 This hasn't been revealed because we used to delete the list forcibly
18390 in snd_timer_stop() in the past. However, the recent fix avoids the
18391 double-stop behavior (in commit [f784beb75ce8: ALSA: timer: Fix link
18392 corruption due to double start or stop]), and this leak hits reality.
18393
18394 This patch fixes the link management in snd_timer_interrupt(). Now it
18395 simply unlinks no matter which stream is.
18396
18397 BugLink: http://lkml.kernel.org/r/CACT4Y+Yy2aukHP-EDp8-ziNqNNmb-NTf=jDWXMP7jB8HDa2vng@mail.gmail.com
18398 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18399 Cc: <stable@vger.kernel.org>
18400 Signed-off-by: Takashi Iwai <tiwai@suse.de>
18401
18402 sound/core/timer.c | 4 ++--
18403 1 files changed, 2 insertions(+), 2 deletions(-)
18404
18405commit 47d9647902f6a2f46a2be1e0140ba0f6f8c06008
18406Author: Konstantin Khlebnikov <koct9i@gmail.com>
18407Date: Fri Feb 5 15:37:01 2016 -0800
18408
18409 radix-tree: fix oops after radix_tree_iter_retry
18410
18411 Helper radix_tree_iter_retry() resets next_index to the current index.
18412 In following radix_tree_next_slot current chunk size becomes zero. This
18413 isn't checked and it tries to dereference null pointer in slot.
18414
18415 Tagged iterator is fine because retry happens only at slot 0 where tag
18416 bitmask in iter->tags is filled with single bit.
18417
18418 Fixes: 46437f9a554f ("radix-tree: fix race in gang lookup")
18419 Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
18420 Cc: Matthew Wilcox <willy@linux.intel.com>
18421 Cc: Hugh Dickins <hughd@google.com>
18422 Cc: Ohad Ben-Cohen <ohad@wizery.com>
18423 Cc: Jeremiah Mahler <jmmahler@gmail.com>
18424 Cc: <stable@vger.kernel.org>
18425 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18426 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18427
18428 include/linux/radix-tree.h | 6 +++---
18429 1 files changed, 3 insertions(+), 3 deletions(-)
18430
18431commit 95b5dcb3c01958502af00b0bc0da1d906aae11a2
18432Merge: 438be0b 256aeaf
18433Author: Brad Spengler <spender@grsecurity.net>
18434Date: Sun Feb 7 08:29:33 2016 -0500
18435
18436 Merge branch 'pax-test' into grsec-test
18437
18438commit 256aeaf87c22de8edf1f03682a572c590ae07771
18439Author: Brad Spengler <spender@grsecurity.net>
18440Date: Sun Feb 7 08:29:09 2016 -0500
18441
18442 Update to pax-linux-4.3.5-test28.patch:
18443 - 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)
18444 - spender fixed UDEREF on arm
18445
18446 arch/arm/Kconfig | 1 +
18447 arch/arm/include/asm/domain.h | 21 ++++++++-
18448 arch/arm/include/asm/futex.h | 9 ----
18449 arch/arm/include/asm/thread_info.h | 3 +
18450 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
18451 arch/arm/kernel/entry-armv.S | 2 +-
18452 arch/arm/kernel/process.c | 2 +-
18453 arch/arm/mm/alignment.c | 8 ----
18454 arch/x86/mm/numa.c | 2 +-
18455 security/Kconfig | 1 -
18456 10 files changed, 60 insertions(+), 70 deletions(-)
18457
18458commit 438be0bd112bd17942b2628c53054dc1007558a1
18459Author: Brad Spengler <spender@grsecurity.net>
18460Date: Sat Feb 6 19:50:31 2016 -0500
18461
18462 Fix a number of issues caused by the upstream merging of a UDEREF ripoff resulting in unbootable
18463 ARM systems reported on the forums
18464
18465 arch/arm/Kconfig | 1 +
18466 arch/arm/include/asm/domain.h | 21 ++++++++-
18467 arch/arm/include/asm/futex.h | 9 ----
18468 arch/arm/include/asm/thread_info.h | 3 +
18469 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
18470 arch/arm/kernel/entry-armv.S | 2 +-
18471 arch/arm/kernel/process.c | 2 +-
18472 arch/arm/mm/alignment.c | 8 ----
18473 security/Kconfig | 1 -
18474 9 files changed, 59 insertions(+), 69 deletions(-)
18475
18476commit 4ffdd5ef1f87e611af1efb4f251ada92abe9f4c0
18477Author: Brad Spengler <spender@grsecurity.net>
18478Date: Sat Feb 6 11:21:53 2016 -0500
18479
18480 Fix another compiler warning
18481
18482 net/ipv4/tcp_input.c | 2 ++
18483 1 files changed, 2 insertions(+), 0 deletions(-)
18484
18485commit 30b5b7bc0fd67d458bdd5ab35e4689769eabd2ed
18486Author: Brad Spengler <spender@grsecurity.net>
18487Date: Sat Feb 6 11:16:12 2016 -0500
18488
18489 Fix two compiler warnings
18490
18491 kernel/pid.c | 5 ++---
18492 kernel/ptrace.c | 3 ++-
18493 2 files changed, 4 insertions(+), 4 deletions(-)
18494
18495commit dda4d2a21914c480750f10bd55c6e3203d415d8d
18496Author: Brad Spengler <spender@grsecurity.net>
18497Date: Wed Feb 3 21:22:40 2016 -0500
18498
18499 Apply fix for integer truncation in NUMA init code, reported by
18500 x14sg1 on the forums:
18501 https://forums.grsecurity.net/viewtopic.php?f=3&t=4374
18502
18503 arch/x86/mm/numa.c | 2 +-
18504 1 files changed, 1 insertions(+), 1 deletions(-)
18505
18506commit 477505f7c893cb6a2c3e22f83eefd9c985d7b3ca
18507Merge: a781740 016d0d8
18508Author: Brad Spengler <spender@grsecurity.net>
18509Date: Wed Feb 3 21:20:58 2016 -0500
18510
18511 Merge branch 'pax-test' into grsec-test
18512
18513commit 016d0d81a8dd4be1304c82a68e0ccf425868f467
18514Author: Brad Spengler <spender@grsecurity.net>
18515Date: Wed Feb 3 21:20:10 2016 -0500
18516
18517 Update to pax-linux-4.3.5-test27.patch:
18518 - fixed a bunch of potential REFCOUNT false positives, reported by Emese
18519 - restored padding in fpregs_state for storing AVX-512 state in the future
18520 - constified netlink_dump_control
18521 - added const version of debug_gimple_stmt for gcc plugins, by Emese
18522 - Emese fixed a bug in initify that could have initified too much
18523 - Emese fixed a false positive intentional integer overflow in xfrm4_extract_header, reported by corsac
18524
18525 arch/x86/include/asm/fpu/types.h | 1 +
18526 arch/x86/include/asm/mmu_context.h | 2 +-
18527 block/blk-cgroup.c | 18 ++--
18528 block/cfq-iosched.c | 4 +-
18529 crypto/crypto_user.c | 8 ++-
18530 drivers/acpi/apei/ghes.c | 6 +-
18531 drivers/char/ipmi/ipmi_ssif.c | 12 ++--
18532 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
18533 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
18534 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
18535 drivers/infiniband/core/netlink.c | 5 +-
18536 drivers/infiniband/hw/cxgb4/device.c | 6 +-
18537 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
18538 drivers/md/bcache/alloc.c | 2 +-
18539 drivers/md/bcache/bcache.h | 10 +-
18540 drivers/md/bcache/btree.c | 2 +-
18541 drivers/md/bcache/io.c | 10 +-
18542 drivers/md/bcache/journal.c | 2 +-
18543 drivers/md/bcache/stats.c | 26 +++---
18544 drivers/md/bcache/stats.h | 16 ++--
18545 drivers/md/bcache/super.c | 2 +-
18546 drivers/md/bcache/sysfs.c | 20 +++---
18547 drivers/md/dm-cache-target.c | 98 ++++++++++++------------
18548 drivers/md/dm-raid.c | 2 +-
18549 drivers/md/md.c | 6 +-
18550 drivers/md/md.h | 2 +-
18551 drivers/md/raid1.c | 2 +-
18552 drivers/md/raid10.c | 2 +-
18553 drivers/md/raid5.c | 4 +-
18554 drivers/media/pci/zoran/zoran.h | 1 -
18555 drivers/media/pci/zoran/zoran_driver.c | 3 -
18556 drivers/net/ethernet/sfc/selftest.c | 20 +++---
18557 drivers/net/irda/vlsi_ir.c | 18 ++--
18558 drivers/net/irda/vlsi_ir.h | 14 ++--
18559 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
18560 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
18561 drivers/net/wireless/ath/carl9170/main.c | 10 +-
18562 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
18563 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
18564 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
18565 drivers/scsi/hptiop.c | 2 -
18566 drivers/scsi/hptiop.h | 1 -
18567 drivers/scsi/ipr.c | 6 +-
18568 drivers/scsi/ipr.h | 2 +-
18569 drivers/scsi/qla2xxx/qla_target.c | 10 +-
18570 drivers/scsi/qla2xxx/qla_target.h | 2 +-
18571 fs/btrfs/ctree.c | 2 +-
18572 fs/btrfs/ctree.h | 4 +-
18573 fs/btrfs/delayed-ref.c | 4 +-
18574 fs/btrfs/disk-io.c | 4 +-
18575 fs/btrfs/file.c | 4 +-
18576 fs/btrfs/raid56.c | 32 ++++----
18577 fs/btrfs/tests/btrfs-tests.c | 2 +-
18578 fs/btrfs/transaction.c | 2 +-
18579 fs/btrfs/tree-log.c | 8 +-
18580 fs/btrfs/volumes.c | 14 ++--
18581 fs/btrfs/volumes.h | 22 +++---
18582 fs/jbd2/commit.c | 2 +-
18583 fs/jbd2/transaction.c | 4 +-
18584 fs/ocfs2/dlm/dlmcommon.h | 4 +-
18585 fs/ocfs2/dlm/dlmdebug.c | 10 +-
18586 fs/ocfs2/dlm/dlmdomain.c | 4 +-
18587 fs/ocfs2/dlm/dlmmaster.c | 4 +-
18588 include/acpi/ghes.h | 2 +-
18589 include/linux/blk-cgroup.h | 24 +++---
18590 include/linux/jbd2.h | 2 +-
18591 include/linux/netlink.h | 12 ++--
18592 include/net/cfg802154.h | 2 +-
18593 include/net/mac80211.h | 2 +-
18594 include/net/neighbour.h | 2 +-
18595 kernel/rcu/tree_plugin.h | 4 +-
18596 net/batman-adv/routing.c | 4 +-
18597 net/batman-adv/soft-interface.c | 2 +-
18598 net/batman-adv/translation-table.c | 14 ++--
18599 net/batman-adv/types.h | 2 +-
18600 net/core/neighbour.c | 14 ++--
18601 net/core/rtnetlink.c | 2 +-
18602 net/ipv4/arp.c | 2 +-
18603 net/ipv4/inet_diag.c | 4 +-
18604 net/ipv4/xfrm4_state.c | 4 +-
18605 net/ipv6/ndisc.c | 2 +-
18606 net/mac80211/cfg.c | 2 +-
18607 net/mac80211/debugfs_key.c | 2 +-
18608 net/mac80211/key.c | 4 +-
18609 net/mac80211/tx.c | 2 +-
18610 net/mac80211/wpa.c | 10 +-
18611 net/mac802154/iface.c | 4 +-
18612 net/netfilter/ipset/ip_set_core.c | 2 +-
18613 net/netfilter/nf_conntrack_netlink.c | 22 +++---
18614 net/netfilter/nf_tables_api.c | 13 ++--
18615 net/netfilter/nfnetlink_acct.c | 7 +-
18616 net/netfilter/nfnetlink_cthelper.c | 2 +-
18617 net/netfilter/nfnetlink_cttimeout.c | 2 +-
18618 net/netlink/af_netlink.c | 10 ++-
18619 net/netlink/diag.c | 2 +-
18620 net/netlink/genetlink.c | 14 ++--
18621 net/packet/af_packet.c | 18 ++--
18622 net/packet/diag.c | 2 +-
18623 net/packet/internal.h | 6 +-
18624 net/unix/diag.c | 2 +-
18625 net/xfrm/xfrm_user.c | 2 +-
18626 security/apparmor/include/policy.h | 2 +-
18627 security/apparmor/policy.c | 4 +-
18628 sound/core/seq/seq_clientmgr.c | 2 +-
18629 sound/core/seq/seq_fifo.c | 6 +-
18630 sound/core/seq/seq_fifo.h | 2 +-
18631 tools/gcc/gcc-common.h | 24 ++++--
18632 tools/gcc/initify_plugin.c | 7 +-
18633 tools/lib/api/Makefile | 2 +-
18634 109 files changed, 399 insertions(+), 391 deletions(-)
18635
18636commit a7817402ac837b1aee07fac42537a02097055098
18637Author: Matt Fleming <matt@codeblueprint.co.uk>
18638Date: Fri Jan 29 11:36:10 2016 +0000
18639
18640 x86/mm/pat: Avoid truncation when converting cpa->numpages to address
18641
18642 There are a couple of nasty truncation bugs lurking in the pageattr
18643 code that can be triggered when mapping EFI regions, e.g. when we pass
18644 a cpa->pgd pointer. Because cpa->numpages is a 32-bit value, shifting
18645 left by PAGE_SHIFT will truncate the resultant address to 32-bits.
18646
18647 Viorel-Cătălin managed to trigger this bug on his Dell machine that
18648 provides a ~5GB EFI region which requires 1236992 pages to be mapped.
18649 When calling populate_pud() the end of the region gets calculated
18650 incorrectly in the following buggy expression,
18651
18652 end = start + (cpa->numpages << PAGE_SHIFT);
18653
18654 And only 188416 pages are mapped. Next, populate_pud() gets invoked
18655 for a second time because of the loop in __change_page_attr_set_clr(),
18656 only this time no pages get mapped because shifting the remaining
18657 number of pages (1048576) by PAGE_SHIFT is zero. At which point the
18658 loop in __change_page_attr_set_clr() spins forever because we fail to
18659 map progress.
18660
18661 Hitting this bug depends very much on the virtual address we pick to
18662 map the large region at and how many pages we map on the initial run
18663 through the loop. This explains why this issue was only recently hit
18664 with the introduction of commit
18665
18666 a5caa209ba9c ("x86/efi: Fix boot crash by mapping EFI memmap
18667 entries bottom-up at runtime, instead of top-down")
18668
18669 It's interesting to note that safe uses of cpa->numpages do exist in
18670 the pageattr code. If instead of shifting ->numpages we multiply by
18671 PAGE_SIZE, no truncation occurs because PAGE_SIZE is a UL value, and
18672 so the result is unsigned long.
18673
18674 To avoid surprises when users try to convert very large cpa->numpages
18675 values to addresses, change the data type from 'int' to 'unsigned
18676 long', thereby making it suitable for shifting by PAGE_SHIFT without
18677 any type casting.
18678
18679 The alternative would be to make liberal use of casting, but that is
18680 far more likely to cause problems in the future when someone adds more
18681 code and fails to cast properly; this bug was difficult enough to
18682 track down in the first place.
18683
18684 Reported-and-tested-by: Viorel-Cătălin Răpițeanu <rapiteanu.catalin@gmail.com>
18685 Acked-by: Borislav Petkov <bp@alien8.de>
18686 Cc: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
18687 Cc: <stable@vger.kernel.org>
18688 Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
18689 Link: https://bugzilla.kernel.org/show_bug.cgi?id=110131
18690 Link: http://lkml.kernel.org/r/1454067370-10374-1-git-send-email-matt@codeblueprint.co.uk
18691 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
18692
18693 arch/x86/mm/pageattr.c | 4 ++--
18694 1 files changed, 2 insertions(+), 2 deletions(-)
18695
18696commit 64dd9d7a67a742fda257cdd16510c29e695c34b5
18697Author: Jan Beulich <JBeulich@suse.com>
18698Date: Tue Jan 26 04:15:18 2016 -0700
18699
18700 x86/mm: Fix types used in pgprot cacheability flags translations
18701
18702 For PAE kernels "unsigned long" is not suitable to hold page protection
18703 flags, since _PAGE_NX doesn't fit there. This is the reason for quite a
18704 few W+X pages getting reported as insecure during boot (observed namely
18705 for the entire initrd range).
18706
18707 Fixes: 281d4078be ("x86: Make page cache mode a real type")
18708 Signed-off-by: Jan Beulich <jbeulich@suse.com>
18709 Reviewed-by: Juergen Gross <JGross@suse.com>
18710 Cc: stable@vger.kernel.org
18711 Link: http://lkml.kernel.org/r/56A7635602000078000CAFF1@prv-mh.provo.novell.com
18712 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
18713
18714 arch/x86/include/asm/pgtable_types.h | 6 ++----
18715 1 files changed, 2 insertions(+), 4 deletions(-)
18716
18717commit bb9a3a9df0d8dfc96d521676e64c42b37ba22aea
18718Merge: 682d661 f74425b
18719Author: Brad Spengler <spender@grsecurity.net>
18720Date: Sun Jan 31 15:06:25 2016 -0500
18721
18722 Merge branch 'pax-test' into grsec-test
18723
18724 Conflicts:
18725 drivers/net/slip/slhc.c
18726 include/linux/sched.h
18727 net/unix/af_unix.c
18728 sound/core/timer.c
18729
18730commit f74425b5705bfe52aff9e97659ef10c4a14176c3
18731Merge: d14af1f 849a2d3
18732Author: Brad Spengler <spender@grsecurity.net>
18733Date: Sun Jan 31 15:02:55 2016 -0500
18734
18735 Merge branch 'linux-4.3.y' into pax-test
18736
18737 Conflicts:
18738 arch/x86/include/asm/mmu_context.h
18739
18740commit 682d6611d75542e351c973c8dd74a99d3966c073
18741Author: Brad Spengler <spender@grsecurity.net>
18742Date: Sat Jan 30 13:05:03 2016 -0500
18743
18744 Based on a report from Mathias Krause, fix up a number of additional instances
18745 of ulong overflow when passing in values to gr_learn_resource by saturating
18746 to ULONG_MAX
18747
18748 mm/mlock.c | 11 ++++++++---
18749 mm/mmap.c | 16 +++++++++++++---
18750 2 files changed, 21 insertions(+), 6 deletions(-)
18751
18752commit adb52e95fb9ad4ac9c56cd5d47bd668f47c33096
18753Author: Jann Horn <jann@thejh.net>
18754Date: Sat Dec 26 06:00:48 2015 +0100
18755
18756 seccomp: always propagate NO_NEW_PRIVS on tsync
18757
18758 Before this patch, a process with some permissive seccomp filter
18759 that was applied by root without NO_NEW_PRIVS was able to add
18760 more filters to itself without setting NO_NEW_PRIVS by setting
18761 the new filter from a throwaway thread with NO_NEW_PRIVS.
18762
18763 Signed-off-by: Jann Horn <jann@thejh.net>
18764 Cc: stable@vger.kernel.org
18765 Signed-off-by: Kees Cook <keescook@chromium.org>
18766
18767 kernel/seccomp.c | 22 +++++++++++-----------
18768 1 files changed, 11 insertions(+), 11 deletions(-)
18769
18770commit b85450498a3bbf269441c8963d7574bb3079c838
18771Merge: 59c216f d14af1f
18772Author: Brad Spengler <spender@grsecurity.net>
18773Date: Fri Jan 29 20:54:13 2016 -0500
18774
18775 Merge branch 'pax-test' into grsec-test
18776
18777commit d14af1f1dd66511f3f0674deee2b572972012b39
18778Author: Brad Spengler <spender@grsecurity.net>
18779Date: Fri Jan 29 20:53:51 2016 -0500
18780
18781 Update to pax-linux-4.3.4-test26.patch:
18782 - Emese fixed a few intentional overflows introduced by gcc, reported by StalkR (https://forums.grsecurity.net/viewtopic.php?f=3&t=4370)
18783
18784 fs/cifs/file.c | 2 +-
18785 fs/gfs2/file.c | 2 +-
18786 .../size_overflow_plugin/intentional_overflow.c | 96 ++++++++++++++++++--
18787 tools/gcc/size_overflow_plugin/size_overflow.h | 2 +
18788 .../size_overflow_plugin/size_overflow_plugin.c | 4 +-
18789 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
18790 .../size_overflow_transform_core.c | 5 +
18791 7 files changed, 102 insertions(+), 15 deletions(-)
18792
18793commit 59c216f13587eacdd692386b7a403ae78ed84fb6
18794Author: Brad Spengler <spender@grsecurity.net>
18795Date: Wed Jan 27 17:57:21 2016 -0500
18796
18797 Fix a size_overflow report reported by Mathias Krause in our
18798 truncation of an loff_t to an unsigned long when being passed
18799 to gr_learn_resource() (as all resource checks are against unsigned long
18800 values)
18801
18802 fs/attr.c | 5 ++++-
18803 1 files changed, 4 insertions(+), 1 deletions(-)
18804
18805commit 70636c6ad60fc1db3af764ecc789b827b7497a97
18806Author: Yuchung Cheng <ycheng@google.com>
18807Date: Wed Jan 6 12:42:38 2016 -0800
18808
18809 tcp: fix zero cwnd in tcp_cwnd_reduction
18810
18811 Patch 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode
18812 conditionally") introduced a bug that cwnd may become 0 when both
18813 inflight and sndcnt are 0 (cwnd = inflight + sndcnt). This may lead
18814 to a div-by-zero if the connection starts another cwnd reduction
18815 phase by setting tp->prior_cwnd to the current cwnd (0) in
18816 tcp_init_cwnd_reduction().
18817
18818 To prevent this we skip PRR operation when nothing is acked or
18819 sacked. Then cwnd must be positive in all cases as long as ssthresh
18820 is positive:
18821
18822 1) The proportional reduction mode
18823 inflight > ssthresh > 0
18824
18825 2) The reduction bound mode
18826 a) inflight == ssthresh > 0
18827
18828 b) inflight < ssthresh
18829 sndcnt > 0 since newly_acked_sacked > 0 and inflight < ssthresh
18830
18831 Therefore in all cases inflight and sndcnt can not both be 0.
18832 We check invalid tp->prior_cwnd to avoid potential div0 bugs.
18833
18834 In reality this bug is triggered only with a sequence of less common
18835 events. For example, the connection is terminating an ECN-triggered
18836 cwnd reduction with an inflight 0, then it receives reordered/old
18837 ACKs or DSACKs from prior transmission (which acks nothing). Or the
18838 connection is in fast recovery stage that marks everything lost,
18839 but fails to retransmit due to local issues, then receives data
18840 packets from other end which acks nothing.
18841
18842 Fixes: 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode conditionally")
18843 Reported-by: Oleksandr Natalenko <oleksandr@natalenko.name>
18844 Signed-off-by: Yuchung Cheng <ycheng@google.com>
18845 Signed-off-by: Neal Cardwell <ncardwell@google.com>
18846 Signed-off-by: Eric Dumazet <edumazet@google.com>
18847 Signed-off-by: David S. Miller <davem@davemloft.net>
18848
18849 net/ipv4/tcp_input.c | 3 +++
18850 1 files changed, 3 insertions(+), 0 deletions(-)
18851
18852commit dac1da2bedbb43195d371c7a192cfeeb45683df0
18853Author: Eric Dumazet <edumazet@google.com>
18854Date: Sun Jan 24 13:53:50 2016 -0800
18855
18856 af_unix: fix struct pid memory leak
18857
18858 Dmitry reported a struct pid leak detected by a syzkaller program.
18859
18860 Bug happens in unix_stream_recvmsg() when we break the loop when a
18861 signal is pending, without properly releasing scm.
18862
18863 Fixes: b3ca9b02b007 ("net: fix multithreaded signal handling in unix recv routines")
18864 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18865 Signed-off-by: Eric Dumazet <edumazet@google.com>
18866 Cc: Rainer Weikusat <rweikusat@mobileactivedefense.com>
18867 Signed-off-by: David S. Miller <davem@davemloft.net>
18868
18869 net/unix/af_unix.c | 1 +
18870 1 files changed, 1 insertions(+), 0 deletions(-)
18871
18872commit 15cc47f127520d1ac0c1fe76d993c2c27f0f2571
18873Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
18874Date: Fri Jan 22 01:39:43 2016 +0100
18875
18876 pptp: fix illegal memory access caused by multiple bind()s
18877
18878 Several times already this has been reported as kasan reports caused by
18879 syzkaller and trinity and people always looked at RCU races, but it is
18880 much more simple. :)
18881
18882 In case we bind a pptp socket multiple times, we simply add it to
18883 the callid_sock list but don't remove the old binding. Thus the old
18884 socket stays in the bucket with unused call_id indexes and doesn't get
18885 cleaned up. This causes various forms of kasan reports which were hard
18886 to pinpoint.
18887
18888 Simply don't allow multiple binds and correct error handling in
18889 pptp_bind. Also keep sk_state bits in place in pptp_connect.
18890
18891 Fixes: 00959ade36acad ("PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)")
18892 Cc: Dmitry Kozlov <xeb@mail.ru>
18893 Cc: Sasha Levin <sasha.levin@oracle.com>
18894 Cc: Dmitry Vyukov <dvyukov@google.com>
18895 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18896 Cc: Dave Jones <davej@codemonkey.org.uk>
18897 Reported-by: Dave Jones <davej@codemonkey.org.uk>
18898 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
18899 Signed-off-by: David S. Miller <davem@davemloft.net>
18900
18901 drivers/net/ppp/pptp.c | 34 ++++++++++++++++++++++++----------
18902 1 files changed, 24 insertions(+), 10 deletions(-)
18903
18904commit e2b7b8c66851c85188fa6dab2d2b2a6c85bc7332
18905Author: Brad Spengler <spender@grsecurity.net>
18906Date: Tue Jan 26 18:17:10 2016 -0500
18907
18908 Add info about cpupower/powertop to GRKERNSEC_KMEM, was present on our
18909 wiki but was removed from the config help at some point
18910
18911 grsecurity/Kconfig | 3 +++
18912 1 files changed, 3 insertions(+), 0 deletions(-)
18913
18914commit ce2e88efa000fc32bfcd84098f57c8ed8310fefc
18915Author: Thomas Egerer <hakke_007@gmx.de>
18916Date: Mon Jan 25 12:58:44 2016 +0100
18917
18918 ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
18919
18920 The ESP algorithms using CBC mode require echainiv. Hence INET*_ESP have
18921 to select CRYPTO_ECHAINIV in order to work properly. This solves the
18922 issues caused by a misconfiguration as described in [1].
18923 The original approach, patching crypto/Kconfig was turned down by
18924 Herbert Xu [2].
18925
18926 [1] https://lists.strongswan.org/pipermail/users/2015-December/009074.html
18927 [2] http://marc.info/?l=linux-crypto-vger&m=145224655809562&w=2
18928
18929 Signed-off-by: Thomas Egerer <hakke_007@gmx.de>
18930 Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
18931 Signed-off-by: David S. Miller <davem@davemloft.net>
18932
18933 net/ipv4/Kconfig | 1 +
18934 net/ipv6/Kconfig | 1 +
18935 2 files changed, 2 insertions(+), 0 deletions(-)
18936
18937commit fca5a303155ea67d28aece0caf2b03ffc3b2668d
18938Merge: 904114c 6339c1f
18939Author: Brad Spengler <spender@grsecurity.net>
18940Date: Tue Jan 26 18:08:40 2016 -0500
18941
18942 Merge branch 'pax-test' into grsec-test
18943
18944commit 6339c1f9a9beafd417bf9f04d4b257e62aeb45b7
18945Author: Brad Spengler <spender@grsecurity.net>
18946Date: Tue Jan 26 18:07:51 2016 -0500
18947
18948 Update to pax-linux-4.3.4-test25.patch:
18949 - 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>
18950 - fixed init_new_context on !MODIFY_LDT_SYSCALL configs, reported by tjh (https://forums.grsecurity.net/viewtopic.php?f=3&t=4368)
18951 - fixed a few REFCOUNT false positives in SNMP related statistics
18952
18953 arch/x86/Kconfig | 2 +-
18954 arch/x86/include/asm/mmu_context.h | 17 +++++++++++++++++
18955 include/net/snmp.h | 10 +++++-----
18956 kernel/fork.c | 11 +++++++++--
18957 net/ipv4/proc.c | 8 ++++----
18958 net/ipv6/addrconf.c | 4 ++--
18959 net/ipv6/proc.c | 10 +++++-----
18960 7 files changed, 43 insertions(+), 19 deletions(-)
18961
18962commit 904114c2fce3fdff5d57e763da56a78960db4e19
18963Author: Al Viro <viro@zeniv.linux.org.uk>
18964Date: Fri Jan 22 18:08:52 2016 -0500
18965
18966 make sure that freeing shmem fast symlinks is RCU-delayed
18967
18968 Cc: stable@vger.kernel.org # v4.2+
18969 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18970
18971 include/linux/shmem_fs.h | 5 +----
18972 mm/shmem.c | 9 ++++-----
18973 2 files changed, 5 insertions(+), 9 deletions(-)
18974
18975commit ab86adee64312a2f827dd516cb199521327943ed
18976Author: Sasha Levin <sasha.levin@oracle.com>
18977Date: Mon Jan 18 19:23:51 2016 -0500
18978
18979 netfilter: nf_conntrack: use safer way to lock all buckets
18980
18981 When we need to lock all buckets in the connection hashtable we'd attempt to
18982 lock 1024 spinlocks, which is way more preemption levels than supported by
18983 the kernel. Furthermore, this behavior was hidden by checking if lockdep is
18984 enabled, and if it was - use only 8 buckets(!).
18985
18986 Fix this by using a global lock and synchronize all buckets on it when we
18987 need to lock them all. This is pretty heavyweight, but is only done when we
18988 need to resize the hashtable, and that doesn't happen often enough (or at all).
18989
18990 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
18991 Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
18992 Reviewed-by: Florian Westphal <fw@strlen.de>
18993 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
18994
18995 Conflicts:
18996
18997 net/netfilter/nfnetlink_cttimeout.c
18998
18999 include/net/netfilter/nf_conntrack_core.h | 8 ++----
19000 net/netfilter/nf_conntrack_core.c | 38 +++++++++++++++++++++-------
19001 net/netfilter/nf_conntrack_helper.c | 2 +-
19002 net/netfilter/nf_conntrack_netlink.c | 2 +-
19003 4 files changed, 33 insertions(+), 17 deletions(-)
19004
19005commit 37014723527225481c720484bb788a1a6358072f
19006Author: Willy Tarreau <w@1wt.eu>
19007Date: Mon Jan 18 16:36:09 2016 +0100
19008
19009 pipe: limit the per-user amount of pages allocated in pipes
19010
19011 On no-so-small systems, it is possible for a single process to cause an
19012 OOM condition by filling large pipes with data that are never read. A
19013 typical process filling 4000 pipes with 1 MB of data will use 4 GB of
19014 memory. On small systems it may be tricky to set the pipe max size to
19015 prevent this from happening.
19016
19017 This patch makes it possible to enforce a per-user soft limit above
19018 which new pipes will be limited to a single page, effectively limiting
19019 them to 4 kB each, as well as a hard limit above which no new pipes may
19020 be created for this user. This has the effect of protecting the system
19021 against memory abuse without hurting other users, and still allowing
19022 pipes to work correctly though with less data at once.
19023
19024 The limit are controlled by two new sysctls : pipe-user-pages-soft, and
19025 pipe-user-pages-hard. Both may be disabled by setting them to zero. The
19026 default soft limit allows the default number of FDs per process (1024)
19027 to create pipes of the default size (64kB), thus reaching a limit of 64MB
19028 before starting to create only smaller pipes. With 256 processes limited
19029 to 1024 FDs each, this results in 1024*64kB + (256*1024 - 1024) * 4kB =
19030 1084 MB of memory allocated for a user. The hard limit is disabled by
19031 default to avoid breaking existing applications that make intensive use
19032 of pipes (eg: for splicing).
19033
19034 Reported-by: socketpair@gmail.com
19035 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
19036 Mitigates: CVE-2013-4312 (Linux 2.0+)
19037 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
19038 Signed-off-by: Willy Tarreau <w@1wt.eu>
19039 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19040
19041 Documentation/sysctl/fs.txt | 23 +++++++++++++++++++++
19042 fs/pipe.c | 47 +++++++++++++++++++++++++++++++++++++++++-
19043 include/linux/pipe_fs_i.h | 4 +++
19044 include/linux/sched.h | 1 +
19045 kernel/sysctl.c | 14 ++++++++++++
19046 5 files changed, 87 insertions(+), 2 deletions(-)
19047
19048commit 51645fa198d194f746651dcfbc5f24a4cf8b9fb8
19049Merge: 540f2af 7791ecb
19050Author: Brad Spengler <spender@grsecurity.net>
19051Date: Sat Jan 23 10:57:11 2016 -0500
19052
19053 Merge branch 'pax-test' into grsec-test
19054
19055commit 7791ecb84f840343a5646236fd0d34e1fb450793
19056Merge: 470069c 399588c
19057Author: Brad Spengler <spender@grsecurity.net>
19058Date: Sat Jan 23 10:56:47 2016 -0500
19059
19060 Merge branch 'linux-4.3.y' into pax-test
19061
19062commit 540f2affebd42cdc26a699208ab4f1cb0cb75e33
19063Author: Brad Spengler <spender@grsecurity.net>
19064Date: Tue Jan 19 21:18:47 2016 -0500
19065
19066 Update size_overflow hash table
19067
19068 .../size_overflow_plugin/size_overflow_hash.data | 4 +++-
19069 1 files changed, 3 insertions(+), 1 deletions(-)
19070
19071commit 7e649765626a28437f573f0fbe7a51a04615f041
19072Author: Brad Spengler <spender@grsecurity.net>
19073Date: Tue Jan 19 20:29:46 2016 -0500
19074
19075 Backport fix from: https://lkml.org/lkml/2015/12/13/187
19076
19077 fs/ext4/extents.c | 2 +-
19078 1 files changed, 1 insertions(+), 1 deletions(-)
19079
19080commit 53b859cd0a5f5b6ad54fe0c879dfedaa3c5a3005
19081Author: Jann Horn <jann@thejh.net>
19082Date: Tue Jan 5 18:27:30 2016 +0100
19083
19084 compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)
19085
19086 This replaces all code in fs/compat_ioctl.c that translated
19087 ioctl arguments into a in-kernel structure, then performed
19088 do_ioctl under set_fs(KERNEL_DS), with code that allocates
19089 data on the user stack and can call the VFS ioctl handler
19090 under USER_DS.
19091
19092 This is done as a hardening measure because the caller
19093 does not know what kind of ioctl handler will be invoked,
19094 only that no corresponding compat_ioctl handler exists and
19095 what the ioctl command number is. The accidental
19096 invocation of an unlocked_ioctl handler that unexpectedly
19097 calls copy_to_user could be a severe security issue.
19098
19099 Signed-off-by: Jann Horn <jann@thejh.net>
19100 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19101
19102 Conflicts:
19103
19104 fs/compat_ioctl.c
19105
19106 fs/compat_ioctl.c | 130 ++++++++++++++++++++++++++++-------------------------
19107 1 files changed, 68 insertions(+), 62 deletions(-)
19108
19109commit 3e89e770ae27e931cd1583f021abac41eeebc3e7
19110Author: Al Viro <viro@zeniv.linux.org.uk>
19111Date: Thu Jan 7 09:53:30 2016 -0500
19112
19113 compat_ioctl: don't pass fd around when not needed
19114
19115 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19116
19117 fs/compat_ioctl.c | 103 ++++++++++++++++++++++++++--------------------------
19118 fs/internal.h | 7 ++++
19119 fs/ioctl.c | 4 +-
19120 include/linux/fs.h | 2 -
19121 4 files changed, 61 insertions(+), 55 deletions(-)
19122
19123commit 9d4e04082752d4d2d68445c4e6faf33a2613df55
19124Author: Jann Horn <jann@thejh.net>
19125Date: Tue Jan 5 18:27:29 2016 +0100
19126
19127 compat_ioctl: don't look up the fd twice
19128
19129 In code in fs/compat_ioctl.c that translates ioctl arguments
19130 into a in-kernel structure, then performs sys_ioctl, possibly
19131 under set_fs(KERNEL_DS), this commit changes the sys_ioctl
19132 calls to do_ioctl calls. do_ioctl is a new function that does
19133 the same thing as sys_ioctl, but doesn't look up the fd again.
19134
19135 This change is made to avoid (potential) security issues
19136 because of ioctl handlers that accept one of the ioctl
19137 commands I2C_FUNCS, VIDEO_GET_EVENT, MTIOCPOS, MTIOCGET,
19138 TIOCGSERIAL, TIOCSSERIAL, RTC_IRQP_READ, RTC_EPOCH_READ.
19139 This can happen for multiple reasons:
19140
19141 - The ioctl command number could be reused.
19142 - The ioctl handler might not check the full ioctl
19143 command. This is e.g. true for drm_ioctl.
19144 - The ioctl handler is very special, e.g. cuse_file_ioctl
19145
19146 The real issue is that set_fs(KERNEL_DS) is used here,
19147 but that's fixed in a separate commit
19148 "compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)".
19149
19150 This change mitigates potential security issues by
19151 preventing a race that permits invocation of
19152 unlocked_ioctl handlers under KERNEL_DS through compat
19153 code even if a corresponding compat_ioctl handler exists.
19154
19155 So far, no way has been identified to use this to damage
19156 kernel memory without having CAP_SYS_ADMIN in the init ns
19157 (with the capability, doing reads/writes at arbitrary
19158 kernel addresses should be easy through CUSE's ioctl
19159 handler with FUSE_IOCTL_UNRESTRICTED set).
19160
19161 [AV: two missed sys_ioctl() taken care of]
19162
19163 Signed-off-by: Jann Horn <jann@thejh.net>
19164 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19165
19166 fs/compat_ioctl.c | 122 +++++++++++++++++++++++++++++-----------------------
19167 1 files changed, 68 insertions(+), 54 deletions(-)
19168
19169commit 5bf9e1ed4ebb278cd956ba142914fc04a024309c
19170Author: Vasily Kulikov <segoon@openwall.com>
19171Date: Fri Jan 15 16:57:55 2016 -0800
19172
19173 include/linux/poison.h: use POISON_POINTER_DELTA for poison pointers
19174
19175 TIMER_ENTRY_STATIC is defined as a poison pointers which
19176 should point to nowhere. Redefine them using POISON_POINTER_DELTA
19177 arithmetics to make sure they really point to non-mappable area declared
19178 by the target architecture.
19179
19180 Signed-off-by: Vasily Kulikov <segoon@openwall.com>
19181 Acked-by: Thomas Gleixner <tglx@linutronix.de>
19182 Cc: Solar Designer <solar@openwall.com>
19183 Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
19184 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
19185 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
19186
19187 Conflicts:
19188
19189 include/linux/poison.h
19190
19191 include/linux/poison.h | 2 +-
19192 1 files changed, 1 insertions(+), 1 deletions(-)
19193
19194commit 60f2e0a05ab8f56c804a9334a23e2b446305d110
19195Author: Brad Spengler <spender@grsecurity.net>
19196Date: Tue Jan 19 19:41:44 2016 -0500
19197
19198 Fix ARM compilation, reported by Austin Sepp
19199
19200 grsecurity/grsec_sig.c | 1 +
19201 1 files changed, 1 insertions(+), 0 deletions(-)
19202
19203commit e15383743443dc43460a2fd73e0db0b608610dca
19204Author: Takashi Iwai <tiwai@suse.de>
19205Date: Mon Jan 18 13:52:47 2016 +0100
19206
19207 ALSA: hrtimer: Fix stall by hrtimer_cancel()
19208
19209 hrtimer_cancel() waits for the completion from the callback, thus it
19210 must not be called inside the callback itself. This was already a
19211 problem in the past with ALSA hrtimer driver, and the early commit
19212 [fcfdebe70759: ALSA: hrtimer - Fix lock-up] tried to address it.
19213
19214 However, the previous fix is still insufficient: it may still cause a
19215 lockup when the ALSA timer instance reprograms itself in its callback.
19216 Then it invokes the start function even in snd_timer_interrupt() that
19217 is called in hrtimer callback itself, results in a CPU stall. This is
19218 no hypothetical problem but actually triggered by syzkaller fuzzer.
19219
19220 This patch tries to fix the issue again. Now we call
19221 hrtimer_try_to_cancel() at both start and stop functions so that it
19222 won't fall into a deadlock, yet giving some chance to cancel the queue
19223 if the functions have been called outside the callback. The proper
19224 hrtimer_cancel() is called in anyway at closing, so this should be
19225 enough.
19226
19227 Reported-and-tested-by: Dmitry Vyukov <dvyukov@google.com>
19228 Cc: <stable@vger.kernel.org>
19229 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19230
19231 sound/core/hrtimer.c | 3 ++-
19232 1 files changed, 2 insertions(+), 1 deletions(-)
19233
19234commit 12d874daf706e6e7c1ae709141859c809599297e
19235Author: Takashi Iwai <tiwai@suse.de>
19236Date: Tue Jan 12 12:38:02 2016 +0100
19237
19238 ALSA: seq: Fix missing NULL check at remove_events ioctl
19239
19240 snd_seq_ioctl_remove_events() calls snd_seq_fifo_clear()
19241 unconditionally even if there is no FIFO assigned, and this leads to
19242 an Oops due to NULL dereference. The fix is just to add a proper NULL
19243 check.
19244
19245 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19246 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19247 Cc: <stable@vger.kernel.org>
19248 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19249
19250 sound/core/seq/seq_clientmgr.c | 2 +-
19251 1 files changed, 1 insertions(+), 1 deletions(-)
19252
19253commit 2eb0632df1351378946507e7ef7ba0682632a7b5
19254Author: Takashi Iwai <tiwai@suse.de>
19255Date: Tue Jan 12 15:36:27 2016 +0100
19256
19257 ALSA: seq: Fix race at timer setup and close
19258
19259 ALSA sequencer code has an open race between the timer setup ioctl and
19260 the close of the client. This was triggered by syzkaller fuzzer, and
19261 a use-after-free was caught there as a result.
19262
19263 This patch papers over it by adding a proper queue->timer_mutex lock
19264 around the timer-related calls in the relevant code path.
19265
19266 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19267 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19268 Cc: <stable@vger.kernel.org>
19269 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19270
19271 sound/core/seq/seq_queue.c | 2 ++
19272 1 files changed, 2 insertions(+), 0 deletions(-)
19273
19274commit b9e55ab955e59b4a636d78a748be90334a48b485
19275Author: Takashi Iwai <tiwai@suse.de>
19276Date: Thu Jan 14 16:30:58 2016 +0100
19277
19278 ALSA: timer: Harden slave timer list handling
19279
19280 A slave timer instance might be still accessible in a racy way while
19281 operating the master instance as it lacks of locking. Since the
19282 master operation is mostly protected with timer->lock, we should cope
19283 with it while changing the slave instance, too. Also, some linked
19284 lists (active_list and ack_list) of slave instances aren't unlinked
19285 immediately at stopping or closing, and this may lead to unexpected
19286 accesses.
19287
19288 This patch tries to address these issues. It adds spin lock of
19289 timer->lock (either from master or slave, which is equivalent) in a
19290 few places. For avoiding a deadlock, we ensure that the global
19291 slave_active_lock is always locked at first before each timer lock.
19292
19293 Also, ack and active_list of slave instances are properly unlinked at
19294 snd_timer_stop() and snd_timer_close().
19295
19296 Last but not least, remove the superfluous call of _snd_timer_stop()
19297 at removing slave links. This is a noop, and calling it may confuse
19298 readers wrt locking. Further cleanup will follow in a later patch.
19299
19300 Actually we've got reports of use-after-free by syzkaller fuzzer, and
19301 this hopefully fixes these issues.
19302
19303 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19304 Cc: <stable@vger.kernel.org>
19305 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19306
19307 sound/core/timer.c | 18 ++++++++++++++----
19308 1 files changed, 14 insertions(+), 4 deletions(-)
19309
19310commit f1ce0547bdfda1b42ae8a66c222f2a897cbe1586
19311Author: Takashi Iwai <tiwai@suse.de>
19312Date: Wed Jan 13 17:48:01 2016 +0100
19313
19314 ALSA: timer: Fix race among timer ioctls
19315
19316 ALSA timer ioctls have an open race and this may lead to a
19317 use-after-free of timer instance object. A simplistic fix is to make
19318 each ioctl exclusive. We have already tread_sem for controlling the
19319 tread, and extend this as a global mutex to be applied to each ioctl.
19320
19321 The downside is, of course, the worse concurrency. But these ioctls
19322 aren't to be parallel accessible, in anyway, so it should be fine to
19323 serialize there.
19324
19325 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19326 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19327 Cc: <stable@vger.kernel.org>
19328 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19329
19330 sound/core/timer.c | 32 +++++++++++++++++++-------------
19331 1 files changed, 19 insertions(+), 13 deletions(-)
19332
19333commit 8347d8461ed48a98f9c76cc3cfcdad8217d314bc
19334Author: Takashi Iwai <tiwai@suse.de>
19335Date: Wed Jan 13 21:35:06 2016 +0100
19336
19337 ALSA: timer: Fix double unlink of active_list
19338
19339 ALSA timer instance object has a couple of linked lists and they are
19340 unlinked unconditionally at snd_timer_stop(). Meanwhile
19341 snd_timer_interrupt() unlinks it, but it calls list_del() which leaves
19342 the element list itself unchanged. This ends up with unlinking twice,
19343 and it was caught by syzkaller fuzzer.
19344
19345 The fix is to use list_del_init() variant properly there, too.
19346
19347 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19348 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19349 Cc: <stable@vger.kernel.org>
19350 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19351
19352 sound/core/timer.c | 2 +-
19353 1 files changed, 1 insertions(+), 1 deletions(-)
19354
19355commit 243aebb7ae71d6e11ea9880faa893d1d0d60cd75
19356Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
19357Date: Mon Jan 18 18:03:48 2016 +0100
19358
19359 ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack
19360
19361 It was seen that defective configurations of openvswitch could overwrite
19362 the STACK_END_MAGIC and cause a hard crash of the kernel because of too
19363 many recursions within ovs.
19364
19365 This problem arises due to the high stack usage of openvswitch. The rest
19366 of the kernel is fine with the current limit of 10 (RECURSION_LIMIT).
19367
19368 We use the already existing recursion counter in ovs_execute_actions to
19369 implement an upper bound of 5 recursions.
19370
19371 Cc: Pravin Shelar <pshelar@ovn.org>
19372 Cc: Simon Horman <simon.horman@netronome.com>
19373 Cc: Eric Dumazet <eric.dumazet@gmail.com>
19374 Cc: Simon Horman <simon.horman@netronome.com>
19375 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19376 Signed-off-by: David S. Miller <davem@davemloft.net>
19377
19378 net/openvswitch/actions.c | 19 ++++++++++++++-----
19379 1 files changed, 14 insertions(+), 5 deletions(-)
19380
19381commit 8080793479c6d5befe37a67b1dbd9e4e0a61af96
19382Author: Ursula Braun <ursula.braun@de.ibm.com>
19383Date: Tue Jan 19 10:41:33 2016 +0100
19384
19385 af_iucv: Validate socket address length in iucv_sock_bind()
19386
19387 Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
19388 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19389 Reviewed-by: Evgeny Cherkashin <Eugene.Crosser@ru.ibm.com>
19390 Signed-off-by: David S. Miller <davem@davemloft.net>
19391
19392 net/iucv/af_iucv.c | 3 +++
19393 1 files changed, 3 insertions(+), 0 deletions(-)
19394
19395commit 50a383c1c91ed7409c3cbdd41e662d6891463d1b
19396Author: Brad Spengler <spender@grsecurity.net>
19397Date: Tue Jan 19 19:32:54 2016 -0500
19398
19399 Apply the same fix as everyone else for the recent keys vulnerability that is
19400 unexploitable under PAX_REFCOUNT
19401
19402 Make a couple more changes that no one else can/will
19403
19404 include/linux/key-type.h | 4 ++--
19405 ipc/msgutil.c | 4 ++--
19406 security/keys/internal.h | 2 +-
19407 security/keys/process_keys.c | 1 +
19408 4 files changed, 6 insertions(+), 5 deletions(-)
19409
19410commit b56c3a63f431c193400aee17543021950bd14bc4
19411Merge: 38b1a3d 470069c
19412Author: Brad Spengler <spender@grsecurity.net>
19413Date: Sun Jan 17 18:30:19 2016 -0500
19414
19415 Merge branch 'pax-test' into grsec-test
19416
19417commit 470069cfedef2180313233d275be5901bd6d1135
19418Author: Brad Spengler <spender@grsecurity.net>
19419Date: Sun Jan 17 18:29:59 2016 -0500
19420
19421 Update to pax-linux-4.3.3-test22.patch:
19422 - Emesed fixed a gcc induced intentional integer overflow in asix_rx_fixup_internal, reported by thomas callison caffrey
19423 - fixed some more fallout from the drm_drivers constification, reported by Colin Childs and Toralf Foerster
19424
19425 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 ++++----------
19426 drivers/gpu/drm/drm_pci.c | 3 +++
19427 drivers/gpu/drm/gma500/psb_drv.c | 4 ----
19428 drivers/gpu/drm/i915/i915_drv.c | 16 ++++++++--------
19429 drivers/gpu/drm/nouveau/nouveau_drm.c | 6 +++---
19430 drivers/gpu/drm/radeon/radeon_drv.c | 4 +---
19431 drivers/net/usb/asix_common.c | 3 ++-
19432 include/drm/drmP.h | 1 +
19433 8 files changed, 22 insertions(+), 29 deletions(-)
19434
19435commit 38b1a3d676f407865c3d41840df8213c5ad639c1
19436Author: Brad Spengler <spender@grsecurity.net>
19437Date: Sun Jan 17 12:33:53 2016 -0500
19438
19439 As reported by Luis Ressel, the Kconfig help for GRKERNSEC_BRUTE
19440 mentioned banning execution of suid/sgid binaries, though the kernel
19441 source clearly only mentions banning execution of suid binaries. Since
19442 there's no reason for us to not ban execution of sgid binaries as well,
19443 make the implementation match the Kconfig description.
19444
19445 fs/exec.c | 4 ++--
19446 grsecurity/grsec_sig.c | 27 ++++++++++++++-------------
19447 include/linux/sched.h | 4 ++--
19448 3 files changed, 18 insertions(+), 17 deletions(-)
19449
19450commit 8c3bcb7dbf7f606acfa0983e81f0f928da1f1ace
19451Merge: d141a86 ea4a835
19452Author: Brad Spengler <spender@grsecurity.net>
19453Date: Sat Jan 16 14:12:22 2016 -0500
19454
19455 Merge branch 'pax-test' into grsec-test
19456
19457 Conflicts:
19458 drivers/gpu/drm/i810/i810_drv.c
19459
19460commit ea4a835328ada6513ac013986764d6caea8cd348
19461Author: Brad Spengler <spender@grsecurity.net>
19462Date: Sat Jan 16 14:11:30 2016 -0500
19463
19464 Update to pax-linux-4.3.3-test21.patch:
19465 - fixed some fallout from the drm_drivers constification, reported by spender
19466
19467 drivers/gpu/drm/armada/armada_drv.c | 3 +--
19468 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
19469 drivers/gpu/drm/i810/i810_dma.c | 2 +-
19470 drivers/gpu/drm/i810/i810_drv.c | 6 +++++-
19471 drivers/gpu/drm/i810/i810_drv.h | 2 +-
19472 5 files changed, 8 insertions(+), 6 deletions(-)
19473
19474commit d141a86fd66194bc3f896b6809b189e2f12a9a83
19475Author: Brad Spengler <spender@grsecurity.net>
19476Date: Sat Jan 16 13:16:36 2016 -0500
19477
19478 compile fix
19479
19480 drivers/gpu/drm/i810/i810_dma.c | 2 +-
19481 drivers/gpu/drm/i810/i810_drv.c | 4 +++-
19482 drivers/gpu/drm/i810/i810_drv.h | 2 +-
19483 3 files changed, 5 insertions(+), 3 deletions(-)
19484
19485commit 0d9dc4b25ea32c14561bcfe6b5b24f1b00fe0270
19486Merge: 5fa135d bbda879
19487Author: Brad Spengler <spender@grsecurity.net>
19488Date: Sat Jan 16 12:59:22 2016 -0500
19489
19490 Merge branch 'pax-test' into grsec-test
19491
19492commit bbda87914edf63e27fb46670bf3a373f2b963c73
19493Author: Brad Spengler <spender@grsecurity.net>
19494Date: Sat Jan 16 12:58:04 2016 -0500
19495
19496 Update to pax-linux-4.3.3-test20.patch:
19497 - constified drm_driver
19498 - Emese fixed a special case in handling __func__ in the initify plugin
19499 - Emese fixed a false positive size overflow report in handling inbufBits, reported by Martin Filo (https://bugs.gentoo.org/show_bug.cgi?id=567048)
19500 - fixed regression that caused perf to not resolve kernel code addresses under KERNEXEC/i386, reported by minipli
19501
19502 arch/x86/kernel/cpu/perf_event.h | 2 +-
19503 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
19504 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
19505 arch/x86/kernel/uprobes.c | 2 +-
19506 arch/x86/mm/mpx.c | 2 +-
19507 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
19508 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 ++-
19509 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
19510 drivers/gpu/drm/drm_pci.c | 6 +-
19511 drivers/gpu/drm/gma500/psb_drv.c | 5 +-
19512 drivers/gpu/drm/i915/i915_dma.c | 2 +-
19513 drivers/gpu/drm/i915/i915_drv.c | 15 ++--
19514 drivers/gpu/drm/i915/i915_drv.h | 2 +-
19515 drivers/gpu/drm/i915/i915_irq.c | 88 ++++++++++----------
19516 drivers/gpu/drm/mga/mga_drv.c | 5 +-
19517 drivers/gpu/drm/mga/mga_drv.h | 2 +-
19518 drivers/gpu/drm/mga/mga_state.c | 2 +-
19519 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 ++--
19520 drivers/gpu/drm/qxl/qxl_drv.c | 8 ++-
19521 drivers/gpu/drm/qxl/qxl_ioctl.c | 2 +-
19522 drivers/gpu/drm/r128/r128_drv.c | 4 +-
19523 drivers/gpu/drm/r128/r128_drv.h | 2 +-
19524 drivers/gpu/drm/r128/r128_state.c | 2 +-
19525 drivers/gpu/drm/radeon/radeon_drv.c | 17 +++-
19526 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
19527 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
19528 drivers/gpu/drm/radeon/radeon_state.c | 2 +-
19529 drivers/gpu/drm/savage/savage_bci.c | 2 +-
19530 drivers/gpu/drm/savage/savage_drv.c | 5 +-
19531 drivers/gpu/drm/savage/savage_drv.h | 2 +-
19532 drivers/gpu/drm/sis/sis_drv.c | 5 +-
19533 drivers/gpu/drm/sis/sis_drv.h | 2 +-
19534 drivers/gpu/drm/sis/sis_mm.c | 2 +-
19535 drivers/gpu/drm/via/via_dma.c | 2 +-
19536 drivers/gpu/drm/via/via_drv.c | 5 +-
19537 drivers/gpu/drm/via/via_drv.h | 2 +-
19538 include/drm/drmP.h | 2 +-
19539 mm/slab.c | 2 +-
19540 net/sunrpc/xprtrdma/svc_rdma.c | 6 +-
19541 tools/gcc/initify_plugin.c | 15 +++-
19542 .../disable_size_overflow_hash.data | 1 +
19543 .../size_overflow_plugin/size_overflow_hash.data | 3 +-
19544 42 files changed, 156 insertions(+), 110 deletions(-)
19545
19546commit 5fa135dc116350e0205c39ef65eaf6496ed2748a
19547Author: Brad Spengler <spender@grsecurity.net>
19548Date: Sat Jan 16 12:19:23 2016 -0500
19549
19550 compile fix
19551
19552 grsecurity/grsec_sig.c | 3 +--
19553 1 files changed, 1 insertions(+), 2 deletions(-)
19554
19555commit a9090fa58f33f75c7450fda5721a9b13625a47d9
19556Author: Brad Spengler <spender@grsecurity.net>
19557Date: Sat Jan 16 12:10:37 2016 -0500
19558
19559 As pointed out by Jann Horn, some distros are starting to circumvent
19560 previous assumptions about the attainability of a user to control
19561 multiple UIDs by handing out suid binaries that allow a user to run
19562 processes (including exploits) under a number of other pre-defined
19563 UIDs. As this could potentially be used to bypass GRKERNSEC_BRUTE
19564 (though it would have to involve some code path that doesn't involve
19565 locks) fix that here by ensuring no more than 8 users on a system can
19566 be banned before a reboot is required. If more are banned, a panic
19567 is triggered.
19568
19569 grsecurity/grsec_sig.c | 8 ++++++++
19570 1 files changed, 8 insertions(+), 0 deletions(-)
19571
19572commit a8d37776e9521c567ebff6730d49312f72435f08
19573Author: Eric Dumazet <edumazet@google.com>
19574Date: Thu Dec 3 11:12:07 2015 -0800
19575
19576 proc: add a reschedule point in proc_readfd_common()
19577
19578 User can pass an arbitrary large buffer to getdents().
19579
19580 It is typically a 32KB buffer used by libc scandir() implementation.
19581
19582 When scanning /proc/{pid}/fd, we can hold cpu way too long,
19583 so add a cond_resched() to be kind with other tasks.
19584
19585 We've seen latencies of more than 50ms on real workloads.
19586
19587 Signed-off-by: Eric Dumazet <edumazet@google.com>
19588 Cc: Alexander Viro <viro@zeniv.linux.org.uk>
19589 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19590
19591 fs/proc/fd.c | 1 +
19592 1 files changed, 1 insertions(+), 0 deletions(-)
19593
19594commit 0adba75f8708f13b1f5d98ebe3fc2fb961e100c8
19595Author: Rabin Vincent <rabin@rab.in>
19596Date: Tue Jan 12 20:17:08 2016 +0100
19597
19598 net: bpf: reject invalid shifts
19599
19600 On ARM64, a BUG() is triggered in the eBPF JIT if a filter with a
19601 constant shift that can't be encoded in the immediate field of the
19602 UBFM/SBFM instructions is passed to the JIT. Since these shifts
19603 amounts, which are negative or >= regsize, are invalid, reject them in
19604 the eBPF verifier and the classic BPF filter checker, for all
19605 architectures.
19606
19607 Signed-off-by: Rabin Vincent <rabin@rab.in>
19608 Acked-by: Alexei Starovoitov <ast@kernel.org>
19609 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19610 Signed-off-by: David S. Miller <davem@davemloft.net>
19611
19612 kernel/bpf/verifier.c | 10 ++++++++++
19613 net/core/filter.c | 5 +++++
19614 2 files changed, 15 insertions(+), 0 deletions(-)
19615
19616commit c248e115a73496625a1c64660d0eeefd67e55cbf
19617Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19618Date: Fri Jan 8 11:00:54 2016 -0200
19619
19620 sctp: fix use-after-free in pr_debug statement
19621
19622 Dmitry Vyukov reported a use-after-free in the code expanded by the
19623 macro debug_post_sfx, which is caused by the use of the asoc pointer
19624 after it was freed within sctp_side_effect() scope.
19625
19626 This patch fixes it by allowing sctp_side_effect to clear that asoc
19627 pointer when the TCB is freed.
19628
19629 As Vlad explained, we also have to cover the SCTP_DISPOSITION_ABORT case
19630 because it will trigger DELETE_TCB too on that same loop.
19631
19632 Also, there were places issuing SCTP_CMD_INIT_FAILED and ASSOC_FAILED
19633 but returning SCTP_DISPOSITION_CONSUME, which would fool the scheme
19634 above. Fix it by returning SCTP_DISPOSITION_ABORT instead.
19635
19636 The macro is already prepared to handle such NULL pointer.
19637
19638 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19639 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19640 Acked-by: Vlad Yasevich <vyasevich@gmail.com>
19641 Signed-off-by: David S. Miller <davem@davemloft.net>
19642
19643 net/sctp/sm_sideeffect.c | 11 ++++++-----
19644 net/sctp/sm_statefuns.c | 17 ++++-------------
19645 2 files changed, 10 insertions(+), 18 deletions(-)
19646
19647commit 395ea8a9e73e184fc14153a033000bccf4213213
19648Author: willy tarreau <w@1wt.eu>
19649Date: Sun Jan 10 07:54:56 2016 +0100
19650
19651 unix: properly account for FDs passed over unix sockets
19652
19653 It is possible for a process to allocate and accumulate far more FDs than
19654 the process' limit by sending them over a unix socket then closing them
19655 to keep the process' fd count low.
19656
19657 This change addresses this problem by keeping track of the number of FDs
19658 in flight per user and preventing non-privileged processes from having
19659 more FDs in flight than their configured FD limit.
19660
19661 Reported-by: socketpair@gmail.com
19662 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
19663 Mitigates: CVE-2013-4312 (Linux 2.0+)
19664 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
19665 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19666 Signed-off-by: Willy Tarreau <w@1wt.eu>
19667 Signed-off-by: David S. Miller <davem@davemloft.net>
19668
19669 include/linux/sched.h | 1 +
19670 net/unix/af_unix.c | 24 ++++++++++++++++++++----
19671 net/unix/garbage.c | 13 ++++++++-----
19672 3 files changed, 29 insertions(+), 9 deletions(-)
19673
19674commit cb207ab8fbd71dcfc4a49d533aba8085012543fd
19675Author: Sasha Levin <sasha.levin@oracle.com>
19676Date: Thu Jan 7 14:52:43 2016 -0500
19677
19678 net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
19679
19680 proc_dostring() needs an initialized destination string, while the one
19681 provided in proc_sctp_do_hmac_alg() contains stack garbage.
19682
19683 Thus, writing to cookie_hmac_alg would strlen() that garbage and end up
19684 accessing invalid memory.
19685
19686 Fixes: 3c68198e7 ("sctp: Make hmac algorithm selection for cookie generation dynamic")
19687 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
19688 Signed-off-by: David S. Miller <davem@davemloft.net>
19689
19690 net/sctp/sysctl.c | 2 +-
19691 1 files changed, 1 insertions(+), 1 deletions(-)
19692
19693commit 4014e09faf0fe9054119624ccfff1236e886b554
19694Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
19695Date: Tue Nov 24 17:13:21 2015 -0500
19696
19697 RDS: fix race condition when sending a message on unbound socket
19698
19699 commit 8c7188b23474cca017b3ef354c4a58456f68303a upstream.
19700
19701 Sasha's found a NULL pointer dereference in the RDS connection code when
19702 sending a message to an apparently unbound socket. The problem is caused
19703 by the code checking if the socket is bound in rds_sendmsg(), which checks
19704 the rs_bound_addr field without taking a lock on the socket. This opens a
19705 race where rs_bound_addr is temporarily set but where the transport is not
19706 in rds_bind(), leading to a NULL pointer dereference when trying to
19707 dereference 'trans' in __rds_conn_create().
19708
19709 Vegard wrote a reproducer for this issue, so kindly ask him to share if
19710 you're interested.
19711
19712 I cannot reproduce the NULL pointer dereference using Vegard's reproducer
19713 with this patch, whereas I could without.
19714
19715 Complete earlier incomplete fix to CVE-2015-6937:
19716
19717 74e98eb08588 ("RDS: verify the underlying transport exists before creating a connection")
19718
19719 Cc: David S. Miller <davem@davemloft.net>
19720
19721 Reviewed-by: Vegard Nossum <vegard.nossum@oracle.com>
19722 Reviewed-by: Sasha Levin <sasha.levin@oracle.com>
19723 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
19724 Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com>
19725 Signed-off-by: David S. Miller <davem@davemloft.net>
19726 Signed-off-by: Jiri Slaby <jslaby@suse.cz>
19727
19728 Conflicts:
19729
19730 net/rds/send.c
19731
19732 net/rds/connection.c | 6 ------
19733 1 files changed, 0 insertions(+), 6 deletions(-)
19734
19735commit 206df8d01104344d7588d801016a281a4cd25556
19736Author: Sasha Levin <sasha.levin@oracle.com>
19737Date: Tue Sep 8 10:53:40 2015 -0400
19738
19739 RDS: verify the underlying transport exists before creating a connection
19740
19741 There was no verification that an underlying transport exists when creating
19742 a connection, this would cause dereferencing a NULL ptr.
19743
19744 It might happen on sockets that weren't properly bound before attempting to
19745 send a message, which will cause a NULL ptr deref:
19746
19747 [135546.047719] kasan: GPF could be caused by NULL-ptr deref or user memory accessgeneral protection fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC KASAN
19748 [135546.051270] Modules linked in:
19749 [135546.051781] CPU: 4 PID: 15650 Comm: trinity-c4 Not tainted 4.2.0-next-20150902-sasha-00041-gbaa1222-dirty #2527
19750 [135546.053217] task: ffff8800835bc000 ti: ffff8800bc708000 task.ti: ffff8800bc708000
19751 [135546.054291] RIP: __rds_conn_create (net/rds/connection.c:194)
19752 [135546.055666] RSP: 0018:ffff8800bc70fab0 EFLAGS: 00010202
19753 [135546.056457] RAX: dffffc0000000000 RBX: 0000000000000f2c RCX: ffff8800835bc000
19754 [135546.057494] RDX: 0000000000000007 RSI: ffff8800835bccd8 RDI: 0000000000000038
19755 [135546.058530] RBP: ffff8800bc70fb18 R08: 0000000000000001 R09: 0000000000000000
19756 [135546.059556] R10: ffffed014d7a3a23 R11: ffffed014d7a3a21 R12: 0000000000000000
19757 [135546.060614] R13: 0000000000000001 R14: ffff8801ec3d0000 R15: 0000000000000000
19758 [135546.061668] FS: 00007faad4ffb700(0000) GS:ffff880252000000(0000) knlGS:0000000000000000
19759 [135546.062836] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
19760 [135546.063682] CR2: 000000000000846a CR3: 000000009d137000 CR4: 00000000000006a0
19761 [135546.064723] Stack:
19762 [135546.065048] ffffffffafe2055c ffffffffafe23fc1 ffffed00493097bf ffff8801ec3d0008
19763 [135546.066247] 0000000000000000 00000000000000d0 0000000000000000 ac194a24c0586342
19764 [135546.067438] 1ffff100178e1f78 ffff880320581b00 ffff8800bc70fdd0 ffff880320581b00
19765 [135546.068629] Call Trace:
19766 [135546.069028] ? __rds_conn_create (include/linux/rcupdate.h:856 net/rds/connection.c:134)
19767 [135546.069989] ? rds_message_copy_from_user (net/rds/message.c:298)
19768 [135546.071021] rds_conn_create_outgoing (net/rds/connection.c:278)
19769 [135546.071981] rds_sendmsg (net/rds/send.c:1058)
19770 [135546.072858] ? perf_trace_lock (include/trace/events/lock.h:38)
19771 [135546.073744] ? lockdep_init (kernel/locking/lockdep.c:3298)
19772 [135546.074577] ? rds_send_drop_to (net/rds/send.c:976)
19773 [135546.075508] ? __might_fault (./arch/x86/include/asm/current.h:14 mm/memory.c:3795)
19774 [135546.076349] ? __might_fault (mm/memory.c:3795)
19775 [135546.077179] ? rds_send_drop_to (net/rds/send.c:976)
19776 [135546.078114] sock_sendmsg (net/socket.c:611 net/socket.c:620)
19777 [135546.078856] SYSC_sendto (net/socket.c:1657)
19778 [135546.079596] ? SYSC_connect (net/socket.c:1628)
19779 [135546.080510] ? trace_dump_stack (kernel/trace/trace.c:1926)
19780 [135546.081397] ? ring_buffer_unlock_commit (kernel/trace/ring_buffer.c:2479 kernel/trace/ring_buffer.c:2558 kernel/trace/ring_buffer.c:2674)
19781 [135546.082390] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
19782 [135546.083410] ? trace_event_raw_event_sys_enter (include/trace/events/syscalls.h:16)
19783 [135546.084481] ? do_audit_syscall_entry (include/trace/events/syscalls.h:16)
19784 [135546.085438] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
19785 [135546.085515] rds_ib_laddr_check(): addr 36.74.25.172 ret -99 node type -1
19786
19787 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
19788 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
19789 Signed-off-by: David S. Miller <davem@davemloft.net>
19790
19791 net/rds/connection.c | 6 ++++++
19792 1 files changed, 6 insertions(+), 0 deletions(-)
19793
19794commit 173fa03f05cf0ad485d49a42cbdee8844d3a689a
19795Author: Steven Rostedt (Red Hat) <rostedt@goodmis.org>
19796Date: Tue Jan 5 20:32:47 2016 -0500
19797
19798 ftrace/module: Call clean up function when module init fails early
19799
19800 If the module init code fails after calling ftrace_module_init() and before
19801 calling do_init_module(), we can suffer from a memory leak. This is because
19802 ftrace_module_init() allocates pages to store the locations that ftrace
19803 hooks are placed in the module text. If do_init_module() fails, it still
19804 calls the MODULE_GOING notifiers which will tell ftrace to do a clean up of
19805 the pages it allocated for the module. But if load_module() fails before
19806 then, the pages allocated by ftrace_module_init() will never be freed.
19807
19808 Call ftrace_release_mod() on the module if load_module() fails before
19809 getting to do_init_module().
19810
19811 Link: http://lkml.kernel.org/r/567CEA31.1070507@intel.com
19812
19813 Reported-by: "Qiu, PeiyangX" <peiyangx.qiu@intel.com>
19814 Fixes: a949ae560a511 "ftrace/module: Hardcode ftrace_module_init() call into load_module()"
19815 Cc: stable@vger.kernel.org # v2.6.38+
19816 Acked-by: Rusty Russell <rusty@rustcorp.com.au>
19817 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
19818
19819 include/linux/ftrace.h | 1 +
19820 kernel/module.c | 6 ++++++
19821 2 files changed, 7 insertions(+), 0 deletions(-)
19822
19823commit 1e5a4a81a4c16c8ac2e264b88a02cc2f42ed0399
19824Author: Francesco Ruggeri <fruggeri@aristanetworks.com>
19825Date: Wed Jan 6 00:18:48 2016 -0800
19826
19827 net: possible use after free in dst_release
19828
19829 dst_release should not access dst->flags after decrementing
19830 __refcnt to 0. The dst_entry may be in dst_busy_list and
19831 dst_gc_task may dst_destroy it before dst_release gets a chance
19832 to access dst->flags.
19833
19834 Fixes: d69bbf88c8d0 ("net: fix a race in dst_release()")
19835 Fixes: 27b75c95f10d ("net: avoid RCU for NOCACHE dst")
19836 Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
19837 Acked-by: Eric Dumazet <edumazet@google.com>
19838 Signed-off-by: David S. Miller <davem@davemloft.net>
19839
19840 net/core/dst.c | 3 ++-
19841 1 files changed, 2 insertions(+), 1 deletions(-)
19842
19843commit bfb0455793dd4e0f0b49d34a68b3249ab55565cc
19844Author: Alan <gnomes@lxorguk.ukuu.org.uk>
19845Date: Wed Jan 6 14:55:02 2016 +0000
19846
19847 mkiss: fix scribble on freed memory
19848
19849 commit d79f16c046086f4fe0d42184a458e187464eb83e fixed a user triggerable
19850 scribble on free memory but added a new one which allows the user to
19851 scribble even more and user controlled data into freed space.
19852
19853 As with 6pack we need to halt the queue before we free the buffers, because
19854 the transmit logic is not protected by the semaphore.
19855
19856 Signed-off-by: Alan Cox <alan@linux.intel.com>
19857 Signed-off-by: David S. Miller <davem@davemloft.net>
19858
19859 drivers/net/hamradio/mkiss.c | 5 +++++
19860 1 files changed, 5 insertions(+), 0 deletions(-)
19861
19862commit 5cbbcbd32dc1949470f61d342503808fa9555276
19863Author: David Miller <davem@davemloft.net>
19864Date: Thu Dec 17 16:05:49 2015 -0500
19865
19866 mkiss: Fix use after free in mkiss_close().
19867
19868 Need to do the unregister_device() after all references to the driver
19869 private have been done.
19870
19871 Signed-off-by: David S. Miller <davem@davemloft.net>
19872
19873 drivers/net/hamradio/mkiss.c | 4 ++--
19874 1 files changed, 2 insertions(+), 2 deletions(-)
19875
19876commit b00171576794a98068e069a660f0991a6a5190ff
19877Author: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
19878Date: Tue Jan 5 11:51:25 2016 +0000
19879
19880 6pack: fix free memory scribbles
19881
19882 commit acf673a3187edf72068ee2f92f4dc47d66baed47 fixed a user triggerable free
19883 memory scribble but in doing so replaced it with a different one that allows
19884 the user to control the data and scribble even more.
19885
19886 sixpack_close is called by the tty layer in tty context. The tty context is
19887 protected by sp_get() and sp_put(). However network layer activity via
19888 sp_xmit() is not protected this way. We must therefore stop the queue
19889 otherwise the user gets to dump a buffer mostly of their choice into freed
19890 kernel pages.
19891
19892 Signed-off-by: Alan Cox <alan@linux.intel.com>
19893 Signed-off-by: David S. Miller <davem@davemloft.net>
19894
19895 drivers/net/hamradio/6pack.c | 6 ++++++
19896 1 files changed, 6 insertions(+), 0 deletions(-)
19897
19898commit 5b64a833907cd230a3106aeba2304b2c1bcd116d
19899Author: David Miller <davem@davemloft.net>
19900Date: Thu Dec 17 16:05:32 2015 -0500
19901
19902 6pack: Fix use after free in sixpack_close().
19903
19904 Need to do the unregister_device() after all references to the driver
19905 private have been done.
19906
19907 Also we need to use del_timer_sync() for the timers so that we don't
19908 have any asynchronous references after the unregister.
19909
19910 Signed-off-by: David S. Miller <davem@davemloft.net>
19911
19912 drivers/net/hamradio/6pack.c | 8 ++++----
19913 1 files changed, 4 insertions(+), 4 deletions(-)
19914
19915commit 4f9d532742656b3613d579220fd10c78f24ba37b
19916Author: Rabin Vincent <rabin@rab.in>
19917Date: Tue Jan 5 16:23:07 2016 +0100
19918
19919 net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
19920
19921 The SKF_AD_ALU_XOR_X ancillary is not like the other ancillary data
19922 instructions since it XORs A with X while all the others replace A with
19923 some loaded value. All the BPF JITs fail to clear A if this is used as
19924 the first instruction in a filter. This was found using american fuzzy
19925 lop.
19926
19927 Add a helper to determine if A needs to be cleared given the first
19928 instruction in a filter, and use this in the JITs. Except for ARM, the
19929 rest have only been compile-tested.
19930
19931 Fixes: 3480593131e0 ("net: filter: get rid of BPF_S_* enum")
19932 Signed-off-by: Rabin Vincent <rabin@rab.in>
19933 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19934 Acked-by: Alexei Starovoitov <ast@kernel.org>
19935 Signed-off-by: David S. Miller <davem@davemloft.net>
19936
19937 arch/arm/net/bpf_jit_32.c | 16 +---------------
19938 arch/mips/net/bpf_jit.c | 16 +---------------
19939 arch/powerpc/net/bpf_jit_comp.c | 13 ++-----------
19940 arch/sparc/net/bpf_jit_comp.c | 17 ++---------------
19941 include/linux/filter.h | 19 +++++++++++++++++++
19942 5 files changed, 25 insertions(+), 56 deletions(-)
19943
19944commit 570d88f8acfffda92b89ae2e1c47320d47256034
19945Author: John Fastabend <john.fastabend@gmail.com>
19946Date: Tue Jan 5 09:11:36 2016 -0800
19947
19948 net: sched: fix missing free per cpu on qstats
19949
19950 When a qdisc is using per cpu stats (currently just the ingress
19951 qdisc) only the bstats are being freed. This also free's the qstats.
19952
19953 Fixes: b0ab6f92752b9f9d8 ("net: sched: enable per cpu qstats")
19954 Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
19955 Acked-by: Eric Dumazet <edumazet@google.com>
19956 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19957 Signed-off-by: David S. Miller <davem@davemloft.net>
19958
19959 net/sched/sch_generic.c | 4 +++-
19960 1 files changed, 3 insertions(+), 1 deletions(-)
19961
19962commit 32c0ebc51857ee83470a10dcb234d308a0ed1881
19963Author: Rabin Vincent <rabin@rab.in>
19964Date: Tue Jan 5 18:34:04 2016 +0100
19965
19966 ARM: net: bpf: fix zero right shift
19967
19968 The LSR instruction cannot be used to perform a zero right shift since a
19969 0 as the immediate value (imm5) in the LSR instruction encoding means
19970 that a shift of 32 is perfomed. See DecodeIMMShift() in the ARM ARM.
19971
19972 Make the JIT skip generation of the LSR if a zero-shift is requested.
19973
19974 This was found using american fuzzy lop.
19975
19976 Signed-off-by: Rabin Vincent <rabin@rab.in>
19977 Acked-by: Alexei Starovoitov <ast@kernel.org>
19978 Signed-off-by: David S. Miller <davem@davemloft.net>
19979
19980 arch/arm/net/bpf_jit_32.c | 3 ++-
19981 1 files changed, 2 insertions(+), 1 deletions(-)
19982
19983commit 51f5d291750285efa4d4bbe84e5ec23dc00c8d2d
19984Author: Brad Spengler <spender@grsecurity.net>
19985Date: Wed Jan 6 20:35:57 2016 -0500
19986
19987 Don't perform hidden lookups in RBAC against the directory of
19988 a file being opened with O_CREAT, reported by Karl Witt
19989
19990 Conflicts:
19991
19992 fs/namei.c
19993
19994 fs/namei.c | 3 ---
19995 1 files changed, 0 insertions(+), 3 deletions(-)
19996
19997commit 5a8266a6b2769ccdb447256f95bc2577a73cccd1
19998Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
19999Date: Tue Jan 5 10:46:00 2016 +0100
20000
20001 bridge: Only call /sbin/bridge-stp for the initial network namespace
20002
20003 [I stole this patch from Eric Biederman. He wrote:]
20004
20005 > There is no defined mechanism to pass network namespace information
20006 > into /sbin/bridge-stp therefore don't even try to invoke it except
20007 > for bridge devices in the initial network namespace.
20008 >
20009 > It is possible for unprivileged users to cause /sbin/bridge-stp to be
20010 > invoked for any network device name which if /sbin/bridge-stp does not
20011 > guard against unreasonable arguments or being invoked twice on the
20012 > same network device could cause problems.
20013
20014 [Hannes: changed patch using netns_eq]
20015
20016 Cc: Eric W. Biederman <ebiederm@xmission.com>
20017 Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
20018 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
20019 Signed-off-by: David S. Miller <davem@davemloft.net>
20020
20021 net/bridge/br_stp_if.c | 5 ++++-
20022 1 files changed, 4 insertions(+), 1 deletions(-)
20023
20024commit 650d535cc39f0aeff2f57e60b6617be25d3ef48b
20025Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
20026Date: Wed Dec 23 16:28:40 2015 -0200
20027
20028 sctp: use GFP_USER for user-controlled kmalloc
20029
20030 Commit cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
20031 missed two other spots.
20032
20033 For connectx, as it's more likely to be used by kernel users of the API,
20034 it detects if GFP_USER should be used or not.
20035
20036 Fixes: cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
20037 Reported-by: Dmitry Vyukov <dvyukov@google.com>
20038 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
20039 Signed-off-by: David S. Miller <davem@davemloft.net>
20040
20041 net/sctp/socket.c | 9 ++++++---
20042 1 files changed, 6 insertions(+), 3 deletions(-)
20043
20044commit 5718a1f63c41fc156f729783423b002763779d04
20045Author: Florian Westphal <fw@strlen.de>
20046Date: Thu Dec 31 14:26:33 2015 +0100
20047
20048 connector: bump skb->users before callback invocation
20049
20050 Dmitry reports memleak with syskaller program.
20051 Problem is that connector bumps skb usecount but might not invoke callback.
20052
20053 So move skb_get to where we invoke the callback.
20054
20055 Reported-by: Dmitry Vyukov <dvyukov@google.com>
20056 Signed-off-by: Florian Westphal <fw@strlen.de>
20057 Signed-off-by: David S. Miller <davem@davemloft.net>
20058
20059 drivers/connector/connector.c | 11 +++--------
20060 1 files changed, 3 insertions(+), 8 deletions(-)
20061
20062commit 2e6372e6a97f8d642416899861f91777f44f13b7
20063Author: Rainer Weikusat <rweikusat@mobileactivedefense.com>
20064Date: Sun Jan 3 18:56:38 2016 +0000
20065
20066 af_unix: Fix splice-bind deadlock
20067
20068 On 2015/11/06, Dmitry Vyukov reported a deadlock involving the splice
20069 system call and AF_UNIX sockets,
20070
20071 http://lists.openwall.net/netdev/2015/11/06/24
20072
20073 The situation was analyzed as
20074
20075 (a while ago) A: socketpair()
20076 B: splice() from a pipe to /mnt/regular_file
20077 does sb_start_write() on /mnt
20078 C: try to freeze /mnt
20079 wait for B to finish with /mnt
20080 A: bind() try to bind our socket to /mnt/new_socket_name
20081 lock our socket, see it not bound yet
20082 decide that it needs to create something in /mnt
20083 try to do sb_start_write() on /mnt, block (it's
20084 waiting for C).
20085 D: splice() from the same pipe to our socket
20086 lock the pipe, see that socket is connected
20087 try to lock the socket, block waiting for A
20088 B: get around to actually feeding a chunk from
20089 pipe to file, try to lock the pipe. Deadlock.
20090
20091 on 2015/11/10 by Al Viro,
20092
20093 http://lists.openwall.net/netdev/2015/11/10/4
20094
20095 The patch fixes this by removing the kern_path_create related code from
20096 unix_mknod and executing it as part of unix_bind prior acquiring the
20097 readlock of the socket in question. This means that A (as used above)
20098 will sb_start_write on /mnt before it acquires the readlock, hence, it
20099 won't indirectly block B which first did a sb_start_write and then
20100 waited for a thread trying to acquire the readlock. Consequently, A
20101 being blocked by C waiting for B won't cause a deadlock anymore
20102 (effectively, both A and B acquire two locks in opposite order in the
20103 situation described above).
20104
20105 Dmitry Vyukov(<dvyukov@google.com>) tested the original patch.
20106
20107 Signed-off-by: Rainer Weikusat <rweikusat@mobileactivedefense.com>
20108 Signed-off-by: David S. Miller <davem@davemloft.net>
20109
20110 Conflicts:
20111
20112 net/unix/af_unix.c
20113
20114 net/unix/af_unix.c | 70 +++++++++++++++++++++++++++++++--------------------
20115 1 files changed, 42 insertions(+), 28 deletions(-)
20116
20117commit 2e729e557c571f3253e32472cd7d382ac16cf1c3
20118Author: Qiu Peiyang <peiyangx.qiu@intel.com>
20119Date: Thu Dec 31 13:11:28 2015 +0800
20120
20121 tracing: Fix setting of start_index in find_next()
20122
20123 When we do cat /sys/kernel/debug/tracing/printk_formats, we hit kernel
20124 panic at t_show.
20125
20126 general protection fault: 0000 [#1] PREEMPT SMP
20127 CPU: 0 PID: 2957 Comm: sh Tainted: G W O 3.14.55-x86_64-01062-gd4acdc7 #2
20128 RIP: 0010:[<ffffffff811375b2>]
20129 [<ffffffff811375b2>] t_show+0x22/0xe0
20130 RSP: 0000:ffff88002b4ebe80 EFLAGS: 00010246
20131 RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000004
20132 RDX: 0000000000000004 RSI: ffffffff81fd26a6 RDI: ffff880032f9f7b1
20133 RBP: ffff88002b4ebe98 R08: 0000000000001000 R09: 000000000000ffec
20134 R10: 0000000000000000 R11: 000000000000000f R12: ffff880004d9b6c0
20135 R13: 7365725f6d706400 R14: ffff880004d9b6c0 R15: ffffffff82020570
20136 FS: 0000000000000000(0000) GS:ffff88003aa00000(0063) knlGS:00000000f776bc40
20137 CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
20138 CR2: 00000000f6c02ff0 CR3: 000000002c2b3000 CR4: 00000000001007f0
20139 Call Trace:
20140 [<ffffffff811dc076>] seq_read+0x2f6/0x3e0
20141 [<ffffffff811b749b>] vfs_read+0x9b/0x160
20142 [<ffffffff811b7f69>] SyS_read+0x49/0xb0
20143 [<ffffffff81a3a4b9>] ia32_do_call+0x13/0x13
20144 ---[ end trace 5bd9eb630614861e ]---
20145 Kernel panic - not syncing: Fatal exception
20146
20147 When the first time find_next calls find_next_mod_format, it should
20148 iterate the trace_bprintk_fmt_list to find the first print format of
20149 the module. However in current code, start_index is smaller than *pos
20150 at first, and code will not iterate the list. Latter container_of will
20151 get the wrong address with former v, which will cause mod_fmt be a
20152 meaningless object and so is the returned mod_fmt->fmt.
20153
20154 This patch will fix it by correcting the start_index. After fixed,
20155 when the first time calls find_next_mod_format, start_index will be
20156 equal to *pos, and code will iterate the trace_bprintk_fmt_list to
20157 get the right module printk format, so is the returned mod_fmt->fmt.
20158
20159 Link: http://lkml.kernel.org/r/5684B900.9000309@intel.com
20160
20161 Cc: stable@vger.kernel.org # 3.12+
20162 Fixes: 102c9323c35a8 "tracing: Add __tracepoint_string() to export string pointers"
20163 Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
20164 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
20165
20166 kernel/trace/trace_printk.c | 1 +
20167 1 files changed, 1 insertions(+), 0 deletions(-)
20168
20169commit 0994af4b1930f32aa493dc08145cd304f8bfc8f4
20170Author: Al Viro <viro@zeniv.linux.org.uk>
20171Date: Mon Dec 28 20:47:08 2015 -0500
20172
20173 [PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()
20174
20175 Cc: stable@vger.kernel.org # 3.15+
20176 Reviewed-by: Jeff Layton <jeff.layton@primarydata.com>
20177 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
20178
20179 arch/arm/kernel/sys_oabi-compat.c | 73 +++++++++++++++++++------------------
20180 1 files changed, 37 insertions(+), 36 deletions(-)
20181
20182commit 4ed030f65dcf3e6b0128032a49a7d75f947fa351
20183Merge: de243c2 3adc55a
20184Author: Brad Spengler <spender@grsecurity.net>
20185Date: Tue Jan 5 18:10:10 2016 -0500
20186
20187 Merge branch 'pax-test' into grsec-test
20188
20189commit 3adc55a5acfa429c2a7cc883aef08b960c0079b0
20190Author: Brad Spengler <spender@grsecurity.net>
20191Date: Tue Jan 5 18:08:53 2016 -0500
20192
20193 Update to pax-linux-4.3.3-test16.patch:
20194 - small cleanup in entry_64.S on x86
20195 - Emese fixed the initify plugin to recursively check variable initializers, reported by Rasmus Villemoes
20196 - 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)
20197 - 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)
20198 - 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)
20199 - 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)
20200
20201 arch/x86/entry/entry_64.S | 60 +++++-----
20202 arch/x86/kernel/alternative.c | 2 +-
20203 arch/x86/kvm/emulate.c | 4 +-
20204 tools/gcc/initify_plugin.c | 123 +++++++++----------
20205 .../disable_size_overflow_hash.data | 4 +-
20206 .../size_overflow_plugin/size_overflow_hash.data | 2 -
20207 6 files changed, 93 insertions(+), 102 deletions(-)
20208
20209commit de243c26efd0e423ca92db825af2c3f8eb1ca043
20210Author: Brad Spengler <spender@grsecurity.net>
20211Date: Tue Dec 29 18:01:24 2015 -0500
20212
20213 It was noticed during an internal audit that the code under GRKERNSEC_PROC_MEMMAP
20214 which aimed to enforce a 16MB minimum on RLIMIT_DATA for suid/sgid binaries only
20215 did so if RLIMIT_DATA was set lower than PAGE_SIZE.
20216
20217 This addition was only supplemental as GRKERNSEC_BRUTE is the main defense
20218 against suid/sgid attacks and the flaw above would only eliminate the extra
20219 entropy provided for the brk-managed heap, still leaving it with the minimum
20220 of 16-bit entropy for mmap on x86 and 28 on x64.
20221
20222 mm/mmap.c | 2 +-
20223 1 files changed, 1 insertions(+), 1 deletions(-)
20224
20225commit 8e264cfe47e5f08cdc9ed009a630277206cd2534
20226Merge: 436201b 2584340
20227Author: Brad Spengler <spender@grsecurity.net>
20228Date: Mon Dec 28 20:30:01 2015 -0500
20229
20230 Merge branch 'pax-test' into grsec-test
20231
20232commit 2584340eab494e64ec1bf9eb5b0d1ae31f926306
20233Author: Brad Spengler <spender@grsecurity.net>
20234Date: Mon Dec 28 20:29:28 2015 -0500
20235
20236 Update to pax-linux-4.3.3-test14.patch:
20237 - 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)
20238 - fixed shutdown crash with tboot and KERNEXEC, reported by perfinion
20239 - fixed a few false positive and one real size overflow reports in hyperv, reported by hunger
20240 - fixed compile regressions on armv5, reported by iamb (https://forums.grsecurity.net/viewtopic.php?f=3&t=4350)
20241 - fixed an assert in the initify plugin that triggered in vic_register on arm
20242
20243 arch/arm/include/asm/atomic.h | 7 +++++--
20244 arch/arm/include/asm/domain.h | 5 ++---
20245 arch/x86/kernel/tboot.c | 14 +++++++++-----
20246 drivers/hv/channel.c | 4 +---
20247 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
20248 drivers/net/hyperv/rndis_filter.c | 3 +--
20249 fs/exec.c | 4 ++--
20250 include/linux/atomic.h | 15 ---------------
20251 net/core/skbuff.c | 3 ++-
20252 tools/gcc/initify_plugin.c | 4 +++-
20253 10 files changed, 26 insertions(+), 35 deletions(-)
20254
20255commit 436201b6626b488d173c8076447000077c27b84a
20256Author: David Howells <dhowells@redhat.com>
20257Date: Fri Dec 18 01:34:26 2015 +0000
20258
20259 KEYS: Fix race between read and revoke
20260
20261 This fixes CVE-2015-7550.
20262
20263 There's a race between keyctl_read() and keyctl_revoke(). If the revoke
20264 happens between keyctl_read() checking the validity of a key and the key's
20265 semaphore being taken, then the key type read method will see a revoked key.
20266
20267 This causes a problem for the user-defined key type because it assumes in
20268 its read method that there will always be a payload in a non-revoked key
20269 and doesn't check for a NULL pointer.
20270
20271 Fix this by making keyctl_read() check the validity of a key after taking
20272 semaphore instead of before.
20273
20274 I think the bug was introduced with the original keyrings code.
20275
20276 This was discovered by a multithreaded test program generated by syzkaller
20277 (http://github.com/google/syzkaller). Here's a cleaned up version:
20278
20279 #include <sys/types.h>
20280 #include <keyutils.h>
20281 #include <pthread.h>
20282 void *thr0(void *arg)
20283 {
20284 key_serial_t key = (unsigned long)arg;
20285 keyctl_revoke(key);
20286 return 0;
20287 }
20288 void *thr1(void *arg)
20289 {
20290 key_serial_t key = (unsigned long)arg;
20291 char buffer[16];
20292 keyctl_read(key, buffer, 16);
20293 return 0;
20294 }
20295 int main()
20296 {
20297 key_serial_t key = add_key("user", "%", "foo", 3, KEY_SPEC_USER_KEYRING);
20298 pthread_t th[5];
20299 pthread_create(&th[0], 0, thr0, (void *)(unsigned long)key);
20300 pthread_create(&th[1], 0, thr1, (void *)(unsigned long)key);
20301 pthread_create(&th[2], 0, thr0, (void *)(unsigned long)key);
20302 pthread_create(&th[3], 0, thr1, (void *)(unsigned long)key);
20303 pthread_join(th[0], 0);
20304 pthread_join(th[1], 0);
20305 pthread_join(th[2], 0);
20306 pthread_join(th[3], 0);
20307 return 0;
20308 }
20309
20310 Build as:
20311
20312 cc -o keyctl-race keyctl-race.c -lkeyutils -lpthread
20313
20314 Run as:
20315
20316 while keyctl-race; do :; done
20317
20318 as it may need several iterations to crash the kernel. The crash can be
20319 summarised as:
20320
20321 BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
20322 IP: [<ffffffff81279b08>] user_read+0x56/0xa3
20323 ...
20324 Call Trace:
20325 [<ffffffff81276aa9>] keyctl_read_key+0xb6/0xd7
20326 [<ffffffff81277815>] SyS_keyctl+0x83/0xe0
20327 [<ffffffff815dbb97>] entry_SYSCALL_64_fastpath+0x12/0x6f
20328
20329 Reported-by: Dmitry Vyukov <dvyukov@google.com>
20330 Signed-off-by: David Howells <dhowells@redhat.com>
20331 Tested-by: Dmitry Vyukov <dvyukov@google.com>
20332 Cc: stable@vger.kernel.org
20333 Signed-off-by: James Morris <james.l.morris@oracle.com>
20334
20335 security/keys/keyctl.c | 18 +++++++++---------
20336 1 files changed, 9 insertions(+), 9 deletions(-)
20337
20338commit 195cea04477025da4a2078bd3e1fb7c4e11206c2
20339Author: Brad Spengler <spender@grsecurity.net>
20340Date: Tue Dec 22 20:44:01 2015 -0500
20341
20342 Add new kernel command-line param: pax_size_overflow_report_only
20343 If a user triggers a size_overflow violation that makes it difficult
20344 to obtain the call trace without serial console/net console, they can
20345 use this option to provide that information to us
20346
20347 Documentation/kernel-parameters.txt | 5 +++++
20348 fs/exec.c | 12 +++++++++---
20349 init/main.c | 11 +++++++++++
20350 3 files changed, 25 insertions(+), 3 deletions(-)
20351
20352commit 4254a8da5851df8c08cdca5c392916e8c105408d
20353Author: WANG Cong <xiyou.wangcong@gmail.com>
20354Date: Mon Dec 21 10:55:45 2015 -0800
20355
20356 addrconf: always initialize sysctl table data
20357
20358 When sysctl performs restrict writes, it allows to write from
20359 a middle position of a sysctl file, which requires us to initialize
20360 the table data before calling proc_dostring() for the write case.
20361
20362 Fixes: 3d1bec99320d ("ipv6: introduce secret_stable to ipv6_devconf")
20363 Reported-by: Sasha Levin <sasha.levin@oracle.com>
20364 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
20365 Tested-by: Sasha Levin <sasha.levin@oracle.com>
20366 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
20367 Signed-off-by: David S. Miller <davem@davemloft.net>
20368
20369 net/ipv6/addrconf.c | 11 ++++-------
20370 1 files changed, 4 insertions(+), 7 deletions(-)
20371
20372commit f8002863fb06c363180637046947a78a6ccb3d33
20373Author: WANG Cong <xiyou.wangcong@gmail.com>
20374Date: Wed Dec 16 23:39:04 2015 -0800
20375
20376 net: check both type and procotol for tcp sockets
20377
20378 Dmitry reported the following out-of-bound access:
20379
20380 Call Trace:
20381 [<ffffffff816cec2e>] __asan_report_load4_noabort+0x3e/0x40
20382 mm/kasan/report.c:294
20383 [<ffffffff84affb14>] sock_setsockopt+0x1284/0x13d0 net/core/sock.c:880
20384 [< inline >] SYSC_setsockopt net/socket.c:1746
20385 [<ffffffff84aed7ee>] SyS_setsockopt+0x1fe/0x240 net/socket.c:1729
20386 [<ffffffff85c18c76>] entry_SYSCALL_64_fastpath+0x16/0x7a
20387 arch/x86/entry/entry_64.S:185
20388
20389 This is because we mistake a raw socket as a tcp socket.
20390 We should check both sk->sk_type and sk->sk_protocol to ensure
20391 it is a tcp socket.
20392
20393 Willem points out __skb_complete_tx_timestamp() needs to fix as well.
20394
20395 Reported-by: Dmitry Vyukov <dvyukov@google.com>
20396 Cc: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
20397 Cc: Eric Dumazet <eric.dumazet@gmail.com>
20398 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
20399 Acked-by: Willem de Bruijn <willemb@google.com>
20400 Signed-off-by: David S. Miller <davem@davemloft.net>
20401
20402 net/core/skbuff.c | 3 ++-
20403 net/core/sock.c | 3 ++-
20404 2 files changed, 4 insertions(+), 2 deletions(-)
20405
20406commit bd6b3399804470a4ad8f34229469ca149dceba3d
20407Author: Colin Ian King <colin.king@canonical.com>
20408Date: Fri Dec 18 14:22:01 2015 -0800
20409
20410 proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
20411
20412 Writing to /proc/$pid/coredump_filter always returns -ESRCH because commit
20413 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()") removed
20414 the setting of ret after the get_proc_task call and incorrectly left it as
20415 -ESRCH. Instead, return 0 when successful.
20416
20417 Example breakage:
20418
20419 echo 0 > /proc/self/coredump_filter
20420 bash: echo: write error: No such process
20421
20422 Fixes: 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()")
20423 Signed-off-by: Colin Ian King <colin.king@canonical.com>
20424 Acked-by: Kees Cook <keescook@chromium.org>
20425 Cc: <stable@vger.kernel.org> [4.3+]
20426 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
20427 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
20428
20429 fs/proc/base.c | 1 +
20430 1 files changed, 1 insertions(+), 0 deletions(-)
20431
20432commit b28aca2b99ed08546778355fb9402c503ff9b29e
20433Author: Junichi Nomura <j-nomura@ce.jp.nec.com>
20434Date: Tue Dec 22 10:23:44 2015 -0700
20435
20436 block: ensure to split after potentially bouncing a bio
20437
20438 blk_queue_bio() does split then bounce, which makes the segment
20439 counting based on pages before bouncing and could go wrong. Move
20440 the split to after bouncing, like we do for blk-mq, and the we
20441 fix the issue of having the bio count for segments be wrong.
20442
20443 Fixes: 54efd50bfd87 ("block: make generic_make_request handle arbitrarily sized bios")
20444 Cc: stable@vger.kernel.org
20445 Tested-by: Artem S. Tashkinov <t.artem@lycos.com>
20446 Signed-off-by: Jens Axboe <axboe@fb.com>
20447
20448 block/blk-core.c | 4 ++--
20449 1 files changed, 2 insertions(+), 2 deletions(-)
20450
20451commit e62a25e917a9e5b35ddd5b4f1b5e5e30fbd2e84c
20452Merge: f6f63ae ec72fa5
20453Author: Brad Spengler <spender@grsecurity.net>
20454Date: Tue Dec 22 19:46:26 2015 -0500
20455
20456 Merge branch 'pax-test' into grsec-test
20457
20458commit ec72fa5f8d9cb4e223bad1b8b5c2e1071c222f2a
20459Author: Brad Spengler <spender@grsecurity.net>
20460Date: Tue Dec 22 19:45:51 2015 -0500
20461
20462 Update to pax-linux-4.3.3-test13.patch:
20463 - 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)
20464 - 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)
20465
20466 arch/arm/mm/fault.c | 2 +-
20467 arch/x86/mm/fault.c | 2 +-
20468 fs/btrfs/extent_map.c | 8 ++++++--
20469 fs/xfs/libxfs/xfs_da_btree.c | 4 +++-
20470 4 files changed, 11 insertions(+), 5 deletions(-)
20471
20472commit f6f63ae154cd45028add1dc41957878060d77fbf
20473Author: Brad Spengler <spender@grsecurity.net>
20474Date: Thu Dec 17 18:43:44 2015 -0500
20475
20476 ptrace_has_cap() checks whether the current process should be
20477 treated as having a certain capability for ptrace checks
20478 against another process. Until now, this was equivalent to
20479 has_ns_capability(current, target_ns, CAP_SYS_PTRACE).
20480
20481 However, if a root-owned process wants to enter a user
20482 namespace for some reason without knowing who owns it and
20483 therefore can't change to the namespace owner's uid and gid
20484 before entering, as soon as it has entered the namespace,
20485 the namespace owner can attach to it via ptrace and thereby
20486 gain access to its uid and gid.
20487
20488 While it is possible for the entering process to switch to
20489 the uid of a claimed namespace owner before entering,
20490 causing the attempt to enter to fail if the claimed uid is
20491 wrong, this doesn't solve the problem of determining an
20492 appropriate gid.
20493
20494 With this change, the entering process can first enter the
20495 namespace and then safely inspect the namespace's
20496 properties, e.g. through /proc/self/{uid_map,gid_map},
20497 assuming that the namespace owner doesn't have access to
20498 uid 0.
20499 Signed-off-by: Jann Horn <jann@thejh.net>
20500
20501 kernel/ptrace.c | 30 +++++++++++++++++++++++++-----
20502 1 files changed, 25 insertions(+), 5 deletions(-)
20503
20504commit e314f0fb63020f61543b401ff594e953c2c304e5
20505Author: tadeusz.struk@intel.com <tadeusz.struk@intel.com>
20506Date: Tue Dec 15 10:46:17 2015 -0800
20507
20508 net: fix uninitialized variable issue
20509
20510 msg_iocb needs to be initialized on the recv/recvfrom path.
20511 Otherwise afalg will wrongly interpret it as an async call.
20512
20513 Cc: stable@vger.kernel.org
20514 Reported-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
20515 Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
20516 Signed-off-by: David S. Miller <davem@davemloft.net>
20517
20518 net/socket.c | 1 +
20519 1 files changed, 1 insertions(+), 0 deletions(-)
20520
20521commit a3f56a43ad56b8fcaf04f6327636ed2f5970de3b
20522Merge: dfa764c 142edcf
20523Author: Brad Spengler <spender@grsecurity.net>
20524Date: Wed Dec 16 21:01:17 2015 -0500
20525
20526 Merge branch 'pax-test' into grsec-test
20527
20528commit 142edcf1005a57fb8887823565cf0bafad2f313c
20529Author: Brad Spengler <spender@grsecurity.net>
20530Date: Wed Dec 16 21:00:57 2015 -0500
20531
20532 Update to pax-linux-4.3.3-test12.patch:
20533 - 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)
20534 - 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)
20535
20536 drivers/tty/n_tty.c | 16 ++++++++--------
20537 .../disable_size_overflow_hash.data | 2 ++
20538 .../size_overflow_plugin/size_overflow_hash.data | 6 ++----
20539 3 files changed, 12 insertions(+), 12 deletions(-)
20540
20541commit dfa764cc549892a5bfc1083cac78b99032cae577
20542Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
20543Date: Tue Dec 15 22:59:12 2015 +0100
20544
20545 ipv6: automatically enable stable privacy mode if stable_secret set
20546
20547 Bjørn reported that while we switch all interfaces to privacy stable mode
20548 when setting the secret, we don't set this mode for new interfaces. This
20549 does not make sense, so change this behaviour.
20550
20551 Fixes: 622c81d57b392cc ("ipv6: generation of stable privacy addresses for link-local and autoconf")
20552 Reported-by: Bjørn Mork <bjorn@mork.no>
20553 Cc: Bjørn Mork <bjorn@mork.no>
20554 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
20555 Signed-off-by: David S. Miller <davem@davemloft.net>
20556
20557 net/ipv6/addrconf.c | 6 ++++++
20558 1 files changed, 6 insertions(+), 0 deletions(-)
20559
20560commit c2815a1fee03f222273e77c14e43f960da06f35a
20561Author: Brad Spengler <spender@grsecurity.net>
20562Date: Wed Dec 16 13:03:38 2015 -0500
20563
20564 Work around upstream limitation on the number of thread info flags causing a compilation error
20565 Reported by fabled at http://forums.grsecurity.net/viewtopic.php?f=3&t=4339
20566
20567 arch/arm/kernel/entry-common.S | 8 ++++++--
20568 1 files changed, 6 insertions(+), 2 deletions(-)
20569
20570commit 8c9ae168e09ae49324d709d76d73d9fc4ca477e1
20571Author: Brad Spengler <spender@grsecurity.net>
20572Date: Tue Dec 15 19:03:41 2015 -0500
20573
20574 Initial import of grsecurity 3.1 for Linux 4.3.3
20575
20576 Documentation/dontdiff | 2 +
20577 Documentation/kernel-parameters.txt | 7 +
20578 Documentation/sysctl/kernel.txt | 15 +
20579 Makefile | 18 +-
20580 arch/alpha/include/asm/cache.h | 4 +-
20581 arch/alpha/kernel/osf_sys.c | 12 +-
20582 arch/arc/Kconfig | 1 +
20583 arch/arm/Kconfig | 1 +
20584 arch/arm/Kconfig.debug | 1 +
20585 arch/arm/include/asm/thread_info.h | 7 +-
20586 arch/arm/kernel/process.c | 4 +-
20587 arch/arm/kernel/ptrace.c | 9 +
20588 arch/arm/kernel/traps.c | 7 +-
20589 arch/arm/mm/Kconfig | 2 +-
20590 arch/arm/mm/fault.c | 40 +-
20591 arch/arm/mm/mmap.c | 8 +-
20592 arch/arm/net/bpf_jit_32.c | 51 +-
20593 arch/arm64/Kconfig.debug | 1 +
20594 arch/avr32/include/asm/cache.h | 4 +-
20595 arch/blackfin/Kconfig.debug | 1 +
20596 arch/blackfin/include/asm/cache.h | 3 +-
20597 arch/cris/include/arch-v10/arch/cache.h | 3 +-
20598 arch/cris/include/arch-v32/arch/cache.h | 3 +-
20599 arch/frv/include/asm/cache.h | 3 +-
20600 arch/frv/mm/elf-fdpic.c | 4 +-
20601 arch/hexagon/include/asm/cache.h | 6 +-
20602 arch/ia64/Kconfig | 1 +
20603 arch/ia64/include/asm/cache.h | 3 +-
20604 arch/ia64/kernel/sys_ia64.c | 2 +
20605 arch/ia64/mm/hugetlbpage.c | 2 +
20606 arch/m32r/include/asm/cache.h | 4 +-
20607 arch/m68k/include/asm/cache.h | 4 +-
20608 arch/metag/mm/hugetlbpage.c | 1 +
20609 arch/microblaze/include/asm/cache.h | 3 +-
20610 arch/mips/Kconfig | 1 +
20611 arch/mips/include/asm/cache.h | 3 +-
20612 arch/mips/include/asm/thread_info.h | 11 +-
20613 arch/mips/kernel/irq.c | 3 +
20614 arch/mips/kernel/ptrace.c | 9 +
20615 arch/mips/mm/mmap.c | 4 +-
20616 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
20617 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
20618 arch/openrisc/include/asm/cache.h | 4 +-
20619 arch/parisc/include/asm/cache.h | 5 +-
20620 arch/parisc/kernel/sys_parisc.c | 4 +
20621 arch/powerpc/Kconfig | 1 +
20622 arch/powerpc/include/asm/cache.h | 4 +-
20623 arch/powerpc/include/asm/thread_info.h | 5 +-
20624 arch/powerpc/kernel/Makefile | 2 +
20625 arch/powerpc/kernel/irq.c | 3 +
20626 arch/powerpc/kernel/process.c | 10 +-
20627 arch/powerpc/kernel/ptrace.c | 14 +
20628 arch/powerpc/kernel/traps.c | 5 +
20629 arch/powerpc/mm/slice.c | 2 +-
20630 arch/s390/Kconfig.debug | 1 +
20631 arch/s390/include/asm/cache.h | 4 +-
20632 arch/score/include/asm/cache.h | 4 +-
20633 arch/sh/include/asm/cache.h | 3 +-
20634 arch/sh/mm/mmap.c | 6 +-
20635 arch/sparc/include/asm/cache.h | 4 +-
20636 arch/sparc/include/asm/pgalloc_64.h | 1 +
20637 arch/sparc/include/asm/thread_info_64.h | 8 +-
20638 arch/sparc/kernel/process_32.c | 6 +-
20639 arch/sparc/kernel/process_64.c | 8 +-
20640 arch/sparc/kernel/ptrace_64.c | 14 +
20641 arch/sparc/kernel/sys_sparc_64.c | 8 +-
20642 arch/sparc/kernel/syscalls.S | 8 +-
20643 arch/sparc/kernel/traps_32.c | 8 +-
20644 arch/sparc/kernel/traps_64.c | 28 +-
20645 arch/sparc/kernel/unaligned_64.c | 2 +-
20646 arch/sparc/mm/fault_64.c | 2 +-
20647 arch/sparc/mm/hugetlbpage.c | 15 +-
20648 arch/tile/Kconfig | 1 +
20649 arch/tile/include/asm/cache.h | 3 +-
20650 arch/tile/mm/hugetlbpage.c | 2 +
20651 arch/um/include/asm/cache.h | 3 +-
20652 arch/unicore32/include/asm/cache.h | 6 +-
20653 arch/x86/Kconfig | 21 +
20654 arch/x86/Kconfig.debug | 2 +
20655 arch/x86/entry/common.c | 14 +
20656 arch/x86/entry/entry_32.S | 2 +-
20657 arch/x86/entry/entry_64.S | 2 +-
20658 arch/x86/ia32/ia32_aout.c | 2 +
20659 arch/x86/include/asm/floppy.h | 20 +-
20660 arch/x86/include/asm/fpu/types.h | 69 +-
20661 arch/x86/include/asm/io.h | 2 +-
20662 arch/x86/include/asm/page.h | 12 +-
20663 arch/x86/include/asm/paravirt_types.h | 23 +-
20664 arch/x86/include/asm/processor.h | 12 +-
20665 arch/x86/include/asm/thread_info.h | 6 +-
20666 arch/x86/include/asm/uaccess.h | 2 +-
20667 arch/x86/kernel/dumpstack.c | 10 +-
20668 arch/x86/kernel/dumpstack_32.c | 2 +-
20669 arch/x86/kernel/dumpstack_64.c | 2 +-
20670 arch/x86/kernel/ioport.c | 13 +
20671 arch/x86/kernel/irq_32.c | 3 +
20672 arch/x86/kernel/irq_64.c | 4 +
20673 arch/x86/kernel/ldt.c | 18 +
20674 arch/x86/kernel/msr.c | 10 +
20675 arch/x86/kernel/ptrace.c | 14 +
20676 arch/x86/kernel/signal.c | 9 +-
20677 arch/x86/kernel/sys_i386_32.c | 9 +-
20678 arch/x86/kernel/sys_x86_64.c | 8 +-
20679 arch/x86/kernel/traps.c | 5 +
20680 arch/x86/kernel/verify_cpu.S | 1 +
20681 arch/x86/kernel/vm86_32.c | 15 +
20682 arch/x86/kvm/svm.c | 14 +-
20683 arch/x86/mm/fault.c | 12 +-
20684 arch/x86/mm/hugetlbpage.c | 15 +-
20685 arch/x86/mm/init.c | 66 +-
20686 arch/x86/mm/init_32.c | 6 +-
20687 arch/x86/net/bpf_jit_comp.c | 4 +
20688 arch/x86/platform/efi/efi_64.c | 2 +-
20689 arch/x86/xen/Kconfig | 1 +
20690 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
20691 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
20692 crypto/ablkcipher.c | 2 +-
20693 crypto/blkcipher.c | 2 +-
20694 crypto/scatterwalk.c | 10 +-
20695 drivers/acpi/acpica/hwxfsleep.c | 11 +-
20696 drivers/acpi/custom_method.c | 4 +
20697 drivers/block/cciss.h | 30 +-
20698 drivers/block/smart1,2.h | 40 +-
20699 drivers/cdrom/cdrom.c | 2 +-
20700 drivers/char/Kconfig | 4 +-
20701 drivers/char/genrtc.c | 1 +
20702 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
20703 drivers/char/mem.c | 17 +
20704 drivers/char/random.c | 5 +-
20705 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
20706 drivers/crypto/nx/nx-aes-ccm.c | 2 +-
20707 drivers/crypto/nx/nx-aes-gcm.c | 2 +-
20708 drivers/crypto/talitos.c | 2 +-
20709 drivers/firewire/ohci.c | 4 +
20710 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
20711 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
20712 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
20713 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
20714 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
20715 drivers/hid/hid-wiimote-debug.c | 2 +-
20716 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
20717 drivers/iommu/Kconfig | 1 +
20718 drivers/iommu/amd_iommu.c | 14 +-
20719 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
20720 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
20721 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
20722 drivers/isdn/hisax/config.c | 2 +-
20723 drivers/isdn/hisax/hfc_pci.c | 2 +-
20724 drivers/isdn/hisax/hfc_sx.c | 2 +-
20725 drivers/isdn/hisax/q931.c | 6 +-
20726 drivers/isdn/i4l/isdn_concap.c | 6 +-
20727 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
20728 drivers/md/bcache/Kconfig | 1 +
20729 drivers/md/raid5.c | 8 +
20730 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
20731 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
20732 drivers/media/platform/vivid/vivid-osd.c | 1 +
20733 drivers/media/radio/radio-cadet.c | 5 +-
20734 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
20735 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
20736 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
20737 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
20738 drivers/message/fusion/mptbase.c | 9 +
20739 drivers/misc/sgi-xp/xp_main.c | 12 +-
20740 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
20741 drivers/net/ppp/pppoe.c | 14 +-
20742 drivers/net/ppp/pptp.c | 6 +
20743 drivers/net/slip/slhc.c | 3 +
20744 drivers/net/wan/lmc/lmc_media.c | 97 +-
20745 drivers/net/wan/x25_asy.c | 6 +-
20746 drivers/net/wan/z85230.c | 24 +-
20747 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
20748 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
20749 drivers/pci/pci-sysfs.c | 2 +-
20750 drivers/pci/proc.c | 9 +
20751 drivers/platform/x86/asus-wmi.c | 12 +
20752 drivers/rtc/rtc-dev.c | 3 +
20753 drivers/scsi/bfa/bfa_fcs.c | 19 +-
20754 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
20755 drivers/scsi/bfa/bfa_modules.h | 12 +-
20756 drivers/scsi/hpsa.h | 40 +-
20757 drivers/staging/dgnc/dgnc_mgmt.c | 1 +
20758 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
20759 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
20760 drivers/target/target_core_sbc.c | 17 +-
20761 drivers/target/target_core_transport.c | 14 +-
20762 drivers/tty/serial/uartlite.c | 4 +-
20763 drivers/tty/sysrq.c | 2 +-
20764 drivers/tty/vt/keyboard.c | 22 +-
20765 drivers/uio/uio.c | 6 +-
20766 drivers/usb/core/hub.c | 5 +
20767 drivers/usb/gadget/function/f_uac1.c | 1 +
20768 drivers/usb/gadget/function/u_uac1.c | 1 +
20769 drivers/usb/host/hwa-hc.c | 9 +-
20770 drivers/usb/usbip/vhci_sysfs.c | 2 +-
20771 drivers/video/fbdev/arcfb.c | 2 +-
20772 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
20773 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
20774 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
20775 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++-----
20776 drivers/xen/xenfs/xenstored.c | 5 +
20777 firmware/Makefile | 2 +
20778 firmware/WHENCE | 20 +-
20779 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
20780 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
20781 fs/9p/vfs_inode.c | 4 +-
20782 fs/attr.c | 1 +
20783 fs/autofs4/waitq.c | 9 +
20784 fs/binfmt_aout.c | 7 +
20785 fs/binfmt_elf.c | 50 +-
20786 fs/compat.c | 20 +-
20787 fs/coredump.c | 17 +-
20788 fs/dcache.c | 3 +
20789 fs/debugfs/inode.c | 11 +-
20790 fs/exec.c | 219 +-
20791 fs/ext2/balloc.c | 4 +-
20792 fs/ext2/super.c | 8 +-
20793 fs/ext4/balloc.c | 4 +-
20794 fs/fcntl.c | 4 +
20795 fs/fhandle.c | 3 +-
20796 fs/file.c | 4 +
20797 fs/filesystems.c | 4 +
20798 fs/fs_struct.c | 20 +-
20799 fs/hugetlbfs/inode.c | 5 +-
20800 fs/inode.c | 8 +-
20801 fs/kernfs/dir.c | 6 +
20802 fs/mount.h | 4 +-
20803 fs/namei.c | 286 +-
20804 fs/namespace.c | 24 +
20805 fs/nfsd/nfscache.c | 2 +-
20806 fs/open.c | 38 +
20807 fs/overlayfs/inode.c | 11 +-
20808 fs/overlayfs/super.c | 6 +-
20809 fs/pipe.c | 2 +-
20810 fs/posix_acl.c | 15 +-
20811 fs/proc/Kconfig | 10 +-
20812 fs/proc/array.c | 69 +-
20813 fs/proc/base.c | 186 +-
20814 fs/proc/cmdline.c | 4 +
20815 fs/proc/devices.c | 4 +
20816 fs/proc/fd.c | 17 +-
20817 fs/proc/generic.c | 64 +
20818 fs/proc/inode.c | 17 +
20819 fs/proc/internal.h | 11 +-
20820 fs/proc/interrupts.c | 4 +
20821 fs/proc/kcore.c | 3 +
20822 fs/proc/meminfo.c | 7 +-
20823 fs/proc/namespaces.c | 4 +-
20824 fs/proc/proc_net.c | 31 +
20825 fs/proc/proc_sysctl.c | 52 +-
20826 fs/proc/root.c | 8 +
20827 fs/proc/stat.c | 69 +-
20828 fs/proc/task_mmu.c | 66 +-
20829 fs/readdir.c | 19 +
20830 fs/reiserfs/item_ops.c | 24 +-
20831 fs/reiserfs/super.c | 4 +
20832 fs/select.c | 2 +
20833 fs/seq_file.c | 30 +-
20834 fs/splice.c | 8 +
20835 fs/stat.c | 20 +-
20836 fs/sysfs/dir.c | 30 +-
20837 fs/sysv/inode.c | 11 +-
20838 fs/utimes.c | 7 +
20839 fs/xattr.c | 26 +-
20840 grsecurity/Kconfig | 1182 ++++
20841 grsecurity/Makefile | 54 +
20842 grsecurity/gracl.c | 2757 +++++++++
20843 grsecurity/gracl_alloc.c | 105 +
20844 grsecurity/gracl_cap.c | 127 +
20845 grsecurity/gracl_compat.c | 269 +
20846 grsecurity/gracl_fs.c | 448 ++
20847 grsecurity/gracl_ip.c | 386 ++
20848 grsecurity/gracl_learn.c | 207 +
20849 grsecurity/gracl_policy.c | 1786 ++++++
20850 grsecurity/gracl_res.c | 68 +
20851 grsecurity/gracl_segv.c | 304 +
20852 grsecurity/gracl_shm.c | 40 +
20853 grsecurity/grsec_chdir.c | 19 +
20854 grsecurity/grsec_chroot.c | 467 ++
20855 grsecurity/grsec_disabled.c | 445 ++
20856 grsecurity/grsec_exec.c | 189 +
20857 grsecurity/grsec_fifo.c | 26 +
20858 grsecurity/grsec_fork.c | 23 +
20859 grsecurity/grsec_init.c | 290 +
20860 grsecurity/grsec_ipc.c | 48 +
20861 grsecurity/grsec_link.c | 65 +
20862 grsecurity/grsec_log.c | 340 +
20863 grsecurity/grsec_mem.c | 48 +
20864 grsecurity/grsec_mount.c | 65 +
20865 grsecurity/grsec_pax.c | 47 +
20866 grsecurity/grsec_proc.c | 20 +
20867 grsecurity/grsec_ptrace.c | 30 +
20868 grsecurity/grsec_sig.c | 236 +
20869 grsecurity/grsec_sock.c | 244 +
20870 grsecurity/grsec_sysctl.c | 488 ++
20871 grsecurity/grsec_time.c | 16 +
20872 grsecurity/grsec_tpe.c | 78 +
20873 grsecurity/grsec_usb.c | 15 +
20874 grsecurity/grsum.c | 64 +
20875 include/linux/binfmts.h | 5 +-
20876 include/linux/bitops.h | 2 +-
20877 include/linux/capability.h | 13 +
20878 include/linux/compiler-gcc.h | 5 +
20879 include/linux/compiler.h | 8 +
20880 include/linux/cred.h | 8 +-
20881 include/linux/dcache.h | 5 +-
20882 include/linux/fs.h | 24 +-
20883 include/linux/fs_struct.h | 2 +-
20884 include/linux/fsnotify.h | 6 +
20885 include/linux/gracl.h | 342 +
20886 include/linux/gracl_compat.h | 156 +
20887 include/linux/gralloc.h | 9 +
20888 include/linux/grdefs.h | 140 +
20889 include/linux/grinternal.h | 230 +
20890 include/linux/grmsg.h | 118 +
20891 include/linux/grsecurity.h | 255 +
20892 include/linux/grsock.h | 19 +
20893 include/linux/ipc.h | 2 +-
20894 include/linux/ipc_namespace.h | 2 +-
20895 include/linux/kallsyms.h | 18 +-
20896 include/linux/kmod.h | 5 +
20897 include/linux/kobject.h | 2 +-
20898 include/linux/lsm_hooks.h | 4 +-
20899 include/linux/mm.h | 12 +
20900 include/linux/mm_types.h | 4 +-
20901 include/linux/module.h | 5 +-
20902 include/linux/mount.h | 2 +-
20903 include/linux/msg.h | 2 +-
20904 include/linux/netfilter/xt_gradm.h | 9 +
20905 include/linux/path.h | 4 +-
20906 include/linux/perf_event.h | 13 +-
20907 include/linux/pid_namespace.h | 2 +-
20908 include/linux/printk.h | 2 +-
20909 include/linux/proc_fs.h | 22 +-
20910 include/linux/proc_ns.h | 2 +-
20911 include/linux/ptrace.h | 24 +-
20912 include/linux/random.h | 2 +-
20913 include/linux/rbtree_augmented.h | 4 +-
20914 include/linux/scatterlist.h | 12 +-
20915 include/linux/sched.h | 114 +-
20916 include/linux/security.h | 1 +
20917 include/linux/sem.h | 2 +-
20918 include/linux/seq_file.h | 5 +
20919 include/linux/shm.h | 6 +-
20920 include/linux/skbuff.h | 3 +
20921 include/linux/slab.h | 9 -
20922 include/linux/sysctl.h | 8 +-
20923 include/linux/thread_info.h | 6 +-
20924 include/linux/tty.h | 2 +-
20925 include/linux/tty_driver.h | 4 +-
20926 include/linux/uidgid.h | 5 +
20927 include/linux/user_namespace.h | 2 +-
20928 include/linux/utsname.h | 2 +-
20929 include/linux/vermagic.h | 16 +-
20930 include/linux/vmalloc.h | 20 +-
20931 include/net/af_unix.h | 2 +-
20932 include/net/dst.h | 33 +
20933 include/net/ip.h | 2 +-
20934 include/net/neighbour.h | 2 +-
20935 include/net/net_namespace.h | 2 +-
20936 include/net/sock.h | 4 +-
20937 include/target/target_core_base.h | 2 +-
20938 include/trace/events/fs.h | 53 +
20939 include/uapi/linux/personality.h | 1 +
20940 init/Kconfig | 4 +-
20941 init/main.c | 35 +-
20942 ipc/mqueue.c | 1 +
20943 ipc/msg.c | 3 +-
20944 ipc/sem.c | 3 +-
20945 ipc/shm.c | 26 +-
20946 ipc/util.c | 6 +
20947 kernel/auditsc.c | 2 +-
20948 kernel/bpf/syscall.c | 8 +-
20949 kernel/capability.c | 41 +-
20950 kernel/cgroup.c | 5 +-
20951 kernel/compat.c | 1 +
20952 kernel/configs.c | 11 +
20953 kernel/cred.c | 112 +-
20954 kernel/events/core.c | 16 +-
20955 kernel/exit.c | 10 +-
20956 kernel/fork.c | 86 +-
20957 kernel/futex.c | 6 +-
20958 kernel/futex_compat.c | 2 +-
20959 kernel/kallsyms.c | 9 +
20960 kernel/kcmp.c | 8 +-
20961 kernel/kexec_core.c | 2 +-
20962 kernel/kmod.c | 95 +-
20963 kernel/kprobes.c | 7 +-
20964 kernel/ksysfs.c | 2 +
20965 kernel/locking/lockdep_proc.c | 10 +-
20966 kernel/module.c | 108 +-
20967 kernel/panic.c | 4 +-
20968 kernel/pid.c | 23 +-
20969 kernel/power/Kconfig | 2 +
20970 kernel/printk/printk.c | 20 +-
20971 kernel/ptrace.c | 56 +-
20972 kernel/resource.c | 10 +
20973 kernel/sched/core.c | 11 +-
20974 kernel/signal.c | 37 +-
20975 kernel/sys.c | 64 +-
20976 kernel/sysctl.c | 172 +-
20977 kernel/taskstats.c | 6 +
20978 kernel/time/posix-timers.c | 8 +
20979 kernel/time/time.c | 5 +
20980 kernel/time/timekeeping.c | 3 +
20981 kernel/time/timer_list.c | 13 +-
20982 kernel/time/timer_stats.c | 10 +-
20983 kernel/trace/Kconfig | 2 +
20984 kernel/trace/trace_syscalls.c | 8 +
20985 kernel/user_namespace.c | 15 +
20986 lib/Kconfig.debug | 13 +-
20987 lib/Kconfig.kasan | 2 +-
20988 lib/is_single_threaded.c | 3 +
20989 lib/list_debug.c | 65 +-
20990 lib/nlattr.c | 2 +
20991 lib/rbtree.c | 4 +-
20992 lib/vsprintf.c | 39 +-
20993 localversion-grsec | 1 +
20994 mm/Kconfig | 8 +-
20995 mm/Kconfig.debug | 1 +
20996 mm/filemap.c | 1 +
20997 mm/kmemleak.c | 4 +-
20998 mm/memory.c | 2 +-
20999 mm/mempolicy.c | 12 +-
21000 mm/migrate.c | 3 +-
21001 mm/mlock.c | 6 +-
21002 mm/mmap.c | 93 +-
21003 mm/mprotect.c | 8 +
21004 mm/oom_kill.c | 28 +-
21005 mm/page_alloc.c | 2 +-
21006 mm/process_vm_access.c | 8 +-
21007 mm/shmem.c | 36 +-
21008 mm/slab.c | 14 +-
21009 mm/slab_common.c | 2 +-
21010 mm/slob.c | 12 +
21011 mm/slub.c | 33 +-
21012 mm/util.c | 3 +
21013 mm/vmalloc.c | 129 +-
21014 mm/vmstat.c | 29 +-
21015 net/appletalk/atalk_proc.c | 2 +-
21016 net/atm/lec.c | 6 +-
21017 net/atm/mpoa_caches.c | 42 +-
21018 net/bluetooth/sco.c | 3 +
21019 net/can/bcm.c | 2 +-
21020 net/can/proc.c | 2 +-
21021 net/core/dev_ioctl.c | 7 +-
21022 net/core/filter.c | 8 +-
21023 net/core/net-procfs.c | 17 +-
21024 net/core/pktgen.c | 2 +-
21025 net/core/sock.c | 3 +-
21026 net/core/sysctl_net_core.c | 2 +-
21027 net/decnet/dn_dev.c | 2 +-
21028 net/ipv4/devinet.c | 6 +-
21029 net/ipv4/inet_hashtables.c | 4 +
21030 net/ipv4/ip_input.c | 7 +
21031 net/ipv4/ip_sockglue.c | 3 +-
21032 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
21033 net/ipv4/netfilter/nf_nat_pptp.c | 2 +-
21034 net/ipv4/route.c | 6 +-
21035 net/ipv4/tcp_input.c | 4 +-
21036 net/ipv4/tcp_ipv4.c | 29 +-
21037 net/ipv4/tcp_minisocks.c | 9 +-
21038 net/ipv4/tcp_timer.c | 11 +
21039 net/ipv4/udp.c | 24 +
21040 net/ipv6/addrconf.c | 13 +-
21041 net/ipv6/proc.c | 2 +-
21042 net/ipv6/tcp_ipv6.c | 26 +-
21043 net/ipv6/udp.c | 7 +
21044 net/ipx/ipx_proc.c | 2 +-
21045 net/irda/irproc.c | 2 +-
21046 net/llc/llc_proc.c | 2 +-
21047 net/netfilter/Kconfig | 10 +
21048 net/netfilter/Makefile | 1 +
21049 net/netfilter/nf_conntrack_core.c | 8 +
21050 net/netfilter/xt_gradm.c | 51 +
21051 net/netfilter/xt_hashlimit.c | 4 +-
21052 net/netfilter/xt_recent.c | 2 +-
21053 net/sched/sch_api.c | 2 +-
21054 net/sctp/socket.c | 4 +-
21055 net/socket.c | 75 +-
21056 net/sunrpc/Kconfig | 1 +
21057 net/sunrpc/cache.c | 2 +-
21058 net/sunrpc/stats.c | 2 +-
21059 net/sysctl_net.c | 2 +-
21060 net/unix/af_unix.c | 52 +-
21061 net/vmw_vsock/vmci_transport_notify.c | 30 +-
21062 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
21063 net/x25/sysctl_net_x25.c | 2 +-
21064 net/x25/x25_proc.c | 2 +-
21065 scripts/package/Makefile | 2 +-
21066 scripts/package/mkspec | 41 +-
21067 security/Kconfig | 369 +-
21068 security/apparmor/file.c | 4 +-
21069 security/apparmor/lsm.c | 8 +-
21070 security/commoncap.c | 36 +-
21071 security/min_addr.c | 2 +
21072 security/smack/smack_lsm.c | 8 +-
21073 security/tomoyo/file.c | 12 +-
21074 security/tomoyo/mount.c | 4 +
21075 security/tomoyo/tomoyo.c | 20 +-
21076 security/yama/Kconfig | 2 +-
21077 security/yama/yama_lsm.c | 4 +-
21078 sound/synth/emux/emux_seq.c | 14 +-
21079 sound/usb/line6/driver.c | 40 +-
21080 sound/usb/line6/toneport.c | 12 +-
21081 tools/gcc/.gitignore | 1 +
21082 tools/gcc/Makefile | 12 +
21083 tools/gcc/gen-random-seed.sh | 8 +
21084 tools/gcc/randomize_layout_plugin.c | 930 +++
21085 tools/gcc/size_overflow_plugin/.gitignore | 1 +
21086 .../size_overflow_plugin/size_overflow_hash.data | 459 ++-
21087 511 files changed, 32631 insertions(+), 3196 deletions(-)
21088
21089commit a76adb92ce39aee8eec5a025c828030ad6135c6d
21090Author: Brad Spengler <spender@grsecurity.net>
21091Date: Tue Dec 15 14:31:49 2015 -0500
21092
21093 Update to pax-linux-4.3.3-test11.patch:
21094 - fixed a few compile regressions with the recent plugin changes, reported by spender
21095 - updated the size overflow hash table
21096
21097 tools/gcc/latent_entropy_plugin.c | 2 +-
21098 .../size_overflow_plugin/size_overflow_hash.data | 66 +++++++++++++++++---
21099 tools/gcc/stackleak_plugin.c | 2 +-
21100 tools/gcc/structleak_plugin.c | 6 +--
21101 4 files changed, 60 insertions(+), 16 deletions(-)
21102
21103commit f7284b1fc06628fcb2d35d2beecdea5454d46af9
21104Author: Brad Spengler <spender@grsecurity.net>
21105Date: Tue Dec 15 11:50:24 2015 -0500
21106
21107 Apply structleak ICE fix for gcc < 4.9
21108
21109 tools/gcc/structleak_plugin.c | 4 ++++
21110 1 files changed, 4 insertions(+), 0 deletions(-)
21111
21112commit 92fe3eb9fd10ec7f7334decab1526989669b0287
21113Author: Brad Spengler <spender@grsecurity.net>
21114Date: Tue Dec 15 07:57:06 2015 -0500
21115
21116 Update to pax-linux-4.3.1-test10.patch:
21117 - Emese fixed INDIRECT_REF and TARGET_MEM_REF handling in the initify plugin
21118 - Emese regenerated the size overflow hash tables for 4.3
21119 - fixed some compat syscall exit paths to restore r12 under KERNEXEC/or
21120 - the latent entropy, stackleak and structleak plugins no longer split the entry block unnecessarily
21121
21122 arch/x86/entry/entry_64.S | 2 +-
21123 arch/x86/entry/entry_64_compat.S | 15 +-
21124 scripts/package/builddeb | 2 +-
21125 tools/gcc/initify_plugin.c | 11 +-
21126 tools/gcc/latent_entropy_plugin.c | 20 +-
21127 .../disable_size_overflow_hash.data | 4 +
21128 .../size_overflow_plugin/size_overflow_hash.data | 5345 +++++++++++---------
21129 tools/gcc/stackleak_plugin.c | 26 +-
21130 tools/gcc/structleak_plugin.c | 21 +-
21131 9 files changed, 3079 insertions(+), 2367 deletions(-)
21132
21133commit 5bd245cb687319079c2f1c0d6a1170791ed1ed2c
21134Merge: b5847e6 3548341
21135Author: Brad Spengler <spender@grsecurity.net>
21136Date: Tue Dec 15 07:47:56 2015 -0500
21137
21138 Merge branch 'linux-4.3.y' into pax-4_3
21139
21140 Conflicts:
21141 net/unix/af_unix.c
21142
21143commit b5847e6a896c5d99191135ca4d7c3b6be8f116ff
21144Author: Brad Spengler <spender@grsecurity.net>
21145Date: Wed Dec 9 23:11:36 2015 -0500
21146
21147 Update to pax-linux-4.3.1-test9.patch:
21148 - 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)
21149 - Emese fixed an intentional overflow caused by gcc, reported by saironiq (https://forums.grsecurity.net/viewtopic.php?f=3&t=4333)
21150 - Emese fixed a false positive overflow report in the forcedeth driver, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?t=4334)
21151 - Emese fixed a false positive overflow report in KVM's emulator, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4336)
21152 - Emese fixed the initify plugin to detect some captured use of __func__, reported by Rasmus Villemoes <linux@rasmusvillemoes.dk>
21153 - constrained shmmax and shmall to avoid triggering size overflow checks, reported by Mathias Krause <minipli@ld-linux.so>
21154 - 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
21155
21156 Makefile | 6 +
21157 arch/x86/include/asm/compat.h | 4 +
21158 arch/x86/include/asm/dma.h | 2 +
21159 arch/x86/include/asm/pmem.h | 2 +-
21160 arch/x86/include/asm/uaccess.h | 20 +-
21161 arch/x86/kernel/apic/vector.c | 6 +-
21162 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
21163 arch/x86/kernel/cpu/perf_event_intel.c | 28 +-
21164 arch/x86/kernel/head_64.S | 1 -
21165 arch/x86/kvm/i8259.c | 10 +-
21166 arch/x86/kvm/ioapic.c | 2 +
21167 arch/x86/kvm/x86.c | 2 +
21168 arch/x86/lib/usercopy_64.c | 2 +-
21169 arch/x86/mm/mpx.c | 4 +-
21170 arch/x86/mm/pageattr.c | 7 +
21171 drivers/base/devres.c | 4 +-
21172 drivers/base/power/runtime.c | 6 +-
21173 drivers/base/regmap/regmap.c | 4 +-
21174 drivers/block/drbd/drbd_receiver.c | 4 +-
21175 drivers/block/drbd/drbd_worker.c | 6 +-
21176 drivers/char/virtio_console.c | 6 +-
21177 drivers/md/dm.c | 12 +-
21178 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
21179 drivers/net/macvtap.c | 4 +-
21180 drivers/video/fbdev/core/fbmem.c | 10 +-
21181 fs/compat.c | 3 +-
21182 fs/coredump.c | 2 +-
21183 fs/dcache.c | 13 +-
21184 fs/fhandle.c | 2 +-
21185 fs/file.c | 14 +-
21186 fs/fs-writeback.c | 11 +-
21187 fs/overlayfs/copy_up.c | 2 +-
21188 fs/readdir.c | 3 +-
21189 fs/super.c | 3 +-
21190 include/linux/compiler.h | 36 ++-
21191 include/linux/rcupdate.h | 8 +
21192 include/linux/sched.h | 4 +-
21193 include/linux/seqlock.h | 10 +
21194 include/linux/spinlock.h | 17 +-
21195 include/linux/srcu.h | 5 +-
21196 include/linux/syscalls.h | 2 +-
21197 include/linux/writeback.h | 3 +-
21198 include/uapi/linux/swab.h | 6 +-
21199 ipc/ipc_sysctl.c | 6 +
21200 kernel/exit.c | 25 +-
21201 kernel/resource.c | 4 +-
21202 kernel/signal.c | 12 +-
21203 kernel/user.c | 2 +-
21204 kernel/workqueue.c | 6 +-
21205 lib/rhashtable.c | 4 +-
21206 net/compat.c | 2 +-
21207 net/ipv4/xfrm4_mode_transport.c | 2 +-
21208 security/keys/internal.h | 8 +-
21209 security/keys/keyring.c | 4 -
21210 sound/core/seq/seq_clientmgr.c | 8 +-
21211 sound/core/seq/seq_compat.c | 2 +-
21212 sound/core/seq/seq_memory.c | 6 +-
21213 tools/gcc/checker_plugin.c | 415 +++++++++++++++++++-
21214 tools/gcc/gcc-common.h | 1 +
21215 tools/gcc/initify_plugin.c | 33 ++-
21216 .../disable_size_overflow_hash.data | 1 +
21217 .../size_overflow_plugin/size_overflow_hash.data | 1 -
21218 62 files changed, 708 insertions(+), 140 deletions(-)
21219
21220commit f2634c2f6995f4231616f24ed016f890c701f939
21221Merge: 1241bff 5f8b236
21222Author: Brad Spengler <spender@grsecurity.net>
21223Date: Wed Dec 9 21:50:47 2015 -0500
21224
21225 Merge branch 'linux-4.3.y' into pax-4_3
21226
21227 Conflicts:
21228 arch/x86/kernel/fpu/xstate.c
21229 arch/x86/kernel/head_64.S
21230
21231commit 1241bff82e3d7dadb05de0a60b8d2822afc6547c
21232Author: Brad Spengler <spender@grsecurity.net>
21233Date: Sun Dec 6 08:44:56 2015 -0500
21234
21235 Update to pax-linux-4.3-test8.patch:
21236 - 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)
21237 - gcc plugin compilation problems will now also produce the output of the checking script to make diagnosis easier, reported by hunger
21238 - 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)
21239 - 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)
21240
21241 Makefile | 5 +++
21242 drivers/md/md.c | 5 ++-
21243 drivers/md/raid1.c | 2 +-
21244 fs/proc/task_mmu.c | 3 ++
21245 .../disable_size_overflow_hash.data | 4 ++-
21246 .../size_overflow_plugin/intentional_overflow.c | 32 ++++++++++++++++---
21247 .../size_overflow_plugin/size_overflow_hash.data | 2 -
21248 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
21249 8 files changed, 43 insertions(+), 12 deletions(-)
21250
21251commit cce6a9f9bdd27096632ca1c0246dcc07f2eb1a18
21252Author: Brad Spengler <spender@grsecurity.net>
21253Date: Fri Dec 4 14:24:12 2015 -0500
21254
21255 Initial import of pax-linux-4.3-test7.patch
21256
21257 Documentation/dontdiff | 47 +-
21258 Documentation/kbuild/makefiles.txt | 39 +-
21259 Documentation/kernel-parameters.txt | 28 +
21260 Makefile | 108 +-
21261 arch/alpha/include/asm/atomic.h | 10 +
21262 arch/alpha/include/asm/elf.h | 7 +
21263 arch/alpha/include/asm/pgalloc.h | 6 +
21264 arch/alpha/include/asm/pgtable.h | 11 +
21265 arch/alpha/kernel/module.c | 2 +-
21266 arch/alpha/kernel/osf_sys.c | 8 +-
21267 arch/alpha/mm/fault.c | 141 +-
21268 arch/arm/Kconfig | 2 +-
21269 arch/arm/include/asm/atomic.h | 320 +-
21270 arch/arm/include/asm/cache.h | 5 +-
21271 arch/arm/include/asm/cacheflush.h | 2 +-
21272 arch/arm/include/asm/checksum.h | 14 +-
21273 arch/arm/include/asm/cmpxchg.h | 4 +
21274 arch/arm/include/asm/cpuidle.h | 2 +-
21275 arch/arm/include/asm/domain.h | 22 +-
21276 arch/arm/include/asm/elf.h | 9 +-
21277 arch/arm/include/asm/fncpy.h | 2 +
21278 arch/arm/include/asm/futex.h | 10 +
21279 arch/arm/include/asm/kmap_types.h | 2 +-
21280 arch/arm/include/asm/mach/dma.h | 2 +-
21281 arch/arm/include/asm/mach/map.h | 16 +-
21282 arch/arm/include/asm/outercache.h | 2 +-
21283 arch/arm/include/asm/page.h | 3 +-
21284 arch/arm/include/asm/pgalloc.h | 20 +
21285 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
21286 arch/arm/include/asm/pgtable-2level.h | 3 +
21287 arch/arm/include/asm/pgtable-3level.h | 3 +
21288 arch/arm/include/asm/pgtable.h | 54 +-
21289 arch/arm/include/asm/smp.h | 2 +-
21290 arch/arm/include/asm/tls.h | 3 +
21291 arch/arm/include/asm/uaccess.h | 79 +-
21292 arch/arm/include/uapi/asm/ptrace.h | 2 +-
21293 arch/arm/kernel/armksyms.c | 2 +-
21294 arch/arm/kernel/cpuidle.c | 2 +-
21295 arch/arm/kernel/entry-armv.S | 109 +-
21296 arch/arm/kernel/entry-common.S | 40 +-
21297 arch/arm/kernel/entry-header.S | 55 +
21298 arch/arm/kernel/fiq.c | 3 +
21299 arch/arm/kernel/module-plts.c | 7 +-
21300 arch/arm/kernel/module.c | 38 +-
21301 arch/arm/kernel/patch.c | 2 +
21302 arch/arm/kernel/process.c | 90 +-
21303 arch/arm/kernel/reboot.c | 1 +
21304 arch/arm/kernel/setup.c | 20 +-
21305 arch/arm/kernel/signal.c | 35 +-
21306 arch/arm/kernel/smp.c | 2 +-
21307 arch/arm/kernel/tcm.c | 4 +-
21308 arch/arm/kernel/vmlinux.lds.S | 6 +-
21309 arch/arm/kvm/arm.c | 8 +-
21310 arch/arm/lib/copy_page.S | 1 +
21311 arch/arm/lib/csumpartialcopyuser.S | 4 +-
21312 arch/arm/lib/delay.c | 2 +-
21313 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
21314 arch/arm/mach-exynos/suspend.c | 6 +-
21315 arch/arm/mach-mvebu/coherency.c | 4 +-
21316 arch/arm/mach-omap2/board-n8x0.c | 2 +-
21317 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
21318 arch/arm/mach-omap2/omap-smp.c | 1 +
21319 arch/arm/mach-omap2/omap-wakeupgen.c | 2 +-
21320 arch/arm/mach-omap2/omap_device.c | 4 +-
21321 arch/arm/mach-omap2/omap_device.h | 4 +-
21322 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
21323 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
21324 arch/arm/mach-omap2/wd_timer.c | 6 +-
21325 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
21326 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
21327 arch/arm/mach-tegra/irq.c | 1 +
21328 arch/arm/mach-ux500/pm.c | 1 +
21329 arch/arm/mach-zynq/platsmp.c | 1 +
21330 arch/arm/mm/Kconfig | 6 +-
21331 arch/arm/mm/alignment.c | 8 +
21332 arch/arm/mm/cache-l2x0.c | 2 +-
21333 arch/arm/mm/context.c | 10 +-
21334 arch/arm/mm/fault.c | 146 +
21335 arch/arm/mm/fault.h | 12 +
21336 arch/arm/mm/init.c | 39 +
21337 arch/arm/mm/ioremap.c | 4 +-
21338 arch/arm/mm/mmap.c | 30 +-
21339 arch/arm/mm/mmu.c | 162 +-
21340 arch/arm/net/bpf_jit_32.c | 3 +
21341 arch/arm/plat-iop/setup.c | 2 +-
21342 arch/arm/plat-omap/sram.c | 2 +
21343 arch/arm64/include/asm/atomic.h | 10 +
21344 arch/arm64/include/asm/percpu.h | 8 +-
21345 arch/arm64/include/asm/pgalloc.h | 5 +
21346 arch/arm64/include/asm/uaccess.h | 1 +
21347 arch/arm64/mm/dma-mapping.c | 2 +-
21348 arch/avr32/include/asm/elf.h | 8 +-
21349 arch/avr32/include/asm/kmap_types.h | 4 +-
21350 arch/avr32/mm/fault.c | 27 +
21351 arch/frv/include/asm/atomic.h | 10 +
21352 arch/frv/include/asm/kmap_types.h | 2 +-
21353 arch/frv/mm/elf-fdpic.c | 3 +-
21354 arch/ia64/Makefile | 1 +
21355 arch/ia64/include/asm/atomic.h | 10 +
21356 arch/ia64/include/asm/elf.h | 7 +
21357 arch/ia64/include/asm/pgalloc.h | 12 +
21358 arch/ia64/include/asm/pgtable.h | 13 +-
21359 arch/ia64/include/asm/spinlock.h | 2 +-
21360 arch/ia64/include/asm/uaccess.h | 27 +-
21361 arch/ia64/kernel/module.c | 45 +-
21362 arch/ia64/kernel/palinfo.c | 2 +-
21363 arch/ia64/kernel/sys_ia64.c | 7 +
21364 arch/ia64/kernel/vmlinux.lds.S | 2 +-
21365 arch/ia64/mm/fault.c | 32 +-
21366 arch/ia64/mm/init.c | 15 +-
21367 arch/m32r/lib/usercopy.c | 6 +
21368 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
21369 arch/mips/include/asm/atomic.h | 368 +-
21370 arch/mips/include/asm/elf.h | 7 +
21371 arch/mips/include/asm/exec.h | 2 +-
21372 arch/mips/include/asm/hw_irq.h | 2 +-
21373 arch/mips/include/asm/local.h | 57 +
21374 arch/mips/include/asm/page.h | 2 +-
21375 arch/mips/include/asm/pgalloc.h | 5 +
21376 arch/mips/include/asm/pgtable.h | 3 +
21377 arch/mips/include/asm/uaccess.h | 1 +
21378 arch/mips/kernel/binfmt_elfn32.c | 7 +
21379 arch/mips/kernel/binfmt_elfo32.c | 7 +
21380 arch/mips/kernel/irq-gt641xx.c | 2 +-
21381 arch/mips/kernel/irq.c | 6 +-
21382 arch/mips/kernel/pm-cps.c | 2 +-
21383 arch/mips/kernel/process.c | 12 -
21384 arch/mips/kernel/sync-r4k.c | 24 +-
21385 arch/mips/kernel/traps.c | 13 +-
21386 arch/mips/mm/fault.c | 25 +
21387 arch/mips/mm/mmap.c | 51 +-
21388 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
21389 arch/mips/sni/rm200.c | 2 +-
21390 arch/mips/vr41xx/common/icu.c | 2 +-
21391 arch/mips/vr41xx/common/irq.c | 4 +-
21392 arch/parisc/include/asm/atomic.h | 10 +
21393 arch/parisc/include/asm/elf.h | 7 +
21394 arch/parisc/include/asm/pgalloc.h | 6 +
21395 arch/parisc/include/asm/pgtable.h | 11 +
21396 arch/parisc/include/asm/uaccess.h | 4 +-
21397 arch/parisc/kernel/module.c | 50 +-
21398 arch/parisc/kernel/sys_parisc.c | 15 +
21399 arch/parisc/kernel/traps.c | 4 +-
21400 arch/parisc/mm/fault.c | 140 +-
21401 arch/powerpc/include/asm/atomic.h | 329 +-
21402 arch/powerpc/include/asm/elf.h | 12 +
21403 arch/powerpc/include/asm/exec.h | 2 +-
21404 arch/powerpc/include/asm/kmap_types.h | 2 +-
21405 arch/powerpc/include/asm/local.h | 46 +
21406 arch/powerpc/include/asm/mman.h | 2 +-
21407 arch/powerpc/include/asm/page.h | 8 +-
21408 arch/powerpc/include/asm/page_64.h | 7 +-
21409 arch/powerpc/include/asm/pgalloc-64.h | 7 +
21410 arch/powerpc/include/asm/pgtable.h | 1 +
21411 arch/powerpc/include/asm/pte-hash32.h | 1 +
21412 arch/powerpc/include/asm/reg.h | 1 +
21413 arch/powerpc/include/asm/smp.h | 2 +-
21414 arch/powerpc/include/asm/spinlock.h | 42 +-
21415 arch/powerpc/include/asm/uaccess.h | 141 +-
21416 arch/powerpc/kernel/Makefile | 5 +
21417 arch/powerpc/kernel/exceptions-64e.S | 4 +-
21418 arch/powerpc/kernel/exceptions-64s.S | 2 +-
21419 arch/powerpc/kernel/module_32.c | 15 +-
21420 arch/powerpc/kernel/process.c | 46 -
21421 arch/powerpc/kernel/signal_32.c | 2 +-
21422 arch/powerpc/kernel/signal_64.c | 2 +-
21423 arch/powerpc/kernel/traps.c | 21 +
21424 arch/powerpc/kernel/vdso.c | 5 +-
21425 arch/powerpc/lib/usercopy_64.c | 18 -
21426 arch/powerpc/mm/fault.c | 56 +-
21427 arch/powerpc/mm/mmap.c | 16 +
21428 arch/powerpc/mm/slice.c | 13 +-
21429 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
21430 arch/s390/include/asm/atomic.h | 10 +
21431 arch/s390/include/asm/elf.h | 7 +
21432 arch/s390/include/asm/exec.h | 2 +-
21433 arch/s390/include/asm/uaccess.h | 13 +-
21434 arch/s390/kernel/module.c | 22 +-
21435 arch/s390/kernel/process.c | 24 -
21436 arch/s390/mm/mmap.c | 16 +
21437 arch/score/include/asm/exec.h | 2 +-
21438 arch/score/kernel/process.c | 5 -
21439 arch/sh/mm/mmap.c | 22 +-
21440 arch/sparc/include/asm/atomic_64.h | 110 +-
21441 arch/sparc/include/asm/cache.h | 2 +-
21442 arch/sparc/include/asm/elf_32.h | 7 +
21443 arch/sparc/include/asm/elf_64.h | 7 +
21444 arch/sparc/include/asm/pgalloc_32.h | 1 +
21445 arch/sparc/include/asm/pgalloc_64.h | 1 +
21446 arch/sparc/include/asm/pgtable.h | 4 +
21447 arch/sparc/include/asm/pgtable_32.h | 15 +-
21448 arch/sparc/include/asm/pgtsrmmu.h | 5 +
21449 arch/sparc/include/asm/setup.h | 4 +-
21450 arch/sparc/include/asm/spinlock_64.h | 35 +-
21451 arch/sparc/include/asm/thread_info_32.h | 1 +
21452 arch/sparc/include/asm/thread_info_64.h | 2 +
21453 arch/sparc/include/asm/uaccess.h | 1 +
21454 arch/sparc/include/asm/uaccess_32.h | 28 +-
21455 arch/sparc/include/asm/uaccess_64.h | 24 +-
21456 arch/sparc/kernel/Makefile | 2 +-
21457 arch/sparc/kernel/prom_common.c | 2 +-
21458 arch/sparc/kernel/smp_64.c | 8 +-
21459 arch/sparc/kernel/sys_sparc_32.c | 2 +-
21460 arch/sparc/kernel/sys_sparc_64.c | 52 +-
21461 arch/sparc/kernel/traps_64.c | 27 +-
21462 arch/sparc/lib/Makefile | 2 +-
21463 arch/sparc/lib/atomic_64.S | 57 +-
21464 arch/sparc/lib/ksyms.c | 6 +-
21465 arch/sparc/mm/Makefile | 2 +-
21466 arch/sparc/mm/fault_32.c | 292 +
21467 arch/sparc/mm/fault_64.c | 486 +
21468 arch/sparc/mm/hugetlbpage.c | 22 +-
21469 arch/sparc/mm/init_64.c | 10 +-
21470 arch/tile/include/asm/atomic_64.h | 10 +
21471 arch/tile/include/asm/uaccess.h | 4 +-
21472 arch/um/Makefile | 4 +
21473 arch/um/include/asm/kmap_types.h | 2 +-
21474 arch/um/include/asm/page.h | 3 +
21475 arch/um/include/asm/pgtable-3level.h | 1 +
21476 arch/um/kernel/process.c | 16 -
21477 arch/x86/Kconfig | 15 +-
21478 arch/x86/Kconfig.cpu | 6 +-
21479 arch/x86/Kconfig.debug | 4 +-
21480 arch/x86/Makefile | 13 +-
21481 arch/x86/boot/Makefile | 3 +
21482 arch/x86/boot/bitops.h | 4 +-
21483 arch/x86/boot/boot.h | 2 +-
21484 arch/x86/boot/compressed/Makefile | 3 +
21485 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
21486 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
21487 arch/x86/boot/compressed/head_32.S | 4 +-
21488 arch/x86/boot/compressed/head_64.S | 12 +-
21489 arch/x86/boot/compressed/misc.c | 11 +-
21490 arch/x86/boot/cpucheck.c | 16 +-
21491 arch/x86/boot/header.S | 6 +-
21492 arch/x86/boot/memory.c | 2 +-
21493 arch/x86/boot/video-vesa.c | 1 +
21494 arch/x86/boot/video.c | 2 +-
21495 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
21496 arch/x86/crypto/aesni-intel_asm.S | 106 +-
21497 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
21498 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
21499 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
21500 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
21501 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
21502 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
21503 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 4 +-
21504 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
21505 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
21506 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
21507 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
21508 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
21509 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
21510 arch/x86/crypto/sha256-avx-asm.S | 2 +
21511 arch/x86/crypto/sha256-avx2-asm.S | 2 +
21512 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
21513 arch/x86/crypto/sha512-avx-asm.S | 2 +
21514 arch/x86/crypto/sha512-avx2-asm.S | 2 +
21515 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
21516 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
21517 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
21518 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
21519 arch/x86/entry/calling.h | 86 +-
21520 arch/x86/entry/common.c | 13 +-
21521 arch/x86/entry/entry_32.S | 351 +-
21522 arch/x86/entry/entry_64.S | 619 +-
21523 arch/x86/entry/entry_64_compat.S | 159 +-
21524 arch/x86/entry/thunk_64.S | 2 +
21525 arch/x86/entry/vdso/Makefile | 2 +-
21526 arch/x86/entry/vdso/vdso2c.h | 8 +-
21527 arch/x86/entry/vdso/vma.c | 41 +-
21528 arch/x86/entry/vsyscall/vsyscall_64.c | 16 +-
21529 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
21530 arch/x86/ia32/ia32_signal.c | 23 +-
21531 arch/x86/ia32/sys_ia32.c | 42 +-
21532 arch/x86/include/asm/alternative-asm.h | 43 +-
21533 arch/x86/include/asm/alternative.h | 4 +-
21534 arch/x86/include/asm/apic.h | 2 +-
21535 arch/x86/include/asm/apm.h | 4 +-
21536 arch/x86/include/asm/atomic.h | 230 +-
21537 arch/x86/include/asm/atomic64_32.h | 100 +
21538 arch/x86/include/asm/atomic64_64.h | 164 +-
21539 arch/x86/include/asm/bitops.h | 18 +-
21540 arch/x86/include/asm/boot.h | 2 +-
21541 arch/x86/include/asm/cache.h | 5 +-
21542 arch/x86/include/asm/checksum_32.h | 12 +-
21543 arch/x86/include/asm/cmpxchg.h | 39 +
21544 arch/x86/include/asm/compat.h | 2 +-
21545 arch/x86/include/asm/cpufeature.h | 17 +-
21546 arch/x86/include/asm/desc.h | 78 +-
21547 arch/x86/include/asm/desc_defs.h | 6 +
21548 arch/x86/include/asm/div64.h | 2 +-
21549 arch/x86/include/asm/elf.h | 33 +-
21550 arch/x86/include/asm/emergency-restart.h | 2 +-
21551 arch/x86/include/asm/fpu/internal.h | 42 +-
21552 arch/x86/include/asm/fpu/types.h | 6 +-
21553 arch/x86/include/asm/futex.h | 14 +-
21554 arch/x86/include/asm/hw_irq.h | 4 +-
21555 arch/x86/include/asm/i8259.h | 2 +-
21556 arch/x86/include/asm/io.h | 22 +-
21557 arch/x86/include/asm/irqflags.h | 5 +
21558 arch/x86/include/asm/kprobes.h | 9 +-
21559 arch/x86/include/asm/local.h | 106 +-
21560 arch/x86/include/asm/mman.h | 15 +
21561 arch/x86/include/asm/mmu.h | 14 +-
21562 arch/x86/include/asm/mmu_context.h | 114 +-
21563 arch/x86/include/asm/module.h | 17 +-
21564 arch/x86/include/asm/nmi.h | 19 +-
21565 arch/x86/include/asm/page.h | 1 +
21566 arch/x86/include/asm/page_32.h | 12 +-
21567 arch/x86/include/asm/page_64.h | 14 +-
21568 arch/x86/include/asm/paravirt.h | 46 +-
21569 arch/x86/include/asm/paravirt_types.h | 15 +-
21570 arch/x86/include/asm/pgalloc.h | 23 +
21571 arch/x86/include/asm/pgtable-2level.h | 2 +
21572 arch/x86/include/asm/pgtable-3level.h | 7 +
21573 arch/x86/include/asm/pgtable.h | 128 +-
21574 arch/x86/include/asm/pgtable_32.h | 14 +-
21575 arch/x86/include/asm/pgtable_32_types.h | 24 +-
21576 arch/x86/include/asm/pgtable_64.h | 23 +-
21577 arch/x86/include/asm/pgtable_64_types.h | 5 +
21578 arch/x86/include/asm/pgtable_types.h | 26 +-
21579 arch/x86/include/asm/preempt.h | 2 +-
21580 arch/x86/include/asm/processor.h | 57 +-
21581 arch/x86/include/asm/ptrace.h | 13 +-
21582 arch/x86/include/asm/realmode.h | 4 +-
21583 arch/x86/include/asm/reboot.h | 10 +-
21584 arch/x86/include/asm/rmwcc.h | 84 +-
21585 arch/x86/include/asm/rwsem.h | 60 +-
21586 arch/x86/include/asm/segment.h | 27 +-
21587 arch/x86/include/asm/smap.h | 43 +
21588 arch/x86/include/asm/smp.h | 14 +-
21589 arch/x86/include/asm/stackprotector.h | 4 +-
21590 arch/x86/include/asm/stacktrace.h | 32 +-
21591 arch/x86/include/asm/switch_to.h | 4 +-
21592 arch/x86/include/asm/sys_ia32.h | 6 +-
21593 arch/x86/include/asm/thread_info.h | 27 +-
21594 arch/x86/include/asm/tlbflush.h | 77 +-
21595 arch/x86/include/asm/uaccess.h | 192 +-
21596 arch/x86/include/asm/uaccess_32.h | 28 +-
21597 arch/x86/include/asm/uaccess_64.h | 169 +-
21598 arch/x86/include/asm/word-at-a-time.h | 2 +-
21599 arch/x86/include/asm/x86_init.h | 10 +-
21600 arch/x86/include/asm/xen/page.h | 2 +-
21601 arch/x86/include/uapi/asm/e820.h | 2 +-
21602 arch/x86/kernel/Makefile | 2 +-
21603 arch/x86/kernel/acpi/boot.c | 4 +-
21604 arch/x86/kernel/acpi/sleep.c | 4 +
21605 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
21606 arch/x86/kernel/alternative.c | 124 +-
21607 arch/x86/kernel/apic/apic.c | 4 +-
21608 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
21609 arch/x86/kernel/apic/apic_noop.c | 2 +-
21610 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
21611 arch/x86/kernel/apic/io_apic.c | 8 +-
21612 arch/x86/kernel/apic/msi.c | 2 +-
21613 arch/x86/kernel/apic/probe_32.c | 4 +-
21614 arch/x86/kernel/apic/vector.c | 4 +-
21615 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
21616 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
21617 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
21618 arch/x86/kernel/apm_32.c | 21 +-
21619 arch/x86/kernel/asm-offsets.c | 20 +
21620 arch/x86/kernel/asm-offsets_64.c | 1 +
21621 arch/x86/kernel/cpu/Makefile | 4 -
21622 arch/x86/kernel/cpu/amd.c | 2 +-
21623 arch/x86/kernel/cpu/bugs_64.c | 2 +
21624 arch/x86/kernel/cpu/common.c | 202 +-
21625 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
21626 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
21627 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
21628 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
21629 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
21630 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
21631 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
21632 arch/x86/kernel/cpu/perf_event.c | 10 +-
21633 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
21634 arch/x86/kernel/cpu/perf_event_intel.c | 6 +-
21635 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
21636 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
21637 arch/x86/kernel/cpu/perf_event_intel_pt.c | 44 +-
21638 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
21639 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
21640 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
21641 arch/x86/kernel/crash_dump_64.c | 2 +-
21642 arch/x86/kernel/doublefault.c | 8 +-
21643 arch/x86/kernel/dumpstack.c | 24 +-
21644 arch/x86/kernel/dumpstack_32.c | 25 +-
21645 arch/x86/kernel/dumpstack_64.c | 62 +-
21646 arch/x86/kernel/e820.c | 4 +-
21647 arch/x86/kernel/early_printk.c | 1 +
21648 arch/x86/kernel/espfix_64.c | 44 +-
21649 arch/x86/kernel/fpu/core.c | 24 +-
21650 arch/x86/kernel/fpu/init.c | 40 +-
21651 arch/x86/kernel/fpu/regset.c | 22 +-
21652 arch/x86/kernel/fpu/signal.c | 20 +-
21653 arch/x86/kernel/fpu/xstate.c | 8 +-
21654 arch/x86/kernel/ftrace.c | 18 +-
21655 arch/x86/kernel/head64.c | 14 +-
21656 arch/x86/kernel/head_32.S | 235 +-
21657 arch/x86/kernel/head_64.S | 173 +-
21658 arch/x86/kernel/i386_ksyms_32.c | 12 +
21659 arch/x86/kernel/i8259.c | 10 +-
21660 arch/x86/kernel/io_delay.c | 2 +-
21661 arch/x86/kernel/ioport.c | 2 +-
21662 arch/x86/kernel/irq.c | 8 +-
21663 arch/x86/kernel/irq_32.c | 45 +-
21664 arch/x86/kernel/jump_label.c | 10 +-
21665 arch/x86/kernel/kgdb.c | 21 +-
21666 arch/x86/kernel/kprobes/core.c | 28 +-
21667 arch/x86/kernel/kprobes/opt.c | 16 +-
21668 arch/x86/kernel/ksysfs.c | 2 +-
21669 arch/x86/kernel/kvmclock.c | 20 +-
21670 arch/x86/kernel/ldt.c | 25 +
21671 arch/x86/kernel/livepatch.c | 12 +-
21672 arch/x86/kernel/machine_kexec_32.c | 6 +-
21673 arch/x86/kernel/mcount_64.S | 19 +-
21674 arch/x86/kernel/module.c | 78 +-
21675 arch/x86/kernel/msr.c | 2 +-
21676 arch/x86/kernel/nmi.c | 34 +-
21677 arch/x86/kernel/nmi_selftest.c | 4 +-
21678 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
21679 arch/x86/kernel/paravirt.c | 45 +-
21680 arch/x86/kernel/paravirt_patch_64.c | 8 +
21681 arch/x86/kernel/pci-calgary_64.c | 2 +-
21682 arch/x86/kernel/pci-iommu_table.c | 2 +-
21683 arch/x86/kernel/pci-swiotlb.c | 2 +-
21684 arch/x86/kernel/process.c | 80 +-
21685 arch/x86/kernel/process_32.c | 29 +-
21686 arch/x86/kernel/process_64.c | 14 +-
21687 arch/x86/kernel/ptrace.c | 20 +-
21688 arch/x86/kernel/pvclock.c | 8 +-
21689 arch/x86/kernel/reboot.c | 44 +-
21690 arch/x86/kernel/reboot_fixups_32.c | 2 +-
21691 arch/x86/kernel/relocate_kernel_64.S | 3 +-
21692 arch/x86/kernel/setup.c | 29 +-
21693 arch/x86/kernel/setup_percpu.c | 29 +-
21694 arch/x86/kernel/signal.c | 17 +-
21695 arch/x86/kernel/smp.c | 2 +-
21696 arch/x86/kernel/smpboot.c | 29 +-
21697 arch/x86/kernel/step.c | 6 +-
21698 arch/x86/kernel/sys_i386_32.c | 184 +
21699 arch/x86/kernel/sys_x86_64.c | 22 +-
21700 arch/x86/kernel/tboot.c | 14 +-
21701 arch/x86/kernel/time.c | 8 +-
21702 arch/x86/kernel/tls.c | 7 +-
21703 arch/x86/kernel/tracepoint.c | 4 +-
21704 arch/x86/kernel/traps.c | 53 +-
21705 arch/x86/kernel/tsc.c | 2 +-
21706 arch/x86/kernel/uprobes.c | 2 +-
21707 arch/x86/kernel/vm86_32.c | 6 +-
21708 arch/x86/kernel/vmlinux.lds.S | 153 +-
21709 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
21710 arch/x86/kernel/x86_init.c | 6 +-
21711 arch/x86/kvm/cpuid.c | 21 +-
21712 arch/x86/kvm/emulate.c | 2 +-
21713 arch/x86/kvm/lapic.c | 2 +-
21714 arch/x86/kvm/paging_tmpl.h | 2 +-
21715 arch/x86/kvm/svm.c | 10 +-
21716 arch/x86/kvm/vmx.c | 62 +-
21717 arch/x86/kvm/x86.c | 42 +-
21718 arch/x86/lguest/boot.c | 3 +-
21719 arch/x86/lib/atomic64_386_32.S | 164 +
21720 arch/x86/lib/atomic64_cx8_32.S | 98 +-
21721 arch/x86/lib/checksum_32.S | 99 +-
21722 arch/x86/lib/clear_page_64.S | 3 +
21723 arch/x86/lib/cmpxchg16b_emu.S | 3 +
21724 arch/x86/lib/copy_page_64.S | 14 +-
21725 arch/x86/lib/copy_user_64.S | 66 +-
21726 arch/x86/lib/csum-copy_64.S | 14 +-
21727 arch/x86/lib/csum-wrappers_64.c | 8 +-
21728 arch/x86/lib/getuser.S | 74 +-
21729 arch/x86/lib/insn.c | 8 +-
21730 arch/x86/lib/iomap_copy_64.S | 2 +
21731 arch/x86/lib/memcpy_64.S | 6 +
21732 arch/x86/lib/memmove_64.S | 3 +-
21733 arch/x86/lib/memset_64.S | 3 +
21734 arch/x86/lib/mmx_32.c | 243 +-
21735 arch/x86/lib/msr-reg.S | 2 +
21736 arch/x86/lib/putuser.S | 87 +-
21737 arch/x86/lib/rwsem.S | 6 +-
21738 arch/x86/lib/usercopy_32.c | 359 +-
21739 arch/x86/lib/usercopy_64.c | 20 +-
21740 arch/x86/math-emu/fpu_aux.c | 2 +-
21741 arch/x86/math-emu/fpu_entry.c | 4 +-
21742 arch/x86/math-emu/fpu_system.h | 2 +-
21743 arch/x86/mm/Makefile | 4 +
21744 arch/x86/mm/extable.c | 26 +-
21745 arch/x86/mm/fault.c | 570 +-
21746 arch/x86/mm/gup.c | 6 +-
21747 arch/x86/mm/highmem_32.c | 6 +
21748 arch/x86/mm/hugetlbpage.c | 24 +-
21749 arch/x86/mm/init.c | 111 +-
21750 arch/x86/mm/init_32.c | 111 +-
21751 arch/x86/mm/init_64.c | 46 +-
21752 arch/x86/mm/iomap_32.c | 4 +
21753 arch/x86/mm/ioremap.c | 52 +-
21754 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
21755 arch/x86/mm/mmap.c | 40 +-
21756 arch/x86/mm/mmio-mod.c | 10 +-
21757 arch/x86/mm/numa.c | 2 +-
21758 arch/x86/mm/pageattr.c | 38 +-
21759 arch/x86/mm/pat.c | 12 +-
21760 arch/x86/mm/pat_rbtree.c | 2 +-
21761 arch/x86/mm/pf_in.c | 10 +-
21762 arch/x86/mm/pgtable.c | 214 +-
21763 arch/x86/mm/pgtable_32.c | 3 +
21764 arch/x86/mm/setup_nx.c | 7 +
21765 arch/x86/mm/tlb.c | 4 +
21766 arch/x86/mm/uderef_64.c | 37 +
21767 arch/x86/net/bpf_jit.S | 11 +
21768 arch/x86/net/bpf_jit_comp.c | 13 +-
21769 arch/x86/oprofile/backtrace.c | 6 +-
21770 arch/x86/oprofile/nmi_int.c | 8 +-
21771 arch/x86/oprofile/op_model_amd.c | 8 +-
21772 arch/x86/oprofile/op_model_ppro.c | 7 +-
21773 arch/x86/oprofile/op_x86_model.h | 2 +-
21774 arch/x86/pci/intel_mid_pci.c | 2 +-
21775 arch/x86/pci/irq.c | 8 +-
21776 arch/x86/pci/pcbios.c | 144 +-
21777 arch/x86/platform/efi/efi_32.c | 24 +
21778 arch/x86/platform/efi/efi_64.c | 26 +-
21779 arch/x86/platform/efi/efi_stub_32.S | 64 +-
21780 arch/x86/platform/efi/efi_stub_64.S | 2 +
21781 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
21782 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
21783 arch/x86/platform/intel-mid/mfld.c | 4 +-
21784 arch/x86/platform/intel-mid/mrfl.c | 2 +-
21785 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
21786 arch/x86/platform/olpc/olpc_dt.c | 2 +-
21787 arch/x86/power/cpu.c | 11 +-
21788 arch/x86/realmode/init.c | 10 +-
21789 arch/x86/realmode/rm/Makefile | 3 +
21790 arch/x86/realmode/rm/header.S | 4 +-
21791 arch/x86/realmode/rm/reboot.S | 4 +
21792 arch/x86/realmode/rm/trampoline_32.S | 12 +-
21793 arch/x86/realmode/rm/trampoline_64.S | 3 +-
21794 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
21795 arch/x86/tools/Makefile | 2 +-
21796 arch/x86/tools/relocs.c | 96 +-
21797 arch/x86/um/mem_32.c | 2 +-
21798 arch/x86/um/tls_32.c | 2 +-
21799 arch/x86/xen/enlighten.c | 50 +-
21800 arch/x86/xen/mmu.c | 19 +-
21801 arch/x86/xen/smp.c | 16 +-
21802 arch/x86/xen/xen-asm_32.S | 2 +-
21803 arch/x86/xen/xen-head.S | 11 +
21804 arch/x86/xen/xen-ops.h | 2 -
21805 block/bio.c | 4 +-
21806 block/blk-iopoll.c | 2 +-
21807 block/blk-map.c | 2 +-
21808 block/blk-softirq.c | 2 +-
21809 block/bsg.c | 12 +-
21810 block/compat_ioctl.c | 4 +-
21811 block/genhd.c | 9 +-
21812 block/partitions/efi.c | 8 +-
21813 block/scsi_ioctl.c | 29 +-
21814 crypto/cryptd.c | 4 +-
21815 crypto/pcrypt.c | 2 +-
21816 crypto/zlib.c | 12 +-
21817 drivers/acpi/acpi_video.c | 2 +-
21818 drivers/acpi/apei/apei-internal.h | 2 +-
21819 drivers/acpi/apei/ghes.c | 4 +-
21820 drivers/acpi/bgrt.c | 6 +-
21821 drivers/acpi/blacklist.c | 4 +-
21822 drivers/acpi/bus.c | 4 +-
21823 drivers/acpi/device_pm.c | 4 +-
21824 drivers/acpi/ec.c | 2 +-
21825 drivers/acpi/pci_slot.c | 2 +-
21826 drivers/acpi/processor_idle.c | 2 +-
21827 drivers/acpi/processor_pdc.c | 2 +-
21828 drivers/acpi/sleep.c | 2 +-
21829 drivers/acpi/sysfs.c | 4 +-
21830 drivers/acpi/thermal.c | 2 +-
21831 drivers/acpi/video_detect.c | 7 +-
21832 drivers/ata/libata-core.c | 12 +-
21833 drivers/ata/libata-scsi.c | 2 +-
21834 drivers/ata/libata.h | 2 +-
21835 drivers/ata/pata_arasan_cf.c | 4 +-
21836 drivers/atm/adummy.c | 2 +-
21837 drivers/atm/ambassador.c | 8 +-
21838 drivers/atm/atmtcp.c | 14 +-
21839 drivers/atm/eni.c | 10 +-
21840 drivers/atm/firestream.c | 8 +-
21841 drivers/atm/fore200e.c | 14 +-
21842 drivers/atm/he.c | 18 +-
21843 drivers/atm/horizon.c | 4 +-
21844 drivers/atm/idt77252.c | 36 +-
21845 drivers/atm/iphase.c | 34 +-
21846 drivers/atm/lanai.c | 12 +-
21847 drivers/atm/nicstar.c | 46 +-
21848 drivers/atm/solos-pci.c | 4 +-
21849 drivers/atm/suni.c | 4 +-
21850 drivers/atm/uPD98402.c | 16 +-
21851 drivers/atm/zatm.c | 6 +-
21852 drivers/base/bus.c | 4 +-
21853 drivers/base/devtmpfs.c | 8 +-
21854 drivers/base/node.c | 2 +-
21855 drivers/base/platform-msi.c | 20 +-
21856 drivers/base/power/domain.c | 11 +-
21857 drivers/base/power/sysfs.c | 2 +-
21858 drivers/base/power/wakeup.c | 8 +-
21859 drivers/base/regmap/regmap-debugfs.c | 11 +-
21860 drivers/base/syscore.c | 4 +-
21861 drivers/block/cciss.c | 28 +-
21862 drivers/block/cciss.h | 2 +-
21863 drivers/block/cpqarray.c | 28 +-
21864 drivers/block/cpqarray.h | 2 +-
21865 drivers/block/drbd/drbd_bitmap.c | 2 +-
21866 drivers/block/drbd/drbd_int.h | 8 +-
21867 drivers/block/drbd/drbd_main.c | 12 +-
21868 drivers/block/drbd/drbd_nl.c | 4 +-
21869 drivers/block/drbd/drbd_receiver.c | 34 +-
21870 drivers/block/drbd/drbd_worker.c | 8 +-
21871 drivers/block/pktcdvd.c | 4 +-
21872 drivers/block/rbd.c | 2 +-
21873 drivers/bluetooth/btwilink.c | 2 +-
21874 drivers/bus/arm-cci.c | 12 +-
21875 drivers/cdrom/cdrom.c | 11 +-
21876 drivers/cdrom/gdrom.c | 1 -
21877 drivers/char/agp/compat_ioctl.c | 2 +-
21878 drivers/char/agp/frontend.c | 4 +-
21879 drivers/char/agp/intel-gtt.c | 4 +-
21880 drivers/char/hpet.c | 2 +-
21881 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
21882 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
21883 drivers/char/mem.c | 47 +-
21884 drivers/char/nvram.c | 2 +-
21885 drivers/char/pcmcia/synclink_cs.c | 16 +-
21886 drivers/char/random.c | 12 +-
21887 drivers/char/sonypi.c | 11 +-
21888 drivers/char/tpm/tpm_acpi.c | 3 +-
21889 drivers/char/tpm/tpm_eventlog.c | 4 +-
21890 drivers/char/virtio_console.c | 4 +-
21891 drivers/clk/clk-composite.c | 2 +-
21892 drivers/clk/samsung/clk.h | 2 +-
21893 drivers/clk/socfpga/clk-gate.c | 9 +-
21894 drivers/clk/socfpga/clk-pll.c | 9 +-
21895 drivers/clk/ti/clk.c | 8 +-
21896 drivers/cpufreq/acpi-cpufreq.c | 17 +-
21897 drivers/cpufreq/cpufreq-dt.c | 4 +-
21898 drivers/cpufreq/cpufreq.c | 30 +-
21899 drivers/cpufreq/cpufreq_governor.c | 2 +-
21900 drivers/cpufreq/cpufreq_governor.h | 4 +-
21901 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
21902 drivers/cpufreq/intel_pstate.c | 33 +-
21903 drivers/cpufreq/p4-clockmod.c | 12 +-
21904 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
21905 drivers/cpufreq/speedstep-centrino.c | 7 +-
21906 drivers/cpuidle/driver.c | 2 +-
21907 drivers/cpuidle/dt_idle_states.c | 2 +-
21908 drivers/cpuidle/governor.c | 2 +-
21909 drivers/cpuidle/sysfs.c | 2 +-
21910 drivers/crypto/hifn_795x.c | 4 +-
21911 drivers/devfreq/devfreq.c | 4 +-
21912 drivers/dma/sh/shdma-base.c | 4 +-
21913 drivers/dma/sh/shdmac.c | 2 +-
21914 drivers/edac/edac_device.c | 4 +-
21915 drivers/edac/edac_mc_sysfs.c | 2 +-
21916 drivers/edac/edac_pci.c | 4 +-
21917 drivers/edac/edac_pci_sysfs.c | 22 +-
21918 drivers/edac/mce_amd.h | 2 +-
21919 drivers/firewire/core-card.c | 6 +-
21920 drivers/firewire/core-device.c | 2 +-
21921 drivers/firewire/core-transaction.c | 1 +
21922 drivers/firewire/core.h | 1 +
21923 drivers/firmware/dmi-id.c | 2 +-
21924 drivers/firmware/dmi_scan.c | 12 +-
21925 drivers/firmware/efi/cper.c | 8 +-
21926 drivers/firmware/efi/efi.c | 12 +-
21927 drivers/firmware/efi/efivars.c | 2 +-
21928 drivers/firmware/efi/runtime-map.c | 2 +-
21929 drivers/firmware/google/gsmi.c | 2 +-
21930 drivers/firmware/google/memconsole.c | 7 +-
21931 drivers/firmware/memmap.c | 2 +-
21932 drivers/firmware/psci.c | 2 +-
21933 drivers/gpio/gpio-davinci.c | 6 +-
21934 drivers/gpio/gpio-em.c | 2 +-
21935 drivers/gpio/gpio-ich.c | 2 +-
21936 drivers/gpio/gpio-omap.c | 4 +-
21937 drivers/gpio/gpio-rcar.c | 2 +-
21938 drivers/gpio/gpio-vr41xx.c | 2 +-
21939 drivers/gpio/gpiolib.c | 12 +-
21940 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
21941 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
21942 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
21943 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
21944 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
21945 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
21946 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
21947 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
21948 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
21949 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
21950 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
21951 drivers/gpu/drm/drm_crtc.c | 2 +-
21952 drivers/gpu/drm/drm_drv.c | 2 +-
21953 drivers/gpu/drm/drm_fops.c | 12 +-
21954 drivers/gpu/drm/drm_global.c | 14 +-
21955 drivers/gpu/drm/drm_info.c | 13 +-
21956 drivers/gpu/drm/drm_ioc32.c | 13 +-
21957 drivers/gpu/drm/drm_ioctl.c | 2 +-
21958 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
21959 drivers/gpu/drm/i810/i810_drv.h | 4 +-
21960 drivers/gpu/drm/i915/i915_dma.c | 2 +-
21961 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
21962 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
21963 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
21964 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
21965 drivers/gpu/drm/i915/intel_display.c | 26 +-
21966 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
21967 drivers/gpu/drm/mga/mga_drv.h | 4 +-
21968 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
21969 drivers/gpu/drm/mga/mga_irq.c | 8 +-
21970 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
21971 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
21972 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
21973 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
21974 drivers/gpu/drm/omapdrm/Makefile | 2 +-
21975 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
21976 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
21977 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
21978 drivers/gpu/drm/qxl/qxl_ioctl.c | 10 +-
21979 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
21980 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
21981 drivers/gpu/drm/r128/r128_cce.c | 2 +-
21982 drivers/gpu/drm/r128/r128_drv.h | 4 +-
21983 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
21984 drivers/gpu/drm/r128/r128_irq.c | 4 +-
21985 drivers/gpu/drm/r128/r128_state.c | 4 +-
21986 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
21987 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
21988 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
21989 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
21990 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
21991 drivers/gpu/drm/radeon/radeon_state.c | 4 +-
21992 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
21993 drivers/gpu/drm/tegra/dc.c | 2 +-
21994 drivers/gpu/drm/tegra/dsi.c | 2 +-
21995 drivers/gpu/drm/tegra/hdmi.c | 2 +-
21996 drivers/gpu/drm/tegra/sor.c | 7 +-
21997 drivers/gpu/drm/tilcdc/Makefile | 6 +-
21998 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
21999 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
22000 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
22001 drivers/gpu/drm/udl/udl_fb.c | 1 -
22002 drivers/gpu/drm/via/via_drv.h | 4 +-
22003 drivers/gpu/drm/via/via_irq.c | 18 +-
22004 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
22005 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
22006 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
22007 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
22008 drivers/gpu/vga/vga_switcheroo.c | 4 +-
22009 drivers/hid/hid-core.c | 4 +-
22010 drivers/hid/hid-sensor-custom.c | 2 +-
22011 drivers/hv/channel.c | 2 +-
22012 drivers/hv/hv.c | 4 +-
22013 drivers/hv/hv_balloon.c | 18 +-
22014 drivers/hv/hyperv_vmbus.h | 2 +-
22015 drivers/hwmon/acpi_power_meter.c | 6 +-
22016 drivers/hwmon/applesmc.c | 2 +-
22017 drivers/hwmon/asus_atk0110.c | 10 +-
22018 drivers/hwmon/coretemp.c | 2 +-
22019 drivers/hwmon/dell-smm-hwmon.c | 2 +-
22020 drivers/hwmon/ibmaem.c | 2 +-
22021 drivers/hwmon/iio_hwmon.c | 2 +-
22022 drivers/hwmon/nct6683.c | 6 +-
22023 drivers/hwmon/nct6775.c | 6 +-
22024 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
22025 drivers/hwmon/sht15.c | 12 +-
22026 drivers/hwmon/via-cputemp.c | 2 +-
22027 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
22028 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
22029 drivers/i2c/i2c-dev.c | 2 +-
22030 drivers/ide/ide-cd.c | 2 +-
22031 drivers/ide/ide-disk.c | 2 +-
22032 drivers/iio/industrialio-core.c | 2 +-
22033 drivers/iio/magnetometer/ak8975.c | 2 +-
22034 drivers/infiniband/core/cm.c | 32 +-
22035 drivers/infiniband/core/fmr_pool.c | 20 +-
22036 drivers/infiniband/core/uverbs_cmd.c | 3 +
22037 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
22038 drivers/infiniband/hw/mlx4/mad.c | 2 +-
22039 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
22040 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
22041 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
22042 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
22043 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
22044 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
22045 drivers/infiniband/hw/nes/nes.c | 4 +-
22046 drivers/infiniband/hw/nes/nes.h | 40 +-
22047 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
22048 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
22049 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
22050 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
22051 drivers/infiniband/hw/qib/qib.h | 1 +
22052 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
22053 drivers/input/gameport/gameport.c | 4 +-
22054 drivers/input/input.c | 4 +-
22055 drivers/input/joystick/sidewinder.c | 1 +
22056 drivers/input/joystick/xpad.c | 4 +-
22057 drivers/input/misc/ims-pcu.c | 4 +-
22058 drivers/input/mouse/psmouse.h | 2 +-
22059 drivers/input/mousedev.c | 2 +-
22060 drivers/input/serio/serio.c | 4 +-
22061 drivers/input/serio/serio_raw.c | 4 +-
22062 drivers/input/touchscreen/htcpen.c | 2 +-
22063 drivers/iommu/arm-smmu-v3.c | 2 +-
22064 drivers/iommu/arm-smmu.c | 43 +-
22065 drivers/iommu/io-pgtable-arm.c | 101 +-
22066 drivers/iommu/io-pgtable.c | 11 +-
22067 drivers/iommu/io-pgtable.h | 19 +-
22068 drivers/iommu/iommu.c | 2 +-
22069 drivers/iommu/ipmmu-vmsa.c | 13 +-
22070 drivers/iommu/irq_remapping.c | 2 +-
22071 drivers/irqchip/irq-gic.c | 2 +-
22072 drivers/irqchip/irq-i8259.c | 2 +-
22073 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
22074 drivers/irqchip/irq-renesas-irqc.c | 2 +-
22075 drivers/isdn/capi/capi.c | 10 +-
22076 drivers/isdn/gigaset/interface.c | 8 +-
22077 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
22078 drivers/isdn/hardware/avm/b1.c | 4 +-
22079 drivers/isdn/i4l/isdn_common.c | 2 +
22080 drivers/isdn/i4l/isdn_tty.c | 22 +-
22081 drivers/isdn/icn/icn.c | 2 +-
22082 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
22083 drivers/lguest/core.c | 10 +-
22084 drivers/lguest/page_tables.c | 2 +-
22085 drivers/lguest/x86/core.c | 12 +-
22086 drivers/lguest/x86/switcher_32.S | 27 +-
22087 drivers/md/bcache/closure.h | 2 +-
22088 drivers/md/bitmap.c | 2 +-
22089 drivers/md/dm-ioctl.c | 2 +-
22090 drivers/md/dm-raid1.c | 18 +-
22091 drivers/md/dm-stats.c | 6 +-
22092 drivers/md/dm-stripe.c | 10 +-
22093 drivers/md/dm-table.c | 2 +-
22094 drivers/md/dm-thin-metadata.c | 4 +-
22095 drivers/md/dm.c | 16 +-
22096 drivers/md/md.c | 26 +-
22097 drivers/md/md.h | 6 +-
22098 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
22099 drivers/md/persistent-data/dm-space-map.h | 1 +
22100 drivers/md/raid1.c | 4 +-
22101 drivers/md/raid10.c | 18 +-
22102 drivers/md/raid5.c | 22 +-
22103 drivers/media/dvb-core/dvbdev.c | 2 +-
22104 drivers/media/dvb-frontends/af9033.h | 2 +-
22105 drivers/media/dvb-frontends/dib3000.h | 2 +-
22106 drivers/media/dvb-frontends/dib7000p.h | 2 +-
22107 drivers/media/dvb-frontends/dib8000.h | 2 +-
22108 drivers/media/pci/cx88/cx88-video.c | 6 +-
22109 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
22110 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
22111 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
22112 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
22113 drivers/media/pci/tw68/tw68-core.c | 2 +-
22114 drivers/media/platform/omap/omap_vout.c | 11 +-
22115 drivers/media/platform/s5p-tv/mixer.h | 2 +-
22116 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
22117 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
22118 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
22119 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
22120 drivers/media/radio/radio-cadet.c | 2 +
22121 drivers/media/radio/radio-maxiradio.c | 2 +-
22122 drivers/media/radio/radio-shark.c | 2 +-
22123 drivers/media/radio/radio-shark2.c | 2 +-
22124 drivers/media/radio/radio-si476x.c | 2 +-
22125 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
22126 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
22127 drivers/media/v4l2-core/v4l2-device.c | 4 +-
22128 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
22129 drivers/memory/omap-gpmc.c | 21 +-
22130 drivers/message/fusion/mptsas.c | 34 +-
22131 drivers/mfd/ab8500-debugfs.c | 2 +-
22132 drivers/mfd/kempld-core.c | 2 +-
22133 drivers/mfd/max8925-i2c.c | 2 +-
22134 drivers/mfd/tps65910.c | 2 +-
22135 drivers/mfd/twl4030-irq.c | 9 +-
22136 drivers/mfd/wm5110-tables.c | 2 +-
22137 drivers/mfd/wm8998-tables.c | 2 +-
22138 drivers/misc/c2port/core.c | 4 +-
22139 drivers/misc/kgdbts.c | 4 +-
22140 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
22141 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
22142 drivers/misc/mic/scif/scif_rb.c | 8 +-
22143 drivers/misc/sgi-gru/gruhandles.c | 4 +-
22144 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
22145 drivers/misc/sgi-gru/grutables.h | 154 +-
22146 drivers/misc/sgi-xp/xp.h | 2 +-
22147 drivers/misc/sgi-xp/xpc.h | 3 +-
22148 drivers/misc/sgi-xp/xpc_main.c | 2 +-
22149 drivers/mmc/card/block.c | 2 +-
22150 drivers/mmc/host/dw_mmc.h | 2 +-
22151 drivers/mmc/host/mmci.c | 4 +-
22152 drivers/mmc/host/omap_hsmmc.c | 4 +-
22153 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
22154 drivers/mmc/host/sdhci-s3c.c | 8 +-
22155 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
22156 drivers/mtd/nand/denali.c | 1 +
22157 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
22158 drivers/mtd/nftlmount.c | 1 +
22159 drivers/mtd/sm_ftl.c | 2 +-
22160 drivers/net/bonding/bond_netlink.c | 2 +-
22161 drivers/net/caif/caif_hsi.c | 2 +-
22162 drivers/net/can/Kconfig | 2 +-
22163 drivers/net/can/dev.c | 2 +-
22164 drivers/net/can/vcan.c | 2 +-
22165 drivers/net/dummy.c | 2 +-
22166 drivers/net/ethernet/8390/ax88796.c | 4 +-
22167 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
22168 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
22169 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
22170 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
22171 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
22172 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
22173 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
22174 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
22175 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
22176 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
22177 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
22178 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
22179 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
22180 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
22181 drivers/net/ethernet/broadcom/tg3.h | 1 +
22182 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
22183 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
22184 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
22185 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
22186 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
22187 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
22188 drivers/net/ethernet/faraday/ftmac100.c | 2 +
22189 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
22190 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
22191 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
22192 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
22193 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
22194 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
22195 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
22196 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
22197 drivers/net/ethernet/realtek/r8169.c | 8 +-
22198 drivers/net/ethernet/sfc/ptp.c | 2 +-
22199 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
22200 drivers/net/ethernet/via/via-rhine.c | 2 +-
22201 drivers/net/geneve.c | 2 +-
22202 drivers/net/hyperv/hyperv_net.h | 2 +-
22203 drivers/net/hyperv/rndis_filter.c | 4 +-
22204 drivers/net/ifb.c | 2 +-
22205 drivers/net/ipvlan/ipvlan_core.c | 2 +-
22206 drivers/net/macvlan.c | 20 +-
22207 drivers/net/macvtap.c | 6 +-
22208 drivers/net/nlmon.c | 2 +-
22209 drivers/net/phy/phy_device.c | 6 +-
22210 drivers/net/ppp/ppp_generic.c | 4 +-
22211 drivers/net/slip/slhc.c | 2 +-
22212 drivers/net/team/team.c | 4 +-
22213 drivers/net/tun.c | 7 +-
22214 drivers/net/usb/hso.c | 23 +-
22215 drivers/net/usb/r8152.c | 2 +-
22216 drivers/net/usb/sierra_net.c | 4 +-
22217 drivers/net/virtio_net.c | 2 +-
22218 drivers/net/vrf.c | 2 +-
22219 drivers/net/vxlan.c | 4 +-
22220 drivers/net/wimax/i2400m/rx.c | 2 +-
22221 drivers/net/wireless/airo.c | 2 +-
22222 drivers/net/wireless/at76c50x-usb.c | 2 +-
22223 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
22224 drivers/net/wireless/ath/ath10k/htc.c | 7 +-
22225 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
22226 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
22227 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
22228 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
22229 drivers/net/wireless/ath/ath9k/main.c | 22 +-
22230 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
22231 drivers/net/wireless/b43/phy_lp.c | 2 +-
22232 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
22233 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
22234 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
22235 drivers/net/wireless/mac80211_hwsim.c | 28 +-
22236 drivers/net/wireless/rndis_wlan.c | 2 +-
22237 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
22238 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
22239 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
22240 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
22241 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
22242 drivers/nfc/nfcwilink.c | 2 +-
22243 drivers/of/fdt.c | 4 +-
22244 drivers/oprofile/buffer_sync.c | 8 +-
22245 drivers/oprofile/event_buffer.c | 2 +-
22246 drivers/oprofile/oprof.c | 2 +-
22247 drivers/oprofile/oprofile_stats.c | 10 +-
22248 drivers/oprofile/oprofile_stats.h | 10 +-
22249 drivers/oprofile/oprofilefs.c | 6 +-
22250 drivers/oprofile/timer_int.c | 2 +-
22251 drivers/parport/procfs.c | 4 +-
22252 drivers/pci/host/pci-host-generic.c | 24 +-
22253 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
22254 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
22255 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
22256 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
22257 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
22258 drivers/pci/hotplug/pciehp_core.c | 2 +-
22259 drivers/pci/msi.c | 22 +-
22260 drivers/pci/pci-sysfs.c | 6 +-
22261 drivers/pci/pci.h | 2 +-
22262 drivers/pci/pcie/aspm.c | 6 +-
22263 drivers/pci/pcie/portdrv_pci.c | 2 +-
22264 drivers/pci/probe.c | 2 +-
22265 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
22266 drivers/pinctrl/pinctrl-at91.c | 5 +-
22267 drivers/platform/chrome/chromeos_pstore.c | 2 +-
22268 drivers/platform/x86/alienware-wmi.c | 4 +-
22269 drivers/platform/x86/compal-laptop.c | 2 +-
22270 drivers/platform/x86/hdaps.c | 2 +-
22271 drivers/platform/x86/ibm_rtl.c | 2 +-
22272 drivers/platform/x86/intel_oaktrail.c | 2 +-
22273 drivers/platform/x86/msi-laptop.c | 16 +-
22274 drivers/platform/x86/msi-wmi.c | 2 +-
22275 drivers/platform/x86/samsung-laptop.c | 2 +-
22276 drivers/platform/x86/samsung-q10.c | 2 +-
22277 drivers/platform/x86/sony-laptop.c | 14 +-
22278 drivers/platform/x86/thinkpad_acpi.c | 2 +-
22279 drivers/pnp/pnpbios/bioscalls.c | 14 +-
22280 drivers/pnp/pnpbios/core.c | 2 +-
22281 drivers/power/pda_power.c | 7 +-
22282 drivers/power/power_supply.h | 4 +-
22283 drivers/power/power_supply_core.c | 7 +-
22284 drivers/power/power_supply_sysfs.c | 6 +-
22285 drivers/power/reset/at91-reset.c | 9 +-
22286 drivers/powercap/powercap_sys.c | 136 +-
22287 drivers/ptp/ptp_private.h | 2 +-
22288 drivers/ptp/ptp_sysfs.c | 2 +-
22289 drivers/regulator/core.c | 4 +-
22290 drivers/regulator/max8660.c | 6 +-
22291 drivers/regulator/max8973-regulator.c | 16 +-
22292 drivers/regulator/mc13892-regulator.c | 8 +-
22293 drivers/rtc/rtc-armada38x.c | 7 +-
22294 drivers/rtc/rtc-cmos.c | 4 +-
22295 drivers/rtc/rtc-ds1307.c | 2 +-
22296 drivers/rtc/rtc-m48t59.c | 4 +-
22297 drivers/rtc/rtc-test.c | 6 +-
22298 drivers/scsi/be2iscsi/be_main.c | 2 +-
22299 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
22300 drivers/scsi/bfa/bfa_ioc.h | 4 +-
22301 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
22302 drivers/scsi/hosts.c | 4 +-
22303 drivers/scsi/hpsa.c | 38 +-
22304 drivers/scsi/hpsa.h | 2 +-
22305 drivers/scsi/libfc/fc_exch.c | 50 +-
22306 drivers/scsi/libsas/sas_ata.c | 2 +-
22307 drivers/scsi/lpfc/lpfc.h | 8 +-
22308 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
22309 drivers/scsi/lpfc/lpfc_init.c | 6 +-
22310 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
22311 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
22312 drivers/scsi/mpt2sas/mpt2sas_scsih.c | 8 +-
22313 drivers/scsi/pmcraid.c | 20 +-
22314 drivers/scsi/pmcraid.h | 8 +-
22315 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
22316 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
22317 drivers/scsi/qla2xxx/qla_os.c | 6 +-
22318 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
22319 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
22320 drivers/scsi/scsi.c | 2 +-
22321 drivers/scsi/scsi_lib.c | 8 +-
22322 drivers/scsi/scsi_sysfs.c | 2 +-
22323 drivers/scsi/scsi_transport_fc.c | 8 +-
22324 drivers/scsi/scsi_transport_iscsi.c | 6 +-
22325 drivers/scsi/scsi_transport_srp.c | 6 +-
22326 drivers/scsi/sd.c | 6 +-
22327 drivers/scsi/sg.c | 2 +-
22328 drivers/scsi/sr.c | 21 +-
22329 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
22330 drivers/spi/spi.c | 2 +-
22331 drivers/staging/android/timed_output.c | 6 +-
22332 drivers/staging/comedi/comedi_fops.c | 8 +-
22333 drivers/staging/fbtft/fbtft-core.c | 2 +-
22334 drivers/staging/fbtft/fbtft.h | 2 +-
22335 drivers/staging/gdm724x/gdm_tty.c | 2 +-
22336 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
22337 drivers/staging/iio/adc/ad7280a.c | 4 +-
22338 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
22339 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
22340 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
22341 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
22342 drivers/staging/lustre/lustre/include/obd.h | 2 +-
22343 drivers/staging/octeon/ethernet-rx.c | 20 +-
22344 drivers/staging/octeon/ethernet.c | 8 +-
22345 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
22346 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
22347 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
22348 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
22349 drivers/staging/sm750fb/sm750.c | 14 +-
22350 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
22351 drivers/target/sbp/sbp_target.c | 4 +-
22352 drivers/thermal/cpu_cooling.c | 9 +-
22353 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
22354 drivers/thermal/of-thermal.c | 17 +-
22355 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
22356 drivers/tty/cyclades.c | 6 +-
22357 drivers/tty/hvc/hvc_console.c | 14 +-
22358 drivers/tty/hvc/hvcs.c | 21 +-
22359 drivers/tty/hvc/hvsi.c | 22 +-
22360 drivers/tty/hvc/hvsi_lib.c | 4 +-
22361 drivers/tty/ipwireless/tty.c | 27 +-
22362 drivers/tty/moxa.c | 2 +-
22363 drivers/tty/n_gsm.c | 4 +-
22364 drivers/tty/n_tty.c | 3 +-
22365 drivers/tty/pty.c | 4 +-
22366 drivers/tty/rocket.c | 6 +-
22367 drivers/tty/serial/8250/8250_core.c | 10 +-
22368 drivers/tty/serial/ifx6x60.c | 2 +-
22369 drivers/tty/serial/ioc4_serial.c | 6 +-
22370 drivers/tty/serial/kgdb_nmi.c | 4 +-
22371 drivers/tty/serial/kgdboc.c | 32 +-
22372 drivers/tty/serial/msm_serial.c | 4 +-
22373 drivers/tty/serial/samsung.c | 9 +-
22374 drivers/tty/serial/serial_core.c | 8 +-
22375 drivers/tty/synclink.c | 34 +-
22376 drivers/tty/synclink_gt.c | 28 +-
22377 drivers/tty/synclinkmp.c | 34 +-
22378 drivers/tty/tty_io.c | 2 +-
22379 drivers/tty/tty_ldisc.c | 8 +-
22380 drivers/tty/tty_port.c | 22 +-
22381 drivers/uio/uio.c | 13 +-
22382 drivers/usb/atm/cxacru.c | 2 +-
22383 drivers/usb/atm/usbatm.c | 24 +-
22384 drivers/usb/class/cdc-acm.h | 2 +-
22385 drivers/usb/core/devices.c | 6 +-
22386 drivers/usb/core/devio.c | 12 +-
22387 drivers/usb/core/hcd.c | 4 +-
22388 drivers/usb/core/sysfs.c | 2 +-
22389 drivers/usb/core/usb.c | 2 +-
22390 drivers/usb/early/ehci-dbgp.c | 16 +-
22391 drivers/usb/gadget/function/u_serial.c | 22 +-
22392 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
22393 drivers/usb/host/ehci-hcd.c | 2 +-
22394 drivers/usb/host/ehci-hub.c | 4 +-
22395 drivers/usb/host/ehci-q.c | 4 +-
22396 drivers/usb/host/fotg210-hcd.c | 2 +-
22397 drivers/usb/host/fusbh200-hcd.c | 2 +-
22398 drivers/usb/host/hwa-hc.c | 2 +-
22399 drivers/usb/host/ohci-hcd.c | 2 +-
22400 drivers/usb/host/r8a66597.h | 2 +-
22401 drivers/usb/host/uhci-hcd.c | 2 +-
22402 drivers/usb/host/xhci-pci.c | 2 +-
22403 drivers/usb/host/xhci.c | 2 +-
22404 drivers/usb/misc/appledisplay.c | 4 +-
22405 drivers/usb/serial/console.c | 8 +-
22406 drivers/usb/storage/transport.c | 2 +-
22407 drivers/usb/storage/usb.c | 2 +-
22408 drivers/usb/storage/usb.h | 2 +-
22409 drivers/usb/usbip/vhci.h | 2 +-
22410 drivers/usb/usbip/vhci_hcd.c | 6 +-
22411 drivers/usb/usbip/vhci_rx.c | 2 +-
22412 drivers/usb/wusbcore/wa-hc.h | 4 +-
22413 drivers/usb/wusbcore/wa-xfer.c | 2 +-
22414 drivers/vfio/vfio.c | 2 +-
22415 drivers/vhost/vringh.c | 20 +-
22416 drivers/video/backlight/kb3886_bl.c | 2 +-
22417 drivers/video/console/fbcon.c | 2 +-
22418 drivers/video/fbdev/aty/aty128fb.c | 2 +-
22419 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
22420 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
22421 drivers/video/fbdev/core/fb_defio.c | 6 +-
22422 drivers/video/fbdev/core/fbmem.c | 2 +-
22423 drivers/video/fbdev/hyperv_fb.c | 4 +-
22424 drivers/video/fbdev/i810/i810_accel.c | 1 +
22425 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
22426 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
22427 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
22428 drivers/video/fbdev/omap2/dss/display.c | 8 +-
22429 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
22430 drivers/video/fbdev/smscufx.c | 4 +-
22431 drivers/video/fbdev/udlfb.c | 36 +-
22432 drivers/video/fbdev/uvesafb.c | 52 +-
22433 drivers/video/fbdev/vesafb.c | 58 +-
22434 drivers/video/fbdev/via/via_clock.h | 2 +-
22435 drivers/xen/events/events_base.c | 6 +-
22436 drivers/xen/evtchn.c | 4 +-
22437 fs/Kconfig.binfmt | 2 +-
22438 fs/afs/inode.c | 4 +-
22439 fs/aio.c | 2 +-
22440 fs/autofs4/waitq.c | 2 +-
22441 fs/befs/endian.h | 6 +-
22442 fs/binfmt_aout.c | 23 +-
22443 fs/binfmt_elf.c | 670 +-
22444 fs/binfmt_elf_fdpic.c | 4 +-
22445 fs/block_dev.c | 2 +-
22446 fs/btrfs/ctree.c | 9 +-
22447 fs/btrfs/delayed-inode.c | 9 +-
22448 fs/btrfs/delayed-inode.h | 6 +-
22449 fs/btrfs/file.c | 10 +-
22450 fs/btrfs/inode.c | 14 +-
22451 fs/btrfs/super.c | 2 +-
22452 fs/btrfs/sysfs.c | 2 +-
22453 fs/btrfs/tests/free-space-tests.c | 8 +-
22454 fs/btrfs/tree-log.h | 2 +-
22455 fs/buffer.c | 2 +-
22456 fs/cachefiles/bind.c | 6 +-
22457 fs/cachefiles/daemon.c | 8 +-
22458 fs/cachefiles/internal.h | 12 +-
22459 fs/cachefiles/namei.c | 2 +-
22460 fs/cachefiles/proc.c | 12 +-
22461 fs/ceph/dir.c | 12 +-
22462 fs/ceph/super.c | 4 +-
22463 fs/cifs/cifs_debug.c | 12 +-
22464 fs/cifs/cifsfs.c | 8 +-
22465 fs/cifs/cifsglob.h | 54 +-
22466 fs/cifs/file.c | 10 +-
22467 fs/cifs/misc.c | 4 +-
22468 fs/cifs/smb1ops.c | 80 +-
22469 fs/cifs/smb2ops.c | 84 +-
22470 fs/cifs/smb2pdu.c | 3 +-
22471 fs/coda/cache.c | 10 +-
22472 fs/compat.c | 4 +-
22473 fs/compat_binfmt_elf.c | 2 +
22474 fs/compat_ioctl.c | 12 +-
22475 fs/configfs/dir.c | 10 +-
22476 fs/coredump.c | 16 +-
22477 fs/dcache.c | 51 +-
22478 fs/ecryptfs/inode.c | 2 +-
22479 fs/ecryptfs/miscdev.c | 2 +-
22480 fs/exec.c | 362 +-
22481 fs/ext2/xattr.c | 5 +-
22482 fs/ext4/ext4.h | 20 +-
22483 fs/ext4/mballoc.c | 44 +-
22484 fs/ext4/resize.c | 16 +-
22485 fs/ext4/super.c | 4 +-
22486 fs/ext4/xattr.c | 5 +-
22487 fs/fhandle.c | 3 +-
22488 fs/file.c | 4 +-
22489 fs/fs_struct.c | 8 +-
22490 fs/fscache/cookie.c | 40 +-
22491 fs/fscache/internal.h | 202 +-
22492 fs/fscache/object.c | 26 +-
22493 fs/fscache/operation.c | 38 +-
22494 fs/fscache/page.c | 110 +-
22495 fs/fscache/stats.c | 348 +-
22496 fs/fuse/cuse.c | 10 +-
22497 fs/fuse/dev.c | 4 +-
22498 fs/gfs2/glock.c | 22 +-
22499 fs/gfs2/glops.c | 4 +-
22500 fs/gfs2/quota.c | 6 +-
22501 fs/hugetlbfs/inode.c | 13 +-
22502 fs/inode.c | 4 +-
22503 fs/jffs2/erase.c | 3 +-
22504 fs/jffs2/wbuf.c | 3 +-
22505 fs/jfs/super.c | 2 +-
22506 fs/kernfs/dir.c | 2 +-
22507 fs/kernfs/file.c | 20 +-
22508 fs/libfs.c | 10 +-
22509 fs/lockd/clntproc.c | 4 +-
22510 fs/namei.c | 16 +-
22511 fs/namespace.c | 16 +-
22512 fs/nfs/callback_xdr.c | 2 +-
22513 fs/nfs/inode.c | 6 +-
22514 fs/nfsd/nfs4proc.c | 2 +-
22515 fs/nfsd/nfs4xdr.c | 2 +-
22516 fs/nfsd/nfscache.c | 11 +-
22517 fs/nfsd/vfs.c | 6 +-
22518 fs/nls/nls_base.c | 26 +-
22519 fs/nls/nls_euc-jp.c | 6 +-
22520 fs/nls/nls_koi8-ru.c | 6 +-
22521 fs/notify/fanotify/fanotify_user.c | 4 +-
22522 fs/notify/notification.c | 4 +-
22523 fs/ntfs/dir.c | 2 +-
22524 fs/ntfs/super.c | 6 +-
22525 fs/ocfs2/localalloc.c | 2 +-
22526 fs/ocfs2/ocfs2.h | 10 +-
22527 fs/ocfs2/suballoc.c | 12 +-
22528 fs/ocfs2/super.c | 20 +-
22529 fs/pipe.c | 72 +-
22530 fs/posix_acl.c | 4 +-
22531 fs/proc/array.c | 20 +
22532 fs/proc/base.c | 4 +-
22533 fs/proc/kcore.c | 34 +-
22534 fs/proc/meminfo.c | 2 +-
22535 fs/proc/nommu.c | 2 +-
22536 fs/proc/proc_sysctl.c | 26 +-
22537 fs/proc/task_mmu.c | 39 +-
22538 fs/proc/task_nommu.c | 4 +-
22539 fs/proc/vmcore.c | 16 +-
22540 fs/qnx6/qnx6.h | 4 +-
22541 fs/quota/netlink.c | 4 +-
22542 fs/read_write.c | 2 +-
22543 fs/reiserfs/do_balan.c | 2 +-
22544 fs/reiserfs/procfs.c | 2 +-
22545 fs/reiserfs/reiserfs.h | 4 +-
22546 fs/seq_file.c | 4 +-
22547 fs/splice.c | 43 +-
22548 fs/squashfs/xattr.c | 12 +-
22549 fs/sysv/sysv.h | 2 +-
22550 fs/tracefs/inode.c | 8 +-
22551 fs/udf/misc.c | 2 +-
22552 fs/ufs/swab.h | 4 +-
22553 fs/userfaultfd.c | 2 +-
22554 fs/xattr.c | 21 +
22555 fs/xfs/libxfs/xfs_bmap.c | 2 +-
22556 fs/xfs/xfs_dir2_readdir.c | 7 +-
22557 fs/xfs/xfs_ioctl.c | 2 +-
22558 fs/xfs/xfs_linux.h | 4 +-
22559 include/asm-generic/4level-fixup.h | 2 +
22560 include/asm-generic/atomic-long.h | 156 +-
22561 include/asm-generic/atomic64.h | 12 +
22562 include/asm-generic/bitops/__fls.h | 2 +-
22563 include/asm-generic/bitops/fls.h | 2 +-
22564 include/asm-generic/bitops/fls64.h | 4 +-
22565 include/asm-generic/bug.h | 6 +-
22566 include/asm-generic/cache.h | 4 +-
22567 include/asm-generic/emergency-restart.h | 2 +-
22568 include/asm-generic/kmap_types.h | 4 +-
22569 include/asm-generic/local.h | 13 +
22570 include/asm-generic/pgtable-nopmd.h | 18 +-
22571 include/asm-generic/pgtable-nopud.h | 15 +-
22572 include/asm-generic/pgtable.h | 16 +
22573 include/asm-generic/sections.h | 1 +
22574 include/asm-generic/uaccess.h | 16 +
22575 include/asm-generic/vmlinux.lds.h | 15 +-
22576 include/crypto/algapi.h | 2 +-
22577 include/drm/drmP.h | 16 +-
22578 include/drm/drm_crtc_helper.h | 2 +-
22579 include/drm/drm_mm.h | 2 +-
22580 include/drm/i915_pciids.h | 2 +-
22581 include/drm/intel-gtt.h | 4 +-
22582 include/drm/ttm/ttm_memory.h | 2 +-
22583 include/drm/ttm/ttm_page_alloc.h | 1 +
22584 include/keys/asymmetric-subtype.h | 2 +-
22585 include/linux/atmdev.h | 4 +-
22586 include/linux/atomic.h | 17 +-
22587 include/linux/audit.h | 2 +-
22588 include/linux/average.h | 2 +-
22589 include/linux/binfmts.h | 3 +-
22590 include/linux/bitmap.h | 2 +-
22591 include/linux/bitops.h | 8 +-
22592 include/linux/blkdev.h | 2 +-
22593 include/linux/blktrace_api.h | 2 +-
22594 include/linux/cache.h | 8 +
22595 include/linux/cdrom.h | 1 -
22596 include/linux/cleancache.h | 2 +-
22597 include/linux/clk-provider.h | 1 +
22598 include/linux/compat.h | 6 +-
22599 include/linux/compiler-gcc.h | 28 +-
22600 include/linux/compiler.h | 157 +-
22601 include/linux/configfs.h | 2 +-
22602 include/linux/cpufreq.h | 3 +-
22603 include/linux/cpuidle.h | 5 +-
22604 include/linux/cpumask.h | 14 +-
22605 include/linux/crypto.h | 4 +-
22606 include/linux/ctype.h | 2 +-
22607 include/linux/dcache.h | 4 +-
22608 include/linux/decompress/mm.h | 2 +-
22609 include/linux/devfreq.h | 2 +-
22610 include/linux/device.h | 7 +-
22611 include/linux/dma-mapping.h | 2 +-
22612 include/linux/efi.h | 1 +
22613 include/linux/elf.h | 2 +
22614 include/linux/err.h | 4 +-
22615 include/linux/extcon.h | 2 +-
22616 include/linux/fb.h | 3 +-
22617 include/linux/fdtable.h | 2 +-
22618 include/linux/fs.h | 5 +-
22619 include/linux/fs_struct.h | 2 +-
22620 include/linux/fscache-cache.h | 2 +-
22621 include/linux/fscache.h | 2 +-
22622 include/linux/fsnotify.h | 2 +-
22623 include/linux/genhd.h | 4 +-
22624 include/linux/genl_magic_func.h | 2 +-
22625 include/linux/gfp.h | 12 +-
22626 include/linux/highmem.h | 12 +
22627 include/linux/hwmon-sysfs.h | 6 +-
22628 include/linux/i2c.h | 1 +
22629 include/linux/if_pppox.h | 2 +-
22630 include/linux/init.h | 12 +-
22631 include/linux/init_task.h | 7 +
22632 include/linux/interrupt.h | 6 +-
22633 include/linux/iommu.h | 2 +-
22634 include/linux/ioport.h | 2 +-
22635 include/linux/ipc.h | 2 +-
22636 include/linux/irq.h | 5 +-
22637 include/linux/irqdesc.h | 2 +-
22638 include/linux/irqdomain.h | 3 +
22639 include/linux/jiffies.h | 16 +-
22640 include/linux/key-type.h | 2 +-
22641 include/linux/kgdb.h | 6 +-
22642 include/linux/kmemleak.h | 4 +-
22643 include/linux/kobject.h | 3 +-
22644 include/linux/kobject_ns.h | 2 +-
22645 include/linux/kref.h | 2 +-
22646 include/linux/libata.h | 2 +-
22647 include/linux/linkage.h | 1 +
22648 include/linux/list.h | 15 +
22649 include/linux/lockref.h | 26 +-
22650 include/linux/math64.h | 10 +-
22651 include/linux/mempolicy.h | 7 +
22652 include/linux/mm.h | 102 +-
22653 include/linux/mm_types.h | 20 +
22654 include/linux/mmiotrace.h | 4 +-
22655 include/linux/mmzone.h | 2 +-
22656 include/linux/mod_devicetable.h | 4 +-
22657 include/linux/module.h | 69 +-
22658 include/linux/moduleloader.h | 16 +
22659 include/linux/moduleparam.h | 4 +-
22660 include/linux/net.h | 2 +-
22661 include/linux/netdevice.h | 7 +-
22662 include/linux/netfilter.h | 2 +-
22663 include/linux/netfilter/nfnetlink.h | 2 +-
22664 include/linux/nls.h | 4 +-
22665 include/linux/notifier.h | 3 +-
22666 include/linux/oprofile.h | 4 +-
22667 include/linux/padata.h | 2 +-
22668 include/linux/pci_hotplug.h | 3 +-
22669 include/linux/percpu.h | 2 +-
22670 include/linux/perf_event.h | 12 +-
22671 include/linux/pipe_fs_i.h | 8 +-
22672 include/linux/pm.h | 1 +
22673 include/linux/pm_domain.h | 4 +-
22674 include/linux/pm_runtime.h | 2 +-
22675 include/linux/pnp.h | 2 +-
22676 include/linux/poison.h | 4 +-
22677 include/linux/power/smartreflex.h | 2 +-
22678 include/linux/ppp-comp.h | 2 +-
22679 include/linux/preempt.h | 21 +
22680 include/linux/proc_ns.h | 2 +-
22681 include/linux/psci.h | 2 +-
22682 include/linux/quota.h | 2 +-
22683 include/linux/random.h | 19 +-
22684 include/linux/rculist.h | 16 +
22685 include/linux/reboot.h | 14 +-
22686 include/linux/regset.h | 3 +-
22687 include/linux/relay.h | 2 +-
22688 include/linux/rio.h | 2 +-
22689 include/linux/rmap.h | 4 +-
22690 include/linux/sched.h | 72 +-
22691 include/linux/sched/sysctl.h | 1 +
22692 include/linux/semaphore.h | 2 +-
22693 include/linux/seq_file.h | 1 +
22694 include/linux/signal.h | 2 +-
22695 include/linux/skbuff.h | 12 +-
22696 include/linux/slab.h | 47 +-
22697 include/linux/slab_def.h | 14 +-
22698 include/linux/slub_def.h | 2 +-
22699 include/linux/smp.h | 2 +
22700 include/linux/sock_diag.h | 2 +-
22701 include/linux/sonet.h | 2 +-
22702 include/linux/sunrpc/addr.h | 8 +-
22703 include/linux/sunrpc/clnt.h | 2 +-
22704 include/linux/sunrpc/svc.h | 2 +-
22705 include/linux/sunrpc/svc_rdma.h | 18 +-
22706 include/linux/sunrpc/svcauth.h | 2 +-
22707 include/linux/swapops.h | 10 +-
22708 include/linux/swiotlb.h | 3 +-
22709 include/linux/syscalls.h | 21 +-
22710 include/linux/syscore_ops.h | 2 +-
22711 include/linux/sysctl.h | 3 +-
22712 include/linux/sysfs.h | 9 +-
22713 include/linux/sysrq.h | 3 +-
22714 include/linux/tcp.h | 14 +-
22715 include/linux/thread_info.h | 7 +
22716 include/linux/tty.h | 4 +-
22717 include/linux/tty_driver.h | 2 +-
22718 include/linux/tty_ldisc.h | 2 +-
22719 include/linux/types.h | 16 +
22720 include/linux/uaccess.h | 6 +-
22721 include/linux/uio_driver.h | 2 +-
22722 include/linux/unaligned/access_ok.h | 24 +-
22723 include/linux/usb.h | 12 +-
22724 include/linux/usb/hcd.h | 1 +
22725 include/linux/usb/renesas_usbhs.h | 2 +-
22726 include/linux/vermagic.h | 21 +-
22727 include/linux/vga_switcheroo.h | 8 +-
22728 include/linux/vmalloc.h | 7 +-
22729 include/linux/vmstat.h | 24 +-
22730 include/linux/xattr.h | 5 +-
22731 include/linux/zlib.h | 3 +-
22732 include/media/v4l2-dev.h | 2 +-
22733 include/media/v4l2-device.h | 2 +-
22734 include/net/9p/transport.h | 2 +-
22735 include/net/bluetooth/l2cap.h | 2 +-
22736 include/net/bonding.h | 2 +-
22737 include/net/caif/cfctrl.h | 6 +-
22738 include/net/flow.h | 2 +-
22739 include/net/genetlink.h | 2 +-
22740 include/net/gro_cells.h | 2 +-
22741 include/net/inet_connection_sock.h | 2 +-
22742 include/net/inet_sock.h | 2 +-
22743 include/net/inetpeer.h | 2 +-
22744 include/net/ip_fib.h | 2 +-
22745 include/net/ip_vs.h | 8 +-
22746 include/net/ipv6.h | 2 +-
22747 include/net/irda/ircomm_tty.h | 1 +
22748 include/net/iucv/af_iucv.h | 2 +-
22749 include/net/llc_c_ac.h | 2 +-
22750 include/net/llc_c_ev.h | 4 +-
22751 include/net/llc_c_st.h | 2 +-
22752 include/net/llc_s_ac.h | 2 +-
22753 include/net/llc_s_st.h | 2 +-
22754 include/net/mac80211.h | 4 +-
22755 include/net/neighbour.h | 2 +-
22756 include/net/net_namespace.h | 18 +-
22757 include/net/netlink.h | 2 +-
22758 include/net/netns/conntrack.h | 6 +-
22759 include/net/netns/ipv4.h | 4 +-
22760 include/net/netns/ipv6.h | 4 +-
22761 include/net/netns/xfrm.h | 2 +-
22762 include/net/ping.h | 2 +-
22763 include/net/protocol.h | 4 +-
22764 include/net/rtnetlink.h | 2 +-
22765 include/net/sctp/checksum.h | 4 +-
22766 include/net/sctp/sm.h | 4 +-
22767 include/net/sctp/structs.h | 2 +-
22768 include/net/sock.h | 12 +-
22769 include/net/tcp.h | 8 +-
22770 include/net/xfrm.h | 13 +-
22771 include/rdma/iw_cm.h | 2 +-
22772 include/scsi/libfc.h | 3 +-
22773 include/scsi/scsi_device.h | 6 +-
22774 include/scsi/scsi_driver.h | 2 +-
22775 include/scsi/scsi_transport_fc.h | 3 +-
22776 include/scsi/sg.h | 2 +-
22777 include/sound/compress_driver.h | 2 +-
22778 include/sound/soc.h | 4 +-
22779 include/trace/events/irq.h | 4 +-
22780 include/uapi/linux/a.out.h | 8 +
22781 include/uapi/linux/bcache.h | 5 +-
22782 include/uapi/linux/byteorder/little_endian.h | 28 +-
22783 include/uapi/linux/connector.h | 2 +-
22784 include/uapi/linux/elf.h | 28 +
22785 include/uapi/linux/screen_info.h | 3 +-
22786 include/uapi/linux/swab.h | 6 +-
22787 include/uapi/linux/xattr.h | 4 +
22788 include/video/udlfb.h | 8 +-
22789 include/video/uvesafb.h | 1 +
22790 init/Kconfig | 2 +-
22791 init/Makefile | 3 +
22792 init/do_mounts.c | 14 +-
22793 init/do_mounts.h | 8 +-
22794 init/do_mounts_initrd.c | 30 +-
22795 init/do_mounts_md.c | 6 +-
22796 init/init_task.c | 4 +
22797 init/initramfs.c | 38 +-
22798 init/main.c | 30 +-
22799 ipc/compat.c | 4 +-
22800 ipc/ipc_sysctl.c | 8 +-
22801 ipc/mq_sysctl.c | 4 +-
22802 ipc/sem.c | 4 +-
22803 ipc/shm.c | 6 +
22804 kernel/audit.c | 8 +-
22805 kernel/auditsc.c | 4 +-
22806 kernel/bpf/core.c | 7 +-
22807 kernel/capability.c | 3 +
22808 kernel/compat.c | 38 +-
22809 kernel/debug/debug_core.c | 16 +-
22810 kernel/debug/kdb/kdb_main.c | 4 +-
22811 kernel/events/core.c | 26 +-
22812 kernel/events/internal.h | 10 +-
22813 kernel/events/uprobes.c | 2 +-
22814 kernel/exit.c | 2 +-
22815 kernel/fork.c | 167 +-
22816 kernel/futex.c | 11 +-
22817 kernel/futex_compat.c | 2 +-
22818 kernel/gcov/base.c | 7 +-
22819 kernel/irq/manage.c | 2 +-
22820 kernel/irq/msi.c | 19 +-
22821 kernel/irq/spurious.c | 2 +-
22822 kernel/jump_label.c | 5 +
22823 kernel/kallsyms.c | 37 +-
22824 kernel/kexec.c | 3 +-
22825 kernel/kmod.c | 8 +-
22826 kernel/kprobes.c | 4 +-
22827 kernel/ksysfs.c | 2 +-
22828 kernel/locking/lockdep.c | 7 +-
22829 kernel/locking/mutex-debug.c | 12 +-
22830 kernel/locking/mutex-debug.h | 4 +-
22831 kernel/locking/mutex.c | 6 +-
22832 kernel/module.c | 422 +-
22833 kernel/notifier.c | 17 +-
22834 kernel/padata.c | 4 +-
22835 kernel/panic.c | 5 +-
22836 kernel/pid.c | 2 +-
22837 kernel/pid_namespace.c | 2 +-
22838 kernel/power/process.c | 12 +-
22839 kernel/profile.c | 14 +-
22840 kernel/ptrace.c | 8 +-
22841 kernel/rcu/rcutorture.c | 60 +-
22842 kernel/rcu/tiny.c | 4 +-
22843 kernel/rcu/tree.c | 44 +-
22844 kernel/rcu/tree.h | 14 +-
22845 kernel/rcu/tree_plugin.h | 14 +-
22846 kernel/rcu/tree_trace.c | 12 +-
22847 kernel/sched/auto_group.c | 4 +-
22848 kernel/sched/core.c | 45 +-
22849 kernel/sched/fair.c | 2 +-
22850 kernel/sched/sched.h | 2 +-
22851 kernel/signal.c | 12 +-
22852 kernel/smpboot.c | 4 +-
22853 kernel/softirq.c | 12 +-
22854 kernel/sys.c | 10 +-
22855 kernel/sysctl.c | 34 +-
22856 kernel/time/alarmtimer.c | 2 +-
22857 kernel/time/posix-cpu-timers.c | 4 +-
22858 kernel/time/posix-timers.c | 24 +-
22859 kernel/time/timer.c | 2 +-
22860 kernel/time/timer_stats.c | 10 +-
22861 kernel/trace/blktrace.c | 6 +-
22862 kernel/trace/ftrace.c | 15 +-
22863 kernel/trace/ring_buffer.c | 96 +-
22864 kernel/trace/trace.c | 2 +-
22865 kernel/trace/trace.h | 2 +-
22866 kernel/trace/trace_clock.c | 4 +-
22867 kernel/trace/trace_events.c | 1 -
22868 kernel/trace/trace_functions_graph.c | 4 +-
22869 kernel/trace/trace_mmiotrace.c | 8 +-
22870 kernel/trace/trace_output.c | 10 +-
22871 kernel/trace/trace_seq.c | 2 +-
22872 kernel/trace/trace_stack.c | 2 +-
22873 kernel/user_namespace.c | 2 +-
22874 kernel/utsname_sysctl.c | 2 +-
22875 kernel/watchdog.c | 2 +-
22876 kernel/workqueue.c | 2 +-
22877 lib/Kconfig.debug | 8 +-
22878 lib/Makefile | 2 +-
22879 lib/bitmap.c | 8 +-
22880 lib/bug.c | 2 +
22881 lib/debugobjects.c | 2 +-
22882 lib/decompress_bunzip2.c | 3 +-
22883 lib/decompress_unlzma.c | 4 +-
22884 lib/div64.c | 4 +-
22885 lib/dma-debug.c | 4 +-
22886 lib/inflate.c | 2 +-
22887 lib/ioremap.c | 4 +-
22888 lib/kobject.c | 4 +-
22889 lib/list_debug.c | 126 +-
22890 lib/lockref.c | 44 +-
22891 lib/percpu-refcount.c | 2 +-
22892 lib/radix-tree.c | 2 +-
22893 lib/random32.c | 2 +-
22894 lib/show_mem.c | 2 +-
22895 lib/strncpy_from_user.c | 2 +-
22896 lib/strnlen_user.c | 2 +-
22897 lib/swiotlb.c | 2 +-
22898 lib/usercopy.c | 6 +
22899 lib/vsprintf.c | 12 +-
22900 mm/Kconfig | 6 +-
22901 mm/backing-dev.c | 4 +-
22902 mm/debug.c | 3 +
22903 mm/filemap.c | 2 +-
22904 mm/gup.c | 13 +-
22905 mm/highmem.c | 6 +-
22906 mm/hugetlb.c | 70 +-
22907 mm/internal.h | 1 +
22908 mm/maccess.c | 4 +-
22909 mm/madvise.c | 37 +
22910 mm/memory-failure.c | 6 +-
22911 mm/memory.c | 424 +-
22912 mm/mempolicy.c | 25 +
22913 mm/mlock.c | 15 +-
22914 mm/mm_init.c | 2 +-
22915 mm/mmap.c | 582 +-
22916 mm/mprotect.c | 137 +-
22917 mm/mremap.c | 39 +-
22918 mm/nommu.c | 21 +-
22919 mm/page-writeback.c | 2 +-
22920 mm/page_alloc.c | 49 +-
22921 mm/percpu.c | 2 +-
22922 mm/process_vm_access.c | 14 +-
22923 mm/rmap.c | 45 +-
22924 mm/shmem.c | 19 +-
22925 mm/slab.c | 109 +-
22926 mm/slab.h | 22 +-
22927 mm/slab_common.c | 86 +-
22928 mm/slob.c | 218 +-
22929 mm/slub.c | 102 +-
22930 mm/sparse-vmemmap.c | 4 +-
22931 mm/sparse.c | 2 +-
22932 mm/swap.c | 2 +
22933 mm/swapfile.c | 12 +-
22934 mm/util.c | 6 +
22935 mm/vmalloc.c | 114 +-
22936 mm/vmstat.c | 12 +-
22937 net/8021q/vlan.c | 5 +-
22938 net/8021q/vlan_netlink.c | 2 +-
22939 net/9p/mod.c | 4 +-
22940 net/9p/trans_fd.c | 2 +-
22941 net/atm/atm_misc.c | 8 +-
22942 net/atm/lec.h | 2 +-
22943 net/atm/proc.c | 6 +-
22944 net/atm/resources.c | 4 +-
22945 net/ax25/sysctl_net_ax25.c | 2 +-
22946 net/batman-adv/bat_iv_ogm.c | 8 +-
22947 net/batman-adv/fragmentation.c | 2 +-
22948 net/batman-adv/soft-interface.c | 8 +-
22949 net/batman-adv/types.h | 6 +-
22950 net/bluetooth/hci_sock.c | 2 +-
22951 net/bluetooth/l2cap_core.c | 6 +-
22952 net/bluetooth/l2cap_sock.c | 12 +-
22953 net/bluetooth/rfcomm/sock.c | 4 +-
22954 net/bluetooth/rfcomm/tty.c | 4 +-
22955 net/bridge/br_netlink.c | 2 +-
22956 net/bridge/netfilter/ebtables.c | 6 +-
22957 net/caif/cfctrl.c | 11 +-
22958 net/caif/chnl_net.c | 2 +-
22959 net/can/af_can.c | 2 +-
22960 net/can/gw.c | 6 +-
22961 net/ceph/messenger.c | 4 +-
22962 net/compat.c | 24 +-
22963 net/core/datagram.c | 2 +-
22964 net/core/dev.c | 16 +-
22965 net/core/filter.c | 2 +-
22966 net/core/flow.c | 6 +-
22967 net/core/neighbour.c | 4 +-
22968 net/core/net-sysfs.c | 2 +-
22969 net/core/net_namespace.c | 8 +-
22970 net/core/netpoll.c | 4 +-
22971 net/core/rtnetlink.c | 15 +-
22972 net/core/scm.c | 14 +-
22973 net/core/skbuff.c | 8 +-
22974 net/core/sock.c | 28 +-
22975 net/core/sock_diag.c | 15 +-
22976 net/core/sysctl_net_core.c | 22 +-
22977 net/decnet/af_decnet.c | 1 +
22978 net/decnet/sysctl_net_decnet.c | 4 +-
22979 net/dsa/dsa.c | 2 +-
22980 net/hsr/hsr_netlink.c | 2 +-
22981 net/ieee802154/6lowpan/core.c | 2 +-
22982 net/ieee802154/6lowpan/reassembly.c | 14 +-
22983 net/ipv4/af_inet.c | 2 +-
22984 net/ipv4/devinet.c | 18 +-
22985 net/ipv4/fib_frontend.c | 6 +-
22986 net/ipv4/fib_semantics.c | 2 +-
22987 net/ipv4/inet_connection_sock.c | 4 +-
22988 net/ipv4/inet_timewait_sock.c | 2 +-
22989 net/ipv4/inetpeer.c | 2 +-
22990 net/ipv4/ip_fragment.c | 15 +-
22991 net/ipv4/ip_gre.c | 6 +-
22992 net/ipv4/ip_sockglue.c | 2 +-
22993 net/ipv4/ip_vti.c | 4 +-
22994 net/ipv4/ipconfig.c | 6 +-
22995 net/ipv4/ipip.c | 4 +-
22996 net/ipv4/netfilter/arp_tables.c | 12 +-
22997 net/ipv4/netfilter/ip_tables.c | 12 +-
22998 net/ipv4/ping.c | 14 +-
22999 net/ipv4/raw.c | 14 +-
23000 net/ipv4/route.c | 32 +-
23001 net/ipv4/sysctl_net_ipv4.c | 22 +-
23002 net/ipv4/tcp_input.c | 6 +-
23003 net/ipv4/tcp_probe.c | 2 +-
23004 net/ipv4/udp.c | 10 +-
23005 net/ipv4/xfrm4_policy.c | 18 +-
23006 net/ipv6/addrconf.c | 18 +-
23007 net/ipv6/af_inet6.c | 2 +-
23008 net/ipv6/datagram.c | 2 +-
23009 net/ipv6/icmp.c | 2 +-
23010 net/ipv6/ip6_fib.c | 4 +-
23011 net/ipv6/ip6_gre.c | 10 +-
23012 net/ipv6/ip6_tunnel.c | 4 +-
23013 net/ipv6/ip6_vti.c | 4 +-
23014 net/ipv6/ipv6_sockglue.c | 2 +-
23015 net/ipv6/netfilter/ip6_tables.c | 12 +-
23016 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
23017 net/ipv6/ping.c | 33 +-
23018 net/ipv6/raw.c | 17 +-
23019 net/ipv6/reassembly.c | 13 +-
23020 net/ipv6/route.c | 2 +-
23021 net/ipv6/sit.c | 4 +-
23022 net/ipv6/sysctl_net_ipv6.c | 2 +-
23023 net/ipv6/udp.c | 6 +-
23024 net/ipv6/xfrm6_policy.c | 17 +-
23025 net/irda/ircomm/ircomm_tty.c | 18 +-
23026 net/iucv/af_iucv.c | 4 +-
23027 net/iucv/iucv.c | 2 +-
23028 net/key/af_key.c | 4 +-
23029 net/l2tp/l2tp_eth.c | 38 +-
23030 net/l2tp/l2tp_ip.c | 2 +-
23031 net/l2tp/l2tp_ip6.c | 2 +-
23032 net/mac80211/cfg.c | 8 +-
23033 net/mac80211/ieee80211_i.h | 3 +-
23034 net/mac80211/iface.c | 20 +-
23035 net/mac80211/main.c | 2 +-
23036 net/mac80211/pm.c | 4 +-
23037 net/mac80211/rate.c | 2 +-
23038 net/mac80211/sta_info.c | 2 +-
23039 net/mac80211/util.c | 8 +-
23040 net/mpls/af_mpls.c | 6 +-
23041 net/netfilter/ipset/ip_set_core.c | 2 +-
23042 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
23043 net/netfilter/ipvs/ip_vs_core.c | 4 +-
23044 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
23045 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
23046 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
23047 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
23048 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
23049 net/netfilter/nf_conntrack_acct.c | 2 +-
23050 net/netfilter/nf_conntrack_ecache.c | 2 +-
23051 net/netfilter/nf_conntrack_helper.c | 2 +-
23052 net/netfilter/nf_conntrack_proto.c | 2 +-
23053 net/netfilter/nf_conntrack_standalone.c | 2 +-
23054 net/netfilter/nf_conntrack_timestamp.c | 2 +-
23055 net/netfilter/nf_log.c | 10 +-
23056 net/netfilter/nf_sockopt.c | 4 +-
23057 net/netfilter/nfnetlink_log.c | 4 +-
23058 net/netfilter/nft_compat.c | 9 +-
23059 net/netfilter/xt_statistic.c | 8 +-
23060 net/netlink/af_netlink.c | 4 +-
23061 net/openvswitch/vport-internal_dev.c | 2 +-
23062 net/packet/af_packet.c | 8 +-
23063 net/phonet/pep.c | 6 +-
23064 net/phonet/socket.c | 2 +-
23065 net/phonet/sysctl.c | 2 +-
23066 net/rds/cong.c | 6 +-
23067 net/rds/ib.h | 2 +-
23068 net/rds/ib_cm.c | 2 +-
23069 net/rds/ib_recv.c | 4 +-
23070 net/rds/iw.h | 2 +-
23071 net/rds/iw_cm.c | 2 +-
23072 net/rds/iw_recv.c | 4 +-
23073 net/rds/rds.h | 2 +-
23074 net/rds/tcp.c | 2 +-
23075 net/rds/tcp_send.c | 2 +-
23076 net/rxrpc/af_rxrpc.c | 2 +-
23077 net/rxrpc/ar-ack.c | 14 +-
23078 net/rxrpc/ar-call.c | 2 +-
23079 net/rxrpc/ar-connection.c | 2 +-
23080 net/rxrpc/ar-connevent.c | 2 +-
23081 net/rxrpc/ar-input.c | 4 +-
23082 net/rxrpc/ar-internal.h | 8 +-
23083 net/rxrpc/ar-local.c | 2 +-
23084 net/rxrpc/ar-output.c | 4 +-
23085 net/rxrpc/ar-peer.c | 2 +-
23086 net/rxrpc/ar-proc.c | 4 +-
23087 net/rxrpc/ar-transport.c | 2 +-
23088 net/rxrpc/rxkad.c | 4 +-
23089 net/sched/sch_generic.c | 4 +-
23090 net/sctp/ipv6.c | 6 +-
23091 net/sctp/protocol.c | 10 +-
23092 net/sctp/sm_sideeffect.c | 2 +-
23093 net/sctp/socket.c | 21 +-
23094 net/sctp/sysctl.c | 10 +-
23095 net/socket.c | 18 +-
23096 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
23097 net/sunrpc/clnt.c | 4 +-
23098 net/sunrpc/sched.c | 4 +-
23099 net/sunrpc/svc.c | 4 +-
23100 net/sunrpc/svcauth_unix.c | 2 +-
23101 net/sunrpc/xprtrdma/svc_rdma.c | 38 +-
23102 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
23103 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
23104 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
23105 net/tipc/netlink_compat.c | 12 +-
23106 net/tipc/subscr.c | 2 +-
23107 net/unix/af_unix.c | 7 +-
23108 net/unix/sysctl_net_unix.c | 2 +-
23109 net/wireless/wext-core.c | 19 +-
23110 net/xfrm/xfrm_policy.c | 16 +-
23111 net/xfrm/xfrm_state.c | 33 +-
23112 net/xfrm/xfrm_sysctl.c | 2 +-
23113 scripts/Kbuild.include | 2 +-
23114 scripts/Makefile.build | 2 +-
23115 scripts/Makefile.clean | 3 +-
23116 scripts/Makefile.host | 69 +-
23117 scripts/basic/fixdep.c | 12 +-
23118 scripts/dtc/checks.c | 14 +-
23119 scripts/dtc/data.c | 6 +-
23120 scripts/dtc/flattree.c | 8 +-
23121 scripts/dtc/livetree.c | 4 +-
23122 scripts/gcc-plugin.sh | 51 +
23123 scripts/headers_install.sh | 1 +
23124 scripts/kallsyms.c | 4 +-
23125 scripts/kconfig/lkc.h | 5 +-
23126 scripts/kconfig/menu.c | 2 +-
23127 scripts/kconfig/symbol.c | 6 +-
23128 scripts/link-vmlinux.sh | 2 +-
23129 scripts/mod/file2alias.c | 14 +-
23130 scripts/mod/modpost.c | 25 +-
23131 scripts/mod/modpost.h | 6 +-
23132 scripts/mod/sumversion.c | 2 +-
23133 scripts/module-common.lds | 4 +
23134 scripts/package/builddeb | 1 +
23135 scripts/pnmtologo.c | 6 +-
23136 scripts/sortextable.h | 6 +-
23137 scripts/tags.sh | 2 +-
23138 security/Kconfig | 692 +-
23139 security/integrity/ima/ima.h | 4 +-
23140 security/integrity/ima/ima_api.c | 2 +-
23141 security/integrity/ima/ima_fs.c | 4 +-
23142 security/integrity/ima/ima_queue.c | 2 +-
23143 security/keys/key.c | 18 +-
23144 security/selinux/avc.c | 6 +-
23145 security/selinux/include/xfrm.h | 2 +-
23146 security/yama/yama_lsm.c | 2 +-
23147 sound/aoa/codecs/onyx.c | 7 +-
23148 sound/aoa/codecs/onyx.h | 1 +
23149 sound/core/oss/pcm_oss.c | 18 +-
23150 sound/core/pcm_compat.c | 2 +-
23151 sound/core/pcm_native.c | 4 +-
23152 sound/core/sound.c | 2 +-
23153 sound/drivers/mts64.c | 14 +-
23154 sound/drivers/opl4/opl4_lib.c | 2 +-
23155 sound/drivers/portman2x4.c | 3 +-
23156 sound/firewire/amdtp.c | 4 +-
23157 sound/firewire/amdtp.h | 4 +-
23158 sound/firewire/isight.c | 10 +-
23159 sound/firewire/scs1x.c | 8 +-
23160 sound/oss/sb_audio.c | 2 +-
23161 sound/oss/swarm_cs4297a.c | 6 +-
23162 sound/pci/hda/hda_codec.c | 2 +-
23163 sound/pci/ymfpci/ymfpci.h | 2 +-
23164 sound/pci/ymfpci/ymfpci_main.c | 12 +-
23165 sound/soc/codecs/sti-sas.c | 10 +-
23166 sound/soc/soc-ac97.c | 6 +-
23167 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
23168 tools/gcc/Makefile | 42 +
23169 tools/gcc/checker_plugin.c | 150 +
23170 tools/gcc/colorize_plugin.c | 215 +
23171 tools/gcc/constify_plugin.c | 571 +
23172 tools/gcc/gcc-common.h | 812 +
23173 tools/gcc/initify_plugin.c | 552 +
23174 tools/gcc/kallocstat_plugin.c | 188 +
23175 tools/gcc/kernexec_plugin.c | 549 +
23176 tools/gcc/latent_entropy_plugin.c | 470 +
23177 tools/gcc/size_overflow_plugin/.gitignore | 2 +
23178 tools/gcc/size_overflow_plugin/Makefile | 28 +
23179 .../disable_size_overflow_hash.data |12422 ++++++++++++
23180 .../generate_size_overflow_hash.sh | 103 +
23181 .../insert_size_overflow_asm.c | 416 +
23182 .../size_overflow_plugin/intentional_overflow.c | 1010 +
23183 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
23184 tools/gcc/size_overflow_plugin/size_overflow.h | 323 +
23185 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
23186 .../size_overflow_plugin/size_overflow_hash.data |20735 ++++++++++++++++++++
23187 .../size_overflow_hash_aux.data | 92 +
23188 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 ++
23189 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
23190 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
23191 .../size_overflow_plugin_hash.c | 352 +
23192 .../size_overflow_plugin/size_overflow_transform.c | 749 +
23193 .../size_overflow_transform_core.c | 1010 +
23194 tools/gcc/stackleak_plugin.c | 436 +
23195 tools/gcc/structleak_plugin.c | 287 +
23196 tools/include/linux/compiler.h | 8 +
23197 tools/lib/api/Makefile | 2 +-
23198 tools/perf/util/include/asm/alternative-asm.h | 3 +
23199 tools/virtio/linux/uaccess.h | 2 +-
23200 virt/kvm/kvm_main.c | 42 +-
23201 1944 files changed, 66925 insertions(+), 8949 deletions(-)
23202commit 87790bbd0d8dc2bd7fd86cb947e32886db9e9766
23203Author: Matthew Wilcox <willy@linux.intel.com>
23204Date: Tue Feb 2 16:57:52 2016 -0800
23205
23206 radix-tree: fix race in gang lookup
23207
23208 If the indirect_ptr bit is set on a slot, that indicates we need to redo
23209 the lookup. Introduce a new function radix_tree_iter_retry() which
23210 forces the loop to retry the lookup by setting 'slot' to NULL and
23211 turning the iterator back to point at the problematic entry.
23212
23213 This is a pretty rare problem to hit at the moment; the lookup has to
23214 race with a grow of the radix tree from a height of 0. The consequences
23215 of hitting this race are that gang lookup could return a pointer to a
23216 radix_tree_node instead of a pointer to whatever the user had inserted
23217 in the tree.
23218
23219 Fixes: cebbd29e1c2f ("radix-tree: rewrite gang lookup using iterator")
23220 Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
23221 Cc: Hugh Dickins <hughd@google.com>
23222 Cc: Ohad Ben-Cohen <ohad@wizery.com>
23223 Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
23224 Cc: <stable@vger.kernel.org>
23225 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
23226 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
23227
23228 include/linux/radix-tree.h | 16 ++++++++++++++++
23229 lib/radix-tree.c | 12 ++++++++++--
23230 2 files changed, 26 insertions(+), 2 deletions(-)
23231
23232commit bf628043b4589c910919a0f221ae7f42aa8cea93
23233Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
23234Date: Wed Feb 3 02:11:03 2016 +0100
23235
23236 unix: correctly track in-flight fds in sending process user_struct
23237
23238 The commit referenced in the Fixes tag incorrectly accounted the number
23239 of in-flight fds over a unix domain socket to the original opener
23240 of the file-descriptor. This allows another process to arbitrary
23241 deplete the original file-openers resource limit for the maximum of
23242 open files. Instead the sending processes and its struct cred should
23243 be credited.
23244
23245 To do so, we add a reference counted struct user_struct pointer to the
23246 scm_fp_list and use it to account for the number of inflight unix fds.
23247
23248 Fixes: 712f4aad406bb1 ("unix: properly account for FDs passed over unix sockets")
23249 Reported-by: David Herrmann <dh.herrmann@gmail.com>
23250 Cc: David Herrmann <dh.herrmann@gmail.com>
23251 Cc: Willy Tarreau <w@1wt.eu>
23252 Cc: Linus Torvalds <torvalds@linux-foundation.org>
23253 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
23254 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
23255 Signed-off-by: David S. Miller <davem@davemloft.net>
23256
23257 include/net/af_unix.h | 4 ++--
23258 include/net/scm.h | 1 +
23259 net/core/scm.c | 7 +++++++
23260 net/unix/af_unix.c | 4 ++--
23261 net/unix/garbage.c | 8 ++++----
23262 5 files changed, 16 insertions(+), 8 deletions(-)
23263
23264commit e830db443ff78d70b7b63536e688d73907face0c
23265Author: Mike Kravetz <mike.kravetz@oracle.com>
23266Date: Fri Jan 15 16:57:37 2016 -0800
23267
23268 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
23269
23270 Hillf Danton noticed bugs in the hugetlb_vmtruncate_list routine. The
23271 argument end is of type pgoff_t. It was being converted to a vaddr
23272 offset and passed to unmap_hugepage_range. However, end was also being
23273 used as an argument to the vma_interval_tree_foreach controlling loop.
23274 In addition, the conversion of end to vaddr offset was incorrect.
23275
23276 hugetlb_vmtruncate_list is called as part of a file truncate or
23277 fallocate hole punch operation.
23278
23279 When truncating a hugetlbfs file, this bug could prevent some pages from
23280 being unmapped. This is possible if there are multiple vmas mapping the
23281 file, and there is a sufficiently sized hole between the mappings. The
23282 size of the hole between two vmas (A,B) must be such that the starting
23283 virtual address of B is greater than (ending virtual address of A <<
23284 PAGE_SHIFT). In this case, the pages in B would not be unmapped. If
23285 pages are not properly unmapped during truncate, the following BUG is
23286 hit:
23287
23288 kernel BUG at fs/hugetlbfs/inode.c:428!
23289
23290 In the fallocate hole punch case, this bug could prevent pages from
23291 being unmapped as in the truncate case. However, for hole punch the
23292 result is that unmapped pages will not be removed during the operation.
23293 For hole punch, it is also possible that more pages than desired will be
23294 unmapped. This unnecessary unmapping will cause page faults to
23295 reestablish the mappings on subsequent page access.
23296
23297 Fixes: 1bfad99ab (" hugetlbfs: hugetlb_vmtruncate_list() needs to take a range")Reported-by: Hillf Danton <hillf.zj@alibaba-inc.com>
23298 Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
23299 Cc: Hugh Dickins <hughd@google.com>
23300 Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
23301 Cc: Davidlohr Bueso <dave@stgolabs.net>
23302 Cc: Dave Hansen <dave.hansen@linux.intel.com>
23303 Cc: <stable@vger.kernel.org> [4.3]
23304 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
23305 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
23306
23307 fs/hugetlbfs/inode.c | 19 +++++++++++--------
23308 1 files changed, 11 insertions(+), 8 deletions(-)
23309
23310commit cdb3ba4a9113b779347387f3b6c6ea72dd4db12f
23311Author: Takashi Iwai <tiwai@suse.de>
23312Date: Thu Feb 4 17:06:13 2016 +0100
23313
23314 ALSA: timer: Fix leftover link at closing
23315
23316 In ALSA timer core, the active timer instance is managed in
23317 active_list linked list. Each element is added / removed dynamically
23318 at timer start, stop and in timer interrupt. The problem is that
23319 snd_timer_interrupt() has a thinko and leaves the element in
23320 active_list when it's the last opened element. This eventually leads
23321 to list corruption or use-after-free error.
23322
23323 This hasn't been revealed because we used to delete the list forcibly
23324 in snd_timer_stop() in the past. However, the recent fix avoids the
23325 double-stop behavior (in commit [f784beb75ce8: ALSA: timer: Fix link
23326 corruption due to double start or stop]), and this leak hits reality.
23327
23328 This patch fixes the link management in snd_timer_interrupt(). Now it
23329 simply unlinks no matter which stream is.
23330
23331 BugLink: http://lkml.kernel.org/r/CACT4Y+Yy2aukHP-EDp8-ziNqNNmb-NTf=jDWXMP7jB8HDa2vng@mail.gmail.com
23332 Reported-by: Dmitry Vyukov <dvyukov@google.com>
23333 Cc: <stable@vger.kernel.org>
23334 Signed-off-by: Takashi Iwai <tiwai@suse.de>
23335
23336 sound/core/timer.c | 4 ++--
23337 1 files changed, 2 insertions(+), 2 deletions(-)
23338
23339commit 47d9647902f6a2f46a2be1e0140ba0f6f8c06008
23340Author: Konstantin Khlebnikov <koct9i@gmail.com>
23341Date: Fri Feb 5 15:37:01 2016 -0800
23342
23343 radix-tree: fix oops after radix_tree_iter_retry
23344
23345 Helper radix_tree_iter_retry() resets next_index to the current index.
23346 In following radix_tree_next_slot current chunk size becomes zero. This
23347 isn't checked and it tries to dereference null pointer in slot.
23348
23349 Tagged iterator is fine because retry happens only at slot 0 where tag
23350 bitmask in iter->tags is filled with single bit.
23351
23352 Fixes: 46437f9a554f ("radix-tree: fix race in gang lookup")
23353 Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
23354 Cc: Matthew Wilcox <willy@linux.intel.com>
23355 Cc: Hugh Dickins <hughd@google.com>
23356 Cc: Ohad Ben-Cohen <ohad@wizery.com>
23357 Cc: Jeremiah Mahler <jmmahler@gmail.com>
23358 Cc: <stable@vger.kernel.org>
23359 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
23360 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
23361
23362 include/linux/radix-tree.h | 6 +++---
23363 1 files changed, 3 insertions(+), 3 deletions(-)
23364
23365commit 95b5dcb3c01958502af00b0bc0da1d906aae11a2
23366Merge: 438be0b 256aeaf
23367Author: Brad Spengler <spender@grsecurity.net>
23368Date: Sun Feb 7 08:29:33 2016 -0500
23369
23370 Merge branch 'pax-test' into grsec-test
23371
23372commit 256aeaf87c22de8edf1f03682a572c590ae07771
23373Author: Brad Spengler <spender@grsecurity.net>
23374Date: Sun Feb 7 08:29:09 2016 -0500
23375
23376 Update to pax-linux-4.3.5-test28.patch:
23377 - 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)
23378 - spender fixed UDEREF on arm
23379
23380 arch/arm/Kconfig | 1 +
23381 arch/arm/include/asm/domain.h | 21 ++++++++-
23382 arch/arm/include/asm/futex.h | 9 ----
23383 arch/arm/include/asm/thread_info.h | 3 +
23384 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
23385 arch/arm/kernel/entry-armv.S | 2 +-
23386 arch/arm/kernel/process.c | 2 +-
23387 arch/arm/mm/alignment.c | 8 ----
23388 arch/x86/mm/numa.c | 2 +-
23389 security/Kconfig | 1 -
23390 10 files changed, 60 insertions(+), 70 deletions(-)
23391
23392commit 438be0bd112bd17942b2628c53054dc1007558a1
23393Author: Brad Spengler <spender@grsecurity.net>
23394Date: Sat Feb 6 19:50:31 2016 -0500
23395
23396 Fix a number of issues caused by the upstream merging of a UDEREF ripoff resulting in unbootable
23397 ARM systems reported on the forums
23398
23399 arch/arm/Kconfig | 1 +
23400 arch/arm/include/asm/domain.h | 21 ++++++++-
23401 arch/arm/include/asm/futex.h | 9 ----
23402 arch/arm/include/asm/thread_info.h | 3 +
23403 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
23404 arch/arm/kernel/entry-armv.S | 2 +-
23405 arch/arm/kernel/process.c | 2 +-
23406 arch/arm/mm/alignment.c | 8 ----
23407 security/Kconfig | 1 -
23408 9 files changed, 59 insertions(+), 69 deletions(-)
23409
23410commit 4ffdd5ef1f87e611af1efb4f251ada92abe9f4c0
23411Author: Brad Spengler <spender@grsecurity.net>
23412Date: Sat Feb 6 11:21:53 2016 -0500
23413
23414 Fix another compiler warning
23415
23416 net/ipv4/tcp_input.c | 2 ++
23417 1 files changed, 2 insertions(+), 0 deletions(-)
23418
23419commit 30b5b7bc0fd67d458bdd5ab35e4689769eabd2ed
23420Author: Brad Spengler <spender@grsecurity.net>
23421Date: Sat Feb 6 11:16:12 2016 -0500
23422
23423 Fix two compiler warnings
23424
23425 kernel/pid.c | 5 ++---
23426 kernel/ptrace.c | 3 ++-
23427 2 files changed, 4 insertions(+), 4 deletions(-)
23428
23429commit dda4d2a21914c480750f10bd55c6e3203d415d8d
23430Author: Brad Spengler <spender@grsecurity.net>
23431Date: Wed Feb 3 21:22:40 2016 -0500
23432
23433 Apply fix for integer truncation in NUMA init code, reported by
23434 x14sg1 on the forums:
23435 https://forums.grsecurity.net/viewtopic.php?f=3&t=4374
23436
23437 arch/x86/mm/numa.c | 2 +-
23438 1 files changed, 1 insertions(+), 1 deletions(-)
23439
23440commit 477505f7c893cb6a2c3e22f83eefd9c985d7b3ca
23441Merge: a781740 016d0d8
23442Author: Brad Spengler <spender@grsecurity.net>
23443Date: Wed Feb 3 21:20:58 2016 -0500
23444
23445 Merge branch 'pax-test' into grsec-test
23446
23447commit 016d0d81a8dd4be1304c82a68e0ccf425868f467
23448Author: Brad Spengler <spender@grsecurity.net>
23449Date: Wed Feb 3 21:20:10 2016 -0500
23450
23451 Update to pax-linux-4.3.5-test27.patch:
23452 - fixed a bunch of potential REFCOUNT false positives, reported by Emese
23453 - restored padding in fpregs_state for storing AVX-512 state in the future
23454 - constified netlink_dump_control
23455 - added const version of debug_gimple_stmt for gcc plugins, by Emese
23456 - Emese fixed a bug in initify that could have initified too much
23457 - Emese fixed a false positive intentional integer overflow in xfrm4_extract_header, reported by corsac
23458
23459 arch/x86/include/asm/fpu/types.h | 1 +
23460 arch/x86/include/asm/mmu_context.h | 2 +-
23461 block/blk-cgroup.c | 18 ++--
23462 block/cfq-iosched.c | 4 +-
23463 crypto/crypto_user.c | 8 ++-
23464 drivers/acpi/apei/ghes.c | 6 +-
23465 drivers/char/ipmi/ipmi_ssif.c | 12 ++--
23466 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
23467 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
23468 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
23469 drivers/infiniband/core/netlink.c | 5 +-
23470 drivers/infiniband/hw/cxgb4/device.c | 6 +-
23471 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
23472 drivers/md/bcache/alloc.c | 2 +-
23473 drivers/md/bcache/bcache.h | 10 +-
23474 drivers/md/bcache/btree.c | 2 +-
23475 drivers/md/bcache/io.c | 10 +-
23476 drivers/md/bcache/journal.c | 2 +-
23477 drivers/md/bcache/stats.c | 26 +++---
23478 drivers/md/bcache/stats.h | 16 ++--
23479 drivers/md/bcache/super.c | 2 +-
23480 drivers/md/bcache/sysfs.c | 20 +++---
23481 drivers/md/dm-cache-target.c | 98 ++++++++++++------------
23482 drivers/md/dm-raid.c | 2 +-
23483 drivers/md/md.c | 6 +-
23484 drivers/md/md.h | 2 +-
23485 drivers/md/raid1.c | 2 +-
23486 drivers/md/raid10.c | 2 +-
23487 drivers/md/raid5.c | 4 +-
23488 drivers/media/pci/zoran/zoran.h | 1 -
23489 drivers/media/pci/zoran/zoran_driver.c | 3 -
23490 drivers/net/ethernet/sfc/selftest.c | 20 +++---
23491 drivers/net/irda/vlsi_ir.c | 18 ++--
23492 drivers/net/irda/vlsi_ir.h | 14 ++--
23493 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
23494 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
23495 drivers/net/wireless/ath/carl9170/main.c | 10 +-
23496 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
23497 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
23498 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
23499 drivers/scsi/hptiop.c | 2 -
23500 drivers/scsi/hptiop.h | 1 -
23501 drivers/scsi/ipr.c | 6 +-
23502 drivers/scsi/ipr.h | 2 +-
23503 drivers/scsi/qla2xxx/qla_target.c | 10 +-
23504 drivers/scsi/qla2xxx/qla_target.h | 2 +-
23505 fs/btrfs/ctree.c | 2 +-
23506 fs/btrfs/ctree.h | 4 +-
23507 fs/btrfs/delayed-ref.c | 4 +-
23508 fs/btrfs/disk-io.c | 4 +-
23509 fs/btrfs/file.c | 4 +-
23510 fs/btrfs/raid56.c | 32 ++++----
23511 fs/btrfs/tests/btrfs-tests.c | 2 +-
23512 fs/btrfs/transaction.c | 2 +-
23513 fs/btrfs/tree-log.c | 8 +-
23514 fs/btrfs/volumes.c | 14 ++--
23515 fs/btrfs/volumes.h | 22 +++---
23516 fs/jbd2/commit.c | 2 +-
23517 fs/jbd2/transaction.c | 4 +-
23518 fs/ocfs2/dlm/dlmcommon.h | 4 +-
23519 fs/ocfs2/dlm/dlmdebug.c | 10 +-
23520 fs/ocfs2/dlm/dlmdomain.c | 4 +-
23521 fs/ocfs2/dlm/dlmmaster.c | 4 +-
23522 include/acpi/ghes.h | 2 +-
23523 include/linux/blk-cgroup.h | 24 +++---
23524 include/linux/jbd2.h | 2 +-
23525 include/linux/netlink.h | 12 ++--
23526 include/net/cfg802154.h | 2 +-
23527 include/net/mac80211.h | 2 +-
23528 include/net/neighbour.h | 2 +-
23529 kernel/rcu/tree_plugin.h | 4 +-
23530 net/batman-adv/routing.c | 4 +-
23531 net/batman-adv/soft-interface.c | 2 +-
23532 net/batman-adv/translation-table.c | 14 ++--
23533 net/batman-adv/types.h | 2 +-
23534 net/core/neighbour.c | 14 ++--
23535 net/core/rtnetlink.c | 2 +-
23536 net/ipv4/arp.c | 2 +-
23537 net/ipv4/inet_diag.c | 4 +-
23538 net/ipv4/xfrm4_state.c | 4 +-
23539 net/ipv6/ndisc.c | 2 +-
23540 net/mac80211/cfg.c | 2 +-
23541 net/mac80211/debugfs_key.c | 2 +-
23542 net/mac80211/key.c | 4 +-
23543 net/mac80211/tx.c | 2 +-
23544 net/mac80211/wpa.c | 10 +-
23545 net/mac802154/iface.c | 4 +-
23546 net/netfilter/ipset/ip_set_core.c | 2 +-
23547 net/netfilter/nf_conntrack_netlink.c | 22 +++---
23548 net/netfilter/nf_tables_api.c | 13 ++--
23549 net/netfilter/nfnetlink_acct.c | 7 +-
23550 net/netfilter/nfnetlink_cthelper.c | 2 +-
23551 net/netfilter/nfnetlink_cttimeout.c | 2 +-
23552 net/netlink/af_netlink.c | 10 ++-
23553 net/netlink/diag.c | 2 +-
23554 net/netlink/genetlink.c | 14 ++--
23555 net/packet/af_packet.c | 18 ++--
23556 net/packet/diag.c | 2 +-
23557 net/packet/internal.h | 6 +-
23558 net/unix/diag.c | 2 +-
23559 net/xfrm/xfrm_user.c | 2 +-
23560 security/apparmor/include/policy.h | 2 +-
23561 security/apparmor/policy.c | 4 +-
23562 sound/core/seq/seq_clientmgr.c | 2 +-
23563 sound/core/seq/seq_fifo.c | 6 +-
23564 sound/core/seq/seq_fifo.h | 2 +-
23565 tools/gcc/gcc-common.h | 24 ++++--
23566 tools/gcc/initify_plugin.c | 7 +-
23567 tools/lib/api/Makefile | 2 +-
23568 109 files changed, 399 insertions(+), 391 deletions(-)
23569
23570commit a7817402ac837b1aee07fac42537a02097055098
23571Author: Matt Fleming <matt@codeblueprint.co.uk>
23572Date: Fri Jan 29 11:36:10 2016 +0000
23573
23574 x86/mm/pat: Avoid truncation when converting cpa->numpages to address
23575
23576 There are a couple of nasty truncation bugs lurking in the pageattr
23577 code that can be triggered when mapping EFI regions, e.g. when we pass
23578 a cpa->pgd pointer. Because cpa->numpages is a 32-bit value, shifting
23579 left by PAGE_SHIFT will truncate the resultant address to 32-bits.
23580
23581 Viorel-Cătălin managed to trigger this bug on his Dell machine that
23582 provides a ~5GB EFI region which requires 1236992 pages to be mapped.
23583 When calling populate_pud() the end of the region gets calculated
23584 incorrectly in the following buggy expression,
23585
23586 end = start + (cpa->numpages << PAGE_SHIFT);
23587
23588 And only 188416 pages are mapped. Next, populate_pud() gets invoked
23589 for a second time because of the loop in __change_page_attr_set_clr(),
23590 only this time no pages get mapped because shifting the remaining
23591 number of pages (1048576) by PAGE_SHIFT is zero. At which point the
23592 loop in __change_page_attr_set_clr() spins forever because we fail to
23593 map progress.
23594
23595 Hitting this bug depends very much on the virtual address we pick to
23596 map the large region at and how many pages we map on the initial run
23597 through the loop. This explains why this issue was only recently hit
23598 with the introduction of commit
23599
23600 a5caa209ba9c ("x86/efi: Fix boot crash by mapping EFI memmap
23601 entries bottom-up at runtime, instead of top-down")
23602
23603 It's interesting to note that safe uses of cpa->numpages do exist in
23604 the pageattr code. If instead of shifting ->numpages we multiply by
23605 PAGE_SIZE, no truncation occurs because PAGE_SIZE is a UL value, and
23606 so the result is unsigned long.
23607
23608 To avoid surprises when users try to convert very large cpa->numpages
23609 values to addresses, change the data type from 'int' to 'unsigned
23610 long', thereby making it suitable for shifting by PAGE_SHIFT without
23611 any type casting.
23612
23613 The alternative would be to make liberal use of casting, but that is
23614 far more likely to cause problems in the future when someone adds more
23615 code and fails to cast properly; this bug was difficult enough to
23616 track down in the first place.
23617
23618 Reported-and-tested-by: Viorel-Cătălin Răpițeanu <rapiteanu.catalin@gmail.com>
23619 Acked-by: Borislav Petkov <bp@alien8.de>
23620 Cc: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
23621 Cc: <stable@vger.kernel.org>
23622 Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
23623 Link: https://bugzilla.kernel.org/show_bug.cgi?id=110131
23624 Link: http://lkml.kernel.org/r/1454067370-10374-1-git-send-email-matt@codeblueprint.co.uk
23625 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
23626
23627 arch/x86/mm/pageattr.c | 4 ++--
23628 1 files changed, 2 insertions(+), 2 deletions(-)
23629
23630commit 64dd9d7a67a742fda257cdd16510c29e695c34b5
23631Author: Jan Beulich <JBeulich@suse.com>
23632Date: Tue Jan 26 04:15:18 2016 -0700
23633
23634 x86/mm: Fix types used in pgprot cacheability flags translations
23635
23636 For PAE kernels "unsigned long" is not suitable to hold page protection
23637 flags, since _PAGE_NX doesn't fit there. This is the reason for quite a
23638 few W+X pages getting reported as insecure during boot (observed namely
23639 for the entire initrd range).
23640
23641 Fixes: 281d4078be ("x86: Make page cache mode a real type")
23642 Signed-off-by: Jan Beulich <jbeulich@suse.com>
23643 Reviewed-by: Juergen Gross <JGross@suse.com>
23644 Cc: stable@vger.kernel.org
23645 Link: http://lkml.kernel.org/r/56A7635602000078000CAFF1@prv-mh.provo.novell.com
23646 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
23647
23648 arch/x86/include/asm/pgtable_types.h | 6 ++----
23649 1 files changed, 2 insertions(+), 4 deletions(-)
23650
23651commit bb9a3a9df0d8dfc96d521676e64c42b37ba22aea
23652Merge: 682d661 f74425b
23653Author: Brad Spengler <spender@grsecurity.net>
23654Date: Sun Jan 31 15:06:25 2016 -0500
23655
23656 Merge branch 'pax-test' into grsec-test
23657
23658 Conflicts:
23659 drivers/net/slip/slhc.c
23660 include/linux/sched.h
23661 net/unix/af_unix.c
23662 sound/core/timer.c
23663
23664commit f74425b5705bfe52aff9e97659ef10c4a14176c3
23665Merge: d14af1f 849a2d3
23666Author: Brad Spengler <spender@grsecurity.net>
23667Date: Sun Jan 31 15:02:55 2016 -0500
23668
23669 Merge branch 'linux-4.3.y' into pax-test
23670
23671 Conflicts:
23672 arch/x86/include/asm/mmu_context.h
23673
23674commit 682d6611d75542e351c973c8dd74a99d3966c073
23675Author: Brad Spengler <spender@grsecurity.net>
23676Date: Sat Jan 30 13:05:03 2016 -0500
23677
23678 Based on a report from Mathias Krause, fix up a number of additional instances
23679 of ulong overflow when passing in values to gr_learn_resource by saturating
23680 to ULONG_MAX
23681
23682 mm/mlock.c | 11 ++++++++---
23683 mm/mmap.c | 16 +++++++++++++---
23684 2 files changed, 21 insertions(+), 6 deletions(-)
23685
23686commit adb52e95fb9ad4ac9c56cd5d47bd668f47c33096
23687Author: Jann Horn <jann@thejh.net>
23688Date: Sat Dec 26 06:00:48 2015 +0100
23689
23690 seccomp: always propagate NO_NEW_PRIVS on tsync
23691
23692 Before this patch, a process with some permissive seccomp filter
23693 that was applied by root without NO_NEW_PRIVS was able to add
23694 more filters to itself without setting NO_NEW_PRIVS by setting
23695 the new filter from a throwaway thread with NO_NEW_PRIVS.
23696
23697 Signed-off-by: Jann Horn <jann@thejh.net>
23698 Cc: stable@vger.kernel.org
23699 Signed-off-by: Kees Cook <keescook@chromium.org>
23700
23701 kernel/seccomp.c | 22 +++++++++++-----------
23702 1 files changed, 11 insertions(+), 11 deletions(-)
23703
23704commit b85450498a3bbf269441c8963d7574bb3079c838
23705Merge: 59c216f d14af1f
23706Author: Brad Spengler <spender@grsecurity.net>
23707Date: Fri Jan 29 20:54:13 2016 -0500
23708
23709 Merge branch 'pax-test' into grsec-test
23710
23711commit d14af1f1dd66511f3f0674deee2b572972012b39
23712Author: Brad Spengler <spender@grsecurity.net>
23713Date: Fri Jan 29 20:53:51 2016 -0500
23714
23715 Update to pax-linux-4.3.4-test26.patch:
23716 - Emese fixed a few intentional overflows introduced by gcc, reported by StalkR (https://forums.grsecurity.net/viewtopic.php?f=3&t=4370)
23717
23718 fs/cifs/file.c | 2 +-
23719 fs/gfs2/file.c | 2 +-
23720 .../size_overflow_plugin/intentional_overflow.c | 96 ++++++++++++++++++--
23721 tools/gcc/size_overflow_plugin/size_overflow.h | 2 +
23722 .../size_overflow_plugin/size_overflow_plugin.c | 4 +-
23723 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
23724 .../size_overflow_transform_core.c | 5 +
23725 7 files changed, 102 insertions(+), 15 deletions(-)
23726
23727commit 59c216f13587eacdd692386b7a403ae78ed84fb6
23728Author: Brad Spengler <spender@grsecurity.net>
23729Date: Wed Jan 27 17:57:21 2016 -0500
23730
23731 Fix a size_overflow report reported by Mathias Krause in our
23732 truncation of an loff_t to an unsigned long when being passed
23733 to gr_learn_resource() (as all resource checks are against unsigned long
23734 values)
23735
23736 fs/attr.c | 5 ++++-
23737 1 files changed, 4 insertions(+), 1 deletions(-)
23738
23739commit 70636c6ad60fc1db3af764ecc789b827b7497a97
23740Author: Yuchung Cheng <ycheng@google.com>
23741Date: Wed Jan 6 12:42:38 2016 -0800
23742
23743 tcp: fix zero cwnd in tcp_cwnd_reduction
23744
23745 Patch 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode
23746 conditionally") introduced a bug that cwnd may become 0 when both
23747 inflight and sndcnt are 0 (cwnd = inflight + sndcnt). This may lead
23748 to a div-by-zero if the connection starts another cwnd reduction
23749 phase by setting tp->prior_cwnd to the current cwnd (0) in
23750 tcp_init_cwnd_reduction().
23751
23752 To prevent this we skip PRR operation when nothing is acked or
23753 sacked. Then cwnd must be positive in all cases as long as ssthresh
23754 is positive:
23755
23756 1) The proportional reduction mode
23757 inflight > ssthresh > 0
23758
23759 2) The reduction bound mode
23760 a) inflight == ssthresh > 0
23761
23762 b) inflight < ssthresh
23763 sndcnt > 0 since newly_acked_sacked > 0 and inflight < ssthresh
23764
23765 Therefore in all cases inflight and sndcnt can not both be 0.
23766 We check invalid tp->prior_cwnd to avoid potential div0 bugs.
23767
23768 In reality this bug is triggered only with a sequence of less common
23769 events. For example, the connection is terminating an ECN-triggered
23770 cwnd reduction with an inflight 0, then it receives reordered/old
23771 ACKs or DSACKs from prior transmission (which acks nothing). Or the
23772 connection is in fast recovery stage that marks everything lost,
23773 but fails to retransmit due to local issues, then receives data
23774 packets from other end which acks nothing.
23775
23776 Fixes: 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode conditionally")
23777 Reported-by: Oleksandr Natalenko <oleksandr@natalenko.name>
23778 Signed-off-by: Yuchung Cheng <ycheng@google.com>
23779 Signed-off-by: Neal Cardwell <ncardwell@google.com>
23780 Signed-off-by: Eric Dumazet <edumazet@google.com>
23781 Signed-off-by: David S. Miller <davem@davemloft.net>
23782
23783 net/ipv4/tcp_input.c | 3 +++
23784 1 files changed, 3 insertions(+), 0 deletions(-)
23785
23786commit dac1da2bedbb43195d371c7a192cfeeb45683df0
23787Author: Eric Dumazet <edumazet@google.com>
23788Date: Sun Jan 24 13:53:50 2016 -0800
23789
23790 af_unix: fix struct pid memory leak
23791
23792 Dmitry reported a struct pid leak detected by a syzkaller program.
23793
23794 Bug happens in unix_stream_recvmsg() when we break the loop when a
23795 signal is pending, without properly releasing scm.
23796
23797 Fixes: b3ca9b02b007 ("net: fix multithreaded signal handling in unix recv routines")
23798 Reported-by: Dmitry Vyukov <dvyukov@google.com>
23799 Signed-off-by: Eric Dumazet <edumazet@google.com>
23800 Cc: Rainer Weikusat <rweikusat@mobileactivedefense.com>
23801 Signed-off-by: David S. Miller <davem@davemloft.net>
23802
23803 net/unix/af_unix.c | 1 +
23804 1 files changed, 1 insertions(+), 0 deletions(-)
23805
23806commit 15cc47f127520d1ac0c1fe76d993c2c27f0f2571
23807Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
23808Date: Fri Jan 22 01:39:43 2016 +0100
23809
23810 pptp: fix illegal memory access caused by multiple bind()s
23811
23812 Several times already this has been reported as kasan reports caused by
23813 syzkaller and trinity and people always looked at RCU races, but it is
23814 much more simple. :)
23815
23816 In case we bind a pptp socket multiple times, we simply add it to
23817 the callid_sock list but don't remove the old binding. Thus the old
23818 socket stays in the bucket with unused call_id indexes and doesn't get
23819 cleaned up. This causes various forms of kasan reports which were hard
23820 to pinpoint.
23821
23822 Simply don't allow multiple binds and correct error handling in
23823 pptp_bind. Also keep sk_state bits in place in pptp_connect.
23824
23825 Fixes: 00959ade36acad ("PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)")
23826 Cc: Dmitry Kozlov <xeb@mail.ru>
23827 Cc: Sasha Levin <sasha.levin@oracle.com>
23828 Cc: Dmitry Vyukov <dvyukov@google.com>
23829 Reported-by: Dmitry Vyukov <dvyukov@google.com>
23830 Cc: Dave Jones <davej@codemonkey.org.uk>
23831 Reported-by: Dave Jones <davej@codemonkey.org.uk>
23832 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
23833 Signed-off-by: David S. Miller <davem@davemloft.net>
23834
23835 drivers/net/ppp/pptp.c | 34 ++++++++++++++++++++++++----------
23836 1 files changed, 24 insertions(+), 10 deletions(-)
23837
23838commit e2b7b8c66851c85188fa6dab2d2b2a6c85bc7332
23839Author: Brad Spengler <spender@grsecurity.net>
23840Date: Tue Jan 26 18:17:10 2016 -0500
23841
23842 Add info about cpupower/powertop to GRKERNSEC_KMEM, was present on our
23843 wiki but was removed from the config help at some point
23844
23845 grsecurity/Kconfig | 3 +++
23846 1 files changed, 3 insertions(+), 0 deletions(-)
23847
23848commit ce2e88efa000fc32bfcd84098f57c8ed8310fefc
23849Author: Thomas Egerer <hakke_007@gmx.de>
23850Date: Mon Jan 25 12:58:44 2016 +0100
23851
23852 ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
23853
23854 The ESP algorithms using CBC mode require echainiv. Hence INET*_ESP have
23855 to select CRYPTO_ECHAINIV in order to work properly. This solves the
23856 issues caused by a misconfiguration as described in [1].
23857 The original approach, patching crypto/Kconfig was turned down by
23858 Herbert Xu [2].
23859
23860 [1] https://lists.strongswan.org/pipermail/users/2015-December/009074.html
23861 [2] http://marc.info/?l=linux-crypto-vger&m=145224655809562&w=2
23862
23863 Signed-off-by: Thomas Egerer <hakke_007@gmx.de>
23864 Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
23865 Signed-off-by: David S. Miller <davem@davemloft.net>
23866
23867 net/ipv4/Kconfig | 1 +
23868 net/ipv6/Kconfig | 1 +
23869 2 files changed, 2 insertions(+), 0 deletions(-)
23870
23871commit fca5a303155ea67d28aece0caf2b03ffc3b2668d
23872Merge: 904114c 6339c1f
23873Author: Brad Spengler <spender@grsecurity.net>
23874Date: Tue Jan 26 18:08:40 2016 -0500
23875
23876 Merge branch 'pax-test' into grsec-test
23877
23878commit 6339c1f9a9beafd417bf9f04d4b257e62aeb45b7
23879Author: Brad Spengler <spender@grsecurity.net>
23880Date: Tue Jan 26 18:07:51 2016 -0500
23881
23882 Update to pax-linux-4.3.4-test25.patch:
23883 - 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>
23884 - fixed init_new_context on !MODIFY_LDT_SYSCALL configs, reported by tjh (https://forums.grsecurity.net/viewtopic.php?f=3&t=4368)
23885 - fixed a few REFCOUNT false positives in SNMP related statistics
23886
23887 arch/x86/Kconfig | 2 +-
23888 arch/x86/include/asm/mmu_context.h | 17 +++++++++++++++++
23889 include/net/snmp.h | 10 +++++-----
23890 kernel/fork.c | 11 +++++++++--
23891 net/ipv4/proc.c | 8 ++++----
23892 net/ipv6/addrconf.c | 4 ++--
23893 net/ipv6/proc.c | 10 +++++-----
23894 7 files changed, 43 insertions(+), 19 deletions(-)
23895
23896commit 904114c2fce3fdff5d57e763da56a78960db4e19
23897Author: Al Viro <viro@zeniv.linux.org.uk>
23898Date: Fri Jan 22 18:08:52 2016 -0500
23899
23900 make sure that freeing shmem fast symlinks is RCU-delayed
23901
23902 Cc: stable@vger.kernel.org # v4.2+
23903 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
23904
23905 include/linux/shmem_fs.h | 5 +----
23906 mm/shmem.c | 9 ++++-----
23907 2 files changed, 5 insertions(+), 9 deletions(-)
23908
23909commit ab86adee64312a2f827dd516cb199521327943ed
23910Author: Sasha Levin <sasha.levin@oracle.com>
23911Date: Mon Jan 18 19:23:51 2016 -0500
23912
23913 netfilter: nf_conntrack: use safer way to lock all buckets
23914
23915 When we need to lock all buckets in the connection hashtable we'd attempt to
23916 lock 1024 spinlocks, which is way more preemption levels than supported by
23917 the kernel. Furthermore, this behavior was hidden by checking if lockdep is
23918 enabled, and if it was - use only 8 buckets(!).
23919
23920 Fix this by using a global lock and synchronize all buckets on it when we
23921 need to lock them all. This is pretty heavyweight, but is only done when we
23922 need to resize the hashtable, and that doesn't happen often enough (or at all).
23923
23924 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
23925 Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
23926 Reviewed-by: Florian Westphal <fw@strlen.de>
23927 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
23928
23929 Conflicts:
23930
23931 net/netfilter/nfnetlink_cttimeout.c
23932
23933 include/net/netfilter/nf_conntrack_core.h | 8 ++----
23934 net/netfilter/nf_conntrack_core.c | 38 +++++++++++++++++++++-------
23935 net/netfilter/nf_conntrack_helper.c | 2 +-
23936 net/netfilter/nf_conntrack_netlink.c | 2 +-
23937 4 files changed, 33 insertions(+), 17 deletions(-)
23938
23939commit 37014723527225481c720484bb788a1a6358072f
23940Author: Willy Tarreau <w@1wt.eu>
23941Date: Mon Jan 18 16:36:09 2016 +0100
23942
23943 pipe: limit the per-user amount of pages allocated in pipes
23944
23945 On no-so-small systems, it is possible for a single process to cause an
23946 OOM condition by filling large pipes with data that are never read. A
23947 typical process filling 4000 pipes with 1 MB of data will use 4 GB of
23948 memory. On small systems it may be tricky to set the pipe max size to
23949 prevent this from happening.
23950
23951 This patch makes it possible to enforce a per-user soft limit above
23952 which new pipes will be limited to a single page, effectively limiting
23953 them to 4 kB each, as well as a hard limit above which no new pipes may
23954 be created for this user. This has the effect of protecting the system
23955 against memory abuse without hurting other users, and still allowing
23956 pipes to work correctly though with less data at once.
23957
23958 The limit are controlled by two new sysctls : pipe-user-pages-soft, and
23959 pipe-user-pages-hard. Both may be disabled by setting them to zero. The
23960 default soft limit allows the default number of FDs per process (1024)
23961 to create pipes of the default size (64kB), thus reaching a limit of 64MB
23962 before starting to create only smaller pipes. With 256 processes limited
23963 to 1024 FDs each, this results in 1024*64kB + (256*1024 - 1024) * 4kB =
23964 1084 MB of memory allocated for a user. The hard limit is disabled by
23965 default to avoid breaking existing applications that make intensive use
23966 of pipes (eg: for splicing).
23967
23968 Reported-by: socketpair@gmail.com
23969 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
23970 Mitigates: CVE-2013-4312 (Linux 2.0+)
23971 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
23972 Signed-off-by: Willy Tarreau <w@1wt.eu>
23973 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
23974
23975 Documentation/sysctl/fs.txt | 23 +++++++++++++++++++++
23976 fs/pipe.c | 47 +++++++++++++++++++++++++++++++++++++++++-
23977 include/linux/pipe_fs_i.h | 4 +++
23978 include/linux/sched.h | 1 +
23979 kernel/sysctl.c | 14 ++++++++++++
23980 5 files changed, 87 insertions(+), 2 deletions(-)
23981
23982commit 51645fa198d194f746651dcfbc5f24a4cf8b9fb8
23983Merge: 540f2af 7791ecb
23984Author: Brad Spengler <spender@grsecurity.net>
23985Date: Sat Jan 23 10:57:11 2016 -0500
23986
23987 Merge branch 'pax-test' into grsec-test
23988
23989commit 7791ecb84f840343a5646236fd0d34e1fb450793
23990Merge: 470069c 399588c
23991Author: Brad Spengler <spender@grsecurity.net>
23992Date: Sat Jan 23 10:56:47 2016 -0500
23993
23994 Merge branch 'linux-4.3.y' into pax-test
23995
23996commit 540f2affebd42cdc26a699208ab4f1cb0cb75e33
23997Author: Brad Spengler <spender@grsecurity.net>
23998Date: Tue Jan 19 21:18:47 2016 -0500
23999
24000 Update size_overflow hash table
24001
24002 .../size_overflow_plugin/size_overflow_hash.data | 4 +++-
24003 1 files changed, 3 insertions(+), 1 deletions(-)
24004
24005commit 7e649765626a28437f573f0fbe7a51a04615f041
24006Author: Brad Spengler <spender@grsecurity.net>
24007Date: Tue Jan 19 20:29:46 2016 -0500
24008
24009 Backport fix from: https://lkml.org/lkml/2015/12/13/187
24010
24011 fs/ext4/extents.c | 2 +-
24012 1 files changed, 1 insertions(+), 1 deletions(-)
24013
24014commit 53b859cd0a5f5b6ad54fe0c879dfedaa3c5a3005
24015Author: Jann Horn <jann@thejh.net>
24016Date: Tue Jan 5 18:27:30 2016 +0100
24017
24018 compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)
24019
24020 This replaces all code in fs/compat_ioctl.c that translated
24021 ioctl arguments into a in-kernel structure, then performed
24022 do_ioctl under set_fs(KERNEL_DS), with code that allocates
24023 data on the user stack and can call the VFS ioctl handler
24024 under USER_DS.
24025
24026 This is done as a hardening measure because the caller
24027 does not know what kind of ioctl handler will be invoked,
24028 only that no corresponding compat_ioctl handler exists and
24029 what the ioctl command number is. The accidental
24030 invocation of an unlocked_ioctl handler that unexpectedly
24031 calls copy_to_user could be a severe security issue.
24032
24033 Signed-off-by: Jann Horn <jann@thejh.net>
24034 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
24035
24036 Conflicts:
24037
24038 fs/compat_ioctl.c
24039
24040 fs/compat_ioctl.c | 130 ++++++++++++++++++++++++++++-------------------------
24041 1 files changed, 68 insertions(+), 62 deletions(-)
24042
24043commit 3e89e770ae27e931cd1583f021abac41eeebc3e7
24044Author: Al Viro <viro@zeniv.linux.org.uk>
24045Date: Thu Jan 7 09:53:30 2016 -0500
24046
24047 compat_ioctl: don't pass fd around when not needed
24048
24049 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
24050
24051 fs/compat_ioctl.c | 103 ++++++++++++++++++++++++++--------------------------
24052 fs/internal.h | 7 ++++
24053 fs/ioctl.c | 4 +-
24054 include/linux/fs.h | 2 -
24055 4 files changed, 61 insertions(+), 55 deletions(-)
24056
24057commit 9d4e04082752d4d2d68445c4e6faf33a2613df55
24058Author: Jann Horn <jann@thejh.net>
24059Date: Tue Jan 5 18:27:29 2016 +0100
24060
24061 compat_ioctl: don't look up the fd twice
24062
24063 In code in fs/compat_ioctl.c that translates ioctl arguments
24064 into a in-kernel structure, then performs sys_ioctl, possibly
24065 under set_fs(KERNEL_DS), this commit changes the sys_ioctl
24066 calls to do_ioctl calls. do_ioctl is a new function that does
24067 the same thing as sys_ioctl, but doesn't look up the fd again.
24068
24069 This change is made to avoid (potential) security issues
24070 because of ioctl handlers that accept one of the ioctl
24071 commands I2C_FUNCS, VIDEO_GET_EVENT, MTIOCPOS, MTIOCGET,
24072 TIOCGSERIAL, TIOCSSERIAL, RTC_IRQP_READ, RTC_EPOCH_READ.
24073 This can happen for multiple reasons:
24074
24075 - The ioctl command number could be reused.
24076 - The ioctl handler might not check the full ioctl
24077 command. This is e.g. true for drm_ioctl.
24078 - The ioctl handler is very special, e.g. cuse_file_ioctl
24079
24080 The real issue is that set_fs(KERNEL_DS) is used here,
24081 but that's fixed in a separate commit
24082 "compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)".
24083
24084 This change mitigates potential security issues by
24085 preventing a race that permits invocation of
24086 unlocked_ioctl handlers under KERNEL_DS through compat
24087 code even if a corresponding compat_ioctl handler exists.
24088
24089 So far, no way has been identified to use this to damage
24090 kernel memory without having CAP_SYS_ADMIN in the init ns
24091 (with the capability, doing reads/writes at arbitrary
24092 kernel addresses should be easy through CUSE's ioctl
24093 handler with FUSE_IOCTL_UNRESTRICTED set).
24094
24095 [AV: two missed sys_ioctl() taken care of]
24096
24097 Signed-off-by: Jann Horn <jann@thejh.net>
24098 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
24099
24100 fs/compat_ioctl.c | 122 +++++++++++++++++++++++++++++-----------------------
24101 1 files changed, 68 insertions(+), 54 deletions(-)
24102
24103commit 5bf9e1ed4ebb278cd956ba142914fc04a024309c
24104Author: Vasily Kulikov <segoon@openwall.com>
24105Date: Fri Jan 15 16:57:55 2016 -0800
24106
24107 include/linux/poison.h: use POISON_POINTER_DELTA for poison pointers
24108
24109 TIMER_ENTRY_STATIC is defined as a poison pointers which
24110 should point to nowhere. Redefine them using POISON_POINTER_DELTA
24111 arithmetics to make sure they really point to non-mappable area declared
24112 by the target architecture.
24113
24114 Signed-off-by: Vasily Kulikov <segoon@openwall.com>
24115 Acked-by: Thomas Gleixner <tglx@linutronix.de>
24116 Cc: Solar Designer <solar@openwall.com>
24117 Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
24118 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
24119 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
24120
24121 Conflicts:
24122
24123 include/linux/poison.h
24124
24125 include/linux/poison.h | 2 +-
24126 1 files changed, 1 insertions(+), 1 deletions(-)
24127
24128commit 60f2e0a05ab8f56c804a9334a23e2b446305d110
24129Author: Brad Spengler <spender@grsecurity.net>
24130Date: Tue Jan 19 19:41:44 2016 -0500
24131
24132 Fix ARM compilation, reported by Austin Sepp
24133
24134 grsecurity/grsec_sig.c | 1 +
24135 1 files changed, 1 insertions(+), 0 deletions(-)
24136
24137commit e15383743443dc43460a2fd73e0db0b608610dca
24138Author: Takashi Iwai <tiwai@suse.de>
24139Date: Mon Jan 18 13:52:47 2016 +0100
24140
24141 ALSA: hrtimer: Fix stall by hrtimer_cancel()
24142
24143 hrtimer_cancel() waits for the completion from the callback, thus it
24144 must not be called inside the callback itself. This was already a
24145 problem in the past with ALSA hrtimer driver, and the early commit
24146 [fcfdebe70759: ALSA: hrtimer - Fix lock-up] tried to address it.
24147
24148 However, the previous fix is still insufficient: it may still cause a
24149 lockup when the ALSA timer instance reprograms itself in its callback.
24150 Then it invokes the start function even in snd_timer_interrupt() that
24151 is called in hrtimer callback itself, results in a CPU stall. This is
24152 no hypothetical problem but actually triggered by syzkaller fuzzer.
24153
24154 This patch tries to fix the issue again. Now we call
24155 hrtimer_try_to_cancel() at both start and stop functions so that it
24156 won't fall into a deadlock, yet giving some chance to cancel the queue
24157 if the functions have been called outside the callback. The proper
24158 hrtimer_cancel() is called in anyway at closing, so this should be
24159 enough.
24160
24161 Reported-and-tested-by: Dmitry Vyukov <dvyukov@google.com>
24162 Cc: <stable@vger.kernel.org>
24163 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24164
24165 sound/core/hrtimer.c | 3 ++-
24166 1 files changed, 2 insertions(+), 1 deletions(-)
24167
24168commit 12d874daf706e6e7c1ae709141859c809599297e
24169Author: Takashi Iwai <tiwai@suse.de>
24170Date: Tue Jan 12 12:38:02 2016 +0100
24171
24172 ALSA: seq: Fix missing NULL check at remove_events ioctl
24173
24174 snd_seq_ioctl_remove_events() calls snd_seq_fifo_clear()
24175 unconditionally even if there is no FIFO assigned, and this leads to
24176 an Oops due to NULL dereference. The fix is just to add a proper NULL
24177 check.
24178
24179 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24180 Tested-by: Dmitry Vyukov <dvyukov@google.com>
24181 Cc: <stable@vger.kernel.org>
24182 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24183
24184 sound/core/seq/seq_clientmgr.c | 2 +-
24185 1 files changed, 1 insertions(+), 1 deletions(-)
24186
24187commit 2eb0632df1351378946507e7ef7ba0682632a7b5
24188Author: Takashi Iwai <tiwai@suse.de>
24189Date: Tue Jan 12 15:36:27 2016 +0100
24190
24191 ALSA: seq: Fix race at timer setup and close
24192
24193 ALSA sequencer code has an open race between the timer setup ioctl and
24194 the close of the client. This was triggered by syzkaller fuzzer, and
24195 a use-after-free was caught there as a result.
24196
24197 This patch papers over it by adding a proper queue->timer_mutex lock
24198 around the timer-related calls in the relevant code path.
24199
24200 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24201 Tested-by: Dmitry Vyukov <dvyukov@google.com>
24202 Cc: <stable@vger.kernel.org>
24203 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24204
24205 sound/core/seq/seq_queue.c | 2 ++
24206 1 files changed, 2 insertions(+), 0 deletions(-)
24207
24208commit b9e55ab955e59b4a636d78a748be90334a48b485
24209Author: Takashi Iwai <tiwai@suse.de>
24210Date: Thu Jan 14 16:30:58 2016 +0100
24211
24212 ALSA: timer: Harden slave timer list handling
24213
24214 A slave timer instance might be still accessible in a racy way while
24215 operating the master instance as it lacks of locking. Since the
24216 master operation is mostly protected with timer->lock, we should cope
24217 with it while changing the slave instance, too. Also, some linked
24218 lists (active_list and ack_list) of slave instances aren't unlinked
24219 immediately at stopping or closing, and this may lead to unexpected
24220 accesses.
24221
24222 This patch tries to address these issues. It adds spin lock of
24223 timer->lock (either from master or slave, which is equivalent) in a
24224 few places. For avoiding a deadlock, we ensure that the global
24225 slave_active_lock is always locked at first before each timer lock.
24226
24227 Also, ack and active_list of slave instances are properly unlinked at
24228 snd_timer_stop() and snd_timer_close().
24229
24230 Last but not least, remove the superfluous call of _snd_timer_stop()
24231 at removing slave links. This is a noop, and calling it may confuse
24232 readers wrt locking. Further cleanup will follow in a later patch.
24233
24234 Actually we've got reports of use-after-free by syzkaller fuzzer, and
24235 this hopefully fixes these issues.
24236
24237 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24238 Cc: <stable@vger.kernel.org>
24239 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24240
24241 sound/core/timer.c | 18 ++++++++++++++----
24242 1 files changed, 14 insertions(+), 4 deletions(-)
24243
24244commit f1ce0547bdfda1b42ae8a66c222f2a897cbe1586
24245Author: Takashi Iwai <tiwai@suse.de>
24246Date: Wed Jan 13 17:48:01 2016 +0100
24247
24248 ALSA: timer: Fix race among timer ioctls
24249
24250 ALSA timer ioctls have an open race and this may lead to a
24251 use-after-free of timer instance object. A simplistic fix is to make
24252 each ioctl exclusive. We have already tread_sem for controlling the
24253 tread, and extend this as a global mutex to be applied to each ioctl.
24254
24255 The downside is, of course, the worse concurrency. But these ioctls
24256 aren't to be parallel accessible, in anyway, so it should be fine to
24257 serialize there.
24258
24259 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24260 Tested-by: Dmitry Vyukov <dvyukov@google.com>
24261 Cc: <stable@vger.kernel.org>
24262 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24263
24264 sound/core/timer.c | 32 +++++++++++++++++++-------------
24265 1 files changed, 19 insertions(+), 13 deletions(-)
24266
24267commit 8347d8461ed48a98f9c76cc3cfcdad8217d314bc
24268Author: Takashi Iwai <tiwai@suse.de>
24269Date: Wed Jan 13 21:35:06 2016 +0100
24270
24271 ALSA: timer: Fix double unlink of active_list
24272
24273 ALSA timer instance object has a couple of linked lists and they are
24274 unlinked unconditionally at snd_timer_stop(). Meanwhile
24275 snd_timer_interrupt() unlinks it, but it calls list_del() which leaves
24276 the element list itself unchanged. This ends up with unlinking twice,
24277 and it was caught by syzkaller fuzzer.
24278
24279 The fix is to use list_del_init() variant properly there, too.
24280
24281 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24282 Tested-by: Dmitry Vyukov <dvyukov@google.com>
24283 Cc: <stable@vger.kernel.org>
24284 Signed-off-by: Takashi Iwai <tiwai@suse.de>
24285
24286 sound/core/timer.c | 2 +-
24287 1 files changed, 1 insertions(+), 1 deletions(-)
24288
24289commit 243aebb7ae71d6e11ea9880faa893d1d0d60cd75
24290Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
24291Date: Mon Jan 18 18:03:48 2016 +0100
24292
24293 ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack
24294
24295 It was seen that defective configurations of openvswitch could overwrite
24296 the STACK_END_MAGIC and cause a hard crash of the kernel because of too
24297 many recursions within ovs.
24298
24299 This problem arises due to the high stack usage of openvswitch. The rest
24300 of the kernel is fine with the current limit of 10 (RECURSION_LIMIT).
24301
24302 We use the already existing recursion counter in ovs_execute_actions to
24303 implement an upper bound of 5 recursions.
24304
24305 Cc: Pravin Shelar <pshelar@ovn.org>
24306 Cc: Simon Horman <simon.horman@netronome.com>
24307 Cc: Eric Dumazet <eric.dumazet@gmail.com>
24308 Cc: Simon Horman <simon.horman@netronome.com>
24309 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
24310 Signed-off-by: David S. Miller <davem@davemloft.net>
24311
24312 net/openvswitch/actions.c | 19 ++++++++++++++-----
24313 1 files changed, 14 insertions(+), 5 deletions(-)
24314
24315commit 8080793479c6d5befe37a67b1dbd9e4e0a61af96
24316Author: Ursula Braun <ursula.braun@de.ibm.com>
24317Date: Tue Jan 19 10:41:33 2016 +0100
24318
24319 af_iucv: Validate socket address length in iucv_sock_bind()
24320
24321 Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
24322 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24323 Reviewed-by: Evgeny Cherkashin <Eugene.Crosser@ru.ibm.com>
24324 Signed-off-by: David S. Miller <davem@davemloft.net>
24325
24326 net/iucv/af_iucv.c | 3 +++
24327 1 files changed, 3 insertions(+), 0 deletions(-)
24328
24329commit 50a383c1c91ed7409c3cbdd41e662d6891463d1b
24330Author: Brad Spengler <spender@grsecurity.net>
24331Date: Tue Jan 19 19:32:54 2016 -0500
24332
24333 Apply the same fix as everyone else for the recent keys vulnerability that is
24334 unexploitable under PAX_REFCOUNT
24335
24336 Make a couple more changes that no one else can/will
24337
24338 include/linux/key-type.h | 4 ++--
24339 ipc/msgutil.c | 4 ++--
24340 security/keys/internal.h | 2 +-
24341 security/keys/process_keys.c | 1 +
24342 4 files changed, 6 insertions(+), 5 deletions(-)
24343
24344commit b56c3a63f431c193400aee17543021950bd14bc4
24345Merge: 38b1a3d 470069c
24346Author: Brad Spengler <spender@grsecurity.net>
24347Date: Sun Jan 17 18:30:19 2016 -0500
24348
24349 Merge branch 'pax-test' into grsec-test
24350
24351commit 470069cfedef2180313233d275be5901bd6d1135
24352Author: Brad Spengler <spender@grsecurity.net>
24353Date: Sun Jan 17 18:29:59 2016 -0500
24354
24355 Update to pax-linux-4.3.3-test22.patch:
24356 - Emesed fixed a gcc induced intentional integer overflow in asix_rx_fixup_internal, reported by thomas callison caffrey
24357 - fixed some more fallout from the drm_drivers constification, reported by Colin Childs and Toralf Foerster
24358
24359 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 ++++----------
24360 drivers/gpu/drm/drm_pci.c | 3 +++
24361 drivers/gpu/drm/gma500/psb_drv.c | 4 ----
24362 drivers/gpu/drm/i915/i915_drv.c | 16 ++++++++--------
24363 drivers/gpu/drm/nouveau/nouveau_drm.c | 6 +++---
24364 drivers/gpu/drm/radeon/radeon_drv.c | 4 +---
24365 drivers/net/usb/asix_common.c | 3 ++-
24366 include/drm/drmP.h | 1 +
24367 8 files changed, 22 insertions(+), 29 deletions(-)
24368
24369commit 38b1a3d676f407865c3d41840df8213c5ad639c1
24370Author: Brad Spengler <spender@grsecurity.net>
24371Date: Sun Jan 17 12:33:53 2016 -0500
24372
24373 As reported by Luis Ressel, the Kconfig help for GRKERNSEC_BRUTE
24374 mentioned banning execution of suid/sgid binaries, though the kernel
24375 source clearly only mentions banning execution of suid binaries. Since
24376 there's no reason for us to not ban execution of sgid binaries as well,
24377 make the implementation match the Kconfig description.
24378
24379 fs/exec.c | 4 ++--
24380 grsecurity/grsec_sig.c | 27 ++++++++++++++-------------
24381 include/linux/sched.h | 4 ++--
24382 3 files changed, 18 insertions(+), 17 deletions(-)
24383
24384commit 8c3bcb7dbf7f606acfa0983e81f0f928da1f1ace
24385Merge: d141a86 ea4a835
24386Author: Brad Spengler <spender@grsecurity.net>
24387Date: Sat Jan 16 14:12:22 2016 -0500
24388
24389 Merge branch 'pax-test' into grsec-test
24390
24391 Conflicts:
24392 drivers/gpu/drm/i810/i810_drv.c
24393
24394commit ea4a835328ada6513ac013986764d6caea8cd348
24395Author: Brad Spengler <spender@grsecurity.net>
24396Date: Sat Jan 16 14:11:30 2016 -0500
24397
24398 Update to pax-linux-4.3.3-test21.patch:
24399 - fixed some fallout from the drm_drivers constification, reported by spender
24400
24401 drivers/gpu/drm/armada/armada_drv.c | 3 +--
24402 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
24403 drivers/gpu/drm/i810/i810_dma.c | 2 +-
24404 drivers/gpu/drm/i810/i810_drv.c | 6 +++++-
24405 drivers/gpu/drm/i810/i810_drv.h | 2 +-
24406 5 files changed, 8 insertions(+), 6 deletions(-)
24407
24408commit d141a86fd66194bc3f896b6809b189e2f12a9a83
24409Author: Brad Spengler <spender@grsecurity.net>
24410Date: Sat Jan 16 13:16:36 2016 -0500
24411
24412 compile fix
24413
24414 drivers/gpu/drm/i810/i810_dma.c | 2 +-
24415 drivers/gpu/drm/i810/i810_drv.c | 4 +++-
24416 drivers/gpu/drm/i810/i810_drv.h | 2 +-
24417 3 files changed, 5 insertions(+), 3 deletions(-)
24418
24419commit 0d9dc4b25ea32c14561bcfe6b5b24f1b00fe0270
24420Merge: 5fa135d bbda879
24421Author: Brad Spengler <spender@grsecurity.net>
24422Date: Sat Jan 16 12:59:22 2016 -0500
24423
24424 Merge branch 'pax-test' into grsec-test
24425
24426commit bbda87914edf63e27fb46670bf3a373f2b963c73
24427Author: Brad Spengler <spender@grsecurity.net>
24428Date: Sat Jan 16 12:58:04 2016 -0500
24429
24430 Update to pax-linux-4.3.3-test20.patch:
24431 - constified drm_driver
24432 - Emese fixed a special case in handling __func__ in the initify plugin
24433 - Emese fixed a false positive size overflow report in handling inbufBits, reported by Martin Filo (https://bugs.gentoo.org/show_bug.cgi?id=567048)
24434 - fixed regression that caused perf to not resolve kernel code addresses under KERNEXEC/i386, reported by minipli
24435
24436 arch/x86/kernel/cpu/perf_event.h | 2 +-
24437 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
24438 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
24439 arch/x86/kernel/uprobes.c | 2 +-
24440 arch/x86/mm/mpx.c | 2 +-
24441 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
24442 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 ++-
24443 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
24444 drivers/gpu/drm/drm_pci.c | 6 +-
24445 drivers/gpu/drm/gma500/psb_drv.c | 5 +-
24446 drivers/gpu/drm/i915/i915_dma.c | 2 +-
24447 drivers/gpu/drm/i915/i915_drv.c | 15 ++--
24448 drivers/gpu/drm/i915/i915_drv.h | 2 +-
24449 drivers/gpu/drm/i915/i915_irq.c | 88 ++++++++++----------
24450 drivers/gpu/drm/mga/mga_drv.c | 5 +-
24451 drivers/gpu/drm/mga/mga_drv.h | 2 +-
24452 drivers/gpu/drm/mga/mga_state.c | 2 +-
24453 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 ++--
24454 drivers/gpu/drm/qxl/qxl_drv.c | 8 ++-
24455 drivers/gpu/drm/qxl/qxl_ioctl.c | 2 +-
24456 drivers/gpu/drm/r128/r128_drv.c | 4 +-
24457 drivers/gpu/drm/r128/r128_drv.h | 2 +-
24458 drivers/gpu/drm/r128/r128_state.c | 2 +-
24459 drivers/gpu/drm/radeon/radeon_drv.c | 17 +++-
24460 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
24461 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
24462 drivers/gpu/drm/radeon/radeon_state.c | 2 +-
24463 drivers/gpu/drm/savage/savage_bci.c | 2 +-
24464 drivers/gpu/drm/savage/savage_drv.c | 5 +-
24465 drivers/gpu/drm/savage/savage_drv.h | 2 +-
24466 drivers/gpu/drm/sis/sis_drv.c | 5 +-
24467 drivers/gpu/drm/sis/sis_drv.h | 2 +-
24468 drivers/gpu/drm/sis/sis_mm.c | 2 +-
24469 drivers/gpu/drm/via/via_dma.c | 2 +-
24470 drivers/gpu/drm/via/via_drv.c | 5 +-
24471 drivers/gpu/drm/via/via_drv.h | 2 +-
24472 include/drm/drmP.h | 2 +-
24473 mm/slab.c | 2 +-
24474 net/sunrpc/xprtrdma/svc_rdma.c | 6 +-
24475 tools/gcc/initify_plugin.c | 15 +++-
24476 .../disable_size_overflow_hash.data | 1 +
24477 .../size_overflow_plugin/size_overflow_hash.data | 3 +-
24478 42 files changed, 156 insertions(+), 110 deletions(-)
24479
24480commit 5fa135dc116350e0205c39ef65eaf6496ed2748a
24481Author: Brad Spengler <spender@grsecurity.net>
24482Date: Sat Jan 16 12:19:23 2016 -0500
24483
24484 compile fix
24485
24486 grsecurity/grsec_sig.c | 3 +--
24487 1 files changed, 1 insertions(+), 2 deletions(-)
24488
24489commit a9090fa58f33f75c7450fda5721a9b13625a47d9
24490Author: Brad Spengler <spender@grsecurity.net>
24491Date: Sat Jan 16 12:10:37 2016 -0500
24492
24493 As pointed out by Jann Horn, some distros are starting to circumvent
24494 previous assumptions about the attainability of a user to control
24495 multiple UIDs by handing out suid binaries that allow a user to run
24496 processes (including exploits) under a number of other pre-defined
24497 UIDs. As this could potentially be used to bypass GRKERNSEC_BRUTE
24498 (though it would have to involve some code path that doesn't involve
24499 locks) fix that here by ensuring no more than 8 users on a system can
24500 be banned before a reboot is required. If more are banned, a panic
24501 is triggered.
24502
24503 grsecurity/grsec_sig.c | 8 ++++++++
24504 1 files changed, 8 insertions(+), 0 deletions(-)
24505
24506commit a8d37776e9521c567ebff6730d49312f72435f08
24507Author: Eric Dumazet <edumazet@google.com>
24508Date: Thu Dec 3 11:12:07 2015 -0800
24509
24510 proc: add a reschedule point in proc_readfd_common()
24511
24512 User can pass an arbitrary large buffer to getdents().
24513
24514 It is typically a 32KB buffer used by libc scandir() implementation.
24515
24516 When scanning /proc/{pid}/fd, we can hold cpu way too long,
24517 so add a cond_resched() to be kind with other tasks.
24518
24519 We've seen latencies of more than 50ms on real workloads.
24520
24521 Signed-off-by: Eric Dumazet <edumazet@google.com>
24522 Cc: Alexander Viro <viro@zeniv.linux.org.uk>
24523 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
24524
24525 fs/proc/fd.c | 1 +
24526 1 files changed, 1 insertions(+), 0 deletions(-)
24527
24528commit 0adba75f8708f13b1f5d98ebe3fc2fb961e100c8
24529Author: Rabin Vincent <rabin@rab.in>
24530Date: Tue Jan 12 20:17:08 2016 +0100
24531
24532 net: bpf: reject invalid shifts
24533
24534 On ARM64, a BUG() is triggered in the eBPF JIT if a filter with a
24535 constant shift that can't be encoded in the immediate field of the
24536 UBFM/SBFM instructions is passed to the JIT. Since these shifts
24537 amounts, which are negative or >= regsize, are invalid, reject them in
24538 the eBPF verifier and the classic BPF filter checker, for all
24539 architectures.
24540
24541 Signed-off-by: Rabin Vincent <rabin@rab.in>
24542 Acked-by: Alexei Starovoitov <ast@kernel.org>
24543 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
24544 Signed-off-by: David S. Miller <davem@davemloft.net>
24545
24546 kernel/bpf/verifier.c | 10 ++++++++++
24547 net/core/filter.c | 5 +++++
24548 2 files changed, 15 insertions(+), 0 deletions(-)
24549
24550commit c248e115a73496625a1c64660d0eeefd67e55cbf
24551Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
24552Date: Fri Jan 8 11:00:54 2016 -0200
24553
24554 sctp: fix use-after-free in pr_debug statement
24555
24556 Dmitry Vyukov reported a use-after-free in the code expanded by the
24557 macro debug_post_sfx, which is caused by the use of the asoc pointer
24558 after it was freed within sctp_side_effect() scope.
24559
24560 This patch fixes it by allowing sctp_side_effect to clear that asoc
24561 pointer when the TCB is freed.
24562
24563 As Vlad explained, we also have to cover the SCTP_DISPOSITION_ABORT case
24564 because it will trigger DELETE_TCB too on that same loop.
24565
24566 Also, there were places issuing SCTP_CMD_INIT_FAILED and ASSOC_FAILED
24567 but returning SCTP_DISPOSITION_CONSUME, which would fool the scheme
24568 above. Fix it by returning SCTP_DISPOSITION_ABORT instead.
24569
24570 The macro is already prepared to handle such NULL pointer.
24571
24572 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24573 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
24574 Acked-by: Vlad Yasevich <vyasevich@gmail.com>
24575 Signed-off-by: David S. Miller <davem@davemloft.net>
24576
24577 net/sctp/sm_sideeffect.c | 11 ++++++-----
24578 net/sctp/sm_statefuns.c | 17 ++++-------------
24579 2 files changed, 10 insertions(+), 18 deletions(-)
24580
24581commit 395ea8a9e73e184fc14153a033000bccf4213213
24582Author: willy tarreau <w@1wt.eu>
24583Date: Sun Jan 10 07:54:56 2016 +0100
24584
24585 unix: properly account for FDs passed over unix sockets
24586
24587 It is possible for a process to allocate and accumulate far more FDs than
24588 the process' limit by sending them over a unix socket then closing them
24589 to keep the process' fd count low.
24590
24591 This change addresses this problem by keeping track of the number of FDs
24592 in flight per user and preventing non-privileged processes from having
24593 more FDs in flight than their configured FD limit.
24594
24595 Reported-by: socketpair@gmail.com
24596 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
24597 Mitigates: CVE-2013-4312 (Linux 2.0+)
24598 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
24599 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
24600 Signed-off-by: Willy Tarreau <w@1wt.eu>
24601 Signed-off-by: David S. Miller <davem@davemloft.net>
24602
24603 include/linux/sched.h | 1 +
24604 net/unix/af_unix.c | 24 ++++++++++++++++++++----
24605 net/unix/garbage.c | 13 ++++++++-----
24606 3 files changed, 29 insertions(+), 9 deletions(-)
24607
24608commit cb207ab8fbd71dcfc4a49d533aba8085012543fd
24609Author: Sasha Levin <sasha.levin@oracle.com>
24610Date: Thu Jan 7 14:52:43 2016 -0500
24611
24612 net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
24613
24614 proc_dostring() needs an initialized destination string, while the one
24615 provided in proc_sctp_do_hmac_alg() contains stack garbage.
24616
24617 Thus, writing to cookie_hmac_alg would strlen() that garbage and end up
24618 accessing invalid memory.
24619
24620 Fixes: 3c68198e7 ("sctp: Make hmac algorithm selection for cookie generation dynamic")
24621 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
24622 Signed-off-by: David S. Miller <davem@davemloft.net>
24623
24624 net/sctp/sysctl.c | 2 +-
24625 1 files changed, 1 insertions(+), 1 deletions(-)
24626
24627commit 4014e09faf0fe9054119624ccfff1236e886b554
24628Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
24629Date: Tue Nov 24 17:13:21 2015 -0500
24630
24631 RDS: fix race condition when sending a message on unbound socket
24632
24633 commit 8c7188b23474cca017b3ef354c4a58456f68303a upstream.
24634
24635 Sasha's found a NULL pointer dereference in the RDS connection code when
24636 sending a message to an apparently unbound socket. The problem is caused
24637 by the code checking if the socket is bound in rds_sendmsg(), which checks
24638 the rs_bound_addr field without taking a lock on the socket. This opens a
24639 race where rs_bound_addr is temporarily set but where the transport is not
24640 in rds_bind(), leading to a NULL pointer dereference when trying to
24641 dereference 'trans' in __rds_conn_create().
24642
24643 Vegard wrote a reproducer for this issue, so kindly ask him to share if
24644 you're interested.
24645
24646 I cannot reproduce the NULL pointer dereference using Vegard's reproducer
24647 with this patch, whereas I could without.
24648
24649 Complete earlier incomplete fix to CVE-2015-6937:
24650
24651 74e98eb08588 ("RDS: verify the underlying transport exists before creating a connection")
24652
24653 Cc: David S. Miller <davem@davemloft.net>
24654
24655 Reviewed-by: Vegard Nossum <vegard.nossum@oracle.com>
24656 Reviewed-by: Sasha Levin <sasha.levin@oracle.com>
24657 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
24658 Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com>
24659 Signed-off-by: David S. Miller <davem@davemloft.net>
24660 Signed-off-by: Jiri Slaby <jslaby@suse.cz>
24661
24662 Conflicts:
24663
24664 net/rds/send.c
24665
24666 net/rds/connection.c | 6 ------
24667 1 files changed, 0 insertions(+), 6 deletions(-)
24668
24669commit 206df8d01104344d7588d801016a281a4cd25556
24670Author: Sasha Levin <sasha.levin@oracle.com>
24671Date: Tue Sep 8 10:53:40 2015 -0400
24672
24673 RDS: verify the underlying transport exists before creating a connection
24674
24675 There was no verification that an underlying transport exists when creating
24676 a connection, this would cause dereferencing a NULL ptr.
24677
24678 It might happen on sockets that weren't properly bound before attempting to
24679 send a message, which will cause a NULL ptr deref:
24680
24681 [135546.047719] kasan: GPF could be caused by NULL-ptr deref or user memory accessgeneral protection fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC KASAN
24682 [135546.051270] Modules linked in:
24683 [135546.051781] CPU: 4 PID: 15650 Comm: trinity-c4 Not tainted 4.2.0-next-20150902-sasha-00041-gbaa1222-dirty #2527
24684 [135546.053217] task: ffff8800835bc000 ti: ffff8800bc708000 task.ti: ffff8800bc708000
24685 [135546.054291] RIP: __rds_conn_create (net/rds/connection.c:194)
24686 [135546.055666] RSP: 0018:ffff8800bc70fab0 EFLAGS: 00010202
24687 [135546.056457] RAX: dffffc0000000000 RBX: 0000000000000f2c RCX: ffff8800835bc000
24688 [135546.057494] RDX: 0000000000000007 RSI: ffff8800835bccd8 RDI: 0000000000000038
24689 [135546.058530] RBP: ffff8800bc70fb18 R08: 0000000000000001 R09: 0000000000000000
24690 [135546.059556] R10: ffffed014d7a3a23 R11: ffffed014d7a3a21 R12: 0000000000000000
24691 [135546.060614] R13: 0000000000000001 R14: ffff8801ec3d0000 R15: 0000000000000000
24692 [135546.061668] FS: 00007faad4ffb700(0000) GS:ffff880252000000(0000) knlGS:0000000000000000
24693 [135546.062836] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
24694 [135546.063682] CR2: 000000000000846a CR3: 000000009d137000 CR4: 00000000000006a0
24695 [135546.064723] Stack:
24696 [135546.065048] ffffffffafe2055c ffffffffafe23fc1 ffffed00493097bf ffff8801ec3d0008
24697 [135546.066247] 0000000000000000 00000000000000d0 0000000000000000 ac194a24c0586342
24698 [135546.067438] 1ffff100178e1f78 ffff880320581b00 ffff8800bc70fdd0 ffff880320581b00
24699 [135546.068629] Call Trace:
24700 [135546.069028] ? __rds_conn_create (include/linux/rcupdate.h:856 net/rds/connection.c:134)
24701 [135546.069989] ? rds_message_copy_from_user (net/rds/message.c:298)
24702 [135546.071021] rds_conn_create_outgoing (net/rds/connection.c:278)
24703 [135546.071981] rds_sendmsg (net/rds/send.c:1058)
24704 [135546.072858] ? perf_trace_lock (include/trace/events/lock.h:38)
24705 [135546.073744] ? lockdep_init (kernel/locking/lockdep.c:3298)
24706 [135546.074577] ? rds_send_drop_to (net/rds/send.c:976)
24707 [135546.075508] ? __might_fault (./arch/x86/include/asm/current.h:14 mm/memory.c:3795)
24708 [135546.076349] ? __might_fault (mm/memory.c:3795)
24709 [135546.077179] ? rds_send_drop_to (net/rds/send.c:976)
24710 [135546.078114] sock_sendmsg (net/socket.c:611 net/socket.c:620)
24711 [135546.078856] SYSC_sendto (net/socket.c:1657)
24712 [135546.079596] ? SYSC_connect (net/socket.c:1628)
24713 [135546.080510] ? trace_dump_stack (kernel/trace/trace.c:1926)
24714 [135546.081397] ? ring_buffer_unlock_commit (kernel/trace/ring_buffer.c:2479 kernel/trace/ring_buffer.c:2558 kernel/trace/ring_buffer.c:2674)
24715 [135546.082390] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
24716 [135546.083410] ? trace_event_raw_event_sys_enter (include/trace/events/syscalls.h:16)
24717 [135546.084481] ? do_audit_syscall_entry (include/trace/events/syscalls.h:16)
24718 [135546.085438] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
24719 [135546.085515] rds_ib_laddr_check(): addr 36.74.25.172 ret -99 node type -1
24720
24721 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
24722 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
24723 Signed-off-by: David S. Miller <davem@davemloft.net>
24724
24725 net/rds/connection.c | 6 ++++++
24726 1 files changed, 6 insertions(+), 0 deletions(-)
24727
24728commit 173fa03f05cf0ad485d49a42cbdee8844d3a689a
24729Author: Steven Rostedt (Red Hat) <rostedt@goodmis.org>
24730Date: Tue Jan 5 20:32:47 2016 -0500
24731
24732 ftrace/module: Call clean up function when module init fails early
24733
24734 If the module init code fails after calling ftrace_module_init() and before
24735 calling do_init_module(), we can suffer from a memory leak. This is because
24736 ftrace_module_init() allocates pages to store the locations that ftrace
24737 hooks are placed in the module text. If do_init_module() fails, it still
24738 calls the MODULE_GOING notifiers which will tell ftrace to do a clean up of
24739 the pages it allocated for the module. But if load_module() fails before
24740 then, the pages allocated by ftrace_module_init() will never be freed.
24741
24742 Call ftrace_release_mod() on the module if load_module() fails before
24743 getting to do_init_module().
24744
24745 Link: http://lkml.kernel.org/r/567CEA31.1070507@intel.com
24746
24747 Reported-by: "Qiu, PeiyangX" <peiyangx.qiu@intel.com>
24748 Fixes: a949ae560a511 "ftrace/module: Hardcode ftrace_module_init() call into load_module()"
24749 Cc: stable@vger.kernel.org # v2.6.38+
24750 Acked-by: Rusty Russell <rusty@rustcorp.com.au>
24751 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
24752
24753 include/linux/ftrace.h | 1 +
24754 kernel/module.c | 6 ++++++
24755 2 files changed, 7 insertions(+), 0 deletions(-)
24756
24757commit 1e5a4a81a4c16c8ac2e264b88a02cc2f42ed0399
24758Author: Francesco Ruggeri <fruggeri@aristanetworks.com>
24759Date: Wed Jan 6 00:18:48 2016 -0800
24760
24761 net: possible use after free in dst_release
24762
24763 dst_release should not access dst->flags after decrementing
24764 __refcnt to 0. The dst_entry may be in dst_busy_list and
24765 dst_gc_task may dst_destroy it before dst_release gets a chance
24766 to access dst->flags.
24767
24768 Fixes: d69bbf88c8d0 ("net: fix a race in dst_release()")
24769 Fixes: 27b75c95f10d ("net: avoid RCU for NOCACHE dst")
24770 Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
24771 Acked-by: Eric Dumazet <edumazet@google.com>
24772 Signed-off-by: David S. Miller <davem@davemloft.net>
24773
24774 net/core/dst.c | 3 ++-
24775 1 files changed, 2 insertions(+), 1 deletions(-)
24776
24777commit bfb0455793dd4e0f0b49d34a68b3249ab55565cc
24778Author: Alan <gnomes@lxorguk.ukuu.org.uk>
24779Date: Wed Jan 6 14:55:02 2016 +0000
24780
24781 mkiss: fix scribble on freed memory
24782
24783 commit d79f16c046086f4fe0d42184a458e187464eb83e fixed a user triggerable
24784 scribble on free memory but added a new one which allows the user to
24785 scribble even more and user controlled data into freed space.
24786
24787 As with 6pack we need to halt the queue before we free the buffers, because
24788 the transmit logic is not protected by the semaphore.
24789
24790 Signed-off-by: Alan Cox <alan@linux.intel.com>
24791 Signed-off-by: David S. Miller <davem@davemloft.net>
24792
24793 drivers/net/hamradio/mkiss.c | 5 +++++
24794 1 files changed, 5 insertions(+), 0 deletions(-)
24795
24796commit 5cbbcbd32dc1949470f61d342503808fa9555276
24797Author: David Miller <davem@davemloft.net>
24798Date: Thu Dec 17 16:05:49 2015 -0500
24799
24800 mkiss: Fix use after free in mkiss_close().
24801
24802 Need to do the unregister_device() after all references to the driver
24803 private have been done.
24804
24805 Signed-off-by: David S. Miller <davem@davemloft.net>
24806
24807 drivers/net/hamradio/mkiss.c | 4 ++--
24808 1 files changed, 2 insertions(+), 2 deletions(-)
24809
24810commit b00171576794a98068e069a660f0991a6a5190ff
24811Author: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
24812Date: Tue Jan 5 11:51:25 2016 +0000
24813
24814 6pack: fix free memory scribbles
24815
24816 commit acf673a3187edf72068ee2f92f4dc47d66baed47 fixed a user triggerable free
24817 memory scribble but in doing so replaced it with a different one that allows
24818 the user to control the data and scribble even more.
24819
24820 sixpack_close is called by the tty layer in tty context. The tty context is
24821 protected by sp_get() and sp_put(). However network layer activity via
24822 sp_xmit() is not protected this way. We must therefore stop the queue
24823 otherwise the user gets to dump a buffer mostly of their choice into freed
24824 kernel pages.
24825
24826 Signed-off-by: Alan Cox <alan@linux.intel.com>
24827 Signed-off-by: David S. Miller <davem@davemloft.net>
24828
24829 drivers/net/hamradio/6pack.c | 6 ++++++
24830 1 files changed, 6 insertions(+), 0 deletions(-)
24831
24832commit 5b64a833907cd230a3106aeba2304b2c1bcd116d
24833Author: David Miller <davem@davemloft.net>
24834Date: Thu Dec 17 16:05:32 2015 -0500
24835
24836 6pack: Fix use after free in sixpack_close().
24837
24838 Need to do the unregister_device() after all references to the driver
24839 private have been done.
24840
24841 Also we need to use del_timer_sync() for the timers so that we don't
24842 have any asynchronous references after the unregister.
24843
24844 Signed-off-by: David S. Miller <davem@davemloft.net>
24845
24846 drivers/net/hamradio/6pack.c | 8 ++++----
24847 1 files changed, 4 insertions(+), 4 deletions(-)
24848
24849commit 4f9d532742656b3613d579220fd10c78f24ba37b
24850Author: Rabin Vincent <rabin@rab.in>
24851Date: Tue Jan 5 16:23:07 2016 +0100
24852
24853 net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
24854
24855 The SKF_AD_ALU_XOR_X ancillary is not like the other ancillary data
24856 instructions since it XORs A with X while all the others replace A with
24857 some loaded value. All the BPF JITs fail to clear A if this is used as
24858 the first instruction in a filter. This was found using american fuzzy
24859 lop.
24860
24861 Add a helper to determine if A needs to be cleared given the first
24862 instruction in a filter, and use this in the JITs. Except for ARM, the
24863 rest have only been compile-tested.
24864
24865 Fixes: 3480593131e0 ("net: filter: get rid of BPF_S_* enum")
24866 Signed-off-by: Rabin Vincent <rabin@rab.in>
24867 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
24868 Acked-by: Alexei Starovoitov <ast@kernel.org>
24869 Signed-off-by: David S. Miller <davem@davemloft.net>
24870
24871 arch/arm/net/bpf_jit_32.c | 16 +---------------
24872 arch/mips/net/bpf_jit.c | 16 +---------------
24873 arch/powerpc/net/bpf_jit_comp.c | 13 ++-----------
24874 arch/sparc/net/bpf_jit_comp.c | 17 ++---------------
24875 include/linux/filter.h | 19 +++++++++++++++++++
24876 5 files changed, 25 insertions(+), 56 deletions(-)
24877
24878commit 570d88f8acfffda92b89ae2e1c47320d47256034
24879Author: John Fastabend <john.fastabend@gmail.com>
24880Date: Tue Jan 5 09:11:36 2016 -0800
24881
24882 net: sched: fix missing free per cpu on qstats
24883
24884 When a qdisc is using per cpu stats (currently just the ingress
24885 qdisc) only the bstats are being freed. This also free's the qstats.
24886
24887 Fixes: b0ab6f92752b9f9d8 ("net: sched: enable per cpu qstats")
24888 Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
24889 Acked-by: Eric Dumazet <edumazet@google.com>
24890 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
24891 Signed-off-by: David S. Miller <davem@davemloft.net>
24892
24893 net/sched/sch_generic.c | 4 +++-
24894 1 files changed, 3 insertions(+), 1 deletions(-)
24895
24896commit 32c0ebc51857ee83470a10dcb234d308a0ed1881
24897Author: Rabin Vincent <rabin@rab.in>
24898Date: Tue Jan 5 18:34:04 2016 +0100
24899
24900 ARM: net: bpf: fix zero right shift
24901
24902 The LSR instruction cannot be used to perform a zero right shift since a
24903 0 as the immediate value (imm5) in the LSR instruction encoding means
24904 that a shift of 32 is perfomed. See DecodeIMMShift() in the ARM ARM.
24905
24906 Make the JIT skip generation of the LSR if a zero-shift is requested.
24907
24908 This was found using american fuzzy lop.
24909
24910 Signed-off-by: Rabin Vincent <rabin@rab.in>
24911 Acked-by: Alexei Starovoitov <ast@kernel.org>
24912 Signed-off-by: David S. Miller <davem@davemloft.net>
24913
24914 arch/arm/net/bpf_jit_32.c | 3 ++-
24915 1 files changed, 2 insertions(+), 1 deletions(-)
24916
24917commit 51f5d291750285efa4d4bbe84e5ec23dc00c8d2d
24918Author: Brad Spengler <spender@grsecurity.net>
24919Date: Wed Jan 6 20:35:57 2016 -0500
24920
24921 Don't perform hidden lookups in RBAC against the directory of
24922 a file being opened with O_CREAT, reported by Karl Witt
24923
24924 Conflicts:
24925
24926 fs/namei.c
24927
24928 fs/namei.c | 3 ---
24929 1 files changed, 0 insertions(+), 3 deletions(-)
24930
24931commit 5a8266a6b2769ccdb447256f95bc2577a73cccd1
24932Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
24933Date: Tue Jan 5 10:46:00 2016 +0100
24934
24935 bridge: Only call /sbin/bridge-stp for the initial network namespace
24936
24937 [I stole this patch from Eric Biederman. He wrote:]
24938
24939 > There is no defined mechanism to pass network namespace information
24940 > into /sbin/bridge-stp therefore don't even try to invoke it except
24941 > for bridge devices in the initial network namespace.
24942 >
24943 > It is possible for unprivileged users to cause /sbin/bridge-stp to be
24944 > invoked for any network device name which if /sbin/bridge-stp does not
24945 > guard against unreasonable arguments or being invoked twice on the
24946 > same network device could cause problems.
24947
24948 [Hannes: changed patch using netns_eq]
24949
24950 Cc: Eric W. Biederman <ebiederm@xmission.com>
24951 Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
24952 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
24953 Signed-off-by: David S. Miller <davem@davemloft.net>
24954
24955 net/bridge/br_stp_if.c | 5 ++++-
24956 1 files changed, 4 insertions(+), 1 deletions(-)
24957
24958commit 650d535cc39f0aeff2f57e60b6617be25d3ef48b
24959Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
24960Date: Wed Dec 23 16:28:40 2015 -0200
24961
24962 sctp: use GFP_USER for user-controlled kmalloc
24963
24964 Commit cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
24965 missed two other spots.
24966
24967 For connectx, as it's more likely to be used by kernel users of the API,
24968 it detects if GFP_USER should be used or not.
24969
24970 Fixes: cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
24971 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24972 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
24973 Signed-off-by: David S. Miller <davem@davemloft.net>
24974
24975 net/sctp/socket.c | 9 ++++++---
24976 1 files changed, 6 insertions(+), 3 deletions(-)
24977
24978commit 5718a1f63c41fc156f729783423b002763779d04
24979Author: Florian Westphal <fw@strlen.de>
24980Date: Thu Dec 31 14:26:33 2015 +0100
24981
24982 connector: bump skb->users before callback invocation
24983
24984 Dmitry reports memleak with syskaller program.
24985 Problem is that connector bumps skb usecount but might not invoke callback.
24986
24987 So move skb_get to where we invoke the callback.
24988
24989 Reported-by: Dmitry Vyukov <dvyukov@google.com>
24990 Signed-off-by: Florian Westphal <fw@strlen.de>
24991 Signed-off-by: David S. Miller <davem@davemloft.net>
24992
24993 drivers/connector/connector.c | 11 +++--------
24994 1 files changed, 3 insertions(+), 8 deletions(-)
24995
24996commit 2e6372e6a97f8d642416899861f91777f44f13b7
24997Author: Rainer Weikusat <rweikusat@mobileactivedefense.com>
24998Date: Sun Jan 3 18:56:38 2016 +0000
24999
25000 af_unix: Fix splice-bind deadlock
25001
25002 On 2015/11/06, Dmitry Vyukov reported a deadlock involving the splice
25003 system call and AF_UNIX sockets,
25004
25005 http://lists.openwall.net/netdev/2015/11/06/24
25006
25007 The situation was analyzed as
25008
25009 (a while ago) A: socketpair()
25010 B: splice() from a pipe to /mnt/regular_file
25011 does sb_start_write() on /mnt
25012 C: try to freeze /mnt
25013 wait for B to finish with /mnt
25014 A: bind() try to bind our socket to /mnt/new_socket_name
25015 lock our socket, see it not bound yet
25016 decide that it needs to create something in /mnt
25017 try to do sb_start_write() on /mnt, block (it's
25018 waiting for C).
25019 D: splice() from the same pipe to our socket
25020 lock the pipe, see that socket is connected
25021 try to lock the socket, block waiting for A
25022 B: get around to actually feeding a chunk from
25023 pipe to file, try to lock the pipe. Deadlock.
25024
25025 on 2015/11/10 by Al Viro,
25026
25027 http://lists.openwall.net/netdev/2015/11/10/4
25028
25029 The patch fixes this by removing the kern_path_create related code from
25030 unix_mknod and executing it as part of unix_bind prior acquiring the
25031 readlock of the socket in question. This means that A (as used above)
25032 will sb_start_write on /mnt before it acquires the readlock, hence, it
25033 won't indirectly block B which first did a sb_start_write and then
25034 waited for a thread trying to acquire the readlock. Consequently, A
25035 being blocked by C waiting for B won't cause a deadlock anymore
25036 (effectively, both A and B acquire two locks in opposite order in the
25037 situation described above).
25038
25039 Dmitry Vyukov(<dvyukov@google.com>) tested the original patch.
25040
25041 Signed-off-by: Rainer Weikusat <rweikusat@mobileactivedefense.com>
25042 Signed-off-by: David S. Miller <davem@davemloft.net>
25043
25044 Conflicts:
25045
25046 net/unix/af_unix.c
25047
25048 net/unix/af_unix.c | 70 +++++++++++++++++++++++++++++++--------------------
25049 1 files changed, 42 insertions(+), 28 deletions(-)
25050
25051commit 2e729e557c571f3253e32472cd7d382ac16cf1c3
25052Author: Qiu Peiyang <peiyangx.qiu@intel.com>
25053Date: Thu Dec 31 13:11:28 2015 +0800
25054
25055 tracing: Fix setting of start_index in find_next()
25056
25057 When we do cat /sys/kernel/debug/tracing/printk_formats, we hit kernel
25058 panic at t_show.
25059
25060 general protection fault: 0000 [#1] PREEMPT SMP
25061 CPU: 0 PID: 2957 Comm: sh Tainted: G W O 3.14.55-x86_64-01062-gd4acdc7 #2
25062 RIP: 0010:[<ffffffff811375b2>]
25063 [<ffffffff811375b2>] t_show+0x22/0xe0
25064 RSP: 0000:ffff88002b4ebe80 EFLAGS: 00010246
25065 RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000004
25066 RDX: 0000000000000004 RSI: ffffffff81fd26a6 RDI: ffff880032f9f7b1
25067 RBP: ffff88002b4ebe98 R08: 0000000000001000 R09: 000000000000ffec
25068 R10: 0000000000000000 R11: 000000000000000f R12: ffff880004d9b6c0
25069 R13: 7365725f6d706400 R14: ffff880004d9b6c0 R15: ffffffff82020570
25070 FS: 0000000000000000(0000) GS:ffff88003aa00000(0063) knlGS:00000000f776bc40
25071 CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
25072 CR2: 00000000f6c02ff0 CR3: 000000002c2b3000 CR4: 00000000001007f0
25073 Call Trace:
25074 [<ffffffff811dc076>] seq_read+0x2f6/0x3e0
25075 [<ffffffff811b749b>] vfs_read+0x9b/0x160
25076 [<ffffffff811b7f69>] SyS_read+0x49/0xb0
25077 [<ffffffff81a3a4b9>] ia32_do_call+0x13/0x13
25078 ---[ end trace 5bd9eb630614861e ]---
25079 Kernel panic - not syncing: Fatal exception
25080
25081 When the first time find_next calls find_next_mod_format, it should
25082 iterate the trace_bprintk_fmt_list to find the first print format of
25083 the module. However in current code, start_index is smaller than *pos
25084 at first, and code will not iterate the list. Latter container_of will
25085 get the wrong address with former v, which will cause mod_fmt be a
25086 meaningless object and so is the returned mod_fmt->fmt.
25087
25088 This patch will fix it by correcting the start_index. After fixed,
25089 when the first time calls find_next_mod_format, start_index will be
25090 equal to *pos, and code will iterate the trace_bprintk_fmt_list to
25091 get the right module printk format, so is the returned mod_fmt->fmt.
25092
25093 Link: http://lkml.kernel.org/r/5684B900.9000309@intel.com
25094
25095 Cc: stable@vger.kernel.org # 3.12+
25096 Fixes: 102c9323c35a8 "tracing: Add __tracepoint_string() to export string pointers"
25097 Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
25098 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
25099
25100 kernel/trace/trace_printk.c | 1 +
25101 1 files changed, 1 insertions(+), 0 deletions(-)
25102
25103commit 0994af4b1930f32aa493dc08145cd304f8bfc8f4
25104Author: Al Viro <viro@zeniv.linux.org.uk>
25105Date: Mon Dec 28 20:47:08 2015 -0500
25106
25107 [PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()
25108
25109 Cc: stable@vger.kernel.org # 3.15+
25110 Reviewed-by: Jeff Layton <jeff.layton@primarydata.com>
25111 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
25112
25113 arch/arm/kernel/sys_oabi-compat.c | 73 +++++++++++++++++++------------------
25114 1 files changed, 37 insertions(+), 36 deletions(-)
25115
25116commit 4ed030f65dcf3e6b0128032a49a7d75f947fa351
25117Merge: de243c2 3adc55a
25118Author: Brad Spengler <spender@grsecurity.net>
25119Date: Tue Jan 5 18:10:10 2016 -0500
25120
25121 Merge branch 'pax-test' into grsec-test
25122
25123commit 3adc55a5acfa429c2a7cc883aef08b960c0079b0
25124Author: Brad Spengler <spender@grsecurity.net>
25125Date: Tue Jan 5 18:08:53 2016 -0500
25126
25127 Update to pax-linux-4.3.3-test16.patch:
25128 - small cleanup in entry_64.S on x86
25129 - Emese fixed the initify plugin to recursively check variable initializers, reported by Rasmus Villemoes
25130 - 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)
25131 - 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)
25132 - 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)
25133 - 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)
25134
25135 arch/x86/entry/entry_64.S | 60 +++++-----
25136 arch/x86/kernel/alternative.c | 2 +-
25137 arch/x86/kvm/emulate.c | 4 +-
25138 tools/gcc/initify_plugin.c | 123 +++++++++----------
25139 .../disable_size_overflow_hash.data | 4 +-
25140 .../size_overflow_plugin/size_overflow_hash.data | 2 -
25141 6 files changed, 93 insertions(+), 102 deletions(-)
25142
25143commit de243c26efd0e423ca92db825af2c3f8eb1ca043
25144Author: Brad Spengler <spender@grsecurity.net>
25145Date: Tue Dec 29 18:01:24 2015 -0500
25146
25147 It was noticed during an internal audit that the code under GRKERNSEC_PROC_MEMMAP
25148 which aimed to enforce a 16MB minimum on RLIMIT_DATA for suid/sgid binaries only
25149 did so if RLIMIT_DATA was set lower than PAGE_SIZE.
25150
25151 This addition was only supplemental as GRKERNSEC_BRUTE is the main defense
25152 against suid/sgid attacks and the flaw above would only eliminate the extra
25153 entropy provided for the brk-managed heap, still leaving it with the minimum
25154 of 16-bit entropy for mmap on x86 and 28 on x64.
25155
25156 mm/mmap.c | 2 +-
25157 1 files changed, 1 insertions(+), 1 deletions(-)
25158
25159commit 8e264cfe47e5f08cdc9ed009a630277206cd2534
25160Merge: 436201b 2584340
25161Author: Brad Spengler <spender@grsecurity.net>
25162Date: Mon Dec 28 20:30:01 2015 -0500
25163
25164 Merge branch 'pax-test' into grsec-test
25165
25166commit 2584340eab494e64ec1bf9eb5b0d1ae31f926306
25167Author: Brad Spengler <spender@grsecurity.net>
25168Date: Mon Dec 28 20:29:28 2015 -0500
25169
25170 Update to pax-linux-4.3.3-test14.patch:
25171 - 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)
25172 - fixed shutdown crash with tboot and KERNEXEC, reported by perfinion
25173 - fixed a few false positive and one real size overflow reports in hyperv, reported by hunger
25174 - fixed compile regressions on armv5, reported by iamb (https://forums.grsecurity.net/viewtopic.php?f=3&t=4350)
25175 - fixed an assert in the initify plugin that triggered in vic_register on arm
25176
25177 arch/arm/include/asm/atomic.h | 7 +++++--
25178 arch/arm/include/asm/domain.h | 5 ++---
25179 arch/x86/kernel/tboot.c | 14 +++++++++-----
25180 drivers/hv/channel.c | 4 +---
25181 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
25182 drivers/net/hyperv/rndis_filter.c | 3 +--
25183 fs/exec.c | 4 ++--
25184 include/linux/atomic.h | 15 ---------------
25185 net/core/skbuff.c | 3 ++-
25186 tools/gcc/initify_plugin.c | 4 +++-
25187 10 files changed, 26 insertions(+), 35 deletions(-)
25188
25189commit 436201b6626b488d173c8076447000077c27b84a
25190Author: David Howells <dhowells@redhat.com>
25191Date: Fri Dec 18 01:34:26 2015 +0000
25192
25193 KEYS: Fix race between read and revoke
25194
25195 This fixes CVE-2015-7550.
25196
25197 There's a race between keyctl_read() and keyctl_revoke(). If the revoke
25198 happens between keyctl_read() checking the validity of a key and the key's
25199 semaphore being taken, then the key type read method will see a revoked key.
25200
25201 This causes a problem for the user-defined key type because it assumes in
25202 its read method that there will always be a payload in a non-revoked key
25203 and doesn't check for a NULL pointer.
25204
25205 Fix this by making keyctl_read() check the validity of a key after taking
25206 semaphore instead of before.
25207
25208 I think the bug was introduced with the original keyrings code.
25209
25210 This was discovered by a multithreaded test program generated by syzkaller
25211 (http://github.com/google/syzkaller). Here's a cleaned up version:
25212
25213 #include <sys/types.h>
25214 #include <keyutils.h>
25215 #include <pthread.h>
25216 void *thr0(void *arg)
25217 {
25218 key_serial_t key = (unsigned long)arg;
25219 keyctl_revoke(key);
25220 return 0;
25221 }
25222 void *thr1(void *arg)
25223 {
25224 key_serial_t key = (unsigned long)arg;
25225 char buffer[16];
25226 keyctl_read(key, buffer, 16);
25227 return 0;
25228 }
25229 int main()
25230 {
25231 key_serial_t key = add_key("user", "%", "foo", 3, KEY_SPEC_USER_KEYRING);
25232 pthread_t th[5];
25233 pthread_create(&th[0], 0, thr0, (void *)(unsigned long)key);
25234 pthread_create(&th[1], 0, thr1, (void *)(unsigned long)key);
25235 pthread_create(&th[2], 0, thr0, (void *)(unsigned long)key);
25236 pthread_create(&th[3], 0, thr1, (void *)(unsigned long)key);
25237 pthread_join(th[0], 0);
25238 pthread_join(th[1], 0);
25239 pthread_join(th[2], 0);
25240 pthread_join(th[3], 0);
25241 return 0;
25242 }
25243
25244 Build as:
25245
25246 cc -o keyctl-race keyctl-race.c -lkeyutils -lpthread
25247
25248 Run as:
25249
25250 while keyctl-race; do :; done
25251
25252 as it may need several iterations to crash the kernel. The crash can be
25253 summarised as:
25254
25255 BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
25256 IP: [<ffffffff81279b08>] user_read+0x56/0xa3
25257 ...
25258 Call Trace:
25259 [<ffffffff81276aa9>] keyctl_read_key+0xb6/0xd7
25260 [<ffffffff81277815>] SyS_keyctl+0x83/0xe0
25261 [<ffffffff815dbb97>] entry_SYSCALL_64_fastpath+0x12/0x6f
25262
25263 Reported-by: Dmitry Vyukov <dvyukov@google.com>
25264 Signed-off-by: David Howells <dhowells@redhat.com>
25265 Tested-by: Dmitry Vyukov <dvyukov@google.com>
25266 Cc: stable@vger.kernel.org
25267 Signed-off-by: James Morris <james.l.morris@oracle.com>
25268
25269 security/keys/keyctl.c | 18 +++++++++---------
25270 1 files changed, 9 insertions(+), 9 deletions(-)
25271
25272commit 195cea04477025da4a2078bd3e1fb7c4e11206c2
25273Author: Brad Spengler <spender@grsecurity.net>
25274Date: Tue Dec 22 20:44:01 2015 -0500
25275
25276 Add new kernel command-line param: pax_size_overflow_report_only
25277 If a user triggers a size_overflow violation that makes it difficult
25278 to obtain the call trace without serial console/net console, they can
25279 use this option to provide that information to us
25280
25281 Documentation/kernel-parameters.txt | 5 +++++
25282 fs/exec.c | 12 +++++++++---
25283 init/main.c | 11 +++++++++++
25284 3 files changed, 25 insertions(+), 3 deletions(-)
25285
25286commit 4254a8da5851df8c08cdca5c392916e8c105408d
25287Author: WANG Cong <xiyou.wangcong@gmail.com>
25288Date: Mon Dec 21 10:55:45 2015 -0800
25289
25290 addrconf: always initialize sysctl table data
25291
25292 When sysctl performs restrict writes, it allows to write from
25293 a middle position of a sysctl file, which requires us to initialize
25294 the table data before calling proc_dostring() for the write case.
25295
25296 Fixes: 3d1bec99320d ("ipv6: introduce secret_stable to ipv6_devconf")
25297 Reported-by: Sasha Levin <sasha.levin@oracle.com>
25298 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
25299 Tested-by: Sasha Levin <sasha.levin@oracle.com>
25300 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
25301 Signed-off-by: David S. Miller <davem@davemloft.net>
25302
25303 net/ipv6/addrconf.c | 11 ++++-------
25304 1 files changed, 4 insertions(+), 7 deletions(-)
25305
25306commit f8002863fb06c363180637046947a78a6ccb3d33
25307Author: WANG Cong <xiyou.wangcong@gmail.com>
25308Date: Wed Dec 16 23:39:04 2015 -0800
25309
25310 net: check both type and procotol for tcp sockets
25311
25312 Dmitry reported the following out-of-bound access:
25313
25314 Call Trace:
25315 [<ffffffff816cec2e>] __asan_report_load4_noabort+0x3e/0x40
25316 mm/kasan/report.c:294
25317 [<ffffffff84affb14>] sock_setsockopt+0x1284/0x13d0 net/core/sock.c:880
25318 [< inline >] SYSC_setsockopt net/socket.c:1746
25319 [<ffffffff84aed7ee>] SyS_setsockopt+0x1fe/0x240 net/socket.c:1729
25320 [<ffffffff85c18c76>] entry_SYSCALL_64_fastpath+0x16/0x7a
25321 arch/x86/entry/entry_64.S:185
25322
25323 This is because we mistake a raw socket as a tcp socket.
25324 We should check both sk->sk_type and sk->sk_protocol to ensure
25325 it is a tcp socket.
25326
25327 Willem points out __skb_complete_tx_timestamp() needs to fix as well.
25328
25329 Reported-by: Dmitry Vyukov <dvyukov@google.com>
25330 Cc: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
25331 Cc: Eric Dumazet <eric.dumazet@gmail.com>
25332 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
25333 Acked-by: Willem de Bruijn <willemb@google.com>
25334 Signed-off-by: David S. Miller <davem@davemloft.net>
25335
25336 net/core/skbuff.c | 3 ++-
25337 net/core/sock.c | 3 ++-
25338 2 files changed, 4 insertions(+), 2 deletions(-)
25339
25340commit bd6b3399804470a4ad8f34229469ca149dceba3d
25341Author: Colin Ian King <colin.king@canonical.com>
25342Date: Fri Dec 18 14:22:01 2015 -0800
25343
25344 proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
25345
25346 Writing to /proc/$pid/coredump_filter always returns -ESRCH because commit
25347 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()") removed
25348 the setting of ret after the get_proc_task call and incorrectly left it as
25349 -ESRCH. Instead, return 0 when successful.
25350
25351 Example breakage:
25352
25353 echo 0 > /proc/self/coredump_filter
25354 bash: echo: write error: No such process
25355
25356 Fixes: 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()")
25357 Signed-off-by: Colin Ian King <colin.king@canonical.com>
25358 Acked-by: Kees Cook <keescook@chromium.org>
25359 Cc: <stable@vger.kernel.org> [4.3+]
25360 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
25361 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
25362
25363 fs/proc/base.c | 1 +
25364 1 files changed, 1 insertions(+), 0 deletions(-)
25365
25366commit b28aca2b99ed08546778355fb9402c503ff9b29e
25367Author: Junichi Nomura <j-nomura@ce.jp.nec.com>
25368Date: Tue Dec 22 10:23:44 2015 -0700
25369
25370 block: ensure to split after potentially bouncing a bio
25371
25372 blk_queue_bio() does split then bounce, which makes the segment
25373 counting based on pages before bouncing and could go wrong. Move
25374 the split to after bouncing, like we do for blk-mq, and the we
25375 fix the issue of having the bio count for segments be wrong.
25376
25377 Fixes: 54efd50bfd87 ("block: make generic_make_request handle arbitrarily sized bios")
25378 Cc: stable@vger.kernel.org
25379 Tested-by: Artem S. Tashkinov <t.artem@lycos.com>
25380 Signed-off-by: Jens Axboe <axboe@fb.com>
25381
25382 block/blk-core.c | 4 ++--
25383 1 files changed, 2 insertions(+), 2 deletions(-)
25384
25385commit e62a25e917a9e5b35ddd5b4f1b5e5e30fbd2e84c
25386Merge: f6f63ae ec72fa5
25387Author: Brad Spengler <spender@grsecurity.net>
25388Date: Tue Dec 22 19:46:26 2015 -0500
25389
25390 Merge branch 'pax-test' into grsec-test
25391
25392commit ec72fa5f8d9cb4e223bad1b8b5c2e1071c222f2a
25393Author: Brad Spengler <spender@grsecurity.net>
25394Date: Tue Dec 22 19:45:51 2015 -0500
25395
25396 Update to pax-linux-4.3.3-test13.patch:
25397 - 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)
25398 - 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)
25399
25400 arch/arm/mm/fault.c | 2 +-
25401 arch/x86/mm/fault.c | 2 +-
25402 fs/btrfs/extent_map.c | 8 ++++++--
25403 fs/xfs/libxfs/xfs_da_btree.c | 4 +++-
25404 4 files changed, 11 insertions(+), 5 deletions(-)
25405
25406commit f6f63ae154cd45028add1dc41957878060d77fbf
25407Author: Brad Spengler <spender@grsecurity.net>
25408Date: Thu Dec 17 18:43:44 2015 -0500
25409
25410 ptrace_has_cap() checks whether the current process should be
25411 treated as having a certain capability for ptrace checks
25412 against another process. Until now, this was equivalent to
25413 has_ns_capability(current, target_ns, CAP_SYS_PTRACE).
25414
25415 However, if a root-owned process wants to enter a user
25416 namespace for some reason without knowing who owns it and
25417 therefore can't change to the namespace owner's uid and gid
25418 before entering, as soon as it has entered the namespace,
25419 the namespace owner can attach to it via ptrace and thereby
25420 gain access to its uid and gid.
25421
25422 While it is possible for the entering process to switch to
25423 the uid of a claimed namespace owner before entering,
25424 causing the attempt to enter to fail if the claimed uid is
25425 wrong, this doesn't solve the problem of determining an
25426 appropriate gid.
25427
25428 With this change, the entering process can first enter the
25429 namespace and then safely inspect the namespace's
25430 properties, e.g. through /proc/self/{uid_map,gid_map},
25431 assuming that the namespace owner doesn't have access to
25432 uid 0.
25433 Signed-off-by: Jann Horn <jann@thejh.net>
25434
25435 kernel/ptrace.c | 30 +++++++++++++++++++++++++-----
25436 1 files changed, 25 insertions(+), 5 deletions(-)
25437
25438commit e314f0fb63020f61543b401ff594e953c2c304e5
25439Author: tadeusz.struk@intel.com <tadeusz.struk@intel.com>
25440Date: Tue Dec 15 10:46:17 2015 -0800
25441
25442 net: fix uninitialized variable issue
25443
25444 msg_iocb needs to be initialized on the recv/recvfrom path.
25445 Otherwise afalg will wrongly interpret it as an async call.
25446
25447 Cc: stable@vger.kernel.org
25448 Reported-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
25449 Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
25450 Signed-off-by: David S. Miller <davem@davemloft.net>
25451
25452 net/socket.c | 1 +
25453 1 files changed, 1 insertions(+), 0 deletions(-)
25454
25455commit a3f56a43ad56b8fcaf04f6327636ed2f5970de3b
25456Merge: dfa764c 142edcf
25457Author: Brad Spengler <spender@grsecurity.net>
25458Date: Wed Dec 16 21:01:17 2015 -0500
25459
25460 Merge branch 'pax-test' into grsec-test
25461
25462commit 142edcf1005a57fb8887823565cf0bafad2f313c
25463Author: Brad Spengler <spender@grsecurity.net>
25464Date: Wed Dec 16 21:00:57 2015 -0500
25465
25466 Update to pax-linux-4.3.3-test12.patch:
25467 - 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)
25468 - 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)
25469
25470 drivers/tty/n_tty.c | 16 ++++++++--------
25471 .../disable_size_overflow_hash.data | 2 ++
25472 .../size_overflow_plugin/size_overflow_hash.data | 6 ++----
25473 3 files changed, 12 insertions(+), 12 deletions(-)
25474
25475commit dfa764cc549892a5bfc1083cac78b99032cae577
25476Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
25477Date: Tue Dec 15 22:59:12 2015 +0100
25478
25479 ipv6: automatically enable stable privacy mode if stable_secret set
25480
25481 Bjørn reported that while we switch all interfaces to privacy stable mode
25482 when setting the secret, we don't set this mode for new interfaces. This
25483 does not make sense, so change this behaviour.
25484
25485 Fixes: 622c81d57b392cc ("ipv6: generation of stable privacy addresses for link-local and autoconf")
25486 Reported-by: Bjørn Mork <bjorn@mork.no>
25487 Cc: Bjørn Mork <bjorn@mork.no>
25488 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
25489 Signed-off-by: David S. Miller <davem@davemloft.net>
25490
25491 net/ipv6/addrconf.c | 6 ++++++
25492 1 files changed, 6 insertions(+), 0 deletions(-)
25493
25494commit c2815a1fee03f222273e77c14e43f960da06f35a
25495Author: Brad Spengler <spender@grsecurity.net>
25496Date: Wed Dec 16 13:03:38 2015 -0500
25497
25498 Work around upstream limitation on the number of thread info flags causing a compilation error
25499 Reported by fabled at http://forums.grsecurity.net/viewtopic.php?f=3&t=4339
25500
25501 arch/arm/kernel/entry-common.S | 8 ++++++--
25502 1 files changed, 6 insertions(+), 2 deletions(-)
25503
25504commit 8c9ae168e09ae49324d709d76d73d9fc4ca477e1
25505Author: Brad Spengler <spender@grsecurity.net>
25506Date: Tue Dec 15 19:03:41 2015 -0500
25507
25508 Initial import of grsecurity 3.1 for Linux 4.3.3
25509
25510 Documentation/dontdiff | 2 +
25511 Documentation/kernel-parameters.txt | 7 +
25512 Documentation/sysctl/kernel.txt | 15 +
25513 Makefile | 18 +-
25514 arch/alpha/include/asm/cache.h | 4 +-
25515 arch/alpha/kernel/osf_sys.c | 12 +-
25516 arch/arc/Kconfig | 1 +
25517 arch/arm/Kconfig | 1 +
25518 arch/arm/Kconfig.debug | 1 +
25519 arch/arm/include/asm/thread_info.h | 7 +-
25520 arch/arm/kernel/process.c | 4 +-
25521 arch/arm/kernel/ptrace.c | 9 +
25522 arch/arm/kernel/traps.c | 7 +-
25523 arch/arm/mm/Kconfig | 2 +-
25524 arch/arm/mm/fault.c | 40 +-
25525 arch/arm/mm/mmap.c | 8 +-
25526 arch/arm/net/bpf_jit_32.c | 51 +-
25527 arch/arm64/Kconfig.debug | 1 +
25528 arch/avr32/include/asm/cache.h | 4 +-
25529 arch/blackfin/Kconfig.debug | 1 +
25530 arch/blackfin/include/asm/cache.h | 3 +-
25531 arch/cris/include/arch-v10/arch/cache.h | 3 +-
25532 arch/cris/include/arch-v32/arch/cache.h | 3 +-
25533 arch/frv/include/asm/cache.h | 3 +-
25534 arch/frv/mm/elf-fdpic.c | 4 +-
25535 arch/hexagon/include/asm/cache.h | 6 +-
25536 arch/ia64/Kconfig | 1 +
25537 arch/ia64/include/asm/cache.h | 3 +-
25538 arch/ia64/kernel/sys_ia64.c | 2 +
25539 arch/ia64/mm/hugetlbpage.c | 2 +
25540 arch/m32r/include/asm/cache.h | 4 +-
25541 arch/m68k/include/asm/cache.h | 4 +-
25542 arch/metag/mm/hugetlbpage.c | 1 +
25543 arch/microblaze/include/asm/cache.h | 3 +-
25544 arch/mips/Kconfig | 1 +
25545 arch/mips/include/asm/cache.h | 3 +-
25546 arch/mips/include/asm/thread_info.h | 11 +-
25547 arch/mips/kernel/irq.c | 3 +
25548 arch/mips/kernel/ptrace.c | 9 +
25549 arch/mips/mm/mmap.c | 4 +-
25550 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
25551 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
25552 arch/openrisc/include/asm/cache.h | 4 +-
25553 arch/parisc/include/asm/cache.h | 5 +-
25554 arch/parisc/kernel/sys_parisc.c | 4 +
25555 arch/powerpc/Kconfig | 1 +
25556 arch/powerpc/include/asm/cache.h | 4 +-
25557 arch/powerpc/include/asm/thread_info.h | 5 +-
25558 arch/powerpc/kernel/Makefile | 2 +
25559 arch/powerpc/kernel/irq.c | 3 +
25560 arch/powerpc/kernel/process.c | 10 +-
25561 arch/powerpc/kernel/ptrace.c | 14 +
25562 arch/powerpc/kernel/traps.c | 5 +
25563 arch/powerpc/mm/slice.c | 2 +-
25564 arch/s390/Kconfig.debug | 1 +
25565 arch/s390/include/asm/cache.h | 4 +-
25566 arch/score/include/asm/cache.h | 4 +-
25567 arch/sh/include/asm/cache.h | 3 +-
25568 arch/sh/mm/mmap.c | 6 +-
25569 arch/sparc/include/asm/cache.h | 4 +-
25570 arch/sparc/include/asm/pgalloc_64.h | 1 +
25571 arch/sparc/include/asm/thread_info_64.h | 8 +-
25572 arch/sparc/kernel/process_32.c | 6 +-
25573 arch/sparc/kernel/process_64.c | 8 +-
25574 arch/sparc/kernel/ptrace_64.c | 14 +
25575 arch/sparc/kernel/sys_sparc_64.c | 8 +-
25576 arch/sparc/kernel/syscalls.S | 8 +-
25577 arch/sparc/kernel/traps_32.c | 8 +-
25578 arch/sparc/kernel/traps_64.c | 28 +-
25579 arch/sparc/kernel/unaligned_64.c | 2 +-
25580 arch/sparc/mm/fault_64.c | 2 +-
25581 arch/sparc/mm/hugetlbpage.c | 15 +-
25582 arch/tile/Kconfig | 1 +
25583 arch/tile/include/asm/cache.h | 3 +-
25584 arch/tile/mm/hugetlbpage.c | 2 +
25585 arch/um/include/asm/cache.h | 3 +-
25586 arch/unicore32/include/asm/cache.h | 6 +-
25587 arch/x86/Kconfig | 21 +
25588 arch/x86/Kconfig.debug | 2 +
25589 arch/x86/entry/common.c | 14 +
25590 arch/x86/entry/entry_32.S | 2 +-
25591 arch/x86/entry/entry_64.S | 2 +-
25592 arch/x86/ia32/ia32_aout.c | 2 +
25593 arch/x86/include/asm/floppy.h | 20 +-
25594 arch/x86/include/asm/fpu/types.h | 69 +-
25595 arch/x86/include/asm/io.h | 2 +-
25596 arch/x86/include/asm/page.h | 12 +-
25597 arch/x86/include/asm/paravirt_types.h | 23 +-
25598 arch/x86/include/asm/processor.h | 12 +-
25599 arch/x86/include/asm/thread_info.h | 6 +-
25600 arch/x86/include/asm/uaccess.h | 2 +-
25601 arch/x86/kernel/dumpstack.c | 10 +-
25602 arch/x86/kernel/dumpstack_32.c | 2 +-
25603 arch/x86/kernel/dumpstack_64.c | 2 +-
25604 arch/x86/kernel/ioport.c | 13 +
25605 arch/x86/kernel/irq_32.c | 3 +
25606 arch/x86/kernel/irq_64.c | 4 +
25607 arch/x86/kernel/ldt.c | 18 +
25608 arch/x86/kernel/msr.c | 10 +
25609 arch/x86/kernel/ptrace.c | 14 +
25610 arch/x86/kernel/signal.c | 9 +-
25611 arch/x86/kernel/sys_i386_32.c | 9 +-
25612 arch/x86/kernel/sys_x86_64.c | 8 +-
25613 arch/x86/kernel/traps.c | 5 +
25614 arch/x86/kernel/verify_cpu.S | 1 +
25615 arch/x86/kernel/vm86_32.c | 15 +
25616 arch/x86/kvm/svm.c | 14 +-
25617 arch/x86/mm/fault.c | 12 +-
25618 arch/x86/mm/hugetlbpage.c | 15 +-
25619 arch/x86/mm/init.c | 66 +-
25620 arch/x86/mm/init_32.c | 6 +-
25621 arch/x86/net/bpf_jit_comp.c | 4 +
25622 arch/x86/platform/efi/efi_64.c | 2 +-
25623 arch/x86/xen/Kconfig | 1 +
25624 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
25625 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
25626 crypto/ablkcipher.c | 2 +-
25627 crypto/blkcipher.c | 2 +-
25628 crypto/scatterwalk.c | 10 +-
25629 drivers/acpi/acpica/hwxfsleep.c | 11 +-
25630 drivers/acpi/custom_method.c | 4 +
25631 drivers/block/cciss.h | 30 +-
25632 drivers/block/smart1,2.h | 40 +-
25633 drivers/cdrom/cdrom.c | 2 +-
25634 drivers/char/Kconfig | 4 +-
25635 drivers/char/genrtc.c | 1 +
25636 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
25637 drivers/char/mem.c | 17 +
25638 drivers/char/random.c | 5 +-
25639 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
25640 drivers/crypto/nx/nx-aes-ccm.c | 2 +-
25641 drivers/crypto/nx/nx-aes-gcm.c | 2 +-
25642 drivers/crypto/talitos.c | 2 +-
25643 drivers/firewire/ohci.c | 4 +
25644 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
25645 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
25646 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
25647 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
25648 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
25649 drivers/hid/hid-wiimote-debug.c | 2 +-
25650 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
25651 drivers/iommu/Kconfig | 1 +
25652 drivers/iommu/amd_iommu.c | 14 +-
25653 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
25654 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
25655 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
25656 drivers/isdn/hisax/config.c | 2 +-
25657 drivers/isdn/hisax/hfc_pci.c | 2 +-
25658 drivers/isdn/hisax/hfc_sx.c | 2 +-
25659 drivers/isdn/hisax/q931.c | 6 +-
25660 drivers/isdn/i4l/isdn_concap.c | 6 +-
25661 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
25662 drivers/md/bcache/Kconfig | 1 +
25663 drivers/md/raid5.c | 8 +
25664 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
25665 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
25666 drivers/media/platform/vivid/vivid-osd.c | 1 +
25667 drivers/media/radio/radio-cadet.c | 5 +-
25668 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
25669 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
25670 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
25671 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
25672 drivers/message/fusion/mptbase.c | 9 +
25673 drivers/misc/sgi-xp/xp_main.c | 12 +-
25674 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
25675 drivers/net/ppp/pppoe.c | 14 +-
25676 drivers/net/ppp/pptp.c | 6 +
25677 drivers/net/slip/slhc.c | 3 +
25678 drivers/net/wan/lmc/lmc_media.c | 97 +-
25679 drivers/net/wan/x25_asy.c | 6 +-
25680 drivers/net/wan/z85230.c | 24 +-
25681 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
25682 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
25683 drivers/pci/pci-sysfs.c | 2 +-
25684 drivers/pci/proc.c | 9 +
25685 drivers/platform/x86/asus-wmi.c | 12 +
25686 drivers/rtc/rtc-dev.c | 3 +
25687 drivers/scsi/bfa/bfa_fcs.c | 19 +-
25688 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
25689 drivers/scsi/bfa/bfa_modules.h | 12 +-
25690 drivers/scsi/hpsa.h | 40 +-
25691 drivers/staging/dgnc/dgnc_mgmt.c | 1 +
25692 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
25693 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
25694 drivers/target/target_core_sbc.c | 17 +-
25695 drivers/target/target_core_transport.c | 14 +-
25696 drivers/tty/serial/uartlite.c | 4 +-
25697 drivers/tty/sysrq.c | 2 +-
25698 drivers/tty/vt/keyboard.c | 22 +-
25699 drivers/uio/uio.c | 6 +-
25700 drivers/usb/core/hub.c | 5 +
25701 drivers/usb/gadget/function/f_uac1.c | 1 +
25702 drivers/usb/gadget/function/u_uac1.c | 1 +
25703 drivers/usb/host/hwa-hc.c | 9 +-
25704 drivers/usb/usbip/vhci_sysfs.c | 2 +-
25705 drivers/video/fbdev/arcfb.c | 2 +-
25706 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
25707 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
25708 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
25709 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++-----
25710 drivers/xen/xenfs/xenstored.c | 5 +
25711 firmware/Makefile | 2 +
25712 firmware/WHENCE | 20 +-
25713 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
25714 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
25715 fs/9p/vfs_inode.c | 4 +-
25716 fs/attr.c | 1 +
25717 fs/autofs4/waitq.c | 9 +
25718 fs/binfmt_aout.c | 7 +
25719 fs/binfmt_elf.c | 50 +-
25720 fs/compat.c | 20 +-
25721 fs/coredump.c | 17 +-
25722 fs/dcache.c | 3 +
25723 fs/debugfs/inode.c | 11 +-
25724 fs/exec.c | 219 +-
25725 fs/ext2/balloc.c | 4 +-
25726 fs/ext2/super.c | 8 +-
25727 fs/ext4/balloc.c | 4 +-
25728 fs/fcntl.c | 4 +
25729 fs/fhandle.c | 3 +-
25730 fs/file.c | 4 +
25731 fs/filesystems.c | 4 +
25732 fs/fs_struct.c | 20 +-
25733 fs/hugetlbfs/inode.c | 5 +-
25734 fs/inode.c | 8 +-
25735 fs/kernfs/dir.c | 6 +
25736 fs/mount.h | 4 +-
25737 fs/namei.c | 286 +-
25738 fs/namespace.c | 24 +
25739 fs/nfsd/nfscache.c | 2 +-
25740 fs/open.c | 38 +
25741 fs/overlayfs/inode.c | 11 +-
25742 fs/overlayfs/super.c | 6 +-
25743 fs/pipe.c | 2 +-
25744 fs/posix_acl.c | 15 +-
25745 fs/proc/Kconfig | 10 +-
25746 fs/proc/array.c | 69 +-
25747 fs/proc/base.c | 186 +-
25748 fs/proc/cmdline.c | 4 +
25749 fs/proc/devices.c | 4 +
25750 fs/proc/fd.c | 17 +-
25751 fs/proc/generic.c | 64 +
25752 fs/proc/inode.c | 17 +
25753 fs/proc/internal.h | 11 +-
25754 fs/proc/interrupts.c | 4 +
25755 fs/proc/kcore.c | 3 +
25756 fs/proc/meminfo.c | 7 +-
25757 fs/proc/namespaces.c | 4 +-
25758 fs/proc/proc_net.c | 31 +
25759 fs/proc/proc_sysctl.c | 52 +-
25760 fs/proc/root.c | 8 +
25761 fs/proc/stat.c | 69 +-
25762 fs/proc/task_mmu.c | 66 +-
25763 fs/readdir.c | 19 +
25764 fs/reiserfs/item_ops.c | 24 +-
25765 fs/reiserfs/super.c | 4 +
25766 fs/select.c | 2 +
25767 fs/seq_file.c | 30 +-
25768 fs/splice.c | 8 +
25769 fs/stat.c | 20 +-
25770 fs/sysfs/dir.c | 30 +-
25771 fs/sysv/inode.c | 11 +-
25772 fs/utimes.c | 7 +
25773 fs/xattr.c | 26 +-
25774 grsecurity/Kconfig | 1182 ++++
25775 grsecurity/Makefile | 54 +
25776 grsecurity/gracl.c | 2757 +++++++++
25777 grsecurity/gracl_alloc.c | 105 +
25778 grsecurity/gracl_cap.c | 127 +
25779 grsecurity/gracl_compat.c | 269 +
25780 grsecurity/gracl_fs.c | 448 ++
25781 grsecurity/gracl_ip.c | 386 ++
25782 grsecurity/gracl_learn.c | 207 +
25783 grsecurity/gracl_policy.c | 1786 ++++++
25784 grsecurity/gracl_res.c | 68 +
25785 grsecurity/gracl_segv.c | 304 +
25786 grsecurity/gracl_shm.c | 40 +
25787 grsecurity/grsec_chdir.c | 19 +
25788 grsecurity/grsec_chroot.c | 467 ++
25789 grsecurity/grsec_disabled.c | 445 ++
25790 grsecurity/grsec_exec.c | 189 +
25791 grsecurity/grsec_fifo.c | 26 +
25792 grsecurity/grsec_fork.c | 23 +
25793 grsecurity/grsec_init.c | 290 +
25794 grsecurity/grsec_ipc.c | 48 +
25795 grsecurity/grsec_link.c | 65 +
25796 grsecurity/grsec_log.c | 340 +
25797 grsecurity/grsec_mem.c | 48 +
25798 grsecurity/grsec_mount.c | 65 +
25799 grsecurity/grsec_pax.c | 47 +
25800 grsecurity/grsec_proc.c | 20 +
25801 grsecurity/grsec_ptrace.c | 30 +
25802 grsecurity/grsec_sig.c | 236 +
25803 grsecurity/grsec_sock.c | 244 +
25804 grsecurity/grsec_sysctl.c | 488 ++
25805 grsecurity/grsec_time.c | 16 +
25806 grsecurity/grsec_tpe.c | 78 +
25807 grsecurity/grsec_usb.c | 15 +
25808 grsecurity/grsum.c | 64 +
25809 include/linux/binfmts.h | 5 +-
25810 include/linux/bitops.h | 2 +-
25811 include/linux/capability.h | 13 +
25812 include/linux/compiler-gcc.h | 5 +
25813 include/linux/compiler.h | 8 +
25814 include/linux/cred.h | 8 +-
25815 include/linux/dcache.h | 5 +-
25816 include/linux/fs.h | 24 +-
25817 include/linux/fs_struct.h | 2 +-
25818 include/linux/fsnotify.h | 6 +
25819 include/linux/gracl.h | 342 +
25820 include/linux/gracl_compat.h | 156 +
25821 include/linux/gralloc.h | 9 +
25822 include/linux/grdefs.h | 140 +
25823 include/linux/grinternal.h | 230 +
25824 include/linux/grmsg.h | 118 +
25825 include/linux/grsecurity.h | 255 +
25826 include/linux/grsock.h | 19 +
25827 include/linux/ipc.h | 2 +-
25828 include/linux/ipc_namespace.h | 2 +-
25829 include/linux/kallsyms.h | 18 +-
25830 include/linux/kmod.h | 5 +
25831 include/linux/kobject.h | 2 +-
25832 include/linux/lsm_hooks.h | 4 +-
25833 include/linux/mm.h | 12 +
25834 include/linux/mm_types.h | 4 +-
25835 include/linux/module.h | 5 +-
25836 include/linux/mount.h | 2 +-
25837 include/linux/msg.h | 2 +-
25838 include/linux/netfilter/xt_gradm.h | 9 +
25839 include/linux/path.h | 4 +-
25840 include/linux/perf_event.h | 13 +-
25841 include/linux/pid_namespace.h | 2 +-
25842 include/linux/printk.h | 2 +-
25843 include/linux/proc_fs.h | 22 +-
25844 include/linux/proc_ns.h | 2 +-
25845 include/linux/ptrace.h | 24 +-
25846 include/linux/random.h | 2 +-
25847 include/linux/rbtree_augmented.h | 4 +-
25848 include/linux/scatterlist.h | 12 +-
25849 include/linux/sched.h | 114 +-
25850 include/linux/security.h | 1 +
25851 include/linux/sem.h | 2 +-
25852 include/linux/seq_file.h | 5 +
25853 include/linux/shm.h | 6 +-
25854 include/linux/skbuff.h | 3 +
25855 include/linux/slab.h | 9 -
25856 include/linux/sysctl.h | 8 +-
25857 include/linux/thread_info.h | 6 +-
25858 include/linux/tty.h | 2 +-
25859 include/linux/tty_driver.h | 4 +-
25860 include/linux/uidgid.h | 5 +
25861 include/linux/user_namespace.h | 2 +-
25862 include/linux/utsname.h | 2 +-
25863 include/linux/vermagic.h | 16 +-
25864 include/linux/vmalloc.h | 20 +-
25865 include/net/af_unix.h | 2 +-
25866 include/net/dst.h | 33 +
25867 include/net/ip.h | 2 +-
25868 include/net/neighbour.h | 2 +-
25869 include/net/net_namespace.h | 2 +-
25870 include/net/sock.h | 4 +-
25871 include/target/target_core_base.h | 2 +-
25872 include/trace/events/fs.h | 53 +
25873 include/uapi/linux/personality.h | 1 +
25874 init/Kconfig | 4 +-
25875 init/main.c | 35 +-
25876 ipc/mqueue.c | 1 +
25877 ipc/msg.c | 3 +-
25878 ipc/sem.c | 3 +-
25879 ipc/shm.c | 26 +-
25880 ipc/util.c | 6 +
25881 kernel/auditsc.c | 2 +-
25882 kernel/bpf/syscall.c | 8 +-
25883 kernel/capability.c | 41 +-
25884 kernel/cgroup.c | 5 +-
25885 kernel/compat.c | 1 +
25886 kernel/configs.c | 11 +
25887 kernel/cred.c | 112 +-
25888 kernel/events/core.c | 16 +-
25889 kernel/exit.c | 10 +-
25890 kernel/fork.c | 86 +-
25891 kernel/futex.c | 6 +-
25892 kernel/futex_compat.c | 2 +-
25893 kernel/kallsyms.c | 9 +
25894 kernel/kcmp.c | 8 +-
25895 kernel/kexec_core.c | 2 +-
25896 kernel/kmod.c | 95 +-
25897 kernel/kprobes.c | 7 +-
25898 kernel/ksysfs.c | 2 +
25899 kernel/locking/lockdep_proc.c | 10 +-
25900 kernel/module.c | 108 +-
25901 kernel/panic.c | 4 +-
25902 kernel/pid.c | 23 +-
25903 kernel/power/Kconfig | 2 +
25904 kernel/printk/printk.c | 20 +-
25905 kernel/ptrace.c | 56 +-
25906 kernel/resource.c | 10 +
25907 kernel/sched/core.c | 11 +-
25908 kernel/signal.c | 37 +-
25909 kernel/sys.c | 64 +-
25910 kernel/sysctl.c | 172 +-
25911 kernel/taskstats.c | 6 +
25912 kernel/time/posix-timers.c | 8 +
25913 kernel/time/time.c | 5 +
25914 kernel/time/timekeeping.c | 3 +
25915 kernel/time/timer_list.c | 13 +-
25916 kernel/time/timer_stats.c | 10 +-
25917 kernel/trace/Kconfig | 2 +
25918 kernel/trace/trace_syscalls.c | 8 +
25919 kernel/user_namespace.c | 15 +
25920 lib/Kconfig.debug | 13 +-
25921 lib/Kconfig.kasan | 2 +-
25922 lib/is_single_threaded.c | 3 +
25923 lib/list_debug.c | 65 +-
25924 lib/nlattr.c | 2 +
25925 lib/rbtree.c | 4 +-
25926 lib/vsprintf.c | 39 +-
25927 localversion-grsec | 1 +
25928 mm/Kconfig | 8 +-
25929 mm/Kconfig.debug | 1 +
25930 mm/filemap.c | 1 +
25931 mm/kmemleak.c | 4 +-
25932 mm/memory.c | 2 +-
25933 mm/mempolicy.c | 12 +-
25934 mm/migrate.c | 3 +-
25935 mm/mlock.c | 6 +-
25936 mm/mmap.c | 93 +-
25937 mm/mprotect.c | 8 +
25938 mm/oom_kill.c | 28 +-
25939 mm/page_alloc.c | 2 +-
25940 mm/process_vm_access.c | 8 +-
25941 mm/shmem.c | 36 +-
25942 mm/slab.c | 14 +-
25943 mm/slab_common.c | 2 +-
25944 mm/slob.c | 12 +
25945 mm/slub.c | 33 +-
25946 mm/util.c | 3 +
25947 mm/vmalloc.c | 129 +-
25948 mm/vmstat.c | 29 +-
25949 net/appletalk/atalk_proc.c | 2 +-
25950 net/atm/lec.c | 6 +-
25951 net/atm/mpoa_caches.c | 42 +-
25952 net/bluetooth/sco.c | 3 +
25953 net/can/bcm.c | 2 +-
25954 net/can/proc.c | 2 +-
25955 net/core/dev_ioctl.c | 7 +-
25956 net/core/filter.c | 8 +-
25957 net/core/net-procfs.c | 17 +-
25958 net/core/pktgen.c | 2 +-
25959 net/core/sock.c | 3 +-
25960 net/core/sysctl_net_core.c | 2 +-
25961 net/decnet/dn_dev.c | 2 +-
25962 net/ipv4/devinet.c | 6 +-
25963 net/ipv4/inet_hashtables.c | 4 +
25964 net/ipv4/ip_input.c | 7 +
25965 net/ipv4/ip_sockglue.c | 3 +-
25966 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
25967 net/ipv4/netfilter/nf_nat_pptp.c | 2 +-
25968 net/ipv4/route.c | 6 +-
25969 net/ipv4/tcp_input.c | 4 +-
25970 net/ipv4/tcp_ipv4.c | 29 +-
25971 net/ipv4/tcp_minisocks.c | 9 +-
25972 net/ipv4/tcp_timer.c | 11 +
25973 net/ipv4/udp.c | 24 +
25974 net/ipv6/addrconf.c | 13 +-
25975 net/ipv6/proc.c | 2 +-
25976 net/ipv6/tcp_ipv6.c | 26 +-
25977 net/ipv6/udp.c | 7 +
25978 net/ipx/ipx_proc.c | 2 +-
25979 net/irda/irproc.c | 2 +-
25980 net/llc/llc_proc.c | 2 +-
25981 net/netfilter/Kconfig | 10 +
25982 net/netfilter/Makefile | 1 +
25983 net/netfilter/nf_conntrack_core.c | 8 +
25984 net/netfilter/xt_gradm.c | 51 +
25985 net/netfilter/xt_hashlimit.c | 4 +-
25986 net/netfilter/xt_recent.c | 2 +-
25987 net/sched/sch_api.c | 2 +-
25988 net/sctp/socket.c | 4 +-
25989 net/socket.c | 75 +-
25990 net/sunrpc/Kconfig | 1 +
25991 net/sunrpc/cache.c | 2 +-
25992 net/sunrpc/stats.c | 2 +-
25993 net/sysctl_net.c | 2 +-
25994 net/unix/af_unix.c | 52 +-
25995 net/vmw_vsock/vmci_transport_notify.c | 30 +-
25996 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
25997 net/x25/sysctl_net_x25.c | 2 +-
25998 net/x25/x25_proc.c | 2 +-
25999 scripts/package/Makefile | 2 +-
26000 scripts/package/mkspec | 41 +-
26001 security/Kconfig | 369 +-
26002 security/apparmor/file.c | 4 +-
26003 security/apparmor/lsm.c | 8 +-
26004 security/commoncap.c | 36 +-
26005 security/min_addr.c | 2 +
26006 security/smack/smack_lsm.c | 8 +-
26007 security/tomoyo/file.c | 12 +-
26008 security/tomoyo/mount.c | 4 +
26009 security/tomoyo/tomoyo.c | 20 +-
26010 security/yama/Kconfig | 2 +-
26011 security/yama/yama_lsm.c | 4 +-
26012 sound/synth/emux/emux_seq.c | 14 +-
26013 sound/usb/line6/driver.c | 40 +-
26014 sound/usb/line6/toneport.c | 12 +-
26015 tools/gcc/.gitignore | 1 +
26016 tools/gcc/Makefile | 12 +
26017 tools/gcc/gen-random-seed.sh | 8 +
26018 tools/gcc/randomize_layout_plugin.c | 930 +++
26019 tools/gcc/size_overflow_plugin/.gitignore | 1 +
26020 .../size_overflow_plugin/size_overflow_hash.data | 459 ++-
26021 511 files changed, 32631 insertions(+), 3196 deletions(-)
26022
26023commit a76adb92ce39aee8eec5a025c828030ad6135c6d
26024Author: Brad Spengler <spender@grsecurity.net>
26025Date: Tue Dec 15 14:31:49 2015 -0500
26026
26027 Update to pax-linux-4.3.3-test11.patch:
26028 - fixed a few compile regressions with the recent plugin changes, reported by spender
26029 - updated the size overflow hash table
26030
26031 tools/gcc/latent_entropy_plugin.c | 2 +-
26032 .../size_overflow_plugin/size_overflow_hash.data | 66 +++++++++++++++++---
26033 tools/gcc/stackleak_plugin.c | 2 +-
26034 tools/gcc/structleak_plugin.c | 6 +--
26035 4 files changed, 60 insertions(+), 16 deletions(-)
26036
26037commit f7284b1fc06628fcb2d35d2beecdea5454d46af9
26038Author: Brad Spengler <spender@grsecurity.net>
26039Date: Tue Dec 15 11:50:24 2015 -0500
26040
26041 Apply structleak ICE fix for gcc < 4.9
26042
26043 tools/gcc/structleak_plugin.c | 4 ++++
26044 1 files changed, 4 insertions(+), 0 deletions(-)
26045
26046commit 92fe3eb9fd10ec7f7334decab1526989669b0287
26047Author: Brad Spengler <spender@grsecurity.net>
26048Date: Tue Dec 15 07:57:06 2015 -0500
26049
26050 Update to pax-linux-4.3.1-test10.patch:
26051 - Emese fixed INDIRECT_REF and TARGET_MEM_REF handling in the initify plugin
26052 - Emese regenerated the size overflow hash tables for 4.3
26053 - fixed some compat syscall exit paths to restore r12 under KERNEXEC/or
26054 - the latent entropy, stackleak and structleak plugins no longer split the entry block unnecessarily
26055
26056 arch/x86/entry/entry_64.S | 2 +-
26057 arch/x86/entry/entry_64_compat.S | 15 +-
26058 scripts/package/builddeb | 2 +-
26059 tools/gcc/initify_plugin.c | 11 +-
26060 tools/gcc/latent_entropy_plugin.c | 20 +-
26061 .../disable_size_overflow_hash.data | 4 +
26062 .../size_overflow_plugin/size_overflow_hash.data | 5345 +++++++++++---------
26063 tools/gcc/stackleak_plugin.c | 26 +-
26064 tools/gcc/structleak_plugin.c | 21 +-
26065 9 files changed, 3079 insertions(+), 2367 deletions(-)
26066
26067commit 5bd245cb687319079c2f1c0d6a1170791ed1ed2c
26068Merge: b5847e6 3548341
26069Author: Brad Spengler <spender@grsecurity.net>
26070Date: Tue Dec 15 07:47:56 2015 -0500
26071
26072 Merge branch 'linux-4.3.y' into pax-4_3
26073
26074 Conflicts:
26075 net/unix/af_unix.c
26076
26077commit b5847e6a896c5d99191135ca4d7c3b6be8f116ff
26078Author: Brad Spengler <spender@grsecurity.net>
26079Date: Wed Dec 9 23:11:36 2015 -0500
26080
26081 Update to pax-linux-4.3.1-test9.patch:
26082 - 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)
26083 - Emese fixed an intentional overflow caused by gcc, reported by saironiq (https://forums.grsecurity.net/viewtopic.php?f=3&t=4333)
26084 - Emese fixed a false positive overflow report in the forcedeth driver, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?t=4334)
26085 - Emese fixed a false positive overflow report in KVM's emulator, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4336)
26086 - Emese fixed the initify plugin to detect some captured use of __func__, reported by Rasmus Villemoes <linux@rasmusvillemoes.dk>
26087 - constrained shmmax and shmall to avoid triggering size overflow checks, reported by Mathias Krause <minipli@ld-linux.so>
26088 - 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
26089
26090 Makefile | 6 +
26091 arch/x86/include/asm/compat.h | 4 +
26092 arch/x86/include/asm/dma.h | 2 +
26093 arch/x86/include/asm/pmem.h | 2 +-
26094 arch/x86/include/asm/uaccess.h | 20 +-
26095 arch/x86/kernel/apic/vector.c | 6 +-
26096 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
26097 arch/x86/kernel/cpu/perf_event_intel.c | 28 +-
26098 arch/x86/kernel/head_64.S | 1 -
26099 arch/x86/kvm/i8259.c | 10 +-
26100 arch/x86/kvm/ioapic.c | 2 +
26101 arch/x86/kvm/x86.c | 2 +
26102 arch/x86/lib/usercopy_64.c | 2 +-
26103 arch/x86/mm/mpx.c | 4 +-
26104 arch/x86/mm/pageattr.c | 7 +
26105 drivers/base/devres.c | 4 +-
26106 drivers/base/power/runtime.c | 6 +-
26107 drivers/base/regmap/regmap.c | 4 +-
26108 drivers/block/drbd/drbd_receiver.c | 4 +-
26109 drivers/block/drbd/drbd_worker.c | 6 +-
26110 drivers/char/virtio_console.c | 6 +-
26111 drivers/md/dm.c | 12 +-
26112 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
26113 drivers/net/macvtap.c | 4 +-
26114 drivers/video/fbdev/core/fbmem.c | 10 +-
26115 fs/compat.c | 3 +-
26116 fs/coredump.c | 2 +-
26117 fs/dcache.c | 13 +-
26118 fs/fhandle.c | 2 +-
26119 fs/file.c | 14 +-
26120 fs/fs-writeback.c | 11 +-
26121 fs/overlayfs/copy_up.c | 2 +-
26122 fs/readdir.c | 3 +-
26123 fs/super.c | 3 +-
26124 include/linux/compiler.h | 36 ++-
26125 include/linux/rcupdate.h | 8 +
26126 include/linux/sched.h | 4 +-
26127 include/linux/seqlock.h | 10 +
26128 include/linux/spinlock.h | 17 +-
26129 include/linux/srcu.h | 5 +-
26130 include/linux/syscalls.h | 2 +-
26131 include/linux/writeback.h | 3 +-
26132 include/uapi/linux/swab.h | 6 +-
26133 ipc/ipc_sysctl.c | 6 +
26134 kernel/exit.c | 25 +-
26135 kernel/resource.c | 4 +-
26136 kernel/signal.c | 12 +-
26137 kernel/user.c | 2 +-
26138 kernel/workqueue.c | 6 +-
26139 lib/rhashtable.c | 4 +-
26140 net/compat.c | 2 +-
26141 net/ipv4/xfrm4_mode_transport.c | 2 +-
26142 security/keys/internal.h | 8 +-
26143 security/keys/keyring.c | 4 -
26144 sound/core/seq/seq_clientmgr.c | 8 +-
26145 sound/core/seq/seq_compat.c | 2 +-
26146 sound/core/seq/seq_memory.c | 6 +-
26147 tools/gcc/checker_plugin.c | 415 +++++++++++++++++++-
26148 tools/gcc/gcc-common.h | 1 +
26149 tools/gcc/initify_plugin.c | 33 ++-
26150 .../disable_size_overflow_hash.data | 1 +
26151 .../size_overflow_plugin/size_overflow_hash.data | 1 -
26152 62 files changed, 708 insertions(+), 140 deletions(-)
26153
26154commit f2634c2f6995f4231616f24ed016f890c701f939
26155Merge: 1241bff 5f8b236
26156Author: Brad Spengler <spender@grsecurity.net>
26157Date: Wed Dec 9 21:50:47 2015 -0500
26158
26159 Merge branch 'linux-4.3.y' into pax-4_3
26160
26161 Conflicts:
26162 arch/x86/kernel/fpu/xstate.c
26163 arch/x86/kernel/head_64.S
26164
26165commit 1241bff82e3d7dadb05de0a60b8d2822afc6547c
26166Author: Brad Spengler <spender@grsecurity.net>
26167Date: Sun Dec 6 08:44:56 2015 -0500
26168
26169 Update to pax-linux-4.3-test8.patch:
26170 - 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)
26171 - gcc plugin compilation problems will now also produce the output of the checking script to make diagnosis easier, reported by hunger
26172 - 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)
26173 - 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)
26174
26175 Makefile | 5 +++
26176 drivers/md/md.c | 5 ++-
26177 drivers/md/raid1.c | 2 +-
26178 fs/proc/task_mmu.c | 3 ++
26179 .../disable_size_overflow_hash.data | 4 ++-
26180 .../size_overflow_plugin/intentional_overflow.c | 32 ++++++++++++++++---
26181 .../size_overflow_plugin/size_overflow_hash.data | 2 -
26182 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
26183 8 files changed, 43 insertions(+), 12 deletions(-)
26184
26185commit cce6a9f9bdd27096632ca1c0246dcc07f2eb1a18
26186Author: Brad Spengler <spender@grsecurity.net>
26187Date: Fri Dec 4 14:24:12 2015 -0500
26188
26189 Initial import of pax-linux-4.3-test7.patch
76e7c0f9 26190
6048a460
PK
26191 Documentation/dontdiff | 47 +-
26192 Documentation/kbuild/makefiles.txt | 39 +-
26193 Documentation/kernel-parameters.txt | 28 +
26194 Makefile | 108 +-
26195 arch/alpha/include/asm/atomic.h | 10 +
26196 arch/alpha/include/asm/elf.h | 7 +
26197 arch/alpha/include/asm/pgalloc.h | 6 +
26198 arch/alpha/include/asm/pgtable.h | 11 +
26199 arch/alpha/kernel/module.c | 2 +-
26200 arch/alpha/kernel/osf_sys.c | 8 +-
26201 arch/alpha/mm/fault.c | 141 +-
26202 arch/arm/Kconfig | 2 +-
26203 arch/arm/include/asm/atomic.h | 320 +-
26204 arch/arm/include/asm/cache.h | 5 +-
26205 arch/arm/include/asm/cacheflush.h | 2 +-
26206 arch/arm/include/asm/checksum.h | 14 +-
26207 arch/arm/include/asm/cmpxchg.h | 4 +
26208 arch/arm/include/asm/cpuidle.h | 2 +-
26209 arch/arm/include/asm/domain.h | 22 +-
26210 arch/arm/include/asm/elf.h | 9 +-
26211 arch/arm/include/asm/fncpy.h | 2 +
26212 arch/arm/include/asm/futex.h | 10 +
26213 arch/arm/include/asm/kmap_types.h | 2 +-
26214 arch/arm/include/asm/mach/dma.h | 2 +-
26215 arch/arm/include/asm/mach/map.h | 16 +-
26216 arch/arm/include/asm/outercache.h | 2 +-
26217 arch/arm/include/asm/page.h | 3 +-
26218 arch/arm/include/asm/pgalloc.h | 20 +
26219 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
26220 arch/arm/include/asm/pgtable-2level.h | 3 +
26221 arch/arm/include/asm/pgtable-3level.h | 3 +
26222 arch/arm/include/asm/pgtable.h | 54 +-
26223 arch/arm/include/asm/smp.h | 2 +-
26224 arch/arm/include/asm/tls.h | 3 +
26225 arch/arm/include/asm/uaccess.h | 79 +-
26226 arch/arm/include/uapi/asm/ptrace.h | 2 +-
26227 arch/arm/kernel/armksyms.c | 2 +-
26228 arch/arm/kernel/cpuidle.c | 2 +-
26229 arch/arm/kernel/entry-armv.S | 109 +-
26230 arch/arm/kernel/entry-common.S | 40 +-
26231 arch/arm/kernel/entry-header.S | 55 +
26232 arch/arm/kernel/fiq.c | 3 +
26233 arch/arm/kernel/module-plts.c | 7 +-
26234 arch/arm/kernel/module.c | 38 +-
26235 arch/arm/kernel/patch.c | 2 +
26236 arch/arm/kernel/process.c | 90 +-
26237 arch/arm/kernel/reboot.c | 1 +
26238 arch/arm/kernel/setup.c | 20 +-
26239 arch/arm/kernel/signal.c | 35 +-
26240 arch/arm/kernel/smp.c | 2 +-
26241 arch/arm/kernel/tcm.c | 4 +-
26242 arch/arm/kernel/vmlinux.lds.S | 6 +-
26243 arch/arm/kvm/arm.c | 8 +-
26244 arch/arm/lib/copy_page.S | 1 +
26245 arch/arm/lib/csumpartialcopyuser.S | 4 +-
26246 arch/arm/lib/delay.c | 2 +-
26247 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
26248 arch/arm/mach-exynos/suspend.c | 6 +-
26249 arch/arm/mach-mvebu/coherency.c | 4 +-
26250 arch/arm/mach-omap2/board-n8x0.c | 2 +-
26251 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
26252 arch/arm/mach-omap2/omap-smp.c | 1 +
26253 arch/arm/mach-omap2/omap-wakeupgen.c | 2 +-
26254 arch/arm/mach-omap2/omap_device.c | 4 +-
26255 arch/arm/mach-omap2/omap_device.h | 4 +-
26256 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
26257 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
26258 arch/arm/mach-omap2/wd_timer.c | 6 +-
26259 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
26260 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
26261 arch/arm/mach-tegra/irq.c | 1 +
26262 arch/arm/mach-ux500/pm.c | 1 +
26263 arch/arm/mach-zynq/platsmp.c | 1 +
26264 arch/arm/mm/Kconfig | 6 +-
26265 arch/arm/mm/alignment.c | 8 +
26266 arch/arm/mm/cache-l2x0.c | 2 +-
26267 arch/arm/mm/context.c | 10 +-
26268 arch/arm/mm/fault.c | 146 +
26269 arch/arm/mm/fault.h | 12 +
26270 arch/arm/mm/init.c | 39 +
26271 arch/arm/mm/ioremap.c | 4 +-
26272 arch/arm/mm/mmap.c | 30 +-
26273 arch/arm/mm/mmu.c | 162 +-
26274 arch/arm/net/bpf_jit_32.c | 3 +
26275 arch/arm/plat-iop/setup.c | 2 +-
26276 arch/arm/plat-omap/sram.c | 2 +
26277 arch/arm64/include/asm/atomic.h | 10 +
26278 arch/arm64/include/asm/percpu.h | 8 +-
26279 arch/arm64/include/asm/pgalloc.h | 5 +
26280 arch/arm64/include/asm/uaccess.h | 1 +
26281 arch/arm64/mm/dma-mapping.c | 2 +-
26282 arch/avr32/include/asm/elf.h | 8 +-
26283 arch/avr32/include/asm/kmap_types.h | 4 +-
26284 arch/avr32/mm/fault.c | 27 +
26285 arch/frv/include/asm/atomic.h | 10 +
26286 arch/frv/include/asm/kmap_types.h | 2 +-
26287 arch/frv/mm/elf-fdpic.c | 3 +-
26288 arch/ia64/Makefile | 1 +
26289 arch/ia64/include/asm/atomic.h | 10 +
26290 arch/ia64/include/asm/elf.h | 7 +
26291 arch/ia64/include/asm/pgalloc.h | 12 +
26292 arch/ia64/include/asm/pgtable.h | 13 +-
26293 arch/ia64/include/asm/spinlock.h | 2 +-
26294 arch/ia64/include/asm/uaccess.h | 27 +-
26295 arch/ia64/kernel/module.c | 45 +-
26296 arch/ia64/kernel/palinfo.c | 2 +-
26297 arch/ia64/kernel/sys_ia64.c | 7 +
26298 arch/ia64/kernel/vmlinux.lds.S | 2 +-
26299 arch/ia64/mm/fault.c | 32 +-
26300 arch/ia64/mm/init.c | 15 +-
26301 arch/m32r/lib/usercopy.c | 6 +
26302 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
26303 arch/mips/include/asm/atomic.h | 368 +-
26304 arch/mips/include/asm/elf.h | 7 +
26305 arch/mips/include/asm/exec.h | 2 +-
26306 arch/mips/include/asm/hw_irq.h | 2 +-
26307 arch/mips/include/asm/local.h | 57 +
26308 arch/mips/include/asm/page.h | 2 +-
26309 arch/mips/include/asm/pgalloc.h | 5 +
26310 arch/mips/include/asm/pgtable.h | 3 +
26311 arch/mips/include/asm/uaccess.h | 1 +
26312 arch/mips/kernel/binfmt_elfn32.c | 7 +
26313 arch/mips/kernel/binfmt_elfo32.c | 7 +
26314 arch/mips/kernel/irq-gt641xx.c | 2 +-
26315 arch/mips/kernel/irq.c | 6 +-
26316 arch/mips/kernel/pm-cps.c | 2 +-
26317 arch/mips/kernel/process.c | 12 -
26318 arch/mips/kernel/sync-r4k.c | 24 +-
26319 arch/mips/kernel/traps.c | 13 +-
26320 arch/mips/mm/fault.c | 25 +
26321 arch/mips/mm/mmap.c | 51 +-
26322 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
26323 arch/mips/sni/rm200.c | 2 +-
26324 arch/mips/vr41xx/common/icu.c | 2 +-
26325 arch/mips/vr41xx/common/irq.c | 4 +-
26326 arch/parisc/include/asm/atomic.h | 10 +
26327 arch/parisc/include/asm/elf.h | 7 +
26328 arch/parisc/include/asm/pgalloc.h | 6 +
26329 arch/parisc/include/asm/pgtable.h | 11 +
26330 arch/parisc/include/asm/uaccess.h | 4 +-
26331 arch/parisc/kernel/module.c | 50 +-
26332 arch/parisc/kernel/sys_parisc.c | 15 +
26333 arch/parisc/kernel/traps.c | 4 +-
26334 arch/parisc/mm/fault.c | 140 +-
26335 arch/powerpc/include/asm/atomic.h | 329 +-
26336 arch/powerpc/include/asm/elf.h | 12 +
26337 arch/powerpc/include/asm/exec.h | 2 +-
26338 arch/powerpc/include/asm/kmap_types.h | 2 +-
26339 arch/powerpc/include/asm/local.h | 46 +
26340 arch/powerpc/include/asm/mman.h | 2 +-
26341 arch/powerpc/include/asm/page.h | 8 +-
26342 arch/powerpc/include/asm/page_64.h | 7 +-
26343 arch/powerpc/include/asm/pgalloc-64.h | 7 +
26344 arch/powerpc/include/asm/pgtable.h | 1 +
26345 arch/powerpc/include/asm/pte-hash32.h | 1 +
26346 arch/powerpc/include/asm/reg.h | 1 +
26347 arch/powerpc/include/asm/smp.h | 2 +-
26348 arch/powerpc/include/asm/spinlock.h | 42 +-
26349 arch/powerpc/include/asm/uaccess.h | 141 +-
26350 arch/powerpc/kernel/Makefile | 5 +
26351 arch/powerpc/kernel/exceptions-64e.S | 4 +-
26352 arch/powerpc/kernel/exceptions-64s.S | 2 +-
26353 arch/powerpc/kernel/module_32.c | 15 +-
26354 arch/powerpc/kernel/process.c | 46 -
26355 arch/powerpc/kernel/signal_32.c | 2 +-
26356 arch/powerpc/kernel/signal_64.c | 2 +-
26357 arch/powerpc/kernel/traps.c | 21 +
26358 arch/powerpc/kernel/vdso.c | 5 +-
26359 arch/powerpc/lib/usercopy_64.c | 18 -
26360 arch/powerpc/mm/fault.c | 56 +-
26361 arch/powerpc/mm/mmap.c | 16 +
26362 arch/powerpc/mm/slice.c | 13 +-
26363 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
26364 arch/s390/include/asm/atomic.h | 10 +
26365 arch/s390/include/asm/elf.h | 7 +
26366 arch/s390/include/asm/exec.h | 2 +-
26367 arch/s390/include/asm/uaccess.h | 13 +-
26368 arch/s390/kernel/module.c | 22 +-
26369 arch/s390/kernel/process.c | 24 -
26370 arch/s390/mm/mmap.c | 16 +
26371 arch/score/include/asm/exec.h | 2 +-
26372 arch/score/kernel/process.c | 5 -
26373 arch/sh/mm/mmap.c | 22 +-
26374 arch/sparc/include/asm/atomic_64.h | 110 +-
26375 arch/sparc/include/asm/cache.h | 2 +-
26376 arch/sparc/include/asm/elf_32.h | 7 +
26377 arch/sparc/include/asm/elf_64.h | 7 +
26378 arch/sparc/include/asm/pgalloc_32.h | 1 +
26379 arch/sparc/include/asm/pgalloc_64.h | 1 +
26380 arch/sparc/include/asm/pgtable.h | 4 +
26381 arch/sparc/include/asm/pgtable_32.h | 15 +-
26382 arch/sparc/include/asm/pgtsrmmu.h | 5 +
26383 arch/sparc/include/asm/setup.h | 4 +-
26384 arch/sparc/include/asm/spinlock_64.h | 35 +-
26385 arch/sparc/include/asm/thread_info_32.h | 1 +
26386 arch/sparc/include/asm/thread_info_64.h | 2 +
26387 arch/sparc/include/asm/uaccess.h | 1 +
26388 arch/sparc/include/asm/uaccess_32.h | 28 +-
26389 arch/sparc/include/asm/uaccess_64.h | 24 +-
26390 arch/sparc/kernel/Makefile | 2 +-
26391 arch/sparc/kernel/prom_common.c | 2 +-
26392 arch/sparc/kernel/smp_64.c | 8 +-
26393 arch/sparc/kernel/sys_sparc_32.c | 2 +-
26394 arch/sparc/kernel/sys_sparc_64.c | 52 +-
26395 arch/sparc/kernel/traps_64.c | 27 +-
26396 arch/sparc/lib/Makefile | 2 +-
26397 arch/sparc/lib/atomic_64.S | 57 +-
26398 arch/sparc/lib/ksyms.c | 6 +-
26399 arch/sparc/mm/Makefile | 2 +-
26400 arch/sparc/mm/fault_32.c | 292 +
26401 arch/sparc/mm/fault_64.c | 486 +
26402 arch/sparc/mm/hugetlbpage.c | 22 +-
26403 arch/sparc/mm/init_64.c | 10 +-
26404 arch/tile/include/asm/atomic_64.h | 10 +
26405 arch/tile/include/asm/uaccess.h | 4 +-
26406 arch/um/Makefile | 4 +
26407 arch/um/include/asm/kmap_types.h | 2 +-
26408 arch/um/include/asm/page.h | 3 +
26409 arch/um/include/asm/pgtable-3level.h | 1 +
26410 arch/um/kernel/process.c | 16 -
26411 arch/x86/Kconfig | 15 +-
26412 arch/x86/Kconfig.cpu | 6 +-
26413 arch/x86/Kconfig.debug | 4 +-
26414 arch/x86/Makefile | 13 +-
26415 arch/x86/boot/Makefile | 3 +
26416 arch/x86/boot/bitops.h | 4 +-
26417 arch/x86/boot/boot.h | 2 +-
26418 arch/x86/boot/compressed/Makefile | 3 +
26419 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
26420 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
26421 arch/x86/boot/compressed/head_32.S | 4 +-
26422 arch/x86/boot/compressed/head_64.S | 12 +-
26423 arch/x86/boot/compressed/misc.c | 11 +-
26424 arch/x86/boot/cpucheck.c | 16 +-
26425 arch/x86/boot/header.S | 6 +-
26426 arch/x86/boot/memory.c | 2 +-
26427 arch/x86/boot/video-vesa.c | 1 +
26428 arch/x86/boot/video.c | 2 +-
26429 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
26430 arch/x86/crypto/aesni-intel_asm.S | 106 +-
26431 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
26432 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
26433 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
26434 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
26435 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
26436 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
26437 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 4 +-
26438 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
26439 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
26440 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
26441 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
26442 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
26443 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
26444 arch/x86/crypto/sha256-avx-asm.S | 2 +
26445 arch/x86/crypto/sha256-avx2-asm.S | 2 +
26446 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
26447 arch/x86/crypto/sha512-avx-asm.S | 2 +
26448 arch/x86/crypto/sha512-avx2-asm.S | 2 +
26449 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
26450 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
26451 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
26452 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
26453 arch/x86/entry/calling.h | 86 +-
26454 arch/x86/entry/common.c | 13 +-
26455 arch/x86/entry/entry_32.S | 351 +-
26456 arch/x86/entry/entry_64.S | 619 +-
26457 arch/x86/entry/entry_64_compat.S | 159 +-
26458 arch/x86/entry/thunk_64.S | 2 +
26459 arch/x86/entry/vdso/Makefile | 2 +-
26460 arch/x86/entry/vdso/vdso2c.h | 8 +-
26461 arch/x86/entry/vdso/vma.c | 41 +-
26462 arch/x86/entry/vsyscall/vsyscall_64.c | 16 +-
26463 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
26464 arch/x86/ia32/ia32_signal.c | 23 +-
26465 arch/x86/ia32/sys_ia32.c | 42 +-
26466 arch/x86/include/asm/alternative-asm.h | 43 +-
26467 arch/x86/include/asm/alternative.h | 4 +-
26468 arch/x86/include/asm/apic.h | 2 +-
26469 arch/x86/include/asm/apm.h | 4 +-
26470 arch/x86/include/asm/atomic.h | 230 +-
26471 arch/x86/include/asm/atomic64_32.h | 100 +
26472 arch/x86/include/asm/atomic64_64.h | 164 +-
26473 arch/x86/include/asm/bitops.h | 18 +-
26474 arch/x86/include/asm/boot.h | 2 +-
26475 arch/x86/include/asm/cache.h | 5 +-
26476 arch/x86/include/asm/checksum_32.h | 12 +-
26477 arch/x86/include/asm/cmpxchg.h | 39 +
26478 arch/x86/include/asm/compat.h | 2 +-
26479 arch/x86/include/asm/cpufeature.h | 17 +-
26480 arch/x86/include/asm/desc.h | 78 +-
26481 arch/x86/include/asm/desc_defs.h | 6 +
26482 arch/x86/include/asm/div64.h | 2 +-
26483 arch/x86/include/asm/elf.h | 33 +-
26484 arch/x86/include/asm/emergency-restart.h | 2 +-
26485 arch/x86/include/asm/fpu/internal.h | 42 +-
26486 arch/x86/include/asm/fpu/types.h | 6 +-
26487 arch/x86/include/asm/futex.h | 14 +-
26488 arch/x86/include/asm/hw_irq.h | 4 +-
26489 arch/x86/include/asm/i8259.h | 2 +-
26490 arch/x86/include/asm/io.h | 22 +-
26491 arch/x86/include/asm/irqflags.h | 5 +
26492 arch/x86/include/asm/kprobes.h | 9 +-
26493 arch/x86/include/asm/local.h | 106 +-
26494 arch/x86/include/asm/mman.h | 15 +
26495 arch/x86/include/asm/mmu.h | 14 +-
26496 arch/x86/include/asm/mmu_context.h | 114 +-
26497 arch/x86/include/asm/module.h | 17 +-
26498 arch/x86/include/asm/nmi.h | 19 +-
26499 arch/x86/include/asm/page.h | 1 +
26500 arch/x86/include/asm/page_32.h | 12 +-
26501 arch/x86/include/asm/page_64.h | 14 +-
26502 arch/x86/include/asm/paravirt.h | 46 +-
26503 arch/x86/include/asm/paravirt_types.h | 15 +-
26504 arch/x86/include/asm/pgalloc.h | 23 +
26505 arch/x86/include/asm/pgtable-2level.h | 2 +
26506 arch/x86/include/asm/pgtable-3level.h | 7 +
26507 arch/x86/include/asm/pgtable.h | 128 +-
26508 arch/x86/include/asm/pgtable_32.h | 14 +-
26509 arch/x86/include/asm/pgtable_32_types.h | 24 +-
26510 arch/x86/include/asm/pgtable_64.h | 23 +-
26511 arch/x86/include/asm/pgtable_64_types.h | 5 +
26512 arch/x86/include/asm/pgtable_types.h | 26 +-
26513 arch/x86/include/asm/preempt.h | 2 +-
26514 arch/x86/include/asm/processor.h | 57 +-
26515 arch/x86/include/asm/ptrace.h | 13 +-
26516 arch/x86/include/asm/realmode.h | 4 +-
26517 arch/x86/include/asm/reboot.h | 10 +-
26518 arch/x86/include/asm/rmwcc.h | 84 +-
26519 arch/x86/include/asm/rwsem.h | 60 +-
26520 arch/x86/include/asm/segment.h | 27 +-
26521 arch/x86/include/asm/smap.h | 43 +
26522 arch/x86/include/asm/smp.h | 14 +-
26523 arch/x86/include/asm/stackprotector.h | 4 +-
26524 arch/x86/include/asm/stacktrace.h | 32 +-
26525 arch/x86/include/asm/switch_to.h | 4 +-
26526 arch/x86/include/asm/sys_ia32.h | 6 +-
26527 arch/x86/include/asm/thread_info.h | 27 +-
26528 arch/x86/include/asm/tlbflush.h | 77 +-
26529 arch/x86/include/asm/uaccess.h | 192 +-
26530 arch/x86/include/asm/uaccess_32.h | 28 +-
26531 arch/x86/include/asm/uaccess_64.h | 169 +-
26532 arch/x86/include/asm/word-at-a-time.h | 2 +-
26533 arch/x86/include/asm/x86_init.h | 10 +-
26534 arch/x86/include/asm/xen/page.h | 2 +-
26535 arch/x86/include/uapi/asm/e820.h | 2 +-
26536 arch/x86/kernel/Makefile | 2 +-
26537 arch/x86/kernel/acpi/boot.c | 4 +-
26538 arch/x86/kernel/acpi/sleep.c | 4 +
26539 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
26540 arch/x86/kernel/alternative.c | 124 +-
26541 arch/x86/kernel/apic/apic.c | 4 +-
26542 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
26543 arch/x86/kernel/apic/apic_noop.c | 2 +-
26544 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
26545 arch/x86/kernel/apic/io_apic.c | 8 +-
26546 arch/x86/kernel/apic/msi.c | 2 +-
26547 arch/x86/kernel/apic/probe_32.c | 4 +-
26548 arch/x86/kernel/apic/vector.c | 4 +-
26549 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
26550 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
26551 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
26552 arch/x86/kernel/apm_32.c | 21 +-
26553 arch/x86/kernel/asm-offsets.c | 20 +
26554 arch/x86/kernel/asm-offsets_64.c | 1 +
26555 arch/x86/kernel/cpu/Makefile | 4 -
26556 arch/x86/kernel/cpu/amd.c | 2 +-
26557 arch/x86/kernel/cpu/bugs_64.c | 2 +
26558 arch/x86/kernel/cpu/common.c | 202 +-
26559 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
26560 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
26561 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
26562 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
26563 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
26564 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
26565 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
26566 arch/x86/kernel/cpu/perf_event.c | 10 +-
26567 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
26568 arch/x86/kernel/cpu/perf_event_intel.c | 6 +-
26569 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
26570 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
26571 arch/x86/kernel/cpu/perf_event_intel_pt.c | 44 +-
26572 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
26573 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
26574 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
26575 arch/x86/kernel/crash_dump_64.c | 2 +-
26576 arch/x86/kernel/doublefault.c | 8 +-
26577 arch/x86/kernel/dumpstack.c | 24 +-
26578 arch/x86/kernel/dumpstack_32.c | 25 +-
26579 arch/x86/kernel/dumpstack_64.c | 62 +-
26580 arch/x86/kernel/e820.c | 4 +-
26581 arch/x86/kernel/early_printk.c | 1 +
26582 arch/x86/kernel/espfix_64.c | 44 +-
26583 arch/x86/kernel/fpu/core.c | 24 +-
26584 arch/x86/kernel/fpu/init.c | 40 +-
26585 arch/x86/kernel/fpu/regset.c | 22 +-
26586 arch/x86/kernel/fpu/signal.c | 20 +-
26587 arch/x86/kernel/fpu/xstate.c | 8 +-
26588 arch/x86/kernel/ftrace.c | 18 +-
26589 arch/x86/kernel/head64.c | 14 +-
26590 arch/x86/kernel/head_32.S | 235 +-
26591 arch/x86/kernel/head_64.S | 173 +-
26592 arch/x86/kernel/i386_ksyms_32.c | 12 +
26593 arch/x86/kernel/i8259.c | 10 +-
26594 arch/x86/kernel/io_delay.c | 2 +-
26595 arch/x86/kernel/ioport.c | 2 +-
26596 arch/x86/kernel/irq.c | 8 +-
26597 arch/x86/kernel/irq_32.c | 45 +-
26598 arch/x86/kernel/jump_label.c | 10 +-
26599 arch/x86/kernel/kgdb.c | 21 +-
26600 arch/x86/kernel/kprobes/core.c | 28 +-
26601 arch/x86/kernel/kprobes/opt.c | 16 +-
26602 arch/x86/kernel/ksysfs.c | 2 +-
26603 arch/x86/kernel/kvmclock.c | 20 +-
26604 arch/x86/kernel/ldt.c | 25 +
26605 arch/x86/kernel/livepatch.c | 12 +-
26606 arch/x86/kernel/machine_kexec_32.c | 6 +-
26607 arch/x86/kernel/mcount_64.S | 19 +-
26608 arch/x86/kernel/module.c | 78 +-
26609 arch/x86/kernel/msr.c | 2 +-
26610 arch/x86/kernel/nmi.c | 34 +-
26611 arch/x86/kernel/nmi_selftest.c | 4 +-
26612 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
26613 arch/x86/kernel/paravirt.c | 45 +-
26614 arch/x86/kernel/paravirt_patch_64.c | 8 +
26615 arch/x86/kernel/pci-calgary_64.c | 2 +-
26616 arch/x86/kernel/pci-iommu_table.c | 2 +-
26617 arch/x86/kernel/pci-swiotlb.c | 2 +-
26618 arch/x86/kernel/process.c | 80 +-
26619 arch/x86/kernel/process_32.c | 29 +-
26620 arch/x86/kernel/process_64.c | 14 +-
26621 arch/x86/kernel/ptrace.c | 20 +-
26622 arch/x86/kernel/pvclock.c | 8 +-
26623 arch/x86/kernel/reboot.c | 44 +-
26624 arch/x86/kernel/reboot_fixups_32.c | 2 +-
26625 arch/x86/kernel/relocate_kernel_64.S | 3 +-
26626 arch/x86/kernel/setup.c | 29 +-
26627 arch/x86/kernel/setup_percpu.c | 29 +-
26628 arch/x86/kernel/signal.c | 17 +-
26629 arch/x86/kernel/smp.c | 2 +-
26630 arch/x86/kernel/smpboot.c | 29 +-
26631 arch/x86/kernel/step.c | 6 +-
26632 arch/x86/kernel/sys_i386_32.c | 184 +
26633 arch/x86/kernel/sys_x86_64.c | 22 +-
26634 arch/x86/kernel/tboot.c | 14 +-
26635 arch/x86/kernel/time.c | 8 +-
26636 arch/x86/kernel/tls.c | 7 +-
26637 arch/x86/kernel/tracepoint.c | 4 +-
26638 arch/x86/kernel/traps.c | 53 +-
26639 arch/x86/kernel/tsc.c | 2 +-
26640 arch/x86/kernel/uprobes.c | 2 +-
26641 arch/x86/kernel/vm86_32.c | 6 +-
26642 arch/x86/kernel/vmlinux.lds.S | 153 +-
26643 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
26644 arch/x86/kernel/x86_init.c | 6 +-
26645 arch/x86/kvm/cpuid.c | 21 +-
26646 arch/x86/kvm/emulate.c | 2 +-
26647 arch/x86/kvm/lapic.c | 2 +-
26648 arch/x86/kvm/paging_tmpl.h | 2 +-
26649 arch/x86/kvm/svm.c | 10 +-
26650 arch/x86/kvm/vmx.c | 62 +-
26651 arch/x86/kvm/x86.c | 42 +-
26652 arch/x86/lguest/boot.c | 3 +-
26653 arch/x86/lib/atomic64_386_32.S | 164 +
26654 arch/x86/lib/atomic64_cx8_32.S | 98 +-
26655 arch/x86/lib/checksum_32.S | 99 +-
26656 arch/x86/lib/clear_page_64.S | 3 +
26657 arch/x86/lib/cmpxchg16b_emu.S | 3 +
26658 arch/x86/lib/copy_page_64.S | 14 +-
26659 arch/x86/lib/copy_user_64.S | 66 +-
26660 arch/x86/lib/csum-copy_64.S | 14 +-
26661 arch/x86/lib/csum-wrappers_64.c | 8 +-
26662 arch/x86/lib/getuser.S | 74 +-
26663 arch/x86/lib/insn.c | 8 +-
26664 arch/x86/lib/iomap_copy_64.S | 2 +
26665 arch/x86/lib/memcpy_64.S | 6 +
26666 arch/x86/lib/memmove_64.S | 3 +-
26667 arch/x86/lib/memset_64.S | 3 +
26668 arch/x86/lib/mmx_32.c | 243 +-
26669 arch/x86/lib/msr-reg.S | 2 +
26670 arch/x86/lib/putuser.S | 87 +-
26671 arch/x86/lib/rwsem.S | 6 +-
26672 arch/x86/lib/usercopy_32.c | 359 +-
26673 arch/x86/lib/usercopy_64.c | 20 +-
26674 arch/x86/math-emu/fpu_aux.c | 2 +-
26675 arch/x86/math-emu/fpu_entry.c | 4 +-
26676 arch/x86/math-emu/fpu_system.h | 2 +-
26677 arch/x86/mm/Makefile | 4 +
26678 arch/x86/mm/extable.c | 26 +-
26679 arch/x86/mm/fault.c | 570 +-
26680 arch/x86/mm/gup.c | 6 +-
26681 arch/x86/mm/highmem_32.c | 6 +
26682 arch/x86/mm/hugetlbpage.c | 24 +-
26683 arch/x86/mm/init.c | 111 +-
26684 arch/x86/mm/init_32.c | 111 +-
26685 arch/x86/mm/init_64.c | 46 +-
26686 arch/x86/mm/iomap_32.c | 4 +
26687 arch/x86/mm/ioremap.c | 52 +-
26688 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
26689 arch/x86/mm/mmap.c | 40 +-
26690 arch/x86/mm/mmio-mod.c | 10 +-
26691 arch/x86/mm/numa.c | 2 +-
26692 arch/x86/mm/pageattr.c | 38 +-
26693 arch/x86/mm/pat.c | 12 +-
26694 arch/x86/mm/pat_rbtree.c | 2 +-
26695 arch/x86/mm/pf_in.c | 10 +-
26696 arch/x86/mm/pgtable.c | 214 +-
26697 arch/x86/mm/pgtable_32.c | 3 +
26698 arch/x86/mm/setup_nx.c | 7 +
26699 arch/x86/mm/tlb.c | 4 +
26700 arch/x86/mm/uderef_64.c | 37 +
26701 arch/x86/net/bpf_jit.S | 11 +
26702 arch/x86/net/bpf_jit_comp.c | 13 +-
26703 arch/x86/oprofile/backtrace.c | 6 +-
26704 arch/x86/oprofile/nmi_int.c | 8 +-
26705 arch/x86/oprofile/op_model_amd.c | 8 +-
26706 arch/x86/oprofile/op_model_ppro.c | 7 +-
26707 arch/x86/oprofile/op_x86_model.h | 2 +-
26708 arch/x86/pci/intel_mid_pci.c | 2 +-
26709 arch/x86/pci/irq.c | 8 +-
26710 arch/x86/pci/pcbios.c | 144 +-
26711 arch/x86/platform/efi/efi_32.c | 24 +
26712 arch/x86/platform/efi/efi_64.c | 26 +-
26713 arch/x86/platform/efi/efi_stub_32.S | 64 +-
26714 arch/x86/platform/efi/efi_stub_64.S | 2 +
26715 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
26716 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
26717 arch/x86/platform/intel-mid/mfld.c | 4 +-
26718 arch/x86/platform/intel-mid/mrfl.c | 2 +-
26719 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
26720 arch/x86/platform/olpc/olpc_dt.c | 2 +-
26721 arch/x86/power/cpu.c | 11 +-
26722 arch/x86/realmode/init.c | 10 +-
26723 arch/x86/realmode/rm/Makefile | 3 +
26724 arch/x86/realmode/rm/header.S | 4 +-
26725 arch/x86/realmode/rm/reboot.S | 4 +
26726 arch/x86/realmode/rm/trampoline_32.S | 12 +-
26727 arch/x86/realmode/rm/trampoline_64.S | 3 +-
26728 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
26729 arch/x86/tools/Makefile | 2 +-
26730 arch/x86/tools/relocs.c | 96 +-
26731 arch/x86/um/mem_32.c | 2 +-
26732 arch/x86/um/tls_32.c | 2 +-
26733 arch/x86/xen/enlighten.c | 50 +-
26734 arch/x86/xen/mmu.c | 19 +-
26735 arch/x86/xen/smp.c | 16 +-
26736 arch/x86/xen/xen-asm_32.S | 2 +-
26737 arch/x86/xen/xen-head.S | 11 +
26738 arch/x86/xen/xen-ops.h | 2 -
26739 block/bio.c | 4 +-
26740 block/blk-iopoll.c | 2 +-
26741 block/blk-map.c | 2 +-
26742 block/blk-softirq.c | 2 +-
26743 block/bsg.c | 12 +-
26744 block/compat_ioctl.c | 4 +-
26745 block/genhd.c | 9 +-
26746 block/partitions/efi.c | 8 +-
26747 block/scsi_ioctl.c | 29 +-
26748 crypto/cryptd.c | 4 +-
26749 crypto/pcrypt.c | 2 +-
26750 crypto/zlib.c | 12 +-
26751 drivers/acpi/acpi_video.c | 2 +-
26752 drivers/acpi/apei/apei-internal.h | 2 +-
26753 drivers/acpi/apei/ghes.c | 4 +-
26754 drivers/acpi/bgrt.c | 6 +-
26755 drivers/acpi/blacklist.c | 4 +-
26756 drivers/acpi/bus.c | 4 +-
26757 drivers/acpi/device_pm.c | 4 +-
26758 drivers/acpi/ec.c | 2 +-
26759 drivers/acpi/pci_slot.c | 2 +-
26760 drivers/acpi/processor_idle.c | 2 +-
26761 drivers/acpi/processor_pdc.c | 2 +-
26762 drivers/acpi/sleep.c | 2 +-
26763 drivers/acpi/sysfs.c | 4 +-
26764 drivers/acpi/thermal.c | 2 +-
26765 drivers/acpi/video_detect.c | 7 +-
26766 drivers/ata/libata-core.c | 12 +-
26767 drivers/ata/libata-scsi.c | 2 +-
26768 drivers/ata/libata.h | 2 +-
26769 drivers/ata/pata_arasan_cf.c | 4 +-
26770 drivers/atm/adummy.c | 2 +-
26771 drivers/atm/ambassador.c | 8 +-
26772 drivers/atm/atmtcp.c | 14 +-
26773 drivers/atm/eni.c | 10 +-
26774 drivers/atm/firestream.c | 8 +-
26775 drivers/atm/fore200e.c | 14 +-
26776 drivers/atm/he.c | 18 +-
26777 drivers/atm/horizon.c | 4 +-
26778 drivers/atm/idt77252.c | 36 +-
26779 drivers/atm/iphase.c | 34 +-
26780 drivers/atm/lanai.c | 12 +-
26781 drivers/atm/nicstar.c | 46 +-
26782 drivers/atm/solos-pci.c | 4 +-
26783 drivers/atm/suni.c | 4 +-
26784 drivers/atm/uPD98402.c | 16 +-
26785 drivers/atm/zatm.c | 6 +-
26786 drivers/base/bus.c | 4 +-
26787 drivers/base/devtmpfs.c | 8 +-
26788 drivers/base/node.c | 2 +-
26789 drivers/base/platform-msi.c | 20 +-
26790 drivers/base/power/domain.c | 11 +-
26791 drivers/base/power/sysfs.c | 2 +-
26792 drivers/base/power/wakeup.c | 8 +-
26793 drivers/base/regmap/regmap-debugfs.c | 11 +-
26794 drivers/base/syscore.c | 4 +-
26795 drivers/block/cciss.c | 28 +-
26796 drivers/block/cciss.h | 2 +-
26797 drivers/block/cpqarray.c | 28 +-
26798 drivers/block/cpqarray.h | 2 +-
26799 drivers/block/drbd/drbd_bitmap.c | 2 +-
26800 drivers/block/drbd/drbd_int.h | 8 +-
26801 drivers/block/drbd/drbd_main.c | 12 +-
26802 drivers/block/drbd/drbd_nl.c | 4 +-
26803 drivers/block/drbd/drbd_receiver.c | 34 +-
26804 drivers/block/drbd/drbd_worker.c | 8 +-
26805 drivers/block/pktcdvd.c | 4 +-
26806 drivers/block/rbd.c | 2 +-
26807 drivers/bluetooth/btwilink.c | 2 +-
26808 drivers/bus/arm-cci.c | 12 +-
26809 drivers/cdrom/cdrom.c | 11 +-
26810 drivers/cdrom/gdrom.c | 1 -
26811 drivers/char/agp/compat_ioctl.c | 2 +-
26812 drivers/char/agp/frontend.c | 4 +-
26813 drivers/char/agp/intel-gtt.c | 4 +-
26814 drivers/char/hpet.c | 2 +-
26815 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
26816 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
26817 drivers/char/mem.c | 47 +-
26818 drivers/char/nvram.c | 2 +-
26819 drivers/char/pcmcia/synclink_cs.c | 16 +-
26820 drivers/char/random.c | 12 +-
26821 drivers/char/sonypi.c | 11 +-
26822 drivers/char/tpm/tpm_acpi.c | 3 +-
26823 drivers/char/tpm/tpm_eventlog.c | 4 +-
26824 drivers/char/virtio_console.c | 4 +-
26825 drivers/clk/clk-composite.c | 2 +-
26826 drivers/clk/samsung/clk.h | 2 +-
26827 drivers/clk/socfpga/clk-gate.c | 9 +-
26828 drivers/clk/socfpga/clk-pll.c | 9 +-
26829 drivers/clk/ti/clk.c | 8 +-
26830 drivers/cpufreq/acpi-cpufreq.c | 17 +-
26831 drivers/cpufreq/cpufreq-dt.c | 4 +-
26832 drivers/cpufreq/cpufreq.c | 30 +-
26833 drivers/cpufreq/cpufreq_governor.c | 2 +-
26834 drivers/cpufreq/cpufreq_governor.h | 4 +-
26835 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
26836 drivers/cpufreq/intel_pstate.c | 33 +-
26837 drivers/cpufreq/p4-clockmod.c | 12 +-
26838 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
26839 drivers/cpufreq/speedstep-centrino.c | 7 +-
26840 drivers/cpuidle/driver.c | 2 +-
26841 drivers/cpuidle/dt_idle_states.c | 2 +-
26842 drivers/cpuidle/governor.c | 2 +-
26843 drivers/cpuidle/sysfs.c | 2 +-
26844 drivers/crypto/hifn_795x.c | 4 +-
26845 drivers/devfreq/devfreq.c | 4 +-
26846 drivers/dma/sh/shdma-base.c | 4 +-
26847 drivers/dma/sh/shdmac.c | 2 +-
26848 drivers/edac/edac_device.c | 4 +-
26849 drivers/edac/edac_mc_sysfs.c | 2 +-
26850 drivers/edac/edac_pci.c | 4 +-
26851 drivers/edac/edac_pci_sysfs.c | 22 +-
26852 drivers/edac/mce_amd.h | 2 +-
26853 drivers/firewire/core-card.c | 6 +-
26854 drivers/firewire/core-device.c | 2 +-
26855 drivers/firewire/core-transaction.c | 1 +
26856 drivers/firewire/core.h | 1 +
26857 drivers/firmware/dmi-id.c | 2 +-
26858 drivers/firmware/dmi_scan.c | 12 +-
26859 drivers/firmware/efi/cper.c | 8 +-
26860 drivers/firmware/efi/efi.c | 12 +-
26861 drivers/firmware/efi/efivars.c | 2 +-
26862 drivers/firmware/efi/runtime-map.c | 2 +-
26863 drivers/firmware/google/gsmi.c | 2 +-
26864 drivers/firmware/google/memconsole.c | 7 +-
26865 drivers/firmware/memmap.c | 2 +-
26866 drivers/firmware/psci.c | 2 +-
26867 drivers/gpio/gpio-davinci.c | 6 +-
26868 drivers/gpio/gpio-em.c | 2 +-
26869 drivers/gpio/gpio-ich.c | 2 +-
26870 drivers/gpio/gpio-omap.c | 4 +-
26871 drivers/gpio/gpio-rcar.c | 2 +-
26872 drivers/gpio/gpio-vr41xx.c | 2 +-
26873 drivers/gpio/gpiolib.c | 12 +-
26874 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
26875 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
26876 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
26877 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
26878 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
26879 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
26880 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
26881 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
26882 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
26883 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
26884 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
26885 drivers/gpu/drm/drm_crtc.c | 2 +-
26886 drivers/gpu/drm/drm_drv.c | 2 +-
26887 drivers/gpu/drm/drm_fops.c | 12 +-
26888 drivers/gpu/drm/drm_global.c | 14 +-
26889 drivers/gpu/drm/drm_info.c | 13 +-
26890 drivers/gpu/drm/drm_ioc32.c | 13 +-
26891 drivers/gpu/drm/drm_ioctl.c | 2 +-
26892 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
26893 drivers/gpu/drm/i810/i810_drv.h | 4 +-
26894 drivers/gpu/drm/i915/i915_dma.c | 2 +-
26895 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
26896 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
26897 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
26898 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
26899 drivers/gpu/drm/i915/intel_display.c | 26 +-
26900 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
26901 drivers/gpu/drm/mga/mga_drv.h | 4 +-
26902 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
26903 drivers/gpu/drm/mga/mga_irq.c | 8 +-
26904 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
26905 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
26906 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
26907 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
26908 drivers/gpu/drm/omapdrm/Makefile | 2 +-
26909 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
26910 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
26911 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
26912 drivers/gpu/drm/qxl/qxl_ioctl.c | 10 +-
26913 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
26914 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
26915 drivers/gpu/drm/r128/r128_cce.c | 2 +-
26916 drivers/gpu/drm/r128/r128_drv.h | 4 +-
26917 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
26918 drivers/gpu/drm/r128/r128_irq.c | 4 +-
26919 drivers/gpu/drm/r128/r128_state.c | 4 +-
26920 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
26921 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
26922 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
26923 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
26924 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
26925 drivers/gpu/drm/radeon/radeon_state.c | 4 +-
26926 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
26927 drivers/gpu/drm/tegra/dc.c | 2 +-
26928 drivers/gpu/drm/tegra/dsi.c | 2 +-
26929 drivers/gpu/drm/tegra/hdmi.c | 2 +-
26930 drivers/gpu/drm/tegra/sor.c | 7 +-
26931 drivers/gpu/drm/tilcdc/Makefile | 6 +-
26932 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
26933 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
26934 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
26935 drivers/gpu/drm/udl/udl_fb.c | 1 -
26936 drivers/gpu/drm/via/via_drv.h | 4 +-
26937 drivers/gpu/drm/via/via_irq.c | 18 +-
26938 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
26939 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
26940 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
26941 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
26942 drivers/gpu/vga/vga_switcheroo.c | 4 +-
26943 drivers/hid/hid-core.c | 4 +-
26944 drivers/hid/hid-sensor-custom.c | 2 +-
26945 drivers/hv/channel.c | 2 +-
26946 drivers/hv/hv.c | 4 +-
26947 drivers/hv/hv_balloon.c | 18 +-
26948 drivers/hv/hyperv_vmbus.h | 2 +-
26949 drivers/hwmon/acpi_power_meter.c | 6 +-
26950 drivers/hwmon/applesmc.c | 2 +-
26951 drivers/hwmon/asus_atk0110.c | 10 +-
26952 drivers/hwmon/coretemp.c | 2 +-
26953 drivers/hwmon/dell-smm-hwmon.c | 2 +-
26954 drivers/hwmon/ibmaem.c | 2 +-
26955 drivers/hwmon/iio_hwmon.c | 2 +-
26956 drivers/hwmon/nct6683.c | 6 +-
26957 drivers/hwmon/nct6775.c | 6 +-
26958 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
26959 drivers/hwmon/sht15.c | 12 +-
26960 drivers/hwmon/via-cputemp.c | 2 +-
26961 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
26962 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
26963 drivers/i2c/i2c-dev.c | 2 +-
26964 drivers/ide/ide-cd.c | 2 +-
26965 drivers/ide/ide-disk.c | 2 +-
26966 drivers/iio/industrialio-core.c | 2 +-
26967 drivers/iio/magnetometer/ak8975.c | 2 +-
26968 drivers/infiniband/core/cm.c | 32 +-
26969 drivers/infiniband/core/fmr_pool.c | 20 +-
26970 drivers/infiniband/core/uverbs_cmd.c | 3 +
26971 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
26972 drivers/infiniband/hw/mlx4/mad.c | 2 +-
26973 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
26974 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
26975 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
26976 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
26977 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
26978 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
26979 drivers/infiniband/hw/nes/nes.c | 4 +-
26980 drivers/infiniband/hw/nes/nes.h | 40 +-
26981 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
26982 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
26983 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
26984 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
26985 drivers/infiniband/hw/qib/qib.h | 1 +
26986 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
26987 drivers/input/gameport/gameport.c | 4 +-
26988 drivers/input/input.c | 4 +-
26989 drivers/input/joystick/sidewinder.c | 1 +
26990 drivers/input/joystick/xpad.c | 4 +-
26991 drivers/input/misc/ims-pcu.c | 4 +-
26992 drivers/input/mouse/psmouse.h | 2 +-
26993 drivers/input/mousedev.c | 2 +-
26994 drivers/input/serio/serio.c | 4 +-
26995 drivers/input/serio/serio_raw.c | 4 +-
26996 drivers/input/touchscreen/htcpen.c | 2 +-
26997 drivers/iommu/arm-smmu-v3.c | 2 +-
26998 drivers/iommu/arm-smmu.c | 43 +-
26999 drivers/iommu/io-pgtable-arm.c | 101 +-
27000 drivers/iommu/io-pgtable.c | 11 +-
27001 drivers/iommu/io-pgtable.h | 19 +-
27002 drivers/iommu/iommu.c | 2 +-
27003 drivers/iommu/ipmmu-vmsa.c | 13 +-
27004 drivers/iommu/irq_remapping.c | 2 +-
27005 drivers/irqchip/irq-gic.c | 2 +-
27006 drivers/irqchip/irq-i8259.c | 2 +-
27007 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
27008 drivers/irqchip/irq-renesas-irqc.c | 2 +-
27009 drivers/isdn/capi/capi.c | 10 +-
27010 drivers/isdn/gigaset/interface.c | 8 +-
27011 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
27012 drivers/isdn/hardware/avm/b1.c | 4 +-
27013 drivers/isdn/i4l/isdn_common.c | 2 +
27014 drivers/isdn/i4l/isdn_tty.c | 22 +-
27015 drivers/isdn/icn/icn.c | 2 +-
27016 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
27017 drivers/lguest/core.c | 10 +-
27018 drivers/lguest/page_tables.c | 2 +-
27019 drivers/lguest/x86/core.c | 12 +-
27020 drivers/lguest/x86/switcher_32.S | 27 +-
27021 drivers/md/bcache/closure.h | 2 +-
27022 drivers/md/bitmap.c | 2 +-
27023 drivers/md/dm-ioctl.c | 2 +-
27024 drivers/md/dm-raid1.c | 18 +-
27025 drivers/md/dm-stats.c | 6 +-
27026 drivers/md/dm-stripe.c | 10 +-
27027 drivers/md/dm-table.c | 2 +-
27028 drivers/md/dm-thin-metadata.c | 4 +-
27029 drivers/md/dm.c | 16 +-
27030 drivers/md/md.c | 26 +-
27031 drivers/md/md.h | 6 +-
27032 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
27033 drivers/md/persistent-data/dm-space-map.h | 1 +
27034 drivers/md/raid1.c | 4 +-
27035 drivers/md/raid10.c | 18 +-
27036 drivers/md/raid5.c | 22 +-
27037 drivers/media/dvb-core/dvbdev.c | 2 +-
27038 drivers/media/dvb-frontends/af9033.h | 2 +-
27039 drivers/media/dvb-frontends/dib3000.h | 2 +-
27040 drivers/media/dvb-frontends/dib7000p.h | 2 +-
27041 drivers/media/dvb-frontends/dib8000.h | 2 +-
27042 drivers/media/pci/cx88/cx88-video.c | 6 +-
27043 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
27044 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
27045 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
27046 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
27047 drivers/media/pci/tw68/tw68-core.c | 2 +-
27048 drivers/media/platform/omap/omap_vout.c | 11 +-
27049 drivers/media/platform/s5p-tv/mixer.h | 2 +-
27050 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
27051 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
27052 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
27053 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
27054 drivers/media/radio/radio-cadet.c | 2 +
27055 drivers/media/radio/radio-maxiradio.c | 2 +-
27056 drivers/media/radio/radio-shark.c | 2 +-
27057 drivers/media/radio/radio-shark2.c | 2 +-
27058 drivers/media/radio/radio-si476x.c | 2 +-
27059 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
27060 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
27061 drivers/media/v4l2-core/v4l2-device.c | 4 +-
27062 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
27063 drivers/memory/omap-gpmc.c | 21 +-
27064 drivers/message/fusion/mptsas.c | 34 +-
27065 drivers/mfd/ab8500-debugfs.c | 2 +-
27066 drivers/mfd/kempld-core.c | 2 +-
27067 drivers/mfd/max8925-i2c.c | 2 +-
27068 drivers/mfd/tps65910.c | 2 +-
27069 drivers/mfd/twl4030-irq.c | 9 +-
27070 drivers/mfd/wm5110-tables.c | 2 +-
27071 drivers/mfd/wm8998-tables.c | 2 +-
27072 drivers/misc/c2port/core.c | 4 +-
27073 drivers/misc/kgdbts.c | 4 +-
27074 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
27075 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
27076 drivers/misc/mic/scif/scif_rb.c | 8 +-
27077 drivers/misc/sgi-gru/gruhandles.c | 4 +-
27078 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
27079 drivers/misc/sgi-gru/grutables.h | 154 +-
27080 drivers/misc/sgi-xp/xp.h | 2 +-
27081 drivers/misc/sgi-xp/xpc.h | 3 +-
27082 drivers/misc/sgi-xp/xpc_main.c | 2 +-
27083 drivers/mmc/card/block.c | 2 +-
27084 drivers/mmc/host/dw_mmc.h | 2 +-
27085 drivers/mmc/host/mmci.c | 4 +-
27086 drivers/mmc/host/omap_hsmmc.c | 4 +-
27087 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
27088 drivers/mmc/host/sdhci-s3c.c | 8 +-
27089 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
27090 drivers/mtd/nand/denali.c | 1 +
27091 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
27092 drivers/mtd/nftlmount.c | 1 +
27093 drivers/mtd/sm_ftl.c | 2 +-
27094 drivers/net/bonding/bond_netlink.c | 2 +-
27095 drivers/net/caif/caif_hsi.c | 2 +-
27096 drivers/net/can/Kconfig | 2 +-
27097 drivers/net/can/dev.c | 2 +-
27098 drivers/net/can/vcan.c | 2 +-
27099 drivers/net/dummy.c | 2 +-
27100 drivers/net/ethernet/8390/ax88796.c | 4 +-
27101 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
27102 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
27103 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
27104 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
27105 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
27106 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
27107 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
27108 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
27109 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
27110 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
27111 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
27112 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
27113 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
27114 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
27115 drivers/net/ethernet/broadcom/tg3.h | 1 +
27116 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
27117 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
27118 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
27119 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
27120 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
27121 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
27122 drivers/net/ethernet/faraday/ftmac100.c | 2 +
27123 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
27124 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
27125 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
27126 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
27127 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
27128 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
27129 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
27130 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
27131 drivers/net/ethernet/realtek/r8169.c | 8 +-
27132 drivers/net/ethernet/sfc/ptp.c | 2 +-
27133 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
27134 drivers/net/ethernet/via/via-rhine.c | 2 +-
27135 drivers/net/geneve.c | 2 +-
27136 drivers/net/hyperv/hyperv_net.h | 2 +-
27137 drivers/net/hyperv/rndis_filter.c | 4 +-
27138 drivers/net/ifb.c | 2 +-
27139 drivers/net/ipvlan/ipvlan_core.c | 2 +-
27140 drivers/net/macvlan.c | 20 +-
27141 drivers/net/macvtap.c | 6 +-
27142 drivers/net/nlmon.c | 2 +-
27143 drivers/net/phy/phy_device.c | 6 +-
27144 drivers/net/ppp/ppp_generic.c | 4 +-
27145 drivers/net/slip/slhc.c | 2 +-
27146 drivers/net/team/team.c | 4 +-
27147 drivers/net/tun.c | 7 +-
27148 drivers/net/usb/hso.c | 23 +-
27149 drivers/net/usb/r8152.c | 2 +-
27150 drivers/net/usb/sierra_net.c | 4 +-
27151 drivers/net/virtio_net.c | 2 +-
27152 drivers/net/vrf.c | 2 +-
27153 drivers/net/vxlan.c | 4 +-
27154 drivers/net/wimax/i2400m/rx.c | 2 +-
27155 drivers/net/wireless/airo.c | 2 +-
27156 drivers/net/wireless/at76c50x-usb.c | 2 +-
27157 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
27158 drivers/net/wireless/ath/ath10k/htc.c | 7 +-
27159 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
27160 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
27161 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
27162 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
27163 drivers/net/wireless/ath/ath9k/main.c | 22 +-
27164 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
27165 drivers/net/wireless/b43/phy_lp.c | 2 +-
27166 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
27167 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
27168 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
27169 drivers/net/wireless/mac80211_hwsim.c | 28 +-
27170 drivers/net/wireless/rndis_wlan.c | 2 +-
27171 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
27172 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
27173 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
27174 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
27175 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
27176 drivers/nfc/nfcwilink.c | 2 +-
27177 drivers/of/fdt.c | 4 +-
27178 drivers/oprofile/buffer_sync.c | 8 +-
27179 drivers/oprofile/event_buffer.c | 2 +-
27180 drivers/oprofile/oprof.c | 2 +-
27181 drivers/oprofile/oprofile_stats.c | 10 +-
27182 drivers/oprofile/oprofile_stats.h | 10 +-
27183 drivers/oprofile/oprofilefs.c | 6 +-
27184 drivers/oprofile/timer_int.c | 2 +-
27185 drivers/parport/procfs.c | 4 +-
27186 drivers/pci/host/pci-host-generic.c | 24 +-
27187 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
27188 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
27189 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
27190 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
27191 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
27192 drivers/pci/hotplug/pciehp_core.c | 2 +-
27193 drivers/pci/msi.c | 22 +-
27194 drivers/pci/pci-sysfs.c | 6 +-
27195 drivers/pci/pci.h | 2 +-
27196 drivers/pci/pcie/aspm.c | 6 +-
27197 drivers/pci/pcie/portdrv_pci.c | 2 +-
27198 drivers/pci/probe.c | 2 +-
27199 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
27200 drivers/pinctrl/pinctrl-at91.c | 5 +-
27201 drivers/platform/chrome/chromeos_pstore.c | 2 +-
27202 drivers/platform/x86/alienware-wmi.c | 4 +-
27203 drivers/platform/x86/compal-laptop.c | 2 +-
27204 drivers/platform/x86/hdaps.c | 2 +-
27205 drivers/platform/x86/ibm_rtl.c | 2 +-
27206 drivers/platform/x86/intel_oaktrail.c | 2 +-
27207 drivers/platform/x86/msi-laptop.c | 16 +-
27208 drivers/platform/x86/msi-wmi.c | 2 +-
27209 drivers/platform/x86/samsung-laptop.c | 2 +-
27210 drivers/platform/x86/samsung-q10.c | 2 +-
27211 drivers/platform/x86/sony-laptop.c | 14 +-
27212 drivers/platform/x86/thinkpad_acpi.c | 2 +-
27213 drivers/pnp/pnpbios/bioscalls.c | 14 +-
27214 drivers/pnp/pnpbios/core.c | 2 +-
27215 drivers/power/pda_power.c | 7 +-
27216 drivers/power/power_supply.h | 4 +-
27217 drivers/power/power_supply_core.c | 7 +-
27218 drivers/power/power_supply_sysfs.c | 6 +-
27219 drivers/power/reset/at91-reset.c | 9 +-
27220 drivers/powercap/powercap_sys.c | 136 +-
27221 drivers/ptp/ptp_private.h | 2 +-
27222 drivers/ptp/ptp_sysfs.c | 2 +-
27223 drivers/regulator/core.c | 4 +-
27224 drivers/regulator/max8660.c | 6 +-
27225 drivers/regulator/max8973-regulator.c | 16 +-
27226 drivers/regulator/mc13892-regulator.c | 8 +-
27227 drivers/rtc/rtc-armada38x.c | 7 +-
27228 drivers/rtc/rtc-cmos.c | 4 +-
27229 drivers/rtc/rtc-ds1307.c | 2 +-
27230 drivers/rtc/rtc-m48t59.c | 4 +-
27231 drivers/rtc/rtc-test.c | 6 +-
27232 drivers/scsi/be2iscsi/be_main.c | 2 +-
27233 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
27234 drivers/scsi/bfa/bfa_ioc.h | 4 +-
27235 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
27236 drivers/scsi/hosts.c | 4 +-
27237 drivers/scsi/hpsa.c | 38 +-
27238 drivers/scsi/hpsa.h | 2 +-
27239 drivers/scsi/libfc/fc_exch.c | 50 +-
27240 drivers/scsi/libsas/sas_ata.c | 2 +-
27241 drivers/scsi/lpfc/lpfc.h | 8 +-
27242 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
27243 drivers/scsi/lpfc/lpfc_init.c | 6 +-
27244 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
27245 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
27246 drivers/scsi/mpt2sas/mpt2sas_scsih.c | 8 +-
27247 drivers/scsi/pmcraid.c | 20 +-
27248 drivers/scsi/pmcraid.h | 8 +-
27249 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
27250 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
27251 drivers/scsi/qla2xxx/qla_os.c | 6 +-
27252 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
27253 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
27254 drivers/scsi/scsi.c | 2 +-
27255 drivers/scsi/scsi_lib.c | 8 +-
27256 drivers/scsi/scsi_sysfs.c | 2 +-
27257 drivers/scsi/scsi_transport_fc.c | 8 +-
27258 drivers/scsi/scsi_transport_iscsi.c | 6 +-
27259 drivers/scsi/scsi_transport_srp.c | 6 +-
27260 drivers/scsi/sd.c | 6 +-
27261 drivers/scsi/sg.c | 2 +-
27262 drivers/scsi/sr.c | 21 +-
27263 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
27264 drivers/spi/spi.c | 2 +-
27265 drivers/staging/android/timed_output.c | 6 +-
27266 drivers/staging/comedi/comedi_fops.c | 8 +-
27267 drivers/staging/fbtft/fbtft-core.c | 2 +-
27268 drivers/staging/fbtft/fbtft.h | 2 +-
27269 drivers/staging/gdm724x/gdm_tty.c | 2 +-
27270 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
27271 drivers/staging/iio/adc/ad7280a.c | 4 +-
27272 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
27273 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
27274 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
27275 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
27276 drivers/staging/lustre/lustre/include/obd.h | 2 +-
27277 drivers/staging/octeon/ethernet-rx.c | 20 +-
27278 drivers/staging/octeon/ethernet.c | 8 +-
27279 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
27280 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
27281 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
27282 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
27283 drivers/staging/sm750fb/sm750.c | 14 +-
27284 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
27285 drivers/target/sbp/sbp_target.c | 4 +-
27286 drivers/thermal/cpu_cooling.c | 9 +-
27287 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
27288 drivers/thermal/of-thermal.c | 17 +-
27289 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
27290 drivers/tty/cyclades.c | 6 +-
27291 drivers/tty/hvc/hvc_console.c | 14 +-
27292 drivers/tty/hvc/hvcs.c | 21 +-
27293 drivers/tty/hvc/hvsi.c | 22 +-
27294 drivers/tty/hvc/hvsi_lib.c | 4 +-
27295 drivers/tty/ipwireless/tty.c | 27 +-
27296 drivers/tty/moxa.c | 2 +-
27297 drivers/tty/n_gsm.c | 4 +-
27298 drivers/tty/n_tty.c | 3 +-
27299 drivers/tty/pty.c | 4 +-
27300 drivers/tty/rocket.c | 6 +-
27301 drivers/tty/serial/8250/8250_core.c | 10 +-
27302 drivers/tty/serial/ifx6x60.c | 2 +-
27303 drivers/tty/serial/ioc4_serial.c | 6 +-
27304 drivers/tty/serial/kgdb_nmi.c | 4 +-
27305 drivers/tty/serial/kgdboc.c | 32 +-
27306 drivers/tty/serial/msm_serial.c | 4 +-
27307 drivers/tty/serial/samsung.c | 9 +-
27308 drivers/tty/serial/serial_core.c | 8 +-
27309 drivers/tty/synclink.c | 34 +-
27310 drivers/tty/synclink_gt.c | 28 +-
27311 drivers/tty/synclinkmp.c | 34 +-
27312 drivers/tty/tty_io.c | 2 +-
27313 drivers/tty/tty_ldisc.c | 8 +-
27314 drivers/tty/tty_port.c | 22 +-
27315 drivers/uio/uio.c | 13 +-
27316 drivers/usb/atm/cxacru.c | 2 +-
27317 drivers/usb/atm/usbatm.c | 24 +-
27318 drivers/usb/class/cdc-acm.h | 2 +-
27319 drivers/usb/core/devices.c | 6 +-
27320 drivers/usb/core/devio.c | 12 +-
27321 drivers/usb/core/hcd.c | 4 +-
27322 drivers/usb/core/sysfs.c | 2 +-
27323 drivers/usb/core/usb.c | 2 +-
27324 drivers/usb/early/ehci-dbgp.c | 16 +-
27325 drivers/usb/gadget/function/u_serial.c | 22 +-
27326 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
27327 drivers/usb/host/ehci-hcd.c | 2 +-
27328 drivers/usb/host/ehci-hub.c | 4 +-
27329 drivers/usb/host/ehci-q.c | 4 +-
27330 drivers/usb/host/fotg210-hcd.c | 2 +-
27331 drivers/usb/host/fusbh200-hcd.c | 2 +-
27332 drivers/usb/host/hwa-hc.c | 2 +-
27333 drivers/usb/host/ohci-hcd.c | 2 +-
27334 drivers/usb/host/r8a66597.h | 2 +-
27335 drivers/usb/host/uhci-hcd.c | 2 +-
27336 drivers/usb/host/xhci-pci.c | 2 +-
27337 drivers/usb/host/xhci.c | 2 +-
27338 drivers/usb/misc/appledisplay.c | 4 +-
27339 drivers/usb/serial/console.c | 8 +-
27340 drivers/usb/storage/transport.c | 2 +-
27341 drivers/usb/storage/usb.c | 2 +-
27342 drivers/usb/storage/usb.h | 2 +-
27343 drivers/usb/usbip/vhci.h | 2 +-
27344 drivers/usb/usbip/vhci_hcd.c | 6 +-
27345 drivers/usb/usbip/vhci_rx.c | 2 +-
27346 drivers/usb/wusbcore/wa-hc.h | 4 +-
27347 drivers/usb/wusbcore/wa-xfer.c | 2 +-
27348 drivers/vfio/vfio.c | 2 +-
27349 drivers/vhost/vringh.c | 20 +-
27350 drivers/video/backlight/kb3886_bl.c | 2 +-
27351 drivers/video/console/fbcon.c | 2 +-
27352 drivers/video/fbdev/aty/aty128fb.c | 2 +-
27353 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
27354 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
27355 drivers/video/fbdev/core/fb_defio.c | 6 +-
27356 drivers/video/fbdev/core/fbmem.c | 2 +-
27357 drivers/video/fbdev/hyperv_fb.c | 4 +-
27358 drivers/video/fbdev/i810/i810_accel.c | 1 +
27359 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
27360 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
27361 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
27362 drivers/video/fbdev/omap2/dss/display.c | 8 +-
27363 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
27364 drivers/video/fbdev/smscufx.c | 4 +-
27365 drivers/video/fbdev/udlfb.c | 36 +-
27366 drivers/video/fbdev/uvesafb.c | 52 +-
27367 drivers/video/fbdev/vesafb.c | 58 +-
27368 drivers/video/fbdev/via/via_clock.h | 2 +-
27369 drivers/xen/events/events_base.c | 6 +-
27370 drivers/xen/evtchn.c | 4 +-
27371 fs/Kconfig.binfmt | 2 +-
27372 fs/afs/inode.c | 4 +-
27373 fs/aio.c | 2 +-
27374 fs/autofs4/waitq.c | 2 +-
27375 fs/befs/endian.h | 6 +-
27376 fs/binfmt_aout.c | 23 +-
27377 fs/binfmt_elf.c | 670 +-
27378 fs/binfmt_elf_fdpic.c | 4 +-
27379 fs/block_dev.c | 2 +-
27380 fs/btrfs/ctree.c | 9 +-
27381 fs/btrfs/delayed-inode.c | 9 +-
27382 fs/btrfs/delayed-inode.h | 6 +-
27383 fs/btrfs/file.c | 10 +-
27384 fs/btrfs/inode.c | 14 +-
27385 fs/btrfs/super.c | 2 +-
27386 fs/btrfs/sysfs.c | 2 +-
27387 fs/btrfs/tests/free-space-tests.c | 8 +-
27388 fs/btrfs/tree-log.h | 2 +-
27389 fs/buffer.c | 2 +-
27390 fs/cachefiles/bind.c | 6 +-
27391 fs/cachefiles/daemon.c | 8 +-
27392 fs/cachefiles/internal.h | 12 +-
27393 fs/cachefiles/namei.c | 2 +-
27394 fs/cachefiles/proc.c | 12 +-
27395 fs/ceph/dir.c | 12 +-
27396 fs/ceph/super.c | 4 +-
27397 fs/cifs/cifs_debug.c | 12 +-
27398 fs/cifs/cifsfs.c | 8 +-
27399 fs/cifs/cifsglob.h | 54 +-
27400 fs/cifs/file.c | 10 +-
27401 fs/cifs/misc.c | 4 +-
27402 fs/cifs/smb1ops.c | 80 +-
27403 fs/cifs/smb2ops.c | 84 +-
27404 fs/cifs/smb2pdu.c | 3 +-
27405 fs/coda/cache.c | 10 +-
27406 fs/compat.c | 4 +-
27407 fs/compat_binfmt_elf.c | 2 +
27408 fs/compat_ioctl.c | 12 +-
27409 fs/configfs/dir.c | 10 +-
27410 fs/coredump.c | 16 +-
27411 fs/dcache.c | 51 +-
27412 fs/ecryptfs/inode.c | 2 +-
27413 fs/ecryptfs/miscdev.c | 2 +-
27414 fs/exec.c | 362 +-
27415 fs/ext2/xattr.c | 5 +-
27416 fs/ext4/ext4.h | 20 +-
27417 fs/ext4/mballoc.c | 44 +-
27418 fs/ext4/resize.c | 16 +-
27419 fs/ext4/super.c | 4 +-
27420 fs/ext4/xattr.c | 5 +-
27421 fs/fhandle.c | 3 +-
27422 fs/file.c | 4 +-
27423 fs/fs_struct.c | 8 +-
27424 fs/fscache/cookie.c | 40 +-
27425 fs/fscache/internal.h | 202 +-
27426 fs/fscache/object.c | 26 +-
27427 fs/fscache/operation.c | 38 +-
27428 fs/fscache/page.c | 110 +-
27429 fs/fscache/stats.c | 348 +-
27430 fs/fuse/cuse.c | 10 +-
27431 fs/fuse/dev.c | 4 +-
27432 fs/gfs2/glock.c | 22 +-
27433 fs/gfs2/glops.c | 4 +-
27434 fs/gfs2/quota.c | 6 +-
27435 fs/hugetlbfs/inode.c | 13 +-
27436 fs/inode.c | 4 +-
27437 fs/jffs2/erase.c | 3 +-
27438 fs/jffs2/wbuf.c | 3 +-
27439 fs/jfs/super.c | 2 +-
27440 fs/kernfs/dir.c | 2 +-
27441 fs/kernfs/file.c | 20 +-
27442 fs/libfs.c | 10 +-
27443 fs/lockd/clntproc.c | 4 +-
27444 fs/namei.c | 16 +-
27445 fs/namespace.c | 16 +-
27446 fs/nfs/callback_xdr.c | 2 +-
27447 fs/nfs/inode.c | 6 +-
27448 fs/nfsd/nfs4proc.c | 2 +-
27449 fs/nfsd/nfs4xdr.c | 2 +-
27450 fs/nfsd/nfscache.c | 11 +-
27451 fs/nfsd/vfs.c | 6 +-
27452 fs/nls/nls_base.c | 26 +-
27453 fs/nls/nls_euc-jp.c | 6 +-
27454 fs/nls/nls_koi8-ru.c | 6 +-
27455 fs/notify/fanotify/fanotify_user.c | 4 +-
27456 fs/notify/notification.c | 4 +-
27457 fs/ntfs/dir.c | 2 +-
27458 fs/ntfs/super.c | 6 +-
27459 fs/ocfs2/localalloc.c | 2 +-
27460 fs/ocfs2/ocfs2.h | 10 +-
27461 fs/ocfs2/suballoc.c | 12 +-
27462 fs/ocfs2/super.c | 20 +-
27463 fs/pipe.c | 72 +-
27464 fs/posix_acl.c | 4 +-
27465 fs/proc/array.c | 20 +
27466 fs/proc/base.c | 4 +-
27467 fs/proc/kcore.c | 34 +-
27468 fs/proc/meminfo.c | 2 +-
27469 fs/proc/nommu.c | 2 +-
27470 fs/proc/proc_sysctl.c | 26 +-
27471 fs/proc/task_mmu.c | 39 +-
27472 fs/proc/task_nommu.c | 4 +-
27473 fs/proc/vmcore.c | 16 +-
27474 fs/qnx6/qnx6.h | 4 +-
27475 fs/quota/netlink.c | 4 +-
27476 fs/read_write.c | 2 +-
27477 fs/reiserfs/do_balan.c | 2 +-
27478 fs/reiserfs/procfs.c | 2 +-
27479 fs/reiserfs/reiserfs.h | 4 +-
27480 fs/seq_file.c | 4 +-
27481 fs/splice.c | 43 +-
27482 fs/squashfs/xattr.c | 12 +-
27483 fs/sysv/sysv.h | 2 +-
27484 fs/tracefs/inode.c | 8 +-
27485 fs/udf/misc.c | 2 +-
27486 fs/ufs/swab.h | 4 +-
27487 fs/userfaultfd.c | 2 +-
27488 fs/xattr.c | 21 +
27489 fs/xfs/libxfs/xfs_bmap.c | 2 +-
27490 fs/xfs/xfs_dir2_readdir.c | 7 +-
27491 fs/xfs/xfs_ioctl.c | 2 +-
27492 fs/xfs/xfs_linux.h | 4 +-
27493 include/asm-generic/4level-fixup.h | 2 +
27494 include/asm-generic/atomic-long.h | 156 +-
27495 include/asm-generic/atomic64.h | 12 +
27496 include/asm-generic/bitops/__fls.h | 2 +-
27497 include/asm-generic/bitops/fls.h | 2 +-
27498 include/asm-generic/bitops/fls64.h | 4 +-
27499 include/asm-generic/bug.h | 6 +-
27500 include/asm-generic/cache.h | 4 +-
27501 include/asm-generic/emergency-restart.h | 2 +-
27502 include/asm-generic/kmap_types.h | 4 +-
27503 include/asm-generic/local.h | 13 +
27504 include/asm-generic/pgtable-nopmd.h | 18 +-
27505 include/asm-generic/pgtable-nopud.h | 15 +-
27506 include/asm-generic/pgtable.h | 16 +
27507 include/asm-generic/sections.h | 1 +
27508 include/asm-generic/uaccess.h | 16 +
27509 include/asm-generic/vmlinux.lds.h | 15 +-
27510 include/crypto/algapi.h | 2 +-
27511 include/drm/drmP.h | 16 +-
27512 include/drm/drm_crtc_helper.h | 2 +-
27513 include/drm/drm_mm.h | 2 +-
27514 include/drm/i915_pciids.h | 2 +-
27515 include/drm/intel-gtt.h | 4 +-
27516 include/drm/ttm/ttm_memory.h | 2 +-
27517 include/drm/ttm/ttm_page_alloc.h | 1 +
27518 include/keys/asymmetric-subtype.h | 2 +-
27519 include/linux/atmdev.h | 4 +-
27520 include/linux/atomic.h | 17 +-
27521 include/linux/audit.h | 2 +-
27522 include/linux/average.h | 2 +-
27523 include/linux/binfmts.h | 3 +-
27524 include/linux/bitmap.h | 2 +-
27525 include/linux/bitops.h | 8 +-
27526 include/linux/blkdev.h | 2 +-
27527 include/linux/blktrace_api.h | 2 +-
27528 include/linux/cache.h | 8 +
27529 include/linux/cdrom.h | 1 -
27530 include/linux/cleancache.h | 2 +-
27531 include/linux/clk-provider.h | 1 +
27532 include/linux/compat.h | 6 +-
27533 include/linux/compiler-gcc.h | 28 +-
27534 include/linux/compiler.h | 157 +-
27535 include/linux/configfs.h | 2 +-
27536 include/linux/cpufreq.h | 3 +-
27537 include/linux/cpuidle.h | 5 +-
27538 include/linux/cpumask.h | 14 +-
27539 include/linux/crypto.h | 4 +-
27540 include/linux/ctype.h | 2 +-
27541 include/linux/dcache.h | 4 +-
27542 include/linux/decompress/mm.h | 2 +-
27543 include/linux/devfreq.h | 2 +-
27544 include/linux/device.h | 7 +-
27545 include/linux/dma-mapping.h | 2 +-
27546 include/linux/efi.h | 1 +
27547 include/linux/elf.h | 2 +
27548 include/linux/err.h | 4 +-
27549 include/linux/extcon.h | 2 +-
27550 include/linux/fb.h | 3 +-
27551 include/linux/fdtable.h | 2 +-
27552 include/linux/fs.h | 5 +-
27553 include/linux/fs_struct.h | 2 +-
27554 include/linux/fscache-cache.h | 2 +-
27555 include/linux/fscache.h | 2 +-
27556 include/linux/fsnotify.h | 2 +-
27557 include/linux/genhd.h | 4 +-
27558 include/linux/genl_magic_func.h | 2 +-
27559 include/linux/gfp.h | 12 +-
27560 include/linux/highmem.h | 12 +
27561 include/linux/hwmon-sysfs.h | 6 +-
27562 include/linux/i2c.h | 1 +
27563 include/linux/if_pppox.h | 2 +-
27564 include/linux/init.h | 12 +-
27565 include/linux/init_task.h | 7 +
27566 include/linux/interrupt.h | 6 +-
27567 include/linux/iommu.h | 2 +-
27568 include/linux/ioport.h | 2 +-
27569 include/linux/ipc.h | 2 +-
27570 include/linux/irq.h | 5 +-
27571 include/linux/irqdesc.h | 2 +-
27572 include/linux/irqdomain.h | 3 +
27573 include/linux/jiffies.h | 16 +-
27574 include/linux/key-type.h | 2 +-
27575 include/linux/kgdb.h | 6 +-
27576 include/linux/kmemleak.h | 4 +-
27577 include/linux/kobject.h | 3 +-
27578 include/linux/kobject_ns.h | 2 +-
27579 include/linux/kref.h | 2 +-
27580 include/linux/libata.h | 2 +-
27581 include/linux/linkage.h | 1 +
27582 include/linux/list.h | 15 +
27583 include/linux/lockref.h | 26 +-
27584 include/linux/math64.h | 10 +-
27585 include/linux/mempolicy.h | 7 +
27586 include/linux/mm.h | 102 +-
27587 include/linux/mm_types.h | 20 +
27588 include/linux/mmiotrace.h | 4 +-
27589 include/linux/mmzone.h | 2 +-
27590 include/linux/mod_devicetable.h | 4 +-
27591 include/linux/module.h | 69 +-
27592 include/linux/moduleloader.h | 16 +
27593 include/linux/moduleparam.h | 4 +-
27594 include/linux/net.h | 2 +-
27595 include/linux/netdevice.h | 7 +-
27596 include/linux/netfilter.h | 2 +-
27597 include/linux/netfilter/nfnetlink.h | 2 +-
27598 include/linux/nls.h | 4 +-
27599 include/linux/notifier.h | 3 +-
27600 include/linux/oprofile.h | 4 +-
27601 include/linux/padata.h | 2 +-
27602 include/linux/pci_hotplug.h | 3 +-
27603 include/linux/percpu.h | 2 +-
27604 include/linux/perf_event.h | 12 +-
27605 include/linux/pipe_fs_i.h | 8 +-
27606 include/linux/pm.h | 1 +
27607 include/linux/pm_domain.h | 4 +-
27608 include/linux/pm_runtime.h | 2 +-
27609 include/linux/pnp.h | 2 +-
27610 include/linux/poison.h | 4 +-
27611 include/linux/power/smartreflex.h | 2 +-
27612 include/linux/ppp-comp.h | 2 +-
27613 include/linux/preempt.h | 21 +
27614 include/linux/proc_ns.h | 2 +-
27615 include/linux/psci.h | 2 +-
27616 include/linux/quota.h | 2 +-
27617 include/linux/random.h | 19 +-
27618 include/linux/rculist.h | 16 +
27619 include/linux/reboot.h | 14 +-
27620 include/linux/regset.h | 3 +-
27621 include/linux/relay.h | 2 +-
27622 include/linux/rio.h | 2 +-
27623 include/linux/rmap.h | 4 +-
27624 include/linux/sched.h | 72 +-
27625 include/linux/sched/sysctl.h | 1 +
27626 include/linux/semaphore.h | 2 +-
27627 include/linux/seq_file.h | 1 +
27628 include/linux/signal.h | 2 +-
27629 include/linux/skbuff.h | 12 +-
27630 include/linux/slab.h | 47 +-
27631 include/linux/slab_def.h | 14 +-
27632 include/linux/slub_def.h | 2 +-
27633 include/linux/smp.h | 2 +
27634 include/linux/sock_diag.h | 2 +-
27635 include/linux/sonet.h | 2 +-
27636 include/linux/sunrpc/addr.h | 8 +-
27637 include/linux/sunrpc/clnt.h | 2 +-
27638 include/linux/sunrpc/svc.h | 2 +-
27639 include/linux/sunrpc/svc_rdma.h | 18 +-
27640 include/linux/sunrpc/svcauth.h | 2 +-
27641 include/linux/swapops.h | 10 +-
27642 include/linux/swiotlb.h | 3 +-
27643 include/linux/syscalls.h | 21 +-
27644 include/linux/syscore_ops.h | 2 +-
27645 include/linux/sysctl.h | 3 +-
27646 include/linux/sysfs.h | 9 +-
27647 include/linux/sysrq.h | 3 +-
27648 include/linux/tcp.h | 14 +-
27649 include/linux/thread_info.h | 7 +
27650 include/linux/tty.h | 4 +-
27651 include/linux/tty_driver.h | 2 +-
27652 include/linux/tty_ldisc.h | 2 +-
27653 include/linux/types.h | 16 +
27654 include/linux/uaccess.h | 6 +-
27655 include/linux/uio_driver.h | 2 +-
27656 include/linux/unaligned/access_ok.h | 24 +-
27657 include/linux/usb.h | 12 +-
27658 include/linux/usb/hcd.h | 1 +
27659 include/linux/usb/renesas_usbhs.h | 2 +-
27660 include/linux/vermagic.h | 21 +-
27661 include/linux/vga_switcheroo.h | 8 +-
27662 include/linux/vmalloc.h | 7 +-
27663 include/linux/vmstat.h | 24 +-
27664 include/linux/xattr.h | 5 +-
27665 include/linux/zlib.h | 3 +-
27666 include/media/v4l2-dev.h | 2 +-
27667 include/media/v4l2-device.h | 2 +-
27668 include/net/9p/transport.h | 2 +-
27669 include/net/bluetooth/l2cap.h | 2 +-
27670 include/net/bonding.h | 2 +-
27671 include/net/caif/cfctrl.h | 6 +-
27672 include/net/flow.h | 2 +-
27673 include/net/genetlink.h | 2 +-
27674 include/net/gro_cells.h | 2 +-
27675 include/net/inet_connection_sock.h | 2 +-
27676 include/net/inet_sock.h | 2 +-
27677 include/net/inetpeer.h | 2 +-
27678 include/net/ip_fib.h | 2 +-
27679 include/net/ip_vs.h | 8 +-
27680 include/net/ipv6.h | 2 +-
27681 include/net/irda/ircomm_tty.h | 1 +
27682 include/net/iucv/af_iucv.h | 2 +-
27683 include/net/llc_c_ac.h | 2 +-
27684 include/net/llc_c_ev.h | 4 +-
27685 include/net/llc_c_st.h | 2 +-
27686 include/net/llc_s_ac.h | 2 +-
27687 include/net/llc_s_st.h | 2 +-
27688 include/net/mac80211.h | 4 +-
27689 include/net/neighbour.h | 2 +-
27690 include/net/net_namespace.h | 18 +-
27691 include/net/netlink.h | 2 +-
27692 include/net/netns/conntrack.h | 6 +-
27693 include/net/netns/ipv4.h | 4 +-
27694 include/net/netns/ipv6.h | 4 +-
27695 include/net/netns/xfrm.h | 2 +-
27696 include/net/ping.h | 2 +-
27697 include/net/protocol.h | 4 +-
27698 include/net/rtnetlink.h | 2 +-
27699 include/net/sctp/checksum.h | 4 +-
27700 include/net/sctp/sm.h | 4 +-
27701 include/net/sctp/structs.h | 2 +-
27702 include/net/sock.h | 12 +-
27703 include/net/tcp.h | 8 +-
27704 include/net/xfrm.h | 13 +-
27705 include/rdma/iw_cm.h | 2 +-
27706 include/scsi/libfc.h | 3 +-
27707 include/scsi/scsi_device.h | 6 +-
27708 include/scsi/scsi_driver.h | 2 +-
27709 include/scsi/scsi_transport_fc.h | 3 +-
27710 include/scsi/sg.h | 2 +-
27711 include/sound/compress_driver.h | 2 +-
27712 include/sound/soc.h | 4 +-
27713 include/trace/events/irq.h | 4 +-
27714 include/uapi/linux/a.out.h | 8 +
27715 include/uapi/linux/bcache.h | 5 +-
27716 include/uapi/linux/byteorder/little_endian.h | 28 +-
27717 include/uapi/linux/connector.h | 2 +-
27718 include/uapi/linux/elf.h | 28 +
27719 include/uapi/linux/screen_info.h | 3 +-
27720 include/uapi/linux/swab.h | 6 +-
27721 include/uapi/linux/xattr.h | 4 +
27722 include/video/udlfb.h | 8 +-
27723 include/video/uvesafb.h | 1 +
27724 init/Kconfig | 2 +-
27725 init/Makefile | 3 +
27726 init/do_mounts.c | 14 +-
27727 init/do_mounts.h | 8 +-
27728 init/do_mounts_initrd.c | 30 +-
27729 init/do_mounts_md.c | 6 +-
27730 init/init_task.c | 4 +
27731 init/initramfs.c | 38 +-
27732 init/main.c | 30 +-
27733 ipc/compat.c | 4 +-
27734 ipc/ipc_sysctl.c | 8 +-
27735 ipc/mq_sysctl.c | 4 +-
27736 ipc/sem.c | 4 +-
27737 ipc/shm.c | 6 +
27738 kernel/audit.c | 8 +-
27739 kernel/auditsc.c | 4 +-
27740 kernel/bpf/core.c | 7 +-
27741 kernel/capability.c | 3 +
27742 kernel/compat.c | 38 +-
27743 kernel/debug/debug_core.c | 16 +-
27744 kernel/debug/kdb/kdb_main.c | 4 +-
27745 kernel/events/core.c | 26 +-
27746 kernel/events/internal.h | 10 +-
27747 kernel/events/uprobes.c | 2 +-
27748 kernel/exit.c | 2 +-
27749 kernel/fork.c | 167 +-
27750 kernel/futex.c | 11 +-
27751 kernel/futex_compat.c | 2 +-
27752 kernel/gcov/base.c | 7 +-
27753 kernel/irq/manage.c | 2 +-
27754 kernel/irq/msi.c | 19 +-
27755 kernel/irq/spurious.c | 2 +-
27756 kernel/jump_label.c | 5 +
27757 kernel/kallsyms.c | 37 +-
27758 kernel/kexec.c | 3 +-
27759 kernel/kmod.c | 8 +-
27760 kernel/kprobes.c | 4 +-
27761 kernel/ksysfs.c | 2 +-
27762 kernel/locking/lockdep.c | 7 +-
27763 kernel/locking/mutex-debug.c | 12 +-
27764 kernel/locking/mutex-debug.h | 4 +-
27765 kernel/locking/mutex.c | 6 +-
27766 kernel/module.c | 422 +-
27767 kernel/notifier.c | 17 +-
27768 kernel/padata.c | 4 +-
27769 kernel/panic.c | 5 +-
27770 kernel/pid.c | 2 +-
27771 kernel/pid_namespace.c | 2 +-
27772 kernel/power/process.c | 12 +-
27773 kernel/profile.c | 14 +-
27774 kernel/ptrace.c | 8 +-
27775 kernel/rcu/rcutorture.c | 60 +-
27776 kernel/rcu/tiny.c | 4 +-
27777 kernel/rcu/tree.c | 44 +-
27778 kernel/rcu/tree.h | 14 +-
27779 kernel/rcu/tree_plugin.h | 14 +-
27780 kernel/rcu/tree_trace.c | 12 +-
27781 kernel/sched/auto_group.c | 4 +-
27782 kernel/sched/core.c | 45 +-
27783 kernel/sched/fair.c | 2 +-
27784 kernel/sched/sched.h | 2 +-
27785 kernel/signal.c | 12 +-
27786 kernel/smpboot.c | 4 +-
27787 kernel/softirq.c | 12 +-
27788 kernel/sys.c | 10 +-
27789 kernel/sysctl.c | 34 +-
27790 kernel/time/alarmtimer.c | 2 +-
27791 kernel/time/posix-cpu-timers.c | 4 +-
27792 kernel/time/posix-timers.c | 24 +-
27793 kernel/time/timer.c | 2 +-
27794 kernel/time/timer_stats.c | 10 +-
27795 kernel/trace/blktrace.c | 6 +-
27796 kernel/trace/ftrace.c | 15 +-
27797 kernel/trace/ring_buffer.c | 96 +-
27798 kernel/trace/trace.c | 2 +-
27799 kernel/trace/trace.h | 2 +-
27800 kernel/trace/trace_clock.c | 4 +-
27801 kernel/trace/trace_events.c | 1 -
27802 kernel/trace/trace_functions_graph.c | 4 +-
27803 kernel/trace/trace_mmiotrace.c | 8 +-
27804 kernel/trace/trace_output.c | 10 +-
27805 kernel/trace/trace_seq.c | 2 +-
27806 kernel/trace/trace_stack.c | 2 +-
27807 kernel/user_namespace.c | 2 +-
27808 kernel/utsname_sysctl.c | 2 +-
27809 kernel/watchdog.c | 2 +-
27810 kernel/workqueue.c | 2 +-
27811 lib/Kconfig.debug | 8 +-
27812 lib/Makefile | 2 +-
27813 lib/bitmap.c | 8 +-
27814 lib/bug.c | 2 +
27815 lib/debugobjects.c | 2 +-
27816 lib/decompress_bunzip2.c | 3 +-
27817 lib/decompress_unlzma.c | 4 +-
27818 lib/div64.c | 4 +-
27819 lib/dma-debug.c | 4 +-
27820 lib/inflate.c | 2 +-
27821 lib/ioremap.c | 4 +-
27822 lib/kobject.c | 4 +-
27823 lib/list_debug.c | 126 +-
27824 lib/lockref.c | 44 +-
27825 lib/percpu-refcount.c | 2 +-
27826 lib/radix-tree.c | 2 +-
27827 lib/random32.c | 2 +-
27828 lib/show_mem.c | 2 +-
27829 lib/strncpy_from_user.c | 2 +-
27830 lib/strnlen_user.c | 2 +-
27831 lib/swiotlb.c | 2 +-
27832 lib/usercopy.c | 6 +
27833 lib/vsprintf.c | 12 +-
27834 mm/Kconfig | 6 +-
27835 mm/backing-dev.c | 4 +-
27836 mm/debug.c | 3 +
27837 mm/filemap.c | 2 +-
27838 mm/gup.c | 13 +-
27839 mm/highmem.c | 6 +-
27840 mm/hugetlb.c | 70 +-
27841 mm/internal.h | 1 +
27842 mm/maccess.c | 4 +-
27843 mm/madvise.c | 37 +
27844 mm/memory-failure.c | 6 +-
27845 mm/memory.c | 424 +-
27846 mm/mempolicy.c | 25 +
27847 mm/mlock.c | 15 +-
27848 mm/mm_init.c | 2 +-
27849 mm/mmap.c | 582 +-
27850 mm/mprotect.c | 137 +-
27851 mm/mremap.c | 39 +-
27852 mm/nommu.c | 21 +-
27853 mm/page-writeback.c | 2 +-
27854 mm/page_alloc.c | 49 +-
27855 mm/percpu.c | 2 +-
27856 mm/process_vm_access.c | 14 +-
27857 mm/rmap.c | 45 +-
27858 mm/shmem.c | 19 +-
27859 mm/slab.c | 109 +-
27860 mm/slab.h | 22 +-
27861 mm/slab_common.c | 86 +-
27862 mm/slob.c | 218 +-
27863 mm/slub.c | 102 +-
27864 mm/sparse-vmemmap.c | 4 +-
27865 mm/sparse.c | 2 +-
27866 mm/swap.c | 2 +
27867 mm/swapfile.c | 12 +-
27868 mm/util.c | 6 +
27869 mm/vmalloc.c | 114 +-
27870 mm/vmstat.c | 12 +-
27871 net/8021q/vlan.c | 5 +-
27872 net/8021q/vlan_netlink.c | 2 +-
27873 net/9p/mod.c | 4 +-
27874 net/9p/trans_fd.c | 2 +-
27875 net/atm/atm_misc.c | 8 +-
27876 net/atm/lec.h | 2 +-
27877 net/atm/proc.c | 6 +-
27878 net/atm/resources.c | 4 +-
27879 net/ax25/sysctl_net_ax25.c | 2 +-
27880 net/batman-adv/bat_iv_ogm.c | 8 +-
27881 net/batman-adv/fragmentation.c | 2 +-
27882 net/batman-adv/soft-interface.c | 8 +-
27883 net/batman-adv/types.h | 6 +-
27884 net/bluetooth/hci_sock.c | 2 +-
27885 net/bluetooth/l2cap_core.c | 6 +-
27886 net/bluetooth/l2cap_sock.c | 12 +-
27887 net/bluetooth/rfcomm/sock.c | 4 +-
27888 net/bluetooth/rfcomm/tty.c | 4 +-
27889 net/bridge/br_netlink.c | 2 +-
27890 net/bridge/netfilter/ebtables.c | 6 +-
27891 net/caif/cfctrl.c | 11 +-
27892 net/caif/chnl_net.c | 2 +-
27893 net/can/af_can.c | 2 +-
27894 net/can/gw.c | 6 +-
27895 net/ceph/messenger.c | 4 +-
27896 net/compat.c | 24 +-
27897 net/core/datagram.c | 2 +-
27898 net/core/dev.c | 16 +-
27899 net/core/filter.c | 2 +-
27900 net/core/flow.c | 6 +-
27901 net/core/neighbour.c | 4 +-
27902 net/core/net-sysfs.c | 2 +-
27903 net/core/net_namespace.c | 8 +-
27904 net/core/netpoll.c | 4 +-
27905 net/core/rtnetlink.c | 15 +-
27906 net/core/scm.c | 14 +-
27907 net/core/skbuff.c | 8 +-
27908 net/core/sock.c | 28 +-
27909 net/core/sock_diag.c | 15 +-
27910 net/core/sysctl_net_core.c | 22 +-
27911 net/decnet/af_decnet.c | 1 +
27912 net/decnet/sysctl_net_decnet.c | 4 +-
27913 net/dsa/dsa.c | 2 +-
27914 net/hsr/hsr_netlink.c | 2 +-
27915 net/ieee802154/6lowpan/core.c | 2 +-
27916 net/ieee802154/6lowpan/reassembly.c | 14 +-
27917 net/ipv4/af_inet.c | 2 +-
27918 net/ipv4/devinet.c | 18 +-
27919 net/ipv4/fib_frontend.c | 6 +-
27920 net/ipv4/fib_semantics.c | 2 +-
27921 net/ipv4/inet_connection_sock.c | 4 +-
27922 net/ipv4/inet_timewait_sock.c | 2 +-
27923 net/ipv4/inetpeer.c | 2 +-
27924 net/ipv4/ip_fragment.c | 15 +-
27925 net/ipv4/ip_gre.c | 6 +-
27926 net/ipv4/ip_sockglue.c | 2 +-
27927 net/ipv4/ip_vti.c | 4 +-
27928 net/ipv4/ipconfig.c | 6 +-
27929 net/ipv4/ipip.c | 4 +-
27930 net/ipv4/netfilter/arp_tables.c | 12 +-
27931 net/ipv4/netfilter/ip_tables.c | 12 +-
27932 net/ipv4/ping.c | 14 +-
27933 net/ipv4/raw.c | 14 +-
27934 net/ipv4/route.c | 32 +-
27935 net/ipv4/sysctl_net_ipv4.c | 22 +-
27936 net/ipv4/tcp_input.c | 6 +-
27937 net/ipv4/tcp_probe.c | 2 +-
27938 net/ipv4/udp.c | 10 +-
27939 net/ipv4/xfrm4_policy.c | 18 +-
27940 net/ipv6/addrconf.c | 18 +-
27941 net/ipv6/af_inet6.c | 2 +-
27942 net/ipv6/datagram.c | 2 +-
27943 net/ipv6/icmp.c | 2 +-
27944 net/ipv6/ip6_fib.c | 4 +-
27945 net/ipv6/ip6_gre.c | 10 +-
27946 net/ipv6/ip6_tunnel.c | 4 +-
27947 net/ipv6/ip6_vti.c | 4 +-
27948 net/ipv6/ipv6_sockglue.c | 2 +-
27949 net/ipv6/netfilter/ip6_tables.c | 12 +-
27950 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
27951 net/ipv6/ping.c | 33 +-
27952 net/ipv6/raw.c | 17 +-
27953 net/ipv6/reassembly.c | 13 +-
27954 net/ipv6/route.c | 2 +-
27955 net/ipv6/sit.c | 4 +-
27956 net/ipv6/sysctl_net_ipv6.c | 2 +-
27957 net/ipv6/udp.c | 6 +-
27958 net/ipv6/xfrm6_policy.c | 17 +-
27959 net/irda/ircomm/ircomm_tty.c | 18 +-
27960 net/iucv/af_iucv.c | 4 +-
27961 net/iucv/iucv.c | 2 +-
27962 net/key/af_key.c | 4 +-
27963 net/l2tp/l2tp_eth.c | 38 +-
27964 net/l2tp/l2tp_ip.c | 2 +-
27965 net/l2tp/l2tp_ip6.c | 2 +-
27966 net/mac80211/cfg.c | 8 +-
27967 net/mac80211/ieee80211_i.h | 3 +-
27968 net/mac80211/iface.c | 20 +-
27969 net/mac80211/main.c | 2 +-
27970 net/mac80211/pm.c | 4 +-
27971 net/mac80211/rate.c | 2 +-
27972 net/mac80211/sta_info.c | 2 +-
27973 net/mac80211/util.c | 8 +-
27974 net/mpls/af_mpls.c | 6 +-
27975 net/netfilter/ipset/ip_set_core.c | 2 +-
27976 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
27977 net/netfilter/ipvs/ip_vs_core.c | 4 +-
27978 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
27979 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
27980 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
27981 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
27982 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
27983 net/netfilter/nf_conntrack_acct.c | 2 +-
27984 net/netfilter/nf_conntrack_ecache.c | 2 +-
27985 net/netfilter/nf_conntrack_helper.c | 2 +-
27986 net/netfilter/nf_conntrack_proto.c | 2 +-
27987 net/netfilter/nf_conntrack_standalone.c | 2 +-
27988 net/netfilter/nf_conntrack_timestamp.c | 2 +-
27989 net/netfilter/nf_log.c | 10 +-
27990 net/netfilter/nf_sockopt.c | 4 +-
27991 net/netfilter/nfnetlink_log.c | 4 +-
27992 net/netfilter/nft_compat.c | 9 +-
27993 net/netfilter/xt_statistic.c | 8 +-
27994 net/netlink/af_netlink.c | 4 +-
27995 net/openvswitch/vport-internal_dev.c | 2 +-
27996 net/packet/af_packet.c | 8 +-
27997 net/phonet/pep.c | 6 +-
27998 net/phonet/socket.c | 2 +-
27999 net/phonet/sysctl.c | 2 +-
28000 net/rds/cong.c | 6 +-
28001 net/rds/ib.h | 2 +-
28002 net/rds/ib_cm.c | 2 +-
28003 net/rds/ib_recv.c | 4 +-
28004 net/rds/iw.h | 2 +-
28005 net/rds/iw_cm.c | 2 +-
28006 net/rds/iw_recv.c | 4 +-
28007 net/rds/rds.h | 2 +-
28008 net/rds/tcp.c | 2 +-
28009 net/rds/tcp_send.c | 2 +-
28010 net/rxrpc/af_rxrpc.c | 2 +-
28011 net/rxrpc/ar-ack.c | 14 +-
28012 net/rxrpc/ar-call.c | 2 +-
28013 net/rxrpc/ar-connection.c | 2 +-
28014 net/rxrpc/ar-connevent.c | 2 +-
28015 net/rxrpc/ar-input.c | 4 +-
28016 net/rxrpc/ar-internal.h | 8 +-
28017 net/rxrpc/ar-local.c | 2 +-
28018 net/rxrpc/ar-output.c | 4 +-
28019 net/rxrpc/ar-peer.c | 2 +-
28020 net/rxrpc/ar-proc.c | 4 +-
28021 net/rxrpc/ar-transport.c | 2 +-
28022 net/rxrpc/rxkad.c | 4 +-
28023 net/sched/sch_generic.c | 4 +-
28024 net/sctp/ipv6.c | 6 +-
28025 net/sctp/protocol.c | 10 +-
28026 net/sctp/sm_sideeffect.c | 2 +-
28027 net/sctp/socket.c | 21 +-
28028 net/sctp/sysctl.c | 10 +-
28029 net/socket.c | 18 +-
28030 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
28031 net/sunrpc/clnt.c | 4 +-
28032 net/sunrpc/sched.c | 4 +-
28033 net/sunrpc/svc.c | 4 +-
28034 net/sunrpc/svcauth_unix.c | 2 +-
28035 net/sunrpc/xprtrdma/svc_rdma.c | 38 +-
28036 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
28037 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
28038 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
28039 net/tipc/netlink_compat.c | 12 +-
28040 net/tipc/subscr.c | 2 +-
28041 net/unix/af_unix.c | 7 +-
28042 net/unix/sysctl_net_unix.c | 2 +-
28043 net/wireless/wext-core.c | 19 +-
28044 net/xfrm/xfrm_policy.c | 16 +-
28045 net/xfrm/xfrm_state.c | 33 +-
28046 net/xfrm/xfrm_sysctl.c | 2 +-
28047 scripts/Kbuild.include | 2 +-
28048 scripts/Makefile.build | 2 +-
28049 scripts/Makefile.clean | 3 +-
28050 scripts/Makefile.host | 69 +-
28051 scripts/basic/fixdep.c | 12 +-
28052 scripts/dtc/checks.c | 14 +-
28053 scripts/dtc/data.c | 6 +-
28054 scripts/dtc/flattree.c | 8 +-
28055 scripts/dtc/livetree.c | 4 +-
28056 scripts/gcc-plugin.sh | 51 +
28057 scripts/headers_install.sh | 1 +
28058 scripts/kallsyms.c | 4 +-
28059 scripts/kconfig/lkc.h | 5 +-
28060 scripts/kconfig/menu.c | 2 +-
28061 scripts/kconfig/symbol.c | 6 +-
28062 scripts/link-vmlinux.sh | 2 +-
28063 scripts/mod/file2alias.c | 14 +-
28064 scripts/mod/modpost.c | 25 +-
28065 scripts/mod/modpost.h | 6 +-
28066 scripts/mod/sumversion.c | 2 +-
28067 scripts/module-common.lds | 4 +
28068 scripts/package/builddeb | 1 +
28069 scripts/pnmtologo.c | 6 +-
28070 scripts/sortextable.h | 6 +-
28071 scripts/tags.sh | 2 +-
28072 security/Kconfig | 692 +-
28073 security/integrity/ima/ima.h | 4 +-
28074 security/integrity/ima/ima_api.c | 2 +-
28075 security/integrity/ima/ima_fs.c | 4 +-
28076 security/integrity/ima/ima_queue.c | 2 +-
28077 security/keys/key.c | 18 +-
28078 security/selinux/avc.c | 6 +-
28079 security/selinux/include/xfrm.h | 2 +-
28080 security/yama/yama_lsm.c | 2 +-
28081 sound/aoa/codecs/onyx.c | 7 +-
28082 sound/aoa/codecs/onyx.h | 1 +
28083 sound/core/oss/pcm_oss.c | 18 +-
28084 sound/core/pcm_compat.c | 2 +-
28085 sound/core/pcm_native.c | 4 +-
28086 sound/core/sound.c | 2 +-
28087 sound/drivers/mts64.c | 14 +-
28088 sound/drivers/opl4/opl4_lib.c | 2 +-
28089 sound/drivers/portman2x4.c | 3 +-
28090 sound/firewire/amdtp.c | 4 +-
28091 sound/firewire/amdtp.h | 4 +-
28092 sound/firewire/isight.c | 10 +-
28093 sound/firewire/scs1x.c | 8 +-
28094 sound/oss/sb_audio.c | 2 +-
28095 sound/oss/swarm_cs4297a.c | 6 +-
28096 sound/pci/hda/hda_codec.c | 2 +-
28097 sound/pci/ymfpci/ymfpci.h | 2 +-
28098 sound/pci/ymfpci/ymfpci_main.c | 12 +-
28099 sound/soc/codecs/sti-sas.c | 10 +-
28100 sound/soc/soc-ac97.c | 6 +-
28101 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
28102 tools/gcc/Makefile | 42 +
28103 tools/gcc/checker_plugin.c | 150 +
28104 tools/gcc/colorize_plugin.c | 215 +
28105 tools/gcc/constify_plugin.c | 571 +
28106 tools/gcc/gcc-common.h | 812 +
28107 tools/gcc/initify_plugin.c | 552 +
28108 tools/gcc/kallocstat_plugin.c | 188 +
28109 tools/gcc/kernexec_plugin.c | 549 +
28110 tools/gcc/latent_entropy_plugin.c | 470 +
28111 tools/gcc/size_overflow_plugin/.gitignore | 2 +
28112 tools/gcc/size_overflow_plugin/Makefile | 28 +
28113 .../disable_size_overflow_hash.data |12422 ++++++++++++
28114 .../generate_size_overflow_hash.sh | 103 +
28115 .../insert_size_overflow_asm.c | 416 +
28116 .../size_overflow_plugin/intentional_overflow.c | 1010 +
28117 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
28118 tools/gcc/size_overflow_plugin/size_overflow.h | 323 +
28119 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
28120 .../size_overflow_plugin/size_overflow_hash.data |20735 ++++++++++++++++++++
28121 .../size_overflow_hash_aux.data | 92 +
28122 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 ++
28123 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
28124 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
28125 .../size_overflow_plugin_hash.c | 352 +
28126 .../size_overflow_plugin/size_overflow_transform.c | 749 +
28127 .../size_overflow_transform_core.c | 1010 +
28128 tools/gcc/stackleak_plugin.c | 436 +
28129 tools/gcc/structleak_plugin.c | 287 +
28130 tools/include/linux/compiler.h | 8 +
28131 tools/lib/api/Makefile | 2 +-
28132 tools/perf/util/include/asm/alternative-asm.h | 3 +
28133 tools/virtio/linux/uaccess.h | 2 +-
28134 virt/kvm/kvm_main.c | 42 +-
28135 1944 files changed, 66925 insertions(+), 8949 deletions(-)