]> git.ipfire.org Git - thirdparty/grsecurity-scrape.git/blob - test/changelog-test.txt
Auto commit, 1 new patch{es}.
[thirdparty/grsecurity-scrape.git] / test / changelog-test.txt
1 commit 7b8d5c5a1477a2b62dc7ad1c28e864d7d250739c
2 Merge: ca352cc 013fc76
3 Author: Brad Spengler <spender@grsecurity.net>
4 Date: Thu Oct 20 07:49:24 2016 -0400
5
6 Merge branch 'pax-test' into grsec-test
7
8 commit 013fc7689892902c41d38e31057e4a5686293e40
9 Merge: 25eaf06 452063d
10 Author: Brad Spengler <spender@grsecurity.net>
11 Date: Thu Oct 20 07:48:01 2016 -0400
12
13 Merge branch 'linux-4.7.y' into pax-test
14
15 commit ca352cccec60c85fad6dedaf229d51eddfdfea58
16 Author: Brad Spengler <spender@grsecurity.net>
17 Date: Thu Oct 20 07:06:54 2016 -0400
18
19 compile fix as reported by David Sterba
20
21 include/linux/mm.h | 1 +
22 1 file changed, 1 insertion(+)
23
24 commit 82566bede4206afba0d8b11f58570d588d39586b
25 Author: Linus Torvalds <torvalds@linux-foundation.org>
26 Date: Thu Oct 13 13:07:36 2016 -0700
27
28 mm: remove gup_flags FOLL_WRITE games from __get_user_pages()
29
30 This is an ancient bug that was actually attempted to be fixed once
31 (badly) by me eleven years ago in commit 4ceb5db9757a ("Fix
32 get_user_pages() race for write access") but that was then undone due to
33 problems on s390 by commit f33ea7f404e5 ("fix get_user_pages bug").
34
35 In the meantime, the s390 situation has long been fixed, and we can now
36 fix it by checking the pte_dirty() bit properly (and do it better). The
37 s390 dirty bit was implemented in abf09bed3cce ("s390/mm: implement
38 software dirty bits") which made it into v3.9. Earlier kernels will
39 have to look at the page state itself.
40
41 Also, the VM has become more scalable, and what used a purely
42 theoretical race back then has become easier to trigger.
43
44 To fix it, we introduce a new internal FOLL_COW flag to mark the "yes,
45 we already did a COW" rather than play racy games with FOLL_WRITE that
46 is very fundamental, and then use the pte dirty flag to validate that
47 the FOLL_COW flag is still valid.
48
49 Reported-and-tested-by: Phil "not Paul" Oester <kernel@linuxace.com>
50 Acked-by: Hugh Dickins <hughd@google.com>
51 Reviewed-by: Michal Hocko <mhocko@suse.com>
52 Cc: Andy Lutomirski <luto@kernel.org>
53 Cc: Kees Cook <keescook@chromium.org>
54 Cc: Oleg Nesterov <oleg@redhat.com>
55 Cc: Willy Tarreau <w@1wt.eu>
56 Cc: Nick Piggin <npiggin@gmail.com>
57 Cc: Greg Thelen <gthelen@google.com>
58 Cc: stable@vger.kernel.org
59 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
60
61 include/linux/mm.h | 2 +-
62 mm/gup.c | 14 ++++++++++++--
63 2 files changed, 13 insertions(+), 3 deletions(-)
64
65 commit d291c94e650da2d8918620e6829e05218755f77b
66 Author: Brad Spengler <spender@grsecurity.net>
67 Date: Wed Oct 19 17:06:17 2016 -0400
68
69 resync with PaX
70
71 arch/arm/include/asm/atomic.h | 5 -----
72 1 file changed, 5 deletions(-)
73
74 commit 251313cb6e1d5b2ad84c62333ebafa278e861a68
75 Author: Brad Spengler <spender@grsecurity.net>
76 Date: Wed Oct 19 17:03:14 2016 -0400
77
78 Fix bad ARM REFCOUNT merge with PaX, reported by kdave on the forums:
79 https://forums.grsecurity.net/viewtopic.php?f=3&t=4588
80
81 arch/arm/include/asm/atomic.h | 1 -
82 1 file changed, 1 deletion(-)
83
84 commit b64df18d4160c6d3cd470202bb8d58f38d9acb51
85 Author: Brad Spengler <spender@grsecurity.net>
86 Date: Mon Oct 17 07:47:53 2016 -0400
87
88 randomize layout of subprocess_info struct
89
90 include/linux/kmod.h | 2 +-
91 1 file changed, 1 insertion(+), 1 deletion(-)
92
93 commit 5780e7fb9d334bfa5cc8aef32af631e620dede3f
94 Merge: 7c69071 25eaf06
95 Author: Brad Spengler <spender@grsecurity.net>
96 Date: Sun Oct 16 15:28:24 2016 -0400
97
98 Merge branch 'pax-test' into grsec-test
99
100 commit 25eaf067f993510e5cd6cc0d9da4413cbbc12c6a
101 Merge: afa87ca a0cdc25
102 Author: Brad Spengler <spender@grsecurity.net>
103 Date: Sun Oct 16 15:28:15 2016 -0400
104
105 Merge branch 'linux-4.7.y' into pax-test
106
107 commit 7c690715adc3d9236b25ce453b387ef9583b8dda
108 Merge: 37e00aa afa87ca
109 Author: Brad Spengler <spender@grsecurity.net>
110 Date: Sat Oct 15 15:25:46 2016 -0400
111
112 Merge branch 'pax-test' into grsec-test
113
114 commit afa87cab2bed6b038cd5446a00bf58a71c954b43
115 Author: Brad Spengler <spender@grsecurity.net>
116 Date: Sat Oct 15 15:18:18 2016 -0400
117
118 Update to pax-linux-4.7.6-test7.patch:
119 - backported upstream commit f5beeb1851ea6f8cfcf2657f26cb24c0582b4945 to speed up kcore handling
120 - fixed a size overflow false positive in raid10, reported by eswierk (https://forums.grsecurity.net/viewtopic.php?f=3&t=4575)
121 - 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)
122 - rate limited the logging of refcount overflows and usercopy violations
123 - changed atomic64's underlying type on i386 to be consistent with other archs
124 - sped up the RIP range check in opportunistic sysret on amd64
125
126 arch/x86/entry/entry_64.S | 13 ++-
127 arch/x86/include/asm/atomic64_32.h | 4 +-
128 block/bio.c | 2 +-
129 drivers/md/raid10.c | 6 +-
130 drivers/usb/usbip/vudc_rx.c | 2 +-
131 fs/exec.c | 24 ++++--
132 fs/proc/kcore.c | 40 +++++----
133 include/linux/bio.h | 4 +-
134 scripts/gcc-plugins/size_overflow_plugin/Makefile | 2 +-
135 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 ----------------------
136 .../gcc-plugins/size_overflow_plugin/disable.data | 12 ++-
137 .../gcc-plugins/size_overflow_plugin/e_aux.data | 97 ++++++++++++++++++++++
138 .../gcc-plugins/size_overflow_plugin/e_fields.data | 14 +---
139 .../size_overflow_plugin_hash.c | 2 +-
140 14 files changed, 169 insertions(+), 150 deletions(-)
141
142 commit 37e00aa150c7861f77e69fe361bf19dee467dc0a
143 Author: Brad Spengler <spender@grsecurity.net>
144 Date: Mon Oct 10 18:27:38 2016 -0400
145
146 RAP compile fix
147
148 drivers/isdn/hisax/config.c | 4 ++--
149 1 file changed, 2 insertions(+), 2 deletions(-)
150
151 commit 00736455939143023205fdd8957421c73868e975
152 Author: Brad Spengler <spender@grsecurity.net>
153 Date: Mon Oct 10 18:09:55 2016 -0400
154
155 Mark initify broken for the time being due to some recent changes
156
157 security/Kconfig | 1 +
158 1 file changed, 1 insertion(+)
159
160 commit 64458bae539de9ac5cd2ba7cad0bd0c0510e6f37
161 Author: Brad Spengler <spender@grsecurity.net>
162 Date: Mon Oct 10 17:11:40 2016 -0400
163
164 compile fix
165
166 scripts/gcc-plugins/size_overflow_plugin/size_overflow_plugin_hash.c | 2 +-
167 1 file changed, 1 insertion(+), 1 deletion(-)
168
169 commit 9f5f1d1d7f120c1c85b16412e6b75ab221c2cdba
170 Author: Brad Spengler <spender@grsecurity.net>
171 Date: Mon Oct 10 17:10:22 2016 -0400
172
173 Fix makefiles and .gitignore for new size_overflow plugin
174
175 Makefile | 7 +-
176 .../gcc-plugins/size_overflow_plugin/.gitignore | 5 +-
177 scripts/gcc-plugins/size_overflow_plugin/Makefile | 35 ++++++--
178 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 ----------------------
179 .../gcc-plugins/size_overflow_plugin/e_aux.data | 97 ++++++++++++++++++++++
180 5 files changed, 128 insertions(+), 113 deletions(-)
181
182 commit cb66e251f9c9880a1365c87b4a42d2885a2fb6ef
183 Author: Brad Spengler <spender@grsecurity.net>
184 Date: Sun Oct 9 09:28:14 2016 -0400
185
186 Enable PAX_SIZE_OVERFLOW_EXTRA by default in auto-config
187
188 security/Kconfig | 1 +
189 1 file changed, 1 insertion(+)
190
191 commit cd690739e0fb999002075161a032072cf4e4c458
192 Merge: 555de68 0e7a060
193 Author: Brad Spengler <spender@grsecurity.net>
194 Date: Sat Oct 8 18:29:48 2016 -0400
195
196 Merge branch 'pax-test' into grsec-test
197
198 commit 0e7a060de797ec4e837533146d38e8793e30f84f
199 Author: Brad Spengler <spender@grsecurity.net>
200 Date: Sat Oct 8 18:01:07 2016 -0400
201
202 Update to pax-linux-4.7.6-test6.patch:
203 - updated the fields hash table of the size overflow plugin to remove a few false positives
204 - fixed SANITIZE/HIBERNATION incompatibility, by Anisse Astier <anisse@astier.eu>
205 - backported a few fixes and cleanups from grsecurity
206 - fixed compile errors on some arm/arm64/powerpc/sparc configs for REFCOUNT, KERNEXEC and CONSTIFY
207 - worked around a compile regression in crc32-pclmul_asm.S on some toolchains that define __i686
208 - updated the size overflow hash table
209 - added pax_size_overflow_report_only to disable the reaction mechanism on size overflows
210 - added a few preemptive buffer size checks
211 - fixed integer signedness mixup in tun_set_headroom, by Mathias Krause <mathias.krause@secunet.com>
212 - Emese changed the size overflow plugin to enable the more risky instrumentation under its own config option
213 - Emese greatly increased the coverage of the initify plugin
214 - added BROKEN_SECURITY to disable upstream features as necessary
215
216 Documentation/dontdiff | 7 +-
217 Documentation/kernel-parameters.txt | 5 +
218 arch/arm/include/asm/atomic.h | 41 +-
219 arch/arm/include/asm/domain.h | 1 +
220 arch/arm/include/asm/string.h | 6 +-
221 arch/arm/kernel/efi.c | 4 +-
222 arch/arm/mach-mvebu/coherency.c | 2 +-
223 arch/arm/mm/alignment.c | 24 +-
224 arch/arm64/Kconfig | 1 +
225 arch/arm64/include/asm/atomic.h | 3 +
226 arch/arm64/include/asm/cache.h | 4 +-
227 arch/arm64/include/asm/pgalloc.h | 5 +
228 arch/arm64/include/asm/pgtable.h | 3 +
229 arch/arm64/include/asm/string.h | 10 +-
230 arch/arm64/kernel/process.c | 9 +-
231 arch/arm64/kernel/stacktrace.c | 4 +-
232 arch/arm64/kernel/traps.c | 2 +-
233 arch/ia64/include/asm/uaccess.h | 11 +-
234 arch/mips/Kconfig | 2 +-
235 arch/parisc/include/asm/uaccess.h | 108 +-
236 arch/powerpc/include/asm/atomic.h | 23 +-
237 arch/powerpc/include/asm/cache.h | 4 +-
238 arch/powerpc/include/asm/spinlock.h | 1 +
239 arch/powerpc/include/asm/string.h | 4 +-
240 arch/powerpc/include/asm/uaccess.h | 15 -
241 arch/powerpc/kernel/traps.c | 2 +-
242 arch/sparc/include/asm/cache.h | 4 +-
243 arch/sparc/include/asm/pgalloc_64.h | 1 +
244 arch/sparc/include/asm/uaccess_32.h | 65 -
245 arch/um/include/asm/cache.h | 3 +-
246 arch/x86/Kconfig | 5 +-
247 arch/x86/crypto/crc32-pclmul_asm.S | 4 +-
248 arch/x86/include/asm/string_32.h | 12 +-
249 arch/x86/include/asm/string_64.h | 4 +-
250 arch/x86/include/asm/uaccess.h | 2 +-
251 arch/x86/kernel/hpet.c | 2 +-
252 arch/x86/kernel/kprobes/opt.c | 8 +-
253 arch/x86/kernel/ptrace.c | 14 +
254 arch/x86/kernel/signal.c | 9 +-
255 arch/x86/lib/Makefile | 4 +
256 arch/x86/platform/efi/efi_64.c | 2 +-
257 drivers/acpi/acpica/acutils.h | 2 +-
258 drivers/acpi/acpica/dbhistry.c | 2 +-
259 drivers/acpi/acpica/dbinput.c | 10 +-
260 drivers/acpi/acpica/dbstats.c | 88 +-
261 drivers/acpi/acpica/utdebug.c | 2 +-
262 drivers/cdrom/cdrom.c | 2 +-
263 drivers/char/genrtc.c | 1 +
264 drivers/char/random.c | 2 +-
265 drivers/firmware/efi/libstub/Makefile | 2 +
266 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
267 drivers/hid/hid-wiimote-debug.c | 2 +-
268 drivers/iommu/arm-smmu-v3.c | 32 +-
269 drivers/isdn/hisax/hisax.h | 4 +-
270 drivers/media/radio/radio-cadet.c | 5 +-
271 drivers/mmc/host/tmio_mmc_pio.c | 4 +-
272 drivers/net/tun.c | 2 +-
273 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
274 drivers/scsi/esas2r/esas2r_init.c | 2 +-
275 drivers/scsi/esas2r/esas2r_ioctl.c | 2 +-
276 drivers/scsi/esas2r/esas2r_log.h | 4 +-
277 drivers/scsi/esas2r/esas2r_main.c | 4 +-
278 drivers/uio/uio.c | 6 +-
279 drivers/video/fbdev/arcfb.c | 2 +-
280 fs/char_dev.c | 2 +-
281 fs/exec.c | 16 +-
282 fs/ext4/extents.c | 2 +-
283 fs/nfsd/nfscache.c | 2 +-
284 fs/ntfs/debug.h | 6 +-
285 fs/ocfs2/cluster/masklog.h | 2 +-
286 fs/proc/task_mmu.c | 5 +-
287 include/acpi/acpiosxf.h | 3 +-
288 include/acpi/acpixf.h | 2 +-
289 include/asm-generic/atomic-long.h | 4 +
290 include/asm-generic/bug.h | 5 +-
291 include/asm-generic/pgtable-nopmd.h | 1 +
292 include/asm-generic/vmlinux.lds.h | 2 +
293 include/drm/drmP.h | 2 +-
294 include/linux/atomic.h | 21 +
295 include/linux/audit.h | 5 +-
296 include/linux/compiler-gcc.h | 15 +
297 include/linux/compiler.h | 8 +
298 include/linux/fs.h | 2 +-
299 include/linux/gfp.h | 4 +-
300 include/linux/init.h | 4 +-
301 include/linux/mm.h | 2 +-
302 include/linux/printk.h | 2 +-
303 include/linux/random.h | 2 +-
304 include/linux/ratelimit.h | 3 +-
305 include/linux/sched.h | 6 +-
306 include/linux/slab.h | 2 +-
307 include/linux/string.h | 34 +-
308 include/uapi/linux/personality.h | 1 +
309 init/Kconfig | 3 +
310 init/main.c | 11 +
311 kernel/exit.c | 18 +-
312 kernel/power/hibernate.c | 21 +-
313 kernel/power/power.h | 2 +
314 kernel/power/snapshot.c | 22 +
315 lib/Kconfig.debug | 3 +-
316 lib/vsprintf.c | 6 +-
317 mm/Kconfig.debug | 2 -
318 mm/page_alloc.c | 6 +-
319 mm/util.c | 2 +-
320 net/ipv4/ip_sockglue.c | 3 +-
321 net/ipv4/ip_vti.c | 2 +-
322 scripts/Makefile.gcc-plugins | 17 +-
323 scripts/gcc-plugins/initify_plugin.c | 1588 +-
324 scripts/gcc-plugins/size_overflow_plugin/Makefile | 26 +-
325 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 +
326 .../gcc-plugins/size_overflow_plugin/disable.data | 12453 +++++++++++
327 .../disable_size_overflow_hash.data | 12445 -----------
328 .../gcc-plugins/size_overflow_plugin/e_fields.data | 18898 ++++++++++++++++
329 .../gcc-plugins/size_overflow_plugin/e_fns.data | 4833 ++++
330 .../gcc-plugins/size_overflow_plugin/e_fptrs.data | 56 +
331 .../gcc-plugins/size_overflow_plugin/e_vars.data | 116 +
332 .../insert_size_overflow_asm.c | 2 +-
333 .../size_overflow_plugin/intentional_overflow.c | 2 +-
334 .../size_overflow_plugin/size_overflow.h | 14 +-
335 .../size_overflow_plugin/size_overflow_debug.c | 4 +-
336 .../size_overflow_plugin/size_overflow_hash.data | 22068 -------------------
337 .../size_overflow_hash_aux.data | 97 -
338 .../size_overflow_plugin/size_overflow_ipa.c | 65 +-
339 .../size_overflow_plugin/size_overflow_plugin.c | 25 +-
340 .../size_overflow_plugin_hash.c | 120 +-
341 .../size_overflow_plugin/size_overflow_transform.c | 30 +-
342 security/Kconfig | 78 +-
343 security/integrity/integrity.h | 2 +-
344 security/min_addr.c | 2 +
345 129 files changed, 38670 insertions(+), 35263 deletions(-)
346
347 commit 555de68005b90a38a9e5eee6835130d5d4291030
348 Merge: b48dade c3695e4
349 Author: Brad Spengler <spender@grsecurity.net>
350 Date: Fri Oct 7 17:38:00 2016 -0400
351
352 Merge branch 'pax-test' into grsec-test
353
354 commit c3695e458f10605aa5d59e5d16a80156c6aca5f1
355 Merge: a16b512 fdf81f0
356 Author: Brad Spengler <spender@grsecurity.net>
357 Date: Fri Oct 7 17:37:31 2016 -0400
358
359 Merge branch 'linux-4.7.y' into pax-test
360
361 commit b48dade7b67aa153367dc38d6f3b513b93da2b07
362 Merge: 14d3459 a16b512
363 Author: Brad Spengler <spender@grsecurity.net>
364 Date: Fri Sep 30 07:56:46 2016 -0400
365
366 Merge branch 'pax-test' into grsec-test
367
368 commit a16b51212ca70e45554cecf7d3b67335d4c847ff
369 Merge: 674c5b2 f849d45
370 Author: Brad Spengler <spender@grsecurity.net>
371 Date: Fri Sep 30 07:56:04 2016 -0400
372
373 Merge branch 'linux-4.7.y' into pax-test
374
375 commit 14d3459a64f15c168c7783d46f690c0ee1283ef2
376 Author: Brad Spengler <spender@grsecurity.net>
377 Date: Tue Sep 27 17:07:31 2016 -0400
378
379 Fix arm/MULTI_CACHE incompatibility with RANDSTRUCT, reported by radegand:
380 https://forums.grsecurity.net/viewtopic.php?t=4545&p=1659
381
382 arch/arm/include/asm/cacheflush.h | 2 +-
383 1 file changed, 1 insertion(+), 1 deletion(-)
384
385 commit 39d7aa87f8bd225bc3ac099a2046e334191c90b3
386 Author: Brad Spengler <spender@grsecurity.net>
387 Date: Mon Sep 26 11:28:09 2016 -0400
388
389 Backport upstream commit which allows PAX_MEMORY_SANITIZE to work
390 with hibernation:
391 https://patchwork.kernel.org/patch/9322709/
392
393 kernel/power/Kconfig | 1 -
394 kernel/power/hibernate.c | 4 +++-
395 kernel/power/power.h | 2 ++
396 kernel/power/snapshot.c | 20 ++++++++++++++++++++
397 4 files changed, 25 insertions(+), 2 deletions(-)
398
399 commit e5944827e8a1cb6938ed75cccf05f354344b3fa9
400 Author: Herbert Xu <herbert@gondor.apana.org.au>
401 Date: Tue Sep 20 20:35:55 2016 +0800
402
403 KEYS: Fix skcipher IV clobbering
404
405 The IV must not be modified by the skcipher operation so we need
406 to duplicate it.
407
408 Fixes: c3917fd9dfbc ("KEYS: Use skcipher")
409 Cc: stable@vger.kernel.org
410 Reported-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
411 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
412
413 security/keys/encrypted-keys/encrypted.c | 11 +++++++----
414 1 file changed, 7 insertions(+), 4 deletions(-)
415
416 commit 17d91a9781b8c4558433cee3e7de8d44a6c2d89b
417 Author: Brad Spengler <spender@grsecurity.net>
418 Date: Sun Sep 25 18:10:01 2016 -0400
419
420 Make vti_notifier_block read_only
421
422 net/ipv4/ip_vti.c | 2 +-
423 1 file changed, 1 insertion(+), 1 deletion(-)
424
425 commit d2eba293dd946c7686080602a2e24ddb5358cfcf
426 Author: Brad Spengler <spender@grsecurity.net>
427 Date: Sun Sep 25 17:30:32 2016 -0400
428
429 compile fix
430
431 net/unix/af_unix.c | 2 +-
432 1 file changed, 1 insertion(+), 1 deletion(-)
433
434 commit 47cca6342f665fa1b4b755723b843ac41ebb9178
435 Merge: 16919c7 674c5b2
436 Author: Brad Spengler <spender@grsecurity.net>
437 Date: Sun Sep 25 17:25:45 2016 -0400
438
439 Merge branch 'pax-test' into grsec-test
440
441 commit 674c5b28e7dfe651caf71d1cdec395205ed9f526
442 Merge: 4552781 6c21842
443 Author: Brad Spengler <spender@grsecurity.net>
444 Date: Sun Sep 25 17:24:44 2016 -0400
445
446 Merge branch 'linux-4.7.y' into pax-test
447
448 commit 16919c7208e7ad9bc5f6df2f151b84cede110c15
449 Author: Brad Spengler <spender@grsecurity.net>
450 Date: Wed Sep 21 18:40:32 2016 -0400
451
452 compile fix
453
454 drivers/net/tun.c | 2 +-
455 1 file changed, 1 insertion(+), 1 deletion(-)
456
457 commit bafd12998265ed2c32792e117e4227f757cfa18f
458 Author: Brad Spengler <spender@grsecurity.net>
459 Date: Wed Sep 21 18:39:39 2016 -0400
460
461 From: Mathias Krause <mathias.krause@secunet.com>
462 Date: Wed, 21 Sep 2016 14:42:43 +0200
463 Subject: [PATCH] pax: net/tun - explicitly test for negative values in tun_set_headroom()
464
465 Because of a type change for the NET_SKB_PAD macro in the PaX patch from
466 (implicit) int to unsigned long, negative values for new_hr will be sign
467 extended and wrongly pass the minimal size test. Such a value will,
468 later on, trigger the size_overflow plugin instrumentation in
469 tun_get_user().
470
471 Fix this by testing new_hr for negative values explicitly to restore the
472 intended minimal size test.
473
474 Signed-off-by: Mathias Krause <mathias.krause@secunet.com>
475
476 drivers/net/tun.c | 2 +-
477 1 file changed, 1 insertion(+), 1 deletion(-)
478
479 commit 74fbeac25af78b5f621d8acffb9158dd959078d3
480 Author: Brad Spengler <spender@grsecurity.net>
481 Date: Tue Sep 20 18:37:08 2016 -0400
482
483 Make CONSTIFY depend on GCC_PLUGINS
484
485 security/Kconfig | 1 +
486 1 file changed, 1 insertion(+)
487
488 commit e9e87520569e66d710dadebddac33428c666249a
489 Author: Brad Spengler <spender@grsecurity.net>
490 Date: Mon Sep 19 18:43:50 2016 -0400
491
492 Fix up atomic64_cmpxchg_unchecked on ARM with REFCOUNT
493
494 arch/arm/include/asm/atomic.h | 39 ++++-----------------------------------
495 include/linux/atomic.h | 9 +++++++++
496 2 files changed, 13 insertions(+), 35 deletions(-)
497
498 commit a1afe597f5731963416233b274144d7c57ce538d
499 Author: Brad Spengler <spender@grsecurity.net>
500 Date: Mon Sep 19 17:58:58 2016 -0400
501
502 Backport upstream iscsi memory corruption fix:
503 http://marc.info/?l=linux-scsi&m=147394713328707&w=2
504
505 drivers/scsi/arcmsr/arcmsr_hba.c | 8 +++++++-
506 1 file changed, 7 insertions(+), 1 deletion(-)
507
508 commit e6e0b270a18e4ee19460f7dc72bb46d441adf3c4
509 Author: Chuck Lever <chuck.lever@oracle.com>
510 Date: Thu Sep 1 10:50:38 2016 -0400
511
512 svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation")
513
514 rsc_lookup steals the passed-in memory to avoid doing an allocation of
515 its own, so we can't just pass in a pointer to memory that someone else
516 is using.
517
518 If we really want to avoid allocation there then maybe we should
519 preallocate somwhere, or reference count these handles.
520
521 For now we should revert.
522
523 On occasion I see this on my server:
524
525 kernel: kernel BUG at /home/cel/src/linux/linux-2.6/mm/slub.c:3851!
526 kernel: invalid opcode: 0000 [#1] SMP
527 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
528 kernel: CPU: 7 PID: 145 Comm: kworker/7:2 Not tainted 4.8.0-rc4-00006-g9d06b0b #15
529 kernel: Hardware name: Supermicro Super Server/X10SRL-F, BIOS 1.0c 09/09/2015
530 kernel: Workqueue: events do_cache_clean [sunrpc]
531 kernel: task: ffff8808541d8000 task.stack: ffff880854344000
532 kernel: RIP: 0010:[<ffffffff811e7075>] [<ffffffff811e7075>] kfree+0x155/0x180
533 kernel: RSP: 0018:ffff880854347d70 EFLAGS: 00010246
534 kernel: RAX: ffffea0020fe7660 RBX: ffff88083f9db064 RCX: 146ff0f9d5ec5600
535 kernel: RDX: 000077ff80000000 RSI: ffff880853f01500 RDI: ffff88083f9db064
536 kernel: RBP: ffff880854347d88 R08: ffff8808594ee000 R09: ffff88087fdd8780
537 kernel: R10: 0000000000000000 R11: ffffea0020fe76c0 R12: ffff880853f01500
538 kernel: R13: ffffffffa013cf76 R14: ffffffffa013cff0 R15: ffffffffa04253a0
539 kernel: FS: 0000000000000000(0000) GS:ffff88087fdc0000(0000) knlGS:0000000000000000
540 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
541 kernel: CR2: 00007fed60b020c3 CR3: 0000000001c06000 CR4: 00000000001406e0
542 kernel: Stack:
543 kernel: ffff8808589f2f00 ffff880853f01500 0000000000000001 ffff880854347da0
544 kernel: ffffffffa013cf76 ffff8808589f2f00 ffff880854347db8 ffffffffa013d006
545 kernel: ffff8808589f2f20 ffff880854347e00 ffffffffa0406f60 0000000057c7044f
546 kernel: Call Trace:
547 kernel: [<ffffffffa013cf76>] rsc_free+0x16/0x90 [auth_rpcgss]
548 kernel: [<ffffffffa013d006>] rsc_put+0x16/0x30 [auth_rpcgss]
549 kernel: [<ffffffffa0406f60>] cache_clean+0x2e0/0x300 [sunrpc]
550 kernel: [<ffffffffa04073ee>] do_cache_clean+0xe/0x70 [sunrpc]
551 kernel: [<ffffffff8109a70f>] process_one_work+0x1ff/0x3b0
552 kernel: [<ffffffff8109b15c>] worker_thread+0x2bc/0x4a0
553 kernel: [<ffffffff8109aea0>] ? rescuer_thread+0x3a0/0x3a0
554 kernel: [<ffffffff810a0ba4>] kthread+0xe4/0xf0
555 kernel: [<ffffffff8169c47f>] ret_from_fork+0x1f/0x40
556 kernel: [<ffffffff810a0ac0>] ? kthread_stop+0x110/0x110
557 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
558 kernel: RIP [<ffffffff811e7075>] kfree+0x155/0x180
559 kernel: RSP <ffff880854347d70>
560 kernel: ---[ end trace 3fdec044969def26 ]---
561
562 It seems to be most common after a server reboot where a client has been
563 using a Kerberos mount, and reconnects to continue its workload.
564
565 Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
566 Cc: stable@vger.kernel.org
567 Signed-off-by: J. Bruce Fields <bfields@redhat.com>
568
569 net/sunrpc/auth_gss/svcauth_gss.c | 5 +++--
570 1 file changed, 3 insertions(+), 2 deletions(-)
571
572 commit 6e83144022a8e3cd00a7d0ca3916354ea3336f5e
573 Author: Brad Spengler <spender@grsecurity.net>
574 Date: Mon Sep 19 17:44:04 2016 -0400
575
576 fix whitespace
577
578 mm/mmap.c | 2 +-
579 1 file changed, 1 insertion(+), 1 deletion(-)
580
581 commit ffb1a4cfdce65f581265612878fd136d76b132ae
582 Author: Brad Spengler <spender@grsecurity.net>
583 Date: Mon Sep 19 17:07:34 2016 -0400
584
585 Remove optional dependency on USERCOPY for pax_check_alloca
586
587 arch/x86/kernel/dumpstack_32.c | 2 +-
588 arch/x86/kernel/dumpstack_64.c | 2 +-
589 2 files changed, 2 insertions(+), 2 deletions(-)
590
591 commit 01ca858fb54c3406db13ace327798610b1cdec10
592 Author: Brad Spengler <spender@grsecurity.net>
593 Date: Thu Sep 15 21:28:25 2016 -0400
594
595 compile fixes
596
597 arch/x86/crypto/crc32-pclmul_asm.S | 4 ++--
598 arch/x86/include/asm/uaccess.h | 2 +-
599 2 files changed, 3 insertions(+), 3 deletions(-)
600
601 commit aeed418bbabf465cfa2bd5463b4ee26ddfdee99c
602 Author: Al Viro <viro@ZenIV.linux.org.uk>
603 Date: Thu Sep 15 02:35:29 2016 +0100
604
605 fix minor infoleak in get_user_ex()
606
607 get_user_ex(x, ptr) should zero x on failure. It's not a lot of a leak
608 (at most we are leaking uninitialized 64bit value off the kernel stack,
609 and in a fairly constrained situation, at that), but the fix is trivial,
610 so...
611
612 Cc: stable@vger.kernel.org
613 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
614 [ This sat in different branch from the uaccess fixes since mid-August ]
615 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
616
617 arch/x86/include/asm/uaccess.h | 6 +++++-
618 1 file changed, 5 insertions(+), 1 deletion(-)
619
620 commit 4ec72305c579df587c9c31f18fbc3ceba14045a5
621 Author: Brad Spengler <spender@grsecurity.net>
622 Date: Thu Sep 15 20:02:01 2016 -0400
623
624 compile fix
625
626 fs/proc/task_mmu.c | 2 +-
627 1 file changed, 1 insertion(+), 1 deletion(-)
628
629 commit ed3d3716625f0c04c9a07dc6c6c7537be22cee07
630 Author: Brad Spengler <spender@grsecurity.net>
631 Date: Thu Sep 15 20:01:31 2016 -0400
632
633 Resync with PaX
634
635 fs/proc/task_mmu.c | 2 +-
636 1 file changed, 1 insertion(+), 1 deletion(-)
637
638 commit 36300fe10dd78430f8e84c42b665c0154f88dd5a
639 Merge: 14e5235 4552781
640 Author: Brad Spengler <spender@grsecurity.net>
641 Date: Thu Sep 15 18:36:02 2016 -0400
642
643 Merge branch 'pax-test' into grsec-test
644
645 commit 4552781643cf8a01376539bf0bf469c8dbc69701
646 Author: Brad Spengler <spender@grsecurity.net>
647 Date: Thu Sep 15 18:35:49 2016 -0400
648
649 Resync with PaX
650
651 fs/proc/task_mmu.c | 5 +++--
652 include/linux/init.h | 4 +++-
653 include/linux/mm.h | 2 +-
654 mm/util.c | 2 +-
655 4 files changed, 8 insertions(+), 5 deletions(-)
656
657 commit 14e523564a0a84ece93b04a2b375f33cce806c8b
658 Merge: 402a024 6740d15
659 Author: Brad Spengler <spender@grsecurity.net>
660 Date: Thu Sep 15 18:18:19 2016 -0400
661
662 Merge branch 'pax-test' into grsec-test
663
664 commit 6740d1535fb0208f329eda7aeeee2c6f0fbe09d3
665 Author: Brad Spengler <spender@grsecurity.net>
666 Date: Thu Sep 15 18:16:18 2016 -0400
667
668 Update to pax-linux-4.7.3-test4.patch:
669 - fixed atomic_xchg_unchecked on arm, reported by wizzup
670 - temporary workaround for cloned functions in the initify plugin, prevents an ICE-from-assertion reported by xeaforz and gg
671 - fixed hugetlb compile error on arm64
672 - fixed branch prediction hints in copy*user on x86, by spender
673 - fixed the invocation of gcc-plugin.sh while reporting errors, by spender
674 - fixed long-standing regression in non-exec page support on powerpc32/book3s
675 - fixed inefficient PIC in crc32_pclmul* on i386 to also work under KERNEXEC, reported by minipli
676 - fixed pfn/physical address mixup in static_protections on amd64, by Mathias Krause <mathias.krause@secunet.com>
677 - fixed latent bug on module loading exposed by the fix for static_protections, reported by minipli
678 - fixed two USERCOPY violations in iucv and netlink, by Mathias Krause <minipli@ld-linux.so>
679 - fixed a xen boot regression with ssp-strong, reported by biergaizi and d-u (https://forums.grsecurity.net/viewtopic.php?f=3&t=4441)
680 - fixed module symbol resolution and extable handling on i386/KERNEXEC when KASLR is enabled
681
682 arch/arm/include/asm/atomic.h | 12 +++--------
683 arch/arm/include/asm/cmpxchg.h | 3 ++-
684 arch/arm64/mm/dma-mapping.c | 2 +-
685 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
686 arch/powerpc/include/asm/book3s/32/hash.h | 2 +-
687 arch/powerpc/include/asm/book3s/32/pgtable.h | 2 +-
688 arch/powerpc/include/asm/pte-common.h | 30 +++++++++++++---------------
689 arch/x86/crypto/crc32-pclmul_asm.S | 19 +++++++++++-------
690 arch/x86/include/asm/setup.h | 3 ++-
691 arch/x86/include/asm/uaccess.h | 4 ++--
692 arch/x86/kernel/module.c | 2 +-
693 arch/x86/kernel/pci-swiotlb.c | 2 +-
694 arch/x86/kvm/x86.c | 2 +-
695 arch/x86/mm/extable.c | 18 ++---------------
696 arch/x86/mm/pageattr.c | 5 +++--
697 arch/x86/xen/enlighten.c | 18 ++++++++---------
698 arch/x86/xen/pmu.c | 1 +
699 include/asm-generic/atomic-long.h | 2 ++
700 include/asm-generic/atomic64.h | 1 +
701 include/linux/atomic.h | 4 ++++
702 include/linux/llist.h | 9 +++++++++
703 include/linux/swiotlb.h | 3 +--
704 kernel/extable.c | 17 ++++++++++++++--
705 kernel/module.c | 9 ++++++++-
706 lib/extable.c | 11 +---------
707 lib/llist.c | 17 ++++++++++++++++
708 lib/swiotlb.c | 2 +-
709 mm/hugetlb.c | 12 +++++++++++
710 mm/vmalloc.c | 2 +-
711 net/iucv/af_iucv.c | 7 +++----
712 net/netlink/af_netlink.c | 5 +++--
713 scripts/Makefile.gcc-plugins | 2 +-
714 scripts/gcc-plugins/initify_plugin.c | 4 +++-
715 33 files changed, 139 insertions(+), 95 deletions(-)
716
717 commit 402a02454512e83be868e83529b04c0ccde687a9
718 Author: Brad Spengler <spender@grsecurity.net>
719 Date: Thu Sep 15 08:25:18 2016 -0400
720
721 Update size_overflow hash
722
723 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
724 1 file changed, 1 insertion(+)
725
726 commit e1d3996c7486a0985846423711dd5c05401144c1
727 Author: Brad Spengler <spender@grsecurity.net>
728 Date: Thu Sep 15 07:48:33 2016 -0400
729
730 compile fix
731
732 kernel/capability.c | 6 +++---
733 1 file changed, 3 insertions(+), 3 deletions(-)
734
735 commit a668b9edff65c3c2eb134e1c7edfbc4142f1e678
736 Merge: f2ceab4 4f9be5c
737 Author: Brad Spengler <spender@grsecurity.net>
738 Date: Thu Sep 15 07:24:15 2016 -0400
739
740 Rename our existing ns_capable_nolog to suit upstream's bikeshedded ns_capable_noaudit
741
742 Merge branch 'pax-test' into grsec-test
743
744 commit 4f9be5c8326f08df59ef7df521acac91e9e6c3d5
745 Merge: 168b0e3 bd333da
746 Author: Brad Spengler <spender@grsecurity.net>
747 Date: Thu Sep 15 07:12:12 2016 -0400
748
749 Merge branch 'linux-4.7.y' into pax-test
750
751 commit f2ceab4fbaec0cd5c127345dbce3e033b74fe826
752 Author: WANG Cong <xiyou.wangcong@gmail.com>
753 Date: Sun Aug 28 21:28:26 2016 -0700
754
755 kcm: fix a socket double free
756
757 Dmitry reported a double free on kcm socket, which could
758 be easily reproduced by:
759
760 #include <unistd.h>
761 #include <sys/syscall.h>
762
763 int main()
764 {
765 int fd = syscall(SYS_socket, 0x29ul, 0x5ul, 0x0ul, 0, 0, 0);
766 syscall(SYS_ioctl, fd, 0x89e2ul, 0x20a98000ul, 0, 0, 0);
767 return 0;
768 }
769
770 This is because on the error path, after we install
771 the new socket file, we call sock_release() to clean
772 up the socket, which leaves the fd pointing to a freed
773 socket. Fix this by calling sys_close() on that fd
774 directly.
775
776 Fixes: ab7ac4eb9832 ("kcm: Kernel Connection Multiplexor module")
777 Reported-by: Dmitry Vyukov <dvyukov@google.com>
778 Cc: Tom Herbert <tom@herbertland.com>
779 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
780 Signed-off-by: David S. Miller <davem@davemloft.net>
781
782 net/kcm/kcmsock.c | 3 ++-
783 1 file changed, 2 insertions(+), 1 deletion(-)
784
785 commit f3ddf560233f0ec26493522fc1c2b1b8f764f16e
786 Merge: 9e43620 168b0e3
787 Author: Brad Spengler <spender@grsecurity.net>
788 Date: Wed Sep 7 08:26:50 2016 -0400
789
790 Merge branch 'pax-test' into grsec-test
791
792 commit 168b0e38caaf436f7c5345fe20a92b7f391ccad5
793 Merge: 2a27d24 d7f6728
794 Author: Brad Spengler <spender@grsecurity.net>
795 Date: Wed Sep 7 08:26:41 2016 -0400
796
797 Merge branch 'linux-4.7.y' into pax-test
798
799 commit 9e43620d71b42e65cb12642b240a6e638531aa65
800 Author: Daeho Jeong <daeho.jeong@samsung.com>
801 Date: Sun Jul 3 17:51:39 2016 -0400
802
803 ext4: avoid modifying checksum fields directly during checksum verification
804
805 We temporally change checksum fields in buffers of some types of
806 metadata into '0' for verifying the checksum values. By doing this
807 without locking the buffer, some metadata's checksums, which are
808 being committed or written back to the storage, could be damaged.
809 In our test, several metadata blocks were found with damaged metadata
810 checksum value during recovery process. When we only verify the
811 checksum value, we have to avoid modifying checksum fields directly.
812
813 Signed-off-by: Daeho Jeong <daeho.jeong@samsung.com>
814 Signed-off-by: Youngjin Gil <youngjin.gil@samsung.com>
815 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
816 Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
817
818 fs/ext4/inode.c | 38 ++++++++++++++++++++++----------------
819 fs/ext4/namei.c | 9 ++++-----
820 fs/ext4/super.c | 18 +++++++++---------
821 fs/ext4/xattr.c | 13 +++++++------
822 4 files changed, 42 insertions(+), 36 deletions(-)
823
824 commit b84727ffa19c4ec06a04502219f8e15b6887d401
825 Author: Brad Spengler <spender@grsecurity.net>
826 Date: Wed Aug 31 20:22:42 2016 -0400
827
828 Use the correct branch prediction
829
830 arch/x86/include/asm/uaccess.h | 4 ++--
831 1 file changed, 2 insertions(+), 2 deletions(-)
832
833 commit a8411c5faefe2708a5998f484ed6ca65c9ccf971
834 Author: Linus Torvalds <torvalds@linux-foundation.org>
835 Date: Mon Aug 22 16:41:46 2016 -0700
836
837 binfmt_elf: switch to new creds when switching to new mm
838
839 We used to delay switching to the new credentials until after we had
840 mapped the executable (and possible elf interpreter). That was kind of
841 odd to begin with, since the new executable will actually then _run_
842 with the new creds, but whatever.
843
844 The bigger problem was that we also want to make sure that we turn off
845 prof events and tracing before we start mapping the new executable
846 state. So while this is a cleanup, it's also a fix for a possible
847 information leak.
848
849 Reported-by: Robert Święcki <robert@swiecki.net>
850 Tested-by: Peter Zijlstra <peterz@infradead.org>
851 Acked-by: David Howells <dhowells@redhat.com>
852 Acked-by: Oleg Nesterov <oleg@redhat.com>
853 Acked-by: Andy Lutomirski <luto@amacapital.net>
854 Acked-by: Eric W. Biederman <ebiederm@xmission.com>
855 Cc: Willy Tarreau <w@1wt.eu>
856 Cc: Kees Cook <keescook@chromium.org>
857 Cc: Al Viro <viro@zeniv.linux.org.uk>
858 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
859
860 fs/binfmt_elf.c | 2 +-
861 1 file changed, 1 insertion(+), 1 deletion(-)
862
863 commit 18fe03a1a1ce3b59208ecc7bb90be5724ec1d1aa
864 Author: Brad Spengler <spender@grsecurity.net>
865 Date: Wed Aug 31 20:01:48 2016 -0400
866
867 Two USERCOPY fixes from Mathias Krause
868
869 net/iucv/af_iucv.c | 7 +++----
870 net/netlink/af_netlink.c | 5 +++--
871 2 files changed, 6 insertions(+), 6 deletions(-)
872
873 commit 4830a253a94494524d9ebb3bed7118c2b746f5a2
874 Author: Brad Spengler <spender@grsecurity.net>
875 Date: Wed Aug 31 19:58:53 2016 -0400
876
877 From 7e13821dd59b17382bba8707c1a9b73569db5535 Mon Sep 17 00:00:00 2001
878 From: Mathias Krause <mathias.krause@secunet.com>
879 Date: Thu, 18 Aug 2016 17:03:19 +0200
880 Subject: [PATCH] [pax] fix page frame number compare in static_protections()
881
882 The KERNEXEC specific memory range check is comparing a page frame
883 number against physical addresses while it should compare page frame
884 numbers instead.
885
886 This leads to "false positives" for systems with 64GB+ of RAM, leading
887 to missing memory protection changes, leading various access errors,
888 like failing to release module init code when using the RCU path in
889 vunmap().
890
891 Fix this by converting the physical addresses to page frame numbers
892 before doing the range check.
893
894 Signed-off-by: Mathias Krause <mathias.krause@secunet.com>
895
896 arch/x86/mm/pageattr.c | 2 +-
897 1 file changed, 1 insertion(+), 1 deletion(-)
898
899 commit 8cd264e31562d39c034c35256dcb4eff8ab2fc66
900 Author: Brad Spengler <spender@grsecurity.net>
901 Date: Thu Aug 18 17:57:25 2016 -0400
902
903 Remove a warning that is (under the specific instance where we triggered it)
904 erroneous. Avoiding triggering the warning will require reworking some of
905 our APIs, so this will be fixed at a later time.
906
907 Thanks to Ed Swierk of Skyport Systems for the report.
908
909 fs/dcache.c | 2 --
910 1 file changed, 2 deletions(-)
911
912 commit 7276656b983ed5e39010c54908005e0574a2d3fd
913 Author: Brad Spengler <spender@grsecurity.net>
914 Date: Sun Aug 21 17:36:48 2016 -0400
915
916 Update size_overflow hash table
917
918 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 4 +++-
919 1 file changed, 3 insertions(+), 1 deletion(-)
920
921 commit 18a6c9305d45e83c3bebf07eb132885da34b73da
922 Merge: 5cbf490 2a27d24
923 Author: Brad Spengler <spender@grsecurity.net>
924 Date: Sun Aug 21 16:59:37 2016 -0400
925
926 Merge branch 'pax-test' into grsec-test
927
928 commit 2a27d2419704b09b554b75d6397bf26ffd45754b
929 Merge: 7be9261 84fae3f
930 Author: Brad Spengler <spender@grsecurity.net>
931 Date: Sun Aug 21 16:57:07 2016 -0400
932
933 Merge branch 'linux-4.7.y' into pax-test
934
935 commit 5cbf4905a069cf66895ff7a06673f8102e3faab5
936 Author: Brad Spengler <spender@grsecurity.net>
937 Date: Tue Aug 16 17:23:45 2016 -0400
938
939 forward-port !PAX_ASLR change
940
941 arch/x86/mm/mmap.c | 16 +++-------------
942 1 file changed, 3 insertions(+), 13 deletions(-)
943
944 commit c7d89a55e70af76005662d4a4c9c7db3a4cb7998
945 Merge: a144f0f8 7be9261
946 Author: Brad Spengler <spender@grsecurity.net>
947 Date: Tue Aug 16 17:14:06 2016 -0400
948
949 Merge branch 'pax-test' into grsec-test
950
951 commit 7be92610b9cff4e90a4f84a385086c5f643004a0
952 Merge: cb11f67 95f15f5
953 Author: Brad Spengler <spender@grsecurity.net>
954 Date: Tue Aug 16 17:13:54 2016 -0400
955
956 Merge branch 'linux-4.7.y' into pax-test
957
958 commit a144f0f806ea8a109483a945d2e92474b57ef03c
959 Author: Brad Spengler <spender@grsecurity.net>
960 Date: Mon Aug 15 17:54:00 2016 -0400
961
962 Temporary workaround for cloned functions in the initify plugin, prevents
963 an ICE-from-assertion reported by xeaforz and gg on IRC
964
965 scripts/gcc-plugins/initify_plugin.c | 3 ++-
966 1 file changed, 2 insertions(+), 1 deletion(-)
967
968 commit f68bc3565a314bea45c58a9ee0c025fad19af76d
969 Author: Brad Spengler <spender@grsecurity.net>
970 Date: Mon Aug 15 17:50:24 2016 -0400
971
972 Fix arm/ppc compilation, reported by Wizzup
973
974 arch/arm/include/asm/atomic.h | 2 +-
975 arch/powerpc/include/asm/atomic.h | 2 +-
976 include/asm-generic/atomic-long.h | 3 ++-
977 include/linux/atomic.h | 4 ++++
978 4 files changed, 8 insertions(+), 3 deletions(-)
979
980 commit 30f09e2a7b1590febfb028aad55f3e4b74d92c87
981 Author: Brad Spengler <spender@grsecurity.net>
982 Date: Sat Aug 13 12:28:25 2016 -0400
983
984 Initial import of grsecurity 3.1 for Linux 4.7
985
986 Disables userfaultfd as suggested by Jann Horn
987
988 Documentation/dontdiff | 2 +
989 Documentation/kernel-parameters.txt | 11 +
990 Documentation/sysctl/kernel.txt | 15 +
991 Makefile | 5 +-
992 arch/alpha/include/asm/cache.h | 4 +-
993 arch/alpha/kernel/osf_sys.c | 12 +-
994 arch/arc/Kconfig | 1 +
995 arch/arm/Kconfig | 2 +
996 arch/arm/Kconfig.debug | 1 +
997 arch/arm/include/asm/atomic.h | 45 +-
998 arch/arm/include/asm/domain.h | 1 +
999 arch/arm/include/asm/thread_info.h | 7 +-
1000 arch/arm/kernel/entry-common.S | 8 +-
1001 arch/arm/kernel/process.c | 4 +-
1002 arch/arm/kernel/ptrace.c | 9 +
1003 arch/arm/kernel/traps.c | 7 +-
1004 arch/arm/mach-mvebu/coherency.c | 2 +-
1005 arch/arm/mm/Kconfig | 4 +-
1006 arch/arm/mm/alignment.c | 24 +-
1007 arch/arm/mm/fault.c | 40 +-
1008 arch/arm/mm/mmap.c | 8 +-
1009 arch/arm/net/bpf_jit_32.c | 51 +-
1010 arch/arm64/Kconfig.debug | 1 +
1011 arch/arm64/include/asm/atomic.h | 3 +
1012 arch/arm64/include/asm/cache.h | 4 +-
1013 arch/arm64/include/asm/pgtable.h | 3 +
1014 arch/arm64/kernel/process.c | 9 +-
1015 arch/arm64/kernel/stacktrace.c | 4 +-
1016 arch/arm64/kernel/traps.c | 2 +-
1017 arch/avr32/include/asm/cache.h | 4 +-
1018 arch/blackfin/Kconfig.debug | 1 +
1019 arch/blackfin/include/asm/cache.h | 3 +-
1020 arch/cris/include/arch-v10/arch/cache.h | 3 +-
1021 arch/cris/include/arch-v32/arch/cache.h | 3 +-
1022 arch/frv/include/asm/cache.h | 3 +-
1023 arch/frv/mm/elf-fdpic.c | 4 +-
1024 arch/hexagon/include/asm/cache.h | 6 +-
1025 arch/ia64/Kconfig | 1 +
1026 arch/ia64/include/asm/cache.h | 3 +-
1027 arch/ia64/kernel/sys_ia64.c | 2 +
1028 arch/ia64/mm/hugetlbpage.c | 2 +
1029 arch/m32r/include/asm/cache.h | 4 +-
1030 arch/m68k/include/asm/cache.h | 4 +-
1031 arch/metag/mm/hugetlbpage.c | 1 +
1032 arch/microblaze/include/asm/cache.h | 3 +-
1033 arch/mips/Kconfig | 1 +
1034 arch/mips/include/asm/thread_info.h | 11 +-
1035 arch/mips/kernel/irq.c | 3 +
1036 arch/mips/kernel/ptrace.c | 9 +
1037 arch/mips/mm/mmap.c | 4 +-
1038 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
1039 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
1040 arch/openrisc/include/asm/cache.h | 4 +-
1041 arch/parisc/include/asm/cache.h | 3 +
1042 arch/parisc/kernel/sys_parisc.c | 4 +
1043 arch/powerpc/Kconfig | 1 +
1044 arch/powerpc/include/asm/atomic.h | 28 +-
1045 arch/powerpc/include/asm/cache.h | 4 +-
1046 arch/powerpc/include/asm/spinlock.h | 1 +
1047 arch/powerpc/include/asm/thread_info.h | 5 +-
1048 arch/powerpc/kernel/Makefile | 2 +
1049 arch/powerpc/kernel/irq.c | 3 +
1050 arch/powerpc/kernel/process.c | 10 +-
1051 arch/powerpc/kernel/ptrace.c | 14 +
1052 arch/powerpc/kernel/traps.c | 7 +-
1053 arch/powerpc/mm/slice.c | 2 +-
1054 arch/s390/Kconfig.debug | 1 +
1055 arch/s390/include/asm/cache.h | 4 +-
1056 arch/score/include/asm/cache.h | 4 +-
1057 arch/sh/include/asm/cache.h | 3 +-
1058 arch/sh/mm/mmap.c | 6 +-
1059 arch/sparc/include/asm/cache.h | 4 +-
1060 arch/sparc/include/asm/pgalloc_64.h | 1 +
1061 arch/sparc/include/asm/thread_info_64.h | 8 +-
1062 arch/sparc/kernel/process_32.c | 6 +-
1063 arch/sparc/kernel/process_64.c | 8 +-
1064 arch/sparc/kernel/ptrace_64.c | 14 +
1065 arch/sparc/kernel/sys_sparc_64.c | 8 +-
1066 arch/sparc/kernel/syscalls.S | 8 +-
1067 arch/sparc/kernel/traps_32.c | 8 +-
1068 arch/sparc/kernel/traps_64.c | 28 +-
1069 arch/sparc/kernel/unaligned_64.c | 2 +-
1070 arch/sparc/mm/fault_64.c | 2 +-
1071 arch/sparc/mm/hugetlbpage.c | 15 +-
1072 arch/tile/Kconfig | 1 +
1073 arch/tile/include/asm/cache.h | 3 +-
1074 arch/tile/mm/hugetlbpage.c | 2 +
1075 arch/um/include/asm/cache.h | 3 +-
1076 arch/unicore32/include/asm/cache.h | 6 +-
1077 arch/x86/Kconfig | 21 +
1078 arch/x86/Kconfig.debug | 2 +
1079 arch/x86/entry/common.c | 14 +
1080 arch/x86/entry/entry_32.S | 2 +-
1081 arch/x86/entry/entry_64.S | 2 +-
1082 arch/x86/ia32/ia32_aout.c | 2 +
1083 arch/x86/include/asm/floppy.h | 20 +-
1084 arch/x86/include/asm/fpu/types.h | 69 +-
1085 arch/x86/include/asm/io.h | 2 +-
1086 arch/x86/include/asm/page.h | 12 +-
1087 arch/x86/include/asm/paravirt_types.h | 21 +-
1088 arch/x86/include/asm/processor.h | 12 +-
1089 arch/x86/include/asm/thread_info.h | 6 +-
1090 arch/x86/kernel/dumpstack.c | 10 +-
1091 arch/x86/kernel/dumpstack_32.c | 2 +-
1092 arch/x86/kernel/dumpstack_64.c | 2 +-
1093 arch/x86/kernel/ioport.c | 13 +
1094 arch/x86/kernel/irq_32.c | 3 +
1095 arch/x86/kernel/irq_64.c | 4 +
1096 arch/x86/kernel/kprobes/opt.c | 8 +-
1097 arch/x86/kernel/ldt.c | 18 +
1098 arch/x86/kernel/msr.c | 12 +
1099 arch/x86/kernel/ptrace.c | 14 +
1100 arch/x86/kernel/signal.c | 9 +-
1101 arch/x86/kernel/sys_i386_32.c | 9 +-
1102 arch/x86/kernel/sys_x86_64.c | 8 +-
1103 arch/x86/kernel/traps.c | 5 +
1104 arch/x86/kernel/verify_cpu.S | 1 +
1105 arch/x86/kernel/vm86_32.c | 15 +
1106 arch/x86/mm/fault.c | 12 +-
1107 arch/x86/mm/hugetlbpage.c | 15 +-
1108 arch/x86/mm/init.c | 51 +-
1109 arch/x86/mm/init_32.c | 6 +-
1110 arch/x86/net/bpf_jit_comp.c | 4 +
1111 arch/x86/platform/efi/efi_64.c | 2 +-
1112 arch/x86/xen/Kconfig | 1 +
1113 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
1114 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
1115 crypto/scatterwalk.c | 10 +-
1116 drivers/acpi/acpica/hwxfsleep.c | 11 +-
1117 drivers/acpi/custom_method.c | 4 +
1118 drivers/block/cciss.h | 30 +-
1119 drivers/block/smart1,2.h | 40 +-
1120 drivers/cdrom/cdrom.c | 2 +-
1121 drivers/char/Kconfig | 4 +-
1122 drivers/char/genrtc.c | 1 +
1123 drivers/char/mem.c | 17 +
1124 drivers/char/random.c | 5 +-
1125 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
1126 drivers/firewire/ohci.c | 4 +
1127 drivers/firmware/efi/libstub/Makefile | 2 +
1128 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 82 +-
1129 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
1130 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
1131 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
1132 .../drm/amd/powerplay/hwmgr/polaris10_thermal.c | 22 +-
1133 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
1134 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
1135 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
1136 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
1137 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
1138 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
1139 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
1140 drivers/hid/hid-wiimote-debug.c | 2 +-
1141 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 138 +-
1142 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
1143 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
1144 drivers/iommu/amd_iommu.c | 14 +-
1145 drivers/iommu/arm-smmu-v3.c | 32 +-
1146 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
1147 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
1148 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
1149 drivers/isdn/i4l/isdn_concap.c | 6 +-
1150 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
1151 drivers/md/bcache/Kconfig | 1 +
1152 drivers/md/raid5.c | 8 +
1153 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
1154 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
1155 drivers/media/radio/radio-cadet.c | 5 +-
1156 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
1157 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
1158 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
1159 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
1160 drivers/message/fusion/mptbase.c | 9 +
1161 drivers/misc/sgi-xp/xp_main.c | 12 +-
1162 drivers/mmc/host/tmio_mmc_pio.c | 5 +-
1163 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
1164 drivers/net/wan/lmc/lmc_media.c | 97 +-
1165 drivers/net/wan/z85230.c | 24 +-
1166 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
1167 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
1168 drivers/pci/proc.c | 9 +
1169 drivers/platform/x86/asus-wmi.c | 12 +
1170 drivers/rtc/rtc-dev.c | 3 +
1171 drivers/scsi/bfa/bfa_fcs.c | 19 +-
1172 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
1173 drivers/scsi/bfa/bfa_modules.h | 12 +-
1174 drivers/scsi/hpsa.h | 40 +-
1175 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
1176 drivers/staging/wilc1000/host_interface.h | 1 +
1177 drivers/staging/wilc1000/wilc_spi.c | 1 +
1178 drivers/tty/sysrq.c | 2 +-
1179 drivers/tty/tty_io.c | 4 +
1180 drivers/tty/vt/keyboard.c | 22 +-
1181 drivers/uio/uio.c | 6 +-
1182 drivers/usb/core/hub.c | 5 +
1183 drivers/usb/gadget/function/f_uac1.c | 1 +
1184 drivers/usb/gadget/function/u_uac1.c | 1 +
1185 drivers/usb/host/hwa-hc.c | 9 +-
1186 drivers/usb/usbip/vhci_sysfs.c | 2 +-
1187 drivers/video/fbdev/arcfb.c | 2 +-
1188 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
1189 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
1190 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
1191 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
1192 drivers/xen/xenfs/xenstored.c | 5 +
1193 firmware/Makefile | 2 +
1194 firmware/WHENCE | 20 +-
1195 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
1196 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
1197 fs/attr.c | 4 +
1198 fs/autofs4/waitq.c | 9 +
1199 fs/binfmt_aout.c | 7 +
1200 fs/binfmt_elf.c | 40 +-
1201 fs/compat.c | 20 +-
1202 fs/coredump.c | 17 +-
1203 fs/dcache.c | 3 +
1204 fs/debugfs/inode.c | 19 +-
1205 fs/exec.c | 243 +-
1206 fs/ext2/balloc.c | 4 +-
1207 fs/ext2/super.c | 8 +-
1208 fs/ext4/balloc.c | 4 +-
1209 fs/ext4/extents.c | 2 +-
1210 fs/fcntl.c | 4 +
1211 fs/fhandle.c | 3 +-
1212 fs/file.c | 4 +
1213 fs/filesystems.c | 4 +
1214 fs/fs_struct.c | 20 +-
1215 fs/hugetlbfs/inode.c | 5 +-
1216 fs/inode.c | 8 +-
1217 fs/ioctl.c | 1 +
1218 fs/kernfs/dir.c | 6 +
1219 fs/mount.h | 4 +-
1220 fs/namei.c | 290 +-
1221 fs/namespace.c | 24 +
1222 fs/nfsd/nfscache.c | 2 +-
1223 fs/open.c | 38 +
1224 fs/overlayfs/inode.c | 3 +
1225 fs/overlayfs/super.c | 6 +-
1226 fs/pipe.c | 2 +-
1227 fs/posix_acl.c | 15 +-
1228 fs/proc/Kconfig | 10 +-
1229 fs/proc/array.c | 67 +-
1230 fs/proc/base.c | 193 +-
1231 fs/proc/cmdline.c | 4 +
1232 fs/proc/devices.c | 4 +
1233 fs/proc/fd.c | 13 +-
1234 fs/proc/generic.c | 64 +
1235 fs/proc/inode.c | 17 +
1236 fs/proc/internal.h | 18 +-
1237 fs/proc/interrupts.c | 4 +
1238 fs/proc/kcore.c | 3 +
1239 fs/proc/proc_net.c | 31 +
1240 fs/proc/proc_sysctl.c | 50 +-
1241 fs/proc/root.c | 8 +
1242 fs/proc/stat.c | 69 +-
1243 fs/proc/task_mmu.c | 85 +-
1244 fs/proc/task_nommu.c | 2 +-
1245 fs/readdir.c | 19 +
1246 fs/reiserfs/item_ops.c | 24 +-
1247 fs/reiserfs/super.c | 4 +
1248 fs/select.c | 2 +
1249 fs/seq_file.c | 31 +-
1250 fs/stat.c | 20 +-
1251 fs/sysfs/dir.c | 30 +-
1252 fs/utimes.c | 7 +
1253 fs/xattr.c | 26 +-
1254 fs/xfs/xfs_ioctl.c | 6 +
1255 grsecurity/Kconfig | 1205 ++++
1256 grsecurity/Makefile | 54 +
1257 grsecurity/gracl.c | 2773 +++++++++
1258 grsecurity/gracl_alloc.c | 105 +
1259 grsecurity/gracl_cap.c | 96 +
1260 grsecurity/gracl_compat.c | 269 +
1261 grsecurity/gracl_fs.c | 448 ++
1262 grsecurity/gracl_ip.c | 387 ++
1263 grsecurity/gracl_learn.c | 209 +
1264 grsecurity/gracl_policy.c | 1784 ++++++
1265 grsecurity/gracl_res.c | 74 +
1266 grsecurity/gracl_segv.c | 306 +
1267 grsecurity/gracl_shm.c | 40 +
1268 grsecurity/grsec_chdir.c | 19 +
1269 grsecurity/grsec_chroot.c | 506 ++
1270 grsecurity/grsec_disabled.c | 445 ++
1271 grsecurity/grsec_exec.c | 188 +
1272 grsecurity/grsec_fifo.c | 26 +
1273 grsecurity/grsec_fork.c | 23 +
1274 grsecurity/grsec_init.c | 294 +
1275 grsecurity/grsec_ipc.c | 48 +
1276 grsecurity/grsec_link.c | 65 +
1277 grsecurity/grsec_log.c | 340 +
1278 grsecurity/grsec_mem.c | 48 +
1279 grsecurity/grsec_mount.c | 65 +
1280 grsecurity/grsec_pax.c | 47 +
1281 grsecurity/grsec_proc.c | 20 +
1282 grsecurity/grsec_ptrace.c | 30 +
1283 grsecurity/grsec_sig.c | 248 +
1284 grsecurity/grsec_sock.c | 244 +
1285 grsecurity/grsec_sysctl.c | 497 ++
1286 grsecurity/grsec_time.c | 16 +
1287 grsecurity/grsec_tpe.c | 78 +
1288 grsecurity/grsec_tty.c | 18 +
1289 grsecurity/grsec_usb.c | 15 +
1290 grsecurity/grsum.c | 56 +
1291 include/asm-generic/atomic-long.h | 2 +
1292 include/asm-generic/atomic64.h | 1 +
1293 include/asm-generic/pgtable-nopmd.h | 1 +
1294 include/linux/atomic.h | 23 +
1295 include/linux/binfmts.h | 5 +-
1296 include/linux/capability.h | 13 +
1297 include/linux/cdev.h | 2 +-
1298 include/linux/compiler-gcc.h | 5 +
1299 include/linux/compiler.h | 8 +
1300 include/linux/cred.h | 8 +-
1301 include/linux/dcache.h | 5 +-
1302 include/linux/fs.h | 26 +-
1303 include/linux/fs_struct.h | 2 +-
1304 include/linux/fsnotify.h | 6 +
1305 include/linux/gracl.h | 342 ++
1306 include/linux/gracl_compat.h | 156 +
1307 include/linux/gralloc.h | 9 +
1308 include/linux/grdefs.h | 140 +
1309 include/linux/grinternal.h | 231 +
1310 include/linux/grmsg.h | 120 +
1311 include/linux/grsecurity.h | 259 +
1312 include/linux/grsock.h | 19 +
1313 include/linux/ipc.h | 2 +-
1314 include/linux/ipc_namespace.h | 2 +-
1315 include/linux/kallsyms.h | 18 +-
1316 include/linux/key-type.h | 4 +-
1317 include/linux/kmod.h | 5 +
1318 include/linux/kobject.h | 2 +-
1319 include/linux/lsm_hooks.h | 4 +-
1320 include/linux/mm.h | 12 +
1321 include/linux/mm_types.h | 4 +-
1322 include/linux/module.h | 5 +-
1323 include/linux/mount.h | 2 +-
1324 include/linux/msg.h | 2 +-
1325 include/linux/netfilter/xt_gradm.h | 9 +
1326 include/linux/path.h | 4 +-
1327 include/linux/perf_event.h | 13 +-
1328 include/linux/pid_namespace.h | 2 +-
1329 include/linux/printk.h | 3 +-
1330 include/linux/proc_fs.h | 22 +-
1331 include/linux/proc_ns.h | 2 +-
1332 include/linux/random.h | 2 +-
1333 include/linux/rbtree_augmented.h | 4 +-
1334 include/linux/scatterlist.h | 12 +-
1335 include/linux/sched.h | 135 +-
1336 include/linux/security.h | 1 +
1337 include/linux/sem.h | 2 +-
1338 include/linux/seq_file.h | 5 +
1339 include/linux/shm.h | 6 +-
1340 include/linux/skbuff.h | 3 +
1341 include/linux/slab.h | 9 -
1342 include/linux/sysctl.h | 8 +-
1343 include/linux/thread_info.h | 6 +-
1344 include/linux/tty.h | 2 +-
1345 include/linux/tty_driver.h | 4 +-
1346 include/linux/uidgid.h | 6 +
1347 include/linux/user_namespace.h | 2 +-
1348 include/linux/utsname.h | 2 +-
1349 include/linux/vermagic.h | 16 +-
1350 include/linux/vmalloc.h | 8 +
1351 include/net/af_unix.h | 2 +-
1352 include/net/ip.h | 2 +-
1353 include/net/neighbour.h | 2 +-
1354 include/net/net_namespace.h | 2 +-
1355 include/net/sock.h | 2 +-
1356 include/trace/events/fs.h | 53 +
1357 include/uapi/linux/personality.h | 1 +
1358 init/Kconfig | 7 +-
1359 init/main.c | 48 +
1360 ipc/mqueue.c | 1 +
1361 ipc/msg.c | 3 +-
1362 ipc/msgutil.c | 4 +-
1363 ipc/sem.c | 3 +-
1364 ipc/shm.c | 26 +-
1365 ipc/util.c | 6 +
1366 kernel/auditsc.c | 2 +-
1367 kernel/bpf/syscall.c | 10 +-
1368 kernel/capability.c | 41 +-
1369 kernel/cgroup.c | 5 +-
1370 kernel/compat.c | 1 +
1371 kernel/configs.c | 11 +
1372 kernel/cred.c | 112 +-
1373 kernel/events/core.c | 14 +-
1374 kernel/exit.c | 10 +-
1375 kernel/fork.c | 93 +-
1376 kernel/futex.c | 4 +-
1377 kernel/kallsyms.c | 9 +
1378 kernel/kcmp.c | 4 +
1379 kernel/kexec_core.c | 2 +-
1380 kernel/kmod.c | 96 +-
1381 kernel/kprobes.c | 9 +-
1382 kernel/ksysfs.c | 2 +
1383 kernel/locking/lockdep_proc.c | 10 +-
1384 kernel/module.c | 108 +-
1385 kernel/panic.c | 6 +-
1386 kernel/pid.c | 18 +-
1387 kernel/power/Kconfig | 2 +
1388 kernel/printk/printk.c | 7 +-
1389 kernel/ptrace.c | 50 +-
1390 kernel/resource.c | 10 +
1391 kernel/sched/core.c | 8 +-
1392 kernel/sched/debug.c | 4 +
1393 kernel/signal.c | 37 +-
1394 kernel/sys.c | 64 +-
1395 kernel/sysctl.c | 174 +-
1396 kernel/taskstats.c | 6 +
1397 kernel/time/posix-timers.c | 8 +
1398 kernel/time/time.c | 5 +
1399 kernel/time/timekeeping.c | 3 +
1400 kernel/time/timer_list.c | 13 +-
1401 kernel/time/timer_stats.c | 10 +-
1402 kernel/trace/Kconfig | 6 +
1403 kernel/trace/trace_syscalls.c | 8 +
1404 kernel/user_namespace.c | 15 +
1405 lib/Kconfig.debug | 13 +-
1406 lib/is_single_threaded.c | 3 +
1407 lib/list_debug.c | 65 +-
1408 lib/nlattr.c | 2 +
1409 lib/rbtree.c | 4 +-
1410 lib/vsprintf.c | 42 +-
1411 localversion-grsec | 1 +
1412 mm/Kconfig | 8 +-
1413 mm/Kconfig.debug | 1 +
1414 mm/filemap.c | 1 +
1415 mm/hugetlb.c | 12 +
1416 mm/kmemleak.c | 4 +-
1417 mm/memory.c | 2 +-
1418 mm/mempolicy.c | 12 +-
1419 mm/migrate.c | 3 +-
1420 mm/mlock.c | 9 +
1421 mm/mmap.c | 118 +-
1422 mm/mprotect.c | 8 +
1423 mm/page_alloc.c | 2 +-
1424 mm/process_vm_access.c | 6 +
1425 mm/shmem.c | 2 +-
1426 mm/slab.c | 14 +-
1427 mm/slab_common.c | 2 +-
1428 mm/slob.c | 12 +
1429 mm/slub.c | 33 +-
1430 mm/util.c | 3 +
1431 mm/vmalloc.c | 84 +-
1432 mm/vmstat.c | 29 +-
1433 net/appletalk/atalk_proc.c | 2 +-
1434 net/atm/lec.c | 6 +-
1435 net/atm/mpoa_caches.c | 43 +-
1436 net/can/bcm.c | 2 +-
1437 net/can/proc.c | 2 +-
1438 net/core/dev_ioctl.c | 7 +-
1439 net/core/filter.c | 8 +-
1440 net/core/net-procfs.c | 17 +-
1441 net/core/pktgen.c | 2 +-
1442 net/core/sock.c | 23 +-
1443 net/core/sysctl_net_core.c | 2 +-
1444 net/decnet/dn_dev.c | 2 +-
1445 net/ipv4/devinet.c | 6 +-
1446 net/ipv4/inet_hashtables.c | 6 +
1447 net/ipv4/ip_input.c | 7 +
1448 net/ipv4/ip_sockglue.c | 3 +-
1449 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
1450 net/ipv4/route.c | 6 +-
1451 net/ipv4/tcp_input.c | 6 +-
1452 net/ipv4/tcp_ipv4.c | 24 +-
1453 net/ipv4/tcp_minisocks.c | 9 +-
1454 net/ipv4/tcp_timer.c | 11 +
1455 net/ipv4/udp.c | 23 +
1456 net/ipv6/addrconf.c | 13 +-
1457 net/ipv6/proc.c | 2 +-
1458 net/ipv6/tcp_ipv6.c | 23 +-
1459 net/ipv6/udp.c | 7 +
1460 net/ipx/ipx_proc.c | 2 +-
1461 net/irda/irproc.c | 2 +-
1462 net/llc/llc_proc.c | 2 +-
1463 net/netfilter/Kconfig | 10 +
1464 net/netfilter/Makefile | 1 +
1465 net/netfilter/xt_gradm.c | 51 +
1466 net/netfilter/xt_hashlimit.c | 4 +-
1467 net/netfilter/xt_recent.c | 2 +-
1468 net/socket.c | 75 +-
1469 net/sunrpc/Kconfig | 1 +
1470 net/sunrpc/cache.c | 2 +-
1471 net/sunrpc/stats.c | 2 +-
1472 net/sysctl_net.c | 2 +-
1473 net/unix/af_unix.c | 52 +-
1474 net/vmw_vsock/vmci_transport_notify.c | 30 +-
1475 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
1476 net/x25/sysctl_net_x25.c | 2 +-
1477 net/x25/x25_proc.c | 2 +-
1478 scripts/Makefile.gcc-plugins | 7 +-
1479 scripts/gcc-plugins/.gitignore | 1 +
1480 scripts/gcc-plugins/Makefile | 10 +
1481 scripts/gcc-plugins/gen-random-seed.sh | 8 +
1482 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
1483 .../size_overflow_plugin/size_overflow_hash.data | 296 +-
1484 scripts/package/Makefile | 2 +-
1485 scripts/package/mkspec | 41 +-
1486 security/Kconfig | 366 +-
1487 security/apparmor/file.c | 4 +-
1488 security/apparmor/lsm.c | 6 +-
1489 security/commoncap.c | 29 +
1490 security/keys/internal.h | 2 +-
1491 security/min_addr.c | 2 +
1492 security/tomoyo/file.c | 12 +-
1493 security/tomoyo/mount.c | 4 +
1494 security/tomoyo/tomoyo.c | 20 +-
1495 security/yama/Kconfig | 2 +-
1496 sound/synth/emux/emux_seq.c | 14 +-
1497 sound/usb/line6/driver.c | 40 +-
1498 sound/usb/line6/toneport.c | 12 +-
1499 511 files changed, 32801 insertions(+), 3213 deletions(-)
1500
1501 commit cb11f67628b6b8bd97c26b6223460789e4273364
1502 Author: Brad Spengler <spender@grsecurity.net>
1503 Date: Fri Aug 12 18:15:59 2016 -0400
1504
1505 Initial import of pax-linux-4.7-test3.patch
1506
1507 .gitignore | 1 +
1508 Documentation/dontdiff | 46 +-
1509 Documentation/kbuild/makefiles.txt | 39 +-
1510 Documentation/kernel-parameters.txt | 28 +
1511 Makefile | 20 +-
1512 arch/Kconfig | 14 +
1513 arch/alpha/include/asm/atomic.h | 10 +
1514 arch/alpha/include/asm/elf.h | 7 +
1515 arch/alpha/include/asm/pgalloc.h | 6 +
1516 arch/alpha/include/asm/pgtable.h | 11 +
1517 arch/alpha/kernel/module.c | 2 +-
1518 arch/alpha/kernel/osf_sys.c | 8 +-
1519 arch/alpha/mm/fault.c | 141 +-
1520 arch/arm/Kconfig | 6 +-
1521 arch/arm/boot/compressed/Makefile | 2 +
1522 arch/arm/include/asm/atomic.h | 323 +-
1523 arch/arm/include/asm/cache.h | 4 +-
1524 arch/arm/include/asm/cacheflush.h | 2 +-
1525 arch/arm/include/asm/checksum.h | 14 +-
1526 arch/arm/include/asm/cmpxchg.h | 4 +
1527 arch/arm/include/asm/cpuidle.h | 2 +-
1528 arch/arm/include/asm/domain.h | 42 +-
1529 arch/arm/include/asm/elf.h | 9 +-
1530 arch/arm/include/asm/fncpy.h | 2 +
1531 arch/arm/include/asm/futex.h | 1 +
1532 arch/arm/include/asm/kmap_types.h | 2 +-
1533 arch/arm/include/asm/mach/dma.h | 2 +-
1534 arch/arm/include/asm/mach/map.h | 16 +-
1535 arch/arm/include/asm/outercache.h | 2 +-
1536 arch/arm/include/asm/page.h | 3 +-
1537 arch/arm/include/asm/pgalloc.h | 20 +
1538 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
1539 arch/arm/include/asm/pgtable-2level.h | 3 +
1540 arch/arm/include/asm/pgtable-3level.h | 3 +
1541 arch/arm/include/asm/pgtable.h | 54 +-
1542 arch/arm/include/asm/smp.h | 2 +-
1543 arch/arm/include/asm/string.h | 10 +-
1544 arch/arm/include/asm/thread_info.h | 3 +
1545 arch/arm/include/asm/tls.h | 3 +
1546 arch/arm/include/asm/uaccess.h | 113 +-
1547 arch/arm/include/uapi/asm/ptrace.h | 2 +-
1548 arch/arm/kernel/armksyms.c | 2 +-
1549 arch/arm/kernel/cpuidle.c | 2 +-
1550 arch/arm/kernel/entry-armv.S | 109 +-
1551 arch/arm/kernel/entry-common.S | 40 +-
1552 arch/arm/kernel/entry-header.S | 55 +
1553 arch/arm/kernel/fiq.c | 3 +
1554 arch/arm/kernel/module-plts.c | 7 +-
1555 arch/arm/kernel/module.c | 38 +-
1556 arch/arm/kernel/patch.c | 2 +
1557 arch/arm/kernel/process.c | 86 +-
1558 arch/arm/kernel/reboot.c | 1 +
1559 arch/arm/kernel/setup.c | 20 +-
1560 arch/arm/kernel/signal.c | 35 +-
1561 arch/arm/kernel/smp.c | 2 +-
1562 arch/arm/kernel/tcm.c | 4 +-
1563 arch/arm/kernel/vmlinux.lds.S | 6 +-
1564 arch/arm/kvm/arm.c | 8 +-
1565 arch/arm/lib/copy_page.S | 1 +
1566 arch/arm/lib/csumpartialcopyuser.S | 4 +-
1567 arch/arm/lib/delay.c | 2 +-
1568 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
1569 arch/arm/mach-exynos/suspend.c | 6 +-
1570 arch/arm/mach-mmp/mmp2.c | 4 +-
1571 arch/arm/mach-mmp/pxa910.c | 4 +-
1572 arch/arm/mach-mvebu/coherency.c | 4 +-
1573 arch/arm/mach-omap2/board-n8x0.c | 2 +-
1574 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
1575 arch/arm/mach-omap2/omap-smp.c | 1 +
1576 arch/arm/mach-omap2/omap_device.c | 4 +-
1577 arch/arm/mach-omap2/omap_device.h | 4 +-
1578 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
1579 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
1580 arch/arm/mach-omap2/wd_timer.c | 6 +-
1581 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
1582 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
1583 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
1584 arch/arm/mach-tegra/irq.c | 1 +
1585 arch/arm/mach-ux500/pm.c | 1 +
1586 arch/arm/mach-zynq/platsmp.c | 1 +
1587 arch/arm/mm/Kconfig | 6 +-
1588 arch/arm/mm/cache-l2x0.c | 2 +-
1589 arch/arm/mm/context.c | 10 +-
1590 arch/arm/mm/fault.c | 160 +
1591 arch/arm/mm/fault.h | 12 +
1592 arch/arm/mm/init.c | 39 +
1593 arch/arm/mm/ioremap.c | 4 +-
1594 arch/arm/mm/mmap.c | 36 +-
1595 arch/arm/mm/mmu.c | 162 +-
1596 arch/arm/net/bpf_jit_32.c | 3 +
1597 arch/arm/plat-iop/setup.c | 2 +-
1598 arch/arm/plat-omap/sram.c | 2 +
1599 arch/arm64/Kconfig | 1 +
1600 arch/arm64/include/asm/atomic.h | 10 +
1601 arch/arm64/include/asm/percpu.h | 8 +-
1602 arch/arm64/include/asm/pgalloc.h | 5 +
1603 arch/arm64/include/asm/string.h | 22 +-
1604 arch/arm64/include/asm/uaccess.h | 1 +
1605 arch/arm64/mm/dma-mapping.c | 2 +-
1606 arch/avr32/include/asm/elf.h | 8 +-
1607 arch/avr32/include/asm/kmap_types.h | 4 +-
1608 arch/avr32/mm/fault.c | 27 +
1609 arch/frv/include/asm/atomic.h | 10 +
1610 arch/frv/include/asm/kmap_types.h | 2 +-
1611 arch/frv/mm/elf-fdpic.c | 3 +-
1612 arch/ia64/Makefile | 1 +
1613 arch/ia64/include/asm/atomic.h | 10 +
1614 arch/ia64/include/asm/elf.h | 7 +
1615 arch/ia64/include/asm/pgalloc.h | 12 +
1616 arch/ia64/include/asm/pgtable.h | 13 +-
1617 arch/ia64/include/asm/spinlock.h | 2 +-
1618 arch/ia64/include/asm/uaccess.h | 27 +-
1619 arch/ia64/kernel/module.c | 20 +-
1620 arch/ia64/kernel/palinfo.c | 2 +-
1621 arch/ia64/kernel/sys_ia64.c | 7 +
1622 arch/ia64/kernel/vmlinux.lds.S | 2 +-
1623 arch/ia64/mm/fault.c | 32 +-
1624 arch/ia64/mm/init.c | 15 +-
1625 arch/m32r/lib/usercopy.c | 6 +
1626 arch/mips/Kbuild | 2 +-
1627 arch/mips/Kconfig | 1 +
1628 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
1629 arch/mips/include/asm/atomic.h | 372 +-
1630 arch/mips/include/asm/cache.h | 3 +-
1631 arch/mips/include/asm/elf.h | 7 +
1632 arch/mips/include/asm/exec.h | 2 +-
1633 arch/mips/include/asm/hw_irq.h | 2 +-
1634 arch/mips/include/asm/irq.h | 1 -
1635 arch/mips/include/asm/local.h | 57 +
1636 arch/mips/include/asm/page.h | 2 +-
1637 arch/mips/include/asm/pgalloc.h | 5 +
1638 arch/mips/include/asm/pgtable.h | 3 +
1639 arch/mips/include/asm/uaccess.h | 1 +
1640 arch/mips/kernel/binfmt_elfn32.c | 7 +
1641 arch/mips/kernel/binfmt_elfo32.c | 7 +
1642 arch/mips/kernel/irq-gt641xx.c | 2 +-
1643 arch/mips/kernel/irq.c | 6 +-
1644 arch/mips/kernel/pm-cps.c | 2 +-
1645 arch/mips/kernel/process.c | 12 -
1646 arch/mips/kernel/sync-r4k.c | 24 +-
1647 arch/mips/kernel/traps.c | 13 +-
1648 arch/mips/lib/ashldi3.c | 21 +-
1649 arch/mips/lib/ashrdi3.c | 19 +-
1650 arch/mips/lib/libgcc.h | 12 +-
1651 arch/mips/mm/fault.c | 25 +
1652 arch/mips/mm/init.c | 4 +-
1653 arch/mips/mm/mmap.c | 24 +-
1654 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
1655 arch/mips/sni/rm200.c | 2 +-
1656 arch/mips/vr41xx/common/icu.c | 2 +-
1657 arch/mips/vr41xx/common/irq.c | 4 +-
1658 arch/parisc/include/asm/atomic.h | 10 +
1659 arch/parisc/include/asm/elf.h | 7 +
1660 arch/parisc/include/asm/pgalloc.h | 6 +
1661 arch/parisc/include/asm/pgtable.h | 11 +
1662 arch/parisc/include/asm/uaccess.h | 4 +-
1663 arch/parisc/kernel/module.c | 26 +-
1664 arch/parisc/kernel/sys_parisc.c | 15 +
1665 arch/parisc/kernel/traps.c | 4 +-
1666 arch/parisc/mm/fault.c | 140 +-
1667 arch/powerpc/Kconfig | 1 +
1668 arch/powerpc/include/asm/atomic.h | 317 +-
1669 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
1670 arch/powerpc/include/asm/book3s/64/pgalloc.h | 10 +
1671 arch/powerpc/include/asm/elf.h | 12 +
1672 arch/powerpc/include/asm/exec.h | 2 +-
1673 arch/powerpc/include/asm/kmap_types.h | 2 +-
1674 arch/powerpc/include/asm/local.h | 46 +
1675 arch/powerpc/include/asm/mman.h | 2 +-
1676 arch/powerpc/include/asm/nohash/64/pgalloc.h | 7 +
1677 arch/powerpc/include/asm/page.h | 8 +-
1678 arch/powerpc/include/asm/page_64.h | 7 +-
1679 arch/powerpc/include/asm/pgtable.h | 1 +
1680 arch/powerpc/include/asm/reg.h | 1 +
1681 arch/powerpc/include/asm/smp.h | 2 +-
1682 arch/powerpc/include/asm/spinlock.h | 42 +-
1683 arch/powerpc/include/asm/string.h | 18 +-
1684 arch/powerpc/include/asm/uaccess.h | 141 +-
1685 arch/powerpc/kernel/Makefile | 5 +
1686 arch/powerpc/kernel/exceptions-64e.S | 4 +-
1687 arch/powerpc/kernel/exceptions-64s.S | 2 +-
1688 arch/powerpc/kernel/module_32.c | 15 +-
1689 arch/powerpc/kernel/process.c | 7 -
1690 arch/powerpc/kernel/signal_32.c | 2 +-
1691 arch/powerpc/kernel/signal_64.c | 2 +-
1692 arch/powerpc/kernel/traps.c | 21 +
1693 arch/powerpc/kernel/vdso.c | 5 +-
1694 arch/powerpc/lib/usercopy_64.c | 18 -
1695 arch/powerpc/mm/fault.c | 56 +-
1696 arch/powerpc/mm/mmap.c | 16 +
1697 arch/powerpc/mm/slice.c | 21 +-
1698 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
1699 arch/s390/include/asm/atomic.h | 10 +
1700 arch/s390/include/asm/elf.h | 7 +
1701 arch/s390/include/asm/exec.h | 2 +-
1702 arch/s390/include/asm/uaccess.h | 13 +-
1703 arch/s390/kernel/module.c | 22 +-
1704 arch/s390/kernel/process.c | 7 -
1705 arch/s390/mm/mmap.c | 22 +-
1706 arch/score/include/asm/exec.h | 2 +-
1707 arch/score/kernel/process.c | 5 -
1708 arch/sh/mm/mmap.c | 28 +-
1709 arch/sparc/Kconfig | 1 +
1710 arch/sparc/include/asm/atomic_64.h | 116 +-
1711 arch/sparc/include/asm/cache.h | 2 +-
1712 arch/sparc/include/asm/elf_32.h | 7 +
1713 arch/sparc/include/asm/elf_64.h | 7 +
1714 arch/sparc/include/asm/pgalloc_32.h | 1 +
1715 arch/sparc/include/asm/pgalloc_64.h | 1 +
1716 arch/sparc/include/asm/pgtable.h | 4 +
1717 arch/sparc/include/asm/pgtable_32.h | 15 +-
1718 arch/sparc/include/asm/pgtsrmmu.h | 5 +
1719 arch/sparc/include/asm/setup.h | 4 +-
1720 arch/sparc/include/asm/spinlock_64.h | 35 +-
1721 arch/sparc/include/asm/thread_info_32.h | 1 +
1722 arch/sparc/include/asm/thread_info_64.h | 2 +
1723 arch/sparc/include/asm/uaccess.h | 1 +
1724 arch/sparc/include/asm/uaccess_32.h | 28 +-
1725 arch/sparc/include/asm/uaccess_64.h | 24 +-
1726 arch/sparc/kernel/Makefile | 2 +-
1727 arch/sparc/kernel/prom_common.c | 2 +-
1728 arch/sparc/kernel/smp_64.c | 8 +-
1729 arch/sparc/kernel/sys_sparc_32.c | 2 +-
1730 arch/sparc/kernel/sys_sparc_64.c | 58 +-
1731 arch/sparc/kernel/traps_64.c | 27 +-
1732 arch/sparc/lib/Makefile | 2 +-
1733 arch/sparc/lib/atomic_64.S | 57 +-
1734 arch/sparc/lib/ksyms.c | 6 +-
1735 arch/sparc/mm/Makefile | 2 +-
1736 arch/sparc/mm/fault_32.c | 292 +
1737 arch/sparc/mm/fault_64.c | 486 +
1738 arch/sparc/mm/hugetlbpage.c | 30 +-
1739 arch/sparc/mm/init_64.c | 10 +-
1740 arch/tile/include/asm/atomic_64.h | 10 +
1741 arch/tile/include/asm/uaccess.h | 4 +-
1742 arch/um/Makefile | 2 +
1743 arch/um/include/asm/kmap_types.h | 2 +-
1744 arch/um/include/asm/page.h | 3 +
1745 arch/um/include/asm/pgtable-3level.h | 1 +
1746 arch/um/kernel/process.c | 16 -
1747 arch/x86/Kconfig | 33 +-
1748 arch/x86/Kconfig.cpu | 6 +-
1749 arch/x86/Kconfig.debug | 3 +-
1750 arch/x86/Makefile | 13 +-
1751 arch/x86/boot/bitops.h | 4 +-
1752 arch/x86/boot/boot.h | 2 +-
1753 arch/x86/boot/compressed/Makefile | 17 +
1754 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
1755 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
1756 arch/x86/boot/compressed/head_32.S | 4 +-
1757 arch/x86/boot/compressed/head_64.S | 12 +-
1758 arch/x86/boot/compressed/misc.c | 19 +-
1759 arch/x86/boot/compressed/pagetable.c | 1 +
1760 arch/x86/boot/cpucheck.c | 16 +-
1761 arch/x86/boot/header.S | 7 +-
1762 arch/x86/boot/memory.c | 2 +-
1763 arch/x86/boot/video-vesa.c | 1 +
1764 arch/x86/boot/video.c | 2 +-
1765 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
1766 arch/x86/crypto/aesni-intel_asm.S | 116 +-
1767 arch/x86/crypto/aesni-intel_glue.c | 4 +-
1768 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
1769 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
1770 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
1771 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
1772 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
1773 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
1774 arch/x86/crypto/camellia_glue.c | 8 +-
1775 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
1776 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
1777 arch/x86/crypto/cast6_avx_glue.c | 16 +-
1778 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
1779 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
1780 arch/x86/crypto/glue_helper.c | 2 +-
1781 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
1782 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
1783 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
1784 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
1785 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
1786 arch/x86/crypto/serpent_avx_glue.c | 18 +-
1787 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
1788 arch/x86/crypto/sha-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
1789 arch/x86/crypto/sha-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
1790 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
1791 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
1792 arch/x86/crypto/sha256-avx-asm.S | 5 +-
1793 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
1794 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
1795 arch/x86/crypto/sha256_ni_asm.S | 2 +-
1796 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
1797 arch/x86/crypto/sha512-avx-asm.S | 5 +-
1798 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
1799 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
1800 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
1801 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
1802 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
1803 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
1804 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
1805 arch/x86/crypto/twofish_avx_glue.c | 21 +-
1806 arch/x86/crypto/twofish_glue.c | 4 +-
1807 arch/x86/crypto/twofish_glue_3way.c | 12 +-
1808 arch/x86/entry/Makefile | 2 +
1809 arch/x86/entry/calling.h | 86 +-
1810 arch/x86/entry/common.c | 89 +-
1811 arch/x86/entry/entry_32.S | 330 +-
1812 arch/x86/entry/entry_64.S | 593 +-
1813 arch/x86/entry/entry_64_compat.S | 110 +-
1814 arch/x86/entry/thunk_64.S | 2 +
1815 arch/x86/entry/vdso/Makefile | 5 +-
1816 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
1817 arch/x86/entry/vdso/vdso2c.h | 4 +-
1818 arch/x86/entry/vdso/vma.c | 42 +-
1819 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
1820 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-
1821 arch/x86/events/amd/iommu.c | 8 +-
1822 arch/x86/events/core.c | 8 +-
1823 arch/x86/events/intel/bts.c | 6 +-
1824 arch/x86/events/intel/core.c | 34 +-
1825 arch/x86/events/intel/cqm.c | 14 +-
1826 arch/x86/events/intel/cstate.c | 6 +-
1827 arch/x86/events/intel/ds.c | 7 +-
1828 arch/x86/events/intel/lbr.c | 4 +-
1829 arch/x86/events/intel/pt.c | 38 +-
1830 arch/x86/events/intel/rapl.c | 8 +-
1831 arch/x86/events/intel/uncore.c | 6 +-
1832 arch/x86/events/intel/uncore.h | 14 +-
1833 arch/x86/events/perf_event.h | 2 +-
1834 arch/x86/ia32/ia32_signal.c | 23 +-
1835 arch/x86/ia32/sys_ia32.c | 42 +-
1836 arch/x86/include/asm/alternative-asm.h | 43 +-
1837 arch/x86/include/asm/alternative.h | 4 +-
1838 arch/x86/include/asm/apic.h | 2 +-
1839 arch/x86/include/asm/apm.h | 4 +-
1840 arch/x86/include/asm/atomic.h | 230 +-
1841 arch/x86/include/asm/atomic64_32.h | 131 +
1842 arch/x86/include/asm/atomic64_64.h | 169 +-
1843 arch/x86/include/asm/bitops.h | 18 +-
1844 arch/x86/include/asm/boot.h | 2 +-
1845 arch/x86/include/asm/cache.h | 4 +-
1846 arch/x86/include/asm/checksum_32.h | 12 +-
1847 arch/x86/include/asm/cmpxchg.h | 39 +
1848 arch/x86/include/asm/compat.h | 4 +
1849 arch/x86/include/asm/cpufeature.h | 2 +-
1850 arch/x86/include/asm/cpufeatures.h | 5 +-
1851 arch/x86/include/asm/crypto/camellia.h | 30 +-
1852 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
1853 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
1854 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
1855 arch/x86/include/asm/crypto/twofish.h | 10 +-
1856 arch/x86/include/asm/desc.h | 78 +-
1857 arch/x86/include/asm/desc_defs.h | 6 +
1858 arch/x86/include/asm/div64.h | 2 +-
1859 arch/x86/include/asm/dma.h | 2 +
1860 arch/x86/include/asm/efi.h | 5 +
1861 arch/x86/include/asm/elf.h | 33 +-
1862 arch/x86/include/asm/emergency-restart.h | 2 +-
1863 arch/x86/include/asm/fixmap.h | 2 +-
1864 arch/x86/include/asm/fpu/internal.h | 38 +-
1865 arch/x86/include/asm/fpu/types.h | 5 +-
1866 arch/x86/include/asm/futex.h | 14 +-
1867 arch/x86/include/asm/hw_irq.h | 4 +-
1868 arch/x86/include/asm/hypervisor.h | 2 +-
1869 arch/x86/include/asm/i8259.h | 2 +-
1870 arch/x86/include/asm/io.h | 22 +-
1871 arch/x86/include/asm/irqflags.h | 5 +
1872 arch/x86/include/asm/kprobes.h | 2 +-
1873 arch/x86/include/asm/kvm_emulate.h | 7 +-
1874 arch/x86/include/asm/local.h | 106 +-
1875 arch/x86/include/asm/mce.h | 2 +-
1876 arch/x86/include/asm/mman.h | 15 +
1877 arch/x86/include/asm/mmu.h | 14 +-
1878 arch/x86/include/asm/mmu_context.h | 33 +-
1879 arch/x86/include/asm/module.h | 23 +-
1880 arch/x86/include/asm/nmi.h | 19 +-
1881 arch/x86/include/asm/page.h | 2 +
1882 arch/x86/include/asm/page_32.h | 12 +-
1883 arch/x86/include/asm/page_64.h | 14 +-
1884 arch/x86/include/asm/paravirt.h | 46 +-
1885 arch/x86/include/asm/paravirt_types.h | 13 +-
1886 arch/x86/include/asm/pgalloc.h | 23 +
1887 arch/x86/include/asm/pgtable-2level.h | 2 +
1888 arch/x86/include/asm/pgtable-3level.h | 7 +
1889 arch/x86/include/asm/pgtable.h | 128 +-
1890 arch/x86/include/asm/pgtable_32.h | 14 +-
1891 arch/x86/include/asm/pgtable_32_types.h | 24 +-
1892 arch/x86/include/asm/pgtable_64.h | 23 +-
1893 arch/x86/include/asm/pgtable_64_types.h | 5 +
1894 arch/x86/include/asm/pgtable_types.h | 27 +-
1895 arch/x86/include/asm/pmem.h | 2 +-
1896 arch/x86/include/asm/preempt.h | 2 +-
1897 arch/x86/include/asm/processor.h | 57 +-
1898 arch/x86/include/asm/ptrace.h | 15 +-
1899 arch/x86/include/asm/realmode.h | 4 +-
1900 arch/x86/include/asm/reboot.h | 10 +-
1901 arch/x86/include/asm/rmwcc.h | 84 +-
1902 arch/x86/include/asm/rwsem.h | 63 +-
1903 arch/x86/include/asm/segment.h | 27 +-
1904 arch/x86/include/asm/smap.h | 43 +
1905 arch/x86/include/asm/smp.h | 14 +-
1906 arch/x86/include/asm/stackprotector.h | 4 +-
1907 arch/x86/include/asm/stacktrace.h | 34 +-
1908 arch/x86/include/asm/string_32.h | 20 +-
1909 arch/x86/include/asm/string_64.h | 16 +-
1910 arch/x86/include/asm/switch_to.h | 4 +-
1911 arch/x86/include/asm/sys_ia32.h | 6 +-
1912 arch/x86/include/asm/thread_info.h | 54 +-
1913 arch/x86/include/asm/tlbflush.h | 77 +-
1914 arch/x86/include/asm/traps.h | 4 +-
1915 arch/x86/include/asm/uaccess.h | 210 +-
1916 arch/x86/include/asm/uaccess_32.h | 28 +-
1917 arch/x86/include/asm/uaccess_64.h | 170 +-
1918 arch/x86/include/asm/word-at-a-time.h | 2 +-
1919 arch/x86/include/asm/x86_init.h | 8 +-
1920 arch/x86/include/asm/xen/page.h | 2 +-
1921 arch/x86/include/uapi/asm/e820.h | 2 +-
1922 arch/x86/kernel/Makefile | 2 +-
1923 arch/x86/kernel/acpi/boot.c | 4 +-
1924 arch/x86/kernel/acpi/sleep.c | 4 +
1925 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
1926 arch/x86/kernel/alternative.c | 113 +-
1927 arch/x86/kernel/apic/apic.c | 4 +-
1928 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
1929 arch/x86/kernel/apic/apic_noop.c | 2 +-
1930 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
1931 arch/x86/kernel/apic/io_apic.c | 10 +-
1932 arch/x86/kernel/apic/msi.c | 2 +-
1933 arch/x86/kernel/apic/probe_32.c | 4 +-
1934 arch/x86/kernel/apic/vector.c | 2 +
1935 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
1936 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
1937 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
1938 arch/x86/kernel/apm_32.c | 21 +-
1939 arch/x86/kernel/asm-offsets.c | 21 +
1940 arch/x86/kernel/cpu/Makefile | 4 -
1941 arch/x86/kernel/cpu/amd.c | 2 +-
1942 arch/x86/kernel/cpu/bugs_64.c | 2 +
1943 arch/x86/kernel/cpu/common.c | 206 +-
1944 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
1945 arch/x86/kernel/cpu/mcheck/mce.c | 38 +-
1946 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
1947 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
1948 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
1949 arch/x86/kernel/cpu/mshyperv.c | 2 +-
1950 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
1951 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
1952 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
1953 arch/x86/kernel/cpu/vmware.c | 2 +-
1954 arch/x86/kernel/crash_dump_64.c | 2 +-
1955 arch/x86/kernel/doublefault.c | 8 +-
1956 arch/x86/kernel/dumpstack.c | 14 +-
1957 arch/x86/kernel/dumpstack_32.c | 23 +-
1958 arch/x86/kernel/dumpstack_64.c | 70 +-
1959 arch/x86/kernel/e820.c | 4 +-
1960 arch/x86/kernel/early_printk.c | 1 +
1961 arch/x86/kernel/espfix_64.c | 44 +-
1962 arch/x86/kernel/fpu/core.c | 30 +-
1963 arch/x86/kernel/fpu/init.c | 49 +-
1964 arch/x86/kernel/fpu/regset.c | 22 +-
1965 arch/x86/kernel/fpu/signal.c | 20 +-
1966 arch/x86/kernel/fpu/xstate.c | 12 +-
1967 arch/x86/kernel/ftrace.c | 18 +-
1968 arch/x86/kernel/head64.c | 14 +-
1969 arch/x86/kernel/head_32.S | 236 +-
1970 arch/x86/kernel/head_64.S | 179 +-
1971 arch/x86/kernel/i386_ksyms_32.c | 12 +
1972 arch/x86/kernel/i8259.c | 10 +-
1973 arch/x86/kernel/io_delay.c | 2 +-
1974 arch/x86/kernel/ioport.c | 2 +-
1975 arch/x86/kernel/irq.c | 8 +-
1976 arch/x86/kernel/irq_32.c | 43 +-
1977 arch/x86/kernel/jump_label.c | 10 +-
1978 arch/x86/kernel/kgdb.c | 21 +-
1979 arch/x86/kernel/kprobes/core.c | 28 +-
1980 arch/x86/kernel/kprobes/opt.c | 16 +-
1981 arch/x86/kernel/ksysfs.c | 2 +-
1982 arch/x86/kernel/kvm.c | 2 +-
1983 arch/x86/kernel/kvmclock.c | 20 +-
1984 arch/x86/kernel/ldt.c | 25 +
1985 arch/x86/kernel/machine_kexec_32.c | 6 +-
1986 arch/x86/kernel/mcount_64.S | 21 +-
1987 arch/x86/kernel/module.c | 78 +-
1988 arch/x86/kernel/msr.c | 2 +-
1989 arch/x86/kernel/nmi.c | 34 +-
1990 arch/x86/kernel/nmi_selftest.c | 4 +-
1991 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
1992 arch/x86/kernel/paravirt.c | 133 +-
1993 arch/x86/kernel/paravirt_patch_64.c | 8 +
1994 arch/x86/kernel/pci-calgary_64.c | 2 +-
1995 arch/x86/kernel/pci-iommu_table.c | 2 +-
1996 arch/x86/kernel/pci-swiotlb.c | 2 +-
1997 arch/x86/kernel/process.c | 80 +-
1998 arch/x86/kernel/process_32.c | 29 +-
1999 arch/x86/kernel/process_64.c | 14 +-
2000 arch/x86/kernel/ptrace.c | 20 +-
2001 arch/x86/kernel/pvclock.c | 8 +-
2002 arch/x86/kernel/reboot.c | 44 +-
2003 arch/x86/kernel/reboot_fixups_32.c | 2 +-
2004 arch/x86/kernel/relocate_kernel_64.S | 3 +-
2005 arch/x86/kernel/setup.c | 29 +-
2006 arch/x86/kernel/setup_percpu.c | 29 +-
2007 arch/x86/kernel/signal.c | 17 +-
2008 arch/x86/kernel/smp.c | 2 +-
2009 arch/x86/kernel/smpboot.c | 29 +-
2010 arch/x86/kernel/step.c | 6 +-
2011 arch/x86/kernel/sys_i386_32.c | 184 +
2012 arch/x86/kernel/sys_x86_64.c | 28 +-
2013 arch/x86/kernel/tboot.c | 22 +-
2014 arch/x86/kernel/time.c | 8 +-
2015 arch/x86/kernel/tls.c | 7 +-
2016 arch/x86/kernel/tracepoint.c | 4 +-
2017 arch/x86/kernel/traps.c | 64 +-
2018 arch/x86/kernel/tsc.c | 2 +-
2019 arch/x86/kernel/uprobes.c | 4 +-
2020 arch/x86/kernel/vm86_32.c | 6 +-
2021 arch/x86/kernel/vmlinux.lds.S | 144 +-
2022 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
2023 arch/x86/kernel/x86_init.c | 6 +-
2024 arch/x86/kvm/cpuid.c | 21 +-
2025 arch/x86/kvm/emulate.c | 20 +-
2026 arch/x86/kvm/i8259.c | 10 +-
2027 arch/x86/kvm/ioapic.c | 2 +
2028 arch/x86/kvm/lapic.c | 2 +-
2029 arch/x86/kvm/paging_tmpl.h | 2 +-
2030 arch/x86/kvm/svm.c | 10 +-
2031 arch/x86/kvm/vmx.c | 60 +-
2032 arch/x86/kvm/x86.c | 44 +-
2033 arch/x86/lguest/boot.c | 3 +-
2034 arch/x86/lib/atomic64_386_32.S | 164 +
2035 arch/x86/lib/atomic64_cx8_32.S | 98 +-
2036 arch/x86/lib/checksum_32.S | 99 +-
2037 arch/x86/lib/clear_page_64.S | 3 +
2038 arch/x86/lib/cmpxchg16b_emu.S | 3 +
2039 arch/x86/lib/copy_page_64.S | 14 +-
2040 arch/x86/lib/copy_user_64.S | 66 +-
2041 arch/x86/lib/csum-copy_64.S | 14 +-
2042 arch/x86/lib/csum-wrappers_64.c | 8 +-
2043 arch/x86/lib/getuser.S | 74 +-
2044 arch/x86/lib/insn.c | 8 +-
2045 arch/x86/lib/iomap_copy_64.S | 2 +
2046 arch/x86/lib/memcpy_64.S | 6 +
2047 arch/x86/lib/memmove_64.S | 3 +-
2048 arch/x86/lib/memset_64.S | 3 +
2049 arch/x86/lib/mmx_32.c | 243 +-
2050 arch/x86/lib/msr-reg.S | 2 +
2051 arch/x86/lib/putuser.S | 87 +-
2052 arch/x86/lib/rwsem.S | 4 +
2053 arch/x86/lib/usercopy_32.c | 359 +-
2054 arch/x86/lib/usercopy_64.c | 22 +-
2055 arch/x86/math-emu/fpu_aux.c | 2 +-
2056 arch/x86/math-emu/fpu_entry.c | 4 +-
2057 arch/x86/math-emu/fpu_etc.c | 9 +-
2058 arch/x86/math-emu/fpu_system.h | 2 +-
2059 arch/x86/math-emu/fpu_trig.c | 13 +-
2060 arch/x86/math-emu/reg_constant.c | 7 +-
2061 arch/x86/mm/Makefile | 3 +
2062 arch/x86/mm/dump_pagetables.c | 32 +-
2063 arch/x86/mm/extable.c | 20 +-
2064 arch/x86/mm/fault.c | 572 +-
2065 arch/x86/mm/gup.c | 6 +-
2066 arch/x86/mm/highmem_32.c | 6 +
2067 arch/x86/mm/hugetlbpage.c | 24 +-
2068 arch/x86/mm/init.c | 19 +-
2069 arch/x86/mm/init_32.c | 156 +-
2070 arch/x86/mm/init_64.c | 106 +-
2071 arch/x86/mm/iomap_32.c | 4 +
2072 arch/x86/mm/ioremap.c | 54 +-
2073 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
2074 arch/x86/mm/mmap.c | 46 +-
2075 arch/x86/mm/mmio-mod.c | 10 +-
2076 arch/x86/mm/mpx.c | 6 +-
2077 arch/x86/mm/numa.c | 2 +-
2078 arch/x86/mm/pageattr.c | 38 +-
2079 arch/x86/mm/pat.c | 12 +-
2080 arch/x86/mm/pat_rbtree.c | 2 +-
2081 arch/x86/mm/pf_in.c | 10 +-
2082 arch/x86/mm/pgtable.c | 211 +-
2083 arch/x86/mm/pgtable_32.c | 3 +
2084 arch/x86/mm/setup_nx.c | 7 +
2085 arch/x86/mm/tlb.c | 104 +-
2086 arch/x86/mm/uderef_64.c | 37 +
2087 arch/x86/net/bpf_jit.S | 11 +
2088 arch/x86/net/bpf_jit_comp.c | 13 +-
2089 arch/x86/oprofile/backtrace.c | 6 +-
2090 arch/x86/oprofile/nmi_int.c | 10 +-
2091 arch/x86/oprofile/op_model_amd.c | 8 +-
2092 arch/x86/oprofile/op_model_ppro.c | 7 +-
2093 arch/x86/oprofile/op_x86_model.h | 2 +-
2094 arch/x86/pci/intel_mid_pci.c | 2 +-
2095 arch/x86/pci/irq.c | 8 +-
2096 arch/x86/pci/pcbios.c | 112 +-
2097 arch/x86/pci/vmd.c | 4 +-
2098 arch/x86/platform/efi/efi_32.c | 24 +
2099 arch/x86/platform/efi/efi_64.c | 26 +-
2100 arch/x86/platform/efi/efi_stub_32.S | 64 +-
2101 arch/x86/platform/efi/efi_stub_64.S | 2 +
2102 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
2103 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
2104 arch/x86/platform/intel-mid/mfld.c | 4 +-
2105 arch/x86/platform/intel-mid/mrfl.c | 2 +-
2106 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
2107 arch/x86/platform/olpc/olpc_dt.c | 2 +-
2108 arch/x86/power/cpu.c | 11 +-
2109 arch/x86/realmode/init.c | 10 +-
2110 arch/x86/realmode/rm/header.S | 4 +-
2111 arch/x86/realmode/rm/reboot.S | 4 +
2112 arch/x86/realmode/rm/trampoline_32.S | 12 +-
2113 arch/x86/realmode/rm/trampoline_64.S | 3 +-
2114 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
2115 arch/x86/tools/Makefile | 2 +-
2116 arch/x86/tools/relocs.c | 97 +-
2117 arch/x86/um/mem_32.c | 2 +-
2118 arch/x86/um/tls_32.c | 2 +-
2119 arch/x86/xen/enlighten.c | 52 +-
2120 arch/x86/xen/mmu.c | 31 +-
2121 arch/x86/xen/smp.c | 16 +-
2122 arch/x86/xen/xen-asm_32.S | 2 +-
2123 arch/x86/xen/xen-head.S | 12 +
2124 arch/x86/xen/xen-ops.h | 2 -
2125 block/bio.c | 4 +-
2126 block/blk-cgroup.c | 18 +-
2127 block/blk-map.c | 2 +-
2128 block/blk-softirq.c | 2 +-
2129 block/bsg.c | 12 +-
2130 block/cfq-iosched.c | 4 +-
2131 block/compat_ioctl.c | 4 +-
2132 block/genhd.c | 9 +-
2133 block/partitions/efi.c | 8 +-
2134 block/scsi_ioctl.c | 29 +-
2135 crypto/cast6_generic.c | 6 +-
2136 crypto/cryptd.c | 4 +-
2137 crypto/crypto_user.c | 2 +-
2138 crypto/pcrypt.c | 2 +-
2139 crypto/salsa20_generic.c | 16 +-
2140 crypto/serpent_generic.c | 6 +-
2141 drivers/acpi/ac.c | 2 +-
2142 drivers/acpi/acpi_video.c | 2 +-
2143 drivers/acpi/apei/apei-internal.h | 2 +-
2144 drivers/acpi/apei/ghes.c | 10 +-
2145 drivers/acpi/battery.c | 2 +-
2146 drivers/acpi/bgrt.c | 6 +-
2147 drivers/acpi/blacklist.c | 6 +-
2148 drivers/acpi/bus.c | 4 +-
2149 drivers/acpi/device_pm.c | 4 +-
2150 drivers/acpi/ec.c | 6 +-
2151 drivers/acpi/osi.c | 2 +-
2152 drivers/acpi/pci_slot.c | 2 +-
2153 drivers/acpi/processor_idle.c | 2 +-
2154 drivers/acpi/processor_pdc.c | 2 +-
2155 drivers/acpi/sleep.c | 2 +-
2156 drivers/acpi/sysfs.c | 14 +-
2157 drivers/acpi/thermal.c | 2 +-
2158 drivers/acpi/video_detect.c | 7 +-
2159 drivers/android/binder.c | 2 +-
2160 drivers/ata/libata-core.c | 12 +-
2161 drivers/ata/libata-scsi.c | 2 +-
2162 drivers/ata/libata.h | 2 +-
2163 drivers/ata/pata_arasan_cf.c | 4 +-
2164 drivers/atm/adummy.c | 2 +-
2165 drivers/atm/ambassador.c | 8 +-
2166 drivers/atm/atmtcp.c | 14 +-
2167 drivers/atm/eni.c | 10 +-
2168 drivers/atm/firestream.c | 8 +-
2169 drivers/atm/fore200e.c | 14 +-
2170 drivers/atm/he.c | 18 +-
2171 drivers/atm/horizon.c | 4 +-
2172 drivers/atm/idt77252.c | 36 +-
2173 drivers/atm/iphase.c | 34 +-
2174 drivers/atm/lanai.c | 12 +-
2175 drivers/atm/nicstar.c | 46 +-
2176 drivers/atm/solos-pci.c | 4 +-
2177 drivers/atm/suni.c | 4 +-
2178 drivers/atm/uPD98402.c | 16 +-
2179 drivers/atm/zatm.c | 6 +-
2180 drivers/base/bus.c | 4 +-
2181 drivers/base/devres.c | 4 +-
2182 drivers/base/devtmpfs.c | 8 +-
2183 drivers/base/node.c | 2 +-
2184 drivers/base/platform-msi.c | 20 +-
2185 drivers/base/power/domain.c | 6 +-
2186 drivers/base/power/runtime.c | 61 +-
2187 drivers/base/power/sysfs.c | 2 +-
2188 drivers/base/power/wakeup.c | 8 +-
2189 drivers/base/regmap/regmap-debugfs.c | 4 +-
2190 drivers/base/regmap/regmap.c | 4 +-
2191 drivers/base/syscore.c | 4 +-
2192 drivers/block/cciss.c | 28 +-
2193 drivers/block/cciss.h | 2 +-
2194 drivers/block/drbd/drbd_bitmap.c | 2 +-
2195 drivers/block/drbd/drbd_int.h | 12 +-
2196 drivers/block/drbd/drbd_main.c | 12 +-
2197 drivers/block/drbd/drbd_nl.c | 16 +-
2198 drivers/block/drbd/drbd_receiver.c | 38 +-
2199 drivers/block/drbd/drbd_state.c | 12 +-
2200 drivers/block/drbd/drbd_state.h | 2 +-
2201 drivers/block/drbd/drbd_state_change.h | 8 +-
2202 drivers/block/drbd/drbd_worker.c | 14 +-
2203 drivers/block/floppy.c | 8 +-
2204 drivers/block/pktcdvd.c | 4 +-
2205 drivers/block/rbd.c | 2 +-
2206 drivers/bluetooth/btwilink.c | 2 +-
2207 drivers/bus/arm-cci.c | 6 +-
2208 drivers/cdrom/cdrom.c | 11 +-
2209 drivers/cdrom/gdrom.c | 1 -
2210 drivers/char/agp/compat_ioctl.c | 2 +-
2211 drivers/char/agp/frontend.c | 4 +-
2212 drivers/char/agp/intel-gtt.c | 4 +-
2213 drivers/char/hpet.c | 2 +-
2214 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
2215 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
2216 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
2217 drivers/char/ipmi/ipmi_ssif.c | 12 +-
2218 drivers/char/mem.c | 47 +-
2219 drivers/char/nvram.c | 2 +-
2220 drivers/char/pcmcia/synclink_cs.c | 16 +-
2221 drivers/char/random.c | 12 +-
2222 drivers/char/sonypi.c | 11 +-
2223 drivers/char/tpm/tpm-chip.c | 7 +-
2224 drivers/char/tpm/tpm_acpi.c | 3 +-
2225 drivers/char/tpm/tpm_eventlog.c | 5 +-
2226 drivers/char/virtio_console.c | 6 +-
2227 drivers/clk/clk-composite.c | 2 +-
2228 drivers/clk/samsung/clk.h | 2 +-
2229 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
2230 drivers/clk/socfpga/clk-gate.c | 9 +-
2231 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
2232 drivers/clk/socfpga/clk-pll.c | 9 +-
2233 drivers/clk/ti/adpll.c | 2 +-
2234 drivers/clk/ti/clk.c | 8 +-
2235 drivers/cpufreq/acpi-cpufreq.c | 17 +-
2236 drivers/cpufreq/cpufreq-dt.c | 4 +-
2237 drivers/cpufreq/cpufreq.c | 27 +-
2238 drivers/cpufreq/cpufreq_governor.h | 2 +-
2239 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
2240 drivers/cpufreq/intel_pstate.c | 56 +-
2241 drivers/cpufreq/p4-clockmod.c | 12 +-
2242 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
2243 drivers/cpufreq/speedstep-centrino.c | 7 +-
2244 drivers/cpuidle/driver.c | 2 +-
2245 drivers/cpuidle/dt_idle_states.c | 2 +-
2246 drivers/cpuidle/governor.c | 2 +-
2247 drivers/cpuidle/governors/ladder.c | 13 +-
2248 drivers/cpuidle/sysfs.c | 2 +-
2249 drivers/crypto/hifn_795x.c | 4 +-
2250 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
2251 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
2252 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
2253 drivers/devfreq/devfreq.c | 4 +-
2254 drivers/devfreq/governor_passive.c | 2 +-
2255 drivers/dma-buf/dma-buf.c | 5 +-
2256 drivers/dma/qcom/hidma.c | 2 +-
2257 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
2258 drivers/dma/sh/shdma-base.c | 4 +-
2259 drivers/dma/sh/shdmac.c | 2 +-
2260 drivers/edac/edac_device.c | 4 +-
2261 drivers/edac/edac_device_sysfs.c | 2 +-
2262 drivers/edac/edac_mc_sysfs.c | 4 +-
2263 drivers/edac/edac_module.c | 2 +-
2264 drivers/edac/edac_pci.c | 4 +-
2265 drivers/edac/edac_pci_sysfs.c | 22 +-
2266 drivers/edac/mce_amd.h | 2 +-
2267 drivers/firewire/core-card.c | 6 +-
2268 drivers/firewire/core-cdev.c | 4 +-
2269 drivers/firewire/core-device.c | 2 +-
2270 drivers/firewire/core-iso.c | 2 +-
2271 drivers/firewire/core-transaction.c | 1 +
2272 drivers/firewire/core.h | 1 +
2273 drivers/firmware/dmi-id.c | 9 +-
2274 drivers/firmware/dmi_scan.c | 12 +-
2275 drivers/firmware/efi/cper.c | 8 +-
2276 drivers/firmware/efi/efi.c | 14 +-
2277 drivers/firmware/efi/efivars.c | 2 +-
2278 drivers/firmware/efi/runtime-map.c | 2 +-
2279 drivers/firmware/google/gsmi.c | 2 +-
2280 drivers/firmware/google/memconsole.c | 7 +-
2281 drivers/firmware/memmap.c | 2 +-
2282 drivers/firmware/psci.c | 2 +-
2283 drivers/gpio/gpio-davinci.c | 6 +-
2284 drivers/gpio/gpio-em.c | 2 +-
2285 drivers/gpio/gpio-ich.c | 2 +-
2286 drivers/gpio/gpio-mpc8xxx.c | 6 +-
2287 drivers/gpio/gpio-omap.c | 4 +-
2288 drivers/gpio/gpio-rcar.c | 2 +-
2289 drivers/gpio/gpio-vr41xx.c | 2 +-
2290 drivers/gpio/gpiolib.c | 12 +-
2291 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
2292 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
2293 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
2294 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
2295 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
2296 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 11 +-
2297 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
2298 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
2299 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
2300 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
2301 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
2302 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
2303 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
2304 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
2305 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
2306 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
2307 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
2308 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
2309 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
2310 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
2311 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
2312 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
2313 drivers/gpu/drm/armada/armada_drv.c | 3 +-
2314 drivers/gpu/drm/ast/ast_mode.c | 2 +-
2315 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
2316 drivers/gpu/drm/drm_crtc.c | 2 +-
2317 drivers/gpu/drm/drm_drv.c | 2 +-
2318 drivers/gpu/drm/drm_fb_cma_helper.c | 5 +-
2319 drivers/gpu/drm/drm_fops.c | 19 +-
2320 drivers/gpu/drm/drm_global.c | 14 +-
2321 drivers/gpu/drm/drm_info.c | 13 +-
2322 drivers/gpu/drm/drm_ioc32.c | 13 +-
2323 drivers/gpu/drm/drm_ioctl.c | 2 +-
2324 drivers/gpu/drm/drm_pci.c | 9 +-
2325 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
2326 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
2327 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
2328 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
2329 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
2330 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
2331 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 3 +
2332 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
2333 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
2334 drivers/gpu/drm/gma500/psb_drv.c | 1 -
2335 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
2336 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
2337 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
2338 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
2339 drivers/gpu/drm/i810/i810_dma.c | 2 +-
2340 drivers/gpu/drm/i810/i810_drv.c | 6 +-
2341 drivers/gpu/drm/i810/i810_drv.h | 6 +-
2342 drivers/gpu/drm/i915/dvo.h | 2 +-
2343 drivers/gpu/drm/i915/i915_dma.c | 4 +-
2344 drivers/gpu/drm/i915/i915_drv.c | 7 +-
2345 drivers/gpu/drm/i915/i915_drv.h | 2 +-
2346 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
2347 drivers/gpu/drm/i915/i915_gem_gtt.c | 4 +-
2348 drivers/gpu/drm/i915/i915_gem_gtt.h | 4 +-
2349 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
2350 drivers/gpu/drm/i915/i915_irq.c | 88 +-
2351 drivers/gpu/drm/i915/intel_display.c | 30 +-
2352 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
2353 drivers/gpu/drm/mga/mga_drv.c | 5 +-
2354 drivers/gpu/drm/mga/mga_drv.h | 6 +-
2355 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
2356 drivers/gpu/drm/mga/mga_irq.c | 8 +-
2357 drivers/gpu/drm/mga/mga_state.c | 2 +-
2358 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
2359 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
2360 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
2361 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
2362 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
2363 drivers/gpu/drm/nouveau/nouveau_drv.h | 1 -
2364 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
2365 drivers/gpu/drm/nouveau/nouveau_usif.c | 7 +-
2366 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
2367 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
2368 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
2369 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
2370 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
2371 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
2372 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
2373 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
2374 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
2375 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
2376 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
2377 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
2378 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
2379 drivers/gpu/drm/r128/r128_cce.c | 2 +-
2380 drivers/gpu/drm/r128/r128_drv.c | 4 +-
2381 drivers/gpu/drm/r128/r128_drv.h | 6 +-
2382 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
2383 drivers/gpu/drm/r128/r128_irq.c | 4 +-
2384 drivers/gpu/drm/r128/r128_state.c | 6 +-
2385 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
2386 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
2387 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
2388 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
2389 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
2390 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
2391 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
2392 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
2393 drivers/gpu/drm/savage/savage_bci.c | 2 +-
2394 drivers/gpu/drm/savage/savage_drv.c | 5 +-
2395 drivers/gpu/drm/savage/savage_drv.h | 2 +-
2396 drivers/gpu/drm/sis/sis_drv.c | 5 +-
2397 drivers/gpu/drm/sis/sis_drv.h | 2 +-
2398 drivers/gpu/drm/sis/sis_mm.c | 2 +-
2399 drivers/gpu/drm/sti/sti_cursor.c | 4 +-
2400 drivers/gpu/drm/sti/sti_dvo.c | 4 +-
2401 drivers/gpu/drm/sti/sti_gdp.c | 12 +-
2402 drivers/gpu/drm/sti/sti_hda.c | 4 +-
2403 drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
2404 drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
2405 drivers/gpu/drm/sti/sti_mixer.c | 8 +-
2406 drivers/gpu/drm/sti/sti_tvout.c | 4 +-
2407 drivers/gpu/drm/sti/sti_vid.c | 4 +-
2408 drivers/gpu/drm/tegra/dc.c | 2 +-
2409 drivers/gpu/drm/tegra/dsi.c | 2 +-
2410 drivers/gpu/drm/tegra/hdmi.c | 2 +-
2411 drivers/gpu/drm/tegra/sor.c | 7 +-
2412 drivers/gpu/drm/tilcdc/Makefile | 6 +-
2413 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
2414 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
2415 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
2416 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
2417 drivers/gpu/drm/udl/udl_connector.c | 2 +-
2418 drivers/gpu/drm/udl/udl_fb.c | 1 -
2419 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
2420 drivers/gpu/drm/via/via_dma.c | 2 +-
2421 drivers/gpu/drm/via/via_drv.c | 5 +-
2422 drivers/gpu/drm/via/via_drv.h | 6 +-
2423 drivers/gpu/drm/via/via_irq.c | 18 +-
2424 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
2425 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
2426 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
2427 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
2428 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
2429 drivers/gpu/vga/vga_switcheroo.c | 4 +-
2430 drivers/hid/hid-core.c | 4 +-
2431 drivers/hid/hid-magicmouse.c | 2 +-
2432 drivers/hid/hid-sensor-custom.c | 2 +-
2433 drivers/hv/channel.c | 6 +-
2434 drivers/hv/hv.c | 22 +-
2435 drivers/hv/hv_balloon.c | 18 +-
2436 drivers/hv/hyperv_vmbus.h | 2 +-
2437 drivers/hwmon/acpi_power_meter.c | 6 +-
2438 drivers/hwmon/applesmc.c | 4 +-
2439 drivers/hwmon/asus_atk0110.c | 10 +-
2440 drivers/hwmon/coretemp.c | 2 +-
2441 drivers/hwmon/dell-smm-hwmon.c | 4 +-
2442 drivers/hwmon/ibmaem.c | 2 +-
2443 drivers/hwmon/iio_hwmon.c | 2 +-
2444 drivers/hwmon/nct6683.c | 6 +-
2445 drivers/hwmon/nct6775.c | 6 +-
2446 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
2447 drivers/hwmon/sht15.c | 12 +-
2448 drivers/hwmon/via-cputemp.c | 2 +-
2449 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
2450 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
2451 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
2452 drivers/i2c/i2c-dev.c | 2 +-
2453 drivers/ide/ide-cd.c | 2 +-
2454 drivers/ide/ide-disk.c | 2 +-
2455 drivers/ide/ide.c | 4 +-
2456 drivers/idle/intel_idle.c | 36 +-
2457 drivers/iio/industrialio-core.c | 2 +-
2458 drivers/infiniband/core/cm.c | 46 +-
2459 drivers/infiniband/core/fmr_pool.c | 20 +-
2460 drivers/infiniband/core/netlink.c | 5 +-
2461 drivers/infiniband/core/sysfs.c | 2 +-
2462 drivers/infiniband/core/ucm.c | 4 +-
2463 drivers/infiniband/core/uverbs_cmd.c | 3 +
2464 drivers/infiniband/hw/cxgb4/device.c | 6 +-
2465 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
2466 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
2467 drivers/infiniband/hw/hfi1/pcie.c | 2 +-
2468 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
2469 drivers/infiniband/hw/mlx4/mad.c | 2 +-
2470 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
2471 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
2472 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
2473 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
2474 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
2475 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
2476 drivers/infiniband/hw/nes/nes.c | 4 +-
2477 drivers/infiniband/hw/nes/nes.h | 40 +-
2478 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
2479 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
2480 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
2481 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
2482 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
2483 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
2484 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
2485 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
2486 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
2487 drivers/input/evdev.c | 2 +-
2488 drivers/input/gameport/gameport.c | 4 +-
2489 drivers/input/input.c | 4 +-
2490 drivers/input/joystick/sidewinder.c | 1 +
2491 drivers/input/misc/ims-pcu.c | 4 +-
2492 drivers/input/mouse/psmouse.h | 2 +-
2493 drivers/input/mousedev.c | 2 +-
2494 drivers/input/serio/serio.c | 4 +-
2495 drivers/input/serio/serio_raw.c | 4 +-
2496 drivers/input/touchscreen/htcpen.c | 2 +-
2497 drivers/iommu/arm-smmu-v3.c | 2 +-
2498 drivers/iommu/arm-smmu.c | 40 +-
2499 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
2500 drivers/iommu/io-pgtable-arm.c | 99 +-
2501 drivers/iommu/io-pgtable.c | 11 +-
2502 drivers/iommu/io-pgtable.h | 21 +-
2503 drivers/iommu/iommu.c | 2 +-
2504 drivers/iommu/ipmmu-vmsa.c | 13 +-
2505 drivers/iommu/irq_remapping.c | 2 +-
2506 drivers/iommu/mtk_iommu.c | 12 +-
2507 drivers/irqchip/irq-gic.c | 2 +-
2508 drivers/irqchip/irq-i8259.c | 2 +-
2509 drivers/irqchip/irq-mmp.c | 2 +-
2510 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
2511 drivers/irqchip/irq-ts4800.c | 2 +-
2512 drivers/isdn/capi/capi.c | 10 +-
2513 drivers/isdn/gigaset/interface.c | 8 +-
2514 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
2515 drivers/isdn/hardware/avm/b1.c | 4 +-
2516 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
2517 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
2518 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
2519 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
2520 drivers/isdn/hardware/eicon/divasync.h | 2 +-
2521 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
2522 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
2523 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
2524 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
2525 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
2526 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
2527 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
2528 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
2529 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
2530 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
2531 drivers/isdn/hisax/amd7930_fn.c | 5 +-
2532 drivers/isdn/hisax/arcofi.c | 5 +-
2533 drivers/isdn/hisax/diva.c | 7 +-
2534 drivers/isdn/hisax/elsa.c | 9 +-
2535 drivers/isdn/hisax/fsm.c | 5 +-
2536 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
2537 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
2538 drivers/isdn/hisax/hfc_pci.c | 10 +-
2539 drivers/isdn/hisax/hfc_sx.c | 10 +-
2540 drivers/isdn/hisax/hfc_usb.c | 12 +-
2541 drivers/isdn/hisax/hfcscard.c | 6 +-
2542 drivers/isdn/hisax/icc.c | 5 +-
2543 drivers/isdn/hisax/ipacx.c | 7 +-
2544 drivers/isdn/hisax/isac.c | 5 +-
2545 drivers/isdn/hisax/isar.c | 5 +-
2546 drivers/isdn/hisax/isdnl3.c | 5 +-
2547 drivers/isdn/hisax/saphir.c | 5 +-
2548 drivers/isdn/hisax/teleint.c | 5 +-
2549 drivers/isdn/hisax/w6692.c | 5 +-
2550 drivers/isdn/i4l/isdn_common.c | 2 +
2551 drivers/isdn/i4l/isdn_tty.c | 22 +-
2552 drivers/isdn/mISDN/dsp.h | 4 +-
2553 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
2554 drivers/isdn/mISDN/dsp_core.c | 4 +-
2555 drivers/isdn/mISDN/dsp_tones.c | 4 +-
2556 drivers/isdn/mISDN/fsm.c | 5 +-
2557 drivers/isdn/mISDN/l1oip_core.c | 8 +-
2558 drivers/leds/leds-clevo-mail.c | 2 +-
2559 drivers/leds/leds-ss4200.c | 2 +-
2560 drivers/lguest/core.c | 9 +-
2561 drivers/lguest/page_tables.c | 2 +-
2562 drivers/lguest/x86/core.c | 12 +-
2563 drivers/lguest/x86/switcher_32.S | 27 +-
2564 drivers/lightnvm/rrpc.c | 4 +-
2565 drivers/lightnvm/rrpc.h | 2 +-
2566 drivers/md/bcache/alloc.c | 2 +-
2567 drivers/md/bcache/bcache.h | 10 +-
2568 drivers/md/bcache/btree.c | 13 +-
2569 drivers/md/bcache/closure.c | 4 +-
2570 drivers/md/bcache/closure.h | 10 +-
2571 drivers/md/bcache/io.c | 10 +-
2572 drivers/md/bcache/journal.c | 18 +-
2573 drivers/md/bcache/movinggc.c | 12 +-
2574 drivers/md/bcache/request.c | 54 +-
2575 drivers/md/bcache/request.h | 2 +-
2576 drivers/md/bcache/stats.c | 26 +-
2577 drivers/md/bcache/stats.h | 16 +-
2578 drivers/md/bcache/super.c | 32 +-
2579 drivers/md/bcache/sysfs.c | 20 +-
2580 drivers/md/bcache/writeback.c | 12 +-
2581 drivers/md/bitmap.c | 2 +-
2582 drivers/md/dm-cache-target.c | 116 +-
2583 drivers/md/dm-ioctl.c | 2 +-
2584 drivers/md/dm-mpath.c | 12 +-
2585 drivers/md/dm-raid.c | 2 +-
2586 drivers/md/dm-raid1.c | 18 +-
2587 drivers/md/dm-stats.c | 6 +-
2588 drivers/md/dm-stripe.c | 10 +-
2589 drivers/md/dm-table.c | 2 +-
2590 drivers/md/dm-thin-metadata.c | 4 +-
2591 drivers/md/dm.c | 28 +-
2592 drivers/md/md.c | 41 +-
2593 drivers/md/md.h | 8 +-
2594 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
2595 drivers/md/persistent-data/dm-space-map.h | 1 +
2596 drivers/md/raid1.c | 8 +-
2597 drivers/md/raid10.c | 20 +-
2598 drivers/md/raid5.c | 26 +-
2599 drivers/media/dvb-core/dvb_net.c | 2 +-
2600 drivers/media/dvb-core/dvbdev.c | 2 +-
2601 drivers/media/dvb-frontends/af9033.h | 2 +-
2602 drivers/media/dvb-frontends/cx24116.c | 2 +-
2603 drivers/media/dvb-frontends/cx24117.c | 2 +-
2604 drivers/media/dvb-frontends/cx24120.c | 2 +-
2605 drivers/media/dvb-frontends/cx24123.c | 2 +-
2606 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
2607 drivers/media/dvb-frontends/dib3000.h | 2 +-
2608 drivers/media/dvb-frontends/dib7000p.h | 2 +-
2609 drivers/media/dvb-frontends/dib8000.h | 2 +-
2610 drivers/media/dvb-frontends/hd29l2.c | 2 +-
2611 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
2612 drivers/media/dvb-frontends/mt312.c | 6 +-
2613 drivers/media/dvb-frontends/s921.c | 2 +-
2614 drivers/media/pci/bt8xx/dst.c | 2 +-
2615 drivers/media/pci/cx88/cx88-video.c | 6 +-
2616 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
2617 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
2618 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
2619 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
2620 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
2621 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
2622 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
2623 drivers/media/pci/tw68/tw68-core.c | 2 +-
2624 drivers/media/pci/zoran/zoran.h | 1 -
2625 drivers/media/pci/zoran/zoran_card.c | 4 +-
2626 drivers/media/pci/zoran/zoran_driver.c | 3 -
2627 drivers/media/platform/omap/omap_vout.c | 11 +-
2628 drivers/media/platform/s5p-tv/mixer.h | 2 +-
2629 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
2630 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
2631 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
2632 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
2633 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
2634 drivers/media/radio/radio-cadet.c | 2 +
2635 drivers/media/radio/radio-maxiradio.c | 2 +-
2636 drivers/media/radio/radio-shark.c | 2 +-
2637 drivers/media/radio/radio-shark2.c | 2 +-
2638 drivers/media/radio/radio-si476x.c | 2 +-
2639 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
2640 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
2641 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
2642 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
2643 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
2644 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
2645 drivers/media/usb/uvc/uvc_driver.c | 4 +-
2646 drivers/media/v4l2-core/v4l2-common.c | 2 +-
2647 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
2648 drivers/media/v4l2-core/v4l2-device.c | 4 +-
2649 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
2650 drivers/memory/omap-gpmc.c | 24 +-
2651 drivers/message/fusion/mptbase.c | 4 +-
2652 drivers/message/fusion/mptlan.c | 2 +-
2653 drivers/message/fusion/mptsas.c | 34 +-
2654 drivers/mfd/ab8500-debugfs.c | 2 +-
2655 drivers/mfd/kempld-core.c | 2 +-
2656 drivers/mfd/max8925-i2c.c | 2 +-
2657 drivers/mfd/tps65910.c | 2 +-
2658 drivers/mfd/twl4030-irq.c | 9 +-
2659 drivers/misc/c2port/core.c | 4 +-
2660 drivers/misc/kgdbts.c | 6 +-
2661 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
2662 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
2663 drivers/misc/mic/scif/scif_api.c | 10 +-
2664 drivers/misc/mic/scif/scif_rb.c | 8 +-
2665 drivers/misc/panel.c | 4 +-
2666 drivers/misc/sgi-gru/gruhandles.c | 4 +-
2667 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
2668 drivers/misc/sgi-gru/grutables.h | 158 +-
2669 drivers/misc/sgi-xp/xp.h | 2 +-
2670 drivers/misc/sgi-xp/xp_main.c | 57 +-
2671 drivers/misc/sgi-xp/xpc.h | 3 +-
2672 drivers/misc/sgi-xp/xpc_main.c | 2 +-
2673 drivers/misc/sgi-xp/xpnet.c | 2 +-
2674 drivers/misc/ti-st/st_kim.c | 32 +-
2675 drivers/mmc/card/mmc_test.c | 4 +-
2676 drivers/mmc/host/dw_mmc.h | 2 +-
2677 drivers/mmc/host/mmci.c | 4 +-
2678 drivers/mmc/host/omap_hsmmc.c | 4 +-
2679 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
2680 drivers/mmc/host/sdhci-s3c.c | 8 +-
2681 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
2682 drivers/mtd/devices/block2mtd.c | 2 +-
2683 drivers/mtd/devices/phram.c | 2 +-
2684 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
2685 drivers/mtd/maps/latch-addr-flash.c | 2 +-
2686 drivers/mtd/maps/pci.c | 4 +-
2687 drivers/mtd/maps/pcmciamtd.c | 8 +-
2688 drivers/mtd/maps/sbc_gxx.c | 2 +-
2689 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 2 +
2690 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
2691 drivers/mtd/nand/brcmnand/iproc_nand.c | 2 +
2692 drivers/mtd/nand/cafe_nand.c | 18 +-
2693 drivers/mtd/nand/denali.c | 1 +
2694 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
2695 drivers/mtd/nftlmount.c | 1 +
2696 drivers/mtd/sm_ftl.c | 2 +-
2697 drivers/mtd/ubi/build.c | 2 +-
2698 drivers/net/bonding/bond_netlink.c | 2 +-
2699 drivers/net/caif/caif_hsi.c | 4 +-
2700 drivers/net/caif/caif_serial.c | 2 +-
2701 drivers/net/caif/caif_spi.c | 2 +-
2702 drivers/net/caif/caif_virtio.c | 2 +-
2703 drivers/net/can/Kconfig | 2 +-
2704 drivers/net/can/bfin_can.c | 2 +-
2705 drivers/net/can/dev.c | 2 +-
2706 drivers/net/can/flexcan.c | 2 +-
2707 drivers/net/can/janz-ican3.c | 2 +-
2708 drivers/net/can/led.c | 2 +-
2709 drivers/net/can/sun4i_can.c | 2 +-
2710 drivers/net/can/vcan.c | 2 +-
2711 drivers/net/can/xilinx_can.c | 2 +-
2712 drivers/net/dummy.c | 2 +-
2713 drivers/net/ethernet/8390/ax88796.c | 6 +-
2714 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
2715 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
2716 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
2717 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
2718 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
2719 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
2720 drivers/net/ethernet/amd/7990.c | 2 +-
2721 drivers/net/ethernet/amd/7990.h | 2 +-
2722 drivers/net/ethernet/amd/amd8111e.c | 5 +-
2723 drivers/net/ethernet/amd/atarilance.c | 4 +-
2724 drivers/net/ethernet/amd/declance.c | 2 +-
2725 drivers/net/ethernet/amd/pcnet32.c | 7 +-
2726 drivers/net/ethernet/amd/sun3lance.c | 4 +-
2727 drivers/net/ethernet/amd/sunlance.c | 2 +-
2728 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
2729 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
2730 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
2731 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
2732 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
2733 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
2734 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
2735 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
2736 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
2737 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
2738 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
2739 drivers/net/ethernet/arc/emac_main.c | 2 +-
2740 drivers/net/ethernet/atheros/alx/main.c | 2 +-
2741 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
2742 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
2743 drivers/net/ethernet/aurora/nb8800.c | 2 +-
2744 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
2745 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
2746 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
2747 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
2748 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
2749 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
2750 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
2751 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
2752 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
2753 drivers/net/ethernet/broadcom/tg3.c | 2 +-
2754 drivers/net/ethernet/broadcom/tg3.h | 1 +
2755 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
2756 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
2757 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
2758 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
2759 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
2760 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
2761 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
2762 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
2763 drivers/net/ethernet/cadence/macb.c | 4 +-
2764 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
2765 drivers/net/ethernet/cavium/liquidio/lio_main.c | 15 +-
2766 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
2767 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
2768 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
2769 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
2770 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
2771 drivers/net/ethernet/davicom/dm9000.c | 2 +-
2772 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
2773 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
2774 drivers/net/ethernet/faraday/ftgmac100.c | 4 +-
2775 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
2776 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
2777 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
2778 drivers/net/ethernet/freescale/gianfar.c | 4 +-
2779 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
2780 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
2781 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
2782 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
2783 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
2784 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
2785 drivers/net/ethernet/ibm/emac/core.c | 4 +-
2786 drivers/net/ethernet/intel/e100.c | 2 +-
2787 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
2788 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
2789 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
2790 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
2791 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
2792 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
2793 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
2794 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
2795 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
2796 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
2797 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
2798 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
2799 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
2800 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
2801 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
2802 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
2803 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
2804 drivers/net/ethernet/neterion/s2io.c | 2 +-
2805 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
2806 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
2807 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
2808 drivers/net/ethernet/netx-eth.c | 2 +-
2809 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
2810 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
2811 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
2812 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
2813 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
2814 drivers/net/ethernet/qlogic/qed/qed_mcp.c | 6 +-
2815 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
2816 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
2817 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
2818 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
2819 drivers/net/ethernet/realtek/r8169.c | 8 +-
2820 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
2821 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
2822 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
2823 drivers/net/ethernet/sfc/ptp.c | 2 +-
2824 drivers/net/ethernet/sfc/selftest.c | 20 +-
2825 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
2826 drivers/net/ethernet/smsc/smc911x.c | 2 +-
2827 drivers/net/ethernet/smsc/smc91x.c | 2 +-
2828 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
2829 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
2830 drivers/net/ethernet/sun/sunbmac.c | 2 +-
2831 drivers/net/ethernet/sun/sunqe.c | 2 +-
2832 drivers/net/ethernet/sun/sunvnet.c | 2 +-
2833 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
2834 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
2835 drivers/net/ethernet/ti/cpmac.c | 2 +-
2836 drivers/net/ethernet/ti/netcp_core.c | 2 +-
2837 drivers/net/ethernet/via/via-rhine.c | 2 +-
2838 drivers/net/ethernet/wiznet/w5100.c | 2 +-
2839 drivers/net/ethernet/wiznet/w5300.c | 2 +-
2840 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
2841 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
2842 drivers/net/geneve.c | 4 +-
2843 drivers/net/gtp.c | 8 +-
2844 drivers/net/hamradio/baycom_epp.c | 2 +-
2845 drivers/net/hyperv/hyperv_net.h | 2 +-
2846 drivers/net/hyperv/netvsc_drv.c | 2 +-
2847 drivers/net/hyperv/rndis_filter.c | 7 +-
2848 drivers/net/ifb.c | 2 +-
2849 drivers/net/ipvlan/ipvlan_core.c | 2 +-
2850 drivers/net/ipvlan/ipvlan_main.c | 6 +-
2851 drivers/net/irda/vlsi_ir.c | 18 +-
2852 drivers/net/irda/vlsi_ir.h | 14 +-
2853 drivers/net/loopback.c | 2 +-
2854 drivers/net/macsec.c | 2 +-
2855 drivers/net/macvlan.c | 20 +-
2856 drivers/net/macvtap.c | 10 +-
2857 drivers/net/nlmon.c | 2 +-
2858 drivers/net/phy/phy_device.c | 6 +-
2859 drivers/net/plip/plip.c | 2 +-
2860 drivers/net/ppp/ppp_generic.c | 6 +-
2861 drivers/net/ppp/pptp.c | 2 +-
2862 drivers/net/rionet.c | 2 +-
2863 drivers/net/slip/slhc.c | 2 +-
2864 drivers/net/team/team.c | 4 +-
2865 drivers/net/tun.c | 7 +-
2866 drivers/net/usb/hso.c | 28 +-
2867 drivers/net/usb/ipheth.c | 2 +-
2868 drivers/net/usb/r8152.c | 2 +-
2869 drivers/net/usb/sierra_net.c | 4 +-
2870 drivers/net/virtio_net.c | 2 +-
2871 drivers/net/vrf.c | 4 +-
2872 drivers/net/vxlan.c | 4 +-
2873 drivers/net/wimax/i2400m/rx.c | 2 +-
2874 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
2875 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
2876 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
2877 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
2878 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
2879 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
2880 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
2881 drivers/net/wireless/ath/ath9k/main.c | 22 +-
2882 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
2883 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
2884 drivers/net/wireless/ath/carl9170/main.c | 10 +-
2885 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
2886 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
2887 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
2888 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
2889 drivers/net/wireless/atmel/atmel.c | 183 +-
2890 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
2891 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
2892 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 55 +-
2893 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
2894 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
2895 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
2896 drivers/net/wireless/cisco/airo.c | 201 +-
2897 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
2898 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
2899 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
2900 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
2901 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
2902 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
2903 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
2904 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
2905 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
2906 .../net/wireless/intersil/hostap/hostap_ioctl.c | 134 +-
2907 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
2908 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
2909 drivers/net/wireless/mac80211_hwsim.c | 28 +-
2910 drivers/net/wireless/marvell/mwifiex/11n_aggr.c | 2 +-
2911 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
2912 drivers/net/wireless/marvell/mwifiex/pcie.c | 4 +-
2913 drivers/net/wireless/marvell/mwifiex/sdio.c | 4 +-
2914 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
2915 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
2916 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
2917 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
2918 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
2919 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
2920 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
2921 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
2922 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
2923 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
2924 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
2925 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
2926 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
2927 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
2928 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
2929 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
2930 drivers/net/wireless/zydas/zd1201.c | 192 +-
2931 drivers/net/xen-netback/interface.c | 2 +-
2932 drivers/net/xen-netfront.c | 2 +-
2933 drivers/nvme/host/pci.c | 2 +-
2934 drivers/of/fdt.c | 4 +-
2935 drivers/oprofile/buffer_sync.c | 8 +-
2936 drivers/oprofile/event_buffer.c | 2 +-
2937 drivers/oprofile/oprof.c | 2 +-
2938 drivers/oprofile/oprofile_stats.c | 10 +-
2939 drivers/oprofile/oprofile_stats.h | 10 +-
2940 drivers/oprofile/oprofilefs.c | 6 +-
2941 drivers/oprofile/timer_int.c | 2 +-
2942 drivers/parport/procfs.c | 4 +-
2943 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
2944 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
2945 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
2946 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
2947 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
2948 drivers/pci/hotplug/pciehp_core.c | 2 +-
2949 drivers/pci/msi.c | 22 +-
2950 drivers/pci/pci-sysfs.c | 6 +-
2951 drivers/pci/pci.h | 4 +-
2952 drivers/pci/pcie/aspm.c | 10 +-
2953 drivers/pci/pcie/portdrv_pci.c | 2 +-
2954 drivers/pci/probe.c | 2 +-
2955 drivers/pci/setup-bus.c | 10 +-
2956 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
2957 drivers/pinctrl/pinctrl-at91.c | 5 +-
2958 drivers/platform/chrome/chromeos_laptop.c | 2 +-
2959 drivers/platform/chrome/chromeos_pstore.c | 2 +-
2960 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
2961 drivers/platform/x86/alienware-wmi.c | 4 +-
2962 drivers/platform/x86/apple-gmux.c | 2 +-
2963 drivers/platform/x86/compal-laptop.c | 2 +-
2964 drivers/platform/x86/hdaps.c | 2 +-
2965 drivers/platform/x86/ibm_rtl.c | 2 +-
2966 drivers/platform/x86/intel_oaktrail.c | 2 +-
2967 drivers/platform/x86/msi-laptop.c | 16 +-
2968 drivers/platform/x86/msi-wmi.c | 2 +-
2969 drivers/platform/x86/samsung-laptop.c | 2 +-
2970 drivers/platform/x86/samsung-q10.c | 2 +-
2971 drivers/platform/x86/sony-laptop.c | 14 +-
2972 drivers/platform/x86/thinkpad_acpi.c | 10 +-
2973 drivers/pnp/base.h | 2 +-
2974 drivers/pnp/pnpbios/bioscalls.c | 14 +-
2975 drivers/pnp/pnpbios/core.c | 2 +-
2976 drivers/pnp/resource.c | 4 +-
2977 drivers/power/pda_power.c | 7 +-
2978 drivers/power/power_supply.h | 4 +-
2979 drivers/power/power_supply_core.c | 7 +-
2980 drivers/power/power_supply_sysfs.c | 6 +-
2981 drivers/power/reset/at91-reset.c | 5 +-
2982 drivers/powercap/powercap_sys.c | 136 +-
2983 drivers/ptp/ptp_private.h | 2 +-
2984 drivers/ptp/ptp_sysfs.c | 2 +-
2985 drivers/regulator/core.c | 4 +-
2986 drivers/regulator/max8660.c | 6 +-
2987 drivers/regulator/max8973-regulator.c | 16 +-
2988 drivers/regulator/mc13892-regulator.c | 8 +-
2989 drivers/remoteproc/remoteproc_core.c | 26 +-
2990 drivers/rtc/rtc-armada38x.c | 7 +-
2991 drivers/rtc/rtc-cmos.c | 4 +-
2992 drivers/rtc/rtc-ds1307.c | 2 +-
2993 drivers/rtc/rtc-m41t80.c | 8 +-
2994 drivers/rtc/rtc-m48t59.c | 4 +-
2995 drivers/rtc/rtc-rv3029c2.c | 8 +-
2996 drivers/rtc/rtc-rv8803.c | 15 +-
2997 drivers/rtc/rtc-rx8010.c | 8 +-
2998 drivers/rtc/rtc-test.c | 6 +-
2999 drivers/scsi/aacraid/aachba.c | 7 +-
3000 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
3001 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
3002 drivers/scsi/be2iscsi/be_main.c | 2 +-
3003 drivers/scsi/bfa/bfa.h | 4 +-
3004 drivers/scsi/bfa/bfa_core.c | 4 +-
3005 drivers/scsi/bfa/bfa_cs.h | 124 +-
3006 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
3007 drivers/scsi/bfa/bfa_fcs.h | 34 +-
3008 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
3009 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
3010 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
3011 drivers/scsi/bfa/bfa_ioc.c | 8 +-
3012 drivers/scsi/bfa/bfa_ioc.h | 16 +-
3013 drivers/scsi/bfa/bfa_svc.c | 12 +-
3014 drivers/scsi/bfa/bfa_svc.h | 20 +-
3015 drivers/scsi/bfa/bfad.c | 12 +-
3016 drivers/scsi/bfa/bfad_bsg.c | 8 +-
3017 drivers/scsi/bfa/bfad_drv.h | 5 +-
3018 drivers/scsi/csiostor/csio_defs.h | 19 +-
3019 drivers/scsi/csiostor/csio_hw.c | 67 +-
3020 drivers/scsi/csiostor/csio_init.c | 2 +-
3021 drivers/scsi/csiostor/csio_lnode.c | 32 +-
3022 drivers/scsi/csiostor/csio_rnode.c | 28 +-
3023 drivers/scsi/csiostor/csio_scsi.c | 37 +-
3024 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
3025 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
3026 drivers/scsi/hpsa.c | 38 +-
3027 drivers/scsi/hpsa.h | 2 +-
3028 drivers/scsi/hptiop.c | 2 -
3029 drivers/scsi/hptiop.h | 1 -
3030 drivers/scsi/ipr.c | 32 +-
3031 drivers/scsi/ipr.h | 2 +-
3032 drivers/scsi/libfc/fc_exch.c | 50 +-
3033 drivers/scsi/libsas/sas_ata.c | 2 +-
3034 drivers/scsi/lpfc/lpfc.h | 8 +-
3035 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
3036 drivers/scsi/lpfc/lpfc_init.c | 8 +-
3037 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
3038 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
3039 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
3040 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
3041 drivers/scsi/pmcraid.c | 46 +-
3042 drivers/scsi/pmcraid.h | 8 +-
3043 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
3044 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
3045 drivers/scsi/qla2xxx/qla_os.c | 15 +-
3046 drivers/scsi/qla2xxx/qla_target.c | 16 +-
3047 drivers/scsi/qla2xxx/qla_target.h | 2 +-
3048 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
3049 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
3050 drivers/scsi/scsi.c | 2 +-
3051 drivers/scsi/scsi_debug.c | 42 +-
3052 drivers/scsi/scsi_lib.c | 8 +-
3053 drivers/scsi/scsi_sysfs.c | 2 +-
3054 drivers/scsi/scsi_transport_fc.c | 8 +-
3055 drivers/scsi/scsi_transport_iscsi.c | 6 +-
3056 drivers/scsi/scsi_transport_spi.c | 2 +-
3057 drivers/scsi/scsi_transport_srp.c | 8 +-
3058 drivers/scsi/sd.c | 6 +-
3059 drivers/scsi/sg.c | 2 +-
3060 drivers/scsi/sr.c | 21 +-
3061 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
3062 drivers/spi/spi.c | 2 +-
3063 drivers/staging/comedi/comedi_fops.c | 8 +-
3064 drivers/staging/fbtft/fbtft-core.c | 2 +-
3065 drivers/staging/fbtft/fbtft.h | 2 +-
3066 drivers/staging/gdm724x/gdm_lte.c | 2 +-
3067 drivers/staging/gdm724x/gdm_tty.c | 2 +-
3068 drivers/staging/i4l/icn/icn.c | 2 +-
3069 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
3070 drivers/staging/iio/adc/ad7280a.c | 4 +-
3071 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
3072 drivers/staging/lustre/lnet/selftest/brw_test.c | 13 +-
3073 drivers/staging/lustre/lnet/selftest/framework.c | 2 -
3074 drivers/staging/lustre/lnet/selftest/ping_test.c | 15 +-
3075 drivers/staging/lustre/lnet/selftest/selftest.h | 2 -
3076 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
3077 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
3078 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
3079 drivers/staging/lustre/lustre/include/obd.h | 2 +-
3080 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
3081 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
3082 drivers/staging/lustre/lustre/lov/lov_io.c | 60 +-
3083 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
3084 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
3085 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
3086 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
3087 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
3088 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
3089 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
3090 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
3091 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
3092 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
3093 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
3094 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
3095 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
3096 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
3097 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
3098 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
3099 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
3100 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
3101 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 8 +-
3102 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
3103 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
3104 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
3105 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
3106 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
3107 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
3108 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
3109 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
3110 drivers/staging/rtl8192e/rtllib.h | 4 +-
3111 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
3112 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
3113 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
3114 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
3115 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
3116 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
3117 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
3118 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
3119 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
3120 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
3121 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
3122 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
3123 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
3124 drivers/staging/rtl8712/xmit_linux.c | 2 +-
3125 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
3126 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
3127 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
3128 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
3129 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
3130 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
3131 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
3132 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
3133 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
3134 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
3135 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
3136 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
3137 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
3138 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
3139 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
3140 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
3141 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
3142 drivers/staging/sm750fb/sm750.c | 14 +-
3143 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
3144 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
3145 drivers/staging/vt6655/rxtx.c | 2 +-
3146 drivers/staging/vt6656/rxtx.c | 2 +-
3147 drivers/staging/wilc1000/linux_wlan.c | 2 +-
3148 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
3149 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
3150 drivers/target/sbp/sbp_target.c | 4 +-
3151 drivers/thermal/cpu_cooling.c | 9 +-
3152 drivers/thermal/devfreq_cooling.c | 19 +-
3153 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
3154 drivers/thermal/of-thermal.c | 17 +-
3155 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
3156 drivers/tty/cyclades.c | 6 +-
3157 drivers/tty/hvc/hvc_console.c | 14 +-
3158 drivers/tty/hvc/hvcs.c | 21 +-
3159 drivers/tty/hvc/hvsi.c | 22 +-
3160 drivers/tty/hvc/hvsi_lib.c | 4 +-
3161 drivers/tty/ipwireless/tty.c | 27 +-
3162 drivers/tty/moxa.c | 2 +-
3163 drivers/tty/n_gsm.c | 6 +-
3164 drivers/tty/n_tty.c | 28 +-
3165 drivers/tty/pty.c | 4 +-
3166 drivers/tty/rocket.c | 6 +-
3167 drivers/tty/serial/8250/8250_core.c | 10 +-
3168 drivers/tty/serial/8250/8250_pci.c | 2 +-
3169 drivers/tty/serial/ioc4_serial.c | 6 +-
3170 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
3171 drivers/tty/serial/kgdb_nmi.c | 4 +-
3172 drivers/tty/serial/kgdboc.c | 34 +-
3173 drivers/tty/serial/msm_serial.c | 4 +-
3174 drivers/tty/serial/samsung.c | 9 +-
3175 drivers/tty/serial/serial_core.c | 6 +-
3176 drivers/tty/synclink.c | 34 +-
3177 drivers/tty/synclink_gt.c | 28 +-
3178 drivers/tty/synclinkmp.c | 34 +-
3179 drivers/tty/tty_io.c | 2 +-
3180 drivers/tty/tty_ldisc.c | 8 +-
3181 drivers/tty/tty_port.c | 22 +-
3182 drivers/uio/uio.c | 13 +-
3183 drivers/usb/atm/cxacru.c | 2 +-
3184 drivers/usb/atm/usbatm.c | 24 +-
3185 drivers/usb/class/cdc-acm.h | 2 +-
3186 drivers/usb/core/devices.c | 6 +-
3187 drivers/usb/core/devio.c | 12 +-
3188 drivers/usb/core/hcd.c | 4 +-
3189 drivers/usb/core/sysfs.c | 2 +-
3190 drivers/usb/core/usb.c | 2 +-
3191 drivers/usb/early/ehci-dbgp.c | 16 +-
3192 drivers/usb/gadget/function/f_phonet.c | 2 +-
3193 drivers/usb/gadget/function/u_serial.c | 22 +-
3194 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
3195 drivers/usb/host/ehci-hcd.c | 2 +-
3196 drivers/usb/host/ehci-hub.c | 4 +-
3197 drivers/usb/host/ehci-q.c | 4 +-
3198 drivers/usb/host/fotg210-hcd.c | 2 +-
3199 drivers/usb/host/hwa-hc.c | 2 +-
3200 drivers/usb/host/ohci-hcd.c | 2 +-
3201 drivers/usb/host/r8a66597.h | 2 +-
3202 drivers/usb/host/uhci-hcd.c | 2 +-
3203 drivers/usb/host/xhci-pci.c | 2 +-
3204 drivers/usb/host/xhci-ring.c | 52 +-
3205 drivers/usb/host/xhci.c | 2 +-
3206 drivers/usb/misc/appledisplay.c | 4 +-
3207 drivers/usb/misc/sisusbvga/sisusb_con.c | 98 +-
3208 drivers/usb/serial/console.c | 8 +-
3209 drivers/usb/storage/transport.c | 2 +-
3210 drivers/usb/storage/usb.c | 2 +-
3211 drivers/usb/storage/usb.h | 2 +-
3212 drivers/usb/usbip/vhci.h | 2 +-
3213 drivers/usb/usbip/vhci_hcd.c | 6 +-
3214 drivers/usb/usbip/vhci_rx.c | 2 +-
3215 drivers/usb/wusbcore/wa-hc.h | 4 +-
3216 drivers/usb/wusbcore/wa-xfer.c | 2 +-
3217 drivers/vfio/pci/vfio_pci.c | 2 +-
3218 drivers/vhost/vringh.c | 20 +-
3219 drivers/video/backlight/kb3886_bl.c | 2 +-
3220 drivers/video/console/dummycon.c | 96 +-
3221 drivers/video/console/fbcon.c | 2 +-
3222 drivers/video/console/vgacon.c | 23 +-
3223 drivers/video/fbdev/aty/aty128fb.c | 2 +-
3224 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
3225 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
3226 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
3227 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
3228 drivers/video/fbdev/core/fb_defio.c | 8 +-
3229 drivers/video/fbdev/core/fbmem.c | 12 +-
3230 drivers/video/fbdev/hyperv_fb.c | 4 +-
3231 drivers/video/fbdev/i810/i810_accel.c | 1 +
3232 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
3233 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
3234 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
3235 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
3236 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
3237 drivers/video/fbdev/sis/sis_main.h | 2 +-
3238 drivers/video/fbdev/smscufx.c | 4 +-
3239 drivers/video/fbdev/udlfb.c | 36 +-
3240 drivers/video/fbdev/uvesafb.c | 52 +-
3241 drivers/video/fbdev/vesafb.c | 58 +-
3242 drivers/video/fbdev/via/via_clock.h | 2 +-
3243 drivers/xen/events/events_base.c | 6 +-
3244 drivers/xen/xen-pciback/pci_stub.c | 2 +-
3245 fs/9p/vfs_addr.c | 2 +-
3246 fs/9p/vfs_inode_dotl.c | 4 +-
3247 fs/Kconfig.binfmt | 2 +-
3248 fs/afs/file.c | 8 +-
3249 fs/afs/inode.c | 4 +-
3250 fs/afs/internal.h | 4 +-
3251 fs/aio.c | 2 +-
3252 fs/autofs4/waitq.c | 2 +-
3253 fs/befs/endian.h | 6 +-
3254 fs/binfmt_aout.c | 23 +-
3255 fs/binfmt_elf.c | 670 +-
3256 fs/binfmt_elf_fdpic.c | 4 +-
3257 fs/block_dev.c | 2 +-
3258 fs/btrfs/ctree.c | 11 +-
3259 fs/btrfs/ctree.h | 8 +-
3260 fs/btrfs/delayed-inode.c | 6 +-
3261 fs/btrfs/delayed-inode.h | 4 +-
3262 fs/btrfs/delayed-ref.c | 4 +-
3263 fs/btrfs/dev-replace.c | 20 +-
3264 fs/btrfs/dev-replace.h | 4 +-
3265 fs/btrfs/disk-io.c | 4 +-
3266 fs/btrfs/extent_map.c | 8 +-
3267 fs/btrfs/file.c | 4 +-
3268 fs/btrfs/free-space-cache.h | 1 +
3269 fs/btrfs/raid56.c | 30 +-
3270 fs/btrfs/scrub.c | 2 +-
3271 fs/btrfs/super.c | 2 +-
3272 fs/btrfs/sysfs.c | 2 +-
3273 fs/btrfs/tests/btrfs-tests.c | 2 +-
3274 fs/btrfs/tests/free-space-tests.c | 2 +-
3275 fs/btrfs/transaction.c | 2 +-
3276 fs/btrfs/tree-log.c | 8 +-
3277 fs/btrfs/tree-log.h | 2 +-
3278 fs/btrfs/volumes.c | 14 +-
3279 fs/btrfs/volumes.h | 22 +-
3280 fs/buffer.c | 2 +-
3281 fs/cachefiles/bind.c | 6 +-
3282 fs/cachefiles/daemon.c | 12 +-
3283 fs/cachefiles/internal.h | 16 +-
3284 fs/cachefiles/namei.c | 6 +-
3285 fs/cachefiles/proc.c | 12 +-
3286 fs/ceph/dir.c | 10 +-
3287 fs/ceph/super.c | 4 +-
3288 fs/cifs/cifs_debug.c | 12 +-
3289 fs/cifs/cifsfs.c | 8 +-
3290 fs/cifs/cifsglob.h | 54 +-
3291 fs/cifs/file.c | 14 +-
3292 fs/cifs/misc.c | 4 +-
3293 fs/cifs/smb1ops.c | 80 +-
3294 fs/cifs/smb2ops.c | 84 +-
3295 fs/cifs/smb2pdu.c | 3 +-
3296 fs/coda/cache.c | 10 +-
3297 fs/coda/dir.c | 5 +-
3298 fs/compat.c | 9 +-
3299 fs/compat_binfmt_elf.c | 2 +
3300 fs/compat_ioctl.c | 12 +-
3301 fs/configfs/dir.c | 10 +-
3302 fs/coredump.c | 18 +-
3303 fs/dcache.c | 64 +-
3304 fs/debugfs/file.c | 4 +-
3305 fs/ecryptfs/inode.c | 2 +-
3306 fs/ecryptfs/miscdev.c | 2 +-
3307 fs/exec.c | 369 +-
3308 fs/exofs/inode.c | 7 +-
3309 fs/ext2/xattr.c | 5 +-
3310 fs/ext4/ext4.h | 20 +-
3311 fs/ext4/mballoc.c | 44 +-
3312 fs/ext4/resize.c | 16 +-
3313 fs/ext4/super.c | 2 +-
3314 fs/ext4/sysfs.c | 2 +-
3315 fs/ext4/xattr.c | 5 +-
3316 fs/f2fs/f2fs.h | 7 +-
3317 fs/f2fs/super.c | 2 +-
3318 fs/fhandle.c | 5 +-
3319 fs/file.c | 18 +-
3320 fs/freevxfs/vxfs_inode.c | 8 +-
3321 fs/freevxfs/vxfs_inode.h | 4 +-
3322 fs/fs-writeback.c | 11 +-
3323 fs/fs_struct.c | 8 +-
3324 fs/fscache/cookie.c | 40 +-
3325 fs/fscache/internal.h | 202 +-
3326 fs/fscache/object.c | 26 +-
3327 fs/fscache/operation.c | 38 +-
3328 fs/fscache/page.c | 110 +-
3329 fs/fscache/stats.c | 348 +-
3330 fs/fuse/cuse.c | 10 +-
3331 fs/fuse/dev.c | 4 +-
3332 fs/fuse/file.c | 4 +-
3333 fs/fuse/inode.c | 4 +-
3334 fs/gfs2/aops.c | 2 +-
3335 fs/gfs2/file.c | 2 +-
3336 fs/gfs2/glock.c | 22 +-
3337 fs/gfs2/glops.c | 4 +-
3338 fs/gfs2/quota.c | 6 +-
3339 fs/hugetlbfs/inode.c | 13 +-
3340 fs/inode.c | 4 +-
3341 fs/jbd2/commit.c | 2 +-
3342 fs/jbd2/transaction.c | 4 +-
3343 fs/jffs2/erase.c | 3 +-
3344 fs/jffs2/file.c | 5 +-
3345 fs/jffs2/fs.c | 2 +-
3346 fs/jffs2/os-linux.h | 2 +-
3347 fs/jffs2/wbuf.c | 3 +-
3348 fs/jfs/super.c | 2 +-
3349 fs/kernfs/dir.c | 2 +-
3350 fs/kernfs/file.c | 20 +-
3351 fs/libfs.c | 10 +-
3352 fs/lockd/clnt4xdr.c | 46 +-
3353 fs/lockd/clntproc.c | 4 +-
3354 fs/lockd/clntxdr.c | 44 +-
3355 fs/lockd/mon.c | 24 +-
3356 fs/lockd/svc.c | 2 +-
3357 fs/lockd/svc4proc.c | 69 +-
3358 fs/lockd/svcproc.c | 75 +-
3359 fs/lockd/xdr.c | 44 +-
3360 fs/lockd/xdr4.c | 41 +-
3361 fs/logfs/dev_bdev.c | 13 +-
3362 fs/logfs/dev_mtd.c | 13 +-
3363 fs/logfs/dir.c | 4 +-
3364 fs/logfs/logfs.h | 5 +-
3365 fs/logfs/readwrite.c | 2 +-
3366 fs/logfs/segment.c | 2 +-
3367 fs/logfs/super.c | 39 -
3368 fs/namei.c | 14 +-
3369 fs/namespace.c | 15 +-
3370 fs/nfs/callback.h | 18 +-
3371 fs/nfs/callback_proc.c | 26 +-
3372 fs/nfs/callback_xdr.c | 73 +-
3373 fs/nfs/dir.c | 5 +-
3374 fs/nfs/inode.c | 6 +-
3375 fs/nfs/internal.h | 5 +-
3376 fs/nfs/mount_clnt.c | 26 +-
3377 fs/nfs/nfs2xdr.c | 101 +-
3378 fs/nfs/nfs3xdr.c | 201 +-
3379 fs/nfs/nfs42xdr.c | 72 +-
3380 fs/nfs/nfs4xdr.c | 507 +-
3381 fs/nfs/read.c | 2 +-
3382 fs/nfs/symlink.c | 6 +-
3383 fs/nfsd/current_stateid.h | 24 +-
3384 fs/nfsd/nfs2acl.c | 85 +-
3385 fs/nfsd/nfs3acl.c | 44 +-
3386 fs/nfsd/nfs3proc.c | 271 +-
3387 fs/nfsd/nfs3xdr.c | 171 +-
3388 fs/nfsd/nfs4callback.c | 31 +-
3389 fs/nfsd/nfs4proc.c | 320 +-
3390 fs/nfsd/nfs4state.c | 111 +-
3391 fs/nfsd/nfs4xdr.c | 564 +-
3392 fs/nfsd/nfscache.c | 11 +-
3393 fs/nfsd/nfsproc.c | 193 +-
3394 fs/nfsd/nfsxdr.c | 96 +-
3395 fs/nfsd/vfs.c | 6 +-
3396 fs/nfsd/xdr.h | 50 +-
3397 fs/nfsd/xdr3.h | 100 +-
3398 fs/nfsd/xdr4.h | 50 +-
3399 fs/nls/nls_base.c | 26 +-
3400 fs/nls/nls_cp932.c | 2 +-
3401 fs/nls/nls_cp936.c | 2 +-
3402 fs/nls/nls_cp949.c | 2 +-
3403 fs/nls/nls_cp950.c | 2 +-
3404 fs/nls/nls_euc-jp.c | 8 +-
3405 fs/nls/nls_koi8-ru.c | 8 +-
3406 fs/notify/fanotify/fanotify_user.c | 4 +-
3407 fs/notify/notification.c | 4 +-
3408 fs/ntfs/dir.c | 4 +-
3409 fs/ntfs/inode.c | 19 +-
3410 fs/ntfs/inode.h | 4 +-
3411 fs/ntfs/mft.c | 4 +-
3412 fs/ntfs/super.c | 8 +-
3413 fs/ocfs2/dlm/dlmcommon.h | 4 +-
3414 fs/ocfs2/dlm/dlmdebug.c | 10 +-
3415 fs/ocfs2/dlm/dlmdomain.c | 4 +-
3416 fs/ocfs2/dlm/dlmmaster.c | 4 +-
3417 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
3418 fs/ocfs2/filecheck.c | 2 +-
3419 fs/ocfs2/localalloc.c | 2 +-
3420 fs/ocfs2/ocfs2.h | 10 +-
3421 fs/ocfs2/suballoc.c | 12 +-
3422 fs/ocfs2/super.c | 20 +-
3423 fs/overlayfs/copy_up.c | 2 +-
3424 fs/pipe.c | 72 +-
3425 fs/posix_acl.c | 4 +-
3426 fs/proc/array.c | 20 +
3427 fs/proc/base.c | 7 +-
3428 fs/proc/kcore.c | 36 +-
3429 fs/proc/meminfo.c | 2 +-
3430 fs/proc/nommu.c | 2 +-
3431 fs/proc/proc_net.c | 2 +-
3432 fs/proc/proc_sysctl.c | 26 +-
3433 fs/proc/task_mmu.c | 39 +-
3434 fs/proc/task_nommu.c | 6 +-
3435 fs/proc/vmcore.c | 16 +-
3436 fs/qnx6/qnx6.h | 4 +-
3437 fs/quota/netlink.c | 4 +-
3438 fs/read_write.c | 34 +-
3439 fs/readdir.c | 3 +-
3440 fs/reiserfs/do_balan.c | 2 +-
3441 fs/reiserfs/procfs.c | 2 +-
3442 fs/reiserfs/reiserfs.h | 4 +-
3443 fs/select.c | 2 +-
3444 fs/seq_file.c | 4 +-
3445 fs/splice.c | 43 +-
3446 fs/squashfs/xattr.c | 10 +-
3447 fs/super.c | 3 +-
3448 fs/sysv/sysv.h | 2 +-
3449 fs/tracefs/inode.c | 8 +-
3450 fs/ubifs/find.c | 34 +-
3451 fs/ubifs/lprops.c | 5 +-
3452 fs/udf/misc.c | 2 +-
3453 fs/ufs/swab.h | 4 +-
3454 fs/userfaultfd.c | 2 +-
3455 fs/xattr.c | 21 +
3456 fs/xfs/libxfs/xfs_bmap.c | 2 +-
3457 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
3458 fs/xfs/xfs_dir2_readdir.c | 7 +-
3459 fs/xfs/xfs_ioctl.c | 2 +-
3460 fs/xfs/xfs_linux.h | 4 +-
3461 include/acpi/ghes.h | 2 +-
3462 include/asm-generic/4level-fixup.h | 2 +
3463 include/asm-generic/atomic-long.h | 186 +-
3464 include/asm-generic/atomic64.h | 12 +
3465 include/asm-generic/bitops/__fls.h | 2 +-
3466 include/asm-generic/bitops/fls.h | 2 +-
3467 include/asm-generic/bitops/fls64.h | 4 +-
3468 include/asm-generic/bug.h | 6 +-
3469 include/asm-generic/cache.h | 4 +-
3470 include/asm-generic/emergency-restart.h | 2 +-
3471 include/asm-generic/kmap_types.h | 4 +-
3472 include/asm-generic/local.h | 13 +
3473 include/asm-generic/pgtable-nopmd.h | 18 +-
3474 include/asm-generic/pgtable-nopud.h | 15 +-
3475 include/asm-generic/pgtable.h | 16 +
3476 include/asm-generic/sections.h | 1 +
3477 include/asm-generic/uaccess.h | 16 +
3478 include/asm-generic/vmlinux.lds.h | 15 +-
3479 include/crypto/algapi.h | 2 +-
3480 include/crypto/cast6.h | 4 +-
3481 include/crypto/serpent.h | 4 +-
3482 include/crypto/xts.h | 2 +-
3483 include/drm/drmP.h | 19 +-
3484 include/drm/drm_mm.h | 2 +-
3485 include/drm/drm_modeset_helper_vtables.h | 3 +-
3486 include/drm/i915_pciids.h | 2 +-
3487 include/drm/intel-gtt.h | 4 +-
3488 include/drm/ttm/ttm_memory.h | 2 +-
3489 include/drm/ttm/ttm_page_alloc.h | 1 +
3490 include/keys/asymmetric-subtype.h | 2 +-
3491 include/keys/encrypted-type.h | 2 +-
3492 include/keys/rxrpc-type.h | 2 +-
3493 include/keys/user-type.h | 2 +-
3494 include/linux/atmdev.h | 4 +-
3495 include/linux/atomic.h | 12 +-
3496 include/linux/audit.h | 2 +-
3497 include/linux/average.h | 2 +-
3498 include/linux/binfmts.h | 3 +-
3499 include/linux/bitmap.h | 2 +-
3500 include/linux/bitops.h | 8 +-
3501 include/linux/blk-cgroup.h | 24 +-
3502 include/linux/blkdev.h | 2 +-
3503 include/linux/blktrace_api.h | 2 +-
3504 include/linux/cache.h | 9 +
3505 include/linux/cdrom.h | 1 -
3506 include/linux/cgroup-defs.h | 2 +-
3507 include/linux/cleancache.h | 2 +-
3508 include/linux/clk-provider.h | 1 +
3509 include/linux/compat.h | 15 +-
3510 include/linux/compiler-gcc.h | 33 +-
3511 include/linux/compiler.h | 197 +-
3512 include/linux/configfs.h | 2 +-
3513 include/linux/cpufreq.h | 7 +-
3514 include/linux/cpuidle.h | 5 +-
3515 include/linux/cpumask.h | 14 +-
3516 include/linux/crypto.h | 4 +-
3517 include/linux/ctype.h | 2 +-
3518 include/linux/dcache.h | 4 +-
3519 include/linux/decompress/mm.h | 2 +-
3520 include/linux/devfreq.h | 2 +-
3521 include/linux/device.h | 7 +-
3522 include/linux/dma-mapping.h | 2 +-
3523 include/linux/efi.h | 1 +
3524 include/linux/elf.h | 2 +
3525 include/linux/err.h | 4 +-
3526 include/linux/ethtool.h | 1 +
3527 include/linux/extcon.h | 2 +-
3528 include/linux/fb.h | 3 +-
3529 include/linux/fdtable.h | 2 +-
3530 include/linux/firewire.h | 2 +-
3531 include/linux/fs.h | 5 +-
3532 include/linux/fs_struct.h | 2 +-
3533 include/linux/fscache-cache.h | 2 +-
3534 include/linux/fscache.h | 2 +-
3535 include/linux/fsnotify.h | 2 +-
3536 include/linux/genhd.h | 4 +-
3537 include/linux/genl_magic_func.h | 2 +-
3538 include/linux/genl_magic_struct.h | 4 +-
3539 include/linux/gfp.h | 14 +-
3540 include/linux/highmem.h | 12 +
3541 include/linux/hugetlb.h | 2 +-
3542 include/linux/hugetlb_cgroup.h | 11 +
3543 include/linux/hwmon-sysfs.h | 6 +-
3544 include/linux/i2c.h | 1 +
3545 include/linux/if_pppox.h | 2 +-
3546 include/linux/init.h | 10 +-
3547 include/linux/init_task.h | 7 +
3548 include/linux/interrupt.h | 6 +-
3549 include/linux/iommu.h | 2 +-
3550 include/linux/ioport.h | 2 +-
3551 include/linux/ipc.h | 2 +-
3552 include/linux/irq.h | 5 +-
3553 include/linux/irqchip/mmp.h | 2 +-
3554 include/linux/irqdesc.h | 2 +-
3555 include/linux/irqdomain.h | 3 +
3556 include/linux/jbd2.h | 2 +-
3557 include/linux/jiffies.h | 16 +-
3558 include/linux/kallsyms.h | 18 +-
3559 include/linux/key-type.h | 2 +-
3560 include/linux/kgdb.h | 6 +-
3561 include/linux/kmemleak.h | 4 +-
3562 include/linux/kobject.h | 3 +-
3563 include/linux/kobject_ns.h | 2 +-
3564 include/linux/kref.h | 2 +-
3565 include/linux/libata.h | 2 +-
3566 include/linux/linkage.h | 31 +-
3567 include/linux/list.h | 15 +
3568 include/linux/lockd/xdr.h | 34 +-
3569 include/linux/lockd/xdr4.h | 34 +-
3570 include/linux/lockref.h | 26 +-
3571 include/linux/math64.h | 10 +-
3572 include/linux/memcontrol.h | 2 +-
3573 include/linux/memory.h | 2 +-
3574 include/linux/mempolicy.h | 7 +
3575 include/linux/mm.h | 98 +-
3576 include/linux/mm_types.h | 20 +
3577 include/linux/mmiotrace.h | 4 +-
3578 include/linux/mmzone.h | 2 +-
3579 include/linux/mod_devicetable.h | 4 +-
3580 include/linux/module.h | 58 +-
3581 include/linux/moduleloader.h | 16 +
3582 include/linux/moduleparam.h | 12 +-
3583 include/linux/net.h | 2 +-
3584 include/linux/netdevice.h | 11 +-
3585 include/linux/netfilter.h | 2 +-
3586 include/linux/netfilter/ipset/ip_set.h | 16 +-
3587 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
3588 include/linux/netfilter/nfnetlink.h | 2 +-
3589 include/linux/netlink.h | 12 +-
3590 include/linux/nls.h | 4 +-
3591 include/linux/notifier.h | 3 +-
3592 include/linux/oprofile.h | 4 +-
3593 include/linux/padata.h | 2 +-
3594 include/linux/pagemap.h | 4 +-
3595 include/linux/pci_hotplug.h | 3 +-
3596 include/linux/percpu.h | 2 +-
3597 include/linux/perf_event.h | 12 +-
3598 include/linux/pid.h | 4 +-
3599 include/linux/pipe_fs_i.h | 8 +-
3600 include/linux/pm.h | 1 +
3601 include/linux/pm_domain.h | 2 +-
3602 include/linux/pm_runtime.h | 2 +-
3603 include/linux/pnp.h | 2 +-
3604 include/linux/poison.h | 4 +-
3605 include/linux/power/smartreflex.h | 2 +-
3606 include/linux/ppp-comp.h | 2 +-
3607 include/linux/preempt.h | 21 +
3608 include/linux/printk.h | 2 +-
3609 include/linux/proc_ns.h | 2 +-
3610 include/linux/psci.h | 2 +-
3611 include/linux/quota.h | 2 +-
3612 include/linux/random.h | 19 +-
3613 include/linux/rculist.h | 16 +
3614 include/linux/rcupdate.h | 8 +
3615 include/linux/reboot.h | 14 +-
3616 include/linux/regset.h | 3 +-
3617 include/linux/relay.h | 2 +-
3618 include/linux/rio.h | 2 +-
3619 include/linux/rmap.h | 4 +-
3620 include/linux/sched.h | 77 +-
3621 include/linux/scif.h | 2 +-
3622 include/linux/semaphore.h | 2 +-
3623 include/linux/seq_buf.h | 4 +-
3624 include/linux/seq_file.h | 1 +
3625 include/linux/seqlock.h | 10 +
3626 include/linux/signal.h | 2 +-
3627 include/linux/skbuff.h | 12 +-
3628 include/linux/slab.h | 47 +-
3629 include/linux/slab_def.h | 14 +-
3630 include/linux/slub_def.h | 2 +-
3631 include/linux/smp.h | 2 +
3632 include/linux/sock_diag.h | 2 +-
3633 include/linux/sonet.h | 2 +-
3634 include/linux/spinlock.h | 17 +-
3635 include/linux/srcu.h | 5 +-
3636 include/linux/string.h | 70 +-
3637 include/linux/sunrpc/addr.h | 8 +-
3638 include/linux/sunrpc/clnt.h | 2 +-
3639 include/linux/sunrpc/svc.h | 2 +-
3640 include/linux/sunrpc/svc_rdma.h | 18 +-
3641 include/linux/sunrpc/svcauth.h | 2 +-
3642 include/linux/swapops.h | 10 +-
3643 include/linux/swiotlb.h | 3 +-
3644 include/linux/syscalls.h | 38 +-
3645 include/linux/syscore_ops.h | 2 +-
3646 include/linux/sysctl.h | 3 +-
3647 include/linux/sysfs.h | 11 +-
3648 include/linux/sysrq.h | 3 +-
3649 include/linux/tcp.h | 14 +-
3650 include/linux/thread_info.h | 7 +
3651 include/linux/tty.h | 4 +-
3652 include/linux/tty_driver.h | 2 +-
3653 include/linux/tty_ldisc.h | 2 +-
3654 include/linux/types.h | 18 +
3655 include/linux/uaccess.h | 2 +-
3656 include/linux/uio_driver.h | 2 +-
3657 include/linux/unaligned/access_ok.h | 24 +-
3658 include/linux/usb.h | 12 +-
3659 include/linux/usb/hcd.h | 1 +
3660 include/linux/usb/renesas_usbhs.h | 2 +-
3661 include/linux/vermagic.h | 21 +-
3662 include/linux/vga_switcheroo.h | 8 +-
3663 include/linux/vmalloc.h | 7 +-
3664 include/linux/vmstat.h | 24 +-
3665 include/linux/writeback.h | 3 +-
3666 include/linux/xattr.h | 5 +-
3667 include/linux/zlib.h | 3 +-
3668 include/media/v4l2-dev.h | 2 +-
3669 include/media/v4l2-device.h | 2 +-
3670 include/net/9p/transport.h | 2 +-
3671 include/net/bluetooth/l2cap.h | 2 +-
3672 include/net/bonding.h | 2 +-
3673 include/net/caif/cfctrl.h | 6 +-
3674 include/net/cfg80211-wext.h | 20 +-
3675 include/net/cfg802154.h | 2 +-
3676 include/net/fib_rules.h | 3 +-
3677 include/net/flow.h | 2 +-
3678 include/net/genetlink.h | 2 +-
3679 include/net/gro_cells.h | 2 +-
3680 include/net/inet_connection_sock.h | 2 +-
3681 include/net/inet_sock.h | 2 +-
3682 include/net/inetpeer.h | 2 +-
3683 include/net/ip_fib.h | 2 +-
3684 include/net/ip_vs.h | 8 +-
3685 include/net/ipv6.h | 2 +-
3686 include/net/irda/ircomm_tty.h | 1 +
3687 include/net/irda/irias_object.h | 2 +-
3688 include/net/irda/irlmp.h | 1 +
3689 include/net/irda/irlmp_event.h | 6 +-
3690 include/net/irda/timer.h | 6 +-
3691 include/net/iucv/af_iucv.h | 2 +-
3692 include/net/llc_c_ac.h | 2 +-
3693 include/net/llc_c_ev.h | 4 +-
3694 include/net/llc_c_st.h | 2 +-
3695 include/net/llc_s_ac.h | 2 +-
3696 include/net/llc_s_st.h | 2 +-
3697 include/net/mac80211.h | 6 +-
3698 include/net/neighbour.h | 4 +-
3699 include/net/net_namespace.h | 18 +-
3700 include/net/netfilter/nf_conntrack.h | 2 +-
3701 include/net/netlink.h | 2 +-
3702 include/net/netns/conntrack.h | 6 +-
3703 include/net/netns/ipv4.h | 4 +-
3704 include/net/netns/ipv6.h | 4 +-
3705 include/net/netns/xfrm.h | 2 +-
3706 include/net/ping.h | 2 +-
3707 include/net/protocol.h | 4 +-
3708 include/net/rtnetlink.h | 2 +-
3709 include/net/sctp/checksum.h | 4 +-
3710 include/net/sctp/sm.h | 4 +-
3711 include/net/sctp/structs.h | 2 +-
3712 include/net/snmp.h | 10 +-
3713 include/net/sock.h | 14 +-
3714 include/net/tcp.h | 10 +-
3715 include/net/xfrm.h | 15 +-
3716 include/rdma/ib_cm.h | 8 +-
3717 include/rdma/ib_verbs.h | 2 +-
3718 include/scsi/libfc.h | 3 +-
3719 include/scsi/scsi_device.h | 6 +-
3720 include/scsi/scsi_driver.h | 2 +-
3721 include/scsi/scsi_transport_fc.h | 3 +-
3722 include/scsi/sg.h | 2 +-
3723 include/sound/compress_driver.h | 2 +-
3724 include/sound/control.h | 4 +-
3725 include/sound/pcm.h | 2 +-
3726 include/sound/rawmidi.h | 3 +-
3727 include/sound/seq_kernel.h | 2 +-
3728 include/sound/soc.h | 4 +-
3729 include/trace/events/irq.h | 4 +-
3730 include/trace/events/mmflags.h | 7 +
3731 include/uapi/linux/a.out.h | 8 +
3732 include/uapi/linux/bcache.h | 5 +-
3733 include/uapi/linux/byteorder/little_endian.h | 28 +-
3734 include/uapi/linux/connector.h | 2 +-
3735 include/uapi/linux/elf.h | 28 +
3736 include/uapi/linux/screen_info.h | 2 +-
3737 include/uapi/linux/swab.h | 6 +-
3738 include/uapi/linux/xattr.h | 5 +
3739 include/video/udlfb.h | 8 +-
3740 include/video/uvesafb.h | 1 +
3741 init/Kconfig | 2 +-
3742 init/do_mounts.c | 16 +-
3743 init/do_mounts.h | 8 +-
3744 init/do_mounts_initrd.c | 30 +-
3745 init/do_mounts_md.c | 6 +-
3746 init/init_task.c | 4 +
3747 init/initramfs.c | 38 +-
3748 init/main.c | 30 +-
3749 ipc/compat.c | 4 +-
3750 ipc/ipc_sysctl.c | 14 +-
3751 ipc/mq_sysctl.c | 4 +-
3752 ipc/sem.c | 4 +-
3753 ipc/shm.c | 8 +-
3754 kernel/audit.c | 10 +-
3755 kernel/auditsc.c | 4 +-
3756 kernel/bpf/core.c | 28 +-
3757 kernel/capability.c | 3 +
3758 kernel/cgroup.c | 29 +-
3759 kernel/compat.c | 38 +-
3760 kernel/debug/debug_core.c | 16 +-
3761 kernel/debug/kdb/kdb_main.c | 4 +-
3762 kernel/events/callchain.c | 2 +-
3763 kernel/events/core.c | 36 +-
3764 kernel/events/internal.h | 10 +-
3765 kernel/events/uprobes.c | 2 +-
3766 kernel/exit.c | 27 +-
3767 kernel/fork.c | 175 +-
3768 kernel/futex.c | 9 +
3769 kernel/futex_compat.c | 2 +-
3770 kernel/irq/manage.c | 2 +-
3771 kernel/irq/msi.c | 19 +-
3772 kernel/irq/spurious.c | 2 +-
3773 kernel/jump_label.c | 5 +
3774 kernel/kallsyms.c | 40 +-
3775 kernel/kexec.c | 3 +-
3776 kernel/kmod.c | 8 +-
3777 kernel/kprobes.c | 4 +-
3778 kernel/ksysfs.c | 2 +-
3779 kernel/locking/lockdep.c | 7 +-
3780 kernel/module.c | 405 +-
3781 kernel/notifier.c | 17 +-
3782 kernel/padata.c | 4 +-
3783 kernel/panic.c | 11 +-
3784 kernel/pid.c | 8 +-
3785 kernel/pid_namespace.c | 2 +-
3786 kernel/power/process.c | 12 +-
3787 kernel/profile.c | 14 +-
3788 kernel/ptrace.c | 8 +-
3789 kernel/rcu/rcutorture.c | 60 +-
3790 kernel/rcu/tiny.c | 4 +-
3791 kernel/rcu/tree.c | 42 +-
3792 kernel/rcu/tree.h | 14 +-
3793 kernel/rcu/tree_plugin.h | 18 +-
3794 kernel/rcu/tree_trace.c | 12 +-
3795 kernel/resource.c | 4 +-
3796 kernel/sched/auto_group.c | 4 +-
3797 kernel/sched/core.c | 8 +-
3798 kernel/sched/deadline.c | 4 +-
3799 kernel/sched/debug.c | 45 +-
3800 kernel/sched/fair.c | 2 +-
3801 kernel/sched/rt.c | 4 +-
3802 kernel/sched/sched.h | 13 +-
3803 kernel/signal.c | 28 +-
3804 kernel/smp.c | 2 +-
3805 kernel/smpboot.c | 7 +-
3806 kernel/softirq.c | 12 +-
3807 kernel/stop_machine.c | 2 +-
3808 kernel/sys.c | 10 +-
3809 kernel/sys_ni.c | 4 +-
3810 kernel/sysctl.c | 34 +-
3811 kernel/time/alarmtimer.c | 4 +-
3812 kernel/time/posix-clock.c | 8 +-
3813 kernel/time/posix-cpu-timers.c | 4 +-
3814 kernel/time/posix-timers.c | 36 +-
3815 kernel/time/timer.c | 2 +-
3816 kernel/time/timer_stats.c | 10 +-
3817 kernel/trace/blktrace.c | 6 +-
3818 kernel/trace/ftrace.c | 33 +-
3819 kernel/trace/ring_buffer.c | 96 +-
3820 kernel/trace/trace.c | 2 +-
3821 kernel/trace/trace.h | 2 +-
3822 kernel/trace/trace_clock.c | 4 +-
3823 kernel/trace/trace_events.c | 1 -
3824 kernel/trace/trace_events_hist.c | 4 +-
3825 kernel/trace/trace_functions_graph.c | 4 +-
3826 kernel/trace/trace_mmiotrace.c | 8 +-
3827 kernel/trace/trace_output.c | 10 +-
3828 kernel/trace/trace_seq.c | 2 +-
3829 kernel/trace/trace_stack.c | 2 +-
3830 kernel/trace/tracing_map.c | 48 +-
3831 kernel/trace/tracing_map.h | 6 +-
3832 kernel/user.c | 2 +-
3833 kernel/user_namespace.c | 2 +-
3834 kernel/utsname_sysctl.c | 2 +-
3835 kernel/watchdog.c | 2 +-
3836 kernel/workqueue.c | 8 +-
3837 lib/Kconfig.debug | 8 +-
3838 lib/Makefile | 2 +-
3839 lib/bitmap.c | 8 +-
3840 lib/bug.c | 2 +
3841 lib/debugobjects.c | 2 +-
3842 lib/decompress_bunzip2.c | 3 +-
3843 lib/decompress_unlzma.c | 4 +-
3844 lib/div64.c | 4 +-
3845 lib/dma-debug.c | 4 +-
3846 lib/extable.c | 11 +-
3847 lib/inflate.c | 2 +-
3848 lib/ioremap.c | 4 +-
3849 lib/irq_poll.c | 2 +-
3850 lib/kobject.c | 4 +-
3851 lib/list_debug.c | 126 +-
3852 lib/lockref.c | 44 +-
3853 lib/percpu-refcount.c | 2 +-
3854 lib/radix-tree.c | 2 +-
3855 lib/random32.c | 2 +-
3856 lib/rhashtable.c | 4 +-
3857 lib/seq_buf.c | 4 +-
3858 lib/show_mem.c | 2 +-
3859 lib/strncpy_from_user.c | 2 +-
3860 lib/strnlen_user.c | 2 +-
3861 lib/swiotlb.c | 2 +-
3862 lib/usercopy.c | 6 +
3863 lib/vsprintf.c | 12 +-
3864 mm/Kconfig | 6 +-
3865 mm/backing-dev.c | 4 +-
3866 mm/fadvise.c | 2 +-
3867 mm/filemap.c | 8 +-
3868 mm/gup.c | 13 +-
3869 mm/highmem.c | 6 +-
3870 mm/hugetlb.c | 125 +-
3871 mm/hugetlb_cgroup.c | 60 +-
3872 mm/internal.h | 3 +-
3873 mm/maccess.c | 12 +-
3874 mm/madvise.c | 37 +
3875 mm/memcontrol.c | 6 +-
3876 mm/memory-failure.c | 6 +-
3877 mm/memory.c | 424 +-
3878 mm/mempolicy.c | 25 +
3879 mm/mlock.c | 18 +-
3880 mm/mm_init.c | 2 +-
3881 mm/mmap.c | 552 +-
3882 mm/mprotect.c | 137 +-
3883 mm/mremap.c | 39 +-
3884 mm/nommu.c | 21 +-
3885 mm/page-writeback.c | 2 +-
3886 mm/page_alloc.c | 61 +-
3887 mm/percpu.c | 2 +-
3888 mm/process_vm_access.c | 14 +-
3889 mm/readahead.c | 2 +-
3890 mm/rmap.c | 43 +-
3891 mm/shmem.c | 36 +-
3892 mm/slab.c | 113 +-
3893 mm/slab.h | 37 +-
3894 mm/slab_common.c | 85 +-
3895 mm/slob.c | 248 +-
3896 mm/slub.c | 118 +-
3897 mm/sparse-vmemmap.c | 4 +-
3898 mm/sparse.c | 2 +-
3899 mm/swap.c | 7 +
3900 mm/swapfile.c | 12 +-
3901 mm/util.c | 7 +
3902 mm/vmalloc.c | 116 +-
3903 mm/vmstat.c | 14 +-
3904 net/8021q/vlan.c | 5 +-
3905 net/8021q/vlan_netlink.c | 2 +-
3906 net/9p/mod.c | 4 +-
3907 net/9p/trans_fd.c | 2 +-
3908 net/atm/atm_misc.c | 8 +-
3909 net/atm/lec.h | 2 +-
3910 net/atm/proc.c | 6 +-
3911 net/atm/resources.c | 4 +-
3912 net/ax25/sysctl_net_ax25.c | 2 +-
3913 net/batman-adv/bat_iv_ogm.c | 8 +-
3914 net/batman-adv/fragmentation.c | 2 +-
3915 net/batman-adv/routing.c | 4 +-
3916 net/batman-adv/soft-interface.c | 12 +-
3917 net/batman-adv/sysfs.c | 48 +-
3918 net/batman-adv/sysfs.h | 4 +-
3919 net/batman-adv/translation-table.c | 14 +-
3920 net/batman-adv/types.h | 8 +-
3921 net/bluetooth/hci_sock.c | 2 +-
3922 net/bluetooth/l2cap_core.c | 6 +-
3923 net/bluetooth/l2cap_sock.c | 12 +-
3924 net/bluetooth/rfcomm/sock.c | 4 +-
3925 net/bluetooth/rfcomm/tty.c | 4 +-
3926 net/bridge/br_netfilter_hooks.c | 4 +-
3927 net/bridge/br_netlink.c | 2 +-
3928 net/bridge/netfilter/ebtables.c | 6 +-
3929 net/caif/cfctrl.c | 11 +-
3930 net/caif/chnl_net.c | 4 +-
3931 net/can/af_can.c | 2 +-
3932 net/can/gw.c | 6 +-
3933 net/ceph/ceph_common.c | 2 +-
3934 net/ceph/messenger.c | 4 +-
3935 net/compat.c | 26 +-
3936 net/core/datagram.c | 2 +-
3937 net/core/dev.c | 26 +-
3938 net/core/filter.c | 2 +-
3939 net/core/flow.c | 8 +-
3940 net/core/neighbour.c | 18 +-
3941 net/core/net-procfs.c | 4 +-
3942 net/core/net-sysfs.c | 2 +-
3943 net/core/net_namespace.c | 10 +-
3944 net/core/netpoll.c | 4 +-
3945 net/core/rtnetlink.c | 17 +-
3946 net/core/scm.c | 12 +-
3947 net/core/skbuff.c | 11 +-
3948 net/core/sock.c | 32 +-
3949 net/core/sock_diag.c | 17 +-
3950 net/core/sysctl_net_core.c | 22 +-
3951 net/decnet/af_decnet.c | 1 +
3952 net/decnet/sysctl_net_decnet.c | 4 +-
3953 net/dsa/dsa.c | 2 +-
3954 net/dsa/slave.c | 4 +-
3955 net/hsr/hsr_device.c | 2 +-
3956 net/hsr/hsr_netlink.c | 2 +-
3957 net/ieee802154/6lowpan/core.c | 2 +-
3958 net/ieee802154/6lowpan/reassembly.c | 14 +-
3959 net/ieee802154/core.c | 6 +-
3960 net/ipv4/af_inet.c | 6 +-
3961 net/ipv4/arp.c | 2 +-
3962 net/ipv4/devinet.c | 20 +-
3963 net/ipv4/fib_frontend.c | 6 +-
3964 net/ipv4/fib_semantics.c | 2 +-
3965 net/ipv4/icmp.c | 2 +-
3966 net/ipv4/inet_connection_sock.c | 4 +-
3967 net/ipv4/inet_diag.c | 4 +-
3968 net/ipv4/inet_timewait_sock.c | 2 +-
3969 net/ipv4/inetpeer.c | 2 +-
3970 net/ipv4/ip_fragment.c | 17 +-
3971 net/ipv4/ip_gre.c | 6 +-
3972 net/ipv4/ip_sockglue.c | 2 +-
3973 net/ipv4/ip_vti.c | 4 +-
3974 net/ipv4/ipconfig.c | 6 +-
3975 net/ipv4/ipip.c | 4 +-
3976 net/ipv4/netfilter/arp_tables.c | 10 +-
3977 net/ipv4/netfilter/ip_tables.c | 10 +-
3978 net/ipv4/ping.c | 14 +-
3979 net/ipv4/proc.c | 10 +-
3980 net/ipv4/raw.c | 16 +-
3981 net/ipv4/route.c | 40 +-
3982 net/ipv4/sysctl_net_ipv4.c | 24 +-
3983 net/ipv4/tcp_input.c | 6 +-
3984 net/ipv4/tcp_ipv4.c | 2 +-
3985 net/ipv4/tcp_metrics.c | 2 +-
3986 net/ipv4/tcp_probe.c | 2 +-
3987 net/ipv4/udp.c | 10 +-
3988 net/ipv4/xfrm4_mode_beet.c | 2 +-
3989 net/ipv4/xfrm4_mode_transport.c | 2 +-
3990 net/ipv4/xfrm4_policy.c | 19 +-
3991 net/ipv4/xfrm4_state.c | 4 +-
3992 net/ipv6/addrconf.c | 26 +-
3993 net/ipv6/af_inet6.c | 2 +-
3994 net/ipv6/datagram.c | 2 +-
3995 net/ipv6/icmp.c | 2 +-
3996 net/ipv6/inet6_hashtables.c | 2 +-
3997 net/ipv6/ip6_fib.c | 4 +-
3998 net/ipv6/ip6_gre.c | 10 +-
3999 net/ipv6/ip6_tunnel.c | 4 +-
4000 net/ipv6/ip6_vti.c | 4 +-
4001 net/ipv6/ipv6_sockglue.c | 2 +-
4002 net/ipv6/ndisc.c | 2 +-
4003 net/ipv6/netfilter/ip6_tables.c | 10 +-
4004 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
4005 net/ipv6/ping.c | 33 +-
4006 net/ipv6/proc.c | 10 +-
4007 net/ipv6/raw.c | 17 +-
4008 net/ipv6/reassembly.c | 13 +-
4009 net/ipv6/route.c | 2 +-
4010 net/ipv6/sit.c | 4 +-
4011 net/ipv6/sysctl_net_ipv6.c | 2 +-
4012 net/ipv6/udp.c | 6 +-
4013 net/ipv6/xfrm6_mode_beet.c | 2 +-
4014 net/ipv6/xfrm6_mode_transport.c | 2 +-
4015 net/ipv6/xfrm6_policy.c | 17 +-
4016 net/irda/discovery.c | 2 +-
4017 net/irda/ircomm/ircomm_core.c | 13 +-
4018 net/irda/ircomm/ircomm_tty.c | 24 +-
4019 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
4020 net/irda/irda_device.c | 14 +-
4021 net/irda/iriap.c | 14 +-
4022 net/irda/irias_object.c | 10 +-
4023 net/irda/irlan/irlan_client.c | 2 +-
4024 net/irda/irlap.c | 15 +-
4025 net/irda/irlap_event.c | 2 +-
4026 net/irda/irlmp.c | 21 +-
4027 net/irda/irlmp_event.c | 6 +-
4028 net/irda/irnet/irnet.h | 2 +-
4029 net/irda/irnet/irnet_irda.c | 6 +-
4030 net/irda/irttp.c | 8 +-
4031 net/irda/timer.c | 24 +-
4032 net/iucv/af_iucv.c | 4 +-
4033 net/iucv/iucv.c | 2 +-
4034 net/key/af_key.c | 4 +-
4035 net/l2tp/l2tp_eth.c | 40 +-
4036 net/l2tp/l2tp_ip.c | 2 +-
4037 net/l2tp/l2tp_ip6.c | 2 +-
4038 net/mac80211/cfg.c | 12 +-
4039 net/mac80211/debugfs.c | 2 +-
4040 net/mac80211/debugfs_key.c | 6 +-
4041 net/mac80211/ieee80211_i.h | 3 +-
4042 net/mac80211/iface.c | 20 +-
4043 net/mac80211/main.c | 2 +-
4044 net/mac80211/pm.c | 4 +-
4045 net/mac80211/rate.c | 2 +-
4046 net/mac80211/sta_info.c | 2 +-
4047 net/mac80211/tx.c | 2 +-
4048 net/mac80211/util.c | 8 +-
4049 net/mac80211/wpa.c | 12 +-
4050 net/mac802154/iface.c | 6 +-
4051 net/mpls/af_mpls.c | 10 +-
4052 net/netfilter/ipset/ip_set_core.c | 7 +-
4053 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
4054 net/netfilter/ipvs/ip_vs_core.c | 8 +-
4055 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
4056 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
4057 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
4058 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
4059 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
4060 net/netfilter/nf_conntrack_acct.c | 2 +-
4061 net/netfilter/nf_conntrack_core.c | 2 +-
4062 net/netfilter/nf_conntrack_ecache.c | 2 +-
4063 net/netfilter/nf_conntrack_helper.c | 2 +-
4064 net/netfilter/nf_conntrack_netlink.c | 22 +-
4065 net/netfilter/nf_conntrack_proto.c | 2 +-
4066 net/netfilter/nf_conntrack_standalone.c | 2 +-
4067 net/netfilter/nf_conntrack_timestamp.c | 2 +-
4068 net/netfilter/nf_log.c | 10 +-
4069 net/netfilter/nf_nat_ftp.c | 2 +-
4070 net/netfilter/nf_nat_irc.c | 2 +-
4071 net/netfilter/nf_sockopt.c | 4 +-
4072 net/netfilter/nf_tables_api.c | 13 +-
4073 net/netfilter/nfnetlink_acct.c | 33 +-
4074 net/netfilter/nfnetlink_cthelper.c | 2 +-
4075 net/netfilter/nfnetlink_cttimeout.c | 2 +-
4076 net/netfilter/nfnetlink_log.c | 4 +-
4077 net/netfilter/nft_compat.c | 9 +-
4078 net/netfilter/xt_IDLETIMER.c | 12 +-
4079 net/netfilter/xt_statistic.c | 8 +-
4080 net/netlink/af_netlink.c | 16 +-
4081 net/netlink/diag.c | 2 +-
4082 net/netlink/genetlink.c | 14 +-
4083 net/openvswitch/vport-geneve.c | 7 +-
4084 net/openvswitch/vport-gre.c | 7 +-
4085 net/openvswitch/vport-internal_dev.c | 4 +-
4086 net/openvswitch/vport-netdev.c | 7 +-
4087 net/openvswitch/vport-vxlan.c | 7 +-
4088 net/packet/af_packet.c | 26 +-
4089 net/packet/diag.c | 2 +-
4090 net/packet/internal.h | 6 +-
4091 net/phonet/pep.c | 6 +-
4092 net/phonet/socket.c | 2 +-
4093 net/phonet/sysctl.c | 2 +-
4094 net/rds/cong.c | 6 +-
4095 net/rds/ib.h | 2 +-
4096 net/rds/ib_cm.c | 2 +-
4097 net/rds/ib_recv.c | 4 +-
4098 net/rds/rds.h | 2 +-
4099 net/rds/tcp.c | 6 +-
4100 net/rds/tcp.h | 6 +-
4101 net/rds/tcp_send.c | 2 +-
4102 net/rxrpc/af_rxrpc.c | 2 +-
4103 net/rxrpc/ar-ack.c | 14 +-
4104 net/rxrpc/ar-call.c | 2 +-
4105 net/rxrpc/ar-connection.c | 2 +-
4106 net/rxrpc/ar-connevent.c | 2 +-
4107 net/rxrpc/ar-input.c | 4 +-
4108 net/rxrpc/ar-internal.h | 8 +-
4109 net/rxrpc/ar-local.c | 2 +-
4110 net/rxrpc/ar-output.c | 4 +-
4111 net/rxrpc/ar-peer.c | 2 +-
4112 net/rxrpc/ar-proc.c | 4 +-
4113 net/rxrpc/ar-transport.c | 2 +-
4114 net/rxrpc/rxkad.c | 4 +-
4115 net/sched/sch_generic.c | 4 +-
4116 net/sched/sch_tbf.c | 9 +-
4117 net/sctp/ipv6.c | 4 +-
4118 net/sctp/protocol.c | 8 +-
4119 net/sctp/sctp_diag.c | 2 +-
4120 net/sctp/sm_sideeffect.c | 4 +-
4121 net/sctp/socket.c | 21 +-
4122 net/sctp/sysctl.c | 10 +-
4123 net/socket.c | 18 +-
4124 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
4125 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
4126 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
4127 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
4128 net/sunrpc/clnt.c | 4 +-
4129 net/sunrpc/rpcb_clnt.c | 66 +-
4130 net/sunrpc/sched.c | 4 +-
4131 net/sunrpc/svc.c | 8 +-
4132 net/sunrpc/svcauth_unix.c | 2 +-
4133 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
4134 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
4135 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
4136 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
4137 net/tipc/netlink_compat.c | 12 +-
4138 net/tipc/subscr.c | 2 +-
4139 net/unix/diag.c | 2 +-
4140 net/unix/sysctl_net_unix.c | 2 +-
4141 net/wireless/scan.c | 3 +-
4142 net/wireless/wext-compat.c | 141 +-
4143 net/wireless/wext-compat.h | 8 +-
4144 net/wireless/wext-core.c | 19 +-
4145 net/wireless/wext-sme.c | 5 +-
4146 net/xfrm/xfrm_policy.c | 18 +-
4147 net/xfrm/xfrm_state.c | 37 +-
4148 net/xfrm/xfrm_sysctl.c | 2 +-
4149 net/xfrm/xfrm_user.c | 2 +-
4150 scripts/Kbuild.include | 12 +-
4151 scripts/Makefile | 2 +-
4152 scripts/Makefile.build | 2 +-
4153 scripts/Makefile.clean | 4 +-
4154 scripts/Makefile.extrawarn | 4 +
4155 scripts/Makefile.gcc-plugins | 95 +
4156 scripts/Makefile.host | 73 +-
4157 scripts/basic/fixdep.c | 10 +-
4158 scripts/dtc/checks.c | 14 +-
4159 scripts/dtc/data.c | 6 +-
4160 scripts/dtc/flattree.c | 8 +-
4161 scripts/dtc/livetree.c | 4 +-
4162 scripts/gcc-plugin.sh | 65 +
4163 scripts/gcc-plugins/Makefile | 28 +
4164 scripts/gcc-plugins/checker_plugin.c | 496 +
4165 scripts/gcc-plugins/colorize_plugin.c | 162 +
4166 scripts/gcc-plugins/constify_plugin.c | 582 +
4167 scripts/gcc-plugins/gcc-common.h | 894 +
4168 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 175 +
4169 scripts/gcc-plugins/gcc-generate-ipa-pass.h | 289 +
4170 scripts/gcc-plugins/gcc-generate-rtl-pass.h | 175 +
4171 scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h | 175 +
4172 scripts/gcc-plugins/initify_plugin.c | 536 +
4173 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
4174 scripts/gcc-plugins/kernexec_plugin.c | 407 +
4175 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
4176 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
4177 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
4178 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
4179 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
4180 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 513 +
4181 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
4182 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
4183 scripts/gcc-plugins/size_overflow_plugin/Makefile | 30 +
4184 .../disable_size_overflow_hash.data | 12445 +++++++++++
4185 .../generate_size_overflow_hash.sh | 103 +
4186 .../insert_size_overflow_asm.c | 369 +
4187 .../size_overflow_plugin/intentional_overflow.c | 1166 +
4188 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
4189 .../size_overflow_plugin/size_overflow.h | 331 +
4190 .../size_overflow_plugin/size_overflow_debug.c | 194 +
4191 .../size_overflow_plugin/size_overflow_hash.data | 22068 +++++++++++++++++++
4192 .../size_overflow_hash_aux.data | 97 +
4193 .../size_overflow_plugin/size_overflow_ipa.c | 1163 +
4194 .../size_overflow_plugin/size_overflow_misc.c | 505 +
4195 .../size_overflow_plugin/size_overflow_plugin.c | 290 +
4196 .../size_overflow_plugin_hash.c | 352 +
4197 .../size_overflow_plugin/size_overflow_transform.c | 743 +
4198 .../size_overflow_transform_core.c | 1025 +
4199 scripts/gcc-plugins/stackleak_plugin.c | 350 +
4200 scripts/gcc-plugins/structleak_plugin.c | 239 +
4201 scripts/headers_install.sh | 1 +
4202 scripts/kallsyms.c | 4 +-
4203 scripts/kconfig/lkc.h | 5 +-
4204 scripts/kconfig/menu.c | 2 +-
4205 scripts/kconfig/symbol.c | 6 +-
4206 scripts/link-vmlinux.sh | 2 +-
4207 scripts/mod/file2alias.c | 14 +-
4208 scripts/mod/modpost.c | 40 +-
4209 scripts/mod/modpost.h | 6 +-
4210 scripts/mod/sumversion.c | 2 +-
4211 scripts/module-common.lds | 4 +
4212 scripts/package/builddeb | 1 +
4213 scripts/pnmtologo.c | 6 +-
4214 scripts/sortextable.h | 6 +-
4215 scripts/tags.sh | 2 +-
4216 security/Kconfig | 735 +-
4217 security/apparmor/include/policy.h | 2 +-
4218 security/apparmor/lsm.c | 16 +-
4219 security/apparmor/policy.c | 4 +-
4220 security/integrity/ima/ima.h | 4 +-
4221 security/integrity/ima/ima_api.c | 2 +-
4222 security/integrity/ima/ima_fs.c | 4 +-
4223 security/integrity/ima/ima_queue.c | 2 +-
4224 security/keys/internal.h | 8 +-
4225 security/keys/key.c | 18 +-
4226 security/keys/keyring.c | 4 -
4227 security/selinux/avc.c | 6 +-
4228 security/selinux/include/xfrm.h | 2 +-
4229 security/yama/yama_lsm.c | 2 +-
4230 sound/aoa/codecs/onyx.c | 7 +-
4231 sound/aoa/codecs/onyx.h | 1 +
4232 sound/core/oss/pcm_oss.c | 18 +-
4233 sound/core/pcm_compat.c | 2 +-
4234 sound/core/pcm_lib.c | 3 +-
4235 sound/core/pcm_native.c | 4 +-
4236 sound/core/rawmidi.c | 5 +-
4237 sound/core/seq/oss/seq_oss_synth.c | 4 +-
4238 sound/core/seq/seq_clientmgr.c | 10 +-
4239 sound/core/seq/seq_compat.c | 2 +-
4240 sound/core/seq/seq_fifo.c | 6 +-
4241 sound/core/seq/seq_fifo.h | 2 +-
4242 sound/core/seq/seq_memory.c | 18 +-
4243 sound/core/seq/seq_midi.c | 5 +-
4244 sound/core/seq/seq_virmidi.c | 2 +-
4245 sound/core/sound.c | 2 +-
4246 sound/drivers/mts64.c | 14 +-
4247 sound/drivers/opl4/opl4_lib.c | 2 +-
4248 sound/drivers/portman2x4.c | 3 +-
4249 sound/firewire/amdtp-am824.c | 2 +-
4250 sound/firewire/amdtp-stream.c | 4 +-
4251 sound/firewire/amdtp-stream.h | 2 +-
4252 sound/firewire/digi00x/amdtp-dot.c | 2 +-
4253 sound/firewire/isight.c | 10 +-
4254 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
4255 sound/oss/sb_audio.c | 2 +-
4256 sound/oss/swarm_cs4297a.c | 6 +-
4257 sound/pci/als300.c | 2 +-
4258 sound/pci/aw2/aw2-alsa.c | 2 -
4259 sound/pci/aw2/aw2-saa7146.c | 4 +-
4260 sound/pci/ctxfi/ctamixer.c | 14 +-
4261 sound/pci/ctxfi/ctamixer.h | 8 +-
4262 sound/pci/ctxfi/ctatc.c | 20 +-
4263 sound/pci/ctxfi/ctdaio.c | 6 +-
4264 sound/pci/ctxfi/ctdaio.h | 4 +-
4265 sound/pci/ctxfi/ctsrc.c | 13 +-
4266 sound/pci/ctxfi/ctsrc.h | 8 +-
4267 sound/pci/hda/hda_codec.c | 2 +-
4268 sound/pci/ymfpci/ymfpci.h | 2 +-
4269 sound/pci/ymfpci/ymfpci_main.c | 12 +-
4270 sound/soc/codecs/cx20442.c | 8 +-
4271 sound/soc/codecs/sti-sas.c | 10 +-
4272 sound/soc/codecs/tlv320dac33.c | 7 +-
4273 sound/soc/codecs/uda1380.c | 7 +-
4274 sound/soc/intel/skylake/skl-sst-dsp.h | 2 +-
4275 sound/soc/soc-ac97.c | 6 +-
4276 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
4277 tools/include/linux/compiler.h | 8 +
4278 tools/perf/util/include/asm/alternative-asm.h | 3 +
4279 tools/virtio/linux/uaccess.h | 2 +-
4280 virt/kvm/kvm_main.c | 42 +-
4281 2774 files changed, 78254 insertions(+), 14304 deletions(-)
4282 commit b2d3123595e9bd771c1292b03b82e47127b416c0
4283 Author: Brad Spengler <spender@grsecurity.net>
4284 Date: Sun Jul 31 21:40:39 2016 -0400
4285
4286 ARM compile fixes
4287
4288 arch/arm/include/asm/atomic.h | 40 +++++++++++++++++++++++++--------------
4289 arch/arm/include/asm/domain.h | 1 +
4290 include/asm-generic/atomic-long.h | 2 ++
4291 include/asm-generic/atomic64.h | 1 +
4292 include/linux/atomic.h | 23 ++++++++++++++++++++++
4293 5 files changed, 53 insertions(+), 14 deletions(-)
4294
4295 commit 439d240094e132ce7455a12267340a15ff45a6bf
4296 Author: Scott Bauer <sbauer@plzdonthack.me>
4297 Date: Wed Jul 27 19:11:29 2016 -0600
4298
4299 vfs: ioctl: prevent double-fetch in dedupe ioctl
4300
4301 This prevents a double-fetch from user space that can lead to to an
4302 undersized allocation and heap overflow.
4303
4304 Fixes: 54dbc1517237 ("vfs: hoist the btrfs deduplication ioctl to the vfs")
4305 Signed-off-by: Scott Bauer <sbauer@plzdonthack.me>
4306 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
4307
4308 fs/ioctl.c | 1 +
4309 1 file changed, 1 insertion(+)
4310
4311 commit 0e2289fa07be544a2f72d3eebd1d2c76e435f5c5
4312 Author: Brad Spengler <spender@grsecurity.net>
4313 Date: Wed Jul 27 20:30:01 2016 -0400
4314
4315 Update size_overflow hash table
4316
4317 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
4318 1 file changed, 1 insertion(+)
4319
4320 commit 50d051c5af8ea45fc8465ccbfda3530e95d2b97a
4321 Author: Brad Spengler <spender@grsecurity.net>
4322 Date: Wed Jul 27 20:14:26 2016 -0400
4323
4324 Update size_overflow hash table
4325
4326 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 3 ++-
4327 1 file changed, 2 insertions(+), 1 deletion(-)
4328
4329 commit aff6427a6baa489e210f6951f90bf29c4bf7a5f6
4330 Merge: d1085b0 8f83873
4331 Author: Brad Spengler <spender@grsecurity.net>
4332 Date: Wed Jul 27 19:53:16 2016 -0400
4333
4334 Merge branch 'pax-test' into grsec-test
4335
4336 commit 8f838734fe795a77eef1807e804b8bbae857201f
4337 Merge: 48edba8 bed4c61
4338 Author: Brad Spengler <spender@grsecurity.net>
4339 Date: Wed Jul 27 19:40:39 2016 -0400
4340
4341 Update to pax-linux-4.6.5-test18.patch:
4342 - fixed a few non-refcount atomic uses found by static analysis
4343 - plugins no longer export symbols except for those required by gcc
4344 - moved a few instrumentation passes after other analysis passes to prevent interference
4345 - got rid of the use of paravirt_enabled on amd64 which is gone in 4.7 anyway
4346 - repurposed the unusued skip_heap_stack_gap to simplify the unmapped area lookup code
4347 - fixed a few compile warnings related to constification and function type fixes
4348
4349 Merge branch 'linux-4.6.y' into pax-test
4350
4351 commit d1085b0354e32d2b030ca38bf0fa854129b6f381
4352 Merge: 59774b1 48edba8
4353 Author: Brad Spengler <spender@grsecurity.net>
4354 Date: Sun Jul 24 19:36:43 2016 -0400
4355
4356 Merge branch 'pax-test' into grsec-test
4357
4358 commit 48edba86de9569aef6faad21075b501c5023a66f
4359 Author: Brad Spengler <spender@grsecurity.net>
4360 Date: Sun Jul 24 19:34:05 2016 -0400
4361
4362 Update to pax-linux-4.6.4-test16.patch:
4363 - 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)
4364 - reverted back to the old size overflow hash table until Emese tames the data flow analysis a bit
4365 - fixed the constify plugin to properly build the type for pointers to deconstified structs
4366
4367 arch/x86/include/asm/uaccess.h | 2 +-
4368 arch/x86/kernel/kgdb.c | 4 +-
4369 scripts/gcc-plugins/constify_plugin.c | 9 +-
4370 .../disable_size_overflow_hash.data | 7 +-
4371 .../size_overflow_plugin/size_overflow_hash.data | 13545 +++++++++----------
4372 5 files changed, 6580 insertions(+), 6987 deletions(-)
4373
4374 commit 59774b19cbe7ea87915d659d4711c830ce360e36
4375 Author: Brad Spengler <spender@grsecurity.net>
4376 Date: Sat Jul 23 18:47:31 2016 -0400
4377
4378 Allow 'perf' to be used as a privileged user by making the default
4379 kptr_restrict setting 1 with HIDESYM (rather than the previous 2).
4380 To prevent abuse from loggers (like the adb case) add CAP_SYS_ADMIN
4381 to the kptr_restrict=1 case. It can always be set to 2 if the user
4382 wishes.
4383
4384 kernel/sysctl.c | 2 +-
4385 lib/vsprintf.c | 5 ++++-
4386 2 files changed, 5 insertions(+), 2 deletions(-)
4387
4388 commit 191fac3a4900d3e033969952d99b79cfa2525f30
4389 Author: Brad Spengler <spender@grsecurity.net>
4390 Date: Sat Jul 23 14:56:39 2016 -0400
4391
4392 Force OABI_COMPAT off, it's full of privesc vulns
4393
4394 arch/arm/Kconfig | 1 +
4395 1 file changed, 1 insertion(+)
4396
4397 commit 4a983bdd1886eb2068c3fccd0d95358ff3b3eee1
4398 Author: Brad Spengler <spender@grsecurity.net>
4399 Date: Sat Jul 23 10:44:43 2016 -0400
4400
4401 Stop logging RLIMIT_NICE denials, just produces log spam
4402
4403 grsecurity/gracl_res.c | 10 ++++++++--
4404 1 file changed, 8 insertions(+), 2 deletions(-)
4405
4406 commit 84f2bc67492f30f06520497a9bb16c0a2e3103df
4407 Author: Brad Spengler <spender@grsecurity.net>
4408 Date: Tue Jul 19 20:13:30 2016 -0400
4409
4410 Revert to previous size_overflow hash table temporarily while the
4411 root causes of recent FPs are worked out
4412
4413 .../disable_size_overflow_hash.data | 7 +-
4414 .../size_overflow_plugin/size_overflow_hash.data | 13743 +++++++++----------
4415 2 files changed, 6845 insertions(+), 6905 deletions(-)
4416
4417 commit ea2b9616253f017edf97e4b86e82d6c89df17c4d
4418 Merge: e52044e cd66132
4419 Author: Brad Spengler <spender@grsecurity.net>
4420 Date: Tue Jul 19 19:21:52 2016 -0400
4421
4422 Merge branch 'pax-test' into grsec-test
4423
4424 commit cd661322f3b91c6fd6fee4a6a5907b054a70a5f7
4425 Author: Brad Spengler <spender@grsecurity.net>
4426 Date: Tue Jul 19 19:14:36 2016 -0400
4427
4428 Update to pax-linux-4.6.4-test15.patch:
4429 - updated the size overflow hash table from grsecurity
4430 - 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)
4431
4432 .../disable_size_overflow_hash.data | 7 +-
4433 .../size_overflow_plugin/size_overflow_hash.data | 850 +++++++++++++++++----
4434 2 files changed, 694 insertions(+), 163 deletions(-)
4435
4436 commit e52044e34a92f944b99e9219147617dc7449a675
4437 Author: Brad Spengler <spender@grsecurity.net>
4438 Date: Mon Jul 18 21:25:15 2016 -0400
4439
4440 Update size_overflow hash table
4441
4442 .../size_overflow_plugin/size_overflow_hash.data | 466 +++++++++++++++++----
4443 1 file changed, 382 insertions(+), 84 deletions(-)
4444
4445 commit 27ed9167fb98fe9f9e75aace6f651ff814a189a5
4446 Author: Brad Spengler <spender@grsecurity.net>
4447 Date: Mon Jul 18 21:04:42 2016 -0400
4448
4449 Update size_overflow hash table
4450
4451 .../gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 12 ++++++++----
4452 1 file changed, 8 insertions(+), 4 deletions(-)
4453
4454 commit b0a1f25a251b7c1c582fa3a95605654f8da33193
4455 Author: Jann Horn <jann@thejh.net>
4456 Date: Fri Sep 11 21:39:33 2015 +0200
4457
4458 xfs: fix type confusion in xfs_ioc_swapext
4459
4460 Without this check, the following XFS_I invocations would return bad
4461 pointers when used on non-XFS inodes (perhaps pointers into preceding
4462 allocator chunks).
4463
4464 This could be used by an attacker to trick xfs_swap_extents into
4465 performing locking operations on attacker-chosen structures in kernel
4466 memory, potentially leading to code execution in the kernel. (I have
4467 not investigated how likely this is to be usable for an attack in
4468 practice.)
4469
4470 Signed-off-by: Jann Horn <jann@thejh.net>
4471 Cc: Andy Lutomirski <luto@amacapital.net>
4472 Cc: Dave Chinner <david@fromorbit.com>
4473 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
4474
4475 fs/xfs/xfs_ioctl.c | 6 ++++++
4476 1 file changed, 6 insertions(+)
4477
4478 commit 01e9e48be783cefbe69ff9241ab678de69eaab5b
4479 Merge: bd6d599 c421d76
4480 Author: Brad Spengler <spender@grsecurity.net>
4481 Date: Mon Jul 18 20:18:27 2016 -0400
4482
4483 Merge branch 'pax-test' into grsec-test
4484
4485 commit c421d76c43d1840ab72bf2cd414e61ee0581e80b
4486 Author: Brad Spengler <spender@grsecurity.net>
4487 Date: Mon Jul 18 20:04:22 2016 -0400
4488
4489 Update to pax-linux-4.6.4-test14.patch:
4490 - Emese regenerated the size overflow hash table
4491 - fixed a few more section mismatches detected in LTO mode
4492 - reworked how KERNEXEC coexists with upstream's DEBUG_RODATA
4493 - reworked the KERNEXEC plugin configuration, read the Kconfig help!
4494 - simplified the constify plugin a bit
4495 - 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)
4496 - 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)
4497 - fixed !KERNEXEC boot crash on x86, reported by peetaur (https://forums.grsecurity.net/viewtopic.php?f=3&t=4512)
4498 - fixed compile warnings triggered by the __SYSCALL_DEFINEx macro
4499
4500 arch/mips/Kbuild | 2 +-
4501 arch/mips/include/asm/irq.h | 1 -
4502 arch/sparc/include/asm/atomic_64.h | 6 +
4503 arch/sparc/kernel/prom_common.c | 2 +-
4504 arch/sparc/lib/atomic_64.S | 2 +-
4505 arch/sparc/lib/ksyms.c | 4 +-
4506 arch/x86/entry/entry_64.S | 2 +-
4507 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-
4508 arch/x86/kernel/alternative.c | 21 +
4509 arch/x86/kernel/cpu/common.c | 4 +
4510 arch/x86/platform/olpc/olpc_dt.c | 2 +-
4511 drivers/block/drbd/drbd_int.h | 4 +-
4512 drivers/gpu/drm/sti/sti_hda.c | 4 +-
4513 drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
4514 drivers/gpu/drm/sti/sti_tvout.c | 4 +-
4515 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
4516 drivers/hwmon/applesmc.c | 2 +-
4517 drivers/iommu/io-pgtable-arm.c | 2 +-
4518 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
4519 drivers/leds/leds-clevo-mail.c | 2 +-
4520 drivers/leds/leds-ss4200.c | 2 +-
4521 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 2 +
4522 drivers/mtd/nand/brcmnand/iproc_nand.c | 2 +
4523 drivers/platform/chrome/chromeos_laptop.c | 2 +-
4524 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
4525 drivers/pnp/base.h | 2 +-
4526 drivers/pnp/resource.c | 4 +-
4527 fs/exec.c | 20 +-
4528 include/drm/drm_modeset_helper_vtables.h | 1 +
4529 include/linux/syscalls.h | 8 +-
4530 mm/slab_common.c | 6 +
4531 mm/slob.c | 44 +-
4532 mm/slub.c | 7 +
4533 scripts/Makefile.gcc-plugins | 4 +-
4534 scripts/gcc-plugins/constify_plugin.c | 10 +-
4535 .../size_overflow_plugin/size_overflow_hash.data | 13633 +++++++++----------
4536 security/Kconfig | 63 +-
4537 37 files changed, 6934 insertions(+), 6953 deletions(-)
4538
4539 commit bd6d599943a777b93600dd4a43bbeea5dde2dfa0
4540 Author: Brad Spengler <spender@grsecurity.net>
4541 Date: Sun Jul 17 17:18:15 2016 -0400
4542
4543 Ensure current state is set to TASK_RUNNING before doing a copy on the RBAC learning read side
4544
4545 grsecurity/gracl_learn.c | 6 ++++--
4546 kernel/sched/core.c | 2 +-
4547 2 files changed, 5 insertions(+), 3 deletions(-)
4548
4549 commit 0f2e7d90efc7eeff655d7cc2c15838497f8c0513
4550 Author: Brad Spengler <spender@grsecurity.net>
4551 Date: Fri Jul 15 15:29:41 2016 -0400
4552
4553 Force that BUG() be enabled in the kernel config if grsecurity is enabled
4554 Suggested by Kees Cook
4555
4556 security/Kconfig | 1 +
4557 1 file changed, 1 insertion(+)
4558
4559 commit 3efe62268d831fc5c89a64b8ff1496d2b912ebf6
4560 Author: Brad Spengler <spender@grsecurity.net>
4561 Date: Thu Jul 14 21:14:55 2016 -0400
4562
4563 randomize layout of two more structs
4564
4565 include/linux/cdev.h | 2 +-
4566 include/linux/fs.h | 2 +-
4567 2 files changed, 2 insertions(+), 2 deletions(-)
4568
4569 commit 58c0443674275163e4d488f890ba1b985d13a4b0
4570 Author: Brad Spengler <spender@grsecurity.net>
4571 Date: Mon Jul 11 21:30:57 2016 -0400
4572
4573 Temporary workaround for size_overflow detection reported at:
4574 https://forums.grsecurity.net/viewtopic.php?f=3&t=4510
4575 by brainatwork
4576
4577 drivers/block/drbd/drbd_int.h | 4 ++--
4578 1 file changed, 2 insertions(+), 2 deletions(-)
4579
4580 commit aa1f32f7a62f394d1f90c2d9952befdd5294c088
4581 Author: Brad Spengler <spender@grsecurity.net>
4582 Date: Mon Jul 11 21:18:20 2016 -0400
4583
4584 Update size_overflow hash table
4585
4586 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
4587 1 file changed, 1 insertion(+)
4588
4589 commit 329fa438e13041fda3dcd292adf2aeb1c008c72c
4590 Author: Jeff Mahoney <jeffm@suse.com>
4591 Date: Tue Jul 5 17:32:30 2016 -0400
4592
4593 ecryptfs: don't allow mmap when the lower fs doesn't support it
4594
4595 There are legitimate reasons to disallow mmap on certain files, notably
4596 in sysfs or procfs. We shouldn't emulate mmap support on file systems
4597 that don't offer support natively.
4598
4599 CVE-2016-1583
4600
4601 Signed-off-by: Jeff Mahoney <jeffm@suse.com>
4602 Cc: stable@vger.kernel.org
4603 [tyhicks: clean up f_op check by using ecryptfs_file_to_lower()]
4604 Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
4605
4606 fs/ecryptfs/file.c | 15 ++++++++++++++-
4607 1 file changed, 14 insertions(+), 1 deletion(-)
4608
4609 commit 5b86b77c32a55ebc8b441ac71839bb50012e505a
4610 Author: Vegard Nossum <vegard.nossum@oracle.com>
4611 Date: Thu Jul 7 13:41:11 2016 -0700
4612
4613 apparmor: fix oops, validate buffer size in apparmor_setprocattr()
4614
4615 When proc_pid_attr_write() was changed to use memdup_user apparmor's
4616 (interface violating) assumption that the setprocattr buffer was always
4617 a single page was violated.
4618
4619 The size test is not strictly speaking needed as proc_pid_attr_write()
4620 will reject anything larger, but for the sake of robustness we can keep
4621 it in.
4622
4623 SMACK and SELinux look safe to me, but somebody else should probably
4624 have a look just in case.
4625
4626 Based on original patch from Vegard Nossum <vegard.nossum@oracle.com>
4627 modified for the case that apparmor provides null termination.
4628
4629 Fixes: bb646cdb12e75d82258c2f2e7746d5952d3e321a
4630 Reported-by: Vegard Nossum <vegard.nossum@oracle.com>
4631 Cc: Al Viro <viro@zeniv.linux.org.uk>
4632 Cc: John Johansen <john.johansen@canonical.com>
4633 Cc: Paul Moore <paul@paul-moore.com>
4634 Cc: Stephen Smalley <sds@tycho.nsa.gov>
4635 Cc: Eric Paris <eparis@parisplace.org>
4636 Cc: Casey Schaufler <casey@schaufler-ca.com>
4637 Cc: stable@kernel.org
4638 Signed-off-by: John Johansen <john.johansen@canonical.com>
4639 Reviewed-by: Tyler Hicks <tyhicks@canonical.com>
4640 Signed-off-by: James Morris <james.l.morris@oracle.com>
4641
4642 security/apparmor/lsm.c | 36 +++++++++++++++++++-----------------
4643 1 file changed, 19 insertions(+), 17 deletions(-)
4644
4645 commit cf7f94ad6c32ff91363641573a64c85f4877e290
4646 Merge: 7765cd9 50212d6
4647 Author: Brad Spengler <spender@grsecurity.net>
4648 Date: Mon Jul 11 18:39:35 2016 -0400
4649
4650 Merge branch 'pax-test' into grsec-test
4651
4652 commit 50212d610aeb6ced453e1835c169c46acdf3940d
4653 Merge: 98d6186 310ca59
4654 Author: Brad Spengler <spender@grsecurity.net>
4655 Date: Mon Jul 11 18:39:08 2016 -0400
4656
4657 Merge branch 'linux-4.6.y' into pax-test
4658
4659 commit 7765cd90c911e58959451529995ea44b7a2271d6
4660 Author: Brad Spengler <spender@grsecurity.net>
4661 Date: Thu Jul 7 07:12:54 2016 -0400
4662
4663 Compile fix reported by adminwset on the forums:
4664 https://forums.grsecurity.net/viewtopic.php?t=4507&p=16420#p16420
4665
4666 fs/proc/task_mmu.c | 2 +-
4667 1 file changed, 1 insertion(+), 1 deletion(-)
4668
4669 commit c94fbc6f47fdae9a2dcf29d3048c8da8752dbbdf
4670 Author: Brad Spengler <spender@grsecurity.net>
4671 Date: Wed Jul 6 21:11:33 2016 -0400
4672
4673 compile fix
4674
4675 arch/x86/mm/init_32.c | 1 -
4676 1 file changed, 1 deletion(-)
4677
4678 commit ee4f4cdd26864ac40ac22b4a3b88f284a6d057d0
4679 Author: Miklos Szeredi <mszeredi@redhat.com>
4680 Date: Wed Jun 29 16:03:55 2016 +0200
4681
4682 ovl: get_write_access() in truncate
4683
4684 When truncating a file we should check write access on the underlying
4685 inode. And we should do so on the lower file as well (before copy-up) for
4686 consistency.
4687
4688 Original patch and test case by Aihua Zhang.
4689
4690 - - >o >o - - test.c - - >o >o - -
4691 #include <stdio.h>
4692 #include <errno.h>
4693 #include <unistd.h>
4694
4695 int main(int argc, char *argv[])
4696 {
4697 int ret;
4698
4699 ret = truncate(argv[0], 4096);
4700 if (ret != -1) {
4701 fprintf(stderr, "truncate(argv[0]) should have failed\n");
4702 return 1;
4703 }
4704 if (errno != ETXTBSY) {
4705 perror("truncate(argv[0])");
4706 return 1;
4707 }
4708
4709 return 0;
4710 }
4711 - - >o >o - - >o >o - - >o >o - -
4712
4713 Reported-by: Aihua Zhang <zhangaihua1@huawei.com>
4714 Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
4715 Cc: <stable@vger.kernel.org>
4716
4717 fs/overlayfs/inode.c | 21 +++++++++++++++++++++
4718 1 file changed, 21 insertions(+)
4719
4720 commit 4585d082282707fbe91025c987bd8cef4152196d
4721 Author: Vivek Goyal <vgoyal@redhat.com>
4722 Date: Fri Jul 1 10:02:44 2016 -0400
4723
4724 ovl: warn instead of error if d_type is not supported
4725
4726 overlay needs underlying fs to support d_type. Recently I put in a
4727 patch in to detect this condition and started failing mount if
4728 underlying fs did not support d_type.
4729
4730 But this breaks existing configurations over kernel upgrade. Those who
4731 are running docker (partially broken configuration) with xfs not
4732 supporting d_type, are surprised that after kernel upgrade docker does
4733 not run anymore.
4734
4735 https://github.com/docker/docker/issues/22937#issuecomment-229881315
4736
4737 So instead of erroring out, detect broken configuration and warn
4738 about it. This should allow existing docker setups to continue
4739 working after kernel upgrade.
4740
4741 Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
4742 Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
4743 Fixes: 45aebeaf4f67 ("ovl: Ensure upper filesystem supports d_type")
4744 Cc: <stable@vger.kernel.org> 4.6
4745
4746 fs/overlayfs/super.c | 12 +++++++-----
4747 1 file changed, 7 insertions(+), 5 deletions(-)
4748
4749 commit 97bb95801d1ce86dafd1a59483803aba5b93e7c0
4750 Author: Randy Dunlap <rdunlap@infradead.org>
4751 Date: Wed Jul 6 16:06:53 2016 -0700
4752
4753 init/Kconfig: keep Expert users menu together
4754
4755 The "expert" menu was broken (split) such that all entries in it after
4756 KALLSYMS were displayed in the "General setup" area instead of in the
4757 "Expert users" area. Fix this by adding one kconfig dependency.
4758
4759 Yes, the Expert users menu is fragile. Problems like this have happened
4760 several times in the past. I will attempt to isolate the Expert users
4761 menu if there is interest in that.
4762
4763 Fixes: 4d5d5664c900 ("x86: kallsyms: disable absolute percpu symbols on !SMP")
4764 Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
4765 Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
4766 Cc: stable@vger.kernel.org # 4.6
4767 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
4768
4769 init/Kconfig | 1 +
4770 1 file changed, 1 insertion(+)
4771
4772 commit 616a19ea32197667494240e8afc0de98d28fdd47
4773 Merge: 769cc1b 98d6186
4774 Author: Brad Spengler <spender@grsecurity.net>
4775 Date: Wed Jul 6 20:41:51 2016 -0400
4776
4777 Merge branch 'pax-test' into grsec-test
4778
4779 commit 98d61867ac6a18500bbd9771678138154869cec3
4780 Author: Brad Spengler <spender@grsecurity.net>
4781 Date: Wed Jul 6 20:29:35 2016 -0400
4782
4783 Update to pax-linux-4.6.3-test10.patch:
4784 - fixed a size overflow false positive in xfrm4_beet_output and xfrm6_beet_output, by Mathias Krause <minipli@ld-linux.so>
4785 - 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)
4786 - fixed a few constification related compile errors on arm/mips, by spender
4787 - updated the size overflow hash table from grsecurity
4788 - fixed an integer truncation bug in __ioremap_caller caught by the size overflow plugin
4789
4790 arch/arm/mach-mmp/mmp2.c | 4 +-
4791 arch/arm/mach-mmp/pxa910.c | 4 +-
4792 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
4793 arch/arm/mm/fault.c | 2 +-
4794 arch/x86/include/asm/efi.h | 5 +
4795 arch/x86/include/asm/pgtable.h | 2 +-
4796 arch/x86/mm/dump_pagetables.c | 32 +++-
4797 arch/x86/mm/init_32.c | 55 +++---
4798 arch/x86/mm/init_64.c | 12 +-
4799 arch/x86/mm/ioremap.c | 2 +-
4800 arch/x86/mm/pageattr.c | 2 +-
4801 drivers/gpu/drm/sti/sti_cursor.c | 4 +-
4802 drivers/gpu/drm/sti/sti_dvo.c | 4 +-
4803 drivers/gpu/drm/sti/sti_gdp.c | 12 +-
4804 drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
4805 drivers/gpu/drm/sti/sti_mixer.c | 8 +-
4806 drivers/gpu/drm/sti/sti_vid.c | 4 +-
4807 drivers/irqchip/irq-mmp.c | 2 +-
4808 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
4809 include/linux/irqchip/mmp.h | 2 +-
4810 net/ipv4/xfrm4_mode_beet.c | 2 +-
4811 net/ipv6/xfrm6_mode_beet.c | 2 +-
4812 .../size_overflow_plugin/size_overflow_hash.data | 203 +++++++++++++++++----
4813 23 files changed, 280 insertions(+), 91 deletions(-)
4814
4815 commit 769cc1b850f164d9fd9284898295eb616896d66b
4816 Author: Brad Spengler <spender@grsecurity.net>
4817 Date: Wed Jul 6 20:08:29 2016 -0400
4818
4819 Fix bug in RBAC learning reported by Andrew Flannery
4820 Nolog/noaudit-type capability checks were handled in a separate
4821 function which did not check if the requestor had the capability in
4822 their effective set. This would cause privileged processes to be
4823 denied use of their capabilities in the small number of instances
4824 these kinds of checks were used (for ptrace_may_access() etc, which
4825 get used in deciding if privileged processes can bypass /proc
4826 restrictions) only when RBAC learning was enabled on the process.
4827
4828 Remove some code duplication in the process of fixing the bug.
4829
4830 grsecurity/gracl_cap.c | 49 +++++++++------------------------------------
4831 grsecurity/grsec_disabled.c | 2 +-
4832 grsecurity/grsec_exec.c | 9 ++++-----
4833 include/linux/grsecurity.h | 4 ++--
4834 kernel/capability.c | 2 +-
4835 kernel/sys.c | 4 ++--
4836 6 files changed, 19 insertions(+), 51 deletions(-)
4837
4838 commit 244fda357c13b44ac2d174713205863c552eb30d
4839 Author: Brad Spengler <spender@grsecurity.net>
4840 Date: Wed Jul 6 07:19:26 2016 -0400
4841
4842 Compile fix for recent /proc/pid/mem changes, reported by adminwset at
4843 https://forums.grsecurity.net/viewtopic.php?t=4505&p=16415#p16415
4844
4845 fs/proc/base.c | 2 +-
4846 fs/proc/internal.h | 2 +-
4847 include/linux/sched.h | 2 ++
4848 3 files changed, 4 insertions(+), 2 deletions(-)
4849
4850 commit 5bd1344d3f28c5402bcd85972bb520a5baaf612c
4851 Author: Brad Spengler <spender@grsecurity.net>
4852 Date: Sun Jul 3 21:27:25 2016 -0400
4853
4854 Initial import of grsecurity for Linux 4.6.3
4855
4856 Documentation/dontdiff | 2 +
4857 Documentation/kernel-parameters.txt | 11 +
4858 Documentation/sysctl/kernel.txt | 15 +
4859 Makefile | 5 +-
4860 arch/alpha/include/asm/cache.h | 4 +-
4861 arch/alpha/kernel/osf_sys.c | 12 +-
4862 arch/arc/Kconfig | 1 +
4863 arch/arm/Kconfig | 1 +
4864 arch/arm/Kconfig.debug | 1 +
4865 arch/arm/include/asm/thread_info.h | 7 +-
4866 arch/arm/kernel/entry-common.S | 8 +-
4867 arch/arm/kernel/process.c | 4 +-
4868 arch/arm/kernel/ptrace.c | 9 +
4869 arch/arm/kernel/traps.c | 7 +-
4870 arch/arm/mach-mmp/mmp2.c | 4 +-
4871 arch/arm/mach-mmp/pxa910.c | 4 +-
4872 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
4873 arch/arm/mm/Kconfig | 4 +-
4874 arch/arm/mm/alignment.c | 24 +-
4875 arch/arm/mm/fault.c | 42 +-
4876 arch/arm/mm/mmap.c | 8 +-
4877 arch/arm/net/bpf_jit_32.c | 51 +-
4878 arch/arm64/Kconfig.debug | 1 +
4879 arch/avr32/include/asm/cache.h | 4 +-
4880 arch/blackfin/Kconfig.debug | 1 +
4881 arch/blackfin/include/asm/cache.h | 3 +-
4882 arch/cris/include/arch-v10/arch/cache.h | 3 +-
4883 arch/cris/include/arch-v32/arch/cache.h | 3 +-
4884 arch/frv/include/asm/cache.h | 3 +-
4885 arch/frv/mm/elf-fdpic.c | 4 +-
4886 arch/hexagon/include/asm/cache.h | 6 +-
4887 arch/ia64/Kconfig | 1 +
4888 arch/ia64/include/asm/cache.h | 3 +-
4889 arch/ia64/kernel/sys_ia64.c | 2 +
4890 arch/ia64/mm/hugetlbpage.c | 2 +
4891 arch/m32r/include/asm/cache.h | 4 +-
4892 arch/m68k/include/asm/cache.h | 4 +-
4893 arch/metag/mm/hugetlbpage.c | 1 +
4894 arch/microblaze/include/asm/cache.h | 3 +-
4895 arch/mips/Kbuild | 2 +-
4896 arch/mips/Kconfig | 1 +
4897 arch/mips/include/asm/irq.h | 1 -
4898 arch/mips/include/asm/thread_info.h | 11 +-
4899 arch/mips/kernel/irq.c | 3 +
4900 arch/mips/kernel/ptrace.c | 9 +
4901 arch/mips/mm/mmap.c | 4 +-
4902 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
4903 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
4904 arch/openrisc/include/asm/cache.h | 4 +-
4905 arch/parisc/include/asm/cache.h | 3 +
4906 arch/parisc/kernel/sys_parisc.c | 4 +
4907 arch/powerpc/Kconfig | 1 +
4908 arch/powerpc/include/asm/cache.h | 4 +-
4909 arch/powerpc/include/asm/thread_info.h | 5 +-
4910 arch/powerpc/kernel/Makefile | 2 +
4911 arch/powerpc/kernel/irq.c | 3 +
4912 arch/powerpc/kernel/process.c | 10 +-
4913 arch/powerpc/kernel/ptrace.c | 14 +
4914 arch/powerpc/kernel/traps.c | 5 +
4915 arch/powerpc/mm/slice.c | 2 +-
4916 arch/s390/Kconfig.debug | 1 +
4917 arch/s390/include/asm/cache.h | 4 +-
4918 arch/score/include/asm/cache.h | 4 +-
4919 arch/sh/include/asm/cache.h | 3 +-
4920 arch/sh/mm/mmap.c | 6 +-
4921 arch/sparc/include/asm/atomic_64.h | 5 +
4922 arch/sparc/include/asm/cache.h | 4 +-
4923 arch/sparc/include/asm/pgalloc_64.h | 1 +
4924 arch/sparc/include/asm/thread_info_64.h | 8 +-
4925 arch/sparc/kernel/process_32.c | 6 +-
4926 arch/sparc/kernel/process_64.c | 8 +-
4927 arch/sparc/kernel/ptrace_64.c | 14 +
4928 arch/sparc/kernel/sys_sparc_64.c | 8 +-
4929 arch/sparc/kernel/syscalls.S | 8 +-
4930 arch/sparc/kernel/traps_32.c | 8 +-
4931 arch/sparc/kernel/traps_64.c | 28 +-
4932 arch/sparc/kernel/unaligned_64.c | 2 +-
4933 arch/sparc/lib/atomic_64.S | 2 +-
4934 arch/sparc/lib/ksyms.c | 4 +-
4935 arch/sparc/mm/fault_64.c | 2 +-
4936 arch/sparc/mm/hugetlbpage.c | 15 +-
4937 arch/tile/Kconfig | 1 +
4938 arch/tile/include/asm/cache.h | 3 +-
4939 arch/tile/mm/hugetlbpage.c | 2 +
4940 arch/um/include/asm/cache.h | 3 +-
4941 arch/unicore32/include/asm/cache.h | 6 +-
4942 arch/x86/Kconfig | 21 +
4943 arch/x86/Kconfig.debug | 2 +
4944 arch/x86/entry/common.c | 14 +
4945 arch/x86/entry/entry_32.S | 2 +-
4946 arch/x86/entry/entry_64.S | 2 +-
4947 arch/x86/ia32/ia32_aout.c | 2 +
4948 arch/x86/include/asm/floppy.h | 20 +-
4949 arch/x86/include/asm/fpu/types.h | 69 +-
4950 arch/x86/include/asm/io.h | 2 +-
4951 arch/x86/include/asm/page.h | 12 +-
4952 arch/x86/include/asm/paravirt_types.h | 21 +-
4953 arch/x86/include/asm/processor.h | 12 +-
4954 arch/x86/include/asm/thread_info.h | 6 +-
4955 arch/x86/kernel/dumpstack.c | 10 +-
4956 arch/x86/kernel/dumpstack_32.c | 2 +-
4957 arch/x86/kernel/dumpstack_64.c | 2 +-
4958 arch/x86/kernel/ioport.c | 13 +
4959 arch/x86/kernel/irq_32.c | 3 +
4960 arch/x86/kernel/irq_64.c | 4 +
4961 arch/x86/kernel/ldt.c | 18 +
4962 arch/x86/kernel/msr.c | 12 +
4963 arch/x86/kernel/ptrace.c | 14 +
4964 arch/x86/kernel/signal.c | 9 +-
4965 arch/x86/kernel/sys_i386_32.c | 9 +-
4966 arch/x86/kernel/sys_x86_64.c | 8 +-
4967 arch/x86/kernel/traps.c | 5 +
4968 arch/x86/kernel/verify_cpu.S | 1 +
4969 arch/x86/kernel/vm86_32.c | 15 +
4970 arch/x86/mm/fault.c | 12 +-
4971 arch/x86/mm/hugetlbpage.c | 15 +-
4972 arch/x86/mm/init.c | 51 +-
4973 arch/x86/mm/init_32.c | 10 +-
4974 arch/x86/net/bpf_jit_comp.c | 4 +
4975 arch/x86/platform/efi/efi_64.c | 2 +-
4976 arch/x86/xen/Kconfig | 1 +
4977 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
4978 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
4979 crypto/scatterwalk.c | 10 +-
4980 drivers/acpi/acpica/hwxfsleep.c | 11 +-
4981 drivers/acpi/custom_method.c | 4 +
4982 drivers/block/cciss.h | 30 +-
4983 drivers/block/smart1,2.h | 40 +-
4984 drivers/cdrom/cdrom.c | 2 +-
4985 drivers/char/Kconfig | 4 +-
4986 drivers/char/genrtc.c | 1 +
4987 drivers/char/mem.c | 17 +
4988 drivers/char/random.c | 5 +-
4989 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
4990 drivers/firewire/ohci.c | 4 +
4991 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 80 +-
4992 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
4993 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
4994 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
4995 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
4996 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
4997 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
4998 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
4999 drivers/gpu/drm/sti/sti_cursor.c | 6 +-
5000 drivers/gpu/drm/sti/sti_dvo.c | 6 +-
5001 drivers/gpu/drm/sti/sti_gdp.c | 6 +-
5002 drivers/gpu/drm/sti/sti_hda.c | 6 +-
5003 drivers/gpu/drm/sti/sti_hdmi.c | 6 +-
5004 drivers/gpu/drm/sti/sti_hqvdp.c | 6 +-
5005 drivers/gpu/drm/sti/sti_mixer.c | 6 +-
5006 drivers/gpu/drm/sti/sti_tvout.c | 6 +-
5007 drivers/gpu/drm/sti/sti_vid.c | 6 +-
5008 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
5009 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
5010 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
5011 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
5012 drivers/hid/hid-wiimote-debug.c | 2 +-
5013 drivers/hid/usbhid/hiddev.c | 10 +-
5014 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 160 +-
5015 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
5016 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
5017 drivers/iommu/Kconfig | 1 +
5018 drivers/iommu/amd_iommu.c | 14 +-
5019 drivers/irqchip/irq-mmp.c | 2 +-
5020 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
5021 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
5022 drivers/isdn/gigaset/usb-gigaset.c | 34 +-
5023 drivers/isdn/i4l/isdn_concap.c | 6 +-
5024 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
5025 drivers/md/bcache/Kconfig | 1 +
5026 drivers/md/raid5.c | 8 +
5027 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
5028 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
5029 drivers/media/radio/radio-cadet.c | 5 +-
5030 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
5031 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
5032 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
5033 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
5034 drivers/message/fusion/mptbase.c | 9 +
5035 drivers/misc/sgi-xp/xp_main.c | 12 +-
5036 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 6 +-
5037 drivers/mtd/nand/brcmnand/iproc_nand.c | 8 +-
5038 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
5039 drivers/net/wan/lmc/lmc_media.c | 97 +-
5040 drivers/net/wan/z85230.c | 24 +-
5041 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
5042 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
5043 drivers/pci/proc.c | 9 +
5044 drivers/platform/x86/asus-wmi.c | 12 +
5045 drivers/rtc/rtc-dev.c | 3 +
5046 drivers/scsi/bfa/bfa_fcs.c | 19 +-
5047 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
5048 drivers/scsi/bfa/bfa_modules.h | 12 +-
5049 drivers/scsi/hpsa.h | 40 +-
5050 drivers/staging/lustre/lnet/libcfs/module.c | 10 +-
5051 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
5052 drivers/staging/wilc1000/host_interface.h | 1 +
5053 drivers/staging/wilc1000/wilc_spi.c | 1 +
5054 drivers/tty/serial/uartlite.c | 4 +-
5055 drivers/tty/sysrq.c | 2 +-
5056 drivers/tty/tty_io.c | 4 +
5057 drivers/tty/vt/keyboard.c | 22 +-
5058 drivers/uio/uio.c | 6 +-
5059 drivers/usb/core/devio.c | 9 +-
5060 drivers/usb/core/hub.c | 5 +
5061 drivers/usb/gadget/function/f_uac1.c | 1 +
5062 drivers/usb/gadget/function/u_uac1.c | 1 +
5063 drivers/usb/host/hwa-hc.c | 9 +-
5064 drivers/usb/usbip/vhci_sysfs.c | 2 +-
5065 drivers/video/fbdev/arcfb.c | 2 +-
5066 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
5067 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
5068 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
5069 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
5070 drivers/xen/xenfs/xenstored.c | 5 +
5071 firmware/Makefile | 2 +
5072 firmware/WHENCE | 20 +-
5073 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
5074 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
5075 fs/attr.c | 4 +
5076 fs/autofs4/waitq.c | 9 +
5077 fs/binfmt_aout.c | 7 +
5078 fs/binfmt_elf.c | 40 +-
5079 fs/compat.c | 20 +-
5080 fs/coredump.c | 17 +-
5081 fs/dcache.c | 3 +
5082 fs/debugfs/inode.c | 19 +-
5083 fs/exec.c | 249 +-
5084 fs/ext2/balloc.c | 4 +-
5085 fs/ext2/super.c | 8 +-
5086 fs/ext4/balloc.c | 4 +-
5087 fs/ext4/extents.c | 2 +-
5088 fs/fcntl.c | 4 +
5089 fs/fhandle.c | 3 +-
5090 fs/file.c | 4 +
5091 fs/filesystems.c | 4 +
5092 fs/fs_struct.c | 20 +-
5093 fs/hugetlbfs/inode.c | 5 +-
5094 fs/inode.c | 8 +-
5095 fs/kernfs/dir.c | 6 +
5096 fs/mount.h | 4 +-
5097 fs/namei.c | 292 +-
5098 fs/namespace.c | 24 +
5099 fs/nfsd/nfs2acl.c | 20 +-
5100 fs/nfsd/nfs3acl.c | 16 +-
5101 fs/nfsd/nfs4acl.c | 16 +-
5102 fs/nfsd/nfscache.c | 2 +-
5103 fs/open.c | 38 +
5104 fs/overlayfs/inode.c | 3 +
5105 fs/overlayfs/super.c | 6 +-
5106 fs/pipe.c | 2 +-
5107 fs/posix_acl.c | 61 +-
5108 fs/proc/Kconfig | 10 +-
5109 fs/proc/array.c | 67 +-
5110 fs/proc/base.c | 193 +-
5111 fs/proc/cmdline.c | 4 +
5112 fs/proc/devices.c | 4 +
5113 fs/proc/fd.c | 13 +-
5114 fs/proc/generic.c | 64 +
5115 fs/proc/inode.c | 17 +
5116 fs/proc/internal.h | 18 +-
5117 fs/proc/interrupts.c | 4 +
5118 fs/proc/kcore.c | 3 +
5119 fs/proc/proc_net.c | 31 +
5120 fs/proc/proc_sysctl.c | 52 +-
5121 fs/proc/root.c | 8 +
5122 fs/proc/stat.c | 69 +-
5123 fs/proc/task_mmu.c | 85 +-
5124 fs/proc/task_nommu.c | 2 +-
5125 fs/readdir.c | 19 +
5126 fs/reiserfs/item_ops.c | 24 +-
5127 fs/reiserfs/super.c | 4 +
5128 fs/select.c | 2 +
5129 fs/seq_file.c | 31 +-
5130 fs/stat.c | 20 +-
5131 fs/sysfs/dir.c | 30 +-
5132 fs/utimes.c | 7 +
5133 fs/xattr.c | 26 +-
5134 fs/xfs/xfs_icache.c | 60 +-
5135 fs/xfs/xfs_inode.c | 13 +
5136 grsecurity/Kconfig | 1205 ++++
5137 grsecurity/Makefile | 54 +
5138 grsecurity/gracl.c | 2757 +++++++++
5139 grsecurity/gracl_alloc.c | 105 +
5140 grsecurity/gracl_cap.c | 127 +
5141 grsecurity/gracl_compat.c | 269 +
5142 grsecurity/gracl_fs.c | 448 ++
5143 grsecurity/gracl_ip.c | 387 ++
5144 grsecurity/gracl_learn.c | 207 +
5145 grsecurity/gracl_policy.c | 1784 ++++++
5146 grsecurity/gracl_res.c | 68 +
5147 grsecurity/gracl_segv.c | 306 +
5148 grsecurity/gracl_shm.c | 40 +
5149 grsecurity/grsec_chdir.c | 19 +
5150 grsecurity/grsec_chroot.c | 506 ++
5151 grsecurity/grsec_disabled.c | 445 ++
5152 grsecurity/grsec_exec.c | 189 +
5153 grsecurity/grsec_fifo.c | 26 +
5154 grsecurity/grsec_fork.c | 23 +
5155 grsecurity/grsec_init.c | 294 +
5156 grsecurity/grsec_ipc.c | 48 +
5157 grsecurity/grsec_link.c | 65 +
5158 grsecurity/grsec_log.c | 340 +
5159 grsecurity/grsec_mem.c | 48 +
5160 grsecurity/grsec_mount.c | 65 +
5161 grsecurity/grsec_pax.c | 47 +
5162 grsecurity/grsec_proc.c | 20 +
5163 grsecurity/grsec_ptrace.c | 30 +
5164 grsecurity/grsec_sig.c | 248 +
5165 grsecurity/grsec_sock.c | 244 +
5166 grsecurity/grsec_sysctl.c | 497 ++
5167 grsecurity/grsec_time.c | 16 +
5168 grsecurity/grsec_tpe.c | 78 +
5169 grsecurity/grsec_tty.c | 18 +
5170 grsecurity/grsec_usb.c | 15 +
5171 grsecurity/grsum.c | 56 +
5172 include/drm/drm_modeset_helper_vtables.h | 1 +
5173 include/linux/binfmts.h | 5 +-
5174 include/linux/capability.h | 13 +
5175 include/linux/compiler-gcc.h | 5 +
5176 include/linux/compiler.h | 8 +
5177 include/linux/cred.h | 8 +-
5178 include/linux/dcache.h | 5 +-
5179 include/linux/fs.h | 24 +-
5180 include/linux/fs_struct.h | 2 +-
5181 include/linux/fsnotify.h | 6 +
5182 include/linux/gracl.h | 342 ++
5183 include/linux/gracl_compat.h | 156 +
5184 include/linux/gralloc.h | 9 +
5185 include/linux/grdefs.h | 140 +
5186 include/linux/grinternal.h | 231 +
5187 include/linux/grmsg.h | 120 +
5188 include/linux/grsecurity.h | 259 +
5189 include/linux/grsock.h | 19 +
5190 include/linux/ipc.h | 2 +-
5191 include/linux/ipc_namespace.h | 2 +-
5192 include/linux/kallsyms.h | 18 +-
5193 include/linux/key-type.h | 4 +-
5194 include/linux/kmod.h | 5 +
5195 include/linux/kobject.h | 2 +-
5196 include/linux/lsm_hooks.h | 4 +-
5197 include/linux/mm.h | 12 +
5198 include/linux/mm_types.h | 4 +-
5199 include/linux/module.h | 5 +-
5200 include/linux/mount.h | 2 +-
5201 include/linux/msg.h | 2 +-
5202 include/linux/netfilter/xt_gradm.h | 9 +
5203 include/linux/path.h | 4 +-
5204 include/linux/perf_event.h | 13 +-
5205 include/linux/pid_namespace.h | 2 +-
5206 include/linux/printk.h | 2 +-
5207 include/linux/proc_fs.h | 22 +-
5208 include/linux/proc_ns.h | 2 +-
5209 include/linux/random.h | 2 +-
5210 include/linux/rbtree_augmented.h | 4 +-
5211 include/linux/scatterlist.h | 12 +-
5212 include/linux/sched.h | 135 +-
5213 include/linux/security.h | 1 +
5214 include/linux/sem.h | 2 +-
5215 include/linux/seq_file.h | 5 +
5216 include/linux/shm.h | 6 +-
5217 include/linux/skbuff.h | 3 +
5218 include/linux/slab.h | 9 -
5219 include/linux/sysctl.h | 8 +-
5220 include/linux/thread_info.h | 6 +-
5221 include/linux/tty.h | 2 +-
5222 include/linux/tty_driver.h | 4 +-
5223 include/linux/uidgid.h | 6 +
5224 include/linux/user_namespace.h | 2 +-
5225 include/linux/utsname.h | 2 +-
5226 include/linux/vermagic.h | 16 +-
5227 include/linux/vmalloc.h | 8 +
5228 include/net/af_unix.h | 2 +-
5229 include/net/ip.h | 2 +-
5230 include/net/neighbour.h | 2 +-
5231 include/net/net_namespace.h | 2 +-
5232 include/net/sock.h | 2 +-
5233 include/trace/events/fs.h | 53 +
5234 include/uapi/linux/personality.h | 1 +
5235 init/Kconfig | 5 +-
5236 init/main.c | 46 +-
5237 ipc/mqueue.c | 1 +
5238 ipc/msg.c | 3 +-
5239 ipc/msgutil.c | 4 +-
5240 ipc/sem.c | 3 +-
5241 ipc/shm.c | 26 +-
5242 ipc/util.c | 6 +
5243 kernel/auditsc.c | 2 +-
5244 kernel/bpf/syscall.c | 10 +-
5245 kernel/capability.c | 41 +-
5246 kernel/cgroup.c | 5 +-
5247 kernel/compat.c | 1 +
5248 kernel/configs.c | 11 +
5249 kernel/cred.c | 112 +-
5250 kernel/events/core.c | 14 +-
5251 kernel/exit.c | 10 +-
5252 kernel/fork.c | 92 +-
5253 kernel/futex.c | 4 +-
5254 kernel/kallsyms.c | 9 +
5255 kernel/kcmp.c | 4 +
5256 kernel/kexec_core.c | 2 +-
5257 kernel/kmod.c | 96 +-
5258 kernel/kprobes.c | 9 +-
5259 kernel/ksysfs.c | 2 +
5260 kernel/locking/lockdep_proc.c | 10 +-
5261 kernel/module.c | 108 +-
5262 kernel/panic.c | 6 +-
5263 kernel/pid.c | 18 +-
5264 kernel/power/Kconfig | 2 +
5265 kernel/printk/printk.c | 7 +-
5266 kernel/ptrace.c | 50 +-
5267 kernel/resource.c | 10 +
5268 kernel/sched/core.c | 9 +-
5269 kernel/sched/debug.c | 4 +
5270 kernel/signal.c | 37 +-
5271 kernel/sys.c | 64 +-
5272 kernel/sysctl.c | 174 +-
5273 kernel/taskstats.c | 6 +
5274 kernel/time/posix-timers.c | 8 +
5275 kernel/time/time.c | 5 +
5276 kernel/time/timekeeping.c | 3 +
5277 kernel/time/timer_list.c | 13 +-
5278 kernel/time/timer_stats.c | 10 +-
5279 kernel/trace/Kconfig | 6 +
5280 kernel/trace/trace_syscalls.c | 8 +
5281 kernel/user_namespace.c | 15 +
5282 lib/Kconfig.debug | 13 +-
5283 lib/is_single_threaded.c | 3 +
5284 lib/list_debug.c | 65 +-
5285 lib/nlattr.c | 2 +
5286 lib/rbtree.c | 4 +-
5287 lib/vsprintf.c | 39 +-
5288 localversion-grsec | 1 +
5289 mm/Kconfig | 8 +-
5290 mm/Kconfig.debug | 1 +
5291 mm/filemap.c | 1 +
5292 mm/kmemleak.c | 4 +-
5293 mm/memory.c | 2 +-
5294 mm/mempolicy.c | 12 +-
5295 mm/migrate.c | 3 +-
5296 mm/mlock.c | 11 +-
5297 mm/mmap.c | 124 +-
5298 mm/mprotect.c | 8 +
5299 mm/page_alloc.c | 2 +-
5300 mm/percpu.c | 73 +-
5301 mm/process_vm_access.c | 6 +
5302 mm/shmem.c | 2 +-
5303 mm/slab.c | 14 +-
5304 mm/slab_common.c | 2 +-
5305 mm/slob.c | 12 +
5306 mm/slub.c | 33 +-
5307 mm/util.c | 3 +
5308 mm/vmalloc.c | 84 +-
5309 mm/vmstat.c | 29 +-
5310 net/appletalk/atalk_proc.c | 2 +-
5311 net/atm/lec.c | 6 +-
5312 net/atm/mpoa_caches.c | 43 +-
5313 net/can/bcm.c | 2 +-
5314 net/can/proc.c | 2 +-
5315 net/core/dev_ioctl.c | 7 +-
5316 net/core/filter.c | 8 +-
5317 net/core/net-procfs.c | 17 +-
5318 net/core/pktgen.c | 2 +-
5319 net/core/sock.c | 23 +-
5320 net/core/sysctl_net_core.c | 2 +-
5321 net/decnet/dn_dev.c | 2 +-
5322 net/ipv4/devinet.c | 6 +-
5323 net/ipv4/inet_hashtables.c | 6 +
5324 net/ipv4/ip_input.c | 7 +
5325 net/ipv4/ip_sockglue.c | 3 +-
5326 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
5327 net/ipv4/route.c | 6 +-
5328 net/ipv4/tcp_input.c | 6 +-
5329 net/ipv4/tcp_ipv4.c | 24 +-
5330 net/ipv4/tcp_minisocks.c | 9 +-
5331 net/ipv4/tcp_timer.c | 11 +
5332 net/ipv4/udp.c | 24 +
5333 net/ipv6/addrconf.c | 13 +-
5334 net/ipv6/proc.c | 2 +-
5335 net/ipv6/tcp_ipv6.c | 23 +-
5336 net/ipv6/udp.c | 7 +
5337 net/ipx/ipx_proc.c | 2 +-
5338 net/irda/irproc.c | 2 +-
5339 net/llc/llc_proc.c | 2 +-
5340 net/netfilter/Kconfig | 10 +
5341 net/netfilter/Makefile | 1 +
5342 net/netfilter/xt_gradm.c | 51 +
5343 net/netfilter/xt_hashlimit.c | 4 +-
5344 net/netfilter/xt_recent.c | 2 +-
5345 net/socket.c | 75 +-
5346 net/sunrpc/Kconfig | 1 +
5347 net/sunrpc/cache.c | 2 +-
5348 net/sunrpc/stats.c | 2 +-
5349 net/sysctl_net.c | 2 +-
5350 net/unix/af_unix.c | 52 +-
5351 net/vmw_vsock/vmci_transport_notify.c | 30 +-
5352 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
5353 net/x25/sysctl_net_x25.c | 2 +-
5354 net/x25/x25_proc.c | 2 +-
5355 scripts/Makefile.gcc-plugins | 5 +
5356 scripts/gcc-plugins/.gitignore | 1 +
5357 scripts/gcc-plugins/Makefile | 10 +
5358 scripts/gcc-plugins/gen-random-seed.sh | 8 +
5359 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
5360 .../size_overflow_plugin/size_overflow_hash.data | 724 ++-
5361 scripts/package/Makefile | 2 +-
5362 scripts/package/mkspec | 41 +-
5363 security/Kconfig | 364 +-
5364 security/apparmor/file.c | 4 +-
5365 security/apparmor/lsm.c | 8 +-
5366 security/commoncap.c | 29 +
5367 security/keys/internal.h | 2 +-
5368 security/keys/key.c | 2 +-
5369 security/min_addr.c | 2 +
5370 security/tomoyo/file.c | 12 +-
5371 security/tomoyo/mount.c | 4 +
5372 security/tomoyo/tomoyo.c | 20 +-
5373 security/yama/Kconfig | 2 +-
5374 sound/synth/emux/emux_seq.c | 14 +-
5375 sound/usb/line6/driver.c | 40 +-
5376 sound/usb/line6/toneport.c | 12 +-
5377 521 files changed, 33285 insertions(+), 3355 deletions(-)
5378
5379 commit 96b2aa21ce8de62dfa0ee023b2cd20928f5021a1
5380 Author: Brad Spengler <spender@grsecurity.net>
5381 Date: Sat Jul 2 09:03:17 2016 -0400
5382
5383 Initial commit of pax-linux-4.6.3-test9.patch
5384
5385 .gitignore | 1 +
5386 Documentation/dontdiff | 46 +-
5387 Documentation/kbuild/makefiles.txt | 39 +-
5388 Documentation/kernel-parameters.txt | 28 +
5389 Makefile | 20 +-
5390 arch/Kconfig | 14 +
5391 arch/alpha/include/asm/atomic.h | 10 +
5392 arch/alpha/include/asm/elf.h | 7 +
5393 arch/alpha/include/asm/pgalloc.h | 6 +
5394 arch/alpha/include/asm/pgtable.h | 11 +
5395 arch/alpha/kernel/module.c | 2 +-
5396 arch/alpha/kernel/osf_sys.c | 8 +-
5397 arch/alpha/mm/fault.c | 141 +-
5398 arch/arm/Kconfig | 6 +-
5399 arch/arm/boot/compressed/Makefile | 2 +
5400 arch/arm/include/asm/atomic.h | 323 +-
5401 arch/arm/include/asm/cache.h | 4 +-
5402 arch/arm/include/asm/cacheflush.h | 2 +-
5403 arch/arm/include/asm/checksum.h | 14 +-
5404 arch/arm/include/asm/cmpxchg.h | 4 +
5405 arch/arm/include/asm/cpuidle.h | 2 +-
5406 arch/arm/include/asm/domain.h | 42 +-
5407 arch/arm/include/asm/elf.h | 9 +-
5408 arch/arm/include/asm/fncpy.h | 2 +
5409 arch/arm/include/asm/futex.h | 1 +
5410 arch/arm/include/asm/kmap_types.h | 2 +-
5411 arch/arm/include/asm/mach/dma.h | 2 +-
5412 arch/arm/include/asm/mach/map.h | 16 +-
5413 arch/arm/include/asm/outercache.h | 2 +-
5414 arch/arm/include/asm/page.h | 3 +-
5415 arch/arm/include/asm/pgalloc.h | 20 +
5416 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
5417 arch/arm/include/asm/pgtable-2level.h | 3 +
5418 arch/arm/include/asm/pgtable-3level.h | 3 +
5419 arch/arm/include/asm/pgtable.h | 54 +-
5420 arch/arm/include/asm/smp.h | 2 +-
5421 arch/arm/include/asm/string.h | 10 +-
5422 arch/arm/include/asm/thread_info.h | 3 +
5423 arch/arm/include/asm/tls.h | 3 +
5424 arch/arm/include/asm/uaccess.h | 113 +-
5425 arch/arm/include/uapi/asm/ptrace.h | 2 +-
5426 arch/arm/kernel/armksyms.c | 2 +-
5427 arch/arm/kernel/cpuidle.c | 2 +-
5428 arch/arm/kernel/entry-armv.S | 109 +-
5429 arch/arm/kernel/entry-common.S | 40 +-
5430 arch/arm/kernel/entry-header.S | 55 +
5431 arch/arm/kernel/fiq.c | 3 +
5432 arch/arm/kernel/module-plts.c | 7 +-
5433 arch/arm/kernel/module.c | 38 +-
5434 arch/arm/kernel/patch.c | 2 +
5435 arch/arm/kernel/process.c | 86 +-
5436 arch/arm/kernel/reboot.c | 1 +
5437 arch/arm/kernel/setup.c | 20 +-
5438 arch/arm/kernel/signal.c | 35 +-
5439 arch/arm/kernel/smp.c | 2 +-
5440 arch/arm/kernel/tcm.c | 4 +-
5441 arch/arm/kernel/vmlinux.lds.S | 6 +-
5442 arch/arm/kvm/arm.c | 8 +-
5443 arch/arm/lib/copy_page.S | 1 +
5444 arch/arm/lib/csumpartialcopyuser.S | 4 +-
5445 arch/arm/lib/delay.c | 2 +-
5446 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
5447 arch/arm/mach-exynos/suspend.c | 6 +-
5448 arch/arm/mach-mvebu/coherency.c | 4 +-
5449 arch/arm/mach-omap2/board-n8x0.c | 2 +-
5450 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
5451 arch/arm/mach-omap2/omap-smp.c | 1 +
5452 arch/arm/mach-omap2/omap_device.c | 4 +-
5453 arch/arm/mach-omap2/omap_device.h | 4 +-
5454 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
5455 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
5456 arch/arm/mach-omap2/wd_timer.c | 6 +-
5457 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
5458 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
5459 arch/arm/mach-tegra/irq.c | 1 +
5460 arch/arm/mach-ux500/pm.c | 1 +
5461 arch/arm/mach-zynq/platsmp.c | 1 +
5462 arch/arm/mm/Kconfig | 6 +-
5463 arch/arm/mm/cache-l2x0.c | 2 +-
5464 arch/arm/mm/context.c | 10 +-
5465 arch/arm/mm/fault.c | 160 +
5466 arch/arm/mm/fault.h | 12 +
5467 arch/arm/mm/init.c | 39 +
5468 arch/arm/mm/ioremap.c | 4 +-
5469 arch/arm/mm/mmap.c | 36 +-
5470 arch/arm/mm/mmu.c | 162 +-
5471 arch/arm/net/bpf_jit_32.c | 3 +
5472 arch/arm/plat-iop/setup.c | 2 +-
5473 arch/arm/plat-omap/sram.c | 2 +
5474 arch/arm64/Kconfig | 1 +
5475 arch/arm64/include/asm/atomic.h | 10 +
5476 arch/arm64/include/asm/percpu.h | 8 +-
5477 arch/arm64/include/asm/pgalloc.h | 5 +
5478 arch/arm64/include/asm/string.h | 22 +-
5479 arch/arm64/include/asm/uaccess.h | 1 +
5480 arch/arm64/mm/dma-mapping.c | 2 +-
5481 arch/avr32/include/asm/elf.h | 8 +-
5482 arch/avr32/include/asm/kmap_types.h | 4 +-
5483 arch/avr32/mm/fault.c | 27 +
5484 arch/frv/include/asm/atomic.h | 10 +
5485 arch/frv/include/asm/kmap_types.h | 2 +-
5486 arch/frv/mm/elf-fdpic.c | 3 +-
5487 arch/ia64/Makefile | 1 +
5488 arch/ia64/include/asm/atomic.h | 10 +
5489 arch/ia64/include/asm/elf.h | 7 +
5490 arch/ia64/include/asm/pgalloc.h | 12 +
5491 arch/ia64/include/asm/pgtable.h | 13 +-
5492 arch/ia64/include/asm/spinlock.h | 2 +-
5493 arch/ia64/include/asm/uaccess.h | 27 +-
5494 arch/ia64/kernel/module.c | 20 +-
5495 arch/ia64/kernel/palinfo.c | 2 +-
5496 arch/ia64/kernel/sys_ia64.c | 7 +
5497 arch/ia64/kernel/vmlinux.lds.S | 2 +-
5498 arch/ia64/mm/fault.c | 32 +-
5499 arch/ia64/mm/init.c | 15 +-
5500 arch/m32r/lib/usercopy.c | 6 +
5501 arch/mips/Kconfig | 1 +
5502 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
5503 arch/mips/include/asm/atomic.h | 372 +-
5504 arch/mips/include/asm/cache.h | 3 +-
5505 arch/mips/include/asm/elf.h | 7 +
5506 arch/mips/include/asm/exec.h | 2 +-
5507 arch/mips/include/asm/hw_irq.h | 2 +-
5508 arch/mips/include/asm/local.h | 57 +
5509 arch/mips/include/asm/page.h | 2 +-
5510 arch/mips/include/asm/pgalloc.h | 5 +
5511 arch/mips/include/asm/pgtable.h | 3 +
5512 arch/mips/include/asm/uaccess.h | 1 +
5513 arch/mips/kernel/binfmt_elfn32.c | 7 +
5514 arch/mips/kernel/binfmt_elfo32.c | 7 +
5515 arch/mips/kernel/irq-gt641xx.c | 2 +-
5516 arch/mips/kernel/irq.c | 6 +-
5517 arch/mips/kernel/pm-cps.c | 2 +-
5518 arch/mips/kernel/process.c | 12 -
5519 arch/mips/kernel/sync-r4k.c | 24 +-
5520 arch/mips/kernel/traps.c | 13 +-
5521 arch/mips/lib/ashldi3.c | 21 +-
5522 arch/mips/lib/ashrdi3.c | 19 +-
5523 arch/mips/lib/libgcc.h | 12 +-
5524 arch/mips/mm/fault.c | 25 +
5525 arch/mips/mm/init.c | 4 +-
5526 arch/mips/mm/mmap.c | 24 +-
5527 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
5528 arch/mips/sni/rm200.c | 2 +-
5529 arch/mips/vr41xx/common/icu.c | 2 +-
5530 arch/mips/vr41xx/common/irq.c | 4 +-
5531 arch/parisc/include/asm/atomic.h | 10 +
5532 arch/parisc/include/asm/elf.h | 7 +
5533 arch/parisc/include/asm/pgalloc.h | 6 +
5534 arch/parisc/include/asm/pgtable.h | 11 +
5535 arch/parisc/include/asm/uaccess.h | 4 +-
5536 arch/parisc/kernel/module.c | 26 +-
5537 arch/parisc/kernel/sys_parisc.c | 15 +
5538 arch/parisc/kernel/traps.c | 4 +-
5539 arch/parisc/mm/fault.c | 140 +-
5540 arch/powerpc/Kconfig | 1 +
5541 arch/powerpc/include/asm/atomic.h | 317 +-
5542 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
5543 arch/powerpc/include/asm/elf.h | 12 +
5544 arch/powerpc/include/asm/exec.h | 2 +-
5545 arch/powerpc/include/asm/kmap_types.h | 2 +-
5546 arch/powerpc/include/asm/local.h | 46 +
5547 arch/powerpc/include/asm/mman.h | 2 +-
5548 arch/powerpc/include/asm/page.h | 8 +-
5549 arch/powerpc/include/asm/page_64.h | 7 +-
5550 arch/powerpc/include/asm/pgalloc-64.h | 11 +
5551 arch/powerpc/include/asm/pgtable.h | 1 +
5552 arch/powerpc/include/asm/reg.h | 1 +
5553 arch/powerpc/include/asm/smp.h | 2 +-
5554 arch/powerpc/include/asm/spinlock.h | 42 +-
5555 arch/powerpc/include/asm/string.h | 18 +-
5556 arch/powerpc/include/asm/uaccess.h | 141 +-
5557 arch/powerpc/kernel/Makefile | 5 +
5558 arch/powerpc/kernel/exceptions-64e.S | 4 +-
5559 arch/powerpc/kernel/exceptions-64s.S | 2 +-
5560 arch/powerpc/kernel/module_32.c | 15 +-
5561 arch/powerpc/kernel/process.c | 7 -
5562 arch/powerpc/kernel/signal_32.c | 2 +-
5563 arch/powerpc/kernel/signal_64.c | 2 +-
5564 arch/powerpc/kernel/traps.c | 21 +
5565 arch/powerpc/kernel/vdso.c | 5 +-
5566 arch/powerpc/lib/usercopy_64.c | 18 -
5567 arch/powerpc/mm/fault.c | 56 +-
5568 arch/powerpc/mm/mmap.c | 16 +
5569 arch/powerpc/mm/slice.c | 21 +-
5570 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
5571 arch/s390/include/asm/atomic.h | 10 +
5572 arch/s390/include/asm/elf.h | 7 +
5573 arch/s390/include/asm/exec.h | 2 +-
5574 arch/s390/include/asm/uaccess.h | 13 +-
5575 arch/s390/kernel/module.c | 22 +-
5576 arch/s390/kernel/process.c | 7 -
5577 arch/s390/mm/mmap.c | 22 +-
5578 arch/score/include/asm/exec.h | 2 +-
5579 arch/score/kernel/process.c | 5 -
5580 arch/sh/mm/mmap.c | 28 +-
5581 arch/sparc/Kconfig | 1 +
5582 arch/sparc/include/asm/atomic_64.h | 110 +-
5583 arch/sparc/include/asm/cache.h | 2 +-
5584 arch/sparc/include/asm/elf_32.h | 7 +
5585 arch/sparc/include/asm/elf_64.h | 7 +
5586 arch/sparc/include/asm/pgalloc_32.h | 1 +
5587 arch/sparc/include/asm/pgalloc_64.h | 1 +
5588 arch/sparc/include/asm/pgtable.h | 4 +
5589 arch/sparc/include/asm/pgtable_32.h | 15 +-
5590 arch/sparc/include/asm/pgtsrmmu.h | 5 +
5591 arch/sparc/include/asm/setup.h | 4 +-
5592 arch/sparc/include/asm/spinlock_64.h | 35 +-
5593 arch/sparc/include/asm/thread_info_32.h | 1 +
5594 arch/sparc/include/asm/thread_info_64.h | 2 +
5595 arch/sparc/include/asm/uaccess.h | 1 +
5596 arch/sparc/include/asm/uaccess_32.h | 28 +-
5597 arch/sparc/include/asm/uaccess_64.h | 24 +-
5598 arch/sparc/kernel/Makefile | 2 +-
5599 arch/sparc/kernel/prom_common.c | 2 +-
5600 arch/sparc/kernel/smp_64.c | 8 +-
5601 arch/sparc/kernel/sys_sparc_32.c | 2 +-
5602 arch/sparc/kernel/sys_sparc_64.c | 58 +-
5603 arch/sparc/kernel/traps_64.c | 27 +-
5604 arch/sparc/lib/Makefile | 2 +-
5605 arch/sparc/lib/atomic_64.S | 57 +-
5606 arch/sparc/lib/ksyms.c | 6 +-
5607 arch/sparc/mm/Makefile | 2 +-
5608 arch/sparc/mm/fault_32.c | 292 +
5609 arch/sparc/mm/fault_64.c | 486 +
5610 arch/sparc/mm/hugetlbpage.c | 30 +-
5611 arch/sparc/mm/init_64.c | 10 +-
5612 arch/tile/include/asm/atomic_64.h | 10 +
5613 arch/tile/include/asm/uaccess.h | 4 +-
5614 arch/um/Makefile | 2 +
5615 arch/um/include/asm/kmap_types.h | 2 +-
5616 arch/um/include/asm/page.h | 3 +
5617 arch/um/include/asm/pgtable-3level.h | 1 +
5618 arch/um/kernel/process.c | 16 -
5619 arch/x86/Kconfig | 33 +-
5620 arch/x86/Kconfig.cpu | 6 +-
5621 arch/x86/Kconfig.debug | 3 +-
5622 arch/x86/Makefile | 13 +-
5623 arch/x86/boot/bitops.h | 4 +-
5624 arch/x86/boot/boot.h | 2 +-
5625 arch/x86/boot/compressed/Makefile | 17 +
5626 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
5627 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
5628 arch/x86/boot/compressed/head_32.S | 4 +-
5629 arch/x86/boot/compressed/head_64.S | 12 +-
5630 arch/x86/boot/compressed/misc.c | 11 +-
5631 arch/x86/boot/cpucheck.c | 16 +-
5632 arch/x86/boot/header.S | 6 +-
5633 arch/x86/boot/memory.c | 2 +-
5634 arch/x86/boot/video-vesa.c | 1 +
5635 arch/x86/boot/video.c | 2 +-
5636 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
5637 arch/x86/crypto/aesni-intel_asm.S | 116 +-
5638 arch/x86/crypto/aesni-intel_glue.c | 4 +-
5639 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
5640 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
5641 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
5642 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
5643 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
5644 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
5645 arch/x86/crypto/camellia_glue.c | 8 +-
5646 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
5647 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
5648 arch/x86/crypto/cast6_avx_glue.c | 16 +-
5649 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
5650 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
5651 arch/x86/crypto/glue_helper.c | 2 +-
5652 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
5653 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
5654 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
5655 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
5656 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
5657 arch/x86/crypto/serpent_avx_glue.c | 18 +-
5658 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
5659 arch/x86/crypto/sha-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
5660 arch/x86/crypto/sha-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
5661 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
5662 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
5663 arch/x86/crypto/sha256-avx-asm.S | 5 +-
5664 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
5665 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
5666 arch/x86/crypto/sha256_ni_asm.S | 2 +-
5667 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
5668 arch/x86/crypto/sha512-avx-asm.S | 5 +-
5669 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
5670 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
5671 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
5672 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
5673 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
5674 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
5675 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
5676 arch/x86/crypto/twofish_avx_glue.c | 21 +-
5677 arch/x86/crypto/twofish_glue.c | 4 +-
5678 arch/x86/crypto/twofish_glue_3way.c | 12 +-
5679 arch/x86/entry/Makefile | 2 +
5680 arch/x86/entry/calling.h | 86 +-
5681 arch/x86/entry/common.c | 89 +-
5682 arch/x86/entry/entry_32.S | 330 +-
5683 arch/x86/entry/entry_64.S | 600 +-
5684 arch/x86/entry/entry_64_compat.S | 115 +-
5685 arch/x86/entry/thunk_64.S | 2 +
5686 arch/x86/entry/vdso/Makefile | 5 +-
5687 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
5688 arch/x86/entry/vdso/vdso2c.h | 4 +-
5689 arch/x86/entry/vdso/vma.c | 42 +-
5690 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
5691 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
5692 arch/x86/events/amd/iommu.c | 8 +-
5693 arch/x86/events/core.c | 8 +-
5694 arch/x86/events/intel/bts.c | 6 +-
5695 arch/x86/events/intel/core.c | 34 +-
5696 arch/x86/events/intel/cqm.c | 14 +-
5697 arch/x86/events/intel/cstate.c | 6 +-
5698 arch/x86/events/intel/ds.c | 7 +-
5699 arch/x86/events/intel/lbr.c | 4 +-
5700 arch/x86/events/intel/pt.c | 44 +-
5701 arch/x86/events/intel/rapl.c | 8 +-
5702 arch/x86/events/intel/uncore.c | 6 +-
5703 arch/x86/events/intel/uncore.h | 14 +-
5704 arch/x86/events/perf_event.h | 2 +-
5705 arch/x86/ia32/ia32_signal.c | 23 +-
5706 arch/x86/ia32/sys_ia32.c | 42 +-
5707 arch/x86/include/asm/alternative-asm.h | 43 +-
5708 arch/x86/include/asm/alternative.h | 4 +-
5709 arch/x86/include/asm/apic.h | 2 +-
5710 arch/x86/include/asm/apm.h | 4 +-
5711 arch/x86/include/asm/atomic.h | 230 +-
5712 arch/x86/include/asm/atomic64_32.h | 119 +
5713 arch/x86/include/asm/atomic64_64.h | 169 +-
5714 arch/x86/include/asm/bitops.h | 18 +-
5715 arch/x86/include/asm/boot.h | 2 +-
5716 arch/x86/include/asm/cache.h | 4 +-
5717 arch/x86/include/asm/checksum_32.h | 12 +-
5718 arch/x86/include/asm/cmpxchg.h | 39 +
5719 arch/x86/include/asm/compat.h | 4 +
5720 arch/x86/include/asm/cpufeature.h | 2 +-
5721 arch/x86/include/asm/cpufeatures.h | 5 +-
5722 arch/x86/include/asm/crypto/camellia.h | 30 +-
5723 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
5724 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
5725 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
5726 arch/x86/include/asm/crypto/twofish.h | 10 +-
5727 arch/x86/include/asm/desc.h | 78 +-
5728 arch/x86/include/asm/desc_defs.h | 6 +
5729 arch/x86/include/asm/div64.h | 2 +-
5730 arch/x86/include/asm/dma.h | 2 +
5731 arch/x86/include/asm/elf.h | 33 +-
5732 arch/x86/include/asm/emergency-restart.h | 2 +-
5733 arch/x86/include/asm/fixmap.h | 2 +-
5734 arch/x86/include/asm/fpu/internal.h | 38 +-
5735 arch/x86/include/asm/fpu/types.h | 5 +-
5736 arch/x86/include/asm/futex.h | 14 +-
5737 arch/x86/include/asm/hw_irq.h | 4 +-
5738 arch/x86/include/asm/hypervisor.h | 2 +-
5739 arch/x86/include/asm/i8259.h | 2 +-
5740 arch/x86/include/asm/io.h | 22 +-
5741 arch/x86/include/asm/irqflags.h | 5 +
5742 arch/x86/include/asm/kprobes.h | 9 +-
5743 arch/x86/include/asm/kvm_emulate.h | 7 +-
5744 arch/x86/include/asm/local.h | 106 +-
5745 arch/x86/include/asm/mman.h | 15 +
5746 arch/x86/include/asm/mmu.h | 14 +-
5747 arch/x86/include/asm/mmu_context.h | 133 +-
5748 arch/x86/include/asm/module.h | 23 +-
5749 arch/x86/include/asm/nmi.h | 19 +-
5750 arch/x86/include/asm/page.h | 1 +
5751 arch/x86/include/asm/page_32.h | 12 +-
5752 arch/x86/include/asm/page_64.h | 14 +-
5753 arch/x86/include/asm/paravirt.h | 46 +-
5754 arch/x86/include/asm/paravirt_types.h | 13 +-
5755 arch/x86/include/asm/pgalloc.h | 23 +
5756 arch/x86/include/asm/pgtable-2level.h | 2 +
5757 arch/x86/include/asm/pgtable-3level.h | 7 +
5758 arch/x86/include/asm/pgtable.h | 126 +-
5759 arch/x86/include/asm/pgtable_32.h | 14 +-
5760 arch/x86/include/asm/pgtable_32_types.h | 24 +-
5761 arch/x86/include/asm/pgtable_64.h | 23 +-
5762 arch/x86/include/asm/pgtable_64_types.h | 5 +
5763 arch/x86/include/asm/pgtable_types.h | 27 +-
5764 arch/x86/include/asm/pmem.h | 2 +-
5765 arch/x86/include/asm/preempt.h | 2 +-
5766 arch/x86/include/asm/processor.h | 57 +-
5767 arch/x86/include/asm/ptrace.h | 15 +-
5768 arch/x86/include/asm/realmode.h | 4 +-
5769 arch/x86/include/asm/reboot.h | 10 +-
5770 arch/x86/include/asm/rmwcc.h | 84 +-
5771 arch/x86/include/asm/rwsem.h | 60 +-
5772 arch/x86/include/asm/segment.h | 27 +-
5773 arch/x86/include/asm/smap.h | 43 +
5774 arch/x86/include/asm/smp.h | 14 +-
5775 arch/x86/include/asm/stackprotector.h | 4 +-
5776 arch/x86/include/asm/stacktrace.h | 34 +-
5777 arch/x86/include/asm/string_32.h | 20 +-
5778 arch/x86/include/asm/string_64.h | 16 +-
5779 arch/x86/include/asm/switch_to.h | 4 +-
5780 arch/x86/include/asm/sys_ia32.h | 6 +-
5781 arch/x86/include/asm/thread_info.h | 54 +-
5782 arch/x86/include/asm/tlbflush.h | 77 +-
5783 arch/x86/include/asm/traps.h | 4 +-
5784 arch/x86/include/asm/uaccess.h | 210 +-
5785 arch/x86/include/asm/uaccess_32.h | 28 +-
5786 arch/x86/include/asm/uaccess_64.h | 169 +-
5787 arch/x86/include/asm/word-at-a-time.h | 2 +-
5788 arch/x86/include/asm/x86_init.h | 10 +-
5789 arch/x86/include/asm/xen/page.h | 2 +-
5790 arch/x86/include/uapi/asm/e820.h | 2 +-
5791 arch/x86/kernel/Makefile | 2 +-
5792 arch/x86/kernel/acpi/boot.c | 4 +-
5793 arch/x86/kernel/acpi/sleep.c | 4 +
5794 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
5795 arch/x86/kernel/alternative.c | 124 +-
5796 arch/x86/kernel/apic/apic.c | 4 +-
5797 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
5798 arch/x86/kernel/apic/apic_noop.c | 2 +-
5799 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
5800 arch/x86/kernel/apic/io_apic.c | 10 +-
5801 arch/x86/kernel/apic/msi.c | 2 +-
5802 arch/x86/kernel/apic/probe_32.c | 4 +-
5803 arch/x86/kernel/apic/vector.c | 2 +
5804 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
5805 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
5806 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
5807 arch/x86/kernel/apm_32.c | 21 +-
5808 arch/x86/kernel/asm-offsets.c | 22 +
5809 arch/x86/kernel/cpu/Makefile | 4 -
5810 arch/x86/kernel/cpu/amd.c | 2 +-
5811 arch/x86/kernel/cpu/bugs_64.c | 2 +
5812 arch/x86/kernel/cpu/common.c | 202 +-
5813 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
5814 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
5815 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
5816 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
5817 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
5818 arch/x86/kernel/cpu/mshyperv.c | 2 +-
5819 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
5820 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
5821 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
5822 arch/x86/kernel/cpu/vmware.c | 2 +-
5823 arch/x86/kernel/crash_dump_64.c | 2 +-
5824 arch/x86/kernel/doublefault.c | 8 +-
5825 arch/x86/kernel/dumpstack.c | 24 +-
5826 arch/x86/kernel/dumpstack_32.c | 25 +-
5827 arch/x86/kernel/dumpstack_64.c | 72 +-
5828 arch/x86/kernel/e820.c | 4 +-
5829 arch/x86/kernel/early_printk.c | 1 +
5830 arch/x86/kernel/espfix_64.c | 44 +-
5831 arch/x86/kernel/fpu/core.c | 30 +-
5832 arch/x86/kernel/fpu/init.c | 49 +-
5833 arch/x86/kernel/fpu/regset.c | 22 +-
5834 arch/x86/kernel/fpu/signal.c | 20 +-
5835 arch/x86/kernel/fpu/xstate.c | 12 +-
5836 arch/x86/kernel/ftrace.c | 18 +-
5837 arch/x86/kernel/head64.c | 14 +-
5838 arch/x86/kernel/head_32.S | 240 +-
5839 arch/x86/kernel/head_64.S | 182 +-
5840 arch/x86/kernel/i386_ksyms_32.c | 12 +
5841 arch/x86/kernel/i8259.c | 10 +-
5842 arch/x86/kernel/io_delay.c | 2 +-
5843 arch/x86/kernel/ioport.c | 2 +-
5844 arch/x86/kernel/irq.c | 8 +-
5845 arch/x86/kernel/irq_32.c | 45 +-
5846 arch/x86/kernel/jump_label.c | 10 +-
5847 arch/x86/kernel/kgdb.c | 21 +-
5848 arch/x86/kernel/kprobes/core.c | 28 +-
5849 arch/x86/kernel/kprobes/opt.c | 16 +-
5850 arch/x86/kernel/ksysfs.c | 2 +-
5851 arch/x86/kernel/kvm.c | 2 +-
5852 arch/x86/kernel/kvmclock.c | 20 +-
5853 arch/x86/kernel/ldt.c | 25 +
5854 arch/x86/kernel/livepatch.c | 9 +-
5855 arch/x86/kernel/machine_kexec_32.c | 6 +-
5856 arch/x86/kernel/mcount_64.S | 21 +-
5857 arch/x86/kernel/module.c | 78 +-
5858 arch/x86/kernel/msr.c | 2 +-
5859 arch/x86/kernel/nmi.c | 34 +-
5860 arch/x86/kernel/nmi_selftest.c | 4 +-
5861 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
5862 arch/x86/kernel/paravirt.c | 133 +-
5863 arch/x86/kernel/paravirt_patch_64.c | 8 +
5864 arch/x86/kernel/pci-calgary_64.c | 2 +-
5865 arch/x86/kernel/pci-iommu_table.c | 2 +-
5866 arch/x86/kernel/pci-swiotlb.c | 2 +-
5867 arch/x86/kernel/process.c | 80 +-
5868 arch/x86/kernel/process_32.c | 29 +-
5869 arch/x86/kernel/process_64.c | 14 +-
5870 arch/x86/kernel/ptrace.c | 20 +-
5871 arch/x86/kernel/pvclock.c | 8 +-
5872 arch/x86/kernel/reboot.c | 44 +-
5873 arch/x86/kernel/reboot_fixups_32.c | 2 +-
5874 arch/x86/kernel/relocate_kernel_64.S | 3 +-
5875 arch/x86/kernel/setup.c | 29 +-
5876 arch/x86/kernel/setup_percpu.c | 29 +-
5877 arch/x86/kernel/signal.c | 17 +-
5878 arch/x86/kernel/smp.c | 2 +-
5879 arch/x86/kernel/smpboot.c | 29 +-
5880 arch/x86/kernel/step.c | 6 +-
5881 arch/x86/kernel/sys_i386_32.c | 184 +
5882 arch/x86/kernel/sys_x86_64.c | 28 +-
5883 arch/x86/kernel/tboot.c | 22 +-
5884 arch/x86/kernel/time.c | 8 +-
5885 arch/x86/kernel/tls.c | 7 +-
5886 arch/x86/kernel/tracepoint.c | 4 +-
5887 arch/x86/kernel/traps.c | 66 +-
5888 arch/x86/kernel/tsc.c | 2 +-
5889 arch/x86/kernel/uprobes.c | 4 +-
5890 arch/x86/kernel/vm86_32.c | 6 +-
5891 arch/x86/kernel/vmlinux.lds.S | 144 +-
5892 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
5893 arch/x86/kernel/x86_init.c | 6 +-
5894 arch/x86/kvm/cpuid.c | 21 +-
5895 arch/x86/kvm/emulate.c | 20 +-
5896 arch/x86/kvm/i8259.c | 10 +-
5897 arch/x86/kvm/ioapic.c | 2 +
5898 arch/x86/kvm/lapic.c | 2 +-
5899 arch/x86/kvm/paging_tmpl.h | 2 +-
5900 arch/x86/kvm/svm.c | 10 +-
5901 arch/x86/kvm/vmx.c | 60 +-
5902 arch/x86/kvm/x86.c | 44 +-
5903 arch/x86/lguest/boot.c | 3 +-
5904 arch/x86/lib/atomic64_386_32.S | 164 +
5905 arch/x86/lib/atomic64_cx8_32.S | 98 +-
5906 arch/x86/lib/checksum_32.S | 99 +-
5907 arch/x86/lib/clear_page_64.S | 3 +
5908 arch/x86/lib/cmpxchg16b_emu.S | 3 +
5909 arch/x86/lib/copy_page_64.S | 14 +-
5910 arch/x86/lib/copy_user_64.S | 66 +-
5911 arch/x86/lib/csum-copy_64.S | 14 +-
5912 arch/x86/lib/csum-wrappers_64.c | 8 +-
5913 arch/x86/lib/getuser.S | 74 +-
5914 arch/x86/lib/insn.c | 8 +-
5915 arch/x86/lib/iomap_copy_64.S | 2 +
5916 arch/x86/lib/memcpy_64.S | 6 +
5917 arch/x86/lib/memmove_64.S | 3 +-
5918 arch/x86/lib/memset_64.S | 3 +
5919 arch/x86/lib/mmx_32.c | 243 +-
5920 arch/x86/lib/msr-reg.S | 2 +
5921 arch/x86/lib/putuser.S | 87 +-
5922 arch/x86/lib/rwsem.S | 4 +
5923 arch/x86/lib/usercopy_32.c | 359 +-
5924 arch/x86/lib/usercopy_64.c | 22 +-
5925 arch/x86/math-emu/fpu_aux.c | 2 +-
5926 arch/x86/math-emu/fpu_entry.c | 4 +-
5927 arch/x86/math-emu/fpu_etc.c | 9 +-
5928 arch/x86/math-emu/fpu_system.h | 2 +-
5929 arch/x86/math-emu/fpu_trig.c | 13 +-
5930 arch/x86/math-emu/reg_constant.c | 7 +-
5931 arch/x86/mm/Makefile | 3 +
5932 arch/x86/mm/extable.c | 20 +-
5933 arch/x86/mm/fault.c | 573 +-
5934 arch/x86/mm/gup.c | 6 +-
5935 arch/x86/mm/highmem_32.c | 6 +
5936 arch/x86/mm/hugetlbpage.c | 24 +-
5937 arch/x86/mm/init.c | 19 +-
5938 arch/x86/mm/init_32.c | 157 +-
5939 arch/x86/mm/init_64.c | 100 +-
5940 arch/x86/mm/iomap_32.c | 4 +
5941 arch/x86/mm/ioremap.c | 52 +-
5942 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
5943 arch/x86/mm/mmap.c | 46 +-
5944 arch/x86/mm/mmio-mod.c | 10 +-
5945 arch/x86/mm/mpx.c | 6 +-
5946 arch/x86/mm/numa.c | 2 +-
5947 arch/x86/mm/pageattr.c | 36 +-
5948 arch/x86/mm/pat.c | 12 +-
5949 arch/x86/mm/pat_rbtree.c | 2 +-
5950 arch/x86/mm/pf_in.c | 10 +-
5951 arch/x86/mm/pgtable.c | 211 +-
5952 arch/x86/mm/pgtable_32.c | 3 +
5953 arch/x86/mm/setup_nx.c | 7 +
5954 arch/x86/mm/tlb.c | 4 +
5955 arch/x86/mm/uderef_64.c | 37 +
5956 arch/x86/net/bpf_jit.S | 11 +
5957 arch/x86/net/bpf_jit_comp.c | 13 +-
5958 arch/x86/oprofile/backtrace.c | 6 +-
5959 arch/x86/oprofile/nmi_int.c | 10 +-
5960 arch/x86/oprofile/op_model_amd.c | 8 +-
5961 arch/x86/oprofile/op_model_ppro.c | 7 +-
5962 arch/x86/oprofile/op_x86_model.h | 2 +-
5963 arch/x86/pci/intel_mid_pci.c | 2 +-
5964 arch/x86/pci/irq.c | 8 +-
5965 arch/x86/pci/pcbios.c | 112 +-
5966 arch/x86/pci/vmd.c | 4 +-
5967 arch/x86/platform/efi/efi_32.c | 24 +
5968 arch/x86/platform/efi/efi_64.c | 26 +-
5969 arch/x86/platform/efi/efi_stub_32.S | 64 +-
5970 arch/x86/platform/efi/efi_stub_64.S | 2 +
5971 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
5972 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
5973 arch/x86/platform/intel-mid/mfld.c | 4 +-
5974 arch/x86/platform/intel-mid/mrfl.c | 2 +-
5975 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
5976 arch/x86/platform/olpc/olpc_dt.c | 2 +-
5977 arch/x86/power/cpu.c | 11 +-
5978 arch/x86/realmode/init.c | 10 +-
5979 arch/x86/realmode/rm/header.S | 4 +-
5980 arch/x86/realmode/rm/reboot.S | 4 +
5981 arch/x86/realmode/rm/trampoline_32.S | 12 +-
5982 arch/x86/realmode/rm/trampoline_64.S | 3 +-
5983 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
5984 arch/x86/tools/Makefile | 2 +-
5985 arch/x86/tools/relocs.c | 97 +-
5986 arch/x86/um/mem_32.c | 2 +-
5987 arch/x86/um/tls_32.c | 2 +-
5988 arch/x86/xen/enlighten.c | 52 +-
5989 arch/x86/xen/mmu.c | 31 +-
5990 arch/x86/xen/smp.c | 16 +-
5991 arch/x86/xen/xen-asm_32.S | 2 +-
5992 arch/x86/xen/xen-head.S | 12 +
5993 arch/x86/xen/xen-ops.h | 2 -
5994 block/bio.c | 4 +-
5995 block/blk-cgroup.c | 18 +-
5996 block/blk-map.c | 2 +-
5997 block/blk-softirq.c | 2 +-
5998 block/bsg.c | 12 +-
5999 block/cfq-iosched.c | 4 +-
6000 block/compat_ioctl.c | 4 +-
6001 block/genhd.c | 9 +-
6002 block/partitions/efi.c | 8 +-
6003 block/scsi_ioctl.c | 29 +-
6004 crypto/cast6_generic.c | 6 +-
6005 crypto/cryptd.c | 4 +-
6006 crypto/crypto_user.c | 2 +-
6007 crypto/pcrypt.c | 2 +-
6008 crypto/salsa20_generic.c | 16 +-
6009 crypto/serpent_generic.c | 6 +-
6010 drivers/acpi/ac.c | 2 +-
6011 drivers/acpi/acpi_video.c | 2 +-
6012 drivers/acpi/apei/apei-internal.h | 2 +-
6013 drivers/acpi/apei/ghes.c | 10 +-
6014 drivers/acpi/battery.c | 2 +-
6015 drivers/acpi/bgrt.c | 6 +-
6016 drivers/acpi/blacklist.c | 4 +-
6017 drivers/acpi/bus.c | 4 +-
6018 drivers/acpi/device_pm.c | 4 +-
6019 drivers/acpi/ec.c | 6 +-
6020 drivers/acpi/pci_slot.c | 2 +-
6021 drivers/acpi/processor_idle.c | 2 +-
6022 drivers/acpi/processor_pdc.c | 2 +-
6023 drivers/acpi/sleep.c | 2 +-
6024 drivers/acpi/sysfs.c | 14 +-
6025 drivers/acpi/thermal.c | 2 +-
6026 drivers/acpi/video_detect.c | 7 +-
6027 drivers/android/binder.c | 2 +-
6028 drivers/ata/libata-core.c | 12 +-
6029 drivers/ata/libata-scsi.c | 2 +-
6030 drivers/ata/libata.h | 2 +-
6031 drivers/ata/pata_arasan_cf.c | 4 +-
6032 drivers/atm/adummy.c | 2 +-
6033 drivers/atm/ambassador.c | 8 +-
6034 drivers/atm/atmtcp.c | 14 +-
6035 drivers/atm/eni.c | 10 +-
6036 drivers/atm/firestream.c | 8 +-
6037 drivers/atm/fore200e.c | 14 +-
6038 drivers/atm/he.c | 18 +-
6039 drivers/atm/horizon.c | 4 +-
6040 drivers/atm/idt77252.c | 36 +-
6041 drivers/atm/iphase.c | 34 +-
6042 drivers/atm/lanai.c | 12 +-
6043 drivers/atm/nicstar.c | 46 +-
6044 drivers/atm/solos-pci.c | 4 +-
6045 drivers/atm/suni.c | 4 +-
6046 drivers/atm/uPD98402.c | 16 +-
6047 drivers/atm/zatm.c | 6 +-
6048 drivers/base/bus.c | 4 +-
6049 drivers/base/devres.c | 4 +-
6050 drivers/base/devtmpfs.c | 8 +-
6051 drivers/base/node.c | 2 +-
6052 drivers/base/platform-msi.c | 20 +-
6053 drivers/base/power/domain.c | 6 +-
6054 drivers/base/power/runtime.c | 61 +-
6055 drivers/base/power/sysfs.c | 2 +-
6056 drivers/base/power/wakeup.c | 8 +-
6057 drivers/base/regmap/regmap-debugfs.c | 4 +-
6058 drivers/base/regmap/regmap.c | 4 +-
6059 drivers/base/syscore.c | 4 +-
6060 drivers/block/cciss.c | 28 +-
6061 drivers/block/cciss.h | 2 +-
6062 drivers/block/drbd/drbd_bitmap.c | 2 +-
6063 drivers/block/drbd/drbd_int.h | 8 +-
6064 drivers/block/drbd/drbd_main.c | 12 +-
6065 drivers/block/drbd/drbd_nl.c | 16 +-
6066 drivers/block/drbd/drbd_receiver.c | 38 +-
6067 drivers/block/drbd/drbd_state.c | 12 +-
6068 drivers/block/drbd/drbd_state.h | 2 +-
6069 drivers/block/drbd/drbd_state_change.h | 8 +-
6070 drivers/block/drbd/drbd_worker.c | 14 +-
6071 drivers/block/floppy.c | 8 +-
6072 drivers/block/pktcdvd.c | 4 +-
6073 drivers/block/rbd.c | 2 +-
6074 drivers/bluetooth/btwilink.c | 2 +-
6075 drivers/bus/arm-cci.c | 6 +-
6076 drivers/cdrom/cdrom.c | 11 +-
6077 drivers/cdrom/gdrom.c | 1 -
6078 drivers/char/agp/compat_ioctl.c | 2 +-
6079 drivers/char/agp/frontend.c | 4 +-
6080 drivers/char/agp/intel-gtt.c | 4 +-
6081 drivers/char/hpet.c | 2 +-
6082 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
6083 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
6084 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
6085 drivers/char/ipmi/ipmi_ssif.c | 12 +-
6086 drivers/char/mem.c | 47 +-
6087 drivers/char/nvram.c | 2 +-
6088 drivers/char/pcmcia/synclink_cs.c | 16 +-
6089 drivers/char/random.c | 12 +-
6090 drivers/char/sonypi.c | 11 +-
6091 drivers/char/tpm/tpm-chip.c | 7 +-
6092 drivers/char/tpm/tpm_acpi.c | 3 +-
6093 drivers/char/tpm/tpm_eventlog.c | 5 +-
6094 drivers/char/virtio_console.c | 6 +-
6095 drivers/clk/clk-composite.c | 2 +-
6096 drivers/clk/samsung/clk.h | 2 +-
6097 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
6098 drivers/clk/socfpga/clk-gate.c | 9 +-
6099 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
6100 drivers/clk/socfpga/clk-pll.c | 9 +-
6101 drivers/clk/ti/adpll.c | 2 +-
6102 drivers/clk/ti/clk.c | 8 +-
6103 drivers/cpufreq/acpi-cpufreq.c | 17 +-
6104 drivers/cpufreq/cpufreq-dt.c | 4 +-
6105 drivers/cpufreq/cpufreq.c | 27 +-
6106 drivers/cpufreq/cpufreq_governor.h | 2 +-
6107 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
6108 drivers/cpufreq/intel_pstate.c | 56 +-
6109 drivers/cpufreq/p4-clockmod.c | 12 +-
6110 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
6111 drivers/cpufreq/speedstep-centrino.c | 7 +-
6112 drivers/cpuidle/driver.c | 2 +-
6113 drivers/cpuidle/dt_idle_states.c | 2 +-
6114 drivers/cpuidle/governor.c | 2 +-
6115 drivers/cpuidle/governors/ladder.c | 13 +-
6116 drivers/cpuidle/sysfs.c | 2 +-
6117 drivers/crypto/hifn_795x.c | 4 +-
6118 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
6119 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
6120 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
6121 drivers/devfreq/devfreq.c | 4 +-
6122 drivers/dma-buf/dma-buf.c | 5 +-
6123 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
6124 drivers/dma/sh/shdma-base.c | 4 +-
6125 drivers/dma/sh/shdmac.c | 2 +-
6126 drivers/edac/edac_device.c | 4 +-
6127 drivers/edac/edac_device_sysfs.c | 2 +-
6128 drivers/edac/edac_mc_sysfs.c | 4 +-
6129 drivers/edac/edac_module.c | 2 +-
6130 drivers/edac/edac_pci.c | 4 +-
6131 drivers/edac/edac_pci_sysfs.c | 22 +-
6132 drivers/edac/mce_amd.h | 2 +-
6133 drivers/firewire/core-card.c | 6 +-
6134 drivers/firewire/core-cdev.c | 4 +-
6135 drivers/firewire/core-device.c | 2 +-
6136 drivers/firewire/core-iso.c | 2 +-
6137 drivers/firewire/core-transaction.c | 1 +
6138 drivers/firewire/core.h | 1 +
6139 drivers/firmware/dmi-id.c | 9 +-
6140 drivers/firmware/dmi_scan.c | 12 +-
6141 drivers/firmware/efi/cper.c | 8 +-
6142 drivers/firmware/efi/efi.c | 14 +-
6143 drivers/firmware/efi/efivars.c | 2 +-
6144 drivers/firmware/efi/runtime-map.c | 2 +-
6145 drivers/firmware/google/gsmi.c | 2 +-
6146 drivers/firmware/google/memconsole.c | 7 +-
6147 drivers/firmware/memmap.c | 2 +-
6148 drivers/firmware/psci.c | 2 +-
6149 drivers/gpio/gpio-davinci.c | 6 +-
6150 drivers/gpio/gpio-em.c | 2 +-
6151 drivers/gpio/gpio-ich.c | 2 +-
6152 drivers/gpio/gpio-mpc8xxx.c | 6 +-
6153 drivers/gpio/gpio-omap.c | 4 +-
6154 drivers/gpio/gpio-rcar.c | 2 +-
6155 drivers/gpio/gpio-vr41xx.c | 2 +-
6156 drivers/gpio/gpiolib.c | 12 +-
6157 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 +-
6158 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
6159 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
6160 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
6161 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
6162 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
6163 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
6164 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
6165 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
6166 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
6167 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
6168 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
6169 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
6170 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
6171 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
6172 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
6173 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
6174 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
6175 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
6176 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
6177 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
6178 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
6179 drivers/gpu/drm/armada/armada_drv.c | 3 +-
6180 drivers/gpu/drm/ast/ast_mode.c | 2 +-
6181 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
6182 drivers/gpu/drm/drm_crtc.c | 2 +-
6183 drivers/gpu/drm/drm_drv.c | 2 +-
6184 drivers/gpu/drm/drm_fops.c | 19 +-
6185 drivers/gpu/drm/drm_global.c | 14 +-
6186 drivers/gpu/drm/drm_info.c | 13 +-
6187 drivers/gpu/drm/drm_ioc32.c | 13 +-
6188 drivers/gpu/drm/drm_ioctl.c | 2 +-
6189 drivers/gpu/drm/drm_pci.c | 9 +-
6190 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
6191 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
6192 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
6193 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
6194 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
6195 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
6196 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 3 +
6197 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
6198 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
6199 drivers/gpu/drm/gma500/psb_drv.c | 1 -
6200 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
6201 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
6202 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
6203 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
6204 drivers/gpu/drm/i810/i810_dma.c | 2 +-
6205 drivers/gpu/drm/i810/i810_drv.c | 6 +-
6206 drivers/gpu/drm/i810/i810_drv.h | 6 +-
6207 drivers/gpu/drm/i915/dvo.h | 2 +-
6208 drivers/gpu/drm/i915/i915_dma.c | 4 +-
6209 drivers/gpu/drm/i915/i915_drv.c | 7 +-
6210 drivers/gpu/drm/i915/i915_drv.h | 2 +-
6211 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
6212 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
6213 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
6214 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
6215 drivers/gpu/drm/i915/i915_irq.c | 88 +-
6216 drivers/gpu/drm/i915/intel_display.c | 30 +-
6217 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
6218 drivers/gpu/drm/mga/mga_drv.c | 5 +-
6219 drivers/gpu/drm/mga/mga_drv.h | 6 +-
6220 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
6221 drivers/gpu/drm/mga/mga_irq.c | 8 +-
6222 drivers/gpu/drm/mga/mga_state.c | 2 +-
6223 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
6224 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
6225 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
6226 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
6227 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
6228 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
6229 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
6230 drivers/gpu/drm/nouveau/nouveau_usif.c | 7 +-
6231 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
6232 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
6233 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
6234 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
6235 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
6236 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
6237 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
6238 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
6239 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
6240 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
6241 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
6242 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
6243 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
6244 drivers/gpu/drm/r128/r128_cce.c | 2 +-
6245 drivers/gpu/drm/r128/r128_drv.c | 4 +-
6246 drivers/gpu/drm/r128/r128_drv.h | 6 +-
6247 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
6248 drivers/gpu/drm/r128/r128_irq.c | 4 +-
6249 drivers/gpu/drm/r128/r128_state.c | 6 +-
6250 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
6251 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
6252 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
6253 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
6254 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
6255 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
6256 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
6257 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
6258 drivers/gpu/drm/savage/savage_bci.c | 2 +-
6259 drivers/gpu/drm/savage/savage_drv.c | 5 +-
6260 drivers/gpu/drm/savage/savage_drv.h | 2 +-
6261 drivers/gpu/drm/sis/sis_drv.c | 5 +-
6262 drivers/gpu/drm/sis/sis_drv.h | 2 +-
6263 drivers/gpu/drm/sis/sis_mm.c | 2 +-
6264 drivers/gpu/drm/tegra/dc.c | 2 +-
6265 drivers/gpu/drm/tegra/dsi.c | 2 +-
6266 drivers/gpu/drm/tegra/hdmi.c | 2 +-
6267 drivers/gpu/drm/tegra/sor.c | 7 +-
6268 drivers/gpu/drm/tilcdc/Makefile | 6 +-
6269 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
6270 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
6271 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
6272 drivers/gpu/drm/udl/udl_connector.c | 2 +-
6273 drivers/gpu/drm/udl/udl_fb.c | 1 -
6274 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
6275 drivers/gpu/drm/via/via_dma.c | 2 +-
6276 drivers/gpu/drm/via/via_drv.c | 5 +-
6277 drivers/gpu/drm/via/via_drv.h | 6 +-
6278 drivers/gpu/drm/via/via_irq.c | 18 +-
6279 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
6280 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
6281 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
6282 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
6283 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
6284 drivers/gpu/vga/vga_switcheroo.c | 4 +-
6285 drivers/hid/hid-core.c | 4 +-
6286 drivers/hid/hid-magicmouse.c | 2 +-
6287 drivers/hid/hid-sensor-custom.c | 2 +-
6288 drivers/hv/channel.c | 6 +-
6289 drivers/hv/hv.c | 22 +-
6290 drivers/hv/hv_balloon.c | 18 +-
6291 drivers/hv/hyperv_vmbus.h | 2 +-
6292 drivers/hwmon/acpi_power_meter.c | 6 +-
6293 drivers/hwmon/applesmc.c | 4 +-
6294 drivers/hwmon/asus_atk0110.c | 10 +-
6295 drivers/hwmon/coretemp.c | 2 +-
6296 drivers/hwmon/dell-smm-hwmon.c | 4 +-
6297 drivers/hwmon/ibmaem.c | 2 +-
6298 drivers/hwmon/iio_hwmon.c | 2 +-
6299 drivers/hwmon/nct6683.c | 6 +-
6300 drivers/hwmon/nct6775.c | 6 +-
6301 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
6302 drivers/hwmon/sht15.c | 12 +-
6303 drivers/hwmon/via-cputemp.c | 2 +-
6304 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
6305 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
6306 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
6307 drivers/i2c/i2c-dev.c | 2 +-
6308 drivers/ide/ide-cd.c | 2 +-
6309 drivers/ide/ide-disk.c | 2 +-
6310 drivers/ide/ide.c | 4 +-
6311 drivers/idle/intel_idle.c | 6 +-
6312 drivers/iio/industrialio-core.c | 2 +-
6313 drivers/iio/magnetometer/ak8975.c | 2 +-
6314 drivers/infiniband/core/cm.c | 46 +-
6315 drivers/infiniband/core/fmr_pool.c | 20 +-
6316 drivers/infiniband/core/netlink.c | 5 +-
6317 drivers/infiniband/core/ucm.c | 4 +-
6318 drivers/infiniband/core/uverbs_cmd.c | 3 +
6319 drivers/infiniband/hw/cxgb4/device.c | 6 +-
6320 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
6321 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
6322 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
6323 drivers/infiniband/hw/mlx4/mad.c | 2 +-
6324 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
6325 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
6326 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
6327 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
6328 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
6329 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
6330 drivers/infiniband/hw/nes/nes.c | 4 +-
6331 drivers/infiniband/hw/nes/nes.h | 40 +-
6332 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
6333 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
6334 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
6335 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
6336 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
6337 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
6338 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
6339 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
6340 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
6341 drivers/input/evdev.c | 2 +-
6342 drivers/input/gameport/gameport.c | 4 +-
6343 drivers/input/input.c | 4 +-
6344 drivers/input/joystick/sidewinder.c | 1 +
6345 drivers/input/misc/ims-pcu.c | 4 +-
6346 drivers/input/mouse/psmouse.h | 2 +-
6347 drivers/input/mousedev.c | 2 +-
6348 drivers/input/serio/serio.c | 4 +-
6349 drivers/input/serio/serio_raw.c | 4 +-
6350 drivers/input/touchscreen/htcpen.c | 2 +-
6351 drivers/iommu/arm-smmu-v3.c | 2 +-
6352 drivers/iommu/arm-smmu.c | 42 +-
6353 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
6354 drivers/iommu/io-pgtable-arm.c | 99 +-
6355 drivers/iommu/io-pgtable.c | 11 +-
6356 drivers/iommu/io-pgtable.h | 21 +-
6357 drivers/iommu/iommu.c | 2 +-
6358 drivers/iommu/ipmmu-vmsa.c | 13 +-
6359 drivers/iommu/irq_remapping.c | 2 +-
6360 drivers/iommu/mtk_iommu.c | 16 +-
6361 drivers/irqchip/irq-gic.c | 2 +-
6362 drivers/irqchip/irq-i8259.c | 2 +-
6363 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
6364 drivers/irqchip/irq-ts4800.c | 2 +-
6365 drivers/isdn/capi/capi.c | 10 +-
6366 drivers/isdn/gigaset/interface.c | 8 +-
6367 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
6368 drivers/isdn/hardware/avm/b1.c | 4 +-
6369 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
6370 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
6371 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
6372 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
6373 drivers/isdn/hardware/eicon/divasync.h | 2 +-
6374 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
6375 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
6376 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
6377 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
6378 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
6379 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
6380 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
6381 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
6382 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
6383 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
6384 drivers/isdn/hisax/amd7930_fn.c | 5 +-
6385 drivers/isdn/hisax/arcofi.c | 5 +-
6386 drivers/isdn/hisax/diva.c | 7 +-
6387 drivers/isdn/hisax/elsa.c | 9 +-
6388 drivers/isdn/hisax/fsm.c | 5 +-
6389 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
6390 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
6391 drivers/isdn/hisax/hfc_pci.c | 10 +-
6392 drivers/isdn/hisax/hfc_sx.c | 10 +-
6393 drivers/isdn/hisax/hfc_usb.c | 12 +-
6394 drivers/isdn/hisax/hfcscard.c | 6 +-
6395 drivers/isdn/hisax/icc.c | 5 +-
6396 drivers/isdn/hisax/ipacx.c | 7 +-
6397 drivers/isdn/hisax/isac.c | 5 +-
6398 drivers/isdn/hisax/isar.c | 5 +-
6399 drivers/isdn/hisax/isdnl3.c | 5 +-
6400 drivers/isdn/hisax/saphir.c | 5 +-
6401 drivers/isdn/hisax/teleint.c | 5 +-
6402 drivers/isdn/hisax/w6692.c | 5 +-
6403 drivers/isdn/i4l/isdn_common.c | 2 +
6404 drivers/isdn/i4l/isdn_tty.c | 22 +-
6405 drivers/isdn/mISDN/dsp.h | 4 +-
6406 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
6407 drivers/isdn/mISDN/dsp_core.c | 4 +-
6408 drivers/isdn/mISDN/dsp_tones.c | 4 +-
6409 drivers/isdn/mISDN/fsm.c | 5 +-
6410 drivers/isdn/mISDN/l1oip_core.c | 8 +-
6411 drivers/leds/leds-clevo-mail.c | 2 +-
6412 drivers/leds/leds-ss4200.c | 2 +-
6413 drivers/lguest/core.c | 9 +-
6414 drivers/lguest/page_tables.c | 2 +-
6415 drivers/lguest/x86/core.c | 12 +-
6416 drivers/lguest/x86/switcher_32.S | 27 +-
6417 drivers/lightnvm/rrpc.c | 4 +-
6418 drivers/lightnvm/rrpc.h | 2 +-
6419 drivers/md/bcache/alloc.c | 2 +-
6420 drivers/md/bcache/bcache.h | 10 +-
6421 drivers/md/bcache/btree.c | 13 +-
6422 drivers/md/bcache/closure.c | 4 +-
6423 drivers/md/bcache/closure.h | 10 +-
6424 drivers/md/bcache/io.c | 10 +-
6425 drivers/md/bcache/journal.c | 18 +-
6426 drivers/md/bcache/movinggc.c | 12 +-
6427 drivers/md/bcache/request.c | 54 +-
6428 drivers/md/bcache/request.h | 2 +-
6429 drivers/md/bcache/stats.c | 26 +-
6430 drivers/md/bcache/stats.h | 16 +-
6431 drivers/md/bcache/super.c | 32 +-
6432 drivers/md/bcache/sysfs.c | 20 +-
6433 drivers/md/bcache/writeback.c | 12 +-
6434 drivers/md/bitmap.c | 2 +-
6435 drivers/md/dm-cache-target.c | 116 +-
6436 drivers/md/dm-ioctl.c | 2 +-
6437 drivers/md/dm-raid.c | 2 +-
6438 drivers/md/dm-raid1.c | 18 +-
6439 drivers/md/dm-stats.c | 6 +-
6440 drivers/md/dm-stripe.c | 10 +-
6441 drivers/md/dm-table.c | 2 +-
6442 drivers/md/dm-thin-metadata.c | 4 +-
6443 drivers/md/dm.c | 28 +-
6444 drivers/md/md.c | 41 +-
6445 drivers/md/md.h | 8 +-
6446 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
6447 drivers/md/persistent-data/dm-space-map.h | 1 +
6448 drivers/md/raid1.c | 8 +-
6449 drivers/md/raid10.c | 20 +-
6450 drivers/md/raid5.c | 26 +-
6451 drivers/media/dvb-core/dvb_net.c | 2 +-
6452 drivers/media/dvb-core/dvbdev.c | 2 +-
6453 drivers/media/dvb-frontends/af9033.h | 2 +-
6454 drivers/media/dvb-frontends/cx24116.c | 2 +-
6455 drivers/media/dvb-frontends/cx24117.c | 2 +-
6456 drivers/media/dvb-frontends/cx24120.c | 2 +-
6457 drivers/media/dvb-frontends/cx24123.c | 2 +-
6458 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
6459 drivers/media/dvb-frontends/dib3000.h | 2 +-
6460 drivers/media/dvb-frontends/dib7000p.h | 2 +-
6461 drivers/media/dvb-frontends/dib8000.h | 2 +-
6462 drivers/media/dvb-frontends/hd29l2.c | 2 +-
6463 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
6464 drivers/media/dvb-frontends/mt312.c | 6 +-
6465 drivers/media/dvb-frontends/s921.c | 2 +-
6466 drivers/media/pci/bt8xx/dst.c | 2 +-
6467 drivers/media/pci/cx88/cx88-video.c | 6 +-
6468 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
6469 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
6470 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
6471 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
6472 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
6473 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
6474 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
6475 drivers/media/pci/tw68/tw68-core.c | 2 +-
6476 drivers/media/pci/zoran/zoran.h | 1 -
6477 drivers/media/pci/zoran/zoran_card.c | 4 +-
6478 drivers/media/pci/zoran/zoran_driver.c | 3 -
6479 drivers/media/platform/am437x/am437x-vpfe.c | 2 +-
6480 drivers/media/platform/omap/omap_vout.c | 11 +-
6481 drivers/media/platform/s5p-tv/mixer.h | 2 +-
6482 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
6483 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
6484 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
6485 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
6486 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
6487 drivers/media/radio/radio-cadet.c | 2 +
6488 drivers/media/radio/radio-maxiradio.c | 2 +-
6489 drivers/media/radio/radio-shark.c | 2 +-
6490 drivers/media/radio/radio-shark2.c | 2 +-
6491 drivers/media/radio/radio-si476x.c | 2 +-
6492 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
6493 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
6494 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
6495 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
6496 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
6497 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
6498 drivers/media/usb/uvc/uvc_driver.c | 4 +-
6499 drivers/media/v4l2-core/v4l2-common.c | 2 +-
6500 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
6501 drivers/media/v4l2-core/v4l2-device.c | 4 +-
6502 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
6503 drivers/memory/omap-gpmc.c | 21 +-
6504 drivers/message/fusion/mptbase.c | 4 +-
6505 drivers/message/fusion/mptlan.c | 2 +-
6506 drivers/message/fusion/mptsas.c | 34 +-
6507 drivers/mfd/ab8500-debugfs.c | 2 +-
6508 drivers/mfd/kempld-core.c | 2 +-
6509 drivers/mfd/max8925-i2c.c | 2 +-
6510 drivers/mfd/tps65910.c | 2 +-
6511 drivers/mfd/twl4030-irq.c | 9 +-
6512 drivers/misc/c2port/core.c | 4 +-
6513 drivers/misc/kgdbts.c | 6 +-
6514 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
6515 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
6516 drivers/misc/mic/scif/scif_api.c | 10 +-
6517 drivers/misc/mic/scif/scif_rb.c | 8 +-
6518 drivers/misc/panel.c | 4 +-
6519 drivers/misc/sgi-gru/gruhandles.c | 4 +-
6520 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
6521 drivers/misc/sgi-gru/grutables.h | 158 +-
6522 drivers/misc/sgi-xp/xp.h | 2 +-
6523 drivers/misc/sgi-xp/xp_main.c | 57 +-
6524 drivers/misc/sgi-xp/xpc.h | 3 +-
6525 drivers/misc/sgi-xp/xpc_main.c | 2 +-
6526 drivers/misc/sgi-xp/xpnet.c | 2 +-
6527 drivers/misc/ti-st/st_kim.c | 32 +-
6528 drivers/mmc/card/mmc_test.c | 4 +-
6529 drivers/mmc/host/dw_mmc.h | 2 +-
6530 drivers/mmc/host/mmci.c | 4 +-
6531 drivers/mmc/host/omap_hsmmc.c | 4 +-
6532 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
6533 drivers/mmc/host/sdhci-s3c.c | 8 +-
6534 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
6535 drivers/mtd/devices/block2mtd.c | 2 +-
6536 drivers/mtd/devices/phram.c | 2 +-
6537 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
6538 drivers/mtd/maps/latch-addr-flash.c | 2 +-
6539 drivers/mtd/maps/pci.c | 4 +-
6540 drivers/mtd/maps/pcmciamtd.c | 8 +-
6541 drivers/mtd/maps/sbc_gxx.c | 2 +-
6542 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
6543 drivers/mtd/nand/cafe_nand.c | 18 +-
6544 drivers/mtd/nand/denali.c | 1 +
6545 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
6546 drivers/mtd/nftlmount.c | 1 +
6547 drivers/mtd/sm_ftl.c | 2 +-
6548 drivers/mtd/ubi/build.c | 2 +-
6549 drivers/net/bonding/bond_netlink.c | 2 +-
6550 drivers/net/caif/caif_hsi.c | 4 +-
6551 drivers/net/caif/caif_serial.c | 2 +-
6552 drivers/net/caif/caif_spi.c | 2 +-
6553 drivers/net/caif/caif_virtio.c | 2 +-
6554 drivers/net/can/Kconfig | 2 +-
6555 drivers/net/can/bfin_can.c | 2 +-
6556 drivers/net/can/dev.c | 2 +-
6557 drivers/net/can/flexcan.c | 2 +-
6558 drivers/net/can/janz-ican3.c | 2 +-
6559 drivers/net/can/led.c | 2 +-
6560 drivers/net/can/sun4i_can.c | 2 +-
6561 drivers/net/can/vcan.c | 2 +-
6562 drivers/net/can/xilinx_can.c | 2 +-
6563 drivers/net/dummy.c | 2 +-
6564 drivers/net/ethernet/8390/ax88796.c | 6 +-
6565 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
6566 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
6567 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
6568 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
6569 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
6570 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
6571 drivers/net/ethernet/amd/7990.c | 2 +-
6572 drivers/net/ethernet/amd/7990.h | 2 +-
6573 drivers/net/ethernet/amd/amd8111e.c | 5 +-
6574 drivers/net/ethernet/amd/atarilance.c | 4 +-
6575 drivers/net/ethernet/amd/declance.c | 2 +-
6576 drivers/net/ethernet/amd/pcnet32.c | 7 +-
6577 drivers/net/ethernet/amd/sun3lance.c | 4 +-
6578 drivers/net/ethernet/amd/sunlance.c | 2 +-
6579 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
6580 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
6581 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
6582 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
6583 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
6584 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
6585 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
6586 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
6587 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
6588 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
6589 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
6590 drivers/net/ethernet/arc/emac_main.c | 2 +-
6591 drivers/net/ethernet/atheros/alx/main.c | 2 +-
6592 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
6593 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
6594 drivers/net/ethernet/aurora/nb8800.c | 2 +-
6595 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
6596 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
6597 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
6598 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
6599 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
6600 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
6601 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
6602 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
6603 drivers/net/ethernet/broadcom/tg3.c | 2 +-
6604 drivers/net/ethernet/broadcom/tg3.h | 1 +
6605 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
6606 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
6607 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
6608 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
6609 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
6610 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
6611 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
6612 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
6613 drivers/net/ethernet/cadence/macb.c | 4 +-
6614 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
6615 drivers/net/ethernet/cavium/liquidio/lio_main.c | 15 +-
6616 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
6617 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
6618 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
6619 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
6620 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
6621 drivers/net/ethernet/davicom/dm9000.c | 2 +-
6622 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
6623 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
6624 drivers/net/ethernet/faraday/ftgmac100.c | 4 +-
6625 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
6626 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
6627 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
6628 drivers/net/ethernet/freescale/gianfar.c | 4 +-
6629 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
6630 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
6631 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
6632 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
6633 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
6634 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
6635 drivers/net/ethernet/ibm/emac/core.c | 4 +-
6636 drivers/net/ethernet/intel/e100.c | 2 +-
6637 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
6638 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
6639 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
6640 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
6641 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
6642 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
6643 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
6644 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
6645 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
6646 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
6647 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
6648 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
6649 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
6650 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
6651 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
6652 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
6653 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
6654 drivers/net/ethernet/neterion/s2io.c | 2 +-
6655 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
6656 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
6657 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
6658 drivers/net/ethernet/netx-eth.c | 2 +-
6659 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
6660 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
6661 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
6662 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
6663 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
6664 drivers/net/ethernet/qlogic/qed/qed_mcp.c | 6 +-
6665 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
6666 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
6667 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
6668 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
6669 drivers/net/ethernet/realtek/r8169.c | 8 +-
6670 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
6671 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
6672 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
6673 drivers/net/ethernet/sfc/ptp.c | 2 +-
6674 drivers/net/ethernet/sfc/selftest.c | 20 +-
6675 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
6676 drivers/net/ethernet/smsc/smc911x.c | 2 +-
6677 drivers/net/ethernet/smsc/smc91x.c | 2 +-
6678 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
6679 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
6680 drivers/net/ethernet/sun/sunbmac.c | 2 +-
6681 drivers/net/ethernet/sun/sunqe.c | 2 +-
6682 drivers/net/ethernet/sun/sunvnet.c | 2 +-
6683 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
6684 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
6685 drivers/net/ethernet/ti/cpmac.c | 2 +-
6686 drivers/net/ethernet/ti/netcp_core.c | 2 +-
6687 drivers/net/ethernet/via/via-rhine.c | 2 +-
6688 drivers/net/ethernet/wiznet/w5100.c | 2 +-
6689 drivers/net/ethernet/wiznet/w5300.c | 2 +-
6690 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
6691 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
6692 drivers/net/geneve.c | 2 +-
6693 drivers/net/hamradio/baycom_epp.c | 2 +-
6694 drivers/net/hyperv/hyperv_net.h | 2 +-
6695 drivers/net/hyperv/netvsc_drv.c | 2 +-
6696 drivers/net/hyperv/rndis_filter.c | 7 +-
6697 drivers/net/ifb.c | 2 +-
6698 drivers/net/ipvlan/ipvlan_core.c | 2 +-
6699 drivers/net/ipvlan/ipvlan_main.c | 6 +-
6700 drivers/net/irda/sh_irda.c | 2 +-
6701 drivers/net/irda/vlsi_ir.c | 18 +-
6702 drivers/net/irda/vlsi_ir.h | 14 +-
6703 drivers/net/loopback.c | 2 +-
6704 drivers/net/macsec.c | 2 +-
6705 drivers/net/macvlan.c | 20 +-
6706 drivers/net/macvtap.c | 10 +-
6707 drivers/net/nlmon.c | 2 +-
6708 drivers/net/phy/phy_device.c | 6 +-
6709 drivers/net/plip/plip.c | 2 +-
6710 drivers/net/ppp/ppp_generic.c | 4 +-
6711 drivers/net/ppp/pptp.c | 2 +-
6712 drivers/net/rionet.c | 2 +-
6713 drivers/net/slip/slhc.c | 2 +-
6714 drivers/net/team/team.c | 4 +-
6715 drivers/net/tun.c | 7 +-
6716 drivers/net/usb/hso.c | 28 +-
6717 drivers/net/usb/ipheth.c | 2 +-
6718 drivers/net/usb/r8152.c | 2 +-
6719 drivers/net/usb/sierra_net.c | 4 +-
6720 drivers/net/virtio_net.c | 2 +-
6721 drivers/net/vrf.c | 4 +-
6722 drivers/net/vxlan.c | 4 +-
6723 drivers/net/wimax/i2400m/rx.c | 2 +-
6724 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
6725 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
6726 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
6727 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
6728 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
6729 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
6730 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
6731 drivers/net/wireless/ath/ath9k/main.c | 22 +-
6732 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
6733 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
6734 drivers/net/wireless/ath/carl9170/main.c | 10 +-
6735 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
6736 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
6737 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
6738 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
6739 drivers/net/wireless/atmel/atmel.c | 183 +-
6740 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
6741 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
6742 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 55 +-
6743 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
6744 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
6745 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
6746 drivers/net/wireless/cisco/airo.c | 201 +-
6747 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
6748 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
6749 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
6750 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
6751 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
6752 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
6753 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
6754 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
6755 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
6756 .../net/wireless/intersil/hostap/hostap_ioctl.c | 134 +-
6757 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
6758 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
6759 drivers/net/wireless/mac80211_hwsim.c | 28 +-
6760 drivers/net/wireless/marvell/mwifiex/11n_aggr.c | 2 +-
6761 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
6762 drivers/net/wireless/marvell/mwifiex/pcie.c | 4 +-
6763 drivers/net/wireless/marvell/mwifiex/sdio.c | 10 +-
6764 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
6765 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
6766 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
6767 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
6768 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
6769 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
6770 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
6771 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
6772 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
6773 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
6774 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
6775 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
6776 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
6777 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
6778 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
6779 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
6780 drivers/net/wireless/zydas/zd1201.c | 192 +-
6781 drivers/net/xen-netback/interface.c | 2 +-
6782 drivers/net/xen-netfront.c | 2 +-
6783 drivers/nvme/host/pci.c | 2 +-
6784 drivers/of/fdt.c | 4 +-
6785 drivers/oprofile/buffer_sync.c | 8 +-
6786 drivers/oprofile/event_buffer.c | 2 +-
6787 drivers/oprofile/oprof.c | 2 +-
6788 drivers/oprofile/oprofile_stats.c | 10 +-
6789 drivers/oprofile/oprofile_stats.h | 10 +-
6790 drivers/oprofile/oprofilefs.c | 6 +-
6791 drivers/oprofile/timer_int.c | 2 +-
6792 drivers/parport/procfs.c | 4 +-
6793 drivers/pci/host/pci-host-common.h | 2 +-
6794 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
6795 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
6796 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
6797 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
6798 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
6799 drivers/pci/hotplug/pciehp_core.c | 2 +-
6800 drivers/pci/msi.c | 22 +-
6801 drivers/pci/pci-sysfs.c | 6 +-
6802 drivers/pci/pci.h | 4 +-
6803 drivers/pci/pcie/aspm.c | 10 +-
6804 drivers/pci/pcie/portdrv_pci.c | 2 +-
6805 drivers/pci/probe.c | 2 +-
6806 drivers/pci/setup-bus.c | 10 +-
6807 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
6808 drivers/pinctrl/pinctrl-at91.c | 5 +-
6809 drivers/platform/chrome/chromeos_laptop.c | 2 +-
6810 drivers/platform/chrome/chromeos_pstore.c | 2 +-
6811 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
6812 drivers/platform/x86/alienware-wmi.c | 4 +-
6813 drivers/platform/x86/apple-gmux.c | 2 +-
6814 drivers/platform/x86/compal-laptop.c | 2 +-
6815 drivers/platform/x86/hdaps.c | 2 +-
6816 drivers/platform/x86/ibm_rtl.c | 2 +-
6817 drivers/platform/x86/intel_oaktrail.c | 2 +-
6818 drivers/platform/x86/msi-laptop.c | 16 +-
6819 drivers/platform/x86/msi-wmi.c | 2 +-
6820 drivers/platform/x86/samsung-laptop.c | 2 +-
6821 drivers/platform/x86/samsung-q10.c | 2 +-
6822 drivers/platform/x86/sony-laptop.c | 14 +-
6823 drivers/platform/x86/thinkpad_acpi.c | 10 +-
6824 drivers/pnp/pnpbios/bioscalls.c | 14 +-
6825 drivers/pnp/pnpbios/core.c | 2 +-
6826 drivers/power/pda_power.c | 7 +-
6827 drivers/power/power_supply.h | 4 +-
6828 drivers/power/power_supply_core.c | 7 +-
6829 drivers/power/power_supply_sysfs.c | 6 +-
6830 drivers/power/reset/at91-reset.c | 5 +-
6831 drivers/powercap/powercap_sys.c | 136 +-
6832 drivers/ptp/ptp_private.h | 2 +-
6833 drivers/ptp/ptp_sysfs.c | 2 +-
6834 drivers/regulator/core.c | 4 +-
6835 drivers/regulator/max8660.c | 6 +-
6836 drivers/regulator/max8973-regulator.c | 16 +-
6837 drivers/regulator/mc13892-regulator.c | 8 +-
6838 drivers/remoteproc/remoteproc_core.c | 26 +-
6839 drivers/rtc/rtc-armada38x.c | 7 +-
6840 drivers/rtc/rtc-cmos.c | 4 +-
6841 drivers/rtc/rtc-ds1307.c | 2 +-
6842 drivers/rtc/rtc-m48t59.c | 4 +-
6843 drivers/rtc/rtc-rv8803.c | 15 +-
6844 drivers/rtc/rtc-rx8010.c | 8 +-
6845 drivers/rtc/rtc-test.c | 6 +-
6846 drivers/scsi/aacraid/aachba.c | 7 +-
6847 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
6848 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
6849 drivers/scsi/be2iscsi/be_main.c | 2 +-
6850 drivers/scsi/bfa/bfa.h | 4 +-
6851 drivers/scsi/bfa/bfa_core.c | 4 +-
6852 drivers/scsi/bfa/bfa_cs.h | 124 +-
6853 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
6854 drivers/scsi/bfa/bfa_fcs.h | 34 +-
6855 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
6856 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
6857 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
6858 drivers/scsi/bfa/bfa_ioc.c | 8 +-
6859 drivers/scsi/bfa/bfa_ioc.h | 16 +-
6860 drivers/scsi/bfa/bfa_svc.c | 12 +-
6861 drivers/scsi/bfa/bfa_svc.h | 20 +-
6862 drivers/scsi/bfa/bfad.c | 12 +-
6863 drivers/scsi/bfa/bfad_bsg.c | 8 +-
6864 drivers/scsi/bfa/bfad_drv.h | 5 +-
6865 drivers/scsi/csiostor/csio_defs.h | 19 +-
6866 drivers/scsi/csiostor/csio_hw.c | 67 +-
6867 drivers/scsi/csiostor/csio_init.c | 2 +-
6868 drivers/scsi/csiostor/csio_lnode.c | 32 +-
6869 drivers/scsi/csiostor/csio_rnode.c | 28 +-
6870 drivers/scsi/csiostor/csio_scsi.c | 37 +-
6871 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
6872 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
6873 drivers/scsi/hpsa.c | 38 +-
6874 drivers/scsi/hpsa.h | 2 +-
6875 drivers/scsi/hptiop.c | 2 -
6876 drivers/scsi/hptiop.h | 1 -
6877 drivers/scsi/ipr.c | 32 +-
6878 drivers/scsi/ipr.h | 2 +-
6879 drivers/scsi/libfc/fc_exch.c | 50 +-
6880 drivers/scsi/libsas/sas_ata.c | 2 +-
6881 drivers/scsi/lpfc/lpfc.h | 8 +-
6882 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
6883 drivers/scsi/lpfc/lpfc_init.c | 8 +-
6884 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
6885 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
6886 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
6887 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
6888 drivers/scsi/pmcraid.c | 46 +-
6889 drivers/scsi/pmcraid.h | 8 +-
6890 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
6891 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
6892 drivers/scsi/qla2xxx/qla_os.c | 15 +-
6893 drivers/scsi/qla2xxx/qla_target.c | 16 +-
6894 drivers/scsi/qla2xxx/qla_target.h | 2 +-
6895 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
6896 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
6897 drivers/scsi/scsi.c | 2 +-
6898 drivers/scsi/scsi_lib.c | 8 +-
6899 drivers/scsi/scsi_sysfs.c | 2 +-
6900 drivers/scsi/scsi_transport_fc.c | 8 +-
6901 drivers/scsi/scsi_transport_iscsi.c | 6 +-
6902 drivers/scsi/scsi_transport_spi.c | 2 +-
6903 drivers/scsi/scsi_transport_srp.c | 8 +-
6904 drivers/scsi/sd.c | 6 +-
6905 drivers/scsi/sg.c | 2 +-
6906 drivers/scsi/sr.c | 21 +-
6907 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
6908 drivers/spi/spi.c | 2 +-
6909 drivers/staging/android/timed_output.c | 6 +-
6910 drivers/staging/comedi/comedi_fops.c | 8 +-
6911 drivers/staging/fbtft/fbtft-core.c | 2 +-
6912 drivers/staging/fbtft/fbtft.h | 2 +-
6913 drivers/staging/gdm724x/gdm_lte.c | 2 +-
6914 drivers/staging/gdm724x/gdm_tty.c | 2 +-
6915 drivers/staging/i4l/icn/icn.c | 2 +-
6916 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
6917 drivers/staging/iio/adc/ad7280a.c | 4 +-
6918 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
6919 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
6920 drivers/staging/lustre/lnet/selftest/framework.c | 2 -
6921 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
6922 drivers/staging/lustre/lnet/selftest/selftest.h | 2 -
6923 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
6924 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
6925 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
6926 drivers/staging/lustre/lustre/include/obd.h | 2 +-
6927 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
6928 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
6929 drivers/staging/lustre/lustre/lov/lov_io.c | 62 +-
6930 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
6931 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
6932 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
6933 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
6934 drivers/staging/rdma/hfi1/pcie.c | 2 +-
6935 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
6936 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
6937 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
6938 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
6939 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
6940 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
6941 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
6942 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
6943 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
6944 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
6945 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
6946 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
6947 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
6948 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
6949 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 4 +-
6950 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
6951 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
6952 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
6953 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
6954 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
6955 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
6956 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
6957 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
6958 drivers/staging/rtl8192e/rtllib.h | 4 +-
6959 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
6960 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
6961 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
6962 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
6963 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
6964 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
6965 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
6966 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
6967 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
6968 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
6969 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
6970 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
6971 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
6972 drivers/staging/rtl8712/xmit_linux.c | 2 +-
6973 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
6974 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
6975 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
6976 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
6977 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
6978 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
6979 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
6980 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
6981 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
6982 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
6983 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
6984 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
6985 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
6986 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
6987 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
6988 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
6989 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
6990 drivers/staging/sm750fb/sm750.c | 14 +-
6991 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
6992 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
6993 drivers/staging/vt6655/rxtx.c | 2 +-
6994 drivers/staging/vt6656/rxtx.c | 2 +-
6995 drivers/staging/wilc1000/linux_wlan.c | 2 +-
6996 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
6997 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
6998 drivers/target/sbp/sbp_target.c | 4 +-
6999 drivers/thermal/cpu_cooling.c | 9 +-
7000 drivers/thermal/devfreq_cooling.c | 19 +-
7001 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
7002 drivers/thermal/of-thermal.c | 17 +-
7003 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
7004 drivers/tty/cyclades.c | 6 +-
7005 drivers/tty/hvc/hvc_console.c | 14 +-
7006 drivers/tty/hvc/hvcs.c | 21 +-
7007 drivers/tty/hvc/hvsi.c | 22 +-
7008 drivers/tty/hvc/hvsi_lib.c | 4 +-
7009 drivers/tty/ipwireless/tty.c | 27 +-
7010 drivers/tty/moxa.c | 2 +-
7011 drivers/tty/n_gsm.c | 6 +-
7012 drivers/tty/n_tty.c | 28 +-
7013 drivers/tty/pty.c | 4 +-
7014 drivers/tty/rocket.c | 6 +-
7015 drivers/tty/serial/8250/8250_core.c | 10 +-
7016 drivers/tty/serial/8250/8250_pci.c | 2 +-
7017 drivers/tty/serial/ifx6x60.c | 2 +-
7018 drivers/tty/serial/ioc4_serial.c | 6 +-
7019 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
7020 drivers/tty/serial/kgdb_nmi.c | 4 +-
7021 drivers/tty/serial/kgdboc.c | 34 +-
7022 drivers/tty/serial/msm_serial.c | 4 +-
7023 drivers/tty/serial/samsung.c | 9 +-
7024 drivers/tty/serial/serial_core.c | 8 +-
7025 drivers/tty/synclink.c | 34 +-
7026 drivers/tty/synclink_gt.c | 28 +-
7027 drivers/tty/synclinkmp.c | 34 +-
7028 drivers/tty/tty_io.c | 2 +-
7029 drivers/tty/tty_ldisc.c | 8 +-
7030 drivers/tty/tty_port.c | 22 +-
7031 drivers/uio/uio.c | 13 +-
7032 drivers/usb/atm/cxacru.c | 2 +-
7033 drivers/usb/atm/usbatm.c | 24 +-
7034 drivers/usb/class/cdc-acm.h | 2 +-
7035 drivers/usb/core/devices.c | 6 +-
7036 drivers/usb/core/devio.c | 12 +-
7037 drivers/usb/core/hcd.c | 4 +-
7038 drivers/usb/core/sysfs.c | 2 +-
7039 drivers/usb/core/usb.c | 2 +-
7040 drivers/usb/early/ehci-dbgp.c | 16 +-
7041 drivers/usb/gadget/function/f_phonet.c | 2 +-
7042 drivers/usb/gadget/function/u_serial.c | 22 +-
7043 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
7044 drivers/usb/host/ehci-hcd.c | 2 +-
7045 drivers/usb/host/ehci-hub.c | 4 +-
7046 drivers/usb/host/ehci-q.c | 4 +-
7047 drivers/usb/host/fotg210-hcd.c | 2 +-
7048 drivers/usb/host/hwa-hc.c | 2 +-
7049 drivers/usb/host/ohci-hcd.c | 2 +-
7050 drivers/usb/host/r8a66597.h | 2 +-
7051 drivers/usb/host/uhci-hcd.c | 2 +-
7052 drivers/usb/host/xhci-pci.c | 2 +-
7053 drivers/usb/host/xhci-ring.c | 52 +-
7054 drivers/usb/host/xhci.c | 2 +-
7055 drivers/usb/misc/appledisplay.c | 4 +-
7056 drivers/usb/misc/sisusbvga/sisusb_con.c | 98 +-
7057 drivers/usb/serial/console.c | 8 +-
7058 drivers/usb/storage/transport.c | 2 +-
7059 drivers/usb/storage/usb.c | 2 +-
7060 drivers/usb/storage/usb.h | 2 +-
7061 drivers/usb/usbip/vhci.h | 2 +-
7062 drivers/usb/usbip/vhci_hcd.c | 6 +-
7063 drivers/usb/usbip/vhci_rx.c | 2 +-
7064 drivers/usb/wusbcore/wa-hc.h | 4 +-
7065 drivers/usb/wusbcore/wa-xfer.c | 2 +-
7066 drivers/vfio/pci/vfio_pci.c | 2 +-
7067 drivers/vhost/vringh.c | 20 +-
7068 drivers/video/backlight/kb3886_bl.c | 2 +-
7069 drivers/video/console/dummycon.c | 96 +-
7070 drivers/video/console/fbcon.c | 2 +-
7071 drivers/video/console/vgacon.c | 23 +-
7072 drivers/video/fbdev/aty/aty128fb.c | 2 +-
7073 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
7074 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
7075 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
7076 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
7077 drivers/video/fbdev/core/fb_defio.c | 8 +-
7078 drivers/video/fbdev/core/fbmem.c | 12 +-
7079 drivers/video/fbdev/hyperv_fb.c | 4 +-
7080 drivers/video/fbdev/i810/i810_accel.c | 1 +
7081 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
7082 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
7083 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
7084 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
7085 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
7086 drivers/video/fbdev/sis/sis_main.h | 2 +-
7087 drivers/video/fbdev/smscufx.c | 4 +-
7088 drivers/video/fbdev/udlfb.c | 36 +-
7089 drivers/video/fbdev/uvesafb.c | 52 +-
7090 drivers/video/fbdev/vesafb.c | 58 +-
7091 drivers/video/fbdev/via/via_clock.h | 2 +-
7092 drivers/xen/events/events_base.c | 6 +-
7093 drivers/xen/xen-pciback/pci_stub.c | 2 +-
7094 fs/9p/vfs_addr.c | 2 +-
7095 fs/9p/vfs_inode_dotl.c | 4 +-
7096 fs/Kconfig.binfmt | 2 +-
7097 fs/afs/file.c | 8 +-
7098 fs/afs/inode.c | 4 +-
7099 fs/afs/internal.h | 4 +-
7100 fs/aio.c | 2 +-
7101 fs/autofs4/waitq.c | 2 +-
7102 fs/befs/endian.h | 6 +-
7103 fs/binfmt_aout.c | 23 +-
7104 fs/binfmt_elf.c | 670 +-
7105 fs/binfmt_elf_fdpic.c | 4 +-
7106 fs/block_dev.c | 2 +-
7107 fs/btrfs/ctree.c | 11 +-
7108 fs/btrfs/ctree.h | 4 +-
7109 fs/btrfs/delayed-inode.c | 6 +-
7110 fs/btrfs/delayed-inode.h | 4 +-
7111 fs/btrfs/delayed-ref.c | 4 +-
7112 fs/btrfs/disk-io.c | 4 +-
7113 fs/btrfs/extent_map.c | 8 +-
7114 fs/btrfs/file.c | 4 +-
7115 fs/btrfs/free-space-cache.h | 1 +
7116 fs/btrfs/raid56.c | 30 +-
7117 fs/btrfs/super.c | 2 +-
7118 fs/btrfs/sysfs.c | 2 +-
7119 fs/btrfs/tests/btrfs-tests.c | 2 +-
7120 fs/btrfs/tests/free-space-tests.c | 2 +-
7121 fs/btrfs/transaction.c | 2 +-
7122 fs/btrfs/tree-log.c | 8 +-
7123 fs/btrfs/tree-log.h | 2 +-
7124 fs/btrfs/volumes.c | 14 +-
7125 fs/btrfs/volumes.h | 22 +-
7126 fs/buffer.c | 2 +-
7127 fs/cachefiles/bind.c | 6 +-
7128 fs/cachefiles/daemon.c | 12 +-
7129 fs/cachefiles/internal.h | 16 +-
7130 fs/cachefiles/namei.c | 6 +-
7131 fs/cachefiles/proc.c | 12 +-
7132 fs/ceph/dir.c | 12 +-
7133 fs/ceph/super.c | 4 +-
7134 fs/cifs/cifs_debug.c | 12 +-
7135 fs/cifs/cifsfs.c | 8 +-
7136 fs/cifs/cifsglob.h | 54 +-
7137 fs/cifs/file.c | 14 +-
7138 fs/cifs/misc.c | 4 +-
7139 fs/cifs/smb1ops.c | 80 +-
7140 fs/cifs/smb2ops.c | 84 +-
7141 fs/cifs/smb2pdu.c | 3 +-
7142 fs/coda/cache.c | 10 +-
7143 fs/coda/dir.c | 5 +-
7144 fs/compat.c | 9 +-
7145 fs/compat_binfmt_elf.c | 2 +
7146 fs/compat_ioctl.c | 12 +-
7147 fs/configfs/dir.c | 10 +-
7148 fs/coredump.c | 18 +-
7149 fs/dcache.c | 64 +-
7150 fs/ecryptfs/inode.c | 2 +-
7151 fs/ecryptfs/miscdev.c | 2 +-
7152 fs/exec.c | 370 +-
7153 fs/exofs/inode.c | 7 +-
7154 fs/ext2/xattr.c | 5 +-
7155 fs/ext4/ext4.h | 20 +-
7156 fs/ext4/mballoc.c | 44 +-
7157 fs/ext4/resize.c | 16 +-
7158 fs/ext4/super.c | 2 +-
7159 fs/ext4/sysfs.c | 2 +-
7160 fs/ext4/xattr.c | 5 +-
7161 fs/fhandle.c | 5 +-
7162 fs/file.c | 18 +-
7163 fs/freevxfs/vxfs_inode.c | 8 +-
7164 fs/freevxfs/vxfs_inode.h | 4 +-
7165 fs/fs-writeback.c | 11 +-
7166 fs/fs_struct.c | 8 +-
7167 fs/fscache/cookie.c | 40 +-
7168 fs/fscache/internal.h | 202 +-
7169 fs/fscache/object.c | 26 +-
7170 fs/fscache/operation.c | 38 +-
7171 fs/fscache/page.c | 110 +-
7172 fs/fscache/stats.c | 348 +-
7173 fs/fuse/cuse.c | 10 +-
7174 fs/fuse/dev.c | 4 +-
7175 fs/fuse/file.c | 4 +-
7176 fs/fuse/inode.c | 4 +-
7177 fs/gfs2/aops.c | 2 +-
7178 fs/gfs2/file.c | 2 +-
7179 fs/gfs2/glock.c | 22 +-
7180 fs/gfs2/glops.c | 4 +-
7181 fs/gfs2/quota.c | 6 +-
7182 fs/hugetlbfs/inode.c | 13 +-
7183 fs/inode.c | 4 +-
7184 fs/jbd2/commit.c | 2 +-
7185 fs/jbd2/transaction.c | 4 +-
7186 fs/jffs2/erase.c | 3 +-
7187 fs/jffs2/file.c | 5 +-
7188 fs/jffs2/fs.c | 2 +-
7189 fs/jffs2/os-linux.h | 2 +-
7190 fs/jffs2/wbuf.c | 3 +-
7191 fs/jfs/super.c | 2 +-
7192 fs/kernfs/dir.c | 2 +-
7193 fs/kernfs/file.c | 20 +-
7194 fs/libfs.c | 10 +-
7195 fs/lockd/clnt4xdr.c | 46 +-
7196 fs/lockd/clntproc.c | 4 +-
7197 fs/lockd/clntxdr.c | 44 +-
7198 fs/lockd/mon.c | 24 +-
7199 fs/lockd/svc.c | 2 +-
7200 fs/lockd/svc4proc.c | 69 +-
7201 fs/lockd/svcproc.c | 75 +-
7202 fs/lockd/xdr.c | 44 +-
7203 fs/lockd/xdr4.c | 41 +-
7204 fs/logfs/dev_bdev.c | 13 +-
7205 fs/logfs/dev_mtd.c | 13 +-
7206 fs/logfs/dir.c | 4 +-
7207 fs/logfs/logfs.h | 5 +-
7208 fs/logfs/readwrite.c | 2 +-
7209 fs/logfs/segment.c | 2 +-
7210 fs/logfs/super.c | 39 -
7211 fs/namei.c | 14 +-
7212 fs/namespace.c | 15 +-
7213 fs/nfs/callback.h | 18 +-
7214 fs/nfs/callback_proc.c | 26 +-
7215 fs/nfs/callback_xdr.c | 73 +-
7216 fs/nfs/dir.c | 5 +-
7217 fs/nfs/inode.c | 6 +-
7218 fs/nfs/internal.h | 5 +-
7219 fs/nfs/mount_clnt.c | 26 +-
7220 fs/nfs/nfs2xdr.c | 101 +-
7221 fs/nfs/nfs3xdr.c | 201 +-
7222 fs/nfs/nfs42xdr.c | 60 +-
7223 fs/nfs/nfs4xdr.c | 507 +-
7224 fs/nfs/read.c | 2 +-
7225 fs/nfs/symlink.c | 6 +-
7226 fs/nfsd/current_stateid.h | 24 +-
7227 fs/nfsd/nfs2acl.c | 85 +-
7228 fs/nfsd/nfs3acl.c | 44 +-
7229 fs/nfsd/nfs3proc.c | 271 +-
7230 fs/nfsd/nfs3xdr.c | 171 +-
7231 fs/nfsd/nfs4callback.c | 31 +-
7232 fs/nfsd/nfs4proc.c | 320 +-
7233 fs/nfsd/nfs4state.c | 111 +-
7234 fs/nfsd/nfs4xdr.c | 564 +-
7235 fs/nfsd/nfscache.c | 11 +-
7236 fs/nfsd/nfsproc.c | 193 +-
7237 fs/nfsd/nfsxdr.c | 96 +-
7238 fs/nfsd/vfs.c | 6 +-
7239 fs/nfsd/xdr.h | 50 +-
7240 fs/nfsd/xdr3.h | 100 +-
7241 fs/nfsd/xdr4.h | 50 +-
7242 fs/nls/nls_base.c | 26 +-
7243 fs/nls/nls_cp932.c | 2 +-
7244 fs/nls/nls_cp936.c | 2 +-
7245 fs/nls/nls_cp949.c | 2 +-
7246 fs/nls/nls_cp950.c | 2 +-
7247 fs/nls/nls_euc-jp.c | 8 +-
7248 fs/nls/nls_koi8-ru.c | 8 +-
7249 fs/notify/fanotify/fanotify_user.c | 4 +-
7250 fs/notify/notification.c | 4 +-
7251 fs/ntfs/dir.c | 4 +-
7252 fs/ntfs/inode.c | 19 +-
7253 fs/ntfs/inode.h | 4 +-
7254 fs/ntfs/mft.c | 4 +-
7255 fs/ntfs/super.c | 8 +-
7256 fs/ocfs2/dlm/dlmcommon.h | 4 +-
7257 fs/ocfs2/dlm/dlmdebug.c | 10 +-
7258 fs/ocfs2/dlm/dlmdomain.c | 4 +-
7259 fs/ocfs2/dlm/dlmmaster.c | 4 +-
7260 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
7261 fs/ocfs2/filecheck.c | 2 +-
7262 fs/ocfs2/localalloc.c | 2 +-
7263 fs/ocfs2/ocfs2.h | 10 +-
7264 fs/ocfs2/suballoc.c | 12 +-
7265 fs/ocfs2/super.c | 20 +-
7266 fs/overlayfs/copy_up.c | 2 +-
7267 fs/pipe.c | 72 +-
7268 fs/posix_acl.c | 4 +-
7269 fs/proc/array.c | 20 +
7270 fs/proc/base.c | 7 +-
7271 fs/proc/kcore.c | 36 +-
7272 fs/proc/meminfo.c | 2 +-
7273 fs/proc/nommu.c | 2 +-
7274 fs/proc/proc_net.c | 2 +-
7275 fs/proc/proc_sysctl.c | 26 +-
7276 fs/proc/task_mmu.c | 39 +-
7277 fs/proc/task_nommu.c | 6 +-
7278 fs/proc/vmcore.c | 16 +-
7279 fs/qnx6/qnx6.h | 4 +-
7280 fs/quota/netlink.c | 4 +-
7281 fs/read_write.c | 34 +-
7282 fs/readdir.c | 3 +-
7283 fs/reiserfs/do_balan.c | 2 +-
7284 fs/reiserfs/procfs.c | 2 +-
7285 fs/reiserfs/reiserfs.h | 4 +-
7286 fs/select.c | 2 +-
7287 fs/seq_file.c | 4 +-
7288 fs/splice.c | 43 +-
7289 fs/squashfs/xattr.c | 10 +-
7290 fs/super.c | 3 +-
7291 fs/sysv/sysv.h | 2 +-
7292 fs/tracefs/inode.c | 8 +-
7293 fs/ubifs/find.c | 34 +-
7294 fs/ubifs/lprops.c | 5 +-
7295 fs/udf/misc.c | 2 +-
7296 fs/ufs/swab.h | 4 +-
7297 fs/userfaultfd.c | 2 +-
7298 fs/xattr.c | 21 +
7299 fs/xfs/libxfs/xfs_bmap.c | 2 +-
7300 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
7301 fs/xfs/xfs_dir2_readdir.c | 7 +-
7302 fs/xfs/xfs_ioctl.c | 2 +-
7303 fs/xfs/xfs_linux.h | 4 +-
7304 include/acpi/ghes.h | 2 +-
7305 include/asm-generic/4level-fixup.h | 2 +
7306 include/asm-generic/atomic-long.h | 186 +-
7307 include/asm-generic/atomic64.h | 12 +
7308 include/asm-generic/bitops/__fls.h | 2 +-
7309 include/asm-generic/bitops/fls.h | 2 +-
7310 include/asm-generic/bitops/fls64.h | 4 +-
7311 include/asm-generic/bug.h | 6 +-
7312 include/asm-generic/cache.h | 4 +-
7313 include/asm-generic/emergency-restart.h | 2 +-
7314 include/asm-generic/kmap_types.h | 4 +-
7315 include/asm-generic/local.h | 13 +
7316 include/asm-generic/pgtable-nopmd.h | 18 +-
7317 include/asm-generic/pgtable-nopud.h | 15 +-
7318 include/asm-generic/pgtable.h | 16 +
7319 include/asm-generic/sections.h | 1 +
7320 include/asm-generic/uaccess.h | 16 +
7321 include/asm-generic/vmlinux.lds.h | 15 +-
7322 include/crypto/algapi.h | 2 +-
7323 include/crypto/cast6.h | 4 +-
7324 include/crypto/serpent.h | 4 +-
7325 include/crypto/xts.h | 2 +-
7326 include/drm/drmP.h | 19 +-
7327 include/drm/drm_mm.h | 2 +-
7328 include/drm/drm_modeset_helper_vtables.h | 2 +-
7329 include/drm/i915_pciids.h | 2 +-
7330 include/drm/intel-gtt.h | 4 +-
7331 include/drm/ttm/ttm_memory.h | 2 +-
7332 include/drm/ttm/ttm_page_alloc.h | 1 +
7333 include/keys/asymmetric-subtype.h | 2 +-
7334 include/keys/encrypted-type.h | 2 +-
7335 include/keys/rxrpc-type.h | 2 +-
7336 include/keys/user-type.h | 2 +-
7337 include/linux/atmdev.h | 4 +-
7338 include/linux/atomic.h | 12 +-
7339 include/linux/audit.h | 2 +-
7340 include/linux/average.h | 2 +-
7341 include/linux/binfmts.h | 3 +-
7342 include/linux/bitmap.h | 2 +-
7343 include/linux/bitops.h | 8 +-
7344 include/linux/blk-cgroup.h | 24 +-
7345 include/linux/blkdev.h | 2 +-
7346 include/linux/blktrace_api.h | 2 +-
7347 include/linux/cache.h | 9 +
7348 include/linux/cdrom.h | 1 -
7349 include/linux/cgroup-defs.h | 2 +-
7350 include/linux/cleancache.h | 2 +-
7351 include/linux/clk-provider.h | 1 +
7352 include/linux/compat.h | 15 +-
7353 include/linux/compiler-gcc.h | 33 +-
7354 include/linux/compiler.h | 197 +-
7355 include/linux/configfs.h | 2 +-
7356 include/linux/cpufreq.h | 7 +-
7357 include/linux/cpuidle.h | 5 +-
7358 include/linux/cpumask.h | 14 +-
7359 include/linux/crypto.h | 4 +-
7360 include/linux/ctype.h | 2 +-
7361 include/linux/dcache.h | 4 +-
7362 include/linux/decompress/mm.h | 2 +-
7363 include/linux/devfreq.h | 2 +-
7364 include/linux/device.h | 7 +-
7365 include/linux/dma-mapping.h | 2 +-
7366 include/linux/efi.h | 1 +
7367 include/linux/elf.h | 2 +
7368 include/linux/err.h | 4 +-
7369 include/linux/extcon.h | 2 +-
7370 include/linux/fb.h | 3 +-
7371 include/linux/fdtable.h | 2 +-
7372 include/linux/firewire.h | 2 +-
7373 include/linux/fs.h | 5 +-
7374 include/linux/fs_struct.h | 2 +-
7375 include/linux/fscache-cache.h | 2 +-
7376 include/linux/fscache.h | 2 +-
7377 include/linux/fsnotify.h | 2 +-
7378 include/linux/genhd.h | 4 +-
7379 include/linux/genl_magic_func.h | 2 +-
7380 include/linux/genl_magic_struct.h | 4 +-
7381 include/linux/gfp.h | 14 +-
7382 include/linux/highmem.h | 12 +
7383 include/linux/hugetlb.h | 2 +-
7384 include/linux/hugetlb_cgroup.h | 11 +
7385 include/linux/hwmon-sysfs.h | 6 +-
7386 include/linux/i2c.h | 1 +
7387 include/linux/if_pppox.h | 2 +-
7388 include/linux/init.h | 10 +-
7389 include/linux/init_task.h | 7 +
7390 include/linux/interrupt.h | 6 +-
7391 include/linux/iommu.h | 2 +-
7392 include/linux/ioport.h | 2 +-
7393 include/linux/ipc.h | 2 +-
7394 include/linux/irq.h | 5 +-
7395 include/linux/irqdesc.h | 2 +-
7396 include/linux/irqdomain.h | 3 +
7397 include/linux/jbd2.h | 2 +-
7398 include/linux/jiffies.h | 16 +-
7399 include/linux/kallsyms.h | 18 +-
7400 include/linux/key-type.h | 2 +-
7401 include/linux/kgdb.h | 6 +-
7402 include/linux/kmemleak.h | 4 +-
7403 include/linux/kobject.h | 3 +-
7404 include/linux/kobject_ns.h | 2 +-
7405 include/linux/kref.h | 2 +-
7406 include/linux/libata.h | 2 +-
7407 include/linux/linkage.h | 22 +-
7408 include/linux/list.h | 15 +
7409 include/linux/lockd/xdr.h | 34 +-
7410 include/linux/lockd/xdr4.h | 34 +-
7411 include/linux/lockref.h | 26 +-
7412 include/linux/math64.h | 10 +-
7413 include/linux/memcontrol.h | 2 +-
7414 include/linux/memory.h | 2 +-
7415 include/linux/mempolicy.h | 7 +
7416 include/linux/mm.h | 98 +-
7417 include/linux/mm_types.h | 20 +
7418 include/linux/mmiotrace.h | 4 +-
7419 include/linux/mmzone.h | 2 +-
7420 include/linux/mod_devicetable.h | 4 +-
7421 include/linux/module.h | 58 +-
7422 include/linux/moduleloader.h | 16 +
7423 include/linux/moduleparam.h | 12 +-
7424 include/linux/net.h | 2 +-
7425 include/linux/netdevice.h | 11 +-
7426 include/linux/netfilter.h | 2 +-
7427 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
7428 include/linux/netfilter/nfnetlink.h | 2 +-
7429 include/linux/netlink.h | 12 +-
7430 include/linux/nls.h | 4 +-
7431 include/linux/notifier.h | 3 +-
7432 include/linux/oprofile.h | 4 +-
7433 include/linux/padata.h | 2 +-
7434 include/linux/pagemap.h | 4 +-
7435 include/linux/pci_hotplug.h | 3 +-
7436 include/linux/percpu.h | 2 +-
7437 include/linux/perf_event.h | 12 +-
7438 include/linux/pid.h | 4 +-
7439 include/linux/pipe_fs_i.h | 8 +-
7440 include/linux/pm.h | 1 +
7441 include/linux/pm_domain.h | 2 +-
7442 include/linux/pm_runtime.h | 2 +-
7443 include/linux/pnp.h | 2 +-
7444 include/linux/poison.h | 4 +-
7445 include/linux/power/smartreflex.h | 2 +-
7446 include/linux/ppp-comp.h | 2 +-
7447 include/linux/preempt.h | 21 +
7448 include/linux/printk.h | 2 +-
7449 include/linux/proc_ns.h | 2 +-
7450 include/linux/psci.h | 2 +-
7451 include/linux/quota.h | 2 +-
7452 include/linux/random.h | 19 +-
7453 include/linux/rculist.h | 16 +
7454 include/linux/rcupdate.h | 8 +
7455 include/linux/reboot.h | 14 +-
7456 include/linux/regset.h | 3 +-
7457 include/linux/relay.h | 2 +-
7458 include/linux/rio.h | 2 +-
7459 include/linux/rmap.h | 4 +-
7460 include/linux/sched.h | 76 +-
7461 include/linux/scif.h | 2 +-
7462 include/linux/semaphore.h | 2 +-
7463 include/linux/seq_buf.h | 4 +-
7464 include/linux/seq_file.h | 1 +
7465 include/linux/seqlock.h | 10 +
7466 include/linux/signal.h | 2 +-
7467 include/linux/skbuff.h | 12 +-
7468 include/linux/slab.h | 47 +-
7469 include/linux/slab_def.h | 14 +-
7470 include/linux/slub_def.h | 2 +-
7471 include/linux/smp.h | 2 +
7472 include/linux/sock_diag.h | 2 +-
7473 include/linux/sonet.h | 2 +-
7474 include/linux/spinlock.h | 17 +-
7475 include/linux/srcu.h | 5 +-
7476 include/linux/string.h | 70 +-
7477 include/linux/sunrpc/addr.h | 8 +-
7478 include/linux/sunrpc/clnt.h | 2 +-
7479 include/linux/sunrpc/svc.h | 2 +-
7480 include/linux/sunrpc/svc_rdma.h | 18 +-
7481 include/linux/sunrpc/svcauth.h | 2 +-
7482 include/linux/swapops.h | 10 +-
7483 include/linux/swiotlb.h | 3 +-
7484 include/linux/syscalls.h | 36 +-
7485 include/linux/syscore_ops.h | 2 +-
7486 include/linux/sysctl.h | 3 +-
7487 include/linux/sysfs.h | 11 +-
7488 include/linux/sysrq.h | 3 +-
7489 include/linux/tcp.h | 14 +-
7490 include/linux/thread_info.h | 7 +
7491 include/linux/tty.h | 4 +-
7492 include/linux/tty_driver.h | 2 +-
7493 include/linux/tty_ldisc.h | 2 +-
7494 include/linux/types.h | 18 +
7495 include/linux/uaccess.h | 2 +-
7496 include/linux/uio_driver.h | 2 +-
7497 include/linux/unaligned/access_ok.h | 24 +-
7498 include/linux/usb.h | 12 +-
7499 include/linux/usb/hcd.h | 1 +
7500 include/linux/usb/renesas_usbhs.h | 2 +-
7501 include/linux/vermagic.h | 21 +-
7502 include/linux/vga_switcheroo.h | 8 +-
7503 include/linux/vmalloc.h | 7 +-
7504 include/linux/vmstat.h | 24 +-
7505 include/linux/writeback.h | 3 +-
7506 include/linux/xattr.h | 5 +-
7507 include/linux/zlib.h | 3 +-
7508 include/media/v4l2-dev.h | 2 +-
7509 include/media/v4l2-device.h | 2 +-
7510 include/net/9p/transport.h | 2 +-
7511 include/net/bluetooth/l2cap.h | 2 +-
7512 include/net/bonding.h | 2 +-
7513 include/net/caif/cfctrl.h | 6 +-
7514 include/net/cfg80211-wext.h | 20 +-
7515 include/net/cfg802154.h | 2 +-
7516 include/net/fib_rules.h | 3 +-
7517 include/net/flow.h | 2 +-
7518 include/net/genetlink.h | 2 +-
7519 include/net/gro_cells.h | 2 +-
7520 include/net/inet_connection_sock.h | 2 +-
7521 include/net/inet_sock.h | 2 +-
7522 include/net/inetpeer.h | 2 +-
7523 include/net/ip_fib.h | 2 +-
7524 include/net/ip_vs.h | 8 +-
7525 include/net/ipv6.h | 2 +-
7526 include/net/irda/ircomm_tty.h | 1 +
7527 include/net/irda/irias_object.h | 2 +-
7528 include/net/irda/irlmp.h | 1 +
7529 include/net/irda/irlmp_event.h | 6 +-
7530 include/net/irda/timer.h | 6 +-
7531 include/net/iucv/af_iucv.h | 2 +-
7532 include/net/llc_c_ac.h | 2 +-
7533 include/net/llc_c_ev.h | 4 +-
7534 include/net/llc_c_st.h | 2 +-
7535 include/net/llc_s_ac.h | 2 +-
7536 include/net/llc_s_st.h | 2 +-
7537 include/net/mac80211.h | 6 +-
7538 include/net/neighbour.h | 4 +-
7539 include/net/net_namespace.h | 18 +-
7540 include/net/netfilter/nf_conntrack.h | 2 +-
7541 include/net/netlink.h | 2 +-
7542 include/net/netns/conntrack.h | 6 +-
7543 include/net/netns/ipv4.h | 4 +-
7544 include/net/netns/ipv6.h | 4 +-
7545 include/net/netns/xfrm.h | 2 +-
7546 include/net/ping.h | 2 +-
7547 include/net/protocol.h | 4 +-
7548 include/net/rtnetlink.h | 2 +-
7549 include/net/sctp/checksum.h | 4 +-
7550 include/net/sctp/sm.h | 4 +-
7551 include/net/sctp/structs.h | 2 +-
7552 include/net/snmp.h | 10 +-
7553 include/net/sock.h | 12 +-
7554 include/net/tcp.h | 8 +-
7555 include/net/xfrm.h | 15 +-
7556 include/rdma/ib_cm.h | 8 +-
7557 include/scsi/libfc.h | 3 +-
7558 include/scsi/scsi_device.h | 6 +-
7559 include/scsi/scsi_driver.h | 2 +-
7560 include/scsi/scsi_transport_fc.h | 3 +-
7561 include/scsi/sg.h | 2 +-
7562 include/sound/compress_driver.h | 2 +-
7563 include/sound/control.h | 4 +-
7564 include/sound/pcm.h | 2 +-
7565 include/sound/rawmidi.h | 3 +-
7566 include/sound/seq_kernel.h | 2 +-
7567 include/sound/soc.h | 4 +-
7568 include/trace/events/irq.h | 4 +-
7569 include/trace/events/mmflags.h | 7 +
7570 include/uapi/linux/a.out.h | 8 +
7571 include/uapi/linux/bcache.h | 5 +-
7572 include/uapi/linux/byteorder/little_endian.h | 28 +-
7573 include/uapi/linux/connector.h | 2 +-
7574 include/uapi/linux/elf.h | 28 +
7575 include/uapi/linux/screen_info.h | 2 +-
7576 include/uapi/linux/swab.h | 6 +-
7577 include/uapi/linux/xattr.h | 5 +
7578 include/video/udlfb.h | 8 +-
7579 include/video/uvesafb.h | 1 +
7580 init/Kconfig | 2 +-
7581 init/do_mounts.c | 16 +-
7582 init/do_mounts.h | 8 +-
7583 init/do_mounts_initrd.c | 30 +-
7584 init/do_mounts_md.c | 6 +-
7585 init/init_task.c | 4 +
7586 init/initramfs.c | 38 +-
7587 init/main.c | 30 +-
7588 ipc/compat.c | 4 +-
7589 ipc/ipc_sysctl.c | 14 +-
7590 ipc/mq_sysctl.c | 4 +-
7591 ipc/sem.c | 4 +-
7592 ipc/shm.c | 8 +-
7593 kernel/audit.c | 10 +-
7594 kernel/auditsc.c | 4 +-
7595 kernel/bpf/core.c | 28 +-
7596 kernel/capability.c | 3 +
7597 kernel/cgroup.c | 29 +-
7598 kernel/compat.c | 38 +-
7599 kernel/debug/debug_core.c | 16 +-
7600 kernel/debug/kdb/kdb_main.c | 4 +-
7601 kernel/events/core.c | 36 +-
7602 kernel/events/internal.h | 10 +-
7603 kernel/events/uprobes.c | 2 +-
7604 kernel/exit.c | 27 +-
7605 kernel/fork.c | 175 +-
7606 kernel/futex.c | 11 +-
7607 kernel/futex_compat.c | 2 +-
7608 kernel/irq/manage.c | 2 +-
7609 kernel/irq/msi.c | 19 +-
7610 kernel/irq/spurious.c | 2 +-
7611 kernel/jump_label.c | 5 +
7612 kernel/kallsyms.c | 40 +-
7613 kernel/kexec.c | 3 +-
7614 kernel/kmod.c | 8 +-
7615 kernel/kprobes.c | 4 +-
7616 kernel/ksysfs.c | 2 +-
7617 kernel/locking/lockdep.c | 7 +-
7618 kernel/locking/mutex-debug.c | 12 +-
7619 kernel/locking/mutex-debug.h | 4 +-
7620 kernel/locking/mutex.c | 6 +-
7621 kernel/module.c | 405 +-
7622 kernel/notifier.c | 17 +-
7623 kernel/padata.c | 4 +-
7624 kernel/panic.c | 11 +-
7625 kernel/pid.c | 8 +-
7626 kernel/pid_namespace.c | 2 +-
7627 kernel/power/process.c | 12 +-
7628 kernel/profile.c | 14 +-
7629 kernel/ptrace.c | 8 +-
7630 kernel/rcu/rcutorture.c | 60 +-
7631 kernel/rcu/tiny.c | 4 +-
7632 kernel/rcu/tree.c | 42 +-
7633 kernel/rcu/tree.h | 16 +-
7634 kernel/rcu/tree_plugin.h | 18 +-
7635 kernel/rcu/tree_trace.c | 14 +-
7636 kernel/resource.c | 4 +-
7637 kernel/sched/auto_group.c | 4 +-
7638 kernel/sched/core.c | 8 +-
7639 kernel/sched/deadline.c | 4 +-
7640 kernel/sched/debug.c | 43 +-
7641 kernel/sched/fair.c | 2 +-
7642 kernel/sched/rt.c | 4 +-
7643 kernel/sched/sched.h | 13 +-
7644 kernel/signal.c | 28 +-
7645 kernel/smp.c | 2 +-
7646 kernel/smpboot.c | 7 +-
7647 kernel/softirq.c | 12 +-
7648 kernel/stop_machine.c | 2 +-
7649 kernel/sys.c | 10 +-
7650 kernel/sys_ni.c | 4 +-
7651 kernel/sysctl.c | 34 +-
7652 kernel/time/alarmtimer.c | 4 +-
7653 kernel/time/posix-clock.c | 8 +-
7654 kernel/time/posix-cpu-timers.c | 4 +-
7655 kernel/time/posix-timers.c | 36 +-
7656 kernel/time/timer.c | 2 +-
7657 kernel/time/timer_stats.c | 10 +-
7658 kernel/trace/blktrace.c | 6 +-
7659 kernel/trace/ftrace.c | 33 +-
7660 kernel/trace/ring_buffer.c | 96 +-
7661 kernel/trace/trace.c | 2 +-
7662 kernel/trace/trace.h | 2 +-
7663 kernel/trace/trace_clock.c | 4 +-
7664 kernel/trace/trace_events.c | 1 -
7665 kernel/trace/trace_functions_graph.c | 4 +-
7666 kernel/trace/trace_mmiotrace.c | 8 +-
7667 kernel/trace/trace_output.c | 10 +-
7668 kernel/trace/trace_seq.c | 2 +-
7669 kernel/trace/trace_stack.c | 2 +-
7670 kernel/user.c | 2 +-
7671 kernel/user_namespace.c | 2 +-
7672 kernel/utsname_sysctl.c | 2 +-
7673 kernel/watchdog.c | 2 +-
7674 kernel/workqueue.c | 8 +-
7675 lib/Kconfig.debug | 8 +-
7676 lib/Makefile | 2 +-
7677 lib/bitmap.c | 8 +-
7678 lib/bug.c | 2 +
7679 lib/debugobjects.c | 2 +-
7680 lib/decompress_bunzip2.c | 3 +-
7681 lib/decompress_unlzma.c | 4 +-
7682 lib/div64.c | 4 +-
7683 lib/dma-debug.c | 4 +-
7684 lib/extable.c | 11 +-
7685 lib/inflate.c | 2 +-
7686 lib/ioremap.c | 4 +-
7687 lib/irq_poll.c | 2 +-
7688 lib/kobject.c | 4 +-
7689 lib/list_debug.c | 126 +-
7690 lib/lockref.c | 44 +-
7691 lib/percpu-refcount.c | 2 +-
7692 lib/radix-tree.c | 2 +-
7693 lib/random32.c | 2 +-
7694 lib/rhashtable.c | 4 +-
7695 lib/seq_buf.c | 4 +-
7696 lib/show_mem.c | 2 +-
7697 lib/strncpy_from_user.c | 2 +-
7698 lib/strnlen_user.c | 2 +-
7699 lib/swiotlb.c | 2 +-
7700 lib/usercopy.c | 6 +
7701 lib/vsprintf.c | 12 +-
7702 mm/Kconfig | 6 +-
7703 mm/backing-dev.c | 4 +-
7704 mm/fadvise.c | 2 +-
7705 mm/filemap.c | 8 +-
7706 mm/gup.c | 13 +-
7707 mm/highmem.c | 6 +-
7708 mm/hugetlb.c | 125 +-
7709 mm/hugetlb_cgroup.c | 60 +-
7710 mm/internal.h | 3 +-
7711 mm/maccess.c | 12 +-
7712 mm/madvise.c | 37 +
7713 mm/memcontrol.c | 6 +-
7714 mm/memory-failure.c | 6 +-
7715 mm/memory.c | 424 +-
7716 mm/mempolicy.c | 25 +
7717 mm/mlock.c | 18 +-
7718 mm/mm_init.c | 2 +-
7719 mm/mmap.c | 572 +-
7720 mm/mprotect.c | 137 +-
7721 mm/mremap.c | 39 +-
7722 mm/nommu.c | 21 +-
7723 mm/page-writeback.c | 2 +-
7724 mm/page_alloc.c | 61 +-
7725 mm/percpu.c | 2 +-
7726 mm/process_vm_access.c | 14 +-
7727 mm/readahead.c | 2 +-
7728 mm/rmap.c | 43 +-
7729 mm/shmem.c | 35 +-
7730 mm/slab.c | 113 +-
7731 mm/slab.h | 37 +-
7732 mm/slab_common.c | 79 +-
7733 mm/slob.c | 220 +-
7734 mm/slub.c | 111 +-
7735 mm/sparse-vmemmap.c | 4 +-
7736 mm/sparse.c | 2 +-
7737 mm/swap.c | 7 +
7738 mm/swapfile.c | 12 +-
7739 mm/util.c | 7 +
7740 mm/vmalloc.c | 116 +-
7741 mm/vmstat.c | 12 +-
7742 net/8021q/vlan.c | 5 +-
7743 net/8021q/vlan_netlink.c | 2 +-
7744 net/9p/mod.c | 4 +-
7745 net/9p/trans_fd.c | 2 +-
7746 net/atm/atm_misc.c | 8 +-
7747 net/atm/lec.h | 2 +-
7748 net/atm/proc.c | 6 +-
7749 net/atm/resources.c | 4 +-
7750 net/ax25/sysctl_net_ax25.c | 2 +-
7751 net/batman-adv/bat_iv_ogm.c | 8 +-
7752 net/batman-adv/fragmentation.c | 2 +-
7753 net/batman-adv/routing.c | 4 +-
7754 net/batman-adv/soft-interface.c | 12 +-
7755 net/batman-adv/sysfs.c | 48 +-
7756 net/batman-adv/sysfs.h | 4 +-
7757 net/batman-adv/translation-table.c | 14 +-
7758 net/batman-adv/types.h | 8 +-
7759 net/bluetooth/hci_sock.c | 2 +-
7760 net/bluetooth/l2cap_core.c | 6 +-
7761 net/bluetooth/l2cap_sock.c | 12 +-
7762 net/bluetooth/rfcomm/sock.c | 4 +-
7763 net/bluetooth/rfcomm/tty.c | 4 +-
7764 net/bridge/br_netfilter_hooks.c | 4 +-
7765 net/bridge/br_netlink.c | 2 +-
7766 net/bridge/netfilter/ebtables.c | 6 +-
7767 net/caif/cfctrl.c | 11 +-
7768 net/caif/chnl_net.c | 4 +-
7769 net/can/af_can.c | 2 +-
7770 net/can/gw.c | 6 +-
7771 net/ceph/ceph_common.c | 2 +-
7772 net/ceph/messenger.c | 4 +-
7773 net/compat.c | 26 +-
7774 net/core/datagram.c | 2 +-
7775 net/core/dev.c | 24 +-
7776 net/core/filter.c | 2 +-
7777 net/core/flow.c | 8 +-
7778 net/core/neighbour.c | 18 +-
7779 net/core/net-procfs.c | 4 +-
7780 net/core/net-sysfs.c | 2 +-
7781 net/core/net_namespace.c | 10 +-
7782 net/core/netpoll.c | 4 +-
7783 net/core/rtnetlink.c | 17 +-
7784 net/core/scm.c | 12 +-
7785 net/core/skbuff.c | 11 +-
7786 net/core/sock.c | 30 +-
7787 net/core/sock_diag.c | 15 +-
7788 net/core/sysctl_net_core.c | 22 +-
7789 net/decnet/af_decnet.c | 1 +
7790 net/decnet/sysctl_net_decnet.c | 4 +-
7791 net/dsa/dsa.c | 2 +-
7792 net/hsr/hsr_device.c | 2 +-
7793 net/hsr/hsr_netlink.c | 2 +-
7794 net/ieee802154/6lowpan/core.c | 2 +-
7795 net/ieee802154/6lowpan/reassembly.c | 14 +-
7796 net/ieee802154/core.c | 6 +-
7797 net/ipv4/af_inet.c | 6 +-
7798 net/ipv4/arp.c | 2 +-
7799 net/ipv4/devinet.c | 20 +-
7800 net/ipv4/fib_frontend.c | 6 +-
7801 net/ipv4/fib_semantics.c | 2 +-
7802 net/ipv4/icmp.c | 2 +-
7803 net/ipv4/inet_connection_sock.c | 4 +-
7804 net/ipv4/inet_diag.c | 4 +-
7805 net/ipv4/inet_timewait_sock.c | 2 +-
7806 net/ipv4/inetpeer.c | 2 +-
7807 net/ipv4/ip_fragment.c | 17 +-
7808 net/ipv4/ip_gre.c | 6 +-
7809 net/ipv4/ip_sockglue.c | 2 +-
7810 net/ipv4/ip_vti.c | 4 +-
7811 net/ipv4/ipconfig.c | 6 +-
7812 net/ipv4/ipip.c | 4 +-
7813 net/ipv4/netfilter/arp_tables.c | 12 +-
7814 net/ipv4/netfilter/ip_tables.c | 12 +-
7815 net/ipv4/ping.c | 14 +-
7816 net/ipv4/proc.c | 10 +-
7817 net/ipv4/raw.c | 16 +-
7818 net/ipv4/route.c | 40 +-
7819 net/ipv4/sysctl_net_ipv4.c | 24 +-
7820 net/ipv4/tcp_input.c | 6 +-
7821 net/ipv4/tcp_ipv4.c | 2 +-
7822 net/ipv4/tcp_metrics.c | 2 +-
7823 net/ipv4/tcp_probe.c | 2 +-
7824 net/ipv4/udp.c | 10 +-
7825 net/ipv4/xfrm4_mode_transport.c | 2 +-
7826 net/ipv4/xfrm4_policy.c | 19 +-
7827 net/ipv4/xfrm4_state.c | 4 +-
7828 net/ipv6/addrconf.c | 24 +-
7829 net/ipv6/af_inet6.c | 2 +-
7830 net/ipv6/datagram.c | 2 +-
7831 net/ipv6/icmp.c | 2 +-
7832 net/ipv6/inet6_hashtables.c | 2 +-
7833 net/ipv6/ip6_fib.c | 4 +-
7834 net/ipv6/ip6_gre.c | 10 +-
7835 net/ipv6/ip6_tunnel.c | 4 +-
7836 net/ipv6/ip6_vti.c | 4 +-
7837 net/ipv6/ipv6_sockglue.c | 2 +-
7838 net/ipv6/ndisc.c | 2 +-
7839 net/ipv6/netfilter/ip6_tables.c | 12 +-
7840 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
7841 net/ipv6/ping.c | 33 +-
7842 net/ipv6/proc.c | 10 +-
7843 net/ipv6/raw.c | 17 +-
7844 net/ipv6/reassembly.c | 13 +-
7845 net/ipv6/route.c | 2 +-
7846 net/ipv6/sit.c | 4 +-
7847 net/ipv6/sysctl_net_ipv6.c | 2 +-
7848 net/ipv6/udp.c | 6 +-
7849 net/ipv6/xfrm6_mode_transport.c | 2 +-
7850 net/ipv6/xfrm6_policy.c | 17 +-
7851 net/irda/discovery.c | 2 +-
7852 net/irda/ircomm/ircomm_core.c | 13 +-
7853 net/irda/ircomm/ircomm_tty.c | 24 +-
7854 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
7855 net/irda/irda_device.c | 14 +-
7856 net/irda/iriap.c | 14 +-
7857 net/irda/irias_object.c | 10 +-
7858 net/irda/irlan/irlan_client.c | 2 +-
7859 net/irda/irlap.c | 15 +-
7860 net/irda/irlap_event.c | 2 +-
7861 net/irda/irlmp.c | 21 +-
7862 net/irda/irlmp_event.c | 6 +-
7863 net/irda/irnet/irnet.h | 2 +-
7864 net/irda/irnet/irnet_irda.c | 6 +-
7865 net/irda/irttp.c | 8 +-
7866 net/irda/timer.c | 24 +-
7867 net/iucv/af_iucv.c | 4 +-
7868 net/iucv/iucv.c | 2 +-
7869 net/key/af_key.c | 4 +-
7870 net/l2tp/l2tp_eth.c | 40 +-
7871 net/l2tp/l2tp_ip.c | 2 +-
7872 net/l2tp/l2tp_ip6.c | 2 +-
7873 net/mac80211/cfg.c | 12 +-
7874 net/mac80211/debugfs.c | 2 +-
7875 net/mac80211/debugfs_key.c | 6 +-
7876 net/mac80211/ieee80211_i.h | 3 +-
7877 net/mac80211/iface.c | 20 +-
7878 net/mac80211/main.c | 2 +-
7879 net/mac80211/pm.c | 4 +-
7880 net/mac80211/rate.c | 2 +-
7881 net/mac80211/sta_info.c | 2 +-
7882 net/mac80211/tx.c | 2 +-
7883 net/mac80211/util.c | 8 +-
7884 net/mac80211/wpa.c | 12 +-
7885 net/mac802154/iface.c | 6 +-
7886 net/mpls/af_mpls.c | 10 +-
7887 net/netfilter/ipset/ip_set_core.c | 7 +-
7888 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
7889 net/netfilter/ipvs/ip_vs_core.c | 4 +-
7890 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
7891 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
7892 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
7893 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
7894 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
7895 net/netfilter/nf_conntrack_acct.c | 2 +-
7896 net/netfilter/nf_conntrack_core.c | 6 +-
7897 net/netfilter/nf_conntrack_ecache.c | 2 +-
7898 net/netfilter/nf_conntrack_helper.c | 2 +-
7899 net/netfilter/nf_conntrack_netlink.c | 22 +-
7900 net/netfilter/nf_conntrack_proto.c | 2 +-
7901 net/netfilter/nf_conntrack_standalone.c | 2 +-
7902 net/netfilter/nf_conntrack_timestamp.c | 2 +-
7903 net/netfilter/nf_log.c | 10 +-
7904 net/netfilter/nf_nat_ftp.c | 2 +-
7905 net/netfilter/nf_nat_irc.c | 2 +-
7906 net/netfilter/nf_sockopt.c | 4 +-
7907 net/netfilter/nf_tables_api.c | 13 +-
7908 net/netfilter/nfnetlink_acct.c | 7 +-
7909 net/netfilter/nfnetlink_cthelper.c | 2 +-
7910 net/netfilter/nfnetlink_cttimeout.c | 2 +-
7911 net/netfilter/nfnetlink_log.c | 4 +-
7912 net/netfilter/nft_compat.c | 9 +-
7913 net/netfilter/xt_IDLETIMER.c | 12 +-
7914 net/netfilter/xt_statistic.c | 8 +-
7915 net/netlink/af_netlink.c | 16 +-
7916 net/netlink/diag.c | 2 +-
7917 net/netlink/genetlink.c | 14 +-
7918 net/openvswitch/vport-geneve.c | 7 +-
7919 net/openvswitch/vport-gre.c | 7 +-
7920 net/openvswitch/vport-internal_dev.c | 4 +-
7921 net/openvswitch/vport-netdev.c | 7 +-
7922 net/openvswitch/vport-vxlan.c | 7 +-
7923 net/packet/af_packet.c | 26 +-
7924 net/packet/diag.c | 2 +-
7925 net/packet/internal.h | 6 +-
7926 net/phonet/pep.c | 6 +-
7927 net/phonet/socket.c | 2 +-
7928 net/phonet/sysctl.c | 2 +-
7929 net/rds/cong.c | 6 +-
7930 net/rds/ib.h | 2 +-
7931 net/rds/ib_cm.c | 2 +-
7932 net/rds/ib_recv.c | 4 +-
7933 net/rds/rds.h | 2 +-
7934 net/rds/tcp.c | 6 +-
7935 net/rds/tcp.h | 6 +-
7936 net/rds/tcp_send.c | 2 +-
7937 net/rxrpc/af_rxrpc.c | 2 +-
7938 net/rxrpc/ar-ack.c | 14 +-
7939 net/rxrpc/ar-call.c | 2 +-
7940 net/rxrpc/ar-connection.c | 2 +-
7941 net/rxrpc/ar-connevent.c | 2 +-
7942 net/rxrpc/ar-input.c | 4 +-
7943 net/rxrpc/ar-internal.h | 8 +-
7944 net/rxrpc/ar-local.c | 2 +-
7945 net/rxrpc/ar-output.c | 4 +-
7946 net/rxrpc/ar-peer.c | 2 +-
7947 net/rxrpc/ar-proc.c | 4 +-
7948 net/rxrpc/ar-transport.c | 2 +-
7949 net/rxrpc/rxkad.c | 4 +-
7950 net/sched/sch_generic.c | 4 +-
7951 net/sched/sch_tbf.c | 9 +-
7952 net/sctp/ipv6.c | 4 +-
7953 net/sctp/protocol.c | 8 +-
7954 net/sctp/sm_sideeffect.c | 4 +-
7955 net/sctp/socket.c | 21 +-
7956 net/sctp/sysctl.c | 10 +-
7957 net/socket.c | 18 +-
7958 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
7959 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
7960 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
7961 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
7962 net/sunrpc/clnt.c | 4 +-
7963 net/sunrpc/rpcb_clnt.c | 66 +-
7964 net/sunrpc/sched.c | 4 +-
7965 net/sunrpc/svc.c | 8 +-
7966 net/sunrpc/svcauth_unix.c | 2 +-
7967 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
7968 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
7969 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
7970 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
7971 net/tipc/netlink_compat.c | 12 +-
7972 net/tipc/subscr.c | 2 +-
7973 net/unix/diag.c | 2 +-
7974 net/unix/sysctl_net_unix.c | 2 +-
7975 net/wireless/scan.c | 3 +-
7976 net/wireless/wext-compat.c | 140 +-
7977 net/wireless/wext-compat.h | 8 +-
7978 net/wireless/wext-core.c | 19 +-
7979 net/wireless/wext-sme.c | 5 +-
7980 net/xfrm/xfrm_policy.c | 18 +-
7981 net/xfrm/xfrm_state.c | 37 +-
7982 net/xfrm/xfrm_sysctl.c | 2 +-
7983 net/xfrm/xfrm_user.c | 2 +-
7984 scripts/Kbuild.include | 12 +-
7985 scripts/Makefile | 2 +-
7986 scripts/Makefile.build | 2 +-
7987 scripts/Makefile.clean | 4 +-
7988 scripts/Makefile.extrawarn | 4 +
7989 scripts/Makefile.gcc-plugins | 93 +
7990 scripts/Makefile.host | 73 +-
7991 scripts/basic/fixdep.c | 12 +-
7992 scripts/dtc/checks.c | 14 +-
7993 scripts/dtc/data.c | 6 +-
7994 scripts/dtc/flattree.c | 8 +-
7995 scripts/dtc/livetree.c | 4 +-
7996 scripts/gcc-plugin.sh | 65 +
7997 scripts/gcc-plugins/Makefile | 25 +
7998 scripts/gcc-plugins/checker_plugin.c | 496 +
7999 scripts/gcc-plugins/colorize_plugin.c | 162 +
8000 scripts/gcc-plugins/constify_plugin.c | 583 +
8001 scripts/gcc-plugins/gcc-common.h | 893 +
8002 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 175 +
8003 scripts/gcc-plugins/gcc-generate-ipa-pass.h | 289 +
8004 scripts/gcc-plugins/gcc-generate-rtl-pass.h | 175 +
8005 scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h | 175 +
8006 scripts/gcc-plugins/initify_plugin.c | 536 +
8007 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
8008 scripts/gcc-plugins/kernexec_plugin.c | 407 +
8009 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
8010 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
8011 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
8012 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
8013 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
8014 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 511 +
8015 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
8016 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
8017 scripts/gcc-plugins/size_overflow_plugin/Makefile | 30 +
8018 .../disable_size_overflow_hash.data | 12445 +++++++++++
8019 .../generate_size_overflow_hash.sh | 103 +
8020 .../insert_size_overflow_asm.c | 369 +
8021 .../size_overflow_plugin/intentional_overflow.c | 1166 +
8022 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
8023 .../size_overflow_plugin/size_overflow.h | 331 +
8024 .../size_overflow_plugin/size_overflow_debug.c | 194 +
8025 .../size_overflow_plugin/size_overflow_hash.data | 21503 +++++++++++++++++++
8026 .../size_overflow_hash_aux.data | 97 +
8027 .../size_overflow_plugin/size_overflow_ipa.c | 1163 +
8028 .../size_overflow_plugin/size_overflow_misc.c | 505 +
8029 .../size_overflow_plugin/size_overflow_plugin.c | 290 +
8030 .../size_overflow_plugin_hash.c | 352 +
8031 .../size_overflow_plugin/size_overflow_transform.c | 743 +
8032 .../size_overflow_transform_core.c | 1025 +
8033 scripts/gcc-plugins/stackleak_plugin.c | 350 +
8034 scripts/gcc-plugins/structleak_plugin.c | 239 +
8035 scripts/headers_install.sh | 1 +
8036 scripts/kallsyms.c | 4 +-
8037 scripts/kconfig/lkc.h | 5 +-
8038 scripts/kconfig/menu.c | 2 +-
8039 scripts/kconfig/symbol.c | 6 +-
8040 scripts/link-vmlinux.sh | 2 +-
8041 scripts/mod/file2alias.c | 14 +-
8042 scripts/mod/modpost.c | 40 +-
8043 scripts/mod/modpost.h | 6 +-
8044 scripts/mod/sumversion.c | 2 +-
8045 scripts/module-common.lds | 4 +
8046 scripts/package/builddeb | 1 +
8047 scripts/pnmtologo.c | 6 +-
8048 scripts/sortextable.h | 6 +-
8049 scripts/tags.sh | 2 +-
8050 security/Kconfig | 710 +-
8051 security/apparmor/include/policy.h | 2 +-
8052 security/apparmor/lsm.c | 16 +-
8053 security/apparmor/policy.c | 4 +-
8054 security/integrity/ima/ima.h | 4 +-
8055 security/integrity/ima/ima_api.c | 2 +-
8056 security/integrity/ima/ima_fs.c | 4 +-
8057 security/integrity/ima/ima_queue.c | 2 +-
8058 security/keys/internal.h | 8 +-
8059 security/keys/key.c | 18 +-
8060 security/keys/keyring.c | 4 -
8061 security/selinux/avc.c | 6 +-
8062 security/selinux/include/xfrm.h | 2 +-
8063 security/yama/yama_lsm.c | 2 +-
8064 sound/aoa/codecs/onyx.c | 7 +-
8065 sound/aoa/codecs/onyx.h | 1 +
8066 sound/core/oss/pcm_oss.c | 18 +-
8067 sound/core/pcm_compat.c | 2 +-
8068 sound/core/pcm_lib.c | 3 +-
8069 sound/core/pcm_native.c | 4 +-
8070 sound/core/rawmidi.c | 5 +-
8071 sound/core/seq/oss/seq_oss_synth.c | 4 +-
8072 sound/core/seq/seq_clientmgr.c | 10 +-
8073 sound/core/seq/seq_compat.c | 2 +-
8074 sound/core/seq/seq_fifo.c | 6 +-
8075 sound/core/seq/seq_fifo.h | 2 +-
8076 sound/core/seq/seq_memory.c | 18 +-
8077 sound/core/seq/seq_midi.c | 5 +-
8078 sound/core/seq/seq_virmidi.c | 2 +-
8079 sound/core/sound.c | 2 +-
8080 sound/drivers/mts64.c | 14 +-
8081 sound/drivers/opl4/opl4_lib.c | 2 +-
8082 sound/drivers/portman2x4.c | 3 +-
8083 sound/firewire/amdtp-am824.c | 2 +-
8084 sound/firewire/amdtp-stream.c | 4 +-
8085 sound/firewire/amdtp-stream.h | 2 +-
8086 sound/firewire/digi00x/amdtp-dot.c | 2 +-
8087 sound/firewire/isight.c | 10 +-
8088 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
8089 sound/oss/sb_audio.c | 2 +-
8090 sound/oss/swarm_cs4297a.c | 6 +-
8091 sound/pci/als300.c | 2 +-
8092 sound/pci/aw2/aw2-alsa.c | 2 -
8093 sound/pci/aw2/aw2-saa7146.c | 4 +-
8094 sound/pci/ctxfi/ctamixer.c | 14 +-
8095 sound/pci/ctxfi/ctamixer.h | 8 +-
8096 sound/pci/ctxfi/ctatc.c | 20 +-
8097 sound/pci/ctxfi/ctdaio.c | 6 +-
8098 sound/pci/ctxfi/ctdaio.h | 4 +-
8099 sound/pci/ctxfi/ctsrc.c | 13 +-
8100 sound/pci/ctxfi/ctsrc.h | 8 +-
8101 sound/pci/hda/hda_codec.c | 2 +-
8102 sound/pci/ymfpci/ymfpci.h | 2 +-
8103 sound/pci/ymfpci/ymfpci_main.c | 12 +-
8104 sound/soc/codecs/cx20442.c | 8 +-
8105 sound/soc/codecs/sti-sas.c | 10 +-
8106 sound/soc/codecs/tlv320dac33.c | 7 +-
8107 sound/soc/codecs/uda1380.c | 7 +-
8108 sound/soc/intel/skylake/skl-sst-dsp.h | 4 +-
8109 sound/soc/soc-ac97.c | 6 +-
8110 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
8111 tools/include/linux/compiler.h | 8 +
8112 tools/perf/util/include/asm/alternative-asm.h | 3 +
8113 tools/virtio/linux/uaccess.h | 2 +-
8114 virt/kvm/kvm_main.c | 42 +-
8115 2730 files changed, 77381 insertions(+), 14195 deletions(-)
8116 commit 5988c8dba8a5da45e35d71f4a8fec34c267258c5
8117 Author: Brad Spengler <spender@grsecurity.net>
8118 Date: Mon Apr 25 20:40:53 2016 -0400
8119
8120 Fix DoS in n_tty_receive_buf_common reported by marcan at:
8121 https://forums.grsecurity.net/viewtopic.php?t=4342&p=16222
8122 and via lengthy diatribe on Twitter:
8123 https://twitter.com/marcan42/status/724740708104474626
8124 https://twitter.com/marcan42/status/724740985146609664
8125 https://twitter.com/marcan42/status/724741270325760000
8126 https://twitter.com/marcan42/status/724742465199050752
8127 https://twitter.com/marcan42/status/724745886794833920
8128 https://twitter.com/marcan42/status/724749571495075840
8129 https://twitter.com/marcan42/status/724746427285409796
8130 https://twitter.com/marcan42/status/724743150263095296
8131 https://twitter.com/marcan42/status/724757473433808896
8132
8133 Fix it correctly instead of using the incorrect fix suggested
8134 by marcan (aka "try reading the code next time")
8135 The original code was meant to fix an integer truncation issue
8136 that would also have caused a SIZE_OVERFLOW "DoS".
8137
8138 drivers/tty/n_tty.c | 9 +++++----
8139 1 file changed, 5 insertions(+), 4 deletions(-)
8140
8141 commit 5459ff57d8987389fa17d5d6f55b70a789347c2f
8142 Author: Brad Spengler <spender@grsecurity.net>
8143 Date: Mon Apr 25 19:52:33 2016 -0400
8144
8145 Avoid overflow in environ_read() caught by SIZE_OVERFLOW,
8146 reported by jotik at:
8147 https://forums.grsecurity.net/viewtopic.php?t=4363&p=16217
8148 patch from Mathias Krause
8149
8150 fs/proc/base.c | 2 +-
8151 1 file changed, 1 insertion(+), 1 deletion(-)
8152
8153 commit 24a5c92e147af1e739e9eeca020c61ad2674e784
8154 Author: Jiri Benc <jbenc@redhat.com>
8155 Date: Fri Apr 22 13:09:13 2016 +0200
8156
8157 cxgbi: fix uninitialized flowi6
8158
8159 ip6_route_output looks into different fields in the passed flowi6 structure,
8160 yet cxgbi passes garbage in nearly all those fields. Zero the structure out
8161 first.
8162
8163 Fixes: fc8d0590d9142 ("libcxgbi: Add ipv6 api to driver")
8164 Signed-off-by: Jiri Benc <jbenc@redhat.com>
8165 Signed-off-by: David S. Miller <davem@davemloft.net>
8166
8167 drivers/scsi/cxgbi/libcxgbi.c | 1 +
8168 1 file changed, 1 insertion(+)
8169
8170 commit ec65caa32652841a5be21d6e73146921af16d7a8
8171 Author: Brad Spengler <spender@grsecurity.net>
8172 Date: Wed Apr 20 20:59:43 2016 -0400
8173
8174 Make /proc/sched_debug only readable by root, mentioned in
8175 recent NCC Group paper on Linux containers
8176
8177 kernel/sched/debug.c | 4 ++++
8178 1 file changed, 4 insertions(+)
8179
8180 commit 7957d30730bb26a4aef54ab484dc3b4108f1fdb1
8181 Merge: 463149f ff26083
8182 Author: Brad Spengler <spender@grsecurity.net>
8183 Date: Wed Apr 20 17:55:53 2016 -0400
8184
8185 Merge branch 'pax-test' into grsec-test
8186
8187 commit ff260839e610d2bc1b0c579edd7deb0028198f01
8188 Author: Brad Spengler <spender@grsecurity.net>
8189 Date: Wed Apr 20 17:55:24 2016 -0400
8190
8191 Update to pax-linux-4.4.8-test14.patch:
8192 - Emese fixed some CodingStyle issues in the latent entropy plugin
8193 - fixed some build problems on mips, reported by Steve Arnold (https://bugs.gentoo.org/show_bug.cgi?id=578394)
8194
8195 arch/mips/include/asm/cache.h | 3 ++-
8196 arch/mips/lib/ashldi3.c | 21 ++++++++++++++-------
8197 arch/mips/lib/ashrdi3.c | 19 +++++++++++++------
8198 arch/mips/lib/libgcc.h | 12 +++++++++---
8199 drivers/idle/intel_idle.c | 6 ++++--
8200 tools/gcc/latent_entropy_plugin.c | 29 +++++++++++++++--------------
8201 6 files changed, 57 insertions(+), 33 deletions(-)
8202
8203 commit 463149f47a64db4b26a13009f83ed73d393a209c
8204 Author: Xiaodong Liu <xiaodong.liu@intel.com>
8205 Date: Tue Apr 12 09:45:51 2016 +0000
8206
8207 crypto: sha1-mb - use corrcet pointer while completing jobs
8208
8209 In sha_complete_job, incorrect mcryptd_hash_request_ctx pointer is used
8210 when check and complete other jobs. If the memory of first completed req
8211 is freed, while still completing other jobs in the func, kernel will
8212 crash since NULL pointer is assigned to RIP.
8213
8214 Cc: <stable@vger.kernel.org>
8215 Signed-off-by: Xiaodong Liu <xiaodong.liu@intel.com>
8216 Acked-by: Tim Chen <tim.c.chen@linux.intel.com>
8217 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
8218
8219 arch/x86/crypto/sha-mb/sha1_mb.c | 4 ++--
8220 1 file changed, 2 insertions(+), 2 deletions(-)
8221
8222 commit b4e6484e67b917afb77478cab1260f41dbbc92fc
8223 Author: Tom Lendacky <thomas.lendacky@amd.com>
8224 Date: Wed Apr 13 10:52:25 2016 -0500
8225
8226 crypto: ccp - Prevent information leakage on export
8227
8228 Prevent information from leaking to userspace by doing a memset to 0 of
8229 the export state structure before setting the structure values and copying
8230 it. This prevents un-initialized padding areas from being copied into the
8231 export area.
8232
8233 Cc: <stable@vger.kernel.org> # 3.14.x-
8234 Reported-by: Ben Hutchings <ben@decadent.org.uk>
8235 Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
8236 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
8237
8238 drivers/crypto/ccp/ccp-crypto-aes-cmac.c | 3 +++
8239 drivers/crypto/ccp/ccp-crypto-sha.c | 3 +++
8240 2 files changed, 6 insertions(+)
8241
8242 commit 7d7e961d3f4e4614b22518d8e410e6cf4108f1b0
8243 Author: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
8244 Date: Mon Apr 18 14:33:54 2016 +0300
8245
8246 net/mlx4_en: allocate non 0-order pages for RX ring with __GFP_NOMEMALLOC
8247
8248 High order pages are optional here since commit 51151a16a60f ("mlx4: allow
8249 order-0 memory allocations in RX path"), so here is no reason for depleting
8250 reserves. Generic __netdev_alloc_frag() implements the same logic.
8251
8252 Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
8253 Acked-by: Eric Dumazet <edumazet@google.com>
8254 Signed-off-by: David S. Miller <davem@davemloft.net>
8255
8256 drivers/net/ethernet/mellanox/mlx4/en_rx.c | 2 +-
8257 1 file changed, 1 insertion(+), 1 deletion(-)
8258
8259 commit 6b80edde2edc7fd055f9be8ec42b88abbe328639
8260 Author: Ignat Korchagin <ignat.korchagin@gmail.com>
8261 Date: Thu Mar 17 18:00:29 2016 +0000
8262
8263 USB: usbip: fix potential out-of-bounds write
8264
8265 Fix potential out-of-bounds write to urb->transfer_buffer
8266 usbip handles network communication directly in the kernel. When receiving a
8267 packet from its peer, usbip code parses headers according to protocol. As
8268 part of this parsing urb->actual_length is filled. Since the input for
8269 urb->actual_length comes from the network, it should be treated as untrusted.
8270 Any entity controlling the network may put any value in the input and the
8271 preallocated urb->transfer_buffer may not be large enough to hold the data.
8272 Thus, the malicious entity is able to write arbitrary data to kernel memory.
8273
8274 Signed-off-by: Ignat Korchagin <ignat.korchagin@gmail.com>
8275 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8276
8277 drivers/usb/usbip/usbip_common.c | 11 +++++++++++
8278 1 file changed, 11 insertions(+)
8279
8280 commit 0ce101ec9e74c2cfcd28cbcd18b0626e3d9a2482
8281 Merge: d60a24d f5fe5fd
8282 Author: Brad Spengler <spender@grsecurity.net>
8283 Date: Wed Apr 20 17:35:58 2016 -0400
8284
8285 Merge branch 'pax-test' into grsec-test
8286
8287 commit f5fe5fddf49f1b81a2a3bb43b1e0a8c087aba438
8288 Merge: a107ba2 8c9aef0
8289 Author: Brad Spengler <spender@grsecurity.net>
8290 Date: Wed Apr 20 17:35:29 2016 -0400
8291
8292 Merge branch 'linux-4.4.y' into pax-test
8293
8294 commit d60a24d6e4f61072d0bd1dc12be1177181fa8c2b
8295 Author: Brad Spengler <spender@grsecurity.net>
8296 Date: Mon Apr 18 17:48:10 2016 -0400
8297
8298 fix cast for constify change, reported by pipacs
8299
8300 drivers/idle/intel_idle.c | 4 ++--
8301 1 file changed, 2 insertions(+), 2 deletions(-)
8302
8303 commit 1d376287aeba7a53c91d5ee49ef0a11d02193964
8304 Author: Brad Spengler <spender@grsecurity.net>
8305 Date: Fri Apr 15 21:31:07 2016 -0400
8306
8307 Use proper type for function pointer
8308
8309 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 6 +++---
8310 1 file changed, 3 insertions(+), 3 deletions(-)
8311
8312 commit 0a4104a2fa32904102fac07245426d78a1e9dfab
8313 Author: Brad Spengler <spender@grsecurity.net>
8314 Date: Fri Apr 15 21:24:04 2016 -0400
8315
8316 Fix skylake cstates compat with constify
8317
8318 drivers/idle/intel_idle.c | 6 ++++--
8319 1 file changed, 4 insertions(+), 2 deletions(-)
8320
8321 commit f433f8fd372253c9e78e307afe5b800c5ab0ea61
8322 Author: Brad Spengler <spender@grsecurity.net>
8323 Date: Fri Apr 15 21:10:44 2016 -0400
8324
8325 Update size_overflow hash table
8326
8327 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 3 ++-
8328 1 file changed, 2 insertions(+), 1 deletion(-)
8329
8330 commit ef7804da81cb3c6b6a4c985a3c14ee230a03f26a
8331 Author: Brad Spengler <spender@grsecurity.net>
8332 Date: Fri Apr 15 20:52:37 2016 -0400
8333
8334 compile fix
8335
8336 fs/coredump.c | 3 ---
8337 1 file changed, 3 deletions(-)
8338
8339 commit 967224da52bd98d078b1237aea5ec9e622238fba
8340 Merge: 92771d6 a107ba2
8341 Author: Brad Spengler <spender@grsecurity.net>
8342 Date: Fri Apr 15 20:30:23 2016 -0400
8343
8344 Merge branch 'pax-test' into grsec-test
8345
8346 commit a107ba25214d9694eb836fb04c782ad694977b91
8347 Merge: 4d8fc00 b40108b
8348 Author: Brad Spengler <spender@grsecurity.net>
8349 Date: Fri Apr 15 20:18:26 2016 -0400
8350
8351 Merge branch 'linux-4.4.y' into pax-test
8352
8353 commit 92771d60677d68e8f6ea7a91ff34dd6e24b6d4cf
8354 Author: Brad Spengler <spender@grsecurity.net>
8355 Date: Sun Apr 10 07:18:03 2016 -0400
8356
8357 From: Mathias Krause <minipli@googlemail.com>
8358 To: "David S. Miller" <davem@davemloft.net>
8359 Cc: netdev@vger.kernel.org, "Eric W. Biederman" <ebiederm@xmission.com>, Pavel
8360 Emelyanov <xemul@parallels.com>
8361 Subject: [PATCH net] packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag
8362 interface
8363
8364 Because we miss to wipe the remainder of i->addr[] in packet_mc_add(),
8365 pdiag_put_mclist() leaks uninitialized heap bytes via the
8366 PACKET_DIAG_MCLIST netlink attribute.
8367
8368 Fix this by explicitly memset(0)ing the remaining bytes in i->addr[].
8369
8370 Fixes: eea68e2f1a00 ("packet: Report socket mclist info via diag module")
8371 Signed-off-by: Mathias Krause <minipli@googlemail.com>
8372 Cc: Eric W. Biederman <ebiederm@xmission.com>
8373 Cc: Pavel Emelyanov <xemul@parallels.com>
8374 ---
8375 The bug itself precedes commit eea68e2f1a00 but the list wasn't exposed
8376 to userland before the introduction of the packet_diag interface.
8377 Therefore the "Fixes:" line on that commit.
8378
8379 net/packet/af_packet.c | 1 +
8380 1 file changed, 1 insertion(+)
8381
8382 commit 4286ce3f9e9db4d68870af46ae1d5f9b90b920dd
8383 Author: Jakub Sitnicki <jkbs@redhat.com>
8384 Date: Tue Apr 5 18:41:08 2016 +0200
8385
8386 ipv6: Count in extension headers in skb->network_header
8387
8388 When sending a UDPv6 message longer than MTU, account for the length
8389 of fragmentable IPv6 extension headers in skb->network_header offset.
8390 Same as we do in alloc_new_skb path in __ip6_append_data().
8391
8392 This ensures that later on __ip6_make_skb() will make space in
8393 headroom for fragmentable extension headers:
8394
8395 /* move skb->data to ip header from ext header */
8396 if (skb->data < skb_network_header(skb))
8397 __skb_pull(skb, skb_network_offset(skb));
8398
8399 Prevents a splat due to skb_under_panic:
8400
8401 skbuff: skb_under_panic: text:ffffffff8143397b len:2126 put:14 \
8402 head:ffff880005bacf50 data:ffff880005bacf4a tail:0x48 end:0xc0 dev:lo
8403 ------------[ cut here ]------------
8404 kernel BUG at net/core/skbuff.c:104!
8405 invalid opcode: 0000 [#1] KASAN
8406 CPU: 0 PID: 160 Comm: reproducer Not tainted 4.6.0-rc2 #65
8407 [...]
8408 Call Trace:
8409 [<ffffffff813eb7b9>] skb_push+0x79/0x80
8410 [<ffffffff8143397b>] eth_header+0x2b/0x100
8411 [<ffffffff8141e0d0>] neigh_resolve_output+0x210/0x310
8412 [<ffffffff814eab77>] ip6_finish_output2+0x4a7/0x7c0
8413 [<ffffffff814efe3a>] ip6_output+0x16a/0x280
8414 [<ffffffff815440c1>] ip6_local_out+0xb1/0xf0
8415 [<ffffffff814f1115>] ip6_send_skb+0x45/0xd0
8416 [<ffffffff81518836>] udp_v6_send_skb+0x246/0x5d0
8417 [<ffffffff8151985e>] udpv6_sendmsg+0xa6e/0x1090
8418 [...]
8419
8420 Reported-by: Ji Jianwen <jiji@redhat.com>
8421 Signed-off-by: Jakub Sitnicki <jkbs@redhat.com>
8422 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
8423 Signed-off-by: David S. Miller <davem@davemloft.net>
8424
8425 net/ipv6/ip6_output.c | 8 ++++----
8426 1 file changed, 4 insertions(+), 4 deletions(-)
8427
8428 commit 638dad49a9ba3d86f627adb58b2f4636ed253685
8429 Author: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
8430 Date: Fri Apr 1 17:17:50 2016 -0300
8431
8432 ip6_tunnel: set rtnl_link_ops before calling register_netdevice
8433
8434 When creating an ip6tnl tunnel with ip tunnel, rtnl_link_ops is not set
8435 before ip6_tnl_create2 is called. When register_netdevice is called, there
8436 is no linkinfo attribute in the NEWLINK message because of that.
8437
8438 Setting rtnl_link_ops before calling register_netdevice fixes that.
8439
8440 Fixes: 0b112457229d ("ip6tnl: add support of link creation via rtnl")
8441 Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
8442 Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
8443 Signed-off-by: David S. Miller <davem@davemloft.net>
8444
8445 net/ipv6/ip6_tunnel.c | 2 +-
8446 1 file changed, 1 insertion(+), 1 deletion(-)
8447
8448 commit 14146a0bfaf2ced0055fe549c8fa0941c61e2457
8449 Author: Brad Spengler <spender@grsecurity.net>
8450 Date: Tue Apr 5 21:12:44 2016 -0400
8451
8452 Code cleanups to RANDSTRUCT based on feedback from the PaX Team
8453
8454 tools/gcc/randomize_layout_plugin.c | 18 ++++++++++++------
8455 1 file changed, 12 insertions(+), 6 deletions(-)
8456
8457 commit 3f7dea5e59b0bb34f6bdb628c87251f0105b3d57
8458 Author: Brad Spengler <spender@grsecurity.net>
8459 Date: Sun Apr 3 20:10:10 2016 -0400
8460
8461 Fix RANDSTRUCT support on ARM
8462
8463 tools/gcc/randomize_layout_plugin.c | 54 +++++++++++++++++++++++++++++++++++--
8464 1 file changed, 52 insertions(+), 2 deletions(-)
8465
8466 commit bd893a75ab49f6ea5a216eb334471507337118ba
8467 Merge: 87b7f1d 4d8fc00
8468 Author: Brad Spengler <spender@grsecurity.net>
8469 Date: Sat Apr 2 11:54:20 2016 -0400
8470
8471 Merge branch 'pax-test' into grsec-test
8472
8473 commit 4d8fc00c0066b1921e233123b346efe6ffb27691
8474 Author: Brad Spengler <spender@grsecurity.net>
8475 Date: Sat Apr 2 11:53:53 2016 -0400
8476
8477 Update to pax-linux-4.4.6-test13.patch:
8478 - fixed a REFCOUNT related compile regression on mips, reported by Steve Arnold (https://bugs.gentoo.org/show_bug.cgi?id=578394)
8479 - 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)
8480
8481 arch/mips/include/asm/atomic.h | 4 ----
8482 tools/gcc/size_overflow_plugin/disable_size_overflow_hash.data | 1 +
8483 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 -
8484 3 files changed, 1 insertion(+), 5 deletions(-)
8485
8486 commit 87b7f1d200023ba826b9d552834a2ee85e67526c
8487 Merge: 3335266 3abdad0
8488 Author: Brad Spengler <spender@grsecurity.net>
8489 Date: Sat Apr 2 11:19:17 2016 -0400
8490
8491 Merge branch 'pax-test' into grsec-test
8492
8493 commit 3abdad0c3b436c076c88289f07a250b811d6f79d
8494 Author: Brad Spengler <spender@grsecurity.net>
8495 Date: Sat Apr 2 11:12:56 2016 -0400
8496
8497 Update to pax-linux-4.4.6-test12.patch:
8498 - fixed vmalloc_fault on i386/PAE to use the correct percpu userland pgd table/entry
8499 - fixed a size overflow false positive report in pptp, reported by Pinkbyte (https://forums.grsecurity.net/viewtopic.php?f=3&t=4437)
8500 - fixed a size overflow false positive report in tbf_segment, reported by audiocricket (https://forums.grsecurity.net/viewtopic.php?f=3&t=4438)
8501 - Emese fixed the x86 vdso32 CFLAGS to omit the gcc plugins
8502 - Emese simplified the gcc plugin related make rules, suggested by Masahiro Yamada
8503 - André Fabian Silva Delgado fixed a compile regression on arm, reported by coadde (https://forums.grsecurity.net/viewtopic.php?f=3&t=4435)
8504 - fixed an integer sign conversion error in nfs_super_set_maxbytes caught by the size overflow plugin, reported by Alexey Dvoichenkov <xale@hyperplane.net>
8505 - fixed a size overflow false positive in squashfs, reported by Mathias Krause <minipli@ld-linux.so>
8506 - fixed a size overflow false positive in xfrm6_transport_output, reported by marcan (https://forums.grsecurity.net/viewtopic.php?f=3&t=4426)
8507 - fixed an integer truncation bug in elf_kcore_store_hdr caught by the size overflow plugin
8508 - fixed a gratuitous userland dereference in the amd64 stack walker
8509 - added latent entropy gathering to a few more functions
8510 - constified a few smp_hotplug_thread instances
8511
8512 arch/x86/entry/vdso/Makefile | 1 +
8513 arch/x86/include/asm/cpufeature.h | 1 -
8514 arch/x86/kernel/dumpstack_64.c | 17 ++++++-----------
8515 arch/x86/kernel/head_32.S | 6 +++---
8516 arch/x86/mm/fault.c | 2 +-
8517 drivers/iommu/arm-smmu.c | 2 +-
8518 drivers/net/ppp/pptp.c | 1 +
8519 drivers/staging/rdma/ehca/ehca_irq.c | 2 +-
8520 fs/nfs/internal.h | 5 +++--
8521 fs/proc/kcore.c | 2 +-
8522 kernel/module.c | 6 +++---
8523 kernel/rcu/tree.c | 2 +-
8524 kernel/softirq.c | 2 +-
8525 kernel/stop_machine.c | 2 +-
8526 net/ipv6/xfrm6_mode_transport.c | 2 +-
8527 net/sched/sch_tbf.c | 9 ++++++---
8528 scripts/Makefile.gcc-plugins | 13 +++----------
8529 scripts/Makefile.host | 3 +--
8530 .../disable_size_overflow_hash.data | 4 +++-
8531 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 6 ++----
8532 20 files changed, 40 insertions(+), 48 deletions(-)
8533
8534 commit 3335266d5bec9bc01580736c0a7026ed96cf25e5
8535 Author: Mika Penttilä <mika.penttila@nextfour.com>
8536 Date: Mon Feb 22 17:56:52 2016 +0100
8537
8538 ARM: 8544/1: set_memory_xx fixes
8539
8540 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.
8541
8542 Signed-off-by: Mika Penttilä mika.penttila@nextfour.com
8543 Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
8544
8545 arch/arm/mm/pageattr.c | 3 +++
8546 1 file changed, 3 insertions(+)
8547
8548 commit d6d6499b22c0e5593a16f41c516041b23fbf9eeb
8549 Author: Josh Boyer <jwboyer@fedoraproject.org>
8550 Date: Mon Mar 14 10:42:38 2016 -0400
8551
8552 USB: iowarrior: fix oops with malicious USB descriptors
8553
8554 The iowarrior driver expects at least one valid endpoint. If given
8555 malicious descriptors that specify 0 for the number of endpoints,
8556 it will crash in the probe function. Ensure there is at least
8557 one endpoint on the interface before using it.
8558
8559 The full report of this issue can be found here:
8560 http://seclists.org/bugtraq/2016/Mar/87
8561
8562 Reported-by: Ralf Spenneberg <ralf@spenneberg.net>
8563 Cc: stable <stable@vger.kernel.org>
8564 Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
8565 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8566
8567 drivers/usb/misc/iowarrior.c | 6 ++++++
8568 1 file changed, 6 insertions(+)
8569
8570 commit 79a1fb47ab1245e81040bcd45b3e44e65d282684
8571 Author: Oliver Neukum <oneukum@suse.com>
8572 Date: Tue Mar 15 10:14:04 2016 +0100
8573
8574 USB: cdc-acm: more sanity checking
8575
8576 An attack has become available which pretends to be a quirky
8577 device circumventing normal sanity checks and crashes the kernel
8578 by an insufficient number of interfaces. This patch adds a check
8579 to the code path for quirky devices.
8580
8581 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
8582 CC: stable@vger.kernel.org
8583 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8584
8585 drivers/usb/class/cdc-acm.c | 3 +++
8586 1 file changed, 3 insertions(+)
8587
8588 commit 6ee21acdf0da6602671cb50edeca0abfba3955f7
8589 Author: Oliver Neukum <oneukum@suse.com>
8590 Date: Wed Mar 16 13:26:17 2016 +0100
8591
8592 USB: usb_driver_claim_interface: add sanity checking
8593
8594 Attacks that trick drivers into passing a NULL pointer
8595 to usb_driver_claim_interface() using forged descriptors are
8596 known. This thwarts them by sanity checking.
8597
8598 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
8599 CC: stable@vger.kernel.org
8600 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8601
8602 drivers/usb/core/driver.c | 6 +++++-
8603 1 file changed, 5 insertions(+), 1 deletion(-)
8604
8605 commit 44247834ddab762509eaaf5c742e15bfadcd9d94
8606 Author: Paolo Bonzini <pbonzini@redhat.com>
8607 Date: Mon Mar 21 10:15:25 2016 +0100
8608
8609 KVM: fix spin_lock_init order on x86
8610
8611 Moving the initialization earlier is needed in 4.6 because
8612 kvm_arch_init_vm is now using mmu_lock, causing lockdep to
8613 complain:
8614
8615 [ 284.440294] INFO: trying to register non-static key.
8616 [ 284.445259] the code is fine but needs lockdep annotation.
8617 [ 284.450736] turning off the locking correctness validator.
8618 ...
8619 [ 284.528318] [<ffffffff810aecc3>] lock_acquire+0xd3/0x240
8620 [ 284.533733] [<ffffffffa0305aa0>] ? kvm_page_track_register_notifier+0x20/0x60 [kvm]
8621 [ 284.541467] [<ffffffff81715581>] _raw_spin_lock+0x41/0x80
8622 [ 284.546960] [<ffffffffa0305aa0>] ? kvm_page_track_register_notifier+0x20/0x60 [kvm]
8623 [ 284.554707] [<ffffffffa0305aa0>] kvm_page_track_register_notifier+0x20/0x60 [kvm]
8624 [ 284.562281] [<ffffffffa02ece70>] kvm_mmu_init_vm+0x20/0x30 [kvm]
8625 [ 284.568381] [<ffffffffa02dbf7a>] kvm_arch_init_vm+0x1ea/0x200 [kvm]
8626 [ 284.574740] [<ffffffffa02bff3f>] kvm_dev_ioctl+0xbf/0x4d0 [kvm]
8627
8628 However, it also helps fixing a preexisting problem, which is why this
8629 patch is also good for stable kernels: kvm_create_vm was incrementing
8630 current->mm->mm_count but not decrementing it at the out_err label (in
8631 case kvm_init_mmu_notifier failed). The new initialization order makes
8632 it possible to add the required mmdrop without adding a new error label.
8633
8634 Cc: stable@vger.kernel.org
8635 Reported-by: Borislav Petkov <bp@alien8.de>
8636 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
8637
8638 virt/kvm/kvm_main.c | 21 +++++++++++----------
8639 1 file changed, 11 insertions(+), 10 deletions(-)
8640
8641 commit 9d0cf281d74a9fe490f3ba5ca3d0e57eac066e1c
8642 Author: Paolo Bonzini <pbonzini@redhat.com>
8643 Date: Fri Mar 18 16:53:42 2016 +0100
8644
8645 KVM: VMX: avoid guest hang on invalid invvpid instruction
8646
8647 A guest executing an invalid invvpid instruction would hang
8648 because the instruction pointer was not updated.
8649
8650 Reported-by: jmontleo@redhat.com
8651 Tested-by: jmontleo@redhat.com
8652 Cc: stable@vger.kernel.org
8653 Fixes: 99b83ac893b84ed1a62ad6d1f2b6cc32026b9e85
8654 Reviewed-by: David Matlack <dmatlack@google.com>
8655 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
8656
8657 arch/x86/kvm/vmx.c | 1 +
8658 1 file changed, 1 insertion(+)
8659
8660 commit 602caaece277e5e21ae43771398bbf7778061beb
8661 Author: Paolo Bonzini <pbonzini@redhat.com>
8662 Date: Fri Mar 18 16:53:29 2016 +0100
8663
8664 KVM: VMX: avoid guest hang on invalid invept instruction
8665
8666 A guest executing an invalid invept instruction would hang
8667 because the instruction pointer was not updated.
8668
8669 Cc: stable@vger.kernel.org
8670 Fixes: bfd0a56b90005f8c8a004baf407ad90045c2b11e
8671 Reviewed-by: David Matlack <dmatlack@google.com>
8672 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
8673
8674 arch/x86/kvm/vmx.c | 1 +
8675 1 file changed, 1 insertion(+)
8676
8677 commit 3309ac82d6596de8abc6ea51dd0a942416da1cc1
8678 Author: Jann Horn <jann@thejh.net>
8679 Date: Tue Mar 22 14:25:36 2016 -0700
8680
8681 fs/coredump: prevent fsuid=0 dumps into user-controlled directories
8682
8683 This commit fixes the following security hole affecting systems where
8684 all of the following conditions are fulfilled:
8685
8686 - The fs.suid_dumpable sysctl is set to 2.
8687 - The kernel.core_pattern sysctl's value starts with "/". (Systems
8688 where kernel.core_pattern starts with "|/" are not affected.)
8689 - Unprivileged user namespace creation is permitted. (This is
8690 true on Linux >=3.8, but some distributions disallow it by
8691 default using a distro patch.)
8692
8693 Under these conditions, if a program executes under secure exec rules,
8694 causing it to run with the SUID_DUMP_ROOT flag, then unshares its user
8695 namespace, changes its root directory and crashes, the coredump will be
8696 written using fsuid=0 and a path derived from kernel.core_pattern - but
8697 this path is interpreted relative to the root directory of the process,
8698 allowing the attacker to control where a coredump will be written with
8699 root privileges.
8700
8701 To fix the security issue, always interpret core_pattern for dumps that
8702 are written under SUID_DUMP_ROOT relative to the root directory of init.
8703
8704 Signed-off-by: Jann Horn <jann@thejh.net>
8705 Acked-by: Kees Cook <keescook@chromium.org>
8706 Cc: Al Viro <viro@zeniv.linux.org.uk>
8707 Cc: "Eric W. Biederman" <ebiederm@xmission.com>
8708 Cc: Andy Lutomirski <luto@kernel.org>
8709 Cc: Oleg Nesterov <oleg@redhat.com>
8710 Cc: <stable@vger.kernel.org>
8711 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8712 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
8713
8714 arch/um/drivers/mconsole_kern.c | 2 +-
8715 fs/coredump.c | 31 +++++++++++++++++++++++++++----
8716 fs/fhandle.c | 2 +-
8717 fs/open.c | 6 ++----
8718 include/linux/fs.h | 2 +-
8719 kernel/sysctl_binary.c | 2 +-
8720 6 files changed, 33 insertions(+), 12 deletions(-)
8721
8722 commit a7c8d3c91a3e50d0873942f09afbb5071382d5e7
8723 Author: Takashi Iwai <tiwai@suse.de>
8724 Date: Fri Apr 1 12:28:16 2016 +0200
8725
8726 ALSA: timer: Use mod_timer() for rearming the system timer
8727
8728 ALSA system timer backend stops the timer via del_timer() without sync
8729 and leaves del_timer_sync() at the close instead. This is because of
8730 the restriction by the design of ALSA timer: namely, the stop callback
8731 may be called from the timer handler, and calling the sync shall lead
8732 to a hangup. However, this also triggers a kernel BUG() when the
8733 timer is rearmed immediately after stopping without sync:
8734 kernel BUG at kernel/time/timer.c:966!
8735 Call Trace:
8736 <IRQ>
8737 [<ffffffff8239c94e>] snd_timer_s_start+0x13e/0x1a0
8738 [<ffffffff8239e1f4>] snd_timer_interrupt+0x504/0xec0
8739 [<ffffffff8122fca0>] ? debug_check_no_locks_freed+0x290/0x290
8740 [<ffffffff8239ec64>] snd_timer_s_function+0xb4/0x120
8741 [<ffffffff81296b72>] call_timer_fn+0x162/0x520
8742 [<ffffffff81296add>] ? call_timer_fn+0xcd/0x520
8743 [<ffffffff8239ebb0>] ? snd_timer_interrupt+0xec0/0xec0
8744 ....
8745
8746 It's the place where add_timer() checks the pending timer. It's clear
8747 that this may happen after the immediate restart without sync in our
8748 cases.
8749
8750 So, the workaround here is just to use mod_timer() instead of
8751 add_timer(). This looks like a band-aid fix, but it's a right move,
8752 as snd_timer_interrupt() takes care of the continuous rearm of timer.
8753
8754 Reported-by: Jiri Slaby <jslaby@suse.cz>
8755 Cc: <stable@vger.kernel.org>
8756 Signed-off-by: Takashi Iwai <tiwai@suse.de>
8757
8758 sound/core/timer.c | 4 ++--
8759 1 file changed, 2 insertions(+), 2 deletions(-)
8760
8761 commit 2de05c5fc90b461d78a54a7240b664a068844c8c
8762 Author: Daniel Vetter <daniel.vetter@ffwll.ch>
8763 Date: Wed Mar 30 11:40:43 2016 +0200
8764
8765 drm/udl: Use unlocked gem unreferencing
8766
8767 For drm_gem_object_unreference callers are required to hold
8768 dev->struct_mutex, which these paths don't. Enforcing this requirement
8769 has become a bit more strict with
8770
8771 commit ef4c6270bf2867e2f8032e9614d1a8cfc6c71663
8772 Author: Daniel Vetter <daniel.vetter@ffwll.ch>
8773 Date: Thu Oct 15 09:36:25 2015 +0200
8774
8775 drm/gem: Check locking in drm_gem_object_unreference
8776
8777 Cc: stable@vger.kernel.org
8778 Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
8779 Signed-off-by: Dave Airlie <airlied@redhat.com>
8780
8781 drivers/gpu/drm/udl/udl_fb.c | 2 +-
8782 drivers/gpu/drm/udl/udl_gem.c | 2 +-
8783 2 files changed, 2 insertions(+), 2 deletions(-)
8784
8785 commit c8153b6b1731b8fee33966dd8d148643240f1dc0
8786 Author: Jan Kara <jack@suse.com>
8787 Date: Mon Dec 7 14:34:49 2015 -0500
8788
8789 ext4: fix races of writeback with punch hole and zero range
8790
8791 When doing delayed allocation, update of on-disk inode size is postponed
8792 until IO submission time. However hole punch or zero range fallocate
8793 calls can end up discarding the tail page cache page and thus on-disk
8794 inode size would never be properly updated.
8795
8796 Make sure the on-disk inode size is updated before truncating page
8797 cache.
8798
8799 Signed-off-by: Jan Kara <jack@suse.com>
8800 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
8801
8802 fs/ext4/ext4.h | 3 +++
8803 fs/ext4/extents.c | 5 +++++
8804 fs/ext4/inode.c | 35 ++++++++++++++++++++++++++++++++++-
8805 3 files changed, 42 insertions(+), 1 deletion(-)
8806
8807 commit d64beb441579f2667e99eb9d4d6e83deb88bf59b
8808 Author: Jan Kara <jack@suse.com>
8809 Date: Mon Dec 7 14:31:11 2015 -0500
8810
8811 ext4: fix races between buffered IO and collapse / insert range
8812
8813 Current code implementing FALLOC_FL_COLLAPSE_RANGE and
8814 FALLOC_FL_INSERT_RANGE is prone to races with buffered writes and page
8815 faults. If buffered write or write via mmap manages to squeeze between
8816 filemap_write_and_wait_range() and truncate_pagecache() in the fallocate
8817 implementations, the written data is simply discarded by
8818 truncate_pagecache() although it should have been shifted.
8819
8820 Fix the problem by moving filemap_write_and_wait_range() call inside
8821 i_mutex and i_mmap_sem. That way we are protected against races with
8822 both buffered writes and page faults.
8823
8824 Signed-off-by: Jan Kara <jack@suse.com>
8825 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
8826
8827 fs/ext4/extents.c | 59 +++++++++++++++++++++++++++++--------------------------
8828 1 file changed, 31 insertions(+), 28 deletions(-)
8829
8830 commit b1ae49aa4dad39233b16456e0765a23ba4e0546c
8831 Author: Jan Kara <jack@suse.com>
8832 Date: Mon Dec 7 14:29:17 2015 -0500
8833
8834 ext4: move unlocked dio protection from ext4_alloc_file_blocks()
8835
8836 Currently ext4_alloc_file_blocks() was handling protection against
8837 unlocked DIO. However we now need to sometimes call it under i_mmap_sem
8838 and sometimes not and DIO protection ranks above it (although strictly
8839 speaking this cannot currently create any deadlocks). Also
8840 ext4_zero_range() was actually getting & releasing unlocked DIO
8841 protection twice in some cases. Luckily it didn't introduce any real bug
8842 but it was a land mine waiting to be stepped on. So move DIO protection
8843 out from ext4_alloc_file_blocks() into the two callsites.
8844
8845 Signed-off-by: Jan Kara <jack@suse.com>
8846 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
8847
8848 fs/ext4/extents.c | 21 ++++++++++-----------
8849 1 file changed, 10 insertions(+), 11 deletions(-)
8850
8851 commit f9329a4ec30a26f0fababf809c5f1a3ef851b625
8852 Author: Jan Kara <jack@suse.com>
8853 Date: Mon Dec 7 14:28:03 2015 -0500
8854
8855 ext4: fix races between page faults and hole punching
8856
8857 Currently, page faults and hole punching are completely unsynchronized.
8858 This can result in page fault faulting in a page into a range that we
8859 are punching after truncate_pagecache_range() has been called and thus
8860 we can end up with a page mapped to disk blocks that will be shortly
8861 freed. Filesystem corruption will shortly follow. Note that the same
8862 race is avoided for truncate by checking page fault offset against
8863 i_size but there isn't similar mechanism available for punching holes.
8864
8865 Fix the problem by creating new rw semaphore i_mmap_sem in inode and
8866 grab it for writing over truncate, hole punching, and other functions
8867 removing blocks from extent tree and for read over page faults. We
8868 cannot easily use i_data_sem for this since that ranks below transaction
8869 start and we need something ranking above it so that it can be held over
8870 the whole truncate / hole punching operation. Also remove various
8871 workarounds we had in the code to reduce race window when page fault
8872 could have created pages with stale mapping information.
8873
8874 Signed-off-by: Jan Kara <jack@suse.com>
8875 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
8876
8877 fs/ext4/ext4.h | 10 +++++++++
8878 fs/ext4/extents.c | 54 ++++++++++++++++++++++++--------------------
8879 fs/ext4/file.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++--------
8880 fs/ext4/inode.c | 36 +++++++++++++++++++++--------
8881 fs/ext4/super.c | 1 +
8882 fs/ext4/truncate.h | 2 ++
8883 6 files changed, 127 insertions(+), 42 deletions(-)
8884
8885 commit 572a615b85c1d5c8aeea4ffd24ab428775a1cca9
8886 Author: Guenter Roeck <linux@roeck-us.net>
8887 Date: Sat Mar 26 12:28:05 2016 -0700
8888
8889 hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiated
8890
8891 arm:pxa_defconfig can result in the following crash if the max1111 driver
8892 is not instantiated.
8893
8894 Unhandled fault: page domain fault (0x01b) at 0x00000000
8895 pgd = c0004000
8896 [00000000] *pgd=00000000
8897 Internal error: : 1b [#1] PREEMPT ARM
8898 Modules linked in:
8899 CPU: 0 PID: 300 Comm: kworker/0:1 Not tainted 4.5.0-01301-g1701f680407c #10
8900 Hardware name: SHARP Akita
8901 Workqueue: events sharpsl_charge_toggle
8902 task: c390a000 ti: c391e000 task.ti: c391e000
8903 PC is at max1111_read_channel+0x20/0x30
8904 LR is at sharpsl_pm_pxa_read_max1111+0x2c/0x3c
8905 pc : [<c03aaab0>] lr : [<c0024b50>] psr: 20000013
8906 ...
8907 [<c03aaab0>] (max1111_read_channel) from [<c0024b50>]
8908 (sharpsl_pm_pxa_read_max1111+0x2c/0x3c)
8909 [<c0024b50>] (sharpsl_pm_pxa_read_max1111) from [<c00262e0>]
8910 (spitzpm_read_devdata+0x5c/0xc4)
8911 [<c00262e0>] (spitzpm_read_devdata) from [<c0024094>]
8912 (sharpsl_check_battery_temp+0x78/0x110)
8913 [<c0024094>] (sharpsl_check_battery_temp) from [<c0024f9c>]
8914 (sharpsl_charge_toggle+0x48/0x110)
8915 [<c0024f9c>] (sharpsl_charge_toggle) from [<c004429c>]
8916 (process_one_work+0x14c/0x48c)
8917 [<c004429c>] (process_one_work) from [<c0044618>] (worker_thread+0x3c/0x5d4)
8918 [<c0044618>] (worker_thread) from [<c004a238>] (kthread+0xd0/0xec)
8919 [<c004a238>] (kthread) from [<c000a670>] (ret_from_fork+0x14/0x24)
8920
8921 This can occur because the SPI controller driver (SPI_PXA2XX) is built as
8922 module and thus not necessarily loaded. While building SPI_PXA2XX into the
8923 kernel would make the problem disappear, it appears prudent to ensure that
8924 the driver is instantiated before accessing its data structures.
8925
8926 Cc: Arnd Bergmann <arnd@arndb.de>
8927 Cc: stable@vger.kernel.org
8928 Signed-off-by: Guenter Roeck <linux@roeck-us.net>
8929
8930 drivers/hwmon/max1111.c | 6 ++++++
8931 1 file changed, 6 insertions(+)
8932
8933 commit f75f1af7a0b4be055855ca5120ee78174f3370f2
8934 Author: Nicolai Stange <nicstange@gmail.com>
8935 Date: Sun Mar 20 23:23:46 2016 +0100
8936
8937 PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
8938
8939 Despite what the DocBook comment to pkcs7_validate_trust() says, the
8940 *_trusted argument is never set to false.
8941
8942 pkcs7_validate_trust() only positively sets *_trusted upon encountering
8943 a trusted PKCS#7 SignedInfo block.
8944
8945 This is quite unfortunate since its callers, system_verify_data() for
8946 example, depend on pkcs7_validate_trust() clearing *_trusted on non-trust.
8947
8948 Indeed, UBSAN splats when attempting to load the uninitialized local
8949 variable 'trusted' from system_verify_data() in pkcs7_validate_trust():
8950
8951 UBSAN: Undefined behaviour in crypto/asymmetric_keys/pkcs7_trust.c:194:14
8952 load of value 82 is not a valid value for type '_Bool'
8953 [...]
8954 Call Trace:
8955 [<ffffffff818c4d35>] dump_stack+0xbc/0x117
8956 [<ffffffff818c4c79>] ? _atomic_dec_and_lock+0x169/0x169
8957 [<ffffffff8194113b>] ubsan_epilogue+0xd/0x4e
8958 [<ffffffff819419fa>] __ubsan_handle_load_invalid_value+0x111/0x158
8959 [<ffffffff819418e9>] ? val_to_string.constprop.12+0xcf/0xcf
8960 [<ffffffff818334a4>] ? x509_request_asymmetric_key+0x114/0x370
8961 [<ffffffff814b83f0>] ? kfree+0x220/0x370
8962 [<ffffffff818312c2>] ? public_key_verify_signature_2+0x32/0x50
8963 [<ffffffff81835e04>] pkcs7_validate_trust+0x524/0x5f0
8964 [<ffffffff813c391a>] system_verify_data+0xca/0x170
8965 [<ffffffff813c3850>] ? top_trace_array+0x9b/0x9b
8966 [<ffffffff81510b29>] ? __vfs_read+0x279/0x3d0
8967 [<ffffffff8129372f>] mod_verify_sig+0x1ff/0x290
8968 [...]
8969
8970 The implication is that pkcs7_validate_trust() effectively grants trust
8971 when it really shouldn't have.
8972
8973 Fix this by explicitly setting *_trusted to false at the very beginning
8974 of pkcs7_validate_trust().
8975
8976 Cc: <stable@vger.kernel.org>
8977 Signed-off-by: Nicolai Stange <nicstange@gmail.com>
8978 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
8979
8980 crypto/asymmetric_keys/pkcs7_trust.c | 2 ++
8981 1 file changed, 2 insertions(+)
8982
8983 commit 1052826f7352ccc98167129b0b83222f45d50046
8984 Author: Florian Westphal <fw@strlen.de>
8985 Date: Tue Mar 22 18:02:49 2016 +0100
8986
8987 netfilter: x_tables: validate e->target_offset early
8988
8989 We should check that e->target_offset is sane before
8990 mark_source_chains gets called since it will fetch the target entry
8991 for loop detection.
8992
8993 Signed-off-by: Florian Westphal <fw@strlen.de>
8994 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
8995
8996 net/ipv4/netfilter/arp_tables.c | 17 ++++++++---------
8997 net/ipv4/netfilter/ip_tables.c | 17 ++++++++---------
8998 net/ipv6/netfilter/ip6_tables.c | 17 ++++++++---------
8999 3 files changed, 24 insertions(+), 27 deletions(-)
9000
9001 commit b35d19509e8dab157214e46dd24314663ccf554f
9002 Author: Florian Westphal <fw@strlen.de>
9003 Date: Tue Mar 22 18:02:50 2016 +0100
9004
9005 netfilter: x_tables: make sure e->next_offset covers remaining blob size
9006
9007 Otherwise this function may read data beyond the ruleset blob.
9008
9009 Signed-off-by: Florian Westphal <fw@strlen.de>
9010 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
9011
9012 net/ipv4/netfilter/arp_tables.c | 6 ++++--
9013 net/ipv4/netfilter/ip_tables.c | 6 ++++--
9014 net/ipv6/netfilter/ip6_tables.c | 6 ++++--
9015 3 files changed, 12 insertions(+), 6 deletions(-)
9016
9017 commit 4d7642ed66b69140733a7b51fcd6d37ce4d4514c
9018 Author: Florian Westphal <fw@strlen.de>
9019 Date: Tue Mar 22 18:02:52 2016 +0100
9020
9021 netfilter: x_tables: fix unconditional helper
9022
9023 Ben Hawkes says:
9024
9025 In the mark_source_chains function (net/ipv4/netfilter/ip_tables.c) it
9026 is possible for a user-supplied ipt_entry structure to have a large
9027 next_offset field. This field is not bounds checked prior to writing a
9028 counter value at the supplied offset.
9029
9030 Problem is that mark_source_chains should not have been called --
9031 the rule doesn't have a next entry, so its supposed to return
9032 an absolute verdict of either ACCEPT or DROP.
9033
9034 However, the function conditional() doesn't work as the name implies.
9035 It only checks that the rule is using wildcard address matching.
9036
9037 However, an unconditional rule must also not be using any matches
9038 (no -m args).
9039
9040 The underflow validator only checked the addresses, therefore
9041 passing the 'unconditional absolute verdict' test, while
9042 mark_source_chains also tested for presence of matches, and thus
9043 proceeeded to the next (not-existent) rule.
9044
9045 Unify this so that all the callers have same idea of 'unconditional rule'.
9046
9047 Reported-by: Ben Hawkes <hawkes@google.com>
9048 Signed-off-by: Florian Westphal <fw@strlen.de>
9049 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
9050
9051 net/ipv4/netfilter/arp_tables.c | 18 +++++++++---------
9052 net/ipv4/netfilter/ip_tables.c | 23 +++++++++++------------
9053 net/ipv6/netfilter/ip6_tables.c | 23 +++++++++++------------
9054 3 files changed, 31 insertions(+), 33 deletions(-)
9055
9056 commit e3e51682563f1453dfc4b9ef88b29af4d1a78e78
9057 Author: Pablo Neira Ayuso <pablo@netfilter.org>
9058 Date: Thu Mar 24 21:29:53 2016 +0100
9059
9060 netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIES
9061
9062 Make sure the table names via getsockopt GET_ENTRIES is nul-terminated
9063 in ebtables and all the x_tables variants and their respective compat
9064 code. Uncovered by KASAN.
9065
9066 Reported-by: Baozeng Ding <sploving1@gmail.com>
9067 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
9068
9069 net/bridge/netfilter/ebtables.c | 4 ++++
9070 net/ipv4/netfilter/arp_tables.c | 2 ++
9071 net/ipv4/netfilter/ip_tables.c | 2 ++
9072 net/ipv6/netfilter/ip6_tables.c | 2 ++
9073 4 files changed, 10 insertions(+)
9074
9075 commit 7742471b674597627f8f608f6a89c6e5bbd6533d
9076 Author: Nicolai Stange <nicstange@gmail.com>
9077 Date: Fri Mar 25 14:22:14 2016 -0700
9078
9079 mm/filemap: generic_file_read_iter(): check for zero reads unconditionally
9080
9081 If
9082 - generic_file_read_iter() gets called with a zero read length,
9083 - the read offset is at a page boundary,
9084 - IOCB_DIRECT is not set
9085 - and the page in question hasn't made it into the page cache yet,
9086 then do_generic_file_read() will trigger a readahead with a req_size hint
9087 of zero.
9088
9089 Since roundup_pow_of_two(0) is undefined, UBSAN reports
9090
9091 UBSAN: Undefined behaviour in include/linux/log2.h:63:13
9092 shift exponent 64 is too large for 64-bit type 'long unsigned int'
9093 CPU: 3 PID: 1017 Comm: sa1 Tainted: G L 4.5.0-next-20160318+ #14
9094 [...]
9095 Call Trace:
9096 [...]
9097 [<ffffffff813ef61a>] ondemand_readahead+0x3aa/0x3d0
9098 [<ffffffff813ef61a>] ? ondemand_readahead+0x3aa/0x3d0
9099 [<ffffffff813c73bd>] ? find_get_entry+0x2d/0x210
9100 [<ffffffff813ef9c3>] page_cache_sync_readahead+0x63/0xa0
9101 [<ffffffff813cc04d>] do_generic_file_read+0x80d/0xf90
9102 [<ffffffff813cc955>] generic_file_read_iter+0x185/0x420
9103 [...]
9104 [<ffffffff81510b06>] __vfs_read+0x256/0x3d0
9105 [...]
9106
9107 when get_init_ra_size() gets called from ondemand_readahead().
9108
9109 The net effect is that the initial readahead size is arch dependent for
9110 requested read lengths of zero: for example, since
9111
9112 1UL << (sizeof(unsigned long) * 8)
9113
9114 evaluates to 1 on x86 while its result is 0 on ARMv7, the initial readahead
9115 size becomes 4 on the former and 0 on the latter.
9116
9117 What's more, whether or not the file access timestamp is updated for zero
9118 length reads is decided differently for the two cases of IOCB_DIRECT
9119 being set or cleared: in the first case, generic_file_read_iter()
9120 explicitly skips updating that timestamp while in the latter case, it is
9121 always updated through the call to do_generic_file_read().
9122
9123 According to POSIX, zero length reads "do not modify the last data access
9124 timestamp" and thus, the IOCB_DIRECT behaviour is POSIXly correct.
9125
9126 Let generic_file_read_iter() unconditionally check the requested read
9127 length at its entry and return immediately with success if it is zero.
9128
9129 Signed-off-by: Nicolai Stange <nicstange@gmail.com>
9130 Cc: Al Viro <viro@zeniv.linux.org.uk>
9131 Reviewed-by: Jan Kara <jack@suse.cz>
9132 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
9133 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9134
9135 mm/filemap.c | 7 ++++---
9136 1 file changed, 4 insertions(+), 3 deletions(-)
9137
9138 commit 604785419da498d7e876a0191b2e11626db706bb
9139 Author: Oliver Neukum <oneukum@suse.com>
9140 Date: Thu Mar 17 14:00:17 2016 -0700
9141
9142 Input: ims-pcu - sanity check against missing interfaces
9143
9144 A malicious device missing interface can make the driver oops.
9145 Add sanity checking.
9146
9147 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
9148 CC: stable@vger.kernel.org
9149 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
9150
9151 drivers/input/misc/ims-pcu.c | 4 ++++
9152 1 file changed, 4 insertions(+)
9153
9154 commit 24c3f4f6652f07eb2c3deea1488ff4de00592e80
9155 Author: Vladis Dronov <vdronov@redhat.com>
9156 Date: Wed Mar 23 11:53:46 2016 -0700
9157
9158 Input: ati_remote2 - fix crashes on detecting device with invalid descriptor
9159
9160 The ati_remote2 driver expects at least two interfaces with one
9161 endpoint each. If given malicious descriptor that specify one
9162 interface or no endpoints, it will crash in the probe function.
9163 Ensure there is at least two interfaces and one endpoint for each
9164 interface before using it.
9165
9166 The full disclosure: http://seclists.org/bugtraq/2016/Mar/90
9167
9168 Reported-by: Ralf Spenneberg <ralf@spenneberg.net>
9169 Signed-off-by: Vladis Dronov <vdronov@redhat.com>
9170 Cc: stable@vger.kernel.org
9171 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
9172
9173 drivers/input/misc/ati_remote2.c | 36 ++++++++++++++++++++++++++++++------
9174 1 file changed, 30 insertions(+), 6 deletions(-)
9175
9176 commit 262df604d00e72a4b930fbf7fe3a770f0196a5a5
9177 Author: Oliver Neukum <oneukum@suse.com>
9178 Date: Wed Mar 23 14:36:56 2016 -0700
9179
9180 Input: sur40 - fix DMA on stack
9181
9182 During the initialisation the driver uses a buffer on the stack for DMA.
9183 That violates the cache coherency rules. The fix is to allocate the buffer
9184 with kmalloc().
9185
9186 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
9187 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
9188
9189 drivers/input/touchscreen/sur40.c | 21 ++++++++++++++-------
9190 1 file changed, 14 insertions(+), 7 deletions(-)
9191
9192 commit 015dd03669b2ab646723f6b123377e4ef5694a10
9193 Author: Haiyang Zhang <haiyangz@microsoft.com>
9194 Date: Wed Mar 23 09:43:10 2016 -0700
9195
9196 hv_netvsc: Fix the array sizes to be max supported channels
9197
9198 The VRSS_CHANNEL_MAX is the max number of channels supported by Hyper-V
9199 hosts. We use it for the related array sizes instead of using NR_CPUS,
9200 which may be set to several thousands.
9201 This patch reduces possible memory allocation failures.
9202
9203 Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
9204 Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
9205 Signed-off-by: David S. Miller <davem@davemloft.net>
9206
9207 drivers/net/hyperv/hyperv_net.h | 7 ++++---
9208 drivers/net/hyperv/rndis_filter.c | 4 ++--
9209 2 files changed, 6 insertions(+), 5 deletions(-)
9210
9211 commit a850a78d6393ef22a970266cbbefdf3dba0267b5
9212 Author: Haiyang Zhang <haiyangz@microsoft.com>
9213 Date: Wed Mar 23 09:43:09 2016 -0700
9214
9215 hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()
9216
9217 struct netvsc_device is freed in rndis_filter_device_remove(). So we save
9218 the nvdev->num_chn into a temp variable for later usage.
9219
9220 (Please also include this patch into stable branch.)
9221
9222 Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
9223 Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
9224 Signed-off-by: David S. Miller <davem@davemloft.net>
9225
9226 drivers/net/hyperv/netvsc_drv.c | 5 ++++-
9227 1 file changed, 4 insertions(+), 1 deletion(-)
9228
9229 commit 7409626e43fe871cede30ac926425938f3ccddaf
9230 Author: Guillaume Nault <g.nault@alphalink.fr>
9231 Date: Wed Mar 23 16:38:55 2016 +0100
9232
9233 ppp: take reference on channels netns
9234
9235 Let channels hold a reference on their network namespace.
9236 Some channel types, like ppp_async and ppp_synctty, can have their
9237 userspace controller running in a different namespace. Therefore they
9238 can't rely on them to preclude their netns from being removed from
9239 under them.
9240
9241 ==================================================================
9242 BUG: KASAN: use-after-free in ppp_unregister_channel+0x372/0x3a0 at
9243 addr ffff880064e217e0
9244 Read of size 8 by task syz-executor/11581
9245 =============================================================================
9246 BUG net_namespace (Not tainted): kasan: bad access detected
9247 -----------------------------------------------------------------------------
9248
9249 Disabling lock debugging due to kernel taint
9250 INFO: Allocated in copy_net_ns+0x6b/0x1a0 age=92569 cpu=3 pid=6906
9251 [< none >] ___slab_alloc+0x4c7/0x500 kernel/mm/slub.c:2440
9252 [< none >] __slab_alloc+0x4c/0x90 kernel/mm/slub.c:2469
9253 [< inline >] slab_alloc_node kernel/mm/slub.c:2532
9254 [< inline >] slab_alloc kernel/mm/slub.c:2574
9255 [< none >] kmem_cache_alloc+0x23a/0x2b0 kernel/mm/slub.c:2579
9256 [< inline >] kmem_cache_zalloc kernel/include/linux/slab.h:597
9257 [< inline >] net_alloc kernel/net/core/net_namespace.c:325
9258 [< none >] copy_net_ns+0x6b/0x1a0 kernel/net/core/net_namespace.c:360
9259 [< none >] create_new_namespaces+0x2f6/0x610 kernel/kernel/nsproxy.c:95
9260 [< none >] copy_namespaces+0x297/0x320 kernel/kernel/nsproxy.c:150
9261 [< none >] copy_process.part.35+0x1bf4/0x5760 kernel/kernel/fork.c:1451
9262 [< inline >] copy_process kernel/kernel/fork.c:1274
9263 [< none >] _do_fork+0x1bc/0xcb0 kernel/kernel/fork.c:1723
9264 [< inline >] SYSC_clone kernel/kernel/fork.c:1832
9265 [< none >] SyS_clone+0x37/0x50 kernel/kernel/fork.c:1826
9266 [< none >] entry_SYSCALL_64_fastpath+0x16/0x7a kernel/arch/x86/entry/entry_64.S:185
9267
9268 INFO: Freed in net_drop_ns+0x67/0x80 age=575 cpu=2 pid=2631
9269 [< none >] __slab_free+0x1fc/0x320 kernel/mm/slub.c:2650
9270 [< inline >] slab_free kernel/mm/slub.c:2805
9271 [< none >] kmem_cache_free+0x2a0/0x330 kernel/mm/slub.c:2814
9272 [< inline >] net_free kernel/net/core/net_namespace.c:341
9273 [< none >] net_drop_ns+0x67/0x80 kernel/net/core/net_namespace.c:348
9274 [< none >] cleanup_net+0x4e5/0x600 kernel/net/core/net_namespace.c:448
9275 [< none >] process_one_work+0x794/0x1440 kernel/kernel/workqueue.c:2036
9276 [< none >] worker_thread+0xdb/0xfc0 kernel/kernel/workqueue.c:2170
9277 [< none >] kthread+0x23f/0x2d0 kernel/drivers/block/aoe/aoecmd.c:1303
9278 [< none >] ret_from_fork+0x3f/0x70 kernel/arch/x86/entry/entry_64.S:468
9279 INFO: Slab 0xffffea0001938800 objects=3 used=0 fp=0xffff880064e20000
9280 flags=0x5fffc0000004080
9281 INFO: Object 0xffff880064e20000 @offset=0 fp=0xffff880064e24200
9282
9283 CPU: 1 PID: 11581 Comm: syz-executor Tainted: G B 4.4.0+
9284 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS
9285 rel-1.8.2-0-g33fbe13 by qemu-project.org 04/01/2014
9286 00000000ffffffff ffff8800662c7790 ffffffff8292049d ffff88003e36a300
9287 ffff880064e20000 ffff880064e20000 ffff8800662c77c0 ffffffff816f2054
9288 ffff88003e36a300 ffffea0001938800 ffff880064e20000 0000000000000000
9289 Call Trace:
9290 [< inline >] __dump_stack kernel/lib/dump_stack.c:15
9291 [<ffffffff8292049d>] dump_stack+0x6f/0xa2 kernel/lib/dump_stack.c:50
9292 [<ffffffff816f2054>] print_trailer+0xf4/0x150 kernel/mm/slub.c:654
9293 [<ffffffff816f875f>] object_err+0x2f/0x40 kernel/mm/slub.c:661
9294 [< inline >] print_address_description kernel/mm/kasan/report.c:138
9295 [<ffffffff816fb0c5>] kasan_report_error+0x215/0x530 kernel/mm/kasan/report.c:236
9296 [< inline >] kasan_report kernel/mm/kasan/report.c:259
9297 [<ffffffff816fb4de>] __asan_report_load8_noabort+0x3e/0x40 kernel/mm/kasan/report.c:280
9298 [< inline >] ? ppp_pernet kernel/include/linux/compiler.h:218
9299 [<ffffffff83ad71b2>] ? ppp_unregister_channel+0x372/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
9300 [< inline >] ppp_pernet kernel/include/linux/compiler.h:218
9301 [<ffffffff83ad71b2>] ppp_unregister_channel+0x372/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
9302 [< inline >] ? ppp_pernet kernel/drivers/net/ppp/ppp_generic.c:293
9303 [<ffffffff83ad6f26>] ? ppp_unregister_channel+0xe6/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
9304 [<ffffffff83ae18f3>] ppp_asynctty_close+0xa3/0x130 kernel/drivers/net/ppp/ppp_async.c:241
9305 [<ffffffff83ae1850>] ? async_lcp_peek+0x5b0/0x5b0 kernel/drivers/net/ppp/ppp_async.c:1000
9306 [<ffffffff82c33239>] tty_ldisc_close.isra.1+0x99/0xe0 kernel/drivers/tty/tty_ldisc.c:478
9307 [<ffffffff82c332c0>] tty_ldisc_kill+0x40/0x170 kernel/drivers/tty/tty_ldisc.c:744
9308 [<ffffffff82c34943>] tty_ldisc_release+0x1b3/0x260 kernel/drivers/tty/tty_ldisc.c:772
9309 [<ffffffff82c1ef21>] tty_release+0xac1/0x13e0 kernel/drivers/tty/tty_io.c:1901
9310 [<ffffffff82c1e460>] ? release_tty+0x320/0x320 kernel/drivers/tty/tty_io.c:1688
9311 [<ffffffff8174de36>] __fput+0x236/0x780 kernel/fs/file_table.c:208
9312 [<ffffffff8174e405>] ____fput+0x15/0x20 kernel/fs/file_table.c:244
9313 [<ffffffff813595ab>] task_work_run+0x16b/0x200 kernel/kernel/task_work.c:115
9314 [< inline >] exit_task_work kernel/include/linux/task_work.h:21
9315 [<ffffffff81307105>] do_exit+0x8b5/0x2c60 kernel/kernel/exit.c:750
9316 [<ffffffff813fdd20>] ? debug_check_no_locks_freed+0x290/0x290 kernel/kernel/locking/lockdep.c:4123
9317 [<ffffffff81306850>] ? mm_update_next_owner+0x6f0/0x6f0 kernel/kernel/exit.c:357
9318 [<ffffffff813215e6>] ? __dequeue_signal+0x136/0x470 kernel/kernel/signal.c:550
9319 [<ffffffff8132067b>] ? recalc_sigpending_tsk+0x13b/0x180 kernel/kernel/signal.c:145
9320 [<ffffffff81309628>] do_group_exit+0x108/0x330 kernel/kernel/exit.c:880
9321 [<ffffffff8132b9d4>] get_signal+0x5e4/0x14f0 kernel/kernel/signal.c:2307
9322 [< inline >] ? kretprobe_table_lock kernel/kernel/kprobes.c:1113
9323 [<ffffffff8151d355>] ? kprobe_flush_task+0xb5/0x450 kernel/kernel/kprobes.c:1158
9324 [<ffffffff8115f7d3>] do_signal+0x83/0x1c90 kernel/arch/x86/kernel/signal.c:712
9325 [<ffffffff8151d2a0>] ? recycle_rp_inst+0x310/0x310 kernel/include/linux/list.h:655
9326 [<ffffffff8115f750>] ? setup_sigcontext+0x780/0x780 kernel/arch/x86/kernel/signal.c:165
9327 [<ffffffff81380864>] ? finish_task_switch+0x424/0x5f0 kernel/kernel/sched/core.c:2692
9328 [< inline >] ? finish_lock_switch kernel/kernel/sched/sched.h:1099
9329 [<ffffffff81380560>] ? finish_task_switch+0x120/0x5f0 kernel/kernel/sched/core.c:2678
9330 [< inline >] ? context_switch kernel/kernel/sched/core.c:2807
9331 [<ffffffff85d794e9>] ? __schedule+0x919/0x1bd0 kernel/kernel/sched/core.c:3283
9332 [<ffffffff81003901>] exit_to_usermode_loop+0xf1/0x1a0 kernel/arch/x86/entry/common.c:247
9333 [< inline >] prepare_exit_to_usermode kernel/arch/x86/entry/common.c:282
9334 [<ffffffff810062ef>] syscall_return_slowpath+0x19f/0x210 kernel/arch/x86/entry/common.c:344
9335 [<ffffffff85d88022>] int_ret_from_sys_call+0x25/0x9f kernel/arch/x86/entry/entry_64.S:281
9336 Memory state around the buggy address:
9337 ffff880064e21680: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
9338 ffff880064e21700: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
9339 >ffff880064e21780: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
9340 ^
9341 ffff880064e21800: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
9342 ffff880064e21880: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
9343 ==================================================================
9344
9345 Fixes: 273ec51dd7ce ("net: ppp_generic - introduce net-namespace functionality v2")
9346 Reported-by: Baozeng Ding <sploving1@gmail.com>
9347 Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
9348 Reviewed-by: Cyrill Gorcunov <gorcunov@openvz.org>
9349 Signed-off-by: David S. Miller <davem@davemloft.net>
9350
9351 drivers/net/ppp/ppp_generic.c | 4 +++-
9352 1 file changed, 3 insertions(+), 1 deletion(-)
9353
9354 commit bfb890c1ac9d29b377f6bec4a5aab51d053114c4
9355 Author: Herbert Xu <herbert@gondor.apana.org.au>
9356 Date: Wed Mar 16 17:06:01 2016 +0800
9357
9358 eCryptfs: Use skcipher and shash
9359
9360 eCryptfs: Fix null pointer dereference on kzalloc error path
9361
9362 The conversion to skcipher and shash added a couple of null pointer
9363 dereference bugs on the kzalloc failure path. This patch fixes them.
9364
9365 Fixes: 3095e8e366b4 ("eCryptfs: Use skcipher and shash")
9366 Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
9367 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
9368
9369 fs/ecryptfs/keystore.c | 6 ++----
9370 1 file changed, 2 insertions(+), 4 deletions(-)
9371
9372 commit 58a8421ae537e0609c4ff59bf6b11be869a43cc6
9373 Author: Boris BREZILLON <boris.brezillon@free-electrons.com>
9374 Date: Thu Mar 17 10:21:34 2016 +0100
9375
9376 crypto: marvell/cesa - fix memory leak
9377
9378 Crypto requests are not guaranteed to be finalized (->final() call),
9379 and can be freed at any moment, without getting any notification from
9380 the core. This can lead to memory leaks of the ->cache buffer.
9381
9382 Make this buffer part of the request object, and allocate an extra buffer
9383 from the DMA cache pool when doing DMA operations.
9384
9385 As a side effect, this patch also fixes another bug related to cache
9386 allocation and DMA operations. When the core allocates a new request and
9387 import an existing state, a cache buffer can be allocated (depending
9388 on the state). The problem is, at that very moment, we don't know yet
9389 whether the request will use DMA or not, and since everything is
9390 likely to be initialized to zero, mv_cesa_ahash_alloc_cache() thinks it
9391 should allocate a buffer for standard operation. But when
9392 mv_cesa_ahash_free_cache() is called, req->type has been set to
9393 CESA_DMA_REQ in the meantime, thus leading to an invalind dma_pool_free()
9394 call (the buffer passed in argument has not been allocated from the pool).
9395
9396 Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
9397 Reported-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
9398 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
9399
9400 drivers/crypto/marvell/cesa.h | 3 +-
9401 drivers/crypto/marvell/hash.c | 86 +++++++++----------------------------------
9402 2 files changed, 20 insertions(+), 69 deletions(-)
9403
9404 commit 1ec604f99895b9c37f26a692ff83a7da02d667fd
9405 Author: Boris BREZILLON <boris.brezillon@free-electrons.com>
9406 Date: Thu Mar 17 10:21:35 2016 +0100
9407
9408 crypto: marvell/cesa - initialize hash states
9409
9410 ->export() might be called before we have done an update operation,
9411 and in this case the ->state field is left uninitialized.
9412 Put the correct default value when initializing the request.
9413
9414 Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
9415 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
9416
9417 drivers/crypto/marvell/hash.c | 20 ++++++++++++++++++++
9418 1 file changed, 20 insertions(+)
9419
9420 commit 23879f055d23e82c2f78cceca22c33e631973977
9421 Author: David S. Miller <davem@davemloft.net>
9422 Date: Sun Mar 13 23:28:00 2016 -0400
9423
9424 ipv4: Don't do expensive useless work during inetdev destroy.
9425
9426 When an inetdev is destroyed, every address assigned to the interface
9427 is removed. And in this scenerio we do two pointless things which can
9428 be very expensive if the number of assigned interfaces is large:
9429
9430 1) Address promotion. We are deleting all addresses, so there is no
9431 point in doing this.
9432
9433 2) A full nf conntrack table purge for every address. We only need to
9434 do this once, as is already caught by the existing
9435 masq_dev_notifier so masq_inet_event() can skip this.
9436
9437 Reported-by: Solar Designer <solar@openwall.com>
9438 Signed-off-by: David S. Miller <davem@davemloft.net>
9439 Tested-by: Cyrill Gorcunov <gorcunov@openvz.org>
9440
9441 net/ipv4/devinet.c | 4 ++++
9442 net/ipv4/fib_frontend.c | 4 ++++
9443 net/ipv4/netfilter/nf_nat_masquerade_ipv4.c | 12 ++++++++++--
9444 3 files changed, 18 insertions(+), 2 deletions(-)
9445
9446 commit 60394231e840e884024592a76a6c5612433d3756
9447 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
9448 Date: Tue Mar 8 10:34:28 2016 -0300
9449
9450 sctp: fix copying more bytes than expected in sctp_add_bind_addr
9451
9452 Dmitry reported that sctp_add_bind_addr may read more bytes than
9453 expected in case the parameter is a IPv4 addr supplied by the user
9454 through calls such as sctp_bindx_add(), because it always copies
9455 sizeof(union sctp_addr) while the buffer may be just a struct
9456 sockaddr_in, which is smaller.
9457
9458 This patch then fixes it by limiting the memcpy to the min between the
9459 union size and a (new parameter) provided addr size. Where possible this
9460 parameter still is the size of that union, except for reading from
9461 user-provided buffers, which then it accounts for protocol type.
9462
9463 Reported-by: Dmitry Vyukov <dvyukov@google.com>
9464 Tested-by: Dmitry Vyukov <dvyukov@google.com>
9465 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
9466 Signed-off-by: David S. Miller <davem@davemloft.net>
9467
9468 include/net/sctp/structs.h | 2 +-
9469 net/sctp/bind_addr.c | 14 ++++++++------
9470 net/sctp/protocol.c | 1 +
9471 net/sctp/sm_make_chunk.c | 3 ++-
9472 net/sctp/socket.c | 4 +++-
9473 5 files changed, 15 insertions(+), 9 deletions(-)
9474
9475 commit 9831caa50e1453818c5ec618890291f028b7992f
9476 Author: Brad Spengler <spender@grsecurity.net>
9477 Date: Mon Mar 28 19:20:28 2016 -0400
9478
9479 Also allow /bin/false as needed by systemd
9480
9481 kernel/kmod.c | 2 +-
9482 1 file changed, 1 insertion(+), 1 deletion(-)
9483
9484 commit bb38a61b496a3f09f4d7b93d2f0fe15476918147
9485 Author: Brad Spengler <spender@grsecurity.net>
9486 Date: Tue Mar 22 16:59:43 2016 -0400
9487
9488 Fix size_overflow FP reported by marcan at:
9489 https://forums.grsecurity.net/viewtopic.php?f=3&t=4426
9490
9491 net/ipv6/xfrm6_mode_transport.c | 2 +-
9492 1 file changed, 1 insertion(+), 1 deletion(-)
9493
9494 commit 523a36a9c845da3051e58c6767c2e1a0f640998a
9495 Merge: 0d0ec9e c0b77a7
9496 Author: Brad Spengler <spender@grsecurity.net>
9497 Date: Wed Mar 16 20:20:40 2016 -0400
9498
9499 Merge branch 'pax-test' into grsec-test
9500
9501 commit c0b77a7cb578199f0b7dc90768a13ca6c044aba9
9502 Merge: 10d57c1 0d19123
9503 Author: Brad Spengler <spender@grsecurity.net>
9504 Date: Wed Mar 16 20:20:27 2016 -0400
9505
9506 Merge branch 'linux-4.4.y' into pax-test
9507
9508 commit 0d0ec9ee83144ab839710a01cfd746bd78257394
9509 Author: Brad Spengler <spender@grsecurity.net>
9510 Date: Mon Mar 14 20:15:47 2016 -0400
9511
9512 Invert logic to clean up code
9513
9514 fs/namei.c | 32 +++++++-------------------------
9515 grsecurity/grsec_chroot.c | 10 +++++-----
9516 2 files changed, 12 insertions(+), 30 deletions(-)
9517
9518 commit 39e0e623c84863af7b3ace759b583ff938fde2b7
9519 Author: Brad Spengler <spender@grsecurity.net>
9520 Date: Mon Mar 14 19:59:36 2016 -0400
9521
9522 compile fix
9523
9524 fs/namei.c | 5 ++---
9525 1 file changed, 2 insertions(+), 3 deletions(-)
9526
9527 commit 2b3ad8bc095fea829275b7fcc7e5671677b8ed33
9528 Author: Brad Spengler <spender@grsecurity.net>
9529 Date: Mon Mar 14 19:57:53 2016 -0400
9530
9531 Also handle renames
9532
9533 fs/namei.c | 9 +++++++++
9534 1 file changed, 9 insertions(+)
9535
9536 commit 54dfd13b19743d4a340de0cd5683b5bde44e7d9c
9537 Author: Brad Spengler <spender@grsecurity.net>
9538 Date: Mon Mar 14 19:45:56 2016 -0400
9539
9540 Add additional check to cover lookup family of functions
9541
9542 fs/namei.c | 9 +++++++++
9543 1 file changed, 9 insertions(+)
9544
9545 commit c3df846baa7873fb99401136f220676b87452918
9546 Author: Brad Spengler <spender@grsecurity.net>
9547 Date: Mon Mar 14 18:42:37 2016 -0400
9548
9549 compile fix
9550
9551 fs/namei.c | 2 +-
9552 1 file changed, 1 insertion(+), 1 deletion(-)
9553
9554 commit 384ea9c0ef9df4298dfa3a71948c08e70f1092bf
9555 Author: Brad Spengler <spender@grsecurity.net>
9556 Date: Mon Mar 14 18:34:40 2016 -0400
9557
9558 Fix recent chroot check on the create side, as reported by
9559 Toralf Foerster
9560
9561 fs/namei.c | 26 ++++++++++++++++----------
9562 1 file changed, 16 insertions(+), 10 deletions(-)
9563
9564 commit 82e7dc61a626c47887d392ff9cd35b104f01fd25
9565 Author: Paolo Bonzini <pbonzini@redhat.com>
9566 Date: Tue Mar 8 12:13:39 2016 +0100
9567
9568 KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
9569
9570 Yes, all of these are needed. :) This is admittedly a bit odd, but
9571 kvm-unit-tests access.flat tests this if you run it with "-cpu host"
9572 and of course ept=0.
9573
9574 KVM runs the guest with CR0.WP=1, so it must handle supervisor writes
9575 specially when pte.u=1/pte.w=0/CR0.WP=0. Such writes cause a fault
9576 when U=1 and W=0 in the SPTE, but they must succeed because CR0.WP=0.
9577 When KVM gets the fault, it sets U=0 and W=1 in the shadow PTE and
9578 restarts execution. This will still cause a user write to fault, while
9579 supervisor writes will succeed. User reads will fault spuriously now,
9580 and KVM will then flip U and W again in the SPTE (U=1, W=0). User reads
9581 will be enabled and supervisor writes disabled, going back to the
9582 originary situation where supervisor writes fault spuriously.
9583
9584 When SMEP is in effect, however, U=0 will enable kernel execution of
9585 this page. To avoid this, KVM also sets NX=1 in the shadow PTE together
9586 with U=0. If the guest has not enabled NX, the result is a continuous
9587 stream of page faults due to the NX bit being reserved.
9588
9589 The fix is to force EFER.NX=1 even if the CPU is taking care of the EFER
9590 switch. (All machines with SMEP have the CPU_LOAD_IA32_EFER vm-entry
9591 control, so they do not use user-return notifiers for EFER---if they did,
9592 EFER.NX would be forced to the same value as the host).
9593
9594 There is another bug in the reserved bit check, which I've split to a
9595 separate patch for easier application to stable kernels.
9596
9597 Cc: stable@vger.kernel.org
9598 Cc: Andy Lutomirski <luto@amacapital.net>
9599 Reviewed-by: Xiao Guangrong <guangrong.xiao@linux.intel.com>
9600 Fixes: f6577a5fa15d82217ca73c74cd2dcbc0f6c781dd
9601 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
9602
9603 Documentation/virtual/kvm/mmu.txt | 3 ++-
9604 arch/x86/kvm/vmx.c | 36 +++++++++++++++++++++++-------------
9605 2 files changed, 25 insertions(+), 14 deletions(-)
9606
9607 commit 802a88e57b141e9643e93afb7805813ad8da22f3
9608 Author: Paolo Bonzini <pbonzini@redhat.com>
9609 Date: Wed Mar 9 14:28:02 2016 +0100
9610
9611 KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
9612
9613 KVM has special logic to handle pages with pte.u=1 and pte.w=0 when
9614 CR0.WP=1. These pages' SPTEs flip continuously between two states:
9615 U=1/W=0 (user and supervisor reads allowed, supervisor writes not allowed)
9616 and U=0/W=1 (supervisor reads and writes allowed, user writes not allowed).
9617
9618 When SMEP is in effect, however, U=0 will enable kernel execution of
9619 this page. To avoid this, KVM also sets NX=1 in the shadow PTE together
9620 with U=0, making the two states U=1/W=0/NX=gpte.NX and U=0/W=1/NX=1.
9621 When guest EFER has the NX bit cleared, the reserved bit check thinks
9622 that the latter state is invalid; teach it that the smep_andnot_wp case
9623 will also use the NX bit of SPTEs.
9624
9625 Cc: stable@vger.kernel.org
9626 Reviewed-by: Xiao Guangrong <guangrong.xiao@linux.inel.com>
9627 Fixes: c258b62b264fdc469b6d3610a907708068145e3b
9628 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
9629
9630 arch/x86/kvm/mmu.c | 4 +++-
9631 1 file changed, 3 insertions(+), 1 deletion(-)
9632
9633 commit 3925851224428c1d2bca32cf33821befb947c4f3
9634 Author: Ming Lei <ming.lei@canonical.com>
9635 Date: Sat Mar 12 22:56:19 2016 +0800
9636
9637 block: don't optimize for non-cloned bio in bio_get_last_bvec()
9638
9639 For !BIO_CLONED bio, we can use .bi_vcnt safely, but it
9640 doesn't mean we can just simply return .bi_io_vec[.bi_vcnt - 1]
9641 because the start postion may have been moved in the middle of
9642 the bvec, such as splitting in the middle of bvec.
9643
9644 Fixes: 7bcd79ac50d9(block: bio: introduce helpers to get the 1st and last bvec)
9645 Cc: stable@vger.kernel.org
9646 Reported-by: Kent Overstreet <kent.overstreet@gmail.com>
9647 Signed-off-by: Ming Lei <ming.lei@canonical.com>
9648 Signed-off-by: Jens Axboe <axboe@fb.com>
9649
9650 include/linux/bio.h | 5 -----
9651 1 file changed, 5 deletions(-)
9652
9653 commit db541463b4a0926bebdbac743c8736fb9e903d58
9654 Author: Borislav Petkov <bp@alien8.de>
9655 Date: Fri Mar 11 12:32:06 2016 +0100
9656
9657 x86/fpu: Fix eager-FPU handling on legacy FPU machines
9658
9659 i486 derived cores like Intel Quark support only the very old,
9660 legacy x87 FPU (FSAVE/FRSTOR, CPUID bit FXSR is not set), and
9661 our FPU code wasn't handling the saving and restoring there
9662 properly in the 'eagerfpu' case.
9663
9664 So after we made eagerfpu the default for all CPU types:
9665
9666 58122bf1d856 x86/fpu: Default eagerfpu=on on all CPUs
9667
9668 these old FPU designs broke. First, Andy Shevchenko reported a splat:
9669
9670 WARNING: CPU: 0 PID: 823 at arch/x86/include/asm/fpu/internal.h:163 fpu__clear+0x8c/0x160
9671
9672 which was us trying to execute FXRSTOR on those machines even though
9673 they don't support it.
9674
9675 After taking care of that, Bryan O'Donoghue reported that a simple FPU
9676 test still failed because we weren't initializing the FPU state properly
9677 on those machines.
9678
9679 Take care of all that.
9680
9681 Reported-and-tested-by: Bryan O'Donoghue <pure.logic@nexus-software.ie>
9682 Reported-by: Andy Shevchenko <andy.shevchenko@gmail.com>
9683 Signed-off-by: Borislav Petkov <bp@suse.de>
9684 Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
9685 Cc: Andrew Morton <akpm@linux-foundation.org>
9686 Cc: Andy Lutomirski <luto@amacapital.net>
9687 Cc: Borislav Petkov <bp@alien8.de>
9688 Cc: Brian Gerst <brgerst@gmail.com>
9689 Cc: Dave Hansen <dave.hansen@linux.intel.com>
9690 Cc: Denys Vlasenko <dvlasenk@redhat.com>
9691 Cc: Fenghua Yu <fenghua.yu@intel.com>
9692 Cc: H. Peter Anvin <hpa@zytor.com>
9693 Cc: Oleg Nesterov <oleg@redhat.com>
9694 Cc: Peter Zijlstra <peterz@infradead.org>
9695 Cc: Quentin Casasnovas <quentin.casasnovas@oracle.com>
9696 Cc: Thomas Gleixner <tglx@linutronix.de>
9697 Cc: Yu-cheng <yu-cheng.yu@intel.com>
9698 Link: http://lkml.kernel.org/r/20160311113206.GD4312@pd.tnic
9699 Signed-off-by: Ingo Molnar <mingo@kernel.org>
9700
9701 arch/x86/kernel/fpu/core.c | 4 +++-
9702 arch/x86/kernel/fpu/init.c | 2 +-
9703 2 files changed, 4 insertions(+), 2 deletions(-)
9704
9705 commit 8fed14e935cb62d2d46e99793d728dc7760dcc87
9706 Author: Brad Spengler <spender@grsecurity.net>
9707 Date: Sun Mar 13 11:35:56 2016 -0400
9708
9709 Compile fixes
9710
9711 fs/namei.c | 2 +-
9712 grsecurity/grsec_chroot.c | 2 +-
9713 include/linux/grsecurity.h | 2 +-
9714 3 files changed, 3 insertions(+), 3 deletions(-)
9715
9716 commit aab25a3496c4683c5858056960010119fb7d9a5a
9717 Author: Brad Spengler <spender@grsecurity.net>
9718 Date: Sun Mar 13 10:53:59 2016 -0400
9719
9720 Use fput instead of put_filp()
9721
9722 fs/namei.c | 4 ++--
9723 1 file changed, 2 insertions(+), 2 deletions(-)
9724
9725 commit 928ddec9dfe5415dff82d941c3b3e76ee6f48761
9726 Author: Brad Spengler <spender@grsecurity.net>
9727 Date: Sun Mar 13 10:30:54 2016 -0400
9728
9729 Update MPROTECT_COMPAT config description, disable by default
9730
9731 security/Kconfig | 18 ++++++------------
9732 1 file changed, 6 insertions(+), 12 deletions(-)
9733
9734 commit 4cc29af2e81e7a4bdfab1afedfdedca6e23362d5
9735 Author: Brad Spengler <spender@grsecurity.net>
9736 Date: Sun Mar 13 10:35:55 2016 -0400
9737
9738 As reported by Jann Horn, chroot scenarios where the chrooting application
9739 brings in a directory fd can be used to access any file outside of the chroot
9740 via *at syscalls. To maintain compatibility with Chromium and other apps,
9741 we specifically only disallow relative accesses off a directory fd when the
9742 final path is not located under that directory described by the fd and exists
9743 outside of the chroot. This additional restriction will exist under the
9744 current GRKERNSEC_CHROOT_FCHDIR option.
9745
9746 fs/namei.c | 9 +++++++++
9747 grsecurity/Kconfig | 10 ++++++----
9748 grsecurity/grsec_chroot.c | 39 +++++++++++++++++++++++++++++++++++++++
9749 include/linux/grmsg.h | 1 +
9750 include/linux/grsecurity.h | 1 +
9751 5 files changed, 56 insertions(+), 4 deletions(-)
9752
9753 commit 7d02a991213f0b07a3677dcc93cdafc3ac309142
9754 Author: Brad Spengler <spender@grsecurity.net>
9755 Date: Thu Mar 10 22:17:16 2016 -0500
9756
9757 Update size_overflow hash table
9758
9759 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 +
9760 1 file changed, 1 insertion(+)
9761
9762 commit 29f25ddda6a5625340df26beb394279fefea2b49
9763 Author: Brad Spengler <spender@grsecurity.net>
9764 Date: Thu Mar 10 22:16:04 2016 -0500
9765
9766 Fix module support
9767
9768 kernel/module.c | 3 ++-
9769 1 file changed, 2 insertions(+), 1 deletion(-)
9770
9771 commit b057a45636b626e7eaf03077ed0916b95fea054c
9772 Merge: ba5ee94 10d57c1
9773 Author: Brad Spengler <spender@grsecurity.net>
9774 Date: Thu Mar 10 21:36:10 2016 -0500
9775
9776 Merge branch 'pax-test' into grsec-test
9777
9778 commit 10d57c107e7fabffbe616b14efab73df585576c2
9779 Merge: 1cbae46 62e2195
9780 Author: Brad Spengler <spender@grsecurity.net>
9781 Date: Thu Mar 10 21:34:58 2016 -0500
9782
9783 Update to pax-linux-4.4.5-test9.patch:
9784 - fixed an integer signedness mixup in the old select syscall caught by the size overflow plugin, by Mathias Krause <minipli@ld-linux.so>
9785 - Emese cleaned up a few unnecessary type casts in the size overflow plugin
9786 - fixed the initify plugin to not trigger a compiler assert with gcc 6 in LTO mode
9787 - compile the x86 vdso without plugins, reported by Emese
9788 - fixed a REFCOUNT/arm compile error, reported by coadde (https://forums.grsecurity.net/viewtopic.php?f=3&t=4410)
9789 - fixed gcc-common.h for gcc 6, reported by psturm (https://forums.grsecurity.net/viewtopic.php?f=3&t=4394)
9790
9791 Merge branch 'linux-4.4.y' into pax-test
9792
9793 commit ba5ee94199b11c1429559a08c2158677dd8f1761
9794 Author: Brad Spengler <spender@grsecurity.net>
9795 Date: Thu Mar 3 20:20:19 2016 -0500
9796
9797 Update size_overflow hash table
9798
9799 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 +
9800 1 file changed, 1 insertion(+)
9801
9802 commit 50a5cd726362f0988b81a54d4c962acf8fd34a70
9803 Merge: 335c04c 1cbae46
9804 Author: Brad Spengler <spender@grsecurity.net>
9805 Date: Thu Mar 3 20:04:00 2016 -0500
9806
9807 Merge branch 'pax-test' into grsec-test
9808
9809 commit 1cbae46efa0b111ef2d46502f8d34c4c572a0e00
9810 Merge: a51cdb8 c252409
9811 Author: Brad Spengler <spender@grsecurity.net>
9812 Date: Thu Mar 3 19:57:43 2016 -0500
9813
9814 Merge branch 'linux-4.4.y' into pax-test
9815
9816 commit 335c04c8146a696a6101a9c69dbd47f11383549e
9817 Merge: 897877e a51cdb8
9818 Author: Brad Spengler <spender@grsecurity.net>
9819 Date: Tue Mar 1 17:57:24 2016 -0500
9820
9821 Merge branch 'pax-test' into grsec-test
9822
9823 commit a51cdb83569b450858737a30d2be043d87d7ddc1
9824 Author: Brad Spengler <spender@grsecurity.net>
9825 Date: Tue Mar 1 17:56:43 2016 -0500
9826
9827 Update to pax-linux-4.4.3-test6.patch:
9828 - spender fixed the cftype constification fallout, reported by quasar366 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4391)
9829 - fixed a few section mismatches on notifier_block variables
9830 - fixed a few REFCOUNT false positives found by Emese's plugin
9831 - constified hypervisor_x86
9832
9833 arch/x86/include/asm/hypervisor.h | 2 +-
9834 arch/x86/kernel/cpu/mshyperv.c | 2 +-
9835 arch/x86/kernel/cpu/vmware.c | 2 +-
9836 arch/x86/kernel/kvm.c | 2 +-
9837 drivers/lightnvm/rrpc.c | 4 ++--
9838 drivers/lightnvm/rrpc.h | 2 +-
9839 drivers/net/can/led.c | 2 +-
9840 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
9841 drivers/net/ethernet/rocker/rocker.c | 4 ++--
9842 drivers/net/ipvlan/ipvlan_main.c | 6 +++---
9843 drivers/net/vrf.c | 2 +-
9844 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 12 ++++++------
9845 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 2 +-
9846 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 ++++++------
9847 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
9848 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 2 +-
9849 drivers/staging/rtl8723au/include/usb_ops.h | 4 ++--
9850 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
9851 fs/proc/kcore.c | 2 +-
9852 mm/hugetlb_cgroup.c | 8 ++++----
9853 mm/mm_init.c | 2 +-
9854 mm/slub.c | 2 +-
9855 net/mac802154/iface.c | 2 +-
9856 23 files changed, 41 insertions(+), 41 deletions(-)
9857
9858 commit 897877e79629a0b854e98cb666a9d898256d45a7
9859 Merge: 1ffa5d5 4f4b213
9860 Author: Brad Spengler <spender@grsecurity.net>
9861 Date: Sun Feb 28 20:54:59 2016 -0500
9862
9863 Merge branch 'pax-test' into grsec-test
9864
9865 commit 4f4b21342a4a4f87c01f7909406e6b5f4c9dadbf
9866 Author: Brad Spengler <spender@grsecurity.net>
9867 Date: Sun Feb 28 20:54:06 2016 -0500
9868
9869 Update to pax-linux-4.4.3-test5.patch:
9870 - constified xfrm_mgr and cftype, by Mathias Krause <minipli@ld-linux.so>
9871 - Emese fixed a few checkpatch reports on the gcc plugin generator headers
9872 - Emese fixed a false positive size overflow report in get_next_ino, reported by KARBOWSKI Piotr <piotr.karbowski@gmail.com>
9873 - added a generator for SIMPLE_IPA passes as well
9874
9875 include/linux/cgroup-defs.h | 2 +-
9876 include/linux/hugetlb.h | 2 +-
9877 include/linux/hugetlb_cgroup.h | 11 ++
9878 include/net/xfrm.h | 2 +-
9879 kernel/cgroup.c | 29 ++--
9880 mm/hugetlb.c | 55 ++++++-
9881 mm/hugetlb_cgroup.c | 60 ++-----
9882 mm/mmap.c | 38 ++---
9883 net/xfrm/xfrm_state.c | 4 +-
9884 tools/gcc/constify_plugin.c | 5 +-
9885 tools/gcc/gcc-common.h | 42 +++--
9886 tools/gcc/gcc-generate-gimple-pass.h | 27 ++--
9887 tools/gcc/gcc-generate-ipa-pass.h | 43 ++---
9888 tools/gcc/gcc-generate-rtl-pass.h | 27 ++--
9889 tools/gcc/gcc-generate-simple_ipa-pass.h | 173 +++++++++++++++++++++
9890 tools/gcc/size_overflow_plugin/.gitignore | 1 +
9891 .../disable_size_overflow_hash.data | 7 +-
9892 .../size_overflow_plugin/size_overflow_hash.data | 3 -
9893 18 files changed, 385 insertions(+), 146 deletions(-)
9894
9895 commit 1ffa5d50a2161311d46b56fdef734f309503cb80
9896 Author: Brad Spengler <spender@grsecurity.net>
9897 Date: Sun Feb 28 20:43:02 2016 -0500
9898
9899 Make suid/sgid bruteforce prevention also apply to binaries with fscaps
9900 enabled
9901
9902 grsecurity/grsec_sig.c | 3 +--
9903 1 file changed, 1 insertion(+), 2 deletions(-)
9904
9905 commit cfdb373a77c88d01c1539e605e28143af5981571
9906 Author: Brad Spengler <spender@grsecurity.net>
9907 Date: Sun Feb 28 19:12:39 2016 -0500
9908
9909 compile fix
9910
9911 grsecurity/gracl_segv.c | 2 +-
9912 grsecurity/grsec_sig.c | 2 +-
9913 2 files changed, 2 insertions(+), 2 deletions(-)
9914
9915 commit 67d5160f8c1ee12ee4da1e7ad57f8688fcc77b53
9916 Author: Brad Spengler <spender@grsecurity.net>
9917 Date: Sun Feb 28 18:24:50 2016 -0500
9918
9919 Update the daemon check in handling of anti-bruteforcing of suid binaries
9920 by GRKERNSEC_BRUTE to prevent a bypass reported by Jann Horn where one
9921 could create unprivileged copies of the suid binary via ptrace, inject
9922 code into them, and fork+exec a privileged copy. A crash then in the
9923 privileged copy would trigger the daemon detection which could be avoided
9924 by simply terminating the original process. Defeat this by using our
9925 is_privileged_binary() function against the task's mm->binfmt->file to detect
9926 an fscaps-enabled or suid/sgid binary being involved.
9927
9928 Also update the RBAC RES_CRASH code to use is_privileged_binary().
9929
9930 grsecurity/gracl_segv.c | 15 +--------------
9931 grsecurity/grsec_sig.c | 3 ++-
9932 2 files changed, 3 insertions(+), 15 deletions(-)
9933
9934 commit 7382ec22b0c9627c674ccbb00210276d26f219e3
9935 Author: Brad Spengler <spender@grsecurity.net>
9936 Date: Sun Feb 28 15:06:32 2016 -0500
9937
9938 Fix a GRKERNSEC_PTRACE_READEXEC bypass reported by Jann Horn where one
9939 could dump out an unreadable suid binary by creating a script that used
9940 that binary as an interpreter.
9941
9942 fs/exec.c | 14 +++++++++-----
9943 1 file changed, 9 insertions(+), 5 deletions(-)
9944
9945 commit 3e60eddebe1c59b97c0b5432506bf8e13d84e8e6
9946 Merge: 2d35d52 8327ee6
9947 Author: Brad Spengler <spender@grsecurity.net>
9948 Date: Thu Feb 25 18:44:11 2016 -0500
9949
9950 Merge branch 'pax-test' into grsec-test
9951
9952 Conflicts:
9953 fs/proc/base.c
9954 kernel/ptrace.c
9955 mm/process_vm_access.c
9956
9957 commit 8327ee64e5e24ae6a3446dd96b95d5185f70e1f6
9958 Merge: 09d53c7 2134d97
9959 Author: Brad Spengler <spender@grsecurity.net>
9960 Date: Thu Feb 25 18:36:46 2016 -0500
9961
9962 Merge branch 'linux-4.4.y' into pax-test
9963
9964 Conflicts:
9965 mm/mmap.c
9966
9967 commit 2d35d5276f3feb0c053209f8c3a77b1f55f9d96b
9968 Author: Brad Spengler <spender@grsecurity.net>
9969 Date: Wed Feb 24 07:59:12 2016 -0500
9970
9971 Remove /proc/pid/map_files which we had previously prevented via
9972 an inverted dependency on checkpoint/restart, but clearly should have
9973 guarded independently as upstream in 4.3 enabled it regardless of checkpoint/
9974 restart support. It can be used since 4.3 as an ASLR leak under RBAC to
9975 processes of the same UID. Thanks to Mathias Krause for the report!
9976
9977 fs/proc/base.c | 2 ++
9978 1 file changed, 2 insertions(+)
9979
9980 commit e4f1e517092222aa28179b20e14c0ddfb2796049
9981 Author: Brad Spengler <spender@grsecurity.net>
9982 Date: Thu Feb 18 19:32:39 2016 -0500
9983
9984 Update size_overflow hash table
9985
9986 .../size_overflow_plugin/size_overflow_hash.data | 158 +++++++++++++++++----
9987 1 file changed, 131 insertions(+), 27 deletions(-)
9988
9989 commit d5f895ddfa903d0d70425b8c3d7ef649c7e6943b
9990 Author: Brad Spengler <spender@grsecurity.net>
9991 Date: Thu Feb 18 18:52:37 2016 -0500
9992
9993 Update size_overflow hash table
9994
9995 .../size_overflow_plugin/size_overflow_hash.data | 293 +++++++++++++++++----
9996 1 file changed, 237 insertions(+), 56 deletions(-)
9997
9998 commit 9d198df724c306c36e254fe19d0957fb608c3fa2
9999 Author: Brad Spengler <spender@grsecurity.net>
10000 Date: Thu Feb 18 18:23:03 2016 -0500
10001
10002 compile fix
10003
10004 tools/gcc/randomize_layout_plugin.c | 2 +-
10005 1 file changed, 1 insertion(+), 1 deletion(-)
10006
10007 commit 024d2af98b755712daff6ed7c49af921da4e8883
10008 Author: Brad Spengler <spender@grsecurity.net>
10009 Date: Thu Feb 18 18:19:47 2016 -0500
10010
10011 compile fix
10012
10013 tools/gcc/randomize_layout_plugin.c | 2 +-
10014 1 file changed, 1 insertion(+), 1 deletion(-)
10015
10016 commit 14a7b3bb5c3d8c6ef70c3e0842a5adc7f0f3e2c8
10017 Author: Brad Spengler <spender@grsecurity.net>
10018 Date: Thu Feb 18 18:16:32 2016 -0500
10019
10020 compile fix
10021
10022 tools/gcc/randomize_layout_plugin.c | 9 +++++----
10023 1 file changed, 5 insertions(+), 4 deletions(-)
10024
10025 commit 9b2d0ee62bc66858c274f256c0502cbcbd34b2bf
10026 Author: Brad Spengler <spender@grsecurity.net>
10027 Date: Thu Feb 18 17:54:51 2016 -0500
10028
10029 Compile fix
10030
10031 tools/gcc/randomize_layout_plugin.c | 2 +-
10032 1 file changed, 1 insertion(+), 1 deletion(-)
10033
10034 commit 13823395101c4228ecded4b624583389ee13bfb3
10035 Author: Brad Spengler <spender@grsecurity.net>
10036 Date: Thu Feb 18 17:35:21 2016 -0500
10037
10038 compile fix
10039
10040 Makefile | 5 +----
10041 1 file changed, 1 insertion(+), 4 deletions(-)
10042
10043 commit 0316a42a37e67b0bc8a545c7a8b63db2d25f1ab0
10044 Merge: 45cbb7e 09d53c7
10045 Author: Brad Spengler <spender@grsecurity.net>
10046 Date: Thu Feb 18 16:40:51 2016 -0500
10047
10048 Merge branch 'pax-test' into grsec-test
10049
10050 Conflicts:
10051 Makefile
10052 include/linux/genl_magic_struct.h
10053 scripts/mod/modpost.c
10054 tools/gcc/size_overflow_plugin/size_overflow_hash.data
10055
10056 commit 09d53c74140e87e886a28980cedbb7e771f2a356
10057 Author: Brad Spengler <spender@grsecurity.net>
10058 Date: Thu Feb 18 16:24:02 2016 -0500
10059
10060 Update to pax-linux-4.4.2-test4.patch:
10061 - 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>
10062 - moved gcc plugin related makefile bits into a separate file, by Emese
10063 - changed modpost to report writable function pointers separately
10064 - increased the size of mem_cgroup.numainfo_events to avoid a wraparound caught by REFCOUNT, reported by alexey vlasov
10065 - reduced the size of the compat syscall entry points on amd64
10066 - 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)
10067 - Emese regenerated the size overflow hash table for 4.4
10068 - all plugins now use the new pass generator headers
10069
10070 Makefile | 73 +-
10071 arch/x86/entry/entry_64.S | 2 +-
10072 arch/x86/entry/entry_64_compat.S | 48 +-
10073 fs/exec.c | 3 +
10074 include/linux/genl_magic_struct.h | 4 +-
10075 include/linux/memcontrol.h | 2 +-
10076 ipc/shm.c | 2 +-
10077 mm/memcontrol.c | 6 +-
10078 scripts/Makefile.extrawarn | 4 +
10079 scripts/Makefile.gcc-plugins | 69 +
10080 scripts/mod/modpost.c | 15 +-
10081 tools/gcc/checker_plugin.c | 71 +-
10082 tools/gcc/colorize_plugin.c | 65 +-
10083 tools/gcc/constify_plugin.c | 65 +-
10084 tools/gcc/gcc-generate-gimple-pass.h | 172 +
10085 tools/gcc/gcc-generate-ipa-pass.h | 286 +
10086 tools/gcc/gcc-generate-rtl-pass.h | 172 +
10087 tools/gcc/initify_plugin.c | 74 +-
10088 tools/gcc/kallocstat_plugin.c | 65 +-
10089 tools/gcc/kernexec_plugin.c | 184 +-
10090 tools/gcc/latent_entropy_plugin.c | 71 +-
10091 tools/gcc/randomize_layout_seed.h | 1 -
10092 .../disable_size_overflow_hash.h | 152601 ------------------
10093 .../insert_size_overflow_asm.c | 71 +-
10094 .../size_overflow_plugin/intentional_overflow.c | 6 +-
10095 tools/gcc/size_overflow_plugin/size_overflow.h | 20 +-
10096 .../size_overflow_plugin/size_overflow_hash.data | 2898 +-
10097 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 94 +-
10098 .../size_overflow_plugin/size_overflow_plugin.c | 14 +-
10099 .../size_overflow_plugin/size_overflow_transform.c | 2 +-
10100 .../size_overflow_transform_core.c | 2 +-
10101 tools/gcc/stackleak_plugin.c | 132 +-
10102 tools/gcc/structleak_plugin.c | 67 +-
10103 33 files changed, 2238 insertions(+), 155123 deletions(-)
10104
10105 commit 45cbb7e015a18625dafb019246e13e8cf3a18ace
10106 Merge: 3b5448b 0c85110
10107 Author: Brad Spengler <spender@grsecurity.net>
10108 Date: Wed Feb 17 19:11:25 2016 -0500
10109
10110 Merge branch 'pax-test' into grsec-test
10111
10112 commit 0c851109f683896aaff8a310bbfa943272b47516
10113 Merge: 6cb4f49 1cb8570
10114 Author: Brad Spengler <spender@grsecurity.net>
10115 Date: Wed Feb 17 19:11:21 2016 -0500
10116
10117 Merge branch 'linux-4.4.y' into pax-test
10118
10119 commit 3b5448bd1d85025d19b2587902e4264eb212a0a3
10120 Author: Brad Spengler <spender@grsecurity.net>
10121 Date: Mon Feb 15 18:02:40 2016 -0500
10122
10123 Fix a drbd bug reported by iamb on the forums:
10124 https://forums.grsecurity.net/viewtopic.php?f=3&t=4366#p16032
10125 which caused a size_overflow report
10126
10127 include/linux/genl_magic_struct.h | 4 ++--
10128 1 file changed, 2 insertions(+), 2 deletions(-)
10129
10130 commit 061fcd0e74441189a87bfe13b55fb02b98f7d7c0
10131 Author: Brad Spengler <spender@grsecurity.net>
10132 Date: Mon Feb 15 13:20:38 2016 -0500
10133
10134 compile fix
10135
10136 drivers/staging/wilc1000/host_interface.h | 1 +
10137 1 file changed, 1 insertion(+)
10138
10139 commit 675f2dcbdd4ea3293eea9c42f0cc427b1c903fc8
10140 Author: Brad Spengler <spender@grsecurity.net>
10141 Date: Mon Feb 15 12:54:52 2016 -0500
10142
10143 Update size_overflow hash table
10144
10145 .../size_overflow_plugin/size_overflow_hash.data | 21 +++++++++++++++++----
10146 1 file changed, 17 insertions(+), 4 deletions(-)
10147
10148 commit c8c50394f0c9f2e9baaeb884a29be2057cadbf7b
10149 Author: Brad Spengler <spender@grsecurity.net>
10150 Date: Mon Feb 15 12:53:54 2016 -0500
10151
10152 compile fix
10153
10154 drivers/staging/wilc1000/wilc_spi.c | 1 -
10155 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
10156 2 files changed, 1 insertion(+), 2 deletions(-)
10157
10158 commit a9dd4481db099082967585be8e153899e5fd24c7
10159 Author: Brad Spengler <spender@grsecurity.net>
10160 Date: Mon Feb 15 12:52:32 2016 -0500
10161
10162 compile fix
10163
10164 fs/proc/fd.c | 2 --
10165 1 file changed, 2 deletions(-)
10166
10167 commit 5acb4fa0063460807096429f073181d1c5a3e566
10168 Author: Brad Spengler <spender@grsecurity.net>
10169 Date: Mon Feb 15 12:32:13 2016 -0500
10170
10171 Update size_overflow hash table
10172
10173 .../size_overflow_plugin/size_overflow_hash.data | 224 +++++++++++++++++----
10174 1 file changed, 182 insertions(+), 42 deletions(-)
10175
10176 commit c0bac9ff9af7ef753740622b5736684a32b49a9f
10177 Author: Brad Spengler <spender@grsecurity.net>
10178 Date: Mon Feb 15 12:31:16 2016 -0500
10179
10180 compile fix
10181
10182 drivers/staging/wilc1000/wilc_spi.c | 1 +
10183 1 file changed, 1 insertion(+)
10184
10185 commit 2f89ebdee131f6a6c85e611e5b993d4b19bc2673
10186 Author: Brad Spengler <spender@grsecurity.net>
10187 Date: Mon Feb 15 12:28:36 2016 -0500
10188
10189 RANDSTRUCT compile fix
10190
10191 drivers/staging/wilc1000/wilc_spi.c | 32 ++++++++++++++++----------------
10192 1 file changed, 16 insertions(+), 16 deletions(-)
10193
10194 commit 693be5d7f5b783f451499bbe83162aeb0f27a09f
10195 Author: Brad Spengler <spender@grsecurity.net>
10196 Date: Mon Feb 15 12:24:49 2016 -0500
10197
10198 RANDSTRUCT compile fix
10199
10200 drivers/staging/wilc1000/wilc_sdio.c | 34 +++++++++++++++++-----------------
10201 1 file changed, 17 insertions(+), 17 deletions(-)
10202
10203 commit bdf3dcd665c1a8ef9b69ad6525760c5160ec19a2
10204 Author: Hariprasad S <hariprasad@chelsio.com>
10205 Date: Fri Dec 11 13:59:17 2015 +0530
10206
10207 iw_cxgb3: Fix incorrectly returning error on success
10208
10209 The cxgb3_*_send() functions return NET_XMIT_ values, which are
10210 positive integers values. So don't treat positive return values
10211 as an error.
10212
10213 Signed-off-by: Steve Wise <swise@opengridcomputing.com>
10214 Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
10215 Signed-off-by: Doug Ledford <dledford@redhat.com>
10216
10217 drivers/infiniband/hw/cxgb3/iwch_cm.c | 4 ++--
10218 1 file changed, 2 insertions(+), 2 deletions(-)
10219
10220 commit 8705fe372dc21046ca3fc55381b70cffb4c60207
10221 Author: Daniel Borkmann <daniel@iogearbox.net>
10222 Date: Wed Feb 10 16:47:11 2016 +0100
10223
10224 bpf: fix branch offset adjustment on backjumps after patching ctx expansion
10225
10226 When ctx access is used, the kernel often needs to expand/rewrite
10227 instructions, so after that patching, branch offsets have to be
10228 adjusted for both forward and backward jumps in the new eBPF program,
10229 but for backward jumps it fails to account the delta. Meaning, for
10230 example, if the expansion happens exactly on the insn that sits at
10231 the jump target, it doesn't fix up the back jump offset.
10232
10233 Analysis on what the check in adjust_branches() is currently doing:
10234
10235 /* adjust offset of jmps if necessary */
10236 if (i < pos && i + insn->off + 1 > pos)
10237 insn->off += delta;
10238 else if (i > pos && i + insn->off + 1 < pos)
10239 insn->off -= delta;
10240
10241 First condition (forward jumps):
10242
10243 Before: After:
10244
10245 insns[0] insns[0]
10246 insns[1] <--- i/insn insns[1] <--- i/insn
10247 insns[2] <--- pos insns[P] <--- pos
10248 insns[3] insns[P] `------| delta
10249 insns[4] <--- target_X insns[P] `-----|
10250 insns[5] insns[3]
10251 insns[4] <--- target_X
10252 insns[5]
10253
10254 First case is if we cross pos-boundary and the jump instruction was
10255 before pos. This is handeled correctly. I.e. if i == pos, then this
10256 would mean our jump that we currently check was the patchlet itself
10257 that we just injected. Since such patchlets are self-contained and
10258 have no awareness of any insns before or after the patched one, the
10259 delta is correctly not adjusted. Also, for the second condition in
10260 case of i + insn->off + 1 == pos, means we jump to that newly patched
10261 instruction, so no offset adjustment are needed. That part is correct.
10262
10263 Second condition (backward jumps):
10264
10265 Before: After:
10266
10267 insns[0] insns[0]
10268 insns[1] <--- target_X insns[1] <--- target_X
10269 insns[2] <--- pos <-- target_Y insns[P] <--- pos <-- target_Y
10270 insns[3] insns[P] `------| delta
10271 insns[4] <--- i/insn insns[P] `-----|
10272 insns[5] insns[3]
10273 insns[4] <--- i/insn
10274 insns[5]
10275
10276 Second interesting case is where we cross pos-boundary and the jump
10277 instruction was after pos. Backward jump with i == pos would be
10278 impossible and pose a bug somewhere in the patchlet, so the first
10279 condition checking i > pos is okay only by itself. However, i +
10280 insn->off + 1 < pos does not always work as intended to trigger the
10281 adjustment. It works when jump targets would be far off where the
10282 delta wouldn't matter. But, for example, where the fixed insn->off
10283 before pointed to pos (target_Y), it now points to pos + delta, so
10284 that additional room needs to be taken into account for the check.
10285 This means that i) both tests here need to be adjusted into pos + delta,
10286 and ii) for the second condition, the test needs to be <= as pos
10287 itself can be a target in the backjump, too.
10288
10289 Fixes: 9bac3d6d548e ("bpf: allow extended BPF programs access skb fields")
10290 Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
10291 Signed-off-by: David S. Miller <davem@davemloft.net>
10292
10293 kernel/bpf/verifier.c | 2 +-
10294 1 file changed, 1 insertion(+), 1 deletion(-)
10295
10296 commit 61b513b644116e77313addf65970db58f4981608
10297 Author: Ryan Ware <ware@linux.intel.com>
10298 Date: Thu Feb 11 15:58:44 2016 -0800
10299
10300 EVM: Use crypto_memneq() for digest comparisons
10301
10302 This patch fixes vulnerability CVE-2016-2085. The problem exists
10303 because the vm_verify_hmac() function includes a use of memcmp().
10304 Unfortunately, this allows timing side channel attacks; specifically
10305 a MAC forgery complexity drop from 2^128 to 2^12. This patch changes
10306 the memcmp() to the cryptographically safe crypto_memneq().
10307
10308 Reported-by: Xiaofei Rex Guo <xiaofei.rex.guo@intel.com>
10309 Signed-off-by: Ryan Ware <ware@linux.intel.com>
10310 Cc: stable@vger.kernel.org
10311 Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
10312 Signed-off-by: James Morris <james.l.morris@oracle.com>
10313
10314 security/integrity/evm/evm_main.c | 3 ++-
10315 1 file changed, 2 insertions(+), 1 deletion(-)
10316
10317 commit 970b961e7d0684624f9c69f0b4367d5c76b65a63
10318 Author: Michael McConville <mmcco@mykolab.com>
10319 Date: Fri Feb 5 20:46:25 2016 -0500
10320
10321 dscc4: Undefined signed int shift
10322
10323 My analysis in the below mail applies, although the second part is
10324 unnecessary because i isn't used in arithmetic operations here:
10325
10326 https://marc.info/?l=openbsd-tech&m=145377854103866&w=2
10327
10328 Thanks for your time.
10329
10330 Signed-off-by: Michael McConville <mmcco@mykolab.com>
10331 Acked-by: Francois Romieu <romieu@fr.zoreil.com>
10332 Signed-off-by: David S. Miller <davem@davemloft.net>
10333
10334 drivers/net/wan/dscc4.c | 2 +-
10335 1 file changed, 1 insertion(+), 1 deletion(-)
10336
10337 commit d843df24b6680b600e87ebfea3b7b198b90b5a2a
10338 Author: Andrey Konovalov <andreyknvl@gmail.com>
10339 Date: Sat Feb 13 11:08:06 2016 +0300
10340
10341 ALSA: usb-audio: avoid freeing umidi object twice
10342
10343 The 'umidi' object will be free'd on the error path by snd_usbmidi_free()
10344 when tearing down the rawmidi interface. So we shouldn't try to free it
10345 in snd_usbmidi_create() after having registered the rawmidi interface.
10346
10347 Found by KASAN.
10348
10349 Signed-off-by: Andrey Konovalov <andreyknvl@gmail.com>
10350 Acked-by: Clemens Ladisch <clemens@ladisch.de>
10351 Cc: <stable@vger.kernel.org>
10352 Signed-off-by: Takashi Iwai <tiwai@suse.de>
10353
10354 sound/usb/midi.c | 1 -
10355 1 file changed, 1 deletion(-)
10356
10357 commit ed3a8ab1976674d56e258da93639e61f1446e703
10358 Author: zengtao <prime.zeng@huawei.com>
10359 Date: Tue Feb 2 11:38:34 2016 +0800
10360
10361 cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()
10362
10363 The datatype __kernel_time_t is u32 on 32bit platform, so its subject to
10364 overflows in the timeval/timespec to cputime conversion.
10365
10366 Currently the following functions are affected:
10367 1. setitimer()
10368 2. timer_create/timer_settime()
10369 3. sys_clock_nanosleep
10370
10371 This can happen on MIPS32 and ARM32 with "Full dynticks CPU time accounting"
10372 enabled, which is required for CONFIG_NO_HZ_FULL.
10373
10374 Enforce u64 conversion to prevent the overflow.
10375
10376 Fixes: 31c1fc818715 ("ARM: Kconfig: allow full nohz CPU accounting")
10377 Signed-off-by: zengtao <prime.zeng@huawei.com>
10378 Reviewed-by: Arnd Bergmann <arnd@arndb.de>
10379 Cc: <fweisbec@gmail.com>
10380 Cc: stable@vger.kernel.org
10381 Link: http://lkml.kernel.org/r/1454384314-154784-1-git-send-email-prime.zeng@huawei.com
10382 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
10383
10384 include/asm-generic/cputime_nsecs.h | 5 +++--
10385 1 file changed, 3 insertions(+), 2 deletions(-)
10386
10387 commit bf8a2de485da37d73850e7cfa31967b7798b6ce0
10388 Author: Brad Spengler <spender@grsecurity.net>
10389 Date: Mon Feb 15 11:55:18 2016 -0500
10390
10391 Fix building with allnoconfig, don't make our added DATA_TO_TEXT mismatch warnings
10392 count as actual mismatches
10393
10394 scripts/mod/modpost.c | 3 ++-
10395 1 file changed, 2 insertions(+), 1 deletion(-)
10396
10397 commit c9d82b6d0f1a2484fea0a516989dbdc6c55e5693
10398 Author: Brad Spengler <spender@grsecurity.net>
10399 Date: Mon Feb 15 11:44:36 2016 -0500
10400
10401 Compile fix
10402
10403 tools/gcc/randomize_layout_seed.h | 1 -
10404 1 file changed, 1 deletion(-)
10405
10406 commit fb68cbb98732e6801e8fc8d1da1f1195e51ff077
10407 Author: Brad Spengler <spender@grsecurity.net>
10408 Date: Mon Feb 15 11:27:32 2016 -0500
10409
10410 disable USELIB
10411
10412 init/Kconfig | 3 ++-
10413 1 file changed, 2 insertions(+), 1 deletion(-)
10414
10415 commit cbda9a44b7f92161eb1e444bf7fe2bbcbedaae65
10416 Author: Brad Spengler <spender@grsecurity.net>
10417 Date: Mon Feb 15 11:23:56 2016 -0500
10418
10419 compile fix
10420
10421 fs/proc/fd.c | 2 +-
10422 1 file changed, 1 insertion(+), 1 deletion(-)
10423
10424 commit 5cf0a2e87ab7105d1ba01f55f7636fa2e1fa4bb4
10425 Author: Brad Spengler <spender@grsecurity.net>
10426 Date: Mon Feb 15 11:19:26 2016 -0500
10427
10428 Initial import of grsecurity for Linux 4.4.1
10429
10430 Documentation/dontdiff | 2 +
10431 Documentation/kernel-parameters.txt | 11 +
10432 Documentation/sysctl/fs.txt | 23 +
10433 Documentation/sysctl/kernel.txt | 15 +
10434 Makefile | 18 +-
10435 arch/alpha/include/asm/cache.h | 4 +-
10436 arch/alpha/kernel/osf_sys.c | 12 +-
10437 arch/arc/Kconfig | 1 +
10438 arch/arm/Kconfig | 1 +
10439 arch/arm/Kconfig.debug | 1 +
10440 arch/arm/include/asm/thread_info.h | 7 +-
10441 arch/arm/kernel/entry-common.S | 8 +-
10442 arch/arm/kernel/process.c | 4 +-
10443 arch/arm/kernel/ptrace.c | 9 +
10444 arch/arm/kernel/traps.c | 7 +-
10445 arch/arm/mm/Kconfig | 4 +-
10446 arch/arm/mm/fault.c | 40 +-
10447 arch/arm/mm/mmap.c | 8 +-
10448 arch/arm/net/bpf_jit_32.c | 51 +-
10449 arch/arm64/Kconfig.debug | 1 +
10450 arch/avr32/include/asm/cache.h | 4 +-
10451 arch/blackfin/Kconfig.debug | 1 +
10452 arch/blackfin/include/asm/cache.h | 3 +-
10453 arch/cris/include/arch-v10/arch/cache.h | 3 +-
10454 arch/cris/include/arch-v32/arch/cache.h | 3 +-
10455 arch/frv/include/asm/cache.h | 3 +-
10456 arch/frv/mm/elf-fdpic.c | 4 +-
10457 arch/hexagon/include/asm/cache.h | 6 +-
10458 arch/ia64/Kconfig | 1 +
10459 arch/ia64/include/asm/cache.h | 3 +-
10460 arch/ia64/kernel/sys_ia64.c | 2 +
10461 arch/ia64/mm/hugetlbpage.c | 2 +
10462 arch/m32r/include/asm/cache.h | 4 +-
10463 arch/m68k/include/asm/cache.h | 4 +-
10464 arch/metag/mm/hugetlbpage.c | 1 +
10465 arch/microblaze/include/asm/cache.h | 3 +-
10466 arch/mips/Kconfig | 1 +
10467 arch/mips/include/asm/cache.h | 3 +-
10468 arch/mips/include/asm/thread_info.h | 11 +-
10469 arch/mips/kernel/irq.c | 3 +
10470 arch/mips/kernel/ptrace.c | 9 +
10471 arch/mips/mm/mmap.c | 4 +-
10472 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
10473 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
10474 arch/openrisc/include/asm/cache.h | 4 +-
10475 arch/parisc/include/asm/cache.h | 3 +
10476 arch/parisc/kernel/sys_parisc.c | 4 +
10477 arch/powerpc/Kconfig | 1 +
10478 arch/powerpc/include/asm/cache.h | 4 +-
10479 arch/powerpc/include/asm/thread_info.h | 5 +-
10480 arch/powerpc/kernel/Makefile | 2 +
10481 arch/powerpc/kernel/irq.c | 3 +
10482 arch/powerpc/kernel/process.c | 10 +-
10483 arch/powerpc/kernel/ptrace.c | 14 +
10484 arch/powerpc/kernel/traps.c | 5 +
10485 arch/powerpc/mm/slice.c | 2 +-
10486 arch/s390/Kconfig.debug | 1 +
10487 arch/s390/include/asm/cache.h | 4 +-
10488 arch/score/include/asm/cache.h | 4 +-
10489 arch/sh/include/asm/cache.h | 3 +-
10490 arch/sh/mm/mmap.c | 6 +-
10491 arch/sparc/include/asm/cache.h | 4 +-
10492 arch/sparc/include/asm/pgalloc_64.h | 1 +
10493 arch/sparc/include/asm/thread_info_64.h | 8 +-
10494 arch/sparc/kernel/process_32.c | 6 +-
10495 arch/sparc/kernel/process_64.c | 8 +-
10496 arch/sparc/kernel/ptrace_64.c | 14 +
10497 arch/sparc/kernel/sys_sparc_64.c | 8 +-
10498 arch/sparc/kernel/syscalls.S | 8 +-
10499 arch/sparc/kernel/traps_32.c | 8 +-
10500 arch/sparc/kernel/traps_64.c | 28 +-
10501 arch/sparc/kernel/unaligned_64.c | 2 +-
10502 arch/sparc/mm/fault_64.c | 2 +-
10503 arch/sparc/mm/hugetlbpage.c | 15 +-
10504 arch/tile/Kconfig | 1 +
10505 arch/tile/include/asm/cache.h | 3 +-
10506 arch/tile/mm/hugetlbpage.c | 2 +
10507 arch/um/include/asm/cache.h | 3 +-
10508 arch/unicore32/include/asm/cache.h | 6 +-
10509 arch/x86/Kconfig | 21 +
10510 arch/x86/Kconfig.debug | 2 +
10511 arch/x86/entry/common.c | 14 +
10512 arch/x86/entry/entry_32.S | 2 +-
10513 arch/x86/entry/entry_64.S | 2 +-
10514 arch/x86/ia32/ia32_aout.c | 2 +
10515 arch/x86/include/asm/floppy.h | 20 +-
10516 arch/x86/include/asm/fpu/types.h | 69 +-
10517 arch/x86/include/asm/io.h | 2 +-
10518 arch/x86/include/asm/page.h | 12 +-
10519 arch/x86/include/asm/paravirt_types.h | 23 +-
10520 arch/x86/include/asm/pgtable_types.h | 6 +-
10521 arch/x86/include/asm/processor.h | 12 +-
10522 arch/x86/include/asm/thread_info.h | 6 +-
10523 arch/x86/include/asm/uaccess.h | 2 +-
10524 arch/x86/kernel/dumpstack.c | 10 +-
10525 arch/x86/kernel/dumpstack_32.c | 2 +-
10526 arch/x86/kernel/dumpstack_64.c | 2 +-
10527 arch/x86/kernel/ioport.c | 13 +
10528 arch/x86/kernel/irq_32.c | 3 +
10529 arch/x86/kernel/irq_64.c | 4 +
10530 arch/x86/kernel/ldt.c | 18 +
10531 arch/x86/kernel/msr.c | 10 +
10532 arch/x86/kernel/ptrace.c | 14 +
10533 arch/x86/kernel/signal.c | 9 +-
10534 arch/x86/kernel/sys_i386_32.c | 9 +-
10535 arch/x86/kernel/sys_x86_64.c | 8 +-
10536 arch/x86/kernel/traps.c | 5 +
10537 arch/x86/kernel/verify_cpu.S | 1 +
10538 arch/x86/kernel/vm86_32.c | 15 +
10539 arch/x86/mm/fault.c | 12 +-
10540 arch/x86/mm/hugetlbpage.c | 15 +-
10541 arch/x86/mm/init.c | 66 +-
10542 arch/x86/mm/init_32.c | 6 +-
10543 arch/x86/mm/pageattr.c | 4 +-
10544 arch/x86/net/bpf_jit_comp.c | 4 +
10545 arch/x86/platform/efi/efi_64.c | 2 +-
10546 arch/x86/xen/Kconfig | 1 +
10547 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
10548 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
10549 crypto/scatterwalk.c | 10 +-
10550 drivers/acpi/acpica/hwxfsleep.c | 11 +-
10551 drivers/acpi/custom_method.c | 4 +
10552 drivers/block/cciss.h | 30 +-
10553 drivers/block/smart1,2.h | 40 +-
10554 drivers/cdrom/cdrom.c | 2 +-
10555 drivers/char/Kconfig | 4 +-
10556 drivers/char/genrtc.c | 1 +
10557 drivers/char/mem.c | 17 +
10558 drivers/char/random.c | 5 +-
10559 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
10560 drivers/firewire/ohci.c | 4 +
10561 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
10562 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
10563 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
10564 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
10565 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
10566 drivers/hid/hid-wiimote-debug.c | 2 +-
10567 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
10568 drivers/iommu/Kconfig | 1 +
10569 drivers/iommu/amd_iommu.c | 14 +-
10570 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
10571 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
10572 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
10573 drivers/isdn/i4l/isdn_concap.c | 6 +-
10574 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
10575 drivers/md/bcache/Kconfig | 1 +
10576 drivers/md/raid5.c | 8 +
10577 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
10578 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
10579 drivers/media/radio/radio-cadet.c | 5 +-
10580 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
10581 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
10582 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
10583 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
10584 drivers/message/fusion/mptbase.c | 9 +
10585 drivers/misc/sgi-xp/xp_main.c | 12 +-
10586 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
10587 drivers/net/ppp/pptp.c | 34 +-
10588 drivers/net/wan/lmc/lmc_media.c | 97 +-
10589 drivers/net/wan/z85230.c | 24 +-
10590 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
10591 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
10592 drivers/pci/proc.c | 9 +
10593 drivers/platform/x86/asus-wmi.c | 12 +
10594 drivers/rtc/rtc-dev.c | 3 +
10595 drivers/scsi/bfa/bfa_fcs.c | 19 +-
10596 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
10597 drivers/scsi/bfa/bfa_modules.h | 12 +-
10598 drivers/scsi/hpsa.h | 40 +-
10599 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
10600 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
10601 drivers/tty/serial/uartlite.c | 4 +-
10602 drivers/tty/sysrq.c | 2 +-
10603 drivers/tty/tty_io.c | 4 +
10604 drivers/tty/vt/keyboard.c | 22 +-
10605 drivers/uio/uio.c | 6 +-
10606 drivers/usb/core/hub.c | 5 +
10607 drivers/usb/gadget/function/f_uac1.c | 1 +
10608 drivers/usb/gadget/function/u_uac1.c | 1 +
10609 drivers/usb/host/hwa-hc.c | 9 +-
10610 drivers/usb/usbip/vhci_sysfs.c | 2 +-
10611 drivers/video/fbdev/arcfb.c | 2 +-
10612 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
10613 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
10614 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
10615 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
10616 drivers/xen/xenfs/xenstored.c | 5 +
10617 firmware/Makefile | 2 +
10618 firmware/WHENCE | 20 +-
10619 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
10620 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
10621 fs/attr.c | 4 +
10622 fs/autofs4/waitq.c | 9 +
10623 fs/binfmt_aout.c | 7 +
10624 fs/binfmt_elf.c | 40 +-
10625 fs/compat.c | 20 +-
10626 fs/compat_ioctl.c | 253 +-
10627 fs/coredump.c | 17 +-
10628 fs/dcache.c | 3 +
10629 fs/debugfs/inode.c | 11 +-
10630 fs/exec.c | 231 +-
10631 fs/ext2/balloc.c | 4 +-
10632 fs/ext2/super.c | 8 +-
10633 fs/ext4/balloc.c | 4 +-
10634 fs/ext4/extents.c | 2 +-
10635 fs/fcntl.c | 4 +
10636 fs/fhandle.c | 3 +-
10637 fs/file.c | 4 +
10638 fs/filesystems.c | 4 +
10639 fs/fs_struct.c | 20 +-
10640 fs/hugetlbfs/inode.c | 24 +-
10641 fs/inode.c | 8 +-
10642 fs/internal.h | 7 +
10643 fs/ioctl.c | 4 +-
10644 fs/kernfs/dir.c | 6 +
10645 fs/mount.h | 4 +-
10646 fs/namei.c | 283 +-
10647 fs/namespace.c | 24 +
10648 fs/nfsd/nfscache.c | 2 +-
10649 fs/open.c | 38 +
10650 fs/overlayfs/inode.c | 3 +
10651 fs/overlayfs/super.c | 6 +-
10652 fs/pipe.c | 49 +-
10653 fs/posix_acl.c | 15 +-
10654 fs/proc/Kconfig | 10 +-
10655 fs/proc/array.c | 69 +-
10656 fs/proc/base.c | 186 +-
10657 fs/proc/cmdline.c | 4 +
10658 fs/proc/devices.c | 4 +
10659 fs/proc/fd.c | 12 +-
10660 fs/proc/generic.c | 64 +
10661 fs/proc/inode.c | 17 +
10662 fs/proc/internal.h | 11 +-
10663 fs/proc/interrupts.c | 4 +
10664 fs/proc/kcore.c | 3 +
10665 fs/proc/namespaces.c | 4 +-
10666 fs/proc/proc_net.c | 31 +
10667 fs/proc/proc_sysctl.c | 52 +-
10668 fs/proc/root.c | 8 +
10669 fs/proc/stat.c | 69 +-
10670 fs/proc/task_mmu.c | 66 +-
10671 fs/readdir.c | 19 +
10672 fs/reiserfs/item_ops.c | 24 +-
10673 fs/reiserfs/super.c | 4 +
10674 fs/select.c | 2 +
10675 fs/seq_file.c | 30 +-
10676 fs/stat.c | 20 +-
10677 fs/sysfs/dir.c | 30 +-
10678 fs/utimes.c | 7 +
10679 fs/xattr.c | 26 +-
10680 grsecurity/Kconfig | 1203 ++++
10681 grsecurity/Makefile | 54 +
10682 grsecurity/gracl.c | 2757 +++++++++
10683 grsecurity/gracl_alloc.c | 105 +
10684 grsecurity/gracl_cap.c | 127 +
10685 grsecurity/gracl_compat.c | 269 +
10686 grsecurity/gracl_fs.c | 448 ++
10687 grsecurity/gracl_ip.c | 386 ++
10688 grsecurity/gracl_learn.c | 207 +
10689 grsecurity/gracl_policy.c | 1786 ++++++
10690 grsecurity/gracl_res.c | 68 +
10691 grsecurity/gracl_segv.c | 304 +
10692 grsecurity/gracl_shm.c | 40 +
10693 grsecurity/grsec_chdir.c | 19 +
10694 grsecurity/grsec_chroot.c | 467 ++
10695 grsecurity/grsec_disabled.c | 445 ++
10696 grsecurity/grsec_exec.c | 189 +
10697 grsecurity/grsec_fifo.c | 26 +
10698 grsecurity/grsec_fork.c | 23 +
10699 grsecurity/grsec_init.c | 294 +
10700 grsecurity/grsec_ipc.c | 48 +
10701 grsecurity/grsec_link.c | 65 +
10702 grsecurity/grsec_log.c | 340 +
10703 grsecurity/grsec_mem.c | 48 +
10704 grsecurity/grsec_mount.c | 65 +
10705 grsecurity/grsec_pax.c | 47 +
10706 grsecurity/grsec_proc.c | 20 +
10707 grsecurity/grsec_ptrace.c | 30 +
10708 grsecurity/grsec_sig.c | 245 +
10709 grsecurity/grsec_sock.c | 244 +
10710 grsecurity/grsec_sysctl.c | 497 ++
10711 grsecurity/grsec_time.c | 16 +
10712 grsecurity/grsec_tpe.c | 78 +
10713 grsecurity/grsec_tty.c | 18 +
10714 grsecurity/grsec_usb.c | 15 +
10715 grsecurity/grsum.c | 54 +
10716 include/linux/binfmts.h | 5 +-
10717 include/linux/capability.h | 13 +
10718 include/linux/compiler-gcc.h | 5 +
10719 include/linux/compiler.h | 8 +
10720 include/linux/cred.h | 8 +-
10721 include/linux/dcache.h | 5 +-
10722 include/linux/fs.h | 26 +-
10723 include/linux/fs_struct.h | 2 +-
10724 include/linux/fsnotify.h | 6 +
10725 include/linux/gracl.h | 342 ++
10726 include/linux/gracl_compat.h | 156 +
10727 include/linux/gralloc.h | 9 +
10728 include/linux/grdefs.h | 140 +
10729 include/linux/grinternal.h | 231 +
10730 include/linux/grmsg.h | 119 +
10731 include/linux/grsecurity.h | 258 +
10732 include/linux/grsock.h | 19 +
10733 include/linux/ipc.h | 2 +-
10734 include/linux/ipc_namespace.h | 2 +-
10735 include/linux/kallsyms.h | 18 +-
10736 include/linux/key-type.h | 4 +-
10737 include/linux/kmod.h | 5 +
10738 include/linux/kobject.h | 2 +-
10739 include/linux/lsm_hooks.h | 4 +-
10740 include/linux/mm.h | 12 +
10741 include/linux/mm_types.h | 4 +-
10742 include/linux/module.h | 5 +-
10743 include/linux/mount.h | 2 +-
10744 include/linux/msg.h | 2 +-
10745 include/linux/netfilter/xt_gradm.h | 9 +
10746 include/linux/path.h | 4 +-
10747 include/linux/perf_event.h | 13 +-
10748 include/linux/pid_namespace.h | 2 +-
10749 include/linux/pipe_fs_i.h | 4 +
10750 include/linux/poison.h | 2 +-
10751 include/linux/printk.h | 2 +-
10752 include/linux/proc_fs.h | 22 +-
10753 include/linux/proc_ns.h | 2 +-
10754 include/linux/ptrace.h | 24 +-
10755 include/linux/radix-tree.h | 22 +-
10756 include/linux/random.h | 2 +-
10757 include/linux/rbtree_augmented.h | 4 +-
10758 include/linux/scatterlist.h | 12 +-
10759 include/linux/sched.h | 115 +-
10760 include/linux/security.h | 1 +
10761 include/linux/sem.h | 2 +-
10762 include/linux/seq_file.h | 5 +
10763 include/linux/shm.h | 6 +-
10764 include/linux/shmem_fs.h | 5 +-
10765 include/linux/skbuff.h | 3 +
10766 include/linux/slab.h | 9 -
10767 include/linux/sysctl.h | 8 +-
10768 include/linux/thread_info.h | 6 +-
10769 include/linux/tty.h | 2 +-
10770 include/linux/tty_driver.h | 4 +-
10771 include/linux/uidgid.h | 5 +
10772 include/linux/user_namespace.h | 2 +-
10773 include/linux/utsname.h | 2 +-
10774 include/linux/vermagic.h | 16 +-
10775 include/linux/vmalloc.h | 8 +
10776 include/net/af_unix.h | 6 +-
10777 include/net/ip.h | 2 +-
10778 include/net/neighbour.h | 2 +-
10779 include/net/net_namespace.h | 2 +-
10780 include/net/netfilter/nf_conntrack_core.h | 8 +-
10781 include/net/scm.h | 1 +
10782 include/net/sock.h | 2 +-
10783 include/trace/events/fs.h | 53 +
10784 include/uapi/linux/personality.h | 1 +
10785 init/Kconfig | 2 +
10786 init/main.c | 46 +-
10787 ipc/mqueue.c | 1 +
10788 ipc/msg.c | 3 +-
10789 ipc/msgutil.c | 4 +-
10790 ipc/sem.c | 3 +-
10791 ipc/shm.c | 26 +-
10792 ipc/util.c | 6 +
10793 kernel/auditsc.c | 2 +-
10794 kernel/bpf/syscall.c | 10 +-
10795 kernel/capability.c | 41 +-
10796 kernel/cgroup.c | 5 +-
10797 kernel/compat.c | 1 +
10798 kernel/configs.c | 11 +
10799 kernel/cred.c | 112 +-
10800 kernel/events/core.c | 16 +-
10801 kernel/exit.c | 10 +-
10802 kernel/fork.c | 86 +-
10803 kernel/futex.c | 6 +-
10804 kernel/futex_compat.c | 2 +-
10805 kernel/kallsyms.c | 9 +
10806 kernel/kcmp.c | 8 +-
10807 kernel/kexec_core.c | 2 +-
10808 kernel/kmod.c | 96 +-
10809 kernel/kprobes.c | 9 +-
10810 kernel/ksysfs.c | 2 +
10811 kernel/locking/lockdep_proc.c | 10 +-
10812 kernel/module.c | 108 +-
10813 kernel/panic.c | 4 +-
10814 kernel/pid.c | 18 +-
10815 kernel/power/Kconfig | 2 +
10816 kernel/printk/printk.c | 7 +-
10817 kernel/ptrace.c | 89 +-
10818 kernel/resource.c | 10 +
10819 kernel/sched/core.c | 11 +-
10820 kernel/seccomp.c | 22 +-
10821 kernel/signal.c | 37 +-
10822 kernel/sys.c | 64 +-
10823 kernel/sysctl.c | 186 +-
10824 kernel/taskstats.c | 6 +
10825 kernel/time/posix-timers.c | 8 +
10826 kernel/time/time.c | 5 +
10827 kernel/time/timekeeping.c | 3 +
10828 kernel/time/timer_list.c | 13 +-
10829 kernel/time/timer_stats.c | 10 +-
10830 kernel/trace/Kconfig | 2 +
10831 kernel/trace/trace_syscalls.c | 8 +
10832 kernel/user_namespace.c | 15 +
10833 lib/Kconfig.debug | 13 +-
10834 lib/Kconfig.kasan | 2 +-
10835 lib/is_single_threaded.c | 3 +
10836 lib/list_debug.c | 65 +-
10837 lib/nlattr.c | 2 +
10838 lib/radix-tree.c | 12 +-
10839 lib/rbtree.c | 4 +-
10840 lib/vsprintf.c | 39 +-
10841 localversion-grsec | 1 +
10842 mm/Kconfig | 8 +-
10843 mm/Kconfig.debug | 1 +
10844 mm/filemap.c | 1 +
10845 mm/kmemleak.c | 4 +-
10846 mm/memory.c | 2 +-
10847 mm/mempolicy.c | 12 +-
10848 mm/migrate.c | 3 +-
10849 mm/mlock.c | 11 +-
10850 mm/mmap.c | 103 +-
10851 mm/mprotect.c | 8 +
10852 mm/oom_kill.c | 4 +
10853 mm/page_alloc.c | 2 +-
10854 mm/process_vm_access.c | 8 +-
10855 mm/shmem.c | 11 +-
10856 mm/slab.c | 14 +-
10857 mm/slab_common.c | 2 +-
10858 mm/slob.c | 12 +
10859 mm/slub.c | 33 +-
10860 mm/util.c | 3 +
10861 mm/vmalloc.c | 82 +-
10862 mm/vmstat.c | 29 +-
10863 net/appletalk/atalk_proc.c | 2 +-
10864 net/atm/lec.c | 6 +-
10865 net/atm/mpoa_caches.c | 42 +-
10866 net/can/bcm.c | 2 +-
10867 net/can/proc.c | 2 +-
10868 net/core/dev_ioctl.c | 7 +-
10869 net/core/filter.c | 8 +-
10870 net/core/net-procfs.c | 17 +-
10871 net/core/pktgen.c | 2 +-
10872 net/core/scm.c | 7 +
10873 net/core/sock.c | 3 +-
10874 net/core/sysctl_net_core.c | 2 +-
10875 net/decnet/dn_dev.c | 2 +-
10876 net/ipv4/Kconfig | 1 +
10877 net/ipv4/devinet.c | 6 +-
10878 net/ipv4/inet_hashtables.c | 4 +
10879 net/ipv4/ip_input.c | 7 +
10880 net/ipv4/ip_sockglue.c | 3 +-
10881 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
10882 net/ipv4/route.c | 6 +-
10883 net/ipv4/tcp_input.c | 6 +-
10884 net/ipv4/tcp_ipv4.c | 24 +-
10885 net/ipv4/tcp_minisocks.c | 9 +-
10886 net/ipv4/tcp_timer.c | 11 +
10887 net/ipv4/udp.c | 24 +
10888 net/ipv6/Kconfig | 1 +
10889 net/ipv6/addrconf.c | 13 +-
10890 net/ipv6/proc.c | 2 +-
10891 net/ipv6/tcp_ipv6.c | 23 +-
10892 net/ipv6/udp.c | 7 +
10893 net/ipx/ipx_proc.c | 2 +-
10894 net/irda/irproc.c | 2 +-
10895 net/iucv/af_iucv.c | 3 +
10896 net/llc/llc_proc.c | 2 +-
10897 net/netfilter/Kconfig | 10 +
10898 net/netfilter/Makefile | 1 +
10899 net/netfilter/nf_conntrack_core.c | 46 +-
10900 net/netfilter/nf_conntrack_helper.c | 2 +-
10901 net/netfilter/nf_conntrack_netlink.c | 2 +-
10902 net/netfilter/xt_gradm.c | 51 +
10903 net/netfilter/xt_hashlimit.c | 4 +-
10904 net/netfilter/xt_recent.c | 2 +-
10905 net/openvswitch/actions.c | 19 +-
10906 net/sctp/sm_sideeffect.c | 11 +-
10907 net/sctp/sm_statefuns.c | 17 +-
10908 net/socket.c | 75 +-
10909 net/sunrpc/Kconfig | 1 +
10910 net/sunrpc/cache.c | 2 +-
10911 net/sunrpc/stats.c | 2 +-
10912 net/sysctl_net.c | 2 +-
10913 net/unix/af_unix.c | 57 +-
10914 net/unix/garbage.c | 8 +-
10915 net/vmw_vsock/vmci_transport_notify.c | 30 +-
10916 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
10917 net/x25/sysctl_net_x25.c | 2 +-
10918 net/x25/x25_proc.c | 2 +-
10919 scripts/package/Makefile | 2 +-
10920 scripts/package/mkspec | 41 +-
10921 security/Kconfig | 369 +-
10922 security/apparmor/file.c | 4 +-
10923 security/apparmor/lsm.c | 8 +-
10924 security/commoncap.c | 36 +-
10925 security/keys/internal.h | 2 +-
10926 security/min_addr.c | 2 +
10927 security/smack/smack_lsm.c | 8 +-
10928 security/tomoyo/file.c | 12 +-
10929 security/tomoyo/mount.c | 4 +
10930 security/tomoyo/tomoyo.c | 20 +-
10931 security/yama/Kconfig | 2 +-
10932 security/yama/yama_lsm.c | 4 +-
10933 sound/core/timer.c | 4 +-
10934 sound/synth/emux/emux_seq.c | 14 +-
10935 sound/usb/line6/driver.c | 40 +-
10936 sound/usb/line6/toneport.c | 12 +-
10937 tools/gcc/.gitignore | 1 +
10938 tools/gcc/Makefile | 12 +
10939 tools/gcc/gen-random-seed.sh | 8 +
10940 tools/gcc/randomize_layout_plugin.c | 930 +++
10941 tools/gcc/size_overflow_plugin/.gitignore | 1 +
10942 .../size_overflow_plugin/size_overflow_hash.data | 463 +-
10943 513 files changed, 33007 insertions(+), 3251 deletions(-)
10944
10945 commit 6cb4f49b6a55cf16ae82685e1ab9b74c95b2f743
10946 Author: Brad Spengler <spender@grsecurity.net>
10947 Date: Mon Feb 15 10:51:41 2016 -0500
10948
10949 Initial import of pax-linux-4.4.1-test3.patch
10950
10951 Documentation/dontdiff | 46 +-
10952 Documentation/kbuild/makefiles.txt | 39 +-
10953 Documentation/kernel-parameters.txt | 28 +
10954 Makefile | 119 +-
10955 arch/alpha/include/asm/atomic.h | 10 +
10956 arch/alpha/include/asm/elf.h | 7 +
10957 arch/alpha/include/asm/pgalloc.h | 6 +
10958 arch/alpha/include/asm/pgtable.h | 11 +
10959 arch/alpha/kernel/module.c | 2 +-
10960 arch/alpha/kernel/osf_sys.c | 8 +-
10961 arch/alpha/mm/fault.c | 141 +-
10962 arch/arm/Kconfig | 3 +-
10963 arch/arm/include/asm/atomic.h | 323 +-
10964 arch/arm/include/asm/cache.h | 5 +-
10965 arch/arm/include/asm/cacheflush.h | 2 +-
10966 arch/arm/include/asm/checksum.h | 14 +-
10967 arch/arm/include/asm/cmpxchg.h | 4 +
10968 arch/arm/include/asm/cpuidle.h | 2 +-
10969 arch/arm/include/asm/domain.h | 42 +-
10970 arch/arm/include/asm/elf.h | 9 +-
10971 arch/arm/include/asm/fncpy.h | 2 +
10972 arch/arm/include/asm/futex.h | 1 +
10973 arch/arm/include/asm/kmap_types.h | 2 +-
10974 arch/arm/include/asm/mach/dma.h | 2 +-
10975 arch/arm/include/asm/mach/map.h | 16 +-
10976 arch/arm/include/asm/outercache.h | 2 +-
10977 arch/arm/include/asm/page.h | 3 +-
10978 arch/arm/include/asm/pgalloc.h | 20 +
10979 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
10980 arch/arm/include/asm/pgtable-2level.h | 3 +
10981 arch/arm/include/asm/pgtable-3level.h | 3 +
10982 arch/arm/include/asm/pgtable.h | 54 +-
10983 arch/arm/include/asm/smp.h | 2 +-
10984 arch/arm/include/asm/thread_info.h | 3 +
10985 arch/arm/include/asm/tls.h | 3 +
10986 arch/arm/include/asm/uaccess.h | 113 +-
10987 arch/arm/include/uapi/asm/ptrace.h | 2 +-
10988 arch/arm/kernel/armksyms.c | 2 +-
10989 arch/arm/kernel/cpuidle.c | 2 +-
10990 arch/arm/kernel/entry-armv.S | 109 +-
10991 arch/arm/kernel/entry-common.S | 40 +-
10992 arch/arm/kernel/entry-header.S | 55 +
10993 arch/arm/kernel/fiq.c | 3 +
10994 arch/arm/kernel/module-plts.c | 7 +-
10995 arch/arm/kernel/module.c | 38 +-
10996 arch/arm/kernel/patch.c | 2 +
10997 arch/arm/kernel/process.c | 92 +-
10998 arch/arm/kernel/reboot.c | 1 +
10999 arch/arm/kernel/setup.c | 20 +-
11000 arch/arm/kernel/signal.c | 35 +-
11001 arch/arm/kernel/smp.c | 2 +-
11002 arch/arm/kernel/tcm.c | 4 +-
11003 arch/arm/kernel/vmlinux.lds.S | 6 +-
11004 arch/arm/kvm/arm.c | 8 +-
11005 arch/arm/lib/copy_page.S | 1 +
11006 arch/arm/lib/csumpartialcopyuser.S | 4 +-
11007 arch/arm/lib/delay.c | 2 +-
11008 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
11009 arch/arm/mach-exynos/suspend.c | 6 +-
11010 arch/arm/mach-mvebu/coherency.c | 4 +-
11011 arch/arm/mach-omap2/board-n8x0.c | 2 +-
11012 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
11013 arch/arm/mach-omap2/omap-smp.c | 1 +
11014 arch/arm/mach-omap2/omap_device.c | 4 +-
11015 arch/arm/mach-omap2/omap_device.h | 4 +-
11016 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
11017 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
11018 arch/arm/mach-omap2/wd_timer.c | 6 +-
11019 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
11020 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
11021 arch/arm/mach-tegra/irq.c | 1 +
11022 arch/arm/mach-ux500/pm.c | 1 +
11023 arch/arm/mach-zynq/platsmp.c | 1 +
11024 arch/arm/mm/Kconfig | 6 +-
11025 arch/arm/mm/cache-l2x0.c | 2 +-
11026 arch/arm/mm/context.c | 10 +-
11027 arch/arm/mm/fault.c | 146 +
11028 arch/arm/mm/fault.h | 12 +
11029 arch/arm/mm/init.c | 39 +
11030 arch/arm/mm/ioremap.c | 4 +-
11031 arch/arm/mm/mmap.c | 30 +-
11032 arch/arm/mm/mmu.c | 162 +-
11033 arch/arm/net/bpf_jit_32.c | 3 +
11034 arch/arm/plat-iop/setup.c | 2 +-
11035 arch/arm/plat-omap/sram.c | 2 +
11036 arch/arm64/include/asm/atomic.h | 10 +
11037 arch/arm64/include/asm/percpu.h | 8 +-
11038 arch/arm64/include/asm/pgalloc.h | 5 +
11039 arch/arm64/include/asm/uaccess.h | 1 +
11040 arch/arm64/mm/dma-mapping.c | 2 +-
11041 arch/avr32/include/asm/elf.h | 8 +-
11042 arch/avr32/include/asm/kmap_types.h | 4 +-
11043 arch/avr32/mm/fault.c | 27 +
11044 arch/frv/include/asm/atomic.h | 10 +
11045 arch/frv/include/asm/kmap_types.h | 2 +-
11046 arch/frv/mm/elf-fdpic.c | 3 +-
11047 arch/ia64/Makefile | 1 +
11048 arch/ia64/include/asm/atomic.h | 10 +
11049 arch/ia64/include/asm/elf.h | 7 +
11050 arch/ia64/include/asm/pgalloc.h | 12 +
11051 arch/ia64/include/asm/pgtable.h | 13 +-
11052 arch/ia64/include/asm/spinlock.h | 2 +-
11053 arch/ia64/include/asm/uaccess.h | 27 +-
11054 arch/ia64/kernel/module.c | 45 +-
11055 arch/ia64/kernel/palinfo.c | 2 +-
11056 arch/ia64/kernel/sys_ia64.c | 7 +
11057 arch/ia64/kernel/vmlinux.lds.S | 2 +-
11058 arch/ia64/mm/fault.c | 32 +-
11059 arch/ia64/mm/init.c | 15 +-
11060 arch/m32r/lib/usercopy.c | 6 +
11061 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
11062 arch/mips/include/asm/atomic.h | 368 +-
11063 arch/mips/include/asm/elf.h | 7 +
11064 arch/mips/include/asm/exec.h | 2 +-
11065 arch/mips/include/asm/hw_irq.h | 2 +-
11066 arch/mips/include/asm/local.h | 57 +
11067 arch/mips/include/asm/page.h | 2 +-
11068 arch/mips/include/asm/pgalloc.h | 5 +
11069 arch/mips/include/asm/pgtable.h | 3 +
11070 arch/mips/include/asm/uaccess.h | 1 +
11071 arch/mips/kernel/binfmt_elfn32.c | 7 +
11072 arch/mips/kernel/binfmt_elfo32.c | 7 +
11073 arch/mips/kernel/irq-gt641xx.c | 2 +-
11074 arch/mips/kernel/irq.c | 6 +-
11075 arch/mips/kernel/pm-cps.c | 2 +-
11076 arch/mips/kernel/process.c | 12 -
11077 arch/mips/kernel/sync-r4k.c | 24 +-
11078 arch/mips/kernel/traps.c | 13 +-
11079 arch/mips/mm/fault.c | 25 +
11080 arch/mips/mm/mmap.c | 51 +-
11081 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
11082 arch/mips/sni/rm200.c | 2 +-
11083 arch/mips/vr41xx/common/icu.c | 2 +-
11084 arch/mips/vr41xx/common/irq.c | 4 +-
11085 arch/parisc/include/asm/atomic.h | 10 +
11086 arch/parisc/include/asm/elf.h | 7 +
11087 arch/parisc/include/asm/pgalloc.h | 6 +
11088 arch/parisc/include/asm/pgtable.h | 11 +
11089 arch/parisc/include/asm/uaccess.h | 4 +-
11090 arch/parisc/kernel/module.c | 50 +-
11091 arch/parisc/kernel/sys_parisc.c | 15 +
11092 arch/parisc/kernel/traps.c | 4 +-
11093 arch/parisc/mm/fault.c | 140 +-
11094 arch/powerpc/include/asm/atomic.h | 329 +-
11095 arch/powerpc/include/asm/elf.h | 12 +
11096 arch/powerpc/include/asm/exec.h | 2 +-
11097 arch/powerpc/include/asm/kmap_types.h | 2 +-
11098 arch/powerpc/include/asm/local.h | 46 +
11099 arch/powerpc/include/asm/mman.h | 2 +-
11100 arch/powerpc/include/asm/page.h | 8 +-
11101 arch/powerpc/include/asm/page_64.h | 7 +-
11102 arch/powerpc/include/asm/pgalloc-64.h | 7 +
11103 arch/powerpc/include/asm/pgtable.h | 1 +
11104 arch/powerpc/include/asm/pte-hash32.h | 1 +
11105 arch/powerpc/include/asm/reg.h | 1 +
11106 arch/powerpc/include/asm/smp.h | 2 +-
11107 arch/powerpc/include/asm/spinlock.h | 42 +-
11108 arch/powerpc/include/asm/uaccess.h | 141 +-
11109 arch/powerpc/kernel/Makefile | 5 +
11110 arch/powerpc/kernel/exceptions-64e.S | 4 +-
11111 arch/powerpc/kernel/exceptions-64s.S | 2 +-
11112 arch/powerpc/kernel/module_32.c | 15 +-
11113 arch/powerpc/kernel/process.c | 46 -
11114 arch/powerpc/kernel/signal_32.c | 2 +-
11115 arch/powerpc/kernel/signal_64.c | 2 +-
11116 arch/powerpc/kernel/traps.c | 21 +
11117 arch/powerpc/kernel/vdso.c | 5 +-
11118 arch/powerpc/lib/usercopy_64.c | 18 -
11119 arch/powerpc/mm/fault.c | 56 +-
11120 arch/powerpc/mm/mmap.c | 16 +
11121 arch/powerpc/mm/slice.c | 13 +-
11122 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
11123 arch/s390/include/asm/atomic.h | 10 +
11124 arch/s390/include/asm/elf.h | 7 +
11125 arch/s390/include/asm/exec.h | 2 +-
11126 arch/s390/include/asm/uaccess.h | 13 +-
11127 arch/s390/kernel/module.c | 22 +-
11128 arch/s390/kernel/process.c | 20 -
11129 arch/s390/mm/mmap.c | 16 +
11130 arch/score/include/asm/exec.h | 2 +-
11131 arch/score/kernel/process.c | 5 -
11132 arch/sh/mm/mmap.c | 22 +-
11133 arch/sparc/include/asm/atomic_64.h | 110 +-
11134 arch/sparc/include/asm/cache.h | 2 +-
11135 arch/sparc/include/asm/elf_32.h | 7 +
11136 arch/sparc/include/asm/elf_64.h | 7 +
11137 arch/sparc/include/asm/pgalloc_32.h | 1 +
11138 arch/sparc/include/asm/pgalloc_64.h | 1 +
11139 arch/sparc/include/asm/pgtable.h | 4 +
11140 arch/sparc/include/asm/pgtable_32.h | 15 +-
11141 arch/sparc/include/asm/pgtsrmmu.h | 5 +
11142 arch/sparc/include/asm/setup.h | 4 +-
11143 arch/sparc/include/asm/spinlock_64.h | 35 +-
11144 arch/sparc/include/asm/thread_info_32.h | 1 +
11145 arch/sparc/include/asm/thread_info_64.h | 2 +
11146 arch/sparc/include/asm/uaccess.h | 1 +
11147 arch/sparc/include/asm/uaccess_32.h | 28 +-
11148 arch/sparc/include/asm/uaccess_64.h | 24 +-
11149 arch/sparc/kernel/Makefile | 2 +-
11150 arch/sparc/kernel/prom_common.c | 2 +-
11151 arch/sparc/kernel/smp_64.c | 8 +-
11152 arch/sparc/kernel/sys_sparc_32.c | 2 +-
11153 arch/sparc/kernel/sys_sparc_64.c | 52 +-
11154 arch/sparc/kernel/traps_64.c | 27 +-
11155 arch/sparc/lib/Makefile | 2 +-
11156 arch/sparc/lib/atomic_64.S | 57 +-
11157 arch/sparc/lib/ksyms.c | 6 +-
11158 arch/sparc/mm/Makefile | 2 +-
11159 arch/sparc/mm/fault_32.c | 292 +
11160 arch/sparc/mm/fault_64.c | 486 +
11161 arch/sparc/mm/hugetlbpage.c | 22 +-
11162 arch/sparc/mm/init_64.c | 10 +-
11163 arch/tile/include/asm/atomic_64.h | 10 +
11164 arch/tile/include/asm/uaccess.h | 4 +-
11165 arch/um/Makefile | 4 +
11166 arch/um/include/asm/kmap_types.h | 2 +-
11167 arch/um/include/asm/page.h | 3 +
11168 arch/um/include/asm/pgtable-3level.h | 1 +
11169 arch/um/kernel/process.c | 16 -
11170 arch/x86/Kconfig | 26 +-
11171 arch/x86/Kconfig.cpu | 6 +-
11172 arch/x86/Kconfig.debug | 4 +-
11173 arch/x86/Makefile | 13 +-
11174 arch/x86/boot/Makefile | 3 +
11175 arch/x86/boot/bitops.h | 4 +-
11176 arch/x86/boot/boot.h | 2 +-
11177 arch/x86/boot/compressed/Makefile | 3 +
11178 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
11179 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
11180 arch/x86/boot/compressed/head_32.S | 4 +-
11181 arch/x86/boot/compressed/head_64.S | 12 +-
11182 arch/x86/boot/compressed/misc.c | 11 +-
11183 arch/x86/boot/cpucheck.c | 16 +-
11184 arch/x86/boot/header.S | 6 +-
11185 arch/x86/boot/memory.c | 2 +-
11186 arch/x86/boot/video-vesa.c | 1 +
11187 arch/x86/boot/video.c | 2 +-
11188 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
11189 arch/x86/crypto/aesni-intel_asm.S | 106 +-
11190 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
11191 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
11192 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
11193 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
11194 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
11195 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
11196 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
11197 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
11198 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
11199 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
11200 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
11201 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
11202 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
11203 arch/x86/crypto/sha256-avx-asm.S | 2 +
11204 arch/x86/crypto/sha256-avx2-asm.S | 2 +
11205 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
11206 arch/x86/crypto/sha512-avx-asm.S | 2 +
11207 arch/x86/crypto/sha512-avx2-asm.S | 2 +
11208 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
11209 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
11210 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
11211 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
11212 arch/x86/entry/calling.h | 86 +-
11213 arch/x86/entry/common.c | 28 +-
11214 arch/x86/entry/entry_32.S | 311 +-
11215 arch/x86/entry/entry_64.S | 625 +-
11216 arch/x86/entry/entry_64_compat.S | 67 +-
11217 arch/x86/entry/thunk_64.S | 2 +
11218 arch/x86/entry/vdso/Makefile | 2 +-
11219 arch/x86/entry/vdso/vdso2c.h | 8 +-
11220 arch/x86/entry/vdso/vma.c | 37 +-
11221 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
11222 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
11223 arch/x86/ia32/ia32_signal.c | 23 +-
11224 arch/x86/ia32/sys_ia32.c | 42 +-
11225 arch/x86/include/asm/alternative-asm.h | 43 +-
11226 arch/x86/include/asm/alternative.h | 4 +-
11227 arch/x86/include/asm/apic.h | 2 +-
11228 arch/x86/include/asm/apm.h | 4 +-
11229 arch/x86/include/asm/atomic.h | 230 +-
11230 arch/x86/include/asm/atomic64_32.h | 100 +
11231 arch/x86/include/asm/atomic64_64.h | 164 +-
11232 arch/x86/include/asm/bitops.h | 18 +-
11233 arch/x86/include/asm/boot.h | 2 +-
11234 arch/x86/include/asm/cache.h | 5 +-
11235 arch/x86/include/asm/checksum_32.h | 12 +-
11236 arch/x86/include/asm/cmpxchg.h | 39 +
11237 arch/x86/include/asm/compat.h | 4 +
11238 arch/x86/include/asm/cpufeature.h | 17 +-
11239 arch/x86/include/asm/desc.h | 78 +-
11240 arch/x86/include/asm/desc_defs.h | 6 +
11241 arch/x86/include/asm/div64.h | 2 +-
11242 arch/x86/include/asm/dma.h | 2 +
11243 arch/x86/include/asm/elf.h | 33 +-
11244 arch/x86/include/asm/emergency-restart.h | 2 +-
11245 arch/x86/include/asm/fpu/internal.h | 42 +-
11246 arch/x86/include/asm/fpu/types.h | 5 +-
11247 arch/x86/include/asm/futex.h | 14 +-
11248 arch/x86/include/asm/hw_irq.h | 4 +-
11249 arch/x86/include/asm/i8259.h | 2 +-
11250 arch/x86/include/asm/io.h | 22 +-
11251 arch/x86/include/asm/irqflags.h | 5 +
11252 arch/x86/include/asm/kprobes.h | 9 +-
11253 arch/x86/include/asm/local.h | 106 +-
11254 arch/x86/include/asm/mman.h | 15 +
11255 arch/x86/include/asm/mmu.h | 14 +-
11256 arch/x86/include/asm/mmu_context.h | 133 +-
11257 arch/x86/include/asm/module.h | 17 +-
11258 arch/x86/include/asm/nmi.h | 19 +-
11259 arch/x86/include/asm/page.h | 1 +
11260 arch/x86/include/asm/page_32.h | 12 +-
11261 arch/x86/include/asm/page_64.h | 14 +-
11262 arch/x86/include/asm/paravirt.h | 46 +-
11263 arch/x86/include/asm/paravirt_types.h | 15 +-
11264 arch/x86/include/asm/pgalloc.h | 23 +
11265 arch/x86/include/asm/pgtable-2level.h | 2 +
11266 arch/x86/include/asm/pgtable-3level.h | 7 +
11267 arch/x86/include/asm/pgtable.h | 126 +-
11268 arch/x86/include/asm/pgtable_32.h | 14 +-
11269 arch/x86/include/asm/pgtable_32_types.h | 24 +-
11270 arch/x86/include/asm/pgtable_64.h | 23 +-
11271 arch/x86/include/asm/pgtable_64_types.h | 5 +
11272 arch/x86/include/asm/pgtable_types.h | 26 +-
11273 arch/x86/include/asm/pmem.h | 2 +-
11274 arch/x86/include/asm/preempt.h | 2 +-
11275 arch/x86/include/asm/processor.h | 57 +-
11276 arch/x86/include/asm/ptrace.h | 15 +-
11277 arch/x86/include/asm/realmode.h | 4 +-
11278 arch/x86/include/asm/reboot.h | 10 +-
11279 arch/x86/include/asm/rmwcc.h | 84 +-
11280 arch/x86/include/asm/rwsem.h | 60 +-
11281 arch/x86/include/asm/segment.h | 27 +-
11282 arch/x86/include/asm/smap.h | 43 +
11283 arch/x86/include/asm/smp.h | 14 +-
11284 arch/x86/include/asm/stackprotector.h | 4 +-
11285 arch/x86/include/asm/stacktrace.h | 34 +-
11286 arch/x86/include/asm/switch_to.h | 4 +-
11287 arch/x86/include/asm/sys_ia32.h | 6 +-
11288 arch/x86/include/asm/thread_info.h | 27 +-
11289 arch/x86/include/asm/tlbflush.h | 77 +-
11290 arch/x86/include/asm/uaccess.h | 210 +-
11291 arch/x86/include/asm/uaccess_32.h | 28 +-
11292 arch/x86/include/asm/uaccess_64.h | 169 +-
11293 arch/x86/include/asm/word-at-a-time.h | 2 +-
11294 arch/x86/include/asm/x86_init.h | 10 +-
11295 arch/x86/include/asm/xen/page.h | 2 +-
11296 arch/x86/include/uapi/asm/e820.h | 2 +-
11297 arch/x86/kernel/Makefile | 2 +-
11298 arch/x86/kernel/acpi/boot.c | 4 +-
11299 arch/x86/kernel/acpi/sleep.c | 4 +
11300 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
11301 arch/x86/kernel/alternative.c | 124 +-
11302 arch/x86/kernel/apic/apic.c | 4 +-
11303 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
11304 arch/x86/kernel/apic/apic_noop.c | 2 +-
11305 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
11306 arch/x86/kernel/apic/io_apic.c | 8 +-
11307 arch/x86/kernel/apic/msi.c | 2 +-
11308 arch/x86/kernel/apic/probe_32.c | 4 +-
11309 arch/x86/kernel/apic/vector.c | 2 +
11310 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
11311 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
11312 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
11313 arch/x86/kernel/apm_32.c | 21 +-
11314 arch/x86/kernel/asm-offsets.c | 20 +
11315 arch/x86/kernel/asm-offsets_64.c | 1 +
11316 arch/x86/kernel/cpu/Makefile | 4 -
11317 arch/x86/kernel/cpu/amd.c | 2 +-
11318 arch/x86/kernel/cpu/bugs_64.c | 2 +
11319 arch/x86/kernel/cpu/common.c | 202 +-
11320 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
11321 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
11322 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
11323 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
11324 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
11325 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
11326 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
11327 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
11328 arch/x86/kernel/cpu/perf_event.c | 10 +-
11329 arch/x86/kernel/cpu/perf_event.h | 2 +-
11330 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
11331 arch/x86/kernel/cpu/perf_event_intel.c | 34 +-
11332 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
11333 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
11334 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
11335 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
11336 arch/x86/kernel/cpu/perf_event_intel_pt.c | 42 +-
11337 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
11338 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
11339 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
11340 arch/x86/kernel/crash_dump_64.c | 2 +-
11341 arch/x86/kernel/doublefault.c | 8 +-
11342 arch/x86/kernel/dumpstack.c | 24 +-
11343 arch/x86/kernel/dumpstack_32.c | 25 +-
11344 arch/x86/kernel/dumpstack_64.c | 62 +-
11345 arch/x86/kernel/e820.c | 4 +-
11346 arch/x86/kernel/early_printk.c | 1 +
11347 arch/x86/kernel/espfix_64.c | 44 +-
11348 arch/x86/kernel/fpu/core.c | 24 +-
11349 arch/x86/kernel/fpu/init.c | 40 +-
11350 arch/x86/kernel/fpu/regset.c | 22 +-
11351 arch/x86/kernel/fpu/signal.c | 20 +-
11352 arch/x86/kernel/fpu/xstate.c | 6 +-
11353 arch/x86/kernel/ftrace.c | 18 +-
11354 arch/x86/kernel/head64.c | 14 +-
11355 arch/x86/kernel/head_32.S | 235 +-
11356 arch/x86/kernel/head_64.S | 173 +-
11357 arch/x86/kernel/i386_ksyms_32.c | 12 +
11358 arch/x86/kernel/i8259.c | 10 +-
11359 arch/x86/kernel/io_delay.c | 2 +-
11360 arch/x86/kernel/ioport.c | 2 +-
11361 arch/x86/kernel/irq.c | 8 +-
11362 arch/x86/kernel/irq_32.c | 45 +-
11363 arch/x86/kernel/jump_label.c | 10 +-
11364 arch/x86/kernel/kgdb.c | 21 +-
11365 arch/x86/kernel/kprobes/core.c | 28 +-
11366 arch/x86/kernel/kprobes/opt.c | 16 +-
11367 arch/x86/kernel/ksysfs.c | 2 +-
11368 arch/x86/kernel/kvmclock.c | 20 +-
11369 arch/x86/kernel/ldt.c | 25 +
11370 arch/x86/kernel/livepatch.c | 11 +-
11371 arch/x86/kernel/machine_kexec_32.c | 6 +-
11372 arch/x86/kernel/mcount_64.S | 19 +-
11373 arch/x86/kernel/module.c | 78 +-
11374 arch/x86/kernel/msr.c | 2 +-
11375 arch/x86/kernel/nmi.c | 34 +-
11376 arch/x86/kernel/nmi_selftest.c | 4 +-
11377 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
11378 arch/x86/kernel/paravirt.c | 45 +-
11379 arch/x86/kernel/paravirt_patch_64.c | 8 +
11380 arch/x86/kernel/pci-calgary_64.c | 2 +-
11381 arch/x86/kernel/pci-iommu_table.c | 2 +-
11382 arch/x86/kernel/pci-swiotlb.c | 2 +-
11383 arch/x86/kernel/process.c | 80 +-
11384 arch/x86/kernel/process_32.c | 29 +-
11385 arch/x86/kernel/process_64.c | 14 +-
11386 arch/x86/kernel/ptrace.c | 20 +-
11387 arch/x86/kernel/pvclock.c | 8 +-
11388 arch/x86/kernel/reboot.c | 44 +-
11389 arch/x86/kernel/reboot_fixups_32.c | 2 +-
11390 arch/x86/kernel/relocate_kernel_64.S | 3 +-
11391 arch/x86/kernel/setup.c | 29 +-
11392 arch/x86/kernel/setup_percpu.c | 29 +-
11393 arch/x86/kernel/signal.c | 17 +-
11394 arch/x86/kernel/smp.c | 2 +-
11395 arch/x86/kernel/smpboot.c | 29 +-
11396 arch/x86/kernel/step.c | 6 +-
11397 arch/x86/kernel/sys_i386_32.c | 184 +
11398 arch/x86/kernel/sys_x86_64.c | 22 +-
11399 arch/x86/kernel/tboot.c | 22 +-
11400 arch/x86/kernel/time.c | 8 +-
11401 arch/x86/kernel/tls.c | 7 +-
11402 arch/x86/kernel/tracepoint.c | 4 +-
11403 arch/x86/kernel/traps.c | 53 +-
11404 arch/x86/kernel/tsc.c | 2 +-
11405 arch/x86/kernel/uprobes.c | 4 +-
11406 arch/x86/kernel/vm86_32.c | 6 +-
11407 arch/x86/kernel/vmlinux.lds.S | 153 +-
11408 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
11409 arch/x86/kernel/x86_init.c | 6 +-
11410 arch/x86/kvm/cpuid.c | 21 +-
11411 arch/x86/kvm/emulate.c | 6 +-
11412 arch/x86/kvm/i8259.c | 10 +-
11413 arch/x86/kvm/ioapic.c | 2 +
11414 arch/x86/kvm/lapic.c | 2 +-
11415 arch/x86/kvm/paging_tmpl.h | 2 +-
11416 arch/x86/kvm/svm.c | 10 +-
11417 arch/x86/kvm/vmx.c | 62 +-
11418 arch/x86/kvm/x86.c | 44 +-
11419 arch/x86/lguest/boot.c | 3 +-
11420 arch/x86/lib/atomic64_386_32.S | 164 +
11421 arch/x86/lib/atomic64_cx8_32.S | 98 +-
11422 arch/x86/lib/checksum_32.S | 99 +-
11423 arch/x86/lib/clear_page_64.S | 3 +
11424 arch/x86/lib/cmpxchg16b_emu.S | 3 +
11425 arch/x86/lib/copy_page_64.S | 14 +-
11426 arch/x86/lib/copy_user_64.S | 66 +-
11427 arch/x86/lib/csum-copy_64.S | 14 +-
11428 arch/x86/lib/csum-wrappers_64.c | 8 +-
11429 arch/x86/lib/getuser.S | 74 +-
11430 arch/x86/lib/insn.c | 8 +-
11431 arch/x86/lib/iomap_copy_64.S | 2 +
11432 arch/x86/lib/memcpy_64.S | 6 +
11433 arch/x86/lib/memmove_64.S | 3 +-
11434 arch/x86/lib/memset_64.S | 3 +
11435 arch/x86/lib/mmx_32.c | 243 +-
11436 arch/x86/lib/msr-reg.S | 2 +
11437 arch/x86/lib/putuser.S | 87 +-
11438 arch/x86/lib/rwsem.S | 6 +-
11439 arch/x86/lib/usercopy_32.c | 359 +-
11440 arch/x86/lib/usercopy_64.c | 22 +-
11441 arch/x86/math-emu/fpu_aux.c | 2 +-
11442 arch/x86/math-emu/fpu_entry.c | 4 +-
11443 arch/x86/math-emu/fpu_system.h | 2 +-
11444 arch/x86/mm/Makefile | 4 +
11445 arch/x86/mm/extable.c | 26 +-
11446 arch/x86/mm/fault.c | 570 +-
11447 arch/x86/mm/gup.c | 6 +-
11448 arch/x86/mm/highmem_32.c | 6 +
11449 arch/x86/mm/hugetlbpage.c | 24 +-
11450 arch/x86/mm/init.c | 111 +-
11451 arch/x86/mm/init_32.c | 111 +-
11452 arch/x86/mm/init_64.c | 46 +-
11453 arch/x86/mm/iomap_32.c | 4 +
11454 arch/x86/mm/ioremap.c | 52 +-
11455 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
11456 arch/x86/mm/mmap.c | 40 +-
11457 arch/x86/mm/mmio-mod.c | 10 +-
11458 arch/x86/mm/mpx.c | 6 +-
11459 arch/x86/mm/numa.c | 4 +-
11460 arch/x86/mm/pageattr.c | 42 +-
11461 arch/x86/mm/pat.c | 12 +-
11462 arch/x86/mm/pat_rbtree.c | 2 +-
11463 arch/x86/mm/pf_in.c | 10 +-
11464 arch/x86/mm/pgtable.c | 214 +-
11465 arch/x86/mm/pgtable_32.c | 3 +
11466 arch/x86/mm/setup_nx.c | 7 +
11467 arch/x86/mm/tlb.c | 4 +
11468 arch/x86/mm/uderef_64.c | 37 +
11469 arch/x86/net/bpf_jit.S | 11 +
11470 arch/x86/net/bpf_jit_comp.c | 13 +-
11471 arch/x86/oprofile/backtrace.c | 6 +-
11472 arch/x86/oprofile/nmi_int.c | 8 +-
11473 arch/x86/oprofile/op_model_amd.c | 8 +-
11474 arch/x86/oprofile/op_model_ppro.c | 7 +-
11475 arch/x86/oprofile/op_x86_model.h | 2 +-
11476 arch/x86/pci/intel_mid_pci.c | 2 +-
11477 arch/x86/pci/irq.c | 8 +-
11478 arch/x86/pci/pcbios.c | 144 +-
11479 arch/x86/platform/efi/efi_32.c | 24 +
11480 arch/x86/platform/efi/efi_64.c | 26 +-
11481 arch/x86/platform/efi/efi_stub_32.S | 64 +-
11482 arch/x86/platform/efi/efi_stub_64.S | 2 +
11483 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
11484 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
11485 arch/x86/platform/intel-mid/mfld.c | 4 +-
11486 arch/x86/platform/intel-mid/mrfl.c | 2 +-
11487 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
11488 arch/x86/platform/olpc/olpc_dt.c | 2 +-
11489 arch/x86/power/cpu.c | 11 +-
11490 arch/x86/realmode/init.c | 10 +-
11491 arch/x86/realmode/rm/Makefile | 3 +
11492 arch/x86/realmode/rm/header.S | 4 +-
11493 arch/x86/realmode/rm/reboot.S | 4 +
11494 arch/x86/realmode/rm/trampoline_32.S | 12 +-
11495 arch/x86/realmode/rm/trampoline_64.S | 3 +-
11496 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
11497 arch/x86/tools/Makefile | 2 +-
11498 arch/x86/tools/relocs.c | 96 +-
11499 arch/x86/um/mem_32.c | 2 +-
11500 arch/x86/um/tls_32.c | 2 +-
11501 arch/x86/xen/enlighten.c | 50 +-
11502 arch/x86/xen/mmu.c | 19 +-
11503 arch/x86/xen/smp.c | 16 +-
11504 arch/x86/xen/xen-asm_32.S | 2 +-
11505 arch/x86/xen/xen-head.S | 11 +
11506 arch/x86/xen/xen-ops.h | 2 -
11507 block/bio.c | 4 +-
11508 block/blk-cgroup.c | 18 +-
11509 block/blk-iopoll.c | 2 +-
11510 block/blk-map.c | 2 +-
11511 block/blk-softirq.c | 2 +-
11512 block/bsg.c | 12 +-
11513 block/cfq-iosched.c | 4 +-
11514 block/compat_ioctl.c | 4 +-
11515 block/genhd.c | 9 +-
11516 block/partitions/efi.c | 8 +-
11517 block/scsi_ioctl.c | 29 +-
11518 crypto/cryptd.c | 4 +-
11519 crypto/crypto_user.c | 8 +-
11520 crypto/pcrypt.c | 2 +-
11521 crypto/zlib.c | 12 +-
11522 drivers/acpi/acpi_video.c | 2 +-
11523 drivers/acpi/apei/apei-internal.h | 2 +-
11524 drivers/acpi/apei/ghes.c | 10 +-
11525 drivers/acpi/bgrt.c | 6 +-
11526 drivers/acpi/blacklist.c | 4 +-
11527 drivers/acpi/bus.c | 4 +-
11528 drivers/acpi/device_pm.c | 4 +-
11529 drivers/acpi/ec.c | 2 +-
11530 drivers/acpi/pci_slot.c | 2 +-
11531 drivers/acpi/processor_idle.c | 2 +-
11532 drivers/acpi/processor_pdc.c | 2 +-
11533 drivers/acpi/sleep.c | 2 +-
11534 drivers/acpi/sysfs.c | 4 +-
11535 drivers/acpi/thermal.c | 2 +-
11536 drivers/acpi/video_detect.c | 7 +-
11537 drivers/ata/libata-core.c | 12 +-
11538 drivers/ata/libata-scsi.c | 2 +-
11539 drivers/ata/libata.h | 2 +-
11540 drivers/ata/pata_arasan_cf.c | 4 +-
11541 drivers/atm/adummy.c | 2 +-
11542 drivers/atm/ambassador.c | 8 +-
11543 drivers/atm/atmtcp.c | 14 +-
11544 drivers/atm/eni.c | 10 +-
11545 drivers/atm/firestream.c | 8 +-
11546 drivers/atm/fore200e.c | 14 +-
11547 drivers/atm/he.c | 18 +-
11548 drivers/atm/horizon.c | 4 +-
11549 drivers/atm/idt77252.c | 36 +-
11550 drivers/atm/iphase.c | 34 +-
11551 drivers/atm/lanai.c | 12 +-
11552 drivers/atm/nicstar.c | 46 +-
11553 drivers/atm/solos-pci.c | 4 +-
11554 drivers/atm/suni.c | 4 +-
11555 drivers/atm/uPD98402.c | 16 +-
11556 drivers/atm/zatm.c | 6 +-
11557 drivers/base/bus.c | 4 +-
11558 drivers/base/devres.c | 4 +-
11559 drivers/base/devtmpfs.c | 8 +-
11560 drivers/base/node.c | 2 +-
11561 drivers/base/platform-msi.c | 20 +-
11562 drivers/base/power/domain.c | 7 +-
11563 drivers/base/power/runtime.c | 6 +-
11564 drivers/base/power/sysfs.c | 2 +-
11565 drivers/base/power/wakeup.c | 8 +-
11566 drivers/base/regmap/regmap-debugfs.c | 4 +-
11567 drivers/base/regmap/regmap.c | 4 +-
11568 drivers/base/syscore.c | 4 +-
11569 drivers/block/cciss.c | 28 +-
11570 drivers/block/cciss.h | 2 +-
11571 drivers/block/cpqarray.c | 28 +-
11572 drivers/block/cpqarray.h | 2 +-
11573 drivers/block/drbd/drbd_bitmap.c | 2 +-
11574 drivers/block/drbd/drbd_int.h | 8 +-
11575 drivers/block/drbd/drbd_main.c | 12 +-
11576 drivers/block/drbd/drbd_nl.c | 4 +-
11577 drivers/block/drbd/drbd_receiver.c | 38 +-
11578 drivers/block/drbd/drbd_worker.c | 14 +-
11579 drivers/block/pktcdvd.c | 4 +-
11580 drivers/block/rbd.c | 2 +-
11581 drivers/bluetooth/btwilink.c | 2 +-
11582 drivers/bus/arm-cci.c | 12 +-
11583 drivers/cdrom/cdrom.c | 11 +-
11584 drivers/cdrom/gdrom.c | 1 -
11585 drivers/char/agp/compat_ioctl.c | 2 +-
11586 drivers/char/agp/frontend.c | 4 +-
11587 drivers/char/agp/intel-gtt.c | 4 +-
11588 drivers/char/hpet.c | 2 +-
11589 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
11590 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
11591 drivers/char/ipmi/ipmi_ssif.c | 12 +-
11592 drivers/char/mem.c | 47 +-
11593 drivers/char/nvram.c | 2 +-
11594 drivers/char/pcmcia/synclink_cs.c | 16 +-
11595 drivers/char/random.c | 12 +-
11596 drivers/char/sonypi.c | 11 +-
11597 drivers/char/tpm/tpm_acpi.c | 3 +-
11598 drivers/char/tpm/tpm_eventlog.c | 5 +-
11599 drivers/char/virtio_console.c | 6 +-
11600 drivers/clk/clk-composite.c | 2 +-
11601 drivers/clk/samsung/clk.h | 2 +-
11602 drivers/clk/socfpga/clk-gate.c | 9 +-
11603 drivers/clk/socfpga/clk-pll.c | 9 +-
11604 drivers/clk/ti/clk.c | 8 +-
11605 drivers/cpufreq/acpi-cpufreq.c | 17 +-
11606 drivers/cpufreq/cpufreq-dt.c | 4 +-
11607 drivers/cpufreq/cpufreq.c | 30 +-
11608 drivers/cpufreq/cpufreq_governor.c | 2 +-
11609 drivers/cpufreq/cpufreq_governor.h | 4 +-
11610 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
11611 drivers/cpufreq/intel_pstate.c | 38 +-
11612 drivers/cpufreq/p4-clockmod.c | 12 +-
11613 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
11614 drivers/cpufreq/speedstep-centrino.c | 7 +-
11615 drivers/cpuidle/driver.c | 2 +-
11616 drivers/cpuidle/dt_idle_states.c | 2 +-
11617 drivers/cpuidle/governor.c | 2 +-
11618 drivers/cpuidle/sysfs.c | 2 +-
11619 drivers/crypto/hifn_795x.c | 4 +-
11620 drivers/devfreq/devfreq.c | 4 +-
11621 drivers/dma/sh/shdma-base.c | 4 +-
11622 drivers/dma/sh/shdmac.c | 2 +-
11623 drivers/edac/edac_device.c | 4 +-
11624 drivers/edac/edac_mc_sysfs.c | 2 +-
11625 drivers/edac/edac_pci.c | 4 +-
11626 drivers/edac/edac_pci_sysfs.c | 22 +-
11627 drivers/edac/mce_amd.h | 2 +-
11628 drivers/firewire/core-card.c | 6 +-
11629 drivers/firewire/core-device.c | 2 +-
11630 drivers/firewire/core-transaction.c | 1 +
11631 drivers/firewire/core.h | 1 +
11632 drivers/firmware/dmi-id.c | 2 +-
11633 drivers/firmware/dmi_scan.c | 12 +-
11634 drivers/firmware/efi/cper.c | 8 +-
11635 drivers/firmware/efi/efi.c | 12 +-
11636 drivers/firmware/efi/efivars.c | 2 +-
11637 drivers/firmware/efi/runtime-map.c | 2 +-
11638 drivers/firmware/google/gsmi.c | 2 +-
11639 drivers/firmware/google/memconsole.c | 7 +-
11640 drivers/firmware/memmap.c | 2 +-
11641 drivers/firmware/psci.c | 2 +-
11642 drivers/gpio/gpio-davinci.c | 6 +-
11643 drivers/gpio/gpio-em.c | 2 +-
11644 drivers/gpio/gpio-ich.c | 2 +-
11645 drivers/gpio/gpio-omap.c | 4 +-
11646 drivers/gpio/gpio-rcar.c | 2 +-
11647 drivers/gpio/gpio-vr41xx.c | 2 +-
11648 drivers/gpio/gpiolib.c | 12 +-
11649 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
11650 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
11651 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
11652 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
11653 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
11654 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
11655 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
11656 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
11657 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
11658 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
11659 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
11660 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
11661 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
11662 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
11663 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
11664 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
11665 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
11666 drivers/gpu/drm/armada/armada_drv.c | 3 +-
11667 drivers/gpu/drm/drm_crtc.c | 2 +-
11668 drivers/gpu/drm/drm_drv.c | 2 +-
11669 drivers/gpu/drm/drm_fops.c | 12 +-
11670 drivers/gpu/drm/drm_global.c | 14 +-
11671 drivers/gpu/drm/drm_info.c | 13 +-
11672 drivers/gpu/drm/drm_ioc32.c | 13 +-
11673 drivers/gpu/drm/drm_ioctl.c | 2 +-
11674 drivers/gpu/drm/drm_pci.c | 9 +-
11675 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
11676 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
11677 drivers/gpu/drm/gma500/psb_drv.c | 1 -
11678 drivers/gpu/drm/i810/i810_dma.c | 2 +-
11679 drivers/gpu/drm/i810/i810_drv.c | 6 +-
11680 drivers/gpu/drm/i810/i810_drv.h | 6 +-
11681 drivers/gpu/drm/i915/i915_dma.c | 4 +-
11682 drivers/gpu/drm/i915/i915_drv.c | 7 +-
11683 drivers/gpu/drm/i915/i915_drv.h | 2 +-
11684 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
11685 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
11686 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
11687 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
11688 drivers/gpu/drm/i915/i915_irq.c | 88 +-
11689 drivers/gpu/drm/i915/intel_display.c | 26 +-
11690 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
11691 drivers/gpu/drm/mga/mga_drv.c | 5 +-
11692 drivers/gpu/drm/mga/mga_drv.h | 6 +-
11693 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
11694 drivers/gpu/drm/mga/mga_irq.c | 8 +-
11695 drivers/gpu/drm/mga/mga_state.c | 2 +-
11696 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
11697 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
11698 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
11699 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
11700 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
11701 drivers/gpu/drm/omapdrm/Makefile | 2 +-
11702 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
11703 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
11704 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
11705 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
11706 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
11707 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
11708 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
11709 drivers/gpu/drm/r128/r128_cce.c | 2 +-
11710 drivers/gpu/drm/r128/r128_drv.c | 4 +-
11711 drivers/gpu/drm/r128/r128_drv.h | 6 +-
11712 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
11713 drivers/gpu/drm/r128/r128_irq.c | 4 +-
11714 drivers/gpu/drm/r128/r128_state.c | 6 +-
11715 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
11716 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
11717 drivers/gpu/drm/radeon/radeon_drv.c | 17 +-
11718 drivers/gpu/drm/radeon/radeon_drv.h | 4 +-
11719 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
11720 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
11721 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
11722 drivers/gpu/drm/radeon/radeon_state.c | 6 +-
11723 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
11724 drivers/gpu/drm/savage/savage_bci.c | 2 +-
11725 drivers/gpu/drm/savage/savage_drv.c | 5 +-
11726 drivers/gpu/drm/savage/savage_drv.h | 2 +-
11727 drivers/gpu/drm/sis/sis_drv.c | 5 +-
11728 drivers/gpu/drm/sis/sis_drv.h | 2 +-
11729 drivers/gpu/drm/sis/sis_mm.c | 2 +-
11730 drivers/gpu/drm/tegra/dc.c | 2 +-
11731 drivers/gpu/drm/tegra/dsi.c | 2 +-
11732 drivers/gpu/drm/tegra/hdmi.c | 2 +-
11733 drivers/gpu/drm/tegra/sor.c | 7 +-
11734 drivers/gpu/drm/tilcdc/Makefile | 6 +-
11735 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
11736 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
11737 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
11738 drivers/gpu/drm/udl/udl_fb.c | 1 -
11739 drivers/gpu/drm/via/via_dma.c | 2 +-
11740 drivers/gpu/drm/via/via_drv.c | 5 +-
11741 drivers/gpu/drm/via/via_drv.h | 6 +-
11742 drivers/gpu/drm/via/via_irq.c | 18 +-
11743 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
11744 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
11745 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
11746 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
11747 drivers/gpu/vga/vga_switcheroo.c | 4 +-
11748 drivers/hid/hid-core.c | 4 +-
11749 drivers/hid/hid-sensor-custom.c | 2 +-
11750 drivers/hv/channel.c | 6 +-
11751 drivers/hv/hv.c | 4 +-
11752 drivers/hv/hv_balloon.c | 18 +-
11753 drivers/hv/hyperv_vmbus.h | 2 +-
11754 drivers/hwmon/acpi_power_meter.c | 6 +-
11755 drivers/hwmon/applesmc.c | 2 +-
11756 drivers/hwmon/asus_atk0110.c | 10 +-
11757 drivers/hwmon/coretemp.c | 2 +-
11758 drivers/hwmon/dell-smm-hwmon.c | 2 +-
11759 drivers/hwmon/ibmaem.c | 2 +-
11760 drivers/hwmon/iio_hwmon.c | 2 +-
11761 drivers/hwmon/nct6683.c | 6 +-
11762 drivers/hwmon/nct6775.c | 6 +-
11763 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
11764 drivers/hwmon/sht15.c | 12 +-
11765 drivers/hwmon/via-cputemp.c | 2 +-
11766 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
11767 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
11768 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
11769 drivers/i2c/i2c-dev.c | 2 +-
11770 drivers/ide/ide-cd.c | 2 +-
11771 drivers/ide/ide-disk.c | 2 +-
11772 drivers/iio/industrialio-core.c | 2 +-
11773 drivers/iio/magnetometer/ak8975.c | 2 +-
11774 drivers/infiniband/core/cm.c | 32 +-
11775 drivers/infiniband/core/fmr_pool.c | 20 +-
11776 drivers/infiniband/core/netlink.c | 5 +-
11777 drivers/infiniband/core/uverbs_cmd.c | 3 +
11778 drivers/infiniband/hw/cxgb4/device.c | 6 +-
11779 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
11780 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
11781 drivers/infiniband/hw/mlx4/mad.c | 2 +-
11782 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
11783 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
11784 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
11785 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
11786 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
11787 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
11788 drivers/infiniband/hw/nes/nes.c | 4 +-
11789 drivers/infiniband/hw/nes/nes.h | 40 +-
11790 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
11791 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
11792 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
11793 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
11794 drivers/infiniband/hw/qib/qib.h | 1 +
11795 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
11796 drivers/input/evdev.c | 2 +-
11797 drivers/input/gameport/gameport.c | 4 +-
11798 drivers/input/input.c | 4 +-
11799 drivers/input/joystick/sidewinder.c | 1 +
11800 drivers/input/misc/ims-pcu.c | 4 +-
11801 drivers/input/mouse/psmouse.h | 2 +-
11802 drivers/input/mousedev.c | 2 +-
11803 drivers/input/serio/serio.c | 4 +-
11804 drivers/input/serio/serio_raw.c | 4 +-
11805 drivers/input/touchscreen/htcpen.c | 2 +-
11806 drivers/iommu/arm-smmu-v3.c | 2 +-
11807 drivers/iommu/arm-smmu.c | 43 +-
11808 drivers/iommu/io-pgtable-arm.c | 101 +-
11809 drivers/iommu/io-pgtable.c | 11 +-
11810 drivers/iommu/io-pgtable.h | 19 +-
11811 drivers/iommu/iommu.c | 2 +-
11812 drivers/iommu/ipmmu-vmsa.c | 13 +-
11813 drivers/iommu/irq_remapping.c | 2 +-
11814 drivers/irqchip/irq-gic.c | 2 +-
11815 drivers/irqchip/irq-i8259.c | 2 +-
11816 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
11817 drivers/isdn/capi/capi.c | 10 +-
11818 drivers/isdn/gigaset/interface.c | 8 +-
11819 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
11820 drivers/isdn/hardware/avm/b1.c | 4 +-
11821 drivers/isdn/i4l/isdn_common.c | 2 +
11822 drivers/isdn/i4l/isdn_tty.c | 22 +-
11823 drivers/isdn/icn/icn.c | 2 +-
11824 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
11825 drivers/lguest/core.c | 10 +-
11826 drivers/lguest/page_tables.c | 2 +-
11827 drivers/lguest/x86/core.c | 12 +-
11828 drivers/lguest/x86/switcher_32.S | 27 +-
11829 drivers/md/bcache/alloc.c | 2 +-
11830 drivers/md/bcache/bcache.h | 10 +-
11831 drivers/md/bcache/btree.c | 2 +-
11832 drivers/md/bcache/closure.h | 2 +-
11833 drivers/md/bcache/io.c | 10 +-
11834 drivers/md/bcache/journal.c | 2 +-
11835 drivers/md/bcache/stats.c | 26 +-
11836 drivers/md/bcache/stats.h | 16 +-
11837 drivers/md/bcache/super.c | 2 +-
11838 drivers/md/bcache/sysfs.c | 20 +-
11839 drivers/md/bitmap.c | 2 +-
11840 drivers/md/dm-cache-target.c | 98 +-
11841 drivers/md/dm-ioctl.c | 2 +-
11842 drivers/md/dm-raid.c | 2 +-
11843 drivers/md/dm-raid1.c | 18 +-
11844 drivers/md/dm-stats.c | 6 +-
11845 drivers/md/dm-stripe.c | 10 +-
11846 drivers/md/dm-table.c | 2 +-
11847 drivers/md/dm-thin-metadata.c | 4 +-
11848 drivers/md/dm.c | 28 +-
11849 drivers/md/md.c | 37 +-
11850 drivers/md/md.h | 8 +-
11851 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
11852 drivers/md/persistent-data/dm-space-map.h | 1 +
11853 drivers/md/raid1.c | 8 +-
11854 drivers/md/raid10.c | 20 +-
11855 drivers/md/raid5.c | 26 +-
11856 drivers/media/dvb-core/dvbdev.c | 2 +-
11857 drivers/media/dvb-frontends/af9033.h | 2 +-
11858 drivers/media/dvb-frontends/dib3000.h | 2 +-
11859 drivers/media/dvb-frontends/dib7000p.h | 2 +-
11860 drivers/media/dvb-frontends/dib8000.h | 2 +-
11861 drivers/media/pci/cx88/cx88-video.c | 6 +-
11862 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
11863 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
11864 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
11865 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
11866 drivers/media/pci/tw68/tw68-core.c | 2 +-
11867 drivers/media/pci/zoran/zoran.h | 1 -
11868 drivers/media/pci/zoran/zoran_driver.c | 3 -
11869 drivers/media/platform/omap/omap_vout.c | 11 +-
11870 drivers/media/platform/s5p-tv/mixer.h | 2 +-
11871 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
11872 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
11873 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
11874 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
11875 drivers/media/radio/radio-cadet.c | 2 +
11876 drivers/media/radio/radio-maxiradio.c | 2 +-
11877 drivers/media/radio/radio-shark.c | 2 +-
11878 drivers/media/radio/radio-shark2.c | 2 +-
11879 drivers/media/radio/radio-si476x.c | 2 +-
11880 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
11881 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
11882 drivers/media/v4l2-core/v4l2-device.c | 4 +-
11883 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
11884 drivers/memory/omap-gpmc.c | 21 +-
11885 drivers/message/fusion/mptsas.c | 34 +-
11886 drivers/mfd/ab8500-debugfs.c | 2 +-
11887 drivers/mfd/kempld-core.c | 2 +-
11888 drivers/mfd/max8925-i2c.c | 2 +-
11889 drivers/mfd/tps65910.c | 2 +-
11890 drivers/mfd/twl4030-irq.c | 9 +-
11891 drivers/misc/c2port/core.c | 4 +-
11892 drivers/misc/kgdbts.c | 4 +-
11893 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
11894 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
11895 drivers/misc/mic/scif/scif_api.c | 10 +-
11896 drivers/misc/mic/scif/scif_rb.c | 8 +-
11897 drivers/misc/sgi-gru/gruhandles.c | 4 +-
11898 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
11899 drivers/misc/sgi-gru/grutables.h | 158 +-
11900 drivers/misc/sgi-xp/xp.h | 2 +-
11901 drivers/misc/sgi-xp/xpc.h | 3 +-
11902 drivers/misc/sgi-xp/xpc_main.c | 2 +-
11903 drivers/mmc/host/dw_mmc.h | 2 +-
11904 drivers/mmc/host/mmci.c | 4 +-
11905 drivers/mmc/host/omap_hsmmc.c | 4 +-
11906 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
11907 drivers/mmc/host/sdhci-s3c.c | 8 +-
11908 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
11909 drivers/mtd/nand/denali.c | 1 +
11910 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
11911 drivers/mtd/nftlmount.c | 1 +
11912 drivers/mtd/sm_ftl.c | 2 +-
11913 drivers/net/bonding/bond_netlink.c | 2 +-
11914 drivers/net/caif/caif_hsi.c | 2 +-
11915 drivers/net/can/Kconfig | 2 +-
11916 drivers/net/can/dev.c | 2 +-
11917 drivers/net/can/vcan.c | 2 +-
11918 drivers/net/dummy.c | 2 +-
11919 drivers/net/ethernet/8390/ax88796.c | 4 +-
11920 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
11921 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
11922 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
11923 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
11924 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
11925 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
11926 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
11927 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
11928 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
11929 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
11930 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
11931 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
11932 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
11933 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
11934 drivers/net/ethernet/broadcom/tg3.h | 1 +
11935 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
11936 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
11937 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
11938 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
11939 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
11940 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
11941 drivers/net/ethernet/faraday/ftmac100.c | 2 +
11942 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
11943 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
11944 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
11945 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
11946 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
11947 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
11948 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
11949 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
11950 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
11951 drivers/net/ethernet/realtek/r8169.c | 8 +-
11952 drivers/net/ethernet/sfc/ptp.c | 2 +-
11953 drivers/net/ethernet/sfc/selftest.c | 20 +-
11954 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
11955 drivers/net/ethernet/via/via-rhine.c | 2 +-
11956 drivers/net/geneve.c | 2 +-
11957 drivers/net/hyperv/hyperv_net.h | 2 +-
11958 drivers/net/hyperv/rndis_filter.c | 7 +-
11959 drivers/net/ifb.c | 2 +-
11960 drivers/net/ipvlan/ipvlan_core.c | 2 +-
11961 drivers/net/irda/vlsi_ir.c | 18 +-
11962 drivers/net/irda/vlsi_ir.h | 14 +-
11963 drivers/net/macvlan.c | 20 +-
11964 drivers/net/macvtap.c | 10 +-
11965 drivers/net/nlmon.c | 2 +-
11966 drivers/net/phy/phy_device.c | 6 +-
11967 drivers/net/ppp/ppp_generic.c | 4 +-
11968 drivers/net/slip/slhc.c | 2 +-
11969 drivers/net/team/team.c | 4 +-
11970 drivers/net/tun.c | 7 +-
11971 drivers/net/usb/hso.c | 23 +-
11972 drivers/net/usb/r8152.c | 2 +-
11973 drivers/net/usb/sierra_net.c | 4 +-
11974 drivers/net/virtio_net.c | 2 +-
11975 drivers/net/vrf.c | 2 +-
11976 drivers/net/vxlan.c | 4 +-
11977 drivers/net/wimax/i2400m/rx.c | 2 +-
11978 drivers/net/wireless/airo.c | 2 +-
11979 drivers/net/wireless/at76c50x-usb.c | 2 +-
11980 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
11981 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
11982 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
11983 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
11984 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
11985 drivers/net/wireless/ath/ath9k/main.c | 22 +-
11986 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
11987 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
11988 drivers/net/wireless/ath/carl9170/main.c | 10 +-
11989 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
11990 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
11991 drivers/net/wireless/b43/phy_lp.c | 2 +-
11992 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
11993 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
11994 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
11995 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
11996 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
11997 drivers/net/wireless/mac80211_hwsim.c | 28 +-
11998 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
11999 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
12000 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
12001 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
12002 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
12003 drivers/of/fdt.c | 4 +-
12004 drivers/oprofile/buffer_sync.c | 8 +-
12005 drivers/oprofile/event_buffer.c | 2 +-
12006 drivers/oprofile/oprof.c | 2 +-
12007 drivers/oprofile/oprofile_stats.c | 10 +-
12008 drivers/oprofile/oprofile_stats.h | 10 +-
12009 drivers/oprofile/oprofilefs.c | 6 +-
12010 drivers/oprofile/timer_int.c | 2 +-
12011 drivers/parport/procfs.c | 4 +-
12012 drivers/pci/host/pci-host-generic.c | 2 +-
12013 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
12014 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
12015 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
12016 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
12017 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
12018 drivers/pci/hotplug/pciehp_core.c | 2 +-
12019 drivers/pci/msi.c | 22 +-
12020 drivers/pci/pci-sysfs.c | 6 +-
12021 drivers/pci/pci.h | 2 +-
12022 drivers/pci/pcie/aspm.c | 6 +-
12023 drivers/pci/pcie/portdrv_pci.c | 2 +-
12024 drivers/pci/probe.c | 2 +-
12025 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
12026 drivers/pinctrl/pinctrl-at91.c | 5 +-
12027 drivers/platform/chrome/chromeos_pstore.c | 2 +-
12028 drivers/platform/x86/alienware-wmi.c | 4 +-
12029 drivers/platform/x86/compal-laptop.c | 2 +-
12030 drivers/platform/x86/hdaps.c | 2 +-
12031 drivers/platform/x86/ibm_rtl.c | 2 +-
12032 drivers/platform/x86/intel_oaktrail.c | 2 +-
12033 drivers/platform/x86/msi-laptop.c | 16 +-
12034 drivers/platform/x86/msi-wmi.c | 2 +-
12035 drivers/platform/x86/samsung-laptop.c | 2 +-
12036 drivers/platform/x86/samsung-q10.c | 2 +-
12037 drivers/platform/x86/sony-laptop.c | 14 +-
12038 drivers/platform/x86/thinkpad_acpi.c | 2 +-
12039 drivers/pnp/pnpbios/bioscalls.c | 14 +-
12040 drivers/pnp/pnpbios/core.c | 2 +-
12041 drivers/power/pda_power.c | 7 +-
12042 drivers/power/power_supply.h | 4 +-
12043 drivers/power/power_supply_core.c | 7 +-
12044 drivers/power/power_supply_sysfs.c | 6 +-
12045 drivers/power/reset/at91-reset.c | 5 +-
12046 drivers/powercap/powercap_sys.c | 136 +-
12047 drivers/ptp/ptp_private.h | 2 +-
12048 drivers/ptp/ptp_sysfs.c | 2 +-
12049 drivers/regulator/core.c | 4 +-
12050 drivers/regulator/max8660.c | 6 +-
12051 drivers/regulator/max8973-regulator.c | 16 +-
12052 drivers/regulator/mc13892-regulator.c | 8 +-
12053 drivers/rtc/rtc-armada38x.c | 7 +-
12054 drivers/rtc/rtc-cmos.c | 4 +-
12055 drivers/rtc/rtc-ds1307.c | 2 +-
12056 drivers/rtc/rtc-m48t59.c | 4 +-
12057 drivers/rtc/rtc-rv8803.c | 15 +-
12058 drivers/rtc/rtc-test.c | 6 +-
12059 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
12060 drivers/scsi/bfa/bfa_ioc.h | 4 +-
12061 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
12062 drivers/scsi/hosts.c | 4 +-
12063 drivers/scsi/hpsa.c | 38 +-
12064 drivers/scsi/hpsa.h | 2 +-
12065 drivers/scsi/hptiop.c | 2 -
12066 drivers/scsi/hptiop.h | 1 -
12067 drivers/scsi/ipr.c | 6 +-
12068 drivers/scsi/ipr.h | 2 +-
12069 drivers/scsi/libfc/fc_exch.c | 50 +-
12070 drivers/scsi/libsas/sas_ata.c | 2 +-
12071 drivers/scsi/lpfc/lpfc.h | 8 +-
12072 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
12073 drivers/scsi/lpfc/lpfc_init.c | 6 +-
12074 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
12075 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
12076 drivers/scsi/pmcraid.c | 20 +-
12077 drivers/scsi/pmcraid.h | 8 +-
12078 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
12079 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
12080 drivers/scsi/qla2xxx/qla_os.c | 6 +-
12081 drivers/scsi/qla2xxx/qla_target.c | 10 +-
12082 drivers/scsi/qla2xxx/qla_target.h | 2 +-
12083 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
12084 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
12085 drivers/scsi/scsi.c | 2 +-
12086 drivers/scsi/scsi_lib.c | 8 +-
12087 drivers/scsi/scsi_sysfs.c | 2 +-
12088 drivers/scsi/scsi_transport_fc.c | 8 +-
12089 drivers/scsi/scsi_transport_iscsi.c | 6 +-
12090 drivers/scsi/scsi_transport_srp.c | 6 +-
12091 drivers/scsi/sd.c | 6 +-
12092 drivers/scsi/sg.c | 2 +-
12093 drivers/scsi/sr.c | 21 +-
12094 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
12095 drivers/spi/spi.c | 2 +-
12096 drivers/staging/android/timed_output.c | 6 +-
12097 drivers/staging/comedi/comedi_fops.c | 8 +-
12098 drivers/staging/fbtft/fbtft-core.c | 2 +-
12099 drivers/staging/fbtft/fbtft.h | 2 +-
12100 drivers/staging/gdm724x/gdm_tty.c | 2 +-
12101 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
12102 drivers/staging/iio/adc/ad7280a.c | 4 +-
12103 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
12104 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
12105 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
12106 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
12107 drivers/staging/lustre/lustre/include/obd.h | 2 +-
12108 drivers/staging/octeon/ethernet-rx.c | 20 +-
12109 drivers/staging/octeon/ethernet.c | 8 +-
12110 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
12111 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
12112 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
12113 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
12114 drivers/staging/sm750fb/sm750.c | 14 +-
12115 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
12116 drivers/target/sbp/sbp_target.c | 4 +-
12117 drivers/thermal/cpu_cooling.c | 9 +-
12118 drivers/thermal/devfreq_cooling.c | 19 +-
12119 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
12120 drivers/thermal/of-thermal.c | 17 +-
12121 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
12122 drivers/tty/cyclades.c | 6 +-
12123 drivers/tty/hvc/hvc_console.c | 14 +-
12124 drivers/tty/hvc/hvcs.c | 21 +-
12125 drivers/tty/hvc/hvsi.c | 22 +-
12126 drivers/tty/hvc/hvsi_lib.c | 4 +-
12127 drivers/tty/ipwireless/tty.c | 27 +-
12128 drivers/tty/moxa.c | 2 +-
12129 drivers/tty/n_gsm.c | 4 +-
12130 drivers/tty/n_tty.c | 19 +-
12131 drivers/tty/pty.c | 4 +-
12132 drivers/tty/rocket.c | 6 +-
12133 drivers/tty/serial/8250/8250_core.c | 10 +-
12134 drivers/tty/serial/ifx6x60.c | 2 +-
12135 drivers/tty/serial/ioc4_serial.c | 6 +-
12136 drivers/tty/serial/kgdb_nmi.c | 4 +-
12137 drivers/tty/serial/kgdboc.c | 32 +-
12138 drivers/tty/serial/msm_serial.c | 4 +-
12139 drivers/tty/serial/samsung.c | 9 +-
12140 drivers/tty/serial/serial_core.c | 8 +-
12141 drivers/tty/synclink.c | 34 +-
12142 drivers/tty/synclink_gt.c | 28 +-
12143 drivers/tty/synclinkmp.c | 34 +-
12144 drivers/tty/tty_io.c | 2 +-
12145 drivers/tty/tty_ldisc.c | 8 +-
12146 drivers/tty/tty_port.c | 22 +-
12147 drivers/uio/uio.c | 13 +-
12148 drivers/usb/atm/cxacru.c | 2 +-
12149 drivers/usb/atm/usbatm.c | 24 +-
12150 drivers/usb/class/cdc-acm.h | 2 +-
12151 drivers/usb/core/devices.c | 6 +-
12152 drivers/usb/core/devio.c | 12 +-
12153 drivers/usb/core/hcd.c | 4 +-
12154 drivers/usb/core/sysfs.c | 2 +-
12155 drivers/usb/core/usb.c | 2 +-
12156 drivers/usb/early/ehci-dbgp.c | 16 +-
12157 drivers/usb/gadget/function/u_serial.c | 22 +-
12158 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
12159 drivers/usb/host/ehci-hcd.c | 2 +-
12160 drivers/usb/host/ehci-hub.c | 4 +-
12161 drivers/usb/host/ehci-q.c | 4 +-
12162 drivers/usb/host/fotg210-hcd.c | 2 +-
12163 drivers/usb/host/hwa-hc.c | 2 +-
12164 drivers/usb/host/ohci-hcd.c | 2 +-
12165 drivers/usb/host/r8a66597.h | 2 +-
12166 drivers/usb/host/uhci-hcd.c | 2 +-
12167 drivers/usb/host/xhci-pci.c | 2 +-
12168 drivers/usb/host/xhci.c | 2 +-
12169 drivers/usb/misc/appledisplay.c | 4 +-
12170 drivers/usb/serial/console.c | 8 +-
12171 drivers/usb/storage/transport.c | 2 +-
12172 drivers/usb/storage/usb.c | 2 +-
12173 drivers/usb/storage/usb.h | 2 +-
12174 drivers/usb/usbip/vhci.h | 2 +-
12175 drivers/usb/usbip/vhci_hcd.c | 6 +-
12176 drivers/usb/usbip/vhci_rx.c | 2 +-
12177 drivers/usb/wusbcore/wa-hc.h | 4 +-
12178 drivers/usb/wusbcore/wa-xfer.c | 2 +-
12179 drivers/vhost/vringh.c | 20 +-
12180 drivers/video/backlight/kb3886_bl.c | 2 +-
12181 drivers/video/console/fbcon.c | 2 +-
12182 drivers/video/fbdev/aty/aty128fb.c | 2 +-
12183 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
12184 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
12185 drivers/video/fbdev/core/fb_defio.c | 6 +-
12186 drivers/video/fbdev/core/fbmem.c | 12 +-
12187 drivers/video/fbdev/hyperv_fb.c | 4 +-
12188 drivers/video/fbdev/i810/i810_accel.c | 1 +
12189 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
12190 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
12191 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
12192 drivers/video/fbdev/omap2/dss/display.c | 8 +-
12193 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
12194 drivers/video/fbdev/smscufx.c | 4 +-
12195 drivers/video/fbdev/udlfb.c | 36 +-
12196 drivers/video/fbdev/uvesafb.c | 52 +-
12197 drivers/video/fbdev/vesafb.c | 58 +-
12198 drivers/video/fbdev/via/via_clock.h | 2 +-
12199 drivers/xen/events/events_base.c | 6 +-
12200 fs/Kconfig.binfmt | 2 +-
12201 fs/afs/inode.c | 4 +-
12202 fs/aio.c | 2 +-
12203 fs/autofs4/waitq.c | 2 +-
12204 fs/befs/endian.h | 6 +-
12205 fs/binfmt_aout.c | 23 +-
12206 fs/binfmt_elf.c | 670 +-
12207 fs/binfmt_elf_fdpic.c | 4 +-
12208 fs/block_dev.c | 2 +-
12209 fs/btrfs/ctree.c | 11 +-
12210 fs/btrfs/ctree.h | 4 +-
12211 fs/btrfs/delayed-inode.c | 9 +-
12212 fs/btrfs/delayed-inode.h | 6 +-
12213 fs/btrfs/delayed-ref.c | 4 +-
12214 fs/btrfs/disk-io.c | 4 +-
12215 fs/btrfs/extent_map.c | 8 +-
12216 fs/btrfs/file.c | 4 +-
12217 fs/btrfs/inode.c | 14 +-
12218 fs/btrfs/raid56.c | 32 +-
12219 fs/btrfs/super.c | 2 +-
12220 fs/btrfs/sysfs.c | 2 +-
12221 fs/btrfs/tests/btrfs-tests.c | 2 +-
12222 fs/btrfs/tests/free-space-tests.c | 8 +-
12223 fs/btrfs/transaction.c | 2 +-
12224 fs/btrfs/tree-log.c | 8 +-
12225 fs/btrfs/tree-log.h | 2 +-
12226 fs/btrfs/volumes.c | 14 +-
12227 fs/btrfs/volumes.h | 22 +-
12228 fs/buffer.c | 2 +-
12229 fs/cachefiles/bind.c | 6 +-
12230 fs/cachefiles/daemon.c | 8 +-
12231 fs/cachefiles/internal.h | 12 +-
12232 fs/cachefiles/namei.c | 2 +-
12233 fs/cachefiles/proc.c | 12 +-
12234 fs/ceph/dir.c | 12 +-
12235 fs/ceph/super.c | 4 +-
12236 fs/cifs/cifs_debug.c | 12 +-
12237 fs/cifs/cifsfs.c | 8 +-
12238 fs/cifs/cifsglob.h | 54 +-
12239 fs/cifs/file.c | 12 +-
12240 fs/cifs/misc.c | 4 +-
12241 fs/cifs/smb1ops.c | 80 +-
12242 fs/cifs/smb2ops.c | 84 +-
12243 fs/cifs/smb2pdu.c | 3 +-
12244 fs/coda/cache.c | 10 +-
12245 fs/compat.c | 7 +-
12246 fs/compat_binfmt_elf.c | 2 +
12247 fs/compat_ioctl.c | 12 +-
12248 fs/configfs/dir.c | 10 +-
12249 fs/coredump.c | 18 +-
12250 fs/dcache.c | 64 +-
12251 fs/ecryptfs/inode.c | 2 +-
12252 fs/ecryptfs/miscdev.c | 2 +-
12253 fs/exec.c | 362 +-
12254 fs/ext2/xattr.c | 5 +-
12255 fs/ext4/ext4.h | 20 +-
12256 fs/ext4/mballoc.c | 44 +-
12257 fs/ext4/resize.c | 16 +-
12258 fs/ext4/super.c | 2 +-
12259 fs/ext4/sysfs.c | 2 +-
12260 fs/ext4/xattr.c | 5 +-
12261 fs/fhandle.c | 5 +-
12262 fs/file.c | 18 +-
12263 fs/fs-writeback.c | 11 +-
12264 fs/fs_struct.c | 8 +-
12265 fs/fscache/cookie.c | 40 +-
12266 fs/fscache/internal.h | 202 +-
12267 fs/fscache/object.c | 26 +-
12268 fs/fscache/operation.c | 38 +-
12269 fs/fscache/page.c | 110 +-
12270 fs/fscache/stats.c | 348 +-
12271 fs/fuse/cuse.c | 10 +-
12272 fs/fuse/dev.c | 4 +-
12273 fs/gfs2/file.c | 2 +-
12274 fs/gfs2/glock.c | 22 +-
12275 fs/gfs2/glops.c | 4 +-
12276 fs/gfs2/quota.c | 6 +-
12277 fs/hugetlbfs/inode.c | 13 +-
12278 fs/inode.c | 4 +-
12279 fs/jbd2/commit.c | 2 +-
12280 fs/jbd2/transaction.c | 4 +-
12281 fs/jffs2/erase.c | 3 +-
12282 fs/jffs2/wbuf.c | 3 +-
12283 fs/jfs/super.c | 2 +-
12284 fs/kernfs/dir.c | 2 +-
12285 fs/kernfs/file.c | 20 +-
12286 fs/libfs.c | 10 +-
12287 fs/lockd/clntproc.c | 4 +-
12288 fs/namei.c | 16 +-
12289 fs/namespace.c | 16 +-
12290 fs/nfs/callback_xdr.c | 2 +-
12291 fs/nfs/inode.c | 6 +-
12292 fs/nfsd/nfs4proc.c | 2 +-
12293 fs/nfsd/nfs4xdr.c | 2 +-
12294 fs/nfsd/nfscache.c | 11 +-
12295 fs/nfsd/vfs.c | 6 +-
12296 fs/nls/nls_base.c | 26 +-
12297 fs/nls/nls_euc-jp.c | 6 +-
12298 fs/nls/nls_koi8-ru.c | 6 +-
12299 fs/notify/fanotify/fanotify_user.c | 4 +-
12300 fs/notify/notification.c | 4 +-
12301 fs/ntfs/dir.c | 2 +-
12302 fs/ntfs/super.c | 6 +-
12303 fs/ocfs2/dlm/dlmcommon.h | 4 +-
12304 fs/ocfs2/dlm/dlmdebug.c | 10 +-
12305 fs/ocfs2/dlm/dlmdomain.c | 4 +-
12306 fs/ocfs2/dlm/dlmmaster.c | 4 +-
12307 fs/ocfs2/localalloc.c | 2 +-
12308 fs/ocfs2/ocfs2.h | 10 +-
12309 fs/ocfs2/suballoc.c | 12 +-
12310 fs/ocfs2/super.c | 20 +-
12311 fs/overlayfs/copy_up.c | 2 +-
12312 fs/pipe.c | 72 +-
12313 fs/posix_acl.c | 4 +-
12314 fs/proc/array.c | 20 +
12315 fs/proc/base.c | 4 +-
12316 fs/proc/kcore.c | 34 +-
12317 fs/proc/meminfo.c | 2 +-
12318 fs/proc/nommu.c | 2 +-
12319 fs/proc/proc_sysctl.c | 26 +-
12320 fs/proc/task_mmu.c | 42 +-
12321 fs/proc/task_nommu.c | 4 +-
12322 fs/proc/vmcore.c | 16 +-
12323 fs/qnx6/qnx6.h | 4 +-
12324 fs/quota/netlink.c | 4 +-
12325 fs/read_write.c | 2 +-
12326 fs/readdir.c | 3 +-
12327 fs/reiserfs/do_balan.c | 2 +-
12328 fs/reiserfs/procfs.c | 2 +-
12329 fs/reiserfs/reiserfs.h | 4 +-
12330 fs/seq_file.c | 4 +-
12331 fs/splice.c | 43 +-
12332 fs/squashfs/xattr.c | 12 +-
12333 fs/super.c | 3 +-
12334 fs/sysv/sysv.h | 2 +-
12335 fs/tracefs/inode.c | 8 +-
12336 fs/udf/misc.c | 2 +-
12337 fs/ufs/swab.h | 4 +-
12338 fs/userfaultfd.c | 2 +-
12339 fs/xattr.c | 21 +
12340 fs/xfs/libxfs/xfs_bmap.c | 2 +-
12341 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
12342 fs/xfs/xfs_dir2_readdir.c | 7 +-
12343 fs/xfs/xfs_ioctl.c | 2 +-
12344 fs/xfs/xfs_linux.h | 4 +-
12345 include/acpi/ghes.h | 2 +-
12346 include/asm-generic/4level-fixup.h | 2 +
12347 include/asm-generic/atomic-long.h | 176 +-
12348 include/asm-generic/atomic64.h | 12 +
12349 include/asm-generic/bitops/__fls.h | 2 +-
12350 include/asm-generic/bitops/fls.h | 2 +-
12351 include/asm-generic/bitops/fls64.h | 4 +-
12352 include/asm-generic/bug.h | 6 +-
12353 include/asm-generic/cache.h | 4 +-
12354 include/asm-generic/emergency-restart.h | 2 +-
12355 include/asm-generic/kmap_types.h | 4 +-
12356 include/asm-generic/local.h | 13 +
12357 include/asm-generic/pgtable-nopmd.h | 18 +-
12358 include/asm-generic/pgtable-nopud.h | 15 +-
12359 include/asm-generic/pgtable.h | 16 +
12360 include/asm-generic/sections.h | 1 +
12361 include/asm-generic/uaccess.h | 16 +
12362 include/asm-generic/vmlinux.lds.h | 15 +-
12363 include/crypto/algapi.h | 2 +-
12364 include/drm/drmP.h | 19 +-
12365 include/drm/drm_crtc_helper.h | 2 +-
12366 include/drm/drm_mm.h | 2 +-
12367 include/drm/i915_pciids.h | 2 +-
12368 include/drm/intel-gtt.h | 4 +-
12369 include/drm/ttm/ttm_memory.h | 2 +-
12370 include/drm/ttm/ttm_page_alloc.h | 1 +
12371 include/keys/asymmetric-subtype.h | 2 +-
12372 include/linux/atmdev.h | 4 +-
12373 include/linux/atomic.h | 2 +-
12374 include/linux/audit.h | 2 +-
12375 include/linux/average.h | 2 +-
12376 include/linux/binfmts.h | 3 +-
12377 include/linux/bitmap.h | 2 +-
12378 include/linux/bitops.h | 8 +-
12379 include/linux/blk-cgroup.h | 24 +-
12380 include/linux/blkdev.h | 2 +-
12381 include/linux/blktrace_api.h | 2 +-
12382 include/linux/cache.h | 8 +
12383 include/linux/cdrom.h | 1 -
12384 include/linux/cleancache.h | 2 +-
12385 include/linux/clk-provider.h | 1 +
12386 include/linux/compat.h | 6 +-
12387 include/linux/compiler-gcc.h | 28 +-
12388 include/linux/compiler.h | 193 +-
12389 include/linux/configfs.h | 2 +-
12390 include/linux/cpufreq.h | 3 +-
12391 include/linux/cpuidle.h | 5 +-
12392 include/linux/cpumask.h | 14 +-
12393 include/linux/crypto.h | 4 +-
12394 include/linux/ctype.h | 2 +-
12395 include/linux/dcache.h | 4 +-
12396 include/linux/decompress/mm.h | 2 +-
12397 include/linux/devfreq.h | 2 +-
12398 include/linux/device.h | 7 +-
12399 include/linux/dma-mapping.h | 2 +-
12400 include/linux/efi.h | 1 +
12401 include/linux/elf.h | 2 +
12402 include/linux/err.h | 4 +-
12403 include/linux/extcon.h | 2 +-
12404 include/linux/fb.h | 3 +-
12405 include/linux/fdtable.h | 2 +-
12406 include/linux/fs.h | 5 +-
12407 include/linux/fs_struct.h | 2 +-
12408 include/linux/fscache-cache.h | 2 +-
12409 include/linux/fscache.h | 2 +-
12410 include/linux/fsnotify.h | 2 +-
12411 include/linux/genhd.h | 4 +-
12412 include/linux/genl_magic_func.h | 2 +-
12413 include/linux/gfp.h | 12 +-
12414 include/linux/highmem.h | 12 +
12415 include/linux/hwmon-sysfs.h | 6 +-
12416 include/linux/i2c.h | 1 +
12417 include/linux/if_pppox.h | 2 +-
12418 include/linux/init.h | 12 +-
12419 include/linux/init_task.h | 7 +
12420 include/linux/interrupt.h | 6 +-
12421 include/linux/iommu.h | 2 +-
12422 include/linux/ioport.h | 2 +-
12423 include/linux/ipc.h | 2 +-
12424 include/linux/irq.h | 5 +-
12425 include/linux/irqdesc.h | 2 +-
12426 include/linux/irqdomain.h | 3 +
12427 include/linux/jbd2.h | 2 +-
12428 include/linux/jiffies.h | 16 +-
12429 include/linux/key-type.h | 2 +-
12430 include/linux/kgdb.h | 6 +-
12431 include/linux/kmemleak.h | 4 +-
12432 include/linux/kobject.h | 3 +-
12433 include/linux/kobject_ns.h | 2 +-
12434 include/linux/kref.h | 2 +-
12435 include/linux/libata.h | 2 +-
12436 include/linux/linkage.h | 1 +
12437 include/linux/list.h | 15 +
12438 include/linux/lockref.h | 26 +-
12439 include/linux/math64.h | 10 +-
12440 include/linux/mempolicy.h | 7 +
12441 include/linux/mm.h | 102 +-
12442 include/linux/mm_types.h | 20 +
12443 include/linux/mmiotrace.h | 4 +-
12444 include/linux/mmzone.h | 2 +-
12445 include/linux/mod_devicetable.h | 4 +-
12446 include/linux/module.h | 69 +-
12447 include/linux/moduleloader.h | 16 +
12448 include/linux/moduleparam.h | 4 +-
12449 include/linux/net.h | 2 +-
12450 include/linux/netdevice.h | 7 +-
12451 include/linux/netfilter.h | 2 +-
12452 include/linux/netfilter/nfnetlink.h | 2 +-
12453 include/linux/netlink.h | 12 +-
12454 include/linux/nls.h | 4 +-
12455 include/linux/notifier.h | 3 +-
12456 include/linux/oprofile.h | 4 +-
12457 include/linux/padata.h | 2 +-
12458 include/linux/pci_hotplug.h | 3 +-
12459 include/linux/percpu.h | 2 +-
12460 include/linux/perf_event.h | 12 +-
12461 include/linux/pipe_fs_i.h | 8 +-
12462 include/linux/pm.h | 1 +
12463 include/linux/pm_domain.h | 2 +-
12464 include/linux/pm_runtime.h | 2 +-
12465 include/linux/pnp.h | 2 +-
12466 include/linux/poison.h | 4 +-
12467 include/linux/power/smartreflex.h | 2 +-
12468 include/linux/ppp-comp.h | 2 +-
12469 include/linux/preempt.h | 21 +
12470 include/linux/proc_ns.h | 2 +-
12471 include/linux/psci.h | 2 +-
12472 include/linux/quota.h | 2 +-
12473 include/linux/random.h | 19 +-
12474 include/linux/rculist.h | 16 +
12475 include/linux/rcupdate.h | 8 +
12476 include/linux/reboot.h | 14 +-
12477 include/linux/regset.h | 3 +-
12478 include/linux/relay.h | 2 +-
12479 include/linux/rio.h | 2 +-
12480 include/linux/rmap.h | 4 +-
12481 include/linux/sched.h | 76 +-
12482 include/linux/sched/sysctl.h | 1 +
12483 include/linux/scif.h | 2 +-
12484 include/linux/semaphore.h | 2 +-
12485 include/linux/seq_file.h | 1 +
12486 include/linux/seqlock.h | 10 +
12487 include/linux/signal.h | 2 +-
12488 include/linux/skbuff.h | 12 +-
12489 include/linux/slab.h | 47 +-
12490 include/linux/slab_def.h | 14 +-
12491 include/linux/slub_def.h | 2 +-
12492 include/linux/smp.h | 2 +
12493 include/linux/sock_diag.h | 2 +-
12494 include/linux/sonet.h | 2 +-
12495 include/linux/spinlock.h | 17 +-
12496 include/linux/srcu.h | 5 +-
12497 include/linux/sunrpc/addr.h | 8 +-
12498 include/linux/sunrpc/clnt.h | 2 +-
12499 include/linux/sunrpc/svc.h | 2 +-
12500 include/linux/sunrpc/svc_rdma.h | 18 +-
12501 include/linux/sunrpc/svcauth.h | 2 +-
12502 include/linux/swapops.h | 10 +-
12503 include/linux/swiotlb.h | 3 +-
12504 include/linux/syscalls.h | 23 +-
12505 include/linux/syscore_ops.h | 2 +-
12506 include/linux/sysctl.h | 3 +-
12507 include/linux/sysfs.h | 9 +-
12508 include/linux/sysrq.h | 3 +-
12509 include/linux/tcp.h | 14 +-
12510 include/linux/thread_info.h | 7 +
12511 include/linux/tty.h | 4 +-
12512 include/linux/tty_driver.h | 2 +-
12513 include/linux/tty_ldisc.h | 2 +-
12514 include/linux/types.h | 16 +
12515 include/linux/uaccess.h | 2 +-
12516 include/linux/uio_driver.h | 2 +-
12517 include/linux/unaligned/access_ok.h | 24 +-
12518 include/linux/usb.h | 12 +-
12519 include/linux/usb/hcd.h | 1 +
12520 include/linux/usb/renesas_usbhs.h | 2 +-
12521 include/linux/vermagic.h | 21 +-
12522 include/linux/vga_switcheroo.h | 8 +-
12523 include/linux/vmalloc.h | 7 +-
12524 include/linux/vmstat.h | 24 +-
12525 include/linux/writeback.h | 3 +-
12526 include/linux/xattr.h | 5 +-
12527 include/linux/zlib.h | 3 +-
12528 include/media/v4l2-dev.h | 2 +-
12529 include/media/v4l2-device.h | 2 +-
12530 include/net/9p/transport.h | 2 +-
12531 include/net/bluetooth/l2cap.h | 2 +-
12532 include/net/bonding.h | 2 +-
12533 include/net/caif/cfctrl.h | 6 +-
12534 include/net/cfg802154.h | 2 +-
12535 include/net/flow.h | 2 +-
12536 include/net/genetlink.h | 2 +-
12537 include/net/gro_cells.h | 2 +-
12538 include/net/inet_connection_sock.h | 2 +-
12539 include/net/inet_sock.h | 2 +-
12540 include/net/inetpeer.h | 2 +-
12541 include/net/ip_fib.h | 2 +-
12542 include/net/ip_vs.h | 8 +-
12543 include/net/ipv6.h | 2 +-
12544 include/net/irda/ircomm_tty.h | 1 +
12545 include/net/iucv/af_iucv.h | 2 +-
12546 include/net/llc_c_ac.h | 2 +-
12547 include/net/llc_c_ev.h | 4 +-
12548 include/net/llc_c_st.h | 2 +-
12549 include/net/llc_s_ac.h | 2 +-
12550 include/net/llc_s_st.h | 2 +-
12551 include/net/mac80211.h | 6 +-
12552 include/net/neighbour.h | 4 +-
12553 include/net/net_namespace.h | 18 +-
12554 include/net/netlink.h | 2 +-
12555 include/net/netns/conntrack.h | 6 +-
12556 include/net/netns/ipv4.h | 4 +-
12557 include/net/netns/ipv6.h | 4 +-
12558 include/net/netns/xfrm.h | 2 +-
12559 include/net/ping.h | 2 +-
12560 include/net/protocol.h | 4 +-
12561 include/net/rtnetlink.h | 2 +-
12562 include/net/sctp/checksum.h | 4 +-
12563 include/net/sctp/sm.h | 4 +-
12564 include/net/sctp/structs.h | 2 +-
12565 include/net/snmp.h | 10 +-
12566 include/net/sock.h | 12 +-
12567 include/net/tcp.h | 8 +-
12568 include/net/xfrm.h | 13 +-
12569 include/rdma/iw_cm.h | 2 +-
12570 include/scsi/libfc.h | 3 +-
12571 include/scsi/scsi_device.h | 6 +-
12572 include/scsi/scsi_driver.h | 2 +-
12573 include/scsi/scsi_transport_fc.h | 3 +-
12574 include/scsi/sg.h | 2 +-
12575 include/sound/compress_driver.h | 2 +-
12576 include/sound/soc.h | 4 +-
12577 include/trace/events/irq.h | 4 +-
12578 include/uapi/linux/a.out.h | 8 +
12579 include/uapi/linux/bcache.h | 5 +-
12580 include/uapi/linux/byteorder/little_endian.h | 28 +-
12581 include/uapi/linux/connector.h | 2 +-
12582 include/uapi/linux/elf.h | 28 +
12583 include/uapi/linux/screen_info.h | 2 +-
12584 include/uapi/linux/swab.h | 6 +-
12585 include/uapi/linux/xattr.h | 4 +
12586 include/video/udlfb.h | 8 +-
12587 include/video/uvesafb.h | 1 +
12588 init/Kconfig | 2 +-
12589 init/Makefile | 3 +
12590 init/do_mounts.c | 14 +-
12591 init/do_mounts.h | 8 +-
12592 init/do_mounts_initrd.c | 30 +-
12593 init/do_mounts_md.c | 6 +-
12594 init/init_task.c | 4 +
12595 init/initramfs.c | 38 +-
12596 init/main.c | 30 +-
12597 ipc/compat.c | 4 +-
12598 ipc/ipc_sysctl.c | 14 +-
12599 ipc/mq_sysctl.c | 4 +-
12600 ipc/sem.c | 4 +-
12601 ipc/shm.c | 6 +
12602 kernel/audit.c | 8 +-
12603 kernel/auditsc.c | 4 +-
12604 kernel/bpf/core.c | 7 +-
12605 kernel/capability.c | 3 +
12606 kernel/compat.c | 38 +-
12607 kernel/debug/debug_core.c | 16 +-
12608 kernel/debug/kdb/kdb_main.c | 4 +-
12609 kernel/events/core.c | 30 +-
12610 kernel/events/internal.h | 10 +-
12611 kernel/events/uprobes.c | 2 +-
12612 kernel/exit.c | 27 +-
12613 kernel/fork.c | 175 +-
12614 kernel/futex.c | 11 +-
12615 kernel/futex_compat.c | 2 +-
12616 kernel/gcov/base.c | 7 +-
12617 kernel/irq/manage.c | 2 +-
12618 kernel/irq/msi.c | 19 +-
12619 kernel/irq/spurious.c | 2 +-
12620 kernel/jump_label.c | 5 +
12621 kernel/kallsyms.c | 37 +-
12622 kernel/kexec.c | 3 +-
12623 kernel/kmod.c | 8 +-
12624 kernel/kprobes.c | 4 +-
12625 kernel/ksysfs.c | 2 +-
12626 kernel/locking/lockdep.c | 7 +-
12627 kernel/locking/mutex-debug.c | 12 +-
12628 kernel/locking/mutex-debug.h | 4 +-
12629 kernel/locking/mutex.c | 6 +-
12630 kernel/module.c | 422 +-
12631 kernel/notifier.c | 17 +-
12632 kernel/padata.c | 4 +-
12633 kernel/panic.c | 5 +-
12634 kernel/pid.c | 2 +-
12635 kernel/pid_namespace.c | 2 +-
12636 kernel/power/process.c | 12 +-
12637 kernel/profile.c | 14 +-
12638 kernel/ptrace.c | 8 +-
12639 kernel/rcu/rcutorture.c | 60 +-
12640 kernel/rcu/tiny.c | 4 +-
12641 kernel/rcu/tree.c | 42 +-
12642 kernel/rcu/tree.h | 16 +-
12643 kernel/rcu/tree_plugin.h | 18 +-
12644 kernel/rcu/tree_trace.c | 14 +-
12645 kernel/resource.c | 4 +-
12646 kernel/sched/auto_group.c | 4 +-
12647 kernel/sched/core.c | 45 +-
12648 kernel/sched/fair.c | 2 +-
12649 kernel/sched/sched.h | 2 +-
12650 kernel/signal.c | 24 +-
12651 kernel/smpboot.c | 4 +-
12652 kernel/softirq.c | 12 +-
12653 kernel/sys.c | 10 +-
12654 kernel/sysctl.c | 34 +-
12655 kernel/time/alarmtimer.c | 2 +-
12656 kernel/time/posix-cpu-timers.c | 4 +-
12657 kernel/time/posix-timers.c | 24 +-
12658 kernel/time/timer.c | 2 +-
12659 kernel/time/timer_stats.c | 10 +-
12660 kernel/trace/blktrace.c | 6 +-
12661 kernel/trace/ftrace.c | 15 +-
12662 kernel/trace/ring_buffer.c | 96 +-
12663 kernel/trace/trace.c | 2 +-
12664 kernel/trace/trace.h | 2 +-
12665 kernel/trace/trace_clock.c | 4 +-
12666 kernel/trace/trace_events.c | 1 -
12667 kernel/trace/trace_functions_graph.c | 4 +-
12668 kernel/trace/trace_mmiotrace.c | 8 +-
12669 kernel/trace/trace_output.c | 10 +-
12670 kernel/trace/trace_seq.c | 2 +-
12671 kernel/trace/trace_stack.c | 2 +-
12672 kernel/user.c | 2 +-
12673 kernel/user_namespace.c | 2 +-
12674 kernel/utsname_sysctl.c | 2 +-
12675 kernel/watchdog.c | 2 +-
12676 kernel/workqueue.c | 8 +-
12677 lib/Kconfig.debug | 8 +-
12678 lib/Makefile | 2 +-
12679 lib/bitmap.c | 8 +-
12680 lib/bug.c | 2 +
12681 lib/debugobjects.c | 2 +-
12682 lib/decompress_bunzip2.c | 3 +-
12683 lib/decompress_unlzma.c | 4 +-
12684 lib/div64.c | 4 +-
12685 lib/dma-debug.c | 4 +-
12686 lib/inflate.c | 2 +-
12687 lib/ioremap.c | 4 +-
12688 lib/kobject.c | 4 +-
12689 lib/list_debug.c | 126 +-
12690 lib/lockref.c | 44 +-
12691 lib/percpu-refcount.c | 2 +-
12692 lib/radix-tree.c | 2 +-
12693 lib/random32.c | 2 +-
12694 lib/rhashtable.c | 4 +-
12695 lib/show_mem.c | 2 +-
12696 lib/strncpy_from_user.c | 2 +-
12697 lib/strnlen_user.c | 2 +-
12698 lib/swiotlb.c | 2 +-
12699 lib/usercopy.c | 6 +
12700 lib/vsprintf.c | 12 +-
12701 mm/Kconfig | 6 +-
12702 mm/backing-dev.c | 4 +-
12703 mm/debug.c | 3 +
12704 mm/filemap.c | 2 +-
12705 mm/gup.c | 13 +-
12706 mm/highmem.c | 6 +-
12707 mm/hugetlb.c | 70 +-
12708 mm/internal.h | 1 +
12709 mm/maccess.c | 12 +-
12710 mm/madvise.c | 37 +
12711 mm/memory-failure.c | 6 +-
12712 mm/memory.c | 424 +-
12713 mm/mempolicy.c | 25 +
12714 mm/mlock.c | 18 +-
12715 mm/mm_init.c | 2 +-
12716 mm/mmap.c | 582 +-
12717 mm/mprotect.c | 137 +-
12718 mm/mremap.c | 39 +-
12719 mm/nommu.c | 21 +-
12720 mm/page-writeback.c | 2 +-
12721 mm/page_alloc.c | 50 +-
12722 mm/percpu.c | 2 +-
12723 mm/process_vm_access.c | 14 +-
12724 mm/rmap.c | 45 +-
12725 mm/shmem.c | 19 +-
12726 mm/slab.c | 111 +-
12727 mm/slab.h | 22 +-
12728 mm/slab_common.c | 86 +-
12729 mm/slob.c | 218 +-
12730 mm/slub.c | 109 +-
12731 mm/sparse-vmemmap.c | 4 +-
12732 mm/sparse.c | 2 +-
12733 mm/swap.c | 2 +
12734 mm/swapfile.c | 12 +-
12735 mm/util.c | 6 +
12736 mm/vmalloc.c | 114 +-
12737 mm/vmstat.c | 12 +-
12738 net/8021q/vlan.c | 5 +-
12739 net/8021q/vlan_netlink.c | 2 +-
12740 net/9p/mod.c | 4 +-
12741 net/9p/trans_fd.c | 2 +-
12742 net/atm/atm_misc.c | 8 +-
12743 net/atm/lec.h | 2 +-
12744 net/atm/proc.c | 6 +-
12745 net/atm/resources.c | 4 +-
12746 net/ax25/sysctl_net_ax25.c | 2 +-
12747 net/batman-adv/bat_iv_ogm.c | 8 +-
12748 net/batman-adv/fragmentation.c | 2 +-
12749 net/batman-adv/routing.c | 4 +-
12750 net/batman-adv/soft-interface.c | 10 +-
12751 net/batman-adv/translation-table.c | 14 +-
12752 net/batman-adv/types.h | 8 +-
12753 net/bluetooth/hci_sock.c | 2 +-
12754 net/bluetooth/l2cap_core.c | 6 +-
12755 net/bluetooth/l2cap_sock.c | 12 +-
12756 net/bluetooth/rfcomm/sock.c | 4 +-
12757 net/bluetooth/rfcomm/tty.c | 4 +-
12758 net/bridge/br_netlink.c | 2 +-
12759 net/bridge/netfilter/ebtables.c | 6 +-
12760 net/caif/cfctrl.c | 11 +-
12761 net/caif/chnl_net.c | 2 +-
12762 net/can/af_can.c | 2 +-
12763 net/can/gw.c | 6 +-
12764 net/ceph/messenger.c | 4 +-
12765 net/compat.c | 26 +-
12766 net/core/datagram.c | 2 +-
12767 net/core/dev.c | 16 +-
12768 net/core/filter.c | 2 +-
12769 net/core/flow.c | 6 +-
12770 net/core/neighbour.c | 18 +-
12771 net/core/net-sysfs.c | 2 +-
12772 net/core/net_namespace.c | 8 +-
12773 net/core/netpoll.c | 4 +-
12774 net/core/rtnetlink.c | 17 +-
12775 net/core/scm.c | 12 +-
12776 net/core/skbuff.c | 11 +-
12777 net/core/sock.c | 28 +-
12778 net/core/sock_diag.c | 15 +-
12779 net/core/sysctl_net_core.c | 22 +-
12780 net/decnet/af_decnet.c | 1 +
12781 net/decnet/sysctl_net_decnet.c | 4 +-
12782 net/dsa/dsa.c | 2 +-
12783 net/hsr/hsr_netlink.c | 2 +-
12784 net/ieee802154/6lowpan/core.c | 2 +-
12785 net/ieee802154/6lowpan/reassembly.c | 14 +-
12786 net/ipv4/af_inet.c | 2 +-
12787 net/ipv4/arp.c | 2 +-
12788 net/ipv4/devinet.c | 18 +-
12789 net/ipv4/fib_frontend.c | 6 +-
12790 net/ipv4/fib_semantics.c | 2 +-
12791 net/ipv4/inet_connection_sock.c | 4 +-
12792 net/ipv4/inet_diag.c | 4 +-
12793 net/ipv4/inet_timewait_sock.c | 2 +-
12794 net/ipv4/inetpeer.c | 2 +-
12795 net/ipv4/ip_fragment.c | 15 +-
12796 net/ipv4/ip_gre.c | 6 +-
12797 net/ipv4/ip_sockglue.c | 2 +-
12798 net/ipv4/ip_vti.c | 4 +-
12799 net/ipv4/ipconfig.c | 6 +-
12800 net/ipv4/ipip.c | 4 +-
12801 net/ipv4/netfilter/arp_tables.c | 12 +-
12802 net/ipv4/netfilter/ip_tables.c | 12 +-
12803 net/ipv4/ping.c | 14 +-
12804 net/ipv4/proc.c | 8 +-
12805 net/ipv4/raw.c | 14 +-
12806 net/ipv4/route.c | 32 +-
12807 net/ipv4/sysctl_net_ipv4.c | 22 +-
12808 net/ipv4/tcp_input.c | 6 +-
12809 net/ipv4/tcp_probe.c | 2 +-
12810 net/ipv4/udp.c | 10 +-
12811 net/ipv4/xfrm4_mode_transport.c | 2 +-
12812 net/ipv4/xfrm4_policy.c | 17 +-
12813 net/ipv4/xfrm4_state.c | 4 +-
12814 net/ipv6/addrconf.c | 22 +-
12815 net/ipv6/af_inet6.c | 2 +-
12816 net/ipv6/datagram.c | 2 +-
12817 net/ipv6/icmp.c | 2 +-
12818 net/ipv6/ip6_fib.c | 4 +-
12819 net/ipv6/ip6_gre.c | 10 +-
12820 net/ipv6/ip6_tunnel.c | 4 +-
12821 net/ipv6/ip6_vti.c | 4 +-
12822 net/ipv6/ipv6_sockglue.c | 2 +-
12823 net/ipv6/ndisc.c | 2 +-
12824 net/ipv6/netfilter/ip6_tables.c | 12 +-
12825 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
12826 net/ipv6/ping.c | 33 +-
12827 net/ipv6/proc.c | 10 +-
12828 net/ipv6/raw.c | 17 +-
12829 net/ipv6/reassembly.c | 13 +-
12830 net/ipv6/route.c | 2 +-
12831 net/ipv6/sit.c | 4 +-
12832 net/ipv6/sysctl_net_ipv6.c | 2 +-
12833 net/ipv6/udp.c | 6 +-
12834 net/ipv6/xfrm6_policy.c | 17 +-
12835 net/irda/ircomm/ircomm_tty.c | 18 +-
12836 net/iucv/af_iucv.c | 4 +-
12837 net/iucv/iucv.c | 2 +-
12838 net/key/af_key.c | 4 +-
12839 net/l2tp/l2tp_eth.c | 38 +-
12840 net/l2tp/l2tp_ip.c | 2 +-
12841 net/l2tp/l2tp_ip6.c | 2 +-
12842 net/mac80211/cfg.c | 10 +-
12843 net/mac80211/debugfs_key.c | 4 +-
12844 net/mac80211/ieee80211_i.h | 3 +-
12845 net/mac80211/iface.c | 20 +-
12846 net/mac80211/key.c | 4 +-
12847 net/mac80211/main.c | 2 +-
12848 net/mac80211/pm.c | 4 +-
12849 net/mac80211/rate.c | 2 +-
12850 net/mac80211/sta_info.c | 2 +-
12851 net/mac80211/tx.c | 2 +-
12852 net/mac80211/util.c | 8 +-
12853 net/mac80211/wpa.c | 10 +-
12854 net/mac802154/iface.c | 4 +-
12855 net/mpls/af_mpls.c | 6 +-
12856 net/netfilter/ipset/ip_set_core.c | 4 +-
12857 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
12858 net/netfilter/ipvs/ip_vs_core.c | 4 +-
12859 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
12860 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
12861 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
12862 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
12863 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
12864 net/netfilter/nf_conntrack_acct.c | 2 +-
12865 net/netfilter/nf_conntrack_ecache.c | 2 +-
12866 net/netfilter/nf_conntrack_helper.c | 2 +-
12867 net/netfilter/nf_conntrack_netlink.c | 22 +-
12868 net/netfilter/nf_conntrack_proto.c | 2 +-
12869 net/netfilter/nf_conntrack_standalone.c | 2 +-
12870 net/netfilter/nf_conntrack_timestamp.c | 2 +-
12871 net/netfilter/nf_log.c | 10 +-
12872 net/netfilter/nf_sockopt.c | 4 +-
12873 net/netfilter/nf_tables_api.c | 13 +-
12874 net/netfilter/nfnetlink_acct.c | 7 +-
12875 net/netfilter/nfnetlink_cthelper.c | 2 +-
12876 net/netfilter/nfnetlink_cttimeout.c | 2 +-
12877 net/netfilter/nfnetlink_log.c | 4 +-
12878 net/netfilter/nft_compat.c | 9 +-
12879 net/netfilter/xt_statistic.c | 8 +-
12880 net/netlink/af_netlink.c | 14 +-
12881 net/netlink/diag.c | 2 +-
12882 net/netlink/genetlink.c | 14 +-
12883 net/openvswitch/vport-internal_dev.c | 2 +-
12884 net/packet/af_packet.c | 26 +-
12885 net/packet/diag.c | 2 +-
12886 net/packet/internal.h | 6 +-
12887 net/phonet/pep.c | 6 +-
12888 net/phonet/socket.c | 2 +-
12889 net/phonet/sysctl.c | 2 +-
12890 net/rds/cong.c | 6 +-
12891 net/rds/ib.h | 2 +-
12892 net/rds/ib_cm.c | 2 +-
12893 net/rds/ib_recv.c | 4 +-
12894 net/rds/iw.h | 2 +-
12895 net/rds/iw_cm.c | 2 +-
12896 net/rds/iw_recv.c | 4 +-
12897 net/rds/rds.h | 2 +-
12898 net/rds/tcp.c | 2 +-
12899 net/rds/tcp_send.c | 2 +-
12900 net/rxrpc/af_rxrpc.c | 2 +-
12901 net/rxrpc/ar-ack.c | 14 +-
12902 net/rxrpc/ar-call.c | 2 +-
12903 net/rxrpc/ar-connection.c | 2 +-
12904 net/rxrpc/ar-connevent.c | 2 +-
12905 net/rxrpc/ar-input.c | 4 +-
12906 net/rxrpc/ar-internal.h | 8 +-
12907 net/rxrpc/ar-local.c | 2 +-
12908 net/rxrpc/ar-output.c | 4 +-
12909 net/rxrpc/ar-peer.c | 2 +-
12910 net/rxrpc/ar-proc.c | 4 +-
12911 net/rxrpc/ar-transport.c | 2 +-
12912 net/rxrpc/rxkad.c | 4 +-
12913 net/sched/sch_generic.c | 4 +-
12914 net/sctp/ipv6.c | 6 +-
12915 net/sctp/protocol.c | 10 +-
12916 net/sctp/sm_sideeffect.c | 2 +-
12917 net/sctp/socket.c | 21 +-
12918 net/sctp/sysctl.c | 10 +-
12919 net/socket.c | 18 +-
12920 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
12921 net/sunrpc/clnt.c | 4 +-
12922 net/sunrpc/sched.c | 4 +-
12923 net/sunrpc/svc.c | 4 +-
12924 net/sunrpc/svcauth_unix.c | 2 +-
12925 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
12926 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
12927 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
12928 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
12929 net/tipc/netlink_compat.c | 12 +-
12930 net/tipc/subscr.c | 2 +-
12931 net/unix/diag.c | 2 +-
12932 net/unix/sysctl_net_unix.c | 2 +-
12933 net/wireless/wext-core.c | 19 +-
12934 net/xfrm/xfrm_policy.c | 16 +-
12935 net/xfrm/xfrm_state.c | 33 +-
12936 net/xfrm/xfrm_sysctl.c | 2 +-
12937 net/xfrm/xfrm_user.c | 2 +-
12938 scripts/Kbuild.include | 2 +-
12939 scripts/Makefile.build | 2 +-
12940 scripts/Makefile.clean | 3 +-
12941 scripts/Makefile.host | 69 +-
12942 scripts/basic/fixdep.c | 12 +-
12943 scripts/dtc/checks.c | 14 +-
12944 scripts/dtc/data.c | 6 +-
12945 scripts/dtc/flattree.c | 8 +-
12946 scripts/dtc/livetree.c | 4 +-
12947 scripts/gcc-plugin.sh | 51 +
12948 scripts/headers_install.sh | 1 +
12949 scripts/kallsyms.c | 4 +-
12950 scripts/kconfig/lkc.h | 5 +-
12951 scripts/kconfig/menu.c | 2 +-
12952 scripts/kconfig/symbol.c | 6 +-
12953 scripts/link-vmlinux.sh | 2 +-
12954 scripts/mod/file2alias.c | 14 +-
12955 scripts/mod/modpost.c | 25 +-
12956 scripts/mod/modpost.h | 6 +-
12957 scripts/mod/sumversion.c | 2 +-
12958 scripts/module-common.lds | 4 +
12959 scripts/package/builddeb | 1 +
12960 scripts/pnmtologo.c | 6 +-
12961 scripts/sortextable.h | 6 +-
12962 scripts/tags.sh | 2 +-
12963 security/Kconfig | 691 +-
12964 security/apparmor/include/policy.h | 2 +-
12965 security/apparmor/policy.c | 4 +-
12966 security/integrity/ima/ima.h | 4 +-
12967 security/integrity/ima/ima_api.c | 2 +-
12968 security/integrity/ima/ima_fs.c | 4 +-
12969 security/integrity/ima/ima_queue.c | 2 +-
12970 security/keys/internal.h | 8 +-
12971 security/keys/key.c | 18 +-
12972 security/keys/keyring.c | 4 -
12973 security/selinux/avc.c | 6 +-
12974 security/selinux/include/xfrm.h | 2 +-
12975 security/yama/yama_lsm.c | 2 +-
12976 sound/aoa/codecs/onyx.c | 7 +-
12977 sound/aoa/codecs/onyx.h | 1 +
12978 sound/core/oss/pcm_oss.c | 18 +-
12979 sound/core/pcm_compat.c | 2 +-
12980 sound/core/pcm_native.c | 4 +-
12981 sound/core/seq/seq_clientmgr.c | 10 +-
12982 sound/core/seq/seq_compat.c | 2 +-
12983 sound/core/seq/seq_fifo.c | 6 +-
12984 sound/core/seq/seq_fifo.h | 2 +-
12985 sound/core/seq/seq_memory.c | 6 +-
12986 sound/core/sound.c | 2 +-
12987 sound/drivers/mts64.c | 14 +-
12988 sound/drivers/opl4/opl4_lib.c | 2 +-
12989 sound/drivers/portman2x4.c | 3 +-
12990 sound/firewire/amdtp-am824.c | 2 +-
12991 sound/firewire/amdtp-stream.c | 4 +-
12992 sound/firewire/amdtp-stream.h | 2 +-
12993 sound/firewire/digi00x/amdtp-dot.c | 2 +-
12994 sound/firewire/isight.c | 10 +-
12995 sound/firewire/scs1x.c | 8 +-
12996 sound/oss/sb_audio.c | 2 +-
12997 sound/oss/swarm_cs4297a.c | 6 +-
12998 sound/pci/hda/hda_codec.c | 2 +-
12999 sound/pci/ymfpci/ymfpci.h | 2 +-
13000 sound/pci/ymfpci/ymfpci_main.c | 12 +-
13001 sound/soc/codecs/sti-sas.c | 10 +-
13002 sound/soc/intel/skylake/skl-sst-dsp.h | 4 +-
13003 sound/soc/soc-ac97.c | 6 +-
13004 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
13005 tools/gcc/Makefile | 42 +
13006 tools/gcc/checker_plugin.c | 549 +
13007 tools/gcc/colorize_plugin.c | 215 +
13008 tools/gcc/constify_plugin.c | 571 +
13009 tools/gcc/gcc-common.h | 819 +
13010 tools/gcc/initify_plugin.c | 591 +
13011 tools/gcc/kallocstat_plugin.c | 188 +
13012 tools/gcc/kernexec_plugin.c | 549 +
13013 tools/gcc/latent_entropy_plugin.c | 474 +
13014 tools/gcc/randomize_layout_seed.h | 1 +
13015 tools/gcc/size_overflow_plugin/.gitignore | 2 +
13016 tools/gcc/size_overflow_plugin/Makefile | 28 +
13017 .../disable_size_overflow_hash.data | 12434 ++
13018 .../disable_size_overflow_hash.h | 152601 ++++++++++++++++++
13019 .../generate_size_overflow_hash.sh | 103 +
13020 .../insert_size_overflow_asm.c | 416 +
13021 .../size_overflow_plugin/intentional_overflow.c | 1116 +
13022 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
13023 tools/gcc/size_overflow_plugin/size_overflow.h | 325 +
13024 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
13025 .../size_overflow_plugin/size_overflow_hash.data | 21454 +++
13026 .../size_overflow_hash_aux.data | 92 +
13027 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 +
13028 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
13029 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
13030 .../size_overflow_plugin_hash.c | 352 +
13031 .../size_overflow_plugin/size_overflow_transform.c | 745 +
13032 .../size_overflow_transform_core.c | 1015 +
13033 tools/gcc/stackleak_plugin.c | 444 +
13034 tools/gcc/structleak_plugin.c | 290 +
13035 tools/include/linux/compiler.h | 8 +
13036 tools/perf/util/include/asm/alternative-asm.h | 3 +
13037 tools/virtio/linux/uaccess.h | 2 +-
13038 virt/kvm/kvm_main.c | 42 +-
13039 2088 files changed, 221599 insertions(+), 9618 deletions(-)
13040 commit 87790bbd0d8dc2bd7fd86cb947e32886db9e9766
13041 Author: Matthew Wilcox <willy@linux.intel.com>
13042 Date: Tue Feb 2 16:57:52 2016 -0800
13043
13044 radix-tree: fix race in gang lookup
13045
13046 If the indirect_ptr bit is set on a slot, that indicates we need to redo
13047 the lookup. Introduce a new function radix_tree_iter_retry() which
13048 forces the loop to retry the lookup by setting 'slot' to NULL and
13049 turning the iterator back to point at the problematic entry.
13050
13051 This is a pretty rare problem to hit at the moment; the lookup has to
13052 race with a grow of the radix tree from a height of 0. The consequences
13053 of hitting this race are that gang lookup could return a pointer to a
13054 radix_tree_node instead of a pointer to whatever the user had inserted
13055 in the tree.
13056
13057 Fixes: cebbd29e1c2f ("radix-tree: rewrite gang lookup using iterator")
13058 Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
13059 Cc: Hugh Dickins <hughd@google.com>
13060 Cc: Ohad Ben-Cohen <ohad@wizery.com>
13061 Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
13062 Cc: <stable@vger.kernel.org>
13063 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
13064 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13065
13066 include/linux/radix-tree.h | 16 ++++++++++++++++
13067 lib/radix-tree.c | 12 ++++++++++--
13068 2 files changed, 26 insertions(+), 2 deletions(-)
13069
13070 commit bf628043b4589c910919a0f221ae7f42aa8cea93
13071 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
13072 Date: Wed Feb 3 02:11:03 2016 +0100
13073
13074 unix: correctly track in-flight fds in sending process user_struct
13075
13076 The commit referenced in the Fixes tag incorrectly accounted the number
13077 of in-flight fds over a unix domain socket to the original opener
13078 of the file-descriptor. This allows another process to arbitrary
13079 deplete the original file-openers resource limit for the maximum of
13080 open files. Instead the sending processes and its struct cred should
13081 be credited.
13082
13083 To do so, we add a reference counted struct user_struct pointer to the
13084 scm_fp_list and use it to account for the number of inflight unix fds.
13085
13086 Fixes: 712f4aad406bb1 ("unix: properly account for FDs passed over unix sockets")
13087 Reported-by: David Herrmann <dh.herrmann@gmail.com>
13088 Cc: David Herrmann <dh.herrmann@gmail.com>
13089 Cc: Willy Tarreau <w@1wt.eu>
13090 Cc: Linus Torvalds <torvalds@linux-foundation.org>
13091 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
13092 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
13093 Signed-off-by: David S. Miller <davem@davemloft.net>
13094
13095 include/net/af_unix.h | 4 ++--
13096 include/net/scm.h | 1 +
13097 net/core/scm.c | 7 +++++++
13098 net/unix/af_unix.c | 4 ++--
13099 net/unix/garbage.c | 8 ++++----
13100 5 files changed, 16 insertions(+), 8 deletions(-)
13101
13102 commit e830db443ff78d70b7b63536e688d73907face0c
13103 Author: Mike Kravetz <mike.kravetz@oracle.com>
13104 Date: Fri Jan 15 16:57:37 2016 -0800
13105
13106 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
13107
13108 Hillf Danton noticed bugs in the hugetlb_vmtruncate_list routine. The
13109 argument end is of type pgoff_t. It was being converted to a vaddr
13110 offset and passed to unmap_hugepage_range. However, end was also being
13111 used as an argument to the vma_interval_tree_foreach controlling loop.
13112 In addition, the conversion of end to vaddr offset was incorrect.
13113
13114 hugetlb_vmtruncate_list is called as part of a file truncate or
13115 fallocate hole punch operation.
13116
13117 When truncating a hugetlbfs file, this bug could prevent some pages from
13118 being unmapped. This is possible if there are multiple vmas mapping the
13119 file, and there is a sufficiently sized hole between the mappings. The
13120 size of the hole between two vmas (A,B) must be such that the starting
13121 virtual address of B is greater than (ending virtual address of A <<
13122 PAGE_SHIFT). In this case, the pages in B would not be unmapped. If
13123 pages are not properly unmapped during truncate, the following BUG is
13124 hit:
13125
13126 kernel BUG at fs/hugetlbfs/inode.c:428!
13127
13128 In the fallocate hole punch case, this bug could prevent pages from
13129 being unmapped as in the truncate case. However, for hole punch the
13130 result is that unmapped pages will not be removed during the operation.
13131 For hole punch, it is also possible that more pages than desired will be
13132 unmapped. This unnecessary unmapping will cause page faults to
13133 reestablish the mappings on subsequent page access.
13134
13135 Fixes: 1bfad99ab (" hugetlbfs: hugetlb_vmtruncate_list() needs to take a range")Reported-by: Hillf Danton <hillf.zj@alibaba-inc.com>
13136 Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
13137 Cc: Hugh Dickins <hughd@google.com>
13138 Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
13139 Cc: Davidlohr Bueso <dave@stgolabs.net>
13140 Cc: Dave Hansen <dave.hansen@linux.intel.com>
13141 Cc: <stable@vger.kernel.org> [4.3]
13142 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
13143 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13144
13145 fs/hugetlbfs/inode.c | 19 +++++++++++--------
13146 1 files changed, 11 insertions(+), 8 deletions(-)
13147
13148 commit cdb3ba4a9113b779347387f3b6c6ea72dd4db12f
13149 Author: Takashi Iwai <tiwai@suse.de>
13150 Date: Thu Feb 4 17:06:13 2016 +0100
13151
13152 ALSA: timer: Fix leftover link at closing
13153
13154 In ALSA timer core, the active timer instance is managed in
13155 active_list linked list. Each element is added / removed dynamically
13156 at timer start, stop and in timer interrupt. The problem is that
13157 snd_timer_interrupt() has a thinko and leaves the element in
13158 active_list when it's the last opened element. This eventually leads
13159 to list corruption or use-after-free error.
13160
13161 This hasn't been revealed because we used to delete the list forcibly
13162 in snd_timer_stop() in the past. However, the recent fix avoids the
13163 double-stop behavior (in commit [f784beb75ce8: ALSA: timer: Fix link
13164 corruption due to double start or stop]), and this leak hits reality.
13165
13166 This patch fixes the link management in snd_timer_interrupt(). Now it
13167 simply unlinks no matter which stream is.
13168
13169 BugLink: http://lkml.kernel.org/r/CACT4Y+Yy2aukHP-EDp8-ziNqNNmb-NTf=jDWXMP7jB8HDa2vng@mail.gmail.com
13170 Reported-by: Dmitry Vyukov <dvyukov@google.com>
13171 Cc: <stable@vger.kernel.org>
13172 Signed-off-by: Takashi Iwai <tiwai@suse.de>
13173
13174 sound/core/timer.c | 4 ++--
13175 1 files changed, 2 insertions(+), 2 deletions(-)
13176
13177 commit 47d9647902f6a2f46a2be1e0140ba0f6f8c06008
13178 Author: Konstantin Khlebnikov <koct9i@gmail.com>
13179 Date: Fri Feb 5 15:37:01 2016 -0800
13180
13181 radix-tree: fix oops after radix_tree_iter_retry
13182
13183 Helper radix_tree_iter_retry() resets next_index to the current index.
13184 In following radix_tree_next_slot current chunk size becomes zero. This
13185 isn't checked and it tries to dereference null pointer in slot.
13186
13187 Tagged iterator is fine because retry happens only at slot 0 where tag
13188 bitmask in iter->tags is filled with single bit.
13189
13190 Fixes: 46437f9a554f ("radix-tree: fix race in gang lookup")
13191 Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
13192 Cc: Matthew Wilcox <willy@linux.intel.com>
13193 Cc: Hugh Dickins <hughd@google.com>
13194 Cc: Ohad Ben-Cohen <ohad@wizery.com>
13195 Cc: Jeremiah Mahler <jmmahler@gmail.com>
13196 Cc: <stable@vger.kernel.org>
13197 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
13198 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13199
13200 include/linux/radix-tree.h | 6 +++---
13201 1 files changed, 3 insertions(+), 3 deletions(-)
13202
13203 commit 95b5dcb3c01958502af00b0bc0da1d906aae11a2
13204 Merge: 438be0b 256aeaf
13205 Author: Brad Spengler <spender@grsecurity.net>
13206 Date: Sun Feb 7 08:29:33 2016 -0500
13207
13208 Merge branch 'pax-test' into grsec-test
13209
13210 commit 256aeaf87c22de8edf1f03682a572c590ae07771
13211 Author: Brad Spengler <spender@grsecurity.net>
13212 Date: Sun Feb 7 08:29:09 2016 -0500
13213
13214 Update to pax-linux-4.3.5-test28.patch:
13215 - 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)
13216 - spender fixed UDEREF on arm
13217
13218 arch/arm/Kconfig | 1 +
13219 arch/arm/include/asm/domain.h | 21 ++++++++-
13220 arch/arm/include/asm/futex.h | 9 ----
13221 arch/arm/include/asm/thread_info.h | 3 +
13222 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
13223 arch/arm/kernel/entry-armv.S | 2 +-
13224 arch/arm/kernel/process.c | 2 +-
13225 arch/arm/mm/alignment.c | 8 ----
13226 arch/x86/mm/numa.c | 2 +-
13227 security/Kconfig | 1 -
13228 10 files changed, 60 insertions(+), 70 deletions(-)
13229
13230 commit 438be0bd112bd17942b2628c53054dc1007558a1
13231 Author: Brad Spengler <spender@grsecurity.net>
13232 Date: Sat Feb 6 19:50:31 2016 -0500
13233
13234 Fix a number of issues caused by the upstream merging of a UDEREF ripoff resulting in unbootable
13235 ARM systems reported on the forums
13236
13237 arch/arm/Kconfig | 1 +
13238 arch/arm/include/asm/domain.h | 21 ++++++++-
13239 arch/arm/include/asm/futex.h | 9 ----
13240 arch/arm/include/asm/thread_info.h | 3 +
13241 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
13242 arch/arm/kernel/entry-armv.S | 2 +-
13243 arch/arm/kernel/process.c | 2 +-
13244 arch/arm/mm/alignment.c | 8 ----
13245 security/Kconfig | 1 -
13246 9 files changed, 59 insertions(+), 69 deletions(-)
13247
13248 commit 4ffdd5ef1f87e611af1efb4f251ada92abe9f4c0
13249 Author: Brad Spengler <spender@grsecurity.net>
13250 Date: Sat Feb 6 11:21:53 2016 -0500
13251
13252 Fix another compiler warning
13253
13254 net/ipv4/tcp_input.c | 2 ++
13255 1 files changed, 2 insertions(+), 0 deletions(-)
13256
13257 commit 30b5b7bc0fd67d458bdd5ab35e4689769eabd2ed
13258 Author: Brad Spengler <spender@grsecurity.net>
13259 Date: Sat Feb 6 11:16:12 2016 -0500
13260
13261 Fix two compiler warnings
13262
13263 kernel/pid.c | 5 ++---
13264 kernel/ptrace.c | 3 ++-
13265 2 files changed, 4 insertions(+), 4 deletions(-)
13266
13267 commit dda4d2a21914c480750f10bd55c6e3203d415d8d
13268 Author: Brad Spengler <spender@grsecurity.net>
13269 Date: Wed Feb 3 21:22:40 2016 -0500
13270
13271 Apply fix for integer truncation in NUMA init code, reported by
13272 x14sg1 on the forums:
13273 https://forums.grsecurity.net/viewtopic.php?f=3&t=4374
13274
13275 arch/x86/mm/numa.c | 2 +-
13276 1 files changed, 1 insertions(+), 1 deletions(-)
13277
13278 commit 477505f7c893cb6a2c3e22f83eefd9c985d7b3ca
13279 Merge: a781740 016d0d8
13280 Author: Brad Spengler <spender@grsecurity.net>
13281 Date: Wed Feb 3 21:20:58 2016 -0500
13282
13283 Merge branch 'pax-test' into grsec-test
13284
13285 commit 016d0d81a8dd4be1304c82a68e0ccf425868f467
13286 Author: Brad Spengler <spender@grsecurity.net>
13287 Date: Wed Feb 3 21:20:10 2016 -0500
13288
13289 Update to pax-linux-4.3.5-test27.patch:
13290 - fixed a bunch of potential REFCOUNT false positives, reported by Emese
13291 - restored padding in fpregs_state for storing AVX-512 state in the future
13292 - constified netlink_dump_control
13293 - added const version of debug_gimple_stmt for gcc plugins, by Emese
13294 - Emese fixed a bug in initify that could have initified too much
13295 - Emese fixed a false positive intentional integer overflow in xfrm4_extract_header, reported by corsac
13296
13297 arch/x86/include/asm/fpu/types.h | 1 +
13298 arch/x86/include/asm/mmu_context.h | 2 +-
13299 block/blk-cgroup.c | 18 ++--
13300 block/cfq-iosched.c | 4 +-
13301 crypto/crypto_user.c | 8 ++-
13302 drivers/acpi/apei/ghes.c | 6 +-
13303 drivers/char/ipmi/ipmi_ssif.c | 12 ++--
13304 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
13305 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
13306 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
13307 drivers/infiniband/core/netlink.c | 5 +-
13308 drivers/infiniband/hw/cxgb4/device.c | 6 +-
13309 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
13310 drivers/md/bcache/alloc.c | 2 +-
13311 drivers/md/bcache/bcache.h | 10 +-
13312 drivers/md/bcache/btree.c | 2 +-
13313 drivers/md/bcache/io.c | 10 +-
13314 drivers/md/bcache/journal.c | 2 +-
13315 drivers/md/bcache/stats.c | 26 +++---
13316 drivers/md/bcache/stats.h | 16 ++--
13317 drivers/md/bcache/super.c | 2 +-
13318 drivers/md/bcache/sysfs.c | 20 +++---
13319 drivers/md/dm-cache-target.c | 98 ++++++++++++------------
13320 drivers/md/dm-raid.c | 2 +-
13321 drivers/md/md.c | 6 +-
13322 drivers/md/md.h | 2 +-
13323 drivers/md/raid1.c | 2 +-
13324 drivers/md/raid10.c | 2 +-
13325 drivers/md/raid5.c | 4 +-
13326 drivers/media/pci/zoran/zoran.h | 1 -
13327 drivers/media/pci/zoran/zoran_driver.c | 3 -
13328 drivers/net/ethernet/sfc/selftest.c | 20 +++---
13329 drivers/net/irda/vlsi_ir.c | 18 ++--
13330 drivers/net/irda/vlsi_ir.h | 14 ++--
13331 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
13332 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
13333 drivers/net/wireless/ath/carl9170/main.c | 10 +-
13334 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
13335 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
13336 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
13337 drivers/scsi/hptiop.c | 2 -
13338 drivers/scsi/hptiop.h | 1 -
13339 drivers/scsi/ipr.c | 6 +-
13340 drivers/scsi/ipr.h | 2 +-
13341 drivers/scsi/qla2xxx/qla_target.c | 10 +-
13342 drivers/scsi/qla2xxx/qla_target.h | 2 +-
13343 fs/btrfs/ctree.c | 2 +-
13344 fs/btrfs/ctree.h | 4 +-
13345 fs/btrfs/delayed-ref.c | 4 +-
13346 fs/btrfs/disk-io.c | 4 +-
13347 fs/btrfs/file.c | 4 +-
13348 fs/btrfs/raid56.c | 32 ++++----
13349 fs/btrfs/tests/btrfs-tests.c | 2 +-
13350 fs/btrfs/transaction.c | 2 +-
13351 fs/btrfs/tree-log.c | 8 +-
13352 fs/btrfs/volumes.c | 14 ++--
13353 fs/btrfs/volumes.h | 22 +++---
13354 fs/jbd2/commit.c | 2 +-
13355 fs/jbd2/transaction.c | 4 +-
13356 fs/ocfs2/dlm/dlmcommon.h | 4 +-
13357 fs/ocfs2/dlm/dlmdebug.c | 10 +-
13358 fs/ocfs2/dlm/dlmdomain.c | 4 +-
13359 fs/ocfs2/dlm/dlmmaster.c | 4 +-
13360 include/acpi/ghes.h | 2 +-
13361 include/linux/blk-cgroup.h | 24 +++---
13362 include/linux/jbd2.h | 2 +-
13363 include/linux/netlink.h | 12 ++--
13364 include/net/cfg802154.h | 2 +-
13365 include/net/mac80211.h | 2 +-
13366 include/net/neighbour.h | 2 +-
13367 kernel/rcu/tree_plugin.h | 4 +-
13368 net/batman-adv/routing.c | 4 +-
13369 net/batman-adv/soft-interface.c | 2 +-
13370 net/batman-adv/translation-table.c | 14 ++--
13371 net/batman-adv/types.h | 2 +-
13372 net/core/neighbour.c | 14 ++--
13373 net/core/rtnetlink.c | 2 +-
13374 net/ipv4/arp.c | 2 +-
13375 net/ipv4/inet_diag.c | 4 +-
13376 net/ipv4/xfrm4_state.c | 4 +-
13377 net/ipv6/ndisc.c | 2 +-
13378 net/mac80211/cfg.c | 2 +-
13379 net/mac80211/debugfs_key.c | 2 +-
13380 net/mac80211/key.c | 4 +-
13381 net/mac80211/tx.c | 2 +-
13382 net/mac80211/wpa.c | 10 +-
13383 net/mac802154/iface.c | 4 +-
13384 net/netfilter/ipset/ip_set_core.c | 2 +-
13385 net/netfilter/nf_conntrack_netlink.c | 22 +++---
13386 net/netfilter/nf_tables_api.c | 13 ++--
13387 net/netfilter/nfnetlink_acct.c | 7 +-
13388 net/netfilter/nfnetlink_cthelper.c | 2 +-
13389 net/netfilter/nfnetlink_cttimeout.c | 2 +-
13390 net/netlink/af_netlink.c | 10 ++-
13391 net/netlink/diag.c | 2 +-
13392 net/netlink/genetlink.c | 14 ++--
13393 net/packet/af_packet.c | 18 ++--
13394 net/packet/diag.c | 2 +-
13395 net/packet/internal.h | 6 +-
13396 net/unix/diag.c | 2 +-
13397 net/xfrm/xfrm_user.c | 2 +-
13398 security/apparmor/include/policy.h | 2 +-
13399 security/apparmor/policy.c | 4 +-
13400 sound/core/seq/seq_clientmgr.c | 2 +-
13401 sound/core/seq/seq_fifo.c | 6 +-
13402 sound/core/seq/seq_fifo.h | 2 +-
13403 tools/gcc/gcc-common.h | 24 ++++--
13404 tools/gcc/initify_plugin.c | 7 +-
13405 tools/lib/api/Makefile | 2 +-
13406 109 files changed, 399 insertions(+), 391 deletions(-)
13407
13408 commit a7817402ac837b1aee07fac42537a02097055098
13409 Author: Matt Fleming <matt@codeblueprint.co.uk>
13410 Date: Fri Jan 29 11:36:10 2016 +0000
13411
13412 x86/mm/pat: Avoid truncation when converting cpa->numpages to address
13413
13414 There are a couple of nasty truncation bugs lurking in the pageattr
13415 code that can be triggered when mapping EFI regions, e.g. when we pass
13416 a cpa->pgd pointer. Because cpa->numpages is a 32-bit value, shifting
13417 left by PAGE_SHIFT will truncate the resultant address to 32-bits.
13418
13419 Viorel-Cătălin managed to trigger this bug on his Dell machine that
13420 provides a ~5GB EFI region which requires 1236992 pages to be mapped.
13421 When calling populate_pud() the end of the region gets calculated
13422 incorrectly in the following buggy expression,
13423
13424 end = start + (cpa->numpages << PAGE_SHIFT);
13425
13426 And only 188416 pages are mapped. Next, populate_pud() gets invoked
13427 for a second time because of the loop in __change_page_attr_set_clr(),
13428 only this time no pages get mapped because shifting the remaining
13429 number of pages (1048576) by PAGE_SHIFT is zero. At which point the
13430 loop in __change_page_attr_set_clr() spins forever because we fail to
13431 map progress.
13432
13433 Hitting this bug depends very much on the virtual address we pick to
13434 map the large region at and how many pages we map on the initial run
13435 through the loop. This explains why this issue was only recently hit
13436 with the introduction of commit
13437
13438 a5caa209ba9c ("x86/efi: Fix boot crash by mapping EFI memmap
13439 entries bottom-up at runtime, instead of top-down")
13440
13441 It's interesting to note that safe uses of cpa->numpages do exist in
13442 the pageattr code. If instead of shifting ->numpages we multiply by
13443 PAGE_SIZE, no truncation occurs because PAGE_SIZE is a UL value, and
13444 so the result is unsigned long.
13445
13446 To avoid surprises when users try to convert very large cpa->numpages
13447 values to addresses, change the data type from 'int' to 'unsigned
13448 long', thereby making it suitable for shifting by PAGE_SHIFT without
13449 any type casting.
13450
13451 The alternative would be to make liberal use of casting, but that is
13452 far more likely to cause problems in the future when someone adds more
13453 code and fails to cast properly; this bug was difficult enough to
13454 track down in the first place.
13455
13456 Reported-and-tested-by: Viorel-Cătălin Răpițeanu <rapiteanu.catalin@gmail.com>
13457 Acked-by: Borislav Petkov <bp@alien8.de>
13458 Cc: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
13459 Cc: <stable@vger.kernel.org>
13460 Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
13461 Link: https://bugzilla.kernel.org/show_bug.cgi?id=110131
13462 Link: http://lkml.kernel.org/r/1454067370-10374-1-git-send-email-matt@codeblueprint.co.uk
13463 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
13464
13465 arch/x86/mm/pageattr.c | 4 ++--
13466 1 files changed, 2 insertions(+), 2 deletions(-)
13467
13468 commit 64dd9d7a67a742fda257cdd16510c29e695c34b5
13469 Author: Jan Beulich <JBeulich@suse.com>
13470 Date: Tue Jan 26 04:15:18 2016 -0700
13471
13472 x86/mm: Fix types used in pgprot cacheability flags translations
13473
13474 For PAE kernels "unsigned long" is not suitable to hold page protection
13475 flags, since _PAGE_NX doesn't fit there. This is the reason for quite a
13476 few W+X pages getting reported as insecure during boot (observed namely
13477 for the entire initrd range).
13478
13479 Fixes: 281d4078be ("x86: Make page cache mode a real type")
13480 Signed-off-by: Jan Beulich <jbeulich@suse.com>
13481 Reviewed-by: Juergen Gross <JGross@suse.com>
13482 Cc: stable@vger.kernel.org
13483 Link: http://lkml.kernel.org/r/56A7635602000078000CAFF1@prv-mh.provo.novell.com
13484 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
13485
13486 arch/x86/include/asm/pgtable_types.h | 6 ++----
13487 1 files changed, 2 insertions(+), 4 deletions(-)
13488
13489 commit bb9a3a9df0d8dfc96d521676e64c42b37ba22aea
13490 Merge: 682d661 f74425b
13491 Author: Brad Spengler <spender@grsecurity.net>
13492 Date: Sun Jan 31 15:06:25 2016 -0500
13493
13494 Merge branch 'pax-test' into grsec-test
13495
13496 Conflicts:
13497 drivers/net/slip/slhc.c
13498 include/linux/sched.h
13499 net/unix/af_unix.c
13500 sound/core/timer.c
13501
13502 commit f74425b5705bfe52aff9e97659ef10c4a14176c3
13503 Merge: d14af1f 849a2d3
13504 Author: Brad Spengler <spender@grsecurity.net>
13505 Date: Sun Jan 31 15:02:55 2016 -0500
13506
13507 Merge branch 'linux-4.3.y' into pax-test
13508
13509 Conflicts:
13510 arch/x86/include/asm/mmu_context.h
13511
13512 commit 682d6611d75542e351c973c8dd74a99d3966c073
13513 Author: Brad Spengler <spender@grsecurity.net>
13514 Date: Sat Jan 30 13:05:03 2016 -0500
13515
13516 Based on a report from Mathias Krause, fix up a number of additional instances
13517 of ulong overflow when passing in values to gr_learn_resource by saturating
13518 to ULONG_MAX
13519
13520 mm/mlock.c | 11 ++++++++---
13521 mm/mmap.c | 16 +++++++++++++---
13522 2 files changed, 21 insertions(+), 6 deletions(-)
13523
13524 commit adb52e95fb9ad4ac9c56cd5d47bd668f47c33096
13525 Author: Jann Horn <jann@thejh.net>
13526 Date: Sat Dec 26 06:00:48 2015 +0100
13527
13528 seccomp: always propagate NO_NEW_PRIVS on tsync
13529
13530 Before this patch, a process with some permissive seccomp filter
13531 that was applied by root without NO_NEW_PRIVS was able to add
13532 more filters to itself without setting NO_NEW_PRIVS by setting
13533 the new filter from a throwaway thread with NO_NEW_PRIVS.
13534
13535 Signed-off-by: Jann Horn <jann@thejh.net>
13536 Cc: stable@vger.kernel.org
13537 Signed-off-by: Kees Cook <keescook@chromium.org>
13538
13539 kernel/seccomp.c | 22 +++++++++++-----------
13540 1 files changed, 11 insertions(+), 11 deletions(-)
13541
13542 commit b85450498a3bbf269441c8963d7574bb3079c838
13543 Merge: 59c216f d14af1f
13544 Author: Brad Spengler <spender@grsecurity.net>
13545 Date: Fri Jan 29 20:54:13 2016 -0500
13546
13547 Merge branch 'pax-test' into grsec-test
13548
13549 commit d14af1f1dd66511f3f0674deee2b572972012b39
13550 Author: Brad Spengler <spender@grsecurity.net>
13551 Date: Fri Jan 29 20:53:51 2016 -0500
13552
13553 Update to pax-linux-4.3.4-test26.patch:
13554 - Emese fixed a few intentional overflows introduced by gcc, reported by StalkR (https://forums.grsecurity.net/viewtopic.php?f=3&t=4370)
13555
13556 fs/cifs/file.c | 2 +-
13557 fs/gfs2/file.c | 2 +-
13558 .../size_overflow_plugin/intentional_overflow.c | 96 ++++++++++++++++++--
13559 tools/gcc/size_overflow_plugin/size_overflow.h | 2 +
13560 .../size_overflow_plugin/size_overflow_plugin.c | 4 +-
13561 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
13562 .../size_overflow_transform_core.c | 5 +
13563 7 files changed, 102 insertions(+), 15 deletions(-)
13564
13565 commit 59c216f13587eacdd692386b7a403ae78ed84fb6
13566 Author: Brad Spengler <spender@grsecurity.net>
13567 Date: Wed Jan 27 17:57:21 2016 -0500
13568
13569 Fix a size_overflow report reported by Mathias Krause in our
13570 truncation of an loff_t to an unsigned long when being passed
13571 to gr_learn_resource() (as all resource checks are against unsigned long
13572 values)
13573
13574 fs/attr.c | 5 ++++-
13575 1 files changed, 4 insertions(+), 1 deletions(-)
13576
13577 commit 70636c6ad60fc1db3af764ecc789b827b7497a97
13578 Author: Yuchung Cheng <ycheng@google.com>
13579 Date: Wed Jan 6 12:42:38 2016 -0800
13580
13581 tcp: fix zero cwnd in tcp_cwnd_reduction
13582
13583 Patch 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode
13584 conditionally") introduced a bug that cwnd may become 0 when both
13585 inflight and sndcnt are 0 (cwnd = inflight + sndcnt). This may lead
13586 to a div-by-zero if the connection starts another cwnd reduction
13587 phase by setting tp->prior_cwnd to the current cwnd (0) in
13588 tcp_init_cwnd_reduction().
13589
13590 To prevent this we skip PRR operation when nothing is acked or
13591 sacked. Then cwnd must be positive in all cases as long as ssthresh
13592 is positive:
13593
13594 1) The proportional reduction mode
13595 inflight > ssthresh > 0
13596
13597 2) The reduction bound mode
13598 a) inflight == ssthresh > 0
13599
13600 b) inflight < ssthresh
13601 sndcnt > 0 since newly_acked_sacked > 0 and inflight < ssthresh
13602
13603 Therefore in all cases inflight and sndcnt can not both be 0.
13604 We check invalid tp->prior_cwnd to avoid potential div0 bugs.
13605
13606 In reality this bug is triggered only with a sequence of less common
13607 events. For example, the connection is terminating an ECN-triggered
13608 cwnd reduction with an inflight 0, then it receives reordered/old
13609 ACKs or DSACKs from prior transmission (which acks nothing). Or the
13610 connection is in fast recovery stage that marks everything lost,
13611 but fails to retransmit due to local issues, then receives data
13612 packets from other end which acks nothing.
13613
13614 Fixes: 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode conditionally")
13615 Reported-by: Oleksandr Natalenko <oleksandr@natalenko.name>
13616 Signed-off-by: Yuchung Cheng <ycheng@google.com>
13617 Signed-off-by: Neal Cardwell <ncardwell@google.com>
13618 Signed-off-by: Eric Dumazet <edumazet@google.com>
13619 Signed-off-by: David S. Miller <davem@davemloft.net>
13620
13621 net/ipv4/tcp_input.c | 3 +++
13622 1 files changed, 3 insertions(+), 0 deletions(-)
13623
13624 commit dac1da2bedbb43195d371c7a192cfeeb45683df0
13625 Author: Eric Dumazet <edumazet@google.com>
13626 Date: Sun Jan 24 13:53:50 2016 -0800
13627
13628 af_unix: fix struct pid memory leak
13629
13630 Dmitry reported a struct pid leak detected by a syzkaller program.
13631
13632 Bug happens in unix_stream_recvmsg() when we break the loop when a
13633 signal is pending, without properly releasing scm.
13634
13635 Fixes: b3ca9b02b007 ("net: fix multithreaded signal handling in unix recv routines")
13636 Reported-by: Dmitry Vyukov <dvyukov@google.com>
13637 Signed-off-by: Eric Dumazet <edumazet@google.com>
13638 Cc: Rainer Weikusat <rweikusat@mobileactivedefense.com>
13639 Signed-off-by: David S. Miller <davem@davemloft.net>
13640
13641 net/unix/af_unix.c | 1 +
13642 1 files changed, 1 insertions(+), 0 deletions(-)
13643
13644 commit 15cc47f127520d1ac0c1fe76d993c2c27f0f2571
13645 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
13646 Date: Fri Jan 22 01:39:43 2016 +0100
13647
13648 pptp: fix illegal memory access caused by multiple bind()s
13649
13650 Several times already this has been reported as kasan reports caused by
13651 syzkaller and trinity and people always looked at RCU races, but it is
13652 much more simple. :)
13653
13654 In case we bind a pptp socket multiple times, we simply add it to
13655 the callid_sock list but don't remove the old binding. Thus the old
13656 socket stays in the bucket with unused call_id indexes and doesn't get
13657 cleaned up. This causes various forms of kasan reports which were hard
13658 to pinpoint.
13659
13660 Simply don't allow multiple binds and correct error handling in
13661 pptp_bind. Also keep sk_state bits in place in pptp_connect.
13662
13663 Fixes: 00959ade36acad ("PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)")
13664 Cc: Dmitry Kozlov <xeb@mail.ru>
13665 Cc: Sasha Levin <sasha.levin@oracle.com>
13666 Cc: Dmitry Vyukov <dvyukov@google.com>
13667 Reported-by: Dmitry Vyukov <dvyukov@google.com>
13668 Cc: Dave Jones <davej@codemonkey.org.uk>
13669 Reported-by: Dave Jones <davej@codemonkey.org.uk>
13670 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
13671 Signed-off-by: David S. Miller <davem@davemloft.net>
13672
13673 drivers/net/ppp/pptp.c | 34 ++++++++++++++++++++++++----------
13674 1 files changed, 24 insertions(+), 10 deletions(-)
13675
13676 commit e2b7b8c66851c85188fa6dab2d2b2a6c85bc7332
13677 Author: Brad Spengler <spender@grsecurity.net>
13678 Date: Tue Jan 26 18:17:10 2016 -0500
13679
13680 Add info about cpupower/powertop to GRKERNSEC_KMEM, was present on our
13681 wiki but was removed from the config help at some point
13682
13683 grsecurity/Kconfig | 3 +++
13684 1 files changed, 3 insertions(+), 0 deletions(-)
13685
13686 commit ce2e88efa000fc32bfcd84098f57c8ed8310fefc
13687 Author: Thomas Egerer <hakke_007@gmx.de>
13688 Date: Mon Jan 25 12:58:44 2016 +0100
13689
13690 ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
13691
13692 The ESP algorithms using CBC mode require echainiv. Hence INET*_ESP have
13693 to select CRYPTO_ECHAINIV in order to work properly. This solves the
13694 issues caused by a misconfiguration as described in [1].
13695 The original approach, patching crypto/Kconfig was turned down by
13696 Herbert Xu [2].
13697
13698 [1] https://lists.strongswan.org/pipermail/users/2015-December/009074.html
13699 [2] http://marc.info/?l=linux-crypto-vger&m=145224655809562&w=2
13700
13701 Signed-off-by: Thomas Egerer <hakke_007@gmx.de>
13702 Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
13703 Signed-off-by: David S. Miller <davem@davemloft.net>
13704
13705 net/ipv4/Kconfig | 1 +
13706 net/ipv6/Kconfig | 1 +
13707 2 files changed, 2 insertions(+), 0 deletions(-)
13708
13709 commit fca5a303155ea67d28aece0caf2b03ffc3b2668d
13710 Merge: 904114c 6339c1f
13711 Author: Brad Spengler <spender@grsecurity.net>
13712 Date: Tue Jan 26 18:08:40 2016 -0500
13713
13714 Merge branch 'pax-test' into grsec-test
13715
13716 commit 6339c1f9a9beafd417bf9f04d4b257e62aeb45b7
13717 Author: Brad Spengler <spender@grsecurity.net>
13718 Date: Tue Jan 26 18:07:51 2016 -0500
13719
13720 Update to pax-linux-4.3.4-test25.patch:
13721 - 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>
13722 - fixed init_new_context on !MODIFY_LDT_SYSCALL configs, reported by tjh (https://forums.grsecurity.net/viewtopic.php?f=3&t=4368)
13723 - fixed a few REFCOUNT false positives in SNMP related statistics
13724
13725 arch/x86/Kconfig | 2 +-
13726 arch/x86/include/asm/mmu_context.h | 17 +++++++++++++++++
13727 include/net/snmp.h | 10 +++++-----
13728 kernel/fork.c | 11 +++++++++--
13729 net/ipv4/proc.c | 8 ++++----
13730 net/ipv6/addrconf.c | 4 ++--
13731 net/ipv6/proc.c | 10 +++++-----
13732 7 files changed, 43 insertions(+), 19 deletions(-)
13733
13734 commit 904114c2fce3fdff5d57e763da56a78960db4e19
13735 Author: Al Viro <viro@zeniv.linux.org.uk>
13736 Date: Fri Jan 22 18:08:52 2016 -0500
13737
13738 make sure that freeing shmem fast symlinks is RCU-delayed
13739
13740 Cc: stable@vger.kernel.org # v4.2+
13741 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
13742
13743 include/linux/shmem_fs.h | 5 +----
13744 mm/shmem.c | 9 ++++-----
13745 2 files changed, 5 insertions(+), 9 deletions(-)
13746
13747 commit ab86adee64312a2f827dd516cb199521327943ed
13748 Author: Sasha Levin <sasha.levin@oracle.com>
13749 Date: Mon Jan 18 19:23:51 2016 -0500
13750
13751 netfilter: nf_conntrack: use safer way to lock all buckets
13752
13753 When we need to lock all buckets in the connection hashtable we'd attempt to
13754 lock 1024 spinlocks, which is way more preemption levels than supported by
13755 the kernel. Furthermore, this behavior was hidden by checking if lockdep is
13756 enabled, and if it was - use only 8 buckets(!).
13757
13758 Fix this by using a global lock and synchronize all buckets on it when we
13759 need to lock them all. This is pretty heavyweight, but is only done when we
13760 need to resize the hashtable, and that doesn't happen often enough (or at all).
13761
13762 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
13763 Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
13764 Reviewed-by: Florian Westphal <fw@strlen.de>
13765 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
13766
13767 Conflicts:
13768
13769 net/netfilter/nfnetlink_cttimeout.c
13770
13771 include/net/netfilter/nf_conntrack_core.h | 8 ++----
13772 net/netfilter/nf_conntrack_core.c | 38 +++++++++++++++++++++-------
13773 net/netfilter/nf_conntrack_helper.c | 2 +-
13774 net/netfilter/nf_conntrack_netlink.c | 2 +-
13775 4 files changed, 33 insertions(+), 17 deletions(-)
13776
13777 commit 37014723527225481c720484bb788a1a6358072f
13778 Author: Willy Tarreau <w@1wt.eu>
13779 Date: Mon Jan 18 16:36:09 2016 +0100
13780
13781 pipe: limit the per-user amount of pages allocated in pipes
13782
13783 On no-so-small systems, it is possible for a single process to cause an
13784 OOM condition by filling large pipes with data that are never read. A
13785 typical process filling 4000 pipes with 1 MB of data will use 4 GB of
13786 memory. On small systems it may be tricky to set the pipe max size to
13787 prevent this from happening.
13788
13789 This patch makes it possible to enforce a per-user soft limit above
13790 which new pipes will be limited to a single page, effectively limiting
13791 them to 4 kB each, as well as a hard limit above which no new pipes may
13792 be created for this user. This has the effect of protecting the system
13793 against memory abuse without hurting other users, and still allowing
13794 pipes to work correctly though with less data at once.
13795
13796 The limit are controlled by two new sysctls : pipe-user-pages-soft, and
13797 pipe-user-pages-hard. Both may be disabled by setting them to zero. The
13798 default soft limit allows the default number of FDs per process (1024)
13799 to create pipes of the default size (64kB), thus reaching a limit of 64MB
13800 before starting to create only smaller pipes. With 256 processes limited
13801 to 1024 FDs each, this results in 1024*64kB + (256*1024 - 1024) * 4kB =
13802 1084 MB of memory allocated for a user. The hard limit is disabled by
13803 default to avoid breaking existing applications that make intensive use
13804 of pipes (eg: for splicing).
13805
13806 Reported-by: socketpair@gmail.com
13807 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
13808 Mitigates: CVE-2013-4312 (Linux 2.0+)
13809 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
13810 Signed-off-by: Willy Tarreau <w@1wt.eu>
13811 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
13812
13813 Documentation/sysctl/fs.txt | 23 +++++++++++++++++++++
13814 fs/pipe.c | 47 +++++++++++++++++++++++++++++++++++++++++-
13815 include/linux/pipe_fs_i.h | 4 +++
13816 include/linux/sched.h | 1 +
13817 kernel/sysctl.c | 14 ++++++++++++
13818 5 files changed, 87 insertions(+), 2 deletions(-)
13819
13820 commit 51645fa198d194f746651dcfbc5f24a4cf8b9fb8
13821 Merge: 540f2af 7791ecb
13822 Author: Brad Spengler <spender@grsecurity.net>
13823 Date: Sat Jan 23 10:57:11 2016 -0500
13824
13825 Merge branch 'pax-test' into grsec-test
13826
13827 commit 7791ecb84f840343a5646236fd0d34e1fb450793
13828 Merge: 470069c 399588c
13829 Author: Brad Spengler <spender@grsecurity.net>
13830 Date: Sat Jan 23 10:56:47 2016 -0500
13831
13832 Merge branch 'linux-4.3.y' into pax-test
13833
13834 commit 540f2affebd42cdc26a699208ab4f1cb0cb75e33
13835 Author: Brad Spengler <spender@grsecurity.net>
13836 Date: Tue Jan 19 21:18:47 2016 -0500
13837
13838 Update size_overflow hash table
13839
13840 .../size_overflow_plugin/size_overflow_hash.data | 4 +++-
13841 1 files changed, 3 insertions(+), 1 deletions(-)
13842
13843 commit 7e649765626a28437f573f0fbe7a51a04615f041
13844 Author: Brad Spengler <spender@grsecurity.net>
13845 Date: Tue Jan 19 20:29:46 2016 -0500
13846
13847 Backport fix from: https://lkml.org/lkml/2015/12/13/187
13848
13849 fs/ext4/extents.c | 2 +-
13850 1 files changed, 1 insertions(+), 1 deletions(-)
13851
13852 commit 53b859cd0a5f5b6ad54fe0c879dfedaa3c5a3005
13853 Author: Jann Horn <jann@thejh.net>
13854 Date: Tue Jan 5 18:27:30 2016 +0100
13855
13856 compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)
13857
13858 This replaces all code in fs/compat_ioctl.c that translated
13859 ioctl arguments into a in-kernel structure, then performed
13860 do_ioctl under set_fs(KERNEL_DS), with code that allocates
13861 data on the user stack and can call the VFS ioctl handler
13862 under USER_DS.
13863
13864 This is done as a hardening measure because the caller
13865 does not know what kind of ioctl handler will be invoked,
13866 only that no corresponding compat_ioctl handler exists and
13867 what the ioctl command number is. The accidental
13868 invocation of an unlocked_ioctl handler that unexpectedly
13869 calls copy_to_user could be a severe security issue.
13870
13871 Signed-off-by: Jann Horn <jann@thejh.net>
13872 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
13873
13874 Conflicts:
13875
13876 fs/compat_ioctl.c
13877
13878 fs/compat_ioctl.c | 130 ++++++++++++++++++++++++++++-------------------------
13879 1 files changed, 68 insertions(+), 62 deletions(-)
13880
13881 commit 3e89e770ae27e931cd1583f021abac41eeebc3e7
13882 Author: Al Viro <viro@zeniv.linux.org.uk>
13883 Date: Thu Jan 7 09:53:30 2016 -0500
13884
13885 compat_ioctl: don't pass fd around when not needed
13886
13887 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
13888
13889 fs/compat_ioctl.c | 103 ++++++++++++++++++++++++++--------------------------
13890 fs/internal.h | 7 ++++
13891 fs/ioctl.c | 4 +-
13892 include/linux/fs.h | 2 -
13893 4 files changed, 61 insertions(+), 55 deletions(-)
13894
13895 commit 9d4e04082752d4d2d68445c4e6faf33a2613df55
13896 Author: Jann Horn <jann@thejh.net>
13897 Date: Tue Jan 5 18:27:29 2016 +0100
13898
13899 compat_ioctl: don't look up the fd twice
13900
13901 In code in fs/compat_ioctl.c that translates ioctl arguments
13902 into a in-kernel structure, then performs sys_ioctl, possibly
13903 under set_fs(KERNEL_DS), this commit changes the sys_ioctl
13904 calls to do_ioctl calls. do_ioctl is a new function that does
13905 the same thing as sys_ioctl, but doesn't look up the fd again.
13906
13907 This change is made to avoid (potential) security issues
13908 because of ioctl handlers that accept one of the ioctl
13909 commands I2C_FUNCS, VIDEO_GET_EVENT, MTIOCPOS, MTIOCGET,
13910 TIOCGSERIAL, TIOCSSERIAL, RTC_IRQP_READ, RTC_EPOCH_READ.
13911 This can happen for multiple reasons:
13912
13913 - The ioctl command number could be reused.
13914 - The ioctl handler might not check the full ioctl
13915 command. This is e.g. true for drm_ioctl.
13916 - The ioctl handler is very special, e.g. cuse_file_ioctl
13917
13918 The real issue is that set_fs(KERNEL_DS) is used here,
13919 but that's fixed in a separate commit
13920 "compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)".
13921
13922 This change mitigates potential security issues by
13923 preventing a race that permits invocation of
13924 unlocked_ioctl handlers under KERNEL_DS through compat
13925 code even if a corresponding compat_ioctl handler exists.
13926
13927 So far, no way has been identified to use this to damage
13928 kernel memory without having CAP_SYS_ADMIN in the init ns
13929 (with the capability, doing reads/writes at arbitrary
13930 kernel addresses should be easy through CUSE's ioctl
13931 handler with FUSE_IOCTL_UNRESTRICTED set).
13932
13933 [AV: two missed sys_ioctl() taken care of]
13934
13935 Signed-off-by: Jann Horn <jann@thejh.net>
13936 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
13937
13938 fs/compat_ioctl.c | 122 +++++++++++++++++++++++++++++-----------------------
13939 1 files changed, 68 insertions(+), 54 deletions(-)
13940
13941 commit 5bf9e1ed4ebb278cd956ba142914fc04a024309c
13942 Author: Vasily Kulikov <segoon@openwall.com>
13943 Date: Fri Jan 15 16:57:55 2016 -0800
13944
13945 include/linux/poison.h: use POISON_POINTER_DELTA for poison pointers
13946
13947 TIMER_ENTRY_STATIC is defined as a poison pointers which
13948 should point to nowhere. Redefine them using POISON_POINTER_DELTA
13949 arithmetics to make sure they really point to non-mappable area declared
13950 by the target architecture.
13951
13952 Signed-off-by: Vasily Kulikov <segoon@openwall.com>
13953 Acked-by: Thomas Gleixner <tglx@linutronix.de>
13954 Cc: Solar Designer <solar@openwall.com>
13955 Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
13956 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
13957 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13958
13959 Conflicts:
13960
13961 include/linux/poison.h
13962
13963 include/linux/poison.h | 2 +-
13964 1 files changed, 1 insertions(+), 1 deletions(-)
13965
13966 commit 60f2e0a05ab8f56c804a9334a23e2b446305d110
13967 Author: Brad Spengler <spender@grsecurity.net>
13968 Date: Tue Jan 19 19:41:44 2016 -0500
13969
13970 Fix ARM compilation, reported by Austin Sepp
13971
13972 grsecurity/grsec_sig.c | 1 +
13973 1 files changed, 1 insertions(+), 0 deletions(-)
13974
13975 commit e15383743443dc43460a2fd73e0db0b608610dca
13976 Author: Takashi Iwai <tiwai@suse.de>
13977 Date: Mon Jan 18 13:52:47 2016 +0100
13978
13979 ALSA: hrtimer: Fix stall by hrtimer_cancel()
13980
13981 hrtimer_cancel() waits for the completion from the callback, thus it
13982 must not be called inside the callback itself. This was already a
13983 problem in the past with ALSA hrtimer driver, and the early commit
13984 [fcfdebe70759: ALSA: hrtimer - Fix lock-up] tried to address it.
13985
13986 However, the previous fix is still insufficient: it may still cause a
13987 lockup when the ALSA timer instance reprograms itself in its callback.
13988 Then it invokes the start function even in snd_timer_interrupt() that
13989 is called in hrtimer callback itself, results in a CPU stall. This is
13990 no hypothetical problem but actually triggered by syzkaller fuzzer.
13991
13992 This patch tries to fix the issue again. Now we call
13993 hrtimer_try_to_cancel() at both start and stop functions so that it
13994 won't fall into a deadlock, yet giving some chance to cancel the queue
13995 if the functions have been called outside the callback. The proper
13996 hrtimer_cancel() is called in anyway at closing, so this should be
13997 enough.
13998
13999 Reported-and-tested-by: Dmitry Vyukov <dvyukov@google.com>
14000 Cc: <stable@vger.kernel.org>
14001 Signed-off-by: Takashi Iwai <tiwai@suse.de>
14002
14003 sound/core/hrtimer.c | 3 ++-
14004 1 files changed, 2 insertions(+), 1 deletions(-)
14005
14006 commit 12d874daf706e6e7c1ae709141859c809599297e
14007 Author: Takashi Iwai <tiwai@suse.de>
14008 Date: Tue Jan 12 12:38:02 2016 +0100
14009
14010 ALSA: seq: Fix missing NULL check at remove_events ioctl
14011
14012 snd_seq_ioctl_remove_events() calls snd_seq_fifo_clear()
14013 unconditionally even if there is no FIFO assigned, and this leads to
14014 an Oops due to NULL dereference. The fix is just to add a proper NULL
14015 check.
14016
14017 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14018 Tested-by: Dmitry Vyukov <dvyukov@google.com>
14019 Cc: <stable@vger.kernel.org>
14020 Signed-off-by: Takashi Iwai <tiwai@suse.de>
14021
14022 sound/core/seq/seq_clientmgr.c | 2 +-
14023 1 files changed, 1 insertions(+), 1 deletions(-)
14024
14025 commit 2eb0632df1351378946507e7ef7ba0682632a7b5
14026 Author: Takashi Iwai <tiwai@suse.de>
14027 Date: Tue Jan 12 15:36:27 2016 +0100
14028
14029 ALSA: seq: Fix race at timer setup and close
14030
14031 ALSA sequencer code has an open race between the timer setup ioctl and
14032 the close of the client. This was triggered by syzkaller fuzzer, and
14033 a use-after-free was caught there as a result.
14034
14035 This patch papers over it by adding a proper queue->timer_mutex lock
14036 around the timer-related calls in the relevant code path.
14037
14038 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14039 Tested-by: Dmitry Vyukov <dvyukov@google.com>
14040 Cc: <stable@vger.kernel.org>
14041 Signed-off-by: Takashi Iwai <tiwai@suse.de>
14042
14043 sound/core/seq/seq_queue.c | 2 ++
14044 1 files changed, 2 insertions(+), 0 deletions(-)
14045
14046 commit b9e55ab955e59b4a636d78a748be90334a48b485
14047 Author: Takashi Iwai <tiwai@suse.de>
14048 Date: Thu Jan 14 16:30:58 2016 +0100
14049
14050 ALSA: timer: Harden slave timer list handling
14051
14052 A slave timer instance might be still accessible in a racy way while
14053 operating the master instance as it lacks of locking. Since the
14054 master operation is mostly protected with timer->lock, we should cope
14055 with it while changing the slave instance, too. Also, some linked
14056 lists (active_list and ack_list) of slave instances aren't unlinked
14057 immediately at stopping or closing, and this may lead to unexpected
14058 accesses.
14059
14060 This patch tries to address these issues. It adds spin lock of
14061 timer->lock (either from master or slave, which is equivalent) in a
14062 few places. For avoiding a deadlock, we ensure that the global
14063 slave_active_lock is always locked at first before each timer lock.
14064
14065 Also, ack and active_list of slave instances are properly unlinked at
14066 snd_timer_stop() and snd_timer_close().
14067
14068 Last but not least, remove the superfluous call of _snd_timer_stop()
14069 at removing slave links. This is a noop, and calling it may confuse
14070 readers wrt locking. Further cleanup will follow in a later patch.
14071
14072 Actually we've got reports of use-after-free by syzkaller fuzzer, and
14073 this hopefully fixes these issues.
14074
14075 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14076 Cc: <stable@vger.kernel.org>
14077 Signed-off-by: Takashi Iwai <tiwai@suse.de>
14078
14079 sound/core/timer.c | 18 ++++++++++++++----
14080 1 files changed, 14 insertions(+), 4 deletions(-)
14081
14082 commit f1ce0547bdfda1b42ae8a66c222f2a897cbe1586
14083 Author: Takashi Iwai <tiwai@suse.de>
14084 Date: Wed Jan 13 17:48:01 2016 +0100
14085
14086 ALSA: timer: Fix race among timer ioctls
14087
14088 ALSA timer ioctls have an open race and this may lead to a
14089 use-after-free of timer instance object. A simplistic fix is to make
14090 each ioctl exclusive. We have already tread_sem for controlling the
14091 tread, and extend this as a global mutex to be applied to each ioctl.
14092
14093 The downside is, of course, the worse concurrency. But these ioctls
14094 aren't to be parallel accessible, in anyway, so it should be fine to
14095 serialize there.
14096
14097 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14098 Tested-by: Dmitry Vyukov <dvyukov@google.com>
14099 Cc: <stable@vger.kernel.org>
14100 Signed-off-by: Takashi Iwai <tiwai@suse.de>
14101
14102 sound/core/timer.c | 32 +++++++++++++++++++-------------
14103 1 files changed, 19 insertions(+), 13 deletions(-)
14104
14105 commit 8347d8461ed48a98f9c76cc3cfcdad8217d314bc
14106 Author: Takashi Iwai <tiwai@suse.de>
14107 Date: Wed Jan 13 21:35:06 2016 +0100
14108
14109 ALSA: timer: Fix double unlink of active_list
14110
14111 ALSA timer instance object has a couple of linked lists and they are
14112 unlinked unconditionally at snd_timer_stop(). Meanwhile
14113 snd_timer_interrupt() unlinks it, but it calls list_del() which leaves
14114 the element list itself unchanged. This ends up with unlinking twice,
14115 and it was caught by syzkaller fuzzer.
14116
14117 The fix is to use list_del_init() variant properly there, too.
14118
14119 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14120 Tested-by: Dmitry Vyukov <dvyukov@google.com>
14121 Cc: <stable@vger.kernel.org>
14122 Signed-off-by: Takashi Iwai <tiwai@suse.de>
14123
14124 sound/core/timer.c | 2 +-
14125 1 files changed, 1 insertions(+), 1 deletions(-)
14126
14127 commit 243aebb7ae71d6e11ea9880faa893d1d0d60cd75
14128 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
14129 Date: Mon Jan 18 18:03:48 2016 +0100
14130
14131 ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack
14132
14133 It was seen that defective configurations of openvswitch could overwrite
14134 the STACK_END_MAGIC and cause a hard crash of the kernel because of too
14135 many recursions within ovs.
14136
14137 This problem arises due to the high stack usage of openvswitch. The rest
14138 of the kernel is fine with the current limit of 10 (RECURSION_LIMIT).
14139
14140 We use the already existing recursion counter in ovs_execute_actions to
14141 implement an upper bound of 5 recursions.
14142
14143 Cc: Pravin Shelar <pshelar@ovn.org>
14144 Cc: Simon Horman <simon.horman@netronome.com>
14145 Cc: Eric Dumazet <eric.dumazet@gmail.com>
14146 Cc: Simon Horman <simon.horman@netronome.com>
14147 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
14148 Signed-off-by: David S. Miller <davem@davemloft.net>
14149
14150 net/openvswitch/actions.c | 19 ++++++++++++++-----
14151 1 files changed, 14 insertions(+), 5 deletions(-)
14152
14153 commit 8080793479c6d5befe37a67b1dbd9e4e0a61af96
14154 Author: Ursula Braun <ursula.braun@de.ibm.com>
14155 Date: Tue Jan 19 10:41:33 2016 +0100
14156
14157 af_iucv: Validate socket address length in iucv_sock_bind()
14158
14159 Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
14160 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14161 Reviewed-by: Evgeny Cherkashin <Eugene.Crosser@ru.ibm.com>
14162 Signed-off-by: David S. Miller <davem@davemloft.net>
14163
14164 net/iucv/af_iucv.c | 3 +++
14165 1 files changed, 3 insertions(+), 0 deletions(-)
14166
14167 commit 50a383c1c91ed7409c3cbdd41e662d6891463d1b
14168 Author: Brad Spengler <spender@grsecurity.net>
14169 Date: Tue Jan 19 19:32:54 2016 -0500
14170
14171 Apply the same fix as everyone else for the recent keys vulnerability that is
14172 unexploitable under PAX_REFCOUNT
14173
14174 Make a couple more changes that no one else can/will
14175
14176 include/linux/key-type.h | 4 ++--
14177 ipc/msgutil.c | 4 ++--
14178 security/keys/internal.h | 2 +-
14179 security/keys/process_keys.c | 1 +
14180 4 files changed, 6 insertions(+), 5 deletions(-)
14181
14182 commit b56c3a63f431c193400aee17543021950bd14bc4
14183 Merge: 38b1a3d 470069c
14184 Author: Brad Spengler <spender@grsecurity.net>
14185 Date: Sun Jan 17 18:30:19 2016 -0500
14186
14187 Merge branch 'pax-test' into grsec-test
14188
14189 commit 470069cfedef2180313233d275be5901bd6d1135
14190 Author: Brad Spengler <spender@grsecurity.net>
14191 Date: Sun Jan 17 18:29:59 2016 -0500
14192
14193 Update to pax-linux-4.3.3-test22.patch:
14194 - Emesed fixed a gcc induced intentional integer overflow in asix_rx_fixup_internal, reported by thomas callison caffrey
14195 - fixed some more fallout from the drm_drivers constification, reported by Colin Childs and Toralf Foerster
14196
14197 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 ++++----------
14198 drivers/gpu/drm/drm_pci.c | 3 +++
14199 drivers/gpu/drm/gma500/psb_drv.c | 4 ----
14200 drivers/gpu/drm/i915/i915_drv.c | 16 ++++++++--------
14201 drivers/gpu/drm/nouveau/nouveau_drm.c | 6 +++---
14202 drivers/gpu/drm/radeon/radeon_drv.c | 4 +---
14203 drivers/net/usb/asix_common.c | 3 ++-
14204 include/drm/drmP.h | 1 +
14205 8 files changed, 22 insertions(+), 29 deletions(-)
14206
14207 commit 38b1a3d676f407865c3d41840df8213c5ad639c1
14208 Author: Brad Spengler <spender@grsecurity.net>
14209 Date: Sun Jan 17 12:33:53 2016 -0500
14210
14211 As reported by Luis Ressel, the Kconfig help for GRKERNSEC_BRUTE
14212 mentioned banning execution of suid/sgid binaries, though the kernel
14213 source clearly only mentions banning execution of suid binaries. Since
14214 there's no reason for us to not ban execution of sgid binaries as well,
14215 make the implementation match the Kconfig description.
14216
14217 fs/exec.c | 4 ++--
14218 grsecurity/grsec_sig.c | 27 ++++++++++++++-------------
14219 include/linux/sched.h | 4 ++--
14220 3 files changed, 18 insertions(+), 17 deletions(-)
14221
14222 commit 8c3bcb7dbf7f606acfa0983e81f0f928da1f1ace
14223 Merge: d141a86 ea4a835
14224 Author: Brad Spengler <spender@grsecurity.net>
14225 Date: Sat Jan 16 14:12:22 2016 -0500
14226
14227 Merge branch 'pax-test' into grsec-test
14228
14229 Conflicts:
14230 drivers/gpu/drm/i810/i810_drv.c
14231
14232 commit ea4a835328ada6513ac013986764d6caea8cd348
14233 Author: Brad Spengler <spender@grsecurity.net>
14234 Date: Sat Jan 16 14:11:30 2016 -0500
14235
14236 Update to pax-linux-4.3.3-test21.patch:
14237 - fixed some fallout from the drm_drivers constification, reported by spender
14238
14239 drivers/gpu/drm/armada/armada_drv.c | 3 +--
14240 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
14241 drivers/gpu/drm/i810/i810_dma.c | 2 +-
14242 drivers/gpu/drm/i810/i810_drv.c | 6 +++++-
14243 drivers/gpu/drm/i810/i810_drv.h | 2 +-
14244 5 files changed, 8 insertions(+), 6 deletions(-)
14245
14246 commit d141a86fd66194bc3f896b6809b189e2f12a9a83
14247 Author: Brad Spengler <spender@grsecurity.net>
14248 Date: Sat Jan 16 13:16:36 2016 -0500
14249
14250 compile fix
14251
14252 drivers/gpu/drm/i810/i810_dma.c | 2 +-
14253 drivers/gpu/drm/i810/i810_drv.c | 4 +++-
14254 drivers/gpu/drm/i810/i810_drv.h | 2 +-
14255 3 files changed, 5 insertions(+), 3 deletions(-)
14256
14257 commit 0d9dc4b25ea32c14561bcfe6b5b24f1b00fe0270
14258 Merge: 5fa135d bbda879
14259 Author: Brad Spengler <spender@grsecurity.net>
14260 Date: Sat Jan 16 12:59:22 2016 -0500
14261
14262 Merge branch 'pax-test' into grsec-test
14263
14264 commit bbda87914edf63e27fb46670bf3a373f2b963c73
14265 Author: Brad Spengler <spender@grsecurity.net>
14266 Date: Sat Jan 16 12:58:04 2016 -0500
14267
14268 Update to pax-linux-4.3.3-test20.patch:
14269 - constified drm_driver
14270 - Emese fixed a special case in handling __func__ in the initify plugin
14271 - Emese fixed a false positive size overflow report in handling inbufBits, reported by Martin Filo (https://bugs.gentoo.org/show_bug.cgi?id=567048)
14272 - fixed regression that caused perf to not resolve kernel code addresses under KERNEXEC/i386, reported by minipli
14273
14274 arch/x86/kernel/cpu/perf_event.h | 2 +-
14275 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
14276 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
14277 arch/x86/kernel/uprobes.c | 2 +-
14278 arch/x86/mm/mpx.c | 2 +-
14279 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
14280 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 ++-
14281 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
14282 drivers/gpu/drm/drm_pci.c | 6 +-
14283 drivers/gpu/drm/gma500/psb_drv.c | 5 +-
14284 drivers/gpu/drm/i915/i915_dma.c | 2 +-
14285 drivers/gpu/drm/i915/i915_drv.c | 15 ++--
14286 drivers/gpu/drm/i915/i915_drv.h | 2 +-
14287 drivers/gpu/drm/i915/i915_irq.c | 88 ++++++++++----------
14288 drivers/gpu/drm/mga/mga_drv.c | 5 +-
14289 drivers/gpu/drm/mga/mga_drv.h | 2 +-
14290 drivers/gpu/drm/mga/mga_state.c | 2 +-
14291 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 ++--
14292 drivers/gpu/drm/qxl/qxl_drv.c | 8 ++-
14293 drivers/gpu/drm/qxl/qxl_ioctl.c | 2 +-
14294 drivers/gpu/drm/r128/r128_drv.c | 4 +-
14295 drivers/gpu/drm/r128/r128_drv.h | 2 +-
14296 drivers/gpu/drm/r128/r128_state.c | 2 +-
14297 drivers/gpu/drm/radeon/radeon_drv.c | 17 +++-
14298 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
14299 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
14300 drivers/gpu/drm/radeon/radeon_state.c | 2 +-
14301 drivers/gpu/drm/savage/savage_bci.c | 2 +-
14302 drivers/gpu/drm/savage/savage_drv.c | 5 +-
14303 drivers/gpu/drm/savage/savage_drv.h | 2 +-
14304 drivers/gpu/drm/sis/sis_drv.c | 5 +-
14305 drivers/gpu/drm/sis/sis_drv.h | 2 +-
14306 drivers/gpu/drm/sis/sis_mm.c | 2 +-
14307 drivers/gpu/drm/via/via_dma.c | 2 +-
14308 drivers/gpu/drm/via/via_drv.c | 5 +-
14309 drivers/gpu/drm/via/via_drv.h | 2 +-
14310 include/drm/drmP.h | 2 +-
14311 mm/slab.c | 2 +-
14312 net/sunrpc/xprtrdma/svc_rdma.c | 6 +-
14313 tools/gcc/initify_plugin.c | 15 +++-
14314 .../disable_size_overflow_hash.data | 1 +
14315 .../size_overflow_plugin/size_overflow_hash.data | 3 +-
14316 42 files changed, 156 insertions(+), 110 deletions(-)
14317
14318 commit 5fa135dc116350e0205c39ef65eaf6496ed2748a
14319 Author: Brad Spengler <spender@grsecurity.net>
14320 Date: Sat Jan 16 12:19:23 2016 -0500
14321
14322 compile fix
14323
14324 grsecurity/grsec_sig.c | 3 +--
14325 1 files changed, 1 insertions(+), 2 deletions(-)
14326
14327 commit a9090fa58f33f75c7450fda5721a9b13625a47d9
14328 Author: Brad Spengler <spender@grsecurity.net>
14329 Date: Sat Jan 16 12:10:37 2016 -0500
14330
14331 As pointed out by Jann Horn, some distros are starting to circumvent
14332 previous assumptions about the attainability of a user to control
14333 multiple UIDs by handing out suid binaries that allow a user to run
14334 processes (including exploits) under a number of other pre-defined
14335 UIDs. As this could potentially be used to bypass GRKERNSEC_BRUTE
14336 (though it would have to involve some code path that doesn't involve
14337 locks) fix that here by ensuring no more than 8 users on a system can
14338 be banned before a reboot is required. If more are banned, a panic
14339 is triggered.
14340
14341 grsecurity/grsec_sig.c | 8 ++++++++
14342 1 files changed, 8 insertions(+), 0 deletions(-)
14343
14344 commit a8d37776e9521c567ebff6730d49312f72435f08
14345 Author: Eric Dumazet <edumazet@google.com>
14346 Date: Thu Dec 3 11:12:07 2015 -0800
14347
14348 proc: add a reschedule point in proc_readfd_common()
14349
14350 User can pass an arbitrary large buffer to getdents().
14351
14352 It is typically a 32KB buffer used by libc scandir() implementation.
14353
14354 When scanning /proc/{pid}/fd, we can hold cpu way too long,
14355 so add a cond_resched() to be kind with other tasks.
14356
14357 We've seen latencies of more than 50ms on real workloads.
14358
14359 Signed-off-by: Eric Dumazet <edumazet@google.com>
14360 Cc: Alexander Viro <viro@zeniv.linux.org.uk>
14361 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
14362
14363 fs/proc/fd.c | 1 +
14364 1 files changed, 1 insertions(+), 0 deletions(-)
14365
14366 commit 0adba75f8708f13b1f5d98ebe3fc2fb961e100c8
14367 Author: Rabin Vincent <rabin@rab.in>
14368 Date: Tue Jan 12 20:17:08 2016 +0100
14369
14370 net: bpf: reject invalid shifts
14371
14372 On ARM64, a BUG() is triggered in the eBPF JIT if a filter with a
14373 constant shift that can't be encoded in the immediate field of the
14374 UBFM/SBFM instructions is passed to the JIT. Since these shifts
14375 amounts, which are negative or >= regsize, are invalid, reject them in
14376 the eBPF verifier and the classic BPF filter checker, for all
14377 architectures.
14378
14379 Signed-off-by: Rabin Vincent <rabin@rab.in>
14380 Acked-by: Alexei Starovoitov <ast@kernel.org>
14381 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
14382 Signed-off-by: David S. Miller <davem@davemloft.net>
14383
14384 kernel/bpf/verifier.c | 10 ++++++++++
14385 net/core/filter.c | 5 +++++
14386 2 files changed, 15 insertions(+), 0 deletions(-)
14387
14388 commit c248e115a73496625a1c64660d0eeefd67e55cbf
14389 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14390 Date: Fri Jan 8 11:00:54 2016 -0200
14391
14392 sctp: fix use-after-free in pr_debug statement
14393
14394 Dmitry Vyukov reported a use-after-free in the code expanded by the
14395 macro debug_post_sfx, which is caused by the use of the asoc pointer
14396 after it was freed within sctp_side_effect() scope.
14397
14398 This patch fixes it by allowing sctp_side_effect to clear that asoc
14399 pointer when the TCB is freed.
14400
14401 As Vlad explained, we also have to cover the SCTP_DISPOSITION_ABORT case
14402 because it will trigger DELETE_TCB too on that same loop.
14403
14404 Also, there were places issuing SCTP_CMD_INIT_FAILED and ASSOC_FAILED
14405 but returning SCTP_DISPOSITION_CONSUME, which would fool the scheme
14406 above. Fix it by returning SCTP_DISPOSITION_ABORT instead.
14407
14408 The macro is already prepared to handle such NULL pointer.
14409
14410 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14411 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14412 Acked-by: Vlad Yasevich <vyasevich@gmail.com>
14413 Signed-off-by: David S. Miller <davem@davemloft.net>
14414
14415 net/sctp/sm_sideeffect.c | 11 ++++++-----
14416 net/sctp/sm_statefuns.c | 17 ++++-------------
14417 2 files changed, 10 insertions(+), 18 deletions(-)
14418
14419 commit 395ea8a9e73e184fc14153a033000bccf4213213
14420 Author: willy tarreau <w@1wt.eu>
14421 Date: Sun Jan 10 07:54:56 2016 +0100
14422
14423 unix: properly account for FDs passed over unix sockets
14424
14425 It is possible for a process to allocate and accumulate far more FDs than
14426 the process' limit by sending them over a unix socket then closing them
14427 to keep the process' fd count low.
14428
14429 This change addresses this problem by keeping track of the number of FDs
14430 in flight per user and preventing non-privileged processes from having
14431 more FDs in flight than their configured FD limit.
14432
14433 Reported-by: socketpair@gmail.com
14434 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
14435 Mitigates: CVE-2013-4312 (Linux 2.0+)
14436 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
14437 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
14438 Signed-off-by: Willy Tarreau <w@1wt.eu>
14439 Signed-off-by: David S. Miller <davem@davemloft.net>
14440
14441 include/linux/sched.h | 1 +
14442 net/unix/af_unix.c | 24 ++++++++++++++++++++----
14443 net/unix/garbage.c | 13 ++++++++-----
14444 3 files changed, 29 insertions(+), 9 deletions(-)
14445
14446 commit cb207ab8fbd71dcfc4a49d533aba8085012543fd
14447 Author: Sasha Levin <sasha.levin@oracle.com>
14448 Date: Thu Jan 7 14:52:43 2016 -0500
14449
14450 net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
14451
14452 proc_dostring() needs an initialized destination string, while the one
14453 provided in proc_sctp_do_hmac_alg() contains stack garbage.
14454
14455 Thus, writing to cookie_hmac_alg would strlen() that garbage and end up
14456 accessing invalid memory.
14457
14458 Fixes: 3c68198e7 ("sctp: Make hmac algorithm selection for cookie generation dynamic")
14459 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
14460 Signed-off-by: David S. Miller <davem@davemloft.net>
14461
14462 net/sctp/sysctl.c | 2 +-
14463 1 files changed, 1 insertions(+), 1 deletions(-)
14464
14465 commit 4014e09faf0fe9054119624ccfff1236e886b554
14466 Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
14467 Date: Tue Nov 24 17:13:21 2015 -0500
14468
14469 RDS: fix race condition when sending a message on unbound socket
14470
14471 commit 8c7188b23474cca017b3ef354c4a58456f68303a upstream.
14472
14473 Sasha's found a NULL pointer dereference in the RDS connection code when
14474 sending a message to an apparently unbound socket. The problem is caused
14475 by the code checking if the socket is bound in rds_sendmsg(), which checks
14476 the rs_bound_addr field without taking a lock on the socket. This opens a
14477 race where rs_bound_addr is temporarily set but where the transport is not
14478 in rds_bind(), leading to a NULL pointer dereference when trying to
14479 dereference 'trans' in __rds_conn_create().
14480
14481 Vegard wrote a reproducer for this issue, so kindly ask him to share if
14482 you're interested.
14483
14484 I cannot reproduce the NULL pointer dereference using Vegard's reproducer
14485 with this patch, whereas I could without.
14486
14487 Complete earlier incomplete fix to CVE-2015-6937:
14488
14489 74e98eb08588 ("RDS: verify the underlying transport exists before creating a connection")
14490
14491 Cc: David S. Miller <davem@davemloft.net>
14492
14493 Reviewed-by: Vegard Nossum <vegard.nossum@oracle.com>
14494 Reviewed-by: Sasha Levin <sasha.levin@oracle.com>
14495 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
14496 Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com>
14497 Signed-off-by: David S. Miller <davem@davemloft.net>
14498 Signed-off-by: Jiri Slaby <jslaby@suse.cz>
14499
14500 Conflicts:
14501
14502 net/rds/send.c
14503
14504 net/rds/connection.c | 6 ------
14505 1 files changed, 0 insertions(+), 6 deletions(-)
14506
14507 commit 206df8d01104344d7588d801016a281a4cd25556
14508 Author: Sasha Levin <sasha.levin@oracle.com>
14509 Date: Tue Sep 8 10:53:40 2015 -0400
14510
14511 RDS: verify the underlying transport exists before creating a connection
14512
14513 There was no verification that an underlying transport exists when creating
14514 a connection, this would cause dereferencing a NULL ptr.
14515
14516 It might happen on sockets that weren't properly bound before attempting to
14517 send a message, which will cause a NULL ptr deref:
14518
14519 [135546.047719] kasan: GPF could be caused by NULL-ptr deref or user memory accessgeneral protection fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC KASAN
14520 [135546.051270] Modules linked in:
14521 [135546.051781] CPU: 4 PID: 15650 Comm: trinity-c4 Not tainted 4.2.0-next-20150902-sasha-00041-gbaa1222-dirty #2527
14522 [135546.053217] task: ffff8800835bc000 ti: ffff8800bc708000 task.ti: ffff8800bc708000
14523 [135546.054291] RIP: __rds_conn_create (net/rds/connection.c:194)
14524 [135546.055666] RSP: 0018:ffff8800bc70fab0 EFLAGS: 00010202
14525 [135546.056457] RAX: dffffc0000000000 RBX: 0000000000000f2c RCX: ffff8800835bc000
14526 [135546.057494] RDX: 0000000000000007 RSI: ffff8800835bccd8 RDI: 0000000000000038
14527 [135546.058530] RBP: ffff8800bc70fb18 R08: 0000000000000001 R09: 0000000000000000
14528 [135546.059556] R10: ffffed014d7a3a23 R11: ffffed014d7a3a21 R12: 0000000000000000
14529 [135546.060614] R13: 0000000000000001 R14: ffff8801ec3d0000 R15: 0000000000000000
14530 [135546.061668] FS: 00007faad4ffb700(0000) GS:ffff880252000000(0000) knlGS:0000000000000000
14531 [135546.062836] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
14532 [135546.063682] CR2: 000000000000846a CR3: 000000009d137000 CR4: 00000000000006a0
14533 [135546.064723] Stack:
14534 [135546.065048] ffffffffafe2055c ffffffffafe23fc1 ffffed00493097bf ffff8801ec3d0008
14535 [135546.066247] 0000000000000000 00000000000000d0 0000000000000000 ac194a24c0586342
14536 [135546.067438] 1ffff100178e1f78 ffff880320581b00 ffff8800bc70fdd0 ffff880320581b00
14537 [135546.068629] Call Trace:
14538 [135546.069028] ? __rds_conn_create (include/linux/rcupdate.h:856 net/rds/connection.c:134)
14539 [135546.069989] ? rds_message_copy_from_user (net/rds/message.c:298)
14540 [135546.071021] rds_conn_create_outgoing (net/rds/connection.c:278)
14541 [135546.071981] rds_sendmsg (net/rds/send.c:1058)
14542 [135546.072858] ? perf_trace_lock (include/trace/events/lock.h:38)
14543 [135546.073744] ? lockdep_init (kernel/locking/lockdep.c:3298)
14544 [135546.074577] ? rds_send_drop_to (net/rds/send.c:976)
14545 [135546.075508] ? __might_fault (./arch/x86/include/asm/current.h:14 mm/memory.c:3795)
14546 [135546.076349] ? __might_fault (mm/memory.c:3795)
14547 [135546.077179] ? rds_send_drop_to (net/rds/send.c:976)
14548 [135546.078114] sock_sendmsg (net/socket.c:611 net/socket.c:620)
14549 [135546.078856] SYSC_sendto (net/socket.c:1657)
14550 [135546.079596] ? SYSC_connect (net/socket.c:1628)
14551 [135546.080510] ? trace_dump_stack (kernel/trace/trace.c:1926)
14552 [135546.081397] ? ring_buffer_unlock_commit (kernel/trace/ring_buffer.c:2479 kernel/trace/ring_buffer.c:2558 kernel/trace/ring_buffer.c:2674)
14553 [135546.082390] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
14554 [135546.083410] ? trace_event_raw_event_sys_enter (include/trace/events/syscalls.h:16)
14555 [135546.084481] ? do_audit_syscall_entry (include/trace/events/syscalls.h:16)
14556 [135546.085438] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
14557 [135546.085515] rds_ib_laddr_check(): addr 36.74.25.172 ret -99 node type -1
14558
14559 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
14560 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
14561 Signed-off-by: David S. Miller <davem@davemloft.net>
14562
14563 net/rds/connection.c | 6 ++++++
14564 1 files changed, 6 insertions(+), 0 deletions(-)
14565
14566 commit 173fa03f05cf0ad485d49a42cbdee8844d3a689a
14567 Author: Steven Rostedt (Red Hat) <rostedt@goodmis.org>
14568 Date: Tue Jan 5 20:32:47 2016 -0500
14569
14570 ftrace/module: Call clean up function when module init fails early
14571
14572 If the module init code fails after calling ftrace_module_init() and before
14573 calling do_init_module(), we can suffer from a memory leak. This is because
14574 ftrace_module_init() allocates pages to store the locations that ftrace
14575 hooks are placed in the module text. If do_init_module() fails, it still
14576 calls the MODULE_GOING notifiers which will tell ftrace to do a clean up of
14577 the pages it allocated for the module. But if load_module() fails before
14578 then, the pages allocated by ftrace_module_init() will never be freed.
14579
14580 Call ftrace_release_mod() on the module if load_module() fails before
14581 getting to do_init_module().
14582
14583 Link: http://lkml.kernel.org/r/567CEA31.1070507@intel.com
14584
14585 Reported-by: "Qiu, PeiyangX" <peiyangx.qiu@intel.com>
14586 Fixes: a949ae560a511 "ftrace/module: Hardcode ftrace_module_init() call into load_module()"
14587 Cc: stable@vger.kernel.org # v2.6.38+
14588 Acked-by: Rusty Russell <rusty@rustcorp.com.au>
14589 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
14590
14591 include/linux/ftrace.h | 1 +
14592 kernel/module.c | 6 ++++++
14593 2 files changed, 7 insertions(+), 0 deletions(-)
14594
14595 commit 1e5a4a81a4c16c8ac2e264b88a02cc2f42ed0399
14596 Author: Francesco Ruggeri <fruggeri@aristanetworks.com>
14597 Date: Wed Jan 6 00:18:48 2016 -0800
14598
14599 net: possible use after free in dst_release
14600
14601 dst_release should not access dst->flags after decrementing
14602 __refcnt to 0. The dst_entry may be in dst_busy_list and
14603 dst_gc_task may dst_destroy it before dst_release gets a chance
14604 to access dst->flags.
14605
14606 Fixes: d69bbf88c8d0 ("net: fix a race in dst_release()")
14607 Fixes: 27b75c95f10d ("net: avoid RCU for NOCACHE dst")
14608 Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
14609 Acked-by: Eric Dumazet <edumazet@google.com>
14610 Signed-off-by: David S. Miller <davem@davemloft.net>
14611
14612 net/core/dst.c | 3 ++-
14613 1 files changed, 2 insertions(+), 1 deletions(-)
14614
14615 commit bfb0455793dd4e0f0b49d34a68b3249ab55565cc
14616 Author: Alan <gnomes@lxorguk.ukuu.org.uk>
14617 Date: Wed Jan 6 14:55:02 2016 +0000
14618
14619 mkiss: fix scribble on freed memory
14620
14621 commit d79f16c046086f4fe0d42184a458e187464eb83e fixed a user triggerable
14622 scribble on free memory but added a new one which allows the user to
14623 scribble even more and user controlled data into freed space.
14624
14625 As with 6pack we need to halt the queue before we free the buffers, because
14626 the transmit logic is not protected by the semaphore.
14627
14628 Signed-off-by: Alan Cox <alan@linux.intel.com>
14629 Signed-off-by: David S. Miller <davem@davemloft.net>
14630
14631 drivers/net/hamradio/mkiss.c | 5 +++++
14632 1 files changed, 5 insertions(+), 0 deletions(-)
14633
14634 commit 5cbbcbd32dc1949470f61d342503808fa9555276
14635 Author: David Miller <davem@davemloft.net>
14636 Date: Thu Dec 17 16:05:49 2015 -0500
14637
14638 mkiss: Fix use after free in mkiss_close().
14639
14640 Need to do the unregister_device() after all references to the driver
14641 private have been done.
14642
14643 Signed-off-by: David S. Miller <davem@davemloft.net>
14644
14645 drivers/net/hamradio/mkiss.c | 4 ++--
14646 1 files changed, 2 insertions(+), 2 deletions(-)
14647
14648 commit b00171576794a98068e069a660f0991a6a5190ff
14649 Author: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
14650 Date: Tue Jan 5 11:51:25 2016 +0000
14651
14652 6pack: fix free memory scribbles
14653
14654 commit acf673a3187edf72068ee2f92f4dc47d66baed47 fixed a user triggerable free
14655 memory scribble but in doing so replaced it with a different one that allows
14656 the user to control the data and scribble even more.
14657
14658 sixpack_close is called by the tty layer in tty context. The tty context is
14659 protected by sp_get() and sp_put(). However network layer activity via
14660 sp_xmit() is not protected this way. We must therefore stop the queue
14661 otherwise the user gets to dump a buffer mostly of their choice into freed
14662 kernel pages.
14663
14664 Signed-off-by: Alan Cox <alan@linux.intel.com>
14665 Signed-off-by: David S. Miller <davem@davemloft.net>
14666
14667 drivers/net/hamradio/6pack.c | 6 ++++++
14668 1 files changed, 6 insertions(+), 0 deletions(-)
14669
14670 commit 5b64a833907cd230a3106aeba2304b2c1bcd116d
14671 Author: David Miller <davem@davemloft.net>
14672 Date: Thu Dec 17 16:05:32 2015 -0500
14673
14674 6pack: Fix use after free in sixpack_close().
14675
14676 Need to do the unregister_device() after all references to the driver
14677 private have been done.
14678
14679 Also we need to use del_timer_sync() for the timers so that we don't
14680 have any asynchronous references after the unregister.
14681
14682 Signed-off-by: David S. Miller <davem@davemloft.net>
14683
14684 drivers/net/hamradio/6pack.c | 8 ++++----
14685 1 files changed, 4 insertions(+), 4 deletions(-)
14686
14687 commit 4f9d532742656b3613d579220fd10c78f24ba37b
14688 Author: Rabin Vincent <rabin@rab.in>
14689 Date: Tue Jan 5 16:23:07 2016 +0100
14690
14691 net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
14692
14693 The SKF_AD_ALU_XOR_X ancillary is not like the other ancillary data
14694 instructions since it XORs A with X while all the others replace A with
14695 some loaded value. All the BPF JITs fail to clear A if this is used as
14696 the first instruction in a filter. This was found using american fuzzy
14697 lop.
14698
14699 Add a helper to determine if A needs to be cleared given the first
14700 instruction in a filter, and use this in the JITs. Except for ARM, the
14701 rest have only been compile-tested.
14702
14703 Fixes: 3480593131e0 ("net: filter: get rid of BPF_S_* enum")
14704 Signed-off-by: Rabin Vincent <rabin@rab.in>
14705 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
14706 Acked-by: Alexei Starovoitov <ast@kernel.org>
14707 Signed-off-by: David S. Miller <davem@davemloft.net>
14708
14709 arch/arm/net/bpf_jit_32.c | 16 +---------------
14710 arch/mips/net/bpf_jit.c | 16 +---------------
14711 arch/powerpc/net/bpf_jit_comp.c | 13 ++-----------
14712 arch/sparc/net/bpf_jit_comp.c | 17 ++---------------
14713 include/linux/filter.h | 19 +++++++++++++++++++
14714 5 files changed, 25 insertions(+), 56 deletions(-)
14715
14716 commit 570d88f8acfffda92b89ae2e1c47320d47256034
14717 Author: John Fastabend <john.fastabend@gmail.com>
14718 Date: Tue Jan 5 09:11:36 2016 -0800
14719
14720 net: sched: fix missing free per cpu on qstats
14721
14722 When a qdisc is using per cpu stats (currently just the ingress
14723 qdisc) only the bstats are being freed. This also free's the qstats.
14724
14725 Fixes: b0ab6f92752b9f9d8 ("net: sched: enable per cpu qstats")
14726 Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
14727 Acked-by: Eric Dumazet <edumazet@google.com>
14728 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
14729 Signed-off-by: David S. Miller <davem@davemloft.net>
14730
14731 net/sched/sch_generic.c | 4 +++-
14732 1 files changed, 3 insertions(+), 1 deletions(-)
14733
14734 commit 32c0ebc51857ee83470a10dcb234d308a0ed1881
14735 Author: Rabin Vincent <rabin@rab.in>
14736 Date: Tue Jan 5 18:34:04 2016 +0100
14737
14738 ARM: net: bpf: fix zero right shift
14739
14740 The LSR instruction cannot be used to perform a zero right shift since a
14741 0 as the immediate value (imm5) in the LSR instruction encoding means
14742 that a shift of 32 is perfomed. See DecodeIMMShift() in the ARM ARM.
14743
14744 Make the JIT skip generation of the LSR if a zero-shift is requested.
14745
14746 This was found using american fuzzy lop.
14747
14748 Signed-off-by: Rabin Vincent <rabin@rab.in>
14749 Acked-by: Alexei Starovoitov <ast@kernel.org>
14750 Signed-off-by: David S. Miller <davem@davemloft.net>
14751
14752 arch/arm/net/bpf_jit_32.c | 3 ++-
14753 1 files changed, 2 insertions(+), 1 deletions(-)
14754
14755 commit 51f5d291750285efa4d4bbe84e5ec23dc00c8d2d
14756 Author: Brad Spengler <spender@grsecurity.net>
14757 Date: Wed Jan 6 20:35:57 2016 -0500
14758
14759 Don't perform hidden lookups in RBAC against the directory of
14760 a file being opened with O_CREAT, reported by Karl Witt
14761
14762 Conflicts:
14763
14764 fs/namei.c
14765
14766 fs/namei.c | 3 ---
14767 1 files changed, 0 insertions(+), 3 deletions(-)
14768
14769 commit 5a8266a6b2769ccdb447256f95bc2577a73cccd1
14770 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
14771 Date: Tue Jan 5 10:46:00 2016 +0100
14772
14773 bridge: Only call /sbin/bridge-stp for the initial network namespace
14774
14775 [I stole this patch from Eric Biederman. He wrote:]
14776
14777 > There is no defined mechanism to pass network namespace information
14778 > into /sbin/bridge-stp therefore don't even try to invoke it except
14779 > for bridge devices in the initial network namespace.
14780 >
14781 > It is possible for unprivileged users to cause /sbin/bridge-stp to be
14782 > invoked for any network device name which if /sbin/bridge-stp does not
14783 > guard against unreasonable arguments or being invoked twice on the
14784 > same network device could cause problems.
14785
14786 [Hannes: changed patch using netns_eq]
14787
14788 Cc: Eric W. Biederman <ebiederm@xmission.com>
14789 Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
14790 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
14791 Signed-off-by: David S. Miller <davem@davemloft.net>
14792
14793 net/bridge/br_stp_if.c | 5 ++++-
14794 1 files changed, 4 insertions(+), 1 deletions(-)
14795
14796 commit 650d535cc39f0aeff2f57e60b6617be25d3ef48b
14797 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14798 Date: Wed Dec 23 16:28:40 2015 -0200
14799
14800 sctp: use GFP_USER for user-controlled kmalloc
14801
14802 Commit cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
14803 missed two other spots.
14804
14805 For connectx, as it's more likely to be used by kernel users of the API,
14806 it detects if GFP_USER should be used or not.
14807
14808 Fixes: cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
14809 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14810 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14811 Signed-off-by: David S. Miller <davem@davemloft.net>
14812
14813 net/sctp/socket.c | 9 ++++++---
14814 1 files changed, 6 insertions(+), 3 deletions(-)
14815
14816 commit 5718a1f63c41fc156f729783423b002763779d04
14817 Author: Florian Westphal <fw@strlen.de>
14818 Date: Thu Dec 31 14:26:33 2015 +0100
14819
14820 connector: bump skb->users before callback invocation
14821
14822 Dmitry reports memleak with syskaller program.
14823 Problem is that connector bumps skb usecount but might not invoke callback.
14824
14825 So move skb_get to where we invoke the callback.
14826
14827 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14828 Signed-off-by: Florian Westphal <fw@strlen.de>
14829 Signed-off-by: David S. Miller <davem@davemloft.net>
14830
14831 drivers/connector/connector.c | 11 +++--------
14832 1 files changed, 3 insertions(+), 8 deletions(-)
14833
14834 commit 2e6372e6a97f8d642416899861f91777f44f13b7
14835 Author: Rainer Weikusat <rweikusat@mobileactivedefense.com>
14836 Date: Sun Jan 3 18:56:38 2016 +0000
14837
14838 af_unix: Fix splice-bind deadlock
14839
14840 On 2015/11/06, Dmitry Vyukov reported a deadlock involving the splice
14841 system call and AF_UNIX sockets,
14842
14843 http://lists.openwall.net/netdev/2015/11/06/24
14844
14845 The situation was analyzed as
14846
14847 (a while ago) A: socketpair()
14848 B: splice() from a pipe to /mnt/regular_file
14849 does sb_start_write() on /mnt
14850 C: try to freeze /mnt
14851 wait for B to finish with /mnt
14852 A: bind() try to bind our socket to /mnt/new_socket_name
14853 lock our socket, see it not bound yet
14854 decide that it needs to create something in /mnt
14855 try to do sb_start_write() on /mnt, block (it's
14856 waiting for C).
14857 D: splice() from the same pipe to our socket
14858 lock the pipe, see that socket is connected
14859 try to lock the socket, block waiting for A
14860 B: get around to actually feeding a chunk from
14861 pipe to file, try to lock the pipe. Deadlock.
14862
14863 on 2015/11/10 by Al Viro,
14864
14865 http://lists.openwall.net/netdev/2015/11/10/4
14866
14867 The patch fixes this by removing the kern_path_create related code from
14868 unix_mknod and executing it as part of unix_bind prior acquiring the
14869 readlock of the socket in question. This means that A (as used above)
14870 will sb_start_write on /mnt before it acquires the readlock, hence, it
14871 won't indirectly block B which first did a sb_start_write and then
14872 waited for a thread trying to acquire the readlock. Consequently, A
14873 being blocked by C waiting for B won't cause a deadlock anymore
14874 (effectively, both A and B acquire two locks in opposite order in the
14875 situation described above).
14876
14877 Dmitry Vyukov(<dvyukov@google.com>) tested the original patch.
14878
14879 Signed-off-by: Rainer Weikusat <rweikusat@mobileactivedefense.com>
14880 Signed-off-by: David S. Miller <davem@davemloft.net>
14881
14882 Conflicts:
14883
14884 net/unix/af_unix.c
14885
14886 net/unix/af_unix.c | 70 +++++++++++++++++++++++++++++++--------------------
14887 1 files changed, 42 insertions(+), 28 deletions(-)
14888
14889 commit 2e729e557c571f3253e32472cd7d382ac16cf1c3
14890 Author: Qiu Peiyang <peiyangx.qiu@intel.com>
14891 Date: Thu Dec 31 13:11:28 2015 +0800
14892
14893 tracing: Fix setting of start_index in find_next()
14894
14895 When we do cat /sys/kernel/debug/tracing/printk_formats, we hit kernel
14896 panic at t_show.
14897
14898 general protection fault: 0000 [#1] PREEMPT SMP
14899 CPU: 0 PID: 2957 Comm: sh Tainted: G W O 3.14.55-x86_64-01062-gd4acdc7 #2
14900 RIP: 0010:[<ffffffff811375b2>]
14901 [<ffffffff811375b2>] t_show+0x22/0xe0
14902 RSP: 0000:ffff88002b4ebe80 EFLAGS: 00010246
14903 RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000004
14904 RDX: 0000000000000004 RSI: ffffffff81fd26a6 RDI: ffff880032f9f7b1
14905 RBP: ffff88002b4ebe98 R08: 0000000000001000 R09: 000000000000ffec
14906 R10: 0000000000000000 R11: 000000000000000f R12: ffff880004d9b6c0
14907 R13: 7365725f6d706400 R14: ffff880004d9b6c0 R15: ffffffff82020570
14908 FS: 0000000000000000(0000) GS:ffff88003aa00000(0063) knlGS:00000000f776bc40
14909 CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
14910 CR2: 00000000f6c02ff0 CR3: 000000002c2b3000 CR4: 00000000001007f0
14911 Call Trace:
14912 [<ffffffff811dc076>] seq_read+0x2f6/0x3e0
14913 [<ffffffff811b749b>] vfs_read+0x9b/0x160
14914 [<ffffffff811b7f69>] SyS_read+0x49/0xb0
14915 [<ffffffff81a3a4b9>] ia32_do_call+0x13/0x13
14916 ---[ end trace 5bd9eb630614861e ]---
14917 Kernel panic - not syncing: Fatal exception
14918
14919 When the first time find_next calls find_next_mod_format, it should
14920 iterate the trace_bprintk_fmt_list to find the first print format of
14921 the module. However in current code, start_index is smaller than *pos
14922 at first, and code will not iterate the list. Latter container_of will
14923 get the wrong address with former v, which will cause mod_fmt be a
14924 meaningless object and so is the returned mod_fmt->fmt.
14925
14926 This patch will fix it by correcting the start_index. After fixed,
14927 when the first time calls find_next_mod_format, start_index will be
14928 equal to *pos, and code will iterate the trace_bprintk_fmt_list to
14929 get the right module printk format, so is the returned mod_fmt->fmt.
14930
14931 Link: http://lkml.kernel.org/r/5684B900.9000309@intel.com
14932
14933 Cc: stable@vger.kernel.org # 3.12+
14934 Fixes: 102c9323c35a8 "tracing: Add __tracepoint_string() to export string pointers"
14935 Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
14936 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
14937
14938 kernel/trace/trace_printk.c | 1 +
14939 1 files changed, 1 insertions(+), 0 deletions(-)
14940
14941 commit 0994af4b1930f32aa493dc08145cd304f8bfc8f4
14942 Author: Al Viro <viro@zeniv.linux.org.uk>
14943 Date: Mon Dec 28 20:47:08 2015 -0500
14944
14945 [PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()
14946
14947 Cc: stable@vger.kernel.org # 3.15+
14948 Reviewed-by: Jeff Layton <jeff.layton@primarydata.com>
14949 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
14950
14951 arch/arm/kernel/sys_oabi-compat.c | 73 +++++++++++++++++++------------------
14952 1 files changed, 37 insertions(+), 36 deletions(-)
14953
14954 commit 4ed030f65dcf3e6b0128032a49a7d75f947fa351
14955 Merge: de243c2 3adc55a
14956 Author: Brad Spengler <spender@grsecurity.net>
14957 Date: Tue Jan 5 18:10:10 2016 -0500
14958
14959 Merge branch 'pax-test' into grsec-test
14960
14961 commit 3adc55a5acfa429c2a7cc883aef08b960c0079b0
14962 Author: Brad Spengler <spender@grsecurity.net>
14963 Date: Tue Jan 5 18:08:53 2016 -0500
14964
14965 Update to pax-linux-4.3.3-test16.patch:
14966 - small cleanup in entry_64.S on x86
14967 - Emese fixed the initify plugin to recursively check variable initializers, reported by Rasmus Villemoes
14968 - 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)
14969 - 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)
14970 - 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)
14971 - 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)
14972
14973 arch/x86/entry/entry_64.S | 60 +++++-----
14974 arch/x86/kernel/alternative.c | 2 +-
14975 arch/x86/kvm/emulate.c | 4 +-
14976 tools/gcc/initify_plugin.c | 123 +++++++++----------
14977 .../disable_size_overflow_hash.data | 4 +-
14978 .../size_overflow_plugin/size_overflow_hash.data | 2 -
14979 6 files changed, 93 insertions(+), 102 deletions(-)
14980
14981 commit de243c26efd0e423ca92db825af2c3f8eb1ca043
14982 Author: Brad Spengler <spender@grsecurity.net>
14983 Date: Tue Dec 29 18:01:24 2015 -0500
14984
14985 It was noticed during an internal audit that the code under GRKERNSEC_PROC_MEMMAP
14986 which aimed to enforce a 16MB minimum on RLIMIT_DATA for suid/sgid binaries only
14987 did so if RLIMIT_DATA was set lower than PAGE_SIZE.
14988
14989 This addition was only supplemental as GRKERNSEC_BRUTE is the main defense
14990 against suid/sgid attacks and the flaw above would only eliminate the extra
14991 entropy provided for the brk-managed heap, still leaving it with the minimum
14992 of 16-bit entropy for mmap on x86 and 28 on x64.
14993
14994 mm/mmap.c | 2 +-
14995 1 files changed, 1 insertions(+), 1 deletions(-)
14996
14997 commit 8e264cfe47e5f08cdc9ed009a630277206cd2534
14998 Merge: 436201b 2584340
14999 Author: Brad Spengler <spender@grsecurity.net>
15000 Date: Mon Dec 28 20:30:01 2015 -0500
15001
15002 Merge branch 'pax-test' into grsec-test
15003
15004 commit 2584340eab494e64ec1bf9eb5b0d1ae31f926306
15005 Author: Brad Spengler <spender@grsecurity.net>
15006 Date: Mon Dec 28 20:29:28 2015 -0500
15007
15008 Update to pax-linux-4.3.3-test14.patch:
15009 - 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)
15010 - fixed shutdown crash with tboot and KERNEXEC, reported by perfinion
15011 - fixed a few false positive and one real size overflow reports in hyperv, reported by hunger
15012 - fixed compile regressions on armv5, reported by iamb (https://forums.grsecurity.net/viewtopic.php?f=3&t=4350)
15013 - fixed an assert in the initify plugin that triggered in vic_register on arm
15014
15015 arch/arm/include/asm/atomic.h | 7 +++++--
15016 arch/arm/include/asm/domain.h | 5 ++---
15017 arch/x86/kernel/tboot.c | 14 +++++++++-----
15018 drivers/hv/channel.c | 4 +---
15019 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
15020 drivers/net/hyperv/rndis_filter.c | 3 +--
15021 fs/exec.c | 4 ++--
15022 include/linux/atomic.h | 15 ---------------
15023 net/core/skbuff.c | 3 ++-
15024 tools/gcc/initify_plugin.c | 4 +++-
15025 10 files changed, 26 insertions(+), 35 deletions(-)
15026
15027 commit 436201b6626b488d173c8076447000077c27b84a
15028 Author: David Howells <dhowells@redhat.com>
15029 Date: Fri Dec 18 01:34:26 2015 +0000
15030
15031 KEYS: Fix race between read and revoke
15032
15033 This fixes CVE-2015-7550.
15034
15035 There's a race between keyctl_read() and keyctl_revoke(). If the revoke
15036 happens between keyctl_read() checking the validity of a key and the key's
15037 semaphore being taken, then the key type read method will see a revoked key.
15038
15039 This causes a problem for the user-defined key type because it assumes in
15040 its read method that there will always be a payload in a non-revoked key
15041 and doesn't check for a NULL pointer.
15042
15043 Fix this by making keyctl_read() check the validity of a key after taking
15044 semaphore instead of before.
15045
15046 I think the bug was introduced with the original keyrings code.
15047
15048 This was discovered by a multithreaded test program generated by syzkaller
15049 (http://github.com/google/syzkaller). Here's a cleaned up version:
15050
15051 #include <sys/types.h>
15052 #include <keyutils.h>
15053 #include <pthread.h>
15054 void *thr0(void *arg)
15055 {
15056 key_serial_t key = (unsigned long)arg;
15057 keyctl_revoke(key);
15058 return 0;
15059 }
15060 void *thr1(void *arg)
15061 {
15062 key_serial_t key = (unsigned long)arg;
15063 char buffer[16];
15064 keyctl_read(key, buffer, 16);
15065 return 0;
15066 }
15067 int main()
15068 {
15069 key_serial_t key = add_key("user", "%", "foo", 3, KEY_SPEC_USER_KEYRING);
15070 pthread_t th[5];
15071 pthread_create(&th[0], 0, thr0, (void *)(unsigned long)key);
15072 pthread_create(&th[1], 0, thr1, (void *)(unsigned long)key);
15073 pthread_create(&th[2], 0, thr0, (void *)(unsigned long)key);
15074 pthread_create(&th[3], 0, thr1, (void *)(unsigned long)key);
15075 pthread_join(th[0], 0);
15076 pthread_join(th[1], 0);
15077 pthread_join(th[2], 0);
15078 pthread_join(th[3], 0);
15079 return 0;
15080 }
15081
15082 Build as:
15083
15084 cc -o keyctl-race keyctl-race.c -lkeyutils -lpthread
15085
15086 Run as:
15087
15088 while keyctl-race; do :; done
15089
15090 as it may need several iterations to crash the kernel. The crash can be
15091 summarised as:
15092
15093 BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
15094 IP: [<ffffffff81279b08>] user_read+0x56/0xa3
15095 ...
15096 Call Trace:
15097 [<ffffffff81276aa9>] keyctl_read_key+0xb6/0xd7
15098 [<ffffffff81277815>] SyS_keyctl+0x83/0xe0
15099 [<ffffffff815dbb97>] entry_SYSCALL_64_fastpath+0x12/0x6f
15100
15101 Reported-by: Dmitry Vyukov <dvyukov@google.com>
15102 Signed-off-by: David Howells <dhowells@redhat.com>
15103 Tested-by: Dmitry Vyukov <dvyukov@google.com>
15104 Cc: stable@vger.kernel.org
15105 Signed-off-by: James Morris <james.l.morris@oracle.com>
15106
15107 security/keys/keyctl.c | 18 +++++++++---------
15108 1 files changed, 9 insertions(+), 9 deletions(-)
15109
15110 commit 195cea04477025da4a2078bd3e1fb7c4e11206c2
15111 Author: Brad Spengler <spender@grsecurity.net>
15112 Date: Tue Dec 22 20:44:01 2015 -0500
15113
15114 Add new kernel command-line param: pax_size_overflow_report_only
15115 If a user triggers a size_overflow violation that makes it difficult
15116 to obtain the call trace without serial console/net console, they can
15117 use this option to provide that information to us
15118
15119 Documentation/kernel-parameters.txt | 5 +++++
15120 fs/exec.c | 12 +++++++++---
15121 init/main.c | 11 +++++++++++
15122 3 files changed, 25 insertions(+), 3 deletions(-)
15123
15124 commit 4254a8da5851df8c08cdca5c392916e8c105408d
15125 Author: WANG Cong <xiyou.wangcong@gmail.com>
15126 Date: Mon Dec 21 10:55:45 2015 -0800
15127
15128 addrconf: always initialize sysctl table data
15129
15130 When sysctl performs restrict writes, it allows to write from
15131 a middle position of a sysctl file, which requires us to initialize
15132 the table data before calling proc_dostring() for the write case.
15133
15134 Fixes: 3d1bec99320d ("ipv6: introduce secret_stable to ipv6_devconf")
15135 Reported-by: Sasha Levin <sasha.levin@oracle.com>
15136 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
15137 Tested-by: Sasha Levin <sasha.levin@oracle.com>
15138 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
15139 Signed-off-by: David S. Miller <davem@davemloft.net>
15140
15141 net/ipv6/addrconf.c | 11 ++++-------
15142 1 files changed, 4 insertions(+), 7 deletions(-)
15143
15144 commit f8002863fb06c363180637046947a78a6ccb3d33
15145 Author: WANG Cong <xiyou.wangcong@gmail.com>
15146 Date: Wed Dec 16 23:39:04 2015 -0800
15147
15148 net: check both type and procotol for tcp sockets
15149
15150 Dmitry reported the following out-of-bound access:
15151
15152 Call Trace:
15153 [<ffffffff816cec2e>] __asan_report_load4_noabort+0x3e/0x40
15154 mm/kasan/report.c:294
15155 [<ffffffff84affb14>] sock_setsockopt+0x1284/0x13d0 net/core/sock.c:880
15156 [< inline >] SYSC_setsockopt net/socket.c:1746
15157 [<ffffffff84aed7ee>] SyS_setsockopt+0x1fe/0x240 net/socket.c:1729
15158 [<ffffffff85c18c76>] entry_SYSCALL_64_fastpath+0x16/0x7a
15159 arch/x86/entry/entry_64.S:185
15160
15161 This is because we mistake a raw socket as a tcp socket.
15162 We should check both sk->sk_type and sk->sk_protocol to ensure
15163 it is a tcp socket.
15164
15165 Willem points out __skb_complete_tx_timestamp() needs to fix as well.
15166
15167 Reported-by: Dmitry Vyukov <dvyukov@google.com>
15168 Cc: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
15169 Cc: Eric Dumazet <eric.dumazet@gmail.com>
15170 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
15171 Acked-by: Willem de Bruijn <willemb@google.com>
15172 Signed-off-by: David S. Miller <davem@davemloft.net>
15173
15174 net/core/skbuff.c | 3 ++-
15175 net/core/sock.c | 3 ++-
15176 2 files changed, 4 insertions(+), 2 deletions(-)
15177
15178 commit bd6b3399804470a4ad8f34229469ca149dceba3d
15179 Author: Colin Ian King <colin.king@canonical.com>
15180 Date: Fri Dec 18 14:22:01 2015 -0800
15181
15182 proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
15183
15184 Writing to /proc/$pid/coredump_filter always returns -ESRCH because commit
15185 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()") removed
15186 the setting of ret after the get_proc_task call and incorrectly left it as
15187 -ESRCH. Instead, return 0 when successful.
15188
15189 Example breakage:
15190
15191 echo 0 > /proc/self/coredump_filter
15192 bash: echo: write error: No such process
15193
15194 Fixes: 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()")
15195 Signed-off-by: Colin Ian King <colin.king@canonical.com>
15196 Acked-by: Kees Cook <keescook@chromium.org>
15197 Cc: <stable@vger.kernel.org> [4.3+]
15198 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
15199 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
15200
15201 fs/proc/base.c | 1 +
15202 1 files changed, 1 insertions(+), 0 deletions(-)
15203
15204 commit b28aca2b99ed08546778355fb9402c503ff9b29e
15205 Author: Junichi Nomura <j-nomura@ce.jp.nec.com>
15206 Date: Tue Dec 22 10:23:44 2015 -0700
15207
15208 block: ensure to split after potentially bouncing a bio
15209
15210 blk_queue_bio() does split then bounce, which makes the segment
15211 counting based on pages before bouncing and could go wrong. Move
15212 the split to after bouncing, like we do for blk-mq, and the we
15213 fix the issue of having the bio count for segments be wrong.
15214
15215 Fixes: 54efd50bfd87 ("block: make generic_make_request handle arbitrarily sized bios")
15216 Cc: stable@vger.kernel.org
15217 Tested-by: Artem S. Tashkinov <t.artem@lycos.com>
15218 Signed-off-by: Jens Axboe <axboe@fb.com>
15219
15220 block/blk-core.c | 4 ++--
15221 1 files changed, 2 insertions(+), 2 deletions(-)
15222
15223 commit e62a25e917a9e5b35ddd5b4f1b5e5e30fbd2e84c
15224 Merge: f6f63ae ec72fa5
15225 Author: Brad Spengler <spender@grsecurity.net>
15226 Date: Tue Dec 22 19:46:26 2015 -0500
15227
15228 Merge branch 'pax-test' into grsec-test
15229
15230 commit ec72fa5f8d9cb4e223bad1b8b5c2e1071c222f2a
15231 Author: Brad Spengler <spender@grsecurity.net>
15232 Date: Tue Dec 22 19:45:51 2015 -0500
15233
15234 Update to pax-linux-4.3.3-test13.patch:
15235 - 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)
15236 - 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)
15237
15238 arch/arm/mm/fault.c | 2 +-
15239 arch/x86/mm/fault.c | 2 +-
15240 fs/btrfs/extent_map.c | 8 ++++++--
15241 fs/xfs/libxfs/xfs_da_btree.c | 4 +++-
15242 4 files changed, 11 insertions(+), 5 deletions(-)
15243
15244 commit f6f63ae154cd45028add1dc41957878060d77fbf
15245 Author: Brad Spengler <spender@grsecurity.net>
15246 Date: Thu Dec 17 18:43:44 2015 -0500
15247
15248 ptrace_has_cap() checks whether the current process should be
15249 treated as having a certain capability for ptrace checks
15250 against another process. Until now, this was equivalent to
15251 has_ns_capability(current, target_ns, CAP_SYS_PTRACE).
15252
15253 However, if a root-owned process wants to enter a user
15254 namespace for some reason without knowing who owns it and
15255 therefore can't change to the namespace owner's uid and gid
15256 before entering, as soon as it has entered the namespace,
15257 the namespace owner can attach to it via ptrace and thereby
15258 gain access to its uid and gid.
15259
15260 While it is possible for the entering process to switch to
15261 the uid of a claimed namespace owner before entering,
15262 causing the attempt to enter to fail if the claimed uid is
15263 wrong, this doesn't solve the problem of determining an
15264 appropriate gid.
15265
15266 With this change, the entering process can first enter the
15267 namespace and then safely inspect the namespace's
15268 properties, e.g. through /proc/self/{uid_map,gid_map},
15269 assuming that the namespace owner doesn't have access to
15270 uid 0.
15271 Signed-off-by: Jann Horn <jann@thejh.net>
15272
15273 kernel/ptrace.c | 30 +++++++++++++++++++++++++-----
15274 1 files changed, 25 insertions(+), 5 deletions(-)
15275
15276 commit e314f0fb63020f61543b401ff594e953c2c304e5
15277 Author: tadeusz.struk@intel.com <tadeusz.struk@intel.com>
15278 Date: Tue Dec 15 10:46:17 2015 -0800
15279
15280 net: fix uninitialized variable issue
15281
15282 msg_iocb needs to be initialized on the recv/recvfrom path.
15283 Otherwise afalg will wrongly interpret it as an async call.
15284
15285 Cc: stable@vger.kernel.org
15286 Reported-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
15287 Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
15288 Signed-off-by: David S. Miller <davem@davemloft.net>
15289
15290 net/socket.c | 1 +
15291 1 files changed, 1 insertions(+), 0 deletions(-)
15292
15293 commit a3f56a43ad56b8fcaf04f6327636ed2f5970de3b
15294 Merge: dfa764c 142edcf
15295 Author: Brad Spengler <spender@grsecurity.net>
15296 Date: Wed Dec 16 21:01:17 2015 -0500
15297
15298 Merge branch 'pax-test' into grsec-test
15299
15300 commit 142edcf1005a57fb8887823565cf0bafad2f313c
15301 Author: Brad Spengler <spender@grsecurity.net>
15302 Date: Wed Dec 16 21:00:57 2015 -0500
15303
15304 Update to pax-linux-4.3.3-test12.patch:
15305 - 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)
15306 - 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)
15307
15308 drivers/tty/n_tty.c | 16 ++++++++--------
15309 .../disable_size_overflow_hash.data | 2 ++
15310 .../size_overflow_plugin/size_overflow_hash.data | 6 ++----
15311 3 files changed, 12 insertions(+), 12 deletions(-)
15312
15313 commit dfa764cc549892a5bfc1083cac78b99032cae577
15314 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
15315 Date: Tue Dec 15 22:59:12 2015 +0100
15316
15317 ipv6: automatically enable stable privacy mode if stable_secret set
15318
15319 Bjørn reported that while we switch all interfaces to privacy stable mode
15320 when setting the secret, we don't set this mode for new interfaces. This
15321 does not make sense, so change this behaviour.
15322
15323 Fixes: 622c81d57b392cc ("ipv6: generation of stable privacy addresses for link-local and autoconf")
15324 Reported-by: Bjørn Mork <bjorn@mork.no>
15325 Cc: Bjørn Mork <bjorn@mork.no>
15326 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
15327 Signed-off-by: David S. Miller <davem@davemloft.net>
15328
15329 net/ipv6/addrconf.c | 6 ++++++
15330 1 files changed, 6 insertions(+), 0 deletions(-)
15331
15332 commit c2815a1fee03f222273e77c14e43f960da06f35a
15333 Author: Brad Spengler <spender@grsecurity.net>
15334 Date: Wed Dec 16 13:03:38 2015 -0500
15335
15336 Work around upstream limitation on the number of thread info flags causing a compilation error
15337 Reported by fabled at http://forums.grsecurity.net/viewtopic.php?f=3&t=4339
15338
15339 arch/arm/kernel/entry-common.S | 8 ++++++--
15340 1 files changed, 6 insertions(+), 2 deletions(-)
15341
15342 commit 8c9ae168e09ae49324d709d76d73d9fc4ca477e1
15343 Author: Brad Spengler <spender@grsecurity.net>
15344 Date: Tue Dec 15 19:03:41 2015 -0500
15345
15346 Initial import of grsecurity 3.1 for Linux 4.3.3
15347
15348 Documentation/dontdiff | 2 +
15349 Documentation/kernel-parameters.txt | 7 +
15350 Documentation/sysctl/kernel.txt | 15 +
15351 Makefile | 18 +-
15352 arch/alpha/include/asm/cache.h | 4 +-
15353 arch/alpha/kernel/osf_sys.c | 12 +-
15354 arch/arc/Kconfig | 1 +
15355 arch/arm/Kconfig | 1 +
15356 arch/arm/Kconfig.debug | 1 +
15357 arch/arm/include/asm/thread_info.h | 7 +-
15358 arch/arm/kernel/process.c | 4 +-
15359 arch/arm/kernel/ptrace.c | 9 +
15360 arch/arm/kernel/traps.c | 7 +-
15361 arch/arm/mm/Kconfig | 2 +-
15362 arch/arm/mm/fault.c | 40 +-
15363 arch/arm/mm/mmap.c | 8 +-
15364 arch/arm/net/bpf_jit_32.c | 51 +-
15365 arch/arm64/Kconfig.debug | 1 +
15366 arch/avr32/include/asm/cache.h | 4 +-
15367 arch/blackfin/Kconfig.debug | 1 +
15368 arch/blackfin/include/asm/cache.h | 3 +-
15369 arch/cris/include/arch-v10/arch/cache.h | 3 +-
15370 arch/cris/include/arch-v32/arch/cache.h | 3 +-
15371 arch/frv/include/asm/cache.h | 3 +-
15372 arch/frv/mm/elf-fdpic.c | 4 +-
15373 arch/hexagon/include/asm/cache.h | 6 +-
15374 arch/ia64/Kconfig | 1 +
15375 arch/ia64/include/asm/cache.h | 3 +-
15376 arch/ia64/kernel/sys_ia64.c | 2 +
15377 arch/ia64/mm/hugetlbpage.c | 2 +
15378 arch/m32r/include/asm/cache.h | 4 +-
15379 arch/m68k/include/asm/cache.h | 4 +-
15380 arch/metag/mm/hugetlbpage.c | 1 +
15381 arch/microblaze/include/asm/cache.h | 3 +-
15382 arch/mips/Kconfig | 1 +
15383 arch/mips/include/asm/cache.h | 3 +-
15384 arch/mips/include/asm/thread_info.h | 11 +-
15385 arch/mips/kernel/irq.c | 3 +
15386 arch/mips/kernel/ptrace.c | 9 +
15387 arch/mips/mm/mmap.c | 4 +-
15388 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
15389 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
15390 arch/openrisc/include/asm/cache.h | 4 +-
15391 arch/parisc/include/asm/cache.h | 5 +-
15392 arch/parisc/kernel/sys_parisc.c | 4 +
15393 arch/powerpc/Kconfig | 1 +
15394 arch/powerpc/include/asm/cache.h | 4 +-
15395 arch/powerpc/include/asm/thread_info.h | 5 +-
15396 arch/powerpc/kernel/Makefile | 2 +
15397 arch/powerpc/kernel/irq.c | 3 +
15398 arch/powerpc/kernel/process.c | 10 +-
15399 arch/powerpc/kernel/ptrace.c | 14 +
15400 arch/powerpc/kernel/traps.c | 5 +
15401 arch/powerpc/mm/slice.c | 2 +-
15402 arch/s390/Kconfig.debug | 1 +
15403 arch/s390/include/asm/cache.h | 4 +-
15404 arch/score/include/asm/cache.h | 4 +-
15405 arch/sh/include/asm/cache.h | 3 +-
15406 arch/sh/mm/mmap.c | 6 +-
15407 arch/sparc/include/asm/cache.h | 4 +-
15408 arch/sparc/include/asm/pgalloc_64.h | 1 +
15409 arch/sparc/include/asm/thread_info_64.h | 8 +-
15410 arch/sparc/kernel/process_32.c | 6 +-
15411 arch/sparc/kernel/process_64.c | 8 +-
15412 arch/sparc/kernel/ptrace_64.c | 14 +
15413 arch/sparc/kernel/sys_sparc_64.c | 8 +-
15414 arch/sparc/kernel/syscalls.S | 8 +-
15415 arch/sparc/kernel/traps_32.c | 8 +-
15416 arch/sparc/kernel/traps_64.c | 28 +-
15417 arch/sparc/kernel/unaligned_64.c | 2 +-
15418 arch/sparc/mm/fault_64.c | 2 +-
15419 arch/sparc/mm/hugetlbpage.c | 15 +-
15420 arch/tile/Kconfig | 1 +
15421 arch/tile/include/asm/cache.h | 3 +-
15422 arch/tile/mm/hugetlbpage.c | 2 +
15423 arch/um/include/asm/cache.h | 3 +-
15424 arch/unicore32/include/asm/cache.h | 6 +-
15425 arch/x86/Kconfig | 21 +
15426 arch/x86/Kconfig.debug | 2 +
15427 arch/x86/entry/common.c | 14 +
15428 arch/x86/entry/entry_32.S | 2 +-
15429 arch/x86/entry/entry_64.S | 2 +-
15430 arch/x86/ia32/ia32_aout.c | 2 +
15431 arch/x86/include/asm/floppy.h | 20 +-
15432 arch/x86/include/asm/fpu/types.h | 69 +-
15433 arch/x86/include/asm/io.h | 2 +-
15434 arch/x86/include/asm/page.h | 12 +-
15435 arch/x86/include/asm/paravirt_types.h | 23 +-
15436 arch/x86/include/asm/processor.h | 12 +-
15437 arch/x86/include/asm/thread_info.h | 6 +-
15438 arch/x86/include/asm/uaccess.h | 2 +-
15439 arch/x86/kernel/dumpstack.c | 10 +-
15440 arch/x86/kernel/dumpstack_32.c | 2 +-
15441 arch/x86/kernel/dumpstack_64.c | 2 +-
15442 arch/x86/kernel/ioport.c | 13 +
15443 arch/x86/kernel/irq_32.c | 3 +
15444 arch/x86/kernel/irq_64.c | 4 +
15445 arch/x86/kernel/ldt.c | 18 +
15446 arch/x86/kernel/msr.c | 10 +
15447 arch/x86/kernel/ptrace.c | 14 +
15448 arch/x86/kernel/signal.c | 9 +-
15449 arch/x86/kernel/sys_i386_32.c | 9 +-
15450 arch/x86/kernel/sys_x86_64.c | 8 +-
15451 arch/x86/kernel/traps.c | 5 +
15452 arch/x86/kernel/verify_cpu.S | 1 +
15453 arch/x86/kernel/vm86_32.c | 15 +
15454 arch/x86/kvm/svm.c | 14 +-
15455 arch/x86/mm/fault.c | 12 +-
15456 arch/x86/mm/hugetlbpage.c | 15 +-
15457 arch/x86/mm/init.c | 66 +-
15458 arch/x86/mm/init_32.c | 6 +-
15459 arch/x86/net/bpf_jit_comp.c | 4 +
15460 arch/x86/platform/efi/efi_64.c | 2 +-
15461 arch/x86/xen/Kconfig | 1 +
15462 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
15463 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
15464 crypto/ablkcipher.c | 2 +-
15465 crypto/blkcipher.c | 2 +-
15466 crypto/scatterwalk.c | 10 +-
15467 drivers/acpi/acpica/hwxfsleep.c | 11 +-
15468 drivers/acpi/custom_method.c | 4 +
15469 drivers/block/cciss.h | 30 +-
15470 drivers/block/smart1,2.h | 40 +-
15471 drivers/cdrom/cdrom.c | 2 +-
15472 drivers/char/Kconfig | 4 +-
15473 drivers/char/genrtc.c | 1 +
15474 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
15475 drivers/char/mem.c | 17 +
15476 drivers/char/random.c | 5 +-
15477 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
15478 drivers/crypto/nx/nx-aes-ccm.c | 2 +-
15479 drivers/crypto/nx/nx-aes-gcm.c | 2 +-
15480 drivers/crypto/talitos.c | 2 +-
15481 drivers/firewire/ohci.c | 4 +
15482 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
15483 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
15484 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
15485 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
15486 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
15487 drivers/hid/hid-wiimote-debug.c | 2 +-
15488 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
15489 drivers/iommu/Kconfig | 1 +
15490 drivers/iommu/amd_iommu.c | 14 +-
15491 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
15492 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
15493 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
15494 drivers/isdn/hisax/config.c | 2 +-
15495 drivers/isdn/hisax/hfc_pci.c | 2 +-
15496 drivers/isdn/hisax/hfc_sx.c | 2 +-
15497 drivers/isdn/hisax/q931.c | 6 +-
15498 drivers/isdn/i4l/isdn_concap.c | 6 +-
15499 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
15500 drivers/md/bcache/Kconfig | 1 +
15501 drivers/md/raid5.c | 8 +
15502 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
15503 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
15504 drivers/media/platform/vivid/vivid-osd.c | 1 +
15505 drivers/media/radio/radio-cadet.c | 5 +-
15506 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
15507 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
15508 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
15509 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
15510 drivers/message/fusion/mptbase.c | 9 +
15511 drivers/misc/sgi-xp/xp_main.c | 12 +-
15512 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
15513 drivers/net/ppp/pppoe.c | 14 +-
15514 drivers/net/ppp/pptp.c | 6 +
15515 drivers/net/slip/slhc.c | 3 +
15516 drivers/net/wan/lmc/lmc_media.c | 97 +-
15517 drivers/net/wan/x25_asy.c | 6 +-
15518 drivers/net/wan/z85230.c | 24 +-
15519 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
15520 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
15521 drivers/pci/pci-sysfs.c | 2 +-
15522 drivers/pci/proc.c | 9 +
15523 drivers/platform/x86/asus-wmi.c | 12 +
15524 drivers/rtc/rtc-dev.c | 3 +
15525 drivers/scsi/bfa/bfa_fcs.c | 19 +-
15526 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
15527 drivers/scsi/bfa/bfa_modules.h | 12 +-
15528 drivers/scsi/hpsa.h | 40 +-
15529 drivers/staging/dgnc/dgnc_mgmt.c | 1 +
15530 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
15531 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
15532 drivers/target/target_core_sbc.c | 17 +-
15533 drivers/target/target_core_transport.c | 14 +-
15534 drivers/tty/serial/uartlite.c | 4 +-
15535 drivers/tty/sysrq.c | 2 +-
15536 drivers/tty/vt/keyboard.c | 22 +-
15537 drivers/uio/uio.c | 6 +-
15538 drivers/usb/core/hub.c | 5 +
15539 drivers/usb/gadget/function/f_uac1.c | 1 +
15540 drivers/usb/gadget/function/u_uac1.c | 1 +
15541 drivers/usb/host/hwa-hc.c | 9 +-
15542 drivers/usb/usbip/vhci_sysfs.c | 2 +-
15543 drivers/video/fbdev/arcfb.c | 2 +-
15544 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
15545 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
15546 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
15547 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++-----
15548 drivers/xen/xenfs/xenstored.c | 5 +
15549 firmware/Makefile | 2 +
15550 firmware/WHENCE | 20 +-
15551 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
15552 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
15553 fs/9p/vfs_inode.c | 4 +-
15554 fs/attr.c | 1 +
15555 fs/autofs4/waitq.c | 9 +
15556 fs/binfmt_aout.c | 7 +
15557 fs/binfmt_elf.c | 50 +-
15558 fs/compat.c | 20 +-
15559 fs/coredump.c | 17 +-
15560 fs/dcache.c | 3 +
15561 fs/debugfs/inode.c | 11 +-
15562 fs/exec.c | 219 +-
15563 fs/ext2/balloc.c | 4 +-
15564 fs/ext2/super.c | 8 +-
15565 fs/ext4/balloc.c | 4 +-
15566 fs/fcntl.c | 4 +
15567 fs/fhandle.c | 3 +-
15568 fs/file.c | 4 +
15569 fs/filesystems.c | 4 +
15570 fs/fs_struct.c | 20 +-
15571 fs/hugetlbfs/inode.c | 5 +-
15572 fs/inode.c | 8 +-
15573 fs/kernfs/dir.c | 6 +
15574 fs/mount.h | 4 +-
15575 fs/namei.c | 286 +-
15576 fs/namespace.c | 24 +
15577 fs/nfsd/nfscache.c | 2 +-
15578 fs/open.c | 38 +
15579 fs/overlayfs/inode.c | 11 +-
15580 fs/overlayfs/super.c | 6 +-
15581 fs/pipe.c | 2 +-
15582 fs/posix_acl.c | 15 +-
15583 fs/proc/Kconfig | 10 +-
15584 fs/proc/array.c | 69 +-
15585 fs/proc/base.c | 186 +-
15586 fs/proc/cmdline.c | 4 +
15587 fs/proc/devices.c | 4 +
15588 fs/proc/fd.c | 17 +-
15589 fs/proc/generic.c | 64 +
15590 fs/proc/inode.c | 17 +
15591 fs/proc/internal.h | 11 +-
15592 fs/proc/interrupts.c | 4 +
15593 fs/proc/kcore.c | 3 +
15594 fs/proc/meminfo.c | 7 +-
15595 fs/proc/namespaces.c | 4 +-
15596 fs/proc/proc_net.c | 31 +
15597 fs/proc/proc_sysctl.c | 52 +-
15598 fs/proc/root.c | 8 +
15599 fs/proc/stat.c | 69 +-
15600 fs/proc/task_mmu.c | 66 +-
15601 fs/readdir.c | 19 +
15602 fs/reiserfs/item_ops.c | 24 +-
15603 fs/reiserfs/super.c | 4 +
15604 fs/select.c | 2 +
15605 fs/seq_file.c | 30 +-
15606 fs/splice.c | 8 +
15607 fs/stat.c | 20 +-
15608 fs/sysfs/dir.c | 30 +-
15609 fs/sysv/inode.c | 11 +-
15610 fs/utimes.c | 7 +
15611 fs/xattr.c | 26 +-
15612 grsecurity/Kconfig | 1182 ++++
15613 grsecurity/Makefile | 54 +
15614 grsecurity/gracl.c | 2757 +++++++++
15615 grsecurity/gracl_alloc.c | 105 +
15616 grsecurity/gracl_cap.c | 127 +
15617 grsecurity/gracl_compat.c | 269 +
15618 grsecurity/gracl_fs.c | 448 ++
15619 grsecurity/gracl_ip.c | 386 ++
15620 grsecurity/gracl_learn.c | 207 +
15621 grsecurity/gracl_policy.c | 1786 ++++++
15622 grsecurity/gracl_res.c | 68 +
15623 grsecurity/gracl_segv.c | 304 +
15624 grsecurity/gracl_shm.c | 40 +
15625 grsecurity/grsec_chdir.c | 19 +
15626 grsecurity/grsec_chroot.c | 467 ++
15627 grsecurity/grsec_disabled.c | 445 ++
15628 grsecurity/grsec_exec.c | 189 +
15629 grsecurity/grsec_fifo.c | 26 +
15630 grsecurity/grsec_fork.c | 23 +
15631 grsecurity/grsec_init.c | 290 +
15632 grsecurity/grsec_ipc.c | 48 +
15633 grsecurity/grsec_link.c | 65 +
15634 grsecurity/grsec_log.c | 340 +
15635 grsecurity/grsec_mem.c | 48 +
15636 grsecurity/grsec_mount.c | 65 +
15637 grsecurity/grsec_pax.c | 47 +
15638 grsecurity/grsec_proc.c | 20 +
15639 grsecurity/grsec_ptrace.c | 30 +
15640 grsecurity/grsec_sig.c | 236 +
15641 grsecurity/grsec_sock.c | 244 +
15642 grsecurity/grsec_sysctl.c | 488 ++
15643 grsecurity/grsec_time.c | 16 +
15644 grsecurity/grsec_tpe.c | 78 +
15645 grsecurity/grsec_usb.c | 15 +
15646 grsecurity/grsum.c | 64 +
15647 include/linux/binfmts.h | 5 +-
15648 include/linux/bitops.h | 2 +-
15649 include/linux/capability.h | 13 +
15650 include/linux/compiler-gcc.h | 5 +
15651 include/linux/compiler.h | 8 +
15652 include/linux/cred.h | 8 +-
15653 include/linux/dcache.h | 5 +-
15654 include/linux/fs.h | 24 +-
15655 include/linux/fs_struct.h | 2 +-
15656 include/linux/fsnotify.h | 6 +
15657 include/linux/gracl.h | 342 +
15658 include/linux/gracl_compat.h | 156 +
15659 include/linux/gralloc.h | 9 +
15660 include/linux/grdefs.h | 140 +
15661 include/linux/grinternal.h | 230 +
15662 include/linux/grmsg.h | 118 +
15663 include/linux/grsecurity.h | 255 +
15664 include/linux/grsock.h | 19 +
15665 include/linux/ipc.h | 2 +-
15666 include/linux/ipc_namespace.h | 2 +-
15667 include/linux/kallsyms.h | 18 +-
15668 include/linux/kmod.h | 5 +
15669 include/linux/kobject.h | 2 +-
15670 include/linux/lsm_hooks.h | 4 +-
15671 include/linux/mm.h | 12 +
15672 include/linux/mm_types.h | 4 +-
15673 include/linux/module.h | 5 +-
15674 include/linux/mount.h | 2 +-
15675 include/linux/msg.h | 2 +-
15676 include/linux/netfilter/xt_gradm.h | 9 +
15677 include/linux/path.h | 4 +-
15678 include/linux/perf_event.h | 13 +-
15679 include/linux/pid_namespace.h | 2 +-
15680 include/linux/printk.h | 2 +-
15681 include/linux/proc_fs.h | 22 +-
15682 include/linux/proc_ns.h | 2 +-
15683 include/linux/ptrace.h | 24 +-
15684 include/linux/random.h | 2 +-
15685 include/linux/rbtree_augmented.h | 4 +-
15686 include/linux/scatterlist.h | 12 +-
15687 include/linux/sched.h | 114 +-
15688 include/linux/security.h | 1 +
15689 include/linux/sem.h | 2 +-
15690 include/linux/seq_file.h | 5 +
15691 include/linux/shm.h | 6 +-
15692 include/linux/skbuff.h | 3 +
15693 include/linux/slab.h | 9 -
15694 include/linux/sysctl.h | 8 +-
15695 include/linux/thread_info.h | 6 +-
15696 include/linux/tty.h | 2 +-
15697 include/linux/tty_driver.h | 4 +-
15698 include/linux/uidgid.h | 5 +
15699 include/linux/user_namespace.h | 2 +-
15700 include/linux/utsname.h | 2 +-
15701 include/linux/vermagic.h | 16 +-
15702 include/linux/vmalloc.h | 20 +-
15703 include/net/af_unix.h | 2 +-
15704 include/net/dst.h | 33 +
15705 include/net/ip.h | 2 +-
15706 include/net/neighbour.h | 2 +-
15707 include/net/net_namespace.h | 2 +-
15708 include/net/sock.h | 4 +-
15709 include/target/target_core_base.h | 2 +-
15710 include/trace/events/fs.h | 53 +
15711 include/uapi/linux/personality.h | 1 +
15712 init/Kconfig | 4 +-
15713 init/main.c | 35 +-
15714 ipc/mqueue.c | 1 +
15715 ipc/msg.c | 3 +-
15716 ipc/sem.c | 3 +-
15717 ipc/shm.c | 26 +-
15718 ipc/util.c | 6 +
15719 kernel/auditsc.c | 2 +-
15720 kernel/bpf/syscall.c | 8 +-
15721 kernel/capability.c | 41 +-
15722 kernel/cgroup.c | 5 +-
15723 kernel/compat.c | 1 +
15724 kernel/configs.c | 11 +
15725 kernel/cred.c | 112 +-
15726 kernel/events/core.c | 16 +-
15727 kernel/exit.c | 10 +-
15728 kernel/fork.c | 86 +-
15729 kernel/futex.c | 6 +-
15730 kernel/futex_compat.c | 2 +-
15731 kernel/kallsyms.c | 9 +
15732 kernel/kcmp.c | 8 +-
15733 kernel/kexec_core.c | 2 +-
15734 kernel/kmod.c | 95 +-
15735 kernel/kprobes.c | 7 +-
15736 kernel/ksysfs.c | 2 +
15737 kernel/locking/lockdep_proc.c | 10 +-
15738 kernel/module.c | 108 +-
15739 kernel/panic.c | 4 +-
15740 kernel/pid.c | 23 +-
15741 kernel/power/Kconfig | 2 +
15742 kernel/printk/printk.c | 20 +-
15743 kernel/ptrace.c | 56 +-
15744 kernel/resource.c | 10 +
15745 kernel/sched/core.c | 11 +-
15746 kernel/signal.c | 37 +-
15747 kernel/sys.c | 64 +-
15748 kernel/sysctl.c | 172 +-
15749 kernel/taskstats.c | 6 +
15750 kernel/time/posix-timers.c | 8 +
15751 kernel/time/time.c | 5 +
15752 kernel/time/timekeeping.c | 3 +
15753 kernel/time/timer_list.c | 13 +-
15754 kernel/time/timer_stats.c | 10 +-
15755 kernel/trace/Kconfig | 2 +
15756 kernel/trace/trace_syscalls.c | 8 +
15757 kernel/user_namespace.c | 15 +
15758 lib/Kconfig.debug | 13 +-
15759 lib/Kconfig.kasan | 2 +-
15760 lib/is_single_threaded.c | 3 +
15761 lib/list_debug.c | 65 +-
15762 lib/nlattr.c | 2 +
15763 lib/rbtree.c | 4 +-
15764 lib/vsprintf.c | 39 +-
15765 localversion-grsec | 1 +
15766 mm/Kconfig | 8 +-
15767 mm/Kconfig.debug | 1 +
15768 mm/filemap.c | 1 +
15769 mm/kmemleak.c | 4 +-
15770 mm/memory.c | 2 +-
15771 mm/mempolicy.c | 12 +-
15772 mm/migrate.c | 3 +-
15773 mm/mlock.c | 6 +-
15774 mm/mmap.c | 93 +-
15775 mm/mprotect.c | 8 +
15776 mm/oom_kill.c | 28 +-
15777 mm/page_alloc.c | 2 +-
15778 mm/process_vm_access.c | 8 +-
15779 mm/shmem.c | 36 +-
15780 mm/slab.c | 14 +-
15781 mm/slab_common.c | 2 +-
15782 mm/slob.c | 12 +
15783 mm/slub.c | 33 +-
15784 mm/util.c | 3 +
15785 mm/vmalloc.c | 129 +-
15786 mm/vmstat.c | 29 +-
15787 net/appletalk/atalk_proc.c | 2 +-
15788 net/atm/lec.c | 6 +-
15789 net/atm/mpoa_caches.c | 42 +-
15790 net/bluetooth/sco.c | 3 +
15791 net/can/bcm.c | 2 +-
15792 net/can/proc.c | 2 +-
15793 net/core/dev_ioctl.c | 7 +-
15794 net/core/filter.c | 8 +-
15795 net/core/net-procfs.c | 17 +-
15796 net/core/pktgen.c | 2 +-
15797 net/core/sock.c | 3 +-
15798 net/core/sysctl_net_core.c | 2 +-
15799 net/decnet/dn_dev.c | 2 +-
15800 net/ipv4/devinet.c | 6 +-
15801 net/ipv4/inet_hashtables.c | 4 +
15802 net/ipv4/ip_input.c | 7 +
15803 net/ipv4/ip_sockglue.c | 3 +-
15804 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
15805 net/ipv4/netfilter/nf_nat_pptp.c | 2 +-
15806 net/ipv4/route.c | 6 +-
15807 net/ipv4/tcp_input.c | 4 +-
15808 net/ipv4/tcp_ipv4.c | 29 +-
15809 net/ipv4/tcp_minisocks.c | 9 +-
15810 net/ipv4/tcp_timer.c | 11 +
15811 net/ipv4/udp.c | 24 +
15812 net/ipv6/addrconf.c | 13 +-
15813 net/ipv6/proc.c | 2 +-
15814 net/ipv6/tcp_ipv6.c | 26 +-
15815 net/ipv6/udp.c | 7 +
15816 net/ipx/ipx_proc.c | 2 +-
15817 net/irda/irproc.c | 2 +-
15818 net/llc/llc_proc.c | 2 +-
15819 net/netfilter/Kconfig | 10 +
15820 net/netfilter/Makefile | 1 +
15821 net/netfilter/nf_conntrack_core.c | 8 +
15822 net/netfilter/xt_gradm.c | 51 +
15823 net/netfilter/xt_hashlimit.c | 4 +-
15824 net/netfilter/xt_recent.c | 2 +-
15825 net/sched/sch_api.c | 2 +-
15826 net/sctp/socket.c | 4 +-
15827 net/socket.c | 75 +-
15828 net/sunrpc/Kconfig | 1 +
15829 net/sunrpc/cache.c | 2 +-
15830 net/sunrpc/stats.c | 2 +-
15831 net/sysctl_net.c | 2 +-
15832 net/unix/af_unix.c | 52 +-
15833 net/vmw_vsock/vmci_transport_notify.c | 30 +-
15834 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
15835 net/x25/sysctl_net_x25.c | 2 +-
15836 net/x25/x25_proc.c | 2 +-
15837 scripts/package/Makefile | 2 +-
15838 scripts/package/mkspec | 41 +-
15839 security/Kconfig | 369 +-
15840 security/apparmor/file.c | 4 +-
15841 security/apparmor/lsm.c | 8 +-
15842 security/commoncap.c | 36 +-
15843 security/min_addr.c | 2 +
15844 security/smack/smack_lsm.c | 8 +-
15845 security/tomoyo/file.c | 12 +-
15846 security/tomoyo/mount.c | 4 +
15847 security/tomoyo/tomoyo.c | 20 +-
15848 security/yama/Kconfig | 2 +-
15849 security/yama/yama_lsm.c | 4 +-
15850 sound/synth/emux/emux_seq.c | 14 +-
15851 sound/usb/line6/driver.c | 40 +-
15852 sound/usb/line6/toneport.c | 12 +-
15853 tools/gcc/.gitignore | 1 +
15854 tools/gcc/Makefile | 12 +
15855 tools/gcc/gen-random-seed.sh | 8 +
15856 tools/gcc/randomize_layout_plugin.c | 930 +++
15857 tools/gcc/size_overflow_plugin/.gitignore | 1 +
15858 .../size_overflow_plugin/size_overflow_hash.data | 459 ++-
15859 511 files changed, 32631 insertions(+), 3196 deletions(-)
15860
15861 commit a76adb92ce39aee8eec5a025c828030ad6135c6d
15862 Author: Brad Spengler <spender@grsecurity.net>
15863 Date: Tue Dec 15 14:31:49 2015 -0500
15864
15865 Update to pax-linux-4.3.3-test11.patch:
15866 - fixed a few compile regressions with the recent plugin changes, reported by spender
15867 - updated the size overflow hash table
15868
15869 tools/gcc/latent_entropy_plugin.c | 2 +-
15870 .../size_overflow_plugin/size_overflow_hash.data | 66 +++++++++++++++++---
15871 tools/gcc/stackleak_plugin.c | 2 +-
15872 tools/gcc/structleak_plugin.c | 6 +--
15873 4 files changed, 60 insertions(+), 16 deletions(-)
15874
15875 commit f7284b1fc06628fcb2d35d2beecdea5454d46af9
15876 Author: Brad Spengler <spender@grsecurity.net>
15877 Date: Tue Dec 15 11:50:24 2015 -0500
15878
15879 Apply structleak ICE fix for gcc < 4.9
15880
15881 tools/gcc/structleak_plugin.c | 4 ++++
15882 1 files changed, 4 insertions(+), 0 deletions(-)
15883
15884 commit 92fe3eb9fd10ec7f7334decab1526989669b0287
15885 Author: Brad Spengler <spender@grsecurity.net>
15886 Date: Tue Dec 15 07:57:06 2015 -0500
15887
15888 Update to pax-linux-4.3.1-test10.patch:
15889 - Emese fixed INDIRECT_REF and TARGET_MEM_REF handling in the initify plugin
15890 - Emese regenerated the size overflow hash tables for 4.3
15891 - fixed some compat syscall exit paths to restore r12 under KERNEXEC/or
15892 - the latent entropy, stackleak and structleak plugins no longer split the entry block unnecessarily
15893
15894 arch/x86/entry/entry_64.S | 2 +-
15895 arch/x86/entry/entry_64_compat.S | 15 +-
15896 scripts/package/builddeb | 2 +-
15897 tools/gcc/initify_plugin.c | 11 +-
15898 tools/gcc/latent_entropy_plugin.c | 20 +-
15899 .../disable_size_overflow_hash.data | 4 +
15900 .../size_overflow_plugin/size_overflow_hash.data | 5345 +++++++++++---------
15901 tools/gcc/stackleak_plugin.c | 26 +-
15902 tools/gcc/structleak_plugin.c | 21 +-
15903 9 files changed, 3079 insertions(+), 2367 deletions(-)
15904
15905 commit 5bd245cb687319079c2f1c0d6a1170791ed1ed2c
15906 Merge: b5847e6 3548341
15907 Author: Brad Spengler <spender@grsecurity.net>
15908 Date: Tue Dec 15 07:47:56 2015 -0500
15909
15910 Merge branch 'linux-4.3.y' into pax-4_3
15911
15912 Conflicts:
15913 net/unix/af_unix.c
15914
15915 commit b5847e6a896c5d99191135ca4d7c3b6be8f116ff
15916 Author: Brad Spengler <spender@grsecurity.net>
15917 Date: Wed Dec 9 23:11:36 2015 -0500
15918
15919 Update to pax-linux-4.3.1-test9.patch:
15920 - 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)
15921 - Emese fixed an intentional overflow caused by gcc, reported by saironiq (https://forums.grsecurity.net/viewtopic.php?f=3&t=4333)
15922 - Emese fixed a false positive overflow report in the forcedeth driver, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?t=4334)
15923 - Emese fixed a false positive overflow report in KVM's emulator, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4336)
15924 - Emese fixed the initify plugin to detect some captured use of __func__, reported by Rasmus Villemoes <linux@rasmusvillemoes.dk>
15925 - constrained shmmax and shmall to avoid triggering size overflow checks, reported by Mathias Krause <minipli@ld-linux.so>
15926 - 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
15927
15928 Makefile | 6 +
15929 arch/x86/include/asm/compat.h | 4 +
15930 arch/x86/include/asm/dma.h | 2 +
15931 arch/x86/include/asm/pmem.h | 2 +-
15932 arch/x86/include/asm/uaccess.h | 20 +-
15933 arch/x86/kernel/apic/vector.c | 6 +-
15934 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
15935 arch/x86/kernel/cpu/perf_event_intel.c | 28 +-
15936 arch/x86/kernel/head_64.S | 1 -
15937 arch/x86/kvm/i8259.c | 10 +-
15938 arch/x86/kvm/ioapic.c | 2 +
15939 arch/x86/kvm/x86.c | 2 +
15940 arch/x86/lib/usercopy_64.c | 2 +-
15941 arch/x86/mm/mpx.c | 4 +-
15942 arch/x86/mm/pageattr.c | 7 +
15943 drivers/base/devres.c | 4 +-
15944 drivers/base/power/runtime.c | 6 +-
15945 drivers/base/regmap/regmap.c | 4 +-
15946 drivers/block/drbd/drbd_receiver.c | 4 +-
15947 drivers/block/drbd/drbd_worker.c | 6 +-
15948 drivers/char/virtio_console.c | 6 +-
15949 drivers/md/dm.c | 12 +-
15950 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
15951 drivers/net/macvtap.c | 4 +-
15952 drivers/video/fbdev/core/fbmem.c | 10 +-
15953 fs/compat.c | 3 +-
15954 fs/coredump.c | 2 +-
15955 fs/dcache.c | 13 +-
15956 fs/fhandle.c | 2 +-
15957 fs/file.c | 14 +-
15958 fs/fs-writeback.c | 11 +-
15959 fs/overlayfs/copy_up.c | 2 +-
15960 fs/readdir.c | 3 +-
15961 fs/super.c | 3 +-
15962 include/linux/compiler.h | 36 ++-
15963 include/linux/rcupdate.h | 8 +
15964 include/linux/sched.h | 4 +-
15965 include/linux/seqlock.h | 10 +
15966 include/linux/spinlock.h | 17 +-
15967 include/linux/srcu.h | 5 +-
15968 include/linux/syscalls.h | 2 +-
15969 include/linux/writeback.h | 3 +-
15970 include/uapi/linux/swab.h | 6 +-
15971 ipc/ipc_sysctl.c | 6 +
15972 kernel/exit.c | 25 +-
15973 kernel/resource.c | 4 +-
15974 kernel/signal.c | 12 +-
15975 kernel/user.c | 2 +-
15976 kernel/workqueue.c | 6 +-
15977 lib/rhashtable.c | 4 +-
15978 net/compat.c | 2 +-
15979 net/ipv4/xfrm4_mode_transport.c | 2 +-
15980 security/keys/internal.h | 8 +-
15981 security/keys/keyring.c | 4 -
15982 sound/core/seq/seq_clientmgr.c | 8 +-
15983 sound/core/seq/seq_compat.c | 2 +-
15984 sound/core/seq/seq_memory.c | 6 +-
15985 tools/gcc/checker_plugin.c | 415 +++++++++++++++++++-
15986 tools/gcc/gcc-common.h | 1 +
15987 tools/gcc/initify_plugin.c | 33 ++-
15988 .../disable_size_overflow_hash.data | 1 +
15989 .../size_overflow_plugin/size_overflow_hash.data | 1 -
15990 62 files changed, 708 insertions(+), 140 deletions(-)
15991
15992 commit f2634c2f6995f4231616f24ed016f890c701f939
15993 Merge: 1241bff 5f8b236
15994 Author: Brad Spengler <spender@grsecurity.net>
15995 Date: Wed Dec 9 21:50:47 2015 -0500
15996
15997 Merge branch 'linux-4.3.y' into pax-4_3
15998
15999 Conflicts:
16000 arch/x86/kernel/fpu/xstate.c
16001 arch/x86/kernel/head_64.S
16002
16003 commit 1241bff82e3d7dadb05de0a60b8d2822afc6547c
16004 Author: Brad Spengler <spender@grsecurity.net>
16005 Date: Sun Dec 6 08:44:56 2015 -0500
16006
16007 Update to pax-linux-4.3-test8.patch:
16008 - 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)
16009 - gcc plugin compilation problems will now also produce the output of the checking script to make diagnosis easier, reported by hunger
16010 - 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)
16011 - 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)
16012
16013 Makefile | 5 +++
16014 drivers/md/md.c | 5 ++-
16015 drivers/md/raid1.c | 2 +-
16016 fs/proc/task_mmu.c | 3 ++
16017 .../disable_size_overflow_hash.data | 4 ++-
16018 .../size_overflow_plugin/intentional_overflow.c | 32 ++++++++++++++++---
16019 .../size_overflow_plugin/size_overflow_hash.data | 2 -
16020 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
16021 8 files changed, 43 insertions(+), 12 deletions(-)
16022
16023 commit cce6a9f9bdd27096632ca1c0246dcc07f2eb1a18
16024 Author: Brad Spengler <spender@grsecurity.net>
16025 Date: Fri Dec 4 14:24:12 2015 -0500
16026
16027 Initial import of pax-linux-4.3-test7.patch
16028
16029 Documentation/dontdiff | 47 +-
16030 Documentation/kbuild/makefiles.txt | 39 +-
16031 Documentation/kernel-parameters.txt | 28 +
16032 Makefile | 108 +-
16033 arch/alpha/include/asm/atomic.h | 10 +
16034 arch/alpha/include/asm/elf.h | 7 +
16035 arch/alpha/include/asm/pgalloc.h | 6 +
16036 arch/alpha/include/asm/pgtable.h | 11 +
16037 arch/alpha/kernel/module.c | 2 +-
16038 arch/alpha/kernel/osf_sys.c | 8 +-
16039 arch/alpha/mm/fault.c | 141 +-
16040 arch/arm/Kconfig | 2 +-
16041 arch/arm/include/asm/atomic.h | 320 +-
16042 arch/arm/include/asm/cache.h | 5 +-
16043 arch/arm/include/asm/cacheflush.h | 2 +-
16044 arch/arm/include/asm/checksum.h | 14 +-
16045 arch/arm/include/asm/cmpxchg.h | 4 +
16046 arch/arm/include/asm/cpuidle.h | 2 +-
16047 arch/arm/include/asm/domain.h | 22 +-
16048 arch/arm/include/asm/elf.h | 9 +-
16049 arch/arm/include/asm/fncpy.h | 2 +
16050 arch/arm/include/asm/futex.h | 10 +
16051 arch/arm/include/asm/kmap_types.h | 2 +-
16052 arch/arm/include/asm/mach/dma.h | 2 +-
16053 arch/arm/include/asm/mach/map.h | 16 +-
16054 arch/arm/include/asm/outercache.h | 2 +-
16055 arch/arm/include/asm/page.h | 3 +-
16056 arch/arm/include/asm/pgalloc.h | 20 +
16057 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
16058 arch/arm/include/asm/pgtable-2level.h | 3 +
16059 arch/arm/include/asm/pgtable-3level.h | 3 +
16060 arch/arm/include/asm/pgtable.h | 54 +-
16061 arch/arm/include/asm/smp.h | 2 +-
16062 arch/arm/include/asm/tls.h | 3 +
16063 arch/arm/include/asm/uaccess.h | 79 +-
16064 arch/arm/include/uapi/asm/ptrace.h | 2 +-
16065 arch/arm/kernel/armksyms.c | 2 +-
16066 arch/arm/kernel/cpuidle.c | 2 +-
16067 arch/arm/kernel/entry-armv.S | 109 +-
16068 arch/arm/kernel/entry-common.S | 40 +-
16069 arch/arm/kernel/entry-header.S | 55 +
16070 arch/arm/kernel/fiq.c | 3 +
16071 arch/arm/kernel/module-plts.c | 7 +-
16072 arch/arm/kernel/module.c | 38 +-
16073 arch/arm/kernel/patch.c | 2 +
16074 arch/arm/kernel/process.c | 90 +-
16075 arch/arm/kernel/reboot.c | 1 +
16076 arch/arm/kernel/setup.c | 20 +-
16077 arch/arm/kernel/signal.c | 35 +-
16078 arch/arm/kernel/smp.c | 2 +-
16079 arch/arm/kernel/tcm.c | 4 +-
16080 arch/arm/kernel/vmlinux.lds.S | 6 +-
16081 arch/arm/kvm/arm.c | 8 +-
16082 arch/arm/lib/copy_page.S | 1 +
16083 arch/arm/lib/csumpartialcopyuser.S | 4 +-
16084 arch/arm/lib/delay.c | 2 +-
16085 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
16086 arch/arm/mach-exynos/suspend.c | 6 +-
16087 arch/arm/mach-mvebu/coherency.c | 4 +-
16088 arch/arm/mach-omap2/board-n8x0.c | 2 +-
16089 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
16090 arch/arm/mach-omap2/omap-smp.c | 1 +
16091 arch/arm/mach-omap2/omap-wakeupgen.c | 2 +-
16092 arch/arm/mach-omap2/omap_device.c | 4 +-
16093 arch/arm/mach-omap2/omap_device.h | 4 +-
16094 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
16095 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
16096 arch/arm/mach-omap2/wd_timer.c | 6 +-
16097 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
16098 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
16099 arch/arm/mach-tegra/irq.c | 1 +
16100 arch/arm/mach-ux500/pm.c | 1 +
16101 arch/arm/mach-zynq/platsmp.c | 1 +
16102 arch/arm/mm/Kconfig | 6 +-
16103 arch/arm/mm/alignment.c | 8 +
16104 arch/arm/mm/cache-l2x0.c | 2 +-
16105 arch/arm/mm/context.c | 10 +-
16106 arch/arm/mm/fault.c | 146 +
16107 arch/arm/mm/fault.h | 12 +
16108 arch/arm/mm/init.c | 39 +
16109 arch/arm/mm/ioremap.c | 4 +-
16110 arch/arm/mm/mmap.c | 30 +-
16111 arch/arm/mm/mmu.c | 162 +-
16112 arch/arm/net/bpf_jit_32.c | 3 +
16113 arch/arm/plat-iop/setup.c | 2 +-
16114 arch/arm/plat-omap/sram.c | 2 +
16115 arch/arm64/include/asm/atomic.h | 10 +
16116 arch/arm64/include/asm/percpu.h | 8 +-
16117 arch/arm64/include/asm/pgalloc.h | 5 +
16118 arch/arm64/include/asm/uaccess.h | 1 +
16119 arch/arm64/mm/dma-mapping.c | 2 +-
16120 arch/avr32/include/asm/elf.h | 8 +-
16121 arch/avr32/include/asm/kmap_types.h | 4 +-
16122 arch/avr32/mm/fault.c | 27 +
16123 arch/frv/include/asm/atomic.h | 10 +
16124 arch/frv/include/asm/kmap_types.h | 2 +-
16125 arch/frv/mm/elf-fdpic.c | 3 +-
16126 arch/ia64/Makefile | 1 +
16127 arch/ia64/include/asm/atomic.h | 10 +
16128 arch/ia64/include/asm/elf.h | 7 +
16129 arch/ia64/include/asm/pgalloc.h | 12 +
16130 arch/ia64/include/asm/pgtable.h | 13 +-
16131 arch/ia64/include/asm/spinlock.h | 2 +-
16132 arch/ia64/include/asm/uaccess.h | 27 +-
16133 arch/ia64/kernel/module.c | 45 +-
16134 arch/ia64/kernel/palinfo.c | 2 +-
16135 arch/ia64/kernel/sys_ia64.c | 7 +
16136 arch/ia64/kernel/vmlinux.lds.S | 2 +-
16137 arch/ia64/mm/fault.c | 32 +-
16138 arch/ia64/mm/init.c | 15 +-
16139 arch/m32r/lib/usercopy.c | 6 +
16140 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
16141 arch/mips/include/asm/atomic.h | 368 +-
16142 arch/mips/include/asm/elf.h | 7 +
16143 arch/mips/include/asm/exec.h | 2 +-
16144 arch/mips/include/asm/hw_irq.h | 2 +-
16145 arch/mips/include/asm/local.h | 57 +
16146 arch/mips/include/asm/page.h | 2 +-
16147 arch/mips/include/asm/pgalloc.h | 5 +
16148 arch/mips/include/asm/pgtable.h | 3 +
16149 arch/mips/include/asm/uaccess.h | 1 +
16150 arch/mips/kernel/binfmt_elfn32.c | 7 +
16151 arch/mips/kernel/binfmt_elfo32.c | 7 +
16152 arch/mips/kernel/irq-gt641xx.c | 2 +-
16153 arch/mips/kernel/irq.c | 6 +-
16154 arch/mips/kernel/pm-cps.c | 2 +-
16155 arch/mips/kernel/process.c | 12 -
16156 arch/mips/kernel/sync-r4k.c | 24 +-
16157 arch/mips/kernel/traps.c | 13 +-
16158 arch/mips/mm/fault.c | 25 +
16159 arch/mips/mm/mmap.c | 51 +-
16160 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
16161 arch/mips/sni/rm200.c | 2 +-
16162 arch/mips/vr41xx/common/icu.c | 2 +-
16163 arch/mips/vr41xx/common/irq.c | 4 +-
16164 arch/parisc/include/asm/atomic.h | 10 +
16165 arch/parisc/include/asm/elf.h | 7 +
16166 arch/parisc/include/asm/pgalloc.h | 6 +
16167 arch/parisc/include/asm/pgtable.h | 11 +
16168 arch/parisc/include/asm/uaccess.h | 4 +-
16169 arch/parisc/kernel/module.c | 50 +-
16170 arch/parisc/kernel/sys_parisc.c | 15 +
16171 arch/parisc/kernel/traps.c | 4 +-
16172 arch/parisc/mm/fault.c | 140 +-
16173 arch/powerpc/include/asm/atomic.h | 329 +-
16174 arch/powerpc/include/asm/elf.h | 12 +
16175 arch/powerpc/include/asm/exec.h | 2 +-
16176 arch/powerpc/include/asm/kmap_types.h | 2 +-
16177 arch/powerpc/include/asm/local.h | 46 +
16178 arch/powerpc/include/asm/mman.h | 2 +-
16179 arch/powerpc/include/asm/page.h | 8 +-
16180 arch/powerpc/include/asm/page_64.h | 7 +-
16181 arch/powerpc/include/asm/pgalloc-64.h | 7 +
16182 arch/powerpc/include/asm/pgtable.h | 1 +
16183 arch/powerpc/include/asm/pte-hash32.h | 1 +
16184 arch/powerpc/include/asm/reg.h | 1 +
16185 arch/powerpc/include/asm/smp.h | 2 +-
16186 arch/powerpc/include/asm/spinlock.h | 42 +-
16187 arch/powerpc/include/asm/uaccess.h | 141 +-
16188 arch/powerpc/kernel/Makefile | 5 +
16189 arch/powerpc/kernel/exceptions-64e.S | 4 +-
16190 arch/powerpc/kernel/exceptions-64s.S | 2 +-
16191 arch/powerpc/kernel/module_32.c | 15 +-
16192 arch/powerpc/kernel/process.c | 46 -
16193 arch/powerpc/kernel/signal_32.c | 2 +-
16194 arch/powerpc/kernel/signal_64.c | 2 +-
16195 arch/powerpc/kernel/traps.c | 21 +
16196 arch/powerpc/kernel/vdso.c | 5 +-
16197 arch/powerpc/lib/usercopy_64.c | 18 -
16198 arch/powerpc/mm/fault.c | 56 +-
16199 arch/powerpc/mm/mmap.c | 16 +
16200 arch/powerpc/mm/slice.c | 13 +-
16201 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
16202 arch/s390/include/asm/atomic.h | 10 +
16203 arch/s390/include/asm/elf.h | 7 +
16204 arch/s390/include/asm/exec.h | 2 +-
16205 arch/s390/include/asm/uaccess.h | 13 +-
16206 arch/s390/kernel/module.c | 22 +-
16207 arch/s390/kernel/process.c | 24 -
16208 arch/s390/mm/mmap.c | 16 +
16209 arch/score/include/asm/exec.h | 2 +-
16210 arch/score/kernel/process.c | 5 -
16211 arch/sh/mm/mmap.c | 22 +-
16212 arch/sparc/include/asm/atomic_64.h | 110 +-
16213 arch/sparc/include/asm/cache.h | 2 +-
16214 arch/sparc/include/asm/elf_32.h | 7 +
16215 arch/sparc/include/asm/elf_64.h | 7 +
16216 arch/sparc/include/asm/pgalloc_32.h | 1 +
16217 arch/sparc/include/asm/pgalloc_64.h | 1 +
16218 arch/sparc/include/asm/pgtable.h | 4 +
16219 arch/sparc/include/asm/pgtable_32.h | 15 +-
16220 arch/sparc/include/asm/pgtsrmmu.h | 5 +
16221 arch/sparc/include/asm/setup.h | 4 +-
16222 arch/sparc/include/asm/spinlock_64.h | 35 +-
16223 arch/sparc/include/asm/thread_info_32.h | 1 +
16224 arch/sparc/include/asm/thread_info_64.h | 2 +
16225 arch/sparc/include/asm/uaccess.h | 1 +
16226 arch/sparc/include/asm/uaccess_32.h | 28 +-
16227 arch/sparc/include/asm/uaccess_64.h | 24 +-
16228 arch/sparc/kernel/Makefile | 2 +-
16229 arch/sparc/kernel/prom_common.c | 2 +-
16230 arch/sparc/kernel/smp_64.c | 8 +-
16231 arch/sparc/kernel/sys_sparc_32.c | 2 +-
16232 arch/sparc/kernel/sys_sparc_64.c | 52 +-
16233 arch/sparc/kernel/traps_64.c | 27 +-
16234 arch/sparc/lib/Makefile | 2 +-
16235 arch/sparc/lib/atomic_64.S | 57 +-
16236 arch/sparc/lib/ksyms.c | 6 +-
16237 arch/sparc/mm/Makefile | 2 +-
16238 arch/sparc/mm/fault_32.c | 292 +
16239 arch/sparc/mm/fault_64.c | 486 +
16240 arch/sparc/mm/hugetlbpage.c | 22 +-
16241 arch/sparc/mm/init_64.c | 10 +-
16242 arch/tile/include/asm/atomic_64.h | 10 +
16243 arch/tile/include/asm/uaccess.h | 4 +-
16244 arch/um/Makefile | 4 +
16245 arch/um/include/asm/kmap_types.h | 2 +-
16246 arch/um/include/asm/page.h | 3 +
16247 arch/um/include/asm/pgtable-3level.h | 1 +
16248 arch/um/kernel/process.c | 16 -
16249 arch/x86/Kconfig | 15 +-
16250 arch/x86/Kconfig.cpu | 6 +-
16251 arch/x86/Kconfig.debug | 4 +-
16252 arch/x86/Makefile | 13 +-
16253 arch/x86/boot/Makefile | 3 +
16254 arch/x86/boot/bitops.h | 4 +-
16255 arch/x86/boot/boot.h | 2 +-
16256 arch/x86/boot/compressed/Makefile | 3 +
16257 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
16258 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
16259 arch/x86/boot/compressed/head_32.S | 4 +-
16260 arch/x86/boot/compressed/head_64.S | 12 +-
16261 arch/x86/boot/compressed/misc.c | 11 +-
16262 arch/x86/boot/cpucheck.c | 16 +-
16263 arch/x86/boot/header.S | 6 +-
16264 arch/x86/boot/memory.c | 2 +-
16265 arch/x86/boot/video-vesa.c | 1 +
16266 arch/x86/boot/video.c | 2 +-
16267 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
16268 arch/x86/crypto/aesni-intel_asm.S | 106 +-
16269 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
16270 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
16271 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
16272 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
16273 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
16274 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
16275 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 4 +-
16276 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
16277 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
16278 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
16279 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
16280 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
16281 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
16282 arch/x86/crypto/sha256-avx-asm.S | 2 +
16283 arch/x86/crypto/sha256-avx2-asm.S | 2 +
16284 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
16285 arch/x86/crypto/sha512-avx-asm.S | 2 +
16286 arch/x86/crypto/sha512-avx2-asm.S | 2 +
16287 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
16288 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
16289 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
16290 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
16291 arch/x86/entry/calling.h | 86 +-
16292 arch/x86/entry/common.c | 13 +-
16293 arch/x86/entry/entry_32.S | 351 +-
16294 arch/x86/entry/entry_64.S | 619 +-
16295 arch/x86/entry/entry_64_compat.S | 159 +-
16296 arch/x86/entry/thunk_64.S | 2 +
16297 arch/x86/entry/vdso/Makefile | 2 +-
16298 arch/x86/entry/vdso/vdso2c.h | 8 +-
16299 arch/x86/entry/vdso/vma.c | 41 +-
16300 arch/x86/entry/vsyscall/vsyscall_64.c | 16 +-
16301 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
16302 arch/x86/ia32/ia32_signal.c | 23 +-
16303 arch/x86/ia32/sys_ia32.c | 42 +-
16304 arch/x86/include/asm/alternative-asm.h | 43 +-
16305 arch/x86/include/asm/alternative.h | 4 +-
16306 arch/x86/include/asm/apic.h | 2 +-
16307 arch/x86/include/asm/apm.h | 4 +-
16308 arch/x86/include/asm/atomic.h | 230 +-
16309 arch/x86/include/asm/atomic64_32.h | 100 +
16310 arch/x86/include/asm/atomic64_64.h | 164 +-
16311 arch/x86/include/asm/bitops.h | 18 +-
16312 arch/x86/include/asm/boot.h | 2 +-
16313 arch/x86/include/asm/cache.h | 5 +-
16314 arch/x86/include/asm/checksum_32.h | 12 +-
16315 arch/x86/include/asm/cmpxchg.h | 39 +
16316 arch/x86/include/asm/compat.h | 2 +-
16317 arch/x86/include/asm/cpufeature.h | 17 +-
16318 arch/x86/include/asm/desc.h | 78 +-
16319 arch/x86/include/asm/desc_defs.h | 6 +
16320 arch/x86/include/asm/div64.h | 2 +-
16321 arch/x86/include/asm/elf.h | 33 +-
16322 arch/x86/include/asm/emergency-restart.h | 2 +-
16323 arch/x86/include/asm/fpu/internal.h | 42 +-
16324 arch/x86/include/asm/fpu/types.h | 6 +-
16325 arch/x86/include/asm/futex.h | 14 +-
16326 arch/x86/include/asm/hw_irq.h | 4 +-
16327 arch/x86/include/asm/i8259.h | 2 +-
16328 arch/x86/include/asm/io.h | 22 +-
16329 arch/x86/include/asm/irqflags.h | 5 +
16330 arch/x86/include/asm/kprobes.h | 9 +-
16331 arch/x86/include/asm/local.h | 106 +-
16332 arch/x86/include/asm/mman.h | 15 +
16333 arch/x86/include/asm/mmu.h | 14 +-
16334 arch/x86/include/asm/mmu_context.h | 114 +-
16335 arch/x86/include/asm/module.h | 17 +-
16336 arch/x86/include/asm/nmi.h | 19 +-
16337 arch/x86/include/asm/page.h | 1 +
16338 arch/x86/include/asm/page_32.h | 12 +-
16339 arch/x86/include/asm/page_64.h | 14 +-
16340 arch/x86/include/asm/paravirt.h | 46 +-
16341 arch/x86/include/asm/paravirt_types.h | 15 +-
16342 arch/x86/include/asm/pgalloc.h | 23 +
16343 arch/x86/include/asm/pgtable-2level.h | 2 +
16344 arch/x86/include/asm/pgtable-3level.h | 7 +
16345 arch/x86/include/asm/pgtable.h | 128 +-
16346 arch/x86/include/asm/pgtable_32.h | 14 +-
16347 arch/x86/include/asm/pgtable_32_types.h | 24 +-
16348 arch/x86/include/asm/pgtable_64.h | 23 +-
16349 arch/x86/include/asm/pgtable_64_types.h | 5 +
16350 arch/x86/include/asm/pgtable_types.h | 26 +-
16351 arch/x86/include/asm/preempt.h | 2 +-
16352 arch/x86/include/asm/processor.h | 57 +-
16353 arch/x86/include/asm/ptrace.h | 13 +-
16354 arch/x86/include/asm/realmode.h | 4 +-
16355 arch/x86/include/asm/reboot.h | 10 +-
16356 arch/x86/include/asm/rmwcc.h | 84 +-
16357 arch/x86/include/asm/rwsem.h | 60 +-
16358 arch/x86/include/asm/segment.h | 27 +-
16359 arch/x86/include/asm/smap.h | 43 +
16360 arch/x86/include/asm/smp.h | 14 +-
16361 arch/x86/include/asm/stackprotector.h | 4 +-
16362 arch/x86/include/asm/stacktrace.h | 32 +-
16363 arch/x86/include/asm/switch_to.h | 4 +-
16364 arch/x86/include/asm/sys_ia32.h | 6 +-
16365 arch/x86/include/asm/thread_info.h | 27 +-
16366 arch/x86/include/asm/tlbflush.h | 77 +-
16367 arch/x86/include/asm/uaccess.h | 192 +-
16368 arch/x86/include/asm/uaccess_32.h | 28 +-
16369 arch/x86/include/asm/uaccess_64.h | 169 +-
16370 arch/x86/include/asm/word-at-a-time.h | 2 +-
16371 arch/x86/include/asm/x86_init.h | 10 +-
16372 arch/x86/include/asm/xen/page.h | 2 +-
16373 arch/x86/include/uapi/asm/e820.h | 2 +-
16374 arch/x86/kernel/Makefile | 2 +-
16375 arch/x86/kernel/acpi/boot.c | 4 +-
16376 arch/x86/kernel/acpi/sleep.c | 4 +
16377 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
16378 arch/x86/kernel/alternative.c | 124 +-
16379 arch/x86/kernel/apic/apic.c | 4 +-
16380 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
16381 arch/x86/kernel/apic/apic_noop.c | 2 +-
16382 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
16383 arch/x86/kernel/apic/io_apic.c | 8 +-
16384 arch/x86/kernel/apic/msi.c | 2 +-
16385 arch/x86/kernel/apic/probe_32.c | 4 +-
16386 arch/x86/kernel/apic/vector.c | 4 +-
16387 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
16388 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
16389 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
16390 arch/x86/kernel/apm_32.c | 21 +-
16391 arch/x86/kernel/asm-offsets.c | 20 +
16392 arch/x86/kernel/asm-offsets_64.c | 1 +
16393 arch/x86/kernel/cpu/Makefile | 4 -
16394 arch/x86/kernel/cpu/amd.c | 2 +-
16395 arch/x86/kernel/cpu/bugs_64.c | 2 +
16396 arch/x86/kernel/cpu/common.c | 202 +-
16397 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
16398 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
16399 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
16400 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
16401 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
16402 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
16403 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
16404 arch/x86/kernel/cpu/perf_event.c | 10 +-
16405 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
16406 arch/x86/kernel/cpu/perf_event_intel.c | 6 +-
16407 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
16408 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
16409 arch/x86/kernel/cpu/perf_event_intel_pt.c | 44 +-
16410 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
16411 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
16412 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
16413 arch/x86/kernel/crash_dump_64.c | 2 +-
16414 arch/x86/kernel/doublefault.c | 8 +-
16415 arch/x86/kernel/dumpstack.c | 24 +-
16416 arch/x86/kernel/dumpstack_32.c | 25 +-
16417 arch/x86/kernel/dumpstack_64.c | 62 +-
16418 arch/x86/kernel/e820.c | 4 +-
16419 arch/x86/kernel/early_printk.c | 1 +
16420 arch/x86/kernel/espfix_64.c | 44 +-
16421 arch/x86/kernel/fpu/core.c | 24 +-
16422 arch/x86/kernel/fpu/init.c | 40 +-
16423 arch/x86/kernel/fpu/regset.c | 22 +-
16424 arch/x86/kernel/fpu/signal.c | 20 +-
16425 arch/x86/kernel/fpu/xstate.c | 8 +-
16426 arch/x86/kernel/ftrace.c | 18 +-
16427 arch/x86/kernel/head64.c | 14 +-
16428 arch/x86/kernel/head_32.S | 235 +-
16429 arch/x86/kernel/head_64.S | 173 +-
16430 arch/x86/kernel/i386_ksyms_32.c | 12 +
16431 arch/x86/kernel/i8259.c | 10 +-
16432 arch/x86/kernel/io_delay.c | 2 +-
16433 arch/x86/kernel/ioport.c | 2 +-
16434 arch/x86/kernel/irq.c | 8 +-
16435 arch/x86/kernel/irq_32.c | 45 +-
16436 arch/x86/kernel/jump_label.c | 10 +-
16437 arch/x86/kernel/kgdb.c | 21 +-
16438 arch/x86/kernel/kprobes/core.c | 28 +-
16439 arch/x86/kernel/kprobes/opt.c | 16 +-
16440 arch/x86/kernel/ksysfs.c | 2 +-
16441 arch/x86/kernel/kvmclock.c | 20 +-
16442 arch/x86/kernel/ldt.c | 25 +
16443 arch/x86/kernel/livepatch.c | 12 +-
16444 arch/x86/kernel/machine_kexec_32.c | 6 +-
16445 arch/x86/kernel/mcount_64.S | 19 +-
16446 arch/x86/kernel/module.c | 78 +-
16447 arch/x86/kernel/msr.c | 2 +-
16448 arch/x86/kernel/nmi.c | 34 +-
16449 arch/x86/kernel/nmi_selftest.c | 4 +-
16450 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
16451 arch/x86/kernel/paravirt.c | 45 +-
16452 arch/x86/kernel/paravirt_patch_64.c | 8 +
16453 arch/x86/kernel/pci-calgary_64.c | 2 +-
16454 arch/x86/kernel/pci-iommu_table.c | 2 +-
16455 arch/x86/kernel/pci-swiotlb.c | 2 +-
16456 arch/x86/kernel/process.c | 80 +-
16457 arch/x86/kernel/process_32.c | 29 +-
16458 arch/x86/kernel/process_64.c | 14 +-
16459 arch/x86/kernel/ptrace.c | 20 +-
16460 arch/x86/kernel/pvclock.c | 8 +-
16461 arch/x86/kernel/reboot.c | 44 +-
16462 arch/x86/kernel/reboot_fixups_32.c | 2 +-
16463 arch/x86/kernel/relocate_kernel_64.S | 3 +-
16464 arch/x86/kernel/setup.c | 29 +-
16465 arch/x86/kernel/setup_percpu.c | 29 +-
16466 arch/x86/kernel/signal.c | 17 +-
16467 arch/x86/kernel/smp.c | 2 +-
16468 arch/x86/kernel/smpboot.c | 29 +-
16469 arch/x86/kernel/step.c | 6 +-
16470 arch/x86/kernel/sys_i386_32.c | 184 +
16471 arch/x86/kernel/sys_x86_64.c | 22 +-
16472 arch/x86/kernel/tboot.c | 14 +-
16473 arch/x86/kernel/time.c | 8 +-
16474 arch/x86/kernel/tls.c | 7 +-
16475 arch/x86/kernel/tracepoint.c | 4 +-
16476 arch/x86/kernel/traps.c | 53 +-
16477 arch/x86/kernel/tsc.c | 2 +-
16478 arch/x86/kernel/uprobes.c | 2 +-
16479 arch/x86/kernel/vm86_32.c | 6 +-
16480 arch/x86/kernel/vmlinux.lds.S | 153 +-
16481 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
16482 arch/x86/kernel/x86_init.c | 6 +-
16483 arch/x86/kvm/cpuid.c | 21 +-
16484 arch/x86/kvm/emulate.c | 2 +-
16485 arch/x86/kvm/lapic.c | 2 +-
16486 arch/x86/kvm/paging_tmpl.h | 2 +-
16487 arch/x86/kvm/svm.c | 10 +-
16488 arch/x86/kvm/vmx.c | 62 +-
16489 arch/x86/kvm/x86.c | 42 +-
16490 arch/x86/lguest/boot.c | 3 +-
16491 arch/x86/lib/atomic64_386_32.S | 164 +
16492 arch/x86/lib/atomic64_cx8_32.S | 98 +-
16493 arch/x86/lib/checksum_32.S | 99 +-
16494 arch/x86/lib/clear_page_64.S | 3 +
16495 arch/x86/lib/cmpxchg16b_emu.S | 3 +
16496 arch/x86/lib/copy_page_64.S | 14 +-
16497 arch/x86/lib/copy_user_64.S | 66 +-
16498 arch/x86/lib/csum-copy_64.S | 14 +-
16499 arch/x86/lib/csum-wrappers_64.c | 8 +-
16500 arch/x86/lib/getuser.S | 74 +-
16501 arch/x86/lib/insn.c | 8 +-
16502 arch/x86/lib/iomap_copy_64.S | 2 +
16503 arch/x86/lib/memcpy_64.S | 6 +
16504 arch/x86/lib/memmove_64.S | 3 +-
16505 arch/x86/lib/memset_64.S | 3 +
16506 arch/x86/lib/mmx_32.c | 243 +-
16507 arch/x86/lib/msr-reg.S | 2 +
16508 arch/x86/lib/putuser.S | 87 +-
16509 arch/x86/lib/rwsem.S | 6 +-
16510 arch/x86/lib/usercopy_32.c | 359 +-
16511 arch/x86/lib/usercopy_64.c | 20 +-
16512 arch/x86/math-emu/fpu_aux.c | 2 +-
16513 arch/x86/math-emu/fpu_entry.c | 4 +-
16514 arch/x86/math-emu/fpu_system.h | 2 +-
16515 arch/x86/mm/Makefile | 4 +
16516 arch/x86/mm/extable.c | 26 +-
16517 arch/x86/mm/fault.c | 570 +-
16518 arch/x86/mm/gup.c | 6 +-
16519 arch/x86/mm/highmem_32.c | 6 +
16520 arch/x86/mm/hugetlbpage.c | 24 +-
16521 arch/x86/mm/init.c | 111 +-
16522 arch/x86/mm/init_32.c | 111 +-
16523 arch/x86/mm/init_64.c | 46 +-
16524 arch/x86/mm/iomap_32.c | 4 +
16525 arch/x86/mm/ioremap.c | 52 +-
16526 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
16527 arch/x86/mm/mmap.c | 40 +-
16528 arch/x86/mm/mmio-mod.c | 10 +-
16529 arch/x86/mm/numa.c | 2 +-
16530 arch/x86/mm/pageattr.c | 38 +-
16531 arch/x86/mm/pat.c | 12 +-
16532 arch/x86/mm/pat_rbtree.c | 2 +-
16533 arch/x86/mm/pf_in.c | 10 +-
16534 arch/x86/mm/pgtable.c | 214 +-
16535 arch/x86/mm/pgtable_32.c | 3 +
16536 arch/x86/mm/setup_nx.c | 7 +
16537 arch/x86/mm/tlb.c | 4 +
16538 arch/x86/mm/uderef_64.c | 37 +
16539 arch/x86/net/bpf_jit.S | 11 +
16540 arch/x86/net/bpf_jit_comp.c | 13 +-
16541 arch/x86/oprofile/backtrace.c | 6 +-
16542 arch/x86/oprofile/nmi_int.c | 8 +-
16543 arch/x86/oprofile/op_model_amd.c | 8 +-
16544 arch/x86/oprofile/op_model_ppro.c | 7 +-
16545 arch/x86/oprofile/op_x86_model.h | 2 +-
16546 arch/x86/pci/intel_mid_pci.c | 2 +-
16547 arch/x86/pci/irq.c | 8 +-
16548 arch/x86/pci/pcbios.c | 144 +-
16549 arch/x86/platform/efi/efi_32.c | 24 +
16550 arch/x86/platform/efi/efi_64.c | 26 +-
16551 arch/x86/platform/efi/efi_stub_32.S | 64 +-
16552 arch/x86/platform/efi/efi_stub_64.S | 2 +
16553 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
16554 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
16555 arch/x86/platform/intel-mid/mfld.c | 4 +-
16556 arch/x86/platform/intel-mid/mrfl.c | 2 +-
16557 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
16558 arch/x86/platform/olpc/olpc_dt.c | 2 +-
16559 arch/x86/power/cpu.c | 11 +-
16560 arch/x86/realmode/init.c | 10 +-
16561 arch/x86/realmode/rm/Makefile | 3 +
16562 arch/x86/realmode/rm/header.S | 4 +-
16563 arch/x86/realmode/rm/reboot.S | 4 +
16564 arch/x86/realmode/rm/trampoline_32.S | 12 +-
16565 arch/x86/realmode/rm/trampoline_64.S | 3 +-
16566 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
16567 arch/x86/tools/Makefile | 2 +-
16568 arch/x86/tools/relocs.c | 96 +-
16569 arch/x86/um/mem_32.c | 2 +-
16570 arch/x86/um/tls_32.c | 2 +-
16571 arch/x86/xen/enlighten.c | 50 +-
16572 arch/x86/xen/mmu.c | 19 +-
16573 arch/x86/xen/smp.c | 16 +-
16574 arch/x86/xen/xen-asm_32.S | 2 +-
16575 arch/x86/xen/xen-head.S | 11 +
16576 arch/x86/xen/xen-ops.h | 2 -
16577 block/bio.c | 4 +-
16578 block/blk-iopoll.c | 2 +-
16579 block/blk-map.c | 2 +-
16580 block/blk-softirq.c | 2 +-
16581 block/bsg.c | 12 +-
16582 block/compat_ioctl.c | 4 +-
16583 block/genhd.c | 9 +-
16584 block/partitions/efi.c | 8 +-
16585 block/scsi_ioctl.c | 29 +-
16586 crypto/cryptd.c | 4 +-
16587 crypto/pcrypt.c | 2 +-
16588 crypto/zlib.c | 12 +-
16589 drivers/acpi/acpi_video.c | 2 +-
16590 drivers/acpi/apei/apei-internal.h | 2 +-
16591 drivers/acpi/apei/ghes.c | 4 +-
16592 drivers/acpi/bgrt.c | 6 +-
16593 drivers/acpi/blacklist.c | 4 +-
16594 drivers/acpi/bus.c | 4 +-
16595 drivers/acpi/device_pm.c | 4 +-
16596 drivers/acpi/ec.c | 2 +-
16597 drivers/acpi/pci_slot.c | 2 +-
16598 drivers/acpi/processor_idle.c | 2 +-
16599 drivers/acpi/processor_pdc.c | 2 +-
16600 drivers/acpi/sleep.c | 2 +-
16601 drivers/acpi/sysfs.c | 4 +-
16602 drivers/acpi/thermal.c | 2 +-
16603 drivers/acpi/video_detect.c | 7 +-
16604 drivers/ata/libata-core.c | 12 +-
16605 drivers/ata/libata-scsi.c | 2 +-
16606 drivers/ata/libata.h | 2 +-
16607 drivers/ata/pata_arasan_cf.c | 4 +-
16608 drivers/atm/adummy.c | 2 +-
16609 drivers/atm/ambassador.c | 8 +-
16610 drivers/atm/atmtcp.c | 14 +-
16611 drivers/atm/eni.c | 10 +-
16612 drivers/atm/firestream.c | 8 +-
16613 drivers/atm/fore200e.c | 14 +-
16614 drivers/atm/he.c | 18 +-
16615 drivers/atm/horizon.c | 4 +-
16616 drivers/atm/idt77252.c | 36 +-
16617 drivers/atm/iphase.c | 34 +-
16618 drivers/atm/lanai.c | 12 +-
16619 drivers/atm/nicstar.c | 46 +-
16620 drivers/atm/solos-pci.c | 4 +-
16621 drivers/atm/suni.c | 4 +-
16622 drivers/atm/uPD98402.c | 16 +-
16623 drivers/atm/zatm.c | 6 +-
16624 drivers/base/bus.c | 4 +-
16625 drivers/base/devtmpfs.c | 8 +-
16626 drivers/base/node.c | 2 +-
16627 drivers/base/platform-msi.c | 20 +-
16628 drivers/base/power/domain.c | 11 +-
16629 drivers/base/power/sysfs.c | 2 +-
16630 drivers/base/power/wakeup.c | 8 +-
16631 drivers/base/regmap/regmap-debugfs.c | 11 +-
16632 drivers/base/syscore.c | 4 +-
16633 drivers/block/cciss.c | 28 +-
16634 drivers/block/cciss.h | 2 +-
16635 drivers/block/cpqarray.c | 28 +-
16636 drivers/block/cpqarray.h | 2 +-
16637 drivers/block/drbd/drbd_bitmap.c | 2 +-
16638 drivers/block/drbd/drbd_int.h | 8 +-
16639 drivers/block/drbd/drbd_main.c | 12 +-
16640 drivers/block/drbd/drbd_nl.c | 4 +-
16641 drivers/block/drbd/drbd_receiver.c | 34 +-
16642 drivers/block/drbd/drbd_worker.c | 8 +-
16643 drivers/block/pktcdvd.c | 4 +-
16644 drivers/block/rbd.c | 2 +-
16645 drivers/bluetooth/btwilink.c | 2 +-
16646 drivers/bus/arm-cci.c | 12 +-
16647 drivers/cdrom/cdrom.c | 11 +-
16648 drivers/cdrom/gdrom.c | 1 -
16649 drivers/char/agp/compat_ioctl.c | 2 +-
16650 drivers/char/agp/frontend.c | 4 +-
16651 drivers/char/agp/intel-gtt.c | 4 +-
16652 drivers/char/hpet.c | 2 +-
16653 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
16654 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
16655 drivers/char/mem.c | 47 +-
16656 drivers/char/nvram.c | 2 +-
16657 drivers/char/pcmcia/synclink_cs.c | 16 +-
16658 drivers/char/random.c | 12 +-
16659 drivers/char/sonypi.c | 11 +-
16660 drivers/char/tpm/tpm_acpi.c | 3 +-
16661 drivers/char/tpm/tpm_eventlog.c | 4 +-
16662 drivers/char/virtio_console.c | 4 +-
16663 drivers/clk/clk-composite.c | 2 +-
16664 drivers/clk/samsung/clk.h | 2 +-
16665 drivers/clk/socfpga/clk-gate.c | 9 +-
16666 drivers/clk/socfpga/clk-pll.c | 9 +-
16667 drivers/clk/ti/clk.c | 8 +-
16668 drivers/cpufreq/acpi-cpufreq.c | 17 +-
16669 drivers/cpufreq/cpufreq-dt.c | 4 +-
16670 drivers/cpufreq/cpufreq.c | 30 +-
16671 drivers/cpufreq/cpufreq_governor.c | 2 +-
16672 drivers/cpufreq/cpufreq_governor.h | 4 +-
16673 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
16674 drivers/cpufreq/intel_pstate.c | 33 +-
16675 drivers/cpufreq/p4-clockmod.c | 12 +-
16676 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
16677 drivers/cpufreq/speedstep-centrino.c | 7 +-
16678 drivers/cpuidle/driver.c | 2 +-
16679 drivers/cpuidle/dt_idle_states.c | 2 +-
16680 drivers/cpuidle/governor.c | 2 +-
16681 drivers/cpuidle/sysfs.c | 2 +-
16682 drivers/crypto/hifn_795x.c | 4 +-
16683 drivers/devfreq/devfreq.c | 4 +-
16684 drivers/dma/sh/shdma-base.c | 4 +-
16685 drivers/dma/sh/shdmac.c | 2 +-
16686 drivers/edac/edac_device.c | 4 +-
16687 drivers/edac/edac_mc_sysfs.c | 2 +-
16688 drivers/edac/edac_pci.c | 4 +-
16689 drivers/edac/edac_pci_sysfs.c | 22 +-
16690 drivers/edac/mce_amd.h | 2 +-
16691 drivers/firewire/core-card.c | 6 +-
16692 drivers/firewire/core-device.c | 2 +-
16693 drivers/firewire/core-transaction.c | 1 +
16694 drivers/firewire/core.h | 1 +
16695 drivers/firmware/dmi-id.c | 2 +-
16696 drivers/firmware/dmi_scan.c | 12 +-
16697 drivers/firmware/efi/cper.c | 8 +-
16698 drivers/firmware/efi/efi.c | 12 +-
16699 drivers/firmware/efi/efivars.c | 2 +-
16700 drivers/firmware/efi/runtime-map.c | 2 +-
16701 drivers/firmware/google/gsmi.c | 2 +-
16702 drivers/firmware/google/memconsole.c | 7 +-
16703 drivers/firmware/memmap.c | 2 +-
16704 drivers/firmware/psci.c | 2 +-
16705 drivers/gpio/gpio-davinci.c | 6 +-
16706 drivers/gpio/gpio-em.c | 2 +-
16707 drivers/gpio/gpio-ich.c | 2 +-
16708 drivers/gpio/gpio-omap.c | 4 +-
16709 drivers/gpio/gpio-rcar.c | 2 +-
16710 drivers/gpio/gpio-vr41xx.c | 2 +-
16711 drivers/gpio/gpiolib.c | 12 +-
16712 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
16713 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
16714 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
16715 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
16716 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
16717 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
16718 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
16719 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
16720 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
16721 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
16722 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
16723 drivers/gpu/drm/drm_crtc.c | 2 +-
16724 drivers/gpu/drm/drm_drv.c | 2 +-
16725 drivers/gpu/drm/drm_fops.c | 12 +-
16726 drivers/gpu/drm/drm_global.c | 14 +-
16727 drivers/gpu/drm/drm_info.c | 13 +-
16728 drivers/gpu/drm/drm_ioc32.c | 13 +-
16729 drivers/gpu/drm/drm_ioctl.c | 2 +-
16730 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
16731 drivers/gpu/drm/i810/i810_drv.h | 4 +-
16732 drivers/gpu/drm/i915/i915_dma.c | 2 +-
16733 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
16734 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
16735 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
16736 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
16737 drivers/gpu/drm/i915/intel_display.c | 26 +-
16738 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
16739 drivers/gpu/drm/mga/mga_drv.h | 4 +-
16740 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
16741 drivers/gpu/drm/mga/mga_irq.c | 8 +-
16742 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
16743 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
16744 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
16745 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
16746 drivers/gpu/drm/omapdrm/Makefile | 2 +-
16747 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
16748 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
16749 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
16750 drivers/gpu/drm/qxl/qxl_ioctl.c | 10 +-
16751 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
16752 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
16753 drivers/gpu/drm/r128/r128_cce.c | 2 +-
16754 drivers/gpu/drm/r128/r128_drv.h | 4 +-
16755 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
16756 drivers/gpu/drm/r128/r128_irq.c | 4 +-
16757 drivers/gpu/drm/r128/r128_state.c | 4 +-
16758 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
16759 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
16760 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
16761 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
16762 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
16763 drivers/gpu/drm/radeon/radeon_state.c | 4 +-
16764 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
16765 drivers/gpu/drm/tegra/dc.c | 2 +-
16766 drivers/gpu/drm/tegra/dsi.c | 2 +-
16767 drivers/gpu/drm/tegra/hdmi.c | 2 +-
16768 drivers/gpu/drm/tegra/sor.c | 7 +-
16769 drivers/gpu/drm/tilcdc/Makefile | 6 +-
16770 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
16771 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
16772 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
16773 drivers/gpu/drm/udl/udl_fb.c | 1 -
16774 drivers/gpu/drm/via/via_drv.h | 4 +-
16775 drivers/gpu/drm/via/via_irq.c | 18 +-
16776 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
16777 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
16778 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
16779 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
16780 drivers/gpu/vga/vga_switcheroo.c | 4 +-
16781 drivers/hid/hid-core.c | 4 +-
16782 drivers/hid/hid-sensor-custom.c | 2 +-
16783 drivers/hv/channel.c | 2 +-
16784 drivers/hv/hv.c | 4 +-
16785 drivers/hv/hv_balloon.c | 18 +-
16786 drivers/hv/hyperv_vmbus.h | 2 +-
16787 drivers/hwmon/acpi_power_meter.c | 6 +-
16788 drivers/hwmon/applesmc.c | 2 +-
16789 drivers/hwmon/asus_atk0110.c | 10 +-
16790 drivers/hwmon/coretemp.c | 2 +-
16791 drivers/hwmon/dell-smm-hwmon.c | 2 +-
16792 drivers/hwmon/ibmaem.c | 2 +-
16793 drivers/hwmon/iio_hwmon.c | 2 +-
16794 drivers/hwmon/nct6683.c | 6 +-
16795 drivers/hwmon/nct6775.c | 6 +-
16796 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
16797 drivers/hwmon/sht15.c | 12 +-
16798 drivers/hwmon/via-cputemp.c | 2 +-
16799 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
16800 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
16801 drivers/i2c/i2c-dev.c | 2 +-
16802 drivers/ide/ide-cd.c | 2 +-
16803 drivers/ide/ide-disk.c | 2 +-
16804 drivers/iio/industrialio-core.c | 2 +-
16805 drivers/iio/magnetometer/ak8975.c | 2 +-
16806 drivers/infiniband/core/cm.c | 32 +-
16807 drivers/infiniband/core/fmr_pool.c | 20 +-
16808 drivers/infiniband/core/uverbs_cmd.c | 3 +
16809 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
16810 drivers/infiniband/hw/mlx4/mad.c | 2 +-
16811 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
16812 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
16813 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
16814 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
16815 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
16816 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
16817 drivers/infiniband/hw/nes/nes.c | 4 +-
16818 drivers/infiniband/hw/nes/nes.h | 40 +-
16819 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
16820 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
16821 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
16822 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
16823 drivers/infiniband/hw/qib/qib.h | 1 +
16824 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
16825 drivers/input/gameport/gameport.c | 4 +-
16826 drivers/input/input.c | 4 +-
16827 drivers/input/joystick/sidewinder.c | 1 +
16828 drivers/input/joystick/xpad.c | 4 +-
16829 drivers/input/misc/ims-pcu.c | 4 +-
16830 drivers/input/mouse/psmouse.h | 2 +-
16831 drivers/input/mousedev.c | 2 +-
16832 drivers/input/serio/serio.c | 4 +-
16833 drivers/input/serio/serio_raw.c | 4 +-
16834 drivers/input/touchscreen/htcpen.c | 2 +-
16835 drivers/iommu/arm-smmu-v3.c | 2 +-
16836 drivers/iommu/arm-smmu.c | 43 +-
16837 drivers/iommu/io-pgtable-arm.c | 101 +-
16838 drivers/iommu/io-pgtable.c | 11 +-
16839 drivers/iommu/io-pgtable.h | 19 +-
16840 drivers/iommu/iommu.c | 2 +-
16841 drivers/iommu/ipmmu-vmsa.c | 13 +-
16842 drivers/iommu/irq_remapping.c | 2 +-
16843 drivers/irqchip/irq-gic.c | 2 +-
16844 drivers/irqchip/irq-i8259.c | 2 +-
16845 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
16846 drivers/irqchip/irq-renesas-irqc.c | 2 +-
16847 drivers/isdn/capi/capi.c | 10 +-
16848 drivers/isdn/gigaset/interface.c | 8 +-
16849 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
16850 drivers/isdn/hardware/avm/b1.c | 4 +-
16851 drivers/isdn/i4l/isdn_common.c | 2 +
16852 drivers/isdn/i4l/isdn_tty.c | 22 +-
16853 drivers/isdn/icn/icn.c | 2 +-
16854 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
16855 drivers/lguest/core.c | 10 +-
16856 drivers/lguest/page_tables.c | 2 +-
16857 drivers/lguest/x86/core.c | 12 +-
16858 drivers/lguest/x86/switcher_32.S | 27 +-
16859 drivers/md/bcache/closure.h | 2 +-
16860 drivers/md/bitmap.c | 2 +-
16861 drivers/md/dm-ioctl.c | 2 +-
16862 drivers/md/dm-raid1.c | 18 +-
16863 drivers/md/dm-stats.c | 6 +-
16864 drivers/md/dm-stripe.c | 10 +-
16865 drivers/md/dm-table.c | 2 +-
16866 drivers/md/dm-thin-metadata.c | 4 +-
16867 drivers/md/dm.c | 16 +-
16868 drivers/md/md.c | 26 +-
16869 drivers/md/md.h | 6 +-
16870 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
16871 drivers/md/persistent-data/dm-space-map.h | 1 +
16872 drivers/md/raid1.c | 4 +-
16873 drivers/md/raid10.c | 18 +-
16874 drivers/md/raid5.c | 22 +-
16875 drivers/media/dvb-core/dvbdev.c | 2 +-
16876 drivers/media/dvb-frontends/af9033.h | 2 +-
16877 drivers/media/dvb-frontends/dib3000.h | 2 +-
16878 drivers/media/dvb-frontends/dib7000p.h | 2 +-
16879 drivers/media/dvb-frontends/dib8000.h | 2 +-
16880 drivers/media/pci/cx88/cx88-video.c | 6 +-
16881 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
16882 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
16883 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
16884 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
16885 drivers/media/pci/tw68/tw68-core.c | 2 +-
16886 drivers/media/platform/omap/omap_vout.c | 11 +-
16887 drivers/media/platform/s5p-tv/mixer.h | 2 +-
16888 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
16889 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
16890 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
16891 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
16892 drivers/media/radio/radio-cadet.c | 2 +
16893 drivers/media/radio/radio-maxiradio.c | 2 +-
16894 drivers/media/radio/radio-shark.c | 2 +-
16895 drivers/media/radio/radio-shark2.c | 2 +-
16896 drivers/media/radio/radio-si476x.c | 2 +-
16897 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
16898 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
16899 drivers/media/v4l2-core/v4l2-device.c | 4 +-
16900 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
16901 drivers/memory/omap-gpmc.c | 21 +-
16902 drivers/message/fusion/mptsas.c | 34 +-
16903 drivers/mfd/ab8500-debugfs.c | 2 +-
16904 drivers/mfd/kempld-core.c | 2 +-
16905 drivers/mfd/max8925-i2c.c | 2 +-
16906 drivers/mfd/tps65910.c | 2 +-
16907 drivers/mfd/twl4030-irq.c | 9 +-
16908 drivers/mfd/wm5110-tables.c | 2 +-
16909 drivers/mfd/wm8998-tables.c | 2 +-
16910 drivers/misc/c2port/core.c | 4 +-
16911 drivers/misc/kgdbts.c | 4 +-
16912 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
16913 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
16914 drivers/misc/mic/scif/scif_rb.c | 8 +-
16915 drivers/misc/sgi-gru/gruhandles.c | 4 +-
16916 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
16917 drivers/misc/sgi-gru/grutables.h | 154 +-
16918 drivers/misc/sgi-xp/xp.h | 2 +-
16919 drivers/misc/sgi-xp/xpc.h | 3 +-
16920 drivers/misc/sgi-xp/xpc_main.c | 2 +-
16921 drivers/mmc/card/block.c | 2 +-
16922 drivers/mmc/host/dw_mmc.h | 2 +-
16923 drivers/mmc/host/mmci.c | 4 +-
16924 drivers/mmc/host/omap_hsmmc.c | 4 +-
16925 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
16926 drivers/mmc/host/sdhci-s3c.c | 8 +-
16927 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
16928 drivers/mtd/nand/denali.c | 1 +
16929 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
16930 drivers/mtd/nftlmount.c | 1 +
16931 drivers/mtd/sm_ftl.c | 2 +-
16932 drivers/net/bonding/bond_netlink.c | 2 +-
16933 drivers/net/caif/caif_hsi.c | 2 +-
16934 drivers/net/can/Kconfig | 2 +-
16935 drivers/net/can/dev.c | 2 +-
16936 drivers/net/can/vcan.c | 2 +-
16937 drivers/net/dummy.c | 2 +-
16938 drivers/net/ethernet/8390/ax88796.c | 4 +-
16939 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
16940 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
16941 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
16942 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
16943 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
16944 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
16945 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
16946 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
16947 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
16948 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
16949 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
16950 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
16951 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
16952 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
16953 drivers/net/ethernet/broadcom/tg3.h | 1 +
16954 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
16955 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
16956 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
16957 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
16958 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
16959 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
16960 drivers/net/ethernet/faraday/ftmac100.c | 2 +
16961 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
16962 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
16963 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
16964 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
16965 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
16966 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
16967 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
16968 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
16969 drivers/net/ethernet/realtek/r8169.c | 8 +-
16970 drivers/net/ethernet/sfc/ptp.c | 2 +-
16971 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
16972 drivers/net/ethernet/via/via-rhine.c | 2 +-
16973 drivers/net/geneve.c | 2 +-
16974 drivers/net/hyperv/hyperv_net.h | 2 +-
16975 drivers/net/hyperv/rndis_filter.c | 4 +-
16976 drivers/net/ifb.c | 2 +-
16977 drivers/net/ipvlan/ipvlan_core.c | 2 +-
16978 drivers/net/macvlan.c | 20 +-
16979 drivers/net/macvtap.c | 6 +-
16980 drivers/net/nlmon.c | 2 +-
16981 drivers/net/phy/phy_device.c | 6 +-
16982 drivers/net/ppp/ppp_generic.c | 4 +-
16983 drivers/net/slip/slhc.c | 2 +-
16984 drivers/net/team/team.c | 4 +-
16985 drivers/net/tun.c | 7 +-
16986 drivers/net/usb/hso.c | 23 +-
16987 drivers/net/usb/r8152.c | 2 +-
16988 drivers/net/usb/sierra_net.c | 4 +-
16989 drivers/net/virtio_net.c | 2 +-
16990 drivers/net/vrf.c | 2 +-
16991 drivers/net/vxlan.c | 4 +-
16992 drivers/net/wimax/i2400m/rx.c | 2 +-
16993 drivers/net/wireless/airo.c | 2 +-
16994 drivers/net/wireless/at76c50x-usb.c | 2 +-
16995 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
16996 drivers/net/wireless/ath/ath10k/htc.c | 7 +-
16997 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
16998 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
16999 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
17000 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
17001 drivers/net/wireless/ath/ath9k/main.c | 22 +-
17002 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
17003 drivers/net/wireless/b43/phy_lp.c | 2 +-
17004 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
17005 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
17006 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
17007 drivers/net/wireless/mac80211_hwsim.c | 28 +-
17008 drivers/net/wireless/rndis_wlan.c | 2 +-
17009 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
17010 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
17011 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
17012 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
17013 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
17014 drivers/nfc/nfcwilink.c | 2 +-
17015 drivers/of/fdt.c | 4 +-
17016 drivers/oprofile/buffer_sync.c | 8 +-
17017 drivers/oprofile/event_buffer.c | 2 +-
17018 drivers/oprofile/oprof.c | 2 +-
17019 drivers/oprofile/oprofile_stats.c | 10 +-
17020 drivers/oprofile/oprofile_stats.h | 10 +-
17021 drivers/oprofile/oprofilefs.c | 6 +-
17022 drivers/oprofile/timer_int.c | 2 +-
17023 drivers/parport/procfs.c | 4 +-
17024 drivers/pci/host/pci-host-generic.c | 24 +-
17025 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
17026 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
17027 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
17028 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
17029 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
17030 drivers/pci/hotplug/pciehp_core.c | 2 +-
17031 drivers/pci/msi.c | 22 +-
17032 drivers/pci/pci-sysfs.c | 6 +-
17033 drivers/pci/pci.h | 2 +-
17034 drivers/pci/pcie/aspm.c | 6 +-
17035 drivers/pci/pcie/portdrv_pci.c | 2 +-
17036 drivers/pci/probe.c | 2 +-
17037 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
17038 drivers/pinctrl/pinctrl-at91.c | 5 +-
17039 drivers/platform/chrome/chromeos_pstore.c | 2 +-
17040 drivers/platform/x86/alienware-wmi.c | 4 +-
17041 drivers/platform/x86/compal-laptop.c | 2 +-
17042 drivers/platform/x86/hdaps.c | 2 +-
17043 drivers/platform/x86/ibm_rtl.c | 2 +-
17044 drivers/platform/x86/intel_oaktrail.c | 2 +-
17045 drivers/platform/x86/msi-laptop.c | 16 +-
17046 drivers/platform/x86/msi-wmi.c | 2 +-
17047 drivers/platform/x86/samsung-laptop.c | 2 +-
17048 drivers/platform/x86/samsung-q10.c | 2 +-
17049 drivers/platform/x86/sony-laptop.c | 14 +-
17050 drivers/platform/x86/thinkpad_acpi.c | 2 +-
17051 drivers/pnp/pnpbios/bioscalls.c | 14 +-
17052 drivers/pnp/pnpbios/core.c | 2 +-
17053 drivers/power/pda_power.c | 7 +-
17054 drivers/power/power_supply.h | 4 +-
17055 drivers/power/power_supply_core.c | 7 +-
17056 drivers/power/power_supply_sysfs.c | 6 +-
17057 drivers/power/reset/at91-reset.c | 9 +-
17058 drivers/powercap/powercap_sys.c | 136 +-
17059 drivers/ptp/ptp_private.h | 2 +-
17060 drivers/ptp/ptp_sysfs.c | 2 +-
17061 drivers/regulator/core.c | 4 +-
17062 drivers/regulator/max8660.c | 6 +-
17063 drivers/regulator/max8973-regulator.c | 16 +-
17064 drivers/regulator/mc13892-regulator.c | 8 +-
17065 drivers/rtc/rtc-armada38x.c | 7 +-
17066 drivers/rtc/rtc-cmos.c | 4 +-
17067 drivers/rtc/rtc-ds1307.c | 2 +-
17068 drivers/rtc/rtc-m48t59.c | 4 +-
17069 drivers/rtc/rtc-test.c | 6 +-
17070 drivers/scsi/be2iscsi/be_main.c | 2 +-
17071 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
17072 drivers/scsi/bfa/bfa_ioc.h | 4 +-
17073 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
17074 drivers/scsi/hosts.c | 4 +-
17075 drivers/scsi/hpsa.c | 38 +-
17076 drivers/scsi/hpsa.h | 2 +-
17077 drivers/scsi/libfc/fc_exch.c | 50 +-
17078 drivers/scsi/libsas/sas_ata.c | 2 +-
17079 drivers/scsi/lpfc/lpfc.h | 8 +-
17080 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
17081 drivers/scsi/lpfc/lpfc_init.c | 6 +-
17082 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
17083 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
17084 drivers/scsi/mpt2sas/mpt2sas_scsih.c | 8 +-
17085 drivers/scsi/pmcraid.c | 20 +-
17086 drivers/scsi/pmcraid.h | 8 +-
17087 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
17088 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
17089 drivers/scsi/qla2xxx/qla_os.c | 6 +-
17090 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
17091 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
17092 drivers/scsi/scsi.c | 2 +-
17093 drivers/scsi/scsi_lib.c | 8 +-
17094 drivers/scsi/scsi_sysfs.c | 2 +-
17095 drivers/scsi/scsi_transport_fc.c | 8 +-
17096 drivers/scsi/scsi_transport_iscsi.c | 6 +-
17097 drivers/scsi/scsi_transport_srp.c | 6 +-
17098 drivers/scsi/sd.c | 6 +-
17099 drivers/scsi/sg.c | 2 +-
17100 drivers/scsi/sr.c | 21 +-
17101 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
17102 drivers/spi/spi.c | 2 +-
17103 drivers/staging/android/timed_output.c | 6 +-
17104 drivers/staging/comedi/comedi_fops.c | 8 +-
17105 drivers/staging/fbtft/fbtft-core.c | 2 +-
17106 drivers/staging/fbtft/fbtft.h | 2 +-
17107 drivers/staging/gdm724x/gdm_tty.c | 2 +-
17108 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
17109 drivers/staging/iio/adc/ad7280a.c | 4 +-
17110 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
17111 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
17112 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
17113 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
17114 drivers/staging/lustre/lustre/include/obd.h | 2 +-
17115 drivers/staging/octeon/ethernet-rx.c | 20 +-
17116 drivers/staging/octeon/ethernet.c | 8 +-
17117 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
17118 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
17119 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
17120 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
17121 drivers/staging/sm750fb/sm750.c | 14 +-
17122 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
17123 drivers/target/sbp/sbp_target.c | 4 +-
17124 drivers/thermal/cpu_cooling.c | 9 +-
17125 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
17126 drivers/thermal/of-thermal.c | 17 +-
17127 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
17128 drivers/tty/cyclades.c | 6 +-
17129 drivers/tty/hvc/hvc_console.c | 14 +-
17130 drivers/tty/hvc/hvcs.c | 21 +-
17131 drivers/tty/hvc/hvsi.c | 22 +-
17132 drivers/tty/hvc/hvsi_lib.c | 4 +-
17133 drivers/tty/ipwireless/tty.c | 27 +-
17134 drivers/tty/moxa.c | 2 +-
17135 drivers/tty/n_gsm.c | 4 +-
17136 drivers/tty/n_tty.c | 3 +-
17137 drivers/tty/pty.c | 4 +-
17138 drivers/tty/rocket.c | 6 +-
17139 drivers/tty/serial/8250/8250_core.c | 10 +-
17140 drivers/tty/serial/ifx6x60.c | 2 +-
17141 drivers/tty/serial/ioc4_serial.c | 6 +-
17142 drivers/tty/serial/kgdb_nmi.c | 4 +-
17143 drivers/tty/serial/kgdboc.c | 32 +-
17144 drivers/tty/serial/msm_serial.c | 4 +-
17145 drivers/tty/serial/samsung.c | 9 +-
17146 drivers/tty/serial/serial_core.c | 8 +-
17147 drivers/tty/synclink.c | 34 +-
17148 drivers/tty/synclink_gt.c | 28 +-
17149 drivers/tty/synclinkmp.c | 34 +-
17150 drivers/tty/tty_io.c | 2 +-
17151 drivers/tty/tty_ldisc.c | 8 +-
17152 drivers/tty/tty_port.c | 22 +-
17153 drivers/uio/uio.c | 13 +-
17154 drivers/usb/atm/cxacru.c | 2 +-
17155 drivers/usb/atm/usbatm.c | 24 +-
17156 drivers/usb/class/cdc-acm.h | 2 +-
17157 drivers/usb/core/devices.c | 6 +-
17158 drivers/usb/core/devio.c | 12 +-
17159 drivers/usb/core/hcd.c | 4 +-
17160 drivers/usb/core/sysfs.c | 2 +-
17161 drivers/usb/core/usb.c | 2 +-
17162 drivers/usb/early/ehci-dbgp.c | 16 +-
17163 drivers/usb/gadget/function/u_serial.c | 22 +-
17164 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
17165 drivers/usb/host/ehci-hcd.c | 2 +-
17166 drivers/usb/host/ehci-hub.c | 4 +-
17167 drivers/usb/host/ehci-q.c | 4 +-
17168 drivers/usb/host/fotg210-hcd.c | 2 +-
17169 drivers/usb/host/fusbh200-hcd.c | 2 +-
17170 drivers/usb/host/hwa-hc.c | 2 +-
17171 drivers/usb/host/ohci-hcd.c | 2 +-
17172 drivers/usb/host/r8a66597.h | 2 +-
17173 drivers/usb/host/uhci-hcd.c | 2 +-
17174 drivers/usb/host/xhci-pci.c | 2 +-
17175 drivers/usb/host/xhci.c | 2 +-
17176 drivers/usb/misc/appledisplay.c | 4 +-
17177 drivers/usb/serial/console.c | 8 +-
17178 drivers/usb/storage/transport.c | 2 +-
17179 drivers/usb/storage/usb.c | 2 +-
17180 drivers/usb/storage/usb.h | 2 +-
17181 drivers/usb/usbip/vhci.h | 2 +-
17182 drivers/usb/usbip/vhci_hcd.c | 6 +-
17183 drivers/usb/usbip/vhci_rx.c | 2 +-
17184 drivers/usb/wusbcore/wa-hc.h | 4 +-
17185 drivers/usb/wusbcore/wa-xfer.c | 2 +-
17186 drivers/vfio/vfio.c | 2 +-
17187 drivers/vhost/vringh.c | 20 +-
17188 drivers/video/backlight/kb3886_bl.c | 2 +-
17189 drivers/video/console/fbcon.c | 2 +-
17190 drivers/video/fbdev/aty/aty128fb.c | 2 +-
17191 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
17192 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
17193 drivers/video/fbdev/core/fb_defio.c | 6 +-
17194 drivers/video/fbdev/core/fbmem.c | 2 +-
17195 drivers/video/fbdev/hyperv_fb.c | 4 +-
17196 drivers/video/fbdev/i810/i810_accel.c | 1 +
17197 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
17198 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
17199 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
17200 drivers/video/fbdev/omap2/dss/display.c | 8 +-
17201 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
17202 drivers/video/fbdev/smscufx.c | 4 +-
17203 drivers/video/fbdev/udlfb.c | 36 +-
17204 drivers/video/fbdev/uvesafb.c | 52 +-
17205 drivers/video/fbdev/vesafb.c | 58 +-
17206 drivers/video/fbdev/via/via_clock.h | 2 +-
17207 drivers/xen/events/events_base.c | 6 +-
17208 drivers/xen/evtchn.c | 4 +-
17209 fs/Kconfig.binfmt | 2 +-
17210 fs/afs/inode.c | 4 +-
17211 fs/aio.c | 2 +-
17212 fs/autofs4/waitq.c | 2 +-
17213 fs/befs/endian.h | 6 +-
17214 fs/binfmt_aout.c | 23 +-
17215 fs/binfmt_elf.c | 670 +-
17216 fs/binfmt_elf_fdpic.c | 4 +-
17217 fs/block_dev.c | 2 +-
17218 fs/btrfs/ctree.c | 9 +-
17219 fs/btrfs/delayed-inode.c | 9 +-
17220 fs/btrfs/delayed-inode.h | 6 +-
17221 fs/btrfs/file.c | 10 +-
17222 fs/btrfs/inode.c | 14 +-
17223 fs/btrfs/super.c | 2 +-
17224 fs/btrfs/sysfs.c | 2 +-
17225 fs/btrfs/tests/free-space-tests.c | 8 +-
17226 fs/btrfs/tree-log.h | 2 +-
17227 fs/buffer.c | 2 +-
17228 fs/cachefiles/bind.c | 6 +-
17229 fs/cachefiles/daemon.c | 8 +-
17230 fs/cachefiles/internal.h | 12 +-
17231 fs/cachefiles/namei.c | 2 +-
17232 fs/cachefiles/proc.c | 12 +-
17233 fs/ceph/dir.c | 12 +-
17234 fs/ceph/super.c | 4 +-
17235 fs/cifs/cifs_debug.c | 12 +-
17236 fs/cifs/cifsfs.c | 8 +-
17237 fs/cifs/cifsglob.h | 54 +-
17238 fs/cifs/file.c | 10 +-
17239 fs/cifs/misc.c | 4 +-
17240 fs/cifs/smb1ops.c | 80 +-
17241 fs/cifs/smb2ops.c | 84 +-
17242 fs/cifs/smb2pdu.c | 3 +-
17243 fs/coda/cache.c | 10 +-
17244 fs/compat.c | 4 +-
17245 fs/compat_binfmt_elf.c | 2 +
17246 fs/compat_ioctl.c | 12 +-
17247 fs/configfs/dir.c | 10 +-
17248 fs/coredump.c | 16 +-
17249 fs/dcache.c | 51 +-
17250 fs/ecryptfs/inode.c | 2 +-
17251 fs/ecryptfs/miscdev.c | 2 +-
17252 fs/exec.c | 362 +-
17253 fs/ext2/xattr.c | 5 +-
17254 fs/ext4/ext4.h | 20 +-
17255 fs/ext4/mballoc.c | 44 +-
17256 fs/ext4/resize.c | 16 +-
17257 fs/ext4/super.c | 4 +-
17258 fs/ext4/xattr.c | 5 +-
17259 fs/fhandle.c | 3 +-
17260 fs/file.c | 4 +-
17261 fs/fs_struct.c | 8 +-
17262 fs/fscache/cookie.c | 40 +-
17263 fs/fscache/internal.h | 202 +-
17264 fs/fscache/object.c | 26 +-
17265 fs/fscache/operation.c | 38 +-
17266 fs/fscache/page.c | 110 +-
17267 fs/fscache/stats.c | 348 +-
17268 fs/fuse/cuse.c | 10 +-
17269 fs/fuse/dev.c | 4 +-
17270 fs/gfs2/glock.c | 22 +-
17271 fs/gfs2/glops.c | 4 +-
17272 fs/gfs2/quota.c | 6 +-
17273 fs/hugetlbfs/inode.c | 13 +-
17274 fs/inode.c | 4 +-
17275 fs/jffs2/erase.c | 3 +-
17276 fs/jffs2/wbuf.c | 3 +-
17277 fs/jfs/super.c | 2 +-
17278 fs/kernfs/dir.c | 2 +-
17279 fs/kernfs/file.c | 20 +-
17280 fs/libfs.c | 10 +-
17281 fs/lockd/clntproc.c | 4 +-
17282 fs/namei.c | 16 +-
17283 fs/namespace.c | 16 +-
17284 fs/nfs/callback_xdr.c | 2 +-
17285 fs/nfs/inode.c | 6 +-
17286 fs/nfsd/nfs4proc.c | 2 +-
17287 fs/nfsd/nfs4xdr.c | 2 +-
17288 fs/nfsd/nfscache.c | 11 +-
17289 fs/nfsd/vfs.c | 6 +-
17290 fs/nls/nls_base.c | 26 +-
17291 fs/nls/nls_euc-jp.c | 6 +-
17292 fs/nls/nls_koi8-ru.c | 6 +-
17293 fs/notify/fanotify/fanotify_user.c | 4 +-
17294 fs/notify/notification.c | 4 +-
17295 fs/ntfs/dir.c | 2 +-
17296 fs/ntfs/super.c | 6 +-
17297 fs/ocfs2/localalloc.c | 2 +-
17298 fs/ocfs2/ocfs2.h | 10 +-
17299 fs/ocfs2/suballoc.c | 12 +-
17300 fs/ocfs2/super.c | 20 +-
17301 fs/pipe.c | 72 +-
17302 fs/posix_acl.c | 4 +-
17303 fs/proc/array.c | 20 +
17304 fs/proc/base.c | 4 +-
17305 fs/proc/kcore.c | 34 +-
17306 fs/proc/meminfo.c | 2 +-
17307 fs/proc/nommu.c | 2 +-
17308 fs/proc/proc_sysctl.c | 26 +-
17309 fs/proc/task_mmu.c | 39 +-
17310 fs/proc/task_nommu.c | 4 +-
17311 fs/proc/vmcore.c | 16 +-
17312 fs/qnx6/qnx6.h | 4 +-
17313 fs/quota/netlink.c | 4 +-
17314 fs/read_write.c | 2 +-
17315 fs/reiserfs/do_balan.c | 2 +-
17316 fs/reiserfs/procfs.c | 2 +-
17317 fs/reiserfs/reiserfs.h | 4 +-
17318 fs/seq_file.c | 4 +-
17319 fs/splice.c | 43 +-
17320 fs/squashfs/xattr.c | 12 +-
17321 fs/sysv/sysv.h | 2 +-
17322 fs/tracefs/inode.c | 8 +-
17323 fs/udf/misc.c | 2 +-
17324 fs/ufs/swab.h | 4 +-
17325 fs/userfaultfd.c | 2 +-
17326 fs/xattr.c | 21 +
17327 fs/xfs/libxfs/xfs_bmap.c | 2 +-
17328 fs/xfs/xfs_dir2_readdir.c | 7 +-
17329 fs/xfs/xfs_ioctl.c | 2 +-
17330 fs/xfs/xfs_linux.h | 4 +-
17331 include/asm-generic/4level-fixup.h | 2 +
17332 include/asm-generic/atomic-long.h | 156 +-
17333 include/asm-generic/atomic64.h | 12 +
17334 include/asm-generic/bitops/__fls.h | 2 +-
17335 include/asm-generic/bitops/fls.h | 2 +-
17336 include/asm-generic/bitops/fls64.h | 4 +-
17337 include/asm-generic/bug.h | 6 +-
17338 include/asm-generic/cache.h | 4 +-
17339 include/asm-generic/emergency-restart.h | 2 +-
17340 include/asm-generic/kmap_types.h | 4 +-
17341 include/asm-generic/local.h | 13 +
17342 include/asm-generic/pgtable-nopmd.h | 18 +-
17343 include/asm-generic/pgtable-nopud.h | 15 +-
17344 include/asm-generic/pgtable.h | 16 +
17345 include/asm-generic/sections.h | 1 +
17346 include/asm-generic/uaccess.h | 16 +
17347 include/asm-generic/vmlinux.lds.h | 15 +-
17348 include/crypto/algapi.h | 2 +-
17349 include/drm/drmP.h | 16 +-
17350 include/drm/drm_crtc_helper.h | 2 +-
17351 include/drm/drm_mm.h | 2 +-
17352 include/drm/i915_pciids.h | 2 +-
17353 include/drm/intel-gtt.h | 4 +-
17354 include/drm/ttm/ttm_memory.h | 2 +-
17355 include/drm/ttm/ttm_page_alloc.h | 1 +
17356 include/keys/asymmetric-subtype.h | 2 +-
17357 include/linux/atmdev.h | 4 +-
17358 include/linux/atomic.h | 17 +-
17359 include/linux/audit.h | 2 +-
17360 include/linux/average.h | 2 +-
17361 include/linux/binfmts.h | 3 +-
17362 include/linux/bitmap.h | 2 +-
17363 include/linux/bitops.h | 8 +-
17364 include/linux/blkdev.h | 2 +-
17365 include/linux/blktrace_api.h | 2 +-
17366 include/linux/cache.h | 8 +
17367 include/linux/cdrom.h | 1 -
17368 include/linux/cleancache.h | 2 +-
17369 include/linux/clk-provider.h | 1 +
17370 include/linux/compat.h | 6 +-
17371 include/linux/compiler-gcc.h | 28 +-
17372 include/linux/compiler.h | 157 +-
17373 include/linux/configfs.h | 2 +-
17374 include/linux/cpufreq.h | 3 +-
17375 include/linux/cpuidle.h | 5 +-
17376 include/linux/cpumask.h | 14 +-
17377 include/linux/crypto.h | 4 +-
17378 include/linux/ctype.h | 2 +-
17379 include/linux/dcache.h | 4 +-
17380 include/linux/decompress/mm.h | 2 +-
17381 include/linux/devfreq.h | 2 +-
17382 include/linux/device.h | 7 +-
17383 include/linux/dma-mapping.h | 2 +-
17384 include/linux/efi.h | 1 +
17385 include/linux/elf.h | 2 +
17386 include/linux/err.h | 4 +-
17387 include/linux/extcon.h | 2 +-
17388 include/linux/fb.h | 3 +-
17389 include/linux/fdtable.h | 2 +-
17390 include/linux/fs.h | 5 +-
17391 include/linux/fs_struct.h | 2 +-
17392 include/linux/fscache-cache.h | 2 +-
17393 include/linux/fscache.h | 2 +-
17394 include/linux/fsnotify.h | 2 +-
17395 include/linux/genhd.h | 4 +-
17396 include/linux/genl_magic_func.h | 2 +-
17397 include/linux/gfp.h | 12 +-
17398 include/linux/highmem.h | 12 +
17399 include/linux/hwmon-sysfs.h | 6 +-
17400 include/linux/i2c.h | 1 +
17401 include/linux/if_pppox.h | 2 +-
17402 include/linux/init.h | 12 +-
17403 include/linux/init_task.h | 7 +
17404 include/linux/interrupt.h | 6 +-
17405 include/linux/iommu.h | 2 +-
17406 include/linux/ioport.h | 2 +-
17407 include/linux/ipc.h | 2 +-
17408 include/linux/irq.h | 5 +-
17409 include/linux/irqdesc.h | 2 +-
17410 include/linux/irqdomain.h | 3 +
17411 include/linux/jiffies.h | 16 +-
17412 include/linux/key-type.h | 2 +-
17413 include/linux/kgdb.h | 6 +-
17414 include/linux/kmemleak.h | 4 +-
17415 include/linux/kobject.h | 3 +-
17416 include/linux/kobject_ns.h | 2 +-
17417 include/linux/kref.h | 2 +-
17418 include/linux/libata.h | 2 +-
17419 include/linux/linkage.h | 1 +
17420 include/linux/list.h | 15 +
17421 include/linux/lockref.h | 26 +-
17422 include/linux/math64.h | 10 +-
17423 include/linux/mempolicy.h | 7 +
17424 include/linux/mm.h | 102 +-
17425 include/linux/mm_types.h | 20 +
17426 include/linux/mmiotrace.h | 4 +-
17427 include/linux/mmzone.h | 2 +-
17428 include/linux/mod_devicetable.h | 4 +-
17429 include/linux/module.h | 69 +-
17430 include/linux/moduleloader.h | 16 +
17431 include/linux/moduleparam.h | 4 +-
17432 include/linux/net.h | 2 +-
17433 include/linux/netdevice.h | 7 +-
17434 include/linux/netfilter.h | 2 +-
17435 include/linux/netfilter/nfnetlink.h | 2 +-
17436 include/linux/nls.h | 4 +-
17437 include/linux/notifier.h | 3 +-
17438 include/linux/oprofile.h | 4 +-
17439 include/linux/padata.h | 2 +-
17440 include/linux/pci_hotplug.h | 3 +-
17441 include/linux/percpu.h | 2 +-
17442 include/linux/perf_event.h | 12 +-
17443 include/linux/pipe_fs_i.h | 8 +-
17444 include/linux/pm.h | 1 +
17445 include/linux/pm_domain.h | 4 +-
17446 include/linux/pm_runtime.h | 2 +-
17447 include/linux/pnp.h | 2 +-
17448 include/linux/poison.h | 4 +-
17449 include/linux/power/smartreflex.h | 2 +-
17450 include/linux/ppp-comp.h | 2 +-
17451 include/linux/preempt.h | 21 +
17452 include/linux/proc_ns.h | 2 +-
17453 include/linux/psci.h | 2 +-
17454 include/linux/quota.h | 2 +-
17455 include/linux/random.h | 19 +-
17456 include/linux/rculist.h | 16 +
17457 include/linux/reboot.h | 14 +-
17458 include/linux/regset.h | 3 +-
17459 include/linux/relay.h | 2 +-
17460 include/linux/rio.h | 2 +-
17461 include/linux/rmap.h | 4 +-
17462 include/linux/sched.h | 72 +-
17463 include/linux/sched/sysctl.h | 1 +
17464 include/linux/semaphore.h | 2 +-
17465 include/linux/seq_file.h | 1 +
17466 include/linux/signal.h | 2 +-
17467 include/linux/skbuff.h | 12 +-
17468 include/linux/slab.h | 47 +-
17469 include/linux/slab_def.h | 14 +-
17470 include/linux/slub_def.h | 2 +-
17471 include/linux/smp.h | 2 +
17472 include/linux/sock_diag.h | 2 +-
17473 include/linux/sonet.h | 2 +-
17474 include/linux/sunrpc/addr.h | 8 +-
17475 include/linux/sunrpc/clnt.h | 2 +-
17476 include/linux/sunrpc/svc.h | 2 +-
17477 include/linux/sunrpc/svc_rdma.h | 18 +-
17478 include/linux/sunrpc/svcauth.h | 2 +-
17479 include/linux/swapops.h | 10 +-
17480 include/linux/swiotlb.h | 3 +-
17481 include/linux/syscalls.h | 21 +-
17482 include/linux/syscore_ops.h | 2 +-
17483 include/linux/sysctl.h | 3 +-
17484 include/linux/sysfs.h | 9 +-
17485 include/linux/sysrq.h | 3 +-
17486 include/linux/tcp.h | 14 +-
17487 include/linux/thread_info.h | 7 +
17488 include/linux/tty.h | 4 +-
17489 include/linux/tty_driver.h | 2 +-
17490 include/linux/tty_ldisc.h | 2 +-
17491 include/linux/types.h | 16 +
17492 include/linux/uaccess.h | 6 +-
17493 include/linux/uio_driver.h | 2 +-
17494 include/linux/unaligned/access_ok.h | 24 +-
17495 include/linux/usb.h | 12 +-
17496 include/linux/usb/hcd.h | 1 +
17497 include/linux/usb/renesas_usbhs.h | 2 +-
17498 include/linux/vermagic.h | 21 +-
17499 include/linux/vga_switcheroo.h | 8 +-
17500 include/linux/vmalloc.h | 7 +-
17501 include/linux/vmstat.h | 24 +-
17502 include/linux/xattr.h | 5 +-
17503 include/linux/zlib.h | 3 +-
17504 include/media/v4l2-dev.h | 2 +-
17505 include/media/v4l2-device.h | 2 +-
17506 include/net/9p/transport.h | 2 +-
17507 include/net/bluetooth/l2cap.h | 2 +-
17508 include/net/bonding.h | 2 +-
17509 include/net/caif/cfctrl.h | 6 +-
17510 include/net/flow.h | 2 +-
17511 include/net/genetlink.h | 2 +-
17512 include/net/gro_cells.h | 2 +-
17513 include/net/inet_connection_sock.h | 2 +-
17514 include/net/inet_sock.h | 2 +-
17515 include/net/inetpeer.h | 2 +-
17516 include/net/ip_fib.h | 2 +-
17517 include/net/ip_vs.h | 8 +-
17518 include/net/ipv6.h | 2 +-
17519 include/net/irda/ircomm_tty.h | 1 +
17520 include/net/iucv/af_iucv.h | 2 +-
17521 include/net/llc_c_ac.h | 2 +-
17522 include/net/llc_c_ev.h | 4 +-
17523 include/net/llc_c_st.h | 2 +-
17524 include/net/llc_s_ac.h | 2 +-
17525 include/net/llc_s_st.h | 2 +-
17526 include/net/mac80211.h | 4 +-
17527 include/net/neighbour.h | 2 +-
17528 include/net/net_namespace.h | 18 +-
17529 include/net/netlink.h | 2 +-
17530 include/net/netns/conntrack.h | 6 +-
17531 include/net/netns/ipv4.h | 4 +-
17532 include/net/netns/ipv6.h | 4 +-
17533 include/net/netns/xfrm.h | 2 +-
17534 include/net/ping.h | 2 +-
17535 include/net/protocol.h | 4 +-
17536 include/net/rtnetlink.h | 2 +-
17537 include/net/sctp/checksum.h | 4 +-
17538 include/net/sctp/sm.h | 4 +-
17539 include/net/sctp/structs.h | 2 +-
17540 include/net/sock.h | 12 +-
17541 include/net/tcp.h | 8 +-
17542 include/net/xfrm.h | 13 +-
17543 include/rdma/iw_cm.h | 2 +-
17544 include/scsi/libfc.h | 3 +-
17545 include/scsi/scsi_device.h | 6 +-
17546 include/scsi/scsi_driver.h | 2 +-
17547 include/scsi/scsi_transport_fc.h | 3 +-
17548 include/scsi/sg.h | 2 +-
17549 include/sound/compress_driver.h | 2 +-
17550 include/sound/soc.h | 4 +-
17551 include/trace/events/irq.h | 4 +-
17552 include/uapi/linux/a.out.h | 8 +
17553 include/uapi/linux/bcache.h | 5 +-
17554 include/uapi/linux/byteorder/little_endian.h | 28 +-
17555 include/uapi/linux/connector.h | 2 +-
17556 include/uapi/linux/elf.h | 28 +
17557 include/uapi/linux/screen_info.h | 3 +-
17558 include/uapi/linux/swab.h | 6 +-
17559 include/uapi/linux/xattr.h | 4 +
17560 include/video/udlfb.h | 8 +-
17561 include/video/uvesafb.h | 1 +
17562 init/Kconfig | 2 +-
17563 init/Makefile | 3 +
17564 init/do_mounts.c | 14 +-
17565 init/do_mounts.h | 8 +-
17566 init/do_mounts_initrd.c | 30 +-
17567 init/do_mounts_md.c | 6 +-
17568 init/init_task.c | 4 +
17569 init/initramfs.c | 38 +-
17570 init/main.c | 30 +-
17571 ipc/compat.c | 4 +-
17572 ipc/ipc_sysctl.c | 8 +-
17573 ipc/mq_sysctl.c | 4 +-
17574 ipc/sem.c | 4 +-
17575 ipc/shm.c | 6 +
17576 kernel/audit.c | 8 +-
17577 kernel/auditsc.c | 4 +-
17578 kernel/bpf/core.c | 7 +-
17579 kernel/capability.c | 3 +
17580 kernel/compat.c | 38 +-
17581 kernel/debug/debug_core.c | 16 +-
17582 kernel/debug/kdb/kdb_main.c | 4 +-
17583 kernel/events/core.c | 26 +-
17584 kernel/events/internal.h | 10 +-
17585 kernel/events/uprobes.c | 2 +-
17586 kernel/exit.c | 2 +-
17587 kernel/fork.c | 167 +-
17588 kernel/futex.c | 11 +-
17589 kernel/futex_compat.c | 2 +-
17590 kernel/gcov/base.c | 7 +-
17591 kernel/irq/manage.c | 2 +-
17592 kernel/irq/msi.c | 19 +-
17593 kernel/irq/spurious.c | 2 +-
17594 kernel/jump_label.c | 5 +
17595 kernel/kallsyms.c | 37 +-
17596 kernel/kexec.c | 3 +-
17597 kernel/kmod.c | 8 +-
17598 kernel/kprobes.c | 4 +-
17599 kernel/ksysfs.c | 2 +-
17600 kernel/locking/lockdep.c | 7 +-
17601 kernel/locking/mutex-debug.c | 12 +-
17602 kernel/locking/mutex-debug.h | 4 +-
17603 kernel/locking/mutex.c | 6 +-
17604 kernel/module.c | 422 +-
17605 kernel/notifier.c | 17 +-
17606 kernel/padata.c | 4 +-
17607 kernel/panic.c | 5 +-
17608 kernel/pid.c | 2 +-
17609 kernel/pid_namespace.c | 2 +-
17610 kernel/power/process.c | 12 +-
17611 kernel/profile.c | 14 +-
17612 kernel/ptrace.c | 8 +-
17613 kernel/rcu/rcutorture.c | 60 +-
17614 kernel/rcu/tiny.c | 4 +-
17615 kernel/rcu/tree.c | 44 +-
17616 kernel/rcu/tree.h | 14 +-
17617 kernel/rcu/tree_plugin.h | 14 +-
17618 kernel/rcu/tree_trace.c | 12 +-
17619 kernel/sched/auto_group.c | 4 +-
17620 kernel/sched/core.c | 45 +-
17621 kernel/sched/fair.c | 2 +-
17622 kernel/sched/sched.h | 2 +-
17623 kernel/signal.c | 12 +-
17624 kernel/smpboot.c | 4 +-
17625 kernel/softirq.c | 12 +-
17626 kernel/sys.c | 10 +-
17627 kernel/sysctl.c | 34 +-
17628 kernel/time/alarmtimer.c | 2 +-
17629 kernel/time/posix-cpu-timers.c | 4 +-
17630 kernel/time/posix-timers.c | 24 +-
17631 kernel/time/timer.c | 2 +-
17632 kernel/time/timer_stats.c | 10 +-
17633 kernel/trace/blktrace.c | 6 +-
17634 kernel/trace/ftrace.c | 15 +-
17635 kernel/trace/ring_buffer.c | 96 +-
17636 kernel/trace/trace.c | 2 +-
17637 kernel/trace/trace.h | 2 +-
17638 kernel/trace/trace_clock.c | 4 +-
17639 kernel/trace/trace_events.c | 1 -
17640 kernel/trace/trace_functions_graph.c | 4 +-
17641 kernel/trace/trace_mmiotrace.c | 8 +-
17642 kernel/trace/trace_output.c | 10 +-
17643 kernel/trace/trace_seq.c | 2 +-
17644 kernel/trace/trace_stack.c | 2 +-
17645 kernel/user_namespace.c | 2 +-
17646 kernel/utsname_sysctl.c | 2 +-
17647 kernel/watchdog.c | 2 +-
17648 kernel/workqueue.c | 2 +-
17649 lib/Kconfig.debug | 8 +-
17650 lib/Makefile | 2 +-
17651 lib/bitmap.c | 8 +-
17652 lib/bug.c | 2 +
17653 lib/debugobjects.c | 2 +-
17654 lib/decompress_bunzip2.c | 3 +-
17655 lib/decompress_unlzma.c | 4 +-
17656 lib/div64.c | 4 +-
17657 lib/dma-debug.c | 4 +-
17658 lib/inflate.c | 2 +-
17659 lib/ioremap.c | 4 +-
17660 lib/kobject.c | 4 +-
17661 lib/list_debug.c | 126 +-
17662 lib/lockref.c | 44 +-
17663 lib/percpu-refcount.c | 2 +-
17664 lib/radix-tree.c | 2 +-
17665 lib/random32.c | 2 +-
17666 lib/show_mem.c | 2 +-
17667 lib/strncpy_from_user.c | 2 +-
17668 lib/strnlen_user.c | 2 +-
17669 lib/swiotlb.c | 2 +-
17670 lib/usercopy.c | 6 +
17671 lib/vsprintf.c | 12 +-
17672 mm/Kconfig | 6 +-
17673 mm/backing-dev.c | 4 +-
17674 mm/debug.c | 3 +
17675 mm/filemap.c | 2 +-
17676 mm/gup.c | 13 +-
17677 mm/highmem.c | 6 +-
17678 mm/hugetlb.c | 70 +-
17679 mm/internal.h | 1 +
17680 mm/maccess.c | 4 +-
17681 mm/madvise.c | 37 +
17682 mm/memory-failure.c | 6 +-
17683 mm/memory.c | 424 +-
17684 mm/mempolicy.c | 25 +
17685 mm/mlock.c | 15 +-
17686 mm/mm_init.c | 2 +-
17687 mm/mmap.c | 582 +-
17688 mm/mprotect.c | 137 +-
17689 mm/mremap.c | 39 +-
17690 mm/nommu.c | 21 +-
17691 mm/page-writeback.c | 2 +-
17692 mm/page_alloc.c | 49 +-
17693 mm/percpu.c | 2 +-
17694 mm/process_vm_access.c | 14 +-
17695 mm/rmap.c | 45 +-
17696 mm/shmem.c | 19 +-
17697 mm/slab.c | 109 +-
17698 mm/slab.h | 22 +-
17699 mm/slab_common.c | 86 +-
17700 mm/slob.c | 218 +-
17701 mm/slub.c | 102 +-
17702 mm/sparse-vmemmap.c | 4 +-
17703 mm/sparse.c | 2 +-
17704 mm/swap.c | 2 +
17705 mm/swapfile.c | 12 +-
17706 mm/util.c | 6 +
17707 mm/vmalloc.c | 114 +-
17708 mm/vmstat.c | 12 +-
17709 net/8021q/vlan.c | 5 +-
17710 net/8021q/vlan_netlink.c | 2 +-
17711 net/9p/mod.c | 4 +-
17712 net/9p/trans_fd.c | 2 +-
17713 net/atm/atm_misc.c | 8 +-
17714 net/atm/lec.h | 2 +-
17715 net/atm/proc.c | 6 +-
17716 net/atm/resources.c | 4 +-
17717 net/ax25/sysctl_net_ax25.c | 2 +-
17718 net/batman-adv/bat_iv_ogm.c | 8 +-
17719 net/batman-adv/fragmentation.c | 2 +-
17720 net/batman-adv/soft-interface.c | 8 +-
17721 net/batman-adv/types.h | 6 +-
17722 net/bluetooth/hci_sock.c | 2 +-
17723 net/bluetooth/l2cap_core.c | 6 +-
17724 net/bluetooth/l2cap_sock.c | 12 +-
17725 net/bluetooth/rfcomm/sock.c | 4 +-
17726 net/bluetooth/rfcomm/tty.c | 4 +-
17727 net/bridge/br_netlink.c | 2 +-
17728 net/bridge/netfilter/ebtables.c | 6 +-
17729 net/caif/cfctrl.c | 11 +-
17730 net/caif/chnl_net.c | 2 +-
17731 net/can/af_can.c | 2 +-
17732 net/can/gw.c | 6 +-
17733 net/ceph/messenger.c | 4 +-
17734 net/compat.c | 24 +-
17735 net/core/datagram.c | 2 +-
17736 net/core/dev.c | 16 +-
17737 net/core/filter.c | 2 +-
17738 net/core/flow.c | 6 +-
17739 net/core/neighbour.c | 4 +-
17740 net/core/net-sysfs.c | 2 +-
17741 net/core/net_namespace.c | 8 +-
17742 net/core/netpoll.c | 4 +-
17743 net/core/rtnetlink.c | 15 +-
17744 net/core/scm.c | 14 +-
17745 net/core/skbuff.c | 8 +-
17746 net/core/sock.c | 28 +-
17747 net/core/sock_diag.c | 15 +-
17748 net/core/sysctl_net_core.c | 22 +-
17749 net/decnet/af_decnet.c | 1 +
17750 net/decnet/sysctl_net_decnet.c | 4 +-
17751 net/dsa/dsa.c | 2 +-
17752 net/hsr/hsr_netlink.c | 2 +-
17753 net/ieee802154/6lowpan/core.c | 2 +-
17754 net/ieee802154/6lowpan/reassembly.c | 14 +-
17755 net/ipv4/af_inet.c | 2 +-
17756 net/ipv4/devinet.c | 18 +-
17757 net/ipv4/fib_frontend.c | 6 +-
17758 net/ipv4/fib_semantics.c | 2 +-
17759 net/ipv4/inet_connection_sock.c | 4 +-
17760 net/ipv4/inet_timewait_sock.c | 2 +-
17761 net/ipv4/inetpeer.c | 2 +-
17762 net/ipv4/ip_fragment.c | 15 +-
17763 net/ipv4/ip_gre.c | 6 +-
17764 net/ipv4/ip_sockglue.c | 2 +-
17765 net/ipv4/ip_vti.c | 4 +-
17766 net/ipv4/ipconfig.c | 6 +-
17767 net/ipv4/ipip.c | 4 +-
17768 net/ipv4/netfilter/arp_tables.c | 12 +-
17769 net/ipv4/netfilter/ip_tables.c | 12 +-
17770 net/ipv4/ping.c | 14 +-
17771 net/ipv4/raw.c | 14 +-
17772 net/ipv4/route.c | 32 +-
17773 net/ipv4/sysctl_net_ipv4.c | 22 +-
17774 net/ipv4/tcp_input.c | 6 +-
17775 net/ipv4/tcp_probe.c | 2 +-
17776 net/ipv4/udp.c | 10 +-
17777 net/ipv4/xfrm4_policy.c | 18 +-
17778 net/ipv6/addrconf.c | 18 +-
17779 net/ipv6/af_inet6.c | 2 +-
17780 net/ipv6/datagram.c | 2 +-
17781 net/ipv6/icmp.c | 2 +-
17782 net/ipv6/ip6_fib.c | 4 +-
17783 net/ipv6/ip6_gre.c | 10 +-
17784 net/ipv6/ip6_tunnel.c | 4 +-
17785 net/ipv6/ip6_vti.c | 4 +-
17786 net/ipv6/ipv6_sockglue.c | 2 +-
17787 net/ipv6/netfilter/ip6_tables.c | 12 +-
17788 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
17789 net/ipv6/ping.c | 33 +-
17790 net/ipv6/raw.c | 17 +-
17791 net/ipv6/reassembly.c | 13 +-
17792 net/ipv6/route.c | 2 +-
17793 net/ipv6/sit.c | 4 +-
17794 net/ipv6/sysctl_net_ipv6.c | 2 +-
17795 net/ipv6/udp.c | 6 +-
17796 net/ipv6/xfrm6_policy.c | 17 +-
17797 net/irda/ircomm/ircomm_tty.c | 18 +-
17798 net/iucv/af_iucv.c | 4 +-
17799 net/iucv/iucv.c | 2 +-
17800 net/key/af_key.c | 4 +-
17801 net/l2tp/l2tp_eth.c | 38 +-
17802 net/l2tp/l2tp_ip.c | 2 +-
17803 net/l2tp/l2tp_ip6.c | 2 +-
17804 net/mac80211/cfg.c | 8 +-
17805 net/mac80211/ieee80211_i.h | 3 +-
17806 net/mac80211/iface.c | 20 +-
17807 net/mac80211/main.c | 2 +-
17808 net/mac80211/pm.c | 4 +-
17809 net/mac80211/rate.c | 2 +-
17810 net/mac80211/sta_info.c | 2 +-
17811 net/mac80211/util.c | 8 +-
17812 net/mpls/af_mpls.c | 6 +-
17813 net/netfilter/ipset/ip_set_core.c | 2 +-
17814 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
17815 net/netfilter/ipvs/ip_vs_core.c | 4 +-
17816 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
17817 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
17818 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
17819 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
17820 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
17821 net/netfilter/nf_conntrack_acct.c | 2 +-
17822 net/netfilter/nf_conntrack_ecache.c | 2 +-
17823 net/netfilter/nf_conntrack_helper.c | 2 +-
17824 net/netfilter/nf_conntrack_proto.c | 2 +-
17825 net/netfilter/nf_conntrack_standalone.c | 2 +-
17826 net/netfilter/nf_conntrack_timestamp.c | 2 +-
17827 net/netfilter/nf_log.c | 10 +-
17828 net/netfilter/nf_sockopt.c | 4 +-
17829 net/netfilter/nfnetlink_log.c | 4 +-
17830 net/netfilter/nft_compat.c | 9 +-
17831 net/netfilter/xt_statistic.c | 8 +-
17832 net/netlink/af_netlink.c | 4 +-
17833 net/openvswitch/vport-internal_dev.c | 2 +-
17834 net/packet/af_packet.c | 8 +-
17835 net/phonet/pep.c | 6 +-
17836 net/phonet/socket.c | 2 +-
17837 net/phonet/sysctl.c | 2 +-
17838 net/rds/cong.c | 6 +-
17839 net/rds/ib.h | 2 +-
17840 net/rds/ib_cm.c | 2 +-
17841 net/rds/ib_recv.c | 4 +-
17842 net/rds/iw.h | 2 +-
17843 net/rds/iw_cm.c | 2 +-
17844 net/rds/iw_recv.c | 4 +-
17845 net/rds/rds.h | 2 +-
17846 net/rds/tcp.c | 2 +-
17847 net/rds/tcp_send.c | 2 +-
17848 net/rxrpc/af_rxrpc.c | 2 +-
17849 net/rxrpc/ar-ack.c | 14 +-
17850 net/rxrpc/ar-call.c | 2 +-
17851 net/rxrpc/ar-connection.c | 2 +-
17852 net/rxrpc/ar-connevent.c | 2 +-
17853 net/rxrpc/ar-input.c | 4 +-
17854 net/rxrpc/ar-internal.h | 8 +-
17855 net/rxrpc/ar-local.c | 2 +-
17856 net/rxrpc/ar-output.c | 4 +-
17857 net/rxrpc/ar-peer.c | 2 +-
17858 net/rxrpc/ar-proc.c | 4 +-
17859 net/rxrpc/ar-transport.c | 2 +-
17860 net/rxrpc/rxkad.c | 4 +-
17861 net/sched/sch_generic.c | 4 +-
17862 net/sctp/ipv6.c | 6 +-
17863 net/sctp/protocol.c | 10 +-
17864 net/sctp/sm_sideeffect.c | 2 +-
17865 net/sctp/socket.c | 21 +-
17866 net/sctp/sysctl.c | 10 +-
17867 net/socket.c | 18 +-
17868 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
17869 net/sunrpc/clnt.c | 4 +-
17870 net/sunrpc/sched.c | 4 +-
17871 net/sunrpc/svc.c | 4 +-
17872 net/sunrpc/svcauth_unix.c | 2 +-
17873 net/sunrpc/xprtrdma/svc_rdma.c | 38 +-
17874 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
17875 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
17876 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
17877 net/tipc/netlink_compat.c | 12 +-
17878 net/tipc/subscr.c | 2 +-
17879 net/unix/af_unix.c | 7 +-
17880 net/unix/sysctl_net_unix.c | 2 +-
17881 net/wireless/wext-core.c | 19 +-
17882 net/xfrm/xfrm_policy.c | 16 +-
17883 net/xfrm/xfrm_state.c | 33 +-
17884 net/xfrm/xfrm_sysctl.c | 2 +-
17885 scripts/Kbuild.include | 2 +-
17886 scripts/Makefile.build | 2 +-
17887 scripts/Makefile.clean | 3 +-
17888 scripts/Makefile.host | 69 +-
17889 scripts/basic/fixdep.c | 12 +-
17890 scripts/dtc/checks.c | 14 +-
17891 scripts/dtc/data.c | 6 +-
17892 scripts/dtc/flattree.c | 8 +-
17893 scripts/dtc/livetree.c | 4 +-
17894 scripts/gcc-plugin.sh | 51 +
17895 scripts/headers_install.sh | 1 +
17896 scripts/kallsyms.c | 4 +-
17897 scripts/kconfig/lkc.h | 5 +-
17898 scripts/kconfig/menu.c | 2 +-
17899 scripts/kconfig/symbol.c | 6 +-
17900 scripts/link-vmlinux.sh | 2 +-
17901 scripts/mod/file2alias.c | 14 +-
17902 scripts/mod/modpost.c | 25 +-
17903 scripts/mod/modpost.h | 6 +-
17904 scripts/mod/sumversion.c | 2 +-
17905 scripts/module-common.lds | 4 +
17906 scripts/package/builddeb | 1 +
17907 scripts/pnmtologo.c | 6 +-
17908 scripts/sortextable.h | 6 +-
17909 scripts/tags.sh | 2 +-
17910 security/Kconfig | 692 +-
17911 security/integrity/ima/ima.h | 4 +-
17912 security/integrity/ima/ima_api.c | 2 +-
17913 security/integrity/ima/ima_fs.c | 4 +-
17914 security/integrity/ima/ima_queue.c | 2 +-
17915 security/keys/key.c | 18 +-
17916 security/selinux/avc.c | 6 +-
17917 security/selinux/include/xfrm.h | 2 +-
17918 security/yama/yama_lsm.c | 2 +-
17919 sound/aoa/codecs/onyx.c | 7 +-
17920 sound/aoa/codecs/onyx.h | 1 +
17921 sound/core/oss/pcm_oss.c | 18 +-
17922 sound/core/pcm_compat.c | 2 +-
17923 sound/core/pcm_native.c | 4 +-
17924 sound/core/sound.c | 2 +-
17925 sound/drivers/mts64.c | 14 +-
17926 sound/drivers/opl4/opl4_lib.c | 2 +-
17927 sound/drivers/portman2x4.c | 3 +-
17928 sound/firewire/amdtp.c | 4 +-
17929 sound/firewire/amdtp.h | 4 +-
17930 sound/firewire/isight.c | 10 +-
17931 sound/firewire/scs1x.c | 8 +-
17932 sound/oss/sb_audio.c | 2 +-
17933 sound/oss/swarm_cs4297a.c | 6 +-
17934 sound/pci/hda/hda_codec.c | 2 +-
17935 sound/pci/ymfpci/ymfpci.h | 2 +-
17936 sound/pci/ymfpci/ymfpci_main.c | 12 +-
17937 sound/soc/codecs/sti-sas.c | 10 +-
17938 sound/soc/soc-ac97.c | 6 +-
17939 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
17940 tools/gcc/Makefile | 42 +
17941 tools/gcc/checker_plugin.c | 150 +
17942 tools/gcc/colorize_plugin.c | 215 +
17943 tools/gcc/constify_plugin.c | 571 +
17944 tools/gcc/gcc-common.h | 812 +
17945 tools/gcc/initify_plugin.c | 552 +
17946 tools/gcc/kallocstat_plugin.c | 188 +
17947 tools/gcc/kernexec_plugin.c | 549 +
17948 tools/gcc/latent_entropy_plugin.c | 470 +
17949 tools/gcc/size_overflow_plugin/.gitignore | 2 +
17950 tools/gcc/size_overflow_plugin/Makefile | 28 +
17951 .../disable_size_overflow_hash.data |12422 ++++++++++++
17952 .../generate_size_overflow_hash.sh | 103 +
17953 .../insert_size_overflow_asm.c | 416 +
17954 .../size_overflow_plugin/intentional_overflow.c | 1010 +
17955 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
17956 tools/gcc/size_overflow_plugin/size_overflow.h | 323 +
17957 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
17958 .../size_overflow_plugin/size_overflow_hash.data |20735 ++++++++++++++++++++
17959 .../size_overflow_hash_aux.data | 92 +
17960 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 ++
17961 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
17962 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
17963 .../size_overflow_plugin_hash.c | 352 +
17964 .../size_overflow_plugin/size_overflow_transform.c | 749 +
17965 .../size_overflow_transform_core.c | 1010 +
17966 tools/gcc/stackleak_plugin.c | 436 +
17967 tools/gcc/structleak_plugin.c | 287 +
17968 tools/include/linux/compiler.h | 8 +
17969 tools/lib/api/Makefile | 2 +-
17970 tools/perf/util/include/asm/alternative-asm.h | 3 +
17971 tools/virtio/linux/uaccess.h | 2 +-
17972 virt/kvm/kvm_main.c | 42 +-
17973 1944 files changed, 66925 insertions(+), 8949 deletions(-)
17974 commit 87790bbd0d8dc2bd7fd86cb947e32886db9e9766
17975 Author: Matthew Wilcox <willy@linux.intel.com>
17976 Date: Tue Feb 2 16:57:52 2016 -0800
17977
17978 radix-tree: fix race in gang lookup
17979
17980 If the indirect_ptr bit is set on a slot, that indicates we need to redo
17981 the lookup. Introduce a new function radix_tree_iter_retry() which
17982 forces the loop to retry the lookup by setting 'slot' to NULL and
17983 turning the iterator back to point at the problematic entry.
17984
17985 This is a pretty rare problem to hit at the moment; the lookup has to
17986 race with a grow of the radix tree from a height of 0. The consequences
17987 of hitting this race are that gang lookup could return a pointer to a
17988 radix_tree_node instead of a pointer to whatever the user had inserted
17989 in the tree.
17990
17991 Fixes: cebbd29e1c2f ("radix-tree: rewrite gang lookup using iterator")
17992 Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
17993 Cc: Hugh Dickins <hughd@google.com>
17994 Cc: Ohad Ben-Cohen <ohad@wizery.com>
17995 Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
17996 Cc: <stable@vger.kernel.org>
17997 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
17998 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
17999
18000 include/linux/radix-tree.h | 16 ++++++++++++++++
18001 lib/radix-tree.c | 12 ++++++++++--
18002 2 files changed, 26 insertions(+), 2 deletions(-)
18003
18004 commit bf628043b4589c910919a0f221ae7f42aa8cea93
18005 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
18006 Date: Wed Feb 3 02:11:03 2016 +0100
18007
18008 unix: correctly track in-flight fds in sending process user_struct
18009
18010 The commit referenced in the Fixes tag incorrectly accounted the number
18011 of in-flight fds over a unix domain socket to the original opener
18012 of the file-descriptor. This allows another process to arbitrary
18013 deplete the original file-openers resource limit for the maximum of
18014 open files. Instead the sending processes and its struct cred should
18015 be credited.
18016
18017 To do so, we add a reference counted struct user_struct pointer to the
18018 scm_fp_list and use it to account for the number of inflight unix fds.
18019
18020 Fixes: 712f4aad406bb1 ("unix: properly account for FDs passed over unix sockets")
18021 Reported-by: David Herrmann <dh.herrmann@gmail.com>
18022 Cc: David Herrmann <dh.herrmann@gmail.com>
18023 Cc: Willy Tarreau <w@1wt.eu>
18024 Cc: Linus Torvalds <torvalds@linux-foundation.org>
18025 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
18026 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
18027 Signed-off-by: David S. Miller <davem@davemloft.net>
18028
18029 include/net/af_unix.h | 4 ++--
18030 include/net/scm.h | 1 +
18031 net/core/scm.c | 7 +++++++
18032 net/unix/af_unix.c | 4 ++--
18033 net/unix/garbage.c | 8 ++++----
18034 5 files changed, 16 insertions(+), 8 deletions(-)
18035
18036 commit e830db443ff78d70b7b63536e688d73907face0c
18037 Author: Mike Kravetz <mike.kravetz@oracle.com>
18038 Date: Fri Jan 15 16:57:37 2016 -0800
18039
18040 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
18041
18042 Hillf Danton noticed bugs in the hugetlb_vmtruncate_list routine. The
18043 argument end is of type pgoff_t. It was being converted to a vaddr
18044 offset and passed to unmap_hugepage_range. However, end was also being
18045 used as an argument to the vma_interval_tree_foreach controlling loop.
18046 In addition, the conversion of end to vaddr offset was incorrect.
18047
18048 hugetlb_vmtruncate_list is called as part of a file truncate or
18049 fallocate hole punch operation.
18050
18051 When truncating a hugetlbfs file, this bug could prevent some pages from
18052 being unmapped. This is possible if there are multiple vmas mapping the
18053 file, and there is a sufficiently sized hole between the mappings. The
18054 size of the hole between two vmas (A,B) must be such that the starting
18055 virtual address of B is greater than (ending virtual address of A <<
18056 PAGE_SHIFT). In this case, the pages in B would not be unmapped. If
18057 pages are not properly unmapped during truncate, the following BUG is
18058 hit:
18059
18060 kernel BUG at fs/hugetlbfs/inode.c:428!
18061
18062 In the fallocate hole punch case, this bug could prevent pages from
18063 being unmapped as in the truncate case. However, for hole punch the
18064 result is that unmapped pages will not be removed during the operation.
18065 For hole punch, it is also possible that more pages than desired will be
18066 unmapped. This unnecessary unmapping will cause page faults to
18067 reestablish the mappings on subsequent page access.
18068
18069 Fixes: 1bfad99ab (" hugetlbfs: hugetlb_vmtruncate_list() needs to take a range")Reported-by: Hillf Danton <hillf.zj@alibaba-inc.com>
18070 Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
18071 Cc: Hugh Dickins <hughd@google.com>
18072 Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
18073 Cc: Davidlohr Bueso <dave@stgolabs.net>
18074 Cc: Dave Hansen <dave.hansen@linux.intel.com>
18075 Cc: <stable@vger.kernel.org> [4.3]
18076 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18077 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18078
18079 fs/hugetlbfs/inode.c | 19 +++++++++++--------
18080 1 files changed, 11 insertions(+), 8 deletions(-)
18081
18082 commit cdb3ba4a9113b779347387f3b6c6ea72dd4db12f
18083 Author: Takashi Iwai <tiwai@suse.de>
18084 Date: Thu Feb 4 17:06:13 2016 +0100
18085
18086 ALSA: timer: Fix leftover link at closing
18087
18088 In ALSA timer core, the active timer instance is managed in
18089 active_list linked list. Each element is added / removed dynamically
18090 at timer start, stop and in timer interrupt. The problem is that
18091 snd_timer_interrupt() has a thinko and leaves the element in
18092 active_list when it's the last opened element. This eventually leads
18093 to list corruption or use-after-free error.
18094
18095 This hasn't been revealed because we used to delete the list forcibly
18096 in snd_timer_stop() in the past. However, the recent fix avoids the
18097 double-stop behavior (in commit [f784beb75ce8: ALSA: timer: Fix link
18098 corruption due to double start or stop]), and this leak hits reality.
18099
18100 This patch fixes the link management in snd_timer_interrupt(). Now it
18101 simply unlinks no matter which stream is.
18102
18103 BugLink: http://lkml.kernel.org/r/CACT4Y+Yy2aukHP-EDp8-ziNqNNmb-NTf=jDWXMP7jB8HDa2vng@mail.gmail.com
18104 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18105 Cc: <stable@vger.kernel.org>
18106 Signed-off-by: Takashi Iwai <tiwai@suse.de>
18107
18108 sound/core/timer.c | 4 ++--
18109 1 files changed, 2 insertions(+), 2 deletions(-)
18110
18111 commit 47d9647902f6a2f46a2be1e0140ba0f6f8c06008
18112 Author: Konstantin Khlebnikov <koct9i@gmail.com>
18113 Date: Fri Feb 5 15:37:01 2016 -0800
18114
18115 radix-tree: fix oops after radix_tree_iter_retry
18116
18117 Helper radix_tree_iter_retry() resets next_index to the current index.
18118 In following radix_tree_next_slot current chunk size becomes zero. This
18119 isn't checked and it tries to dereference null pointer in slot.
18120
18121 Tagged iterator is fine because retry happens only at slot 0 where tag
18122 bitmask in iter->tags is filled with single bit.
18123
18124 Fixes: 46437f9a554f ("radix-tree: fix race in gang lookup")
18125 Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
18126 Cc: Matthew Wilcox <willy@linux.intel.com>
18127 Cc: Hugh Dickins <hughd@google.com>
18128 Cc: Ohad Ben-Cohen <ohad@wizery.com>
18129 Cc: Jeremiah Mahler <jmmahler@gmail.com>
18130 Cc: <stable@vger.kernel.org>
18131 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18132 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18133
18134 include/linux/radix-tree.h | 6 +++---
18135 1 files changed, 3 insertions(+), 3 deletions(-)
18136
18137 commit 95b5dcb3c01958502af00b0bc0da1d906aae11a2
18138 Merge: 438be0b 256aeaf
18139 Author: Brad Spengler <spender@grsecurity.net>
18140 Date: Sun Feb 7 08:29:33 2016 -0500
18141
18142 Merge branch 'pax-test' into grsec-test
18143
18144 commit 256aeaf87c22de8edf1f03682a572c590ae07771
18145 Author: Brad Spengler <spender@grsecurity.net>
18146 Date: Sun Feb 7 08:29:09 2016 -0500
18147
18148 Update to pax-linux-4.3.5-test28.patch:
18149 - 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)
18150 - spender fixed UDEREF on arm
18151
18152 arch/arm/Kconfig | 1 +
18153 arch/arm/include/asm/domain.h | 21 ++++++++-
18154 arch/arm/include/asm/futex.h | 9 ----
18155 arch/arm/include/asm/thread_info.h | 3 +
18156 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
18157 arch/arm/kernel/entry-armv.S | 2 +-
18158 arch/arm/kernel/process.c | 2 +-
18159 arch/arm/mm/alignment.c | 8 ----
18160 arch/x86/mm/numa.c | 2 +-
18161 security/Kconfig | 1 -
18162 10 files changed, 60 insertions(+), 70 deletions(-)
18163
18164 commit 438be0bd112bd17942b2628c53054dc1007558a1
18165 Author: Brad Spengler <spender@grsecurity.net>
18166 Date: Sat Feb 6 19:50:31 2016 -0500
18167
18168 Fix a number of issues caused by the upstream merging of a UDEREF ripoff resulting in unbootable
18169 ARM systems reported on the forums
18170
18171 arch/arm/Kconfig | 1 +
18172 arch/arm/include/asm/domain.h | 21 ++++++++-
18173 arch/arm/include/asm/futex.h | 9 ----
18174 arch/arm/include/asm/thread_info.h | 3 +
18175 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
18176 arch/arm/kernel/entry-armv.S | 2 +-
18177 arch/arm/kernel/process.c | 2 +-
18178 arch/arm/mm/alignment.c | 8 ----
18179 security/Kconfig | 1 -
18180 9 files changed, 59 insertions(+), 69 deletions(-)
18181
18182 commit 4ffdd5ef1f87e611af1efb4f251ada92abe9f4c0
18183 Author: Brad Spengler <spender@grsecurity.net>
18184 Date: Sat Feb 6 11:21:53 2016 -0500
18185
18186 Fix another compiler warning
18187
18188 net/ipv4/tcp_input.c | 2 ++
18189 1 files changed, 2 insertions(+), 0 deletions(-)
18190
18191 commit 30b5b7bc0fd67d458bdd5ab35e4689769eabd2ed
18192 Author: Brad Spengler <spender@grsecurity.net>
18193 Date: Sat Feb 6 11:16:12 2016 -0500
18194
18195 Fix two compiler warnings
18196
18197 kernel/pid.c | 5 ++---
18198 kernel/ptrace.c | 3 ++-
18199 2 files changed, 4 insertions(+), 4 deletions(-)
18200
18201 commit dda4d2a21914c480750f10bd55c6e3203d415d8d
18202 Author: Brad Spengler <spender@grsecurity.net>
18203 Date: Wed Feb 3 21:22:40 2016 -0500
18204
18205 Apply fix for integer truncation in NUMA init code, reported by
18206 x14sg1 on the forums:
18207 https://forums.grsecurity.net/viewtopic.php?f=3&t=4374
18208
18209 arch/x86/mm/numa.c | 2 +-
18210 1 files changed, 1 insertions(+), 1 deletions(-)
18211
18212 commit 477505f7c893cb6a2c3e22f83eefd9c985d7b3ca
18213 Merge: a781740 016d0d8
18214 Author: Brad Spengler <spender@grsecurity.net>
18215 Date: Wed Feb 3 21:20:58 2016 -0500
18216
18217 Merge branch 'pax-test' into grsec-test
18218
18219 commit 016d0d81a8dd4be1304c82a68e0ccf425868f467
18220 Author: Brad Spengler <spender@grsecurity.net>
18221 Date: Wed Feb 3 21:20:10 2016 -0500
18222
18223 Update to pax-linux-4.3.5-test27.patch:
18224 - fixed a bunch of potential REFCOUNT false positives, reported by Emese
18225 - restored padding in fpregs_state for storing AVX-512 state in the future
18226 - constified netlink_dump_control
18227 - added const version of debug_gimple_stmt for gcc plugins, by Emese
18228 - Emese fixed a bug in initify that could have initified too much
18229 - Emese fixed a false positive intentional integer overflow in xfrm4_extract_header, reported by corsac
18230
18231 arch/x86/include/asm/fpu/types.h | 1 +
18232 arch/x86/include/asm/mmu_context.h | 2 +-
18233 block/blk-cgroup.c | 18 ++--
18234 block/cfq-iosched.c | 4 +-
18235 crypto/crypto_user.c | 8 ++-
18236 drivers/acpi/apei/ghes.c | 6 +-
18237 drivers/char/ipmi/ipmi_ssif.c | 12 ++--
18238 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
18239 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
18240 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
18241 drivers/infiniband/core/netlink.c | 5 +-
18242 drivers/infiniband/hw/cxgb4/device.c | 6 +-
18243 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
18244 drivers/md/bcache/alloc.c | 2 +-
18245 drivers/md/bcache/bcache.h | 10 +-
18246 drivers/md/bcache/btree.c | 2 +-
18247 drivers/md/bcache/io.c | 10 +-
18248 drivers/md/bcache/journal.c | 2 +-
18249 drivers/md/bcache/stats.c | 26 +++---
18250 drivers/md/bcache/stats.h | 16 ++--
18251 drivers/md/bcache/super.c | 2 +-
18252 drivers/md/bcache/sysfs.c | 20 +++---
18253 drivers/md/dm-cache-target.c | 98 ++++++++++++------------
18254 drivers/md/dm-raid.c | 2 +-
18255 drivers/md/md.c | 6 +-
18256 drivers/md/md.h | 2 +-
18257 drivers/md/raid1.c | 2 +-
18258 drivers/md/raid10.c | 2 +-
18259 drivers/md/raid5.c | 4 +-
18260 drivers/media/pci/zoran/zoran.h | 1 -
18261 drivers/media/pci/zoran/zoran_driver.c | 3 -
18262 drivers/net/ethernet/sfc/selftest.c | 20 +++---
18263 drivers/net/irda/vlsi_ir.c | 18 ++--
18264 drivers/net/irda/vlsi_ir.h | 14 ++--
18265 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
18266 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
18267 drivers/net/wireless/ath/carl9170/main.c | 10 +-
18268 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
18269 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
18270 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
18271 drivers/scsi/hptiop.c | 2 -
18272 drivers/scsi/hptiop.h | 1 -
18273 drivers/scsi/ipr.c | 6 +-
18274 drivers/scsi/ipr.h | 2 +-
18275 drivers/scsi/qla2xxx/qla_target.c | 10 +-
18276 drivers/scsi/qla2xxx/qla_target.h | 2 +-
18277 fs/btrfs/ctree.c | 2 +-
18278 fs/btrfs/ctree.h | 4 +-
18279 fs/btrfs/delayed-ref.c | 4 +-
18280 fs/btrfs/disk-io.c | 4 +-
18281 fs/btrfs/file.c | 4 +-
18282 fs/btrfs/raid56.c | 32 ++++----
18283 fs/btrfs/tests/btrfs-tests.c | 2 +-
18284 fs/btrfs/transaction.c | 2 +-
18285 fs/btrfs/tree-log.c | 8 +-
18286 fs/btrfs/volumes.c | 14 ++--
18287 fs/btrfs/volumes.h | 22 +++---
18288 fs/jbd2/commit.c | 2 +-
18289 fs/jbd2/transaction.c | 4 +-
18290 fs/ocfs2/dlm/dlmcommon.h | 4 +-
18291 fs/ocfs2/dlm/dlmdebug.c | 10 +-
18292 fs/ocfs2/dlm/dlmdomain.c | 4 +-
18293 fs/ocfs2/dlm/dlmmaster.c | 4 +-
18294 include/acpi/ghes.h | 2 +-
18295 include/linux/blk-cgroup.h | 24 +++---
18296 include/linux/jbd2.h | 2 +-
18297 include/linux/netlink.h | 12 ++--
18298 include/net/cfg802154.h | 2 +-
18299 include/net/mac80211.h | 2 +-
18300 include/net/neighbour.h | 2 +-
18301 kernel/rcu/tree_plugin.h | 4 +-
18302 net/batman-adv/routing.c | 4 +-
18303 net/batman-adv/soft-interface.c | 2 +-
18304 net/batman-adv/translation-table.c | 14 ++--
18305 net/batman-adv/types.h | 2 +-
18306 net/core/neighbour.c | 14 ++--
18307 net/core/rtnetlink.c | 2 +-
18308 net/ipv4/arp.c | 2 +-
18309 net/ipv4/inet_diag.c | 4 +-
18310 net/ipv4/xfrm4_state.c | 4 +-
18311 net/ipv6/ndisc.c | 2 +-
18312 net/mac80211/cfg.c | 2 +-
18313 net/mac80211/debugfs_key.c | 2 +-
18314 net/mac80211/key.c | 4 +-
18315 net/mac80211/tx.c | 2 +-
18316 net/mac80211/wpa.c | 10 +-
18317 net/mac802154/iface.c | 4 +-
18318 net/netfilter/ipset/ip_set_core.c | 2 +-
18319 net/netfilter/nf_conntrack_netlink.c | 22 +++---
18320 net/netfilter/nf_tables_api.c | 13 ++--
18321 net/netfilter/nfnetlink_acct.c | 7 +-
18322 net/netfilter/nfnetlink_cthelper.c | 2 +-
18323 net/netfilter/nfnetlink_cttimeout.c | 2 +-
18324 net/netlink/af_netlink.c | 10 ++-
18325 net/netlink/diag.c | 2 +-
18326 net/netlink/genetlink.c | 14 ++--
18327 net/packet/af_packet.c | 18 ++--
18328 net/packet/diag.c | 2 +-
18329 net/packet/internal.h | 6 +-
18330 net/unix/diag.c | 2 +-
18331 net/xfrm/xfrm_user.c | 2 +-
18332 security/apparmor/include/policy.h | 2 +-
18333 security/apparmor/policy.c | 4 +-
18334 sound/core/seq/seq_clientmgr.c | 2 +-
18335 sound/core/seq/seq_fifo.c | 6 +-
18336 sound/core/seq/seq_fifo.h | 2 +-
18337 tools/gcc/gcc-common.h | 24 ++++--
18338 tools/gcc/initify_plugin.c | 7 +-
18339 tools/lib/api/Makefile | 2 +-
18340 109 files changed, 399 insertions(+), 391 deletions(-)
18341
18342 commit a7817402ac837b1aee07fac42537a02097055098
18343 Author: Matt Fleming <matt@codeblueprint.co.uk>
18344 Date: Fri Jan 29 11:36:10 2016 +0000
18345
18346 x86/mm/pat: Avoid truncation when converting cpa->numpages to address
18347
18348 There are a couple of nasty truncation bugs lurking in the pageattr
18349 code that can be triggered when mapping EFI regions, e.g. when we pass
18350 a cpa->pgd pointer. Because cpa->numpages is a 32-bit value, shifting
18351 left by PAGE_SHIFT will truncate the resultant address to 32-bits.
18352
18353 Viorel-Cătălin managed to trigger this bug on his Dell machine that
18354 provides a ~5GB EFI region which requires 1236992 pages to be mapped.
18355 When calling populate_pud() the end of the region gets calculated
18356 incorrectly in the following buggy expression,
18357
18358 end = start + (cpa->numpages << PAGE_SHIFT);
18359
18360 And only 188416 pages are mapped. Next, populate_pud() gets invoked
18361 for a second time because of the loop in __change_page_attr_set_clr(),
18362 only this time no pages get mapped because shifting the remaining
18363 number of pages (1048576) by PAGE_SHIFT is zero. At which point the
18364 loop in __change_page_attr_set_clr() spins forever because we fail to
18365 map progress.
18366
18367 Hitting this bug depends very much on the virtual address we pick to
18368 map the large region at and how many pages we map on the initial run
18369 through the loop. This explains why this issue was only recently hit
18370 with the introduction of commit
18371
18372 a5caa209ba9c ("x86/efi: Fix boot crash by mapping EFI memmap
18373 entries bottom-up at runtime, instead of top-down")
18374
18375 It's interesting to note that safe uses of cpa->numpages do exist in
18376 the pageattr code. If instead of shifting ->numpages we multiply by
18377 PAGE_SIZE, no truncation occurs because PAGE_SIZE is a UL value, and
18378 so the result is unsigned long.
18379
18380 To avoid surprises when users try to convert very large cpa->numpages
18381 values to addresses, change the data type from 'int' to 'unsigned
18382 long', thereby making it suitable for shifting by PAGE_SHIFT without
18383 any type casting.
18384
18385 The alternative would be to make liberal use of casting, but that is
18386 far more likely to cause problems in the future when someone adds more
18387 code and fails to cast properly; this bug was difficult enough to
18388 track down in the first place.
18389
18390 Reported-and-tested-by: Viorel-Cătălin Răpițeanu <rapiteanu.catalin@gmail.com>
18391 Acked-by: Borislav Petkov <bp@alien8.de>
18392 Cc: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
18393 Cc: <stable@vger.kernel.org>
18394 Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
18395 Link: https://bugzilla.kernel.org/show_bug.cgi?id=110131
18396 Link: http://lkml.kernel.org/r/1454067370-10374-1-git-send-email-matt@codeblueprint.co.uk
18397 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
18398
18399 arch/x86/mm/pageattr.c | 4 ++--
18400 1 files changed, 2 insertions(+), 2 deletions(-)
18401
18402 commit 64dd9d7a67a742fda257cdd16510c29e695c34b5
18403 Author: Jan Beulich <JBeulich@suse.com>
18404 Date: Tue Jan 26 04:15:18 2016 -0700
18405
18406 x86/mm: Fix types used in pgprot cacheability flags translations
18407
18408 For PAE kernels "unsigned long" is not suitable to hold page protection
18409 flags, since _PAGE_NX doesn't fit there. This is the reason for quite a
18410 few W+X pages getting reported as insecure during boot (observed namely
18411 for the entire initrd range).
18412
18413 Fixes: 281d4078be ("x86: Make page cache mode a real type")
18414 Signed-off-by: Jan Beulich <jbeulich@suse.com>
18415 Reviewed-by: Juergen Gross <JGross@suse.com>
18416 Cc: stable@vger.kernel.org
18417 Link: http://lkml.kernel.org/r/56A7635602000078000CAFF1@prv-mh.provo.novell.com
18418 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
18419
18420 arch/x86/include/asm/pgtable_types.h | 6 ++----
18421 1 files changed, 2 insertions(+), 4 deletions(-)
18422
18423 commit bb9a3a9df0d8dfc96d521676e64c42b37ba22aea
18424 Merge: 682d661 f74425b
18425 Author: Brad Spengler <spender@grsecurity.net>
18426 Date: Sun Jan 31 15:06:25 2016 -0500
18427
18428 Merge branch 'pax-test' into grsec-test
18429
18430 Conflicts:
18431 drivers/net/slip/slhc.c
18432 include/linux/sched.h
18433 net/unix/af_unix.c
18434 sound/core/timer.c
18435
18436 commit f74425b5705bfe52aff9e97659ef10c4a14176c3
18437 Merge: d14af1f 849a2d3
18438 Author: Brad Spengler <spender@grsecurity.net>
18439 Date: Sun Jan 31 15:02:55 2016 -0500
18440
18441 Merge branch 'linux-4.3.y' into pax-test
18442
18443 Conflicts:
18444 arch/x86/include/asm/mmu_context.h
18445
18446 commit 682d6611d75542e351c973c8dd74a99d3966c073
18447 Author: Brad Spengler <spender@grsecurity.net>
18448 Date: Sat Jan 30 13:05:03 2016 -0500
18449
18450 Based on a report from Mathias Krause, fix up a number of additional instances
18451 of ulong overflow when passing in values to gr_learn_resource by saturating
18452 to ULONG_MAX
18453
18454 mm/mlock.c | 11 ++++++++---
18455 mm/mmap.c | 16 +++++++++++++---
18456 2 files changed, 21 insertions(+), 6 deletions(-)
18457
18458 commit adb52e95fb9ad4ac9c56cd5d47bd668f47c33096
18459 Author: Jann Horn <jann@thejh.net>
18460 Date: Sat Dec 26 06:00:48 2015 +0100
18461
18462 seccomp: always propagate NO_NEW_PRIVS on tsync
18463
18464 Before this patch, a process with some permissive seccomp filter
18465 that was applied by root without NO_NEW_PRIVS was able to add
18466 more filters to itself without setting NO_NEW_PRIVS by setting
18467 the new filter from a throwaway thread with NO_NEW_PRIVS.
18468
18469 Signed-off-by: Jann Horn <jann@thejh.net>
18470 Cc: stable@vger.kernel.org
18471 Signed-off-by: Kees Cook <keescook@chromium.org>
18472
18473 kernel/seccomp.c | 22 +++++++++++-----------
18474 1 files changed, 11 insertions(+), 11 deletions(-)
18475
18476 commit b85450498a3bbf269441c8963d7574bb3079c838
18477 Merge: 59c216f d14af1f
18478 Author: Brad Spengler <spender@grsecurity.net>
18479 Date: Fri Jan 29 20:54:13 2016 -0500
18480
18481 Merge branch 'pax-test' into grsec-test
18482
18483 commit d14af1f1dd66511f3f0674deee2b572972012b39
18484 Author: Brad Spengler <spender@grsecurity.net>
18485 Date: Fri Jan 29 20:53:51 2016 -0500
18486
18487 Update to pax-linux-4.3.4-test26.patch:
18488 - Emese fixed a few intentional overflows introduced by gcc, reported by StalkR (https://forums.grsecurity.net/viewtopic.php?f=3&t=4370)
18489
18490 fs/cifs/file.c | 2 +-
18491 fs/gfs2/file.c | 2 +-
18492 .../size_overflow_plugin/intentional_overflow.c | 96 ++++++++++++++++++--
18493 tools/gcc/size_overflow_plugin/size_overflow.h | 2 +
18494 .../size_overflow_plugin/size_overflow_plugin.c | 4 +-
18495 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
18496 .../size_overflow_transform_core.c | 5 +
18497 7 files changed, 102 insertions(+), 15 deletions(-)
18498
18499 commit 59c216f13587eacdd692386b7a403ae78ed84fb6
18500 Author: Brad Spengler <spender@grsecurity.net>
18501 Date: Wed Jan 27 17:57:21 2016 -0500
18502
18503 Fix a size_overflow report reported by Mathias Krause in our
18504 truncation of an loff_t to an unsigned long when being passed
18505 to gr_learn_resource() (as all resource checks are against unsigned long
18506 values)
18507
18508 fs/attr.c | 5 ++++-
18509 1 files changed, 4 insertions(+), 1 deletions(-)
18510
18511 commit 70636c6ad60fc1db3af764ecc789b827b7497a97
18512 Author: Yuchung Cheng <ycheng@google.com>
18513 Date: Wed Jan 6 12:42:38 2016 -0800
18514
18515 tcp: fix zero cwnd in tcp_cwnd_reduction
18516
18517 Patch 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode
18518 conditionally") introduced a bug that cwnd may become 0 when both
18519 inflight and sndcnt are 0 (cwnd = inflight + sndcnt). This may lead
18520 to a div-by-zero if the connection starts another cwnd reduction
18521 phase by setting tp->prior_cwnd to the current cwnd (0) in
18522 tcp_init_cwnd_reduction().
18523
18524 To prevent this we skip PRR operation when nothing is acked or
18525 sacked. Then cwnd must be positive in all cases as long as ssthresh
18526 is positive:
18527
18528 1) The proportional reduction mode
18529 inflight > ssthresh > 0
18530
18531 2) The reduction bound mode
18532 a) inflight == ssthresh > 0
18533
18534 b) inflight < ssthresh
18535 sndcnt > 0 since newly_acked_sacked > 0 and inflight < ssthresh
18536
18537 Therefore in all cases inflight and sndcnt can not both be 0.
18538 We check invalid tp->prior_cwnd to avoid potential div0 bugs.
18539
18540 In reality this bug is triggered only with a sequence of less common
18541 events. For example, the connection is terminating an ECN-triggered
18542 cwnd reduction with an inflight 0, then it receives reordered/old
18543 ACKs or DSACKs from prior transmission (which acks nothing). Or the
18544 connection is in fast recovery stage that marks everything lost,
18545 but fails to retransmit due to local issues, then receives data
18546 packets from other end which acks nothing.
18547
18548 Fixes: 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode conditionally")
18549 Reported-by: Oleksandr Natalenko <oleksandr@natalenko.name>
18550 Signed-off-by: Yuchung Cheng <ycheng@google.com>
18551 Signed-off-by: Neal Cardwell <ncardwell@google.com>
18552 Signed-off-by: Eric Dumazet <edumazet@google.com>
18553 Signed-off-by: David S. Miller <davem@davemloft.net>
18554
18555 net/ipv4/tcp_input.c | 3 +++
18556 1 files changed, 3 insertions(+), 0 deletions(-)
18557
18558 commit dac1da2bedbb43195d371c7a192cfeeb45683df0
18559 Author: Eric Dumazet <edumazet@google.com>
18560 Date: Sun Jan 24 13:53:50 2016 -0800
18561
18562 af_unix: fix struct pid memory leak
18563
18564 Dmitry reported a struct pid leak detected by a syzkaller program.
18565
18566 Bug happens in unix_stream_recvmsg() when we break the loop when a
18567 signal is pending, without properly releasing scm.
18568
18569 Fixes: b3ca9b02b007 ("net: fix multithreaded signal handling in unix recv routines")
18570 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18571 Signed-off-by: Eric Dumazet <edumazet@google.com>
18572 Cc: Rainer Weikusat <rweikusat@mobileactivedefense.com>
18573 Signed-off-by: David S. Miller <davem@davemloft.net>
18574
18575 net/unix/af_unix.c | 1 +
18576 1 files changed, 1 insertions(+), 0 deletions(-)
18577
18578 commit 15cc47f127520d1ac0c1fe76d993c2c27f0f2571
18579 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
18580 Date: Fri Jan 22 01:39:43 2016 +0100
18581
18582 pptp: fix illegal memory access caused by multiple bind()s
18583
18584 Several times already this has been reported as kasan reports caused by
18585 syzkaller and trinity and people always looked at RCU races, but it is
18586 much more simple. :)
18587
18588 In case we bind a pptp socket multiple times, we simply add it to
18589 the callid_sock list but don't remove the old binding. Thus the old
18590 socket stays in the bucket with unused call_id indexes and doesn't get
18591 cleaned up. This causes various forms of kasan reports which were hard
18592 to pinpoint.
18593
18594 Simply don't allow multiple binds and correct error handling in
18595 pptp_bind. Also keep sk_state bits in place in pptp_connect.
18596
18597 Fixes: 00959ade36acad ("PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)")
18598 Cc: Dmitry Kozlov <xeb@mail.ru>
18599 Cc: Sasha Levin <sasha.levin@oracle.com>
18600 Cc: Dmitry Vyukov <dvyukov@google.com>
18601 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18602 Cc: Dave Jones <davej@codemonkey.org.uk>
18603 Reported-by: Dave Jones <davej@codemonkey.org.uk>
18604 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
18605 Signed-off-by: David S. Miller <davem@davemloft.net>
18606
18607 drivers/net/ppp/pptp.c | 34 ++++++++++++++++++++++++----------
18608 1 files changed, 24 insertions(+), 10 deletions(-)
18609
18610 commit e2b7b8c66851c85188fa6dab2d2b2a6c85bc7332
18611 Author: Brad Spengler <spender@grsecurity.net>
18612 Date: Tue Jan 26 18:17:10 2016 -0500
18613
18614 Add info about cpupower/powertop to GRKERNSEC_KMEM, was present on our
18615 wiki but was removed from the config help at some point
18616
18617 grsecurity/Kconfig | 3 +++
18618 1 files changed, 3 insertions(+), 0 deletions(-)
18619
18620 commit ce2e88efa000fc32bfcd84098f57c8ed8310fefc
18621 Author: Thomas Egerer <hakke_007@gmx.de>
18622 Date: Mon Jan 25 12:58:44 2016 +0100
18623
18624 ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
18625
18626 The ESP algorithms using CBC mode require echainiv. Hence INET*_ESP have
18627 to select CRYPTO_ECHAINIV in order to work properly. This solves the
18628 issues caused by a misconfiguration as described in [1].
18629 The original approach, patching crypto/Kconfig was turned down by
18630 Herbert Xu [2].
18631
18632 [1] https://lists.strongswan.org/pipermail/users/2015-December/009074.html
18633 [2] http://marc.info/?l=linux-crypto-vger&m=145224655809562&w=2
18634
18635 Signed-off-by: Thomas Egerer <hakke_007@gmx.de>
18636 Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
18637 Signed-off-by: David S. Miller <davem@davemloft.net>
18638
18639 net/ipv4/Kconfig | 1 +
18640 net/ipv6/Kconfig | 1 +
18641 2 files changed, 2 insertions(+), 0 deletions(-)
18642
18643 commit fca5a303155ea67d28aece0caf2b03ffc3b2668d
18644 Merge: 904114c 6339c1f
18645 Author: Brad Spengler <spender@grsecurity.net>
18646 Date: Tue Jan 26 18:08:40 2016 -0500
18647
18648 Merge branch 'pax-test' into grsec-test
18649
18650 commit 6339c1f9a9beafd417bf9f04d4b257e62aeb45b7
18651 Author: Brad Spengler <spender@grsecurity.net>
18652 Date: Tue Jan 26 18:07:51 2016 -0500
18653
18654 Update to pax-linux-4.3.4-test25.patch:
18655 - 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>
18656 - fixed init_new_context on !MODIFY_LDT_SYSCALL configs, reported by tjh (https://forums.grsecurity.net/viewtopic.php?f=3&t=4368)
18657 - fixed a few REFCOUNT false positives in SNMP related statistics
18658
18659 arch/x86/Kconfig | 2 +-
18660 arch/x86/include/asm/mmu_context.h | 17 +++++++++++++++++
18661 include/net/snmp.h | 10 +++++-----
18662 kernel/fork.c | 11 +++++++++--
18663 net/ipv4/proc.c | 8 ++++----
18664 net/ipv6/addrconf.c | 4 ++--
18665 net/ipv6/proc.c | 10 +++++-----
18666 7 files changed, 43 insertions(+), 19 deletions(-)
18667
18668 commit 904114c2fce3fdff5d57e763da56a78960db4e19
18669 Author: Al Viro <viro@zeniv.linux.org.uk>
18670 Date: Fri Jan 22 18:08:52 2016 -0500
18671
18672 make sure that freeing shmem fast symlinks is RCU-delayed
18673
18674 Cc: stable@vger.kernel.org # v4.2+
18675 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18676
18677 include/linux/shmem_fs.h | 5 +----
18678 mm/shmem.c | 9 ++++-----
18679 2 files changed, 5 insertions(+), 9 deletions(-)
18680
18681 commit ab86adee64312a2f827dd516cb199521327943ed
18682 Author: Sasha Levin <sasha.levin@oracle.com>
18683 Date: Mon Jan 18 19:23:51 2016 -0500
18684
18685 netfilter: nf_conntrack: use safer way to lock all buckets
18686
18687 When we need to lock all buckets in the connection hashtable we'd attempt to
18688 lock 1024 spinlocks, which is way more preemption levels than supported by
18689 the kernel. Furthermore, this behavior was hidden by checking if lockdep is
18690 enabled, and if it was - use only 8 buckets(!).
18691
18692 Fix this by using a global lock and synchronize all buckets on it when we
18693 need to lock them all. This is pretty heavyweight, but is only done when we
18694 need to resize the hashtable, and that doesn't happen often enough (or at all).
18695
18696 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
18697 Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
18698 Reviewed-by: Florian Westphal <fw@strlen.de>
18699 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
18700
18701 Conflicts:
18702
18703 net/netfilter/nfnetlink_cttimeout.c
18704
18705 include/net/netfilter/nf_conntrack_core.h | 8 ++----
18706 net/netfilter/nf_conntrack_core.c | 38 +++++++++++++++++++++-------
18707 net/netfilter/nf_conntrack_helper.c | 2 +-
18708 net/netfilter/nf_conntrack_netlink.c | 2 +-
18709 4 files changed, 33 insertions(+), 17 deletions(-)
18710
18711 commit 37014723527225481c720484bb788a1a6358072f
18712 Author: Willy Tarreau <w@1wt.eu>
18713 Date: Mon Jan 18 16:36:09 2016 +0100
18714
18715 pipe: limit the per-user amount of pages allocated in pipes
18716
18717 On no-so-small systems, it is possible for a single process to cause an
18718 OOM condition by filling large pipes with data that are never read. A
18719 typical process filling 4000 pipes with 1 MB of data will use 4 GB of
18720 memory. On small systems it may be tricky to set the pipe max size to
18721 prevent this from happening.
18722
18723 This patch makes it possible to enforce a per-user soft limit above
18724 which new pipes will be limited to a single page, effectively limiting
18725 them to 4 kB each, as well as a hard limit above which no new pipes may
18726 be created for this user. This has the effect of protecting the system
18727 against memory abuse without hurting other users, and still allowing
18728 pipes to work correctly though with less data at once.
18729
18730 The limit are controlled by two new sysctls : pipe-user-pages-soft, and
18731 pipe-user-pages-hard. Both may be disabled by setting them to zero. The
18732 default soft limit allows the default number of FDs per process (1024)
18733 to create pipes of the default size (64kB), thus reaching a limit of 64MB
18734 before starting to create only smaller pipes. With 256 processes limited
18735 to 1024 FDs each, this results in 1024*64kB + (256*1024 - 1024) * 4kB =
18736 1084 MB of memory allocated for a user. The hard limit is disabled by
18737 default to avoid breaking existing applications that make intensive use
18738 of pipes (eg: for splicing).
18739
18740 Reported-by: socketpair@gmail.com
18741 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
18742 Mitigates: CVE-2013-4312 (Linux 2.0+)
18743 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
18744 Signed-off-by: Willy Tarreau <w@1wt.eu>
18745 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18746
18747 Documentation/sysctl/fs.txt | 23 +++++++++++++++++++++
18748 fs/pipe.c | 47 +++++++++++++++++++++++++++++++++++++++++-
18749 include/linux/pipe_fs_i.h | 4 +++
18750 include/linux/sched.h | 1 +
18751 kernel/sysctl.c | 14 ++++++++++++
18752 5 files changed, 87 insertions(+), 2 deletions(-)
18753
18754 commit 51645fa198d194f746651dcfbc5f24a4cf8b9fb8
18755 Merge: 540f2af 7791ecb
18756 Author: Brad Spengler <spender@grsecurity.net>
18757 Date: Sat Jan 23 10:57:11 2016 -0500
18758
18759 Merge branch 'pax-test' into grsec-test
18760
18761 commit 7791ecb84f840343a5646236fd0d34e1fb450793
18762 Merge: 470069c 399588c
18763 Author: Brad Spengler <spender@grsecurity.net>
18764 Date: Sat Jan 23 10:56:47 2016 -0500
18765
18766 Merge branch 'linux-4.3.y' into pax-test
18767
18768 commit 540f2affebd42cdc26a699208ab4f1cb0cb75e33
18769 Author: Brad Spengler <spender@grsecurity.net>
18770 Date: Tue Jan 19 21:18:47 2016 -0500
18771
18772 Update size_overflow hash table
18773
18774 .../size_overflow_plugin/size_overflow_hash.data | 4 +++-
18775 1 files changed, 3 insertions(+), 1 deletions(-)
18776
18777 commit 7e649765626a28437f573f0fbe7a51a04615f041
18778 Author: Brad Spengler <spender@grsecurity.net>
18779 Date: Tue Jan 19 20:29:46 2016 -0500
18780
18781 Backport fix from: https://lkml.org/lkml/2015/12/13/187
18782
18783 fs/ext4/extents.c | 2 +-
18784 1 files changed, 1 insertions(+), 1 deletions(-)
18785
18786 commit 53b859cd0a5f5b6ad54fe0c879dfedaa3c5a3005
18787 Author: Jann Horn <jann@thejh.net>
18788 Date: Tue Jan 5 18:27:30 2016 +0100
18789
18790 compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)
18791
18792 This replaces all code in fs/compat_ioctl.c that translated
18793 ioctl arguments into a in-kernel structure, then performed
18794 do_ioctl under set_fs(KERNEL_DS), with code that allocates
18795 data on the user stack and can call the VFS ioctl handler
18796 under USER_DS.
18797
18798 This is done as a hardening measure because the caller
18799 does not know what kind of ioctl handler will be invoked,
18800 only that no corresponding compat_ioctl handler exists and
18801 what the ioctl command number is. The accidental
18802 invocation of an unlocked_ioctl handler that unexpectedly
18803 calls copy_to_user could be a severe security issue.
18804
18805 Signed-off-by: Jann Horn <jann@thejh.net>
18806 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18807
18808 Conflicts:
18809
18810 fs/compat_ioctl.c
18811
18812 fs/compat_ioctl.c | 130 ++++++++++++++++++++++++++++-------------------------
18813 1 files changed, 68 insertions(+), 62 deletions(-)
18814
18815 commit 3e89e770ae27e931cd1583f021abac41eeebc3e7
18816 Author: Al Viro <viro@zeniv.linux.org.uk>
18817 Date: Thu Jan 7 09:53:30 2016 -0500
18818
18819 compat_ioctl: don't pass fd around when not needed
18820
18821 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18822
18823 fs/compat_ioctl.c | 103 ++++++++++++++++++++++++++--------------------------
18824 fs/internal.h | 7 ++++
18825 fs/ioctl.c | 4 +-
18826 include/linux/fs.h | 2 -
18827 4 files changed, 61 insertions(+), 55 deletions(-)
18828
18829 commit 9d4e04082752d4d2d68445c4e6faf33a2613df55
18830 Author: Jann Horn <jann@thejh.net>
18831 Date: Tue Jan 5 18:27:29 2016 +0100
18832
18833 compat_ioctl: don't look up the fd twice
18834
18835 In code in fs/compat_ioctl.c that translates ioctl arguments
18836 into a in-kernel structure, then performs sys_ioctl, possibly
18837 under set_fs(KERNEL_DS), this commit changes the sys_ioctl
18838 calls to do_ioctl calls. do_ioctl is a new function that does
18839 the same thing as sys_ioctl, but doesn't look up the fd again.
18840
18841 This change is made to avoid (potential) security issues
18842 because of ioctl handlers that accept one of the ioctl
18843 commands I2C_FUNCS, VIDEO_GET_EVENT, MTIOCPOS, MTIOCGET,
18844 TIOCGSERIAL, TIOCSSERIAL, RTC_IRQP_READ, RTC_EPOCH_READ.
18845 This can happen for multiple reasons:
18846
18847 - The ioctl command number could be reused.
18848 - The ioctl handler might not check the full ioctl
18849 command. This is e.g. true for drm_ioctl.
18850 - The ioctl handler is very special, e.g. cuse_file_ioctl
18851
18852 The real issue is that set_fs(KERNEL_DS) is used here,
18853 but that's fixed in a separate commit
18854 "compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)".
18855
18856 This change mitigates potential security issues by
18857 preventing a race that permits invocation of
18858 unlocked_ioctl handlers under KERNEL_DS through compat
18859 code even if a corresponding compat_ioctl handler exists.
18860
18861 So far, no way has been identified to use this to damage
18862 kernel memory without having CAP_SYS_ADMIN in the init ns
18863 (with the capability, doing reads/writes at arbitrary
18864 kernel addresses should be easy through CUSE's ioctl
18865 handler with FUSE_IOCTL_UNRESTRICTED set).
18866
18867 [AV: two missed sys_ioctl() taken care of]
18868
18869 Signed-off-by: Jann Horn <jann@thejh.net>
18870 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18871
18872 fs/compat_ioctl.c | 122 +++++++++++++++++++++++++++++-----------------------
18873 1 files changed, 68 insertions(+), 54 deletions(-)
18874
18875 commit 5bf9e1ed4ebb278cd956ba142914fc04a024309c
18876 Author: Vasily Kulikov <segoon@openwall.com>
18877 Date: Fri Jan 15 16:57:55 2016 -0800
18878
18879 include/linux/poison.h: use POISON_POINTER_DELTA for poison pointers
18880
18881 TIMER_ENTRY_STATIC is defined as a poison pointers which
18882 should point to nowhere. Redefine them using POISON_POINTER_DELTA
18883 arithmetics to make sure they really point to non-mappable area declared
18884 by the target architecture.
18885
18886 Signed-off-by: Vasily Kulikov <segoon@openwall.com>
18887 Acked-by: Thomas Gleixner <tglx@linutronix.de>
18888 Cc: Solar Designer <solar@openwall.com>
18889 Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
18890 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18891 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18892
18893 Conflicts:
18894
18895 include/linux/poison.h
18896
18897 include/linux/poison.h | 2 +-
18898 1 files changed, 1 insertions(+), 1 deletions(-)
18899
18900 commit 60f2e0a05ab8f56c804a9334a23e2b446305d110
18901 Author: Brad Spengler <spender@grsecurity.net>
18902 Date: Tue Jan 19 19:41:44 2016 -0500
18903
18904 Fix ARM compilation, reported by Austin Sepp
18905
18906 grsecurity/grsec_sig.c | 1 +
18907 1 files changed, 1 insertions(+), 0 deletions(-)
18908
18909 commit e15383743443dc43460a2fd73e0db0b608610dca
18910 Author: Takashi Iwai <tiwai@suse.de>
18911 Date: Mon Jan 18 13:52:47 2016 +0100
18912
18913 ALSA: hrtimer: Fix stall by hrtimer_cancel()
18914
18915 hrtimer_cancel() waits for the completion from the callback, thus it
18916 must not be called inside the callback itself. This was already a
18917 problem in the past with ALSA hrtimer driver, and the early commit
18918 [fcfdebe70759: ALSA: hrtimer - Fix lock-up] tried to address it.
18919
18920 However, the previous fix is still insufficient: it may still cause a
18921 lockup when the ALSA timer instance reprograms itself in its callback.
18922 Then it invokes the start function even in snd_timer_interrupt() that
18923 is called in hrtimer callback itself, results in a CPU stall. This is
18924 no hypothetical problem but actually triggered by syzkaller fuzzer.
18925
18926 This patch tries to fix the issue again. Now we call
18927 hrtimer_try_to_cancel() at both start and stop functions so that it
18928 won't fall into a deadlock, yet giving some chance to cancel the queue
18929 if the functions have been called outside the callback. The proper
18930 hrtimer_cancel() is called in anyway at closing, so this should be
18931 enough.
18932
18933 Reported-and-tested-by: Dmitry Vyukov <dvyukov@google.com>
18934 Cc: <stable@vger.kernel.org>
18935 Signed-off-by: Takashi Iwai <tiwai@suse.de>
18936
18937 sound/core/hrtimer.c | 3 ++-
18938 1 files changed, 2 insertions(+), 1 deletions(-)
18939
18940 commit 12d874daf706e6e7c1ae709141859c809599297e
18941 Author: Takashi Iwai <tiwai@suse.de>
18942 Date: Tue Jan 12 12:38:02 2016 +0100
18943
18944 ALSA: seq: Fix missing NULL check at remove_events ioctl
18945
18946 snd_seq_ioctl_remove_events() calls snd_seq_fifo_clear()
18947 unconditionally even if there is no FIFO assigned, and this leads to
18948 an Oops due to NULL dereference. The fix is just to add a proper NULL
18949 check.
18950
18951 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18952 Tested-by: Dmitry Vyukov <dvyukov@google.com>
18953 Cc: <stable@vger.kernel.org>
18954 Signed-off-by: Takashi Iwai <tiwai@suse.de>
18955
18956 sound/core/seq/seq_clientmgr.c | 2 +-
18957 1 files changed, 1 insertions(+), 1 deletions(-)
18958
18959 commit 2eb0632df1351378946507e7ef7ba0682632a7b5
18960 Author: Takashi Iwai <tiwai@suse.de>
18961 Date: Tue Jan 12 15:36:27 2016 +0100
18962
18963 ALSA: seq: Fix race at timer setup and close
18964
18965 ALSA sequencer code has an open race between the timer setup ioctl and
18966 the close of the client. This was triggered by syzkaller fuzzer, and
18967 a use-after-free was caught there as a result.
18968
18969 This patch papers over it by adding a proper queue->timer_mutex lock
18970 around the timer-related calls in the relevant code path.
18971
18972 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18973 Tested-by: Dmitry Vyukov <dvyukov@google.com>
18974 Cc: <stable@vger.kernel.org>
18975 Signed-off-by: Takashi Iwai <tiwai@suse.de>
18976
18977 sound/core/seq/seq_queue.c | 2 ++
18978 1 files changed, 2 insertions(+), 0 deletions(-)
18979
18980 commit b9e55ab955e59b4a636d78a748be90334a48b485
18981 Author: Takashi Iwai <tiwai@suse.de>
18982 Date: Thu Jan 14 16:30:58 2016 +0100
18983
18984 ALSA: timer: Harden slave timer list handling
18985
18986 A slave timer instance might be still accessible in a racy way while
18987 operating the master instance as it lacks of locking. Since the
18988 master operation is mostly protected with timer->lock, we should cope
18989 with it while changing the slave instance, too. Also, some linked
18990 lists (active_list and ack_list) of slave instances aren't unlinked
18991 immediately at stopping or closing, and this may lead to unexpected
18992 accesses.
18993
18994 This patch tries to address these issues. It adds spin lock of
18995 timer->lock (either from master or slave, which is equivalent) in a
18996 few places. For avoiding a deadlock, we ensure that the global
18997 slave_active_lock is always locked at first before each timer lock.
18998
18999 Also, ack and active_list of slave instances are properly unlinked at
19000 snd_timer_stop() and snd_timer_close().
19001
19002 Last but not least, remove the superfluous call of _snd_timer_stop()
19003 at removing slave links. This is a noop, and calling it may confuse
19004 readers wrt locking. Further cleanup will follow in a later patch.
19005
19006 Actually we've got reports of use-after-free by syzkaller fuzzer, and
19007 this hopefully fixes these issues.
19008
19009 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19010 Cc: <stable@vger.kernel.org>
19011 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19012
19013 sound/core/timer.c | 18 ++++++++++++++----
19014 1 files changed, 14 insertions(+), 4 deletions(-)
19015
19016 commit f1ce0547bdfda1b42ae8a66c222f2a897cbe1586
19017 Author: Takashi Iwai <tiwai@suse.de>
19018 Date: Wed Jan 13 17:48:01 2016 +0100
19019
19020 ALSA: timer: Fix race among timer ioctls
19021
19022 ALSA timer ioctls have an open race and this may lead to a
19023 use-after-free of timer instance object. A simplistic fix is to make
19024 each ioctl exclusive. We have already tread_sem for controlling the
19025 tread, and extend this as a global mutex to be applied to each ioctl.
19026
19027 The downside is, of course, the worse concurrency. But these ioctls
19028 aren't to be parallel accessible, in anyway, so it should be fine to
19029 serialize there.
19030
19031 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19032 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19033 Cc: <stable@vger.kernel.org>
19034 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19035
19036 sound/core/timer.c | 32 +++++++++++++++++++-------------
19037 1 files changed, 19 insertions(+), 13 deletions(-)
19038
19039 commit 8347d8461ed48a98f9c76cc3cfcdad8217d314bc
19040 Author: Takashi Iwai <tiwai@suse.de>
19041 Date: Wed Jan 13 21:35:06 2016 +0100
19042
19043 ALSA: timer: Fix double unlink of active_list
19044
19045 ALSA timer instance object has a couple of linked lists and they are
19046 unlinked unconditionally at snd_timer_stop(). Meanwhile
19047 snd_timer_interrupt() unlinks it, but it calls list_del() which leaves
19048 the element list itself unchanged. This ends up with unlinking twice,
19049 and it was caught by syzkaller fuzzer.
19050
19051 The fix is to use list_del_init() variant properly there, too.
19052
19053 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19054 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19055 Cc: <stable@vger.kernel.org>
19056 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19057
19058 sound/core/timer.c | 2 +-
19059 1 files changed, 1 insertions(+), 1 deletions(-)
19060
19061 commit 243aebb7ae71d6e11ea9880faa893d1d0d60cd75
19062 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
19063 Date: Mon Jan 18 18:03:48 2016 +0100
19064
19065 ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack
19066
19067 It was seen that defective configurations of openvswitch could overwrite
19068 the STACK_END_MAGIC and cause a hard crash of the kernel because of too
19069 many recursions within ovs.
19070
19071 This problem arises due to the high stack usage of openvswitch. The rest
19072 of the kernel is fine with the current limit of 10 (RECURSION_LIMIT).
19073
19074 We use the already existing recursion counter in ovs_execute_actions to
19075 implement an upper bound of 5 recursions.
19076
19077 Cc: Pravin Shelar <pshelar@ovn.org>
19078 Cc: Simon Horman <simon.horman@netronome.com>
19079 Cc: Eric Dumazet <eric.dumazet@gmail.com>
19080 Cc: Simon Horman <simon.horman@netronome.com>
19081 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19082 Signed-off-by: David S. Miller <davem@davemloft.net>
19083
19084 net/openvswitch/actions.c | 19 ++++++++++++++-----
19085 1 files changed, 14 insertions(+), 5 deletions(-)
19086
19087 commit 8080793479c6d5befe37a67b1dbd9e4e0a61af96
19088 Author: Ursula Braun <ursula.braun@de.ibm.com>
19089 Date: Tue Jan 19 10:41:33 2016 +0100
19090
19091 af_iucv: Validate socket address length in iucv_sock_bind()
19092
19093 Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
19094 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19095 Reviewed-by: Evgeny Cherkashin <Eugene.Crosser@ru.ibm.com>
19096 Signed-off-by: David S. Miller <davem@davemloft.net>
19097
19098 net/iucv/af_iucv.c | 3 +++
19099 1 files changed, 3 insertions(+), 0 deletions(-)
19100
19101 commit 50a383c1c91ed7409c3cbdd41e662d6891463d1b
19102 Author: Brad Spengler <spender@grsecurity.net>
19103 Date: Tue Jan 19 19:32:54 2016 -0500
19104
19105 Apply the same fix as everyone else for the recent keys vulnerability that is
19106 unexploitable under PAX_REFCOUNT
19107
19108 Make a couple more changes that no one else can/will
19109
19110 include/linux/key-type.h | 4 ++--
19111 ipc/msgutil.c | 4 ++--
19112 security/keys/internal.h | 2 +-
19113 security/keys/process_keys.c | 1 +
19114 4 files changed, 6 insertions(+), 5 deletions(-)
19115
19116 commit b56c3a63f431c193400aee17543021950bd14bc4
19117 Merge: 38b1a3d 470069c
19118 Author: Brad Spengler <spender@grsecurity.net>
19119 Date: Sun Jan 17 18:30:19 2016 -0500
19120
19121 Merge branch 'pax-test' into grsec-test
19122
19123 commit 470069cfedef2180313233d275be5901bd6d1135
19124 Author: Brad Spengler <spender@grsecurity.net>
19125 Date: Sun Jan 17 18:29:59 2016 -0500
19126
19127 Update to pax-linux-4.3.3-test22.patch:
19128 - Emesed fixed a gcc induced intentional integer overflow in asix_rx_fixup_internal, reported by thomas callison caffrey
19129 - fixed some more fallout from the drm_drivers constification, reported by Colin Childs and Toralf Foerster
19130
19131 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 ++++----------
19132 drivers/gpu/drm/drm_pci.c | 3 +++
19133 drivers/gpu/drm/gma500/psb_drv.c | 4 ----
19134 drivers/gpu/drm/i915/i915_drv.c | 16 ++++++++--------
19135 drivers/gpu/drm/nouveau/nouveau_drm.c | 6 +++---
19136 drivers/gpu/drm/radeon/radeon_drv.c | 4 +---
19137 drivers/net/usb/asix_common.c | 3 ++-
19138 include/drm/drmP.h | 1 +
19139 8 files changed, 22 insertions(+), 29 deletions(-)
19140
19141 commit 38b1a3d676f407865c3d41840df8213c5ad639c1
19142 Author: Brad Spengler <spender@grsecurity.net>
19143 Date: Sun Jan 17 12:33:53 2016 -0500
19144
19145 As reported by Luis Ressel, the Kconfig help for GRKERNSEC_BRUTE
19146 mentioned banning execution of suid/sgid binaries, though the kernel
19147 source clearly only mentions banning execution of suid binaries. Since
19148 there's no reason for us to not ban execution of sgid binaries as well,
19149 make the implementation match the Kconfig description.
19150
19151 fs/exec.c | 4 ++--
19152 grsecurity/grsec_sig.c | 27 ++++++++++++++-------------
19153 include/linux/sched.h | 4 ++--
19154 3 files changed, 18 insertions(+), 17 deletions(-)
19155
19156 commit 8c3bcb7dbf7f606acfa0983e81f0f928da1f1ace
19157 Merge: d141a86 ea4a835
19158 Author: Brad Spengler <spender@grsecurity.net>
19159 Date: Sat Jan 16 14:12:22 2016 -0500
19160
19161 Merge branch 'pax-test' into grsec-test
19162
19163 Conflicts:
19164 drivers/gpu/drm/i810/i810_drv.c
19165
19166 commit ea4a835328ada6513ac013986764d6caea8cd348
19167 Author: Brad Spengler <spender@grsecurity.net>
19168 Date: Sat Jan 16 14:11:30 2016 -0500
19169
19170 Update to pax-linux-4.3.3-test21.patch:
19171 - fixed some fallout from the drm_drivers constification, reported by spender
19172
19173 drivers/gpu/drm/armada/armada_drv.c | 3 +--
19174 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
19175 drivers/gpu/drm/i810/i810_dma.c | 2 +-
19176 drivers/gpu/drm/i810/i810_drv.c | 6 +++++-
19177 drivers/gpu/drm/i810/i810_drv.h | 2 +-
19178 5 files changed, 8 insertions(+), 6 deletions(-)
19179
19180 commit d141a86fd66194bc3f896b6809b189e2f12a9a83
19181 Author: Brad Spengler <spender@grsecurity.net>
19182 Date: Sat Jan 16 13:16:36 2016 -0500
19183
19184 compile fix
19185
19186 drivers/gpu/drm/i810/i810_dma.c | 2 +-
19187 drivers/gpu/drm/i810/i810_drv.c | 4 +++-
19188 drivers/gpu/drm/i810/i810_drv.h | 2 +-
19189 3 files changed, 5 insertions(+), 3 deletions(-)
19190
19191 commit 0d9dc4b25ea32c14561bcfe6b5b24f1b00fe0270
19192 Merge: 5fa135d bbda879
19193 Author: Brad Spengler <spender@grsecurity.net>
19194 Date: Sat Jan 16 12:59:22 2016 -0500
19195
19196 Merge branch 'pax-test' into grsec-test
19197
19198 commit bbda87914edf63e27fb46670bf3a373f2b963c73
19199 Author: Brad Spengler <spender@grsecurity.net>
19200 Date: Sat Jan 16 12:58:04 2016 -0500
19201
19202 Update to pax-linux-4.3.3-test20.patch:
19203 - constified drm_driver
19204 - Emese fixed a special case in handling __func__ in the initify plugin
19205 - Emese fixed a false positive size overflow report in handling inbufBits, reported by Martin Filo (https://bugs.gentoo.org/show_bug.cgi?id=567048)
19206 - fixed regression that caused perf to not resolve kernel code addresses under KERNEXEC/i386, reported by minipli
19207
19208 arch/x86/kernel/cpu/perf_event.h | 2 +-
19209 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
19210 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
19211 arch/x86/kernel/uprobes.c | 2 +-
19212 arch/x86/mm/mpx.c | 2 +-
19213 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
19214 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 ++-
19215 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
19216 drivers/gpu/drm/drm_pci.c | 6 +-
19217 drivers/gpu/drm/gma500/psb_drv.c | 5 +-
19218 drivers/gpu/drm/i915/i915_dma.c | 2 +-
19219 drivers/gpu/drm/i915/i915_drv.c | 15 ++--
19220 drivers/gpu/drm/i915/i915_drv.h | 2 +-
19221 drivers/gpu/drm/i915/i915_irq.c | 88 ++++++++++----------
19222 drivers/gpu/drm/mga/mga_drv.c | 5 +-
19223 drivers/gpu/drm/mga/mga_drv.h | 2 +-
19224 drivers/gpu/drm/mga/mga_state.c | 2 +-
19225 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 ++--
19226 drivers/gpu/drm/qxl/qxl_drv.c | 8 ++-
19227 drivers/gpu/drm/qxl/qxl_ioctl.c | 2 +-
19228 drivers/gpu/drm/r128/r128_drv.c | 4 +-
19229 drivers/gpu/drm/r128/r128_drv.h | 2 +-
19230 drivers/gpu/drm/r128/r128_state.c | 2 +-
19231 drivers/gpu/drm/radeon/radeon_drv.c | 17 +++-
19232 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
19233 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
19234 drivers/gpu/drm/radeon/radeon_state.c | 2 +-
19235 drivers/gpu/drm/savage/savage_bci.c | 2 +-
19236 drivers/gpu/drm/savage/savage_drv.c | 5 +-
19237 drivers/gpu/drm/savage/savage_drv.h | 2 +-
19238 drivers/gpu/drm/sis/sis_drv.c | 5 +-
19239 drivers/gpu/drm/sis/sis_drv.h | 2 +-
19240 drivers/gpu/drm/sis/sis_mm.c | 2 +-
19241 drivers/gpu/drm/via/via_dma.c | 2 +-
19242 drivers/gpu/drm/via/via_drv.c | 5 +-
19243 drivers/gpu/drm/via/via_drv.h | 2 +-
19244 include/drm/drmP.h | 2 +-
19245 mm/slab.c | 2 +-
19246 net/sunrpc/xprtrdma/svc_rdma.c | 6 +-
19247 tools/gcc/initify_plugin.c | 15 +++-
19248 .../disable_size_overflow_hash.data | 1 +
19249 .../size_overflow_plugin/size_overflow_hash.data | 3 +-
19250 42 files changed, 156 insertions(+), 110 deletions(-)
19251
19252 commit 5fa135dc116350e0205c39ef65eaf6496ed2748a
19253 Author: Brad Spengler <spender@grsecurity.net>
19254 Date: Sat Jan 16 12:19:23 2016 -0500
19255
19256 compile fix
19257
19258 grsecurity/grsec_sig.c | 3 +--
19259 1 files changed, 1 insertions(+), 2 deletions(-)
19260
19261 commit a9090fa58f33f75c7450fda5721a9b13625a47d9
19262 Author: Brad Spengler <spender@grsecurity.net>
19263 Date: Sat Jan 16 12:10:37 2016 -0500
19264
19265 As pointed out by Jann Horn, some distros are starting to circumvent
19266 previous assumptions about the attainability of a user to control
19267 multiple UIDs by handing out suid binaries that allow a user to run
19268 processes (including exploits) under a number of other pre-defined
19269 UIDs. As this could potentially be used to bypass GRKERNSEC_BRUTE
19270 (though it would have to involve some code path that doesn't involve
19271 locks) fix that here by ensuring no more than 8 users on a system can
19272 be banned before a reboot is required. If more are banned, a panic
19273 is triggered.
19274
19275 grsecurity/grsec_sig.c | 8 ++++++++
19276 1 files changed, 8 insertions(+), 0 deletions(-)
19277
19278 commit a8d37776e9521c567ebff6730d49312f72435f08
19279 Author: Eric Dumazet <edumazet@google.com>
19280 Date: Thu Dec 3 11:12:07 2015 -0800
19281
19282 proc: add a reschedule point in proc_readfd_common()
19283
19284 User can pass an arbitrary large buffer to getdents().
19285
19286 It is typically a 32KB buffer used by libc scandir() implementation.
19287
19288 When scanning /proc/{pid}/fd, we can hold cpu way too long,
19289 so add a cond_resched() to be kind with other tasks.
19290
19291 We've seen latencies of more than 50ms on real workloads.
19292
19293 Signed-off-by: Eric Dumazet <edumazet@google.com>
19294 Cc: Alexander Viro <viro@zeniv.linux.org.uk>
19295 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19296
19297 fs/proc/fd.c | 1 +
19298 1 files changed, 1 insertions(+), 0 deletions(-)
19299
19300 commit 0adba75f8708f13b1f5d98ebe3fc2fb961e100c8
19301 Author: Rabin Vincent <rabin@rab.in>
19302 Date: Tue Jan 12 20:17:08 2016 +0100
19303
19304 net: bpf: reject invalid shifts
19305
19306 On ARM64, a BUG() is triggered in the eBPF JIT if a filter with a
19307 constant shift that can't be encoded in the immediate field of the
19308 UBFM/SBFM instructions is passed to the JIT. Since these shifts
19309 amounts, which are negative or >= regsize, are invalid, reject them in
19310 the eBPF verifier and the classic BPF filter checker, for all
19311 architectures.
19312
19313 Signed-off-by: Rabin Vincent <rabin@rab.in>
19314 Acked-by: Alexei Starovoitov <ast@kernel.org>
19315 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19316 Signed-off-by: David S. Miller <davem@davemloft.net>
19317
19318 kernel/bpf/verifier.c | 10 ++++++++++
19319 net/core/filter.c | 5 +++++
19320 2 files changed, 15 insertions(+), 0 deletions(-)
19321
19322 commit c248e115a73496625a1c64660d0eeefd67e55cbf
19323 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19324 Date: Fri Jan 8 11:00:54 2016 -0200
19325
19326 sctp: fix use-after-free in pr_debug statement
19327
19328 Dmitry Vyukov reported a use-after-free in the code expanded by the
19329 macro debug_post_sfx, which is caused by the use of the asoc pointer
19330 after it was freed within sctp_side_effect() scope.
19331
19332 This patch fixes it by allowing sctp_side_effect to clear that asoc
19333 pointer when the TCB is freed.
19334
19335 As Vlad explained, we also have to cover the SCTP_DISPOSITION_ABORT case
19336 because it will trigger DELETE_TCB too on that same loop.
19337
19338 Also, there were places issuing SCTP_CMD_INIT_FAILED and ASSOC_FAILED
19339 but returning SCTP_DISPOSITION_CONSUME, which would fool the scheme
19340 above. Fix it by returning SCTP_DISPOSITION_ABORT instead.
19341
19342 The macro is already prepared to handle such NULL pointer.
19343
19344 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19345 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19346 Acked-by: Vlad Yasevich <vyasevich@gmail.com>
19347 Signed-off-by: David S. Miller <davem@davemloft.net>
19348
19349 net/sctp/sm_sideeffect.c | 11 ++++++-----
19350 net/sctp/sm_statefuns.c | 17 ++++-------------
19351 2 files changed, 10 insertions(+), 18 deletions(-)
19352
19353 commit 395ea8a9e73e184fc14153a033000bccf4213213
19354 Author: willy tarreau <w@1wt.eu>
19355 Date: Sun Jan 10 07:54:56 2016 +0100
19356
19357 unix: properly account for FDs passed over unix sockets
19358
19359 It is possible for a process to allocate and accumulate far more FDs than
19360 the process' limit by sending them over a unix socket then closing them
19361 to keep the process' fd count low.
19362
19363 This change addresses this problem by keeping track of the number of FDs
19364 in flight per user and preventing non-privileged processes from having
19365 more FDs in flight than their configured FD limit.
19366
19367 Reported-by: socketpair@gmail.com
19368 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
19369 Mitigates: CVE-2013-4312 (Linux 2.0+)
19370 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
19371 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19372 Signed-off-by: Willy Tarreau <w@1wt.eu>
19373 Signed-off-by: David S. Miller <davem@davemloft.net>
19374
19375 include/linux/sched.h | 1 +
19376 net/unix/af_unix.c | 24 ++++++++++++++++++++----
19377 net/unix/garbage.c | 13 ++++++++-----
19378 3 files changed, 29 insertions(+), 9 deletions(-)
19379
19380 commit cb207ab8fbd71dcfc4a49d533aba8085012543fd
19381 Author: Sasha Levin <sasha.levin@oracle.com>
19382 Date: Thu Jan 7 14:52:43 2016 -0500
19383
19384 net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
19385
19386 proc_dostring() needs an initialized destination string, while the one
19387 provided in proc_sctp_do_hmac_alg() contains stack garbage.
19388
19389 Thus, writing to cookie_hmac_alg would strlen() that garbage and end up
19390 accessing invalid memory.
19391
19392 Fixes: 3c68198e7 ("sctp: Make hmac algorithm selection for cookie generation dynamic")
19393 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
19394 Signed-off-by: David S. Miller <davem@davemloft.net>
19395
19396 net/sctp/sysctl.c | 2 +-
19397 1 files changed, 1 insertions(+), 1 deletions(-)
19398
19399 commit 4014e09faf0fe9054119624ccfff1236e886b554
19400 Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
19401 Date: Tue Nov 24 17:13:21 2015 -0500
19402
19403 RDS: fix race condition when sending a message on unbound socket
19404
19405 commit 8c7188b23474cca017b3ef354c4a58456f68303a upstream.
19406
19407 Sasha's found a NULL pointer dereference in the RDS connection code when
19408 sending a message to an apparently unbound socket. The problem is caused
19409 by the code checking if the socket is bound in rds_sendmsg(), which checks
19410 the rs_bound_addr field without taking a lock on the socket. This opens a
19411 race where rs_bound_addr is temporarily set but where the transport is not
19412 in rds_bind(), leading to a NULL pointer dereference when trying to
19413 dereference 'trans' in __rds_conn_create().
19414
19415 Vegard wrote a reproducer for this issue, so kindly ask him to share if
19416 you're interested.
19417
19418 I cannot reproduce the NULL pointer dereference using Vegard's reproducer
19419 with this patch, whereas I could without.
19420
19421 Complete earlier incomplete fix to CVE-2015-6937:
19422
19423 74e98eb08588 ("RDS: verify the underlying transport exists before creating a connection")
19424
19425 Cc: David S. Miller <davem@davemloft.net>
19426
19427 Reviewed-by: Vegard Nossum <vegard.nossum@oracle.com>
19428 Reviewed-by: Sasha Levin <sasha.levin@oracle.com>
19429 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
19430 Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com>
19431 Signed-off-by: David S. Miller <davem@davemloft.net>
19432 Signed-off-by: Jiri Slaby <jslaby@suse.cz>
19433
19434 Conflicts:
19435
19436 net/rds/send.c
19437
19438 net/rds/connection.c | 6 ------
19439 1 files changed, 0 insertions(+), 6 deletions(-)
19440
19441 commit 206df8d01104344d7588d801016a281a4cd25556
19442 Author: Sasha Levin <sasha.levin@oracle.com>
19443 Date: Tue Sep 8 10:53:40 2015 -0400
19444
19445 RDS: verify the underlying transport exists before creating a connection
19446
19447 There was no verification that an underlying transport exists when creating
19448 a connection, this would cause dereferencing a NULL ptr.
19449
19450 It might happen on sockets that weren't properly bound before attempting to
19451 send a message, which will cause a NULL ptr deref:
19452
19453 [135546.047719] kasan: GPF could be caused by NULL-ptr deref or user memory accessgeneral protection fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC KASAN
19454 [135546.051270] Modules linked in:
19455 [135546.051781] CPU: 4 PID: 15650 Comm: trinity-c4 Not tainted 4.2.0-next-20150902-sasha-00041-gbaa1222-dirty #2527
19456 [135546.053217] task: ffff8800835bc000 ti: ffff8800bc708000 task.ti: ffff8800bc708000
19457 [135546.054291] RIP: __rds_conn_create (net/rds/connection.c:194)
19458 [135546.055666] RSP: 0018:ffff8800bc70fab0 EFLAGS: 00010202
19459 [135546.056457] RAX: dffffc0000000000 RBX: 0000000000000f2c RCX: ffff8800835bc000
19460 [135546.057494] RDX: 0000000000000007 RSI: ffff8800835bccd8 RDI: 0000000000000038
19461 [135546.058530] RBP: ffff8800bc70fb18 R08: 0000000000000001 R09: 0000000000000000
19462 [135546.059556] R10: ffffed014d7a3a23 R11: ffffed014d7a3a21 R12: 0000000000000000
19463 [135546.060614] R13: 0000000000000001 R14: ffff8801ec3d0000 R15: 0000000000000000
19464 [135546.061668] FS: 00007faad4ffb700(0000) GS:ffff880252000000(0000) knlGS:0000000000000000
19465 [135546.062836] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
19466 [135546.063682] CR2: 000000000000846a CR3: 000000009d137000 CR4: 00000000000006a0
19467 [135546.064723] Stack:
19468 [135546.065048] ffffffffafe2055c ffffffffafe23fc1 ffffed00493097bf ffff8801ec3d0008
19469 [135546.066247] 0000000000000000 00000000000000d0 0000000000000000 ac194a24c0586342
19470 [135546.067438] 1ffff100178e1f78 ffff880320581b00 ffff8800bc70fdd0 ffff880320581b00
19471 [135546.068629] Call Trace:
19472 [135546.069028] ? __rds_conn_create (include/linux/rcupdate.h:856 net/rds/connection.c:134)
19473 [135546.069989] ? rds_message_copy_from_user (net/rds/message.c:298)
19474 [135546.071021] rds_conn_create_outgoing (net/rds/connection.c:278)
19475 [135546.071981] rds_sendmsg (net/rds/send.c:1058)
19476 [135546.072858] ? perf_trace_lock (include/trace/events/lock.h:38)
19477 [135546.073744] ? lockdep_init (kernel/locking/lockdep.c:3298)
19478 [135546.074577] ? rds_send_drop_to (net/rds/send.c:976)
19479 [135546.075508] ? __might_fault (./arch/x86/include/asm/current.h:14 mm/memory.c:3795)
19480 [135546.076349] ? __might_fault (mm/memory.c:3795)
19481 [135546.077179] ? rds_send_drop_to (net/rds/send.c:976)
19482 [135546.078114] sock_sendmsg (net/socket.c:611 net/socket.c:620)
19483 [135546.078856] SYSC_sendto (net/socket.c:1657)
19484 [135546.079596] ? SYSC_connect (net/socket.c:1628)
19485 [135546.080510] ? trace_dump_stack (kernel/trace/trace.c:1926)
19486 [135546.081397] ? ring_buffer_unlock_commit (kernel/trace/ring_buffer.c:2479 kernel/trace/ring_buffer.c:2558 kernel/trace/ring_buffer.c:2674)
19487 [135546.082390] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
19488 [135546.083410] ? trace_event_raw_event_sys_enter (include/trace/events/syscalls.h:16)
19489 [135546.084481] ? do_audit_syscall_entry (include/trace/events/syscalls.h:16)
19490 [135546.085438] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
19491 [135546.085515] rds_ib_laddr_check(): addr 36.74.25.172 ret -99 node type -1
19492
19493 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
19494 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
19495 Signed-off-by: David S. Miller <davem@davemloft.net>
19496
19497 net/rds/connection.c | 6 ++++++
19498 1 files changed, 6 insertions(+), 0 deletions(-)
19499
19500 commit 173fa03f05cf0ad485d49a42cbdee8844d3a689a
19501 Author: Steven Rostedt (Red Hat) <rostedt@goodmis.org>
19502 Date: Tue Jan 5 20:32:47 2016 -0500
19503
19504 ftrace/module: Call clean up function when module init fails early
19505
19506 If the module init code fails after calling ftrace_module_init() and before
19507 calling do_init_module(), we can suffer from a memory leak. This is because
19508 ftrace_module_init() allocates pages to store the locations that ftrace
19509 hooks are placed in the module text. If do_init_module() fails, it still
19510 calls the MODULE_GOING notifiers which will tell ftrace to do a clean up of
19511 the pages it allocated for the module. But if load_module() fails before
19512 then, the pages allocated by ftrace_module_init() will never be freed.
19513
19514 Call ftrace_release_mod() on the module if load_module() fails before
19515 getting to do_init_module().
19516
19517 Link: http://lkml.kernel.org/r/567CEA31.1070507@intel.com
19518
19519 Reported-by: "Qiu, PeiyangX" <peiyangx.qiu@intel.com>
19520 Fixes: a949ae560a511 "ftrace/module: Hardcode ftrace_module_init() call into load_module()"
19521 Cc: stable@vger.kernel.org # v2.6.38+
19522 Acked-by: Rusty Russell <rusty@rustcorp.com.au>
19523 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
19524
19525 include/linux/ftrace.h | 1 +
19526 kernel/module.c | 6 ++++++
19527 2 files changed, 7 insertions(+), 0 deletions(-)
19528
19529 commit 1e5a4a81a4c16c8ac2e264b88a02cc2f42ed0399
19530 Author: Francesco Ruggeri <fruggeri@aristanetworks.com>
19531 Date: Wed Jan 6 00:18:48 2016 -0800
19532
19533 net: possible use after free in dst_release
19534
19535 dst_release should not access dst->flags after decrementing
19536 __refcnt to 0. The dst_entry may be in dst_busy_list and
19537 dst_gc_task may dst_destroy it before dst_release gets a chance
19538 to access dst->flags.
19539
19540 Fixes: d69bbf88c8d0 ("net: fix a race in dst_release()")
19541 Fixes: 27b75c95f10d ("net: avoid RCU for NOCACHE dst")
19542 Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
19543 Acked-by: Eric Dumazet <edumazet@google.com>
19544 Signed-off-by: David S. Miller <davem@davemloft.net>
19545
19546 net/core/dst.c | 3 ++-
19547 1 files changed, 2 insertions(+), 1 deletions(-)
19548
19549 commit bfb0455793dd4e0f0b49d34a68b3249ab55565cc
19550 Author: Alan <gnomes@lxorguk.ukuu.org.uk>
19551 Date: Wed Jan 6 14:55:02 2016 +0000
19552
19553 mkiss: fix scribble on freed memory
19554
19555 commit d79f16c046086f4fe0d42184a458e187464eb83e fixed a user triggerable
19556 scribble on free memory but added a new one which allows the user to
19557 scribble even more and user controlled data into freed space.
19558
19559 As with 6pack we need to halt the queue before we free the buffers, because
19560 the transmit logic is not protected by the semaphore.
19561
19562 Signed-off-by: Alan Cox <alan@linux.intel.com>
19563 Signed-off-by: David S. Miller <davem@davemloft.net>
19564
19565 drivers/net/hamradio/mkiss.c | 5 +++++
19566 1 files changed, 5 insertions(+), 0 deletions(-)
19567
19568 commit 5cbbcbd32dc1949470f61d342503808fa9555276
19569 Author: David Miller <davem@davemloft.net>
19570 Date: Thu Dec 17 16:05:49 2015 -0500
19571
19572 mkiss: Fix use after free in mkiss_close().
19573
19574 Need to do the unregister_device() after all references to the driver
19575 private have been done.
19576
19577 Signed-off-by: David S. Miller <davem@davemloft.net>
19578
19579 drivers/net/hamradio/mkiss.c | 4 ++--
19580 1 files changed, 2 insertions(+), 2 deletions(-)
19581
19582 commit b00171576794a98068e069a660f0991a6a5190ff
19583 Author: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
19584 Date: Tue Jan 5 11:51:25 2016 +0000
19585
19586 6pack: fix free memory scribbles
19587
19588 commit acf673a3187edf72068ee2f92f4dc47d66baed47 fixed a user triggerable free
19589 memory scribble but in doing so replaced it with a different one that allows
19590 the user to control the data and scribble even more.
19591
19592 sixpack_close is called by the tty layer in tty context. The tty context is
19593 protected by sp_get() and sp_put(). However network layer activity via
19594 sp_xmit() is not protected this way. We must therefore stop the queue
19595 otherwise the user gets to dump a buffer mostly of their choice into freed
19596 kernel pages.
19597
19598 Signed-off-by: Alan Cox <alan@linux.intel.com>
19599 Signed-off-by: David S. Miller <davem@davemloft.net>
19600
19601 drivers/net/hamradio/6pack.c | 6 ++++++
19602 1 files changed, 6 insertions(+), 0 deletions(-)
19603
19604 commit 5b64a833907cd230a3106aeba2304b2c1bcd116d
19605 Author: David Miller <davem@davemloft.net>
19606 Date: Thu Dec 17 16:05:32 2015 -0500
19607
19608 6pack: Fix use after free in sixpack_close().
19609
19610 Need to do the unregister_device() after all references to the driver
19611 private have been done.
19612
19613 Also we need to use del_timer_sync() for the timers so that we don't
19614 have any asynchronous references after the unregister.
19615
19616 Signed-off-by: David S. Miller <davem@davemloft.net>
19617
19618 drivers/net/hamradio/6pack.c | 8 ++++----
19619 1 files changed, 4 insertions(+), 4 deletions(-)
19620
19621 commit 4f9d532742656b3613d579220fd10c78f24ba37b
19622 Author: Rabin Vincent <rabin@rab.in>
19623 Date: Tue Jan 5 16:23:07 2016 +0100
19624
19625 net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
19626
19627 The SKF_AD_ALU_XOR_X ancillary is not like the other ancillary data
19628 instructions since it XORs A with X while all the others replace A with
19629 some loaded value. All the BPF JITs fail to clear A if this is used as
19630 the first instruction in a filter. This was found using american fuzzy
19631 lop.
19632
19633 Add a helper to determine if A needs to be cleared given the first
19634 instruction in a filter, and use this in the JITs. Except for ARM, the
19635 rest have only been compile-tested.
19636
19637 Fixes: 3480593131e0 ("net: filter: get rid of BPF_S_* enum")
19638 Signed-off-by: Rabin Vincent <rabin@rab.in>
19639 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19640 Acked-by: Alexei Starovoitov <ast@kernel.org>
19641 Signed-off-by: David S. Miller <davem@davemloft.net>
19642
19643 arch/arm/net/bpf_jit_32.c | 16 +---------------
19644 arch/mips/net/bpf_jit.c | 16 +---------------
19645 arch/powerpc/net/bpf_jit_comp.c | 13 ++-----------
19646 arch/sparc/net/bpf_jit_comp.c | 17 ++---------------
19647 include/linux/filter.h | 19 +++++++++++++++++++
19648 5 files changed, 25 insertions(+), 56 deletions(-)
19649
19650 commit 570d88f8acfffda92b89ae2e1c47320d47256034
19651 Author: John Fastabend <john.fastabend@gmail.com>
19652 Date: Tue Jan 5 09:11:36 2016 -0800
19653
19654 net: sched: fix missing free per cpu on qstats
19655
19656 When a qdisc is using per cpu stats (currently just the ingress
19657 qdisc) only the bstats are being freed. This also free's the qstats.
19658
19659 Fixes: b0ab6f92752b9f9d8 ("net: sched: enable per cpu qstats")
19660 Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
19661 Acked-by: Eric Dumazet <edumazet@google.com>
19662 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19663 Signed-off-by: David S. Miller <davem@davemloft.net>
19664
19665 net/sched/sch_generic.c | 4 +++-
19666 1 files changed, 3 insertions(+), 1 deletions(-)
19667
19668 commit 32c0ebc51857ee83470a10dcb234d308a0ed1881
19669 Author: Rabin Vincent <rabin@rab.in>
19670 Date: Tue Jan 5 18:34:04 2016 +0100
19671
19672 ARM: net: bpf: fix zero right shift
19673
19674 The LSR instruction cannot be used to perform a zero right shift since a
19675 0 as the immediate value (imm5) in the LSR instruction encoding means
19676 that a shift of 32 is perfomed. See DecodeIMMShift() in the ARM ARM.
19677
19678 Make the JIT skip generation of the LSR if a zero-shift is requested.
19679
19680 This was found using american fuzzy lop.
19681
19682 Signed-off-by: Rabin Vincent <rabin@rab.in>
19683 Acked-by: Alexei Starovoitov <ast@kernel.org>
19684 Signed-off-by: David S. Miller <davem@davemloft.net>
19685
19686 arch/arm/net/bpf_jit_32.c | 3 ++-
19687 1 files changed, 2 insertions(+), 1 deletions(-)
19688
19689 commit 51f5d291750285efa4d4bbe84e5ec23dc00c8d2d
19690 Author: Brad Spengler <spender@grsecurity.net>
19691 Date: Wed Jan 6 20:35:57 2016 -0500
19692
19693 Don't perform hidden lookups in RBAC against the directory of
19694 a file being opened with O_CREAT, reported by Karl Witt
19695
19696 Conflicts:
19697
19698 fs/namei.c
19699
19700 fs/namei.c | 3 ---
19701 1 files changed, 0 insertions(+), 3 deletions(-)
19702
19703 commit 5a8266a6b2769ccdb447256f95bc2577a73cccd1
19704 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
19705 Date: Tue Jan 5 10:46:00 2016 +0100
19706
19707 bridge: Only call /sbin/bridge-stp for the initial network namespace
19708
19709 [I stole this patch from Eric Biederman. He wrote:]
19710
19711 > There is no defined mechanism to pass network namespace information
19712 > into /sbin/bridge-stp therefore don't even try to invoke it except
19713 > for bridge devices in the initial network namespace.
19714 >
19715 > It is possible for unprivileged users to cause /sbin/bridge-stp to be
19716 > invoked for any network device name which if /sbin/bridge-stp does not
19717 > guard against unreasonable arguments or being invoked twice on the
19718 > same network device could cause problems.
19719
19720 [Hannes: changed patch using netns_eq]
19721
19722 Cc: Eric W. Biederman <ebiederm@xmission.com>
19723 Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
19724 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19725 Signed-off-by: David S. Miller <davem@davemloft.net>
19726
19727 net/bridge/br_stp_if.c | 5 ++++-
19728 1 files changed, 4 insertions(+), 1 deletions(-)
19729
19730 commit 650d535cc39f0aeff2f57e60b6617be25d3ef48b
19731 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19732 Date: Wed Dec 23 16:28:40 2015 -0200
19733
19734 sctp: use GFP_USER for user-controlled kmalloc
19735
19736 Commit cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
19737 missed two other spots.
19738
19739 For connectx, as it's more likely to be used by kernel users of the API,
19740 it detects if GFP_USER should be used or not.
19741
19742 Fixes: cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
19743 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19744 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19745 Signed-off-by: David S. Miller <davem@davemloft.net>
19746
19747 net/sctp/socket.c | 9 ++++++---
19748 1 files changed, 6 insertions(+), 3 deletions(-)
19749
19750 commit 5718a1f63c41fc156f729783423b002763779d04
19751 Author: Florian Westphal <fw@strlen.de>
19752 Date: Thu Dec 31 14:26:33 2015 +0100
19753
19754 connector: bump skb->users before callback invocation
19755
19756 Dmitry reports memleak with syskaller program.
19757 Problem is that connector bumps skb usecount but might not invoke callback.
19758
19759 So move skb_get to where we invoke the callback.
19760
19761 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19762 Signed-off-by: Florian Westphal <fw@strlen.de>
19763 Signed-off-by: David S. Miller <davem@davemloft.net>
19764
19765 drivers/connector/connector.c | 11 +++--------
19766 1 files changed, 3 insertions(+), 8 deletions(-)
19767
19768 commit 2e6372e6a97f8d642416899861f91777f44f13b7
19769 Author: Rainer Weikusat <rweikusat@mobileactivedefense.com>
19770 Date: Sun Jan 3 18:56:38 2016 +0000
19771
19772 af_unix: Fix splice-bind deadlock
19773
19774 On 2015/11/06, Dmitry Vyukov reported a deadlock involving the splice
19775 system call and AF_UNIX sockets,
19776
19777 http://lists.openwall.net/netdev/2015/11/06/24
19778
19779 The situation was analyzed as
19780
19781 (a while ago) A: socketpair()
19782 B: splice() from a pipe to /mnt/regular_file
19783 does sb_start_write() on /mnt
19784 C: try to freeze /mnt
19785 wait for B to finish with /mnt
19786 A: bind() try to bind our socket to /mnt/new_socket_name
19787 lock our socket, see it not bound yet
19788 decide that it needs to create something in /mnt
19789 try to do sb_start_write() on /mnt, block (it's
19790 waiting for C).
19791 D: splice() from the same pipe to our socket
19792 lock the pipe, see that socket is connected
19793 try to lock the socket, block waiting for A
19794 B: get around to actually feeding a chunk from
19795 pipe to file, try to lock the pipe. Deadlock.
19796
19797 on 2015/11/10 by Al Viro,
19798
19799 http://lists.openwall.net/netdev/2015/11/10/4
19800
19801 The patch fixes this by removing the kern_path_create related code from
19802 unix_mknod and executing it as part of unix_bind prior acquiring the
19803 readlock of the socket in question. This means that A (as used above)
19804 will sb_start_write on /mnt before it acquires the readlock, hence, it
19805 won't indirectly block B which first did a sb_start_write and then
19806 waited for a thread trying to acquire the readlock. Consequently, A
19807 being blocked by C waiting for B won't cause a deadlock anymore
19808 (effectively, both A and B acquire two locks in opposite order in the
19809 situation described above).
19810
19811 Dmitry Vyukov(<dvyukov@google.com>) tested the original patch.
19812
19813 Signed-off-by: Rainer Weikusat <rweikusat@mobileactivedefense.com>
19814 Signed-off-by: David S. Miller <davem@davemloft.net>
19815
19816 Conflicts:
19817
19818 net/unix/af_unix.c
19819
19820 net/unix/af_unix.c | 70 +++++++++++++++++++++++++++++++--------------------
19821 1 files changed, 42 insertions(+), 28 deletions(-)
19822
19823 commit 2e729e557c571f3253e32472cd7d382ac16cf1c3
19824 Author: Qiu Peiyang <peiyangx.qiu@intel.com>
19825 Date: Thu Dec 31 13:11:28 2015 +0800
19826
19827 tracing: Fix setting of start_index in find_next()
19828
19829 When we do cat /sys/kernel/debug/tracing/printk_formats, we hit kernel
19830 panic at t_show.
19831
19832 general protection fault: 0000 [#1] PREEMPT SMP
19833 CPU: 0 PID: 2957 Comm: sh Tainted: G W O 3.14.55-x86_64-01062-gd4acdc7 #2
19834 RIP: 0010:[<ffffffff811375b2>]
19835 [<ffffffff811375b2>] t_show+0x22/0xe0
19836 RSP: 0000:ffff88002b4ebe80 EFLAGS: 00010246
19837 RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000004
19838 RDX: 0000000000000004 RSI: ffffffff81fd26a6 RDI: ffff880032f9f7b1
19839 RBP: ffff88002b4ebe98 R08: 0000000000001000 R09: 000000000000ffec
19840 R10: 0000000000000000 R11: 000000000000000f R12: ffff880004d9b6c0
19841 R13: 7365725f6d706400 R14: ffff880004d9b6c0 R15: ffffffff82020570
19842 FS: 0000000000000000(0000) GS:ffff88003aa00000(0063) knlGS:00000000f776bc40
19843 CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
19844 CR2: 00000000f6c02ff0 CR3: 000000002c2b3000 CR4: 00000000001007f0
19845 Call Trace:
19846 [<ffffffff811dc076>] seq_read+0x2f6/0x3e0
19847 [<ffffffff811b749b>] vfs_read+0x9b/0x160
19848 [<ffffffff811b7f69>] SyS_read+0x49/0xb0
19849 [<ffffffff81a3a4b9>] ia32_do_call+0x13/0x13
19850 ---[ end trace 5bd9eb630614861e ]---
19851 Kernel panic - not syncing: Fatal exception
19852
19853 When the first time find_next calls find_next_mod_format, it should
19854 iterate the trace_bprintk_fmt_list to find the first print format of
19855 the module. However in current code, start_index is smaller than *pos
19856 at first, and code will not iterate the list. Latter container_of will
19857 get the wrong address with former v, which will cause mod_fmt be a
19858 meaningless object and so is the returned mod_fmt->fmt.
19859
19860 This patch will fix it by correcting the start_index. After fixed,
19861 when the first time calls find_next_mod_format, start_index will be
19862 equal to *pos, and code will iterate the trace_bprintk_fmt_list to
19863 get the right module printk format, so is the returned mod_fmt->fmt.
19864
19865 Link: http://lkml.kernel.org/r/5684B900.9000309@intel.com
19866
19867 Cc: stable@vger.kernel.org # 3.12+
19868 Fixes: 102c9323c35a8 "tracing: Add __tracepoint_string() to export string pointers"
19869 Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
19870 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
19871
19872 kernel/trace/trace_printk.c | 1 +
19873 1 files changed, 1 insertions(+), 0 deletions(-)
19874
19875 commit 0994af4b1930f32aa493dc08145cd304f8bfc8f4
19876 Author: Al Viro <viro@zeniv.linux.org.uk>
19877 Date: Mon Dec 28 20:47:08 2015 -0500
19878
19879 [PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()
19880
19881 Cc: stable@vger.kernel.org # 3.15+
19882 Reviewed-by: Jeff Layton <jeff.layton@primarydata.com>
19883 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19884
19885 arch/arm/kernel/sys_oabi-compat.c | 73 +++++++++++++++++++------------------
19886 1 files changed, 37 insertions(+), 36 deletions(-)
19887
19888 commit 4ed030f65dcf3e6b0128032a49a7d75f947fa351
19889 Merge: de243c2 3adc55a
19890 Author: Brad Spengler <spender@grsecurity.net>
19891 Date: Tue Jan 5 18:10:10 2016 -0500
19892
19893 Merge branch 'pax-test' into grsec-test
19894
19895 commit 3adc55a5acfa429c2a7cc883aef08b960c0079b0
19896 Author: Brad Spengler <spender@grsecurity.net>
19897 Date: Tue Jan 5 18:08:53 2016 -0500
19898
19899 Update to pax-linux-4.3.3-test16.patch:
19900 - small cleanup in entry_64.S on x86
19901 - Emese fixed the initify plugin to recursively check variable initializers, reported by Rasmus Villemoes
19902 - 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)
19903 - 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)
19904 - 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)
19905 - 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)
19906
19907 arch/x86/entry/entry_64.S | 60 +++++-----
19908 arch/x86/kernel/alternative.c | 2 +-
19909 arch/x86/kvm/emulate.c | 4 +-
19910 tools/gcc/initify_plugin.c | 123 +++++++++----------
19911 .../disable_size_overflow_hash.data | 4 +-
19912 .../size_overflow_plugin/size_overflow_hash.data | 2 -
19913 6 files changed, 93 insertions(+), 102 deletions(-)
19914
19915 commit de243c26efd0e423ca92db825af2c3f8eb1ca043
19916 Author: Brad Spengler <spender@grsecurity.net>
19917 Date: Tue Dec 29 18:01:24 2015 -0500
19918
19919 It was noticed during an internal audit that the code under GRKERNSEC_PROC_MEMMAP
19920 which aimed to enforce a 16MB minimum on RLIMIT_DATA for suid/sgid binaries only
19921 did so if RLIMIT_DATA was set lower than PAGE_SIZE.
19922
19923 This addition was only supplemental as GRKERNSEC_BRUTE is the main defense
19924 against suid/sgid attacks and the flaw above would only eliminate the extra
19925 entropy provided for the brk-managed heap, still leaving it with the minimum
19926 of 16-bit entropy for mmap on x86 and 28 on x64.
19927
19928 mm/mmap.c | 2 +-
19929 1 files changed, 1 insertions(+), 1 deletions(-)
19930
19931 commit 8e264cfe47e5f08cdc9ed009a630277206cd2534
19932 Merge: 436201b 2584340
19933 Author: Brad Spengler <spender@grsecurity.net>
19934 Date: Mon Dec 28 20:30:01 2015 -0500
19935
19936 Merge branch 'pax-test' into grsec-test
19937
19938 commit 2584340eab494e64ec1bf9eb5b0d1ae31f926306
19939 Author: Brad Spengler <spender@grsecurity.net>
19940 Date: Mon Dec 28 20:29:28 2015 -0500
19941
19942 Update to pax-linux-4.3.3-test14.patch:
19943 - 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)
19944 - fixed shutdown crash with tboot and KERNEXEC, reported by perfinion
19945 - fixed a few false positive and one real size overflow reports in hyperv, reported by hunger
19946 - fixed compile regressions on armv5, reported by iamb (https://forums.grsecurity.net/viewtopic.php?f=3&t=4350)
19947 - fixed an assert in the initify plugin that triggered in vic_register on arm
19948
19949 arch/arm/include/asm/atomic.h | 7 +++++--
19950 arch/arm/include/asm/domain.h | 5 ++---
19951 arch/x86/kernel/tboot.c | 14 +++++++++-----
19952 drivers/hv/channel.c | 4 +---
19953 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
19954 drivers/net/hyperv/rndis_filter.c | 3 +--
19955 fs/exec.c | 4 ++--
19956 include/linux/atomic.h | 15 ---------------
19957 net/core/skbuff.c | 3 ++-
19958 tools/gcc/initify_plugin.c | 4 +++-
19959 10 files changed, 26 insertions(+), 35 deletions(-)
19960
19961 commit 436201b6626b488d173c8076447000077c27b84a
19962 Author: David Howells <dhowells@redhat.com>
19963 Date: Fri Dec 18 01:34:26 2015 +0000
19964
19965 KEYS: Fix race between read and revoke
19966
19967 This fixes CVE-2015-7550.
19968
19969 There's a race between keyctl_read() and keyctl_revoke(). If the revoke
19970 happens between keyctl_read() checking the validity of a key and the key's
19971 semaphore being taken, then the key type read method will see a revoked key.
19972
19973 This causes a problem for the user-defined key type because it assumes in
19974 its read method that there will always be a payload in a non-revoked key
19975 and doesn't check for a NULL pointer.
19976
19977 Fix this by making keyctl_read() check the validity of a key after taking
19978 semaphore instead of before.
19979
19980 I think the bug was introduced with the original keyrings code.
19981
19982 This was discovered by a multithreaded test program generated by syzkaller
19983 (http://github.com/google/syzkaller). Here's a cleaned up version:
19984
19985 #include <sys/types.h>
19986 #include <keyutils.h>
19987 #include <pthread.h>
19988 void *thr0(void *arg)
19989 {
19990 key_serial_t key = (unsigned long)arg;
19991 keyctl_revoke(key);
19992 return 0;
19993 }
19994 void *thr1(void *arg)
19995 {
19996 key_serial_t key = (unsigned long)arg;
19997 char buffer[16];
19998 keyctl_read(key, buffer, 16);
19999 return 0;
20000 }
20001 int main()
20002 {
20003 key_serial_t key = add_key("user", "%", "foo", 3, KEY_SPEC_USER_KEYRING);
20004 pthread_t th[5];
20005 pthread_create(&th[0], 0, thr0, (void *)(unsigned long)key);
20006 pthread_create(&th[1], 0, thr1, (void *)(unsigned long)key);
20007 pthread_create(&th[2], 0, thr0, (void *)(unsigned long)key);
20008 pthread_create(&th[3], 0, thr1, (void *)(unsigned long)key);
20009 pthread_join(th[0], 0);
20010 pthread_join(th[1], 0);
20011 pthread_join(th[2], 0);
20012 pthread_join(th[3], 0);
20013 return 0;
20014 }
20015
20016 Build as:
20017
20018 cc -o keyctl-race keyctl-race.c -lkeyutils -lpthread
20019
20020 Run as:
20021
20022 while keyctl-race; do :; done
20023
20024 as it may need several iterations to crash the kernel. The crash can be
20025 summarised as:
20026
20027 BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
20028 IP: [<ffffffff81279b08>] user_read+0x56/0xa3
20029 ...
20030 Call Trace:
20031 [<ffffffff81276aa9>] keyctl_read_key+0xb6/0xd7
20032 [<ffffffff81277815>] SyS_keyctl+0x83/0xe0
20033 [<ffffffff815dbb97>] entry_SYSCALL_64_fastpath+0x12/0x6f
20034
20035 Reported-by: Dmitry Vyukov <dvyukov@google.com>
20036 Signed-off-by: David Howells <dhowells@redhat.com>
20037 Tested-by: Dmitry Vyukov <dvyukov@google.com>
20038 Cc: stable@vger.kernel.org
20039 Signed-off-by: James Morris <james.l.morris@oracle.com>
20040
20041 security/keys/keyctl.c | 18 +++++++++---------
20042 1 files changed, 9 insertions(+), 9 deletions(-)
20043
20044 commit 195cea04477025da4a2078bd3e1fb7c4e11206c2
20045 Author: Brad Spengler <spender@grsecurity.net>
20046 Date: Tue Dec 22 20:44:01 2015 -0500
20047
20048 Add new kernel command-line param: pax_size_overflow_report_only
20049 If a user triggers a size_overflow violation that makes it difficult
20050 to obtain the call trace without serial console/net console, they can
20051 use this option to provide that information to us
20052
20053 Documentation/kernel-parameters.txt | 5 +++++
20054 fs/exec.c | 12 +++++++++---
20055 init/main.c | 11 +++++++++++
20056 3 files changed, 25 insertions(+), 3 deletions(-)
20057
20058 commit 4254a8da5851df8c08cdca5c392916e8c105408d
20059 Author: WANG Cong <xiyou.wangcong@gmail.com>
20060 Date: Mon Dec 21 10:55:45 2015 -0800
20061
20062 addrconf: always initialize sysctl table data
20063
20064 When sysctl performs restrict writes, it allows to write from
20065 a middle position of a sysctl file, which requires us to initialize
20066 the table data before calling proc_dostring() for the write case.
20067
20068 Fixes: 3d1bec99320d ("ipv6: introduce secret_stable to ipv6_devconf")
20069 Reported-by: Sasha Levin <sasha.levin@oracle.com>
20070 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
20071 Tested-by: Sasha Levin <sasha.levin@oracle.com>
20072 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
20073 Signed-off-by: David S. Miller <davem@davemloft.net>
20074
20075 net/ipv6/addrconf.c | 11 ++++-------
20076 1 files changed, 4 insertions(+), 7 deletions(-)
20077
20078 commit f8002863fb06c363180637046947a78a6ccb3d33
20079 Author: WANG Cong <xiyou.wangcong@gmail.com>
20080 Date: Wed Dec 16 23:39:04 2015 -0800
20081
20082 net: check both type and procotol for tcp sockets
20083
20084 Dmitry reported the following out-of-bound access:
20085
20086 Call Trace:
20087 [<ffffffff816cec2e>] __asan_report_load4_noabort+0x3e/0x40
20088 mm/kasan/report.c:294
20089 [<ffffffff84affb14>] sock_setsockopt+0x1284/0x13d0 net/core/sock.c:880
20090 [< inline >] SYSC_setsockopt net/socket.c:1746
20091 [<ffffffff84aed7ee>] SyS_setsockopt+0x1fe/0x240 net/socket.c:1729
20092 [<ffffffff85c18c76>] entry_SYSCALL_64_fastpath+0x16/0x7a
20093 arch/x86/entry/entry_64.S:185
20094
20095 This is because we mistake a raw socket as a tcp socket.
20096 We should check both sk->sk_type and sk->sk_protocol to ensure
20097 it is a tcp socket.
20098
20099 Willem points out __skb_complete_tx_timestamp() needs to fix as well.
20100
20101 Reported-by: Dmitry Vyukov <dvyukov@google.com>
20102 Cc: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
20103 Cc: Eric Dumazet <eric.dumazet@gmail.com>
20104 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
20105 Acked-by: Willem de Bruijn <willemb@google.com>
20106 Signed-off-by: David S. Miller <davem@davemloft.net>
20107
20108 net/core/skbuff.c | 3 ++-
20109 net/core/sock.c | 3 ++-
20110 2 files changed, 4 insertions(+), 2 deletions(-)
20111
20112 commit bd6b3399804470a4ad8f34229469ca149dceba3d
20113 Author: Colin Ian King <colin.king@canonical.com>
20114 Date: Fri Dec 18 14:22:01 2015 -0800
20115
20116 proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
20117
20118 Writing to /proc/$pid/coredump_filter always returns -ESRCH because commit
20119 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()") removed
20120 the setting of ret after the get_proc_task call and incorrectly left it as
20121 -ESRCH. Instead, return 0 when successful.
20122
20123 Example breakage:
20124
20125 echo 0 > /proc/self/coredump_filter
20126 bash: echo: write error: No such process
20127
20128 Fixes: 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()")
20129 Signed-off-by: Colin Ian King <colin.king@canonical.com>
20130 Acked-by: Kees Cook <keescook@chromium.org>
20131 Cc: <stable@vger.kernel.org> [4.3+]
20132 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
20133 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
20134
20135 fs/proc/base.c | 1 +
20136 1 files changed, 1 insertions(+), 0 deletions(-)
20137
20138 commit b28aca2b99ed08546778355fb9402c503ff9b29e
20139 Author: Junichi Nomura <j-nomura@ce.jp.nec.com>
20140 Date: Tue Dec 22 10:23:44 2015 -0700
20141
20142 block: ensure to split after potentially bouncing a bio
20143
20144 blk_queue_bio() does split then bounce, which makes the segment
20145 counting based on pages before bouncing and could go wrong. Move
20146 the split to after bouncing, like we do for blk-mq, and the we
20147 fix the issue of having the bio count for segments be wrong.
20148
20149 Fixes: 54efd50bfd87 ("block: make generic_make_request handle arbitrarily sized bios")
20150 Cc: stable@vger.kernel.org
20151 Tested-by: Artem S. Tashkinov <t.artem@lycos.com>
20152 Signed-off-by: Jens Axboe <axboe@fb.com>
20153
20154 block/blk-core.c | 4 ++--
20155 1 files changed, 2 insertions(+), 2 deletions(-)
20156
20157 commit e62a25e917a9e5b35ddd5b4f1b5e5e30fbd2e84c
20158 Merge: f6f63ae ec72fa5
20159 Author: Brad Spengler <spender@grsecurity.net>
20160 Date: Tue Dec 22 19:46:26 2015 -0500
20161
20162 Merge branch 'pax-test' into grsec-test
20163
20164 commit ec72fa5f8d9cb4e223bad1b8b5c2e1071c222f2a
20165 Author: Brad Spengler <spender@grsecurity.net>
20166 Date: Tue Dec 22 19:45:51 2015 -0500
20167
20168 Update to pax-linux-4.3.3-test13.patch:
20169 - 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)
20170 - 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)
20171
20172 arch/arm/mm/fault.c | 2 +-
20173 arch/x86/mm/fault.c | 2 +-
20174 fs/btrfs/extent_map.c | 8 ++++++--
20175 fs/xfs/libxfs/xfs_da_btree.c | 4 +++-
20176 4 files changed, 11 insertions(+), 5 deletions(-)
20177
20178 commit f6f63ae154cd45028add1dc41957878060d77fbf
20179 Author: Brad Spengler <spender@grsecurity.net>
20180 Date: Thu Dec 17 18:43:44 2015 -0500
20181
20182 ptrace_has_cap() checks whether the current process should be
20183 treated as having a certain capability for ptrace checks
20184 against another process. Until now, this was equivalent to
20185 has_ns_capability(current, target_ns, CAP_SYS_PTRACE).
20186
20187 However, if a root-owned process wants to enter a user
20188 namespace for some reason without knowing who owns it and
20189 therefore can't change to the namespace owner's uid and gid
20190 before entering, as soon as it has entered the namespace,
20191 the namespace owner can attach to it via ptrace and thereby
20192 gain access to its uid and gid.
20193
20194 While it is possible for the entering process to switch to
20195 the uid of a claimed namespace owner before entering,
20196 causing the attempt to enter to fail if the claimed uid is
20197 wrong, this doesn't solve the problem of determining an
20198 appropriate gid.
20199
20200 With this change, the entering process can first enter the
20201 namespace and then safely inspect the namespace's
20202 properties, e.g. through /proc/self/{uid_map,gid_map},
20203 assuming that the namespace owner doesn't have access to
20204 uid 0.
20205 Signed-off-by: Jann Horn <jann@thejh.net>
20206
20207 kernel/ptrace.c | 30 +++++++++++++++++++++++++-----
20208 1 files changed, 25 insertions(+), 5 deletions(-)
20209
20210 commit e314f0fb63020f61543b401ff594e953c2c304e5
20211 Author: tadeusz.struk@intel.com <tadeusz.struk@intel.com>
20212 Date: Tue Dec 15 10:46:17 2015 -0800
20213
20214 net: fix uninitialized variable issue
20215
20216 msg_iocb needs to be initialized on the recv/recvfrom path.
20217 Otherwise afalg will wrongly interpret it as an async call.
20218
20219 Cc: stable@vger.kernel.org
20220 Reported-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
20221 Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
20222 Signed-off-by: David S. Miller <davem@davemloft.net>
20223
20224 net/socket.c | 1 +
20225 1 files changed, 1 insertions(+), 0 deletions(-)
20226
20227 commit a3f56a43ad56b8fcaf04f6327636ed2f5970de3b
20228 Merge: dfa764c 142edcf
20229 Author: Brad Spengler <spender@grsecurity.net>
20230 Date: Wed Dec 16 21:01:17 2015 -0500
20231
20232 Merge branch 'pax-test' into grsec-test
20233
20234 commit 142edcf1005a57fb8887823565cf0bafad2f313c
20235 Author: Brad Spengler <spender@grsecurity.net>
20236 Date: Wed Dec 16 21:00:57 2015 -0500
20237
20238 Update to pax-linux-4.3.3-test12.patch:
20239 - 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)
20240 - 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)
20241
20242 drivers/tty/n_tty.c | 16 ++++++++--------
20243 .../disable_size_overflow_hash.data | 2 ++
20244 .../size_overflow_plugin/size_overflow_hash.data | 6 ++----
20245 3 files changed, 12 insertions(+), 12 deletions(-)
20246
20247 commit dfa764cc549892a5bfc1083cac78b99032cae577
20248 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
20249 Date: Tue Dec 15 22:59:12 2015 +0100
20250
20251 ipv6: automatically enable stable privacy mode if stable_secret set
20252
20253 Bjørn reported that while we switch all interfaces to privacy stable mode
20254 when setting the secret, we don't set this mode for new interfaces. This
20255 does not make sense, so change this behaviour.
20256
20257 Fixes: 622c81d57b392cc ("ipv6: generation of stable privacy addresses for link-local and autoconf")
20258 Reported-by: Bjørn Mork <bjorn@mork.no>
20259 Cc: Bjørn Mork <bjorn@mork.no>
20260 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
20261 Signed-off-by: David S. Miller <davem@davemloft.net>
20262
20263 net/ipv6/addrconf.c | 6 ++++++
20264 1 files changed, 6 insertions(+), 0 deletions(-)
20265
20266 commit c2815a1fee03f222273e77c14e43f960da06f35a
20267 Author: Brad Spengler <spender@grsecurity.net>
20268 Date: Wed Dec 16 13:03:38 2015 -0500
20269
20270 Work around upstream limitation on the number of thread info flags causing a compilation error
20271 Reported by fabled at http://forums.grsecurity.net/viewtopic.php?f=3&t=4339
20272
20273 arch/arm/kernel/entry-common.S | 8 ++++++--
20274 1 files changed, 6 insertions(+), 2 deletions(-)
20275
20276 commit 8c9ae168e09ae49324d709d76d73d9fc4ca477e1
20277 Author: Brad Spengler <spender@grsecurity.net>
20278 Date: Tue Dec 15 19:03:41 2015 -0500
20279
20280 Initial import of grsecurity 3.1 for Linux 4.3.3
20281
20282 Documentation/dontdiff | 2 +
20283 Documentation/kernel-parameters.txt | 7 +
20284 Documentation/sysctl/kernel.txt | 15 +
20285 Makefile | 18 +-
20286 arch/alpha/include/asm/cache.h | 4 +-
20287 arch/alpha/kernel/osf_sys.c | 12 +-
20288 arch/arc/Kconfig | 1 +
20289 arch/arm/Kconfig | 1 +
20290 arch/arm/Kconfig.debug | 1 +
20291 arch/arm/include/asm/thread_info.h | 7 +-
20292 arch/arm/kernel/process.c | 4 +-
20293 arch/arm/kernel/ptrace.c | 9 +
20294 arch/arm/kernel/traps.c | 7 +-
20295 arch/arm/mm/Kconfig | 2 +-
20296 arch/arm/mm/fault.c | 40 +-
20297 arch/arm/mm/mmap.c | 8 +-
20298 arch/arm/net/bpf_jit_32.c | 51 +-
20299 arch/arm64/Kconfig.debug | 1 +
20300 arch/avr32/include/asm/cache.h | 4 +-
20301 arch/blackfin/Kconfig.debug | 1 +
20302 arch/blackfin/include/asm/cache.h | 3 +-
20303 arch/cris/include/arch-v10/arch/cache.h | 3 +-
20304 arch/cris/include/arch-v32/arch/cache.h | 3 +-
20305 arch/frv/include/asm/cache.h | 3 +-
20306 arch/frv/mm/elf-fdpic.c | 4 +-
20307 arch/hexagon/include/asm/cache.h | 6 +-
20308 arch/ia64/Kconfig | 1 +
20309 arch/ia64/include/asm/cache.h | 3 +-
20310 arch/ia64/kernel/sys_ia64.c | 2 +
20311 arch/ia64/mm/hugetlbpage.c | 2 +
20312 arch/m32r/include/asm/cache.h | 4 +-
20313 arch/m68k/include/asm/cache.h | 4 +-
20314 arch/metag/mm/hugetlbpage.c | 1 +
20315 arch/microblaze/include/asm/cache.h | 3 +-
20316 arch/mips/Kconfig | 1 +
20317 arch/mips/include/asm/cache.h | 3 +-
20318 arch/mips/include/asm/thread_info.h | 11 +-
20319 arch/mips/kernel/irq.c | 3 +
20320 arch/mips/kernel/ptrace.c | 9 +
20321 arch/mips/mm/mmap.c | 4 +-
20322 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
20323 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
20324 arch/openrisc/include/asm/cache.h | 4 +-
20325 arch/parisc/include/asm/cache.h | 5 +-
20326 arch/parisc/kernel/sys_parisc.c | 4 +
20327 arch/powerpc/Kconfig | 1 +
20328 arch/powerpc/include/asm/cache.h | 4 +-
20329 arch/powerpc/include/asm/thread_info.h | 5 +-
20330 arch/powerpc/kernel/Makefile | 2 +
20331 arch/powerpc/kernel/irq.c | 3 +
20332 arch/powerpc/kernel/process.c | 10 +-
20333 arch/powerpc/kernel/ptrace.c | 14 +
20334 arch/powerpc/kernel/traps.c | 5 +
20335 arch/powerpc/mm/slice.c | 2 +-
20336 arch/s390/Kconfig.debug | 1 +
20337 arch/s390/include/asm/cache.h | 4 +-
20338 arch/score/include/asm/cache.h | 4 +-
20339 arch/sh/include/asm/cache.h | 3 +-
20340 arch/sh/mm/mmap.c | 6 +-
20341 arch/sparc/include/asm/cache.h | 4 +-
20342 arch/sparc/include/asm/pgalloc_64.h | 1 +
20343 arch/sparc/include/asm/thread_info_64.h | 8 +-
20344 arch/sparc/kernel/process_32.c | 6 +-
20345 arch/sparc/kernel/process_64.c | 8 +-
20346 arch/sparc/kernel/ptrace_64.c | 14 +
20347 arch/sparc/kernel/sys_sparc_64.c | 8 +-
20348 arch/sparc/kernel/syscalls.S | 8 +-
20349 arch/sparc/kernel/traps_32.c | 8 +-
20350 arch/sparc/kernel/traps_64.c | 28 +-
20351 arch/sparc/kernel/unaligned_64.c | 2 +-
20352 arch/sparc/mm/fault_64.c | 2 +-
20353 arch/sparc/mm/hugetlbpage.c | 15 +-
20354 arch/tile/Kconfig | 1 +
20355 arch/tile/include/asm/cache.h | 3 +-
20356 arch/tile/mm/hugetlbpage.c | 2 +
20357 arch/um/include/asm/cache.h | 3 +-
20358 arch/unicore32/include/asm/cache.h | 6 +-
20359 arch/x86/Kconfig | 21 +
20360 arch/x86/Kconfig.debug | 2 +
20361 arch/x86/entry/common.c | 14 +
20362 arch/x86/entry/entry_32.S | 2 +-
20363 arch/x86/entry/entry_64.S | 2 +-
20364 arch/x86/ia32/ia32_aout.c | 2 +
20365 arch/x86/include/asm/floppy.h | 20 +-
20366 arch/x86/include/asm/fpu/types.h | 69 +-
20367 arch/x86/include/asm/io.h | 2 +-
20368 arch/x86/include/asm/page.h | 12 +-
20369 arch/x86/include/asm/paravirt_types.h | 23 +-
20370 arch/x86/include/asm/processor.h | 12 +-
20371 arch/x86/include/asm/thread_info.h | 6 +-
20372 arch/x86/include/asm/uaccess.h | 2 +-
20373 arch/x86/kernel/dumpstack.c | 10 +-
20374 arch/x86/kernel/dumpstack_32.c | 2 +-
20375 arch/x86/kernel/dumpstack_64.c | 2 +-
20376 arch/x86/kernel/ioport.c | 13 +
20377 arch/x86/kernel/irq_32.c | 3 +
20378 arch/x86/kernel/irq_64.c | 4 +
20379 arch/x86/kernel/ldt.c | 18 +
20380 arch/x86/kernel/msr.c | 10 +
20381 arch/x86/kernel/ptrace.c | 14 +
20382 arch/x86/kernel/signal.c | 9 +-
20383 arch/x86/kernel/sys_i386_32.c | 9 +-
20384 arch/x86/kernel/sys_x86_64.c | 8 +-
20385 arch/x86/kernel/traps.c | 5 +
20386 arch/x86/kernel/verify_cpu.S | 1 +
20387 arch/x86/kernel/vm86_32.c | 15 +
20388 arch/x86/kvm/svm.c | 14 +-
20389 arch/x86/mm/fault.c | 12 +-
20390 arch/x86/mm/hugetlbpage.c | 15 +-
20391 arch/x86/mm/init.c | 66 +-
20392 arch/x86/mm/init_32.c | 6 +-
20393 arch/x86/net/bpf_jit_comp.c | 4 +
20394 arch/x86/platform/efi/efi_64.c | 2 +-
20395 arch/x86/xen/Kconfig | 1 +
20396 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
20397 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
20398 crypto/ablkcipher.c | 2 +-
20399 crypto/blkcipher.c | 2 +-
20400 crypto/scatterwalk.c | 10 +-
20401 drivers/acpi/acpica/hwxfsleep.c | 11 +-
20402 drivers/acpi/custom_method.c | 4 +
20403 drivers/block/cciss.h | 30 +-
20404 drivers/block/smart1,2.h | 40 +-
20405 drivers/cdrom/cdrom.c | 2 +-
20406 drivers/char/Kconfig | 4 +-
20407 drivers/char/genrtc.c | 1 +
20408 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
20409 drivers/char/mem.c | 17 +
20410 drivers/char/random.c | 5 +-
20411 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
20412 drivers/crypto/nx/nx-aes-ccm.c | 2 +-
20413 drivers/crypto/nx/nx-aes-gcm.c | 2 +-
20414 drivers/crypto/talitos.c | 2 +-
20415 drivers/firewire/ohci.c | 4 +
20416 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
20417 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
20418 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
20419 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
20420 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
20421 drivers/hid/hid-wiimote-debug.c | 2 +-
20422 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
20423 drivers/iommu/Kconfig | 1 +
20424 drivers/iommu/amd_iommu.c | 14 +-
20425 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
20426 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
20427 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
20428 drivers/isdn/hisax/config.c | 2 +-
20429 drivers/isdn/hisax/hfc_pci.c | 2 +-
20430 drivers/isdn/hisax/hfc_sx.c | 2 +-
20431 drivers/isdn/hisax/q931.c | 6 +-
20432 drivers/isdn/i4l/isdn_concap.c | 6 +-
20433 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
20434 drivers/md/bcache/Kconfig | 1 +
20435 drivers/md/raid5.c | 8 +
20436 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
20437 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
20438 drivers/media/platform/vivid/vivid-osd.c | 1 +
20439 drivers/media/radio/radio-cadet.c | 5 +-
20440 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
20441 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
20442 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
20443 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
20444 drivers/message/fusion/mptbase.c | 9 +
20445 drivers/misc/sgi-xp/xp_main.c | 12 +-
20446 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
20447 drivers/net/ppp/pppoe.c | 14 +-
20448 drivers/net/ppp/pptp.c | 6 +
20449 drivers/net/slip/slhc.c | 3 +
20450 drivers/net/wan/lmc/lmc_media.c | 97 +-
20451 drivers/net/wan/x25_asy.c | 6 +-
20452 drivers/net/wan/z85230.c | 24 +-
20453 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
20454 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
20455 drivers/pci/pci-sysfs.c | 2 +-
20456 drivers/pci/proc.c | 9 +
20457 drivers/platform/x86/asus-wmi.c | 12 +
20458 drivers/rtc/rtc-dev.c | 3 +
20459 drivers/scsi/bfa/bfa_fcs.c | 19 +-
20460 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
20461 drivers/scsi/bfa/bfa_modules.h | 12 +-
20462 drivers/scsi/hpsa.h | 40 +-
20463 drivers/staging/dgnc/dgnc_mgmt.c | 1 +
20464 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
20465 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
20466 drivers/target/target_core_sbc.c | 17 +-
20467 drivers/target/target_core_transport.c | 14 +-
20468 drivers/tty/serial/uartlite.c | 4 +-
20469 drivers/tty/sysrq.c | 2 +-
20470 drivers/tty/vt/keyboard.c | 22 +-
20471 drivers/uio/uio.c | 6 +-
20472 drivers/usb/core/hub.c | 5 +
20473 drivers/usb/gadget/function/f_uac1.c | 1 +
20474 drivers/usb/gadget/function/u_uac1.c | 1 +
20475 drivers/usb/host/hwa-hc.c | 9 +-
20476 drivers/usb/usbip/vhci_sysfs.c | 2 +-
20477 drivers/video/fbdev/arcfb.c | 2 +-
20478 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
20479 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
20480 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
20481 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++-----
20482 drivers/xen/xenfs/xenstored.c | 5 +
20483 firmware/Makefile | 2 +
20484 firmware/WHENCE | 20 +-
20485 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
20486 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
20487 fs/9p/vfs_inode.c | 4 +-
20488 fs/attr.c | 1 +
20489 fs/autofs4/waitq.c | 9 +
20490 fs/binfmt_aout.c | 7 +
20491 fs/binfmt_elf.c | 50 +-
20492 fs/compat.c | 20 +-
20493 fs/coredump.c | 17 +-
20494 fs/dcache.c | 3 +
20495 fs/debugfs/inode.c | 11 +-
20496 fs/exec.c | 219 +-
20497 fs/ext2/balloc.c | 4 +-
20498 fs/ext2/super.c | 8 +-
20499 fs/ext4/balloc.c | 4 +-
20500 fs/fcntl.c | 4 +
20501 fs/fhandle.c | 3 +-
20502 fs/file.c | 4 +
20503 fs/filesystems.c | 4 +
20504 fs/fs_struct.c | 20 +-
20505 fs/hugetlbfs/inode.c | 5 +-
20506 fs/inode.c | 8 +-
20507 fs/kernfs/dir.c | 6 +
20508 fs/mount.h | 4 +-
20509 fs/namei.c | 286 +-
20510 fs/namespace.c | 24 +
20511 fs/nfsd/nfscache.c | 2 +-
20512 fs/open.c | 38 +
20513 fs/overlayfs/inode.c | 11 +-
20514 fs/overlayfs/super.c | 6 +-
20515 fs/pipe.c | 2 +-
20516 fs/posix_acl.c | 15 +-
20517 fs/proc/Kconfig | 10 +-
20518 fs/proc/array.c | 69 +-
20519 fs/proc/base.c | 186 +-
20520 fs/proc/cmdline.c | 4 +
20521 fs/proc/devices.c | 4 +
20522 fs/proc/fd.c | 17 +-
20523 fs/proc/generic.c | 64 +
20524 fs/proc/inode.c | 17 +
20525 fs/proc/internal.h | 11 +-
20526 fs/proc/interrupts.c | 4 +
20527 fs/proc/kcore.c | 3 +
20528 fs/proc/meminfo.c | 7 +-
20529 fs/proc/namespaces.c | 4 +-
20530 fs/proc/proc_net.c | 31 +
20531 fs/proc/proc_sysctl.c | 52 +-
20532 fs/proc/root.c | 8 +
20533 fs/proc/stat.c | 69 +-
20534 fs/proc/task_mmu.c | 66 +-
20535 fs/readdir.c | 19 +
20536 fs/reiserfs/item_ops.c | 24 +-
20537 fs/reiserfs/super.c | 4 +
20538 fs/select.c | 2 +
20539 fs/seq_file.c | 30 +-
20540 fs/splice.c | 8 +
20541 fs/stat.c | 20 +-
20542 fs/sysfs/dir.c | 30 +-
20543 fs/sysv/inode.c | 11 +-
20544 fs/utimes.c | 7 +
20545 fs/xattr.c | 26 +-
20546 grsecurity/Kconfig | 1182 ++++
20547 grsecurity/Makefile | 54 +
20548 grsecurity/gracl.c | 2757 +++++++++
20549 grsecurity/gracl_alloc.c | 105 +
20550 grsecurity/gracl_cap.c | 127 +
20551 grsecurity/gracl_compat.c | 269 +
20552 grsecurity/gracl_fs.c | 448 ++
20553 grsecurity/gracl_ip.c | 386 ++
20554 grsecurity/gracl_learn.c | 207 +
20555 grsecurity/gracl_policy.c | 1786 ++++++
20556 grsecurity/gracl_res.c | 68 +
20557 grsecurity/gracl_segv.c | 304 +
20558 grsecurity/gracl_shm.c | 40 +
20559 grsecurity/grsec_chdir.c | 19 +
20560 grsecurity/grsec_chroot.c | 467 ++
20561 grsecurity/grsec_disabled.c | 445 ++
20562 grsecurity/grsec_exec.c | 189 +
20563 grsecurity/grsec_fifo.c | 26 +
20564 grsecurity/grsec_fork.c | 23 +
20565 grsecurity/grsec_init.c | 290 +
20566 grsecurity/grsec_ipc.c | 48 +
20567 grsecurity/grsec_link.c | 65 +
20568 grsecurity/grsec_log.c | 340 +
20569 grsecurity/grsec_mem.c | 48 +
20570 grsecurity/grsec_mount.c | 65 +
20571 grsecurity/grsec_pax.c | 47 +
20572 grsecurity/grsec_proc.c | 20 +
20573 grsecurity/grsec_ptrace.c | 30 +
20574 grsecurity/grsec_sig.c | 236 +
20575 grsecurity/grsec_sock.c | 244 +
20576 grsecurity/grsec_sysctl.c | 488 ++
20577 grsecurity/grsec_time.c | 16 +
20578 grsecurity/grsec_tpe.c | 78 +
20579 grsecurity/grsec_usb.c | 15 +
20580 grsecurity/grsum.c | 64 +
20581 include/linux/binfmts.h | 5 +-
20582 include/linux/bitops.h | 2 +-
20583 include/linux/capability.h | 13 +
20584 include/linux/compiler-gcc.h | 5 +
20585 include/linux/compiler.h | 8 +
20586 include/linux/cred.h | 8 +-
20587 include/linux/dcache.h | 5 +-
20588 include/linux/fs.h | 24 +-
20589 include/linux/fs_struct.h | 2 +-
20590 include/linux/fsnotify.h | 6 +
20591 include/linux/gracl.h | 342 +
20592 include/linux/gracl_compat.h | 156 +
20593 include/linux/gralloc.h | 9 +
20594 include/linux/grdefs.h | 140 +
20595 include/linux/grinternal.h | 230 +
20596 include/linux/grmsg.h | 118 +
20597 include/linux/grsecurity.h | 255 +
20598 include/linux/grsock.h | 19 +
20599 include/linux/ipc.h | 2 +-
20600 include/linux/ipc_namespace.h | 2 +-
20601 include/linux/kallsyms.h | 18 +-
20602 include/linux/kmod.h | 5 +
20603 include/linux/kobject.h | 2 +-
20604 include/linux/lsm_hooks.h | 4 +-
20605 include/linux/mm.h | 12 +
20606 include/linux/mm_types.h | 4 +-
20607 include/linux/module.h | 5 +-
20608 include/linux/mount.h | 2 +-
20609 include/linux/msg.h | 2 +-
20610 include/linux/netfilter/xt_gradm.h | 9 +
20611 include/linux/path.h | 4 +-
20612 include/linux/perf_event.h | 13 +-
20613 include/linux/pid_namespace.h | 2 +-
20614 include/linux/printk.h | 2 +-
20615 include/linux/proc_fs.h | 22 +-
20616 include/linux/proc_ns.h | 2 +-
20617 include/linux/ptrace.h | 24 +-
20618 include/linux/random.h | 2 +-
20619 include/linux/rbtree_augmented.h | 4 +-
20620 include/linux/scatterlist.h | 12 +-
20621 include/linux/sched.h | 114 +-
20622 include/linux/security.h | 1 +
20623 include/linux/sem.h | 2 +-
20624 include/linux/seq_file.h | 5 +
20625 include/linux/shm.h | 6 +-
20626 include/linux/skbuff.h | 3 +
20627 include/linux/slab.h | 9 -
20628 include/linux/sysctl.h | 8 +-
20629 include/linux/thread_info.h | 6 +-
20630 include/linux/tty.h | 2 +-
20631 include/linux/tty_driver.h | 4 +-
20632 include/linux/uidgid.h | 5 +
20633 include/linux/user_namespace.h | 2 +-
20634 include/linux/utsname.h | 2 +-
20635 include/linux/vermagic.h | 16 +-
20636 include/linux/vmalloc.h | 20 +-
20637 include/net/af_unix.h | 2 +-
20638 include/net/dst.h | 33 +
20639 include/net/ip.h | 2 +-
20640 include/net/neighbour.h | 2 +-
20641 include/net/net_namespace.h | 2 +-
20642 include/net/sock.h | 4 +-
20643 include/target/target_core_base.h | 2 +-
20644 include/trace/events/fs.h | 53 +
20645 include/uapi/linux/personality.h | 1 +
20646 init/Kconfig | 4 +-
20647 init/main.c | 35 +-
20648 ipc/mqueue.c | 1 +
20649 ipc/msg.c | 3 +-
20650 ipc/sem.c | 3 +-
20651 ipc/shm.c | 26 +-
20652 ipc/util.c | 6 +
20653 kernel/auditsc.c | 2 +-
20654 kernel/bpf/syscall.c | 8 +-
20655 kernel/capability.c | 41 +-
20656 kernel/cgroup.c | 5 +-
20657 kernel/compat.c | 1 +
20658 kernel/configs.c | 11 +
20659 kernel/cred.c | 112 +-
20660 kernel/events/core.c | 16 +-
20661 kernel/exit.c | 10 +-
20662 kernel/fork.c | 86 +-
20663 kernel/futex.c | 6 +-
20664 kernel/futex_compat.c | 2 +-
20665 kernel/kallsyms.c | 9 +
20666 kernel/kcmp.c | 8 +-
20667 kernel/kexec_core.c | 2 +-
20668 kernel/kmod.c | 95 +-
20669 kernel/kprobes.c | 7 +-
20670 kernel/ksysfs.c | 2 +
20671 kernel/locking/lockdep_proc.c | 10 +-
20672 kernel/module.c | 108 +-
20673 kernel/panic.c | 4 +-
20674 kernel/pid.c | 23 +-
20675 kernel/power/Kconfig | 2 +
20676 kernel/printk/printk.c | 20 +-
20677 kernel/ptrace.c | 56 +-
20678 kernel/resource.c | 10 +
20679 kernel/sched/core.c | 11 +-
20680 kernel/signal.c | 37 +-
20681 kernel/sys.c | 64 +-
20682 kernel/sysctl.c | 172 +-
20683 kernel/taskstats.c | 6 +
20684 kernel/time/posix-timers.c | 8 +
20685 kernel/time/time.c | 5 +
20686 kernel/time/timekeeping.c | 3 +
20687 kernel/time/timer_list.c | 13 +-
20688 kernel/time/timer_stats.c | 10 +-
20689 kernel/trace/Kconfig | 2 +
20690 kernel/trace/trace_syscalls.c | 8 +
20691 kernel/user_namespace.c | 15 +
20692 lib/Kconfig.debug | 13 +-
20693 lib/Kconfig.kasan | 2 +-
20694 lib/is_single_threaded.c | 3 +
20695 lib/list_debug.c | 65 +-
20696 lib/nlattr.c | 2 +
20697 lib/rbtree.c | 4 +-
20698 lib/vsprintf.c | 39 +-
20699 localversion-grsec | 1 +
20700 mm/Kconfig | 8 +-
20701 mm/Kconfig.debug | 1 +
20702 mm/filemap.c | 1 +
20703 mm/kmemleak.c | 4 +-
20704 mm/memory.c | 2 +-
20705 mm/mempolicy.c | 12 +-
20706 mm/migrate.c | 3 +-
20707 mm/mlock.c | 6 +-
20708 mm/mmap.c | 93 +-
20709 mm/mprotect.c | 8 +
20710 mm/oom_kill.c | 28 +-
20711 mm/page_alloc.c | 2 +-
20712 mm/process_vm_access.c | 8 +-
20713 mm/shmem.c | 36 +-
20714 mm/slab.c | 14 +-
20715 mm/slab_common.c | 2 +-
20716 mm/slob.c | 12 +
20717 mm/slub.c | 33 +-
20718 mm/util.c | 3 +
20719 mm/vmalloc.c | 129 +-
20720 mm/vmstat.c | 29 +-
20721 net/appletalk/atalk_proc.c | 2 +-
20722 net/atm/lec.c | 6 +-
20723 net/atm/mpoa_caches.c | 42 +-
20724 net/bluetooth/sco.c | 3 +
20725 net/can/bcm.c | 2 +-
20726 net/can/proc.c | 2 +-
20727 net/core/dev_ioctl.c | 7 +-
20728 net/core/filter.c | 8 +-
20729 net/core/net-procfs.c | 17 +-
20730 net/core/pktgen.c | 2 +-
20731 net/core/sock.c | 3 +-
20732 net/core/sysctl_net_core.c | 2 +-
20733 net/decnet/dn_dev.c | 2 +-
20734 net/ipv4/devinet.c | 6 +-
20735 net/ipv4/inet_hashtables.c | 4 +
20736 net/ipv4/ip_input.c | 7 +
20737 net/ipv4/ip_sockglue.c | 3 +-
20738 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
20739 net/ipv4/netfilter/nf_nat_pptp.c | 2 +-
20740 net/ipv4/route.c | 6 +-
20741 net/ipv4/tcp_input.c | 4 +-
20742 net/ipv4/tcp_ipv4.c | 29 +-
20743 net/ipv4/tcp_minisocks.c | 9 +-
20744 net/ipv4/tcp_timer.c | 11 +
20745 net/ipv4/udp.c | 24 +
20746 net/ipv6/addrconf.c | 13 +-
20747 net/ipv6/proc.c | 2 +-
20748 net/ipv6/tcp_ipv6.c | 26 +-
20749 net/ipv6/udp.c | 7 +
20750 net/ipx/ipx_proc.c | 2 +-
20751 net/irda/irproc.c | 2 +-
20752 net/llc/llc_proc.c | 2 +-
20753 net/netfilter/Kconfig | 10 +
20754 net/netfilter/Makefile | 1 +
20755 net/netfilter/nf_conntrack_core.c | 8 +
20756 net/netfilter/xt_gradm.c | 51 +
20757 net/netfilter/xt_hashlimit.c | 4 +-
20758 net/netfilter/xt_recent.c | 2 +-
20759 net/sched/sch_api.c | 2 +-
20760 net/sctp/socket.c | 4 +-
20761 net/socket.c | 75 +-
20762 net/sunrpc/Kconfig | 1 +
20763 net/sunrpc/cache.c | 2 +-
20764 net/sunrpc/stats.c | 2 +-
20765 net/sysctl_net.c | 2 +-
20766 net/unix/af_unix.c | 52 +-
20767 net/vmw_vsock/vmci_transport_notify.c | 30 +-
20768 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
20769 net/x25/sysctl_net_x25.c | 2 +-
20770 net/x25/x25_proc.c | 2 +-
20771 scripts/package/Makefile | 2 +-
20772 scripts/package/mkspec | 41 +-
20773 security/Kconfig | 369 +-
20774 security/apparmor/file.c | 4 +-
20775 security/apparmor/lsm.c | 8 +-
20776 security/commoncap.c | 36 +-
20777 security/min_addr.c | 2 +
20778 security/smack/smack_lsm.c | 8 +-
20779 security/tomoyo/file.c | 12 +-
20780 security/tomoyo/mount.c | 4 +
20781 security/tomoyo/tomoyo.c | 20 +-
20782 security/yama/Kconfig | 2 +-
20783 security/yama/yama_lsm.c | 4 +-
20784 sound/synth/emux/emux_seq.c | 14 +-
20785 sound/usb/line6/driver.c | 40 +-
20786 sound/usb/line6/toneport.c | 12 +-
20787 tools/gcc/.gitignore | 1 +
20788 tools/gcc/Makefile | 12 +
20789 tools/gcc/gen-random-seed.sh | 8 +
20790 tools/gcc/randomize_layout_plugin.c | 930 +++
20791 tools/gcc/size_overflow_plugin/.gitignore | 1 +
20792 .../size_overflow_plugin/size_overflow_hash.data | 459 ++-
20793 511 files changed, 32631 insertions(+), 3196 deletions(-)
20794
20795 commit a76adb92ce39aee8eec5a025c828030ad6135c6d
20796 Author: Brad Spengler <spender@grsecurity.net>
20797 Date: Tue Dec 15 14:31:49 2015 -0500
20798
20799 Update to pax-linux-4.3.3-test11.patch:
20800 - fixed a few compile regressions with the recent plugin changes, reported by spender
20801 - updated the size overflow hash table
20802
20803 tools/gcc/latent_entropy_plugin.c | 2 +-
20804 .../size_overflow_plugin/size_overflow_hash.data | 66 +++++++++++++++++---
20805 tools/gcc/stackleak_plugin.c | 2 +-
20806 tools/gcc/structleak_plugin.c | 6 +--
20807 4 files changed, 60 insertions(+), 16 deletions(-)
20808
20809 commit f7284b1fc06628fcb2d35d2beecdea5454d46af9
20810 Author: Brad Spengler <spender@grsecurity.net>
20811 Date: Tue Dec 15 11:50:24 2015 -0500
20812
20813 Apply structleak ICE fix for gcc < 4.9
20814
20815 tools/gcc/structleak_plugin.c | 4 ++++
20816 1 files changed, 4 insertions(+), 0 deletions(-)
20817
20818 commit 92fe3eb9fd10ec7f7334decab1526989669b0287
20819 Author: Brad Spengler <spender@grsecurity.net>
20820 Date: Tue Dec 15 07:57:06 2015 -0500
20821
20822 Update to pax-linux-4.3.1-test10.patch:
20823 - Emese fixed INDIRECT_REF and TARGET_MEM_REF handling in the initify plugin
20824 - Emese regenerated the size overflow hash tables for 4.3
20825 - fixed some compat syscall exit paths to restore r12 under KERNEXEC/or
20826 - the latent entropy, stackleak and structleak plugins no longer split the entry block unnecessarily
20827
20828 arch/x86/entry/entry_64.S | 2 +-
20829 arch/x86/entry/entry_64_compat.S | 15 +-
20830 scripts/package/builddeb | 2 +-
20831 tools/gcc/initify_plugin.c | 11 +-
20832 tools/gcc/latent_entropy_plugin.c | 20 +-
20833 .../disable_size_overflow_hash.data | 4 +
20834 .../size_overflow_plugin/size_overflow_hash.data | 5345 +++++++++++---------
20835 tools/gcc/stackleak_plugin.c | 26 +-
20836 tools/gcc/structleak_plugin.c | 21 +-
20837 9 files changed, 3079 insertions(+), 2367 deletions(-)
20838
20839 commit 5bd245cb687319079c2f1c0d6a1170791ed1ed2c
20840 Merge: b5847e6 3548341
20841 Author: Brad Spengler <spender@grsecurity.net>
20842 Date: Tue Dec 15 07:47:56 2015 -0500
20843
20844 Merge branch 'linux-4.3.y' into pax-4_3
20845
20846 Conflicts:
20847 net/unix/af_unix.c
20848
20849 commit b5847e6a896c5d99191135ca4d7c3b6be8f116ff
20850 Author: Brad Spengler <spender@grsecurity.net>
20851 Date: Wed Dec 9 23:11:36 2015 -0500
20852
20853 Update to pax-linux-4.3.1-test9.patch:
20854 - 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)
20855 - Emese fixed an intentional overflow caused by gcc, reported by saironiq (https://forums.grsecurity.net/viewtopic.php?f=3&t=4333)
20856 - Emese fixed a false positive overflow report in the forcedeth driver, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?t=4334)
20857 - Emese fixed a false positive overflow report in KVM's emulator, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4336)
20858 - Emese fixed the initify plugin to detect some captured use of __func__, reported by Rasmus Villemoes <linux@rasmusvillemoes.dk>
20859 - constrained shmmax and shmall to avoid triggering size overflow checks, reported by Mathias Krause <minipli@ld-linux.so>
20860 - 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
20861
20862 Makefile | 6 +
20863 arch/x86/include/asm/compat.h | 4 +
20864 arch/x86/include/asm/dma.h | 2 +
20865 arch/x86/include/asm/pmem.h | 2 +-
20866 arch/x86/include/asm/uaccess.h | 20 +-
20867 arch/x86/kernel/apic/vector.c | 6 +-
20868 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
20869 arch/x86/kernel/cpu/perf_event_intel.c | 28 +-
20870 arch/x86/kernel/head_64.S | 1 -
20871 arch/x86/kvm/i8259.c | 10 +-
20872 arch/x86/kvm/ioapic.c | 2 +
20873 arch/x86/kvm/x86.c | 2 +
20874 arch/x86/lib/usercopy_64.c | 2 +-
20875 arch/x86/mm/mpx.c | 4 +-
20876 arch/x86/mm/pageattr.c | 7 +
20877 drivers/base/devres.c | 4 +-
20878 drivers/base/power/runtime.c | 6 +-
20879 drivers/base/regmap/regmap.c | 4 +-
20880 drivers/block/drbd/drbd_receiver.c | 4 +-
20881 drivers/block/drbd/drbd_worker.c | 6 +-
20882 drivers/char/virtio_console.c | 6 +-
20883 drivers/md/dm.c | 12 +-
20884 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
20885 drivers/net/macvtap.c | 4 +-
20886 drivers/video/fbdev/core/fbmem.c | 10 +-
20887 fs/compat.c | 3 +-
20888 fs/coredump.c | 2 +-
20889 fs/dcache.c | 13 +-
20890 fs/fhandle.c | 2 +-
20891 fs/file.c | 14 +-
20892 fs/fs-writeback.c | 11 +-
20893 fs/overlayfs/copy_up.c | 2 +-
20894 fs/readdir.c | 3 +-
20895 fs/super.c | 3 +-
20896 include/linux/compiler.h | 36 ++-
20897 include/linux/rcupdate.h | 8 +
20898 include/linux/sched.h | 4 +-
20899 include/linux/seqlock.h | 10 +
20900 include/linux/spinlock.h | 17 +-
20901 include/linux/srcu.h | 5 +-
20902 include/linux/syscalls.h | 2 +-
20903 include/linux/writeback.h | 3 +-
20904 include/uapi/linux/swab.h | 6 +-
20905 ipc/ipc_sysctl.c | 6 +
20906 kernel/exit.c | 25 +-
20907 kernel/resource.c | 4 +-
20908 kernel/signal.c | 12 +-
20909 kernel/user.c | 2 +-
20910 kernel/workqueue.c | 6 +-
20911 lib/rhashtable.c | 4 +-
20912 net/compat.c | 2 +-
20913 net/ipv4/xfrm4_mode_transport.c | 2 +-
20914 security/keys/internal.h | 8 +-
20915 security/keys/keyring.c | 4 -
20916 sound/core/seq/seq_clientmgr.c | 8 +-
20917 sound/core/seq/seq_compat.c | 2 +-
20918 sound/core/seq/seq_memory.c | 6 +-
20919 tools/gcc/checker_plugin.c | 415 +++++++++++++++++++-
20920 tools/gcc/gcc-common.h | 1 +
20921 tools/gcc/initify_plugin.c | 33 ++-
20922 .../disable_size_overflow_hash.data | 1 +
20923 .../size_overflow_plugin/size_overflow_hash.data | 1 -
20924 62 files changed, 708 insertions(+), 140 deletions(-)
20925
20926 commit f2634c2f6995f4231616f24ed016f890c701f939
20927 Merge: 1241bff 5f8b236
20928 Author: Brad Spengler <spender@grsecurity.net>
20929 Date: Wed Dec 9 21:50:47 2015 -0500
20930
20931 Merge branch 'linux-4.3.y' into pax-4_3
20932
20933 Conflicts:
20934 arch/x86/kernel/fpu/xstate.c
20935 arch/x86/kernel/head_64.S
20936
20937 commit 1241bff82e3d7dadb05de0a60b8d2822afc6547c
20938 Author: Brad Spengler <spender@grsecurity.net>
20939 Date: Sun Dec 6 08:44:56 2015 -0500
20940
20941 Update to pax-linux-4.3-test8.patch:
20942 - 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)
20943 - gcc plugin compilation problems will now also produce the output of the checking script to make diagnosis easier, reported by hunger
20944 - 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)
20945 - 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)
20946
20947 Makefile | 5 +++
20948 drivers/md/md.c | 5 ++-
20949 drivers/md/raid1.c | 2 +-
20950 fs/proc/task_mmu.c | 3 ++
20951 .../disable_size_overflow_hash.data | 4 ++-
20952 .../size_overflow_plugin/intentional_overflow.c | 32 ++++++++++++++++---
20953 .../size_overflow_plugin/size_overflow_hash.data | 2 -
20954 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
20955 8 files changed, 43 insertions(+), 12 deletions(-)
20956
20957 commit cce6a9f9bdd27096632ca1c0246dcc07f2eb1a18
20958 Author: Brad Spengler <spender@grsecurity.net>
20959 Date: Fri Dec 4 14:24:12 2015 -0500
20960
20961 Initial import of pax-linux-4.3-test7.patch
20962
20963 Documentation/dontdiff | 47 +-
20964 Documentation/kbuild/makefiles.txt | 39 +-
20965 Documentation/kernel-parameters.txt | 28 +
20966 Makefile | 108 +-
20967 arch/alpha/include/asm/atomic.h | 10 +
20968 arch/alpha/include/asm/elf.h | 7 +
20969 arch/alpha/include/asm/pgalloc.h | 6 +
20970 arch/alpha/include/asm/pgtable.h | 11 +
20971 arch/alpha/kernel/module.c | 2 +-
20972 arch/alpha/kernel/osf_sys.c | 8 +-
20973 arch/alpha/mm/fault.c | 141 +-
20974 arch/arm/Kconfig | 2 +-
20975 arch/arm/include/asm/atomic.h | 320 +-
20976 arch/arm/include/asm/cache.h | 5 +-
20977 arch/arm/include/asm/cacheflush.h | 2 +-
20978 arch/arm/include/asm/checksum.h | 14 +-
20979 arch/arm/include/asm/cmpxchg.h | 4 +
20980 arch/arm/include/asm/cpuidle.h | 2 +-
20981 arch/arm/include/asm/domain.h | 22 +-
20982 arch/arm/include/asm/elf.h | 9 +-
20983 arch/arm/include/asm/fncpy.h | 2 +
20984 arch/arm/include/asm/futex.h | 10 +
20985 arch/arm/include/asm/kmap_types.h | 2 +-
20986 arch/arm/include/asm/mach/dma.h | 2 +-
20987 arch/arm/include/asm/mach/map.h | 16 +-
20988 arch/arm/include/asm/outercache.h | 2 +-
20989 arch/arm/include/asm/page.h | 3 +-
20990 arch/arm/include/asm/pgalloc.h | 20 +
20991 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
20992 arch/arm/include/asm/pgtable-2level.h | 3 +
20993 arch/arm/include/asm/pgtable-3level.h | 3 +
20994 arch/arm/include/asm/pgtable.h | 54 +-
20995 arch/arm/include/asm/smp.h | 2 +-
20996 arch/arm/include/asm/tls.h | 3 +
20997 arch/arm/include/asm/uaccess.h | 79 +-
20998 arch/arm/include/uapi/asm/ptrace.h | 2 +-
20999 arch/arm/kernel/armksyms.c | 2 +-
21000 arch/arm/kernel/cpuidle.c | 2 +-
21001 arch/arm/kernel/entry-armv.S | 109 +-
21002 arch/arm/kernel/entry-common.S | 40 +-
21003 arch/arm/kernel/entry-header.S | 55 +
21004 arch/arm/kernel/fiq.c | 3 +
21005 arch/arm/kernel/module-plts.c | 7 +-
21006 arch/arm/kernel/module.c | 38 +-
21007 arch/arm/kernel/patch.c | 2 +
21008 arch/arm/kernel/process.c | 90 +-
21009 arch/arm/kernel/reboot.c | 1 +
21010 arch/arm/kernel/setup.c | 20 +-
21011 arch/arm/kernel/signal.c | 35 +-
21012 arch/arm/kernel/smp.c | 2 +-
21013 arch/arm/kernel/tcm.c | 4 +-
21014 arch/arm/kernel/vmlinux.lds.S | 6 +-
21015 arch/arm/kvm/arm.c | 8 +-
21016 arch/arm/lib/copy_page.S | 1 +
21017 arch/arm/lib/csumpartialcopyuser.S | 4 +-
21018 arch/arm/lib/delay.c | 2 +-
21019 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
21020 arch/arm/mach-exynos/suspend.c | 6 +-
21021 arch/arm/mach-mvebu/coherency.c | 4 +-
21022 arch/arm/mach-omap2/board-n8x0.c | 2 +-
21023 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
21024 arch/arm/mach-omap2/omap-smp.c | 1 +
21025 arch/arm/mach-omap2/omap-wakeupgen.c | 2 +-
21026 arch/arm/mach-omap2/omap_device.c | 4 +-
21027 arch/arm/mach-omap2/omap_device.h | 4 +-
21028 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
21029 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
21030 arch/arm/mach-omap2/wd_timer.c | 6 +-
21031 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
21032 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
21033 arch/arm/mach-tegra/irq.c | 1 +
21034 arch/arm/mach-ux500/pm.c | 1 +
21035 arch/arm/mach-zynq/platsmp.c | 1 +
21036 arch/arm/mm/Kconfig | 6 +-
21037 arch/arm/mm/alignment.c | 8 +
21038 arch/arm/mm/cache-l2x0.c | 2 +-
21039 arch/arm/mm/context.c | 10 +-
21040 arch/arm/mm/fault.c | 146 +
21041 arch/arm/mm/fault.h | 12 +
21042 arch/arm/mm/init.c | 39 +
21043 arch/arm/mm/ioremap.c | 4 +-
21044 arch/arm/mm/mmap.c | 30 +-
21045 arch/arm/mm/mmu.c | 162 +-
21046 arch/arm/net/bpf_jit_32.c | 3 +
21047 arch/arm/plat-iop/setup.c | 2 +-
21048 arch/arm/plat-omap/sram.c | 2 +
21049 arch/arm64/include/asm/atomic.h | 10 +
21050 arch/arm64/include/asm/percpu.h | 8 +-
21051 arch/arm64/include/asm/pgalloc.h | 5 +
21052 arch/arm64/include/asm/uaccess.h | 1 +
21053 arch/arm64/mm/dma-mapping.c | 2 +-
21054 arch/avr32/include/asm/elf.h | 8 +-
21055 arch/avr32/include/asm/kmap_types.h | 4 +-
21056 arch/avr32/mm/fault.c | 27 +
21057 arch/frv/include/asm/atomic.h | 10 +
21058 arch/frv/include/asm/kmap_types.h | 2 +-
21059 arch/frv/mm/elf-fdpic.c | 3 +-
21060 arch/ia64/Makefile | 1 +
21061 arch/ia64/include/asm/atomic.h | 10 +
21062 arch/ia64/include/asm/elf.h | 7 +
21063 arch/ia64/include/asm/pgalloc.h | 12 +
21064 arch/ia64/include/asm/pgtable.h | 13 +-
21065 arch/ia64/include/asm/spinlock.h | 2 +-
21066 arch/ia64/include/asm/uaccess.h | 27 +-
21067 arch/ia64/kernel/module.c | 45 +-
21068 arch/ia64/kernel/palinfo.c | 2 +-
21069 arch/ia64/kernel/sys_ia64.c | 7 +
21070 arch/ia64/kernel/vmlinux.lds.S | 2 +-
21071 arch/ia64/mm/fault.c | 32 +-
21072 arch/ia64/mm/init.c | 15 +-
21073 arch/m32r/lib/usercopy.c | 6 +
21074 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
21075 arch/mips/include/asm/atomic.h | 368 +-
21076 arch/mips/include/asm/elf.h | 7 +
21077 arch/mips/include/asm/exec.h | 2 +-
21078 arch/mips/include/asm/hw_irq.h | 2 +-
21079 arch/mips/include/asm/local.h | 57 +
21080 arch/mips/include/asm/page.h | 2 +-
21081 arch/mips/include/asm/pgalloc.h | 5 +
21082 arch/mips/include/asm/pgtable.h | 3 +
21083 arch/mips/include/asm/uaccess.h | 1 +
21084 arch/mips/kernel/binfmt_elfn32.c | 7 +
21085 arch/mips/kernel/binfmt_elfo32.c | 7 +
21086 arch/mips/kernel/irq-gt641xx.c | 2 +-
21087 arch/mips/kernel/irq.c | 6 +-
21088 arch/mips/kernel/pm-cps.c | 2 +-
21089 arch/mips/kernel/process.c | 12 -
21090 arch/mips/kernel/sync-r4k.c | 24 +-
21091 arch/mips/kernel/traps.c | 13 +-
21092 arch/mips/mm/fault.c | 25 +
21093 arch/mips/mm/mmap.c | 51 +-
21094 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
21095 arch/mips/sni/rm200.c | 2 +-
21096 arch/mips/vr41xx/common/icu.c | 2 +-
21097 arch/mips/vr41xx/common/irq.c | 4 +-
21098 arch/parisc/include/asm/atomic.h | 10 +
21099 arch/parisc/include/asm/elf.h | 7 +
21100 arch/parisc/include/asm/pgalloc.h | 6 +
21101 arch/parisc/include/asm/pgtable.h | 11 +
21102 arch/parisc/include/asm/uaccess.h | 4 +-
21103 arch/parisc/kernel/module.c | 50 +-
21104 arch/parisc/kernel/sys_parisc.c | 15 +
21105 arch/parisc/kernel/traps.c | 4 +-
21106 arch/parisc/mm/fault.c | 140 +-
21107 arch/powerpc/include/asm/atomic.h | 329 +-
21108 arch/powerpc/include/asm/elf.h | 12 +
21109 arch/powerpc/include/asm/exec.h | 2 +-
21110 arch/powerpc/include/asm/kmap_types.h | 2 +-
21111 arch/powerpc/include/asm/local.h | 46 +
21112 arch/powerpc/include/asm/mman.h | 2 +-
21113 arch/powerpc/include/asm/page.h | 8 +-
21114 arch/powerpc/include/asm/page_64.h | 7 +-
21115 arch/powerpc/include/asm/pgalloc-64.h | 7 +
21116 arch/powerpc/include/asm/pgtable.h | 1 +
21117 arch/powerpc/include/asm/pte-hash32.h | 1 +
21118 arch/powerpc/include/asm/reg.h | 1 +
21119 arch/powerpc/include/asm/smp.h | 2 +-
21120 arch/powerpc/include/asm/spinlock.h | 42 +-
21121 arch/powerpc/include/asm/uaccess.h | 141 +-
21122 arch/powerpc/kernel/Makefile | 5 +
21123 arch/powerpc/kernel/exceptions-64e.S | 4 +-
21124 arch/powerpc/kernel/exceptions-64s.S | 2 +-
21125 arch/powerpc/kernel/module_32.c | 15 +-
21126 arch/powerpc/kernel/process.c | 46 -
21127 arch/powerpc/kernel/signal_32.c | 2 +-
21128 arch/powerpc/kernel/signal_64.c | 2 +-
21129 arch/powerpc/kernel/traps.c | 21 +
21130 arch/powerpc/kernel/vdso.c | 5 +-
21131 arch/powerpc/lib/usercopy_64.c | 18 -
21132 arch/powerpc/mm/fault.c | 56 +-
21133 arch/powerpc/mm/mmap.c | 16 +
21134 arch/powerpc/mm/slice.c | 13 +-
21135 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
21136 arch/s390/include/asm/atomic.h | 10 +
21137 arch/s390/include/asm/elf.h | 7 +
21138 arch/s390/include/asm/exec.h | 2 +-
21139 arch/s390/include/asm/uaccess.h | 13 +-
21140 arch/s390/kernel/module.c | 22 +-
21141 arch/s390/kernel/process.c | 24 -
21142 arch/s390/mm/mmap.c | 16 +
21143 arch/score/include/asm/exec.h | 2 +-
21144 arch/score/kernel/process.c | 5 -
21145 arch/sh/mm/mmap.c | 22 +-
21146 arch/sparc/include/asm/atomic_64.h | 110 +-
21147 arch/sparc/include/asm/cache.h | 2 +-
21148 arch/sparc/include/asm/elf_32.h | 7 +
21149 arch/sparc/include/asm/elf_64.h | 7 +
21150 arch/sparc/include/asm/pgalloc_32.h | 1 +
21151 arch/sparc/include/asm/pgalloc_64.h | 1 +
21152 arch/sparc/include/asm/pgtable.h | 4 +
21153 arch/sparc/include/asm/pgtable_32.h | 15 +-
21154 arch/sparc/include/asm/pgtsrmmu.h | 5 +
21155 arch/sparc/include/asm/setup.h | 4 +-
21156 arch/sparc/include/asm/spinlock_64.h | 35 +-
21157 arch/sparc/include/asm/thread_info_32.h | 1 +
21158 arch/sparc/include/asm/thread_info_64.h | 2 +
21159 arch/sparc/include/asm/uaccess.h | 1 +
21160 arch/sparc/include/asm/uaccess_32.h | 28 +-
21161 arch/sparc/include/asm/uaccess_64.h | 24 +-
21162 arch/sparc/kernel/Makefile | 2 +-
21163 arch/sparc/kernel/prom_common.c | 2 +-
21164 arch/sparc/kernel/smp_64.c | 8 +-
21165 arch/sparc/kernel/sys_sparc_32.c | 2 +-
21166 arch/sparc/kernel/sys_sparc_64.c | 52 +-
21167 arch/sparc/kernel/traps_64.c | 27 +-
21168 arch/sparc/lib/Makefile | 2 +-
21169 arch/sparc/lib/atomic_64.S | 57 +-
21170 arch/sparc/lib/ksyms.c | 6 +-
21171 arch/sparc/mm/Makefile | 2 +-
21172 arch/sparc/mm/fault_32.c | 292 +
21173 arch/sparc/mm/fault_64.c | 486 +
21174 arch/sparc/mm/hugetlbpage.c | 22 +-
21175 arch/sparc/mm/init_64.c | 10 +-
21176 arch/tile/include/asm/atomic_64.h | 10 +
21177 arch/tile/include/asm/uaccess.h | 4 +-
21178 arch/um/Makefile | 4 +
21179 arch/um/include/asm/kmap_types.h | 2 +-
21180 arch/um/include/asm/page.h | 3 +
21181 arch/um/include/asm/pgtable-3level.h | 1 +
21182 arch/um/kernel/process.c | 16 -
21183 arch/x86/Kconfig | 15 +-
21184 arch/x86/Kconfig.cpu | 6 +-
21185 arch/x86/Kconfig.debug | 4 +-
21186 arch/x86/Makefile | 13 +-
21187 arch/x86/boot/Makefile | 3 +
21188 arch/x86/boot/bitops.h | 4 +-
21189 arch/x86/boot/boot.h | 2 +-
21190 arch/x86/boot/compressed/Makefile | 3 +
21191 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
21192 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
21193 arch/x86/boot/compressed/head_32.S | 4 +-
21194 arch/x86/boot/compressed/head_64.S | 12 +-
21195 arch/x86/boot/compressed/misc.c | 11 +-
21196 arch/x86/boot/cpucheck.c | 16 +-
21197 arch/x86/boot/header.S | 6 +-
21198 arch/x86/boot/memory.c | 2 +-
21199 arch/x86/boot/video-vesa.c | 1 +
21200 arch/x86/boot/video.c | 2 +-
21201 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
21202 arch/x86/crypto/aesni-intel_asm.S | 106 +-
21203 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
21204 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
21205 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
21206 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
21207 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
21208 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
21209 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 4 +-
21210 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
21211 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
21212 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
21213 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
21214 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
21215 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
21216 arch/x86/crypto/sha256-avx-asm.S | 2 +
21217 arch/x86/crypto/sha256-avx2-asm.S | 2 +
21218 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
21219 arch/x86/crypto/sha512-avx-asm.S | 2 +
21220 arch/x86/crypto/sha512-avx2-asm.S | 2 +
21221 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
21222 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
21223 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
21224 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
21225 arch/x86/entry/calling.h | 86 +-
21226 arch/x86/entry/common.c | 13 +-
21227 arch/x86/entry/entry_32.S | 351 +-
21228 arch/x86/entry/entry_64.S | 619 +-
21229 arch/x86/entry/entry_64_compat.S | 159 +-
21230 arch/x86/entry/thunk_64.S | 2 +
21231 arch/x86/entry/vdso/Makefile | 2 +-
21232 arch/x86/entry/vdso/vdso2c.h | 8 +-
21233 arch/x86/entry/vdso/vma.c | 41 +-
21234 arch/x86/entry/vsyscall/vsyscall_64.c | 16 +-
21235 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
21236 arch/x86/ia32/ia32_signal.c | 23 +-
21237 arch/x86/ia32/sys_ia32.c | 42 +-
21238 arch/x86/include/asm/alternative-asm.h | 43 +-
21239 arch/x86/include/asm/alternative.h | 4 +-
21240 arch/x86/include/asm/apic.h | 2 +-
21241 arch/x86/include/asm/apm.h | 4 +-
21242 arch/x86/include/asm/atomic.h | 230 +-
21243 arch/x86/include/asm/atomic64_32.h | 100 +
21244 arch/x86/include/asm/atomic64_64.h | 164 +-
21245 arch/x86/include/asm/bitops.h | 18 +-
21246 arch/x86/include/asm/boot.h | 2 +-
21247 arch/x86/include/asm/cache.h | 5 +-
21248 arch/x86/include/asm/checksum_32.h | 12 +-
21249 arch/x86/include/asm/cmpxchg.h | 39 +
21250 arch/x86/include/asm/compat.h | 2 +-
21251 arch/x86/include/asm/cpufeature.h | 17 +-
21252 arch/x86/include/asm/desc.h | 78 +-
21253 arch/x86/include/asm/desc_defs.h | 6 +
21254 arch/x86/include/asm/div64.h | 2 +-
21255 arch/x86/include/asm/elf.h | 33 +-
21256 arch/x86/include/asm/emergency-restart.h | 2 +-
21257 arch/x86/include/asm/fpu/internal.h | 42 +-
21258 arch/x86/include/asm/fpu/types.h | 6 +-
21259 arch/x86/include/asm/futex.h | 14 +-
21260 arch/x86/include/asm/hw_irq.h | 4 +-
21261 arch/x86/include/asm/i8259.h | 2 +-
21262 arch/x86/include/asm/io.h | 22 +-
21263 arch/x86/include/asm/irqflags.h | 5 +
21264 arch/x86/include/asm/kprobes.h | 9 +-
21265 arch/x86/include/asm/local.h | 106 +-
21266 arch/x86/include/asm/mman.h | 15 +
21267 arch/x86/include/asm/mmu.h | 14 +-
21268 arch/x86/include/asm/mmu_context.h | 114 +-
21269 arch/x86/include/asm/module.h | 17 +-
21270 arch/x86/include/asm/nmi.h | 19 +-
21271 arch/x86/include/asm/page.h | 1 +
21272 arch/x86/include/asm/page_32.h | 12 +-
21273 arch/x86/include/asm/page_64.h | 14 +-
21274 arch/x86/include/asm/paravirt.h | 46 +-
21275 arch/x86/include/asm/paravirt_types.h | 15 +-
21276 arch/x86/include/asm/pgalloc.h | 23 +
21277 arch/x86/include/asm/pgtable-2level.h | 2 +
21278 arch/x86/include/asm/pgtable-3level.h | 7 +
21279 arch/x86/include/asm/pgtable.h | 128 +-
21280 arch/x86/include/asm/pgtable_32.h | 14 +-
21281 arch/x86/include/asm/pgtable_32_types.h | 24 +-
21282 arch/x86/include/asm/pgtable_64.h | 23 +-
21283 arch/x86/include/asm/pgtable_64_types.h | 5 +
21284 arch/x86/include/asm/pgtable_types.h | 26 +-
21285 arch/x86/include/asm/preempt.h | 2 +-
21286 arch/x86/include/asm/processor.h | 57 +-
21287 arch/x86/include/asm/ptrace.h | 13 +-
21288 arch/x86/include/asm/realmode.h | 4 +-
21289 arch/x86/include/asm/reboot.h | 10 +-
21290 arch/x86/include/asm/rmwcc.h | 84 +-
21291 arch/x86/include/asm/rwsem.h | 60 +-
21292 arch/x86/include/asm/segment.h | 27 +-
21293 arch/x86/include/asm/smap.h | 43 +
21294 arch/x86/include/asm/smp.h | 14 +-
21295 arch/x86/include/asm/stackprotector.h | 4 +-
21296 arch/x86/include/asm/stacktrace.h | 32 +-
21297 arch/x86/include/asm/switch_to.h | 4 +-
21298 arch/x86/include/asm/sys_ia32.h | 6 +-
21299 arch/x86/include/asm/thread_info.h | 27 +-
21300 arch/x86/include/asm/tlbflush.h | 77 +-
21301 arch/x86/include/asm/uaccess.h | 192 +-
21302 arch/x86/include/asm/uaccess_32.h | 28 +-
21303 arch/x86/include/asm/uaccess_64.h | 169 +-
21304 arch/x86/include/asm/word-at-a-time.h | 2 +-
21305 arch/x86/include/asm/x86_init.h | 10 +-
21306 arch/x86/include/asm/xen/page.h | 2 +-
21307 arch/x86/include/uapi/asm/e820.h | 2 +-
21308 arch/x86/kernel/Makefile | 2 +-
21309 arch/x86/kernel/acpi/boot.c | 4 +-
21310 arch/x86/kernel/acpi/sleep.c | 4 +
21311 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
21312 arch/x86/kernel/alternative.c | 124 +-
21313 arch/x86/kernel/apic/apic.c | 4 +-
21314 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
21315 arch/x86/kernel/apic/apic_noop.c | 2 +-
21316 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
21317 arch/x86/kernel/apic/io_apic.c | 8 +-
21318 arch/x86/kernel/apic/msi.c | 2 +-
21319 arch/x86/kernel/apic/probe_32.c | 4 +-
21320 arch/x86/kernel/apic/vector.c | 4 +-
21321 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
21322 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
21323 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
21324 arch/x86/kernel/apm_32.c | 21 +-
21325 arch/x86/kernel/asm-offsets.c | 20 +
21326 arch/x86/kernel/asm-offsets_64.c | 1 +
21327 arch/x86/kernel/cpu/Makefile | 4 -
21328 arch/x86/kernel/cpu/amd.c | 2 +-
21329 arch/x86/kernel/cpu/bugs_64.c | 2 +
21330 arch/x86/kernel/cpu/common.c | 202 +-
21331 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
21332 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
21333 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
21334 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
21335 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
21336 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
21337 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
21338 arch/x86/kernel/cpu/perf_event.c | 10 +-
21339 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
21340 arch/x86/kernel/cpu/perf_event_intel.c | 6 +-
21341 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
21342 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
21343 arch/x86/kernel/cpu/perf_event_intel_pt.c | 44 +-
21344 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
21345 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
21346 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
21347 arch/x86/kernel/crash_dump_64.c | 2 +-
21348 arch/x86/kernel/doublefault.c | 8 +-
21349 arch/x86/kernel/dumpstack.c | 24 +-
21350 arch/x86/kernel/dumpstack_32.c | 25 +-
21351 arch/x86/kernel/dumpstack_64.c | 62 +-
21352 arch/x86/kernel/e820.c | 4 +-
21353 arch/x86/kernel/early_printk.c | 1 +
21354 arch/x86/kernel/espfix_64.c | 44 +-
21355 arch/x86/kernel/fpu/core.c | 24 +-
21356 arch/x86/kernel/fpu/init.c | 40 +-
21357 arch/x86/kernel/fpu/regset.c | 22 +-
21358 arch/x86/kernel/fpu/signal.c | 20 +-
21359 arch/x86/kernel/fpu/xstate.c | 8 +-
21360 arch/x86/kernel/ftrace.c | 18 +-
21361 arch/x86/kernel/head64.c | 14 +-
21362 arch/x86/kernel/head_32.S | 235 +-
21363 arch/x86/kernel/head_64.S | 173 +-
21364 arch/x86/kernel/i386_ksyms_32.c | 12 +
21365 arch/x86/kernel/i8259.c | 10 +-
21366 arch/x86/kernel/io_delay.c | 2 +-
21367 arch/x86/kernel/ioport.c | 2 +-
21368 arch/x86/kernel/irq.c | 8 +-
21369 arch/x86/kernel/irq_32.c | 45 +-
21370 arch/x86/kernel/jump_label.c | 10 +-
21371 arch/x86/kernel/kgdb.c | 21 +-
21372 arch/x86/kernel/kprobes/core.c | 28 +-
21373 arch/x86/kernel/kprobes/opt.c | 16 +-
21374 arch/x86/kernel/ksysfs.c | 2 +-
21375 arch/x86/kernel/kvmclock.c | 20 +-
21376 arch/x86/kernel/ldt.c | 25 +
21377 arch/x86/kernel/livepatch.c | 12 +-
21378 arch/x86/kernel/machine_kexec_32.c | 6 +-
21379 arch/x86/kernel/mcount_64.S | 19 +-
21380 arch/x86/kernel/module.c | 78 +-
21381 arch/x86/kernel/msr.c | 2 +-
21382 arch/x86/kernel/nmi.c | 34 +-
21383 arch/x86/kernel/nmi_selftest.c | 4 +-
21384 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
21385 arch/x86/kernel/paravirt.c | 45 +-
21386 arch/x86/kernel/paravirt_patch_64.c | 8 +
21387 arch/x86/kernel/pci-calgary_64.c | 2 +-
21388 arch/x86/kernel/pci-iommu_table.c | 2 +-
21389 arch/x86/kernel/pci-swiotlb.c | 2 +-
21390 arch/x86/kernel/process.c | 80 +-
21391 arch/x86/kernel/process_32.c | 29 +-
21392 arch/x86/kernel/process_64.c | 14 +-
21393 arch/x86/kernel/ptrace.c | 20 +-
21394 arch/x86/kernel/pvclock.c | 8 +-
21395 arch/x86/kernel/reboot.c | 44 +-
21396 arch/x86/kernel/reboot_fixups_32.c | 2 +-
21397 arch/x86/kernel/relocate_kernel_64.S | 3 +-
21398 arch/x86/kernel/setup.c | 29 +-
21399 arch/x86/kernel/setup_percpu.c | 29 +-
21400 arch/x86/kernel/signal.c | 17 +-
21401 arch/x86/kernel/smp.c | 2 +-
21402 arch/x86/kernel/smpboot.c | 29 +-
21403 arch/x86/kernel/step.c | 6 +-
21404 arch/x86/kernel/sys_i386_32.c | 184 +
21405 arch/x86/kernel/sys_x86_64.c | 22 +-
21406 arch/x86/kernel/tboot.c | 14 +-
21407 arch/x86/kernel/time.c | 8 +-
21408 arch/x86/kernel/tls.c | 7 +-
21409 arch/x86/kernel/tracepoint.c | 4 +-
21410 arch/x86/kernel/traps.c | 53 +-
21411 arch/x86/kernel/tsc.c | 2 +-
21412 arch/x86/kernel/uprobes.c | 2 +-
21413 arch/x86/kernel/vm86_32.c | 6 +-
21414 arch/x86/kernel/vmlinux.lds.S | 153 +-
21415 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
21416 arch/x86/kernel/x86_init.c | 6 +-
21417 arch/x86/kvm/cpuid.c | 21 +-
21418 arch/x86/kvm/emulate.c | 2 +-
21419 arch/x86/kvm/lapic.c | 2 +-
21420 arch/x86/kvm/paging_tmpl.h | 2 +-
21421 arch/x86/kvm/svm.c | 10 +-
21422 arch/x86/kvm/vmx.c | 62 +-
21423 arch/x86/kvm/x86.c | 42 +-
21424 arch/x86/lguest/boot.c | 3 +-
21425 arch/x86/lib/atomic64_386_32.S | 164 +
21426 arch/x86/lib/atomic64_cx8_32.S | 98 +-
21427 arch/x86/lib/checksum_32.S | 99 +-
21428 arch/x86/lib/clear_page_64.S | 3 +
21429 arch/x86/lib/cmpxchg16b_emu.S | 3 +
21430 arch/x86/lib/copy_page_64.S | 14 +-
21431 arch/x86/lib/copy_user_64.S | 66 +-
21432 arch/x86/lib/csum-copy_64.S | 14 +-
21433 arch/x86/lib/csum-wrappers_64.c | 8 +-
21434 arch/x86/lib/getuser.S | 74 +-
21435 arch/x86/lib/insn.c | 8 +-
21436 arch/x86/lib/iomap_copy_64.S | 2 +
21437 arch/x86/lib/memcpy_64.S | 6 +
21438 arch/x86/lib/memmove_64.S | 3 +-
21439 arch/x86/lib/memset_64.S | 3 +
21440 arch/x86/lib/mmx_32.c | 243 +-
21441 arch/x86/lib/msr-reg.S | 2 +
21442 arch/x86/lib/putuser.S | 87 +-
21443 arch/x86/lib/rwsem.S | 6 +-
21444 arch/x86/lib/usercopy_32.c | 359 +-
21445 arch/x86/lib/usercopy_64.c | 20 +-
21446 arch/x86/math-emu/fpu_aux.c | 2 +-
21447 arch/x86/math-emu/fpu_entry.c | 4 +-
21448 arch/x86/math-emu/fpu_system.h | 2 +-
21449 arch/x86/mm/Makefile | 4 +
21450 arch/x86/mm/extable.c | 26 +-
21451 arch/x86/mm/fault.c | 570 +-
21452 arch/x86/mm/gup.c | 6 +-
21453 arch/x86/mm/highmem_32.c | 6 +
21454 arch/x86/mm/hugetlbpage.c | 24 +-
21455 arch/x86/mm/init.c | 111 +-
21456 arch/x86/mm/init_32.c | 111 +-
21457 arch/x86/mm/init_64.c | 46 +-
21458 arch/x86/mm/iomap_32.c | 4 +
21459 arch/x86/mm/ioremap.c | 52 +-
21460 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
21461 arch/x86/mm/mmap.c | 40 +-
21462 arch/x86/mm/mmio-mod.c | 10 +-
21463 arch/x86/mm/numa.c | 2 +-
21464 arch/x86/mm/pageattr.c | 38 +-
21465 arch/x86/mm/pat.c | 12 +-
21466 arch/x86/mm/pat_rbtree.c | 2 +-
21467 arch/x86/mm/pf_in.c | 10 +-
21468 arch/x86/mm/pgtable.c | 214 +-
21469 arch/x86/mm/pgtable_32.c | 3 +
21470 arch/x86/mm/setup_nx.c | 7 +
21471 arch/x86/mm/tlb.c | 4 +
21472 arch/x86/mm/uderef_64.c | 37 +
21473 arch/x86/net/bpf_jit.S | 11 +
21474 arch/x86/net/bpf_jit_comp.c | 13 +-
21475 arch/x86/oprofile/backtrace.c | 6 +-
21476 arch/x86/oprofile/nmi_int.c | 8 +-
21477 arch/x86/oprofile/op_model_amd.c | 8 +-
21478 arch/x86/oprofile/op_model_ppro.c | 7 +-
21479 arch/x86/oprofile/op_x86_model.h | 2 +-
21480 arch/x86/pci/intel_mid_pci.c | 2 +-
21481 arch/x86/pci/irq.c | 8 +-
21482 arch/x86/pci/pcbios.c | 144 +-
21483 arch/x86/platform/efi/efi_32.c | 24 +
21484 arch/x86/platform/efi/efi_64.c | 26 +-
21485 arch/x86/platform/efi/efi_stub_32.S | 64 +-
21486 arch/x86/platform/efi/efi_stub_64.S | 2 +
21487 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
21488 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
21489 arch/x86/platform/intel-mid/mfld.c | 4 +-
21490 arch/x86/platform/intel-mid/mrfl.c | 2 +-
21491 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
21492 arch/x86/platform/olpc/olpc_dt.c | 2 +-
21493 arch/x86/power/cpu.c | 11 +-
21494 arch/x86/realmode/init.c | 10 +-
21495 arch/x86/realmode/rm/Makefile | 3 +
21496 arch/x86/realmode/rm/header.S | 4 +-
21497 arch/x86/realmode/rm/reboot.S | 4 +
21498 arch/x86/realmode/rm/trampoline_32.S | 12 +-
21499 arch/x86/realmode/rm/trampoline_64.S | 3 +-
21500 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
21501 arch/x86/tools/Makefile | 2 +-
21502 arch/x86/tools/relocs.c | 96 +-
21503 arch/x86/um/mem_32.c | 2 +-
21504 arch/x86/um/tls_32.c | 2 +-
21505 arch/x86/xen/enlighten.c | 50 +-
21506 arch/x86/xen/mmu.c | 19 +-
21507 arch/x86/xen/smp.c | 16 +-
21508 arch/x86/xen/xen-asm_32.S | 2 +-
21509 arch/x86/xen/xen-head.S | 11 +
21510 arch/x86/xen/xen-ops.h | 2 -
21511 block/bio.c | 4 +-
21512 block/blk-iopoll.c | 2 +-
21513 block/blk-map.c | 2 +-
21514 block/blk-softirq.c | 2 +-
21515 block/bsg.c | 12 +-
21516 block/compat_ioctl.c | 4 +-
21517 block/genhd.c | 9 +-
21518 block/partitions/efi.c | 8 +-
21519 block/scsi_ioctl.c | 29 +-
21520 crypto/cryptd.c | 4 +-
21521 crypto/pcrypt.c | 2 +-
21522 crypto/zlib.c | 12 +-
21523 drivers/acpi/acpi_video.c | 2 +-
21524 drivers/acpi/apei/apei-internal.h | 2 +-
21525 drivers/acpi/apei/ghes.c | 4 +-
21526 drivers/acpi/bgrt.c | 6 +-
21527 drivers/acpi/blacklist.c | 4 +-
21528 drivers/acpi/bus.c | 4 +-
21529 drivers/acpi/device_pm.c | 4 +-
21530 drivers/acpi/ec.c | 2 +-
21531 drivers/acpi/pci_slot.c | 2 +-
21532 drivers/acpi/processor_idle.c | 2 +-
21533 drivers/acpi/processor_pdc.c | 2 +-
21534 drivers/acpi/sleep.c | 2 +-
21535 drivers/acpi/sysfs.c | 4 +-
21536 drivers/acpi/thermal.c | 2 +-
21537 drivers/acpi/video_detect.c | 7 +-
21538 drivers/ata/libata-core.c | 12 +-
21539 drivers/ata/libata-scsi.c | 2 +-
21540 drivers/ata/libata.h | 2 +-
21541 drivers/ata/pata_arasan_cf.c | 4 +-
21542 drivers/atm/adummy.c | 2 +-
21543 drivers/atm/ambassador.c | 8 +-
21544 drivers/atm/atmtcp.c | 14 +-
21545 drivers/atm/eni.c | 10 +-
21546 drivers/atm/firestream.c | 8 +-
21547 drivers/atm/fore200e.c | 14 +-
21548 drivers/atm/he.c | 18 +-
21549 drivers/atm/horizon.c | 4 +-
21550 drivers/atm/idt77252.c | 36 +-
21551 drivers/atm/iphase.c | 34 +-
21552 drivers/atm/lanai.c | 12 +-
21553 drivers/atm/nicstar.c | 46 +-
21554 drivers/atm/solos-pci.c | 4 +-
21555 drivers/atm/suni.c | 4 +-
21556 drivers/atm/uPD98402.c | 16 +-
21557 drivers/atm/zatm.c | 6 +-
21558 drivers/base/bus.c | 4 +-
21559 drivers/base/devtmpfs.c | 8 +-
21560 drivers/base/node.c | 2 +-
21561 drivers/base/platform-msi.c | 20 +-
21562 drivers/base/power/domain.c | 11 +-
21563 drivers/base/power/sysfs.c | 2 +-
21564 drivers/base/power/wakeup.c | 8 +-
21565 drivers/base/regmap/regmap-debugfs.c | 11 +-
21566 drivers/base/syscore.c | 4 +-
21567 drivers/block/cciss.c | 28 +-
21568 drivers/block/cciss.h | 2 +-
21569 drivers/block/cpqarray.c | 28 +-
21570 drivers/block/cpqarray.h | 2 +-
21571 drivers/block/drbd/drbd_bitmap.c | 2 +-
21572 drivers/block/drbd/drbd_int.h | 8 +-
21573 drivers/block/drbd/drbd_main.c | 12 +-
21574 drivers/block/drbd/drbd_nl.c | 4 +-
21575 drivers/block/drbd/drbd_receiver.c | 34 +-
21576 drivers/block/drbd/drbd_worker.c | 8 +-
21577 drivers/block/pktcdvd.c | 4 +-
21578 drivers/block/rbd.c | 2 +-
21579 drivers/bluetooth/btwilink.c | 2 +-
21580 drivers/bus/arm-cci.c | 12 +-
21581 drivers/cdrom/cdrom.c | 11 +-
21582 drivers/cdrom/gdrom.c | 1 -
21583 drivers/char/agp/compat_ioctl.c | 2 +-
21584 drivers/char/agp/frontend.c | 4 +-
21585 drivers/char/agp/intel-gtt.c | 4 +-
21586 drivers/char/hpet.c | 2 +-
21587 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
21588 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
21589 drivers/char/mem.c | 47 +-
21590 drivers/char/nvram.c | 2 +-
21591 drivers/char/pcmcia/synclink_cs.c | 16 +-
21592 drivers/char/random.c | 12 +-
21593 drivers/char/sonypi.c | 11 +-
21594 drivers/char/tpm/tpm_acpi.c | 3 +-
21595 drivers/char/tpm/tpm_eventlog.c | 4 +-
21596 drivers/char/virtio_console.c | 4 +-
21597 drivers/clk/clk-composite.c | 2 +-
21598 drivers/clk/samsung/clk.h | 2 +-
21599 drivers/clk/socfpga/clk-gate.c | 9 +-
21600 drivers/clk/socfpga/clk-pll.c | 9 +-
21601 drivers/clk/ti/clk.c | 8 +-
21602 drivers/cpufreq/acpi-cpufreq.c | 17 +-
21603 drivers/cpufreq/cpufreq-dt.c | 4 +-
21604 drivers/cpufreq/cpufreq.c | 30 +-
21605 drivers/cpufreq/cpufreq_governor.c | 2 +-
21606 drivers/cpufreq/cpufreq_governor.h | 4 +-
21607 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
21608 drivers/cpufreq/intel_pstate.c | 33 +-
21609 drivers/cpufreq/p4-clockmod.c | 12 +-
21610 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
21611 drivers/cpufreq/speedstep-centrino.c | 7 +-
21612 drivers/cpuidle/driver.c | 2 +-
21613 drivers/cpuidle/dt_idle_states.c | 2 +-
21614 drivers/cpuidle/governor.c | 2 +-
21615 drivers/cpuidle/sysfs.c | 2 +-
21616 drivers/crypto/hifn_795x.c | 4 +-
21617 drivers/devfreq/devfreq.c | 4 +-
21618 drivers/dma/sh/shdma-base.c | 4 +-
21619 drivers/dma/sh/shdmac.c | 2 +-
21620 drivers/edac/edac_device.c | 4 +-
21621 drivers/edac/edac_mc_sysfs.c | 2 +-
21622 drivers/edac/edac_pci.c | 4 +-
21623 drivers/edac/edac_pci_sysfs.c | 22 +-
21624 drivers/edac/mce_amd.h | 2 +-
21625 drivers/firewire/core-card.c | 6 +-
21626 drivers/firewire/core-device.c | 2 +-
21627 drivers/firewire/core-transaction.c | 1 +
21628 drivers/firewire/core.h | 1 +
21629 drivers/firmware/dmi-id.c | 2 +-
21630 drivers/firmware/dmi_scan.c | 12 +-
21631 drivers/firmware/efi/cper.c | 8 +-
21632 drivers/firmware/efi/efi.c | 12 +-
21633 drivers/firmware/efi/efivars.c | 2 +-
21634 drivers/firmware/efi/runtime-map.c | 2 +-
21635 drivers/firmware/google/gsmi.c | 2 +-
21636 drivers/firmware/google/memconsole.c | 7 +-
21637 drivers/firmware/memmap.c | 2 +-
21638 drivers/firmware/psci.c | 2 +-
21639 drivers/gpio/gpio-davinci.c | 6 +-
21640 drivers/gpio/gpio-em.c | 2 +-
21641 drivers/gpio/gpio-ich.c | 2 +-
21642 drivers/gpio/gpio-omap.c | 4 +-
21643 drivers/gpio/gpio-rcar.c | 2 +-
21644 drivers/gpio/gpio-vr41xx.c | 2 +-
21645 drivers/gpio/gpiolib.c | 12 +-
21646 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
21647 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
21648 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
21649 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
21650 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
21651 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
21652 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
21653 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
21654 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
21655 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
21656 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
21657 drivers/gpu/drm/drm_crtc.c | 2 +-
21658 drivers/gpu/drm/drm_drv.c | 2 +-
21659 drivers/gpu/drm/drm_fops.c | 12 +-
21660 drivers/gpu/drm/drm_global.c | 14 +-
21661 drivers/gpu/drm/drm_info.c | 13 +-
21662 drivers/gpu/drm/drm_ioc32.c | 13 +-
21663 drivers/gpu/drm/drm_ioctl.c | 2 +-
21664 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
21665 drivers/gpu/drm/i810/i810_drv.h | 4 +-
21666 drivers/gpu/drm/i915/i915_dma.c | 2 +-
21667 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
21668 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
21669 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
21670 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
21671 drivers/gpu/drm/i915/intel_display.c | 26 +-
21672 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
21673 drivers/gpu/drm/mga/mga_drv.h | 4 +-
21674 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
21675 drivers/gpu/drm/mga/mga_irq.c | 8 +-
21676 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
21677 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
21678 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
21679 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
21680 drivers/gpu/drm/omapdrm/Makefile | 2 +-
21681 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
21682 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
21683 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
21684 drivers/gpu/drm/qxl/qxl_ioctl.c | 10 +-
21685 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
21686 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
21687 drivers/gpu/drm/r128/r128_cce.c | 2 +-
21688 drivers/gpu/drm/r128/r128_drv.h | 4 +-
21689 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
21690 drivers/gpu/drm/r128/r128_irq.c | 4 +-
21691 drivers/gpu/drm/r128/r128_state.c | 4 +-
21692 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
21693 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
21694 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
21695 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
21696 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
21697 drivers/gpu/drm/radeon/radeon_state.c | 4 +-
21698 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
21699 drivers/gpu/drm/tegra/dc.c | 2 +-
21700 drivers/gpu/drm/tegra/dsi.c | 2 +-
21701 drivers/gpu/drm/tegra/hdmi.c | 2 +-
21702 drivers/gpu/drm/tegra/sor.c | 7 +-
21703 drivers/gpu/drm/tilcdc/Makefile | 6 +-
21704 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
21705 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
21706 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
21707 drivers/gpu/drm/udl/udl_fb.c | 1 -
21708 drivers/gpu/drm/via/via_drv.h | 4 +-
21709 drivers/gpu/drm/via/via_irq.c | 18 +-
21710 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
21711 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
21712 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
21713 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
21714 drivers/gpu/vga/vga_switcheroo.c | 4 +-
21715 drivers/hid/hid-core.c | 4 +-
21716 drivers/hid/hid-sensor-custom.c | 2 +-
21717 drivers/hv/channel.c | 2 +-
21718 drivers/hv/hv.c | 4 +-
21719 drivers/hv/hv_balloon.c | 18 +-
21720 drivers/hv/hyperv_vmbus.h | 2 +-
21721 drivers/hwmon/acpi_power_meter.c | 6 +-
21722 drivers/hwmon/applesmc.c | 2 +-
21723 drivers/hwmon/asus_atk0110.c | 10 +-
21724 drivers/hwmon/coretemp.c | 2 +-
21725 drivers/hwmon/dell-smm-hwmon.c | 2 +-
21726 drivers/hwmon/ibmaem.c | 2 +-
21727 drivers/hwmon/iio_hwmon.c | 2 +-
21728 drivers/hwmon/nct6683.c | 6 +-
21729 drivers/hwmon/nct6775.c | 6 +-
21730 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
21731 drivers/hwmon/sht15.c | 12 +-
21732 drivers/hwmon/via-cputemp.c | 2 +-
21733 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
21734 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
21735 drivers/i2c/i2c-dev.c | 2 +-
21736 drivers/ide/ide-cd.c | 2 +-
21737 drivers/ide/ide-disk.c | 2 +-
21738 drivers/iio/industrialio-core.c | 2 +-
21739 drivers/iio/magnetometer/ak8975.c | 2 +-
21740 drivers/infiniband/core/cm.c | 32 +-
21741 drivers/infiniband/core/fmr_pool.c | 20 +-
21742 drivers/infiniband/core/uverbs_cmd.c | 3 +
21743 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
21744 drivers/infiniband/hw/mlx4/mad.c | 2 +-
21745 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
21746 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
21747 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
21748 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
21749 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
21750 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
21751 drivers/infiniband/hw/nes/nes.c | 4 +-
21752 drivers/infiniband/hw/nes/nes.h | 40 +-
21753 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
21754 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
21755 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
21756 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
21757 drivers/infiniband/hw/qib/qib.h | 1 +
21758 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
21759 drivers/input/gameport/gameport.c | 4 +-
21760 drivers/input/input.c | 4 +-
21761 drivers/input/joystick/sidewinder.c | 1 +
21762 drivers/input/joystick/xpad.c | 4 +-
21763 drivers/input/misc/ims-pcu.c | 4 +-
21764 drivers/input/mouse/psmouse.h | 2 +-
21765 drivers/input/mousedev.c | 2 +-
21766 drivers/input/serio/serio.c | 4 +-
21767 drivers/input/serio/serio_raw.c | 4 +-
21768 drivers/input/touchscreen/htcpen.c | 2 +-
21769 drivers/iommu/arm-smmu-v3.c | 2 +-
21770 drivers/iommu/arm-smmu.c | 43 +-
21771 drivers/iommu/io-pgtable-arm.c | 101 +-
21772 drivers/iommu/io-pgtable.c | 11 +-
21773 drivers/iommu/io-pgtable.h | 19 +-
21774 drivers/iommu/iommu.c | 2 +-
21775 drivers/iommu/ipmmu-vmsa.c | 13 +-
21776 drivers/iommu/irq_remapping.c | 2 +-
21777 drivers/irqchip/irq-gic.c | 2 +-
21778 drivers/irqchip/irq-i8259.c | 2 +-
21779 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
21780 drivers/irqchip/irq-renesas-irqc.c | 2 +-
21781 drivers/isdn/capi/capi.c | 10 +-
21782 drivers/isdn/gigaset/interface.c | 8 +-
21783 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
21784 drivers/isdn/hardware/avm/b1.c | 4 +-
21785 drivers/isdn/i4l/isdn_common.c | 2 +
21786 drivers/isdn/i4l/isdn_tty.c | 22 +-
21787 drivers/isdn/icn/icn.c | 2 +-
21788 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
21789 drivers/lguest/core.c | 10 +-
21790 drivers/lguest/page_tables.c | 2 +-
21791 drivers/lguest/x86/core.c | 12 +-
21792 drivers/lguest/x86/switcher_32.S | 27 +-
21793 drivers/md/bcache/closure.h | 2 +-
21794 drivers/md/bitmap.c | 2 +-
21795 drivers/md/dm-ioctl.c | 2 +-
21796 drivers/md/dm-raid1.c | 18 +-
21797 drivers/md/dm-stats.c | 6 +-
21798 drivers/md/dm-stripe.c | 10 +-
21799 drivers/md/dm-table.c | 2 +-
21800 drivers/md/dm-thin-metadata.c | 4 +-
21801 drivers/md/dm.c | 16 +-
21802 drivers/md/md.c | 26 +-
21803 drivers/md/md.h | 6 +-
21804 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
21805 drivers/md/persistent-data/dm-space-map.h | 1 +
21806 drivers/md/raid1.c | 4 +-
21807 drivers/md/raid10.c | 18 +-
21808 drivers/md/raid5.c | 22 +-
21809 drivers/media/dvb-core/dvbdev.c | 2 +-
21810 drivers/media/dvb-frontends/af9033.h | 2 +-
21811 drivers/media/dvb-frontends/dib3000.h | 2 +-
21812 drivers/media/dvb-frontends/dib7000p.h | 2 +-
21813 drivers/media/dvb-frontends/dib8000.h | 2 +-
21814 drivers/media/pci/cx88/cx88-video.c | 6 +-
21815 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
21816 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
21817 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
21818 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
21819 drivers/media/pci/tw68/tw68-core.c | 2 +-
21820 drivers/media/platform/omap/omap_vout.c | 11 +-
21821 drivers/media/platform/s5p-tv/mixer.h | 2 +-
21822 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
21823 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
21824 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
21825 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
21826 drivers/media/radio/radio-cadet.c | 2 +
21827 drivers/media/radio/radio-maxiradio.c | 2 +-
21828 drivers/media/radio/radio-shark.c | 2 +-
21829 drivers/media/radio/radio-shark2.c | 2 +-
21830 drivers/media/radio/radio-si476x.c | 2 +-
21831 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
21832 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
21833 drivers/media/v4l2-core/v4l2-device.c | 4 +-
21834 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
21835 drivers/memory/omap-gpmc.c | 21 +-
21836 drivers/message/fusion/mptsas.c | 34 +-
21837 drivers/mfd/ab8500-debugfs.c | 2 +-
21838 drivers/mfd/kempld-core.c | 2 +-
21839 drivers/mfd/max8925-i2c.c | 2 +-
21840 drivers/mfd/tps65910.c | 2 +-
21841 drivers/mfd/twl4030-irq.c | 9 +-
21842 drivers/mfd/wm5110-tables.c | 2 +-
21843 drivers/mfd/wm8998-tables.c | 2 +-
21844 drivers/misc/c2port/core.c | 4 +-
21845 drivers/misc/kgdbts.c | 4 +-
21846 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
21847 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
21848 drivers/misc/mic/scif/scif_rb.c | 8 +-
21849 drivers/misc/sgi-gru/gruhandles.c | 4 +-
21850 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
21851 drivers/misc/sgi-gru/grutables.h | 154 +-
21852 drivers/misc/sgi-xp/xp.h | 2 +-
21853 drivers/misc/sgi-xp/xpc.h | 3 +-
21854 drivers/misc/sgi-xp/xpc_main.c | 2 +-
21855 drivers/mmc/card/block.c | 2 +-
21856 drivers/mmc/host/dw_mmc.h | 2 +-
21857 drivers/mmc/host/mmci.c | 4 +-
21858 drivers/mmc/host/omap_hsmmc.c | 4 +-
21859 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
21860 drivers/mmc/host/sdhci-s3c.c | 8 +-
21861 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
21862 drivers/mtd/nand/denali.c | 1 +
21863 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
21864 drivers/mtd/nftlmount.c | 1 +
21865 drivers/mtd/sm_ftl.c | 2 +-
21866 drivers/net/bonding/bond_netlink.c | 2 +-
21867 drivers/net/caif/caif_hsi.c | 2 +-
21868 drivers/net/can/Kconfig | 2 +-
21869 drivers/net/can/dev.c | 2 +-
21870 drivers/net/can/vcan.c | 2 +-
21871 drivers/net/dummy.c | 2 +-
21872 drivers/net/ethernet/8390/ax88796.c | 4 +-
21873 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
21874 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
21875 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
21876 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
21877 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
21878 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
21879 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
21880 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
21881 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
21882 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
21883 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
21884 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
21885 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
21886 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
21887 drivers/net/ethernet/broadcom/tg3.h | 1 +
21888 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
21889 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
21890 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
21891 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
21892 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
21893 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
21894 drivers/net/ethernet/faraday/ftmac100.c | 2 +
21895 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
21896 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
21897 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
21898 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
21899 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
21900 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
21901 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
21902 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
21903 drivers/net/ethernet/realtek/r8169.c | 8 +-
21904 drivers/net/ethernet/sfc/ptp.c | 2 +-
21905 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
21906 drivers/net/ethernet/via/via-rhine.c | 2 +-
21907 drivers/net/geneve.c | 2 +-
21908 drivers/net/hyperv/hyperv_net.h | 2 +-
21909 drivers/net/hyperv/rndis_filter.c | 4 +-
21910 drivers/net/ifb.c | 2 +-
21911 drivers/net/ipvlan/ipvlan_core.c | 2 +-
21912 drivers/net/macvlan.c | 20 +-
21913 drivers/net/macvtap.c | 6 +-
21914 drivers/net/nlmon.c | 2 +-
21915 drivers/net/phy/phy_device.c | 6 +-
21916 drivers/net/ppp/ppp_generic.c | 4 +-
21917 drivers/net/slip/slhc.c | 2 +-
21918 drivers/net/team/team.c | 4 +-
21919 drivers/net/tun.c | 7 +-
21920 drivers/net/usb/hso.c | 23 +-
21921 drivers/net/usb/r8152.c | 2 +-
21922 drivers/net/usb/sierra_net.c | 4 +-
21923 drivers/net/virtio_net.c | 2 +-
21924 drivers/net/vrf.c | 2 +-
21925 drivers/net/vxlan.c | 4 +-
21926 drivers/net/wimax/i2400m/rx.c | 2 +-
21927 drivers/net/wireless/airo.c | 2 +-
21928 drivers/net/wireless/at76c50x-usb.c | 2 +-
21929 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
21930 drivers/net/wireless/ath/ath10k/htc.c | 7 +-
21931 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
21932 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
21933 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
21934 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
21935 drivers/net/wireless/ath/ath9k/main.c | 22 +-
21936 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
21937 drivers/net/wireless/b43/phy_lp.c | 2 +-
21938 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
21939 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
21940 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
21941 drivers/net/wireless/mac80211_hwsim.c | 28 +-
21942 drivers/net/wireless/rndis_wlan.c | 2 +-
21943 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
21944 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
21945 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
21946 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
21947 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
21948 drivers/nfc/nfcwilink.c | 2 +-
21949 drivers/of/fdt.c | 4 +-
21950 drivers/oprofile/buffer_sync.c | 8 +-
21951 drivers/oprofile/event_buffer.c | 2 +-
21952 drivers/oprofile/oprof.c | 2 +-
21953 drivers/oprofile/oprofile_stats.c | 10 +-
21954 drivers/oprofile/oprofile_stats.h | 10 +-
21955 drivers/oprofile/oprofilefs.c | 6 +-
21956 drivers/oprofile/timer_int.c | 2 +-
21957 drivers/parport/procfs.c | 4 +-
21958 drivers/pci/host/pci-host-generic.c | 24 +-
21959 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
21960 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
21961 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
21962 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
21963 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
21964 drivers/pci/hotplug/pciehp_core.c | 2 +-
21965 drivers/pci/msi.c | 22 +-
21966 drivers/pci/pci-sysfs.c | 6 +-
21967 drivers/pci/pci.h | 2 +-
21968 drivers/pci/pcie/aspm.c | 6 +-
21969 drivers/pci/pcie/portdrv_pci.c | 2 +-
21970 drivers/pci/probe.c | 2 +-
21971 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
21972 drivers/pinctrl/pinctrl-at91.c | 5 +-
21973 drivers/platform/chrome/chromeos_pstore.c | 2 +-
21974 drivers/platform/x86/alienware-wmi.c | 4 +-
21975 drivers/platform/x86/compal-laptop.c | 2 +-
21976 drivers/platform/x86/hdaps.c | 2 +-
21977 drivers/platform/x86/ibm_rtl.c | 2 +-
21978 drivers/platform/x86/intel_oaktrail.c | 2 +-
21979 drivers/platform/x86/msi-laptop.c | 16 +-
21980 drivers/platform/x86/msi-wmi.c | 2 +-
21981 drivers/platform/x86/samsung-laptop.c | 2 +-
21982 drivers/platform/x86/samsung-q10.c | 2 +-
21983 drivers/platform/x86/sony-laptop.c | 14 +-
21984 drivers/platform/x86/thinkpad_acpi.c | 2 +-
21985 drivers/pnp/pnpbios/bioscalls.c | 14 +-
21986 drivers/pnp/pnpbios/core.c | 2 +-
21987 drivers/power/pda_power.c | 7 +-
21988 drivers/power/power_supply.h | 4 +-
21989 drivers/power/power_supply_core.c | 7 +-
21990 drivers/power/power_supply_sysfs.c | 6 +-
21991 drivers/power/reset/at91-reset.c | 9 +-
21992 drivers/powercap/powercap_sys.c | 136 +-
21993 drivers/ptp/ptp_private.h | 2 +-
21994 drivers/ptp/ptp_sysfs.c | 2 +-
21995 drivers/regulator/core.c | 4 +-
21996 drivers/regulator/max8660.c | 6 +-
21997 drivers/regulator/max8973-regulator.c | 16 +-
21998 drivers/regulator/mc13892-regulator.c | 8 +-
21999 drivers/rtc/rtc-armada38x.c | 7 +-
22000 drivers/rtc/rtc-cmos.c | 4 +-
22001 drivers/rtc/rtc-ds1307.c | 2 +-
22002 drivers/rtc/rtc-m48t59.c | 4 +-
22003 drivers/rtc/rtc-test.c | 6 +-
22004 drivers/scsi/be2iscsi/be_main.c | 2 +-
22005 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
22006 drivers/scsi/bfa/bfa_ioc.h | 4 +-
22007 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
22008 drivers/scsi/hosts.c | 4 +-
22009 drivers/scsi/hpsa.c | 38 +-
22010 drivers/scsi/hpsa.h | 2 +-
22011 drivers/scsi/libfc/fc_exch.c | 50 +-
22012 drivers/scsi/libsas/sas_ata.c | 2 +-
22013 drivers/scsi/lpfc/lpfc.h | 8 +-
22014 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
22015 drivers/scsi/lpfc/lpfc_init.c | 6 +-
22016 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
22017 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
22018 drivers/scsi/mpt2sas/mpt2sas_scsih.c | 8 +-
22019 drivers/scsi/pmcraid.c | 20 +-
22020 drivers/scsi/pmcraid.h | 8 +-
22021 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
22022 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
22023 drivers/scsi/qla2xxx/qla_os.c | 6 +-
22024 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
22025 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
22026 drivers/scsi/scsi.c | 2 +-
22027 drivers/scsi/scsi_lib.c | 8 +-
22028 drivers/scsi/scsi_sysfs.c | 2 +-
22029 drivers/scsi/scsi_transport_fc.c | 8 +-
22030 drivers/scsi/scsi_transport_iscsi.c | 6 +-
22031 drivers/scsi/scsi_transport_srp.c | 6 +-
22032 drivers/scsi/sd.c | 6 +-
22033 drivers/scsi/sg.c | 2 +-
22034 drivers/scsi/sr.c | 21 +-
22035 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
22036 drivers/spi/spi.c | 2 +-
22037 drivers/staging/android/timed_output.c | 6 +-
22038 drivers/staging/comedi/comedi_fops.c | 8 +-
22039 drivers/staging/fbtft/fbtft-core.c | 2 +-
22040 drivers/staging/fbtft/fbtft.h | 2 +-
22041 drivers/staging/gdm724x/gdm_tty.c | 2 +-
22042 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
22043 drivers/staging/iio/adc/ad7280a.c | 4 +-
22044 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
22045 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
22046 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
22047 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
22048 drivers/staging/lustre/lustre/include/obd.h | 2 +-
22049 drivers/staging/octeon/ethernet-rx.c | 20 +-
22050 drivers/staging/octeon/ethernet.c | 8 +-
22051 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
22052 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
22053 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
22054 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
22055 drivers/staging/sm750fb/sm750.c | 14 +-
22056 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
22057 drivers/target/sbp/sbp_target.c | 4 +-
22058 drivers/thermal/cpu_cooling.c | 9 +-
22059 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
22060 drivers/thermal/of-thermal.c | 17 +-
22061 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
22062 drivers/tty/cyclades.c | 6 +-
22063 drivers/tty/hvc/hvc_console.c | 14 +-
22064 drivers/tty/hvc/hvcs.c | 21 +-
22065 drivers/tty/hvc/hvsi.c | 22 +-
22066 drivers/tty/hvc/hvsi_lib.c | 4 +-
22067 drivers/tty/ipwireless/tty.c | 27 +-
22068 drivers/tty/moxa.c | 2 +-
22069 drivers/tty/n_gsm.c | 4 +-
22070 drivers/tty/n_tty.c | 3 +-
22071 drivers/tty/pty.c | 4 +-
22072 drivers/tty/rocket.c | 6 +-
22073 drivers/tty/serial/8250/8250_core.c | 10 +-
22074 drivers/tty/serial/ifx6x60.c | 2 +-
22075 drivers/tty/serial/ioc4_serial.c | 6 +-
22076 drivers/tty/serial/kgdb_nmi.c | 4 +-
22077 drivers/tty/serial/kgdboc.c | 32 +-
22078 drivers/tty/serial/msm_serial.c | 4 +-
22079 drivers/tty/serial/samsung.c | 9 +-
22080 drivers/tty/serial/serial_core.c | 8 +-
22081 drivers/tty/synclink.c | 34 +-
22082 drivers/tty/synclink_gt.c | 28 +-
22083 drivers/tty/synclinkmp.c | 34 +-
22084 drivers/tty/tty_io.c | 2 +-
22085 drivers/tty/tty_ldisc.c | 8 +-
22086 drivers/tty/tty_port.c | 22 +-
22087 drivers/uio/uio.c | 13 +-
22088 drivers/usb/atm/cxacru.c | 2 +-
22089 drivers/usb/atm/usbatm.c | 24 +-
22090 drivers/usb/class/cdc-acm.h | 2 +-
22091 drivers/usb/core/devices.c | 6 +-
22092 drivers/usb/core/devio.c | 12 +-
22093 drivers/usb/core/hcd.c | 4 +-
22094 drivers/usb/core/sysfs.c | 2 +-
22095 drivers/usb/core/usb.c | 2 +-
22096 drivers/usb/early/ehci-dbgp.c | 16 +-
22097 drivers/usb/gadget/function/u_serial.c | 22 +-
22098 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
22099 drivers/usb/host/ehci-hcd.c | 2 +-
22100 drivers/usb/host/ehci-hub.c | 4 +-
22101 drivers/usb/host/ehci-q.c | 4 +-
22102 drivers/usb/host/fotg210-hcd.c | 2 +-
22103 drivers/usb/host/fusbh200-hcd.c | 2 +-
22104 drivers/usb/host/hwa-hc.c | 2 +-
22105 drivers/usb/host/ohci-hcd.c | 2 +-
22106 drivers/usb/host/r8a66597.h | 2 +-
22107 drivers/usb/host/uhci-hcd.c | 2 +-
22108 drivers/usb/host/xhci-pci.c | 2 +-
22109 drivers/usb/host/xhci.c | 2 +-
22110 drivers/usb/misc/appledisplay.c | 4 +-
22111 drivers/usb/serial/console.c | 8 +-
22112 drivers/usb/storage/transport.c | 2 +-
22113 drivers/usb/storage/usb.c | 2 +-
22114 drivers/usb/storage/usb.h | 2 +-
22115 drivers/usb/usbip/vhci.h | 2 +-
22116 drivers/usb/usbip/vhci_hcd.c | 6 +-
22117 drivers/usb/usbip/vhci_rx.c | 2 +-
22118 drivers/usb/wusbcore/wa-hc.h | 4 +-
22119 drivers/usb/wusbcore/wa-xfer.c | 2 +-
22120 drivers/vfio/vfio.c | 2 +-
22121 drivers/vhost/vringh.c | 20 +-
22122 drivers/video/backlight/kb3886_bl.c | 2 +-
22123 drivers/video/console/fbcon.c | 2 +-
22124 drivers/video/fbdev/aty/aty128fb.c | 2 +-
22125 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
22126 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
22127 drivers/video/fbdev/core/fb_defio.c | 6 +-
22128 drivers/video/fbdev/core/fbmem.c | 2 +-
22129 drivers/video/fbdev/hyperv_fb.c | 4 +-
22130 drivers/video/fbdev/i810/i810_accel.c | 1 +
22131 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
22132 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
22133 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
22134 drivers/video/fbdev/omap2/dss/display.c | 8 +-
22135 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
22136 drivers/video/fbdev/smscufx.c | 4 +-
22137 drivers/video/fbdev/udlfb.c | 36 +-
22138 drivers/video/fbdev/uvesafb.c | 52 +-
22139 drivers/video/fbdev/vesafb.c | 58 +-
22140 drivers/video/fbdev/via/via_clock.h | 2 +-
22141 drivers/xen/events/events_base.c | 6 +-
22142 drivers/xen/evtchn.c | 4 +-
22143 fs/Kconfig.binfmt | 2 +-
22144 fs/afs/inode.c | 4 +-
22145 fs/aio.c | 2 +-
22146 fs/autofs4/waitq.c | 2 +-
22147 fs/befs/endian.h | 6 +-
22148 fs/binfmt_aout.c | 23 +-
22149 fs/binfmt_elf.c | 670 +-
22150 fs/binfmt_elf_fdpic.c | 4 +-
22151 fs/block_dev.c | 2 +-
22152 fs/btrfs/ctree.c | 9 +-
22153 fs/btrfs/delayed-inode.c | 9 +-
22154 fs/btrfs/delayed-inode.h | 6 +-
22155 fs/btrfs/file.c | 10 +-
22156 fs/btrfs/inode.c | 14 +-
22157 fs/btrfs/super.c | 2 +-
22158 fs/btrfs/sysfs.c | 2 +-
22159 fs/btrfs/tests/free-space-tests.c | 8 +-
22160 fs/btrfs/tree-log.h | 2 +-
22161 fs/buffer.c | 2 +-
22162 fs/cachefiles/bind.c | 6 +-
22163 fs/cachefiles/daemon.c | 8 +-
22164 fs/cachefiles/internal.h | 12 +-
22165 fs/cachefiles/namei.c | 2 +-
22166 fs/cachefiles/proc.c | 12 +-
22167 fs/ceph/dir.c | 12 +-
22168 fs/ceph/super.c | 4 +-
22169 fs/cifs/cifs_debug.c | 12 +-
22170 fs/cifs/cifsfs.c | 8 +-
22171 fs/cifs/cifsglob.h | 54 +-
22172 fs/cifs/file.c | 10 +-
22173 fs/cifs/misc.c | 4 +-
22174 fs/cifs/smb1ops.c | 80 +-
22175 fs/cifs/smb2ops.c | 84 +-
22176 fs/cifs/smb2pdu.c | 3 +-
22177 fs/coda/cache.c | 10 +-
22178 fs/compat.c | 4 +-
22179 fs/compat_binfmt_elf.c | 2 +
22180 fs/compat_ioctl.c | 12 +-
22181 fs/configfs/dir.c | 10 +-
22182 fs/coredump.c | 16 +-
22183 fs/dcache.c | 51 +-
22184 fs/ecryptfs/inode.c | 2 +-
22185 fs/ecryptfs/miscdev.c | 2 +-
22186 fs/exec.c | 362 +-
22187 fs/ext2/xattr.c | 5 +-
22188 fs/ext4/ext4.h | 20 +-
22189 fs/ext4/mballoc.c | 44 +-
22190 fs/ext4/resize.c | 16 +-
22191 fs/ext4/super.c | 4 +-
22192 fs/ext4/xattr.c | 5 +-
22193 fs/fhandle.c | 3 +-
22194 fs/file.c | 4 +-
22195 fs/fs_struct.c | 8 +-
22196 fs/fscache/cookie.c | 40 +-
22197 fs/fscache/internal.h | 202 +-
22198 fs/fscache/object.c | 26 +-
22199 fs/fscache/operation.c | 38 +-
22200 fs/fscache/page.c | 110 +-
22201 fs/fscache/stats.c | 348 +-
22202 fs/fuse/cuse.c | 10 +-
22203 fs/fuse/dev.c | 4 +-
22204 fs/gfs2/glock.c | 22 +-
22205 fs/gfs2/glops.c | 4 +-
22206 fs/gfs2/quota.c | 6 +-
22207 fs/hugetlbfs/inode.c | 13 +-
22208 fs/inode.c | 4 +-
22209 fs/jffs2/erase.c | 3 +-
22210 fs/jffs2/wbuf.c | 3 +-
22211 fs/jfs/super.c | 2 +-
22212 fs/kernfs/dir.c | 2 +-
22213 fs/kernfs/file.c | 20 +-
22214 fs/libfs.c | 10 +-
22215 fs/lockd/clntproc.c | 4 +-
22216 fs/namei.c | 16 +-
22217 fs/namespace.c | 16 +-
22218 fs/nfs/callback_xdr.c | 2 +-
22219 fs/nfs/inode.c | 6 +-
22220 fs/nfsd/nfs4proc.c | 2 +-
22221 fs/nfsd/nfs4xdr.c | 2 +-
22222 fs/nfsd/nfscache.c | 11 +-
22223 fs/nfsd/vfs.c | 6 +-
22224 fs/nls/nls_base.c | 26 +-
22225 fs/nls/nls_euc-jp.c | 6 +-
22226 fs/nls/nls_koi8-ru.c | 6 +-
22227 fs/notify/fanotify/fanotify_user.c | 4 +-
22228 fs/notify/notification.c | 4 +-
22229 fs/ntfs/dir.c | 2 +-
22230 fs/ntfs/super.c | 6 +-
22231 fs/ocfs2/localalloc.c | 2 +-
22232 fs/ocfs2/ocfs2.h | 10 +-
22233 fs/ocfs2/suballoc.c | 12 +-
22234 fs/ocfs2/super.c | 20 +-
22235 fs/pipe.c | 72 +-
22236 fs/posix_acl.c | 4 +-
22237 fs/proc/array.c | 20 +
22238 fs/proc/base.c | 4 +-
22239 fs/proc/kcore.c | 34 +-
22240 fs/proc/meminfo.c | 2 +-
22241 fs/proc/nommu.c | 2 +-
22242 fs/proc/proc_sysctl.c | 26 +-
22243 fs/proc/task_mmu.c | 39 +-
22244 fs/proc/task_nommu.c | 4 +-
22245 fs/proc/vmcore.c | 16 +-
22246 fs/qnx6/qnx6.h | 4 +-
22247 fs/quota/netlink.c | 4 +-
22248 fs/read_write.c | 2 +-
22249 fs/reiserfs/do_balan.c | 2 +-
22250 fs/reiserfs/procfs.c | 2 +-
22251 fs/reiserfs/reiserfs.h | 4 +-
22252 fs/seq_file.c | 4 +-
22253 fs/splice.c | 43 +-
22254 fs/squashfs/xattr.c | 12 +-
22255 fs/sysv/sysv.h | 2 +-
22256 fs/tracefs/inode.c | 8 +-
22257 fs/udf/misc.c | 2 +-
22258 fs/ufs/swab.h | 4 +-
22259 fs/userfaultfd.c | 2 +-
22260 fs/xattr.c | 21 +
22261 fs/xfs/libxfs/xfs_bmap.c | 2 +-
22262 fs/xfs/xfs_dir2_readdir.c | 7 +-
22263 fs/xfs/xfs_ioctl.c | 2 +-
22264 fs/xfs/xfs_linux.h | 4 +-
22265 include/asm-generic/4level-fixup.h | 2 +
22266 include/asm-generic/atomic-long.h | 156 +-
22267 include/asm-generic/atomic64.h | 12 +
22268 include/asm-generic/bitops/__fls.h | 2 +-
22269 include/asm-generic/bitops/fls.h | 2 +-
22270 include/asm-generic/bitops/fls64.h | 4 +-
22271 include/asm-generic/bug.h | 6 +-
22272 include/asm-generic/cache.h | 4 +-
22273 include/asm-generic/emergency-restart.h | 2 +-
22274 include/asm-generic/kmap_types.h | 4 +-
22275 include/asm-generic/local.h | 13 +
22276 include/asm-generic/pgtable-nopmd.h | 18 +-
22277 include/asm-generic/pgtable-nopud.h | 15 +-
22278 include/asm-generic/pgtable.h | 16 +
22279 include/asm-generic/sections.h | 1 +
22280 include/asm-generic/uaccess.h | 16 +
22281 include/asm-generic/vmlinux.lds.h | 15 +-
22282 include/crypto/algapi.h | 2 +-
22283 include/drm/drmP.h | 16 +-
22284 include/drm/drm_crtc_helper.h | 2 +-
22285 include/drm/drm_mm.h | 2 +-
22286 include/drm/i915_pciids.h | 2 +-
22287 include/drm/intel-gtt.h | 4 +-
22288 include/drm/ttm/ttm_memory.h | 2 +-
22289 include/drm/ttm/ttm_page_alloc.h | 1 +
22290 include/keys/asymmetric-subtype.h | 2 +-
22291 include/linux/atmdev.h | 4 +-
22292 include/linux/atomic.h | 17 +-
22293 include/linux/audit.h | 2 +-
22294 include/linux/average.h | 2 +-
22295 include/linux/binfmts.h | 3 +-
22296 include/linux/bitmap.h | 2 +-
22297 include/linux/bitops.h | 8 +-
22298 include/linux/blkdev.h | 2 +-
22299 include/linux/blktrace_api.h | 2 +-
22300 include/linux/cache.h | 8 +
22301 include/linux/cdrom.h | 1 -
22302 include/linux/cleancache.h | 2 +-
22303 include/linux/clk-provider.h | 1 +
22304 include/linux/compat.h | 6 +-
22305 include/linux/compiler-gcc.h | 28 +-
22306 include/linux/compiler.h | 157 +-
22307 include/linux/configfs.h | 2 +-
22308 include/linux/cpufreq.h | 3 +-
22309 include/linux/cpuidle.h | 5 +-
22310 include/linux/cpumask.h | 14 +-
22311 include/linux/crypto.h | 4 +-
22312 include/linux/ctype.h | 2 +-
22313 include/linux/dcache.h | 4 +-
22314 include/linux/decompress/mm.h | 2 +-
22315 include/linux/devfreq.h | 2 +-
22316 include/linux/device.h | 7 +-
22317 include/linux/dma-mapping.h | 2 +-
22318 include/linux/efi.h | 1 +
22319 include/linux/elf.h | 2 +
22320 include/linux/err.h | 4 +-
22321 include/linux/extcon.h | 2 +-
22322 include/linux/fb.h | 3 +-
22323 include/linux/fdtable.h | 2 +-
22324 include/linux/fs.h | 5 +-
22325 include/linux/fs_struct.h | 2 +-
22326 include/linux/fscache-cache.h | 2 +-
22327 include/linux/fscache.h | 2 +-
22328 include/linux/fsnotify.h | 2 +-
22329 include/linux/genhd.h | 4 +-
22330 include/linux/genl_magic_func.h | 2 +-
22331 include/linux/gfp.h | 12 +-
22332 include/linux/highmem.h | 12 +
22333 include/linux/hwmon-sysfs.h | 6 +-
22334 include/linux/i2c.h | 1 +
22335 include/linux/if_pppox.h | 2 +-
22336 include/linux/init.h | 12 +-
22337 include/linux/init_task.h | 7 +
22338 include/linux/interrupt.h | 6 +-
22339 include/linux/iommu.h | 2 +-
22340 include/linux/ioport.h | 2 +-
22341 include/linux/ipc.h | 2 +-
22342 include/linux/irq.h | 5 +-
22343 include/linux/irqdesc.h | 2 +-
22344 include/linux/irqdomain.h | 3 +
22345 include/linux/jiffies.h | 16 +-
22346 include/linux/key-type.h | 2 +-
22347 include/linux/kgdb.h | 6 +-
22348 include/linux/kmemleak.h | 4 +-
22349 include/linux/kobject.h | 3 +-
22350 include/linux/kobject_ns.h | 2 +-
22351 include/linux/kref.h | 2 +-
22352 include/linux/libata.h | 2 +-
22353 include/linux/linkage.h | 1 +
22354 include/linux/list.h | 15 +
22355 include/linux/lockref.h | 26 +-
22356 include/linux/math64.h | 10 +-
22357 include/linux/mempolicy.h | 7 +
22358 include/linux/mm.h | 102 +-
22359 include/linux/mm_types.h | 20 +
22360 include/linux/mmiotrace.h | 4 +-
22361 include/linux/mmzone.h | 2 +-
22362 include/linux/mod_devicetable.h | 4 +-
22363 include/linux/module.h | 69 +-
22364 include/linux/moduleloader.h | 16 +
22365 include/linux/moduleparam.h | 4 +-
22366 include/linux/net.h | 2 +-
22367 include/linux/netdevice.h | 7 +-
22368 include/linux/netfilter.h | 2 +-
22369 include/linux/netfilter/nfnetlink.h | 2 +-
22370 include/linux/nls.h | 4 +-
22371 include/linux/notifier.h | 3 +-
22372 include/linux/oprofile.h | 4 +-
22373 include/linux/padata.h | 2 +-
22374 include/linux/pci_hotplug.h | 3 +-
22375 include/linux/percpu.h | 2 +-
22376 include/linux/perf_event.h | 12 +-
22377 include/linux/pipe_fs_i.h | 8 +-
22378 include/linux/pm.h | 1 +
22379 include/linux/pm_domain.h | 4 +-
22380 include/linux/pm_runtime.h | 2 +-
22381 include/linux/pnp.h | 2 +-
22382 include/linux/poison.h | 4 +-
22383 include/linux/power/smartreflex.h | 2 +-
22384 include/linux/ppp-comp.h | 2 +-
22385 include/linux/preempt.h | 21 +
22386 include/linux/proc_ns.h | 2 +-
22387 include/linux/psci.h | 2 +-
22388 include/linux/quota.h | 2 +-
22389 include/linux/random.h | 19 +-
22390 include/linux/rculist.h | 16 +
22391 include/linux/reboot.h | 14 +-
22392 include/linux/regset.h | 3 +-
22393 include/linux/relay.h | 2 +-
22394 include/linux/rio.h | 2 +-
22395 include/linux/rmap.h | 4 +-
22396 include/linux/sched.h | 72 +-
22397 include/linux/sched/sysctl.h | 1 +
22398 include/linux/semaphore.h | 2 +-
22399 include/linux/seq_file.h | 1 +
22400 include/linux/signal.h | 2 +-
22401 include/linux/skbuff.h | 12 +-
22402 include/linux/slab.h | 47 +-
22403 include/linux/slab_def.h | 14 +-
22404 include/linux/slub_def.h | 2 +-
22405 include/linux/smp.h | 2 +
22406 include/linux/sock_diag.h | 2 +-
22407 include/linux/sonet.h | 2 +-
22408 include/linux/sunrpc/addr.h | 8 +-
22409 include/linux/sunrpc/clnt.h | 2 +-
22410 include/linux/sunrpc/svc.h | 2 +-
22411 include/linux/sunrpc/svc_rdma.h | 18 +-
22412 include/linux/sunrpc/svcauth.h | 2 +-
22413 include/linux/swapops.h | 10 +-
22414 include/linux/swiotlb.h | 3 +-
22415 include/linux/syscalls.h | 21 +-
22416 include/linux/syscore_ops.h | 2 +-
22417 include/linux/sysctl.h | 3 +-
22418 include/linux/sysfs.h | 9 +-
22419 include/linux/sysrq.h | 3 +-
22420 include/linux/tcp.h | 14 +-
22421 include/linux/thread_info.h | 7 +
22422 include/linux/tty.h | 4 +-
22423 include/linux/tty_driver.h | 2 +-
22424 include/linux/tty_ldisc.h | 2 +-
22425 include/linux/types.h | 16 +
22426 include/linux/uaccess.h | 6 +-
22427 include/linux/uio_driver.h | 2 +-
22428 include/linux/unaligned/access_ok.h | 24 +-
22429 include/linux/usb.h | 12 +-
22430 include/linux/usb/hcd.h | 1 +
22431 include/linux/usb/renesas_usbhs.h | 2 +-
22432 include/linux/vermagic.h | 21 +-
22433 include/linux/vga_switcheroo.h | 8 +-
22434 include/linux/vmalloc.h | 7 +-
22435 include/linux/vmstat.h | 24 +-
22436 include/linux/xattr.h | 5 +-
22437 include/linux/zlib.h | 3 +-
22438 include/media/v4l2-dev.h | 2 +-
22439 include/media/v4l2-device.h | 2 +-
22440 include/net/9p/transport.h | 2 +-
22441 include/net/bluetooth/l2cap.h | 2 +-
22442 include/net/bonding.h | 2 +-
22443 include/net/caif/cfctrl.h | 6 +-
22444 include/net/flow.h | 2 +-
22445 include/net/genetlink.h | 2 +-
22446 include/net/gro_cells.h | 2 +-
22447 include/net/inet_connection_sock.h | 2 +-
22448 include/net/inet_sock.h | 2 +-
22449 include/net/inetpeer.h | 2 +-
22450 include/net/ip_fib.h | 2 +-
22451 include/net/ip_vs.h | 8 +-
22452 include/net/ipv6.h | 2 +-
22453 include/net/irda/ircomm_tty.h | 1 +
22454 include/net/iucv/af_iucv.h | 2 +-
22455 include/net/llc_c_ac.h | 2 +-
22456 include/net/llc_c_ev.h | 4 +-
22457 include/net/llc_c_st.h | 2 +-
22458 include/net/llc_s_ac.h | 2 +-
22459 include/net/llc_s_st.h | 2 +-
22460 include/net/mac80211.h | 4 +-
22461 include/net/neighbour.h | 2 +-
22462 include/net/net_namespace.h | 18 +-
22463 include/net/netlink.h | 2 +-
22464 include/net/netns/conntrack.h | 6 +-
22465 include/net/netns/ipv4.h | 4 +-
22466 include/net/netns/ipv6.h | 4 +-
22467 include/net/netns/xfrm.h | 2 +-
22468 include/net/ping.h | 2 +-
22469 include/net/protocol.h | 4 +-
22470 include/net/rtnetlink.h | 2 +-
22471 include/net/sctp/checksum.h | 4 +-
22472 include/net/sctp/sm.h | 4 +-
22473 include/net/sctp/structs.h | 2 +-
22474 include/net/sock.h | 12 +-
22475 include/net/tcp.h | 8 +-
22476 include/net/xfrm.h | 13 +-
22477 include/rdma/iw_cm.h | 2 +-
22478 include/scsi/libfc.h | 3 +-
22479 include/scsi/scsi_device.h | 6 +-
22480 include/scsi/scsi_driver.h | 2 +-
22481 include/scsi/scsi_transport_fc.h | 3 +-
22482 include/scsi/sg.h | 2 +-
22483 include/sound/compress_driver.h | 2 +-
22484 include/sound/soc.h | 4 +-
22485 include/trace/events/irq.h | 4 +-
22486 include/uapi/linux/a.out.h | 8 +
22487 include/uapi/linux/bcache.h | 5 +-
22488 include/uapi/linux/byteorder/little_endian.h | 28 +-
22489 include/uapi/linux/connector.h | 2 +-
22490 include/uapi/linux/elf.h | 28 +
22491 include/uapi/linux/screen_info.h | 3 +-
22492 include/uapi/linux/swab.h | 6 +-
22493 include/uapi/linux/xattr.h | 4 +
22494 include/video/udlfb.h | 8 +-
22495 include/video/uvesafb.h | 1 +
22496 init/Kconfig | 2 +-
22497 init/Makefile | 3 +
22498 init/do_mounts.c | 14 +-
22499 init/do_mounts.h | 8 +-
22500 init/do_mounts_initrd.c | 30 +-
22501 init/do_mounts_md.c | 6 +-
22502 init/init_task.c | 4 +
22503 init/initramfs.c | 38 +-
22504 init/main.c | 30 +-
22505 ipc/compat.c | 4 +-
22506 ipc/ipc_sysctl.c | 8 +-
22507 ipc/mq_sysctl.c | 4 +-
22508 ipc/sem.c | 4 +-
22509 ipc/shm.c | 6 +
22510 kernel/audit.c | 8 +-
22511 kernel/auditsc.c | 4 +-
22512 kernel/bpf/core.c | 7 +-
22513 kernel/capability.c | 3 +
22514 kernel/compat.c | 38 +-
22515 kernel/debug/debug_core.c | 16 +-
22516 kernel/debug/kdb/kdb_main.c | 4 +-
22517 kernel/events/core.c | 26 +-
22518 kernel/events/internal.h | 10 +-
22519 kernel/events/uprobes.c | 2 +-
22520 kernel/exit.c | 2 +-
22521 kernel/fork.c | 167 +-
22522 kernel/futex.c | 11 +-
22523 kernel/futex_compat.c | 2 +-
22524 kernel/gcov/base.c | 7 +-
22525 kernel/irq/manage.c | 2 +-
22526 kernel/irq/msi.c | 19 +-
22527 kernel/irq/spurious.c | 2 +-
22528 kernel/jump_label.c | 5 +
22529 kernel/kallsyms.c | 37 +-
22530 kernel/kexec.c | 3 +-
22531 kernel/kmod.c | 8 +-
22532 kernel/kprobes.c | 4 +-
22533 kernel/ksysfs.c | 2 +-
22534 kernel/locking/lockdep.c | 7 +-
22535 kernel/locking/mutex-debug.c | 12 +-
22536 kernel/locking/mutex-debug.h | 4 +-
22537 kernel/locking/mutex.c | 6 +-
22538 kernel/module.c | 422 +-
22539 kernel/notifier.c | 17 +-
22540 kernel/padata.c | 4 +-
22541 kernel/panic.c | 5 +-
22542 kernel/pid.c | 2 +-
22543 kernel/pid_namespace.c | 2 +-
22544 kernel/power/process.c | 12 +-
22545 kernel/profile.c | 14 +-
22546 kernel/ptrace.c | 8 +-
22547 kernel/rcu/rcutorture.c | 60 +-
22548 kernel/rcu/tiny.c | 4 +-
22549 kernel/rcu/tree.c | 44 +-
22550 kernel/rcu/tree.h | 14 +-
22551 kernel/rcu/tree_plugin.h | 14 +-
22552 kernel/rcu/tree_trace.c | 12 +-
22553 kernel/sched/auto_group.c | 4 +-
22554 kernel/sched/core.c | 45 +-
22555 kernel/sched/fair.c | 2 +-
22556 kernel/sched/sched.h | 2 +-
22557 kernel/signal.c | 12 +-
22558 kernel/smpboot.c | 4 +-
22559 kernel/softirq.c | 12 +-
22560 kernel/sys.c | 10 +-
22561 kernel/sysctl.c | 34 +-
22562 kernel/time/alarmtimer.c | 2 +-
22563 kernel/time/posix-cpu-timers.c | 4 +-
22564 kernel/time/posix-timers.c | 24 +-
22565 kernel/time/timer.c | 2 +-
22566 kernel/time/timer_stats.c | 10 +-
22567 kernel/trace/blktrace.c | 6 +-
22568 kernel/trace/ftrace.c | 15 +-
22569 kernel/trace/ring_buffer.c | 96 +-
22570 kernel/trace/trace.c | 2 +-
22571 kernel/trace/trace.h | 2 +-
22572 kernel/trace/trace_clock.c | 4 +-
22573 kernel/trace/trace_events.c | 1 -
22574 kernel/trace/trace_functions_graph.c | 4 +-
22575 kernel/trace/trace_mmiotrace.c | 8 +-
22576 kernel/trace/trace_output.c | 10 +-
22577 kernel/trace/trace_seq.c | 2 +-
22578 kernel/trace/trace_stack.c | 2 +-
22579 kernel/user_namespace.c | 2 +-
22580 kernel/utsname_sysctl.c | 2 +-
22581 kernel/watchdog.c | 2 +-
22582 kernel/workqueue.c | 2 +-
22583 lib/Kconfig.debug | 8 +-
22584 lib/Makefile | 2 +-
22585 lib/bitmap.c | 8 +-
22586 lib/bug.c | 2 +
22587 lib/debugobjects.c | 2 +-
22588 lib/decompress_bunzip2.c | 3 +-
22589 lib/decompress_unlzma.c | 4 +-
22590 lib/div64.c | 4 +-
22591 lib/dma-debug.c | 4 +-
22592 lib/inflate.c | 2 +-
22593 lib/ioremap.c | 4 +-
22594 lib/kobject.c | 4 +-
22595 lib/list_debug.c | 126 +-
22596 lib/lockref.c | 44 +-
22597 lib/percpu-refcount.c | 2 +-
22598 lib/radix-tree.c | 2 +-
22599 lib/random32.c | 2 +-
22600 lib/show_mem.c | 2 +-
22601 lib/strncpy_from_user.c | 2 +-
22602 lib/strnlen_user.c | 2 +-
22603 lib/swiotlb.c | 2 +-
22604 lib/usercopy.c | 6 +
22605 lib/vsprintf.c | 12 +-
22606 mm/Kconfig | 6 +-
22607 mm/backing-dev.c | 4 +-
22608 mm/debug.c | 3 +
22609 mm/filemap.c | 2 +-
22610 mm/gup.c | 13 +-
22611 mm/highmem.c | 6 +-
22612 mm/hugetlb.c | 70 +-
22613 mm/internal.h | 1 +
22614 mm/maccess.c | 4 +-
22615 mm/madvise.c | 37 +
22616 mm/memory-failure.c | 6 +-
22617 mm/memory.c | 424 +-
22618 mm/mempolicy.c | 25 +
22619 mm/mlock.c | 15 +-
22620 mm/mm_init.c | 2 +-
22621 mm/mmap.c | 582 +-
22622 mm/mprotect.c | 137 +-
22623 mm/mremap.c | 39 +-
22624 mm/nommu.c | 21 +-
22625 mm/page-writeback.c | 2 +-
22626 mm/page_alloc.c | 49 +-
22627 mm/percpu.c | 2 +-
22628 mm/process_vm_access.c | 14 +-
22629 mm/rmap.c | 45 +-
22630 mm/shmem.c | 19 +-
22631 mm/slab.c | 109 +-
22632 mm/slab.h | 22 +-
22633 mm/slab_common.c | 86 +-
22634 mm/slob.c | 218 +-
22635 mm/slub.c | 102 +-
22636 mm/sparse-vmemmap.c | 4 +-
22637 mm/sparse.c | 2 +-
22638 mm/swap.c | 2 +
22639 mm/swapfile.c | 12 +-
22640 mm/util.c | 6 +
22641 mm/vmalloc.c | 114 +-
22642 mm/vmstat.c | 12 +-
22643 net/8021q/vlan.c | 5 +-
22644 net/8021q/vlan_netlink.c | 2 +-
22645 net/9p/mod.c | 4 +-
22646 net/9p/trans_fd.c | 2 +-
22647 net/atm/atm_misc.c | 8 +-
22648 net/atm/lec.h | 2 +-
22649 net/atm/proc.c | 6 +-
22650 net/atm/resources.c | 4 +-
22651 net/ax25/sysctl_net_ax25.c | 2 +-
22652 net/batman-adv/bat_iv_ogm.c | 8 +-
22653 net/batman-adv/fragmentation.c | 2 +-
22654 net/batman-adv/soft-interface.c | 8 +-
22655 net/batman-adv/types.h | 6 +-
22656 net/bluetooth/hci_sock.c | 2 +-
22657 net/bluetooth/l2cap_core.c | 6 +-
22658 net/bluetooth/l2cap_sock.c | 12 +-
22659 net/bluetooth/rfcomm/sock.c | 4 +-
22660 net/bluetooth/rfcomm/tty.c | 4 +-
22661 net/bridge/br_netlink.c | 2 +-
22662 net/bridge/netfilter/ebtables.c | 6 +-
22663 net/caif/cfctrl.c | 11 +-
22664 net/caif/chnl_net.c | 2 +-
22665 net/can/af_can.c | 2 +-
22666 net/can/gw.c | 6 +-
22667 net/ceph/messenger.c | 4 +-
22668 net/compat.c | 24 +-
22669 net/core/datagram.c | 2 +-
22670 net/core/dev.c | 16 +-
22671 net/core/filter.c | 2 +-
22672 net/core/flow.c | 6 +-
22673 net/core/neighbour.c | 4 +-
22674 net/core/net-sysfs.c | 2 +-
22675 net/core/net_namespace.c | 8 +-
22676 net/core/netpoll.c | 4 +-
22677 net/core/rtnetlink.c | 15 +-
22678 net/core/scm.c | 14 +-
22679 net/core/skbuff.c | 8 +-
22680 net/core/sock.c | 28 +-
22681 net/core/sock_diag.c | 15 +-
22682 net/core/sysctl_net_core.c | 22 +-
22683 net/decnet/af_decnet.c | 1 +
22684 net/decnet/sysctl_net_decnet.c | 4 +-
22685 net/dsa/dsa.c | 2 +-
22686 net/hsr/hsr_netlink.c | 2 +-
22687 net/ieee802154/6lowpan/core.c | 2 +-
22688 net/ieee802154/6lowpan/reassembly.c | 14 +-
22689 net/ipv4/af_inet.c | 2 +-
22690 net/ipv4/devinet.c | 18 +-
22691 net/ipv4/fib_frontend.c | 6 +-
22692 net/ipv4/fib_semantics.c | 2 +-
22693 net/ipv4/inet_connection_sock.c | 4 +-
22694 net/ipv4/inet_timewait_sock.c | 2 +-
22695 net/ipv4/inetpeer.c | 2 +-
22696 net/ipv4/ip_fragment.c | 15 +-
22697 net/ipv4/ip_gre.c | 6 +-
22698 net/ipv4/ip_sockglue.c | 2 +-
22699 net/ipv4/ip_vti.c | 4 +-
22700 net/ipv4/ipconfig.c | 6 +-
22701 net/ipv4/ipip.c | 4 +-
22702 net/ipv4/netfilter/arp_tables.c | 12 +-
22703 net/ipv4/netfilter/ip_tables.c | 12 +-
22704 net/ipv4/ping.c | 14 +-
22705 net/ipv4/raw.c | 14 +-
22706 net/ipv4/route.c | 32 +-
22707 net/ipv4/sysctl_net_ipv4.c | 22 +-
22708 net/ipv4/tcp_input.c | 6 +-
22709 net/ipv4/tcp_probe.c | 2 +-
22710 net/ipv4/udp.c | 10 +-
22711 net/ipv4/xfrm4_policy.c | 18 +-
22712 net/ipv6/addrconf.c | 18 +-
22713 net/ipv6/af_inet6.c | 2 +-
22714 net/ipv6/datagram.c | 2 +-
22715 net/ipv6/icmp.c | 2 +-
22716 net/ipv6/ip6_fib.c | 4 +-
22717 net/ipv6/ip6_gre.c | 10 +-
22718 net/ipv6/ip6_tunnel.c | 4 +-
22719 net/ipv6/ip6_vti.c | 4 +-
22720 net/ipv6/ipv6_sockglue.c | 2 +-
22721 net/ipv6/netfilter/ip6_tables.c | 12 +-
22722 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
22723 net/ipv6/ping.c | 33 +-
22724 net/ipv6/raw.c | 17 +-
22725 net/ipv6/reassembly.c | 13 +-
22726 net/ipv6/route.c | 2 +-
22727 net/ipv6/sit.c | 4 +-
22728 net/ipv6/sysctl_net_ipv6.c | 2 +-
22729 net/ipv6/udp.c | 6 +-
22730 net/ipv6/xfrm6_policy.c | 17 +-
22731 net/irda/ircomm/ircomm_tty.c | 18 +-
22732 net/iucv/af_iucv.c | 4 +-
22733 net/iucv/iucv.c | 2 +-
22734 net/key/af_key.c | 4 +-
22735 net/l2tp/l2tp_eth.c | 38 +-
22736 net/l2tp/l2tp_ip.c | 2 +-
22737 net/l2tp/l2tp_ip6.c | 2 +-
22738 net/mac80211/cfg.c | 8 +-
22739 net/mac80211/ieee80211_i.h | 3 +-
22740 net/mac80211/iface.c | 20 +-
22741 net/mac80211/main.c | 2 +-
22742 net/mac80211/pm.c | 4 +-
22743 net/mac80211/rate.c | 2 +-
22744 net/mac80211/sta_info.c | 2 +-
22745 net/mac80211/util.c | 8 +-
22746 net/mpls/af_mpls.c | 6 +-
22747 net/netfilter/ipset/ip_set_core.c | 2 +-
22748 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
22749 net/netfilter/ipvs/ip_vs_core.c | 4 +-
22750 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
22751 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
22752 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
22753 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
22754 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
22755 net/netfilter/nf_conntrack_acct.c | 2 +-
22756 net/netfilter/nf_conntrack_ecache.c | 2 +-
22757 net/netfilter/nf_conntrack_helper.c | 2 +-
22758 net/netfilter/nf_conntrack_proto.c | 2 +-
22759 net/netfilter/nf_conntrack_standalone.c | 2 +-
22760 net/netfilter/nf_conntrack_timestamp.c | 2 +-
22761 net/netfilter/nf_log.c | 10 +-
22762 net/netfilter/nf_sockopt.c | 4 +-
22763 net/netfilter/nfnetlink_log.c | 4 +-
22764 net/netfilter/nft_compat.c | 9 +-
22765 net/netfilter/xt_statistic.c | 8 +-
22766 net/netlink/af_netlink.c | 4 +-
22767 net/openvswitch/vport-internal_dev.c | 2 +-
22768 net/packet/af_packet.c | 8 +-
22769 net/phonet/pep.c | 6 +-
22770 net/phonet/socket.c | 2 +-
22771 net/phonet/sysctl.c | 2 +-
22772 net/rds/cong.c | 6 +-
22773 net/rds/ib.h | 2 +-
22774 net/rds/ib_cm.c | 2 +-
22775 net/rds/ib_recv.c | 4 +-
22776 net/rds/iw.h | 2 +-
22777 net/rds/iw_cm.c | 2 +-
22778 net/rds/iw_recv.c | 4 +-
22779 net/rds/rds.h | 2 +-
22780 net/rds/tcp.c | 2 +-
22781 net/rds/tcp_send.c | 2 +-
22782 net/rxrpc/af_rxrpc.c | 2 +-
22783 net/rxrpc/ar-ack.c | 14 +-
22784 net/rxrpc/ar-call.c | 2 +-
22785 net/rxrpc/ar-connection.c | 2 +-
22786 net/rxrpc/ar-connevent.c | 2 +-
22787 net/rxrpc/ar-input.c | 4 +-
22788 net/rxrpc/ar-internal.h | 8 +-
22789 net/rxrpc/ar-local.c | 2 +-
22790 net/rxrpc/ar-output.c | 4 +-
22791 net/rxrpc/ar-peer.c | 2 +-
22792 net/rxrpc/ar-proc.c | 4 +-
22793 net/rxrpc/ar-transport.c | 2 +-
22794 net/rxrpc/rxkad.c | 4 +-
22795 net/sched/sch_generic.c | 4 +-
22796 net/sctp/ipv6.c | 6 +-
22797 net/sctp/protocol.c | 10 +-
22798 net/sctp/sm_sideeffect.c | 2 +-
22799 net/sctp/socket.c | 21 +-
22800 net/sctp/sysctl.c | 10 +-
22801 net/socket.c | 18 +-
22802 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
22803 net/sunrpc/clnt.c | 4 +-
22804 net/sunrpc/sched.c | 4 +-
22805 net/sunrpc/svc.c | 4 +-
22806 net/sunrpc/svcauth_unix.c | 2 +-
22807 net/sunrpc/xprtrdma/svc_rdma.c | 38 +-
22808 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
22809 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
22810 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
22811 net/tipc/netlink_compat.c | 12 +-
22812 net/tipc/subscr.c | 2 +-
22813 net/unix/af_unix.c | 7 +-
22814 net/unix/sysctl_net_unix.c | 2 +-
22815 net/wireless/wext-core.c | 19 +-
22816 net/xfrm/xfrm_policy.c | 16 +-
22817 net/xfrm/xfrm_state.c | 33 +-
22818 net/xfrm/xfrm_sysctl.c | 2 +-
22819 scripts/Kbuild.include | 2 +-
22820 scripts/Makefile.build | 2 +-
22821 scripts/Makefile.clean | 3 +-
22822 scripts/Makefile.host | 69 +-
22823 scripts/basic/fixdep.c | 12 +-
22824 scripts/dtc/checks.c | 14 +-
22825 scripts/dtc/data.c | 6 +-
22826 scripts/dtc/flattree.c | 8 +-
22827 scripts/dtc/livetree.c | 4 +-
22828 scripts/gcc-plugin.sh | 51 +
22829 scripts/headers_install.sh | 1 +
22830 scripts/kallsyms.c | 4 +-
22831 scripts/kconfig/lkc.h | 5 +-
22832 scripts/kconfig/menu.c | 2 +-
22833 scripts/kconfig/symbol.c | 6 +-
22834 scripts/link-vmlinux.sh | 2 +-
22835 scripts/mod/file2alias.c | 14 +-
22836 scripts/mod/modpost.c | 25 +-
22837 scripts/mod/modpost.h | 6 +-
22838 scripts/mod/sumversion.c | 2 +-
22839 scripts/module-common.lds | 4 +
22840 scripts/package/builddeb | 1 +
22841 scripts/pnmtologo.c | 6 +-
22842 scripts/sortextable.h | 6 +-
22843 scripts/tags.sh | 2 +-
22844 security/Kconfig | 692 +-
22845 security/integrity/ima/ima.h | 4 +-
22846 security/integrity/ima/ima_api.c | 2 +-
22847 security/integrity/ima/ima_fs.c | 4 +-
22848 security/integrity/ima/ima_queue.c | 2 +-
22849 security/keys/key.c | 18 +-
22850 security/selinux/avc.c | 6 +-
22851 security/selinux/include/xfrm.h | 2 +-
22852 security/yama/yama_lsm.c | 2 +-
22853 sound/aoa/codecs/onyx.c | 7 +-
22854 sound/aoa/codecs/onyx.h | 1 +
22855 sound/core/oss/pcm_oss.c | 18 +-
22856 sound/core/pcm_compat.c | 2 +-
22857 sound/core/pcm_native.c | 4 +-
22858 sound/core/sound.c | 2 +-
22859 sound/drivers/mts64.c | 14 +-
22860 sound/drivers/opl4/opl4_lib.c | 2 +-
22861 sound/drivers/portman2x4.c | 3 +-
22862 sound/firewire/amdtp.c | 4 +-
22863 sound/firewire/amdtp.h | 4 +-
22864 sound/firewire/isight.c | 10 +-
22865 sound/firewire/scs1x.c | 8 +-
22866 sound/oss/sb_audio.c | 2 +-
22867 sound/oss/swarm_cs4297a.c | 6 +-
22868 sound/pci/hda/hda_codec.c | 2 +-
22869 sound/pci/ymfpci/ymfpci.h | 2 +-
22870 sound/pci/ymfpci/ymfpci_main.c | 12 +-
22871 sound/soc/codecs/sti-sas.c | 10 +-
22872 sound/soc/soc-ac97.c | 6 +-
22873 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
22874 tools/gcc/Makefile | 42 +
22875 tools/gcc/checker_plugin.c | 150 +
22876 tools/gcc/colorize_plugin.c | 215 +
22877 tools/gcc/constify_plugin.c | 571 +
22878 tools/gcc/gcc-common.h | 812 +
22879 tools/gcc/initify_plugin.c | 552 +
22880 tools/gcc/kallocstat_plugin.c | 188 +
22881 tools/gcc/kernexec_plugin.c | 549 +
22882 tools/gcc/latent_entropy_plugin.c | 470 +
22883 tools/gcc/size_overflow_plugin/.gitignore | 2 +
22884 tools/gcc/size_overflow_plugin/Makefile | 28 +
22885 .../disable_size_overflow_hash.data |12422 ++++++++++++
22886 .../generate_size_overflow_hash.sh | 103 +
22887 .../insert_size_overflow_asm.c | 416 +
22888 .../size_overflow_plugin/intentional_overflow.c | 1010 +
22889 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
22890 tools/gcc/size_overflow_plugin/size_overflow.h | 323 +
22891 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
22892 .../size_overflow_plugin/size_overflow_hash.data |20735 ++++++++++++++++++++
22893 .../size_overflow_hash_aux.data | 92 +
22894 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 ++
22895 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
22896 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
22897 .../size_overflow_plugin_hash.c | 352 +
22898 .../size_overflow_plugin/size_overflow_transform.c | 749 +
22899 .../size_overflow_transform_core.c | 1010 +
22900 tools/gcc/stackleak_plugin.c | 436 +
22901 tools/gcc/structleak_plugin.c | 287 +
22902 tools/include/linux/compiler.h | 8 +
22903 tools/lib/api/Makefile | 2 +-
22904 tools/perf/util/include/asm/alternative-asm.h | 3 +
22905 tools/virtio/linux/uaccess.h | 2 +-
22906 virt/kvm/kvm_main.c | 42 +-
22907 1944 files changed, 66925 insertions(+), 8949 deletions(-)