]> 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 d0ed58f929555736ff281f7a79a9667de4c857c6
2 Author: Brad Spengler <spender@grsecurity.net>
3 Date: Wed Oct 26 19:19:08 2016 -0400
4
5 Update size_overflow hash tables
6
7 .../gcc-plugins/size_overflow_plugin/e_fields.data | 80 +++++++++--
8 .../gcc-plugins/size_overflow_plugin/e_fns.data | 159 ++++++++++++++++++++-
9 .../gcc-plugins/size_overflow_plugin/e_vars.data | 15 ++
10 3 files changed, 239 insertions(+), 15 deletions(-)
11
12 commit 6a222637c05d26ac8f80a3912856247cff545b12
13 Merge: d07e77f ac51587
14 Author: Brad Spengler <spender@grsecurity.net>
15 Date: Wed Oct 26 18:51:31 2016 -0400
16
17 Merge branch 'pax-test' into grsec-test
18
19 commit ac5158781612eb239cff9767d116971e9b731a00
20 Author: Brad Spengler <spender@grsecurity.net>
21 Date: Wed Oct 26 18:50:46 2016 -0400
22
23 Update to pax-linux-4.7.10-test9.patch:
24 - fixed a false positive size overflow report in ip6_frag_queue caused by a gcc intentional overflow, reported by DrWhax and deagol (https://forums.grsecurity.net/viewtopic.php?f=3&t=4594 and https://bugs.gentoo.org/show_bug.cgi?id=597792)
25 - Emese updated the size overflow plugin
26 - Emese updated the hash tables from logs submitted by Shawn <citypw@gmail.com>
27 - fixed mm counter accounting in the vma mirroring code
28 - simplified some kernel page table allocation code
29 - simplified SMAP/UDEREF accessors
30
31 arch/x86/include/asm/asm.h | 24 -
32 arch/x86/include/asm/fpu/internal.h | 21 +-
33 arch/x86/include/asm/futex.h | 14 +-
34 arch/x86/include/asm/pgtable_types.h | 9 +-
35 arch/x86/include/asm/smap.h | 3 +
36 arch/x86/include/asm/uaccess.h | 36 +-
37 arch/x86/include/asm/uaccess_64.h | 2 -
38 arch/x86/kernel/alternative.c | 5 +-
39 arch/x86/lib/copy_user_64.S | 64 +-
40 arch/x86/lib/csum-wrappers_64.c | 12 +-
41 arch/x86/lib/getuser.S | 37 +-
42 arch/x86/lib/putuser.S | 14 +-
43 arch/x86/lib/usercopy_64.c | 9 +-
44 drivers/base/regmap/regmap-debugfs.c | 4 +-
45 mm/memory.c | 106 +-
46 net/ipv6/reassembly.c | 4 +-
47 scripts/Makefile.host | 22 +-
48 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 2 +
49 .../gcc-plugins/size_overflow_plugin/disable.data | 1 -
50 .../gcc-plugins/size_overflow_plugin/e_fields.data | 37890 ++++++++++---------
51 .../gcc-plugins/size_overflow_plugin/e_fns.data | 7930 ++--
52 .../gcc-plugins/size_overflow_plugin/e_fptrs.data | 112 +-
53 .../gcc-plugins/size_overflow_plugin/e_vars.data | 248 +-
54 .../insert_size_overflow_asm.c | 13 +-
55 .../size_overflow_plugin/intentional_overflow.c | 11 +-
56 .../size_overflow_plugin/size_overflow.h | 12 +-
57 .../size_overflow_plugin/size_overflow_debug.c | 9 +-
58 .../size_overflow_plugin/size_overflow_ipa.c | 74 +-
59 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
60 .../size_overflow_plugin_hash.c | 209 +-
61 .../size_overflow_plugin/size_overflow_transform.c | 19 +-
62 31 files changed, 22699 insertions(+), 24219 deletions(-)
63
64 commit d07e77f258d26721b33ae26dfa5fd8d408aabf57
65 Merge: 4630c95 7449af19
66 Author: Brad Spengler <spender@grsecurity.net>
67 Date: Sat Oct 22 18:32:55 2016 -0400
68
69 Merge branch 'pax-test' into grsec-test
70
71 commit 7449af196b6733891d273f46559efdc168dec22a
72 Author: Brad Spengler <spender@grsecurity.net>
73 Date: Sat Oct 22 18:31:39 2016 -0400
74
75 Update to pax-linux-4.7.10-test8.patch:
76 - Emese removed a potential false positive from the size overflow hash tables
77 - fixed a few incorrect callback types in ACPI/BGRT caught by RAP, reported by foxxx0 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4586)
78 - fixed a few size overflow false positives related to dev_t, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4583)
79
80 drivers/acpi/bgrt.c | 30 +++++++++++-----------
81 include/linux/kobject.h | 7 +++++
82 scripts/gcc-plugins/size_overflow_plugin/Makefile | 2 +-
83 .../gcc-plugins/size_overflow_plugin/disable.data | 8 +++++-
84 .../gcc-plugins/size_overflow_plugin/e_fields.data | 10 ++------
85 5 files changed, 32 insertions(+), 25 deletions(-)
86
87 commit 4630c95d3d9c20cffe2ba65521217ad537567ac9
88 Author: Brad Spengler <spender@grsecurity.net>
89 Date: Sat Oct 22 09:19:43 2016 -0400
90
91 compile fix
92
93 fs/utimes.c | 1 +
94 1 file changed, 1 insertion(+)
95
96 commit ee9aeeeb02187281bcc233dd26f6ff4d6814d309
97 Merge: 7b8d5c5 309d942
98 Author: Brad Spengler <spender@grsecurity.net>
99 Date: Sat Oct 22 08:01:34 2016 -0400
100
101 Merge branch 'pax-test' into grsec-test
102
103 commit 309d94235d552d65c253027528a9dd46962cf385
104 Merge: 013fc76 b3afc45
105 Author: Brad Spengler <spender@grsecurity.net>
106 Date: Sat Oct 22 07:53:44 2016 -0400
107
108 Merge branch 'linux-4.7.y' into pax-test
109
110 commit 7b8d5c5a1477a2b62dc7ad1c28e864d7d250739c
111 Merge: ca352cc 013fc76
112 Author: Brad Spengler <spender@grsecurity.net>
113 Date: Thu Oct 20 07:49:24 2016 -0400
114
115 Merge branch 'pax-test' into grsec-test
116
117 commit 013fc7689892902c41d38e31057e4a5686293e40
118 Merge: 25eaf06 452063d
119 Author: Brad Spengler <spender@grsecurity.net>
120 Date: Thu Oct 20 07:48:01 2016 -0400
121
122 Merge branch 'linux-4.7.y' into pax-test
123
124 commit ca352cccec60c85fad6dedaf229d51eddfdfea58
125 Author: Brad Spengler <spender@grsecurity.net>
126 Date: Thu Oct 20 07:06:54 2016 -0400
127
128 compile fix as reported by David Sterba
129
130 include/linux/mm.h | 1 +
131 1 file changed, 1 insertion(+)
132
133 commit 82566bede4206afba0d8b11f58570d588d39586b
134 Author: Linus Torvalds <torvalds@linux-foundation.org>
135 Date: Thu Oct 13 13:07:36 2016 -0700
136
137 mm: remove gup_flags FOLL_WRITE games from __get_user_pages()
138
139 This is an ancient bug that was actually attempted to be fixed once
140 (badly) by me eleven years ago in commit 4ceb5db9757a ("Fix
141 get_user_pages() race for write access") but that was then undone due to
142 problems on s390 by commit f33ea7f404e5 ("fix get_user_pages bug").
143
144 In the meantime, the s390 situation has long been fixed, and we can now
145 fix it by checking the pte_dirty() bit properly (and do it better). The
146 s390 dirty bit was implemented in abf09bed3cce ("s390/mm: implement
147 software dirty bits") which made it into v3.9. Earlier kernels will
148 have to look at the page state itself.
149
150 Also, the VM has become more scalable, and what used a purely
151 theoretical race back then has become easier to trigger.
152
153 To fix it, we introduce a new internal FOLL_COW flag to mark the "yes,
154 we already did a COW" rather than play racy games with FOLL_WRITE that
155 is very fundamental, and then use the pte dirty flag to validate that
156 the FOLL_COW flag is still valid.
157
158 Reported-and-tested-by: Phil "not Paul" Oester <kernel@linuxace.com>
159 Acked-by: Hugh Dickins <hughd@google.com>
160 Reviewed-by: Michal Hocko <mhocko@suse.com>
161 Cc: Andy Lutomirski <luto@kernel.org>
162 Cc: Kees Cook <keescook@chromium.org>
163 Cc: Oleg Nesterov <oleg@redhat.com>
164 Cc: Willy Tarreau <w@1wt.eu>
165 Cc: Nick Piggin <npiggin@gmail.com>
166 Cc: Greg Thelen <gthelen@google.com>
167 Cc: stable@vger.kernel.org
168 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
169
170 include/linux/mm.h | 2 +-
171 mm/gup.c | 14 ++++++++++++--
172 2 files changed, 13 insertions(+), 3 deletions(-)
173
174 commit d291c94e650da2d8918620e6829e05218755f77b
175 Author: Brad Spengler <spender@grsecurity.net>
176 Date: Wed Oct 19 17:06:17 2016 -0400
177
178 resync with PaX
179
180 arch/arm/include/asm/atomic.h | 5 -----
181 1 file changed, 5 deletions(-)
182
183 commit 251313cb6e1d5b2ad84c62333ebafa278e861a68
184 Author: Brad Spengler <spender@grsecurity.net>
185 Date: Wed Oct 19 17:03:14 2016 -0400
186
187 Fix bad ARM REFCOUNT merge with PaX, reported by kdave on the forums:
188 https://forums.grsecurity.net/viewtopic.php?f=3&t=4588
189
190 arch/arm/include/asm/atomic.h | 1 -
191 1 file changed, 1 deletion(-)
192
193 commit b64df18d4160c6d3cd470202bb8d58f38d9acb51
194 Author: Brad Spengler <spender@grsecurity.net>
195 Date: Mon Oct 17 07:47:53 2016 -0400
196
197 randomize layout of subprocess_info struct
198
199 include/linux/kmod.h | 2 +-
200 1 file changed, 1 insertion(+), 1 deletion(-)
201
202 commit 5780e7fb9d334bfa5cc8aef32af631e620dede3f
203 Merge: 7c69071 25eaf06
204 Author: Brad Spengler <spender@grsecurity.net>
205 Date: Sun Oct 16 15:28:24 2016 -0400
206
207 Merge branch 'pax-test' into grsec-test
208
209 commit 25eaf067f993510e5cd6cc0d9da4413cbbc12c6a
210 Merge: afa87ca a0cdc25
211 Author: Brad Spengler <spender@grsecurity.net>
212 Date: Sun Oct 16 15:28:15 2016 -0400
213
214 Merge branch 'linux-4.7.y' into pax-test
215
216 commit 7c690715adc3d9236b25ce453b387ef9583b8dda
217 Merge: 37e00aa afa87ca
218 Author: Brad Spengler <spender@grsecurity.net>
219 Date: Sat Oct 15 15:25:46 2016 -0400
220
221 Merge branch 'pax-test' into grsec-test
222
223 commit afa87cab2bed6b038cd5446a00bf58a71c954b43
224 Author: Brad Spengler <spender@grsecurity.net>
225 Date: Sat Oct 15 15:18:18 2016 -0400
226
227 Update to pax-linux-4.7.6-test7.patch:
228 - backported upstream commit f5beeb1851ea6f8cfcf2657f26cb24c0582b4945 to speed up kcore handling
229 - fixed a size overflow false positive in raid10, reported by eswierk (https://forums.grsecurity.net/viewtopic.php?f=3&t=4575)
230 - 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)
231 - rate limited the logging of refcount overflows and usercopy violations
232 - changed atomic64's underlying type on i386 to be consistent with other archs
233 - sped up the RIP range check in opportunistic sysret on amd64
234
235 arch/x86/entry/entry_64.S | 13 ++-
236 arch/x86/include/asm/atomic64_32.h | 4 +-
237 block/bio.c | 2 +-
238 drivers/md/raid10.c | 6 +-
239 drivers/usb/usbip/vudc_rx.c | 2 +-
240 fs/exec.c | 24 ++++--
241 fs/proc/kcore.c | 40 +++++----
242 include/linux/bio.h | 4 +-
243 scripts/gcc-plugins/size_overflow_plugin/Makefile | 2 +-
244 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 ----------------------
245 .../gcc-plugins/size_overflow_plugin/disable.data | 12 ++-
246 .../gcc-plugins/size_overflow_plugin/e_aux.data | 97 ++++++++++++++++++++++
247 .../gcc-plugins/size_overflow_plugin/e_fields.data | 14 +---
248 .../size_overflow_plugin_hash.c | 2 +-
249 14 files changed, 169 insertions(+), 150 deletions(-)
250
251 commit 37e00aa150c7861f77e69fe361bf19dee467dc0a
252 Author: Brad Spengler <spender@grsecurity.net>
253 Date: Mon Oct 10 18:27:38 2016 -0400
254
255 RAP compile fix
256
257 drivers/isdn/hisax/config.c | 4 ++--
258 1 file changed, 2 insertions(+), 2 deletions(-)
259
260 commit 00736455939143023205fdd8957421c73868e975
261 Author: Brad Spengler <spender@grsecurity.net>
262 Date: Mon Oct 10 18:09:55 2016 -0400
263
264 Mark initify broken for the time being due to some recent changes
265
266 security/Kconfig | 1 +
267 1 file changed, 1 insertion(+)
268
269 commit 64458bae539de9ac5cd2ba7cad0bd0c0510e6f37
270 Author: Brad Spengler <spender@grsecurity.net>
271 Date: Mon Oct 10 17:11:40 2016 -0400
272
273 compile fix
274
275 scripts/gcc-plugins/size_overflow_plugin/size_overflow_plugin_hash.c | 2 +-
276 1 file changed, 1 insertion(+), 1 deletion(-)
277
278 commit 9f5f1d1d7f120c1c85b16412e6b75ab221c2cdba
279 Author: Brad Spengler <spender@grsecurity.net>
280 Date: Mon Oct 10 17:10:22 2016 -0400
281
282 Fix makefiles and .gitignore for new size_overflow plugin
283
284 Makefile | 7 +-
285 .../gcc-plugins/size_overflow_plugin/.gitignore | 5 +-
286 scripts/gcc-plugins/size_overflow_plugin/Makefile | 35 ++++++--
287 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 ----------------------
288 .../gcc-plugins/size_overflow_plugin/e_aux.data | 97 ++++++++++++++++++++++
289 5 files changed, 128 insertions(+), 113 deletions(-)
290
291 commit cb66e251f9c9880a1365c87b4a42d2885a2fb6ef
292 Author: Brad Spengler <spender@grsecurity.net>
293 Date: Sun Oct 9 09:28:14 2016 -0400
294
295 Enable PAX_SIZE_OVERFLOW_EXTRA by default in auto-config
296
297 security/Kconfig | 1 +
298 1 file changed, 1 insertion(+)
299
300 commit cd690739e0fb999002075161a032072cf4e4c458
301 Merge: 555de68 0e7a060
302 Author: Brad Spengler <spender@grsecurity.net>
303 Date: Sat Oct 8 18:29:48 2016 -0400
304
305 Merge branch 'pax-test' into grsec-test
306
307 commit 0e7a060de797ec4e837533146d38e8793e30f84f
308 Author: Brad Spengler <spender@grsecurity.net>
309 Date: Sat Oct 8 18:01:07 2016 -0400
310
311 Update to pax-linux-4.7.6-test6.patch:
312 - updated the fields hash table of the size overflow plugin to remove a few false positives
313 - fixed SANITIZE/HIBERNATION incompatibility, by Anisse Astier <anisse@astier.eu>
314 - backported a few fixes and cleanups from grsecurity
315 - fixed compile errors on some arm/arm64/powerpc/sparc configs for REFCOUNT, KERNEXEC and CONSTIFY
316 - worked around a compile regression in crc32-pclmul_asm.S on some toolchains that define __i686
317 - updated the size overflow hash table
318 - added pax_size_overflow_report_only to disable the reaction mechanism on size overflows
319 - added a few preemptive buffer size checks
320 - fixed integer signedness mixup in tun_set_headroom, by Mathias Krause <mathias.krause@secunet.com>
321 - Emese changed the size overflow plugin to enable the more risky instrumentation under its own config option
322 - Emese greatly increased the coverage of the initify plugin
323 - added BROKEN_SECURITY to disable upstream features as necessary
324
325 Documentation/dontdiff | 7 +-
326 Documentation/kernel-parameters.txt | 5 +
327 arch/arm/include/asm/atomic.h | 41 +-
328 arch/arm/include/asm/domain.h | 1 +
329 arch/arm/include/asm/string.h | 6 +-
330 arch/arm/kernel/efi.c | 4 +-
331 arch/arm/mach-mvebu/coherency.c | 2 +-
332 arch/arm/mm/alignment.c | 24 +-
333 arch/arm64/Kconfig | 1 +
334 arch/arm64/include/asm/atomic.h | 3 +
335 arch/arm64/include/asm/cache.h | 4 +-
336 arch/arm64/include/asm/pgalloc.h | 5 +
337 arch/arm64/include/asm/pgtable.h | 3 +
338 arch/arm64/include/asm/string.h | 10 +-
339 arch/arm64/kernel/process.c | 9 +-
340 arch/arm64/kernel/stacktrace.c | 4 +-
341 arch/arm64/kernel/traps.c | 2 +-
342 arch/ia64/include/asm/uaccess.h | 11 +-
343 arch/mips/Kconfig | 2 +-
344 arch/parisc/include/asm/uaccess.h | 108 +-
345 arch/powerpc/include/asm/atomic.h | 23 +-
346 arch/powerpc/include/asm/cache.h | 4 +-
347 arch/powerpc/include/asm/spinlock.h | 1 +
348 arch/powerpc/include/asm/string.h | 4 +-
349 arch/powerpc/include/asm/uaccess.h | 15 -
350 arch/powerpc/kernel/traps.c | 2 +-
351 arch/sparc/include/asm/cache.h | 4 +-
352 arch/sparc/include/asm/pgalloc_64.h | 1 +
353 arch/sparc/include/asm/uaccess_32.h | 65 -
354 arch/um/include/asm/cache.h | 3 +-
355 arch/x86/Kconfig | 5 +-
356 arch/x86/crypto/crc32-pclmul_asm.S | 4 +-
357 arch/x86/include/asm/string_32.h | 12 +-
358 arch/x86/include/asm/string_64.h | 4 +-
359 arch/x86/include/asm/uaccess.h | 2 +-
360 arch/x86/kernel/hpet.c | 2 +-
361 arch/x86/kernel/kprobes/opt.c | 8 +-
362 arch/x86/kernel/ptrace.c | 14 +
363 arch/x86/kernel/signal.c | 9 +-
364 arch/x86/lib/Makefile | 4 +
365 arch/x86/platform/efi/efi_64.c | 2 +-
366 drivers/acpi/acpica/acutils.h | 2 +-
367 drivers/acpi/acpica/dbhistry.c | 2 +-
368 drivers/acpi/acpica/dbinput.c | 10 +-
369 drivers/acpi/acpica/dbstats.c | 88 +-
370 drivers/acpi/acpica/utdebug.c | 2 +-
371 drivers/cdrom/cdrom.c | 2 +-
372 drivers/char/genrtc.c | 1 +
373 drivers/char/random.c | 2 +-
374 drivers/firmware/efi/libstub/Makefile | 2 +
375 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
376 drivers/hid/hid-wiimote-debug.c | 2 +-
377 drivers/iommu/arm-smmu-v3.c | 32 +-
378 drivers/isdn/hisax/hisax.h | 4 +-
379 drivers/media/radio/radio-cadet.c | 5 +-
380 drivers/mmc/host/tmio_mmc_pio.c | 4 +-
381 drivers/net/tun.c | 2 +-
382 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
383 drivers/scsi/esas2r/esas2r_init.c | 2 +-
384 drivers/scsi/esas2r/esas2r_ioctl.c | 2 +-
385 drivers/scsi/esas2r/esas2r_log.h | 4 +-
386 drivers/scsi/esas2r/esas2r_main.c | 4 +-
387 drivers/uio/uio.c | 6 +-
388 drivers/video/fbdev/arcfb.c | 2 +-
389 fs/char_dev.c | 2 +-
390 fs/exec.c | 16 +-
391 fs/ext4/extents.c | 2 +-
392 fs/nfsd/nfscache.c | 2 +-
393 fs/ntfs/debug.h | 6 +-
394 fs/ocfs2/cluster/masklog.h | 2 +-
395 fs/proc/task_mmu.c | 5 +-
396 include/acpi/acpiosxf.h | 3 +-
397 include/acpi/acpixf.h | 2 +-
398 include/asm-generic/atomic-long.h | 4 +
399 include/asm-generic/bug.h | 5 +-
400 include/asm-generic/pgtable-nopmd.h | 1 +
401 include/asm-generic/vmlinux.lds.h | 2 +
402 include/drm/drmP.h | 2 +-
403 include/linux/atomic.h | 21 +
404 include/linux/audit.h | 5 +-
405 include/linux/compiler-gcc.h | 15 +
406 include/linux/compiler.h | 8 +
407 include/linux/fs.h | 2 +-
408 include/linux/gfp.h | 4 +-
409 include/linux/init.h | 4 +-
410 include/linux/mm.h | 2 +-
411 include/linux/printk.h | 2 +-
412 include/linux/random.h | 2 +-
413 include/linux/ratelimit.h | 3 +-
414 include/linux/sched.h | 6 +-
415 include/linux/slab.h | 2 +-
416 include/linux/string.h | 34 +-
417 include/uapi/linux/personality.h | 1 +
418 init/Kconfig | 3 +
419 init/main.c | 11 +
420 kernel/exit.c | 18 +-
421 kernel/power/hibernate.c | 21 +-
422 kernel/power/power.h | 2 +
423 kernel/power/snapshot.c | 22 +
424 lib/Kconfig.debug | 3 +-
425 lib/vsprintf.c | 6 +-
426 mm/Kconfig.debug | 2 -
427 mm/page_alloc.c | 6 +-
428 mm/util.c | 2 +-
429 net/ipv4/ip_sockglue.c | 3 +-
430 net/ipv4/ip_vti.c | 2 +-
431 scripts/Makefile.gcc-plugins | 17 +-
432 scripts/gcc-plugins/initify_plugin.c | 1588 +-
433 scripts/gcc-plugins/size_overflow_plugin/Makefile | 26 +-
434 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 +
435 .../gcc-plugins/size_overflow_plugin/disable.data | 12453 +++++++++++
436 .../disable_size_overflow_hash.data | 12445 -----------
437 .../gcc-plugins/size_overflow_plugin/e_fields.data | 18898 ++++++++++++++++
438 .../gcc-plugins/size_overflow_plugin/e_fns.data | 4833 ++++
439 .../gcc-plugins/size_overflow_plugin/e_fptrs.data | 56 +
440 .../gcc-plugins/size_overflow_plugin/e_vars.data | 116 +
441 .../insert_size_overflow_asm.c | 2 +-
442 .../size_overflow_plugin/intentional_overflow.c | 2 +-
443 .../size_overflow_plugin/size_overflow.h | 14 +-
444 .../size_overflow_plugin/size_overflow_debug.c | 4 +-
445 .../size_overflow_plugin/size_overflow_hash.data | 22068 -------------------
446 .../size_overflow_hash_aux.data | 97 -
447 .../size_overflow_plugin/size_overflow_ipa.c | 65 +-
448 .../size_overflow_plugin/size_overflow_plugin.c | 25 +-
449 .../size_overflow_plugin_hash.c | 120 +-
450 .../size_overflow_plugin/size_overflow_transform.c | 30 +-
451 security/Kconfig | 78 +-
452 security/integrity/integrity.h | 2 +-
453 security/min_addr.c | 2 +
454 129 files changed, 38670 insertions(+), 35263 deletions(-)
455
456 commit 555de68005b90a38a9e5eee6835130d5d4291030
457 Merge: b48dade c3695e4
458 Author: Brad Spengler <spender@grsecurity.net>
459 Date: Fri Oct 7 17:38:00 2016 -0400
460
461 Merge branch 'pax-test' into grsec-test
462
463 commit c3695e458f10605aa5d59e5d16a80156c6aca5f1
464 Merge: a16b512 fdf81f0
465 Author: Brad Spengler <spender@grsecurity.net>
466 Date: Fri Oct 7 17:37:31 2016 -0400
467
468 Merge branch 'linux-4.7.y' into pax-test
469
470 commit b48dade7b67aa153367dc38d6f3b513b93da2b07
471 Merge: 14d3459 a16b512
472 Author: Brad Spengler <spender@grsecurity.net>
473 Date: Fri Sep 30 07:56:46 2016 -0400
474
475 Merge branch 'pax-test' into grsec-test
476
477 commit a16b51212ca70e45554cecf7d3b67335d4c847ff
478 Merge: 674c5b2 f849d45
479 Author: Brad Spengler <spender@grsecurity.net>
480 Date: Fri Sep 30 07:56:04 2016 -0400
481
482 Merge branch 'linux-4.7.y' into pax-test
483
484 commit 14d3459a64f15c168c7783d46f690c0ee1283ef2
485 Author: Brad Spengler <spender@grsecurity.net>
486 Date: Tue Sep 27 17:07:31 2016 -0400
487
488 Fix arm/MULTI_CACHE incompatibility with RANDSTRUCT, reported by radegand:
489 https://forums.grsecurity.net/viewtopic.php?t=4545&p=1659
490
491 arch/arm/include/asm/cacheflush.h | 2 +-
492 1 file changed, 1 insertion(+), 1 deletion(-)
493
494 commit 39d7aa87f8bd225bc3ac099a2046e334191c90b3
495 Author: Brad Spengler <spender@grsecurity.net>
496 Date: Mon Sep 26 11:28:09 2016 -0400
497
498 Backport upstream commit which allows PAX_MEMORY_SANITIZE to work
499 with hibernation:
500 https://patchwork.kernel.org/patch/9322709/
501
502 kernel/power/Kconfig | 1 -
503 kernel/power/hibernate.c | 4 +++-
504 kernel/power/power.h | 2 ++
505 kernel/power/snapshot.c | 20 ++++++++++++++++++++
506 4 files changed, 25 insertions(+), 2 deletions(-)
507
508 commit e5944827e8a1cb6938ed75cccf05f354344b3fa9
509 Author: Herbert Xu <herbert@gondor.apana.org.au>
510 Date: Tue Sep 20 20:35:55 2016 +0800
511
512 KEYS: Fix skcipher IV clobbering
513
514 The IV must not be modified by the skcipher operation so we need
515 to duplicate it.
516
517 Fixes: c3917fd9dfbc ("KEYS: Use skcipher")
518 Cc: stable@vger.kernel.org
519 Reported-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
520 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
521
522 security/keys/encrypted-keys/encrypted.c | 11 +++++++----
523 1 file changed, 7 insertions(+), 4 deletions(-)
524
525 commit 17d91a9781b8c4558433cee3e7de8d44a6c2d89b
526 Author: Brad Spengler <spender@grsecurity.net>
527 Date: Sun Sep 25 18:10:01 2016 -0400
528
529 Make vti_notifier_block read_only
530
531 net/ipv4/ip_vti.c | 2 +-
532 1 file changed, 1 insertion(+), 1 deletion(-)
533
534 commit d2eba293dd946c7686080602a2e24ddb5358cfcf
535 Author: Brad Spengler <spender@grsecurity.net>
536 Date: Sun Sep 25 17:30:32 2016 -0400
537
538 compile fix
539
540 net/unix/af_unix.c | 2 +-
541 1 file changed, 1 insertion(+), 1 deletion(-)
542
543 commit 47cca6342f665fa1b4b755723b843ac41ebb9178
544 Merge: 16919c7 674c5b2
545 Author: Brad Spengler <spender@grsecurity.net>
546 Date: Sun Sep 25 17:25:45 2016 -0400
547
548 Merge branch 'pax-test' into grsec-test
549
550 commit 674c5b28e7dfe651caf71d1cdec395205ed9f526
551 Merge: 4552781 6c21842
552 Author: Brad Spengler <spender@grsecurity.net>
553 Date: Sun Sep 25 17:24:44 2016 -0400
554
555 Merge branch 'linux-4.7.y' into pax-test
556
557 commit 16919c7208e7ad9bc5f6df2f151b84cede110c15
558 Author: Brad Spengler <spender@grsecurity.net>
559 Date: Wed Sep 21 18:40:32 2016 -0400
560
561 compile fix
562
563 drivers/net/tun.c | 2 +-
564 1 file changed, 1 insertion(+), 1 deletion(-)
565
566 commit bafd12998265ed2c32792e117e4227f757cfa18f
567 Author: Brad Spengler <spender@grsecurity.net>
568 Date: Wed Sep 21 18:39:39 2016 -0400
569
570 From: Mathias Krause <mathias.krause@secunet.com>
571 Date: Wed, 21 Sep 2016 14:42:43 +0200
572 Subject: [PATCH] pax: net/tun - explicitly test for negative values in tun_set_headroom()
573
574 Because of a type change for the NET_SKB_PAD macro in the PaX patch from
575 (implicit) int to unsigned long, negative values for new_hr will be sign
576 extended and wrongly pass the minimal size test. Such a value will,
577 later on, trigger the size_overflow plugin instrumentation in
578 tun_get_user().
579
580 Fix this by testing new_hr for negative values explicitly to restore the
581 intended minimal size test.
582
583 Signed-off-by: Mathias Krause <mathias.krause@secunet.com>
584
585 drivers/net/tun.c | 2 +-
586 1 file changed, 1 insertion(+), 1 deletion(-)
587
588 commit 74fbeac25af78b5f621d8acffb9158dd959078d3
589 Author: Brad Spengler <spender@grsecurity.net>
590 Date: Tue Sep 20 18:37:08 2016 -0400
591
592 Make CONSTIFY depend on GCC_PLUGINS
593
594 security/Kconfig | 1 +
595 1 file changed, 1 insertion(+)
596
597 commit e9e87520569e66d710dadebddac33428c666249a
598 Author: Brad Spengler <spender@grsecurity.net>
599 Date: Mon Sep 19 18:43:50 2016 -0400
600
601 Fix up atomic64_cmpxchg_unchecked on ARM with REFCOUNT
602
603 arch/arm/include/asm/atomic.h | 39 ++++-----------------------------------
604 include/linux/atomic.h | 9 +++++++++
605 2 files changed, 13 insertions(+), 35 deletions(-)
606
607 commit a1afe597f5731963416233b274144d7c57ce538d
608 Author: Brad Spengler <spender@grsecurity.net>
609 Date: Mon Sep 19 17:58:58 2016 -0400
610
611 Backport upstream iscsi memory corruption fix:
612 http://marc.info/?l=linux-scsi&m=147394713328707&w=2
613
614 drivers/scsi/arcmsr/arcmsr_hba.c | 8 +++++++-
615 1 file changed, 7 insertions(+), 1 deletion(-)
616
617 commit e6e0b270a18e4ee19460f7dc72bb46d441adf3c4
618 Author: Chuck Lever <chuck.lever@oracle.com>
619 Date: Thu Sep 1 10:50:38 2016 -0400
620
621 svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation")
622
623 rsc_lookup steals the passed-in memory to avoid doing an allocation of
624 its own, so we can't just pass in a pointer to memory that someone else
625 is using.
626
627 If we really want to avoid allocation there then maybe we should
628 preallocate somwhere, or reference count these handles.
629
630 For now we should revert.
631
632 On occasion I see this on my server:
633
634 kernel: kernel BUG at /home/cel/src/linux/linux-2.6/mm/slub.c:3851!
635 kernel: invalid opcode: 0000 [#1] SMP
636 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
637 kernel: CPU: 7 PID: 145 Comm: kworker/7:2 Not tainted 4.8.0-rc4-00006-g9d06b0b #15
638 kernel: Hardware name: Supermicro Super Server/X10SRL-F, BIOS 1.0c 09/09/2015
639 kernel: Workqueue: events do_cache_clean [sunrpc]
640 kernel: task: ffff8808541d8000 task.stack: ffff880854344000
641 kernel: RIP: 0010:[<ffffffff811e7075>] [<ffffffff811e7075>] kfree+0x155/0x180
642 kernel: RSP: 0018:ffff880854347d70 EFLAGS: 00010246
643 kernel: RAX: ffffea0020fe7660 RBX: ffff88083f9db064 RCX: 146ff0f9d5ec5600
644 kernel: RDX: 000077ff80000000 RSI: ffff880853f01500 RDI: ffff88083f9db064
645 kernel: RBP: ffff880854347d88 R08: ffff8808594ee000 R09: ffff88087fdd8780
646 kernel: R10: 0000000000000000 R11: ffffea0020fe76c0 R12: ffff880853f01500
647 kernel: R13: ffffffffa013cf76 R14: ffffffffa013cff0 R15: ffffffffa04253a0
648 kernel: FS: 0000000000000000(0000) GS:ffff88087fdc0000(0000) knlGS:0000000000000000
649 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
650 kernel: CR2: 00007fed60b020c3 CR3: 0000000001c06000 CR4: 00000000001406e0
651 kernel: Stack:
652 kernel: ffff8808589f2f00 ffff880853f01500 0000000000000001 ffff880854347da0
653 kernel: ffffffffa013cf76 ffff8808589f2f00 ffff880854347db8 ffffffffa013d006
654 kernel: ffff8808589f2f20 ffff880854347e00 ffffffffa0406f60 0000000057c7044f
655 kernel: Call Trace:
656 kernel: [<ffffffffa013cf76>] rsc_free+0x16/0x90 [auth_rpcgss]
657 kernel: [<ffffffffa013d006>] rsc_put+0x16/0x30 [auth_rpcgss]
658 kernel: [<ffffffffa0406f60>] cache_clean+0x2e0/0x300 [sunrpc]
659 kernel: [<ffffffffa04073ee>] do_cache_clean+0xe/0x70 [sunrpc]
660 kernel: [<ffffffff8109a70f>] process_one_work+0x1ff/0x3b0
661 kernel: [<ffffffff8109b15c>] worker_thread+0x2bc/0x4a0
662 kernel: [<ffffffff8109aea0>] ? rescuer_thread+0x3a0/0x3a0
663 kernel: [<ffffffff810a0ba4>] kthread+0xe4/0xf0
664 kernel: [<ffffffff8169c47f>] ret_from_fork+0x1f/0x40
665 kernel: [<ffffffff810a0ac0>] ? kthread_stop+0x110/0x110
666 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
667 kernel: RIP [<ffffffff811e7075>] kfree+0x155/0x180
668 kernel: RSP <ffff880854347d70>
669 kernel: ---[ end trace 3fdec044969def26 ]---
670
671 It seems to be most common after a server reboot where a client has been
672 using a Kerberos mount, and reconnects to continue its workload.
673
674 Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
675 Cc: stable@vger.kernel.org
676 Signed-off-by: J. Bruce Fields <bfields@redhat.com>
677
678 net/sunrpc/auth_gss/svcauth_gss.c | 5 +++--
679 1 file changed, 3 insertions(+), 2 deletions(-)
680
681 commit 6e83144022a8e3cd00a7d0ca3916354ea3336f5e
682 Author: Brad Spengler <spender@grsecurity.net>
683 Date: Mon Sep 19 17:44:04 2016 -0400
684
685 fix whitespace
686
687 mm/mmap.c | 2 +-
688 1 file changed, 1 insertion(+), 1 deletion(-)
689
690 commit ffb1a4cfdce65f581265612878fd136d76b132ae
691 Author: Brad Spengler <spender@grsecurity.net>
692 Date: Mon Sep 19 17:07:34 2016 -0400
693
694 Remove optional dependency on USERCOPY for pax_check_alloca
695
696 arch/x86/kernel/dumpstack_32.c | 2 +-
697 arch/x86/kernel/dumpstack_64.c | 2 +-
698 2 files changed, 2 insertions(+), 2 deletions(-)
699
700 commit 01ca858fb54c3406db13ace327798610b1cdec10
701 Author: Brad Spengler <spender@grsecurity.net>
702 Date: Thu Sep 15 21:28:25 2016 -0400
703
704 compile fixes
705
706 arch/x86/crypto/crc32-pclmul_asm.S | 4 ++--
707 arch/x86/include/asm/uaccess.h | 2 +-
708 2 files changed, 3 insertions(+), 3 deletions(-)
709
710 commit aeed418bbabf465cfa2bd5463b4ee26ddfdee99c
711 Author: Al Viro <viro@ZenIV.linux.org.uk>
712 Date: Thu Sep 15 02:35:29 2016 +0100
713
714 fix minor infoleak in get_user_ex()
715
716 get_user_ex(x, ptr) should zero x on failure. It's not a lot of a leak
717 (at most we are leaking uninitialized 64bit value off the kernel stack,
718 and in a fairly constrained situation, at that), but the fix is trivial,
719 so...
720
721 Cc: stable@vger.kernel.org
722 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
723 [ This sat in different branch from the uaccess fixes since mid-August ]
724 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
725
726 arch/x86/include/asm/uaccess.h | 6 +++++-
727 1 file changed, 5 insertions(+), 1 deletion(-)
728
729 commit 4ec72305c579df587c9c31f18fbc3ceba14045a5
730 Author: Brad Spengler <spender@grsecurity.net>
731 Date: Thu Sep 15 20:02:01 2016 -0400
732
733 compile fix
734
735 fs/proc/task_mmu.c | 2 +-
736 1 file changed, 1 insertion(+), 1 deletion(-)
737
738 commit ed3d3716625f0c04c9a07dc6c6c7537be22cee07
739 Author: Brad Spengler <spender@grsecurity.net>
740 Date: Thu Sep 15 20:01:31 2016 -0400
741
742 Resync with PaX
743
744 fs/proc/task_mmu.c | 2 +-
745 1 file changed, 1 insertion(+), 1 deletion(-)
746
747 commit 36300fe10dd78430f8e84c42b665c0154f88dd5a
748 Merge: 14e5235 4552781
749 Author: Brad Spengler <spender@grsecurity.net>
750 Date: Thu Sep 15 18:36:02 2016 -0400
751
752 Merge branch 'pax-test' into grsec-test
753
754 commit 4552781643cf8a01376539bf0bf469c8dbc69701
755 Author: Brad Spengler <spender@grsecurity.net>
756 Date: Thu Sep 15 18:35:49 2016 -0400
757
758 Resync with PaX
759
760 fs/proc/task_mmu.c | 5 +++--
761 include/linux/init.h | 4 +++-
762 include/linux/mm.h | 2 +-
763 mm/util.c | 2 +-
764 4 files changed, 8 insertions(+), 5 deletions(-)
765
766 commit 14e523564a0a84ece93b04a2b375f33cce806c8b
767 Merge: 402a024 6740d15
768 Author: Brad Spengler <spender@grsecurity.net>
769 Date: Thu Sep 15 18:18:19 2016 -0400
770
771 Merge branch 'pax-test' into grsec-test
772
773 commit 6740d1535fb0208f329eda7aeeee2c6f0fbe09d3
774 Author: Brad Spengler <spender@grsecurity.net>
775 Date: Thu Sep 15 18:16:18 2016 -0400
776
777 Update to pax-linux-4.7.3-test4.patch:
778 - fixed atomic_xchg_unchecked on arm, reported by wizzup
779 - temporary workaround for cloned functions in the initify plugin, prevents an ICE-from-assertion reported by xeaforz and gg
780 - fixed hugetlb compile error on arm64
781 - fixed branch prediction hints in copy*user on x86, by spender
782 - fixed the invocation of gcc-plugin.sh while reporting errors, by spender
783 - fixed long-standing regression in non-exec page support on powerpc32/book3s
784 - fixed inefficient PIC in crc32_pclmul* on i386 to also work under KERNEXEC, reported by minipli
785 - fixed pfn/physical address mixup in static_protections on amd64, by Mathias Krause <mathias.krause@secunet.com>
786 - fixed latent bug on module loading exposed by the fix for static_protections, reported by minipli
787 - fixed two USERCOPY violations in iucv and netlink, by Mathias Krause <minipli@ld-linux.so>
788 - fixed a xen boot regression with ssp-strong, reported by biergaizi and d-u (https://forums.grsecurity.net/viewtopic.php?f=3&t=4441)
789 - fixed module symbol resolution and extable handling on i386/KERNEXEC when KASLR is enabled
790
791 arch/arm/include/asm/atomic.h | 12 +++--------
792 arch/arm/include/asm/cmpxchg.h | 3 ++-
793 arch/arm64/mm/dma-mapping.c | 2 +-
794 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
795 arch/powerpc/include/asm/book3s/32/hash.h | 2 +-
796 arch/powerpc/include/asm/book3s/32/pgtable.h | 2 +-
797 arch/powerpc/include/asm/pte-common.h | 30 +++++++++++++---------------
798 arch/x86/crypto/crc32-pclmul_asm.S | 19 +++++++++++-------
799 arch/x86/include/asm/setup.h | 3 ++-
800 arch/x86/include/asm/uaccess.h | 4 ++--
801 arch/x86/kernel/module.c | 2 +-
802 arch/x86/kernel/pci-swiotlb.c | 2 +-
803 arch/x86/kvm/x86.c | 2 +-
804 arch/x86/mm/extable.c | 18 ++---------------
805 arch/x86/mm/pageattr.c | 5 +++--
806 arch/x86/xen/enlighten.c | 18 ++++++++---------
807 arch/x86/xen/pmu.c | 1 +
808 include/asm-generic/atomic-long.h | 2 ++
809 include/asm-generic/atomic64.h | 1 +
810 include/linux/atomic.h | 4 ++++
811 include/linux/llist.h | 9 +++++++++
812 include/linux/swiotlb.h | 3 +--
813 kernel/extable.c | 17 ++++++++++++++--
814 kernel/module.c | 9 ++++++++-
815 lib/extable.c | 11 +---------
816 lib/llist.c | 17 ++++++++++++++++
817 lib/swiotlb.c | 2 +-
818 mm/hugetlb.c | 12 +++++++++++
819 mm/vmalloc.c | 2 +-
820 net/iucv/af_iucv.c | 7 +++----
821 net/netlink/af_netlink.c | 5 +++--
822 scripts/Makefile.gcc-plugins | 2 +-
823 scripts/gcc-plugins/initify_plugin.c | 4 +++-
824 33 files changed, 139 insertions(+), 95 deletions(-)
825
826 commit 402a02454512e83be868e83529b04c0ccde687a9
827 Author: Brad Spengler <spender@grsecurity.net>
828 Date: Thu Sep 15 08:25:18 2016 -0400
829
830 Update size_overflow hash
831
832 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
833 1 file changed, 1 insertion(+)
834
835 commit e1d3996c7486a0985846423711dd5c05401144c1
836 Author: Brad Spengler <spender@grsecurity.net>
837 Date: Thu Sep 15 07:48:33 2016 -0400
838
839 compile fix
840
841 kernel/capability.c | 6 +++---
842 1 file changed, 3 insertions(+), 3 deletions(-)
843
844 commit a668b9edff65c3c2eb134e1c7edfbc4142f1e678
845 Merge: f2ceab4 4f9be5c
846 Author: Brad Spengler <spender@grsecurity.net>
847 Date: Thu Sep 15 07:24:15 2016 -0400
848
849 Rename our existing ns_capable_nolog to suit upstream's bikeshedded ns_capable_noaudit
850
851 Merge branch 'pax-test' into grsec-test
852
853 commit 4f9be5c8326f08df59ef7df521acac91e9e6c3d5
854 Merge: 168b0e3 bd333da
855 Author: Brad Spengler <spender@grsecurity.net>
856 Date: Thu Sep 15 07:12:12 2016 -0400
857
858 Merge branch 'linux-4.7.y' into pax-test
859
860 commit f2ceab4fbaec0cd5c127345dbce3e033b74fe826
861 Author: WANG Cong <xiyou.wangcong@gmail.com>
862 Date: Sun Aug 28 21:28:26 2016 -0700
863
864 kcm: fix a socket double free
865
866 Dmitry reported a double free on kcm socket, which could
867 be easily reproduced by:
868
869 #include <unistd.h>
870 #include <sys/syscall.h>
871
872 int main()
873 {
874 int fd = syscall(SYS_socket, 0x29ul, 0x5ul, 0x0ul, 0, 0, 0);
875 syscall(SYS_ioctl, fd, 0x89e2ul, 0x20a98000ul, 0, 0, 0);
876 return 0;
877 }
878
879 This is because on the error path, after we install
880 the new socket file, we call sock_release() to clean
881 up the socket, which leaves the fd pointing to a freed
882 socket. Fix this by calling sys_close() on that fd
883 directly.
884
885 Fixes: ab7ac4eb9832 ("kcm: Kernel Connection Multiplexor module")
886 Reported-by: Dmitry Vyukov <dvyukov@google.com>
887 Cc: Tom Herbert <tom@herbertland.com>
888 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
889 Signed-off-by: David S. Miller <davem@davemloft.net>
890
891 net/kcm/kcmsock.c | 3 ++-
892 1 file changed, 2 insertions(+), 1 deletion(-)
893
894 commit f3ddf560233f0ec26493522fc1c2b1b8f764f16e
895 Merge: 9e43620 168b0e3
896 Author: Brad Spengler <spender@grsecurity.net>
897 Date: Wed Sep 7 08:26:50 2016 -0400
898
899 Merge branch 'pax-test' into grsec-test
900
901 commit 168b0e38caaf436f7c5345fe20a92b7f391ccad5
902 Merge: 2a27d24 d7f6728
903 Author: Brad Spengler <spender@grsecurity.net>
904 Date: Wed Sep 7 08:26:41 2016 -0400
905
906 Merge branch 'linux-4.7.y' into pax-test
907
908 commit 9e43620d71b42e65cb12642b240a6e638531aa65
909 Author: Daeho Jeong <daeho.jeong@samsung.com>
910 Date: Sun Jul 3 17:51:39 2016 -0400
911
912 ext4: avoid modifying checksum fields directly during checksum verification
913
914 We temporally change checksum fields in buffers of some types of
915 metadata into '0' for verifying the checksum values. By doing this
916 without locking the buffer, some metadata's checksums, which are
917 being committed or written back to the storage, could be damaged.
918 In our test, several metadata blocks were found with damaged metadata
919 checksum value during recovery process. When we only verify the
920 checksum value, we have to avoid modifying checksum fields directly.
921
922 Signed-off-by: Daeho Jeong <daeho.jeong@samsung.com>
923 Signed-off-by: Youngjin Gil <youngjin.gil@samsung.com>
924 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
925 Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
926
927 fs/ext4/inode.c | 38 ++++++++++++++++++++++----------------
928 fs/ext4/namei.c | 9 ++++-----
929 fs/ext4/super.c | 18 +++++++++---------
930 fs/ext4/xattr.c | 13 +++++++------
931 4 files changed, 42 insertions(+), 36 deletions(-)
932
933 commit b84727ffa19c4ec06a04502219f8e15b6887d401
934 Author: Brad Spengler <spender@grsecurity.net>
935 Date: Wed Aug 31 20:22:42 2016 -0400
936
937 Use the correct branch prediction
938
939 arch/x86/include/asm/uaccess.h | 4 ++--
940 1 file changed, 2 insertions(+), 2 deletions(-)
941
942 commit a8411c5faefe2708a5998f484ed6ca65c9ccf971
943 Author: Linus Torvalds <torvalds@linux-foundation.org>
944 Date: Mon Aug 22 16:41:46 2016 -0700
945
946 binfmt_elf: switch to new creds when switching to new mm
947
948 We used to delay switching to the new credentials until after we had
949 mapped the executable (and possible elf interpreter). That was kind of
950 odd to begin with, since the new executable will actually then _run_
951 with the new creds, but whatever.
952
953 The bigger problem was that we also want to make sure that we turn off
954 prof events and tracing before we start mapping the new executable
955 state. So while this is a cleanup, it's also a fix for a possible
956 information leak.
957
958 Reported-by: Robert Święcki <robert@swiecki.net>
959 Tested-by: Peter Zijlstra <peterz@infradead.org>
960 Acked-by: David Howells <dhowells@redhat.com>
961 Acked-by: Oleg Nesterov <oleg@redhat.com>
962 Acked-by: Andy Lutomirski <luto@amacapital.net>
963 Acked-by: Eric W. Biederman <ebiederm@xmission.com>
964 Cc: Willy Tarreau <w@1wt.eu>
965 Cc: Kees Cook <keescook@chromium.org>
966 Cc: Al Viro <viro@zeniv.linux.org.uk>
967 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
968
969 fs/binfmt_elf.c | 2 +-
970 1 file changed, 1 insertion(+), 1 deletion(-)
971
972 commit 18fe03a1a1ce3b59208ecc7bb90be5724ec1d1aa
973 Author: Brad Spengler <spender@grsecurity.net>
974 Date: Wed Aug 31 20:01:48 2016 -0400
975
976 Two USERCOPY fixes from Mathias Krause
977
978 net/iucv/af_iucv.c | 7 +++----
979 net/netlink/af_netlink.c | 5 +++--
980 2 files changed, 6 insertions(+), 6 deletions(-)
981
982 commit 4830a253a94494524d9ebb3bed7118c2b746f5a2
983 Author: Brad Spengler <spender@grsecurity.net>
984 Date: Wed Aug 31 19:58:53 2016 -0400
985
986 From 7e13821dd59b17382bba8707c1a9b73569db5535 Mon Sep 17 00:00:00 2001
987 From: Mathias Krause <mathias.krause@secunet.com>
988 Date: Thu, 18 Aug 2016 17:03:19 +0200
989 Subject: [PATCH] [pax] fix page frame number compare in static_protections()
990
991 The KERNEXEC specific memory range check is comparing a page frame
992 number against physical addresses while it should compare page frame
993 numbers instead.
994
995 This leads to "false positives" for systems with 64GB+ of RAM, leading
996 to missing memory protection changes, leading various access errors,
997 like failing to release module init code when using the RCU path in
998 vunmap().
999
1000 Fix this by converting the physical addresses to page frame numbers
1001 before doing the range check.
1002
1003 Signed-off-by: Mathias Krause <mathias.krause@secunet.com>
1004
1005 arch/x86/mm/pageattr.c | 2 +-
1006 1 file changed, 1 insertion(+), 1 deletion(-)
1007
1008 commit 8cd264e31562d39c034c35256dcb4eff8ab2fc66
1009 Author: Brad Spengler <spender@grsecurity.net>
1010 Date: Thu Aug 18 17:57:25 2016 -0400
1011
1012 Remove a warning that is (under the specific instance where we triggered it)
1013 erroneous. Avoiding triggering the warning will require reworking some of
1014 our APIs, so this will be fixed at a later time.
1015
1016 Thanks to Ed Swierk of Skyport Systems for the report.
1017
1018 fs/dcache.c | 2 --
1019 1 file changed, 2 deletions(-)
1020
1021 commit 7276656b983ed5e39010c54908005e0574a2d3fd
1022 Author: Brad Spengler <spender@grsecurity.net>
1023 Date: Sun Aug 21 17:36:48 2016 -0400
1024
1025 Update size_overflow hash table
1026
1027 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 4 +++-
1028 1 file changed, 3 insertions(+), 1 deletion(-)
1029
1030 commit 18a6c9305d45e83c3bebf07eb132885da34b73da
1031 Merge: 5cbf490 2a27d24
1032 Author: Brad Spengler <spender@grsecurity.net>
1033 Date: Sun Aug 21 16:59:37 2016 -0400
1034
1035 Merge branch 'pax-test' into grsec-test
1036
1037 commit 2a27d2419704b09b554b75d6397bf26ffd45754b
1038 Merge: 7be9261 84fae3f
1039 Author: Brad Spengler <spender@grsecurity.net>
1040 Date: Sun Aug 21 16:57:07 2016 -0400
1041
1042 Merge branch 'linux-4.7.y' into pax-test
1043
1044 commit 5cbf4905a069cf66895ff7a06673f8102e3faab5
1045 Author: Brad Spengler <spender@grsecurity.net>
1046 Date: Tue Aug 16 17:23:45 2016 -0400
1047
1048 forward-port !PAX_ASLR change
1049
1050 arch/x86/mm/mmap.c | 16 +++-------------
1051 1 file changed, 3 insertions(+), 13 deletions(-)
1052
1053 commit c7d89a55e70af76005662d4a4c9c7db3a4cb7998
1054 Merge: a144f0f8 7be9261
1055 Author: Brad Spengler <spender@grsecurity.net>
1056 Date: Tue Aug 16 17:14:06 2016 -0400
1057
1058 Merge branch 'pax-test' into grsec-test
1059
1060 commit 7be92610b9cff4e90a4f84a385086c5f643004a0
1061 Merge: cb11f67 95f15f5
1062 Author: Brad Spengler <spender@grsecurity.net>
1063 Date: Tue Aug 16 17:13:54 2016 -0400
1064
1065 Merge branch 'linux-4.7.y' into pax-test
1066
1067 commit a144f0f806ea8a109483a945d2e92474b57ef03c
1068 Author: Brad Spengler <spender@grsecurity.net>
1069 Date: Mon Aug 15 17:54:00 2016 -0400
1070
1071 Temporary workaround for cloned functions in the initify plugin, prevents
1072 an ICE-from-assertion reported by xeaforz and gg on IRC
1073
1074 scripts/gcc-plugins/initify_plugin.c | 3 ++-
1075 1 file changed, 2 insertions(+), 1 deletion(-)
1076
1077 commit f68bc3565a314bea45c58a9ee0c025fad19af76d
1078 Author: Brad Spengler <spender@grsecurity.net>
1079 Date: Mon Aug 15 17:50:24 2016 -0400
1080
1081 Fix arm/ppc compilation, reported by Wizzup
1082
1083 arch/arm/include/asm/atomic.h | 2 +-
1084 arch/powerpc/include/asm/atomic.h | 2 +-
1085 include/asm-generic/atomic-long.h | 3 ++-
1086 include/linux/atomic.h | 4 ++++
1087 4 files changed, 8 insertions(+), 3 deletions(-)
1088
1089 commit 30f09e2a7b1590febfb028aad55f3e4b74d92c87
1090 Author: Brad Spengler <spender@grsecurity.net>
1091 Date: Sat Aug 13 12:28:25 2016 -0400
1092
1093 Initial import of grsecurity 3.1 for Linux 4.7
1094
1095 Disables userfaultfd as suggested by Jann Horn
1096
1097 Documentation/dontdiff | 2 +
1098 Documentation/kernel-parameters.txt | 11 +
1099 Documentation/sysctl/kernel.txt | 15 +
1100 Makefile | 5 +-
1101 arch/alpha/include/asm/cache.h | 4 +-
1102 arch/alpha/kernel/osf_sys.c | 12 +-
1103 arch/arc/Kconfig | 1 +
1104 arch/arm/Kconfig | 2 +
1105 arch/arm/Kconfig.debug | 1 +
1106 arch/arm/include/asm/atomic.h | 45 +-
1107 arch/arm/include/asm/domain.h | 1 +
1108 arch/arm/include/asm/thread_info.h | 7 +-
1109 arch/arm/kernel/entry-common.S | 8 +-
1110 arch/arm/kernel/process.c | 4 +-
1111 arch/arm/kernel/ptrace.c | 9 +
1112 arch/arm/kernel/traps.c | 7 +-
1113 arch/arm/mach-mvebu/coherency.c | 2 +-
1114 arch/arm/mm/Kconfig | 4 +-
1115 arch/arm/mm/alignment.c | 24 +-
1116 arch/arm/mm/fault.c | 40 +-
1117 arch/arm/mm/mmap.c | 8 +-
1118 arch/arm/net/bpf_jit_32.c | 51 +-
1119 arch/arm64/Kconfig.debug | 1 +
1120 arch/arm64/include/asm/atomic.h | 3 +
1121 arch/arm64/include/asm/cache.h | 4 +-
1122 arch/arm64/include/asm/pgtable.h | 3 +
1123 arch/arm64/kernel/process.c | 9 +-
1124 arch/arm64/kernel/stacktrace.c | 4 +-
1125 arch/arm64/kernel/traps.c | 2 +-
1126 arch/avr32/include/asm/cache.h | 4 +-
1127 arch/blackfin/Kconfig.debug | 1 +
1128 arch/blackfin/include/asm/cache.h | 3 +-
1129 arch/cris/include/arch-v10/arch/cache.h | 3 +-
1130 arch/cris/include/arch-v32/arch/cache.h | 3 +-
1131 arch/frv/include/asm/cache.h | 3 +-
1132 arch/frv/mm/elf-fdpic.c | 4 +-
1133 arch/hexagon/include/asm/cache.h | 6 +-
1134 arch/ia64/Kconfig | 1 +
1135 arch/ia64/include/asm/cache.h | 3 +-
1136 arch/ia64/kernel/sys_ia64.c | 2 +
1137 arch/ia64/mm/hugetlbpage.c | 2 +
1138 arch/m32r/include/asm/cache.h | 4 +-
1139 arch/m68k/include/asm/cache.h | 4 +-
1140 arch/metag/mm/hugetlbpage.c | 1 +
1141 arch/microblaze/include/asm/cache.h | 3 +-
1142 arch/mips/Kconfig | 1 +
1143 arch/mips/include/asm/thread_info.h | 11 +-
1144 arch/mips/kernel/irq.c | 3 +
1145 arch/mips/kernel/ptrace.c | 9 +
1146 arch/mips/mm/mmap.c | 4 +-
1147 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
1148 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
1149 arch/openrisc/include/asm/cache.h | 4 +-
1150 arch/parisc/include/asm/cache.h | 3 +
1151 arch/parisc/kernel/sys_parisc.c | 4 +
1152 arch/powerpc/Kconfig | 1 +
1153 arch/powerpc/include/asm/atomic.h | 28 +-
1154 arch/powerpc/include/asm/cache.h | 4 +-
1155 arch/powerpc/include/asm/spinlock.h | 1 +
1156 arch/powerpc/include/asm/thread_info.h | 5 +-
1157 arch/powerpc/kernel/Makefile | 2 +
1158 arch/powerpc/kernel/irq.c | 3 +
1159 arch/powerpc/kernel/process.c | 10 +-
1160 arch/powerpc/kernel/ptrace.c | 14 +
1161 arch/powerpc/kernel/traps.c | 7 +-
1162 arch/powerpc/mm/slice.c | 2 +-
1163 arch/s390/Kconfig.debug | 1 +
1164 arch/s390/include/asm/cache.h | 4 +-
1165 arch/score/include/asm/cache.h | 4 +-
1166 arch/sh/include/asm/cache.h | 3 +-
1167 arch/sh/mm/mmap.c | 6 +-
1168 arch/sparc/include/asm/cache.h | 4 +-
1169 arch/sparc/include/asm/pgalloc_64.h | 1 +
1170 arch/sparc/include/asm/thread_info_64.h | 8 +-
1171 arch/sparc/kernel/process_32.c | 6 +-
1172 arch/sparc/kernel/process_64.c | 8 +-
1173 arch/sparc/kernel/ptrace_64.c | 14 +
1174 arch/sparc/kernel/sys_sparc_64.c | 8 +-
1175 arch/sparc/kernel/syscalls.S | 8 +-
1176 arch/sparc/kernel/traps_32.c | 8 +-
1177 arch/sparc/kernel/traps_64.c | 28 +-
1178 arch/sparc/kernel/unaligned_64.c | 2 +-
1179 arch/sparc/mm/fault_64.c | 2 +-
1180 arch/sparc/mm/hugetlbpage.c | 15 +-
1181 arch/tile/Kconfig | 1 +
1182 arch/tile/include/asm/cache.h | 3 +-
1183 arch/tile/mm/hugetlbpage.c | 2 +
1184 arch/um/include/asm/cache.h | 3 +-
1185 arch/unicore32/include/asm/cache.h | 6 +-
1186 arch/x86/Kconfig | 21 +
1187 arch/x86/Kconfig.debug | 2 +
1188 arch/x86/entry/common.c | 14 +
1189 arch/x86/entry/entry_32.S | 2 +-
1190 arch/x86/entry/entry_64.S | 2 +-
1191 arch/x86/ia32/ia32_aout.c | 2 +
1192 arch/x86/include/asm/floppy.h | 20 +-
1193 arch/x86/include/asm/fpu/types.h | 69 +-
1194 arch/x86/include/asm/io.h | 2 +-
1195 arch/x86/include/asm/page.h | 12 +-
1196 arch/x86/include/asm/paravirt_types.h | 21 +-
1197 arch/x86/include/asm/processor.h | 12 +-
1198 arch/x86/include/asm/thread_info.h | 6 +-
1199 arch/x86/kernel/dumpstack.c | 10 +-
1200 arch/x86/kernel/dumpstack_32.c | 2 +-
1201 arch/x86/kernel/dumpstack_64.c | 2 +-
1202 arch/x86/kernel/ioport.c | 13 +
1203 arch/x86/kernel/irq_32.c | 3 +
1204 arch/x86/kernel/irq_64.c | 4 +
1205 arch/x86/kernel/kprobes/opt.c | 8 +-
1206 arch/x86/kernel/ldt.c | 18 +
1207 arch/x86/kernel/msr.c | 12 +
1208 arch/x86/kernel/ptrace.c | 14 +
1209 arch/x86/kernel/signal.c | 9 +-
1210 arch/x86/kernel/sys_i386_32.c | 9 +-
1211 arch/x86/kernel/sys_x86_64.c | 8 +-
1212 arch/x86/kernel/traps.c | 5 +
1213 arch/x86/kernel/verify_cpu.S | 1 +
1214 arch/x86/kernel/vm86_32.c | 15 +
1215 arch/x86/mm/fault.c | 12 +-
1216 arch/x86/mm/hugetlbpage.c | 15 +-
1217 arch/x86/mm/init.c | 51 +-
1218 arch/x86/mm/init_32.c | 6 +-
1219 arch/x86/net/bpf_jit_comp.c | 4 +
1220 arch/x86/platform/efi/efi_64.c | 2 +-
1221 arch/x86/xen/Kconfig | 1 +
1222 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
1223 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
1224 crypto/scatterwalk.c | 10 +-
1225 drivers/acpi/acpica/hwxfsleep.c | 11 +-
1226 drivers/acpi/custom_method.c | 4 +
1227 drivers/block/cciss.h | 30 +-
1228 drivers/block/smart1,2.h | 40 +-
1229 drivers/cdrom/cdrom.c | 2 +-
1230 drivers/char/Kconfig | 4 +-
1231 drivers/char/genrtc.c | 1 +
1232 drivers/char/mem.c | 17 +
1233 drivers/char/random.c | 5 +-
1234 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
1235 drivers/firewire/ohci.c | 4 +
1236 drivers/firmware/efi/libstub/Makefile | 2 +
1237 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 82 +-
1238 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
1239 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
1240 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
1241 .../drm/amd/powerplay/hwmgr/polaris10_thermal.c | 22 +-
1242 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
1243 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
1244 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
1245 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
1246 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
1247 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
1248 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
1249 drivers/hid/hid-wiimote-debug.c | 2 +-
1250 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 138 +-
1251 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
1252 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
1253 drivers/iommu/amd_iommu.c | 14 +-
1254 drivers/iommu/arm-smmu-v3.c | 32 +-
1255 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
1256 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
1257 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
1258 drivers/isdn/i4l/isdn_concap.c | 6 +-
1259 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
1260 drivers/md/bcache/Kconfig | 1 +
1261 drivers/md/raid5.c | 8 +
1262 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
1263 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
1264 drivers/media/radio/radio-cadet.c | 5 +-
1265 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
1266 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
1267 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
1268 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
1269 drivers/message/fusion/mptbase.c | 9 +
1270 drivers/misc/sgi-xp/xp_main.c | 12 +-
1271 drivers/mmc/host/tmio_mmc_pio.c | 5 +-
1272 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
1273 drivers/net/wan/lmc/lmc_media.c | 97 +-
1274 drivers/net/wan/z85230.c | 24 +-
1275 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
1276 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
1277 drivers/pci/proc.c | 9 +
1278 drivers/platform/x86/asus-wmi.c | 12 +
1279 drivers/rtc/rtc-dev.c | 3 +
1280 drivers/scsi/bfa/bfa_fcs.c | 19 +-
1281 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
1282 drivers/scsi/bfa/bfa_modules.h | 12 +-
1283 drivers/scsi/hpsa.h | 40 +-
1284 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
1285 drivers/staging/wilc1000/host_interface.h | 1 +
1286 drivers/staging/wilc1000/wilc_spi.c | 1 +
1287 drivers/tty/sysrq.c | 2 +-
1288 drivers/tty/tty_io.c | 4 +
1289 drivers/tty/vt/keyboard.c | 22 +-
1290 drivers/uio/uio.c | 6 +-
1291 drivers/usb/core/hub.c | 5 +
1292 drivers/usb/gadget/function/f_uac1.c | 1 +
1293 drivers/usb/gadget/function/u_uac1.c | 1 +
1294 drivers/usb/host/hwa-hc.c | 9 +-
1295 drivers/usb/usbip/vhci_sysfs.c | 2 +-
1296 drivers/video/fbdev/arcfb.c | 2 +-
1297 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
1298 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
1299 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
1300 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
1301 drivers/xen/xenfs/xenstored.c | 5 +
1302 firmware/Makefile | 2 +
1303 firmware/WHENCE | 20 +-
1304 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
1305 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
1306 fs/attr.c | 4 +
1307 fs/autofs4/waitq.c | 9 +
1308 fs/binfmt_aout.c | 7 +
1309 fs/binfmt_elf.c | 40 +-
1310 fs/compat.c | 20 +-
1311 fs/coredump.c | 17 +-
1312 fs/dcache.c | 3 +
1313 fs/debugfs/inode.c | 19 +-
1314 fs/exec.c | 243 +-
1315 fs/ext2/balloc.c | 4 +-
1316 fs/ext2/super.c | 8 +-
1317 fs/ext4/balloc.c | 4 +-
1318 fs/ext4/extents.c | 2 +-
1319 fs/fcntl.c | 4 +
1320 fs/fhandle.c | 3 +-
1321 fs/file.c | 4 +
1322 fs/filesystems.c | 4 +
1323 fs/fs_struct.c | 20 +-
1324 fs/hugetlbfs/inode.c | 5 +-
1325 fs/inode.c | 8 +-
1326 fs/ioctl.c | 1 +
1327 fs/kernfs/dir.c | 6 +
1328 fs/mount.h | 4 +-
1329 fs/namei.c | 290 +-
1330 fs/namespace.c | 24 +
1331 fs/nfsd/nfscache.c | 2 +-
1332 fs/open.c | 38 +
1333 fs/overlayfs/inode.c | 3 +
1334 fs/overlayfs/super.c | 6 +-
1335 fs/pipe.c | 2 +-
1336 fs/posix_acl.c | 15 +-
1337 fs/proc/Kconfig | 10 +-
1338 fs/proc/array.c | 67 +-
1339 fs/proc/base.c | 193 +-
1340 fs/proc/cmdline.c | 4 +
1341 fs/proc/devices.c | 4 +
1342 fs/proc/fd.c | 13 +-
1343 fs/proc/generic.c | 64 +
1344 fs/proc/inode.c | 17 +
1345 fs/proc/internal.h | 18 +-
1346 fs/proc/interrupts.c | 4 +
1347 fs/proc/kcore.c | 3 +
1348 fs/proc/proc_net.c | 31 +
1349 fs/proc/proc_sysctl.c | 50 +-
1350 fs/proc/root.c | 8 +
1351 fs/proc/stat.c | 69 +-
1352 fs/proc/task_mmu.c | 85 +-
1353 fs/proc/task_nommu.c | 2 +-
1354 fs/readdir.c | 19 +
1355 fs/reiserfs/item_ops.c | 24 +-
1356 fs/reiserfs/super.c | 4 +
1357 fs/select.c | 2 +
1358 fs/seq_file.c | 31 +-
1359 fs/stat.c | 20 +-
1360 fs/sysfs/dir.c | 30 +-
1361 fs/utimes.c | 7 +
1362 fs/xattr.c | 26 +-
1363 fs/xfs/xfs_ioctl.c | 6 +
1364 grsecurity/Kconfig | 1205 ++++
1365 grsecurity/Makefile | 54 +
1366 grsecurity/gracl.c | 2773 +++++++++
1367 grsecurity/gracl_alloc.c | 105 +
1368 grsecurity/gracl_cap.c | 96 +
1369 grsecurity/gracl_compat.c | 269 +
1370 grsecurity/gracl_fs.c | 448 ++
1371 grsecurity/gracl_ip.c | 387 ++
1372 grsecurity/gracl_learn.c | 209 +
1373 grsecurity/gracl_policy.c | 1784 ++++++
1374 grsecurity/gracl_res.c | 74 +
1375 grsecurity/gracl_segv.c | 306 +
1376 grsecurity/gracl_shm.c | 40 +
1377 grsecurity/grsec_chdir.c | 19 +
1378 grsecurity/grsec_chroot.c | 506 ++
1379 grsecurity/grsec_disabled.c | 445 ++
1380 grsecurity/grsec_exec.c | 188 +
1381 grsecurity/grsec_fifo.c | 26 +
1382 grsecurity/grsec_fork.c | 23 +
1383 grsecurity/grsec_init.c | 294 +
1384 grsecurity/grsec_ipc.c | 48 +
1385 grsecurity/grsec_link.c | 65 +
1386 grsecurity/grsec_log.c | 340 +
1387 grsecurity/grsec_mem.c | 48 +
1388 grsecurity/grsec_mount.c | 65 +
1389 grsecurity/grsec_pax.c | 47 +
1390 grsecurity/grsec_proc.c | 20 +
1391 grsecurity/grsec_ptrace.c | 30 +
1392 grsecurity/grsec_sig.c | 248 +
1393 grsecurity/grsec_sock.c | 244 +
1394 grsecurity/grsec_sysctl.c | 497 ++
1395 grsecurity/grsec_time.c | 16 +
1396 grsecurity/grsec_tpe.c | 78 +
1397 grsecurity/grsec_tty.c | 18 +
1398 grsecurity/grsec_usb.c | 15 +
1399 grsecurity/grsum.c | 56 +
1400 include/asm-generic/atomic-long.h | 2 +
1401 include/asm-generic/atomic64.h | 1 +
1402 include/asm-generic/pgtable-nopmd.h | 1 +
1403 include/linux/atomic.h | 23 +
1404 include/linux/binfmts.h | 5 +-
1405 include/linux/capability.h | 13 +
1406 include/linux/cdev.h | 2 +-
1407 include/linux/compiler-gcc.h | 5 +
1408 include/linux/compiler.h | 8 +
1409 include/linux/cred.h | 8 +-
1410 include/linux/dcache.h | 5 +-
1411 include/linux/fs.h | 26 +-
1412 include/linux/fs_struct.h | 2 +-
1413 include/linux/fsnotify.h | 6 +
1414 include/linux/gracl.h | 342 ++
1415 include/linux/gracl_compat.h | 156 +
1416 include/linux/gralloc.h | 9 +
1417 include/linux/grdefs.h | 140 +
1418 include/linux/grinternal.h | 231 +
1419 include/linux/grmsg.h | 120 +
1420 include/linux/grsecurity.h | 259 +
1421 include/linux/grsock.h | 19 +
1422 include/linux/ipc.h | 2 +-
1423 include/linux/ipc_namespace.h | 2 +-
1424 include/linux/kallsyms.h | 18 +-
1425 include/linux/key-type.h | 4 +-
1426 include/linux/kmod.h | 5 +
1427 include/linux/kobject.h | 2 +-
1428 include/linux/lsm_hooks.h | 4 +-
1429 include/linux/mm.h | 12 +
1430 include/linux/mm_types.h | 4 +-
1431 include/linux/module.h | 5 +-
1432 include/linux/mount.h | 2 +-
1433 include/linux/msg.h | 2 +-
1434 include/linux/netfilter/xt_gradm.h | 9 +
1435 include/linux/path.h | 4 +-
1436 include/linux/perf_event.h | 13 +-
1437 include/linux/pid_namespace.h | 2 +-
1438 include/linux/printk.h | 3 +-
1439 include/linux/proc_fs.h | 22 +-
1440 include/linux/proc_ns.h | 2 +-
1441 include/linux/random.h | 2 +-
1442 include/linux/rbtree_augmented.h | 4 +-
1443 include/linux/scatterlist.h | 12 +-
1444 include/linux/sched.h | 135 +-
1445 include/linux/security.h | 1 +
1446 include/linux/sem.h | 2 +-
1447 include/linux/seq_file.h | 5 +
1448 include/linux/shm.h | 6 +-
1449 include/linux/skbuff.h | 3 +
1450 include/linux/slab.h | 9 -
1451 include/linux/sysctl.h | 8 +-
1452 include/linux/thread_info.h | 6 +-
1453 include/linux/tty.h | 2 +-
1454 include/linux/tty_driver.h | 4 +-
1455 include/linux/uidgid.h | 6 +
1456 include/linux/user_namespace.h | 2 +-
1457 include/linux/utsname.h | 2 +-
1458 include/linux/vermagic.h | 16 +-
1459 include/linux/vmalloc.h | 8 +
1460 include/net/af_unix.h | 2 +-
1461 include/net/ip.h | 2 +-
1462 include/net/neighbour.h | 2 +-
1463 include/net/net_namespace.h | 2 +-
1464 include/net/sock.h | 2 +-
1465 include/trace/events/fs.h | 53 +
1466 include/uapi/linux/personality.h | 1 +
1467 init/Kconfig | 7 +-
1468 init/main.c | 48 +
1469 ipc/mqueue.c | 1 +
1470 ipc/msg.c | 3 +-
1471 ipc/msgutil.c | 4 +-
1472 ipc/sem.c | 3 +-
1473 ipc/shm.c | 26 +-
1474 ipc/util.c | 6 +
1475 kernel/auditsc.c | 2 +-
1476 kernel/bpf/syscall.c | 10 +-
1477 kernel/capability.c | 41 +-
1478 kernel/cgroup.c | 5 +-
1479 kernel/compat.c | 1 +
1480 kernel/configs.c | 11 +
1481 kernel/cred.c | 112 +-
1482 kernel/events/core.c | 14 +-
1483 kernel/exit.c | 10 +-
1484 kernel/fork.c | 93 +-
1485 kernel/futex.c | 4 +-
1486 kernel/kallsyms.c | 9 +
1487 kernel/kcmp.c | 4 +
1488 kernel/kexec_core.c | 2 +-
1489 kernel/kmod.c | 96 +-
1490 kernel/kprobes.c | 9 +-
1491 kernel/ksysfs.c | 2 +
1492 kernel/locking/lockdep_proc.c | 10 +-
1493 kernel/module.c | 108 +-
1494 kernel/panic.c | 6 +-
1495 kernel/pid.c | 18 +-
1496 kernel/power/Kconfig | 2 +
1497 kernel/printk/printk.c | 7 +-
1498 kernel/ptrace.c | 50 +-
1499 kernel/resource.c | 10 +
1500 kernel/sched/core.c | 8 +-
1501 kernel/sched/debug.c | 4 +
1502 kernel/signal.c | 37 +-
1503 kernel/sys.c | 64 +-
1504 kernel/sysctl.c | 174 +-
1505 kernel/taskstats.c | 6 +
1506 kernel/time/posix-timers.c | 8 +
1507 kernel/time/time.c | 5 +
1508 kernel/time/timekeeping.c | 3 +
1509 kernel/time/timer_list.c | 13 +-
1510 kernel/time/timer_stats.c | 10 +-
1511 kernel/trace/Kconfig | 6 +
1512 kernel/trace/trace_syscalls.c | 8 +
1513 kernel/user_namespace.c | 15 +
1514 lib/Kconfig.debug | 13 +-
1515 lib/is_single_threaded.c | 3 +
1516 lib/list_debug.c | 65 +-
1517 lib/nlattr.c | 2 +
1518 lib/rbtree.c | 4 +-
1519 lib/vsprintf.c | 42 +-
1520 localversion-grsec | 1 +
1521 mm/Kconfig | 8 +-
1522 mm/Kconfig.debug | 1 +
1523 mm/filemap.c | 1 +
1524 mm/hugetlb.c | 12 +
1525 mm/kmemleak.c | 4 +-
1526 mm/memory.c | 2 +-
1527 mm/mempolicy.c | 12 +-
1528 mm/migrate.c | 3 +-
1529 mm/mlock.c | 9 +
1530 mm/mmap.c | 118 +-
1531 mm/mprotect.c | 8 +
1532 mm/page_alloc.c | 2 +-
1533 mm/process_vm_access.c | 6 +
1534 mm/shmem.c | 2 +-
1535 mm/slab.c | 14 +-
1536 mm/slab_common.c | 2 +-
1537 mm/slob.c | 12 +
1538 mm/slub.c | 33 +-
1539 mm/util.c | 3 +
1540 mm/vmalloc.c | 84 +-
1541 mm/vmstat.c | 29 +-
1542 net/appletalk/atalk_proc.c | 2 +-
1543 net/atm/lec.c | 6 +-
1544 net/atm/mpoa_caches.c | 43 +-
1545 net/can/bcm.c | 2 +-
1546 net/can/proc.c | 2 +-
1547 net/core/dev_ioctl.c | 7 +-
1548 net/core/filter.c | 8 +-
1549 net/core/net-procfs.c | 17 +-
1550 net/core/pktgen.c | 2 +-
1551 net/core/sock.c | 23 +-
1552 net/core/sysctl_net_core.c | 2 +-
1553 net/decnet/dn_dev.c | 2 +-
1554 net/ipv4/devinet.c | 6 +-
1555 net/ipv4/inet_hashtables.c | 6 +
1556 net/ipv4/ip_input.c | 7 +
1557 net/ipv4/ip_sockglue.c | 3 +-
1558 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
1559 net/ipv4/route.c | 6 +-
1560 net/ipv4/tcp_input.c | 6 +-
1561 net/ipv4/tcp_ipv4.c | 24 +-
1562 net/ipv4/tcp_minisocks.c | 9 +-
1563 net/ipv4/tcp_timer.c | 11 +
1564 net/ipv4/udp.c | 23 +
1565 net/ipv6/addrconf.c | 13 +-
1566 net/ipv6/proc.c | 2 +-
1567 net/ipv6/tcp_ipv6.c | 23 +-
1568 net/ipv6/udp.c | 7 +
1569 net/ipx/ipx_proc.c | 2 +-
1570 net/irda/irproc.c | 2 +-
1571 net/llc/llc_proc.c | 2 +-
1572 net/netfilter/Kconfig | 10 +
1573 net/netfilter/Makefile | 1 +
1574 net/netfilter/xt_gradm.c | 51 +
1575 net/netfilter/xt_hashlimit.c | 4 +-
1576 net/netfilter/xt_recent.c | 2 +-
1577 net/socket.c | 75 +-
1578 net/sunrpc/Kconfig | 1 +
1579 net/sunrpc/cache.c | 2 +-
1580 net/sunrpc/stats.c | 2 +-
1581 net/sysctl_net.c | 2 +-
1582 net/unix/af_unix.c | 52 +-
1583 net/vmw_vsock/vmci_transport_notify.c | 30 +-
1584 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
1585 net/x25/sysctl_net_x25.c | 2 +-
1586 net/x25/x25_proc.c | 2 +-
1587 scripts/Makefile.gcc-plugins | 7 +-
1588 scripts/gcc-plugins/.gitignore | 1 +
1589 scripts/gcc-plugins/Makefile | 10 +
1590 scripts/gcc-plugins/gen-random-seed.sh | 8 +
1591 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
1592 .../size_overflow_plugin/size_overflow_hash.data | 296 +-
1593 scripts/package/Makefile | 2 +-
1594 scripts/package/mkspec | 41 +-
1595 security/Kconfig | 366 +-
1596 security/apparmor/file.c | 4 +-
1597 security/apparmor/lsm.c | 6 +-
1598 security/commoncap.c | 29 +
1599 security/keys/internal.h | 2 +-
1600 security/min_addr.c | 2 +
1601 security/tomoyo/file.c | 12 +-
1602 security/tomoyo/mount.c | 4 +
1603 security/tomoyo/tomoyo.c | 20 +-
1604 security/yama/Kconfig | 2 +-
1605 sound/synth/emux/emux_seq.c | 14 +-
1606 sound/usb/line6/driver.c | 40 +-
1607 sound/usb/line6/toneport.c | 12 +-
1608 511 files changed, 32801 insertions(+), 3213 deletions(-)
1609
1610 commit cb11f67628b6b8bd97c26b6223460789e4273364
1611 Author: Brad Spengler <spender@grsecurity.net>
1612 Date: Fri Aug 12 18:15:59 2016 -0400
1613
1614 Initial import of pax-linux-4.7-test3.patch
1615
1616 .gitignore | 1 +
1617 Documentation/dontdiff | 46 +-
1618 Documentation/kbuild/makefiles.txt | 39 +-
1619 Documentation/kernel-parameters.txt | 28 +
1620 Makefile | 20 +-
1621 arch/Kconfig | 14 +
1622 arch/alpha/include/asm/atomic.h | 10 +
1623 arch/alpha/include/asm/elf.h | 7 +
1624 arch/alpha/include/asm/pgalloc.h | 6 +
1625 arch/alpha/include/asm/pgtable.h | 11 +
1626 arch/alpha/kernel/module.c | 2 +-
1627 arch/alpha/kernel/osf_sys.c | 8 +-
1628 arch/alpha/mm/fault.c | 141 +-
1629 arch/arm/Kconfig | 6 +-
1630 arch/arm/boot/compressed/Makefile | 2 +
1631 arch/arm/include/asm/atomic.h | 323 +-
1632 arch/arm/include/asm/cache.h | 4 +-
1633 arch/arm/include/asm/cacheflush.h | 2 +-
1634 arch/arm/include/asm/checksum.h | 14 +-
1635 arch/arm/include/asm/cmpxchg.h | 4 +
1636 arch/arm/include/asm/cpuidle.h | 2 +-
1637 arch/arm/include/asm/domain.h | 42 +-
1638 arch/arm/include/asm/elf.h | 9 +-
1639 arch/arm/include/asm/fncpy.h | 2 +
1640 arch/arm/include/asm/futex.h | 1 +
1641 arch/arm/include/asm/kmap_types.h | 2 +-
1642 arch/arm/include/asm/mach/dma.h | 2 +-
1643 arch/arm/include/asm/mach/map.h | 16 +-
1644 arch/arm/include/asm/outercache.h | 2 +-
1645 arch/arm/include/asm/page.h | 3 +-
1646 arch/arm/include/asm/pgalloc.h | 20 +
1647 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
1648 arch/arm/include/asm/pgtable-2level.h | 3 +
1649 arch/arm/include/asm/pgtable-3level.h | 3 +
1650 arch/arm/include/asm/pgtable.h | 54 +-
1651 arch/arm/include/asm/smp.h | 2 +-
1652 arch/arm/include/asm/string.h | 10 +-
1653 arch/arm/include/asm/thread_info.h | 3 +
1654 arch/arm/include/asm/tls.h | 3 +
1655 arch/arm/include/asm/uaccess.h | 113 +-
1656 arch/arm/include/uapi/asm/ptrace.h | 2 +-
1657 arch/arm/kernel/armksyms.c | 2 +-
1658 arch/arm/kernel/cpuidle.c | 2 +-
1659 arch/arm/kernel/entry-armv.S | 109 +-
1660 arch/arm/kernel/entry-common.S | 40 +-
1661 arch/arm/kernel/entry-header.S | 55 +
1662 arch/arm/kernel/fiq.c | 3 +
1663 arch/arm/kernel/module-plts.c | 7 +-
1664 arch/arm/kernel/module.c | 38 +-
1665 arch/arm/kernel/patch.c | 2 +
1666 arch/arm/kernel/process.c | 86 +-
1667 arch/arm/kernel/reboot.c | 1 +
1668 arch/arm/kernel/setup.c | 20 +-
1669 arch/arm/kernel/signal.c | 35 +-
1670 arch/arm/kernel/smp.c | 2 +-
1671 arch/arm/kernel/tcm.c | 4 +-
1672 arch/arm/kernel/vmlinux.lds.S | 6 +-
1673 arch/arm/kvm/arm.c | 8 +-
1674 arch/arm/lib/copy_page.S | 1 +
1675 arch/arm/lib/csumpartialcopyuser.S | 4 +-
1676 arch/arm/lib/delay.c | 2 +-
1677 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
1678 arch/arm/mach-exynos/suspend.c | 6 +-
1679 arch/arm/mach-mmp/mmp2.c | 4 +-
1680 arch/arm/mach-mmp/pxa910.c | 4 +-
1681 arch/arm/mach-mvebu/coherency.c | 4 +-
1682 arch/arm/mach-omap2/board-n8x0.c | 2 +-
1683 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
1684 arch/arm/mach-omap2/omap-smp.c | 1 +
1685 arch/arm/mach-omap2/omap_device.c | 4 +-
1686 arch/arm/mach-omap2/omap_device.h | 4 +-
1687 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
1688 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
1689 arch/arm/mach-omap2/wd_timer.c | 6 +-
1690 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
1691 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
1692 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
1693 arch/arm/mach-tegra/irq.c | 1 +
1694 arch/arm/mach-ux500/pm.c | 1 +
1695 arch/arm/mach-zynq/platsmp.c | 1 +
1696 arch/arm/mm/Kconfig | 6 +-
1697 arch/arm/mm/cache-l2x0.c | 2 +-
1698 arch/arm/mm/context.c | 10 +-
1699 arch/arm/mm/fault.c | 160 +
1700 arch/arm/mm/fault.h | 12 +
1701 arch/arm/mm/init.c | 39 +
1702 arch/arm/mm/ioremap.c | 4 +-
1703 arch/arm/mm/mmap.c | 36 +-
1704 arch/arm/mm/mmu.c | 162 +-
1705 arch/arm/net/bpf_jit_32.c | 3 +
1706 arch/arm/plat-iop/setup.c | 2 +-
1707 arch/arm/plat-omap/sram.c | 2 +
1708 arch/arm64/Kconfig | 1 +
1709 arch/arm64/include/asm/atomic.h | 10 +
1710 arch/arm64/include/asm/percpu.h | 8 +-
1711 arch/arm64/include/asm/pgalloc.h | 5 +
1712 arch/arm64/include/asm/string.h | 22 +-
1713 arch/arm64/include/asm/uaccess.h | 1 +
1714 arch/arm64/mm/dma-mapping.c | 2 +-
1715 arch/avr32/include/asm/elf.h | 8 +-
1716 arch/avr32/include/asm/kmap_types.h | 4 +-
1717 arch/avr32/mm/fault.c | 27 +
1718 arch/frv/include/asm/atomic.h | 10 +
1719 arch/frv/include/asm/kmap_types.h | 2 +-
1720 arch/frv/mm/elf-fdpic.c | 3 +-
1721 arch/ia64/Makefile | 1 +
1722 arch/ia64/include/asm/atomic.h | 10 +
1723 arch/ia64/include/asm/elf.h | 7 +
1724 arch/ia64/include/asm/pgalloc.h | 12 +
1725 arch/ia64/include/asm/pgtable.h | 13 +-
1726 arch/ia64/include/asm/spinlock.h | 2 +-
1727 arch/ia64/include/asm/uaccess.h | 27 +-
1728 arch/ia64/kernel/module.c | 20 +-
1729 arch/ia64/kernel/palinfo.c | 2 +-
1730 arch/ia64/kernel/sys_ia64.c | 7 +
1731 arch/ia64/kernel/vmlinux.lds.S | 2 +-
1732 arch/ia64/mm/fault.c | 32 +-
1733 arch/ia64/mm/init.c | 15 +-
1734 arch/m32r/lib/usercopy.c | 6 +
1735 arch/mips/Kbuild | 2 +-
1736 arch/mips/Kconfig | 1 +
1737 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
1738 arch/mips/include/asm/atomic.h | 372 +-
1739 arch/mips/include/asm/cache.h | 3 +-
1740 arch/mips/include/asm/elf.h | 7 +
1741 arch/mips/include/asm/exec.h | 2 +-
1742 arch/mips/include/asm/hw_irq.h | 2 +-
1743 arch/mips/include/asm/irq.h | 1 -
1744 arch/mips/include/asm/local.h | 57 +
1745 arch/mips/include/asm/page.h | 2 +-
1746 arch/mips/include/asm/pgalloc.h | 5 +
1747 arch/mips/include/asm/pgtable.h | 3 +
1748 arch/mips/include/asm/uaccess.h | 1 +
1749 arch/mips/kernel/binfmt_elfn32.c | 7 +
1750 arch/mips/kernel/binfmt_elfo32.c | 7 +
1751 arch/mips/kernel/irq-gt641xx.c | 2 +-
1752 arch/mips/kernel/irq.c | 6 +-
1753 arch/mips/kernel/pm-cps.c | 2 +-
1754 arch/mips/kernel/process.c | 12 -
1755 arch/mips/kernel/sync-r4k.c | 24 +-
1756 arch/mips/kernel/traps.c | 13 +-
1757 arch/mips/lib/ashldi3.c | 21 +-
1758 arch/mips/lib/ashrdi3.c | 19 +-
1759 arch/mips/lib/libgcc.h | 12 +-
1760 arch/mips/mm/fault.c | 25 +
1761 arch/mips/mm/init.c | 4 +-
1762 arch/mips/mm/mmap.c | 24 +-
1763 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
1764 arch/mips/sni/rm200.c | 2 +-
1765 arch/mips/vr41xx/common/icu.c | 2 +-
1766 arch/mips/vr41xx/common/irq.c | 4 +-
1767 arch/parisc/include/asm/atomic.h | 10 +
1768 arch/parisc/include/asm/elf.h | 7 +
1769 arch/parisc/include/asm/pgalloc.h | 6 +
1770 arch/parisc/include/asm/pgtable.h | 11 +
1771 arch/parisc/include/asm/uaccess.h | 4 +-
1772 arch/parisc/kernel/module.c | 26 +-
1773 arch/parisc/kernel/sys_parisc.c | 15 +
1774 arch/parisc/kernel/traps.c | 4 +-
1775 arch/parisc/mm/fault.c | 140 +-
1776 arch/powerpc/Kconfig | 1 +
1777 arch/powerpc/include/asm/atomic.h | 317 +-
1778 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
1779 arch/powerpc/include/asm/book3s/64/pgalloc.h | 10 +
1780 arch/powerpc/include/asm/elf.h | 12 +
1781 arch/powerpc/include/asm/exec.h | 2 +-
1782 arch/powerpc/include/asm/kmap_types.h | 2 +-
1783 arch/powerpc/include/asm/local.h | 46 +
1784 arch/powerpc/include/asm/mman.h | 2 +-
1785 arch/powerpc/include/asm/nohash/64/pgalloc.h | 7 +
1786 arch/powerpc/include/asm/page.h | 8 +-
1787 arch/powerpc/include/asm/page_64.h | 7 +-
1788 arch/powerpc/include/asm/pgtable.h | 1 +
1789 arch/powerpc/include/asm/reg.h | 1 +
1790 arch/powerpc/include/asm/smp.h | 2 +-
1791 arch/powerpc/include/asm/spinlock.h | 42 +-
1792 arch/powerpc/include/asm/string.h | 18 +-
1793 arch/powerpc/include/asm/uaccess.h | 141 +-
1794 arch/powerpc/kernel/Makefile | 5 +
1795 arch/powerpc/kernel/exceptions-64e.S | 4 +-
1796 arch/powerpc/kernel/exceptions-64s.S | 2 +-
1797 arch/powerpc/kernel/module_32.c | 15 +-
1798 arch/powerpc/kernel/process.c | 7 -
1799 arch/powerpc/kernel/signal_32.c | 2 +-
1800 arch/powerpc/kernel/signal_64.c | 2 +-
1801 arch/powerpc/kernel/traps.c | 21 +
1802 arch/powerpc/kernel/vdso.c | 5 +-
1803 arch/powerpc/lib/usercopy_64.c | 18 -
1804 arch/powerpc/mm/fault.c | 56 +-
1805 arch/powerpc/mm/mmap.c | 16 +
1806 arch/powerpc/mm/slice.c | 21 +-
1807 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
1808 arch/s390/include/asm/atomic.h | 10 +
1809 arch/s390/include/asm/elf.h | 7 +
1810 arch/s390/include/asm/exec.h | 2 +-
1811 arch/s390/include/asm/uaccess.h | 13 +-
1812 arch/s390/kernel/module.c | 22 +-
1813 arch/s390/kernel/process.c | 7 -
1814 arch/s390/mm/mmap.c | 22 +-
1815 arch/score/include/asm/exec.h | 2 +-
1816 arch/score/kernel/process.c | 5 -
1817 arch/sh/mm/mmap.c | 28 +-
1818 arch/sparc/Kconfig | 1 +
1819 arch/sparc/include/asm/atomic_64.h | 116 +-
1820 arch/sparc/include/asm/cache.h | 2 +-
1821 arch/sparc/include/asm/elf_32.h | 7 +
1822 arch/sparc/include/asm/elf_64.h | 7 +
1823 arch/sparc/include/asm/pgalloc_32.h | 1 +
1824 arch/sparc/include/asm/pgalloc_64.h | 1 +
1825 arch/sparc/include/asm/pgtable.h | 4 +
1826 arch/sparc/include/asm/pgtable_32.h | 15 +-
1827 arch/sparc/include/asm/pgtsrmmu.h | 5 +
1828 arch/sparc/include/asm/setup.h | 4 +-
1829 arch/sparc/include/asm/spinlock_64.h | 35 +-
1830 arch/sparc/include/asm/thread_info_32.h | 1 +
1831 arch/sparc/include/asm/thread_info_64.h | 2 +
1832 arch/sparc/include/asm/uaccess.h | 1 +
1833 arch/sparc/include/asm/uaccess_32.h | 28 +-
1834 arch/sparc/include/asm/uaccess_64.h | 24 +-
1835 arch/sparc/kernel/Makefile | 2 +-
1836 arch/sparc/kernel/prom_common.c | 2 +-
1837 arch/sparc/kernel/smp_64.c | 8 +-
1838 arch/sparc/kernel/sys_sparc_32.c | 2 +-
1839 arch/sparc/kernel/sys_sparc_64.c | 58 +-
1840 arch/sparc/kernel/traps_64.c | 27 +-
1841 arch/sparc/lib/Makefile | 2 +-
1842 arch/sparc/lib/atomic_64.S | 57 +-
1843 arch/sparc/lib/ksyms.c | 6 +-
1844 arch/sparc/mm/Makefile | 2 +-
1845 arch/sparc/mm/fault_32.c | 292 +
1846 arch/sparc/mm/fault_64.c | 486 +
1847 arch/sparc/mm/hugetlbpage.c | 30 +-
1848 arch/sparc/mm/init_64.c | 10 +-
1849 arch/tile/include/asm/atomic_64.h | 10 +
1850 arch/tile/include/asm/uaccess.h | 4 +-
1851 arch/um/Makefile | 2 +
1852 arch/um/include/asm/kmap_types.h | 2 +-
1853 arch/um/include/asm/page.h | 3 +
1854 arch/um/include/asm/pgtable-3level.h | 1 +
1855 arch/um/kernel/process.c | 16 -
1856 arch/x86/Kconfig | 33 +-
1857 arch/x86/Kconfig.cpu | 6 +-
1858 arch/x86/Kconfig.debug | 3 +-
1859 arch/x86/Makefile | 13 +-
1860 arch/x86/boot/bitops.h | 4 +-
1861 arch/x86/boot/boot.h | 2 +-
1862 arch/x86/boot/compressed/Makefile | 17 +
1863 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
1864 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
1865 arch/x86/boot/compressed/head_32.S | 4 +-
1866 arch/x86/boot/compressed/head_64.S | 12 +-
1867 arch/x86/boot/compressed/misc.c | 19 +-
1868 arch/x86/boot/compressed/pagetable.c | 1 +
1869 arch/x86/boot/cpucheck.c | 16 +-
1870 arch/x86/boot/header.S | 7 +-
1871 arch/x86/boot/memory.c | 2 +-
1872 arch/x86/boot/video-vesa.c | 1 +
1873 arch/x86/boot/video.c | 2 +-
1874 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
1875 arch/x86/crypto/aesni-intel_asm.S | 116 +-
1876 arch/x86/crypto/aesni-intel_glue.c | 4 +-
1877 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
1878 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
1879 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
1880 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
1881 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
1882 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
1883 arch/x86/crypto/camellia_glue.c | 8 +-
1884 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
1885 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
1886 arch/x86/crypto/cast6_avx_glue.c | 16 +-
1887 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
1888 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
1889 arch/x86/crypto/glue_helper.c | 2 +-
1890 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
1891 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
1892 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
1893 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
1894 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
1895 arch/x86/crypto/serpent_avx_glue.c | 18 +-
1896 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
1897 arch/x86/crypto/sha-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
1898 arch/x86/crypto/sha-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
1899 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
1900 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
1901 arch/x86/crypto/sha256-avx-asm.S | 5 +-
1902 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
1903 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
1904 arch/x86/crypto/sha256_ni_asm.S | 2 +-
1905 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
1906 arch/x86/crypto/sha512-avx-asm.S | 5 +-
1907 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
1908 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
1909 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
1910 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
1911 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
1912 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
1913 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
1914 arch/x86/crypto/twofish_avx_glue.c | 21 +-
1915 arch/x86/crypto/twofish_glue.c | 4 +-
1916 arch/x86/crypto/twofish_glue_3way.c | 12 +-
1917 arch/x86/entry/Makefile | 2 +
1918 arch/x86/entry/calling.h | 86 +-
1919 arch/x86/entry/common.c | 89 +-
1920 arch/x86/entry/entry_32.S | 330 +-
1921 arch/x86/entry/entry_64.S | 593 +-
1922 arch/x86/entry/entry_64_compat.S | 110 +-
1923 arch/x86/entry/thunk_64.S | 2 +
1924 arch/x86/entry/vdso/Makefile | 5 +-
1925 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
1926 arch/x86/entry/vdso/vdso2c.h | 4 +-
1927 arch/x86/entry/vdso/vma.c | 42 +-
1928 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
1929 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-
1930 arch/x86/events/amd/iommu.c | 8 +-
1931 arch/x86/events/core.c | 8 +-
1932 arch/x86/events/intel/bts.c | 6 +-
1933 arch/x86/events/intel/core.c | 34 +-
1934 arch/x86/events/intel/cqm.c | 14 +-
1935 arch/x86/events/intel/cstate.c | 6 +-
1936 arch/x86/events/intel/ds.c | 7 +-
1937 arch/x86/events/intel/lbr.c | 4 +-
1938 arch/x86/events/intel/pt.c | 38 +-
1939 arch/x86/events/intel/rapl.c | 8 +-
1940 arch/x86/events/intel/uncore.c | 6 +-
1941 arch/x86/events/intel/uncore.h | 14 +-
1942 arch/x86/events/perf_event.h | 2 +-
1943 arch/x86/ia32/ia32_signal.c | 23 +-
1944 arch/x86/ia32/sys_ia32.c | 42 +-
1945 arch/x86/include/asm/alternative-asm.h | 43 +-
1946 arch/x86/include/asm/alternative.h | 4 +-
1947 arch/x86/include/asm/apic.h | 2 +-
1948 arch/x86/include/asm/apm.h | 4 +-
1949 arch/x86/include/asm/atomic.h | 230 +-
1950 arch/x86/include/asm/atomic64_32.h | 131 +
1951 arch/x86/include/asm/atomic64_64.h | 169 +-
1952 arch/x86/include/asm/bitops.h | 18 +-
1953 arch/x86/include/asm/boot.h | 2 +-
1954 arch/x86/include/asm/cache.h | 4 +-
1955 arch/x86/include/asm/checksum_32.h | 12 +-
1956 arch/x86/include/asm/cmpxchg.h | 39 +
1957 arch/x86/include/asm/compat.h | 4 +
1958 arch/x86/include/asm/cpufeature.h | 2 +-
1959 arch/x86/include/asm/cpufeatures.h | 5 +-
1960 arch/x86/include/asm/crypto/camellia.h | 30 +-
1961 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
1962 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
1963 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
1964 arch/x86/include/asm/crypto/twofish.h | 10 +-
1965 arch/x86/include/asm/desc.h | 78 +-
1966 arch/x86/include/asm/desc_defs.h | 6 +
1967 arch/x86/include/asm/div64.h | 2 +-
1968 arch/x86/include/asm/dma.h | 2 +
1969 arch/x86/include/asm/efi.h | 5 +
1970 arch/x86/include/asm/elf.h | 33 +-
1971 arch/x86/include/asm/emergency-restart.h | 2 +-
1972 arch/x86/include/asm/fixmap.h | 2 +-
1973 arch/x86/include/asm/fpu/internal.h | 38 +-
1974 arch/x86/include/asm/fpu/types.h | 5 +-
1975 arch/x86/include/asm/futex.h | 14 +-
1976 arch/x86/include/asm/hw_irq.h | 4 +-
1977 arch/x86/include/asm/hypervisor.h | 2 +-
1978 arch/x86/include/asm/i8259.h | 2 +-
1979 arch/x86/include/asm/io.h | 22 +-
1980 arch/x86/include/asm/irqflags.h | 5 +
1981 arch/x86/include/asm/kprobes.h | 2 +-
1982 arch/x86/include/asm/kvm_emulate.h | 7 +-
1983 arch/x86/include/asm/local.h | 106 +-
1984 arch/x86/include/asm/mce.h | 2 +-
1985 arch/x86/include/asm/mman.h | 15 +
1986 arch/x86/include/asm/mmu.h | 14 +-
1987 arch/x86/include/asm/mmu_context.h | 33 +-
1988 arch/x86/include/asm/module.h | 23 +-
1989 arch/x86/include/asm/nmi.h | 19 +-
1990 arch/x86/include/asm/page.h | 2 +
1991 arch/x86/include/asm/page_32.h | 12 +-
1992 arch/x86/include/asm/page_64.h | 14 +-
1993 arch/x86/include/asm/paravirt.h | 46 +-
1994 arch/x86/include/asm/paravirt_types.h | 13 +-
1995 arch/x86/include/asm/pgalloc.h | 23 +
1996 arch/x86/include/asm/pgtable-2level.h | 2 +
1997 arch/x86/include/asm/pgtable-3level.h | 7 +
1998 arch/x86/include/asm/pgtable.h | 128 +-
1999 arch/x86/include/asm/pgtable_32.h | 14 +-
2000 arch/x86/include/asm/pgtable_32_types.h | 24 +-
2001 arch/x86/include/asm/pgtable_64.h | 23 +-
2002 arch/x86/include/asm/pgtable_64_types.h | 5 +
2003 arch/x86/include/asm/pgtable_types.h | 27 +-
2004 arch/x86/include/asm/pmem.h | 2 +-
2005 arch/x86/include/asm/preempt.h | 2 +-
2006 arch/x86/include/asm/processor.h | 57 +-
2007 arch/x86/include/asm/ptrace.h | 15 +-
2008 arch/x86/include/asm/realmode.h | 4 +-
2009 arch/x86/include/asm/reboot.h | 10 +-
2010 arch/x86/include/asm/rmwcc.h | 84 +-
2011 arch/x86/include/asm/rwsem.h | 63 +-
2012 arch/x86/include/asm/segment.h | 27 +-
2013 arch/x86/include/asm/smap.h | 43 +
2014 arch/x86/include/asm/smp.h | 14 +-
2015 arch/x86/include/asm/stackprotector.h | 4 +-
2016 arch/x86/include/asm/stacktrace.h | 34 +-
2017 arch/x86/include/asm/string_32.h | 20 +-
2018 arch/x86/include/asm/string_64.h | 16 +-
2019 arch/x86/include/asm/switch_to.h | 4 +-
2020 arch/x86/include/asm/sys_ia32.h | 6 +-
2021 arch/x86/include/asm/thread_info.h | 54 +-
2022 arch/x86/include/asm/tlbflush.h | 77 +-
2023 arch/x86/include/asm/traps.h | 4 +-
2024 arch/x86/include/asm/uaccess.h | 210 +-
2025 arch/x86/include/asm/uaccess_32.h | 28 +-
2026 arch/x86/include/asm/uaccess_64.h | 170 +-
2027 arch/x86/include/asm/word-at-a-time.h | 2 +-
2028 arch/x86/include/asm/x86_init.h | 8 +-
2029 arch/x86/include/asm/xen/page.h | 2 +-
2030 arch/x86/include/uapi/asm/e820.h | 2 +-
2031 arch/x86/kernel/Makefile | 2 +-
2032 arch/x86/kernel/acpi/boot.c | 4 +-
2033 arch/x86/kernel/acpi/sleep.c | 4 +
2034 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
2035 arch/x86/kernel/alternative.c | 113 +-
2036 arch/x86/kernel/apic/apic.c | 4 +-
2037 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
2038 arch/x86/kernel/apic/apic_noop.c | 2 +-
2039 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
2040 arch/x86/kernel/apic/io_apic.c | 10 +-
2041 arch/x86/kernel/apic/msi.c | 2 +-
2042 arch/x86/kernel/apic/probe_32.c | 4 +-
2043 arch/x86/kernel/apic/vector.c | 2 +
2044 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
2045 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
2046 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
2047 arch/x86/kernel/apm_32.c | 21 +-
2048 arch/x86/kernel/asm-offsets.c | 21 +
2049 arch/x86/kernel/cpu/Makefile | 4 -
2050 arch/x86/kernel/cpu/amd.c | 2 +-
2051 arch/x86/kernel/cpu/bugs_64.c | 2 +
2052 arch/x86/kernel/cpu/common.c | 206 +-
2053 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
2054 arch/x86/kernel/cpu/mcheck/mce.c | 38 +-
2055 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
2056 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
2057 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
2058 arch/x86/kernel/cpu/mshyperv.c | 2 +-
2059 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
2060 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
2061 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
2062 arch/x86/kernel/cpu/vmware.c | 2 +-
2063 arch/x86/kernel/crash_dump_64.c | 2 +-
2064 arch/x86/kernel/doublefault.c | 8 +-
2065 arch/x86/kernel/dumpstack.c | 14 +-
2066 arch/x86/kernel/dumpstack_32.c | 23 +-
2067 arch/x86/kernel/dumpstack_64.c | 70 +-
2068 arch/x86/kernel/e820.c | 4 +-
2069 arch/x86/kernel/early_printk.c | 1 +
2070 arch/x86/kernel/espfix_64.c | 44 +-
2071 arch/x86/kernel/fpu/core.c | 30 +-
2072 arch/x86/kernel/fpu/init.c | 49 +-
2073 arch/x86/kernel/fpu/regset.c | 22 +-
2074 arch/x86/kernel/fpu/signal.c | 20 +-
2075 arch/x86/kernel/fpu/xstate.c | 12 +-
2076 arch/x86/kernel/ftrace.c | 18 +-
2077 arch/x86/kernel/head64.c | 14 +-
2078 arch/x86/kernel/head_32.S | 236 +-
2079 arch/x86/kernel/head_64.S | 179 +-
2080 arch/x86/kernel/i386_ksyms_32.c | 12 +
2081 arch/x86/kernel/i8259.c | 10 +-
2082 arch/x86/kernel/io_delay.c | 2 +-
2083 arch/x86/kernel/ioport.c | 2 +-
2084 arch/x86/kernel/irq.c | 8 +-
2085 arch/x86/kernel/irq_32.c | 43 +-
2086 arch/x86/kernel/jump_label.c | 10 +-
2087 arch/x86/kernel/kgdb.c | 21 +-
2088 arch/x86/kernel/kprobes/core.c | 28 +-
2089 arch/x86/kernel/kprobes/opt.c | 16 +-
2090 arch/x86/kernel/ksysfs.c | 2 +-
2091 arch/x86/kernel/kvm.c | 2 +-
2092 arch/x86/kernel/kvmclock.c | 20 +-
2093 arch/x86/kernel/ldt.c | 25 +
2094 arch/x86/kernel/machine_kexec_32.c | 6 +-
2095 arch/x86/kernel/mcount_64.S | 21 +-
2096 arch/x86/kernel/module.c | 78 +-
2097 arch/x86/kernel/msr.c | 2 +-
2098 arch/x86/kernel/nmi.c | 34 +-
2099 arch/x86/kernel/nmi_selftest.c | 4 +-
2100 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
2101 arch/x86/kernel/paravirt.c | 133 +-
2102 arch/x86/kernel/paravirt_patch_64.c | 8 +
2103 arch/x86/kernel/pci-calgary_64.c | 2 +-
2104 arch/x86/kernel/pci-iommu_table.c | 2 +-
2105 arch/x86/kernel/pci-swiotlb.c | 2 +-
2106 arch/x86/kernel/process.c | 80 +-
2107 arch/x86/kernel/process_32.c | 29 +-
2108 arch/x86/kernel/process_64.c | 14 +-
2109 arch/x86/kernel/ptrace.c | 20 +-
2110 arch/x86/kernel/pvclock.c | 8 +-
2111 arch/x86/kernel/reboot.c | 44 +-
2112 arch/x86/kernel/reboot_fixups_32.c | 2 +-
2113 arch/x86/kernel/relocate_kernel_64.S | 3 +-
2114 arch/x86/kernel/setup.c | 29 +-
2115 arch/x86/kernel/setup_percpu.c | 29 +-
2116 arch/x86/kernel/signal.c | 17 +-
2117 arch/x86/kernel/smp.c | 2 +-
2118 arch/x86/kernel/smpboot.c | 29 +-
2119 arch/x86/kernel/step.c | 6 +-
2120 arch/x86/kernel/sys_i386_32.c | 184 +
2121 arch/x86/kernel/sys_x86_64.c | 28 +-
2122 arch/x86/kernel/tboot.c | 22 +-
2123 arch/x86/kernel/time.c | 8 +-
2124 arch/x86/kernel/tls.c | 7 +-
2125 arch/x86/kernel/tracepoint.c | 4 +-
2126 arch/x86/kernel/traps.c | 64 +-
2127 arch/x86/kernel/tsc.c | 2 +-
2128 arch/x86/kernel/uprobes.c | 4 +-
2129 arch/x86/kernel/vm86_32.c | 6 +-
2130 arch/x86/kernel/vmlinux.lds.S | 144 +-
2131 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
2132 arch/x86/kernel/x86_init.c | 6 +-
2133 arch/x86/kvm/cpuid.c | 21 +-
2134 arch/x86/kvm/emulate.c | 20 +-
2135 arch/x86/kvm/i8259.c | 10 +-
2136 arch/x86/kvm/ioapic.c | 2 +
2137 arch/x86/kvm/lapic.c | 2 +-
2138 arch/x86/kvm/paging_tmpl.h | 2 +-
2139 arch/x86/kvm/svm.c | 10 +-
2140 arch/x86/kvm/vmx.c | 60 +-
2141 arch/x86/kvm/x86.c | 44 +-
2142 arch/x86/lguest/boot.c | 3 +-
2143 arch/x86/lib/atomic64_386_32.S | 164 +
2144 arch/x86/lib/atomic64_cx8_32.S | 98 +-
2145 arch/x86/lib/checksum_32.S | 99 +-
2146 arch/x86/lib/clear_page_64.S | 3 +
2147 arch/x86/lib/cmpxchg16b_emu.S | 3 +
2148 arch/x86/lib/copy_page_64.S | 14 +-
2149 arch/x86/lib/copy_user_64.S | 66 +-
2150 arch/x86/lib/csum-copy_64.S | 14 +-
2151 arch/x86/lib/csum-wrappers_64.c | 8 +-
2152 arch/x86/lib/getuser.S | 74 +-
2153 arch/x86/lib/insn.c | 8 +-
2154 arch/x86/lib/iomap_copy_64.S | 2 +
2155 arch/x86/lib/memcpy_64.S | 6 +
2156 arch/x86/lib/memmove_64.S | 3 +-
2157 arch/x86/lib/memset_64.S | 3 +
2158 arch/x86/lib/mmx_32.c | 243 +-
2159 arch/x86/lib/msr-reg.S | 2 +
2160 arch/x86/lib/putuser.S | 87 +-
2161 arch/x86/lib/rwsem.S | 4 +
2162 arch/x86/lib/usercopy_32.c | 359 +-
2163 arch/x86/lib/usercopy_64.c | 22 +-
2164 arch/x86/math-emu/fpu_aux.c | 2 +-
2165 arch/x86/math-emu/fpu_entry.c | 4 +-
2166 arch/x86/math-emu/fpu_etc.c | 9 +-
2167 arch/x86/math-emu/fpu_system.h | 2 +-
2168 arch/x86/math-emu/fpu_trig.c | 13 +-
2169 arch/x86/math-emu/reg_constant.c | 7 +-
2170 arch/x86/mm/Makefile | 3 +
2171 arch/x86/mm/dump_pagetables.c | 32 +-
2172 arch/x86/mm/extable.c | 20 +-
2173 arch/x86/mm/fault.c | 572 +-
2174 arch/x86/mm/gup.c | 6 +-
2175 arch/x86/mm/highmem_32.c | 6 +
2176 arch/x86/mm/hugetlbpage.c | 24 +-
2177 arch/x86/mm/init.c | 19 +-
2178 arch/x86/mm/init_32.c | 156 +-
2179 arch/x86/mm/init_64.c | 106 +-
2180 arch/x86/mm/iomap_32.c | 4 +
2181 arch/x86/mm/ioremap.c | 54 +-
2182 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
2183 arch/x86/mm/mmap.c | 46 +-
2184 arch/x86/mm/mmio-mod.c | 10 +-
2185 arch/x86/mm/mpx.c | 6 +-
2186 arch/x86/mm/numa.c | 2 +-
2187 arch/x86/mm/pageattr.c | 38 +-
2188 arch/x86/mm/pat.c | 12 +-
2189 arch/x86/mm/pat_rbtree.c | 2 +-
2190 arch/x86/mm/pf_in.c | 10 +-
2191 arch/x86/mm/pgtable.c | 211 +-
2192 arch/x86/mm/pgtable_32.c | 3 +
2193 arch/x86/mm/setup_nx.c | 7 +
2194 arch/x86/mm/tlb.c | 104 +-
2195 arch/x86/mm/uderef_64.c | 37 +
2196 arch/x86/net/bpf_jit.S | 11 +
2197 arch/x86/net/bpf_jit_comp.c | 13 +-
2198 arch/x86/oprofile/backtrace.c | 6 +-
2199 arch/x86/oprofile/nmi_int.c | 10 +-
2200 arch/x86/oprofile/op_model_amd.c | 8 +-
2201 arch/x86/oprofile/op_model_ppro.c | 7 +-
2202 arch/x86/oprofile/op_x86_model.h | 2 +-
2203 arch/x86/pci/intel_mid_pci.c | 2 +-
2204 arch/x86/pci/irq.c | 8 +-
2205 arch/x86/pci/pcbios.c | 112 +-
2206 arch/x86/pci/vmd.c | 4 +-
2207 arch/x86/platform/efi/efi_32.c | 24 +
2208 arch/x86/platform/efi/efi_64.c | 26 +-
2209 arch/x86/platform/efi/efi_stub_32.S | 64 +-
2210 arch/x86/platform/efi/efi_stub_64.S | 2 +
2211 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
2212 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
2213 arch/x86/platform/intel-mid/mfld.c | 4 +-
2214 arch/x86/platform/intel-mid/mrfl.c | 2 +-
2215 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
2216 arch/x86/platform/olpc/olpc_dt.c | 2 +-
2217 arch/x86/power/cpu.c | 11 +-
2218 arch/x86/realmode/init.c | 10 +-
2219 arch/x86/realmode/rm/header.S | 4 +-
2220 arch/x86/realmode/rm/reboot.S | 4 +
2221 arch/x86/realmode/rm/trampoline_32.S | 12 +-
2222 arch/x86/realmode/rm/trampoline_64.S | 3 +-
2223 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
2224 arch/x86/tools/Makefile | 2 +-
2225 arch/x86/tools/relocs.c | 97 +-
2226 arch/x86/um/mem_32.c | 2 +-
2227 arch/x86/um/tls_32.c | 2 +-
2228 arch/x86/xen/enlighten.c | 52 +-
2229 arch/x86/xen/mmu.c | 31 +-
2230 arch/x86/xen/smp.c | 16 +-
2231 arch/x86/xen/xen-asm_32.S | 2 +-
2232 arch/x86/xen/xen-head.S | 12 +
2233 arch/x86/xen/xen-ops.h | 2 -
2234 block/bio.c | 4 +-
2235 block/blk-cgroup.c | 18 +-
2236 block/blk-map.c | 2 +-
2237 block/blk-softirq.c | 2 +-
2238 block/bsg.c | 12 +-
2239 block/cfq-iosched.c | 4 +-
2240 block/compat_ioctl.c | 4 +-
2241 block/genhd.c | 9 +-
2242 block/partitions/efi.c | 8 +-
2243 block/scsi_ioctl.c | 29 +-
2244 crypto/cast6_generic.c | 6 +-
2245 crypto/cryptd.c | 4 +-
2246 crypto/crypto_user.c | 2 +-
2247 crypto/pcrypt.c | 2 +-
2248 crypto/salsa20_generic.c | 16 +-
2249 crypto/serpent_generic.c | 6 +-
2250 drivers/acpi/ac.c | 2 +-
2251 drivers/acpi/acpi_video.c | 2 +-
2252 drivers/acpi/apei/apei-internal.h | 2 +-
2253 drivers/acpi/apei/ghes.c | 10 +-
2254 drivers/acpi/battery.c | 2 +-
2255 drivers/acpi/bgrt.c | 6 +-
2256 drivers/acpi/blacklist.c | 6 +-
2257 drivers/acpi/bus.c | 4 +-
2258 drivers/acpi/device_pm.c | 4 +-
2259 drivers/acpi/ec.c | 6 +-
2260 drivers/acpi/osi.c | 2 +-
2261 drivers/acpi/pci_slot.c | 2 +-
2262 drivers/acpi/processor_idle.c | 2 +-
2263 drivers/acpi/processor_pdc.c | 2 +-
2264 drivers/acpi/sleep.c | 2 +-
2265 drivers/acpi/sysfs.c | 14 +-
2266 drivers/acpi/thermal.c | 2 +-
2267 drivers/acpi/video_detect.c | 7 +-
2268 drivers/android/binder.c | 2 +-
2269 drivers/ata/libata-core.c | 12 +-
2270 drivers/ata/libata-scsi.c | 2 +-
2271 drivers/ata/libata.h | 2 +-
2272 drivers/ata/pata_arasan_cf.c | 4 +-
2273 drivers/atm/adummy.c | 2 +-
2274 drivers/atm/ambassador.c | 8 +-
2275 drivers/atm/atmtcp.c | 14 +-
2276 drivers/atm/eni.c | 10 +-
2277 drivers/atm/firestream.c | 8 +-
2278 drivers/atm/fore200e.c | 14 +-
2279 drivers/atm/he.c | 18 +-
2280 drivers/atm/horizon.c | 4 +-
2281 drivers/atm/idt77252.c | 36 +-
2282 drivers/atm/iphase.c | 34 +-
2283 drivers/atm/lanai.c | 12 +-
2284 drivers/atm/nicstar.c | 46 +-
2285 drivers/atm/solos-pci.c | 4 +-
2286 drivers/atm/suni.c | 4 +-
2287 drivers/atm/uPD98402.c | 16 +-
2288 drivers/atm/zatm.c | 6 +-
2289 drivers/base/bus.c | 4 +-
2290 drivers/base/devres.c | 4 +-
2291 drivers/base/devtmpfs.c | 8 +-
2292 drivers/base/node.c | 2 +-
2293 drivers/base/platform-msi.c | 20 +-
2294 drivers/base/power/domain.c | 6 +-
2295 drivers/base/power/runtime.c | 61 +-
2296 drivers/base/power/sysfs.c | 2 +-
2297 drivers/base/power/wakeup.c | 8 +-
2298 drivers/base/regmap/regmap-debugfs.c | 4 +-
2299 drivers/base/regmap/regmap.c | 4 +-
2300 drivers/base/syscore.c | 4 +-
2301 drivers/block/cciss.c | 28 +-
2302 drivers/block/cciss.h | 2 +-
2303 drivers/block/drbd/drbd_bitmap.c | 2 +-
2304 drivers/block/drbd/drbd_int.h | 12 +-
2305 drivers/block/drbd/drbd_main.c | 12 +-
2306 drivers/block/drbd/drbd_nl.c | 16 +-
2307 drivers/block/drbd/drbd_receiver.c | 38 +-
2308 drivers/block/drbd/drbd_state.c | 12 +-
2309 drivers/block/drbd/drbd_state.h | 2 +-
2310 drivers/block/drbd/drbd_state_change.h | 8 +-
2311 drivers/block/drbd/drbd_worker.c | 14 +-
2312 drivers/block/floppy.c | 8 +-
2313 drivers/block/pktcdvd.c | 4 +-
2314 drivers/block/rbd.c | 2 +-
2315 drivers/bluetooth/btwilink.c | 2 +-
2316 drivers/bus/arm-cci.c | 6 +-
2317 drivers/cdrom/cdrom.c | 11 +-
2318 drivers/cdrom/gdrom.c | 1 -
2319 drivers/char/agp/compat_ioctl.c | 2 +-
2320 drivers/char/agp/frontend.c | 4 +-
2321 drivers/char/agp/intel-gtt.c | 4 +-
2322 drivers/char/hpet.c | 2 +-
2323 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
2324 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
2325 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
2326 drivers/char/ipmi/ipmi_ssif.c | 12 +-
2327 drivers/char/mem.c | 47 +-
2328 drivers/char/nvram.c | 2 +-
2329 drivers/char/pcmcia/synclink_cs.c | 16 +-
2330 drivers/char/random.c | 12 +-
2331 drivers/char/sonypi.c | 11 +-
2332 drivers/char/tpm/tpm-chip.c | 7 +-
2333 drivers/char/tpm/tpm_acpi.c | 3 +-
2334 drivers/char/tpm/tpm_eventlog.c | 5 +-
2335 drivers/char/virtio_console.c | 6 +-
2336 drivers/clk/clk-composite.c | 2 +-
2337 drivers/clk/samsung/clk.h | 2 +-
2338 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
2339 drivers/clk/socfpga/clk-gate.c | 9 +-
2340 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
2341 drivers/clk/socfpga/clk-pll.c | 9 +-
2342 drivers/clk/ti/adpll.c | 2 +-
2343 drivers/clk/ti/clk.c | 8 +-
2344 drivers/cpufreq/acpi-cpufreq.c | 17 +-
2345 drivers/cpufreq/cpufreq-dt.c | 4 +-
2346 drivers/cpufreq/cpufreq.c | 27 +-
2347 drivers/cpufreq/cpufreq_governor.h | 2 +-
2348 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
2349 drivers/cpufreq/intel_pstate.c | 56 +-
2350 drivers/cpufreq/p4-clockmod.c | 12 +-
2351 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
2352 drivers/cpufreq/speedstep-centrino.c | 7 +-
2353 drivers/cpuidle/driver.c | 2 +-
2354 drivers/cpuidle/dt_idle_states.c | 2 +-
2355 drivers/cpuidle/governor.c | 2 +-
2356 drivers/cpuidle/governors/ladder.c | 13 +-
2357 drivers/cpuidle/sysfs.c | 2 +-
2358 drivers/crypto/hifn_795x.c | 4 +-
2359 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
2360 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
2361 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
2362 drivers/devfreq/devfreq.c | 4 +-
2363 drivers/devfreq/governor_passive.c | 2 +-
2364 drivers/dma-buf/dma-buf.c | 5 +-
2365 drivers/dma/qcom/hidma.c | 2 +-
2366 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
2367 drivers/dma/sh/shdma-base.c | 4 +-
2368 drivers/dma/sh/shdmac.c | 2 +-
2369 drivers/edac/edac_device.c | 4 +-
2370 drivers/edac/edac_device_sysfs.c | 2 +-
2371 drivers/edac/edac_mc_sysfs.c | 4 +-
2372 drivers/edac/edac_module.c | 2 +-
2373 drivers/edac/edac_pci.c | 4 +-
2374 drivers/edac/edac_pci_sysfs.c | 22 +-
2375 drivers/edac/mce_amd.h | 2 +-
2376 drivers/firewire/core-card.c | 6 +-
2377 drivers/firewire/core-cdev.c | 4 +-
2378 drivers/firewire/core-device.c | 2 +-
2379 drivers/firewire/core-iso.c | 2 +-
2380 drivers/firewire/core-transaction.c | 1 +
2381 drivers/firewire/core.h | 1 +
2382 drivers/firmware/dmi-id.c | 9 +-
2383 drivers/firmware/dmi_scan.c | 12 +-
2384 drivers/firmware/efi/cper.c | 8 +-
2385 drivers/firmware/efi/efi.c | 14 +-
2386 drivers/firmware/efi/efivars.c | 2 +-
2387 drivers/firmware/efi/runtime-map.c | 2 +-
2388 drivers/firmware/google/gsmi.c | 2 +-
2389 drivers/firmware/google/memconsole.c | 7 +-
2390 drivers/firmware/memmap.c | 2 +-
2391 drivers/firmware/psci.c | 2 +-
2392 drivers/gpio/gpio-davinci.c | 6 +-
2393 drivers/gpio/gpio-em.c | 2 +-
2394 drivers/gpio/gpio-ich.c | 2 +-
2395 drivers/gpio/gpio-mpc8xxx.c | 6 +-
2396 drivers/gpio/gpio-omap.c | 4 +-
2397 drivers/gpio/gpio-rcar.c | 2 +-
2398 drivers/gpio/gpio-vr41xx.c | 2 +-
2399 drivers/gpio/gpiolib.c | 12 +-
2400 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
2401 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
2402 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
2403 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
2404 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
2405 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 11 +-
2406 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
2407 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
2408 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
2409 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
2410 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
2411 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
2412 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
2413 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
2414 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
2415 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
2416 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
2417 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
2418 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
2419 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
2420 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
2421 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
2422 drivers/gpu/drm/armada/armada_drv.c | 3 +-
2423 drivers/gpu/drm/ast/ast_mode.c | 2 +-
2424 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
2425 drivers/gpu/drm/drm_crtc.c | 2 +-
2426 drivers/gpu/drm/drm_drv.c | 2 +-
2427 drivers/gpu/drm/drm_fb_cma_helper.c | 5 +-
2428 drivers/gpu/drm/drm_fops.c | 19 +-
2429 drivers/gpu/drm/drm_global.c | 14 +-
2430 drivers/gpu/drm/drm_info.c | 13 +-
2431 drivers/gpu/drm/drm_ioc32.c | 13 +-
2432 drivers/gpu/drm/drm_ioctl.c | 2 +-
2433 drivers/gpu/drm/drm_pci.c | 9 +-
2434 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
2435 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
2436 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
2437 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
2438 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
2439 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
2440 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 3 +
2441 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
2442 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
2443 drivers/gpu/drm/gma500/psb_drv.c | 1 -
2444 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
2445 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
2446 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
2447 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
2448 drivers/gpu/drm/i810/i810_dma.c | 2 +-
2449 drivers/gpu/drm/i810/i810_drv.c | 6 +-
2450 drivers/gpu/drm/i810/i810_drv.h | 6 +-
2451 drivers/gpu/drm/i915/dvo.h | 2 +-
2452 drivers/gpu/drm/i915/i915_dma.c | 4 +-
2453 drivers/gpu/drm/i915/i915_drv.c | 7 +-
2454 drivers/gpu/drm/i915/i915_drv.h | 2 +-
2455 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
2456 drivers/gpu/drm/i915/i915_gem_gtt.c | 4 +-
2457 drivers/gpu/drm/i915/i915_gem_gtt.h | 4 +-
2458 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
2459 drivers/gpu/drm/i915/i915_irq.c | 88 +-
2460 drivers/gpu/drm/i915/intel_display.c | 30 +-
2461 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
2462 drivers/gpu/drm/mga/mga_drv.c | 5 +-
2463 drivers/gpu/drm/mga/mga_drv.h | 6 +-
2464 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
2465 drivers/gpu/drm/mga/mga_irq.c | 8 +-
2466 drivers/gpu/drm/mga/mga_state.c | 2 +-
2467 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
2468 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
2469 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
2470 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
2471 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
2472 drivers/gpu/drm/nouveau/nouveau_drv.h | 1 -
2473 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
2474 drivers/gpu/drm/nouveau/nouveau_usif.c | 7 +-
2475 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
2476 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
2477 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
2478 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
2479 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
2480 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
2481 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
2482 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
2483 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
2484 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
2485 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
2486 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
2487 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
2488 drivers/gpu/drm/r128/r128_cce.c | 2 +-
2489 drivers/gpu/drm/r128/r128_drv.c | 4 +-
2490 drivers/gpu/drm/r128/r128_drv.h | 6 +-
2491 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
2492 drivers/gpu/drm/r128/r128_irq.c | 4 +-
2493 drivers/gpu/drm/r128/r128_state.c | 6 +-
2494 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
2495 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
2496 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
2497 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
2498 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
2499 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
2500 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
2501 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
2502 drivers/gpu/drm/savage/savage_bci.c | 2 +-
2503 drivers/gpu/drm/savage/savage_drv.c | 5 +-
2504 drivers/gpu/drm/savage/savage_drv.h | 2 +-
2505 drivers/gpu/drm/sis/sis_drv.c | 5 +-
2506 drivers/gpu/drm/sis/sis_drv.h | 2 +-
2507 drivers/gpu/drm/sis/sis_mm.c | 2 +-
2508 drivers/gpu/drm/sti/sti_cursor.c | 4 +-
2509 drivers/gpu/drm/sti/sti_dvo.c | 4 +-
2510 drivers/gpu/drm/sti/sti_gdp.c | 12 +-
2511 drivers/gpu/drm/sti/sti_hda.c | 4 +-
2512 drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
2513 drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
2514 drivers/gpu/drm/sti/sti_mixer.c | 8 +-
2515 drivers/gpu/drm/sti/sti_tvout.c | 4 +-
2516 drivers/gpu/drm/sti/sti_vid.c | 4 +-
2517 drivers/gpu/drm/tegra/dc.c | 2 +-
2518 drivers/gpu/drm/tegra/dsi.c | 2 +-
2519 drivers/gpu/drm/tegra/hdmi.c | 2 +-
2520 drivers/gpu/drm/tegra/sor.c | 7 +-
2521 drivers/gpu/drm/tilcdc/Makefile | 6 +-
2522 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
2523 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
2524 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
2525 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
2526 drivers/gpu/drm/udl/udl_connector.c | 2 +-
2527 drivers/gpu/drm/udl/udl_fb.c | 1 -
2528 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
2529 drivers/gpu/drm/via/via_dma.c | 2 +-
2530 drivers/gpu/drm/via/via_drv.c | 5 +-
2531 drivers/gpu/drm/via/via_drv.h | 6 +-
2532 drivers/gpu/drm/via/via_irq.c | 18 +-
2533 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
2534 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
2535 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
2536 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
2537 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
2538 drivers/gpu/vga/vga_switcheroo.c | 4 +-
2539 drivers/hid/hid-core.c | 4 +-
2540 drivers/hid/hid-magicmouse.c | 2 +-
2541 drivers/hid/hid-sensor-custom.c | 2 +-
2542 drivers/hv/channel.c | 6 +-
2543 drivers/hv/hv.c | 22 +-
2544 drivers/hv/hv_balloon.c | 18 +-
2545 drivers/hv/hyperv_vmbus.h | 2 +-
2546 drivers/hwmon/acpi_power_meter.c | 6 +-
2547 drivers/hwmon/applesmc.c | 4 +-
2548 drivers/hwmon/asus_atk0110.c | 10 +-
2549 drivers/hwmon/coretemp.c | 2 +-
2550 drivers/hwmon/dell-smm-hwmon.c | 4 +-
2551 drivers/hwmon/ibmaem.c | 2 +-
2552 drivers/hwmon/iio_hwmon.c | 2 +-
2553 drivers/hwmon/nct6683.c | 6 +-
2554 drivers/hwmon/nct6775.c | 6 +-
2555 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
2556 drivers/hwmon/sht15.c | 12 +-
2557 drivers/hwmon/via-cputemp.c | 2 +-
2558 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
2559 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
2560 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
2561 drivers/i2c/i2c-dev.c | 2 +-
2562 drivers/ide/ide-cd.c | 2 +-
2563 drivers/ide/ide-disk.c | 2 +-
2564 drivers/ide/ide.c | 4 +-
2565 drivers/idle/intel_idle.c | 36 +-
2566 drivers/iio/industrialio-core.c | 2 +-
2567 drivers/infiniband/core/cm.c | 46 +-
2568 drivers/infiniband/core/fmr_pool.c | 20 +-
2569 drivers/infiniband/core/netlink.c | 5 +-
2570 drivers/infiniband/core/sysfs.c | 2 +-
2571 drivers/infiniband/core/ucm.c | 4 +-
2572 drivers/infiniband/core/uverbs_cmd.c | 3 +
2573 drivers/infiniband/hw/cxgb4/device.c | 6 +-
2574 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
2575 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
2576 drivers/infiniband/hw/hfi1/pcie.c | 2 +-
2577 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
2578 drivers/infiniband/hw/mlx4/mad.c | 2 +-
2579 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
2580 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
2581 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
2582 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
2583 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
2584 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
2585 drivers/infiniband/hw/nes/nes.c | 4 +-
2586 drivers/infiniband/hw/nes/nes.h | 40 +-
2587 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
2588 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
2589 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
2590 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
2591 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
2592 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
2593 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
2594 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
2595 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
2596 drivers/input/evdev.c | 2 +-
2597 drivers/input/gameport/gameport.c | 4 +-
2598 drivers/input/input.c | 4 +-
2599 drivers/input/joystick/sidewinder.c | 1 +
2600 drivers/input/misc/ims-pcu.c | 4 +-
2601 drivers/input/mouse/psmouse.h | 2 +-
2602 drivers/input/mousedev.c | 2 +-
2603 drivers/input/serio/serio.c | 4 +-
2604 drivers/input/serio/serio_raw.c | 4 +-
2605 drivers/input/touchscreen/htcpen.c | 2 +-
2606 drivers/iommu/arm-smmu-v3.c | 2 +-
2607 drivers/iommu/arm-smmu.c | 40 +-
2608 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
2609 drivers/iommu/io-pgtable-arm.c | 99 +-
2610 drivers/iommu/io-pgtable.c | 11 +-
2611 drivers/iommu/io-pgtable.h | 21 +-
2612 drivers/iommu/iommu.c | 2 +-
2613 drivers/iommu/ipmmu-vmsa.c | 13 +-
2614 drivers/iommu/irq_remapping.c | 2 +-
2615 drivers/iommu/mtk_iommu.c | 12 +-
2616 drivers/irqchip/irq-gic.c | 2 +-
2617 drivers/irqchip/irq-i8259.c | 2 +-
2618 drivers/irqchip/irq-mmp.c | 2 +-
2619 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
2620 drivers/irqchip/irq-ts4800.c | 2 +-
2621 drivers/isdn/capi/capi.c | 10 +-
2622 drivers/isdn/gigaset/interface.c | 8 +-
2623 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
2624 drivers/isdn/hardware/avm/b1.c | 4 +-
2625 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
2626 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
2627 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
2628 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
2629 drivers/isdn/hardware/eicon/divasync.h | 2 +-
2630 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
2631 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
2632 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
2633 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
2634 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
2635 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
2636 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
2637 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
2638 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
2639 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
2640 drivers/isdn/hisax/amd7930_fn.c | 5 +-
2641 drivers/isdn/hisax/arcofi.c | 5 +-
2642 drivers/isdn/hisax/diva.c | 7 +-
2643 drivers/isdn/hisax/elsa.c | 9 +-
2644 drivers/isdn/hisax/fsm.c | 5 +-
2645 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
2646 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
2647 drivers/isdn/hisax/hfc_pci.c | 10 +-
2648 drivers/isdn/hisax/hfc_sx.c | 10 +-
2649 drivers/isdn/hisax/hfc_usb.c | 12 +-
2650 drivers/isdn/hisax/hfcscard.c | 6 +-
2651 drivers/isdn/hisax/icc.c | 5 +-
2652 drivers/isdn/hisax/ipacx.c | 7 +-
2653 drivers/isdn/hisax/isac.c | 5 +-
2654 drivers/isdn/hisax/isar.c | 5 +-
2655 drivers/isdn/hisax/isdnl3.c | 5 +-
2656 drivers/isdn/hisax/saphir.c | 5 +-
2657 drivers/isdn/hisax/teleint.c | 5 +-
2658 drivers/isdn/hisax/w6692.c | 5 +-
2659 drivers/isdn/i4l/isdn_common.c | 2 +
2660 drivers/isdn/i4l/isdn_tty.c | 22 +-
2661 drivers/isdn/mISDN/dsp.h | 4 +-
2662 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
2663 drivers/isdn/mISDN/dsp_core.c | 4 +-
2664 drivers/isdn/mISDN/dsp_tones.c | 4 +-
2665 drivers/isdn/mISDN/fsm.c | 5 +-
2666 drivers/isdn/mISDN/l1oip_core.c | 8 +-
2667 drivers/leds/leds-clevo-mail.c | 2 +-
2668 drivers/leds/leds-ss4200.c | 2 +-
2669 drivers/lguest/core.c | 9 +-
2670 drivers/lguest/page_tables.c | 2 +-
2671 drivers/lguest/x86/core.c | 12 +-
2672 drivers/lguest/x86/switcher_32.S | 27 +-
2673 drivers/lightnvm/rrpc.c | 4 +-
2674 drivers/lightnvm/rrpc.h | 2 +-
2675 drivers/md/bcache/alloc.c | 2 +-
2676 drivers/md/bcache/bcache.h | 10 +-
2677 drivers/md/bcache/btree.c | 13 +-
2678 drivers/md/bcache/closure.c | 4 +-
2679 drivers/md/bcache/closure.h | 10 +-
2680 drivers/md/bcache/io.c | 10 +-
2681 drivers/md/bcache/journal.c | 18 +-
2682 drivers/md/bcache/movinggc.c | 12 +-
2683 drivers/md/bcache/request.c | 54 +-
2684 drivers/md/bcache/request.h | 2 +-
2685 drivers/md/bcache/stats.c | 26 +-
2686 drivers/md/bcache/stats.h | 16 +-
2687 drivers/md/bcache/super.c | 32 +-
2688 drivers/md/bcache/sysfs.c | 20 +-
2689 drivers/md/bcache/writeback.c | 12 +-
2690 drivers/md/bitmap.c | 2 +-
2691 drivers/md/dm-cache-target.c | 116 +-
2692 drivers/md/dm-ioctl.c | 2 +-
2693 drivers/md/dm-mpath.c | 12 +-
2694 drivers/md/dm-raid.c | 2 +-
2695 drivers/md/dm-raid1.c | 18 +-
2696 drivers/md/dm-stats.c | 6 +-
2697 drivers/md/dm-stripe.c | 10 +-
2698 drivers/md/dm-table.c | 2 +-
2699 drivers/md/dm-thin-metadata.c | 4 +-
2700 drivers/md/dm.c | 28 +-
2701 drivers/md/md.c | 41 +-
2702 drivers/md/md.h | 8 +-
2703 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
2704 drivers/md/persistent-data/dm-space-map.h | 1 +
2705 drivers/md/raid1.c | 8 +-
2706 drivers/md/raid10.c | 20 +-
2707 drivers/md/raid5.c | 26 +-
2708 drivers/media/dvb-core/dvb_net.c | 2 +-
2709 drivers/media/dvb-core/dvbdev.c | 2 +-
2710 drivers/media/dvb-frontends/af9033.h | 2 +-
2711 drivers/media/dvb-frontends/cx24116.c | 2 +-
2712 drivers/media/dvb-frontends/cx24117.c | 2 +-
2713 drivers/media/dvb-frontends/cx24120.c | 2 +-
2714 drivers/media/dvb-frontends/cx24123.c | 2 +-
2715 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
2716 drivers/media/dvb-frontends/dib3000.h | 2 +-
2717 drivers/media/dvb-frontends/dib7000p.h | 2 +-
2718 drivers/media/dvb-frontends/dib8000.h | 2 +-
2719 drivers/media/dvb-frontends/hd29l2.c | 2 +-
2720 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
2721 drivers/media/dvb-frontends/mt312.c | 6 +-
2722 drivers/media/dvb-frontends/s921.c | 2 +-
2723 drivers/media/pci/bt8xx/dst.c | 2 +-
2724 drivers/media/pci/cx88/cx88-video.c | 6 +-
2725 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
2726 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
2727 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
2728 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
2729 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
2730 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
2731 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
2732 drivers/media/pci/tw68/tw68-core.c | 2 +-
2733 drivers/media/pci/zoran/zoran.h | 1 -
2734 drivers/media/pci/zoran/zoran_card.c | 4 +-
2735 drivers/media/pci/zoran/zoran_driver.c | 3 -
2736 drivers/media/platform/omap/omap_vout.c | 11 +-
2737 drivers/media/platform/s5p-tv/mixer.h | 2 +-
2738 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
2739 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
2740 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
2741 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
2742 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
2743 drivers/media/radio/radio-cadet.c | 2 +
2744 drivers/media/radio/radio-maxiradio.c | 2 +-
2745 drivers/media/radio/radio-shark.c | 2 +-
2746 drivers/media/radio/radio-shark2.c | 2 +-
2747 drivers/media/radio/radio-si476x.c | 2 +-
2748 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
2749 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
2750 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
2751 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
2752 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
2753 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
2754 drivers/media/usb/uvc/uvc_driver.c | 4 +-
2755 drivers/media/v4l2-core/v4l2-common.c | 2 +-
2756 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
2757 drivers/media/v4l2-core/v4l2-device.c | 4 +-
2758 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
2759 drivers/memory/omap-gpmc.c | 24 +-
2760 drivers/message/fusion/mptbase.c | 4 +-
2761 drivers/message/fusion/mptlan.c | 2 +-
2762 drivers/message/fusion/mptsas.c | 34 +-
2763 drivers/mfd/ab8500-debugfs.c | 2 +-
2764 drivers/mfd/kempld-core.c | 2 +-
2765 drivers/mfd/max8925-i2c.c | 2 +-
2766 drivers/mfd/tps65910.c | 2 +-
2767 drivers/mfd/twl4030-irq.c | 9 +-
2768 drivers/misc/c2port/core.c | 4 +-
2769 drivers/misc/kgdbts.c | 6 +-
2770 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
2771 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
2772 drivers/misc/mic/scif/scif_api.c | 10 +-
2773 drivers/misc/mic/scif/scif_rb.c | 8 +-
2774 drivers/misc/panel.c | 4 +-
2775 drivers/misc/sgi-gru/gruhandles.c | 4 +-
2776 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
2777 drivers/misc/sgi-gru/grutables.h | 158 +-
2778 drivers/misc/sgi-xp/xp.h | 2 +-
2779 drivers/misc/sgi-xp/xp_main.c | 57 +-
2780 drivers/misc/sgi-xp/xpc.h | 3 +-
2781 drivers/misc/sgi-xp/xpc_main.c | 2 +-
2782 drivers/misc/sgi-xp/xpnet.c | 2 +-
2783 drivers/misc/ti-st/st_kim.c | 32 +-
2784 drivers/mmc/card/mmc_test.c | 4 +-
2785 drivers/mmc/host/dw_mmc.h | 2 +-
2786 drivers/mmc/host/mmci.c | 4 +-
2787 drivers/mmc/host/omap_hsmmc.c | 4 +-
2788 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
2789 drivers/mmc/host/sdhci-s3c.c | 8 +-
2790 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
2791 drivers/mtd/devices/block2mtd.c | 2 +-
2792 drivers/mtd/devices/phram.c | 2 +-
2793 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
2794 drivers/mtd/maps/latch-addr-flash.c | 2 +-
2795 drivers/mtd/maps/pci.c | 4 +-
2796 drivers/mtd/maps/pcmciamtd.c | 8 +-
2797 drivers/mtd/maps/sbc_gxx.c | 2 +-
2798 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 2 +
2799 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
2800 drivers/mtd/nand/brcmnand/iproc_nand.c | 2 +
2801 drivers/mtd/nand/cafe_nand.c | 18 +-
2802 drivers/mtd/nand/denali.c | 1 +
2803 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
2804 drivers/mtd/nftlmount.c | 1 +
2805 drivers/mtd/sm_ftl.c | 2 +-
2806 drivers/mtd/ubi/build.c | 2 +-
2807 drivers/net/bonding/bond_netlink.c | 2 +-
2808 drivers/net/caif/caif_hsi.c | 4 +-
2809 drivers/net/caif/caif_serial.c | 2 +-
2810 drivers/net/caif/caif_spi.c | 2 +-
2811 drivers/net/caif/caif_virtio.c | 2 +-
2812 drivers/net/can/Kconfig | 2 +-
2813 drivers/net/can/bfin_can.c | 2 +-
2814 drivers/net/can/dev.c | 2 +-
2815 drivers/net/can/flexcan.c | 2 +-
2816 drivers/net/can/janz-ican3.c | 2 +-
2817 drivers/net/can/led.c | 2 +-
2818 drivers/net/can/sun4i_can.c | 2 +-
2819 drivers/net/can/vcan.c | 2 +-
2820 drivers/net/can/xilinx_can.c | 2 +-
2821 drivers/net/dummy.c | 2 +-
2822 drivers/net/ethernet/8390/ax88796.c | 6 +-
2823 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
2824 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
2825 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
2826 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
2827 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
2828 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
2829 drivers/net/ethernet/amd/7990.c | 2 +-
2830 drivers/net/ethernet/amd/7990.h | 2 +-
2831 drivers/net/ethernet/amd/amd8111e.c | 5 +-
2832 drivers/net/ethernet/amd/atarilance.c | 4 +-
2833 drivers/net/ethernet/amd/declance.c | 2 +-
2834 drivers/net/ethernet/amd/pcnet32.c | 7 +-
2835 drivers/net/ethernet/amd/sun3lance.c | 4 +-
2836 drivers/net/ethernet/amd/sunlance.c | 2 +-
2837 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
2838 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
2839 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
2840 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
2841 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
2842 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
2843 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
2844 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
2845 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
2846 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
2847 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
2848 drivers/net/ethernet/arc/emac_main.c | 2 +-
2849 drivers/net/ethernet/atheros/alx/main.c | 2 +-
2850 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
2851 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
2852 drivers/net/ethernet/aurora/nb8800.c | 2 +-
2853 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
2854 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
2855 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
2856 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
2857 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
2858 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
2859 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
2860 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
2861 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
2862 drivers/net/ethernet/broadcom/tg3.c | 2 +-
2863 drivers/net/ethernet/broadcom/tg3.h | 1 +
2864 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
2865 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
2866 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
2867 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
2868 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
2869 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
2870 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
2871 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
2872 drivers/net/ethernet/cadence/macb.c | 4 +-
2873 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
2874 drivers/net/ethernet/cavium/liquidio/lio_main.c | 15 +-
2875 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
2876 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
2877 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
2878 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
2879 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
2880 drivers/net/ethernet/davicom/dm9000.c | 2 +-
2881 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
2882 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
2883 drivers/net/ethernet/faraday/ftgmac100.c | 4 +-
2884 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
2885 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
2886 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
2887 drivers/net/ethernet/freescale/gianfar.c | 4 +-
2888 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
2889 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
2890 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
2891 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
2892 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
2893 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
2894 drivers/net/ethernet/ibm/emac/core.c | 4 +-
2895 drivers/net/ethernet/intel/e100.c | 2 +-
2896 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
2897 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
2898 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
2899 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
2900 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
2901 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
2902 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
2903 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
2904 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
2905 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
2906 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
2907 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
2908 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
2909 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
2910 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
2911 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
2912 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
2913 drivers/net/ethernet/neterion/s2io.c | 2 +-
2914 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
2915 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
2916 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
2917 drivers/net/ethernet/netx-eth.c | 2 +-
2918 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
2919 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
2920 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
2921 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
2922 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
2923 drivers/net/ethernet/qlogic/qed/qed_mcp.c | 6 +-
2924 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
2925 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
2926 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
2927 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
2928 drivers/net/ethernet/realtek/r8169.c | 8 +-
2929 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
2930 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
2931 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
2932 drivers/net/ethernet/sfc/ptp.c | 2 +-
2933 drivers/net/ethernet/sfc/selftest.c | 20 +-
2934 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
2935 drivers/net/ethernet/smsc/smc911x.c | 2 +-
2936 drivers/net/ethernet/smsc/smc91x.c | 2 +-
2937 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
2938 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
2939 drivers/net/ethernet/sun/sunbmac.c | 2 +-
2940 drivers/net/ethernet/sun/sunqe.c | 2 +-
2941 drivers/net/ethernet/sun/sunvnet.c | 2 +-
2942 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
2943 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
2944 drivers/net/ethernet/ti/cpmac.c | 2 +-
2945 drivers/net/ethernet/ti/netcp_core.c | 2 +-
2946 drivers/net/ethernet/via/via-rhine.c | 2 +-
2947 drivers/net/ethernet/wiznet/w5100.c | 2 +-
2948 drivers/net/ethernet/wiznet/w5300.c | 2 +-
2949 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
2950 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
2951 drivers/net/geneve.c | 4 +-
2952 drivers/net/gtp.c | 8 +-
2953 drivers/net/hamradio/baycom_epp.c | 2 +-
2954 drivers/net/hyperv/hyperv_net.h | 2 +-
2955 drivers/net/hyperv/netvsc_drv.c | 2 +-
2956 drivers/net/hyperv/rndis_filter.c | 7 +-
2957 drivers/net/ifb.c | 2 +-
2958 drivers/net/ipvlan/ipvlan_core.c | 2 +-
2959 drivers/net/ipvlan/ipvlan_main.c | 6 +-
2960 drivers/net/irda/vlsi_ir.c | 18 +-
2961 drivers/net/irda/vlsi_ir.h | 14 +-
2962 drivers/net/loopback.c | 2 +-
2963 drivers/net/macsec.c | 2 +-
2964 drivers/net/macvlan.c | 20 +-
2965 drivers/net/macvtap.c | 10 +-
2966 drivers/net/nlmon.c | 2 +-
2967 drivers/net/phy/phy_device.c | 6 +-
2968 drivers/net/plip/plip.c | 2 +-
2969 drivers/net/ppp/ppp_generic.c | 6 +-
2970 drivers/net/ppp/pptp.c | 2 +-
2971 drivers/net/rionet.c | 2 +-
2972 drivers/net/slip/slhc.c | 2 +-
2973 drivers/net/team/team.c | 4 +-
2974 drivers/net/tun.c | 7 +-
2975 drivers/net/usb/hso.c | 28 +-
2976 drivers/net/usb/ipheth.c | 2 +-
2977 drivers/net/usb/r8152.c | 2 +-
2978 drivers/net/usb/sierra_net.c | 4 +-
2979 drivers/net/virtio_net.c | 2 +-
2980 drivers/net/vrf.c | 4 +-
2981 drivers/net/vxlan.c | 4 +-
2982 drivers/net/wimax/i2400m/rx.c | 2 +-
2983 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
2984 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
2985 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
2986 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
2987 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
2988 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
2989 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
2990 drivers/net/wireless/ath/ath9k/main.c | 22 +-
2991 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
2992 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
2993 drivers/net/wireless/ath/carl9170/main.c | 10 +-
2994 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
2995 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
2996 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
2997 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
2998 drivers/net/wireless/atmel/atmel.c | 183 +-
2999 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
3000 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
3001 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 55 +-
3002 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
3003 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
3004 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
3005 drivers/net/wireless/cisco/airo.c | 201 +-
3006 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
3007 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
3008 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
3009 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
3010 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
3011 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
3012 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
3013 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
3014 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
3015 .../net/wireless/intersil/hostap/hostap_ioctl.c | 134 +-
3016 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
3017 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
3018 drivers/net/wireless/mac80211_hwsim.c | 28 +-
3019 drivers/net/wireless/marvell/mwifiex/11n_aggr.c | 2 +-
3020 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
3021 drivers/net/wireless/marvell/mwifiex/pcie.c | 4 +-
3022 drivers/net/wireless/marvell/mwifiex/sdio.c | 4 +-
3023 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
3024 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
3025 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
3026 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
3027 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
3028 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
3029 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
3030 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
3031 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
3032 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
3033 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
3034 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
3035 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
3036 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
3037 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
3038 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
3039 drivers/net/wireless/zydas/zd1201.c | 192 +-
3040 drivers/net/xen-netback/interface.c | 2 +-
3041 drivers/net/xen-netfront.c | 2 +-
3042 drivers/nvme/host/pci.c | 2 +-
3043 drivers/of/fdt.c | 4 +-
3044 drivers/oprofile/buffer_sync.c | 8 +-
3045 drivers/oprofile/event_buffer.c | 2 +-
3046 drivers/oprofile/oprof.c | 2 +-
3047 drivers/oprofile/oprofile_stats.c | 10 +-
3048 drivers/oprofile/oprofile_stats.h | 10 +-
3049 drivers/oprofile/oprofilefs.c | 6 +-
3050 drivers/oprofile/timer_int.c | 2 +-
3051 drivers/parport/procfs.c | 4 +-
3052 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
3053 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
3054 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
3055 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
3056 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
3057 drivers/pci/hotplug/pciehp_core.c | 2 +-
3058 drivers/pci/msi.c | 22 +-
3059 drivers/pci/pci-sysfs.c | 6 +-
3060 drivers/pci/pci.h | 4 +-
3061 drivers/pci/pcie/aspm.c | 10 +-
3062 drivers/pci/pcie/portdrv_pci.c | 2 +-
3063 drivers/pci/probe.c | 2 +-
3064 drivers/pci/setup-bus.c | 10 +-
3065 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
3066 drivers/pinctrl/pinctrl-at91.c | 5 +-
3067 drivers/platform/chrome/chromeos_laptop.c | 2 +-
3068 drivers/platform/chrome/chromeos_pstore.c | 2 +-
3069 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
3070 drivers/platform/x86/alienware-wmi.c | 4 +-
3071 drivers/platform/x86/apple-gmux.c | 2 +-
3072 drivers/platform/x86/compal-laptop.c | 2 +-
3073 drivers/platform/x86/hdaps.c | 2 +-
3074 drivers/platform/x86/ibm_rtl.c | 2 +-
3075 drivers/platform/x86/intel_oaktrail.c | 2 +-
3076 drivers/platform/x86/msi-laptop.c | 16 +-
3077 drivers/platform/x86/msi-wmi.c | 2 +-
3078 drivers/platform/x86/samsung-laptop.c | 2 +-
3079 drivers/platform/x86/samsung-q10.c | 2 +-
3080 drivers/platform/x86/sony-laptop.c | 14 +-
3081 drivers/platform/x86/thinkpad_acpi.c | 10 +-
3082 drivers/pnp/base.h | 2 +-
3083 drivers/pnp/pnpbios/bioscalls.c | 14 +-
3084 drivers/pnp/pnpbios/core.c | 2 +-
3085 drivers/pnp/resource.c | 4 +-
3086 drivers/power/pda_power.c | 7 +-
3087 drivers/power/power_supply.h | 4 +-
3088 drivers/power/power_supply_core.c | 7 +-
3089 drivers/power/power_supply_sysfs.c | 6 +-
3090 drivers/power/reset/at91-reset.c | 5 +-
3091 drivers/powercap/powercap_sys.c | 136 +-
3092 drivers/ptp/ptp_private.h | 2 +-
3093 drivers/ptp/ptp_sysfs.c | 2 +-
3094 drivers/regulator/core.c | 4 +-
3095 drivers/regulator/max8660.c | 6 +-
3096 drivers/regulator/max8973-regulator.c | 16 +-
3097 drivers/regulator/mc13892-regulator.c | 8 +-
3098 drivers/remoteproc/remoteproc_core.c | 26 +-
3099 drivers/rtc/rtc-armada38x.c | 7 +-
3100 drivers/rtc/rtc-cmos.c | 4 +-
3101 drivers/rtc/rtc-ds1307.c | 2 +-
3102 drivers/rtc/rtc-m41t80.c | 8 +-
3103 drivers/rtc/rtc-m48t59.c | 4 +-
3104 drivers/rtc/rtc-rv3029c2.c | 8 +-
3105 drivers/rtc/rtc-rv8803.c | 15 +-
3106 drivers/rtc/rtc-rx8010.c | 8 +-
3107 drivers/rtc/rtc-test.c | 6 +-
3108 drivers/scsi/aacraid/aachba.c | 7 +-
3109 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
3110 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
3111 drivers/scsi/be2iscsi/be_main.c | 2 +-
3112 drivers/scsi/bfa/bfa.h | 4 +-
3113 drivers/scsi/bfa/bfa_core.c | 4 +-
3114 drivers/scsi/bfa/bfa_cs.h | 124 +-
3115 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
3116 drivers/scsi/bfa/bfa_fcs.h | 34 +-
3117 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
3118 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
3119 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
3120 drivers/scsi/bfa/bfa_ioc.c | 8 +-
3121 drivers/scsi/bfa/bfa_ioc.h | 16 +-
3122 drivers/scsi/bfa/bfa_svc.c | 12 +-
3123 drivers/scsi/bfa/bfa_svc.h | 20 +-
3124 drivers/scsi/bfa/bfad.c | 12 +-
3125 drivers/scsi/bfa/bfad_bsg.c | 8 +-
3126 drivers/scsi/bfa/bfad_drv.h | 5 +-
3127 drivers/scsi/csiostor/csio_defs.h | 19 +-
3128 drivers/scsi/csiostor/csio_hw.c | 67 +-
3129 drivers/scsi/csiostor/csio_init.c | 2 +-
3130 drivers/scsi/csiostor/csio_lnode.c | 32 +-
3131 drivers/scsi/csiostor/csio_rnode.c | 28 +-
3132 drivers/scsi/csiostor/csio_scsi.c | 37 +-
3133 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
3134 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
3135 drivers/scsi/hpsa.c | 38 +-
3136 drivers/scsi/hpsa.h | 2 +-
3137 drivers/scsi/hptiop.c | 2 -
3138 drivers/scsi/hptiop.h | 1 -
3139 drivers/scsi/ipr.c | 32 +-
3140 drivers/scsi/ipr.h | 2 +-
3141 drivers/scsi/libfc/fc_exch.c | 50 +-
3142 drivers/scsi/libsas/sas_ata.c | 2 +-
3143 drivers/scsi/lpfc/lpfc.h | 8 +-
3144 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
3145 drivers/scsi/lpfc/lpfc_init.c | 8 +-
3146 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
3147 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
3148 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
3149 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
3150 drivers/scsi/pmcraid.c | 46 +-
3151 drivers/scsi/pmcraid.h | 8 +-
3152 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
3153 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
3154 drivers/scsi/qla2xxx/qla_os.c | 15 +-
3155 drivers/scsi/qla2xxx/qla_target.c | 16 +-
3156 drivers/scsi/qla2xxx/qla_target.h | 2 +-
3157 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
3158 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
3159 drivers/scsi/scsi.c | 2 +-
3160 drivers/scsi/scsi_debug.c | 42 +-
3161 drivers/scsi/scsi_lib.c | 8 +-
3162 drivers/scsi/scsi_sysfs.c | 2 +-
3163 drivers/scsi/scsi_transport_fc.c | 8 +-
3164 drivers/scsi/scsi_transport_iscsi.c | 6 +-
3165 drivers/scsi/scsi_transport_spi.c | 2 +-
3166 drivers/scsi/scsi_transport_srp.c | 8 +-
3167 drivers/scsi/sd.c | 6 +-
3168 drivers/scsi/sg.c | 2 +-
3169 drivers/scsi/sr.c | 21 +-
3170 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
3171 drivers/spi/spi.c | 2 +-
3172 drivers/staging/comedi/comedi_fops.c | 8 +-
3173 drivers/staging/fbtft/fbtft-core.c | 2 +-
3174 drivers/staging/fbtft/fbtft.h | 2 +-
3175 drivers/staging/gdm724x/gdm_lte.c | 2 +-
3176 drivers/staging/gdm724x/gdm_tty.c | 2 +-
3177 drivers/staging/i4l/icn/icn.c | 2 +-
3178 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
3179 drivers/staging/iio/adc/ad7280a.c | 4 +-
3180 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
3181 drivers/staging/lustre/lnet/selftest/brw_test.c | 13 +-
3182 drivers/staging/lustre/lnet/selftest/framework.c | 2 -
3183 drivers/staging/lustre/lnet/selftest/ping_test.c | 15 +-
3184 drivers/staging/lustre/lnet/selftest/selftest.h | 2 -
3185 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
3186 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
3187 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
3188 drivers/staging/lustre/lustre/include/obd.h | 2 +-
3189 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
3190 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
3191 drivers/staging/lustre/lustre/lov/lov_io.c | 60 +-
3192 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
3193 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
3194 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
3195 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
3196 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
3197 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
3198 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
3199 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
3200 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
3201 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
3202 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
3203 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
3204 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
3205 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
3206 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
3207 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
3208 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
3209 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
3210 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 8 +-
3211 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
3212 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
3213 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
3214 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
3215 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
3216 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
3217 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
3218 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
3219 drivers/staging/rtl8192e/rtllib.h | 4 +-
3220 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
3221 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
3222 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
3223 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
3224 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
3225 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
3226 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
3227 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
3228 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
3229 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
3230 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
3231 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
3232 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
3233 drivers/staging/rtl8712/xmit_linux.c | 2 +-
3234 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
3235 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
3236 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
3237 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
3238 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
3239 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
3240 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
3241 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
3242 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
3243 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
3244 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
3245 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
3246 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
3247 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
3248 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
3249 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
3250 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
3251 drivers/staging/sm750fb/sm750.c | 14 +-
3252 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
3253 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
3254 drivers/staging/vt6655/rxtx.c | 2 +-
3255 drivers/staging/vt6656/rxtx.c | 2 +-
3256 drivers/staging/wilc1000/linux_wlan.c | 2 +-
3257 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
3258 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
3259 drivers/target/sbp/sbp_target.c | 4 +-
3260 drivers/thermal/cpu_cooling.c | 9 +-
3261 drivers/thermal/devfreq_cooling.c | 19 +-
3262 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
3263 drivers/thermal/of-thermal.c | 17 +-
3264 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
3265 drivers/tty/cyclades.c | 6 +-
3266 drivers/tty/hvc/hvc_console.c | 14 +-
3267 drivers/tty/hvc/hvcs.c | 21 +-
3268 drivers/tty/hvc/hvsi.c | 22 +-
3269 drivers/tty/hvc/hvsi_lib.c | 4 +-
3270 drivers/tty/ipwireless/tty.c | 27 +-
3271 drivers/tty/moxa.c | 2 +-
3272 drivers/tty/n_gsm.c | 6 +-
3273 drivers/tty/n_tty.c | 28 +-
3274 drivers/tty/pty.c | 4 +-
3275 drivers/tty/rocket.c | 6 +-
3276 drivers/tty/serial/8250/8250_core.c | 10 +-
3277 drivers/tty/serial/8250/8250_pci.c | 2 +-
3278 drivers/tty/serial/ioc4_serial.c | 6 +-
3279 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
3280 drivers/tty/serial/kgdb_nmi.c | 4 +-
3281 drivers/tty/serial/kgdboc.c | 34 +-
3282 drivers/tty/serial/msm_serial.c | 4 +-
3283 drivers/tty/serial/samsung.c | 9 +-
3284 drivers/tty/serial/serial_core.c | 6 +-
3285 drivers/tty/synclink.c | 34 +-
3286 drivers/tty/synclink_gt.c | 28 +-
3287 drivers/tty/synclinkmp.c | 34 +-
3288 drivers/tty/tty_io.c | 2 +-
3289 drivers/tty/tty_ldisc.c | 8 +-
3290 drivers/tty/tty_port.c | 22 +-
3291 drivers/uio/uio.c | 13 +-
3292 drivers/usb/atm/cxacru.c | 2 +-
3293 drivers/usb/atm/usbatm.c | 24 +-
3294 drivers/usb/class/cdc-acm.h | 2 +-
3295 drivers/usb/core/devices.c | 6 +-
3296 drivers/usb/core/devio.c | 12 +-
3297 drivers/usb/core/hcd.c | 4 +-
3298 drivers/usb/core/sysfs.c | 2 +-
3299 drivers/usb/core/usb.c | 2 +-
3300 drivers/usb/early/ehci-dbgp.c | 16 +-
3301 drivers/usb/gadget/function/f_phonet.c | 2 +-
3302 drivers/usb/gadget/function/u_serial.c | 22 +-
3303 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
3304 drivers/usb/host/ehci-hcd.c | 2 +-
3305 drivers/usb/host/ehci-hub.c | 4 +-
3306 drivers/usb/host/ehci-q.c | 4 +-
3307 drivers/usb/host/fotg210-hcd.c | 2 +-
3308 drivers/usb/host/hwa-hc.c | 2 +-
3309 drivers/usb/host/ohci-hcd.c | 2 +-
3310 drivers/usb/host/r8a66597.h | 2 +-
3311 drivers/usb/host/uhci-hcd.c | 2 +-
3312 drivers/usb/host/xhci-pci.c | 2 +-
3313 drivers/usb/host/xhci-ring.c | 52 +-
3314 drivers/usb/host/xhci.c | 2 +-
3315 drivers/usb/misc/appledisplay.c | 4 +-
3316 drivers/usb/misc/sisusbvga/sisusb_con.c | 98 +-
3317 drivers/usb/serial/console.c | 8 +-
3318 drivers/usb/storage/transport.c | 2 +-
3319 drivers/usb/storage/usb.c | 2 +-
3320 drivers/usb/storage/usb.h | 2 +-
3321 drivers/usb/usbip/vhci.h | 2 +-
3322 drivers/usb/usbip/vhci_hcd.c | 6 +-
3323 drivers/usb/usbip/vhci_rx.c | 2 +-
3324 drivers/usb/wusbcore/wa-hc.h | 4 +-
3325 drivers/usb/wusbcore/wa-xfer.c | 2 +-
3326 drivers/vfio/pci/vfio_pci.c | 2 +-
3327 drivers/vhost/vringh.c | 20 +-
3328 drivers/video/backlight/kb3886_bl.c | 2 +-
3329 drivers/video/console/dummycon.c | 96 +-
3330 drivers/video/console/fbcon.c | 2 +-
3331 drivers/video/console/vgacon.c | 23 +-
3332 drivers/video/fbdev/aty/aty128fb.c | 2 +-
3333 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
3334 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
3335 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
3336 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
3337 drivers/video/fbdev/core/fb_defio.c | 8 +-
3338 drivers/video/fbdev/core/fbmem.c | 12 +-
3339 drivers/video/fbdev/hyperv_fb.c | 4 +-
3340 drivers/video/fbdev/i810/i810_accel.c | 1 +
3341 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
3342 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
3343 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
3344 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
3345 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
3346 drivers/video/fbdev/sis/sis_main.h | 2 +-
3347 drivers/video/fbdev/smscufx.c | 4 +-
3348 drivers/video/fbdev/udlfb.c | 36 +-
3349 drivers/video/fbdev/uvesafb.c | 52 +-
3350 drivers/video/fbdev/vesafb.c | 58 +-
3351 drivers/video/fbdev/via/via_clock.h | 2 +-
3352 drivers/xen/events/events_base.c | 6 +-
3353 drivers/xen/xen-pciback/pci_stub.c | 2 +-
3354 fs/9p/vfs_addr.c | 2 +-
3355 fs/9p/vfs_inode_dotl.c | 4 +-
3356 fs/Kconfig.binfmt | 2 +-
3357 fs/afs/file.c | 8 +-
3358 fs/afs/inode.c | 4 +-
3359 fs/afs/internal.h | 4 +-
3360 fs/aio.c | 2 +-
3361 fs/autofs4/waitq.c | 2 +-
3362 fs/befs/endian.h | 6 +-
3363 fs/binfmt_aout.c | 23 +-
3364 fs/binfmt_elf.c | 670 +-
3365 fs/binfmt_elf_fdpic.c | 4 +-
3366 fs/block_dev.c | 2 +-
3367 fs/btrfs/ctree.c | 11 +-
3368 fs/btrfs/ctree.h | 8 +-
3369 fs/btrfs/delayed-inode.c | 6 +-
3370 fs/btrfs/delayed-inode.h | 4 +-
3371 fs/btrfs/delayed-ref.c | 4 +-
3372 fs/btrfs/dev-replace.c | 20 +-
3373 fs/btrfs/dev-replace.h | 4 +-
3374 fs/btrfs/disk-io.c | 4 +-
3375 fs/btrfs/extent_map.c | 8 +-
3376 fs/btrfs/file.c | 4 +-
3377 fs/btrfs/free-space-cache.h | 1 +
3378 fs/btrfs/raid56.c | 30 +-
3379 fs/btrfs/scrub.c | 2 +-
3380 fs/btrfs/super.c | 2 +-
3381 fs/btrfs/sysfs.c | 2 +-
3382 fs/btrfs/tests/btrfs-tests.c | 2 +-
3383 fs/btrfs/tests/free-space-tests.c | 2 +-
3384 fs/btrfs/transaction.c | 2 +-
3385 fs/btrfs/tree-log.c | 8 +-
3386 fs/btrfs/tree-log.h | 2 +-
3387 fs/btrfs/volumes.c | 14 +-
3388 fs/btrfs/volumes.h | 22 +-
3389 fs/buffer.c | 2 +-
3390 fs/cachefiles/bind.c | 6 +-
3391 fs/cachefiles/daemon.c | 12 +-
3392 fs/cachefiles/internal.h | 16 +-
3393 fs/cachefiles/namei.c | 6 +-
3394 fs/cachefiles/proc.c | 12 +-
3395 fs/ceph/dir.c | 10 +-
3396 fs/ceph/super.c | 4 +-
3397 fs/cifs/cifs_debug.c | 12 +-
3398 fs/cifs/cifsfs.c | 8 +-
3399 fs/cifs/cifsglob.h | 54 +-
3400 fs/cifs/file.c | 14 +-
3401 fs/cifs/misc.c | 4 +-
3402 fs/cifs/smb1ops.c | 80 +-
3403 fs/cifs/smb2ops.c | 84 +-
3404 fs/cifs/smb2pdu.c | 3 +-
3405 fs/coda/cache.c | 10 +-
3406 fs/coda/dir.c | 5 +-
3407 fs/compat.c | 9 +-
3408 fs/compat_binfmt_elf.c | 2 +
3409 fs/compat_ioctl.c | 12 +-
3410 fs/configfs/dir.c | 10 +-
3411 fs/coredump.c | 18 +-
3412 fs/dcache.c | 64 +-
3413 fs/debugfs/file.c | 4 +-
3414 fs/ecryptfs/inode.c | 2 +-
3415 fs/ecryptfs/miscdev.c | 2 +-
3416 fs/exec.c | 369 +-
3417 fs/exofs/inode.c | 7 +-
3418 fs/ext2/xattr.c | 5 +-
3419 fs/ext4/ext4.h | 20 +-
3420 fs/ext4/mballoc.c | 44 +-
3421 fs/ext4/resize.c | 16 +-
3422 fs/ext4/super.c | 2 +-
3423 fs/ext4/sysfs.c | 2 +-
3424 fs/ext4/xattr.c | 5 +-
3425 fs/f2fs/f2fs.h | 7 +-
3426 fs/f2fs/super.c | 2 +-
3427 fs/fhandle.c | 5 +-
3428 fs/file.c | 18 +-
3429 fs/freevxfs/vxfs_inode.c | 8 +-
3430 fs/freevxfs/vxfs_inode.h | 4 +-
3431 fs/fs-writeback.c | 11 +-
3432 fs/fs_struct.c | 8 +-
3433 fs/fscache/cookie.c | 40 +-
3434 fs/fscache/internal.h | 202 +-
3435 fs/fscache/object.c | 26 +-
3436 fs/fscache/operation.c | 38 +-
3437 fs/fscache/page.c | 110 +-
3438 fs/fscache/stats.c | 348 +-
3439 fs/fuse/cuse.c | 10 +-
3440 fs/fuse/dev.c | 4 +-
3441 fs/fuse/file.c | 4 +-
3442 fs/fuse/inode.c | 4 +-
3443 fs/gfs2/aops.c | 2 +-
3444 fs/gfs2/file.c | 2 +-
3445 fs/gfs2/glock.c | 22 +-
3446 fs/gfs2/glops.c | 4 +-
3447 fs/gfs2/quota.c | 6 +-
3448 fs/hugetlbfs/inode.c | 13 +-
3449 fs/inode.c | 4 +-
3450 fs/jbd2/commit.c | 2 +-
3451 fs/jbd2/transaction.c | 4 +-
3452 fs/jffs2/erase.c | 3 +-
3453 fs/jffs2/file.c | 5 +-
3454 fs/jffs2/fs.c | 2 +-
3455 fs/jffs2/os-linux.h | 2 +-
3456 fs/jffs2/wbuf.c | 3 +-
3457 fs/jfs/super.c | 2 +-
3458 fs/kernfs/dir.c | 2 +-
3459 fs/kernfs/file.c | 20 +-
3460 fs/libfs.c | 10 +-
3461 fs/lockd/clnt4xdr.c | 46 +-
3462 fs/lockd/clntproc.c | 4 +-
3463 fs/lockd/clntxdr.c | 44 +-
3464 fs/lockd/mon.c | 24 +-
3465 fs/lockd/svc.c | 2 +-
3466 fs/lockd/svc4proc.c | 69 +-
3467 fs/lockd/svcproc.c | 75 +-
3468 fs/lockd/xdr.c | 44 +-
3469 fs/lockd/xdr4.c | 41 +-
3470 fs/logfs/dev_bdev.c | 13 +-
3471 fs/logfs/dev_mtd.c | 13 +-
3472 fs/logfs/dir.c | 4 +-
3473 fs/logfs/logfs.h | 5 +-
3474 fs/logfs/readwrite.c | 2 +-
3475 fs/logfs/segment.c | 2 +-
3476 fs/logfs/super.c | 39 -
3477 fs/namei.c | 14 +-
3478 fs/namespace.c | 15 +-
3479 fs/nfs/callback.h | 18 +-
3480 fs/nfs/callback_proc.c | 26 +-
3481 fs/nfs/callback_xdr.c | 73 +-
3482 fs/nfs/dir.c | 5 +-
3483 fs/nfs/inode.c | 6 +-
3484 fs/nfs/internal.h | 5 +-
3485 fs/nfs/mount_clnt.c | 26 +-
3486 fs/nfs/nfs2xdr.c | 101 +-
3487 fs/nfs/nfs3xdr.c | 201 +-
3488 fs/nfs/nfs42xdr.c | 72 +-
3489 fs/nfs/nfs4xdr.c | 507 +-
3490 fs/nfs/read.c | 2 +-
3491 fs/nfs/symlink.c | 6 +-
3492 fs/nfsd/current_stateid.h | 24 +-
3493 fs/nfsd/nfs2acl.c | 85 +-
3494 fs/nfsd/nfs3acl.c | 44 +-
3495 fs/nfsd/nfs3proc.c | 271 +-
3496 fs/nfsd/nfs3xdr.c | 171 +-
3497 fs/nfsd/nfs4callback.c | 31 +-
3498 fs/nfsd/nfs4proc.c | 320 +-
3499 fs/nfsd/nfs4state.c | 111 +-
3500 fs/nfsd/nfs4xdr.c | 564 +-
3501 fs/nfsd/nfscache.c | 11 +-
3502 fs/nfsd/nfsproc.c | 193 +-
3503 fs/nfsd/nfsxdr.c | 96 +-
3504 fs/nfsd/vfs.c | 6 +-
3505 fs/nfsd/xdr.h | 50 +-
3506 fs/nfsd/xdr3.h | 100 +-
3507 fs/nfsd/xdr4.h | 50 +-
3508 fs/nls/nls_base.c | 26 +-
3509 fs/nls/nls_cp932.c | 2 +-
3510 fs/nls/nls_cp936.c | 2 +-
3511 fs/nls/nls_cp949.c | 2 +-
3512 fs/nls/nls_cp950.c | 2 +-
3513 fs/nls/nls_euc-jp.c | 8 +-
3514 fs/nls/nls_koi8-ru.c | 8 +-
3515 fs/notify/fanotify/fanotify_user.c | 4 +-
3516 fs/notify/notification.c | 4 +-
3517 fs/ntfs/dir.c | 4 +-
3518 fs/ntfs/inode.c | 19 +-
3519 fs/ntfs/inode.h | 4 +-
3520 fs/ntfs/mft.c | 4 +-
3521 fs/ntfs/super.c | 8 +-
3522 fs/ocfs2/dlm/dlmcommon.h | 4 +-
3523 fs/ocfs2/dlm/dlmdebug.c | 10 +-
3524 fs/ocfs2/dlm/dlmdomain.c | 4 +-
3525 fs/ocfs2/dlm/dlmmaster.c | 4 +-
3526 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
3527 fs/ocfs2/filecheck.c | 2 +-
3528 fs/ocfs2/localalloc.c | 2 +-
3529 fs/ocfs2/ocfs2.h | 10 +-
3530 fs/ocfs2/suballoc.c | 12 +-
3531 fs/ocfs2/super.c | 20 +-
3532 fs/overlayfs/copy_up.c | 2 +-
3533 fs/pipe.c | 72 +-
3534 fs/posix_acl.c | 4 +-
3535 fs/proc/array.c | 20 +
3536 fs/proc/base.c | 7 +-
3537 fs/proc/kcore.c | 36 +-
3538 fs/proc/meminfo.c | 2 +-
3539 fs/proc/nommu.c | 2 +-
3540 fs/proc/proc_net.c | 2 +-
3541 fs/proc/proc_sysctl.c | 26 +-
3542 fs/proc/task_mmu.c | 39 +-
3543 fs/proc/task_nommu.c | 6 +-
3544 fs/proc/vmcore.c | 16 +-
3545 fs/qnx6/qnx6.h | 4 +-
3546 fs/quota/netlink.c | 4 +-
3547 fs/read_write.c | 34 +-
3548 fs/readdir.c | 3 +-
3549 fs/reiserfs/do_balan.c | 2 +-
3550 fs/reiserfs/procfs.c | 2 +-
3551 fs/reiserfs/reiserfs.h | 4 +-
3552 fs/select.c | 2 +-
3553 fs/seq_file.c | 4 +-
3554 fs/splice.c | 43 +-
3555 fs/squashfs/xattr.c | 10 +-
3556 fs/super.c | 3 +-
3557 fs/sysv/sysv.h | 2 +-
3558 fs/tracefs/inode.c | 8 +-
3559 fs/ubifs/find.c | 34 +-
3560 fs/ubifs/lprops.c | 5 +-
3561 fs/udf/misc.c | 2 +-
3562 fs/ufs/swab.h | 4 +-
3563 fs/userfaultfd.c | 2 +-
3564 fs/xattr.c | 21 +
3565 fs/xfs/libxfs/xfs_bmap.c | 2 +-
3566 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
3567 fs/xfs/xfs_dir2_readdir.c | 7 +-
3568 fs/xfs/xfs_ioctl.c | 2 +-
3569 fs/xfs/xfs_linux.h | 4 +-
3570 include/acpi/ghes.h | 2 +-
3571 include/asm-generic/4level-fixup.h | 2 +
3572 include/asm-generic/atomic-long.h | 186 +-
3573 include/asm-generic/atomic64.h | 12 +
3574 include/asm-generic/bitops/__fls.h | 2 +-
3575 include/asm-generic/bitops/fls.h | 2 +-
3576 include/asm-generic/bitops/fls64.h | 4 +-
3577 include/asm-generic/bug.h | 6 +-
3578 include/asm-generic/cache.h | 4 +-
3579 include/asm-generic/emergency-restart.h | 2 +-
3580 include/asm-generic/kmap_types.h | 4 +-
3581 include/asm-generic/local.h | 13 +
3582 include/asm-generic/pgtable-nopmd.h | 18 +-
3583 include/asm-generic/pgtable-nopud.h | 15 +-
3584 include/asm-generic/pgtable.h | 16 +
3585 include/asm-generic/sections.h | 1 +
3586 include/asm-generic/uaccess.h | 16 +
3587 include/asm-generic/vmlinux.lds.h | 15 +-
3588 include/crypto/algapi.h | 2 +-
3589 include/crypto/cast6.h | 4 +-
3590 include/crypto/serpent.h | 4 +-
3591 include/crypto/xts.h | 2 +-
3592 include/drm/drmP.h | 19 +-
3593 include/drm/drm_mm.h | 2 +-
3594 include/drm/drm_modeset_helper_vtables.h | 3 +-
3595 include/drm/i915_pciids.h | 2 +-
3596 include/drm/intel-gtt.h | 4 +-
3597 include/drm/ttm/ttm_memory.h | 2 +-
3598 include/drm/ttm/ttm_page_alloc.h | 1 +
3599 include/keys/asymmetric-subtype.h | 2 +-
3600 include/keys/encrypted-type.h | 2 +-
3601 include/keys/rxrpc-type.h | 2 +-
3602 include/keys/user-type.h | 2 +-
3603 include/linux/atmdev.h | 4 +-
3604 include/linux/atomic.h | 12 +-
3605 include/linux/audit.h | 2 +-
3606 include/linux/average.h | 2 +-
3607 include/linux/binfmts.h | 3 +-
3608 include/linux/bitmap.h | 2 +-
3609 include/linux/bitops.h | 8 +-
3610 include/linux/blk-cgroup.h | 24 +-
3611 include/linux/blkdev.h | 2 +-
3612 include/linux/blktrace_api.h | 2 +-
3613 include/linux/cache.h | 9 +
3614 include/linux/cdrom.h | 1 -
3615 include/linux/cgroup-defs.h | 2 +-
3616 include/linux/cleancache.h | 2 +-
3617 include/linux/clk-provider.h | 1 +
3618 include/linux/compat.h | 15 +-
3619 include/linux/compiler-gcc.h | 33 +-
3620 include/linux/compiler.h | 197 +-
3621 include/linux/configfs.h | 2 +-
3622 include/linux/cpufreq.h | 7 +-
3623 include/linux/cpuidle.h | 5 +-
3624 include/linux/cpumask.h | 14 +-
3625 include/linux/crypto.h | 4 +-
3626 include/linux/ctype.h | 2 +-
3627 include/linux/dcache.h | 4 +-
3628 include/linux/decompress/mm.h | 2 +-
3629 include/linux/devfreq.h | 2 +-
3630 include/linux/device.h | 7 +-
3631 include/linux/dma-mapping.h | 2 +-
3632 include/linux/efi.h | 1 +
3633 include/linux/elf.h | 2 +
3634 include/linux/err.h | 4 +-
3635 include/linux/ethtool.h | 1 +
3636 include/linux/extcon.h | 2 +-
3637 include/linux/fb.h | 3 +-
3638 include/linux/fdtable.h | 2 +-
3639 include/linux/firewire.h | 2 +-
3640 include/linux/fs.h | 5 +-
3641 include/linux/fs_struct.h | 2 +-
3642 include/linux/fscache-cache.h | 2 +-
3643 include/linux/fscache.h | 2 +-
3644 include/linux/fsnotify.h | 2 +-
3645 include/linux/genhd.h | 4 +-
3646 include/linux/genl_magic_func.h | 2 +-
3647 include/linux/genl_magic_struct.h | 4 +-
3648 include/linux/gfp.h | 14 +-
3649 include/linux/highmem.h | 12 +
3650 include/linux/hugetlb.h | 2 +-
3651 include/linux/hugetlb_cgroup.h | 11 +
3652 include/linux/hwmon-sysfs.h | 6 +-
3653 include/linux/i2c.h | 1 +
3654 include/linux/if_pppox.h | 2 +-
3655 include/linux/init.h | 10 +-
3656 include/linux/init_task.h | 7 +
3657 include/linux/interrupt.h | 6 +-
3658 include/linux/iommu.h | 2 +-
3659 include/linux/ioport.h | 2 +-
3660 include/linux/ipc.h | 2 +-
3661 include/linux/irq.h | 5 +-
3662 include/linux/irqchip/mmp.h | 2 +-
3663 include/linux/irqdesc.h | 2 +-
3664 include/linux/irqdomain.h | 3 +
3665 include/linux/jbd2.h | 2 +-
3666 include/linux/jiffies.h | 16 +-
3667 include/linux/kallsyms.h | 18 +-
3668 include/linux/key-type.h | 2 +-
3669 include/linux/kgdb.h | 6 +-
3670 include/linux/kmemleak.h | 4 +-
3671 include/linux/kobject.h | 3 +-
3672 include/linux/kobject_ns.h | 2 +-
3673 include/linux/kref.h | 2 +-
3674 include/linux/libata.h | 2 +-
3675 include/linux/linkage.h | 31 +-
3676 include/linux/list.h | 15 +
3677 include/linux/lockd/xdr.h | 34 +-
3678 include/linux/lockd/xdr4.h | 34 +-
3679 include/linux/lockref.h | 26 +-
3680 include/linux/math64.h | 10 +-
3681 include/linux/memcontrol.h | 2 +-
3682 include/linux/memory.h | 2 +-
3683 include/linux/mempolicy.h | 7 +
3684 include/linux/mm.h | 98 +-
3685 include/linux/mm_types.h | 20 +
3686 include/linux/mmiotrace.h | 4 +-
3687 include/linux/mmzone.h | 2 +-
3688 include/linux/mod_devicetable.h | 4 +-
3689 include/linux/module.h | 58 +-
3690 include/linux/moduleloader.h | 16 +
3691 include/linux/moduleparam.h | 12 +-
3692 include/linux/net.h | 2 +-
3693 include/linux/netdevice.h | 11 +-
3694 include/linux/netfilter.h | 2 +-
3695 include/linux/netfilter/ipset/ip_set.h | 16 +-
3696 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
3697 include/linux/netfilter/nfnetlink.h | 2 +-
3698 include/linux/netlink.h | 12 +-
3699 include/linux/nls.h | 4 +-
3700 include/linux/notifier.h | 3 +-
3701 include/linux/oprofile.h | 4 +-
3702 include/linux/padata.h | 2 +-
3703 include/linux/pagemap.h | 4 +-
3704 include/linux/pci_hotplug.h | 3 +-
3705 include/linux/percpu.h | 2 +-
3706 include/linux/perf_event.h | 12 +-
3707 include/linux/pid.h | 4 +-
3708 include/linux/pipe_fs_i.h | 8 +-
3709 include/linux/pm.h | 1 +
3710 include/linux/pm_domain.h | 2 +-
3711 include/linux/pm_runtime.h | 2 +-
3712 include/linux/pnp.h | 2 +-
3713 include/linux/poison.h | 4 +-
3714 include/linux/power/smartreflex.h | 2 +-
3715 include/linux/ppp-comp.h | 2 +-
3716 include/linux/preempt.h | 21 +
3717 include/linux/printk.h | 2 +-
3718 include/linux/proc_ns.h | 2 +-
3719 include/linux/psci.h | 2 +-
3720 include/linux/quota.h | 2 +-
3721 include/linux/random.h | 19 +-
3722 include/linux/rculist.h | 16 +
3723 include/linux/rcupdate.h | 8 +
3724 include/linux/reboot.h | 14 +-
3725 include/linux/regset.h | 3 +-
3726 include/linux/relay.h | 2 +-
3727 include/linux/rio.h | 2 +-
3728 include/linux/rmap.h | 4 +-
3729 include/linux/sched.h | 77 +-
3730 include/linux/scif.h | 2 +-
3731 include/linux/semaphore.h | 2 +-
3732 include/linux/seq_buf.h | 4 +-
3733 include/linux/seq_file.h | 1 +
3734 include/linux/seqlock.h | 10 +
3735 include/linux/signal.h | 2 +-
3736 include/linux/skbuff.h | 12 +-
3737 include/linux/slab.h | 47 +-
3738 include/linux/slab_def.h | 14 +-
3739 include/linux/slub_def.h | 2 +-
3740 include/linux/smp.h | 2 +
3741 include/linux/sock_diag.h | 2 +-
3742 include/linux/sonet.h | 2 +-
3743 include/linux/spinlock.h | 17 +-
3744 include/linux/srcu.h | 5 +-
3745 include/linux/string.h | 70 +-
3746 include/linux/sunrpc/addr.h | 8 +-
3747 include/linux/sunrpc/clnt.h | 2 +-
3748 include/linux/sunrpc/svc.h | 2 +-
3749 include/linux/sunrpc/svc_rdma.h | 18 +-
3750 include/linux/sunrpc/svcauth.h | 2 +-
3751 include/linux/swapops.h | 10 +-
3752 include/linux/swiotlb.h | 3 +-
3753 include/linux/syscalls.h | 38 +-
3754 include/linux/syscore_ops.h | 2 +-
3755 include/linux/sysctl.h | 3 +-
3756 include/linux/sysfs.h | 11 +-
3757 include/linux/sysrq.h | 3 +-
3758 include/linux/tcp.h | 14 +-
3759 include/linux/thread_info.h | 7 +
3760 include/linux/tty.h | 4 +-
3761 include/linux/tty_driver.h | 2 +-
3762 include/linux/tty_ldisc.h | 2 +-
3763 include/linux/types.h | 18 +
3764 include/linux/uaccess.h | 2 +-
3765 include/linux/uio_driver.h | 2 +-
3766 include/linux/unaligned/access_ok.h | 24 +-
3767 include/linux/usb.h | 12 +-
3768 include/linux/usb/hcd.h | 1 +
3769 include/linux/usb/renesas_usbhs.h | 2 +-
3770 include/linux/vermagic.h | 21 +-
3771 include/linux/vga_switcheroo.h | 8 +-
3772 include/linux/vmalloc.h | 7 +-
3773 include/linux/vmstat.h | 24 +-
3774 include/linux/writeback.h | 3 +-
3775 include/linux/xattr.h | 5 +-
3776 include/linux/zlib.h | 3 +-
3777 include/media/v4l2-dev.h | 2 +-
3778 include/media/v4l2-device.h | 2 +-
3779 include/net/9p/transport.h | 2 +-
3780 include/net/bluetooth/l2cap.h | 2 +-
3781 include/net/bonding.h | 2 +-
3782 include/net/caif/cfctrl.h | 6 +-
3783 include/net/cfg80211-wext.h | 20 +-
3784 include/net/cfg802154.h | 2 +-
3785 include/net/fib_rules.h | 3 +-
3786 include/net/flow.h | 2 +-
3787 include/net/genetlink.h | 2 +-
3788 include/net/gro_cells.h | 2 +-
3789 include/net/inet_connection_sock.h | 2 +-
3790 include/net/inet_sock.h | 2 +-
3791 include/net/inetpeer.h | 2 +-
3792 include/net/ip_fib.h | 2 +-
3793 include/net/ip_vs.h | 8 +-
3794 include/net/ipv6.h | 2 +-
3795 include/net/irda/ircomm_tty.h | 1 +
3796 include/net/irda/irias_object.h | 2 +-
3797 include/net/irda/irlmp.h | 1 +
3798 include/net/irda/irlmp_event.h | 6 +-
3799 include/net/irda/timer.h | 6 +-
3800 include/net/iucv/af_iucv.h | 2 +-
3801 include/net/llc_c_ac.h | 2 +-
3802 include/net/llc_c_ev.h | 4 +-
3803 include/net/llc_c_st.h | 2 +-
3804 include/net/llc_s_ac.h | 2 +-
3805 include/net/llc_s_st.h | 2 +-
3806 include/net/mac80211.h | 6 +-
3807 include/net/neighbour.h | 4 +-
3808 include/net/net_namespace.h | 18 +-
3809 include/net/netfilter/nf_conntrack.h | 2 +-
3810 include/net/netlink.h | 2 +-
3811 include/net/netns/conntrack.h | 6 +-
3812 include/net/netns/ipv4.h | 4 +-
3813 include/net/netns/ipv6.h | 4 +-
3814 include/net/netns/xfrm.h | 2 +-
3815 include/net/ping.h | 2 +-
3816 include/net/protocol.h | 4 +-
3817 include/net/rtnetlink.h | 2 +-
3818 include/net/sctp/checksum.h | 4 +-
3819 include/net/sctp/sm.h | 4 +-
3820 include/net/sctp/structs.h | 2 +-
3821 include/net/snmp.h | 10 +-
3822 include/net/sock.h | 14 +-
3823 include/net/tcp.h | 10 +-
3824 include/net/xfrm.h | 15 +-
3825 include/rdma/ib_cm.h | 8 +-
3826 include/rdma/ib_verbs.h | 2 +-
3827 include/scsi/libfc.h | 3 +-
3828 include/scsi/scsi_device.h | 6 +-
3829 include/scsi/scsi_driver.h | 2 +-
3830 include/scsi/scsi_transport_fc.h | 3 +-
3831 include/scsi/sg.h | 2 +-
3832 include/sound/compress_driver.h | 2 +-
3833 include/sound/control.h | 4 +-
3834 include/sound/pcm.h | 2 +-
3835 include/sound/rawmidi.h | 3 +-
3836 include/sound/seq_kernel.h | 2 +-
3837 include/sound/soc.h | 4 +-
3838 include/trace/events/irq.h | 4 +-
3839 include/trace/events/mmflags.h | 7 +
3840 include/uapi/linux/a.out.h | 8 +
3841 include/uapi/linux/bcache.h | 5 +-
3842 include/uapi/linux/byteorder/little_endian.h | 28 +-
3843 include/uapi/linux/connector.h | 2 +-
3844 include/uapi/linux/elf.h | 28 +
3845 include/uapi/linux/screen_info.h | 2 +-
3846 include/uapi/linux/swab.h | 6 +-
3847 include/uapi/linux/xattr.h | 5 +
3848 include/video/udlfb.h | 8 +-
3849 include/video/uvesafb.h | 1 +
3850 init/Kconfig | 2 +-
3851 init/do_mounts.c | 16 +-
3852 init/do_mounts.h | 8 +-
3853 init/do_mounts_initrd.c | 30 +-
3854 init/do_mounts_md.c | 6 +-
3855 init/init_task.c | 4 +
3856 init/initramfs.c | 38 +-
3857 init/main.c | 30 +-
3858 ipc/compat.c | 4 +-
3859 ipc/ipc_sysctl.c | 14 +-
3860 ipc/mq_sysctl.c | 4 +-
3861 ipc/sem.c | 4 +-
3862 ipc/shm.c | 8 +-
3863 kernel/audit.c | 10 +-
3864 kernel/auditsc.c | 4 +-
3865 kernel/bpf/core.c | 28 +-
3866 kernel/capability.c | 3 +
3867 kernel/cgroup.c | 29 +-
3868 kernel/compat.c | 38 +-
3869 kernel/debug/debug_core.c | 16 +-
3870 kernel/debug/kdb/kdb_main.c | 4 +-
3871 kernel/events/callchain.c | 2 +-
3872 kernel/events/core.c | 36 +-
3873 kernel/events/internal.h | 10 +-
3874 kernel/events/uprobes.c | 2 +-
3875 kernel/exit.c | 27 +-
3876 kernel/fork.c | 175 +-
3877 kernel/futex.c | 9 +
3878 kernel/futex_compat.c | 2 +-
3879 kernel/irq/manage.c | 2 +-
3880 kernel/irq/msi.c | 19 +-
3881 kernel/irq/spurious.c | 2 +-
3882 kernel/jump_label.c | 5 +
3883 kernel/kallsyms.c | 40 +-
3884 kernel/kexec.c | 3 +-
3885 kernel/kmod.c | 8 +-
3886 kernel/kprobes.c | 4 +-
3887 kernel/ksysfs.c | 2 +-
3888 kernel/locking/lockdep.c | 7 +-
3889 kernel/module.c | 405 +-
3890 kernel/notifier.c | 17 +-
3891 kernel/padata.c | 4 +-
3892 kernel/panic.c | 11 +-
3893 kernel/pid.c | 8 +-
3894 kernel/pid_namespace.c | 2 +-
3895 kernel/power/process.c | 12 +-
3896 kernel/profile.c | 14 +-
3897 kernel/ptrace.c | 8 +-
3898 kernel/rcu/rcutorture.c | 60 +-
3899 kernel/rcu/tiny.c | 4 +-
3900 kernel/rcu/tree.c | 42 +-
3901 kernel/rcu/tree.h | 14 +-
3902 kernel/rcu/tree_plugin.h | 18 +-
3903 kernel/rcu/tree_trace.c | 12 +-
3904 kernel/resource.c | 4 +-
3905 kernel/sched/auto_group.c | 4 +-
3906 kernel/sched/core.c | 8 +-
3907 kernel/sched/deadline.c | 4 +-
3908 kernel/sched/debug.c | 45 +-
3909 kernel/sched/fair.c | 2 +-
3910 kernel/sched/rt.c | 4 +-
3911 kernel/sched/sched.h | 13 +-
3912 kernel/signal.c | 28 +-
3913 kernel/smp.c | 2 +-
3914 kernel/smpboot.c | 7 +-
3915 kernel/softirq.c | 12 +-
3916 kernel/stop_machine.c | 2 +-
3917 kernel/sys.c | 10 +-
3918 kernel/sys_ni.c | 4 +-
3919 kernel/sysctl.c | 34 +-
3920 kernel/time/alarmtimer.c | 4 +-
3921 kernel/time/posix-clock.c | 8 +-
3922 kernel/time/posix-cpu-timers.c | 4 +-
3923 kernel/time/posix-timers.c | 36 +-
3924 kernel/time/timer.c | 2 +-
3925 kernel/time/timer_stats.c | 10 +-
3926 kernel/trace/blktrace.c | 6 +-
3927 kernel/trace/ftrace.c | 33 +-
3928 kernel/trace/ring_buffer.c | 96 +-
3929 kernel/trace/trace.c | 2 +-
3930 kernel/trace/trace.h | 2 +-
3931 kernel/trace/trace_clock.c | 4 +-
3932 kernel/trace/trace_events.c | 1 -
3933 kernel/trace/trace_events_hist.c | 4 +-
3934 kernel/trace/trace_functions_graph.c | 4 +-
3935 kernel/trace/trace_mmiotrace.c | 8 +-
3936 kernel/trace/trace_output.c | 10 +-
3937 kernel/trace/trace_seq.c | 2 +-
3938 kernel/trace/trace_stack.c | 2 +-
3939 kernel/trace/tracing_map.c | 48 +-
3940 kernel/trace/tracing_map.h | 6 +-
3941 kernel/user.c | 2 +-
3942 kernel/user_namespace.c | 2 +-
3943 kernel/utsname_sysctl.c | 2 +-
3944 kernel/watchdog.c | 2 +-
3945 kernel/workqueue.c | 8 +-
3946 lib/Kconfig.debug | 8 +-
3947 lib/Makefile | 2 +-
3948 lib/bitmap.c | 8 +-
3949 lib/bug.c | 2 +
3950 lib/debugobjects.c | 2 +-
3951 lib/decompress_bunzip2.c | 3 +-
3952 lib/decompress_unlzma.c | 4 +-
3953 lib/div64.c | 4 +-
3954 lib/dma-debug.c | 4 +-
3955 lib/extable.c | 11 +-
3956 lib/inflate.c | 2 +-
3957 lib/ioremap.c | 4 +-
3958 lib/irq_poll.c | 2 +-
3959 lib/kobject.c | 4 +-
3960 lib/list_debug.c | 126 +-
3961 lib/lockref.c | 44 +-
3962 lib/percpu-refcount.c | 2 +-
3963 lib/radix-tree.c | 2 +-
3964 lib/random32.c | 2 +-
3965 lib/rhashtable.c | 4 +-
3966 lib/seq_buf.c | 4 +-
3967 lib/show_mem.c | 2 +-
3968 lib/strncpy_from_user.c | 2 +-
3969 lib/strnlen_user.c | 2 +-
3970 lib/swiotlb.c | 2 +-
3971 lib/usercopy.c | 6 +
3972 lib/vsprintf.c | 12 +-
3973 mm/Kconfig | 6 +-
3974 mm/backing-dev.c | 4 +-
3975 mm/fadvise.c | 2 +-
3976 mm/filemap.c | 8 +-
3977 mm/gup.c | 13 +-
3978 mm/highmem.c | 6 +-
3979 mm/hugetlb.c | 125 +-
3980 mm/hugetlb_cgroup.c | 60 +-
3981 mm/internal.h | 3 +-
3982 mm/maccess.c | 12 +-
3983 mm/madvise.c | 37 +
3984 mm/memcontrol.c | 6 +-
3985 mm/memory-failure.c | 6 +-
3986 mm/memory.c | 424 +-
3987 mm/mempolicy.c | 25 +
3988 mm/mlock.c | 18 +-
3989 mm/mm_init.c | 2 +-
3990 mm/mmap.c | 552 +-
3991 mm/mprotect.c | 137 +-
3992 mm/mremap.c | 39 +-
3993 mm/nommu.c | 21 +-
3994 mm/page-writeback.c | 2 +-
3995 mm/page_alloc.c | 61 +-
3996 mm/percpu.c | 2 +-
3997 mm/process_vm_access.c | 14 +-
3998 mm/readahead.c | 2 +-
3999 mm/rmap.c | 43 +-
4000 mm/shmem.c | 36 +-
4001 mm/slab.c | 113 +-
4002 mm/slab.h | 37 +-
4003 mm/slab_common.c | 85 +-
4004 mm/slob.c | 248 +-
4005 mm/slub.c | 118 +-
4006 mm/sparse-vmemmap.c | 4 +-
4007 mm/sparse.c | 2 +-
4008 mm/swap.c | 7 +
4009 mm/swapfile.c | 12 +-
4010 mm/util.c | 7 +
4011 mm/vmalloc.c | 116 +-
4012 mm/vmstat.c | 14 +-
4013 net/8021q/vlan.c | 5 +-
4014 net/8021q/vlan_netlink.c | 2 +-
4015 net/9p/mod.c | 4 +-
4016 net/9p/trans_fd.c | 2 +-
4017 net/atm/atm_misc.c | 8 +-
4018 net/atm/lec.h | 2 +-
4019 net/atm/proc.c | 6 +-
4020 net/atm/resources.c | 4 +-
4021 net/ax25/sysctl_net_ax25.c | 2 +-
4022 net/batman-adv/bat_iv_ogm.c | 8 +-
4023 net/batman-adv/fragmentation.c | 2 +-
4024 net/batman-adv/routing.c | 4 +-
4025 net/batman-adv/soft-interface.c | 12 +-
4026 net/batman-adv/sysfs.c | 48 +-
4027 net/batman-adv/sysfs.h | 4 +-
4028 net/batman-adv/translation-table.c | 14 +-
4029 net/batman-adv/types.h | 8 +-
4030 net/bluetooth/hci_sock.c | 2 +-
4031 net/bluetooth/l2cap_core.c | 6 +-
4032 net/bluetooth/l2cap_sock.c | 12 +-
4033 net/bluetooth/rfcomm/sock.c | 4 +-
4034 net/bluetooth/rfcomm/tty.c | 4 +-
4035 net/bridge/br_netfilter_hooks.c | 4 +-
4036 net/bridge/br_netlink.c | 2 +-
4037 net/bridge/netfilter/ebtables.c | 6 +-
4038 net/caif/cfctrl.c | 11 +-
4039 net/caif/chnl_net.c | 4 +-
4040 net/can/af_can.c | 2 +-
4041 net/can/gw.c | 6 +-
4042 net/ceph/ceph_common.c | 2 +-
4043 net/ceph/messenger.c | 4 +-
4044 net/compat.c | 26 +-
4045 net/core/datagram.c | 2 +-
4046 net/core/dev.c | 26 +-
4047 net/core/filter.c | 2 +-
4048 net/core/flow.c | 8 +-
4049 net/core/neighbour.c | 18 +-
4050 net/core/net-procfs.c | 4 +-
4051 net/core/net-sysfs.c | 2 +-
4052 net/core/net_namespace.c | 10 +-
4053 net/core/netpoll.c | 4 +-
4054 net/core/rtnetlink.c | 17 +-
4055 net/core/scm.c | 12 +-
4056 net/core/skbuff.c | 11 +-
4057 net/core/sock.c | 32 +-
4058 net/core/sock_diag.c | 17 +-
4059 net/core/sysctl_net_core.c | 22 +-
4060 net/decnet/af_decnet.c | 1 +
4061 net/decnet/sysctl_net_decnet.c | 4 +-
4062 net/dsa/dsa.c | 2 +-
4063 net/dsa/slave.c | 4 +-
4064 net/hsr/hsr_device.c | 2 +-
4065 net/hsr/hsr_netlink.c | 2 +-
4066 net/ieee802154/6lowpan/core.c | 2 +-
4067 net/ieee802154/6lowpan/reassembly.c | 14 +-
4068 net/ieee802154/core.c | 6 +-
4069 net/ipv4/af_inet.c | 6 +-
4070 net/ipv4/arp.c | 2 +-
4071 net/ipv4/devinet.c | 20 +-
4072 net/ipv4/fib_frontend.c | 6 +-
4073 net/ipv4/fib_semantics.c | 2 +-
4074 net/ipv4/icmp.c | 2 +-
4075 net/ipv4/inet_connection_sock.c | 4 +-
4076 net/ipv4/inet_diag.c | 4 +-
4077 net/ipv4/inet_timewait_sock.c | 2 +-
4078 net/ipv4/inetpeer.c | 2 +-
4079 net/ipv4/ip_fragment.c | 17 +-
4080 net/ipv4/ip_gre.c | 6 +-
4081 net/ipv4/ip_sockglue.c | 2 +-
4082 net/ipv4/ip_vti.c | 4 +-
4083 net/ipv4/ipconfig.c | 6 +-
4084 net/ipv4/ipip.c | 4 +-
4085 net/ipv4/netfilter/arp_tables.c | 10 +-
4086 net/ipv4/netfilter/ip_tables.c | 10 +-
4087 net/ipv4/ping.c | 14 +-
4088 net/ipv4/proc.c | 10 +-
4089 net/ipv4/raw.c | 16 +-
4090 net/ipv4/route.c | 40 +-
4091 net/ipv4/sysctl_net_ipv4.c | 24 +-
4092 net/ipv4/tcp_input.c | 6 +-
4093 net/ipv4/tcp_ipv4.c | 2 +-
4094 net/ipv4/tcp_metrics.c | 2 +-
4095 net/ipv4/tcp_probe.c | 2 +-
4096 net/ipv4/udp.c | 10 +-
4097 net/ipv4/xfrm4_mode_beet.c | 2 +-
4098 net/ipv4/xfrm4_mode_transport.c | 2 +-
4099 net/ipv4/xfrm4_policy.c | 19 +-
4100 net/ipv4/xfrm4_state.c | 4 +-
4101 net/ipv6/addrconf.c | 26 +-
4102 net/ipv6/af_inet6.c | 2 +-
4103 net/ipv6/datagram.c | 2 +-
4104 net/ipv6/icmp.c | 2 +-
4105 net/ipv6/inet6_hashtables.c | 2 +-
4106 net/ipv6/ip6_fib.c | 4 +-
4107 net/ipv6/ip6_gre.c | 10 +-
4108 net/ipv6/ip6_tunnel.c | 4 +-
4109 net/ipv6/ip6_vti.c | 4 +-
4110 net/ipv6/ipv6_sockglue.c | 2 +-
4111 net/ipv6/ndisc.c | 2 +-
4112 net/ipv6/netfilter/ip6_tables.c | 10 +-
4113 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
4114 net/ipv6/ping.c | 33 +-
4115 net/ipv6/proc.c | 10 +-
4116 net/ipv6/raw.c | 17 +-
4117 net/ipv6/reassembly.c | 13 +-
4118 net/ipv6/route.c | 2 +-
4119 net/ipv6/sit.c | 4 +-
4120 net/ipv6/sysctl_net_ipv6.c | 2 +-
4121 net/ipv6/udp.c | 6 +-
4122 net/ipv6/xfrm6_mode_beet.c | 2 +-
4123 net/ipv6/xfrm6_mode_transport.c | 2 +-
4124 net/ipv6/xfrm6_policy.c | 17 +-
4125 net/irda/discovery.c | 2 +-
4126 net/irda/ircomm/ircomm_core.c | 13 +-
4127 net/irda/ircomm/ircomm_tty.c | 24 +-
4128 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
4129 net/irda/irda_device.c | 14 +-
4130 net/irda/iriap.c | 14 +-
4131 net/irda/irias_object.c | 10 +-
4132 net/irda/irlan/irlan_client.c | 2 +-
4133 net/irda/irlap.c | 15 +-
4134 net/irda/irlap_event.c | 2 +-
4135 net/irda/irlmp.c | 21 +-
4136 net/irda/irlmp_event.c | 6 +-
4137 net/irda/irnet/irnet.h | 2 +-
4138 net/irda/irnet/irnet_irda.c | 6 +-
4139 net/irda/irttp.c | 8 +-
4140 net/irda/timer.c | 24 +-
4141 net/iucv/af_iucv.c | 4 +-
4142 net/iucv/iucv.c | 2 +-
4143 net/key/af_key.c | 4 +-
4144 net/l2tp/l2tp_eth.c | 40 +-
4145 net/l2tp/l2tp_ip.c | 2 +-
4146 net/l2tp/l2tp_ip6.c | 2 +-
4147 net/mac80211/cfg.c | 12 +-
4148 net/mac80211/debugfs.c | 2 +-
4149 net/mac80211/debugfs_key.c | 6 +-
4150 net/mac80211/ieee80211_i.h | 3 +-
4151 net/mac80211/iface.c | 20 +-
4152 net/mac80211/main.c | 2 +-
4153 net/mac80211/pm.c | 4 +-
4154 net/mac80211/rate.c | 2 +-
4155 net/mac80211/sta_info.c | 2 +-
4156 net/mac80211/tx.c | 2 +-
4157 net/mac80211/util.c | 8 +-
4158 net/mac80211/wpa.c | 12 +-
4159 net/mac802154/iface.c | 6 +-
4160 net/mpls/af_mpls.c | 10 +-
4161 net/netfilter/ipset/ip_set_core.c | 7 +-
4162 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
4163 net/netfilter/ipvs/ip_vs_core.c | 8 +-
4164 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
4165 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
4166 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
4167 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
4168 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
4169 net/netfilter/nf_conntrack_acct.c | 2 +-
4170 net/netfilter/nf_conntrack_core.c | 2 +-
4171 net/netfilter/nf_conntrack_ecache.c | 2 +-
4172 net/netfilter/nf_conntrack_helper.c | 2 +-
4173 net/netfilter/nf_conntrack_netlink.c | 22 +-
4174 net/netfilter/nf_conntrack_proto.c | 2 +-
4175 net/netfilter/nf_conntrack_standalone.c | 2 +-
4176 net/netfilter/nf_conntrack_timestamp.c | 2 +-
4177 net/netfilter/nf_log.c | 10 +-
4178 net/netfilter/nf_nat_ftp.c | 2 +-
4179 net/netfilter/nf_nat_irc.c | 2 +-
4180 net/netfilter/nf_sockopt.c | 4 +-
4181 net/netfilter/nf_tables_api.c | 13 +-
4182 net/netfilter/nfnetlink_acct.c | 33 +-
4183 net/netfilter/nfnetlink_cthelper.c | 2 +-
4184 net/netfilter/nfnetlink_cttimeout.c | 2 +-
4185 net/netfilter/nfnetlink_log.c | 4 +-
4186 net/netfilter/nft_compat.c | 9 +-
4187 net/netfilter/xt_IDLETIMER.c | 12 +-
4188 net/netfilter/xt_statistic.c | 8 +-
4189 net/netlink/af_netlink.c | 16 +-
4190 net/netlink/diag.c | 2 +-
4191 net/netlink/genetlink.c | 14 +-
4192 net/openvswitch/vport-geneve.c | 7 +-
4193 net/openvswitch/vport-gre.c | 7 +-
4194 net/openvswitch/vport-internal_dev.c | 4 +-
4195 net/openvswitch/vport-netdev.c | 7 +-
4196 net/openvswitch/vport-vxlan.c | 7 +-
4197 net/packet/af_packet.c | 26 +-
4198 net/packet/diag.c | 2 +-
4199 net/packet/internal.h | 6 +-
4200 net/phonet/pep.c | 6 +-
4201 net/phonet/socket.c | 2 +-
4202 net/phonet/sysctl.c | 2 +-
4203 net/rds/cong.c | 6 +-
4204 net/rds/ib.h | 2 +-
4205 net/rds/ib_cm.c | 2 +-
4206 net/rds/ib_recv.c | 4 +-
4207 net/rds/rds.h | 2 +-
4208 net/rds/tcp.c | 6 +-
4209 net/rds/tcp.h | 6 +-
4210 net/rds/tcp_send.c | 2 +-
4211 net/rxrpc/af_rxrpc.c | 2 +-
4212 net/rxrpc/ar-ack.c | 14 +-
4213 net/rxrpc/ar-call.c | 2 +-
4214 net/rxrpc/ar-connection.c | 2 +-
4215 net/rxrpc/ar-connevent.c | 2 +-
4216 net/rxrpc/ar-input.c | 4 +-
4217 net/rxrpc/ar-internal.h | 8 +-
4218 net/rxrpc/ar-local.c | 2 +-
4219 net/rxrpc/ar-output.c | 4 +-
4220 net/rxrpc/ar-peer.c | 2 +-
4221 net/rxrpc/ar-proc.c | 4 +-
4222 net/rxrpc/ar-transport.c | 2 +-
4223 net/rxrpc/rxkad.c | 4 +-
4224 net/sched/sch_generic.c | 4 +-
4225 net/sched/sch_tbf.c | 9 +-
4226 net/sctp/ipv6.c | 4 +-
4227 net/sctp/protocol.c | 8 +-
4228 net/sctp/sctp_diag.c | 2 +-
4229 net/sctp/sm_sideeffect.c | 4 +-
4230 net/sctp/socket.c | 21 +-
4231 net/sctp/sysctl.c | 10 +-
4232 net/socket.c | 18 +-
4233 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
4234 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
4235 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
4236 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
4237 net/sunrpc/clnt.c | 4 +-
4238 net/sunrpc/rpcb_clnt.c | 66 +-
4239 net/sunrpc/sched.c | 4 +-
4240 net/sunrpc/svc.c | 8 +-
4241 net/sunrpc/svcauth_unix.c | 2 +-
4242 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
4243 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
4244 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
4245 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
4246 net/tipc/netlink_compat.c | 12 +-
4247 net/tipc/subscr.c | 2 +-
4248 net/unix/diag.c | 2 +-
4249 net/unix/sysctl_net_unix.c | 2 +-
4250 net/wireless/scan.c | 3 +-
4251 net/wireless/wext-compat.c | 141 +-
4252 net/wireless/wext-compat.h | 8 +-
4253 net/wireless/wext-core.c | 19 +-
4254 net/wireless/wext-sme.c | 5 +-
4255 net/xfrm/xfrm_policy.c | 18 +-
4256 net/xfrm/xfrm_state.c | 37 +-
4257 net/xfrm/xfrm_sysctl.c | 2 +-
4258 net/xfrm/xfrm_user.c | 2 +-
4259 scripts/Kbuild.include | 12 +-
4260 scripts/Makefile | 2 +-
4261 scripts/Makefile.build | 2 +-
4262 scripts/Makefile.clean | 4 +-
4263 scripts/Makefile.extrawarn | 4 +
4264 scripts/Makefile.gcc-plugins | 95 +
4265 scripts/Makefile.host | 73 +-
4266 scripts/basic/fixdep.c | 10 +-
4267 scripts/dtc/checks.c | 14 +-
4268 scripts/dtc/data.c | 6 +-
4269 scripts/dtc/flattree.c | 8 +-
4270 scripts/dtc/livetree.c | 4 +-
4271 scripts/gcc-plugin.sh | 65 +
4272 scripts/gcc-plugins/Makefile | 28 +
4273 scripts/gcc-plugins/checker_plugin.c | 496 +
4274 scripts/gcc-plugins/colorize_plugin.c | 162 +
4275 scripts/gcc-plugins/constify_plugin.c | 582 +
4276 scripts/gcc-plugins/gcc-common.h | 894 +
4277 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 175 +
4278 scripts/gcc-plugins/gcc-generate-ipa-pass.h | 289 +
4279 scripts/gcc-plugins/gcc-generate-rtl-pass.h | 175 +
4280 scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h | 175 +
4281 scripts/gcc-plugins/initify_plugin.c | 536 +
4282 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
4283 scripts/gcc-plugins/kernexec_plugin.c | 407 +
4284 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
4285 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
4286 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
4287 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
4288 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
4289 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 513 +
4290 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
4291 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
4292 scripts/gcc-plugins/size_overflow_plugin/Makefile | 30 +
4293 .../disable_size_overflow_hash.data | 12445 +++++++++++
4294 .../generate_size_overflow_hash.sh | 103 +
4295 .../insert_size_overflow_asm.c | 369 +
4296 .../size_overflow_plugin/intentional_overflow.c | 1166 +
4297 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
4298 .../size_overflow_plugin/size_overflow.h | 331 +
4299 .../size_overflow_plugin/size_overflow_debug.c | 194 +
4300 .../size_overflow_plugin/size_overflow_hash.data | 22068 +++++++++++++++++++
4301 .../size_overflow_hash_aux.data | 97 +
4302 .../size_overflow_plugin/size_overflow_ipa.c | 1163 +
4303 .../size_overflow_plugin/size_overflow_misc.c | 505 +
4304 .../size_overflow_plugin/size_overflow_plugin.c | 290 +
4305 .../size_overflow_plugin_hash.c | 352 +
4306 .../size_overflow_plugin/size_overflow_transform.c | 743 +
4307 .../size_overflow_transform_core.c | 1025 +
4308 scripts/gcc-plugins/stackleak_plugin.c | 350 +
4309 scripts/gcc-plugins/structleak_plugin.c | 239 +
4310 scripts/headers_install.sh | 1 +
4311 scripts/kallsyms.c | 4 +-
4312 scripts/kconfig/lkc.h | 5 +-
4313 scripts/kconfig/menu.c | 2 +-
4314 scripts/kconfig/symbol.c | 6 +-
4315 scripts/link-vmlinux.sh | 2 +-
4316 scripts/mod/file2alias.c | 14 +-
4317 scripts/mod/modpost.c | 40 +-
4318 scripts/mod/modpost.h | 6 +-
4319 scripts/mod/sumversion.c | 2 +-
4320 scripts/module-common.lds | 4 +
4321 scripts/package/builddeb | 1 +
4322 scripts/pnmtologo.c | 6 +-
4323 scripts/sortextable.h | 6 +-
4324 scripts/tags.sh | 2 +-
4325 security/Kconfig | 735 +-
4326 security/apparmor/include/policy.h | 2 +-
4327 security/apparmor/lsm.c | 16 +-
4328 security/apparmor/policy.c | 4 +-
4329 security/integrity/ima/ima.h | 4 +-
4330 security/integrity/ima/ima_api.c | 2 +-
4331 security/integrity/ima/ima_fs.c | 4 +-
4332 security/integrity/ima/ima_queue.c | 2 +-
4333 security/keys/internal.h | 8 +-
4334 security/keys/key.c | 18 +-
4335 security/keys/keyring.c | 4 -
4336 security/selinux/avc.c | 6 +-
4337 security/selinux/include/xfrm.h | 2 +-
4338 security/yama/yama_lsm.c | 2 +-
4339 sound/aoa/codecs/onyx.c | 7 +-
4340 sound/aoa/codecs/onyx.h | 1 +
4341 sound/core/oss/pcm_oss.c | 18 +-
4342 sound/core/pcm_compat.c | 2 +-
4343 sound/core/pcm_lib.c | 3 +-
4344 sound/core/pcm_native.c | 4 +-
4345 sound/core/rawmidi.c | 5 +-
4346 sound/core/seq/oss/seq_oss_synth.c | 4 +-
4347 sound/core/seq/seq_clientmgr.c | 10 +-
4348 sound/core/seq/seq_compat.c | 2 +-
4349 sound/core/seq/seq_fifo.c | 6 +-
4350 sound/core/seq/seq_fifo.h | 2 +-
4351 sound/core/seq/seq_memory.c | 18 +-
4352 sound/core/seq/seq_midi.c | 5 +-
4353 sound/core/seq/seq_virmidi.c | 2 +-
4354 sound/core/sound.c | 2 +-
4355 sound/drivers/mts64.c | 14 +-
4356 sound/drivers/opl4/opl4_lib.c | 2 +-
4357 sound/drivers/portman2x4.c | 3 +-
4358 sound/firewire/amdtp-am824.c | 2 +-
4359 sound/firewire/amdtp-stream.c | 4 +-
4360 sound/firewire/amdtp-stream.h | 2 +-
4361 sound/firewire/digi00x/amdtp-dot.c | 2 +-
4362 sound/firewire/isight.c | 10 +-
4363 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
4364 sound/oss/sb_audio.c | 2 +-
4365 sound/oss/swarm_cs4297a.c | 6 +-
4366 sound/pci/als300.c | 2 +-
4367 sound/pci/aw2/aw2-alsa.c | 2 -
4368 sound/pci/aw2/aw2-saa7146.c | 4 +-
4369 sound/pci/ctxfi/ctamixer.c | 14 +-
4370 sound/pci/ctxfi/ctamixer.h | 8 +-
4371 sound/pci/ctxfi/ctatc.c | 20 +-
4372 sound/pci/ctxfi/ctdaio.c | 6 +-
4373 sound/pci/ctxfi/ctdaio.h | 4 +-
4374 sound/pci/ctxfi/ctsrc.c | 13 +-
4375 sound/pci/ctxfi/ctsrc.h | 8 +-
4376 sound/pci/hda/hda_codec.c | 2 +-
4377 sound/pci/ymfpci/ymfpci.h | 2 +-
4378 sound/pci/ymfpci/ymfpci_main.c | 12 +-
4379 sound/soc/codecs/cx20442.c | 8 +-
4380 sound/soc/codecs/sti-sas.c | 10 +-
4381 sound/soc/codecs/tlv320dac33.c | 7 +-
4382 sound/soc/codecs/uda1380.c | 7 +-
4383 sound/soc/intel/skylake/skl-sst-dsp.h | 2 +-
4384 sound/soc/soc-ac97.c | 6 +-
4385 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
4386 tools/include/linux/compiler.h | 8 +
4387 tools/perf/util/include/asm/alternative-asm.h | 3 +
4388 tools/virtio/linux/uaccess.h | 2 +-
4389 virt/kvm/kvm_main.c | 42 +-
4390 2774 files changed, 78254 insertions(+), 14304 deletions(-)
4391 commit b2d3123595e9bd771c1292b03b82e47127b416c0
4392 Author: Brad Spengler <spender@grsecurity.net>
4393 Date: Sun Jul 31 21:40:39 2016 -0400
4394
4395 ARM compile fixes
4396
4397 arch/arm/include/asm/atomic.h | 40 +++++++++++++++++++++++++--------------
4398 arch/arm/include/asm/domain.h | 1 +
4399 include/asm-generic/atomic-long.h | 2 ++
4400 include/asm-generic/atomic64.h | 1 +
4401 include/linux/atomic.h | 23 ++++++++++++++++++++++
4402 5 files changed, 53 insertions(+), 14 deletions(-)
4403
4404 commit 439d240094e132ce7455a12267340a15ff45a6bf
4405 Author: Scott Bauer <sbauer@plzdonthack.me>
4406 Date: Wed Jul 27 19:11:29 2016 -0600
4407
4408 vfs: ioctl: prevent double-fetch in dedupe ioctl
4409
4410 This prevents a double-fetch from user space that can lead to to an
4411 undersized allocation and heap overflow.
4412
4413 Fixes: 54dbc1517237 ("vfs: hoist the btrfs deduplication ioctl to the vfs")
4414 Signed-off-by: Scott Bauer <sbauer@plzdonthack.me>
4415 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
4416
4417 fs/ioctl.c | 1 +
4418 1 file changed, 1 insertion(+)
4419
4420 commit 0e2289fa07be544a2f72d3eebd1d2c76e435f5c5
4421 Author: Brad Spengler <spender@grsecurity.net>
4422 Date: Wed Jul 27 20:30:01 2016 -0400
4423
4424 Update size_overflow hash table
4425
4426 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
4427 1 file changed, 1 insertion(+)
4428
4429 commit 50d051c5af8ea45fc8465ccbfda3530e95d2b97a
4430 Author: Brad Spengler <spender@grsecurity.net>
4431 Date: Wed Jul 27 20:14:26 2016 -0400
4432
4433 Update size_overflow hash table
4434
4435 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 3 ++-
4436 1 file changed, 2 insertions(+), 1 deletion(-)
4437
4438 commit aff6427a6baa489e210f6951f90bf29c4bf7a5f6
4439 Merge: d1085b0 8f83873
4440 Author: Brad Spengler <spender@grsecurity.net>
4441 Date: Wed Jul 27 19:53:16 2016 -0400
4442
4443 Merge branch 'pax-test' into grsec-test
4444
4445 commit 8f838734fe795a77eef1807e804b8bbae857201f
4446 Merge: 48edba8 bed4c61
4447 Author: Brad Spengler <spender@grsecurity.net>
4448 Date: Wed Jul 27 19:40:39 2016 -0400
4449
4450 Update to pax-linux-4.6.5-test18.patch:
4451 - fixed a few non-refcount atomic uses found by static analysis
4452 - plugins no longer export symbols except for those required by gcc
4453 - moved a few instrumentation passes after other analysis passes to prevent interference
4454 - got rid of the use of paravirt_enabled on amd64 which is gone in 4.7 anyway
4455 - repurposed the unusued skip_heap_stack_gap to simplify the unmapped area lookup code
4456 - fixed a few compile warnings related to constification and function type fixes
4457
4458 Merge branch 'linux-4.6.y' into pax-test
4459
4460 commit d1085b0354e32d2b030ca38bf0fa854129b6f381
4461 Merge: 59774b1 48edba8
4462 Author: Brad Spengler <spender@grsecurity.net>
4463 Date: Sun Jul 24 19:36:43 2016 -0400
4464
4465 Merge branch 'pax-test' into grsec-test
4466
4467 commit 48edba86de9569aef6faad21075b501c5023a66f
4468 Author: Brad Spengler <spender@grsecurity.net>
4469 Date: Sun Jul 24 19:34:05 2016 -0400
4470
4471 Update to pax-linux-4.6.4-test16.patch:
4472 - 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)
4473 - reverted back to the old size overflow hash table until Emese tames the data flow analysis a bit
4474 - fixed the constify plugin to properly build the type for pointers to deconstified structs
4475
4476 arch/x86/include/asm/uaccess.h | 2 +-
4477 arch/x86/kernel/kgdb.c | 4 +-
4478 scripts/gcc-plugins/constify_plugin.c | 9 +-
4479 .../disable_size_overflow_hash.data | 7 +-
4480 .../size_overflow_plugin/size_overflow_hash.data | 13545 +++++++++----------
4481 5 files changed, 6580 insertions(+), 6987 deletions(-)
4482
4483 commit 59774b19cbe7ea87915d659d4711c830ce360e36
4484 Author: Brad Spengler <spender@grsecurity.net>
4485 Date: Sat Jul 23 18:47:31 2016 -0400
4486
4487 Allow 'perf' to be used as a privileged user by making the default
4488 kptr_restrict setting 1 with HIDESYM (rather than the previous 2).
4489 To prevent abuse from loggers (like the adb case) add CAP_SYS_ADMIN
4490 to the kptr_restrict=1 case. It can always be set to 2 if the user
4491 wishes.
4492
4493 kernel/sysctl.c | 2 +-
4494 lib/vsprintf.c | 5 ++++-
4495 2 files changed, 5 insertions(+), 2 deletions(-)
4496
4497 commit 191fac3a4900d3e033969952d99b79cfa2525f30
4498 Author: Brad Spengler <spender@grsecurity.net>
4499 Date: Sat Jul 23 14:56:39 2016 -0400
4500
4501 Force OABI_COMPAT off, it's full of privesc vulns
4502
4503 arch/arm/Kconfig | 1 +
4504 1 file changed, 1 insertion(+)
4505
4506 commit 4a983bdd1886eb2068c3fccd0d95358ff3b3eee1
4507 Author: Brad Spengler <spender@grsecurity.net>
4508 Date: Sat Jul 23 10:44:43 2016 -0400
4509
4510 Stop logging RLIMIT_NICE denials, just produces log spam
4511
4512 grsecurity/gracl_res.c | 10 ++++++++--
4513 1 file changed, 8 insertions(+), 2 deletions(-)
4514
4515 commit 84f2bc67492f30f06520497a9bb16c0a2e3103df
4516 Author: Brad Spengler <spender@grsecurity.net>
4517 Date: Tue Jul 19 20:13:30 2016 -0400
4518
4519 Revert to previous size_overflow hash table temporarily while the
4520 root causes of recent FPs are worked out
4521
4522 .../disable_size_overflow_hash.data | 7 +-
4523 .../size_overflow_plugin/size_overflow_hash.data | 13743 +++++++++----------
4524 2 files changed, 6845 insertions(+), 6905 deletions(-)
4525
4526 commit ea2b9616253f017edf97e4b86e82d6c89df17c4d
4527 Merge: e52044e cd66132
4528 Author: Brad Spengler <spender@grsecurity.net>
4529 Date: Tue Jul 19 19:21:52 2016 -0400
4530
4531 Merge branch 'pax-test' into grsec-test
4532
4533 commit cd661322f3b91c6fd6fee4a6a5907b054a70a5f7
4534 Author: Brad Spengler <spender@grsecurity.net>
4535 Date: Tue Jul 19 19:14:36 2016 -0400
4536
4537 Update to pax-linux-4.6.4-test15.patch:
4538 - updated the size overflow hash table from grsecurity
4539 - 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)
4540
4541 .../disable_size_overflow_hash.data | 7 +-
4542 .../size_overflow_plugin/size_overflow_hash.data | 850 +++++++++++++++++----
4543 2 files changed, 694 insertions(+), 163 deletions(-)
4544
4545 commit e52044e34a92f944b99e9219147617dc7449a675
4546 Author: Brad Spengler <spender@grsecurity.net>
4547 Date: Mon Jul 18 21:25:15 2016 -0400
4548
4549 Update size_overflow hash table
4550
4551 .../size_overflow_plugin/size_overflow_hash.data | 466 +++++++++++++++++----
4552 1 file changed, 382 insertions(+), 84 deletions(-)
4553
4554 commit 27ed9167fb98fe9f9e75aace6f651ff814a189a5
4555 Author: Brad Spengler <spender@grsecurity.net>
4556 Date: Mon Jul 18 21:04:42 2016 -0400
4557
4558 Update size_overflow hash table
4559
4560 .../gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 12 ++++++++----
4561 1 file changed, 8 insertions(+), 4 deletions(-)
4562
4563 commit b0a1f25a251b7c1c582fa3a95605654f8da33193
4564 Author: Jann Horn <jann@thejh.net>
4565 Date: Fri Sep 11 21:39:33 2015 +0200
4566
4567 xfs: fix type confusion in xfs_ioc_swapext
4568
4569 Without this check, the following XFS_I invocations would return bad
4570 pointers when used on non-XFS inodes (perhaps pointers into preceding
4571 allocator chunks).
4572
4573 This could be used by an attacker to trick xfs_swap_extents into
4574 performing locking operations on attacker-chosen structures in kernel
4575 memory, potentially leading to code execution in the kernel. (I have
4576 not investigated how likely this is to be usable for an attack in
4577 practice.)
4578
4579 Signed-off-by: Jann Horn <jann@thejh.net>
4580 Cc: Andy Lutomirski <luto@amacapital.net>
4581 Cc: Dave Chinner <david@fromorbit.com>
4582 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
4583
4584 fs/xfs/xfs_ioctl.c | 6 ++++++
4585 1 file changed, 6 insertions(+)
4586
4587 commit 01e9e48be783cefbe69ff9241ab678de69eaab5b
4588 Merge: bd6d599 c421d76
4589 Author: Brad Spengler <spender@grsecurity.net>
4590 Date: Mon Jul 18 20:18:27 2016 -0400
4591
4592 Merge branch 'pax-test' into grsec-test
4593
4594 commit c421d76c43d1840ab72bf2cd414e61ee0581e80b
4595 Author: Brad Spengler <spender@grsecurity.net>
4596 Date: Mon Jul 18 20:04:22 2016 -0400
4597
4598 Update to pax-linux-4.6.4-test14.patch:
4599 - Emese regenerated the size overflow hash table
4600 - fixed a few more section mismatches detected in LTO mode
4601 - reworked how KERNEXEC coexists with upstream's DEBUG_RODATA
4602 - reworked the KERNEXEC plugin configuration, read the Kconfig help!
4603 - simplified the constify plugin a bit
4604 - 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)
4605 - 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)
4606 - fixed !KERNEXEC boot crash on x86, reported by peetaur (https://forums.grsecurity.net/viewtopic.php?f=3&t=4512)
4607 - fixed compile warnings triggered by the __SYSCALL_DEFINEx macro
4608
4609 arch/mips/Kbuild | 2 +-
4610 arch/mips/include/asm/irq.h | 1 -
4611 arch/sparc/include/asm/atomic_64.h | 6 +
4612 arch/sparc/kernel/prom_common.c | 2 +-
4613 arch/sparc/lib/atomic_64.S | 2 +-
4614 arch/sparc/lib/ksyms.c | 4 +-
4615 arch/x86/entry/entry_64.S | 2 +-
4616 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-
4617 arch/x86/kernel/alternative.c | 21 +
4618 arch/x86/kernel/cpu/common.c | 4 +
4619 arch/x86/platform/olpc/olpc_dt.c | 2 +-
4620 drivers/block/drbd/drbd_int.h | 4 +-
4621 drivers/gpu/drm/sti/sti_hda.c | 4 +-
4622 drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
4623 drivers/gpu/drm/sti/sti_tvout.c | 4 +-
4624 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
4625 drivers/hwmon/applesmc.c | 2 +-
4626 drivers/iommu/io-pgtable-arm.c | 2 +-
4627 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
4628 drivers/leds/leds-clevo-mail.c | 2 +-
4629 drivers/leds/leds-ss4200.c | 2 +-
4630 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 2 +
4631 drivers/mtd/nand/brcmnand/iproc_nand.c | 2 +
4632 drivers/platform/chrome/chromeos_laptop.c | 2 +-
4633 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
4634 drivers/pnp/base.h | 2 +-
4635 drivers/pnp/resource.c | 4 +-
4636 fs/exec.c | 20 +-
4637 include/drm/drm_modeset_helper_vtables.h | 1 +
4638 include/linux/syscalls.h | 8 +-
4639 mm/slab_common.c | 6 +
4640 mm/slob.c | 44 +-
4641 mm/slub.c | 7 +
4642 scripts/Makefile.gcc-plugins | 4 +-
4643 scripts/gcc-plugins/constify_plugin.c | 10 +-
4644 .../size_overflow_plugin/size_overflow_hash.data | 13633 +++++++++----------
4645 security/Kconfig | 63 +-
4646 37 files changed, 6934 insertions(+), 6953 deletions(-)
4647
4648 commit bd6d599943a777b93600dd4a43bbeea5dde2dfa0
4649 Author: Brad Spengler <spender@grsecurity.net>
4650 Date: Sun Jul 17 17:18:15 2016 -0400
4651
4652 Ensure current state is set to TASK_RUNNING before doing a copy on the RBAC learning read side
4653
4654 grsecurity/gracl_learn.c | 6 ++++--
4655 kernel/sched/core.c | 2 +-
4656 2 files changed, 5 insertions(+), 3 deletions(-)
4657
4658 commit 0f2e7d90efc7eeff655d7cc2c15838497f8c0513
4659 Author: Brad Spengler <spender@grsecurity.net>
4660 Date: Fri Jul 15 15:29:41 2016 -0400
4661
4662 Force that BUG() be enabled in the kernel config if grsecurity is enabled
4663 Suggested by Kees Cook
4664
4665 security/Kconfig | 1 +
4666 1 file changed, 1 insertion(+)
4667
4668 commit 3efe62268d831fc5c89a64b8ff1496d2b912ebf6
4669 Author: Brad Spengler <spender@grsecurity.net>
4670 Date: Thu Jul 14 21:14:55 2016 -0400
4671
4672 randomize layout of two more structs
4673
4674 include/linux/cdev.h | 2 +-
4675 include/linux/fs.h | 2 +-
4676 2 files changed, 2 insertions(+), 2 deletions(-)
4677
4678 commit 58c0443674275163e4d488f890ba1b985d13a4b0
4679 Author: Brad Spengler <spender@grsecurity.net>
4680 Date: Mon Jul 11 21:30:57 2016 -0400
4681
4682 Temporary workaround for size_overflow detection reported at:
4683 https://forums.grsecurity.net/viewtopic.php?f=3&t=4510
4684 by brainatwork
4685
4686 drivers/block/drbd/drbd_int.h | 4 ++--
4687 1 file changed, 2 insertions(+), 2 deletions(-)
4688
4689 commit aa1f32f7a62f394d1f90c2d9952befdd5294c088
4690 Author: Brad Spengler <spender@grsecurity.net>
4691 Date: Mon Jul 11 21:18:20 2016 -0400
4692
4693 Update size_overflow hash table
4694
4695 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
4696 1 file changed, 1 insertion(+)
4697
4698 commit 329fa438e13041fda3dcd292adf2aeb1c008c72c
4699 Author: Jeff Mahoney <jeffm@suse.com>
4700 Date: Tue Jul 5 17:32:30 2016 -0400
4701
4702 ecryptfs: don't allow mmap when the lower fs doesn't support it
4703
4704 There are legitimate reasons to disallow mmap on certain files, notably
4705 in sysfs or procfs. We shouldn't emulate mmap support on file systems
4706 that don't offer support natively.
4707
4708 CVE-2016-1583
4709
4710 Signed-off-by: Jeff Mahoney <jeffm@suse.com>
4711 Cc: stable@vger.kernel.org
4712 [tyhicks: clean up f_op check by using ecryptfs_file_to_lower()]
4713 Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
4714
4715 fs/ecryptfs/file.c | 15 ++++++++++++++-
4716 1 file changed, 14 insertions(+), 1 deletion(-)
4717
4718 commit 5b86b77c32a55ebc8b441ac71839bb50012e505a
4719 Author: Vegard Nossum <vegard.nossum@oracle.com>
4720 Date: Thu Jul 7 13:41:11 2016 -0700
4721
4722 apparmor: fix oops, validate buffer size in apparmor_setprocattr()
4723
4724 When proc_pid_attr_write() was changed to use memdup_user apparmor's
4725 (interface violating) assumption that the setprocattr buffer was always
4726 a single page was violated.
4727
4728 The size test is not strictly speaking needed as proc_pid_attr_write()
4729 will reject anything larger, but for the sake of robustness we can keep
4730 it in.
4731
4732 SMACK and SELinux look safe to me, but somebody else should probably
4733 have a look just in case.
4734
4735 Based on original patch from Vegard Nossum <vegard.nossum@oracle.com>
4736 modified for the case that apparmor provides null termination.
4737
4738 Fixes: bb646cdb12e75d82258c2f2e7746d5952d3e321a
4739 Reported-by: Vegard Nossum <vegard.nossum@oracle.com>
4740 Cc: Al Viro <viro@zeniv.linux.org.uk>
4741 Cc: John Johansen <john.johansen@canonical.com>
4742 Cc: Paul Moore <paul@paul-moore.com>
4743 Cc: Stephen Smalley <sds@tycho.nsa.gov>
4744 Cc: Eric Paris <eparis@parisplace.org>
4745 Cc: Casey Schaufler <casey@schaufler-ca.com>
4746 Cc: stable@kernel.org
4747 Signed-off-by: John Johansen <john.johansen@canonical.com>
4748 Reviewed-by: Tyler Hicks <tyhicks@canonical.com>
4749 Signed-off-by: James Morris <james.l.morris@oracle.com>
4750
4751 security/apparmor/lsm.c | 36 +++++++++++++++++++-----------------
4752 1 file changed, 19 insertions(+), 17 deletions(-)
4753
4754 commit cf7f94ad6c32ff91363641573a64c85f4877e290
4755 Merge: 7765cd9 50212d6
4756 Author: Brad Spengler <spender@grsecurity.net>
4757 Date: Mon Jul 11 18:39:35 2016 -0400
4758
4759 Merge branch 'pax-test' into grsec-test
4760
4761 commit 50212d610aeb6ced453e1835c169c46acdf3940d
4762 Merge: 98d6186 310ca59
4763 Author: Brad Spengler <spender@grsecurity.net>
4764 Date: Mon Jul 11 18:39:08 2016 -0400
4765
4766 Merge branch 'linux-4.6.y' into pax-test
4767
4768 commit 7765cd90c911e58959451529995ea44b7a2271d6
4769 Author: Brad Spengler <spender@grsecurity.net>
4770 Date: Thu Jul 7 07:12:54 2016 -0400
4771
4772 Compile fix reported by adminwset on the forums:
4773 https://forums.grsecurity.net/viewtopic.php?t=4507&p=16420#p16420
4774
4775 fs/proc/task_mmu.c | 2 +-
4776 1 file changed, 1 insertion(+), 1 deletion(-)
4777
4778 commit c94fbc6f47fdae9a2dcf29d3048c8da8752dbbdf
4779 Author: Brad Spengler <spender@grsecurity.net>
4780 Date: Wed Jul 6 21:11:33 2016 -0400
4781
4782 compile fix
4783
4784 arch/x86/mm/init_32.c | 1 -
4785 1 file changed, 1 deletion(-)
4786
4787 commit ee4f4cdd26864ac40ac22b4a3b88f284a6d057d0
4788 Author: Miklos Szeredi <mszeredi@redhat.com>
4789 Date: Wed Jun 29 16:03:55 2016 +0200
4790
4791 ovl: get_write_access() in truncate
4792
4793 When truncating a file we should check write access on the underlying
4794 inode. And we should do so on the lower file as well (before copy-up) for
4795 consistency.
4796
4797 Original patch and test case by Aihua Zhang.
4798
4799 - - >o >o - - test.c - - >o >o - -
4800 #include <stdio.h>
4801 #include <errno.h>
4802 #include <unistd.h>
4803
4804 int main(int argc, char *argv[])
4805 {
4806 int ret;
4807
4808 ret = truncate(argv[0], 4096);
4809 if (ret != -1) {
4810 fprintf(stderr, "truncate(argv[0]) should have failed\n");
4811 return 1;
4812 }
4813 if (errno != ETXTBSY) {
4814 perror("truncate(argv[0])");
4815 return 1;
4816 }
4817
4818 return 0;
4819 }
4820 - - >o >o - - >o >o - - >o >o - -
4821
4822 Reported-by: Aihua Zhang <zhangaihua1@huawei.com>
4823 Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
4824 Cc: <stable@vger.kernel.org>
4825
4826 fs/overlayfs/inode.c | 21 +++++++++++++++++++++
4827 1 file changed, 21 insertions(+)
4828
4829 commit 4585d082282707fbe91025c987bd8cef4152196d
4830 Author: Vivek Goyal <vgoyal@redhat.com>
4831 Date: Fri Jul 1 10:02:44 2016 -0400
4832
4833 ovl: warn instead of error if d_type is not supported
4834
4835 overlay needs underlying fs to support d_type. Recently I put in a
4836 patch in to detect this condition and started failing mount if
4837 underlying fs did not support d_type.
4838
4839 But this breaks existing configurations over kernel upgrade. Those who
4840 are running docker (partially broken configuration) with xfs not
4841 supporting d_type, are surprised that after kernel upgrade docker does
4842 not run anymore.
4843
4844 https://github.com/docker/docker/issues/22937#issuecomment-229881315
4845
4846 So instead of erroring out, detect broken configuration and warn
4847 about it. This should allow existing docker setups to continue
4848 working after kernel upgrade.
4849
4850 Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
4851 Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
4852 Fixes: 45aebeaf4f67 ("ovl: Ensure upper filesystem supports d_type")
4853 Cc: <stable@vger.kernel.org> 4.6
4854
4855 fs/overlayfs/super.c | 12 +++++++-----
4856 1 file changed, 7 insertions(+), 5 deletions(-)
4857
4858 commit 97bb95801d1ce86dafd1a59483803aba5b93e7c0
4859 Author: Randy Dunlap <rdunlap@infradead.org>
4860 Date: Wed Jul 6 16:06:53 2016 -0700
4861
4862 init/Kconfig: keep Expert users menu together
4863
4864 The "expert" menu was broken (split) such that all entries in it after
4865 KALLSYMS were displayed in the "General setup" area instead of in the
4866 "Expert users" area. Fix this by adding one kconfig dependency.
4867
4868 Yes, the Expert users menu is fragile. Problems like this have happened
4869 several times in the past. I will attempt to isolate the Expert users
4870 menu if there is interest in that.
4871
4872 Fixes: 4d5d5664c900 ("x86: kallsyms: disable absolute percpu symbols on !SMP")
4873 Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
4874 Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
4875 Cc: stable@vger.kernel.org # 4.6
4876 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
4877
4878 init/Kconfig | 1 +
4879 1 file changed, 1 insertion(+)
4880
4881 commit 616a19ea32197667494240e8afc0de98d28fdd47
4882 Merge: 769cc1b 98d6186
4883 Author: Brad Spengler <spender@grsecurity.net>
4884 Date: Wed Jul 6 20:41:51 2016 -0400
4885
4886 Merge branch 'pax-test' into grsec-test
4887
4888 commit 98d61867ac6a18500bbd9771678138154869cec3
4889 Author: Brad Spengler <spender@grsecurity.net>
4890 Date: Wed Jul 6 20:29:35 2016 -0400
4891
4892 Update to pax-linux-4.6.3-test10.patch:
4893 - fixed a size overflow false positive in xfrm4_beet_output and xfrm6_beet_output, by Mathias Krause <minipli@ld-linux.so>
4894 - 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)
4895 - fixed a few constification related compile errors on arm/mips, by spender
4896 - updated the size overflow hash table from grsecurity
4897 - fixed an integer truncation bug in __ioremap_caller caught by the size overflow plugin
4898
4899 arch/arm/mach-mmp/mmp2.c | 4 +-
4900 arch/arm/mach-mmp/pxa910.c | 4 +-
4901 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
4902 arch/arm/mm/fault.c | 2 +-
4903 arch/x86/include/asm/efi.h | 5 +
4904 arch/x86/include/asm/pgtable.h | 2 +-
4905 arch/x86/mm/dump_pagetables.c | 32 +++-
4906 arch/x86/mm/init_32.c | 55 +++---
4907 arch/x86/mm/init_64.c | 12 +-
4908 arch/x86/mm/ioremap.c | 2 +-
4909 arch/x86/mm/pageattr.c | 2 +-
4910 drivers/gpu/drm/sti/sti_cursor.c | 4 +-
4911 drivers/gpu/drm/sti/sti_dvo.c | 4 +-
4912 drivers/gpu/drm/sti/sti_gdp.c | 12 +-
4913 drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
4914 drivers/gpu/drm/sti/sti_mixer.c | 8 +-
4915 drivers/gpu/drm/sti/sti_vid.c | 4 +-
4916 drivers/irqchip/irq-mmp.c | 2 +-
4917 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
4918 include/linux/irqchip/mmp.h | 2 +-
4919 net/ipv4/xfrm4_mode_beet.c | 2 +-
4920 net/ipv6/xfrm6_mode_beet.c | 2 +-
4921 .../size_overflow_plugin/size_overflow_hash.data | 203 +++++++++++++++++----
4922 23 files changed, 280 insertions(+), 91 deletions(-)
4923
4924 commit 769cc1b850f164d9fd9284898295eb616896d66b
4925 Author: Brad Spengler <spender@grsecurity.net>
4926 Date: Wed Jul 6 20:08:29 2016 -0400
4927
4928 Fix bug in RBAC learning reported by Andrew Flannery
4929 Nolog/noaudit-type capability checks were handled in a separate
4930 function which did not check if the requestor had the capability in
4931 their effective set. This would cause privileged processes to be
4932 denied use of their capabilities in the small number of instances
4933 these kinds of checks were used (for ptrace_may_access() etc, which
4934 get used in deciding if privileged processes can bypass /proc
4935 restrictions) only when RBAC learning was enabled on the process.
4936
4937 Remove some code duplication in the process of fixing the bug.
4938
4939 grsecurity/gracl_cap.c | 49 +++++++++------------------------------------
4940 grsecurity/grsec_disabled.c | 2 +-
4941 grsecurity/grsec_exec.c | 9 ++++-----
4942 include/linux/grsecurity.h | 4 ++--
4943 kernel/capability.c | 2 +-
4944 kernel/sys.c | 4 ++--
4945 6 files changed, 19 insertions(+), 51 deletions(-)
4946
4947 commit 244fda357c13b44ac2d174713205863c552eb30d
4948 Author: Brad Spengler <spender@grsecurity.net>
4949 Date: Wed Jul 6 07:19:26 2016 -0400
4950
4951 Compile fix for recent /proc/pid/mem changes, reported by adminwset at
4952 https://forums.grsecurity.net/viewtopic.php?t=4505&p=16415#p16415
4953
4954 fs/proc/base.c | 2 +-
4955 fs/proc/internal.h | 2 +-
4956 include/linux/sched.h | 2 ++
4957 3 files changed, 4 insertions(+), 2 deletions(-)
4958
4959 commit 5bd1344d3f28c5402bcd85972bb520a5baaf612c
4960 Author: Brad Spengler <spender@grsecurity.net>
4961 Date: Sun Jul 3 21:27:25 2016 -0400
4962
4963 Initial import of grsecurity for Linux 4.6.3
4964
4965 Documentation/dontdiff | 2 +
4966 Documentation/kernel-parameters.txt | 11 +
4967 Documentation/sysctl/kernel.txt | 15 +
4968 Makefile | 5 +-
4969 arch/alpha/include/asm/cache.h | 4 +-
4970 arch/alpha/kernel/osf_sys.c | 12 +-
4971 arch/arc/Kconfig | 1 +
4972 arch/arm/Kconfig | 1 +
4973 arch/arm/Kconfig.debug | 1 +
4974 arch/arm/include/asm/thread_info.h | 7 +-
4975 arch/arm/kernel/entry-common.S | 8 +-
4976 arch/arm/kernel/process.c | 4 +-
4977 arch/arm/kernel/ptrace.c | 9 +
4978 arch/arm/kernel/traps.c | 7 +-
4979 arch/arm/mach-mmp/mmp2.c | 4 +-
4980 arch/arm/mach-mmp/pxa910.c | 4 +-
4981 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
4982 arch/arm/mm/Kconfig | 4 +-
4983 arch/arm/mm/alignment.c | 24 +-
4984 arch/arm/mm/fault.c | 42 +-
4985 arch/arm/mm/mmap.c | 8 +-
4986 arch/arm/net/bpf_jit_32.c | 51 +-
4987 arch/arm64/Kconfig.debug | 1 +
4988 arch/avr32/include/asm/cache.h | 4 +-
4989 arch/blackfin/Kconfig.debug | 1 +
4990 arch/blackfin/include/asm/cache.h | 3 +-
4991 arch/cris/include/arch-v10/arch/cache.h | 3 +-
4992 arch/cris/include/arch-v32/arch/cache.h | 3 +-
4993 arch/frv/include/asm/cache.h | 3 +-
4994 arch/frv/mm/elf-fdpic.c | 4 +-
4995 arch/hexagon/include/asm/cache.h | 6 +-
4996 arch/ia64/Kconfig | 1 +
4997 arch/ia64/include/asm/cache.h | 3 +-
4998 arch/ia64/kernel/sys_ia64.c | 2 +
4999 arch/ia64/mm/hugetlbpage.c | 2 +
5000 arch/m32r/include/asm/cache.h | 4 +-
5001 arch/m68k/include/asm/cache.h | 4 +-
5002 arch/metag/mm/hugetlbpage.c | 1 +
5003 arch/microblaze/include/asm/cache.h | 3 +-
5004 arch/mips/Kbuild | 2 +-
5005 arch/mips/Kconfig | 1 +
5006 arch/mips/include/asm/irq.h | 1 -
5007 arch/mips/include/asm/thread_info.h | 11 +-
5008 arch/mips/kernel/irq.c | 3 +
5009 arch/mips/kernel/ptrace.c | 9 +
5010 arch/mips/mm/mmap.c | 4 +-
5011 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
5012 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
5013 arch/openrisc/include/asm/cache.h | 4 +-
5014 arch/parisc/include/asm/cache.h | 3 +
5015 arch/parisc/kernel/sys_parisc.c | 4 +
5016 arch/powerpc/Kconfig | 1 +
5017 arch/powerpc/include/asm/cache.h | 4 +-
5018 arch/powerpc/include/asm/thread_info.h | 5 +-
5019 arch/powerpc/kernel/Makefile | 2 +
5020 arch/powerpc/kernel/irq.c | 3 +
5021 arch/powerpc/kernel/process.c | 10 +-
5022 arch/powerpc/kernel/ptrace.c | 14 +
5023 arch/powerpc/kernel/traps.c | 5 +
5024 arch/powerpc/mm/slice.c | 2 +-
5025 arch/s390/Kconfig.debug | 1 +
5026 arch/s390/include/asm/cache.h | 4 +-
5027 arch/score/include/asm/cache.h | 4 +-
5028 arch/sh/include/asm/cache.h | 3 +-
5029 arch/sh/mm/mmap.c | 6 +-
5030 arch/sparc/include/asm/atomic_64.h | 5 +
5031 arch/sparc/include/asm/cache.h | 4 +-
5032 arch/sparc/include/asm/pgalloc_64.h | 1 +
5033 arch/sparc/include/asm/thread_info_64.h | 8 +-
5034 arch/sparc/kernel/process_32.c | 6 +-
5035 arch/sparc/kernel/process_64.c | 8 +-
5036 arch/sparc/kernel/ptrace_64.c | 14 +
5037 arch/sparc/kernel/sys_sparc_64.c | 8 +-
5038 arch/sparc/kernel/syscalls.S | 8 +-
5039 arch/sparc/kernel/traps_32.c | 8 +-
5040 arch/sparc/kernel/traps_64.c | 28 +-
5041 arch/sparc/kernel/unaligned_64.c | 2 +-
5042 arch/sparc/lib/atomic_64.S | 2 +-
5043 arch/sparc/lib/ksyms.c | 4 +-
5044 arch/sparc/mm/fault_64.c | 2 +-
5045 arch/sparc/mm/hugetlbpage.c | 15 +-
5046 arch/tile/Kconfig | 1 +
5047 arch/tile/include/asm/cache.h | 3 +-
5048 arch/tile/mm/hugetlbpage.c | 2 +
5049 arch/um/include/asm/cache.h | 3 +-
5050 arch/unicore32/include/asm/cache.h | 6 +-
5051 arch/x86/Kconfig | 21 +
5052 arch/x86/Kconfig.debug | 2 +
5053 arch/x86/entry/common.c | 14 +
5054 arch/x86/entry/entry_32.S | 2 +-
5055 arch/x86/entry/entry_64.S | 2 +-
5056 arch/x86/ia32/ia32_aout.c | 2 +
5057 arch/x86/include/asm/floppy.h | 20 +-
5058 arch/x86/include/asm/fpu/types.h | 69 +-
5059 arch/x86/include/asm/io.h | 2 +-
5060 arch/x86/include/asm/page.h | 12 +-
5061 arch/x86/include/asm/paravirt_types.h | 21 +-
5062 arch/x86/include/asm/processor.h | 12 +-
5063 arch/x86/include/asm/thread_info.h | 6 +-
5064 arch/x86/kernel/dumpstack.c | 10 +-
5065 arch/x86/kernel/dumpstack_32.c | 2 +-
5066 arch/x86/kernel/dumpstack_64.c | 2 +-
5067 arch/x86/kernel/ioport.c | 13 +
5068 arch/x86/kernel/irq_32.c | 3 +
5069 arch/x86/kernel/irq_64.c | 4 +
5070 arch/x86/kernel/ldt.c | 18 +
5071 arch/x86/kernel/msr.c | 12 +
5072 arch/x86/kernel/ptrace.c | 14 +
5073 arch/x86/kernel/signal.c | 9 +-
5074 arch/x86/kernel/sys_i386_32.c | 9 +-
5075 arch/x86/kernel/sys_x86_64.c | 8 +-
5076 arch/x86/kernel/traps.c | 5 +
5077 arch/x86/kernel/verify_cpu.S | 1 +
5078 arch/x86/kernel/vm86_32.c | 15 +
5079 arch/x86/mm/fault.c | 12 +-
5080 arch/x86/mm/hugetlbpage.c | 15 +-
5081 arch/x86/mm/init.c | 51 +-
5082 arch/x86/mm/init_32.c | 10 +-
5083 arch/x86/net/bpf_jit_comp.c | 4 +
5084 arch/x86/platform/efi/efi_64.c | 2 +-
5085 arch/x86/xen/Kconfig | 1 +
5086 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
5087 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
5088 crypto/scatterwalk.c | 10 +-
5089 drivers/acpi/acpica/hwxfsleep.c | 11 +-
5090 drivers/acpi/custom_method.c | 4 +
5091 drivers/block/cciss.h | 30 +-
5092 drivers/block/smart1,2.h | 40 +-
5093 drivers/cdrom/cdrom.c | 2 +-
5094 drivers/char/Kconfig | 4 +-
5095 drivers/char/genrtc.c | 1 +
5096 drivers/char/mem.c | 17 +
5097 drivers/char/random.c | 5 +-
5098 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
5099 drivers/firewire/ohci.c | 4 +
5100 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 80 +-
5101 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
5102 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
5103 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
5104 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
5105 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
5106 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
5107 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
5108 drivers/gpu/drm/sti/sti_cursor.c | 6 +-
5109 drivers/gpu/drm/sti/sti_dvo.c | 6 +-
5110 drivers/gpu/drm/sti/sti_gdp.c | 6 +-
5111 drivers/gpu/drm/sti/sti_hda.c | 6 +-
5112 drivers/gpu/drm/sti/sti_hdmi.c | 6 +-
5113 drivers/gpu/drm/sti/sti_hqvdp.c | 6 +-
5114 drivers/gpu/drm/sti/sti_mixer.c | 6 +-
5115 drivers/gpu/drm/sti/sti_tvout.c | 6 +-
5116 drivers/gpu/drm/sti/sti_vid.c | 6 +-
5117 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
5118 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
5119 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
5120 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
5121 drivers/hid/hid-wiimote-debug.c | 2 +-
5122 drivers/hid/usbhid/hiddev.c | 10 +-
5123 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 160 +-
5124 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
5125 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
5126 drivers/iommu/Kconfig | 1 +
5127 drivers/iommu/amd_iommu.c | 14 +-
5128 drivers/irqchip/irq-mmp.c | 2 +-
5129 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
5130 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
5131 drivers/isdn/gigaset/usb-gigaset.c | 34 +-
5132 drivers/isdn/i4l/isdn_concap.c | 6 +-
5133 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
5134 drivers/md/bcache/Kconfig | 1 +
5135 drivers/md/raid5.c | 8 +
5136 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
5137 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
5138 drivers/media/radio/radio-cadet.c | 5 +-
5139 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
5140 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
5141 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
5142 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
5143 drivers/message/fusion/mptbase.c | 9 +
5144 drivers/misc/sgi-xp/xp_main.c | 12 +-
5145 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 6 +-
5146 drivers/mtd/nand/brcmnand/iproc_nand.c | 8 +-
5147 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
5148 drivers/net/wan/lmc/lmc_media.c | 97 +-
5149 drivers/net/wan/z85230.c | 24 +-
5150 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
5151 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
5152 drivers/pci/proc.c | 9 +
5153 drivers/platform/x86/asus-wmi.c | 12 +
5154 drivers/rtc/rtc-dev.c | 3 +
5155 drivers/scsi/bfa/bfa_fcs.c | 19 +-
5156 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
5157 drivers/scsi/bfa/bfa_modules.h | 12 +-
5158 drivers/scsi/hpsa.h | 40 +-
5159 drivers/staging/lustre/lnet/libcfs/module.c | 10 +-
5160 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
5161 drivers/staging/wilc1000/host_interface.h | 1 +
5162 drivers/staging/wilc1000/wilc_spi.c | 1 +
5163 drivers/tty/serial/uartlite.c | 4 +-
5164 drivers/tty/sysrq.c | 2 +-
5165 drivers/tty/tty_io.c | 4 +
5166 drivers/tty/vt/keyboard.c | 22 +-
5167 drivers/uio/uio.c | 6 +-
5168 drivers/usb/core/devio.c | 9 +-
5169 drivers/usb/core/hub.c | 5 +
5170 drivers/usb/gadget/function/f_uac1.c | 1 +
5171 drivers/usb/gadget/function/u_uac1.c | 1 +
5172 drivers/usb/host/hwa-hc.c | 9 +-
5173 drivers/usb/usbip/vhci_sysfs.c | 2 +-
5174 drivers/video/fbdev/arcfb.c | 2 +-
5175 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
5176 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
5177 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
5178 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
5179 drivers/xen/xenfs/xenstored.c | 5 +
5180 firmware/Makefile | 2 +
5181 firmware/WHENCE | 20 +-
5182 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
5183 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
5184 fs/attr.c | 4 +
5185 fs/autofs4/waitq.c | 9 +
5186 fs/binfmt_aout.c | 7 +
5187 fs/binfmt_elf.c | 40 +-
5188 fs/compat.c | 20 +-
5189 fs/coredump.c | 17 +-
5190 fs/dcache.c | 3 +
5191 fs/debugfs/inode.c | 19 +-
5192 fs/exec.c | 249 +-
5193 fs/ext2/balloc.c | 4 +-
5194 fs/ext2/super.c | 8 +-
5195 fs/ext4/balloc.c | 4 +-
5196 fs/ext4/extents.c | 2 +-
5197 fs/fcntl.c | 4 +
5198 fs/fhandle.c | 3 +-
5199 fs/file.c | 4 +
5200 fs/filesystems.c | 4 +
5201 fs/fs_struct.c | 20 +-
5202 fs/hugetlbfs/inode.c | 5 +-
5203 fs/inode.c | 8 +-
5204 fs/kernfs/dir.c | 6 +
5205 fs/mount.h | 4 +-
5206 fs/namei.c | 292 +-
5207 fs/namespace.c | 24 +
5208 fs/nfsd/nfs2acl.c | 20 +-
5209 fs/nfsd/nfs3acl.c | 16 +-
5210 fs/nfsd/nfs4acl.c | 16 +-
5211 fs/nfsd/nfscache.c | 2 +-
5212 fs/open.c | 38 +
5213 fs/overlayfs/inode.c | 3 +
5214 fs/overlayfs/super.c | 6 +-
5215 fs/pipe.c | 2 +-
5216 fs/posix_acl.c | 61 +-
5217 fs/proc/Kconfig | 10 +-
5218 fs/proc/array.c | 67 +-
5219 fs/proc/base.c | 193 +-
5220 fs/proc/cmdline.c | 4 +
5221 fs/proc/devices.c | 4 +
5222 fs/proc/fd.c | 13 +-
5223 fs/proc/generic.c | 64 +
5224 fs/proc/inode.c | 17 +
5225 fs/proc/internal.h | 18 +-
5226 fs/proc/interrupts.c | 4 +
5227 fs/proc/kcore.c | 3 +
5228 fs/proc/proc_net.c | 31 +
5229 fs/proc/proc_sysctl.c | 52 +-
5230 fs/proc/root.c | 8 +
5231 fs/proc/stat.c | 69 +-
5232 fs/proc/task_mmu.c | 85 +-
5233 fs/proc/task_nommu.c | 2 +-
5234 fs/readdir.c | 19 +
5235 fs/reiserfs/item_ops.c | 24 +-
5236 fs/reiserfs/super.c | 4 +
5237 fs/select.c | 2 +
5238 fs/seq_file.c | 31 +-
5239 fs/stat.c | 20 +-
5240 fs/sysfs/dir.c | 30 +-
5241 fs/utimes.c | 7 +
5242 fs/xattr.c | 26 +-
5243 fs/xfs/xfs_icache.c | 60 +-
5244 fs/xfs/xfs_inode.c | 13 +
5245 grsecurity/Kconfig | 1205 ++++
5246 grsecurity/Makefile | 54 +
5247 grsecurity/gracl.c | 2757 +++++++++
5248 grsecurity/gracl_alloc.c | 105 +
5249 grsecurity/gracl_cap.c | 127 +
5250 grsecurity/gracl_compat.c | 269 +
5251 grsecurity/gracl_fs.c | 448 ++
5252 grsecurity/gracl_ip.c | 387 ++
5253 grsecurity/gracl_learn.c | 207 +
5254 grsecurity/gracl_policy.c | 1784 ++++++
5255 grsecurity/gracl_res.c | 68 +
5256 grsecurity/gracl_segv.c | 306 +
5257 grsecurity/gracl_shm.c | 40 +
5258 grsecurity/grsec_chdir.c | 19 +
5259 grsecurity/grsec_chroot.c | 506 ++
5260 grsecurity/grsec_disabled.c | 445 ++
5261 grsecurity/grsec_exec.c | 189 +
5262 grsecurity/grsec_fifo.c | 26 +
5263 grsecurity/grsec_fork.c | 23 +
5264 grsecurity/grsec_init.c | 294 +
5265 grsecurity/grsec_ipc.c | 48 +
5266 grsecurity/grsec_link.c | 65 +
5267 grsecurity/grsec_log.c | 340 +
5268 grsecurity/grsec_mem.c | 48 +
5269 grsecurity/grsec_mount.c | 65 +
5270 grsecurity/grsec_pax.c | 47 +
5271 grsecurity/grsec_proc.c | 20 +
5272 grsecurity/grsec_ptrace.c | 30 +
5273 grsecurity/grsec_sig.c | 248 +
5274 grsecurity/grsec_sock.c | 244 +
5275 grsecurity/grsec_sysctl.c | 497 ++
5276 grsecurity/grsec_time.c | 16 +
5277 grsecurity/grsec_tpe.c | 78 +
5278 grsecurity/grsec_tty.c | 18 +
5279 grsecurity/grsec_usb.c | 15 +
5280 grsecurity/grsum.c | 56 +
5281 include/drm/drm_modeset_helper_vtables.h | 1 +
5282 include/linux/binfmts.h | 5 +-
5283 include/linux/capability.h | 13 +
5284 include/linux/compiler-gcc.h | 5 +
5285 include/linux/compiler.h | 8 +
5286 include/linux/cred.h | 8 +-
5287 include/linux/dcache.h | 5 +-
5288 include/linux/fs.h | 24 +-
5289 include/linux/fs_struct.h | 2 +-
5290 include/linux/fsnotify.h | 6 +
5291 include/linux/gracl.h | 342 ++
5292 include/linux/gracl_compat.h | 156 +
5293 include/linux/gralloc.h | 9 +
5294 include/linux/grdefs.h | 140 +
5295 include/linux/grinternal.h | 231 +
5296 include/linux/grmsg.h | 120 +
5297 include/linux/grsecurity.h | 259 +
5298 include/linux/grsock.h | 19 +
5299 include/linux/ipc.h | 2 +-
5300 include/linux/ipc_namespace.h | 2 +-
5301 include/linux/kallsyms.h | 18 +-
5302 include/linux/key-type.h | 4 +-
5303 include/linux/kmod.h | 5 +
5304 include/linux/kobject.h | 2 +-
5305 include/linux/lsm_hooks.h | 4 +-
5306 include/linux/mm.h | 12 +
5307 include/linux/mm_types.h | 4 +-
5308 include/linux/module.h | 5 +-
5309 include/linux/mount.h | 2 +-
5310 include/linux/msg.h | 2 +-
5311 include/linux/netfilter/xt_gradm.h | 9 +
5312 include/linux/path.h | 4 +-
5313 include/linux/perf_event.h | 13 +-
5314 include/linux/pid_namespace.h | 2 +-
5315 include/linux/printk.h | 2 +-
5316 include/linux/proc_fs.h | 22 +-
5317 include/linux/proc_ns.h | 2 +-
5318 include/linux/random.h | 2 +-
5319 include/linux/rbtree_augmented.h | 4 +-
5320 include/linux/scatterlist.h | 12 +-
5321 include/linux/sched.h | 135 +-
5322 include/linux/security.h | 1 +
5323 include/linux/sem.h | 2 +-
5324 include/linux/seq_file.h | 5 +
5325 include/linux/shm.h | 6 +-
5326 include/linux/skbuff.h | 3 +
5327 include/linux/slab.h | 9 -
5328 include/linux/sysctl.h | 8 +-
5329 include/linux/thread_info.h | 6 +-
5330 include/linux/tty.h | 2 +-
5331 include/linux/tty_driver.h | 4 +-
5332 include/linux/uidgid.h | 6 +
5333 include/linux/user_namespace.h | 2 +-
5334 include/linux/utsname.h | 2 +-
5335 include/linux/vermagic.h | 16 +-
5336 include/linux/vmalloc.h | 8 +
5337 include/net/af_unix.h | 2 +-
5338 include/net/ip.h | 2 +-
5339 include/net/neighbour.h | 2 +-
5340 include/net/net_namespace.h | 2 +-
5341 include/net/sock.h | 2 +-
5342 include/trace/events/fs.h | 53 +
5343 include/uapi/linux/personality.h | 1 +
5344 init/Kconfig | 5 +-
5345 init/main.c | 46 +-
5346 ipc/mqueue.c | 1 +
5347 ipc/msg.c | 3 +-
5348 ipc/msgutil.c | 4 +-
5349 ipc/sem.c | 3 +-
5350 ipc/shm.c | 26 +-
5351 ipc/util.c | 6 +
5352 kernel/auditsc.c | 2 +-
5353 kernel/bpf/syscall.c | 10 +-
5354 kernel/capability.c | 41 +-
5355 kernel/cgroup.c | 5 +-
5356 kernel/compat.c | 1 +
5357 kernel/configs.c | 11 +
5358 kernel/cred.c | 112 +-
5359 kernel/events/core.c | 14 +-
5360 kernel/exit.c | 10 +-
5361 kernel/fork.c | 92 +-
5362 kernel/futex.c | 4 +-
5363 kernel/kallsyms.c | 9 +
5364 kernel/kcmp.c | 4 +
5365 kernel/kexec_core.c | 2 +-
5366 kernel/kmod.c | 96 +-
5367 kernel/kprobes.c | 9 +-
5368 kernel/ksysfs.c | 2 +
5369 kernel/locking/lockdep_proc.c | 10 +-
5370 kernel/module.c | 108 +-
5371 kernel/panic.c | 6 +-
5372 kernel/pid.c | 18 +-
5373 kernel/power/Kconfig | 2 +
5374 kernel/printk/printk.c | 7 +-
5375 kernel/ptrace.c | 50 +-
5376 kernel/resource.c | 10 +
5377 kernel/sched/core.c | 9 +-
5378 kernel/sched/debug.c | 4 +
5379 kernel/signal.c | 37 +-
5380 kernel/sys.c | 64 +-
5381 kernel/sysctl.c | 174 +-
5382 kernel/taskstats.c | 6 +
5383 kernel/time/posix-timers.c | 8 +
5384 kernel/time/time.c | 5 +
5385 kernel/time/timekeeping.c | 3 +
5386 kernel/time/timer_list.c | 13 +-
5387 kernel/time/timer_stats.c | 10 +-
5388 kernel/trace/Kconfig | 6 +
5389 kernel/trace/trace_syscalls.c | 8 +
5390 kernel/user_namespace.c | 15 +
5391 lib/Kconfig.debug | 13 +-
5392 lib/is_single_threaded.c | 3 +
5393 lib/list_debug.c | 65 +-
5394 lib/nlattr.c | 2 +
5395 lib/rbtree.c | 4 +-
5396 lib/vsprintf.c | 39 +-
5397 localversion-grsec | 1 +
5398 mm/Kconfig | 8 +-
5399 mm/Kconfig.debug | 1 +
5400 mm/filemap.c | 1 +
5401 mm/kmemleak.c | 4 +-
5402 mm/memory.c | 2 +-
5403 mm/mempolicy.c | 12 +-
5404 mm/migrate.c | 3 +-
5405 mm/mlock.c | 11 +-
5406 mm/mmap.c | 124 +-
5407 mm/mprotect.c | 8 +
5408 mm/page_alloc.c | 2 +-
5409 mm/percpu.c | 73 +-
5410 mm/process_vm_access.c | 6 +
5411 mm/shmem.c | 2 +-
5412 mm/slab.c | 14 +-
5413 mm/slab_common.c | 2 +-
5414 mm/slob.c | 12 +
5415 mm/slub.c | 33 +-
5416 mm/util.c | 3 +
5417 mm/vmalloc.c | 84 +-
5418 mm/vmstat.c | 29 +-
5419 net/appletalk/atalk_proc.c | 2 +-
5420 net/atm/lec.c | 6 +-
5421 net/atm/mpoa_caches.c | 43 +-
5422 net/can/bcm.c | 2 +-
5423 net/can/proc.c | 2 +-
5424 net/core/dev_ioctl.c | 7 +-
5425 net/core/filter.c | 8 +-
5426 net/core/net-procfs.c | 17 +-
5427 net/core/pktgen.c | 2 +-
5428 net/core/sock.c | 23 +-
5429 net/core/sysctl_net_core.c | 2 +-
5430 net/decnet/dn_dev.c | 2 +-
5431 net/ipv4/devinet.c | 6 +-
5432 net/ipv4/inet_hashtables.c | 6 +
5433 net/ipv4/ip_input.c | 7 +
5434 net/ipv4/ip_sockglue.c | 3 +-
5435 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
5436 net/ipv4/route.c | 6 +-
5437 net/ipv4/tcp_input.c | 6 +-
5438 net/ipv4/tcp_ipv4.c | 24 +-
5439 net/ipv4/tcp_minisocks.c | 9 +-
5440 net/ipv4/tcp_timer.c | 11 +
5441 net/ipv4/udp.c | 24 +
5442 net/ipv6/addrconf.c | 13 +-
5443 net/ipv6/proc.c | 2 +-
5444 net/ipv6/tcp_ipv6.c | 23 +-
5445 net/ipv6/udp.c | 7 +
5446 net/ipx/ipx_proc.c | 2 +-
5447 net/irda/irproc.c | 2 +-
5448 net/llc/llc_proc.c | 2 +-
5449 net/netfilter/Kconfig | 10 +
5450 net/netfilter/Makefile | 1 +
5451 net/netfilter/xt_gradm.c | 51 +
5452 net/netfilter/xt_hashlimit.c | 4 +-
5453 net/netfilter/xt_recent.c | 2 +-
5454 net/socket.c | 75 +-
5455 net/sunrpc/Kconfig | 1 +
5456 net/sunrpc/cache.c | 2 +-
5457 net/sunrpc/stats.c | 2 +-
5458 net/sysctl_net.c | 2 +-
5459 net/unix/af_unix.c | 52 +-
5460 net/vmw_vsock/vmci_transport_notify.c | 30 +-
5461 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
5462 net/x25/sysctl_net_x25.c | 2 +-
5463 net/x25/x25_proc.c | 2 +-
5464 scripts/Makefile.gcc-plugins | 5 +
5465 scripts/gcc-plugins/.gitignore | 1 +
5466 scripts/gcc-plugins/Makefile | 10 +
5467 scripts/gcc-plugins/gen-random-seed.sh | 8 +
5468 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
5469 .../size_overflow_plugin/size_overflow_hash.data | 724 ++-
5470 scripts/package/Makefile | 2 +-
5471 scripts/package/mkspec | 41 +-
5472 security/Kconfig | 364 +-
5473 security/apparmor/file.c | 4 +-
5474 security/apparmor/lsm.c | 8 +-
5475 security/commoncap.c | 29 +
5476 security/keys/internal.h | 2 +-
5477 security/keys/key.c | 2 +-
5478 security/min_addr.c | 2 +
5479 security/tomoyo/file.c | 12 +-
5480 security/tomoyo/mount.c | 4 +
5481 security/tomoyo/tomoyo.c | 20 +-
5482 security/yama/Kconfig | 2 +-
5483 sound/synth/emux/emux_seq.c | 14 +-
5484 sound/usb/line6/driver.c | 40 +-
5485 sound/usb/line6/toneport.c | 12 +-
5486 521 files changed, 33285 insertions(+), 3355 deletions(-)
5487
5488 commit 96b2aa21ce8de62dfa0ee023b2cd20928f5021a1
5489 Author: Brad Spengler <spender@grsecurity.net>
5490 Date: Sat Jul 2 09:03:17 2016 -0400
5491
5492 Initial commit of pax-linux-4.6.3-test9.patch
5493
5494 .gitignore | 1 +
5495 Documentation/dontdiff | 46 +-
5496 Documentation/kbuild/makefiles.txt | 39 +-
5497 Documentation/kernel-parameters.txt | 28 +
5498 Makefile | 20 +-
5499 arch/Kconfig | 14 +
5500 arch/alpha/include/asm/atomic.h | 10 +
5501 arch/alpha/include/asm/elf.h | 7 +
5502 arch/alpha/include/asm/pgalloc.h | 6 +
5503 arch/alpha/include/asm/pgtable.h | 11 +
5504 arch/alpha/kernel/module.c | 2 +-
5505 arch/alpha/kernel/osf_sys.c | 8 +-
5506 arch/alpha/mm/fault.c | 141 +-
5507 arch/arm/Kconfig | 6 +-
5508 arch/arm/boot/compressed/Makefile | 2 +
5509 arch/arm/include/asm/atomic.h | 323 +-
5510 arch/arm/include/asm/cache.h | 4 +-
5511 arch/arm/include/asm/cacheflush.h | 2 +-
5512 arch/arm/include/asm/checksum.h | 14 +-
5513 arch/arm/include/asm/cmpxchg.h | 4 +
5514 arch/arm/include/asm/cpuidle.h | 2 +-
5515 arch/arm/include/asm/domain.h | 42 +-
5516 arch/arm/include/asm/elf.h | 9 +-
5517 arch/arm/include/asm/fncpy.h | 2 +
5518 arch/arm/include/asm/futex.h | 1 +
5519 arch/arm/include/asm/kmap_types.h | 2 +-
5520 arch/arm/include/asm/mach/dma.h | 2 +-
5521 arch/arm/include/asm/mach/map.h | 16 +-
5522 arch/arm/include/asm/outercache.h | 2 +-
5523 arch/arm/include/asm/page.h | 3 +-
5524 arch/arm/include/asm/pgalloc.h | 20 +
5525 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
5526 arch/arm/include/asm/pgtable-2level.h | 3 +
5527 arch/arm/include/asm/pgtable-3level.h | 3 +
5528 arch/arm/include/asm/pgtable.h | 54 +-
5529 arch/arm/include/asm/smp.h | 2 +-
5530 arch/arm/include/asm/string.h | 10 +-
5531 arch/arm/include/asm/thread_info.h | 3 +
5532 arch/arm/include/asm/tls.h | 3 +
5533 arch/arm/include/asm/uaccess.h | 113 +-
5534 arch/arm/include/uapi/asm/ptrace.h | 2 +-
5535 arch/arm/kernel/armksyms.c | 2 +-
5536 arch/arm/kernel/cpuidle.c | 2 +-
5537 arch/arm/kernel/entry-armv.S | 109 +-
5538 arch/arm/kernel/entry-common.S | 40 +-
5539 arch/arm/kernel/entry-header.S | 55 +
5540 arch/arm/kernel/fiq.c | 3 +
5541 arch/arm/kernel/module-plts.c | 7 +-
5542 arch/arm/kernel/module.c | 38 +-
5543 arch/arm/kernel/patch.c | 2 +
5544 arch/arm/kernel/process.c | 86 +-
5545 arch/arm/kernel/reboot.c | 1 +
5546 arch/arm/kernel/setup.c | 20 +-
5547 arch/arm/kernel/signal.c | 35 +-
5548 arch/arm/kernel/smp.c | 2 +-
5549 arch/arm/kernel/tcm.c | 4 +-
5550 arch/arm/kernel/vmlinux.lds.S | 6 +-
5551 arch/arm/kvm/arm.c | 8 +-
5552 arch/arm/lib/copy_page.S | 1 +
5553 arch/arm/lib/csumpartialcopyuser.S | 4 +-
5554 arch/arm/lib/delay.c | 2 +-
5555 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
5556 arch/arm/mach-exynos/suspend.c | 6 +-
5557 arch/arm/mach-mvebu/coherency.c | 4 +-
5558 arch/arm/mach-omap2/board-n8x0.c | 2 +-
5559 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
5560 arch/arm/mach-omap2/omap-smp.c | 1 +
5561 arch/arm/mach-omap2/omap_device.c | 4 +-
5562 arch/arm/mach-omap2/omap_device.h | 4 +-
5563 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
5564 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
5565 arch/arm/mach-omap2/wd_timer.c | 6 +-
5566 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
5567 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
5568 arch/arm/mach-tegra/irq.c | 1 +
5569 arch/arm/mach-ux500/pm.c | 1 +
5570 arch/arm/mach-zynq/platsmp.c | 1 +
5571 arch/arm/mm/Kconfig | 6 +-
5572 arch/arm/mm/cache-l2x0.c | 2 +-
5573 arch/arm/mm/context.c | 10 +-
5574 arch/arm/mm/fault.c | 160 +
5575 arch/arm/mm/fault.h | 12 +
5576 arch/arm/mm/init.c | 39 +
5577 arch/arm/mm/ioremap.c | 4 +-
5578 arch/arm/mm/mmap.c | 36 +-
5579 arch/arm/mm/mmu.c | 162 +-
5580 arch/arm/net/bpf_jit_32.c | 3 +
5581 arch/arm/plat-iop/setup.c | 2 +-
5582 arch/arm/plat-omap/sram.c | 2 +
5583 arch/arm64/Kconfig | 1 +
5584 arch/arm64/include/asm/atomic.h | 10 +
5585 arch/arm64/include/asm/percpu.h | 8 +-
5586 arch/arm64/include/asm/pgalloc.h | 5 +
5587 arch/arm64/include/asm/string.h | 22 +-
5588 arch/arm64/include/asm/uaccess.h | 1 +
5589 arch/arm64/mm/dma-mapping.c | 2 +-
5590 arch/avr32/include/asm/elf.h | 8 +-
5591 arch/avr32/include/asm/kmap_types.h | 4 +-
5592 arch/avr32/mm/fault.c | 27 +
5593 arch/frv/include/asm/atomic.h | 10 +
5594 arch/frv/include/asm/kmap_types.h | 2 +-
5595 arch/frv/mm/elf-fdpic.c | 3 +-
5596 arch/ia64/Makefile | 1 +
5597 arch/ia64/include/asm/atomic.h | 10 +
5598 arch/ia64/include/asm/elf.h | 7 +
5599 arch/ia64/include/asm/pgalloc.h | 12 +
5600 arch/ia64/include/asm/pgtable.h | 13 +-
5601 arch/ia64/include/asm/spinlock.h | 2 +-
5602 arch/ia64/include/asm/uaccess.h | 27 +-
5603 arch/ia64/kernel/module.c | 20 +-
5604 arch/ia64/kernel/palinfo.c | 2 +-
5605 arch/ia64/kernel/sys_ia64.c | 7 +
5606 arch/ia64/kernel/vmlinux.lds.S | 2 +-
5607 arch/ia64/mm/fault.c | 32 +-
5608 arch/ia64/mm/init.c | 15 +-
5609 arch/m32r/lib/usercopy.c | 6 +
5610 arch/mips/Kconfig | 1 +
5611 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
5612 arch/mips/include/asm/atomic.h | 372 +-
5613 arch/mips/include/asm/cache.h | 3 +-
5614 arch/mips/include/asm/elf.h | 7 +
5615 arch/mips/include/asm/exec.h | 2 +-
5616 arch/mips/include/asm/hw_irq.h | 2 +-
5617 arch/mips/include/asm/local.h | 57 +
5618 arch/mips/include/asm/page.h | 2 +-
5619 arch/mips/include/asm/pgalloc.h | 5 +
5620 arch/mips/include/asm/pgtable.h | 3 +
5621 arch/mips/include/asm/uaccess.h | 1 +
5622 arch/mips/kernel/binfmt_elfn32.c | 7 +
5623 arch/mips/kernel/binfmt_elfo32.c | 7 +
5624 arch/mips/kernel/irq-gt641xx.c | 2 +-
5625 arch/mips/kernel/irq.c | 6 +-
5626 arch/mips/kernel/pm-cps.c | 2 +-
5627 arch/mips/kernel/process.c | 12 -
5628 arch/mips/kernel/sync-r4k.c | 24 +-
5629 arch/mips/kernel/traps.c | 13 +-
5630 arch/mips/lib/ashldi3.c | 21 +-
5631 arch/mips/lib/ashrdi3.c | 19 +-
5632 arch/mips/lib/libgcc.h | 12 +-
5633 arch/mips/mm/fault.c | 25 +
5634 arch/mips/mm/init.c | 4 +-
5635 arch/mips/mm/mmap.c | 24 +-
5636 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
5637 arch/mips/sni/rm200.c | 2 +-
5638 arch/mips/vr41xx/common/icu.c | 2 +-
5639 arch/mips/vr41xx/common/irq.c | 4 +-
5640 arch/parisc/include/asm/atomic.h | 10 +
5641 arch/parisc/include/asm/elf.h | 7 +
5642 arch/parisc/include/asm/pgalloc.h | 6 +
5643 arch/parisc/include/asm/pgtable.h | 11 +
5644 arch/parisc/include/asm/uaccess.h | 4 +-
5645 arch/parisc/kernel/module.c | 26 +-
5646 arch/parisc/kernel/sys_parisc.c | 15 +
5647 arch/parisc/kernel/traps.c | 4 +-
5648 arch/parisc/mm/fault.c | 140 +-
5649 arch/powerpc/Kconfig | 1 +
5650 arch/powerpc/include/asm/atomic.h | 317 +-
5651 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
5652 arch/powerpc/include/asm/elf.h | 12 +
5653 arch/powerpc/include/asm/exec.h | 2 +-
5654 arch/powerpc/include/asm/kmap_types.h | 2 +-
5655 arch/powerpc/include/asm/local.h | 46 +
5656 arch/powerpc/include/asm/mman.h | 2 +-
5657 arch/powerpc/include/asm/page.h | 8 +-
5658 arch/powerpc/include/asm/page_64.h | 7 +-
5659 arch/powerpc/include/asm/pgalloc-64.h | 11 +
5660 arch/powerpc/include/asm/pgtable.h | 1 +
5661 arch/powerpc/include/asm/reg.h | 1 +
5662 arch/powerpc/include/asm/smp.h | 2 +-
5663 arch/powerpc/include/asm/spinlock.h | 42 +-
5664 arch/powerpc/include/asm/string.h | 18 +-
5665 arch/powerpc/include/asm/uaccess.h | 141 +-
5666 arch/powerpc/kernel/Makefile | 5 +
5667 arch/powerpc/kernel/exceptions-64e.S | 4 +-
5668 arch/powerpc/kernel/exceptions-64s.S | 2 +-
5669 arch/powerpc/kernel/module_32.c | 15 +-
5670 arch/powerpc/kernel/process.c | 7 -
5671 arch/powerpc/kernel/signal_32.c | 2 +-
5672 arch/powerpc/kernel/signal_64.c | 2 +-
5673 arch/powerpc/kernel/traps.c | 21 +
5674 arch/powerpc/kernel/vdso.c | 5 +-
5675 arch/powerpc/lib/usercopy_64.c | 18 -
5676 arch/powerpc/mm/fault.c | 56 +-
5677 arch/powerpc/mm/mmap.c | 16 +
5678 arch/powerpc/mm/slice.c | 21 +-
5679 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
5680 arch/s390/include/asm/atomic.h | 10 +
5681 arch/s390/include/asm/elf.h | 7 +
5682 arch/s390/include/asm/exec.h | 2 +-
5683 arch/s390/include/asm/uaccess.h | 13 +-
5684 arch/s390/kernel/module.c | 22 +-
5685 arch/s390/kernel/process.c | 7 -
5686 arch/s390/mm/mmap.c | 22 +-
5687 arch/score/include/asm/exec.h | 2 +-
5688 arch/score/kernel/process.c | 5 -
5689 arch/sh/mm/mmap.c | 28 +-
5690 arch/sparc/Kconfig | 1 +
5691 arch/sparc/include/asm/atomic_64.h | 110 +-
5692 arch/sparc/include/asm/cache.h | 2 +-
5693 arch/sparc/include/asm/elf_32.h | 7 +
5694 arch/sparc/include/asm/elf_64.h | 7 +
5695 arch/sparc/include/asm/pgalloc_32.h | 1 +
5696 arch/sparc/include/asm/pgalloc_64.h | 1 +
5697 arch/sparc/include/asm/pgtable.h | 4 +
5698 arch/sparc/include/asm/pgtable_32.h | 15 +-
5699 arch/sparc/include/asm/pgtsrmmu.h | 5 +
5700 arch/sparc/include/asm/setup.h | 4 +-
5701 arch/sparc/include/asm/spinlock_64.h | 35 +-
5702 arch/sparc/include/asm/thread_info_32.h | 1 +
5703 arch/sparc/include/asm/thread_info_64.h | 2 +
5704 arch/sparc/include/asm/uaccess.h | 1 +
5705 arch/sparc/include/asm/uaccess_32.h | 28 +-
5706 arch/sparc/include/asm/uaccess_64.h | 24 +-
5707 arch/sparc/kernel/Makefile | 2 +-
5708 arch/sparc/kernel/prom_common.c | 2 +-
5709 arch/sparc/kernel/smp_64.c | 8 +-
5710 arch/sparc/kernel/sys_sparc_32.c | 2 +-
5711 arch/sparc/kernel/sys_sparc_64.c | 58 +-
5712 arch/sparc/kernel/traps_64.c | 27 +-
5713 arch/sparc/lib/Makefile | 2 +-
5714 arch/sparc/lib/atomic_64.S | 57 +-
5715 arch/sparc/lib/ksyms.c | 6 +-
5716 arch/sparc/mm/Makefile | 2 +-
5717 arch/sparc/mm/fault_32.c | 292 +
5718 arch/sparc/mm/fault_64.c | 486 +
5719 arch/sparc/mm/hugetlbpage.c | 30 +-
5720 arch/sparc/mm/init_64.c | 10 +-
5721 arch/tile/include/asm/atomic_64.h | 10 +
5722 arch/tile/include/asm/uaccess.h | 4 +-
5723 arch/um/Makefile | 2 +
5724 arch/um/include/asm/kmap_types.h | 2 +-
5725 arch/um/include/asm/page.h | 3 +
5726 arch/um/include/asm/pgtable-3level.h | 1 +
5727 arch/um/kernel/process.c | 16 -
5728 arch/x86/Kconfig | 33 +-
5729 arch/x86/Kconfig.cpu | 6 +-
5730 arch/x86/Kconfig.debug | 3 +-
5731 arch/x86/Makefile | 13 +-
5732 arch/x86/boot/bitops.h | 4 +-
5733 arch/x86/boot/boot.h | 2 +-
5734 arch/x86/boot/compressed/Makefile | 17 +
5735 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
5736 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
5737 arch/x86/boot/compressed/head_32.S | 4 +-
5738 arch/x86/boot/compressed/head_64.S | 12 +-
5739 arch/x86/boot/compressed/misc.c | 11 +-
5740 arch/x86/boot/cpucheck.c | 16 +-
5741 arch/x86/boot/header.S | 6 +-
5742 arch/x86/boot/memory.c | 2 +-
5743 arch/x86/boot/video-vesa.c | 1 +
5744 arch/x86/boot/video.c | 2 +-
5745 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
5746 arch/x86/crypto/aesni-intel_asm.S | 116 +-
5747 arch/x86/crypto/aesni-intel_glue.c | 4 +-
5748 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
5749 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
5750 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
5751 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
5752 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
5753 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
5754 arch/x86/crypto/camellia_glue.c | 8 +-
5755 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
5756 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
5757 arch/x86/crypto/cast6_avx_glue.c | 16 +-
5758 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
5759 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
5760 arch/x86/crypto/glue_helper.c | 2 +-
5761 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
5762 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
5763 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
5764 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
5765 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
5766 arch/x86/crypto/serpent_avx_glue.c | 18 +-
5767 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
5768 arch/x86/crypto/sha-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
5769 arch/x86/crypto/sha-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
5770 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
5771 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
5772 arch/x86/crypto/sha256-avx-asm.S | 5 +-
5773 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
5774 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
5775 arch/x86/crypto/sha256_ni_asm.S | 2 +-
5776 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
5777 arch/x86/crypto/sha512-avx-asm.S | 5 +-
5778 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
5779 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
5780 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
5781 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
5782 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
5783 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
5784 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
5785 arch/x86/crypto/twofish_avx_glue.c | 21 +-
5786 arch/x86/crypto/twofish_glue.c | 4 +-
5787 arch/x86/crypto/twofish_glue_3way.c | 12 +-
5788 arch/x86/entry/Makefile | 2 +
5789 arch/x86/entry/calling.h | 86 +-
5790 arch/x86/entry/common.c | 89 +-
5791 arch/x86/entry/entry_32.S | 330 +-
5792 arch/x86/entry/entry_64.S | 600 +-
5793 arch/x86/entry/entry_64_compat.S | 115 +-
5794 arch/x86/entry/thunk_64.S | 2 +
5795 arch/x86/entry/vdso/Makefile | 5 +-
5796 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
5797 arch/x86/entry/vdso/vdso2c.h | 4 +-
5798 arch/x86/entry/vdso/vma.c | 42 +-
5799 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
5800 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
5801 arch/x86/events/amd/iommu.c | 8 +-
5802 arch/x86/events/core.c | 8 +-
5803 arch/x86/events/intel/bts.c | 6 +-
5804 arch/x86/events/intel/core.c | 34 +-
5805 arch/x86/events/intel/cqm.c | 14 +-
5806 arch/x86/events/intel/cstate.c | 6 +-
5807 arch/x86/events/intel/ds.c | 7 +-
5808 arch/x86/events/intel/lbr.c | 4 +-
5809 arch/x86/events/intel/pt.c | 44 +-
5810 arch/x86/events/intel/rapl.c | 8 +-
5811 arch/x86/events/intel/uncore.c | 6 +-
5812 arch/x86/events/intel/uncore.h | 14 +-
5813 arch/x86/events/perf_event.h | 2 +-
5814 arch/x86/ia32/ia32_signal.c | 23 +-
5815 arch/x86/ia32/sys_ia32.c | 42 +-
5816 arch/x86/include/asm/alternative-asm.h | 43 +-
5817 arch/x86/include/asm/alternative.h | 4 +-
5818 arch/x86/include/asm/apic.h | 2 +-
5819 arch/x86/include/asm/apm.h | 4 +-
5820 arch/x86/include/asm/atomic.h | 230 +-
5821 arch/x86/include/asm/atomic64_32.h | 119 +
5822 arch/x86/include/asm/atomic64_64.h | 169 +-
5823 arch/x86/include/asm/bitops.h | 18 +-
5824 arch/x86/include/asm/boot.h | 2 +-
5825 arch/x86/include/asm/cache.h | 4 +-
5826 arch/x86/include/asm/checksum_32.h | 12 +-
5827 arch/x86/include/asm/cmpxchg.h | 39 +
5828 arch/x86/include/asm/compat.h | 4 +
5829 arch/x86/include/asm/cpufeature.h | 2 +-
5830 arch/x86/include/asm/cpufeatures.h | 5 +-
5831 arch/x86/include/asm/crypto/camellia.h | 30 +-
5832 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
5833 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
5834 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
5835 arch/x86/include/asm/crypto/twofish.h | 10 +-
5836 arch/x86/include/asm/desc.h | 78 +-
5837 arch/x86/include/asm/desc_defs.h | 6 +
5838 arch/x86/include/asm/div64.h | 2 +-
5839 arch/x86/include/asm/dma.h | 2 +
5840 arch/x86/include/asm/elf.h | 33 +-
5841 arch/x86/include/asm/emergency-restart.h | 2 +-
5842 arch/x86/include/asm/fixmap.h | 2 +-
5843 arch/x86/include/asm/fpu/internal.h | 38 +-
5844 arch/x86/include/asm/fpu/types.h | 5 +-
5845 arch/x86/include/asm/futex.h | 14 +-
5846 arch/x86/include/asm/hw_irq.h | 4 +-
5847 arch/x86/include/asm/hypervisor.h | 2 +-
5848 arch/x86/include/asm/i8259.h | 2 +-
5849 arch/x86/include/asm/io.h | 22 +-
5850 arch/x86/include/asm/irqflags.h | 5 +
5851 arch/x86/include/asm/kprobes.h | 9 +-
5852 arch/x86/include/asm/kvm_emulate.h | 7 +-
5853 arch/x86/include/asm/local.h | 106 +-
5854 arch/x86/include/asm/mman.h | 15 +
5855 arch/x86/include/asm/mmu.h | 14 +-
5856 arch/x86/include/asm/mmu_context.h | 133 +-
5857 arch/x86/include/asm/module.h | 23 +-
5858 arch/x86/include/asm/nmi.h | 19 +-
5859 arch/x86/include/asm/page.h | 1 +
5860 arch/x86/include/asm/page_32.h | 12 +-
5861 arch/x86/include/asm/page_64.h | 14 +-
5862 arch/x86/include/asm/paravirt.h | 46 +-
5863 arch/x86/include/asm/paravirt_types.h | 13 +-
5864 arch/x86/include/asm/pgalloc.h | 23 +
5865 arch/x86/include/asm/pgtable-2level.h | 2 +
5866 arch/x86/include/asm/pgtable-3level.h | 7 +
5867 arch/x86/include/asm/pgtable.h | 126 +-
5868 arch/x86/include/asm/pgtable_32.h | 14 +-
5869 arch/x86/include/asm/pgtable_32_types.h | 24 +-
5870 arch/x86/include/asm/pgtable_64.h | 23 +-
5871 arch/x86/include/asm/pgtable_64_types.h | 5 +
5872 arch/x86/include/asm/pgtable_types.h | 27 +-
5873 arch/x86/include/asm/pmem.h | 2 +-
5874 arch/x86/include/asm/preempt.h | 2 +-
5875 arch/x86/include/asm/processor.h | 57 +-
5876 arch/x86/include/asm/ptrace.h | 15 +-
5877 arch/x86/include/asm/realmode.h | 4 +-
5878 arch/x86/include/asm/reboot.h | 10 +-
5879 arch/x86/include/asm/rmwcc.h | 84 +-
5880 arch/x86/include/asm/rwsem.h | 60 +-
5881 arch/x86/include/asm/segment.h | 27 +-
5882 arch/x86/include/asm/smap.h | 43 +
5883 arch/x86/include/asm/smp.h | 14 +-
5884 arch/x86/include/asm/stackprotector.h | 4 +-
5885 arch/x86/include/asm/stacktrace.h | 34 +-
5886 arch/x86/include/asm/string_32.h | 20 +-
5887 arch/x86/include/asm/string_64.h | 16 +-
5888 arch/x86/include/asm/switch_to.h | 4 +-
5889 arch/x86/include/asm/sys_ia32.h | 6 +-
5890 arch/x86/include/asm/thread_info.h | 54 +-
5891 arch/x86/include/asm/tlbflush.h | 77 +-
5892 arch/x86/include/asm/traps.h | 4 +-
5893 arch/x86/include/asm/uaccess.h | 210 +-
5894 arch/x86/include/asm/uaccess_32.h | 28 +-
5895 arch/x86/include/asm/uaccess_64.h | 169 +-
5896 arch/x86/include/asm/word-at-a-time.h | 2 +-
5897 arch/x86/include/asm/x86_init.h | 10 +-
5898 arch/x86/include/asm/xen/page.h | 2 +-
5899 arch/x86/include/uapi/asm/e820.h | 2 +-
5900 arch/x86/kernel/Makefile | 2 +-
5901 arch/x86/kernel/acpi/boot.c | 4 +-
5902 arch/x86/kernel/acpi/sleep.c | 4 +
5903 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
5904 arch/x86/kernel/alternative.c | 124 +-
5905 arch/x86/kernel/apic/apic.c | 4 +-
5906 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
5907 arch/x86/kernel/apic/apic_noop.c | 2 +-
5908 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
5909 arch/x86/kernel/apic/io_apic.c | 10 +-
5910 arch/x86/kernel/apic/msi.c | 2 +-
5911 arch/x86/kernel/apic/probe_32.c | 4 +-
5912 arch/x86/kernel/apic/vector.c | 2 +
5913 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
5914 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
5915 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
5916 arch/x86/kernel/apm_32.c | 21 +-
5917 arch/x86/kernel/asm-offsets.c | 22 +
5918 arch/x86/kernel/cpu/Makefile | 4 -
5919 arch/x86/kernel/cpu/amd.c | 2 +-
5920 arch/x86/kernel/cpu/bugs_64.c | 2 +
5921 arch/x86/kernel/cpu/common.c | 202 +-
5922 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
5923 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
5924 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
5925 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
5926 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
5927 arch/x86/kernel/cpu/mshyperv.c | 2 +-
5928 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
5929 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
5930 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
5931 arch/x86/kernel/cpu/vmware.c | 2 +-
5932 arch/x86/kernel/crash_dump_64.c | 2 +-
5933 arch/x86/kernel/doublefault.c | 8 +-
5934 arch/x86/kernel/dumpstack.c | 24 +-
5935 arch/x86/kernel/dumpstack_32.c | 25 +-
5936 arch/x86/kernel/dumpstack_64.c | 72 +-
5937 arch/x86/kernel/e820.c | 4 +-
5938 arch/x86/kernel/early_printk.c | 1 +
5939 arch/x86/kernel/espfix_64.c | 44 +-
5940 arch/x86/kernel/fpu/core.c | 30 +-
5941 arch/x86/kernel/fpu/init.c | 49 +-
5942 arch/x86/kernel/fpu/regset.c | 22 +-
5943 arch/x86/kernel/fpu/signal.c | 20 +-
5944 arch/x86/kernel/fpu/xstate.c | 12 +-
5945 arch/x86/kernel/ftrace.c | 18 +-
5946 arch/x86/kernel/head64.c | 14 +-
5947 arch/x86/kernel/head_32.S | 240 +-
5948 arch/x86/kernel/head_64.S | 182 +-
5949 arch/x86/kernel/i386_ksyms_32.c | 12 +
5950 arch/x86/kernel/i8259.c | 10 +-
5951 arch/x86/kernel/io_delay.c | 2 +-
5952 arch/x86/kernel/ioport.c | 2 +-
5953 arch/x86/kernel/irq.c | 8 +-
5954 arch/x86/kernel/irq_32.c | 45 +-
5955 arch/x86/kernel/jump_label.c | 10 +-
5956 arch/x86/kernel/kgdb.c | 21 +-
5957 arch/x86/kernel/kprobes/core.c | 28 +-
5958 arch/x86/kernel/kprobes/opt.c | 16 +-
5959 arch/x86/kernel/ksysfs.c | 2 +-
5960 arch/x86/kernel/kvm.c | 2 +-
5961 arch/x86/kernel/kvmclock.c | 20 +-
5962 arch/x86/kernel/ldt.c | 25 +
5963 arch/x86/kernel/livepatch.c | 9 +-
5964 arch/x86/kernel/machine_kexec_32.c | 6 +-
5965 arch/x86/kernel/mcount_64.S | 21 +-
5966 arch/x86/kernel/module.c | 78 +-
5967 arch/x86/kernel/msr.c | 2 +-
5968 arch/x86/kernel/nmi.c | 34 +-
5969 arch/x86/kernel/nmi_selftest.c | 4 +-
5970 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
5971 arch/x86/kernel/paravirt.c | 133 +-
5972 arch/x86/kernel/paravirt_patch_64.c | 8 +
5973 arch/x86/kernel/pci-calgary_64.c | 2 +-
5974 arch/x86/kernel/pci-iommu_table.c | 2 +-
5975 arch/x86/kernel/pci-swiotlb.c | 2 +-
5976 arch/x86/kernel/process.c | 80 +-
5977 arch/x86/kernel/process_32.c | 29 +-
5978 arch/x86/kernel/process_64.c | 14 +-
5979 arch/x86/kernel/ptrace.c | 20 +-
5980 arch/x86/kernel/pvclock.c | 8 +-
5981 arch/x86/kernel/reboot.c | 44 +-
5982 arch/x86/kernel/reboot_fixups_32.c | 2 +-
5983 arch/x86/kernel/relocate_kernel_64.S | 3 +-
5984 arch/x86/kernel/setup.c | 29 +-
5985 arch/x86/kernel/setup_percpu.c | 29 +-
5986 arch/x86/kernel/signal.c | 17 +-
5987 arch/x86/kernel/smp.c | 2 +-
5988 arch/x86/kernel/smpboot.c | 29 +-
5989 arch/x86/kernel/step.c | 6 +-
5990 arch/x86/kernel/sys_i386_32.c | 184 +
5991 arch/x86/kernel/sys_x86_64.c | 28 +-
5992 arch/x86/kernel/tboot.c | 22 +-
5993 arch/x86/kernel/time.c | 8 +-
5994 arch/x86/kernel/tls.c | 7 +-
5995 arch/x86/kernel/tracepoint.c | 4 +-
5996 arch/x86/kernel/traps.c | 66 +-
5997 arch/x86/kernel/tsc.c | 2 +-
5998 arch/x86/kernel/uprobes.c | 4 +-
5999 arch/x86/kernel/vm86_32.c | 6 +-
6000 arch/x86/kernel/vmlinux.lds.S | 144 +-
6001 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
6002 arch/x86/kernel/x86_init.c | 6 +-
6003 arch/x86/kvm/cpuid.c | 21 +-
6004 arch/x86/kvm/emulate.c | 20 +-
6005 arch/x86/kvm/i8259.c | 10 +-
6006 arch/x86/kvm/ioapic.c | 2 +
6007 arch/x86/kvm/lapic.c | 2 +-
6008 arch/x86/kvm/paging_tmpl.h | 2 +-
6009 arch/x86/kvm/svm.c | 10 +-
6010 arch/x86/kvm/vmx.c | 60 +-
6011 arch/x86/kvm/x86.c | 44 +-
6012 arch/x86/lguest/boot.c | 3 +-
6013 arch/x86/lib/atomic64_386_32.S | 164 +
6014 arch/x86/lib/atomic64_cx8_32.S | 98 +-
6015 arch/x86/lib/checksum_32.S | 99 +-
6016 arch/x86/lib/clear_page_64.S | 3 +
6017 arch/x86/lib/cmpxchg16b_emu.S | 3 +
6018 arch/x86/lib/copy_page_64.S | 14 +-
6019 arch/x86/lib/copy_user_64.S | 66 +-
6020 arch/x86/lib/csum-copy_64.S | 14 +-
6021 arch/x86/lib/csum-wrappers_64.c | 8 +-
6022 arch/x86/lib/getuser.S | 74 +-
6023 arch/x86/lib/insn.c | 8 +-
6024 arch/x86/lib/iomap_copy_64.S | 2 +
6025 arch/x86/lib/memcpy_64.S | 6 +
6026 arch/x86/lib/memmove_64.S | 3 +-
6027 arch/x86/lib/memset_64.S | 3 +
6028 arch/x86/lib/mmx_32.c | 243 +-
6029 arch/x86/lib/msr-reg.S | 2 +
6030 arch/x86/lib/putuser.S | 87 +-
6031 arch/x86/lib/rwsem.S | 4 +
6032 arch/x86/lib/usercopy_32.c | 359 +-
6033 arch/x86/lib/usercopy_64.c | 22 +-
6034 arch/x86/math-emu/fpu_aux.c | 2 +-
6035 arch/x86/math-emu/fpu_entry.c | 4 +-
6036 arch/x86/math-emu/fpu_etc.c | 9 +-
6037 arch/x86/math-emu/fpu_system.h | 2 +-
6038 arch/x86/math-emu/fpu_trig.c | 13 +-
6039 arch/x86/math-emu/reg_constant.c | 7 +-
6040 arch/x86/mm/Makefile | 3 +
6041 arch/x86/mm/extable.c | 20 +-
6042 arch/x86/mm/fault.c | 573 +-
6043 arch/x86/mm/gup.c | 6 +-
6044 arch/x86/mm/highmem_32.c | 6 +
6045 arch/x86/mm/hugetlbpage.c | 24 +-
6046 arch/x86/mm/init.c | 19 +-
6047 arch/x86/mm/init_32.c | 157 +-
6048 arch/x86/mm/init_64.c | 100 +-
6049 arch/x86/mm/iomap_32.c | 4 +
6050 arch/x86/mm/ioremap.c | 52 +-
6051 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
6052 arch/x86/mm/mmap.c | 46 +-
6053 arch/x86/mm/mmio-mod.c | 10 +-
6054 arch/x86/mm/mpx.c | 6 +-
6055 arch/x86/mm/numa.c | 2 +-
6056 arch/x86/mm/pageattr.c | 36 +-
6057 arch/x86/mm/pat.c | 12 +-
6058 arch/x86/mm/pat_rbtree.c | 2 +-
6059 arch/x86/mm/pf_in.c | 10 +-
6060 arch/x86/mm/pgtable.c | 211 +-
6061 arch/x86/mm/pgtable_32.c | 3 +
6062 arch/x86/mm/setup_nx.c | 7 +
6063 arch/x86/mm/tlb.c | 4 +
6064 arch/x86/mm/uderef_64.c | 37 +
6065 arch/x86/net/bpf_jit.S | 11 +
6066 arch/x86/net/bpf_jit_comp.c | 13 +-
6067 arch/x86/oprofile/backtrace.c | 6 +-
6068 arch/x86/oprofile/nmi_int.c | 10 +-
6069 arch/x86/oprofile/op_model_amd.c | 8 +-
6070 arch/x86/oprofile/op_model_ppro.c | 7 +-
6071 arch/x86/oprofile/op_x86_model.h | 2 +-
6072 arch/x86/pci/intel_mid_pci.c | 2 +-
6073 arch/x86/pci/irq.c | 8 +-
6074 arch/x86/pci/pcbios.c | 112 +-
6075 arch/x86/pci/vmd.c | 4 +-
6076 arch/x86/platform/efi/efi_32.c | 24 +
6077 arch/x86/platform/efi/efi_64.c | 26 +-
6078 arch/x86/platform/efi/efi_stub_32.S | 64 +-
6079 arch/x86/platform/efi/efi_stub_64.S | 2 +
6080 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
6081 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
6082 arch/x86/platform/intel-mid/mfld.c | 4 +-
6083 arch/x86/platform/intel-mid/mrfl.c | 2 +-
6084 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
6085 arch/x86/platform/olpc/olpc_dt.c | 2 +-
6086 arch/x86/power/cpu.c | 11 +-
6087 arch/x86/realmode/init.c | 10 +-
6088 arch/x86/realmode/rm/header.S | 4 +-
6089 arch/x86/realmode/rm/reboot.S | 4 +
6090 arch/x86/realmode/rm/trampoline_32.S | 12 +-
6091 arch/x86/realmode/rm/trampoline_64.S | 3 +-
6092 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
6093 arch/x86/tools/Makefile | 2 +-
6094 arch/x86/tools/relocs.c | 97 +-
6095 arch/x86/um/mem_32.c | 2 +-
6096 arch/x86/um/tls_32.c | 2 +-
6097 arch/x86/xen/enlighten.c | 52 +-
6098 arch/x86/xen/mmu.c | 31 +-
6099 arch/x86/xen/smp.c | 16 +-
6100 arch/x86/xen/xen-asm_32.S | 2 +-
6101 arch/x86/xen/xen-head.S | 12 +
6102 arch/x86/xen/xen-ops.h | 2 -
6103 block/bio.c | 4 +-
6104 block/blk-cgroup.c | 18 +-
6105 block/blk-map.c | 2 +-
6106 block/blk-softirq.c | 2 +-
6107 block/bsg.c | 12 +-
6108 block/cfq-iosched.c | 4 +-
6109 block/compat_ioctl.c | 4 +-
6110 block/genhd.c | 9 +-
6111 block/partitions/efi.c | 8 +-
6112 block/scsi_ioctl.c | 29 +-
6113 crypto/cast6_generic.c | 6 +-
6114 crypto/cryptd.c | 4 +-
6115 crypto/crypto_user.c | 2 +-
6116 crypto/pcrypt.c | 2 +-
6117 crypto/salsa20_generic.c | 16 +-
6118 crypto/serpent_generic.c | 6 +-
6119 drivers/acpi/ac.c | 2 +-
6120 drivers/acpi/acpi_video.c | 2 +-
6121 drivers/acpi/apei/apei-internal.h | 2 +-
6122 drivers/acpi/apei/ghes.c | 10 +-
6123 drivers/acpi/battery.c | 2 +-
6124 drivers/acpi/bgrt.c | 6 +-
6125 drivers/acpi/blacklist.c | 4 +-
6126 drivers/acpi/bus.c | 4 +-
6127 drivers/acpi/device_pm.c | 4 +-
6128 drivers/acpi/ec.c | 6 +-
6129 drivers/acpi/pci_slot.c | 2 +-
6130 drivers/acpi/processor_idle.c | 2 +-
6131 drivers/acpi/processor_pdc.c | 2 +-
6132 drivers/acpi/sleep.c | 2 +-
6133 drivers/acpi/sysfs.c | 14 +-
6134 drivers/acpi/thermal.c | 2 +-
6135 drivers/acpi/video_detect.c | 7 +-
6136 drivers/android/binder.c | 2 +-
6137 drivers/ata/libata-core.c | 12 +-
6138 drivers/ata/libata-scsi.c | 2 +-
6139 drivers/ata/libata.h | 2 +-
6140 drivers/ata/pata_arasan_cf.c | 4 +-
6141 drivers/atm/adummy.c | 2 +-
6142 drivers/atm/ambassador.c | 8 +-
6143 drivers/atm/atmtcp.c | 14 +-
6144 drivers/atm/eni.c | 10 +-
6145 drivers/atm/firestream.c | 8 +-
6146 drivers/atm/fore200e.c | 14 +-
6147 drivers/atm/he.c | 18 +-
6148 drivers/atm/horizon.c | 4 +-
6149 drivers/atm/idt77252.c | 36 +-
6150 drivers/atm/iphase.c | 34 +-
6151 drivers/atm/lanai.c | 12 +-
6152 drivers/atm/nicstar.c | 46 +-
6153 drivers/atm/solos-pci.c | 4 +-
6154 drivers/atm/suni.c | 4 +-
6155 drivers/atm/uPD98402.c | 16 +-
6156 drivers/atm/zatm.c | 6 +-
6157 drivers/base/bus.c | 4 +-
6158 drivers/base/devres.c | 4 +-
6159 drivers/base/devtmpfs.c | 8 +-
6160 drivers/base/node.c | 2 +-
6161 drivers/base/platform-msi.c | 20 +-
6162 drivers/base/power/domain.c | 6 +-
6163 drivers/base/power/runtime.c | 61 +-
6164 drivers/base/power/sysfs.c | 2 +-
6165 drivers/base/power/wakeup.c | 8 +-
6166 drivers/base/regmap/regmap-debugfs.c | 4 +-
6167 drivers/base/regmap/regmap.c | 4 +-
6168 drivers/base/syscore.c | 4 +-
6169 drivers/block/cciss.c | 28 +-
6170 drivers/block/cciss.h | 2 +-
6171 drivers/block/drbd/drbd_bitmap.c | 2 +-
6172 drivers/block/drbd/drbd_int.h | 8 +-
6173 drivers/block/drbd/drbd_main.c | 12 +-
6174 drivers/block/drbd/drbd_nl.c | 16 +-
6175 drivers/block/drbd/drbd_receiver.c | 38 +-
6176 drivers/block/drbd/drbd_state.c | 12 +-
6177 drivers/block/drbd/drbd_state.h | 2 +-
6178 drivers/block/drbd/drbd_state_change.h | 8 +-
6179 drivers/block/drbd/drbd_worker.c | 14 +-
6180 drivers/block/floppy.c | 8 +-
6181 drivers/block/pktcdvd.c | 4 +-
6182 drivers/block/rbd.c | 2 +-
6183 drivers/bluetooth/btwilink.c | 2 +-
6184 drivers/bus/arm-cci.c | 6 +-
6185 drivers/cdrom/cdrom.c | 11 +-
6186 drivers/cdrom/gdrom.c | 1 -
6187 drivers/char/agp/compat_ioctl.c | 2 +-
6188 drivers/char/agp/frontend.c | 4 +-
6189 drivers/char/agp/intel-gtt.c | 4 +-
6190 drivers/char/hpet.c | 2 +-
6191 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
6192 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
6193 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
6194 drivers/char/ipmi/ipmi_ssif.c | 12 +-
6195 drivers/char/mem.c | 47 +-
6196 drivers/char/nvram.c | 2 +-
6197 drivers/char/pcmcia/synclink_cs.c | 16 +-
6198 drivers/char/random.c | 12 +-
6199 drivers/char/sonypi.c | 11 +-
6200 drivers/char/tpm/tpm-chip.c | 7 +-
6201 drivers/char/tpm/tpm_acpi.c | 3 +-
6202 drivers/char/tpm/tpm_eventlog.c | 5 +-
6203 drivers/char/virtio_console.c | 6 +-
6204 drivers/clk/clk-composite.c | 2 +-
6205 drivers/clk/samsung/clk.h | 2 +-
6206 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
6207 drivers/clk/socfpga/clk-gate.c | 9 +-
6208 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
6209 drivers/clk/socfpga/clk-pll.c | 9 +-
6210 drivers/clk/ti/adpll.c | 2 +-
6211 drivers/clk/ti/clk.c | 8 +-
6212 drivers/cpufreq/acpi-cpufreq.c | 17 +-
6213 drivers/cpufreq/cpufreq-dt.c | 4 +-
6214 drivers/cpufreq/cpufreq.c | 27 +-
6215 drivers/cpufreq/cpufreq_governor.h | 2 +-
6216 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
6217 drivers/cpufreq/intel_pstate.c | 56 +-
6218 drivers/cpufreq/p4-clockmod.c | 12 +-
6219 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
6220 drivers/cpufreq/speedstep-centrino.c | 7 +-
6221 drivers/cpuidle/driver.c | 2 +-
6222 drivers/cpuidle/dt_idle_states.c | 2 +-
6223 drivers/cpuidle/governor.c | 2 +-
6224 drivers/cpuidle/governors/ladder.c | 13 +-
6225 drivers/cpuidle/sysfs.c | 2 +-
6226 drivers/crypto/hifn_795x.c | 4 +-
6227 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
6228 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
6229 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
6230 drivers/devfreq/devfreq.c | 4 +-
6231 drivers/dma-buf/dma-buf.c | 5 +-
6232 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
6233 drivers/dma/sh/shdma-base.c | 4 +-
6234 drivers/dma/sh/shdmac.c | 2 +-
6235 drivers/edac/edac_device.c | 4 +-
6236 drivers/edac/edac_device_sysfs.c | 2 +-
6237 drivers/edac/edac_mc_sysfs.c | 4 +-
6238 drivers/edac/edac_module.c | 2 +-
6239 drivers/edac/edac_pci.c | 4 +-
6240 drivers/edac/edac_pci_sysfs.c | 22 +-
6241 drivers/edac/mce_amd.h | 2 +-
6242 drivers/firewire/core-card.c | 6 +-
6243 drivers/firewire/core-cdev.c | 4 +-
6244 drivers/firewire/core-device.c | 2 +-
6245 drivers/firewire/core-iso.c | 2 +-
6246 drivers/firewire/core-transaction.c | 1 +
6247 drivers/firewire/core.h | 1 +
6248 drivers/firmware/dmi-id.c | 9 +-
6249 drivers/firmware/dmi_scan.c | 12 +-
6250 drivers/firmware/efi/cper.c | 8 +-
6251 drivers/firmware/efi/efi.c | 14 +-
6252 drivers/firmware/efi/efivars.c | 2 +-
6253 drivers/firmware/efi/runtime-map.c | 2 +-
6254 drivers/firmware/google/gsmi.c | 2 +-
6255 drivers/firmware/google/memconsole.c | 7 +-
6256 drivers/firmware/memmap.c | 2 +-
6257 drivers/firmware/psci.c | 2 +-
6258 drivers/gpio/gpio-davinci.c | 6 +-
6259 drivers/gpio/gpio-em.c | 2 +-
6260 drivers/gpio/gpio-ich.c | 2 +-
6261 drivers/gpio/gpio-mpc8xxx.c | 6 +-
6262 drivers/gpio/gpio-omap.c | 4 +-
6263 drivers/gpio/gpio-rcar.c | 2 +-
6264 drivers/gpio/gpio-vr41xx.c | 2 +-
6265 drivers/gpio/gpiolib.c | 12 +-
6266 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 +-
6267 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
6268 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
6269 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
6270 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
6271 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
6272 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
6273 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
6274 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
6275 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
6276 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
6277 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
6278 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
6279 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
6280 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
6281 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
6282 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
6283 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
6284 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
6285 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
6286 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
6287 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
6288 drivers/gpu/drm/armada/armada_drv.c | 3 +-
6289 drivers/gpu/drm/ast/ast_mode.c | 2 +-
6290 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
6291 drivers/gpu/drm/drm_crtc.c | 2 +-
6292 drivers/gpu/drm/drm_drv.c | 2 +-
6293 drivers/gpu/drm/drm_fops.c | 19 +-
6294 drivers/gpu/drm/drm_global.c | 14 +-
6295 drivers/gpu/drm/drm_info.c | 13 +-
6296 drivers/gpu/drm/drm_ioc32.c | 13 +-
6297 drivers/gpu/drm/drm_ioctl.c | 2 +-
6298 drivers/gpu/drm/drm_pci.c | 9 +-
6299 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
6300 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
6301 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
6302 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
6303 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
6304 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
6305 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 3 +
6306 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
6307 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
6308 drivers/gpu/drm/gma500/psb_drv.c | 1 -
6309 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
6310 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
6311 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
6312 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
6313 drivers/gpu/drm/i810/i810_dma.c | 2 +-
6314 drivers/gpu/drm/i810/i810_drv.c | 6 +-
6315 drivers/gpu/drm/i810/i810_drv.h | 6 +-
6316 drivers/gpu/drm/i915/dvo.h | 2 +-
6317 drivers/gpu/drm/i915/i915_dma.c | 4 +-
6318 drivers/gpu/drm/i915/i915_drv.c | 7 +-
6319 drivers/gpu/drm/i915/i915_drv.h | 2 +-
6320 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
6321 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
6322 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
6323 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
6324 drivers/gpu/drm/i915/i915_irq.c | 88 +-
6325 drivers/gpu/drm/i915/intel_display.c | 30 +-
6326 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
6327 drivers/gpu/drm/mga/mga_drv.c | 5 +-
6328 drivers/gpu/drm/mga/mga_drv.h | 6 +-
6329 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
6330 drivers/gpu/drm/mga/mga_irq.c | 8 +-
6331 drivers/gpu/drm/mga/mga_state.c | 2 +-
6332 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
6333 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
6334 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
6335 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
6336 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
6337 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
6338 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
6339 drivers/gpu/drm/nouveau/nouveau_usif.c | 7 +-
6340 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
6341 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
6342 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
6343 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
6344 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
6345 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
6346 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
6347 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
6348 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
6349 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
6350 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
6351 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
6352 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
6353 drivers/gpu/drm/r128/r128_cce.c | 2 +-
6354 drivers/gpu/drm/r128/r128_drv.c | 4 +-
6355 drivers/gpu/drm/r128/r128_drv.h | 6 +-
6356 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
6357 drivers/gpu/drm/r128/r128_irq.c | 4 +-
6358 drivers/gpu/drm/r128/r128_state.c | 6 +-
6359 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
6360 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
6361 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
6362 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
6363 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
6364 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
6365 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
6366 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
6367 drivers/gpu/drm/savage/savage_bci.c | 2 +-
6368 drivers/gpu/drm/savage/savage_drv.c | 5 +-
6369 drivers/gpu/drm/savage/savage_drv.h | 2 +-
6370 drivers/gpu/drm/sis/sis_drv.c | 5 +-
6371 drivers/gpu/drm/sis/sis_drv.h | 2 +-
6372 drivers/gpu/drm/sis/sis_mm.c | 2 +-
6373 drivers/gpu/drm/tegra/dc.c | 2 +-
6374 drivers/gpu/drm/tegra/dsi.c | 2 +-
6375 drivers/gpu/drm/tegra/hdmi.c | 2 +-
6376 drivers/gpu/drm/tegra/sor.c | 7 +-
6377 drivers/gpu/drm/tilcdc/Makefile | 6 +-
6378 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
6379 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
6380 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
6381 drivers/gpu/drm/udl/udl_connector.c | 2 +-
6382 drivers/gpu/drm/udl/udl_fb.c | 1 -
6383 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
6384 drivers/gpu/drm/via/via_dma.c | 2 +-
6385 drivers/gpu/drm/via/via_drv.c | 5 +-
6386 drivers/gpu/drm/via/via_drv.h | 6 +-
6387 drivers/gpu/drm/via/via_irq.c | 18 +-
6388 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
6389 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
6390 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
6391 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
6392 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
6393 drivers/gpu/vga/vga_switcheroo.c | 4 +-
6394 drivers/hid/hid-core.c | 4 +-
6395 drivers/hid/hid-magicmouse.c | 2 +-
6396 drivers/hid/hid-sensor-custom.c | 2 +-
6397 drivers/hv/channel.c | 6 +-
6398 drivers/hv/hv.c | 22 +-
6399 drivers/hv/hv_balloon.c | 18 +-
6400 drivers/hv/hyperv_vmbus.h | 2 +-
6401 drivers/hwmon/acpi_power_meter.c | 6 +-
6402 drivers/hwmon/applesmc.c | 4 +-
6403 drivers/hwmon/asus_atk0110.c | 10 +-
6404 drivers/hwmon/coretemp.c | 2 +-
6405 drivers/hwmon/dell-smm-hwmon.c | 4 +-
6406 drivers/hwmon/ibmaem.c | 2 +-
6407 drivers/hwmon/iio_hwmon.c | 2 +-
6408 drivers/hwmon/nct6683.c | 6 +-
6409 drivers/hwmon/nct6775.c | 6 +-
6410 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
6411 drivers/hwmon/sht15.c | 12 +-
6412 drivers/hwmon/via-cputemp.c | 2 +-
6413 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
6414 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
6415 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
6416 drivers/i2c/i2c-dev.c | 2 +-
6417 drivers/ide/ide-cd.c | 2 +-
6418 drivers/ide/ide-disk.c | 2 +-
6419 drivers/ide/ide.c | 4 +-
6420 drivers/idle/intel_idle.c | 6 +-
6421 drivers/iio/industrialio-core.c | 2 +-
6422 drivers/iio/magnetometer/ak8975.c | 2 +-
6423 drivers/infiniband/core/cm.c | 46 +-
6424 drivers/infiniband/core/fmr_pool.c | 20 +-
6425 drivers/infiniband/core/netlink.c | 5 +-
6426 drivers/infiniband/core/ucm.c | 4 +-
6427 drivers/infiniband/core/uverbs_cmd.c | 3 +
6428 drivers/infiniband/hw/cxgb4/device.c | 6 +-
6429 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
6430 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
6431 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
6432 drivers/infiniband/hw/mlx4/mad.c | 2 +-
6433 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
6434 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
6435 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
6436 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
6437 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
6438 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
6439 drivers/infiniband/hw/nes/nes.c | 4 +-
6440 drivers/infiniband/hw/nes/nes.h | 40 +-
6441 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
6442 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
6443 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
6444 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
6445 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
6446 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
6447 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
6448 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
6449 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
6450 drivers/input/evdev.c | 2 +-
6451 drivers/input/gameport/gameport.c | 4 +-
6452 drivers/input/input.c | 4 +-
6453 drivers/input/joystick/sidewinder.c | 1 +
6454 drivers/input/misc/ims-pcu.c | 4 +-
6455 drivers/input/mouse/psmouse.h | 2 +-
6456 drivers/input/mousedev.c | 2 +-
6457 drivers/input/serio/serio.c | 4 +-
6458 drivers/input/serio/serio_raw.c | 4 +-
6459 drivers/input/touchscreen/htcpen.c | 2 +-
6460 drivers/iommu/arm-smmu-v3.c | 2 +-
6461 drivers/iommu/arm-smmu.c | 42 +-
6462 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
6463 drivers/iommu/io-pgtable-arm.c | 99 +-
6464 drivers/iommu/io-pgtable.c | 11 +-
6465 drivers/iommu/io-pgtable.h | 21 +-
6466 drivers/iommu/iommu.c | 2 +-
6467 drivers/iommu/ipmmu-vmsa.c | 13 +-
6468 drivers/iommu/irq_remapping.c | 2 +-
6469 drivers/iommu/mtk_iommu.c | 16 +-
6470 drivers/irqchip/irq-gic.c | 2 +-
6471 drivers/irqchip/irq-i8259.c | 2 +-
6472 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
6473 drivers/irqchip/irq-ts4800.c | 2 +-
6474 drivers/isdn/capi/capi.c | 10 +-
6475 drivers/isdn/gigaset/interface.c | 8 +-
6476 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
6477 drivers/isdn/hardware/avm/b1.c | 4 +-
6478 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
6479 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
6480 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
6481 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
6482 drivers/isdn/hardware/eicon/divasync.h | 2 +-
6483 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
6484 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
6485 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
6486 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
6487 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
6488 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
6489 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
6490 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
6491 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
6492 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
6493 drivers/isdn/hisax/amd7930_fn.c | 5 +-
6494 drivers/isdn/hisax/arcofi.c | 5 +-
6495 drivers/isdn/hisax/diva.c | 7 +-
6496 drivers/isdn/hisax/elsa.c | 9 +-
6497 drivers/isdn/hisax/fsm.c | 5 +-
6498 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
6499 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
6500 drivers/isdn/hisax/hfc_pci.c | 10 +-
6501 drivers/isdn/hisax/hfc_sx.c | 10 +-
6502 drivers/isdn/hisax/hfc_usb.c | 12 +-
6503 drivers/isdn/hisax/hfcscard.c | 6 +-
6504 drivers/isdn/hisax/icc.c | 5 +-
6505 drivers/isdn/hisax/ipacx.c | 7 +-
6506 drivers/isdn/hisax/isac.c | 5 +-
6507 drivers/isdn/hisax/isar.c | 5 +-
6508 drivers/isdn/hisax/isdnl3.c | 5 +-
6509 drivers/isdn/hisax/saphir.c | 5 +-
6510 drivers/isdn/hisax/teleint.c | 5 +-
6511 drivers/isdn/hisax/w6692.c | 5 +-
6512 drivers/isdn/i4l/isdn_common.c | 2 +
6513 drivers/isdn/i4l/isdn_tty.c | 22 +-
6514 drivers/isdn/mISDN/dsp.h | 4 +-
6515 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
6516 drivers/isdn/mISDN/dsp_core.c | 4 +-
6517 drivers/isdn/mISDN/dsp_tones.c | 4 +-
6518 drivers/isdn/mISDN/fsm.c | 5 +-
6519 drivers/isdn/mISDN/l1oip_core.c | 8 +-
6520 drivers/leds/leds-clevo-mail.c | 2 +-
6521 drivers/leds/leds-ss4200.c | 2 +-
6522 drivers/lguest/core.c | 9 +-
6523 drivers/lguest/page_tables.c | 2 +-
6524 drivers/lguest/x86/core.c | 12 +-
6525 drivers/lguest/x86/switcher_32.S | 27 +-
6526 drivers/lightnvm/rrpc.c | 4 +-
6527 drivers/lightnvm/rrpc.h | 2 +-
6528 drivers/md/bcache/alloc.c | 2 +-
6529 drivers/md/bcache/bcache.h | 10 +-
6530 drivers/md/bcache/btree.c | 13 +-
6531 drivers/md/bcache/closure.c | 4 +-
6532 drivers/md/bcache/closure.h | 10 +-
6533 drivers/md/bcache/io.c | 10 +-
6534 drivers/md/bcache/journal.c | 18 +-
6535 drivers/md/bcache/movinggc.c | 12 +-
6536 drivers/md/bcache/request.c | 54 +-
6537 drivers/md/bcache/request.h | 2 +-
6538 drivers/md/bcache/stats.c | 26 +-
6539 drivers/md/bcache/stats.h | 16 +-
6540 drivers/md/bcache/super.c | 32 +-
6541 drivers/md/bcache/sysfs.c | 20 +-
6542 drivers/md/bcache/writeback.c | 12 +-
6543 drivers/md/bitmap.c | 2 +-
6544 drivers/md/dm-cache-target.c | 116 +-
6545 drivers/md/dm-ioctl.c | 2 +-
6546 drivers/md/dm-raid.c | 2 +-
6547 drivers/md/dm-raid1.c | 18 +-
6548 drivers/md/dm-stats.c | 6 +-
6549 drivers/md/dm-stripe.c | 10 +-
6550 drivers/md/dm-table.c | 2 +-
6551 drivers/md/dm-thin-metadata.c | 4 +-
6552 drivers/md/dm.c | 28 +-
6553 drivers/md/md.c | 41 +-
6554 drivers/md/md.h | 8 +-
6555 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
6556 drivers/md/persistent-data/dm-space-map.h | 1 +
6557 drivers/md/raid1.c | 8 +-
6558 drivers/md/raid10.c | 20 +-
6559 drivers/md/raid5.c | 26 +-
6560 drivers/media/dvb-core/dvb_net.c | 2 +-
6561 drivers/media/dvb-core/dvbdev.c | 2 +-
6562 drivers/media/dvb-frontends/af9033.h | 2 +-
6563 drivers/media/dvb-frontends/cx24116.c | 2 +-
6564 drivers/media/dvb-frontends/cx24117.c | 2 +-
6565 drivers/media/dvb-frontends/cx24120.c | 2 +-
6566 drivers/media/dvb-frontends/cx24123.c | 2 +-
6567 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
6568 drivers/media/dvb-frontends/dib3000.h | 2 +-
6569 drivers/media/dvb-frontends/dib7000p.h | 2 +-
6570 drivers/media/dvb-frontends/dib8000.h | 2 +-
6571 drivers/media/dvb-frontends/hd29l2.c | 2 +-
6572 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
6573 drivers/media/dvb-frontends/mt312.c | 6 +-
6574 drivers/media/dvb-frontends/s921.c | 2 +-
6575 drivers/media/pci/bt8xx/dst.c | 2 +-
6576 drivers/media/pci/cx88/cx88-video.c | 6 +-
6577 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
6578 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
6579 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
6580 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
6581 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
6582 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
6583 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
6584 drivers/media/pci/tw68/tw68-core.c | 2 +-
6585 drivers/media/pci/zoran/zoran.h | 1 -
6586 drivers/media/pci/zoran/zoran_card.c | 4 +-
6587 drivers/media/pci/zoran/zoran_driver.c | 3 -
6588 drivers/media/platform/am437x/am437x-vpfe.c | 2 +-
6589 drivers/media/platform/omap/omap_vout.c | 11 +-
6590 drivers/media/platform/s5p-tv/mixer.h | 2 +-
6591 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
6592 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
6593 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
6594 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
6595 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
6596 drivers/media/radio/radio-cadet.c | 2 +
6597 drivers/media/radio/radio-maxiradio.c | 2 +-
6598 drivers/media/radio/radio-shark.c | 2 +-
6599 drivers/media/radio/radio-shark2.c | 2 +-
6600 drivers/media/radio/radio-si476x.c | 2 +-
6601 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
6602 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
6603 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
6604 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
6605 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
6606 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
6607 drivers/media/usb/uvc/uvc_driver.c | 4 +-
6608 drivers/media/v4l2-core/v4l2-common.c | 2 +-
6609 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
6610 drivers/media/v4l2-core/v4l2-device.c | 4 +-
6611 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
6612 drivers/memory/omap-gpmc.c | 21 +-
6613 drivers/message/fusion/mptbase.c | 4 +-
6614 drivers/message/fusion/mptlan.c | 2 +-
6615 drivers/message/fusion/mptsas.c | 34 +-
6616 drivers/mfd/ab8500-debugfs.c | 2 +-
6617 drivers/mfd/kempld-core.c | 2 +-
6618 drivers/mfd/max8925-i2c.c | 2 +-
6619 drivers/mfd/tps65910.c | 2 +-
6620 drivers/mfd/twl4030-irq.c | 9 +-
6621 drivers/misc/c2port/core.c | 4 +-
6622 drivers/misc/kgdbts.c | 6 +-
6623 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
6624 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
6625 drivers/misc/mic/scif/scif_api.c | 10 +-
6626 drivers/misc/mic/scif/scif_rb.c | 8 +-
6627 drivers/misc/panel.c | 4 +-
6628 drivers/misc/sgi-gru/gruhandles.c | 4 +-
6629 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
6630 drivers/misc/sgi-gru/grutables.h | 158 +-
6631 drivers/misc/sgi-xp/xp.h | 2 +-
6632 drivers/misc/sgi-xp/xp_main.c | 57 +-
6633 drivers/misc/sgi-xp/xpc.h | 3 +-
6634 drivers/misc/sgi-xp/xpc_main.c | 2 +-
6635 drivers/misc/sgi-xp/xpnet.c | 2 +-
6636 drivers/misc/ti-st/st_kim.c | 32 +-
6637 drivers/mmc/card/mmc_test.c | 4 +-
6638 drivers/mmc/host/dw_mmc.h | 2 +-
6639 drivers/mmc/host/mmci.c | 4 +-
6640 drivers/mmc/host/omap_hsmmc.c | 4 +-
6641 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
6642 drivers/mmc/host/sdhci-s3c.c | 8 +-
6643 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
6644 drivers/mtd/devices/block2mtd.c | 2 +-
6645 drivers/mtd/devices/phram.c | 2 +-
6646 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
6647 drivers/mtd/maps/latch-addr-flash.c | 2 +-
6648 drivers/mtd/maps/pci.c | 4 +-
6649 drivers/mtd/maps/pcmciamtd.c | 8 +-
6650 drivers/mtd/maps/sbc_gxx.c | 2 +-
6651 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
6652 drivers/mtd/nand/cafe_nand.c | 18 +-
6653 drivers/mtd/nand/denali.c | 1 +
6654 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
6655 drivers/mtd/nftlmount.c | 1 +
6656 drivers/mtd/sm_ftl.c | 2 +-
6657 drivers/mtd/ubi/build.c | 2 +-
6658 drivers/net/bonding/bond_netlink.c | 2 +-
6659 drivers/net/caif/caif_hsi.c | 4 +-
6660 drivers/net/caif/caif_serial.c | 2 +-
6661 drivers/net/caif/caif_spi.c | 2 +-
6662 drivers/net/caif/caif_virtio.c | 2 +-
6663 drivers/net/can/Kconfig | 2 +-
6664 drivers/net/can/bfin_can.c | 2 +-
6665 drivers/net/can/dev.c | 2 +-
6666 drivers/net/can/flexcan.c | 2 +-
6667 drivers/net/can/janz-ican3.c | 2 +-
6668 drivers/net/can/led.c | 2 +-
6669 drivers/net/can/sun4i_can.c | 2 +-
6670 drivers/net/can/vcan.c | 2 +-
6671 drivers/net/can/xilinx_can.c | 2 +-
6672 drivers/net/dummy.c | 2 +-
6673 drivers/net/ethernet/8390/ax88796.c | 6 +-
6674 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
6675 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
6676 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
6677 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
6678 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
6679 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
6680 drivers/net/ethernet/amd/7990.c | 2 +-
6681 drivers/net/ethernet/amd/7990.h | 2 +-
6682 drivers/net/ethernet/amd/amd8111e.c | 5 +-
6683 drivers/net/ethernet/amd/atarilance.c | 4 +-
6684 drivers/net/ethernet/amd/declance.c | 2 +-
6685 drivers/net/ethernet/amd/pcnet32.c | 7 +-
6686 drivers/net/ethernet/amd/sun3lance.c | 4 +-
6687 drivers/net/ethernet/amd/sunlance.c | 2 +-
6688 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
6689 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
6690 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
6691 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
6692 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
6693 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
6694 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
6695 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
6696 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
6697 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
6698 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
6699 drivers/net/ethernet/arc/emac_main.c | 2 +-
6700 drivers/net/ethernet/atheros/alx/main.c | 2 +-
6701 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
6702 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
6703 drivers/net/ethernet/aurora/nb8800.c | 2 +-
6704 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
6705 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
6706 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
6707 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
6708 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
6709 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
6710 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
6711 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
6712 drivers/net/ethernet/broadcom/tg3.c | 2 +-
6713 drivers/net/ethernet/broadcom/tg3.h | 1 +
6714 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
6715 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
6716 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
6717 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
6718 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
6719 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
6720 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
6721 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
6722 drivers/net/ethernet/cadence/macb.c | 4 +-
6723 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
6724 drivers/net/ethernet/cavium/liquidio/lio_main.c | 15 +-
6725 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
6726 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
6727 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
6728 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
6729 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
6730 drivers/net/ethernet/davicom/dm9000.c | 2 +-
6731 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
6732 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
6733 drivers/net/ethernet/faraday/ftgmac100.c | 4 +-
6734 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
6735 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
6736 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
6737 drivers/net/ethernet/freescale/gianfar.c | 4 +-
6738 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
6739 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
6740 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
6741 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
6742 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
6743 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
6744 drivers/net/ethernet/ibm/emac/core.c | 4 +-
6745 drivers/net/ethernet/intel/e100.c | 2 +-
6746 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
6747 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
6748 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
6749 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
6750 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
6751 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
6752 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
6753 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
6754 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
6755 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
6756 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
6757 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
6758 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
6759 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
6760 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
6761 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
6762 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
6763 drivers/net/ethernet/neterion/s2io.c | 2 +-
6764 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
6765 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
6766 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
6767 drivers/net/ethernet/netx-eth.c | 2 +-
6768 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
6769 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
6770 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
6771 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
6772 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
6773 drivers/net/ethernet/qlogic/qed/qed_mcp.c | 6 +-
6774 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
6775 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
6776 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
6777 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
6778 drivers/net/ethernet/realtek/r8169.c | 8 +-
6779 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
6780 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
6781 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
6782 drivers/net/ethernet/sfc/ptp.c | 2 +-
6783 drivers/net/ethernet/sfc/selftest.c | 20 +-
6784 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
6785 drivers/net/ethernet/smsc/smc911x.c | 2 +-
6786 drivers/net/ethernet/smsc/smc91x.c | 2 +-
6787 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
6788 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
6789 drivers/net/ethernet/sun/sunbmac.c | 2 +-
6790 drivers/net/ethernet/sun/sunqe.c | 2 +-
6791 drivers/net/ethernet/sun/sunvnet.c | 2 +-
6792 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
6793 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
6794 drivers/net/ethernet/ti/cpmac.c | 2 +-
6795 drivers/net/ethernet/ti/netcp_core.c | 2 +-
6796 drivers/net/ethernet/via/via-rhine.c | 2 +-
6797 drivers/net/ethernet/wiznet/w5100.c | 2 +-
6798 drivers/net/ethernet/wiznet/w5300.c | 2 +-
6799 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
6800 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
6801 drivers/net/geneve.c | 2 +-
6802 drivers/net/hamradio/baycom_epp.c | 2 +-
6803 drivers/net/hyperv/hyperv_net.h | 2 +-
6804 drivers/net/hyperv/netvsc_drv.c | 2 +-
6805 drivers/net/hyperv/rndis_filter.c | 7 +-
6806 drivers/net/ifb.c | 2 +-
6807 drivers/net/ipvlan/ipvlan_core.c | 2 +-
6808 drivers/net/ipvlan/ipvlan_main.c | 6 +-
6809 drivers/net/irda/sh_irda.c | 2 +-
6810 drivers/net/irda/vlsi_ir.c | 18 +-
6811 drivers/net/irda/vlsi_ir.h | 14 +-
6812 drivers/net/loopback.c | 2 +-
6813 drivers/net/macsec.c | 2 +-
6814 drivers/net/macvlan.c | 20 +-
6815 drivers/net/macvtap.c | 10 +-
6816 drivers/net/nlmon.c | 2 +-
6817 drivers/net/phy/phy_device.c | 6 +-
6818 drivers/net/plip/plip.c | 2 +-
6819 drivers/net/ppp/ppp_generic.c | 4 +-
6820 drivers/net/ppp/pptp.c | 2 +-
6821 drivers/net/rionet.c | 2 +-
6822 drivers/net/slip/slhc.c | 2 +-
6823 drivers/net/team/team.c | 4 +-
6824 drivers/net/tun.c | 7 +-
6825 drivers/net/usb/hso.c | 28 +-
6826 drivers/net/usb/ipheth.c | 2 +-
6827 drivers/net/usb/r8152.c | 2 +-
6828 drivers/net/usb/sierra_net.c | 4 +-
6829 drivers/net/virtio_net.c | 2 +-
6830 drivers/net/vrf.c | 4 +-
6831 drivers/net/vxlan.c | 4 +-
6832 drivers/net/wimax/i2400m/rx.c | 2 +-
6833 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
6834 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
6835 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
6836 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
6837 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
6838 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
6839 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
6840 drivers/net/wireless/ath/ath9k/main.c | 22 +-
6841 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
6842 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
6843 drivers/net/wireless/ath/carl9170/main.c | 10 +-
6844 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
6845 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
6846 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
6847 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
6848 drivers/net/wireless/atmel/atmel.c | 183 +-
6849 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
6850 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
6851 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 55 +-
6852 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
6853 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
6854 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
6855 drivers/net/wireless/cisco/airo.c | 201 +-
6856 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
6857 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
6858 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
6859 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
6860 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
6861 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
6862 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
6863 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
6864 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
6865 .../net/wireless/intersil/hostap/hostap_ioctl.c | 134 +-
6866 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
6867 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
6868 drivers/net/wireless/mac80211_hwsim.c | 28 +-
6869 drivers/net/wireless/marvell/mwifiex/11n_aggr.c | 2 +-
6870 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
6871 drivers/net/wireless/marvell/mwifiex/pcie.c | 4 +-
6872 drivers/net/wireless/marvell/mwifiex/sdio.c | 10 +-
6873 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
6874 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
6875 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
6876 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
6877 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
6878 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
6879 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
6880 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
6881 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
6882 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
6883 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
6884 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
6885 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
6886 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
6887 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
6888 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
6889 drivers/net/wireless/zydas/zd1201.c | 192 +-
6890 drivers/net/xen-netback/interface.c | 2 +-
6891 drivers/net/xen-netfront.c | 2 +-
6892 drivers/nvme/host/pci.c | 2 +-
6893 drivers/of/fdt.c | 4 +-
6894 drivers/oprofile/buffer_sync.c | 8 +-
6895 drivers/oprofile/event_buffer.c | 2 +-
6896 drivers/oprofile/oprof.c | 2 +-
6897 drivers/oprofile/oprofile_stats.c | 10 +-
6898 drivers/oprofile/oprofile_stats.h | 10 +-
6899 drivers/oprofile/oprofilefs.c | 6 +-
6900 drivers/oprofile/timer_int.c | 2 +-
6901 drivers/parport/procfs.c | 4 +-
6902 drivers/pci/host/pci-host-common.h | 2 +-
6903 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
6904 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
6905 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
6906 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
6907 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
6908 drivers/pci/hotplug/pciehp_core.c | 2 +-
6909 drivers/pci/msi.c | 22 +-
6910 drivers/pci/pci-sysfs.c | 6 +-
6911 drivers/pci/pci.h | 4 +-
6912 drivers/pci/pcie/aspm.c | 10 +-
6913 drivers/pci/pcie/portdrv_pci.c | 2 +-
6914 drivers/pci/probe.c | 2 +-
6915 drivers/pci/setup-bus.c | 10 +-
6916 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
6917 drivers/pinctrl/pinctrl-at91.c | 5 +-
6918 drivers/platform/chrome/chromeos_laptop.c | 2 +-
6919 drivers/platform/chrome/chromeos_pstore.c | 2 +-
6920 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
6921 drivers/platform/x86/alienware-wmi.c | 4 +-
6922 drivers/platform/x86/apple-gmux.c | 2 +-
6923 drivers/platform/x86/compal-laptop.c | 2 +-
6924 drivers/platform/x86/hdaps.c | 2 +-
6925 drivers/platform/x86/ibm_rtl.c | 2 +-
6926 drivers/platform/x86/intel_oaktrail.c | 2 +-
6927 drivers/platform/x86/msi-laptop.c | 16 +-
6928 drivers/platform/x86/msi-wmi.c | 2 +-
6929 drivers/platform/x86/samsung-laptop.c | 2 +-
6930 drivers/platform/x86/samsung-q10.c | 2 +-
6931 drivers/platform/x86/sony-laptop.c | 14 +-
6932 drivers/platform/x86/thinkpad_acpi.c | 10 +-
6933 drivers/pnp/pnpbios/bioscalls.c | 14 +-
6934 drivers/pnp/pnpbios/core.c | 2 +-
6935 drivers/power/pda_power.c | 7 +-
6936 drivers/power/power_supply.h | 4 +-
6937 drivers/power/power_supply_core.c | 7 +-
6938 drivers/power/power_supply_sysfs.c | 6 +-
6939 drivers/power/reset/at91-reset.c | 5 +-
6940 drivers/powercap/powercap_sys.c | 136 +-
6941 drivers/ptp/ptp_private.h | 2 +-
6942 drivers/ptp/ptp_sysfs.c | 2 +-
6943 drivers/regulator/core.c | 4 +-
6944 drivers/regulator/max8660.c | 6 +-
6945 drivers/regulator/max8973-regulator.c | 16 +-
6946 drivers/regulator/mc13892-regulator.c | 8 +-
6947 drivers/remoteproc/remoteproc_core.c | 26 +-
6948 drivers/rtc/rtc-armada38x.c | 7 +-
6949 drivers/rtc/rtc-cmos.c | 4 +-
6950 drivers/rtc/rtc-ds1307.c | 2 +-
6951 drivers/rtc/rtc-m48t59.c | 4 +-
6952 drivers/rtc/rtc-rv8803.c | 15 +-
6953 drivers/rtc/rtc-rx8010.c | 8 +-
6954 drivers/rtc/rtc-test.c | 6 +-
6955 drivers/scsi/aacraid/aachba.c | 7 +-
6956 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
6957 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
6958 drivers/scsi/be2iscsi/be_main.c | 2 +-
6959 drivers/scsi/bfa/bfa.h | 4 +-
6960 drivers/scsi/bfa/bfa_core.c | 4 +-
6961 drivers/scsi/bfa/bfa_cs.h | 124 +-
6962 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
6963 drivers/scsi/bfa/bfa_fcs.h | 34 +-
6964 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
6965 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
6966 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
6967 drivers/scsi/bfa/bfa_ioc.c | 8 +-
6968 drivers/scsi/bfa/bfa_ioc.h | 16 +-
6969 drivers/scsi/bfa/bfa_svc.c | 12 +-
6970 drivers/scsi/bfa/bfa_svc.h | 20 +-
6971 drivers/scsi/bfa/bfad.c | 12 +-
6972 drivers/scsi/bfa/bfad_bsg.c | 8 +-
6973 drivers/scsi/bfa/bfad_drv.h | 5 +-
6974 drivers/scsi/csiostor/csio_defs.h | 19 +-
6975 drivers/scsi/csiostor/csio_hw.c | 67 +-
6976 drivers/scsi/csiostor/csio_init.c | 2 +-
6977 drivers/scsi/csiostor/csio_lnode.c | 32 +-
6978 drivers/scsi/csiostor/csio_rnode.c | 28 +-
6979 drivers/scsi/csiostor/csio_scsi.c | 37 +-
6980 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
6981 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
6982 drivers/scsi/hpsa.c | 38 +-
6983 drivers/scsi/hpsa.h | 2 +-
6984 drivers/scsi/hptiop.c | 2 -
6985 drivers/scsi/hptiop.h | 1 -
6986 drivers/scsi/ipr.c | 32 +-
6987 drivers/scsi/ipr.h | 2 +-
6988 drivers/scsi/libfc/fc_exch.c | 50 +-
6989 drivers/scsi/libsas/sas_ata.c | 2 +-
6990 drivers/scsi/lpfc/lpfc.h | 8 +-
6991 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
6992 drivers/scsi/lpfc/lpfc_init.c | 8 +-
6993 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
6994 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
6995 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
6996 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
6997 drivers/scsi/pmcraid.c | 46 +-
6998 drivers/scsi/pmcraid.h | 8 +-
6999 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
7000 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
7001 drivers/scsi/qla2xxx/qla_os.c | 15 +-
7002 drivers/scsi/qla2xxx/qla_target.c | 16 +-
7003 drivers/scsi/qla2xxx/qla_target.h | 2 +-
7004 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
7005 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
7006 drivers/scsi/scsi.c | 2 +-
7007 drivers/scsi/scsi_lib.c | 8 +-
7008 drivers/scsi/scsi_sysfs.c | 2 +-
7009 drivers/scsi/scsi_transport_fc.c | 8 +-
7010 drivers/scsi/scsi_transport_iscsi.c | 6 +-
7011 drivers/scsi/scsi_transport_spi.c | 2 +-
7012 drivers/scsi/scsi_transport_srp.c | 8 +-
7013 drivers/scsi/sd.c | 6 +-
7014 drivers/scsi/sg.c | 2 +-
7015 drivers/scsi/sr.c | 21 +-
7016 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
7017 drivers/spi/spi.c | 2 +-
7018 drivers/staging/android/timed_output.c | 6 +-
7019 drivers/staging/comedi/comedi_fops.c | 8 +-
7020 drivers/staging/fbtft/fbtft-core.c | 2 +-
7021 drivers/staging/fbtft/fbtft.h | 2 +-
7022 drivers/staging/gdm724x/gdm_lte.c | 2 +-
7023 drivers/staging/gdm724x/gdm_tty.c | 2 +-
7024 drivers/staging/i4l/icn/icn.c | 2 +-
7025 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
7026 drivers/staging/iio/adc/ad7280a.c | 4 +-
7027 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
7028 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
7029 drivers/staging/lustre/lnet/selftest/framework.c | 2 -
7030 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
7031 drivers/staging/lustre/lnet/selftest/selftest.h | 2 -
7032 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
7033 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
7034 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
7035 drivers/staging/lustre/lustre/include/obd.h | 2 +-
7036 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
7037 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
7038 drivers/staging/lustre/lustre/lov/lov_io.c | 62 +-
7039 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
7040 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
7041 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
7042 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
7043 drivers/staging/rdma/hfi1/pcie.c | 2 +-
7044 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
7045 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
7046 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
7047 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
7048 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
7049 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
7050 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
7051 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
7052 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
7053 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
7054 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
7055 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
7056 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
7057 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
7058 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 4 +-
7059 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
7060 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
7061 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
7062 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
7063 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
7064 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
7065 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
7066 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
7067 drivers/staging/rtl8192e/rtllib.h | 4 +-
7068 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
7069 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
7070 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
7071 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
7072 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
7073 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
7074 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
7075 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
7076 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
7077 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
7078 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
7079 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
7080 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
7081 drivers/staging/rtl8712/xmit_linux.c | 2 +-
7082 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
7083 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
7084 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
7085 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
7086 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
7087 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
7088 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
7089 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
7090 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
7091 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
7092 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
7093 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
7094 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
7095 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
7096 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
7097 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
7098 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
7099 drivers/staging/sm750fb/sm750.c | 14 +-
7100 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
7101 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
7102 drivers/staging/vt6655/rxtx.c | 2 +-
7103 drivers/staging/vt6656/rxtx.c | 2 +-
7104 drivers/staging/wilc1000/linux_wlan.c | 2 +-
7105 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
7106 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
7107 drivers/target/sbp/sbp_target.c | 4 +-
7108 drivers/thermal/cpu_cooling.c | 9 +-
7109 drivers/thermal/devfreq_cooling.c | 19 +-
7110 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
7111 drivers/thermal/of-thermal.c | 17 +-
7112 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
7113 drivers/tty/cyclades.c | 6 +-
7114 drivers/tty/hvc/hvc_console.c | 14 +-
7115 drivers/tty/hvc/hvcs.c | 21 +-
7116 drivers/tty/hvc/hvsi.c | 22 +-
7117 drivers/tty/hvc/hvsi_lib.c | 4 +-
7118 drivers/tty/ipwireless/tty.c | 27 +-
7119 drivers/tty/moxa.c | 2 +-
7120 drivers/tty/n_gsm.c | 6 +-
7121 drivers/tty/n_tty.c | 28 +-
7122 drivers/tty/pty.c | 4 +-
7123 drivers/tty/rocket.c | 6 +-
7124 drivers/tty/serial/8250/8250_core.c | 10 +-
7125 drivers/tty/serial/8250/8250_pci.c | 2 +-
7126 drivers/tty/serial/ifx6x60.c | 2 +-
7127 drivers/tty/serial/ioc4_serial.c | 6 +-
7128 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
7129 drivers/tty/serial/kgdb_nmi.c | 4 +-
7130 drivers/tty/serial/kgdboc.c | 34 +-
7131 drivers/tty/serial/msm_serial.c | 4 +-
7132 drivers/tty/serial/samsung.c | 9 +-
7133 drivers/tty/serial/serial_core.c | 8 +-
7134 drivers/tty/synclink.c | 34 +-
7135 drivers/tty/synclink_gt.c | 28 +-
7136 drivers/tty/synclinkmp.c | 34 +-
7137 drivers/tty/tty_io.c | 2 +-
7138 drivers/tty/tty_ldisc.c | 8 +-
7139 drivers/tty/tty_port.c | 22 +-
7140 drivers/uio/uio.c | 13 +-
7141 drivers/usb/atm/cxacru.c | 2 +-
7142 drivers/usb/atm/usbatm.c | 24 +-
7143 drivers/usb/class/cdc-acm.h | 2 +-
7144 drivers/usb/core/devices.c | 6 +-
7145 drivers/usb/core/devio.c | 12 +-
7146 drivers/usb/core/hcd.c | 4 +-
7147 drivers/usb/core/sysfs.c | 2 +-
7148 drivers/usb/core/usb.c | 2 +-
7149 drivers/usb/early/ehci-dbgp.c | 16 +-
7150 drivers/usb/gadget/function/f_phonet.c | 2 +-
7151 drivers/usb/gadget/function/u_serial.c | 22 +-
7152 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
7153 drivers/usb/host/ehci-hcd.c | 2 +-
7154 drivers/usb/host/ehci-hub.c | 4 +-
7155 drivers/usb/host/ehci-q.c | 4 +-
7156 drivers/usb/host/fotg210-hcd.c | 2 +-
7157 drivers/usb/host/hwa-hc.c | 2 +-
7158 drivers/usb/host/ohci-hcd.c | 2 +-
7159 drivers/usb/host/r8a66597.h | 2 +-
7160 drivers/usb/host/uhci-hcd.c | 2 +-
7161 drivers/usb/host/xhci-pci.c | 2 +-
7162 drivers/usb/host/xhci-ring.c | 52 +-
7163 drivers/usb/host/xhci.c | 2 +-
7164 drivers/usb/misc/appledisplay.c | 4 +-
7165 drivers/usb/misc/sisusbvga/sisusb_con.c | 98 +-
7166 drivers/usb/serial/console.c | 8 +-
7167 drivers/usb/storage/transport.c | 2 +-
7168 drivers/usb/storage/usb.c | 2 +-
7169 drivers/usb/storage/usb.h | 2 +-
7170 drivers/usb/usbip/vhci.h | 2 +-
7171 drivers/usb/usbip/vhci_hcd.c | 6 +-
7172 drivers/usb/usbip/vhci_rx.c | 2 +-
7173 drivers/usb/wusbcore/wa-hc.h | 4 +-
7174 drivers/usb/wusbcore/wa-xfer.c | 2 +-
7175 drivers/vfio/pci/vfio_pci.c | 2 +-
7176 drivers/vhost/vringh.c | 20 +-
7177 drivers/video/backlight/kb3886_bl.c | 2 +-
7178 drivers/video/console/dummycon.c | 96 +-
7179 drivers/video/console/fbcon.c | 2 +-
7180 drivers/video/console/vgacon.c | 23 +-
7181 drivers/video/fbdev/aty/aty128fb.c | 2 +-
7182 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
7183 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
7184 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
7185 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
7186 drivers/video/fbdev/core/fb_defio.c | 8 +-
7187 drivers/video/fbdev/core/fbmem.c | 12 +-
7188 drivers/video/fbdev/hyperv_fb.c | 4 +-
7189 drivers/video/fbdev/i810/i810_accel.c | 1 +
7190 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
7191 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
7192 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
7193 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
7194 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
7195 drivers/video/fbdev/sis/sis_main.h | 2 +-
7196 drivers/video/fbdev/smscufx.c | 4 +-
7197 drivers/video/fbdev/udlfb.c | 36 +-
7198 drivers/video/fbdev/uvesafb.c | 52 +-
7199 drivers/video/fbdev/vesafb.c | 58 +-
7200 drivers/video/fbdev/via/via_clock.h | 2 +-
7201 drivers/xen/events/events_base.c | 6 +-
7202 drivers/xen/xen-pciback/pci_stub.c | 2 +-
7203 fs/9p/vfs_addr.c | 2 +-
7204 fs/9p/vfs_inode_dotl.c | 4 +-
7205 fs/Kconfig.binfmt | 2 +-
7206 fs/afs/file.c | 8 +-
7207 fs/afs/inode.c | 4 +-
7208 fs/afs/internal.h | 4 +-
7209 fs/aio.c | 2 +-
7210 fs/autofs4/waitq.c | 2 +-
7211 fs/befs/endian.h | 6 +-
7212 fs/binfmt_aout.c | 23 +-
7213 fs/binfmt_elf.c | 670 +-
7214 fs/binfmt_elf_fdpic.c | 4 +-
7215 fs/block_dev.c | 2 +-
7216 fs/btrfs/ctree.c | 11 +-
7217 fs/btrfs/ctree.h | 4 +-
7218 fs/btrfs/delayed-inode.c | 6 +-
7219 fs/btrfs/delayed-inode.h | 4 +-
7220 fs/btrfs/delayed-ref.c | 4 +-
7221 fs/btrfs/disk-io.c | 4 +-
7222 fs/btrfs/extent_map.c | 8 +-
7223 fs/btrfs/file.c | 4 +-
7224 fs/btrfs/free-space-cache.h | 1 +
7225 fs/btrfs/raid56.c | 30 +-
7226 fs/btrfs/super.c | 2 +-
7227 fs/btrfs/sysfs.c | 2 +-
7228 fs/btrfs/tests/btrfs-tests.c | 2 +-
7229 fs/btrfs/tests/free-space-tests.c | 2 +-
7230 fs/btrfs/transaction.c | 2 +-
7231 fs/btrfs/tree-log.c | 8 +-
7232 fs/btrfs/tree-log.h | 2 +-
7233 fs/btrfs/volumes.c | 14 +-
7234 fs/btrfs/volumes.h | 22 +-
7235 fs/buffer.c | 2 +-
7236 fs/cachefiles/bind.c | 6 +-
7237 fs/cachefiles/daemon.c | 12 +-
7238 fs/cachefiles/internal.h | 16 +-
7239 fs/cachefiles/namei.c | 6 +-
7240 fs/cachefiles/proc.c | 12 +-
7241 fs/ceph/dir.c | 12 +-
7242 fs/ceph/super.c | 4 +-
7243 fs/cifs/cifs_debug.c | 12 +-
7244 fs/cifs/cifsfs.c | 8 +-
7245 fs/cifs/cifsglob.h | 54 +-
7246 fs/cifs/file.c | 14 +-
7247 fs/cifs/misc.c | 4 +-
7248 fs/cifs/smb1ops.c | 80 +-
7249 fs/cifs/smb2ops.c | 84 +-
7250 fs/cifs/smb2pdu.c | 3 +-
7251 fs/coda/cache.c | 10 +-
7252 fs/coda/dir.c | 5 +-
7253 fs/compat.c | 9 +-
7254 fs/compat_binfmt_elf.c | 2 +
7255 fs/compat_ioctl.c | 12 +-
7256 fs/configfs/dir.c | 10 +-
7257 fs/coredump.c | 18 +-
7258 fs/dcache.c | 64 +-
7259 fs/ecryptfs/inode.c | 2 +-
7260 fs/ecryptfs/miscdev.c | 2 +-
7261 fs/exec.c | 370 +-
7262 fs/exofs/inode.c | 7 +-
7263 fs/ext2/xattr.c | 5 +-
7264 fs/ext4/ext4.h | 20 +-
7265 fs/ext4/mballoc.c | 44 +-
7266 fs/ext4/resize.c | 16 +-
7267 fs/ext4/super.c | 2 +-
7268 fs/ext4/sysfs.c | 2 +-
7269 fs/ext4/xattr.c | 5 +-
7270 fs/fhandle.c | 5 +-
7271 fs/file.c | 18 +-
7272 fs/freevxfs/vxfs_inode.c | 8 +-
7273 fs/freevxfs/vxfs_inode.h | 4 +-
7274 fs/fs-writeback.c | 11 +-
7275 fs/fs_struct.c | 8 +-
7276 fs/fscache/cookie.c | 40 +-
7277 fs/fscache/internal.h | 202 +-
7278 fs/fscache/object.c | 26 +-
7279 fs/fscache/operation.c | 38 +-
7280 fs/fscache/page.c | 110 +-
7281 fs/fscache/stats.c | 348 +-
7282 fs/fuse/cuse.c | 10 +-
7283 fs/fuse/dev.c | 4 +-
7284 fs/fuse/file.c | 4 +-
7285 fs/fuse/inode.c | 4 +-
7286 fs/gfs2/aops.c | 2 +-
7287 fs/gfs2/file.c | 2 +-
7288 fs/gfs2/glock.c | 22 +-
7289 fs/gfs2/glops.c | 4 +-
7290 fs/gfs2/quota.c | 6 +-
7291 fs/hugetlbfs/inode.c | 13 +-
7292 fs/inode.c | 4 +-
7293 fs/jbd2/commit.c | 2 +-
7294 fs/jbd2/transaction.c | 4 +-
7295 fs/jffs2/erase.c | 3 +-
7296 fs/jffs2/file.c | 5 +-
7297 fs/jffs2/fs.c | 2 +-
7298 fs/jffs2/os-linux.h | 2 +-
7299 fs/jffs2/wbuf.c | 3 +-
7300 fs/jfs/super.c | 2 +-
7301 fs/kernfs/dir.c | 2 +-
7302 fs/kernfs/file.c | 20 +-
7303 fs/libfs.c | 10 +-
7304 fs/lockd/clnt4xdr.c | 46 +-
7305 fs/lockd/clntproc.c | 4 +-
7306 fs/lockd/clntxdr.c | 44 +-
7307 fs/lockd/mon.c | 24 +-
7308 fs/lockd/svc.c | 2 +-
7309 fs/lockd/svc4proc.c | 69 +-
7310 fs/lockd/svcproc.c | 75 +-
7311 fs/lockd/xdr.c | 44 +-
7312 fs/lockd/xdr4.c | 41 +-
7313 fs/logfs/dev_bdev.c | 13 +-
7314 fs/logfs/dev_mtd.c | 13 +-
7315 fs/logfs/dir.c | 4 +-
7316 fs/logfs/logfs.h | 5 +-
7317 fs/logfs/readwrite.c | 2 +-
7318 fs/logfs/segment.c | 2 +-
7319 fs/logfs/super.c | 39 -
7320 fs/namei.c | 14 +-
7321 fs/namespace.c | 15 +-
7322 fs/nfs/callback.h | 18 +-
7323 fs/nfs/callback_proc.c | 26 +-
7324 fs/nfs/callback_xdr.c | 73 +-
7325 fs/nfs/dir.c | 5 +-
7326 fs/nfs/inode.c | 6 +-
7327 fs/nfs/internal.h | 5 +-
7328 fs/nfs/mount_clnt.c | 26 +-
7329 fs/nfs/nfs2xdr.c | 101 +-
7330 fs/nfs/nfs3xdr.c | 201 +-
7331 fs/nfs/nfs42xdr.c | 60 +-
7332 fs/nfs/nfs4xdr.c | 507 +-
7333 fs/nfs/read.c | 2 +-
7334 fs/nfs/symlink.c | 6 +-
7335 fs/nfsd/current_stateid.h | 24 +-
7336 fs/nfsd/nfs2acl.c | 85 +-
7337 fs/nfsd/nfs3acl.c | 44 +-
7338 fs/nfsd/nfs3proc.c | 271 +-
7339 fs/nfsd/nfs3xdr.c | 171 +-
7340 fs/nfsd/nfs4callback.c | 31 +-
7341 fs/nfsd/nfs4proc.c | 320 +-
7342 fs/nfsd/nfs4state.c | 111 +-
7343 fs/nfsd/nfs4xdr.c | 564 +-
7344 fs/nfsd/nfscache.c | 11 +-
7345 fs/nfsd/nfsproc.c | 193 +-
7346 fs/nfsd/nfsxdr.c | 96 +-
7347 fs/nfsd/vfs.c | 6 +-
7348 fs/nfsd/xdr.h | 50 +-
7349 fs/nfsd/xdr3.h | 100 +-
7350 fs/nfsd/xdr4.h | 50 +-
7351 fs/nls/nls_base.c | 26 +-
7352 fs/nls/nls_cp932.c | 2 +-
7353 fs/nls/nls_cp936.c | 2 +-
7354 fs/nls/nls_cp949.c | 2 +-
7355 fs/nls/nls_cp950.c | 2 +-
7356 fs/nls/nls_euc-jp.c | 8 +-
7357 fs/nls/nls_koi8-ru.c | 8 +-
7358 fs/notify/fanotify/fanotify_user.c | 4 +-
7359 fs/notify/notification.c | 4 +-
7360 fs/ntfs/dir.c | 4 +-
7361 fs/ntfs/inode.c | 19 +-
7362 fs/ntfs/inode.h | 4 +-
7363 fs/ntfs/mft.c | 4 +-
7364 fs/ntfs/super.c | 8 +-
7365 fs/ocfs2/dlm/dlmcommon.h | 4 +-
7366 fs/ocfs2/dlm/dlmdebug.c | 10 +-
7367 fs/ocfs2/dlm/dlmdomain.c | 4 +-
7368 fs/ocfs2/dlm/dlmmaster.c | 4 +-
7369 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
7370 fs/ocfs2/filecheck.c | 2 +-
7371 fs/ocfs2/localalloc.c | 2 +-
7372 fs/ocfs2/ocfs2.h | 10 +-
7373 fs/ocfs2/suballoc.c | 12 +-
7374 fs/ocfs2/super.c | 20 +-
7375 fs/overlayfs/copy_up.c | 2 +-
7376 fs/pipe.c | 72 +-
7377 fs/posix_acl.c | 4 +-
7378 fs/proc/array.c | 20 +
7379 fs/proc/base.c | 7 +-
7380 fs/proc/kcore.c | 36 +-
7381 fs/proc/meminfo.c | 2 +-
7382 fs/proc/nommu.c | 2 +-
7383 fs/proc/proc_net.c | 2 +-
7384 fs/proc/proc_sysctl.c | 26 +-
7385 fs/proc/task_mmu.c | 39 +-
7386 fs/proc/task_nommu.c | 6 +-
7387 fs/proc/vmcore.c | 16 +-
7388 fs/qnx6/qnx6.h | 4 +-
7389 fs/quota/netlink.c | 4 +-
7390 fs/read_write.c | 34 +-
7391 fs/readdir.c | 3 +-
7392 fs/reiserfs/do_balan.c | 2 +-
7393 fs/reiserfs/procfs.c | 2 +-
7394 fs/reiserfs/reiserfs.h | 4 +-
7395 fs/select.c | 2 +-
7396 fs/seq_file.c | 4 +-
7397 fs/splice.c | 43 +-
7398 fs/squashfs/xattr.c | 10 +-
7399 fs/super.c | 3 +-
7400 fs/sysv/sysv.h | 2 +-
7401 fs/tracefs/inode.c | 8 +-
7402 fs/ubifs/find.c | 34 +-
7403 fs/ubifs/lprops.c | 5 +-
7404 fs/udf/misc.c | 2 +-
7405 fs/ufs/swab.h | 4 +-
7406 fs/userfaultfd.c | 2 +-
7407 fs/xattr.c | 21 +
7408 fs/xfs/libxfs/xfs_bmap.c | 2 +-
7409 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
7410 fs/xfs/xfs_dir2_readdir.c | 7 +-
7411 fs/xfs/xfs_ioctl.c | 2 +-
7412 fs/xfs/xfs_linux.h | 4 +-
7413 include/acpi/ghes.h | 2 +-
7414 include/asm-generic/4level-fixup.h | 2 +
7415 include/asm-generic/atomic-long.h | 186 +-
7416 include/asm-generic/atomic64.h | 12 +
7417 include/asm-generic/bitops/__fls.h | 2 +-
7418 include/asm-generic/bitops/fls.h | 2 +-
7419 include/asm-generic/bitops/fls64.h | 4 +-
7420 include/asm-generic/bug.h | 6 +-
7421 include/asm-generic/cache.h | 4 +-
7422 include/asm-generic/emergency-restart.h | 2 +-
7423 include/asm-generic/kmap_types.h | 4 +-
7424 include/asm-generic/local.h | 13 +
7425 include/asm-generic/pgtable-nopmd.h | 18 +-
7426 include/asm-generic/pgtable-nopud.h | 15 +-
7427 include/asm-generic/pgtable.h | 16 +
7428 include/asm-generic/sections.h | 1 +
7429 include/asm-generic/uaccess.h | 16 +
7430 include/asm-generic/vmlinux.lds.h | 15 +-
7431 include/crypto/algapi.h | 2 +-
7432 include/crypto/cast6.h | 4 +-
7433 include/crypto/serpent.h | 4 +-
7434 include/crypto/xts.h | 2 +-
7435 include/drm/drmP.h | 19 +-
7436 include/drm/drm_mm.h | 2 +-
7437 include/drm/drm_modeset_helper_vtables.h | 2 +-
7438 include/drm/i915_pciids.h | 2 +-
7439 include/drm/intel-gtt.h | 4 +-
7440 include/drm/ttm/ttm_memory.h | 2 +-
7441 include/drm/ttm/ttm_page_alloc.h | 1 +
7442 include/keys/asymmetric-subtype.h | 2 +-
7443 include/keys/encrypted-type.h | 2 +-
7444 include/keys/rxrpc-type.h | 2 +-
7445 include/keys/user-type.h | 2 +-
7446 include/linux/atmdev.h | 4 +-
7447 include/linux/atomic.h | 12 +-
7448 include/linux/audit.h | 2 +-
7449 include/linux/average.h | 2 +-
7450 include/linux/binfmts.h | 3 +-
7451 include/linux/bitmap.h | 2 +-
7452 include/linux/bitops.h | 8 +-
7453 include/linux/blk-cgroup.h | 24 +-
7454 include/linux/blkdev.h | 2 +-
7455 include/linux/blktrace_api.h | 2 +-
7456 include/linux/cache.h | 9 +
7457 include/linux/cdrom.h | 1 -
7458 include/linux/cgroup-defs.h | 2 +-
7459 include/linux/cleancache.h | 2 +-
7460 include/linux/clk-provider.h | 1 +
7461 include/linux/compat.h | 15 +-
7462 include/linux/compiler-gcc.h | 33 +-
7463 include/linux/compiler.h | 197 +-
7464 include/linux/configfs.h | 2 +-
7465 include/linux/cpufreq.h | 7 +-
7466 include/linux/cpuidle.h | 5 +-
7467 include/linux/cpumask.h | 14 +-
7468 include/linux/crypto.h | 4 +-
7469 include/linux/ctype.h | 2 +-
7470 include/linux/dcache.h | 4 +-
7471 include/linux/decompress/mm.h | 2 +-
7472 include/linux/devfreq.h | 2 +-
7473 include/linux/device.h | 7 +-
7474 include/linux/dma-mapping.h | 2 +-
7475 include/linux/efi.h | 1 +
7476 include/linux/elf.h | 2 +
7477 include/linux/err.h | 4 +-
7478 include/linux/extcon.h | 2 +-
7479 include/linux/fb.h | 3 +-
7480 include/linux/fdtable.h | 2 +-
7481 include/linux/firewire.h | 2 +-
7482 include/linux/fs.h | 5 +-
7483 include/linux/fs_struct.h | 2 +-
7484 include/linux/fscache-cache.h | 2 +-
7485 include/linux/fscache.h | 2 +-
7486 include/linux/fsnotify.h | 2 +-
7487 include/linux/genhd.h | 4 +-
7488 include/linux/genl_magic_func.h | 2 +-
7489 include/linux/genl_magic_struct.h | 4 +-
7490 include/linux/gfp.h | 14 +-
7491 include/linux/highmem.h | 12 +
7492 include/linux/hugetlb.h | 2 +-
7493 include/linux/hugetlb_cgroup.h | 11 +
7494 include/linux/hwmon-sysfs.h | 6 +-
7495 include/linux/i2c.h | 1 +
7496 include/linux/if_pppox.h | 2 +-
7497 include/linux/init.h | 10 +-
7498 include/linux/init_task.h | 7 +
7499 include/linux/interrupt.h | 6 +-
7500 include/linux/iommu.h | 2 +-
7501 include/linux/ioport.h | 2 +-
7502 include/linux/ipc.h | 2 +-
7503 include/linux/irq.h | 5 +-
7504 include/linux/irqdesc.h | 2 +-
7505 include/linux/irqdomain.h | 3 +
7506 include/linux/jbd2.h | 2 +-
7507 include/linux/jiffies.h | 16 +-
7508 include/linux/kallsyms.h | 18 +-
7509 include/linux/key-type.h | 2 +-
7510 include/linux/kgdb.h | 6 +-
7511 include/linux/kmemleak.h | 4 +-
7512 include/linux/kobject.h | 3 +-
7513 include/linux/kobject_ns.h | 2 +-
7514 include/linux/kref.h | 2 +-
7515 include/linux/libata.h | 2 +-
7516 include/linux/linkage.h | 22 +-
7517 include/linux/list.h | 15 +
7518 include/linux/lockd/xdr.h | 34 +-
7519 include/linux/lockd/xdr4.h | 34 +-
7520 include/linux/lockref.h | 26 +-
7521 include/linux/math64.h | 10 +-
7522 include/linux/memcontrol.h | 2 +-
7523 include/linux/memory.h | 2 +-
7524 include/linux/mempolicy.h | 7 +
7525 include/linux/mm.h | 98 +-
7526 include/linux/mm_types.h | 20 +
7527 include/linux/mmiotrace.h | 4 +-
7528 include/linux/mmzone.h | 2 +-
7529 include/linux/mod_devicetable.h | 4 +-
7530 include/linux/module.h | 58 +-
7531 include/linux/moduleloader.h | 16 +
7532 include/linux/moduleparam.h | 12 +-
7533 include/linux/net.h | 2 +-
7534 include/linux/netdevice.h | 11 +-
7535 include/linux/netfilter.h | 2 +-
7536 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
7537 include/linux/netfilter/nfnetlink.h | 2 +-
7538 include/linux/netlink.h | 12 +-
7539 include/linux/nls.h | 4 +-
7540 include/linux/notifier.h | 3 +-
7541 include/linux/oprofile.h | 4 +-
7542 include/linux/padata.h | 2 +-
7543 include/linux/pagemap.h | 4 +-
7544 include/linux/pci_hotplug.h | 3 +-
7545 include/linux/percpu.h | 2 +-
7546 include/linux/perf_event.h | 12 +-
7547 include/linux/pid.h | 4 +-
7548 include/linux/pipe_fs_i.h | 8 +-
7549 include/linux/pm.h | 1 +
7550 include/linux/pm_domain.h | 2 +-
7551 include/linux/pm_runtime.h | 2 +-
7552 include/linux/pnp.h | 2 +-
7553 include/linux/poison.h | 4 +-
7554 include/linux/power/smartreflex.h | 2 +-
7555 include/linux/ppp-comp.h | 2 +-
7556 include/linux/preempt.h | 21 +
7557 include/linux/printk.h | 2 +-
7558 include/linux/proc_ns.h | 2 +-
7559 include/linux/psci.h | 2 +-
7560 include/linux/quota.h | 2 +-
7561 include/linux/random.h | 19 +-
7562 include/linux/rculist.h | 16 +
7563 include/linux/rcupdate.h | 8 +
7564 include/linux/reboot.h | 14 +-
7565 include/linux/regset.h | 3 +-
7566 include/linux/relay.h | 2 +-
7567 include/linux/rio.h | 2 +-
7568 include/linux/rmap.h | 4 +-
7569 include/linux/sched.h | 76 +-
7570 include/linux/scif.h | 2 +-
7571 include/linux/semaphore.h | 2 +-
7572 include/linux/seq_buf.h | 4 +-
7573 include/linux/seq_file.h | 1 +
7574 include/linux/seqlock.h | 10 +
7575 include/linux/signal.h | 2 +-
7576 include/linux/skbuff.h | 12 +-
7577 include/linux/slab.h | 47 +-
7578 include/linux/slab_def.h | 14 +-
7579 include/linux/slub_def.h | 2 +-
7580 include/linux/smp.h | 2 +
7581 include/linux/sock_diag.h | 2 +-
7582 include/linux/sonet.h | 2 +-
7583 include/linux/spinlock.h | 17 +-
7584 include/linux/srcu.h | 5 +-
7585 include/linux/string.h | 70 +-
7586 include/linux/sunrpc/addr.h | 8 +-
7587 include/linux/sunrpc/clnt.h | 2 +-
7588 include/linux/sunrpc/svc.h | 2 +-
7589 include/linux/sunrpc/svc_rdma.h | 18 +-
7590 include/linux/sunrpc/svcauth.h | 2 +-
7591 include/linux/swapops.h | 10 +-
7592 include/linux/swiotlb.h | 3 +-
7593 include/linux/syscalls.h | 36 +-
7594 include/linux/syscore_ops.h | 2 +-
7595 include/linux/sysctl.h | 3 +-
7596 include/linux/sysfs.h | 11 +-
7597 include/linux/sysrq.h | 3 +-
7598 include/linux/tcp.h | 14 +-
7599 include/linux/thread_info.h | 7 +
7600 include/linux/tty.h | 4 +-
7601 include/linux/tty_driver.h | 2 +-
7602 include/linux/tty_ldisc.h | 2 +-
7603 include/linux/types.h | 18 +
7604 include/linux/uaccess.h | 2 +-
7605 include/linux/uio_driver.h | 2 +-
7606 include/linux/unaligned/access_ok.h | 24 +-
7607 include/linux/usb.h | 12 +-
7608 include/linux/usb/hcd.h | 1 +
7609 include/linux/usb/renesas_usbhs.h | 2 +-
7610 include/linux/vermagic.h | 21 +-
7611 include/linux/vga_switcheroo.h | 8 +-
7612 include/linux/vmalloc.h | 7 +-
7613 include/linux/vmstat.h | 24 +-
7614 include/linux/writeback.h | 3 +-
7615 include/linux/xattr.h | 5 +-
7616 include/linux/zlib.h | 3 +-
7617 include/media/v4l2-dev.h | 2 +-
7618 include/media/v4l2-device.h | 2 +-
7619 include/net/9p/transport.h | 2 +-
7620 include/net/bluetooth/l2cap.h | 2 +-
7621 include/net/bonding.h | 2 +-
7622 include/net/caif/cfctrl.h | 6 +-
7623 include/net/cfg80211-wext.h | 20 +-
7624 include/net/cfg802154.h | 2 +-
7625 include/net/fib_rules.h | 3 +-
7626 include/net/flow.h | 2 +-
7627 include/net/genetlink.h | 2 +-
7628 include/net/gro_cells.h | 2 +-
7629 include/net/inet_connection_sock.h | 2 +-
7630 include/net/inet_sock.h | 2 +-
7631 include/net/inetpeer.h | 2 +-
7632 include/net/ip_fib.h | 2 +-
7633 include/net/ip_vs.h | 8 +-
7634 include/net/ipv6.h | 2 +-
7635 include/net/irda/ircomm_tty.h | 1 +
7636 include/net/irda/irias_object.h | 2 +-
7637 include/net/irda/irlmp.h | 1 +
7638 include/net/irda/irlmp_event.h | 6 +-
7639 include/net/irda/timer.h | 6 +-
7640 include/net/iucv/af_iucv.h | 2 +-
7641 include/net/llc_c_ac.h | 2 +-
7642 include/net/llc_c_ev.h | 4 +-
7643 include/net/llc_c_st.h | 2 +-
7644 include/net/llc_s_ac.h | 2 +-
7645 include/net/llc_s_st.h | 2 +-
7646 include/net/mac80211.h | 6 +-
7647 include/net/neighbour.h | 4 +-
7648 include/net/net_namespace.h | 18 +-
7649 include/net/netfilter/nf_conntrack.h | 2 +-
7650 include/net/netlink.h | 2 +-
7651 include/net/netns/conntrack.h | 6 +-
7652 include/net/netns/ipv4.h | 4 +-
7653 include/net/netns/ipv6.h | 4 +-
7654 include/net/netns/xfrm.h | 2 +-
7655 include/net/ping.h | 2 +-
7656 include/net/protocol.h | 4 +-
7657 include/net/rtnetlink.h | 2 +-
7658 include/net/sctp/checksum.h | 4 +-
7659 include/net/sctp/sm.h | 4 +-
7660 include/net/sctp/structs.h | 2 +-
7661 include/net/snmp.h | 10 +-
7662 include/net/sock.h | 12 +-
7663 include/net/tcp.h | 8 +-
7664 include/net/xfrm.h | 15 +-
7665 include/rdma/ib_cm.h | 8 +-
7666 include/scsi/libfc.h | 3 +-
7667 include/scsi/scsi_device.h | 6 +-
7668 include/scsi/scsi_driver.h | 2 +-
7669 include/scsi/scsi_transport_fc.h | 3 +-
7670 include/scsi/sg.h | 2 +-
7671 include/sound/compress_driver.h | 2 +-
7672 include/sound/control.h | 4 +-
7673 include/sound/pcm.h | 2 +-
7674 include/sound/rawmidi.h | 3 +-
7675 include/sound/seq_kernel.h | 2 +-
7676 include/sound/soc.h | 4 +-
7677 include/trace/events/irq.h | 4 +-
7678 include/trace/events/mmflags.h | 7 +
7679 include/uapi/linux/a.out.h | 8 +
7680 include/uapi/linux/bcache.h | 5 +-
7681 include/uapi/linux/byteorder/little_endian.h | 28 +-
7682 include/uapi/linux/connector.h | 2 +-
7683 include/uapi/linux/elf.h | 28 +
7684 include/uapi/linux/screen_info.h | 2 +-
7685 include/uapi/linux/swab.h | 6 +-
7686 include/uapi/linux/xattr.h | 5 +
7687 include/video/udlfb.h | 8 +-
7688 include/video/uvesafb.h | 1 +
7689 init/Kconfig | 2 +-
7690 init/do_mounts.c | 16 +-
7691 init/do_mounts.h | 8 +-
7692 init/do_mounts_initrd.c | 30 +-
7693 init/do_mounts_md.c | 6 +-
7694 init/init_task.c | 4 +
7695 init/initramfs.c | 38 +-
7696 init/main.c | 30 +-
7697 ipc/compat.c | 4 +-
7698 ipc/ipc_sysctl.c | 14 +-
7699 ipc/mq_sysctl.c | 4 +-
7700 ipc/sem.c | 4 +-
7701 ipc/shm.c | 8 +-
7702 kernel/audit.c | 10 +-
7703 kernel/auditsc.c | 4 +-
7704 kernel/bpf/core.c | 28 +-
7705 kernel/capability.c | 3 +
7706 kernel/cgroup.c | 29 +-
7707 kernel/compat.c | 38 +-
7708 kernel/debug/debug_core.c | 16 +-
7709 kernel/debug/kdb/kdb_main.c | 4 +-
7710 kernel/events/core.c | 36 +-
7711 kernel/events/internal.h | 10 +-
7712 kernel/events/uprobes.c | 2 +-
7713 kernel/exit.c | 27 +-
7714 kernel/fork.c | 175 +-
7715 kernel/futex.c | 11 +-
7716 kernel/futex_compat.c | 2 +-
7717 kernel/irq/manage.c | 2 +-
7718 kernel/irq/msi.c | 19 +-
7719 kernel/irq/spurious.c | 2 +-
7720 kernel/jump_label.c | 5 +
7721 kernel/kallsyms.c | 40 +-
7722 kernel/kexec.c | 3 +-
7723 kernel/kmod.c | 8 +-
7724 kernel/kprobes.c | 4 +-
7725 kernel/ksysfs.c | 2 +-
7726 kernel/locking/lockdep.c | 7 +-
7727 kernel/locking/mutex-debug.c | 12 +-
7728 kernel/locking/mutex-debug.h | 4 +-
7729 kernel/locking/mutex.c | 6 +-
7730 kernel/module.c | 405 +-
7731 kernel/notifier.c | 17 +-
7732 kernel/padata.c | 4 +-
7733 kernel/panic.c | 11 +-
7734 kernel/pid.c | 8 +-
7735 kernel/pid_namespace.c | 2 +-
7736 kernel/power/process.c | 12 +-
7737 kernel/profile.c | 14 +-
7738 kernel/ptrace.c | 8 +-
7739 kernel/rcu/rcutorture.c | 60 +-
7740 kernel/rcu/tiny.c | 4 +-
7741 kernel/rcu/tree.c | 42 +-
7742 kernel/rcu/tree.h | 16 +-
7743 kernel/rcu/tree_plugin.h | 18 +-
7744 kernel/rcu/tree_trace.c | 14 +-
7745 kernel/resource.c | 4 +-
7746 kernel/sched/auto_group.c | 4 +-
7747 kernel/sched/core.c | 8 +-
7748 kernel/sched/deadline.c | 4 +-
7749 kernel/sched/debug.c | 43 +-
7750 kernel/sched/fair.c | 2 +-
7751 kernel/sched/rt.c | 4 +-
7752 kernel/sched/sched.h | 13 +-
7753 kernel/signal.c | 28 +-
7754 kernel/smp.c | 2 +-
7755 kernel/smpboot.c | 7 +-
7756 kernel/softirq.c | 12 +-
7757 kernel/stop_machine.c | 2 +-
7758 kernel/sys.c | 10 +-
7759 kernel/sys_ni.c | 4 +-
7760 kernel/sysctl.c | 34 +-
7761 kernel/time/alarmtimer.c | 4 +-
7762 kernel/time/posix-clock.c | 8 +-
7763 kernel/time/posix-cpu-timers.c | 4 +-
7764 kernel/time/posix-timers.c | 36 +-
7765 kernel/time/timer.c | 2 +-
7766 kernel/time/timer_stats.c | 10 +-
7767 kernel/trace/blktrace.c | 6 +-
7768 kernel/trace/ftrace.c | 33 +-
7769 kernel/trace/ring_buffer.c | 96 +-
7770 kernel/trace/trace.c | 2 +-
7771 kernel/trace/trace.h | 2 +-
7772 kernel/trace/trace_clock.c | 4 +-
7773 kernel/trace/trace_events.c | 1 -
7774 kernel/trace/trace_functions_graph.c | 4 +-
7775 kernel/trace/trace_mmiotrace.c | 8 +-
7776 kernel/trace/trace_output.c | 10 +-
7777 kernel/trace/trace_seq.c | 2 +-
7778 kernel/trace/trace_stack.c | 2 +-
7779 kernel/user.c | 2 +-
7780 kernel/user_namespace.c | 2 +-
7781 kernel/utsname_sysctl.c | 2 +-
7782 kernel/watchdog.c | 2 +-
7783 kernel/workqueue.c | 8 +-
7784 lib/Kconfig.debug | 8 +-
7785 lib/Makefile | 2 +-
7786 lib/bitmap.c | 8 +-
7787 lib/bug.c | 2 +
7788 lib/debugobjects.c | 2 +-
7789 lib/decompress_bunzip2.c | 3 +-
7790 lib/decompress_unlzma.c | 4 +-
7791 lib/div64.c | 4 +-
7792 lib/dma-debug.c | 4 +-
7793 lib/extable.c | 11 +-
7794 lib/inflate.c | 2 +-
7795 lib/ioremap.c | 4 +-
7796 lib/irq_poll.c | 2 +-
7797 lib/kobject.c | 4 +-
7798 lib/list_debug.c | 126 +-
7799 lib/lockref.c | 44 +-
7800 lib/percpu-refcount.c | 2 +-
7801 lib/radix-tree.c | 2 +-
7802 lib/random32.c | 2 +-
7803 lib/rhashtable.c | 4 +-
7804 lib/seq_buf.c | 4 +-
7805 lib/show_mem.c | 2 +-
7806 lib/strncpy_from_user.c | 2 +-
7807 lib/strnlen_user.c | 2 +-
7808 lib/swiotlb.c | 2 +-
7809 lib/usercopy.c | 6 +
7810 lib/vsprintf.c | 12 +-
7811 mm/Kconfig | 6 +-
7812 mm/backing-dev.c | 4 +-
7813 mm/fadvise.c | 2 +-
7814 mm/filemap.c | 8 +-
7815 mm/gup.c | 13 +-
7816 mm/highmem.c | 6 +-
7817 mm/hugetlb.c | 125 +-
7818 mm/hugetlb_cgroup.c | 60 +-
7819 mm/internal.h | 3 +-
7820 mm/maccess.c | 12 +-
7821 mm/madvise.c | 37 +
7822 mm/memcontrol.c | 6 +-
7823 mm/memory-failure.c | 6 +-
7824 mm/memory.c | 424 +-
7825 mm/mempolicy.c | 25 +
7826 mm/mlock.c | 18 +-
7827 mm/mm_init.c | 2 +-
7828 mm/mmap.c | 572 +-
7829 mm/mprotect.c | 137 +-
7830 mm/mremap.c | 39 +-
7831 mm/nommu.c | 21 +-
7832 mm/page-writeback.c | 2 +-
7833 mm/page_alloc.c | 61 +-
7834 mm/percpu.c | 2 +-
7835 mm/process_vm_access.c | 14 +-
7836 mm/readahead.c | 2 +-
7837 mm/rmap.c | 43 +-
7838 mm/shmem.c | 35 +-
7839 mm/slab.c | 113 +-
7840 mm/slab.h | 37 +-
7841 mm/slab_common.c | 79 +-
7842 mm/slob.c | 220 +-
7843 mm/slub.c | 111 +-
7844 mm/sparse-vmemmap.c | 4 +-
7845 mm/sparse.c | 2 +-
7846 mm/swap.c | 7 +
7847 mm/swapfile.c | 12 +-
7848 mm/util.c | 7 +
7849 mm/vmalloc.c | 116 +-
7850 mm/vmstat.c | 12 +-
7851 net/8021q/vlan.c | 5 +-
7852 net/8021q/vlan_netlink.c | 2 +-
7853 net/9p/mod.c | 4 +-
7854 net/9p/trans_fd.c | 2 +-
7855 net/atm/atm_misc.c | 8 +-
7856 net/atm/lec.h | 2 +-
7857 net/atm/proc.c | 6 +-
7858 net/atm/resources.c | 4 +-
7859 net/ax25/sysctl_net_ax25.c | 2 +-
7860 net/batman-adv/bat_iv_ogm.c | 8 +-
7861 net/batman-adv/fragmentation.c | 2 +-
7862 net/batman-adv/routing.c | 4 +-
7863 net/batman-adv/soft-interface.c | 12 +-
7864 net/batman-adv/sysfs.c | 48 +-
7865 net/batman-adv/sysfs.h | 4 +-
7866 net/batman-adv/translation-table.c | 14 +-
7867 net/batman-adv/types.h | 8 +-
7868 net/bluetooth/hci_sock.c | 2 +-
7869 net/bluetooth/l2cap_core.c | 6 +-
7870 net/bluetooth/l2cap_sock.c | 12 +-
7871 net/bluetooth/rfcomm/sock.c | 4 +-
7872 net/bluetooth/rfcomm/tty.c | 4 +-
7873 net/bridge/br_netfilter_hooks.c | 4 +-
7874 net/bridge/br_netlink.c | 2 +-
7875 net/bridge/netfilter/ebtables.c | 6 +-
7876 net/caif/cfctrl.c | 11 +-
7877 net/caif/chnl_net.c | 4 +-
7878 net/can/af_can.c | 2 +-
7879 net/can/gw.c | 6 +-
7880 net/ceph/ceph_common.c | 2 +-
7881 net/ceph/messenger.c | 4 +-
7882 net/compat.c | 26 +-
7883 net/core/datagram.c | 2 +-
7884 net/core/dev.c | 24 +-
7885 net/core/filter.c | 2 +-
7886 net/core/flow.c | 8 +-
7887 net/core/neighbour.c | 18 +-
7888 net/core/net-procfs.c | 4 +-
7889 net/core/net-sysfs.c | 2 +-
7890 net/core/net_namespace.c | 10 +-
7891 net/core/netpoll.c | 4 +-
7892 net/core/rtnetlink.c | 17 +-
7893 net/core/scm.c | 12 +-
7894 net/core/skbuff.c | 11 +-
7895 net/core/sock.c | 30 +-
7896 net/core/sock_diag.c | 15 +-
7897 net/core/sysctl_net_core.c | 22 +-
7898 net/decnet/af_decnet.c | 1 +
7899 net/decnet/sysctl_net_decnet.c | 4 +-
7900 net/dsa/dsa.c | 2 +-
7901 net/hsr/hsr_device.c | 2 +-
7902 net/hsr/hsr_netlink.c | 2 +-
7903 net/ieee802154/6lowpan/core.c | 2 +-
7904 net/ieee802154/6lowpan/reassembly.c | 14 +-
7905 net/ieee802154/core.c | 6 +-
7906 net/ipv4/af_inet.c | 6 +-
7907 net/ipv4/arp.c | 2 +-
7908 net/ipv4/devinet.c | 20 +-
7909 net/ipv4/fib_frontend.c | 6 +-
7910 net/ipv4/fib_semantics.c | 2 +-
7911 net/ipv4/icmp.c | 2 +-
7912 net/ipv4/inet_connection_sock.c | 4 +-
7913 net/ipv4/inet_diag.c | 4 +-
7914 net/ipv4/inet_timewait_sock.c | 2 +-
7915 net/ipv4/inetpeer.c | 2 +-
7916 net/ipv4/ip_fragment.c | 17 +-
7917 net/ipv4/ip_gre.c | 6 +-
7918 net/ipv4/ip_sockglue.c | 2 +-
7919 net/ipv4/ip_vti.c | 4 +-
7920 net/ipv4/ipconfig.c | 6 +-
7921 net/ipv4/ipip.c | 4 +-
7922 net/ipv4/netfilter/arp_tables.c | 12 +-
7923 net/ipv4/netfilter/ip_tables.c | 12 +-
7924 net/ipv4/ping.c | 14 +-
7925 net/ipv4/proc.c | 10 +-
7926 net/ipv4/raw.c | 16 +-
7927 net/ipv4/route.c | 40 +-
7928 net/ipv4/sysctl_net_ipv4.c | 24 +-
7929 net/ipv4/tcp_input.c | 6 +-
7930 net/ipv4/tcp_ipv4.c | 2 +-
7931 net/ipv4/tcp_metrics.c | 2 +-
7932 net/ipv4/tcp_probe.c | 2 +-
7933 net/ipv4/udp.c | 10 +-
7934 net/ipv4/xfrm4_mode_transport.c | 2 +-
7935 net/ipv4/xfrm4_policy.c | 19 +-
7936 net/ipv4/xfrm4_state.c | 4 +-
7937 net/ipv6/addrconf.c | 24 +-
7938 net/ipv6/af_inet6.c | 2 +-
7939 net/ipv6/datagram.c | 2 +-
7940 net/ipv6/icmp.c | 2 +-
7941 net/ipv6/inet6_hashtables.c | 2 +-
7942 net/ipv6/ip6_fib.c | 4 +-
7943 net/ipv6/ip6_gre.c | 10 +-
7944 net/ipv6/ip6_tunnel.c | 4 +-
7945 net/ipv6/ip6_vti.c | 4 +-
7946 net/ipv6/ipv6_sockglue.c | 2 +-
7947 net/ipv6/ndisc.c | 2 +-
7948 net/ipv6/netfilter/ip6_tables.c | 12 +-
7949 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
7950 net/ipv6/ping.c | 33 +-
7951 net/ipv6/proc.c | 10 +-
7952 net/ipv6/raw.c | 17 +-
7953 net/ipv6/reassembly.c | 13 +-
7954 net/ipv6/route.c | 2 +-
7955 net/ipv6/sit.c | 4 +-
7956 net/ipv6/sysctl_net_ipv6.c | 2 +-
7957 net/ipv6/udp.c | 6 +-
7958 net/ipv6/xfrm6_mode_transport.c | 2 +-
7959 net/ipv6/xfrm6_policy.c | 17 +-
7960 net/irda/discovery.c | 2 +-
7961 net/irda/ircomm/ircomm_core.c | 13 +-
7962 net/irda/ircomm/ircomm_tty.c | 24 +-
7963 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
7964 net/irda/irda_device.c | 14 +-
7965 net/irda/iriap.c | 14 +-
7966 net/irda/irias_object.c | 10 +-
7967 net/irda/irlan/irlan_client.c | 2 +-
7968 net/irda/irlap.c | 15 +-
7969 net/irda/irlap_event.c | 2 +-
7970 net/irda/irlmp.c | 21 +-
7971 net/irda/irlmp_event.c | 6 +-
7972 net/irda/irnet/irnet.h | 2 +-
7973 net/irda/irnet/irnet_irda.c | 6 +-
7974 net/irda/irttp.c | 8 +-
7975 net/irda/timer.c | 24 +-
7976 net/iucv/af_iucv.c | 4 +-
7977 net/iucv/iucv.c | 2 +-
7978 net/key/af_key.c | 4 +-
7979 net/l2tp/l2tp_eth.c | 40 +-
7980 net/l2tp/l2tp_ip.c | 2 +-
7981 net/l2tp/l2tp_ip6.c | 2 +-
7982 net/mac80211/cfg.c | 12 +-
7983 net/mac80211/debugfs.c | 2 +-
7984 net/mac80211/debugfs_key.c | 6 +-
7985 net/mac80211/ieee80211_i.h | 3 +-
7986 net/mac80211/iface.c | 20 +-
7987 net/mac80211/main.c | 2 +-
7988 net/mac80211/pm.c | 4 +-
7989 net/mac80211/rate.c | 2 +-
7990 net/mac80211/sta_info.c | 2 +-
7991 net/mac80211/tx.c | 2 +-
7992 net/mac80211/util.c | 8 +-
7993 net/mac80211/wpa.c | 12 +-
7994 net/mac802154/iface.c | 6 +-
7995 net/mpls/af_mpls.c | 10 +-
7996 net/netfilter/ipset/ip_set_core.c | 7 +-
7997 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
7998 net/netfilter/ipvs/ip_vs_core.c | 4 +-
7999 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
8000 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
8001 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
8002 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
8003 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
8004 net/netfilter/nf_conntrack_acct.c | 2 +-
8005 net/netfilter/nf_conntrack_core.c | 6 +-
8006 net/netfilter/nf_conntrack_ecache.c | 2 +-
8007 net/netfilter/nf_conntrack_helper.c | 2 +-
8008 net/netfilter/nf_conntrack_netlink.c | 22 +-
8009 net/netfilter/nf_conntrack_proto.c | 2 +-
8010 net/netfilter/nf_conntrack_standalone.c | 2 +-
8011 net/netfilter/nf_conntrack_timestamp.c | 2 +-
8012 net/netfilter/nf_log.c | 10 +-
8013 net/netfilter/nf_nat_ftp.c | 2 +-
8014 net/netfilter/nf_nat_irc.c | 2 +-
8015 net/netfilter/nf_sockopt.c | 4 +-
8016 net/netfilter/nf_tables_api.c | 13 +-
8017 net/netfilter/nfnetlink_acct.c | 7 +-
8018 net/netfilter/nfnetlink_cthelper.c | 2 +-
8019 net/netfilter/nfnetlink_cttimeout.c | 2 +-
8020 net/netfilter/nfnetlink_log.c | 4 +-
8021 net/netfilter/nft_compat.c | 9 +-
8022 net/netfilter/xt_IDLETIMER.c | 12 +-
8023 net/netfilter/xt_statistic.c | 8 +-
8024 net/netlink/af_netlink.c | 16 +-
8025 net/netlink/diag.c | 2 +-
8026 net/netlink/genetlink.c | 14 +-
8027 net/openvswitch/vport-geneve.c | 7 +-
8028 net/openvswitch/vport-gre.c | 7 +-
8029 net/openvswitch/vport-internal_dev.c | 4 +-
8030 net/openvswitch/vport-netdev.c | 7 +-
8031 net/openvswitch/vport-vxlan.c | 7 +-
8032 net/packet/af_packet.c | 26 +-
8033 net/packet/diag.c | 2 +-
8034 net/packet/internal.h | 6 +-
8035 net/phonet/pep.c | 6 +-
8036 net/phonet/socket.c | 2 +-
8037 net/phonet/sysctl.c | 2 +-
8038 net/rds/cong.c | 6 +-
8039 net/rds/ib.h | 2 +-
8040 net/rds/ib_cm.c | 2 +-
8041 net/rds/ib_recv.c | 4 +-
8042 net/rds/rds.h | 2 +-
8043 net/rds/tcp.c | 6 +-
8044 net/rds/tcp.h | 6 +-
8045 net/rds/tcp_send.c | 2 +-
8046 net/rxrpc/af_rxrpc.c | 2 +-
8047 net/rxrpc/ar-ack.c | 14 +-
8048 net/rxrpc/ar-call.c | 2 +-
8049 net/rxrpc/ar-connection.c | 2 +-
8050 net/rxrpc/ar-connevent.c | 2 +-
8051 net/rxrpc/ar-input.c | 4 +-
8052 net/rxrpc/ar-internal.h | 8 +-
8053 net/rxrpc/ar-local.c | 2 +-
8054 net/rxrpc/ar-output.c | 4 +-
8055 net/rxrpc/ar-peer.c | 2 +-
8056 net/rxrpc/ar-proc.c | 4 +-
8057 net/rxrpc/ar-transport.c | 2 +-
8058 net/rxrpc/rxkad.c | 4 +-
8059 net/sched/sch_generic.c | 4 +-
8060 net/sched/sch_tbf.c | 9 +-
8061 net/sctp/ipv6.c | 4 +-
8062 net/sctp/protocol.c | 8 +-
8063 net/sctp/sm_sideeffect.c | 4 +-
8064 net/sctp/socket.c | 21 +-
8065 net/sctp/sysctl.c | 10 +-
8066 net/socket.c | 18 +-
8067 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
8068 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
8069 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
8070 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
8071 net/sunrpc/clnt.c | 4 +-
8072 net/sunrpc/rpcb_clnt.c | 66 +-
8073 net/sunrpc/sched.c | 4 +-
8074 net/sunrpc/svc.c | 8 +-
8075 net/sunrpc/svcauth_unix.c | 2 +-
8076 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
8077 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
8078 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
8079 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
8080 net/tipc/netlink_compat.c | 12 +-
8081 net/tipc/subscr.c | 2 +-
8082 net/unix/diag.c | 2 +-
8083 net/unix/sysctl_net_unix.c | 2 +-
8084 net/wireless/scan.c | 3 +-
8085 net/wireless/wext-compat.c | 140 +-
8086 net/wireless/wext-compat.h | 8 +-
8087 net/wireless/wext-core.c | 19 +-
8088 net/wireless/wext-sme.c | 5 +-
8089 net/xfrm/xfrm_policy.c | 18 +-
8090 net/xfrm/xfrm_state.c | 37 +-
8091 net/xfrm/xfrm_sysctl.c | 2 +-
8092 net/xfrm/xfrm_user.c | 2 +-
8093 scripts/Kbuild.include | 12 +-
8094 scripts/Makefile | 2 +-
8095 scripts/Makefile.build | 2 +-
8096 scripts/Makefile.clean | 4 +-
8097 scripts/Makefile.extrawarn | 4 +
8098 scripts/Makefile.gcc-plugins | 93 +
8099 scripts/Makefile.host | 73 +-
8100 scripts/basic/fixdep.c | 12 +-
8101 scripts/dtc/checks.c | 14 +-
8102 scripts/dtc/data.c | 6 +-
8103 scripts/dtc/flattree.c | 8 +-
8104 scripts/dtc/livetree.c | 4 +-
8105 scripts/gcc-plugin.sh | 65 +
8106 scripts/gcc-plugins/Makefile | 25 +
8107 scripts/gcc-plugins/checker_plugin.c | 496 +
8108 scripts/gcc-plugins/colorize_plugin.c | 162 +
8109 scripts/gcc-plugins/constify_plugin.c | 583 +
8110 scripts/gcc-plugins/gcc-common.h | 893 +
8111 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 175 +
8112 scripts/gcc-plugins/gcc-generate-ipa-pass.h | 289 +
8113 scripts/gcc-plugins/gcc-generate-rtl-pass.h | 175 +
8114 scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h | 175 +
8115 scripts/gcc-plugins/initify_plugin.c | 536 +
8116 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
8117 scripts/gcc-plugins/kernexec_plugin.c | 407 +
8118 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
8119 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
8120 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
8121 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
8122 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
8123 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 511 +
8124 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
8125 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
8126 scripts/gcc-plugins/size_overflow_plugin/Makefile | 30 +
8127 .../disable_size_overflow_hash.data | 12445 +++++++++++
8128 .../generate_size_overflow_hash.sh | 103 +
8129 .../insert_size_overflow_asm.c | 369 +
8130 .../size_overflow_plugin/intentional_overflow.c | 1166 +
8131 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
8132 .../size_overflow_plugin/size_overflow.h | 331 +
8133 .../size_overflow_plugin/size_overflow_debug.c | 194 +
8134 .../size_overflow_plugin/size_overflow_hash.data | 21503 +++++++++++++++++++
8135 .../size_overflow_hash_aux.data | 97 +
8136 .../size_overflow_plugin/size_overflow_ipa.c | 1163 +
8137 .../size_overflow_plugin/size_overflow_misc.c | 505 +
8138 .../size_overflow_plugin/size_overflow_plugin.c | 290 +
8139 .../size_overflow_plugin_hash.c | 352 +
8140 .../size_overflow_plugin/size_overflow_transform.c | 743 +
8141 .../size_overflow_transform_core.c | 1025 +
8142 scripts/gcc-plugins/stackleak_plugin.c | 350 +
8143 scripts/gcc-plugins/structleak_plugin.c | 239 +
8144 scripts/headers_install.sh | 1 +
8145 scripts/kallsyms.c | 4 +-
8146 scripts/kconfig/lkc.h | 5 +-
8147 scripts/kconfig/menu.c | 2 +-
8148 scripts/kconfig/symbol.c | 6 +-
8149 scripts/link-vmlinux.sh | 2 +-
8150 scripts/mod/file2alias.c | 14 +-
8151 scripts/mod/modpost.c | 40 +-
8152 scripts/mod/modpost.h | 6 +-
8153 scripts/mod/sumversion.c | 2 +-
8154 scripts/module-common.lds | 4 +
8155 scripts/package/builddeb | 1 +
8156 scripts/pnmtologo.c | 6 +-
8157 scripts/sortextable.h | 6 +-
8158 scripts/tags.sh | 2 +-
8159 security/Kconfig | 710 +-
8160 security/apparmor/include/policy.h | 2 +-
8161 security/apparmor/lsm.c | 16 +-
8162 security/apparmor/policy.c | 4 +-
8163 security/integrity/ima/ima.h | 4 +-
8164 security/integrity/ima/ima_api.c | 2 +-
8165 security/integrity/ima/ima_fs.c | 4 +-
8166 security/integrity/ima/ima_queue.c | 2 +-
8167 security/keys/internal.h | 8 +-
8168 security/keys/key.c | 18 +-
8169 security/keys/keyring.c | 4 -
8170 security/selinux/avc.c | 6 +-
8171 security/selinux/include/xfrm.h | 2 +-
8172 security/yama/yama_lsm.c | 2 +-
8173 sound/aoa/codecs/onyx.c | 7 +-
8174 sound/aoa/codecs/onyx.h | 1 +
8175 sound/core/oss/pcm_oss.c | 18 +-
8176 sound/core/pcm_compat.c | 2 +-
8177 sound/core/pcm_lib.c | 3 +-
8178 sound/core/pcm_native.c | 4 +-
8179 sound/core/rawmidi.c | 5 +-
8180 sound/core/seq/oss/seq_oss_synth.c | 4 +-
8181 sound/core/seq/seq_clientmgr.c | 10 +-
8182 sound/core/seq/seq_compat.c | 2 +-
8183 sound/core/seq/seq_fifo.c | 6 +-
8184 sound/core/seq/seq_fifo.h | 2 +-
8185 sound/core/seq/seq_memory.c | 18 +-
8186 sound/core/seq/seq_midi.c | 5 +-
8187 sound/core/seq/seq_virmidi.c | 2 +-
8188 sound/core/sound.c | 2 +-
8189 sound/drivers/mts64.c | 14 +-
8190 sound/drivers/opl4/opl4_lib.c | 2 +-
8191 sound/drivers/portman2x4.c | 3 +-
8192 sound/firewire/amdtp-am824.c | 2 +-
8193 sound/firewire/amdtp-stream.c | 4 +-
8194 sound/firewire/amdtp-stream.h | 2 +-
8195 sound/firewire/digi00x/amdtp-dot.c | 2 +-
8196 sound/firewire/isight.c | 10 +-
8197 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
8198 sound/oss/sb_audio.c | 2 +-
8199 sound/oss/swarm_cs4297a.c | 6 +-
8200 sound/pci/als300.c | 2 +-
8201 sound/pci/aw2/aw2-alsa.c | 2 -
8202 sound/pci/aw2/aw2-saa7146.c | 4 +-
8203 sound/pci/ctxfi/ctamixer.c | 14 +-
8204 sound/pci/ctxfi/ctamixer.h | 8 +-
8205 sound/pci/ctxfi/ctatc.c | 20 +-
8206 sound/pci/ctxfi/ctdaio.c | 6 +-
8207 sound/pci/ctxfi/ctdaio.h | 4 +-
8208 sound/pci/ctxfi/ctsrc.c | 13 +-
8209 sound/pci/ctxfi/ctsrc.h | 8 +-
8210 sound/pci/hda/hda_codec.c | 2 +-
8211 sound/pci/ymfpci/ymfpci.h | 2 +-
8212 sound/pci/ymfpci/ymfpci_main.c | 12 +-
8213 sound/soc/codecs/cx20442.c | 8 +-
8214 sound/soc/codecs/sti-sas.c | 10 +-
8215 sound/soc/codecs/tlv320dac33.c | 7 +-
8216 sound/soc/codecs/uda1380.c | 7 +-
8217 sound/soc/intel/skylake/skl-sst-dsp.h | 4 +-
8218 sound/soc/soc-ac97.c | 6 +-
8219 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
8220 tools/include/linux/compiler.h | 8 +
8221 tools/perf/util/include/asm/alternative-asm.h | 3 +
8222 tools/virtio/linux/uaccess.h | 2 +-
8223 virt/kvm/kvm_main.c | 42 +-
8224 2730 files changed, 77381 insertions(+), 14195 deletions(-)
8225 commit 5988c8dba8a5da45e35d71f4a8fec34c267258c5
8226 Author: Brad Spengler <spender@grsecurity.net>
8227 Date: Mon Apr 25 20:40:53 2016 -0400
8228
8229 Fix DoS in n_tty_receive_buf_common reported by marcan at:
8230 https://forums.grsecurity.net/viewtopic.php?t=4342&p=16222
8231 and via lengthy diatribe on Twitter:
8232 https://twitter.com/marcan42/status/724740708104474626
8233 https://twitter.com/marcan42/status/724740985146609664
8234 https://twitter.com/marcan42/status/724741270325760000
8235 https://twitter.com/marcan42/status/724742465199050752
8236 https://twitter.com/marcan42/status/724745886794833920
8237 https://twitter.com/marcan42/status/724749571495075840
8238 https://twitter.com/marcan42/status/724746427285409796
8239 https://twitter.com/marcan42/status/724743150263095296
8240 https://twitter.com/marcan42/status/724757473433808896
8241
8242 Fix it correctly instead of using the incorrect fix suggested
8243 by marcan (aka "try reading the code next time")
8244 The original code was meant to fix an integer truncation issue
8245 that would also have caused a SIZE_OVERFLOW "DoS".
8246
8247 drivers/tty/n_tty.c | 9 +++++----
8248 1 file changed, 5 insertions(+), 4 deletions(-)
8249
8250 commit 5459ff57d8987389fa17d5d6f55b70a789347c2f
8251 Author: Brad Spengler <spender@grsecurity.net>
8252 Date: Mon Apr 25 19:52:33 2016 -0400
8253
8254 Avoid overflow in environ_read() caught by SIZE_OVERFLOW,
8255 reported by jotik at:
8256 https://forums.grsecurity.net/viewtopic.php?t=4363&p=16217
8257 patch from Mathias Krause
8258
8259 fs/proc/base.c | 2 +-
8260 1 file changed, 1 insertion(+), 1 deletion(-)
8261
8262 commit 24a5c92e147af1e739e9eeca020c61ad2674e784
8263 Author: Jiri Benc <jbenc@redhat.com>
8264 Date: Fri Apr 22 13:09:13 2016 +0200
8265
8266 cxgbi: fix uninitialized flowi6
8267
8268 ip6_route_output looks into different fields in the passed flowi6 structure,
8269 yet cxgbi passes garbage in nearly all those fields. Zero the structure out
8270 first.
8271
8272 Fixes: fc8d0590d9142 ("libcxgbi: Add ipv6 api to driver")
8273 Signed-off-by: Jiri Benc <jbenc@redhat.com>
8274 Signed-off-by: David S. Miller <davem@davemloft.net>
8275
8276 drivers/scsi/cxgbi/libcxgbi.c | 1 +
8277 1 file changed, 1 insertion(+)
8278
8279 commit ec65caa32652841a5be21d6e73146921af16d7a8
8280 Author: Brad Spengler <spender@grsecurity.net>
8281 Date: Wed Apr 20 20:59:43 2016 -0400
8282
8283 Make /proc/sched_debug only readable by root, mentioned in
8284 recent NCC Group paper on Linux containers
8285
8286 kernel/sched/debug.c | 4 ++++
8287 1 file changed, 4 insertions(+)
8288
8289 commit 7957d30730bb26a4aef54ab484dc3b4108f1fdb1
8290 Merge: 463149f ff26083
8291 Author: Brad Spengler <spender@grsecurity.net>
8292 Date: Wed Apr 20 17:55:53 2016 -0400
8293
8294 Merge branch 'pax-test' into grsec-test
8295
8296 commit ff260839e610d2bc1b0c579edd7deb0028198f01
8297 Author: Brad Spengler <spender@grsecurity.net>
8298 Date: Wed Apr 20 17:55:24 2016 -0400
8299
8300 Update to pax-linux-4.4.8-test14.patch:
8301 - Emese fixed some CodingStyle issues in the latent entropy plugin
8302 - fixed some build problems on mips, reported by Steve Arnold (https://bugs.gentoo.org/show_bug.cgi?id=578394)
8303
8304 arch/mips/include/asm/cache.h | 3 ++-
8305 arch/mips/lib/ashldi3.c | 21 ++++++++++++++-------
8306 arch/mips/lib/ashrdi3.c | 19 +++++++++++++------
8307 arch/mips/lib/libgcc.h | 12 +++++++++---
8308 drivers/idle/intel_idle.c | 6 ++++--
8309 tools/gcc/latent_entropy_plugin.c | 29 +++++++++++++++--------------
8310 6 files changed, 57 insertions(+), 33 deletions(-)
8311
8312 commit 463149f47a64db4b26a13009f83ed73d393a209c
8313 Author: Xiaodong Liu <xiaodong.liu@intel.com>
8314 Date: Tue Apr 12 09:45:51 2016 +0000
8315
8316 crypto: sha1-mb - use corrcet pointer while completing jobs
8317
8318 In sha_complete_job, incorrect mcryptd_hash_request_ctx pointer is used
8319 when check and complete other jobs. If the memory of first completed req
8320 is freed, while still completing other jobs in the func, kernel will
8321 crash since NULL pointer is assigned to RIP.
8322
8323 Cc: <stable@vger.kernel.org>
8324 Signed-off-by: Xiaodong Liu <xiaodong.liu@intel.com>
8325 Acked-by: Tim Chen <tim.c.chen@linux.intel.com>
8326 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
8327
8328 arch/x86/crypto/sha-mb/sha1_mb.c | 4 ++--
8329 1 file changed, 2 insertions(+), 2 deletions(-)
8330
8331 commit b4e6484e67b917afb77478cab1260f41dbbc92fc
8332 Author: Tom Lendacky <thomas.lendacky@amd.com>
8333 Date: Wed Apr 13 10:52:25 2016 -0500
8334
8335 crypto: ccp - Prevent information leakage on export
8336
8337 Prevent information from leaking to userspace by doing a memset to 0 of
8338 the export state structure before setting the structure values and copying
8339 it. This prevents un-initialized padding areas from being copied into the
8340 export area.
8341
8342 Cc: <stable@vger.kernel.org> # 3.14.x-
8343 Reported-by: Ben Hutchings <ben@decadent.org.uk>
8344 Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
8345 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
8346
8347 drivers/crypto/ccp/ccp-crypto-aes-cmac.c | 3 +++
8348 drivers/crypto/ccp/ccp-crypto-sha.c | 3 +++
8349 2 files changed, 6 insertions(+)
8350
8351 commit 7d7e961d3f4e4614b22518d8e410e6cf4108f1b0
8352 Author: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
8353 Date: Mon Apr 18 14:33:54 2016 +0300
8354
8355 net/mlx4_en: allocate non 0-order pages for RX ring with __GFP_NOMEMALLOC
8356
8357 High order pages are optional here since commit 51151a16a60f ("mlx4: allow
8358 order-0 memory allocations in RX path"), so here is no reason for depleting
8359 reserves. Generic __netdev_alloc_frag() implements the same logic.
8360
8361 Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
8362 Acked-by: Eric Dumazet <edumazet@google.com>
8363 Signed-off-by: David S. Miller <davem@davemloft.net>
8364
8365 drivers/net/ethernet/mellanox/mlx4/en_rx.c | 2 +-
8366 1 file changed, 1 insertion(+), 1 deletion(-)
8367
8368 commit 6b80edde2edc7fd055f9be8ec42b88abbe328639
8369 Author: Ignat Korchagin <ignat.korchagin@gmail.com>
8370 Date: Thu Mar 17 18:00:29 2016 +0000
8371
8372 USB: usbip: fix potential out-of-bounds write
8373
8374 Fix potential out-of-bounds write to urb->transfer_buffer
8375 usbip handles network communication directly in the kernel. When receiving a
8376 packet from its peer, usbip code parses headers according to protocol. As
8377 part of this parsing urb->actual_length is filled. Since the input for
8378 urb->actual_length comes from the network, it should be treated as untrusted.
8379 Any entity controlling the network may put any value in the input and the
8380 preallocated urb->transfer_buffer may not be large enough to hold the data.
8381 Thus, the malicious entity is able to write arbitrary data to kernel memory.
8382
8383 Signed-off-by: Ignat Korchagin <ignat.korchagin@gmail.com>
8384 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8385
8386 drivers/usb/usbip/usbip_common.c | 11 +++++++++++
8387 1 file changed, 11 insertions(+)
8388
8389 commit 0ce101ec9e74c2cfcd28cbcd18b0626e3d9a2482
8390 Merge: d60a24d f5fe5fd
8391 Author: Brad Spengler <spender@grsecurity.net>
8392 Date: Wed Apr 20 17:35:58 2016 -0400
8393
8394 Merge branch 'pax-test' into grsec-test
8395
8396 commit f5fe5fddf49f1b81a2a3bb43b1e0a8c087aba438
8397 Merge: a107ba2 8c9aef0
8398 Author: Brad Spengler <spender@grsecurity.net>
8399 Date: Wed Apr 20 17:35:29 2016 -0400
8400
8401 Merge branch 'linux-4.4.y' into pax-test
8402
8403 commit d60a24d6e4f61072d0bd1dc12be1177181fa8c2b
8404 Author: Brad Spengler <spender@grsecurity.net>
8405 Date: Mon Apr 18 17:48:10 2016 -0400
8406
8407 fix cast for constify change, reported by pipacs
8408
8409 drivers/idle/intel_idle.c | 4 ++--
8410 1 file changed, 2 insertions(+), 2 deletions(-)
8411
8412 commit 1d376287aeba7a53c91d5ee49ef0a11d02193964
8413 Author: Brad Spengler <spender@grsecurity.net>
8414 Date: Fri Apr 15 21:31:07 2016 -0400
8415
8416 Use proper type for function pointer
8417
8418 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 6 +++---
8419 1 file changed, 3 insertions(+), 3 deletions(-)
8420
8421 commit 0a4104a2fa32904102fac07245426d78a1e9dfab
8422 Author: Brad Spengler <spender@grsecurity.net>
8423 Date: Fri Apr 15 21:24:04 2016 -0400
8424
8425 Fix skylake cstates compat with constify
8426
8427 drivers/idle/intel_idle.c | 6 ++++--
8428 1 file changed, 4 insertions(+), 2 deletions(-)
8429
8430 commit f433f8fd372253c9e78e307afe5b800c5ab0ea61
8431 Author: Brad Spengler <spender@grsecurity.net>
8432 Date: Fri Apr 15 21:10:44 2016 -0400
8433
8434 Update size_overflow hash table
8435
8436 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 3 ++-
8437 1 file changed, 2 insertions(+), 1 deletion(-)
8438
8439 commit ef7804da81cb3c6b6a4c985a3c14ee230a03f26a
8440 Author: Brad Spengler <spender@grsecurity.net>
8441 Date: Fri Apr 15 20:52:37 2016 -0400
8442
8443 compile fix
8444
8445 fs/coredump.c | 3 ---
8446 1 file changed, 3 deletions(-)
8447
8448 commit 967224da52bd98d078b1237aea5ec9e622238fba
8449 Merge: 92771d6 a107ba2
8450 Author: Brad Spengler <spender@grsecurity.net>
8451 Date: Fri Apr 15 20:30:23 2016 -0400
8452
8453 Merge branch 'pax-test' into grsec-test
8454
8455 commit a107ba25214d9694eb836fb04c782ad694977b91
8456 Merge: 4d8fc00 b40108b
8457 Author: Brad Spengler <spender@grsecurity.net>
8458 Date: Fri Apr 15 20:18:26 2016 -0400
8459
8460 Merge branch 'linux-4.4.y' into pax-test
8461
8462 commit 92771d60677d68e8f6ea7a91ff34dd6e24b6d4cf
8463 Author: Brad Spengler <spender@grsecurity.net>
8464 Date: Sun Apr 10 07:18:03 2016 -0400
8465
8466 From: Mathias Krause <minipli@googlemail.com>
8467 To: "David S. Miller" <davem@davemloft.net>
8468 Cc: netdev@vger.kernel.org, "Eric W. Biederman" <ebiederm@xmission.com>, Pavel
8469 Emelyanov <xemul@parallels.com>
8470 Subject: [PATCH net] packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag
8471 interface
8472
8473 Because we miss to wipe the remainder of i->addr[] in packet_mc_add(),
8474 pdiag_put_mclist() leaks uninitialized heap bytes via the
8475 PACKET_DIAG_MCLIST netlink attribute.
8476
8477 Fix this by explicitly memset(0)ing the remaining bytes in i->addr[].
8478
8479 Fixes: eea68e2f1a00 ("packet: Report socket mclist info via diag module")
8480 Signed-off-by: Mathias Krause <minipli@googlemail.com>
8481 Cc: Eric W. Biederman <ebiederm@xmission.com>
8482 Cc: Pavel Emelyanov <xemul@parallels.com>
8483 ---
8484 The bug itself precedes commit eea68e2f1a00 but the list wasn't exposed
8485 to userland before the introduction of the packet_diag interface.
8486 Therefore the "Fixes:" line on that commit.
8487
8488 net/packet/af_packet.c | 1 +
8489 1 file changed, 1 insertion(+)
8490
8491 commit 4286ce3f9e9db4d68870af46ae1d5f9b90b920dd
8492 Author: Jakub Sitnicki <jkbs@redhat.com>
8493 Date: Tue Apr 5 18:41:08 2016 +0200
8494
8495 ipv6: Count in extension headers in skb->network_header
8496
8497 When sending a UDPv6 message longer than MTU, account for the length
8498 of fragmentable IPv6 extension headers in skb->network_header offset.
8499 Same as we do in alloc_new_skb path in __ip6_append_data().
8500
8501 This ensures that later on __ip6_make_skb() will make space in
8502 headroom for fragmentable extension headers:
8503
8504 /* move skb->data to ip header from ext header */
8505 if (skb->data < skb_network_header(skb))
8506 __skb_pull(skb, skb_network_offset(skb));
8507
8508 Prevents a splat due to skb_under_panic:
8509
8510 skbuff: skb_under_panic: text:ffffffff8143397b len:2126 put:14 \
8511 head:ffff880005bacf50 data:ffff880005bacf4a tail:0x48 end:0xc0 dev:lo
8512 ------------[ cut here ]------------
8513 kernel BUG at net/core/skbuff.c:104!
8514 invalid opcode: 0000 [#1] KASAN
8515 CPU: 0 PID: 160 Comm: reproducer Not tainted 4.6.0-rc2 #65
8516 [...]
8517 Call Trace:
8518 [<ffffffff813eb7b9>] skb_push+0x79/0x80
8519 [<ffffffff8143397b>] eth_header+0x2b/0x100
8520 [<ffffffff8141e0d0>] neigh_resolve_output+0x210/0x310
8521 [<ffffffff814eab77>] ip6_finish_output2+0x4a7/0x7c0
8522 [<ffffffff814efe3a>] ip6_output+0x16a/0x280
8523 [<ffffffff815440c1>] ip6_local_out+0xb1/0xf0
8524 [<ffffffff814f1115>] ip6_send_skb+0x45/0xd0
8525 [<ffffffff81518836>] udp_v6_send_skb+0x246/0x5d0
8526 [<ffffffff8151985e>] udpv6_sendmsg+0xa6e/0x1090
8527 [...]
8528
8529 Reported-by: Ji Jianwen <jiji@redhat.com>
8530 Signed-off-by: Jakub Sitnicki <jkbs@redhat.com>
8531 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
8532 Signed-off-by: David S. Miller <davem@davemloft.net>
8533
8534 net/ipv6/ip6_output.c | 8 ++++----
8535 1 file changed, 4 insertions(+), 4 deletions(-)
8536
8537 commit 638dad49a9ba3d86f627adb58b2f4636ed253685
8538 Author: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
8539 Date: Fri Apr 1 17:17:50 2016 -0300
8540
8541 ip6_tunnel: set rtnl_link_ops before calling register_netdevice
8542
8543 When creating an ip6tnl tunnel with ip tunnel, rtnl_link_ops is not set
8544 before ip6_tnl_create2 is called. When register_netdevice is called, there
8545 is no linkinfo attribute in the NEWLINK message because of that.
8546
8547 Setting rtnl_link_ops before calling register_netdevice fixes that.
8548
8549 Fixes: 0b112457229d ("ip6tnl: add support of link creation via rtnl")
8550 Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
8551 Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
8552 Signed-off-by: David S. Miller <davem@davemloft.net>
8553
8554 net/ipv6/ip6_tunnel.c | 2 +-
8555 1 file changed, 1 insertion(+), 1 deletion(-)
8556
8557 commit 14146a0bfaf2ced0055fe549c8fa0941c61e2457
8558 Author: Brad Spengler <spender@grsecurity.net>
8559 Date: Tue Apr 5 21:12:44 2016 -0400
8560
8561 Code cleanups to RANDSTRUCT based on feedback from the PaX Team
8562
8563 tools/gcc/randomize_layout_plugin.c | 18 ++++++++++++------
8564 1 file changed, 12 insertions(+), 6 deletions(-)
8565
8566 commit 3f7dea5e59b0bb34f6bdb628c87251f0105b3d57
8567 Author: Brad Spengler <spender@grsecurity.net>
8568 Date: Sun Apr 3 20:10:10 2016 -0400
8569
8570 Fix RANDSTRUCT support on ARM
8571
8572 tools/gcc/randomize_layout_plugin.c | 54 +++++++++++++++++++++++++++++++++++--
8573 1 file changed, 52 insertions(+), 2 deletions(-)
8574
8575 commit bd893a75ab49f6ea5a216eb334471507337118ba
8576 Merge: 87b7f1d 4d8fc00
8577 Author: Brad Spengler <spender@grsecurity.net>
8578 Date: Sat Apr 2 11:54:20 2016 -0400
8579
8580 Merge branch 'pax-test' into grsec-test
8581
8582 commit 4d8fc00c0066b1921e233123b346efe6ffb27691
8583 Author: Brad Spengler <spender@grsecurity.net>
8584 Date: Sat Apr 2 11:53:53 2016 -0400
8585
8586 Update to pax-linux-4.4.6-test13.patch:
8587 - fixed a REFCOUNT related compile regression on mips, reported by Steve Arnold (https://bugs.gentoo.org/show_bug.cgi?id=578394)
8588 - 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)
8589
8590 arch/mips/include/asm/atomic.h | 4 ----
8591 tools/gcc/size_overflow_plugin/disable_size_overflow_hash.data | 1 +
8592 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 -
8593 3 files changed, 1 insertion(+), 5 deletions(-)
8594
8595 commit 87b7f1d200023ba826b9d552834a2ee85e67526c
8596 Merge: 3335266 3abdad0
8597 Author: Brad Spengler <spender@grsecurity.net>
8598 Date: Sat Apr 2 11:19:17 2016 -0400
8599
8600 Merge branch 'pax-test' into grsec-test
8601
8602 commit 3abdad0c3b436c076c88289f07a250b811d6f79d
8603 Author: Brad Spengler <spender@grsecurity.net>
8604 Date: Sat Apr 2 11:12:56 2016 -0400
8605
8606 Update to pax-linux-4.4.6-test12.patch:
8607 - fixed vmalloc_fault on i386/PAE to use the correct percpu userland pgd table/entry
8608 - fixed a size overflow false positive report in pptp, reported by Pinkbyte (https://forums.grsecurity.net/viewtopic.php?f=3&t=4437)
8609 - fixed a size overflow false positive report in tbf_segment, reported by audiocricket (https://forums.grsecurity.net/viewtopic.php?f=3&t=4438)
8610 - Emese fixed the x86 vdso32 CFLAGS to omit the gcc plugins
8611 - Emese simplified the gcc plugin related make rules, suggested by Masahiro Yamada
8612 - André Fabian Silva Delgado fixed a compile regression on arm, reported by coadde (https://forums.grsecurity.net/viewtopic.php?f=3&t=4435)
8613 - fixed an integer sign conversion error in nfs_super_set_maxbytes caught by the size overflow plugin, reported by Alexey Dvoichenkov <xale@hyperplane.net>
8614 - fixed a size overflow false positive in squashfs, reported by Mathias Krause <minipli@ld-linux.so>
8615 - fixed a size overflow false positive in xfrm6_transport_output, reported by marcan (https://forums.grsecurity.net/viewtopic.php?f=3&t=4426)
8616 - fixed an integer truncation bug in elf_kcore_store_hdr caught by the size overflow plugin
8617 - fixed a gratuitous userland dereference in the amd64 stack walker
8618 - added latent entropy gathering to a few more functions
8619 - constified a few smp_hotplug_thread instances
8620
8621 arch/x86/entry/vdso/Makefile | 1 +
8622 arch/x86/include/asm/cpufeature.h | 1 -
8623 arch/x86/kernel/dumpstack_64.c | 17 ++++++-----------
8624 arch/x86/kernel/head_32.S | 6 +++---
8625 arch/x86/mm/fault.c | 2 +-
8626 drivers/iommu/arm-smmu.c | 2 +-
8627 drivers/net/ppp/pptp.c | 1 +
8628 drivers/staging/rdma/ehca/ehca_irq.c | 2 +-
8629 fs/nfs/internal.h | 5 +++--
8630 fs/proc/kcore.c | 2 +-
8631 kernel/module.c | 6 +++---
8632 kernel/rcu/tree.c | 2 +-
8633 kernel/softirq.c | 2 +-
8634 kernel/stop_machine.c | 2 +-
8635 net/ipv6/xfrm6_mode_transport.c | 2 +-
8636 net/sched/sch_tbf.c | 9 ++++++---
8637 scripts/Makefile.gcc-plugins | 13 +++----------
8638 scripts/Makefile.host | 3 +--
8639 .../disable_size_overflow_hash.data | 4 +++-
8640 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 6 ++----
8641 20 files changed, 40 insertions(+), 48 deletions(-)
8642
8643 commit 3335266d5bec9bc01580736c0a7026ed96cf25e5
8644 Author: Mika Penttilä <mika.penttila@nextfour.com>
8645 Date: Mon Feb 22 17:56:52 2016 +0100
8646
8647 ARM: 8544/1: set_memory_xx fixes
8648
8649 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.
8650
8651 Signed-off-by: Mika Penttilä mika.penttila@nextfour.com
8652 Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
8653
8654 arch/arm/mm/pageattr.c | 3 +++
8655 1 file changed, 3 insertions(+)
8656
8657 commit d6d6499b22c0e5593a16f41c516041b23fbf9eeb
8658 Author: Josh Boyer <jwboyer@fedoraproject.org>
8659 Date: Mon Mar 14 10:42:38 2016 -0400
8660
8661 USB: iowarrior: fix oops with malicious USB descriptors
8662
8663 The iowarrior driver expects at least one valid endpoint. If given
8664 malicious descriptors that specify 0 for the number of endpoints,
8665 it will crash in the probe function. Ensure there is at least
8666 one endpoint on the interface before using it.
8667
8668 The full report of this issue can be found here:
8669 http://seclists.org/bugtraq/2016/Mar/87
8670
8671 Reported-by: Ralf Spenneberg <ralf@spenneberg.net>
8672 Cc: stable <stable@vger.kernel.org>
8673 Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
8674 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8675
8676 drivers/usb/misc/iowarrior.c | 6 ++++++
8677 1 file changed, 6 insertions(+)
8678
8679 commit 79a1fb47ab1245e81040bcd45b3e44e65d282684
8680 Author: Oliver Neukum <oneukum@suse.com>
8681 Date: Tue Mar 15 10:14:04 2016 +0100
8682
8683 USB: cdc-acm: more sanity checking
8684
8685 An attack has become available which pretends to be a quirky
8686 device circumventing normal sanity checks and crashes the kernel
8687 by an insufficient number of interfaces. This patch adds a check
8688 to the code path for quirky devices.
8689
8690 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
8691 CC: stable@vger.kernel.org
8692 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8693
8694 drivers/usb/class/cdc-acm.c | 3 +++
8695 1 file changed, 3 insertions(+)
8696
8697 commit 6ee21acdf0da6602671cb50edeca0abfba3955f7
8698 Author: Oliver Neukum <oneukum@suse.com>
8699 Date: Wed Mar 16 13:26:17 2016 +0100
8700
8701 USB: usb_driver_claim_interface: add sanity checking
8702
8703 Attacks that trick drivers into passing a NULL pointer
8704 to usb_driver_claim_interface() using forged descriptors are
8705 known. This thwarts them by sanity checking.
8706
8707 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
8708 CC: stable@vger.kernel.org
8709 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8710
8711 drivers/usb/core/driver.c | 6 +++++-
8712 1 file changed, 5 insertions(+), 1 deletion(-)
8713
8714 commit 44247834ddab762509eaaf5c742e15bfadcd9d94
8715 Author: Paolo Bonzini <pbonzini@redhat.com>
8716 Date: Mon Mar 21 10:15:25 2016 +0100
8717
8718 KVM: fix spin_lock_init order on x86
8719
8720 Moving the initialization earlier is needed in 4.6 because
8721 kvm_arch_init_vm is now using mmu_lock, causing lockdep to
8722 complain:
8723
8724 [ 284.440294] INFO: trying to register non-static key.
8725 [ 284.445259] the code is fine but needs lockdep annotation.
8726 [ 284.450736] turning off the locking correctness validator.
8727 ...
8728 [ 284.528318] [<ffffffff810aecc3>] lock_acquire+0xd3/0x240
8729 [ 284.533733] [<ffffffffa0305aa0>] ? kvm_page_track_register_notifier+0x20/0x60 [kvm]
8730 [ 284.541467] [<ffffffff81715581>] _raw_spin_lock+0x41/0x80
8731 [ 284.546960] [<ffffffffa0305aa0>] ? kvm_page_track_register_notifier+0x20/0x60 [kvm]
8732 [ 284.554707] [<ffffffffa0305aa0>] kvm_page_track_register_notifier+0x20/0x60 [kvm]
8733 [ 284.562281] [<ffffffffa02ece70>] kvm_mmu_init_vm+0x20/0x30 [kvm]
8734 [ 284.568381] [<ffffffffa02dbf7a>] kvm_arch_init_vm+0x1ea/0x200 [kvm]
8735 [ 284.574740] [<ffffffffa02bff3f>] kvm_dev_ioctl+0xbf/0x4d0 [kvm]
8736
8737 However, it also helps fixing a preexisting problem, which is why this
8738 patch is also good for stable kernels: kvm_create_vm was incrementing
8739 current->mm->mm_count but not decrementing it at the out_err label (in
8740 case kvm_init_mmu_notifier failed). The new initialization order makes
8741 it possible to add the required mmdrop without adding a new error label.
8742
8743 Cc: stable@vger.kernel.org
8744 Reported-by: Borislav Petkov <bp@alien8.de>
8745 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
8746
8747 virt/kvm/kvm_main.c | 21 +++++++++++----------
8748 1 file changed, 11 insertions(+), 10 deletions(-)
8749
8750 commit 9d0cf281d74a9fe490f3ba5ca3d0e57eac066e1c
8751 Author: Paolo Bonzini <pbonzini@redhat.com>
8752 Date: Fri Mar 18 16:53:42 2016 +0100
8753
8754 KVM: VMX: avoid guest hang on invalid invvpid instruction
8755
8756 A guest executing an invalid invvpid instruction would hang
8757 because the instruction pointer was not updated.
8758
8759 Reported-by: jmontleo@redhat.com
8760 Tested-by: jmontleo@redhat.com
8761 Cc: stable@vger.kernel.org
8762 Fixes: 99b83ac893b84ed1a62ad6d1f2b6cc32026b9e85
8763 Reviewed-by: David Matlack <dmatlack@google.com>
8764 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
8765
8766 arch/x86/kvm/vmx.c | 1 +
8767 1 file changed, 1 insertion(+)
8768
8769 commit 602caaece277e5e21ae43771398bbf7778061beb
8770 Author: Paolo Bonzini <pbonzini@redhat.com>
8771 Date: Fri Mar 18 16:53:29 2016 +0100
8772
8773 KVM: VMX: avoid guest hang on invalid invept instruction
8774
8775 A guest executing an invalid invept instruction would hang
8776 because the instruction pointer was not updated.
8777
8778 Cc: stable@vger.kernel.org
8779 Fixes: bfd0a56b90005f8c8a004baf407ad90045c2b11e
8780 Reviewed-by: David Matlack <dmatlack@google.com>
8781 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
8782
8783 arch/x86/kvm/vmx.c | 1 +
8784 1 file changed, 1 insertion(+)
8785
8786 commit 3309ac82d6596de8abc6ea51dd0a942416da1cc1
8787 Author: Jann Horn <jann@thejh.net>
8788 Date: Tue Mar 22 14:25:36 2016 -0700
8789
8790 fs/coredump: prevent fsuid=0 dumps into user-controlled directories
8791
8792 This commit fixes the following security hole affecting systems where
8793 all of the following conditions are fulfilled:
8794
8795 - The fs.suid_dumpable sysctl is set to 2.
8796 - The kernel.core_pattern sysctl's value starts with "/". (Systems
8797 where kernel.core_pattern starts with "|/" are not affected.)
8798 - Unprivileged user namespace creation is permitted. (This is
8799 true on Linux >=3.8, but some distributions disallow it by
8800 default using a distro patch.)
8801
8802 Under these conditions, if a program executes under secure exec rules,
8803 causing it to run with the SUID_DUMP_ROOT flag, then unshares its user
8804 namespace, changes its root directory and crashes, the coredump will be
8805 written using fsuid=0 and a path derived from kernel.core_pattern - but
8806 this path is interpreted relative to the root directory of the process,
8807 allowing the attacker to control where a coredump will be written with
8808 root privileges.
8809
8810 To fix the security issue, always interpret core_pattern for dumps that
8811 are written under SUID_DUMP_ROOT relative to the root directory of init.
8812
8813 Signed-off-by: Jann Horn <jann@thejh.net>
8814 Acked-by: Kees Cook <keescook@chromium.org>
8815 Cc: Al Viro <viro@zeniv.linux.org.uk>
8816 Cc: "Eric W. Biederman" <ebiederm@xmission.com>
8817 Cc: Andy Lutomirski <luto@kernel.org>
8818 Cc: Oleg Nesterov <oleg@redhat.com>
8819 Cc: <stable@vger.kernel.org>
8820 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8821 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
8822
8823 arch/um/drivers/mconsole_kern.c | 2 +-
8824 fs/coredump.c | 31 +++++++++++++++++++++++++++----
8825 fs/fhandle.c | 2 +-
8826 fs/open.c | 6 ++----
8827 include/linux/fs.h | 2 +-
8828 kernel/sysctl_binary.c | 2 +-
8829 6 files changed, 33 insertions(+), 12 deletions(-)
8830
8831 commit a7c8d3c91a3e50d0873942f09afbb5071382d5e7
8832 Author: Takashi Iwai <tiwai@suse.de>
8833 Date: Fri Apr 1 12:28:16 2016 +0200
8834
8835 ALSA: timer: Use mod_timer() for rearming the system timer
8836
8837 ALSA system timer backend stops the timer via del_timer() without sync
8838 and leaves del_timer_sync() at the close instead. This is because of
8839 the restriction by the design of ALSA timer: namely, the stop callback
8840 may be called from the timer handler, and calling the sync shall lead
8841 to a hangup. However, this also triggers a kernel BUG() when the
8842 timer is rearmed immediately after stopping without sync:
8843 kernel BUG at kernel/time/timer.c:966!
8844 Call Trace:
8845 <IRQ>
8846 [<ffffffff8239c94e>] snd_timer_s_start+0x13e/0x1a0
8847 [<ffffffff8239e1f4>] snd_timer_interrupt+0x504/0xec0
8848 [<ffffffff8122fca0>] ? debug_check_no_locks_freed+0x290/0x290
8849 [<ffffffff8239ec64>] snd_timer_s_function+0xb4/0x120
8850 [<ffffffff81296b72>] call_timer_fn+0x162/0x520
8851 [<ffffffff81296add>] ? call_timer_fn+0xcd/0x520
8852 [<ffffffff8239ebb0>] ? snd_timer_interrupt+0xec0/0xec0
8853 ....
8854
8855 It's the place where add_timer() checks the pending timer. It's clear
8856 that this may happen after the immediate restart without sync in our
8857 cases.
8858
8859 So, the workaround here is just to use mod_timer() instead of
8860 add_timer(). This looks like a band-aid fix, but it's a right move,
8861 as snd_timer_interrupt() takes care of the continuous rearm of timer.
8862
8863 Reported-by: Jiri Slaby <jslaby@suse.cz>
8864 Cc: <stable@vger.kernel.org>
8865 Signed-off-by: Takashi Iwai <tiwai@suse.de>
8866
8867 sound/core/timer.c | 4 ++--
8868 1 file changed, 2 insertions(+), 2 deletions(-)
8869
8870 commit 2de05c5fc90b461d78a54a7240b664a068844c8c
8871 Author: Daniel Vetter <daniel.vetter@ffwll.ch>
8872 Date: Wed Mar 30 11:40:43 2016 +0200
8873
8874 drm/udl: Use unlocked gem unreferencing
8875
8876 For drm_gem_object_unreference callers are required to hold
8877 dev->struct_mutex, which these paths don't. Enforcing this requirement
8878 has become a bit more strict with
8879
8880 commit ef4c6270bf2867e2f8032e9614d1a8cfc6c71663
8881 Author: Daniel Vetter <daniel.vetter@ffwll.ch>
8882 Date: Thu Oct 15 09:36:25 2015 +0200
8883
8884 drm/gem: Check locking in drm_gem_object_unreference
8885
8886 Cc: stable@vger.kernel.org
8887 Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
8888 Signed-off-by: Dave Airlie <airlied@redhat.com>
8889
8890 drivers/gpu/drm/udl/udl_fb.c | 2 +-
8891 drivers/gpu/drm/udl/udl_gem.c | 2 +-
8892 2 files changed, 2 insertions(+), 2 deletions(-)
8893
8894 commit c8153b6b1731b8fee33966dd8d148643240f1dc0
8895 Author: Jan Kara <jack@suse.com>
8896 Date: Mon Dec 7 14:34:49 2015 -0500
8897
8898 ext4: fix races of writeback with punch hole and zero range
8899
8900 When doing delayed allocation, update of on-disk inode size is postponed
8901 until IO submission time. However hole punch or zero range fallocate
8902 calls can end up discarding the tail page cache page and thus on-disk
8903 inode size would never be properly updated.
8904
8905 Make sure the on-disk inode size is updated before truncating page
8906 cache.
8907
8908 Signed-off-by: Jan Kara <jack@suse.com>
8909 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
8910
8911 fs/ext4/ext4.h | 3 +++
8912 fs/ext4/extents.c | 5 +++++
8913 fs/ext4/inode.c | 35 ++++++++++++++++++++++++++++++++++-
8914 3 files changed, 42 insertions(+), 1 deletion(-)
8915
8916 commit d64beb441579f2667e99eb9d4d6e83deb88bf59b
8917 Author: Jan Kara <jack@suse.com>
8918 Date: Mon Dec 7 14:31:11 2015 -0500
8919
8920 ext4: fix races between buffered IO and collapse / insert range
8921
8922 Current code implementing FALLOC_FL_COLLAPSE_RANGE and
8923 FALLOC_FL_INSERT_RANGE is prone to races with buffered writes and page
8924 faults. If buffered write or write via mmap manages to squeeze between
8925 filemap_write_and_wait_range() and truncate_pagecache() in the fallocate
8926 implementations, the written data is simply discarded by
8927 truncate_pagecache() although it should have been shifted.
8928
8929 Fix the problem by moving filemap_write_and_wait_range() call inside
8930 i_mutex and i_mmap_sem. That way we are protected against races with
8931 both buffered writes and page faults.
8932
8933 Signed-off-by: Jan Kara <jack@suse.com>
8934 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
8935
8936 fs/ext4/extents.c | 59 +++++++++++++++++++++++++++++--------------------------
8937 1 file changed, 31 insertions(+), 28 deletions(-)
8938
8939 commit b1ae49aa4dad39233b16456e0765a23ba4e0546c
8940 Author: Jan Kara <jack@suse.com>
8941 Date: Mon Dec 7 14:29:17 2015 -0500
8942
8943 ext4: move unlocked dio protection from ext4_alloc_file_blocks()
8944
8945 Currently ext4_alloc_file_blocks() was handling protection against
8946 unlocked DIO. However we now need to sometimes call it under i_mmap_sem
8947 and sometimes not and DIO protection ranks above it (although strictly
8948 speaking this cannot currently create any deadlocks). Also
8949 ext4_zero_range() was actually getting & releasing unlocked DIO
8950 protection twice in some cases. Luckily it didn't introduce any real bug
8951 but it was a land mine waiting to be stepped on. So move DIO protection
8952 out from ext4_alloc_file_blocks() into the two callsites.
8953
8954 Signed-off-by: Jan Kara <jack@suse.com>
8955 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
8956
8957 fs/ext4/extents.c | 21 ++++++++++-----------
8958 1 file changed, 10 insertions(+), 11 deletions(-)
8959
8960 commit f9329a4ec30a26f0fababf809c5f1a3ef851b625
8961 Author: Jan Kara <jack@suse.com>
8962 Date: Mon Dec 7 14:28:03 2015 -0500
8963
8964 ext4: fix races between page faults and hole punching
8965
8966 Currently, page faults and hole punching are completely unsynchronized.
8967 This can result in page fault faulting in a page into a range that we
8968 are punching after truncate_pagecache_range() has been called and thus
8969 we can end up with a page mapped to disk blocks that will be shortly
8970 freed. Filesystem corruption will shortly follow. Note that the same
8971 race is avoided for truncate by checking page fault offset against
8972 i_size but there isn't similar mechanism available for punching holes.
8973
8974 Fix the problem by creating new rw semaphore i_mmap_sem in inode and
8975 grab it for writing over truncate, hole punching, and other functions
8976 removing blocks from extent tree and for read over page faults. We
8977 cannot easily use i_data_sem for this since that ranks below transaction
8978 start and we need something ranking above it so that it can be held over
8979 the whole truncate / hole punching operation. Also remove various
8980 workarounds we had in the code to reduce race window when page fault
8981 could have created pages with stale mapping information.
8982
8983 Signed-off-by: Jan Kara <jack@suse.com>
8984 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
8985
8986 fs/ext4/ext4.h | 10 +++++++++
8987 fs/ext4/extents.c | 54 ++++++++++++++++++++++++--------------------
8988 fs/ext4/file.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++--------
8989 fs/ext4/inode.c | 36 +++++++++++++++++++++--------
8990 fs/ext4/super.c | 1 +
8991 fs/ext4/truncate.h | 2 ++
8992 6 files changed, 127 insertions(+), 42 deletions(-)
8993
8994 commit 572a615b85c1d5c8aeea4ffd24ab428775a1cca9
8995 Author: Guenter Roeck <linux@roeck-us.net>
8996 Date: Sat Mar 26 12:28:05 2016 -0700
8997
8998 hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiated
8999
9000 arm:pxa_defconfig can result in the following crash if the max1111 driver
9001 is not instantiated.
9002
9003 Unhandled fault: page domain fault (0x01b) at 0x00000000
9004 pgd = c0004000
9005 [00000000] *pgd=00000000
9006 Internal error: : 1b [#1] PREEMPT ARM
9007 Modules linked in:
9008 CPU: 0 PID: 300 Comm: kworker/0:1 Not tainted 4.5.0-01301-g1701f680407c #10
9009 Hardware name: SHARP Akita
9010 Workqueue: events sharpsl_charge_toggle
9011 task: c390a000 ti: c391e000 task.ti: c391e000
9012 PC is at max1111_read_channel+0x20/0x30
9013 LR is at sharpsl_pm_pxa_read_max1111+0x2c/0x3c
9014 pc : [<c03aaab0>] lr : [<c0024b50>] psr: 20000013
9015 ...
9016 [<c03aaab0>] (max1111_read_channel) from [<c0024b50>]
9017 (sharpsl_pm_pxa_read_max1111+0x2c/0x3c)
9018 [<c0024b50>] (sharpsl_pm_pxa_read_max1111) from [<c00262e0>]
9019 (spitzpm_read_devdata+0x5c/0xc4)
9020 [<c00262e0>] (spitzpm_read_devdata) from [<c0024094>]
9021 (sharpsl_check_battery_temp+0x78/0x110)
9022 [<c0024094>] (sharpsl_check_battery_temp) from [<c0024f9c>]
9023 (sharpsl_charge_toggle+0x48/0x110)
9024 [<c0024f9c>] (sharpsl_charge_toggle) from [<c004429c>]
9025 (process_one_work+0x14c/0x48c)
9026 [<c004429c>] (process_one_work) from [<c0044618>] (worker_thread+0x3c/0x5d4)
9027 [<c0044618>] (worker_thread) from [<c004a238>] (kthread+0xd0/0xec)
9028 [<c004a238>] (kthread) from [<c000a670>] (ret_from_fork+0x14/0x24)
9029
9030 This can occur because the SPI controller driver (SPI_PXA2XX) is built as
9031 module and thus not necessarily loaded. While building SPI_PXA2XX into the
9032 kernel would make the problem disappear, it appears prudent to ensure that
9033 the driver is instantiated before accessing its data structures.
9034
9035 Cc: Arnd Bergmann <arnd@arndb.de>
9036 Cc: stable@vger.kernel.org
9037 Signed-off-by: Guenter Roeck <linux@roeck-us.net>
9038
9039 drivers/hwmon/max1111.c | 6 ++++++
9040 1 file changed, 6 insertions(+)
9041
9042 commit f75f1af7a0b4be055855ca5120ee78174f3370f2
9043 Author: Nicolai Stange <nicstange@gmail.com>
9044 Date: Sun Mar 20 23:23:46 2016 +0100
9045
9046 PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
9047
9048 Despite what the DocBook comment to pkcs7_validate_trust() says, the
9049 *_trusted argument is never set to false.
9050
9051 pkcs7_validate_trust() only positively sets *_trusted upon encountering
9052 a trusted PKCS#7 SignedInfo block.
9053
9054 This is quite unfortunate since its callers, system_verify_data() for
9055 example, depend on pkcs7_validate_trust() clearing *_trusted on non-trust.
9056
9057 Indeed, UBSAN splats when attempting to load the uninitialized local
9058 variable 'trusted' from system_verify_data() in pkcs7_validate_trust():
9059
9060 UBSAN: Undefined behaviour in crypto/asymmetric_keys/pkcs7_trust.c:194:14
9061 load of value 82 is not a valid value for type '_Bool'
9062 [...]
9063 Call Trace:
9064 [<ffffffff818c4d35>] dump_stack+0xbc/0x117
9065 [<ffffffff818c4c79>] ? _atomic_dec_and_lock+0x169/0x169
9066 [<ffffffff8194113b>] ubsan_epilogue+0xd/0x4e
9067 [<ffffffff819419fa>] __ubsan_handle_load_invalid_value+0x111/0x158
9068 [<ffffffff819418e9>] ? val_to_string.constprop.12+0xcf/0xcf
9069 [<ffffffff818334a4>] ? x509_request_asymmetric_key+0x114/0x370
9070 [<ffffffff814b83f0>] ? kfree+0x220/0x370
9071 [<ffffffff818312c2>] ? public_key_verify_signature_2+0x32/0x50
9072 [<ffffffff81835e04>] pkcs7_validate_trust+0x524/0x5f0
9073 [<ffffffff813c391a>] system_verify_data+0xca/0x170
9074 [<ffffffff813c3850>] ? top_trace_array+0x9b/0x9b
9075 [<ffffffff81510b29>] ? __vfs_read+0x279/0x3d0
9076 [<ffffffff8129372f>] mod_verify_sig+0x1ff/0x290
9077 [...]
9078
9079 The implication is that pkcs7_validate_trust() effectively grants trust
9080 when it really shouldn't have.
9081
9082 Fix this by explicitly setting *_trusted to false at the very beginning
9083 of pkcs7_validate_trust().
9084
9085 Cc: <stable@vger.kernel.org>
9086 Signed-off-by: Nicolai Stange <nicstange@gmail.com>
9087 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
9088
9089 crypto/asymmetric_keys/pkcs7_trust.c | 2 ++
9090 1 file changed, 2 insertions(+)
9091
9092 commit 1052826f7352ccc98167129b0b83222f45d50046
9093 Author: Florian Westphal <fw@strlen.de>
9094 Date: Tue Mar 22 18:02:49 2016 +0100
9095
9096 netfilter: x_tables: validate e->target_offset early
9097
9098 We should check that e->target_offset is sane before
9099 mark_source_chains gets called since it will fetch the target entry
9100 for loop detection.
9101
9102 Signed-off-by: Florian Westphal <fw@strlen.de>
9103 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
9104
9105 net/ipv4/netfilter/arp_tables.c | 17 ++++++++---------
9106 net/ipv4/netfilter/ip_tables.c | 17 ++++++++---------
9107 net/ipv6/netfilter/ip6_tables.c | 17 ++++++++---------
9108 3 files changed, 24 insertions(+), 27 deletions(-)
9109
9110 commit b35d19509e8dab157214e46dd24314663ccf554f
9111 Author: Florian Westphal <fw@strlen.de>
9112 Date: Tue Mar 22 18:02:50 2016 +0100
9113
9114 netfilter: x_tables: make sure e->next_offset covers remaining blob size
9115
9116 Otherwise this function may read data beyond the ruleset blob.
9117
9118 Signed-off-by: Florian Westphal <fw@strlen.de>
9119 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
9120
9121 net/ipv4/netfilter/arp_tables.c | 6 ++++--
9122 net/ipv4/netfilter/ip_tables.c | 6 ++++--
9123 net/ipv6/netfilter/ip6_tables.c | 6 ++++--
9124 3 files changed, 12 insertions(+), 6 deletions(-)
9125
9126 commit 4d7642ed66b69140733a7b51fcd6d37ce4d4514c
9127 Author: Florian Westphal <fw@strlen.de>
9128 Date: Tue Mar 22 18:02:52 2016 +0100
9129
9130 netfilter: x_tables: fix unconditional helper
9131
9132 Ben Hawkes says:
9133
9134 In the mark_source_chains function (net/ipv4/netfilter/ip_tables.c) it
9135 is possible for a user-supplied ipt_entry structure to have a large
9136 next_offset field. This field is not bounds checked prior to writing a
9137 counter value at the supplied offset.
9138
9139 Problem is that mark_source_chains should not have been called --
9140 the rule doesn't have a next entry, so its supposed to return
9141 an absolute verdict of either ACCEPT or DROP.
9142
9143 However, the function conditional() doesn't work as the name implies.
9144 It only checks that the rule is using wildcard address matching.
9145
9146 However, an unconditional rule must also not be using any matches
9147 (no -m args).
9148
9149 The underflow validator only checked the addresses, therefore
9150 passing the 'unconditional absolute verdict' test, while
9151 mark_source_chains also tested for presence of matches, and thus
9152 proceeeded to the next (not-existent) rule.
9153
9154 Unify this so that all the callers have same idea of 'unconditional rule'.
9155
9156 Reported-by: Ben Hawkes <hawkes@google.com>
9157 Signed-off-by: Florian Westphal <fw@strlen.de>
9158 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
9159
9160 net/ipv4/netfilter/arp_tables.c | 18 +++++++++---------
9161 net/ipv4/netfilter/ip_tables.c | 23 +++++++++++------------
9162 net/ipv6/netfilter/ip6_tables.c | 23 +++++++++++------------
9163 3 files changed, 31 insertions(+), 33 deletions(-)
9164
9165 commit e3e51682563f1453dfc4b9ef88b29af4d1a78e78
9166 Author: Pablo Neira Ayuso <pablo@netfilter.org>
9167 Date: Thu Mar 24 21:29:53 2016 +0100
9168
9169 netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIES
9170
9171 Make sure the table names via getsockopt GET_ENTRIES is nul-terminated
9172 in ebtables and all the x_tables variants and their respective compat
9173 code. Uncovered by KASAN.
9174
9175 Reported-by: Baozeng Ding <sploving1@gmail.com>
9176 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
9177
9178 net/bridge/netfilter/ebtables.c | 4 ++++
9179 net/ipv4/netfilter/arp_tables.c | 2 ++
9180 net/ipv4/netfilter/ip_tables.c | 2 ++
9181 net/ipv6/netfilter/ip6_tables.c | 2 ++
9182 4 files changed, 10 insertions(+)
9183
9184 commit 7742471b674597627f8f608f6a89c6e5bbd6533d
9185 Author: Nicolai Stange <nicstange@gmail.com>
9186 Date: Fri Mar 25 14:22:14 2016 -0700
9187
9188 mm/filemap: generic_file_read_iter(): check for zero reads unconditionally
9189
9190 If
9191 - generic_file_read_iter() gets called with a zero read length,
9192 - the read offset is at a page boundary,
9193 - IOCB_DIRECT is not set
9194 - and the page in question hasn't made it into the page cache yet,
9195 then do_generic_file_read() will trigger a readahead with a req_size hint
9196 of zero.
9197
9198 Since roundup_pow_of_two(0) is undefined, UBSAN reports
9199
9200 UBSAN: Undefined behaviour in include/linux/log2.h:63:13
9201 shift exponent 64 is too large for 64-bit type 'long unsigned int'
9202 CPU: 3 PID: 1017 Comm: sa1 Tainted: G L 4.5.0-next-20160318+ #14
9203 [...]
9204 Call Trace:
9205 [...]
9206 [<ffffffff813ef61a>] ondemand_readahead+0x3aa/0x3d0
9207 [<ffffffff813ef61a>] ? ondemand_readahead+0x3aa/0x3d0
9208 [<ffffffff813c73bd>] ? find_get_entry+0x2d/0x210
9209 [<ffffffff813ef9c3>] page_cache_sync_readahead+0x63/0xa0
9210 [<ffffffff813cc04d>] do_generic_file_read+0x80d/0xf90
9211 [<ffffffff813cc955>] generic_file_read_iter+0x185/0x420
9212 [...]
9213 [<ffffffff81510b06>] __vfs_read+0x256/0x3d0
9214 [...]
9215
9216 when get_init_ra_size() gets called from ondemand_readahead().
9217
9218 The net effect is that the initial readahead size is arch dependent for
9219 requested read lengths of zero: for example, since
9220
9221 1UL << (sizeof(unsigned long) * 8)
9222
9223 evaluates to 1 on x86 while its result is 0 on ARMv7, the initial readahead
9224 size becomes 4 on the former and 0 on the latter.
9225
9226 What's more, whether or not the file access timestamp is updated for zero
9227 length reads is decided differently for the two cases of IOCB_DIRECT
9228 being set or cleared: in the first case, generic_file_read_iter()
9229 explicitly skips updating that timestamp while in the latter case, it is
9230 always updated through the call to do_generic_file_read().
9231
9232 According to POSIX, zero length reads "do not modify the last data access
9233 timestamp" and thus, the IOCB_DIRECT behaviour is POSIXly correct.
9234
9235 Let generic_file_read_iter() unconditionally check the requested read
9236 length at its entry and return immediately with success if it is zero.
9237
9238 Signed-off-by: Nicolai Stange <nicstange@gmail.com>
9239 Cc: Al Viro <viro@zeniv.linux.org.uk>
9240 Reviewed-by: Jan Kara <jack@suse.cz>
9241 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
9242 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9243
9244 mm/filemap.c | 7 ++++---
9245 1 file changed, 4 insertions(+), 3 deletions(-)
9246
9247 commit 604785419da498d7e876a0191b2e11626db706bb
9248 Author: Oliver Neukum <oneukum@suse.com>
9249 Date: Thu Mar 17 14:00:17 2016 -0700
9250
9251 Input: ims-pcu - sanity check against missing interfaces
9252
9253 A malicious device missing interface can make the driver oops.
9254 Add sanity checking.
9255
9256 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
9257 CC: stable@vger.kernel.org
9258 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
9259
9260 drivers/input/misc/ims-pcu.c | 4 ++++
9261 1 file changed, 4 insertions(+)
9262
9263 commit 24c3f4f6652f07eb2c3deea1488ff4de00592e80
9264 Author: Vladis Dronov <vdronov@redhat.com>
9265 Date: Wed Mar 23 11:53:46 2016 -0700
9266
9267 Input: ati_remote2 - fix crashes on detecting device with invalid descriptor
9268
9269 The ati_remote2 driver expects at least two interfaces with one
9270 endpoint each. If given malicious descriptor that specify one
9271 interface or no endpoints, it will crash in the probe function.
9272 Ensure there is at least two interfaces and one endpoint for each
9273 interface before using it.
9274
9275 The full disclosure: http://seclists.org/bugtraq/2016/Mar/90
9276
9277 Reported-by: Ralf Spenneberg <ralf@spenneberg.net>
9278 Signed-off-by: Vladis Dronov <vdronov@redhat.com>
9279 Cc: stable@vger.kernel.org
9280 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
9281
9282 drivers/input/misc/ati_remote2.c | 36 ++++++++++++++++++++++++++++++------
9283 1 file changed, 30 insertions(+), 6 deletions(-)
9284
9285 commit 262df604d00e72a4b930fbf7fe3a770f0196a5a5
9286 Author: Oliver Neukum <oneukum@suse.com>
9287 Date: Wed Mar 23 14:36:56 2016 -0700
9288
9289 Input: sur40 - fix DMA on stack
9290
9291 During the initialisation the driver uses a buffer on the stack for DMA.
9292 That violates the cache coherency rules. The fix is to allocate the buffer
9293 with kmalloc().
9294
9295 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
9296 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
9297
9298 drivers/input/touchscreen/sur40.c | 21 ++++++++++++++-------
9299 1 file changed, 14 insertions(+), 7 deletions(-)
9300
9301 commit 015dd03669b2ab646723f6b123377e4ef5694a10
9302 Author: Haiyang Zhang <haiyangz@microsoft.com>
9303 Date: Wed Mar 23 09:43:10 2016 -0700
9304
9305 hv_netvsc: Fix the array sizes to be max supported channels
9306
9307 The VRSS_CHANNEL_MAX is the max number of channels supported by Hyper-V
9308 hosts. We use it for the related array sizes instead of using NR_CPUS,
9309 which may be set to several thousands.
9310 This patch reduces possible memory allocation failures.
9311
9312 Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
9313 Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
9314 Signed-off-by: David S. Miller <davem@davemloft.net>
9315
9316 drivers/net/hyperv/hyperv_net.h | 7 ++++---
9317 drivers/net/hyperv/rndis_filter.c | 4 ++--
9318 2 files changed, 6 insertions(+), 5 deletions(-)
9319
9320 commit a850a78d6393ef22a970266cbbefdf3dba0267b5
9321 Author: Haiyang Zhang <haiyangz@microsoft.com>
9322 Date: Wed Mar 23 09:43:09 2016 -0700
9323
9324 hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()
9325
9326 struct netvsc_device is freed in rndis_filter_device_remove(). So we save
9327 the nvdev->num_chn into a temp variable for later usage.
9328
9329 (Please also include this patch into stable branch.)
9330
9331 Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
9332 Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
9333 Signed-off-by: David S. Miller <davem@davemloft.net>
9334
9335 drivers/net/hyperv/netvsc_drv.c | 5 ++++-
9336 1 file changed, 4 insertions(+), 1 deletion(-)
9337
9338 commit 7409626e43fe871cede30ac926425938f3ccddaf
9339 Author: Guillaume Nault <g.nault@alphalink.fr>
9340 Date: Wed Mar 23 16:38:55 2016 +0100
9341
9342 ppp: take reference on channels netns
9343
9344 Let channels hold a reference on their network namespace.
9345 Some channel types, like ppp_async and ppp_synctty, can have their
9346 userspace controller running in a different namespace. Therefore they
9347 can't rely on them to preclude their netns from being removed from
9348 under them.
9349
9350 ==================================================================
9351 BUG: KASAN: use-after-free in ppp_unregister_channel+0x372/0x3a0 at
9352 addr ffff880064e217e0
9353 Read of size 8 by task syz-executor/11581
9354 =============================================================================
9355 BUG net_namespace (Not tainted): kasan: bad access detected
9356 -----------------------------------------------------------------------------
9357
9358 Disabling lock debugging due to kernel taint
9359 INFO: Allocated in copy_net_ns+0x6b/0x1a0 age=92569 cpu=3 pid=6906
9360 [< none >] ___slab_alloc+0x4c7/0x500 kernel/mm/slub.c:2440
9361 [< none >] __slab_alloc+0x4c/0x90 kernel/mm/slub.c:2469
9362 [< inline >] slab_alloc_node kernel/mm/slub.c:2532
9363 [< inline >] slab_alloc kernel/mm/slub.c:2574
9364 [< none >] kmem_cache_alloc+0x23a/0x2b0 kernel/mm/slub.c:2579
9365 [< inline >] kmem_cache_zalloc kernel/include/linux/slab.h:597
9366 [< inline >] net_alloc kernel/net/core/net_namespace.c:325
9367 [< none >] copy_net_ns+0x6b/0x1a0 kernel/net/core/net_namespace.c:360
9368 [< none >] create_new_namespaces+0x2f6/0x610 kernel/kernel/nsproxy.c:95
9369 [< none >] copy_namespaces+0x297/0x320 kernel/kernel/nsproxy.c:150
9370 [< none >] copy_process.part.35+0x1bf4/0x5760 kernel/kernel/fork.c:1451
9371 [< inline >] copy_process kernel/kernel/fork.c:1274
9372 [< none >] _do_fork+0x1bc/0xcb0 kernel/kernel/fork.c:1723
9373 [< inline >] SYSC_clone kernel/kernel/fork.c:1832
9374 [< none >] SyS_clone+0x37/0x50 kernel/kernel/fork.c:1826
9375 [< none >] entry_SYSCALL_64_fastpath+0x16/0x7a kernel/arch/x86/entry/entry_64.S:185
9376
9377 INFO: Freed in net_drop_ns+0x67/0x80 age=575 cpu=2 pid=2631
9378 [< none >] __slab_free+0x1fc/0x320 kernel/mm/slub.c:2650
9379 [< inline >] slab_free kernel/mm/slub.c:2805
9380 [< none >] kmem_cache_free+0x2a0/0x330 kernel/mm/slub.c:2814
9381 [< inline >] net_free kernel/net/core/net_namespace.c:341
9382 [< none >] net_drop_ns+0x67/0x80 kernel/net/core/net_namespace.c:348
9383 [< none >] cleanup_net+0x4e5/0x600 kernel/net/core/net_namespace.c:448
9384 [< none >] process_one_work+0x794/0x1440 kernel/kernel/workqueue.c:2036
9385 [< none >] worker_thread+0xdb/0xfc0 kernel/kernel/workqueue.c:2170
9386 [< none >] kthread+0x23f/0x2d0 kernel/drivers/block/aoe/aoecmd.c:1303
9387 [< none >] ret_from_fork+0x3f/0x70 kernel/arch/x86/entry/entry_64.S:468
9388 INFO: Slab 0xffffea0001938800 objects=3 used=0 fp=0xffff880064e20000
9389 flags=0x5fffc0000004080
9390 INFO: Object 0xffff880064e20000 @offset=0 fp=0xffff880064e24200
9391
9392 CPU: 1 PID: 11581 Comm: syz-executor Tainted: G B 4.4.0+
9393 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS
9394 rel-1.8.2-0-g33fbe13 by qemu-project.org 04/01/2014
9395 00000000ffffffff ffff8800662c7790 ffffffff8292049d ffff88003e36a300
9396 ffff880064e20000 ffff880064e20000 ffff8800662c77c0 ffffffff816f2054
9397 ffff88003e36a300 ffffea0001938800 ffff880064e20000 0000000000000000
9398 Call Trace:
9399 [< inline >] __dump_stack kernel/lib/dump_stack.c:15
9400 [<ffffffff8292049d>] dump_stack+0x6f/0xa2 kernel/lib/dump_stack.c:50
9401 [<ffffffff816f2054>] print_trailer+0xf4/0x150 kernel/mm/slub.c:654
9402 [<ffffffff816f875f>] object_err+0x2f/0x40 kernel/mm/slub.c:661
9403 [< inline >] print_address_description kernel/mm/kasan/report.c:138
9404 [<ffffffff816fb0c5>] kasan_report_error+0x215/0x530 kernel/mm/kasan/report.c:236
9405 [< inline >] kasan_report kernel/mm/kasan/report.c:259
9406 [<ffffffff816fb4de>] __asan_report_load8_noabort+0x3e/0x40 kernel/mm/kasan/report.c:280
9407 [< inline >] ? ppp_pernet kernel/include/linux/compiler.h:218
9408 [<ffffffff83ad71b2>] ? ppp_unregister_channel+0x372/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
9409 [< inline >] ppp_pernet kernel/include/linux/compiler.h:218
9410 [<ffffffff83ad71b2>] ppp_unregister_channel+0x372/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
9411 [< inline >] ? ppp_pernet kernel/drivers/net/ppp/ppp_generic.c:293
9412 [<ffffffff83ad6f26>] ? ppp_unregister_channel+0xe6/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
9413 [<ffffffff83ae18f3>] ppp_asynctty_close+0xa3/0x130 kernel/drivers/net/ppp/ppp_async.c:241
9414 [<ffffffff83ae1850>] ? async_lcp_peek+0x5b0/0x5b0 kernel/drivers/net/ppp/ppp_async.c:1000
9415 [<ffffffff82c33239>] tty_ldisc_close.isra.1+0x99/0xe0 kernel/drivers/tty/tty_ldisc.c:478
9416 [<ffffffff82c332c0>] tty_ldisc_kill+0x40/0x170 kernel/drivers/tty/tty_ldisc.c:744
9417 [<ffffffff82c34943>] tty_ldisc_release+0x1b3/0x260 kernel/drivers/tty/tty_ldisc.c:772
9418 [<ffffffff82c1ef21>] tty_release+0xac1/0x13e0 kernel/drivers/tty/tty_io.c:1901
9419 [<ffffffff82c1e460>] ? release_tty+0x320/0x320 kernel/drivers/tty/tty_io.c:1688
9420 [<ffffffff8174de36>] __fput+0x236/0x780 kernel/fs/file_table.c:208
9421 [<ffffffff8174e405>] ____fput+0x15/0x20 kernel/fs/file_table.c:244
9422 [<ffffffff813595ab>] task_work_run+0x16b/0x200 kernel/kernel/task_work.c:115
9423 [< inline >] exit_task_work kernel/include/linux/task_work.h:21
9424 [<ffffffff81307105>] do_exit+0x8b5/0x2c60 kernel/kernel/exit.c:750
9425 [<ffffffff813fdd20>] ? debug_check_no_locks_freed+0x290/0x290 kernel/kernel/locking/lockdep.c:4123
9426 [<ffffffff81306850>] ? mm_update_next_owner+0x6f0/0x6f0 kernel/kernel/exit.c:357
9427 [<ffffffff813215e6>] ? __dequeue_signal+0x136/0x470 kernel/kernel/signal.c:550
9428 [<ffffffff8132067b>] ? recalc_sigpending_tsk+0x13b/0x180 kernel/kernel/signal.c:145
9429 [<ffffffff81309628>] do_group_exit+0x108/0x330 kernel/kernel/exit.c:880
9430 [<ffffffff8132b9d4>] get_signal+0x5e4/0x14f0 kernel/kernel/signal.c:2307
9431 [< inline >] ? kretprobe_table_lock kernel/kernel/kprobes.c:1113
9432 [<ffffffff8151d355>] ? kprobe_flush_task+0xb5/0x450 kernel/kernel/kprobes.c:1158
9433 [<ffffffff8115f7d3>] do_signal+0x83/0x1c90 kernel/arch/x86/kernel/signal.c:712
9434 [<ffffffff8151d2a0>] ? recycle_rp_inst+0x310/0x310 kernel/include/linux/list.h:655
9435 [<ffffffff8115f750>] ? setup_sigcontext+0x780/0x780 kernel/arch/x86/kernel/signal.c:165
9436 [<ffffffff81380864>] ? finish_task_switch+0x424/0x5f0 kernel/kernel/sched/core.c:2692
9437 [< inline >] ? finish_lock_switch kernel/kernel/sched/sched.h:1099
9438 [<ffffffff81380560>] ? finish_task_switch+0x120/0x5f0 kernel/kernel/sched/core.c:2678
9439 [< inline >] ? context_switch kernel/kernel/sched/core.c:2807
9440 [<ffffffff85d794e9>] ? __schedule+0x919/0x1bd0 kernel/kernel/sched/core.c:3283
9441 [<ffffffff81003901>] exit_to_usermode_loop+0xf1/0x1a0 kernel/arch/x86/entry/common.c:247
9442 [< inline >] prepare_exit_to_usermode kernel/arch/x86/entry/common.c:282
9443 [<ffffffff810062ef>] syscall_return_slowpath+0x19f/0x210 kernel/arch/x86/entry/common.c:344
9444 [<ffffffff85d88022>] int_ret_from_sys_call+0x25/0x9f kernel/arch/x86/entry/entry_64.S:281
9445 Memory state around the buggy address:
9446 ffff880064e21680: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
9447 ffff880064e21700: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
9448 >ffff880064e21780: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
9449 ^
9450 ffff880064e21800: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
9451 ffff880064e21880: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
9452 ==================================================================
9453
9454 Fixes: 273ec51dd7ce ("net: ppp_generic - introduce net-namespace functionality v2")
9455 Reported-by: Baozeng Ding <sploving1@gmail.com>
9456 Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
9457 Reviewed-by: Cyrill Gorcunov <gorcunov@openvz.org>
9458 Signed-off-by: David S. Miller <davem@davemloft.net>
9459
9460 drivers/net/ppp/ppp_generic.c | 4 +++-
9461 1 file changed, 3 insertions(+), 1 deletion(-)
9462
9463 commit bfb890c1ac9d29b377f6bec4a5aab51d053114c4
9464 Author: Herbert Xu <herbert@gondor.apana.org.au>
9465 Date: Wed Mar 16 17:06:01 2016 +0800
9466
9467 eCryptfs: Use skcipher and shash
9468
9469 eCryptfs: Fix null pointer dereference on kzalloc error path
9470
9471 The conversion to skcipher and shash added a couple of null pointer
9472 dereference bugs on the kzalloc failure path. This patch fixes them.
9473
9474 Fixes: 3095e8e366b4 ("eCryptfs: Use skcipher and shash")
9475 Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
9476 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
9477
9478 fs/ecryptfs/keystore.c | 6 ++----
9479 1 file changed, 2 insertions(+), 4 deletions(-)
9480
9481 commit 58a8421ae537e0609c4ff59bf6b11be869a43cc6
9482 Author: Boris BREZILLON <boris.brezillon@free-electrons.com>
9483 Date: Thu Mar 17 10:21:34 2016 +0100
9484
9485 crypto: marvell/cesa - fix memory leak
9486
9487 Crypto requests are not guaranteed to be finalized (->final() call),
9488 and can be freed at any moment, without getting any notification from
9489 the core. This can lead to memory leaks of the ->cache buffer.
9490
9491 Make this buffer part of the request object, and allocate an extra buffer
9492 from the DMA cache pool when doing DMA operations.
9493
9494 As a side effect, this patch also fixes another bug related to cache
9495 allocation and DMA operations. When the core allocates a new request and
9496 import an existing state, a cache buffer can be allocated (depending
9497 on the state). The problem is, at that very moment, we don't know yet
9498 whether the request will use DMA or not, and since everything is
9499 likely to be initialized to zero, mv_cesa_ahash_alloc_cache() thinks it
9500 should allocate a buffer for standard operation. But when
9501 mv_cesa_ahash_free_cache() is called, req->type has been set to
9502 CESA_DMA_REQ in the meantime, thus leading to an invalind dma_pool_free()
9503 call (the buffer passed in argument has not been allocated from the pool).
9504
9505 Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
9506 Reported-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
9507 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
9508
9509 drivers/crypto/marvell/cesa.h | 3 +-
9510 drivers/crypto/marvell/hash.c | 86 +++++++++----------------------------------
9511 2 files changed, 20 insertions(+), 69 deletions(-)
9512
9513 commit 1ec604f99895b9c37f26a692ff83a7da02d667fd
9514 Author: Boris BREZILLON <boris.brezillon@free-electrons.com>
9515 Date: Thu Mar 17 10:21:35 2016 +0100
9516
9517 crypto: marvell/cesa - initialize hash states
9518
9519 ->export() might be called before we have done an update operation,
9520 and in this case the ->state field is left uninitialized.
9521 Put the correct default value when initializing the request.
9522
9523 Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
9524 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
9525
9526 drivers/crypto/marvell/hash.c | 20 ++++++++++++++++++++
9527 1 file changed, 20 insertions(+)
9528
9529 commit 23879f055d23e82c2f78cceca22c33e631973977
9530 Author: David S. Miller <davem@davemloft.net>
9531 Date: Sun Mar 13 23:28:00 2016 -0400
9532
9533 ipv4: Don't do expensive useless work during inetdev destroy.
9534
9535 When an inetdev is destroyed, every address assigned to the interface
9536 is removed. And in this scenerio we do two pointless things which can
9537 be very expensive if the number of assigned interfaces is large:
9538
9539 1) Address promotion. We are deleting all addresses, so there is no
9540 point in doing this.
9541
9542 2) A full nf conntrack table purge for every address. We only need to
9543 do this once, as is already caught by the existing
9544 masq_dev_notifier so masq_inet_event() can skip this.
9545
9546 Reported-by: Solar Designer <solar@openwall.com>
9547 Signed-off-by: David S. Miller <davem@davemloft.net>
9548 Tested-by: Cyrill Gorcunov <gorcunov@openvz.org>
9549
9550 net/ipv4/devinet.c | 4 ++++
9551 net/ipv4/fib_frontend.c | 4 ++++
9552 net/ipv4/netfilter/nf_nat_masquerade_ipv4.c | 12 ++++++++++--
9553 3 files changed, 18 insertions(+), 2 deletions(-)
9554
9555 commit 60394231e840e884024592a76a6c5612433d3756
9556 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
9557 Date: Tue Mar 8 10:34:28 2016 -0300
9558
9559 sctp: fix copying more bytes than expected in sctp_add_bind_addr
9560
9561 Dmitry reported that sctp_add_bind_addr may read more bytes than
9562 expected in case the parameter is a IPv4 addr supplied by the user
9563 through calls such as sctp_bindx_add(), because it always copies
9564 sizeof(union sctp_addr) while the buffer may be just a struct
9565 sockaddr_in, which is smaller.
9566
9567 This patch then fixes it by limiting the memcpy to the min between the
9568 union size and a (new parameter) provided addr size. Where possible this
9569 parameter still is the size of that union, except for reading from
9570 user-provided buffers, which then it accounts for protocol type.
9571
9572 Reported-by: Dmitry Vyukov <dvyukov@google.com>
9573 Tested-by: Dmitry Vyukov <dvyukov@google.com>
9574 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
9575 Signed-off-by: David S. Miller <davem@davemloft.net>
9576
9577 include/net/sctp/structs.h | 2 +-
9578 net/sctp/bind_addr.c | 14 ++++++++------
9579 net/sctp/protocol.c | 1 +
9580 net/sctp/sm_make_chunk.c | 3 ++-
9581 net/sctp/socket.c | 4 +++-
9582 5 files changed, 15 insertions(+), 9 deletions(-)
9583
9584 commit 9831caa50e1453818c5ec618890291f028b7992f
9585 Author: Brad Spengler <spender@grsecurity.net>
9586 Date: Mon Mar 28 19:20:28 2016 -0400
9587
9588 Also allow /bin/false as needed by systemd
9589
9590 kernel/kmod.c | 2 +-
9591 1 file changed, 1 insertion(+), 1 deletion(-)
9592
9593 commit bb38a61b496a3f09f4d7b93d2f0fe15476918147
9594 Author: Brad Spengler <spender@grsecurity.net>
9595 Date: Tue Mar 22 16:59:43 2016 -0400
9596
9597 Fix size_overflow FP reported by marcan at:
9598 https://forums.grsecurity.net/viewtopic.php?f=3&t=4426
9599
9600 net/ipv6/xfrm6_mode_transport.c | 2 +-
9601 1 file changed, 1 insertion(+), 1 deletion(-)
9602
9603 commit 523a36a9c845da3051e58c6767c2e1a0f640998a
9604 Merge: 0d0ec9e c0b77a7
9605 Author: Brad Spengler <spender@grsecurity.net>
9606 Date: Wed Mar 16 20:20:40 2016 -0400
9607
9608 Merge branch 'pax-test' into grsec-test
9609
9610 commit c0b77a7cb578199f0b7dc90768a13ca6c044aba9
9611 Merge: 10d57c1 0d19123
9612 Author: Brad Spengler <spender@grsecurity.net>
9613 Date: Wed Mar 16 20:20:27 2016 -0400
9614
9615 Merge branch 'linux-4.4.y' into pax-test
9616
9617 commit 0d0ec9ee83144ab839710a01cfd746bd78257394
9618 Author: Brad Spengler <spender@grsecurity.net>
9619 Date: Mon Mar 14 20:15:47 2016 -0400
9620
9621 Invert logic to clean up code
9622
9623 fs/namei.c | 32 +++++++-------------------------
9624 grsecurity/grsec_chroot.c | 10 +++++-----
9625 2 files changed, 12 insertions(+), 30 deletions(-)
9626
9627 commit 39e0e623c84863af7b3ace759b583ff938fde2b7
9628 Author: Brad Spengler <spender@grsecurity.net>
9629 Date: Mon Mar 14 19:59:36 2016 -0400
9630
9631 compile fix
9632
9633 fs/namei.c | 5 ++---
9634 1 file changed, 2 insertions(+), 3 deletions(-)
9635
9636 commit 2b3ad8bc095fea829275b7fcc7e5671677b8ed33
9637 Author: Brad Spengler <spender@grsecurity.net>
9638 Date: Mon Mar 14 19:57:53 2016 -0400
9639
9640 Also handle renames
9641
9642 fs/namei.c | 9 +++++++++
9643 1 file changed, 9 insertions(+)
9644
9645 commit 54dfd13b19743d4a340de0cd5683b5bde44e7d9c
9646 Author: Brad Spengler <spender@grsecurity.net>
9647 Date: Mon Mar 14 19:45:56 2016 -0400
9648
9649 Add additional check to cover lookup family of functions
9650
9651 fs/namei.c | 9 +++++++++
9652 1 file changed, 9 insertions(+)
9653
9654 commit c3df846baa7873fb99401136f220676b87452918
9655 Author: Brad Spengler <spender@grsecurity.net>
9656 Date: Mon Mar 14 18:42:37 2016 -0400
9657
9658 compile fix
9659
9660 fs/namei.c | 2 +-
9661 1 file changed, 1 insertion(+), 1 deletion(-)
9662
9663 commit 384ea9c0ef9df4298dfa3a71948c08e70f1092bf
9664 Author: Brad Spengler <spender@grsecurity.net>
9665 Date: Mon Mar 14 18:34:40 2016 -0400
9666
9667 Fix recent chroot check on the create side, as reported by
9668 Toralf Foerster
9669
9670 fs/namei.c | 26 ++++++++++++++++----------
9671 1 file changed, 16 insertions(+), 10 deletions(-)
9672
9673 commit 82e7dc61a626c47887d392ff9cd35b104f01fd25
9674 Author: Paolo Bonzini <pbonzini@redhat.com>
9675 Date: Tue Mar 8 12:13:39 2016 +0100
9676
9677 KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
9678
9679 Yes, all of these are needed. :) This is admittedly a bit odd, but
9680 kvm-unit-tests access.flat tests this if you run it with "-cpu host"
9681 and of course ept=0.
9682
9683 KVM runs the guest with CR0.WP=1, so it must handle supervisor writes
9684 specially when pte.u=1/pte.w=0/CR0.WP=0. Such writes cause a fault
9685 when U=1 and W=0 in the SPTE, but they must succeed because CR0.WP=0.
9686 When KVM gets the fault, it sets U=0 and W=1 in the shadow PTE and
9687 restarts execution. This will still cause a user write to fault, while
9688 supervisor writes will succeed. User reads will fault spuriously now,
9689 and KVM will then flip U and W again in the SPTE (U=1, W=0). User reads
9690 will be enabled and supervisor writes disabled, going back to the
9691 originary situation where supervisor writes fault spuriously.
9692
9693 When SMEP is in effect, however, U=0 will enable kernel execution of
9694 this page. To avoid this, KVM also sets NX=1 in the shadow PTE together
9695 with U=0. If the guest has not enabled NX, the result is a continuous
9696 stream of page faults due to the NX bit being reserved.
9697
9698 The fix is to force EFER.NX=1 even if the CPU is taking care of the EFER
9699 switch. (All machines with SMEP have the CPU_LOAD_IA32_EFER vm-entry
9700 control, so they do not use user-return notifiers for EFER---if they did,
9701 EFER.NX would be forced to the same value as the host).
9702
9703 There is another bug in the reserved bit check, which I've split to a
9704 separate patch for easier application to stable kernels.
9705
9706 Cc: stable@vger.kernel.org
9707 Cc: Andy Lutomirski <luto@amacapital.net>
9708 Reviewed-by: Xiao Guangrong <guangrong.xiao@linux.intel.com>
9709 Fixes: f6577a5fa15d82217ca73c74cd2dcbc0f6c781dd
9710 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
9711
9712 Documentation/virtual/kvm/mmu.txt | 3 ++-
9713 arch/x86/kvm/vmx.c | 36 +++++++++++++++++++++++-------------
9714 2 files changed, 25 insertions(+), 14 deletions(-)
9715
9716 commit 802a88e57b141e9643e93afb7805813ad8da22f3
9717 Author: Paolo Bonzini <pbonzini@redhat.com>
9718 Date: Wed Mar 9 14:28:02 2016 +0100
9719
9720 KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
9721
9722 KVM has special logic to handle pages with pte.u=1 and pte.w=0 when
9723 CR0.WP=1. These pages' SPTEs flip continuously between two states:
9724 U=1/W=0 (user and supervisor reads allowed, supervisor writes not allowed)
9725 and U=0/W=1 (supervisor reads and writes allowed, user writes not allowed).
9726
9727 When SMEP is in effect, however, U=0 will enable kernel execution of
9728 this page. To avoid this, KVM also sets NX=1 in the shadow PTE together
9729 with U=0, making the two states U=1/W=0/NX=gpte.NX and U=0/W=1/NX=1.
9730 When guest EFER has the NX bit cleared, the reserved bit check thinks
9731 that the latter state is invalid; teach it that the smep_andnot_wp case
9732 will also use the NX bit of SPTEs.
9733
9734 Cc: stable@vger.kernel.org
9735 Reviewed-by: Xiao Guangrong <guangrong.xiao@linux.inel.com>
9736 Fixes: c258b62b264fdc469b6d3610a907708068145e3b
9737 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
9738
9739 arch/x86/kvm/mmu.c | 4 +++-
9740 1 file changed, 3 insertions(+), 1 deletion(-)
9741
9742 commit 3925851224428c1d2bca32cf33821befb947c4f3
9743 Author: Ming Lei <ming.lei@canonical.com>
9744 Date: Sat Mar 12 22:56:19 2016 +0800
9745
9746 block: don't optimize for non-cloned bio in bio_get_last_bvec()
9747
9748 For !BIO_CLONED bio, we can use .bi_vcnt safely, but it
9749 doesn't mean we can just simply return .bi_io_vec[.bi_vcnt - 1]
9750 because the start postion may have been moved in the middle of
9751 the bvec, such as splitting in the middle of bvec.
9752
9753 Fixes: 7bcd79ac50d9(block: bio: introduce helpers to get the 1st and last bvec)
9754 Cc: stable@vger.kernel.org
9755 Reported-by: Kent Overstreet <kent.overstreet@gmail.com>
9756 Signed-off-by: Ming Lei <ming.lei@canonical.com>
9757 Signed-off-by: Jens Axboe <axboe@fb.com>
9758
9759 include/linux/bio.h | 5 -----
9760 1 file changed, 5 deletions(-)
9761
9762 commit db541463b4a0926bebdbac743c8736fb9e903d58
9763 Author: Borislav Petkov <bp@alien8.de>
9764 Date: Fri Mar 11 12:32:06 2016 +0100
9765
9766 x86/fpu: Fix eager-FPU handling on legacy FPU machines
9767
9768 i486 derived cores like Intel Quark support only the very old,
9769 legacy x87 FPU (FSAVE/FRSTOR, CPUID bit FXSR is not set), and
9770 our FPU code wasn't handling the saving and restoring there
9771 properly in the 'eagerfpu' case.
9772
9773 So after we made eagerfpu the default for all CPU types:
9774
9775 58122bf1d856 x86/fpu: Default eagerfpu=on on all CPUs
9776
9777 these old FPU designs broke. First, Andy Shevchenko reported a splat:
9778
9779 WARNING: CPU: 0 PID: 823 at arch/x86/include/asm/fpu/internal.h:163 fpu__clear+0x8c/0x160
9780
9781 which was us trying to execute FXRSTOR on those machines even though
9782 they don't support it.
9783
9784 After taking care of that, Bryan O'Donoghue reported that a simple FPU
9785 test still failed because we weren't initializing the FPU state properly
9786 on those machines.
9787
9788 Take care of all that.
9789
9790 Reported-and-tested-by: Bryan O'Donoghue <pure.logic@nexus-software.ie>
9791 Reported-by: Andy Shevchenko <andy.shevchenko@gmail.com>
9792 Signed-off-by: Borislav Petkov <bp@suse.de>
9793 Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
9794 Cc: Andrew Morton <akpm@linux-foundation.org>
9795 Cc: Andy Lutomirski <luto@amacapital.net>
9796 Cc: Borislav Petkov <bp@alien8.de>
9797 Cc: Brian Gerst <brgerst@gmail.com>
9798 Cc: Dave Hansen <dave.hansen@linux.intel.com>
9799 Cc: Denys Vlasenko <dvlasenk@redhat.com>
9800 Cc: Fenghua Yu <fenghua.yu@intel.com>
9801 Cc: H. Peter Anvin <hpa@zytor.com>
9802 Cc: Oleg Nesterov <oleg@redhat.com>
9803 Cc: Peter Zijlstra <peterz@infradead.org>
9804 Cc: Quentin Casasnovas <quentin.casasnovas@oracle.com>
9805 Cc: Thomas Gleixner <tglx@linutronix.de>
9806 Cc: Yu-cheng <yu-cheng.yu@intel.com>
9807 Link: http://lkml.kernel.org/r/20160311113206.GD4312@pd.tnic
9808 Signed-off-by: Ingo Molnar <mingo@kernel.org>
9809
9810 arch/x86/kernel/fpu/core.c | 4 +++-
9811 arch/x86/kernel/fpu/init.c | 2 +-
9812 2 files changed, 4 insertions(+), 2 deletions(-)
9813
9814 commit 8fed14e935cb62d2d46e99793d728dc7760dcc87
9815 Author: Brad Spengler <spender@grsecurity.net>
9816 Date: Sun Mar 13 11:35:56 2016 -0400
9817
9818 Compile fixes
9819
9820 fs/namei.c | 2 +-
9821 grsecurity/grsec_chroot.c | 2 +-
9822 include/linux/grsecurity.h | 2 +-
9823 3 files changed, 3 insertions(+), 3 deletions(-)
9824
9825 commit aab25a3496c4683c5858056960010119fb7d9a5a
9826 Author: Brad Spengler <spender@grsecurity.net>
9827 Date: Sun Mar 13 10:53:59 2016 -0400
9828
9829 Use fput instead of put_filp()
9830
9831 fs/namei.c | 4 ++--
9832 1 file changed, 2 insertions(+), 2 deletions(-)
9833
9834 commit 928ddec9dfe5415dff82d941c3b3e76ee6f48761
9835 Author: Brad Spengler <spender@grsecurity.net>
9836 Date: Sun Mar 13 10:30:54 2016 -0400
9837
9838 Update MPROTECT_COMPAT config description, disable by default
9839
9840 security/Kconfig | 18 ++++++------------
9841 1 file changed, 6 insertions(+), 12 deletions(-)
9842
9843 commit 4cc29af2e81e7a4bdfab1afedfdedca6e23362d5
9844 Author: Brad Spengler <spender@grsecurity.net>
9845 Date: Sun Mar 13 10:35:55 2016 -0400
9846
9847 As reported by Jann Horn, chroot scenarios where the chrooting application
9848 brings in a directory fd can be used to access any file outside of the chroot
9849 via *at syscalls. To maintain compatibility with Chromium and other apps,
9850 we specifically only disallow relative accesses off a directory fd when the
9851 final path is not located under that directory described by the fd and exists
9852 outside of the chroot. This additional restriction will exist under the
9853 current GRKERNSEC_CHROOT_FCHDIR option.
9854
9855 fs/namei.c | 9 +++++++++
9856 grsecurity/Kconfig | 10 ++++++----
9857 grsecurity/grsec_chroot.c | 39 +++++++++++++++++++++++++++++++++++++++
9858 include/linux/grmsg.h | 1 +
9859 include/linux/grsecurity.h | 1 +
9860 5 files changed, 56 insertions(+), 4 deletions(-)
9861
9862 commit 7d02a991213f0b07a3677dcc93cdafc3ac309142
9863 Author: Brad Spengler <spender@grsecurity.net>
9864 Date: Thu Mar 10 22:17:16 2016 -0500
9865
9866 Update size_overflow hash table
9867
9868 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 +
9869 1 file changed, 1 insertion(+)
9870
9871 commit 29f25ddda6a5625340df26beb394279fefea2b49
9872 Author: Brad Spengler <spender@grsecurity.net>
9873 Date: Thu Mar 10 22:16:04 2016 -0500
9874
9875 Fix module support
9876
9877 kernel/module.c | 3 ++-
9878 1 file changed, 2 insertions(+), 1 deletion(-)
9879
9880 commit b057a45636b626e7eaf03077ed0916b95fea054c
9881 Merge: ba5ee94 10d57c1
9882 Author: Brad Spengler <spender@grsecurity.net>
9883 Date: Thu Mar 10 21:36:10 2016 -0500
9884
9885 Merge branch 'pax-test' into grsec-test
9886
9887 commit 10d57c107e7fabffbe616b14efab73df585576c2
9888 Merge: 1cbae46 62e2195
9889 Author: Brad Spengler <spender@grsecurity.net>
9890 Date: Thu Mar 10 21:34:58 2016 -0500
9891
9892 Update to pax-linux-4.4.5-test9.patch:
9893 - fixed an integer signedness mixup in the old select syscall caught by the size overflow plugin, by Mathias Krause <minipli@ld-linux.so>
9894 - Emese cleaned up a few unnecessary type casts in the size overflow plugin
9895 - fixed the initify plugin to not trigger a compiler assert with gcc 6 in LTO mode
9896 - compile the x86 vdso without plugins, reported by Emese
9897 - fixed a REFCOUNT/arm compile error, reported by coadde (https://forums.grsecurity.net/viewtopic.php?f=3&t=4410)
9898 - fixed gcc-common.h for gcc 6, reported by psturm (https://forums.grsecurity.net/viewtopic.php?f=3&t=4394)
9899
9900 Merge branch 'linux-4.4.y' into pax-test
9901
9902 commit ba5ee94199b11c1429559a08c2158677dd8f1761
9903 Author: Brad Spengler <spender@grsecurity.net>
9904 Date: Thu Mar 3 20:20:19 2016 -0500
9905
9906 Update size_overflow hash table
9907
9908 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 +
9909 1 file changed, 1 insertion(+)
9910
9911 commit 50a5cd726362f0988b81a54d4c962acf8fd34a70
9912 Merge: 335c04c 1cbae46
9913 Author: Brad Spengler <spender@grsecurity.net>
9914 Date: Thu Mar 3 20:04:00 2016 -0500
9915
9916 Merge branch 'pax-test' into grsec-test
9917
9918 commit 1cbae46efa0b111ef2d46502f8d34c4c572a0e00
9919 Merge: a51cdb8 c252409
9920 Author: Brad Spengler <spender@grsecurity.net>
9921 Date: Thu Mar 3 19:57:43 2016 -0500
9922
9923 Merge branch 'linux-4.4.y' into pax-test
9924
9925 commit 335c04c8146a696a6101a9c69dbd47f11383549e
9926 Merge: 897877e a51cdb8
9927 Author: Brad Spengler <spender@grsecurity.net>
9928 Date: Tue Mar 1 17:57:24 2016 -0500
9929
9930 Merge branch 'pax-test' into grsec-test
9931
9932 commit a51cdb83569b450858737a30d2be043d87d7ddc1
9933 Author: Brad Spengler <spender@grsecurity.net>
9934 Date: Tue Mar 1 17:56:43 2016 -0500
9935
9936 Update to pax-linux-4.4.3-test6.patch:
9937 - spender fixed the cftype constification fallout, reported by quasar366 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4391)
9938 - fixed a few section mismatches on notifier_block variables
9939 - fixed a few REFCOUNT false positives found by Emese's plugin
9940 - constified hypervisor_x86
9941
9942 arch/x86/include/asm/hypervisor.h | 2 +-
9943 arch/x86/kernel/cpu/mshyperv.c | 2 +-
9944 arch/x86/kernel/cpu/vmware.c | 2 +-
9945 arch/x86/kernel/kvm.c | 2 +-
9946 drivers/lightnvm/rrpc.c | 4 ++--
9947 drivers/lightnvm/rrpc.h | 2 +-
9948 drivers/net/can/led.c | 2 +-
9949 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
9950 drivers/net/ethernet/rocker/rocker.c | 4 ++--
9951 drivers/net/ipvlan/ipvlan_main.c | 6 +++---
9952 drivers/net/vrf.c | 2 +-
9953 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 12 ++++++------
9954 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 2 +-
9955 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 ++++++------
9956 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
9957 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 2 +-
9958 drivers/staging/rtl8723au/include/usb_ops.h | 4 ++--
9959 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
9960 fs/proc/kcore.c | 2 +-
9961 mm/hugetlb_cgroup.c | 8 ++++----
9962 mm/mm_init.c | 2 +-
9963 mm/slub.c | 2 +-
9964 net/mac802154/iface.c | 2 +-
9965 23 files changed, 41 insertions(+), 41 deletions(-)
9966
9967 commit 897877e79629a0b854e98cb666a9d898256d45a7
9968 Merge: 1ffa5d5 4f4b213
9969 Author: Brad Spengler <spender@grsecurity.net>
9970 Date: Sun Feb 28 20:54:59 2016 -0500
9971
9972 Merge branch 'pax-test' into grsec-test
9973
9974 commit 4f4b21342a4a4f87c01f7909406e6b5f4c9dadbf
9975 Author: Brad Spengler <spender@grsecurity.net>
9976 Date: Sun Feb 28 20:54:06 2016 -0500
9977
9978 Update to pax-linux-4.4.3-test5.patch:
9979 - constified xfrm_mgr and cftype, by Mathias Krause <minipli@ld-linux.so>
9980 - Emese fixed a few checkpatch reports on the gcc plugin generator headers
9981 - Emese fixed a false positive size overflow report in get_next_ino, reported by KARBOWSKI Piotr <piotr.karbowski@gmail.com>
9982 - added a generator for SIMPLE_IPA passes as well
9983
9984 include/linux/cgroup-defs.h | 2 +-
9985 include/linux/hugetlb.h | 2 +-
9986 include/linux/hugetlb_cgroup.h | 11 ++
9987 include/net/xfrm.h | 2 +-
9988 kernel/cgroup.c | 29 ++--
9989 mm/hugetlb.c | 55 ++++++-
9990 mm/hugetlb_cgroup.c | 60 ++-----
9991 mm/mmap.c | 38 ++---
9992 net/xfrm/xfrm_state.c | 4 +-
9993 tools/gcc/constify_plugin.c | 5 +-
9994 tools/gcc/gcc-common.h | 42 +++--
9995 tools/gcc/gcc-generate-gimple-pass.h | 27 ++--
9996 tools/gcc/gcc-generate-ipa-pass.h | 43 ++---
9997 tools/gcc/gcc-generate-rtl-pass.h | 27 ++--
9998 tools/gcc/gcc-generate-simple_ipa-pass.h | 173 +++++++++++++++++++++
9999 tools/gcc/size_overflow_plugin/.gitignore | 1 +
10000 .../disable_size_overflow_hash.data | 7 +-
10001 .../size_overflow_plugin/size_overflow_hash.data | 3 -
10002 18 files changed, 385 insertions(+), 146 deletions(-)
10003
10004 commit 1ffa5d50a2161311d46b56fdef734f309503cb80
10005 Author: Brad Spengler <spender@grsecurity.net>
10006 Date: Sun Feb 28 20:43:02 2016 -0500
10007
10008 Make suid/sgid bruteforce prevention also apply to binaries with fscaps
10009 enabled
10010
10011 grsecurity/grsec_sig.c | 3 +--
10012 1 file changed, 1 insertion(+), 2 deletions(-)
10013
10014 commit cfdb373a77c88d01c1539e605e28143af5981571
10015 Author: Brad Spengler <spender@grsecurity.net>
10016 Date: Sun Feb 28 19:12:39 2016 -0500
10017
10018 compile fix
10019
10020 grsecurity/gracl_segv.c | 2 +-
10021 grsecurity/grsec_sig.c | 2 +-
10022 2 files changed, 2 insertions(+), 2 deletions(-)
10023
10024 commit 67d5160f8c1ee12ee4da1e7ad57f8688fcc77b53
10025 Author: Brad Spengler <spender@grsecurity.net>
10026 Date: Sun Feb 28 18:24:50 2016 -0500
10027
10028 Update the daemon check in handling of anti-bruteforcing of suid binaries
10029 by GRKERNSEC_BRUTE to prevent a bypass reported by Jann Horn where one
10030 could create unprivileged copies of the suid binary via ptrace, inject
10031 code into them, and fork+exec a privileged copy. A crash then in the
10032 privileged copy would trigger the daemon detection which could be avoided
10033 by simply terminating the original process. Defeat this by using our
10034 is_privileged_binary() function against the task's mm->binfmt->file to detect
10035 an fscaps-enabled or suid/sgid binary being involved.
10036
10037 Also update the RBAC RES_CRASH code to use is_privileged_binary().
10038
10039 grsecurity/gracl_segv.c | 15 +--------------
10040 grsecurity/grsec_sig.c | 3 ++-
10041 2 files changed, 3 insertions(+), 15 deletions(-)
10042
10043 commit 7382ec22b0c9627c674ccbb00210276d26f219e3
10044 Author: Brad Spengler <spender@grsecurity.net>
10045 Date: Sun Feb 28 15:06:32 2016 -0500
10046
10047 Fix a GRKERNSEC_PTRACE_READEXEC bypass reported by Jann Horn where one
10048 could dump out an unreadable suid binary by creating a script that used
10049 that binary as an interpreter.
10050
10051 fs/exec.c | 14 +++++++++-----
10052 1 file changed, 9 insertions(+), 5 deletions(-)
10053
10054 commit 3e60eddebe1c59b97c0b5432506bf8e13d84e8e6
10055 Merge: 2d35d52 8327ee6
10056 Author: Brad Spengler <spender@grsecurity.net>
10057 Date: Thu Feb 25 18:44:11 2016 -0500
10058
10059 Merge branch 'pax-test' into grsec-test
10060
10061 Conflicts:
10062 fs/proc/base.c
10063 kernel/ptrace.c
10064 mm/process_vm_access.c
10065
10066 commit 8327ee64e5e24ae6a3446dd96b95d5185f70e1f6
10067 Merge: 09d53c7 2134d97
10068 Author: Brad Spengler <spender@grsecurity.net>
10069 Date: Thu Feb 25 18:36:46 2016 -0500
10070
10071 Merge branch 'linux-4.4.y' into pax-test
10072
10073 Conflicts:
10074 mm/mmap.c
10075
10076 commit 2d35d5276f3feb0c053209f8c3a77b1f55f9d96b
10077 Author: Brad Spengler <spender@grsecurity.net>
10078 Date: Wed Feb 24 07:59:12 2016 -0500
10079
10080 Remove /proc/pid/map_files which we had previously prevented via
10081 an inverted dependency on checkpoint/restart, but clearly should have
10082 guarded independently as upstream in 4.3 enabled it regardless of checkpoint/
10083 restart support. It can be used since 4.3 as an ASLR leak under RBAC to
10084 processes of the same UID. Thanks to Mathias Krause for the report!
10085
10086 fs/proc/base.c | 2 ++
10087 1 file changed, 2 insertions(+)
10088
10089 commit e4f1e517092222aa28179b20e14c0ddfb2796049
10090 Author: Brad Spengler <spender@grsecurity.net>
10091 Date: Thu Feb 18 19:32:39 2016 -0500
10092
10093 Update size_overflow hash table
10094
10095 .../size_overflow_plugin/size_overflow_hash.data | 158 +++++++++++++++++----
10096 1 file changed, 131 insertions(+), 27 deletions(-)
10097
10098 commit d5f895ddfa903d0d70425b8c3d7ef649c7e6943b
10099 Author: Brad Spengler <spender@grsecurity.net>
10100 Date: Thu Feb 18 18:52:37 2016 -0500
10101
10102 Update size_overflow hash table
10103
10104 .../size_overflow_plugin/size_overflow_hash.data | 293 +++++++++++++++++----
10105 1 file changed, 237 insertions(+), 56 deletions(-)
10106
10107 commit 9d198df724c306c36e254fe19d0957fb608c3fa2
10108 Author: Brad Spengler <spender@grsecurity.net>
10109 Date: Thu Feb 18 18:23:03 2016 -0500
10110
10111 compile fix
10112
10113 tools/gcc/randomize_layout_plugin.c | 2 +-
10114 1 file changed, 1 insertion(+), 1 deletion(-)
10115
10116 commit 024d2af98b755712daff6ed7c49af921da4e8883
10117 Author: Brad Spengler <spender@grsecurity.net>
10118 Date: Thu Feb 18 18:19:47 2016 -0500
10119
10120 compile fix
10121
10122 tools/gcc/randomize_layout_plugin.c | 2 +-
10123 1 file changed, 1 insertion(+), 1 deletion(-)
10124
10125 commit 14a7b3bb5c3d8c6ef70c3e0842a5adc7f0f3e2c8
10126 Author: Brad Spengler <spender@grsecurity.net>
10127 Date: Thu Feb 18 18:16:32 2016 -0500
10128
10129 compile fix
10130
10131 tools/gcc/randomize_layout_plugin.c | 9 +++++----
10132 1 file changed, 5 insertions(+), 4 deletions(-)
10133
10134 commit 9b2d0ee62bc66858c274f256c0502cbcbd34b2bf
10135 Author: Brad Spengler <spender@grsecurity.net>
10136 Date: Thu Feb 18 17:54:51 2016 -0500
10137
10138 Compile fix
10139
10140 tools/gcc/randomize_layout_plugin.c | 2 +-
10141 1 file changed, 1 insertion(+), 1 deletion(-)
10142
10143 commit 13823395101c4228ecded4b624583389ee13bfb3
10144 Author: Brad Spengler <spender@grsecurity.net>
10145 Date: Thu Feb 18 17:35:21 2016 -0500
10146
10147 compile fix
10148
10149 Makefile | 5 +----
10150 1 file changed, 1 insertion(+), 4 deletions(-)
10151
10152 commit 0316a42a37e67b0bc8a545c7a8b63db2d25f1ab0
10153 Merge: 45cbb7e 09d53c7
10154 Author: Brad Spengler <spender@grsecurity.net>
10155 Date: Thu Feb 18 16:40:51 2016 -0500
10156
10157 Merge branch 'pax-test' into grsec-test
10158
10159 Conflicts:
10160 Makefile
10161 include/linux/genl_magic_struct.h
10162 scripts/mod/modpost.c
10163 tools/gcc/size_overflow_plugin/size_overflow_hash.data
10164
10165 commit 09d53c74140e87e886a28980cedbb7e771f2a356
10166 Author: Brad Spengler <spender@grsecurity.net>
10167 Date: Thu Feb 18 16:24:02 2016 -0500
10168
10169 Update to pax-linux-4.4.2-test4.patch:
10170 - 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>
10171 - moved gcc plugin related makefile bits into a separate file, by Emese
10172 - changed modpost to report writable function pointers separately
10173 - increased the size of mem_cgroup.numainfo_events to avoid a wraparound caught by REFCOUNT, reported by alexey vlasov
10174 - reduced the size of the compat syscall entry points on amd64
10175 - 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)
10176 - Emese regenerated the size overflow hash table for 4.4
10177 - all plugins now use the new pass generator headers
10178
10179 Makefile | 73 +-
10180 arch/x86/entry/entry_64.S | 2 +-
10181 arch/x86/entry/entry_64_compat.S | 48 +-
10182 fs/exec.c | 3 +
10183 include/linux/genl_magic_struct.h | 4 +-
10184 include/linux/memcontrol.h | 2 +-
10185 ipc/shm.c | 2 +-
10186 mm/memcontrol.c | 6 +-
10187 scripts/Makefile.extrawarn | 4 +
10188 scripts/Makefile.gcc-plugins | 69 +
10189 scripts/mod/modpost.c | 15 +-
10190 tools/gcc/checker_plugin.c | 71 +-
10191 tools/gcc/colorize_plugin.c | 65 +-
10192 tools/gcc/constify_plugin.c | 65 +-
10193 tools/gcc/gcc-generate-gimple-pass.h | 172 +
10194 tools/gcc/gcc-generate-ipa-pass.h | 286 +
10195 tools/gcc/gcc-generate-rtl-pass.h | 172 +
10196 tools/gcc/initify_plugin.c | 74 +-
10197 tools/gcc/kallocstat_plugin.c | 65 +-
10198 tools/gcc/kernexec_plugin.c | 184 +-
10199 tools/gcc/latent_entropy_plugin.c | 71 +-
10200 tools/gcc/randomize_layout_seed.h | 1 -
10201 .../disable_size_overflow_hash.h | 152601 ------------------
10202 .../insert_size_overflow_asm.c | 71 +-
10203 .../size_overflow_plugin/intentional_overflow.c | 6 +-
10204 tools/gcc/size_overflow_plugin/size_overflow.h | 20 +-
10205 .../size_overflow_plugin/size_overflow_hash.data | 2898 +-
10206 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 94 +-
10207 .../size_overflow_plugin/size_overflow_plugin.c | 14 +-
10208 .../size_overflow_plugin/size_overflow_transform.c | 2 +-
10209 .../size_overflow_transform_core.c | 2 +-
10210 tools/gcc/stackleak_plugin.c | 132 +-
10211 tools/gcc/structleak_plugin.c | 67 +-
10212 33 files changed, 2238 insertions(+), 155123 deletions(-)
10213
10214 commit 45cbb7e015a18625dafb019246e13e8cf3a18ace
10215 Merge: 3b5448b 0c85110
10216 Author: Brad Spengler <spender@grsecurity.net>
10217 Date: Wed Feb 17 19:11:25 2016 -0500
10218
10219 Merge branch 'pax-test' into grsec-test
10220
10221 commit 0c851109f683896aaff8a310bbfa943272b47516
10222 Merge: 6cb4f49 1cb8570
10223 Author: Brad Spengler <spender@grsecurity.net>
10224 Date: Wed Feb 17 19:11:21 2016 -0500
10225
10226 Merge branch 'linux-4.4.y' into pax-test
10227
10228 commit 3b5448bd1d85025d19b2587902e4264eb212a0a3
10229 Author: Brad Spengler <spender@grsecurity.net>
10230 Date: Mon Feb 15 18:02:40 2016 -0500
10231
10232 Fix a drbd bug reported by iamb on the forums:
10233 https://forums.grsecurity.net/viewtopic.php?f=3&t=4366#p16032
10234 which caused a size_overflow report
10235
10236 include/linux/genl_magic_struct.h | 4 ++--
10237 1 file changed, 2 insertions(+), 2 deletions(-)
10238
10239 commit 061fcd0e74441189a87bfe13b55fb02b98f7d7c0
10240 Author: Brad Spengler <spender@grsecurity.net>
10241 Date: Mon Feb 15 13:20:38 2016 -0500
10242
10243 compile fix
10244
10245 drivers/staging/wilc1000/host_interface.h | 1 +
10246 1 file changed, 1 insertion(+)
10247
10248 commit 675f2dcbdd4ea3293eea9c42f0cc427b1c903fc8
10249 Author: Brad Spengler <spender@grsecurity.net>
10250 Date: Mon Feb 15 12:54:52 2016 -0500
10251
10252 Update size_overflow hash table
10253
10254 .../size_overflow_plugin/size_overflow_hash.data | 21 +++++++++++++++++----
10255 1 file changed, 17 insertions(+), 4 deletions(-)
10256
10257 commit c8c50394f0c9f2e9baaeb884a29be2057cadbf7b
10258 Author: Brad Spengler <spender@grsecurity.net>
10259 Date: Mon Feb 15 12:53:54 2016 -0500
10260
10261 compile fix
10262
10263 drivers/staging/wilc1000/wilc_spi.c | 1 -
10264 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
10265 2 files changed, 1 insertion(+), 2 deletions(-)
10266
10267 commit a9dd4481db099082967585be8e153899e5fd24c7
10268 Author: Brad Spengler <spender@grsecurity.net>
10269 Date: Mon Feb 15 12:52:32 2016 -0500
10270
10271 compile fix
10272
10273 fs/proc/fd.c | 2 --
10274 1 file changed, 2 deletions(-)
10275
10276 commit 5acb4fa0063460807096429f073181d1c5a3e566
10277 Author: Brad Spengler <spender@grsecurity.net>
10278 Date: Mon Feb 15 12:32:13 2016 -0500
10279
10280 Update size_overflow hash table
10281
10282 .../size_overflow_plugin/size_overflow_hash.data | 224 +++++++++++++++++----
10283 1 file changed, 182 insertions(+), 42 deletions(-)
10284
10285 commit c0bac9ff9af7ef753740622b5736684a32b49a9f
10286 Author: Brad Spengler <spender@grsecurity.net>
10287 Date: Mon Feb 15 12:31:16 2016 -0500
10288
10289 compile fix
10290
10291 drivers/staging/wilc1000/wilc_spi.c | 1 +
10292 1 file changed, 1 insertion(+)
10293
10294 commit 2f89ebdee131f6a6c85e611e5b993d4b19bc2673
10295 Author: Brad Spengler <spender@grsecurity.net>
10296 Date: Mon Feb 15 12:28:36 2016 -0500
10297
10298 RANDSTRUCT compile fix
10299
10300 drivers/staging/wilc1000/wilc_spi.c | 32 ++++++++++++++++----------------
10301 1 file changed, 16 insertions(+), 16 deletions(-)
10302
10303 commit 693be5d7f5b783f451499bbe83162aeb0f27a09f
10304 Author: Brad Spengler <spender@grsecurity.net>
10305 Date: Mon Feb 15 12:24:49 2016 -0500
10306
10307 RANDSTRUCT compile fix
10308
10309 drivers/staging/wilc1000/wilc_sdio.c | 34 +++++++++++++++++-----------------
10310 1 file changed, 17 insertions(+), 17 deletions(-)
10311
10312 commit bdf3dcd665c1a8ef9b69ad6525760c5160ec19a2
10313 Author: Hariprasad S <hariprasad@chelsio.com>
10314 Date: Fri Dec 11 13:59:17 2015 +0530
10315
10316 iw_cxgb3: Fix incorrectly returning error on success
10317
10318 The cxgb3_*_send() functions return NET_XMIT_ values, which are
10319 positive integers values. So don't treat positive return values
10320 as an error.
10321
10322 Signed-off-by: Steve Wise <swise@opengridcomputing.com>
10323 Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
10324 Signed-off-by: Doug Ledford <dledford@redhat.com>
10325
10326 drivers/infiniband/hw/cxgb3/iwch_cm.c | 4 ++--
10327 1 file changed, 2 insertions(+), 2 deletions(-)
10328
10329 commit 8705fe372dc21046ca3fc55381b70cffb4c60207
10330 Author: Daniel Borkmann <daniel@iogearbox.net>
10331 Date: Wed Feb 10 16:47:11 2016 +0100
10332
10333 bpf: fix branch offset adjustment on backjumps after patching ctx expansion
10334
10335 When ctx access is used, the kernel often needs to expand/rewrite
10336 instructions, so after that patching, branch offsets have to be
10337 adjusted for both forward and backward jumps in the new eBPF program,
10338 but for backward jumps it fails to account the delta. Meaning, for
10339 example, if the expansion happens exactly on the insn that sits at
10340 the jump target, it doesn't fix up the back jump offset.
10341
10342 Analysis on what the check in adjust_branches() is currently doing:
10343
10344 /* adjust offset of jmps if necessary */
10345 if (i < pos && i + insn->off + 1 > pos)
10346 insn->off += delta;
10347 else if (i > pos && i + insn->off + 1 < pos)
10348 insn->off -= delta;
10349
10350 First condition (forward jumps):
10351
10352 Before: After:
10353
10354 insns[0] insns[0]
10355 insns[1] <--- i/insn insns[1] <--- i/insn
10356 insns[2] <--- pos insns[P] <--- pos
10357 insns[3] insns[P] `------| delta
10358 insns[4] <--- target_X insns[P] `-----|
10359 insns[5] insns[3]
10360 insns[4] <--- target_X
10361 insns[5]
10362
10363 First case is if we cross pos-boundary and the jump instruction was
10364 before pos. This is handeled correctly. I.e. if i == pos, then this
10365 would mean our jump that we currently check was the patchlet itself
10366 that we just injected. Since such patchlets are self-contained and
10367 have no awareness of any insns before or after the patched one, the
10368 delta is correctly not adjusted. Also, for the second condition in
10369 case of i + insn->off + 1 == pos, means we jump to that newly patched
10370 instruction, so no offset adjustment are needed. That part is correct.
10371
10372 Second condition (backward jumps):
10373
10374 Before: After:
10375
10376 insns[0] insns[0]
10377 insns[1] <--- target_X insns[1] <--- target_X
10378 insns[2] <--- pos <-- target_Y insns[P] <--- pos <-- target_Y
10379 insns[3] insns[P] `------| delta
10380 insns[4] <--- i/insn insns[P] `-----|
10381 insns[5] insns[3]
10382 insns[4] <--- i/insn
10383 insns[5]
10384
10385 Second interesting case is where we cross pos-boundary and the jump
10386 instruction was after pos. Backward jump with i == pos would be
10387 impossible and pose a bug somewhere in the patchlet, so the first
10388 condition checking i > pos is okay only by itself. However, i +
10389 insn->off + 1 < pos does not always work as intended to trigger the
10390 adjustment. It works when jump targets would be far off where the
10391 delta wouldn't matter. But, for example, where the fixed insn->off
10392 before pointed to pos (target_Y), it now points to pos + delta, so
10393 that additional room needs to be taken into account for the check.
10394 This means that i) both tests here need to be adjusted into pos + delta,
10395 and ii) for the second condition, the test needs to be <= as pos
10396 itself can be a target in the backjump, too.
10397
10398 Fixes: 9bac3d6d548e ("bpf: allow extended BPF programs access skb fields")
10399 Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
10400 Signed-off-by: David S. Miller <davem@davemloft.net>
10401
10402 kernel/bpf/verifier.c | 2 +-
10403 1 file changed, 1 insertion(+), 1 deletion(-)
10404
10405 commit 61b513b644116e77313addf65970db58f4981608
10406 Author: Ryan Ware <ware@linux.intel.com>
10407 Date: Thu Feb 11 15:58:44 2016 -0800
10408
10409 EVM: Use crypto_memneq() for digest comparisons
10410
10411 This patch fixes vulnerability CVE-2016-2085. The problem exists
10412 because the vm_verify_hmac() function includes a use of memcmp().
10413 Unfortunately, this allows timing side channel attacks; specifically
10414 a MAC forgery complexity drop from 2^128 to 2^12. This patch changes
10415 the memcmp() to the cryptographically safe crypto_memneq().
10416
10417 Reported-by: Xiaofei Rex Guo <xiaofei.rex.guo@intel.com>
10418 Signed-off-by: Ryan Ware <ware@linux.intel.com>
10419 Cc: stable@vger.kernel.org
10420 Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
10421 Signed-off-by: James Morris <james.l.morris@oracle.com>
10422
10423 security/integrity/evm/evm_main.c | 3 ++-
10424 1 file changed, 2 insertions(+), 1 deletion(-)
10425
10426 commit 970b961e7d0684624f9c69f0b4367d5c76b65a63
10427 Author: Michael McConville <mmcco@mykolab.com>
10428 Date: Fri Feb 5 20:46:25 2016 -0500
10429
10430 dscc4: Undefined signed int shift
10431
10432 My analysis in the below mail applies, although the second part is
10433 unnecessary because i isn't used in arithmetic operations here:
10434
10435 https://marc.info/?l=openbsd-tech&m=145377854103866&w=2
10436
10437 Thanks for your time.
10438
10439 Signed-off-by: Michael McConville <mmcco@mykolab.com>
10440 Acked-by: Francois Romieu <romieu@fr.zoreil.com>
10441 Signed-off-by: David S. Miller <davem@davemloft.net>
10442
10443 drivers/net/wan/dscc4.c | 2 +-
10444 1 file changed, 1 insertion(+), 1 deletion(-)
10445
10446 commit d843df24b6680b600e87ebfea3b7b198b90b5a2a
10447 Author: Andrey Konovalov <andreyknvl@gmail.com>
10448 Date: Sat Feb 13 11:08:06 2016 +0300
10449
10450 ALSA: usb-audio: avoid freeing umidi object twice
10451
10452 The 'umidi' object will be free'd on the error path by snd_usbmidi_free()
10453 when tearing down the rawmidi interface. So we shouldn't try to free it
10454 in snd_usbmidi_create() after having registered the rawmidi interface.
10455
10456 Found by KASAN.
10457
10458 Signed-off-by: Andrey Konovalov <andreyknvl@gmail.com>
10459 Acked-by: Clemens Ladisch <clemens@ladisch.de>
10460 Cc: <stable@vger.kernel.org>
10461 Signed-off-by: Takashi Iwai <tiwai@suse.de>
10462
10463 sound/usb/midi.c | 1 -
10464 1 file changed, 1 deletion(-)
10465
10466 commit ed3a8ab1976674d56e258da93639e61f1446e703
10467 Author: zengtao <prime.zeng@huawei.com>
10468 Date: Tue Feb 2 11:38:34 2016 +0800
10469
10470 cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()
10471
10472 The datatype __kernel_time_t is u32 on 32bit platform, so its subject to
10473 overflows in the timeval/timespec to cputime conversion.
10474
10475 Currently the following functions are affected:
10476 1. setitimer()
10477 2. timer_create/timer_settime()
10478 3. sys_clock_nanosleep
10479
10480 This can happen on MIPS32 and ARM32 with "Full dynticks CPU time accounting"
10481 enabled, which is required for CONFIG_NO_HZ_FULL.
10482
10483 Enforce u64 conversion to prevent the overflow.
10484
10485 Fixes: 31c1fc818715 ("ARM: Kconfig: allow full nohz CPU accounting")
10486 Signed-off-by: zengtao <prime.zeng@huawei.com>
10487 Reviewed-by: Arnd Bergmann <arnd@arndb.de>
10488 Cc: <fweisbec@gmail.com>
10489 Cc: stable@vger.kernel.org
10490 Link: http://lkml.kernel.org/r/1454384314-154784-1-git-send-email-prime.zeng@huawei.com
10491 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
10492
10493 include/asm-generic/cputime_nsecs.h | 5 +++--
10494 1 file changed, 3 insertions(+), 2 deletions(-)
10495
10496 commit bf8a2de485da37d73850e7cfa31967b7798b6ce0
10497 Author: Brad Spengler <spender@grsecurity.net>
10498 Date: Mon Feb 15 11:55:18 2016 -0500
10499
10500 Fix building with allnoconfig, don't make our added DATA_TO_TEXT mismatch warnings
10501 count as actual mismatches
10502
10503 scripts/mod/modpost.c | 3 ++-
10504 1 file changed, 2 insertions(+), 1 deletion(-)
10505
10506 commit c9d82b6d0f1a2484fea0a516989dbdc6c55e5693
10507 Author: Brad Spengler <spender@grsecurity.net>
10508 Date: Mon Feb 15 11:44:36 2016 -0500
10509
10510 Compile fix
10511
10512 tools/gcc/randomize_layout_seed.h | 1 -
10513 1 file changed, 1 deletion(-)
10514
10515 commit fb68cbb98732e6801e8fc8d1da1f1195e51ff077
10516 Author: Brad Spengler <spender@grsecurity.net>
10517 Date: Mon Feb 15 11:27:32 2016 -0500
10518
10519 disable USELIB
10520
10521 init/Kconfig | 3 ++-
10522 1 file changed, 2 insertions(+), 1 deletion(-)
10523
10524 commit cbda9a44b7f92161eb1e444bf7fe2bbcbedaae65
10525 Author: Brad Spengler <spender@grsecurity.net>
10526 Date: Mon Feb 15 11:23:56 2016 -0500
10527
10528 compile fix
10529
10530 fs/proc/fd.c | 2 +-
10531 1 file changed, 1 insertion(+), 1 deletion(-)
10532
10533 commit 5cf0a2e87ab7105d1ba01f55f7636fa2e1fa4bb4
10534 Author: Brad Spengler <spender@grsecurity.net>
10535 Date: Mon Feb 15 11:19:26 2016 -0500
10536
10537 Initial import of grsecurity for Linux 4.4.1
10538
10539 Documentation/dontdiff | 2 +
10540 Documentation/kernel-parameters.txt | 11 +
10541 Documentation/sysctl/fs.txt | 23 +
10542 Documentation/sysctl/kernel.txt | 15 +
10543 Makefile | 18 +-
10544 arch/alpha/include/asm/cache.h | 4 +-
10545 arch/alpha/kernel/osf_sys.c | 12 +-
10546 arch/arc/Kconfig | 1 +
10547 arch/arm/Kconfig | 1 +
10548 arch/arm/Kconfig.debug | 1 +
10549 arch/arm/include/asm/thread_info.h | 7 +-
10550 arch/arm/kernel/entry-common.S | 8 +-
10551 arch/arm/kernel/process.c | 4 +-
10552 arch/arm/kernel/ptrace.c | 9 +
10553 arch/arm/kernel/traps.c | 7 +-
10554 arch/arm/mm/Kconfig | 4 +-
10555 arch/arm/mm/fault.c | 40 +-
10556 arch/arm/mm/mmap.c | 8 +-
10557 arch/arm/net/bpf_jit_32.c | 51 +-
10558 arch/arm64/Kconfig.debug | 1 +
10559 arch/avr32/include/asm/cache.h | 4 +-
10560 arch/blackfin/Kconfig.debug | 1 +
10561 arch/blackfin/include/asm/cache.h | 3 +-
10562 arch/cris/include/arch-v10/arch/cache.h | 3 +-
10563 arch/cris/include/arch-v32/arch/cache.h | 3 +-
10564 arch/frv/include/asm/cache.h | 3 +-
10565 arch/frv/mm/elf-fdpic.c | 4 +-
10566 arch/hexagon/include/asm/cache.h | 6 +-
10567 arch/ia64/Kconfig | 1 +
10568 arch/ia64/include/asm/cache.h | 3 +-
10569 arch/ia64/kernel/sys_ia64.c | 2 +
10570 arch/ia64/mm/hugetlbpage.c | 2 +
10571 arch/m32r/include/asm/cache.h | 4 +-
10572 arch/m68k/include/asm/cache.h | 4 +-
10573 arch/metag/mm/hugetlbpage.c | 1 +
10574 arch/microblaze/include/asm/cache.h | 3 +-
10575 arch/mips/Kconfig | 1 +
10576 arch/mips/include/asm/cache.h | 3 +-
10577 arch/mips/include/asm/thread_info.h | 11 +-
10578 arch/mips/kernel/irq.c | 3 +
10579 arch/mips/kernel/ptrace.c | 9 +
10580 arch/mips/mm/mmap.c | 4 +-
10581 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
10582 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
10583 arch/openrisc/include/asm/cache.h | 4 +-
10584 arch/parisc/include/asm/cache.h | 3 +
10585 arch/parisc/kernel/sys_parisc.c | 4 +
10586 arch/powerpc/Kconfig | 1 +
10587 arch/powerpc/include/asm/cache.h | 4 +-
10588 arch/powerpc/include/asm/thread_info.h | 5 +-
10589 arch/powerpc/kernel/Makefile | 2 +
10590 arch/powerpc/kernel/irq.c | 3 +
10591 arch/powerpc/kernel/process.c | 10 +-
10592 arch/powerpc/kernel/ptrace.c | 14 +
10593 arch/powerpc/kernel/traps.c | 5 +
10594 arch/powerpc/mm/slice.c | 2 +-
10595 arch/s390/Kconfig.debug | 1 +
10596 arch/s390/include/asm/cache.h | 4 +-
10597 arch/score/include/asm/cache.h | 4 +-
10598 arch/sh/include/asm/cache.h | 3 +-
10599 arch/sh/mm/mmap.c | 6 +-
10600 arch/sparc/include/asm/cache.h | 4 +-
10601 arch/sparc/include/asm/pgalloc_64.h | 1 +
10602 arch/sparc/include/asm/thread_info_64.h | 8 +-
10603 arch/sparc/kernel/process_32.c | 6 +-
10604 arch/sparc/kernel/process_64.c | 8 +-
10605 arch/sparc/kernel/ptrace_64.c | 14 +
10606 arch/sparc/kernel/sys_sparc_64.c | 8 +-
10607 arch/sparc/kernel/syscalls.S | 8 +-
10608 arch/sparc/kernel/traps_32.c | 8 +-
10609 arch/sparc/kernel/traps_64.c | 28 +-
10610 arch/sparc/kernel/unaligned_64.c | 2 +-
10611 arch/sparc/mm/fault_64.c | 2 +-
10612 arch/sparc/mm/hugetlbpage.c | 15 +-
10613 arch/tile/Kconfig | 1 +
10614 arch/tile/include/asm/cache.h | 3 +-
10615 arch/tile/mm/hugetlbpage.c | 2 +
10616 arch/um/include/asm/cache.h | 3 +-
10617 arch/unicore32/include/asm/cache.h | 6 +-
10618 arch/x86/Kconfig | 21 +
10619 arch/x86/Kconfig.debug | 2 +
10620 arch/x86/entry/common.c | 14 +
10621 arch/x86/entry/entry_32.S | 2 +-
10622 arch/x86/entry/entry_64.S | 2 +-
10623 arch/x86/ia32/ia32_aout.c | 2 +
10624 arch/x86/include/asm/floppy.h | 20 +-
10625 arch/x86/include/asm/fpu/types.h | 69 +-
10626 arch/x86/include/asm/io.h | 2 +-
10627 arch/x86/include/asm/page.h | 12 +-
10628 arch/x86/include/asm/paravirt_types.h | 23 +-
10629 arch/x86/include/asm/pgtable_types.h | 6 +-
10630 arch/x86/include/asm/processor.h | 12 +-
10631 arch/x86/include/asm/thread_info.h | 6 +-
10632 arch/x86/include/asm/uaccess.h | 2 +-
10633 arch/x86/kernel/dumpstack.c | 10 +-
10634 arch/x86/kernel/dumpstack_32.c | 2 +-
10635 arch/x86/kernel/dumpstack_64.c | 2 +-
10636 arch/x86/kernel/ioport.c | 13 +
10637 arch/x86/kernel/irq_32.c | 3 +
10638 arch/x86/kernel/irq_64.c | 4 +
10639 arch/x86/kernel/ldt.c | 18 +
10640 arch/x86/kernel/msr.c | 10 +
10641 arch/x86/kernel/ptrace.c | 14 +
10642 arch/x86/kernel/signal.c | 9 +-
10643 arch/x86/kernel/sys_i386_32.c | 9 +-
10644 arch/x86/kernel/sys_x86_64.c | 8 +-
10645 arch/x86/kernel/traps.c | 5 +
10646 arch/x86/kernel/verify_cpu.S | 1 +
10647 arch/x86/kernel/vm86_32.c | 15 +
10648 arch/x86/mm/fault.c | 12 +-
10649 arch/x86/mm/hugetlbpage.c | 15 +-
10650 arch/x86/mm/init.c | 66 +-
10651 arch/x86/mm/init_32.c | 6 +-
10652 arch/x86/mm/pageattr.c | 4 +-
10653 arch/x86/net/bpf_jit_comp.c | 4 +
10654 arch/x86/platform/efi/efi_64.c | 2 +-
10655 arch/x86/xen/Kconfig | 1 +
10656 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
10657 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
10658 crypto/scatterwalk.c | 10 +-
10659 drivers/acpi/acpica/hwxfsleep.c | 11 +-
10660 drivers/acpi/custom_method.c | 4 +
10661 drivers/block/cciss.h | 30 +-
10662 drivers/block/smart1,2.h | 40 +-
10663 drivers/cdrom/cdrom.c | 2 +-
10664 drivers/char/Kconfig | 4 +-
10665 drivers/char/genrtc.c | 1 +
10666 drivers/char/mem.c | 17 +
10667 drivers/char/random.c | 5 +-
10668 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
10669 drivers/firewire/ohci.c | 4 +
10670 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
10671 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
10672 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
10673 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
10674 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
10675 drivers/hid/hid-wiimote-debug.c | 2 +-
10676 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
10677 drivers/iommu/Kconfig | 1 +
10678 drivers/iommu/amd_iommu.c | 14 +-
10679 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
10680 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
10681 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
10682 drivers/isdn/i4l/isdn_concap.c | 6 +-
10683 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
10684 drivers/md/bcache/Kconfig | 1 +
10685 drivers/md/raid5.c | 8 +
10686 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
10687 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
10688 drivers/media/radio/radio-cadet.c | 5 +-
10689 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
10690 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
10691 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
10692 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
10693 drivers/message/fusion/mptbase.c | 9 +
10694 drivers/misc/sgi-xp/xp_main.c | 12 +-
10695 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
10696 drivers/net/ppp/pptp.c | 34 +-
10697 drivers/net/wan/lmc/lmc_media.c | 97 +-
10698 drivers/net/wan/z85230.c | 24 +-
10699 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
10700 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
10701 drivers/pci/proc.c | 9 +
10702 drivers/platform/x86/asus-wmi.c | 12 +
10703 drivers/rtc/rtc-dev.c | 3 +
10704 drivers/scsi/bfa/bfa_fcs.c | 19 +-
10705 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
10706 drivers/scsi/bfa/bfa_modules.h | 12 +-
10707 drivers/scsi/hpsa.h | 40 +-
10708 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
10709 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
10710 drivers/tty/serial/uartlite.c | 4 +-
10711 drivers/tty/sysrq.c | 2 +-
10712 drivers/tty/tty_io.c | 4 +
10713 drivers/tty/vt/keyboard.c | 22 +-
10714 drivers/uio/uio.c | 6 +-
10715 drivers/usb/core/hub.c | 5 +
10716 drivers/usb/gadget/function/f_uac1.c | 1 +
10717 drivers/usb/gadget/function/u_uac1.c | 1 +
10718 drivers/usb/host/hwa-hc.c | 9 +-
10719 drivers/usb/usbip/vhci_sysfs.c | 2 +-
10720 drivers/video/fbdev/arcfb.c | 2 +-
10721 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
10722 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
10723 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
10724 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
10725 drivers/xen/xenfs/xenstored.c | 5 +
10726 firmware/Makefile | 2 +
10727 firmware/WHENCE | 20 +-
10728 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
10729 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
10730 fs/attr.c | 4 +
10731 fs/autofs4/waitq.c | 9 +
10732 fs/binfmt_aout.c | 7 +
10733 fs/binfmt_elf.c | 40 +-
10734 fs/compat.c | 20 +-
10735 fs/compat_ioctl.c | 253 +-
10736 fs/coredump.c | 17 +-
10737 fs/dcache.c | 3 +
10738 fs/debugfs/inode.c | 11 +-
10739 fs/exec.c | 231 +-
10740 fs/ext2/balloc.c | 4 +-
10741 fs/ext2/super.c | 8 +-
10742 fs/ext4/balloc.c | 4 +-
10743 fs/ext4/extents.c | 2 +-
10744 fs/fcntl.c | 4 +
10745 fs/fhandle.c | 3 +-
10746 fs/file.c | 4 +
10747 fs/filesystems.c | 4 +
10748 fs/fs_struct.c | 20 +-
10749 fs/hugetlbfs/inode.c | 24 +-
10750 fs/inode.c | 8 +-
10751 fs/internal.h | 7 +
10752 fs/ioctl.c | 4 +-
10753 fs/kernfs/dir.c | 6 +
10754 fs/mount.h | 4 +-
10755 fs/namei.c | 283 +-
10756 fs/namespace.c | 24 +
10757 fs/nfsd/nfscache.c | 2 +-
10758 fs/open.c | 38 +
10759 fs/overlayfs/inode.c | 3 +
10760 fs/overlayfs/super.c | 6 +-
10761 fs/pipe.c | 49 +-
10762 fs/posix_acl.c | 15 +-
10763 fs/proc/Kconfig | 10 +-
10764 fs/proc/array.c | 69 +-
10765 fs/proc/base.c | 186 +-
10766 fs/proc/cmdline.c | 4 +
10767 fs/proc/devices.c | 4 +
10768 fs/proc/fd.c | 12 +-
10769 fs/proc/generic.c | 64 +
10770 fs/proc/inode.c | 17 +
10771 fs/proc/internal.h | 11 +-
10772 fs/proc/interrupts.c | 4 +
10773 fs/proc/kcore.c | 3 +
10774 fs/proc/namespaces.c | 4 +-
10775 fs/proc/proc_net.c | 31 +
10776 fs/proc/proc_sysctl.c | 52 +-
10777 fs/proc/root.c | 8 +
10778 fs/proc/stat.c | 69 +-
10779 fs/proc/task_mmu.c | 66 +-
10780 fs/readdir.c | 19 +
10781 fs/reiserfs/item_ops.c | 24 +-
10782 fs/reiserfs/super.c | 4 +
10783 fs/select.c | 2 +
10784 fs/seq_file.c | 30 +-
10785 fs/stat.c | 20 +-
10786 fs/sysfs/dir.c | 30 +-
10787 fs/utimes.c | 7 +
10788 fs/xattr.c | 26 +-
10789 grsecurity/Kconfig | 1203 ++++
10790 grsecurity/Makefile | 54 +
10791 grsecurity/gracl.c | 2757 +++++++++
10792 grsecurity/gracl_alloc.c | 105 +
10793 grsecurity/gracl_cap.c | 127 +
10794 grsecurity/gracl_compat.c | 269 +
10795 grsecurity/gracl_fs.c | 448 ++
10796 grsecurity/gracl_ip.c | 386 ++
10797 grsecurity/gracl_learn.c | 207 +
10798 grsecurity/gracl_policy.c | 1786 ++++++
10799 grsecurity/gracl_res.c | 68 +
10800 grsecurity/gracl_segv.c | 304 +
10801 grsecurity/gracl_shm.c | 40 +
10802 grsecurity/grsec_chdir.c | 19 +
10803 grsecurity/grsec_chroot.c | 467 ++
10804 grsecurity/grsec_disabled.c | 445 ++
10805 grsecurity/grsec_exec.c | 189 +
10806 grsecurity/grsec_fifo.c | 26 +
10807 grsecurity/grsec_fork.c | 23 +
10808 grsecurity/grsec_init.c | 294 +
10809 grsecurity/grsec_ipc.c | 48 +
10810 grsecurity/grsec_link.c | 65 +
10811 grsecurity/grsec_log.c | 340 +
10812 grsecurity/grsec_mem.c | 48 +
10813 grsecurity/grsec_mount.c | 65 +
10814 grsecurity/grsec_pax.c | 47 +
10815 grsecurity/grsec_proc.c | 20 +
10816 grsecurity/grsec_ptrace.c | 30 +
10817 grsecurity/grsec_sig.c | 245 +
10818 grsecurity/grsec_sock.c | 244 +
10819 grsecurity/grsec_sysctl.c | 497 ++
10820 grsecurity/grsec_time.c | 16 +
10821 grsecurity/grsec_tpe.c | 78 +
10822 grsecurity/grsec_tty.c | 18 +
10823 grsecurity/grsec_usb.c | 15 +
10824 grsecurity/grsum.c | 54 +
10825 include/linux/binfmts.h | 5 +-
10826 include/linux/capability.h | 13 +
10827 include/linux/compiler-gcc.h | 5 +
10828 include/linux/compiler.h | 8 +
10829 include/linux/cred.h | 8 +-
10830 include/linux/dcache.h | 5 +-
10831 include/linux/fs.h | 26 +-
10832 include/linux/fs_struct.h | 2 +-
10833 include/linux/fsnotify.h | 6 +
10834 include/linux/gracl.h | 342 ++
10835 include/linux/gracl_compat.h | 156 +
10836 include/linux/gralloc.h | 9 +
10837 include/linux/grdefs.h | 140 +
10838 include/linux/grinternal.h | 231 +
10839 include/linux/grmsg.h | 119 +
10840 include/linux/grsecurity.h | 258 +
10841 include/linux/grsock.h | 19 +
10842 include/linux/ipc.h | 2 +-
10843 include/linux/ipc_namespace.h | 2 +-
10844 include/linux/kallsyms.h | 18 +-
10845 include/linux/key-type.h | 4 +-
10846 include/linux/kmod.h | 5 +
10847 include/linux/kobject.h | 2 +-
10848 include/linux/lsm_hooks.h | 4 +-
10849 include/linux/mm.h | 12 +
10850 include/linux/mm_types.h | 4 +-
10851 include/linux/module.h | 5 +-
10852 include/linux/mount.h | 2 +-
10853 include/linux/msg.h | 2 +-
10854 include/linux/netfilter/xt_gradm.h | 9 +
10855 include/linux/path.h | 4 +-
10856 include/linux/perf_event.h | 13 +-
10857 include/linux/pid_namespace.h | 2 +-
10858 include/linux/pipe_fs_i.h | 4 +
10859 include/linux/poison.h | 2 +-
10860 include/linux/printk.h | 2 +-
10861 include/linux/proc_fs.h | 22 +-
10862 include/linux/proc_ns.h | 2 +-
10863 include/linux/ptrace.h | 24 +-
10864 include/linux/radix-tree.h | 22 +-
10865 include/linux/random.h | 2 +-
10866 include/linux/rbtree_augmented.h | 4 +-
10867 include/linux/scatterlist.h | 12 +-
10868 include/linux/sched.h | 115 +-
10869 include/linux/security.h | 1 +
10870 include/linux/sem.h | 2 +-
10871 include/linux/seq_file.h | 5 +
10872 include/linux/shm.h | 6 +-
10873 include/linux/shmem_fs.h | 5 +-
10874 include/linux/skbuff.h | 3 +
10875 include/linux/slab.h | 9 -
10876 include/linux/sysctl.h | 8 +-
10877 include/linux/thread_info.h | 6 +-
10878 include/linux/tty.h | 2 +-
10879 include/linux/tty_driver.h | 4 +-
10880 include/linux/uidgid.h | 5 +
10881 include/linux/user_namespace.h | 2 +-
10882 include/linux/utsname.h | 2 +-
10883 include/linux/vermagic.h | 16 +-
10884 include/linux/vmalloc.h | 8 +
10885 include/net/af_unix.h | 6 +-
10886 include/net/ip.h | 2 +-
10887 include/net/neighbour.h | 2 +-
10888 include/net/net_namespace.h | 2 +-
10889 include/net/netfilter/nf_conntrack_core.h | 8 +-
10890 include/net/scm.h | 1 +
10891 include/net/sock.h | 2 +-
10892 include/trace/events/fs.h | 53 +
10893 include/uapi/linux/personality.h | 1 +
10894 init/Kconfig | 2 +
10895 init/main.c | 46 +-
10896 ipc/mqueue.c | 1 +
10897 ipc/msg.c | 3 +-
10898 ipc/msgutil.c | 4 +-
10899 ipc/sem.c | 3 +-
10900 ipc/shm.c | 26 +-
10901 ipc/util.c | 6 +
10902 kernel/auditsc.c | 2 +-
10903 kernel/bpf/syscall.c | 10 +-
10904 kernel/capability.c | 41 +-
10905 kernel/cgroup.c | 5 +-
10906 kernel/compat.c | 1 +
10907 kernel/configs.c | 11 +
10908 kernel/cred.c | 112 +-
10909 kernel/events/core.c | 16 +-
10910 kernel/exit.c | 10 +-
10911 kernel/fork.c | 86 +-
10912 kernel/futex.c | 6 +-
10913 kernel/futex_compat.c | 2 +-
10914 kernel/kallsyms.c | 9 +
10915 kernel/kcmp.c | 8 +-
10916 kernel/kexec_core.c | 2 +-
10917 kernel/kmod.c | 96 +-
10918 kernel/kprobes.c | 9 +-
10919 kernel/ksysfs.c | 2 +
10920 kernel/locking/lockdep_proc.c | 10 +-
10921 kernel/module.c | 108 +-
10922 kernel/panic.c | 4 +-
10923 kernel/pid.c | 18 +-
10924 kernel/power/Kconfig | 2 +
10925 kernel/printk/printk.c | 7 +-
10926 kernel/ptrace.c | 89 +-
10927 kernel/resource.c | 10 +
10928 kernel/sched/core.c | 11 +-
10929 kernel/seccomp.c | 22 +-
10930 kernel/signal.c | 37 +-
10931 kernel/sys.c | 64 +-
10932 kernel/sysctl.c | 186 +-
10933 kernel/taskstats.c | 6 +
10934 kernel/time/posix-timers.c | 8 +
10935 kernel/time/time.c | 5 +
10936 kernel/time/timekeeping.c | 3 +
10937 kernel/time/timer_list.c | 13 +-
10938 kernel/time/timer_stats.c | 10 +-
10939 kernel/trace/Kconfig | 2 +
10940 kernel/trace/trace_syscalls.c | 8 +
10941 kernel/user_namespace.c | 15 +
10942 lib/Kconfig.debug | 13 +-
10943 lib/Kconfig.kasan | 2 +-
10944 lib/is_single_threaded.c | 3 +
10945 lib/list_debug.c | 65 +-
10946 lib/nlattr.c | 2 +
10947 lib/radix-tree.c | 12 +-
10948 lib/rbtree.c | 4 +-
10949 lib/vsprintf.c | 39 +-
10950 localversion-grsec | 1 +
10951 mm/Kconfig | 8 +-
10952 mm/Kconfig.debug | 1 +
10953 mm/filemap.c | 1 +
10954 mm/kmemleak.c | 4 +-
10955 mm/memory.c | 2 +-
10956 mm/mempolicy.c | 12 +-
10957 mm/migrate.c | 3 +-
10958 mm/mlock.c | 11 +-
10959 mm/mmap.c | 103 +-
10960 mm/mprotect.c | 8 +
10961 mm/oom_kill.c | 4 +
10962 mm/page_alloc.c | 2 +-
10963 mm/process_vm_access.c | 8 +-
10964 mm/shmem.c | 11 +-
10965 mm/slab.c | 14 +-
10966 mm/slab_common.c | 2 +-
10967 mm/slob.c | 12 +
10968 mm/slub.c | 33 +-
10969 mm/util.c | 3 +
10970 mm/vmalloc.c | 82 +-
10971 mm/vmstat.c | 29 +-
10972 net/appletalk/atalk_proc.c | 2 +-
10973 net/atm/lec.c | 6 +-
10974 net/atm/mpoa_caches.c | 42 +-
10975 net/can/bcm.c | 2 +-
10976 net/can/proc.c | 2 +-
10977 net/core/dev_ioctl.c | 7 +-
10978 net/core/filter.c | 8 +-
10979 net/core/net-procfs.c | 17 +-
10980 net/core/pktgen.c | 2 +-
10981 net/core/scm.c | 7 +
10982 net/core/sock.c | 3 +-
10983 net/core/sysctl_net_core.c | 2 +-
10984 net/decnet/dn_dev.c | 2 +-
10985 net/ipv4/Kconfig | 1 +
10986 net/ipv4/devinet.c | 6 +-
10987 net/ipv4/inet_hashtables.c | 4 +
10988 net/ipv4/ip_input.c | 7 +
10989 net/ipv4/ip_sockglue.c | 3 +-
10990 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
10991 net/ipv4/route.c | 6 +-
10992 net/ipv4/tcp_input.c | 6 +-
10993 net/ipv4/tcp_ipv4.c | 24 +-
10994 net/ipv4/tcp_minisocks.c | 9 +-
10995 net/ipv4/tcp_timer.c | 11 +
10996 net/ipv4/udp.c | 24 +
10997 net/ipv6/Kconfig | 1 +
10998 net/ipv6/addrconf.c | 13 +-
10999 net/ipv6/proc.c | 2 +-
11000 net/ipv6/tcp_ipv6.c | 23 +-
11001 net/ipv6/udp.c | 7 +
11002 net/ipx/ipx_proc.c | 2 +-
11003 net/irda/irproc.c | 2 +-
11004 net/iucv/af_iucv.c | 3 +
11005 net/llc/llc_proc.c | 2 +-
11006 net/netfilter/Kconfig | 10 +
11007 net/netfilter/Makefile | 1 +
11008 net/netfilter/nf_conntrack_core.c | 46 +-
11009 net/netfilter/nf_conntrack_helper.c | 2 +-
11010 net/netfilter/nf_conntrack_netlink.c | 2 +-
11011 net/netfilter/xt_gradm.c | 51 +
11012 net/netfilter/xt_hashlimit.c | 4 +-
11013 net/netfilter/xt_recent.c | 2 +-
11014 net/openvswitch/actions.c | 19 +-
11015 net/sctp/sm_sideeffect.c | 11 +-
11016 net/sctp/sm_statefuns.c | 17 +-
11017 net/socket.c | 75 +-
11018 net/sunrpc/Kconfig | 1 +
11019 net/sunrpc/cache.c | 2 +-
11020 net/sunrpc/stats.c | 2 +-
11021 net/sysctl_net.c | 2 +-
11022 net/unix/af_unix.c | 57 +-
11023 net/unix/garbage.c | 8 +-
11024 net/vmw_vsock/vmci_transport_notify.c | 30 +-
11025 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
11026 net/x25/sysctl_net_x25.c | 2 +-
11027 net/x25/x25_proc.c | 2 +-
11028 scripts/package/Makefile | 2 +-
11029 scripts/package/mkspec | 41 +-
11030 security/Kconfig | 369 +-
11031 security/apparmor/file.c | 4 +-
11032 security/apparmor/lsm.c | 8 +-
11033 security/commoncap.c | 36 +-
11034 security/keys/internal.h | 2 +-
11035 security/min_addr.c | 2 +
11036 security/smack/smack_lsm.c | 8 +-
11037 security/tomoyo/file.c | 12 +-
11038 security/tomoyo/mount.c | 4 +
11039 security/tomoyo/tomoyo.c | 20 +-
11040 security/yama/Kconfig | 2 +-
11041 security/yama/yama_lsm.c | 4 +-
11042 sound/core/timer.c | 4 +-
11043 sound/synth/emux/emux_seq.c | 14 +-
11044 sound/usb/line6/driver.c | 40 +-
11045 sound/usb/line6/toneport.c | 12 +-
11046 tools/gcc/.gitignore | 1 +
11047 tools/gcc/Makefile | 12 +
11048 tools/gcc/gen-random-seed.sh | 8 +
11049 tools/gcc/randomize_layout_plugin.c | 930 +++
11050 tools/gcc/size_overflow_plugin/.gitignore | 1 +
11051 .../size_overflow_plugin/size_overflow_hash.data | 463 +-
11052 513 files changed, 33007 insertions(+), 3251 deletions(-)
11053
11054 commit 6cb4f49b6a55cf16ae82685e1ab9b74c95b2f743
11055 Author: Brad Spengler <spender@grsecurity.net>
11056 Date: Mon Feb 15 10:51:41 2016 -0500
11057
11058 Initial import of pax-linux-4.4.1-test3.patch
11059
11060 Documentation/dontdiff | 46 +-
11061 Documentation/kbuild/makefiles.txt | 39 +-
11062 Documentation/kernel-parameters.txt | 28 +
11063 Makefile | 119 +-
11064 arch/alpha/include/asm/atomic.h | 10 +
11065 arch/alpha/include/asm/elf.h | 7 +
11066 arch/alpha/include/asm/pgalloc.h | 6 +
11067 arch/alpha/include/asm/pgtable.h | 11 +
11068 arch/alpha/kernel/module.c | 2 +-
11069 arch/alpha/kernel/osf_sys.c | 8 +-
11070 arch/alpha/mm/fault.c | 141 +-
11071 arch/arm/Kconfig | 3 +-
11072 arch/arm/include/asm/atomic.h | 323 +-
11073 arch/arm/include/asm/cache.h | 5 +-
11074 arch/arm/include/asm/cacheflush.h | 2 +-
11075 arch/arm/include/asm/checksum.h | 14 +-
11076 arch/arm/include/asm/cmpxchg.h | 4 +
11077 arch/arm/include/asm/cpuidle.h | 2 +-
11078 arch/arm/include/asm/domain.h | 42 +-
11079 arch/arm/include/asm/elf.h | 9 +-
11080 arch/arm/include/asm/fncpy.h | 2 +
11081 arch/arm/include/asm/futex.h | 1 +
11082 arch/arm/include/asm/kmap_types.h | 2 +-
11083 arch/arm/include/asm/mach/dma.h | 2 +-
11084 arch/arm/include/asm/mach/map.h | 16 +-
11085 arch/arm/include/asm/outercache.h | 2 +-
11086 arch/arm/include/asm/page.h | 3 +-
11087 arch/arm/include/asm/pgalloc.h | 20 +
11088 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
11089 arch/arm/include/asm/pgtable-2level.h | 3 +
11090 arch/arm/include/asm/pgtable-3level.h | 3 +
11091 arch/arm/include/asm/pgtable.h | 54 +-
11092 arch/arm/include/asm/smp.h | 2 +-
11093 arch/arm/include/asm/thread_info.h | 3 +
11094 arch/arm/include/asm/tls.h | 3 +
11095 arch/arm/include/asm/uaccess.h | 113 +-
11096 arch/arm/include/uapi/asm/ptrace.h | 2 +-
11097 arch/arm/kernel/armksyms.c | 2 +-
11098 arch/arm/kernel/cpuidle.c | 2 +-
11099 arch/arm/kernel/entry-armv.S | 109 +-
11100 arch/arm/kernel/entry-common.S | 40 +-
11101 arch/arm/kernel/entry-header.S | 55 +
11102 arch/arm/kernel/fiq.c | 3 +
11103 arch/arm/kernel/module-plts.c | 7 +-
11104 arch/arm/kernel/module.c | 38 +-
11105 arch/arm/kernel/patch.c | 2 +
11106 arch/arm/kernel/process.c | 92 +-
11107 arch/arm/kernel/reboot.c | 1 +
11108 arch/arm/kernel/setup.c | 20 +-
11109 arch/arm/kernel/signal.c | 35 +-
11110 arch/arm/kernel/smp.c | 2 +-
11111 arch/arm/kernel/tcm.c | 4 +-
11112 arch/arm/kernel/vmlinux.lds.S | 6 +-
11113 arch/arm/kvm/arm.c | 8 +-
11114 arch/arm/lib/copy_page.S | 1 +
11115 arch/arm/lib/csumpartialcopyuser.S | 4 +-
11116 arch/arm/lib/delay.c | 2 +-
11117 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
11118 arch/arm/mach-exynos/suspend.c | 6 +-
11119 arch/arm/mach-mvebu/coherency.c | 4 +-
11120 arch/arm/mach-omap2/board-n8x0.c | 2 +-
11121 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
11122 arch/arm/mach-omap2/omap-smp.c | 1 +
11123 arch/arm/mach-omap2/omap_device.c | 4 +-
11124 arch/arm/mach-omap2/omap_device.h | 4 +-
11125 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
11126 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
11127 arch/arm/mach-omap2/wd_timer.c | 6 +-
11128 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
11129 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
11130 arch/arm/mach-tegra/irq.c | 1 +
11131 arch/arm/mach-ux500/pm.c | 1 +
11132 arch/arm/mach-zynq/platsmp.c | 1 +
11133 arch/arm/mm/Kconfig | 6 +-
11134 arch/arm/mm/cache-l2x0.c | 2 +-
11135 arch/arm/mm/context.c | 10 +-
11136 arch/arm/mm/fault.c | 146 +
11137 arch/arm/mm/fault.h | 12 +
11138 arch/arm/mm/init.c | 39 +
11139 arch/arm/mm/ioremap.c | 4 +-
11140 arch/arm/mm/mmap.c | 30 +-
11141 arch/arm/mm/mmu.c | 162 +-
11142 arch/arm/net/bpf_jit_32.c | 3 +
11143 arch/arm/plat-iop/setup.c | 2 +-
11144 arch/arm/plat-omap/sram.c | 2 +
11145 arch/arm64/include/asm/atomic.h | 10 +
11146 arch/arm64/include/asm/percpu.h | 8 +-
11147 arch/arm64/include/asm/pgalloc.h | 5 +
11148 arch/arm64/include/asm/uaccess.h | 1 +
11149 arch/arm64/mm/dma-mapping.c | 2 +-
11150 arch/avr32/include/asm/elf.h | 8 +-
11151 arch/avr32/include/asm/kmap_types.h | 4 +-
11152 arch/avr32/mm/fault.c | 27 +
11153 arch/frv/include/asm/atomic.h | 10 +
11154 arch/frv/include/asm/kmap_types.h | 2 +-
11155 arch/frv/mm/elf-fdpic.c | 3 +-
11156 arch/ia64/Makefile | 1 +
11157 arch/ia64/include/asm/atomic.h | 10 +
11158 arch/ia64/include/asm/elf.h | 7 +
11159 arch/ia64/include/asm/pgalloc.h | 12 +
11160 arch/ia64/include/asm/pgtable.h | 13 +-
11161 arch/ia64/include/asm/spinlock.h | 2 +-
11162 arch/ia64/include/asm/uaccess.h | 27 +-
11163 arch/ia64/kernel/module.c | 45 +-
11164 arch/ia64/kernel/palinfo.c | 2 +-
11165 arch/ia64/kernel/sys_ia64.c | 7 +
11166 arch/ia64/kernel/vmlinux.lds.S | 2 +-
11167 arch/ia64/mm/fault.c | 32 +-
11168 arch/ia64/mm/init.c | 15 +-
11169 arch/m32r/lib/usercopy.c | 6 +
11170 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
11171 arch/mips/include/asm/atomic.h | 368 +-
11172 arch/mips/include/asm/elf.h | 7 +
11173 arch/mips/include/asm/exec.h | 2 +-
11174 arch/mips/include/asm/hw_irq.h | 2 +-
11175 arch/mips/include/asm/local.h | 57 +
11176 arch/mips/include/asm/page.h | 2 +-
11177 arch/mips/include/asm/pgalloc.h | 5 +
11178 arch/mips/include/asm/pgtable.h | 3 +
11179 arch/mips/include/asm/uaccess.h | 1 +
11180 arch/mips/kernel/binfmt_elfn32.c | 7 +
11181 arch/mips/kernel/binfmt_elfo32.c | 7 +
11182 arch/mips/kernel/irq-gt641xx.c | 2 +-
11183 arch/mips/kernel/irq.c | 6 +-
11184 arch/mips/kernel/pm-cps.c | 2 +-
11185 arch/mips/kernel/process.c | 12 -
11186 arch/mips/kernel/sync-r4k.c | 24 +-
11187 arch/mips/kernel/traps.c | 13 +-
11188 arch/mips/mm/fault.c | 25 +
11189 arch/mips/mm/mmap.c | 51 +-
11190 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
11191 arch/mips/sni/rm200.c | 2 +-
11192 arch/mips/vr41xx/common/icu.c | 2 +-
11193 arch/mips/vr41xx/common/irq.c | 4 +-
11194 arch/parisc/include/asm/atomic.h | 10 +
11195 arch/parisc/include/asm/elf.h | 7 +
11196 arch/parisc/include/asm/pgalloc.h | 6 +
11197 arch/parisc/include/asm/pgtable.h | 11 +
11198 arch/parisc/include/asm/uaccess.h | 4 +-
11199 arch/parisc/kernel/module.c | 50 +-
11200 arch/parisc/kernel/sys_parisc.c | 15 +
11201 arch/parisc/kernel/traps.c | 4 +-
11202 arch/parisc/mm/fault.c | 140 +-
11203 arch/powerpc/include/asm/atomic.h | 329 +-
11204 arch/powerpc/include/asm/elf.h | 12 +
11205 arch/powerpc/include/asm/exec.h | 2 +-
11206 arch/powerpc/include/asm/kmap_types.h | 2 +-
11207 arch/powerpc/include/asm/local.h | 46 +
11208 arch/powerpc/include/asm/mman.h | 2 +-
11209 arch/powerpc/include/asm/page.h | 8 +-
11210 arch/powerpc/include/asm/page_64.h | 7 +-
11211 arch/powerpc/include/asm/pgalloc-64.h | 7 +
11212 arch/powerpc/include/asm/pgtable.h | 1 +
11213 arch/powerpc/include/asm/pte-hash32.h | 1 +
11214 arch/powerpc/include/asm/reg.h | 1 +
11215 arch/powerpc/include/asm/smp.h | 2 +-
11216 arch/powerpc/include/asm/spinlock.h | 42 +-
11217 arch/powerpc/include/asm/uaccess.h | 141 +-
11218 arch/powerpc/kernel/Makefile | 5 +
11219 arch/powerpc/kernel/exceptions-64e.S | 4 +-
11220 arch/powerpc/kernel/exceptions-64s.S | 2 +-
11221 arch/powerpc/kernel/module_32.c | 15 +-
11222 arch/powerpc/kernel/process.c | 46 -
11223 arch/powerpc/kernel/signal_32.c | 2 +-
11224 arch/powerpc/kernel/signal_64.c | 2 +-
11225 arch/powerpc/kernel/traps.c | 21 +
11226 arch/powerpc/kernel/vdso.c | 5 +-
11227 arch/powerpc/lib/usercopy_64.c | 18 -
11228 arch/powerpc/mm/fault.c | 56 +-
11229 arch/powerpc/mm/mmap.c | 16 +
11230 arch/powerpc/mm/slice.c | 13 +-
11231 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
11232 arch/s390/include/asm/atomic.h | 10 +
11233 arch/s390/include/asm/elf.h | 7 +
11234 arch/s390/include/asm/exec.h | 2 +-
11235 arch/s390/include/asm/uaccess.h | 13 +-
11236 arch/s390/kernel/module.c | 22 +-
11237 arch/s390/kernel/process.c | 20 -
11238 arch/s390/mm/mmap.c | 16 +
11239 arch/score/include/asm/exec.h | 2 +-
11240 arch/score/kernel/process.c | 5 -
11241 arch/sh/mm/mmap.c | 22 +-
11242 arch/sparc/include/asm/atomic_64.h | 110 +-
11243 arch/sparc/include/asm/cache.h | 2 +-
11244 arch/sparc/include/asm/elf_32.h | 7 +
11245 arch/sparc/include/asm/elf_64.h | 7 +
11246 arch/sparc/include/asm/pgalloc_32.h | 1 +
11247 arch/sparc/include/asm/pgalloc_64.h | 1 +
11248 arch/sparc/include/asm/pgtable.h | 4 +
11249 arch/sparc/include/asm/pgtable_32.h | 15 +-
11250 arch/sparc/include/asm/pgtsrmmu.h | 5 +
11251 arch/sparc/include/asm/setup.h | 4 +-
11252 arch/sparc/include/asm/spinlock_64.h | 35 +-
11253 arch/sparc/include/asm/thread_info_32.h | 1 +
11254 arch/sparc/include/asm/thread_info_64.h | 2 +
11255 arch/sparc/include/asm/uaccess.h | 1 +
11256 arch/sparc/include/asm/uaccess_32.h | 28 +-
11257 arch/sparc/include/asm/uaccess_64.h | 24 +-
11258 arch/sparc/kernel/Makefile | 2 +-
11259 arch/sparc/kernel/prom_common.c | 2 +-
11260 arch/sparc/kernel/smp_64.c | 8 +-
11261 arch/sparc/kernel/sys_sparc_32.c | 2 +-
11262 arch/sparc/kernel/sys_sparc_64.c | 52 +-
11263 arch/sparc/kernel/traps_64.c | 27 +-
11264 arch/sparc/lib/Makefile | 2 +-
11265 arch/sparc/lib/atomic_64.S | 57 +-
11266 arch/sparc/lib/ksyms.c | 6 +-
11267 arch/sparc/mm/Makefile | 2 +-
11268 arch/sparc/mm/fault_32.c | 292 +
11269 arch/sparc/mm/fault_64.c | 486 +
11270 arch/sparc/mm/hugetlbpage.c | 22 +-
11271 arch/sparc/mm/init_64.c | 10 +-
11272 arch/tile/include/asm/atomic_64.h | 10 +
11273 arch/tile/include/asm/uaccess.h | 4 +-
11274 arch/um/Makefile | 4 +
11275 arch/um/include/asm/kmap_types.h | 2 +-
11276 arch/um/include/asm/page.h | 3 +
11277 arch/um/include/asm/pgtable-3level.h | 1 +
11278 arch/um/kernel/process.c | 16 -
11279 arch/x86/Kconfig | 26 +-
11280 arch/x86/Kconfig.cpu | 6 +-
11281 arch/x86/Kconfig.debug | 4 +-
11282 arch/x86/Makefile | 13 +-
11283 arch/x86/boot/Makefile | 3 +
11284 arch/x86/boot/bitops.h | 4 +-
11285 arch/x86/boot/boot.h | 2 +-
11286 arch/x86/boot/compressed/Makefile | 3 +
11287 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
11288 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
11289 arch/x86/boot/compressed/head_32.S | 4 +-
11290 arch/x86/boot/compressed/head_64.S | 12 +-
11291 arch/x86/boot/compressed/misc.c | 11 +-
11292 arch/x86/boot/cpucheck.c | 16 +-
11293 arch/x86/boot/header.S | 6 +-
11294 arch/x86/boot/memory.c | 2 +-
11295 arch/x86/boot/video-vesa.c | 1 +
11296 arch/x86/boot/video.c | 2 +-
11297 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
11298 arch/x86/crypto/aesni-intel_asm.S | 106 +-
11299 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
11300 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
11301 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
11302 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
11303 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
11304 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
11305 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
11306 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
11307 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
11308 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
11309 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
11310 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
11311 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
11312 arch/x86/crypto/sha256-avx-asm.S | 2 +
11313 arch/x86/crypto/sha256-avx2-asm.S | 2 +
11314 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
11315 arch/x86/crypto/sha512-avx-asm.S | 2 +
11316 arch/x86/crypto/sha512-avx2-asm.S | 2 +
11317 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
11318 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
11319 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
11320 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
11321 arch/x86/entry/calling.h | 86 +-
11322 arch/x86/entry/common.c | 28 +-
11323 arch/x86/entry/entry_32.S | 311 +-
11324 arch/x86/entry/entry_64.S | 625 +-
11325 arch/x86/entry/entry_64_compat.S | 67 +-
11326 arch/x86/entry/thunk_64.S | 2 +
11327 arch/x86/entry/vdso/Makefile | 2 +-
11328 arch/x86/entry/vdso/vdso2c.h | 8 +-
11329 arch/x86/entry/vdso/vma.c | 37 +-
11330 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
11331 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
11332 arch/x86/ia32/ia32_signal.c | 23 +-
11333 arch/x86/ia32/sys_ia32.c | 42 +-
11334 arch/x86/include/asm/alternative-asm.h | 43 +-
11335 arch/x86/include/asm/alternative.h | 4 +-
11336 arch/x86/include/asm/apic.h | 2 +-
11337 arch/x86/include/asm/apm.h | 4 +-
11338 arch/x86/include/asm/atomic.h | 230 +-
11339 arch/x86/include/asm/atomic64_32.h | 100 +
11340 arch/x86/include/asm/atomic64_64.h | 164 +-
11341 arch/x86/include/asm/bitops.h | 18 +-
11342 arch/x86/include/asm/boot.h | 2 +-
11343 arch/x86/include/asm/cache.h | 5 +-
11344 arch/x86/include/asm/checksum_32.h | 12 +-
11345 arch/x86/include/asm/cmpxchg.h | 39 +
11346 arch/x86/include/asm/compat.h | 4 +
11347 arch/x86/include/asm/cpufeature.h | 17 +-
11348 arch/x86/include/asm/desc.h | 78 +-
11349 arch/x86/include/asm/desc_defs.h | 6 +
11350 arch/x86/include/asm/div64.h | 2 +-
11351 arch/x86/include/asm/dma.h | 2 +
11352 arch/x86/include/asm/elf.h | 33 +-
11353 arch/x86/include/asm/emergency-restart.h | 2 +-
11354 arch/x86/include/asm/fpu/internal.h | 42 +-
11355 arch/x86/include/asm/fpu/types.h | 5 +-
11356 arch/x86/include/asm/futex.h | 14 +-
11357 arch/x86/include/asm/hw_irq.h | 4 +-
11358 arch/x86/include/asm/i8259.h | 2 +-
11359 arch/x86/include/asm/io.h | 22 +-
11360 arch/x86/include/asm/irqflags.h | 5 +
11361 arch/x86/include/asm/kprobes.h | 9 +-
11362 arch/x86/include/asm/local.h | 106 +-
11363 arch/x86/include/asm/mman.h | 15 +
11364 arch/x86/include/asm/mmu.h | 14 +-
11365 arch/x86/include/asm/mmu_context.h | 133 +-
11366 arch/x86/include/asm/module.h | 17 +-
11367 arch/x86/include/asm/nmi.h | 19 +-
11368 arch/x86/include/asm/page.h | 1 +
11369 arch/x86/include/asm/page_32.h | 12 +-
11370 arch/x86/include/asm/page_64.h | 14 +-
11371 arch/x86/include/asm/paravirt.h | 46 +-
11372 arch/x86/include/asm/paravirt_types.h | 15 +-
11373 arch/x86/include/asm/pgalloc.h | 23 +
11374 arch/x86/include/asm/pgtable-2level.h | 2 +
11375 arch/x86/include/asm/pgtable-3level.h | 7 +
11376 arch/x86/include/asm/pgtable.h | 126 +-
11377 arch/x86/include/asm/pgtable_32.h | 14 +-
11378 arch/x86/include/asm/pgtable_32_types.h | 24 +-
11379 arch/x86/include/asm/pgtable_64.h | 23 +-
11380 arch/x86/include/asm/pgtable_64_types.h | 5 +
11381 arch/x86/include/asm/pgtable_types.h | 26 +-
11382 arch/x86/include/asm/pmem.h | 2 +-
11383 arch/x86/include/asm/preempt.h | 2 +-
11384 arch/x86/include/asm/processor.h | 57 +-
11385 arch/x86/include/asm/ptrace.h | 15 +-
11386 arch/x86/include/asm/realmode.h | 4 +-
11387 arch/x86/include/asm/reboot.h | 10 +-
11388 arch/x86/include/asm/rmwcc.h | 84 +-
11389 arch/x86/include/asm/rwsem.h | 60 +-
11390 arch/x86/include/asm/segment.h | 27 +-
11391 arch/x86/include/asm/smap.h | 43 +
11392 arch/x86/include/asm/smp.h | 14 +-
11393 arch/x86/include/asm/stackprotector.h | 4 +-
11394 arch/x86/include/asm/stacktrace.h | 34 +-
11395 arch/x86/include/asm/switch_to.h | 4 +-
11396 arch/x86/include/asm/sys_ia32.h | 6 +-
11397 arch/x86/include/asm/thread_info.h | 27 +-
11398 arch/x86/include/asm/tlbflush.h | 77 +-
11399 arch/x86/include/asm/uaccess.h | 210 +-
11400 arch/x86/include/asm/uaccess_32.h | 28 +-
11401 arch/x86/include/asm/uaccess_64.h | 169 +-
11402 arch/x86/include/asm/word-at-a-time.h | 2 +-
11403 arch/x86/include/asm/x86_init.h | 10 +-
11404 arch/x86/include/asm/xen/page.h | 2 +-
11405 arch/x86/include/uapi/asm/e820.h | 2 +-
11406 arch/x86/kernel/Makefile | 2 +-
11407 arch/x86/kernel/acpi/boot.c | 4 +-
11408 arch/x86/kernel/acpi/sleep.c | 4 +
11409 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
11410 arch/x86/kernel/alternative.c | 124 +-
11411 arch/x86/kernel/apic/apic.c | 4 +-
11412 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
11413 arch/x86/kernel/apic/apic_noop.c | 2 +-
11414 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
11415 arch/x86/kernel/apic/io_apic.c | 8 +-
11416 arch/x86/kernel/apic/msi.c | 2 +-
11417 arch/x86/kernel/apic/probe_32.c | 4 +-
11418 arch/x86/kernel/apic/vector.c | 2 +
11419 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
11420 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
11421 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
11422 arch/x86/kernel/apm_32.c | 21 +-
11423 arch/x86/kernel/asm-offsets.c | 20 +
11424 arch/x86/kernel/asm-offsets_64.c | 1 +
11425 arch/x86/kernel/cpu/Makefile | 4 -
11426 arch/x86/kernel/cpu/amd.c | 2 +-
11427 arch/x86/kernel/cpu/bugs_64.c | 2 +
11428 arch/x86/kernel/cpu/common.c | 202 +-
11429 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
11430 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
11431 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
11432 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
11433 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
11434 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
11435 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
11436 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
11437 arch/x86/kernel/cpu/perf_event.c | 10 +-
11438 arch/x86/kernel/cpu/perf_event.h | 2 +-
11439 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
11440 arch/x86/kernel/cpu/perf_event_intel.c | 34 +-
11441 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
11442 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
11443 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
11444 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
11445 arch/x86/kernel/cpu/perf_event_intel_pt.c | 42 +-
11446 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
11447 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
11448 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
11449 arch/x86/kernel/crash_dump_64.c | 2 +-
11450 arch/x86/kernel/doublefault.c | 8 +-
11451 arch/x86/kernel/dumpstack.c | 24 +-
11452 arch/x86/kernel/dumpstack_32.c | 25 +-
11453 arch/x86/kernel/dumpstack_64.c | 62 +-
11454 arch/x86/kernel/e820.c | 4 +-
11455 arch/x86/kernel/early_printk.c | 1 +
11456 arch/x86/kernel/espfix_64.c | 44 +-
11457 arch/x86/kernel/fpu/core.c | 24 +-
11458 arch/x86/kernel/fpu/init.c | 40 +-
11459 arch/x86/kernel/fpu/regset.c | 22 +-
11460 arch/x86/kernel/fpu/signal.c | 20 +-
11461 arch/x86/kernel/fpu/xstate.c | 6 +-
11462 arch/x86/kernel/ftrace.c | 18 +-
11463 arch/x86/kernel/head64.c | 14 +-
11464 arch/x86/kernel/head_32.S | 235 +-
11465 arch/x86/kernel/head_64.S | 173 +-
11466 arch/x86/kernel/i386_ksyms_32.c | 12 +
11467 arch/x86/kernel/i8259.c | 10 +-
11468 arch/x86/kernel/io_delay.c | 2 +-
11469 arch/x86/kernel/ioport.c | 2 +-
11470 arch/x86/kernel/irq.c | 8 +-
11471 arch/x86/kernel/irq_32.c | 45 +-
11472 arch/x86/kernel/jump_label.c | 10 +-
11473 arch/x86/kernel/kgdb.c | 21 +-
11474 arch/x86/kernel/kprobes/core.c | 28 +-
11475 arch/x86/kernel/kprobes/opt.c | 16 +-
11476 arch/x86/kernel/ksysfs.c | 2 +-
11477 arch/x86/kernel/kvmclock.c | 20 +-
11478 arch/x86/kernel/ldt.c | 25 +
11479 arch/x86/kernel/livepatch.c | 11 +-
11480 arch/x86/kernel/machine_kexec_32.c | 6 +-
11481 arch/x86/kernel/mcount_64.S | 19 +-
11482 arch/x86/kernel/module.c | 78 +-
11483 arch/x86/kernel/msr.c | 2 +-
11484 arch/x86/kernel/nmi.c | 34 +-
11485 arch/x86/kernel/nmi_selftest.c | 4 +-
11486 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
11487 arch/x86/kernel/paravirt.c | 45 +-
11488 arch/x86/kernel/paravirt_patch_64.c | 8 +
11489 arch/x86/kernel/pci-calgary_64.c | 2 +-
11490 arch/x86/kernel/pci-iommu_table.c | 2 +-
11491 arch/x86/kernel/pci-swiotlb.c | 2 +-
11492 arch/x86/kernel/process.c | 80 +-
11493 arch/x86/kernel/process_32.c | 29 +-
11494 arch/x86/kernel/process_64.c | 14 +-
11495 arch/x86/kernel/ptrace.c | 20 +-
11496 arch/x86/kernel/pvclock.c | 8 +-
11497 arch/x86/kernel/reboot.c | 44 +-
11498 arch/x86/kernel/reboot_fixups_32.c | 2 +-
11499 arch/x86/kernel/relocate_kernel_64.S | 3 +-
11500 arch/x86/kernel/setup.c | 29 +-
11501 arch/x86/kernel/setup_percpu.c | 29 +-
11502 arch/x86/kernel/signal.c | 17 +-
11503 arch/x86/kernel/smp.c | 2 +-
11504 arch/x86/kernel/smpboot.c | 29 +-
11505 arch/x86/kernel/step.c | 6 +-
11506 arch/x86/kernel/sys_i386_32.c | 184 +
11507 arch/x86/kernel/sys_x86_64.c | 22 +-
11508 arch/x86/kernel/tboot.c | 22 +-
11509 arch/x86/kernel/time.c | 8 +-
11510 arch/x86/kernel/tls.c | 7 +-
11511 arch/x86/kernel/tracepoint.c | 4 +-
11512 arch/x86/kernel/traps.c | 53 +-
11513 arch/x86/kernel/tsc.c | 2 +-
11514 arch/x86/kernel/uprobes.c | 4 +-
11515 arch/x86/kernel/vm86_32.c | 6 +-
11516 arch/x86/kernel/vmlinux.lds.S | 153 +-
11517 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
11518 arch/x86/kernel/x86_init.c | 6 +-
11519 arch/x86/kvm/cpuid.c | 21 +-
11520 arch/x86/kvm/emulate.c | 6 +-
11521 arch/x86/kvm/i8259.c | 10 +-
11522 arch/x86/kvm/ioapic.c | 2 +
11523 arch/x86/kvm/lapic.c | 2 +-
11524 arch/x86/kvm/paging_tmpl.h | 2 +-
11525 arch/x86/kvm/svm.c | 10 +-
11526 arch/x86/kvm/vmx.c | 62 +-
11527 arch/x86/kvm/x86.c | 44 +-
11528 arch/x86/lguest/boot.c | 3 +-
11529 arch/x86/lib/atomic64_386_32.S | 164 +
11530 arch/x86/lib/atomic64_cx8_32.S | 98 +-
11531 arch/x86/lib/checksum_32.S | 99 +-
11532 arch/x86/lib/clear_page_64.S | 3 +
11533 arch/x86/lib/cmpxchg16b_emu.S | 3 +
11534 arch/x86/lib/copy_page_64.S | 14 +-
11535 arch/x86/lib/copy_user_64.S | 66 +-
11536 arch/x86/lib/csum-copy_64.S | 14 +-
11537 arch/x86/lib/csum-wrappers_64.c | 8 +-
11538 arch/x86/lib/getuser.S | 74 +-
11539 arch/x86/lib/insn.c | 8 +-
11540 arch/x86/lib/iomap_copy_64.S | 2 +
11541 arch/x86/lib/memcpy_64.S | 6 +
11542 arch/x86/lib/memmove_64.S | 3 +-
11543 arch/x86/lib/memset_64.S | 3 +
11544 arch/x86/lib/mmx_32.c | 243 +-
11545 arch/x86/lib/msr-reg.S | 2 +
11546 arch/x86/lib/putuser.S | 87 +-
11547 arch/x86/lib/rwsem.S | 6 +-
11548 arch/x86/lib/usercopy_32.c | 359 +-
11549 arch/x86/lib/usercopy_64.c | 22 +-
11550 arch/x86/math-emu/fpu_aux.c | 2 +-
11551 arch/x86/math-emu/fpu_entry.c | 4 +-
11552 arch/x86/math-emu/fpu_system.h | 2 +-
11553 arch/x86/mm/Makefile | 4 +
11554 arch/x86/mm/extable.c | 26 +-
11555 arch/x86/mm/fault.c | 570 +-
11556 arch/x86/mm/gup.c | 6 +-
11557 arch/x86/mm/highmem_32.c | 6 +
11558 arch/x86/mm/hugetlbpage.c | 24 +-
11559 arch/x86/mm/init.c | 111 +-
11560 arch/x86/mm/init_32.c | 111 +-
11561 arch/x86/mm/init_64.c | 46 +-
11562 arch/x86/mm/iomap_32.c | 4 +
11563 arch/x86/mm/ioremap.c | 52 +-
11564 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
11565 arch/x86/mm/mmap.c | 40 +-
11566 arch/x86/mm/mmio-mod.c | 10 +-
11567 arch/x86/mm/mpx.c | 6 +-
11568 arch/x86/mm/numa.c | 4 +-
11569 arch/x86/mm/pageattr.c | 42 +-
11570 arch/x86/mm/pat.c | 12 +-
11571 arch/x86/mm/pat_rbtree.c | 2 +-
11572 arch/x86/mm/pf_in.c | 10 +-
11573 arch/x86/mm/pgtable.c | 214 +-
11574 arch/x86/mm/pgtable_32.c | 3 +
11575 arch/x86/mm/setup_nx.c | 7 +
11576 arch/x86/mm/tlb.c | 4 +
11577 arch/x86/mm/uderef_64.c | 37 +
11578 arch/x86/net/bpf_jit.S | 11 +
11579 arch/x86/net/bpf_jit_comp.c | 13 +-
11580 arch/x86/oprofile/backtrace.c | 6 +-
11581 arch/x86/oprofile/nmi_int.c | 8 +-
11582 arch/x86/oprofile/op_model_amd.c | 8 +-
11583 arch/x86/oprofile/op_model_ppro.c | 7 +-
11584 arch/x86/oprofile/op_x86_model.h | 2 +-
11585 arch/x86/pci/intel_mid_pci.c | 2 +-
11586 arch/x86/pci/irq.c | 8 +-
11587 arch/x86/pci/pcbios.c | 144 +-
11588 arch/x86/platform/efi/efi_32.c | 24 +
11589 arch/x86/platform/efi/efi_64.c | 26 +-
11590 arch/x86/platform/efi/efi_stub_32.S | 64 +-
11591 arch/x86/platform/efi/efi_stub_64.S | 2 +
11592 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
11593 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
11594 arch/x86/platform/intel-mid/mfld.c | 4 +-
11595 arch/x86/platform/intel-mid/mrfl.c | 2 +-
11596 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
11597 arch/x86/platform/olpc/olpc_dt.c | 2 +-
11598 arch/x86/power/cpu.c | 11 +-
11599 arch/x86/realmode/init.c | 10 +-
11600 arch/x86/realmode/rm/Makefile | 3 +
11601 arch/x86/realmode/rm/header.S | 4 +-
11602 arch/x86/realmode/rm/reboot.S | 4 +
11603 arch/x86/realmode/rm/trampoline_32.S | 12 +-
11604 arch/x86/realmode/rm/trampoline_64.S | 3 +-
11605 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
11606 arch/x86/tools/Makefile | 2 +-
11607 arch/x86/tools/relocs.c | 96 +-
11608 arch/x86/um/mem_32.c | 2 +-
11609 arch/x86/um/tls_32.c | 2 +-
11610 arch/x86/xen/enlighten.c | 50 +-
11611 arch/x86/xen/mmu.c | 19 +-
11612 arch/x86/xen/smp.c | 16 +-
11613 arch/x86/xen/xen-asm_32.S | 2 +-
11614 arch/x86/xen/xen-head.S | 11 +
11615 arch/x86/xen/xen-ops.h | 2 -
11616 block/bio.c | 4 +-
11617 block/blk-cgroup.c | 18 +-
11618 block/blk-iopoll.c | 2 +-
11619 block/blk-map.c | 2 +-
11620 block/blk-softirq.c | 2 +-
11621 block/bsg.c | 12 +-
11622 block/cfq-iosched.c | 4 +-
11623 block/compat_ioctl.c | 4 +-
11624 block/genhd.c | 9 +-
11625 block/partitions/efi.c | 8 +-
11626 block/scsi_ioctl.c | 29 +-
11627 crypto/cryptd.c | 4 +-
11628 crypto/crypto_user.c | 8 +-
11629 crypto/pcrypt.c | 2 +-
11630 crypto/zlib.c | 12 +-
11631 drivers/acpi/acpi_video.c | 2 +-
11632 drivers/acpi/apei/apei-internal.h | 2 +-
11633 drivers/acpi/apei/ghes.c | 10 +-
11634 drivers/acpi/bgrt.c | 6 +-
11635 drivers/acpi/blacklist.c | 4 +-
11636 drivers/acpi/bus.c | 4 +-
11637 drivers/acpi/device_pm.c | 4 +-
11638 drivers/acpi/ec.c | 2 +-
11639 drivers/acpi/pci_slot.c | 2 +-
11640 drivers/acpi/processor_idle.c | 2 +-
11641 drivers/acpi/processor_pdc.c | 2 +-
11642 drivers/acpi/sleep.c | 2 +-
11643 drivers/acpi/sysfs.c | 4 +-
11644 drivers/acpi/thermal.c | 2 +-
11645 drivers/acpi/video_detect.c | 7 +-
11646 drivers/ata/libata-core.c | 12 +-
11647 drivers/ata/libata-scsi.c | 2 +-
11648 drivers/ata/libata.h | 2 +-
11649 drivers/ata/pata_arasan_cf.c | 4 +-
11650 drivers/atm/adummy.c | 2 +-
11651 drivers/atm/ambassador.c | 8 +-
11652 drivers/atm/atmtcp.c | 14 +-
11653 drivers/atm/eni.c | 10 +-
11654 drivers/atm/firestream.c | 8 +-
11655 drivers/atm/fore200e.c | 14 +-
11656 drivers/atm/he.c | 18 +-
11657 drivers/atm/horizon.c | 4 +-
11658 drivers/atm/idt77252.c | 36 +-
11659 drivers/atm/iphase.c | 34 +-
11660 drivers/atm/lanai.c | 12 +-
11661 drivers/atm/nicstar.c | 46 +-
11662 drivers/atm/solos-pci.c | 4 +-
11663 drivers/atm/suni.c | 4 +-
11664 drivers/atm/uPD98402.c | 16 +-
11665 drivers/atm/zatm.c | 6 +-
11666 drivers/base/bus.c | 4 +-
11667 drivers/base/devres.c | 4 +-
11668 drivers/base/devtmpfs.c | 8 +-
11669 drivers/base/node.c | 2 +-
11670 drivers/base/platform-msi.c | 20 +-
11671 drivers/base/power/domain.c | 7 +-
11672 drivers/base/power/runtime.c | 6 +-
11673 drivers/base/power/sysfs.c | 2 +-
11674 drivers/base/power/wakeup.c | 8 +-
11675 drivers/base/regmap/regmap-debugfs.c | 4 +-
11676 drivers/base/regmap/regmap.c | 4 +-
11677 drivers/base/syscore.c | 4 +-
11678 drivers/block/cciss.c | 28 +-
11679 drivers/block/cciss.h | 2 +-
11680 drivers/block/cpqarray.c | 28 +-
11681 drivers/block/cpqarray.h | 2 +-
11682 drivers/block/drbd/drbd_bitmap.c | 2 +-
11683 drivers/block/drbd/drbd_int.h | 8 +-
11684 drivers/block/drbd/drbd_main.c | 12 +-
11685 drivers/block/drbd/drbd_nl.c | 4 +-
11686 drivers/block/drbd/drbd_receiver.c | 38 +-
11687 drivers/block/drbd/drbd_worker.c | 14 +-
11688 drivers/block/pktcdvd.c | 4 +-
11689 drivers/block/rbd.c | 2 +-
11690 drivers/bluetooth/btwilink.c | 2 +-
11691 drivers/bus/arm-cci.c | 12 +-
11692 drivers/cdrom/cdrom.c | 11 +-
11693 drivers/cdrom/gdrom.c | 1 -
11694 drivers/char/agp/compat_ioctl.c | 2 +-
11695 drivers/char/agp/frontend.c | 4 +-
11696 drivers/char/agp/intel-gtt.c | 4 +-
11697 drivers/char/hpet.c | 2 +-
11698 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
11699 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
11700 drivers/char/ipmi/ipmi_ssif.c | 12 +-
11701 drivers/char/mem.c | 47 +-
11702 drivers/char/nvram.c | 2 +-
11703 drivers/char/pcmcia/synclink_cs.c | 16 +-
11704 drivers/char/random.c | 12 +-
11705 drivers/char/sonypi.c | 11 +-
11706 drivers/char/tpm/tpm_acpi.c | 3 +-
11707 drivers/char/tpm/tpm_eventlog.c | 5 +-
11708 drivers/char/virtio_console.c | 6 +-
11709 drivers/clk/clk-composite.c | 2 +-
11710 drivers/clk/samsung/clk.h | 2 +-
11711 drivers/clk/socfpga/clk-gate.c | 9 +-
11712 drivers/clk/socfpga/clk-pll.c | 9 +-
11713 drivers/clk/ti/clk.c | 8 +-
11714 drivers/cpufreq/acpi-cpufreq.c | 17 +-
11715 drivers/cpufreq/cpufreq-dt.c | 4 +-
11716 drivers/cpufreq/cpufreq.c | 30 +-
11717 drivers/cpufreq/cpufreq_governor.c | 2 +-
11718 drivers/cpufreq/cpufreq_governor.h | 4 +-
11719 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
11720 drivers/cpufreq/intel_pstate.c | 38 +-
11721 drivers/cpufreq/p4-clockmod.c | 12 +-
11722 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
11723 drivers/cpufreq/speedstep-centrino.c | 7 +-
11724 drivers/cpuidle/driver.c | 2 +-
11725 drivers/cpuidle/dt_idle_states.c | 2 +-
11726 drivers/cpuidle/governor.c | 2 +-
11727 drivers/cpuidle/sysfs.c | 2 +-
11728 drivers/crypto/hifn_795x.c | 4 +-
11729 drivers/devfreq/devfreq.c | 4 +-
11730 drivers/dma/sh/shdma-base.c | 4 +-
11731 drivers/dma/sh/shdmac.c | 2 +-
11732 drivers/edac/edac_device.c | 4 +-
11733 drivers/edac/edac_mc_sysfs.c | 2 +-
11734 drivers/edac/edac_pci.c | 4 +-
11735 drivers/edac/edac_pci_sysfs.c | 22 +-
11736 drivers/edac/mce_amd.h | 2 +-
11737 drivers/firewire/core-card.c | 6 +-
11738 drivers/firewire/core-device.c | 2 +-
11739 drivers/firewire/core-transaction.c | 1 +
11740 drivers/firewire/core.h | 1 +
11741 drivers/firmware/dmi-id.c | 2 +-
11742 drivers/firmware/dmi_scan.c | 12 +-
11743 drivers/firmware/efi/cper.c | 8 +-
11744 drivers/firmware/efi/efi.c | 12 +-
11745 drivers/firmware/efi/efivars.c | 2 +-
11746 drivers/firmware/efi/runtime-map.c | 2 +-
11747 drivers/firmware/google/gsmi.c | 2 +-
11748 drivers/firmware/google/memconsole.c | 7 +-
11749 drivers/firmware/memmap.c | 2 +-
11750 drivers/firmware/psci.c | 2 +-
11751 drivers/gpio/gpio-davinci.c | 6 +-
11752 drivers/gpio/gpio-em.c | 2 +-
11753 drivers/gpio/gpio-ich.c | 2 +-
11754 drivers/gpio/gpio-omap.c | 4 +-
11755 drivers/gpio/gpio-rcar.c | 2 +-
11756 drivers/gpio/gpio-vr41xx.c | 2 +-
11757 drivers/gpio/gpiolib.c | 12 +-
11758 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
11759 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
11760 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
11761 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
11762 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
11763 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
11764 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
11765 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
11766 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
11767 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
11768 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
11769 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
11770 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
11771 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
11772 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
11773 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
11774 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
11775 drivers/gpu/drm/armada/armada_drv.c | 3 +-
11776 drivers/gpu/drm/drm_crtc.c | 2 +-
11777 drivers/gpu/drm/drm_drv.c | 2 +-
11778 drivers/gpu/drm/drm_fops.c | 12 +-
11779 drivers/gpu/drm/drm_global.c | 14 +-
11780 drivers/gpu/drm/drm_info.c | 13 +-
11781 drivers/gpu/drm/drm_ioc32.c | 13 +-
11782 drivers/gpu/drm/drm_ioctl.c | 2 +-
11783 drivers/gpu/drm/drm_pci.c | 9 +-
11784 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
11785 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
11786 drivers/gpu/drm/gma500/psb_drv.c | 1 -
11787 drivers/gpu/drm/i810/i810_dma.c | 2 +-
11788 drivers/gpu/drm/i810/i810_drv.c | 6 +-
11789 drivers/gpu/drm/i810/i810_drv.h | 6 +-
11790 drivers/gpu/drm/i915/i915_dma.c | 4 +-
11791 drivers/gpu/drm/i915/i915_drv.c | 7 +-
11792 drivers/gpu/drm/i915/i915_drv.h | 2 +-
11793 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
11794 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
11795 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
11796 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
11797 drivers/gpu/drm/i915/i915_irq.c | 88 +-
11798 drivers/gpu/drm/i915/intel_display.c | 26 +-
11799 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
11800 drivers/gpu/drm/mga/mga_drv.c | 5 +-
11801 drivers/gpu/drm/mga/mga_drv.h | 6 +-
11802 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
11803 drivers/gpu/drm/mga/mga_irq.c | 8 +-
11804 drivers/gpu/drm/mga/mga_state.c | 2 +-
11805 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
11806 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
11807 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
11808 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
11809 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
11810 drivers/gpu/drm/omapdrm/Makefile | 2 +-
11811 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
11812 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
11813 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
11814 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
11815 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
11816 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
11817 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
11818 drivers/gpu/drm/r128/r128_cce.c | 2 +-
11819 drivers/gpu/drm/r128/r128_drv.c | 4 +-
11820 drivers/gpu/drm/r128/r128_drv.h | 6 +-
11821 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
11822 drivers/gpu/drm/r128/r128_irq.c | 4 +-
11823 drivers/gpu/drm/r128/r128_state.c | 6 +-
11824 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
11825 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
11826 drivers/gpu/drm/radeon/radeon_drv.c | 17 +-
11827 drivers/gpu/drm/radeon/radeon_drv.h | 4 +-
11828 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
11829 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
11830 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
11831 drivers/gpu/drm/radeon/radeon_state.c | 6 +-
11832 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
11833 drivers/gpu/drm/savage/savage_bci.c | 2 +-
11834 drivers/gpu/drm/savage/savage_drv.c | 5 +-
11835 drivers/gpu/drm/savage/savage_drv.h | 2 +-
11836 drivers/gpu/drm/sis/sis_drv.c | 5 +-
11837 drivers/gpu/drm/sis/sis_drv.h | 2 +-
11838 drivers/gpu/drm/sis/sis_mm.c | 2 +-
11839 drivers/gpu/drm/tegra/dc.c | 2 +-
11840 drivers/gpu/drm/tegra/dsi.c | 2 +-
11841 drivers/gpu/drm/tegra/hdmi.c | 2 +-
11842 drivers/gpu/drm/tegra/sor.c | 7 +-
11843 drivers/gpu/drm/tilcdc/Makefile | 6 +-
11844 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
11845 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
11846 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
11847 drivers/gpu/drm/udl/udl_fb.c | 1 -
11848 drivers/gpu/drm/via/via_dma.c | 2 +-
11849 drivers/gpu/drm/via/via_drv.c | 5 +-
11850 drivers/gpu/drm/via/via_drv.h | 6 +-
11851 drivers/gpu/drm/via/via_irq.c | 18 +-
11852 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
11853 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
11854 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
11855 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
11856 drivers/gpu/vga/vga_switcheroo.c | 4 +-
11857 drivers/hid/hid-core.c | 4 +-
11858 drivers/hid/hid-sensor-custom.c | 2 +-
11859 drivers/hv/channel.c | 6 +-
11860 drivers/hv/hv.c | 4 +-
11861 drivers/hv/hv_balloon.c | 18 +-
11862 drivers/hv/hyperv_vmbus.h | 2 +-
11863 drivers/hwmon/acpi_power_meter.c | 6 +-
11864 drivers/hwmon/applesmc.c | 2 +-
11865 drivers/hwmon/asus_atk0110.c | 10 +-
11866 drivers/hwmon/coretemp.c | 2 +-
11867 drivers/hwmon/dell-smm-hwmon.c | 2 +-
11868 drivers/hwmon/ibmaem.c | 2 +-
11869 drivers/hwmon/iio_hwmon.c | 2 +-
11870 drivers/hwmon/nct6683.c | 6 +-
11871 drivers/hwmon/nct6775.c | 6 +-
11872 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
11873 drivers/hwmon/sht15.c | 12 +-
11874 drivers/hwmon/via-cputemp.c | 2 +-
11875 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
11876 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
11877 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
11878 drivers/i2c/i2c-dev.c | 2 +-
11879 drivers/ide/ide-cd.c | 2 +-
11880 drivers/ide/ide-disk.c | 2 +-
11881 drivers/iio/industrialio-core.c | 2 +-
11882 drivers/iio/magnetometer/ak8975.c | 2 +-
11883 drivers/infiniband/core/cm.c | 32 +-
11884 drivers/infiniband/core/fmr_pool.c | 20 +-
11885 drivers/infiniband/core/netlink.c | 5 +-
11886 drivers/infiniband/core/uverbs_cmd.c | 3 +
11887 drivers/infiniband/hw/cxgb4/device.c | 6 +-
11888 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
11889 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
11890 drivers/infiniband/hw/mlx4/mad.c | 2 +-
11891 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
11892 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
11893 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
11894 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
11895 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
11896 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
11897 drivers/infiniband/hw/nes/nes.c | 4 +-
11898 drivers/infiniband/hw/nes/nes.h | 40 +-
11899 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
11900 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
11901 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
11902 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
11903 drivers/infiniband/hw/qib/qib.h | 1 +
11904 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
11905 drivers/input/evdev.c | 2 +-
11906 drivers/input/gameport/gameport.c | 4 +-
11907 drivers/input/input.c | 4 +-
11908 drivers/input/joystick/sidewinder.c | 1 +
11909 drivers/input/misc/ims-pcu.c | 4 +-
11910 drivers/input/mouse/psmouse.h | 2 +-
11911 drivers/input/mousedev.c | 2 +-
11912 drivers/input/serio/serio.c | 4 +-
11913 drivers/input/serio/serio_raw.c | 4 +-
11914 drivers/input/touchscreen/htcpen.c | 2 +-
11915 drivers/iommu/arm-smmu-v3.c | 2 +-
11916 drivers/iommu/arm-smmu.c | 43 +-
11917 drivers/iommu/io-pgtable-arm.c | 101 +-
11918 drivers/iommu/io-pgtable.c | 11 +-
11919 drivers/iommu/io-pgtable.h | 19 +-
11920 drivers/iommu/iommu.c | 2 +-
11921 drivers/iommu/ipmmu-vmsa.c | 13 +-
11922 drivers/iommu/irq_remapping.c | 2 +-
11923 drivers/irqchip/irq-gic.c | 2 +-
11924 drivers/irqchip/irq-i8259.c | 2 +-
11925 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
11926 drivers/isdn/capi/capi.c | 10 +-
11927 drivers/isdn/gigaset/interface.c | 8 +-
11928 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
11929 drivers/isdn/hardware/avm/b1.c | 4 +-
11930 drivers/isdn/i4l/isdn_common.c | 2 +
11931 drivers/isdn/i4l/isdn_tty.c | 22 +-
11932 drivers/isdn/icn/icn.c | 2 +-
11933 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
11934 drivers/lguest/core.c | 10 +-
11935 drivers/lguest/page_tables.c | 2 +-
11936 drivers/lguest/x86/core.c | 12 +-
11937 drivers/lguest/x86/switcher_32.S | 27 +-
11938 drivers/md/bcache/alloc.c | 2 +-
11939 drivers/md/bcache/bcache.h | 10 +-
11940 drivers/md/bcache/btree.c | 2 +-
11941 drivers/md/bcache/closure.h | 2 +-
11942 drivers/md/bcache/io.c | 10 +-
11943 drivers/md/bcache/journal.c | 2 +-
11944 drivers/md/bcache/stats.c | 26 +-
11945 drivers/md/bcache/stats.h | 16 +-
11946 drivers/md/bcache/super.c | 2 +-
11947 drivers/md/bcache/sysfs.c | 20 +-
11948 drivers/md/bitmap.c | 2 +-
11949 drivers/md/dm-cache-target.c | 98 +-
11950 drivers/md/dm-ioctl.c | 2 +-
11951 drivers/md/dm-raid.c | 2 +-
11952 drivers/md/dm-raid1.c | 18 +-
11953 drivers/md/dm-stats.c | 6 +-
11954 drivers/md/dm-stripe.c | 10 +-
11955 drivers/md/dm-table.c | 2 +-
11956 drivers/md/dm-thin-metadata.c | 4 +-
11957 drivers/md/dm.c | 28 +-
11958 drivers/md/md.c | 37 +-
11959 drivers/md/md.h | 8 +-
11960 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
11961 drivers/md/persistent-data/dm-space-map.h | 1 +
11962 drivers/md/raid1.c | 8 +-
11963 drivers/md/raid10.c | 20 +-
11964 drivers/md/raid5.c | 26 +-
11965 drivers/media/dvb-core/dvbdev.c | 2 +-
11966 drivers/media/dvb-frontends/af9033.h | 2 +-
11967 drivers/media/dvb-frontends/dib3000.h | 2 +-
11968 drivers/media/dvb-frontends/dib7000p.h | 2 +-
11969 drivers/media/dvb-frontends/dib8000.h | 2 +-
11970 drivers/media/pci/cx88/cx88-video.c | 6 +-
11971 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
11972 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
11973 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
11974 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
11975 drivers/media/pci/tw68/tw68-core.c | 2 +-
11976 drivers/media/pci/zoran/zoran.h | 1 -
11977 drivers/media/pci/zoran/zoran_driver.c | 3 -
11978 drivers/media/platform/omap/omap_vout.c | 11 +-
11979 drivers/media/platform/s5p-tv/mixer.h | 2 +-
11980 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
11981 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
11982 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
11983 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
11984 drivers/media/radio/radio-cadet.c | 2 +
11985 drivers/media/radio/radio-maxiradio.c | 2 +-
11986 drivers/media/radio/radio-shark.c | 2 +-
11987 drivers/media/radio/radio-shark2.c | 2 +-
11988 drivers/media/radio/radio-si476x.c | 2 +-
11989 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
11990 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
11991 drivers/media/v4l2-core/v4l2-device.c | 4 +-
11992 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
11993 drivers/memory/omap-gpmc.c | 21 +-
11994 drivers/message/fusion/mptsas.c | 34 +-
11995 drivers/mfd/ab8500-debugfs.c | 2 +-
11996 drivers/mfd/kempld-core.c | 2 +-
11997 drivers/mfd/max8925-i2c.c | 2 +-
11998 drivers/mfd/tps65910.c | 2 +-
11999 drivers/mfd/twl4030-irq.c | 9 +-
12000 drivers/misc/c2port/core.c | 4 +-
12001 drivers/misc/kgdbts.c | 4 +-
12002 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
12003 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
12004 drivers/misc/mic/scif/scif_api.c | 10 +-
12005 drivers/misc/mic/scif/scif_rb.c | 8 +-
12006 drivers/misc/sgi-gru/gruhandles.c | 4 +-
12007 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
12008 drivers/misc/sgi-gru/grutables.h | 158 +-
12009 drivers/misc/sgi-xp/xp.h | 2 +-
12010 drivers/misc/sgi-xp/xpc.h | 3 +-
12011 drivers/misc/sgi-xp/xpc_main.c | 2 +-
12012 drivers/mmc/host/dw_mmc.h | 2 +-
12013 drivers/mmc/host/mmci.c | 4 +-
12014 drivers/mmc/host/omap_hsmmc.c | 4 +-
12015 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
12016 drivers/mmc/host/sdhci-s3c.c | 8 +-
12017 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
12018 drivers/mtd/nand/denali.c | 1 +
12019 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
12020 drivers/mtd/nftlmount.c | 1 +
12021 drivers/mtd/sm_ftl.c | 2 +-
12022 drivers/net/bonding/bond_netlink.c | 2 +-
12023 drivers/net/caif/caif_hsi.c | 2 +-
12024 drivers/net/can/Kconfig | 2 +-
12025 drivers/net/can/dev.c | 2 +-
12026 drivers/net/can/vcan.c | 2 +-
12027 drivers/net/dummy.c | 2 +-
12028 drivers/net/ethernet/8390/ax88796.c | 4 +-
12029 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
12030 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
12031 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
12032 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
12033 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
12034 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
12035 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
12036 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
12037 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
12038 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
12039 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
12040 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
12041 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
12042 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
12043 drivers/net/ethernet/broadcom/tg3.h | 1 +
12044 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
12045 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
12046 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
12047 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
12048 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
12049 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
12050 drivers/net/ethernet/faraday/ftmac100.c | 2 +
12051 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
12052 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
12053 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
12054 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
12055 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
12056 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
12057 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
12058 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
12059 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
12060 drivers/net/ethernet/realtek/r8169.c | 8 +-
12061 drivers/net/ethernet/sfc/ptp.c | 2 +-
12062 drivers/net/ethernet/sfc/selftest.c | 20 +-
12063 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
12064 drivers/net/ethernet/via/via-rhine.c | 2 +-
12065 drivers/net/geneve.c | 2 +-
12066 drivers/net/hyperv/hyperv_net.h | 2 +-
12067 drivers/net/hyperv/rndis_filter.c | 7 +-
12068 drivers/net/ifb.c | 2 +-
12069 drivers/net/ipvlan/ipvlan_core.c | 2 +-
12070 drivers/net/irda/vlsi_ir.c | 18 +-
12071 drivers/net/irda/vlsi_ir.h | 14 +-
12072 drivers/net/macvlan.c | 20 +-
12073 drivers/net/macvtap.c | 10 +-
12074 drivers/net/nlmon.c | 2 +-
12075 drivers/net/phy/phy_device.c | 6 +-
12076 drivers/net/ppp/ppp_generic.c | 4 +-
12077 drivers/net/slip/slhc.c | 2 +-
12078 drivers/net/team/team.c | 4 +-
12079 drivers/net/tun.c | 7 +-
12080 drivers/net/usb/hso.c | 23 +-
12081 drivers/net/usb/r8152.c | 2 +-
12082 drivers/net/usb/sierra_net.c | 4 +-
12083 drivers/net/virtio_net.c | 2 +-
12084 drivers/net/vrf.c | 2 +-
12085 drivers/net/vxlan.c | 4 +-
12086 drivers/net/wimax/i2400m/rx.c | 2 +-
12087 drivers/net/wireless/airo.c | 2 +-
12088 drivers/net/wireless/at76c50x-usb.c | 2 +-
12089 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
12090 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
12091 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
12092 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
12093 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
12094 drivers/net/wireless/ath/ath9k/main.c | 22 +-
12095 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
12096 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
12097 drivers/net/wireless/ath/carl9170/main.c | 10 +-
12098 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
12099 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
12100 drivers/net/wireless/b43/phy_lp.c | 2 +-
12101 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
12102 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
12103 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
12104 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
12105 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
12106 drivers/net/wireless/mac80211_hwsim.c | 28 +-
12107 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
12108 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
12109 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
12110 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
12111 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
12112 drivers/of/fdt.c | 4 +-
12113 drivers/oprofile/buffer_sync.c | 8 +-
12114 drivers/oprofile/event_buffer.c | 2 +-
12115 drivers/oprofile/oprof.c | 2 +-
12116 drivers/oprofile/oprofile_stats.c | 10 +-
12117 drivers/oprofile/oprofile_stats.h | 10 +-
12118 drivers/oprofile/oprofilefs.c | 6 +-
12119 drivers/oprofile/timer_int.c | 2 +-
12120 drivers/parport/procfs.c | 4 +-
12121 drivers/pci/host/pci-host-generic.c | 2 +-
12122 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
12123 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
12124 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
12125 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
12126 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
12127 drivers/pci/hotplug/pciehp_core.c | 2 +-
12128 drivers/pci/msi.c | 22 +-
12129 drivers/pci/pci-sysfs.c | 6 +-
12130 drivers/pci/pci.h | 2 +-
12131 drivers/pci/pcie/aspm.c | 6 +-
12132 drivers/pci/pcie/portdrv_pci.c | 2 +-
12133 drivers/pci/probe.c | 2 +-
12134 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
12135 drivers/pinctrl/pinctrl-at91.c | 5 +-
12136 drivers/platform/chrome/chromeos_pstore.c | 2 +-
12137 drivers/platform/x86/alienware-wmi.c | 4 +-
12138 drivers/platform/x86/compal-laptop.c | 2 +-
12139 drivers/platform/x86/hdaps.c | 2 +-
12140 drivers/platform/x86/ibm_rtl.c | 2 +-
12141 drivers/platform/x86/intel_oaktrail.c | 2 +-
12142 drivers/platform/x86/msi-laptop.c | 16 +-
12143 drivers/platform/x86/msi-wmi.c | 2 +-
12144 drivers/platform/x86/samsung-laptop.c | 2 +-
12145 drivers/platform/x86/samsung-q10.c | 2 +-
12146 drivers/platform/x86/sony-laptop.c | 14 +-
12147 drivers/platform/x86/thinkpad_acpi.c | 2 +-
12148 drivers/pnp/pnpbios/bioscalls.c | 14 +-
12149 drivers/pnp/pnpbios/core.c | 2 +-
12150 drivers/power/pda_power.c | 7 +-
12151 drivers/power/power_supply.h | 4 +-
12152 drivers/power/power_supply_core.c | 7 +-
12153 drivers/power/power_supply_sysfs.c | 6 +-
12154 drivers/power/reset/at91-reset.c | 5 +-
12155 drivers/powercap/powercap_sys.c | 136 +-
12156 drivers/ptp/ptp_private.h | 2 +-
12157 drivers/ptp/ptp_sysfs.c | 2 +-
12158 drivers/regulator/core.c | 4 +-
12159 drivers/regulator/max8660.c | 6 +-
12160 drivers/regulator/max8973-regulator.c | 16 +-
12161 drivers/regulator/mc13892-regulator.c | 8 +-
12162 drivers/rtc/rtc-armada38x.c | 7 +-
12163 drivers/rtc/rtc-cmos.c | 4 +-
12164 drivers/rtc/rtc-ds1307.c | 2 +-
12165 drivers/rtc/rtc-m48t59.c | 4 +-
12166 drivers/rtc/rtc-rv8803.c | 15 +-
12167 drivers/rtc/rtc-test.c | 6 +-
12168 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
12169 drivers/scsi/bfa/bfa_ioc.h | 4 +-
12170 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
12171 drivers/scsi/hosts.c | 4 +-
12172 drivers/scsi/hpsa.c | 38 +-
12173 drivers/scsi/hpsa.h | 2 +-
12174 drivers/scsi/hptiop.c | 2 -
12175 drivers/scsi/hptiop.h | 1 -
12176 drivers/scsi/ipr.c | 6 +-
12177 drivers/scsi/ipr.h | 2 +-
12178 drivers/scsi/libfc/fc_exch.c | 50 +-
12179 drivers/scsi/libsas/sas_ata.c | 2 +-
12180 drivers/scsi/lpfc/lpfc.h | 8 +-
12181 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
12182 drivers/scsi/lpfc/lpfc_init.c | 6 +-
12183 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
12184 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
12185 drivers/scsi/pmcraid.c | 20 +-
12186 drivers/scsi/pmcraid.h | 8 +-
12187 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
12188 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
12189 drivers/scsi/qla2xxx/qla_os.c | 6 +-
12190 drivers/scsi/qla2xxx/qla_target.c | 10 +-
12191 drivers/scsi/qla2xxx/qla_target.h | 2 +-
12192 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
12193 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
12194 drivers/scsi/scsi.c | 2 +-
12195 drivers/scsi/scsi_lib.c | 8 +-
12196 drivers/scsi/scsi_sysfs.c | 2 +-
12197 drivers/scsi/scsi_transport_fc.c | 8 +-
12198 drivers/scsi/scsi_transport_iscsi.c | 6 +-
12199 drivers/scsi/scsi_transport_srp.c | 6 +-
12200 drivers/scsi/sd.c | 6 +-
12201 drivers/scsi/sg.c | 2 +-
12202 drivers/scsi/sr.c | 21 +-
12203 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
12204 drivers/spi/spi.c | 2 +-
12205 drivers/staging/android/timed_output.c | 6 +-
12206 drivers/staging/comedi/comedi_fops.c | 8 +-
12207 drivers/staging/fbtft/fbtft-core.c | 2 +-
12208 drivers/staging/fbtft/fbtft.h | 2 +-
12209 drivers/staging/gdm724x/gdm_tty.c | 2 +-
12210 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
12211 drivers/staging/iio/adc/ad7280a.c | 4 +-
12212 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
12213 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
12214 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
12215 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
12216 drivers/staging/lustre/lustre/include/obd.h | 2 +-
12217 drivers/staging/octeon/ethernet-rx.c | 20 +-
12218 drivers/staging/octeon/ethernet.c | 8 +-
12219 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
12220 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
12221 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
12222 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
12223 drivers/staging/sm750fb/sm750.c | 14 +-
12224 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
12225 drivers/target/sbp/sbp_target.c | 4 +-
12226 drivers/thermal/cpu_cooling.c | 9 +-
12227 drivers/thermal/devfreq_cooling.c | 19 +-
12228 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
12229 drivers/thermal/of-thermal.c | 17 +-
12230 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
12231 drivers/tty/cyclades.c | 6 +-
12232 drivers/tty/hvc/hvc_console.c | 14 +-
12233 drivers/tty/hvc/hvcs.c | 21 +-
12234 drivers/tty/hvc/hvsi.c | 22 +-
12235 drivers/tty/hvc/hvsi_lib.c | 4 +-
12236 drivers/tty/ipwireless/tty.c | 27 +-
12237 drivers/tty/moxa.c | 2 +-
12238 drivers/tty/n_gsm.c | 4 +-
12239 drivers/tty/n_tty.c | 19 +-
12240 drivers/tty/pty.c | 4 +-
12241 drivers/tty/rocket.c | 6 +-
12242 drivers/tty/serial/8250/8250_core.c | 10 +-
12243 drivers/tty/serial/ifx6x60.c | 2 +-
12244 drivers/tty/serial/ioc4_serial.c | 6 +-
12245 drivers/tty/serial/kgdb_nmi.c | 4 +-
12246 drivers/tty/serial/kgdboc.c | 32 +-
12247 drivers/tty/serial/msm_serial.c | 4 +-
12248 drivers/tty/serial/samsung.c | 9 +-
12249 drivers/tty/serial/serial_core.c | 8 +-
12250 drivers/tty/synclink.c | 34 +-
12251 drivers/tty/synclink_gt.c | 28 +-
12252 drivers/tty/synclinkmp.c | 34 +-
12253 drivers/tty/tty_io.c | 2 +-
12254 drivers/tty/tty_ldisc.c | 8 +-
12255 drivers/tty/tty_port.c | 22 +-
12256 drivers/uio/uio.c | 13 +-
12257 drivers/usb/atm/cxacru.c | 2 +-
12258 drivers/usb/atm/usbatm.c | 24 +-
12259 drivers/usb/class/cdc-acm.h | 2 +-
12260 drivers/usb/core/devices.c | 6 +-
12261 drivers/usb/core/devio.c | 12 +-
12262 drivers/usb/core/hcd.c | 4 +-
12263 drivers/usb/core/sysfs.c | 2 +-
12264 drivers/usb/core/usb.c | 2 +-
12265 drivers/usb/early/ehci-dbgp.c | 16 +-
12266 drivers/usb/gadget/function/u_serial.c | 22 +-
12267 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
12268 drivers/usb/host/ehci-hcd.c | 2 +-
12269 drivers/usb/host/ehci-hub.c | 4 +-
12270 drivers/usb/host/ehci-q.c | 4 +-
12271 drivers/usb/host/fotg210-hcd.c | 2 +-
12272 drivers/usb/host/hwa-hc.c | 2 +-
12273 drivers/usb/host/ohci-hcd.c | 2 +-
12274 drivers/usb/host/r8a66597.h | 2 +-
12275 drivers/usb/host/uhci-hcd.c | 2 +-
12276 drivers/usb/host/xhci-pci.c | 2 +-
12277 drivers/usb/host/xhci.c | 2 +-
12278 drivers/usb/misc/appledisplay.c | 4 +-
12279 drivers/usb/serial/console.c | 8 +-
12280 drivers/usb/storage/transport.c | 2 +-
12281 drivers/usb/storage/usb.c | 2 +-
12282 drivers/usb/storage/usb.h | 2 +-
12283 drivers/usb/usbip/vhci.h | 2 +-
12284 drivers/usb/usbip/vhci_hcd.c | 6 +-
12285 drivers/usb/usbip/vhci_rx.c | 2 +-
12286 drivers/usb/wusbcore/wa-hc.h | 4 +-
12287 drivers/usb/wusbcore/wa-xfer.c | 2 +-
12288 drivers/vhost/vringh.c | 20 +-
12289 drivers/video/backlight/kb3886_bl.c | 2 +-
12290 drivers/video/console/fbcon.c | 2 +-
12291 drivers/video/fbdev/aty/aty128fb.c | 2 +-
12292 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
12293 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
12294 drivers/video/fbdev/core/fb_defio.c | 6 +-
12295 drivers/video/fbdev/core/fbmem.c | 12 +-
12296 drivers/video/fbdev/hyperv_fb.c | 4 +-
12297 drivers/video/fbdev/i810/i810_accel.c | 1 +
12298 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
12299 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
12300 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
12301 drivers/video/fbdev/omap2/dss/display.c | 8 +-
12302 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
12303 drivers/video/fbdev/smscufx.c | 4 +-
12304 drivers/video/fbdev/udlfb.c | 36 +-
12305 drivers/video/fbdev/uvesafb.c | 52 +-
12306 drivers/video/fbdev/vesafb.c | 58 +-
12307 drivers/video/fbdev/via/via_clock.h | 2 +-
12308 drivers/xen/events/events_base.c | 6 +-
12309 fs/Kconfig.binfmt | 2 +-
12310 fs/afs/inode.c | 4 +-
12311 fs/aio.c | 2 +-
12312 fs/autofs4/waitq.c | 2 +-
12313 fs/befs/endian.h | 6 +-
12314 fs/binfmt_aout.c | 23 +-
12315 fs/binfmt_elf.c | 670 +-
12316 fs/binfmt_elf_fdpic.c | 4 +-
12317 fs/block_dev.c | 2 +-
12318 fs/btrfs/ctree.c | 11 +-
12319 fs/btrfs/ctree.h | 4 +-
12320 fs/btrfs/delayed-inode.c | 9 +-
12321 fs/btrfs/delayed-inode.h | 6 +-
12322 fs/btrfs/delayed-ref.c | 4 +-
12323 fs/btrfs/disk-io.c | 4 +-
12324 fs/btrfs/extent_map.c | 8 +-
12325 fs/btrfs/file.c | 4 +-
12326 fs/btrfs/inode.c | 14 +-
12327 fs/btrfs/raid56.c | 32 +-
12328 fs/btrfs/super.c | 2 +-
12329 fs/btrfs/sysfs.c | 2 +-
12330 fs/btrfs/tests/btrfs-tests.c | 2 +-
12331 fs/btrfs/tests/free-space-tests.c | 8 +-
12332 fs/btrfs/transaction.c | 2 +-
12333 fs/btrfs/tree-log.c | 8 +-
12334 fs/btrfs/tree-log.h | 2 +-
12335 fs/btrfs/volumes.c | 14 +-
12336 fs/btrfs/volumes.h | 22 +-
12337 fs/buffer.c | 2 +-
12338 fs/cachefiles/bind.c | 6 +-
12339 fs/cachefiles/daemon.c | 8 +-
12340 fs/cachefiles/internal.h | 12 +-
12341 fs/cachefiles/namei.c | 2 +-
12342 fs/cachefiles/proc.c | 12 +-
12343 fs/ceph/dir.c | 12 +-
12344 fs/ceph/super.c | 4 +-
12345 fs/cifs/cifs_debug.c | 12 +-
12346 fs/cifs/cifsfs.c | 8 +-
12347 fs/cifs/cifsglob.h | 54 +-
12348 fs/cifs/file.c | 12 +-
12349 fs/cifs/misc.c | 4 +-
12350 fs/cifs/smb1ops.c | 80 +-
12351 fs/cifs/smb2ops.c | 84 +-
12352 fs/cifs/smb2pdu.c | 3 +-
12353 fs/coda/cache.c | 10 +-
12354 fs/compat.c | 7 +-
12355 fs/compat_binfmt_elf.c | 2 +
12356 fs/compat_ioctl.c | 12 +-
12357 fs/configfs/dir.c | 10 +-
12358 fs/coredump.c | 18 +-
12359 fs/dcache.c | 64 +-
12360 fs/ecryptfs/inode.c | 2 +-
12361 fs/ecryptfs/miscdev.c | 2 +-
12362 fs/exec.c | 362 +-
12363 fs/ext2/xattr.c | 5 +-
12364 fs/ext4/ext4.h | 20 +-
12365 fs/ext4/mballoc.c | 44 +-
12366 fs/ext4/resize.c | 16 +-
12367 fs/ext4/super.c | 2 +-
12368 fs/ext4/sysfs.c | 2 +-
12369 fs/ext4/xattr.c | 5 +-
12370 fs/fhandle.c | 5 +-
12371 fs/file.c | 18 +-
12372 fs/fs-writeback.c | 11 +-
12373 fs/fs_struct.c | 8 +-
12374 fs/fscache/cookie.c | 40 +-
12375 fs/fscache/internal.h | 202 +-
12376 fs/fscache/object.c | 26 +-
12377 fs/fscache/operation.c | 38 +-
12378 fs/fscache/page.c | 110 +-
12379 fs/fscache/stats.c | 348 +-
12380 fs/fuse/cuse.c | 10 +-
12381 fs/fuse/dev.c | 4 +-
12382 fs/gfs2/file.c | 2 +-
12383 fs/gfs2/glock.c | 22 +-
12384 fs/gfs2/glops.c | 4 +-
12385 fs/gfs2/quota.c | 6 +-
12386 fs/hugetlbfs/inode.c | 13 +-
12387 fs/inode.c | 4 +-
12388 fs/jbd2/commit.c | 2 +-
12389 fs/jbd2/transaction.c | 4 +-
12390 fs/jffs2/erase.c | 3 +-
12391 fs/jffs2/wbuf.c | 3 +-
12392 fs/jfs/super.c | 2 +-
12393 fs/kernfs/dir.c | 2 +-
12394 fs/kernfs/file.c | 20 +-
12395 fs/libfs.c | 10 +-
12396 fs/lockd/clntproc.c | 4 +-
12397 fs/namei.c | 16 +-
12398 fs/namespace.c | 16 +-
12399 fs/nfs/callback_xdr.c | 2 +-
12400 fs/nfs/inode.c | 6 +-
12401 fs/nfsd/nfs4proc.c | 2 +-
12402 fs/nfsd/nfs4xdr.c | 2 +-
12403 fs/nfsd/nfscache.c | 11 +-
12404 fs/nfsd/vfs.c | 6 +-
12405 fs/nls/nls_base.c | 26 +-
12406 fs/nls/nls_euc-jp.c | 6 +-
12407 fs/nls/nls_koi8-ru.c | 6 +-
12408 fs/notify/fanotify/fanotify_user.c | 4 +-
12409 fs/notify/notification.c | 4 +-
12410 fs/ntfs/dir.c | 2 +-
12411 fs/ntfs/super.c | 6 +-
12412 fs/ocfs2/dlm/dlmcommon.h | 4 +-
12413 fs/ocfs2/dlm/dlmdebug.c | 10 +-
12414 fs/ocfs2/dlm/dlmdomain.c | 4 +-
12415 fs/ocfs2/dlm/dlmmaster.c | 4 +-
12416 fs/ocfs2/localalloc.c | 2 +-
12417 fs/ocfs2/ocfs2.h | 10 +-
12418 fs/ocfs2/suballoc.c | 12 +-
12419 fs/ocfs2/super.c | 20 +-
12420 fs/overlayfs/copy_up.c | 2 +-
12421 fs/pipe.c | 72 +-
12422 fs/posix_acl.c | 4 +-
12423 fs/proc/array.c | 20 +
12424 fs/proc/base.c | 4 +-
12425 fs/proc/kcore.c | 34 +-
12426 fs/proc/meminfo.c | 2 +-
12427 fs/proc/nommu.c | 2 +-
12428 fs/proc/proc_sysctl.c | 26 +-
12429 fs/proc/task_mmu.c | 42 +-
12430 fs/proc/task_nommu.c | 4 +-
12431 fs/proc/vmcore.c | 16 +-
12432 fs/qnx6/qnx6.h | 4 +-
12433 fs/quota/netlink.c | 4 +-
12434 fs/read_write.c | 2 +-
12435 fs/readdir.c | 3 +-
12436 fs/reiserfs/do_balan.c | 2 +-
12437 fs/reiserfs/procfs.c | 2 +-
12438 fs/reiserfs/reiserfs.h | 4 +-
12439 fs/seq_file.c | 4 +-
12440 fs/splice.c | 43 +-
12441 fs/squashfs/xattr.c | 12 +-
12442 fs/super.c | 3 +-
12443 fs/sysv/sysv.h | 2 +-
12444 fs/tracefs/inode.c | 8 +-
12445 fs/udf/misc.c | 2 +-
12446 fs/ufs/swab.h | 4 +-
12447 fs/userfaultfd.c | 2 +-
12448 fs/xattr.c | 21 +
12449 fs/xfs/libxfs/xfs_bmap.c | 2 +-
12450 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
12451 fs/xfs/xfs_dir2_readdir.c | 7 +-
12452 fs/xfs/xfs_ioctl.c | 2 +-
12453 fs/xfs/xfs_linux.h | 4 +-
12454 include/acpi/ghes.h | 2 +-
12455 include/asm-generic/4level-fixup.h | 2 +
12456 include/asm-generic/atomic-long.h | 176 +-
12457 include/asm-generic/atomic64.h | 12 +
12458 include/asm-generic/bitops/__fls.h | 2 +-
12459 include/asm-generic/bitops/fls.h | 2 +-
12460 include/asm-generic/bitops/fls64.h | 4 +-
12461 include/asm-generic/bug.h | 6 +-
12462 include/asm-generic/cache.h | 4 +-
12463 include/asm-generic/emergency-restart.h | 2 +-
12464 include/asm-generic/kmap_types.h | 4 +-
12465 include/asm-generic/local.h | 13 +
12466 include/asm-generic/pgtable-nopmd.h | 18 +-
12467 include/asm-generic/pgtable-nopud.h | 15 +-
12468 include/asm-generic/pgtable.h | 16 +
12469 include/asm-generic/sections.h | 1 +
12470 include/asm-generic/uaccess.h | 16 +
12471 include/asm-generic/vmlinux.lds.h | 15 +-
12472 include/crypto/algapi.h | 2 +-
12473 include/drm/drmP.h | 19 +-
12474 include/drm/drm_crtc_helper.h | 2 +-
12475 include/drm/drm_mm.h | 2 +-
12476 include/drm/i915_pciids.h | 2 +-
12477 include/drm/intel-gtt.h | 4 +-
12478 include/drm/ttm/ttm_memory.h | 2 +-
12479 include/drm/ttm/ttm_page_alloc.h | 1 +
12480 include/keys/asymmetric-subtype.h | 2 +-
12481 include/linux/atmdev.h | 4 +-
12482 include/linux/atomic.h | 2 +-
12483 include/linux/audit.h | 2 +-
12484 include/linux/average.h | 2 +-
12485 include/linux/binfmts.h | 3 +-
12486 include/linux/bitmap.h | 2 +-
12487 include/linux/bitops.h | 8 +-
12488 include/linux/blk-cgroup.h | 24 +-
12489 include/linux/blkdev.h | 2 +-
12490 include/linux/blktrace_api.h | 2 +-
12491 include/linux/cache.h | 8 +
12492 include/linux/cdrom.h | 1 -
12493 include/linux/cleancache.h | 2 +-
12494 include/linux/clk-provider.h | 1 +
12495 include/linux/compat.h | 6 +-
12496 include/linux/compiler-gcc.h | 28 +-
12497 include/linux/compiler.h | 193 +-
12498 include/linux/configfs.h | 2 +-
12499 include/linux/cpufreq.h | 3 +-
12500 include/linux/cpuidle.h | 5 +-
12501 include/linux/cpumask.h | 14 +-
12502 include/linux/crypto.h | 4 +-
12503 include/linux/ctype.h | 2 +-
12504 include/linux/dcache.h | 4 +-
12505 include/linux/decompress/mm.h | 2 +-
12506 include/linux/devfreq.h | 2 +-
12507 include/linux/device.h | 7 +-
12508 include/linux/dma-mapping.h | 2 +-
12509 include/linux/efi.h | 1 +
12510 include/linux/elf.h | 2 +
12511 include/linux/err.h | 4 +-
12512 include/linux/extcon.h | 2 +-
12513 include/linux/fb.h | 3 +-
12514 include/linux/fdtable.h | 2 +-
12515 include/linux/fs.h | 5 +-
12516 include/linux/fs_struct.h | 2 +-
12517 include/linux/fscache-cache.h | 2 +-
12518 include/linux/fscache.h | 2 +-
12519 include/linux/fsnotify.h | 2 +-
12520 include/linux/genhd.h | 4 +-
12521 include/linux/genl_magic_func.h | 2 +-
12522 include/linux/gfp.h | 12 +-
12523 include/linux/highmem.h | 12 +
12524 include/linux/hwmon-sysfs.h | 6 +-
12525 include/linux/i2c.h | 1 +
12526 include/linux/if_pppox.h | 2 +-
12527 include/linux/init.h | 12 +-
12528 include/linux/init_task.h | 7 +
12529 include/linux/interrupt.h | 6 +-
12530 include/linux/iommu.h | 2 +-
12531 include/linux/ioport.h | 2 +-
12532 include/linux/ipc.h | 2 +-
12533 include/linux/irq.h | 5 +-
12534 include/linux/irqdesc.h | 2 +-
12535 include/linux/irqdomain.h | 3 +
12536 include/linux/jbd2.h | 2 +-
12537 include/linux/jiffies.h | 16 +-
12538 include/linux/key-type.h | 2 +-
12539 include/linux/kgdb.h | 6 +-
12540 include/linux/kmemleak.h | 4 +-
12541 include/linux/kobject.h | 3 +-
12542 include/linux/kobject_ns.h | 2 +-
12543 include/linux/kref.h | 2 +-
12544 include/linux/libata.h | 2 +-
12545 include/linux/linkage.h | 1 +
12546 include/linux/list.h | 15 +
12547 include/linux/lockref.h | 26 +-
12548 include/linux/math64.h | 10 +-
12549 include/linux/mempolicy.h | 7 +
12550 include/linux/mm.h | 102 +-
12551 include/linux/mm_types.h | 20 +
12552 include/linux/mmiotrace.h | 4 +-
12553 include/linux/mmzone.h | 2 +-
12554 include/linux/mod_devicetable.h | 4 +-
12555 include/linux/module.h | 69 +-
12556 include/linux/moduleloader.h | 16 +
12557 include/linux/moduleparam.h | 4 +-
12558 include/linux/net.h | 2 +-
12559 include/linux/netdevice.h | 7 +-
12560 include/linux/netfilter.h | 2 +-
12561 include/linux/netfilter/nfnetlink.h | 2 +-
12562 include/linux/netlink.h | 12 +-
12563 include/linux/nls.h | 4 +-
12564 include/linux/notifier.h | 3 +-
12565 include/linux/oprofile.h | 4 +-
12566 include/linux/padata.h | 2 +-
12567 include/linux/pci_hotplug.h | 3 +-
12568 include/linux/percpu.h | 2 +-
12569 include/linux/perf_event.h | 12 +-
12570 include/linux/pipe_fs_i.h | 8 +-
12571 include/linux/pm.h | 1 +
12572 include/linux/pm_domain.h | 2 +-
12573 include/linux/pm_runtime.h | 2 +-
12574 include/linux/pnp.h | 2 +-
12575 include/linux/poison.h | 4 +-
12576 include/linux/power/smartreflex.h | 2 +-
12577 include/linux/ppp-comp.h | 2 +-
12578 include/linux/preempt.h | 21 +
12579 include/linux/proc_ns.h | 2 +-
12580 include/linux/psci.h | 2 +-
12581 include/linux/quota.h | 2 +-
12582 include/linux/random.h | 19 +-
12583 include/linux/rculist.h | 16 +
12584 include/linux/rcupdate.h | 8 +
12585 include/linux/reboot.h | 14 +-
12586 include/linux/regset.h | 3 +-
12587 include/linux/relay.h | 2 +-
12588 include/linux/rio.h | 2 +-
12589 include/linux/rmap.h | 4 +-
12590 include/linux/sched.h | 76 +-
12591 include/linux/sched/sysctl.h | 1 +
12592 include/linux/scif.h | 2 +-
12593 include/linux/semaphore.h | 2 +-
12594 include/linux/seq_file.h | 1 +
12595 include/linux/seqlock.h | 10 +
12596 include/linux/signal.h | 2 +-
12597 include/linux/skbuff.h | 12 +-
12598 include/linux/slab.h | 47 +-
12599 include/linux/slab_def.h | 14 +-
12600 include/linux/slub_def.h | 2 +-
12601 include/linux/smp.h | 2 +
12602 include/linux/sock_diag.h | 2 +-
12603 include/linux/sonet.h | 2 +-
12604 include/linux/spinlock.h | 17 +-
12605 include/linux/srcu.h | 5 +-
12606 include/linux/sunrpc/addr.h | 8 +-
12607 include/linux/sunrpc/clnt.h | 2 +-
12608 include/linux/sunrpc/svc.h | 2 +-
12609 include/linux/sunrpc/svc_rdma.h | 18 +-
12610 include/linux/sunrpc/svcauth.h | 2 +-
12611 include/linux/swapops.h | 10 +-
12612 include/linux/swiotlb.h | 3 +-
12613 include/linux/syscalls.h | 23 +-
12614 include/linux/syscore_ops.h | 2 +-
12615 include/linux/sysctl.h | 3 +-
12616 include/linux/sysfs.h | 9 +-
12617 include/linux/sysrq.h | 3 +-
12618 include/linux/tcp.h | 14 +-
12619 include/linux/thread_info.h | 7 +
12620 include/linux/tty.h | 4 +-
12621 include/linux/tty_driver.h | 2 +-
12622 include/linux/tty_ldisc.h | 2 +-
12623 include/linux/types.h | 16 +
12624 include/linux/uaccess.h | 2 +-
12625 include/linux/uio_driver.h | 2 +-
12626 include/linux/unaligned/access_ok.h | 24 +-
12627 include/linux/usb.h | 12 +-
12628 include/linux/usb/hcd.h | 1 +
12629 include/linux/usb/renesas_usbhs.h | 2 +-
12630 include/linux/vermagic.h | 21 +-
12631 include/linux/vga_switcheroo.h | 8 +-
12632 include/linux/vmalloc.h | 7 +-
12633 include/linux/vmstat.h | 24 +-
12634 include/linux/writeback.h | 3 +-
12635 include/linux/xattr.h | 5 +-
12636 include/linux/zlib.h | 3 +-
12637 include/media/v4l2-dev.h | 2 +-
12638 include/media/v4l2-device.h | 2 +-
12639 include/net/9p/transport.h | 2 +-
12640 include/net/bluetooth/l2cap.h | 2 +-
12641 include/net/bonding.h | 2 +-
12642 include/net/caif/cfctrl.h | 6 +-
12643 include/net/cfg802154.h | 2 +-
12644 include/net/flow.h | 2 +-
12645 include/net/genetlink.h | 2 +-
12646 include/net/gro_cells.h | 2 +-
12647 include/net/inet_connection_sock.h | 2 +-
12648 include/net/inet_sock.h | 2 +-
12649 include/net/inetpeer.h | 2 +-
12650 include/net/ip_fib.h | 2 +-
12651 include/net/ip_vs.h | 8 +-
12652 include/net/ipv6.h | 2 +-
12653 include/net/irda/ircomm_tty.h | 1 +
12654 include/net/iucv/af_iucv.h | 2 +-
12655 include/net/llc_c_ac.h | 2 +-
12656 include/net/llc_c_ev.h | 4 +-
12657 include/net/llc_c_st.h | 2 +-
12658 include/net/llc_s_ac.h | 2 +-
12659 include/net/llc_s_st.h | 2 +-
12660 include/net/mac80211.h | 6 +-
12661 include/net/neighbour.h | 4 +-
12662 include/net/net_namespace.h | 18 +-
12663 include/net/netlink.h | 2 +-
12664 include/net/netns/conntrack.h | 6 +-
12665 include/net/netns/ipv4.h | 4 +-
12666 include/net/netns/ipv6.h | 4 +-
12667 include/net/netns/xfrm.h | 2 +-
12668 include/net/ping.h | 2 +-
12669 include/net/protocol.h | 4 +-
12670 include/net/rtnetlink.h | 2 +-
12671 include/net/sctp/checksum.h | 4 +-
12672 include/net/sctp/sm.h | 4 +-
12673 include/net/sctp/structs.h | 2 +-
12674 include/net/snmp.h | 10 +-
12675 include/net/sock.h | 12 +-
12676 include/net/tcp.h | 8 +-
12677 include/net/xfrm.h | 13 +-
12678 include/rdma/iw_cm.h | 2 +-
12679 include/scsi/libfc.h | 3 +-
12680 include/scsi/scsi_device.h | 6 +-
12681 include/scsi/scsi_driver.h | 2 +-
12682 include/scsi/scsi_transport_fc.h | 3 +-
12683 include/scsi/sg.h | 2 +-
12684 include/sound/compress_driver.h | 2 +-
12685 include/sound/soc.h | 4 +-
12686 include/trace/events/irq.h | 4 +-
12687 include/uapi/linux/a.out.h | 8 +
12688 include/uapi/linux/bcache.h | 5 +-
12689 include/uapi/linux/byteorder/little_endian.h | 28 +-
12690 include/uapi/linux/connector.h | 2 +-
12691 include/uapi/linux/elf.h | 28 +
12692 include/uapi/linux/screen_info.h | 2 +-
12693 include/uapi/linux/swab.h | 6 +-
12694 include/uapi/linux/xattr.h | 4 +
12695 include/video/udlfb.h | 8 +-
12696 include/video/uvesafb.h | 1 +
12697 init/Kconfig | 2 +-
12698 init/Makefile | 3 +
12699 init/do_mounts.c | 14 +-
12700 init/do_mounts.h | 8 +-
12701 init/do_mounts_initrd.c | 30 +-
12702 init/do_mounts_md.c | 6 +-
12703 init/init_task.c | 4 +
12704 init/initramfs.c | 38 +-
12705 init/main.c | 30 +-
12706 ipc/compat.c | 4 +-
12707 ipc/ipc_sysctl.c | 14 +-
12708 ipc/mq_sysctl.c | 4 +-
12709 ipc/sem.c | 4 +-
12710 ipc/shm.c | 6 +
12711 kernel/audit.c | 8 +-
12712 kernel/auditsc.c | 4 +-
12713 kernel/bpf/core.c | 7 +-
12714 kernel/capability.c | 3 +
12715 kernel/compat.c | 38 +-
12716 kernel/debug/debug_core.c | 16 +-
12717 kernel/debug/kdb/kdb_main.c | 4 +-
12718 kernel/events/core.c | 30 +-
12719 kernel/events/internal.h | 10 +-
12720 kernel/events/uprobes.c | 2 +-
12721 kernel/exit.c | 27 +-
12722 kernel/fork.c | 175 +-
12723 kernel/futex.c | 11 +-
12724 kernel/futex_compat.c | 2 +-
12725 kernel/gcov/base.c | 7 +-
12726 kernel/irq/manage.c | 2 +-
12727 kernel/irq/msi.c | 19 +-
12728 kernel/irq/spurious.c | 2 +-
12729 kernel/jump_label.c | 5 +
12730 kernel/kallsyms.c | 37 +-
12731 kernel/kexec.c | 3 +-
12732 kernel/kmod.c | 8 +-
12733 kernel/kprobes.c | 4 +-
12734 kernel/ksysfs.c | 2 +-
12735 kernel/locking/lockdep.c | 7 +-
12736 kernel/locking/mutex-debug.c | 12 +-
12737 kernel/locking/mutex-debug.h | 4 +-
12738 kernel/locking/mutex.c | 6 +-
12739 kernel/module.c | 422 +-
12740 kernel/notifier.c | 17 +-
12741 kernel/padata.c | 4 +-
12742 kernel/panic.c | 5 +-
12743 kernel/pid.c | 2 +-
12744 kernel/pid_namespace.c | 2 +-
12745 kernel/power/process.c | 12 +-
12746 kernel/profile.c | 14 +-
12747 kernel/ptrace.c | 8 +-
12748 kernel/rcu/rcutorture.c | 60 +-
12749 kernel/rcu/tiny.c | 4 +-
12750 kernel/rcu/tree.c | 42 +-
12751 kernel/rcu/tree.h | 16 +-
12752 kernel/rcu/tree_plugin.h | 18 +-
12753 kernel/rcu/tree_trace.c | 14 +-
12754 kernel/resource.c | 4 +-
12755 kernel/sched/auto_group.c | 4 +-
12756 kernel/sched/core.c | 45 +-
12757 kernel/sched/fair.c | 2 +-
12758 kernel/sched/sched.h | 2 +-
12759 kernel/signal.c | 24 +-
12760 kernel/smpboot.c | 4 +-
12761 kernel/softirq.c | 12 +-
12762 kernel/sys.c | 10 +-
12763 kernel/sysctl.c | 34 +-
12764 kernel/time/alarmtimer.c | 2 +-
12765 kernel/time/posix-cpu-timers.c | 4 +-
12766 kernel/time/posix-timers.c | 24 +-
12767 kernel/time/timer.c | 2 +-
12768 kernel/time/timer_stats.c | 10 +-
12769 kernel/trace/blktrace.c | 6 +-
12770 kernel/trace/ftrace.c | 15 +-
12771 kernel/trace/ring_buffer.c | 96 +-
12772 kernel/trace/trace.c | 2 +-
12773 kernel/trace/trace.h | 2 +-
12774 kernel/trace/trace_clock.c | 4 +-
12775 kernel/trace/trace_events.c | 1 -
12776 kernel/trace/trace_functions_graph.c | 4 +-
12777 kernel/trace/trace_mmiotrace.c | 8 +-
12778 kernel/trace/trace_output.c | 10 +-
12779 kernel/trace/trace_seq.c | 2 +-
12780 kernel/trace/trace_stack.c | 2 +-
12781 kernel/user.c | 2 +-
12782 kernel/user_namespace.c | 2 +-
12783 kernel/utsname_sysctl.c | 2 +-
12784 kernel/watchdog.c | 2 +-
12785 kernel/workqueue.c | 8 +-
12786 lib/Kconfig.debug | 8 +-
12787 lib/Makefile | 2 +-
12788 lib/bitmap.c | 8 +-
12789 lib/bug.c | 2 +
12790 lib/debugobjects.c | 2 +-
12791 lib/decompress_bunzip2.c | 3 +-
12792 lib/decompress_unlzma.c | 4 +-
12793 lib/div64.c | 4 +-
12794 lib/dma-debug.c | 4 +-
12795 lib/inflate.c | 2 +-
12796 lib/ioremap.c | 4 +-
12797 lib/kobject.c | 4 +-
12798 lib/list_debug.c | 126 +-
12799 lib/lockref.c | 44 +-
12800 lib/percpu-refcount.c | 2 +-
12801 lib/radix-tree.c | 2 +-
12802 lib/random32.c | 2 +-
12803 lib/rhashtable.c | 4 +-
12804 lib/show_mem.c | 2 +-
12805 lib/strncpy_from_user.c | 2 +-
12806 lib/strnlen_user.c | 2 +-
12807 lib/swiotlb.c | 2 +-
12808 lib/usercopy.c | 6 +
12809 lib/vsprintf.c | 12 +-
12810 mm/Kconfig | 6 +-
12811 mm/backing-dev.c | 4 +-
12812 mm/debug.c | 3 +
12813 mm/filemap.c | 2 +-
12814 mm/gup.c | 13 +-
12815 mm/highmem.c | 6 +-
12816 mm/hugetlb.c | 70 +-
12817 mm/internal.h | 1 +
12818 mm/maccess.c | 12 +-
12819 mm/madvise.c | 37 +
12820 mm/memory-failure.c | 6 +-
12821 mm/memory.c | 424 +-
12822 mm/mempolicy.c | 25 +
12823 mm/mlock.c | 18 +-
12824 mm/mm_init.c | 2 +-
12825 mm/mmap.c | 582 +-
12826 mm/mprotect.c | 137 +-
12827 mm/mremap.c | 39 +-
12828 mm/nommu.c | 21 +-
12829 mm/page-writeback.c | 2 +-
12830 mm/page_alloc.c | 50 +-
12831 mm/percpu.c | 2 +-
12832 mm/process_vm_access.c | 14 +-
12833 mm/rmap.c | 45 +-
12834 mm/shmem.c | 19 +-
12835 mm/slab.c | 111 +-
12836 mm/slab.h | 22 +-
12837 mm/slab_common.c | 86 +-
12838 mm/slob.c | 218 +-
12839 mm/slub.c | 109 +-
12840 mm/sparse-vmemmap.c | 4 +-
12841 mm/sparse.c | 2 +-
12842 mm/swap.c | 2 +
12843 mm/swapfile.c | 12 +-
12844 mm/util.c | 6 +
12845 mm/vmalloc.c | 114 +-
12846 mm/vmstat.c | 12 +-
12847 net/8021q/vlan.c | 5 +-
12848 net/8021q/vlan_netlink.c | 2 +-
12849 net/9p/mod.c | 4 +-
12850 net/9p/trans_fd.c | 2 +-
12851 net/atm/atm_misc.c | 8 +-
12852 net/atm/lec.h | 2 +-
12853 net/atm/proc.c | 6 +-
12854 net/atm/resources.c | 4 +-
12855 net/ax25/sysctl_net_ax25.c | 2 +-
12856 net/batman-adv/bat_iv_ogm.c | 8 +-
12857 net/batman-adv/fragmentation.c | 2 +-
12858 net/batman-adv/routing.c | 4 +-
12859 net/batman-adv/soft-interface.c | 10 +-
12860 net/batman-adv/translation-table.c | 14 +-
12861 net/batman-adv/types.h | 8 +-
12862 net/bluetooth/hci_sock.c | 2 +-
12863 net/bluetooth/l2cap_core.c | 6 +-
12864 net/bluetooth/l2cap_sock.c | 12 +-
12865 net/bluetooth/rfcomm/sock.c | 4 +-
12866 net/bluetooth/rfcomm/tty.c | 4 +-
12867 net/bridge/br_netlink.c | 2 +-
12868 net/bridge/netfilter/ebtables.c | 6 +-
12869 net/caif/cfctrl.c | 11 +-
12870 net/caif/chnl_net.c | 2 +-
12871 net/can/af_can.c | 2 +-
12872 net/can/gw.c | 6 +-
12873 net/ceph/messenger.c | 4 +-
12874 net/compat.c | 26 +-
12875 net/core/datagram.c | 2 +-
12876 net/core/dev.c | 16 +-
12877 net/core/filter.c | 2 +-
12878 net/core/flow.c | 6 +-
12879 net/core/neighbour.c | 18 +-
12880 net/core/net-sysfs.c | 2 +-
12881 net/core/net_namespace.c | 8 +-
12882 net/core/netpoll.c | 4 +-
12883 net/core/rtnetlink.c | 17 +-
12884 net/core/scm.c | 12 +-
12885 net/core/skbuff.c | 11 +-
12886 net/core/sock.c | 28 +-
12887 net/core/sock_diag.c | 15 +-
12888 net/core/sysctl_net_core.c | 22 +-
12889 net/decnet/af_decnet.c | 1 +
12890 net/decnet/sysctl_net_decnet.c | 4 +-
12891 net/dsa/dsa.c | 2 +-
12892 net/hsr/hsr_netlink.c | 2 +-
12893 net/ieee802154/6lowpan/core.c | 2 +-
12894 net/ieee802154/6lowpan/reassembly.c | 14 +-
12895 net/ipv4/af_inet.c | 2 +-
12896 net/ipv4/arp.c | 2 +-
12897 net/ipv4/devinet.c | 18 +-
12898 net/ipv4/fib_frontend.c | 6 +-
12899 net/ipv4/fib_semantics.c | 2 +-
12900 net/ipv4/inet_connection_sock.c | 4 +-
12901 net/ipv4/inet_diag.c | 4 +-
12902 net/ipv4/inet_timewait_sock.c | 2 +-
12903 net/ipv4/inetpeer.c | 2 +-
12904 net/ipv4/ip_fragment.c | 15 +-
12905 net/ipv4/ip_gre.c | 6 +-
12906 net/ipv4/ip_sockglue.c | 2 +-
12907 net/ipv4/ip_vti.c | 4 +-
12908 net/ipv4/ipconfig.c | 6 +-
12909 net/ipv4/ipip.c | 4 +-
12910 net/ipv4/netfilter/arp_tables.c | 12 +-
12911 net/ipv4/netfilter/ip_tables.c | 12 +-
12912 net/ipv4/ping.c | 14 +-
12913 net/ipv4/proc.c | 8 +-
12914 net/ipv4/raw.c | 14 +-
12915 net/ipv4/route.c | 32 +-
12916 net/ipv4/sysctl_net_ipv4.c | 22 +-
12917 net/ipv4/tcp_input.c | 6 +-
12918 net/ipv4/tcp_probe.c | 2 +-
12919 net/ipv4/udp.c | 10 +-
12920 net/ipv4/xfrm4_mode_transport.c | 2 +-
12921 net/ipv4/xfrm4_policy.c | 17 +-
12922 net/ipv4/xfrm4_state.c | 4 +-
12923 net/ipv6/addrconf.c | 22 +-
12924 net/ipv6/af_inet6.c | 2 +-
12925 net/ipv6/datagram.c | 2 +-
12926 net/ipv6/icmp.c | 2 +-
12927 net/ipv6/ip6_fib.c | 4 +-
12928 net/ipv6/ip6_gre.c | 10 +-
12929 net/ipv6/ip6_tunnel.c | 4 +-
12930 net/ipv6/ip6_vti.c | 4 +-
12931 net/ipv6/ipv6_sockglue.c | 2 +-
12932 net/ipv6/ndisc.c | 2 +-
12933 net/ipv6/netfilter/ip6_tables.c | 12 +-
12934 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
12935 net/ipv6/ping.c | 33 +-
12936 net/ipv6/proc.c | 10 +-
12937 net/ipv6/raw.c | 17 +-
12938 net/ipv6/reassembly.c | 13 +-
12939 net/ipv6/route.c | 2 +-
12940 net/ipv6/sit.c | 4 +-
12941 net/ipv6/sysctl_net_ipv6.c | 2 +-
12942 net/ipv6/udp.c | 6 +-
12943 net/ipv6/xfrm6_policy.c | 17 +-
12944 net/irda/ircomm/ircomm_tty.c | 18 +-
12945 net/iucv/af_iucv.c | 4 +-
12946 net/iucv/iucv.c | 2 +-
12947 net/key/af_key.c | 4 +-
12948 net/l2tp/l2tp_eth.c | 38 +-
12949 net/l2tp/l2tp_ip.c | 2 +-
12950 net/l2tp/l2tp_ip6.c | 2 +-
12951 net/mac80211/cfg.c | 10 +-
12952 net/mac80211/debugfs_key.c | 4 +-
12953 net/mac80211/ieee80211_i.h | 3 +-
12954 net/mac80211/iface.c | 20 +-
12955 net/mac80211/key.c | 4 +-
12956 net/mac80211/main.c | 2 +-
12957 net/mac80211/pm.c | 4 +-
12958 net/mac80211/rate.c | 2 +-
12959 net/mac80211/sta_info.c | 2 +-
12960 net/mac80211/tx.c | 2 +-
12961 net/mac80211/util.c | 8 +-
12962 net/mac80211/wpa.c | 10 +-
12963 net/mac802154/iface.c | 4 +-
12964 net/mpls/af_mpls.c | 6 +-
12965 net/netfilter/ipset/ip_set_core.c | 4 +-
12966 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
12967 net/netfilter/ipvs/ip_vs_core.c | 4 +-
12968 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
12969 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
12970 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
12971 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
12972 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
12973 net/netfilter/nf_conntrack_acct.c | 2 +-
12974 net/netfilter/nf_conntrack_ecache.c | 2 +-
12975 net/netfilter/nf_conntrack_helper.c | 2 +-
12976 net/netfilter/nf_conntrack_netlink.c | 22 +-
12977 net/netfilter/nf_conntrack_proto.c | 2 +-
12978 net/netfilter/nf_conntrack_standalone.c | 2 +-
12979 net/netfilter/nf_conntrack_timestamp.c | 2 +-
12980 net/netfilter/nf_log.c | 10 +-
12981 net/netfilter/nf_sockopt.c | 4 +-
12982 net/netfilter/nf_tables_api.c | 13 +-
12983 net/netfilter/nfnetlink_acct.c | 7 +-
12984 net/netfilter/nfnetlink_cthelper.c | 2 +-
12985 net/netfilter/nfnetlink_cttimeout.c | 2 +-
12986 net/netfilter/nfnetlink_log.c | 4 +-
12987 net/netfilter/nft_compat.c | 9 +-
12988 net/netfilter/xt_statistic.c | 8 +-
12989 net/netlink/af_netlink.c | 14 +-
12990 net/netlink/diag.c | 2 +-
12991 net/netlink/genetlink.c | 14 +-
12992 net/openvswitch/vport-internal_dev.c | 2 +-
12993 net/packet/af_packet.c | 26 +-
12994 net/packet/diag.c | 2 +-
12995 net/packet/internal.h | 6 +-
12996 net/phonet/pep.c | 6 +-
12997 net/phonet/socket.c | 2 +-
12998 net/phonet/sysctl.c | 2 +-
12999 net/rds/cong.c | 6 +-
13000 net/rds/ib.h | 2 +-
13001 net/rds/ib_cm.c | 2 +-
13002 net/rds/ib_recv.c | 4 +-
13003 net/rds/iw.h | 2 +-
13004 net/rds/iw_cm.c | 2 +-
13005 net/rds/iw_recv.c | 4 +-
13006 net/rds/rds.h | 2 +-
13007 net/rds/tcp.c | 2 +-
13008 net/rds/tcp_send.c | 2 +-
13009 net/rxrpc/af_rxrpc.c | 2 +-
13010 net/rxrpc/ar-ack.c | 14 +-
13011 net/rxrpc/ar-call.c | 2 +-
13012 net/rxrpc/ar-connection.c | 2 +-
13013 net/rxrpc/ar-connevent.c | 2 +-
13014 net/rxrpc/ar-input.c | 4 +-
13015 net/rxrpc/ar-internal.h | 8 +-
13016 net/rxrpc/ar-local.c | 2 +-
13017 net/rxrpc/ar-output.c | 4 +-
13018 net/rxrpc/ar-peer.c | 2 +-
13019 net/rxrpc/ar-proc.c | 4 +-
13020 net/rxrpc/ar-transport.c | 2 +-
13021 net/rxrpc/rxkad.c | 4 +-
13022 net/sched/sch_generic.c | 4 +-
13023 net/sctp/ipv6.c | 6 +-
13024 net/sctp/protocol.c | 10 +-
13025 net/sctp/sm_sideeffect.c | 2 +-
13026 net/sctp/socket.c | 21 +-
13027 net/sctp/sysctl.c | 10 +-
13028 net/socket.c | 18 +-
13029 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
13030 net/sunrpc/clnt.c | 4 +-
13031 net/sunrpc/sched.c | 4 +-
13032 net/sunrpc/svc.c | 4 +-
13033 net/sunrpc/svcauth_unix.c | 2 +-
13034 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
13035 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
13036 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
13037 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
13038 net/tipc/netlink_compat.c | 12 +-
13039 net/tipc/subscr.c | 2 +-
13040 net/unix/diag.c | 2 +-
13041 net/unix/sysctl_net_unix.c | 2 +-
13042 net/wireless/wext-core.c | 19 +-
13043 net/xfrm/xfrm_policy.c | 16 +-
13044 net/xfrm/xfrm_state.c | 33 +-
13045 net/xfrm/xfrm_sysctl.c | 2 +-
13046 net/xfrm/xfrm_user.c | 2 +-
13047 scripts/Kbuild.include | 2 +-
13048 scripts/Makefile.build | 2 +-
13049 scripts/Makefile.clean | 3 +-
13050 scripts/Makefile.host | 69 +-
13051 scripts/basic/fixdep.c | 12 +-
13052 scripts/dtc/checks.c | 14 +-
13053 scripts/dtc/data.c | 6 +-
13054 scripts/dtc/flattree.c | 8 +-
13055 scripts/dtc/livetree.c | 4 +-
13056 scripts/gcc-plugin.sh | 51 +
13057 scripts/headers_install.sh | 1 +
13058 scripts/kallsyms.c | 4 +-
13059 scripts/kconfig/lkc.h | 5 +-
13060 scripts/kconfig/menu.c | 2 +-
13061 scripts/kconfig/symbol.c | 6 +-
13062 scripts/link-vmlinux.sh | 2 +-
13063 scripts/mod/file2alias.c | 14 +-
13064 scripts/mod/modpost.c | 25 +-
13065 scripts/mod/modpost.h | 6 +-
13066 scripts/mod/sumversion.c | 2 +-
13067 scripts/module-common.lds | 4 +
13068 scripts/package/builddeb | 1 +
13069 scripts/pnmtologo.c | 6 +-
13070 scripts/sortextable.h | 6 +-
13071 scripts/tags.sh | 2 +-
13072 security/Kconfig | 691 +-
13073 security/apparmor/include/policy.h | 2 +-
13074 security/apparmor/policy.c | 4 +-
13075 security/integrity/ima/ima.h | 4 +-
13076 security/integrity/ima/ima_api.c | 2 +-
13077 security/integrity/ima/ima_fs.c | 4 +-
13078 security/integrity/ima/ima_queue.c | 2 +-
13079 security/keys/internal.h | 8 +-
13080 security/keys/key.c | 18 +-
13081 security/keys/keyring.c | 4 -
13082 security/selinux/avc.c | 6 +-
13083 security/selinux/include/xfrm.h | 2 +-
13084 security/yama/yama_lsm.c | 2 +-
13085 sound/aoa/codecs/onyx.c | 7 +-
13086 sound/aoa/codecs/onyx.h | 1 +
13087 sound/core/oss/pcm_oss.c | 18 +-
13088 sound/core/pcm_compat.c | 2 +-
13089 sound/core/pcm_native.c | 4 +-
13090 sound/core/seq/seq_clientmgr.c | 10 +-
13091 sound/core/seq/seq_compat.c | 2 +-
13092 sound/core/seq/seq_fifo.c | 6 +-
13093 sound/core/seq/seq_fifo.h | 2 +-
13094 sound/core/seq/seq_memory.c | 6 +-
13095 sound/core/sound.c | 2 +-
13096 sound/drivers/mts64.c | 14 +-
13097 sound/drivers/opl4/opl4_lib.c | 2 +-
13098 sound/drivers/portman2x4.c | 3 +-
13099 sound/firewire/amdtp-am824.c | 2 +-
13100 sound/firewire/amdtp-stream.c | 4 +-
13101 sound/firewire/amdtp-stream.h | 2 +-
13102 sound/firewire/digi00x/amdtp-dot.c | 2 +-
13103 sound/firewire/isight.c | 10 +-
13104 sound/firewire/scs1x.c | 8 +-
13105 sound/oss/sb_audio.c | 2 +-
13106 sound/oss/swarm_cs4297a.c | 6 +-
13107 sound/pci/hda/hda_codec.c | 2 +-
13108 sound/pci/ymfpci/ymfpci.h | 2 +-
13109 sound/pci/ymfpci/ymfpci_main.c | 12 +-
13110 sound/soc/codecs/sti-sas.c | 10 +-
13111 sound/soc/intel/skylake/skl-sst-dsp.h | 4 +-
13112 sound/soc/soc-ac97.c | 6 +-
13113 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
13114 tools/gcc/Makefile | 42 +
13115 tools/gcc/checker_plugin.c | 549 +
13116 tools/gcc/colorize_plugin.c | 215 +
13117 tools/gcc/constify_plugin.c | 571 +
13118 tools/gcc/gcc-common.h | 819 +
13119 tools/gcc/initify_plugin.c | 591 +
13120 tools/gcc/kallocstat_plugin.c | 188 +
13121 tools/gcc/kernexec_plugin.c | 549 +
13122 tools/gcc/latent_entropy_plugin.c | 474 +
13123 tools/gcc/randomize_layout_seed.h | 1 +
13124 tools/gcc/size_overflow_plugin/.gitignore | 2 +
13125 tools/gcc/size_overflow_plugin/Makefile | 28 +
13126 .../disable_size_overflow_hash.data | 12434 ++
13127 .../disable_size_overflow_hash.h | 152601 ++++++++++++++++++
13128 .../generate_size_overflow_hash.sh | 103 +
13129 .../insert_size_overflow_asm.c | 416 +
13130 .../size_overflow_plugin/intentional_overflow.c | 1116 +
13131 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
13132 tools/gcc/size_overflow_plugin/size_overflow.h | 325 +
13133 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
13134 .../size_overflow_plugin/size_overflow_hash.data | 21454 +++
13135 .../size_overflow_hash_aux.data | 92 +
13136 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 +
13137 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
13138 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
13139 .../size_overflow_plugin_hash.c | 352 +
13140 .../size_overflow_plugin/size_overflow_transform.c | 745 +
13141 .../size_overflow_transform_core.c | 1015 +
13142 tools/gcc/stackleak_plugin.c | 444 +
13143 tools/gcc/structleak_plugin.c | 290 +
13144 tools/include/linux/compiler.h | 8 +
13145 tools/perf/util/include/asm/alternative-asm.h | 3 +
13146 tools/virtio/linux/uaccess.h | 2 +-
13147 virt/kvm/kvm_main.c | 42 +-
13148 2088 files changed, 221599 insertions(+), 9618 deletions(-)
13149 commit 87790bbd0d8dc2bd7fd86cb947e32886db9e9766
13150 Author: Matthew Wilcox <willy@linux.intel.com>
13151 Date: Tue Feb 2 16:57:52 2016 -0800
13152
13153 radix-tree: fix race in gang lookup
13154
13155 If the indirect_ptr bit is set on a slot, that indicates we need to redo
13156 the lookup. Introduce a new function radix_tree_iter_retry() which
13157 forces the loop to retry the lookup by setting 'slot' to NULL and
13158 turning the iterator back to point at the problematic entry.
13159
13160 This is a pretty rare problem to hit at the moment; the lookup has to
13161 race with a grow of the radix tree from a height of 0. The consequences
13162 of hitting this race are that gang lookup could return a pointer to a
13163 radix_tree_node instead of a pointer to whatever the user had inserted
13164 in the tree.
13165
13166 Fixes: cebbd29e1c2f ("radix-tree: rewrite gang lookup using iterator")
13167 Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
13168 Cc: Hugh Dickins <hughd@google.com>
13169 Cc: Ohad Ben-Cohen <ohad@wizery.com>
13170 Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
13171 Cc: <stable@vger.kernel.org>
13172 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
13173 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13174
13175 include/linux/radix-tree.h | 16 ++++++++++++++++
13176 lib/radix-tree.c | 12 ++++++++++--
13177 2 files changed, 26 insertions(+), 2 deletions(-)
13178
13179 commit bf628043b4589c910919a0f221ae7f42aa8cea93
13180 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
13181 Date: Wed Feb 3 02:11:03 2016 +0100
13182
13183 unix: correctly track in-flight fds in sending process user_struct
13184
13185 The commit referenced in the Fixes tag incorrectly accounted the number
13186 of in-flight fds over a unix domain socket to the original opener
13187 of the file-descriptor. This allows another process to arbitrary
13188 deplete the original file-openers resource limit for the maximum of
13189 open files. Instead the sending processes and its struct cred should
13190 be credited.
13191
13192 To do so, we add a reference counted struct user_struct pointer to the
13193 scm_fp_list and use it to account for the number of inflight unix fds.
13194
13195 Fixes: 712f4aad406bb1 ("unix: properly account for FDs passed over unix sockets")
13196 Reported-by: David Herrmann <dh.herrmann@gmail.com>
13197 Cc: David Herrmann <dh.herrmann@gmail.com>
13198 Cc: Willy Tarreau <w@1wt.eu>
13199 Cc: Linus Torvalds <torvalds@linux-foundation.org>
13200 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
13201 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
13202 Signed-off-by: David S. Miller <davem@davemloft.net>
13203
13204 include/net/af_unix.h | 4 ++--
13205 include/net/scm.h | 1 +
13206 net/core/scm.c | 7 +++++++
13207 net/unix/af_unix.c | 4 ++--
13208 net/unix/garbage.c | 8 ++++----
13209 5 files changed, 16 insertions(+), 8 deletions(-)
13210
13211 commit e830db443ff78d70b7b63536e688d73907face0c
13212 Author: Mike Kravetz <mike.kravetz@oracle.com>
13213 Date: Fri Jan 15 16:57:37 2016 -0800
13214
13215 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
13216
13217 Hillf Danton noticed bugs in the hugetlb_vmtruncate_list routine. The
13218 argument end is of type pgoff_t. It was being converted to a vaddr
13219 offset and passed to unmap_hugepage_range. However, end was also being
13220 used as an argument to the vma_interval_tree_foreach controlling loop.
13221 In addition, the conversion of end to vaddr offset was incorrect.
13222
13223 hugetlb_vmtruncate_list is called as part of a file truncate or
13224 fallocate hole punch operation.
13225
13226 When truncating a hugetlbfs file, this bug could prevent some pages from
13227 being unmapped. This is possible if there are multiple vmas mapping the
13228 file, and there is a sufficiently sized hole between the mappings. The
13229 size of the hole between two vmas (A,B) must be such that the starting
13230 virtual address of B is greater than (ending virtual address of A <<
13231 PAGE_SHIFT). In this case, the pages in B would not be unmapped. If
13232 pages are not properly unmapped during truncate, the following BUG is
13233 hit:
13234
13235 kernel BUG at fs/hugetlbfs/inode.c:428!
13236
13237 In the fallocate hole punch case, this bug could prevent pages from
13238 being unmapped as in the truncate case. However, for hole punch the
13239 result is that unmapped pages will not be removed during the operation.
13240 For hole punch, it is also possible that more pages than desired will be
13241 unmapped. This unnecessary unmapping will cause page faults to
13242 reestablish the mappings on subsequent page access.
13243
13244 Fixes: 1bfad99ab (" hugetlbfs: hugetlb_vmtruncate_list() needs to take a range")Reported-by: Hillf Danton <hillf.zj@alibaba-inc.com>
13245 Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
13246 Cc: Hugh Dickins <hughd@google.com>
13247 Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
13248 Cc: Davidlohr Bueso <dave@stgolabs.net>
13249 Cc: Dave Hansen <dave.hansen@linux.intel.com>
13250 Cc: <stable@vger.kernel.org> [4.3]
13251 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
13252 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13253
13254 fs/hugetlbfs/inode.c | 19 +++++++++++--------
13255 1 files changed, 11 insertions(+), 8 deletions(-)
13256
13257 commit cdb3ba4a9113b779347387f3b6c6ea72dd4db12f
13258 Author: Takashi Iwai <tiwai@suse.de>
13259 Date: Thu Feb 4 17:06:13 2016 +0100
13260
13261 ALSA: timer: Fix leftover link at closing
13262
13263 In ALSA timer core, the active timer instance is managed in
13264 active_list linked list. Each element is added / removed dynamically
13265 at timer start, stop and in timer interrupt. The problem is that
13266 snd_timer_interrupt() has a thinko and leaves the element in
13267 active_list when it's the last opened element. This eventually leads
13268 to list corruption or use-after-free error.
13269
13270 This hasn't been revealed because we used to delete the list forcibly
13271 in snd_timer_stop() in the past. However, the recent fix avoids the
13272 double-stop behavior (in commit [f784beb75ce8: ALSA: timer: Fix link
13273 corruption due to double start or stop]), and this leak hits reality.
13274
13275 This patch fixes the link management in snd_timer_interrupt(). Now it
13276 simply unlinks no matter which stream is.
13277
13278 BugLink: http://lkml.kernel.org/r/CACT4Y+Yy2aukHP-EDp8-ziNqNNmb-NTf=jDWXMP7jB8HDa2vng@mail.gmail.com
13279 Reported-by: Dmitry Vyukov <dvyukov@google.com>
13280 Cc: <stable@vger.kernel.org>
13281 Signed-off-by: Takashi Iwai <tiwai@suse.de>
13282
13283 sound/core/timer.c | 4 ++--
13284 1 files changed, 2 insertions(+), 2 deletions(-)
13285
13286 commit 47d9647902f6a2f46a2be1e0140ba0f6f8c06008
13287 Author: Konstantin Khlebnikov <koct9i@gmail.com>
13288 Date: Fri Feb 5 15:37:01 2016 -0800
13289
13290 radix-tree: fix oops after radix_tree_iter_retry
13291
13292 Helper radix_tree_iter_retry() resets next_index to the current index.
13293 In following radix_tree_next_slot current chunk size becomes zero. This
13294 isn't checked and it tries to dereference null pointer in slot.
13295
13296 Tagged iterator is fine because retry happens only at slot 0 where tag
13297 bitmask in iter->tags is filled with single bit.
13298
13299 Fixes: 46437f9a554f ("radix-tree: fix race in gang lookup")
13300 Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
13301 Cc: Matthew Wilcox <willy@linux.intel.com>
13302 Cc: Hugh Dickins <hughd@google.com>
13303 Cc: Ohad Ben-Cohen <ohad@wizery.com>
13304 Cc: Jeremiah Mahler <jmmahler@gmail.com>
13305 Cc: <stable@vger.kernel.org>
13306 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
13307 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13308
13309 include/linux/radix-tree.h | 6 +++---
13310 1 files changed, 3 insertions(+), 3 deletions(-)
13311
13312 commit 95b5dcb3c01958502af00b0bc0da1d906aae11a2
13313 Merge: 438be0b 256aeaf
13314 Author: Brad Spengler <spender@grsecurity.net>
13315 Date: Sun Feb 7 08:29:33 2016 -0500
13316
13317 Merge branch 'pax-test' into grsec-test
13318
13319 commit 256aeaf87c22de8edf1f03682a572c590ae07771
13320 Author: Brad Spengler <spender@grsecurity.net>
13321 Date: Sun Feb 7 08:29:09 2016 -0500
13322
13323 Update to pax-linux-4.3.5-test28.patch:
13324 - 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)
13325 - spender fixed UDEREF on arm
13326
13327 arch/arm/Kconfig | 1 +
13328 arch/arm/include/asm/domain.h | 21 ++++++++-
13329 arch/arm/include/asm/futex.h | 9 ----
13330 arch/arm/include/asm/thread_info.h | 3 +
13331 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
13332 arch/arm/kernel/entry-armv.S | 2 +-
13333 arch/arm/kernel/process.c | 2 +-
13334 arch/arm/mm/alignment.c | 8 ----
13335 arch/x86/mm/numa.c | 2 +-
13336 security/Kconfig | 1 -
13337 10 files changed, 60 insertions(+), 70 deletions(-)
13338
13339 commit 438be0bd112bd17942b2628c53054dc1007558a1
13340 Author: Brad Spengler <spender@grsecurity.net>
13341 Date: Sat Feb 6 19:50:31 2016 -0500
13342
13343 Fix a number of issues caused by the upstream merging of a UDEREF ripoff resulting in unbootable
13344 ARM systems reported on the forums
13345
13346 arch/arm/Kconfig | 1 +
13347 arch/arm/include/asm/domain.h | 21 ++++++++-
13348 arch/arm/include/asm/futex.h | 9 ----
13349 arch/arm/include/asm/thread_info.h | 3 +
13350 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
13351 arch/arm/kernel/entry-armv.S | 2 +-
13352 arch/arm/kernel/process.c | 2 +-
13353 arch/arm/mm/alignment.c | 8 ----
13354 security/Kconfig | 1 -
13355 9 files changed, 59 insertions(+), 69 deletions(-)
13356
13357 commit 4ffdd5ef1f87e611af1efb4f251ada92abe9f4c0
13358 Author: Brad Spengler <spender@grsecurity.net>
13359 Date: Sat Feb 6 11:21:53 2016 -0500
13360
13361 Fix another compiler warning
13362
13363 net/ipv4/tcp_input.c | 2 ++
13364 1 files changed, 2 insertions(+), 0 deletions(-)
13365
13366 commit 30b5b7bc0fd67d458bdd5ab35e4689769eabd2ed
13367 Author: Brad Spengler <spender@grsecurity.net>
13368 Date: Sat Feb 6 11:16:12 2016 -0500
13369
13370 Fix two compiler warnings
13371
13372 kernel/pid.c | 5 ++---
13373 kernel/ptrace.c | 3 ++-
13374 2 files changed, 4 insertions(+), 4 deletions(-)
13375
13376 commit dda4d2a21914c480750f10bd55c6e3203d415d8d
13377 Author: Brad Spengler <spender@grsecurity.net>
13378 Date: Wed Feb 3 21:22:40 2016 -0500
13379
13380 Apply fix for integer truncation in NUMA init code, reported by
13381 x14sg1 on the forums:
13382 https://forums.grsecurity.net/viewtopic.php?f=3&t=4374
13383
13384 arch/x86/mm/numa.c | 2 +-
13385 1 files changed, 1 insertions(+), 1 deletions(-)
13386
13387 commit 477505f7c893cb6a2c3e22f83eefd9c985d7b3ca
13388 Merge: a781740 016d0d8
13389 Author: Brad Spengler <spender@grsecurity.net>
13390 Date: Wed Feb 3 21:20:58 2016 -0500
13391
13392 Merge branch 'pax-test' into grsec-test
13393
13394 commit 016d0d81a8dd4be1304c82a68e0ccf425868f467
13395 Author: Brad Spengler <spender@grsecurity.net>
13396 Date: Wed Feb 3 21:20:10 2016 -0500
13397
13398 Update to pax-linux-4.3.5-test27.patch:
13399 - fixed a bunch of potential REFCOUNT false positives, reported by Emese
13400 - restored padding in fpregs_state for storing AVX-512 state in the future
13401 - constified netlink_dump_control
13402 - added const version of debug_gimple_stmt for gcc plugins, by Emese
13403 - Emese fixed a bug in initify that could have initified too much
13404 - Emese fixed a false positive intentional integer overflow in xfrm4_extract_header, reported by corsac
13405
13406 arch/x86/include/asm/fpu/types.h | 1 +
13407 arch/x86/include/asm/mmu_context.h | 2 +-
13408 block/blk-cgroup.c | 18 ++--
13409 block/cfq-iosched.c | 4 +-
13410 crypto/crypto_user.c | 8 ++-
13411 drivers/acpi/apei/ghes.c | 6 +-
13412 drivers/char/ipmi/ipmi_ssif.c | 12 ++--
13413 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
13414 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
13415 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
13416 drivers/infiniband/core/netlink.c | 5 +-
13417 drivers/infiniband/hw/cxgb4/device.c | 6 +-
13418 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
13419 drivers/md/bcache/alloc.c | 2 +-
13420 drivers/md/bcache/bcache.h | 10 +-
13421 drivers/md/bcache/btree.c | 2 +-
13422 drivers/md/bcache/io.c | 10 +-
13423 drivers/md/bcache/journal.c | 2 +-
13424 drivers/md/bcache/stats.c | 26 +++---
13425 drivers/md/bcache/stats.h | 16 ++--
13426 drivers/md/bcache/super.c | 2 +-
13427 drivers/md/bcache/sysfs.c | 20 +++---
13428 drivers/md/dm-cache-target.c | 98 ++++++++++++------------
13429 drivers/md/dm-raid.c | 2 +-
13430 drivers/md/md.c | 6 +-
13431 drivers/md/md.h | 2 +-
13432 drivers/md/raid1.c | 2 +-
13433 drivers/md/raid10.c | 2 +-
13434 drivers/md/raid5.c | 4 +-
13435 drivers/media/pci/zoran/zoran.h | 1 -
13436 drivers/media/pci/zoran/zoran_driver.c | 3 -
13437 drivers/net/ethernet/sfc/selftest.c | 20 +++---
13438 drivers/net/irda/vlsi_ir.c | 18 ++--
13439 drivers/net/irda/vlsi_ir.h | 14 ++--
13440 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
13441 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
13442 drivers/net/wireless/ath/carl9170/main.c | 10 +-
13443 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
13444 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
13445 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
13446 drivers/scsi/hptiop.c | 2 -
13447 drivers/scsi/hptiop.h | 1 -
13448 drivers/scsi/ipr.c | 6 +-
13449 drivers/scsi/ipr.h | 2 +-
13450 drivers/scsi/qla2xxx/qla_target.c | 10 +-
13451 drivers/scsi/qla2xxx/qla_target.h | 2 +-
13452 fs/btrfs/ctree.c | 2 +-
13453 fs/btrfs/ctree.h | 4 +-
13454 fs/btrfs/delayed-ref.c | 4 +-
13455 fs/btrfs/disk-io.c | 4 +-
13456 fs/btrfs/file.c | 4 +-
13457 fs/btrfs/raid56.c | 32 ++++----
13458 fs/btrfs/tests/btrfs-tests.c | 2 +-
13459 fs/btrfs/transaction.c | 2 +-
13460 fs/btrfs/tree-log.c | 8 +-
13461 fs/btrfs/volumes.c | 14 ++--
13462 fs/btrfs/volumes.h | 22 +++---
13463 fs/jbd2/commit.c | 2 +-
13464 fs/jbd2/transaction.c | 4 +-
13465 fs/ocfs2/dlm/dlmcommon.h | 4 +-
13466 fs/ocfs2/dlm/dlmdebug.c | 10 +-
13467 fs/ocfs2/dlm/dlmdomain.c | 4 +-
13468 fs/ocfs2/dlm/dlmmaster.c | 4 +-
13469 include/acpi/ghes.h | 2 +-
13470 include/linux/blk-cgroup.h | 24 +++---
13471 include/linux/jbd2.h | 2 +-
13472 include/linux/netlink.h | 12 ++--
13473 include/net/cfg802154.h | 2 +-
13474 include/net/mac80211.h | 2 +-
13475 include/net/neighbour.h | 2 +-
13476 kernel/rcu/tree_plugin.h | 4 +-
13477 net/batman-adv/routing.c | 4 +-
13478 net/batman-adv/soft-interface.c | 2 +-
13479 net/batman-adv/translation-table.c | 14 ++--
13480 net/batman-adv/types.h | 2 +-
13481 net/core/neighbour.c | 14 ++--
13482 net/core/rtnetlink.c | 2 +-
13483 net/ipv4/arp.c | 2 +-
13484 net/ipv4/inet_diag.c | 4 +-
13485 net/ipv4/xfrm4_state.c | 4 +-
13486 net/ipv6/ndisc.c | 2 +-
13487 net/mac80211/cfg.c | 2 +-
13488 net/mac80211/debugfs_key.c | 2 +-
13489 net/mac80211/key.c | 4 +-
13490 net/mac80211/tx.c | 2 +-
13491 net/mac80211/wpa.c | 10 +-
13492 net/mac802154/iface.c | 4 +-
13493 net/netfilter/ipset/ip_set_core.c | 2 +-
13494 net/netfilter/nf_conntrack_netlink.c | 22 +++---
13495 net/netfilter/nf_tables_api.c | 13 ++--
13496 net/netfilter/nfnetlink_acct.c | 7 +-
13497 net/netfilter/nfnetlink_cthelper.c | 2 +-
13498 net/netfilter/nfnetlink_cttimeout.c | 2 +-
13499 net/netlink/af_netlink.c | 10 ++-
13500 net/netlink/diag.c | 2 +-
13501 net/netlink/genetlink.c | 14 ++--
13502 net/packet/af_packet.c | 18 ++--
13503 net/packet/diag.c | 2 +-
13504 net/packet/internal.h | 6 +-
13505 net/unix/diag.c | 2 +-
13506 net/xfrm/xfrm_user.c | 2 +-
13507 security/apparmor/include/policy.h | 2 +-
13508 security/apparmor/policy.c | 4 +-
13509 sound/core/seq/seq_clientmgr.c | 2 +-
13510 sound/core/seq/seq_fifo.c | 6 +-
13511 sound/core/seq/seq_fifo.h | 2 +-
13512 tools/gcc/gcc-common.h | 24 ++++--
13513 tools/gcc/initify_plugin.c | 7 +-
13514 tools/lib/api/Makefile | 2 +-
13515 109 files changed, 399 insertions(+), 391 deletions(-)
13516
13517 commit a7817402ac837b1aee07fac42537a02097055098
13518 Author: Matt Fleming <matt@codeblueprint.co.uk>
13519 Date: Fri Jan 29 11:36:10 2016 +0000
13520
13521 x86/mm/pat: Avoid truncation when converting cpa->numpages to address
13522
13523 There are a couple of nasty truncation bugs lurking in the pageattr
13524 code that can be triggered when mapping EFI regions, e.g. when we pass
13525 a cpa->pgd pointer. Because cpa->numpages is a 32-bit value, shifting
13526 left by PAGE_SHIFT will truncate the resultant address to 32-bits.
13527
13528 Viorel-Cătălin managed to trigger this bug on his Dell machine that
13529 provides a ~5GB EFI region which requires 1236992 pages to be mapped.
13530 When calling populate_pud() the end of the region gets calculated
13531 incorrectly in the following buggy expression,
13532
13533 end = start + (cpa->numpages << PAGE_SHIFT);
13534
13535 And only 188416 pages are mapped. Next, populate_pud() gets invoked
13536 for a second time because of the loop in __change_page_attr_set_clr(),
13537 only this time no pages get mapped because shifting the remaining
13538 number of pages (1048576) by PAGE_SHIFT is zero. At which point the
13539 loop in __change_page_attr_set_clr() spins forever because we fail to
13540 map progress.
13541
13542 Hitting this bug depends very much on the virtual address we pick to
13543 map the large region at and how many pages we map on the initial run
13544 through the loop. This explains why this issue was only recently hit
13545 with the introduction of commit
13546
13547 a5caa209ba9c ("x86/efi: Fix boot crash by mapping EFI memmap
13548 entries bottom-up at runtime, instead of top-down")
13549
13550 It's interesting to note that safe uses of cpa->numpages do exist in
13551 the pageattr code. If instead of shifting ->numpages we multiply by
13552 PAGE_SIZE, no truncation occurs because PAGE_SIZE is a UL value, and
13553 so the result is unsigned long.
13554
13555 To avoid surprises when users try to convert very large cpa->numpages
13556 values to addresses, change the data type from 'int' to 'unsigned
13557 long', thereby making it suitable for shifting by PAGE_SHIFT without
13558 any type casting.
13559
13560 The alternative would be to make liberal use of casting, but that is
13561 far more likely to cause problems in the future when someone adds more
13562 code and fails to cast properly; this bug was difficult enough to
13563 track down in the first place.
13564
13565 Reported-and-tested-by: Viorel-Cătălin Răpițeanu <rapiteanu.catalin@gmail.com>
13566 Acked-by: Borislav Petkov <bp@alien8.de>
13567 Cc: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
13568 Cc: <stable@vger.kernel.org>
13569 Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
13570 Link: https://bugzilla.kernel.org/show_bug.cgi?id=110131
13571 Link: http://lkml.kernel.org/r/1454067370-10374-1-git-send-email-matt@codeblueprint.co.uk
13572 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
13573
13574 arch/x86/mm/pageattr.c | 4 ++--
13575 1 files changed, 2 insertions(+), 2 deletions(-)
13576
13577 commit 64dd9d7a67a742fda257cdd16510c29e695c34b5
13578 Author: Jan Beulich <JBeulich@suse.com>
13579 Date: Tue Jan 26 04:15:18 2016 -0700
13580
13581 x86/mm: Fix types used in pgprot cacheability flags translations
13582
13583 For PAE kernels "unsigned long" is not suitable to hold page protection
13584 flags, since _PAGE_NX doesn't fit there. This is the reason for quite a
13585 few W+X pages getting reported as insecure during boot (observed namely
13586 for the entire initrd range).
13587
13588 Fixes: 281d4078be ("x86: Make page cache mode a real type")
13589 Signed-off-by: Jan Beulich <jbeulich@suse.com>
13590 Reviewed-by: Juergen Gross <JGross@suse.com>
13591 Cc: stable@vger.kernel.org
13592 Link: http://lkml.kernel.org/r/56A7635602000078000CAFF1@prv-mh.provo.novell.com
13593 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
13594
13595 arch/x86/include/asm/pgtable_types.h | 6 ++----
13596 1 files changed, 2 insertions(+), 4 deletions(-)
13597
13598 commit bb9a3a9df0d8dfc96d521676e64c42b37ba22aea
13599 Merge: 682d661 f74425b
13600 Author: Brad Spengler <spender@grsecurity.net>
13601 Date: Sun Jan 31 15:06:25 2016 -0500
13602
13603 Merge branch 'pax-test' into grsec-test
13604
13605 Conflicts:
13606 drivers/net/slip/slhc.c
13607 include/linux/sched.h
13608 net/unix/af_unix.c
13609 sound/core/timer.c
13610
13611 commit f74425b5705bfe52aff9e97659ef10c4a14176c3
13612 Merge: d14af1f 849a2d3
13613 Author: Brad Spengler <spender@grsecurity.net>
13614 Date: Sun Jan 31 15:02:55 2016 -0500
13615
13616 Merge branch 'linux-4.3.y' into pax-test
13617
13618 Conflicts:
13619 arch/x86/include/asm/mmu_context.h
13620
13621 commit 682d6611d75542e351c973c8dd74a99d3966c073
13622 Author: Brad Spengler <spender@grsecurity.net>
13623 Date: Sat Jan 30 13:05:03 2016 -0500
13624
13625 Based on a report from Mathias Krause, fix up a number of additional instances
13626 of ulong overflow when passing in values to gr_learn_resource by saturating
13627 to ULONG_MAX
13628
13629 mm/mlock.c | 11 ++++++++---
13630 mm/mmap.c | 16 +++++++++++++---
13631 2 files changed, 21 insertions(+), 6 deletions(-)
13632
13633 commit adb52e95fb9ad4ac9c56cd5d47bd668f47c33096
13634 Author: Jann Horn <jann@thejh.net>
13635 Date: Sat Dec 26 06:00:48 2015 +0100
13636
13637 seccomp: always propagate NO_NEW_PRIVS on tsync
13638
13639 Before this patch, a process with some permissive seccomp filter
13640 that was applied by root without NO_NEW_PRIVS was able to add
13641 more filters to itself without setting NO_NEW_PRIVS by setting
13642 the new filter from a throwaway thread with NO_NEW_PRIVS.
13643
13644 Signed-off-by: Jann Horn <jann@thejh.net>
13645 Cc: stable@vger.kernel.org
13646 Signed-off-by: Kees Cook <keescook@chromium.org>
13647
13648 kernel/seccomp.c | 22 +++++++++++-----------
13649 1 files changed, 11 insertions(+), 11 deletions(-)
13650
13651 commit b85450498a3bbf269441c8963d7574bb3079c838
13652 Merge: 59c216f d14af1f
13653 Author: Brad Spengler <spender@grsecurity.net>
13654 Date: Fri Jan 29 20:54:13 2016 -0500
13655
13656 Merge branch 'pax-test' into grsec-test
13657
13658 commit d14af1f1dd66511f3f0674deee2b572972012b39
13659 Author: Brad Spengler <spender@grsecurity.net>
13660 Date: Fri Jan 29 20:53:51 2016 -0500
13661
13662 Update to pax-linux-4.3.4-test26.patch:
13663 - Emese fixed a few intentional overflows introduced by gcc, reported by StalkR (https://forums.grsecurity.net/viewtopic.php?f=3&t=4370)
13664
13665 fs/cifs/file.c | 2 +-
13666 fs/gfs2/file.c | 2 +-
13667 .../size_overflow_plugin/intentional_overflow.c | 96 ++++++++++++++++++--
13668 tools/gcc/size_overflow_plugin/size_overflow.h | 2 +
13669 .../size_overflow_plugin/size_overflow_plugin.c | 4 +-
13670 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
13671 .../size_overflow_transform_core.c | 5 +
13672 7 files changed, 102 insertions(+), 15 deletions(-)
13673
13674 commit 59c216f13587eacdd692386b7a403ae78ed84fb6
13675 Author: Brad Spengler <spender@grsecurity.net>
13676 Date: Wed Jan 27 17:57:21 2016 -0500
13677
13678 Fix a size_overflow report reported by Mathias Krause in our
13679 truncation of an loff_t to an unsigned long when being passed
13680 to gr_learn_resource() (as all resource checks are against unsigned long
13681 values)
13682
13683 fs/attr.c | 5 ++++-
13684 1 files changed, 4 insertions(+), 1 deletions(-)
13685
13686 commit 70636c6ad60fc1db3af764ecc789b827b7497a97
13687 Author: Yuchung Cheng <ycheng@google.com>
13688 Date: Wed Jan 6 12:42:38 2016 -0800
13689
13690 tcp: fix zero cwnd in tcp_cwnd_reduction
13691
13692 Patch 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode
13693 conditionally") introduced a bug that cwnd may become 0 when both
13694 inflight and sndcnt are 0 (cwnd = inflight + sndcnt). This may lead
13695 to a div-by-zero if the connection starts another cwnd reduction
13696 phase by setting tp->prior_cwnd to the current cwnd (0) in
13697 tcp_init_cwnd_reduction().
13698
13699 To prevent this we skip PRR operation when nothing is acked or
13700 sacked. Then cwnd must be positive in all cases as long as ssthresh
13701 is positive:
13702
13703 1) The proportional reduction mode
13704 inflight > ssthresh > 0
13705
13706 2) The reduction bound mode
13707 a) inflight == ssthresh > 0
13708
13709 b) inflight < ssthresh
13710 sndcnt > 0 since newly_acked_sacked > 0 and inflight < ssthresh
13711
13712 Therefore in all cases inflight and sndcnt can not both be 0.
13713 We check invalid tp->prior_cwnd to avoid potential div0 bugs.
13714
13715 In reality this bug is triggered only with a sequence of less common
13716 events. For example, the connection is terminating an ECN-triggered
13717 cwnd reduction with an inflight 0, then it receives reordered/old
13718 ACKs or DSACKs from prior transmission (which acks nothing). Or the
13719 connection is in fast recovery stage that marks everything lost,
13720 but fails to retransmit due to local issues, then receives data
13721 packets from other end which acks nothing.
13722
13723 Fixes: 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode conditionally")
13724 Reported-by: Oleksandr Natalenko <oleksandr@natalenko.name>
13725 Signed-off-by: Yuchung Cheng <ycheng@google.com>
13726 Signed-off-by: Neal Cardwell <ncardwell@google.com>
13727 Signed-off-by: Eric Dumazet <edumazet@google.com>
13728 Signed-off-by: David S. Miller <davem@davemloft.net>
13729
13730 net/ipv4/tcp_input.c | 3 +++
13731 1 files changed, 3 insertions(+), 0 deletions(-)
13732
13733 commit dac1da2bedbb43195d371c7a192cfeeb45683df0
13734 Author: Eric Dumazet <edumazet@google.com>
13735 Date: Sun Jan 24 13:53:50 2016 -0800
13736
13737 af_unix: fix struct pid memory leak
13738
13739 Dmitry reported a struct pid leak detected by a syzkaller program.
13740
13741 Bug happens in unix_stream_recvmsg() when we break the loop when a
13742 signal is pending, without properly releasing scm.
13743
13744 Fixes: b3ca9b02b007 ("net: fix multithreaded signal handling in unix recv routines")
13745 Reported-by: Dmitry Vyukov <dvyukov@google.com>
13746 Signed-off-by: Eric Dumazet <edumazet@google.com>
13747 Cc: Rainer Weikusat <rweikusat@mobileactivedefense.com>
13748 Signed-off-by: David S. Miller <davem@davemloft.net>
13749
13750 net/unix/af_unix.c | 1 +
13751 1 files changed, 1 insertions(+), 0 deletions(-)
13752
13753 commit 15cc47f127520d1ac0c1fe76d993c2c27f0f2571
13754 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
13755 Date: Fri Jan 22 01:39:43 2016 +0100
13756
13757 pptp: fix illegal memory access caused by multiple bind()s
13758
13759 Several times already this has been reported as kasan reports caused by
13760 syzkaller and trinity and people always looked at RCU races, but it is
13761 much more simple. :)
13762
13763 In case we bind a pptp socket multiple times, we simply add it to
13764 the callid_sock list but don't remove the old binding. Thus the old
13765 socket stays in the bucket with unused call_id indexes and doesn't get
13766 cleaned up. This causes various forms of kasan reports which were hard
13767 to pinpoint.
13768
13769 Simply don't allow multiple binds and correct error handling in
13770 pptp_bind. Also keep sk_state bits in place in pptp_connect.
13771
13772 Fixes: 00959ade36acad ("PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)")
13773 Cc: Dmitry Kozlov <xeb@mail.ru>
13774 Cc: Sasha Levin <sasha.levin@oracle.com>
13775 Cc: Dmitry Vyukov <dvyukov@google.com>
13776 Reported-by: Dmitry Vyukov <dvyukov@google.com>
13777 Cc: Dave Jones <davej@codemonkey.org.uk>
13778 Reported-by: Dave Jones <davej@codemonkey.org.uk>
13779 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
13780 Signed-off-by: David S. Miller <davem@davemloft.net>
13781
13782 drivers/net/ppp/pptp.c | 34 ++++++++++++++++++++++++----------
13783 1 files changed, 24 insertions(+), 10 deletions(-)
13784
13785 commit e2b7b8c66851c85188fa6dab2d2b2a6c85bc7332
13786 Author: Brad Spengler <spender@grsecurity.net>
13787 Date: Tue Jan 26 18:17:10 2016 -0500
13788
13789 Add info about cpupower/powertop to GRKERNSEC_KMEM, was present on our
13790 wiki but was removed from the config help at some point
13791
13792 grsecurity/Kconfig | 3 +++
13793 1 files changed, 3 insertions(+), 0 deletions(-)
13794
13795 commit ce2e88efa000fc32bfcd84098f57c8ed8310fefc
13796 Author: Thomas Egerer <hakke_007@gmx.de>
13797 Date: Mon Jan 25 12:58:44 2016 +0100
13798
13799 ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
13800
13801 The ESP algorithms using CBC mode require echainiv. Hence INET*_ESP have
13802 to select CRYPTO_ECHAINIV in order to work properly. This solves the
13803 issues caused by a misconfiguration as described in [1].
13804 The original approach, patching crypto/Kconfig was turned down by
13805 Herbert Xu [2].
13806
13807 [1] https://lists.strongswan.org/pipermail/users/2015-December/009074.html
13808 [2] http://marc.info/?l=linux-crypto-vger&m=145224655809562&w=2
13809
13810 Signed-off-by: Thomas Egerer <hakke_007@gmx.de>
13811 Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
13812 Signed-off-by: David S. Miller <davem@davemloft.net>
13813
13814 net/ipv4/Kconfig | 1 +
13815 net/ipv6/Kconfig | 1 +
13816 2 files changed, 2 insertions(+), 0 deletions(-)
13817
13818 commit fca5a303155ea67d28aece0caf2b03ffc3b2668d
13819 Merge: 904114c 6339c1f
13820 Author: Brad Spengler <spender@grsecurity.net>
13821 Date: Tue Jan 26 18:08:40 2016 -0500
13822
13823 Merge branch 'pax-test' into grsec-test
13824
13825 commit 6339c1f9a9beafd417bf9f04d4b257e62aeb45b7
13826 Author: Brad Spengler <spender@grsecurity.net>
13827 Date: Tue Jan 26 18:07:51 2016 -0500
13828
13829 Update to pax-linux-4.3.4-test25.patch:
13830 - 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>
13831 - fixed init_new_context on !MODIFY_LDT_SYSCALL configs, reported by tjh (https://forums.grsecurity.net/viewtopic.php?f=3&t=4368)
13832 - fixed a few REFCOUNT false positives in SNMP related statistics
13833
13834 arch/x86/Kconfig | 2 +-
13835 arch/x86/include/asm/mmu_context.h | 17 +++++++++++++++++
13836 include/net/snmp.h | 10 +++++-----
13837 kernel/fork.c | 11 +++++++++--
13838 net/ipv4/proc.c | 8 ++++----
13839 net/ipv6/addrconf.c | 4 ++--
13840 net/ipv6/proc.c | 10 +++++-----
13841 7 files changed, 43 insertions(+), 19 deletions(-)
13842
13843 commit 904114c2fce3fdff5d57e763da56a78960db4e19
13844 Author: Al Viro <viro@zeniv.linux.org.uk>
13845 Date: Fri Jan 22 18:08:52 2016 -0500
13846
13847 make sure that freeing shmem fast symlinks is RCU-delayed
13848
13849 Cc: stable@vger.kernel.org # v4.2+
13850 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
13851
13852 include/linux/shmem_fs.h | 5 +----
13853 mm/shmem.c | 9 ++++-----
13854 2 files changed, 5 insertions(+), 9 deletions(-)
13855
13856 commit ab86adee64312a2f827dd516cb199521327943ed
13857 Author: Sasha Levin <sasha.levin@oracle.com>
13858 Date: Mon Jan 18 19:23:51 2016 -0500
13859
13860 netfilter: nf_conntrack: use safer way to lock all buckets
13861
13862 When we need to lock all buckets in the connection hashtable we'd attempt to
13863 lock 1024 spinlocks, which is way more preemption levels than supported by
13864 the kernel. Furthermore, this behavior was hidden by checking if lockdep is
13865 enabled, and if it was - use only 8 buckets(!).
13866
13867 Fix this by using a global lock and synchronize all buckets on it when we
13868 need to lock them all. This is pretty heavyweight, but is only done when we
13869 need to resize the hashtable, and that doesn't happen often enough (or at all).
13870
13871 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
13872 Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
13873 Reviewed-by: Florian Westphal <fw@strlen.de>
13874 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
13875
13876 Conflicts:
13877
13878 net/netfilter/nfnetlink_cttimeout.c
13879
13880 include/net/netfilter/nf_conntrack_core.h | 8 ++----
13881 net/netfilter/nf_conntrack_core.c | 38 +++++++++++++++++++++-------
13882 net/netfilter/nf_conntrack_helper.c | 2 +-
13883 net/netfilter/nf_conntrack_netlink.c | 2 +-
13884 4 files changed, 33 insertions(+), 17 deletions(-)
13885
13886 commit 37014723527225481c720484bb788a1a6358072f
13887 Author: Willy Tarreau <w@1wt.eu>
13888 Date: Mon Jan 18 16:36:09 2016 +0100
13889
13890 pipe: limit the per-user amount of pages allocated in pipes
13891
13892 On no-so-small systems, it is possible for a single process to cause an
13893 OOM condition by filling large pipes with data that are never read. A
13894 typical process filling 4000 pipes with 1 MB of data will use 4 GB of
13895 memory. On small systems it may be tricky to set the pipe max size to
13896 prevent this from happening.
13897
13898 This patch makes it possible to enforce a per-user soft limit above
13899 which new pipes will be limited to a single page, effectively limiting
13900 them to 4 kB each, as well as a hard limit above which no new pipes may
13901 be created for this user. This has the effect of protecting the system
13902 against memory abuse without hurting other users, and still allowing
13903 pipes to work correctly though with less data at once.
13904
13905 The limit are controlled by two new sysctls : pipe-user-pages-soft, and
13906 pipe-user-pages-hard. Both may be disabled by setting them to zero. The
13907 default soft limit allows the default number of FDs per process (1024)
13908 to create pipes of the default size (64kB), thus reaching a limit of 64MB
13909 before starting to create only smaller pipes. With 256 processes limited
13910 to 1024 FDs each, this results in 1024*64kB + (256*1024 - 1024) * 4kB =
13911 1084 MB of memory allocated for a user. The hard limit is disabled by
13912 default to avoid breaking existing applications that make intensive use
13913 of pipes (eg: for splicing).
13914
13915 Reported-by: socketpair@gmail.com
13916 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
13917 Mitigates: CVE-2013-4312 (Linux 2.0+)
13918 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
13919 Signed-off-by: Willy Tarreau <w@1wt.eu>
13920 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
13921
13922 Documentation/sysctl/fs.txt | 23 +++++++++++++++++++++
13923 fs/pipe.c | 47 +++++++++++++++++++++++++++++++++++++++++-
13924 include/linux/pipe_fs_i.h | 4 +++
13925 include/linux/sched.h | 1 +
13926 kernel/sysctl.c | 14 ++++++++++++
13927 5 files changed, 87 insertions(+), 2 deletions(-)
13928
13929 commit 51645fa198d194f746651dcfbc5f24a4cf8b9fb8
13930 Merge: 540f2af 7791ecb
13931 Author: Brad Spengler <spender@grsecurity.net>
13932 Date: Sat Jan 23 10:57:11 2016 -0500
13933
13934 Merge branch 'pax-test' into grsec-test
13935
13936 commit 7791ecb84f840343a5646236fd0d34e1fb450793
13937 Merge: 470069c 399588c
13938 Author: Brad Spengler <spender@grsecurity.net>
13939 Date: Sat Jan 23 10:56:47 2016 -0500
13940
13941 Merge branch 'linux-4.3.y' into pax-test
13942
13943 commit 540f2affebd42cdc26a699208ab4f1cb0cb75e33
13944 Author: Brad Spengler <spender@grsecurity.net>
13945 Date: Tue Jan 19 21:18:47 2016 -0500
13946
13947 Update size_overflow hash table
13948
13949 .../size_overflow_plugin/size_overflow_hash.data | 4 +++-
13950 1 files changed, 3 insertions(+), 1 deletions(-)
13951
13952 commit 7e649765626a28437f573f0fbe7a51a04615f041
13953 Author: Brad Spengler <spender@grsecurity.net>
13954 Date: Tue Jan 19 20:29:46 2016 -0500
13955
13956 Backport fix from: https://lkml.org/lkml/2015/12/13/187
13957
13958 fs/ext4/extents.c | 2 +-
13959 1 files changed, 1 insertions(+), 1 deletions(-)
13960
13961 commit 53b859cd0a5f5b6ad54fe0c879dfedaa3c5a3005
13962 Author: Jann Horn <jann@thejh.net>
13963 Date: Tue Jan 5 18:27:30 2016 +0100
13964
13965 compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)
13966
13967 This replaces all code in fs/compat_ioctl.c that translated
13968 ioctl arguments into a in-kernel structure, then performed
13969 do_ioctl under set_fs(KERNEL_DS), with code that allocates
13970 data on the user stack and can call the VFS ioctl handler
13971 under USER_DS.
13972
13973 This is done as a hardening measure because the caller
13974 does not know what kind of ioctl handler will be invoked,
13975 only that no corresponding compat_ioctl handler exists and
13976 what the ioctl command number is. The accidental
13977 invocation of an unlocked_ioctl handler that unexpectedly
13978 calls copy_to_user could be a severe security issue.
13979
13980 Signed-off-by: Jann Horn <jann@thejh.net>
13981 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
13982
13983 Conflicts:
13984
13985 fs/compat_ioctl.c
13986
13987 fs/compat_ioctl.c | 130 ++++++++++++++++++++++++++++-------------------------
13988 1 files changed, 68 insertions(+), 62 deletions(-)
13989
13990 commit 3e89e770ae27e931cd1583f021abac41eeebc3e7
13991 Author: Al Viro <viro@zeniv.linux.org.uk>
13992 Date: Thu Jan 7 09:53:30 2016 -0500
13993
13994 compat_ioctl: don't pass fd around when not needed
13995
13996 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
13997
13998 fs/compat_ioctl.c | 103 ++++++++++++++++++++++++++--------------------------
13999 fs/internal.h | 7 ++++
14000 fs/ioctl.c | 4 +-
14001 include/linux/fs.h | 2 -
14002 4 files changed, 61 insertions(+), 55 deletions(-)
14003
14004 commit 9d4e04082752d4d2d68445c4e6faf33a2613df55
14005 Author: Jann Horn <jann@thejh.net>
14006 Date: Tue Jan 5 18:27:29 2016 +0100
14007
14008 compat_ioctl: don't look up the fd twice
14009
14010 In code in fs/compat_ioctl.c that translates ioctl arguments
14011 into a in-kernel structure, then performs sys_ioctl, possibly
14012 under set_fs(KERNEL_DS), this commit changes the sys_ioctl
14013 calls to do_ioctl calls. do_ioctl is a new function that does
14014 the same thing as sys_ioctl, but doesn't look up the fd again.
14015
14016 This change is made to avoid (potential) security issues
14017 because of ioctl handlers that accept one of the ioctl
14018 commands I2C_FUNCS, VIDEO_GET_EVENT, MTIOCPOS, MTIOCGET,
14019 TIOCGSERIAL, TIOCSSERIAL, RTC_IRQP_READ, RTC_EPOCH_READ.
14020 This can happen for multiple reasons:
14021
14022 - The ioctl command number could be reused.
14023 - The ioctl handler might not check the full ioctl
14024 command. This is e.g. true for drm_ioctl.
14025 - The ioctl handler is very special, e.g. cuse_file_ioctl
14026
14027 The real issue is that set_fs(KERNEL_DS) is used here,
14028 but that's fixed in a separate commit
14029 "compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)".
14030
14031 This change mitigates potential security issues by
14032 preventing a race that permits invocation of
14033 unlocked_ioctl handlers under KERNEL_DS through compat
14034 code even if a corresponding compat_ioctl handler exists.
14035
14036 So far, no way has been identified to use this to damage
14037 kernel memory without having CAP_SYS_ADMIN in the init ns
14038 (with the capability, doing reads/writes at arbitrary
14039 kernel addresses should be easy through CUSE's ioctl
14040 handler with FUSE_IOCTL_UNRESTRICTED set).
14041
14042 [AV: two missed sys_ioctl() taken care of]
14043
14044 Signed-off-by: Jann Horn <jann@thejh.net>
14045 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
14046
14047 fs/compat_ioctl.c | 122 +++++++++++++++++++++++++++++-----------------------
14048 1 files changed, 68 insertions(+), 54 deletions(-)
14049
14050 commit 5bf9e1ed4ebb278cd956ba142914fc04a024309c
14051 Author: Vasily Kulikov <segoon@openwall.com>
14052 Date: Fri Jan 15 16:57:55 2016 -0800
14053
14054 include/linux/poison.h: use POISON_POINTER_DELTA for poison pointers
14055
14056 TIMER_ENTRY_STATIC is defined as a poison pointers which
14057 should point to nowhere. Redefine them using POISON_POINTER_DELTA
14058 arithmetics to make sure they really point to non-mappable area declared
14059 by the target architecture.
14060
14061 Signed-off-by: Vasily Kulikov <segoon@openwall.com>
14062 Acked-by: Thomas Gleixner <tglx@linutronix.de>
14063 Cc: Solar Designer <solar@openwall.com>
14064 Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
14065 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
14066 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
14067
14068 Conflicts:
14069
14070 include/linux/poison.h
14071
14072 include/linux/poison.h | 2 +-
14073 1 files changed, 1 insertions(+), 1 deletions(-)
14074
14075 commit 60f2e0a05ab8f56c804a9334a23e2b446305d110
14076 Author: Brad Spengler <spender@grsecurity.net>
14077 Date: Tue Jan 19 19:41:44 2016 -0500
14078
14079 Fix ARM compilation, reported by Austin Sepp
14080
14081 grsecurity/grsec_sig.c | 1 +
14082 1 files changed, 1 insertions(+), 0 deletions(-)
14083
14084 commit e15383743443dc43460a2fd73e0db0b608610dca
14085 Author: Takashi Iwai <tiwai@suse.de>
14086 Date: Mon Jan 18 13:52:47 2016 +0100
14087
14088 ALSA: hrtimer: Fix stall by hrtimer_cancel()
14089
14090 hrtimer_cancel() waits for the completion from the callback, thus it
14091 must not be called inside the callback itself. This was already a
14092 problem in the past with ALSA hrtimer driver, and the early commit
14093 [fcfdebe70759: ALSA: hrtimer - Fix lock-up] tried to address it.
14094
14095 However, the previous fix is still insufficient: it may still cause a
14096 lockup when the ALSA timer instance reprograms itself in its callback.
14097 Then it invokes the start function even in snd_timer_interrupt() that
14098 is called in hrtimer callback itself, results in a CPU stall. This is
14099 no hypothetical problem but actually triggered by syzkaller fuzzer.
14100
14101 This patch tries to fix the issue again. Now we call
14102 hrtimer_try_to_cancel() at both start and stop functions so that it
14103 won't fall into a deadlock, yet giving some chance to cancel the queue
14104 if the functions have been called outside the callback. The proper
14105 hrtimer_cancel() is called in anyway at closing, so this should be
14106 enough.
14107
14108 Reported-and-tested-by: Dmitry Vyukov <dvyukov@google.com>
14109 Cc: <stable@vger.kernel.org>
14110 Signed-off-by: Takashi Iwai <tiwai@suse.de>
14111
14112 sound/core/hrtimer.c | 3 ++-
14113 1 files changed, 2 insertions(+), 1 deletions(-)
14114
14115 commit 12d874daf706e6e7c1ae709141859c809599297e
14116 Author: Takashi Iwai <tiwai@suse.de>
14117 Date: Tue Jan 12 12:38:02 2016 +0100
14118
14119 ALSA: seq: Fix missing NULL check at remove_events ioctl
14120
14121 snd_seq_ioctl_remove_events() calls snd_seq_fifo_clear()
14122 unconditionally even if there is no FIFO assigned, and this leads to
14123 an Oops due to NULL dereference. The fix is just to add a proper NULL
14124 check.
14125
14126 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14127 Tested-by: Dmitry Vyukov <dvyukov@google.com>
14128 Cc: <stable@vger.kernel.org>
14129 Signed-off-by: Takashi Iwai <tiwai@suse.de>
14130
14131 sound/core/seq/seq_clientmgr.c | 2 +-
14132 1 files changed, 1 insertions(+), 1 deletions(-)
14133
14134 commit 2eb0632df1351378946507e7ef7ba0682632a7b5
14135 Author: Takashi Iwai <tiwai@suse.de>
14136 Date: Tue Jan 12 15:36:27 2016 +0100
14137
14138 ALSA: seq: Fix race at timer setup and close
14139
14140 ALSA sequencer code has an open race between the timer setup ioctl and
14141 the close of the client. This was triggered by syzkaller fuzzer, and
14142 a use-after-free was caught there as a result.
14143
14144 This patch papers over it by adding a proper queue->timer_mutex lock
14145 around the timer-related calls in the relevant code path.
14146
14147 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14148 Tested-by: Dmitry Vyukov <dvyukov@google.com>
14149 Cc: <stable@vger.kernel.org>
14150 Signed-off-by: Takashi Iwai <tiwai@suse.de>
14151
14152 sound/core/seq/seq_queue.c | 2 ++
14153 1 files changed, 2 insertions(+), 0 deletions(-)
14154
14155 commit b9e55ab955e59b4a636d78a748be90334a48b485
14156 Author: Takashi Iwai <tiwai@suse.de>
14157 Date: Thu Jan 14 16:30:58 2016 +0100
14158
14159 ALSA: timer: Harden slave timer list handling
14160
14161 A slave timer instance might be still accessible in a racy way while
14162 operating the master instance as it lacks of locking. Since the
14163 master operation is mostly protected with timer->lock, we should cope
14164 with it while changing the slave instance, too. Also, some linked
14165 lists (active_list and ack_list) of slave instances aren't unlinked
14166 immediately at stopping or closing, and this may lead to unexpected
14167 accesses.
14168
14169 This patch tries to address these issues. It adds spin lock of
14170 timer->lock (either from master or slave, which is equivalent) in a
14171 few places. For avoiding a deadlock, we ensure that the global
14172 slave_active_lock is always locked at first before each timer lock.
14173
14174 Also, ack and active_list of slave instances are properly unlinked at
14175 snd_timer_stop() and snd_timer_close().
14176
14177 Last but not least, remove the superfluous call of _snd_timer_stop()
14178 at removing slave links. This is a noop, and calling it may confuse
14179 readers wrt locking. Further cleanup will follow in a later patch.
14180
14181 Actually we've got reports of use-after-free by syzkaller fuzzer, and
14182 this hopefully fixes these issues.
14183
14184 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14185 Cc: <stable@vger.kernel.org>
14186 Signed-off-by: Takashi Iwai <tiwai@suse.de>
14187
14188 sound/core/timer.c | 18 ++++++++++++++----
14189 1 files changed, 14 insertions(+), 4 deletions(-)
14190
14191 commit f1ce0547bdfda1b42ae8a66c222f2a897cbe1586
14192 Author: Takashi Iwai <tiwai@suse.de>
14193 Date: Wed Jan 13 17:48:01 2016 +0100
14194
14195 ALSA: timer: Fix race among timer ioctls
14196
14197 ALSA timer ioctls have an open race and this may lead to a
14198 use-after-free of timer instance object. A simplistic fix is to make
14199 each ioctl exclusive. We have already tread_sem for controlling the
14200 tread, and extend this as a global mutex to be applied to each ioctl.
14201
14202 The downside is, of course, the worse concurrency. But these ioctls
14203 aren't to be parallel accessible, in anyway, so it should be fine to
14204 serialize there.
14205
14206 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14207 Tested-by: Dmitry Vyukov <dvyukov@google.com>
14208 Cc: <stable@vger.kernel.org>
14209 Signed-off-by: Takashi Iwai <tiwai@suse.de>
14210
14211 sound/core/timer.c | 32 +++++++++++++++++++-------------
14212 1 files changed, 19 insertions(+), 13 deletions(-)
14213
14214 commit 8347d8461ed48a98f9c76cc3cfcdad8217d314bc
14215 Author: Takashi Iwai <tiwai@suse.de>
14216 Date: Wed Jan 13 21:35:06 2016 +0100
14217
14218 ALSA: timer: Fix double unlink of active_list
14219
14220 ALSA timer instance object has a couple of linked lists and they are
14221 unlinked unconditionally at snd_timer_stop(). Meanwhile
14222 snd_timer_interrupt() unlinks it, but it calls list_del() which leaves
14223 the element list itself unchanged. This ends up with unlinking twice,
14224 and it was caught by syzkaller fuzzer.
14225
14226 The fix is to use list_del_init() variant properly there, too.
14227
14228 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14229 Tested-by: Dmitry Vyukov <dvyukov@google.com>
14230 Cc: <stable@vger.kernel.org>
14231 Signed-off-by: Takashi Iwai <tiwai@suse.de>
14232
14233 sound/core/timer.c | 2 +-
14234 1 files changed, 1 insertions(+), 1 deletions(-)
14235
14236 commit 243aebb7ae71d6e11ea9880faa893d1d0d60cd75
14237 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
14238 Date: Mon Jan 18 18:03:48 2016 +0100
14239
14240 ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack
14241
14242 It was seen that defective configurations of openvswitch could overwrite
14243 the STACK_END_MAGIC and cause a hard crash of the kernel because of too
14244 many recursions within ovs.
14245
14246 This problem arises due to the high stack usage of openvswitch. The rest
14247 of the kernel is fine with the current limit of 10 (RECURSION_LIMIT).
14248
14249 We use the already existing recursion counter in ovs_execute_actions to
14250 implement an upper bound of 5 recursions.
14251
14252 Cc: Pravin Shelar <pshelar@ovn.org>
14253 Cc: Simon Horman <simon.horman@netronome.com>
14254 Cc: Eric Dumazet <eric.dumazet@gmail.com>
14255 Cc: Simon Horman <simon.horman@netronome.com>
14256 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
14257 Signed-off-by: David S. Miller <davem@davemloft.net>
14258
14259 net/openvswitch/actions.c | 19 ++++++++++++++-----
14260 1 files changed, 14 insertions(+), 5 deletions(-)
14261
14262 commit 8080793479c6d5befe37a67b1dbd9e4e0a61af96
14263 Author: Ursula Braun <ursula.braun@de.ibm.com>
14264 Date: Tue Jan 19 10:41:33 2016 +0100
14265
14266 af_iucv: Validate socket address length in iucv_sock_bind()
14267
14268 Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
14269 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14270 Reviewed-by: Evgeny Cherkashin <Eugene.Crosser@ru.ibm.com>
14271 Signed-off-by: David S. Miller <davem@davemloft.net>
14272
14273 net/iucv/af_iucv.c | 3 +++
14274 1 files changed, 3 insertions(+), 0 deletions(-)
14275
14276 commit 50a383c1c91ed7409c3cbdd41e662d6891463d1b
14277 Author: Brad Spengler <spender@grsecurity.net>
14278 Date: Tue Jan 19 19:32:54 2016 -0500
14279
14280 Apply the same fix as everyone else for the recent keys vulnerability that is
14281 unexploitable under PAX_REFCOUNT
14282
14283 Make a couple more changes that no one else can/will
14284
14285 include/linux/key-type.h | 4 ++--
14286 ipc/msgutil.c | 4 ++--
14287 security/keys/internal.h | 2 +-
14288 security/keys/process_keys.c | 1 +
14289 4 files changed, 6 insertions(+), 5 deletions(-)
14290
14291 commit b56c3a63f431c193400aee17543021950bd14bc4
14292 Merge: 38b1a3d 470069c
14293 Author: Brad Spengler <spender@grsecurity.net>
14294 Date: Sun Jan 17 18:30:19 2016 -0500
14295
14296 Merge branch 'pax-test' into grsec-test
14297
14298 commit 470069cfedef2180313233d275be5901bd6d1135
14299 Author: Brad Spengler <spender@grsecurity.net>
14300 Date: Sun Jan 17 18:29:59 2016 -0500
14301
14302 Update to pax-linux-4.3.3-test22.patch:
14303 - Emesed fixed a gcc induced intentional integer overflow in asix_rx_fixup_internal, reported by thomas callison caffrey
14304 - fixed some more fallout from the drm_drivers constification, reported by Colin Childs and Toralf Foerster
14305
14306 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 ++++----------
14307 drivers/gpu/drm/drm_pci.c | 3 +++
14308 drivers/gpu/drm/gma500/psb_drv.c | 4 ----
14309 drivers/gpu/drm/i915/i915_drv.c | 16 ++++++++--------
14310 drivers/gpu/drm/nouveau/nouveau_drm.c | 6 +++---
14311 drivers/gpu/drm/radeon/radeon_drv.c | 4 +---
14312 drivers/net/usb/asix_common.c | 3 ++-
14313 include/drm/drmP.h | 1 +
14314 8 files changed, 22 insertions(+), 29 deletions(-)
14315
14316 commit 38b1a3d676f407865c3d41840df8213c5ad639c1
14317 Author: Brad Spengler <spender@grsecurity.net>
14318 Date: Sun Jan 17 12:33:53 2016 -0500
14319
14320 As reported by Luis Ressel, the Kconfig help for GRKERNSEC_BRUTE
14321 mentioned banning execution of suid/sgid binaries, though the kernel
14322 source clearly only mentions banning execution of suid binaries. Since
14323 there's no reason for us to not ban execution of sgid binaries as well,
14324 make the implementation match the Kconfig description.
14325
14326 fs/exec.c | 4 ++--
14327 grsecurity/grsec_sig.c | 27 ++++++++++++++-------------
14328 include/linux/sched.h | 4 ++--
14329 3 files changed, 18 insertions(+), 17 deletions(-)
14330
14331 commit 8c3bcb7dbf7f606acfa0983e81f0f928da1f1ace
14332 Merge: d141a86 ea4a835
14333 Author: Brad Spengler <spender@grsecurity.net>
14334 Date: Sat Jan 16 14:12:22 2016 -0500
14335
14336 Merge branch 'pax-test' into grsec-test
14337
14338 Conflicts:
14339 drivers/gpu/drm/i810/i810_drv.c
14340
14341 commit ea4a835328ada6513ac013986764d6caea8cd348
14342 Author: Brad Spengler <spender@grsecurity.net>
14343 Date: Sat Jan 16 14:11:30 2016 -0500
14344
14345 Update to pax-linux-4.3.3-test21.patch:
14346 - fixed some fallout from the drm_drivers constification, reported by spender
14347
14348 drivers/gpu/drm/armada/armada_drv.c | 3 +--
14349 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
14350 drivers/gpu/drm/i810/i810_dma.c | 2 +-
14351 drivers/gpu/drm/i810/i810_drv.c | 6 +++++-
14352 drivers/gpu/drm/i810/i810_drv.h | 2 +-
14353 5 files changed, 8 insertions(+), 6 deletions(-)
14354
14355 commit d141a86fd66194bc3f896b6809b189e2f12a9a83
14356 Author: Brad Spengler <spender@grsecurity.net>
14357 Date: Sat Jan 16 13:16:36 2016 -0500
14358
14359 compile fix
14360
14361 drivers/gpu/drm/i810/i810_dma.c | 2 +-
14362 drivers/gpu/drm/i810/i810_drv.c | 4 +++-
14363 drivers/gpu/drm/i810/i810_drv.h | 2 +-
14364 3 files changed, 5 insertions(+), 3 deletions(-)
14365
14366 commit 0d9dc4b25ea32c14561bcfe6b5b24f1b00fe0270
14367 Merge: 5fa135d bbda879
14368 Author: Brad Spengler <spender@grsecurity.net>
14369 Date: Sat Jan 16 12:59:22 2016 -0500
14370
14371 Merge branch 'pax-test' into grsec-test
14372
14373 commit bbda87914edf63e27fb46670bf3a373f2b963c73
14374 Author: Brad Spengler <spender@grsecurity.net>
14375 Date: Sat Jan 16 12:58:04 2016 -0500
14376
14377 Update to pax-linux-4.3.3-test20.patch:
14378 - constified drm_driver
14379 - Emese fixed a special case in handling __func__ in the initify plugin
14380 - Emese fixed a false positive size overflow report in handling inbufBits, reported by Martin Filo (https://bugs.gentoo.org/show_bug.cgi?id=567048)
14381 - fixed regression that caused perf to not resolve kernel code addresses under KERNEXEC/i386, reported by minipli
14382
14383 arch/x86/kernel/cpu/perf_event.h | 2 +-
14384 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
14385 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
14386 arch/x86/kernel/uprobes.c | 2 +-
14387 arch/x86/mm/mpx.c | 2 +-
14388 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
14389 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 ++-
14390 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
14391 drivers/gpu/drm/drm_pci.c | 6 +-
14392 drivers/gpu/drm/gma500/psb_drv.c | 5 +-
14393 drivers/gpu/drm/i915/i915_dma.c | 2 +-
14394 drivers/gpu/drm/i915/i915_drv.c | 15 ++--
14395 drivers/gpu/drm/i915/i915_drv.h | 2 +-
14396 drivers/gpu/drm/i915/i915_irq.c | 88 ++++++++++----------
14397 drivers/gpu/drm/mga/mga_drv.c | 5 +-
14398 drivers/gpu/drm/mga/mga_drv.h | 2 +-
14399 drivers/gpu/drm/mga/mga_state.c | 2 +-
14400 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 ++--
14401 drivers/gpu/drm/qxl/qxl_drv.c | 8 ++-
14402 drivers/gpu/drm/qxl/qxl_ioctl.c | 2 +-
14403 drivers/gpu/drm/r128/r128_drv.c | 4 +-
14404 drivers/gpu/drm/r128/r128_drv.h | 2 +-
14405 drivers/gpu/drm/r128/r128_state.c | 2 +-
14406 drivers/gpu/drm/radeon/radeon_drv.c | 17 +++-
14407 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
14408 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
14409 drivers/gpu/drm/radeon/radeon_state.c | 2 +-
14410 drivers/gpu/drm/savage/savage_bci.c | 2 +-
14411 drivers/gpu/drm/savage/savage_drv.c | 5 +-
14412 drivers/gpu/drm/savage/savage_drv.h | 2 +-
14413 drivers/gpu/drm/sis/sis_drv.c | 5 +-
14414 drivers/gpu/drm/sis/sis_drv.h | 2 +-
14415 drivers/gpu/drm/sis/sis_mm.c | 2 +-
14416 drivers/gpu/drm/via/via_dma.c | 2 +-
14417 drivers/gpu/drm/via/via_drv.c | 5 +-
14418 drivers/gpu/drm/via/via_drv.h | 2 +-
14419 include/drm/drmP.h | 2 +-
14420 mm/slab.c | 2 +-
14421 net/sunrpc/xprtrdma/svc_rdma.c | 6 +-
14422 tools/gcc/initify_plugin.c | 15 +++-
14423 .../disable_size_overflow_hash.data | 1 +
14424 .../size_overflow_plugin/size_overflow_hash.data | 3 +-
14425 42 files changed, 156 insertions(+), 110 deletions(-)
14426
14427 commit 5fa135dc116350e0205c39ef65eaf6496ed2748a
14428 Author: Brad Spengler <spender@grsecurity.net>
14429 Date: Sat Jan 16 12:19:23 2016 -0500
14430
14431 compile fix
14432
14433 grsecurity/grsec_sig.c | 3 +--
14434 1 files changed, 1 insertions(+), 2 deletions(-)
14435
14436 commit a9090fa58f33f75c7450fda5721a9b13625a47d9
14437 Author: Brad Spengler <spender@grsecurity.net>
14438 Date: Sat Jan 16 12:10:37 2016 -0500
14439
14440 As pointed out by Jann Horn, some distros are starting to circumvent
14441 previous assumptions about the attainability of a user to control
14442 multiple UIDs by handing out suid binaries that allow a user to run
14443 processes (including exploits) under a number of other pre-defined
14444 UIDs. As this could potentially be used to bypass GRKERNSEC_BRUTE
14445 (though it would have to involve some code path that doesn't involve
14446 locks) fix that here by ensuring no more than 8 users on a system can
14447 be banned before a reboot is required. If more are banned, a panic
14448 is triggered.
14449
14450 grsecurity/grsec_sig.c | 8 ++++++++
14451 1 files changed, 8 insertions(+), 0 deletions(-)
14452
14453 commit a8d37776e9521c567ebff6730d49312f72435f08
14454 Author: Eric Dumazet <edumazet@google.com>
14455 Date: Thu Dec 3 11:12:07 2015 -0800
14456
14457 proc: add a reschedule point in proc_readfd_common()
14458
14459 User can pass an arbitrary large buffer to getdents().
14460
14461 It is typically a 32KB buffer used by libc scandir() implementation.
14462
14463 When scanning /proc/{pid}/fd, we can hold cpu way too long,
14464 so add a cond_resched() to be kind with other tasks.
14465
14466 We've seen latencies of more than 50ms on real workloads.
14467
14468 Signed-off-by: Eric Dumazet <edumazet@google.com>
14469 Cc: Alexander Viro <viro@zeniv.linux.org.uk>
14470 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
14471
14472 fs/proc/fd.c | 1 +
14473 1 files changed, 1 insertions(+), 0 deletions(-)
14474
14475 commit 0adba75f8708f13b1f5d98ebe3fc2fb961e100c8
14476 Author: Rabin Vincent <rabin@rab.in>
14477 Date: Tue Jan 12 20:17:08 2016 +0100
14478
14479 net: bpf: reject invalid shifts
14480
14481 On ARM64, a BUG() is triggered in the eBPF JIT if a filter with a
14482 constant shift that can't be encoded in the immediate field of the
14483 UBFM/SBFM instructions is passed to the JIT. Since these shifts
14484 amounts, which are negative or >= regsize, are invalid, reject them in
14485 the eBPF verifier and the classic BPF filter checker, for all
14486 architectures.
14487
14488 Signed-off-by: Rabin Vincent <rabin@rab.in>
14489 Acked-by: Alexei Starovoitov <ast@kernel.org>
14490 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
14491 Signed-off-by: David S. Miller <davem@davemloft.net>
14492
14493 kernel/bpf/verifier.c | 10 ++++++++++
14494 net/core/filter.c | 5 +++++
14495 2 files changed, 15 insertions(+), 0 deletions(-)
14496
14497 commit c248e115a73496625a1c64660d0eeefd67e55cbf
14498 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14499 Date: Fri Jan 8 11:00:54 2016 -0200
14500
14501 sctp: fix use-after-free in pr_debug statement
14502
14503 Dmitry Vyukov reported a use-after-free in the code expanded by the
14504 macro debug_post_sfx, which is caused by the use of the asoc pointer
14505 after it was freed within sctp_side_effect() scope.
14506
14507 This patch fixes it by allowing sctp_side_effect to clear that asoc
14508 pointer when the TCB is freed.
14509
14510 As Vlad explained, we also have to cover the SCTP_DISPOSITION_ABORT case
14511 because it will trigger DELETE_TCB too on that same loop.
14512
14513 Also, there were places issuing SCTP_CMD_INIT_FAILED and ASSOC_FAILED
14514 but returning SCTP_DISPOSITION_CONSUME, which would fool the scheme
14515 above. Fix it by returning SCTP_DISPOSITION_ABORT instead.
14516
14517 The macro is already prepared to handle such NULL pointer.
14518
14519 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14520 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14521 Acked-by: Vlad Yasevich <vyasevich@gmail.com>
14522 Signed-off-by: David S. Miller <davem@davemloft.net>
14523
14524 net/sctp/sm_sideeffect.c | 11 ++++++-----
14525 net/sctp/sm_statefuns.c | 17 ++++-------------
14526 2 files changed, 10 insertions(+), 18 deletions(-)
14527
14528 commit 395ea8a9e73e184fc14153a033000bccf4213213
14529 Author: willy tarreau <w@1wt.eu>
14530 Date: Sun Jan 10 07:54:56 2016 +0100
14531
14532 unix: properly account for FDs passed over unix sockets
14533
14534 It is possible for a process to allocate and accumulate far more FDs than
14535 the process' limit by sending them over a unix socket then closing them
14536 to keep the process' fd count low.
14537
14538 This change addresses this problem by keeping track of the number of FDs
14539 in flight per user and preventing non-privileged processes from having
14540 more FDs in flight than their configured FD limit.
14541
14542 Reported-by: socketpair@gmail.com
14543 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
14544 Mitigates: CVE-2013-4312 (Linux 2.0+)
14545 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
14546 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
14547 Signed-off-by: Willy Tarreau <w@1wt.eu>
14548 Signed-off-by: David S. Miller <davem@davemloft.net>
14549
14550 include/linux/sched.h | 1 +
14551 net/unix/af_unix.c | 24 ++++++++++++++++++++----
14552 net/unix/garbage.c | 13 ++++++++-----
14553 3 files changed, 29 insertions(+), 9 deletions(-)
14554
14555 commit cb207ab8fbd71dcfc4a49d533aba8085012543fd
14556 Author: Sasha Levin <sasha.levin@oracle.com>
14557 Date: Thu Jan 7 14:52:43 2016 -0500
14558
14559 net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
14560
14561 proc_dostring() needs an initialized destination string, while the one
14562 provided in proc_sctp_do_hmac_alg() contains stack garbage.
14563
14564 Thus, writing to cookie_hmac_alg would strlen() that garbage and end up
14565 accessing invalid memory.
14566
14567 Fixes: 3c68198e7 ("sctp: Make hmac algorithm selection for cookie generation dynamic")
14568 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
14569 Signed-off-by: David S. Miller <davem@davemloft.net>
14570
14571 net/sctp/sysctl.c | 2 +-
14572 1 files changed, 1 insertions(+), 1 deletions(-)
14573
14574 commit 4014e09faf0fe9054119624ccfff1236e886b554
14575 Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
14576 Date: Tue Nov 24 17:13:21 2015 -0500
14577
14578 RDS: fix race condition when sending a message on unbound socket
14579
14580 commit 8c7188b23474cca017b3ef354c4a58456f68303a upstream.
14581
14582 Sasha's found a NULL pointer dereference in the RDS connection code when
14583 sending a message to an apparently unbound socket. The problem is caused
14584 by the code checking if the socket is bound in rds_sendmsg(), which checks
14585 the rs_bound_addr field without taking a lock on the socket. This opens a
14586 race where rs_bound_addr is temporarily set but where the transport is not
14587 in rds_bind(), leading to a NULL pointer dereference when trying to
14588 dereference 'trans' in __rds_conn_create().
14589
14590 Vegard wrote a reproducer for this issue, so kindly ask him to share if
14591 you're interested.
14592
14593 I cannot reproduce the NULL pointer dereference using Vegard's reproducer
14594 with this patch, whereas I could without.
14595
14596 Complete earlier incomplete fix to CVE-2015-6937:
14597
14598 74e98eb08588 ("RDS: verify the underlying transport exists before creating a connection")
14599
14600 Cc: David S. Miller <davem@davemloft.net>
14601
14602 Reviewed-by: Vegard Nossum <vegard.nossum@oracle.com>
14603 Reviewed-by: Sasha Levin <sasha.levin@oracle.com>
14604 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
14605 Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com>
14606 Signed-off-by: David S. Miller <davem@davemloft.net>
14607 Signed-off-by: Jiri Slaby <jslaby@suse.cz>
14608
14609 Conflicts:
14610
14611 net/rds/send.c
14612
14613 net/rds/connection.c | 6 ------
14614 1 files changed, 0 insertions(+), 6 deletions(-)
14615
14616 commit 206df8d01104344d7588d801016a281a4cd25556
14617 Author: Sasha Levin <sasha.levin@oracle.com>
14618 Date: Tue Sep 8 10:53:40 2015 -0400
14619
14620 RDS: verify the underlying transport exists before creating a connection
14621
14622 There was no verification that an underlying transport exists when creating
14623 a connection, this would cause dereferencing a NULL ptr.
14624
14625 It might happen on sockets that weren't properly bound before attempting to
14626 send a message, which will cause a NULL ptr deref:
14627
14628 [135546.047719] kasan: GPF could be caused by NULL-ptr deref or user memory accessgeneral protection fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC KASAN
14629 [135546.051270] Modules linked in:
14630 [135546.051781] CPU: 4 PID: 15650 Comm: trinity-c4 Not tainted 4.2.0-next-20150902-sasha-00041-gbaa1222-dirty #2527
14631 [135546.053217] task: ffff8800835bc000 ti: ffff8800bc708000 task.ti: ffff8800bc708000
14632 [135546.054291] RIP: __rds_conn_create (net/rds/connection.c:194)
14633 [135546.055666] RSP: 0018:ffff8800bc70fab0 EFLAGS: 00010202
14634 [135546.056457] RAX: dffffc0000000000 RBX: 0000000000000f2c RCX: ffff8800835bc000
14635 [135546.057494] RDX: 0000000000000007 RSI: ffff8800835bccd8 RDI: 0000000000000038
14636 [135546.058530] RBP: ffff8800bc70fb18 R08: 0000000000000001 R09: 0000000000000000
14637 [135546.059556] R10: ffffed014d7a3a23 R11: ffffed014d7a3a21 R12: 0000000000000000
14638 [135546.060614] R13: 0000000000000001 R14: ffff8801ec3d0000 R15: 0000000000000000
14639 [135546.061668] FS: 00007faad4ffb700(0000) GS:ffff880252000000(0000) knlGS:0000000000000000
14640 [135546.062836] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
14641 [135546.063682] CR2: 000000000000846a CR3: 000000009d137000 CR4: 00000000000006a0
14642 [135546.064723] Stack:
14643 [135546.065048] ffffffffafe2055c ffffffffafe23fc1 ffffed00493097bf ffff8801ec3d0008
14644 [135546.066247] 0000000000000000 00000000000000d0 0000000000000000 ac194a24c0586342
14645 [135546.067438] 1ffff100178e1f78 ffff880320581b00 ffff8800bc70fdd0 ffff880320581b00
14646 [135546.068629] Call Trace:
14647 [135546.069028] ? __rds_conn_create (include/linux/rcupdate.h:856 net/rds/connection.c:134)
14648 [135546.069989] ? rds_message_copy_from_user (net/rds/message.c:298)
14649 [135546.071021] rds_conn_create_outgoing (net/rds/connection.c:278)
14650 [135546.071981] rds_sendmsg (net/rds/send.c:1058)
14651 [135546.072858] ? perf_trace_lock (include/trace/events/lock.h:38)
14652 [135546.073744] ? lockdep_init (kernel/locking/lockdep.c:3298)
14653 [135546.074577] ? rds_send_drop_to (net/rds/send.c:976)
14654 [135546.075508] ? __might_fault (./arch/x86/include/asm/current.h:14 mm/memory.c:3795)
14655 [135546.076349] ? __might_fault (mm/memory.c:3795)
14656 [135546.077179] ? rds_send_drop_to (net/rds/send.c:976)
14657 [135546.078114] sock_sendmsg (net/socket.c:611 net/socket.c:620)
14658 [135546.078856] SYSC_sendto (net/socket.c:1657)
14659 [135546.079596] ? SYSC_connect (net/socket.c:1628)
14660 [135546.080510] ? trace_dump_stack (kernel/trace/trace.c:1926)
14661 [135546.081397] ? ring_buffer_unlock_commit (kernel/trace/ring_buffer.c:2479 kernel/trace/ring_buffer.c:2558 kernel/trace/ring_buffer.c:2674)
14662 [135546.082390] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
14663 [135546.083410] ? trace_event_raw_event_sys_enter (include/trace/events/syscalls.h:16)
14664 [135546.084481] ? do_audit_syscall_entry (include/trace/events/syscalls.h:16)
14665 [135546.085438] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
14666 [135546.085515] rds_ib_laddr_check(): addr 36.74.25.172 ret -99 node type -1
14667
14668 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
14669 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
14670 Signed-off-by: David S. Miller <davem@davemloft.net>
14671
14672 net/rds/connection.c | 6 ++++++
14673 1 files changed, 6 insertions(+), 0 deletions(-)
14674
14675 commit 173fa03f05cf0ad485d49a42cbdee8844d3a689a
14676 Author: Steven Rostedt (Red Hat) <rostedt@goodmis.org>
14677 Date: Tue Jan 5 20:32:47 2016 -0500
14678
14679 ftrace/module: Call clean up function when module init fails early
14680
14681 If the module init code fails after calling ftrace_module_init() and before
14682 calling do_init_module(), we can suffer from a memory leak. This is because
14683 ftrace_module_init() allocates pages to store the locations that ftrace
14684 hooks are placed in the module text. If do_init_module() fails, it still
14685 calls the MODULE_GOING notifiers which will tell ftrace to do a clean up of
14686 the pages it allocated for the module. But if load_module() fails before
14687 then, the pages allocated by ftrace_module_init() will never be freed.
14688
14689 Call ftrace_release_mod() on the module if load_module() fails before
14690 getting to do_init_module().
14691
14692 Link: http://lkml.kernel.org/r/567CEA31.1070507@intel.com
14693
14694 Reported-by: "Qiu, PeiyangX" <peiyangx.qiu@intel.com>
14695 Fixes: a949ae560a511 "ftrace/module: Hardcode ftrace_module_init() call into load_module()"
14696 Cc: stable@vger.kernel.org # v2.6.38+
14697 Acked-by: Rusty Russell <rusty@rustcorp.com.au>
14698 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
14699
14700 include/linux/ftrace.h | 1 +
14701 kernel/module.c | 6 ++++++
14702 2 files changed, 7 insertions(+), 0 deletions(-)
14703
14704 commit 1e5a4a81a4c16c8ac2e264b88a02cc2f42ed0399
14705 Author: Francesco Ruggeri <fruggeri@aristanetworks.com>
14706 Date: Wed Jan 6 00:18:48 2016 -0800
14707
14708 net: possible use after free in dst_release
14709
14710 dst_release should not access dst->flags after decrementing
14711 __refcnt to 0. The dst_entry may be in dst_busy_list and
14712 dst_gc_task may dst_destroy it before dst_release gets a chance
14713 to access dst->flags.
14714
14715 Fixes: d69bbf88c8d0 ("net: fix a race in dst_release()")
14716 Fixes: 27b75c95f10d ("net: avoid RCU for NOCACHE dst")
14717 Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
14718 Acked-by: Eric Dumazet <edumazet@google.com>
14719 Signed-off-by: David S. Miller <davem@davemloft.net>
14720
14721 net/core/dst.c | 3 ++-
14722 1 files changed, 2 insertions(+), 1 deletions(-)
14723
14724 commit bfb0455793dd4e0f0b49d34a68b3249ab55565cc
14725 Author: Alan <gnomes@lxorguk.ukuu.org.uk>
14726 Date: Wed Jan 6 14:55:02 2016 +0000
14727
14728 mkiss: fix scribble on freed memory
14729
14730 commit d79f16c046086f4fe0d42184a458e187464eb83e fixed a user triggerable
14731 scribble on free memory but added a new one which allows the user to
14732 scribble even more and user controlled data into freed space.
14733
14734 As with 6pack we need to halt the queue before we free the buffers, because
14735 the transmit logic is not protected by the semaphore.
14736
14737 Signed-off-by: Alan Cox <alan@linux.intel.com>
14738 Signed-off-by: David S. Miller <davem@davemloft.net>
14739
14740 drivers/net/hamradio/mkiss.c | 5 +++++
14741 1 files changed, 5 insertions(+), 0 deletions(-)
14742
14743 commit 5cbbcbd32dc1949470f61d342503808fa9555276
14744 Author: David Miller <davem@davemloft.net>
14745 Date: Thu Dec 17 16:05:49 2015 -0500
14746
14747 mkiss: Fix use after free in mkiss_close().
14748
14749 Need to do the unregister_device() after all references to the driver
14750 private have been done.
14751
14752 Signed-off-by: David S. Miller <davem@davemloft.net>
14753
14754 drivers/net/hamradio/mkiss.c | 4 ++--
14755 1 files changed, 2 insertions(+), 2 deletions(-)
14756
14757 commit b00171576794a98068e069a660f0991a6a5190ff
14758 Author: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
14759 Date: Tue Jan 5 11:51:25 2016 +0000
14760
14761 6pack: fix free memory scribbles
14762
14763 commit acf673a3187edf72068ee2f92f4dc47d66baed47 fixed a user triggerable free
14764 memory scribble but in doing so replaced it with a different one that allows
14765 the user to control the data and scribble even more.
14766
14767 sixpack_close is called by the tty layer in tty context. The tty context is
14768 protected by sp_get() and sp_put(). However network layer activity via
14769 sp_xmit() is not protected this way. We must therefore stop the queue
14770 otherwise the user gets to dump a buffer mostly of their choice into freed
14771 kernel pages.
14772
14773 Signed-off-by: Alan Cox <alan@linux.intel.com>
14774 Signed-off-by: David S. Miller <davem@davemloft.net>
14775
14776 drivers/net/hamradio/6pack.c | 6 ++++++
14777 1 files changed, 6 insertions(+), 0 deletions(-)
14778
14779 commit 5b64a833907cd230a3106aeba2304b2c1bcd116d
14780 Author: David Miller <davem@davemloft.net>
14781 Date: Thu Dec 17 16:05:32 2015 -0500
14782
14783 6pack: Fix use after free in sixpack_close().
14784
14785 Need to do the unregister_device() after all references to the driver
14786 private have been done.
14787
14788 Also we need to use del_timer_sync() for the timers so that we don't
14789 have any asynchronous references after the unregister.
14790
14791 Signed-off-by: David S. Miller <davem@davemloft.net>
14792
14793 drivers/net/hamradio/6pack.c | 8 ++++----
14794 1 files changed, 4 insertions(+), 4 deletions(-)
14795
14796 commit 4f9d532742656b3613d579220fd10c78f24ba37b
14797 Author: Rabin Vincent <rabin@rab.in>
14798 Date: Tue Jan 5 16:23:07 2016 +0100
14799
14800 net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
14801
14802 The SKF_AD_ALU_XOR_X ancillary is not like the other ancillary data
14803 instructions since it XORs A with X while all the others replace A with
14804 some loaded value. All the BPF JITs fail to clear A if this is used as
14805 the first instruction in a filter. This was found using american fuzzy
14806 lop.
14807
14808 Add a helper to determine if A needs to be cleared given the first
14809 instruction in a filter, and use this in the JITs. Except for ARM, the
14810 rest have only been compile-tested.
14811
14812 Fixes: 3480593131e0 ("net: filter: get rid of BPF_S_* enum")
14813 Signed-off-by: Rabin Vincent <rabin@rab.in>
14814 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
14815 Acked-by: Alexei Starovoitov <ast@kernel.org>
14816 Signed-off-by: David S. Miller <davem@davemloft.net>
14817
14818 arch/arm/net/bpf_jit_32.c | 16 +---------------
14819 arch/mips/net/bpf_jit.c | 16 +---------------
14820 arch/powerpc/net/bpf_jit_comp.c | 13 ++-----------
14821 arch/sparc/net/bpf_jit_comp.c | 17 ++---------------
14822 include/linux/filter.h | 19 +++++++++++++++++++
14823 5 files changed, 25 insertions(+), 56 deletions(-)
14824
14825 commit 570d88f8acfffda92b89ae2e1c47320d47256034
14826 Author: John Fastabend <john.fastabend@gmail.com>
14827 Date: Tue Jan 5 09:11:36 2016 -0800
14828
14829 net: sched: fix missing free per cpu on qstats
14830
14831 When a qdisc is using per cpu stats (currently just the ingress
14832 qdisc) only the bstats are being freed. This also free's the qstats.
14833
14834 Fixes: b0ab6f92752b9f9d8 ("net: sched: enable per cpu qstats")
14835 Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
14836 Acked-by: Eric Dumazet <edumazet@google.com>
14837 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
14838 Signed-off-by: David S. Miller <davem@davemloft.net>
14839
14840 net/sched/sch_generic.c | 4 +++-
14841 1 files changed, 3 insertions(+), 1 deletions(-)
14842
14843 commit 32c0ebc51857ee83470a10dcb234d308a0ed1881
14844 Author: Rabin Vincent <rabin@rab.in>
14845 Date: Tue Jan 5 18:34:04 2016 +0100
14846
14847 ARM: net: bpf: fix zero right shift
14848
14849 The LSR instruction cannot be used to perform a zero right shift since a
14850 0 as the immediate value (imm5) in the LSR instruction encoding means
14851 that a shift of 32 is perfomed. See DecodeIMMShift() in the ARM ARM.
14852
14853 Make the JIT skip generation of the LSR if a zero-shift is requested.
14854
14855 This was found using american fuzzy lop.
14856
14857 Signed-off-by: Rabin Vincent <rabin@rab.in>
14858 Acked-by: Alexei Starovoitov <ast@kernel.org>
14859 Signed-off-by: David S. Miller <davem@davemloft.net>
14860
14861 arch/arm/net/bpf_jit_32.c | 3 ++-
14862 1 files changed, 2 insertions(+), 1 deletions(-)
14863
14864 commit 51f5d291750285efa4d4bbe84e5ec23dc00c8d2d
14865 Author: Brad Spengler <spender@grsecurity.net>
14866 Date: Wed Jan 6 20:35:57 2016 -0500
14867
14868 Don't perform hidden lookups in RBAC against the directory of
14869 a file being opened with O_CREAT, reported by Karl Witt
14870
14871 Conflicts:
14872
14873 fs/namei.c
14874
14875 fs/namei.c | 3 ---
14876 1 files changed, 0 insertions(+), 3 deletions(-)
14877
14878 commit 5a8266a6b2769ccdb447256f95bc2577a73cccd1
14879 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
14880 Date: Tue Jan 5 10:46:00 2016 +0100
14881
14882 bridge: Only call /sbin/bridge-stp for the initial network namespace
14883
14884 [I stole this patch from Eric Biederman. He wrote:]
14885
14886 > There is no defined mechanism to pass network namespace information
14887 > into /sbin/bridge-stp therefore don't even try to invoke it except
14888 > for bridge devices in the initial network namespace.
14889 >
14890 > It is possible for unprivileged users to cause /sbin/bridge-stp to be
14891 > invoked for any network device name which if /sbin/bridge-stp does not
14892 > guard against unreasonable arguments or being invoked twice on the
14893 > same network device could cause problems.
14894
14895 [Hannes: changed patch using netns_eq]
14896
14897 Cc: Eric W. Biederman <ebiederm@xmission.com>
14898 Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
14899 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
14900 Signed-off-by: David S. Miller <davem@davemloft.net>
14901
14902 net/bridge/br_stp_if.c | 5 ++++-
14903 1 files changed, 4 insertions(+), 1 deletions(-)
14904
14905 commit 650d535cc39f0aeff2f57e60b6617be25d3ef48b
14906 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14907 Date: Wed Dec 23 16:28:40 2015 -0200
14908
14909 sctp: use GFP_USER for user-controlled kmalloc
14910
14911 Commit cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
14912 missed two other spots.
14913
14914 For connectx, as it's more likely to be used by kernel users of the API,
14915 it detects if GFP_USER should be used or not.
14916
14917 Fixes: cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
14918 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14919 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14920 Signed-off-by: David S. Miller <davem@davemloft.net>
14921
14922 net/sctp/socket.c | 9 ++++++---
14923 1 files changed, 6 insertions(+), 3 deletions(-)
14924
14925 commit 5718a1f63c41fc156f729783423b002763779d04
14926 Author: Florian Westphal <fw@strlen.de>
14927 Date: Thu Dec 31 14:26:33 2015 +0100
14928
14929 connector: bump skb->users before callback invocation
14930
14931 Dmitry reports memleak with syskaller program.
14932 Problem is that connector bumps skb usecount but might not invoke callback.
14933
14934 So move skb_get to where we invoke the callback.
14935
14936 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14937 Signed-off-by: Florian Westphal <fw@strlen.de>
14938 Signed-off-by: David S. Miller <davem@davemloft.net>
14939
14940 drivers/connector/connector.c | 11 +++--------
14941 1 files changed, 3 insertions(+), 8 deletions(-)
14942
14943 commit 2e6372e6a97f8d642416899861f91777f44f13b7
14944 Author: Rainer Weikusat <rweikusat@mobileactivedefense.com>
14945 Date: Sun Jan 3 18:56:38 2016 +0000
14946
14947 af_unix: Fix splice-bind deadlock
14948
14949 On 2015/11/06, Dmitry Vyukov reported a deadlock involving the splice
14950 system call and AF_UNIX sockets,
14951
14952 http://lists.openwall.net/netdev/2015/11/06/24
14953
14954 The situation was analyzed as
14955
14956 (a while ago) A: socketpair()
14957 B: splice() from a pipe to /mnt/regular_file
14958 does sb_start_write() on /mnt
14959 C: try to freeze /mnt
14960 wait for B to finish with /mnt
14961 A: bind() try to bind our socket to /mnt/new_socket_name
14962 lock our socket, see it not bound yet
14963 decide that it needs to create something in /mnt
14964 try to do sb_start_write() on /mnt, block (it's
14965 waiting for C).
14966 D: splice() from the same pipe to our socket
14967 lock the pipe, see that socket is connected
14968 try to lock the socket, block waiting for A
14969 B: get around to actually feeding a chunk from
14970 pipe to file, try to lock the pipe. Deadlock.
14971
14972 on 2015/11/10 by Al Viro,
14973
14974 http://lists.openwall.net/netdev/2015/11/10/4
14975
14976 The patch fixes this by removing the kern_path_create related code from
14977 unix_mknod and executing it as part of unix_bind prior acquiring the
14978 readlock of the socket in question. This means that A (as used above)
14979 will sb_start_write on /mnt before it acquires the readlock, hence, it
14980 won't indirectly block B which first did a sb_start_write and then
14981 waited for a thread trying to acquire the readlock. Consequently, A
14982 being blocked by C waiting for B won't cause a deadlock anymore
14983 (effectively, both A and B acquire two locks in opposite order in the
14984 situation described above).
14985
14986 Dmitry Vyukov(<dvyukov@google.com>) tested the original patch.
14987
14988 Signed-off-by: Rainer Weikusat <rweikusat@mobileactivedefense.com>
14989 Signed-off-by: David S. Miller <davem@davemloft.net>
14990
14991 Conflicts:
14992
14993 net/unix/af_unix.c
14994
14995 net/unix/af_unix.c | 70 +++++++++++++++++++++++++++++++--------------------
14996 1 files changed, 42 insertions(+), 28 deletions(-)
14997
14998 commit 2e729e557c571f3253e32472cd7d382ac16cf1c3
14999 Author: Qiu Peiyang <peiyangx.qiu@intel.com>
15000 Date: Thu Dec 31 13:11:28 2015 +0800
15001
15002 tracing: Fix setting of start_index in find_next()
15003
15004 When we do cat /sys/kernel/debug/tracing/printk_formats, we hit kernel
15005 panic at t_show.
15006
15007 general protection fault: 0000 [#1] PREEMPT SMP
15008 CPU: 0 PID: 2957 Comm: sh Tainted: G W O 3.14.55-x86_64-01062-gd4acdc7 #2
15009 RIP: 0010:[<ffffffff811375b2>]
15010 [<ffffffff811375b2>] t_show+0x22/0xe0
15011 RSP: 0000:ffff88002b4ebe80 EFLAGS: 00010246
15012 RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000004
15013 RDX: 0000000000000004 RSI: ffffffff81fd26a6 RDI: ffff880032f9f7b1
15014 RBP: ffff88002b4ebe98 R08: 0000000000001000 R09: 000000000000ffec
15015 R10: 0000000000000000 R11: 000000000000000f R12: ffff880004d9b6c0
15016 R13: 7365725f6d706400 R14: ffff880004d9b6c0 R15: ffffffff82020570
15017 FS: 0000000000000000(0000) GS:ffff88003aa00000(0063) knlGS:00000000f776bc40
15018 CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
15019 CR2: 00000000f6c02ff0 CR3: 000000002c2b3000 CR4: 00000000001007f0
15020 Call Trace:
15021 [<ffffffff811dc076>] seq_read+0x2f6/0x3e0
15022 [<ffffffff811b749b>] vfs_read+0x9b/0x160
15023 [<ffffffff811b7f69>] SyS_read+0x49/0xb0
15024 [<ffffffff81a3a4b9>] ia32_do_call+0x13/0x13
15025 ---[ end trace 5bd9eb630614861e ]---
15026 Kernel panic - not syncing: Fatal exception
15027
15028 When the first time find_next calls find_next_mod_format, it should
15029 iterate the trace_bprintk_fmt_list to find the first print format of
15030 the module. However in current code, start_index is smaller than *pos
15031 at first, and code will not iterate the list. Latter container_of will
15032 get the wrong address with former v, which will cause mod_fmt be a
15033 meaningless object and so is the returned mod_fmt->fmt.
15034
15035 This patch will fix it by correcting the start_index. After fixed,
15036 when the first time calls find_next_mod_format, start_index will be
15037 equal to *pos, and code will iterate the trace_bprintk_fmt_list to
15038 get the right module printk format, so is the returned mod_fmt->fmt.
15039
15040 Link: http://lkml.kernel.org/r/5684B900.9000309@intel.com
15041
15042 Cc: stable@vger.kernel.org # 3.12+
15043 Fixes: 102c9323c35a8 "tracing: Add __tracepoint_string() to export string pointers"
15044 Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
15045 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
15046
15047 kernel/trace/trace_printk.c | 1 +
15048 1 files changed, 1 insertions(+), 0 deletions(-)
15049
15050 commit 0994af4b1930f32aa493dc08145cd304f8bfc8f4
15051 Author: Al Viro <viro@zeniv.linux.org.uk>
15052 Date: Mon Dec 28 20:47:08 2015 -0500
15053
15054 [PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()
15055
15056 Cc: stable@vger.kernel.org # 3.15+
15057 Reviewed-by: Jeff Layton <jeff.layton@primarydata.com>
15058 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
15059
15060 arch/arm/kernel/sys_oabi-compat.c | 73 +++++++++++++++++++------------------
15061 1 files changed, 37 insertions(+), 36 deletions(-)
15062
15063 commit 4ed030f65dcf3e6b0128032a49a7d75f947fa351
15064 Merge: de243c2 3adc55a
15065 Author: Brad Spengler <spender@grsecurity.net>
15066 Date: Tue Jan 5 18:10:10 2016 -0500
15067
15068 Merge branch 'pax-test' into grsec-test
15069
15070 commit 3adc55a5acfa429c2a7cc883aef08b960c0079b0
15071 Author: Brad Spengler <spender@grsecurity.net>
15072 Date: Tue Jan 5 18:08:53 2016 -0500
15073
15074 Update to pax-linux-4.3.3-test16.patch:
15075 - small cleanup in entry_64.S on x86
15076 - Emese fixed the initify plugin to recursively check variable initializers, reported by Rasmus Villemoes
15077 - 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)
15078 - 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)
15079 - 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)
15080 - 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)
15081
15082 arch/x86/entry/entry_64.S | 60 +++++-----
15083 arch/x86/kernel/alternative.c | 2 +-
15084 arch/x86/kvm/emulate.c | 4 +-
15085 tools/gcc/initify_plugin.c | 123 +++++++++----------
15086 .../disable_size_overflow_hash.data | 4 +-
15087 .../size_overflow_plugin/size_overflow_hash.data | 2 -
15088 6 files changed, 93 insertions(+), 102 deletions(-)
15089
15090 commit de243c26efd0e423ca92db825af2c3f8eb1ca043
15091 Author: Brad Spengler <spender@grsecurity.net>
15092 Date: Tue Dec 29 18:01:24 2015 -0500
15093
15094 It was noticed during an internal audit that the code under GRKERNSEC_PROC_MEMMAP
15095 which aimed to enforce a 16MB minimum on RLIMIT_DATA for suid/sgid binaries only
15096 did so if RLIMIT_DATA was set lower than PAGE_SIZE.
15097
15098 This addition was only supplemental as GRKERNSEC_BRUTE is the main defense
15099 against suid/sgid attacks and the flaw above would only eliminate the extra
15100 entropy provided for the brk-managed heap, still leaving it with the minimum
15101 of 16-bit entropy for mmap on x86 and 28 on x64.
15102
15103 mm/mmap.c | 2 +-
15104 1 files changed, 1 insertions(+), 1 deletions(-)
15105
15106 commit 8e264cfe47e5f08cdc9ed009a630277206cd2534
15107 Merge: 436201b 2584340
15108 Author: Brad Spengler <spender@grsecurity.net>
15109 Date: Mon Dec 28 20:30:01 2015 -0500
15110
15111 Merge branch 'pax-test' into grsec-test
15112
15113 commit 2584340eab494e64ec1bf9eb5b0d1ae31f926306
15114 Author: Brad Spengler <spender@grsecurity.net>
15115 Date: Mon Dec 28 20:29:28 2015 -0500
15116
15117 Update to pax-linux-4.3.3-test14.patch:
15118 - 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)
15119 - fixed shutdown crash with tboot and KERNEXEC, reported by perfinion
15120 - fixed a few false positive and one real size overflow reports in hyperv, reported by hunger
15121 - fixed compile regressions on armv5, reported by iamb (https://forums.grsecurity.net/viewtopic.php?f=3&t=4350)
15122 - fixed an assert in the initify plugin that triggered in vic_register on arm
15123
15124 arch/arm/include/asm/atomic.h | 7 +++++--
15125 arch/arm/include/asm/domain.h | 5 ++---
15126 arch/x86/kernel/tboot.c | 14 +++++++++-----
15127 drivers/hv/channel.c | 4 +---
15128 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
15129 drivers/net/hyperv/rndis_filter.c | 3 +--
15130 fs/exec.c | 4 ++--
15131 include/linux/atomic.h | 15 ---------------
15132 net/core/skbuff.c | 3 ++-
15133 tools/gcc/initify_plugin.c | 4 +++-
15134 10 files changed, 26 insertions(+), 35 deletions(-)
15135
15136 commit 436201b6626b488d173c8076447000077c27b84a
15137 Author: David Howells <dhowells@redhat.com>
15138 Date: Fri Dec 18 01:34:26 2015 +0000
15139
15140 KEYS: Fix race between read and revoke
15141
15142 This fixes CVE-2015-7550.
15143
15144 There's a race between keyctl_read() and keyctl_revoke(). If the revoke
15145 happens between keyctl_read() checking the validity of a key and the key's
15146 semaphore being taken, then the key type read method will see a revoked key.
15147
15148 This causes a problem for the user-defined key type because it assumes in
15149 its read method that there will always be a payload in a non-revoked key
15150 and doesn't check for a NULL pointer.
15151
15152 Fix this by making keyctl_read() check the validity of a key after taking
15153 semaphore instead of before.
15154
15155 I think the bug was introduced with the original keyrings code.
15156
15157 This was discovered by a multithreaded test program generated by syzkaller
15158 (http://github.com/google/syzkaller). Here's a cleaned up version:
15159
15160 #include <sys/types.h>
15161 #include <keyutils.h>
15162 #include <pthread.h>
15163 void *thr0(void *arg)
15164 {
15165 key_serial_t key = (unsigned long)arg;
15166 keyctl_revoke(key);
15167 return 0;
15168 }
15169 void *thr1(void *arg)
15170 {
15171 key_serial_t key = (unsigned long)arg;
15172 char buffer[16];
15173 keyctl_read(key, buffer, 16);
15174 return 0;
15175 }
15176 int main()
15177 {
15178 key_serial_t key = add_key("user", "%", "foo", 3, KEY_SPEC_USER_KEYRING);
15179 pthread_t th[5];
15180 pthread_create(&th[0], 0, thr0, (void *)(unsigned long)key);
15181 pthread_create(&th[1], 0, thr1, (void *)(unsigned long)key);
15182 pthread_create(&th[2], 0, thr0, (void *)(unsigned long)key);
15183 pthread_create(&th[3], 0, thr1, (void *)(unsigned long)key);
15184 pthread_join(th[0], 0);
15185 pthread_join(th[1], 0);
15186 pthread_join(th[2], 0);
15187 pthread_join(th[3], 0);
15188 return 0;
15189 }
15190
15191 Build as:
15192
15193 cc -o keyctl-race keyctl-race.c -lkeyutils -lpthread
15194
15195 Run as:
15196
15197 while keyctl-race; do :; done
15198
15199 as it may need several iterations to crash the kernel. The crash can be
15200 summarised as:
15201
15202 BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
15203 IP: [<ffffffff81279b08>] user_read+0x56/0xa3
15204 ...
15205 Call Trace:
15206 [<ffffffff81276aa9>] keyctl_read_key+0xb6/0xd7
15207 [<ffffffff81277815>] SyS_keyctl+0x83/0xe0
15208 [<ffffffff815dbb97>] entry_SYSCALL_64_fastpath+0x12/0x6f
15209
15210 Reported-by: Dmitry Vyukov <dvyukov@google.com>
15211 Signed-off-by: David Howells <dhowells@redhat.com>
15212 Tested-by: Dmitry Vyukov <dvyukov@google.com>
15213 Cc: stable@vger.kernel.org
15214 Signed-off-by: James Morris <james.l.morris@oracle.com>
15215
15216 security/keys/keyctl.c | 18 +++++++++---------
15217 1 files changed, 9 insertions(+), 9 deletions(-)
15218
15219 commit 195cea04477025da4a2078bd3e1fb7c4e11206c2
15220 Author: Brad Spengler <spender@grsecurity.net>
15221 Date: Tue Dec 22 20:44:01 2015 -0500
15222
15223 Add new kernel command-line param: pax_size_overflow_report_only
15224 If a user triggers a size_overflow violation that makes it difficult
15225 to obtain the call trace without serial console/net console, they can
15226 use this option to provide that information to us
15227
15228 Documentation/kernel-parameters.txt | 5 +++++
15229 fs/exec.c | 12 +++++++++---
15230 init/main.c | 11 +++++++++++
15231 3 files changed, 25 insertions(+), 3 deletions(-)
15232
15233 commit 4254a8da5851df8c08cdca5c392916e8c105408d
15234 Author: WANG Cong <xiyou.wangcong@gmail.com>
15235 Date: Mon Dec 21 10:55:45 2015 -0800
15236
15237 addrconf: always initialize sysctl table data
15238
15239 When sysctl performs restrict writes, it allows to write from
15240 a middle position of a sysctl file, which requires us to initialize
15241 the table data before calling proc_dostring() for the write case.
15242
15243 Fixes: 3d1bec99320d ("ipv6: introduce secret_stable to ipv6_devconf")
15244 Reported-by: Sasha Levin <sasha.levin@oracle.com>
15245 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
15246 Tested-by: Sasha Levin <sasha.levin@oracle.com>
15247 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
15248 Signed-off-by: David S. Miller <davem@davemloft.net>
15249
15250 net/ipv6/addrconf.c | 11 ++++-------
15251 1 files changed, 4 insertions(+), 7 deletions(-)
15252
15253 commit f8002863fb06c363180637046947a78a6ccb3d33
15254 Author: WANG Cong <xiyou.wangcong@gmail.com>
15255 Date: Wed Dec 16 23:39:04 2015 -0800
15256
15257 net: check both type and procotol for tcp sockets
15258
15259 Dmitry reported the following out-of-bound access:
15260
15261 Call Trace:
15262 [<ffffffff816cec2e>] __asan_report_load4_noabort+0x3e/0x40
15263 mm/kasan/report.c:294
15264 [<ffffffff84affb14>] sock_setsockopt+0x1284/0x13d0 net/core/sock.c:880
15265 [< inline >] SYSC_setsockopt net/socket.c:1746
15266 [<ffffffff84aed7ee>] SyS_setsockopt+0x1fe/0x240 net/socket.c:1729
15267 [<ffffffff85c18c76>] entry_SYSCALL_64_fastpath+0x16/0x7a
15268 arch/x86/entry/entry_64.S:185
15269
15270 This is because we mistake a raw socket as a tcp socket.
15271 We should check both sk->sk_type and sk->sk_protocol to ensure
15272 it is a tcp socket.
15273
15274 Willem points out __skb_complete_tx_timestamp() needs to fix as well.
15275
15276 Reported-by: Dmitry Vyukov <dvyukov@google.com>
15277 Cc: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
15278 Cc: Eric Dumazet <eric.dumazet@gmail.com>
15279 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
15280 Acked-by: Willem de Bruijn <willemb@google.com>
15281 Signed-off-by: David S. Miller <davem@davemloft.net>
15282
15283 net/core/skbuff.c | 3 ++-
15284 net/core/sock.c | 3 ++-
15285 2 files changed, 4 insertions(+), 2 deletions(-)
15286
15287 commit bd6b3399804470a4ad8f34229469ca149dceba3d
15288 Author: Colin Ian King <colin.king@canonical.com>
15289 Date: Fri Dec 18 14:22:01 2015 -0800
15290
15291 proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
15292
15293 Writing to /proc/$pid/coredump_filter always returns -ESRCH because commit
15294 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()") removed
15295 the setting of ret after the get_proc_task call and incorrectly left it as
15296 -ESRCH. Instead, return 0 when successful.
15297
15298 Example breakage:
15299
15300 echo 0 > /proc/self/coredump_filter
15301 bash: echo: write error: No such process
15302
15303 Fixes: 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()")
15304 Signed-off-by: Colin Ian King <colin.king@canonical.com>
15305 Acked-by: Kees Cook <keescook@chromium.org>
15306 Cc: <stable@vger.kernel.org> [4.3+]
15307 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
15308 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
15309
15310 fs/proc/base.c | 1 +
15311 1 files changed, 1 insertions(+), 0 deletions(-)
15312
15313 commit b28aca2b99ed08546778355fb9402c503ff9b29e
15314 Author: Junichi Nomura <j-nomura@ce.jp.nec.com>
15315 Date: Tue Dec 22 10:23:44 2015 -0700
15316
15317 block: ensure to split after potentially bouncing a bio
15318
15319 blk_queue_bio() does split then bounce, which makes the segment
15320 counting based on pages before bouncing and could go wrong. Move
15321 the split to after bouncing, like we do for blk-mq, and the we
15322 fix the issue of having the bio count for segments be wrong.
15323
15324 Fixes: 54efd50bfd87 ("block: make generic_make_request handle arbitrarily sized bios")
15325 Cc: stable@vger.kernel.org
15326 Tested-by: Artem S. Tashkinov <t.artem@lycos.com>
15327 Signed-off-by: Jens Axboe <axboe@fb.com>
15328
15329 block/blk-core.c | 4 ++--
15330 1 files changed, 2 insertions(+), 2 deletions(-)
15331
15332 commit e62a25e917a9e5b35ddd5b4f1b5e5e30fbd2e84c
15333 Merge: f6f63ae ec72fa5
15334 Author: Brad Spengler <spender@grsecurity.net>
15335 Date: Tue Dec 22 19:46:26 2015 -0500
15336
15337 Merge branch 'pax-test' into grsec-test
15338
15339 commit ec72fa5f8d9cb4e223bad1b8b5c2e1071c222f2a
15340 Author: Brad Spengler <spender@grsecurity.net>
15341 Date: Tue Dec 22 19:45:51 2015 -0500
15342
15343 Update to pax-linux-4.3.3-test13.patch:
15344 - 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)
15345 - 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)
15346
15347 arch/arm/mm/fault.c | 2 +-
15348 arch/x86/mm/fault.c | 2 +-
15349 fs/btrfs/extent_map.c | 8 ++++++--
15350 fs/xfs/libxfs/xfs_da_btree.c | 4 +++-
15351 4 files changed, 11 insertions(+), 5 deletions(-)
15352
15353 commit f6f63ae154cd45028add1dc41957878060d77fbf
15354 Author: Brad Spengler <spender@grsecurity.net>
15355 Date: Thu Dec 17 18:43:44 2015 -0500
15356
15357 ptrace_has_cap() checks whether the current process should be
15358 treated as having a certain capability for ptrace checks
15359 against another process. Until now, this was equivalent to
15360 has_ns_capability(current, target_ns, CAP_SYS_PTRACE).
15361
15362 However, if a root-owned process wants to enter a user
15363 namespace for some reason without knowing who owns it and
15364 therefore can't change to the namespace owner's uid and gid
15365 before entering, as soon as it has entered the namespace,
15366 the namespace owner can attach to it via ptrace and thereby
15367 gain access to its uid and gid.
15368
15369 While it is possible for the entering process to switch to
15370 the uid of a claimed namespace owner before entering,
15371 causing the attempt to enter to fail if the claimed uid is
15372 wrong, this doesn't solve the problem of determining an
15373 appropriate gid.
15374
15375 With this change, the entering process can first enter the
15376 namespace and then safely inspect the namespace's
15377 properties, e.g. through /proc/self/{uid_map,gid_map},
15378 assuming that the namespace owner doesn't have access to
15379 uid 0.
15380 Signed-off-by: Jann Horn <jann@thejh.net>
15381
15382 kernel/ptrace.c | 30 +++++++++++++++++++++++++-----
15383 1 files changed, 25 insertions(+), 5 deletions(-)
15384
15385 commit e314f0fb63020f61543b401ff594e953c2c304e5
15386 Author: tadeusz.struk@intel.com <tadeusz.struk@intel.com>
15387 Date: Tue Dec 15 10:46:17 2015 -0800
15388
15389 net: fix uninitialized variable issue
15390
15391 msg_iocb needs to be initialized on the recv/recvfrom path.
15392 Otherwise afalg will wrongly interpret it as an async call.
15393
15394 Cc: stable@vger.kernel.org
15395 Reported-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
15396 Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
15397 Signed-off-by: David S. Miller <davem@davemloft.net>
15398
15399 net/socket.c | 1 +
15400 1 files changed, 1 insertions(+), 0 deletions(-)
15401
15402 commit a3f56a43ad56b8fcaf04f6327636ed2f5970de3b
15403 Merge: dfa764c 142edcf
15404 Author: Brad Spengler <spender@grsecurity.net>
15405 Date: Wed Dec 16 21:01:17 2015 -0500
15406
15407 Merge branch 'pax-test' into grsec-test
15408
15409 commit 142edcf1005a57fb8887823565cf0bafad2f313c
15410 Author: Brad Spengler <spender@grsecurity.net>
15411 Date: Wed Dec 16 21:00:57 2015 -0500
15412
15413 Update to pax-linux-4.3.3-test12.patch:
15414 - 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)
15415 - 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)
15416
15417 drivers/tty/n_tty.c | 16 ++++++++--------
15418 .../disable_size_overflow_hash.data | 2 ++
15419 .../size_overflow_plugin/size_overflow_hash.data | 6 ++----
15420 3 files changed, 12 insertions(+), 12 deletions(-)
15421
15422 commit dfa764cc549892a5bfc1083cac78b99032cae577
15423 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
15424 Date: Tue Dec 15 22:59:12 2015 +0100
15425
15426 ipv6: automatically enable stable privacy mode if stable_secret set
15427
15428 Bjørn reported that while we switch all interfaces to privacy stable mode
15429 when setting the secret, we don't set this mode for new interfaces. This
15430 does not make sense, so change this behaviour.
15431
15432 Fixes: 622c81d57b392cc ("ipv6: generation of stable privacy addresses for link-local and autoconf")
15433 Reported-by: Bjørn Mork <bjorn@mork.no>
15434 Cc: Bjørn Mork <bjorn@mork.no>
15435 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
15436 Signed-off-by: David S. Miller <davem@davemloft.net>
15437
15438 net/ipv6/addrconf.c | 6 ++++++
15439 1 files changed, 6 insertions(+), 0 deletions(-)
15440
15441 commit c2815a1fee03f222273e77c14e43f960da06f35a
15442 Author: Brad Spengler <spender@grsecurity.net>
15443 Date: Wed Dec 16 13:03:38 2015 -0500
15444
15445 Work around upstream limitation on the number of thread info flags causing a compilation error
15446 Reported by fabled at http://forums.grsecurity.net/viewtopic.php?f=3&t=4339
15447
15448 arch/arm/kernel/entry-common.S | 8 ++++++--
15449 1 files changed, 6 insertions(+), 2 deletions(-)
15450
15451 commit 8c9ae168e09ae49324d709d76d73d9fc4ca477e1
15452 Author: Brad Spengler <spender@grsecurity.net>
15453 Date: Tue Dec 15 19:03:41 2015 -0500
15454
15455 Initial import of grsecurity 3.1 for Linux 4.3.3
15456
15457 Documentation/dontdiff | 2 +
15458 Documentation/kernel-parameters.txt | 7 +
15459 Documentation/sysctl/kernel.txt | 15 +
15460 Makefile | 18 +-
15461 arch/alpha/include/asm/cache.h | 4 +-
15462 arch/alpha/kernel/osf_sys.c | 12 +-
15463 arch/arc/Kconfig | 1 +
15464 arch/arm/Kconfig | 1 +
15465 arch/arm/Kconfig.debug | 1 +
15466 arch/arm/include/asm/thread_info.h | 7 +-
15467 arch/arm/kernel/process.c | 4 +-
15468 arch/arm/kernel/ptrace.c | 9 +
15469 arch/arm/kernel/traps.c | 7 +-
15470 arch/arm/mm/Kconfig | 2 +-
15471 arch/arm/mm/fault.c | 40 +-
15472 arch/arm/mm/mmap.c | 8 +-
15473 arch/arm/net/bpf_jit_32.c | 51 +-
15474 arch/arm64/Kconfig.debug | 1 +
15475 arch/avr32/include/asm/cache.h | 4 +-
15476 arch/blackfin/Kconfig.debug | 1 +
15477 arch/blackfin/include/asm/cache.h | 3 +-
15478 arch/cris/include/arch-v10/arch/cache.h | 3 +-
15479 arch/cris/include/arch-v32/arch/cache.h | 3 +-
15480 arch/frv/include/asm/cache.h | 3 +-
15481 arch/frv/mm/elf-fdpic.c | 4 +-
15482 arch/hexagon/include/asm/cache.h | 6 +-
15483 arch/ia64/Kconfig | 1 +
15484 arch/ia64/include/asm/cache.h | 3 +-
15485 arch/ia64/kernel/sys_ia64.c | 2 +
15486 arch/ia64/mm/hugetlbpage.c | 2 +
15487 arch/m32r/include/asm/cache.h | 4 +-
15488 arch/m68k/include/asm/cache.h | 4 +-
15489 arch/metag/mm/hugetlbpage.c | 1 +
15490 arch/microblaze/include/asm/cache.h | 3 +-
15491 arch/mips/Kconfig | 1 +
15492 arch/mips/include/asm/cache.h | 3 +-
15493 arch/mips/include/asm/thread_info.h | 11 +-
15494 arch/mips/kernel/irq.c | 3 +
15495 arch/mips/kernel/ptrace.c | 9 +
15496 arch/mips/mm/mmap.c | 4 +-
15497 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
15498 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
15499 arch/openrisc/include/asm/cache.h | 4 +-
15500 arch/parisc/include/asm/cache.h | 5 +-
15501 arch/parisc/kernel/sys_parisc.c | 4 +
15502 arch/powerpc/Kconfig | 1 +
15503 arch/powerpc/include/asm/cache.h | 4 +-
15504 arch/powerpc/include/asm/thread_info.h | 5 +-
15505 arch/powerpc/kernel/Makefile | 2 +
15506 arch/powerpc/kernel/irq.c | 3 +
15507 arch/powerpc/kernel/process.c | 10 +-
15508 arch/powerpc/kernel/ptrace.c | 14 +
15509 arch/powerpc/kernel/traps.c | 5 +
15510 arch/powerpc/mm/slice.c | 2 +-
15511 arch/s390/Kconfig.debug | 1 +
15512 arch/s390/include/asm/cache.h | 4 +-
15513 arch/score/include/asm/cache.h | 4 +-
15514 arch/sh/include/asm/cache.h | 3 +-
15515 arch/sh/mm/mmap.c | 6 +-
15516 arch/sparc/include/asm/cache.h | 4 +-
15517 arch/sparc/include/asm/pgalloc_64.h | 1 +
15518 arch/sparc/include/asm/thread_info_64.h | 8 +-
15519 arch/sparc/kernel/process_32.c | 6 +-
15520 arch/sparc/kernel/process_64.c | 8 +-
15521 arch/sparc/kernel/ptrace_64.c | 14 +
15522 arch/sparc/kernel/sys_sparc_64.c | 8 +-
15523 arch/sparc/kernel/syscalls.S | 8 +-
15524 arch/sparc/kernel/traps_32.c | 8 +-
15525 arch/sparc/kernel/traps_64.c | 28 +-
15526 arch/sparc/kernel/unaligned_64.c | 2 +-
15527 arch/sparc/mm/fault_64.c | 2 +-
15528 arch/sparc/mm/hugetlbpage.c | 15 +-
15529 arch/tile/Kconfig | 1 +
15530 arch/tile/include/asm/cache.h | 3 +-
15531 arch/tile/mm/hugetlbpage.c | 2 +
15532 arch/um/include/asm/cache.h | 3 +-
15533 arch/unicore32/include/asm/cache.h | 6 +-
15534 arch/x86/Kconfig | 21 +
15535 arch/x86/Kconfig.debug | 2 +
15536 arch/x86/entry/common.c | 14 +
15537 arch/x86/entry/entry_32.S | 2 +-
15538 arch/x86/entry/entry_64.S | 2 +-
15539 arch/x86/ia32/ia32_aout.c | 2 +
15540 arch/x86/include/asm/floppy.h | 20 +-
15541 arch/x86/include/asm/fpu/types.h | 69 +-
15542 arch/x86/include/asm/io.h | 2 +-
15543 arch/x86/include/asm/page.h | 12 +-
15544 arch/x86/include/asm/paravirt_types.h | 23 +-
15545 arch/x86/include/asm/processor.h | 12 +-
15546 arch/x86/include/asm/thread_info.h | 6 +-
15547 arch/x86/include/asm/uaccess.h | 2 +-
15548 arch/x86/kernel/dumpstack.c | 10 +-
15549 arch/x86/kernel/dumpstack_32.c | 2 +-
15550 arch/x86/kernel/dumpstack_64.c | 2 +-
15551 arch/x86/kernel/ioport.c | 13 +
15552 arch/x86/kernel/irq_32.c | 3 +
15553 arch/x86/kernel/irq_64.c | 4 +
15554 arch/x86/kernel/ldt.c | 18 +
15555 arch/x86/kernel/msr.c | 10 +
15556 arch/x86/kernel/ptrace.c | 14 +
15557 arch/x86/kernel/signal.c | 9 +-
15558 arch/x86/kernel/sys_i386_32.c | 9 +-
15559 arch/x86/kernel/sys_x86_64.c | 8 +-
15560 arch/x86/kernel/traps.c | 5 +
15561 arch/x86/kernel/verify_cpu.S | 1 +
15562 arch/x86/kernel/vm86_32.c | 15 +
15563 arch/x86/kvm/svm.c | 14 +-
15564 arch/x86/mm/fault.c | 12 +-
15565 arch/x86/mm/hugetlbpage.c | 15 +-
15566 arch/x86/mm/init.c | 66 +-
15567 arch/x86/mm/init_32.c | 6 +-
15568 arch/x86/net/bpf_jit_comp.c | 4 +
15569 arch/x86/platform/efi/efi_64.c | 2 +-
15570 arch/x86/xen/Kconfig | 1 +
15571 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
15572 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
15573 crypto/ablkcipher.c | 2 +-
15574 crypto/blkcipher.c | 2 +-
15575 crypto/scatterwalk.c | 10 +-
15576 drivers/acpi/acpica/hwxfsleep.c | 11 +-
15577 drivers/acpi/custom_method.c | 4 +
15578 drivers/block/cciss.h | 30 +-
15579 drivers/block/smart1,2.h | 40 +-
15580 drivers/cdrom/cdrom.c | 2 +-
15581 drivers/char/Kconfig | 4 +-
15582 drivers/char/genrtc.c | 1 +
15583 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
15584 drivers/char/mem.c | 17 +
15585 drivers/char/random.c | 5 +-
15586 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
15587 drivers/crypto/nx/nx-aes-ccm.c | 2 +-
15588 drivers/crypto/nx/nx-aes-gcm.c | 2 +-
15589 drivers/crypto/talitos.c | 2 +-
15590 drivers/firewire/ohci.c | 4 +
15591 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
15592 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
15593 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
15594 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
15595 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
15596 drivers/hid/hid-wiimote-debug.c | 2 +-
15597 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
15598 drivers/iommu/Kconfig | 1 +
15599 drivers/iommu/amd_iommu.c | 14 +-
15600 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
15601 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
15602 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
15603 drivers/isdn/hisax/config.c | 2 +-
15604 drivers/isdn/hisax/hfc_pci.c | 2 +-
15605 drivers/isdn/hisax/hfc_sx.c | 2 +-
15606 drivers/isdn/hisax/q931.c | 6 +-
15607 drivers/isdn/i4l/isdn_concap.c | 6 +-
15608 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
15609 drivers/md/bcache/Kconfig | 1 +
15610 drivers/md/raid5.c | 8 +
15611 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
15612 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
15613 drivers/media/platform/vivid/vivid-osd.c | 1 +
15614 drivers/media/radio/radio-cadet.c | 5 +-
15615 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
15616 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
15617 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
15618 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
15619 drivers/message/fusion/mptbase.c | 9 +
15620 drivers/misc/sgi-xp/xp_main.c | 12 +-
15621 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
15622 drivers/net/ppp/pppoe.c | 14 +-
15623 drivers/net/ppp/pptp.c | 6 +
15624 drivers/net/slip/slhc.c | 3 +
15625 drivers/net/wan/lmc/lmc_media.c | 97 +-
15626 drivers/net/wan/x25_asy.c | 6 +-
15627 drivers/net/wan/z85230.c | 24 +-
15628 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
15629 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
15630 drivers/pci/pci-sysfs.c | 2 +-
15631 drivers/pci/proc.c | 9 +
15632 drivers/platform/x86/asus-wmi.c | 12 +
15633 drivers/rtc/rtc-dev.c | 3 +
15634 drivers/scsi/bfa/bfa_fcs.c | 19 +-
15635 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
15636 drivers/scsi/bfa/bfa_modules.h | 12 +-
15637 drivers/scsi/hpsa.h | 40 +-
15638 drivers/staging/dgnc/dgnc_mgmt.c | 1 +
15639 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
15640 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
15641 drivers/target/target_core_sbc.c | 17 +-
15642 drivers/target/target_core_transport.c | 14 +-
15643 drivers/tty/serial/uartlite.c | 4 +-
15644 drivers/tty/sysrq.c | 2 +-
15645 drivers/tty/vt/keyboard.c | 22 +-
15646 drivers/uio/uio.c | 6 +-
15647 drivers/usb/core/hub.c | 5 +
15648 drivers/usb/gadget/function/f_uac1.c | 1 +
15649 drivers/usb/gadget/function/u_uac1.c | 1 +
15650 drivers/usb/host/hwa-hc.c | 9 +-
15651 drivers/usb/usbip/vhci_sysfs.c | 2 +-
15652 drivers/video/fbdev/arcfb.c | 2 +-
15653 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
15654 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
15655 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
15656 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++-----
15657 drivers/xen/xenfs/xenstored.c | 5 +
15658 firmware/Makefile | 2 +
15659 firmware/WHENCE | 20 +-
15660 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
15661 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
15662 fs/9p/vfs_inode.c | 4 +-
15663 fs/attr.c | 1 +
15664 fs/autofs4/waitq.c | 9 +
15665 fs/binfmt_aout.c | 7 +
15666 fs/binfmt_elf.c | 50 +-
15667 fs/compat.c | 20 +-
15668 fs/coredump.c | 17 +-
15669 fs/dcache.c | 3 +
15670 fs/debugfs/inode.c | 11 +-
15671 fs/exec.c | 219 +-
15672 fs/ext2/balloc.c | 4 +-
15673 fs/ext2/super.c | 8 +-
15674 fs/ext4/balloc.c | 4 +-
15675 fs/fcntl.c | 4 +
15676 fs/fhandle.c | 3 +-
15677 fs/file.c | 4 +
15678 fs/filesystems.c | 4 +
15679 fs/fs_struct.c | 20 +-
15680 fs/hugetlbfs/inode.c | 5 +-
15681 fs/inode.c | 8 +-
15682 fs/kernfs/dir.c | 6 +
15683 fs/mount.h | 4 +-
15684 fs/namei.c | 286 +-
15685 fs/namespace.c | 24 +
15686 fs/nfsd/nfscache.c | 2 +-
15687 fs/open.c | 38 +
15688 fs/overlayfs/inode.c | 11 +-
15689 fs/overlayfs/super.c | 6 +-
15690 fs/pipe.c | 2 +-
15691 fs/posix_acl.c | 15 +-
15692 fs/proc/Kconfig | 10 +-
15693 fs/proc/array.c | 69 +-
15694 fs/proc/base.c | 186 +-
15695 fs/proc/cmdline.c | 4 +
15696 fs/proc/devices.c | 4 +
15697 fs/proc/fd.c | 17 +-
15698 fs/proc/generic.c | 64 +
15699 fs/proc/inode.c | 17 +
15700 fs/proc/internal.h | 11 +-
15701 fs/proc/interrupts.c | 4 +
15702 fs/proc/kcore.c | 3 +
15703 fs/proc/meminfo.c | 7 +-
15704 fs/proc/namespaces.c | 4 +-
15705 fs/proc/proc_net.c | 31 +
15706 fs/proc/proc_sysctl.c | 52 +-
15707 fs/proc/root.c | 8 +
15708 fs/proc/stat.c | 69 +-
15709 fs/proc/task_mmu.c | 66 +-
15710 fs/readdir.c | 19 +
15711 fs/reiserfs/item_ops.c | 24 +-
15712 fs/reiserfs/super.c | 4 +
15713 fs/select.c | 2 +
15714 fs/seq_file.c | 30 +-
15715 fs/splice.c | 8 +
15716 fs/stat.c | 20 +-
15717 fs/sysfs/dir.c | 30 +-
15718 fs/sysv/inode.c | 11 +-
15719 fs/utimes.c | 7 +
15720 fs/xattr.c | 26 +-
15721 grsecurity/Kconfig | 1182 ++++
15722 grsecurity/Makefile | 54 +
15723 grsecurity/gracl.c | 2757 +++++++++
15724 grsecurity/gracl_alloc.c | 105 +
15725 grsecurity/gracl_cap.c | 127 +
15726 grsecurity/gracl_compat.c | 269 +
15727 grsecurity/gracl_fs.c | 448 ++
15728 grsecurity/gracl_ip.c | 386 ++
15729 grsecurity/gracl_learn.c | 207 +
15730 grsecurity/gracl_policy.c | 1786 ++++++
15731 grsecurity/gracl_res.c | 68 +
15732 grsecurity/gracl_segv.c | 304 +
15733 grsecurity/gracl_shm.c | 40 +
15734 grsecurity/grsec_chdir.c | 19 +
15735 grsecurity/grsec_chroot.c | 467 ++
15736 grsecurity/grsec_disabled.c | 445 ++
15737 grsecurity/grsec_exec.c | 189 +
15738 grsecurity/grsec_fifo.c | 26 +
15739 grsecurity/grsec_fork.c | 23 +
15740 grsecurity/grsec_init.c | 290 +
15741 grsecurity/grsec_ipc.c | 48 +
15742 grsecurity/grsec_link.c | 65 +
15743 grsecurity/grsec_log.c | 340 +
15744 grsecurity/grsec_mem.c | 48 +
15745 grsecurity/grsec_mount.c | 65 +
15746 grsecurity/grsec_pax.c | 47 +
15747 grsecurity/grsec_proc.c | 20 +
15748 grsecurity/grsec_ptrace.c | 30 +
15749 grsecurity/grsec_sig.c | 236 +
15750 grsecurity/grsec_sock.c | 244 +
15751 grsecurity/grsec_sysctl.c | 488 ++
15752 grsecurity/grsec_time.c | 16 +
15753 grsecurity/grsec_tpe.c | 78 +
15754 grsecurity/grsec_usb.c | 15 +
15755 grsecurity/grsum.c | 64 +
15756 include/linux/binfmts.h | 5 +-
15757 include/linux/bitops.h | 2 +-
15758 include/linux/capability.h | 13 +
15759 include/linux/compiler-gcc.h | 5 +
15760 include/linux/compiler.h | 8 +
15761 include/linux/cred.h | 8 +-
15762 include/linux/dcache.h | 5 +-
15763 include/linux/fs.h | 24 +-
15764 include/linux/fs_struct.h | 2 +-
15765 include/linux/fsnotify.h | 6 +
15766 include/linux/gracl.h | 342 +
15767 include/linux/gracl_compat.h | 156 +
15768 include/linux/gralloc.h | 9 +
15769 include/linux/grdefs.h | 140 +
15770 include/linux/grinternal.h | 230 +
15771 include/linux/grmsg.h | 118 +
15772 include/linux/grsecurity.h | 255 +
15773 include/linux/grsock.h | 19 +
15774 include/linux/ipc.h | 2 +-
15775 include/linux/ipc_namespace.h | 2 +-
15776 include/linux/kallsyms.h | 18 +-
15777 include/linux/kmod.h | 5 +
15778 include/linux/kobject.h | 2 +-
15779 include/linux/lsm_hooks.h | 4 +-
15780 include/linux/mm.h | 12 +
15781 include/linux/mm_types.h | 4 +-
15782 include/linux/module.h | 5 +-
15783 include/linux/mount.h | 2 +-
15784 include/linux/msg.h | 2 +-
15785 include/linux/netfilter/xt_gradm.h | 9 +
15786 include/linux/path.h | 4 +-
15787 include/linux/perf_event.h | 13 +-
15788 include/linux/pid_namespace.h | 2 +-
15789 include/linux/printk.h | 2 +-
15790 include/linux/proc_fs.h | 22 +-
15791 include/linux/proc_ns.h | 2 +-
15792 include/linux/ptrace.h | 24 +-
15793 include/linux/random.h | 2 +-
15794 include/linux/rbtree_augmented.h | 4 +-
15795 include/linux/scatterlist.h | 12 +-
15796 include/linux/sched.h | 114 +-
15797 include/linux/security.h | 1 +
15798 include/linux/sem.h | 2 +-
15799 include/linux/seq_file.h | 5 +
15800 include/linux/shm.h | 6 +-
15801 include/linux/skbuff.h | 3 +
15802 include/linux/slab.h | 9 -
15803 include/linux/sysctl.h | 8 +-
15804 include/linux/thread_info.h | 6 +-
15805 include/linux/tty.h | 2 +-
15806 include/linux/tty_driver.h | 4 +-
15807 include/linux/uidgid.h | 5 +
15808 include/linux/user_namespace.h | 2 +-
15809 include/linux/utsname.h | 2 +-
15810 include/linux/vermagic.h | 16 +-
15811 include/linux/vmalloc.h | 20 +-
15812 include/net/af_unix.h | 2 +-
15813 include/net/dst.h | 33 +
15814 include/net/ip.h | 2 +-
15815 include/net/neighbour.h | 2 +-
15816 include/net/net_namespace.h | 2 +-
15817 include/net/sock.h | 4 +-
15818 include/target/target_core_base.h | 2 +-
15819 include/trace/events/fs.h | 53 +
15820 include/uapi/linux/personality.h | 1 +
15821 init/Kconfig | 4 +-
15822 init/main.c | 35 +-
15823 ipc/mqueue.c | 1 +
15824 ipc/msg.c | 3 +-
15825 ipc/sem.c | 3 +-
15826 ipc/shm.c | 26 +-
15827 ipc/util.c | 6 +
15828 kernel/auditsc.c | 2 +-
15829 kernel/bpf/syscall.c | 8 +-
15830 kernel/capability.c | 41 +-
15831 kernel/cgroup.c | 5 +-
15832 kernel/compat.c | 1 +
15833 kernel/configs.c | 11 +
15834 kernel/cred.c | 112 +-
15835 kernel/events/core.c | 16 +-
15836 kernel/exit.c | 10 +-
15837 kernel/fork.c | 86 +-
15838 kernel/futex.c | 6 +-
15839 kernel/futex_compat.c | 2 +-
15840 kernel/kallsyms.c | 9 +
15841 kernel/kcmp.c | 8 +-
15842 kernel/kexec_core.c | 2 +-
15843 kernel/kmod.c | 95 +-
15844 kernel/kprobes.c | 7 +-
15845 kernel/ksysfs.c | 2 +
15846 kernel/locking/lockdep_proc.c | 10 +-
15847 kernel/module.c | 108 +-
15848 kernel/panic.c | 4 +-
15849 kernel/pid.c | 23 +-
15850 kernel/power/Kconfig | 2 +
15851 kernel/printk/printk.c | 20 +-
15852 kernel/ptrace.c | 56 +-
15853 kernel/resource.c | 10 +
15854 kernel/sched/core.c | 11 +-
15855 kernel/signal.c | 37 +-
15856 kernel/sys.c | 64 +-
15857 kernel/sysctl.c | 172 +-
15858 kernel/taskstats.c | 6 +
15859 kernel/time/posix-timers.c | 8 +
15860 kernel/time/time.c | 5 +
15861 kernel/time/timekeeping.c | 3 +
15862 kernel/time/timer_list.c | 13 +-
15863 kernel/time/timer_stats.c | 10 +-
15864 kernel/trace/Kconfig | 2 +
15865 kernel/trace/trace_syscalls.c | 8 +
15866 kernel/user_namespace.c | 15 +
15867 lib/Kconfig.debug | 13 +-
15868 lib/Kconfig.kasan | 2 +-
15869 lib/is_single_threaded.c | 3 +
15870 lib/list_debug.c | 65 +-
15871 lib/nlattr.c | 2 +
15872 lib/rbtree.c | 4 +-
15873 lib/vsprintf.c | 39 +-
15874 localversion-grsec | 1 +
15875 mm/Kconfig | 8 +-
15876 mm/Kconfig.debug | 1 +
15877 mm/filemap.c | 1 +
15878 mm/kmemleak.c | 4 +-
15879 mm/memory.c | 2 +-
15880 mm/mempolicy.c | 12 +-
15881 mm/migrate.c | 3 +-
15882 mm/mlock.c | 6 +-
15883 mm/mmap.c | 93 +-
15884 mm/mprotect.c | 8 +
15885 mm/oom_kill.c | 28 +-
15886 mm/page_alloc.c | 2 +-
15887 mm/process_vm_access.c | 8 +-
15888 mm/shmem.c | 36 +-
15889 mm/slab.c | 14 +-
15890 mm/slab_common.c | 2 +-
15891 mm/slob.c | 12 +
15892 mm/slub.c | 33 +-
15893 mm/util.c | 3 +
15894 mm/vmalloc.c | 129 +-
15895 mm/vmstat.c | 29 +-
15896 net/appletalk/atalk_proc.c | 2 +-
15897 net/atm/lec.c | 6 +-
15898 net/atm/mpoa_caches.c | 42 +-
15899 net/bluetooth/sco.c | 3 +
15900 net/can/bcm.c | 2 +-
15901 net/can/proc.c | 2 +-
15902 net/core/dev_ioctl.c | 7 +-
15903 net/core/filter.c | 8 +-
15904 net/core/net-procfs.c | 17 +-
15905 net/core/pktgen.c | 2 +-
15906 net/core/sock.c | 3 +-
15907 net/core/sysctl_net_core.c | 2 +-
15908 net/decnet/dn_dev.c | 2 +-
15909 net/ipv4/devinet.c | 6 +-
15910 net/ipv4/inet_hashtables.c | 4 +
15911 net/ipv4/ip_input.c | 7 +
15912 net/ipv4/ip_sockglue.c | 3 +-
15913 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
15914 net/ipv4/netfilter/nf_nat_pptp.c | 2 +-
15915 net/ipv4/route.c | 6 +-
15916 net/ipv4/tcp_input.c | 4 +-
15917 net/ipv4/tcp_ipv4.c | 29 +-
15918 net/ipv4/tcp_minisocks.c | 9 +-
15919 net/ipv4/tcp_timer.c | 11 +
15920 net/ipv4/udp.c | 24 +
15921 net/ipv6/addrconf.c | 13 +-
15922 net/ipv6/proc.c | 2 +-
15923 net/ipv6/tcp_ipv6.c | 26 +-
15924 net/ipv6/udp.c | 7 +
15925 net/ipx/ipx_proc.c | 2 +-
15926 net/irda/irproc.c | 2 +-
15927 net/llc/llc_proc.c | 2 +-
15928 net/netfilter/Kconfig | 10 +
15929 net/netfilter/Makefile | 1 +
15930 net/netfilter/nf_conntrack_core.c | 8 +
15931 net/netfilter/xt_gradm.c | 51 +
15932 net/netfilter/xt_hashlimit.c | 4 +-
15933 net/netfilter/xt_recent.c | 2 +-
15934 net/sched/sch_api.c | 2 +-
15935 net/sctp/socket.c | 4 +-
15936 net/socket.c | 75 +-
15937 net/sunrpc/Kconfig | 1 +
15938 net/sunrpc/cache.c | 2 +-
15939 net/sunrpc/stats.c | 2 +-
15940 net/sysctl_net.c | 2 +-
15941 net/unix/af_unix.c | 52 +-
15942 net/vmw_vsock/vmci_transport_notify.c | 30 +-
15943 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
15944 net/x25/sysctl_net_x25.c | 2 +-
15945 net/x25/x25_proc.c | 2 +-
15946 scripts/package/Makefile | 2 +-
15947 scripts/package/mkspec | 41 +-
15948 security/Kconfig | 369 +-
15949 security/apparmor/file.c | 4 +-
15950 security/apparmor/lsm.c | 8 +-
15951 security/commoncap.c | 36 +-
15952 security/min_addr.c | 2 +
15953 security/smack/smack_lsm.c | 8 +-
15954 security/tomoyo/file.c | 12 +-
15955 security/tomoyo/mount.c | 4 +
15956 security/tomoyo/tomoyo.c | 20 +-
15957 security/yama/Kconfig | 2 +-
15958 security/yama/yama_lsm.c | 4 +-
15959 sound/synth/emux/emux_seq.c | 14 +-
15960 sound/usb/line6/driver.c | 40 +-
15961 sound/usb/line6/toneport.c | 12 +-
15962 tools/gcc/.gitignore | 1 +
15963 tools/gcc/Makefile | 12 +
15964 tools/gcc/gen-random-seed.sh | 8 +
15965 tools/gcc/randomize_layout_plugin.c | 930 +++
15966 tools/gcc/size_overflow_plugin/.gitignore | 1 +
15967 .../size_overflow_plugin/size_overflow_hash.data | 459 ++-
15968 511 files changed, 32631 insertions(+), 3196 deletions(-)
15969
15970 commit a76adb92ce39aee8eec5a025c828030ad6135c6d
15971 Author: Brad Spengler <spender@grsecurity.net>
15972 Date: Tue Dec 15 14:31:49 2015 -0500
15973
15974 Update to pax-linux-4.3.3-test11.patch:
15975 - fixed a few compile regressions with the recent plugin changes, reported by spender
15976 - updated the size overflow hash table
15977
15978 tools/gcc/latent_entropy_plugin.c | 2 +-
15979 .../size_overflow_plugin/size_overflow_hash.data | 66 +++++++++++++++++---
15980 tools/gcc/stackleak_plugin.c | 2 +-
15981 tools/gcc/structleak_plugin.c | 6 +--
15982 4 files changed, 60 insertions(+), 16 deletions(-)
15983
15984 commit f7284b1fc06628fcb2d35d2beecdea5454d46af9
15985 Author: Brad Spengler <spender@grsecurity.net>
15986 Date: Tue Dec 15 11:50:24 2015 -0500
15987
15988 Apply structleak ICE fix for gcc < 4.9
15989
15990 tools/gcc/structleak_plugin.c | 4 ++++
15991 1 files changed, 4 insertions(+), 0 deletions(-)
15992
15993 commit 92fe3eb9fd10ec7f7334decab1526989669b0287
15994 Author: Brad Spengler <spender@grsecurity.net>
15995 Date: Tue Dec 15 07:57:06 2015 -0500
15996
15997 Update to pax-linux-4.3.1-test10.patch:
15998 - Emese fixed INDIRECT_REF and TARGET_MEM_REF handling in the initify plugin
15999 - Emese regenerated the size overflow hash tables for 4.3
16000 - fixed some compat syscall exit paths to restore r12 under KERNEXEC/or
16001 - the latent entropy, stackleak and structleak plugins no longer split the entry block unnecessarily
16002
16003 arch/x86/entry/entry_64.S | 2 +-
16004 arch/x86/entry/entry_64_compat.S | 15 +-
16005 scripts/package/builddeb | 2 +-
16006 tools/gcc/initify_plugin.c | 11 +-
16007 tools/gcc/latent_entropy_plugin.c | 20 +-
16008 .../disable_size_overflow_hash.data | 4 +
16009 .../size_overflow_plugin/size_overflow_hash.data | 5345 +++++++++++---------
16010 tools/gcc/stackleak_plugin.c | 26 +-
16011 tools/gcc/structleak_plugin.c | 21 +-
16012 9 files changed, 3079 insertions(+), 2367 deletions(-)
16013
16014 commit 5bd245cb687319079c2f1c0d6a1170791ed1ed2c
16015 Merge: b5847e6 3548341
16016 Author: Brad Spengler <spender@grsecurity.net>
16017 Date: Tue Dec 15 07:47:56 2015 -0500
16018
16019 Merge branch 'linux-4.3.y' into pax-4_3
16020
16021 Conflicts:
16022 net/unix/af_unix.c
16023
16024 commit b5847e6a896c5d99191135ca4d7c3b6be8f116ff
16025 Author: Brad Spengler <spender@grsecurity.net>
16026 Date: Wed Dec 9 23:11:36 2015 -0500
16027
16028 Update to pax-linux-4.3.1-test9.patch:
16029 - 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)
16030 - Emese fixed an intentional overflow caused by gcc, reported by saironiq (https://forums.grsecurity.net/viewtopic.php?f=3&t=4333)
16031 - Emese fixed a false positive overflow report in the forcedeth driver, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?t=4334)
16032 - Emese fixed a false positive overflow report in KVM's emulator, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4336)
16033 - Emese fixed the initify plugin to detect some captured use of __func__, reported by Rasmus Villemoes <linux@rasmusvillemoes.dk>
16034 - constrained shmmax and shmall to avoid triggering size overflow checks, reported by Mathias Krause <minipli@ld-linux.so>
16035 - 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
16036
16037 Makefile | 6 +
16038 arch/x86/include/asm/compat.h | 4 +
16039 arch/x86/include/asm/dma.h | 2 +
16040 arch/x86/include/asm/pmem.h | 2 +-
16041 arch/x86/include/asm/uaccess.h | 20 +-
16042 arch/x86/kernel/apic/vector.c | 6 +-
16043 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
16044 arch/x86/kernel/cpu/perf_event_intel.c | 28 +-
16045 arch/x86/kernel/head_64.S | 1 -
16046 arch/x86/kvm/i8259.c | 10 +-
16047 arch/x86/kvm/ioapic.c | 2 +
16048 arch/x86/kvm/x86.c | 2 +
16049 arch/x86/lib/usercopy_64.c | 2 +-
16050 arch/x86/mm/mpx.c | 4 +-
16051 arch/x86/mm/pageattr.c | 7 +
16052 drivers/base/devres.c | 4 +-
16053 drivers/base/power/runtime.c | 6 +-
16054 drivers/base/regmap/regmap.c | 4 +-
16055 drivers/block/drbd/drbd_receiver.c | 4 +-
16056 drivers/block/drbd/drbd_worker.c | 6 +-
16057 drivers/char/virtio_console.c | 6 +-
16058 drivers/md/dm.c | 12 +-
16059 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
16060 drivers/net/macvtap.c | 4 +-
16061 drivers/video/fbdev/core/fbmem.c | 10 +-
16062 fs/compat.c | 3 +-
16063 fs/coredump.c | 2 +-
16064 fs/dcache.c | 13 +-
16065 fs/fhandle.c | 2 +-
16066 fs/file.c | 14 +-
16067 fs/fs-writeback.c | 11 +-
16068 fs/overlayfs/copy_up.c | 2 +-
16069 fs/readdir.c | 3 +-
16070 fs/super.c | 3 +-
16071 include/linux/compiler.h | 36 ++-
16072 include/linux/rcupdate.h | 8 +
16073 include/linux/sched.h | 4 +-
16074 include/linux/seqlock.h | 10 +
16075 include/linux/spinlock.h | 17 +-
16076 include/linux/srcu.h | 5 +-
16077 include/linux/syscalls.h | 2 +-
16078 include/linux/writeback.h | 3 +-
16079 include/uapi/linux/swab.h | 6 +-
16080 ipc/ipc_sysctl.c | 6 +
16081 kernel/exit.c | 25 +-
16082 kernel/resource.c | 4 +-
16083 kernel/signal.c | 12 +-
16084 kernel/user.c | 2 +-
16085 kernel/workqueue.c | 6 +-
16086 lib/rhashtable.c | 4 +-
16087 net/compat.c | 2 +-
16088 net/ipv4/xfrm4_mode_transport.c | 2 +-
16089 security/keys/internal.h | 8 +-
16090 security/keys/keyring.c | 4 -
16091 sound/core/seq/seq_clientmgr.c | 8 +-
16092 sound/core/seq/seq_compat.c | 2 +-
16093 sound/core/seq/seq_memory.c | 6 +-
16094 tools/gcc/checker_plugin.c | 415 +++++++++++++++++++-
16095 tools/gcc/gcc-common.h | 1 +
16096 tools/gcc/initify_plugin.c | 33 ++-
16097 .../disable_size_overflow_hash.data | 1 +
16098 .../size_overflow_plugin/size_overflow_hash.data | 1 -
16099 62 files changed, 708 insertions(+), 140 deletions(-)
16100
16101 commit f2634c2f6995f4231616f24ed016f890c701f939
16102 Merge: 1241bff 5f8b236
16103 Author: Brad Spengler <spender@grsecurity.net>
16104 Date: Wed Dec 9 21:50:47 2015 -0500
16105
16106 Merge branch 'linux-4.3.y' into pax-4_3
16107
16108 Conflicts:
16109 arch/x86/kernel/fpu/xstate.c
16110 arch/x86/kernel/head_64.S
16111
16112 commit 1241bff82e3d7dadb05de0a60b8d2822afc6547c
16113 Author: Brad Spengler <spender@grsecurity.net>
16114 Date: Sun Dec 6 08:44:56 2015 -0500
16115
16116 Update to pax-linux-4.3-test8.patch:
16117 - 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)
16118 - gcc plugin compilation problems will now also produce the output of the checking script to make diagnosis easier, reported by hunger
16119 - 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)
16120 - 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)
16121
16122 Makefile | 5 +++
16123 drivers/md/md.c | 5 ++-
16124 drivers/md/raid1.c | 2 +-
16125 fs/proc/task_mmu.c | 3 ++
16126 .../disable_size_overflow_hash.data | 4 ++-
16127 .../size_overflow_plugin/intentional_overflow.c | 32 ++++++++++++++++---
16128 .../size_overflow_plugin/size_overflow_hash.data | 2 -
16129 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
16130 8 files changed, 43 insertions(+), 12 deletions(-)
16131
16132 commit cce6a9f9bdd27096632ca1c0246dcc07f2eb1a18
16133 Author: Brad Spengler <spender@grsecurity.net>
16134 Date: Fri Dec 4 14:24:12 2015 -0500
16135
16136 Initial import of pax-linux-4.3-test7.patch
16137
16138 Documentation/dontdiff | 47 +-
16139 Documentation/kbuild/makefiles.txt | 39 +-
16140 Documentation/kernel-parameters.txt | 28 +
16141 Makefile | 108 +-
16142 arch/alpha/include/asm/atomic.h | 10 +
16143 arch/alpha/include/asm/elf.h | 7 +
16144 arch/alpha/include/asm/pgalloc.h | 6 +
16145 arch/alpha/include/asm/pgtable.h | 11 +
16146 arch/alpha/kernel/module.c | 2 +-
16147 arch/alpha/kernel/osf_sys.c | 8 +-
16148 arch/alpha/mm/fault.c | 141 +-
16149 arch/arm/Kconfig | 2 +-
16150 arch/arm/include/asm/atomic.h | 320 +-
16151 arch/arm/include/asm/cache.h | 5 +-
16152 arch/arm/include/asm/cacheflush.h | 2 +-
16153 arch/arm/include/asm/checksum.h | 14 +-
16154 arch/arm/include/asm/cmpxchg.h | 4 +
16155 arch/arm/include/asm/cpuidle.h | 2 +-
16156 arch/arm/include/asm/domain.h | 22 +-
16157 arch/arm/include/asm/elf.h | 9 +-
16158 arch/arm/include/asm/fncpy.h | 2 +
16159 arch/arm/include/asm/futex.h | 10 +
16160 arch/arm/include/asm/kmap_types.h | 2 +-
16161 arch/arm/include/asm/mach/dma.h | 2 +-
16162 arch/arm/include/asm/mach/map.h | 16 +-
16163 arch/arm/include/asm/outercache.h | 2 +-
16164 arch/arm/include/asm/page.h | 3 +-
16165 arch/arm/include/asm/pgalloc.h | 20 +
16166 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
16167 arch/arm/include/asm/pgtable-2level.h | 3 +
16168 arch/arm/include/asm/pgtable-3level.h | 3 +
16169 arch/arm/include/asm/pgtable.h | 54 +-
16170 arch/arm/include/asm/smp.h | 2 +-
16171 arch/arm/include/asm/tls.h | 3 +
16172 arch/arm/include/asm/uaccess.h | 79 +-
16173 arch/arm/include/uapi/asm/ptrace.h | 2 +-
16174 arch/arm/kernel/armksyms.c | 2 +-
16175 arch/arm/kernel/cpuidle.c | 2 +-
16176 arch/arm/kernel/entry-armv.S | 109 +-
16177 arch/arm/kernel/entry-common.S | 40 +-
16178 arch/arm/kernel/entry-header.S | 55 +
16179 arch/arm/kernel/fiq.c | 3 +
16180 arch/arm/kernel/module-plts.c | 7 +-
16181 arch/arm/kernel/module.c | 38 +-
16182 arch/arm/kernel/patch.c | 2 +
16183 arch/arm/kernel/process.c | 90 +-
16184 arch/arm/kernel/reboot.c | 1 +
16185 arch/arm/kernel/setup.c | 20 +-
16186 arch/arm/kernel/signal.c | 35 +-
16187 arch/arm/kernel/smp.c | 2 +-
16188 arch/arm/kernel/tcm.c | 4 +-
16189 arch/arm/kernel/vmlinux.lds.S | 6 +-
16190 arch/arm/kvm/arm.c | 8 +-
16191 arch/arm/lib/copy_page.S | 1 +
16192 arch/arm/lib/csumpartialcopyuser.S | 4 +-
16193 arch/arm/lib/delay.c | 2 +-
16194 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
16195 arch/arm/mach-exynos/suspend.c | 6 +-
16196 arch/arm/mach-mvebu/coherency.c | 4 +-
16197 arch/arm/mach-omap2/board-n8x0.c | 2 +-
16198 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
16199 arch/arm/mach-omap2/omap-smp.c | 1 +
16200 arch/arm/mach-omap2/omap-wakeupgen.c | 2 +-
16201 arch/arm/mach-omap2/omap_device.c | 4 +-
16202 arch/arm/mach-omap2/omap_device.h | 4 +-
16203 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
16204 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
16205 arch/arm/mach-omap2/wd_timer.c | 6 +-
16206 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
16207 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
16208 arch/arm/mach-tegra/irq.c | 1 +
16209 arch/arm/mach-ux500/pm.c | 1 +
16210 arch/arm/mach-zynq/platsmp.c | 1 +
16211 arch/arm/mm/Kconfig | 6 +-
16212 arch/arm/mm/alignment.c | 8 +
16213 arch/arm/mm/cache-l2x0.c | 2 +-
16214 arch/arm/mm/context.c | 10 +-
16215 arch/arm/mm/fault.c | 146 +
16216 arch/arm/mm/fault.h | 12 +
16217 arch/arm/mm/init.c | 39 +
16218 arch/arm/mm/ioremap.c | 4 +-
16219 arch/arm/mm/mmap.c | 30 +-
16220 arch/arm/mm/mmu.c | 162 +-
16221 arch/arm/net/bpf_jit_32.c | 3 +
16222 arch/arm/plat-iop/setup.c | 2 +-
16223 arch/arm/plat-omap/sram.c | 2 +
16224 arch/arm64/include/asm/atomic.h | 10 +
16225 arch/arm64/include/asm/percpu.h | 8 +-
16226 arch/arm64/include/asm/pgalloc.h | 5 +
16227 arch/arm64/include/asm/uaccess.h | 1 +
16228 arch/arm64/mm/dma-mapping.c | 2 +-
16229 arch/avr32/include/asm/elf.h | 8 +-
16230 arch/avr32/include/asm/kmap_types.h | 4 +-
16231 arch/avr32/mm/fault.c | 27 +
16232 arch/frv/include/asm/atomic.h | 10 +
16233 arch/frv/include/asm/kmap_types.h | 2 +-
16234 arch/frv/mm/elf-fdpic.c | 3 +-
16235 arch/ia64/Makefile | 1 +
16236 arch/ia64/include/asm/atomic.h | 10 +
16237 arch/ia64/include/asm/elf.h | 7 +
16238 arch/ia64/include/asm/pgalloc.h | 12 +
16239 arch/ia64/include/asm/pgtable.h | 13 +-
16240 arch/ia64/include/asm/spinlock.h | 2 +-
16241 arch/ia64/include/asm/uaccess.h | 27 +-
16242 arch/ia64/kernel/module.c | 45 +-
16243 arch/ia64/kernel/palinfo.c | 2 +-
16244 arch/ia64/kernel/sys_ia64.c | 7 +
16245 arch/ia64/kernel/vmlinux.lds.S | 2 +-
16246 arch/ia64/mm/fault.c | 32 +-
16247 arch/ia64/mm/init.c | 15 +-
16248 arch/m32r/lib/usercopy.c | 6 +
16249 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
16250 arch/mips/include/asm/atomic.h | 368 +-
16251 arch/mips/include/asm/elf.h | 7 +
16252 arch/mips/include/asm/exec.h | 2 +-
16253 arch/mips/include/asm/hw_irq.h | 2 +-
16254 arch/mips/include/asm/local.h | 57 +
16255 arch/mips/include/asm/page.h | 2 +-
16256 arch/mips/include/asm/pgalloc.h | 5 +
16257 arch/mips/include/asm/pgtable.h | 3 +
16258 arch/mips/include/asm/uaccess.h | 1 +
16259 arch/mips/kernel/binfmt_elfn32.c | 7 +
16260 arch/mips/kernel/binfmt_elfo32.c | 7 +
16261 arch/mips/kernel/irq-gt641xx.c | 2 +-
16262 arch/mips/kernel/irq.c | 6 +-
16263 arch/mips/kernel/pm-cps.c | 2 +-
16264 arch/mips/kernel/process.c | 12 -
16265 arch/mips/kernel/sync-r4k.c | 24 +-
16266 arch/mips/kernel/traps.c | 13 +-
16267 arch/mips/mm/fault.c | 25 +
16268 arch/mips/mm/mmap.c | 51 +-
16269 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
16270 arch/mips/sni/rm200.c | 2 +-
16271 arch/mips/vr41xx/common/icu.c | 2 +-
16272 arch/mips/vr41xx/common/irq.c | 4 +-
16273 arch/parisc/include/asm/atomic.h | 10 +
16274 arch/parisc/include/asm/elf.h | 7 +
16275 arch/parisc/include/asm/pgalloc.h | 6 +
16276 arch/parisc/include/asm/pgtable.h | 11 +
16277 arch/parisc/include/asm/uaccess.h | 4 +-
16278 arch/parisc/kernel/module.c | 50 +-
16279 arch/parisc/kernel/sys_parisc.c | 15 +
16280 arch/parisc/kernel/traps.c | 4 +-
16281 arch/parisc/mm/fault.c | 140 +-
16282 arch/powerpc/include/asm/atomic.h | 329 +-
16283 arch/powerpc/include/asm/elf.h | 12 +
16284 arch/powerpc/include/asm/exec.h | 2 +-
16285 arch/powerpc/include/asm/kmap_types.h | 2 +-
16286 arch/powerpc/include/asm/local.h | 46 +
16287 arch/powerpc/include/asm/mman.h | 2 +-
16288 arch/powerpc/include/asm/page.h | 8 +-
16289 arch/powerpc/include/asm/page_64.h | 7 +-
16290 arch/powerpc/include/asm/pgalloc-64.h | 7 +
16291 arch/powerpc/include/asm/pgtable.h | 1 +
16292 arch/powerpc/include/asm/pte-hash32.h | 1 +
16293 arch/powerpc/include/asm/reg.h | 1 +
16294 arch/powerpc/include/asm/smp.h | 2 +-
16295 arch/powerpc/include/asm/spinlock.h | 42 +-
16296 arch/powerpc/include/asm/uaccess.h | 141 +-
16297 arch/powerpc/kernel/Makefile | 5 +
16298 arch/powerpc/kernel/exceptions-64e.S | 4 +-
16299 arch/powerpc/kernel/exceptions-64s.S | 2 +-
16300 arch/powerpc/kernel/module_32.c | 15 +-
16301 arch/powerpc/kernel/process.c | 46 -
16302 arch/powerpc/kernel/signal_32.c | 2 +-
16303 arch/powerpc/kernel/signal_64.c | 2 +-
16304 arch/powerpc/kernel/traps.c | 21 +
16305 arch/powerpc/kernel/vdso.c | 5 +-
16306 arch/powerpc/lib/usercopy_64.c | 18 -
16307 arch/powerpc/mm/fault.c | 56 +-
16308 arch/powerpc/mm/mmap.c | 16 +
16309 arch/powerpc/mm/slice.c | 13 +-
16310 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
16311 arch/s390/include/asm/atomic.h | 10 +
16312 arch/s390/include/asm/elf.h | 7 +
16313 arch/s390/include/asm/exec.h | 2 +-
16314 arch/s390/include/asm/uaccess.h | 13 +-
16315 arch/s390/kernel/module.c | 22 +-
16316 arch/s390/kernel/process.c | 24 -
16317 arch/s390/mm/mmap.c | 16 +
16318 arch/score/include/asm/exec.h | 2 +-
16319 arch/score/kernel/process.c | 5 -
16320 arch/sh/mm/mmap.c | 22 +-
16321 arch/sparc/include/asm/atomic_64.h | 110 +-
16322 arch/sparc/include/asm/cache.h | 2 +-
16323 arch/sparc/include/asm/elf_32.h | 7 +
16324 arch/sparc/include/asm/elf_64.h | 7 +
16325 arch/sparc/include/asm/pgalloc_32.h | 1 +
16326 arch/sparc/include/asm/pgalloc_64.h | 1 +
16327 arch/sparc/include/asm/pgtable.h | 4 +
16328 arch/sparc/include/asm/pgtable_32.h | 15 +-
16329 arch/sparc/include/asm/pgtsrmmu.h | 5 +
16330 arch/sparc/include/asm/setup.h | 4 +-
16331 arch/sparc/include/asm/spinlock_64.h | 35 +-
16332 arch/sparc/include/asm/thread_info_32.h | 1 +
16333 arch/sparc/include/asm/thread_info_64.h | 2 +
16334 arch/sparc/include/asm/uaccess.h | 1 +
16335 arch/sparc/include/asm/uaccess_32.h | 28 +-
16336 arch/sparc/include/asm/uaccess_64.h | 24 +-
16337 arch/sparc/kernel/Makefile | 2 +-
16338 arch/sparc/kernel/prom_common.c | 2 +-
16339 arch/sparc/kernel/smp_64.c | 8 +-
16340 arch/sparc/kernel/sys_sparc_32.c | 2 +-
16341 arch/sparc/kernel/sys_sparc_64.c | 52 +-
16342 arch/sparc/kernel/traps_64.c | 27 +-
16343 arch/sparc/lib/Makefile | 2 +-
16344 arch/sparc/lib/atomic_64.S | 57 +-
16345 arch/sparc/lib/ksyms.c | 6 +-
16346 arch/sparc/mm/Makefile | 2 +-
16347 arch/sparc/mm/fault_32.c | 292 +
16348 arch/sparc/mm/fault_64.c | 486 +
16349 arch/sparc/mm/hugetlbpage.c | 22 +-
16350 arch/sparc/mm/init_64.c | 10 +-
16351 arch/tile/include/asm/atomic_64.h | 10 +
16352 arch/tile/include/asm/uaccess.h | 4 +-
16353 arch/um/Makefile | 4 +
16354 arch/um/include/asm/kmap_types.h | 2 +-
16355 arch/um/include/asm/page.h | 3 +
16356 arch/um/include/asm/pgtable-3level.h | 1 +
16357 arch/um/kernel/process.c | 16 -
16358 arch/x86/Kconfig | 15 +-
16359 arch/x86/Kconfig.cpu | 6 +-
16360 arch/x86/Kconfig.debug | 4 +-
16361 arch/x86/Makefile | 13 +-
16362 arch/x86/boot/Makefile | 3 +
16363 arch/x86/boot/bitops.h | 4 +-
16364 arch/x86/boot/boot.h | 2 +-
16365 arch/x86/boot/compressed/Makefile | 3 +
16366 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
16367 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
16368 arch/x86/boot/compressed/head_32.S | 4 +-
16369 arch/x86/boot/compressed/head_64.S | 12 +-
16370 arch/x86/boot/compressed/misc.c | 11 +-
16371 arch/x86/boot/cpucheck.c | 16 +-
16372 arch/x86/boot/header.S | 6 +-
16373 arch/x86/boot/memory.c | 2 +-
16374 arch/x86/boot/video-vesa.c | 1 +
16375 arch/x86/boot/video.c | 2 +-
16376 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
16377 arch/x86/crypto/aesni-intel_asm.S | 106 +-
16378 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
16379 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
16380 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
16381 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
16382 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
16383 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
16384 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 4 +-
16385 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
16386 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
16387 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
16388 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
16389 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
16390 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
16391 arch/x86/crypto/sha256-avx-asm.S | 2 +
16392 arch/x86/crypto/sha256-avx2-asm.S | 2 +
16393 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
16394 arch/x86/crypto/sha512-avx-asm.S | 2 +
16395 arch/x86/crypto/sha512-avx2-asm.S | 2 +
16396 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
16397 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
16398 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
16399 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
16400 arch/x86/entry/calling.h | 86 +-
16401 arch/x86/entry/common.c | 13 +-
16402 arch/x86/entry/entry_32.S | 351 +-
16403 arch/x86/entry/entry_64.S | 619 +-
16404 arch/x86/entry/entry_64_compat.S | 159 +-
16405 arch/x86/entry/thunk_64.S | 2 +
16406 arch/x86/entry/vdso/Makefile | 2 +-
16407 arch/x86/entry/vdso/vdso2c.h | 8 +-
16408 arch/x86/entry/vdso/vma.c | 41 +-
16409 arch/x86/entry/vsyscall/vsyscall_64.c | 16 +-
16410 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
16411 arch/x86/ia32/ia32_signal.c | 23 +-
16412 arch/x86/ia32/sys_ia32.c | 42 +-
16413 arch/x86/include/asm/alternative-asm.h | 43 +-
16414 arch/x86/include/asm/alternative.h | 4 +-
16415 arch/x86/include/asm/apic.h | 2 +-
16416 arch/x86/include/asm/apm.h | 4 +-
16417 arch/x86/include/asm/atomic.h | 230 +-
16418 arch/x86/include/asm/atomic64_32.h | 100 +
16419 arch/x86/include/asm/atomic64_64.h | 164 +-
16420 arch/x86/include/asm/bitops.h | 18 +-
16421 arch/x86/include/asm/boot.h | 2 +-
16422 arch/x86/include/asm/cache.h | 5 +-
16423 arch/x86/include/asm/checksum_32.h | 12 +-
16424 arch/x86/include/asm/cmpxchg.h | 39 +
16425 arch/x86/include/asm/compat.h | 2 +-
16426 arch/x86/include/asm/cpufeature.h | 17 +-
16427 arch/x86/include/asm/desc.h | 78 +-
16428 arch/x86/include/asm/desc_defs.h | 6 +
16429 arch/x86/include/asm/div64.h | 2 +-
16430 arch/x86/include/asm/elf.h | 33 +-
16431 arch/x86/include/asm/emergency-restart.h | 2 +-
16432 arch/x86/include/asm/fpu/internal.h | 42 +-
16433 arch/x86/include/asm/fpu/types.h | 6 +-
16434 arch/x86/include/asm/futex.h | 14 +-
16435 arch/x86/include/asm/hw_irq.h | 4 +-
16436 arch/x86/include/asm/i8259.h | 2 +-
16437 arch/x86/include/asm/io.h | 22 +-
16438 arch/x86/include/asm/irqflags.h | 5 +
16439 arch/x86/include/asm/kprobes.h | 9 +-
16440 arch/x86/include/asm/local.h | 106 +-
16441 arch/x86/include/asm/mman.h | 15 +
16442 arch/x86/include/asm/mmu.h | 14 +-
16443 arch/x86/include/asm/mmu_context.h | 114 +-
16444 arch/x86/include/asm/module.h | 17 +-
16445 arch/x86/include/asm/nmi.h | 19 +-
16446 arch/x86/include/asm/page.h | 1 +
16447 arch/x86/include/asm/page_32.h | 12 +-
16448 arch/x86/include/asm/page_64.h | 14 +-
16449 arch/x86/include/asm/paravirt.h | 46 +-
16450 arch/x86/include/asm/paravirt_types.h | 15 +-
16451 arch/x86/include/asm/pgalloc.h | 23 +
16452 arch/x86/include/asm/pgtable-2level.h | 2 +
16453 arch/x86/include/asm/pgtable-3level.h | 7 +
16454 arch/x86/include/asm/pgtable.h | 128 +-
16455 arch/x86/include/asm/pgtable_32.h | 14 +-
16456 arch/x86/include/asm/pgtable_32_types.h | 24 +-
16457 arch/x86/include/asm/pgtable_64.h | 23 +-
16458 arch/x86/include/asm/pgtable_64_types.h | 5 +
16459 arch/x86/include/asm/pgtable_types.h | 26 +-
16460 arch/x86/include/asm/preempt.h | 2 +-
16461 arch/x86/include/asm/processor.h | 57 +-
16462 arch/x86/include/asm/ptrace.h | 13 +-
16463 arch/x86/include/asm/realmode.h | 4 +-
16464 arch/x86/include/asm/reboot.h | 10 +-
16465 arch/x86/include/asm/rmwcc.h | 84 +-
16466 arch/x86/include/asm/rwsem.h | 60 +-
16467 arch/x86/include/asm/segment.h | 27 +-
16468 arch/x86/include/asm/smap.h | 43 +
16469 arch/x86/include/asm/smp.h | 14 +-
16470 arch/x86/include/asm/stackprotector.h | 4 +-
16471 arch/x86/include/asm/stacktrace.h | 32 +-
16472 arch/x86/include/asm/switch_to.h | 4 +-
16473 arch/x86/include/asm/sys_ia32.h | 6 +-
16474 arch/x86/include/asm/thread_info.h | 27 +-
16475 arch/x86/include/asm/tlbflush.h | 77 +-
16476 arch/x86/include/asm/uaccess.h | 192 +-
16477 arch/x86/include/asm/uaccess_32.h | 28 +-
16478 arch/x86/include/asm/uaccess_64.h | 169 +-
16479 arch/x86/include/asm/word-at-a-time.h | 2 +-
16480 arch/x86/include/asm/x86_init.h | 10 +-
16481 arch/x86/include/asm/xen/page.h | 2 +-
16482 arch/x86/include/uapi/asm/e820.h | 2 +-
16483 arch/x86/kernel/Makefile | 2 +-
16484 arch/x86/kernel/acpi/boot.c | 4 +-
16485 arch/x86/kernel/acpi/sleep.c | 4 +
16486 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
16487 arch/x86/kernel/alternative.c | 124 +-
16488 arch/x86/kernel/apic/apic.c | 4 +-
16489 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
16490 arch/x86/kernel/apic/apic_noop.c | 2 +-
16491 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
16492 arch/x86/kernel/apic/io_apic.c | 8 +-
16493 arch/x86/kernel/apic/msi.c | 2 +-
16494 arch/x86/kernel/apic/probe_32.c | 4 +-
16495 arch/x86/kernel/apic/vector.c | 4 +-
16496 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
16497 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
16498 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
16499 arch/x86/kernel/apm_32.c | 21 +-
16500 arch/x86/kernel/asm-offsets.c | 20 +
16501 arch/x86/kernel/asm-offsets_64.c | 1 +
16502 arch/x86/kernel/cpu/Makefile | 4 -
16503 arch/x86/kernel/cpu/amd.c | 2 +-
16504 arch/x86/kernel/cpu/bugs_64.c | 2 +
16505 arch/x86/kernel/cpu/common.c | 202 +-
16506 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
16507 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
16508 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
16509 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
16510 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
16511 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
16512 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
16513 arch/x86/kernel/cpu/perf_event.c | 10 +-
16514 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
16515 arch/x86/kernel/cpu/perf_event_intel.c | 6 +-
16516 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
16517 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
16518 arch/x86/kernel/cpu/perf_event_intel_pt.c | 44 +-
16519 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
16520 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
16521 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
16522 arch/x86/kernel/crash_dump_64.c | 2 +-
16523 arch/x86/kernel/doublefault.c | 8 +-
16524 arch/x86/kernel/dumpstack.c | 24 +-
16525 arch/x86/kernel/dumpstack_32.c | 25 +-
16526 arch/x86/kernel/dumpstack_64.c | 62 +-
16527 arch/x86/kernel/e820.c | 4 +-
16528 arch/x86/kernel/early_printk.c | 1 +
16529 arch/x86/kernel/espfix_64.c | 44 +-
16530 arch/x86/kernel/fpu/core.c | 24 +-
16531 arch/x86/kernel/fpu/init.c | 40 +-
16532 arch/x86/kernel/fpu/regset.c | 22 +-
16533 arch/x86/kernel/fpu/signal.c | 20 +-
16534 arch/x86/kernel/fpu/xstate.c | 8 +-
16535 arch/x86/kernel/ftrace.c | 18 +-
16536 arch/x86/kernel/head64.c | 14 +-
16537 arch/x86/kernel/head_32.S | 235 +-
16538 arch/x86/kernel/head_64.S | 173 +-
16539 arch/x86/kernel/i386_ksyms_32.c | 12 +
16540 arch/x86/kernel/i8259.c | 10 +-
16541 arch/x86/kernel/io_delay.c | 2 +-
16542 arch/x86/kernel/ioport.c | 2 +-
16543 arch/x86/kernel/irq.c | 8 +-
16544 arch/x86/kernel/irq_32.c | 45 +-
16545 arch/x86/kernel/jump_label.c | 10 +-
16546 arch/x86/kernel/kgdb.c | 21 +-
16547 arch/x86/kernel/kprobes/core.c | 28 +-
16548 arch/x86/kernel/kprobes/opt.c | 16 +-
16549 arch/x86/kernel/ksysfs.c | 2 +-
16550 arch/x86/kernel/kvmclock.c | 20 +-
16551 arch/x86/kernel/ldt.c | 25 +
16552 arch/x86/kernel/livepatch.c | 12 +-
16553 arch/x86/kernel/machine_kexec_32.c | 6 +-
16554 arch/x86/kernel/mcount_64.S | 19 +-
16555 arch/x86/kernel/module.c | 78 +-
16556 arch/x86/kernel/msr.c | 2 +-
16557 arch/x86/kernel/nmi.c | 34 +-
16558 arch/x86/kernel/nmi_selftest.c | 4 +-
16559 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
16560 arch/x86/kernel/paravirt.c | 45 +-
16561 arch/x86/kernel/paravirt_patch_64.c | 8 +
16562 arch/x86/kernel/pci-calgary_64.c | 2 +-
16563 arch/x86/kernel/pci-iommu_table.c | 2 +-
16564 arch/x86/kernel/pci-swiotlb.c | 2 +-
16565 arch/x86/kernel/process.c | 80 +-
16566 arch/x86/kernel/process_32.c | 29 +-
16567 arch/x86/kernel/process_64.c | 14 +-
16568 arch/x86/kernel/ptrace.c | 20 +-
16569 arch/x86/kernel/pvclock.c | 8 +-
16570 arch/x86/kernel/reboot.c | 44 +-
16571 arch/x86/kernel/reboot_fixups_32.c | 2 +-
16572 arch/x86/kernel/relocate_kernel_64.S | 3 +-
16573 arch/x86/kernel/setup.c | 29 +-
16574 arch/x86/kernel/setup_percpu.c | 29 +-
16575 arch/x86/kernel/signal.c | 17 +-
16576 arch/x86/kernel/smp.c | 2 +-
16577 arch/x86/kernel/smpboot.c | 29 +-
16578 arch/x86/kernel/step.c | 6 +-
16579 arch/x86/kernel/sys_i386_32.c | 184 +
16580 arch/x86/kernel/sys_x86_64.c | 22 +-
16581 arch/x86/kernel/tboot.c | 14 +-
16582 arch/x86/kernel/time.c | 8 +-
16583 arch/x86/kernel/tls.c | 7 +-
16584 arch/x86/kernel/tracepoint.c | 4 +-
16585 arch/x86/kernel/traps.c | 53 +-
16586 arch/x86/kernel/tsc.c | 2 +-
16587 arch/x86/kernel/uprobes.c | 2 +-
16588 arch/x86/kernel/vm86_32.c | 6 +-
16589 arch/x86/kernel/vmlinux.lds.S | 153 +-
16590 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
16591 arch/x86/kernel/x86_init.c | 6 +-
16592 arch/x86/kvm/cpuid.c | 21 +-
16593 arch/x86/kvm/emulate.c | 2 +-
16594 arch/x86/kvm/lapic.c | 2 +-
16595 arch/x86/kvm/paging_tmpl.h | 2 +-
16596 arch/x86/kvm/svm.c | 10 +-
16597 arch/x86/kvm/vmx.c | 62 +-
16598 arch/x86/kvm/x86.c | 42 +-
16599 arch/x86/lguest/boot.c | 3 +-
16600 arch/x86/lib/atomic64_386_32.S | 164 +
16601 arch/x86/lib/atomic64_cx8_32.S | 98 +-
16602 arch/x86/lib/checksum_32.S | 99 +-
16603 arch/x86/lib/clear_page_64.S | 3 +
16604 arch/x86/lib/cmpxchg16b_emu.S | 3 +
16605 arch/x86/lib/copy_page_64.S | 14 +-
16606 arch/x86/lib/copy_user_64.S | 66 +-
16607 arch/x86/lib/csum-copy_64.S | 14 +-
16608 arch/x86/lib/csum-wrappers_64.c | 8 +-
16609 arch/x86/lib/getuser.S | 74 +-
16610 arch/x86/lib/insn.c | 8 +-
16611 arch/x86/lib/iomap_copy_64.S | 2 +
16612 arch/x86/lib/memcpy_64.S | 6 +
16613 arch/x86/lib/memmove_64.S | 3 +-
16614 arch/x86/lib/memset_64.S | 3 +
16615 arch/x86/lib/mmx_32.c | 243 +-
16616 arch/x86/lib/msr-reg.S | 2 +
16617 arch/x86/lib/putuser.S | 87 +-
16618 arch/x86/lib/rwsem.S | 6 +-
16619 arch/x86/lib/usercopy_32.c | 359 +-
16620 arch/x86/lib/usercopy_64.c | 20 +-
16621 arch/x86/math-emu/fpu_aux.c | 2 +-
16622 arch/x86/math-emu/fpu_entry.c | 4 +-
16623 arch/x86/math-emu/fpu_system.h | 2 +-
16624 arch/x86/mm/Makefile | 4 +
16625 arch/x86/mm/extable.c | 26 +-
16626 arch/x86/mm/fault.c | 570 +-
16627 arch/x86/mm/gup.c | 6 +-
16628 arch/x86/mm/highmem_32.c | 6 +
16629 arch/x86/mm/hugetlbpage.c | 24 +-
16630 arch/x86/mm/init.c | 111 +-
16631 arch/x86/mm/init_32.c | 111 +-
16632 arch/x86/mm/init_64.c | 46 +-
16633 arch/x86/mm/iomap_32.c | 4 +
16634 arch/x86/mm/ioremap.c | 52 +-
16635 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
16636 arch/x86/mm/mmap.c | 40 +-
16637 arch/x86/mm/mmio-mod.c | 10 +-
16638 arch/x86/mm/numa.c | 2 +-
16639 arch/x86/mm/pageattr.c | 38 +-
16640 arch/x86/mm/pat.c | 12 +-
16641 arch/x86/mm/pat_rbtree.c | 2 +-
16642 arch/x86/mm/pf_in.c | 10 +-
16643 arch/x86/mm/pgtable.c | 214 +-
16644 arch/x86/mm/pgtable_32.c | 3 +
16645 arch/x86/mm/setup_nx.c | 7 +
16646 arch/x86/mm/tlb.c | 4 +
16647 arch/x86/mm/uderef_64.c | 37 +
16648 arch/x86/net/bpf_jit.S | 11 +
16649 arch/x86/net/bpf_jit_comp.c | 13 +-
16650 arch/x86/oprofile/backtrace.c | 6 +-
16651 arch/x86/oprofile/nmi_int.c | 8 +-
16652 arch/x86/oprofile/op_model_amd.c | 8 +-
16653 arch/x86/oprofile/op_model_ppro.c | 7 +-
16654 arch/x86/oprofile/op_x86_model.h | 2 +-
16655 arch/x86/pci/intel_mid_pci.c | 2 +-
16656 arch/x86/pci/irq.c | 8 +-
16657 arch/x86/pci/pcbios.c | 144 +-
16658 arch/x86/platform/efi/efi_32.c | 24 +
16659 arch/x86/platform/efi/efi_64.c | 26 +-
16660 arch/x86/platform/efi/efi_stub_32.S | 64 +-
16661 arch/x86/platform/efi/efi_stub_64.S | 2 +
16662 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
16663 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
16664 arch/x86/platform/intel-mid/mfld.c | 4 +-
16665 arch/x86/platform/intel-mid/mrfl.c | 2 +-
16666 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
16667 arch/x86/platform/olpc/olpc_dt.c | 2 +-
16668 arch/x86/power/cpu.c | 11 +-
16669 arch/x86/realmode/init.c | 10 +-
16670 arch/x86/realmode/rm/Makefile | 3 +
16671 arch/x86/realmode/rm/header.S | 4 +-
16672 arch/x86/realmode/rm/reboot.S | 4 +
16673 arch/x86/realmode/rm/trampoline_32.S | 12 +-
16674 arch/x86/realmode/rm/trampoline_64.S | 3 +-
16675 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
16676 arch/x86/tools/Makefile | 2 +-
16677 arch/x86/tools/relocs.c | 96 +-
16678 arch/x86/um/mem_32.c | 2 +-
16679 arch/x86/um/tls_32.c | 2 +-
16680 arch/x86/xen/enlighten.c | 50 +-
16681 arch/x86/xen/mmu.c | 19 +-
16682 arch/x86/xen/smp.c | 16 +-
16683 arch/x86/xen/xen-asm_32.S | 2 +-
16684 arch/x86/xen/xen-head.S | 11 +
16685 arch/x86/xen/xen-ops.h | 2 -
16686 block/bio.c | 4 +-
16687 block/blk-iopoll.c | 2 +-
16688 block/blk-map.c | 2 +-
16689 block/blk-softirq.c | 2 +-
16690 block/bsg.c | 12 +-
16691 block/compat_ioctl.c | 4 +-
16692 block/genhd.c | 9 +-
16693 block/partitions/efi.c | 8 +-
16694 block/scsi_ioctl.c | 29 +-
16695 crypto/cryptd.c | 4 +-
16696 crypto/pcrypt.c | 2 +-
16697 crypto/zlib.c | 12 +-
16698 drivers/acpi/acpi_video.c | 2 +-
16699 drivers/acpi/apei/apei-internal.h | 2 +-
16700 drivers/acpi/apei/ghes.c | 4 +-
16701 drivers/acpi/bgrt.c | 6 +-
16702 drivers/acpi/blacklist.c | 4 +-
16703 drivers/acpi/bus.c | 4 +-
16704 drivers/acpi/device_pm.c | 4 +-
16705 drivers/acpi/ec.c | 2 +-
16706 drivers/acpi/pci_slot.c | 2 +-
16707 drivers/acpi/processor_idle.c | 2 +-
16708 drivers/acpi/processor_pdc.c | 2 +-
16709 drivers/acpi/sleep.c | 2 +-
16710 drivers/acpi/sysfs.c | 4 +-
16711 drivers/acpi/thermal.c | 2 +-
16712 drivers/acpi/video_detect.c | 7 +-
16713 drivers/ata/libata-core.c | 12 +-
16714 drivers/ata/libata-scsi.c | 2 +-
16715 drivers/ata/libata.h | 2 +-
16716 drivers/ata/pata_arasan_cf.c | 4 +-
16717 drivers/atm/adummy.c | 2 +-
16718 drivers/atm/ambassador.c | 8 +-
16719 drivers/atm/atmtcp.c | 14 +-
16720 drivers/atm/eni.c | 10 +-
16721 drivers/atm/firestream.c | 8 +-
16722 drivers/atm/fore200e.c | 14 +-
16723 drivers/atm/he.c | 18 +-
16724 drivers/atm/horizon.c | 4 +-
16725 drivers/atm/idt77252.c | 36 +-
16726 drivers/atm/iphase.c | 34 +-
16727 drivers/atm/lanai.c | 12 +-
16728 drivers/atm/nicstar.c | 46 +-
16729 drivers/atm/solos-pci.c | 4 +-
16730 drivers/atm/suni.c | 4 +-
16731 drivers/atm/uPD98402.c | 16 +-
16732 drivers/atm/zatm.c | 6 +-
16733 drivers/base/bus.c | 4 +-
16734 drivers/base/devtmpfs.c | 8 +-
16735 drivers/base/node.c | 2 +-
16736 drivers/base/platform-msi.c | 20 +-
16737 drivers/base/power/domain.c | 11 +-
16738 drivers/base/power/sysfs.c | 2 +-
16739 drivers/base/power/wakeup.c | 8 +-
16740 drivers/base/regmap/regmap-debugfs.c | 11 +-
16741 drivers/base/syscore.c | 4 +-
16742 drivers/block/cciss.c | 28 +-
16743 drivers/block/cciss.h | 2 +-
16744 drivers/block/cpqarray.c | 28 +-
16745 drivers/block/cpqarray.h | 2 +-
16746 drivers/block/drbd/drbd_bitmap.c | 2 +-
16747 drivers/block/drbd/drbd_int.h | 8 +-
16748 drivers/block/drbd/drbd_main.c | 12 +-
16749 drivers/block/drbd/drbd_nl.c | 4 +-
16750 drivers/block/drbd/drbd_receiver.c | 34 +-
16751 drivers/block/drbd/drbd_worker.c | 8 +-
16752 drivers/block/pktcdvd.c | 4 +-
16753 drivers/block/rbd.c | 2 +-
16754 drivers/bluetooth/btwilink.c | 2 +-
16755 drivers/bus/arm-cci.c | 12 +-
16756 drivers/cdrom/cdrom.c | 11 +-
16757 drivers/cdrom/gdrom.c | 1 -
16758 drivers/char/agp/compat_ioctl.c | 2 +-
16759 drivers/char/agp/frontend.c | 4 +-
16760 drivers/char/agp/intel-gtt.c | 4 +-
16761 drivers/char/hpet.c | 2 +-
16762 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
16763 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
16764 drivers/char/mem.c | 47 +-
16765 drivers/char/nvram.c | 2 +-
16766 drivers/char/pcmcia/synclink_cs.c | 16 +-
16767 drivers/char/random.c | 12 +-
16768 drivers/char/sonypi.c | 11 +-
16769 drivers/char/tpm/tpm_acpi.c | 3 +-
16770 drivers/char/tpm/tpm_eventlog.c | 4 +-
16771 drivers/char/virtio_console.c | 4 +-
16772 drivers/clk/clk-composite.c | 2 +-
16773 drivers/clk/samsung/clk.h | 2 +-
16774 drivers/clk/socfpga/clk-gate.c | 9 +-
16775 drivers/clk/socfpga/clk-pll.c | 9 +-
16776 drivers/clk/ti/clk.c | 8 +-
16777 drivers/cpufreq/acpi-cpufreq.c | 17 +-
16778 drivers/cpufreq/cpufreq-dt.c | 4 +-
16779 drivers/cpufreq/cpufreq.c | 30 +-
16780 drivers/cpufreq/cpufreq_governor.c | 2 +-
16781 drivers/cpufreq/cpufreq_governor.h | 4 +-
16782 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
16783 drivers/cpufreq/intel_pstate.c | 33 +-
16784 drivers/cpufreq/p4-clockmod.c | 12 +-
16785 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
16786 drivers/cpufreq/speedstep-centrino.c | 7 +-
16787 drivers/cpuidle/driver.c | 2 +-
16788 drivers/cpuidle/dt_idle_states.c | 2 +-
16789 drivers/cpuidle/governor.c | 2 +-
16790 drivers/cpuidle/sysfs.c | 2 +-
16791 drivers/crypto/hifn_795x.c | 4 +-
16792 drivers/devfreq/devfreq.c | 4 +-
16793 drivers/dma/sh/shdma-base.c | 4 +-
16794 drivers/dma/sh/shdmac.c | 2 +-
16795 drivers/edac/edac_device.c | 4 +-
16796 drivers/edac/edac_mc_sysfs.c | 2 +-
16797 drivers/edac/edac_pci.c | 4 +-
16798 drivers/edac/edac_pci_sysfs.c | 22 +-
16799 drivers/edac/mce_amd.h | 2 +-
16800 drivers/firewire/core-card.c | 6 +-
16801 drivers/firewire/core-device.c | 2 +-
16802 drivers/firewire/core-transaction.c | 1 +
16803 drivers/firewire/core.h | 1 +
16804 drivers/firmware/dmi-id.c | 2 +-
16805 drivers/firmware/dmi_scan.c | 12 +-
16806 drivers/firmware/efi/cper.c | 8 +-
16807 drivers/firmware/efi/efi.c | 12 +-
16808 drivers/firmware/efi/efivars.c | 2 +-
16809 drivers/firmware/efi/runtime-map.c | 2 +-
16810 drivers/firmware/google/gsmi.c | 2 +-
16811 drivers/firmware/google/memconsole.c | 7 +-
16812 drivers/firmware/memmap.c | 2 +-
16813 drivers/firmware/psci.c | 2 +-
16814 drivers/gpio/gpio-davinci.c | 6 +-
16815 drivers/gpio/gpio-em.c | 2 +-
16816 drivers/gpio/gpio-ich.c | 2 +-
16817 drivers/gpio/gpio-omap.c | 4 +-
16818 drivers/gpio/gpio-rcar.c | 2 +-
16819 drivers/gpio/gpio-vr41xx.c | 2 +-
16820 drivers/gpio/gpiolib.c | 12 +-
16821 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
16822 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
16823 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
16824 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
16825 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
16826 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
16827 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
16828 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
16829 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
16830 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
16831 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
16832 drivers/gpu/drm/drm_crtc.c | 2 +-
16833 drivers/gpu/drm/drm_drv.c | 2 +-
16834 drivers/gpu/drm/drm_fops.c | 12 +-
16835 drivers/gpu/drm/drm_global.c | 14 +-
16836 drivers/gpu/drm/drm_info.c | 13 +-
16837 drivers/gpu/drm/drm_ioc32.c | 13 +-
16838 drivers/gpu/drm/drm_ioctl.c | 2 +-
16839 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
16840 drivers/gpu/drm/i810/i810_drv.h | 4 +-
16841 drivers/gpu/drm/i915/i915_dma.c | 2 +-
16842 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
16843 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
16844 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
16845 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
16846 drivers/gpu/drm/i915/intel_display.c | 26 +-
16847 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
16848 drivers/gpu/drm/mga/mga_drv.h | 4 +-
16849 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
16850 drivers/gpu/drm/mga/mga_irq.c | 8 +-
16851 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
16852 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
16853 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
16854 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
16855 drivers/gpu/drm/omapdrm/Makefile | 2 +-
16856 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
16857 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
16858 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
16859 drivers/gpu/drm/qxl/qxl_ioctl.c | 10 +-
16860 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
16861 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
16862 drivers/gpu/drm/r128/r128_cce.c | 2 +-
16863 drivers/gpu/drm/r128/r128_drv.h | 4 +-
16864 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
16865 drivers/gpu/drm/r128/r128_irq.c | 4 +-
16866 drivers/gpu/drm/r128/r128_state.c | 4 +-
16867 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
16868 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
16869 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
16870 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
16871 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
16872 drivers/gpu/drm/radeon/radeon_state.c | 4 +-
16873 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
16874 drivers/gpu/drm/tegra/dc.c | 2 +-
16875 drivers/gpu/drm/tegra/dsi.c | 2 +-
16876 drivers/gpu/drm/tegra/hdmi.c | 2 +-
16877 drivers/gpu/drm/tegra/sor.c | 7 +-
16878 drivers/gpu/drm/tilcdc/Makefile | 6 +-
16879 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
16880 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
16881 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
16882 drivers/gpu/drm/udl/udl_fb.c | 1 -
16883 drivers/gpu/drm/via/via_drv.h | 4 +-
16884 drivers/gpu/drm/via/via_irq.c | 18 +-
16885 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
16886 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
16887 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
16888 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
16889 drivers/gpu/vga/vga_switcheroo.c | 4 +-
16890 drivers/hid/hid-core.c | 4 +-
16891 drivers/hid/hid-sensor-custom.c | 2 +-
16892 drivers/hv/channel.c | 2 +-
16893 drivers/hv/hv.c | 4 +-
16894 drivers/hv/hv_balloon.c | 18 +-
16895 drivers/hv/hyperv_vmbus.h | 2 +-
16896 drivers/hwmon/acpi_power_meter.c | 6 +-
16897 drivers/hwmon/applesmc.c | 2 +-
16898 drivers/hwmon/asus_atk0110.c | 10 +-
16899 drivers/hwmon/coretemp.c | 2 +-
16900 drivers/hwmon/dell-smm-hwmon.c | 2 +-
16901 drivers/hwmon/ibmaem.c | 2 +-
16902 drivers/hwmon/iio_hwmon.c | 2 +-
16903 drivers/hwmon/nct6683.c | 6 +-
16904 drivers/hwmon/nct6775.c | 6 +-
16905 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
16906 drivers/hwmon/sht15.c | 12 +-
16907 drivers/hwmon/via-cputemp.c | 2 +-
16908 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
16909 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
16910 drivers/i2c/i2c-dev.c | 2 +-
16911 drivers/ide/ide-cd.c | 2 +-
16912 drivers/ide/ide-disk.c | 2 +-
16913 drivers/iio/industrialio-core.c | 2 +-
16914 drivers/iio/magnetometer/ak8975.c | 2 +-
16915 drivers/infiniband/core/cm.c | 32 +-
16916 drivers/infiniband/core/fmr_pool.c | 20 +-
16917 drivers/infiniband/core/uverbs_cmd.c | 3 +
16918 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
16919 drivers/infiniband/hw/mlx4/mad.c | 2 +-
16920 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
16921 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
16922 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
16923 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
16924 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
16925 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
16926 drivers/infiniband/hw/nes/nes.c | 4 +-
16927 drivers/infiniband/hw/nes/nes.h | 40 +-
16928 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
16929 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
16930 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
16931 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
16932 drivers/infiniband/hw/qib/qib.h | 1 +
16933 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
16934 drivers/input/gameport/gameport.c | 4 +-
16935 drivers/input/input.c | 4 +-
16936 drivers/input/joystick/sidewinder.c | 1 +
16937 drivers/input/joystick/xpad.c | 4 +-
16938 drivers/input/misc/ims-pcu.c | 4 +-
16939 drivers/input/mouse/psmouse.h | 2 +-
16940 drivers/input/mousedev.c | 2 +-
16941 drivers/input/serio/serio.c | 4 +-
16942 drivers/input/serio/serio_raw.c | 4 +-
16943 drivers/input/touchscreen/htcpen.c | 2 +-
16944 drivers/iommu/arm-smmu-v3.c | 2 +-
16945 drivers/iommu/arm-smmu.c | 43 +-
16946 drivers/iommu/io-pgtable-arm.c | 101 +-
16947 drivers/iommu/io-pgtable.c | 11 +-
16948 drivers/iommu/io-pgtable.h | 19 +-
16949 drivers/iommu/iommu.c | 2 +-
16950 drivers/iommu/ipmmu-vmsa.c | 13 +-
16951 drivers/iommu/irq_remapping.c | 2 +-
16952 drivers/irqchip/irq-gic.c | 2 +-
16953 drivers/irqchip/irq-i8259.c | 2 +-
16954 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
16955 drivers/irqchip/irq-renesas-irqc.c | 2 +-
16956 drivers/isdn/capi/capi.c | 10 +-
16957 drivers/isdn/gigaset/interface.c | 8 +-
16958 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
16959 drivers/isdn/hardware/avm/b1.c | 4 +-
16960 drivers/isdn/i4l/isdn_common.c | 2 +
16961 drivers/isdn/i4l/isdn_tty.c | 22 +-
16962 drivers/isdn/icn/icn.c | 2 +-
16963 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
16964 drivers/lguest/core.c | 10 +-
16965 drivers/lguest/page_tables.c | 2 +-
16966 drivers/lguest/x86/core.c | 12 +-
16967 drivers/lguest/x86/switcher_32.S | 27 +-
16968 drivers/md/bcache/closure.h | 2 +-
16969 drivers/md/bitmap.c | 2 +-
16970 drivers/md/dm-ioctl.c | 2 +-
16971 drivers/md/dm-raid1.c | 18 +-
16972 drivers/md/dm-stats.c | 6 +-
16973 drivers/md/dm-stripe.c | 10 +-
16974 drivers/md/dm-table.c | 2 +-
16975 drivers/md/dm-thin-metadata.c | 4 +-
16976 drivers/md/dm.c | 16 +-
16977 drivers/md/md.c | 26 +-
16978 drivers/md/md.h | 6 +-
16979 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
16980 drivers/md/persistent-data/dm-space-map.h | 1 +
16981 drivers/md/raid1.c | 4 +-
16982 drivers/md/raid10.c | 18 +-
16983 drivers/md/raid5.c | 22 +-
16984 drivers/media/dvb-core/dvbdev.c | 2 +-
16985 drivers/media/dvb-frontends/af9033.h | 2 +-
16986 drivers/media/dvb-frontends/dib3000.h | 2 +-
16987 drivers/media/dvb-frontends/dib7000p.h | 2 +-
16988 drivers/media/dvb-frontends/dib8000.h | 2 +-
16989 drivers/media/pci/cx88/cx88-video.c | 6 +-
16990 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
16991 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
16992 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
16993 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
16994 drivers/media/pci/tw68/tw68-core.c | 2 +-
16995 drivers/media/platform/omap/omap_vout.c | 11 +-
16996 drivers/media/platform/s5p-tv/mixer.h | 2 +-
16997 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
16998 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
16999 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
17000 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
17001 drivers/media/radio/radio-cadet.c | 2 +
17002 drivers/media/radio/radio-maxiradio.c | 2 +-
17003 drivers/media/radio/radio-shark.c | 2 +-
17004 drivers/media/radio/radio-shark2.c | 2 +-
17005 drivers/media/radio/radio-si476x.c | 2 +-
17006 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
17007 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
17008 drivers/media/v4l2-core/v4l2-device.c | 4 +-
17009 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
17010 drivers/memory/omap-gpmc.c | 21 +-
17011 drivers/message/fusion/mptsas.c | 34 +-
17012 drivers/mfd/ab8500-debugfs.c | 2 +-
17013 drivers/mfd/kempld-core.c | 2 +-
17014 drivers/mfd/max8925-i2c.c | 2 +-
17015 drivers/mfd/tps65910.c | 2 +-
17016 drivers/mfd/twl4030-irq.c | 9 +-
17017 drivers/mfd/wm5110-tables.c | 2 +-
17018 drivers/mfd/wm8998-tables.c | 2 +-
17019 drivers/misc/c2port/core.c | 4 +-
17020 drivers/misc/kgdbts.c | 4 +-
17021 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
17022 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
17023 drivers/misc/mic/scif/scif_rb.c | 8 +-
17024 drivers/misc/sgi-gru/gruhandles.c | 4 +-
17025 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
17026 drivers/misc/sgi-gru/grutables.h | 154 +-
17027 drivers/misc/sgi-xp/xp.h | 2 +-
17028 drivers/misc/sgi-xp/xpc.h | 3 +-
17029 drivers/misc/sgi-xp/xpc_main.c | 2 +-
17030 drivers/mmc/card/block.c | 2 +-
17031 drivers/mmc/host/dw_mmc.h | 2 +-
17032 drivers/mmc/host/mmci.c | 4 +-
17033 drivers/mmc/host/omap_hsmmc.c | 4 +-
17034 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
17035 drivers/mmc/host/sdhci-s3c.c | 8 +-
17036 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
17037 drivers/mtd/nand/denali.c | 1 +
17038 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
17039 drivers/mtd/nftlmount.c | 1 +
17040 drivers/mtd/sm_ftl.c | 2 +-
17041 drivers/net/bonding/bond_netlink.c | 2 +-
17042 drivers/net/caif/caif_hsi.c | 2 +-
17043 drivers/net/can/Kconfig | 2 +-
17044 drivers/net/can/dev.c | 2 +-
17045 drivers/net/can/vcan.c | 2 +-
17046 drivers/net/dummy.c | 2 +-
17047 drivers/net/ethernet/8390/ax88796.c | 4 +-
17048 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
17049 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
17050 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
17051 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
17052 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
17053 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
17054 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
17055 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
17056 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
17057 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
17058 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
17059 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
17060 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
17061 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
17062 drivers/net/ethernet/broadcom/tg3.h | 1 +
17063 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
17064 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
17065 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
17066 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
17067 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
17068 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
17069 drivers/net/ethernet/faraday/ftmac100.c | 2 +
17070 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
17071 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
17072 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
17073 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
17074 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
17075 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
17076 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
17077 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
17078 drivers/net/ethernet/realtek/r8169.c | 8 +-
17079 drivers/net/ethernet/sfc/ptp.c | 2 +-
17080 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
17081 drivers/net/ethernet/via/via-rhine.c | 2 +-
17082 drivers/net/geneve.c | 2 +-
17083 drivers/net/hyperv/hyperv_net.h | 2 +-
17084 drivers/net/hyperv/rndis_filter.c | 4 +-
17085 drivers/net/ifb.c | 2 +-
17086 drivers/net/ipvlan/ipvlan_core.c | 2 +-
17087 drivers/net/macvlan.c | 20 +-
17088 drivers/net/macvtap.c | 6 +-
17089 drivers/net/nlmon.c | 2 +-
17090 drivers/net/phy/phy_device.c | 6 +-
17091 drivers/net/ppp/ppp_generic.c | 4 +-
17092 drivers/net/slip/slhc.c | 2 +-
17093 drivers/net/team/team.c | 4 +-
17094 drivers/net/tun.c | 7 +-
17095 drivers/net/usb/hso.c | 23 +-
17096 drivers/net/usb/r8152.c | 2 +-
17097 drivers/net/usb/sierra_net.c | 4 +-
17098 drivers/net/virtio_net.c | 2 +-
17099 drivers/net/vrf.c | 2 +-
17100 drivers/net/vxlan.c | 4 +-
17101 drivers/net/wimax/i2400m/rx.c | 2 +-
17102 drivers/net/wireless/airo.c | 2 +-
17103 drivers/net/wireless/at76c50x-usb.c | 2 +-
17104 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
17105 drivers/net/wireless/ath/ath10k/htc.c | 7 +-
17106 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
17107 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
17108 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
17109 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
17110 drivers/net/wireless/ath/ath9k/main.c | 22 +-
17111 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
17112 drivers/net/wireless/b43/phy_lp.c | 2 +-
17113 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
17114 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
17115 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
17116 drivers/net/wireless/mac80211_hwsim.c | 28 +-
17117 drivers/net/wireless/rndis_wlan.c | 2 +-
17118 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
17119 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
17120 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
17121 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
17122 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
17123 drivers/nfc/nfcwilink.c | 2 +-
17124 drivers/of/fdt.c | 4 +-
17125 drivers/oprofile/buffer_sync.c | 8 +-
17126 drivers/oprofile/event_buffer.c | 2 +-
17127 drivers/oprofile/oprof.c | 2 +-
17128 drivers/oprofile/oprofile_stats.c | 10 +-
17129 drivers/oprofile/oprofile_stats.h | 10 +-
17130 drivers/oprofile/oprofilefs.c | 6 +-
17131 drivers/oprofile/timer_int.c | 2 +-
17132 drivers/parport/procfs.c | 4 +-
17133 drivers/pci/host/pci-host-generic.c | 24 +-
17134 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
17135 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
17136 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
17137 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
17138 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
17139 drivers/pci/hotplug/pciehp_core.c | 2 +-
17140 drivers/pci/msi.c | 22 +-
17141 drivers/pci/pci-sysfs.c | 6 +-
17142 drivers/pci/pci.h | 2 +-
17143 drivers/pci/pcie/aspm.c | 6 +-
17144 drivers/pci/pcie/portdrv_pci.c | 2 +-
17145 drivers/pci/probe.c | 2 +-
17146 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
17147 drivers/pinctrl/pinctrl-at91.c | 5 +-
17148 drivers/platform/chrome/chromeos_pstore.c | 2 +-
17149 drivers/platform/x86/alienware-wmi.c | 4 +-
17150 drivers/platform/x86/compal-laptop.c | 2 +-
17151 drivers/platform/x86/hdaps.c | 2 +-
17152 drivers/platform/x86/ibm_rtl.c | 2 +-
17153 drivers/platform/x86/intel_oaktrail.c | 2 +-
17154 drivers/platform/x86/msi-laptop.c | 16 +-
17155 drivers/platform/x86/msi-wmi.c | 2 +-
17156 drivers/platform/x86/samsung-laptop.c | 2 +-
17157 drivers/platform/x86/samsung-q10.c | 2 +-
17158 drivers/platform/x86/sony-laptop.c | 14 +-
17159 drivers/platform/x86/thinkpad_acpi.c | 2 +-
17160 drivers/pnp/pnpbios/bioscalls.c | 14 +-
17161 drivers/pnp/pnpbios/core.c | 2 +-
17162 drivers/power/pda_power.c | 7 +-
17163 drivers/power/power_supply.h | 4 +-
17164 drivers/power/power_supply_core.c | 7 +-
17165 drivers/power/power_supply_sysfs.c | 6 +-
17166 drivers/power/reset/at91-reset.c | 9 +-
17167 drivers/powercap/powercap_sys.c | 136 +-
17168 drivers/ptp/ptp_private.h | 2 +-
17169 drivers/ptp/ptp_sysfs.c | 2 +-
17170 drivers/regulator/core.c | 4 +-
17171 drivers/regulator/max8660.c | 6 +-
17172 drivers/regulator/max8973-regulator.c | 16 +-
17173 drivers/regulator/mc13892-regulator.c | 8 +-
17174 drivers/rtc/rtc-armada38x.c | 7 +-
17175 drivers/rtc/rtc-cmos.c | 4 +-
17176 drivers/rtc/rtc-ds1307.c | 2 +-
17177 drivers/rtc/rtc-m48t59.c | 4 +-
17178 drivers/rtc/rtc-test.c | 6 +-
17179 drivers/scsi/be2iscsi/be_main.c | 2 +-
17180 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
17181 drivers/scsi/bfa/bfa_ioc.h | 4 +-
17182 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
17183 drivers/scsi/hosts.c | 4 +-
17184 drivers/scsi/hpsa.c | 38 +-
17185 drivers/scsi/hpsa.h | 2 +-
17186 drivers/scsi/libfc/fc_exch.c | 50 +-
17187 drivers/scsi/libsas/sas_ata.c | 2 +-
17188 drivers/scsi/lpfc/lpfc.h | 8 +-
17189 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
17190 drivers/scsi/lpfc/lpfc_init.c | 6 +-
17191 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
17192 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
17193 drivers/scsi/mpt2sas/mpt2sas_scsih.c | 8 +-
17194 drivers/scsi/pmcraid.c | 20 +-
17195 drivers/scsi/pmcraid.h | 8 +-
17196 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
17197 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
17198 drivers/scsi/qla2xxx/qla_os.c | 6 +-
17199 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
17200 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
17201 drivers/scsi/scsi.c | 2 +-
17202 drivers/scsi/scsi_lib.c | 8 +-
17203 drivers/scsi/scsi_sysfs.c | 2 +-
17204 drivers/scsi/scsi_transport_fc.c | 8 +-
17205 drivers/scsi/scsi_transport_iscsi.c | 6 +-
17206 drivers/scsi/scsi_transport_srp.c | 6 +-
17207 drivers/scsi/sd.c | 6 +-
17208 drivers/scsi/sg.c | 2 +-
17209 drivers/scsi/sr.c | 21 +-
17210 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
17211 drivers/spi/spi.c | 2 +-
17212 drivers/staging/android/timed_output.c | 6 +-
17213 drivers/staging/comedi/comedi_fops.c | 8 +-
17214 drivers/staging/fbtft/fbtft-core.c | 2 +-
17215 drivers/staging/fbtft/fbtft.h | 2 +-
17216 drivers/staging/gdm724x/gdm_tty.c | 2 +-
17217 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
17218 drivers/staging/iio/adc/ad7280a.c | 4 +-
17219 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
17220 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
17221 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
17222 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
17223 drivers/staging/lustre/lustre/include/obd.h | 2 +-
17224 drivers/staging/octeon/ethernet-rx.c | 20 +-
17225 drivers/staging/octeon/ethernet.c | 8 +-
17226 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
17227 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
17228 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
17229 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
17230 drivers/staging/sm750fb/sm750.c | 14 +-
17231 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
17232 drivers/target/sbp/sbp_target.c | 4 +-
17233 drivers/thermal/cpu_cooling.c | 9 +-
17234 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
17235 drivers/thermal/of-thermal.c | 17 +-
17236 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
17237 drivers/tty/cyclades.c | 6 +-
17238 drivers/tty/hvc/hvc_console.c | 14 +-
17239 drivers/tty/hvc/hvcs.c | 21 +-
17240 drivers/tty/hvc/hvsi.c | 22 +-
17241 drivers/tty/hvc/hvsi_lib.c | 4 +-
17242 drivers/tty/ipwireless/tty.c | 27 +-
17243 drivers/tty/moxa.c | 2 +-
17244 drivers/tty/n_gsm.c | 4 +-
17245 drivers/tty/n_tty.c | 3 +-
17246 drivers/tty/pty.c | 4 +-
17247 drivers/tty/rocket.c | 6 +-
17248 drivers/tty/serial/8250/8250_core.c | 10 +-
17249 drivers/tty/serial/ifx6x60.c | 2 +-
17250 drivers/tty/serial/ioc4_serial.c | 6 +-
17251 drivers/tty/serial/kgdb_nmi.c | 4 +-
17252 drivers/tty/serial/kgdboc.c | 32 +-
17253 drivers/tty/serial/msm_serial.c | 4 +-
17254 drivers/tty/serial/samsung.c | 9 +-
17255 drivers/tty/serial/serial_core.c | 8 +-
17256 drivers/tty/synclink.c | 34 +-
17257 drivers/tty/synclink_gt.c | 28 +-
17258 drivers/tty/synclinkmp.c | 34 +-
17259 drivers/tty/tty_io.c | 2 +-
17260 drivers/tty/tty_ldisc.c | 8 +-
17261 drivers/tty/tty_port.c | 22 +-
17262 drivers/uio/uio.c | 13 +-
17263 drivers/usb/atm/cxacru.c | 2 +-
17264 drivers/usb/atm/usbatm.c | 24 +-
17265 drivers/usb/class/cdc-acm.h | 2 +-
17266 drivers/usb/core/devices.c | 6 +-
17267 drivers/usb/core/devio.c | 12 +-
17268 drivers/usb/core/hcd.c | 4 +-
17269 drivers/usb/core/sysfs.c | 2 +-
17270 drivers/usb/core/usb.c | 2 +-
17271 drivers/usb/early/ehci-dbgp.c | 16 +-
17272 drivers/usb/gadget/function/u_serial.c | 22 +-
17273 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
17274 drivers/usb/host/ehci-hcd.c | 2 +-
17275 drivers/usb/host/ehci-hub.c | 4 +-
17276 drivers/usb/host/ehci-q.c | 4 +-
17277 drivers/usb/host/fotg210-hcd.c | 2 +-
17278 drivers/usb/host/fusbh200-hcd.c | 2 +-
17279 drivers/usb/host/hwa-hc.c | 2 +-
17280 drivers/usb/host/ohci-hcd.c | 2 +-
17281 drivers/usb/host/r8a66597.h | 2 +-
17282 drivers/usb/host/uhci-hcd.c | 2 +-
17283 drivers/usb/host/xhci-pci.c | 2 +-
17284 drivers/usb/host/xhci.c | 2 +-
17285 drivers/usb/misc/appledisplay.c | 4 +-
17286 drivers/usb/serial/console.c | 8 +-
17287 drivers/usb/storage/transport.c | 2 +-
17288 drivers/usb/storage/usb.c | 2 +-
17289 drivers/usb/storage/usb.h | 2 +-
17290 drivers/usb/usbip/vhci.h | 2 +-
17291 drivers/usb/usbip/vhci_hcd.c | 6 +-
17292 drivers/usb/usbip/vhci_rx.c | 2 +-
17293 drivers/usb/wusbcore/wa-hc.h | 4 +-
17294 drivers/usb/wusbcore/wa-xfer.c | 2 +-
17295 drivers/vfio/vfio.c | 2 +-
17296 drivers/vhost/vringh.c | 20 +-
17297 drivers/video/backlight/kb3886_bl.c | 2 +-
17298 drivers/video/console/fbcon.c | 2 +-
17299 drivers/video/fbdev/aty/aty128fb.c | 2 +-
17300 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
17301 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
17302 drivers/video/fbdev/core/fb_defio.c | 6 +-
17303 drivers/video/fbdev/core/fbmem.c | 2 +-
17304 drivers/video/fbdev/hyperv_fb.c | 4 +-
17305 drivers/video/fbdev/i810/i810_accel.c | 1 +
17306 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
17307 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
17308 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
17309 drivers/video/fbdev/omap2/dss/display.c | 8 +-
17310 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
17311 drivers/video/fbdev/smscufx.c | 4 +-
17312 drivers/video/fbdev/udlfb.c | 36 +-
17313 drivers/video/fbdev/uvesafb.c | 52 +-
17314 drivers/video/fbdev/vesafb.c | 58 +-
17315 drivers/video/fbdev/via/via_clock.h | 2 +-
17316 drivers/xen/events/events_base.c | 6 +-
17317 drivers/xen/evtchn.c | 4 +-
17318 fs/Kconfig.binfmt | 2 +-
17319 fs/afs/inode.c | 4 +-
17320 fs/aio.c | 2 +-
17321 fs/autofs4/waitq.c | 2 +-
17322 fs/befs/endian.h | 6 +-
17323 fs/binfmt_aout.c | 23 +-
17324 fs/binfmt_elf.c | 670 +-
17325 fs/binfmt_elf_fdpic.c | 4 +-
17326 fs/block_dev.c | 2 +-
17327 fs/btrfs/ctree.c | 9 +-
17328 fs/btrfs/delayed-inode.c | 9 +-
17329 fs/btrfs/delayed-inode.h | 6 +-
17330 fs/btrfs/file.c | 10 +-
17331 fs/btrfs/inode.c | 14 +-
17332 fs/btrfs/super.c | 2 +-
17333 fs/btrfs/sysfs.c | 2 +-
17334 fs/btrfs/tests/free-space-tests.c | 8 +-
17335 fs/btrfs/tree-log.h | 2 +-
17336 fs/buffer.c | 2 +-
17337 fs/cachefiles/bind.c | 6 +-
17338 fs/cachefiles/daemon.c | 8 +-
17339 fs/cachefiles/internal.h | 12 +-
17340 fs/cachefiles/namei.c | 2 +-
17341 fs/cachefiles/proc.c | 12 +-
17342 fs/ceph/dir.c | 12 +-
17343 fs/ceph/super.c | 4 +-
17344 fs/cifs/cifs_debug.c | 12 +-
17345 fs/cifs/cifsfs.c | 8 +-
17346 fs/cifs/cifsglob.h | 54 +-
17347 fs/cifs/file.c | 10 +-
17348 fs/cifs/misc.c | 4 +-
17349 fs/cifs/smb1ops.c | 80 +-
17350 fs/cifs/smb2ops.c | 84 +-
17351 fs/cifs/smb2pdu.c | 3 +-
17352 fs/coda/cache.c | 10 +-
17353 fs/compat.c | 4 +-
17354 fs/compat_binfmt_elf.c | 2 +
17355 fs/compat_ioctl.c | 12 +-
17356 fs/configfs/dir.c | 10 +-
17357 fs/coredump.c | 16 +-
17358 fs/dcache.c | 51 +-
17359 fs/ecryptfs/inode.c | 2 +-
17360 fs/ecryptfs/miscdev.c | 2 +-
17361 fs/exec.c | 362 +-
17362 fs/ext2/xattr.c | 5 +-
17363 fs/ext4/ext4.h | 20 +-
17364 fs/ext4/mballoc.c | 44 +-
17365 fs/ext4/resize.c | 16 +-
17366 fs/ext4/super.c | 4 +-
17367 fs/ext4/xattr.c | 5 +-
17368 fs/fhandle.c | 3 +-
17369 fs/file.c | 4 +-
17370 fs/fs_struct.c | 8 +-
17371 fs/fscache/cookie.c | 40 +-
17372 fs/fscache/internal.h | 202 +-
17373 fs/fscache/object.c | 26 +-
17374 fs/fscache/operation.c | 38 +-
17375 fs/fscache/page.c | 110 +-
17376 fs/fscache/stats.c | 348 +-
17377 fs/fuse/cuse.c | 10 +-
17378 fs/fuse/dev.c | 4 +-
17379 fs/gfs2/glock.c | 22 +-
17380 fs/gfs2/glops.c | 4 +-
17381 fs/gfs2/quota.c | 6 +-
17382 fs/hugetlbfs/inode.c | 13 +-
17383 fs/inode.c | 4 +-
17384 fs/jffs2/erase.c | 3 +-
17385 fs/jffs2/wbuf.c | 3 +-
17386 fs/jfs/super.c | 2 +-
17387 fs/kernfs/dir.c | 2 +-
17388 fs/kernfs/file.c | 20 +-
17389 fs/libfs.c | 10 +-
17390 fs/lockd/clntproc.c | 4 +-
17391 fs/namei.c | 16 +-
17392 fs/namespace.c | 16 +-
17393 fs/nfs/callback_xdr.c | 2 +-
17394 fs/nfs/inode.c | 6 +-
17395 fs/nfsd/nfs4proc.c | 2 +-
17396 fs/nfsd/nfs4xdr.c | 2 +-
17397 fs/nfsd/nfscache.c | 11 +-
17398 fs/nfsd/vfs.c | 6 +-
17399 fs/nls/nls_base.c | 26 +-
17400 fs/nls/nls_euc-jp.c | 6 +-
17401 fs/nls/nls_koi8-ru.c | 6 +-
17402 fs/notify/fanotify/fanotify_user.c | 4 +-
17403 fs/notify/notification.c | 4 +-
17404 fs/ntfs/dir.c | 2 +-
17405 fs/ntfs/super.c | 6 +-
17406 fs/ocfs2/localalloc.c | 2 +-
17407 fs/ocfs2/ocfs2.h | 10 +-
17408 fs/ocfs2/suballoc.c | 12 +-
17409 fs/ocfs2/super.c | 20 +-
17410 fs/pipe.c | 72 +-
17411 fs/posix_acl.c | 4 +-
17412 fs/proc/array.c | 20 +
17413 fs/proc/base.c | 4 +-
17414 fs/proc/kcore.c | 34 +-
17415 fs/proc/meminfo.c | 2 +-
17416 fs/proc/nommu.c | 2 +-
17417 fs/proc/proc_sysctl.c | 26 +-
17418 fs/proc/task_mmu.c | 39 +-
17419 fs/proc/task_nommu.c | 4 +-
17420 fs/proc/vmcore.c | 16 +-
17421 fs/qnx6/qnx6.h | 4 +-
17422 fs/quota/netlink.c | 4 +-
17423 fs/read_write.c | 2 +-
17424 fs/reiserfs/do_balan.c | 2 +-
17425 fs/reiserfs/procfs.c | 2 +-
17426 fs/reiserfs/reiserfs.h | 4 +-
17427 fs/seq_file.c | 4 +-
17428 fs/splice.c | 43 +-
17429 fs/squashfs/xattr.c | 12 +-
17430 fs/sysv/sysv.h | 2 +-
17431 fs/tracefs/inode.c | 8 +-
17432 fs/udf/misc.c | 2 +-
17433 fs/ufs/swab.h | 4 +-
17434 fs/userfaultfd.c | 2 +-
17435 fs/xattr.c | 21 +
17436 fs/xfs/libxfs/xfs_bmap.c | 2 +-
17437 fs/xfs/xfs_dir2_readdir.c | 7 +-
17438 fs/xfs/xfs_ioctl.c | 2 +-
17439 fs/xfs/xfs_linux.h | 4 +-
17440 include/asm-generic/4level-fixup.h | 2 +
17441 include/asm-generic/atomic-long.h | 156 +-
17442 include/asm-generic/atomic64.h | 12 +
17443 include/asm-generic/bitops/__fls.h | 2 +-
17444 include/asm-generic/bitops/fls.h | 2 +-
17445 include/asm-generic/bitops/fls64.h | 4 +-
17446 include/asm-generic/bug.h | 6 +-
17447 include/asm-generic/cache.h | 4 +-
17448 include/asm-generic/emergency-restart.h | 2 +-
17449 include/asm-generic/kmap_types.h | 4 +-
17450 include/asm-generic/local.h | 13 +
17451 include/asm-generic/pgtable-nopmd.h | 18 +-
17452 include/asm-generic/pgtable-nopud.h | 15 +-
17453 include/asm-generic/pgtable.h | 16 +
17454 include/asm-generic/sections.h | 1 +
17455 include/asm-generic/uaccess.h | 16 +
17456 include/asm-generic/vmlinux.lds.h | 15 +-
17457 include/crypto/algapi.h | 2 +-
17458 include/drm/drmP.h | 16 +-
17459 include/drm/drm_crtc_helper.h | 2 +-
17460 include/drm/drm_mm.h | 2 +-
17461 include/drm/i915_pciids.h | 2 +-
17462 include/drm/intel-gtt.h | 4 +-
17463 include/drm/ttm/ttm_memory.h | 2 +-
17464 include/drm/ttm/ttm_page_alloc.h | 1 +
17465 include/keys/asymmetric-subtype.h | 2 +-
17466 include/linux/atmdev.h | 4 +-
17467 include/linux/atomic.h | 17 +-
17468 include/linux/audit.h | 2 +-
17469 include/linux/average.h | 2 +-
17470 include/linux/binfmts.h | 3 +-
17471 include/linux/bitmap.h | 2 +-
17472 include/linux/bitops.h | 8 +-
17473 include/linux/blkdev.h | 2 +-
17474 include/linux/blktrace_api.h | 2 +-
17475 include/linux/cache.h | 8 +
17476 include/linux/cdrom.h | 1 -
17477 include/linux/cleancache.h | 2 +-
17478 include/linux/clk-provider.h | 1 +
17479 include/linux/compat.h | 6 +-
17480 include/linux/compiler-gcc.h | 28 +-
17481 include/linux/compiler.h | 157 +-
17482 include/linux/configfs.h | 2 +-
17483 include/linux/cpufreq.h | 3 +-
17484 include/linux/cpuidle.h | 5 +-
17485 include/linux/cpumask.h | 14 +-
17486 include/linux/crypto.h | 4 +-
17487 include/linux/ctype.h | 2 +-
17488 include/linux/dcache.h | 4 +-
17489 include/linux/decompress/mm.h | 2 +-
17490 include/linux/devfreq.h | 2 +-
17491 include/linux/device.h | 7 +-
17492 include/linux/dma-mapping.h | 2 +-
17493 include/linux/efi.h | 1 +
17494 include/linux/elf.h | 2 +
17495 include/linux/err.h | 4 +-
17496 include/linux/extcon.h | 2 +-
17497 include/linux/fb.h | 3 +-
17498 include/linux/fdtable.h | 2 +-
17499 include/linux/fs.h | 5 +-
17500 include/linux/fs_struct.h | 2 +-
17501 include/linux/fscache-cache.h | 2 +-
17502 include/linux/fscache.h | 2 +-
17503 include/linux/fsnotify.h | 2 +-
17504 include/linux/genhd.h | 4 +-
17505 include/linux/genl_magic_func.h | 2 +-
17506 include/linux/gfp.h | 12 +-
17507 include/linux/highmem.h | 12 +
17508 include/linux/hwmon-sysfs.h | 6 +-
17509 include/linux/i2c.h | 1 +
17510 include/linux/if_pppox.h | 2 +-
17511 include/linux/init.h | 12 +-
17512 include/linux/init_task.h | 7 +
17513 include/linux/interrupt.h | 6 +-
17514 include/linux/iommu.h | 2 +-
17515 include/linux/ioport.h | 2 +-
17516 include/linux/ipc.h | 2 +-
17517 include/linux/irq.h | 5 +-
17518 include/linux/irqdesc.h | 2 +-
17519 include/linux/irqdomain.h | 3 +
17520 include/linux/jiffies.h | 16 +-
17521 include/linux/key-type.h | 2 +-
17522 include/linux/kgdb.h | 6 +-
17523 include/linux/kmemleak.h | 4 +-
17524 include/linux/kobject.h | 3 +-
17525 include/linux/kobject_ns.h | 2 +-
17526 include/linux/kref.h | 2 +-
17527 include/linux/libata.h | 2 +-
17528 include/linux/linkage.h | 1 +
17529 include/linux/list.h | 15 +
17530 include/linux/lockref.h | 26 +-
17531 include/linux/math64.h | 10 +-
17532 include/linux/mempolicy.h | 7 +
17533 include/linux/mm.h | 102 +-
17534 include/linux/mm_types.h | 20 +
17535 include/linux/mmiotrace.h | 4 +-
17536 include/linux/mmzone.h | 2 +-
17537 include/linux/mod_devicetable.h | 4 +-
17538 include/linux/module.h | 69 +-
17539 include/linux/moduleloader.h | 16 +
17540 include/linux/moduleparam.h | 4 +-
17541 include/linux/net.h | 2 +-
17542 include/linux/netdevice.h | 7 +-
17543 include/linux/netfilter.h | 2 +-
17544 include/linux/netfilter/nfnetlink.h | 2 +-
17545 include/linux/nls.h | 4 +-
17546 include/linux/notifier.h | 3 +-
17547 include/linux/oprofile.h | 4 +-
17548 include/linux/padata.h | 2 +-
17549 include/linux/pci_hotplug.h | 3 +-
17550 include/linux/percpu.h | 2 +-
17551 include/linux/perf_event.h | 12 +-
17552 include/linux/pipe_fs_i.h | 8 +-
17553 include/linux/pm.h | 1 +
17554 include/linux/pm_domain.h | 4 +-
17555 include/linux/pm_runtime.h | 2 +-
17556 include/linux/pnp.h | 2 +-
17557 include/linux/poison.h | 4 +-
17558 include/linux/power/smartreflex.h | 2 +-
17559 include/linux/ppp-comp.h | 2 +-
17560 include/linux/preempt.h | 21 +
17561 include/linux/proc_ns.h | 2 +-
17562 include/linux/psci.h | 2 +-
17563 include/linux/quota.h | 2 +-
17564 include/linux/random.h | 19 +-
17565 include/linux/rculist.h | 16 +
17566 include/linux/reboot.h | 14 +-
17567 include/linux/regset.h | 3 +-
17568 include/linux/relay.h | 2 +-
17569 include/linux/rio.h | 2 +-
17570 include/linux/rmap.h | 4 +-
17571 include/linux/sched.h | 72 +-
17572 include/linux/sched/sysctl.h | 1 +
17573 include/linux/semaphore.h | 2 +-
17574 include/linux/seq_file.h | 1 +
17575 include/linux/signal.h | 2 +-
17576 include/linux/skbuff.h | 12 +-
17577 include/linux/slab.h | 47 +-
17578 include/linux/slab_def.h | 14 +-
17579 include/linux/slub_def.h | 2 +-
17580 include/linux/smp.h | 2 +
17581 include/linux/sock_diag.h | 2 +-
17582 include/linux/sonet.h | 2 +-
17583 include/linux/sunrpc/addr.h | 8 +-
17584 include/linux/sunrpc/clnt.h | 2 +-
17585 include/linux/sunrpc/svc.h | 2 +-
17586 include/linux/sunrpc/svc_rdma.h | 18 +-
17587 include/linux/sunrpc/svcauth.h | 2 +-
17588 include/linux/swapops.h | 10 +-
17589 include/linux/swiotlb.h | 3 +-
17590 include/linux/syscalls.h | 21 +-
17591 include/linux/syscore_ops.h | 2 +-
17592 include/linux/sysctl.h | 3 +-
17593 include/linux/sysfs.h | 9 +-
17594 include/linux/sysrq.h | 3 +-
17595 include/linux/tcp.h | 14 +-
17596 include/linux/thread_info.h | 7 +
17597 include/linux/tty.h | 4 +-
17598 include/linux/tty_driver.h | 2 +-
17599 include/linux/tty_ldisc.h | 2 +-
17600 include/linux/types.h | 16 +
17601 include/linux/uaccess.h | 6 +-
17602 include/linux/uio_driver.h | 2 +-
17603 include/linux/unaligned/access_ok.h | 24 +-
17604 include/linux/usb.h | 12 +-
17605 include/linux/usb/hcd.h | 1 +
17606 include/linux/usb/renesas_usbhs.h | 2 +-
17607 include/linux/vermagic.h | 21 +-
17608 include/linux/vga_switcheroo.h | 8 +-
17609 include/linux/vmalloc.h | 7 +-
17610 include/linux/vmstat.h | 24 +-
17611 include/linux/xattr.h | 5 +-
17612 include/linux/zlib.h | 3 +-
17613 include/media/v4l2-dev.h | 2 +-
17614 include/media/v4l2-device.h | 2 +-
17615 include/net/9p/transport.h | 2 +-
17616 include/net/bluetooth/l2cap.h | 2 +-
17617 include/net/bonding.h | 2 +-
17618 include/net/caif/cfctrl.h | 6 +-
17619 include/net/flow.h | 2 +-
17620 include/net/genetlink.h | 2 +-
17621 include/net/gro_cells.h | 2 +-
17622 include/net/inet_connection_sock.h | 2 +-
17623 include/net/inet_sock.h | 2 +-
17624 include/net/inetpeer.h | 2 +-
17625 include/net/ip_fib.h | 2 +-
17626 include/net/ip_vs.h | 8 +-
17627 include/net/ipv6.h | 2 +-
17628 include/net/irda/ircomm_tty.h | 1 +
17629 include/net/iucv/af_iucv.h | 2 +-
17630 include/net/llc_c_ac.h | 2 +-
17631 include/net/llc_c_ev.h | 4 +-
17632 include/net/llc_c_st.h | 2 +-
17633 include/net/llc_s_ac.h | 2 +-
17634 include/net/llc_s_st.h | 2 +-
17635 include/net/mac80211.h | 4 +-
17636 include/net/neighbour.h | 2 +-
17637 include/net/net_namespace.h | 18 +-
17638 include/net/netlink.h | 2 +-
17639 include/net/netns/conntrack.h | 6 +-
17640 include/net/netns/ipv4.h | 4 +-
17641 include/net/netns/ipv6.h | 4 +-
17642 include/net/netns/xfrm.h | 2 +-
17643 include/net/ping.h | 2 +-
17644 include/net/protocol.h | 4 +-
17645 include/net/rtnetlink.h | 2 +-
17646 include/net/sctp/checksum.h | 4 +-
17647 include/net/sctp/sm.h | 4 +-
17648 include/net/sctp/structs.h | 2 +-
17649 include/net/sock.h | 12 +-
17650 include/net/tcp.h | 8 +-
17651 include/net/xfrm.h | 13 +-
17652 include/rdma/iw_cm.h | 2 +-
17653 include/scsi/libfc.h | 3 +-
17654 include/scsi/scsi_device.h | 6 +-
17655 include/scsi/scsi_driver.h | 2 +-
17656 include/scsi/scsi_transport_fc.h | 3 +-
17657 include/scsi/sg.h | 2 +-
17658 include/sound/compress_driver.h | 2 +-
17659 include/sound/soc.h | 4 +-
17660 include/trace/events/irq.h | 4 +-
17661 include/uapi/linux/a.out.h | 8 +
17662 include/uapi/linux/bcache.h | 5 +-
17663 include/uapi/linux/byteorder/little_endian.h | 28 +-
17664 include/uapi/linux/connector.h | 2 +-
17665 include/uapi/linux/elf.h | 28 +
17666 include/uapi/linux/screen_info.h | 3 +-
17667 include/uapi/linux/swab.h | 6 +-
17668 include/uapi/linux/xattr.h | 4 +
17669 include/video/udlfb.h | 8 +-
17670 include/video/uvesafb.h | 1 +
17671 init/Kconfig | 2 +-
17672 init/Makefile | 3 +
17673 init/do_mounts.c | 14 +-
17674 init/do_mounts.h | 8 +-
17675 init/do_mounts_initrd.c | 30 +-
17676 init/do_mounts_md.c | 6 +-
17677 init/init_task.c | 4 +
17678 init/initramfs.c | 38 +-
17679 init/main.c | 30 +-
17680 ipc/compat.c | 4 +-
17681 ipc/ipc_sysctl.c | 8 +-
17682 ipc/mq_sysctl.c | 4 +-
17683 ipc/sem.c | 4 +-
17684 ipc/shm.c | 6 +
17685 kernel/audit.c | 8 +-
17686 kernel/auditsc.c | 4 +-
17687 kernel/bpf/core.c | 7 +-
17688 kernel/capability.c | 3 +
17689 kernel/compat.c | 38 +-
17690 kernel/debug/debug_core.c | 16 +-
17691 kernel/debug/kdb/kdb_main.c | 4 +-
17692 kernel/events/core.c | 26 +-
17693 kernel/events/internal.h | 10 +-
17694 kernel/events/uprobes.c | 2 +-
17695 kernel/exit.c | 2 +-
17696 kernel/fork.c | 167 +-
17697 kernel/futex.c | 11 +-
17698 kernel/futex_compat.c | 2 +-
17699 kernel/gcov/base.c | 7 +-
17700 kernel/irq/manage.c | 2 +-
17701 kernel/irq/msi.c | 19 +-
17702 kernel/irq/spurious.c | 2 +-
17703 kernel/jump_label.c | 5 +
17704 kernel/kallsyms.c | 37 +-
17705 kernel/kexec.c | 3 +-
17706 kernel/kmod.c | 8 +-
17707 kernel/kprobes.c | 4 +-
17708 kernel/ksysfs.c | 2 +-
17709 kernel/locking/lockdep.c | 7 +-
17710 kernel/locking/mutex-debug.c | 12 +-
17711 kernel/locking/mutex-debug.h | 4 +-
17712 kernel/locking/mutex.c | 6 +-
17713 kernel/module.c | 422 +-
17714 kernel/notifier.c | 17 +-
17715 kernel/padata.c | 4 +-
17716 kernel/panic.c | 5 +-
17717 kernel/pid.c | 2 +-
17718 kernel/pid_namespace.c | 2 +-
17719 kernel/power/process.c | 12 +-
17720 kernel/profile.c | 14 +-
17721 kernel/ptrace.c | 8 +-
17722 kernel/rcu/rcutorture.c | 60 +-
17723 kernel/rcu/tiny.c | 4 +-
17724 kernel/rcu/tree.c | 44 +-
17725 kernel/rcu/tree.h | 14 +-
17726 kernel/rcu/tree_plugin.h | 14 +-
17727 kernel/rcu/tree_trace.c | 12 +-
17728 kernel/sched/auto_group.c | 4 +-
17729 kernel/sched/core.c | 45 +-
17730 kernel/sched/fair.c | 2 +-
17731 kernel/sched/sched.h | 2 +-
17732 kernel/signal.c | 12 +-
17733 kernel/smpboot.c | 4 +-
17734 kernel/softirq.c | 12 +-
17735 kernel/sys.c | 10 +-
17736 kernel/sysctl.c | 34 +-
17737 kernel/time/alarmtimer.c | 2 +-
17738 kernel/time/posix-cpu-timers.c | 4 +-
17739 kernel/time/posix-timers.c | 24 +-
17740 kernel/time/timer.c | 2 +-
17741 kernel/time/timer_stats.c | 10 +-
17742 kernel/trace/blktrace.c | 6 +-
17743 kernel/trace/ftrace.c | 15 +-
17744 kernel/trace/ring_buffer.c | 96 +-
17745 kernel/trace/trace.c | 2 +-
17746 kernel/trace/trace.h | 2 +-
17747 kernel/trace/trace_clock.c | 4 +-
17748 kernel/trace/trace_events.c | 1 -
17749 kernel/trace/trace_functions_graph.c | 4 +-
17750 kernel/trace/trace_mmiotrace.c | 8 +-
17751 kernel/trace/trace_output.c | 10 +-
17752 kernel/trace/trace_seq.c | 2 +-
17753 kernel/trace/trace_stack.c | 2 +-
17754 kernel/user_namespace.c | 2 +-
17755 kernel/utsname_sysctl.c | 2 +-
17756 kernel/watchdog.c | 2 +-
17757 kernel/workqueue.c | 2 +-
17758 lib/Kconfig.debug | 8 +-
17759 lib/Makefile | 2 +-
17760 lib/bitmap.c | 8 +-
17761 lib/bug.c | 2 +
17762 lib/debugobjects.c | 2 +-
17763 lib/decompress_bunzip2.c | 3 +-
17764 lib/decompress_unlzma.c | 4 +-
17765 lib/div64.c | 4 +-
17766 lib/dma-debug.c | 4 +-
17767 lib/inflate.c | 2 +-
17768 lib/ioremap.c | 4 +-
17769 lib/kobject.c | 4 +-
17770 lib/list_debug.c | 126 +-
17771 lib/lockref.c | 44 +-
17772 lib/percpu-refcount.c | 2 +-
17773 lib/radix-tree.c | 2 +-
17774 lib/random32.c | 2 +-
17775 lib/show_mem.c | 2 +-
17776 lib/strncpy_from_user.c | 2 +-
17777 lib/strnlen_user.c | 2 +-
17778 lib/swiotlb.c | 2 +-
17779 lib/usercopy.c | 6 +
17780 lib/vsprintf.c | 12 +-
17781 mm/Kconfig | 6 +-
17782 mm/backing-dev.c | 4 +-
17783 mm/debug.c | 3 +
17784 mm/filemap.c | 2 +-
17785 mm/gup.c | 13 +-
17786 mm/highmem.c | 6 +-
17787 mm/hugetlb.c | 70 +-
17788 mm/internal.h | 1 +
17789 mm/maccess.c | 4 +-
17790 mm/madvise.c | 37 +
17791 mm/memory-failure.c | 6 +-
17792 mm/memory.c | 424 +-
17793 mm/mempolicy.c | 25 +
17794 mm/mlock.c | 15 +-
17795 mm/mm_init.c | 2 +-
17796 mm/mmap.c | 582 +-
17797 mm/mprotect.c | 137 +-
17798 mm/mremap.c | 39 +-
17799 mm/nommu.c | 21 +-
17800 mm/page-writeback.c | 2 +-
17801 mm/page_alloc.c | 49 +-
17802 mm/percpu.c | 2 +-
17803 mm/process_vm_access.c | 14 +-
17804 mm/rmap.c | 45 +-
17805 mm/shmem.c | 19 +-
17806 mm/slab.c | 109 +-
17807 mm/slab.h | 22 +-
17808 mm/slab_common.c | 86 +-
17809 mm/slob.c | 218 +-
17810 mm/slub.c | 102 +-
17811 mm/sparse-vmemmap.c | 4 +-
17812 mm/sparse.c | 2 +-
17813 mm/swap.c | 2 +
17814 mm/swapfile.c | 12 +-
17815 mm/util.c | 6 +
17816 mm/vmalloc.c | 114 +-
17817 mm/vmstat.c | 12 +-
17818 net/8021q/vlan.c | 5 +-
17819 net/8021q/vlan_netlink.c | 2 +-
17820 net/9p/mod.c | 4 +-
17821 net/9p/trans_fd.c | 2 +-
17822 net/atm/atm_misc.c | 8 +-
17823 net/atm/lec.h | 2 +-
17824 net/atm/proc.c | 6 +-
17825 net/atm/resources.c | 4 +-
17826 net/ax25/sysctl_net_ax25.c | 2 +-
17827 net/batman-adv/bat_iv_ogm.c | 8 +-
17828 net/batman-adv/fragmentation.c | 2 +-
17829 net/batman-adv/soft-interface.c | 8 +-
17830 net/batman-adv/types.h | 6 +-
17831 net/bluetooth/hci_sock.c | 2 +-
17832 net/bluetooth/l2cap_core.c | 6 +-
17833 net/bluetooth/l2cap_sock.c | 12 +-
17834 net/bluetooth/rfcomm/sock.c | 4 +-
17835 net/bluetooth/rfcomm/tty.c | 4 +-
17836 net/bridge/br_netlink.c | 2 +-
17837 net/bridge/netfilter/ebtables.c | 6 +-
17838 net/caif/cfctrl.c | 11 +-
17839 net/caif/chnl_net.c | 2 +-
17840 net/can/af_can.c | 2 +-
17841 net/can/gw.c | 6 +-
17842 net/ceph/messenger.c | 4 +-
17843 net/compat.c | 24 +-
17844 net/core/datagram.c | 2 +-
17845 net/core/dev.c | 16 +-
17846 net/core/filter.c | 2 +-
17847 net/core/flow.c | 6 +-
17848 net/core/neighbour.c | 4 +-
17849 net/core/net-sysfs.c | 2 +-
17850 net/core/net_namespace.c | 8 +-
17851 net/core/netpoll.c | 4 +-
17852 net/core/rtnetlink.c | 15 +-
17853 net/core/scm.c | 14 +-
17854 net/core/skbuff.c | 8 +-
17855 net/core/sock.c | 28 +-
17856 net/core/sock_diag.c | 15 +-
17857 net/core/sysctl_net_core.c | 22 +-
17858 net/decnet/af_decnet.c | 1 +
17859 net/decnet/sysctl_net_decnet.c | 4 +-
17860 net/dsa/dsa.c | 2 +-
17861 net/hsr/hsr_netlink.c | 2 +-
17862 net/ieee802154/6lowpan/core.c | 2 +-
17863 net/ieee802154/6lowpan/reassembly.c | 14 +-
17864 net/ipv4/af_inet.c | 2 +-
17865 net/ipv4/devinet.c | 18 +-
17866 net/ipv4/fib_frontend.c | 6 +-
17867 net/ipv4/fib_semantics.c | 2 +-
17868 net/ipv4/inet_connection_sock.c | 4 +-
17869 net/ipv4/inet_timewait_sock.c | 2 +-
17870 net/ipv4/inetpeer.c | 2 +-
17871 net/ipv4/ip_fragment.c | 15 +-
17872 net/ipv4/ip_gre.c | 6 +-
17873 net/ipv4/ip_sockglue.c | 2 +-
17874 net/ipv4/ip_vti.c | 4 +-
17875 net/ipv4/ipconfig.c | 6 +-
17876 net/ipv4/ipip.c | 4 +-
17877 net/ipv4/netfilter/arp_tables.c | 12 +-
17878 net/ipv4/netfilter/ip_tables.c | 12 +-
17879 net/ipv4/ping.c | 14 +-
17880 net/ipv4/raw.c | 14 +-
17881 net/ipv4/route.c | 32 +-
17882 net/ipv4/sysctl_net_ipv4.c | 22 +-
17883 net/ipv4/tcp_input.c | 6 +-
17884 net/ipv4/tcp_probe.c | 2 +-
17885 net/ipv4/udp.c | 10 +-
17886 net/ipv4/xfrm4_policy.c | 18 +-
17887 net/ipv6/addrconf.c | 18 +-
17888 net/ipv6/af_inet6.c | 2 +-
17889 net/ipv6/datagram.c | 2 +-
17890 net/ipv6/icmp.c | 2 +-
17891 net/ipv6/ip6_fib.c | 4 +-
17892 net/ipv6/ip6_gre.c | 10 +-
17893 net/ipv6/ip6_tunnel.c | 4 +-
17894 net/ipv6/ip6_vti.c | 4 +-
17895 net/ipv6/ipv6_sockglue.c | 2 +-
17896 net/ipv6/netfilter/ip6_tables.c | 12 +-
17897 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
17898 net/ipv6/ping.c | 33 +-
17899 net/ipv6/raw.c | 17 +-
17900 net/ipv6/reassembly.c | 13 +-
17901 net/ipv6/route.c | 2 +-
17902 net/ipv6/sit.c | 4 +-
17903 net/ipv6/sysctl_net_ipv6.c | 2 +-
17904 net/ipv6/udp.c | 6 +-
17905 net/ipv6/xfrm6_policy.c | 17 +-
17906 net/irda/ircomm/ircomm_tty.c | 18 +-
17907 net/iucv/af_iucv.c | 4 +-
17908 net/iucv/iucv.c | 2 +-
17909 net/key/af_key.c | 4 +-
17910 net/l2tp/l2tp_eth.c | 38 +-
17911 net/l2tp/l2tp_ip.c | 2 +-
17912 net/l2tp/l2tp_ip6.c | 2 +-
17913 net/mac80211/cfg.c | 8 +-
17914 net/mac80211/ieee80211_i.h | 3 +-
17915 net/mac80211/iface.c | 20 +-
17916 net/mac80211/main.c | 2 +-
17917 net/mac80211/pm.c | 4 +-
17918 net/mac80211/rate.c | 2 +-
17919 net/mac80211/sta_info.c | 2 +-
17920 net/mac80211/util.c | 8 +-
17921 net/mpls/af_mpls.c | 6 +-
17922 net/netfilter/ipset/ip_set_core.c | 2 +-
17923 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
17924 net/netfilter/ipvs/ip_vs_core.c | 4 +-
17925 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
17926 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
17927 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
17928 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
17929 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
17930 net/netfilter/nf_conntrack_acct.c | 2 +-
17931 net/netfilter/nf_conntrack_ecache.c | 2 +-
17932 net/netfilter/nf_conntrack_helper.c | 2 +-
17933 net/netfilter/nf_conntrack_proto.c | 2 +-
17934 net/netfilter/nf_conntrack_standalone.c | 2 +-
17935 net/netfilter/nf_conntrack_timestamp.c | 2 +-
17936 net/netfilter/nf_log.c | 10 +-
17937 net/netfilter/nf_sockopt.c | 4 +-
17938 net/netfilter/nfnetlink_log.c | 4 +-
17939 net/netfilter/nft_compat.c | 9 +-
17940 net/netfilter/xt_statistic.c | 8 +-
17941 net/netlink/af_netlink.c | 4 +-
17942 net/openvswitch/vport-internal_dev.c | 2 +-
17943 net/packet/af_packet.c | 8 +-
17944 net/phonet/pep.c | 6 +-
17945 net/phonet/socket.c | 2 +-
17946 net/phonet/sysctl.c | 2 +-
17947 net/rds/cong.c | 6 +-
17948 net/rds/ib.h | 2 +-
17949 net/rds/ib_cm.c | 2 +-
17950 net/rds/ib_recv.c | 4 +-
17951 net/rds/iw.h | 2 +-
17952 net/rds/iw_cm.c | 2 +-
17953 net/rds/iw_recv.c | 4 +-
17954 net/rds/rds.h | 2 +-
17955 net/rds/tcp.c | 2 +-
17956 net/rds/tcp_send.c | 2 +-
17957 net/rxrpc/af_rxrpc.c | 2 +-
17958 net/rxrpc/ar-ack.c | 14 +-
17959 net/rxrpc/ar-call.c | 2 +-
17960 net/rxrpc/ar-connection.c | 2 +-
17961 net/rxrpc/ar-connevent.c | 2 +-
17962 net/rxrpc/ar-input.c | 4 +-
17963 net/rxrpc/ar-internal.h | 8 +-
17964 net/rxrpc/ar-local.c | 2 +-
17965 net/rxrpc/ar-output.c | 4 +-
17966 net/rxrpc/ar-peer.c | 2 +-
17967 net/rxrpc/ar-proc.c | 4 +-
17968 net/rxrpc/ar-transport.c | 2 +-
17969 net/rxrpc/rxkad.c | 4 +-
17970 net/sched/sch_generic.c | 4 +-
17971 net/sctp/ipv6.c | 6 +-
17972 net/sctp/protocol.c | 10 +-
17973 net/sctp/sm_sideeffect.c | 2 +-
17974 net/sctp/socket.c | 21 +-
17975 net/sctp/sysctl.c | 10 +-
17976 net/socket.c | 18 +-
17977 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
17978 net/sunrpc/clnt.c | 4 +-
17979 net/sunrpc/sched.c | 4 +-
17980 net/sunrpc/svc.c | 4 +-
17981 net/sunrpc/svcauth_unix.c | 2 +-
17982 net/sunrpc/xprtrdma/svc_rdma.c | 38 +-
17983 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
17984 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
17985 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
17986 net/tipc/netlink_compat.c | 12 +-
17987 net/tipc/subscr.c | 2 +-
17988 net/unix/af_unix.c | 7 +-
17989 net/unix/sysctl_net_unix.c | 2 +-
17990 net/wireless/wext-core.c | 19 +-
17991 net/xfrm/xfrm_policy.c | 16 +-
17992 net/xfrm/xfrm_state.c | 33 +-
17993 net/xfrm/xfrm_sysctl.c | 2 +-
17994 scripts/Kbuild.include | 2 +-
17995 scripts/Makefile.build | 2 +-
17996 scripts/Makefile.clean | 3 +-
17997 scripts/Makefile.host | 69 +-
17998 scripts/basic/fixdep.c | 12 +-
17999 scripts/dtc/checks.c | 14 +-
18000 scripts/dtc/data.c | 6 +-
18001 scripts/dtc/flattree.c | 8 +-
18002 scripts/dtc/livetree.c | 4 +-
18003 scripts/gcc-plugin.sh | 51 +
18004 scripts/headers_install.sh | 1 +
18005 scripts/kallsyms.c | 4 +-
18006 scripts/kconfig/lkc.h | 5 +-
18007 scripts/kconfig/menu.c | 2 +-
18008 scripts/kconfig/symbol.c | 6 +-
18009 scripts/link-vmlinux.sh | 2 +-
18010 scripts/mod/file2alias.c | 14 +-
18011 scripts/mod/modpost.c | 25 +-
18012 scripts/mod/modpost.h | 6 +-
18013 scripts/mod/sumversion.c | 2 +-
18014 scripts/module-common.lds | 4 +
18015 scripts/package/builddeb | 1 +
18016 scripts/pnmtologo.c | 6 +-
18017 scripts/sortextable.h | 6 +-
18018 scripts/tags.sh | 2 +-
18019 security/Kconfig | 692 +-
18020 security/integrity/ima/ima.h | 4 +-
18021 security/integrity/ima/ima_api.c | 2 +-
18022 security/integrity/ima/ima_fs.c | 4 +-
18023 security/integrity/ima/ima_queue.c | 2 +-
18024 security/keys/key.c | 18 +-
18025 security/selinux/avc.c | 6 +-
18026 security/selinux/include/xfrm.h | 2 +-
18027 security/yama/yama_lsm.c | 2 +-
18028 sound/aoa/codecs/onyx.c | 7 +-
18029 sound/aoa/codecs/onyx.h | 1 +
18030 sound/core/oss/pcm_oss.c | 18 +-
18031 sound/core/pcm_compat.c | 2 +-
18032 sound/core/pcm_native.c | 4 +-
18033 sound/core/sound.c | 2 +-
18034 sound/drivers/mts64.c | 14 +-
18035 sound/drivers/opl4/opl4_lib.c | 2 +-
18036 sound/drivers/portman2x4.c | 3 +-
18037 sound/firewire/amdtp.c | 4 +-
18038 sound/firewire/amdtp.h | 4 +-
18039 sound/firewire/isight.c | 10 +-
18040 sound/firewire/scs1x.c | 8 +-
18041 sound/oss/sb_audio.c | 2 +-
18042 sound/oss/swarm_cs4297a.c | 6 +-
18043 sound/pci/hda/hda_codec.c | 2 +-
18044 sound/pci/ymfpci/ymfpci.h | 2 +-
18045 sound/pci/ymfpci/ymfpci_main.c | 12 +-
18046 sound/soc/codecs/sti-sas.c | 10 +-
18047 sound/soc/soc-ac97.c | 6 +-
18048 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
18049 tools/gcc/Makefile | 42 +
18050 tools/gcc/checker_plugin.c | 150 +
18051 tools/gcc/colorize_plugin.c | 215 +
18052 tools/gcc/constify_plugin.c | 571 +
18053 tools/gcc/gcc-common.h | 812 +
18054 tools/gcc/initify_plugin.c | 552 +
18055 tools/gcc/kallocstat_plugin.c | 188 +
18056 tools/gcc/kernexec_plugin.c | 549 +
18057 tools/gcc/latent_entropy_plugin.c | 470 +
18058 tools/gcc/size_overflow_plugin/.gitignore | 2 +
18059 tools/gcc/size_overflow_plugin/Makefile | 28 +
18060 .../disable_size_overflow_hash.data |12422 ++++++++++++
18061 .../generate_size_overflow_hash.sh | 103 +
18062 .../insert_size_overflow_asm.c | 416 +
18063 .../size_overflow_plugin/intentional_overflow.c | 1010 +
18064 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
18065 tools/gcc/size_overflow_plugin/size_overflow.h | 323 +
18066 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
18067 .../size_overflow_plugin/size_overflow_hash.data |20735 ++++++++++++++++++++
18068 .../size_overflow_hash_aux.data | 92 +
18069 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 ++
18070 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
18071 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
18072 .../size_overflow_plugin_hash.c | 352 +
18073 .../size_overflow_plugin/size_overflow_transform.c | 749 +
18074 .../size_overflow_transform_core.c | 1010 +
18075 tools/gcc/stackleak_plugin.c | 436 +
18076 tools/gcc/structleak_plugin.c | 287 +
18077 tools/include/linux/compiler.h | 8 +
18078 tools/lib/api/Makefile | 2 +-
18079 tools/perf/util/include/asm/alternative-asm.h | 3 +
18080 tools/virtio/linux/uaccess.h | 2 +-
18081 virt/kvm/kvm_main.c | 42 +-
18082 1944 files changed, 66925 insertions(+), 8949 deletions(-)
18083 commit 87790bbd0d8dc2bd7fd86cb947e32886db9e9766
18084 Author: Matthew Wilcox <willy@linux.intel.com>
18085 Date: Tue Feb 2 16:57:52 2016 -0800
18086
18087 radix-tree: fix race in gang lookup
18088
18089 If the indirect_ptr bit is set on a slot, that indicates we need to redo
18090 the lookup. Introduce a new function radix_tree_iter_retry() which
18091 forces the loop to retry the lookup by setting 'slot' to NULL and
18092 turning the iterator back to point at the problematic entry.
18093
18094 This is a pretty rare problem to hit at the moment; the lookup has to
18095 race with a grow of the radix tree from a height of 0. The consequences
18096 of hitting this race are that gang lookup could return a pointer to a
18097 radix_tree_node instead of a pointer to whatever the user had inserted
18098 in the tree.
18099
18100 Fixes: cebbd29e1c2f ("radix-tree: rewrite gang lookup using iterator")
18101 Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
18102 Cc: Hugh Dickins <hughd@google.com>
18103 Cc: Ohad Ben-Cohen <ohad@wizery.com>
18104 Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
18105 Cc: <stable@vger.kernel.org>
18106 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18107 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18108
18109 include/linux/radix-tree.h | 16 ++++++++++++++++
18110 lib/radix-tree.c | 12 ++++++++++--
18111 2 files changed, 26 insertions(+), 2 deletions(-)
18112
18113 commit bf628043b4589c910919a0f221ae7f42aa8cea93
18114 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
18115 Date: Wed Feb 3 02:11:03 2016 +0100
18116
18117 unix: correctly track in-flight fds in sending process user_struct
18118
18119 The commit referenced in the Fixes tag incorrectly accounted the number
18120 of in-flight fds over a unix domain socket to the original opener
18121 of the file-descriptor. This allows another process to arbitrary
18122 deplete the original file-openers resource limit for the maximum of
18123 open files. Instead the sending processes and its struct cred should
18124 be credited.
18125
18126 To do so, we add a reference counted struct user_struct pointer to the
18127 scm_fp_list and use it to account for the number of inflight unix fds.
18128
18129 Fixes: 712f4aad406bb1 ("unix: properly account for FDs passed over unix sockets")
18130 Reported-by: David Herrmann <dh.herrmann@gmail.com>
18131 Cc: David Herrmann <dh.herrmann@gmail.com>
18132 Cc: Willy Tarreau <w@1wt.eu>
18133 Cc: Linus Torvalds <torvalds@linux-foundation.org>
18134 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
18135 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
18136 Signed-off-by: David S. Miller <davem@davemloft.net>
18137
18138 include/net/af_unix.h | 4 ++--
18139 include/net/scm.h | 1 +
18140 net/core/scm.c | 7 +++++++
18141 net/unix/af_unix.c | 4 ++--
18142 net/unix/garbage.c | 8 ++++----
18143 5 files changed, 16 insertions(+), 8 deletions(-)
18144
18145 commit e830db443ff78d70b7b63536e688d73907face0c
18146 Author: Mike Kravetz <mike.kravetz@oracle.com>
18147 Date: Fri Jan 15 16:57:37 2016 -0800
18148
18149 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
18150
18151 Hillf Danton noticed bugs in the hugetlb_vmtruncate_list routine. The
18152 argument end is of type pgoff_t. It was being converted to a vaddr
18153 offset and passed to unmap_hugepage_range. However, end was also being
18154 used as an argument to the vma_interval_tree_foreach controlling loop.
18155 In addition, the conversion of end to vaddr offset was incorrect.
18156
18157 hugetlb_vmtruncate_list is called as part of a file truncate or
18158 fallocate hole punch operation.
18159
18160 When truncating a hugetlbfs file, this bug could prevent some pages from
18161 being unmapped. This is possible if there are multiple vmas mapping the
18162 file, and there is a sufficiently sized hole between the mappings. The
18163 size of the hole between two vmas (A,B) must be such that the starting
18164 virtual address of B is greater than (ending virtual address of A <<
18165 PAGE_SHIFT). In this case, the pages in B would not be unmapped. If
18166 pages are not properly unmapped during truncate, the following BUG is
18167 hit:
18168
18169 kernel BUG at fs/hugetlbfs/inode.c:428!
18170
18171 In the fallocate hole punch case, this bug could prevent pages from
18172 being unmapped as in the truncate case. However, for hole punch the
18173 result is that unmapped pages will not be removed during the operation.
18174 For hole punch, it is also possible that more pages than desired will be
18175 unmapped. This unnecessary unmapping will cause page faults to
18176 reestablish the mappings on subsequent page access.
18177
18178 Fixes: 1bfad99ab (" hugetlbfs: hugetlb_vmtruncate_list() needs to take a range")Reported-by: Hillf Danton <hillf.zj@alibaba-inc.com>
18179 Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
18180 Cc: Hugh Dickins <hughd@google.com>
18181 Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
18182 Cc: Davidlohr Bueso <dave@stgolabs.net>
18183 Cc: Dave Hansen <dave.hansen@linux.intel.com>
18184 Cc: <stable@vger.kernel.org> [4.3]
18185 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18186 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18187
18188 fs/hugetlbfs/inode.c | 19 +++++++++++--------
18189 1 files changed, 11 insertions(+), 8 deletions(-)
18190
18191 commit cdb3ba4a9113b779347387f3b6c6ea72dd4db12f
18192 Author: Takashi Iwai <tiwai@suse.de>
18193 Date: Thu Feb 4 17:06:13 2016 +0100
18194
18195 ALSA: timer: Fix leftover link at closing
18196
18197 In ALSA timer core, the active timer instance is managed in
18198 active_list linked list. Each element is added / removed dynamically
18199 at timer start, stop and in timer interrupt. The problem is that
18200 snd_timer_interrupt() has a thinko and leaves the element in
18201 active_list when it's the last opened element. This eventually leads
18202 to list corruption or use-after-free error.
18203
18204 This hasn't been revealed because we used to delete the list forcibly
18205 in snd_timer_stop() in the past. However, the recent fix avoids the
18206 double-stop behavior (in commit [f784beb75ce8: ALSA: timer: Fix link
18207 corruption due to double start or stop]), and this leak hits reality.
18208
18209 This patch fixes the link management in snd_timer_interrupt(). Now it
18210 simply unlinks no matter which stream is.
18211
18212 BugLink: http://lkml.kernel.org/r/CACT4Y+Yy2aukHP-EDp8-ziNqNNmb-NTf=jDWXMP7jB8HDa2vng@mail.gmail.com
18213 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18214 Cc: <stable@vger.kernel.org>
18215 Signed-off-by: Takashi Iwai <tiwai@suse.de>
18216
18217 sound/core/timer.c | 4 ++--
18218 1 files changed, 2 insertions(+), 2 deletions(-)
18219
18220 commit 47d9647902f6a2f46a2be1e0140ba0f6f8c06008
18221 Author: Konstantin Khlebnikov <koct9i@gmail.com>
18222 Date: Fri Feb 5 15:37:01 2016 -0800
18223
18224 radix-tree: fix oops after radix_tree_iter_retry
18225
18226 Helper radix_tree_iter_retry() resets next_index to the current index.
18227 In following radix_tree_next_slot current chunk size becomes zero. This
18228 isn't checked and it tries to dereference null pointer in slot.
18229
18230 Tagged iterator is fine because retry happens only at slot 0 where tag
18231 bitmask in iter->tags is filled with single bit.
18232
18233 Fixes: 46437f9a554f ("radix-tree: fix race in gang lookup")
18234 Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
18235 Cc: Matthew Wilcox <willy@linux.intel.com>
18236 Cc: Hugh Dickins <hughd@google.com>
18237 Cc: Ohad Ben-Cohen <ohad@wizery.com>
18238 Cc: Jeremiah Mahler <jmmahler@gmail.com>
18239 Cc: <stable@vger.kernel.org>
18240 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18241 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18242
18243 include/linux/radix-tree.h | 6 +++---
18244 1 files changed, 3 insertions(+), 3 deletions(-)
18245
18246 commit 95b5dcb3c01958502af00b0bc0da1d906aae11a2
18247 Merge: 438be0b 256aeaf
18248 Author: Brad Spengler <spender@grsecurity.net>
18249 Date: Sun Feb 7 08:29:33 2016 -0500
18250
18251 Merge branch 'pax-test' into grsec-test
18252
18253 commit 256aeaf87c22de8edf1f03682a572c590ae07771
18254 Author: Brad Spengler <spender@grsecurity.net>
18255 Date: Sun Feb 7 08:29:09 2016 -0500
18256
18257 Update to pax-linux-4.3.5-test28.patch:
18258 - 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)
18259 - spender fixed UDEREF on arm
18260
18261 arch/arm/Kconfig | 1 +
18262 arch/arm/include/asm/domain.h | 21 ++++++++-
18263 arch/arm/include/asm/futex.h | 9 ----
18264 arch/arm/include/asm/thread_info.h | 3 +
18265 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
18266 arch/arm/kernel/entry-armv.S | 2 +-
18267 arch/arm/kernel/process.c | 2 +-
18268 arch/arm/mm/alignment.c | 8 ----
18269 arch/x86/mm/numa.c | 2 +-
18270 security/Kconfig | 1 -
18271 10 files changed, 60 insertions(+), 70 deletions(-)
18272
18273 commit 438be0bd112bd17942b2628c53054dc1007558a1
18274 Author: Brad Spengler <spender@grsecurity.net>
18275 Date: Sat Feb 6 19:50:31 2016 -0500
18276
18277 Fix a number of issues caused by the upstream merging of a UDEREF ripoff resulting in unbootable
18278 ARM systems reported on the forums
18279
18280 arch/arm/Kconfig | 1 +
18281 arch/arm/include/asm/domain.h | 21 ++++++++-
18282 arch/arm/include/asm/futex.h | 9 ----
18283 arch/arm/include/asm/thread_info.h | 3 +
18284 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
18285 arch/arm/kernel/entry-armv.S | 2 +-
18286 arch/arm/kernel/process.c | 2 +-
18287 arch/arm/mm/alignment.c | 8 ----
18288 security/Kconfig | 1 -
18289 9 files changed, 59 insertions(+), 69 deletions(-)
18290
18291 commit 4ffdd5ef1f87e611af1efb4f251ada92abe9f4c0
18292 Author: Brad Spengler <spender@grsecurity.net>
18293 Date: Sat Feb 6 11:21:53 2016 -0500
18294
18295 Fix another compiler warning
18296
18297 net/ipv4/tcp_input.c | 2 ++
18298 1 files changed, 2 insertions(+), 0 deletions(-)
18299
18300 commit 30b5b7bc0fd67d458bdd5ab35e4689769eabd2ed
18301 Author: Brad Spengler <spender@grsecurity.net>
18302 Date: Sat Feb 6 11:16:12 2016 -0500
18303
18304 Fix two compiler warnings
18305
18306 kernel/pid.c | 5 ++---
18307 kernel/ptrace.c | 3 ++-
18308 2 files changed, 4 insertions(+), 4 deletions(-)
18309
18310 commit dda4d2a21914c480750f10bd55c6e3203d415d8d
18311 Author: Brad Spengler <spender@grsecurity.net>
18312 Date: Wed Feb 3 21:22:40 2016 -0500
18313
18314 Apply fix for integer truncation in NUMA init code, reported by
18315 x14sg1 on the forums:
18316 https://forums.grsecurity.net/viewtopic.php?f=3&t=4374
18317
18318 arch/x86/mm/numa.c | 2 +-
18319 1 files changed, 1 insertions(+), 1 deletions(-)
18320
18321 commit 477505f7c893cb6a2c3e22f83eefd9c985d7b3ca
18322 Merge: a781740 016d0d8
18323 Author: Brad Spengler <spender@grsecurity.net>
18324 Date: Wed Feb 3 21:20:58 2016 -0500
18325
18326 Merge branch 'pax-test' into grsec-test
18327
18328 commit 016d0d81a8dd4be1304c82a68e0ccf425868f467
18329 Author: Brad Spengler <spender@grsecurity.net>
18330 Date: Wed Feb 3 21:20:10 2016 -0500
18331
18332 Update to pax-linux-4.3.5-test27.patch:
18333 - fixed a bunch of potential REFCOUNT false positives, reported by Emese
18334 - restored padding in fpregs_state for storing AVX-512 state in the future
18335 - constified netlink_dump_control
18336 - added const version of debug_gimple_stmt for gcc plugins, by Emese
18337 - Emese fixed a bug in initify that could have initified too much
18338 - Emese fixed a false positive intentional integer overflow in xfrm4_extract_header, reported by corsac
18339
18340 arch/x86/include/asm/fpu/types.h | 1 +
18341 arch/x86/include/asm/mmu_context.h | 2 +-
18342 block/blk-cgroup.c | 18 ++--
18343 block/cfq-iosched.c | 4 +-
18344 crypto/crypto_user.c | 8 ++-
18345 drivers/acpi/apei/ghes.c | 6 +-
18346 drivers/char/ipmi/ipmi_ssif.c | 12 ++--
18347 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
18348 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
18349 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
18350 drivers/infiniband/core/netlink.c | 5 +-
18351 drivers/infiniband/hw/cxgb4/device.c | 6 +-
18352 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
18353 drivers/md/bcache/alloc.c | 2 +-
18354 drivers/md/bcache/bcache.h | 10 +-
18355 drivers/md/bcache/btree.c | 2 +-
18356 drivers/md/bcache/io.c | 10 +-
18357 drivers/md/bcache/journal.c | 2 +-
18358 drivers/md/bcache/stats.c | 26 +++---
18359 drivers/md/bcache/stats.h | 16 ++--
18360 drivers/md/bcache/super.c | 2 +-
18361 drivers/md/bcache/sysfs.c | 20 +++---
18362 drivers/md/dm-cache-target.c | 98 ++++++++++++------------
18363 drivers/md/dm-raid.c | 2 +-
18364 drivers/md/md.c | 6 +-
18365 drivers/md/md.h | 2 +-
18366 drivers/md/raid1.c | 2 +-
18367 drivers/md/raid10.c | 2 +-
18368 drivers/md/raid5.c | 4 +-
18369 drivers/media/pci/zoran/zoran.h | 1 -
18370 drivers/media/pci/zoran/zoran_driver.c | 3 -
18371 drivers/net/ethernet/sfc/selftest.c | 20 +++---
18372 drivers/net/irda/vlsi_ir.c | 18 ++--
18373 drivers/net/irda/vlsi_ir.h | 14 ++--
18374 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
18375 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
18376 drivers/net/wireless/ath/carl9170/main.c | 10 +-
18377 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
18378 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
18379 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
18380 drivers/scsi/hptiop.c | 2 -
18381 drivers/scsi/hptiop.h | 1 -
18382 drivers/scsi/ipr.c | 6 +-
18383 drivers/scsi/ipr.h | 2 +-
18384 drivers/scsi/qla2xxx/qla_target.c | 10 +-
18385 drivers/scsi/qla2xxx/qla_target.h | 2 +-
18386 fs/btrfs/ctree.c | 2 +-
18387 fs/btrfs/ctree.h | 4 +-
18388 fs/btrfs/delayed-ref.c | 4 +-
18389 fs/btrfs/disk-io.c | 4 +-
18390 fs/btrfs/file.c | 4 +-
18391 fs/btrfs/raid56.c | 32 ++++----
18392 fs/btrfs/tests/btrfs-tests.c | 2 +-
18393 fs/btrfs/transaction.c | 2 +-
18394 fs/btrfs/tree-log.c | 8 +-
18395 fs/btrfs/volumes.c | 14 ++--
18396 fs/btrfs/volumes.h | 22 +++---
18397 fs/jbd2/commit.c | 2 +-
18398 fs/jbd2/transaction.c | 4 +-
18399 fs/ocfs2/dlm/dlmcommon.h | 4 +-
18400 fs/ocfs2/dlm/dlmdebug.c | 10 +-
18401 fs/ocfs2/dlm/dlmdomain.c | 4 +-
18402 fs/ocfs2/dlm/dlmmaster.c | 4 +-
18403 include/acpi/ghes.h | 2 +-
18404 include/linux/blk-cgroup.h | 24 +++---
18405 include/linux/jbd2.h | 2 +-
18406 include/linux/netlink.h | 12 ++--
18407 include/net/cfg802154.h | 2 +-
18408 include/net/mac80211.h | 2 +-
18409 include/net/neighbour.h | 2 +-
18410 kernel/rcu/tree_plugin.h | 4 +-
18411 net/batman-adv/routing.c | 4 +-
18412 net/batman-adv/soft-interface.c | 2 +-
18413 net/batman-adv/translation-table.c | 14 ++--
18414 net/batman-adv/types.h | 2 +-
18415 net/core/neighbour.c | 14 ++--
18416 net/core/rtnetlink.c | 2 +-
18417 net/ipv4/arp.c | 2 +-
18418 net/ipv4/inet_diag.c | 4 +-
18419 net/ipv4/xfrm4_state.c | 4 +-
18420 net/ipv6/ndisc.c | 2 +-
18421 net/mac80211/cfg.c | 2 +-
18422 net/mac80211/debugfs_key.c | 2 +-
18423 net/mac80211/key.c | 4 +-
18424 net/mac80211/tx.c | 2 +-
18425 net/mac80211/wpa.c | 10 +-
18426 net/mac802154/iface.c | 4 +-
18427 net/netfilter/ipset/ip_set_core.c | 2 +-
18428 net/netfilter/nf_conntrack_netlink.c | 22 +++---
18429 net/netfilter/nf_tables_api.c | 13 ++--
18430 net/netfilter/nfnetlink_acct.c | 7 +-
18431 net/netfilter/nfnetlink_cthelper.c | 2 +-
18432 net/netfilter/nfnetlink_cttimeout.c | 2 +-
18433 net/netlink/af_netlink.c | 10 ++-
18434 net/netlink/diag.c | 2 +-
18435 net/netlink/genetlink.c | 14 ++--
18436 net/packet/af_packet.c | 18 ++--
18437 net/packet/diag.c | 2 +-
18438 net/packet/internal.h | 6 +-
18439 net/unix/diag.c | 2 +-
18440 net/xfrm/xfrm_user.c | 2 +-
18441 security/apparmor/include/policy.h | 2 +-
18442 security/apparmor/policy.c | 4 +-
18443 sound/core/seq/seq_clientmgr.c | 2 +-
18444 sound/core/seq/seq_fifo.c | 6 +-
18445 sound/core/seq/seq_fifo.h | 2 +-
18446 tools/gcc/gcc-common.h | 24 ++++--
18447 tools/gcc/initify_plugin.c | 7 +-
18448 tools/lib/api/Makefile | 2 +-
18449 109 files changed, 399 insertions(+), 391 deletions(-)
18450
18451 commit a7817402ac837b1aee07fac42537a02097055098
18452 Author: Matt Fleming <matt@codeblueprint.co.uk>
18453 Date: Fri Jan 29 11:36:10 2016 +0000
18454
18455 x86/mm/pat: Avoid truncation when converting cpa->numpages to address
18456
18457 There are a couple of nasty truncation bugs lurking in the pageattr
18458 code that can be triggered when mapping EFI regions, e.g. when we pass
18459 a cpa->pgd pointer. Because cpa->numpages is a 32-bit value, shifting
18460 left by PAGE_SHIFT will truncate the resultant address to 32-bits.
18461
18462 Viorel-Cătălin managed to trigger this bug on his Dell machine that
18463 provides a ~5GB EFI region which requires 1236992 pages to be mapped.
18464 When calling populate_pud() the end of the region gets calculated
18465 incorrectly in the following buggy expression,
18466
18467 end = start + (cpa->numpages << PAGE_SHIFT);
18468
18469 And only 188416 pages are mapped. Next, populate_pud() gets invoked
18470 for a second time because of the loop in __change_page_attr_set_clr(),
18471 only this time no pages get mapped because shifting the remaining
18472 number of pages (1048576) by PAGE_SHIFT is zero. At which point the
18473 loop in __change_page_attr_set_clr() spins forever because we fail to
18474 map progress.
18475
18476 Hitting this bug depends very much on the virtual address we pick to
18477 map the large region at and how many pages we map on the initial run
18478 through the loop. This explains why this issue was only recently hit
18479 with the introduction of commit
18480
18481 a5caa209ba9c ("x86/efi: Fix boot crash by mapping EFI memmap
18482 entries bottom-up at runtime, instead of top-down")
18483
18484 It's interesting to note that safe uses of cpa->numpages do exist in
18485 the pageattr code. If instead of shifting ->numpages we multiply by
18486 PAGE_SIZE, no truncation occurs because PAGE_SIZE is a UL value, and
18487 so the result is unsigned long.
18488
18489 To avoid surprises when users try to convert very large cpa->numpages
18490 values to addresses, change the data type from 'int' to 'unsigned
18491 long', thereby making it suitable for shifting by PAGE_SHIFT without
18492 any type casting.
18493
18494 The alternative would be to make liberal use of casting, but that is
18495 far more likely to cause problems in the future when someone adds more
18496 code and fails to cast properly; this bug was difficult enough to
18497 track down in the first place.
18498
18499 Reported-and-tested-by: Viorel-Cătălin Răpițeanu <rapiteanu.catalin@gmail.com>
18500 Acked-by: Borislav Petkov <bp@alien8.de>
18501 Cc: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
18502 Cc: <stable@vger.kernel.org>
18503 Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
18504 Link: https://bugzilla.kernel.org/show_bug.cgi?id=110131
18505 Link: http://lkml.kernel.org/r/1454067370-10374-1-git-send-email-matt@codeblueprint.co.uk
18506 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
18507
18508 arch/x86/mm/pageattr.c | 4 ++--
18509 1 files changed, 2 insertions(+), 2 deletions(-)
18510
18511 commit 64dd9d7a67a742fda257cdd16510c29e695c34b5
18512 Author: Jan Beulich <JBeulich@suse.com>
18513 Date: Tue Jan 26 04:15:18 2016 -0700
18514
18515 x86/mm: Fix types used in pgprot cacheability flags translations
18516
18517 For PAE kernels "unsigned long" is not suitable to hold page protection
18518 flags, since _PAGE_NX doesn't fit there. This is the reason for quite a
18519 few W+X pages getting reported as insecure during boot (observed namely
18520 for the entire initrd range).
18521
18522 Fixes: 281d4078be ("x86: Make page cache mode a real type")
18523 Signed-off-by: Jan Beulich <jbeulich@suse.com>
18524 Reviewed-by: Juergen Gross <JGross@suse.com>
18525 Cc: stable@vger.kernel.org
18526 Link: http://lkml.kernel.org/r/56A7635602000078000CAFF1@prv-mh.provo.novell.com
18527 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
18528
18529 arch/x86/include/asm/pgtable_types.h | 6 ++----
18530 1 files changed, 2 insertions(+), 4 deletions(-)
18531
18532 commit bb9a3a9df0d8dfc96d521676e64c42b37ba22aea
18533 Merge: 682d661 f74425b
18534 Author: Brad Spengler <spender@grsecurity.net>
18535 Date: Sun Jan 31 15:06:25 2016 -0500
18536
18537 Merge branch 'pax-test' into grsec-test
18538
18539 Conflicts:
18540 drivers/net/slip/slhc.c
18541 include/linux/sched.h
18542 net/unix/af_unix.c
18543 sound/core/timer.c
18544
18545 commit f74425b5705bfe52aff9e97659ef10c4a14176c3
18546 Merge: d14af1f 849a2d3
18547 Author: Brad Spengler <spender@grsecurity.net>
18548 Date: Sun Jan 31 15:02:55 2016 -0500
18549
18550 Merge branch 'linux-4.3.y' into pax-test
18551
18552 Conflicts:
18553 arch/x86/include/asm/mmu_context.h
18554
18555 commit 682d6611d75542e351c973c8dd74a99d3966c073
18556 Author: Brad Spengler <spender@grsecurity.net>
18557 Date: Sat Jan 30 13:05:03 2016 -0500
18558
18559 Based on a report from Mathias Krause, fix up a number of additional instances
18560 of ulong overflow when passing in values to gr_learn_resource by saturating
18561 to ULONG_MAX
18562
18563 mm/mlock.c | 11 ++++++++---
18564 mm/mmap.c | 16 +++++++++++++---
18565 2 files changed, 21 insertions(+), 6 deletions(-)
18566
18567 commit adb52e95fb9ad4ac9c56cd5d47bd668f47c33096
18568 Author: Jann Horn <jann@thejh.net>
18569 Date: Sat Dec 26 06:00:48 2015 +0100
18570
18571 seccomp: always propagate NO_NEW_PRIVS on tsync
18572
18573 Before this patch, a process with some permissive seccomp filter
18574 that was applied by root without NO_NEW_PRIVS was able to add
18575 more filters to itself without setting NO_NEW_PRIVS by setting
18576 the new filter from a throwaway thread with NO_NEW_PRIVS.
18577
18578 Signed-off-by: Jann Horn <jann@thejh.net>
18579 Cc: stable@vger.kernel.org
18580 Signed-off-by: Kees Cook <keescook@chromium.org>
18581
18582 kernel/seccomp.c | 22 +++++++++++-----------
18583 1 files changed, 11 insertions(+), 11 deletions(-)
18584
18585 commit b85450498a3bbf269441c8963d7574bb3079c838
18586 Merge: 59c216f d14af1f
18587 Author: Brad Spengler <spender@grsecurity.net>
18588 Date: Fri Jan 29 20:54:13 2016 -0500
18589
18590 Merge branch 'pax-test' into grsec-test
18591
18592 commit d14af1f1dd66511f3f0674deee2b572972012b39
18593 Author: Brad Spengler <spender@grsecurity.net>
18594 Date: Fri Jan 29 20:53:51 2016 -0500
18595
18596 Update to pax-linux-4.3.4-test26.patch:
18597 - Emese fixed a few intentional overflows introduced by gcc, reported by StalkR (https://forums.grsecurity.net/viewtopic.php?f=3&t=4370)
18598
18599 fs/cifs/file.c | 2 +-
18600 fs/gfs2/file.c | 2 +-
18601 .../size_overflow_plugin/intentional_overflow.c | 96 ++++++++++++++++++--
18602 tools/gcc/size_overflow_plugin/size_overflow.h | 2 +
18603 .../size_overflow_plugin/size_overflow_plugin.c | 4 +-
18604 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
18605 .../size_overflow_transform_core.c | 5 +
18606 7 files changed, 102 insertions(+), 15 deletions(-)
18607
18608 commit 59c216f13587eacdd692386b7a403ae78ed84fb6
18609 Author: Brad Spengler <spender@grsecurity.net>
18610 Date: Wed Jan 27 17:57:21 2016 -0500
18611
18612 Fix a size_overflow report reported by Mathias Krause in our
18613 truncation of an loff_t to an unsigned long when being passed
18614 to gr_learn_resource() (as all resource checks are against unsigned long
18615 values)
18616
18617 fs/attr.c | 5 ++++-
18618 1 files changed, 4 insertions(+), 1 deletions(-)
18619
18620 commit 70636c6ad60fc1db3af764ecc789b827b7497a97
18621 Author: Yuchung Cheng <ycheng@google.com>
18622 Date: Wed Jan 6 12:42:38 2016 -0800
18623
18624 tcp: fix zero cwnd in tcp_cwnd_reduction
18625
18626 Patch 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode
18627 conditionally") introduced a bug that cwnd may become 0 when both
18628 inflight and sndcnt are 0 (cwnd = inflight + sndcnt). This may lead
18629 to a div-by-zero if the connection starts another cwnd reduction
18630 phase by setting tp->prior_cwnd to the current cwnd (0) in
18631 tcp_init_cwnd_reduction().
18632
18633 To prevent this we skip PRR operation when nothing is acked or
18634 sacked. Then cwnd must be positive in all cases as long as ssthresh
18635 is positive:
18636
18637 1) The proportional reduction mode
18638 inflight > ssthresh > 0
18639
18640 2) The reduction bound mode
18641 a) inflight == ssthresh > 0
18642
18643 b) inflight < ssthresh
18644 sndcnt > 0 since newly_acked_sacked > 0 and inflight < ssthresh
18645
18646 Therefore in all cases inflight and sndcnt can not both be 0.
18647 We check invalid tp->prior_cwnd to avoid potential div0 bugs.
18648
18649 In reality this bug is triggered only with a sequence of less common
18650 events. For example, the connection is terminating an ECN-triggered
18651 cwnd reduction with an inflight 0, then it receives reordered/old
18652 ACKs or DSACKs from prior transmission (which acks nothing). Or the
18653 connection is in fast recovery stage that marks everything lost,
18654 but fails to retransmit due to local issues, then receives data
18655 packets from other end which acks nothing.
18656
18657 Fixes: 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode conditionally")
18658 Reported-by: Oleksandr Natalenko <oleksandr@natalenko.name>
18659 Signed-off-by: Yuchung Cheng <ycheng@google.com>
18660 Signed-off-by: Neal Cardwell <ncardwell@google.com>
18661 Signed-off-by: Eric Dumazet <edumazet@google.com>
18662 Signed-off-by: David S. Miller <davem@davemloft.net>
18663
18664 net/ipv4/tcp_input.c | 3 +++
18665 1 files changed, 3 insertions(+), 0 deletions(-)
18666
18667 commit dac1da2bedbb43195d371c7a192cfeeb45683df0
18668 Author: Eric Dumazet <edumazet@google.com>
18669 Date: Sun Jan 24 13:53:50 2016 -0800
18670
18671 af_unix: fix struct pid memory leak
18672
18673 Dmitry reported a struct pid leak detected by a syzkaller program.
18674
18675 Bug happens in unix_stream_recvmsg() when we break the loop when a
18676 signal is pending, without properly releasing scm.
18677
18678 Fixes: b3ca9b02b007 ("net: fix multithreaded signal handling in unix recv routines")
18679 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18680 Signed-off-by: Eric Dumazet <edumazet@google.com>
18681 Cc: Rainer Weikusat <rweikusat@mobileactivedefense.com>
18682 Signed-off-by: David S. Miller <davem@davemloft.net>
18683
18684 net/unix/af_unix.c | 1 +
18685 1 files changed, 1 insertions(+), 0 deletions(-)
18686
18687 commit 15cc47f127520d1ac0c1fe76d993c2c27f0f2571
18688 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
18689 Date: Fri Jan 22 01:39:43 2016 +0100
18690
18691 pptp: fix illegal memory access caused by multiple bind()s
18692
18693 Several times already this has been reported as kasan reports caused by
18694 syzkaller and trinity and people always looked at RCU races, but it is
18695 much more simple. :)
18696
18697 In case we bind a pptp socket multiple times, we simply add it to
18698 the callid_sock list but don't remove the old binding. Thus the old
18699 socket stays in the bucket with unused call_id indexes and doesn't get
18700 cleaned up. This causes various forms of kasan reports which were hard
18701 to pinpoint.
18702
18703 Simply don't allow multiple binds and correct error handling in
18704 pptp_bind. Also keep sk_state bits in place in pptp_connect.
18705
18706 Fixes: 00959ade36acad ("PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)")
18707 Cc: Dmitry Kozlov <xeb@mail.ru>
18708 Cc: Sasha Levin <sasha.levin@oracle.com>
18709 Cc: Dmitry Vyukov <dvyukov@google.com>
18710 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18711 Cc: Dave Jones <davej@codemonkey.org.uk>
18712 Reported-by: Dave Jones <davej@codemonkey.org.uk>
18713 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
18714 Signed-off-by: David S. Miller <davem@davemloft.net>
18715
18716 drivers/net/ppp/pptp.c | 34 ++++++++++++++++++++++++----------
18717 1 files changed, 24 insertions(+), 10 deletions(-)
18718
18719 commit e2b7b8c66851c85188fa6dab2d2b2a6c85bc7332
18720 Author: Brad Spengler <spender@grsecurity.net>
18721 Date: Tue Jan 26 18:17:10 2016 -0500
18722
18723 Add info about cpupower/powertop to GRKERNSEC_KMEM, was present on our
18724 wiki but was removed from the config help at some point
18725
18726 grsecurity/Kconfig | 3 +++
18727 1 files changed, 3 insertions(+), 0 deletions(-)
18728
18729 commit ce2e88efa000fc32bfcd84098f57c8ed8310fefc
18730 Author: Thomas Egerer <hakke_007@gmx.de>
18731 Date: Mon Jan 25 12:58:44 2016 +0100
18732
18733 ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
18734
18735 The ESP algorithms using CBC mode require echainiv. Hence INET*_ESP have
18736 to select CRYPTO_ECHAINIV in order to work properly. This solves the
18737 issues caused by a misconfiguration as described in [1].
18738 The original approach, patching crypto/Kconfig was turned down by
18739 Herbert Xu [2].
18740
18741 [1] https://lists.strongswan.org/pipermail/users/2015-December/009074.html
18742 [2] http://marc.info/?l=linux-crypto-vger&m=145224655809562&w=2
18743
18744 Signed-off-by: Thomas Egerer <hakke_007@gmx.de>
18745 Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
18746 Signed-off-by: David S. Miller <davem@davemloft.net>
18747
18748 net/ipv4/Kconfig | 1 +
18749 net/ipv6/Kconfig | 1 +
18750 2 files changed, 2 insertions(+), 0 deletions(-)
18751
18752 commit fca5a303155ea67d28aece0caf2b03ffc3b2668d
18753 Merge: 904114c 6339c1f
18754 Author: Brad Spengler <spender@grsecurity.net>
18755 Date: Tue Jan 26 18:08:40 2016 -0500
18756
18757 Merge branch 'pax-test' into grsec-test
18758
18759 commit 6339c1f9a9beafd417bf9f04d4b257e62aeb45b7
18760 Author: Brad Spengler <spender@grsecurity.net>
18761 Date: Tue Jan 26 18:07:51 2016 -0500
18762
18763 Update to pax-linux-4.3.4-test25.patch:
18764 - 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>
18765 - fixed init_new_context on !MODIFY_LDT_SYSCALL configs, reported by tjh (https://forums.grsecurity.net/viewtopic.php?f=3&t=4368)
18766 - fixed a few REFCOUNT false positives in SNMP related statistics
18767
18768 arch/x86/Kconfig | 2 +-
18769 arch/x86/include/asm/mmu_context.h | 17 +++++++++++++++++
18770 include/net/snmp.h | 10 +++++-----
18771 kernel/fork.c | 11 +++++++++--
18772 net/ipv4/proc.c | 8 ++++----
18773 net/ipv6/addrconf.c | 4 ++--
18774 net/ipv6/proc.c | 10 +++++-----
18775 7 files changed, 43 insertions(+), 19 deletions(-)
18776
18777 commit 904114c2fce3fdff5d57e763da56a78960db4e19
18778 Author: Al Viro <viro@zeniv.linux.org.uk>
18779 Date: Fri Jan 22 18:08:52 2016 -0500
18780
18781 make sure that freeing shmem fast symlinks is RCU-delayed
18782
18783 Cc: stable@vger.kernel.org # v4.2+
18784 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18785
18786 include/linux/shmem_fs.h | 5 +----
18787 mm/shmem.c | 9 ++++-----
18788 2 files changed, 5 insertions(+), 9 deletions(-)
18789
18790 commit ab86adee64312a2f827dd516cb199521327943ed
18791 Author: Sasha Levin <sasha.levin@oracle.com>
18792 Date: Mon Jan 18 19:23:51 2016 -0500
18793
18794 netfilter: nf_conntrack: use safer way to lock all buckets
18795
18796 When we need to lock all buckets in the connection hashtable we'd attempt to
18797 lock 1024 spinlocks, which is way more preemption levels than supported by
18798 the kernel. Furthermore, this behavior was hidden by checking if lockdep is
18799 enabled, and if it was - use only 8 buckets(!).
18800
18801 Fix this by using a global lock and synchronize all buckets on it when we
18802 need to lock them all. This is pretty heavyweight, but is only done when we
18803 need to resize the hashtable, and that doesn't happen often enough (or at all).
18804
18805 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
18806 Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
18807 Reviewed-by: Florian Westphal <fw@strlen.de>
18808 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
18809
18810 Conflicts:
18811
18812 net/netfilter/nfnetlink_cttimeout.c
18813
18814 include/net/netfilter/nf_conntrack_core.h | 8 ++----
18815 net/netfilter/nf_conntrack_core.c | 38 +++++++++++++++++++++-------
18816 net/netfilter/nf_conntrack_helper.c | 2 +-
18817 net/netfilter/nf_conntrack_netlink.c | 2 +-
18818 4 files changed, 33 insertions(+), 17 deletions(-)
18819
18820 commit 37014723527225481c720484bb788a1a6358072f
18821 Author: Willy Tarreau <w@1wt.eu>
18822 Date: Mon Jan 18 16:36:09 2016 +0100
18823
18824 pipe: limit the per-user amount of pages allocated in pipes
18825
18826 On no-so-small systems, it is possible for a single process to cause an
18827 OOM condition by filling large pipes with data that are never read. A
18828 typical process filling 4000 pipes with 1 MB of data will use 4 GB of
18829 memory. On small systems it may be tricky to set the pipe max size to
18830 prevent this from happening.
18831
18832 This patch makes it possible to enforce a per-user soft limit above
18833 which new pipes will be limited to a single page, effectively limiting
18834 them to 4 kB each, as well as a hard limit above which no new pipes may
18835 be created for this user. This has the effect of protecting the system
18836 against memory abuse without hurting other users, and still allowing
18837 pipes to work correctly though with less data at once.
18838
18839 The limit are controlled by two new sysctls : pipe-user-pages-soft, and
18840 pipe-user-pages-hard. Both may be disabled by setting them to zero. The
18841 default soft limit allows the default number of FDs per process (1024)
18842 to create pipes of the default size (64kB), thus reaching a limit of 64MB
18843 before starting to create only smaller pipes. With 256 processes limited
18844 to 1024 FDs each, this results in 1024*64kB + (256*1024 - 1024) * 4kB =
18845 1084 MB of memory allocated for a user. The hard limit is disabled by
18846 default to avoid breaking existing applications that make intensive use
18847 of pipes (eg: for splicing).
18848
18849 Reported-by: socketpair@gmail.com
18850 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
18851 Mitigates: CVE-2013-4312 (Linux 2.0+)
18852 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
18853 Signed-off-by: Willy Tarreau <w@1wt.eu>
18854 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18855
18856 Documentation/sysctl/fs.txt | 23 +++++++++++++++++++++
18857 fs/pipe.c | 47 +++++++++++++++++++++++++++++++++++++++++-
18858 include/linux/pipe_fs_i.h | 4 +++
18859 include/linux/sched.h | 1 +
18860 kernel/sysctl.c | 14 ++++++++++++
18861 5 files changed, 87 insertions(+), 2 deletions(-)
18862
18863 commit 51645fa198d194f746651dcfbc5f24a4cf8b9fb8
18864 Merge: 540f2af 7791ecb
18865 Author: Brad Spengler <spender@grsecurity.net>
18866 Date: Sat Jan 23 10:57:11 2016 -0500
18867
18868 Merge branch 'pax-test' into grsec-test
18869
18870 commit 7791ecb84f840343a5646236fd0d34e1fb450793
18871 Merge: 470069c 399588c
18872 Author: Brad Spengler <spender@grsecurity.net>
18873 Date: Sat Jan 23 10:56:47 2016 -0500
18874
18875 Merge branch 'linux-4.3.y' into pax-test
18876
18877 commit 540f2affebd42cdc26a699208ab4f1cb0cb75e33
18878 Author: Brad Spengler <spender@grsecurity.net>
18879 Date: Tue Jan 19 21:18:47 2016 -0500
18880
18881 Update size_overflow hash table
18882
18883 .../size_overflow_plugin/size_overflow_hash.data | 4 +++-
18884 1 files changed, 3 insertions(+), 1 deletions(-)
18885
18886 commit 7e649765626a28437f573f0fbe7a51a04615f041
18887 Author: Brad Spengler <spender@grsecurity.net>
18888 Date: Tue Jan 19 20:29:46 2016 -0500
18889
18890 Backport fix from: https://lkml.org/lkml/2015/12/13/187
18891
18892 fs/ext4/extents.c | 2 +-
18893 1 files changed, 1 insertions(+), 1 deletions(-)
18894
18895 commit 53b859cd0a5f5b6ad54fe0c879dfedaa3c5a3005
18896 Author: Jann Horn <jann@thejh.net>
18897 Date: Tue Jan 5 18:27:30 2016 +0100
18898
18899 compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)
18900
18901 This replaces all code in fs/compat_ioctl.c that translated
18902 ioctl arguments into a in-kernel structure, then performed
18903 do_ioctl under set_fs(KERNEL_DS), with code that allocates
18904 data on the user stack and can call the VFS ioctl handler
18905 under USER_DS.
18906
18907 This is done as a hardening measure because the caller
18908 does not know what kind of ioctl handler will be invoked,
18909 only that no corresponding compat_ioctl handler exists and
18910 what the ioctl command number is. The accidental
18911 invocation of an unlocked_ioctl handler that unexpectedly
18912 calls copy_to_user could be a severe security issue.
18913
18914 Signed-off-by: Jann Horn <jann@thejh.net>
18915 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18916
18917 Conflicts:
18918
18919 fs/compat_ioctl.c
18920
18921 fs/compat_ioctl.c | 130 ++++++++++++++++++++++++++++-------------------------
18922 1 files changed, 68 insertions(+), 62 deletions(-)
18923
18924 commit 3e89e770ae27e931cd1583f021abac41eeebc3e7
18925 Author: Al Viro <viro@zeniv.linux.org.uk>
18926 Date: Thu Jan 7 09:53:30 2016 -0500
18927
18928 compat_ioctl: don't pass fd around when not needed
18929
18930 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18931
18932 fs/compat_ioctl.c | 103 ++++++++++++++++++++++++++--------------------------
18933 fs/internal.h | 7 ++++
18934 fs/ioctl.c | 4 +-
18935 include/linux/fs.h | 2 -
18936 4 files changed, 61 insertions(+), 55 deletions(-)
18937
18938 commit 9d4e04082752d4d2d68445c4e6faf33a2613df55
18939 Author: Jann Horn <jann@thejh.net>
18940 Date: Tue Jan 5 18:27:29 2016 +0100
18941
18942 compat_ioctl: don't look up the fd twice
18943
18944 In code in fs/compat_ioctl.c that translates ioctl arguments
18945 into a in-kernel structure, then performs sys_ioctl, possibly
18946 under set_fs(KERNEL_DS), this commit changes the sys_ioctl
18947 calls to do_ioctl calls. do_ioctl is a new function that does
18948 the same thing as sys_ioctl, but doesn't look up the fd again.
18949
18950 This change is made to avoid (potential) security issues
18951 because of ioctl handlers that accept one of the ioctl
18952 commands I2C_FUNCS, VIDEO_GET_EVENT, MTIOCPOS, MTIOCGET,
18953 TIOCGSERIAL, TIOCSSERIAL, RTC_IRQP_READ, RTC_EPOCH_READ.
18954 This can happen for multiple reasons:
18955
18956 - The ioctl command number could be reused.
18957 - The ioctl handler might not check the full ioctl
18958 command. This is e.g. true for drm_ioctl.
18959 - The ioctl handler is very special, e.g. cuse_file_ioctl
18960
18961 The real issue is that set_fs(KERNEL_DS) is used here,
18962 but that's fixed in a separate commit
18963 "compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)".
18964
18965 This change mitigates potential security issues by
18966 preventing a race that permits invocation of
18967 unlocked_ioctl handlers under KERNEL_DS through compat
18968 code even if a corresponding compat_ioctl handler exists.
18969
18970 So far, no way has been identified to use this to damage
18971 kernel memory without having CAP_SYS_ADMIN in the init ns
18972 (with the capability, doing reads/writes at arbitrary
18973 kernel addresses should be easy through CUSE's ioctl
18974 handler with FUSE_IOCTL_UNRESTRICTED set).
18975
18976 [AV: two missed sys_ioctl() taken care of]
18977
18978 Signed-off-by: Jann Horn <jann@thejh.net>
18979 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18980
18981 fs/compat_ioctl.c | 122 +++++++++++++++++++++++++++++-----------------------
18982 1 files changed, 68 insertions(+), 54 deletions(-)
18983
18984 commit 5bf9e1ed4ebb278cd956ba142914fc04a024309c
18985 Author: Vasily Kulikov <segoon@openwall.com>
18986 Date: Fri Jan 15 16:57:55 2016 -0800
18987
18988 include/linux/poison.h: use POISON_POINTER_DELTA for poison pointers
18989
18990 TIMER_ENTRY_STATIC is defined as a poison pointers which
18991 should point to nowhere. Redefine them using POISON_POINTER_DELTA
18992 arithmetics to make sure they really point to non-mappable area declared
18993 by the target architecture.
18994
18995 Signed-off-by: Vasily Kulikov <segoon@openwall.com>
18996 Acked-by: Thomas Gleixner <tglx@linutronix.de>
18997 Cc: Solar Designer <solar@openwall.com>
18998 Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
18999 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
19000 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
19001
19002 Conflicts:
19003
19004 include/linux/poison.h
19005
19006 include/linux/poison.h | 2 +-
19007 1 files changed, 1 insertions(+), 1 deletions(-)
19008
19009 commit 60f2e0a05ab8f56c804a9334a23e2b446305d110
19010 Author: Brad Spengler <spender@grsecurity.net>
19011 Date: Tue Jan 19 19:41:44 2016 -0500
19012
19013 Fix ARM compilation, reported by Austin Sepp
19014
19015 grsecurity/grsec_sig.c | 1 +
19016 1 files changed, 1 insertions(+), 0 deletions(-)
19017
19018 commit e15383743443dc43460a2fd73e0db0b608610dca
19019 Author: Takashi Iwai <tiwai@suse.de>
19020 Date: Mon Jan 18 13:52:47 2016 +0100
19021
19022 ALSA: hrtimer: Fix stall by hrtimer_cancel()
19023
19024 hrtimer_cancel() waits for the completion from the callback, thus it
19025 must not be called inside the callback itself. This was already a
19026 problem in the past with ALSA hrtimer driver, and the early commit
19027 [fcfdebe70759: ALSA: hrtimer - Fix lock-up] tried to address it.
19028
19029 However, the previous fix is still insufficient: it may still cause a
19030 lockup when the ALSA timer instance reprograms itself in its callback.
19031 Then it invokes the start function even in snd_timer_interrupt() that
19032 is called in hrtimer callback itself, results in a CPU stall. This is
19033 no hypothetical problem but actually triggered by syzkaller fuzzer.
19034
19035 This patch tries to fix the issue again. Now we call
19036 hrtimer_try_to_cancel() at both start and stop functions so that it
19037 won't fall into a deadlock, yet giving some chance to cancel the queue
19038 if the functions have been called outside the callback. The proper
19039 hrtimer_cancel() is called in anyway at closing, so this should be
19040 enough.
19041
19042 Reported-and-tested-by: Dmitry Vyukov <dvyukov@google.com>
19043 Cc: <stable@vger.kernel.org>
19044 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19045
19046 sound/core/hrtimer.c | 3 ++-
19047 1 files changed, 2 insertions(+), 1 deletions(-)
19048
19049 commit 12d874daf706e6e7c1ae709141859c809599297e
19050 Author: Takashi Iwai <tiwai@suse.de>
19051 Date: Tue Jan 12 12:38:02 2016 +0100
19052
19053 ALSA: seq: Fix missing NULL check at remove_events ioctl
19054
19055 snd_seq_ioctl_remove_events() calls snd_seq_fifo_clear()
19056 unconditionally even if there is no FIFO assigned, and this leads to
19057 an Oops due to NULL dereference. The fix is just to add a proper NULL
19058 check.
19059
19060 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19061 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19062 Cc: <stable@vger.kernel.org>
19063 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19064
19065 sound/core/seq/seq_clientmgr.c | 2 +-
19066 1 files changed, 1 insertions(+), 1 deletions(-)
19067
19068 commit 2eb0632df1351378946507e7ef7ba0682632a7b5
19069 Author: Takashi Iwai <tiwai@suse.de>
19070 Date: Tue Jan 12 15:36:27 2016 +0100
19071
19072 ALSA: seq: Fix race at timer setup and close
19073
19074 ALSA sequencer code has an open race between the timer setup ioctl and
19075 the close of the client. This was triggered by syzkaller fuzzer, and
19076 a use-after-free was caught there as a result.
19077
19078 This patch papers over it by adding a proper queue->timer_mutex lock
19079 around the timer-related calls in the relevant code path.
19080
19081 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19082 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19083 Cc: <stable@vger.kernel.org>
19084 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19085
19086 sound/core/seq/seq_queue.c | 2 ++
19087 1 files changed, 2 insertions(+), 0 deletions(-)
19088
19089 commit b9e55ab955e59b4a636d78a748be90334a48b485
19090 Author: Takashi Iwai <tiwai@suse.de>
19091 Date: Thu Jan 14 16:30:58 2016 +0100
19092
19093 ALSA: timer: Harden slave timer list handling
19094
19095 A slave timer instance might be still accessible in a racy way while
19096 operating the master instance as it lacks of locking. Since the
19097 master operation is mostly protected with timer->lock, we should cope
19098 with it while changing the slave instance, too. Also, some linked
19099 lists (active_list and ack_list) of slave instances aren't unlinked
19100 immediately at stopping or closing, and this may lead to unexpected
19101 accesses.
19102
19103 This patch tries to address these issues. It adds spin lock of
19104 timer->lock (either from master or slave, which is equivalent) in a
19105 few places. For avoiding a deadlock, we ensure that the global
19106 slave_active_lock is always locked at first before each timer lock.
19107
19108 Also, ack and active_list of slave instances are properly unlinked at
19109 snd_timer_stop() and snd_timer_close().
19110
19111 Last but not least, remove the superfluous call of _snd_timer_stop()
19112 at removing slave links. This is a noop, and calling it may confuse
19113 readers wrt locking. Further cleanup will follow in a later patch.
19114
19115 Actually we've got reports of use-after-free by syzkaller fuzzer, and
19116 this hopefully fixes these issues.
19117
19118 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19119 Cc: <stable@vger.kernel.org>
19120 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19121
19122 sound/core/timer.c | 18 ++++++++++++++----
19123 1 files changed, 14 insertions(+), 4 deletions(-)
19124
19125 commit f1ce0547bdfda1b42ae8a66c222f2a897cbe1586
19126 Author: Takashi Iwai <tiwai@suse.de>
19127 Date: Wed Jan 13 17:48:01 2016 +0100
19128
19129 ALSA: timer: Fix race among timer ioctls
19130
19131 ALSA timer ioctls have an open race and this may lead to a
19132 use-after-free of timer instance object. A simplistic fix is to make
19133 each ioctl exclusive. We have already tread_sem for controlling the
19134 tread, and extend this as a global mutex to be applied to each ioctl.
19135
19136 The downside is, of course, the worse concurrency. But these ioctls
19137 aren't to be parallel accessible, in anyway, so it should be fine to
19138 serialize there.
19139
19140 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19141 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19142 Cc: <stable@vger.kernel.org>
19143 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19144
19145 sound/core/timer.c | 32 +++++++++++++++++++-------------
19146 1 files changed, 19 insertions(+), 13 deletions(-)
19147
19148 commit 8347d8461ed48a98f9c76cc3cfcdad8217d314bc
19149 Author: Takashi Iwai <tiwai@suse.de>
19150 Date: Wed Jan 13 21:35:06 2016 +0100
19151
19152 ALSA: timer: Fix double unlink of active_list
19153
19154 ALSA timer instance object has a couple of linked lists and they are
19155 unlinked unconditionally at snd_timer_stop(). Meanwhile
19156 snd_timer_interrupt() unlinks it, but it calls list_del() which leaves
19157 the element list itself unchanged. This ends up with unlinking twice,
19158 and it was caught by syzkaller fuzzer.
19159
19160 The fix is to use list_del_init() variant properly there, too.
19161
19162 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19163 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19164 Cc: <stable@vger.kernel.org>
19165 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19166
19167 sound/core/timer.c | 2 +-
19168 1 files changed, 1 insertions(+), 1 deletions(-)
19169
19170 commit 243aebb7ae71d6e11ea9880faa893d1d0d60cd75
19171 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
19172 Date: Mon Jan 18 18:03:48 2016 +0100
19173
19174 ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack
19175
19176 It was seen that defective configurations of openvswitch could overwrite
19177 the STACK_END_MAGIC and cause a hard crash of the kernel because of too
19178 many recursions within ovs.
19179
19180 This problem arises due to the high stack usage of openvswitch. The rest
19181 of the kernel is fine with the current limit of 10 (RECURSION_LIMIT).
19182
19183 We use the already existing recursion counter in ovs_execute_actions to
19184 implement an upper bound of 5 recursions.
19185
19186 Cc: Pravin Shelar <pshelar@ovn.org>
19187 Cc: Simon Horman <simon.horman@netronome.com>
19188 Cc: Eric Dumazet <eric.dumazet@gmail.com>
19189 Cc: Simon Horman <simon.horman@netronome.com>
19190 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19191 Signed-off-by: David S. Miller <davem@davemloft.net>
19192
19193 net/openvswitch/actions.c | 19 ++++++++++++++-----
19194 1 files changed, 14 insertions(+), 5 deletions(-)
19195
19196 commit 8080793479c6d5befe37a67b1dbd9e4e0a61af96
19197 Author: Ursula Braun <ursula.braun@de.ibm.com>
19198 Date: Tue Jan 19 10:41:33 2016 +0100
19199
19200 af_iucv: Validate socket address length in iucv_sock_bind()
19201
19202 Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
19203 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19204 Reviewed-by: Evgeny Cherkashin <Eugene.Crosser@ru.ibm.com>
19205 Signed-off-by: David S. Miller <davem@davemloft.net>
19206
19207 net/iucv/af_iucv.c | 3 +++
19208 1 files changed, 3 insertions(+), 0 deletions(-)
19209
19210 commit 50a383c1c91ed7409c3cbdd41e662d6891463d1b
19211 Author: Brad Spengler <spender@grsecurity.net>
19212 Date: Tue Jan 19 19:32:54 2016 -0500
19213
19214 Apply the same fix as everyone else for the recent keys vulnerability that is
19215 unexploitable under PAX_REFCOUNT
19216
19217 Make a couple more changes that no one else can/will
19218
19219 include/linux/key-type.h | 4 ++--
19220 ipc/msgutil.c | 4 ++--
19221 security/keys/internal.h | 2 +-
19222 security/keys/process_keys.c | 1 +
19223 4 files changed, 6 insertions(+), 5 deletions(-)
19224
19225 commit b56c3a63f431c193400aee17543021950bd14bc4
19226 Merge: 38b1a3d 470069c
19227 Author: Brad Spengler <spender@grsecurity.net>
19228 Date: Sun Jan 17 18:30:19 2016 -0500
19229
19230 Merge branch 'pax-test' into grsec-test
19231
19232 commit 470069cfedef2180313233d275be5901bd6d1135
19233 Author: Brad Spengler <spender@grsecurity.net>
19234 Date: Sun Jan 17 18:29:59 2016 -0500
19235
19236 Update to pax-linux-4.3.3-test22.patch:
19237 - Emesed fixed a gcc induced intentional integer overflow in asix_rx_fixup_internal, reported by thomas callison caffrey
19238 - fixed some more fallout from the drm_drivers constification, reported by Colin Childs and Toralf Foerster
19239
19240 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 ++++----------
19241 drivers/gpu/drm/drm_pci.c | 3 +++
19242 drivers/gpu/drm/gma500/psb_drv.c | 4 ----
19243 drivers/gpu/drm/i915/i915_drv.c | 16 ++++++++--------
19244 drivers/gpu/drm/nouveau/nouveau_drm.c | 6 +++---
19245 drivers/gpu/drm/radeon/radeon_drv.c | 4 +---
19246 drivers/net/usb/asix_common.c | 3 ++-
19247 include/drm/drmP.h | 1 +
19248 8 files changed, 22 insertions(+), 29 deletions(-)
19249
19250 commit 38b1a3d676f407865c3d41840df8213c5ad639c1
19251 Author: Brad Spengler <spender@grsecurity.net>
19252 Date: Sun Jan 17 12:33:53 2016 -0500
19253
19254 As reported by Luis Ressel, the Kconfig help for GRKERNSEC_BRUTE
19255 mentioned banning execution of suid/sgid binaries, though the kernel
19256 source clearly only mentions banning execution of suid binaries. Since
19257 there's no reason for us to not ban execution of sgid binaries as well,
19258 make the implementation match the Kconfig description.
19259
19260 fs/exec.c | 4 ++--
19261 grsecurity/grsec_sig.c | 27 ++++++++++++++-------------
19262 include/linux/sched.h | 4 ++--
19263 3 files changed, 18 insertions(+), 17 deletions(-)
19264
19265 commit 8c3bcb7dbf7f606acfa0983e81f0f928da1f1ace
19266 Merge: d141a86 ea4a835
19267 Author: Brad Spengler <spender@grsecurity.net>
19268 Date: Sat Jan 16 14:12:22 2016 -0500
19269
19270 Merge branch 'pax-test' into grsec-test
19271
19272 Conflicts:
19273 drivers/gpu/drm/i810/i810_drv.c
19274
19275 commit ea4a835328ada6513ac013986764d6caea8cd348
19276 Author: Brad Spengler <spender@grsecurity.net>
19277 Date: Sat Jan 16 14:11:30 2016 -0500
19278
19279 Update to pax-linux-4.3.3-test21.patch:
19280 - fixed some fallout from the drm_drivers constification, reported by spender
19281
19282 drivers/gpu/drm/armada/armada_drv.c | 3 +--
19283 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
19284 drivers/gpu/drm/i810/i810_dma.c | 2 +-
19285 drivers/gpu/drm/i810/i810_drv.c | 6 +++++-
19286 drivers/gpu/drm/i810/i810_drv.h | 2 +-
19287 5 files changed, 8 insertions(+), 6 deletions(-)
19288
19289 commit d141a86fd66194bc3f896b6809b189e2f12a9a83
19290 Author: Brad Spengler <spender@grsecurity.net>
19291 Date: Sat Jan 16 13:16:36 2016 -0500
19292
19293 compile fix
19294
19295 drivers/gpu/drm/i810/i810_dma.c | 2 +-
19296 drivers/gpu/drm/i810/i810_drv.c | 4 +++-
19297 drivers/gpu/drm/i810/i810_drv.h | 2 +-
19298 3 files changed, 5 insertions(+), 3 deletions(-)
19299
19300 commit 0d9dc4b25ea32c14561bcfe6b5b24f1b00fe0270
19301 Merge: 5fa135d bbda879
19302 Author: Brad Spengler <spender@grsecurity.net>
19303 Date: Sat Jan 16 12:59:22 2016 -0500
19304
19305 Merge branch 'pax-test' into grsec-test
19306
19307 commit bbda87914edf63e27fb46670bf3a373f2b963c73
19308 Author: Brad Spengler <spender@grsecurity.net>
19309 Date: Sat Jan 16 12:58:04 2016 -0500
19310
19311 Update to pax-linux-4.3.3-test20.patch:
19312 - constified drm_driver
19313 - Emese fixed a special case in handling __func__ in the initify plugin
19314 - Emese fixed a false positive size overflow report in handling inbufBits, reported by Martin Filo (https://bugs.gentoo.org/show_bug.cgi?id=567048)
19315 - fixed regression that caused perf to not resolve kernel code addresses under KERNEXEC/i386, reported by minipli
19316
19317 arch/x86/kernel/cpu/perf_event.h | 2 +-
19318 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
19319 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
19320 arch/x86/kernel/uprobes.c | 2 +-
19321 arch/x86/mm/mpx.c | 2 +-
19322 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
19323 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 ++-
19324 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
19325 drivers/gpu/drm/drm_pci.c | 6 +-
19326 drivers/gpu/drm/gma500/psb_drv.c | 5 +-
19327 drivers/gpu/drm/i915/i915_dma.c | 2 +-
19328 drivers/gpu/drm/i915/i915_drv.c | 15 ++--
19329 drivers/gpu/drm/i915/i915_drv.h | 2 +-
19330 drivers/gpu/drm/i915/i915_irq.c | 88 ++++++++++----------
19331 drivers/gpu/drm/mga/mga_drv.c | 5 +-
19332 drivers/gpu/drm/mga/mga_drv.h | 2 +-
19333 drivers/gpu/drm/mga/mga_state.c | 2 +-
19334 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 ++--
19335 drivers/gpu/drm/qxl/qxl_drv.c | 8 ++-
19336 drivers/gpu/drm/qxl/qxl_ioctl.c | 2 +-
19337 drivers/gpu/drm/r128/r128_drv.c | 4 +-
19338 drivers/gpu/drm/r128/r128_drv.h | 2 +-
19339 drivers/gpu/drm/r128/r128_state.c | 2 +-
19340 drivers/gpu/drm/radeon/radeon_drv.c | 17 +++-
19341 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
19342 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
19343 drivers/gpu/drm/radeon/radeon_state.c | 2 +-
19344 drivers/gpu/drm/savage/savage_bci.c | 2 +-
19345 drivers/gpu/drm/savage/savage_drv.c | 5 +-
19346 drivers/gpu/drm/savage/savage_drv.h | 2 +-
19347 drivers/gpu/drm/sis/sis_drv.c | 5 +-
19348 drivers/gpu/drm/sis/sis_drv.h | 2 +-
19349 drivers/gpu/drm/sis/sis_mm.c | 2 +-
19350 drivers/gpu/drm/via/via_dma.c | 2 +-
19351 drivers/gpu/drm/via/via_drv.c | 5 +-
19352 drivers/gpu/drm/via/via_drv.h | 2 +-
19353 include/drm/drmP.h | 2 +-
19354 mm/slab.c | 2 +-
19355 net/sunrpc/xprtrdma/svc_rdma.c | 6 +-
19356 tools/gcc/initify_plugin.c | 15 +++-
19357 .../disable_size_overflow_hash.data | 1 +
19358 .../size_overflow_plugin/size_overflow_hash.data | 3 +-
19359 42 files changed, 156 insertions(+), 110 deletions(-)
19360
19361 commit 5fa135dc116350e0205c39ef65eaf6496ed2748a
19362 Author: Brad Spengler <spender@grsecurity.net>
19363 Date: Sat Jan 16 12:19:23 2016 -0500
19364
19365 compile fix
19366
19367 grsecurity/grsec_sig.c | 3 +--
19368 1 files changed, 1 insertions(+), 2 deletions(-)
19369
19370 commit a9090fa58f33f75c7450fda5721a9b13625a47d9
19371 Author: Brad Spengler <spender@grsecurity.net>
19372 Date: Sat Jan 16 12:10:37 2016 -0500
19373
19374 As pointed out by Jann Horn, some distros are starting to circumvent
19375 previous assumptions about the attainability of a user to control
19376 multiple UIDs by handing out suid binaries that allow a user to run
19377 processes (including exploits) under a number of other pre-defined
19378 UIDs. As this could potentially be used to bypass GRKERNSEC_BRUTE
19379 (though it would have to involve some code path that doesn't involve
19380 locks) fix that here by ensuring no more than 8 users on a system can
19381 be banned before a reboot is required. If more are banned, a panic
19382 is triggered.
19383
19384 grsecurity/grsec_sig.c | 8 ++++++++
19385 1 files changed, 8 insertions(+), 0 deletions(-)
19386
19387 commit a8d37776e9521c567ebff6730d49312f72435f08
19388 Author: Eric Dumazet <edumazet@google.com>
19389 Date: Thu Dec 3 11:12:07 2015 -0800
19390
19391 proc: add a reschedule point in proc_readfd_common()
19392
19393 User can pass an arbitrary large buffer to getdents().
19394
19395 It is typically a 32KB buffer used by libc scandir() implementation.
19396
19397 When scanning /proc/{pid}/fd, we can hold cpu way too long,
19398 so add a cond_resched() to be kind with other tasks.
19399
19400 We've seen latencies of more than 50ms on real workloads.
19401
19402 Signed-off-by: Eric Dumazet <edumazet@google.com>
19403 Cc: Alexander Viro <viro@zeniv.linux.org.uk>
19404 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19405
19406 fs/proc/fd.c | 1 +
19407 1 files changed, 1 insertions(+), 0 deletions(-)
19408
19409 commit 0adba75f8708f13b1f5d98ebe3fc2fb961e100c8
19410 Author: Rabin Vincent <rabin@rab.in>
19411 Date: Tue Jan 12 20:17:08 2016 +0100
19412
19413 net: bpf: reject invalid shifts
19414
19415 On ARM64, a BUG() is triggered in the eBPF JIT if a filter with a
19416 constant shift that can't be encoded in the immediate field of the
19417 UBFM/SBFM instructions is passed to the JIT. Since these shifts
19418 amounts, which are negative or >= regsize, are invalid, reject them in
19419 the eBPF verifier and the classic BPF filter checker, for all
19420 architectures.
19421
19422 Signed-off-by: Rabin Vincent <rabin@rab.in>
19423 Acked-by: Alexei Starovoitov <ast@kernel.org>
19424 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19425 Signed-off-by: David S. Miller <davem@davemloft.net>
19426
19427 kernel/bpf/verifier.c | 10 ++++++++++
19428 net/core/filter.c | 5 +++++
19429 2 files changed, 15 insertions(+), 0 deletions(-)
19430
19431 commit c248e115a73496625a1c64660d0eeefd67e55cbf
19432 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19433 Date: Fri Jan 8 11:00:54 2016 -0200
19434
19435 sctp: fix use-after-free in pr_debug statement
19436
19437 Dmitry Vyukov reported a use-after-free in the code expanded by the
19438 macro debug_post_sfx, which is caused by the use of the asoc pointer
19439 after it was freed within sctp_side_effect() scope.
19440
19441 This patch fixes it by allowing sctp_side_effect to clear that asoc
19442 pointer when the TCB is freed.
19443
19444 As Vlad explained, we also have to cover the SCTP_DISPOSITION_ABORT case
19445 because it will trigger DELETE_TCB too on that same loop.
19446
19447 Also, there were places issuing SCTP_CMD_INIT_FAILED and ASSOC_FAILED
19448 but returning SCTP_DISPOSITION_CONSUME, which would fool the scheme
19449 above. Fix it by returning SCTP_DISPOSITION_ABORT instead.
19450
19451 The macro is already prepared to handle such NULL pointer.
19452
19453 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19454 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19455 Acked-by: Vlad Yasevich <vyasevich@gmail.com>
19456 Signed-off-by: David S. Miller <davem@davemloft.net>
19457
19458 net/sctp/sm_sideeffect.c | 11 ++++++-----
19459 net/sctp/sm_statefuns.c | 17 ++++-------------
19460 2 files changed, 10 insertions(+), 18 deletions(-)
19461
19462 commit 395ea8a9e73e184fc14153a033000bccf4213213
19463 Author: willy tarreau <w@1wt.eu>
19464 Date: Sun Jan 10 07:54:56 2016 +0100
19465
19466 unix: properly account for FDs passed over unix sockets
19467
19468 It is possible for a process to allocate and accumulate far more FDs than
19469 the process' limit by sending them over a unix socket then closing them
19470 to keep the process' fd count low.
19471
19472 This change addresses this problem by keeping track of the number of FDs
19473 in flight per user and preventing non-privileged processes from having
19474 more FDs in flight than their configured FD limit.
19475
19476 Reported-by: socketpair@gmail.com
19477 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
19478 Mitigates: CVE-2013-4312 (Linux 2.0+)
19479 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
19480 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19481 Signed-off-by: Willy Tarreau <w@1wt.eu>
19482 Signed-off-by: David S. Miller <davem@davemloft.net>
19483
19484 include/linux/sched.h | 1 +
19485 net/unix/af_unix.c | 24 ++++++++++++++++++++----
19486 net/unix/garbage.c | 13 ++++++++-----
19487 3 files changed, 29 insertions(+), 9 deletions(-)
19488
19489 commit cb207ab8fbd71dcfc4a49d533aba8085012543fd
19490 Author: Sasha Levin <sasha.levin@oracle.com>
19491 Date: Thu Jan 7 14:52:43 2016 -0500
19492
19493 net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
19494
19495 proc_dostring() needs an initialized destination string, while the one
19496 provided in proc_sctp_do_hmac_alg() contains stack garbage.
19497
19498 Thus, writing to cookie_hmac_alg would strlen() that garbage and end up
19499 accessing invalid memory.
19500
19501 Fixes: 3c68198e7 ("sctp: Make hmac algorithm selection for cookie generation dynamic")
19502 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
19503 Signed-off-by: David S. Miller <davem@davemloft.net>
19504
19505 net/sctp/sysctl.c | 2 +-
19506 1 files changed, 1 insertions(+), 1 deletions(-)
19507
19508 commit 4014e09faf0fe9054119624ccfff1236e886b554
19509 Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
19510 Date: Tue Nov 24 17:13:21 2015 -0500
19511
19512 RDS: fix race condition when sending a message on unbound socket
19513
19514 commit 8c7188b23474cca017b3ef354c4a58456f68303a upstream.
19515
19516 Sasha's found a NULL pointer dereference in the RDS connection code when
19517 sending a message to an apparently unbound socket. The problem is caused
19518 by the code checking if the socket is bound in rds_sendmsg(), which checks
19519 the rs_bound_addr field without taking a lock on the socket. This opens a
19520 race where rs_bound_addr is temporarily set but where the transport is not
19521 in rds_bind(), leading to a NULL pointer dereference when trying to
19522 dereference 'trans' in __rds_conn_create().
19523
19524 Vegard wrote a reproducer for this issue, so kindly ask him to share if
19525 you're interested.
19526
19527 I cannot reproduce the NULL pointer dereference using Vegard's reproducer
19528 with this patch, whereas I could without.
19529
19530 Complete earlier incomplete fix to CVE-2015-6937:
19531
19532 74e98eb08588 ("RDS: verify the underlying transport exists before creating a connection")
19533
19534 Cc: David S. Miller <davem@davemloft.net>
19535
19536 Reviewed-by: Vegard Nossum <vegard.nossum@oracle.com>
19537 Reviewed-by: Sasha Levin <sasha.levin@oracle.com>
19538 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
19539 Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com>
19540 Signed-off-by: David S. Miller <davem@davemloft.net>
19541 Signed-off-by: Jiri Slaby <jslaby@suse.cz>
19542
19543 Conflicts:
19544
19545 net/rds/send.c
19546
19547 net/rds/connection.c | 6 ------
19548 1 files changed, 0 insertions(+), 6 deletions(-)
19549
19550 commit 206df8d01104344d7588d801016a281a4cd25556
19551 Author: Sasha Levin <sasha.levin@oracle.com>
19552 Date: Tue Sep 8 10:53:40 2015 -0400
19553
19554 RDS: verify the underlying transport exists before creating a connection
19555
19556 There was no verification that an underlying transport exists when creating
19557 a connection, this would cause dereferencing a NULL ptr.
19558
19559 It might happen on sockets that weren't properly bound before attempting to
19560 send a message, which will cause a NULL ptr deref:
19561
19562 [135546.047719] kasan: GPF could be caused by NULL-ptr deref or user memory accessgeneral protection fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC KASAN
19563 [135546.051270] Modules linked in:
19564 [135546.051781] CPU: 4 PID: 15650 Comm: trinity-c4 Not tainted 4.2.0-next-20150902-sasha-00041-gbaa1222-dirty #2527
19565 [135546.053217] task: ffff8800835bc000 ti: ffff8800bc708000 task.ti: ffff8800bc708000
19566 [135546.054291] RIP: __rds_conn_create (net/rds/connection.c:194)
19567 [135546.055666] RSP: 0018:ffff8800bc70fab0 EFLAGS: 00010202
19568 [135546.056457] RAX: dffffc0000000000 RBX: 0000000000000f2c RCX: ffff8800835bc000
19569 [135546.057494] RDX: 0000000000000007 RSI: ffff8800835bccd8 RDI: 0000000000000038
19570 [135546.058530] RBP: ffff8800bc70fb18 R08: 0000000000000001 R09: 0000000000000000
19571 [135546.059556] R10: ffffed014d7a3a23 R11: ffffed014d7a3a21 R12: 0000000000000000
19572 [135546.060614] R13: 0000000000000001 R14: ffff8801ec3d0000 R15: 0000000000000000
19573 [135546.061668] FS: 00007faad4ffb700(0000) GS:ffff880252000000(0000) knlGS:0000000000000000
19574 [135546.062836] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
19575 [135546.063682] CR2: 000000000000846a CR3: 000000009d137000 CR4: 00000000000006a0
19576 [135546.064723] Stack:
19577 [135546.065048] ffffffffafe2055c ffffffffafe23fc1 ffffed00493097bf ffff8801ec3d0008
19578 [135546.066247] 0000000000000000 00000000000000d0 0000000000000000 ac194a24c0586342
19579 [135546.067438] 1ffff100178e1f78 ffff880320581b00 ffff8800bc70fdd0 ffff880320581b00
19580 [135546.068629] Call Trace:
19581 [135546.069028] ? __rds_conn_create (include/linux/rcupdate.h:856 net/rds/connection.c:134)
19582 [135546.069989] ? rds_message_copy_from_user (net/rds/message.c:298)
19583 [135546.071021] rds_conn_create_outgoing (net/rds/connection.c:278)
19584 [135546.071981] rds_sendmsg (net/rds/send.c:1058)
19585 [135546.072858] ? perf_trace_lock (include/trace/events/lock.h:38)
19586 [135546.073744] ? lockdep_init (kernel/locking/lockdep.c:3298)
19587 [135546.074577] ? rds_send_drop_to (net/rds/send.c:976)
19588 [135546.075508] ? __might_fault (./arch/x86/include/asm/current.h:14 mm/memory.c:3795)
19589 [135546.076349] ? __might_fault (mm/memory.c:3795)
19590 [135546.077179] ? rds_send_drop_to (net/rds/send.c:976)
19591 [135546.078114] sock_sendmsg (net/socket.c:611 net/socket.c:620)
19592 [135546.078856] SYSC_sendto (net/socket.c:1657)
19593 [135546.079596] ? SYSC_connect (net/socket.c:1628)
19594 [135546.080510] ? trace_dump_stack (kernel/trace/trace.c:1926)
19595 [135546.081397] ? ring_buffer_unlock_commit (kernel/trace/ring_buffer.c:2479 kernel/trace/ring_buffer.c:2558 kernel/trace/ring_buffer.c:2674)
19596 [135546.082390] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
19597 [135546.083410] ? trace_event_raw_event_sys_enter (include/trace/events/syscalls.h:16)
19598 [135546.084481] ? do_audit_syscall_entry (include/trace/events/syscalls.h:16)
19599 [135546.085438] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
19600 [135546.085515] rds_ib_laddr_check(): addr 36.74.25.172 ret -99 node type -1
19601
19602 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
19603 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
19604 Signed-off-by: David S. Miller <davem@davemloft.net>
19605
19606 net/rds/connection.c | 6 ++++++
19607 1 files changed, 6 insertions(+), 0 deletions(-)
19608
19609 commit 173fa03f05cf0ad485d49a42cbdee8844d3a689a
19610 Author: Steven Rostedt (Red Hat) <rostedt@goodmis.org>
19611 Date: Tue Jan 5 20:32:47 2016 -0500
19612
19613 ftrace/module: Call clean up function when module init fails early
19614
19615 If the module init code fails after calling ftrace_module_init() and before
19616 calling do_init_module(), we can suffer from a memory leak. This is because
19617 ftrace_module_init() allocates pages to store the locations that ftrace
19618 hooks are placed in the module text. If do_init_module() fails, it still
19619 calls the MODULE_GOING notifiers which will tell ftrace to do a clean up of
19620 the pages it allocated for the module. But if load_module() fails before
19621 then, the pages allocated by ftrace_module_init() will never be freed.
19622
19623 Call ftrace_release_mod() on the module if load_module() fails before
19624 getting to do_init_module().
19625
19626 Link: http://lkml.kernel.org/r/567CEA31.1070507@intel.com
19627
19628 Reported-by: "Qiu, PeiyangX" <peiyangx.qiu@intel.com>
19629 Fixes: a949ae560a511 "ftrace/module: Hardcode ftrace_module_init() call into load_module()"
19630 Cc: stable@vger.kernel.org # v2.6.38+
19631 Acked-by: Rusty Russell <rusty@rustcorp.com.au>
19632 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
19633
19634 include/linux/ftrace.h | 1 +
19635 kernel/module.c | 6 ++++++
19636 2 files changed, 7 insertions(+), 0 deletions(-)
19637
19638 commit 1e5a4a81a4c16c8ac2e264b88a02cc2f42ed0399
19639 Author: Francesco Ruggeri <fruggeri@aristanetworks.com>
19640 Date: Wed Jan 6 00:18:48 2016 -0800
19641
19642 net: possible use after free in dst_release
19643
19644 dst_release should not access dst->flags after decrementing
19645 __refcnt to 0. The dst_entry may be in dst_busy_list and
19646 dst_gc_task may dst_destroy it before dst_release gets a chance
19647 to access dst->flags.
19648
19649 Fixes: d69bbf88c8d0 ("net: fix a race in dst_release()")
19650 Fixes: 27b75c95f10d ("net: avoid RCU for NOCACHE dst")
19651 Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
19652 Acked-by: Eric Dumazet <edumazet@google.com>
19653 Signed-off-by: David S. Miller <davem@davemloft.net>
19654
19655 net/core/dst.c | 3 ++-
19656 1 files changed, 2 insertions(+), 1 deletions(-)
19657
19658 commit bfb0455793dd4e0f0b49d34a68b3249ab55565cc
19659 Author: Alan <gnomes@lxorguk.ukuu.org.uk>
19660 Date: Wed Jan 6 14:55:02 2016 +0000
19661
19662 mkiss: fix scribble on freed memory
19663
19664 commit d79f16c046086f4fe0d42184a458e187464eb83e fixed a user triggerable
19665 scribble on free memory but added a new one which allows the user to
19666 scribble even more and user controlled data into freed space.
19667
19668 As with 6pack we need to halt the queue before we free the buffers, because
19669 the transmit logic is not protected by the semaphore.
19670
19671 Signed-off-by: Alan Cox <alan@linux.intel.com>
19672 Signed-off-by: David S. Miller <davem@davemloft.net>
19673
19674 drivers/net/hamradio/mkiss.c | 5 +++++
19675 1 files changed, 5 insertions(+), 0 deletions(-)
19676
19677 commit 5cbbcbd32dc1949470f61d342503808fa9555276
19678 Author: David Miller <davem@davemloft.net>
19679 Date: Thu Dec 17 16:05:49 2015 -0500
19680
19681 mkiss: Fix use after free in mkiss_close().
19682
19683 Need to do the unregister_device() after all references to the driver
19684 private have been done.
19685
19686 Signed-off-by: David S. Miller <davem@davemloft.net>
19687
19688 drivers/net/hamradio/mkiss.c | 4 ++--
19689 1 files changed, 2 insertions(+), 2 deletions(-)
19690
19691 commit b00171576794a98068e069a660f0991a6a5190ff
19692 Author: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
19693 Date: Tue Jan 5 11:51:25 2016 +0000
19694
19695 6pack: fix free memory scribbles
19696
19697 commit acf673a3187edf72068ee2f92f4dc47d66baed47 fixed a user triggerable free
19698 memory scribble but in doing so replaced it with a different one that allows
19699 the user to control the data and scribble even more.
19700
19701 sixpack_close is called by the tty layer in tty context. The tty context is
19702 protected by sp_get() and sp_put(). However network layer activity via
19703 sp_xmit() is not protected this way. We must therefore stop the queue
19704 otherwise the user gets to dump a buffer mostly of their choice into freed
19705 kernel pages.
19706
19707 Signed-off-by: Alan Cox <alan@linux.intel.com>
19708 Signed-off-by: David S. Miller <davem@davemloft.net>
19709
19710 drivers/net/hamradio/6pack.c | 6 ++++++
19711 1 files changed, 6 insertions(+), 0 deletions(-)
19712
19713 commit 5b64a833907cd230a3106aeba2304b2c1bcd116d
19714 Author: David Miller <davem@davemloft.net>
19715 Date: Thu Dec 17 16:05:32 2015 -0500
19716
19717 6pack: Fix use after free in sixpack_close().
19718
19719 Need to do the unregister_device() after all references to the driver
19720 private have been done.
19721
19722 Also we need to use del_timer_sync() for the timers so that we don't
19723 have any asynchronous references after the unregister.
19724
19725 Signed-off-by: David S. Miller <davem@davemloft.net>
19726
19727 drivers/net/hamradio/6pack.c | 8 ++++----
19728 1 files changed, 4 insertions(+), 4 deletions(-)
19729
19730 commit 4f9d532742656b3613d579220fd10c78f24ba37b
19731 Author: Rabin Vincent <rabin@rab.in>
19732 Date: Tue Jan 5 16:23:07 2016 +0100
19733
19734 net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
19735
19736 The SKF_AD_ALU_XOR_X ancillary is not like the other ancillary data
19737 instructions since it XORs A with X while all the others replace A with
19738 some loaded value. All the BPF JITs fail to clear A if this is used as
19739 the first instruction in a filter. This was found using american fuzzy
19740 lop.
19741
19742 Add a helper to determine if A needs to be cleared given the first
19743 instruction in a filter, and use this in the JITs. Except for ARM, the
19744 rest have only been compile-tested.
19745
19746 Fixes: 3480593131e0 ("net: filter: get rid of BPF_S_* enum")
19747 Signed-off-by: Rabin Vincent <rabin@rab.in>
19748 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19749 Acked-by: Alexei Starovoitov <ast@kernel.org>
19750 Signed-off-by: David S. Miller <davem@davemloft.net>
19751
19752 arch/arm/net/bpf_jit_32.c | 16 +---------------
19753 arch/mips/net/bpf_jit.c | 16 +---------------
19754 arch/powerpc/net/bpf_jit_comp.c | 13 ++-----------
19755 arch/sparc/net/bpf_jit_comp.c | 17 ++---------------
19756 include/linux/filter.h | 19 +++++++++++++++++++
19757 5 files changed, 25 insertions(+), 56 deletions(-)
19758
19759 commit 570d88f8acfffda92b89ae2e1c47320d47256034
19760 Author: John Fastabend <john.fastabend@gmail.com>
19761 Date: Tue Jan 5 09:11:36 2016 -0800
19762
19763 net: sched: fix missing free per cpu on qstats
19764
19765 When a qdisc is using per cpu stats (currently just the ingress
19766 qdisc) only the bstats are being freed. This also free's the qstats.
19767
19768 Fixes: b0ab6f92752b9f9d8 ("net: sched: enable per cpu qstats")
19769 Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
19770 Acked-by: Eric Dumazet <edumazet@google.com>
19771 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19772 Signed-off-by: David S. Miller <davem@davemloft.net>
19773
19774 net/sched/sch_generic.c | 4 +++-
19775 1 files changed, 3 insertions(+), 1 deletions(-)
19776
19777 commit 32c0ebc51857ee83470a10dcb234d308a0ed1881
19778 Author: Rabin Vincent <rabin@rab.in>
19779 Date: Tue Jan 5 18:34:04 2016 +0100
19780
19781 ARM: net: bpf: fix zero right shift
19782
19783 The LSR instruction cannot be used to perform a zero right shift since a
19784 0 as the immediate value (imm5) in the LSR instruction encoding means
19785 that a shift of 32 is perfomed. See DecodeIMMShift() in the ARM ARM.
19786
19787 Make the JIT skip generation of the LSR if a zero-shift is requested.
19788
19789 This was found using american fuzzy lop.
19790
19791 Signed-off-by: Rabin Vincent <rabin@rab.in>
19792 Acked-by: Alexei Starovoitov <ast@kernel.org>
19793 Signed-off-by: David S. Miller <davem@davemloft.net>
19794
19795 arch/arm/net/bpf_jit_32.c | 3 ++-
19796 1 files changed, 2 insertions(+), 1 deletions(-)
19797
19798 commit 51f5d291750285efa4d4bbe84e5ec23dc00c8d2d
19799 Author: Brad Spengler <spender@grsecurity.net>
19800 Date: Wed Jan 6 20:35:57 2016 -0500
19801
19802 Don't perform hidden lookups in RBAC against the directory of
19803 a file being opened with O_CREAT, reported by Karl Witt
19804
19805 Conflicts:
19806
19807 fs/namei.c
19808
19809 fs/namei.c | 3 ---
19810 1 files changed, 0 insertions(+), 3 deletions(-)
19811
19812 commit 5a8266a6b2769ccdb447256f95bc2577a73cccd1
19813 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
19814 Date: Tue Jan 5 10:46:00 2016 +0100
19815
19816 bridge: Only call /sbin/bridge-stp for the initial network namespace
19817
19818 [I stole this patch from Eric Biederman. He wrote:]
19819
19820 > There is no defined mechanism to pass network namespace information
19821 > into /sbin/bridge-stp therefore don't even try to invoke it except
19822 > for bridge devices in the initial network namespace.
19823 >
19824 > It is possible for unprivileged users to cause /sbin/bridge-stp to be
19825 > invoked for any network device name which if /sbin/bridge-stp does not
19826 > guard against unreasonable arguments or being invoked twice on the
19827 > same network device could cause problems.
19828
19829 [Hannes: changed patch using netns_eq]
19830
19831 Cc: Eric W. Biederman <ebiederm@xmission.com>
19832 Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
19833 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19834 Signed-off-by: David S. Miller <davem@davemloft.net>
19835
19836 net/bridge/br_stp_if.c | 5 ++++-
19837 1 files changed, 4 insertions(+), 1 deletions(-)
19838
19839 commit 650d535cc39f0aeff2f57e60b6617be25d3ef48b
19840 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19841 Date: Wed Dec 23 16:28:40 2015 -0200
19842
19843 sctp: use GFP_USER for user-controlled kmalloc
19844
19845 Commit cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
19846 missed two other spots.
19847
19848 For connectx, as it's more likely to be used by kernel users of the API,
19849 it detects if GFP_USER should be used or not.
19850
19851 Fixes: cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
19852 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19853 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19854 Signed-off-by: David S. Miller <davem@davemloft.net>
19855
19856 net/sctp/socket.c | 9 ++++++---
19857 1 files changed, 6 insertions(+), 3 deletions(-)
19858
19859 commit 5718a1f63c41fc156f729783423b002763779d04
19860 Author: Florian Westphal <fw@strlen.de>
19861 Date: Thu Dec 31 14:26:33 2015 +0100
19862
19863 connector: bump skb->users before callback invocation
19864
19865 Dmitry reports memleak with syskaller program.
19866 Problem is that connector bumps skb usecount but might not invoke callback.
19867
19868 So move skb_get to where we invoke the callback.
19869
19870 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19871 Signed-off-by: Florian Westphal <fw@strlen.de>
19872 Signed-off-by: David S. Miller <davem@davemloft.net>
19873
19874 drivers/connector/connector.c | 11 +++--------
19875 1 files changed, 3 insertions(+), 8 deletions(-)
19876
19877 commit 2e6372e6a97f8d642416899861f91777f44f13b7
19878 Author: Rainer Weikusat <rweikusat@mobileactivedefense.com>
19879 Date: Sun Jan 3 18:56:38 2016 +0000
19880
19881 af_unix: Fix splice-bind deadlock
19882
19883 On 2015/11/06, Dmitry Vyukov reported a deadlock involving the splice
19884 system call and AF_UNIX sockets,
19885
19886 http://lists.openwall.net/netdev/2015/11/06/24
19887
19888 The situation was analyzed as
19889
19890 (a while ago) A: socketpair()
19891 B: splice() from a pipe to /mnt/regular_file
19892 does sb_start_write() on /mnt
19893 C: try to freeze /mnt
19894 wait for B to finish with /mnt
19895 A: bind() try to bind our socket to /mnt/new_socket_name
19896 lock our socket, see it not bound yet
19897 decide that it needs to create something in /mnt
19898 try to do sb_start_write() on /mnt, block (it's
19899 waiting for C).
19900 D: splice() from the same pipe to our socket
19901 lock the pipe, see that socket is connected
19902 try to lock the socket, block waiting for A
19903 B: get around to actually feeding a chunk from
19904 pipe to file, try to lock the pipe. Deadlock.
19905
19906 on 2015/11/10 by Al Viro,
19907
19908 http://lists.openwall.net/netdev/2015/11/10/4
19909
19910 The patch fixes this by removing the kern_path_create related code from
19911 unix_mknod and executing it as part of unix_bind prior acquiring the
19912 readlock of the socket in question. This means that A (as used above)
19913 will sb_start_write on /mnt before it acquires the readlock, hence, it
19914 won't indirectly block B which first did a sb_start_write and then
19915 waited for a thread trying to acquire the readlock. Consequently, A
19916 being blocked by C waiting for B won't cause a deadlock anymore
19917 (effectively, both A and B acquire two locks in opposite order in the
19918 situation described above).
19919
19920 Dmitry Vyukov(<dvyukov@google.com>) tested the original patch.
19921
19922 Signed-off-by: Rainer Weikusat <rweikusat@mobileactivedefense.com>
19923 Signed-off-by: David S. Miller <davem@davemloft.net>
19924
19925 Conflicts:
19926
19927 net/unix/af_unix.c
19928
19929 net/unix/af_unix.c | 70 +++++++++++++++++++++++++++++++--------------------
19930 1 files changed, 42 insertions(+), 28 deletions(-)
19931
19932 commit 2e729e557c571f3253e32472cd7d382ac16cf1c3
19933 Author: Qiu Peiyang <peiyangx.qiu@intel.com>
19934 Date: Thu Dec 31 13:11:28 2015 +0800
19935
19936 tracing: Fix setting of start_index in find_next()
19937
19938 When we do cat /sys/kernel/debug/tracing/printk_formats, we hit kernel
19939 panic at t_show.
19940
19941 general protection fault: 0000 [#1] PREEMPT SMP
19942 CPU: 0 PID: 2957 Comm: sh Tainted: G W O 3.14.55-x86_64-01062-gd4acdc7 #2
19943 RIP: 0010:[<ffffffff811375b2>]
19944 [<ffffffff811375b2>] t_show+0x22/0xe0
19945 RSP: 0000:ffff88002b4ebe80 EFLAGS: 00010246
19946 RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000004
19947 RDX: 0000000000000004 RSI: ffffffff81fd26a6 RDI: ffff880032f9f7b1
19948 RBP: ffff88002b4ebe98 R08: 0000000000001000 R09: 000000000000ffec
19949 R10: 0000000000000000 R11: 000000000000000f R12: ffff880004d9b6c0
19950 R13: 7365725f6d706400 R14: ffff880004d9b6c0 R15: ffffffff82020570
19951 FS: 0000000000000000(0000) GS:ffff88003aa00000(0063) knlGS:00000000f776bc40
19952 CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
19953 CR2: 00000000f6c02ff0 CR3: 000000002c2b3000 CR4: 00000000001007f0
19954 Call Trace:
19955 [<ffffffff811dc076>] seq_read+0x2f6/0x3e0
19956 [<ffffffff811b749b>] vfs_read+0x9b/0x160
19957 [<ffffffff811b7f69>] SyS_read+0x49/0xb0
19958 [<ffffffff81a3a4b9>] ia32_do_call+0x13/0x13
19959 ---[ end trace 5bd9eb630614861e ]---
19960 Kernel panic - not syncing: Fatal exception
19961
19962 When the first time find_next calls find_next_mod_format, it should
19963 iterate the trace_bprintk_fmt_list to find the first print format of
19964 the module. However in current code, start_index is smaller than *pos
19965 at first, and code will not iterate the list. Latter container_of will
19966 get the wrong address with former v, which will cause mod_fmt be a
19967 meaningless object and so is the returned mod_fmt->fmt.
19968
19969 This patch will fix it by correcting the start_index. After fixed,
19970 when the first time calls find_next_mod_format, start_index will be
19971 equal to *pos, and code will iterate the trace_bprintk_fmt_list to
19972 get the right module printk format, so is the returned mod_fmt->fmt.
19973
19974 Link: http://lkml.kernel.org/r/5684B900.9000309@intel.com
19975
19976 Cc: stable@vger.kernel.org # 3.12+
19977 Fixes: 102c9323c35a8 "tracing: Add __tracepoint_string() to export string pointers"
19978 Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
19979 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
19980
19981 kernel/trace/trace_printk.c | 1 +
19982 1 files changed, 1 insertions(+), 0 deletions(-)
19983
19984 commit 0994af4b1930f32aa493dc08145cd304f8bfc8f4
19985 Author: Al Viro <viro@zeniv.linux.org.uk>
19986 Date: Mon Dec 28 20:47:08 2015 -0500
19987
19988 [PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()
19989
19990 Cc: stable@vger.kernel.org # 3.15+
19991 Reviewed-by: Jeff Layton <jeff.layton@primarydata.com>
19992 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19993
19994 arch/arm/kernel/sys_oabi-compat.c | 73 +++++++++++++++++++------------------
19995 1 files changed, 37 insertions(+), 36 deletions(-)
19996
19997 commit 4ed030f65dcf3e6b0128032a49a7d75f947fa351
19998 Merge: de243c2 3adc55a
19999 Author: Brad Spengler <spender@grsecurity.net>
20000 Date: Tue Jan 5 18:10:10 2016 -0500
20001
20002 Merge branch 'pax-test' into grsec-test
20003
20004 commit 3adc55a5acfa429c2a7cc883aef08b960c0079b0
20005 Author: Brad Spengler <spender@grsecurity.net>
20006 Date: Tue Jan 5 18:08:53 2016 -0500
20007
20008 Update to pax-linux-4.3.3-test16.patch:
20009 - small cleanup in entry_64.S on x86
20010 - Emese fixed the initify plugin to recursively check variable initializers, reported by Rasmus Villemoes
20011 - 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)
20012 - 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)
20013 - 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)
20014 - 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)
20015
20016 arch/x86/entry/entry_64.S | 60 +++++-----
20017 arch/x86/kernel/alternative.c | 2 +-
20018 arch/x86/kvm/emulate.c | 4 +-
20019 tools/gcc/initify_plugin.c | 123 +++++++++----------
20020 .../disable_size_overflow_hash.data | 4 +-
20021 .../size_overflow_plugin/size_overflow_hash.data | 2 -
20022 6 files changed, 93 insertions(+), 102 deletions(-)
20023
20024 commit de243c26efd0e423ca92db825af2c3f8eb1ca043
20025 Author: Brad Spengler <spender@grsecurity.net>
20026 Date: Tue Dec 29 18:01:24 2015 -0500
20027
20028 It was noticed during an internal audit that the code under GRKERNSEC_PROC_MEMMAP
20029 which aimed to enforce a 16MB minimum on RLIMIT_DATA for suid/sgid binaries only
20030 did so if RLIMIT_DATA was set lower than PAGE_SIZE.
20031
20032 This addition was only supplemental as GRKERNSEC_BRUTE is the main defense
20033 against suid/sgid attacks and the flaw above would only eliminate the extra
20034 entropy provided for the brk-managed heap, still leaving it with the minimum
20035 of 16-bit entropy for mmap on x86 and 28 on x64.
20036
20037 mm/mmap.c | 2 +-
20038 1 files changed, 1 insertions(+), 1 deletions(-)
20039
20040 commit 8e264cfe47e5f08cdc9ed009a630277206cd2534
20041 Merge: 436201b 2584340
20042 Author: Brad Spengler <spender@grsecurity.net>
20043 Date: Mon Dec 28 20:30:01 2015 -0500
20044
20045 Merge branch 'pax-test' into grsec-test
20046
20047 commit 2584340eab494e64ec1bf9eb5b0d1ae31f926306
20048 Author: Brad Spengler <spender@grsecurity.net>
20049 Date: Mon Dec 28 20:29:28 2015 -0500
20050
20051 Update to pax-linux-4.3.3-test14.patch:
20052 - 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)
20053 - fixed shutdown crash with tboot and KERNEXEC, reported by perfinion
20054 - fixed a few false positive and one real size overflow reports in hyperv, reported by hunger
20055 - fixed compile regressions on armv5, reported by iamb (https://forums.grsecurity.net/viewtopic.php?f=3&t=4350)
20056 - fixed an assert in the initify plugin that triggered in vic_register on arm
20057
20058 arch/arm/include/asm/atomic.h | 7 +++++--
20059 arch/arm/include/asm/domain.h | 5 ++---
20060 arch/x86/kernel/tboot.c | 14 +++++++++-----
20061 drivers/hv/channel.c | 4 +---
20062 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
20063 drivers/net/hyperv/rndis_filter.c | 3 +--
20064 fs/exec.c | 4 ++--
20065 include/linux/atomic.h | 15 ---------------
20066 net/core/skbuff.c | 3 ++-
20067 tools/gcc/initify_plugin.c | 4 +++-
20068 10 files changed, 26 insertions(+), 35 deletions(-)
20069
20070 commit 436201b6626b488d173c8076447000077c27b84a
20071 Author: David Howells <dhowells@redhat.com>
20072 Date: Fri Dec 18 01:34:26 2015 +0000
20073
20074 KEYS: Fix race between read and revoke
20075
20076 This fixes CVE-2015-7550.
20077
20078 There's a race between keyctl_read() and keyctl_revoke(). If the revoke
20079 happens between keyctl_read() checking the validity of a key and the key's
20080 semaphore being taken, then the key type read method will see a revoked key.
20081
20082 This causes a problem for the user-defined key type because it assumes in
20083 its read method that there will always be a payload in a non-revoked key
20084 and doesn't check for a NULL pointer.
20085
20086 Fix this by making keyctl_read() check the validity of a key after taking
20087 semaphore instead of before.
20088
20089 I think the bug was introduced with the original keyrings code.
20090
20091 This was discovered by a multithreaded test program generated by syzkaller
20092 (http://github.com/google/syzkaller). Here's a cleaned up version:
20093
20094 #include <sys/types.h>
20095 #include <keyutils.h>
20096 #include <pthread.h>
20097 void *thr0(void *arg)
20098 {
20099 key_serial_t key = (unsigned long)arg;
20100 keyctl_revoke(key);
20101 return 0;
20102 }
20103 void *thr1(void *arg)
20104 {
20105 key_serial_t key = (unsigned long)arg;
20106 char buffer[16];
20107 keyctl_read(key, buffer, 16);
20108 return 0;
20109 }
20110 int main()
20111 {
20112 key_serial_t key = add_key("user", "%", "foo", 3, KEY_SPEC_USER_KEYRING);
20113 pthread_t th[5];
20114 pthread_create(&th[0], 0, thr0, (void *)(unsigned long)key);
20115 pthread_create(&th[1], 0, thr1, (void *)(unsigned long)key);
20116 pthread_create(&th[2], 0, thr0, (void *)(unsigned long)key);
20117 pthread_create(&th[3], 0, thr1, (void *)(unsigned long)key);
20118 pthread_join(th[0], 0);
20119 pthread_join(th[1], 0);
20120 pthread_join(th[2], 0);
20121 pthread_join(th[3], 0);
20122 return 0;
20123 }
20124
20125 Build as:
20126
20127 cc -o keyctl-race keyctl-race.c -lkeyutils -lpthread
20128
20129 Run as:
20130
20131 while keyctl-race; do :; done
20132
20133 as it may need several iterations to crash the kernel. The crash can be
20134 summarised as:
20135
20136 BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
20137 IP: [<ffffffff81279b08>] user_read+0x56/0xa3
20138 ...
20139 Call Trace:
20140 [<ffffffff81276aa9>] keyctl_read_key+0xb6/0xd7
20141 [<ffffffff81277815>] SyS_keyctl+0x83/0xe0
20142 [<ffffffff815dbb97>] entry_SYSCALL_64_fastpath+0x12/0x6f
20143
20144 Reported-by: Dmitry Vyukov <dvyukov@google.com>
20145 Signed-off-by: David Howells <dhowells@redhat.com>
20146 Tested-by: Dmitry Vyukov <dvyukov@google.com>
20147 Cc: stable@vger.kernel.org
20148 Signed-off-by: James Morris <james.l.morris@oracle.com>
20149
20150 security/keys/keyctl.c | 18 +++++++++---------
20151 1 files changed, 9 insertions(+), 9 deletions(-)
20152
20153 commit 195cea04477025da4a2078bd3e1fb7c4e11206c2
20154 Author: Brad Spengler <spender@grsecurity.net>
20155 Date: Tue Dec 22 20:44:01 2015 -0500
20156
20157 Add new kernel command-line param: pax_size_overflow_report_only
20158 If a user triggers a size_overflow violation that makes it difficult
20159 to obtain the call trace without serial console/net console, they can
20160 use this option to provide that information to us
20161
20162 Documentation/kernel-parameters.txt | 5 +++++
20163 fs/exec.c | 12 +++++++++---
20164 init/main.c | 11 +++++++++++
20165 3 files changed, 25 insertions(+), 3 deletions(-)
20166
20167 commit 4254a8da5851df8c08cdca5c392916e8c105408d
20168 Author: WANG Cong <xiyou.wangcong@gmail.com>
20169 Date: Mon Dec 21 10:55:45 2015 -0800
20170
20171 addrconf: always initialize sysctl table data
20172
20173 When sysctl performs restrict writes, it allows to write from
20174 a middle position of a sysctl file, which requires us to initialize
20175 the table data before calling proc_dostring() for the write case.
20176
20177 Fixes: 3d1bec99320d ("ipv6: introduce secret_stable to ipv6_devconf")
20178 Reported-by: Sasha Levin <sasha.levin@oracle.com>
20179 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
20180 Tested-by: Sasha Levin <sasha.levin@oracle.com>
20181 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
20182 Signed-off-by: David S. Miller <davem@davemloft.net>
20183
20184 net/ipv6/addrconf.c | 11 ++++-------
20185 1 files changed, 4 insertions(+), 7 deletions(-)
20186
20187 commit f8002863fb06c363180637046947a78a6ccb3d33
20188 Author: WANG Cong <xiyou.wangcong@gmail.com>
20189 Date: Wed Dec 16 23:39:04 2015 -0800
20190
20191 net: check both type and procotol for tcp sockets
20192
20193 Dmitry reported the following out-of-bound access:
20194
20195 Call Trace:
20196 [<ffffffff816cec2e>] __asan_report_load4_noabort+0x3e/0x40
20197 mm/kasan/report.c:294
20198 [<ffffffff84affb14>] sock_setsockopt+0x1284/0x13d0 net/core/sock.c:880
20199 [< inline >] SYSC_setsockopt net/socket.c:1746
20200 [<ffffffff84aed7ee>] SyS_setsockopt+0x1fe/0x240 net/socket.c:1729
20201 [<ffffffff85c18c76>] entry_SYSCALL_64_fastpath+0x16/0x7a
20202 arch/x86/entry/entry_64.S:185
20203
20204 This is because we mistake a raw socket as a tcp socket.
20205 We should check both sk->sk_type and sk->sk_protocol to ensure
20206 it is a tcp socket.
20207
20208 Willem points out __skb_complete_tx_timestamp() needs to fix as well.
20209
20210 Reported-by: Dmitry Vyukov <dvyukov@google.com>
20211 Cc: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
20212 Cc: Eric Dumazet <eric.dumazet@gmail.com>
20213 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
20214 Acked-by: Willem de Bruijn <willemb@google.com>
20215 Signed-off-by: David S. Miller <davem@davemloft.net>
20216
20217 net/core/skbuff.c | 3 ++-
20218 net/core/sock.c | 3 ++-
20219 2 files changed, 4 insertions(+), 2 deletions(-)
20220
20221 commit bd6b3399804470a4ad8f34229469ca149dceba3d
20222 Author: Colin Ian King <colin.king@canonical.com>
20223 Date: Fri Dec 18 14:22:01 2015 -0800
20224
20225 proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
20226
20227 Writing to /proc/$pid/coredump_filter always returns -ESRCH because commit
20228 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()") removed
20229 the setting of ret after the get_proc_task call and incorrectly left it as
20230 -ESRCH. Instead, return 0 when successful.
20231
20232 Example breakage:
20233
20234 echo 0 > /proc/self/coredump_filter
20235 bash: echo: write error: No such process
20236
20237 Fixes: 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()")
20238 Signed-off-by: Colin Ian King <colin.king@canonical.com>
20239 Acked-by: Kees Cook <keescook@chromium.org>
20240 Cc: <stable@vger.kernel.org> [4.3+]
20241 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
20242 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
20243
20244 fs/proc/base.c | 1 +
20245 1 files changed, 1 insertions(+), 0 deletions(-)
20246
20247 commit b28aca2b99ed08546778355fb9402c503ff9b29e
20248 Author: Junichi Nomura <j-nomura@ce.jp.nec.com>
20249 Date: Tue Dec 22 10:23:44 2015 -0700
20250
20251 block: ensure to split after potentially bouncing a bio
20252
20253 blk_queue_bio() does split then bounce, which makes the segment
20254 counting based on pages before bouncing and could go wrong. Move
20255 the split to after bouncing, like we do for blk-mq, and the we
20256 fix the issue of having the bio count for segments be wrong.
20257
20258 Fixes: 54efd50bfd87 ("block: make generic_make_request handle arbitrarily sized bios")
20259 Cc: stable@vger.kernel.org
20260 Tested-by: Artem S. Tashkinov <t.artem@lycos.com>
20261 Signed-off-by: Jens Axboe <axboe@fb.com>
20262
20263 block/blk-core.c | 4 ++--
20264 1 files changed, 2 insertions(+), 2 deletions(-)
20265
20266 commit e62a25e917a9e5b35ddd5b4f1b5e5e30fbd2e84c
20267 Merge: f6f63ae ec72fa5
20268 Author: Brad Spengler <spender@grsecurity.net>
20269 Date: Tue Dec 22 19:46:26 2015 -0500
20270
20271 Merge branch 'pax-test' into grsec-test
20272
20273 commit ec72fa5f8d9cb4e223bad1b8b5c2e1071c222f2a
20274 Author: Brad Spengler <spender@grsecurity.net>
20275 Date: Tue Dec 22 19:45:51 2015 -0500
20276
20277 Update to pax-linux-4.3.3-test13.patch:
20278 - 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)
20279 - 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)
20280
20281 arch/arm/mm/fault.c | 2 +-
20282 arch/x86/mm/fault.c | 2 +-
20283 fs/btrfs/extent_map.c | 8 ++++++--
20284 fs/xfs/libxfs/xfs_da_btree.c | 4 +++-
20285 4 files changed, 11 insertions(+), 5 deletions(-)
20286
20287 commit f6f63ae154cd45028add1dc41957878060d77fbf
20288 Author: Brad Spengler <spender@grsecurity.net>
20289 Date: Thu Dec 17 18:43:44 2015 -0500
20290
20291 ptrace_has_cap() checks whether the current process should be
20292 treated as having a certain capability for ptrace checks
20293 against another process. Until now, this was equivalent to
20294 has_ns_capability(current, target_ns, CAP_SYS_PTRACE).
20295
20296 However, if a root-owned process wants to enter a user
20297 namespace for some reason without knowing who owns it and
20298 therefore can't change to the namespace owner's uid and gid
20299 before entering, as soon as it has entered the namespace,
20300 the namespace owner can attach to it via ptrace and thereby
20301 gain access to its uid and gid.
20302
20303 While it is possible for the entering process to switch to
20304 the uid of a claimed namespace owner before entering,
20305 causing the attempt to enter to fail if the claimed uid is
20306 wrong, this doesn't solve the problem of determining an
20307 appropriate gid.
20308
20309 With this change, the entering process can first enter the
20310 namespace and then safely inspect the namespace's
20311 properties, e.g. through /proc/self/{uid_map,gid_map},
20312 assuming that the namespace owner doesn't have access to
20313 uid 0.
20314 Signed-off-by: Jann Horn <jann@thejh.net>
20315
20316 kernel/ptrace.c | 30 +++++++++++++++++++++++++-----
20317 1 files changed, 25 insertions(+), 5 deletions(-)
20318
20319 commit e314f0fb63020f61543b401ff594e953c2c304e5
20320 Author: tadeusz.struk@intel.com <tadeusz.struk@intel.com>
20321 Date: Tue Dec 15 10:46:17 2015 -0800
20322
20323 net: fix uninitialized variable issue
20324
20325 msg_iocb needs to be initialized on the recv/recvfrom path.
20326 Otherwise afalg will wrongly interpret it as an async call.
20327
20328 Cc: stable@vger.kernel.org
20329 Reported-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
20330 Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
20331 Signed-off-by: David S. Miller <davem@davemloft.net>
20332
20333 net/socket.c | 1 +
20334 1 files changed, 1 insertions(+), 0 deletions(-)
20335
20336 commit a3f56a43ad56b8fcaf04f6327636ed2f5970de3b
20337 Merge: dfa764c 142edcf
20338 Author: Brad Spengler <spender@grsecurity.net>
20339 Date: Wed Dec 16 21:01:17 2015 -0500
20340
20341 Merge branch 'pax-test' into grsec-test
20342
20343 commit 142edcf1005a57fb8887823565cf0bafad2f313c
20344 Author: Brad Spengler <spender@grsecurity.net>
20345 Date: Wed Dec 16 21:00:57 2015 -0500
20346
20347 Update to pax-linux-4.3.3-test12.patch:
20348 - 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)
20349 - 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)
20350
20351 drivers/tty/n_tty.c | 16 ++++++++--------
20352 .../disable_size_overflow_hash.data | 2 ++
20353 .../size_overflow_plugin/size_overflow_hash.data | 6 ++----
20354 3 files changed, 12 insertions(+), 12 deletions(-)
20355
20356 commit dfa764cc549892a5bfc1083cac78b99032cae577
20357 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
20358 Date: Tue Dec 15 22:59:12 2015 +0100
20359
20360 ipv6: automatically enable stable privacy mode if stable_secret set
20361
20362 Bjørn reported that while we switch all interfaces to privacy stable mode
20363 when setting the secret, we don't set this mode for new interfaces. This
20364 does not make sense, so change this behaviour.
20365
20366 Fixes: 622c81d57b392cc ("ipv6: generation of stable privacy addresses for link-local and autoconf")
20367 Reported-by: Bjørn Mork <bjorn@mork.no>
20368 Cc: Bjørn Mork <bjorn@mork.no>
20369 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
20370 Signed-off-by: David S. Miller <davem@davemloft.net>
20371
20372 net/ipv6/addrconf.c | 6 ++++++
20373 1 files changed, 6 insertions(+), 0 deletions(-)
20374
20375 commit c2815a1fee03f222273e77c14e43f960da06f35a
20376 Author: Brad Spengler <spender@grsecurity.net>
20377 Date: Wed Dec 16 13:03:38 2015 -0500
20378
20379 Work around upstream limitation on the number of thread info flags causing a compilation error
20380 Reported by fabled at http://forums.grsecurity.net/viewtopic.php?f=3&t=4339
20381
20382 arch/arm/kernel/entry-common.S | 8 ++++++--
20383 1 files changed, 6 insertions(+), 2 deletions(-)
20384
20385 commit 8c9ae168e09ae49324d709d76d73d9fc4ca477e1
20386 Author: Brad Spengler <spender@grsecurity.net>
20387 Date: Tue Dec 15 19:03:41 2015 -0500
20388
20389 Initial import of grsecurity 3.1 for Linux 4.3.3
20390
20391 Documentation/dontdiff | 2 +
20392 Documentation/kernel-parameters.txt | 7 +
20393 Documentation/sysctl/kernel.txt | 15 +
20394 Makefile | 18 +-
20395 arch/alpha/include/asm/cache.h | 4 +-
20396 arch/alpha/kernel/osf_sys.c | 12 +-
20397 arch/arc/Kconfig | 1 +
20398 arch/arm/Kconfig | 1 +
20399 arch/arm/Kconfig.debug | 1 +
20400 arch/arm/include/asm/thread_info.h | 7 +-
20401 arch/arm/kernel/process.c | 4 +-
20402 arch/arm/kernel/ptrace.c | 9 +
20403 arch/arm/kernel/traps.c | 7 +-
20404 arch/arm/mm/Kconfig | 2 +-
20405 arch/arm/mm/fault.c | 40 +-
20406 arch/arm/mm/mmap.c | 8 +-
20407 arch/arm/net/bpf_jit_32.c | 51 +-
20408 arch/arm64/Kconfig.debug | 1 +
20409 arch/avr32/include/asm/cache.h | 4 +-
20410 arch/blackfin/Kconfig.debug | 1 +
20411 arch/blackfin/include/asm/cache.h | 3 +-
20412 arch/cris/include/arch-v10/arch/cache.h | 3 +-
20413 arch/cris/include/arch-v32/arch/cache.h | 3 +-
20414 arch/frv/include/asm/cache.h | 3 +-
20415 arch/frv/mm/elf-fdpic.c | 4 +-
20416 arch/hexagon/include/asm/cache.h | 6 +-
20417 arch/ia64/Kconfig | 1 +
20418 arch/ia64/include/asm/cache.h | 3 +-
20419 arch/ia64/kernel/sys_ia64.c | 2 +
20420 arch/ia64/mm/hugetlbpage.c | 2 +
20421 arch/m32r/include/asm/cache.h | 4 +-
20422 arch/m68k/include/asm/cache.h | 4 +-
20423 arch/metag/mm/hugetlbpage.c | 1 +
20424 arch/microblaze/include/asm/cache.h | 3 +-
20425 arch/mips/Kconfig | 1 +
20426 arch/mips/include/asm/cache.h | 3 +-
20427 arch/mips/include/asm/thread_info.h | 11 +-
20428 arch/mips/kernel/irq.c | 3 +
20429 arch/mips/kernel/ptrace.c | 9 +
20430 arch/mips/mm/mmap.c | 4 +-
20431 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
20432 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
20433 arch/openrisc/include/asm/cache.h | 4 +-
20434 arch/parisc/include/asm/cache.h | 5 +-
20435 arch/parisc/kernel/sys_parisc.c | 4 +
20436 arch/powerpc/Kconfig | 1 +
20437 arch/powerpc/include/asm/cache.h | 4 +-
20438 arch/powerpc/include/asm/thread_info.h | 5 +-
20439 arch/powerpc/kernel/Makefile | 2 +
20440 arch/powerpc/kernel/irq.c | 3 +
20441 arch/powerpc/kernel/process.c | 10 +-
20442 arch/powerpc/kernel/ptrace.c | 14 +
20443 arch/powerpc/kernel/traps.c | 5 +
20444 arch/powerpc/mm/slice.c | 2 +-
20445 arch/s390/Kconfig.debug | 1 +
20446 arch/s390/include/asm/cache.h | 4 +-
20447 arch/score/include/asm/cache.h | 4 +-
20448 arch/sh/include/asm/cache.h | 3 +-
20449 arch/sh/mm/mmap.c | 6 +-
20450 arch/sparc/include/asm/cache.h | 4 +-
20451 arch/sparc/include/asm/pgalloc_64.h | 1 +
20452 arch/sparc/include/asm/thread_info_64.h | 8 +-
20453 arch/sparc/kernel/process_32.c | 6 +-
20454 arch/sparc/kernel/process_64.c | 8 +-
20455 arch/sparc/kernel/ptrace_64.c | 14 +
20456 arch/sparc/kernel/sys_sparc_64.c | 8 +-
20457 arch/sparc/kernel/syscalls.S | 8 +-
20458 arch/sparc/kernel/traps_32.c | 8 +-
20459 arch/sparc/kernel/traps_64.c | 28 +-
20460 arch/sparc/kernel/unaligned_64.c | 2 +-
20461 arch/sparc/mm/fault_64.c | 2 +-
20462 arch/sparc/mm/hugetlbpage.c | 15 +-
20463 arch/tile/Kconfig | 1 +
20464 arch/tile/include/asm/cache.h | 3 +-
20465 arch/tile/mm/hugetlbpage.c | 2 +
20466 arch/um/include/asm/cache.h | 3 +-
20467 arch/unicore32/include/asm/cache.h | 6 +-
20468 arch/x86/Kconfig | 21 +
20469 arch/x86/Kconfig.debug | 2 +
20470 arch/x86/entry/common.c | 14 +
20471 arch/x86/entry/entry_32.S | 2 +-
20472 arch/x86/entry/entry_64.S | 2 +-
20473 arch/x86/ia32/ia32_aout.c | 2 +
20474 arch/x86/include/asm/floppy.h | 20 +-
20475 arch/x86/include/asm/fpu/types.h | 69 +-
20476 arch/x86/include/asm/io.h | 2 +-
20477 arch/x86/include/asm/page.h | 12 +-
20478 arch/x86/include/asm/paravirt_types.h | 23 +-
20479 arch/x86/include/asm/processor.h | 12 +-
20480 arch/x86/include/asm/thread_info.h | 6 +-
20481 arch/x86/include/asm/uaccess.h | 2 +-
20482 arch/x86/kernel/dumpstack.c | 10 +-
20483 arch/x86/kernel/dumpstack_32.c | 2 +-
20484 arch/x86/kernel/dumpstack_64.c | 2 +-
20485 arch/x86/kernel/ioport.c | 13 +
20486 arch/x86/kernel/irq_32.c | 3 +
20487 arch/x86/kernel/irq_64.c | 4 +
20488 arch/x86/kernel/ldt.c | 18 +
20489 arch/x86/kernel/msr.c | 10 +
20490 arch/x86/kernel/ptrace.c | 14 +
20491 arch/x86/kernel/signal.c | 9 +-
20492 arch/x86/kernel/sys_i386_32.c | 9 +-
20493 arch/x86/kernel/sys_x86_64.c | 8 +-
20494 arch/x86/kernel/traps.c | 5 +
20495 arch/x86/kernel/verify_cpu.S | 1 +
20496 arch/x86/kernel/vm86_32.c | 15 +
20497 arch/x86/kvm/svm.c | 14 +-
20498 arch/x86/mm/fault.c | 12 +-
20499 arch/x86/mm/hugetlbpage.c | 15 +-
20500 arch/x86/mm/init.c | 66 +-
20501 arch/x86/mm/init_32.c | 6 +-
20502 arch/x86/net/bpf_jit_comp.c | 4 +
20503 arch/x86/platform/efi/efi_64.c | 2 +-
20504 arch/x86/xen/Kconfig | 1 +
20505 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
20506 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
20507 crypto/ablkcipher.c | 2 +-
20508 crypto/blkcipher.c | 2 +-
20509 crypto/scatterwalk.c | 10 +-
20510 drivers/acpi/acpica/hwxfsleep.c | 11 +-
20511 drivers/acpi/custom_method.c | 4 +
20512 drivers/block/cciss.h | 30 +-
20513 drivers/block/smart1,2.h | 40 +-
20514 drivers/cdrom/cdrom.c | 2 +-
20515 drivers/char/Kconfig | 4 +-
20516 drivers/char/genrtc.c | 1 +
20517 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
20518 drivers/char/mem.c | 17 +
20519 drivers/char/random.c | 5 +-
20520 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
20521 drivers/crypto/nx/nx-aes-ccm.c | 2 +-
20522 drivers/crypto/nx/nx-aes-gcm.c | 2 +-
20523 drivers/crypto/talitos.c | 2 +-
20524 drivers/firewire/ohci.c | 4 +
20525 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
20526 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
20527 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
20528 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
20529 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
20530 drivers/hid/hid-wiimote-debug.c | 2 +-
20531 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
20532 drivers/iommu/Kconfig | 1 +
20533 drivers/iommu/amd_iommu.c | 14 +-
20534 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
20535 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
20536 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
20537 drivers/isdn/hisax/config.c | 2 +-
20538 drivers/isdn/hisax/hfc_pci.c | 2 +-
20539 drivers/isdn/hisax/hfc_sx.c | 2 +-
20540 drivers/isdn/hisax/q931.c | 6 +-
20541 drivers/isdn/i4l/isdn_concap.c | 6 +-
20542 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
20543 drivers/md/bcache/Kconfig | 1 +
20544 drivers/md/raid5.c | 8 +
20545 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
20546 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
20547 drivers/media/platform/vivid/vivid-osd.c | 1 +
20548 drivers/media/radio/radio-cadet.c | 5 +-
20549 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
20550 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
20551 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
20552 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
20553 drivers/message/fusion/mptbase.c | 9 +
20554 drivers/misc/sgi-xp/xp_main.c | 12 +-
20555 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
20556 drivers/net/ppp/pppoe.c | 14 +-
20557 drivers/net/ppp/pptp.c | 6 +
20558 drivers/net/slip/slhc.c | 3 +
20559 drivers/net/wan/lmc/lmc_media.c | 97 +-
20560 drivers/net/wan/x25_asy.c | 6 +-
20561 drivers/net/wan/z85230.c | 24 +-
20562 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
20563 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
20564 drivers/pci/pci-sysfs.c | 2 +-
20565 drivers/pci/proc.c | 9 +
20566 drivers/platform/x86/asus-wmi.c | 12 +
20567 drivers/rtc/rtc-dev.c | 3 +
20568 drivers/scsi/bfa/bfa_fcs.c | 19 +-
20569 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
20570 drivers/scsi/bfa/bfa_modules.h | 12 +-
20571 drivers/scsi/hpsa.h | 40 +-
20572 drivers/staging/dgnc/dgnc_mgmt.c | 1 +
20573 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
20574 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
20575 drivers/target/target_core_sbc.c | 17 +-
20576 drivers/target/target_core_transport.c | 14 +-
20577 drivers/tty/serial/uartlite.c | 4 +-
20578 drivers/tty/sysrq.c | 2 +-
20579 drivers/tty/vt/keyboard.c | 22 +-
20580 drivers/uio/uio.c | 6 +-
20581 drivers/usb/core/hub.c | 5 +
20582 drivers/usb/gadget/function/f_uac1.c | 1 +
20583 drivers/usb/gadget/function/u_uac1.c | 1 +
20584 drivers/usb/host/hwa-hc.c | 9 +-
20585 drivers/usb/usbip/vhci_sysfs.c | 2 +-
20586 drivers/video/fbdev/arcfb.c | 2 +-
20587 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
20588 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
20589 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
20590 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++-----
20591 drivers/xen/xenfs/xenstored.c | 5 +
20592 firmware/Makefile | 2 +
20593 firmware/WHENCE | 20 +-
20594 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
20595 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
20596 fs/9p/vfs_inode.c | 4 +-
20597 fs/attr.c | 1 +
20598 fs/autofs4/waitq.c | 9 +
20599 fs/binfmt_aout.c | 7 +
20600 fs/binfmt_elf.c | 50 +-
20601 fs/compat.c | 20 +-
20602 fs/coredump.c | 17 +-
20603 fs/dcache.c | 3 +
20604 fs/debugfs/inode.c | 11 +-
20605 fs/exec.c | 219 +-
20606 fs/ext2/balloc.c | 4 +-
20607 fs/ext2/super.c | 8 +-
20608 fs/ext4/balloc.c | 4 +-
20609 fs/fcntl.c | 4 +
20610 fs/fhandle.c | 3 +-
20611 fs/file.c | 4 +
20612 fs/filesystems.c | 4 +
20613 fs/fs_struct.c | 20 +-
20614 fs/hugetlbfs/inode.c | 5 +-
20615 fs/inode.c | 8 +-
20616 fs/kernfs/dir.c | 6 +
20617 fs/mount.h | 4 +-
20618 fs/namei.c | 286 +-
20619 fs/namespace.c | 24 +
20620 fs/nfsd/nfscache.c | 2 +-
20621 fs/open.c | 38 +
20622 fs/overlayfs/inode.c | 11 +-
20623 fs/overlayfs/super.c | 6 +-
20624 fs/pipe.c | 2 +-
20625 fs/posix_acl.c | 15 +-
20626 fs/proc/Kconfig | 10 +-
20627 fs/proc/array.c | 69 +-
20628 fs/proc/base.c | 186 +-
20629 fs/proc/cmdline.c | 4 +
20630 fs/proc/devices.c | 4 +
20631 fs/proc/fd.c | 17 +-
20632 fs/proc/generic.c | 64 +
20633 fs/proc/inode.c | 17 +
20634 fs/proc/internal.h | 11 +-
20635 fs/proc/interrupts.c | 4 +
20636 fs/proc/kcore.c | 3 +
20637 fs/proc/meminfo.c | 7 +-
20638 fs/proc/namespaces.c | 4 +-
20639 fs/proc/proc_net.c | 31 +
20640 fs/proc/proc_sysctl.c | 52 +-
20641 fs/proc/root.c | 8 +
20642 fs/proc/stat.c | 69 +-
20643 fs/proc/task_mmu.c | 66 +-
20644 fs/readdir.c | 19 +
20645 fs/reiserfs/item_ops.c | 24 +-
20646 fs/reiserfs/super.c | 4 +
20647 fs/select.c | 2 +
20648 fs/seq_file.c | 30 +-
20649 fs/splice.c | 8 +
20650 fs/stat.c | 20 +-
20651 fs/sysfs/dir.c | 30 +-
20652 fs/sysv/inode.c | 11 +-
20653 fs/utimes.c | 7 +
20654 fs/xattr.c | 26 +-
20655 grsecurity/Kconfig | 1182 ++++
20656 grsecurity/Makefile | 54 +
20657 grsecurity/gracl.c | 2757 +++++++++
20658 grsecurity/gracl_alloc.c | 105 +
20659 grsecurity/gracl_cap.c | 127 +
20660 grsecurity/gracl_compat.c | 269 +
20661 grsecurity/gracl_fs.c | 448 ++
20662 grsecurity/gracl_ip.c | 386 ++
20663 grsecurity/gracl_learn.c | 207 +
20664 grsecurity/gracl_policy.c | 1786 ++++++
20665 grsecurity/gracl_res.c | 68 +
20666 grsecurity/gracl_segv.c | 304 +
20667 grsecurity/gracl_shm.c | 40 +
20668 grsecurity/grsec_chdir.c | 19 +
20669 grsecurity/grsec_chroot.c | 467 ++
20670 grsecurity/grsec_disabled.c | 445 ++
20671 grsecurity/grsec_exec.c | 189 +
20672 grsecurity/grsec_fifo.c | 26 +
20673 grsecurity/grsec_fork.c | 23 +
20674 grsecurity/grsec_init.c | 290 +
20675 grsecurity/grsec_ipc.c | 48 +
20676 grsecurity/grsec_link.c | 65 +
20677 grsecurity/grsec_log.c | 340 +
20678 grsecurity/grsec_mem.c | 48 +
20679 grsecurity/grsec_mount.c | 65 +
20680 grsecurity/grsec_pax.c | 47 +
20681 grsecurity/grsec_proc.c | 20 +
20682 grsecurity/grsec_ptrace.c | 30 +
20683 grsecurity/grsec_sig.c | 236 +
20684 grsecurity/grsec_sock.c | 244 +
20685 grsecurity/grsec_sysctl.c | 488 ++
20686 grsecurity/grsec_time.c | 16 +
20687 grsecurity/grsec_tpe.c | 78 +
20688 grsecurity/grsec_usb.c | 15 +
20689 grsecurity/grsum.c | 64 +
20690 include/linux/binfmts.h | 5 +-
20691 include/linux/bitops.h | 2 +-
20692 include/linux/capability.h | 13 +
20693 include/linux/compiler-gcc.h | 5 +
20694 include/linux/compiler.h | 8 +
20695 include/linux/cred.h | 8 +-
20696 include/linux/dcache.h | 5 +-
20697 include/linux/fs.h | 24 +-
20698 include/linux/fs_struct.h | 2 +-
20699 include/linux/fsnotify.h | 6 +
20700 include/linux/gracl.h | 342 +
20701 include/linux/gracl_compat.h | 156 +
20702 include/linux/gralloc.h | 9 +
20703 include/linux/grdefs.h | 140 +
20704 include/linux/grinternal.h | 230 +
20705 include/linux/grmsg.h | 118 +
20706 include/linux/grsecurity.h | 255 +
20707 include/linux/grsock.h | 19 +
20708 include/linux/ipc.h | 2 +-
20709 include/linux/ipc_namespace.h | 2 +-
20710 include/linux/kallsyms.h | 18 +-
20711 include/linux/kmod.h | 5 +
20712 include/linux/kobject.h | 2 +-
20713 include/linux/lsm_hooks.h | 4 +-
20714 include/linux/mm.h | 12 +
20715 include/linux/mm_types.h | 4 +-
20716 include/linux/module.h | 5 +-
20717 include/linux/mount.h | 2 +-
20718 include/linux/msg.h | 2 +-
20719 include/linux/netfilter/xt_gradm.h | 9 +
20720 include/linux/path.h | 4 +-
20721 include/linux/perf_event.h | 13 +-
20722 include/linux/pid_namespace.h | 2 +-
20723 include/linux/printk.h | 2 +-
20724 include/linux/proc_fs.h | 22 +-
20725 include/linux/proc_ns.h | 2 +-
20726 include/linux/ptrace.h | 24 +-
20727 include/linux/random.h | 2 +-
20728 include/linux/rbtree_augmented.h | 4 +-
20729 include/linux/scatterlist.h | 12 +-
20730 include/linux/sched.h | 114 +-
20731 include/linux/security.h | 1 +
20732 include/linux/sem.h | 2 +-
20733 include/linux/seq_file.h | 5 +
20734 include/linux/shm.h | 6 +-
20735 include/linux/skbuff.h | 3 +
20736 include/linux/slab.h | 9 -
20737 include/linux/sysctl.h | 8 +-
20738 include/linux/thread_info.h | 6 +-
20739 include/linux/tty.h | 2 +-
20740 include/linux/tty_driver.h | 4 +-
20741 include/linux/uidgid.h | 5 +
20742 include/linux/user_namespace.h | 2 +-
20743 include/linux/utsname.h | 2 +-
20744 include/linux/vermagic.h | 16 +-
20745 include/linux/vmalloc.h | 20 +-
20746 include/net/af_unix.h | 2 +-
20747 include/net/dst.h | 33 +
20748 include/net/ip.h | 2 +-
20749 include/net/neighbour.h | 2 +-
20750 include/net/net_namespace.h | 2 +-
20751 include/net/sock.h | 4 +-
20752 include/target/target_core_base.h | 2 +-
20753 include/trace/events/fs.h | 53 +
20754 include/uapi/linux/personality.h | 1 +
20755 init/Kconfig | 4 +-
20756 init/main.c | 35 +-
20757 ipc/mqueue.c | 1 +
20758 ipc/msg.c | 3 +-
20759 ipc/sem.c | 3 +-
20760 ipc/shm.c | 26 +-
20761 ipc/util.c | 6 +
20762 kernel/auditsc.c | 2 +-
20763 kernel/bpf/syscall.c | 8 +-
20764 kernel/capability.c | 41 +-
20765 kernel/cgroup.c | 5 +-
20766 kernel/compat.c | 1 +
20767 kernel/configs.c | 11 +
20768 kernel/cred.c | 112 +-
20769 kernel/events/core.c | 16 +-
20770 kernel/exit.c | 10 +-
20771 kernel/fork.c | 86 +-
20772 kernel/futex.c | 6 +-
20773 kernel/futex_compat.c | 2 +-
20774 kernel/kallsyms.c | 9 +
20775 kernel/kcmp.c | 8 +-
20776 kernel/kexec_core.c | 2 +-
20777 kernel/kmod.c | 95 +-
20778 kernel/kprobes.c | 7 +-
20779 kernel/ksysfs.c | 2 +
20780 kernel/locking/lockdep_proc.c | 10 +-
20781 kernel/module.c | 108 +-
20782 kernel/panic.c | 4 +-
20783 kernel/pid.c | 23 +-
20784 kernel/power/Kconfig | 2 +
20785 kernel/printk/printk.c | 20 +-
20786 kernel/ptrace.c | 56 +-
20787 kernel/resource.c | 10 +
20788 kernel/sched/core.c | 11 +-
20789 kernel/signal.c | 37 +-
20790 kernel/sys.c | 64 +-
20791 kernel/sysctl.c | 172 +-
20792 kernel/taskstats.c | 6 +
20793 kernel/time/posix-timers.c | 8 +
20794 kernel/time/time.c | 5 +
20795 kernel/time/timekeeping.c | 3 +
20796 kernel/time/timer_list.c | 13 +-
20797 kernel/time/timer_stats.c | 10 +-
20798 kernel/trace/Kconfig | 2 +
20799 kernel/trace/trace_syscalls.c | 8 +
20800 kernel/user_namespace.c | 15 +
20801 lib/Kconfig.debug | 13 +-
20802 lib/Kconfig.kasan | 2 +-
20803 lib/is_single_threaded.c | 3 +
20804 lib/list_debug.c | 65 +-
20805 lib/nlattr.c | 2 +
20806 lib/rbtree.c | 4 +-
20807 lib/vsprintf.c | 39 +-
20808 localversion-grsec | 1 +
20809 mm/Kconfig | 8 +-
20810 mm/Kconfig.debug | 1 +
20811 mm/filemap.c | 1 +
20812 mm/kmemleak.c | 4 +-
20813 mm/memory.c | 2 +-
20814 mm/mempolicy.c | 12 +-
20815 mm/migrate.c | 3 +-
20816 mm/mlock.c | 6 +-
20817 mm/mmap.c | 93 +-
20818 mm/mprotect.c | 8 +
20819 mm/oom_kill.c | 28 +-
20820 mm/page_alloc.c | 2 +-
20821 mm/process_vm_access.c | 8 +-
20822 mm/shmem.c | 36 +-
20823 mm/slab.c | 14 +-
20824 mm/slab_common.c | 2 +-
20825 mm/slob.c | 12 +
20826 mm/slub.c | 33 +-
20827 mm/util.c | 3 +
20828 mm/vmalloc.c | 129 +-
20829 mm/vmstat.c | 29 +-
20830 net/appletalk/atalk_proc.c | 2 +-
20831 net/atm/lec.c | 6 +-
20832 net/atm/mpoa_caches.c | 42 +-
20833 net/bluetooth/sco.c | 3 +
20834 net/can/bcm.c | 2 +-
20835 net/can/proc.c | 2 +-
20836 net/core/dev_ioctl.c | 7 +-
20837 net/core/filter.c | 8 +-
20838 net/core/net-procfs.c | 17 +-
20839 net/core/pktgen.c | 2 +-
20840 net/core/sock.c | 3 +-
20841 net/core/sysctl_net_core.c | 2 +-
20842 net/decnet/dn_dev.c | 2 +-
20843 net/ipv4/devinet.c | 6 +-
20844 net/ipv4/inet_hashtables.c | 4 +
20845 net/ipv4/ip_input.c | 7 +
20846 net/ipv4/ip_sockglue.c | 3 +-
20847 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
20848 net/ipv4/netfilter/nf_nat_pptp.c | 2 +-
20849 net/ipv4/route.c | 6 +-
20850 net/ipv4/tcp_input.c | 4 +-
20851 net/ipv4/tcp_ipv4.c | 29 +-
20852 net/ipv4/tcp_minisocks.c | 9 +-
20853 net/ipv4/tcp_timer.c | 11 +
20854 net/ipv4/udp.c | 24 +
20855 net/ipv6/addrconf.c | 13 +-
20856 net/ipv6/proc.c | 2 +-
20857 net/ipv6/tcp_ipv6.c | 26 +-
20858 net/ipv6/udp.c | 7 +
20859 net/ipx/ipx_proc.c | 2 +-
20860 net/irda/irproc.c | 2 +-
20861 net/llc/llc_proc.c | 2 +-
20862 net/netfilter/Kconfig | 10 +
20863 net/netfilter/Makefile | 1 +
20864 net/netfilter/nf_conntrack_core.c | 8 +
20865 net/netfilter/xt_gradm.c | 51 +
20866 net/netfilter/xt_hashlimit.c | 4 +-
20867 net/netfilter/xt_recent.c | 2 +-
20868 net/sched/sch_api.c | 2 +-
20869 net/sctp/socket.c | 4 +-
20870 net/socket.c | 75 +-
20871 net/sunrpc/Kconfig | 1 +
20872 net/sunrpc/cache.c | 2 +-
20873 net/sunrpc/stats.c | 2 +-
20874 net/sysctl_net.c | 2 +-
20875 net/unix/af_unix.c | 52 +-
20876 net/vmw_vsock/vmci_transport_notify.c | 30 +-
20877 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
20878 net/x25/sysctl_net_x25.c | 2 +-
20879 net/x25/x25_proc.c | 2 +-
20880 scripts/package/Makefile | 2 +-
20881 scripts/package/mkspec | 41 +-
20882 security/Kconfig | 369 +-
20883 security/apparmor/file.c | 4 +-
20884 security/apparmor/lsm.c | 8 +-
20885 security/commoncap.c | 36 +-
20886 security/min_addr.c | 2 +
20887 security/smack/smack_lsm.c | 8 +-
20888 security/tomoyo/file.c | 12 +-
20889 security/tomoyo/mount.c | 4 +
20890 security/tomoyo/tomoyo.c | 20 +-
20891 security/yama/Kconfig | 2 +-
20892 security/yama/yama_lsm.c | 4 +-
20893 sound/synth/emux/emux_seq.c | 14 +-
20894 sound/usb/line6/driver.c | 40 +-
20895 sound/usb/line6/toneport.c | 12 +-
20896 tools/gcc/.gitignore | 1 +
20897 tools/gcc/Makefile | 12 +
20898 tools/gcc/gen-random-seed.sh | 8 +
20899 tools/gcc/randomize_layout_plugin.c | 930 +++
20900 tools/gcc/size_overflow_plugin/.gitignore | 1 +
20901 .../size_overflow_plugin/size_overflow_hash.data | 459 ++-
20902 511 files changed, 32631 insertions(+), 3196 deletions(-)
20903
20904 commit a76adb92ce39aee8eec5a025c828030ad6135c6d
20905 Author: Brad Spengler <spender@grsecurity.net>
20906 Date: Tue Dec 15 14:31:49 2015 -0500
20907
20908 Update to pax-linux-4.3.3-test11.patch:
20909 - fixed a few compile regressions with the recent plugin changes, reported by spender
20910 - updated the size overflow hash table
20911
20912 tools/gcc/latent_entropy_plugin.c | 2 +-
20913 .../size_overflow_plugin/size_overflow_hash.data | 66 +++++++++++++++++---
20914 tools/gcc/stackleak_plugin.c | 2 +-
20915 tools/gcc/structleak_plugin.c | 6 +--
20916 4 files changed, 60 insertions(+), 16 deletions(-)
20917
20918 commit f7284b1fc06628fcb2d35d2beecdea5454d46af9
20919 Author: Brad Spengler <spender@grsecurity.net>
20920 Date: Tue Dec 15 11:50:24 2015 -0500
20921
20922 Apply structleak ICE fix for gcc < 4.9
20923
20924 tools/gcc/structleak_plugin.c | 4 ++++
20925 1 files changed, 4 insertions(+), 0 deletions(-)
20926
20927 commit 92fe3eb9fd10ec7f7334decab1526989669b0287
20928 Author: Brad Spengler <spender@grsecurity.net>
20929 Date: Tue Dec 15 07:57:06 2015 -0500
20930
20931 Update to pax-linux-4.3.1-test10.patch:
20932 - Emese fixed INDIRECT_REF and TARGET_MEM_REF handling in the initify plugin
20933 - Emese regenerated the size overflow hash tables for 4.3
20934 - fixed some compat syscall exit paths to restore r12 under KERNEXEC/or
20935 - the latent entropy, stackleak and structleak plugins no longer split the entry block unnecessarily
20936
20937 arch/x86/entry/entry_64.S | 2 +-
20938 arch/x86/entry/entry_64_compat.S | 15 +-
20939 scripts/package/builddeb | 2 +-
20940 tools/gcc/initify_plugin.c | 11 +-
20941 tools/gcc/latent_entropy_plugin.c | 20 +-
20942 .../disable_size_overflow_hash.data | 4 +
20943 .../size_overflow_plugin/size_overflow_hash.data | 5345 +++++++++++---------
20944 tools/gcc/stackleak_plugin.c | 26 +-
20945 tools/gcc/structleak_plugin.c | 21 +-
20946 9 files changed, 3079 insertions(+), 2367 deletions(-)
20947
20948 commit 5bd245cb687319079c2f1c0d6a1170791ed1ed2c
20949 Merge: b5847e6 3548341
20950 Author: Brad Spengler <spender@grsecurity.net>
20951 Date: Tue Dec 15 07:47:56 2015 -0500
20952
20953 Merge branch 'linux-4.3.y' into pax-4_3
20954
20955 Conflicts:
20956 net/unix/af_unix.c
20957
20958 commit b5847e6a896c5d99191135ca4d7c3b6be8f116ff
20959 Author: Brad Spengler <spender@grsecurity.net>
20960 Date: Wed Dec 9 23:11:36 2015 -0500
20961
20962 Update to pax-linux-4.3.1-test9.patch:
20963 - 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)
20964 - Emese fixed an intentional overflow caused by gcc, reported by saironiq (https://forums.grsecurity.net/viewtopic.php?f=3&t=4333)
20965 - Emese fixed a false positive overflow report in the forcedeth driver, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?t=4334)
20966 - Emese fixed a false positive overflow report in KVM's emulator, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4336)
20967 - Emese fixed the initify plugin to detect some captured use of __func__, reported by Rasmus Villemoes <linux@rasmusvillemoes.dk>
20968 - constrained shmmax and shmall to avoid triggering size overflow checks, reported by Mathias Krause <minipli@ld-linux.so>
20969 - 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
20970
20971 Makefile | 6 +
20972 arch/x86/include/asm/compat.h | 4 +
20973 arch/x86/include/asm/dma.h | 2 +
20974 arch/x86/include/asm/pmem.h | 2 +-
20975 arch/x86/include/asm/uaccess.h | 20 +-
20976 arch/x86/kernel/apic/vector.c | 6 +-
20977 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
20978 arch/x86/kernel/cpu/perf_event_intel.c | 28 +-
20979 arch/x86/kernel/head_64.S | 1 -
20980 arch/x86/kvm/i8259.c | 10 +-
20981 arch/x86/kvm/ioapic.c | 2 +
20982 arch/x86/kvm/x86.c | 2 +
20983 arch/x86/lib/usercopy_64.c | 2 +-
20984 arch/x86/mm/mpx.c | 4 +-
20985 arch/x86/mm/pageattr.c | 7 +
20986 drivers/base/devres.c | 4 +-
20987 drivers/base/power/runtime.c | 6 +-
20988 drivers/base/regmap/regmap.c | 4 +-
20989 drivers/block/drbd/drbd_receiver.c | 4 +-
20990 drivers/block/drbd/drbd_worker.c | 6 +-
20991 drivers/char/virtio_console.c | 6 +-
20992 drivers/md/dm.c | 12 +-
20993 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
20994 drivers/net/macvtap.c | 4 +-
20995 drivers/video/fbdev/core/fbmem.c | 10 +-
20996 fs/compat.c | 3 +-
20997 fs/coredump.c | 2 +-
20998 fs/dcache.c | 13 +-
20999 fs/fhandle.c | 2 +-
21000 fs/file.c | 14 +-
21001 fs/fs-writeback.c | 11 +-
21002 fs/overlayfs/copy_up.c | 2 +-
21003 fs/readdir.c | 3 +-
21004 fs/super.c | 3 +-
21005 include/linux/compiler.h | 36 ++-
21006 include/linux/rcupdate.h | 8 +
21007 include/linux/sched.h | 4 +-
21008 include/linux/seqlock.h | 10 +
21009 include/linux/spinlock.h | 17 +-
21010 include/linux/srcu.h | 5 +-
21011 include/linux/syscalls.h | 2 +-
21012 include/linux/writeback.h | 3 +-
21013 include/uapi/linux/swab.h | 6 +-
21014 ipc/ipc_sysctl.c | 6 +
21015 kernel/exit.c | 25 +-
21016 kernel/resource.c | 4 +-
21017 kernel/signal.c | 12 +-
21018 kernel/user.c | 2 +-
21019 kernel/workqueue.c | 6 +-
21020 lib/rhashtable.c | 4 +-
21021 net/compat.c | 2 +-
21022 net/ipv4/xfrm4_mode_transport.c | 2 +-
21023 security/keys/internal.h | 8 +-
21024 security/keys/keyring.c | 4 -
21025 sound/core/seq/seq_clientmgr.c | 8 +-
21026 sound/core/seq/seq_compat.c | 2 +-
21027 sound/core/seq/seq_memory.c | 6 +-
21028 tools/gcc/checker_plugin.c | 415 +++++++++++++++++++-
21029 tools/gcc/gcc-common.h | 1 +
21030 tools/gcc/initify_plugin.c | 33 ++-
21031 .../disable_size_overflow_hash.data | 1 +
21032 .../size_overflow_plugin/size_overflow_hash.data | 1 -
21033 62 files changed, 708 insertions(+), 140 deletions(-)
21034
21035 commit f2634c2f6995f4231616f24ed016f890c701f939
21036 Merge: 1241bff 5f8b236
21037 Author: Brad Spengler <spender@grsecurity.net>
21038 Date: Wed Dec 9 21:50:47 2015 -0500
21039
21040 Merge branch 'linux-4.3.y' into pax-4_3
21041
21042 Conflicts:
21043 arch/x86/kernel/fpu/xstate.c
21044 arch/x86/kernel/head_64.S
21045
21046 commit 1241bff82e3d7dadb05de0a60b8d2822afc6547c
21047 Author: Brad Spengler <spender@grsecurity.net>
21048 Date: Sun Dec 6 08:44:56 2015 -0500
21049
21050 Update to pax-linux-4.3-test8.patch:
21051 - 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)
21052 - gcc plugin compilation problems will now also produce the output of the checking script to make diagnosis easier, reported by hunger
21053 - 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)
21054 - 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)
21055
21056 Makefile | 5 +++
21057 drivers/md/md.c | 5 ++-
21058 drivers/md/raid1.c | 2 +-
21059 fs/proc/task_mmu.c | 3 ++
21060 .../disable_size_overflow_hash.data | 4 ++-
21061 .../size_overflow_plugin/intentional_overflow.c | 32 ++++++++++++++++---
21062 .../size_overflow_plugin/size_overflow_hash.data | 2 -
21063 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
21064 8 files changed, 43 insertions(+), 12 deletions(-)
21065
21066 commit cce6a9f9bdd27096632ca1c0246dcc07f2eb1a18
21067 Author: Brad Spengler <spender@grsecurity.net>
21068 Date: Fri Dec 4 14:24:12 2015 -0500
21069
21070 Initial import of pax-linux-4.3-test7.patch
21071
21072 Documentation/dontdiff | 47 +-
21073 Documentation/kbuild/makefiles.txt | 39 +-
21074 Documentation/kernel-parameters.txt | 28 +
21075 Makefile | 108 +-
21076 arch/alpha/include/asm/atomic.h | 10 +
21077 arch/alpha/include/asm/elf.h | 7 +
21078 arch/alpha/include/asm/pgalloc.h | 6 +
21079 arch/alpha/include/asm/pgtable.h | 11 +
21080 arch/alpha/kernel/module.c | 2 +-
21081 arch/alpha/kernel/osf_sys.c | 8 +-
21082 arch/alpha/mm/fault.c | 141 +-
21083 arch/arm/Kconfig | 2 +-
21084 arch/arm/include/asm/atomic.h | 320 +-
21085 arch/arm/include/asm/cache.h | 5 +-
21086 arch/arm/include/asm/cacheflush.h | 2 +-
21087 arch/arm/include/asm/checksum.h | 14 +-
21088 arch/arm/include/asm/cmpxchg.h | 4 +
21089 arch/arm/include/asm/cpuidle.h | 2 +-
21090 arch/arm/include/asm/domain.h | 22 +-
21091 arch/arm/include/asm/elf.h | 9 +-
21092 arch/arm/include/asm/fncpy.h | 2 +
21093 arch/arm/include/asm/futex.h | 10 +
21094 arch/arm/include/asm/kmap_types.h | 2 +-
21095 arch/arm/include/asm/mach/dma.h | 2 +-
21096 arch/arm/include/asm/mach/map.h | 16 +-
21097 arch/arm/include/asm/outercache.h | 2 +-
21098 arch/arm/include/asm/page.h | 3 +-
21099 arch/arm/include/asm/pgalloc.h | 20 +
21100 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
21101 arch/arm/include/asm/pgtable-2level.h | 3 +
21102 arch/arm/include/asm/pgtable-3level.h | 3 +
21103 arch/arm/include/asm/pgtable.h | 54 +-
21104 arch/arm/include/asm/smp.h | 2 +-
21105 arch/arm/include/asm/tls.h | 3 +
21106 arch/arm/include/asm/uaccess.h | 79 +-
21107 arch/arm/include/uapi/asm/ptrace.h | 2 +-
21108 arch/arm/kernel/armksyms.c | 2 +-
21109 arch/arm/kernel/cpuidle.c | 2 +-
21110 arch/arm/kernel/entry-armv.S | 109 +-
21111 arch/arm/kernel/entry-common.S | 40 +-
21112 arch/arm/kernel/entry-header.S | 55 +
21113 arch/arm/kernel/fiq.c | 3 +
21114 arch/arm/kernel/module-plts.c | 7 +-
21115 arch/arm/kernel/module.c | 38 +-
21116 arch/arm/kernel/patch.c | 2 +
21117 arch/arm/kernel/process.c | 90 +-
21118 arch/arm/kernel/reboot.c | 1 +
21119 arch/arm/kernel/setup.c | 20 +-
21120 arch/arm/kernel/signal.c | 35 +-
21121 arch/arm/kernel/smp.c | 2 +-
21122 arch/arm/kernel/tcm.c | 4 +-
21123 arch/arm/kernel/vmlinux.lds.S | 6 +-
21124 arch/arm/kvm/arm.c | 8 +-
21125 arch/arm/lib/copy_page.S | 1 +
21126 arch/arm/lib/csumpartialcopyuser.S | 4 +-
21127 arch/arm/lib/delay.c | 2 +-
21128 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
21129 arch/arm/mach-exynos/suspend.c | 6 +-
21130 arch/arm/mach-mvebu/coherency.c | 4 +-
21131 arch/arm/mach-omap2/board-n8x0.c | 2 +-
21132 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
21133 arch/arm/mach-omap2/omap-smp.c | 1 +
21134 arch/arm/mach-omap2/omap-wakeupgen.c | 2 +-
21135 arch/arm/mach-omap2/omap_device.c | 4 +-
21136 arch/arm/mach-omap2/omap_device.h | 4 +-
21137 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
21138 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
21139 arch/arm/mach-omap2/wd_timer.c | 6 +-
21140 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
21141 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
21142 arch/arm/mach-tegra/irq.c | 1 +
21143 arch/arm/mach-ux500/pm.c | 1 +
21144 arch/arm/mach-zynq/platsmp.c | 1 +
21145 arch/arm/mm/Kconfig | 6 +-
21146 arch/arm/mm/alignment.c | 8 +
21147 arch/arm/mm/cache-l2x0.c | 2 +-
21148 arch/arm/mm/context.c | 10 +-
21149 arch/arm/mm/fault.c | 146 +
21150 arch/arm/mm/fault.h | 12 +
21151 arch/arm/mm/init.c | 39 +
21152 arch/arm/mm/ioremap.c | 4 +-
21153 arch/arm/mm/mmap.c | 30 +-
21154 arch/arm/mm/mmu.c | 162 +-
21155 arch/arm/net/bpf_jit_32.c | 3 +
21156 arch/arm/plat-iop/setup.c | 2 +-
21157 arch/arm/plat-omap/sram.c | 2 +
21158 arch/arm64/include/asm/atomic.h | 10 +
21159 arch/arm64/include/asm/percpu.h | 8 +-
21160 arch/arm64/include/asm/pgalloc.h | 5 +
21161 arch/arm64/include/asm/uaccess.h | 1 +
21162 arch/arm64/mm/dma-mapping.c | 2 +-
21163 arch/avr32/include/asm/elf.h | 8 +-
21164 arch/avr32/include/asm/kmap_types.h | 4 +-
21165 arch/avr32/mm/fault.c | 27 +
21166 arch/frv/include/asm/atomic.h | 10 +
21167 arch/frv/include/asm/kmap_types.h | 2 +-
21168 arch/frv/mm/elf-fdpic.c | 3 +-
21169 arch/ia64/Makefile | 1 +
21170 arch/ia64/include/asm/atomic.h | 10 +
21171 arch/ia64/include/asm/elf.h | 7 +
21172 arch/ia64/include/asm/pgalloc.h | 12 +
21173 arch/ia64/include/asm/pgtable.h | 13 +-
21174 arch/ia64/include/asm/spinlock.h | 2 +-
21175 arch/ia64/include/asm/uaccess.h | 27 +-
21176 arch/ia64/kernel/module.c | 45 +-
21177 arch/ia64/kernel/palinfo.c | 2 +-
21178 arch/ia64/kernel/sys_ia64.c | 7 +
21179 arch/ia64/kernel/vmlinux.lds.S | 2 +-
21180 arch/ia64/mm/fault.c | 32 +-
21181 arch/ia64/mm/init.c | 15 +-
21182 arch/m32r/lib/usercopy.c | 6 +
21183 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
21184 arch/mips/include/asm/atomic.h | 368 +-
21185 arch/mips/include/asm/elf.h | 7 +
21186 arch/mips/include/asm/exec.h | 2 +-
21187 arch/mips/include/asm/hw_irq.h | 2 +-
21188 arch/mips/include/asm/local.h | 57 +
21189 arch/mips/include/asm/page.h | 2 +-
21190 arch/mips/include/asm/pgalloc.h | 5 +
21191 arch/mips/include/asm/pgtable.h | 3 +
21192 arch/mips/include/asm/uaccess.h | 1 +
21193 arch/mips/kernel/binfmt_elfn32.c | 7 +
21194 arch/mips/kernel/binfmt_elfo32.c | 7 +
21195 arch/mips/kernel/irq-gt641xx.c | 2 +-
21196 arch/mips/kernel/irq.c | 6 +-
21197 arch/mips/kernel/pm-cps.c | 2 +-
21198 arch/mips/kernel/process.c | 12 -
21199 arch/mips/kernel/sync-r4k.c | 24 +-
21200 arch/mips/kernel/traps.c | 13 +-
21201 arch/mips/mm/fault.c | 25 +
21202 arch/mips/mm/mmap.c | 51 +-
21203 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
21204 arch/mips/sni/rm200.c | 2 +-
21205 arch/mips/vr41xx/common/icu.c | 2 +-
21206 arch/mips/vr41xx/common/irq.c | 4 +-
21207 arch/parisc/include/asm/atomic.h | 10 +
21208 arch/parisc/include/asm/elf.h | 7 +
21209 arch/parisc/include/asm/pgalloc.h | 6 +
21210 arch/parisc/include/asm/pgtable.h | 11 +
21211 arch/parisc/include/asm/uaccess.h | 4 +-
21212 arch/parisc/kernel/module.c | 50 +-
21213 arch/parisc/kernel/sys_parisc.c | 15 +
21214 arch/parisc/kernel/traps.c | 4 +-
21215 arch/parisc/mm/fault.c | 140 +-
21216 arch/powerpc/include/asm/atomic.h | 329 +-
21217 arch/powerpc/include/asm/elf.h | 12 +
21218 arch/powerpc/include/asm/exec.h | 2 +-
21219 arch/powerpc/include/asm/kmap_types.h | 2 +-
21220 arch/powerpc/include/asm/local.h | 46 +
21221 arch/powerpc/include/asm/mman.h | 2 +-
21222 arch/powerpc/include/asm/page.h | 8 +-
21223 arch/powerpc/include/asm/page_64.h | 7 +-
21224 arch/powerpc/include/asm/pgalloc-64.h | 7 +
21225 arch/powerpc/include/asm/pgtable.h | 1 +
21226 arch/powerpc/include/asm/pte-hash32.h | 1 +
21227 arch/powerpc/include/asm/reg.h | 1 +
21228 arch/powerpc/include/asm/smp.h | 2 +-
21229 arch/powerpc/include/asm/spinlock.h | 42 +-
21230 arch/powerpc/include/asm/uaccess.h | 141 +-
21231 arch/powerpc/kernel/Makefile | 5 +
21232 arch/powerpc/kernel/exceptions-64e.S | 4 +-
21233 arch/powerpc/kernel/exceptions-64s.S | 2 +-
21234 arch/powerpc/kernel/module_32.c | 15 +-
21235 arch/powerpc/kernel/process.c | 46 -
21236 arch/powerpc/kernel/signal_32.c | 2 +-
21237 arch/powerpc/kernel/signal_64.c | 2 +-
21238 arch/powerpc/kernel/traps.c | 21 +
21239 arch/powerpc/kernel/vdso.c | 5 +-
21240 arch/powerpc/lib/usercopy_64.c | 18 -
21241 arch/powerpc/mm/fault.c | 56 +-
21242 arch/powerpc/mm/mmap.c | 16 +
21243 arch/powerpc/mm/slice.c | 13 +-
21244 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
21245 arch/s390/include/asm/atomic.h | 10 +
21246 arch/s390/include/asm/elf.h | 7 +
21247 arch/s390/include/asm/exec.h | 2 +-
21248 arch/s390/include/asm/uaccess.h | 13 +-
21249 arch/s390/kernel/module.c | 22 +-
21250 arch/s390/kernel/process.c | 24 -
21251 arch/s390/mm/mmap.c | 16 +
21252 arch/score/include/asm/exec.h | 2 +-
21253 arch/score/kernel/process.c | 5 -
21254 arch/sh/mm/mmap.c | 22 +-
21255 arch/sparc/include/asm/atomic_64.h | 110 +-
21256 arch/sparc/include/asm/cache.h | 2 +-
21257 arch/sparc/include/asm/elf_32.h | 7 +
21258 arch/sparc/include/asm/elf_64.h | 7 +
21259 arch/sparc/include/asm/pgalloc_32.h | 1 +
21260 arch/sparc/include/asm/pgalloc_64.h | 1 +
21261 arch/sparc/include/asm/pgtable.h | 4 +
21262 arch/sparc/include/asm/pgtable_32.h | 15 +-
21263 arch/sparc/include/asm/pgtsrmmu.h | 5 +
21264 arch/sparc/include/asm/setup.h | 4 +-
21265 arch/sparc/include/asm/spinlock_64.h | 35 +-
21266 arch/sparc/include/asm/thread_info_32.h | 1 +
21267 arch/sparc/include/asm/thread_info_64.h | 2 +
21268 arch/sparc/include/asm/uaccess.h | 1 +
21269 arch/sparc/include/asm/uaccess_32.h | 28 +-
21270 arch/sparc/include/asm/uaccess_64.h | 24 +-
21271 arch/sparc/kernel/Makefile | 2 +-
21272 arch/sparc/kernel/prom_common.c | 2 +-
21273 arch/sparc/kernel/smp_64.c | 8 +-
21274 arch/sparc/kernel/sys_sparc_32.c | 2 +-
21275 arch/sparc/kernel/sys_sparc_64.c | 52 +-
21276 arch/sparc/kernel/traps_64.c | 27 +-
21277 arch/sparc/lib/Makefile | 2 +-
21278 arch/sparc/lib/atomic_64.S | 57 +-
21279 arch/sparc/lib/ksyms.c | 6 +-
21280 arch/sparc/mm/Makefile | 2 +-
21281 arch/sparc/mm/fault_32.c | 292 +
21282 arch/sparc/mm/fault_64.c | 486 +
21283 arch/sparc/mm/hugetlbpage.c | 22 +-
21284 arch/sparc/mm/init_64.c | 10 +-
21285 arch/tile/include/asm/atomic_64.h | 10 +
21286 arch/tile/include/asm/uaccess.h | 4 +-
21287 arch/um/Makefile | 4 +
21288 arch/um/include/asm/kmap_types.h | 2 +-
21289 arch/um/include/asm/page.h | 3 +
21290 arch/um/include/asm/pgtable-3level.h | 1 +
21291 arch/um/kernel/process.c | 16 -
21292 arch/x86/Kconfig | 15 +-
21293 arch/x86/Kconfig.cpu | 6 +-
21294 arch/x86/Kconfig.debug | 4 +-
21295 arch/x86/Makefile | 13 +-
21296 arch/x86/boot/Makefile | 3 +
21297 arch/x86/boot/bitops.h | 4 +-
21298 arch/x86/boot/boot.h | 2 +-
21299 arch/x86/boot/compressed/Makefile | 3 +
21300 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
21301 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
21302 arch/x86/boot/compressed/head_32.S | 4 +-
21303 arch/x86/boot/compressed/head_64.S | 12 +-
21304 arch/x86/boot/compressed/misc.c | 11 +-
21305 arch/x86/boot/cpucheck.c | 16 +-
21306 arch/x86/boot/header.S | 6 +-
21307 arch/x86/boot/memory.c | 2 +-
21308 arch/x86/boot/video-vesa.c | 1 +
21309 arch/x86/boot/video.c | 2 +-
21310 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
21311 arch/x86/crypto/aesni-intel_asm.S | 106 +-
21312 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
21313 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
21314 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
21315 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
21316 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
21317 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
21318 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 4 +-
21319 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
21320 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
21321 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
21322 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
21323 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
21324 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
21325 arch/x86/crypto/sha256-avx-asm.S | 2 +
21326 arch/x86/crypto/sha256-avx2-asm.S | 2 +
21327 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
21328 arch/x86/crypto/sha512-avx-asm.S | 2 +
21329 arch/x86/crypto/sha512-avx2-asm.S | 2 +
21330 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
21331 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
21332 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
21333 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
21334 arch/x86/entry/calling.h | 86 +-
21335 arch/x86/entry/common.c | 13 +-
21336 arch/x86/entry/entry_32.S | 351 +-
21337 arch/x86/entry/entry_64.S | 619 +-
21338 arch/x86/entry/entry_64_compat.S | 159 +-
21339 arch/x86/entry/thunk_64.S | 2 +
21340 arch/x86/entry/vdso/Makefile | 2 +-
21341 arch/x86/entry/vdso/vdso2c.h | 8 +-
21342 arch/x86/entry/vdso/vma.c | 41 +-
21343 arch/x86/entry/vsyscall/vsyscall_64.c | 16 +-
21344 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
21345 arch/x86/ia32/ia32_signal.c | 23 +-
21346 arch/x86/ia32/sys_ia32.c | 42 +-
21347 arch/x86/include/asm/alternative-asm.h | 43 +-
21348 arch/x86/include/asm/alternative.h | 4 +-
21349 arch/x86/include/asm/apic.h | 2 +-
21350 arch/x86/include/asm/apm.h | 4 +-
21351 arch/x86/include/asm/atomic.h | 230 +-
21352 arch/x86/include/asm/atomic64_32.h | 100 +
21353 arch/x86/include/asm/atomic64_64.h | 164 +-
21354 arch/x86/include/asm/bitops.h | 18 +-
21355 arch/x86/include/asm/boot.h | 2 +-
21356 arch/x86/include/asm/cache.h | 5 +-
21357 arch/x86/include/asm/checksum_32.h | 12 +-
21358 arch/x86/include/asm/cmpxchg.h | 39 +
21359 arch/x86/include/asm/compat.h | 2 +-
21360 arch/x86/include/asm/cpufeature.h | 17 +-
21361 arch/x86/include/asm/desc.h | 78 +-
21362 arch/x86/include/asm/desc_defs.h | 6 +
21363 arch/x86/include/asm/div64.h | 2 +-
21364 arch/x86/include/asm/elf.h | 33 +-
21365 arch/x86/include/asm/emergency-restart.h | 2 +-
21366 arch/x86/include/asm/fpu/internal.h | 42 +-
21367 arch/x86/include/asm/fpu/types.h | 6 +-
21368 arch/x86/include/asm/futex.h | 14 +-
21369 arch/x86/include/asm/hw_irq.h | 4 +-
21370 arch/x86/include/asm/i8259.h | 2 +-
21371 arch/x86/include/asm/io.h | 22 +-
21372 arch/x86/include/asm/irqflags.h | 5 +
21373 arch/x86/include/asm/kprobes.h | 9 +-
21374 arch/x86/include/asm/local.h | 106 +-
21375 arch/x86/include/asm/mman.h | 15 +
21376 arch/x86/include/asm/mmu.h | 14 +-
21377 arch/x86/include/asm/mmu_context.h | 114 +-
21378 arch/x86/include/asm/module.h | 17 +-
21379 arch/x86/include/asm/nmi.h | 19 +-
21380 arch/x86/include/asm/page.h | 1 +
21381 arch/x86/include/asm/page_32.h | 12 +-
21382 arch/x86/include/asm/page_64.h | 14 +-
21383 arch/x86/include/asm/paravirt.h | 46 +-
21384 arch/x86/include/asm/paravirt_types.h | 15 +-
21385 arch/x86/include/asm/pgalloc.h | 23 +
21386 arch/x86/include/asm/pgtable-2level.h | 2 +
21387 arch/x86/include/asm/pgtable-3level.h | 7 +
21388 arch/x86/include/asm/pgtable.h | 128 +-
21389 arch/x86/include/asm/pgtable_32.h | 14 +-
21390 arch/x86/include/asm/pgtable_32_types.h | 24 +-
21391 arch/x86/include/asm/pgtable_64.h | 23 +-
21392 arch/x86/include/asm/pgtable_64_types.h | 5 +
21393 arch/x86/include/asm/pgtable_types.h | 26 +-
21394 arch/x86/include/asm/preempt.h | 2 +-
21395 arch/x86/include/asm/processor.h | 57 +-
21396 arch/x86/include/asm/ptrace.h | 13 +-
21397 arch/x86/include/asm/realmode.h | 4 +-
21398 arch/x86/include/asm/reboot.h | 10 +-
21399 arch/x86/include/asm/rmwcc.h | 84 +-
21400 arch/x86/include/asm/rwsem.h | 60 +-
21401 arch/x86/include/asm/segment.h | 27 +-
21402 arch/x86/include/asm/smap.h | 43 +
21403 arch/x86/include/asm/smp.h | 14 +-
21404 arch/x86/include/asm/stackprotector.h | 4 +-
21405 arch/x86/include/asm/stacktrace.h | 32 +-
21406 arch/x86/include/asm/switch_to.h | 4 +-
21407 arch/x86/include/asm/sys_ia32.h | 6 +-
21408 arch/x86/include/asm/thread_info.h | 27 +-
21409 arch/x86/include/asm/tlbflush.h | 77 +-
21410 arch/x86/include/asm/uaccess.h | 192 +-
21411 arch/x86/include/asm/uaccess_32.h | 28 +-
21412 arch/x86/include/asm/uaccess_64.h | 169 +-
21413 arch/x86/include/asm/word-at-a-time.h | 2 +-
21414 arch/x86/include/asm/x86_init.h | 10 +-
21415 arch/x86/include/asm/xen/page.h | 2 +-
21416 arch/x86/include/uapi/asm/e820.h | 2 +-
21417 arch/x86/kernel/Makefile | 2 +-
21418 arch/x86/kernel/acpi/boot.c | 4 +-
21419 arch/x86/kernel/acpi/sleep.c | 4 +
21420 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
21421 arch/x86/kernel/alternative.c | 124 +-
21422 arch/x86/kernel/apic/apic.c | 4 +-
21423 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
21424 arch/x86/kernel/apic/apic_noop.c | 2 +-
21425 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
21426 arch/x86/kernel/apic/io_apic.c | 8 +-
21427 arch/x86/kernel/apic/msi.c | 2 +-
21428 arch/x86/kernel/apic/probe_32.c | 4 +-
21429 arch/x86/kernel/apic/vector.c | 4 +-
21430 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
21431 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
21432 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
21433 arch/x86/kernel/apm_32.c | 21 +-
21434 arch/x86/kernel/asm-offsets.c | 20 +
21435 arch/x86/kernel/asm-offsets_64.c | 1 +
21436 arch/x86/kernel/cpu/Makefile | 4 -
21437 arch/x86/kernel/cpu/amd.c | 2 +-
21438 arch/x86/kernel/cpu/bugs_64.c | 2 +
21439 arch/x86/kernel/cpu/common.c | 202 +-
21440 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
21441 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
21442 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
21443 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
21444 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
21445 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
21446 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
21447 arch/x86/kernel/cpu/perf_event.c | 10 +-
21448 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
21449 arch/x86/kernel/cpu/perf_event_intel.c | 6 +-
21450 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
21451 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
21452 arch/x86/kernel/cpu/perf_event_intel_pt.c | 44 +-
21453 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
21454 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
21455 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
21456 arch/x86/kernel/crash_dump_64.c | 2 +-
21457 arch/x86/kernel/doublefault.c | 8 +-
21458 arch/x86/kernel/dumpstack.c | 24 +-
21459 arch/x86/kernel/dumpstack_32.c | 25 +-
21460 arch/x86/kernel/dumpstack_64.c | 62 +-
21461 arch/x86/kernel/e820.c | 4 +-
21462 arch/x86/kernel/early_printk.c | 1 +
21463 arch/x86/kernel/espfix_64.c | 44 +-
21464 arch/x86/kernel/fpu/core.c | 24 +-
21465 arch/x86/kernel/fpu/init.c | 40 +-
21466 arch/x86/kernel/fpu/regset.c | 22 +-
21467 arch/x86/kernel/fpu/signal.c | 20 +-
21468 arch/x86/kernel/fpu/xstate.c | 8 +-
21469 arch/x86/kernel/ftrace.c | 18 +-
21470 arch/x86/kernel/head64.c | 14 +-
21471 arch/x86/kernel/head_32.S | 235 +-
21472 arch/x86/kernel/head_64.S | 173 +-
21473 arch/x86/kernel/i386_ksyms_32.c | 12 +
21474 arch/x86/kernel/i8259.c | 10 +-
21475 arch/x86/kernel/io_delay.c | 2 +-
21476 arch/x86/kernel/ioport.c | 2 +-
21477 arch/x86/kernel/irq.c | 8 +-
21478 arch/x86/kernel/irq_32.c | 45 +-
21479 arch/x86/kernel/jump_label.c | 10 +-
21480 arch/x86/kernel/kgdb.c | 21 +-
21481 arch/x86/kernel/kprobes/core.c | 28 +-
21482 arch/x86/kernel/kprobes/opt.c | 16 +-
21483 arch/x86/kernel/ksysfs.c | 2 +-
21484 arch/x86/kernel/kvmclock.c | 20 +-
21485 arch/x86/kernel/ldt.c | 25 +
21486 arch/x86/kernel/livepatch.c | 12 +-
21487 arch/x86/kernel/machine_kexec_32.c | 6 +-
21488 arch/x86/kernel/mcount_64.S | 19 +-
21489 arch/x86/kernel/module.c | 78 +-
21490 arch/x86/kernel/msr.c | 2 +-
21491 arch/x86/kernel/nmi.c | 34 +-
21492 arch/x86/kernel/nmi_selftest.c | 4 +-
21493 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
21494 arch/x86/kernel/paravirt.c | 45 +-
21495 arch/x86/kernel/paravirt_patch_64.c | 8 +
21496 arch/x86/kernel/pci-calgary_64.c | 2 +-
21497 arch/x86/kernel/pci-iommu_table.c | 2 +-
21498 arch/x86/kernel/pci-swiotlb.c | 2 +-
21499 arch/x86/kernel/process.c | 80 +-
21500 arch/x86/kernel/process_32.c | 29 +-
21501 arch/x86/kernel/process_64.c | 14 +-
21502 arch/x86/kernel/ptrace.c | 20 +-
21503 arch/x86/kernel/pvclock.c | 8 +-
21504 arch/x86/kernel/reboot.c | 44 +-
21505 arch/x86/kernel/reboot_fixups_32.c | 2 +-
21506 arch/x86/kernel/relocate_kernel_64.S | 3 +-
21507 arch/x86/kernel/setup.c | 29 +-
21508 arch/x86/kernel/setup_percpu.c | 29 +-
21509 arch/x86/kernel/signal.c | 17 +-
21510 arch/x86/kernel/smp.c | 2 +-
21511 arch/x86/kernel/smpboot.c | 29 +-
21512 arch/x86/kernel/step.c | 6 +-
21513 arch/x86/kernel/sys_i386_32.c | 184 +
21514 arch/x86/kernel/sys_x86_64.c | 22 +-
21515 arch/x86/kernel/tboot.c | 14 +-
21516 arch/x86/kernel/time.c | 8 +-
21517 arch/x86/kernel/tls.c | 7 +-
21518 arch/x86/kernel/tracepoint.c | 4 +-
21519 arch/x86/kernel/traps.c | 53 +-
21520 arch/x86/kernel/tsc.c | 2 +-
21521 arch/x86/kernel/uprobes.c | 2 +-
21522 arch/x86/kernel/vm86_32.c | 6 +-
21523 arch/x86/kernel/vmlinux.lds.S | 153 +-
21524 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
21525 arch/x86/kernel/x86_init.c | 6 +-
21526 arch/x86/kvm/cpuid.c | 21 +-
21527 arch/x86/kvm/emulate.c | 2 +-
21528 arch/x86/kvm/lapic.c | 2 +-
21529 arch/x86/kvm/paging_tmpl.h | 2 +-
21530 arch/x86/kvm/svm.c | 10 +-
21531 arch/x86/kvm/vmx.c | 62 +-
21532 arch/x86/kvm/x86.c | 42 +-
21533 arch/x86/lguest/boot.c | 3 +-
21534 arch/x86/lib/atomic64_386_32.S | 164 +
21535 arch/x86/lib/atomic64_cx8_32.S | 98 +-
21536 arch/x86/lib/checksum_32.S | 99 +-
21537 arch/x86/lib/clear_page_64.S | 3 +
21538 arch/x86/lib/cmpxchg16b_emu.S | 3 +
21539 arch/x86/lib/copy_page_64.S | 14 +-
21540 arch/x86/lib/copy_user_64.S | 66 +-
21541 arch/x86/lib/csum-copy_64.S | 14 +-
21542 arch/x86/lib/csum-wrappers_64.c | 8 +-
21543 arch/x86/lib/getuser.S | 74 +-
21544 arch/x86/lib/insn.c | 8 +-
21545 arch/x86/lib/iomap_copy_64.S | 2 +
21546 arch/x86/lib/memcpy_64.S | 6 +
21547 arch/x86/lib/memmove_64.S | 3 +-
21548 arch/x86/lib/memset_64.S | 3 +
21549 arch/x86/lib/mmx_32.c | 243 +-
21550 arch/x86/lib/msr-reg.S | 2 +
21551 arch/x86/lib/putuser.S | 87 +-
21552 arch/x86/lib/rwsem.S | 6 +-
21553 arch/x86/lib/usercopy_32.c | 359 +-
21554 arch/x86/lib/usercopy_64.c | 20 +-
21555 arch/x86/math-emu/fpu_aux.c | 2 +-
21556 arch/x86/math-emu/fpu_entry.c | 4 +-
21557 arch/x86/math-emu/fpu_system.h | 2 +-
21558 arch/x86/mm/Makefile | 4 +
21559 arch/x86/mm/extable.c | 26 +-
21560 arch/x86/mm/fault.c | 570 +-
21561 arch/x86/mm/gup.c | 6 +-
21562 arch/x86/mm/highmem_32.c | 6 +
21563 arch/x86/mm/hugetlbpage.c | 24 +-
21564 arch/x86/mm/init.c | 111 +-
21565 arch/x86/mm/init_32.c | 111 +-
21566 arch/x86/mm/init_64.c | 46 +-
21567 arch/x86/mm/iomap_32.c | 4 +
21568 arch/x86/mm/ioremap.c | 52 +-
21569 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
21570 arch/x86/mm/mmap.c | 40 +-
21571 arch/x86/mm/mmio-mod.c | 10 +-
21572 arch/x86/mm/numa.c | 2 +-
21573 arch/x86/mm/pageattr.c | 38 +-
21574 arch/x86/mm/pat.c | 12 +-
21575 arch/x86/mm/pat_rbtree.c | 2 +-
21576 arch/x86/mm/pf_in.c | 10 +-
21577 arch/x86/mm/pgtable.c | 214 +-
21578 arch/x86/mm/pgtable_32.c | 3 +
21579 arch/x86/mm/setup_nx.c | 7 +
21580 arch/x86/mm/tlb.c | 4 +
21581 arch/x86/mm/uderef_64.c | 37 +
21582 arch/x86/net/bpf_jit.S | 11 +
21583 arch/x86/net/bpf_jit_comp.c | 13 +-
21584 arch/x86/oprofile/backtrace.c | 6 +-
21585 arch/x86/oprofile/nmi_int.c | 8 +-
21586 arch/x86/oprofile/op_model_amd.c | 8 +-
21587 arch/x86/oprofile/op_model_ppro.c | 7 +-
21588 arch/x86/oprofile/op_x86_model.h | 2 +-
21589 arch/x86/pci/intel_mid_pci.c | 2 +-
21590 arch/x86/pci/irq.c | 8 +-
21591 arch/x86/pci/pcbios.c | 144 +-
21592 arch/x86/platform/efi/efi_32.c | 24 +
21593 arch/x86/platform/efi/efi_64.c | 26 +-
21594 arch/x86/platform/efi/efi_stub_32.S | 64 +-
21595 arch/x86/platform/efi/efi_stub_64.S | 2 +
21596 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
21597 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
21598 arch/x86/platform/intel-mid/mfld.c | 4 +-
21599 arch/x86/platform/intel-mid/mrfl.c | 2 +-
21600 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
21601 arch/x86/platform/olpc/olpc_dt.c | 2 +-
21602 arch/x86/power/cpu.c | 11 +-
21603 arch/x86/realmode/init.c | 10 +-
21604 arch/x86/realmode/rm/Makefile | 3 +
21605 arch/x86/realmode/rm/header.S | 4 +-
21606 arch/x86/realmode/rm/reboot.S | 4 +
21607 arch/x86/realmode/rm/trampoline_32.S | 12 +-
21608 arch/x86/realmode/rm/trampoline_64.S | 3 +-
21609 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
21610 arch/x86/tools/Makefile | 2 +-
21611 arch/x86/tools/relocs.c | 96 +-
21612 arch/x86/um/mem_32.c | 2 +-
21613 arch/x86/um/tls_32.c | 2 +-
21614 arch/x86/xen/enlighten.c | 50 +-
21615 arch/x86/xen/mmu.c | 19 +-
21616 arch/x86/xen/smp.c | 16 +-
21617 arch/x86/xen/xen-asm_32.S | 2 +-
21618 arch/x86/xen/xen-head.S | 11 +
21619 arch/x86/xen/xen-ops.h | 2 -
21620 block/bio.c | 4 +-
21621 block/blk-iopoll.c | 2 +-
21622 block/blk-map.c | 2 +-
21623 block/blk-softirq.c | 2 +-
21624 block/bsg.c | 12 +-
21625 block/compat_ioctl.c | 4 +-
21626 block/genhd.c | 9 +-
21627 block/partitions/efi.c | 8 +-
21628 block/scsi_ioctl.c | 29 +-
21629 crypto/cryptd.c | 4 +-
21630 crypto/pcrypt.c | 2 +-
21631 crypto/zlib.c | 12 +-
21632 drivers/acpi/acpi_video.c | 2 +-
21633 drivers/acpi/apei/apei-internal.h | 2 +-
21634 drivers/acpi/apei/ghes.c | 4 +-
21635 drivers/acpi/bgrt.c | 6 +-
21636 drivers/acpi/blacklist.c | 4 +-
21637 drivers/acpi/bus.c | 4 +-
21638 drivers/acpi/device_pm.c | 4 +-
21639 drivers/acpi/ec.c | 2 +-
21640 drivers/acpi/pci_slot.c | 2 +-
21641 drivers/acpi/processor_idle.c | 2 +-
21642 drivers/acpi/processor_pdc.c | 2 +-
21643 drivers/acpi/sleep.c | 2 +-
21644 drivers/acpi/sysfs.c | 4 +-
21645 drivers/acpi/thermal.c | 2 +-
21646 drivers/acpi/video_detect.c | 7 +-
21647 drivers/ata/libata-core.c | 12 +-
21648 drivers/ata/libata-scsi.c | 2 +-
21649 drivers/ata/libata.h | 2 +-
21650 drivers/ata/pata_arasan_cf.c | 4 +-
21651 drivers/atm/adummy.c | 2 +-
21652 drivers/atm/ambassador.c | 8 +-
21653 drivers/atm/atmtcp.c | 14 +-
21654 drivers/atm/eni.c | 10 +-
21655 drivers/atm/firestream.c | 8 +-
21656 drivers/atm/fore200e.c | 14 +-
21657 drivers/atm/he.c | 18 +-
21658 drivers/atm/horizon.c | 4 +-
21659 drivers/atm/idt77252.c | 36 +-
21660 drivers/atm/iphase.c | 34 +-
21661 drivers/atm/lanai.c | 12 +-
21662 drivers/atm/nicstar.c | 46 +-
21663 drivers/atm/solos-pci.c | 4 +-
21664 drivers/atm/suni.c | 4 +-
21665 drivers/atm/uPD98402.c | 16 +-
21666 drivers/atm/zatm.c | 6 +-
21667 drivers/base/bus.c | 4 +-
21668 drivers/base/devtmpfs.c | 8 +-
21669 drivers/base/node.c | 2 +-
21670 drivers/base/platform-msi.c | 20 +-
21671 drivers/base/power/domain.c | 11 +-
21672 drivers/base/power/sysfs.c | 2 +-
21673 drivers/base/power/wakeup.c | 8 +-
21674 drivers/base/regmap/regmap-debugfs.c | 11 +-
21675 drivers/base/syscore.c | 4 +-
21676 drivers/block/cciss.c | 28 +-
21677 drivers/block/cciss.h | 2 +-
21678 drivers/block/cpqarray.c | 28 +-
21679 drivers/block/cpqarray.h | 2 +-
21680 drivers/block/drbd/drbd_bitmap.c | 2 +-
21681 drivers/block/drbd/drbd_int.h | 8 +-
21682 drivers/block/drbd/drbd_main.c | 12 +-
21683 drivers/block/drbd/drbd_nl.c | 4 +-
21684 drivers/block/drbd/drbd_receiver.c | 34 +-
21685 drivers/block/drbd/drbd_worker.c | 8 +-
21686 drivers/block/pktcdvd.c | 4 +-
21687 drivers/block/rbd.c | 2 +-
21688 drivers/bluetooth/btwilink.c | 2 +-
21689 drivers/bus/arm-cci.c | 12 +-
21690 drivers/cdrom/cdrom.c | 11 +-
21691 drivers/cdrom/gdrom.c | 1 -
21692 drivers/char/agp/compat_ioctl.c | 2 +-
21693 drivers/char/agp/frontend.c | 4 +-
21694 drivers/char/agp/intel-gtt.c | 4 +-
21695 drivers/char/hpet.c | 2 +-
21696 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
21697 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
21698 drivers/char/mem.c | 47 +-
21699 drivers/char/nvram.c | 2 +-
21700 drivers/char/pcmcia/synclink_cs.c | 16 +-
21701 drivers/char/random.c | 12 +-
21702 drivers/char/sonypi.c | 11 +-
21703 drivers/char/tpm/tpm_acpi.c | 3 +-
21704 drivers/char/tpm/tpm_eventlog.c | 4 +-
21705 drivers/char/virtio_console.c | 4 +-
21706 drivers/clk/clk-composite.c | 2 +-
21707 drivers/clk/samsung/clk.h | 2 +-
21708 drivers/clk/socfpga/clk-gate.c | 9 +-
21709 drivers/clk/socfpga/clk-pll.c | 9 +-
21710 drivers/clk/ti/clk.c | 8 +-
21711 drivers/cpufreq/acpi-cpufreq.c | 17 +-
21712 drivers/cpufreq/cpufreq-dt.c | 4 +-
21713 drivers/cpufreq/cpufreq.c | 30 +-
21714 drivers/cpufreq/cpufreq_governor.c | 2 +-
21715 drivers/cpufreq/cpufreq_governor.h | 4 +-
21716 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
21717 drivers/cpufreq/intel_pstate.c | 33 +-
21718 drivers/cpufreq/p4-clockmod.c | 12 +-
21719 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
21720 drivers/cpufreq/speedstep-centrino.c | 7 +-
21721 drivers/cpuidle/driver.c | 2 +-
21722 drivers/cpuidle/dt_idle_states.c | 2 +-
21723 drivers/cpuidle/governor.c | 2 +-
21724 drivers/cpuidle/sysfs.c | 2 +-
21725 drivers/crypto/hifn_795x.c | 4 +-
21726 drivers/devfreq/devfreq.c | 4 +-
21727 drivers/dma/sh/shdma-base.c | 4 +-
21728 drivers/dma/sh/shdmac.c | 2 +-
21729 drivers/edac/edac_device.c | 4 +-
21730 drivers/edac/edac_mc_sysfs.c | 2 +-
21731 drivers/edac/edac_pci.c | 4 +-
21732 drivers/edac/edac_pci_sysfs.c | 22 +-
21733 drivers/edac/mce_amd.h | 2 +-
21734 drivers/firewire/core-card.c | 6 +-
21735 drivers/firewire/core-device.c | 2 +-
21736 drivers/firewire/core-transaction.c | 1 +
21737 drivers/firewire/core.h | 1 +
21738 drivers/firmware/dmi-id.c | 2 +-
21739 drivers/firmware/dmi_scan.c | 12 +-
21740 drivers/firmware/efi/cper.c | 8 +-
21741 drivers/firmware/efi/efi.c | 12 +-
21742 drivers/firmware/efi/efivars.c | 2 +-
21743 drivers/firmware/efi/runtime-map.c | 2 +-
21744 drivers/firmware/google/gsmi.c | 2 +-
21745 drivers/firmware/google/memconsole.c | 7 +-
21746 drivers/firmware/memmap.c | 2 +-
21747 drivers/firmware/psci.c | 2 +-
21748 drivers/gpio/gpio-davinci.c | 6 +-
21749 drivers/gpio/gpio-em.c | 2 +-
21750 drivers/gpio/gpio-ich.c | 2 +-
21751 drivers/gpio/gpio-omap.c | 4 +-
21752 drivers/gpio/gpio-rcar.c | 2 +-
21753 drivers/gpio/gpio-vr41xx.c | 2 +-
21754 drivers/gpio/gpiolib.c | 12 +-
21755 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
21756 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
21757 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
21758 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
21759 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
21760 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
21761 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
21762 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
21763 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
21764 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
21765 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
21766 drivers/gpu/drm/drm_crtc.c | 2 +-
21767 drivers/gpu/drm/drm_drv.c | 2 +-
21768 drivers/gpu/drm/drm_fops.c | 12 +-
21769 drivers/gpu/drm/drm_global.c | 14 +-
21770 drivers/gpu/drm/drm_info.c | 13 +-
21771 drivers/gpu/drm/drm_ioc32.c | 13 +-
21772 drivers/gpu/drm/drm_ioctl.c | 2 +-
21773 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
21774 drivers/gpu/drm/i810/i810_drv.h | 4 +-
21775 drivers/gpu/drm/i915/i915_dma.c | 2 +-
21776 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
21777 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
21778 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
21779 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
21780 drivers/gpu/drm/i915/intel_display.c | 26 +-
21781 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
21782 drivers/gpu/drm/mga/mga_drv.h | 4 +-
21783 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
21784 drivers/gpu/drm/mga/mga_irq.c | 8 +-
21785 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
21786 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
21787 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
21788 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
21789 drivers/gpu/drm/omapdrm/Makefile | 2 +-
21790 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
21791 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
21792 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
21793 drivers/gpu/drm/qxl/qxl_ioctl.c | 10 +-
21794 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
21795 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
21796 drivers/gpu/drm/r128/r128_cce.c | 2 +-
21797 drivers/gpu/drm/r128/r128_drv.h | 4 +-
21798 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
21799 drivers/gpu/drm/r128/r128_irq.c | 4 +-
21800 drivers/gpu/drm/r128/r128_state.c | 4 +-
21801 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
21802 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
21803 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
21804 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
21805 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
21806 drivers/gpu/drm/radeon/radeon_state.c | 4 +-
21807 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
21808 drivers/gpu/drm/tegra/dc.c | 2 +-
21809 drivers/gpu/drm/tegra/dsi.c | 2 +-
21810 drivers/gpu/drm/tegra/hdmi.c | 2 +-
21811 drivers/gpu/drm/tegra/sor.c | 7 +-
21812 drivers/gpu/drm/tilcdc/Makefile | 6 +-
21813 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
21814 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
21815 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
21816 drivers/gpu/drm/udl/udl_fb.c | 1 -
21817 drivers/gpu/drm/via/via_drv.h | 4 +-
21818 drivers/gpu/drm/via/via_irq.c | 18 +-
21819 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
21820 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
21821 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
21822 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
21823 drivers/gpu/vga/vga_switcheroo.c | 4 +-
21824 drivers/hid/hid-core.c | 4 +-
21825 drivers/hid/hid-sensor-custom.c | 2 +-
21826 drivers/hv/channel.c | 2 +-
21827 drivers/hv/hv.c | 4 +-
21828 drivers/hv/hv_balloon.c | 18 +-
21829 drivers/hv/hyperv_vmbus.h | 2 +-
21830 drivers/hwmon/acpi_power_meter.c | 6 +-
21831 drivers/hwmon/applesmc.c | 2 +-
21832 drivers/hwmon/asus_atk0110.c | 10 +-
21833 drivers/hwmon/coretemp.c | 2 +-
21834 drivers/hwmon/dell-smm-hwmon.c | 2 +-
21835 drivers/hwmon/ibmaem.c | 2 +-
21836 drivers/hwmon/iio_hwmon.c | 2 +-
21837 drivers/hwmon/nct6683.c | 6 +-
21838 drivers/hwmon/nct6775.c | 6 +-
21839 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
21840 drivers/hwmon/sht15.c | 12 +-
21841 drivers/hwmon/via-cputemp.c | 2 +-
21842 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
21843 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
21844 drivers/i2c/i2c-dev.c | 2 +-
21845 drivers/ide/ide-cd.c | 2 +-
21846 drivers/ide/ide-disk.c | 2 +-
21847 drivers/iio/industrialio-core.c | 2 +-
21848 drivers/iio/magnetometer/ak8975.c | 2 +-
21849 drivers/infiniband/core/cm.c | 32 +-
21850 drivers/infiniband/core/fmr_pool.c | 20 +-
21851 drivers/infiniband/core/uverbs_cmd.c | 3 +
21852 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
21853 drivers/infiniband/hw/mlx4/mad.c | 2 +-
21854 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
21855 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
21856 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
21857 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
21858 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
21859 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
21860 drivers/infiniband/hw/nes/nes.c | 4 +-
21861 drivers/infiniband/hw/nes/nes.h | 40 +-
21862 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
21863 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
21864 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
21865 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
21866 drivers/infiniband/hw/qib/qib.h | 1 +
21867 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
21868 drivers/input/gameport/gameport.c | 4 +-
21869 drivers/input/input.c | 4 +-
21870 drivers/input/joystick/sidewinder.c | 1 +
21871 drivers/input/joystick/xpad.c | 4 +-
21872 drivers/input/misc/ims-pcu.c | 4 +-
21873 drivers/input/mouse/psmouse.h | 2 +-
21874 drivers/input/mousedev.c | 2 +-
21875 drivers/input/serio/serio.c | 4 +-
21876 drivers/input/serio/serio_raw.c | 4 +-
21877 drivers/input/touchscreen/htcpen.c | 2 +-
21878 drivers/iommu/arm-smmu-v3.c | 2 +-
21879 drivers/iommu/arm-smmu.c | 43 +-
21880 drivers/iommu/io-pgtable-arm.c | 101 +-
21881 drivers/iommu/io-pgtable.c | 11 +-
21882 drivers/iommu/io-pgtable.h | 19 +-
21883 drivers/iommu/iommu.c | 2 +-
21884 drivers/iommu/ipmmu-vmsa.c | 13 +-
21885 drivers/iommu/irq_remapping.c | 2 +-
21886 drivers/irqchip/irq-gic.c | 2 +-
21887 drivers/irqchip/irq-i8259.c | 2 +-
21888 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
21889 drivers/irqchip/irq-renesas-irqc.c | 2 +-
21890 drivers/isdn/capi/capi.c | 10 +-
21891 drivers/isdn/gigaset/interface.c | 8 +-
21892 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
21893 drivers/isdn/hardware/avm/b1.c | 4 +-
21894 drivers/isdn/i4l/isdn_common.c | 2 +
21895 drivers/isdn/i4l/isdn_tty.c | 22 +-
21896 drivers/isdn/icn/icn.c | 2 +-
21897 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
21898 drivers/lguest/core.c | 10 +-
21899 drivers/lguest/page_tables.c | 2 +-
21900 drivers/lguest/x86/core.c | 12 +-
21901 drivers/lguest/x86/switcher_32.S | 27 +-
21902 drivers/md/bcache/closure.h | 2 +-
21903 drivers/md/bitmap.c | 2 +-
21904 drivers/md/dm-ioctl.c | 2 +-
21905 drivers/md/dm-raid1.c | 18 +-
21906 drivers/md/dm-stats.c | 6 +-
21907 drivers/md/dm-stripe.c | 10 +-
21908 drivers/md/dm-table.c | 2 +-
21909 drivers/md/dm-thin-metadata.c | 4 +-
21910 drivers/md/dm.c | 16 +-
21911 drivers/md/md.c | 26 +-
21912 drivers/md/md.h | 6 +-
21913 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
21914 drivers/md/persistent-data/dm-space-map.h | 1 +
21915 drivers/md/raid1.c | 4 +-
21916 drivers/md/raid10.c | 18 +-
21917 drivers/md/raid5.c | 22 +-
21918 drivers/media/dvb-core/dvbdev.c | 2 +-
21919 drivers/media/dvb-frontends/af9033.h | 2 +-
21920 drivers/media/dvb-frontends/dib3000.h | 2 +-
21921 drivers/media/dvb-frontends/dib7000p.h | 2 +-
21922 drivers/media/dvb-frontends/dib8000.h | 2 +-
21923 drivers/media/pci/cx88/cx88-video.c | 6 +-
21924 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
21925 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
21926 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
21927 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
21928 drivers/media/pci/tw68/tw68-core.c | 2 +-
21929 drivers/media/platform/omap/omap_vout.c | 11 +-
21930 drivers/media/platform/s5p-tv/mixer.h | 2 +-
21931 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
21932 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
21933 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
21934 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
21935 drivers/media/radio/radio-cadet.c | 2 +
21936 drivers/media/radio/radio-maxiradio.c | 2 +-
21937 drivers/media/radio/radio-shark.c | 2 +-
21938 drivers/media/radio/radio-shark2.c | 2 +-
21939 drivers/media/radio/radio-si476x.c | 2 +-
21940 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
21941 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
21942 drivers/media/v4l2-core/v4l2-device.c | 4 +-
21943 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
21944 drivers/memory/omap-gpmc.c | 21 +-
21945 drivers/message/fusion/mptsas.c | 34 +-
21946 drivers/mfd/ab8500-debugfs.c | 2 +-
21947 drivers/mfd/kempld-core.c | 2 +-
21948 drivers/mfd/max8925-i2c.c | 2 +-
21949 drivers/mfd/tps65910.c | 2 +-
21950 drivers/mfd/twl4030-irq.c | 9 +-
21951 drivers/mfd/wm5110-tables.c | 2 +-
21952 drivers/mfd/wm8998-tables.c | 2 +-
21953 drivers/misc/c2port/core.c | 4 +-
21954 drivers/misc/kgdbts.c | 4 +-
21955 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
21956 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
21957 drivers/misc/mic/scif/scif_rb.c | 8 +-
21958 drivers/misc/sgi-gru/gruhandles.c | 4 +-
21959 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
21960 drivers/misc/sgi-gru/grutables.h | 154 +-
21961 drivers/misc/sgi-xp/xp.h | 2 +-
21962 drivers/misc/sgi-xp/xpc.h | 3 +-
21963 drivers/misc/sgi-xp/xpc_main.c | 2 +-
21964 drivers/mmc/card/block.c | 2 +-
21965 drivers/mmc/host/dw_mmc.h | 2 +-
21966 drivers/mmc/host/mmci.c | 4 +-
21967 drivers/mmc/host/omap_hsmmc.c | 4 +-
21968 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
21969 drivers/mmc/host/sdhci-s3c.c | 8 +-
21970 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
21971 drivers/mtd/nand/denali.c | 1 +
21972 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
21973 drivers/mtd/nftlmount.c | 1 +
21974 drivers/mtd/sm_ftl.c | 2 +-
21975 drivers/net/bonding/bond_netlink.c | 2 +-
21976 drivers/net/caif/caif_hsi.c | 2 +-
21977 drivers/net/can/Kconfig | 2 +-
21978 drivers/net/can/dev.c | 2 +-
21979 drivers/net/can/vcan.c | 2 +-
21980 drivers/net/dummy.c | 2 +-
21981 drivers/net/ethernet/8390/ax88796.c | 4 +-
21982 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
21983 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
21984 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
21985 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
21986 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
21987 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
21988 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
21989 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
21990 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
21991 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
21992 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
21993 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
21994 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
21995 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
21996 drivers/net/ethernet/broadcom/tg3.h | 1 +
21997 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
21998 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
21999 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
22000 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
22001 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
22002 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
22003 drivers/net/ethernet/faraday/ftmac100.c | 2 +
22004 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
22005 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
22006 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
22007 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
22008 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
22009 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
22010 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
22011 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
22012 drivers/net/ethernet/realtek/r8169.c | 8 +-
22013 drivers/net/ethernet/sfc/ptp.c | 2 +-
22014 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
22015 drivers/net/ethernet/via/via-rhine.c | 2 +-
22016 drivers/net/geneve.c | 2 +-
22017 drivers/net/hyperv/hyperv_net.h | 2 +-
22018 drivers/net/hyperv/rndis_filter.c | 4 +-
22019 drivers/net/ifb.c | 2 +-
22020 drivers/net/ipvlan/ipvlan_core.c | 2 +-
22021 drivers/net/macvlan.c | 20 +-
22022 drivers/net/macvtap.c | 6 +-
22023 drivers/net/nlmon.c | 2 +-
22024 drivers/net/phy/phy_device.c | 6 +-
22025 drivers/net/ppp/ppp_generic.c | 4 +-
22026 drivers/net/slip/slhc.c | 2 +-
22027 drivers/net/team/team.c | 4 +-
22028 drivers/net/tun.c | 7 +-
22029 drivers/net/usb/hso.c | 23 +-
22030 drivers/net/usb/r8152.c | 2 +-
22031 drivers/net/usb/sierra_net.c | 4 +-
22032 drivers/net/virtio_net.c | 2 +-
22033 drivers/net/vrf.c | 2 +-
22034 drivers/net/vxlan.c | 4 +-
22035 drivers/net/wimax/i2400m/rx.c | 2 +-
22036 drivers/net/wireless/airo.c | 2 +-
22037 drivers/net/wireless/at76c50x-usb.c | 2 +-
22038 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
22039 drivers/net/wireless/ath/ath10k/htc.c | 7 +-
22040 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
22041 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
22042 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
22043 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
22044 drivers/net/wireless/ath/ath9k/main.c | 22 +-
22045 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
22046 drivers/net/wireless/b43/phy_lp.c | 2 +-
22047 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
22048 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
22049 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
22050 drivers/net/wireless/mac80211_hwsim.c | 28 +-
22051 drivers/net/wireless/rndis_wlan.c | 2 +-
22052 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
22053 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
22054 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
22055 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
22056 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
22057 drivers/nfc/nfcwilink.c | 2 +-
22058 drivers/of/fdt.c | 4 +-
22059 drivers/oprofile/buffer_sync.c | 8 +-
22060 drivers/oprofile/event_buffer.c | 2 +-
22061 drivers/oprofile/oprof.c | 2 +-
22062 drivers/oprofile/oprofile_stats.c | 10 +-
22063 drivers/oprofile/oprofile_stats.h | 10 +-
22064 drivers/oprofile/oprofilefs.c | 6 +-
22065 drivers/oprofile/timer_int.c | 2 +-
22066 drivers/parport/procfs.c | 4 +-
22067 drivers/pci/host/pci-host-generic.c | 24 +-
22068 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
22069 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
22070 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
22071 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
22072 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
22073 drivers/pci/hotplug/pciehp_core.c | 2 +-
22074 drivers/pci/msi.c | 22 +-
22075 drivers/pci/pci-sysfs.c | 6 +-
22076 drivers/pci/pci.h | 2 +-
22077 drivers/pci/pcie/aspm.c | 6 +-
22078 drivers/pci/pcie/portdrv_pci.c | 2 +-
22079 drivers/pci/probe.c | 2 +-
22080 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
22081 drivers/pinctrl/pinctrl-at91.c | 5 +-
22082 drivers/platform/chrome/chromeos_pstore.c | 2 +-
22083 drivers/platform/x86/alienware-wmi.c | 4 +-
22084 drivers/platform/x86/compal-laptop.c | 2 +-
22085 drivers/platform/x86/hdaps.c | 2 +-
22086 drivers/platform/x86/ibm_rtl.c | 2 +-
22087 drivers/platform/x86/intel_oaktrail.c | 2 +-
22088 drivers/platform/x86/msi-laptop.c | 16 +-
22089 drivers/platform/x86/msi-wmi.c | 2 +-
22090 drivers/platform/x86/samsung-laptop.c | 2 +-
22091 drivers/platform/x86/samsung-q10.c | 2 +-
22092 drivers/platform/x86/sony-laptop.c | 14 +-
22093 drivers/platform/x86/thinkpad_acpi.c | 2 +-
22094 drivers/pnp/pnpbios/bioscalls.c | 14 +-
22095 drivers/pnp/pnpbios/core.c | 2 +-
22096 drivers/power/pda_power.c | 7 +-
22097 drivers/power/power_supply.h | 4 +-
22098 drivers/power/power_supply_core.c | 7 +-
22099 drivers/power/power_supply_sysfs.c | 6 +-
22100 drivers/power/reset/at91-reset.c | 9 +-
22101 drivers/powercap/powercap_sys.c | 136 +-
22102 drivers/ptp/ptp_private.h | 2 +-
22103 drivers/ptp/ptp_sysfs.c | 2 +-
22104 drivers/regulator/core.c | 4 +-
22105 drivers/regulator/max8660.c | 6 +-
22106 drivers/regulator/max8973-regulator.c | 16 +-
22107 drivers/regulator/mc13892-regulator.c | 8 +-
22108 drivers/rtc/rtc-armada38x.c | 7 +-
22109 drivers/rtc/rtc-cmos.c | 4 +-
22110 drivers/rtc/rtc-ds1307.c | 2 +-
22111 drivers/rtc/rtc-m48t59.c | 4 +-
22112 drivers/rtc/rtc-test.c | 6 +-
22113 drivers/scsi/be2iscsi/be_main.c | 2 +-
22114 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
22115 drivers/scsi/bfa/bfa_ioc.h | 4 +-
22116 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
22117 drivers/scsi/hosts.c | 4 +-
22118 drivers/scsi/hpsa.c | 38 +-
22119 drivers/scsi/hpsa.h | 2 +-
22120 drivers/scsi/libfc/fc_exch.c | 50 +-
22121 drivers/scsi/libsas/sas_ata.c | 2 +-
22122 drivers/scsi/lpfc/lpfc.h | 8 +-
22123 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
22124 drivers/scsi/lpfc/lpfc_init.c | 6 +-
22125 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
22126 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
22127 drivers/scsi/mpt2sas/mpt2sas_scsih.c | 8 +-
22128 drivers/scsi/pmcraid.c | 20 +-
22129 drivers/scsi/pmcraid.h | 8 +-
22130 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
22131 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
22132 drivers/scsi/qla2xxx/qla_os.c | 6 +-
22133 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
22134 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
22135 drivers/scsi/scsi.c | 2 +-
22136 drivers/scsi/scsi_lib.c | 8 +-
22137 drivers/scsi/scsi_sysfs.c | 2 +-
22138 drivers/scsi/scsi_transport_fc.c | 8 +-
22139 drivers/scsi/scsi_transport_iscsi.c | 6 +-
22140 drivers/scsi/scsi_transport_srp.c | 6 +-
22141 drivers/scsi/sd.c | 6 +-
22142 drivers/scsi/sg.c | 2 +-
22143 drivers/scsi/sr.c | 21 +-
22144 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
22145 drivers/spi/spi.c | 2 +-
22146 drivers/staging/android/timed_output.c | 6 +-
22147 drivers/staging/comedi/comedi_fops.c | 8 +-
22148 drivers/staging/fbtft/fbtft-core.c | 2 +-
22149 drivers/staging/fbtft/fbtft.h | 2 +-
22150 drivers/staging/gdm724x/gdm_tty.c | 2 +-
22151 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
22152 drivers/staging/iio/adc/ad7280a.c | 4 +-
22153 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
22154 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
22155 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
22156 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
22157 drivers/staging/lustre/lustre/include/obd.h | 2 +-
22158 drivers/staging/octeon/ethernet-rx.c | 20 +-
22159 drivers/staging/octeon/ethernet.c | 8 +-
22160 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
22161 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
22162 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
22163 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
22164 drivers/staging/sm750fb/sm750.c | 14 +-
22165 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
22166 drivers/target/sbp/sbp_target.c | 4 +-
22167 drivers/thermal/cpu_cooling.c | 9 +-
22168 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
22169 drivers/thermal/of-thermal.c | 17 +-
22170 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
22171 drivers/tty/cyclades.c | 6 +-
22172 drivers/tty/hvc/hvc_console.c | 14 +-
22173 drivers/tty/hvc/hvcs.c | 21 +-
22174 drivers/tty/hvc/hvsi.c | 22 +-
22175 drivers/tty/hvc/hvsi_lib.c | 4 +-
22176 drivers/tty/ipwireless/tty.c | 27 +-
22177 drivers/tty/moxa.c | 2 +-
22178 drivers/tty/n_gsm.c | 4 +-
22179 drivers/tty/n_tty.c | 3 +-
22180 drivers/tty/pty.c | 4 +-
22181 drivers/tty/rocket.c | 6 +-
22182 drivers/tty/serial/8250/8250_core.c | 10 +-
22183 drivers/tty/serial/ifx6x60.c | 2 +-
22184 drivers/tty/serial/ioc4_serial.c | 6 +-
22185 drivers/tty/serial/kgdb_nmi.c | 4 +-
22186 drivers/tty/serial/kgdboc.c | 32 +-
22187 drivers/tty/serial/msm_serial.c | 4 +-
22188 drivers/tty/serial/samsung.c | 9 +-
22189 drivers/tty/serial/serial_core.c | 8 +-
22190 drivers/tty/synclink.c | 34 +-
22191 drivers/tty/synclink_gt.c | 28 +-
22192 drivers/tty/synclinkmp.c | 34 +-
22193 drivers/tty/tty_io.c | 2 +-
22194 drivers/tty/tty_ldisc.c | 8 +-
22195 drivers/tty/tty_port.c | 22 +-
22196 drivers/uio/uio.c | 13 +-
22197 drivers/usb/atm/cxacru.c | 2 +-
22198 drivers/usb/atm/usbatm.c | 24 +-
22199 drivers/usb/class/cdc-acm.h | 2 +-
22200 drivers/usb/core/devices.c | 6 +-
22201 drivers/usb/core/devio.c | 12 +-
22202 drivers/usb/core/hcd.c | 4 +-
22203 drivers/usb/core/sysfs.c | 2 +-
22204 drivers/usb/core/usb.c | 2 +-
22205 drivers/usb/early/ehci-dbgp.c | 16 +-
22206 drivers/usb/gadget/function/u_serial.c | 22 +-
22207 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
22208 drivers/usb/host/ehci-hcd.c | 2 +-
22209 drivers/usb/host/ehci-hub.c | 4 +-
22210 drivers/usb/host/ehci-q.c | 4 +-
22211 drivers/usb/host/fotg210-hcd.c | 2 +-
22212 drivers/usb/host/fusbh200-hcd.c | 2 +-
22213 drivers/usb/host/hwa-hc.c | 2 +-
22214 drivers/usb/host/ohci-hcd.c | 2 +-
22215 drivers/usb/host/r8a66597.h | 2 +-
22216 drivers/usb/host/uhci-hcd.c | 2 +-
22217 drivers/usb/host/xhci-pci.c | 2 +-
22218 drivers/usb/host/xhci.c | 2 +-
22219 drivers/usb/misc/appledisplay.c | 4 +-
22220 drivers/usb/serial/console.c | 8 +-
22221 drivers/usb/storage/transport.c | 2 +-
22222 drivers/usb/storage/usb.c | 2 +-
22223 drivers/usb/storage/usb.h | 2 +-
22224 drivers/usb/usbip/vhci.h | 2 +-
22225 drivers/usb/usbip/vhci_hcd.c | 6 +-
22226 drivers/usb/usbip/vhci_rx.c | 2 +-
22227 drivers/usb/wusbcore/wa-hc.h | 4 +-
22228 drivers/usb/wusbcore/wa-xfer.c | 2 +-
22229 drivers/vfio/vfio.c | 2 +-
22230 drivers/vhost/vringh.c | 20 +-
22231 drivers/video/backlight/kb3886_bl.c | 2 +-
22232 drivers/video/console/fbcon.c | 2 +-
22233 drivers/video/fbdev/aty/aty128fb.c | 2 +-
22234 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
22235 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
22236 drivers/video/fbdev/core/fb_defio.c | 6 +-
22237 drivers/video/fbdev/core/fbmem.c | 2 +-
22238 drivers/video/fbdev/hyperv_fb.c | 4 +-
22239 drivers/video/fbdev/i810/i810_accel.c | 1 +
22240 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
22241 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
22242 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
22243 drivers/video/fbdev/omap2/dss/display.c | 8 +-
22244 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
22245 drivers/video/fbdev/smscufx.c | 4 +-
22246 drivers/video/fbdev/udlfb.c | 36 +-
22247 drivers/video/fbdev/uvesafb.c | 52 +-
22248 drivers/video/fbdev/vesafb.c | 58 +-
22249 drivers/video/fbdev/via/via_clock.h | 2 +-
22250 drivers/xen/events/events_base.c | 6 +-
22251 drivers/xen/evtchn.c | 4 +-
22252 fs/Kconfig.binfmt | 2 +-
22253 fs/afs/inode.c | 4 +-
22254 fs/aio.c | 2 +-
22255 fs/autofs4/waitq.c | 2 +-
22256 fs/befs/endian.h | 6 +-
22257 fs/binfmt_aout.c | 23 +-
22258 fs/binfmt_elf.c | 670 +-
22259 fs/binfmt_elf_fdpic.c | 4 +-
22260 fs/block_dev.c | 2 +-
22261 fs/btrfs/ctree.c | 9 +-
22262 fs/btrfs/delayed-inode.c | 9 +-
22263 fs/btrfs/delayed-inode.h | 6 +-
22264 fs/btrfs/file.c | 10 +-
22265 fs/btrfs/inode.c | 14 +-
22266 fs/btrfs/super.c | 2 +-
22267 fs/btrfs/sysfs.c | 2 +-
22268 fs/btrfs/tests/free-space-tests.c | 8 +-
22269 fs/btrfs/tree-log.h | 2 +-
22270 fs/buffer.c | 2 +-
22271 fs/cachefiles/bind.c | 6 +-
22272 fs/cachefiles/daemon.c | 8 +-
22273 fs/cachefiles/internal.h | 12 +-
22274 fs/cachefiles/namei.c | 2 +-
22275 fs/cachefiles/proc.c | 12 +-
22276 fs/ceph/dir.c | 12 +-
22277 fs/ceph/super.c | 4 +-
22278 fs/cifs/cifs_debug.c | 12 +-
22279 fs/cifs/cifsfs.c | 8 +-
22280 fs/cifs/cifsglob.h | 54 +-
22281 fs/cifs/file.c | 10 +-
22282 fs/cifs/misc.c | 4 +-
22283 fs/cifs/smb1ops.c | 80 +-
22284 fs/cifs/smb2ops.c | 84 +-
22285 fs/cifs/smb2pdu.c | 3 +-
22286 fs/coda/cache.c | 10 +-
22287 fs/compat.c | 4 +-
22288 fs/compat_binfmt_elf.c | 2 +
22289 fs/compat_ioctl.c | 12 +-
22290 fs/configfs/dir.c | 10 +-
22291 fs/coredump.c | 16 +-
22292 fs/dcache.c | 51 +-
22293 fs/ecryptfs/inode.c | 2 +-
22294 fs/ecryptfs/miscdev.c | 2 +-
22295 fs/exec.c | 362 +-
22296 fs/ext2/xattr.c | 5 +-
22297 fs/ext4/ext4.h | 20 +-
22298 fs/ext4/mballoc.c | 44 +-
22299 fs/ext4/resize.c | 16 +-
22300 fs/ext4/super.c | 4 +-
22301 fs/ext4/xattr.c | 5 +-
22302 fs/fhandle.c | 3 +-
22303 fs/file.c | 4 +-
22304 fs/fs_struct.c | 8 +-
22305 fs/fscache/cookie.c | 40 +-
22306 fs/fscache/internal.h | 202 +-
22307 fs/fscache/object.c | 26 +-
22308 fs/fscache/operation.c | 38 +-
22309 fs/fscache/page.c | 110 +-
22310 fs/fscache/stats.c | 348 +-
22311 fs/fuse/cuse.c | 10 +-
22312 fs/fuse/dev.c | 4 +-
22313 fs/gfs2/glock.c | 22 +-
22314 fs/gfs2/glops.c | 4 +-
22315 fs/gfs2/quota.c | 6 +-
22316 fs/hugetlbfs/inode.c | 13 +-
22317 fs/inode.c | 4 +-
22318 fs/jffs2/erase.c | 3 +-
22319 fs/jffs2/wbuf.c | 3 +-
22320 fs/jfs/super.c | 2 +-
22321 fs/kernfs/dir.c | 2 +-
22322 fs/kernfs/file.c | 20 +-
22323 fs/libfs.c | 10 +-
22324 fs/lockd/clntproc.c | 4 +-
22325 fs/namei.c | 16 +-
22326 fs/namespace.c | 16 +-
22327 fs/nfs/callback_xdr.c | 2 +-
22328 fs/nfs/inode.c | 6 +-
22329 fs/nfsd/nfs4proc.c | 2 +-
22330 fs/nfsd/nfs4xdr.c | 2 +-
22331 fs/nfsd/nfscache.c | 11 +-
22332 fs/nfsd/vfs.c | 6 +-
22333 fs/nls/nls_base.c | 26 +-
22334 fs/nls/nls_euc-jp.c | 6 +-
22335 fs/nls/nls_koi8-ru.c | 6 +-
22336 fs/notify/fanotify/fanotify_user.c | 4 +-
22337 fs/notify/notification.c | 4 +-
22338 fs/ntfs/dir.c | 2 +-
22339 fs/ntfs/super.c | 6 +-
22340 fs/ocfs2/localalloc.c | 2 +-
22341 fs/ocfs2/ocfs2.h | 10 +-
22342 fs/ocfs2/suballoc.c | 12 +-
22343 fs/ocfs2/super.c | 20 +-
22344 fs/pipe.c | 72 +-
22345 fs/posix_acl.c | 4 +-
22346 fs/proc/array.c | 20 +
22347 fs/proc/base.c | 4 +-
22348 fs/proc/kcore.c | 34 +-
22349 fs/proc/meminfo.c | 2 +-
22350 fs/proc/nommu.c | 2 +-
22351 fs/proc/proc_sysctl.c | 26 +-
22352 fs/proc/task_mmu.c | 39 +-
22353 fs/proc/task_nommu.c | 4 +-
22354 fs/proc/vmcore.c | 16 +-
22355 fs/qnx6/qnx6.h | 4 +-
22356 fs/quota/netlink.c | 4 +-
22357 fs/read_write.c | 2 +-
22358 fs/reiserfs/do_balan.c | 2 +-
22359 fs/reiserfs/procfs.c | 2 +-
22360 fs/reiserfs/reiserfs.h | 4 +-
22361 fs/seq_file.c | 4 +-
22362 fs/splice.c | 43 +-
22363 fs/squashfs/xattr.c | 12 +-
22364 fs/sysv/sysv.h | 2 +-
22365 fs/tracefs/inode.c | 8 +-
22366 fs/udf/misc.c | 2 +-
22367 fs/ufs/swab.h | 4 +-
22368 fs/userfaultfd.c | 2 +-
22369 fs/xattr.c | 21 +
22370 fs/xfs/libxfs/xfs_bmap.c | 2 +-
22371 fs/xfs/xfs_dir2_readdir.c | 7 +-
22372 fs/xfs/xfs_ioctl.c | 2 +-
22373 fs/xfs/xfs_linux.h | 4 +-
22374 include/asm-generic/4level-fixup.h | 2 +
22375 include/asm-generic/atomic-long.h | 156 +-
22376 include/asm-generic/atomic64.h | 12 +
22377 include/asm-generic/bitops/__fls.h | 2 +-
22378 include/asm-generic/bitops/fls.h | 2 +-
22379 include/asm-generic/bitops/fls64.h | 4 +-
22380 include/asm-generic/bug.h | 6 +-
22381 include/asm-generic/cache.h | 4 +-
22382 include/asm-generic/emergency-restart.h | 2 +-
22383 include/asm-generic/kmap_types.h | 4 +-
22384 include/asm-generic/local.h | 13 +
22385 include/asm-generic/pgtable-nopmd.h | 18 +-
22386 include/asm-generic/pgtable-nopud.h | 15 +-
22387 include/asm-generic/pgtable.h | 16 +
22388 include/asm-generic/sections.h | 1 +
22389 include/asm-generic/uaccess.h | 16 +
22390 include/asm-generic/vmlinux.lds.h | 15 +-
22391 include/crypto/algapi.h | 2 +-
22392 include/drm/drmP.h | 16 +-
22393 include/drm/drm_crtc_helper.h | 2 +-
22394 include/drm/drm_mm.h | 2 +-
22395 include/drm/i915_pciids.h | 2 +-
22396 include/drm/intel-gtt.h | 4 +-
22397 include/drm/ttm/ttm_memory.h | 2 +-
22398 include/drm/ttm/ttm_page_alloc.h | 1 +
22399 include/keys/asymmetric-subtype.h | 2 +-
22400 include/linux/atmdev.h | 4 +-
22401 include/linux/atomic.h | 17 +-
22402 include/linux/audit.h | 2 +-
22403 include/linux/average.h | 2 +-
22404 include/linux/binfmts.h | 3 +-
22405 include/linux/bitmap.h | 2 +-
22406 include/linux/bitops.h | 8 +-
22407 include/linux/blkdev.h | 2 +-
22408 include/linux/blktrace_api.h | 2 +-
22409 include/linux/cache.h | 8 +
22410 include/linux/cdrom.h | 1 -
22411 include/linux/cleancache.h | 2 +-
22412 include/linux/clk-provider.h | 1 +
22413 include/linux/compat.h | 6 +-
22414 include/linux/compiler-gcc.h | 28 +-
22415 include/linux/compiler.h | 157 +-
22416 include/linux/configfs.h | 2 +-
22417 include/linux/cpufreq.h | 3 +-
22418 include/linux/cpuidle.h | 5 +-
22419 include/linux/cpumask.h | 14 +-
22420 include/linux/crypto.h | 4 +-
22421 include/linux/ctype.h | 2 +-
22422 include/linux/dcache.h | 4 +-
22423 include/linux/decompress/mm.h | 2 +-
22424 include/linux/devfreq.h | 2 +-
22425 include/linux/device.h | 7 +-
22426 include/linux/dma-mapping.h | 2 +-
22427 include/linux/efi.h | 1 +
22428 include/linux/elf.h | 2 +
22429 include/linux/err.h | 4 +-
22430 include/linux/extcon.h | 2 +-
22431 include/linux/fb.h | 3 +-
22432 include/linux/fdtable.h | 2 +-
22433 include/linux/fs.h | 5 +-
22434 include/linux/fs_struct.h | 2 +-
22435 include/linux/fscache-cache.h | 2 +-
22436 include/linux/fscache.h | 2 +-
22437 include/linux/fsnotify.h | 2 +-
22438 include/linux/genhd.h | 4 +-
22439 include/linux/genl_magic_func.h | 2 +-
22440 include/linux/gfp.h | 12 +-
22441 include/linux/highmem.h | 12 +
22442 include/linux/hwmon-sysfs.h | 6 +-
22443 include/linux/i2c.h | 1 +
22444 include/linux/if_pppox.h | 2 +-
22445 include/linux/init.h | 12 +-
22446 include/linux/init_task.h | 7 +
22447 include/linux/interrupt.h | 6 +-
22448 include/linux/iommu.h | 2 +-
22449 include/linux/ioport.h | 2 +-
22450 include/linux/ipc.h | 2 +-
22451 include/linux/irq.h | 5 +-
22452 include/linux/irqdesc.h | 2 +-
22453 include/linux/irqdomain.h | 3 +
22454 include/linux/jiffies.h | 16 +-
22455 include/linux/key-type.h | 2 +-
22456 include/linux/kgdb.h | 6 +-
22457 include/linux/kmemleak.h | 4 +-
22458 include/linux/kobject.h | 3 +-
22459 include/linux/kobject_ns.h | 2 +-
22460 include/linux/kref.h | 2 +-
22461 include/linux/libata.h | 2 +-
22462 include/linux/linkage.h | 1 +
22463 include/linux/list.h | 15 +
22464 include/linux/lockref.h | 26 +-
22465 include/linux/math64.h | 10 +-
22466 include/linux/mempolicy.h | 7 +
22467 include/linux/mm.h | 102 +-
22468 include/linux/mm_types.h | 20 +
22469 include/linux/mmiotrace.h | 4 +-
22470 include/linux/mmzone.h | 2 +-
22471 include/linux/mod_devicetable.h | 4 +-
22472 include/linux/module.h | 69 +-
22473 include/linux/moduleloader.h | 16 +
22474 include/linux/moduleparam.h | 4 +-
22475 include/linux/net.h | 2 +-
22476 include/linux/netdevice.h | 7 +-
22477 include/linux/netfilter.h | 2 +-
22478 include/linux/netfilter/nfnetlink.h | 2 +-
22479 include/linux/nls.h | 4 +-
22480 include/linux/notifier.h | 3 +-
22481 include/linux/oprofile.h | 4 +-
22482 include/linux/padata.h | 2 +-
22483 include/linux/pci_hotplug.h | 3 +-
22484 include/linux/percpu.h | 2 +-
22485 include/linux/perf_event.h | 12 +-
22486 include/linux/pipe_fs_i.h | 8 +-
22487 include/linux/pm.h | 1 +
22488 include/linux/pm_domain.h | 4 +-
22489 include/linux/pm_runtime.h | 2 +-
22490 include/linux/pnp.h | 2 +-
22491 include/linux/poison.h | 4 +-
22492 include/linux/power/smartreflex.h | 2 +-
22493 include/linux/ppp-comp.h | 2 +-
22494 include/linux/preempt.h | 21 +
22495 include/linux/proc_ns.h | 2 +-
22496 include/linux/psci.h | 2 +-
22497 include/linux/quota.h | 2 +-
22498 include/linux/random.h | 19 +-
22499 include/linux/rculist.h | 16 +
22500 include/linux/reboot.h | 14 +-
22501 include/linux/regset.h | 3 +-
22502 include/linux/relay.h | 2 +-
22503 include/linux/rio.h | 2 +-
22504 include/linux/rmap.h | 4 +-
22505 include/linux/sched.h | 72 +-
22506 include/linux/sched/sysctl.h | 1 +
22507 include/linux/semaphore.h | 2 +-
22508 include/linux/seq_file.h | 1 +
22509 include/linux/signal.h | 2 +-
22510 include/linux/skbuff.h | 12 +-
22511 include/linux/slab.h | 47 +-
22512 include/linux/slab_def.h | 14 +-
22513 include/linux/slub_def.h | 2 +-
22514 include/linux/smp.h | 2 +
22515 include/linux/sock_diag.h | 2 +-
22516 include/linux/sonet.h | 2 +-
22517 include/linux/sunrpc/addr.h | 8 +-
22518 include/linux/sunrpc/clnt.h | 2 +-
22519 include/linux/sunrpc/svc.h | 2 +-
22520 include/linux/sunrpc/svc_rdma.h | 18 +-
22521 include/linux/sunrpc/svcauth.h | 2 +-
22522 include/linux/swapops.h | 10 +-
22523 include/linux/swiotlb.h | 3 +-
22524 include/linux/syscalls.h | 21 +-
22525 include/linux/syscore_ops.h | 2 +-
22526 include/linux/sysctl.h | 3 +-
22527 include/linux/sysfs.h | 9 +-
22528 include/linux/sysrq.h | 3 +-
22529 include/linux/tcp.h | 14 +-
22530 include/linux/thread_info.h | 7 +
22531 include/linux/tty.h | 4 +-
22532 include/linux/tty_driver.h | 2 +-
22533 include/linux/tty_ldisc.h | 2 +-
22534 include/linux/types.h | 16 +
22535 include/linux/uaccess.h | 6 +-
22536 include/linux/uio_driver.h | 2 +-
22537 include/linux/unaligned/access_ok.h | 24 +-
22538 include/linux/usb.h | 12 +-
22539 include/linux/usb/hcd.h | 1 +
22540 include/linux/usb/renesas_usbhs.h | 2 +-
22541 include/linux/vermagic.h | 21 +-
22542 include/linux/vga_switcheroo.h | 8 +-
22543 include/linux/vmalloc.h | 7 +-
22544 include/linux/vmstat.h | 24 +-
22545 include/linux/xattr.h | 5 +-
22546 include/linux/zlib.h | 3 +-
22547 include/media/v4l2-dev.h | 2 +-
22548 include/media/v4l2-device.h | 2 +-
22549 include/net/9p/transport.h | 2 +-
22550 include/net/bluetooth/l2cap.h | 2 +-
22551 include/net/bonding.h | 2 +-
22552 include/net/caif/cfctrl.h | 6 +-
22553 include/net/flow.h | 2 +-
22554 include/net/genetlink.h | 2 +-
22555 include/net/gro_cells.h | 2 +-
22556 include/net/inet_connection_sock.h | 2 +-
22557 include/net/inet_sock.h | 2 +-
22558 include/net/inetpeer.h | 2 +-
22559 include/net/ip_fib.h | 2 +-
22560 include/net/ip_vs.h | 8 +-
22561 include/net/ipv6.h | 2 +-
22562 include/net/irda/ircomm_tty.h | 1 +
22563 include/net/iucv/af_iucv.h | 2 +-
22564 include/net/llc_c_ac.h | 2 +-
22565 include/net/llc_c_ev.h | 4 +-
22566 include/net/llc_c_st.h | 2 +-
22567 include/net/llc_s_ac.h | 2 +-
22568 include/net/llc_s_st.h | 2 +-
22569 include/net/mac80211.h | 4 +-
22570 include/net/neighbour.h | 2 +-
22571 include/net/net_namespace.h | 18 +-
22572 include/net/netlink.h | 2 +-
22573 include/net/netns/conntrack.h | 6 +-
22574 include/net/netns/ipv4.h | 4 +-
22575 include/net/netns/ipv6.h | 4 +-
22576 include/net/netns/xfrm.h | 2 +-
22577 include/net/ping.h | 2 +-
22578 include/net/protocol.h | 4 +-
22579 include/net/rtnetlink.h | 2 +-
22580 include/net/sctp/checksum.h | 4 +-
22581 include/net/sctp/sm.h | 4 +-
22582 include/net/sctp/structs.h | 2 +-
22583 include/net/sock.h | 12 +-
22584 include/net/tcp.h | 8 +-
22585 include/net/xfrm.h | 13 +-
22586 include/rdma/iw_cm.h | 2 +-
22587 include/scsi/libfc.h | 3 +-
22588 include/scsi/scsi_device.h | 6 +-
22589 include/scsi/scsi_driver.h | 2 +-
22590 include/scsi/scsi_transport_fc.h | 3 +-
22591 include/scsi/sg.h | 2 +-
22592 include/sound/compress_driver.h | 2 +-
22593 include/sound/soc.h | 4 +-
22594 include/trace/events/irq.h | 4 +-
22595 include/uapi/linux/a.out.h | 8 +
22596 include/uapi/linux/bcache.h | 5 +-
22597 include/uapi/linux/byteorder/little_endian.h | 28 +-
22598 include/uapi/linux/connector.h | 2 +-
22599 include/uapi/linux/elf.h | 28 +
22600 include/uapi/linux/screen_info.h | 3 +-
22601 include/uapi/linux/swab.h | 6 +-
22602 include/uapi/linux/xattr.h | 4 +
22603 include/video/udlfb.h | 8 +-
22604 include/video/uvesafb.h | 1 +
22605 init/Kconfig | 2 +-
22606 init/Makefile | 3 +
22607 init/do_mounts.c | 14 +-
22608 init/do_mounts.h | 8 +-
22609 init/do_mounts_initrd.c | 30 +-
22610 init/do_mounts_md.c | 6 +-
22611 init/init_task.c | 4 +
22612 init/initramfs.c | 38 +-
22613 init/main.c | 30 +-
22614 ipc/compat.c | 4 +-
22615 ipc/ipc_sysctl.c | 8 +-
22616 ipc/mq_sysctl.c | 4 +-
22617 ipc/sem.c | 4 +-
22618 ipc/shm.c | 6 +
22619 kernel/audit.c | 8 +-
22620 kernel/auditsc.c | 4 +-
22621 kernel/bpf/core.c | 7 +-
22622 kernel/capability.c | 3 +
22623 kernel/compat.c | 38 +-
22624 kernel/debug/debug_core.c | 16 +-
22625 kernel/debug/kdb/kdb_main.c | 4 +-
22626 kernel/events/core.c | 26 +-
22627 kernel/events/internal.h | 10 +-
22628 kernel/events/uprobes.c | 2 +-
22629 kernel/exit.c | 2 +-
22630 kernel/fork.c | 167 +-
22631 kernel/futex.c | 11 +-
22632 kernel/futex_compat.c | 2 +-
22633 kernel/gcov/base.c | 7 +-
22634 kernel/irq/manage.c | 2 +-
22635 kernel/irq/msi.c | 19 +-
22636 kernel/irq/spurious.c | 2 +-
22637 kernel/jump_label.c | 5 +
22638 kernel/kallsyms.c | 37 +-
22639 kernel/kexec.c | 3 +-
22640 kernel/kmod.c | 8 +-
22641 kernel/kprobes.c | 4 +-
22642 kernel/ksysfs.c | 2 +-
22643 kernel/locking/lockdep.c | 7 +-
22644 kernel/locking/mutex-debug.c | 12 +-
22645 kernel/locking/mutex-debug.h | 4 +-
22646 kernel/locking/mutex.c | 6 +-
22647 kernel/module.c | 422 +-
22648 kernel/notifier.c | 17 +-
22649 kernel/padata.c | 4 +-
22650 kernel/panic.c | 5 +-
22651 kernel/pid.c | 2 +-
22652 kernel/pid_namespace.c | 2 +-
22653 kernel/power/process.c | 12 +-
22654 kernel/profile.c | 14 +-
22655 kernel/ptrace.c | 8 +-
22656 kernel/rcu/rcutorture.c | 60 +-
22657 kernel/rcu/tiny.c | 4 +-
22658 kernel/rcu/tree.c | 44 +-
22659 kernel/rcu/tree.h | 14 +-
22660 kernel/rcu/tree_plugin.h | 14 +-
22661 kernel/rcu/tree_trace.c | 12 +-
22662 kernel/sched/auto_group.c | 4 +-
22663 kernel/sched/core.c | 45 +-
22664 kernel/sched/fair.c | 2 +-
22665 kernel/sched/sched.h | 2 +-
22666 kernel/signal.c | 12 +-
22667 kernel/smpboot.c | 4 +-
22668 kernel/softirq.c | 12 +-
22669 kernel/sys.c | 10 +-
22670 kernel/sysctl.c | 34 +-
22671 kernel/time/alarmtimer.c | 2 +-
22672 kernel/time/posix-cpu-timers.c | 4 +-
22673 kernel/time/posix-timers.c | 24 +-
22674 kernel/time/timer.c | 2 +-
22675 kernel/time/timer_stats.c | 10 +-
22676 kernel/trace/blktrace.c | 6 +-
22677 kernel/trace/ftrace.c | 15 +-
22678 kernel/trace/ring_buffer.c | 96 +-
22679 kernel/trace/trace.c | 2 +-
22680 kernel/trace/trace.h | 2 +-
22681 kernel/trace/trace_clock.c | 4 +-
22682 kernel/trace/trace_events.c | 1 -
22683 kernel/trace/trace_functions_graph.c | 4 +-
22684 kernel/trace/trace_mmiotrace.c | 8 +-
22685 kernel/trace/trace_output.c | 10 +-
22686 kernel/trace/trace_seq.c | 2 +-
22687 kernel/trace/trace_stack.c | 2 +-
22688 kernel/user_namespace.c | 2 +-
22689 kernel/utsname_sysctl.c | 2 +-
22690 kernel/watchdog.c | 2 +-
22691 kernel/workqueue.c | 2 +-
22692 lib/Kconfig.debug | 8 +-
22693 lib/Makefile | 2 +-
22694 lib/bitmap.c | 8 +-
22695 lib/bug.c | 2 +
22696 lib/debugobjects.c | 2 +-
22697 lib/decompress_bunzip2.c | 3 +-
22698 lib/decompress_unlzma.c | 4 +-
22699 lib/div64.c | 4 +-
22700 lib/dma-debug.c | 4 +-
22701 lib/inflate.c | 2 +-
22702 lib/ioremap.c | 4 +-
22703 lib/kobject.c | 4 +-
22704 lib/list_debug.c | 126 +-
22705 lib/lockref.c | 44 +-
22706 lib/percpu-refcount.c | 2 +-
22707 lib/radix-tree.c | 2 +-
22708 lib/random32.c | 2 +-
22709 lib/show_mem.c | 2 +-
22710 lib/strncpy_from_user.c | 2 +-
22711 lib/strnlen_user.c | 2 +-
22712 lib/swiotlb.c | 2 +-
22713 lib/usercopy.c | 6 +
22714 lib/vsprintf.c | 12 +-
22715 mm/Kconfig | 6 +-
22716 mm/backing-dev.c | 4 +-
22717 mm/debug.c | 3 +
22718 mm/filemap.c | 2 +-
22719 mm/gup.c | 13 +-
22720 mm/highmem.c | 6 +-
22721 mm/hugetlb.c | 70 +-
22722 mm/internal.h | 1 +
22723 mm/maccess.c | 4 +-
22724 mm/madvise.c | 37 +
22725 mm/memory-failure.c | 6 +-
22726 mm/memory.c | 424 +-
22727 mm/mempolicy.c | 25 +
22728 mm/mlock.c | 15 +-
22729 mm/mm_init.c | 2 +-
22730 mm/mmap.c | 582 +-
22731 mm/mprotect.c | 137 +-
22732 mm/mremap.c | 39 +-
22733 mm/nommu.c | 21 +-
22734 mm/page-writeback.c | 2 +-
22735 mm/page_alloc.c | 49 +-
22736 mm/percpu.c | 2 +-
22737 mm/process_vm_access.c | 14 +-
22738 mm/rmap.c | 45 +-
22739 mm/shmem.c | 19 +-
22740 mm/slab.c | 109 +-
22741 mm/slab.h | 22 +-
22742 mm/slab_common.c | 86 +-
22743 mm/slob.c | 218 +-
22744 mm/slub.c | 102 +-
22745 mm/sparse-vmemmap.c | 4 +-
22746 mm/sparse.c | 2 +-
22747 mm/swap.c | 2 +
22748 mm/swapfile.c | 12 +-
22749 mm/util.c | 6 +
22750 mm/vmalloc.c | 114 +-
22751 mm/vmstat.c | 12 +-
22752 net/8021q/vlan.c | 5 +-
22753 net/8021q/vlan_netlink.c | 2 +-
22754 net/9p/mod.c | 4 +-
22755 net/9p/trans_fd.c | 2 +-
22756 net/atm/atm_misc.c | 8 +-
22757 net/atm/lec.h | 2 +-
22758 net/atm/proc.c | 6 +-
22759 net/atm/resources.c | 4 +-
22760 net/ax25/sysctl_net_ax25.c | 2 +-
22761 net/batman-adv/bat_iv_ogm.c | 8 +-
22762 net/batman-adv/fragmentation.c | 2 +-
22763 net/batman-adv/soft-interface.c | 8 +-
22764 net/batman-adv/types.h | 6 +-
22765 net/bluetooth/hci_sock.c | 2 +-
22766 net/bluetooth/l2cap_core.c | 6 +-
22767 net/bluetooth/l2cap_sock.c | 12 +-
22768 net/bluetooth/rfcomm/sock.c | 4 +-
22769 net/bluetooth/rfcomm/tty.c | 4 +-
22770 net/bridge/br_netlink.c | 2 +-
22771 net/bridge/netfilter/ebtables.c | 6 +-
22772 net/caif/cfctrl.c | 11 +-
22773 net/caif/chnl_net.c | 2 +-
22774 net/can/af_can.c | 2 +-
22775 net/can/gw.c | 6 +-
22776 net/ceph/messenger.c | 4 +-
22777 net/compat.c | 24 +-
22778 net/core/datagram.c | 2 +-
22779 net/core/dev.c | 16 +-
22780 net/core/filter.c | 2 +-
22781 net/core/flow.c | 6 +-
22782 net/core/neighbour.c | 4 +-
22783 net/core/net-sysfs.c | 2 +-
22784 net/core/net_namespace.c | 8 +-
22785 net/core/netpoll.c | 4 +-
22786 net/core/rtnetlink.c | 15 +-
22787 net/core/scm.c | 14 +-
22788 net/core/skbuff.c | 8 +-
22789 net/core/sock.c | 28 +-
22790 net/core/sock_diag.c | 15 +-
22791 net/core/sysctl_net_core.c | 22 +-
22792 net/decnet/af_decnet.c | 1 +
22793 net/decnet/sysctl_net_decnet.c | 4 +-
22794 net/dsa/dsa.c | 2 +-
22795 net/hsr/hsr_netlink.c | 2 +-
22796 net/ieee802154/6lowpan/core.c | 2 +-
22797 net/ieee802154/6lowpan/reassembly.c | 14 +-
22798 net/ipv4/af_inet.c | 2 +-
22799 net/ipv4/devinet.c | 18 +-
22800 net/ipv4/fib_frontend.c | 6 +-
22801 net/ipv4/fib_semantics.c | 2 +-
22802 net/ipv4/inet_connection_sock.c | 4 +-
22803 net/ipv4/inet_timewait_sock.c | 2 +-
22804 net/ipv4/inetpeer.c | 2 +-
22805 net/ipv4/ip_fragment.c | 15 +-
22806 net/ipv4/ip_gre.c | 6 +-
22807 net/ipv4/ip_sockglue.c | 2 +-
22808 net/ipv4/ip_vti.c | 4 +-
22809 net/ipv4/ipconfig.c | 6 +-
22810 net/ipv4/ipip.c | 4 +-
22811 net/ipv4/netfilter/arp_tables.c | 12 +-
22812 net/ipv4/netfilter/ip_tables.c | 12 +-
22813 net/ipv4/ping.c | 14 +-
22814 net/ipv4/raw.c | 14 +-
22815 net/ipv4/route.c | 32 +-
22816 net/ipv4/sysctl_net_ipv4.c | 22 +-
22817 net/ipv4/tcp_input.c | 6 +-
22818 net/ipv4/tcp_probe.c | 2 +-
22819 net/ipv4/udp.c | 10 +-
22820 net/ipv4/xfrm4_policy.c | 18 +-
22821 net/ipv6/addrconf.c | 18 +-
22822 net/ipv6/af_inet6.c | 2 +-
22823 net/ipv6/datagram.c | 2 +-
22824 net/ipv6/icmp.c | 2 +-
22825 net/ipv6/ip6_fib.c | 4 +-
22826 net/ipv6/ip6_gre.c | 10 +-
22827 net/ipv6/ip6_tunnel.c | 4 +-
22828 net/ipv6/ip6_vti.c | 4 +-
22829 net/ipv6/ipv6_sockglue.c | 2 +-
22830 net/ipv6/netfilter/ip6_tables.c | 12 +-
22831 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
22832 net/ipv6/ping.c | 33 +-
22833 net/ipv6/raw.c | 17 +-
22834 net/ipv6/reassembly.c | 13 +-
22835 net/ipv6/route.c | 2 +-
22836 net/ipv6/sit.c | 4 +-
22837 net/ipv6/sysctl_net_ipv6.c | 2 +-
22838 net/ipv6/udp.c | 6 +-
22839 net/ipv6/xfrm6_policy.c | 17 +-
22840 net/irda/ircomm/ircomm_tty.c | 18 +-
22841 net/iucv/af_iucv.c | 4 +-
22842 net/iucv/iucv.c | 2 +-
22843 net/key/af_key.c | 4 +-
22844 net/l2tp/l2tp_eth.c | 38 +-
22845 net/l2tp/l2tp_ip.c | 2 +-
22846 net/l2tp/l2tp_ip6.c | 2 +-
22847 net/mac80211/cfg.c | 8 +-
22848 net/mac80211/ieee80211_i.h | 3 +-
22849 net/mac80211/iface.c | 20 +-
22850 net/mac80211/main.c | 2 +-
22851 net/mac80211/pm.c | 4 +-
22852 net/mac80211/rate.c | 2 +-
22853 net/mac80211/sta_info.c | 2 +-
22854 net/mac80211/util.c | 8 +-
22855 net/mpls/af_mpls.c | 6 +-
22856 net/netfilter/ipset/ip_set_core.c | 2 +-
22857 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
22858 net/netfilter/ipvs/ip_vs_core.c | 4 +-
22859 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
22860 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
22861 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
22862 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
22863 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
22864 net/netfilter/nf_conntrack_acct.c | 2 +-
22865 net/netfilter/nf_conntrack_ecache.c | 2 +-
22866 net/netfilter/nf_conntrack_helper.c | 2 +-
22867 net/netfilter/nf_conntrack_proto.c | 2 +-
22868 net/netfilter/nf_conntrack_standalone.c | 2 +-
22869 net/netfilter/nf_conntrack_timestamp.c | 2 +-
22870 net/netfilter/nf_log.c | 10 +-
22871 net/netfilter/nf_sockopt.c | 4 +-
22872 net/netfilter/nfnetlink_log.c | 4 +-
22873 net/netfilter/nft_compat.c | 9 +-
22874 net/netfilter/xt_statistic.c | 8 +-
22875 net/netlink/af_netlink.c | 4 +-
22876 net/openvswitch/vport-internal_dev.c | 2 +-
22877 net/packet/af_packet.c | 8 +-
22878 net/phonet/pep.c | 6 +-
22879 net/phonet/socket.c | 2 +-
22880 net/phonet/sysctl.c | 2 +-
22881 net/rds/cong.c | 6 +-
22882 net/rds/ib.h | 2 +-
22883 net/rds/ib_cm.c | 2 +-
22884 net/rds/ib_recv.c | 4 +-
22885 net/rds/iw.h | 2 +-
22886 net/rds/iw_cm.c | 2 +-
22887 net/rds/iw_recv.c | 4 +-
22888 net/rds/rds.h | 2 +-
22889 net/rds/tcp.c | 2 +-
22890 net/rds/tcp_send.c | 2 +-
22891 net/rxrpc/af_rxrpc.c | 2 +-
22892 net/rxrpc/ar-ack.c | 14 +-
22893 net/rxrpc/ar-call.c | 2 +-
22894 net/rxrpc/ar-connection.c | 2 +-
22895 net/rxrpc/ar-connevent.c | 2 +-
22896 net/rxrpc/ar-input.c | 4 +-
22897 net/rxrpc/ar-internal.h | 8 +-
22898 net/rxrpc/ar-local.c | 2 +-
22899 net/rxrpc/ar-output.c | 4 +-
22900 net/rxrpc/ar-peer.c | 2 +-
22901 net/rxrpc/ar-proc.c | 4 +-
22902 net/rxrpc/ar-transport.c | 2 +-
22903 net/rxrpc/rxkad.c | 4 +-
22904 net/sched/sch_generic.c | 4 +-
22905 net/sctp/ipv6.c | 6 +-
22906 net/sctp/protocol.c | 10 +-
22907 net/sctp/sm_sideeffect.c | 2 +-
22908 net/sctp/socket.c | 21 +-
22909 net/sctp/sysctl.c | 10 +-
22910 net/socket.c | 18 +-
22911 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
22912 net/sunrpc/clnt.c | 4 +-
22913 net/sunrpc/sched.c | 4 +-
22914 net/sunrpc/svc.c | 4 +-
22915 net/sunrpc/svcauth_unix.c | 2 +-
22916 net/sunrpc/xprtrdma/svc_rdma.c | 38 +-
22917 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
22918 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
22919 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
22920 net/tipc/netlink_compat.c | 12 +-
22921 net/tipc/subscr.c | 2 +-
22922 net/unix/af_unix.c | 7 +-
22923 net/unix/sysctl_net_unix.c | 2 +-
22924 net/wireless/wext-core.c | 19 +-
22925 net/xfrm/xfrm_policy.c | 16 +-
22926 net/xfrm/xfrm_state.c | 33 +-
22927 net/xfrm/xfrm_sysctl.c | 2 +-
22928 scripts/Kbuild.include | 2 +-
22929 scripts/Makefile.build | 2 +-
22930 scripts/Makefile.clean | 3 +-
22931 scripts/Makefile.host | 69 +-
22932 scripts/basic/fixdep.c | 12 +-
22933 scripts/dtc/checks.c | 14 +-
22934 scripts/dtc/data.c | 6 +-
22935 scripts/dtc/flattree.c | 8 +-
22936 scripts/dtc/livetree.c | 4 +-
22937 scripts/gcc-plugin.sh | 51 +
22938 scripts/headers_install.sh | 1 +
22939 scripts/kallsyms.c | 4 +-
22940 scripts/kconfig/lkc.h | 5 +-
22941 scripts/kconfig/menu.c | 2 +-
22942 scripts/kconfig/symbol.c | 6 +-
22943 scripts/link-vmlinux.sh | 2 +-
22944 scripts/mod/file2alias.c | 14 +-
22945 scripts/mod/modpost.c | 25 +-
22946 scripts/mod/modpost.h | 6 +-
22947 scripts/mod/sumversion.c | 2 +-
22948 scripts/module-common.lds | 4 +
22949 scripts/package/builddeb | 1 +
22950 scripts/pnmtologo.c | 6 +-
22951 scripts/sortextable.h | 6 +-
22952 scripts/tags.sh | 2 +-
22953 security/Kconfig | 692 +-
22954 security/integrity/ima/ima.h | 4 +-
22955 security/integrity/ima/ima_api.c | 2 +-
22956 security/integrity/ima/ima_fs.c | 4 +-
22957 security/integrity/ima/ima_queue.c | 2 +-
22958 security/keys/key.c | 18 +-
22959 security/selinux/avc.c | 6 +-
22960 security/selinux/include/xfrm.h | 2 +-
22961 security/yama/yama_lsm.c | 2 +-
22962 sound/aoa/codecs/onyx.c | 7 +-
22963 sound/aoa/codecs/onyx.h | 1 +
22964 sound/core/oss/pcm_oss.c | 18 +-
22965 sound/core/pcm_compat.c | 2 +-
22966 sound/core/pcm_native.c | 4 +-
22967 sound/core/sound.c | 2 +-
22968 sound/drivers/mts64.c | 14 +-
22969 sound/drivers/opl4/opl4_lib.c | 2 +-
22970 sound/drivers/portman2x4.c | 3 +-
22971 sound/firewire/amdtp.c | 4 +-
22972 sound/firewire/amdtp.h | 4 +-
22973 sound/firewire/isight.c | 10 +-
22974 sound/firewire/scs1x.c | 8 +-
22975 sound/oss/sb_audio.c | 2 +-
22976 sound/oss/swarm_cs4297a.c | 6 +-
22977 sound/pci/hda/hda_codec.c | 2 +-
22978 sound/pci/ymfpci/ymfpci.h | 2 +-
22979 sound/pci/ymfpci/ymfpci_main.c | 12 +-
22980 sound/soc/codecs/sti-sas.c | 10 +-
22981 sound/soc/soc-ac97.c | 6 +-
22982 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
22983 tools/gcc/Makefile | 42 +
22984 tools/gcc/checker_plugin.c | 150 +
22985 tools/gcc/colorize_plugin.c | 215 +
22986 tools/gcc/constify_plugin.c | 571 +
22987 tools/gcc/gcc-common.h | 812 +
22988 tools/gcc/initify_plugin.c | 552 +
22989 tools/gcc/kallocstat_plugin.c | 188 +
22990 tools/gcc/kernexec_plugin.c | 549 +
22991 tools/gcc/latent_entropy_plugin.c | 470 +
22992 tools/gcc/size_overflow_plugin/.gitignore | 2 +
22993 tools/gcc/size_overflow_plugin/Makefile | 28 +
22994 .../disable_size_overflow_hash.data |12422 ++++++++++++
22995 .../generate_size_overflow_hash.sh | 103 +
22996 .../insert_size_overflow_asm.c | 416 +
22997 .../size_overflow_plugin/intentional_overflow.c | 1010 +
22998 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
22999 tools/gcc/size_overflow_plugin/size_overflow.h | 323 +
23000 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
23001 .../size_overflow_plugin/size_overflow_hash.data |20735 ++++++++++++++++++++
23002 .../size_overflow_hash_aux.data | 92 +
23003 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 ++
23004 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
23005 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
23006 .../size_overflow_plugin_hash.c | 352 +
23007 .../size_overflow_plugin/size_overflow_transform.c | 749 +
23008 .../size_overflow_transform_core.c | 1010 +
23009 tools/gcc/stackleak_plugin.c | 436 +
23010 tools/gcc/structleak_plugin.c | 287 +
23011 tools/include/linux/compiler.h | 8 +
23012 tools/lib/api/Makefile | 2 +-
23013 tools/perf/util/include/asm/alternative-asm.h | 3 +
23014 tools/virtio/linux/uaccess.h | 2 +-
23015 virt/kvm/kvm_main.c | 42 +-
23016 1944 files changed, 66925 insertions(+), 8949 deletions(-)