]> 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 d291c94e650da2d8918620e6829e05218755f77b
2 Author: Brad Spengler <spender@grsecurity.net>
3 Date: Wed Oct 19 17:06:17 2016 -0400
4
5 resync with PaX
6
7 arch/arm/include/asm/atomic.h | 5 -----
8 1 file changed, 5 deletions(-)
9
10 commit 251313cb6e1d5b2ad84c62333ebafa278e861a68
11 Author: Brad Spengler <spender@grsecurity.net>
12 Date: Wed Oct 19 17:03:14 2016 -0400
13
14 Fix bad ARM REFCOUNT merge with PaX, reported by kdave on the forums:
15 https://forums.grsecurity.net/viewtopic.php?f=3&t=4588
16
17 arch/arm/include/asm/atomic.h | 1 -
18 1 file changed, 1 deletion(-)
19
20 commit b64df18d4160c6d3cd470202bb8d58f38d9acb51
21 Author: Brad Spengler <spender@grsecurity.net>
22 Date: Mon Oct 17 07:47:53 2016 -0400
23
24 randomize layout of subprocess_info struct
25
26 include/linux/kmod.h | 2 +-
27 1 file changed, 1 insertion(+), 1 deletion(-)
28
29 commit 5780e7fb9d334bfa5cc8aef32af631e620dede3f
30 Merge: 7c69071 25eaf06
31 Author: Brad Spengler <spender@grsecurity.net>
32 Date: Sun Oct 16 15:28:24 2016 -0400
33
34 Merge branch 'pax-test' into grsec-test
35
36 commit 25eaf067f993510e5cd6cc0d9da4413cbbc12c6a
37 Merge: afa87ca a0cdc25
38 Author: Brad Spengler <spender@grsecurity.net>
39 Date: Sun Oct 16 15:28:15 2016 -0400
40
41 Merge branch 'linux-4.7.y' into pax-test
42
43 commit 7c690715adc3d9236b25ce453b387ef9583b8dda
44 Merge: 37e00aa afa87ca
45 Author: Brad Spengler <spender@grsecurity.net>
46 Date: Sat Oct 15 15:25:46 2016 -0400
47
48 Merge branch 'pax-test' into grsec-test
49
50 commit afa87cab2bed6b038cd5446a00bf58a71c954b43
51 Author: Brad Spengler <spender@grsecurity.net>
52 Date: Sat Oct 15 15:18:18 2016 -0400
53
54 Update to pax-linux-4.7.6-test7.patch:
55 - backported upstream commit f5beeb1851ea6f8cfcf2657f26cb24c0582b4945 to speed up kcore handling
56 - fixed a size overflow false positive in raid10, reported by eswierk (https://forums.grsecurity.net/viewtopic.php?f=3&t=4575)
57 - 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)
58 - rate limited the logging of refcount overflows and usercopy violations
59 - changed atomic64's underlying type on i386 to be consistent with other archs
60 - sped up the RIP range check in opportunistic sysret on amd64
61
62 arch/x86/entry/entry_64.S | 13 ++-
63 arch/x86/include/asm/atomic64_32.h | 4 +-
64 block/bio.c | 2 +-
65 drivers/md/raid10.c | 6 +-
66 drivers/usb/usbip/vudc_rx.c | 2 +-
67 fs/exec.c | 24 ++++--
68 fs/proc/kcore.c | 40 +++++----
69 include/linux/bio.h | 4 +-
70 scripts/gcc-plugins/size_overflow_plugin/Makefile | 2 +-
71 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 ----------------------
72 .../gcc-plugins/size_overflow_plugin/disable.data | 12 ++-
73 .../gcc-plugins/size_overflow_plugin/e_aux.data | 97 ++++++++++++++++++++++
74 .../gcc-plugins/size_overflow_plugin/e_fields.data | 14 +---
75 .../size_overflow_plugin_hash.c | 2 +-
76 14 files changed, 169 insertions(+), 150 deletions(-)
77
78 commit 37e00aa150c7861f77e69fe361bf19dee467dc0a
79 Author: Brad Spengler <spender@grsecurity.net>
80 Date: Mon Oct 10 18:27:38 2016 -0400
81
82 RAP compile fix
83
84 drivers/isdn/hisax/config.c | 4 ++--
85 1 file changed, 2 insertions(+), 2 deletions(-)
86
87 commit 00736455939143023205fdd8957421c73868e975
88 Author: Brad Spengler <spender@grsecurity.net>
89 Date: Mon Oct 10 18:09:55 2016 -0400
90
91 Mark initify broken for the time being due to some recent changes
92
93 security/Kconfig | 1 +
94 1 file changed, 1 insertion(+)
95
96 commit 64458bae539de9ac5cd2ba7cad0bd0c0510e6f37
97 Author: Brad Spengler <spender@grsecurity.net>
98 Date: Mon Oct 10 17:11:40 2016 -0400
99
100 compile fix
101
102 scripts/gcc-plugins/size_overflow_plugin/size_overflow_plugin_hash.c | 2 +-
103 1 file changed, 1 insertion(+), 1 deletion(-)
104
105 commit 9f5f1d1d7f120c1c85b16412e6b75ab221c2cdba
106 Author: Brad Spengler <spender@grsecurity.net>
107 Date: Mon Oct 10 17:10:22 2016 -0400
108
109 Fix makefiles and .gitignore for new size_overflow plugin
110
111 Makefile | 7 +-
112 .../gcc-plugins/size_overflow_plugin/.gitignore | 5 +-
113 scripts/gcc-plugins/size_overflow_plugin/Makefile | 35 ++++++--
114 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 ----------------------
115 .../gcc-plugins/size_overflow_plugin/e_aux.data | 97 ++++++++++++++++++++++
116 5 files changed, 128 insertions(+), 113 deletions(-)
117
118 commit cb66e251f9c9880a1365c87b4a42d2885a2fb6ef
119 Author: Brad Spengler <spender@grsecurity.net>
120 Date: Sun Oct 9 09:28:14 2016 -0400
121
122 Enable PAX_SIZE_OVERFLOW_EXTRA by default in auto-config
123
124 security/Kconfig | 1 +
125 1 file changed, 1 insertion(+)
126
127 commit cd690739e0fb999002075161a032072cf4e4c458
128 Merge: 555de68 0e7a060
129 Author: Brad Spengler <spender@grsecurity.net>
130 Date: Sat Oct 8 18:29:48 2016 -0400
131
132 Merge branch 'pax-test' into grsec-test
133
134 commit 0e7a060de797ec4e837533146d38e8793e30f84f
135 Author: Brad Spengler <spender@grsecurity.net>
136 Date: Sat Oct 8 18:01:07 2016 -0400
137
138 Update to pax-linux-4.7.6-test6.patch:
139 - updated the fields hash table of the size overflow plugin to remove a few false positives
140 - fixed SANITIZE/HIBERNATION incompatibility, by Anisse Astier <anisse@astier.eu>
141 - backported a few fixes and cleanups from grsecurity
142 - fixed compile errors on some arm/arm64/powerpc/sparc configs for REFCOUNT, KERNEXEC and CONSTIFY
143 - worked around a compile regression in crc32-pclmul_asm.S on some toolchains that define __i686
144 - updated the size overflow hash table
145 - added pax_size_overflow_report_only to disable the reaction mechanism on size overflows
146 - added a few preemptive buffer size checks
147 - fixed integer signedness mixup in tun_set_headroom, by Mathias Krause <mathias.krause@secunet.com>
148 - Emese changed the size overflow plugin to enable the more risky instrumentation under its own config option
149 - Emese greatly increased the coverage of the initify plugin
150 - added BROKEN_SECURITY to disable upstream features as necessary
151
152 Documentation/dontdiff | 7 +-
153 Documentation/kernel-parameters.txt | 5 +
154 arch/arm/include/asm/atomic.h | 41 +-
155 arch/arm/include/asm/domain.h | 1 +
156 arch/arm/include/asm/string.h | 6 +-
157 arch/arm/kernel/efi.c | 4 +-
158 arch/arm/mach-mvebu/coherency.c | 2 +-
159 arch/arm/mm/alignment.c | 24 +-
160 arch/arm64/Kconfig | 1 +
161 arch/arm64/include/asm/atomic.h | 3 +
162 arch/arm64/include/asm/cache.h | 4 +-
163 arch/arm64/include/asm/pgalloc.h | 5 +
164 arch/arm64/include/asm/pgtable.h | 3 +
165 arch/arm64/include/asm/string.h | 10 +-
166 arch/arm64/kernel/process.c | 9 +-
167 arch/arm64/kernel/stacktrace.c | 4 +-
168 arch/arm64/kernel/traps.c | 2 +-
169 arch/ia64/include/asm/uaccess.h | 11 +-
170 arch/mips/Kconfig | 2 +-
171 arch/parisc/include/asm/uaccess.h | 108 +-
172 arch/powerpc/include/asm/atomic.h | 23 +-
173 arch/powerpc/include/asm/cache.h | 4 +-
174 arch/powerpc/include/asm/spinlock.h | 1 +
175 arch/powerpc/include/asm/string.h | 4 +-
176 arch/powerpc/include/asm/uaccess.h | 15 -
177 arch/powerpc/kernel/traps.c | 2 +-
178 arch/sparc/include/asm/cache.h | 4 +-
179 arch/sparc/include/asm/pgalloc_64.h | 1 +
180 arch/sparc/include/asm/uaccess_32.h | 65 -
181 arch/um/include/asm/cache.h | 3 +-
182 arch/x86/Kconfig | 5 +-
183 arch/x86/crypto/crc32-pclmul_asm.S | 4 +-
184 arch/x86/include/asm/string_32.h | 12 +-
185 arch/x86/include/asm/string_64.h | 4 +-
186 arch/x86/include/asm/uaccess.h | 2 +-
187 arch/x86/kernel/hpet.c | 2 +-
188 arch/x86/kernel/kprobes/opt.c | 8 +-
189 arch/x86/kernel/ptrace.c | 14 +
190 arch/x86/kernel/signal.c | 9 +-
191 arch/x86/lib/Makefile | 4 +
192 arch/x86/platform/efi/efi_64.c | 2 +-
193 drivers/acpi/acpica/acutils.h | 2 +-
194 drivers/acpi/acpica/dbhistry.c | 2 +-
195 drivers/acpi/acpica/dbinput.c | 10 +-
196 drivers/acpi/acpica/dbstats.c | 88 +-
197 drivers/acpi/acpica/utdebug.c | 2 +-
198 drivers/cdrom/cdrom.c | 2 +-
199 drivers/char/genrtc.c | 1 +
200 drivers/char/random.c | 2 +-
201 drivers/firmware/efi/libstub/Makefile | 2 +
202 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
203 drivers/hid/hid-wiimote-debug.c | 2 +-
204 drivers/iommu/arm-smmu-v3.c | 32 +-
205 drivers/isdn/hisax/hisax.h | 4 +-
206 drivers/media/radio/radio-cadet.c | 5 +-
207 drivers/mmc/host/tmio_mmc_pio.c | 4 +-
208 drivers/net/tun.c | 2 +-
209 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
210 drivers/scsi/esas2r/esas2r_init.c | 2 +-
211 drivers/scsi/esas2r/esas2r_ioctl.c | 2 +-
212 drivers/scsi/esas2r/esas2r_log.h | 4 +-
213 drivers/scsi/esas2r/esas2r_main.c | 4 +-
214 drivers/uio/uio.c | 6 +-
215 drivers/video/fbdev/arcfb.c | 2 +-
216 fs/char_dev.c | 2 +-
217 fs/exec.c | 16 +-
218 fs/ext4/extents.c | 2 +-
219 fs/nfsd/nfscache.c | 2 +-
220 fs/ntfs/debug.h | 6 +-
221 fs/ocfs2/cluster/masklog.h | 2 +-
222 fs/proc/task_mmu.c | 5 +-
223 include/acpi/acpiosxf.h | 3 +-
224 include/acpi/acpixf.h | 2 +-
225 include/asm-generic/atomic-long.h | 4 +
226 include/asm-generic/bug.h | 5 +-
227 include/asm-generic/pgtable-nopmd.h | 1 +
228 include/asm-generic/vmlinux.lds.h | 2 +
229 include/drm/drmP.h | 2 +-
230 include/linux/atomic.h | 21 +
231 include/linux/audit.h | 5 +-
232 include/linux/compiler-gcc.h | 15 +
233 include/linux/compiler.h | 8 +
234 include/linux/fs.h | 2 +-
235 include/linux/gfp.h | 4 +-
236 include/linux/init.h | 4 +-
237 include/linux/mm.h | 2 +-
238 include/linux/printk.h | 2 +-
239 include/linux/random.h | 2 +-
240 include/linux/ratelimit.h | 3 +-
241 include/linux/sched.h | 6 +-
242 include/linux/slab.h | 2 +-
243 include/linux/string.h | 34 +-
244 include/uapi/linux/personality.h | 1 +
245 init/Kconfig | 3 +
246 init/main.c | 11 +
247 kernel/exit.c | 18 +-
248 kernel/power/hibernate.c | 21 +-
249 kernel/power/power.h | 2 +
250 kernel/power/snapshot.c | 22 +
251 lib/Kconfig.debug | 3 +-
252 lib/vsprintf.c | 6 +-
253 mm/Kconfig.debug | 2 -
254 mm/page_alloc.c | 6 +-
255 mm/util.c | 2 +-
256 net/ipv4/ip_sockglue.c | 3 +-
257 net/ipv4/ip_vti.c | 2 +-
258 scripts/Makefile.gcc-plugins | 17 +-
259 scripts/gcc-plugins/initify_plugin.c | 1588 +-
260 scripts/gcc-plugins/size_overflow_plugin/Makefile | 26 +-
261 scripts/gcc-plugins/size_overflow_plugin/aux.data | 97 +
262 .../gcc-plugins/size_overflow_plugin/disable.data | 12453 +++++++++++
263 .../disable_size_overflow_hash.data | 12445 -----------
264 .../gcc-plugins/size_overflow_plugin/e_fields.data | 18898 ++++++++++++++++
265 .../gcc-plugins/size_overflow_plugin/e_fns.data | 4833 ++++
266 .../gcc-plugins/size_overflow_plugin/e_fptrs.data | 56 +
267 .../gcc-plugins/size_overflow_plugin/e_vars.data | 116 +
268 .../insert_size_overflow_asm.c | 2 +-
269 .../size_overflow_plugin/intentional_overflow.c | 2 +-
270 .../size_overflow_plugin/size_overflow.h | 14 +-
271 .../size_overflow_plugin/size_overflow_debug.c | 4 +-
272 .../size_overflow_plugin/size_overflow_hash.data | 22068 -------------------
273 .../size_overflow_hash_aux.data | 97 -
274 .../size_overflow_plugin/size_overflow_ipa.c | 65 +-
275 .../size_overflow_plugin/size_overflow_plugin.c | 25 +-
276 .../size_overflow_plugin_hash.c | 120 +-
277 .../size_overflow_plugin/size_overflow_transform.c | 30 +-
278 security/Kconfig | 78 +-
279 security/integrity/integrity.h | 2 +-
280 security/min_addr.c | 2 +
281 129 files changed, 38670 insertions(+), 35263 deletions(-)
282
283 commit 555de68005b90a38a9e5eee6835130d5d4291030
284 Merge: b48dade c3695e4
285 Author: Brad Spengler <spender@grsecurity.net>
286 Date: Fri Oct 7 17:38:00 2016 -0400
287
288 Merge branch 'pax-test' into grsec-test
289
290 commit c3695e458f10605aa5d59e5d16a80156c6aca5f1
291 Merge: a16b512 fdf81f0
292 Author: Brad Spengler <spender@grsecurity.net>
293 Date: Fri Oct 7 17:37:31 2016 -0400
294
295 Merge branch 'linux-4.7.y' into pax-test
296
297 commit b48dade7b67aa153367dc38d6f3b513b93da2b07
298 Merge: 14d3459 a16b512
299 Author: Brad Spengler <spender@grsecurity.net>
300 Date: Fri Sep 30 07:56:46 2016 -0400
301
302 Merge branch 'pax-test' into grsec-test
303
304 commit a16b51212ca70e45554cecf7d3b67335d4c847ff
305 Merge: 674c5b2 f849d45
306 Author: Brad Spengler <spender@grsecurity.net>
307 Date: Fri Sep 30 07:56:04 2016 -0400
308
309 Merge branch 'linux-4.7.y' into pax-test
310
311 commit 14d3459a64f15c168c7783d46f690c0ee1283ef2
312 Author: Brad Spengler <spender@grsecurity.net>
313 Date: Tue Sep 27 17:07:31 2016 -0400
314
315 Fix arm/MULTI_CACHE incompatibility with RANDSTRUCT, reported by radegand:
316 https://forums.grsecurity.net/viewtopic.php?t=4545&p=1659
317
318 arch/arm/include/asm/cacheflush.h | 2 +-
319 1 file changed, 1 insertion(+), 1 deletion(-)
320
321 commit 39d7aa87f8bd225bc3ac099a2046e334191c90b3
322 Author: Brad Spengler <spender@grsecurity.net>
323 Date: Mon Sep 26 11:28:09 2016 -0400
324
325 Backport upstream commit which allows PAX_MEMORY_SANITIZE to work
326 with hibernation:
327 https://patchwork.kernel.org/patch/9322709/
328
329 kernel/power/Kconfig | 1 -
330 kernel/power/hibernate.c | 4 +++-
331 kernel/power/power.h | 2 ++
332 kernel/power/snapshot.c | 20 ++++++++++++++++++++
333 4 files changed, 25 insertions(+), 2 deletions(-)
334
335 commit e5944827e8a1cb6938ed75cccf05f354344b3fa9
336 Author: Herbert Xu <herbert@gondor.apana.org.au>
337 Date: Tue Sep 20 20:35:55 2016 +0800
338
339 KEYS: Fix skcipher IV clobbering
340
341 The IV must not be modified by the skcipher operation so we need
342 to duplicate it.
343
344 Fixes: c3917fd9dfbc ("KEYS: Use skcipher")
345 Cc: stable@vger.kernel.org
346 Reported-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
347 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
348
349 security/keys/encrypted-keys/encrypted.c | 11 +++++++----
350 1 file changed, 7 insertions(+), 4 deletions(-)
351
352 commit 17d91a9781b8c4558433cee3e7de8d44a6c2d89b
353 Author: Brad Spengler <spender@grsecurity.net>
354 Date: Sun Sep 25 18:10:01 2016 -0400
355
356 Make vti_notifier_block read_only
357
358 net/ipv4/ip_vti.c | 2 +-
359 1 file changed, 1 insertion(+), 1 deletion(-)
360
361 commit d2eba293dd946c7686080602a2e24ddb5358cfcf
362 Author: Brad Spengler <spender@grsecurity.net>
363 Date: Sun Sep 25 17:30:32 2016 -0400
364
365 compile fix
366
367 net/unix/af_unix.c | 2 +-
368 1 file changed, 1 insertion(+), 1 deletion(-)
369
370 commit 47cca6342f665fa1b4b755723b843ac41ebb9178
371 Merge: 16919c7 674c5b2
372 Author: Brad Spengler <spender@grsecurity.net>
373 Date: Sun Sep 25 17:25:45 2016 -0400
374
375 Merge branch 'pax-test' into grsec-test
376
377 commit 674c5b28e7dfe651caf71d1cdec395205ed9f526
378 Merge: 4552781 6c21842
379 Author: Brad Spengler <spender@grsecurity.net>
380 Date: Sun Sep 25 17:24:44 2016 -0400
381
382 Merge branch 'linux-4.7.y' into pax-test
383
384 commit 16919c7208e7ad9bc5f6df2f151b84cede110c15
385 Author: Brad Spengler <spender@grsecurity.net>
386 Date: Wed Sep 21 18:40:32 2016 -0400
387
388 compile fix
389
390 drivers/net/tun.c | 2 +-
391 1 file changed, 1 insertion(+), 1 deletion(-)
392
393 commit bafd12998265ed2c32792e117e4227f757cfa18f
394 Author: Brad Spengler <spender@grsecurity.net>
395 Date: Wed Sep 21 18:39:39 2016 -0400
396
397 From: Mathias Krause <mathias.krause@secunet.com>
398 Date: Wed, 21 Sep 2016 14:42:43 +0200
399 Subject: [PATCH] pax: net/tun - explicitly test for negative values in tun_set_headroom()
400
401 Because of a type change for the NET_SKB_PAD macro in the PaX patch from
402 (implicit) int to unsigned long, negative values for new_hr will be sign
403 extended and wrongly pass the minimal size test. Such a value will,
404 later on, trigger the size_overflow plugin instrumentation in
405 tun_get_user().
406
407 Fix this by testing new_hr for negative values explicitly to restore the
408 intended minimal size test.
409
410 Signed-off-by: Mathias Krause <mathias.krause@secunet.com>
411
412 drivers/net/tun.c | 2 +-
413 1 file changed, 1 insertion(+), 1 deletion(-)
414
415 commit 74fbeac25af78b5f621d8acffb9158dd959078d3
416 Author: Brad Spengler <spender@grsecurity.net>
417 Date: Tue Sep 20 18:37:08 2016 -0400
418
419 Make CONSTIFY depend on GCC_PLUGINS
420
421 security/Kconfig | 1 +
422 1 file changed, 1 insertion(+)
423
424 commit e9e87520569e66d710dadebddac33428c666249a
425 Author: Brad Spengler <spender@grsecurity.net>
426 Date: Mon Sep 19 18:43:50 2016 -0400
427
428 Fix up atomic64_cmpxchg_unchecked on ARM with REFCOUNT
429
430 arch/arm/include/asm/atomic.h | 39 ++++-----------------------------------
431 include/linux/atomic.h | 9 +++++++++
432 2 files changed, 13 insertions(+), 35 deletions(-)
433
434 commit a1afe597f5731963416233b274144d7c57ce538d
435 Author: Brad Spengler <spender@grsecurity.net>
436 Date: Mon Sep 19 17:58:58 2016 -0400
437
438 Backport upstream iscsi memory corruption fix:
439 http://marc.info/?l=linux-scsi&m=147394713328707&w=2
440
441 drivers/scsi/arcmsr/arcmsr_hba.c | 8 +++++++-
442 1 file changed, 7 insertions(+), 1 deletion(-)
443
444 commit e6e0b270a18e4ee19460f7dc72bb46d441adf3c4
445 Author: Chuck Lever <chuck.lever@oracle.com>
446 Date: Thu Sep 1 10:50:38 2016 -0400
447
448 svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation")
449
450 rsc_lookup steals the passed-in memory to avoid doing an allocation of
451 its own, so we can't just pass in a pointer to memory that someone else
452 is using.
453
454 If we really want to avoid allocation there then maybe we should
455 preallocate somwhere, or reference count these handles.
456
457 For now we should revert.
458
459 On occasion I see this on my server:
460
461 kernel: kernel BUG at /home/cel/src/linux/linux-2.6/mm/slub.c:3851!
462 kernel: invalid opcode: 0000 [#1] SMP
463 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
464 kernel: CPU: 7 PID: 145 Comm: kworker/7:2 Not tainted 4.8.0-rc4-00006-g9d06b0b #15
465 kernel: Hardware name: Supermicro Super Server/X10SRL-F, BIOS 1.0c 09/09/2015
466 kernel: Workqueue: events do_cache_clean [sunrpc]
467 kernel: task: ffff8808541d8000 task.stack: ffff880854344000
468 kernel: RIP: 0010:[<ffffffff811e7075>] [<ffffffff811e7075>] kfree+0x155/0x180
469 kernel: RSP: 0018:ffff880854347d70 EFLAGS: 00010246
470 kernel: RAX: ffffea0020fe7660 RBX: ffff88083f9db064 RCX: 146ff0f9d5ec5600
471 kernel: RDX: 000077ff80000000 RSI: ffff880853f01500 RDI: ffff88083f9db064
472 kernel: RBP: ffff880854347d88 R08: ffff8808594ee000 R09: ffff88087fdd8780
473 kernel: R10: 0000000000000000 R11: ffffea0020fe76c0 R12: ffff880853f01500
474 kernel: R13: ffffffffa013cf76 R14: ffffffffa013cff0 R15: ffffffffa04253a0
475 kernel: FS: 0000000000000000(0000) GS:ffff88087fdc0000(0000) knlGS:0000000000000000
476 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
477 kernel: CR2: 00007fed60b020c3 CR3: 0000000001c06000 CR4: 00000000001406e0
478 kernel: Stack:
479 kernel: ffff8808589f2f00 ffff880853f01500 0000000000000001 ffff880854347da0
480 kernel: ffffffffa013cf76 ffff8808589f2f00 ffff880854347db8 ffffffffa013d006
481 kernel: ffff8808589f2f20 ffff880854347e00 ffffffffa0406f60 0000000057c7044f
482 kernel: Call Trace:
483 kernel: [<ffffffffa013cf76>] rsc_free+0x16/0x90 [auth_rpcgss]
484 kernel: [<ffffffffa013d006>] rsc_put+0x16/0x30 [auth_rpcgss]
485 kernel: [<ffffffffa0406f60>] cache_clean+0x2e0/0x300 [sunrpc]
486 kernel: [<ffffffffa04073ee>] do_cache_clean+0xe/0x70 [sunrpc]
487 kernel: [<ffffffff8109a70f>] process_one_work+0x1ff/0x3b0
488 kernel: [<ffffffff8109b15c>] worker_thread+0x2bc/0x4a0
489 kernel: [<ffffffff8109aea0>] ? rescuer_thread+0x3a0/0x3a0
490 kernel: [<ffffffff810a0ba4>] kthread+0xe4/0xf0
491 kernel: [<ffffffff8169c47f>] ret_from_fork+0x1f/0x40
492 kernel: [<ffffffff810a0ac0>] ? kthread_stop+0x110/0x110
493 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
494 kernel: RIP [<ffffffff811e7075>] kfree+0x155/0x180
495 kernel: RSP <ffff880854347d70>
496 kernel: ---[ end trace 3fdec044969def26 ]---
497
498 It seems to be most common after a server reboot where a client has been
499 using a Kerberos mount, and reconnects to continue its workload.
500
501 Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
502 Cc: stable@vger.kernel.org
503 Signed-off-by: J. Bruce Fields <bfields@redhat.com>
504
505 net/sunrpc/auth_gss/svcauth_gss.c | 5 +++--
506 1 file changed, 3 insertions(+), 2 deletions(-)
507
508 commit 6e83144022a8e3cd00a7d0ca3916354ea3336f5e
509 Author: Brad Spengler <spender@grsecurity.net>
510 Date: Mon Sep 19 17:44:04 2016 -0400
511
512 fix whitespace
513
514 mm/mmap.c | 2 +-
515 1 file changed, 1 insertion(+), 1 deletion(-)
516
517 commit ffb1a4cfdce65f581265612878fd136d76b132ae
518 Author: Brad Spengler <spender@grsecurity.net>
519 Date: Mon Sep 19 17:07:34 2016 -0400
520
521 Remove optional dependency on USERCOPY for pax_check_alloca
522
523 arch/x86/kernel/dumpstack_32.c | 2 +-
524 arch/x86/kernel/dumpstack_64.c | 2 +-
525 2 files changed, 2 insertions(+), 2 deletions(-)
526
527 commit 01ca858fb54c3406db13ace327798610b1cdec10
528 Author: Brad Spengler <spender@grsecurity.net>
529 Date: Thu Sep 15 21:28:25 2016 -0400
530
531 compile fixes
532
533 arch/x86/crypto/crc32-pclmul_asm.S | 4 ++--
534 arch/x86/include/asm/uaccess.h | 2 +-
535 2 files changed, 3 insertions(+), 3 deletions(-)
536
537 commit aeed418bbabf465cfa2bd5463b4ee26ddfdee99c
538 Author: Al Viro <viro@ZenIV.linux.org.uk>
539 Date: Thu Sep 15 02:35:29 2016 +0100
540
541 fix minor infoleak in get_user_ex()
542
543 get_user_ex(x, ptr) should zero x on failure. It's not a lot of a leak
544 (at most we are leaking uninitialized 64bit value off the kernel stack,
545 and in a fairly constrained situation, at that), but the fix is trivial,
546 so...
547
548 Cc: stable@vger.kernel.org
549 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
550 [ This sat in different branch from the uaccess fixes since mid-August ]
551 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
552
553 arch/x86/include/asm/uaccess.h | 6 +++++-
554 1 file changed, 5 insertions(+), 1 deletion(-)
555
556 commit 4ec72305c579df587c9c31f18fbc3ceba14045a5
557 Author: Brad Spengler <spender@grsecurity.net>
558 Date: Thu Sep 15 20:02:01 2016 -0400
559
560 compile fix
561
562 fs/proc/task_mmu.c | 2 +-
563 1 file changed, 1 insertion(+), 1 deletion(-)
564
565 commit ed3d3716625f0c04c9a07dc6c6c7537be22cee07
566 Author: Brad Spengler <spender@grsecurity.net>
567 Date: Thu Sep 15 20:01:31 2016 -0400
568
569 Resync with PaX
570
571 fs/proc/task_mmu.c | 2 +-
572 1 file changed, 1 insertion(+), 1 deletion(-)
573
574 commit 36300fe10dd78430f8e84c42b665c0154f88dd5a
575 Merge: 14e5235 4552781
576 Author: Brad Spengler <spender@grsecurity.net>
577 Date: Thu Sep 15 18:36:02 2016 -0400
578
579 Merge branch 'pax-test' into grsec-test
580
581 commit 4552781643cf8a01376539bf0bf469c8dbc69701
582 Author: Brad Spengler <spender@grsecurity.net>
583 Date: Thu Sep 15 18:35:49 2016 -0400
584
585 Resync with PaX
586
587 fs/proc/task_mmu.c | 5 +++--
588 include/linux/init.h | 4 +++-
589 include/linux/mm.h | 2 +-
590 mm/util.c | 2 +-
591 4 files changed, 8 insertions(+), 5 deletions(-)
592
593 commit 14e523564a0a84ece93b04a2b375f33cce806c8b
594 Merge: 402a024 6740d15
595 Author: Brad Spengler <spender@grsecurity.net>
596 Date: Thu Sep 15 18:18:19 2016 -0400
597
598 Merge branch 'pax-test' into grsec-test
599
600 commit 6740d1535fb0208f329eda7aeeee2c6f0fbe09d3
601 Author: Brad Spengler <spender@grsecurity.net>
602 Date: Thu Sep 15 18:16:18 2016 -0400
603
604 Update to pax-linux-4.7.3-test4.patch:
605 - fixed atomic_xchg_unchecked on arm, reported by wizzup
606 - temporary workaround for cloned functions in the initify plugin, prevents an ICE-from-assertion reported by xeaforz and gg
607 - fixed hugetlb compile error on arm64
608 - fixed branch prediction hints in copy*user on x86, by spender
609 - fixed the invocation of gcc-plugin.sh while reporting errors, by spender
610 - fixed long-standing regression in non-exec page support on powerpc32/book3s
611 - fixed inefficient PIC in crc32_pclmul* on i386 to also work under KERNEXEC, reported by minipli
612 - fixed pfn/physical address mixup in static_protections on amd64, by Mathias Krause <mathias.krause@secunet.com>
613 - fixed latent bug on module loading exposed by the fix for static_protections, reported by minipli
614 - fixed two USERCOPY violations in iucv and netlink, by Mathias Krause <minipli@ld-linux.so>
615 - fixed a xen boot regression with ssp-strong, reported by biergaizi and d-u (https://forums.grsecurity.net/viewtopic.php?f=3&t=4441)
616 - fixed module symbol resolution and extable handling on i386/KERNEXEC when KASLR is enabled
617
618 arch/arm/include/asm/atomic.h | 12 +++--------
619 arch/arm/include/asm/cmpxchg.h | 3 ++-
620 arch/arm64/mm/dma-mapping.c | 2 +-
621 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
622 arch/powerpc/include/asm/book3s/32/hash.h | 2 +-
623 arch/powerpc/include/asm/book3s/32/pgtable.h | 2 +-
624 arch/powerpc/include/asm/pte-common.h | 30 +++++++++++++---------------
625 arch/x86/crypto/crc32-pclmul_asm.S | 19 +++++++++++-------
626 arch/x86/include/asm/setup.h | 3 ++-
627 arch/x86/include/asm/uaccess.h | 4 ++--
628 arch/x86/kernel/module.c | 2 +-
629 arch/x86/kernel/pci-swiotlb.c | 2 +-
630 arch/x86/kvm/x86.c | 2 +-
631 arch/x86/mm/extable.c | 18 ++---------------
632 arch/x86/mm/pageattr.c | 5 +++--
633 arch/x86/xen/enlighten.c | 18 ++++++++---------
634 arch/x86/xen/pmu.c | 1 +
635 include/asm-generic/atomic-long.h | 2 ++
636 include/asm-generic/atomic64.h | 1 +
637 include/linux/atomic.h | 4 ++++
638 include/linux/llist.h | 9 +++++++++
639 include/linux/swiotlb.h | 3 +--
640 kernel/extable.c | 17 ++++++++++++++--
641 kernel/module.c | 9 ++++++++-
642 lib/extable.c | 11 +---------
643 lib/llist.c | 17 ++++++++++++++++
644 lib/swiotlb.c | 2 +-
645 mm/hugetlb.c | 12 +++++++++++
646 mm/vmalloc.c | 2 +-
647 net/iucv/af_iucv.c | 7 +++----
648 net/netlink/af_netlink.c | 5 +++--
649 scripts/Makefile.gcc-plugins | 2 +-
650 scripts/gcc-plugins/initify_plugin.c | 4 +++-
651 33 files changed, 139 insertions(+), 95 deletions(-)
652
653 commit 402a02454512e83be868e83529b04c0ccde687a9
654 Author: Brad Spengler <spender@grsecurity.net>
655 Date: Thu Sep 15 08:25:18 2016 -0400
656
657 Update size_overflow hash
658
659 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
660 1 file changed, 1 insertion(+)
661
662 commit e1d3996c7486a0985846423711dd5c05401144c1
663 Author: Brad Spengler <spender@grsecurity.net>
664 Date: Thu Sep 15 07:48:33 2016 -0400
665
666 compile fix
667
668 kernel/capability.c | 6 +++---
669 1 file changed, 3 insertions(+), 3 deletions(-)
670
671 commit a668b9edff65c3c2eb134e1c7edfbc4142f1e678
672 Merge: f2ceab4 4f9be5c
673 Author: Brad Spengler <spender@grsecurity.net>
674 Date: Thu Sep 15 07:24:15 2016 -0400
675
676 Rename our existing ns_capable_nolog to suit upstream's bikeshedded ns_capable_noaudit
677
678 Merge branch 'pax-test' into grsec-test
679
680 commit 4f9be5c8326f08df59ef7df521acac91e9e6c3d5
681 Merge: 168b0e3 bd333da
682 Author: Brad Spengler <spender@grsecurity.net>
683 Date: Thu Sep 15 07:12:12 2016 -0400
684
685 Merge branch 'linux-4.7.y' into pax-test
686
687 commit f2ceab4fbaec0cd5c127345dbce3e033b74fe826
688 Author: WANG Cong <xiyou.wangcong@gmail.com>
689 Date: Sun Aug 28 21:28:26 2016 -0700
690
691 kcm: fix a socket double free
692
693 Dmitry reported a double free on kcm socket, which could
694 be easily reproduced by:
695
696 #include <unistd.h>
697 #include <sys/syscall.h>
698
699 int main()
700 {
701 int fd = syscall(SYS_socket, 0x29ul, 0x5ul, 0x0ul, 0, 0, 0);
702 syscall(SYS_ioctl, fd, 0x89e2ul, 0x20a98000ul, 0, 0, 0);
703 return 0;
704 }
705
706 This is because on the error path, after we install
707 the new socket file, we call sock_release() to clean
708 up the socket, which leaves the fd pointing to a freed
709 socket. Fix this by calling sys_close() on that fd
710 directly.
711
712 Fixes: ab7ac4eb9832 ("kcm: Kernel Connection Multiplexor module")
713 Reported-by: Dmitry Vyukov <dvyukov@google.com>
714 Cc: Tom Herbert <tom@herbertland.com>
715 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
716 Signed-off-by: David S. Miller <davem@davemloft.net>
717
718 net/kcm/kcmsock.c | 3 ++-
719 1 file changed, 2 insertions(+), 1 deletion(-)
720
721 commit f3ddf560233f0ec26493522fc1c2b1b8f764f16e
722 Merge: 9e43620 168b0e3
723 Author: Brad Spengler <spender@grsecurity.net>
724 Date: Wed Sep 7 08:26:50 2016 -0400
725
726 Merge branch 'pax-test' into grsec-test
727
728 commit 168b0e38caaf436f7c5345fe20a92b7f391ccad5
729 Merge: 2a27d24 d7f6728
730 Author: Brad Spengler <spender@grsecurity.net>
731 Date: Wed Sep 7 08:26:41 2016 -0400
732
733 Merge branch 'linux-4.7.y' into pax-test
734
735 commit 9e43620d71b42e65cb12642b240a6e638531aa65
736 Author: Daeho Jeong <daeho.jeong@samsung.com>
737 Date: Sun Jul 3 17:51:39 2016 -0400
738
739 ext4: avoid modifying checksum fields directly during checksum verification
740
741 We temporally change checksum fields in buffers of some types of
742 metadata into '0' for verifying the checksum values. By doing this
743 without locking the buffer, some metadata's checksums, which are
744 being committed or written back to the storage, could be damaged.
745 In our test, several metadata blocks were found with damaged metadata
746 checksum value during recovery process. When we only verify the
747 checksum value, we have to avoid modifying checksum fields directly.
748
749 Signed-off-by: Daeho Jeong <daeho.jeong@samsung.com>
750 Signed-off-by: Youngjin Gil <youngjin.gil@samsung.com>
751 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
752 Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
753
754 fs/ext4/inode.c | 38 ++++++++++++++++++++++----------------
755 fs/ext4/namei.c | 9 ++++-----
756 fs/ext4/super.c | 18 +++++++++---------
757 fs/ext4/xattr.c | 13 +++++++------
758 4 files changed, 42 insertions(+), 36 deletions(-)
759
760 commit b84727ffa19c4ec06a04502219f8e15b6887d401
761 Author: Brad Spengler <spender@grsecurity.net>
762 Date: Wed Aug 31 20:22:42 2016 -0400
763
764 Use the correct branch prediction
765
766 arch/x86/include/asm/uaccess.h | 4 ++--
767 1 file changed, 2 insertions(+), 2 deletions(-)
768
769 commit a8411c5faefe2708a5998f484ed6ca65c9ccf971
770 Author: Linus Torvalds <torvalds@linux-foundation.org>
771 Date: Mon Aug 22 16:41:46 2016 -0700
772
773 binfmt_elf: switch to new creds when switching to new mm
774
775 We used to delay switching to the new credentials until after we had
776 mapped the executable (and possible elf interpreter). That was kind of
777 odd to begin with, since the new executable will actually then _run_
778 with the new creds, but whatever.
779
780 The bigger problem was that we also want to make sure that we turn off
781 prof events and tracing before we start mapping the new executable
782 state. So while this is a cleanup, it's also a fix for a possible
783 information leak.
784
785 Reported-by: Robert Święcki <robert@swiecki.net>
786 Tested-by: Peter Zijlstra <peterz@infradead.org>
787 Acked-by: David Howells <dhowells@redhat.com>
788 Acked-by: Oleg Nesterov <oleg@redhat.com>
789 Acked-by: Andy Lutomirski <luto@amacapital.net>
790 Acked-by: Eric W. Biederman <ebiederm@xmission.com>
791 Cc: Willy Tarreau <w@1wt.eu>
792 Cc: Kees Cook <keescook@chromium.org>
793 Cc: Al Viro <viro@zeniv.linux.org.uk>
794 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
795
796 fs/binfmt_elf.c | 2 +-
797 1 file changed, 1 insertion(+), 1 deletion(-)
798
799 commit 18fe03a1a1ce3b59208ecc7bb90be5724ec1d1aa
800 Author: Brad Spengler <spender@grsecurity.net>
801 Date: Wed Aug 31 20:01:48 2016 -0400
802
803 Two USERCOPY fixes from Mathias Krause
804
805 net/iucv/af_iucv.c | 7 +++----
806 net/netlink/af_netlink.c | 5 +++--
807 2 files changed, 6 insertions(+), 6 deletions(-)
808
809 commit 4830a253a94494524d9ebb3bed7118c2b746f5a2
810 Author: Brad Spengler <spender@grsecurity.net>
811 Date: Wed Aug 31 19:58:53 2016 -0400
812
813 From 7e13821dd59b17382bba8707c1a9b73569db5535 Mon Sep 17 00:00:00 2001
814 From: Mathias Krause <mathias.krause@secunet.com>
815 Date: Thu, 18 Aug 2016 17:03:19 +0200
816 Subject: [PATCH] [pax] fix page frame number compare in static_protections()
817
818 The KERNEXEC specific memory range check is comparing a page frame
819 number against physical addresses while it should compare page frame
820 numbers instead.
821
822 This leads to "false positives" for systems with 64GB+ of RAM, leading
823 to missing memory protection changes, leading various access errors,
824 like failing to release module init code when using the RCU path in
825 vunmap().
826
827 Fix this by converting the physical addresses to page frame numbers
828 before doing the range check.
829
830 Signed-off-by: Mathias Krause <mathias.krause@secunet.com>
831
832 arch/x86/mm/pageattr.c | 2 +-
833 1 file changed, 1 insertion(+), 1 deletion(-)
834
835 commit 8cd264e31562d39c034c35256dcb4eff8ab2fc66
836 Author: Brad Spengler <spender@grsecurity.net>
837 Date: Thu Aug 18 17:57:25 2016 -0400
838
839 Remove a warning that is (under the specific instance where we triggered it)
840 erroneous. Avoiding triggering the warning will require reworking some of
841 our APIs, so this will be fixed at a later time.
842
843 Thanks to Ed Swierk of Skyport Systems for the report.
844
845 fs/dcache.c | 2 --
846 1 file changed, 2 deletions(-)
847
848 commit 7276656b983ed5e39010c54908005e0574a2d3fd
849 Author: Brad Spengler <spender@grsecurity.net>
850 Date: Sun Aug 21 17:36:48 2016 -0400
851
852 Update size_overflow hash table
853
854 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 4 +++-
855 1 file changed, 3 insertions(+), 1 deletion(-)
856
857 commit 18a6c9305d45e83c3bebf07eb132885da34b73da
858 Merge: 5cbf490 2a27d24
859 Author: Brad Spengler <spender@grsecurity.net>
860 Date: Sun Aug 21 16:59:37 2016 -0400
861
862 Merge branch 'pax-test' into grsec-test
863
864 commit 2a27d2419704b09b554b75d6397bf26ffd45754b
865 Merge: 7be9261 84fae3f
866 Author: Brad Spengler <spender@grsecurity.net>
867 Date: Sun Aug 21 16:57:07 2016 -0400
868
869 Merge branch 'linux-4.7.y' into pax-test
870
871 commit 5cbf4905a069cf66895ff7a06673f8102e3faab5
872 Author: Brad Spengler <spender@grsecurity.net>
873 Date: Tue Aug 16 17:23:45 2016 -0400
874
875 forward-port !PAX_ASLR change
876
877 arch/x86/mm/mmap.c | 16 +++-------------
878 1 file changed, 3 insertions(+), 13 deletions(-)
879
880 commit c7d89a55e70af76005662d4a4c9c7db3a4cb7998
881 Merge: a144f0f8 7be9261
882 Author: Brad Spengler <spender@grsecurity.net>
883 Date: Tue Aug 16 17:14:06 2016 -0400
884
885 Merge branch 'pax-test' into grsec-test
886
887 commit 7be92610b9cff4e90a4f84a385086c5f643004a0
888 Merge: cb11f67 95f15f5
889 Author: Brad Spengler <spender@grsecurity.net>
890 Date: Tue Aug 16 17:13:54 2016 -0400
891
892 Merge branch 'linux-4.7.y' into pax-test
893
894 commit a144f0f806ea8a109483a945d2e92474b57ef03c
895 Author: Brad Spengler <spender@grsecurity.net>
896 Date: Mon Aug 15 17:54:00 2016 -0400
897
898 Temporary workaround for cloned functions in the initify plugin, prevents
899 an ICE-from-assertion reported by xeaforz and gg on IRC
900
901 scripts/gcc-plugins/initify_plugin.c | 3 ++-
902 1 file changed, 2 insertions(+), 1 deletion(-)
903
904 commit f68bc3565a314bea45c58a9ee0c025fad19af76d
905 Author: Brad Spengler <spender@grsecurity.net>
906 Date: Mon Aug 15 17:50:24 2016 -0400
907
908 Fix arm/ppc compilation, reported by Wizzup
909
910 arch/arm/include/asm/atomic.h | 2 +-
911 arch/powerpc/include/asm/atomic.h | 2 +-
912 include/asm-generic/atomic-long.h | 3 ++-
913 include/linux/atomic.h | 4 ++++
914 4 files changed, 8 insertions(+), 3 deletions(-)
915
916 commit 30f09e2a7b1590febfb028aad55f3e4b74d92c87
917 Author: Brad Spengler <spender@grsecurity.net>
918 Date: Sat Aug 13 12:28:25 2016 -0400
919
920 Initial import of grsecurity 3.1 for Linux 4.7
921
922 Disables userfaultfd as suggested by Jann Horn
923
924 Documentation/dontdiff | 2 +
925 Documentation/kernel-parameters.txt | 11 +
926 Documentation/sysctl/kernel.txt | 15 +
927 Makefile | 5 +-
928 arch/alpha/include/asm/cache.h | 4 +-
929 arch/alpha/kernel/osf_sys.c | 12 +-
930 arch/arc/Kconfig | 1 +
931 arch/arm/Kconfig | 2 +
932 arch/arm/Kconfig.debug | 1 +
933 arch/arm/include/asm/atomic.h | 45 +-
934 arch/arm/include/asm/domain.h | 1 +
935 arch/arm/include/asm/thread_info.h | 7 +-
936 arch/arm/kernel/entry-common.S | 8 +-
937 arch/arm/kernel/process.c | 4 +-
938 arch/arm/kernel/ptrace.c | 9 +
939 arch/arm/kernel/traps.c | 7 +-
940 arch/arm/mach-mvebu/coherency.c | 2 +-
941 arch/arm/mm/Kconfig | 4 +-
942 arch/arm/mm/alignment.c | 24 +-
943 arch/arm/mm/fault.c | 40 +-
944 arch/arm/mm/mmap.c | 8 +-
945 arch/arm/net/bpf_jit_32.c | 51 +-
946 arch/arm64/Kconfig.debug | 1 +
947 arch/arm64/include/asm/atomic.h | 3 +
948 arch/arm64/include/asm/cache.h | 4 +-
949 arch/arm64/include/asm/pgtable.h | 3 +
950 arch/arm64/kernel/process.c | 9 +-
951 arch/arm64/kernel/stacktrace.c | 4 +-
952 arch/arm64/kernel/traps.c | 2 +-
953 arch/avr32/include/asm/cache.h | 4 +-
954 arch/blackfin/Kconfig.debug | 1 +
955 arch/blackfin/include/asm/cache.h | 3 +-
956 arch/cris/include/arch-v10/arch/cache.h | 3 +-
957 arch/cris/include/arch-v32/arch/cache.h | 3 +-
958 arch/frv/include/asm/cache.h | 3 +-
959 arch/frv/mm/elf-fdpic.c | 4 +-
960 arch/hexagon/include/asm/cache.h | 6 +-
961 arch/ia64/Kconfig | 1 +
962 arch/ia64/include/asm/cache.h | 3 +-
963 arch/ia64/kernel/sys_ia64.c | 2 +
964 arch/ia64/mm/hugetlbpage.c | 2 +
965 arch/m32r/include/asm/cache.h | 4 +-
966 arch/m68k/include/asm/cache.h | 4 +-
967 arch/metag/mm/hugetlbpage.c | 1 +
968 arch/microblaze/include/asm/cache.h | 3 +-
969 arch/mips/Kconfig | 1 +
970 arch/mips/include/asm/thread_info.h | 11 +-
971 arch/mips/kernel/irq.c | 3 +
972 arch/mips/kernel/ptrace.c | 9 +
973 arch/mips/mm/mmap.c | 4 +-
974 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
975 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
976 arch/openrisc/include/asm/cache.h | 4 +-
977 arch/parisc/include/asm/cache.h | 3 +
978 arch/parisc/kernel/sys_parisc.c | 4 +
979 arch/powerpc/Kconfig | 1 +
980 arch/powerpc/include/asm/atomic.h | 28 +-
981 arch/powerpc/include/asm/cache.h | 4 +-
982 arch/powerpc/include/asm/spinlock.h | 1 +
983 arch/powerpc/include/asm/thread_info.h | 5 +-
984 arch/powerpc/kernel/Makefile | 2 +
985 arch/powerpc/kernel/irq.c | 3 +
986 arch/powerpc/kernel/process.c | 10 +-
987 arch/powerpc/kernel/ptrace.c | 14 +
988 arch/powerpc/kernel/traps.c | 7 +-
989 arch/powerpc/mm/slice.c | 2 +-
990 arch/s390/Kconfig.debug | 1 +
991 arch/s390/include/asm/cache.h | 4 +-
992 arch/score/include/asm/cache.h | 4 +-
993 arch/sh/include/asm/cache.h | 3 +-
994 arch/sh/mm/mmap.c | 6 +-
995 arch/sparc/include/asm/cache.h | 4 +-
996 arch/sparc/include/asm/pgalloc_64.h | 1 +
997 arch/sparc/include/asm/thread_info_64.h | 8 +-
998 arch/sparc/kernel/process_32.c | 6 +-
999 arch/sparc/kernel/process_64.c | 8 +-
1000 arch/sparc/kernel/ptrace_64.c | 14 +
1001 arch/sparc/kernel/sys_sparc_64.c | 8 +-
1002 arch/sparc/kernel/syscalls.S | 8 +-
1003 arch/sparc/kernel/traps_32.c | 8 +-
1004 arch/sparc/kernel/traps_64.c | 28 +-
1005 arch/sparc/kernel/unaligned_64.c | 2 +-
1006 arch/sparc/mm/fault_64.c | 2 +-
1007 arch/sparc/mm/hugetlbpage.c | 15 +-
1008 arch/tile/Kconfig | 1 +
1009 arch/tile/include/asm/cache.h | 3 +-
1010 arch/tile/mm/hugetlbpage.c | 2 +
1011 arch/um/include/asm/cache.h | 3 +-
1012 arch/unicore32/include/asm/cache.h | 6 +-
1013 arch/x86/Kconfig | 21 +
1014 arch/x86/Kconfig.debug | 2 +
1015 arch/x86/entry/common.c | 14 +
1016 arch/x86/entry/entry_32.S | 2 +-
1017 arch/x86/entry/entry_64.S | 2 +-
1018 arch/x86/ia32/ia32_aout.c | 2 +
1019 arch/x86/include/asm/floppy.h | 20 +-
1020 arch/x86/include/asm/fpu/types.h | 69 +-
1021 arch/x86/include/asm/io.h | 2 +-
1022 arch/x86/include/asm/page.h | 12 +-
1023 arch/x86/include/asm/paravirt_types.h | 21 +-
1024 arch/x86/include/asm/processor.h | 12 +-
1025 arch/x86/include/asm/thread_info.h | 6 +-
1026 arch/x86/kernel/dumpstack.c | 10 +-
1027 arch/x86/kernel/dumpstack_32.c | 2 +-
1028 arch/x86/kernel/dumpstack_64.c | 2 +-
1029 arch/x86/kernel/ioport.c | 13 +
1030 arch/x86/kernel/irq_32.c | 3 +
1031 arch/x86/kernel/irq_64.c | 4 +
1032 arch/x86/kernel/kprobes/opt.c | 8 +-
1033 arch/x86/kernel/ldt.c | 18 +
1034 arch/x86/kernel/msr.c | 12 +
1035 arch/x86/kernel/ptrace.c | 14 +
1036 arch/x86/kernel/signal.c | 9 +-
1037 arch/x86/kernel/sys_i386_32.c | 9 +-
1038 arch/x86/kernel/sys_x86_64.c | 8 +-
1039 arch/x86/kernel/traps.c | 5 +
1040 arch/x86/kernel/verify_cpu.S | 1 +
1041 arch/x86/kernel/vm86_32.c | 15 +
1042 arch/x86/mm/fault.c | 12 +-
1043 arch/x86/mm/hugetlbpage.c | 15 +-
1044 arch/x86/mm/init.c | 51 +-
1045 arch/x86/mm/init_32.c | 6 +-
1046 arch/x86/net/bpf_jit_comp.c | 4 +
1047 arch/x86/platform/efi/efi_64.c | 2 +-
1048 arch/x86/xen/Kconfig | 1 +
1049 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
1050 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
1051 crypto/scatterwalk.c | 10 +-
1052 drivers/acpi/acpica/hwxfsleep.c | 11 +-
1053 drivers/acpi/custom_method.c | 4 +
1054 drivers/block/cciss.h | 30 +-
1055 drivers/block/smart1,2.h | 40 +-
1056 drivers/cdrom/cdrom.c | 2 +-
1057 drivers/char/Kconfig | 4 +-
1058 drivers/char/genrtc.c | 1 +
1059 drivers/char/mem.c | 17 +
1060 drivers/char/random.c | 5 +-
1061 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
1062 drivers/firewire/ohci.c | 4 +
1063 drivers/firmware/efi/libstub/Makefile | 2 +
1064 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 82 +-
1065 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
1066 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
1067 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
1068 .../drm/amd/powerplay/hwmgr/polaris10_thermal.c | 22 +-
1069 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
1070 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
1071 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
1072 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
1073 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
1074 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
1075 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
1076 drivers/hid/hid-wiimote-debug.c | 2 +-
1077 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 138 +-
1078 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
1079 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
1080 drivers/iommu/amd_iommu.c | 14 +-
1081 drivers/iommu/arm-smmu-v3.c | 32 +-
1082 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
1083 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
1084 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
1085 drivers/isdn/i4l/isdn_concap.c | 6 +-
1086 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
1087 drivers/md/bcache/Kconfig | 1 +
1088 drivers/md/raid5.c | 8 +
1089 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
1090 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
1091 drivers/media/radio/radio-cadet.c | 5 +-
1092 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
1093 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
1094 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
1095 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
1096 drivers/message/fusion/mptbase.c | 9 +
1097 drivers/misc/sgi-xp/xp_main.c | 12 +-
1098 drivers/mmc/host/tmio_mmc_pio.c | 5 +-
1099 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
1100 drivers/net/wan/lmc/lmc_media.c | 97 +-
1101 drivers/net/wan/z85230.c | 24 +-
1102 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
1103 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
1104 drivers/pci/proc.c | 9 +
1105 drivers/platform/x86/asus-wmi.c | 12 +
1106 drivers/rtc/rtc-dev.c | 3 +
1107 drivers/scsi/bfa/bfa_fcs.c | 19 +-
1108 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
1109 drivers/scsi/bfa/bfa_modules.h | 12 +-
1110 drivers/scsi/hpsa.h | 40 +-
1111 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
1112 drivers/staging/wilc1000/host_interface.h | 1 +
1113 drivers/staging/wilc1000/wilc_spi.c | 1 +
1114 drivers/tty/sysrq.c | 2 +-
1115 drivers/tty/tty_io.c | 4 +
1116 drivers/tty/vt/keyboard.c | 22 +-
1117 drivers/uio/uio.c | 6 +-
1118 drivers/usb/core/hub.c | 5 +
1119 drivers/usb/gadget/function/f_uac1.c | 1 +
1120 drivers/usb/gadget/function/u_uac1.c | 1 +
1121 drivers/usb/host/hwa-hc.c | 9 +-
1122 drivers/usb/usbip/vhci_sysfs.c | 2 +-
1123 drivers/video/fbdev/arcfb.c | 2 +-
1124 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
1125 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
1126 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
1127 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
1128 drivers/xen/xenfs/xenstored.c | 5 +
1129 firmware/Makefile | 2 +
1130 firmware/WHENCE | 20 +-
1131 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
1132 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
1133 fs/attr.c | 4 +
1134 fs/autofs4/waitq.c | 9 +
1135 fs/binfmt_aout.c | 7 +
1136 fs/binfmt_elf.c | 40 +-
1137 fs/compat.c | 20 +-
1138 fs/coredump.c | 17 +-
1139 fs/dcache.c | 3 +
1140 fs/debugfs/inode.c | 19 +-
1141 fs/exec.c | 243 +-
1142 fs/ext2/balloc.c | 4 +-
1143 fs/ext2/super.c | 8 +-
1144 fs/ext4/balloc.c | 4 +-
1145 fs/ext4/extents.c | 2 +-
1146 fs/fcntl.c | 4 +
1147 fs/fhandle.c | 3 +-
1148 fs/file.c | 4 +
1149 fs/filesystems.c | 4 +
1150 fs/fs_struct.c | 20 +-
1151 fs/hugetlbfs/inode.c | 5 +-
1152 fs/inode.c | 8 +-
1153 fs/ioctl.c | 1 +
1154 fs/kernfs/dir.c | 6 +
1155 fs/mount.h | 4 +-
1156 fs/namei.c | 290 +-
1157 fs/namespace.c | 24 +
1158 fs/nfsd/nfscache.c | 2 +-
1159 fs/open.c | 38 +
1160 fs/overlayfs/inode.c | 3 +
1161 fs/overlayfs/super.c | 6 +-
1162 fs/pipe.c | 2 +-
1163 fs/posix_acl.c | 15 +-
1164 fs/proc/Kconfig | 10 +-
1165 fs/proc/array.c | 67 +-
1166 fs/proc/base.c | 193 +-
1167 fs/proc/cmdline.c | 4 +
1168 fs/proc/devices.c | 4 +
1169 fs/proc/fd.c | 13 +-
1170 fs/proc/generic.c | 64 +
1171 fs/proc/inode.c | 17 +
1172 fs/proc/internal.h | 18 +-
1173 fs/proc/interrupts.c | 4 +
1174 fs/proc/kcore.c | 3 +
1175 fs/proc/proc_net.c | 31 +
1176 fs/proc/proc_sysctl.c | 50 +-
1177 fs/proc/root.c | 8 +
1178 fs/proc/stat.c | 69 +-
1179 fs/proc/task_mmu.c | 85 +-
1180 fs/proc/task_nommu.c | 2 +-
1181 fs/readdir.c | 19 +
1182 fs/reiserfs/item_ops.c | 24 +-
1183 fs/reiserfs/super.c | 4 +
1184 fs/select.c | 2 +
1185 fs/seq_file.c | 31 +-
1186 fs/stat.c | 20 +-
1187 fs/sysfs/dir.c | 30 +-
1188 fs/utimes.c | 7 +
1189 fs/xattr.c | 26 +-
1190 fs/xfs/xfs_ioctl.c | 6 +
1191 grsecurity/Kconfig | 1205 ++++
1192 grsecurity/Makefile | 54 +
1193 grsecurity/gracl.c | 2773 +++++++++
1194 grsecurity/gracl_alloc.c | 105 +
1195 grsecurity/gracl_cap.c | 96 +
1196 grsecurity/gracl_compat.c | 269 +
1197 grsecurity/gracl_fs.c | 448 ++
1198 grsecurity/gracl_ip.c | 387 ++
1199 grsecurity/gracl_learn.c | 209 +
1200 grsecurity/gracl_policy.c | 1784 ++++++
1201 grsecurity/gracl_res.c | 74 +
1202 grsecurity/gracl_segv.c | 306 +
1203 grsecurity/gracl_shm.c | 40 +
1204 grsecurity/grsec_chdir.c | 19 +
1205 grsecurity/grsec_chroot.c | 506 ++
1206 grsecurity/grsec_disabled.c | 445 ++
1207 grsecurity/grsec_exec.c | 188 +
1208 grsecurity/grsec_fifo.c | 26 +
1209 grsecurity/grsec_fork.c | 23 +
1210 grsecurity/grsec_init.c | 294 +
1211 grsecurity/grsec_ipc.c | 48 +
1212 grsecurity/grsec_link.c | 65 +
1213 grsecurity/grsec_log.c | 340 +
1214 grsecurity/grsec_mem.c | 48 +
1215 grsecurity/grsec_mount.c | 65 +
1216 grsecurity/grsec_pax.c | 47 +
1217 grsecurity/grsec_proc.c | 20 +
1218 grsecurity/grsec_ptrace.c | 30 +
1219 grsecurity/grsec_sig.c | 248 +
1220 grsecurity/grsec_sock.c | 244 +
1221 grsecurity/grsec_sysctl.c | 497 ++
1222 grsecurity/grsec_time.c | 16 +
1223 grsecurity/grsec_tpe.c | 78 +
1224 grsecurity/grsec_tty.c | 18 +
1225 grsecurity/grsec_usb.c | 15 +
1226 grsecurity/grsum.c | 56 +
1227 include/asm-generic/atomic-long.h | 2 +
1228 include/asm-generic/atomic64.h | 1 +
1229 include/asm-generic/pgtable-nopmd.h | 1 +
1230 include/linux/atomic.h | 23 +
1231 include/linux/binfmts.h | 5 +-
1232 include/linux/capability.h | 13 +
1233 include/linux/cdev.h | 2 +-
1234 include/linux/compiler-gcc.h | 5 +
1235 include/linux/compiler.h | 8 +
1236 include/linux/cred.h | 8 +-
1237 include/linux/dcache.h | 5 +-
1238 include/linux/fs.h | 26 +-
1239 include/linux/fs_struct.h | 2 +-
1240 include/linux/fsnotify.h | 6 +
1241 include/linux/gracl.h | 342 ++
1242 include/linux/gracl_compat.h | 156 +
1243 include/linux/gralloc.h | 9 +
1244 include/linux/grdefs.h | 140 +
1245 include/linux/grinternal.h | 231 +
1246 include/linux/grmsg.h | 120 +
1247 include/linux/grsecurity.h | 259 +
1248 include/linux/grsock.h | 19 +
1249 include/linux/ipc.h | 2 +-
1250 include/linux/ipc_namespace.h | 2 +-
1251 include/linux/kallsyms.h | 18 +-
1252 include/linux/key-type.h | 4 +-
1253 include/linux/kmod.h | 5 +
1254 include/linux/kobject.h | 2 +-
1255 include/linux/lsm_hooks.h | 4 +-
1256 include/linux/mm.h | 12 +
1257 include/linux/mm_types.h | 4 +-
1258 include/linux/module.h | 5 +-
1259 include/linux/mount.h | 2 +-
1260 include/linux/msg.h | 2 +-
1261 include/linux/netfilter/xt_gradm.h | 9 +
1262 include/linux/path.h | 4 +-
1263 include/linux/perf_event.h | 13 +-
1264 include/linux/pid_namespace.h | 2 +-
1265 include/linux/printk.h | 3 +-
1266 include/linux/proc_fs.h | 22 +-
1267 include/linux/proc_ns.h | 2 +-
1268 include/linux/random.h | 2 +-
1269 include/linux/rbtree_augmented.h | 4 +-
1270 include/linux/scatterlist.h | 12 +-
1271 include/linux/sched.h | 135 +-
1272 include/linux/security.h | 1 +
1273 include/linux/sem.h | 2 +-
1274 include/linux/seq_file.h | 5 +
1275 include/linux/shm.h | 6 +-
1276 include/linux/skbuff.h | 3 +
1277 include/linux/slab.h | 9 -
1278 include/linux/sysctl.h | 8 +-
1279 include/linux/thread_info.h | 6 +-
1280 include/linux/tty.h | 2 +-
1281 include/linux/tty_driver.h | 4 +-
1282 include/linux/uidgid.h | 6 +
1283 include/linux/user_namespace.h | 2 +-
1284 include/linux/utsname.h | 2 +-
1285 include/linux/vermagic.h | 16 +-
1286 include/linux/vmalloc.h | 8 +
1287 include/net/af_unix.h | 2 +-
1288 include/net/ip.h | 2 +-
1289 include/net/neighbour.h | 2 +-
1290 include/net/net_namespace.h | 2 +-
1291 include/net/sock.h | 2 +-
1292 include/trace/events/fs.h | 53 +
1293 include/uapi/linux/personality.h | 1 +
1294 init/Kconfig | 7 +-
1295 init/main.c | 48 +
1296 ipc/mqueue.c | 1 +
1297 ipc/msg.c | 3 +-
1298 ipc/msgutil.c | 4 +-
1299 ipc/sem.c | 3 +-
1300 ipc/shm.c | 26 +-
1301 ipc/util.c | 6 +
1302 kernel/auditsc.c | 2 +-
1303 kernel/bpf/syscall.c | 10 +-
1304 kernel/capability.c | 41 +-
1305 kernel/cgroup.c | 5 +-
1306 kernel/compat.c | 1 +
1307 kernel/configs.c | 11 +
1308 kernel/cred.c | 112 +-
1309 kernel/events/core.c | 14 +-
1310 kernel/exit.c | 10 +-
1311 kernel/fork.c | 93 +-
1312 kernel/futex.c | 4 +-
1313 kernel/kallsyms.c | 9 +
1314 kernel/kcmp.c | 4 +
1315 kernel/kexec_core.c | 2 +-
1316 kernel/kmod.c | 96 +-
1317 kernel/kprobes.c | 9 +-
1318 kernel/ksysfs.c | 2 +
1319 kernel/locking/lockdep_proc.c | 10 +-
1320 kernel/module.c | 108 +-
1321 kernel/panic.c | 6 +-
1322 kernel/pid.c | 18 +-
1323 kernel/power/Kconfig | 2 +
1324 kernel/printk/printk.c | 7 +-
1325 kernel/ptrace.c | 50 +-
1326 kernel/resource.c | 10 +
1327 kernel/sched/core.c | 8 +-
1328 kernel/sched/debug.c | 4 +
1329 kernel/signal.c | 37 +-
1330 kernel/sys.c | 64 +-
1331 kernel/sysctl.c | 174 +-
1332 kernel/taskstats.c | 6 +
1333 kernel/time/posix-timers.c | 8 +
1334 kernel/time/time.c | 5 +
1335 kernel/time/timekeeping.c | 3 +
1336 kernel/time/timer_list.c | 13 +-
1337 kernel/time/timer_stats.c | 10 +-
1338 kernel/trace/Kconfig | 6 +
1339 kernel/trace/trace_syscalls.c | 8 +
1340 kernel/user_namespace.c | 15 +
1341 lib/Kconfig.debug | 13 +-
1342 lib/is_single_threaded.c | 3 +
1343 lib/list_debug.c | 65 +-
1344 lib/nlattr.c | 2 +
1345 lib/rbtree.c | 4 +-
1346 lib/vsprintf.c | 42 +-
1347 localversion-grsec | 1 +
1348 mm/Kconfig | 8 +-
1349 mm/Kconfig.debug | 1 +
1350 mm/filemap.c | 1 +
1351 mm/hugetlb.c | 12 +
1352 mm/kmemleak.c | 4 +-
1353 mm/memory.c | 2 +-
1354 mm/mempolicy.c | 12 +-
1355 mm/migrate.c | 3 +-
1356 mm/mlock.c | 9 +
1357 mm/mmap.c | 118 +-
1358 mm/mprotect.c | 8 +
1359 mm/page_alloc.c | 2 +-
1360 mm/process_vm_access.c | 6 +
1361 mm/shmem.c | 2 +-
1362 mm/slab.c | 14 +-
1363 mm/slab_common.c | 2 +-
1364 mm/slob.c | 12 +
1365 mm/slub.c | 33 +-
1366 mm/util.c | 3 +
1367 mm/vmalloc.c | 84 +-
1368 mm/vmstat.c | 29 +-
1369 net/appletalk/atalk_proc.c | 2 +-
1370 net/atm/lec.c | 6 +-
1371 net/atm/mpoa_caches.c | 43 +-
1372 net/can/bcm.c | 2 +-
1373 net/can/proc.c | 2 +-
1374 net/core/dev_ioctl.c | 7 +-
1375 net/core/filter.c | 8 +-
1376 net/core/net-procfs.c | 17 +-
1377 net/core/pktgen.c | 2 +-
1378 net/core/sock.c | 23 +-
1379 net/core/sysctl_net_core.c | 2 +-
1380 net/decnet/dn_dev.c | 2 +-
1381 net/ipv4/devinet.c | 6 +-
1382 net/ipv4/inet_hashtables.c | 6 +
1383 net/ipv4/ip_input.c | 7 +
1384 net/ipv4/ip_sockglue.c | 3 +-
1385 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
1386 net/ipv4/route.c | 6 +-
1387 net/ipv4/tcp_input.c | 6 +-
1388 net/ipv4/tcp_ipv4.c | 24 +-
1389 net/ipv4/tcp_minisocks.c | 9 +-
1390 net/ipv4/tcp_timer.c | 11 +
1391 net/ipv4/udp.c | 23 +
1392 net/ipv6/addrconf.c | 13 +-
1393 net/ipv6/proc.c | 2 +-
1394 net/ipv6/tcp_ipv6.c | 23 +-
1395 net/ipv6/udp.c | 7 +
1396 net/ipx/ipx_proc.c | 2 +-
1397 net/irda/irproc.c | 2 +-
1398 net/llc/llc_proc.c | 2 +-
1399 net/netfilter/Kconfig | 10 +
1400 net/netfilter/Makefile | 1 +
1401 net/netfilter/xt_gradm.c | 51 +
1402 net/netfilter/xt_hashlimit.c | 4 +-
1403 net/netfilter/xt_recent.c | 2 +-
1404 net/socket.c | 75 +-
1405 net/sunrpc/Kconfig | 1 +
1406 net/sunrpc/cache.c | 2 +-
1407 net/sunrpc/stats.c | 2 +-
1408 net/sysctl_net.c | 2 +-
1409 net/unix/af_unix.c | 52 +-
1410 net/vmw_vsock/vmci_transport_notify.c | 30 +-
1411 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
1412 net/x25/sysctl_net_x25.c | 2 +-
1413 net/x25/x25_proc.c | 2 +-
1414 scripts/Makefile.gcc-plugins | 7 +-
1415 scripts/gcc-plugins/.gitignore | 1 +
1416 scripts/gcc-plugins/Makefile | 10 +
1417 scripts/gcc-plugins/gen-random-seed.sh | 8 +
1418 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
1419 .../size_overflow_plugin/size_overflow_hash.data | 296 +-
1420 scripts/package/Makefile | 2 +-
1421 scripts/package/mkspec | 41 +-
1422 security/Kconfig | 366 +-
1423 security/apparmor/file.c | 4 +-
1424 security/apparmor/lsm.c | 6 +-
1425 security/commoncap.c | 29 +
1426 security/keys/internal.h | 2 +-
1427 security/min_addr.c | 2 +
1428 security/tomoyo/file.c | 12 +-
1429 security/tomoyo/mount.c | 4 +
1430 security/tomoyo/tomoyo.c | 20 +-
1431 security/yama/Kconfig | 2 +-
1432 sound/synth/emux/emux_seq.c | 14 +-
1433 sound/usb/line6/driver.c | 40 +-
1434 sound/usb/line6/toneport.c | 12 +-
1435 511 files changed, 32801 insertions(+), 3213 deletions(-)
1436
1437 commit cb11f67628b6b8bd97c26b6223460789e4273364
1438 Author: Brad Spengler <spender@grsecurity.net>
1439 Date: Fri Aug 12 18:15:59 2016 -0400
1440
1441 Initial import of pax-linux-4.7-test3.patch
1442
1443 .gitignore | 1 +
1444 Documentation/dontdiff | 46 +-
1445 Documentation/kbuild/makefiles.txt | 39 +-
1446 Documentation/kernel-parameters.txt | 28 +
1447 Makefile | 20 +-
1448 arch/Kconfig | 14 +
1449 arch/alpha/include/asm/atomic.h | 10 +
1450 arch/alpha/include/asm/elf.h | 7 +
1451 arch/alpha/include/asm/pgalloc.h | 6 +
1452 arch/alpha/include/asm/pgtable.h | 11 +
1453 arch/alpha/kernel/module.c | 2 +-
1454 arch/alpha/kernel/osf_sys.c | 8 +-
1455 arch/alpha/mm/fault.c | 141 +-
1456 arch/arm/Kconfig | 6 +-
1457 arch/arm/boot/compressed/Makefile | 2 +
1458 arch/arm/include/asm/atomic.h | 323 +-
1459 arch/arm/include/asm/cache.h | 4 +-
1460 arch/arm/include/asm/cacheflush.h | 2 +-
1461 arch/arm/include/asm/checksum.h | 14 +-
1462 arch/arm/include/asm/cmpxchg.h | 4 +
1463 arch/arm/include/asm/cpuidle.h | 2 +-
1464 arch/arm/include/asm/domain.h | 42 +-
1465 arch/arm/include/asm/elf.h | 9 +-
1466 arch/arm/include/asm/fncpy.h | 2 +
1467 arch/arm/include/asm/futex.h | 1 +
1468 arch/arm/include/asm/kmap_types.h | 2 +-
1469 arch/arm/include/asm/mach/dma.h | 2 +-
1470 arch/arm/include/asm/mach/map.h | 16 +-
1471 arch/arm/include/asm/outercache.h | 2 +-
1472 arch/arm/include/asm/page.h | 3 +-
1473 arch/arm/include/asm/pgalloc.h | 20 +
1474 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
1475 arch/arm/include/asm/pgtable-2level.h | 3 +
1476 arch/arm/include/asm/pgtable-3level.h | 3 +
1477 arch/arm/include/asm/pgtable.h | 54 +-
1478 arch/arm/include/asm/smp.h | 2 +-
1479 arch/arm/include/asm/string.h | 10 +-
1480 arch/arm/include/asm/thread_info.h | 3 +
1481 arch/arm/include/asm/tls.h | 3 +
1482 arch/arm/include/asm/uaccess.h | 113 +-
1483 arch/arm/include/uapi/asm/ptrace.h | 2 +-
1484 arch/arm/kernel/armksyms.c | 2 +-
1485 arch/arm/kernel/cpuidle.c | 2 +-
1486 arch/arm/kernel/entry-armv.S | 109 +-
1487 arch/arm/kernel/entry-common.S | 40 +-
1488 arch/arm/kernel/entry-header.S | 55 +
1489 arch/arm/kernel/fiq.c | 3 +
1490 arch/arm/kernel/module-plts.c | 7 +-
1491 arch/arm/kernel/module.c | 38 +-
1492 arch/arm/kernel/patch.c | 2 +
1493 arch/arm/kernel/process.c | 86 +-
1494 arch/arm/kernel/reboot.c | 1 +
1495 arch/arm/kernel/setup.c | 20 +-
1496 arch/arm/kernel/signal.c | 35 +-
1497 arch/arm/kernel/smp.c | 2 +-
1498 arch/arm/kernel/tcm.c | 4 +-
1499 arch/arm/kernel/vmlinux.lds.S | 6 +-
1500 arch/arm/kvm/arm.c | 8 +-
1501 arch/arm/lib/copy_page.S | 1 +
1502 arch/arm/lib/csumpartialcopyuser.S | 4 +-
1503 arch/arm/lib/delay.c | 2 +-
1504 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
1505 arch/arm/mach-exynos/suspend.c | 6 +-
1506 arch/arm/mach-mmp/mmp2.c | 4 +-
1507 arch/arm/mach-mmp/pxa910.c | 4 +-
1508 arch/arm/mach-mvebu/coherency.c | 4 +-
1509 arch/arm/mach-omap2/board-n8x0.c | 2 +-
1510 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
1511 arch/arm/mach-omap2/omap-smp.c | 1 +
1512 arch/arm/mach-omap2/omap_device.c | 4 +-
1513 arch/arm/mach-omap2/omap_device.h | 4 +-
1514 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
1515 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
1516 arch/arm/mach-omap2/wd_timer.c | 6 +-
1517 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
1518 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
1519 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
1520 arch/arm/mach-tegra/irq.c | 1 +
1521 arch/arm/mach-ux500/pm.c | 1 +
1522 arch/arm/mach-zynq/platsmp.c | 1 +
1523 arch/arm/mm/Kconfig | 6 +-
1524 arch/arm/mm/cache-l2x0.c | 2 +-
1525 arch/arm/mm/context.c | 10 +-
1526 arch/arm/mm/fault.c | 160 +
1527 arch/arm/mm/fault.h | 12 +
1528 arch/arm/mm/init.c | 39 +
1529 arch/arm/mm/ioremap.c | 4 +-
1530 arch/arm/mm/mmap.c | 36 +-
1531 arch/arm/mm/mmu.c | 162 +-
1532 arch/arm/net/bpf_jit_32.c | 3 +
1533 arch/arm/plat-iop/setup.c | 2 +-
1534 arch/arm/plat-omap/sram.c | 2 +
1535 arch/arm64/Kconfig | 1 +
1536 arch/arm64/include/asm/atomic.h | 10 +
1537 arch/arm64/include/asm/percpu.h | 8 +-
1538 arch/arm64/include/asm/pgalloc.h | 5 +
1539 arch/arm64/include/asm/string.h | 22 +-
1540 arch/arm64/include/asm/uaccess.h | 1 +
1541 arch/arm64/mm/dma-mapping.c | 2 +-
1542 arch/avr32/include/asm/elf.h | 8 +-
1543 arch/avr32/include/asm/kmap_types.h | 4 +-
1544 arch/avr32/mm/fault.c | 27 +
1545 arch/frv/include/asm/atomic.h | 10 +
1546 arch/frv/include/asm/kmap_types.h | 2 +-
1547 arch/frv/mm/elf-fdpic.c | 3 +-
1548 arch/ia64/Makefile | 1 +
1549 arch/ia64/include/asm/atomic.h | 10 +
1550 arch/ia64/include/asm/elf.h | 7 +
1551 arch/ia64/include/asm/pgalloc.h | 12 +
1552 arch/ia64/include/asm/pgtable.h | 13 +-
1553 arch/ia64/include/asm/spinlock.h | 2 +-
1554 arch/ia64/include/asm/uaccess.h | 27 +-
1555 arch/ia64/kernel/module.c | 20 +-
1556 arch/ia64/kernel/palinfo.c | 2 +-
1557 arch/ia64/kernel/sys_ia64.c | 7 +
1558 arch/ia64/kernel/vmlinux.lds.S | 2 +-
1559 arch/ia64/mm/fault.c | 32 +-
1560 arch/ia64/mm/init.c | 15 +-
1561 arch/m32r/lib/usercopy.c | 6 +
1562 arch/mips/Kbuild | 2 +-
1563 arch/mips/Kconfig | 1 +
1564 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
1565 arch/mips/include/asm/atomic.h | 372 +-
1566 arch/mips/include/asm/cache.h | 3 +-
1567 arch/mips/include/asm/elf.h | 7 +
1568 arch/mips/include/asm/exec.h | 2 +-
1569 arch/mips/include/asm/hw_irq.h | 2 +-
1570 arch/mips/include/asm/irq.h | 1 -
1571 arch/mips/include/asm/local.h | 57 +
1572 arch/mips/include/asm/page.h | 2 +-
1573 arch/mips/include/asm/pgalloc.h | 5 +
1574 arch/mips/include/asm/pgtable.h | 3 +
1575 arch/mips/include/asm/uaccess.h | 1 +
1576 arch/mips/kernel/binfmt_elfn32.c | 7 +
1577 arch/mips/kernel/binfmt_elfo32.c | 7 +
1578 arch/mips/kernel/irq-gt641xx.c | 2 +-
1579 arch/mips/kernel/irq.c | 6 +-
1580 arch/mips/kernel/pm-cps.c | 2 +-
1581 arch/mips/kernel/process.c | 12 -
1582 arch/mips/kernel/sync-r4k.c | 24 +-
1583 arch/mips/kernel/traps.c | 13 +-
1584 arch/mips/lib/ashldi3.c | 21 +-
1585 arch/mips/lib/ashrdi3.c | 19 +-
1586 arch/mips/lib/libgcc.h | 12 +-
1587 arch/mips/mm/fault.c | 25 +
1588 arch/mips/mm/init.c | 4 +-
1589 arch/mips/mm/mmap.c | 24 +-
1590 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
1591 arch/mips/sni/rm200.c | 2 +-
1592 arch/mips/vr41xx/common/icu.c | 2 +-
1593 arch/mips/vr41xx/common/irq.c | 4 +-
1594 arch/parisc/include/asm/atomic.h | 10 +
1595 arch/parisc/include/asm/elf.h | 7 +
1596 arch/parisc/include/asm/pgalloc.h | 6 +
1597 arch/parisc/include/asm/pgtable.h | 11 +
1598 arch/parisc/include/asm/uaccess.h | 4 +-
1599 arch/parisc/kernel/module.c | 26 +-
1600 arch/parisc/kernel/sys_parisc.c | 15 +
1601 arch/parisc/kernel/traps.c | 4 +-
1602 arch/parisc/mm/fault.c | 140 +-
1603 arch/powerpc/Kconfig | 1 +
1604 arch/powerpc/include/asm/atomic.h | 317 +-
1605 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
1606 arch/powerpc/include/asm/book3s/64/pgalloc.h | 10 +
1607 arch/powerpc/include/asm/elf.h | 12 +
1608 arch/powerpc/include/asm/exec.h | 2 +-
1609 arch/powerpc/include/asm/kmap_types.h | 2 +-
1610 arch/powerpc/include/asm/local.h | 46 +
1611 arch/powerpc/include/asm/mman.h | 2 +-
1612 arch/powerpc/include/asm/nohash/64/pgalloc.h | 7 +
1613 arch/powerpc/include/asm/page.h | 8 +-
1614 arch/powerpc/include/asm/page_64.h | 7 +-
1615 arch/powerpc/include/asm/pgtable.h | 1 +
1616 arch/powerpc/include/asm/reg.h | 1 +
1617 arch/powerpc/include/asm/smp.h | 2 +-
1618 arch/powerpc/include/asm/spinlock.h | 42 +-
1619 arch/powerpc/include/asm/string.h | 18 +-
1620 arch/powerpc/include/asm/uaccess.h | 141 +-
1621 arch/powerpc/kernel/Makefile | 5 +
1622 arch/powerpc/kernel/exceptions-64e.S | 4 +-
1623 arch/powerpc/kernel/exceptions-64s.S | 2 +-
1624 arch/powerpc/kernel/module_32.c | 15 +-
1625 arch/powerpc/kernel/process.c | 7 -
1626 arch/powerpc/kernel/signal_32.c | 2 +-
1627 arch/powerpc/kernel/signal_64.c | 2 +-
1628 arch/powerpc/kernel/traps.c | 21 +
1629 arch/powerpc/kernel/vdso.c | 5 +-
1630 arch/powerpc/lib/usercopy_64.c | 18 -
1631 arch/powerpc/mm/fault.c | 56 +-
1632 arch/powerpc/mm/mmap.c | 16 +
1633 arch/powerpc/mm/slice.c | 21 +-
1634 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
1635 arch/s390/include/asm/atomic.h | 10 +
1636 arch/s390/include/asm/elf.h | 7 +
1637 arch/s390/include/asm/exec.h | 2 +-
1638 arch/s390/include/asm/uaccess.h | 13 +-
1639 arch/s390/kernel/module.c | 22 +-
1640 arch/s390/kernel/process.c | 7 -
1641 arch/s390/mm/mmap.c | 22 +-
1642 arch/score/include/asm/exec.h | 2 +-
1643 arch/score/kernel/process.c | 5 -
1644 arch/sh/mm/mmap.c | 28 +-
1645 arch/sparc/Kconfig | 1 +
1646 arch/sparc/include/asm/atomic_64.h | 116 +-
1647 arch/sparc/include/asm/cache.h | 2 +-
1648 arch/sparc/include/asm/elf_32.h | 7 +
1649 arch/sparc/include/asm/elf_64.h | 7 +
1650 arch/sparc/include/asm/pgalloc_32.h | 1 +
1651 arch/sparc/include/asm/pgalloc_64.h | 1 +
1652 arch/sparc/include/asm/pgtable.h | 4 +
1653 arch/sparc/include/asm/pgtable_32.h | 15 +-
1654 arch/sparc/include/asm/pgtsrmmu.h | 5 +
1655 arch/sparc/include/asm/setup.h | 4 +-
1656 arch/sparc/include/asm/spinlock_64.h | 35 +-
1657 arch/sparc/include/asm/thread_info_32.h | 1 +
1658 arch/sparc/include/asm/thread_info_64.h | 2 +
1659 arch/sparc/include/asm/uaccess.h | 1 +
1660 arch/sparc/include/asm/uaccess_32.h | 28 +-
1661 arch/sparc/include/asm/uaccess_64.h | 24 +-
1662 arch/sparc/kernel/Makefile | 2 +-
1663 arch/sparc/kernel/prom_common.c | 2 +-
1664 arch/sparc/kernel/smp_64.c | 8 +-
1665 arch/sparc/kernel/sys_sparc_32.c | 2 +-
1666 arch/sparc/kernel/sys_sparc_64.c | 58 +-
1667 arch/sparc/kernel/traps_64.c | 27 +-
1668 arch/sparc/lib/Makefile | 2 +-
1669 arch/sparc/lib/atomic_64.S | 57 +-
1670 arch/sparc/lib/ksyms.c | 6 +-
1671 arch/sparc/mm/Makefile | 2 +-
1672 arch/sparc/mm/fault_32.c | 292 +
1673 arch/sparc/mm/fault_64.c | 486 +
1674 arch/sparc/mm/hugetlbpage.c | 30 +-
1675 arch/sparc/mm/init_64.c | 10 +-
1676 arch/tile/include/asm/atomic_64.h | 10 +
1677 arch/tile/include/asm/uaccess.h | 4 +-
1678 arch/um/Makefile | 2 +
1679 arch/um/include/asm/kmap_types.h | 2 +-
1680 arch/um/include/asm/page.h | 3 +
1681 arch/um/include/asm/pgtable-3level.h | 1 +
1682 arch/um/kernel/process.c | 16 -
1683 arch/x86/Kconfig | 33 +-
1684 arch/x86/Kconfig.cpu | 6 +-
1685 arch/x86/Kconfig.debug | 3 +-
1686 arch/x86/Makefile | 13 +-
1687 arch/x86/boot/bitops.h | 4 +-
1688 arch/x86/boot/boot.h | 2 +-
1689 arch/x86/boot/compressed/Makefile | 17 +
1690 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
1691 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
1692 arch/x86/boot/compressed/head_32.S | 4 +-
1693 arch/x86/boot/compressed/head_64.S | 12 +-
1694 arch/x86/boot/compressed/misc.c | 19 +-
1695 arch/x86/boot/compressed/pagetable.c | 1 +
1696 arch/x86/boot/cpucheck.c | 16 +-
1697 arch/x86/boot/header.S | 7 +-
1698 arch/x86/boot/memory.c | 2 +-
1699 arch/x86/boot/video-vesa.c | 1 +
1700 arch/x86/boot/video.c | 2 +-
1701 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
1702 arch/x86/crypto/aesni-intel_asm.S | 116 +-
1703 arch/x86/crypto/aesni-intel_glue.c | 4 +-
1704 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
1705 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
1706 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
1707 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
1708 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
1709 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
1710 arch/x86/crypto/camellia_glue.c | 8 +-
1711 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
1712 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
1713 arch/x86/crypto/cast6_avx_glue.c | 16 +-
1714 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
1715 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
1716 arch/x86/crypto/glue_helper.c | 2 +-
1717 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
1718 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
1719 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
1720 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
1721 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
1722 arch/x86/crypto/serpent_avx_glue.c | 18 +-
1723 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
1724 arch/x86/crypto/sha-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
1725 arch/x86/crypto/sha-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
1726 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
1727 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
1728 arch/x86/crypto/sha256-avx-asm.S | 5 +-
1729 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
1730 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
1731 arch/x86/crypto/sha256_ni_asm.S | 2 +-
1732 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
1733 arch/x86/crypto/sha512-avx-asm.S | 5 +-
1734 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
1735 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
1736 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
1737 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
1738 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
1739 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
1740 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
1741 arch/x86/crypto/twofish_avx_glue.c | 21 +-
1742 arch/x86/crypto/twofish_glue.c | 4 +-
1743 arch/x86/crypto/twofish_glue_3way.c | 12 +-
1744 arch/x86/entry/Makefile | 2 +
1745 arch/x86/entry/calling.h | 86 +-
1746 arch/x86/entry/common.c | 89 +-
1747 arch/x86/entry/entry_32.S | 330 +-
1748 arch/x86/entry/entry_64.S | 593 +-
1749 arch/x86/entry/entry_64_compat.S | 110 +-
1750 arch/x86/entry/thunk_64.S | 2 +
1751 arch/x86/entry/vdso/Makefile | 5 +-
1752 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
1753 arch/x86/entry/vdso/vdso2c.h | 4 +-
1754 arch/x86/entry/vdso/vma.c | 42 +-
1755 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
1756 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-
1757 arch/x86/events/amd/iommu.c | 8 +-
1758 arch/x86/events/core.c | 8 +-
1759 arch/x86/events/intel/bts.c | 6 +-
1760 arch/x86/events/intel/core.c | 34 +-
1761 arch/x86/events/intel/cqm.c | 14 +-
1762 arch/x86/events/intel/cstate.c | 6 +-
1763 arch/x86/events/intel/ds.c | 7 +-
1764 arch/x86/events/intel/lbr.c | 4 +-
1765 arch/x86/events/intel/pt.c | 38 +-
1766 arch/x86/events/intel/rapl.c | 8 +-
1767 arch/x86/events/intel/uncore.c | 6 +-
1768 arch/x86/events/intel/uncore.h | 14 +-
1769 arch/x86/events/perf_event.h | 2 +-
1770 arch/x86/ia32/ia32_signal.c | 23 +-
1771 arch/x86/ia32/sys_ia32.c | 42 +-
1772 arch/x86/include/asm/alternative-asm.h | 43 +-
1773 arch/x86/include/asm/alternative.h | 4 +-
1774 arch/x86/include/asm/apic.h | 2 +-
1775 arch/x86/include/asm/apm.h | 4 +-
1776 arch/x86/include/asm/atomic.h | 230 +-
1777 arch/x86/include/asm/atomic64_32.h | 131 +
1778 arch/x86/include/asm/atomic64_64.h | 169 +-
1779 arch/x86/include/asm/bitops.h | 18 +-
1780 arch/x86/include/asm/boot.h | 2 +-
1781 arch/x86/include/asm/cache.h | 4 +-
1782 arch/x86/include/asm/checksum_32.h | 12 +-
1783 arch/x86/include/asm/cmpxchg.h | 39 +
1784 arch/x86/include/asm/compat.h | 4 +
1785 arch/x86/include/asm/cpufeature.h | 2 +-
1786 arch/x86/include/asm/cpufeatures.h | 5 +-
1787 arch/x86/include/asm/crypto/camellia.h | 30 +-
1788 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
1789 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
1790 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
1791 arch/x86/include/asm/crypto/twofish.h | 10 +-
1792 arch/x86/include/asm/desc.h | 78 +-
1793 arch/x86/include/asm/desc_defs.h | 6 +
1794 arch/x86/include/asm/div64.h | 2 +-
1795 arch/x86/include/asm/dma.h | 2 +
1796 arch/x86/include/asm/efi.h | 5 +
1797 arch/x86/include/asm/elf.h | 33 +-
1798 arch/x86/include/asm/emergency-restart.h | 2 +-
1799 arch/x86/include/asm/fixmap.h | 2 +-
1800 arch/x86/include/asm/fpu/internal.h | 38 +-
1801 arch/x86/include/asm/fpu/types.h | 5 +-
1802 arch/x86/include/asm/futex.h | 14 +-
1803 arch/x86/include/asm/hw_irq.h | 4 +-
1804 arch/x86/include/asm/hypervisor.h | 2 +-
1805 arch/x86/include/asm/i8259.h | 2 +-
1806 arch/x86/include/asm/io.h | 22 +-
1807 arch/x86/include/asm/irqflags.h | 5 +
1808 arch/x86/include/asm/kprobes.h | 2 +-
1809 arch/x86/include/asm/kvm_emulate.h | 7 +-
1810 arch/x86/include/asm/local.h | 106 +-
1811 arch/x86/include/asm/mce.h | 2 +-
1812 arch/x86/include/asm/mman.h | 15 +
1813 arch/x86/include/asm/mmu.h | 14 +-
1814 arch/x86/include/asm/mmu_context.h | 33 +-
1815 arch/x86/include/asm/module.h | 23 +-
1816 arch/x86/include/asm/nmi.h | 19 +-
1817 arch/x86/include/asm/page.h | 2 +
1818 arch/x86/include/asm/page_32.h | 12 +-
1819 arch/x86/include/asm/page_64.h | 14 +-
1820 arch/x86/include/asm/paravirt.h | 46 +-
1821 arch/x86/include/asm/paravirt_types.h | 13 +-
1822 arch/x86/include/asm/pgalloc.h | 23 +
1823 arch/x86/include/asm/pgtable-2level.h | 2 +
1824 arch/x86/include/asm/pgtable-3level.h | 7 +
1825 arch/x86/include/asm/pgtable.h | 128 +-
1826 arch/x86/include/asm/pgtable_32.h | 14 +-
1827 arch/x86/include/asm/pgtable_32_types.h | 24 +-
1828 arch/x86/include/asm/pgtable_64.h | 23 +-
1829 arch/x86/include/asm/pgtable_64_types.h | 5 +
1830 arch/x86/include/asm/pgtable_types.h | 27 +-
1831 arch/x86/include/asm/pmem.h | 2 +-
1832 arch/x86/include/asm/preempt.h | 2 +-
1833 arch/x86/include/asm/processor.h | 57 +-
1834 arch/x86/include/asm/ptrace.h | 15 +-
1835 arch/x86/include/asm/realmode.h | 4 +-
1836 arch/x86/include/asm/reboot.h | 10 +-
1837 arch/x86/include/asm/rmwcc.h | 84 +-
1838 arch/x86/include/asm/rwsem.h | 63 +-
1839 arch/x86/include/asm/segment.h | 27 +-
1840 arch/x86/include/asm/smap.h | 43 +
1841 arch/x86/include/asm/smp.h | 14 +-
1842 arch/x86/include/asm/stackprotector.h | 4 +-
1843 arch/x86/include/asm/stacktrace.h | 34 +-
1844 arch/x86/include/asm/string_32.h | 20 +-
1845 arch/x86/include/asm/string_64.h | 16 +-
1846 arch/x86/include/asm/switch_to.h | 4 +-
1847 arch/x86/include/asm/sys_ia32.h | 6 +-
1848 arch/x86/include/asm/thread_info.h | 54 +-
1849 arch/x86/include/asm/tlbflush.h | 77 +-
1850 arch/x86/include/asm/traps.h | 4 +-
1851 arch/x86/include/asm/uaccess.h | 210 +-
1852 arch/x86/include/asm/uaccess_32.h | 28 +-
1853 arch/x86/include/asm/uaccess_64.h | 170 +-
1854 arch/x86/include/asm/word-at-a-time.h | 2 +-
1855 arch/x86/include/asm/x86_init.h | 8 +-
1856 arch/x86/include/asm/xen/page.h | 2 +-
1857 arch/x86/include/uapi/asm/e820.h | 2 +-
1858 arch/x86/kernel/Makefile | 2 +-
1859 arch/x86/kernel/acpi/boot.c | 4 +-
1860 arch/x86/kernel/acpi/sleep.c | 4 +
1861 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
1862 arch/x86/kernel/alternative.c | 113 +-
1863 arch/x86/kernel/apic/apic.c | 4 +-
1864 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
1865 arch/x86/kernel/apic/apic_noop.c | 2 +-
1866 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
1867 arch/x86/kernel/apic/io_apic.c | 10 +-
1868 arch/x86/kernel/apic/msi.c | 2 +-
1869 arch/x86/kernel/apic/probe_32.c | 4 +-
1870 arch/x86/kernel/apic/vector.c | 2 +
1871 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
1872 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
1873 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
1874 arch/x86/kernel/apm_32.c | 21 +-
1875 arch/x86/kernel/asm-offsets.c | 21 +
1876 arch/x86/kernel/cpu/Makefile | 4 -
1877 arch/x86/kernel/cpu/amd.c | 2 +-
1878 arch/x86/kernel/cpu/bugs_64.c | 2 +
1879 arch/x86/kernel/cpu/common.c | 206 +-
1880 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
1881 arch/x86/kernel/cpu/mcheck/mce.c | 38 +-
1882 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
1883 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
1884 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
1885 arch/x86/kernel/cpu/mshyperv.c | 2 +-
1886 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
1887 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
1888 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
1889 arch/x86/kernel/cpu/vmware.c | 2 +-
1890 arch/x86/kernel/crash_dump_64.c | 2 +-
1891 arch/x86/kernel/doublefault.c | 8 +-
1892 arch/x86/kernel/dumpstack.c | 14 +-
1893 arch/x86/kernel/dumpstack_32.c | 23 +-
1894 arch/x86/kernel/dumpstack_64.c | 70 +-
1895 arch/x86/kernel/e820.c | 4 +-
1896 arch/x86/kernel/early_printk.c | 1 +
1897 arch/x86/kernel/espfix_64.c | 44 +-
1898 arch/x86/kernel/fpu/core.c | 30 +-
1899 arch/x86/kernel/fpu/init.c | 49 +-
1900 arch/x86/kernel/fpu/regset.c | 22 +-
1901 arch/x86/kernel/fpu/signal.c | 20 +-
1902 arch/x86/kernel/fpu/xstate.c | 12 +-
1903 arch/x86/kernel/ftrace.c | 18 +-
1904 arch/x86/kernel/head64.c | 14 +-
1905 arch/x86/kernel/head_32.S | 236 +-
1906 arch/x86/kernel/head_64.S | 179 +-
1907 arch/x86/kernel/i386_ksyms_32.c | 12 +
1908 arch/x86/kernel/i8259.c | 10 +-
1909 arch/x86/kernel/io_delay.c | 2 +-
1910 arch/x86/kernel/ioport.c | 2 +-
1911 arch/x86/kernel/irq.c | 8 +-
1912 arch/x86/kernel/irq_32.c | 43 +-
1913 arch/x86/kernel/jump_label.c | 10 +-
1914 arch/x86/kernel/kgdb.c | 21 +-
1915 arch/x86/kernel/kprobes/core.c | 28 +-
1916 arch/x86/kernel/kprobes/opt.c | 16 +-
1917 arch/x86/kernel/ksysfs.c | 2 +-
1918 arch/x86/kernel/kvm.c | 2 +-
1919 arch/x86/kernel/kvmclock.c | 20 +-
1920 arch/x86/kernel/ldt.c | 25 +
1921 arch/x86/kernel/machine_kexec_32.c | 6 +-
1922 arch/x86/kernel/mcount_64.S | 21 +-
1923 arch/x86/kernel/module.c | 78 +-
1924 arch/x86/kernel/msr.c | 2 +-
1925 arch/x86/kernel/nmi.c | 34 +-
1926 arch/x86/kernel/nmi_selftest.c | 4 +-
1927 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
1928 arch/x86/kernel/paravirt.c | 133 +-
1929 arch/x86/kernel/paravirt_patch_64.c | 8 +
1930 arch/x86/kernel/pci-calgary_64.c | 2 +-
1931 arch/x86/kernel/pci-iommu_table.c | 2 +-
1932 arch/x86/kernel/pci-swiotlb.c | 2 +-
1933 arch/x86/kernel/process.c | 80 +-
1934 arch/x86/kernel/process_32.c | 29 +-
1935 arch/x86/kernel/process_64.c | 14 +-
1936 arch/x86/kernel/ptrace.c | 20 +-
1937 arch/x86/kernel/pvclock.c | 8 +-
1938 arch/x86/kernel/reboot.c | 44 +-
1939 arch/x86/kernel/reboot_fixups_32.c | 2 +-
1940 arch/x86/kernel/relocate_kernel_64.S | 3 +-
1941 arch/x86/kernel/setup.c | 29 +-
1942 arch/x86/kernel/setup_percpu.c | 29 +-
1943 arch/x86/kernel/signal.c | 17 +-
1944 arch/x86/kernel/smp.c | 2 +-
1945 arch/x86/kernel/smpboot.c | 29 +-
1946 arch/x86/kernel/step.c | 6 +-
1947 arch/x86/kernel/sys_i386_32.c | 184 +
1948 arch/x86/kernel/sys_x86_64.c | 28 +-
1949 arch/x86/kernel/tboot.c | 22 +-
1950 arch/x86/kernel/time.c | 8 +-
1951 arch/x86/kernel/tls.c | 7 +-
1952 arch/x86/kernel/tracepoint.c | 4 +-
1953 arch/x86/kernel/traps.c | 64 +-
1954 arch/x86/kernel/tsc.c | 2 +-
1955 arch/x86/kernel/uprobes.c | 4 +-
1956 arch/x86/kernel/vm86_32.c | 6 +-
1957 arch/x86/kernel/vmlinux.lds.S | 144 +-
1958 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
1959 arch/x86/kernel/x86_init.c | 6 +-
1960 arch/x86/kvm/cpuid.c | 21 +-
1961 arch/x86/kvm/emulate.c | 20 +-
1962 arch/x86/kvm/i8259.c | 10 +-
1963 arch/x86/kvm/ioapic.c | 2 +
1964 arch/x86/kvm/lapic.c | 2 +-
1965 arch/x86/kvm/paging_tmpl.h | 2 +-
1966 arch/x86/kvm/svm.c | 10 +-
1967 arch/x86/kvm/vmx.c | 60 +-
1968 arch/x86/kvm/x86.c | 44 +-
1969 arch/x86/lguest/boot.c | 3 +-
1970 arch/x86/lib/atomic64_386_32.S | 164 +
1971 arch/x86/lib/atomic64_cx8_32.S | 98 +-
1972 arch/x86/lib/checksum_32.S | 99 +-
1973 arch/x86/lib/clear_page_64.S | 3 +
1974 arch/x86/lib/cmpxchg16b_emu.S | 3 +
1975 arch/x86/lib/copy_page_64.S | 14 +-
1976 arch/x86/lib/copy_user_64.S | 66 +-
1977 arch/x86/lib/csum-copy_64.S | 14 +-
1978 arch/x86/lib/csum-wrappers_64.c | 8 +-
1979 arch/x86/lib/getuser.S | 74 +-
1980 arch/x86/lib/insn.c | 8 +-
1981 arch/x86/lib/iomap_copy_64.S | 2 +
1982 arch/x86/lib/memcpy_64.S | 6 +
1983 arch/x86/lib/memmove_64.S | 3 +-
1984 arch/x86/lib/memset_64.S | 3 +
1985 arch/x86/lib/mmx_32.c | 243 +-
1986 arch/x86/lib/msr-reg.S | 2 +
1987 arch/x86/lib/putuser.S | 87 +-
1988 arch/x86/lib/rwsem.S | 4 +
1989 arch/x86/lib/usercopy_32.c | 359 +-
1990 arch/x86/lib/usercopy_64.c | 22 +-
1991 arch/x86/math-emu/fpu_aux.c | 2 +-
1992 arch/x86/math-emu/fpu_entry.c | 4 +-
1993 arch/x86/math-emu/fpu_etc.c | 9 +-
1994 arch/x86/math-emu/fpu_system.h | 2 +-
1995 arch/x86/math-emu/fpu_trig.c | 13 +-
1996 arch/x86/math-emu/reg_constant.c | 7 +-
1997 arch/x86/mm/Makefile | 3 +
1998 arch/x86/mm/dump_pagetables.c | 32 +-
1999 arch/x86/mm/extable.c | 20 +-
2000 arch/x86/mm/fault.c | 572 +-
2001 arch/x86/mm/gup.c | 6 +-
2002 arch/x86/mm/highmem_32.c | 6 +
2003 arch/x86/mm/hugetlbpage.c | 24 +-
2004 arch/x86/mm/init.c | 19 +-
2005 arch/x86/mm/init_32.c | 156 +-
2006 arch/x86/mm/init_64.c | 106 +-
2007 arch/x86/mm/iomap_32.c | 4 +
2008 arch/x86/mm/ioremap.c | 54 +-
2009 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
2010 arch/x86/mm/mmap.c | 46 +-
2011 arch/x86/mm/mmio-mod.c | 10 +-
2012 arch/x86/mm/mpx.c | 6 +-
2013 arch/x86/mm/numa.c | 2 +-
2014 arch/x86/mm/pageattr.c | 38 +-
2015 arch/x86/mm/pat.c | 12 +-
2016 arch/x86/mm/pat_rbtree.c | 2 +-
2017 arch/x86/mm/pf_in.c | 10 +-
2018 arch/x86/mm/pgtable.c | 211 +-
2019 arch/x86/mm/pgtable_32.c | 3 +
2020 arch/x86/mm/setup_nx.c | 7 +
2021 arch/x86/mm/tlb.c | 104 +-
2022 arch/x86/mm/uderef_64.c | 37 +
2023 arch/x86/net/bpf_jit.S | 11 +
2024 arch/x86/net/bpf_jit_comp.c | 13 +-
2025 arch/x86/oprofile/backtrace.c | 6 +-
2026 arch/x86/oprofile/nmi_int.c | 10 +-
2027 arch/x86/oprofile/op_model_amd.c | 8 +-
2028 arch/x86/oprofile/op_model_ppro.c | 7 +-
2029 arch/x86/oprofile/op_x86_model.h | 2 +-
2030 arch/x86/pci/intel_mid_pci.c | 2 +-
2031 arch/x86/pci/irq.c | 8 +-
2032 arch/x86/pci/pcbios.c | 112 +-
2033 arch/x86/pci/vmd.c | 4 +-
2034 arch/x86/platform/efi/efi_32.c | 24 +
2035 arch/x86/platform/efi/efi_64.c | 26 +-
2036 arch/x86/platform/efi/efi_stub_32.S | 64 +-
2037 arch/x86/platform/efi/efi_stub_64.S | 2 +
2038 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
2039 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
2040 arch/x86/platform/intel-mid/mfld.c | 4 +-
2041 arch/x86/platform/intel-mid/mrfl.c | 2 +-
2042 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
2043 arch/x86/platform/olpc/olpc_dt.c | 2 +-
2044 arch/x86/power/cpu.c | 11 +-
2045 arch/x86/realmode/init.c | 10 +-
2046 arch/x86/realmode/rm/header.S | 4 +-
2047 arch/x86/realmode/rm/reboot.S | 4 +
2048 arch/x86/realmode/rm/trampoline_32.S | 12 +-
2049 arch/x86/realmode/rm/trampoline_64.S | 3 +-
2050 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
2051 arch/x86/tools/Makefile | 2 +-
2052 arch/x86/tools/relocs.c | 97 +-
2053 arch/x86/um/mem_32.c | 2 +-
2054 arch/x86/um/tls_32.c | 2 +-
2055 arch/x86/xen/enlighten.c | 52 +-
2056 arch/x86/xen/mmu.c | 31 +-
2057 arch/x86/xen/smp.c | 16 +-
2058 arch/x86/xen/xen-asm_32.S | 2 +-
2059 arch/x86/xen/xen-head.S | 12 +
2060 arch/x86/xen/xen-ops.h | 2 -
2061 block/bio.c | 4 +-
2062 block/blk-cgroup.c | 18 +-
2063 block/blk-map.c | 2 +-
2064 block/blk-softirq.c | 2 +-
2065 block/bsg.c | 12 +-
2066 block/cfq-iosched.c | 4 +-
2067 block/compat_ioctl.c | 4 +-
2068 block/genhd.c | 9 +-
2069 block/partitions/efi.c | 8 +-
2070 block/scsi_ioctl.c | 29 +-
2071 crypto/cast6_generic.c | 6 +-
2072 crypto/cryptd.c | 4 +-
2073 crypto/crypto_user.c | 2 +-
2074 crypto/pcrypt.c | 2 +-
2075 crypto/salsa20_generic.c | 16 +-
2076 crypto/serpent_generic.c | 6 +-
2077 drivers/acpi/ac.c | 2 +-
2078 drivers/acpi/acpi_video.c | 2 +-
2079 drivers/acpi/apei/apei-internal.h | 2 +-
2080 drivers/acpi/apei/ghes.c | 10 +-
2081 drivers/acpi/battery.c | 2 +-
2082 drivers/acpi/bgrt.c | 6 +-
2083 drivers/acpi/blacklist.c | 6 +-
2084 drivers/acpi/bus.c | 4 +-
2085 drivers/acpi/device_pm.c | 4 +-
2086 drivers/acpi/ec.c | 6 +-
2087 drivers/acpi/osi.c | 2 +-
2088 drivers/acpi/pci_slot.c | 2 +-
2089 drivers/acpi/processor_idle.c | 2 +-
2090 drivers/acpi/processor_pdc.c | 2 +-
2091 drivers/acpi/sleep.c | 2 +-
2092 drivers/acpi/sysfs.c | 14 +-
2093 drivers/acpi/thermal.c | 2 +-
2094 drivers/acpi/video_detect.c | 7 +-
2095 drivers/android/binder.c | 2 +-
2096 drivers/ata/libata-core.c | 12 +-
2097 drivers/ata/libata-scsi.c | 2 +-
2098 drivers/ata/libata.h | 2 +-
2099 drivers/ata/pata_arasan_cf.c | 4 +-
2100 drivers/atm/adummy.c | 2 +-
2101 drivers/atm/ambassador.c | 8 +-
2102 drivers/atm/atmtcp.c | 14 +-
2103 drivers/atm/eni.c | 10 +-
2104 drivers/atm/firestream.c | 8 +-
2105 drivers/atm/fore200e.c | 14 +-
2106 drivers/atm/he.c | 18 +-
2107 drivers/atm/horizon.c | 4 +-
2108 drivers/atm/idt77252.c | 36 +-
2109 drivers/atm/iphase.c | 34 +-
2110 drivers/atm/lanai.c | 12 +-
2111 drivers/atm/nicstar.c | 46 +-
2112 drivers/atm/solos-pci.c | 4 +-
2113 drivers/atm/suni.c | 4 +-
2114 drivers/atm/uPD98402.c | 16 +-
2115 drivers/atm/zatm.c | 6 +-
2116 drivers/base/bus.c | 4 +-
2117 drivers/base/devres.c | 4 +-
2118 drivers/base/devtmpfs.c | 8 +-
2119 drivers/base/node.c | 2 +-
2120 drivers/base/platform-msi.c | 20 +-
2121 drivers/base/power/domain.c | 6 +-
2122 drivers/base/power/runtime.c | 61 +-
2123 drivers/base/power/sysfs.c | 2 +-
2124 drivers/base/power/wakeup.c | 8 +-
2125 drivers/base/regmap/regmap-debugfs.c | 4 +-
2126 drivers/base/regmap/regmap.c | 4 +-
2127 drivers/base/syscore.c | 4 +-
2128 drivers/block/cciss.c | 28 +-
2129 drivers/block/cciss.h | 2 +-
2130 drivers/block/drbd/drbd_bitmap.c | 2 +-
2131 drivers/block/drbd/drbd_int.h | 12 +-
2132 drivers/block/drbd/drbd_main.c | 12 +-
2133 drivers/block/drbd/drbd_nl.c | 16 +-
2134 drivers/block/drbd/drbd_receiver.c | 38 +-
2135 drivers/block/drbd/drbd_state.c | 12 +-
2136 drivers/block/drbd/drbd_state.h | 2 +-
2137 drivers/block/drbd/drbd_state_change.h | 8 +-
2138 drivers/block/drbd/drbd_worker.c | 14 +-
2139 drivers/block/floppy.c | 8 +-
2140 drivers/block/pktcdvd.c | 4 +-
2141 drivers/block/rbd.c | 2 +-
2142 drivers/bluetooth/btwilink.c | 2 +-
2143 drivers/bus/arm-cci.c | 6 +-
2144 drivers/cdrom/cdrom.c | 11 +-
2145 drivers/cdrom/gdrom.c | 1 -
2146 drivers/char/agp/compat_ioctl.c | 2 +-
2147 drivers/char/agp/frontend.c | 4 +-
2148 drivers/char/agp/intel-gtt.c | 4 +-
2149 drivers/char/hpet.c | 2 +-
2150 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
2151 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
2152 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
2153 drivers/char/ipmi/ipmi_ssif.c | 12 +-
2154 drivers/char/mem.c | 47 +-
2155 drivers/char/nvram.c | 2 +-
2156 drivers/char/pcmcia/synclink_cs.c | 16 +-
2157 drivers/char/random.c | 12 +-
2158 drivers/char/sonypi.c | 11 +-
2159 drivers/char/tpm/tpm-chip.c | 7 +-
2160 drivers/char/tpm/tpm_acpi.c | 3 +-
2161 drivers/char/tpm/tpm_eventlog.c | 5 +-
2162 drivers/char/virtio_console.c | 6 +-
2163 drivers/clk/clk-composite.c | 2 +-
2164 drivers/clk/samsung/clk.h | 2 +-
2165 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
2166 drivers/clk/socfpga/clk-gate.c | 9 +-
2167 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
2168 drivers/clk/socfpga/clk-pll.c | 9 +-
2169 drivers/clk/ti/adpll.c | 2 +-
2170 drivers/clk/ti/clk.c | 8 +-
2171 drivers/cpufreq/acpi-cpufreq.c | 17 +-
2172 drivers/cpufreq/cpufreq-dt.c | 4 +-
2173 drivers/cpufreq/cpufreq.c | 27 +-
2174 drivers/cpufreq/cpufreq_governor.h | 2 +-
2175 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
2176 drivers/cpufreq/intel_pstate.c | 56 +-
2177 drivers/cpufreq/p4-clockmod.c | 12 +-
2178 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
2179 drivers/cpufreq/speedstep-centrino.c | 7 +-
2180 drivers/cpuidle/driver.c | 2 +-
2181 drivers/cpuidle/dt_idle_states.c | 2 +-
2182 drivers/cpuidle/governor.c | 2 +-
2183 drivers/cpuidle/governors/ladder.c | 13 +-
2184 drivers/cpuidle/sysfs.c | 2 +-
2185 drivers/crypto/hifn_795x.c | 4 +-
2186 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
2187 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
2188 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
2189 drivers/devfreq/devfreq.c | 4 +-
2190 drivers/devfreq/governor_passive.c | 2 +-
2191 drivers/dma-buf/dma-buf.c | 5 +-
2192 drivers/dma/qcom/hidma.c | 2 +-
2193 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
2194 drivers/dma/sh/shdma-base.c | 4 +-
2195 drivers/dma/sh/shdmac.c | 2 +-
2196 drivers/edac/edac_device.c | 4 +-
2197 drivers/edac/edac_device_sysfs.c | 2 +-
2198 drivers/edac/edac_mc_sysfs.c | 4 +-
2199 drivers/edac/edac_module.c | 2 +-
2200 drivers/edac/edac_pci.c | 4 +-
2201 drivers/edac/edac_pci_sysfs.c | 22 +-
2202 drivers/edac/mce_amd.h | 2 +-
2203 drivers/firewire/core-card.c | 6 +-
2204 drivers/firewire/core-cdev.c | 4 +-
2205 drivers/firewire/core-device.c | 2 +-
2206 drivers/firewire/core-iso.c | 2 +-
2207 drivers/firewire/core-transaction.c | 1 +
2208 drivers/firewire/core.h | 1 +
2209 drivers/firmware/dmi-id.c | 9 +-
2210 drivers/firmware/dmi_scan.c | 12 +-
2211 drivers/firmware/efi/cper.c | 8 +-
2212 drivers/firmware/efi/efi.c | 14 +-
2213 drivers/firmware/efi/efivars.c | 2 +-
2214 drivers/firmware/efi/runtime-map.c | 2 +-
2215 drivers/firmware/google/gsmi.c | 2 +-
2216 drivers/firmware/google/memconsole.c | 7 +-
2217 drivers/firmware/memmap.c | 2 +-
2218 drivers/firmware/psci.c | 2 +-
2219 drivers/gpio/gpio-davinci.c | 6 +-
2220 drivers/gpio/gpio-em.c | 2 +-
2221 drivers/gpio/gpio-ich.c | 2 +-
2222 drivers/gpio/gpio-mpc8xxx.c | 6 +-
2223 drivers/gpio/gpio-omap.c | 4 +-
2224 drivers/gpio/gpio-rcar.c | 2 +-
2225 drivers/gpio/gpio-vr41xx.c | 2 +-
2226 drivers/gpio/gpiolib.c | 12 +-
2227 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
2228 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
2229 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
2230 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
2231 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
2232 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 11 +-
2233 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
2234 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
2235 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
2236 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
2237 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
2238 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
2239 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
2240 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
2241 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
2242 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
2243 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
2244 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
2245 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
2246 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
2247 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
2248 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
2249 drivers/gpu/drm/armada/armada_drv.c | 3 +-
2250 drivers/gpu/drm/ast/ast_mode.c | 2 +-
2251 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
2252 drivers/gpu/drm/drm_crtc.c | 2 +-
2253 drivers/gpu/drm/drm_drv.c | 2 +-
2254 drivers/gpu/drm/drm_fb_cma_helper.c | 5 +-
2255 drivers/gpu/drm/drm_fops.c | 19 +-
2256 drivers/gpu/drm/drm_global.c | 14 +-
2257 drivers/gpu/drm/drm_info.c | 13 +-
2258 drivers/gpu/drm/drm_ioc32.c | 13 +-
2259 drivers/gpu/drm/drm_ioctl.c | 2 +-
2260 drivers/gpu/drm/drm_pci.c | 9 +-
2261 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
2262 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
2263 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
2264 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
2265 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
2266 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
2267 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 3 +
2268 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
2269 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
2270 drivers/gpu/drm/gma500/psb_drv.c | 1 -
2271 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
2272 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
2273 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
2274 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
2275 drivers/gpu/drm/i810/i810_dma.c | 2 +-
2276 drivers/gpu/drm/i810/i810_drv.c | 6 +-
2277 drivers/gpu/drm/i810/i810_drv.h | 6 +-
2278 drivers/gpu/drm/i915/dvo.h | 2 +-
2279 drivers/gpu/drm/i915/i915_dma.c | 4 +-
2280 drivers/gpu/drm/i915/i915_drv.c | 7 +-
2281 drivers/gpu/drm/i915/i915_drv.h | 2 +-
2282 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
2283 drivers/gpu/drm/i915/i915_gem_gtt.c | 4 +-
2284 drivers/gpu/drm/i915/i915_gem_gtt.h | 4 +-
2285 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
2286 drivers/gpu/drm/i915/i915_irq.c | 88 +-
2287 drivers/gpu/drm/i915/intel_display.c | 30 +-
2288 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
2289 drivers/gpu/drm/mga/mga_drv.c | 5 +-
2290 drivers/gpu/drm/mga/mga_drv.h | 6 +-
2291 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
2292 drivers/gpu/drm/mga/mga_irq.c | 8 +-
2293 drivers/gpu/drm/mga/mga_state.c | 2 +-
2294 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
2295 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
2296 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
2297 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
2298 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
2299 drivers/gpu/drm/nouveau/nouveau_drv.h | 1 -
2300 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
2301 drivers/gpu/drm/nouveau/nouveau_usif.c | 7 +-
2302 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
2303 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
2304 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
2305 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
2306 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
2307 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
2308 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
2309 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
2310 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
2311 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
2312 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
2313 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
2314 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
2315 drivers/gpu/drm/r128/r128_cce.c | 2 +-
2316 drivers/gpu/drm/r128/r128_drv.c | 4 +-
2317 drivers/gpu/drm/r128/r128_drv.h | 6 +-
2318 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
2319 drivers/gpu/drm/r128/r128_irq.c | 4 +-
2320 drivers/gpu/drm/r128/r128_state.c | 6 +-
2321 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
2322 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
2323 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
2324 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
2325 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
2326 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
2327 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
2328 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
2329 drivers/gpu/drm/savage/savage_bci.c | 2 +-
2330 drivers/gpu/drm/savage/savage_drv.c | 5 +-
2331 drivers/gpu/drm/savage/savage_drv.h | 2 +-
2332 drivers/gpu/drm/sis/sis_drv.c | 5 +-
2333 drivers/gpu/drm/sis/sis_drv.h | 2 +-
2334 drivers/gpu/drm/sis/sis_mm.c | 2 +-
2335 drivers/gpu/drm/sti/sti_cursor.c | 4 +-
2336 drivers/gpu/drm/sti/sti_dvo.c | 4 +-
2337 drivers/gpu/drm/sti/sti_gdp.c | 12 +-
2338 drivers/gpu/drm/sti/sti_hda.c | 4 +-
2339 drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
2340 drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
2341 drivers/gpu/drm/sti/sti_mixer.c | 8 +-
2342 drivers/gpu/drm/sti/sti_tvout.c | 4 +-
2343 drivers/gpu/drm/sti/sti_vid.c | 4 +-
2344 drivers/gpu/drm/tegra/dc.c | 2 +-
2345 drivers/gpu/drm/tegra/dsi.c | 2 +-
2346 drivers/gpu/drm/tegra/hdmi.c | 2 +-
2347 drivers/gpu/drm/tegra/sor.c | 7 +-
2348 drivers/gpu/drm/tilcdc/Makefile | 6 +-
2349 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
2350 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
2351 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
2352 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
2353 drivers/gpu/drm/udl/udl_connector.c | 2 +-
2354 drivers/gpu/drm/udl/udl_fb.c | 1 -
2355 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
2356 drivers/gpu/drm/via/via_dma.c | 2 +-
2357 drivers/gpu/drm/via/via_drv.c | 5 +-
2358 drivers/gpu/drm/via/via_drv.h | 6 +-
2359 drivers/gpu/drm/via/via_irq.c | 18 +-
2360 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
2361 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
2362 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
2363 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
2364 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
2365 drivers/gpu/vga/vga_switcheroo.c | 4 +-
2366 drivers/hid/hid-core.c | 4 +-
2367 drivers/hid/hid-magicmouse.c | 2 +-
2368 drivers/hid/hid-sensor-custom.c | 2 +-
2369 drivers/hv/channel.c | 6 +-
2370 drivers/hv/hv.c | 22 +-
2371 drivers/hv/hv_balloon.c | 18 +-
2372 drivers/hv/hyperv_vmbus.h | 2 +-
2373 drivers/hwmon/acpi_power_meter.c | 6 +-
2374 drivers/hwmon/applesmc.c | 4 +-
2375 drivers/hwmon/asus_atk0110.c | 10 +-
2376 drivers/hwmon/coretemp.c | 2 +-
2377 drivers/hwmon/dell-smm-hwmon.c | 4 +-
2378 drivers/hwmon/ibmaem.c | 2 +-
2379 drivers/hwmon/iio_hwmon.c | 2 +-
2380 drivers/hwmon/nct6683.c | 6 +-
2381 drivers/hwmon/nct6775.c | 6 +-
2382 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
2383 drivers/hwmon/sht15.c | 12 +-
2384 drivers/hwmon/via-cputemp.c | 2 +-
2385 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
2386 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
2387 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
2388 drivers/i2c/i2c-dev.c | 2 +-
2389 drivers/ide/ide-cd.c | 2 +-
2390 drivers/ide/ide-disk.c | 2 +-
2391 drivers/ide/ide.c | 4 +-
2392 drivers/idle/intel_idle.c | 36 +-
2393 drivers/iio/industrialio-core.c | 2 +-
2394 drivers/infiniband/core/cm.c | 46 +-
2395 drivers/infiniband/core/fmr_pool.c | 20 +-
2396 drivers/infiniband/core/netlink.c | 5 +-
2397 drivers/infiniband/core/sysfs.c | 2 +-
2398 drivers/infiniband/core/ucm.c | 4 +-
2399 drivers/infiniband/core/uverbs_cmd.c | 3 +
2400 drivers/infiniband/hw/cxgb4/device.c | 6 +-
2401 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
2402 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
2403 drivers/infiniband/hw/hfi1/pcie.c | 2 +-
2404 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
2405 drivers/infiniband/hw/mlx4/mad.c | 2 +-
2406 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
2407 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
2408 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
2409 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
2410 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
2411 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
2412 drivers/infiniband/hw/nes/nes.c | 4 +-
2413 drivers/infiniband/hw/nes/nes.h | 40 +-
2414 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
2415 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
2416 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
2417 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
2418 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
2419 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
2420 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
2421 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
2422 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
2423 drivers/input/evdev.c | 2 +-
2424 drivers/input/gameport/gameport.c | 4 +-
2425 drivers/input/input.c | 4 +-
2426 drivers/input/joystick/sidewinder.c | 1 +
2427 drivers/input/misc/ims-pcu.c | 4 +-
2428 drivers/input/mouse/psmouse.h | 2 +-
2429 drivers/input/mousedev.c | 2 +-
2430 drivers/input/serio/serio.c | 4 +-
2431 drivers/input/serio/serio_raw.c | 4 +-
2432 drivers/input/touchscreen/htcpen.c | 2 +-
2433 drivers/iommu/arm-smmu-v3.c | 2 +-
2434 drivers/iommu/arm-smmu.c | 40 +-
2435 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
2436 drivers/iommu/io-pgtable-arm.c | 99 +-
2437 drivers/iommu/io-pgtable.c | 11 +-
2438 drivers/iommu/io-pgtable.h | 21 +-
2439 drivers/iommu/iommu.c | 2 +-
2440 drivers/iommu/ipmmu-vmsa.c | 13 +-
2441 drivers/iommu/irq_remapping.c | 2 +-
2442 drivers/iommu/mtk_iommu.c | 12 +-
2443 drivers/irqchip/irq-gic.c | 2 +-
2444 drivers/irqchip/irq-i8259.c | 2 +-
2445 drivers/irqchip/irq-mmp.c | 2 +-
2446 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
2447 drivers/irqchip/irq-ts4800.c | 2 +-
2448 drivers/isdn/capi/capi.c | 10 +-
2449 drivers/isdn/gigaset/interface.c | 8 +-
2450 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
2451 drivers/isdn/hardware/avm/b1.c | 4 +-
2452 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
2453 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
2454 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
2455 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
2456 drivers/isdn/hardware/eicon/divasync.h | 2 +-
2457 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
2458 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
2459 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
2460 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
2461 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
2462 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
2463 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
2464 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
2465 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
2466 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
2467 drivers/isdn/hisax/amd7930_fn.c | 5 +-
2468 drivers/isdn/hisax/arcofi.c | 5 +-
2469 drivers/isdn/hisax/diva.c | 7 +-
2470 drivers/isdn/hisax/elsa.c | 9 +-
2471 drivers/isdn/hisax/fsm.c | 5 +-
2472 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
2473 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
2474 drivers/isdn/hisax/hfc_pci.c | 10 +-
2475 drivers/isdn/hisax/hfc_sx.c | 10 +-
2476 drivers/isdn/hisax/hfc_usb.c | 12 +-
2477 drivers/isdn/hisax/hfcscard.c | 6 +-
2478 drivers/isdn/hisax/icc.c | 5 +-
2479 drivers/isdn/hisax/ipacx.c | 7 +-
2480 drivers/isdn/hisax/isac.c | 5 +-
2481 drivers/isdn/hisax/isar.c | 5 +-
2482 drivers/isdn/hisax/isdnl3.c | 5 +-
2483 drivers/isdn/hisax/saphir.c | 5 +-
2484 drivers/isdn/hisax/teleint.c | 5 +-
2485 drivers/isdn/hisax/w6692.c | 5 +-
2486 drivers/isdn/i4l/isdn_common.c | 2 +
2487 drivers/isdn/i4l/isdn_tty.c | 22 +-
2488 drivers/isdn/mISDN/dsp.h | 4 +-
2489 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
2490 drivers/isdn/mISDN/dsp_core.c | 4 +-
2491 drivers/isdn/mISDN/dsp_tones.c | 4 +-
2492 drivers/isdn/mISDN/fsm.c | 5 +-
2493 drivers/isdn/mISDN/l1oip_core.c | 8 +-
2494 drivers/leds/leds-clevo-mail.c | 2 +-
2495 drivers/leds/leds-ss4200.c | 2 +-
2496 drivers/lguest/core.c | 9 +-
2497 drivers/lguest/page_tables.c | 2 +-
2498 drivers/lguest/x86/core.c | 12 +-
2499 drivers/lguest/x86/switcher_32.S | 27 +-
2500 drivers/lightnvm/rrpc.c | 4 +-
2501 drivers/lightnvm/rrpc.h | 2 +-
2502 drivers/md/bcache/alloc.c | 2 +-
2503 drivers/md/bcache/bcache.h | 10 +-
2504 drivers/md/bcache/btree.c | 13 +-
2505 drivers/md/bcache/closure.c | 4 +-
2506 drivers/md/bcache/closure.h | 10 +-
2507 drivers/md/bcache/io.c | 10 +-
2508 drivers/md/bcache/journal.c | 18 +-
2509 drivers/md/bcache/movinggc.c | 12 +-
2510 drivers/md/bcache/request.c | 54 +-
2511 drivers/md/bcache/request.h | 2 +-
2512 drivers/md/bcache/stats.c | 26 +-
2513 drivers/md/bcache/stats.h | 16 +-
2514 drivers/md/bcache/super.c | 32 +-
2515 drivers/md/bcache/sysfs.c | 20 +-
2516 drivers/md/bcache/writeback.c | 12 +-
2517 drivers/md/bitmap.c | 2 +-
2518 drivers/md/dm-cache-target.c | 116 +-
2519 drivers/md/dm-ioctl.c | 2 +-
2520 drivers/md/dm-mpath.c | 12 +-
2521 drivers/md/dm-raid.c | 2 +-
2522 drivers/md/dm-raid1.c | 18 +-
2523 drivers/md/dm-stats.c | 6 +-
2524 drivers/md/dm-stripe.c | 10 +-
2525 drivers/md/dm-table.c | 2 +-
2526 drivers/md/dm-thin-metadata.c | 4 +-
2527 drivers/md/dm.c | 28 +-
2528 drivers/md/md.c | 41 +-
2529 drivers/md/md.h | 8 +-
2530 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
2531 drivers/md/persistent-data/dm-space-map.h | 1 +
2532 drivers/md/raid1.c | 8 +-
2533 drivers/md/raid10.c | 20 +-
2534 drivers/md/raid5.c | 26 +-
2535 drivers/media/dvb-core/dvb_net.c | 2 +-
2536 drivers/media/dvb-core/dvbdev.c | 2 +-
2537 drivers/media/dvb-frontends/af9033.h | 2 +-
2538 drivers/media/dvb-frontends/cx24116.c | 2 +-
2539 drivers/media/dvb-frontends/cx24117.c | 2 +-
2540 drivers/media/dvb-frontends/cx24120.c | 2 +-
2541 drivers/media/dvb-frontends/cx24123.c | 2 +-
2542 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
2543 drivers/media/dvb-frontends/dib3000.h | 2 +-
2544 drivers/media/dvb-frontends/dib7000p.h | 2 +-
2545 drivers/media/dvb-frontends/dib8000.h | 2 +-
2546 drivers/media/dvb-frontends/hd29l2.c | 2 +-
2547 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
2548 drivers/media/dvb-frontends/mt312.c | 6 +-
2549 drivers/media/dvb-frontends/s921.c | 2 +-
2550 drivers/media/pci/bt8xx/dst.c | 2 +-
2551 drivers/media/pci/cx88/cx88-video.c | 6 +-
2552 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
2553 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
2554 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
2555 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
2556 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
2557 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
2558 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
2559 drivers/media/pci/tw68/tw68-core.c | 2 +-
2560 drivers/media/pci/zoran/zoran.h | 1 -
2561 drivers/media/pci/zoran/zoran_card.c | 4 +-
2562 drivers/media/pci/zoran/zoran_driver.c | 3 -
2563 drivers/media/platform/omap/omap_vout.c | 11 +-
2564 drivers/media/platform/s5p-tv/mixer.h | 2 +-
2565 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
2566 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
2567 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
2568 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
2569 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
2570 drivers/media/radio/radio-cadet.c | 2 +
2571 drivers/media/radio/radio-maxiradio.c | 2 +-
2572 drivers/media/radio/radio-shark.c | 2 +-
2573 drivers/media/radio/radio-shark2.c | 2 +-
2574 drivers/media/radio/radio-si476x.c | 2 +-
2575 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
2576 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
2577 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
2578 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
2579 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
2580 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
2581 drivers/media/usb/uvc/uvc_driver.c | 4 +-
2582 drivers/media/v4l2-core/v4l2-common.c | 2 +-
2583 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
2584 drivers/media/v4l2-core/v4l2-device.c | 4 +-
2585 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
2586 drivers/memory/omap-gpmc.c | 24 +-
2587 drivers/message/fusion/mptbase.c | 4 +-
2588 drivers/message/fusion/mptlan.c | 2 +-
2589 drivers/message/fusion/mptsas.c | 34 +-
2590 drivers/mfd/ab8500-debugfs.c | 2 +-
2591 drivers/mfd/kempld-core.c | 2 +-
2592 drivers/mfd/max8925-i2c.c | 2 +-
2593 drivers/mfd/tps65910.c | 2 +-
2594 drivers/mfd/twl4030-irq.c | 9 +-
2595 drivers/misc/c2port/core.c | 4 +-
2596 drivers/misc/kgdbts.c | 6 +-
2597 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
2598 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
2599 drivers/misc/mic/scif/scif_api.c | 10 +-
2600 drivers/misc/mic/scif/scif_rb.c | 8 +-
2601 drivers/misc/panel.c | 4 +-
2602 drivers/misc/sgi-gru/gruhandles.c | 4 +-
2603 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
2604 drivers/misc/sgi-gru/grutables.h | 158 +-
2605 drivers/misc/sgi-xp/xp.h | 2 +-
2606 drivers/misc/sgi-xp/xp_main.c | 57 +-
2607 drivers/misc/sgi-xp/xpc.h | 3 +-
2608 drivers/misc/sgi-xp/xpc_main.c | 2 +-
2609 drivers/misc/sgi-xp/xpnet.c | 2 +-
2610 drivers/misc/ti-st/st_kim.c | 32 +-
2611 drivers/mmc/card/mmc_test.c | 4 +-
2612 drivers/mmc/host/dw_mmc.h | 2 +-
2613 drivers/mmc/host/mmci.c | 4 +-
2614 drivers/mmc/host/omap_hsmmc.c | 4 +-
2615 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
2616 drivers/mmc/host/sdhci-s3c.c | 8 +-
2617 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
2618 drivers/mtd/devices/block2mtd.c | 2 +-
2619 drivers/mtd/devices/phram.c | 2 +-
2620 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
2621 drivers/mtd/maps/latch-addr-flash.c | 2 +-
2622 drivers/mtd/maps/pci.c | 4 +-
2623 drivers/mtd/maps/pcmciamtd.c | 8 +-
2624 drivers/mtd/maps/sbc_gxx.c | 2 +-
2625 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 2 +
2626 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
2627 drivers/mtd/nand/brcmnand/iproc_nand.c | 2 +
2628 drivers/mtd/nand/cafe_nand.c | 18 +-
2629 drivers/mtd/nand/denali.c | 1 +
2630 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
2631 drivers/mtd/nftlmount.c | 1 +
2632 drivers/mtd/sm_ftl.c | 2 +-
2633 drivers/mtd/ubi/build.c | 2 +-
2634 drivers/net/bonding/bond_netlink.c | 2 +-
2635 drivers/net/caif/caif_hsi.c | 4 +-
2636 drivers/net/caif/caif_serial.c | 2 +-
2637 drivers/net/caif/caif_spi.c | 2 +-
2638 drivers/net/caif/caif_virtio.c | 2 +-
2639 drivers/net/can/Kconfig | 2 +-
2640 drivers/net/can/bfin_can.c | 2 +-
2641 drivers/net/can/dev.c | 2 +-
2642 drivers/net/can/flexcan.c | 2 +-
2643 drivers/net/can/janz-ican3.c | 2 +-
2644 drivers/net/can/led.c | 2 +-
2645 drivers/net/can/sun4i_can.c | 2 +-
2646 drivers/net/can/vcan.c | 2 +-
2647 drivers/net/can/xilinx_can.c | 2 +-
2648 drivers/net/dummy.c | 2 +-
2649 drivers/net/ethernet/8390/ax88796.c | 6 +-
2650 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
2651 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
2652 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
2653 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
2654 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
2655 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
2656 drivers/net/ethernet/amd/7990.c | 2 +-
2657 drivers/net/ethernet/amd/7990.h | 2 +-
2658 drivers/net/ethernet/amd/amd8111e.c | 5 +-
2659 drivers/net/ethernet/amd/atarilance.c | 4 +-
2660 drivers/net/ethernet/amd/declance.c | 2 +-
2661 drivers/net/ethernet/amd/pcnet32.c | 7 +-
2662 drivers/net/ethernet/amd/sun3lance.c | 4 +-
2663 drivers/net/ethernet/amd/sunlance.c | 2 +-
2664 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
2665 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
2666 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
2667 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
2668 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
2669 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
2670 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
2671 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
2672 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
2673 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
2674 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
2675 drivers/net/ethernet/arc/emac_main.c | 2 +-
2676 drivers/net/ethernet/atheros/alx/main.c | 2 +-
2677 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
2678 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
2679 drivers/net/ethernet/aurora/nb8800.c | 2 +-
2680 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
2681 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
2682 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
2683 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
2684 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
2685 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
2686 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
2687 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
2688 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
2689 drivers/net/ethernet/broadcom/tg3.c | 2 +-
2690 drivers/net/ethernet/broadcom/tg3.h | 1 +
2691 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
2692 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
2693 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
2694 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
2695 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
2696 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
2697 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
2698 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
2699 drivers/net/ethernet/cadence/macb.c | 4 +-
2700 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
2701 drivers/net/ethernet/cavium/liquidio/lio_main.c | 15 +-
2702 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
2703 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
2704 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
2705 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
2706 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
2707 drivers/net/ethernet/davicom/dm9000.c | 2 +-
2708 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
2709 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
2710 drivers/net/ethernet/faraday/ftgmac100.c | 4 +-
2711 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
2712 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
2713 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
2714 drivers/net/ethernet/freescale/gianfar.c | 4 +-
2715 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
2716 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
2717 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
2718 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
2719 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
2720 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
2721 drivers/net/ethernet/ibm/emac/core.c | 4 +-
2722 drivers/net/ethernet/intel/e100.c | 2 +-
2723 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
2724 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
2725 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
2726 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
2727 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
2728 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
2729 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
2730 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
2731 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
2732 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
2733 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
2734 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
2735 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
2736 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
2737 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
2738 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
2739 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
2740 drivers/net/ethernet/neterion/s2io.c | 2 +-
2741 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
2742 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
2743 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
2744 drivers/net/ethernet/netx-eth.c | 2 +-
2745 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
2746 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
2747 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
2748 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
2749 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
2750 drivers/net/ethernet/qlogic/qed/qed_mcp.c | 6 +-
2751 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
2752 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
2753 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
2754 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
2755 drivers/net/ethernet/realtek/r8169.c | 8 +-
2756 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
2757 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
2758 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
2759 drivers/net/ethernet/sfc/ptp.c | 2 +-
2760 drivers/net/ethernet/sfc/selftest.c | 20 +-
2761 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
2762 drivers/net/ethernet/smsc/smc911x.c | 2 +-
2763 drivers/net/ethernet/smsc/smc91x.c | 2 +-
2764 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
2765 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
2766 drivers/net/ethernet/sun/sunbmac.c | 2 +-
2767 drivers/net/ethernet/sun/sunqe.c | 2 +-
2768 drivers/net/ethernet/sun/sunvnet.c | 2 +-
2769 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
2770 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
2771 drivers/net/ethernet/ti/cpmac.c | 2 +-
2772 drivers/net/ethernet/ti/netcp_core.c | 2 +-
2773 drivers/net/ethernet/via/via-rhine.c | 2 +-
2774 drivers/net/ethernet/wiznet/w5100.c | 2 +-
2775 drivers/net/ethernet/wiznet/w5300.c | 2 +-
2776 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
2777 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
2778 drivers/net/geneve.c | 4 +-
2779 drivers/net/gtp.c | 8 +-
2780 drivers/net/hamradio/baycom_epp.c | 2 +-
2781 drivers/net/hyperv/hyperv_net.h | 2 +-
2782 drivers/net/hyperv/netvsc_drv.c | 2 +-
2783 drivers/net/hyperv/rndis_filter.c | 7 +-
2784 drivers/net/ifb.c | 2 +-
2785 drivers/net/ipvlan/ipvlan_core.c | 2 +-
2786 drivers/net/ipvlan/ipvlan_main.c | 6 +-
2787 drivers/net/irda/vlsi_ir.c | 18 +-
2788 drivers/net/irda/vlsi_ir.h | 14 +-
2789 drivers/net/loopback.c | 2 +-
2790 drivers/net/macsec.c | 2 +-
2791 drivers/net/macvlan.c | 20 +-
2792 drivers/net/macvtap.c | 10 +-
2793 drivers/net/nlmon.c | 2 +-
2794 drivers/net/phy/phy_device.c | 6 +-
2795 drivers/net/plip/plip.c | 2 +-
2796 drivers/net/ppp/ppp_generic.c | 6 +-
2797 drivers/net/ppp/pptp.c | 2 +-
2798 drivers/net/rionet.c | 2 +-
2799 drivers/net/slip/slhc.c | 2 +-
2800 drivers/net/team/team.c | 4 +-
2801 drivers/net/tun.c | 7 +-
2802 drivers/net/usb/hso.c | 28 +-
2803 drivers/net/usb/ipheth.c | 2 +-
2804 drivers/net/usb/r8152.c | 2 +-
2805 drivers/net/usb/sierra_net.c | 4 +-
2806 drivers/net/virtio_net.c | 2 +-
2807 drivers/net/vrf.c | 4 +-
2808 drivers/net/vxlan.c | 4 +-
2809 drivers/net/wimax/i2400m/rx.c | 2 +-
2810 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
2811 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
2812 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
2813 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
2814 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
2815 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
2816 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
2817 drivers/net/wireless/ath/ath9k/main.c | 22 +-
2818 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
2819 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
2820 drivers/net/wireless/ath/carl9170/main.c | 10 +-
2821 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
2822 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
2823 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
2824 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
2825 drivers/net/wireless/atmel/atmel.c | 183 +-
2826 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
2827 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
2828 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 55 +-
2829 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
2830 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
2831 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
2832 drivers/net/wireless/cisco/airo.c | 201 +-
2833 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
2834 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
2835 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
2836 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
2837 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
2838 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
2839 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
2840 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
2841 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
2842 .../net/wireless/intersil/hostap/hostap_ioctl.c | 134 +-
2843 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
2844 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
2845 drivers/net/wireless/mac80211_hwsim.c | 28 +-
2846 drivers/net/wireless/marvell/mwifiex/11n_aggr.c | 2 +-
2847 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
2848 drivers/net/wireless/marvell/mwifiex/pcie.c | 4 +-
2849 drivers/net/wireless/marvell/mwifiex/sdio.c | 4 +-
2850 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
2851 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
2852 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
2853 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
2854 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
2855 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
2856 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
2857 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
2858 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
2859 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
2860 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
2861 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
2862 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
2863 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
2864 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
2865 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
2866 drivers/net/wireless/zydas/zd1201.c | 192 +-
2867 drivers/net/xen-netback/interface.c | 2 +-
2868 drivers/net/xen-netfront.c | 2 +-
2869 drivers/nvme/host/pci.c | 2 +-
2870 drivers/of/fdt.c | 4 +-
2871 drivers/oprofile/buffer_sync.c | 8 +-
2872 drivers/oprofile/event_buffer.c | 2 +-
2873 drivers/oprofile/oprof.c | 2 +-
2874 drivers/oprofile/oprofile_stats.c | 10 +-
2875 drivers/oprofile/oprofile_stats.h | 10 +-
2876 drivers/oprofile/oprofilefs.c | 6 +-
2877 drivers/oprofile/timer_int.c | 2 +-
2878 drivers/parport/procfs.c | 4 +-
2879 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
2880 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
2881 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
2882 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
2883 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
2884 drivers/pci/hotplug/pciehp_core.c | 2 +-
2885 drivers/pci/msi.c | 22 +-
2886 drivers/pci/pci-sysfs.c | 6 +-
2887 drivers/pci/pci.h | 4 +-
2888 drivers/pci/pcie/aspm.c | 10 +-
2889 drivers/pci/pcie/portdrv_pci.c | 2 +-
2890 drivers/pci/probe.c | 2 +-
2891 drivers/pci/setup-bus.c | 10 +-
2892 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
2893 drivers/pinctrl/pinctrl-at91.c | 5 +-
2894 drivers/platform/chrome/chromeos_laptop.c | 2 +-
2895 drivers/platform/chrome/chromeos_pstore.c | 2 +-
2896 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
2897 drivers/platform/x86/alienware-wmi.c | 4 +-
2898 drivers/platform/x86/apple-gmux.c | 2 +-
2899 drivers/platform/x86/compal-laptop.c | 2 +-
2900 drivers/platform/x86/hdaps.c | 2 +-
2901 drivers/platform/x86/ibm_rtl.c | 2 +-
2902 drivers/platform/x86/intel_oaktrail.c | 2 +-
2903 drivers/platform/x86/msi-laptop.c | 16 +-
2904 drivers/platform/x86/msi-wmi.c | 2 +-
2905 drivers/platform/x86/samsung-laptop.c | 2 +-
2906 drivers/platform/x86/samsung-q10.c | 2 +-
2907 drivers/platform/x86/sony-laptop.c | 14 +-
2908 drivers/platform/x86/thinkpad_acpi.c | 10 +-
2909 drivers/pnp/base.h | 2 +-
2910 drivers/pnp/pnpbios/bioscalls.c | 14 +-
2911 drivers/pnp/pnpbios/core.c | 2 +-
2912 drivers/pnp/resource.c | 4 +-
2913 drivers/power/pda_power.c | 7 +-
2914 drivers/power/power_supply.h | 4 +-
2915 drivers/power/power_supply_core.c | 7 +-
2916 drivers/power/power_supply_sysfs.c | 6 +-
2917 drivers/power/reset/at91-reset.c | 5 +-
2918 drivers/powercap/powercap_sys.c | 136 +-
2919 drivers/ptp/ptp_private.h | 2 +-
2920 drivers/ptp/ptp_sysfs.c | 2 +-
2921 drivers/regulator/core.c | 4 +-
2922 drivers/regulator/max8660.c | 6 +-
2923 drivers/regulator/max8973-regulator.c | 16 +-
2924 drivers/regulator/mc13892-regulator.c | 8 +-
2925 drivers/remoteproc/remoteproc_core.c | 26 +-
2926 drivers/rtc/rtc-armada38x.c | 7 +-
2927 drivers/rtc/rtc-cmos.c | 4 +-
2928 drivers/rtc/rtc-ds1307.c | 2 +-
2929 drivers/rtc/rtc-m41t80.c | 8 +-
2930 drivers/rtc/rtc-m48t59.c | 4 +-
2931 drivers/rtc/rtc-rv3029c2.c | 8 +-
2932 drivers/rtc/rtc-rv8803.c | 15 +-
2933 drivers/rtc/rtc-rx8010.c | 8 +-
2934 drivers/rtc/rtc-test.c | 6 +-
2935 drivers/scsi/aacraid/aachba.c | 7 +-
2936 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
2937 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
2938 drivers/scsi/be2iscsi/be_main.c | 2 +-
2939 drivers/scsi/bfa/bfa.h | 4 +-
2940 drivers/scsi/bfa/bfa_core.c | 4 +-
2941 drivers/scsi/bfa/bfa_cs.h | 124 +-
2942 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
2943 drivers/scsi/bfa/bfa_fcs.h | 34 +-
2944 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
2945 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
2946 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
2947 drivers/scsi/bfa/bfa_ioc.c | 8 +-
2948 drivers/scsi/bfa/bfa_ioc.h | 16 +-
2949 drivers/scsi/bfa/bfa_svc.c | 12 +-
2950 drivers/scsi/bfa/bfa_svc.h | 20 +-
2951 drivers/scsi/bfa/bfad.c | 12 +-
2952 drivers/scsi/bfa/bfad_bsg.c | 8 +-
2953 drivers/scsi/bfa/bfad_drv.h | 5 +-
2954 drivers/scsi/csiostor/csio_defs.h | 19 +-
2955 drivers/scsi/csiostor/csio_hw.c | 67 +-
2956 drivers/scsi/csiostor/csio_init.c | 2 +-
2957 drivers/scsi/csiostor/csio_lnode.c | 32 +-
2958 drivers/scsi/csiostor/csio_rnode.c | 28 +-
2959 drivers/scsi/csiostor/csio_scsi.c | 37 +-
2960 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
2961 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
2962 drivers/scsi/hpsa.c | 38 +-
2963 drivers/scsi/hpsa.h | 2 +-
2964 drivers/scsi/hptiop.c | 2 -
2965 drivers/scsi/hptiop.h | 1 -
2966 drivers/scsi/ipr.c | 32 +-
2967 drivers/scsi/ipr.h | 2 +-
2968 drivers/scsi/libfc/fc_exch.c | 50 +-
2969 drivers/scsi/libsas/sas_ata.c | 2 +-
2970 drivers/scsi/lpfc/lpfc.h | 8 +-
2971 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
2972 drivers/scsi/lpfc/lpfc_init.c | 8 +-
2973 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
2974 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
2975 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
2976 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
2977 drivers/scsi/pmcraid.c | 46 +-
2978 drivers/scsi/pmcraid.h | 8 +-
2979 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
2980 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
2981 drivers/scsi/qla2xxx/qla_os.c | 15 +-
2982 drivers/scsi/qla2xxx/qla_target.c | 16 +-
2983 drivers/scsi/qla2xxx/qla_target.h | 2 +-
2984 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
2985 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
2986 drivers/scsi/scsi.c | 2 +-
2987 drivers/scsi/scsi_debug.c | 42 +-
2988 drivers/scsi/scsi_lib.c | 8 +-
2989 drivers/scsi/scsi_sysfs.c | 2 +-
2990 drivers/scsi/scsi_transport_fc.c | 8 +-
2991 drivers/scsi/scsi_transport_iscsi.c | 6 +-
2992 drivers/scsi/scsi_transport_spi.c | 2 +-
2993 drivers/scsi/scsi_transport_srp.c | 8 +-
2994 drivers/scsi/sd.c | 6 +-
2995 drivers/scsi/sg.c | 2 +-
2996 drivers/scsi/sr.c | 21 +-
2997 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
2998 drivers/spi/spi.c | 2 +-
2999 drivers/staging/comedi/comedi_fops.c | 8 +-
3000 drivers/staging/fbtft/fbtft-core.c | 2 +-
3001 drivers/staging/fbtft/fbtft.h | 2 +-
3002 drivers/staging/gdm724x/gdm_lte.c | 2 +-
3003 drivers/staging/gdm724x/gdm_tty.c | 2 +-
3004 drivers/staging/i4l/icn/icn.c | 2 +-
3005 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
3006 drivers/staging/iio/adc/ad7280a.c | 4 +-
3007 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
3008 drivers/staging/lustre/lnet/selftest/brw_test.c | 13 +-
3009 drivers/staging/lustre/lnet/selftest/framework.c | 2 -
3010 drivers/staging/lustre/lnet/selftest/ping_test.c | 15 +-
3011 drivers/staging/lustre/lnet/selftest/selftest.h | 2 -
3012 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
3013 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
3014 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
3015 drivers/staging/lustre/lustre/include/obd.h | 2 +-
3016 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
3017 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
3018 drivers/staging/lustre/lustre/lov/lov_io.c | 60 +-
3019 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
3020 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
3021 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
3022 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
3023 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
3024 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
3025 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
3026 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
3027 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
3028 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
3029 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
3030 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
3031 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
3032 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
3033 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
3034 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
3035 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
3036 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
3037 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 8 +-
3038 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
3039 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
3040 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
3041 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
3042 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
3043 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
3044 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
3045 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
3046 drivers/staging/rtl8192e/rtllib.h | 4 +-
3047 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
3048 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
3049 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
3050 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
3051 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
3052 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
3053 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
3054 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
3055 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
3056 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
3057 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
3058 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
3059 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
3060 drivers/staging/rtl8712/xmit_linux.c | 2 +-
3061 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
3062 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
3063 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
3064 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
3065 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
3066 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
3067 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
3068 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
3069 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
3070 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
3071 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
3072 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
3073 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
3074 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
3075 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
3076 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
3077 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
3078 drivers/staging/sm750fb/sm750.c | 14 +-
3079 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
3080 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
3081 drivers/staging/vt6655/rxtx.c | 2 +-
3082 drivers/staging/vt6656/rxtx.c | 2 +-
3083 drivers/staging/wilc1000/linux_wlan.c | 2 +-
3084 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
3085 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
3086 drivers/target/sbp/sbp_target.c | 4 +-
3087 drivers/thermal/cpu_cooling.c | 9 +-
3088 drivers/thermal/devfreq_cooling.c | 19 +-
3089 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
3090 drivers/thermal/of-thermal.c | 17 +-
3091 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
3092 drivers/tty/cyclades.c | 6 +-
3093 drivers/tty/hvc/hvc_console.c | 14 +-
3094 drivers/tty/hvc/hvcs.c | 21 +-
3095 drivers/tty/hvc/hvsi.c | 22 +-
3096 drivers/tty/hvc/hvsi_lib.c | 4 +-
3097 drivers/tty/ipwireless/tty.c | 27 +-
3098 drivers/tty/moxa.c | 2 +-
3099 drivers/tty/n_gsm.c | 6 +-
3100 drivers/tty/n_tty.c | 28 +-
3101 drivers/tty/pty.c | 4 +-
3102 drivers/tty/rocket.c | 6 +-
3103 drivers/tty/serial/8250/8250_core.c | 10 +-
3104 drivers/tty/serial/8250/8250_pci.c | 2 +-
3105 drivers/tty/serial/ioc4_serial.c | 6 +-
3106 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
3107 drivers/tty/serial/kgdb_nmi.c | 4 +-
3108 drivers/tty/serial/kgdboc.c | 34 +-
3109 drivers/tty/serial/msm_serial.c | 4 +-
3110 drivers/tty/serial/samsung.c | 9 +-
3111 drivers/tty/serial/serial_core.c | 6 +-
3112 drivers/tty/synclink.c | 34 +-
3113 drivers/tty/synclink_gt.c | 28 +-
3114 drivers/tty/synclinkmp.c | 34 +-
3115 drivers/tty/tty_io.c | 2 +-
3116 drivers/tty/tty_ldisc.c | 8 +-
3117 drivers/tty/tty_port.c | 22 +-
3118 drivers/uio/uio.c | 13 +-
3119 drivers/usb/atm/cxacru.c | 2 +-
3120 drivers/usb/atm/usbatm.c | 24 +-
3121 drivers/usb/class/cdc-acm.h | 2 +-
3122 drivers/usb/core/devices.c | 6 +-
3123 drivers/usb/core/devio.c | 12 +-
3124 drivers/usb/core/hcd.c | 4 +-
3125 drivers/usb/core/sysfs.c | 2 +-
3126 drivers/usb/core/usb.c | 2 +-
3127 drivers/usb/early/ehci-dbgp.c | 16 +-
3128 drivers/usb/gadget/function/f_phonet.c | 2 +-
3129 drivers/usb/gadget/function/u_serial.c | 22 +-
3130 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
3131 drivers/usb/host/ehci-hcd.c | 2 +-
3132 drivers/usb/host/ehci-hub.c | 4 +-
3133 drivers/usb/host/ehci-q.c | 4 +-
3134 drivers/usb/host/fotg210-hcd.c | 2 +-
3135 drivers/usb/host/hwa-hc.c | 2 +-
3136 drivers/usb/host/ohci-hcd.c | 2 +-
3137 drivers/usb/host/r8a66597.h | 2 +-
3138 drivers/usb/host/uhci-hcd.c | 2 +-
3139 drivers/usb/host/xhci-pci.c | 2 +-
3140 drivers/usb/host/xhci-ring.c | 52 +-
3141 drivers/usb/host/xhci.c | 2 +-
3142 drivers/usb/misc/appledisplay.c | 4 +-
3143 drivers/usb/misc/sisusbvga/sisusb_con.c | 98 +-
3144 drivers/usb/serial/console.c | 8 +-
3145 drivers/usb/storage/transport.c | 2 +-
3146 drivers/usb/storage/usb.c | 2 +-
3147 drivers/usb/storage/usb.h | 2 +-
3148 drivers/usb/usbip/vhci.h | 2 +-
3149 drivers/usb/usbip/vhci_hcd.c | 6 +-
3150 drivers/usb/usbip/vhci_rx.c | 2 +-
3151 drivers/usb/wusbcore/wa-hc.h | 4 +-
3152 drivers/usb/wusbcore/wa-xfer.c | 2 +-
3153 drivers/vfio/pci/vfio_pci.c | 2 +-
3154 drivers/vhost/vringh.c | 20 +-
3155 drivers/video/backlight/kb3886_bl.c | 2 +-
3156 drivers/video/console/dummycon.c | 96 +-
3157 drivers/video/console/fbcon.c | 2 +-
3158 drivers/video/console/vgacon.c | 23 +-
3159 drivers/video/fbdev/aty/aty128fb.c | 2 +-
3160 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
3161 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
3162 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
3163 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
3164 drivers/video/fbdev/core/fb_defio.c | 8 +-
3165 drivers/video/fbdev/core/fbmem.c | 12 +-
3166 drivers/video/fbdev/hyperv_fb.c | 4 +-
3167 drivers/video/fbdev/i810/i810_accel.c | 1 +
3168 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
3169 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
3170 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
3171 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
3172 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
3173 drivers/video/fbdev/sis/sis_main.h | 2 +-
3174 drivers/video/fbdev/smscufx.c | 4 +-
3175 drivers/video/fbdev/udlfb.c | 36 +-
3176 drivers/video/fbdev/uvesafb.c | 52 +-
3177 drivers/video/fbdev/vesafb.c | 58 +-
3178 drivers/video/fbdev/via/via_clock.h | 2 +-
3179 drivers/xen/events/events_base.c | 6 +-
3180 drivers/xen/xen-pciback/pci_stub.c | 2 +-
3181 fs/9p/vfs_addr.c | 2 +-
3182 fs/9p/vfs_inode_dotl.c | 4 +-
3183 fs/Kconfig.binfmt | 2 +-
3184 fs/afs/file.c | 8 +-
3185 fs/afs/inode.c | 4 +-
3186 fs/afs/internal.h | 4 +-
3187 fs/aio.c | 2 +-
3188 fs/autofs4/waitq.c | 2 +-
3189 fs/befs/endian.h | 6 +-
3190 fs/binfmt_aout.c | 23 +-
3191 fs/binfmt_elf.c | 670 +-
3192 fs/binfmt_elf_fdpic.c | 4 +-
3193 fs/block_dev.c | 2 +-
3194 fs/btrfs/ctree.c | 11 +-
3195 fs/btrfs/ctree.h | 8 +-
3196 fs/btrfs/delayed-inode.c | 6 +-
3197 fs/btrfs/delayed-inode.h | 4 +-
3198 fs/btrfs/delayed-ref.c | 4 +-
3199 fs/btrfs/dev-replace.c | 20 +-
3200 fs/btrfs/dev-replace.h | 4 +-
3201 fs/btrfs/disk-io.c | 4 +-
3202 fs/btrfs/extent_map.c | 8 +-
3203 fs/btrfs/file.c | 4 +-
3204 fs/btrfs/free-space-cache.h | 1 +
3205 fs/btrfs/raid56.c | 30 +-
3206 fs/btrfs/scrub.c | 2 +-
3207 fs/btrfs/super.c | 2 +-
3208 fs/btrfs/sysfs.c | 2 +-
3209 fs/btrfs/tests/btrfs-tests.c | 2 +-
3210 fs/btrfs/tests/free-space-tests.c | 2 +-
3211 fs/btrfs/transaction.c | 2 +-
3212 fs/btrfs/tree-log.c | 8 +-
3213 fs/btrfs/tree-log.h | 2 +-
3214 fs/btrfs/volumes.c | 14 +-
3215 fs/btrfs/volumes.h | 22 +-
3216 fs/buffer.c | 2 +-
3217 fs/cachefiles/bind.c | 6 +-
3218 fs/cachefiles/daemon.c | 12 +-
3219 fs/cachefiles/internal.h | 16 +-
3220 fs/cachefiles/namei.c | 6 +-
3221 fs/cachefiles/proc.c | 12 +-
3222 fs/ceph/dir.c | 10 +-
3223 fs/ceph/super.c | 4 +-
3224 fs/cifs/cifs_debug.c | 12 +-
3225 fs/cifs/cifsfs.c | 8 +-
3226 fs/cifs/cifsglob.h | 54 +-
3227 fs/cifs/file.c | 14 +-
3228 fs/cifs/misc.c | 4 +-
3229 fs/cifs/smb1ops.c | 80 +-
3230 fs/cifs/smb2ops.c | 84 +-
3231 fs/cifs/smb2pdu.c | 3 +-
3232 fs/coda/cache.c | 10 +-
3233 fs/coda/dir.c | 5 +-
3234 fs/compat.c | 9 +-
3235 fs/compat_binfmt_elf.c | 2 +
3236 fs/compat_ioctl.c | 12 +-
3237 fs/configfs/dir.c | 10 +-
3238 fs/coredump.c | 18 +-
3239 fs/dcache.c | 64 +-
3240 fs/debugfs/file.c | 4 +-
3241 fs/ecryptfs/inode.c | 2 +-
3242 fs/ecryptfs/miscdev.c | 2 +-
3243 fs/exec.c | 369 +-
3244 fs/exofs/inode.c | 7 +-
3245 fs/ext2/xattr.c | 5 +-
3246 fs/ext4/ext4.h | 20 +-
3247 fs/ext4/mballoc.c | 44 +-
3248 fs/ext4/resize.c | 16 +-
3249 fs/ext4/super.c | 2 +-
3250 fs/ext4/sysfs.c | 2 +-
3251 fs/ext4/xattr.c | 5 +-
3252 fs/f2fs/f2fs.h | 7 +-
3253 fs/f2fs/super.c | 2 +-
3254 fs/fhandle.c | 5 +-
3255 fs/file.c | 18 +-
3256 fs/freevxfs/vxfs_inode.c | 8 +-
3257 fs/freevxfs/vxfs_inode.h | 4 +-
3258 fs/fs-writeback.c | 11 +-
3259 fs/fs_struct.c | 8 +-
3260 fs/fscache/cookie.c | 40 +-
3261 fs/fscache/internal.h | 202 +-
3262 fs/fscache/object.c | 26 +-
3263 fs/fscache/operation.c | 38 +-
3264 fs/fscache/page.c | 110 +-
3265 fs/fscache/stats.c | 348 +-
3266 fs/fuse/cuse.c | 10 +-
3267 fs/fuse/dev.c | 4 +-
3268 fs/fuse/file.c | 4 +-
3269 fs/fuse/inode.c | 4 +-
3270 fs/gfs2/aops.c | 2 +-
3271 fs/gfs2/file.c | 2 +-
3272 fs/gfs2/glock.c | 22 +-
3273 fs/gfs2/glops.c | 4 +-
3274 fs/gfs2/quota.c | 6 +-
3275 fs/hugetlbfs/inode.c | 13 +-
3276 fs/inode.c | 4 +-
3277 fs/jbd2/commit.c | 2 +-
3278 fs/jbd2/transaction.c | 4 +-
3279 fs/jffs2/erase.c | 3 +-
3280 fs/jffs2/file.c | 5 +-
3281 fs/jffs2/fs.c | 2 +-
3282 fs/jffs2/os-linux.h | 2 +-
3283 fs/jffs2/wbuf.c | 3 +-
3284 fs/jfs/super.c | 2 +-
3285 fs/kernfs/dir.c | 2 +-
3286 fs/kernfs/file.c | 20 +-
3287 fs/libfs.c | 10 +-
3288 fs/lockd/clnt4xdr.c | 46 +-
3289 fs/lockd/clntproc.c | 4 +-
3290 fs/lockd/clntxdr.c | 44 +-
3291 fs/lockd/mon.c | 24 +-
3292 fs/lockd/svc.c | 2 +-
3293 fs/lockd/svc4proc.c | 69 +-
3294 fs/lockd/svcproc.c | 75 +-
3295 fs/lockd/xdr.c | 44 +-
3296 fs/lockd/xdr4.c | 41 +-
3297 fs/logfs/dev_bdev.c | 13 +-
3298 fs/logfs/dev_mtd.c | 13 +-
3299 fs/logfs/dir.c | 4 +-
3300 fs/logfs/logfs.h | 5 +-
3301 fs/logfs/readwrite.c | 2 +-
3302 fs/logfs/segment.c | 2 +-
3303 fs/logfs/super.c | 39 -
3304 fs/namei.c | 14 +-
3305 fs/namespace.c | 15 +-
3306 fs/nfs/callback.h | 18 +-
3307 fs/nfs/callback_proc.c | 26 +-
3308 fs/nfs/callback_xdr.c | 73 +-
3309 fs/nfs/dir.c | 5 +-
3310 fs/nfs/inode.c | 6 +-
3311 fs/nfs/internal.h | 5 +-
3312 fs/nfs/mount_clnt.c | 26 +-
3313 fs/nfs/nfs2xdr.c | 101 +-
3314 fs/nfs/nfs3xdr.c | 201 +-
3315 fs/nfs/nfs42xdr.c | 72 +-
3316 fs/nfs/nfs4xdr.c | 507 +-
3317 fs/nfs/read.c | 2 +-
3318 fs/nfs/symlink.c | 6 +-
3319 fs/nfsd/current_stateid.h | 24 +-
3320 fs/nfsd/nfs2acl.c | 85 +-
3321 fs/nfsd/nfs3acl.c | 44 +-
3322 fs/nfsd/nfs3proc.c | 271 +-
3323 fs/nfsd/nfs3xdr.c | 171 +-
3324 fs/nfsd/nfs4callback.c | 31 +-
3325 fs/nfsd/nfs4proc.c | 320 +-
3326 fs/nfsd/nfs4state.c | 111 +-
3327 fs/nfsd/nfs4xdr.c | 564 +-
3328 fs/nfsd/nfscache.c | 11 +-
3329 fs/nfsd/nfsproc.c | 193 +-
3330 fs/nfsd/nfsxdr.c | 96 +-
3331 fs/nfsd/vfs.c | 6 +-
3332 fs/nfsd/xdr.h | 50 +-
3333 fs/nfsd/xdr3.h | 100 +-
3334 fs/nfsd/xdr4.h | 50 +-
3335 fs/nls/nls_base.c | 26 +-
3336 fs/nls/nls_cp932.c | 2 +-
3337 fs/nls/nls_cp936.c | 2 +-
3338 fs/nls/nls_cp949.c | 2 +-
3339 fs/nls/nls_cp950.c | 2 +-
3340 fs/nls/nls_euc-jp.c | 8 +-
3341 fs/nls/nls_koi8-ru.c | 8 +-
3342 fs/notify/fanotify/fanotify_user.c | 4 +-
3343 fs/notify/notification.c | 4 +-
3344 fs/ntfs/dir.c | 4 +-
3345 fs/ntfs/inode.c | 19 +-
3346 fs/ntfs/inode.h | 4 +-
3347 fs/ntfs/mft.c | 4 +-
3348 fs/ntfs/super.c | 8 +-
3349 fs/ocfs2/dlm/dlmcommon.h | 4 +-
3350 fs/ocfs2/dlm/dlmdebug.c | 10 +-
3351 fs/ocfs2/dlm/dlmdomain.c | 4 +-
3352 fs/ocfs2/dlm/dlmmaster.c | 4 +-
3353 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
3354 fs/ocfs2/filecheck.c | 2 +-
3355 fs/ocfs2/localalloc.c | 2 +-
3356 fs/ocfs2/ocfs2.h | 10 +-
3357 fs/ocfs2/suballoc.c | 12 +-
3358 fs/ocfs2/super.c | 20 +-
3359 fs/overlayfs/copy_up.c | 2 +-
3360 fs/pipe.c | 72 +-
3361 fs/posix_acl.c | 4 +-
3362 fs/proc/array.c | 20 +
3363 fs/proc/base.c | 7 +-
3364 fs/proc/kcore.c | 36 +-
3365 fs/proc/meminfo.c | 2 +-
3366 fs/proc/nommu.c | 2 +-
3367 fs/proc/proc_net.c | 2 +-
3368 fs/proc/proc_sysctl.c | 26 +-
3369 fs/proc/task_mmu.c | 39 +-
3370 fs/proc/task_nommu.c | 6 +-
3371 fs/proc/vmcore.c | 16 +-
3372 fs/qnx6/qnx6.h | 4 +-
3373 fs/quota/netlink.c | 4 +-
3374 fs/read_write.c | 34 +-
3375 fs/readdir.c | 3 +-
3376 fs/reiserfs/do_balan.c | 2 +-
3377 fs/reiserfs/procfs.c | 2 +-
3378 fs/reiserfs/reiserfs.h | 4 +-
3379 fs/select.c | 2 +-
3380 fs/seq_file.c | 4 +-
3381 fs/splice.c | 43 +-
3382 fs/squashfs/xattr.c | 10 +-
3383 fs/super.c | 3 +-
3384 fs/sysv/sysv.h | 2 +-
3385 fs/tracefs/inode.c | 8 +-
3386 fs/ubifs/find.c | 34 +-
3387 fs/ubifs/lprops.c | 5 +-
3388 fs/udf/misc.c | 2 +-
3389 fs/ufs/swab.h | 4 +-
3390 fs/userfaultfd.c | 2 +-
3391 fs/xattr.c | 21 +
3392 fs/xfs/libxfs/xfs_bmap.c | 2 +-
3393 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
3394 fs/xfs/xfs_dir2_readdir.c | 7 +-
3395 fs/xfs/xfs_ioctl.c | 2 +-
3396 fs/xfs/xfs_linux.h | 4 +-
3397 include/acpi/ghes.h | 2 +-
3398 include/asm-generic/4level-fixup.h | 2 +
3399 include/asm-generic/atomic-long.h | 186 +-
3400 include/asm-generic/atomic64.h | 12 +
3401 include/asm-generic/bitops/__fls.h | 2 +-
3402 include/asm-generic/bitops/fls.h | 2 +-
3403 include/asm-generic/bitops/fls64.h | 4 +-
3404 include/asm-generic/bug.h | 6 +-
3405 include/asm-generic/cache.h | 4 +-
3406 include/asm-generic/emergency-restart.h | 2 +-
3407 include/asm-generic/kmap_types.h | 4 +-
3408 include/asm-generic/local.h | 13 +
3409 include/asm-generic/pgtable-nopmd.h | 18 +-
3410 include/asm-generic/pgtable-nopud.h | 15 +-
3411 include/asm-generic/pgtable.h | 16 +
3412 include/asm-generic/sections.h | 1 +
3413 include/asm-generic/uaccess.h | 16 +
3414 include/asm-generic/vmlinux.lds.h | 15 +-
3415 include/crypto/algapi.h | 2 +-
3416 include/crypto/cast6.h | 4 +-
3417 include/crypto/serpent.h | 4 +-
3418 include/crypto/xts.h | 2 +-
3419 include/drm/drmP.h | 19 +-
3420 include/drm/drm_mm.h | 2 +-
3421 include/drm/drm_modeset_helper_vtables.h | 3 +-
3422 include/drm/i915_pciids.h | 2 +-
3423 include/drm/intel-gtt.h | 4 +-
3424 include/drm/ttm/ttm_memory.h | 2 +-
3425 include/drm/ttm/ttm_page_alloc.h | 1 +
3426 include/keys/asymmetric-subtype.h | 2 +-
3427 include/keys/encrypted-type.h | 2 +-
3428 include/keys/rxrpc-type.h | 2 +-
3429 include/keys/user-type.h | 2 +-
3430 include/linux/atmdev.h | 4 +-
3431 include/linux/atomic.h | 12 +-
3432 include/linux/audit.h | 2 +-
3433 include/linux/average.h | 2 +-
3434 include/linux/binfmts.h | 3 +-
3435 include/linux/bitmap.h | 2 +-
3436 include/linux/bitops.h | 8 +-
3437 include/linux/blk-cgroup.h | 24 +-
3438 include/linux/blkdev.h | 2 +-
3439 include/linux/blktrace_api.h | 2 +-
3440 include/linux/cache.h | 9 +
3441 include/linux/cdrom.h | 1 -
3442 include/linux/cgroup-defs.h | 2 +-
3443 include/linux/cleancache.h | 2 +-
3444 include/linux/clk-provider.h | 1 +
3445 include/linux/compat.h | 15 +-
3446 include/linux/compiler-gcc.h | 33 +-
3447 include/linux/compiler.h | 197 +-
3448 include/linux/configfs.h | 2 +-
3449 include/linux/cpufreq.h | 7 +-
3450 include/linux/cpuidle.h | 5 +-
3451 include/linux/cpumask.h | 14 +-
3452 include/linux/crypto.h | 4 +-
3453 include/linux/ctype.h | 2 +-
3454 include/linux/dcache.h | 4 +-
3455 include/linux/decompress/mm.h | 2 +-
3456 include/linux/devfreq.h | 2 +-
3457 include/linux/device.h | 7 +-
3458 include/linux/dma-mapping.h | 2 +-
3459 include/linux/efi.h | 1 +
3460 include/linux/elf.h | 2 +
3461 include/linux/err.h | 4 +-
3462 include/linux/ethtool.h | 1 +
3463 include/linux/extcon.h | 2 +-
3464 include/linux/fb.h | 3 +-
3465 include/linux/fdtable.h | 2 +-
3466 include/linux/firewire.h | 2 +-
3467 include/linux/fs.h | 5 +-
3468 include/linux/fs_struct.h | 2 +-
3469 include/linux/fscache-cache.h | 2 +-
3470 include/linux/fscache.h | 2 +-
3471 include/linux/fsnotify.h | 2 +-
3472 include/linux/genhd.h | 4 +-
3473 include/linux/genl_magic_func.h | 2 +-
3474 include/linux/genl_magic_struct.h | 4 +-
3475 include/linux/gfp.h | 14 +-
3476 include/linux/highmem.h | 12 +
3477 include/linux/hugetlb.h | 2 +-
3478 include/linux/hugetlb_cgroup.h | 11 +
3479 include/linux/hwmon-sysfs.h | 6 +-
3480 include/linux/i2c.h | 1 +
3481 include/linux/if_pppox.h | 2 +-
3482 include/linux/init.h | 10 +-
3483 include/linux/init_task.h | 7 +
3484 include/linux/interrupt.h | 6 +-
3485 include/linux/iommu.h | 2 +-
3486 include/linux/ioport.h | 2 +-
3487 include/linux/ipc.h | 2 +-
3488 include/linux/irq.h | 5 +-
3489 include/linux/irqchip/mmp.h | 2 +-
3490 include/linux/irqdesc.h | 2 +-
3491 include/linux/irqdomain.h | 3 +
3492 include/linux/jbd2.h | 2 +-
3493 include/linux/jiffies.h | 16 +-
3494 include/linux/kallsyms.h | 18 +-
3495 include/linux/key-type.h | 2 +-
3496 include/linux/kgdb.h | 6 +-
3497 include/linux/kmemleak.h | 4 +-
3498 include/linux/kobject.h | 3 +-
3499 include/linux/kobject_ns.h | 2 +-
3500 include/linux/kref.h | 2 +-
3501 include/linux/libata.h | 2 +-
3502 include/linux/linkage.h | 31 +-
3503 include/linux/list.h | 15 +
3504 include/linux/lockd/xdr.h | 34 +-
3505 include/linux/lockd/xdr4.h | 34 +-
3506 include/linux/lockref.h | 26 +-
3507 include/linux/math64.h | 10 +-
3508 include/linux/memcontrol.h | 2 +-
3509 include/linux/memory.h | 2 +-
3510 include/linux/mempolicy.h | 7 +
3511 include/linux/mm.h | 98 +-
3512 include/linux/mm_types.h | 20 +
3513 include/linux/mmiotrace.h | 4 +-
3514 include/linux/mmzone.h | 2 +-
3515 include/linux/mod_devicetable.h | 4 +-
3516 include/linux/module.h | 58 +-
3517 include/linux/moduleloader.h | 16 +
3518 include/linux/moduleparam.h | 12 +-
3519 include/linux/net.h | 2 +-
3520 include/linux/netdevice.h | 11 +-
3521 include/linux/netfilter.h | 2 +-
3522 include/linux/netfilter/ipset/ip_set.h | 16 +-
3523 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
3524 include/linux/netfilter/nfnetlink.h | 2 +-
3525 include/linux/netlink.h | 12 +-
3526 include/linux/nls.h | 4 +-
3527 include/linux/notifier.h | 3 +-
3528 include/linux/oprofile.h | 4 +-
3529 include/linux/padata.h | 2 +-
3530 include/linux/pagemap.h | 4 +-
3531 include/linux/pci_hotplug.h | 3 +-
3532 include/linux/percpu.h | 2 +-
3533 include/linux/perf_event.h | 12 +-
3534 include/linux/pid.h | 4 +-
3535 include/linux/pipe_fs_i.h | 8 +-
3536 include/linux/pm.h | 1 +
3537 include/linux/pm_domain.h | 2 +-
3538 include/linux/pm_runtime.h | 2 +-
3539 include/linux/pnp.h | 2 +-
3540 include/linux/poison.h | 4 +-
3541 include/linux/power/smartreflex.h | 2 +-
3542 include/linux/ppp-comp.h | 2 +-
3543 include/linux/preempt.h | 21 +
3544 include/linux/printk.h | 2 +-
3545 include/linux/proc_ns.h | 2 +-
3546 include/linux/psci.h | 2 +-
3547 include/linux/quota.h | 2 +-
3548 include/linux/random.h | 19 +-
3549 include/linux/rculist.h | 16 +
3550 include/linux/rcupdate.h | 8 +
3551 include/linux/reboot.h | 14 +-
3552 include/linux/regset.h | 3 +-
3553 include/linux/relay.h | 2 +-
3554 include/linux/rio.h | 2 +-
3555 include/linux/rmap.h | 4 +-
3556 include/linux/sched.h | 77 +-
3557 include/linux/scif.h | 2 +-
3558 include/linux/semaphore.h | 2 +-
3559 include/linux/seq_buf.h | 4 +-
3560 include/linux/seq_file.h | 1 +
3561 include/linux/seqlock.h | 10 +
3562 include/linux/signal.h | 2 +-
3563 include/linux/skbuff.h | 12 +-
3564 include/linux/slab.h | 47 +-
3565 include/linux/slab_def.h | 14 +-
3566 include/linux/slub_def.h | 2 +-
3567 include/linux/smp.h | 2 +
3568 include/linux/sock_diag.h | 2 +-
3569 include/linux/sonet.h | 2 +-
3570 include/linux/spinlock.h | 17 +-
3571 include/linux/srcu.h | 5 +-
3572 include/linux/string.h | 70 +-
3573 include/linux/sunrpc/addr.h | 8 +-
3574 include/linux/sunrpc/clnt.h | 2 +-
3575 include/linux/sunrpc/svc.h | 2 +-
3576 include/linux/sunrpc/svc_rdma.h | 18 +-
3577 include/linux/sunrpc/svcauth.h | 2 +-
3578 include/linux/swapops.h | 10 +-
3579 include/linux/swiotlb.h | 3 +-
3580 include/linux/syscalls.h | 38 +-
3581 include/linux/syscore_ops.h | 2 +-
3582 include/linux/sysctl.h | 3 +-
3583 include/linux/sysfs.h | 11 +-
3584 include/linux/sysrq.h | 3 +-
3585 include/linux/tcp.h | 14 +-
3586 include/linux/thread_info.h | 7 +
3587 include/linux/tty.h | 4 +-
3588 include/linux/tty_driver.h | 2 +-
3589 include/linux/tty_ldisc.h | 2 +-
3590 include/linux/types.h | 18 +
3591 include/linux/uaccess.h | 2 +-
3592 include/linux/uio_driver.h | 2 +-
3593 include/linux/unaligned/access_ok.h | 24 +-
3594 include/linux/usb.h | 12 +-
3595 include/linux/usb/hcd.h | 1 +
3596 include/linux/usb/renesas_usbhs.h | 2 +-
3597 include/linux/vermagic.h | 21 +-
3598 include/linux/vga_switcheroo.h | 8 +-
3599 include/linux/vmalloc.h | 7 +-
3600 include/linux/vmstat.h | 24 +-
3601 include/linux/writeback.h | 3 +-
3602 include/linux/xattr.h | 5 +-
3603 include/linux/zlib.h | 3 +-
3604 include/media/v4l2-dev.h | 2 +-
3605 include/media/v4l2-device.h | 2 +-
3606 include/net/9p/transport.h | 2 +-
3607 include/net/bluetooth/l2cap.h | 2 +-
3608 include/net/bonding.h | 2 +-
3609 include/net/caif/cfctrl.h | 6 +-
3610 include/net/cfg80211-wext.h | 20 +-
3611 include/net/cfg802154.h | 2 +-
3612 include/net/fib_rules.h | 3 +-
3613 include/net/flow.h | 2 +-
3614 include/net/genetlink.h | 2 +-
3615 include/net/gro_cells.h | 2 +-
3616 include/net/inet_connection_sock.h | 2 +-
3617 include/net/inet_sock.h | 2 +-
3618 include/net/inetpeer.h | 2 +-
3619 include/net/ip_fib.h | 2 +-
3620 include/net/ip_vs.h | 8 +-
3621 include/net/ipv6.h | 2 +-
3622 include/net/irda/ircomm_tty.h | 1 +
3623 include/net/irda/irias_object.h | 2 +-
3624 include/net/irda/irlmp.h | 1 +
3625 include/net/irda/irlmp_event.h | 6 +-
3626 include/net/irda/timer.h | 6 +-
3627 include/net/iucv/af_iucv.h | 2 +-
3628 include/net/llc_c_ac.h | 2 +-
3629 include/net/llc_c_ev.h | 4 +-
3630 include/net/llc_c_st.h | 2 +-
3631 include/net/llc_s_ac.h | 2 +-
3632 include/net/llc_s_st.h | 2 +-
3633 include/net/mac80211.h | 6 +-
3634 include/net/neighbour.h | 4 +-
3635 include/net/net_namespace.h | 18 +-
3636 include/net/netfilter/nf_conntrack.h | 2 +-
3637 include/net/netlink.h | 2 +-
3638 include/net/netns/conntrack.h | 6 +-
3639 include/net/netns/ipv4.h | 4 +-
3640 include/net/netns/ipv6.h | 4 +-
3641 include/net/netns/xfrm.h | 2 +-
3642 include/net/ping.h | 2 +-
3643 include/net/protocol.h | 4 +-
3644 include/net/rtnetlink.h | 2 +-
3645 include/net/sctp/checksum.h | 4 +-
3646 include/net/sctp/sm.h | 4 +-
3647 include/net/sctp/structs.h | 2 +-
3648 include/net/snmp.h | 10 +-
3649 include/net/sock.h | 14 +-
3650 include/net/tcp.h | 10 +-
3651 include/net/xfrm.h | 15 +-
3652 include/rdma/ib_cm.h | 8 +-
3653 include/rdma/ib_verbs.h | 2 +-
3654 include/scsi/libfc.h | 3 +-
3655 include/scsi/scsi_device.h | 6 +-
3656 include/scsi/scsi_driver.h | 2 +-
3657 include/scsi/scsi_transport_fc.h | 3 +-
3658 include/scsi/sg.h | 2 +-
3659 include/sound/compress_driver.h | 2 +-
3660 include/sound/control.h | 4 +-
3661 include/sound/pcm.h | 2 +-
3662 include/sound/rawmidi.h | 3 +-
3663 include/sound/seq_kernel.h | 2 +-
3664 include/sound/soc.h | 4 +-
3665 include/trace/events/irq.h | 4 +-
3666 include/trace/events/mmflags.h | 7 +
3667 include/uapi/linux/a.out.h | 8 +
3668 include/uapi/linux/bcache.h | 5 +-
3669 include/uapi/linux/byteorder/little_endian.h | 28 +-
3670 include/uapi/linux/connector.h | 2 +-
3671 include/uapi/linux/elf.h | 28 +
3672 include/uapi/linux/screen_info.h | 2 +-
3673 include/uapi/linux/swab.h | 6 +-
3674 include/uapi/linux/xattr.h | 5 +
3675 include/video/udlfb.h | 8 +-
3676 include/video/uvesafb.h | 1 +
3677 init/Kconfig | 2 +-
3678 init/do_mounts.c | 16 +-
3679 init/do_mounts.h | 8 +-
3680 init/do_mounts_initrd.c | 30 +-
3681 init/do_mounts_md.c | 6 +-
3682 init/init_task.c | 4 +
3683 init/initramfs.c | 38 +-
3684 init/main.c | 30 +-
3685 ipc/compat.c | 4 +-
3686 ipc/ipc_sysctl.c | 14 +-
3687 ipc/mq_sysctl.c | 4 +-
3688 ipc/sem.c | 4 +-
3689 ipc/shm.c | 8 +-
3690 kernel/audit.c | 10 +-
3691 kernel/auditsc.c | 4 +-
3692 kernel/bpf/core.c | 28 +-
3693 kernel/capability.c | 3 +
3694 kernel/cgroup.c | 29 +-
3695 kernel/compat.c | 38 +-
3696 kernel/debug/debug_core.c | 16 +-
3697 kernel/debug/kdb/kdb_main.c | 4 +-
3698 kernel/events/callchain.c | 2 +-
3699 kernel/events/core.c | 36 +-
3700 kernel/events/internal.h | 10 +-
3701 kernel/events/uprobes.c | 2 +-
3702 kernel/exit.c | 27 +-
3703 kernel/fork.c | 175 +-
3704 kernel/futex.c | 9 +
3705 kernel/futex_compat.c | 2 +-
3706 kernel/irq/manage.c | 2 +-
3707 kernel/irq/msi.c | 19 +-
3708 kernel/irq/spurious.c | 2 +-
3709 kernel/jump_label.c | 5 +
3710 kernel/kallsyms.c | 40 +-
3711 kernel/kexec.c | 3 +-
3712 kernel/kmod.c | 8 +-
3713 kernel/kprobes.c | 4 +-
3714 kernel/ksysfs.c | 2 +-
3715 kernel/locking/lockdep.c | 7 +-
3716 kernel/module.c | 405 +-
3717 kernel/notifier.c | 17 +-
3718 kernel/padata.c | 4 +-
3719 kernel/panic.c | 11 +-
3720 kernel/pid.c | 8 +-
3721 kernel/pid_namespace.c | 2 +-
3722 kernel/power/process.c | 12 +-
3723 kernel/profile.c | 14 +-
3724 kernel/ptrace.c | 8 +-
3725 kernel/rcu/rcutorture.c | 60 +-
3726 kernel/rcu/tiny.c | 4 +-
3727 kernel/rcu/tree.c | 42 +-
3728 kernel/rcu/tree.h | 14 +-
3729 kernel/rcu/tree_plugin.h | 18 +-
3730 kernel/rcu/tree_trace.c | 12 +-
3731 kernel/resource.c | 4 +-
3732 kernel/sched/auto_group.c | 4 +-
3733 kernel/sched/core.c | 8 +-
3734 kernel/sched/deadline.c | 4 +-
3735 kernel/sched/debug.c | 45 +-
3736 kernel/sched/fair.c | 2 +-
3737 kernel/sched/rt.c | 4 +-
3738 kernel/sched/sched.h | 13 +-
3739 kernel/signal.c | 28 +-
3740 kernel/smp.c | 2 +-
3741 kernel/smpboot.c | 7 +-
3742 kernel/softirq.c | 12 +-
3743 kernel/stop_machine.c | 2 +-
3744 kernel/sys.c | 10 +-
3745 kernel/sys_ni.c | 4 +-
3746 kernel/sysctl.c | 34 +-
3747 kernel/time/alarmtimer.c | 4 +-
3748 kernel/time/posix-clock.c | 8 +-
3749 kernel/time/posix-cpu-timers.c | 4 +-
3750 kernel/time/posix-timers.c | 36 +-
3751 kernel/time/timer.c | 2 +-
3752 kernel/time/timer_stats.c | 10 +-
3753 kernel/trace/blktrace.c | 6 +-
3754 kernel/trace/ftrace.c | 33 +-
3755 kernel/trace/ring_buffer.c | 96 +-
3756 kernel/trace/trace.c | 2 +-
3757 kernel/trace/trace.h | 2 +-
3758 kernel/trace/trace_clock.c | 4 +-
3759 kernel/trace/trace_events.c | 1 -
3760 kernel/trace/trace_events_hist.c | 4 +-
3761 kernel/trace/trace_functions_graph.c | 4 +-
3762 kernel/trace/trace_mmiotrace.c | 8 +-
3763 kernel/trace/trace_output.c | 10 +-
3764 kernel/trace/trace_seq.c | 2 +-
3765 kernel/trace/trace_stack.c | 2 +-
3766 kernel/trace/tracing_map.c | 48 +-
3767 kernel/trace/tracing_map.h | 6 +-
3768 kernel/user.c | 2 +-
3769 kernel/user_namespace.c | 2 +-
3770 kernel/utsname_sysctl.c | 2 +-
3771 kernel/watchdog.c | 2 +-
3772 kernel/workqueue.c | 8 +-
3773 lib/Kconfig.debug | 8 +-
3774 lib/Makefile | 2 +-
3775 lib/bitmap.c | 8 +-
3776 lib/bug.c | 2 +
3777 lib/debugobjects.c | 2 +-
3778 lib/decompress_bunzip2.c | 3 +-
3779 lib/decompress_unlzma.c | 4 +-
3780 lib/div64.c | 4 +-
3781 lib/dma-debug.c | 4 +-
3782 lib/extable.c | 11 +-
3783 lib/inflate.c | 2 +-
3784 lib/ioremap.c | 4 +-
3785 lib/irq_poll.c | 2 +-
3786 lib/kobject.c | 4 +-
3787 lib/list_debug.c | 126 +-
3788 lib/lockref.c | 44 +-
3789 lib/percpu-refcount.c | 2 +-
3790 lib/radix-tree.c | 2 +-
3791 lib/random32.c | 2 +-
3792 lib/rhashtable.c | 4 +-
3793 lib/seq_buf.c | 4 +-
3794 lib/show_mem.c | 2 +-
3795 lib/strncpy_from_user.c | 2 +-
3796 lib/strnlen_user.c | 2 +-
3797 lib/swiotlb.c | 2 +-
3798 lib/usercopy.c | 6 +
3799 lib/vsprintf.c | 12 +-
3800 mm/Kconfig | 6 +-
3801 mm/backing-dev.c | 4 +-
3802 mm/fadvise.c | 2 +-
3803 mm/filemap.c | 8 +-
3804 mm/gup.c | 13 +-
3805 mm/highmem.c | 6 +-
3806 mm/hugetlb.c | 125 +-
3807 mm/hugetlb_cgroup.c | 60 +-
3808 mm/internal.h | 3 +-
3809 mm/maccess.c | 12 +-
3810 mm/madvise.c | 37 +
3811 mm/memcontrol.c | 6 +-
3812 mm/memory-failure.c | 6 +-
3813 mm/memory.c | 424 +-
3814 mm/mempolicy.c | 25 +
3815 mm/mlock.c | 18 +-
3816 mm/mm_init.c | 2 +-
3817 mm/mmap.c | 552 +-
3818 mm/mprotect.c | 137 +-
3819 mm/mremap.c | 39 +-
3820 mm/nommu.c | 21 +-
3821 mm/page-writeback.c | 2 +-
3822 mm/page_alloc.c | 61 +-
3823 mm/percpu.c | 2 +-
3824 mm/process_vm_access.c | 14 +-
3825 mm/readahead.c | 2 +-
3826 mm/rmap.c | 43 +-
3827 mm/shmem.c | 36 +-
3828 mm/slab.c | 113 +-
3829 mm/slab.h | 37 +-
3830 mm/slab_common.c | 85 +-
3831 mm/slob.c | 248 +-
3832 mm/slub.c | 118 +-
3833 mm/sparse-vmemmap.c | 4 +-
3834 mm/sparse.c | 2 +-
3835 mm/swap.c | 7 +
3836 mm/swapfile.c | 12 +-
3837 mm/util.c | 7 +
3838 mm/vmalloc.c | 116 +-
3839 mm/vmstat.c | 14 +-
3840 net/8021q/vlan.c | 5 +-
3841 net/8021q/vlan_netlink.c | 2 +-
3842 net/9p/mod.c | 4 +-
3843 net/9p/trans_fd.c | 2 +-
3844 net/atm/atm_misc.c | 8 +-
3845 net/atm/lec.h | 2 +-
3846 net/atm/proc.c | 6 +-
3847 net/atm/resources.c | 4 +-
3848 net/ax25/sysctl_net_ax25.c | 2 +-
3849 net/batman-adv/bat_iv_ogm.c | 8 +-
3850 net/batman-adv/fragmentation.c | 2 +-
3851 net/batman-adv/routing.c | 4 +-
3852 net/batman-adv/soft-interface.c | 12 +-
3853 net/batman-adv/sysfs.c | 48 +-
3854 net/batman-adv/sysfs.h | 4 +-
3855 net/batman-adv/translation-table.c | 14 +-
3856 net/batman-adv/types.h | 8 +-
3857 net/bluetooth/hci_sock.c | 2 +-
3858 net/bluetooth/l2cap_core.c | 6 +-
3859 net/bluetooth/l2cap_sock.c | 12 +-
3860 net/bluetooth/rfcomm/sock.c | 4 +-
3861 net/bluetooth/rfcomm/tty.c | 4 +-
3862 net/bridge/br_netfilter_hooks.c | 4 +-
3863 net/bridge/br_netlink.c | 2 +-
3864 net/bridge/netfilter/ebtables.c | 6 +-
3865 net/caif/cfctrl.c | 11 +-
3866 net/caif/chnl_net.c | 4 +-
3867 net/can/af_can.c | 2 +-
3868 net/can/gw.c | 6 +-
3869 net/ceph/ceph_common.c | 2 +-
3870 net/ceph/messenger.c | 4 +-
3871 net/compat.c | 26 +-
3872 net/core/datagram.c | 2 +-
3873 net/core/dev.c | 26 +-
3874 net/core/filter.c | 2 +-
3875 net/core/flow.c | 8 +-
3876 net/core/neighbour.c | 18 +-
3877 net/core/net-procfs.c | 4 +-
3878 net/core/net-sysfs.c | 2 +-
3879 net/core/net_namespace.c | 10 +-
3880 net/core/netpoll.c | 4 +-
3881 net/core/rtnetlink.c | 17 +-
3882 net/core/scm.c | 12 +-
3883 net/core/skbuff.c | 11 +-
3884 net/core/sock.c | 32 +-
3885 net/core/sock_diag.c | 17 +-
3886 net/core/sysctl_net_core.c | 22 +-
3887 net/decnet/af_decnet.c | 1 +
3888 net/decnet/sysctl_net_decnet.c | 4 +-
3889 net/dsa/dsa.c | 2 +-
3890 net/dsa/slave.c | 4 +-
3891 net/hsr/hsr_device.c | 2 +-
3892 net/hsr/hsr_netlink.c | 2 +-
3893 net/ieee802154/6lowpan/core.c | 2 +-
3894 net/ieee802154/6lowpan/reassembly.c | 14 +-
3895 net/ieee802154/core.c | 6 +-
3896 net/ipv4/af_inet.c | 6 +-
3897 net/ipv4/arp.c | 2 +-
3898 net/ipv4/devinet.c | 20 +-
3899 net/ipv4/fib_frontend.c | 6 +-
3900 net/ipv4/fib_semantics.c | 2 +-
3901 net/ipv4/icmp.c | 2 +-
3902 net/ipv4/inet_connection_sock.c | 4 +-
3903 net/ipv4/inet_diag.c | 4 +-
3904 net/ipv4/inet_timewait_sock.c | 2 +-
3905 net/ipv4/inetpeer.c | 2 +-
3906 net/ipv4/ip_fragment.c | 17 +-
3907 net/ipv4/ip_gre.c | 6 +-
3908 net/ipv4/ip_sockglue.c | 2 +-
3909 net/ipv4/ip_vti.c | 4 +-
3910 net/ipv4/ipconfig.c | 6 +-
3911 net/ipv4/ipip.c | 4 +-
3912 net/ipv4/netfilter/arp_tables.c | 10 +-
3913 net/ipv4/netfilter/ip_tables.c | 10 +-
3914 net/ipv4/ping.c | 14 +-
3915 net/ipv4/proc.c | 10 +-
3916 net/ipv4/raw.c | 16 +-
3917 net/ipv4/route.c | 40 +-
3918 net/ipv4/sysctl_net_ipv4.c | 24 +-
3919 net/ipv4/tcp_input.c | 6 +-
3920 net/ipv4/tcp_ipv4.c | 2 +-
3921 net/ipv4/tcp_metrics.c | 2 +-
3922 net/ipv4/tcp_probe.c | 2 +-
3923 net/ipv4/udp.c | 10 +-
3924 net/ipv4/xfrm4_mode_beet.c | 2 +-
3925 net/ipv4/xfrm4_mode_transport.c | 2 +-
3926 net/ipv4/xfrm4_policy.c | 19 +-
3927 net/ipv4/xfrm4_state.c | 4 +-
3928 net/ipv6/addrconf.c | 26 +-
3929 net/ipv6/af_inet6.c | 2 +-
3930 net/ipv6/datagram.c | 2 +-
3931 net/ipv6/icmp.c | 2 +-
3932 net/ipv6/inet6_hashtables.c | 2 +-
3933 net/ipv6/ip6_fib.c | 4 +-
3934 net/ipv6/ip6_gre.c | 10 +-
3935 net/ipv6/ip6_tunnel.c | 4 +-
3936 net/ipv6/ip6_vti.c | 4 +-
3937 net/ipv6/ipv6_sockglue.c | 2 +-
3938 net/ipv6/ndisc.c | 2 +-
3939 net/ipv6/netfilter/ip6_tables.c | 10 +-
3940 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
3941 net/ipv6/ping.c | 33 +-
3942 net/ipv6/proc.c | 10 +-
3943 net/ipv6/raw.c | 17 +-
3944 net/ipv6/reassembly.c | 13 +-
3945 net/ipv6/route.c | 2 +-
3946 net/ipv6/sit.c | 4 +-
3947 net/ipv6/sysctl_net_ipv6.c | 2 +-
3948 net/ipv6/udp.c | 6 +-
3949 net/ipv6/xfrm6_mode_beet.c | 2 +-
3950 net/ipv6/xfrm6_mode_transport.c | 2 +-
3951 net/ipv6/xfrm6_policy.c | 17 +-
3952 net/irda/discovery.c | 2 +-
3953 net/irda/ircomm/ircomm_core.c | 13 +-
3954 net/irda/ircomm/ircomm_tty.c | 24 +-
3955 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
3956 net/irda/irda_device.c | 14 +-
3957 net/irda/iriap.c | 14 +-
3958 net/irda/irias_object.c | 10 +-
3959 net/irda/irlan/irlan_client.c | 2 +-
3960 net/irda/irlap.c | 15 +-
3961 net/irda/irlap_event.c | 2 +-
3962 net/irda/irlmp.c | 21 +-
3963 net/irda/irlmp_event.c | 6 +-
3964 net/irda/irnet/irnet.h | 2 +-
3965 net/irda/irnet/irnet_irda.c | 6 +-
3966 net/irda/irttp.c | 8 +-
3967 net/irda/timer.c | 24 +-
3968 net/iucv/af_iucv.c | 4 +-
3969 net/iucv/iucv.c | 2 +-
3970 net/key/af_key.c | 4 +-
3971 net/l2tp/l2tp_eth.c | 40 +-
3972 net/l2tp/l2tp_ip.c | 2 +-
3973 net/l2tp/l2tp_ip6.c | 2 +-
3974 net/mac80211/cfg.c | 12 +-
3975 net/mac80211/debugfs.c | 2 +-
3976 net/mac80211/debugfs_key.c | 6 +-
3977 net/mac80211/ieee80211_i.h | 3 +-
3978 net/mac80211/iface.c | 20 +-
3979 net/mac80211/main.c | 2 +-
3980 net/mac80211/pm.c | 4 +-
3981 net/mac80211/rate.c | 2 +-
3982 net/mac80211/sta_info.c | 2 +-
3983 net/mac80211/tx.c | 2 +-
3984 net/mac80211/util.c | 8 +-
3985 net/mac80211/wpa.c | 12 +-
3986 net/mac802154/iface.c | 6 +-
3987 net/mpls/af_mpls.c | 10 +-
3988 net/netfilter/ipset/ip_set_core.c | 7 +-
3989 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
3990 net/netfilter/ipvs/ip_vs_core.c | 8 +-
3991 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
3992 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
3993 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
3994 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
3995 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
3996 net/netfilter/nf_conntrack_acct.c | 2 +-
3997 net/netfilter/nf_conntrack_core.c | 2 +-
3998 net/netfilter/nf_conntrack_ecache.c | 2 +-
3999 net/netfilter/nf_conntrack_helper.c | 2 +-
4000 net/netfilter/nf_conntrack_netlink.c | 22 +-
4001 net/netfilter/nf_conntrack_proto.c | 2 +-
4002 net/netfilter/nf_conntrack_standalone.c | 2 +-
4003 net/netfilter/nf_conntrack_timestamp.c | 2 +-
4004 net/netfilter/nf_log.c | 10 +-
4005 net/netfilter/nf_nat_ftp.c | 2 +-
4006 net/netfilter/nf_nat_irc.c | 2 +-
4007 net/netfilter/nf_sockopt.c | 4 +-
4008 net/netfilter/nf_tables_api.c | 13 +-
4009 net/netfilter/nfnetlink_acct.c | 33 +-
4010 net/netfilter/nfnetlink_cthelper.c | 2 +-
4011 net/netfilter/nfnetlink_cttimeout.c | 2 +-
4012 net/netfilter/nfnetlink_log.c | 4 +-
4013 net/netfilter/nft_compat.c | 9 +-
4014 net/netfilter/xt_IDLETIMER.c | 12 +-
4015 net/netfilter/xt_statistic.c | 8 +-
4016 net/netlink/af_netlink.c | 16 +-
4017 net/netlink/diag.c | 2 +-
4018 net/netlink/genetlink.c | 14 +-
4019 net/openvswitch/vport-geneve.c | 7 +-
4020 net/openvswitch/vport-gre.c | 7 +-
4021 net/openvswitch/vport-internal_dev.c | 4 +-
4022 net/openvswitch/vport-netdev.c | 7 +-
4023 net/openvswitch/vport-vxlan.c | 7 +-
4024 net/packet/af_packet.c | 26 +-
4025 net/packet/diag.c | 2 +-
4026 net/packet/internal.h | 6 +-
4027 net/phonet/pep.c | 6 +-
4028 net/phonet/socket.c | 2 +-
4029 net/phonet/sysctl.c | 2 +-
4030 net/rds/cong.c | 6 +-
4031 net/rds/ib.h | 2 +-
4032 net/rds/ib_cm.c | 2 +-
4033 net/rds/ib_recv.c | 4 +-
4034 net/rds/rds.h | 2 +-
4035 net/rds/tcp.c | 6 +-
4036 net/rds/tcp.h | 6 +-
4037 net/rds/tcp_send.c | 2 +-
4038 net/rxrpc/af_rxrpc.c | 2 +-
4039 net/rxrpc/ar-ack.c | 14 +-
4040 net/rxrpc/ar-call.c | 2 +-
4041 net/rxrpc/ar-connection.c | 2 +-
4042 net/rxrpc/ar-connevent.c | 2 +-
4043 net/rxrpc/ar-input.c | 4 +-
4044 net/rxrpc/ar-internal.h | 8 +-
4045 net/rxrpc/ar-local.c | 2 +-
4046 net/rxrpc/ar-output.c | 4 +-
4047 net/rxrpc/ar-peer.c | 2 +-
4048 net/rxrpc/ar-proc.c | 4 +-
4049 net/rxrpc/ar-transport.c | 2 +-
4050 net/rxrpc/rxkad.c | 4 +-
4051 net/sched/sch_generic.c | 4 +-
4052 net/sched/sch_tbf.c | 9 +-
4053 net/sctp/ipv6.c | 4 +-
4054 net/sctp/protocol.c | 8 +-
4055 net/sctp/sctp_diag.c | 2 +-
4056 net/sctp/sm_sideeffect.c | 4 +-
4057 net/sctp/socket.c | 21 +-
4058 net/sctp/sysctl.c | 10 +-
4059 net/socket.c | 18 +-
4060 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
4061 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
4062 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
4063 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
4064 net/sunrpc/clnt.c | 4 +-
4065 net/sunrpc/rpcb_clnt.c | 66 +-
4066 net/sunrpc/sched.c | 4 +-
4067 net/sunrpc/svc.c | 8 +-
4068 net/sunrpc/svcauth_unix.c | 2 +-
4069 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
4070 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
4071 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
4072 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
4073 net/tipc/netlink_compat.c | 12 +-
4074 net/tipc/subscr.c | 2 +-
4075 net/unix/diag.c | 2 +-
4076 net/unix/sysctl_net_unix.c | 2 +-
4077 net/wireless/scan.c | 3 +-
4078 net/wireless/wext-compat.c | 141 +-
4079 net/wireless/wext-compat.h | 8 +-
4080 net/wireless/wext-core.c | 19 +-
4081 net/wireless/wext-sme.c | 5 +-
4082 net/xfrm/xfrm_policy.c | 18 +-
4083 net/xfrm/xfrm_state.c | 37 +-
4084 net/xfrm/xfrm_sysctl.c | 2 +-
4085 net/xfrm/xfrm_user.c | 2 +-
4086 scripts/Kbuild.include | 12 +-
4087 scripts/Makefile | 2 +-
4088 scripts/Makefile.build | 2 +-
4089 scripts/Makefile.clean | 4 +-
4090 scripts/Makefile.extrawarn | 4 +
4091 scripts/Makefile.gcc-plugins | 95 +
4092 scripts/Makefile.host | 73 +-
4093 scripts/basic/fixdep.c | 10 +-
4094 scripts/dtc/checks.c | 14 +-
4095 scripts/dtc/data.c | 6 +-
4096 scripts/dtc/flattree.c | 8 +-
4097 scripts/dtc/livetree.c | 4 +-
4098 scripts/gcc-plugin.sh | 65 +
4099 scripts/gcc-plugins/Makefile | 28 +
4100 scripts/gcc-plugins/checker_plugin.c | 496 +
4101 scripts/gcc-plugins/colorize_plugin.c | 162 +
4102 scripts/gcc-plugins/constify_plugin.c | 582 +
4103 scripts/gcc-plugins/gcc-common.h | 894 +
4104 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 175 +
4105 scripts/gcc-plugins/gcc-generate-ipa-pass.h | 289 +
4106 scripts/gcc-plugins/gcc-generate-rtl-pass.h | 175 +
4107 scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h | 175 +
4108 scripts/gcc-plugins/initify_plugin.c | 536 +
4109 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
4110 scripts/gcc-plugins/kernexec_plugin.c | 407 +
4111 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
4112 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
4113 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
4114 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
4115 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
4116 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 513 +
4117 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
4118 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
4119 scripts/gcc-plugins/size_overflow_plugin/Makefile | 30 +
4120 .../disable_size_overflow_hash.data | 12445 +++++++++++
4121 .../generate_size_overflow_hash.sh | 103 +
4122 .../insert_size_overflow_asm.c | 369 +
4123 .../size_overflow_plugin/intentional_overflow.c | 1166 +
4124 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
4125 .../size_overflow_plugin/size_overflow.h | 331 +
4126 .../size_overflow_plugin/size_overflow_debug.c | 194 +
4127 .../size_overflow_plugin/size_overflow_hash.data | 22068 +++++++++++++++++++
4128 .../size_overflow_hash_aux.data | 97 +
4129 .../size_overflow_plugin/size_overflow_ipa.c | 1163 +
4130 .../size_overflow_plugin/size_overflow_misc.c | 505 +
4131 .../size_overflow_plugin/size_overflow_plugin.c | 290 +
4132 .../size_overflow_plugin_hash.c | 352 +
4133 .../size_overflow_plugin/size_overflow_transform.c | 743 +
4134 .../size_overflow_transform_core.c | 1025 +
4135 scripts/gcc-plugins/stackleak_plugin.c | 350 +
4136 scripts/gcc-plugins/structleak_plugin.c | 239 +
4137 scripts/headers_install.sh | 1 +
4138 scripts/kallsyms.c | 4 +-
4139 scripts/kconfig/lkc.h | 5 +-
4140 scripts/kconfig/menu.c | 2 +-
4141 scripts/kconfig/symbol.c | 6 +-
4142 scripts/link-vmlinux.sh | 2 +-
4143 scripts/mod/file2alias.c | 14 +-
4144 scripts/mod/modpost.c | 40 +-
4145 scripts/mod/modpost.h | 6 +-
4146 scripts/mod/sumversion.c | 2 +-
4147 scripts/module-common.lds | 4 +
4148 scripts/package/builddeb | 1 +
4149 scripts/pnmtologo.c | 6 +-
4150 scripts/sortextable.h | 6 +-
4151 scripts/tags.sh | 2 +-
4152 security/Kconfig | 735 +-
4153 security/apparmor/include/policy.h | 2 +-
4154 security/apparmor/lsm.c | 16 +-
4155 security/apparmor/policy.c | 4 +-
4156 security/integrity/ima/ima.h | 4 +-
4157 security/integrity/ima/ima_api.c | 2 +-
4158 security/integrity/ima/ima_fs.c | 4 +-
4159 security/integrity/ima/ima_queue.c | 2 +-
4160 security/keys/internal.h | 8 +-
4161 security/keys/key.c | 18 +-
4162 security/keys/keyring.c | 4 -
4163 security/selinux/avc.c | 6 +-
4164 security/selinux/include/xfrm.h | 2 +-
4165 security/yama/yama_lsm.c | 2 +-
4166 sound/aoa/codecs/onyx.c | 7 +-
4167 sound/aoa/codecs/onyx.h | 1 +
4168 sound/core/oss/pcm_oss.c | 18 +-
4169 sound/core/pcm_compat.c | 2 +-
4170 sound/core/pcm_lib.c | 3 +-
4171 sound/core/pcm_native.c | 4 +-
4172 sound/core/rawmidi.c | 5 +-
4173 sound/core/seq/oss/seq_oss_synth.c | 4 +-
4174 sound/core/seq/seq_clientmgr.c | 10 +-
4175 sound/core/seq/seq_compat.c | 2 +-
4176 sound/core/seq/seq_fifo.c | 6 +-
4177 sound/core/seq/seq_fifo.h | 2 +-
4178 sound/core/seq/seq_memory.c | 18 +-
4179 sound/core/seq/seq_midi.c | 5 +-
4180 sound/core/seq/seq_virmidi.c | 2 +-
4181 sound/core/sound.c | 2 +-
4182 sound/drivers/mts64.c | 14 +-
4183 sound/drivers/opl4/opl4_lib.c | 2 +-
4184 sound/drivers/portman2x4.c | 3 +-
4185 sound/firewire/amdtp-am824.c | 2 +-
4186 sound/firewire/amdtp-stream.c | 4 +-
4187 sound/firewire/amdtp-stream.h | 2 +-
4188 sound/firewire/digi00x/amdtp-dot.c | 2 +-
4189 sound/firewire/isight.c | 10 +-
4190 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
4191 sound/oss/sb_audio.c | 2 +-
4192 sound/oss/swarm_cs4297a.c | 6 +-
4193 sound/pci/als300.c | 2 +-
4194 sound/pci/aw2/aw2-alsa.c | 2 -
4195 sound/pci/aw2/aw2-saa7146.c | 4 +-
4196 sound/pci/ctxfi/ctamixer.c | 14 +-
4197 sound/pci/ctxfi/ctamixer.h | 8 +-
4198 sound/pci/ctxfi/ctatc.c | 20 +-
4199 sound/pci/ctxfi/ctdaio.c | 6 +-
4200 sound/pci/ctxfi/ctdaio.h | 4 +-
4201 sound/pci/ctxfi/ctsrc.c | 13 +-
4202 sound/pci/ctxfi/ctsrc.h | 8 +-
4203 sound/pci/hda/hda_codec.c | 2 +-
4204 sound/pci/ymfpci/ymfpci.h | 2 +-
4205 sound/pci/ymfpci/ymfpci_main.c | 12 +-
4206 sound/soc/codecs/cx20442.c | 8 +-
4207 sound/soc/codecs/sti-sas.c | 10 +-
4208 sound/soc/codecs/tlv320dac33.c | 7 +-
4209 sound/soc/codecs/uda1380.c | 7 +-
4210 sound/soc/intel/skylake/skl-sst-dsp.h | 2 +-
4211 sound/soc/soc-ac97.c | 6 +-
4212 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
4213 tools/include/linux/compiler.h | 8 +
4214 tools/perf/util/include/asm/alternative-asm.h | 3 +
4215 tools/virtio/linux/uaccess.h | 2 +-
4216 virt/kvm/kvm_main.c | 42 +-
4217 2774 files changed, 78254 insertions(+), 14304 deletions(-)
4218 commit b2d3123595e9bd771c1292b03b82e47127b416c0
4219 Author: Brad Spengler <spender@grsecurity.net>
4220 Date: Sun Jul 31 21:40:39 2016 -0400
4221
4222 ARM compile fixes
4223
4224 arch/arm/include/asm/atomic.h | 40 +++++++++++++++++++++++++--------------
4225 arch/arm/include/asm/domain.h | 1 +
4226 include/asm-generic/atomic-long.h | 2 ++
4227 include/asm-generic/atomic64.h | 1 +
4228 include/linux/atomic.h | 23 ++++++++++++++++++++++
4229 5 files changed, 53 insertions(+), 14 deletions(-)
4230
4231 commit 439d240094e132ce7455a12267340a15ff45a6bf
4232 Author: Scott Bauer <sbauer@plzdonthack.me>
4233 Date: Wed Jul 27 19:11:29 2016 -0600
4234
4235 vfs: ioctl: prevent double-fetch in dedupe ioctl
4236
4237 This prevents a double-fetch from user space that can lead to to an
4238 undersized allocation and heap overflow.
4239
4240 Fixes: 54dbc1517237 ("vfs: hoist the btrfs deduplication ioctl to the vfs")
4241 Signed-off-by: Scott Bauer <sbauer@plzdonthack.me>
4242 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
4243
4244 fs/ioctl.c | 1 +
4245 1 file changed, 1 insertion(+)
4246
4247 commit 0e2289fa07be544a2f72d3eebd1d2c76e435f5c5
4248 Author: Brad Spengler <spender@grsecurity.net>
4249 Date: Wed Jul 27 20:30:01 2016 -0400
4250
4251 Update size_overflow hash table
4252
4253 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
4254 1 file changed, 1 insertion(+)
4255
4256 commit 50d051c5af8ea45fc8465ccbfda3530e95d2b97a
4257 Author: Brad Spengler <spender@grsecurity.net>
4258 Date: Wed Jul 27 20:14:26 2016 -0400
4259
4260 Update size_overflow hash table
4261
4262 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 3 ++-
4263 1 file changed, 2 insertions(+), 1 deletion(-)
4264
4265 commit aff6427a6baa489e210f6951f90bf29c4bf7a5f6
4266 Merge: d1085b0 8f83873
4267 Author: Brad Spengler <spender@grsecurity.net>
4268 Date: Wed Jul 27 19:53:16 2016 -0400
4269
4270 Merge branch 'pax-test' into grsec-test
4271
4272 commit 8f838734fe795a77eef1807e804b8bbae857201f
4273 Merge: 48edba8 bed4c61
4274 Author: Brad Spengler <spender@grsecurity.net>
4275 Date: Wed Jul 27 19:40:39 2016 -0400
4276
4277 Update to pax-linux-4.6.5-test18.patch:
4278 - fixed a few non-refcount atomic uses found by static analysis
4279 - plugins no longer export symbols except for those required by gcc
4280 - moved a few instrumentation passes after other analysis passes to prevent interference
4281 - got rid of the use of paravirt_enabled on amd64 which is gone in 4.7 anyway
4282 - repurposed the unusued skip_heap_stack_gap to simplify the unmapped area lookup code
4283 - fixed a few compile warnings related to constification and function type fixes
4284
4285 Merge branch 'linux-4.6.y' into pax-test
4286
4287 commit d1085b0354e32d2b030ca38bf0fa854129b6f381
4288 Merge: 59774b1 48edba8
4289 Author: Brad Spengler <spender@grsecurity.net>
4290 Date: Sun Jul 24 19:36:43 2016 -0400
4291
4292 Merge branch 'pax-test' into grsec-test
4293
4294 commit 48edba86de9569aef6faad21075b501c5023a66f
4295 Author: Brad Spengler <spender@grsecurity.net>
4296 Date: Sun Jul 24 19:34:05 2016 -0400
4297
4298 Update to pax-linux-4.6.4-test16.patch:
4299 - 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)
4300 - reverted back to the old size overflow hash table until Emese tames the data flow analysis a bit
4301 - fixed the constify plugin to properly build the type for pointers to deconstified structs
4302
4303 arch/x86/include/asm/uaccess.h | 2 +-
4304 arch/x86/kernel/kgdb.c | 4 +-
4305 scripts/gcc-plugins/constify_plugin.c | 9 +-
4306 .../disable_size_overflow_hash.data | 7 +-
4307 .../size_overflow_plugin/size_overflow_hash.data | 13545 +++++++++----------
4308 5 files changed, 6580 insertions(+), 6987 deletions(-)
4309
4310 commit 59774b19cbe7ea87915d659d4711c830ce360e36
4311 Author: Brad Spengler <spender@grsecurity.net>
4312 Date: Sat Jul 23 18:47:31 2016 -0400
4313
4314 Allow 'perf' to be used as a privileged user by making the default
4315 kptr_restrict setting 1 with HIDESYM (rather than the previous 2).
4316 To prevent abuse from loggers (like the adb case) add CAP_SYS_ADMIN
4317 to the kptr_restrict=1 case. It can always be set to 2 if the user
4318 wishes.
4319
4320 kernel/sysctl.c | 2 +-
4321 lib/vsprintf.c | 5 ++++-
4322 2 files changed, 5 insertions(+), 2 deletions(-)
4323
4324 commit 191fac3a4900d3e033969952d99b79cfa2525f30
4325 Author: Brad Spengler <spender@grsecurity.net>
4326 Date: Sat Jul 23 14:56:39 2016 -0400
4327
4328 Force OABI_COMPAT off, it's full of privesc vulns
4329
4330 arch/arm/Kconfig | 1 +
4331 1 file changed, 1 insertion(+)
4332
4333 commit 4a983bdd1886eb2068c3fccd0d95358ff3b3eee1
4334 Author: Brad Spengler <spender@grsecurity.net>
4335 Date: Sat Jul 23 10:44:43 2016 -0400
4336
4337 Stop logging RLIMIT_NICE denials, just produces log spam
4338
4339 grsecurity/gracl_res.c | 10 ++++++++--
4340 1 file changed, 8 insertions(+), 2 deletions(-)
4341
4342 commit 84f2bc67492f30f06520497a9bb16c0a2e3103df
4343 Author: Brad Spengler <spender@grsecurity.net>
4344 Date: Tue Jul 19 20:13:30 2016 -0400
4345
4346 Revert to previous size_overflow hash table temporarily while the
4347 root causes of recent FPs are worked out
4348
4349 .../disable_size_overflow_hash.data | 7 +-
4350 .../size_overflow_plugin/size_overflow_hash.data | 13743 +++++++++----------
4351 2 files changed, 6845 insertions(+), 6905 deletions(-)
4352
4353 commit ea2b9616253f017edf97e4b86e82d6c89df17c4d
4354 Merge: e52044e cd66132
4355 Author: Brad Spengler <spender@grsecurity.net>
4356 Date: Tue Jul 19 19:21:52 2016 -0400
4357
4358 Merge branch 'pax-test' into grsec-test
4359
4360 commit cd661322f3b91c6fd6fee4a6a5907b054a70a5f7
4361 Author: Brad Spengler <spender@grsecurity.net>
4362 Date: Tue Jul 19 19:14:36 2016 -0400
4363
4364 Update to pax-linux-4.6.4-test15.patch:
4365 - updated the size overflow hash table from grsecurity
4366 - 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)
4367
4368 .../disable_size_overflow_hash.data | 7 +-
4369 .../size_overflow_plugin/size_overflow_hash.data | 850 +++++++++++++++++----
4370 2 files changed, 694 insertions(+), 163 deletions(-)
4371
4372 commit e52044e34a92f944b99e9219147617dc7449a675
4373 Author: Brad Spengler <spender@grsecurity.net>
4374 Date: Mon Jul 18 21:25:15 2016 -0400
4375
4376 Update size_overflow hash table
4377
4378 .../size_overflow_plugin/size_overflow_hash.data | 466 +++++++++++++++++----
4379 1 file changed, 382 insertions(+), 84 deletions(-)
4380
4381 commit 27ed9167fb98fe9f9e75aace6f651ff814a189a5
4382 Author: Brad Spengler <spender@grsecurity.net>
4383 Date: Mon Jul 18 21:04:42 2016 -0400
4384
4385 Update size_overflow hash table
4386
4387 .../gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 12 ++++++++----
4388 1 file changed, 8 insertions(+), 4 deletions(-)
4389
4390 commit b0a1f25a251b7c1c582fa3a95605654f8da33193
4391 Author: Jann Horn <jann@thejh.net>
4392 Date: Fri Sep 11 21:39:33 2015 +0200
4393
4394 xfs: fix type confusion in xfs_ioc_swapext
4395
4396 Without this check, the following XFS_I invocations would return bad
4397 pointers when used on non-XFS inodes (perhaps pointers into preceding
4398 allocator chunks).
4399
4400 This could be used by an attacker to trick xfs_swap_extents into
4401 performing locking operations on attacker-chosen structures in kernel
4402 memory, potentially leading to code execution in the kernel. (I have
4403 not investigated how likely this is to be usable for an attack in
4404 practice.)
4405
4406 Signed-off-by: Jann Horn <jann@thejh.net>
4407 Cc: Andy Lutomirski <luto@amacapital.net>
4408 Cc: Dave Chinner <david@fromorbit.com>
4409 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
4410
4411 fs/xfs/xfs_ioctl.c | 6 ++++++
4412 1 file changed, 6 insertions(+)
4413
4414 commit 01e9e48be783cefbe69ff9241ab678de69eaab5b
4415 Merge: bd6d599 c421d76
4416 Author: Brad Spengler <spender@grsecurity.net>
4417 Date: Mon Jul 18 20:18:27 2016 -0400
4418
4419 Merge branch 'pax-test' into grsec-test
4420
4421 commit c421d76c43d1840ab72bf2cd414e61ee0581e80b
4422 Author: Brad Spengler <spender@grsecurity.net>
4423 Date: Mon Jul 18 20:04:22 2016 -0400
4424
4425 Update to pax-linux-4.6.4-test14.patch:
4426 - Emese regenerated the size overflow hash table
4427 - fixed a few more section mismatches detected in LTO mode
4428 - reworked how KERNEXEC coexists with upstream's DEBUG_RODATA
4429 - reworked the KERNEXEC plugin configuration, read the Kconfig help!
4430 - simplified the constify plugin a bit
4431 - 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)
4432 - 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)
4433 - fixed !KERNEXEC boot crash on x86, reported by peetaur (https://forums.grsecurity.net/viewtopic.php?f=3&t=4512)
4434 - fixed compile warnings triggered by the __SYSCALL_DEFINEx macro
4435
4436 arch/mips/Kbuild | 2 +-
4437 arch/mips/include/asm/irq.h | 1 -
4438 arch/sparc/include/asm/atomic_64.h | 6 +
4439 arch/sparc/kernel/prom_common.c | 2 +-
4440 arch/sparc/lib/atomic_64.S | 2 +-
4441 arch/sparc/lib/ksyms.c | 4 +-
4442 arch/x86/entry/entry_64.S | 2 +-
4443 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 3 +-
4444 arch/x86/kernel/alternative.c | 21 +
4445 arch/x86/kernel/cpu/common.c | 4 +
4446 arch/x86/platform/olpc/olpc_dt.c | 2 +-
4447 drivers/block/drbd/drbd_int.h | 4 +-
4448 drivers/gpu/drm/sti/sti_hda.c | 4 +-
4449 drivers/gpu/drm/sti/sti_hqvdp.c | 4 +-
4450 drivers/gpu/drm/sti/sti_tvout.c | 4 +-
4451 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
4452 drivers/hwmon/applesmc.c | 2 +-
4453 drivers/iommu/io-pgtable-arm.c | 2 +-
4454 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
4455 drivers/leds/leds-clevo-mail.c | 2 +-
4456 drivers/leds/leds-ss4200.c | 2 +-
4457 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 2 +
4458 drivers/mtd/nand/brcmnand/iproc_nand.c | 2 +
4459 drivers/platform/chrome/chromeos_laptop.c | 2 +-
4460 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
4461 drivers/pnp/base.h | 2 +-
4462 drivers/pnp/resource.c | 4 +-
4463 fs/exec.c | 20 +-
4464 include/drm/drm_modeset_helper_vtables.h | 1 +
4465 include/linux/syscalls.h | 8 +-
4466 mm/slab_common.c | 6 +
4467 mm/slob.c | 44 +-
4468 mm/slub.c | 7 +
4469 scripts/Makefile.gcc-plugins | 4 +-
4470 scripts/gcc-plugins/constify_plugin.c | 10 +-
4471 .../size_overflow_plugin/size_overflow_hash.data | 13633 +++++++++----------
4472 security/Kconfig | 63 +-
4473 37 files changed, 6934 insertions(+), 6953 deletions(-)
4474
4475 commit bd6d599943a777b93600dd4a43bbeea5dde2dfa0
4476 Author: Brad Spengler <spender@grsecurity.net>
4477 Date: Sun Jul 17 17:18:15 2016 -0400
4478
4479 Ensure current state is set to TASK_RUNNING before doing a copy on the RBAC learning read side
4480
4481 grsecurity/gracl_learn.c | 6 ++++--
4482 kernel/sched/core.c | 2 +-
4483 2 files changed, 5 insertions(+), 3 deletions(-)
4484
4485 commit 0f2e7d90efc7eeff655d7cc2c15838497f8c0513
4486 Author: Brad Spengler <spender@grsecurity.net>
4487 Date: Fri Jul 15 15:29:41 2016 -0400
4488
4489 Force that BUG() be enabled in the kernel config if grsecurity is enabled
4490 Suggested by Kees Cook
4491
4492 security/Kconfig | 1 +
4493 1 file changed, 1 insertion(+)
4494
4495 commit 3efe62268d831fc5c89a64b8ff1496d2b912ebf6
4496 Author: Brad Spengler <spender@grsecurity.net>
4497 Date: Thu Jul 14 21:14:55 2016 -0400
4498
4499 randomize layout of two more structs
4500
4501 include/linux/cdev.h | 2 +-
4502 include/linux/fs.h | 2 +-
4503 2 files changed, 2 insertions(+), 2 deletions(-)
4504
4505 commit 58c0443674275163e4d488f890ba1b985d13a4b0
4506 Author: Brad Spengler <spender@grsecurity.net>
4507 Date: Mon Jul 11 21:30:57 2016 -0400
4508
4509 Temporary workaround for size_overflow detection reported at:
4510 https://forums.grsecurity.net/viewtopic.php?f=3&t=4510
4511 by brainatwork
4512
4513 drivers/block/drbd/drbd_int.h | 4 ++--
4514 1 file changed, 2 insertions(+), 2 deletions(-)
4515
4516 commit aa1f32f7a62f394d1f90c2d9952befdd5294c088
4517 Author: Brad Spengler <spender@grsecurity.net>
4518 Date: Mon Jul 11 21:18:20 2016 -0400
4519
4520 Update size_overflow hash table
4521
4522 scripts/gcc-plugins/size_overflow_plugin/size_overflow_hash.data | 1 +
4523 1 file changed, 1 insertion(+)
4524
4525 commit 329fa438e13041fda3dcd292adf2aeb1c008c72c
4526 Author: Jeff Mahoney <jeffm@suse.com>
4527 Date: Tue Jul 5 17:32:30 2016 -0400
4528
4529 ecryptfs: don't allow mmap when the lower fs doesn't support it
4530
4531 There are legitimate reasons to disallow mmap on certain files, notably
4532 in sysfs or procfs. We shouldn't emulate mmap support on file systems
4533 that don't offer support natively.
4534
4535 CVE-2016-1583
4536
4537 Signed-off-by: Jeff Mahoney <jeffm@suse.com>
4538 Cc: stable@vger.kernel.org
4539 [tyhicks: clean up f_op check by using ecryptfs_file_to_lower()]
4540 Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
4541
4542 fs/ecryptfs/file.c | 15 ++++++++++++++-
4543 1 file changed, 14 insertions(+), 1 deletion(-)
4544
4545 commit 5b86b77c32a55ebc8b441ac71839bb50012e505a
4546 Author: Vegard Nossum <vegard.nossum@oracle.com>
4547 Date: Thu Jul 7 13:41:11 2016 -0700
4548
4549 apparmor: fix oops, validate buffer size in apparmor_setprocattr()
4550
4551 When proc_pid_attr_write() was changed to use memdup_user apparmor's
4552 (interface violating) assumption that the setprocattr buffer was always
4553 a single page was violated.
4554
4555 The size test is not strictly speaking needed as proc_pid_attr_write()
4556 will reject anything larger, but for the sake of robustness we can keep
4557 it in.
4558
4559 SMACK and SELinux look safe to me, but somebody else should probably
4560 have a look just in case.
4561
4562 Based on original patch from Vegard Nossum <vegard.nossum@oracle.com>
4563 modified for the case that apparmor provides null termination.
4564
4565 Fixes: bb646cdb12e75d82258c2f2e7746d5952d3e321a
4566 Reported-by: Vegard Nossum <vegard.nossum@oracle.com>
4567 Cc: Al Viro <viro@zeniv.linux.org.uk>
4568 Cc: John Johansen <john.johansen@canonical.com>
4569 Cc: Paul Moore <paul@paul-moore.com>
4570 Cc: Stephen Smalley <sds@tycho.nsa.gov>
4571 Cc: Eric Paris <eparis@parisplace.org>
4572 Cc: Casey Schaufler <casey@schaufler-ca.com>
4573 Cc: stable@kernel.org
4574 Signed-off-by: John Johansen <john.johansen@canonical.com>
4575 Reviewed-by: Tyler Hicks <tyhicks@canonical.com>
4576 Signed-off-by: James Morris <james.l.morris@oracle.com>
4577
4578 security/apparmor/lsm.c | 36 +++++++++++++++++++-----------------
4579 1 file changed, 19 insertions(+), 17 deletions(-)
4580
4581 commit cf7f94ad6c32ff91363641573a64c85f4877e290
4582 Merge: 7765cd9 50212d6
4583 Author: Brad Spengler <spender@grsecurity.net>
4584 Date: Mon Jul 11 18:39:35 2016 -0400
4585
4586 Merge branch 'pax-test' into grsec-test
4587
4588 commit 50212d610aeb6ced453e1835c169c46acdf3940d
4589 Merge: 98d6186 310ca59
4590 Author: Brad Spengler <spender@grsecurity.net>
4591 Date: Mon Jul 11 18:39:08 2016 -0400
4592
4593 Merge branch 'linux-4.6.y' into pax-test
4594
4595 commit 7765cd90c911e58959451529995ea44b7a2271d6
4596 Author: Brad Spengler <spender@grsecurity.net>
4597 Date: Thu Jul 7 07:12:54 2016 -0400
4598
4599 Compile fix reported by adminwset on the forums:
4600 https://forums.grsecurity.net/viewtopic.php?t=4507&p=16420#p16420
4601
4602 fs/proc/task_mmu.c | 2 +-
4603 1 file changed, 1 insertion(+), 1 deletion(-)
4604
4605 commit c94fbc6f47fdae9a2dcf29d3048c8da8752dbbdf
4606 Author: Brad Spengler <spender@grsecurity.net>
4607 Date: Wed Jul 6 21:11:33 2016 -0400
4608
4609 compile fix
4610
4611 arch/x86/mm/init_32.c | 1 -
4612 1 file changed, 1 deletion(-)
4613
4614 commit ee4f4cdd26864ac40ac22b4a3b88f284a6d057d0
4615 Author: Miklos Szeredi <mszeredi@redhat.com>
4616 Date: Wed Jun 29 16:03:55 2016 +0200
4617
4618 ovl: get_write_access() in truncate
4619
4620 When truncating a file we should check write access on the underlying
4621 inode. And we should do so on the lower file as well (before copy-up) for
4622 consistency.
4623
4624 Original patch and test case by Aihua Zhang.
4625
4626 - - >o >o - - test.c - - >o >o - -
4627 #include <stdio.h>
4628 #include <errno.h>
4629 #include <unistd.h>
4630
4631 int main(int argc, char *argv[])
4632 {
4633 int ret;
4634
4635 ret = truncate(argv[0], 4096);
4636 if (ret != -1) {
4637 fprintf(stderr, "truncate(argv[0]) should have failed\n");
4638 return 1;
4639 }
4640 if (errno != ETXTBSY) {
4641 perror("truncate(argv[0])");
4642 return 1;
4643 }
4644
4645 return 0;
4646 }
4647 - - >o >o - - >o >o - - >o >o - -
4648
4649 Reported-by: Aihua Zhang <zhangaihua1@huawei.com>
4650 Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
4651 Cc: <stable@vger.kernel.org>
4652
4653 fs/overlayfs/inode.c | 21 +++++++++++++++++++++
4654 1 file changed, 21 insertions(+)
4655
4656 commit 4585d082282707fbe91025c987bd8cef4152196d
4657 Author: Vivek Goyal <vgoyal@redhat.com>
4658 Date: Fri Jul 1 10:02:44 2016 -0400
4659
4660 ovl: warn instead of error if d_type is not supported
4661
4662 overlay needs underlying fs to support d_type. Recently I put in a
4663 patch in to detect this condition and started failing mount if
4664 underlying fs did not support d_type.
4665
4666 But this breaks existing configurations over kernel upgrade. Those who
4667 are running docker (partially broken configuration) with xfs not
4668 supporting d_type, are surprised that after kernel upgrade docker does
4669 not run anymore.
4670
4671 https://github.com/docker/docker/issues/22937#issuecomment-229881315
4672
4673 So instead of erroring out, detect broken configuration and warn
4674 about it. This should allow existing docker setups to continue
4675 working after kernel upgrade.
4676
4677 Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
4678 Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
4679 Fixes: 45aebeaf4f67 ("ovl: Ensure upper filesystem supports d_type")
4680 Cc: <stable@vger.kernel.org> 4.6
4681
4682 fs/overlayfs/super.c | 12 +++++++-----
4683 1 file changed, 7 insertions(+), 5 deletions(-)
4684
4685 commit 97bb95801d1ce86dafd1a59483803aba5b93e7c0
4686 Author: Randy Dunlap <rdunlap@infradead.org>
4687 Date: Wed Jul 6 16:06:53 2016 -0700
4688
4689 init/Kconfig: keep Expert users menu together
4690
4691 The "expert" menu was broken (split) such that all entries in it after
4692 KALLSYMS were displayed in the "General setup" area instead of in the
4693 "Expert users" area. Fix this by adding one kconfig dependency.
4694
4695 Yes, the Expert users menu is fragile. Problems like this have happened
4696 several times in the past. I will attempt to isolate the Expert users
4697 menu if there is interest in that.
4698
4699 Fixes: 4d5d5664c900 ("x86: kallsyms: disable absolute percpu symbols on !SMP")
4700 Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
4701 Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
4702 Cc: stable@vger.kernel.org # 4.6
4703 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
4704
4705 init/Kconfig | 1 +
4706 1 file changed, 1 insertion(+)
4707
4708 commit 616a19ea32197667494240e8afc0de98d28fdd47
4709 Merge: 769cc1b 98d6186
4710 Author: Brad Spengler <spender@grsecurity.net>
4711 Date: Wed Jul 6 20:41:51 2016 -0400
4712
4713 Merge branch 'pax-test' into grsec-test
4714
4715 commit 98d61867ac6a18500bbd9771678138154869cec3
4716 Author: Brad Spengler <spender@grsecurity.net>
4717 Date: Wed Jul 6 20:29:35 2016 -0400
4718
4719 Update to pax-linux-4.6.3-test10.patch:
4720 - fixed a size overflow false positive in xfrm4_beet_output and xfrm6_beet_output, by Mathias Krause <minipli@ld-linux.so>
4721 - 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)
4722 - fixed a few constification related compile errors on arm/mips, by spender
4723 - updated the size overflow hash table from grsecurity
4724 - fixed an integer truncation bug in __ioremap_caller caught by the size overflow plugin
4725
4726 arch/arm/mach-mmp/mmp2.c | 4 +-
4727 arch/arm/mach-mmp/pxa910.c | 4 +-
4728 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
4729 arch/arm/mm/fault.c | 2 +-
4730 arch/x86/include/asm/efi.h | 5 +
4731 arch/x86/include/asm/pgtable.h | 2 +-
4732 arch/x86/mm/dump_pagetables.c | 32 +++-
4733 arch/x86/mm/init_32.c | 55 +++---
4734 arch/x86/mm/init_64.c | 12 +-
4735 arch/x86/mm/ioremap.c | 2 +-
4736 arch/x86/mm/pageattr.c | 2 +-
4737 drivers/gpu/drm/sti/sti_cursor.c | 4 +-
4738 drivers/gpu/drm/sti/sti_dvo.c | 4 +-
4739 drivers/gpu/drm/sti/sti_gdp.c | 12 +-
4740 drivers/gpu/drm/sti/sti_hdmi.c | 4 +-
4741 drivers/gpu/drm/sti/sti_mixer.c | 8 +-
4742 drivers/gpu/drm/sti/sti_vid.c | 4 +-
4743 drivers/irqchip/irq-mmp.c | 2 +-
4744 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
4745 include/linux/irqchip/mmp.h | 2 +-
4746 net/ipv4/xfrm4_mode_beet.c | 2 +-
4747 net/ipv6/xfrm6_mode_beet.c | 2 +-
4748 .../size_overflow_plugin/size_overflow_hash.data | 203 +++++++++++++++++----
4749 23 files changed, 280 insertions(+), 91 deletions(-)
4750
4751 commit 769cc1b850f164d9fd9284898295eb616896d66b
4752 Author: Brad Spengler <spender@grsecurity.net>
4753 Date: Wed Jul 6 20:08:29 2016 -0400
4754
4755 Fix bug in RBAC learning reported by Andrew Flannery
4756 Nolog/noaudit-type capability checks were handled in a separate
4757 function which did not check if the requestor had the capability in
4758 their effective set. This would cause privileged processes to be
4759 denied use of their capabilities in the small number of instances
4760 these kinds of checks were used (for ptrace_may_access() etc, which
4761 get used in deciding if privileged processes can bypass /proc
4762 restrictions) only when RBAC learning was enabled on the process.
4763
4764 Remove some code duplication in the process of fixing the bug.
4765
4766 grsecurity/gracl_cap.c | 49 +++++++++------------------------------------
4767 grsecurity/grsec_disabled.c | 2 +-
4768 grsecurity/grsec_exec.c | 9 ++++-----
4769 include/linux/grsecurity.h | 4 ++--
4770 kernel/capability.c | 2 +-
4771 kernel/sys.c | 4 ++--
4772 6 files changed, 19 insertions(+), 51 deletions(-)
4773
4774 commit 244fda357c13b44ac2d174713205863c552eb30d
4775 Author: Brad Spengler <spender@grsecurity.net>
4776 Date: Wed Jul 6 07:19:26 2016 -0400
4777
4778 Compile fix for recent /proc/pid/mem changes, reported by adminwset at
4779 https://forums.grsecurity.net/viewtopic.php?t=4505&p=16415#p16415
4780
4781 fs/proc/base.c | 2 +-
4782 fs/proc/internal.h | 2 +-
4783 include/linux/sched.h | 2 ++
4784 3 files changed, 4 insertions(+), 2 deletions(-)
4785
4786 commit 5bd1344d3f28c5402bcd85972bb520a5baaf612c
4787 Author: Brad Spengler <spender@grsecurity.net>
4788 Date: Sun Jul 3 21:27:25 2016 -0400
4789
4790 Initial import of grsecurity for Linux 4.6.3
4791
4792 Documentation/dontdiff | 2 +
4793 Documentation/kernel-parameters.txt | 11 +
4794 Documentation/sysctl/kernel.txt | 15 +
4795 Makefile | 5 +-
4796 arch/alpha/include/asm/cache.h | 4 +-
4797 arch/alpha/kernel/osf_sys.c | 12 +-
4798 arch/arc/Kconfig | 1 +
4799 arch/arm/Kconfig | 1 +
4800 arch/arm/Kconfig.debug | 1 +
4801 arch/arm/include/asm/thread_info.h | 7 +-
4802 arch/arm/kernel/entry-common.S | 8 +-
4803 arch/arm/kernel/process.c | 4 +-
4804 arch/arm/kernel/ptrace.c | 9 +
4805 arch/arm/kernel/traps.c | 7 +-
4806 arch/arm/mach-mmp/mmp2.c | 4 +-
4807 arch/arm/mach-mmp/pxa910.c | 4 +-
4808 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
4809 arch/arm/mm/Kconfig | 4 +-
4810 arch/arm/mm/alignment.c | 24 +-
4811 arch/arm/mm/fault.c | 42 +-
4812 arch/arm/mm/mmap.c | 8 +-
4813 arch/arm/net/bpf_jit_32.c | 51 +-
4814 arch/arm64/Kconfig.debug | 1 +
4815 arch/avr32/include/asm/cache.h | 4 +-
4816 arch/blackfin/Kconfig.debug | 1 +
4817 arch/blackfin/include/asm/cache.h | 3 +-
4818 arch/cris/include/arch-v10/arch/cache.h | 3 +-
4819 arch/cris/include/arch-v32/arch/cache.h | 3 +-
4820 arch/frv/include/asm/cache.h | 3 +-
4821 arch/frv/mm/elf-fdpic.c | 4 +-
4822 arch/hexagon/include/asm/cache.h | 6 +-
4823 arch/ia64/Kconfig | 1 +
4824 arch/ia64/include/asm/cache.h | 3 +-
4825 arch/ia64/kernel/sys_ia64.c | 2 +
4826 arch/ia64/mm/hugetlbpage.c | 2 +
4827 arch/m32r/include/asm/cache.h | 4 +-
4828 arch/m68k/include/asm/cache.h | 4 +-
4829 arch/metag/mm/hugetlbpage.c | 1 +
4830 arch/microblaze/include/asm/cache.h | 3 +-
4831 arch/mips/Kbuild | 2 +-
4832 arch/mips/Kconfig | 1 +
4833 arch/mips/include/asm/irq.h | 1 -
4834 arch/mips/include/asm/thread_info.h | 11 +-
4835 arch/mips/kernel/irq.c | 3 +
4836 arch/mips/kernel/ptrace.c | 9 +
4837 arch/mips/mm/mmap.c | 4 +-
4838 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
4839 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
4840 arch/openrisc/include/asm/cache.h | 4 +-
4841 arch/parisc/include/asm/cache.h | 3 +
4842 arch/parisc/kernel/sys_parisc.c | 4 +
4843 arch/powerpc/Kconfig | 1 +
4844 arch/powerpc/include/asm/cache.h | 4 +-
4845 arch/powerpc/include/asm/thread_info.h | 5 +-
4846 arch/powerpc/kernel/Makefile | 2 +
4847 arch/powerpc/kernel/irq.c | 3 +
4848 arch/powerpc/kernel/process.c | 10 +-
4849 arch/powerpc/kernel/ptrace.c | 14 +
4850 arch/powerpc/kernel/traps.c | 5 +
4851 arch/powerpc/mm/slice.c | 2 +-
4852 arch/s390/Kconfig.debug | 1 +
4853 arch/s390/include/asm/cache.h | 4 +-
4854 arch/score/include/asm/cache.h | 4 +-
4855 arch/sh/include/asm/cache.h | 3 +-
4856 arch/sh/mm/mmap.c | 6 +-
4857 arch/sparc/include/asm/atomic_64.h | 5 +
4858 arch/sparc/include/asm/cache.h | 4 +-
4859 arch/sparc/include/asm/pgalloc_64.h | 1 +
4860 arch/sparc/include/asm/thread_info_64.h | 8 +-
4861 arch/sparc/kernel/process_32.c | 6 +-
4862 arch/sparc/kernel/process_64.c | 8 +-
4863 arch/sparc/kernel/ptrace_64.c | 14 +
4864 arch/sparc/kernel/sys_sparc_64.c | 8 +-
4865 arch/sparc/kernel/syscalls.S | 8 +-
4866 arch/sparc/kernel/traps_32.c | 8 +-
4867 arch/sparc/kernel/traps_64.c | 28 +-
4868 arch/sparc/kernel/unaligned_64.c | 2 +-
4869 arch/sparc/lib/atomic_64.S | 2 +-
4870 arch/sparc/lib/ksyms.c | 4 +-
4871 arch/sparc/mm/fault_64.c | 2 +-
4872 arch/sparc/mm/hugetlbpage.c | 15 +-
4873 arch/tile/Kconfig | 1 +
4874 arch/tile/include/asm/cache.h | 3 +-
4875 arch/tile/mm/hugetlbpage.c | 2 +
4876 arch/um/include/asm/cache.h | 3 +-
4877 arch/unicore32/include/asm/cache.h | 6 +-
4878 arch/x86/Kconfig | 21 +
4879 arch/x86/Kconfig.debug | 2 +
4880 arch/x86/entry/common.c | 14 +
4881 arch/x86/entry/entry_32.S | 2 +-
4882 arch/x86/entry/entry_64.S | 2 +-
4883 arch/x86/ia32/ia32_aout.c | 2 +
4884 arch/x86/include/asm/floppy.h | 20 +-
4885 arch/x86/include/asm/fpu/types.h | 69 +-
4886 arch/x86/include/asm/io.h | 2 +-
4887 arch/x86/include/asm/page.h | 12 +-
4888 arch/x86/include/asm/paravirt_types.h | 21 +-
4889 arch/x86/include/asm/processor.h | 12 +-
4890 arch/x86/include/asm/thread_info.h | 6 +-
4891 arch/x86/kernel/dumpstack.c | 10 +-
4892 arch/x86/kernel/dumpstack_32.c | 2 +-
4893 arch/x86/kernel/dumpstack_64.c | 2 +-
4894 arch/x86/kernel/ioport.c | 13 +
4895 arch/x86/kernel/irq_32.c | 3 +
4896 arch/x86/kernel/irq_64.c | 4 +
4897 arch/x86/kernel/ldt.c | 18 +
4898 arch/x86/kernel/msr.c | 12 +
4899 arch/x86/kernel/ptrace.c | 14 +
4900 arch/x86/kernel/signal.c | 9 +-
4901 arch/x86/kernel/sys_i386_32.c | 9 +-
4902 arch/x86/kernel/sys_x86_64.c | 8 +-
4903 arch/x86/kernel/traps.c | 5 +
4904 arch/x86/kernel/verify_cpu.S | 1 +
4905 arch/x86/kernel/vm86_32.c | 15 +
4906 arch/x86/mm/fault.c | 12 +-
4907 arch/x86/mm/hugetlbpage.c | 15 +-
4908 arch/x86/mm/init.c | 51 +-
4909 arch/x86/mm/init_32.c | 10 +-
4910 arch/x86/net/bpf_jit_comp.c | 4 +
4911 arch/x86/platform/efi/efi_64.c | 2 +-
4912 arch/x86/xen/Kconfig | 1 +
4913 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
4914 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
4915 crypto/scatterwalk.c | 10 +-
4916 drivers/acpi/acpica/hwxfsleep.c | 11 +-
4917 drivers/acpi/custom_method.c | 4 +
4918 drivers/block/cciss.h | 30 +-
4919 drivers/block/smart1,2.h | 40 +-
4920 drivers/cdrom/cdrom.c | 2 +-
4921 drivers/char/Kconfig | 4 +-
4922 drivers/char/genrtc.c | 1 +
4923 drivers/char/mem.c | 17 +
4924 drivers/char/random.c | 5 +-
4925 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
4926 drivers/firewire/ohci.c | 4 +
4927 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 80 +-
4928 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
4929 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
4930 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
4931 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
4932 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
4933 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
4934 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
4935 drivers/gpu/drm/sti/sti_cursor.c | 6 +-
4936 drivers/gpu/drm/sti/sti_dvo.c | 6 +-
4937 drivers/gpu/drm/sti/sti_gdp.c | 6 +-
4938 drivers/gpu/drm/sti/sti_hda.c | 6 +-
4939 drivers/gpu/drm/sti/sti_hdmi.c | 6 +-
4940 drivers/gpu/drm/sti/sti_hqvdp.c | 6 +-
4941 drivers/gpu/drm/sti/sti_mixer.c | 6 +-
4942 drivers/gpu/drm/sti/sti_tvout.c | 6 +-
4943 drivers/gpu/drm/sti/sti_vid.c | 6 +-
4944 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
4945 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
4946 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
4947 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
4948 drivers/hid/hid-wiimote-debug.c | 2 +-
4949 drivers/hid/usbhid/hiddev.c | 10 +-
4950 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 160 +-
4951 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
4952 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
4953 drivers/iommu/Kconfig | 1 +
4954 drivers/iommu/amd_iommu.c | 14 +-
4955 drivers/irqchip/irq-mmp.c | 2 +-
4956 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
4957 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
4958 drivers/isdn/gigaset/usb-gigaset.c | 34 +-
4959 drivers/isdn/i4l/isdn_concap.c | 6 +-
4960 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
4961 drivers/md/bcache/Kconfig | 1 +
4962 drivers/md/raid5.c | 8 +
4963 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
4964 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
4965 drivers/media/radio/radio-cadet.c | 5 +-
4966 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
4967 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
4968 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
4969 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
4970 drivers/message/fusion/mptbase.c | 9 +
4971 drivers/misc/sgi-xp/xp_main.c | 12 +-
4972 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 6 +-
4973 drivers/mtd/nand/brcmnand/iproc_nand.c | 8 +-
4974 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
4975 drivers/net/wan/lmc/lmc_media.c | 97 +-
4976 drivers/net/wan/z85230.c | 24 +-
4977 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
4978 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
4979 drivers/pci/proc.c | 9 +
4980 drivers/platform/x86/asus-wmi.c | 12 +
4981 drivers/rtc/rtc-dev.c | 3 +
4982 drivers/scsi/bfa/bfa_fcs.c | 19 +-
4983 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
4984 drivers/scsi/bfa/bfa_modules.h | 12 +-
4985 drivers/scsi/hpsa.h | 40 +-
4986 drivers/staging/lustre/lnet/libcfs/module.c | 10 +-
4987 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
4988 drivers/staging/wilc1000/host_interface.h | 1 +
4989 drivers/staging/wilc1000/wilc_spi.c | 1 +
4990 drivers/tty/serial/uartlite.c | 4 +-
4991 drivers/tty/sysrq.c | 2 +-
4992 drivers/tty/tty_io.c | 4 +
4993 drivers/tty/vt/keyboard.c | 22 +-
4994 drivers/uio/uio.c | 6 +-
4995 drivers/usb/core/devio.c | 9 +-
4996 drivers/usb/core/hub.c | 5 +
4997 drivers/usb/gadget/function/f_uac1.c | 1 +
4998 drivers/usb/gadget/function/u_uac1.c | 1 +
4999 drivers/usb/host/hwa-hc.c | 9 +-
5000 drivers/usb/usbip/vhci_sysfs.c | 2 +-
5001 drivers/video/fbdev/arcfb.c | 2 +-
5002 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
5003 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
5004 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
5005 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
5006 drivers/xen/xenfs/xenstored.c | 5 +
5007 firmware/Makefile | 2 +
5008 firmware/WHENCE | 20 +-
5009 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
5010 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
5011 fs/attr.c | 4 +
5012 fs/autofs4/waitq.c | 9 +
5013 fs/binfmt_aout.c | 7 +
5014 fs/binfmt_elf.c | 40 +-
5015 fs/compat.c | 20 +-
5016 fs/coredump.c | 17 +-
5017 fs/dcache.c | 3 +
5018 fs/debugfs/inode.c | 19 +-
5019 fs/exec.c | 249 +-
5020 fs/ext2/balloc.c | 4 +-
5021 fs/ext2/super.c | 8 +-
5022 fs/ext4/balloc.c | 4 +-
5023 fs/ext4/extents.c | 2 +-
5024 fs/fcntl.c | 4 +
5025 fs/fhandle.c | 3 +-
5026 fs/file.c | 4 +
5027 fs/filesystems.c | 4 +
5028 fs/fs_struct.c | 20 +-
5029 fs/hugetlbfs/inode.c | 5 +-
5030 fs/inode.c | 8 +-
5031 fs/kernfs/dir.c | 6 +
5032 fs/mount.h | 4 +-
5033 fs/namei.c | 292 +-
5034 fs/namespace.c | 24 +
5035 fs/nfsd/nfs2acl.c | 20 +-
5036 fs/nfsd/nfs3acl.c | 16 +-
5037 fs/nfsd/nfs4acl.c | 16 +-
5038 fs/nfsd/nfscache.c | 2 +-
5039 fs/open.c | 38 +
5040 fs/overlayfs/inode.c | 3 +
5041 fs/overlayfs/super.c | 6 +-
5042 fs/pipe.c | 2 +-
5043 fs/posix_acl.c | 61 +-
5044 fs/proc/Kconfig | 10 +-
5045 fs/proc/array.c | 67 +-
5046 fs/proc/base.c | 193 +-
5047 fs/proc/cmdline.c | 4 +
5048 fs/proc/devices.c | 4 +
5049 fs/proc/fd.c | 13 +-
5050 fs/proc/generic.c | 64 +
5051 fs/proc/inode.c | 17 +
5052 fs/proc/internal.h | 18 +-
5053 fs/proc/interrupts.c | 4 +
5054 fs/proc/kcore.c | 3 +
5055 fs/proc/proc_net.c | 31 +
5056 fs/proc/proc_sysctl.c | 52 +-
5057 fs/proc/root.c | 8 +
5058 fs/proc/stat.c | 69 +-
5059 fs/proc/task_mmu.c | 85 +-
5060 fs/proc/task_nommu.c | 2 +-
5061 fs/readdir.c | 19 +
5062 fs/reiserfs/item_ops.c | 24 +-
5063 fs/reiserfs/super.c | 4 +
5064 fs/select.c | 2 +
5065 fs/seq_file.c | 31 +-
5066 fs/stat.c | 20 +-
5067 fs/sysfs/dir.c | 30 +-
5068 fs/utimes.c | 7 +
5069 fs/xattr.c | 26 +-
5070 fs/xfs/xfs_icache.c | 60 +-
5071 fs/xfs/xfs_inode.c | 13 +
5072 grsecurity/Kconfig | 1205 ++++
5073 grsecurity/Makefile | 54 +
5074 grsecurity/gracl.c | 2757 +++++++++
5075 grsecurity/gracl_alloc.c | 105 +
5076 grsecurity/gracl_cap.c | 127 +
5077 grsecurity/gracl_compat.c | 269 +
5078 grsecurity/gracl_fs.c | 448 ++
5079 grsecurity/gracl_ip.c | 387 ++
5080 grsecurity/gracl_learn.c | 207 +
5081 grsecurity/gracl_policy.c | 1784 ++++++
5082 grsecurity/gracl_res.c | 68 +
5083 grsecurity/gracl_segv.c | 306 +
5084 grsecurity/gracl_shm.c | 40 +
5085 grsecurity/grsec_chdir.c | 19 +
5086 grsecurity/grsec_chroot.c | 506 ++
5087 grsecurity/grsec_disabled.c | 445 ++
5088 grsecurity/grsec_exec.c | 189 +
5089 grsecurity/grsec_fifo.c | 26 +
5090 grsecurity/grsec_fork.c | 23 +
5091 grsecurity/grsec_init.c | 294 +
5092 grsecurity/grsec_ipc.c | 48 +
5093 grsecurity/grsec_link.c | 65 +
5094 grsecurity/grsec_log.c | 340 +
5095 grsecurity/grsec_mem.c | 48 +
5096 grsecurity/grsec_mount.c | 65 +
5097 grsecurity/grsec_pax.c | 47 +
5098 grsecurity/grsec_proc.c | 20 +
5099 grsecurity/grsec_ptrace.c | 30 +
5100 grsecurity/grsec_sig.c | 248 +
5101 grsecurity/grsec_sock.c | 244 +
5102 grsecurity/grsec_sysctl.c | 497 ++
5103 grsecurity/grsec_time.c | 16 +
5104 grsecurity/grsec_tpe.c | 78 +
5105 grsecurity/grsec_tty.c | 18 +
5106 grsecurity/grsec_usb.c | 15 +
5107 grsecurity/grsum.c | 56 +
5108 include/drm/drm_modeset_helper_vtables.h | 1 +
5109 include/linux/binfmts.h | 5 +-
5110 include/linux/capability.h | 13 +
5111 include/linux/compiler-gcc.h | 5 +
5112 include/linux/compiler.h | 8 +
5113 include/linux/cred.h | 8 +-
5114 include/linux/dcache.h | 5 +-
5115 include/linux/fs.h | 24 +-
5116 include/linux/fs_struct.h | 2 +-
5117 include/linux/fsnotify.h | 6 +
5118 include/linux/gracl.h | 342 ++
5119 include/linux/gracl_compat.h | 156 +
5120 include/linux/gralloc.h | 9 +
5121 include/linux/grdefs.h | 140 +
5122 include/linux/grinternal.h | 231 +
5123 include/linux/grmsg.h | 120 +
5124 include/linux/grsecurity.h | 259 +
5125 include/linux/grsock.h | 19 +
5126 include/linux/ipc.h | 2 +-
5127 include/linux/ipc_namespace.h | 2 +-
5128 include/linux/kallsyms.h | 18 +-
5129 include/linux/key-type.h | 4 +-
5130 include/linux/kmod.h | 5 +
5131 include/linux/kobject.h | 2 +-
5132 include/linux/lsm_hooks.h | 4 +-
5133 include/linux/mm.h | 12 +
5134 include/linux/mm_types.h | 4 +-
5135 include/linux/module.h | 5 +-
5136 include/linux/mount.h | 2 +-
5137 include/linux/msg.h | 2 +-
5138 include/linux/netfilter/xt_gradm.h | 9 +
5139 include/linux/path.h | 4 +-
5140 include/linux/perf_event.h | 13 +-
5141 include/linux/pid_namespace.h | 2 +-
5142 include/linux/printk.h | 2 +-
5143 include/linux/proc_fs.h | 22 +-
5144 include/linux/proc_ns.h | 2 +-
5145 include/linux/random.h | 2 +-
5146 include/linux/rbtree_augmented.h | 4 +-
5147 include/linux/scatterlist.h | 12 +-
5148 include/linux/sched.h | 135 +-
5149 include/linux/security.h | 1 +
5150 include/linux/sem.h | 2 +-
5151 include/linux/seq_file.h | 5 +
5152 include/linux/shm.h | 6 +-
5153 include/linux/skbuff.h | 3 +
5154 include/linux/slab.h | 9 -
5155 include/linux/sysctl.h | 8 +-
5156 include/linux/thread_info.h | 6 +-
5157 include/linux/tty.h | 2 +-
5158 include/linux/tty_driver.h | 4 +-
5159 include/linux/uidgid.h | 6 +
5160 include/linux/user_namespace.h | 2 +-
5161 include/linux/utsname.h | 2 +-
5162 include/linux/vermagic.h | 16 +-
5163 include/linux/vmalloc.h | 8 +
5164 include/net/af_unix.h | 2 +-
5165 include/net/ip.h | 2 +-
5166 include/net/neighbour.h | 2 +-
5167 include/net/net_namespace.h | 2 +-
5168 include/net/sock.h | 2 +-
5169 include/trace/events/fs.h | 53 +
5170 include/uapi/linux/personality.h | 1 +
5171 init/Kconfig | 5 +-
5172 init/main.c | 46 +-
5173 ipc/mqueue.c | 1 +
5174 ipc/msg.c | 3 +-
5175 ipc/msgutil.c | 4 +-
5176 ipc/sem.c | 3 +-
5177 ipc/shm.c | 26 +-
5178 ipc/util.c | 6 +
5179 kernel/auditsc.c | 2 +-
5180 kernel/bpf/syscall.c | 10 +-
5181 kernel/capability.c | 41 +-
5182 kernel/cgroup.c | 5 +-
5183 kernel/compat.c | 1 +
5184 kernel/configs.c | 11 +
5185 kernel/cred.c | 112 +-
5186 kernel/events/core.c | 14 +-
5187 kernel/exit.c | 10 +-
5188 kernel/fork.c | 92 +-
5189 kernel/futex.c | 4 +-
5190 kernel/kallsyms.c | 9 +
5191 kernel/kcmp.c | 4 +
5192 kernel/kexec_core.c | 2 +-
5193 kernel/kmod.c | 96 +-
5194 kernel/kprobes.c | 9 +-
5195 kernel/ksysfs.c | 2 +
5196 kernel/locking/lockdep_proc.c | 10 +-
5197 kernel/module.c | 108 +-
5198 kernel/panic.c | 6 +-
5199 kernel/pid.c | 18 +-
5200 kernel/power/Kconfig | 2 +
5201 kernel/printk/printk.c | 7 +-
5202 kernel/ptrace.c | 50 +-
5203 kernel/resource.c | 10 +
5204 kernel/sched/core.c | 9 +-
5205 kernel/sched/debug.c | 4 +
5206 kernel/signal.c | 37 +-
5207 kernel/sys.c | 64 +-
5208 kernel/sysctl.c | 174 +-
5209 kernel/taskstats.c | 6 +
5210 kernel/time/posix-timers.c | 8 +
5211 kernel/time/time.c | 5 +
5212 kernel/time/timekeeping.c | 3 +
5213 kernel/time/timer_list.c | 13 +-
5214 kernel/time/timer_stats.c | 10 +-
5215 kernel/trace/Kconfig | 6 +
5216 kernel/trace/trace_syscalls.c | 8 +
5217 kernel/user_namespace.c | 15 +
5218 lib/Kconfig.debug | 13 +-
5219 lib/is_single_threaded.c | 3 +
5220 lib/list_debug.c | 65 +-
5221 lib/nlattr.c | 2 +
5222 lib/rbtree.c | 4 +-
5223 lib/vsprintf.c | 39 +-
5224 localversion-grsec | 1 +
5225 mm/Kconfig | 8 +-
5226 mm/Kconfig.debug | 1 +
5227 mm/filemap.c | 1 +
5228 mm/kmemleak.c | 4 +-
5229 mm/memory.c | 2 +-
5230 mm/mempolicy.c | 12 +-
5231 mm/migrate.c | 3 +-
5232 mm/mlock.c | 11 +-
5233 mm/mmap.c | 124 +-
5234 mm/mprotect.c | 8 +
5235 mm/page_alloc.c | 2 +-
5236 mm/percpu.c | 73 +-
5237 mm/process_vm_access.c | 6 +
5238 mm/shmem.c | 2 +-
5239 mm/slab.c | 14 +-
5240 mm/slab_common.c | 2 +-
5241 mm/slob.c | 12 +
5242 mm/slub.c | 33 +-
5243 mm/util.c | 3 +
5244 mm/vmalloc.c | 84 +-
5245 mm/vmstat.c | 29 +-
5246 net/appletalk/atalk_proc.c | 2 +-
5247 net/atm/lec.c | 6 +-
5248 net/atm/mpoa_caches.c | 43 +-
5249 net/can/bcm.c | 2 +-
5250 net/can/proc.c | 2 +-
5251 net/core/dev_ioctl.c | 7 +-
5252 net/core/filter.c | 8 +-
5253 net/core/net-procfs.c | 17 +-
5254 net/core/pktgen.c | 2 +-
5255 net/core/sock.c | 23 +-
5256 net/core/sysctl_net_core.c | 2 +-
5257 net/decnet/dn_dev.c | 2 +-
5258 net/ipv4/devinet.c | 6 +-
5259 net/ipv4/inet_hashtables.c | 6 +
5260 net/ipv4/ip_input.c | 7 +
5261 net/ipv4/ip_sockglue.c | 3 +-
5262 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
5263 net/ipv4/route.c | 6 +-
5264 net/ipv4/tcp_input.c | 6 +-
5265 net/ipv4/tcp_ipv4.c | 24 +-
5266 net/ipv4/tcp_minisocks.c | 9 +-
5267 net/ipv4/tcp_timer.c | 11 +
5268 net/ipv4/udp.c | 24 +
5269 net/ipv6/addrconf.c | 13 +-
5270 net/ipv6/proc.c | 2 +-
5271 net/ipv6/tcp_ipv6.c | 23 +-
5272 net/ipv6/udp.c | 7 +
5273 net/ipx/ipx_proc.c | 2 +-
5274 net/irda/irproc.c | 2 +-
5275 net/llc/llc_proc.c | 2 +-
5276 net/netfilter/Kconfig | 10 +
5277 net/netfilter/Makefile | 1 +
5278 net/netfilter/xt_gradm.c | 51 +
5279 net/netfilter/xt_hashlimit.c | 4 +-
5280 net/netfilter/xt_recent.c | 2 +-
5281 net/socket.c | 75 +-
5282 net/sunrpc/Kconfig | 1 +
5283 net/sunrpc/cache.c | 2 +-
5284 net/sunrpc/stats.c | 2 +-
5285 net/sysctl_net.c | 2 +-
5286 net/unix/af_unix.c | 52 +-
5287 net/vmw_vsock/vmci_transport_notify.c | 30 +-
5288 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
5289 net/x25/sysctl_net_x25.c | 2 +-
5290 net/x25/x25_proc.c | 2 +-
5291 scripts/Makefile.gcc-plugins | 5 +
5292 scripts/gcc-plugins/.gitignore | 1 +
5293 scripts/gcc-plugins/Makefile | 10 +
5294 scripts/gcc-plugins/gen-random-seed.sh | 8 +
5295 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
5296 .../size_overflow_plugin/size_overflow_hash.data | 724 ++-
5297 scripts/package/Makefile | 2 +-
5298 scripts/package/mkspec | 41 +-
5299 security/Kconfig | 364 +-
5300 security/apparmor/file.c | 4 +-
5301 security/apparmor/lsm.c | 8 +-
5302 security/commoncap.c | 29 +
5303 security/keys/internal.h | 2 +-
5304 security/keys/key.c | 2 +-
5305 security/min_addr.c | 2 +
5306 security/tomoyo/file.c | 12 +-
5307 security/tomoyo/mount.c | 4 +
5308 security/tomoyo/tomoyo.c | 20 +-
5309 security/yama/Kconfig | 2 +-
5310 sound/synth/emux/emux_seq.c | 14 +-
5311 sound/usb/line6/driver.c | 40 +-
5312 sound/usb/line6/toneport.c | 12 +-
5313 521 files changed, 33285 insertions(+), 3355 deletions(-)
5314
5315 commit 96b2aa21ce8de62dfa0ee023b2cd20928f5021a1
5316 Author: Brad Spengler <spender@grsecurity.net>
5317 Date: Sat Jul 2 09:03:17 2016 -0400
5318
5319 Initial commit of pax-linux-4.6.3-test9.patch
5320
5321 .gitignore | 1 +
5322 Documentation/dontdiff | 46 +-
5323 Documentation/kbuild/makefiles.txt | 39 +-
5324 Documentation/kernel-parameters.txt | 28 +
5325 Makefile | 20 +-
5326 arch/Kconfig | 14 +
5327 arch/alpha/include/asm/atomic.h | 10 +
5328 arch/alpha/include/asm/elf.h | 7 +
5329 arch/alpha/include/asm/pgalloc.h | 6 +
5330 arch/alpha/include/asm/pgtable.h | 11 +
5331 arch/alpha/kernel/module.c | 2 +-
5332 arch/alpha/kernel/osf_sys.c | 8 +-
5333 arch/alpha/mm/fault.c | 141 +-
5334 arch/arm/Kconfig | 6 +-
5335 arch/arm/boot/compressed/Makefile | 2 +
5336 arch/arm/include/asm/atomic.h | 323 +-
5337 arch/arm/include/asm/cache.h | 4 +-
5338 arch/arm/include/asm/cacheflush.h | 2 +-
5339 arch/arm/include/asm/checksum.h | 14 +-
5340 arch/arm/include/asm/cmpxchg.h | 4 +
5341 arch/arm/include/asm/cpuidle.h | 2 +-
5342 arch/arm/include/asm/domain.h | 42 +-
5343 arch/arm/include/asm/elf.h | 9 +-
5344 arch/arm/include/asm/fncpy.h | 2 +
5345 arch/arm/include/asm/futex.h | 1 +
5346 arch/arm/include/asm/kmap_types.h | 2 +-
5347 arch/arm/include/asm/mach/dma.h | 2 +-
5348 arch/arm/include/asm/mach/map.h | 16 +-
5349 arch/arm/include/asm/outercache.h | 2 +-
5350 arch/arm/include/asm/page.h | 3 +-
5351 arch/arm/include/asm/pgalloc.h | 20 +
5352 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
5353 arch/arm/include/asm/pgtable-2level.h | 3 +
5354 arch/arm/include/asm/pgtable-3level.h | 3 +
5355 arch/arm/include/asm/pgtable.h | 54 +-
5356 arch/arm/include/asm/smp.h | 2 +-
5357 arch/arm/include/asm/string.h | 10 +-
5358 arch/arm/include/asm/thread_info.h | 3 +
5359 arch/arm/include/asm/tls.h | 3 +
5360 arch/arm/include/asm/uaccess.h | 113 +-
5361 arch/arm/include/uapi/asm/ptrace.h | 2 +-
5362 arch/arm/kernel/armksyms.c | 2 +-
5363 arch/arm/kernel/cpuidle.c | 2 +-
5364 arch/arm/kernel/entry-armv.S | 109 +-
5365 arch/arm/kernel/entry-common.S | 40 +-
5366 arch/arm/kernel/entry-header.S | 55 +
5367 arch/arm/kernel/fiq.c | 3 +
5368 arch/arm/kernel/module-plts.c | 7 +-
5369 arch/arm/kernel/module.c | 38 +-
5370 arch/arm/kernel/patch.c | 2 +
5371 arch/arm/kernel/process.c | 86 +-
5372 arch/arm/kernel/reboot.c | 1 +
5373 arch/arm/kernel/setup.c | 20 +-
5374 arch/arm/kernel/signal.c | 35 +-
5375 arch/arm/kernel/smp.c | 2 +-
5376 arch/arm/kernel/tcm.c | 4 +-
5377 arch/arm/kernel/vmlinux.lds.S | 6 +-
5378 arch/arm/kvm/arm.c | 8 +-
5379 arch/arm/lib/copy_page.S | 1 +
5380 arch/arm/lib/csumpartialcopyuser.S | 4 +-
5381 arch/arm/lib/delay.c | 2 +-
5382 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
5383 arch/arm/mach-exynos/suspend.c | 6 +-
5384 arch/arm/mach-mvebu/coherency.c | 4 +-
5385 arch/arm/mach-omap2/board-n8x0.c | 2 +-
5386 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
5387 arch/arm/mach-omap2/omap-smp.c | 1 +
5388 arch/arm/mach-omap2/omap_device.c | 4 +-
5389 arch/arm/mach-omap2/omap_device.h | 4 +-
5390 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
5391 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
5392 arch/arm/mach-omap2/wd_timer.c | 6 +-
5393 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
5394 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
5395 arch/arm/mach-tegra/irq.c | 1 +
5396 arch/arm/mach-ux500/pm.c | 1 +
5397 arch/arm/mach-zynq/platsmp.c | 1 +
5398 arch/arm/mm/Kconfig | 6 +-
5399 arch/arm/mm/cache-l2x0.c | 2 +-
5400 arch/arm/mm/context.c | 10 +-
5401 arch/arm/mm/fault.c | 160 +
5402 arch/arm/mm/fault.h | 12 +
5403 arch/arm/mm/init.c | 39 +
5404 arch/arm/mm/ioremap.c | 4 +-
5405 arch/arm/mm/mmap.c | 36 +-
5406 arch/arm/mm/mmu.c | 162 +-
5407 arch/arm/net/bpf_jit_32.c | 3 +
5408 arch/arm/plat-iop/setup.c | 2 +-
5409 arch/arm/plat-omap/sram.c | 2 +
5410 arch/arm64/Kconfig | 1 +
5411 arch/arm64/include/asm/atomic.h | 10 +
5412 arch/arm64/include/asm/percpu.h | 8 +-
5413 arch/arm64/include/asm/pgalloc.h | 5 +
5414 arch/arm64/include/asm/string.h | 22 +-
5415 arch/arm64/include/asm/uaccess.h | 1 +
5416 arch/arm64/mm/dma-mapping.c | 2 +-
5417 arch/avr32/include/asm/elf.h | 8 +-
5418 arch/avr32/include/asm/kmap_types.h | 4 +-
5419 arch/avr32/mm/fault.c | 27 +
5420 arch/frv/include/asm/atomic.h | 10 +
5421 arch/frv/include/asm/kmap_types.h | 2 +-
5422 arch/frv/mm/elf-fdpic.c | 3 +-
5423 arch/ia64/Makefile | 1 +
5424 arch/ia64/include/asm/atomic.h | 10 +
5425 arch/ia64/include/asm/elf.h | 7 +
5426 arch/ia64/include/asm/pgalloc.h | 12 +
5427 arch/ia64/include/asm/pgtable.h | 13 +-
5428 arch/ia64/include/asm/spinlock.h | 2 +-
5429 arch/ia64/include/asm/uaccess.h | 27 +-
5430 arch/ia64/kernel/module.c | 20 +-
5431 arch/ia64/kernel/palinfo.c | 2 +-
5432 arch/ia64/kernel/sys_ia64.c | 7 +
5433 arch/ia64/kernel/vmlinux.lds.S | 2 +-
5434 arch/ia64/mm/fault.c | 32 +-
5435 arch/ia64/mm/init.c | 15 +-
5436 arch/m32r/lib/usercopy.c | 6 +
5437 arch/mips/Kconfig | 1 +
5438 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
5439 arch/mips/include/asm/atomic.h | 372 +-
5440 arch/mips/include/asm/cache.h | 3 +-
5441 arch/mips/include/asm/elf.h | 7 +
5442 arch/mips/include/asm/exec.h | 2 +-
5443 arch/mips/include/asm/hw_irq.h | 2 +-
5444 arch/mips/include/asm/local.h | 57 +
5445 arch/mips/include/asm/page.h | 2 +-
5446 arch/mips/include/asm/pgalloc.h | 5 +
5447 arch/mips/include/asm/pgtable.h | 3 +
5448 arch/mips/include/asm/uaccess.h | 1 +
5449 arch/mips/kernel/binfmt_elfn32.c | 7 +
5450 arch/mips/kernel/binfmt_elfo32.c | 7 +
5451 arch/mips/kernel/irq-gt641xx.c | 2 +-
5452 arch/mips/kernel/irq.c | 6 +-
5453 arch/mips/kernel/pm-cps.c | 2 +-
5454 arch/mips/kernel/process.c | 12 -
5455 arch/mips/kernel/sync-r4k.c | 24 +-
5456 arch/mips/kernel/traps.c | 13 +-
5457 arch/mips/lib/ashldi3.c | 21 +-
5458 arch/mips/lib/ashrdi3.c | 19 +-
5459 arch/mips/lib/libgcc.h | 12 +-
5460 arch/mips/mm/fault.c | 25 +
5461 arch/mips/mm/init.c | 4 +-
5462 arch/mips/mm/mmap.c | 24 +-
5463 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
5464 arch/mips/sni/rm200.c | 2 +-
5465 arch/mips/vr41xx/common/icu.c | 2 +-
5466 arch/mips/vr41xx/common/irq.c | 4 +-
5467 arch/parisc/include/asm/atomic.h | 10 +
5468 arch/parisc/include/asm/elf.h | 7 +
5469 arch/parisc/include/asm/pgalloc.h | 6 +
5470 arch/parisc/include/asm/pgtable.h | 11 +
5471 arch/parisc/include/asm/uaccess.h | 4 +-
5472 arch/parisc/kernel/module.c | 26 +-
5473 arch/parisc/kernel/sys_parisc.c | 15 +
5474 arch/parisc/kernel/traps.c | 4 +-
5475 arch/parisc/mm/fault.c | 140 +-
5476 arch/powerpc/Kconfig | 1 +
5477 arch/powerpc/include/asm/atomic.h | 317 +-
5478 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
5479 arch/powerpc/include/asm/elf.h | 12 +
5480 arch/powerpc/include/asm/exec.h | 2 +-
5481 arch/powerpc/include/asm/kmap_types.h | 2 +-
5482 arch/powerpc/include/asm/local.h | 46 +
5483 arch/powerpc/include/asm/mman.h | 2 +-
5484 arch/powerpc/include/asm/page.h | 8 +-
5485 arch/powerpc/include/asm/page_64.h | 7 +-
5486 arch/powerpc/include/asm/pgalloc-64.h | 11 +
5487 arch/powerpc/include/asm/pgtable.h | 1 +
5488 arch/powerpc/include/asm/reg.h | 1 +
5489 arch/powerpc/include/asm/smp.h | 2 +-
5490 arch/powerpc/include/asm/spinlock.h | 42 +-
5491 arch/powerpc/include/asm/string.h | 18 +-
5492 arch/powerpc/include/asm/uaccess.h | 141 +-
5493 arch/powerpc/kernel/Makefile | 5 +
5494 arch/powerpc/kernel/exceptions-64e.S | 4 +-
5495 arch/powerpc/kernel/exceptions-64s.S | 2 +-
5496 arch/powerpc/kernel/module_32.c | 15 +-
5497 arch/powerpc/kernel/process.c | 7 -
5498 arch/powerpc/kernel/signal_32.c | 2 +-
5499 arch/powerpc/kernel/signal_64.c | 2 +-
5500 arch/powerpc/kernel/traps.c | 21 +
5501 arch/powerpc/kernel/vdso.c | 5 +-
5502 arch/powerpc/lib/usercopy_64.c | 18 -
5503 arch/powerpc/mm/fault.c | 56 +-
5504 arch/powerpc/mm/mmap.c | 16 +
5505 arch/powerpc/mm/slice.c | 21 +-
5506 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
5507 arch/s390/include/asm/atomic.h | 10 +
5508 arch/s390/include/asm/elf.h | 7 +
5509 arch/s390/include/asm/exec.h | 2 +-
5510 arch/s390/include/asm/uaccess.h | 13 +-
5511 arch/s390/kernel/module.c | 22 +-
5512 arch/s390/kernel/process.c | 7 -
5513 arch/s390/mm/mmap.c | 22 +-
5514 arch/score/include/asm/exec.h | 2 +-
5515 arch/score/kernel/process.c | 5 -
5516 arch/sh/mm/mmap.c | 28 +-
5517 arch/sparc/Kconfig | 1 +
5518 arch/sparc/include/asm/atomic_64.h | 110 +-
5519 arch/sparc/include/asm/cache.h | 2 +-
5520 arch/sparc/include/asm/elf_32.h | 7 +
5521 arch/sparc/include/asm/elf_64.h | 7 +
5522 arch/sparc/include/asm/pgalloc_32.h | 1 +
5523 arch/sparc/include/asm/pgalloc_64.h | 1 +
5524 arch/sparc/include/asm/pgtable.h | 4 +
5525 arch/sparc/include/asm/pgtable_32.h | 15 +-
5526 arch/sparc/include/asm/pgtsrmmu.h | 5 +
5527 arch/sparc/include/asm/setup.h | 4 +-
5528 arch/sparc/include/asm/spinlock_64.h | 35 +-
5529 arch/sparc/include/asm/thread_info_32.h | 1 +
5530 arch/sparc/include/asm/thread_info_64.h | 2 +
5531 arch/sparc/include/asm/uaccess.h | 1 +
5532 arch/sparc/include/asm/uaccess_32.h | 28 +-
5533 arch/sparc/include/asm/uaccess_64.h | 24 +-
5534 arch/sparc/kernel/Makefile | 2 +-
5535 arch/sparc/kernel/prom_common.c | 2 +-
5536 arch/sparc/kernel/smp_64.c | 8 +-
5537 arch/sparc/kernel/sys_sparc_32.c | 2 +-
5538 arch/sparc/kernel/sys_sparc_64.c | 58 +-
5539 arch/sparc/kernel/traps_64.c | 27 +-
5540 arch/sparc/lib/Makefile | 2 +-
5541 arch/sparc/lib/atomic_64.S | 57 +-
5542 arch/sparc/lib/ksyms.c | 6 +-
5543 arch/sparc/mm/Makefile | 2 +-
5544 arch/sparc/mm/fault_32.c | 292 +
5545 arch/sparc/mm/fault_64.c | 486 +
5546 arch/sparc/mm/hugetlbpage.c | 30 +-
5547 arch/sparc/mm/init_64.c | 10 +-
5548 arch/tile/include/asm/atomic_64.h | 10 +
5549 arch/tile/include/asm/uaccess.h | 4 +-
5550 arch/um/Makefile | 2 +
5551 arch/um/include/asm/kmap_types.h | 2 +-
5552 arch/um/include/asm/page.h | 3 +
5553 arch/um/include/asm/pgtable-3level.h | 1 +
5554 arch/um/kernel/process.c | 16 -
5555 arch/x86/Kconfig | 33 +-
5556 arch/x86/Kconfig.cpu | 6 +-
5557 arch/x86/Kconfig.debug | 3 +-
5558 arch/x86/Makefile | 13 +-
5559 arch/x86/boot/bitops.h | 4 +-
5560 arch/x86/boot/boot.h | 2 +-
5561 arch/x86/boot/compressed/Makefile | 17 +
5562 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
5563 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
5564 arch/x86/boot/compressed/head_32.S | 4 +-
5565 arch/x86/boot/compressed/head_64.S | 12 +-
5566 arch/x86/boot/compressed/misc.c | 11 +-
5567 arch/x86/boot/cpucheck.c | 16 +-
5568 arch/x86/boot/header.S | 6 +-
5569 arch/x86/boot/memory.c | 2 +-
5570 arch/x86/boot/video-vesa.c | 1 +
5571 arch/x86/boot/video.c | 2 +-
5572 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
5573 arch/x86/crypto/aesni-intel_asm.S | 116 +-
5574 arch/x86/crypto/aesni-intel_glue.c | 4 +-
5575 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
5576 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
5577 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
5578 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
5579 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
5580 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
5581 arch/x86/crypto/camellia_glue.c | 8 +-
5582 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
5583 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
5584 arch/x86/crypto/cast6_avx_glue.c | 16 +-
5585 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
5586 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
5587 arch/x86/crypto/glue_helper.c | 2 +-
5588 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
5589 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
5590 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
5591 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
5592 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
5593 arch/x86/crypto/serpent_avx_glue.c | 18 +-
5594 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
5595 arch/x86/crypto/sha-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
5596 arch/x86/crypto/sha-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
5597 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
5598 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
5599 arch/x86/crypto/sha256-avx-asm.S | 5 +-
5600 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
5601 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
5602 arch/x86/crypto/sha256_ni_asm.S | 2 +-
5603 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
5604 arch/x86/crypto/sha512-avx-asm.S | 5 +-
5605 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
5606 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
5607 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
5608 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
5609 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
5610 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
5611 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
5612 arch/x86/crypto/twofish_avx_glue.c | 21 +-
5613 arch/x86/crypto/twofish_glue.c | 4 +-
5614 arch/x86/crypto/twofish_glue_3way.c | 12 +-
5615 arch/x86/entry/Makefile | 2 +
5616 arch/x86/entry/calling.h | 86 +-
5617 arch/x86/entry/common.c | 89 +-
5618 arch/x86/entry/entry_32.S | 330 +-
5619 arch/x86/entry/entry_64.S | 600 +-
5620 arch/x86/entry/entry_64_compat.S | 115 +-
5621 arch/x86/entry/thunk_64.S | 2 +
5622 arch/x86/entry/vdso/Makefile | 5 +-
5623 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
5624 arch/x86/entry/vdso/vdso2c.h | 4 +-
5625 arch/x86/entry/vdso/vma.c | 42 +-
5626 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
5627 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
5628 arch/x86/events/amd/iommu.c | 8 +-
5629 arch/x86/events/core.c | 8 +-
5630 arch/x86/events/intel/bts.c | 6 +-
5631 arch/x86/events/intel/core.c | 34 +-
5632 arch/x86/events/intel/cqm.c | 14 +-
5633 arch/x86/events/intel/cstate.c | 6 +-
5634 arch/x86/events/intel/ds.c | 7 +-
5635 arch/x86/events/intel/lbr.c | 4 +-
5636 arch/x86/events/intel/pt.c | 44 +-
5637 arch/x86/events/intel/rapl.c | 8 +-
5638 arch/x86/events/intel/uncore.c | 6 +-
5639 arch/x86/events/intel/uncore.h | 14 +-
5640 arch/x86/events/perf_event.h | 2 +-
5641 arch/x86/ia32/ia32_signal.c | 23 +-
5642 arch/x86/ia32/sys_ia32.c | 42 +-
5643 arch/x86/include/asm/alternative-asm.h | 43 +-
5644 arch/x86/include/asm/alternative.h | 4 +-
5645 arch/x86/include/asm/apic.h | 2 +-
5646 arch/x86/include/asm/apm.h | 4 +-
5647 arch/x86/include/asm/atomic.h | 230 +-
5648 arch/x86/include/asm/atomic64_32.h | 119 +
5649 arch/x86/include/asm/atomic64_64.h | 169 +-
5650 arch/x86/include/asm/bitops.h | 18 +-
5651 arch/x86/include/asm/boot.h | 2 +-
5652 arch/x86/include/asm/cache.h | 4 +-
5653 arch/x86/include/asm/checksum_32.h | 12 +-
5654 arch/x86/include/asm/cmpxchg.h | 39 +
5655 arch/x86/include/asm/compat.h | 4 +
5656 arch/x86/include/asm/cpufeature.h | 2 +-
5657 arch/x86/include/asm/cpufeatures.h | 5 +-
5658 arch/x86/include/asm/crypto/camellia.h | 30 +-
5659 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
5660 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
5661 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
5662 arch/x86/include/asm/crypto/twofish.h | 10 +-
5663 arch/x86/include/asm/desc.h | 78 +-
5664 arch/x86/include/asm/desc_defs.h | 6 +
5665 arch/x86/include/asm/div64.h | 2 +-
5666 arch/x86/include/asm/dma.h | 2 +
5667 arch/x86/include/asm/elf.h | 33 +-
5668 arch/x86/include/asm/emergency-restart.h | 2 +-
5669 arch/x86/include/asm/fixmap.h | 2 +-
5670 arch/x86/include/asm/fpu/internal.h | 38 +-
5671 arch/x86/include/asm/fpu/types.h | 5 +-
5672 arch/x86/include/asm/futex.h | 14 +-
5673 arch/x86/include/asm/hw_irq.h | 4 +-
5674 arch/x86/include/asm/hypervisor.h | 2 +-
5675 arch/x86/include/asm/i8259.h | 2 +-
5676 arch/x86/include/asm/io.h | 22 +-
5677 arch/x86/include/asm/irqflags.h | 5 +
5678 arch/x86/include/asm/kprobes.h | 9 +-
5679 arch/x86/include/asm/kvm_emulate.h | 7 +-
5680 arch/x86/include/asm/local.h | 106 +-
5681 arch/x86/include/asm/mman.h | 15 +
5682 arch/x86/include/asm/mmu.h | 14 +-
5683 arch/x86/include/asm/mmu_context.h | 133 +-
5684 arch/x86/include/asm/module.h | 23 +-
5685 arch/x86/include/asm/nmi.h | 19 +-
5686 arch/x86/include/asm/page.h | 1 +
5687 arch/x86/include/asm/page_32.h | 12 +-
5688 arch/x86/include/asm/page_64.h | 14 +-
5689 arch/x86/include/asm/paravirt.h | 46 +-
5690 arch/x86/include/asm/paravirt_types.h | 13 +-
5691 arch/x86/include/asm/pgalloc.h | 23 +
5692 arch/x86/include/asm/pgtable-2level.h | 2 +
5693 arch/x86/include/asm/pgtable-3level.h | 7 +
5694 arch/x86/include/asm/pgtable.h | 126 +-
5695 arch/x86/include/asm/pgtable_32.h | 14 +-
5696 arch/x86/include/asm/pgtable_32_types.h | 24 +-
5697 arch/x86/include/asm/pgtable_64.h | 23 +-
5698 arch/x86/include/asm/pgtable_64_types.h | 5 +
5699 arch/x86/include/asm/pgtable_types.h | 27 +-
5700 arch/x86/include/asm/pmem.h | 2 +-
5701 arch/x86/include/asm/preempt.h | 2 +-
5702 arch/x86/include/asm/processor.h | 57 +-
5703 arch/x86/include/asm/ptrace.h | 15 +-
5704 arch/x86/include/asm/realmode.h | 4 +-
5705 arch/x86/include/asm/reboot.h | 10 +-
5706 arch/x86/include/asm/rmwcc.h | 84 +-
5707 arch/x86/include/asm/rwsem.h | 60 +-
5708 arch/x86/include/asm/segment.h | 27 +-
5709 arch/x86/include/asm/smap.h | 43 +
5710 arch/x86/include/asm/smp.h | 14 +-
5711 arch/x86/include/asm/stackprotector.h | 4 +-
5712 arch/x86/include/asm/stacktrace.h | 34 +-
5713 arch/x86/include/asm/string_32.h | 20 +-
5714 arch/x86/include/asm/string_64.h | 16 +-
5715 arch/x86/include/asm/switch_to.h | 4 +-
5716 arch/x86/include/asm/sys_ia32.h | 6 +-
5717 arch/x86/include/asm/thread_info.h | 54 +-
5718 arch/x86/include/asm/tlbflush.h | 77 +-
5719 arch/x86/include/asm/traps.h | 4 +-
5720 arch/x86/include/asm/uaccess.h | 210 +-
5721 arch/x86/include/asm/uaccess_32.h | 28 +-
5722 arch/x86/include/asm/uaccess_64.h | 169 +-
5723 arch/x86/include/asm/word-at-a-time.h | 2 +-
5724 arch/x86/include/asm/x86_init.h | 10 +-
5725 arch/x86/include/asm/xen/page.h | 2 +-
5726 arch/x86/include/uapi/asm/e820.h | 2 +-
5727 arch/x86/kernel/Makefile | 2 +-
5728 arch/x86/kernel/acpi/boot.c | 4 +-
5729 arch/x86/kernel/acpi/sleep.c | 4 +
5730 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
5731 arch/x86/kernel/alternative.c | 124 +-
5732 arch/x86/kernel/apic/apic.c | 4 +-
5733 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
5734 arch/x86/kernel/apic/apic_noop.c | 2 +-
5735 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
5736 arch/x86/kernel/apic/io_apic.c | 10 +-
5737 arch/x86/kernel/apic/msi.c | 2 +-
5738 arch/x86/kernel/apic/probe_32.c | 4 +-
5739 arch/x86/kernel/apic/vector.c | 2 +
5740 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
5741 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
5742 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
5743 arch/x86/kernel/apm_32.c | 21 +-
5744 arch/x86/kernel/asm-offsets.c | 22 +
5745 arch/x86/kernel/cpu/Makefile | 4 -
5746 arch/x86/kernel/cpu/amd.c | 2 +-
5747 arch/x86/kernel/cpu/bugs_64.c | 2 +
5748 arch/x86/kernel/cpu/common.c | 202 +-
5749 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
5750 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
5751 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
5752 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
5753 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
5754 arch/x86/kernel/cpu/mshyperv.c | 2 +-
5755 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
5756 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
5757 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
5758 arch/x86/kernel/cpu/vmware.c | 2 +-
5759 arch/x86/kernel/crash_dump_64.c | 2 +-
5760 arch/x86/kernel/doublefault.c | 8 +-
5761 arch/x86/kernel/dumpstack.c | 24 +-
5762 arch/x86/kernel/dumpstack_32.c | 25 +-
5763 arch/x86/kernel/dumpstack_64.c | 72 +-
5764 arch/x86/kernel/e820.c | 4 +-
5765 arch/x86/kernel/early_printk.c | 1 +
5766 arch/x86/kernel/espfix_64.c | 44 +-
5767 arch/x86/kernel/fpu/core.c | 30 +-
5768 arch/x86/kernel/fpu/init.c | 49 +-
5769 arch/x86/kernel/fpu/regset.c | 22 +-
5770 arch/x86/kernel/fpu/signal.c | 20 +-
5771 arch/x86/kernel/fpu/xstate.c | 12 +-
5772 arch/x86/kernel/ftrace.c | 18 +-
5773 arch/x86/kernel/head64.c | 14 +-
5774 arch/x86/kernel/head_32.S | 240 +-
5775 arch/x86/kernel/head_64.S | 182 +-
5776 arch/x86/kernel/i386_ksyms_32.c | 12 +
5777 arch/x86/kernel/i8259.c | 10 +-
5778 arch/x86/kernel/io_delay.c | 2 +-
5779 arch/x86/kernel/ioport.c | 2 +-
5780 arch/x86/kernel/irq.c | 8 +-
5781 arch/x86/kernel/irq_32.c | 45 +-
5782 arch/x86/kernel/jump_label.c | 10 +-
5783 arch/x86/kernel/kgdb.c | 21 +-
5784 arch/x86/kernel/kprobes/core.c | 28 +-
5785 arch/x86/kernel/kprobes/opt.c | 16 +-
5786 arch/x86/kernel/ksysfs.c | 2 +-
5787 arch/x86/kernel/kvm.c | 2 +-
5788 arch/x86/kernel/kvmclock.c | 20 +-
5789 arch/x86/kernel/ldt.c | 25 +
5790 arch/x86/kernel/livepatch.c | 9 +-
5791 arch/x86/kernel/machine_kexec_32.c | 6 +-
5792 arch/x86/kernel/mcount_64.S | 21 +-
5793 arch/x86/kernel/module.c | 78 +-
5794 arch/x86/kernel/msr.c | 2 +-
5795 arch/x86/kernel/nmi.c | 34 +-
5796 arch/x86/kernel/nmi_selftest.c | 4 +-
5797 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
5798 arch/x86/kernel/paravirt.c | 133 +-
5799 arch/x86/kernel/paravirt_patch_64.c | 8 +
5800 arch/x86/kernel/pci-calgary_64.c | 2 +-
5801 arch/x86/kernel/pci-iommu_table.c | 2 +-
5802 arch/x86/kernel/pci-swiotlb.c | 2 +-
5803 arch/x86/kernel/process.c | 80 +-
5804 arch/x86/kernel/process_32.c | 29 +-
5805 arch/x86/kernel/process_64.c | 14 +-
5806 arch/x86/kernel/ptrace.c | 20 +-
5807 arch/x86/kernel/pvclock.c | 8 +-
5808 arch/x86/kernel/reboot.c | 44 +-
5809 arch/x86/kernel/reboot_fixups_32.c | 2 +-
5810 arch/x86/kernel/relocate_kernel_64.S | 3 +-
5811 arch/x86/kernel/setup.c | 29 +-
5812 arch/x86/kernel/setup_percpu.c | 29 +-
5813 arch/x86/kernel/signal.c | 17 +-
5814 arch/x86/kernel/smp.c | 2 +-
5815 arch/x86/kernel/smpboot.c | 29 +-
5816 arch/x86/kernel/step.c | 6 +-
5817 arch/x86/kernel/sys_i386_32.c | 184 +
5818 arch/x86/kernel/sys_x86_64.c | 28 +-
5819 arch/x86/kernel/tboot.c | 22 +-
5820 arch/x86/kernel/time.c | 8 +-
5821 arch/x86/kernel/tls.c | 7 +-
5822 arch/x86/kernel/tracepoint.c | 4 +-
5823 arch/x86/kernel/traps.c | 66 +-
5824 arch/x86/kernel/tsc.c | 2 +-
5825 arch/x86/kernel/uprobes.c | 4 +-
5826 arch/x86/kernel/vm86_32.c | 6 +-
5827 arch/x86/kernel/vmlinux.lds.S | 144 +-
5828 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
5829 arch/x86/kernel/x86_init.c | 6 +-
5830 arch/x86/kvm/cpuid.c | 21 +-
5831 arch/x86/kvm/emulate.c | 20 +-
5832 arch/x86/kvm/i8259.c | 10 +-
5833 arch/x86/kvm/ioapic.c | 2 +
5834 arch/x86/kvm/lapic.c | 2 +-
5835 arch/x86/kvm/paging_tmpl.h | 2 +-
5836 arch/x86/kvm/svm.c | 10 +-
5837 arch/x86/kvm/vmx.c | 60 +-
5838 arch/x86/kvm/x86.c | 44 +-
5839 arch/x86/lguest/boot.c | 3 +-
5840 arch/x86/lib/atomic64_386_32.S | 164 +
5841 arch/x86/lib/atomic64_cx8_32.S | 98 +-
5842 arch/x86/lib/checksum_32.S | 99 +-
5843 arch/x86/lib/clear_page_64.S | 3 +
5844 arch/x86/lib/cmpxchg16b_emu.S | 3 +
5845 arch/x86/lib/copy_page_64.S | 14 +-
5846 arch/x86/lib/copy_user_64.S | 66 +-
5847 arch/x86/lib/csum-copy_64.S | 14 +-
5848 arch/x86/lib/csum-wrappers_64.c | 8 +-
5849 arch/x86/lib/getuser.S | 74 +-
5850 arch/x86/lib/insn.c | 8 +-
5851 arch/x86/lib/iomap_copy_64.S | 2 +
5852 arch/x86/lib/memcpy_64.S | 6 +
5853 arch/x86/lib/memmove_64.S | 3 +-
5854 arch/x86/lib/memset_64.S | 3 +
5855 arch/x86/lib/mmx_32.c | 243 +-
5856 arch/x86/lib/msr-reg.S | 2 +
5857 arch/x86/lib/putuser.S | 87 +-
5858 arch/x86/lib/rwsem.S | 4 +
5859 arch/x86/lib/usercopy_32.c | 359 +-
5860 arch/x86/lib/usercopy_64.c | 22 +-
5861 arch/x86/math-emu/fpu_aux.c | 2 +-
5862 arch/x86/math-emu/fpu_entry.c | 4 +-
5863 arch/x86/math-emu/fpu_etc.c | 9 +-
5864 arch/x86/math-emu/fpu_system.h | 2 +-
5865 arch/x86/math-emu/fpu_trig.c | 13 +-
5866 arch/x86/math-emu/reg_constant.c | 7 +-
5867 arch/x86/mm/Makefile | 3 +
5868 arch/x86/mm/extable.c | 20 +-
5869 arch/x86/mm/fault.c | 573 +-
5870 arch/x86/mm/gup.c | 6 +-
5871 arch/x86/mm/highmem_32.c | 6 +
5872 arch/x86/mm/hugetlbpage.c | 24 +-
5873 arch/x86/mm/init.c | 19 +-
5874 arch/x86/mm/init_32.c | 157 +-
5875 arch/x86/mm/init_64.c | 100 +-
5876 arch/x86/mm/iomap_32.c | 4 +
5877 arch/x86/mm/ioremap.c | 52 +-
5878 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
5879 arch/x86/mm/mmap.c | 46 +-
5880 arch/x86/mm/mmio-mod.c | 10 +-
5881 arch/x86/mm/mpx.c | 6 +-
5882 arch/x86/mm/numa.c | 2 +-
5883 arch/x86/mm/pageattr.c | 36 +-
5884 arch/x86/mm/pat.c | 12 +-
5885 arch/x86/mm/pat_rbtree.c | 2 +-
5886 arch/x86/mm/pf_in.c | 10 +-
5887 arch/x86/mm/pgtable.c | 211 +-
5888 arch/x86/mm/pgtable_32.c | 3 +
5889 arch/x86/mm/setup_nx.c | 7 +
5890 arch/x86/mm/tlb.c | 4 +
5891 arch/x86/mm/uderef_64.c | 37 +
5892 arch/x86/net/bpf_jit.S | 11 +
5893 arch/x86/net/bpf_jit_comp.c | 13 +-
5894 arch/x86/oprofile/backtrace.c | 6 +-
5895 arch/x86/oprofile/nmi_int.c | 10 +-
5896 arch/x86/oprofile/op_model_amd.c | 8 +-
5897 arch/x86/oprofile/op_model_ppro.c | 7 +-
5898 arch/x86/oprofile/op_x86_model.h | 2 +-
5899 arch/x86/pci/intel_mid_pci.c | 2 +-
5900 arch/x86/pci/irq.c | 8 +-
5901 arch/x86/pci/pcbios.c | 112 +-
5902 arch/x86/pci/vmd.c | 4 +-
5903 arch/x86/platform/efi/efi_32.c | 24 +
5904 arch/x86/platform/efi/efi_64.c | 26 +-
5905 arch/x86/platform/efi/efi_stub_32.S | 64 +-
5906 arch/x86/platform/efi/efi_stub_64.S | 2 +
5907 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
5908 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
5909 arch/x86/platform/intel-mid/mfld.c | 4 +-
5910 arch/x86/platform/intel-mid/mrfl.c | 2 +-
5911 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
5912 arch/x86/platform/olpc/olpc_dt.c | 2 +-
5913 arch/x86/power/cpu.c | 11 +-
5914 arch/x86/realmode/init.c | 10 +-
5915 arch/x86/realmode/rm/header.S | 4 +-
5916 arch/x86/realmode/rm/reboot.S | 4 +
5917 arch/x86/realmode/rm/trampoline_32.S | 12 +-
5918 arch/x86/realmode/rm/trampoline_64.S | 3 +-
5919 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
5920 arch/x86/tools/Makefile | 2 +-
5921 arch/x86/tools/relocs.c | 97 +-
5922 arch/x86/um/mem_32.c | 2 +-
5923 arch/x86/um/tls_32.c | 2 +-
5924 arch/x86/xen/enlighten.c | 52 +-
5925 arch/x86/xen/mmu.c | 31 +-
5926 arch/x86/xen/smp.c | 16 +-
5927 arch/x86/xen/xen-asm_32.S | 2 +-
5928 arch/x86/xen/xen-head.S | 12 +
5929 arch/x86/xen/xen-ops.h | 2 -
5930 block/bio.c | 4 +-
5931 block/blk-cgroup.c | 18 +-
5932 block/blk-map.c | 2 +-
5933 block/blk-softirq.c | 2 +-
5934 block/bsg.c | 12 +-
5935 block/cfq-iosched.c | 4 +-
5936 block/compat_ioctl.c | 4 +-
5937 block/genhd.c | 9 +-
5938 block/partitions/efi.c | 8 +-
5939 block/scsi_ioctl.c | 29 +-
5940 crypto/cast6_generic.c | 6 +-
5941 crypto/cryptd.c | 4 +-
5942 crypto/crypto_user.c | 2 +-
5943 crypto/pcrypt.c | 2 +-
5944 crypto/salsa20_generic.c | 16 +-
5945 crypto/serpent_generic.c | 6 +-
5946 drivers/acpi/ac.c | 2 +-
5947 drivers/acpi/acpi_video.c | 2 +-
5948 drivers/acpi/apei/apei-internal.h | 2 +-
5949 drivers/acpi/apei/ghes.c | 10 +-
5950 drivers/acpi/battery.c | 2 +-
5951 drivers/acpi/bgrt.c | 6 +-
5952 drivers/acpi/blacklist.c | 4 +-
5953 drivers/acpi/bus.c | 4 +-
5954 drivers/acpi/device_pm.c | 4 +-
5955 drivers/acpi/ec.c | 6 +-
5956 drivers/acpi/pci_slot.c | 2 +-
5957 drivers/acpi/processor_idle.c | 2 +-
5958 drivers/acpi/processor_pdc.c | 2 +-
5959 drivers/acpi/sleep.c | 2 +-
5960 drivers/acpi/sysfs.c | 14 +-
5961 drivers/acpi/thermal.c | 2 +-
5962 drivers/acpi/video_detect.c | 7 +-
5963 drivers/android/binder.c | 2 +-
5964 drivers/ata/libata-core.c | 12 +-
5965 drivers/ata/libata-scsi.c | 2 +-
5966 drivers/ata/libata.h | 2 +-
5967 drivers/ata/pata_arasan_cf.c | 4 +-
5968 drivers/atm/adummy.c | 2 +-
5969 drivers/atm/ambassador.c | 8 +-
5970 drivers/atm/atmtcp.c | 14 +-
5971 drivers/atm/eni.c | 10 +-
5972 drivers/atm/firestream.c | 8 +-
5973 drivers/atm/fore200e.c | 14 +-
5974 drivers/atm/he.c | 18 +-
5975 drivers/atm/horizon.c | 4 +-
5976 drivers/atm/idt77252.c | 36 +-
5977 drivers/atm/iphase.c | 34 +-
5978 drivers/atm/lanai.c | 12 +-
5979 drivers/atm/nicstar.c | 46 +-
5980 drivers/atm/solos-pci.c | 4 +-
5981 drivers/atm/suni.c | 4 +-
5982 drivers/atm/uPD98402.c | 16 +-
5983 drivers/atm/zatm.c | 6 +-
5984 drivers/base/bus.c | 4 +-
5985 drivers/base/devres.c | 4 +-
5986 drivers/base/devtmpfs.c | 8 +-
5987 drivers/base/node.c | 2 +-
5988 drivers/base/platform-msi.c | 20 +-
5989 drivers/base/power/domain.c | 6 +-
5990 drivers/base/power/runtime.c | 61 +-
5991 drivers/base/power/sysfs.c | 2 +-
5992 drivers/base/power/wakeup.c | 8 +-
5993 drivers/base/regmap/regmap-debugfs.c | 4 +-
5994 drivers/base/regmap/regmap.c | 4 +-
5995 drivers/base/syscore.c | 4 +-
5996 drivers/block/cciss.c | 28 +-
5997 drivers/block/cciss.h | 2 +-
5998 drivers/block/drbd/drbd_bitmap.c | 2 +-
5999 drivers/block/drbd/drbd_int.h | 8 +-
6000 drivers/block/drbd/drbd_main.c | 12 +-
6001 drivers/block/drbd/drbd_nl.c | 16 +-
6002 drivers/block/drbd/drbd_receiver.c | 38 +-
6003 drivers/block/drbd/drbd_state.c | 12 +-
6004 drivers/block/drbd/drbd_state.h | 2 +-
6005 drivers/block/drbd/drbd_state_change.h | 8 +-
6006 drivers/block/drbd/drbd_worker.c | 14 +-
6007 drivers/block/floppy.c | 8 +-
6008 drivers/block/pktcdvd.c | 4 +-
6009 drivers/block/rbd.c | 2 +-
6010 drivers/bluetooth/btwilink.c | 2 +-
6011 drivers/bus/arm-cci.c | 6 +-
6012 drivers/cdrom/cdrom.c | 11 +-
6013 drivers/cdrom/gdrom.c | 1 -
6014 drivers/char/agp/compat_ioctl.c | 2 +-
6015 drivers/char/agp/frontend.c | 4 +-
6016 drivers/char/agp/intel-gtt.c | 4 +-
6017 drivers/char/hpet.c | 2 +-
6018 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
6019 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
6020 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
6021 drivers/char/ipmi/ipmi_ssif.c | 12 +-
6022 drivers/char/mem.c | 47 +-
6023 drivers/char/nvram.c | 2 +-
6024 drivers/char/pcmcia/synclink_cs.c | 16 +-
6025 drivers/char/random.c | 12 +-
6026 drivers/char/sonypi.c | 11 +-
6027 drivers/char/tpm/tpm-chip.c | 7 +-
6028 drivers/char/tpm/tpm_acpi.c | 3 +-
6029 drivers/char/tpm/tpm_eventlog.c | 5 +-
6030 drivers/char/virtio_console.c | 6 +-
6031 drivers/clk/clk-composite.c | 2 +-
6032 drivers/clk/samsung/clk.h | 2 +-
6033 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
6034 drivers/clk/socfpga/clk-gate.c | 9 +-
6035 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
6036 drivers/clk/socfpga/clk-pll.c | 9 +-
6037 drivers/clk/ti/adpll.c | 2 +-
6038 drivers/clk/ti/clk.c | 8 +-
6039 drivers/cpufreq/acpi-cpufreq.c | 17 +-
6040 drivers/cpufreq/cpufreq-dt.c | 4 +-
6041 drivers/cpufreq/cpufreq.c | 27 +-
6042 drivers/cpufreq/cpufreq_governor.h | 2 +-
6043 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
6044 drivers/cpufreq/intel_pstate.c | 56 +-
6045 drivers/cpufreq/p4-clockmod.c | 12 +-
6046 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
6047 drivers/cpufreq/speedstep-centrino.c | 7 +-
6048 drivers/cpuidle/driver.c | 2 +-
6049 drivers/cpuidle/dt_idle_states.c | 2 +-
6050 drivers/cpuidle/governor.c | 2 +-
6051 drivers/cpuidle/governors/ladder.c | 13 +-
6052 drivers/cpuidle/sysfs.c | 2 +-
6053 drivers/crypto/hifn_795x.c | 4 +-
6054 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
6055 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
6056 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
6057 drivers/devfreq/devfreq.c | 4 +-
6058 drivers/dma-buf/dma-buf.c | 5 +-
6059 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
6060 drivers/dma/sh/shdma-base.c | 4 +-
6061 drivers/dma/sh/shdmac.c | 2 +-
6062 drivers/edac/edac_device.c | 4 +-
6063 drivers/edac/edac_device_sysfs.c | 2 +-
6064 drivers/edac/edac_mc_sysfs.c | 4 +-
6065 drivers/edac/edac_module.c | 2 +-
6066 drivers/edac/edac_pci.c | 4 +-
6067 drivers/edac/edac_pci_sysfs.c | 22 +-
6068 drivers/edac/mce_amd.h | 2 +-
6069 drivers/firewire/core-card.c | 6 +-
6070 drivers/firewire/core-cdev.c | 4 +-
6071 drivers/firewire/core-device.c | 2 +-
6072 drivers/firewire/core-iso.c | 2 +-
6073 drivers/firewire/core-transaction.c | 1 +
6074 drivers/firewire/core.h | 1 +
6075 drivers/firmware/dmi-id.c | 9 +-
6076 drivers/firmware/dmi_scan.c | 12 +-
6077 drivers/firmware/efi/cper.c | 8 +-
6078 drivers/firmware/efi/efi.c | 14 +-
6079 drivers/firmware/efi/efivars.c | 2 +-
6080 drivers/firmware/efi/runtime-map.c | 2 +-
6081 drivers/firmware/google/gsmi.c | 2 +-
6082 drivers/firmware/google/memconsole.c | 7 +-
6083 drivers/firmware/memmap.c | 2 +-
6084 drivers/firmware/psci.c | 2 +-
6085 drivers/gpio/gpio-davinci.c | 6 +-
6086 drivers/gpio/gpio-em.c | 2 +-
6087 drivers/gpio/gpio-ich.c | 2 +-
6088 drivers/gpio/gpio-mpc8xxx.c | 6 +-
6089 drivers/gpio/gpio-omap.c | 4 +-
6090 drivers/gpio/gpio-rcar.c | 2 +-
6091 drivers/gpio/gpio-vr41xx.c | 2 +-
6092 drivers/gpio/gpiolib.c | 12 +-
6093 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 +-
6094 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
6095 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
6096 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
6097 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
6098 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
6099 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
6100 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
6101 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
6102 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
6103 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
6104 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
6105 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
6106 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
6107 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
6108 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
6109 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
6110 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
6111 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
6112 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
6113 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
6114 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
6115 drivers/gpu/drm/armada/armada_drv.c | 3 +-
6116 drivers/gpu/drm/ast/ast_mode.c | 2 +-
6117 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
6118 drivers/gpu/drm/drm_crtc.c | 2 +-
6119 drivers/gpu/drm/drm_drv.c | 2 +-
6120 drivers/gpu/drm/drm_fops.c | 19 +-
6121 drivers/gpu/drm/drm_global.c | 14 +-
6122 drivers/gpu/drm/drm_info.c | 13 +-
6123 drivers/gpu/drm/drm_ioc32.c | 13 +-
6124 drivers/gpu/drm/drm_ioctl.c | 2 +-
6125 drivers/gpu/drm/drm_pci.c | 9 +-
6126 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
6127 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
6128 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
6129 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
6130 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
6131 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
6132 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 3 +
6133 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
6134 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
6135 drivers/gpu/drm/gma500/psb_drv.c | 1 -
6136 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
6137 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
6138 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
6139 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
6140 drivers/gpu/drm/i810/i810_dma.c | 2 +-
6141 drivers/gpu/drm/i810/i810_drv.c | 6 +-
6142 drivers/gpu/drm/i810/i810_drv.h | 6 +-
6143 drivers/gpu/drm/i915/dvo.h | 2 +-
6144 drivers/gpu/drm/i915/i915_dma.c | 4 +-
6145 drivers/gpu/drm/i915/i915_drv.c | 7 +-
6146 drivers/gpu/drm/i915/i915_drv.h | 2 +-
6147 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
6148 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
6149 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
6150 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
6151 drivers/gpu/drm/i915/i915_irq.c | 88 +-
6152 drivers/gpu/drm/i915/intel_display.c | 30 +-
6153 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
6154 drivers/gpu/drm/mga/mga_drv.c | 5 +-
6155 drivers/gpu/drm/mga/mga_drv.h | 6 +-
6156 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
6157 drivers/gpu/drm/mga/mga_irq.c | 8 +-
6158 drivers/gpu/drm/mga/mga_state.c | 2 +-
6159 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
6160 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
6161 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
6162 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
6163 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
6164 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
6165 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
6166 drivers/gpu/drm/nouveau/nouveau_usif.c | 7 +-
6167 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
6168 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
6169 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
6170 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
6171 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
6172 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
6173 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
6174 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
6175 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
6176 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
6177 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
6178 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
6179 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
6180 drivers/gpu/drm/r128/r128_cce.c | 2 +-
6181 drivers/gpu/drm/r128/r128_drv.c | 4 +-
6182 drivers/gpu/drm/r128/r128_drv.h | 6 +-
6183 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
6184 drivers/gpu/drm/r128/r128_irq.c | 4 +-
6185 drivers/gpu/drm/r128/r128_state.c | 6 +-
6186 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
6187 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
6188 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
6189 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
6190 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
6191 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
6192 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
6193 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
6194 drivers/gpu/drm/savage/savage_bci.c | 2 +-
6195 drivers/gpu/drm/savage/savage_drv.c | 5 +-
6196 drivers/gpu/drm/savage/savage_drv.h | 2 +-
6197 drivers/gpu/drm/sis/sis_drv.c | 5 +-
6198 drivers/gpu/drm/sis/sis_drv.h | 2 +-
6199 drivers/gpu/drm/sis/sis_mm.c | 2 +-
6200 drivers/gpu/drm/tegra/dc.c | 2 +-
6201 drivers/gpu/drm/tegra/dsi.c | 2 +-
6202 drivers/gpu/drm/tegra/hdmi.c | 2 +-
6203 drivers/gpu/drm/tegra/sor.c | 7 +-
6204 drivers/gpu/drm/tilcdc/Makefile | 6 +-
6205 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
6206 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
6207 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
6208 drivers/gpu/drm/udl/udl_connector.c | 2 +-
6209 drivers/gpu/drm/udl/udl_fb.c | 1 -
6210 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
6211 drivers/gpu/drm/via/via_dma.c | 2 +-
6212 drivers/gpu/drm/via/via_drv.c | 5 +-
6213 drivers/gpu/drm/via/via_drv.h | 6 +-
6214 drivers/gpu/drm/via/via_irq.c | 18 +-
6215 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
6216 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
6217 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
6218 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
6219 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
6220 drivers/gpu/vga/vga_switcheroo.c | 4 +-
6221 drivers/hid/hid-core.c | 4 +-
6222 drivers/hid/hid-magicmouse.c | 2 +-
6223 drivers/hid/hid-sensor-custom.c | 2 +-
6224 drivers/hv/channel.c | 6 +-
6225 drivers/hv/hv.c | 22 +-
6226 drivers/hv/hv_balloon.c | 18 +-
6227 drivers/hv/hyperv_vmbus.h | 2 +-
6228 drivers/hwmon/acpi_power_meter.c | 6 +-
6229 drivers/hwmon/applesmc.c | 4 +-
6230 drivers/hwmon/asus_atk0110.c | 10 +-
6231 drivers/hwmon/coretemp.c | 2 +-
6232 drivers/hwmon/dell-smm-hwmon.c | 4 +-
6233 drivers/hwmon/ibmaem.c | 2 +-
6234 drivers/hwmon/iio_hwmon.c | 2 +-
6235 drivers/hwmon/nct6683.c | 6 +-
6236 drivers/hwmon/nct6775.c | 6 +-
6237 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
6238 drivers/hwmon/sht15.c | 12 +-
6239 drivers/hwmon/via-cputemp.c | 2 +-
6240 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
6241 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
6242 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
6243 drivers/i2c/i2c-dev.c | 2 +-
6244 drivers/ide/ide-cd.c | 2 +-
6245 drivers/ide/ide-disk.c | 2 +-
6246 drivers/ide/ide.c | 4 +-
6247 drivers/idle/intel_idle.c | 6 +-
6248 drivers/iio/industrialio-core.c | 2 +-
6249 drivers/iio/magnetometer/ak8975.c | 2 +-
6250 drivers/infiniband/core/cm.c | 46 +-
6251 drivers/infiniband/core/fmr_pool.c | 20 +-
6252 drivers/infiniband/core/netlink.c | 5 +-
6253 drivers/infiniband/core/ucm.c | 4 +-
6254 drivers/infiniband/core/uverbs_cmd.c | 3 +
6255 drivers/infiniband/hw/cxgb4/device.c | 6 +-
6256 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
6257 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
6258 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
6259 drivers/infiniband/hw/mlx4/mad.c | 2 +-
6260 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
6261 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
6262 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
6263 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
6264 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
6265 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
6266 drivers/infiniband/hw/nes/nes.c | 4 +-
6267 drivers/infiniband/hw/nes/nes.h | 40 +-
6268 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
6269 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
6270 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
6271 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
6272 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
6273 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
6274 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
6275 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
6276 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
6277 drivers/input/evdev.c | 2 +-
6278 drivers/input/gameport/gameport.c | 4 +-
6279 drivers/input/input.c | 4 +-
6280 drivers/input/joystick/sidewinder.c | 1 +
6281 drivers/input/misc/ims-pcu.c | 4 +-
6282 drivers/input/mouse/psmouse.h | 2 +-
6283 drivers/input/mousedev.c | 2 +-
6284 drivers/input/serio/serio.c | 4 +-
6285 drivers/input/serio/serio_raw.c | 4 +-
6286 drivers/input/touchscreen/htcpen.c | 2 +-
6287 drivers/iommu/arm-smmu-v3.c | 2 +-
6288 drivers/iommu/arm-smmu.c | 42 +-
6289 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
6290 drivers/iommu/io-pgtable-arm.c | 99 +-
6291 drivers/iommu/io-pgtable.c | 11 +-
6292 drivers/iommu/io-pgtable.h | 21 +-
6293 drivers/iommu/iommu.c | 2 +-
6294 drivers/iommu/ipmmu-vmsa.c | 13 +-
6295 drivers/iommu/irq_remapping.c | 2 +-
6296 drivers/iommu/mtk_iommu.c | 16 +-
6297 drivers/irqchip/irq-gic.c | 2 +-
6298 drivers/irqchip/irq-i8259.c | 2 +-
6299 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
6300 drivers/irqchip/irq-ts4800.c | 2 +-
6301 drivers/isdn/capi/capi.c | 10 +-
6302 drivers/isdn/gigaset/interface.c | 8 +-
6303 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
6304 drivers/isdn/hardware/avm/b1.c | 4 +-
6305 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
6306 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
6307 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
6308 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
6309 drivers/isdn/hardware/eicon/divasync.h | 2 +-
6310 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
6311 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
6312 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
6313 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
6314 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
6315 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
6316 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
6317 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
6318 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
6319 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
6320 drivers/isdn/hisax/amd7930_fn.c | 5 +-
6321 drivers/isdn/hisax/arcofi.c | 5 +-
6322 drivers/isdn/hisax/diva.c | 7 +-
6323 drivers/isdn/hisax/elsa.c | 9 +-
6324 drivers/isdn/hisax/fsm.c | 5 +-
6325 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
6326 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
6327 drivers/isdn/hisax/hfc_pci.c | 10 +-
6328 drivers/isdn/hisax/hfc_sx.c | 10 +-
6329 drivers/isdn/hisax/hfc_usb.c | 12 +-
6330 drivers/isdn/hisax/hfcscard.c | 6 +-
6331 drivers/isdn/hisax/icc.c | 5 +-
6332 drivers/isdn/hisax/ipacx.c | 7 +-
6333 drivers/isdn/hisax/isac.c | 5 +-
6334 drivers/isdn/hisax/isar.c | 5 +-
6335 drivers/isdn/hisax/isdnl3.c | 5 +-
6336 drivers/isdn/hisax/saphir.c | 5 +-
6337 drivers/isdn/hisax/teleint.c | 5 +-
6338 drivers/isdn/hisax/w6692.c | 5 +-
6339 drivers/isdn/i4l/isdn_common.c | 2 +
6340 drivers/isdn/i4l/isdn_tty.c | 22 +-
6341 drivers/isdn/mISDN/dsp.h | 4 +-
6342 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
6343 drivers/isdn/mISDN/dsp_core.c | 4 +-
6344 drivers/isdn/mISDN/dsp_tones.c | 4 +-
6345 drivers/isdn/mISDN/fsm.c | 5 +-
6346 drivers/isdn/mISDN/l1oip_core.c | 8 +-
6347 drivers/leds/leds-clevo-mail.c | 2 +-
6348 drivers/leds/leds-ss4200.c | 2 +-
6349 drivers/lguest/core.c | 9 +-
6350 drivers/lguest/page_tables.c | 2 +-
6351 drivers/lguest/x86/core.c | 12 +-
6352 drivers/lguest/x86/switcher_32.S | 27 +-
6353 drivers/lightnvm/rrpc.c | 4 +-
6354 drivers/lightnvm/rrpc.h | 2 +-
6355 drivers/md/bcache/alloc.c | 2 +-
6356 drivers/md/bcache/bcache.h | 10 +-
6357 drivers/md/bcache/btree.c | 13 +-
6358 drivers/md/bcache/closure.c | 4 +-
6359 drivers/md/bcache/closure.h | 10 +-
6360 drivers/md/bcache/io.c | 10 +-
6361 drivers/md/bcache/journal.c | 18 +-
6362 drivers/md/bcache/movinggc.c | 12 +-
6363 drivers/md/bcache/request.c | 54 +-
6364 drivers/md/bcache/request.h | 2 +-
6365 drivers/md/bcache/stats.c | 26 +-
6366 drivers/md/bcache/stats.h | 16 +-
6367 drivers/md/bcache/super.c | 32 +-
6368 drivers/md/bcache/sysfs.c | 20 +-
6369 drivers/md/bcache/writeback.c | 12 +-
6370 drivers/md/bitmap.c | 2 +-
6371 drivers/md/dm-cache-target.c | 116 +-
6372 drivers/md/dm-ioctl.c | 2 +-
6373 drivers/md/dm-raid.c | 2 +-
6374 drivers/md/dm-raid1.c | 18 +-
6375 drivers/md/dm-stats.c | 6 +-
6376 drivers/md/dm-stripe.c | 10 +-
6377 drivers/md/dm-table.c | 2 +-
6378 drivers/md/dm-thin-metadata.c | 4 +-
6379 drivers/md/dm.c | 28 +-
6380 drivers/md/md.c | 41 +-
6381 drivers/md/md.h | 8 +-
6382 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
6383 drivers/md/persistent-data/dm-space-map.h | 1 +
6384 drivers/md/raid1.c | 8 +-
6385 drivers/md/raid10.c | 20 +-
6386 drivers/md/raid5.c | 26 +-
6387 drivers/media/dvb-core/dvb_net.c | 2 +-
6388 drivers/media/dvb-core/dvbdev.c | 2 +-
6389 drivers/media/dvb-frontends/af9033.h | 2 +-
6390 drivers/media/dvb-frontends/cx24116.c | 2 +-
6391 drivers/media/dvb-frontends/cx24117.c | 2 +-
6392 drivers/media/dvb-frontends/cx24120.c | 2 +-
6393 drivers/media/dvb-frontends/cx24123.c | 2 +-
6394 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
6395 drivers/media/dvb-frontends/dib3000.h | 2 +-
6396 drivers/media/dvb-frontends/dib7000p.h | 2 +-
6397 drivers/media/dvb-frontends/dib8000.h | 2 +-
6398 drivers/media/dvb-frontends/hd29l2.c | 2 +-
6399 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
6400 drivers/media/dvb-frontends/mt312.c | 6 +-
6401 drivers/media/dvb-frontends/s921.c | 2 +-
6402 drivers/media/pci/bt8xx/dst.c | 2 +-
6403 drivers/media/pci/cx88/cx88-video.c | 6 +-
6404 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
6405 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
6406 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
6407 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
6408 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
6409 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
6410 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
6411 drivers/media/pci/tw68/tw68-core.c | 2 +-
6412 drivers/media/pci/zoran/zoran.h | 1 -
6413 drivers/media/pci/zoran/zoran_card.c | 4 +-
6414 drivers/media/pci/zoran/zoran_driver.c | 3 -
6415 drivers/media/platform/am437x/am437x-vpfe.c | 2 +-
6416 drivers/media/platform/omap/omap_vout.c | 11 +-
6417 drivers/media/platform/s5p-tv/mixer.h | 2 +-
6418 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
6419 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
6420 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
6421 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
6422 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
6423 drivers/media/radio/radio-cadet.c | 2 +
6424 drivers/media/radio/radio-maxiradio.c | 2 +-
6425 drivers/media/radio/radio-shark.c | 2 +-
6426 drivers/media/radio/radio-shark2.c | 2 +-
6427 drivers/media/radio/radio-si476x.c | 2 +-
6428 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
6429 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
6430 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
6431 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
6432 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
6433 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
6434 drivers/media/usb/uvc/uvc_driver.c | 4 +-
6435 drivers/media/v4l2-core/v4l2-common.c | 2 +-
6436 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
6437 drivers/media/v4l2-core/v4l2-device.c | 4 +-
6438 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
6439 drivers/memory/omap-gpmc.c | 21 +-
6440 drivers/message/fusion/mptbase.c | 4 +-
6441 drivers/message/fusion/mptlan.c | 2 +-
6442 drivers/message/fusion/mptsas.c | 34 +-
6443 drivers/mfd/ab8500-debugfs.c | 2 +-
6444 drivers/mfd/kempld-core.c | 2 +-
6445 drivers/mfd/max8925-i2c.c | 2 +-
6446 drivers/mfd/tps65910.c | 2 +-
6447 drivers/mfd/twl4030-irq.c | 9 +-
6448 drivers/misc/c2port/core.c | 4 +-
6449 drivers/misc/kgdbts.c | 6 +-
6450 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
6451 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
6452 drivers/misc/mic/scif/scif_api.c | 10 +-
6453 drivers/misc/mic/scif/scif_rb.c | 8 +-
6454 drivers/misc/panel.c | 4 +-
6455 drivers/misc/sgi-gru/gruhandles.c | 4 +-
6456 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
6457 drivers/misc/sgi-gru/grutables.h | 158 +-
6458 drivers/misc/sgi-xp/xp.h | 2 +-
6459 drivers/misc/sgi-xp/xp_main.c | 57 +-
6460 drivers/misc/sgi-xp/xpc.h | 3 +-
6461 drivers/misc/sgi-xp/xpc_main.c | 2 +-
6462 drivers/misc/sgi-xp/xpnet.c | 2 +-
6463 drivers/misc/ti-st/st_kim.c | 32 +-
6464 drivers/mmc/card/mmc_test.c | 4 +-
6465 drivers/mmc/host/dw_mmc.h | 2 +-
6466 drivers/mmc/host/mmci.c | 4 +-
6467 drivers/mmc/host/omap_hsmmc.c | 4 +-
6468 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
6469 drivers/mmc/host/sdhci-s3c.c | 8 +-
6470 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
6471 drivers/mtd/devices/block2mtd.c | 2 +-
6472 drivers/mtd/devices/phram.c | 2 +-
6473 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
6474 drivers/mtd/maps/latch-addr-flash.c | 2 +-
6475 drivers/mtd/maps/pci.c | 4 +-
6476 drivers/mtd/maps/pcmciamtd.c | 8 +-
6477 drivers/mtd/maps/sbc_gxx.c | 2 +-
6478 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
6479 drivers/mtd/nand/cafe_nand.c | 18 +-
6480 drivers/mtd/nand/denali.c | 1 +
6481 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
6482 drivers/mtd/nftlmount.c | 1 +
6483 drivers/mtd/sm_ftl.c | 2 +-
6484 drivers/mtd/ubi/build.c | 2 +-
6485 drivers/net/bonding/bond_netlink.c | 2 +-
6486 drivers/net/caif/caif_hsi.c | 4 +-
6487 drivers/net/caif/caif_serial.c | 2 +-
6488 drivers/net/caif/caif_spi.c | 2 +-
6489 drivers/net/caif/caif_virtio.c | 2 +-
6490 drivers/net/can/Kconfig | 2 +-
6491 drivers/net/can/bfin_can.c | 2 +-
6492 drivers/net/can/dev.c | 2 +-
6493 drivers/net/can/flexcan.c | 2 +-
6494 drivers/net/can/janz-ican3.c | 2 +-
6495 drivers/net/can/led.c | 2 +-
6496 drivers/net/can/sun4i_can.c | 2 +-
6497 drivers/net/can/vcan.c | 2 +-
6498 drivers/net/can/xilinx_can.c | 2 +-
6499 drivers/net/dummy.c | 2 +-
6500 drivers/net/ethernet/8390/ax88796.c | 6 +-
6501 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
6502 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
6503 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
6504 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
6505 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
6506 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
6507 drivers/net/ethernet/amd/7990.c | 2 +-
6508 drivers/net/ethernet/amd/7990.h | 2 +-
6509 drivers/net/ethernet/amd/amd8111e.c | 5 +-
6510 drivers/net/ethernet/amd/atarilance.c | 4 +-
6511 drivers/net/ethernet/amd/declance.c | 2 +-
6512 drivers/net/ethernet/amd/pcnet32.c | 7 +-
6513 drivers/net/ethernet/amd/sun3lance.c | 4 +-
6514 drivers/net/ethernet/amd/sunlance.c | 2 +-
6515 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
6516 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
6517 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
6518 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
6519 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
6520 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
6521 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
6522 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
6523 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
6524 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
6525 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
6526 drivers/net/ethernet/arc/emac_main.c | 2 +-
6527 drivers/net/ethernet/atheros/alx/main.c | 2 +-
6528 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
6529 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
6530 drivers/net/ethernet/aurora/nb8800.c | 2 +-
6531 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
6532 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
6533 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
6534 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
6535 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
6536 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
6537 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
6538 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
6539 drivers/net/ethernet/broadcom/tg3.c | 2 +-
6540 drivers/net/ethernet/broadcom/tg3.h | 1 +
6541 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
6542 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
6543 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
6544 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
6545 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
6546 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
6547 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
6548 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
6549 drivers/net/ethernet/cadence/macb.c | 4 +-
6550 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
6551 drivers/net/ethernet/cavium/liquidio/lio_main.c | 15 +-
6552 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
6553 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
6554 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
6555 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
6556 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
6557 drivers/net/ethernet/davicom/dm9000.c | 2 +-
6558 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
6559 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
6560 drivers/net/ethernet/faraday/ftgmac100.c | 4 +-
6561 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
6562 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
6563 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
6564 drivers/net/ethernet/freescale/gianfar.c | 4 +-
6565 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
6566 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
6567 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
6568 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
6569 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
6570 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
6571 drivers/net/ethernet/ibm/emac/core.c | 4 +-
6572 drivers/net/ethernet/intel/e100.c | 2 +-
6573 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
6574 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
6575 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
6576 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
6577 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
6578 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
6579 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
6580 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
6581 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
6582 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
6583 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
6584 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
6585 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
6586 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
6587 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
6588 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
6589 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
6590 drivers/net/ethernet/neterion/s2io.c | 2 +-
6591 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
6592 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
6593 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
6594 drivers/net/ethernet/netx-eth.c | 2 +-
6595 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
6596 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
6597 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
6598 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
6599 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
6600 drivers/net/ethernet/qlogic/qed/qed_mcp.c | 6 +-
6601 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
6602 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
6603 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
6604 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
6605 drivers/net/ethernet/realtek/r8169.c | 8 +-
6606 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
6607 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
6608 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
6609 drivers/net/ethernet/sfc/ptp.c | 2 +-
6610 drivers/net/ethernet/sfc/selftest.c | 20 +-
6611 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
6612 drivers/net/ethernet/smsc/smc911x.c | 2 +-
6613 drivers/net/ethernet/smsc/smc91x.c | 2 +-
6614 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
6615 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
6616 drivers/net/ethernet/sun/sunbmac.c | 2 +-
6617 drivers/net/ethernet/sun/sunqe.c | 2 +-
6618 drivers/net/ethernet/sun/sunvnet.c | 2 +-
6619 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
6620 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
6621 drivers/net/ethernet/ti/cpmac.c | 2 +-
6622 drivers/net/ethernet/ti/netcp_core.c | 2 +-
6623 drivers/net/ethernet/via/via-rhine.c | 2 +-
6624 drivers/net/ethernet/wiznet/w5100.c | 2 +-
6625 drivers/net/ethernet/wiznet/w5300.c | 2 +-
6626 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
6627 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
6628 drivers/net/geneve.c | 2 +-
6629 drivers/net/hamradio/baycom_epp.c | 2 +-
6630 drivers/net/hyperv/hyperv_net.h | 2 +-
6631 drivers/net/hyperv/netvsc_drv.c | 2 +-
6632 drivers/net/hyperv/rndis_filter.c | 7 +-
6633 drivers/net/ifb.c | 2 +-
6634 drivers/net/ipvlan/ipvlan_core.c | 2 +-
6635 drivers/net/ipvlan/ipvlan_main.c | 6 +-
6636 drivers/net/irda/sh_irda.c | 2 +-
6637 drivers/net/irda/vlsi_ir.c | 18 +-
6638 drivers/net/irda/vlsi_ir.h | 14 +-
6639 drivers/net/loopback.c | 2 +-
6640 drivers/net/macsec.c | 2 +-
6641 drivers/net/macvlan.c | 20 +-
6642 drivers/net/macvtap.c | 10 +-
6643 drivers/net/nlmon.c | 2 +-
6644 drivers/net/phy/phy_device.c | 6 +-
6645 drivers/net/plip/plip.c | 2 +-
6646 drivers/net/ppp/ppp_generic.c | 4 +-
6647 drivers/net/ppp/pptp.c | 2 +-
6648 drivers/net/rionet.c | 2 +-
6649 drivers/net/slip/slhc.c | 2 +-
6650 drivers/net/team/team.c | 4 +-
6651 drivers/net/tun.c | 7 +-
6652 drivers/net/usb/hso.c | 28 +-
6653 drivers/net/usb/ipheth.c | 2 +-
6654 drivers/net/usb/r8152.c | 2 +-
6655 drivers/net/usb/sierra_net.c | 4 +-
6656 drivers/net/virtio_net.c | 2 +-
6657 drivers/net/vrf.c | 4 +-
6658 drivers/net/vxlan.c | 4 +-
6659 drivers/net/wimax/i2400m/rx.c | 2 +-
6660 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
6661 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
6662 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
6663 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
6664 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
6665 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
6666 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
6667 drivers/net/wireless/ath/ath9k/main.c | 22 +-
6668 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
6669 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
6670 drivers/net/wireless/ath/carl9170/main.c | 10 +-
6671 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
6672 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
6673 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
6674 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
6675 drivers/net/wireless/atmel/atmel.c | 183 +-
6676 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
6677 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
6678 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 55 +-
6679 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
6680 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
6681 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
6682 drivers/net/wireless/cisco/airo.c | 201 +-
6683 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
6684 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
6685 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
6686 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
6687 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
6688 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
6689 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
6690 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
6691 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
6692 .../net/wireless/intersil/hostap/hostap_ioctl.c | 134 +-
6693 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
6694 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
6695 drivers/net/wireless/mac80211_hwsim.c | 28 +-
6696 drivers/net/wireless/marvell/mwifiex/11n_aggr.c | 2 +-
6697 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
6698 drivers/net/wireless/marvell/mwifiex/pcie.c | 4 +-
6699 drivers/net/wireless/marvell/mwifiex/sdio.c | 10 +-
6700 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
6701 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
6702 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
6703 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
6704 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
6705 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
6706 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
6707 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
6708 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
6709 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
6710 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
6711 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
6712 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
6713 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
6714 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
6715 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
6716 drivers/net/wireless/zydas/zd1201.c | 192 +-
6717 drivers/net/xen-netback/interface.c | 2 +-
6718 drivers/net/xen-netfront.c | 2 +-
6719 drivers/nvme/host/pci.c | 2 +-
6720 drivers/of/fdt.c | 4 +-
6721 drivers/oprofile/buffer_sync.c | 8 +-
6722 drivers/oprofile/event_buffer.c | 2 +-
6723 drivers/oprofile/oprof.c | 2 +-
6724 drivers/oprofile/oprofile_stats.c | 10 +-
6725 drivers/oprofile/oprofile_stats.h | 10 +-
6726 drivers/oprofile/oprofilefs.c | 6 +-
6727 drivers/oprofile/timer_int.c | 2 +-
6728 drivers/parport/procfs.c | 4 +-
6729 drivers/pci/host/pci-host-common.h | 2 +-
6730 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
6731 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
6732 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
6733 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
6734 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
6735 drivers/pci/hotplug/pciehp_core.c | 2 +-
6736 drivers/pci/msi.c | 22 +-
6737 drivers/pci/pci-sysfs.c | 6 +-
6738 drivers/pci/pci.h | 4 +-
6739 drivers/pci/pcie/aspm.c | 10 +-
6740 drivers/pci/pcie/portdrv_pci.c | 2 +-
6741 drivers/pci/probe.c | 2 +-
6742 drivers/pci/setup-bus.c | 10 +-
6743 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
6744 drivers/pinctrl/pinctrl-at91.c | 5 +-
6745 drivers/platform/chrome/chromeos_laptop.c | 2 +-
6746 drivers/platform/chrome/chromeos_pstore.c | 2 +-
6747 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
6748 drivers/platform/x86/alienware-wmi.c | 4 +-
6749 drivers/platform/x86/apple-gmux.c | 2 +-
6750 drivers/platform/x86/compal-laptop.c | 2 +-
6751 drivers/platform/x86/hdaps.c | 2 +-
6752 drivers/platform/x86/ibm_rtl.c | 2 +-
6753 drivers/platform/x86/intel_oaktrail.c | 2 +-
6754 drivers/platform/x86/msi-laptop.c | 16 +-
6755 drivers/platform/x86/msi-wmi.c | 2 +-
6756 drivers/platform/x86/samsung-laptop.c | 2 +-
6757 drivers/platform/x86/samsung-q10.c | 2 +-
6758 drivers/platform/x86/sony-laptop.c | 14 +-
6759 drivers/platform/x86/thinkpad_acpi.c | 10 +-
6760 drivers/pnp/pnpbios/bioscalls.c | 14 +-
6761 drivers/pnp/pnpbios/core.c | 2 +-
6762 drivers/power/pda_power.c | 7 +-
6763 drivers/power/power_supply.h | 4 +-
6764 drivers/power/power_supply_core.c | 7 +-
6765 drivers/power/power_supply_sysfs.c | 6 +-
6766 drivers/power/reset/at91-reset.c | 5 +-
6767 drivers/powercap/powercap_sys.c | 136 +-
6768 drivers/ptp/ptp_private.h | 2 +-
6769 drivers/ptp/ptp_sysfs.c | 2 +-
6770 drivers/regulator/core.c | 4 +-
6771 drivers/regulator/max8660.c | 6 +-
6772 drivers/regulator/max8973-regulator.c | 16 +-
6773 drivers/regulator/mc13892-regulator.c | 8 +-
6774 drivers/remoteproc/remoteproc_core.c | 26 +-
6775 drivers/rtc/rtc-armada38x.c | 7 +-
6776 drivers/rtc/rtc-cmos.c | 4 +-
6777 drivers/rtc/rtc-ds1307.c | 2 +-
6778 drivers/rtc/rtc-m48t59.c | 4 +-
6779 drivers/rtc/rtc-rv8803.c | 15 +-
6780 drivers/rtc/rtc-rx8010.c | 8 +-
6781 drivers/rtc/rtc-test.c | 6 +-
6782 drivers/scsi/aacraid/aachba.c | 7 +-
6783 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
6784 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
6785 drivers/scsi/be2iscsi/be_main.c | 2 +-
6786 drivers/scsi/bfa/bfa.h | 4 +-
6787 drivers/scsi/bfa/bfa_core.c | 4 +-
6788 drivers/scsi/bfa/bfa_cs.h | 124 +-
6789 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
6790 drivers/scsi/bfa/bfa_fcs.h | 34 +-
6791 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
6792 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
6793 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
6794 drivers/scsi/bfa/bfa_ioc.c | 8 +-
6795 drivers/scsi/bfa/bfa_ioc.h | 16 +-
6796 drivers/scsi/bfa/bfa_svc.c | 12 +-
6797 drivers/scsi/bfa/bfa_svc.h | 20 +-
6798 drivers/scsi/bfa/bfad.c | 12 +-
6799 drivers/scsi/bfa/bfad_bsg.c | 8 +-
6800 drivers/scsi/bfa/bfad_drv.h | 5 +-
6801 drivers/scsi/csiostor/csio_defs.h | 19 +-
6802 drivers/scsi/csiostor/csio_hw.c | 67 +-
6803 drivers/scsi/csiostor/csio_init.c | 2 +-
6804 drivers/scsi/csiostor/csio_lnode.c | 32 +-
6805 drivers/scsi/csiostor/csio_rnode.c | 28 +-
6806 drivers/scsi/csiostor/csio_scsi.c | 37 +-
6807 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
6808 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
6809 drivers/scsi/hpsa.c | 38 +-
6810 drivers/scsi/hpsa.h | 2 +-
6811 drivers/scsi/hptiop.c | 2 -
6812 drivers/scsi/hptiop.h | 1 -
6813 drivers/scsi/ipr.c | 32 +-
6814 drivers/scsi/ipr.h | 2 +-
6815 drivers/scsi/libfc/fc_exch.c | 50 +-
6816 drivers/scsi/libsas/sas_ata.c | 2 +-
6817 drivers/scsi/lpfc/lpfc.h | 8 +-
6818 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
6819 drivers/scsi/lpfc/lpfc_init.c | 8 +-
6820 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
6821 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
6822 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
6823 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
6824 drivers/scsi/pmcraid.c | 46 +-
6825 drivers/scsi/pmcraid.h | 8 +-
6826 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
6827 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
6828 drivers/scsi/qla2xxx/qla_os.c | 15 +-
6829 drivers/scsi/qla2xxx/qla_target.c | 16 +-
6830 drivers/scsi/qla2xxx/qla_target.h | 2 +-
6831 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
6832 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
6833 drivers/scsi/scsi.c | 2 +-
6834 drivers/scsi/scsi_lib.c | 8 +-
6835 drivers/scsi/scsi_sysfs.c | 2 +-
6836 drivers/scsi/scsi_transport_fc.c | 8 +-
6837 drivers/scsi/scsi_transport_iscsi.c | 6 +-
6838 drivers/scsi/scsi_transport_spi.c | 2 +-
6839 drivers/scsi/scsi_transport_srp.c | 8 +-
6840 drivers/scsi/sd.c | 6 +-
6841 drivers/scsi/sg.c | 2 +-
6842 drivers/scsi/sr.c | 21 +-
6843 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
6844 drivers/spi/spi.c | 2 +-
6845 drivers/staging/android/timed_output.c | 6 +-
6846 drivers/staging/comedi/comedi_fops.c | 8 +-
6847 drivers/staging/fbtft/fbtft-core.c | 2 +-
6848 drivers/staging/fbtft/fbtft.h | 2 +-
6849 drivers/staging/gdm724x/gdm_lte.c | 2 +-
6850 drivers/staging/gdm724x/gdm_tty.c | 2 +-
6851 drivers/staging/i4l/icn/icn.c | 2 +-
6852 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
6853 drivers/staging/iio/adc/ad7280a.c | 4 +-
6854 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
6855 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
6856 drivers/staging/lustre/lnet/selftest/framework.c | 2 -
6857 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
6858 drivers/staging/lustre/lnet/selftest/selftest.h | 2 -
6859 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
6860 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
6861 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
6862 drivers/staging/lustre/lustre/include/obd.h | 2 +-
6863 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
6864 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
6865 drivers/staging/lustre/lustre/lov/lov_io.c | 62 +-
6866 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
6867 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
6868 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
6869 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
6870 drivers/staging/rdma/hfi1/pcie.c | 2 +-
6871 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
6872 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
6873 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
6874 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
6875 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
6876 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
6877 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
6878 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
6879 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
6880 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
6881 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
6882 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
6883 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
6884 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
6885 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 4 +-
6886 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
6887 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
6888 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
6889 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
6890 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
6891 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
6892 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
6893 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
6894 drivers/staging/rtl8192e/rtllib.h | 4 +-
6895 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
6896 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
6897 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
6898 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
6899 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
6900 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
6901 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
6902 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
6903 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
6904 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
6905 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
6906 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
6907 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
6908 drivers/staging/rtl8712/xmit_linux.c | 2 +-
6909 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
6910 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
6911 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
6912 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
6913 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
6914 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
6915 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
6916 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
6917 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
6918 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
6919 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
6920 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
6921 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
6922 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
6923 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
6924 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
6925 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
6926 drivers/staging/sm750fb/sm750.c | 14 +-
6927 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
6928 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
6929 drivers/staging/vt6655/rxtx.c | 2 +-
6930 drivers/staging/vt6656/rxtx.c | 2 +-
6931 drivers/staging/wilc1000/linux_wlan.c | 2 +-
6932 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
6933 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
6934 drivers/target/sbp/sbp_target.c | 4 +-
6935 drivers/thermal/cpu_cooling.c | 9 +-
6936 drivers/thermal/devfreq_cooling.c | 19 +-
6937 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
6938 drivers/thermal/of-thermal.c | 17 +-
6939 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
6940 drivers/tty/cyclades.c | 6 +-
6941 drivers/tty/hvc/hvc_console.c | 14 +-
6942 drivers/tty/hvc/hvcs.c | 21 +-
6943 drivers/tty/hvc/hvsi.c | 22 +-
6944 drivers/tty/hvc/hvsi_lib.c | 4 +-
6945 drivers/tty/ipwireless/tty.c | 27 +-
6946 drivers/tty/moxa.c | 2 +-
6947 drivers/tty/n_gsm.c | 6 +-
6948 drivers/tty/n_tty.c | 28 +-
6949 drivers/tty/pty.c | 4 +-
6950 drivers/tty/rocket.c | 6 +-
6951 drivers/tty/serial/8250/8250_core.c | 10 +-
6952 drivers/tty/serial/8250/8250_pci.c | 2 +-
6953 drivers/tty/serial/ifx6x60.c | 2 +-
6954 drivers/tty/serial/ioc4_serial.c | 6 +-
6955 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
6956 drivers/tty/serial/kgdb_nmi.c | 4 +-
6957 drivers/tty/serial/kgdboc.c | 34 +-
6958 drivers/tty/serial/msm_serial.c | 4 +-
6959 drivers/tty/serial/samsung.c | 9 +-
6960 drivers/tty/serial/serial_core.c | 8 +-
6961 drivers/tty/synclink.c | 34 +-
6962 drivers/tty/synclink_gt.c | 28 +-
6963 drivers/tty/synclinkmp.c | 34 +-
6964 drivers/tty/tty_io.c | 2 +-
6965 drivers/tty/tty_ldisc.c | 8 +-
6966 drivers/tty/tty_port.c | 22 +-
6967 drivers/uio/uio.c | 13 +-
6968 drivers/usb/atm/cxacru.c | 2 +-
6969 drivers/usb/atm/usbatm.c | 24 +-
6970 drivers/usb/class/cdc-acm.h | 2 +-
6971 drivers/usb/core/devices.c | 6 +-
6972 drivers/usb/core/devio.c | 12 +-
6973 drivers/usb/core/hcd.c | 4 +-
6974 drivers/usb/core/sysfs.c | 2 +-
6975 drivers/usb/core/usb.c | 2 +-
6976 drivers/usb/early/ehci-dbgp.c | 16 +-
6977 drivers/usb/gadget/function/f_phonet.c | 2 +-
6978 drivers/usb/gadget/function/u_serial.c | 22 +-
6979 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
6980 drivers/usb/host/ehci-hcd.c | 2 +-
6981 drivers/usb/host/ehci-hub.c | 4 +-
6982 drivers/usb/host/ehci-q.c | 4 +-
6983 drivers/usb/host/fotg210-hcd.c | 2 +-
6984 drivers/usb/host/hwa-hc.c | 2 +-
6985 drivers/usb/host/ohci-hcd.c | 2 +-
6986 drivers/usb/host/r8a66597.h | 2 +-
6987 drivers/usb/host/uhci-hcd.c | 2 +-
6988 drivers/usb/host/xhci-pci.c | 2 +-
6989 drivers/usb/host/xhci-ring.c | 52 +-
6990 drivers/usb/host/xhci.c | 2 +-
6991 drivers/usb/misc/appledisplay.c | 4 +-
6992 drivers/usb/misc/sisusbvga/sisusb_con.c | 98 +-
6993 drivers/usb/serial/console.c | 8 +-
6994 drivers/usb/storage/transport.c | 2 +-
6995 drivers/usb/storage/usb.c | 2 +-
6996 drivers/usb/storage/usb.h | 2 +-
6997 drivers/usb/usbip/vhci.h | 2 +-
6998 drivers/usb/usbip/vhci_hcd.c | 6 +-
6999 drivers/usb/usbip/vhci_rx.c | 2 +-
7000 drivers/usb/wusbcore/wa-hc.h | 4 +-
7001 drivers/usb/wusbcore/wa-xfer.c | 2 +-
7002 drivers/vfio/pci/vfio_pci.c | 2 +-
7003 drivers/vhost/vringh.c | 20 +-
7004 drivers/video/backlight/kb3886_bl.c | 2 +-
7005 drivers/video/console/dummycon.c | 96 +-
7006 drivers/video/console/fbcon.c | 2 +-
7007 drivers/video/console/vgacon.c | 23 +-
7008 drivers/video/fbdev/aty/aty128fb.c | 2 +-
7009 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
7010 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
7011 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
7012 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
7013 drivers/video/fbdev/core/fb_defio.c | 8 +-
7014 drivers/video/fbdev/core/fbmem.c | 12 +-
7015 drivers/video/fbdev/hyperv_fb.c | 4 +-
7016 drivers/video/fbdev/i810/i810_accel.c | 1 +
7017 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
7018 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
7019 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
7020 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
7021 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
7022 drivers/video/fbdev/sis/sis_main.h | 2 +-
7023 drivers/video/fbdev/smscufx.c | 4 +-
7024 drivers/video/fbdev/udlfb.c | 36 +-
7025 drivers/video/fbdev/uvesafb.c | 52 +-
7026 drivers/video/fbdev/vesafb.c | 58 +-
7027 drivers/video/fbdev/via/via_clock.h | 2 +-
7028 drivers/xen/events/events_base.c | 6 +-
7029 drivers/xen/xen-pciback/pci_stub.c | 2 +-
7030 fs/9p/vfs_addr.c | 2 +-
7031 fs/9p/vfs_inode_dotl.c | 4 +-
7032 fs/Kconfig.binfmt | 2 +-
7033 fs/afs/file.c | 8 +-
7034 fs/afs/inode.c | 4 +-
7035 fs/afs/internal.h | 4 +-
7036 fs/aio.c | 2 +-
7037 fs/autofs4/waitq.c | 2 +-
7038 fs/befs/endian.h | 6 +-
7039 fs/binfmt_aout.c | 23 +-
7040 fs/binfmt_elf.c | 670 +-
7041 fs/binfmt_elf_fdpic.c | 4 +-
7042 fs/block_dev.c | 2 +-
7043 fs/btrfs/ctree.c | 11 +-
7044 fs/btrfs/ctree.h | 4 +-
7045 fs/btrfs/delayed-inode.c | 6 +-
7046 fs/btrfs/delayed-inode.h | 4 +-
7047 fs/btrfs/delayed-ref.c | 4 +-
7048 fs/btrfs/disk-io.c | 4 +-
7049 fs/btrfs/extent_map.c | 8 +-
7050 fs/btrfs/file.c | 4 +-
7051 fs/btrfs/free-space-cache.h | 1 +
7052 fs/btrfs/raid56.c | 30 +-
7053 fs/btrfs/super.c | 2 +-
7054 fs/btrfs/sysfs.c | 2 +-
7055 fs/btrfs/tests/btrfs-tests.c | 2 +-
7056 fs/btrfs/tests/free-space-tests.c | 2 +-
7057 fs/btrfs/transaction.c | 2 +-
7058 fs/btrfs/tree-log.c | 8 +-
7059 fs/btrfs/tree-log.h | 2 +-
7060 fs/btrfs/volumes.c | 14 +-
7061 fs/btrfs/volumes.h | 22 +-
7062 fs/buffer.c | 2 +-
7063 fs/cachefiles/bind.c | 6 +-
7064 fs/cachefiles/daemon.c | 12 +-
7065 fs/cachefiles/internal.h | 16 +-
7066 fs/cachefiles/namei.c | 6 +-
7067 fs/cachefiles/proc.c | 12 +-
7068 fs/ceph/dir.c | 12 +-
7069 fs/ceph/super.c | 4 +-
7070 fs/cifs/cifs_debug.c | 12 +-
7071 fs/cifs/cifsfs.c | 8 +-
7072 fs/cifs/cifsglob.h | 54 +-
7073 fs/cifs/file.c | 14 +-
7074 fs/cifs/misc.c | 4 +-
7075 fs/cifs/smb1ops.c | 80 +-
7076 fs/cifs/smb2ops.c | 84 +-
7077 fs/cifs/smb2pdu.c | 3 +-
7078 fs/coda/cache.c | 10 +-
7079 fs/coda/dir.c | 5 +-
7080 fs/compat.c | 9 +-
7081 fs/compat_binfmt_elf.c | 2 +
7082 fs/compat_ioctl.c | 12 +-
7083 fs/configfs/dir.c | 10 +-
7084 fs/coredump.c | 18 +-
7085 fs/dcache.c | 64 +-
7086 fs/ecryptfs/inode.c | 2 +-
7087 fs/ecryptfs/miscdev.c | 2 +-
7088 fs/exec.c | 370 +-
7089 fs/exofs/inode.c | 7 +-
7090 fs/ext2/xattr.c | 5 +-
7091 fs/ext4/ext4.h | 20 +-
7092 fs/ext4/mballoc.c | 44 +-
7093 fs/ext4/resize.c | 16 +-
7094 fs/ext4/super.c | 2 +-
7095 fs/ext4/sysfs.c | 2 +-
7096 fs/ext4/xattr.c | 5 +-
7097 fs/fhandle.c | 5 +-
7098 fs/file.c | 18 +-
7099 fs/freevxfs/vxfs_inode.c | 8 +-
7100 fs/freevxfs/vxfs_inode.h | 4 +-
7101 fs/fs-writeback.c | 11 +-
7102 fs/fs_struct.c | 8 +-
7103 fs/fscache/cookie.c | 40 +-
7104 fs/fscache/internal.h | 202 +-
7105 fs/fscache/object.c | 26 +-
7106 fs/fscache/operation.c | 38 +-
7107 fs/fscache/page.c | 110 +-
7108 fs/fscache/stats.c | 348 +-
7109 fs/fuse/cuse.c | 10 +-
7110 fs/fuse/dev.c | 4 +-
7111 fs/fuse/file.c | 4 +-
7112 fs/fuse/inode.c | 4 +-
7113 fs/gfs2/aops.c | 2 +-
7114 fs/gfs2/file.c | 2 +-
7115 fs/gfs2/glock.c | 22 +-
7116 fs/gfs2/glops.c | 4 +-
7117 fs/gfs2/quota.c | 6 +-
7118 fs/hugetlbfs/inode.c | 13 +-
7119 fs/inode.c | 4 +-
7120 fs/jbd2/commit.c | 2 +-
7121 fs/jbd2/transaction.c | 4 +-
7122 fs/jffs2/erase.c | 3 +-
7123 fs/jffs2/file.c | 5 +-
7124 fs/jffs2/fs.c | 2 +-
7125 fs/jffs2/os-linux.h | 2 +-
7126 fs/jffs2/wbuf.c | 3 +-
7127 fs/jfs/super.c | 2 +-
7128 fs/kernfs/dir.c | 2 +-
7129 fs/kernfs/file.c | 20 +-
7130 fs/libfs.c | 10 +-
7131 fs/lockd/clnt4xdr.c | 46 +-
7132 fs/lockd/clntproc.c | 4 +-
7133 fs/lockd/clntxdr.c | 44 +-
7134 fs/lockd/mon.c | 24 +-
7135 fs/lockd/svc.c | 2 +-
7136 fs/lockd/svc4proc.c | 69 +-
7137 fs/lockd/svcproc.c | 75 +-
7138 fs/lockd/xdr.c | 44 +-
7139 fs/lockd/xdr4.c | 41 +-
7140 fs/logfs/dev_bdev.c | 13 +-
7141 fs/logfs/dev_mtd.c | 13 +-
7142 fs/logfs/dir.c | 4 +-
7143 fs/logfs/logfs.h | 5 +-
7144 fs/logfs/readwrite.c | 2 +-
7145 fs/logfs/segment.c | 2 +-
7146 fs/logfs/super.c | 39 -
7147 fs/namei.c | 14 +-
7148 fs/namespace.c | 15 +-
7149 fs/nfs/callback.h | 18 +-
7150 fs/nfs/callback_proc.c | 26 +-
7151 fs/nfs/callback_xdr.c | 73 +-
7152 fs/nfs/dir.c | 5 +-
7153 fs/nfs/inode.c | 6 +-
7154 fs/nfs/internal.h | 5 +-
7155 fs/nfs/mount_clnt.c | 26 +-
7156 fs/nfs/nfs2xdr.c | 101 +-
7157 fs/nfs/nfs3xdr.c | 201 +-
7158 fs/nfs/nfs42xdr.c | 60 +-
7159 fs/nfs/nfs4xdr.c | 507 +-
7160 fs/nfs/read.c | 2 +-
7161 fs/nfs/symlink.c | 6 +-
7162 fs/nfsd/current_stateid.h | 24 +-
7163 fs/nfsd/nfs2acl.c | 85 +-
7164 fs/nfsd/nfs3acl.c | 44 +-
7165 fs/nfsd/nfs3proc.c | 271 +-
7166 fs/nfsd/nfs3xdr.c | 171 +-
7167 fs/nfsd/nfs4callback.c | 31 +-
7168 fs/nfsd/nfs4proc.c | 320 +-
7169 fs/nfsd/nfs4state.c | 111 +-
7170 fs/nfsd/nfs4xdr.c | 564 +-
7171 fs/nfsd/nfscache.c | 11 +-
7172 fs/nfsd/nfsproc.c | 193 +-
7173 fs/nfsd/nfsxdr.c | 96 +-
7174 fs/nfsd/vfs.c | 6 +-
7175 fs/nfsd/xdr.h | 50 +-
7176 fs/nfsd/xdr3.h | 100 +-
7177 fs/nfsd/xdr4.h | 50 +-
7178 fs/nls/nls_base.c | 26 +-
7179 fs/nls/nls_cp932.c | 2 +-
7180 fs/nls/nls_cp936.c | 2 +-
7181 fs/nls/nls_cp949.c | 2 +-
7182 fs/nls/nls_cp950.c | 2 +-
7183 fs/nls/nls_euc-jp.c | 8 +-
7184 fs/nls/nls_koi8-ru.c | 8 +-
7185 fs/notify/fanotify/fanotify_user.c | 4 +-
7186 fs/notify/notification.c | 4 +-
7187 fs/ntfs/dir.c | 4 +-
7188 fs/ntfs/inode.c | 19 +-
7189 fs/ntfs/inode.h | 4 +-
7190 fs/ntfs/mft.c | 4 +-
7191 fs/ntfs/super.c | 8 +-
7192 fs/ocfs2/dlm/dlmcommon.h | 4 +-
7193 fs/ocfs2/dlm/dlmdebug.c | 10 +-
7194 fs/ocfs2/dlm/dlmdomain.c | 4 +-
7195 fs/ocfs2/dlm/dlmmaster.c | 4 +-
7196 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
7197 fs/ocfs2/filecheck.c | 2 +-
7198 fs/ocfs2/localalloc.c | 2 +-
7199 fs/ocfs2/ocfs2.h | 10 +-
7200 fs/ocfs2/suballoc.c | 12 +-
7201 fs/ocfs2/super.c | 20 +-
7202 fs/overlayfs/copy_up.c | 2 +-
7203 fs/pipe.c | 72 +-
7204 fs/posix_acl.c | 4 +-
7205 fs/proc/array.c | 20 +
7206 fs/proc/base.c | 7 +-
7207 fs/proc/kcore.c | 36 +-
7208 fs/proc/meminfo.c | 2 +-
7209 fs/proc/nommu.c | 2 +-
7210 fs/proc/proc_net.c | 2 +-
7211 fs/proc/proc_sysctl.c | 26 +-
7212 fs/proc/task_mmu.c | 39 +-
7213 fs/proc/task_nommu.c | 6 +-
7214 fs/proc/vmcore.c | 16 +-
7215 fs/qnx6/qnx6.h | 4 +-
7216 fs/quota/netlink.c | 4 +-
7217 fs/read_write.c | 34 +-
7218 fs/readdir.c | 3 +-
7219 fs/reiserfs/do_balan.c | 2 +-
7220 fs/reiserfs/procfs.c | 2 +-
7221 fs/reiserfs/reiserfs.h | 4 +-
7222 fs/select.c | 2 +-
7223 fs/seq_file.c | 4 +-
7224 fs/splice.c | 43 +-
7225 fs/squashfs/xattr.c | 10 +-
7226 fs/super.c | 3 +-
7227 fs/sysv/sysv.h | 2 +-
7228 fs/tracefs/inode.c | 8 +-
7229 fs/ubifs/find.c | 34 +-
7230 fs/ubifs/lprops.c | 5 +-
7231 fs/udf/misc.c | 2 +-
7232 fs/ufs/swab.h | 4 +-
7233 fs/userfaultfd.c | 2 +-
7234 fs/xattr.c | 21 +
7235 fs/xfs/libxfs/xfs_bmap.c | 2 +-
7236 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
7237 fs/xfs/xfs_dir2_readdir.c | 7 +-
7238 fs/xfs/xfs_ioctl.c | 2 +-
7239 fs/xfs/xfs_linux.h | 4 +-
7240 include/acpi/ghes.h | 2 +-
7241 include/asm-generic/4level-fixup.h | 2 +
7242 include/asm-generic/atomic-long.h | 186 +-
7243 include/asm-generic/atomic64.h | 12 +
7244 include/asm-generic/bitops/__fls.h | 2 +-
7245 include/asm-generic/bitops/fls.h | 2 +-
7246 include/asm-generic/bitops/fls64.h | 4 +-
7247 include/asm-generic/bug.h | 6 +-
7248 include/asm-generic/cache.h | 4 +-
7249 include/asm-generic/emergency-restart.h | 2 +-
7250 include/asm-generic/kmap_types.h | 4 +-
7251 include/asm-generic/local.h | 13 +
7252 include/asm-generic/pgtable-nopmd.h | 18 +-
7253 include/asm-generic/pgtable-nopud.h | 15 +-
7254 include/asm-generic/pgtable.h | 16 +
7255 include/asm-generic/sections.h | 1 +
7256 include/asm-generic/uaccess.h | 16 +
7257 include/asm-generic/vmlinux.lds.h | 15 +-
7258 include/crypto/algapi.h | 2 +-
7259 include/crypto/cast6.h | 4 +-
7260 include/crypto/serpent.h | 4 +-
7261 include/crypto/xts.h | 2 +-
7262 include/drm/drmP.h | 19 +-
7263 include/drm/drm_mm.h | 2 +-
7264 include/drm/drm_modeset_helper_vtables.h | 2 +-
7265 include/drm/i915_pciids.h | 2 +-
7266 include/drm/intel-gtt.h | 4 +-
7267 include/drm/ttm/ttm_memory.h | 2 +-
7268 include/drm/ttm/ttm_page_alloc.h | 1 +
7269 include/keys/asymmetric-subtype.h | 2 +-
7270 include/keys/encrypted-type.h | 2 +-
7271 include/keys/rxrpc-type.h | 2 +-
7272 include/keys/user-type.h | 2 +-
7273 include/linux/atmdev.h | 4 +-
7274 include/linux/atomic.h | 12 +-
7275 include/linux/audit.h | 2 +-
7276 include/linux/average.h | 2 +-
7277 include/linux/binfmts.h | 3 +-
7278 include/linux/bitmap.h | 2 +-
7279 include/linux/bitops.h | 8 +-
7280 include/linux/blk-cgroup.h | 24 +-
7281 include/linux/blkdev.h | 2 +-
7282 include/linux/blktrace_api.h | 2 +-
7283 include/linux/cache.h | 9 +
7284 include/linux/cdrom.h | 1 -
7285 include/linux/cgroup-defs.h | 2 +-
7286 include/linux/cleancache.h | 2 +-
7287 include/linux/clk-provider.h | 1 +
7288 include/linux/compat.h | 15 +-
7289 include/linux/compiler-gcc.h | 33 +-
7290 include/linux/compiler.h | 197 +-
7291 include/linux/configfs.h | 2 +-
7292 include/linux/cpufreq.h | 7 +-
7293 include/linux/cpuidle.h | 5 +-
7294 include/linux/cpumask.h | 14 +-
7295 include/linux/crypto.h | 4 +-
7296 include/linux/ctype.h | 2 +-
7297 include/linux/dcache.h | 4 +-
7298 include/linux/decompress/mm.h | 2 +-
7299 include/linux/devfreq.h | 2 +-
7300 include/linux/device.h | 7 +-
7301 include/linux/dma-mapping.h | 2 +-
7302 include/linux/efi.h | 1 +
7303 include/linux/elf.h | 2 +
7304 include/linux/err.h | 4 +-
7305 include/linux/extcon.h | 2 +-
7306 include/linux/fb.h | 3 +-
7307 include/linux/fdtable.h | 2 +-
7308 include/linux/firewire.h | 2 +-
7309 include/linux/fs.h | 5 +-
7310 include/linux/fs_struct.h | 2 +-
7311 include/linux/fscache-cache.h | 2 +-
7312 include/linux/fscache.h | 2 +-
7313 include/linux/fsnotify.h | 2 +-
7314 include/linux/genhd.h | 4 +-
7315 include/linux/genl_magic_func.h | 2 +-
7316 include/linux/genl_magic_struct.h | 4 +-
7317 include/linux/gfp.h | 14 +-
7318 include/linux/highmem.h | 12 +
7319 include/linux/hugetlb.h | 2 +-
7320 include/linux/hugetlb_cgroup.h | 11 +
7321 include/linux/hwmon-sysfs.h | 6 +-
7322 include/linux/i2c.h | 1 +
7323 include/linux/if_pppox.h | 2 +-
7324 include/linux/init.h | 10 +-
7325 include/linux/init_task.h | 7 +
7326 include/linux/interrupt.h | 6 +-
7327 include/linux/iommu.h | 2 +-
7328 include/linux/ioport.h | 2 +-
7329 include/linux/ipc.h | 2 +-
7330 include/linux/irq.h | 5 +-
7331 include/linux/irqdesc.h | 2 +-
7332 include/linux/irqdomain.h | 3 +
7333 include/linux/jbd2.h | 2 +-
7334 include/linux/jiffies.h | 16 +-
7335 include/linux/kallsyms.h | 18 +-
7336 include/linux/key-type.h | 2 +-
7337 include/linux/kgdb.h | 6 +-
7338 include/linux/kmemleak.h | 4 +-
7339 include/linux/kobject.h | 3 +-
7340 include/linux/kobject_ns.h | 2 +-
7341 include/linux/kref.h | 2 +-
7342 include/linux/libata.h | 2 +-
7343 include/linux/linkage.h | 22 +-
7344 include/linux/list.h | 15 +
7345 include/linux/lockd/xdr.h | 34 +-
7346 include/linux/lockd/xdr4.h | 34 +-
7347 include/linux/lockref.h | 26 +-
7348 include/linux/math64.h | 10 +-
7349 include/linux/memcontrol.h | 2 +-
7350 include/linux/memory.h | 2 +-
7351 include/linux/mempolicy.h | 7 +
7352 include/linux/mm.h | 98 +-
7353 include/linux/mm_types.h | 20 +
7354 include/linux/mmiotrace.h | 4 +-
7355 include/linux/mmzone.h | 2 +-
7356 include/linux/mod_devicetable.h | 4 +-
7357 include/linux/module.h | 58 +-
7358 include/linux/moduleloader.h | 16 +
7359 include/linux/moduleparam.h | 12 +-
7360 include/linux/net.h | 2 +-
7361 include/linux/netdevice.h | 11 +-
7362 include/linux/netfilter.h | 2 +-
7363 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
7364 include/linux/netfilter/nfnetlink.h | 2 +-
7365 include/linux/netlink.h | 12 +-
7366 include/linux/nls.h | 4 +-
7367 include/linux/notifier.h | 3 +-
7368 include/linux/oprofile.h | 4 +-
7369 include/linux/padata.h | 2 +-
7370 include/linux/pagemap.h | 4 +-
7371 include/linux/pci_hotplug.h | 3 +-
7372 include/linux/percpu.h | 2 +-
7373 include/linux/perf_event.h | 12 +-
7374 include/linux/pid.h | 4 +-
7375 include/linux/pipe_fs_i.h | 8 +-
7376 include/linux/pm.h | 1 +
7377 include/linux/pm_domain.h | 2 +-
7378 include/linux/pm_runtime.h | 2 +-
7379 include/linux/pnp.h | 2 +-
7380 include/linux/poison.h | 4 +-
7381 include/linux/power/smartreflex.h | 2 +-
7382 include/linux/ppp-comp.h | 2 +-
7383 include/linux/preempt.h | 21 +
7384 include/linux/printk.h | 2 +-
7385 include/linux/proc_ns.h | 2 +-
7386 include/linux/psci.h | 2 +-
7387 include/linux/quota.h | 2 +-
7388 include/linux/random.h | 19 +-
7389 include/linux/rculist.h | 16 +
7390 include/linux/rcupdate.h | 8 +
7391 include/linux/reboot.h | 14 +-
7392 include/linux/regset.h | 3 +-
7393 include/linux/relay.h | 2 +-
7394 include/linux/rio.h | 2 +-
7395 include/linux/rmap.h | 4 +-
7396 include/linux/sched.h | 76 +-
7397 include/linux/scif.h | 2 +-
7398 include/linux/semaphore.h | 2 +-
7399 include/linux/seq_buf.h | 4 +-
7400 include/linux/seq_file.h | 1 +
7401 include/linux/seqlock.h | 10 +
7402 include/linux/signal.h | 2 +-
7403 include/linux/skbuff.h | 12 +-
7404 include/linux/slab.h | 47 +-
7405 include/linux/slab_def.h | 14 +-
7406 include/linux/slub_def.h | 2 +-
7407 include/linux/smp.h | 2 +
7408 include/linux/sock_diag.h | 2 +-
7409 include/linux/sonet.h | 2 +-
7410 include/linux/spinlock.h | 17 +-
7411 include/linux/srcu.h | 5 +-
7412 include/linux/string.h | 70 +-
7413 include/linux/sunrpc/addr.h | 8 +-
7414 include/linux/sunrpc/clnt.h | 2 +-
7415 include/linux/sunrpc/svc.h | 2 +-
7416 include/linux/sunrpc/svc_rdma.h | 18 +-
7417 include/linux/sunrpc/svcauth.h | 2 +-
7418 include/linux/swapops.h | 10 +-
7419 include/linux/swiotlb.h | 3 +-
7420 include/linux/syscalls.h | 36 +-
7421 include/linux/syscore_ops.h | 2 +-
7422 include/linux/sysctl.h | 3 +-
7423 include/linux/sysfs.h | 11 +-
7424 include/linux/sysrq.h | 3 +-
7425 include/linux/tcp.h | 14 +-
7426 include/linux/thread_info.h | 7 +
7427 include/linux/tty.h | 4 +-
7428 include/linux/tty_driver.h | 2 +-
7429 include/linux/tty_ldisc.h | 2 +-
7430 include/linux/types.h | 18 +
7431 include/linux/uaccess.h | 2 +-
7432 include/linux/uio_driver.h | 2 +-
7433 include/linux/unaligned/access_ok.h | 24 +-
7434 include/linux/usb.h | 12 +-
7435 include/linux/usb/hcd.h | 1 +
7436 include/linux/usb/renesas_usbhs.h | 2 +-
7437 include/linux/vermagic.h | 21 +-
7438 include/linux/vga_switcheroo.h | 8 +-
7439 include/linux/vmalloc.h | 7 +-
7440 include/linux/vmstat.h | 24 +-
7441 include/linux/writeback.h | 3 +-
7442 include/linux/xattr.h | 5 +-
7443 include/linux/zlib.h | 3 +-
7444 include/media/v4l2-dev.h | 2 +-
7445 include/media/v4l2-device.h | 2 +-
7446 include/net/9p/transport.h | 2 +-
7447 include/net/bluetooth/l2cap.h | 2 +-
7448 include/net/bonding.h | 2 +-
7449 include/net/caif/cfctrl.h | 6 +-
7450 include/net/cfg80211-wext.h | 20 +-
7451 include/net/cfg802154.h | 2 +-
7452 include/net/fib_rules.h | 3 +-
7453 include/net/flow.h | 2 +-
7454 include/net/genetlink.h | 2 +-
7455 include/net/gro_cells.h | 2 +-
7456 include/net/inet_connection_sock.h | 2 +-
7457 include/net/inet_sock.h | 2 +-
7458 include/net/inetpeer.h | 2 +-
7459 include/net/ip_fib.h | 2 +-
7460 include/net/ip_vs.h | 8 +-
7461 include/net/ipv6.h | 2 +-
7462 include/net/irda/ircomm_tty.h | 1 +
7463 include/net/irda/irias_object.h | 2 +-
7464 include/net/irda/irlmp.h | 1 +
7465 include/net/irda/irlmp_event.h | 6 +-
7466 include/net/irda/timer.h | 6 +-
7467 include/net/iucv/af_iucv.h | 2 +-
7468 include/net/llc_c_ac.h | 2 +-
7469 include/net/llc_c_ev.h | 4 +-
7470 include/net/llc_c_st.h | 2 +-
7471 include/net/llc_s_ac.h | 2 +-
7472 include/net/llc_s_st.h | 2 +-
7473 include/net/mac80211.h | 6 +-
7474 include/net/neighbour.h | 4 +-
7475 include/net/net_namespace.h | 18 +-
7476 include/net/netfilter/nf_conntrack.h | 2 +-
7477 include/net/netlink.h | 2 +-
7478 include/net/netns/conntrack.h | 6 +-
7479 include/net/netns/ipv4.h | 4 +-
7480 include/net/netns/ipv6.h | 4 +-
7481 include/net/netns/xfrm.h | 2 +-
7482 include/net/ping.h | 2 +-
7483 include/net/protocol.h | 4 +-
7484 include/net/rtnetlink.h | 2 +-
7485 include/net/sctp/checksum.h | 4 +-
7486 include/net/sctp/sm.h | 4 +-
7487 include/net/sctp/structs.h | 2 +-
7488 include/net/snmp.h | 10 +-
7489 include/net/sock.h | 12 +-
7490 include/net/tcp.h | 8 +-
7491 include/net/xfrm.h | 15 +-
7492 include/rdma/ib_cm.h | 8 +-
7493 include/scsi/libfc.h | 3 +-
7494 include/scsi/scsi_device.h | 6 +-
7495 include/scsi/scsi_driver.h | 2 +-
7496 include/scsi/scsi_transport_fc.h | 3 +-
7497 include/scsi/sg.h | 2 +-
7498 include/sound/compress_driver.h | 2 +-
7499 include/sound/control.h | 4 +-
7500 include/sound/pcm.h | 2 +-
7501 include/sound/rawmidi.h | 3 +-
7502 include/sound/seq_kernel.h | 2 +-
7503 include/sound/soc.h | 4 +-
7504 include/trace/events/irq.h | 4 +-
7505 include/trace/events/mmflags.h | 7 +
7506 include/uapi/linux/a.out.h | 8 +
7507 include/uapi/linux/bcache.h | 5 +-
7508 include/uapi/linux/byteorder/little_endian.h | 28 +-
7509 include/uapi/linux/connector.h | 2 +-
7510 include/uapi/linux/elf.h | 28 +
7511 include/uapi/linux/screen_info.h | 2 +-
7512 include/uapi/linux/swab.h | 6 +-
7513 include/uapi/linux/xattr.h | 5 +
7514 include/video/udlfb.h | 8 +-
7515 include/video/uvesafb.h | 1 +
7516 init/Kconfig | 2 +-
7517 init/do_mounts.c | 16 +-
7518 init/do_mounts.h | 8 +-
7519 init/do_mounts_initrd.c | 30 +-
7520 init/do_mounts_md.c | 6 +-
7521 init/init_task.c | 4 +
7522 init/initramfs.c | 38 +-
7523 init/main.c | 30 +-
7524 ipc/compat.c | 4 +-
7525 ipc/ipc_sysctl.c | 14 +-
7526 ipc/mq_sysctl.c | 4 +-
7527 ipc/sem.c | 4 +-
7528 ipc/shm.c | 8 +-
7529 kernel/audit.c | 10 +-
7530 kernel/auditsc.c | 4 +-
7531 kernel/bpf/core.c | 28 +-
7532 kernel/capability.c | 3 +
7533 kernel/cgroup.c | 29 +-
7534 kernel/compat.c | 38 +-
7535 kernel/debug/debug_core.c | 16 +-
7536 kernel/debug/kdb/kdb_main.c | 4 +-
7537 kernel/events/core.c | 36 +-
7538 kernel/events/internal.h | 10 +-
7539 kernel/events/uprobes.c | 2 +-
7540 kernel/exit.c | 27 +-
7541 kernel/fork.c | 175 +-
7542 kernel/futex.c | 11 +-
7543 kernel/futex_compat.c | 2 +-
7544 kernel/irq/manage.c | 2 +-
7545 kernel/irq/msi.c | 19 +-
7546 kernel/irq/spurious.c | 2 +-
7547 kernel/jump_label.c | 5 +
7548 kernel/kallsyms.c | 40 +-
7549 kernel/kexec.c | 3 +-
7550 kernel/kmod.c | 8 +-
7551 kernel/kprobes.c | 4 +-
7552 kernel/ksysfs.c | 2 +-
7553 kernel/locking/lockdep.c | 7 +-
7554 kernel/locking/mutex-debug.c | 12 +-
7555 kernel/locking/mutex-debug.h | 4 +-
7556 kernel/locking/mutex.c | 6 +-
7557 kernel/module.c | 405 +-
7558 kernel/notifier.c | 17 +-
7559 kernel/padata.c | 4 +-
7560 kernel/panic.c | 11 +-
7561 kernel/pid.c | 8 +-
7562 kernel/pid_namespace.c | 2 +-
7563 kernel/power/process.c | 12 +-
7564 kernel/profile.c | 14 +-
7565 kernel/ptrace.c | 8 +-
7566 kernel/rcu/rcutorture.c | 60 +-
7567 kernel/rcu/tiny.c | 4 +-
7568 kernel/rcu/tree.c | 42 +-
7569 kernel/rcu/tree.h | 16 +-
7570 kernel/rcu/tree_plugin.h | 18 +-
7571 kernel/rcu/tree_trace.c | 14 +-
7572 kernel/resource.c | 4 +-
7573 kernel/sched/auto_group.c | 4 +-
7574 kernel/sched/core.c | 8 +-
7575 kernel/sched/deadline.c | 4 +-
7576 kernel/sched/debug.c | 43 +-
7577 kernel/sched/fair.c | 2 +-
7578 kernel/sched/rt.c | 4 +-
7579 kernel/sched/sched.h | 13 +-
7580 kernel/signal.c | 28 +-
7581 kernel/smp.c | 2 +-
7582 kernel/smpboot.c | 7 +-
7583 kernel/softirq.c | 12 +-
7584 kernel/stop_machine.c | 2 +-
7585 kernel/sys.c | 10 +-
7586 kernel/sys_ni.c | 4 +-
7587 kernel/sysctl.c | 34 +-
7588 kernel/time/alarmtimer.c | 4 +-
7589 kernel/time/posix-clock.c | 8 +-
7590 kernel/time/posix-cpu-timers.c | 4 +-
7591 kernel/time/posix-timers.c | 36 +-
7592 kernel/time/timer.c | 2 +-
7593 kernel/time/timer_stats.c | 10 +-
7594 kernel/trace/blktrace.c | 6 +-
7595 kernel/trace/ftrace.c | 33 +-
7596 kernel/trace/ring_buffer.c | 96 +-
7597 kernel/trace/trace.c | 2 +-
7598 kernel/trace/trace.h | 2 +-
7599 kernel/trace/trace_clock.c | 4 +-
7600 kernel/trace/trace_events.c | 1 -
7601 kernel/trace/trace_functions_graph.c | 4 +-
7602 kernel/trace/trace_mmiotrace.c | 8 +-
7603 kernel/trace/trace_output.c | 10 +-
7604 kernel/trace/trace_seq.c | 2 +-
7605 kernel/trace/trace_stack.c | 2 +-
7606 kernel/user.c | 2 +-
7607 kernel/user_namespace.c | 2 +-
7608 kernel/utsname_sysctl.c | 2 +-
7609 kernel/watchdog.c | 2 +-
7610 kernel/workqueue.c | 8 +-
7611 lib/Kconfig.debug | 8 +-
7612 lib/Makefile | 2 +-
7613 lib/bitmap.c | 8 +-
7614 lib/bug.c | 2 +
7615 lib/debugobjects.c | 2 +-
7616 lib/decompress_bunzip2.c | 3 +-
7617 lib/decompress_unlzma.c | 4 +-
7618 lib/div64.c | 4 +-
7619 lib/dma-debug.c | 4 +-
7620 lib/extable.c | 11 +-
7621 lib/inflate.c | 2 +-
7622 lib/ioremap.c | 4 +-
7623 lib/irq_poll.c | 2 +-
7624 lib/kobject.c | 4 +-
7625 lib/list_debug.c | 126 +-
7626 lib/lockref.c | 44 +-
7627 lib/percpu-refcount.c | 2 +-
7628 lib/radix-tree.c | 2 +-
7629 lib/random32.c | 2 +-
7630 lib/rhashtable.c | 4 +-
7631 lib/seq_buf.c | 4 +-
7632 lib/show_mem.c | 2 +-
7633 lib/strncpy_from_user.c | 2 +-
7634 lib/strnlen_user.c | 2 +-
7635 lib/swiotlb.c | 2 +-
7636 lib/usercopy.c | 6 +
7637 lib/vsprintf.c | 12 +-
7638 mm/Kconfig | 6 +-
7639 mm/backing-dev.c | 4 +-
7640 mm/fadvise.c | 2 +-
7641 mm/filemap.c | 8 +-
7642 mm/gup.c | 13 +-
7643 mm/highmem.c | 6 +-
7644 mm/hugetlb.c | 125 +-
7645 mm/hugetlb_cgroup.c | 60 +-
7646 mm/internal.h | 3 +-
7647 mm/maccess.c | 12 +-
7648 mm/madvise.c | 37 +
7649 mm/memcontrol.c | 6 +-
7650 mm/memory-failure.c | 6 +-
7651 mm/memory.c | 424 +-
7652 mm/mempolicy.c | 25 +
7653 mm/mlock.c | 18 +-
7654 mm/mm_init.c | 2 +-
7655 mm/mmap.c | 572 +-
7656 mm/mprotect.c | 137 +-
7657 mm/mremap.c | 39 +-
7658 mm/nommu.c | 21 +-
7659 mm/page-writeback.c | 2 +-
7660 mm/page_alloc.c | 61 +-
7661 mm/percpu.c | 2 +-
7662 mm/process_vm_access.c | 14 +-
7663 mm/readahead.c | 2 +-
7664 mm/rmap.c | 43 +-
7665 mm/shmem.c | 35 +-
7666 mm/slab.c | 113 +-
7667 mm/slab.h | 37 +-
7668 mm/slab_common.c | 79 +-
7669 mm/slob.c | 220 +-
7670 mm/slub.c | 111 +-
7671 mm/sparse-vmemmap.c | 4 +-
7672 mm/sparse.c | 2 +-
7673 mm/swap.c | 7 +
7674 mm/swapfile.c | 12 +-
7675 mm/util.c | 7 +
7676 mm/vmalloc.c | 116 +-
7677 mm/vmstat.c | 12 +-
7678 net/8021q/vlan.c | 5 +-
7679 net/8021q/vlan_netlink.c | 2 +-
7680 net/9p/mod.c | 4 +-
7681 net/9p/trans_fd.c | 2 +-
7682 net/atm/atm_misc.c | 8 +-
7683 net/atm/lec.h | 2 +-
7684 net/atm/proc.c | 6 +-
7685 net/atm/resources.c | 4 +-
7686 net/ax25/sysctl_net_ax25.c | 2 +-
7687 net/batman-adv/bat_iv_ogm.c | 8 +-
7688 net/batman-adv/fragmentation.c | 2 +-
7689 net/batman-adv/routing.c | 4 +-
7690 net/batman-adv/soft-interface.c | 12 +-
7691 net/batman-adv/sysfs.c | 48 +-
7692 net/batman-adv/sysfs.h | 4 +-
7693 net/batman-adv/translation-table.c | 14 +-
7694 net/batman-adv/types.h | 8 +-
7695 net/bluetooth/hci_sock.c | 2 +-
7696 net/bluetooth/l2cap_core.c | 6 +-
7697 net/bluetooth/l2cap_sock.c | 12 +-
7698 net/bluetooth/rfcomm/sock.c | 4 +-
7699 net/bluetooth/rfcomm/tty.c | 4 +-
7700 net/bridge/br_netfilter_hooks.c | 4 +-
7701 net/bridge/br_netlink.c | 2 +-
7702 net/bridge/netfilter/ebtables.c | 6 +-
7703 net/caif/cfctrl.c | 11 +-
7704 net/caif/chnl_net.c | 4 +-
7705 net/can/af_can.c | 2 +-
7706 net/can/gw.c | 6 +-
7707 net/ceph/ceph_common.c | 2 +-
7708 net/ceph/messenger.c | 4 +-
7709 net/compat.c | 26 +-
7710 net/core/datagram.c | 2 +-
7711 net/core/dev.c | 24 +-
7712 net/core/filter.c | 2 +-
7713 net/core/flow.c | 8 +-
7714 net/core/neighbour.c | 18 +-
7715 net/core/net-procfs.c | 4 +-
7716 net/core/net-sysfs.c | 2 +-
7717 net/core/net_namespace.c | 10 +-
7718 net/core/netpoll.c | 4 +-
7719 net/core/rtnetlink.c | 17 +-
7720 net/core/scm.c | 12 +-
7721 net/core/skbuff.c | 11 +-
7722 net/core/sock.c | 30 +-
7723 net/core/sock_diag.c | 15 +-
7724 net/core/sysctl_net_core.c | 22 +-
7725 net/decnet/af_decnet.c | 1 +
7726 net/decnet/sysctl_net_decnet.c | 4 +-
7727 net/dsa/dsa.c | 2 +-
7728 net/hsr/hsr_device.c | 2 +-
7729 net/hsr/hsr_netlink.c | 2 +-
7730 net/ieee802154/6lowpan/core.c | 2 +-
7731 net/ieee802154/6lowpan/reassembly.c | 14 +-
7732 net/ieee802154/core.c | 6 +-
7733 net/ipv4/af_inet.c | 6 +-
7734 net/ipv4/arp.c | 2 +-
7735 net/ipv4/devinet.c | 20 +-
7736 net/ipv4/fib_frontend.c | 6 +-
7737 net/ipv4/fib_semantics.c | 2 +-
7738 net/ipv4/icmp.c | 2 +-
7739 net/ipv4/inet_connection_sock.c | 4 +-
7740 net/ipv4/inet_diag.c | 4 +-
7741 net/ipv4/inet_timewait_sock.c | 2 +-
7742 net/ipv4/inetpeer.c | 2 +-
7743 net/ipv4/ip_fragment.c | 17 +-
7744 net/ipv4/ip_gre.c | 6 +-
7745 net/ipv4/ip_sockglue.c | 2 +-
7746 net/ipv4/ip_vti.c | 4 +-
7747 net/ipv4/ipconfig.c | 6 +-
7748 net/ipv4/ipip.c | 4 +-
7749 net/ipv4/netfilter/arp_tables.c | 12 +-
7750 net/ipv4/netfilter/ip_tables.c | 12 +-
7751 net/ipv4/ping.c | 14 +-
7752 net/ipv4/proc.c | 10 +-
7753 net/ipv4/raw.c | 16 +-
7754 net/ipv4/route.c | 40 +-
7755 net/ipv4/sysctl_net_ipv4.c | 24 +-
7756 net/ipv4/tcp_input.c | 6 +-
7757 net/ipv4/tcp_ipv4.c | 2 +-
7758 net/ipv4/tcp_metrics.c | 2 +-
7759 net/ipv4/tcp_probe.c | 2 +-
7760 net/ipv4/udp.c | 10 +-
7761 net/ipv4/xfrm4_mode_transport.c | 2 +-
7762 net/ipv4/xfrm4_policy.c | 19 +-
7763 net/ipv4/xfrm4_state.c | 4 +-
7764 net/ipv6/addrconf.c | 24 +-
7765 net/ipv6/af_inet6.c | 2 +-
7766 net/ipv6/datagram.c | 2 +-
7767 net/ipv6/icmp.c | 2 +-
7768 net/ipv6/inet6_hashtables.c | 2 +-
7769 net/ipv6/ip6_fib.c | 4 +-
7770 net/ipv6/ip6_gre.c | 10 +-
7771 net/ipv6/ip6_tunnel.c | 4 +-
7772 net/ipv6/ip6_vti.c | 4 +-
7773 net/ipv6/ipv6_sockglue.c | 2 +-
7774 net/ipv6/ndisc.c | 2 +-
7775 net/ipv6/netfilter/ip6_tables.c | 12 +-
7776 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
7777 net/ipv6/ping.c | 33 +-
7778 net/ipv6/proc.c | 10 +-
7779 net/ipv6/raw.c | 17 +-
7780 net/ipv6/reassembly.c | 13 +-
7781 net/ipv6/route.c | 2 +-
7782 net/ipv6/sit.c | 4 +-
7783 net/ipv6/sysctl_net_ipv6.c | 2 +-
7784 net/ipv6/udp.c | 6 +-
7785 net/ipv6/xfrm6_mode_transport.c | 2 +-
7786 net/ipv6/xfrm6_policy.c | 17 +-
7787 net/irda/discovery.c | 2 +-
7788 net/irda/ircomm/ircomm_core.c | 13 +-
7789 net/irda/ircomm/ircomm_tty.c | 24 +-
7790 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
7791 net/irda/irda_device.c | 14 +-
7792 net/irda/iriap.c | 14 +-
7793 net/irda/irias_object.c | 10 +-
7794 net/irda/irlan/irlan_client.c | 2 +-
7795 net/irda/irlap.c | 15 +-
7796 net/irda/irlap_event.c | 2 +-
7797 net/irda/irlmp.c | 21 +-
7798 net/irda/irlmp_event.c | 6 +-
7799 net/irda/irnet/irnet.h | 2 +-
7800 net/irda/irnet/irnet_irda.c | 6 +-
7801 net/irda/irttp.c | 8 +-
7802 net/irda/timer.c | 24 +-
7803 net/iucv/af_iucv.c | 4 +-
7804 net/iucv/iucv.c | 2 +-
7805 net/key/af_key.c | 4 +-
7806 net/l2tp/l2tp_eth.c | 40 +-
7807 net/l2tp/l2tp_ip.c | 2 +-
7808 net/l2tp/l2tp_ip6.c | 2 +-
7809 net/mac80211/cfg.c | 12 +-
7810 net/mac80211/debugfs.c | 2 +-
7811 net/mac80211/debugfs_key.c | 6 +-
7812 net/mac80211/ieee80211_i.h | 3 +-
7813 net/mac80211/iface.c | 20 +-
7814 net/mac80211/main.c | 2 +-
7815 net/mac80211/pm.c | 4 +-
7816 net/mac80211/rate.c | 2 +-
7817 net/mac80211/sta_info.c | 2 +-
7818 net/mac80211/tx.c | 2 +-
7819 net/mac80211/util.c | 8 +-
7820 net/mac80211/wpa.c | 12 +-
7821 net/mac802154/iface.c | 6 +-
7822 net/mpls/af_mpls.c | 10 +-
7823 net/netfilter/ipset/ip_set_core.c | 7 +-
7824 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
7825 net/netfilter/ipvs/ip_vs_core.c | 4 +-
7826 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
7827 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
7828 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
7829 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
7830 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
7831 net/netfilter/nf_conntrack_acct.c | 2 +-
7832 net/netfilter/nf_conntrack_core.c | 6 +-
7833 net/netfilter/nf_conntrack_ecache.c | 2 +-
7834 net/netfilter/nf_conntrack_helper.c | 2 +-
7835 net/netfilter/nf_conntrack_netlink.c | 22 +-
7836 net/netfilter/nf_conntrack_proto.c | 2 +-
7837 net/netfilter/nf_conntrack_standalone.c | 2 +-
7838 net/netfilter/nf_conntrack_timestamp.c | 2 +-
7839 net/netfilter/nf_log.c | 10 +-
7840 net/netfilter/nf_nat_ftp.c | 2 +-
7841 net/netfilter/nf_nat_irc.c | 2 +-
7842 net/netfilter/nf_sockopt.c | 4 +-
7843 net/netfilter/nf_tables_api.c | 13 +-
7844 net/netfilter/nfnetlink_acct.c | 7 +-
7845 net/netfilter/nfnetlink_cthelper.c | 2 +-
7846 net/netfilter/nfnetlink_cttimeout.c | 2 +-
7847 net/netfilter/nfnetlink_log.c | 4 +-
7848 net/netfilter/nft_compat.c | 9 +-
7849 net/netfilter/xt_IDLETIMER.c | 12 +-
7850 net/netfilter/xt_statistic.c | 8 +-
7851 net/netlink/af_netlink.c | 16 +-
7852 net/netlink/diag.c | 2 +-
7853 net/netlink/genetlink.c | 14 +-
7854 net/openvswitch/vport-geneve.c | 7 +-
7855 net/openvswitch/vport-gre.c | 7 +-
7856 net/openvswitch/vport-internal_dev.c | 4 +-
7857 net/openvswitch/vport-netdev.c | 7 +-
7858 net/openvswitch/vport-vxlan.c | 7 +-
7859 net/packet/af_packet.c | 26 +-
7860 net/packet/diag.c | 2 +-
7861 net/packet/internal.h | 6 +-
7862 net/phonet/pep.c | 6 +-
7863 net/phonet/socket.c | 2 +-
7864 net/phonet/sysctl.c | 2 +-
7865 net/rds/cong.c | 6 +-
7866 net/rds/ib.h | 2 +-
7867 net/rds/ib_cm.c | 2 +-
7868 net/rds/ib_recv.c | 4 +-
7869 net/rds/rds.h | 2 +-
7870 net/rds/tcp.c | 6 +-
7871 net/rds/tcp.h | 6 +-
7872 net/rds/tcp_send.c | 2 +-
7873 net/rxrpc/af_rxrpc.c | 2 +-
7874 net/rxrpc/ar-ack.c | 14 +-
7875 net/rxrpc/ar-call.c | 2 +-
7876 net/rxrpc/ar-connection.c | 2 +-
7877 net/rxrpc/ar-connevent.c | 2 +-
7878 net/rxrpc/ar-input.c | 4 +-
7879 net/rxrpc/ar-internal.h | 8 +-
7880 net/rxrpc/ar-local.c | 2 +-
7881 net/rxrpc/ar-output.c | 4 +-
7882 net/rxrpc/ar-peer.c | 2 +-
7883 net/rxrpc/ar-proc.c | 4 +-
7884 net/rxrpc/ar-transport.c | 2 +-
7885 net/rxrpc/rxkad.c | 4 +-
7886 net/sched/sch_generic.c | 4 +-
7887 net/sched/sch_tbf.c | 9 +-
7888 net/sctp/ipv6.c | 4 +-
7889 net/sctp/protocol.c | 8 +-
7890 net/sctp/sm_sideeffect.c | 4 +-
7891 net/sctp/socket.c | 21 +-
7892 net/sctp/sysctl.c | 10 +-
7893 net/socket.c | 18 +-
7894 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
7895 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
7896 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
7897 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
7898 net/sunrpc/clnt.c | 4 +-
7899 net/sunrpc/rpcb_clnt.c | 66 +-
7900 net/sunrpc/sched.c | 4 +-
7901 net/sunrpc/svc.c | 8 +-
7902 net/sunrpc/svcauth_unix.c | 2 +-
7903 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
7904 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
7905 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
7906 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
7907 net/tipc/netlink_compat.c | 12 +-
7908 net/tipc/subscr.c | 2 +-
7909 net/unix/diag.c | 2 +-
7910 net/unix/sysctl_net_unix.c | 2 +-
7911 net/wireless/scan.c | 3 +-
7912 net/wireless/wext-compat.c | 140 +-
7913 net/wireless/wext-compat.h | 8 +-
7914 net/wireless/wext-core.c | 19 +-
7915 net/wireless/wext-sme.c | 5 +-
7916 net/xfrm/xfrm_policy.c | 18 +-
7917 net/xfrm/xfrm_state.c | 37 +-
7918 net/xfrm/xfrm_sysctl.c | 2 +-
7919 net/xfrm/xfrm_user.c | 2 +-
7920 scripts/Kbuild.include | 12 +-
7921 scripts/Makefile | 2 +-
7922 scripts/Makefile.build | 2 +-
7923 scripts/Makefile.clean | 4 +-
7924 scripts/Makefile.extrawarn | 4 +
7925 scripts/Makefile.gcc-plugins | 93 +
7926 scripts/Makefile.host | 73 +-
7927 scripts/basic/fixdep.c | 12 +-
7928 scripts/dtc/checks.c | 14 +-
7929 scripts/dtc/data.c | 6 +-
7930 scripts/dtc/flattree.c | 8 +-
7931 scripts/dtc/livetree.c | 4 +-
7932 scripts/gcc-plugin.sh | 65 +
7933 scripts/gcc-plugins/Makefile | 25 +
7934 scripts/gcc-plugins/checker_plugin.c | 496 +
7935 scripts/gcc-plugins/colorize_plugin.c | 162 +
7936 scripts/gcc-plugins/constify_plugin.c | 583 +
7937 scripts/gcc-plugins/gcc-common.h | 893 +
7938 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 175 +
7939 scripts/gcc-plugins/gcc-generate-ipa-pass.h | 289 +
7940 scripts/gcc-plugins/gcc-generate-rtl-pass.h | 175 +
7941 scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h | 175 +
7942 scripts/gcc-plugins/initify_plugin.c | 536 +
7943 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
7944 scripts/gcc-plugins/kernexec_plugin.c | 407 +
7945 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
7946 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
7947 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
7948 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
7949 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
7950 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 511 +
7951 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
7952 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
7953 scripts/gcc-plugins/size_overflow_plugin/Makefile | 30 +
7954 .../disable_size_overflow_hash.data | 12445 +++++++++++
7955 .../generate_size_overflow_hash.sh | 103 +
7956 .../insert_size_overflow_asm.c | 369 +
7957 .../size_overflow_plugin/intentional_overflow.c | 1166 +
7958 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
7959 .../size_overflow_plugin/size_overflow.h | 331 +
7960 .../size_overflow_plugin/size_overflow_debug.c | 194 +
7961 .../size_overflow_plugin/size_overflow_hash.data | 21503 +++++++++++++++++++
7962 .../size_overflow_hash_aux.data | 97 +
7963 .../size_overflow_plugin/size_overflow_ipa.c | 1163 +
7964 .../size_overflow_plugin/size_overflow_misc.c | 505 +
7965 .../size_overflow_plugin/size_overflow_plugin.c | 290 +
7966 .../size_overflow_plugin_hash.c | 352 +
7967 .../size_overflow_plugin/size_overflow_transform.c | 743 +
7968 .../size_overflow_transform_core.c | 1025 +
7969 scripts/gcc-plugins/stackleak_plugin.c | 350 +
7970 scripts/gcc-plugins/structleak_plugin.c | 239 +
7971 scripts/headers_install.sh | 1 +
7972 scripts/kallsyms.c | 4 +-
7973 scripts/kconfig/lkc.h | 5 +-
7974 scripts/kconfig/menu.c | 2 +-
7975 scripts/kconfig/symbol.c | 6 +-
7976 scripts/link-vmlinux.sh | 2 +-
7977 scripts/mod/file2alias.c | 14 +-
7978 scripts/mod/modpost.c | 40 +-
7979 scripts/mod/modpost.h | 6 +-
7980 scripts/mod/sumversion.c | 2 +-
7981 scripts/module-common.lds | 4 +
7982 scripts/package/builddeb | 1 +
7983 scripts/pnmtologo.c | 6 +-
7984 scripts/sortextable.h | 6 +-
7985 scripts/tags.sh | 2 +-
7986 security/Kconfig | 710 +-
7987 security/apparmor/include/policy.h | 2 +-
7988 security/apparmor/lsm.c | 16 +-
7989 security/apparmor/policy.c | 4 +-
7990 security/integrity/ima/ima.h | 4 +-
7991 security/integrity/ima/ima_api.c | 2 +-
7992 security/integrity/ima/ima_fs.c | 4 +-
7993 security/integrity/ima/ima_queue.c | 2 +-
7994 security/keys/internal.h | 8 +-
7995 security/keys/key.c | 18 +-
7996 security/keys/keyring.c | 4 -
7997 security/selinux/avc.c | 6 +-
7998 security/selinux/include/xfrm.h | 2 +-
7999 security/yama/yama_lsm.c | 2 +-
8000 sound/aoa/codecs/onyx.c | 7 +-
8001 sound/aoa/codecs/onyx.h | 1 +
8002 sound/core/oss/pcm_oss.c | 18 +-
8003 sound/core/pcm_compat.c | 2 +-
8004 sound/core/pcm_lib.c | 3 +-
8005 sound/core/pcm_native.c | 4 +-
8006 sound/core/rawmidi.c | 5 +-
8007 sound/core/seq/oss/seq_oss_synth.c | 4 +-
8008 sound/core/seq/seq_clientmgr.c | 10 +-
8009 sound/core/seq/seq_compat.c | 2 +-
8010 sound/core/seq/seq_fifo.c | 6 +-
8011 sound/core/seq/seq_fifo.h | 2 +-
8012 sound/core/seq/seq_memory.c | 18 +-
8013 sound/core/seq/seq_midi.c | 5 +-
8014 sound/core/seq/seq_virmidi.c | 2 +-
8015 sound/core/sound.c | 2 +-
8016 sound/drivers/mts64.c | 14 +-
8017 sound/drivers/opl4/opl4_lib.c | 2 +-
8018 sound/drivers/portman2x4.c | 3 +-
8019 sound/firewire/amdtp-am824.c | 2 +-
8020 sound/firewire/amdtp-stream.c | 4 +-
8021 sound/firewire/amdtp-stream.h | 2 +-
8022 sound/firewire/digi00x/amdtp-dot.c | 2 +-
8023 sound/firewire/isight.c | 10 +-
8024 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
8025 sound/oss/sb_audio.c | 2 +-
8026 sound/oss/swarm_cs4297a.c | 6 +-
8027 sound/pci/als300.c | 2 +-
8028 sound/pci/aw2/aw2-alsa.c | 2 -
8029 sound/pci/aw2/aw2-saa7146.c | 4 +-
8030 sound/pci/ctxfi/ctamixer.c | 14 +-
8031 sound/pci/ctxfi/ctamixer.h | 8 +-
8032 sound/pci/ctxfi/ctatc.c | 20 +-
8033 sound/pci/ctxfi/ctdaio.c | 6 +-
8034 sound/pci/ctxfi/ctdaio.h | 4 +-
8035 sound/pci/ctxfi/ctsrc.c | 13 +-
8036 sound/pci/ctxfi/ctsrc.h | 8 +-
8037 sound/pci/hda/hda_codec.c | 2 +-
8038 sound/pci/ymfpci/ymfpci.h | 2 +-
8039 sound/pci/ymfpci/ymfpci_main.c | 12 +-
8040 sound/soc/codecs/cx20442.c | 8 +-
8041 sound/soc/codecs/sti-sas.c | 10 +-
8042 sound/soc/codecs/tlv320dac33.c | 7 +-
8043 sound/soc/codecs/uda1380.c | 7 +-
8044 sound/soc/intel/skylake/skl-sst-dsp.h | 4 +-
8045 sound/soc/soc-ac97.c | 6 +-
8046 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
8047 tools/include/linux/compiler.h | 8 +
8048 tools/perf/util/include/asm/alternative-asm.h | 3 +
8049 tools/virtio/linux/uaccess.h | 2 +-
8050 virt/kvm/kvm_main.c | 42 +-
8051 2730 files changed, 77381 insertions(+), 14195 deletions(-)
8052 commit 5988c8dba8a5da45e35d71f4a8fec34c267258c5
8053 Author: Brad Spengler <spender@grsecurity.net>
8054 Date: Mon Apr 25 20:40:53 2016 -0400
8055
8056 Fix DoS in n_tty_receive_buf_common reported by marcan at:
8057 https://forums.grsecurity.net/viewtopic.php?t=4342&p=16222
8058 and via lengthy diatribe on Twitter:
8059 https://twitter.com/marcan42/status/724740708104474626
8060 https://twitter.com/marcan42/status/724740985146609664
8061 https://twitter.com/marcan42/status/724741270325760000
8062 https://twitter.com/marcan42/status/724742465199050752
8063 https://twitter.com/marcan42/status/724745886794833920
8064 https://twitter.com/marcan42/status/724749571495075840
8065 https://twitter.com/marcan42/status/724746427285409796
8066 https://twitter.com/marcan42/status/724743150263095296
8067 https://twitter.com/marcan42/status/724757473433808896
8068
8069 Fix it correctly instead of using the incorrect fix suggested
8070 by marcan (aka "try reading the code next time")
8071 The original code was meant to fix an integer truncation issue
8072 that would also have caused a SIZE_OVERFLOW "DoS".
8073
8074 drivers/tty/n_tty.c | 9 +++++----
8075 1 file changed, 5 insertions(+), 4 deletions(-)
8076
8077 commit 5459ff57d8987389fa17d5d6f55b70a789347c2f
8078 Author: Brad Spengler <spender@grsecurity.net>
8079 Date: Mon Apr 25 19:52:33 2016 -0400
8080
8081 Avoid overflow in environ_read() caught by SIZE_OVERFLOW,
8082 reported by jotik at:
8083 https://forums.grsecurity.net/viewtopic.php?t=4363&p=16217
8084 patch from Mathias Krause
8085
8086 fs/proc/base.c | 2 +-
8087 1 file changed, 1 insertion(+), 1 deletion(-)
8088
8089 commit 24a5c92e147af1e739e9eeca020c61ad2674e784
8090 Author: Jiri Benc <jbenc@redhat.com>
8091 Date: Fri Apr 22 13:09:13 2016 +0200
8092
8093 cxgbi: fix uninitialized flowi6
8094
8095 ip6_route_output looks into different fields in the passed flowi6 structure,
8096 yet cxgbi passes garbage in nearly all those fields. Zero the structure out
8097 first.
8098
8099 Fixes: fc8d0590d9142 ("libcxgbi: Add ipv6 api to driver")
8100 Signed-off-by: Jiri Benc <jbenc@redhat.com>
8101 Signed-off-by: David S. Miller <davem@davemloft.net>
8102
8103 drivers/scsi/cxgbi/libcxgbi.c | 1 +
8104 1 file changed, 1 insertion(+)
8105
8106 commit ec65caa32652841a5be21d6e73146921af16d7a8
8107 Author: Brad Spengler <spender@grsecurity.net>
8108 Date: Wed Apr 20 20:59:43 2016 -0400
8109
8110 Make /proc/sched_debug only readable by root, mentioned in
8111 recent NCC Group paper on Linux containers
8112
8113 kernel/sched/debug.c | 4 ++++
8114 1 file changed, 4 insertions(+)
8115
8116 commit 7957d30730bb26a4aef54ab484dc3b4108f1fdb1
8117 Merge: 463149f ff26083
8118 Author: Brad Spengler <spender@grsecurity.net>
8119 Date: Wed Apr 20 17:55:53 2016 -0400
8120
8121 Merge branch 'pax-test' into grsec-test
8122
8123 commit ff260839e610d2bc1b0c579edd7deb0028198f01
8124 Author: Brad Spengler <spender@grsecurity.net>
8125 Date: Wed Apr 20 17:55:24 2016 -0400
8126
8127 Update to pax-linux-4.4.8-test14.patch:
8128 - Emese fixed some CodingStyle issues in the latent entropy plugin
8129 - fixed some build problems on mips, reported by Steve Arnold (https://bugs.gentoo.org/show_bug.cgi?id=578394)
8130
8131 arch/mips/include/asm/cache.h | 3 ++-
8132 arch/mips/lib/ashldi3.c | 21 ++++++++++++++-------
8133 arch/mips/lib/ashrdi3.c | 19 +++++++++++++------
8134 arch/mips/lib/libgcc.h | 12 +++++++++---
8135 drivers/idle/intel_idle.c | 6 ++++--
8136 tools/gcc/latent_entropy_plugin.c | 29 +++++++++++++++--------------
8137 6 files changed, 57 insertions(+), 33 deletions(-)
8138
8139 commit 463149f47a64db4b26a13009f83ed73d393a209c
8140 Author: Xiaodong Liu <xiaodong.liu@intel.com>
8141 Date: Tue Apr 12 09:45:51 2016 +0000
8142
8143 crypto: sha1-mb - use corrcet pointer while completing jobs
8144
8145 In sha_complete_job, incorrect mcryptd_hash_request_ctx pointer is used
8146 when check and complete other jobs. If the memory of first completed req
8147 is freed, while still completing other jobs in the func, kernel will
8148 crash since NULL pointer is assigned to RIP.
8149
8150 Cc: <stable@vger.kernel.org>
8151 Signed-off-by: Xiaodong Liu <xiaodong.liu@intel.com>
8152 Acked-by: Tim Chen <tim.c.chen@linux.intel.com>
8153 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
8154
8155 arch/x86/crypto/sha-mb/sha1_mb.c | 4 ++--
8156 1 file changed, 2 insertions(+), 2 deletions(-)
8157
8158 commit b4e6484e67b917afb77478cab1260f41dbbc92fc
8159 Author: Tom Lendacky <thomas.lendacky@amd.com>
8160 Date: Wed Apr 13 10:52:25 2016 -0500
8161
8162 crypto: ccp - Prevent information leakage on export
8163
8164 Prevent information from leaking to userspace by doing a memset to 0 of
8165 the export state structure before setting the structure values and copying
8166 it. This prevents un-initialized padding areas from being copied into the
8167 export area.
8168
8169 Cc: <stable@vger.kernel.org> # 3.14.x-
8170 Reported-by: Ben Hutchings <ben@decadent.org.uk>
8171 Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
8172 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
8173
8174 drivers/crypto/ccp/ccp-crypto-aes-cmac.c | 3 +++
8175 drivers/crypto/ccp/ccp-crypto-sha.c | 3 +++
8176 2 files changed, 6 insertions(+)
8177
8178 commit 7d7e961d3f4e4614b22518d8e410e6cf4108f1b0
8179 Author: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
8180 Date: Mon Apr 18 14:33:54 2016 +0300
8181
8182 net/mlx4_en: allocate non 0-order pages for RX ring with __GFP_NOMEMALLOC
8183
8184 High order pages are optional here since commit 51151a16a60f ("mlx4: allow
8185 order-0 memory allocations in RX path"), so here is no reason for depleting
8186 reserves. Generic __netdev_alloc_frag() implements the same logic.
8187
8188 Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
8189 Acked-by: Eric Dumazet <edumazet@google.com>
8190 Signed-off-by: David S. Miller <davem@davemloft.net>
8191
8192 drivers/net/ethernet/mellanox/mlx4/en_rx.c | 2 +-
8193 1 file changed, 1 insertion(+), 1 deletion(-)
8194
8195 commit 6b80edde2edc7fd055f9be8ec42b88abbe328639
8196 Author: Ignat Korchagin <ignat.korchagin@gmail.com>
8197 Date: Thu Mar 17 18:00:29 2016 +0000
8198
8199 USB: usbip: fix potential out-of-bounds write
8200
8201 Fix potential out-of-bounds write to urb->transfer_buffer
8202 usbip handles network communication directly in the kernel. When receiving a
8203 packet from its peer, usbip code parses headers according to protocol. As
8204 part of this parsing urb->actual_length is filled. Since the input for
8205 urb->actual_length comes from the network, it should be treated as untrusted.
8206 Any entity controlling the network may put any value in the input and the
8207 preallocated urb->transfer_buffer may not be large enough to hold the data.
8208 Thus, the malicious entity is able to write arbitrary data to kernel memory.
8209
8210 Signed-off-by: Ignat Korchagin <ignat.korchagin@gmail.com>
8211 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8212
8213 drivers/usb/usbip/usbip_common.c | 11 +++++++++++
8214 1 file changed, 11 insertions(+)
8215
8216 commit 0ce101ec9e74c2cfcd28cbcd18b0626e3d9a2482
8217 Merge: d60a24d f5fe5fd
8218 Author: Brad Spengler <spender@grsecurity.net>
8219 Date: Wed Apr 20 17:35:58 2016 -0400
8220
8221 Merge branch 'pax-test' into grsec-test
8222
8223 commit f5fe5fddf49f1b81a2a3bb43b1e0a8c087aba438
8224 Merge: a107ba2 8c9aef0
8225 Author: Brad Spengler <spender@grsecurity.net>
8226 Date: Wed Apr 20 17:35:29 2016 -0400
8227
8228 Merge branch 'linux-4.4.y' into pax-test
8229
8230 commit d60a24d6e4f61072d0bd1dc12be1177181fa8c2b
8231 Author: Brad Spengler <spender@grsecurity.net>
8232 Date: Mon Apr 18 17:48:10 2016 -0400
8233
8234 fix cast for constify change, reported by pipacs
8235
8236 drivers/idle/intel_idle.c | 4 ++--
8237 1 file changed, 2 insertions(+), 2 deletions(-)
8238
8239 commit 1d376287aeba7a53c91d5ee49ef0a11d02193964
8240 Author: Brad Spengler <spender@grsecurity.net>
8241 Date: Fri Apr 15 21:31:07 2016 -0400
8242
8243 Use proper type for function pointer
8244
8245 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 6 +++---
8246 1 file changed, 3 insertions(+), 3 deletions(-)
8247
8248 commit 0a4104a2fa32904102fac07245426d78a1e9dfab
8249 Author: Brad Spengler <spender@grsecurity.net>
8250 Date: Fri Apr 15 21:24:04 2016 -0400
8251
8252 Fix skylake cstates compat with constify
8253
8254 drivers/idle/intel_idle.c | 6 ++++--
8255 1 file changed, 4 insertions(+), 2 deletions(-)
8256
8257 commit f433f8fd372253c9e78e307afe5b800c5ab0ea61
8258 Author: Brad Spengler <spender@grsecurity.net>
8259 Date: Fri Apr 15 21:10:44 2016 -0400
8260
8261 Update size_overflow hash table
8262
8263 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 3 ++-
8264 1 file changed, 2 insertions(+), 1 deletion(-)
8265
8266 commit ef7804da81cb3c6b6a4c985a3c14ee230a03f26a
8267 Author: Brad Spengler <spender@grsecurity.net>
8268 Date: Fri Apr 15 20:52:37 2016 -0400
8269
8270 compile fix
8271
8272 fs/coredump.c | 3 ---
8273 1 file changed, 3 deletions(-)
8274
8275 commit 967224da52bd98d078b1237aea5ec9e622238fba
8276 Merge: 92771d6 a107ba2
8277 Author: Brad Spengler <spender@grsecurity.net>
8278 Date: Fri Apr 15 20:30:23 2016 -0400
8279
8280 Merge branch 'pax-test' into grsec-test
8281
8282 commit a107ba25214d9694eb836fb04c782ad694977b91
8283 Merge: 4d8fc00 b40108b
8284 Author: Brad Spengler <spender@grsecurity.net>
8285 Date: Fri Apr 15 20:18:26 2016 -0400
8286
8287 Merge branch 'linux-4.4.y' into pax-test
8288
8289 commit 92771d60677d68e8f6ea7a91ff34dd6e24b6d4cf
8290 Author: Brad Spengler <spender@grsecurity.net>
8291 Date: Sun Apr 10 07:18:03 2016 -0400
8292
8293 From: Mathias Krause <minipli@googlemail.com>
8294 To: "David S. Miller" <davem@davemloft.net>
8295 Cc: netdev@vger.kernel.org, "Eric W. Biederman" <ebiederm@xmission.com>, Pavel
8296 Emelyanov <xemul@parallels.com>
8297 Subject: [PATCH net] packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag
8298 interface
8299
8300 Because we miss to wipe the remainder of i->addr[] in packet_mc_add(),
8301 pdiag_put_mclist() leaks uninitialized heap bytes via the
8302 PACKET_DIAG_MCLIST netlink attribute.
8303
8304 Fix this by explicitly memset(0)ing the remaining bytes in i->addr[].
8305
8306 Fixes: eea68e2f1a00 ("packet: Report socket mclist info via diag module")
8307 Signed-off-by: Mathias Krause <minipli@googlemail.com>
8308 Cc: Eric W. Biederman <ebiederm@xmission.com>
8309 Cc: Pavel Emelyanov <xemul@parallels.com>
8310 ---
8311 The bug itself precedes commit eea68e2f1a00 but the list wasn't exposed
8312 to userland before the introduction of the packet_diag interface.
8313 Therefore the "Fixes:" line on that commit.
8314
8315 net/packet/af_packet.c | 1 +
8316 1 file changed, 1 insertion(+)
8317
8318 commit 4286ce3f9e9db4d68870af46ae1d5f9b90b920dd
8319 Author: Jakub Sitnicki <jkbs@redhat.com>
8320 Date: Tue Apr 5 18:41:08 2016 +0200
8321
8322 ipv6: Count in extension headers in skb->network_header
8323
8324 When sending a UDPv6 message longer than MTU, account for the length
8325 of fragmentable IPv6 extension headers in skb->network_header offset.
8326 Same as we do in alloc_new_skb path in __ip6_append_data().
8327
8328 This ensures that later on __ip6_make_skb() will make space in
8329 headroom for fragmentable extension headers:
8330
8331 /* move skb->data to ip header from ext header */
8332 if (skb->data < skb_network_header(skb))
8333 __skb_pull(skb, skb_network_offset(skb));
8334
8335 Prevents a splat due to skb_under_panic:
8336
8337 skbuff: skb_under_panic: text:ffffffff8143397b len:2126 put:14 \
8338 head:ffff880005bacf50 data:ffff880005bacf4a tail:0x48 end:0xc0 dev:lo
8339 ------------[ cut here ]------------
8340 kernel BUG at net/core/skbuff.c:104!
8341 invalid opcode: 0000 [#1] KASAN
8342 CPU: 0 PID: 160 Comm: reproducer Not tainted 4.6.0-rc2 #65
8343 [...]
8344 Call Trace:
8345 [<ffffffff813eb7b9>] skb_push+0x79/0x80
8346 [<ffffffff8143397b>] eth_header+0x2b/0x100
8347 [<ffffffff8141e0d0>] neigh_resolve_output+0x210/0x310
8348 [<ffffffff814eab77>] ip6_finish_output2+0x4a7/0x7c0
8349 [<ffffffff814efe3a>] ip6_output+0x16a/0x280
8350 [<ffffffff815440c1>] ip6_local_out+0xb1/0xf0
8351 [<ffffffff814f1115>] ip6_send_skb+0x45/0xd0
8352 [<ffffffff81518836>] udp_v6_send_skb+0x246/0x5d0
8353 [<ffffffff8151985e>] udpv6_sendmsg+0xa6e/0x1090
8354 [...]
8355
8356 Reported-by: Ji Jianwen <jiji@redhat.com>
8357 Signed-off-by: Jakub Sitnicki <jkbs@redhat.com>
8358 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
8359 Signed-off-by: David S. Miller <davem@davemloft.net>
8360
8361 net/ipv6/ip6_output.c | 8 ++++----
8362 1 file changed, 4 insertions(+), 4 deletions(-)
8363
8364 commit 638dad49a9ba3d86f627adb58b2f4636ed253685
8365 Author: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
8366 Date: Fri Apr 1 17:17:50 2016 -0300
8367
8368 ip6_tunnel: set rtnl_link_ops before calling register_netdevice
8369
8370 When creating an ip6tnl tunnel with ip tunnel, rtnl_link_ops is not set
8371 before ip6_tnl_create2 is called. When register_netdevice is called, there
8372 is no linkinfo attribute in the NEWLINK message because of that.
8373
8374 Setting rtnl_link_ops before calling register_netdevice fixes that.
8375
8376 Fixes: 0b112457229d ("ip6tnl: add support of link creation via rtnl")
8377 Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
8378 Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
8379 Signed-off-by: David S. Miller <davem@davemloft.net>
8380
8381 net/ipv6/ip6_tunnel.c | 2 +-
8382 1 file changed, 1 insertion(+), 1 deletion(-)
8383
8384 commit 14146a0bfaf2ced0055fe549c8fa0941c61e2457
8385 Author: Brad Spengler <spender@grsecurity.net>
8386 Date: Tue Apr 5 21:12:44 2016 -0400
8387
8388 Code cleanups to RANDSTRUCT based on feedback from the PaX Team
8389
8390 tools/gcc/randomize_layout_plugin.c | 18 ++++++++++++------
8391 1 file changed, 12 insertions(+), 6 deletions(-)
8392
8393 commit 3f7dea5e59b0bb34f6bdb628c87251f0105b3d57
8394 Author: Brad Spengler <spender@grsecurity.net>
8395 Date: Sun Apr 3 20:10:10 2016 -0400
8396
8397 Fix RANDSTRUCT support on ARM
8398
8399 tools/gcc/randomize_layout_plugin.c | 54 +++++++++++++++++++++++++++++++++++--
8400 1 file changed, 52 insertions(+), 2 deletions(-)
8401
8402 commit bd893a75ab49f6ea5a216eb334471507337118ba
8403 Merge: 87b7f1d 4d8fc00
8404 Author: Brad Spengler <spender@grsecurity.net>
8405 Date: Sat Apr 2 11:54:20 2016 -0400
8406
8407 Merge branch 'pax-test' into grsec-test
8408
8409 commit 4d8fc00c0066b1921e233123b346efe6ffb27691
8410 Author: Brad Spengler <spender@grsecurity.net>
8411 Date: Sat Apr 2 11:53:53 2016 -0400
8412
8413 Update to pax-linux-4.4.6-test13.patch:
8414 - fixed a REFCOUNT related compile regression on mips, reported by Steve Arnold (https://bugs.gentoo.org/show_bug.cgi?id=578394)
8415 - 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)
8416
8417 arch/mips/include/asm/atomic.h | 4 ----
8418 tools/gcc/size_overflow_plugin/disable_size_overflow_hash.data | 1 +
8419 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 -
8420 3 files changed, 1 insertion(+), 5 deletions(-)
8421
8422 commit 87b7f1d200023ba826b9d552834a2ee85e67526c
8423 Merge: 3335266 3abdad0
8424 Author: Brad Spengler <spender@grsecurity.net>
8425 Date: Sat Apr 2 11:19:17 2016 -0400
8426
8427 Merge branch 'pax-test' into grsec-test
8428
8429 commit 3abdad0c3b436c076c88289f07a250b811d6f79d
8430 Author: Brad Spengler <spender@grsecurity.net>
8431 Date: Sat Apr 2 11:12:56 2016 -0400
8432
8433 Update to pax-linux-4.4.6-test12.patch:
8434 - fixed vmalloc_fault on i386/PAE to use the correct percpu userland pgd table/entry
8435 - fixed a size overflow false positive report in pptp, reported by Pinkbyte (https://forums.grsecurity.net/viewtopic.php?f=3&t=4437)
8436 - fixed a size overflow false positive report in tbf_segment, reported by audiocricket (https://forums.grsecurity.net/viewtopic.php?f=3&t=4438)
8437 - Emese fixed the x86 vdso32 CFLAGS to omit the gcc plugins
8438 - Emese simplified the gcc plugin related make rules, suggested by Masahiro Yamada
8439 - André Fabian Silva Delgado fixed a compile regression on arm, reported by coadde (https://forums.grsecurity.net/viewtopic.php?f=3&t=4435)
8440 - fixed an integer sign conversion error in nfs_super_set_maxbytes caught by the size overflow plugin, reported by Alexey Dvoichenkov <xale@hyperplane.net>
8441 - fixed a size overflow false positive in squashfs, reported by Mathias Krause <minipli@ld-linux.so>
8442 - fixed a size overflow false positive in xfrm6_transport_output, reported by marcan (https://forums.grsecurity.net/viewtopic.php?f=3&t=4426)
8443 - fixed an integer truncation bug in elf_kcore_store_hdr caught by the size overflow plugin
8444 - fixed a gratuitous userland dereference in the amd64 stack walker
8445 - added latent entropy gathering to a few more functions
8446 - constified a few smp_hotplug_thread instances
8447
8448 arch/x86/entry/vdso/Makefile | 1 +
8449 arch/x86/include/asm/cpufeature.h | 1 -
8450 arch/x86/kernel/dumpstack_64.c | 17 ++++++-----------
8451 arch/x86/kernel/head_32.S | 6 +++---
8452 arch/x86/mm/fault.c | 2 +-
8453 drivers/iommu/arm-smmu.c | 2 +-
8454 drivers/net/ppp/pptp.c | 1 +
8455 drivers/staging/rdma/ehca/ehca_irq.c | 2 +-
8456 fs/nfs/internal.h | 5 +++--
8457 fs/proc/kcore.c | 2 +-
8458 kernel/module.c | 6 +++---
8459 kernel/rcu/tree.c | 2 +-
8460 kernel/softirq.c | 2 +-
8461 kernel/stop_machine.c | 2 +-
8462 net/ipv6/xfrm6_mode_transport.c | 2 +-
8463 net/sched/sch_tbf.c | 9 ++++++---
8464 scripts/Makefile.gcc-plugins | 13 +++----------
8465 scripts/Makefile.host | 3 +--
8466 .../disable_size_overflow_hash.data | 4 +++-
8467 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 6 ++----
8468 20 files changed, 40 insertions(+), 48 deletions(-)
8469
8470 commit 3335266d5bec9bc01580736c0a7026ed96cf25e5
8471 Author: Mika Penttilä <mika.penttila@nextfour.com>
8472 Date: Mon Feb 22 17:56:52 2016 +0100
8473
8474 ARM: 8544/1: set_memory_xx fixes
8475
8476 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.
8477
8478 Signed-off-by: Mika Penttilä mika.penttila@nextfour.com
8479 Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
8480
8481 arch/arm/mm/pageattr.c | 3 +++
8482 1 file changed, 3 insertions(+)
8483
8484 commit d6d6499b22c0e5593a16f41c516041b23fbf9eeb
8485 Author: Josh Boyer <jwboyer@fedoraproject.org>
8486 Date: Mon Mar 14 10:42:38 2016 -0400
8487
8488 USB: iowarrior: fix oops with malicious USB descriptors
8489
8490 The iowarrior driver expects at least one valid endpoint. If given
8491 malicious descriptors that specify 0 for the number of endpoints,
8492 it will crash in the probe function. Ensure there is at least
8493 one endpoint on the interface before using it.
8494
8495 The full report of this issue can be found here:
8496 http://seclists.org/bugtraq/2016/Mar/87
8497
8498 Reported-by: Ralf Spenneberg <ralf@spenneberg.net>
8499 Cc: stable <stable@vger.kernel.org>
8500 Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
8501 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8502
8503 drivers/usb/misc/iowarrior.c | 6 ++++++
8504 1 file changed, 6 insertions(+)
8505
8506 commit 79a1fb47ab1245e81040bcd45b3e44e65d282684
8507 Author: Oliver Neukum <oneukum@suse.com>
8508 Date: Tue Mar 15 10:14:04 2016 +0100
8509
8510 USB: cdc-acm: more sanity checking
8511
8512 An attack has become available which pretends to be a quirky
8513 device circumventing normal sanity checks and crashes the kernel
8514 by an insufficient number of interfaces. This patch adds a check
8515 to the code path for quirky devices.
8516
8517 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
8518 CC: stable@vger.kernel.org
8519 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8520
8521 drivers/usb/class/cdc-acm.c | 3 +++
8522 1 file changed, 3 insertions(+)
8523
8524 commit 6ee21acdf0da6602671cb50edeca0abfba3955f7
8525 Author: Oliver Neukum <oneukum@suse.com>
8526 Date: Wed Mar 16 13:26:17 2016 +0100
8527
8528 USB: usb_driver_claim_interface: add sanity checking
8529
8530 Attacks that trick drivers into passing a NULL pointer
8531 to usb_driver_claim_interface() using forged descriptors are
8532 known. This thwarts them by sanity checking.
8533
8534 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
8535 CC: stable@vger.kernel.org
8536 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8537
8538 drivers/usb/core/driver.c | 6 +++++-
8539 1 file changed, 5 insertions(+), 1 deletion(-)
8540
8541 commit 44247834ddab762509eaaf5c742e15bfadcd9d94
8542 Author: Paolo Bonzini <pbonzini@redhat.com>
8543 Date: Mon Mar 21 10:15:25 2016 +0100
8544
8545 KVM: fix spin_lock_init order on x86
8546
8547 Moving the initialization earlier is needed in 4.6 because
8548 kvm_arch_init_vm is now using mmu_lock, causing lockdep to
8549 complain:
8550
8551 [ 284.440294] INFO: trying to register non-static key.
8552 [ 284.445259] the code is fine but needs lockdep annotation.
8553 [ 284.450736] turning off the locking correctness validator.
8554 ...
8555 [ 284.528318] [<ffffffff810aecc3>] lock_acquire+0xd3/0x240
8556 [ 284.533733] [<ffffffffa0305aa0>] ? kvm_page_track_register_notifier+0x20/0x60 [kvm]
8557 [ 284.541467] [<ffffffff81715581>] _raw_spin_lock+0x41/0x80
8558 [ 284.546960] [<ffffffffa0305aa0>] ? kvm_page_track_register_notifier+0x20/0x60 [kvm]
8559 [ 284.554707] [<ffffffffa0305aa0>] kvm_page_track_register_notifier+0x20/0x60 [kvm]
8560 [ 284.562281] [<ffffffffa02ece70>] kvm_mmu_init_vm+0x20/0x30 [kvm]
8561 [ 284.568381] [<ffffffffa02dbf7a>] kvm_arch_init_vm+0x1ea/0x200 [kvm]
8562 [ 284.574740] [<ffffffffa02bff3f>] kvm_dev_ioctl+0xbf/0x4d0 [kvm]
8563
8564 However, it also helps fixing a preexisting problem, which is why this
8565 patch is also good for stable kernels: kvm_create_vm was incrementing
8566 current->mm->mm_count but not decrementing it at the out_err label (in
8567 case kvm_init_mmu_notifier failed). The new initialization order makes
8568 it possible to add the required mmdrop without adding a new error label.
8569
8570 Cc: stable@vger.kernel.org
8571 Reported-by: Borislav Petkov <bp@alien8.de>
8572 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
8573
8574 virt/kvm/kvm_main.c | 21 +++++++++++----------
8575 1 file changed, 11 insertions(+), 10 deletions(-)
8576
8577 commit 9d0cf281d74a9fe490f3ba5ca3d0e57eac066e1c
8578 Author: Paolo Bonzini <pbonzini@redhat.com>
8579 Date: Fri Mar 18 16:53:42 2016 +0100
8580
8581 KVM: VMX: avoid guest hang on invalid invvpid instruction
8582
8583 A guest executing an invalid invvpid instruction would hang
8584 because the instruction pointer was not updated.
8585
8586 Reported-by: jmontleo@redhat.com
8587 Tested-by: jmontleo@redhat.com
8588 Cc: stable@vger.kernel.org
8589 Fixes: 99b83ac893b84ed1a62ad6d1f2b6cc32026b9e85
8590 Reviewed-by: David Matlack <dmatlack@google.com>
8591 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
8592
8593 arch/x86/kvm/vmx.c | 1 +
8594 1 file changed, 1 insertion(+)
8595
8596 commit 602caaece277e5e21ae43771398bbf7778061beb
8597 Author: Paolo Bonzini <pbonzini@redhat.com>
8598 Date: Fri Mar 18 16:53:29 2016 +0100
8599
8600 KVM: VMX: avoid guest hang on invalid invept instruction
8601
8602 A guest executing an invalid invept instruction would hang
8603 because the instruction pointer was not updated.
8604
8605 Cc: stable@vger.kernel.org
8606 Fixes: bfd0a56b90005f8c8a004baf407ad90045c2b11e
8607 Reviewed-by: David Matlack <dmatlack@google.com>
8608 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
8609
8610 arch/x86/kvm/vmx.c | 1 +
8611 1 file changed, 1 insertion(+)
8612
8613 commit 3309ac82d6596de8abc6ea51dd0a942416da1cc1
8614 Author: Jann Horn <jann@thejh.net>
8615 Date: Tue Mar 22 14:25:36 2016 -0700
8616
8617 fs/coredump: prevent fsuid=0 dumps into user-controlled directories
8618
8619 This commit fixes the following security hole affecting systems where
8620 all of the following conditions are fulfilled:
8621
8622 - The fs.suid_dumpable sysctl is set to 2.
8623 - The kernel.core_pattern sysctl's value starts with "/". (Systems
8624 where kernel.core_pattern starts with "|/" are not affected.)
8625 - Unprivileged user namespace creation is permitted. (This is
8626 true on Linux >=3.8, but some distributions disallow it by
8627 default using a distro patch.)
8628
8629 Under these conditions, if a program executes under secure exec rules,
8630 causing it to run with the SUID_DUMP_ROOT flag, then unshares its user
8631 namespace, changes its root directory and crashes, the coredump will be
8632 written using fsuid=0 and a path derived from kernel.core_pattern - but
8633 this path is interpreted relative to the root directory of the process,
8634 allowing the attacker to control where a coredump will be written with
8635 root privileges.
8636
8637 To fix the security issue, always interpret core_pattern for dumps that
8638 are written under SUID_DUMP_ROOT relative to the root directory of init.
8639
8640 Signed-off-by: Jann Horn <jann@thejh.net>
8641 Acked-by: Kees Cook <keescook@chromium.org>
8642 Cc: Al Viro <viro@zeniv.linux.org.uk>
8643 Cc: "Eric W. Biederman" <ebiederm@xmission.com>
8644 Cc: Andy Lutomirski <luto@kernel.org>
8645 Cc: Oleg Nesterov <oleg@redhat.com>
8646 Cc: <stable@vger.kernel.org>
8647 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8648 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
8649
8650 arch/um/drivers/mconsole_kern.c | 2 +-
8651 fs/coredump.c | 31 +++++++++++++++++++++++++++----
8652 fs/fhandle.c | 2 +-
8653 fs/open.c | 6 ++----
8654 include/linux/fs.h | 2 +-
8655 kernel/sysctl_binary.c | 2 +-
8656 6 files changed, 33 insertions(+), 12 deletions(-)
8657
8658 commit a7c8d3c91a3e50d0873942f09afbb5071382d5e7
8659 Author: Takashi Iwai <tiwai@suse.de>
8660 Date: Fri Apr 1 12:28:16 2016 +0200
8661
8662 ALSA: timer: Use mod_timer() for rearming the system timer
8663
8664 ALSA system timer backend stops the timer via del_timer() without sync
8665 and leaves del_timer_sync() at the close instead. This is because of
8666 the restriction by the design of ALSA timer: namely, the stop callback
8667 may be called from the timer handler, and calling the sync shall lead
8668 to a hangup. However, this also triggers a kernel BUG() when the
8669 timer is rearmed immediately after stopping without sync:
8670 kernel BUG at kernel/time/timer.c:966!
8671 Call Trace:
8672 <IRQ>
8673 [<ffffffff8239c94e>] snd_timer_s_start+0x13e/0x1a0
8674 [<ffffffff8239e1f4>] snd_timer_interrupt+0x504/0xec0
8675 [<ffffffff8122fca0>] ? debug_check_no_locks_freed+0x290/0x290
8676 [<ffffffff8239ec64>] snd_timer_s_function+0xb4/0x120
8677 [<ffffffff81296b72>] call_timer_fn+0x162/0x520
8678 [<ffffffff81296add>] ? call_timer_fn+0xcd/0x520
8679 [<ffffffff8239ebb0>] ? snd_timer_interrupt+0xec0/0xec0
8680 ....
8681
8682 It's the place where add_timer() checks the pending timer. It's clear
8683 that this may happen after the immediate restart without sync in our
8684 cases.
8685
8686 So, the workaround here is just to use mod_timer() instead of
8687 add_timer(). This looks like a band-aid fix, but it's a right move,
8688 as snd_timer_interrupt() takes care of the continuous rearm of timer.
8689
8690 Reported-by: Jiri Slaby <jslaby@suse.cz>
8691 Cc: <stable@vger.kernel.org>
8692 Signed-off-by: Takashi Iwai <tiwai@suse.de>
8693
8694 sound/core/timer.c | 4 ++--
8695 1 file changed, 2 insertions(+), 2 deletions(-)
8696
8697 commit 2de05c5fc90b461d78a54a7240b664a068844c8c
8698 Author: Daniel Vetter <daniel.vetter@ffwll.ch>
8699 Date: Wed Mar 30 11:40:43 2016 +0200
8700
8701 drm/udl: Use unlocked gem unreferencing
8702
8703 For drm_gem_object_unreference callers are required to hold
8704 dev->struct_mutex, which these paths don't. Enforcing this requirement
8705 has become a bit more strict with
8706
8707 commit ef4c6270bf2867e2f8032e9614d1a8cfc6c71663
8708 Author: Daniel Vetter <daniel.vetter@ffwll.ch>
8709 Date: Thu Oct 15 09:36:25 2015 +0200
8710
8711 drm/gem: Check locking in drm_gem_object_unreference
8712
8713 Cc: stable@vger.kernel.org
8714 Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
8715 Signed-off-by: Dave Airlie <airlied@redhat.com>
8716
8717 drivers/gpu/drm/udl/udl_fb.c | 2 +-
8718 drivers/gpu/drm/udl/udl_gem.c | 2 +-
8719 2 files changed, 2 insertions(+), 2 deletions(-)
8720
8721 commit c8153b6b1731b8fee33966dd8d148643240f1dc0
8722 Author: Jan Kara <jack@suse.com>
8723 Date: Mon Dec 7 14:34:49 2015 -0500
8724
8725 ext4: fix races of writeback with punch hole and zero range
8726
8727 When doing delayed allocation, update of on-disk inode size is postponed
8728 until IO submission time. However hole punch or zero range fallocate
8729 calls can end up discarding the tail page cache page and thus on-disk
8730 inode size would never be properly updated.
8731
8732 Make sure the on-disk inode size is updated before truncating page
8733 cache.
8734
8735 Signed-off-by: Jan Kara <jack@suse.com>
8736 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
8737
8738 fs/ext4/ext4.h | 3 +++
8739 fs/ext4/extents.c | 5 +++++
8740 fs/ext4/inode.c | 35 ++++++++++++++++++++++++++++++++++-
8741 3 files changed, 42 insertions(+), 1 deletion(-)
8742
8743 commit d64beb441579f2667e99eb9d4d6e83deb88bf59b
8744 Author: Jan Kara <jack@suse.com>
8745 Date: Mon Dec 7 14:31:11 2015 -0500
8746
8747 ext4: fix races between buffered IO and collapse / insert range
8748
8749 Current code implementing FALLOC_FL_COLLAPSE_RANGE and
8750 FALLOC_FL_INSERT_RANGE is prone to races with buffered writes and page
8751 faults. If buffered write or write via mmap manages to squeeze between
8752 filemap_write_and_wait_range() and truncate_pagecache() in the fallocate
8753 implementations, the written data is simply discarded by
8754 truncate_pagecache() although it should have been shifted.
8755
8756 Fix the problem by moving filemap_write_and_wait_range() call inside
8757 i_mutex and i_mmap_sem. That way we are protected against races with
8758 both buffered writes and page faults.
8759
8760 Signed-off-by: Jan Kara <jack@suse.com>
8761 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
8762
8763 fs/ext4/extents.c | 59 +++++++++++++++++++++++++++++--------------------------
8764 1 file changed, 31 insertions(+), 28 deletions(-)
8765
8766 commit b1ae49aa4dad39233b16456e0765a23ba4e0546c
8767 Author: Jan Kara <jack@suse.com>
8768 Date: Mon Dec 7 14:29:17 2015 -0500
8769
8770 ext4: move unlocked dio protection from ext4_alloc_file_blocks()
8771
8772 Currently ext4_alloc_file_blocks() was handling protection against
8773 unlocked DIO. However we now need to sometimes call it under i_mmap_sem
8774 and sometimes not and DIO protection ranks above it (although strictly
8775 speaking this cannot currently create any deadlocks). Also
8776 ext4_zero_range() was actually getting & releasing unlocked DIO
8777 protection twice in some cases. Luckily it didn't introduce any real bug
8778 but it was a land mine waiting to be stepped on. So move DIO protection
8779 out from ext4_alloc_file_blocks() into the two callsites.
8780
8781 Signed-off-by: Jan Kara <jack@suse.com>
8782 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
8783
8784 fs/ext4/extents.c | 21 ++++++++++-----------
8785 1 file changed, 10 insertions(+), 11 deletions(-)
8786
8787 commit f9329a4ec30a26f0fababf809c5f1a3ef851b625
8788 Author: Jan Kara <jack@suse.com>
8789 Date: Mon Dec 7 14:28:03 2015 -0500
8790
8791 ext4: fix races between page faults and hole punching
8792
8793 Currently, page faults and hole punching are completely unsynchronized.
8794 This can result in page fault faulting in a page into a range that we
8795 are punching after truncate_pagecache_range() has been called and thus
8796 we can end up with a page mapped to disk blocks that will be shortly
8797 freed. Filesystem corruption will shortly follow. Note that the same
8798 race is avoided for truncate by checking page fault offset against
8799 i_size but there isn't similar mechanism available for punching holes.
8800
8801 Fix the problem by creating new rw semaphore i_mmap_sem in inode and
8802 grab it for writing over truncate, hole punching, and other functions
8803 removing blocks from extent tree and for read over page faults. We
8804 cannot easily use i_data_sem for this since that ranks below transaction
8805 start and we need something ranking above it so that it can be held over
8806 the whole truncate / hole punching operation. Also remove various
8807 workarounds we had in the code to reduce race window when page fault
8808 could have created pages with stale mapping information.
8809
8810 Signed-off-by: Jan Kara <jack@suse.com>
8811 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
8812
8813 fs/ext4/ext4.h | 10 +++++++++
8814 fs/ext4/extents.c | 54 ++++++++++++++++++++++++--------------------
8815 fs/ext4/file.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++--------
8816 fs/ext4/inode.c | 36 +++++++++++++++++++++--------
8817 fs/ext4/super.c | 1 +
8818 fs/ext4/truncate.h | 2 ++
8819 6 files changed, 127 insertions(+), 42 deletions(-)
8820
8821 commit 572a615b85c1d5c8aeea4ffd24ab428775a1cca9
8822 Author: Guenter Roeck <linux@roeck-us.net>
8823 Date: Sat Mar 26 12:28:05 2016 -0700
8824
8825 hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiated
8826
8827 arm:pxa_defconfig can result in the following crash if the max1111 driver
8828 is not instantiated.
8829
8830 Unhandled fault: page domain fault (0x01b) at 0x00000000
8831 pgd = c0004000
8832 [00000000] *pgd=00000000
8833 Internal error: : 1b [#1] PREEMPT ARM
8834 Modules linked in:
8835 CPU: 0 PID: 300 Comm: kworker/0:1 Not tainted 4.5.0-01301-g1701f680407c #10
8836 Hardware name: SHARP Akita
8837 Workqueue: events sharpsl_charge_toggle
8838 task: c390a000 ti: c391e000 task.ti: c391e000
8839 PC is at max1111_read_channel+0x20/0x30
8840 LR is at sharpsl_pm_pxa_read_max1111+0x2c/0x3c
8841 pc : [<c03aaab0>] lr : [<c0024b50>] psr: 20000013
8842 ...
8843 [<c03aaab0>] (max1111_read_channel) from [<c0024b50>]
8844 (sharpsl_pm_pxa_read_max1111+0x2c/0x3c)
8845 [<c0024b50>] (sharpsl_pm_pxa_read_max1111) from [<c00262e0>]
8846 (spitzpm_read_devdata+0x5c/0xc4)
8847 [<c00262e0>] (spitzpm_read_devdata) from [<c0024094>]
8848 (sharpsl_check_battery_temp+0x78/0x110)
8849 [<c0024094>] (sharpsl_check_battery_temp) from [<c0024f9c>]
8850 (sharpsl_charge_toggle+0x48/0x110)
8851 [<c0024f9c>] (sharpsl_charge_toggle) from [<c004429c>]
8852 (process_one_work+0x14c/0x48c)
8853 [<c004429c>] (process_one_work) from [<c0044618>] (worker_thread+0x3c/0x5d4)
8854 [<c0044618>] (worker_thread) from [<c004a238>] (kthread+0xd0/0xec)
8855 [<c004a238>] (kthread) from [<c000a670>] (ret_from_fork+0x14/0x24)
8856
8857 This can occur because the SPI controller driver (SPI_PXA2XX) is built as
8858 module and thus not necessarily loaded. While building SPI_PXA2XX into the
8859 kernel would make the problem disappear, it appears prudent to ensure that
8860 the driver is instantiated before accessing its data structures.
8861
8862 Cc: Arnd Bergmann <arnd@arndb.de>
8863 Cc: stable@vger.kernel.org
8864 Signed-off-by: Guenter Roeck <linux@roeck-us.net>
8865
8866 drivers/hwmon/max1111.c | 6 ++++++
8867 1 file changed, 6 insertions(+)
8868
8869 commit f75f1af7a0b4be055855ca5120ee78174f3370f2
8870 Author: Nicolai Stange <nicstange@gmail.com>
8871 Date: Sun Mar 20 23:23:46 2016 +0100
8872
8873 PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
8874
8875 Despite what the DocBook comment to pkcs7_validate_trust() says, the
8876 *_trusted argument is never set to false.
8877
8878 pkcs7_validate_trust() only positively sets *_trusted upon encountering
8879 a trusted PKCS#7 SignedInfo block.
8880
8881 This is quite unfortunate since its callers, system_verify_data() for
8882 example, depend on pkcs7_validate_trust() clearing *_trusted on non-trust.
8883
8884 Indeed, UBSAN splats when attempting to load the uninitialized local
8885 variable 'trusted' from system_verify_data() in pkcs7_validate_trust():
8886
8887 UBSAN: Undefined behaviour in crypto/asymmetric_keys/pkcs7_trust.c:194:14
8888 load of value 82 is not a valid value for type '_Bool'
8889 [...]
8890 Call Trace:
8891 [<ffffffff818c4d35>] dump_stack+0xbc/0x117
8892 [<ffffffff818c4c79>] ? _atomic_dec_and_lock+0x169/0x169
8893 [<ffffffff8194113b>] ubsan_epilogue+0xd/0x4e
8894 [<ffffffff819419fa>] __ubsan_handle_load_invalid_value+0x111/0x158
8895 [<ffffffff819418e9>] ? val_to_string.constprop.12+0xcf/0xcf
8896 [<ffffffff818334a4>] ? x509_request_asymmetric_key+0x114/0x370
8897 [<ffffffff814b83f0>] ? kfree+0x220/0x370
8898 [<ffffffff818312c2>] ? public_key_verify_signature_2+0x32/0x50
8899 [<ffffffff81835e04>] pkcs7_validate_trust+0x524/0x5f0
8900 [<ffffffff813c391a>] system_verify_data+0xca/0x170
8901 [<ffffffff813c3850>] ? top_trace_array+0x9b/0x9b
8902 [<ffffffff81510b29>] ? __vfs_read+0x279/0x3d0
8903 [<ffffffff8129372f>] mod_verify_sig+0x1ff/0x290
8904 [...]
8905
8906 The implication is that pkcs7_validate_trust() effectively grants trust
8907 when it really shouldn't have.
8908
8909 Fix this by explicitly setting *_trusted to false at the very beginning
8910 of pkcs7_validate_trust().
8911
8912 Cc: <stable@vger.kernel.org>
8913 Signed-off-by: Nicolai Stange <nicstange@gmail.com>
8914 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
8915
8916 crypto/asymmetric_keys/pkcs7_trust.c | 2 ++
8917 1 file changed, 2 insertions(+)
8918
8919 commit 1052826f7352ccc98167129b0b83222f45d50046
8920 Author: Florian Westphal <fw@strlen.de>
8921 Date: Tue Mar 22 18:02:49 2016 +0100
8922
8923 netfilter: x_tables: validate e->target_offset early
8924
8925 We should check that e->target_offset is sane before
8926 mark_source_chains gets called since it will fetch the target entry
8927 for loop detection.
8928
8929 Signed-off-by: Florian Westphal <fw@strlen.de>
8930 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
8931
8932 net/ipv4/netfilter/arp_tables.c | 17 ++++++++---------
8933 net/ipv4/netfilter/ip_tables.c | 17 ++++++++---------
8934 net/ipv6/netfilter/ip6_tables.c | 17 ++++++++---------
8935 3 files changed, 24 insertions(+), 27 deletions(-)
8936
8937 commit b35d19509e8dab157214e46dd24314663ccf554f
8938 Author: Florian Westphal <fw@strlen.de>
8939 Date: Tue Mar 22 18:02:50 2016 +0100
8940
8941 netfilter: x_tables: make sure e->next_offset covers remaining blob size
8942
8943 Otherwise this function may read data beyond the ruleset blob.
8944
8945 Signed-off-by: Florian Westphal <fw@strlen.de>
8946 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
8947
8948 net/ipv4/netfilter/arp_tables.c | 6 ++++--
8949 net/ipv4/netfilter/ip_tables.c | 6 ++++--
8950 net/ipv6/netfilter/ip6_tables.c | 6 ++++--
8951 3 files changed, 12 insertions(+), 6 deletions(-)
8952
8953 commit 4d7642ed66b69140733a7b51fcd6d37ce4d4514c
8954 Author: Florian Westphal <fw@strlen.de>
8955 Date: Tue Mar 22 18:02:52 2016 +0100
8956
8957 netfilter: x_tables: fix unconditional helper
8958
8959 Ben Hawkes says:
8960
8961 In the mark_source_chains function (net/ipv4/netfilter/ip_tables.c) it
8962 is possible for a user-supplied ipt_entry structure to have a large
8963 next_offset field. This field is not bounds checked prior to writing a
8964 counter value at the supplied offset.
8965
8966 Problem is that mark_source_chains should not have been called --
8967 the rule doesn't have a next entry, so its supposed to return
8968 an absolute verdict of either ACCEPT or DROP.
8969
8970 However, the function conditional() doesn't work as the name implies.
8971 It only checks that the rule is using wildcard address matching.
8972
8973 However, an unconditional rule must also not be using any matches
8974 (no -m args).
8975
8976 The underflow validator only checked the addresses, therefore
8977 passing the 'unconditional absolute verdict' test, while
8978 mark_source_chains also tested for presence of matches, and thus
8979 proceeeded to the next (not-existent) rule.
8980
8981 Unify this so that all the callers have same idea of 'unconditional rule'.
8982
8983 Reported-by: Ben Hawkes <hawkes@google.com>
8984 Signed-off-by: Florian Westphal <fw@strlen.de>
8985 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
8986
8987 net/ipv4/netfilter/arp_tables.c | 18 +++++++++---------
8988 net/ipv4/netfilter/ip_tables.c | 23 +++++++++++------------
8989 net/ipv6/netfilter/ip6_tables.c | 23 +++++++++++------------
8990 3 files changed, 31 insertions(+), 33 deletions(-)
8991
8992 commit e3e51682563f1453dfc4b9ef88b29af4d1a78e78
8993 Author: Pablo Neira Ayuso <pablo@netfilter.org>
8994 Date: Thu Mar 24 21:29:53 2016 +0100
8995
8996 netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIES
8997
8998 Make sure the table names via getsockopt GET_ENTRIES is nul-terminated
8999 in ebtables and all the x_tables variants and their respective compat
9000 code. Uncovered by KASAN.
9001
9002 Reported-by: Baozeng Ding <sploving1@gmail.com>
9003 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
9004
9005 net/bridge/netfilter/ebtables.c | 4 ++++
9006 net/ipv4/netfilter/arp_tables.c | 2 ++
9007 net/ipv4/netfilter/ip_tables.c | 2 ++
9008 net/ipv6/netfilter/ip6_tables.c | 2 ++
9009 4 files changed, 10 insertions(+)
9010
9011 commit 7742471b674597627f8f608f6a89c6e5bbd6533d
9012 Author: Nicolai Stange <nicstange@gmail.com>
9013 Date: Fri Mar 25 14:22:14 2016 -0700
9014
9015 mm/filemap: generic_file_read_iter(): check for zero reads unconditionally
9016
9017 If
9018 - generic_file_read_iter() gets called with a zero read length,
9019 - the read offset is at a page boundary,
9020 - IOCB_DIRECT is not set
9021 - and the page in question hasn't made it into the page cache yet,
9022 then do_generic_file_read() will trigger a readahead with a req_size hint
9023 of zero.
9024
9025 Since roundup_pow_of_two(0) is undefined, UBSAN reports
9026
9027 UBSAN: Undefined behaviour in include/linux/log2.h:63:13
9028 shift exponent 64 is too large for 64-bit type 'long unsigned int'
9029 CPU: 3 PID: 1017 Comm: sa1 Tainted: G L 4.5.0-next-20160318+ #14
9030 [...]
9031 Call Trace:
9032 [...]
9033 [<ffffffff813ef61a>] ondemand_readahead+0x3aa/0x3d0
9034 [<ffffffff813ef61a>] ? ondemand_readahead+0x3aa/0x3d0
9035 [<ffffffff813c73bd>] ? find_get_entry+0x2d/0x210
9036 [<ffffffff813ef9c3>] page_cache_sync_readahead+0x63/0xa0
9037 [<ffffffff813cc04d>] do_generic_file_read+0x80d/0xf90
9038 [<ffffffff813cc955>] generic_file_read_iter+0x185/0x420
9039 [...]
9040 [<ffffffff81510b06>] __vfs_read+0x256/0x3d0
9041 [...]
9042
9043 when get_init_ra_size() gets called from ondemand_readahead().
9044
9045 The net effect is that the initial readahead size is arch dependent for
9046 requested read lengths of zero: for example, since
9047
9048 1UL << (sizeof(unsigned long) * 8)
9049
9050 evaluates to 1 on x86 while its result is 0 on ARMv7, the initial readahead
9051 size becomes 4 on the former and 0 on the latter.
9052
9053 What's more, whether or not the file access timestamp is updated for zero
9054 length reads is decided differently for the two cases of IOCB_DIRECT
9055 being set or cleared: in the first case, generic_file_read_iter()
9056 explicitly skips updating that timestamp while in the latter case, it is
9057 always updated through the call to do_generic_file_read().
9058
9059 According to POSIX, zero length reads "do not modify the last data access
9060 timestamp" and thus, the IOCB_DIRECT behaviour is POSIXly correct.
9061
9062 Let generic_file_read_iter() unconditionally check the requested read
9063 length at its entry and return immediately with success if it is zero.
9064
9065 Signed-off-by: Nicolai Stange <nicstange@gmail.com>
9066 Cc: Al Viro <viro@zeniv.linux.org.uk>
9067 Reviewed-by: Jan Kara <jack@suse.cz>
9068 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
9069 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9070
9071 mm/filemap.c | 7 ++++---
9072 1 file changed, 4 insertions(+), 3 deletions(-)
9073
9074 commit 604785419da498d7e876a0191b2e11626db706bb
9075 Author: Oliver Neukum <oneukum@suse.com>
9076 Date: Thu Mar 17 14:00:17 2016 -0700
9077
9078 Input: ims-pcu - sanity check against missing interfaces
9079
9080 A malicious device missing interface can make the driver oops.
9081 Add sanity checking.
9082
9083 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
9084 CC: stable@vger.kernel.org
9085 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
9086
9087 drivers/input/misc/ims-pcu.c | 4 ++++
9088 1 file changed, 4 insertions(+)
9089
9090 commit 24c3f4f6652f07eb2c3deea1488ff4de00592e80
9091 Author: Vladis Dronov <vdronov@redhat.com>
9092 Date: Wed Mar 23 11:53:46 2016 -0700
9093
9094 Input: ati_remote2 - fix crashes on detecting device with invalid descriptor
9095
9096 The ati_remote2 driver expects at least two interfaces with one
9097 endpoint each. If given malicious descriptor that specify one
9098 interface or no endpoints, it will crash in the probe function.
9099 Ensure there is at least two interfaces and one endpoint for each
9100 interface before using it.
9101
9102 The full disclosure: http://seclists.org/bugtraq/2016/Mar/90
9103
9104 Reported-by: Ralf Spenneberg <ralf@spenneberg.net>
9105 Signed-off-by: Vladis Dronov <vdronov@redhat.com>
9106 Cc: stable@vger.kernel.org
9107 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
9108
9109 drivers/input/misc/ati_remote2.c | 36 ++++++++++++++++++++++++++++++------
9110 1 file changed, 30 insertions(+), 6 deletions(-)
9111
9112 commit 262df604d00e72a4b930fbf7fe3a770f0196a5a5
9113 Author: Oliver Neukum <oneukum@suse.com>
9114 Date: Wed Mar 23 14:36:56 2016 -0700
9115
9116 Input: sur40 - fix DMA on stack
9117
9118 During the initialisation the driver uses a buffer on the stack for DMA.
9119 That violates the cache coherency rules. The fix is to allocate the buffer
9120 with kmalloc().
9121
9122 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
9123 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
9124
9125 drivers/input/touchscreen/sur40.c | 21 ++++++++++++++-------
9126 1 file changed, 14 insertions(+), 7 deletions(-)
9127
9128 commit 015dd03669b2ab646723f6b123377e4ef5694a10
9129 Author: Haiyang Zhang <haiyangz@microsoft.com>
9130 Date: Wed Mar 23 09:43:10 2016 -0700
9131
9132 hv_netvsc: Fix the array sizes to be max supported channels
9133
9134 The VRSS_CHANNEL_MAX is the max number of channels supported by Hyper-V
9135 hosts. We use it for the related array sizes instead of using NR_CPUS,
9136 which may be set to several thousands.
9137 This patch reduces possible memory allocation failures.
9138
9139 Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
9140 Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
9141 Signed-off-by: David S. Miller <davem@davemloft.net>
9142
9143 drivers/net/hyperv/hyperv_net.h | 7 ++++---
9144 drivers/net/hyperv/rndis_filter.c | 4 ++--
9145 2 files changed, 6 insertions(+), 5 deletions(-)
9146
9147 commit a850a78d6393ef22a970266cbbefdf3dba0267b5
9148 Author: Haiyang Zhang <haiyangz@microsoft.com>
9149 Date: Wed Mar 23 09:43:09 2016 -0700
9150
9151 hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()
9152
9153 struct netvsc_device is freed in rndis_filter_device_remove(). So we save
9154 the nvdev->num_chn into a temp variable for later usage.
9155
9156 (Please also include this patch into stable branch.)
9157
9158 Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
9159 Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
9160 Signed-off-by: David S. Miller <davem@davemloft.net>
9161
9162 drivers/net/hyperv/netvsc_drv.c | 5 ++++-
9163 1 file changed, 4 insertions(+), 1 deletion(-)
9164
9165 commit 7409626e43fe871cede30ac926425938f3ccddaf
9166 Author: Guillaume Nault <g.nault@alphalink.fr>
9167 Date: Wed Mar 23 16:38:55 2016 +0100
9168
9169 ppp: take reference on channels netns
9170
9171 Let channels hold a reference on their network namespace.
9172 Some channel types, like ppp_async and ppp_synctty, can have their
9173 userspace controller running in a different namespace. Therefore they
9174 can't rely on them to preclude their netns from being removed from
9175 under them.
9176
9177 ==================================================================
9178 BUG: KASAN: use-after-free in ppp_unregister_channel+0x372/0x3a0 at
9179 addr ffff880064e217e0
9180 Read of size 8 by task syz-executor/11581
9181 =============================================================================
9182 BUG net_namespace (Not tainted): kasan: bad access detected
9183 -----------------------------------------------------------------------------
9184
9185 Disabling lock debugging due to kernel taint
9186 INFO: Allocated in copy_net_ns+0x6b/0x1a0 age=92569 cpu=3 pid=6906
9187 [< none >] ___slab_alloc+0x4c7/0x500 kernel/mm/slub.c:2440
9188 [< none >] __slab_alloc+0x4c/0x90 kernel/mm/slub.c:2469
9189 [< inline >] slab_alloc_node kernel/mm/slub.c:2532
9190 [< inline >] slab_alloc kernel/mm/slub.c:2574
9191 [< none >] kmem_cache_alloc+0x23a/0x2b0 kernel/mm/slub.c:2579
9192 [< inline >] kmem_cache_zalloc kernel/include/linux/slab.h:597
9193 [< inline >] net_alloc kernel/net/core/net_namespace.c:325
9194 [< none >] copy_net_ns+0x6b/0x1a0 kernel/net/core/net_namespace.c:360
9195 [< none >] create_new_namespaces+0x2f6/0x610 kernel/kernel/nsproxy.c:95
9196 [< none >] copy_namespaces+0x297/0x320 kernel/kernel/nsproxy.c:150
9197 [< none >] copy_process.part.35+0x1bf4/0x5760 kernel/kernel/fork.c:1451
9198 [< inline >] copy_process kernel/kernel/fork.c:1274
9199 [< none >] _do_fork+0x1bc/0xcb0 kernel/kernel/fork.c:1723
9200 [< inline >] SYSC_clone kernel/kernel/fork.c:1832
9201 [< none >] SyS_clone+0x37/0x50 kernel/kernel/fork.c:1826
9202 [< none >] entry_SYSCALL_64_fastpath+0x16/0x7a kernel/arch/x86/entry/entry_64.S:185
9203
9204 INFO: Freed in net_drop_ns+0x67/0x80 age=575 cpu=2 pid=2631
9205 [< none >] __slab_free+0x1fc/0x320 kernel/mm/slub.c:2650
9206 [< inline >] slab_free kernel/mm/slub.c:2805
9207 [< none >] kmem_cache_free+0x2a0/0x330 kernel/mm/slub.c:2814
9208 [< inline >] net_free kernel/net/core/net_namespace.c:341
9209 [< none >] net_drop_ns+0x67/0x80 kernel/net/core/net_namespace.c:348
9210 [< none >] cleanup_net+0x4e5/0x600 kernel/net/core/net_namespace.c:448
9211 [< none >] process_one_work+0x794/0x1440 kernel/kernel/workqueue.c:2036
9212 [< none >] worker_thread+0xdb/0xfc0 kernel/kernel/workqueue.c:2170
9213 [< none >] kthread+0x23f/0x2d0 kernel/drivers/block/aoe/aoecmd.c:1303
9214 [< none >] ret_from_fork+0x3f/0x70 kernel/arch/x86/entry/entry_64.S:468
9215 INFO: Slab 0xffffea0001938800 objects=3 used=0 fp=0xffff880064e20000
9216 flags=0x5fffc0000004080
9217 INFO: Object 0xffff880064e20000 @offset=0 fp=0xffff880064e24200
9218
9219 CPU: 1 PID: 11581 Comm: syz-executor Tainted: G B 4.4.0+
9220 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS
9221 rel-1.8.2-0-g33fbe13 by qemu-project.org 04/01/2014
9222 00000000ffffffff ffff8800662c7790 ffffffff8292049d ffff88003e36a300
9223 ffff880064e20000 ffff880064e20000 ffff8800662c77c0 ffffffff816f2054
9224 ffff88003e36a300 ffffea0001938800 ffff880064e20000 0000000000000000
9225 Call Trace:
9226 [< inline >] __dump_stack kernel/lib/dump_stack.c:15
9227 [<ffffffff8292049d>] dump_stack+0x6f/0xa2 kernel/lib/dump_stack.c:50
9228 [<ffffffff816f2054>] print_trailer+0xf4/0x150 kernel/mm/slub.c:654
9229 [<ffffffff816f875f>] object_err+0x2f/0x40 kernel/mm/slub.c:661
9230 [< inline >] print_address_description kernel/mm/kasan/report.c:138
9231 [<ffffffff816fb0c5>] kasan_report_error+0x215/0x530 kernel/mm/kasan/report.c:236
9232 [< inline >] kasan_report kernel/mm/kasan/report.c:259
9233 [<ffffffff816fb4de>] __asan_report_load8_noabort+0x3e/0x40 kernel/mm/kasan/report.c:280
9234 [< inline >] ? ppp_pernet kernel/include/linux/compiler.h:218
9235 [<ffffffff83ad71b2>] ? ppp_unregister_channel+0x372/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
9236 [< inline >] ppp_pernet kernel/include/linux/compiler.h:218
9237 [<ffffffff83ad71b2>] ppp_unregister_channel+0x372/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
9238 [< inline >] ? ppp_pernet kernel/drivers/net/ppp/ppp_generic.c:293
9239 [<ffffffff83ad6f26>] ? ppp_unregister_channel+0xe6/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
9240 [<ffffffff83ae18f3>] ppp_asynctty_close+0xa3/0x130 kernel/drivers/net/ppp/ppp_async.c:241
9241 [<ffffffff83ae1850>] ? async_lcp_peek+0x5b0/0x5b0 kernel/drivers/net/ppp/ppp_async.c:1000
9242 [<ffffffff82c33239>] tty_ldisc_close.isra.1+0x99/0xe0 kernel/drivers/tty/tty_ldisc.c:478
9243 [<ffffffff82c332c0>] tty_ldisc_kill+0x40/0x170 kernel/drivers/tty/tty_ldisc.c:744
9244 [<ffffffff82c34943>] tty_ldisc_release+0x1b3/0x260 kernel/drivers/tty/tty_ldisc.c:772
9245 [<ffffffff82c1ef21>] tty_release+0xac1/0x13e0 kernel/drivers/tty/tty_io.c:1901
9246 [<ffffffff82c1e460>] ? release_tty+0x320/0x320 kernel/drivers/tty/tty_io.c:1688
9247 [<ffffffff8174de36>] __fput+0x236/0x780 kernel/fs/file_table.c:208
9248 [<ffffffff8174e405>] ____fput+0x15/0x20 kernel/fs/file_table.c:244
9249 [<ffffffff813595ab>] task_work_run+0x16b/0x200 kernel/kernel/task_work.c:115
9250 [< inline >] exit_task_work kernel/include/linux/task_work.h:21
9251 [<ffffffff81307105>] do_exit+0x8b5/0x2c60 kernel/kernel/exit.c:750
9252 [<ffffffff813fdd20>] ? debug_check_no_locks_freed+0x290/0x290 kernel/kernel/locking/lockdep.c:4123
9253 [<ffffffff81306850>] ? mm_update_next_owner+0x6f0/0x6f0 kernel/kernel/exit.c:357
9254 [<ffffffff813215e6>] ? __dequeue_signal+0x136/0x470 kernel/kernel/signal.c:550
9255 [<ffffffff8132067b>] ? recalc_sigpending_tsk+0x13b/0x180 kernel/kernel/signal.c:145
9256 [<ffffffff81309628>] do_group_exit+0x108/0x330 kernel/kernel/exit.c:880
9257 [<ffffffff8132b9d4>] get_signal+0x5e4/0x14f0 kernel/kernel/signal.c:2307
9258 [< inline >] ? kretprobe_table_lock kernel/kernel/kprobes.c:1113
9259 [<ffffffff8151d355>] ? kprobe_flush_task+0xb5/0x450 kernel/kernel/kprobes.c:1158
9260 [<ffffffff8115f7d3>] do_signal+0x83/0x1c90 kernel/arch/x86/kernel/signal.c:712
9261 [<ffffffff8151d2a0>] ? recycle_rp_inst+0x310/0x310 kernel/include/linux/list.h:655
9262 [<ffffffff8115f750>] ? setup_sigcontext+0x780/0x780 kernel/arch/x86/kernel/signal.c:165
9263 [<ffffffff81380864>] ? finish_task_switch+0x424/0x5f0 kernel/kernel/sched/core.c:2692
9264 [< inline >] ? finish_lock_switch kernel/kernel/sched/sched.h:1099
9265 [<ffffffff81380560>] ? finish_task_switch+0x120/0x5f0 kernel/kernel/sched/core.c:2678
9266 [< inline >] ? context_switch kernel/kernel/sched/core.c:2807
9267 [<ffffffff85d794e9>] ? __schedule+0x919/0x1bd0 kernel/kernel/sched/core.c:3283
9268 [<ffffffff81003901>] exit_to_usermode_loop+0xf1/0x1a0 kernel/arch/x86/entry/common.c:247
9269 [< inline >] prepare_exit_to_usermode kernel/arch/x86/entry/common.c:282
9270 [<ffffffff810062ef>] syscall_return_slowpath+0x19f/0x210 kernel/arch/x86/entry/common.c:344
9271 [<ffffffff85d88022>] int_ret_from_sys_call+0x25/0x9f kernel/arch/x86/entry/entry_64.S:281
9272 Memory state around the buggy address:
9273 ffff880064e21680: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
9274 ffff880064e21700: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
9275 >ffff880064e21780: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
9276 ^
9277 ffff880064e21800: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
9278 ffff880064e21880: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
9279 ==================================================================
9280
9281 Fixes: 273ec51dd7ce ("net: ppp_generic - introduce net-namespace functionality v2")
9282 Reported-by: Baozeng Ding <sploving1@gmail.com>
9283 Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
9284 Reviewed-by: Cyrill Gorcunov <gorcunov@openvz.org>
9285 Signed-off-by: David S. Miller <davem@davemloft.net>
9286
9287 drivers/net/ppp/ppp_generic.c | 4 +++-
9288 1 file changed, 3 insertions(+), 1 deletion(-)
9289
9290 commit bfb890c1ac9d29b377f6bec4a5aab51d053114c4
9291 Author: Herbert Xu <herbert@gondor.apana.org.au>
9292 Date: Wed Mar 16 17:06:01 2016 +0800
9293
9294 eCryptfs: Use skcipher and shash
9295
9296 eCryptfs: Fix null pointer dereference on kzalloc error path
9297
9298 The conversion to skcipher and shash added a couple of null pointer
9299 dereference bugs on the kzalloc failure path. This patch fixes them.
9300
9301 Fixes: 3095e8e366b4 ("eCryptfs: Use skcipher and shash")
9302 Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
9303 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
9304
9305 fs/ecryptfs/keystore.c | 6 ++----
9306 1 file changed, 2 insertions(+), 4 deletions(-)
9307
9308 commit 58a8421ae537e0609c4ff59bf6b11be869a43cc6
9309 Author: Boris BREZILLON <boris.brezillon@free-electrons.com>
9310 Date: Thu Mar 17 10:21:34 2016 +0100
9311
9312 crypto: marvell/cesa - fix memory leak
9313
9314 Crypto requests are not guaranteed to be finalized (->final() call),
9315 and can be freed at any moment, without getting any notification from
9316 the core. This can lead to memory leaks of the ->cache buffer.
9317
9318 Make this buffer part of the request object, and allocate an extra buffer
9319 from the DMA cache pool when doing DMA operations.
9320
9321 As a side effect, this patch also fixes another bug related to cache
9322 allocation and DMA operations. When the core allocates a new request and
9323 import an existing state, a cache buffer can be allocated (depending
9324 on the state). The problem is, at that very moment, we don't know yet
9325 whether the request will use DMA or not, and since everything is
9326 likely to be initialized to zero, mv_cesa_ahash_alloc_cache() thinks it
9327 should allocate a buffer for standard operation. But when
9328 mv_cesa_ahash_free_cache() is called, req->type has been set to
9329 CESA_DMA_REQ in the meantime, thus leading to an invalind dma_pool_free()
9330 call (the buffer passed in argument has not been allocated from the pool).
9331
9332 Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
9333 Reported-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
9334 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
9335
9336 drivers/crypto/marvell/cesa.h | 3 +-
9337 drivers/crypto/marvell/hash.c | 86 +++++++++----------------------------------
9338 2 files changed, 20 insertions(+), 69 deletions(-)
9339
9340 commit 1ec604f99895b9c37f26a692ff83a7da02d667fd
9341 Author: Boris BREZILLON <boris.brezillon@free-electrons.com>
9342 Date: Thu Mar 17 10:21:35 2016 +0100
9343
9344 crypto: marvell/cesa - initialize hash states
9345
9346 ->export() might be called before we have done an update operation,
9347 and in this case the ->state field is left uninitialized.
9348 Put the correct default value when initializing the request.
9349
9350 Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
9351 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
9352
9353 drivers/crypto/marvell/hash.c | 20 ++++++++++++++++++++
9354 1 file changed, 20 insertions(+)
9355
9356 commit 23879f055d23e82c2f78cceca22c33e631973977
9357 Author: David S. Miller <davem@davemloft.net>
9358 Date: Sun Mar 13 23:28:00 2016 -0400
9359
9360 ipv4: Don't do expensive useless work during inetdev destroy.
9361
9362 When an inetdev is destroyed, every address assigned to the interface
9363 is removed. And in this scenerio we do two pointless things which can
9364 be very expensive if the number of assigned interfaces is large:
9365
9366 1) Address promotion. We are deleting all addresses, so there is no
9367 point in doing this.
9368
9369 2) A full nf conntrack table purge for every address. We only need to
9370 do this once, as is already caught by the existing
9371 masq_dev_notifier so masq_inet_event() can skip this.
9372
9373 Reported-by: Solar Designer <solar@openwall.com>
9374 Signed-off-by: David S. Miller <davem@davemloft.net>
9375 Tested-by: Cyrill Gorcunov <gorcunov@openvz.org>
9376
9377 net/ipv4/devinet.c | 4 ++++
9378 net/ipv4/fib_frontend.c | 4 ++++
9379 net/ipv4/netfilter/nf_nat_masquerade_ipv4.c | 12 ++++++++++--
9380 3 files changed, 18 insertions(+), 2 deletions(-)
9381
9382 commit 60394231e840e884024592a76a6c5612433d3756
9383 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
9384 Date: Tue Mar 8 10:34:28 2016 -0300
9385
9386 sctp: fix copying more bytes than expected in sctp_add_bind_addr
9387
9388 Dmitry reported that sctp_add_bind_addr may read more bytes than
9389 expected in case the parameter is a IPv4 addr supplied by the user
9390 through calls such as sctp_bindx_add(), because it always copies
9391 sizeof(union sctp_addr) while the buffer may be just a struct
9392 sockaddr_in, which is smaller.
9393
9394 This patch then fixes it by limiting the memcpy to the min between the
9395 union size and a (new parameter) provided addr size. Where possible this
9396 parameter still is the size of that union, except for reading from
9397 user-provided buffers, which then it accounts for protocol type.
9398
9399 Reported-by: Dmitry Vyukov <dvyukov@google.com>
9400 Tested-by: Dmitry Vyukov <dvyukov@google.com>
9401 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
9402 Signed-off-by: David S. Miller <davem@davemloft.net>
9403
9404 include/net/sctp/structs.h | 2 +-
9405 net/sctp/bind_addr.c | 14 ++++++++------
9406 net/sctp/protocol.c | 1 +
9407 net/sctp/sm_make_chunk.c | 3 ++-
9408 net/sctp/socket.c | 4 +++-
9409 5 files changed, 15 insertions(+), 9 deletions(-)
9410
9411 commit 9831caa50e1453818c5ec618890291f028b7992f
9412 Author: Brad Spengler <spender@grsecurity.net>
9413 Date: Mon Mar 28 19:20:28 2016 -0400
9414
9415 Also allow /bin/false as needed by systemd
9416
9417 kernel/kmod.c | 2 +-
9418 1 file changed, 1 insertion(+), 1 deletion(-)
9419
9420 commit bb38a61b496a3f09f4d7b93d2f0fe15476918147
9421 Author: Brad Spengler <spender@grsecurity.net>
9422 Date: Tue Mar 22 16:59:43 2016 -0400
9423
9424 Fix size_overflow FP reported by marcan at:
9425 https://forums.grsecurity.net/viewtopic.php?f=3&t=4426
9426
9427 net/ipv6/xfrm6_mode_transport.c | 2 +-
9428 1 file changed, 1 insertion(+), 1 deletion(-)
9429
9430 commit 523a36a9c845da3051e58c6767c2e1a0f640998a
9431 Merge: 0d0ec9e c0b77a7
9432 Author: Brad Spengler <spender@grsecurity.net>
9433 Date: Wed Mar 16 20:20:40 2016 -0400
9434
9435 Merge branch 'pax-test' into grsec-test
9436
9437 commit c0b77a7cb578199f0b7dc90768a13ca6c044aba9
9438 Merge: 10d57c1 0d19123
9439 Author: Brad Spengler <spender@grsecurity.net>
9440 Date: Wed Mar 16 20:20:27 2016 -0400
9441
9442 Merge branch 'linux-4.4.y' into pax-test
9443
9444 commit 0d0ec9ee83144ab839710a01cfd746bd78257394
9445 Author: Brad Spengler <spender@grsecurity.net>
9446 Date: Mon Mar 14 20:15:47 2016 -0400
9447
9448 Invert logic to clean up code
9449
9450 fs/namei.c | 32 +++++++-------------------------
9451 grsecurity/grsec_chroot.c | 10 +++++-----
9452 2 files changed, 12 insertions(+), 30 deletions(-)
9453
9454 commit 39e0e623c84863af7b3ace759b583ff938fde2b7
9455 Author: Brad Spengler <spender@grsecurity.net>
9456 Date: Mon Mar 14 19:59:36 2016 -0400
9457
9458 compile fix
9459
9460 fs/namei.c | 5 ++---
9461 1 file changed, 2 insertions(+), 3 deletions(-)
9462
9463 commit 2b3ad8bc095fea829275b7fcc7e5671677b8ed33
9464 Author: Brad Spengler <spender@grsecurity.net>
9465 Date: Mon Mar 14 19:57:53 2016 -0400
9466
9467 Also handle renames
9468
9469 fs/namei.c | 9 +++++++++
9470 1 file changed, 9 insertions(+)
9471
9472 commit 54dfd13b19743d4a340de0cd5683b5bde44e7d9c
9473 Author: Brad Spengler <spender@grsecurity.net>
9474 Date: Mon Mar 14 19:45:56 2016 -0400
9475
9476 Add additional check to cover lookup family of functions
9477
9478 fs/namei.c | 9 +++++++++
9479 1 file changed, 9 insertions(+)
9480
9481 commit c3df846baa7873fb99401136f220676b87452918
9482 Author: Brad Spengler <spender@grsecurity.net>
9483 Date: Mon Mar 14 18:42:37 2016 -0400
9484
9485 compile fix
9486
9487 fs/namei.c | 2 +-
9488 1 file changed, 1 insertion(+), 1 deletion(-)
9489
9490 commit 384ea9c0ef9df4298dfa3a71948c08e70f1092bf
9491 Author: Brad Spengler <spender@grsecurity.net>
9492 Date: Mon Mar 14 18:34:40 2016 -0400
9493
9494 Fix recent chroot check on the create side, as reported by
9495 Toralf Foerster
9496
9497 fs/namei.c | 26 ++++++++++++++++----------
9498 1 file changed, 16 insertions(+), 10 deletions(-)
9499
9500 commit 82e7dc61a626c47887d392ff9cd35b104f01fd25
9501 Author: Paolo Bonzini <pbonzini@redhat.com>
9502 Date: Tue Mar 8 12:13:39 2016 +0100
9503
9504 KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
9505
9506 Yes, all of these are needed. :) This is admittedly a bit odd, but
9507 kvm-unit-tests access.flat tests this if you run it with "-cpu host"
9508 and of course ept=0.
9509
9510 KVM runs the guest with CR0.WP=1, so it must handle supervisor writes
9511 specially when pte.u=1/pte.w=0/CR0.WP=0. Such writes cause a fault
9512 when U=1 and W=0 in the SPTE, but they must succeed because CR0.WP=0.
9513 When KVM gets the fault, it sets U=0 and W=1 in the shadow PTE and
9514 restarts execution. This will still cause a user write to fault, while
9515 supervisor writes will succeed. User reads will fault spuriously now,
9516 and KVM will then flip U and W again in the SPTE (U=1, W=0). User reads
9517 will be enabled and supervisor writes disabled, going back to the
9518 originary situation where supervisor writes fault spuriously.
9519
9520 When SMEP is in effect, however, U=0 will enable kernel execution of
9521 this page. To avoid this, KVM also sets NX=1 in the shadow PTE together
9522 with U=0. If the guest has not enabled NX, the result is a continuous
9523 stream of page faults due to the NX bit being reserved.
9524
9525 The fix is to force EFER.NX=1 even if the CPU is taking care of the EFER
9526 switch. (All machines with SMEP have the CPU_LOAD_IA32_EFER vm-entry
9527 control, so they do not use user-return notifiers for EFER---if they did,
9528 EFER.NX would be forced to the same value as the host).
9529
9530 There is another bug in the reserved bit check, which I've split to a
9531 separate patch for easier application to stable kernels.
9532
9533 Cc: stable@vger.kernel.org
9534 Cc: Andy Lutomirski <luto@amacapital.net>
9535 Reviewed-by: Xiao Guangrong <guangrong.xiao@linux.intel.com>
9536 Fixes: f6577a5fa15d82217ca73c74cd2dcbc0f6c781dd
9537 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
9538
9539 Documentation/virtual/kvm/mmu.txt | 3 ++-
9540 arch/x86/kvm/vmx.c | 36 +++++++++++++++++++++++-------------
9541 2 files changed, 25 insertions(+), 14 deletions(-)
9542
9543 commit 802a88e57b141e9643e93afb7805813ad8da22f3
9544 Author: Paolo Bonzini <pbonzini@redhat.com>
9545 Date: Wed Mar 9 14:28:02 2016 +0100
9546
9547 KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
9548
9549 KVM has special logic to handle pages with pte.u=1 and pte.w=0 when
9550 CR0.WP=1. These pages' SPTEs flip continuously between two states:
9551 U=1/W=0 (user and supervisor reads allowed, supervisor writes not allowed)
9552 and U=0/W=1 (supervisor reads and writes allowed, user writes not allowed).
9553
9554 When SMEP is in effect, however, U=0 will enable kernel execution of
9555 this page. To avoid this, KVM also sets NX=1 in the shadow PTE together
9556 with U=0, making the two states U=1/W=0/NX=gpte.NX and U=0/W=1/NX=1.
9557 When guest EFER has the NX bit cleared, the reserved bit check thinks
9558 that the latter state is invalid; teach it that the smep_andnot_wp case
9559 will also use the NX bit of SPTEs.
9560
9561 Cc: stable@vger.kernel.org
9562 Reviewed-by: Xiao Guangrong <guangrong.xiao@linux.inel.com>
9563 Fixes: c258b62b264fdc469b6d3610a907708068145e3b
9564 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
9565
9566 arch/x86/kvm/mmu.c | 4 +++-
9567 1 file changed, 3 insertions(+), 1 deletion(-)
9568
9569 commit 3925851224428c1d2bca32cf33821befb947c4f3
9570 Author: Ming Lei <ming.lei@canonical.com>
9571 Date: Sat Mar 12 22:56:19 2016 +0800
9572
9573 block: don't optimize for non-cloned bio in bio_get_last_bvec()
9574
9575 For !BIO_CLONED bio, we can use .bi_vcnt safely, but it
9576 doesn't mean we can just simply return .bi_io_vec[.bi_vcnt - 1]
9577 because the start postion may have been moved in the middle of
9578 the bvec, such as splitting in the middle of bvec.
9579
9580 Fixes: 7bcd79ac50d9(block: bio: introduce helpers to get the 1st and last bvec)
9581 Cc: stable@vger.kernel.org
9582 Reported-by: Kent Overstreet <kent.overstreet@gmail.com>
9583 Signed-off-by: Ming Lei <ming.lei@canonical.com>
9584 Signed-off-by: Jens Axboe <axboe@fb.com>
9585
9586 include/linux/bio.h | 5 -----
9587 1 file changed, 5 deletions(-)
9588
9589 commit db541463b4a0926bebdbac743c8736fb9e903d58
9590 Author: Borislav Petkov <bp@alien8.de>
9591 Date: Fri Mar 11 12:32:06 2016 +0100
9592
9593 x86/fpu: Fix eager-FPU handling on legacy FPU machines
9594
9595 i486 derived cores like Intel Quark support only the very old,
9596 legacy x87 FPU (FSAVE/FRSTOR, CPUID bit FXSR is not set), and
9597 our FPU code wasn't handling the saving and restoring there
9598 properly in the 'eagerfpu' case.
9599
9600 So after we made eagerfpu the default for all CPU types:
9601
9602 58122bf1d856 x86/fpu: Default eagerfpu=on on all CPUs
9603
9604 these old FPU designs broke. First, Andy Shevchenko reported a splat:
9605
9606 WARNING: CPU: 0 PID: 823 at arch/x86/include/asm/fpu/internal.h:163 fpu__clear+0x8c/0x160
9607
9608 which was us trying to execute FXRSTOR on those machines even though
9609 they don't support it.
9610
9611 After taking care of that, Bryan O'Donoghue reported that a simple FPU
9612 test still failed because we weren't initializing the FPU state properly
9613 on those machines.
9614
9615 Take care of all that.
9616
9617 Reported-and-tested-by: Bryan O'Donoghue <pure.logic@nexus-software.ie>
9618 Reported-by: Andy Shevchenko <andy.shevchenko@gmail.com>
9619 Signed-off-by: Borislav Petkov <bp@suse.de>
9620 Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
9621 Cc: Andrew Morton <akpm@linux-foundation.org>
9622 Cc: Andy Lutomirski <luto@amacapital.net>
9623 Cc: Borislav Petkov <bp@alien8.de>
9624 Cc: Brian Gerst <brgerst@gmail.com>
9625 Cc: Dave Hansen <dave.hansen@linux.intel.com>
9626 Cc: Denys Vlasenko <dvlasenk@redhat.com>
9627 Cc: Fenghua Yu <fenghua.yu@intel.com>
9628 Cc: H. Peter Anvin <hpa@zytor.com>
9629 Cc: Oleg Nesterov <oleg@redhat.com>
9630 Cc: Peter Zijlstra <peterz@infradead.org>
9631 Cc: Quentin Casasnovas <quentin.casasnovas@oracle.com>
9632 Cc: Thomas Gleixner <tglx@linutronix.de>
9633 Cc: Yu-cheng <yu-cheng.yu@intel.com>
9634 Link: http://lkml.kernel.org/r/20160311113206.GD4312@pd.tnic
9635 Signed-off-by: Ingo Molnar <mingo@kernel.org>
9636
9637 arch/x86/kernel/fpu/core.c | 4 +++-
9638 arch/x86/kernel/fpu/init.c | 2 +-
9639 2 files changed, 4 insertions(+), 2 deletions(-)
9640
9641 commit 8fed14e935cb62d2d46e99793d728dc7760dcc87
9642 Author: Brad Spengler <spender@grsecurity.net>
9643 Date: Sun Mar 13 11:35:56 2016 -0400
9644
9645 Compile fixes
9646
9647 fs/namei.c | 2 +-
9648 grsecurity/grsec_chroot.c | 2 +-
9649 include/linux/grsecurity.h | 2 +-
9650 3 files changed, 3 insertions(+), 3 deletions(-)
9651
9652 commit aab25a3496c4683c5858056960010119fb7d9a5a
9653 Author: Brad Spengler <spender@grsecurity.net>
9654 Date: Sun Mar 13 10:53:59 2016 -0400
9655
9656 Use fput instead of put_filp()
9657
9658 fs/namei.c | 4 ++--
9659 1 file changed, 2 insertions(+), 2 deletions(-)
9660
9661 commit 928ddec9dfe5415dff82d941c3b3e76ee6f48761
9662 Author: Brad Spengler <spender@grsecurity.net>
9663 Date: Sun Mar 13 10:30:54 2016 -0400
9664
9665 Update MPROTECT_COMPAT config description, disable by default
9666
9667 security/Kconfig | 18 ++++++------------
9668 1 file changed, 6 insertions(+), 12 deletions(-)
9669
9670 commit 4cc29af2e81e7a4bdfab1afedfdedca6e23362d5
9671 Author: Brad Spengler <spender@grsecurity.net>
9672 Date: Sun Mar 13 10:35:55 2016 -0400
9673
9674 As reported by Jann Horn, chroot scenarios where the chrooting application
9675 brings in a directory fd can be used to access any file outside of the chroot
9676 via *at syscalls. To maintain compatibility with Chromium and other apps,
9677 we specifically only disallow relative accesses off a directory fd when the
9678 final path is not located under that directory described by the fd and exists
9679 outside of the chroot. This additional restriction will exist under the
9680 current GRKERNSEC_CHROOT_FCHDIR option.
9681
9682 fs/namei.c | 9 +++++++++
9683 grsecurity/Kconfig | 10 ++++++----
9684 grsecurity/grsec_chroot.c | 39 +++++++++++++++++++++++++++++++++++++++
9685 include/linux/grmsg.h | 1 +
9686 include/linux/grsecurity.h | 1 +
9687 5 files changed, 56 insertions(+), 4 deletions(-)
9688
9689 commit 7d02a991213f0b07a3677dcc93cdafc3ac309142
9690 Author: Brad Spengler <spender@grsecurity.net>
9691 Date: Thu Mar 10 22:17:16 2016 -0500
9692
9693 Update size_overflow hash table
9694
9695 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 +
9696 1 file changed, 1 insertion(+)
9697
9698 commit 29f25ddda6a5625340df26beb394279fefea2b49
9699 Author: Brad Spengler <spender@grsecurity.net>
9700 Date: Thu Mar 10 22:16:04 2016 -0500
9701
9702 Fix module support
9703
9704 kernel/module.c | 3 ++-
9705 1 file changed, 2 insertions(+), 1 deletion(-)
9706
9707 commit b057a45636b626e7eaf03077ed0916b95fea054c
9708 Merge: ba5ee94 10d57c1
9709 Author: Brad Spengler <spender@grsecurity.net>
9710 Date: Thu Mar 10 21:36:10 2016 -0500
9711
9712 Merge branch 'pax-test' into grsec-test
9713
9714 commit 10d57c107e7fabffbe616b14efab73df585576c2
9715 Merge: 1cbae46 62e2195
9716 Author: Brad Spengler <spender@grsecurity.net>
9717 Date: Thu Mar 10 21:34:58 2016 -0500
9718
9719 Update to pax-linux-4.4.5-test9.patch:
9720 - fixed an integer signedness mixup in the old select syscall caught by the size overflow plugin, by Mathias Krause <minipli@ld-linux.so>
9721 - Emese cleaned up a few unnecessary type casts in the size overflow plugin
9722 - fixed the initify plugin to not trigger a compiler assert with gcc 6 in LTO mode
9723 - compile the x86 vdso without plugins, reported by Emese
9724 - fixed a REFCOUNT/arm compile error, reported by coadde (https://forums.grsecurity.net/viewtopic.php?f=3&t=4410)
9725 - fixed gcc-common.h for gcc 6, reported by psturm (https://forums.grsecurity.net/viewtopic.php?f=3&t=4394)
9726
9727 Merge branch 'linux-4.4.y' into pax-test
9728
9729 commit ba5ee94199b11c1429559a08c2158677dd8f1761
9730 Author: Brad Spengler <spender@grsecurity.net>
9731 Date: Thu Mar 3 20:20:19 2016 -0500
9732
9733 Update size_overflow hash table
9734
9735 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 +
9736 1 file changed, 1 insertion(+)
9737
9738 commit 50a5cd726362f0988b81a54d4c962acf8fd34a70
9739 Merge: 335c04c 1cbae46
9740 Author: Brad Spengler <spender@grsecurity.net>
9741 Date: Thu Mar 3 20:04:00 2016 -0500
9742
9743 Merge branch 'pax-test' into grsec-test
9744
9745 commit 1cbae46efa0b111ef2d46502f8d34c4c572a0e00
9746 Merge: a51cdb8 c252409
9747 Author: Brad Spengler <spender@grsecurity.net>
9748 Date: Thu Mar 3 19:57:43 2016 -0500
9749
9750 Merge branch 'linux-4.4.y' into pax-test
9751
9752 commit 335c04c8146a696a6101a9c69dbd47f11383549e
9753 Merge: 897877e a51cdb8
9754 Author: Brad Spengler <spender@grsecurity.net>
9755 Date: Tue Mar 1 17:57:24 2016 -0500
9756
9757 Merge branch 'pax-test' into grsec-test
9758
9759 commit a51cdb83569b450858737a30d2be043d87d7ddc1
9760 Author: Brad Spengler <spender@grsecurity.net>
9761 Date: Tue Mar 1 17:56:43 2016 -0500
9762
9763 Update to pax-linux-4.4.3-test6.patch:
9764 - spender fixed the cftype constification fallout, reported by quasar366 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4391)
9765 - fixed a few section mismatches on notifier_block variables
9766 - fixed a few REFCOUNT false positives found by Emese's plugin
9767 - constified hypervisor_x86
9768
9769 arch/x86/include/asm/hypervisor.h | 2 +-
9770 arch/x86/kernel/cpu/mshyperv.c | 2 +-
9771 arch/x86/kernel/cpu/vmware.c | 2 +-
9772 arch/x86/kernel/kvm.c | 2 +-
9773 drivers/lightnvm/rrpc.c | 4 ++--
9774 drivers/lightnvm/rrpc.h | 2 +-
9775 drivers/net/can/led.c | 2 +-
9776 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
9777 drivers/net/ethernet/rocker/rocker.c | 4 ++--
9778 drivers/net/ipvlan/ipvlan_main.c | 6 +++---
9779 drivers/net/vrf.c | 2 +-
9780 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 12 ++++++------
9781 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 2 +-
9782 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 ++++++------
9783 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
9784 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 2 +-
9785 drivers/staging/rtl8723au/include/usb_ops.h | 4 ++--
9786 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
9787 fs/proc/kcore.c | 2 +-
9788 mm/hugetlb_cgroup.c | 8 ++++----
9789 mm/mm_init.c | 2 +-
9790 mm/slub.c | 2 +-
9791 net/mac802154/iface.c | 2 +-
9792 23 files changed, 41 insertions(+), 41 deletions(-)
9793
9794 commit 897877e79629a0b854e98cb666a9d898256d45a7
9795 Merge: 1ffa5d5 4f4b213
9796 Author: Brad Spengler <spender@grsecurity.net>
9797 Date: Sun Feb 28 20:54:59 2016 -0500
9798
9799 Merge branch 'pax-test' into grsec-test
9800
9801 commit 4f4b21342a4a4f87c01f7909406e6b5f4c9dadbf
9802 Author: Brad Spengler <spender@grsecurity.net>
9803 Date: Sun Feb 28 20:54:06 2016 -0500
9804
9805 Update to pax-linux-4.4.3-test5.patch:
9806 - constified xfrm_mgr and cftype, by Mathias Krause <minipli@ld-linux.so>
9807 - Emese fixed a few checkpatch reports on the gcc plugin generator headers
9808 - Emese fixed a false positive size overflow report in get_next_ino, reported by KARBOWSKI Piotr <piotr.karbowski@gmail.com>
9809 - added a generator for SIMPLE_IPA passes as well
9810
9811 include/linux/cgroup-defs.h | 2 +-
9812 include/linux/hugetlb.h | 2 +-
9813 include/linux/hugetlb_cgroup.h | 11 ++
9814 include/net/xfrm.h | 2 +-
9815 kernel/cgroup.c | 29 ++--
9816 mm/hugetlb.c | 55 ++++++-
9817 mm/hugetlb_cgroup.c | 60 ++-----
9818 mm/mmap.c | 38 ++---
9819 net/xfrm/xfrm_state.c | 4 +-
9820 tools/gcc/constify_plugin.c | 5 +-
9821 tools/gcc/gcc-common.h | 42 +++--
9822 tools/gcc/gcc-generate-gimple-pass.h | 27 ++--
9823 tools/gcc/gcc-generate-ipa-pass.h | 43 ++---
9824 tools/gcc/gcc-generate-rtl-pass.h | 27 ++--
9825 tools/gcc/gcc-generate-simple_ipa-pass.h | 173 +++++++++++++++++++++
9826 tools/gcc/size_overflow_plugin/.gitignore | 1 +
9827 .../disable_size_overflow_hash.data | 7 +-
9828 .../size_overflow_plugin/size_overflow_hash.data | 3 -
9829 18 files changed, 385 insertions(+), 146 deletions(-)
9830
9831 commit 1ffa5d50a2161311d46b56fdef734f309503cb80
9832 Author: Brad Spengler <spender@grsecurity.net>
9833 Date: Sun Feb 28 20:43:02 2016 -0500
9834
9835 Make suid/sgid bruteforce prevention also apply to binaries with fscaps
9836 enabled
9837
9838 grsecurity/grsec_sig.c | 3 +--
9839 1 file changed, 1 insertion(+), 2 deletions(-)
9840
9841 commit cfdb373a77c88d01c1539e605e28143af5981571
9842 Author: Brad Spengler <spender@grsecurity.net>
9843 Date: Sun Feb 28 19:12:39 2016 -0500
9844
9845 compile fix
9846
9847 grsecurity/gracl_segv.c | 2 +-
9848 grsecurity/grsec_sig.c | 2 +-
9849 2 files changed, 2 insertions(+), 2 deletions(-)
9850
9851 commit 67d5160f8c1ee12ee4da1e7ad57f8688fcc77b53
9852 Author: Brad Spengler <spender@grsecurity.net>
9853 Date: Sun Feb 28 18:24:50 2016 -0500
9854
9855 Update the daemon check in handling of anti-bruteforcing of suid binaries
9856 by GRKERNSEC_BRUTE to prevent a bypass reported by Jann Horn where one
9857 could create unprivileged copies of the suid binary via ptrace, inject
9858 code into them, and fork+exec a privileged copy. A crash then in the
9859 privileged copy would trigger the daemon detection which could be avoided
9860 by simply terminating the original process. Defeat this by using our
9861 is_privileged_binary() function against the task's mm->binfmt->file to detect
9862 an fscaps-enabled or suid/sgid binary being involved.
9863
9864 Also update the RBAC RES_CRASH code to use is_privileged_binary().
9865
9866 grsecurity/gracl_segv.c | 15 +--------------
9867 grsecurity/grsec_sig.c | 3 ++-
9868 2 files changed, 3 insertions(+), 15 deletions(-)
9869
9870 commit 7382ec22b0c9627c674ccbb00210276d26f219e3
9871 Author: Brad Spengler <spender@grsecurity.net>
9872 Date: Sun Feb 28 15:06:32 2016 -0500
9873
9874 Fix a GRKERNSEC_PTRACE_READEXEC bypass reported by Jann Horn where one
9875 could dump out an unreadable suid binary by creating a script that used
9876 that binary as an interpreter.
9877
9878 fs/exec.c | 14 +++++++++-----
9879 1 file changed, 9 insertions(+), 5 deletions(-)
9880
9881 commit 3e60eddebe1c59b97c0b5432506bf8e13d84e8e6
9882 Merge: 2d35d52 8327ee6
9883 Author: Brad Spengler <spender@grsecurity.net>
9884 Date: Thu Feb 25 18:44:11 2016 -0500
9885
9886 Merge branch 'pax-test' into grsec-test
9887
9888 Conflicts:
9889 fs/proc/base.c
9890 kernel/ptrace.c
9891 mm/process_vm_access.c
9892
9893 commit 8327ee64e5e24ae6a3446dd96b95d5185f70e1f6
9894 Merge: 09d53c7 2134d97
9895 Author: Brad Spengler <spender@grsecurity.net>
9896 Date: Thu Feb 25 18:36:46 2016 -0500
9897
9898 Merge branch 'linux-4.4.y' into pax-test
9899
9900 Conflicts:
9901 mm/mmap.c
9902
9903 commit 2d35d5276f3feb0c053209f8c3a77b1f55f9d96b
9904 Author: Brad Spengler <spender@grsecurity.net>
9905 Date: Wed Feb 24 07:59:12 2016 -0500
9906
9907 Remove /proc/pid/map_files which we had previously prevented via
9908 an inverted dependency on checkpoint/restart, but clearly should have
9909 guarded independently as upstream in 4.3 enabled it regardless of checkpoint/
9910 restart support. It can be used since 4.3 as an ASLR leak under RBAC to
9911 processes of the same UID. Thanks to Mathias Krause for the report!
9912
9913 fs/proc/base.c | 2 ++
9914 1 file changed, 2 insertions(+)
9915
9916 commit e4f1e517092222aa28179b20e14c0ddfb2796049
9917 Author: Brad Spengler <spender@grsecurity.net>
9918 Date: Thu Feb 18 19:32:39 2016 -0500
9919
9920 Update size_overflow hash table
9921
9922 .../size_overflow_plugin/size_overflow_hash.data | 158 +++++++++++++++++----
9923 1 file changed, 131 insertions(+), 27 deletions(-)
9924
9925 commit d5f895ddfa903d0d70425b8c3d7ef649c7e6943b
9926 Author: Brad Spengler <spender@grsecurity.net>
9927 Date: Thu Feb 18 18:52:37 2016 -0500
9928
9929 Update size_overflow hash table
9930
9931 .../size_overflow_plugin/size_overflow_hash.data | 293 +++++++++++++++++----
9932 1 file changed, 237 insertions(+), 56 deletions(-)
9933
9934 commit 9d198df724c306c36e254fe19d0957fb608c3fa2
9935 Author: Brad Spengler <spender@grsecurity.net>
9936 Date: Thu Feb 18 18:23:03 2016 -0500
9937
9938 compile fix
9939
9940 tools/gcc/randomize_layout_plugin.c | 2 +-
9941 1 file changed, 1 insertion(+), 1 deletion(-)
9942
9943 commit 024d2af98b755712daff6ed7c49af921da4e8883
9944 Author: Brad Spengler <spender@grsecurity.net>
9945 Date: Thu Feb 18 18:19:47 2016 -0500
9946
9947 compile fix
9948
9949 tools/gcc/randomize_layout_plugin.c | 2 +-
9950 1 file changed, 1 insertion(+), 1 deletion(-)
9951
9952 commit 14a7b3bb5c3d8c6ef70c3e0842a5adc7f0f3e2c8
9953 Author: Brad Spengler <spender@grsecurity.net>
9954 Date: Thu Feb 18 18:16:32 2016 -0500
9955
9956 compile fix
9957
9958 tools/gcc/randomize_layout_plugin.c | 9 +++++----
9959 1 file changed, 5 insertions(+), 4 deletions(-)
9960
9961 commit 9b2d0ee62bc66858c274f256c0502cbcbd34b2bf
9962 Author: Brad Spengler <spender@grsecurity.net>
9963 Date: Thu Feb 18 17:54:51 2016 -0500
9964
9965 Compile fix
9966
9967 tools/gcc/randomize_layout_plugin.c | 2 +-
9968 1 file changed, 1 insertion(+), 1 deletion(-)
9969
9970 commit 13823395101c4228ecded4b624583389ee13bfb3
9971 Author: Brad Spengler <spender@grsecurity.net>
9972 Date: Thu Feb 18 17:35:21 2016 -0500
9973
9974 compile fix
9975
9976 Makefile | 5 +----
9977 1 file changed, 1 insertion(+), 4 deletions(-)
9978
9979 commit 0316a42a37e67b0bc8a545c7a8b63db2d25f1ab0
9980 Merge: 45cbb7e 09d53c7
9981 Author: Brad Spengler <spender@grsecurity.net>
9982 Date: Thu Feb 18 16:40:51 2016 -0500
9983
9984 Merge branch 'pax-test' into grsec-test
9985
9986 Conflicts:
9987 Makefile
9988 include/linux/genl_magic_struct.h
9989 scripts/mod/modpost.c
9990 tools/gcc/size_overflow_plugin/size_overflow_hash.data
9991
9992 commit 09d53c74140e87e886a28980cedbb7e771f2a356
9993 Author: Brad Spengler <spender@grsecurity.net>
9994 Date: Thu Feb 18 16:24:02 2016 -0500
9995
9996 Update to pax-linux-4.4.2-test4.patch:
9997 - 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>
9998 - moved gcc plugin related makefile bits into a separate file, by Emese
9999 - changed modpost to report writable function pointers separately
10000 - increased the size of mem_cgroup.numainfo_events to avoid a wraparound caught by REFCOUNT, reported by alexey vlasov
10001 - reduced the size of the compat syscall entry points on amd64
10002 - 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)
10003 - Emese regenerated the size overflow hash table for 4.4
10004 - all plugins now use the new pass generator headers
10005
10006 Makefile | 73 +-
10007 arch/x86/entry/entry_64.S | 2 +-
10008 arch/x86/entry/entry_64_compat.S | 48 +-
10009 fs/exec.c | 3 +
10010 include/linux/genl_magic_struct.h | 4 +-
10011 include/linux/memcontrol.h | 2 +-
10012 ipc/shm.c | 2 +-
10013 mm/memcontrol.c | 6 +-
10014 scripts/Makefile.extrawarn | 4 +
10015 scripts/Makefile.gcc-plugins | 69 +
10016 scripts/mod/modpost.c | 15 +-
10017 tools/gcc/checker_plugin.c | 71 +-
10018 tools/gcc/colorize_plugin.c | 65 +-
10019 tools/gcc/constify_plugin.c | 65 +-
10020 tools/gcc/gcc-generate-gimple-pass.h | 172 +
10021 tools/gcc/gcc-generate-ipa-pass.h | 286 +
10022 tools/gcc/gcc-generate-rtl-pass.h | 172 +
10023 tools/gcc/initify_plugin.c | 74 +-
10024 tools/gcc/kallocstat_plugin.c | 65 +-
10025 tools/gcc/kernexec_plugin.c | 184 +-
10026 tools/gcc/latent_entropy_plugin.c | 71 +-
10027 tools/gcc/randomize_layout_seed.h | 1 -
10028 .../disable_size_overflow_hash.h | 152601 ------------------
10029 .../insert_size_overflow_asm.c | 71 +-
10030 .../size_overflow_plugin/intentional_overflow.c | 6 +-
10031 tools/gcc/size_overflow_plugin/size_overflow.h | 20 +-
10032 .../size_overflow_plugin/size_overflow_hash.data | 2898 +-
10033 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 94 +-
10034 .../size_overflow_plugin/size_overflow_plugin.c | 14 +-
10035 .../size_overflow_plugin/size_overflow_transform.c | 2 +-
10036 .../size_overflow_transform_core.c | 2 +-
10037 tools/gcc/stackleak_plugin.c | 132 +-
10038 tools/gcc/structleak_plugin.c | 67 +-
10039 33 files changed, 2238 insertions(+), 155123 deletions(-)
10040
10041 commit 45cbb7e015a18625dafb019246e13e8cf3a18ace
10042 Merge: 3b5448b 0c85110
10043 Author: Brad Spengler <spender@grsecurity.net>
10044 Date: Wed Feb 17 19:11:25 2016 -0500
10045
10046 Merge branch 'pax-test' into grsec-test
10047
10048 commit 0c851109f683896aaff8a310bbfa943272b47516
10049 Merge: 6cb4f49 1cb8570
10050 Author: Brad Spengler <spender@grsecurity.net>
10051 Date: Wed Feb 17 19:11:21 2016 -0500
10052
10053 Merge branch 'linux-4.4.y' into pax-test
10054
10055 commit 3b5448bd1d85025d19b2587902e4264eb212a0a3
10056 Author: Brad Spengler <spender@grsecurity.net>
10057 Date: Mon Feb 15 18:02:40 2016 -0500
10058
10059 Fix a drbd bug reported by iamb on the forums:
10060 https://forums.grsecurity.net/viewtopic.php?f=3&t=4366#p16032
10061 which caused a size_overflow report
10062
10063 include/linux/genl_magic_struct.h | 4 ++--
10064 1 file changed, 2 insertions(+), 2 deletions(-)
10065
10066 commit 061fcd0e74441189a87bfe13b55fb02b98f7d7c0
10067 Author: Brad Spengler <spender@grsecurity.net>
10068 Date: Mon Feb 15 13:20:38 2016 -0500
10069
10070 compile fix
10071
10072 drivers/staging/wilc1000/host_interface.h | 1 +
10073 1 file changed, 1 insertion(+)
10074
10075 commit 675f2dcbdd4ea3293eea9c42f0cc427b1c903fc8
10076 Author: Brad Spengler <spender@grsecurity.net>
10077 Date: Mon Feb 15 12:54:52 2016 -0500
10078
10079 Update size_overflow hash table
10080
10081 .../size_overflow_plugin/size_overflow_hash.data | 21 +++++++++++++++++----
10082 1 file changed, 17 insertions(+), 4 deletions(-)
10083
10084 commit c8c50394f0c9f2e9baaeb884a29be2057cadbf7b
10085 Author: Brad Spengler <spender@grsecurity.net>
10086 Date: Mon Feb 15 12:53:54 2016 -0500
10087
10088 compile fix
10089
10090 drivers/staging/wilc1000/wilc_spi.c | 1 -
10091 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
10092 2 files changed, 1 insertion(+), 2 deletions(-)
10093
10094 commit a9dd4481db099082967585be8e153899e5fd24c7
10095 Author: Brad Spengler <spender@grsecurity.net>
10096 Date: Mon Feb 15 12:52:32 2016 -0500
10097
10098 compile fix
10099
10100 fs/proc/fd.c | 2 --
10101 1 file changed, 2 deletions(-)
10102
10103 commit 5acb4fa0063460807096429f073181d1c5a3e566
10104 Author: Brad Spengler <spender@grsecurity.net>
10105 Date: Mon Feb 15 12:32:13 2016 -0500
10106
10107 Update size_overflow hash table
10108
10109 .../size_overflow_plugin/size_overflow_hash.data | 224 +++++++++++++++++----
10110 1 file changed, 182 insertions(+), 42 deletions(-)
10111
10112 commit c0bac9ff9af7ef753740622b5736684a32b49a9f
10113 Author: Brad Spengler <spender@grsecurity.net>
10114 Date: Mon Feb 15 12:31:16 2016 -0500
10115
10116 compile fix
10117
10118 drivers/staging/wilc1000/wilc_spi.c | 1 +
10119 1 file changed, 1 insertion(+)
10120
10121 commit 2f89ebdee131f6a6c85e611e5b993d4b19bc2673
10122 Author: Brad Spengler <spender@grsecurity.net>
10123 Date: Mon Feb 15 12:28:36 2016 -0500
10124
10125 RANDSTRUCT compile fix
10126
10127 drivers/staging/wilc1000/wilc_spi.c | 32 ++++++++++++++++----------------
10128 1 file changed, 16 insertions(+), 16 deletions(-)
10129
10130 commit 693be5d7f5b783f451499bbe83162aeb0f27a09f
10131 Author: Brad Spengler <spender@grsecurity.net>
10132 Date: Mon Feb 15 12:24:49 2016 -0500
10133
10134 RANDSTRUCT compile fix
10135
10136 drivers/staging/wilc1000/wilc_sdio.c | 34 +++++++++++++++++-----------------
10137 1 file changed, 17 insertions(+), 17 deletions(-)
10138
10139 commit bdf3dcd665c1a8ef9b69ad6525760c5160ec19a2
10140 Author: Hariprasad S <hariprasad@chelsio.com>
10141 Date: Fri Dec 11 13:59:17 2015 +0530
10142
10143 iw_cxgb3: Fix incorrectly returning error on success
10144
10145 The cxgb3_*_send() functions return NET_XMIT_ values, which are
10146 positive integers values. So don't treat positive return values
10147 as an error.
10148
10149 Signed-off-by: Steve Wise <swise@opengridcomputing.com>
10150 Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
10151 Signed-off-by: Doug Ledford <dledford@redhat.com>
10152
10153 drivers/infiniband/hw/cxgb3/iwch_cm.c | 4 ++--
10154 1 file changed, 2 insertions(+), 2 deletions(-)
10155
10156 commit 8705fe372dc21046ca3fc55381b70cffb4c60207
10157 Author: Daniel Borkmann <daniel@iogearbox.net>
10158 Date: Wed Feb 10 16:47:11 2016 +0100
10159
10160 bpf: fix branch offset adjustment on backjumps after patching ctx expansion
10161
10162 When ctx access is used, the kernel often needs to expand/rewrite
10163 instructions, so after that patching, branch offsets have to be
10164 adjusted for both forward and backward jumps in the new eBPF program,
10165 but for backward jumps it fails to account the delta. Meaning, for
10166 example, if the expansion happens exactly on the insn that sits at
10167 the jump target, it doesn't fix up the back jump offset.
10168
10169 Analysis on what the check in adjust_branches() is currently doing:
10170
10171 /* adjust offset of jmps if necessary */
10172 if (i < pos && i + insn->off + 1 > pos)
10173 insn->off += delta;
10174 else if (i > pos && i + insn->off + 1 < pos)
10175 insn->off -= delta;
10176
10177 First condition (forward jumps):
10178
10179 Before: After:
10180
10181 insns[0] insns[0]
10182 insns[1] <--- i/insn insns[1] <--- i/insn
10183 insns[2] <--- pos insns[P] <--- pos
10184 insns[3] insns[P] `------| delta
10185 insns[4] <--- target_X insns[P] `-----|
10186 insns[5] insns[3]
10187 insns[4] <--- target_X
10188 insns[5]
10189
10190 First case is if we cross pos-boundary and the jump instruction was
10191 before pos. This is handeled correctly. I.e. if i == pos, then this
10192 would mean our jump that we currently check was the patchlet itself
10193 that we just injected. Since such patchlets are self-contained and
10194 have no awareness of any insns before or after the patched one, the
10195 delta is correctly not adjusted. Also, for the second condition in
10196 case of i + insn->off + 1 == pos, means we jump to that newly patched
10197 instruction, so no offset adjustment are needed. That part is correct.
10198
10199 Second condition (backward jumps):
10200
10201 Before: After:
10202
10203 insns[0] insns[0]
10204 insns[1] <--- target_X insns[1] <--- target_X
10205 insns[2] <--- pos <-- target_Y insns[P] <--- pos <-- target_Y
10206 insns[3] insns[P] `------| delta
10207 insns[4] <--- i/insn insns[P] `-----|
10208 insns[5] insns[3]
10209 insns[4] <--- i/insn
10210 insns[5]
10211
10212 Second interesting case is where we cross pos-boundary and the jump
10213 instruction was after pos. Backward jump with i == pos would be
10214 impossible and pose a bug somewhere in the patchlet, so the first
10215 condition checking i > pos is okay only by itself. However, i +
10216 insn->off + 1 < pos does not always work as intended to trigger the
10217 adjustment. It works when jump targets would be far off where the
10218 delta wouldn't matter. But, for example, where the fixed insn->off
10219 before pointed to pos (target_Y), it now points to pos + delta, so
10220 that additional room needs to be taken into account for the check.
10221 This means that i) both tests here need to be adjusted into pos + delta,
10222 and ii) for the second condition, the test needs to be <= as pos
10223 itself can be a target in the backjump, too.
10224
10225 Fixes: 9bac3d6d548e ("bpf: allow extended BPF programs access skb fields")
10226 Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
10227 Signed-off-by: David S. Miller <davem@davemloft.net>
10228
10229 kernel/bpf/verifier.c | 2 +-
10230 1 file changed, 1 insertion(+), 1 deletion(-)
10231
10232 commit 61b513b644116e77313addf65970db58f4981608
10233 Author: Ryan Ware <ware@linux.intel.com>
10234 Date: Thu Feb 11 15:58:44 2016 -0800
10235
10236 EVM: Use crypto_memneq() for digest comparisons
10237
10238 This patch fixes vulnerability CVE-2016-2085. The problem exists
10239 because the vm_verify_hmac() function includes a use of memcmp().
10240 Unfortunately, this allows timing side channel attacks; specifically
10241 a MAC forgery complexity drop from 2^128 to 2^12. This patch changes
10242 the memcmp() to the cryptographically safe crypto_memneq().
10243
10244 Reported-by: Xiaofei Rex Guo <xiaofei.rex.guo@intel.com>
10245 Signed-off-by: Ryan Ware <ware@linux.intel.com>
10246 Cc: stable@vger.kernel.org
10247 Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
10248 Signed-off-by: James Morris <james.l.morris@oracle.com>
10249
10250 security/integrity/evm/evm_main.c | 3 ++-
10251 1 file changed, 2 insertions(+), 1 deletion(-)
10252
10253 commit 970b961e7d0684624f9c69f0b4367d5c76b65a63
10254 Author: Michael McConville <mmcco@mykolab.com>
10255 Date: Fri Feb 5 20:46:25 2016 -0500
10256
10257 dscc4: Undefined signed int shift
10258
10259 My analysis in the below mail applies, although the second part is
10260 unnecessary because i isn't used in arithmetic operations here:
10261
10262 https://marc.info/?l=openbsd-tech&m=145377854103866&w=2
10263
10264 Thanks for your time.
10265
10266 Signed-off-by: Michael McConville <mmcco@mykolab.com>
10267 Acked-by: Francois Romieu <romieu@fr.zoreil.com>
10268 Signed-off-by: David S. Miller <davem@davemloft.net>
10269
10270 drivers/net/wan/dscc4.c | 2 +-
10271 1 file changed, 1 insertion(+), 1 deletion(-)
10272
10273 commit d843df24b6680b600e87ebfea3b7b198b90b5a2a
10274 Author: Andrey Konovalov <andreyknvl@gmail.com>
10275 Date: Sat Feb 13 11:08:06 2016 +0300
10276
10277 ALSA: usb-audio: avoid freeing umidi object twice
10278
10279 The 'umidi' object will be free'd on the error path by snd_usbmidi_free()
10280 when tearing down the rawmidi interface. So we shouldn't try to free it
10281 in snd_usbmidi_create() after having registered the rawmidi interface.
10282
10283 Found by KASAN.
10284
10285 Signed-off-by: Andrey Konovalov <andreyknvl@gmail.com>
10286 Acked-by: Clemens Ladisch <clemens@ladisch.de>
10287 Cc: <stable@vger.kernel.org>
10288 Signed-off-by: Takashi Iwai <tiwai@suse.de>
10289
10290 sound/usb/midi.c | 1 -
10291 1 file changed, 1 deletion(-)
10292
10293 commit ed3a8ab1976674d56e258da93639e61f1446e703
10294 Author: zengtao <prime.zeng@huawei.com>
10295 Date: Tue Feb 2 11:38:34 2016 +0800
10296
10297 cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()
10298
10299 The datatype __kernel_time_t is u32 on 32bit platform, so its subject to
10300 overflows in the timeval/timespec to cputime conversion.
10301
10302 Currently the following functions are affected:
10303 1. setitimer()
10304 2. timer_create/timer_settime()
10305 3. sys_clock_nanosleep
10306
10307 This can happen on MIPS32 and ARM32 with "Full dynticks CPU time accounting"
10308 enabled, which is required for CONFIG_NO_HZ_FULL.
10309
10310 Enforce u64 conversion to prevent the overflow.
10311
10312 Fixes: 31c1fc818715 ("ARM: Kconfig: allow full nohz CPU accounting")
10313 Signed-off-by: zengtao <prime.zeng@huawei.com>
10314 Reviewed-by: Arnd Bergmann <arnd@arndb.de>
10315 Cc: <fweisbec@gmail.com>
10316 Cc: stable@vger.kernel.org
10317 Link: http://lkml.kernel.org/r/1454384314-154784-1-git-send-email-prime.zeng@huawei.com
10318 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
10319
10320 include/asm-generic/cputime_nsecs.h | 5 +++--
10321 1 file changed, 3 insertions(+), 2 deletions(-)
10322
10323 commit bf8a2de485da37d73850e7cfa31967b7798b6ce0
10324 Author: Brad Spengler <spender@grsecurity.net>
10325 Date: Mon Feb 15 11:55:18 2016 -0500
10326
10327 Fix building with allnoconfig, don't make our added DATA_TO_TEXT mismatch warnings
10328 count as actual mismatches
10329
10330 scripts/mod/modpost.c | 3 ++-
10331 1 file changed, 2 insertions(+), 1 deletion(-)
10332
10333 commit c9d82b6d0f1a2484fea0a516989dbdc6c55e5693
10334 Author: Brad Spengler <spender@grsecurity.net>
10335 Date: Mon Feb 15 11:44:36 2016 -0500
10336
10337 Compile fix
10338
10339 tools/gcc/randomize_layout_seed.h | 1 -
10340 1 file changed, 1 deletion(-)
10341
10342 commit fb68cbb98732e6801e8fc8d1da1f1195e51ff077
10343 Author: Brad Spengler <spender@grsecurity.net>
10344 Date: Mon Feb 15 11:27:32 2016 -0500
10345
10346 disable USELIB
10347
10348 init/Kconfig | 3 ++-
10349 1 file changed, 2 insertions(+), 1 deletion(-)
10350
10351 commit cbda9a44b7f92161eb1e444bf7fe2bbcbedaae65
10352 Author: Brad Spengler <spender@grsecurity.net>
10353 Date: Mon Feb 15 11:23:56 2016 -0500
10354
10355 compile fix
10356
10357 fs/proc/fd.c | 2 +-
10358 1 file changed, 1 insertion(+), 1 deletion(-)
10359
10360 commit 5cf0a2e87ab7105d1ba01f55f7636fa2e1fa4bb4
10361 Author: Brad Spengler <spender@grsecurity.net>
10362 Date: Mon Feb 15 11:19:26 2016 -0500
10363
10364 Initial import of grsecurity for Linux 4.4.1
10365
10366 Documentation/dontdiff | 2 +
10367 Documentation/kernel-parameters.txt | 11 +
10368 Documentation/sysctl/fs.txt | 23 +
10369 Documentation/sysctl/kernel.txt | 15 +
10370 Makefile | 18 +-
10371 arch/alpha/include/asm/cache.h | 4 +-
10372 arch/alpha/kernel/osf_sys.c | 12 +-
10373 arch/arc/Kconfig | 1 +
10374 arch/arm/Kconfig | 1 +
10375 arch/arm/Kconfig.debug | 1 +
10376 arch/arm/include/asm/thread_info.h | 7 +-
10377 arch/arm/kernel/entry-common.S | 8 +-
10378 arch/arm/kernel/process.c | 4 +-
10379 arch/arm/kernel/ptrace.c | 9 +
10380 arch/arm/kernel/traps.c | 7 +-
10381 arch/arm/mm/Kconfig | 4 +-
10382 arch/arm/mm/fault.c | 40 +-
10383 arch/arm/mm/mmap.c | 8 +-
10384 arch/arm/net/bpf_jit_32.c | 51 +-
10385 arch/arm64/Kconfig.debug | 1 +
10386 arch/avr32/include/asm/cache.h | 4 +-
10387 arch/blackfin/Kconfig.debug | 1 +
10388 arch/blackfin/include/asm/cache.h | 3 +-
10389 arch/cris/include/arch-v10/arch/cache.h | 3 +-
10390 arch/cris/include/arch-v32/arch/cache.h | 3 +-
10391 arch/frv/include/asm/cache.h | 3 +-
10392 arch/frv/mm/elf-fdpic.c | 4 +-
10393 arch/hexagon/include/asm/cache.h | 6 +-
10394 arch/ia64/Kconfig | 1 +
10395 arch/ia64/include/asm/cache.h | 3 +-
10396 arch/ia64/kernel/sys_ia64.c | 2 +
10397 arch/ia64/mm/hugetlbpage.c | 2 +
10398 arch/m32r/include/asm/cache.h | 4 +-
10399 arch/m68k/include/asm/cache.h | 4 +-
10400 arch/metag/mm/hugetlbpage.c | 1 +
10401 arch/microblaze/include/asm/cache.h | 3 +-
10402 arch/mips/Kconfig | 1 +
10403 arch/mips/include/asm/cache.h | 3 +-
10404 arch/mips/include/asm/thread_info.h | 11 +-
10405 arch/mips/kernel/irq.c | 3 +
10406 arch/mips/kernel/ptrace.c | 9 +
10407 arch/mips/mm/mmap.c | 4 +-
10408 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
10409 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
10410 arch/openrisc/include/asm/cache.h | 4 +-
10411 arch/parisc/include/asm/cache.h | 3 +
10412 arch/parisc/kernel/sys_parisc.c | 4 +
10413 arch/powerpc/Kconfig | 1 +
10414 arch/powerpc/include/asm/cache.h | 4 +-
10415 arch/powerpc/include/asm/thread_info.h | 5 +-
10416 arch/powerpc/kernel/Makefile | 2 +
10417 arch/powerpc/kernel/irq.c | 3 +
10418 arch/powerpc/kernel/process.c | 10 +-
10419 arch/powerpc/kernel/ptrace.c | 14 +
10420 arch/powerpc/kernel/traps.c | 5 +
10421 arch/powerpc/mm/slice.c | 2 +-
10422 arch/s390/Kconfig.debug | 1 +
10423 arch/s390/include/asm/cache.h | 4 +-
10424 arch/score/include/asm/cache.h | 4 +-
10425 arch/sh/include/asm/cache.h | 3 +-
10426 arch/sh/mm/mmap.c | 6 +-
10427 arch/sparc/include/asm/cache.h | 4 +-
10428 arch/sparc/include/asm/pgalloc_64.h | 1 +
10429 arch/sparc/include/asm/thread_info_64.h | 8 +-
10430 arch/sparc/kernel/process_32.c | 6 +-
10431 arch/sparc/kernel/process_64.c | 8 +-
10432 arch/sparc/kernel/ptrace_64.c | 14 +
10433 arch/sparc/kernel/sys_sparc_64.c | 8 +-
10434 arch/sparc/kernel/syscalls.S | 8 +-
10435 arch/sparc/kernel/traps_32.c | 8 +-
10436 arch/sparc/kernel/traps_64.c | 28 +-
10437 arch/sparc/kernel/unaligned_64.c | 2 +-
10438 arch/sparc/mm/fault_64.c | 2 +-
10439 arch/sparc/mm/hugetlbpage.c | 15 +-
10440 arch/tile/Kconfig | 1 +
10441 arch/tile/include/asm/cache.h | 3 +-
10442 arch/tile/mm/hugetlbpage.c | 2 +
10443 arch/um/include/asm/cache.h | 3 +-
10444 arch/unicore32/include/asm/cache.h | 6 +-
10445 arch/x86/Kconfig | 21 +
10446 arch/x86/Kconfig.debug | 2 +
10447 arch/x86/entry/common.c | 14 +
10448 arch/x86/entry/entry_32.S | 2 +-
10449 arch/x86/entry/entry_64.S | 2 +-
10450 arch/x86/ia32/ia32_aout.c | 2 +
10451 arch/x86/include/asm/floppy.h | 20 +-
10452 arch/x86/include/asm/fpu/types.h | 69 +-
10453 arch/x86/include/asm/io.h | 2 +-
10454 arch/x86/include/asm/page.h | 12 +-
10455 arch/x86/include/asm/paravirt_types.h | 23 +-
10456 arch/x86/include/asm/pgtable_types.h | 6 +-
10457 arch/x86/include/asm/processor.h | 12 +-
10458 arch/x86/include/asm/thread_info.h | 6 +-
10459 arch/x86/include/asm/uaccess.h | 2 +-
10460 arch/x86/kernel/dumpstack.c | 10 +-
10461 arch/x86/kernel/dumpstack_32.c | 2 +-
10462 arch/x86/kernel/dumpstack_64.c | 2 +-
10463 arch/x86/kernel/ioport.c | 13 +
10464 arch/x86/kernel/irq_32.c | 3 +
10465 arch/x86/kernel/irq_64.c | 4 +
10466 arch/x86/kernel/ldt.c | 18 +
10467 arch/x86/kernel/msr.c | 10 +
10468 arch/x86/kernel/ptrace.c | 14 +
10469 arch/x86/kernel/signal.c | 9 +-
10470 arch/x86/kernel/sys_i386_32.c | 9 +-
10471 arch/x86/kernel/sys_x86_64.c | 8 +-
10472 arch/x86/kernel/traps.c | 5 +
10473 arch/x86/kernel/verify_cpu.S | 1 +
10474 arch/x86/kernel/vm86_32.c | 15 +
10475 arch/x86/mm/fault.c | 12 +-
10476 arch/x86/mm/hugetlbpage.c | 15 +-
10477 arch/x86/mm/init.c | 66 +-
10478 arch/x86/mm/init_32.c | 6 +-
10479 arch/x86/mm/pageattr.c | 4 +-
10480 arch/x86/net/bpf_jit_comp.c | 4 +
10481 arch/x86/platform/efi/efi_64.c | 2 +-
10482 arch/x86/xen/Kconfig | 1 +
10483 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
10484 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
10485 crypto/scatterwalk.c | 10 +-
10486 drivers/acpi/acpica/hwxfsleep.c | 11 +-
10487 drivers/acpi/custom_method.c | 4 +
10488 drivers/block/cciss.h | 30 +-
10489 drivers/block/smart1,2.h | 40 +-
10490 drivers/cdrom/cdrom.c | 2 +-
10491 drivers/char/Kconfig | 4 +-
10492 drivers/char/genrtc.c | 1 +
10493 drivers/char/mem.c | 17 +
10494 drivers/char/random.c | 5 +-
10495 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
10496 drivers/firewire/ohci.c | 4 +
10497 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
10498 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
10499 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
10500 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
10501 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
10502 drivers/hid/hid-wiimote-debug.c | 2 +-
10503 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
10504 drivers/iommu/Kconfig | 1 +
10505 drivers/iommu/amd_iommu.c | 14 +-
10506 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
10507 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
10508 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
10509 drivers/isdn/i4l/isdn_concap.c | 6 +-
10510 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
10511 drivers/md/bcache/Kconfig | 1 +
10512 drivers/md/raid5.c | 8 +
10513 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
10514 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
10515 drivers/media/radio/radio-cadet.c | 5 +-
10516 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
10517 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
10518 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
10519 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
10520 drivers/message/fusion/mptbase.c | 9 +
10521 drivers/misc/sgi-xp/xp_main.c | 12 +-
10522 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
10523 drivers/net/ppp/pptp.c | 34 +-
10524 drivers/net/wan/lmc/lmc_media.c | 97 +-
10525 drivers/net/wan/z85230.c | 24 +-
10526 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
10527 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
10528 drivers/pci/proc.c | 9 +
10529 drivers/platform/x86/asus-wmi.c | 12 +
10530 drivers/rtc/rtc-dev.c | 3 +
10531 drivers/scsi/bfa/bfa_fcs.c | 19 +-
10532 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
10533 drivers/scsi/bfa/bfa_modules.h | 12 +-
10534 drivers/scsi/hpsa.h | 40 +-
10535 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
10536 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
10537 drivers/tty/serial/uartlite.c | 4 +-
10538 drivers/tty/sysrq.c | 2 +-
10539 drivers/tty/tty_io.c | 4 +
10540 drivers/tty/vt/keyboard.c | 22 +-
10541 drivers/uio/uio.c | 6 +-
10542 drivers/usb/core/hub.c | 5 +
10543 drivers/usb/gadget/function/f_uac1.c | 1 +
10544 drivers/usb/gadget/function/u_uac1.c | 1 +
10545 drivers/usb/host/hwa-hc.c | 9 +-
10546 drivers/usb/usbip/vhci_sysfs.c | 2 +-
10547 drivers/video/fbdev/arcfb.c | 2 +-
10548 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
10549 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
10550 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
10551 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
10552 drivers/xen/xenfs/xenstored.c | 5 +
10553 firmware/Makefile | 2 +
10554 firmware/WHENCE | 20 +-
10555 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
10556 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
10557 fs/attr.c | 4 +
10558 fs/autofs4/waitq.c | 9 +
10559 fs/binfmt_aout.c | 7 +
10560 fs/binfmt_elf.c | 40 +-
10561 fs/compat.c | 20 +-
10562 fs/compat_ioctl.c | 253 +-
10563 fs/coredump.c | 17 +-
10564 fs/dcache.c | 3 +
10565 fs/debugfs/inode.c | 11 +-
10566 fs/exec.c | 231 +-
10567 fs/ext2/balloc.c | 4 +-
10568 fs/ext2/super.c | 8 +-
10569 fs/ext4/balloc.c | 4 +-
10570 fs/ext4/extents.c | 2 +-
10571 fs/fcntl.c | 4 +
10572 fs/fhandle.c | 3 +-
10573 fs/file.c | 4 +
10574 fs/filesystems.c | 4 +
10575 fs/fs_struct.c | 20 +-
10576 fs/hugetlbfs/inode.c | 24 +-
10577 fs/inode.c | 8 +-
10578 fs/internal.h | 7 +
10579 fs/ioctl.c | 4 +-
10580 fs/kernfs/dir.c | 6 +
10581 fs/mount.h | 4 +-
10582 fs/namei.c | 283 +-
10583 fs/namespace.c | 24 +
10584 fs/nfsd/nfscache.c | 2 +-
10585 fs/open.c | 38 +
10586 fs/overlayfs/inode.c | 3 +
10587 fs/overlayfs/super.c | 6 +-
10588 fs/pipe.c | 49 +-
10589 fs/posix_acl.c | 15 +-
10590 fs/proc/Kconfig | 10 +-
10591 fs/proc/array.c | 69 +-
10592 fs/proc/base.c | 186 +-
10593 fs/proc/cmdline.c | 4 +
10594 fs/proc/devices.c | 4 +
10595 fs/proc/fd.c | 12 +-
10596 fs/proc/generic.c | 64 +
10597 fs/proc/inode.c | 17 +
10598 fs/proc/internal.h | 11 +-
10599 fs/proc/interrupts.c | 4 +
10600 fs/proc/kcore.c | 3 +
10601 fs/proc/namespaces.c | 4 +-
10602 fs/proc/proc_net.c | 31 +
10603 fs/proc/proc_sysctl.c | 52 +-
10604 fs/proc/root.c | 8 +
10605 fs/proc/stat.c | 69 +-
10606 fs/proc/task_mmu.c | 66 +-
10607 fs/readdir.c | 19 +
10608 fs/reiserfs/item_ops.c | 24 +-
10609 fs/reiserfs/super.c | 4 +
10610 fs/select.c | 2 +
10611 fs/seq_file.c | 30 +-
10612 fs/stat.c | 20 +-
10613 fs/sysfs/dir.c | 30 +-
10614 fs/utimes.c | 7 +
10615 fs/xattr.c | 26 +-
10616 grsecurity/Kconfig | 1203 ++++
10617 grsecurity/Makefile | 54 +
10618 grsecurity/gracl.c | 2757 +++++++++
10619 grsecurity/gracl_alloc.c | 105 +
10620 grsecurity/gracl_cap.c | 127 +
10621 grsecurity/gracl_compat.c | 269 +
10622 grsecurity/gracl_fs.c | 448 ++
10623 grsecurity/gracl_ip.c | 386 ++
10624 grsecurity/gracl_learn.c | 207 +
10625 grsecurity/gracl_policy.c | 1786 ++++++
10626 grsecurity/gracl_res.c | 68 +
10627 grsecurity/gracl_segv.c | 304 +
10628 grsecurity/gracl_shm.c | 40 +
10629 grsecurity/grsec_chdir.c | 19 +
10630 grsecurity/grsec_chroot.c | 467 ++
10631 grsecurity/grsec_disabled.c | 445 ++
10632 grsecurity/grsec_exec.c | 189 +
10633 grsecurity/grsec_fifo.c | 26 +
10634 grsecurity/grsec_fork.c | 23 +
10635 grsecurity/grsec_init.c | 294 +
10636 grsecurity/grsec_ipc.c | 48 +
10637 grsecurity/grsec_link.c | 65 +
10638 grsecurity/grsec_log.c | 340 +
10639 grsecurity/grsec_mem.c | 48 +
10640 grsecurity/grsec_mount.c | 65 +
10641 grsecurity/grsec_pax.c | 47 +
10642 grsecurity/grsec_proc.c | 20 +
10643 grsecurity/grsec_ptrace.c | 30 +
10644 grsecurity/grsec_sig.c | 245 +
10645 grsecurity/grsec_sock.c | 244 +
10646 grsecurity/grsec_sysctl.c | 497 ++
10647 grsecurity/grsec_time.c | 16 +
10648 grsecurity/grsec_tpe.c | 78 +
10649 grsecurity/grsec_tty.c | 18 +
10650 grsecurity/grsec_usb.c | 15 +
10651 grsecurity/grsum.c | 54 +
10652 include/linux/binfmts.h | 5 +-
10653 include/linux/capability.h | 13 +
10654 include/linux/compiler-gcc.h | 5 +
10655 include/linux/compiler.h | 8 +
10656 include/linux/cred.h | 8 +-
10657 include/linux/dcache.h | 5 +-
10658 include/linux/fs.h | 26 +-
10659 include/linux/fs_struct.h | 2 +-
10660 include/linux/fsnotify.h | 6 +
10661 include/linux/gracl.h | 342 ++
10662 include/linux/gracl_compat.h | 156 +
10663 include/linux/gralloc.h | 9 +
10664 include/linux/grdefs.h | 140 +
10665 include/linux/grinternal.h | 231 +
10666 include/linux/grmsg.h | 119 +
10667 include/linux/grsecurity.h | 258 +
10668 include/linux/grsock.h | 19 +
10669 include/linux/ipc.h | 2 +-
10670 include/linux/ipc_namespace.h | 2 +-
10671 include/linux/kallsyms.h | 18 +-
10672 include/linux/key-type.h | 4 +-
10673 include/linux/kmod.h | 5 +
10674 include/linux/kobject.h | 2 +-
10675 include/linux/lsm_hooks.h | 4 +-
10676 include/linux/mm.h | 12 +
10677 include/linux/mm_types.h | 4 +-
10678 include/linux/module.h | 5 +-
10679 include/linux/mount.h | 2 +-
10680 include/linux/msg.h | 2 +-
10681 include/linux/netfilter/xt_gradm.h | 9 +
10682 include/linux/path.h | 4 +-
10683 include/linux/perf_event.h | 13 +-
10684 include/linux/pid_namespace.h | 2 +-
10685 include/linux/pipe_fs_i.h | 4 +
10686 include/linux/poison.h | 2 +-
10687 include/linux/printk.h | 2 +-
10688 include/linux/proc_fs.h | 22 +-
10689 include/linux/proc_ns.h | 2 +-
10690 include/linux/ptrace.h | 24 +-
10691 include/linux/radix-tree.h | 22 +-
10692 include/linux/random.h | 2 +-
10693 include/linux/rbtree_augmented.h | 4 +-
10694 include/linux/scatterlist.h | 12 +-
10695 include/linux/sched.h | 115 +-
10696 include/linux/security.h | 1 +
10697 include/linux/sem.h | 2 +-
10698 include/linux/seq_file.h | 5 +
10699 include/linux/shm.h | 6 +-
10700 include/linux/shmem_fs.h | 5 +-
10701 include/linux/skbuff.h | 3 +
10702 include/linux/slab.h | 9 -
10703 include/linux/sysctl.h | 8 +-
10704 include/linux/thread_info.h | 6 +-
10705 include/linux/tty.h | 2 +-
10706 include/linux/tty_driver.h | 4 +-
10707 include/linux/uidgid.h | 5 +
10708 include/linux/user_namespace.h | 2 +-
10709 include/linux/utsname.h | 2 +-
10710 include/linux/vermagic.h | 16 +-
10711 include/linux/vmalloc.h | 8 +
10712 include/net/af_unix.h | 6 +-
10713 include/net/ip.h | 2 +-
10714 include/net/neighbour.h | 2 +-
10715 include/net/net_namespace.h | 2 +-
10716 include/net/netfilter/nf_conntrack_core.h | 8 +-
10717 include/net/scm.h | 1 +
10718 include/net/sock.h | 2 +-
10719 include/trace/events/fs.h | 53 +
10720 include/uapi/linux/personality.h | 1 +
10721 init/Kconfig | 2 +
10722 init/main.c | 46 +-
10723 ipc/mqueue.c | 1 +
10724 ipc/msg.c | 3 +-
10725 ipc/msgutil.c | 4 +-
10726 ipc/sem.c | 3 +-
10727 ipc/shm.c | 26 +-
10728 ipc/util.c | 6 +
10729 kernel/auditsc.c | 2 +-
10730 kernel/bpf/syscall.c | 10 +-
10731 kernel/capability.c | 41 +-
10732 kernel/cgroup.c | 5 +-
10733 kernel/compat.c | 1 +
10734 kernel/configs.c | 11 +
10735 kernel/cred.c | 112 +-
10736 kernel/events/core.c | 16 +-
10737 kernel/exit.c | 10 +-
10738 kernel/fork.c | 86 +-
10739 kernel/futex.c | 6 +-
10740 kernel/futex_compat.c | 2 +-
10741 kernel/kallsyms.c | 9 +
10742 kernel/kcmp.c | 8 +-
10743 kernel/kexec_core.c | 2 +-
10744 kernel/kmod.c | 96 +-
10745 kernel/kprobes.c | 9 +-
10746 kernel/ksysfs.c | 2 +
10747 kernel/locking/lockdep_proc.c | 10 +-
10748 kernel/module.c | 108 +-
10749 kernel/panic.c | 4 +-
10750 kernel/pid.c | 18 +-
10751 kernel/power/Kconfig | 2 +
10752 kernel/printk/printk.c | 7 +-
10753 kernel/ptrace.c | 89 +-
10754 kernel/resource.c | 10 +
10755 kernel/sched/core.c | 11 +-
10756 kernel/seccomp.c | 22 +-
10757 kernel/signal.c | 37 +-
10758 kernel/sys.c | 64 +-
10759 kernel/sysctl.c | 186 +-
10760 kernel/taskstats.c | 6 +
10761 kernel/time/posix-timers.c | 8 +
10762 kernel/time/time.c | 5 +
10763 kernel/time/timekeeping.c | 3 +
10764 kernel/time/timer_list.c | 13 +-
10765 kernel/time/timer_stats.c | 10 +-
10766 kernel/trace/Kconfig | 2 +
10767 kernel/trace/trace_syscalls.c | 8 +
10768 kernel/user_namespace.c | 15 +
10769 lib/Kconfig.debug | 13 +-
10770 lib/Kconfig.kasan | 2 +-
10771 lib/is_single_threaded.c | 3 +
10772 lib/list_debug.c | 65 +-
10773 lib/nlattr.c | 2 +
10774 lib/radix-tree.c | 12 +-
10775 lib/rbtree.c | 4 +-
10776 lib/vsprintf.c | 39 +-
10777 localversion-grsec | 1 +
10778 mm/Kconfig | 8 +-
10779 mm/Kconfig.debug | 1 +
10780 mm/filemap.c | 1 +
10781 mm/kmemleak.c | 4 +-
10782 mm/memory.c | 2 +-
10783 mm/mempolicy.c | 12 +-
10784 mm/migrate.c | 3 +-
10785 mm/mlock.c | 11 +-
10786 mm/mmap.c | 103 +-
10787 mm/mprotect.c | 8 +
10788 mm/oom_kill.c | 4 +
10789 mm/page_alloc.c | 2 +-
10790 mm/process_vm_access.c | 8 +-
10791 mm/shmem.c | 11 +-
10792 mm/slab.c | 14 +-
10793 mm/slab_common.c | 2 +-
10794 mm/slob.c | 12 +
10795 mm/slub.c | 33 +-
10796 mm/util.c | 3 +
10797 mm/vmalloc.c | 82 +-
10798 mm/vmstat.c | 29 +-
10799 net/appletalk/atalk_proc.c | 2 +-
10800 net/atm/lec.c | 6 +-
10801 net/atm/mpoa_caches.c | 42 +-
10802 net/can/bcm.c | 2 +-
10803 net/can/proc.c | 2 +-
10804 net/core/dev_ioctl.c | 7 +-
10805 net/core/filter.c | 8 +-
10806 net/core/net-procfs.c | 17 +-
10807 net/core/pktgen.c | 2 +-
10808 net/core/scm.c | 7 +
10809 net/core/sock.c | 3 +-
10810 net/core/sysctl_net_core.c | 2 +-
10811 net/decnet/dn_dev.c | 2 +-
10812 net/ipv4/Kconfig | 1 +
10813 net/ipv4/devinet.c | 6 +-
10814 net/ipv4/inet_hashtables.c | 4 +
10815 net/ipv4/ip_input.c | 7 +
10816 net/ipv4/ip_sockglue.c | 3 +-
10817 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
10818 net/ipv4/route.c | 6 +-
10819 net/ipv4/tcp_input.c | 6 +-
10820 net/ipv4/tcp_ipv4.c | 24 +-
10821 net/ipv4/tcp_minisocks.c | 9 +-
10822 net/ipv4/tcp_timer.c | 11 +
10823 net/ipv4/udp.c | 24 +
10824 net/ipv6/Kconfig | 1 +
10825 net/ipv6/addrconf.c | 13 +-
10826 net/ipv6/proc.c | 2 +-
10827 net/ipv6/tcp_ipv6.c | 23 +-
10828 net/ipv6/udp.c | 7 +
10829 net/ipx/ipx_proc.c | 2 +-
10830 net/irda/irproc.c | 2 +-
10831 net/iucv/af_iucv.c | 3 +
10832 net/llc/llc_proc.c | 2 +-
10833 net/netfilter/Kconfig | 10 +
10834 net/netfilter/Makefile | 1 +
10835 net/netfilter/nf_conntrack_core.c | 46 +-
10836 net/netfilter/nf_conntrack_helper.c | 2 +-
10837 net/netfilter/nf_conntrack_netlink.c | 2 +-
10838 net/netfilter/xt_gradm.c | 51 +
10839 net/netfilter/xt_hashlimit.c | 4 +-
10840 net/netfilter/xt_recent.c | 2 +-
10841 net/openvswitch/actions.c | 19 +-
10842 net/sctp/sm_sideeffect.c | 11 +-
10843 net/sctp/sm_statefuns.c | 17 +-
10844 net/socket.c | 75 +-
10845 net/sunrpc/Kconfig | 1 +
10846 net/sunrpc/cache.c | 2 +-
10847 net/sunrpc/stats.c | 2 +-
10848 net/sysctl_net.c | 2 +-
10849 net/unix/af_unix.c | 57 +-
10850 net/unix/garbage.c | 8 +-
10851 net/vmw_vsock/vmci_transport_notify.c | 30 +-
10852 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
10853 net/x25/sysctl_net_x25.c | 2 +-
10854 net/x25/x25_proc.c | 2 +-
10855 scripts/package/Makefile | 2 +-
10856 scripts/package/mkspec | 41 +-
10857 security/Kconfig | 369 +-
10858 security/apparmor/file.c | 4 +-
10859 security/apparmor/lsm.c | 8 +-
10860 security/commoncap.c | 36 +-
10861 security/keys/internal.h | 2 +-
10862 security/min_addr.c | 2 +
10863 security/smack/smack_lsm.c | 8 +-
10864 security/tomoyo/file.c | 12 +-
10865 security/tomoyo/mount.c | 4 +
10866 security/tomoyo/tomoyo.c | 20 +-
10867 security/yama/Kconfig | 2 +-
10868 security/yama/yama_lsm.c | 4 +-
10869 sound/core/timer.c | 4 +-
10870 sound/synth/emux/emux_seq.c | 14 +-
10871 sound/usb/line6/driver.c | 40 +-
10872 sound/usb/line6/toneport.c | 12 +-
10873 tools/gcc/.gitignore | 1 +
10874 tools/gcc/Makefile | 12 +
10875 tools/gcc/gen-random-seed.sh | 8 +
10876 tools/gcc/randomize_layout_plugin.c | 930 +++
10877 tools/gcc/size_overflow_plugin/.gitignore | 1 +
10878 .../size_overflow_plugin/size_overflow_hash.data | 463 +-
10879 513 files changed, 33007 insertions(+), 3251 deletions(-)
10880
10881 commit 6cb4f49b6a55cf16ae82685e1ab9b74c95b2f743
10882 Author: Brad Spengler <spender@grsecurity.net>
10883 Date: Mon Feb 15 10:51:41 2016 -0500
10884
10885 Initial import of pax-linux-4.4.1-test3.patch
10886
10887 Documentation/dontdiff | 46 +-
10888 Documentation/kbuild/makefiles.txt | 39 +-
10889 Documentation/kernel-parameters.txt | 28 +
10890 Makefile | 119 +-
10891 arch/alpha/include/asm/atomic.h | 10 +
10892 arch/alpha/include/asm/elf.h | 7 +
10893 arch/alpha/include/asm/pgalloc.h | 6 +
10894 arch/alpha/include/asm/pgtable.h | 11 +
10895 arch/alpha/kernel/module.c | 2 +-
10896 arch/alpha/kernel/osf_sys.c | 8 +-
10897 arch/alpha/mm/fault.c | 141 +-
10898 arch/arm/Kconfig | 3 +-
10899 arch/arm/include/asm/atomic.h | 323 +-
10900 arch/arm/include/asm/cache.h | 5 +-
10901 arch/arm/include/asm/cacheflush.h | 2 +-
10902 arch/arm/include/asm/checksum.h | 14 +-
10903 arch/arm/include/asm/cmpxchg.h | 4 +
10904 arch/arm/include/asm/cpuidle.h | 2 +-
10905 arch/arm/include/asm/domain.h | 42 +-
10906 arch/arm/include/asm/elf.h | 9 +-
10907 arch/arm/include/asm/fncpy.h | 2 +
10908 arch/arm/include/asm/futex.h | 1 +
10909 arch/arm/include/asm/kmap_types.h | 2 +-
10910 arch/arm/include/asm/mach/dma.h | 2 +-
10911 arch/arm/include/asm/mach/map.h | 16 +-
10912 arch/arm/include/asm/outercache.h | 2 +-
10913 arch/arm/include/asm/page.h | 3 +-
10914 arch/arm/include/asm/pgalloc.h | 20 +
10915 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
10916 arch/arm/include/asm/pgtable-2level.h | 3 +
10917 arch/arm/include/asm/pgtable-3level.h | 3 +
10918 arch/arm/include/asm/pgtable.h | 54 +-
10919 arch/arm/include/asm/smp.h | 2 +-
10920 arch/arm/include/asm/thread_info.h | 3 +
10921 arch/arm/include/asm/tls.h | 3 +
10922 arch/arm/include/asm/uaccess.h | 113 +-
10923 arch/arm/include/uapi/asm/ptrace.h | 2 +-
10924 arch/arm/kernel/armksyms.c | 2 +-
10925 arch/arm/kernel/cpuidle.c | 2 +-
10926 arch/arm/kernel/entry-armv.S | 109 +-
10927 arch/arm/kernel/entry-common.S | 40 +-
10928 arch/arm/kernel/entry-header.S | 55 +
10929 arch/arm/kernel/fiq.c | 3 +
10930 arch/arm/kernel/module-plts.c | 7 +-
10931 arch/arm/kernel/module.c | 38 +-
10932 arch/arm/kernel/patch.c | 2 +
10933 arch/arm/kernel/process.c | 92 +-
10934 arch/arm/kernel/reboot.c | 1 +
10935 arch/arm/kernel/setup.c | 20 +-
10936 arch/arm/kernel/signal.c | 35 +-
10937 arch/arm/kernel/smp.c | 2 +-
10938 arch/arm/kernel/tcm.c | 4 +-
10939 arch/arm/kernel/vmlinux.lds.S | 6 +-
10940 arch/arm/kvm/arm.c | 8 +-
10941 arch/arm/lib/copy_page.S | 1 +
10942 arch/arm/lib/csumpartialcopyuser.S | 4 +-
10943 arch/arm/lib/delay.c | 2 +-
10944 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
10945 arch/arm/mach-exynos/suspend.c | 6 +-
10946 arch/arm/mach-mvebu/coherency.c | 4 +-
10947 arch/arm/mach-omap2/board-n8x0.c | 2 +-
10948 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
10949 arch/arm/mach-omap2/omap-smp.c | 1 +
10950 arch/arm/mach-omap2/omap_device.c | 4 +-
10951 arch/arm/mach-omap2/omap_device.h | 4 +-
10952 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
10953 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
10954 arch/arm/mach-omap2/wd_timer.c | 6 +-
10955 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
10956 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
10957 arch/arm/mach-tegra/irq.c | 1 +
10958 arch/arm/mach-ux500/pm.c | 1 +
10959 arch/arm/mach-zynq/platsmp.c | 1 +
10960 arch/arm/mm/Kconfig | 6 +-
10961 arch/arm/mm/cache-l2x0.c | 2 +-
10962 arch/arm/mm/context.c | 10 +-
10963 arch/arm/mm/fault.c | 146 +
10964 arch/arm/mm/fault.h | 12 +
10965 arch/arm/mm/init.c | 39 +
10966 arch/arm/mm/ioremap.c | 4 +-
10967 arch/arm/mm/mmap.c | 30 +-
10968 arch/arm/mm/mmu.c | 162 +-
10969 arch/arm/net/bpf_jit_32.c | 3 +
10970 arch/arm/plat-iop/setup.c | 2 +-
10971 arch/arm/plat-omap/sram.c | 2 +
10972 arch/arm64/include/asm/atomic.h | 10 +
10973 arch/arm64/include/asm/percpu.h | 8 +-
10974 arch/arm64/include/asm/pgalloc.h | 5 +
10975 arch/arm64/include/asm/uaccess.h | 1 +
10976 arch/arm64/mm/dma-mapping.c | 2 +-
10977 arch/avr32/include/asm/elf.h | 8 +-
10978 arch/avr32/include/asm/kmap_types.h | 4 +-
10979 arch/avr32/mm/fault.c | 27 +
10980 arch/frv/include/asm/atomic.h | 10 +
10981 arch/frv/include/asm/kmap_types.h | 2 +-
10982 arch/frv/mm/elf-fdpic.c | 3 +-
10983 arch/ia64/Makefile | 1 +
10984 arch/ia64/include/asm/atomic.h | 10 +
10985 arch/ia64/include/asm/elf.h | 7 +
10986 arch/ia64/include/asm/pgalloc.h | 12 +
10987 arch/ia64/include/asm/pgtable.h | 13 +-
10988 arch/ia64/include/asm/spinlock.h | 2 +-
10989 arch/ia64/include/asm/uaccess.h | 27 +-
10990 arch/ia64/kernel/module.c | 45 +-
10991 arch/ia64/kernel/palinfo.c | 2 +-
10992 arch/ia64/kernel/sys_ia64.c | 7 +
10993 arch/ia64/kernel/vmlinux.lds.S | 2 +-
10994 arch/ia64/mm/fault.c | 32 +-
10995 arch/ia64/mm/init.c | 15 +-
10996 arch/m32r/lib/usercopy.c | 6 +
10997 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
10998 arch/mips/include/asm/atomic.h | 368 +-
10999 arch/mips/include/asm/elf.h | 7 +
11000 arch/mips/include/asm/exec.h | 2 +-
11001 arch/mips/include/asm/hw_irq.h | 2 +-
11002 arch/mips/include/asm/local.h | 57 +
11003 arch/mips/include/asm/page.h | 2 +-
11004 arch/mips/include/asm/pgalloc.h | 5 +
11005 arch/mips/include/asm/pgtable.h | 3 +
11006 arch/mips/include/asm/uaccess.h | 1 +
11007 arch/mips/kernel/binfmt_elfn32.c | 7 +
11008 arch/mips/kernel/binfmt_elfo32.c | 7 +
11009 arch/mips/kernel/irq-gt641xx.c | 2 +-
11010 arch/mips/kernel/irq.c | 6 +-
11011 arch/mips/kernel/pm-cps.c | 2 +-
11012 arch/mips/kernel/process.c | 12 -
11013 arch/mips/kernel/sync-r4k.c | 24 +-
11014 arch/mips/kernel/traps.c | 13 +-
11015 arch/mips/mm/fault.c | 25 +
11016 arch/mips/mm/mmap.c | 51 +-
11017 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
11018 arch/mips/sni/rm200.c | 2 +-
11019 arch/mips/vr41xx/common/icu.c | 2 +-
11020 arch/mips/vr41xx/common/irq.c | 4 +-
11021 arch/parisc/include/asm/atomic.h | 10 +
11022 arch/parisc/include/asm/elf.h | 7 +
11023 arch/parisc/include/asm/pgalloc.h | 6 +
11024 arch/parisc/include/asm/pgtable.h | 11 +
11025 arch/parisc/include/asm/uaccess.h | 4 +-
11026 arch/parisc/kernel/module.c | 50 +-
11027 arch/parisc/kernel/sys_parisc.c | 15 +
11028 arch/parisc/kernel/traps.c | 4 +-
11029 arch/parisc/mm/fault.c | 140 +-
11030 arch/powerpc/include/asm/atomic.h | 329 +-
11031 arch/powerpc/include/asm/elf.h | 12 +
11032 arch/powerpc/include/asm/exec.h | 2 +-
11033 arch/powerpc/include/asm/kmap_types.h | 2 +-
11034 arch/powerpc/include/asm/local.h | 46 +
11035 arch/powerpc/include/asm/mman.h | 2 +-
11036 arch/powerpc/include/asm/page.h | 8 +-
11037 arch/powerpc/include/asm/page_64.h | 7 +-
11038 arch/powerpc/include/asm/pgalloc-64.h | 7 +
11039 arch/powerpc/include/asm/pgtable.h | 1 +
11040 arch/powerpc/include/asm/pte-hash32.h | 1 +
11041 arch/powerpc/include/asm/reg.h | 1 +
11042 arch/powerpc/include/asm/smp.h | 2 +-
11043 arch/powerpc/include/asm/spinlock.h | 42 +-
11044 arch/powerpc/include/asm/uaccess.h | 141 +-
11045 arch/powerpc/kernel/Makefile | 5 +
11046 arch/powerpc/kernel/exceptions-64e.S | 4 +-
11047 arch/powerpc/kernel/exceptions-64s.S | 2 +-
11048 arch/powerpc/kernel/module_32.c | 15 +-
11049 arch/powerpc/kernel/process.c | 46 -
11050 arch/powerpc/kernel/signal_32.c | 2 +-
11051 arch/powerpc/kernel/signal_64.c | 2 +-
11052 arch/powerpc/kernel/traps.c | 21 +
11053 arch/powerpc/kernel/vdso.c | 5 +-
11054 arch/powerpc/lib/usercopy_64.c | 18 -
11055 arch/powerpc/mm/fault.c | 56 +-
11056 arch/powerpc/mm/mmap.c | 16 +
11057 arch/powerpc/mm/slice.c | 13 +-
11058 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
11059 arch/s390/include/asm/atomic.h | 10 +
11060 arch/s390/include/asm/elf.h | 7 +
11061 arch/s390/include/asm/exec.h | 2 +-
11062 arch/s390/include/asm/uaccess.h | 13 +-
11063 arch/s390/kernel/module.c | 22 +-
11064 arch/s390/kernel/process.c | 20 -
11065 arch/s390/mm/mmap.c | 16 +
11066 arch/score/include/asm/exec.h | 2 +-
11067 arch/score/kernel/process.c | 5 -
11068 arch/sh/mm/mmap.c | 22 +-
11069 arch/sparc/include/asm/atomic_64.h | 110 +-
11070 arch/sparc/include/asm/cache.h | 2 +-
11071 arch/sparc/include/asm/elf_32.h | 7 +
11072 arch/sparc/include/asm/elf_64.h | 7 +
11073 arch/sparc/include/asm/pgalloc_32.h | 1 +
11074 arch/sparc/include/asm/pgalloc_64.h | 1 +
11075 arch/sparc/include/asm/pgtable.h | 4 +
11076 arch/sparc/include/asm/pgtable_32.h | 15 +-
11077 arch/sparc/include/asm/pgtsrmmu.h | 5 +
11078 arch/sparc/include/asm/setup.h | 4 +-
11079 arch/sparc/include/asm/spinlock_64.h | 35 +-
11080 arch/sparc/include/asm/thread_info_32.h | 1 +
11081 arch/sparc/include/asm/thread_info_64.h | 2 +
11082 arch/sparc/include/asm/uaccess.h | 1 +
11083 arch/sparc/include/asm/uaccess_32.h | 28 +-
11084 arch/sparc/include/asm/uaccess_64.h | 24 +-
11085 arch/sparc/kernel/Makefile | 2 +-
11086 arch/sparc/kernel/prom_common.c | 2 +-
11087 arch/sparc/kernel/smp_64.c | 8 +-
11088 arch/sparc/kernel/sys_sparc_32.c | 2 +-
11089 arch/sparc/kernel/sys_sparc_64.c | 52 +-
11090 arch/sparc/kernel/traps_64.c | 27 +-
11091 arch/sparc/lib/Makefile | 2 +-
11092 arch/sparc/lib/atomic_64.S | 57 +-
11093 arch/sparc/lib/ksyms.c | 6 +-
11094 arch/sparc/mm/Makefile | 2 +-
11095 arch/sparc/mm/fault_32.c | 292 +
11096 arch/sparc/mm/fault_64.c | 486 +
11097 arch/sparc/mm/hugetlbpage.c | 22 +-
11098 arch/sparc/mm/init_64.c | 10 +-
11099 arch/tile/include/asm/atomic_64.h | 10 +
11100 arch/tile/include/asm/uaccess.h | 4 +-
11101 arch/um/Makefile | 4 +
11102 arch/um/include/asm/kmap_types.h | 2 +-
11103 arch/um/include/asm/page.h | 3 +
11104 arch/um/include/asm/pgtable-3level.h | 1 +
11105 arch/um/kernel/process.c | 16 -
11106 arch/x86/Kconfig | 26 +-
11107 arch/x86/Kconfig.cpu | 6 +-
11108 arch/x86/Kconfig.debug | 4 +-
11109 arch/x86/Makefile | 13 +-
11110 arch/x86/boot/Makefile | 3 +
11111 arch/x86/boot/bitops.h | 4 +-
11112 arch/x86/boot/boot.h | 2 +-
11113 arch/x86/boot/compressed/Makefile | 3 +
11114 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
11115 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
11116 arch/x86/boot/compressed/head_32.S | 4 +-
11117 arch/x86/boot/compressed/head_64.S | 12 +-
11118 arch/x86/boot/compressed/misc.c | 11 +-
11119 arch/x86/boot/cpucheck.c | 16 +-
11120 arch/x86/boot/header.S | 6 +-
11121 arch/x86/boot/memory.c | 2 +-
11122 arch/x86/boot/video-vesa.c | 1 +
11123 arch/x86/boot/video.c | 2 +-
11124 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
11125 arch/x86/crypto/aesni-intel_asm.S | 106 +-
11126 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
11127 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
11128 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
11129 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
11130 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
11131 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
11132 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
11133 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
11134 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
11135 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
11136 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
11137 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
11138 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
11139 arch/x86/crypto/sha256-avx-asm.S | 2 +
11140 arch/x86/crypto/sha256-avx2-asm.S | 2 +
11141 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
11142 arch/x86/crypto/sha512-avx-asm.S | 2 +
11143 arch/x86/crypto/sha512-avx2-asm.S | 2 +
11144 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
11145 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
11146 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
11147 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
11148 arch/x86/entry/calling.h | 86 +-
11149 arch/x86/entry/common.c | 28 +-
11150 arch/x86/entry/entry_32.S | 311 +-
11151 arch/x86/entry/entry_64.S | 625 +-
11152 arch/x86/entry/entry_64_compat.S | 67 +-
11153 arch/x86/entry/thunk_64.S | 2 +
11154 arch/x86/entry/vdso/Makefile | 2 +-
11155 arch/x86/entry/vdso/vdso2c.h | 8 +-
11156 arch/x86/entry/vdso/vma.c | 37 +-
11157 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
11158 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
11159 arch/x86/ia32/ia32_signal.c | 23 +-
11160 arch/x86/ia32/sys_ia32.c | 42 +-
11161 arch/x86/include/asm/alternative-asm.h | 43 +-
11162 arch/x86/include/asm/alternative.h | 4 +-
11163 arch/x86/include/asm/apic.h | 2 +-
11164 arch/x86/include/asm/apm.h | 4 +-
11165 arch/x86/include/asm/atomic.h | 230 +-
11166 arch/x86/include/asm/atomic64_32.h | 100 +
11167 arch/x86/include/asm/atomic64_64.h | 164 +-
11168 arch/x86/include/asm/bitops.h | 18 +-
11169 arch/x86/include/asm/boot.h | 2 +-
11170 arch/x86/include/asm/cache.h | 5 +-
11171 arch/x86/include/asm/checksum_32.h | 12 +-
11172 arch/x86/include/asm/cmpxchg.h | 39 +
11173 arch/x86/include/asm/compat.h | 4 +
11174 arch/x86/include/asm/cpufeature.h | 17 +-
11175 arch/x86/include/asm/desc.h | 78 +-
11176 arch/x86/include/asm/desc_defs.h | 6 +
11177 arch/x86/include/asm/div64.h | 2 +-
11178 arch/x86/include/asm/dma.h | 2 +
11179 arch/x86/include/asm/elf.h | 33 +-
11180 arch/x86/include/asm/emergency-restart.h | 2 +-
11181 arch/x86/include/asm/fpu/internal.h | 42 +-
11182 arch/x86/include/asm/fpu/types.h | 5 +-
11183 arch/x86/include/asm/futex.h | 14 +-
11184 arch/x86/include/asm/hw_irq.h | 4 +-
11185 arch/x86/include/asm/i8259.h | 2 +-
11186 arch/x86/include/asm/io.h | 22 +-
11187 arch/x86/include/asm/irqflags.h | 5 +
11188 arch/x86/include/asm/kprobes.h | 9 +-
11189 arch/x86/include/asm/local.h | 106 +-
11190 arch/x86/include/asm/mman.h | 15 +
11191 arch/x86/include/asm/mmu.h | 14 +-
11192 arch/x86/include/asm/mmu_context.h | 133 +-
11193 arch/x86/include/asm/module.h | 17 +-
11194 arch/x86/include/asm/nmi.h | 19 +-
11195 arch/x86/include/asm/page.h | 1 +
11196 arch/x86/include/asm/page_32.h | 12 +-
11197 arch/x86/include/asm/page_64.h | 14 +-
11198 arch/x86/include/asm/paravirt.h | 46 +-
11199 arch/x86/include/asm/paravirt_types.h | 15 +-
11200 arch/x86/include/asm/pgalloc.h | 23 +
11201 arch/x86/include/asm/pgtable-2level.h | 2 +
11202 arch/x86/include/asm/pgtable-3level.h | 7 +
11203 arch/x86/include/asm/pgtable.h | 126 +-
11204 arch/x86/include/asm/pgtable_32.h | 14 +-
11205 arch/x86/include/asm/pgtable_32_types.h | 24 +-
11206 arch/x86/include/asm/pgtable_64.h | 23 +-
11207 arch/x86/include/asm/pgtable_64_types.h | 5 +
11208 arch/x86/include/asm/pgtable_types.h | 26 +-
11209 arch/x86/include/asm/pmem.h | 2 +-
11210 arch/x86/include/asm/preempt.h | 2 +-
11211 arch/x86/include/asm/processor.h | 57 +-
11212 arch/x86/include/asm/ptrace.h | 15 +-
11213 arch/x86/include/asm/realmode.h | 4 +-
11214 arch/x86/include/asm/reboot.h | 10 +-
11215 arch/x86/include/asm/rmwcc.h | 84 +-
11216 arch/x86/include/asm/rwsem.h | 60 +-
11217 arch/x86/include/asm/segment.h | 27 +-
11218 arch/x86/include/asm/smap.h | 43 +
11219 arch/x86/include/asm/smp.h | 14 +-
11220 arch/x86/include/asm/stackprotector.h | 4 +-
11221 arch/x86/include/asm/stacktrace.h | 34 +-
11222 arch/x86/include/asm/switch_to.h | 4 +-
11223 arch/x86/include/asm/sys_ia32.h | 6 +-
11224 arch/x86/include/asm/thread_info.h | 27 +-
11225 arch/x86/include/asm/tlbflush.h | 77 +-
11226 arch/x86/include/asm/uaccess.h | 210 +-
11227 arch/x86/include/asm/uaccess_32.h | 28 +-
11228 arch/x86/include/asm/uaccess_64.h | 169 +-
11229 arch/x86/include/asm/word-at-a-time.h | 2 +-
11230 arch/x86/include/asm/x86_init.h | 10 +-
11231 arch/x86/include/asm/xen/page.h | 2 +-
11232 arch/x86/include/uapi/asm/e820.h | 2 +-
11233 arch/x86/kernel/Makefile | 2 +-
11234 arch/x86/kernel/acpi/boot.c | 4 +-
11235 arch/x86/kernel/acpi/sleep.c | 4 +
11236 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
11237 arch/x86/kernel/alternative.c | 124 +-
11238 arch/x86/kernel/apic/apic.c | 4 +-
11239 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
11240 arch/x86/kernel/apic/apic_noop.c | 2 +-
11241 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
11242 arch/x86/kernel/apic/io_apic.c | 8 +-
11243 arch/x86/kernel/apic/msi.c | 2 +-
11244 arch/x86/kernel/apic/probe_32.c | 4 +-
11245 arch/x86/kernel/apic/vector.c | 2 +
11246 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
11247 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
11248 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
11249 arch/x86/kernel/apm_32.c | 21 +-
11250 arch/x86/kernel/asm-offsets.c | 20 +
11251 arch/x86/kernel/asm-offsets_64.c | 1 +
11252 arch/x86/kernel/cpu/Makefile | 4 -
11253 arch/x86/kernel/cpu/amd.c | 2 +-
11254 arch/x86/kernel/cpu/bugs_64.c | 2 +
11255 arch/x86/kernel/cpu/common.c | 202 +-
11256 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
11257 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
11258 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
11259 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
11260 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
11261 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
11262 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
11263 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
11264 arch/x86/kernel/cpu/perf_event.c | 10 +-
11265 arch/x86/kernel/cpu/perf_event.h | 2 +-
11266 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
11267 arch/x86/kernel/cpu/perf_event_intel.c | 34 +-
11268 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
11269 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
11270 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
11271 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
11272 arch/x86/kernel/cpu/perf_event_intel_pt.c | 42 +-
11273 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
11274 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
11275 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
11276 arch/x86/kernel/crash_dump_64.c | 2 +-
11277 arch/x86/kernel/doublefault.c | 8 +-
11278 arch/x86/kernel/dumpstack.c | 24 +-
11279 arch/x86/kernel/dumpstack_32.c | 25 +-
11280 arch/x86/kernel/dumpstack_64.c | 62 +-
11281 arch/x86/kernel/e820.c | 4 +-
11282 arch/x86/kernel/early_printk.c | 1 +
11283 arch/x86/kernel/espfix_64.c | 44 +-
11284 arch/x86/kernel/fpu/core.c | 24 +-
11285 arch/x86/kernel/fpu/init.c | 40 +-
11286 arch/x86/kernel/fpu/regset.c | 22 +-
11287 arch/x86/kernel/fpu/signal.c | 20 +-
11288 arch/x86/kernel/fpu/xstate.c | 6 +-
11289 arch/x86/kernel/ftrace.c | 18 +-
11290 arch/x86/kernel/head64.c | 14 +-
11291 arch/x86/kernel/head_32.S | 235 +-
11292 arch/x86/kernel/head_64.S | 173 +-
11293 arch/x86/kernel/i386_ksyms_32.c | 12 +
11294 arch/x86/kernel/i8259.c | 10 +-
11295 arch/x86/kernel/io_delay.c | 2 +-
11296 arch/x86/kernel/ioport.c | 2 +-
11297 arch/x86/kernel/irq.c | 8 +-
11298 arch/x86/kernel/irq_32.c | 45 +-
11299 arch/x86/kernel/jump_label.c | 10 +-
11300 arch/x86/kernel/kgdb.c | 21 +-
11301 arch/x86/kernel/kprobes/core.c | 28 +-
11302 arch/x86/kernel/kprobes/opt.c | 16 +-
11303 arch/x86/kernel/ksysfs.c | 2 +-
11304 arch/x86/kernel/kvmclock.c | 20 +-
11305 arch/x86/kernel/ldt.c | 25 +
11306 arch/x86/kernel/livepatch.c | 11 +-
11307 arch/x86/kernel/machine_kexec_32.c | 6 +-
11308 arch/x86/kernel/mcount_64.S | 19 +-
11309 arch/x86/kernel/module.c | 78 +-
11310 arch/x86/kernel/msr.c | 2 +-
11311 arch/x86/kernel/nmi.c | 34 +-
11312 arch/x86/kernel/nmi_selftest.c | 4 +-
11313 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
11314 arch/x86/kernel/paravirt.c | 45 +-
11315 arch/x86/kernel/paravirt_patch_64.c | 8 +
11316 arch/x86/kernel/pci-calgary_64.c | 2 +-
11317 arch/x86/kernel/pci-iommu_table.c | 2 +-
11318 arch/x86/kernel/pci-swiotlb.c | 2 +-
11319 arch/x86/kernel/process.c | 80 +-
11320 arch/x86/kernel/process_32.c | 29 +-
11321 arch/x86/kernel/process_64.c | 14 +-
11322 arch/x86/kernel/ptrace.c | 20 +-
11323 arch/x86/kernel/pvclock.c | 8 +-
11324 arch/x86/kernel/reboot.c | 44 +-
11325 arch/x86/kernel/reboot_fixups_32.c | 2 +-
11326 arch/x86/kernel/relocate_kernel_64.S | 3 +-
11327 arch/x86/kernel/setup.c | 29 +-
11328 arch/x86/kernel/setup_percpu.c | 29 +-
11329 arch/x86/kernel/signal.c | 17 +-
11330 arch/x86/kernel/smp.c | 2 +-
11331 arch/x86/kernel/smpboot.c | 29 +-
11332 arch/x86/kernel/step.c | 6 +-
11333 arch/x86/kernel/sys_i386_32.c | 184 +
11334 arch/x86/kernel/sys_x86_64.c | 22 +-
11335 arch/x86/kernel/tboot.c | 22 +-
11336 arch/x86/kernel/time.c | 8 +-
11337 arch/x86/kernel/tls.c | 7 +-
11338 arch/x86/kernel/tracepoint.c | 4 +-
11339 arch/x86/kernel/traps.c | 53 +-
11340 arch/x86/kernel/tsc.c | 2 +-
11341 arch/x86/kernel/uprobes.c | 4 +-
11342 arch/x86/kernel/vm86_32.c | 6 +-
11343 arch/x86/kernel/vmlinux.lds.S | 153 +-
11344 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
11345 arch/x86/kernel/x86_init.c | 6 +-
11346 arch/x86/kvm/cpuid.c | 21 +-
11347 arch/x86/kvm/emulate.c | 6 +-
11348 arch/x86/kvm/i8259.c | 10 +-
11349 arch/x86/kvm/ioapic.c | 2 +
11350 arch/x86/kvm/lapic.c | 2 +-
11351 arch/x86/kvm/paging_tmpl.h | 2 +-
11352 arch/x86/kvm/svm.c | 10 +-
11353 arch/x86/kvm/vmx.c | 62 +-
11354 arch/x86/kvm/x86.c | 44 +-
11355 arch/x86/lguest/boot.c | 3 +-
11356 arch/x86/lib/atomic64_386_32.S | 164 +
11357 arch/x86/lib/atomic64_cx8_32.S | 98 +-
11358 arch/x86/lib/checksum_32.S | 99 +-
11359 arch/x86/lib/clear_page_64.S | 3 +
11360 arch/x86/lib/cmpxchg16b_emu.S | 3 +
11361 arch/x86/lib/copy_page_64.S | 14 +-
11362 arch/x86/lib/copy_user_64.S | 66 +-
11363 arch/x86/lib/csum-copy_64.S | 14 +-
11364 arch/x86/lib/csum-wrappers_64.c | 8 +-
11365 arch/x86/lib/getuser.S | 74 +-
11366 arch/x86/lib/insn.c | 8 +-
11367 arch/x86/lib/iomap_copy_64.S | 2 +
11368 arch/x86/lib/memcpy_64.S | 6 +
11369 arch/x86/lib/memmove_64.S | 3 +-
11370 arch/x86/lib/memset_64.S | 3 +
11371 arch/x86/lib/mmx_32.c | 243 +-
11372 arch/x86/lib/msr-reg.S | 2 +
11373 arch/x86/lib/putuser.S | 87 +-
11374 arch/x86/lib/rwsem.S | 6 +-
11375 arch/x86/lib/usercopy_32.c | 359 +-
11376 arch/x86/lib/usercopy_64.c | 22 +-
11377 arch/x86/math-emu/fpu_aux.c | 2 +-
11378 arch/x86/math-emu/fpu_entry.c | 4 +-
11379 arch/x86/math-emu/fpu_system.h | 2 +-
11380 arch/x86/mm/Makefile | 4 +
11381 arch/x86/mm/extable.c | 26 +-
11382 arch/x86/mm/fault.c | 570 +-
11383 arch/x86/mm/gup.c | 6 +-
11384 arch/x86/mm/highmem_32.c | 6 +
11385 arch/x86/mm/hugetlbpage.c | 24 +-
11386 arch/x86/mm/init.c | 111 +-
11387 arch/x86/mm/init_32.c | 111 +-
11388 arch/x86/mm/init_64.c | 46 +-
11389 arch/x86/mm/iomap_32.c | 4 +
11390 arch/x86/mm/ioremap.c | 52 +-
11391 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
11392 arch/x86/mm/mmap.c | 40 +-
11393 arch/x86/mm/mmio-mod.c | 10 +-
11394 arch/x86/mm/mpx.c | 6 +-
11395 arch/x86/mm/numa.c | 4 +-
11396 arch/x86/mm/pageattr.c | 42 +-
11397 arch/x86/mm/pat.c | 12 +-
11398 arch/x86/mm/pat_rbtree.c | 2 +-
11399 arch/x86/mm/pf_in.c | 10 +-
11400 arch/x86/mm/pgtable.c | 214 +-
11401 arch/x86/mm/pgtable_32.c | 3 +
11402 arch/x86/mm/setup_nx.c | 7 +
11403 arch/x86/mm/tlb.c | 4 +
11404 arch/x86/mm/uderef_64.c | 37 +
11405 arch/x86/net/bpf_jit.S | 11 +
11406 arch/x86/net/bpf_jit_comp.c | 13 +-
11407 arch/x86/oprofile/backtrace.c | 6 +-
11408 arch/x86/oprofile/nmi_int.c | 8 +-
11409 arch/x86/oprofile/op_model_amd.c | 8 +-
11410 arch/x86/oprofile/op_model_ppro.c | 7 +-
11411 arch/x86/oprofile/op_x86_model.h | 2 +-
11412 arch/x86/pci/intel_mid_pci.c | 2 +-
11413 arch/x86/pci/irq.c | 8 +-
11414 arch/x86/pci/pcbios.c | 144 +-
11415 arch/x86/platform/efi/efi_32.c | 24 +
11416 arch/x86/platform/efi/efi_64.c | 26 +-
11417 arch/x86/platform/efi/efi_stub_32.S | 64 +-
11418 arch/x86/platform/efi/efi_stub_64.S | 2 +
11419 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
11420 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
11421 arch/x86/platform/intel-mid/mfld.c | 4 +-
11422 arch/x86/platform/intel-mid/mrfl.c | 2 +-
11423 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
11424 arch/x86/platform/olpc/olpc_dt.c | 2 +-
11425 arch/x86/power/cpu.c | 11 +-
11426 arch/x86/realmode/init.c | 10 +-
11427 arch/x86/realmode/rm/Makefile | 3 +
11428 arch/x86/realmode/rm/header.S | 4 +-
11429 arch/x86/realmode/rm/reboot.S | 4 +
11430 arch/x86/realmode/rm/trampoline_32.S | 12 +-
11431 arch/x86/realmode/rm/trampoline_64.S | 3 +-
11432 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
11433 arch/x86/tools/Makefile | 2 +-
11434 arch/x86/tools/relocs.c | 96 +-
11435 arch/x86/um/mem_32.c | 2 +-
11436 arch/x86/um/tls_32.c | 2 +-
11437 arch/x86/xen/enlighten.c | 50 +-
11438 arch/x86/xen/mmu.c | 19 +-
11439 arch/x86/xen/smp.c | 16 +-
11440 arch/x86/xen/xen-asm_32.S | 2 +-
11441 arch/x86/xen/xen-head.S | 11 +
11442 arch/x86/xen/xen-ops.h | 2 -
11443 block/bio.c | 4 +-
11444 block/blk-cgroup.c | 18 +-
11445 block/blk-iopoll.c | 2 +-
11446 block/blk-map.c | 2 +-
11447 block/blk-softirq.c | 2 +-
11448 block/bsg.c | 12 +-
11449 block/cfq-iosched.c | 4 +-
11450 block/compat_ioctl.c | 4 +-
11451 block/genhd.c | 9 +-
11452 block/partitions/efi.c | 8 +-
11453 block/scsi_ioctl.c | 29 +-
11454 crypto/cryptd.c | 4 +-
11455 crypto/crypto_user.c | 8 +-
11456 crypto/pcrypt.c | 2 +-
11457 crypto/zlib.c | 12 +-
11458 drivers/acpi/acpi_video.c | 2 +-
11459 drivers/acpi/apei/apei-internal.h | 2 +-
11460 drivers/acpi/apei/ghes.c | 10 +-
11461 drivers/acpi/bgrt.c | 6 +-
11462 drivers/acpi/blacklist.c | 4 +-
11463 drivers/acpi/bus.c | 4 +-
11464 drivers/acpi/device_pm.c | 4 +-
11465 drivers/acpi/ec.c | 2 +-
11466 drivers/acpi/pci_slot.c | 2 +-
11467 drivers/acpi/processor_idle.c | 2 +-
11468 drivers/acpi/processor_pdc.c | 2 +-
11469 drivers/acpi/sleep.c | 2 +-
11470 drivers/acpi/sysfs.c | 4 +-
11471 drivers/acpi/thermal.c | 2 +-
11472 drivers/acpi/video_detect.c | 7 +-
11473 drivers/ata/libata-core.c | 12 +-
11474 drivers/ata/libata-scsi.c | 2 +-
11475 drivers/ata/libata.h | 2 +-
11476 drivers/ata/pata_arasan_cf.c | 4 +-
11477 drivers/atm/adummy.c | 2 +-
11478 drivers/atm/ambassador.c | 8 +-
11479 drivers/atm/atmtcp.c | 14 +-
11480 drivers/atm/eni.c | 10 +-
11481 drivers/atm/firestream.c | 8 +-
11482 drivers/atm/fore200e.c | 14 +-
11483 drivers/atm/he.c | 18 +-
11484 drivers/atm/horizon.c | 4 +-
11485 drivers/atm/idt77252.c | 36 +-
11486 drivers/atm/iphase.c | 34 +-
11487 drivers/atm/lanai.c | 12 +-
11488 drivers/atm/nicstar.c | 46 +-
11489 drivers/atm/solos-pci.c | 4 +-
11490 drivers/atm/suni.c | 4 +-
11491 drivers/atm/uPD98402.c | 16 +-
11492 drivers/atm/zatm.c | 6 +-
11493 drivers/base/bus.c | 4 +-
11494 drivers/base/devres.c | 4 +-
11495 drivers/base/devtmpfs.c | 8 +-
11496 drivers/base/node.c | 2 +-
11497 drivers/base/platform-msi.c | 20 +-
11498 drivers/base/power/domain.c | 7 +-
11499 drivers/base/power/runtime.c | 6 +-
11500 drivers/base/power/sysfs.c | 2 +-
11501 drivers/base/power/wakeup.c | 8 +-
11502 drivers/base/regmap/regmap-debugfs.c | 4 +-
11503 drivers/base/regmap/regmap.c | 4 +-
11504 drivers/base/syscore.c | 4 +-
11505 drivers/block/cciss.c | 28 +-
11506 drivers/block/cciss.h | 2 +-
11507 drivers/block/cpqarray.c | 28 +-
11508 drivers/block/cpqarray.h | 2 +-
11509 drivers/block/drbd/drbd_bitmap.c | 2 +-
11510 drivers/block/drbd/drbd_int.h | 8 +-
11511 drivers/block/drbd/drbd_main.c | 12 +-
11512 drivers/block/drbd/drbd_nl.c | 4 +-
11513 drivers/block/drbd/drbd_receiver.c | 38 +-
11514 drivers/block/drbd/drbd_worker.c | 14 +-
11515 drivers/block/pktcdvd.c | 4 +-
11516 drivers/block/rbd.c | 2 +-
11517 drivers/bluetooth/btwilink.c | 2 +-
11518 drivers/bus/arm-cci.c | 12 +-
11519 drivers/cdrom/cdrom.c | 11 +-
11520 drivers/cdrom/gdrom.c | 1 -
11521 drivers/char/agp/compat_ioctl.c | 2 +-
11522 drivers/char/agp/frontend.c | 4 +-
11523 drivers/char/agp/intel-gtt.c | 4 +-
11524 drivers/char/hpet.c | 2 +-
11525 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
11526 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
11527 drivers/char/ipmi/ipmi_ssif.c | 12 +-
11528 drivers/char/mem.c | 47 +-
11529 drivers/char/nvram.c | 2 +-
11530 drivers/char/pcmcia/synclink_cs.c | 16 +-
11531 drivers/char/random.c | 12 +-
11532 drivers/char/sonypi.c | 11 +-
11533 drivers/char/tpm/tpm_acpi.c | 3 +-
11534 drivers/char/tpm/tpm_eventlog.c | 5 +-
11535 drivers/char/virtio_console.c | 6 +-
11536 drivers/clk/clk-composite.c | 2 +-
11537 drivers/clk/samsung/clk.h | 2 +-
11538 drivers/clk/socfpga/clk-gate.c | 9 +-
11539 drivers/clk/socfpga/clk-pll.c | 9 +-
11540 drivers/clk/ti/clk.c | 8 +-
11541 drivers/cpufreq/acpi-cpufreq.c | 17 +-
11542 drivers/cpufreq/cpufreq-dt.c | 4 +-
11543 drivers/cpufreq/cpufreq.c | 30 +-
11544 drivers/cpufreq/cpufreq_governor.c | 2 +-
11545 drivers/cpufreq/cpufreq_governor.h | 4 +-
11546 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
11547 drivers/cpufreq/intel_pstate.c | 38 +-
11548 drivers/cpufreq/p4-clockmod.c | 12 +-
11549 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
11550 drivers/cpufreq/speedstep-centrino.c | 7 +-
11551 drivers/cpuidle/driver.c | 2 +-
11552 drivers/cpuidle/dt_idle_states.c | 2 +-
11553 drivers/cpuidle/governor.c | 2 +-
11554 drivers/cpuidle/sysfs.c | 2 +-
11555 drivers/crypto/hifn_795x.c | 4 +-
11556 drivers/devfreq/devfreq.c | 4 +-
11557 drivers/dma/sh/shdma-base.c | 4 +-
11558 drivers/dma/sh/shdmac.c | 2 +-
11559 drivers/edac/edac_device.c | 4 +-
11560 drivers/edac/edac_mc_sysfs.c | 2 +-
11561 drivers/edac/edac_pci.c | 4 +-
11562 drivers/edac/edac_pci_sysfs.c | 22 +-
11563 drivers/edac/mce_amd.h | 2 +-
11564 drivers/firewire/core-card.c | 6 +-
11565 drivers/firewire/core-device.c | 2 +-
11566 drivers/firewire/core-transaction.c | 1 +
11567 drivers/firewire/core.h | 1 +
11568 drivers/firmware/dmi-id.c | 2 +-
11569 drivers/firmware/dmi_scan.c | 12 +-
11570 drivers/firmware/efi/cper.c | 8 +-
11571 drivers/firmware/efi/efi.c | 12 +-
11572 drivers/firmware/efi/efivars.c | 2 +-
11573 drivers/firmware/efi/runtime-map.c | 2 +-
11574 drivers/firmware/google/gsmi.c | 2 +-
11575 drivers/firmware/google/memconsole.c | 7 +-
11576 drivers/firmware/memmap.c | 2 +-
11577 drivers/firmware/psci.c | 2 +-
11578 drivers/gpio/gpio-davinci.c | 6 +-
11579 drivers/gpio/gpio-em.c | 2 +-
11580 drivers/gpio/gpio-ich.c | 2 +-
11581 drivers/gpio/gpio-omap.c | 4 +-
11582 drivers/gpio/gpio-rcar.c | 2 +-
11583 drivers/gpio/gpio-vr41xx.c | 2 +-
11584 drivers/gpio/gpiolib.c | 12 +-
11585 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
11586 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
11587 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
11588 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
11589 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
11590 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
11591 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
11592 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
11593 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
11594 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
11595 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
11596 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
11597 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
11598 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
11599 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
11600 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
11601 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
11602 drivers/gpu/drm/armada/armada_drv.c | 3 +-
11603 drivers/gpu/drm/drm_crtc.c | 2 +-
11604 drivers/gpu/drm/drm_drv.c | 2 +-
11605 drivers/gpu/drm/drm_fops.c | 12 +-
11606 drivers/gpu/drm/drm_global.c | 14 +-
11607 drivers/gpu/drm/drm_info.c | 13 +-
11608 drivers/gpu/drm/drm_ioc32.c | 13 +-
11609 drivers/gpu/drm/drm_ioctl.c | 2 +-
11610 drivers/gpu/drm/drm_pci.c | 9 +-
11611 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
11612 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
11613 drivers/gpu/drm/gma500/psb_drv.c | 1 -
11614 drivers/gpu/drm/i810/i810_dma.c | 2 +-
11615 drivers/gpu/drm/i810/i810_drv.c | 6 +-
11616 drivers/gpu/drm/i810/i810_drv.h | 6 +-
11617 drivers/gpu/drm/i915/i915_dma.c | 4 +-
11618 drivers/gpu/drm/i915/i915_drv.c | 7 +-
11619 drivers/gpu/drm/i915/i915_drv.h | 2 +-
11620 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
11621 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
11622 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
11623 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
11624 drivers/gpu/drm/i915/i915_irq.c | 88 +-
11625 drivers/gpu/drm/i915/intel_display.c | 26 +-
11626 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
11627 drivers/gpu/drm/mga/mga_drv.c | 5 +-
11628 drivers/gpu/drm/mga/mga_drv.h | 6 +-
11629 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
11630 drivers/gpu/drm/mga/mga_irq.c | 8 +-
11631 drivers/gpu/drm/mga/mga_state.c | 2 +-
11632 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
11633 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
11634 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
11635 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
11636 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
11637 drivers/gpu/drm/omapdrm/Makefile | 2 +-
11638 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
11639 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
11640 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
11641 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
11642 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
11643 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
11644 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
11645 drivers/gpu/drm/r128/r128_cce.c | 2 +-
11646 drivers/gpu/drm/r128/r128_drv.c | 4 +-
11647 drivers/gpu/drm/r128/r128_drv.h | 6 +-
11648 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
11649 drivers/gpu/drm/r128/r128_irq.c | 4 +-
11650 drivers/gpu/drm/r128/r128_state.c | 6 +-
11651 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
11652 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
11653 drivers/gpu/drm/radeon/radeon_drv.c | 17 +-
11654 drivers/gpu/drm/radeon/radeon_drv.h | 4 +-
11655 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
11656 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
11657 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
11658 drivers/gpu/drm/radeon/radeon_state.c | 6 +-
11659 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
11660 drivers/gpu/drm/savage/savage_bci.c | 2 +-
11661 drivers/gpu/drm/savage/savage_drv.c | 5 +-
11662 drivers/gpu/drm/savage/savage_drv.h | 2 +-
11663 drivers/gpu/drm/sis/sis_drv.c | 5 +-
11664 drivers/gpu/drm/sis/sis_drv.h | 2 +-
11665 drivers/gpu/drm/sis/sis_mm.c | 2 +-
11666 drivers/gpu/drm/tegra/dc.c | 2 +-
11667 drivers/gpu/drm/tegra/dsi.c | 2 +-
11668 drivers/gpu/drm/tegra/hdmi.c | 2 +-
11669 drivers/gpu/drm/tegra/sor.c | 7 +-
11670 drivers/gpu/drm/tilcdc/Makefile | 6 +-
11671 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
11672 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
11673 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
11674 drivers/gpu/drm/udl/udl_fb.c | 1 -
11675 drivers/gpu/drm/via/via_dma.c | 2 +-
11676 drivers/gpu/drm/via/via_drv.c | 5 +-
11677 drivers/gpu/drm/via/via_drv.h | 6 +-
11678 drivers/gpu/drm/via/via_irq.c | 18 +-
11679 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
11680 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
11681 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
11682 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
11683 drivers/gpu/vga/vga_switcheroo.c | 4 +-
11684 drivers/hid/hid-core.c | 4 +-
11685 drivers/hid/hid-sensor-custom.c | 2 +-
11686 drivers/hv/channel.c | 6 +-
11687 drivers/hv/hv.c | 4 +-
11688 drivers/hv/hv_balloon.c | 18 +-
11689 drivers/hv/hyperv_vmbus.h | 2 +-
11690 drivers/hwmon/acpi_power_meter.c | 6 +-
11691 drivers/hwmon/applesmc.c | 2 +-
11692 drivers/hwmon/asus_atk0110.c | 10 +-
11693 drivers/hwmon/coretemp.c | 2 +-
11694 drivers/hwmon/dell-smm-hwmon.c | 2 +-
11695 drivers/hwmon/ibmaem.c | 2 +-
11696 drivers/hwmon/iio_hwmon.c | 2 +-
11697 drivers/hwmon/nct6683.c | 6 +-
11698 drivers/hwmon/nct6775.c | 6 +-
11699 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
11700 drivers/hwmon/sht15.c | 12 +-
11701 drivers/hwmon/via-cputemp.c | 2 +-
11702 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
11703 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
11704 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
11705 drivers/i2c/i2c-dev.c | 2 +-
11706 drivers/ide/ide-cd.c | 2 +-
11707 drivers/ide/ide-disk.c | 2 +-
11708 drivers/iio/industrialio-core.c | 2 +-
11709 drivers/iio/magnetometer/ak8975.c | 2 +-
11710 drivers/infiniband/core/cm.c | 32 +-
11711 drivers/infiniband/core/fmr_pool.c | 20 +-
11712 drivers/infiniband/core/netlink.c | 5 +-
11713 drivers/infiniband/core/uverbs_cmd.c | 3 +
11714 drivers/infiniband/hw/cxgb4/device.c | 6 +-
11715 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
11716 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
11717 drivers/infiniband/hw/mlx4/mad.c | 2 +-
11718 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
11719 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
11720 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
11721 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
11722 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
11723 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
11724 drivers/infiniband/hw/nes/nes.c | 4 +-
11725 drivers/infiniband/hw/nes/nes.h | 40 +-
11726 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
11727 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
11728 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
11729 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
11730 drivers/infiniband/hw/qib/qib.h | 1 +
11731 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
11732 drivers/input/evdev.c | 2 +-
11733 drivers/input/gameport/gameport.c | 4 +-
11734 drivers/input/input.c | 4 +-
11735 drivers/input/joystick/sidewinder.c | 1 +
11736 drivers/input/misc/ims-pcu.c | 4 +-
11737 drivers/input/mouse/psmouse.h | 2 +-
11738 drivers/input/mousedev.c | 2 +-
11739 drivers/input/serio/serio.c | 4 +-
11740 drivers/input/serio/serio_raw.c | 4 +-
11741 drivers/input/touchscreen/htcpen.c | 2 +-
11742 drivers/iommu/arm-smmu-v3.c | 2 +-
11743 drivers/iommu/arm-smmu.c | 43 +-
11744 drivers/iommu/io-pgtable-arm.c | 101 +-
11745 drivers/iommu/io-pgtable.c | 11 +-
11746 drivers/iommu/io-pgtable.h | 19 +-
11747 drivers/iommu/iommu.c | 2 +-
11748 drivers/iommu/ipmmu-vmsa.c | 13 +-
11749 drivers/iommu/irq_remapping.c | 2 +-
11750 drivers/irqchip/irq-gic.c | 2 +-
11751 drivers/irqchip/irq-i8259.c | 2 +-
11752 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
11753 drivers/isdn/capi/capi.c | 10 +-
11754 drivers/isdn/gigaset/interface.c | 8 +-
11755 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
11756 drivers/isdn/hardware/avm/b1.c | 4 +-
11757 drivers/isdn/i4l/isdn_common.c | 2 +
11758 drivers/isdn/i4l/isdn_tty.c | 22 +-
11759 drivers/isdn/icn/icn.c | 2 +-
11760 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
11761 drivers/lguest/core.c | 10 +-
11762 drivers/lguest/page_tables.c | 2 +-
11763 drivers/lguest/x86/core.c | 12 +-
11764 drivers/lguest/x86/switcher_32.S | 27 +-
11765 drivers/md/bcache/alloc.c | 2 +-
11766 drivers/md/bcache/bcache.h | 10 +-
11767 drivers/md/bcache/btree.c | 2 +-
11768 drivers/md/bcache/closure.h | 2 +-
11769 drivers/md/bcache/io.c | 10 +-
11770 drivers/md/bcache/journal.c | 2 +-
11771 drivers/md/bcache/stats.c | 26 +-
11772 drivers/md/bcache/stats.h | 16 +-
11773 drivers/md/bcache/super.c | 2 +-
11774 drivers/md/bcache/sysfs.c | 20 +-
11775 drivers/md/bitmap.c | 2 +-
11776 drivers/md/dm-cache-target.c | 98 +-
11777 drivers/md/dm-ioctl.c | 2 +-
11778 drivers/md/dm-raid.c | 2 +-
11779 drivers/md/dm-raid1.c | 18 +-
11780 drivers/md/dm-stats.c | 6 +-
11781 drivers/md/dm-stripe.c | 10 +-
11782 drivers/md/dm-table.c | 2 +-
11783 drivers/md/dm-thin-metadata.c | 4 +-
11784 drivers/md/dm.c | 28 +-
11785 drivers/md/md.c | 37 +-
11786 drivers/md/md.h | 8 +-
11787 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
11788 drivers/md/persistent-data/dm-space-map.h | 1 +
11789 drivers/md/raid1.c | 8 +-
11790 drivers/md/raid10.c | 20 +-
11791 drivers/md/raid5.c | 26 +-
11792 drivers/media/dvb-core/dvbdev.c | 2 +-
11793 drivers/media/dvb-frontends/af9033.h | 2 +-
11794 drivers/media/dvb-frontends/dib3000.h | 2 +-
11795 drivers/media/dvb-frontends/dib7000p.h | 2 +-
11796 drivers/media/dvb-frontends/dib8000.h | 2 +-
11797 drivers/media/pci/cx88/cx88-video.c | 6 +-
11798 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
11799 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
11800 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
11801 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
11802 drivers/media/pci/tw68/tw68-core.c | 2 +-
11803 drivers/media/pci/zoran/zoran.h | 1 -
11804 drivers/media/pci/zoran/zoran_driver.c | 3 -
11805 drivers/media/platform/omap/omap_vout.c | 11 +-
11806 drivers/media/platform/s5p-tv/mixer.h | 2 +-
11807 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
11808 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
11809 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
11810 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
11811 drivers/media/radio/radio-cadet.c | 2 +
11812 drivers/media/radio/radio-maxiradio.c | 2 +-
11813 drivers/media/radio/radio-shark.c | 2 +-
11814 drivers/media/radio/radio-shark2.c | 2 +-
11815 drivers/media/radio/radio-si476x.c | 2 +-
11816 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
11817 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
11818 drivers/media/v4l2-core/v4l2-device.c | 4 +-
11819 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
11820 drivers/memory/omap-gpmc.c | 21 +-
11821 drivers/message/fusion/mptsas.c | 34 +-
11822 drivers/mfd/ab8500-debugfs.c | 2 +-
11823 drivers/mfd/kempld-core.c | 2 +-
11824 drivers/mfd/max8925-i2c.c | 2 +-
11825 drivers/mfd/tps65910.c | 2 +-
11826 drivers/mfd/twl4030-irq.c | 9 +-
11827 drivers/misc/c2port/core.c | 4 +-
11828 drivers/misc/kgdbts.c | 4 +-
11829 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
11830 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
11831 drivers/misc/mic/scif/scif_api.c | 10 +-
11832 drivers/misc/mic/scif/scif_rb.c | 8 +-
11833 drivers/misc/sgi-gru/gruhandles.c | 4 +-
11834 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
11835 drivers/misc/sgi-gru/grutables.h | 158 +-
11836 drivers/misc/sgi-xp/xp.h | 2 +-
11837 drivers/misc/sgi-xp/xpc.h | 3 +-
11838 drivers/misc/sgi-xp/xpc_main.c | 2 +-
11839 drivers/mmc/host/dw_mmc.h | 2 +-
11840 drivers/mmc/host/mmci.c | 4 +-
11841 drivers/mmc/host/omap_hsmmc.c | 4 +-
11842 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
11843 drivers/mmc/host/sdhci-s3c.c | 8 +-
11844 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
11845 drivers/mtd/nand/denali.c | 1 +
11846 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
11847 drivers/mtd/nftlmount.c | 1 +
11848 drivers/mtd/sm_ftl.c | 2 +-
11849 drivers/net/bonding/bond_netlink.c | 2 +-
11850 drivers/net/caif/caif_hsi.c | 2 +-
11851 drivers/net/can/Kconfig | 2 +-
11852 drivers/net/can/dev.c | 2 +-
11853 drivers/net/can/vcan.c | 2 +-
11854 drivers/net/dummy.c | 2 +-
11855 drivers/net/ethernet/8390/ax88796.c | 4 +-
11856 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
11857 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
11858 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
11859 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
11860 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
11861 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
11862 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
11863 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
11864 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
11865 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
11866 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
11867 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
11868 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
11869 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
11870 drivers/net/ethernet/broadcom/tg3.h | 1 +
11871 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
11872 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
11873 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
11874 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
11875 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
11876 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
11877 drivers/net/ethernet/faraday/ftmac100.c | 2 +
11878 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
11879 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
11880 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
11881 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
11882 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
11883 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
11884 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
11885 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
11886 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
11887 drivers/net/ethernet/realtek/r8169.c | 8 +-
11888 drivers/net/ethernet/sfc/ptp.c | 2 +-
11889 drivers/net/ethernet/sfc/selftest.c | 20 +-
11890 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
11891 drivers/net/ethernet/via/via-rhine.c | 2 +-
11892 drivers/net/geneve.c | 2 +-
11893 drivers/net/hyperv/hyperv_net.h | 2 +-
11894 drivers/net/hyperv/rndis_filter.c | 7 +-
11895 drivers/net/ifb.c | 2 +-
11896 drivers/net/ipvlan/ipvlan_core.c | 2 +-
11897 drivers/net/irda/vlsi_ir.c | 18 +-
11898 drivers/net/irda/vlsi_ir.h | 14 +-
11899 drivers/net/macvlan.c | 20 +-
11900 drivers/net/macvtap.c | 10 +-
11901 drivers/net/nlmon.c | 2 +-
11902 drivers/net/phy/phy_device.c | 6 +-
11903 drivers/net/ppp/ppp_generic.c | 4 +-
11904 drivers/net/slip/slhc.c | 2 +-
11905 drivers/net/team/team.c | 4 +-
11906 drivers/net/tun.c | 7 +-
11907 drivers/net/usb/hso.c | 23 +-
11908 drivers/net/usb/r8152.c | 2 +-
11909 drivers/net/usb/sierra_net.c | 4 +-
11910 drivers/net/virtio_net.c | 2 +-
11911 drivers/net/vrf.c | 2 +-
11912 drivers/net/vxlan.c | 4 +-
11913 drivers/net/wimax/i2400m/rx.c | 2 +-
11914 drivers/net/wireless/airo.c | 2 +-
11915 drivers/net/wireless/at76c50x-usb.c | 2 +-
11916 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
11917 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
11918 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
11919 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
11920 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
11921 drivers/net/wireless/ath/ath9k/main.c | 22 +-
11922 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
11923 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
11924 drivers/net/wireless/ath/carl9170/main.c | 10 +-
11925 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
11926 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
11927 drivers/net/wireless/b43/phy_lp.c | 2 +-
11928 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
11929 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
11930 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
11931 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
11932 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
11933 drivers/net/wireless/mac80211_hwsim.c | 28 +-
11934 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
11935 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
11936 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
11937 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
11938 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
11939 drivers/of/fdt.c | 4 +-
11940 drivers/oprofile/buffer_sync.c | 8 +-
11941 drivers/oprofile/event_buffer.c | 2 +-
11942 drivers/oprofile/oprof.c | 2 +-
11943 drivers/oprofile/oprofile_stats.c | 10 +-
11944 drivers/oprofile/oprofile_stats.h | 10 +-
11945 drivers/oprofile/oprofilefs.c | 6 +-
11946 drivers/oprofile/timer_int.c | 2 +-
11947 drivers/parport/procfs.c | 4 +-
11948 drivers/pci/host/pci-host-generic.c | 2 +-
11949 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
11950 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
11951 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
11952 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
11953 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
11954 drivers/pci/hotplug/pciehp_core.c | 2 +-
11955 drivers/pci/msi.c | 22 +-
11956 drivers/pci/pci-sysfs.c | 6 +-
11957 drivers/pci/pci.h | 2 +-
11958 drivers/pci/pcie/aspm.c | 6 +-
11959 drivers/pci/pcie/portdrv_pci.c | 2 +-
11960 drivers/pci/probe.c | 2 +-
11961 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
11962 drivers/pinctrl/pinctrl-at91.c | 5 +-
11963 drivers/platform/chrome/chromeos_pstore.c | 2 +-
11964 drivers/platform/x86/alienware-wmi.c | 4 +-
11965 drivers/platform/x86/compal-laptop.c | 2 +-
11966 drivers/platform/x86/hdaps.c | 2 +-
11967 drivers/platform/x86/ibm_rtl.c | 2 +-
11968 drivers/platform/x86/intel_oaktrail.c | 2 +-
11969 drivers/platform/x86/msi-laptop.c | 16 +-
11970 drivers/platform/x86/msi-wmi.c | 2 +-
11971 drivers/platform/x86/samsung-laptop.c | 2 +-
11972 drivers/platform/x86/samsung-q10.c | 2 +-
11973 drivers/platform/x86/sony-laptop.c | 14 +-
11974 drivers/platform/x86/thinkpad_acpi.c | 2 +-
11975 drivers/pnp/pnpbios/bioscalls.c | 14 +-
11976 drivers/pnp/pnpbios/core.c | 2 +-
11977 drivers/power/pda_power.c | 7 +-
11978 drivers/power/power_supply.h | 4 +-
11979 drivers/power/power_supply_core.c | 7 +-
11980 drivers/power/power_supply_sysfs.c | 6 +-
11981 drivers/power/reset/at91-reset.c | 5 +-
11982 drivers/powercap/powercap_sys.c | 136 +-
11983 drivers/ptp/ptp_private.h | 2 +-
11984 drivers/ptp/ptp_sysfs.c | 2 +-
11985 drivers/regulator/core.c | 4 +-
11986 drivers/regulator/max8660.c | 6 +-
11987 drivers/regulator/max8973-regulator.c | 16 +-
11988 drivers/regulator/mc13892-regulator.c | 8 +-
11989 drivers/rtc/rtc-armada38x.c | 7 +-
11990 drivers/rtc/rtc-cmos.c | 4 +-
11991 drivers/rtc/rtc-ds1307.c | 2 +-
11992 drivers/rtc/rtc-m48t59.c | 4 +-
11993 drivers/rtc/rtc-rv8803.c | 15 +-
11994 drivers/rtc/rtc-test.c | 6 +-
11995 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
11996 drivers/scsi/bfa/bfa_ioc.h | 4 +-
11997 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
11998 drivers/scsi/hosts.c | 4 +-
11999 drivers/scsi/hpsa.c | 38 +-
12000 drivers/scsi/hpsa.h | 2 +-
12001 drivers/scsi/hptiop.c | 2 -
12002 drivers/scsi/hptiop.h | 1 -
12003 drivers/scsi/ipr.c | 6 +-
12004 drivers/scsi/ipr.h | 2 +-
12005 drivers/scsi/libfc/fc_exch.c | 50 +-
12006 drivers/scsi/libsas/sas_ata.c | 2 +-
12007 drivers/scsi/lpfc/lpfc.h | 8 +-
12008 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
12009 drivers/scsi/lpfc/lpfc_init.c | 6 +-
12010 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
12011 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
12012 drivers/scsi/pmcraid.c | 20 +-
12013 drivers/scsi/pmcraid.h | 8 +-
12014 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
12015 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
12016 drivers/scsi/qla2xxx/qla_os.c | 6 +-
12017 drivers/scsi/qla2xxx/qla_target.c | 10 +-
12018 drivers/scsi/qla2xxx/qla_target.h | 2 +-
12019 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
12020 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
12021 drivers/scsi/scsi.c | 2 +-
12022 drivers/scsi/scsi_lib.c | 8 +-
12023 drivers/scsi/scsi_sysfs.c | 2 +-
12024 drivers/scsi/scsi_transport_fc.c | 8 +-
12025 drivers/scsi/scsi_transport_iscsi.c | 6 +-
12026 drivers/scsi/scsi_transport_srp.c | 6 +-
12027 drivers/scsi/sd.c | 6 +-
12028 drivers/scsi/sg.c | 2 +-
12029 drivers/scsi/sr.c | 21 +-
12030 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
12031 drivers/spi/spi.c | 2 +-
12032 drivers/staging/android/timed_output.c | 6 +-
12033 drivers/staging/comedi/comedi_fops.c | 8 +-
12034 drivers/staging/fbtft/fbtft-core.c | 2 +-
12035 drivers/staging/fbtft/fbtft.h | 2 +-
12036 drivers/staging/gdm724x/gdm_tty.c | 2 +-
12037 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
12038 drivers/staging/iio/adc/ad7280a.c | 4 +-
12039 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
12040 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
12041 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
12042 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
12043 drivers/staging/lustre/lustre/include/obd.h | 2 +-
12044 drivers/staging/octeon/ethernet-rx.c | 20 +-
12045 drivers/staging/octeon/ethernet.c | 8 +-
12046 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
12047 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
12048 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
12049 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
12050 drivers/staging/sm750fb/sm750.c | 14 +-
12051 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
12052 drivers/target/sbp/sbp_target.c | 4 +-
12053 drivers/thermal/cpu_cooling.c | 9 +-
12054 drivers/thermal/devfreq_cooling.c | 19 +-
12055 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
12056 drivers/thermal/of-thermal.c | 17 +-
12057 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
12058 drivers/tty/cyclades.c | 6 +-
12059 drivers/tty/hvc/hvc_console.c | 14 +-
12060 drivers/tty/hvc/hvcs.c | 21 +-
12061 drivers/tty/hvc/hvsi.c | 22 +-
12062 drivers/tty/hvc/hvsi_lib.c | 4 +-
12063 drivers/tty/ipwireless/tty.c | 27 +-
12064 drivers/tty/moxa.c | 2 +-
12065 drivers/tty/n_gsm.c | 4 +-
12066 drivers/tty/n_tty.c | 19 +-
12067 drivers/tty/pty.c | 4 +-
12068 drivers/tty/rocket.c | 6 +-
12069 drivers/tty/serial/8250/8250_core.c | 10 +-
12070 drivers/tty/serial/ifx6x60.c | 2 +-
12071 drivers/tty/serial/ioc4_serial.c | 6 +-
12072 drivers/tty/serial/kgdb_nmi.c | 4 +-
12073 drivers/tty/serial/kgdboc.c | 32 +-
12074 drivers/tty/serial/msm_serial.c | 4 +-
12075 drivers/tty/serial/samsung.c | 9 +-
12076 drivers/tty/serial/serial_core.c | 8 +-
12077 drivers/tty/synclink.c | 34 +-
12078 drivers/tty/synclink_gt.c | 28 +-
12079 drivers/tty/synclinkmp.c | 34 +-
12080 drivers/tty/tty_io.c | 2 +-
12081 drivers/tty/tty_ldisc.c | 8 +-
12082 drivers/tty/tty_port.c | 22 +-
12083 drivers/uio/uio.c | 13 +-
12084 drivers/usb/atm/cxacru.c | 2 +-
12085 drivers/usb/atm/usbatm.c | 24 +-
12086 drivers/usb/class/cdc-acm.h | 2 +-
12087 drivers/usb/core/devices.c | 6 +-
12088 drivers/usb/core/devio.c | 12 +-
12089 drivers/usb/core/hcd.c | 4 +-
12090 drivers/usb/core/sysfs.c | 2 +-
12091 drivers/usb/core/usb.c | 2 +-
12092 drivers/usb/early/ehci-dbgp.c | 16 +-
12093 drivers/usb/gadget/function/u_serial.c | 22 +-
12094 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
12095 drivers/usb/host/ehci-hcd.c | 2 +-
12096 drivers/usb/host/ehci-hub.c | 4 +-
12097 drivers/usb/host/ehci-q.c | 4 +-
12098 drivers/usb/host/fotg210-hcd.c | 2 +-
12099 drivers/usb/host/hwa-hc.c | 2 +-
12100 drivers/usb/host/ohci-hcd.c | 2 +-
12101 drivers/usb/host/r8a66597.h | 2 +-
12102 drivers/usb/host/uhci-hcd.c | 2 +-
12103 drivers/usb/host/xhci-pci.c | 2 +-
12104 drivers/usb/host/xhci.c | 2 +-
12105 drivers/usb/misc/appledisplay.c | 4 +-
12106 drivers/usb/serial/console.c | 8 +-
12107 drivers/usb/storage/transport.c | 2 +-
12108 drivers/usb/storage/usb.c | 2 +-
12109 drivers/usb/storage/usb.h | 2 +-
12110 drivers/usb/usbip/vhci.h | 2 +-
12111 drivers/usb/usbip/vhci_hcd.c | 6 +-
12112 drivers/usb/usbip/vhci_rx.c | 2 +-
12113 drivers/usb/wusbcore/wa-hc.h | 4 +-
12114 drivers/usb/wusbcore/wa-xfer.c | 2 +-
12115 drivers/vhost/vringh.c | 20 +-
12116 drivers/video/backlight/kb3886_bl.c | 2 +-
12117 drivers/video/console/fbcon.c | 2 +-
12118 drivers/video/fbdev/aty/aty128fb.c | 2 +-
12119 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
12120 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
12121 drivers/video/fbdev/core/fb_defio.c | 6 +-
12122 drivers/video/fbdev/core/fbmem.c | 12 +-
12123 drivers/video/fbdev/hyperv_fb.c | 4 +-
12124 drivers/video/fbdev/i810/i810_accel.c | 1 +
12125 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
12126 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
12127 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
12128 drivers/video/fbdev/omap2/dss/display.c | 8 +-
12129 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
12130 drivers/video/fbdev/smscufx.c | 4 +-
12131 drivers/video/fbdev/udlfb.c | 36 +-
12132 drivers/video/fbdev/uvesafb.c | 52 +-
12133 drivers/video/fbdev/vesafb.c | 58 +-
12134 drivers/video/fbdev/via/via_clock.h | 2 +-
12135 drivers/xen/events/events_base.c | 6 +-
12136 fs/Kconfig.binfmt | 2 +-
12137 fs/afs/inode.c | 4 +-
12138 fs/aio.c | 2 +-
12139 fs/autofs4/waitq.c | 2 +-
12140 fs/befs/endian.h | 6 +-
12141 fs/binfmt_aout.c | 23 +-
12142 fs/binfmt_elf.c | 670 +-
12143 fs/binfmt_elf_fdpic.c | 4 +-
12144 fs/block_dev.c | 2 +-
12145 fs/btrfs/ctree.c | 11 +-
12146 fs/btrfs/ctree.h | 4 +-
12147 fs/btrfs/delayed-inode.c | 9 +-
12148 fs/btrfs/delayed-inode.h | 6 +-
12149 fs/btrfs/delayed-ref.c | 4 +-
12150 fs/btrfs/disk-io.c | 4 +-
12151 fs/btrfs/extent_map.c | 8 +-
12152 fs/btrfs/file.c | 4 +-
12153 fs/btrfs/inode.c | 14 +-
12154 fs/btrfs/raid56.c | 32 +-
12155 fs/btrfs/super.c | 2 +-
12156 fs/btrfs/sysfs.c | 2 +-
12157 fs/btrfs/tests/btrfs-tests.c | 2 +-
12158 fs/btrfs/tests/free-space-tests.c | 8 +-
12159 fs/btrfs/transaction.c | 2 +-
12160 fs/btrfs/tree-log.c | 8 +-
12161 fs/btrfs/tree-log.h | 2 +-
12162 fs/btrfs/volumes.c | 14 +-
12163 fs/btrfs/volumes.h | 22 +-
12164 fs/buffer.c | 2 +-
12165 fs/cachefiles/bind.c | 6 +-
12166 fs/cachefiles/daemon.c | 8 +-
12167 fs/cachefiles/internal.h | 12 +-
12168 fs/cachefiles/namei.c | 2 +-
12169 fs/cachefiles/proc.c | 12 +-
12170 fs/ceph/dir.c | 12 +-
12171 fs/ceph/super.c | 4 +-
12172 fs/cifs/cifs_debug.c | 12 +-
12173 fs/cifs/cifsfs.c | 8 +-
12174 fs/cifs/cifsglob.h | 54 +-
12175 fs/cifs/file.c | 12 +-
12176 fs/cifs/misc.c | 4 +-
12177 fs/cifs/smb1ops.c | 80 +-
12178 fs/cifs/smb2ops.c | 84 +-
12179 fs/cifs/smb2pdu.c | 3 +-
12180 fs/coda/cache.c | 10 +-
12181 fs/compat.c | 7 +-
12182 fs/compat_binfmt_elf.c | 2 +
12183 fs/compat_ioctl.c | 12 +-
12184 fs/configfs/dir.c | 10 +-
12185 fs/coredump.c | 18 +-
12186 fs/dcache.c | 64 +-
12187 fs/ecryptfs/inode.c | 2 +-
12188 fs/ecryptfs/miscdev.c | 2 +-
12189 fs/exec.c | 362 +-
12190 fs/ext2/xattr.c | 5 +-
12191 fs/ext4/ext4.h | 20 +-
12192 fs/ext4/mballoc.c | 44 +-
12193 fs/ext4/resize.c | 16 +-
12194 fs/ext4/super.c | 2 +-
12195 fs/ext4/sysfs.c | 2 +-
12196 fs/ext4/xattr.c | 5 +-
12197 fs/fhandle.c | 5 +-
12198 fs/file.c | 18 +-
12199 fs/fs-writeback.c | 11 +-
12200 fs/fs_struct.c | 8 +-
12201 fs/fscache/cookie.c | 40 +-
12202 fs/fscache/internal.h | 202 +-
12203 fs/fscache/object.c | 26 +-
12204 fs/fscache/operation.c | 38 +-
12205 fs/fscache/page.c | 110 +-
12206 fs/fscache/stats.c | 348 +-
12207 fs/fuse/cuse.c | 10 +-
12208 fs/fuse/dev.c | 4 +-
12209 fs/gfs2/file.c | 2 +-
12210 fs/gfs2/glock.c | 22 +-
12211 fs/gfs2/glops.c | 4 +-
12212 fs/gfs2/quota.c | 6 +-
12213 fs/hugetlbfs/inode.c | 13 +-
12214 fs/inode.c | 4 +-
12215 fs/jbd2/commit.c | 2 +-
12216 fs/jbd2/transaction.c | 4 +-
12217 fs/jffs2/erase.c | 3 +-
12218 fs/jffs2/wbuf.c | 3 +-
12219 fs/jfs/super.c | 2 +-
12220 fs/kernfs/dir.c | 2 +-
12221 fs/kernfs/file.c | 20 +-
12222 fs/libfs.c | 10 +-
12223 fs/lockd/clntproc.c | 4 +-
12224 fs/namei.c | 16 +-
12225 fs/namespace.c | 16 +-
12226 fs/nfs/callback_xdr.c | 2 +-
12227 fs/nfs/inode.c | 6 +-
12228 fs/nfsd/nfs4proc.c | 2 +-
12229 fs/nfsd/nfs4xdr.c | 2 +-
12230 fs/nfsd/nfscache.c | 11 +-
12231 fs/nfsd/vfs.c | 6 +-
12232 fs/nls/nls_base.c | 26 +-
12233 fs/nls/nls_euc-jp.c | 6 +-
12234 fs/nls/nls_koi8-ru.c | 6 +-
12235 fs/notify/fanotify/fanotify_user.c | 4 +-
12236 fs/notify/notification.c | 4 +-
12237 fs/ntfs/dir.c | 2 +-
12238 fs/ntfs/super.c | 6 +-
12239 fs/ocfs2/dlm/dlmcommon.h | 4 +-
12240 fs/ocfs2/dlm/dlmdebug.c | 10 +-
12241 fs/ocfs2/dlm/dlmdomain.c | 4 +-
12242 fs/ocfs2/dlm/dlmmaster.c | 4 +-
12243 fs/ocfs2/localalloc.c | 2 +-
12244 fs/ocfs2/ocfs2.h | 10 +-
12245 fs/ocfs2/suballoc.c | 12 +-
12246 fs/ocfs2/super.c | 20 +-
12247 fs/overlayfs/copy_up.c | 2 +-
12248 fs/pipe.c | 72 +-
12249 fs/posix_acl.c | 4 +-
12250 fs/proc/array.c | 20 +
12251 fs/proc/base.c | 4 +-
12252 fs/proc/kcore.c | 34 +-
12253 fs/proc/meminfo.c | 2 +-
12254 fs/proc/nommu.c | 2 +-
12255 fs/proc/proc_sysctl.c | 26 +-
12256 fs/proc/task_mmu.c | 42 +-
12257 fs/proc/task_nommu.c | 4 +-
12258 fs/proc/vmcore.c | 16 +-
12259 fs/qnx6/qnx6.h | 4 +-
12260 fs/quota/netlink.c | 4 +-
12261 fs/read_write.c | 2 +-
12262 fs/readdir.c | 3 +-
12263 fs/reiserfs/do_balan.c | 2 +-
12264 fs/reiserfs/procfs.c | 2 +-
12265 fs/reiserfs/reiserfs.h | 4 +-
12266 fs/seq_file.c | 4 +-
12267 fs/splice.c | 43 +-
12268 fs/squashfs/xattr.c | 12 +-
12269 fs/super.c | 3 +-
12270 fs/sysv/sysv.h | 2 +-
12271 fs/tracefs/inode.c | 8 +-
12272 fs/udf/misc.c | 2 +-
12273 fs/ufs/swab.h | 4 +-
12274 fs/userfaultfd.c | 2 +-
12275 fs/xattr.c | 21 +
12276 fs/xfs/libxfs/xfs_bmap.c | 2 +-
12277 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
12278 fs/xfs/xfs_dir2_readdir.c | 7 +-
12279 fs/xfs/xfs_ioctl.c | 2 +-
12280 fs/xfs/xfs_linux.h | 4 +-
12281 include/acpi/ghes.h | 2 +-
12282 include/asm-generic/4level-fixup.h | 2 +
12283 include/asm-generic/atomic-long.h | 176 +-
12284 include/asm-generic/atomic64.h | 12 +
12285 include/asm-generic/bitops/__fls.h | 2 +-
12286 include/asm-generic/bitops/fls.h | 2 +-
12287 include/asm-generic/bitops/fls64.h | 4 +-
12288 include/asm-generic/bug.h | 6 +-
12289 include/asm-generic/cache.h | 4 +-
12290 include/asm-generic/emergency-restart.h | 2 +-
12291 include/asm-generic/kmap_types.h | 4 +-
12292 include/asm-generic/local.h | 13 +
12293 include/asm-generic/pgtable-nopmd.h | 18 +-
12294 include/asm-generic/pgtable-nopud.h | 15 +-
12295 include/asm-generic/pgtable.h | 16 +
12296 include/asm-generic/sections.h | 1 +
12297 include/asm-generic/uaccess.h | 16 +
12298 include/asm-generic/vmlinux.lds.h | 15 +-
12299 include/crypto/algapi.h | 2 +-
12300 include/drm/drmP.h | 19 +-
12301 include/drm/drm_crtc_helper.h | 2 +-
12302 include/drm/drm_mm.h | 2 +-
12303 include/drm/i915_pciids.h | 2 +-
12304 include/drm/intel-gtt.h | 4 +-
12305 include/drm/ttm/ttm_memory.h | 2 +-
12306 include/drm/ttm/ttm_page_alloc.h | 1 +
12307 include/keys/asymmetric-subtype.h | 2 +-
12308 include/linux/atmdev.h | 4 +-
12309 include/linux/atomic.h | 2 +-
12310 include/linux/audit.h | 2 +-
12311 include/linux/average.h | 2 +-
12312 include/linux/binfmts.h | 3 +-
12313 include/linux/bitmap.h | 2 +-
12314 include/linux/bitops.h | 8 +-
12315 include/linux/blk-cgroup.h | 24 +-
12316 include/linux/blkdev.h | 2 +-
12317 include/linux/blktrace_api.h | 2 +-
12318 include/linux/cache.h | 8 +
12319 include/linux/cdrom.h | 1 -
12320 include/linux/cleancache.h | 2 +-
12321 include/linux/clk-provider.h | 1 +
12322 include/linux/compat.h | 6 +-
12323 include/linux/compiler-gcc.h | 28 +-
12324 include/linux/compiler.h | 193 +-
12325 include/linux/configfs.h | 2 +-
12326 include/linux/cpufreq.h | 3 +-
12327 include/linux/cpuidle.h | 5 +-
12328 include/linux/cpumask.h | 14 +-
12329 include/linux/crypto.h | 4 +-
12330 include/linux/ctype.h | 2 +-
12331 include/linux/dcache.h | 4 +-
12332 include/linux/decompress/mm.h | 2 +-
12333 include/linux/devfreq.h | 2 +-
12334 include/linux/device.h | 7 +-
12335 include/linux/dma-mapping.h | 2 +-
12336 include/linux/efi.h | 1 +
12337 include/linux/elf.h | 2 +
12338 include/linux/err.h | 4 +-
12339 include/linux/extcon.h | 2 +-
12340 include/linux/fb.h | 3 +-
12341 include/linux/fdtable.h | 2 +-
12342 include/linux/fs.h | 5 +-
12343 include/linux/fs_struct.h | 2 +-
12344 include/linux/fscache-cache.h | 2 +-
12345 include/linux/fscache.h | 2 +-
12346 include/linux/fsnotify.h | 2 +-
12347 include/linux/genhd.h | 4 +-
12348 include/linux/genl_magic_func.h | 2 +-
12349 include/linux/gfp.h | 12 +-
12350 include/linux/highmem.h | 12 +
12351 include/linux/hwmon-sysfs.h | 6 +-
12352 include/linux/i2c.h | 1 +
12353 include/linux/if_pppox.h | 2 +-
12354 include/linux/init.h | 12 +-
12355 include/linux/init_task.h | 7 +
12356 include/linux/interrupt.h | 6 +-
12357 include/linux/iommu.h | 2 +-
12358 include/linux/ioport.h | 2 +-
12359 include/linux/ipc.h | 2 +-
12360 include/linux/irq.h | 5 +-
12361 include/linux/irqdesc.h | 2 +-
12362 include/linux/irqdomain.h | 3 +
12363 include/linux/jbd2.h | 2 +-
12364 include/linux/jiffies.h | 16 +-
12365 include/linux/key-type.h | 2 +-
12366 include/linux/kgdb.h | 6 +-
12367 include/linux/kmemleak.h | 4 +-
12368 include/linux/kobject.h | 3 +-
12369 include/linux/kobject_ns.h | 2 +-
12370 include/linux/kref.h | 2 +-
12371 include/linux/libata.h | 2 +-
12372 include/linux/linkage.h | 1 +
12373 include/linux/list.h | 15 +
12374 include/linux/lockref.h | 26 +-
12375 include/linux/math64.h | 10 +-
12376 include/linux/mempolicy.h | 7 +
12377 include/linux/mm.h | 102 +-
12378 include/linux/mm_types.h | 20 +
12379 include/linux/mmiotrace.h | 4 +-
12380 include/linux/mmzone.h | 2 +-
12381 include/linux/mod_devicetable.h | 4 +-
12382 include/linux/module.h | 69 +-
12383 include/linux/moduleloader.h | 16 +
12384 include/linux/moduleparam.h | 4 +-
12385 include/linux/net.h | 2 +-
12386 include/linux/netdevice.h | 7 +-
12387 include/linux/netfilter.h | 2 +-
12388 include/linux/netfilter/nfnetlink.h | 2 +-
12389 include/linux/netlink.h | 12 +-
12390 include/linux/nls.h | 4 +-
12391 include/linux/notifier.h | 3 +-
12392 include/linux/oprofile.h | 4 +-
12393 include/linux/padata.h | 2 +-
12394 include/linux/pci_hotplug.h | 3 +-
12395 include/linux/percpu.h | 2 +-
12396 include/linux/perf_event.h | 12 +-
12397 include/linux/pipe_fs_i.h | 8 +-
12398 include/linux/pm.h | 1 +
12399 include/linux/pm_domain.h | 2 +-
12400 include/linux/pm_runtime.h | 2 +-
12401 include/linux/pnp.h | 2 +-
12402 include/linux/poison.h | 4 +-
12403 include/linux/power/smartreflex.h | 2 +-
12404 include/linux/ppp-comp.h | 2 +-
12405 include/linux/preempt.h | 21 +
12406 include/linux/proc_ns.h | 2 +-
12407 include/linux/psci.h | 2 +-
12408 include/linux/quota.h | 2 +-
12409 include/linux/random.h | 19 +-
12410 include/linux/rculist.h | 16 +
12411 include/linux/rcupdate.h | 8 +
12412 include/linux/reboot.h | 14 +-
12413 include/linux/regset.h | 3 +-
12414 include/linux/relay.h | 2 +-
12415 include/linux/rio.h | 2 +-
12416 include/linux/rmap.h | 4 +-
12417 include/linux/sched.h | 76 +-
12418 include/linux/sched/sysctl.h | 1 +
12419 include/linux/scif.h | 2 +-
12420 include/linux/semaphore.h | 2 +-
12421 include/linux/seq_file.h | 1 +
12422 include/linux/seqlock.h | 10 +
12423 include/linux/signal.h | 2 +-
12424 include/linux/skbuff.h | 12 +-
12425 include/linux/slab.h | 47 +-
12426 include/linux/slab_def.h | 14 +-
12427 include/linux/slub_def.h | 2 +-
12428 include/linux/smp.h | 2 +
12429 include/linux/sock_diag.h | 2 +-
12430 include/linux/sonet.h | 2 +-
12431 include/linux/spinlock.h | 17 +-
12432 include/linux/srcu.h | 5 +-
12433 include/linux/sunrpc/addr.h | 8 +-
12434 include/linux/sunrpc/clnt.h | 2 +-
12435 include/linux/sunrpc/svc.h | 2 +-
12436 include/linux/sunrpc/svc_rdma.h | 18 +-
12437 include/linux/sunrpc/svcauth.h | 2 +-
12438 include/linux/swapops.h | 10 +-
12439 include/linux/swiotlb.h | 3 +-
12440 include/linux/syscalls.h | 23 +-
12441 include/linux/syscore_ops.h | 2 +-
12442 include/linux/sysctl.h | 3 +-
12443 include/linux/sysfs.h | 9 +-
12444 include/linux/sysrq.h | 3 +-
12445 include/linux/tcp.h | 14 +-
12446 include/linux/thread_info.h | 7 +
12447 include/linux/tty.h | 4 +-
12448 include/linux/tty_driver.h | 2 +-
12449 include/linux/tty_ldisc.h | 2 +-
12450 include/linux/types.h | 16 +
12451 include/linux/uaccess.h | 2 +-
12452 include/linux/uio_driver.h | 2 +-
12453 include/linux/unaligned/access_ok.h | 24 +-
12454 include/linux/usb.h | 12 +-
12455 include/linux/usb/hcd.h | 1 +
12456 include/linux/usb/renesas_usbhs.h | 2 +-
12457 include/linux/vermagic.h | 21 +-
12458 include/linux/vga_switcheroo.h | 8 +-
12459 include/linux/vmalloc.h | 7 +-
12460 include/linux/vmstat.h | 24 +-
12461 include/linux/writeback.h | 3 +-
12462 include/linux/xattr.h | 5 +-
12463 include/linux/zlib.h | 3 +-
12464 include/media/v4l2-dev.h | 2 +-
12465 include/media/v4l2-device.h | 2 +-
12466 include/net/9p/transport.h | 2 +-
12467 include/net/bluetooth/l2cap.h | 2 +-
12468 include/net/bonding.h | 2 +-
12469 include/net/caif/cfctrl.h | 6 +-
12470 include/net/cfg802154.h | 2 +-
12471 include/net/flow.h | 2 +-
12472 include/net/genetlink.h | 2 +-
12473 include/net/gro_cells.h | 2 +-
12474 include/net/inet_connection_sock.h | 2 +-
12475 include/net/inet_sock.h | 2 +-
12476 include/net/inetpeer.h | 2 +-
12477 include/net/ip_fib.h | 2 +-
12478 include/net/ip_vs.h | 8 +-
12479 include/net/ipv6.h | 2 +-
12480 include/net/irda/ircomm_tty.h | 1 +
12481 include/net/iucv/af_iucv.h | 2 +-
12482 include/net/llc_c_ac.h | 2 +-
12483 include/net/llc_c_ev.h | 4 +-
12484 include/net/llc_c_st.h | 2 +-
12485 include/net/llc_s_ac.h | 2 +-
12486 include/net/llc_s_st.h | 2 +-
12487 include/net/mac80211.h | 6 +-
12488 include/net/neighbour.h | 4 +-
12489 include/net/net_namespace.h | 18 +-
12490 include/net/netlink.h | 2 +-
12491 include/net/netns/conntrack.h | 6 +-
12492 include/net/netns/ipv4.h | 4 +-
12493 include/net/netns/ipv6.h | 4 +-
12494 include/net/netns/xfrm.h | 2 +-
12495 include/net/ping.h | 2 +-
12496 include/net/protocol.h | 4 +-
12497 include/net/rtnetlink.h | 2 +-
12498 include/net/sctp/checksum.h | 4 +-
12499 include/net/sctp/sm.h | 4 +-
12500 include/net/sctp/structs.h | 2 +-
12501 include/net/snmp.h | 10 +-
12502 include/net/sock.h | 12 +-
12503 include/net/tcp.h | 8 +-
12504 include/net/xfrm.h | 13 +-
12505 include/rdma/iw_cm.h | 2 +-
12506 include/scsi/libfc.h | 3 +-
12507 include/scsi/scsi_device.h | 6 +-
12508 include/scsi/scsi_driver.h | 2 +-
12509 include/scsi/scsi_transport_fc.h | 3 +-
12510 include/scsi/sg.h | 2 +-
12511 include/sound/compress_driver.h | 2 +-
12512 include/sound/soc.h | 4 +-
12513 include/trace/events/irq.h | 4 +-
12514 include/uapi/linux/a.out.h | 8 +
12515 include/uapi/linux/bcache.h | 5 +-
12516 include/uapi/linux/byteorder/little_endian.h | 28 +-
12517 include/uapi/linux/connector.h | 2 +-
12518 include/uapi/linux/elf.h | 28 +
12519 include/uapi/linux/screen_info.h | 2 +-
12520 include/uapi/linux/swab.h | 6 +-
12521 include/uapi/linux/xattr.h | 4 +
12522 include/video/udlfb.h | 8 +-
12523 include/video/uvesafb.h | 1 +
12524 init/Kconfig | 2 +-
12525 init/Makefile | 3 +
12526 init/do_mounts.c | 14 +-
12527 init/do_mounts.h | 8 +-
12528 init/do_mounts_initrd.c | 30 +-
12529 init/do_mounts_md.c | 6 +-
12530 init/init_task.c | 4 +
12531 init/initramfs.c | 38 +-
12532 init/main.c | 30 +-
12533 ipc/compat.c | 4 +-
12534 ipc/ipc_sysctl.c | 14 +-
12535 ipc/mq_sysctl.c | 4 +-
12536 ipc/sem.c | 4 +-
12537 ipc/shm.c | 6 +
12538 kernel/audit.c | 8 +-
12539 kernel/auditsc.c | 4 +-
12540 kernel/bpf/core.c | 7 +-
12541 kernel/capability.c | 3 +
12542 kernel/compat.c | 38 +-
12543 kernel/debug/debug_core.c | 16 +-
12544 kernel/debug/kdb/kdb_main.c | 4 +-
12545 kernel/events/core.c | 30 +-
12546 kernel/events/internal.h | 10 +-
12547 kernel/events/uprobes.c | 2 +-
12548 kernel/exit.c | 27 +-
12549 kernel/fork.c | 175 +-
12550 kernel/futex.c | 11 +-
12551 kernel/futex_compat.c | 2 +-
12552 kernel/gcov/base.c | 7 +-
12553 kernel/irq/manage.c | 2 +-
12554 kernel/irq/msi.c | 19 +-
12555 kernel/irq/spurious.c | 2 +-
12556 kernel/jump_label.c | 5 +
12557 kernel/kallsyms.c | 37 +-
12558 kernel/kexec.c | 3 +-
12559 kernel/kmod.c | 8 +-
12560 kernel/kprobes.c | 4 +-
12561 kernel/ksysfs.c | 2 +-
12562 kernel/locking/lockdep.c | 7 +-
12563 kernel/locking/mutex-debug.c | 12 +-
12564 kernel/locking/mutex-debug.h | 4 +-
12565 kernel/locking/mutex.c | 6 +-
12566 kernel/module.c | 422 +-
12567 kernel/notifier.c | 17 +-
12568 kernel/padata.c | 4 +-
12569 kernel/panic.c | 5 +-
12570 kernel/pid.c | 2 +-
12571 kernel/pid_namespace.c | 2 +-
12572 kernel/power/process.c | 12 +-
12573 kernel/profile.c | 14 +-
12574 kernel/ptrace.c | 8 +-
12575 kernel/rcu/rcutorture.c | 60 +-
12576 kernel/rcu/tiny.c | 4 +-
12577 kernel/rcu/tree.c | 42 +-
12578 kernel/rcu/tree.h | 16 +-
12579 kernel/rcu/tree_plugin.h | 18 +-
12580 kernel/rcu/tree_trace.c | 14 +-
12581 kernel/resource.c | 4 +-
12582 kernel/sched/auto_group.c | 4 +-
12583 kernel/sched/core.c | 45 +-
12584 kernel/sched/fair.c | 2 +-
12585 kernel/sched/sched.h | 2 +-
12586 kernel/signal.c | 24 +-
12587 kernel/smpboot.c | 4 +-
12588 kernel/softirq.c | 12 +-
12589 kernel/sys.c | 10 +-
12590 kernel/sysctl.c | 34 +-
12591 kernel/time/alarmtimer.c | 2 +-
12592 kernel/time/posix-cpu-timers.c | 4 +-
12593 kernel/time/posix-timers.c | 24 +-
12594 kernel/time/timer.c | 2 +-
12595 kernel/time/timer_stats.c | 10 +-
12596 kernel/trace/blktrace.c | 6 +-
12597 kernel/trace/ftrace.c | 15 +-
12598 kernel/trace/ring_buffer.c | 96 +-
12599 kernel/trace/trace.c | 2 +-
12600 kernel/trace/trace.h | 2 +-
12601 kernel/trace/trace_clock.c | 4 +-
12602 kernel/trace/trace_events.c | 1 -
12603 kernel/trace/trace_functions_graph.c | 4 +-
12604 kernel/trace/trace_mmiotrace.c | 8 +-
12605 kernel/trace/trace_output.c | 10 +-
12606 kernel/trace/trace_seq.c | 2 +-
12607 kernel/trace/trace_stack.c | 2 +-
12608 kernel/user.c | 2 +-
12609 kernel/user_namespace.c | 2 +-
12610 kernel/utsname_sysctl.c | 2 +-
12611 kernel/watchdog.c | 2 +-
12612 kernel/workqueue.c | 8 +-
12613 lib/Kconfig.debug | 8 +-
12614 lib/Makefile | 2 +-
12615 lib/bitmap.c | 8 +-
12616 lib/bug.c | 2 +
12617 lib/debugobjects.c | 2 +-
12618 lib/decompress_bunzip2.c | 3 +-
12619 lib/decompress_unlzma.c | 4 +-
12620 lib/div64.c | 4 +-
12621 lib/dma-debug.c | 4 +-
12622 lib/inflate.c | 2 +-
12623 lib/ioremap.c | 4 +-
12624 lib/kobject.c | 4 +-
12625 lib/list_debug.c | 126 +-
12626 lib/lockref.c | 44 +-
12627 lib/percpu-refcount.c | 2 +-
12628 lib/radix-tree.c | 2 +-
12629 lib/random32.c | 2 +-
12630 lib/rhashtable.c | 4 +-
12631 lib/show_mem.c | 2 +-
12632 lib/strncpy_from_user.c | 2 +-
12633 lib/strnlen_user.c | 2 +-
12634 lib/swiotlb.c | 2 +-
12635 lib/usercopy.c | 6 +
12636 lib/vsprintf.c | 12 +-
12637 mm/Kconfig | 6 +-
12638 mm/backing-dev.c | 4 +-
12639 mm/debug.c | 3 +
12640 mm/filemap.c | 2 +-
12641 mm/gup.c | 13 +-
12642 mm/highmem.c | 6 +-
12643 mm/hugetlb.c | 70 +-
12644 mm/internal.h | 1 +
12645 mm/maccess.c | 12 +-
12646 mm/madvise.c | 37 +
12647 mm/memory-failure.c | 6 +-
12648 mm/memory.c | 424 +-
12649 mm/mempolicy.c | 25 +
12650 mm/mlock.c | 18 +-
12651 mm/mm_init.c | 2 +-
12652 mm/mmap.c | 582 +-
12653 mm/mprotect.c | 137 +-
12654 mm/mremap.c | 39 +-
12655 mm/nommu.c | 21 +-
12656 mm/page-writeback.c | 2 +-
12657 mm/page_alloc.c | 50 +-
12658 mm/percpu.c | 2 +-
12659 mm/process_vm_access.c | 14 +-
12660 mm/rmap.c | 45 +-
12661 mm/shmem.c | 19 +-
12662 mm/slab.c | 111 +-
12663 mm/slab.h | 22 +-
12664 mm/slab_common.c | 86 +-
12665 mm/slob.c | 218 +-
12666 mm/slub.c | 109 +-
12667 mm/sparse-vmemmap.c | 4 +-
12668 mm/sparse.c | 2 +-
12669 mm/swap.c | 2 +
12670 mm/swapfile.c | 12 +-
12671 mm/util.c | 6 +
12672 mm/vmalloc.c | 114 +-
12673 mm/vmstat.c | 12 +-
12674 net/8021q/vlan.c | 5 +-
12675 net/8021q/vlan_netlink.c | 2 +-
12676 net/9p/mod.c | 4 +-
12677 net/9p/trans_fd.c | 2 +-
12678 net/atm/atm_misc.c | 8 +-
12679 net/atm/lec.h | 2 +-
12680 net/atm/proc.c | 6 +-
12681 net/atm/resources.c | 4 +-
12682 net/ax25/sysctl_net_ax25.c | 2 +-
12683 net/batman-adv/bat_iv_ogm.c | 8 +-
12684 net/batman-adv/fragmentation.c | 2 +-
12685 net/batman-adv/routing.c | 4 +-
12686 net/batman-adv/soft-interface.c | 10 +-
12687 net/batman-adv/translation-table.c | 14 +-
12688 net/batman-adv/types.h | 8 +-
12689 net/bluetooth/hci_sock.c | 2 +-
12690 net/bluetooth/l2cap_core.c | 6 +-
12691 net/bluetooth/l2cap_sock.c | 12 +-
12692 net/bluetooth/rfcomm/sock.c | 4 +-
12693 net/bluetooth/rfcomm/tty.c | 4 +-
12694 net/bridge/br_netlink.c | 2 +-
12695 net/bridge/netfilter/ebtables.c | 6 +-
12696 net/caif/cfctrl.c | 11 +-
12697 net/caif/chnl_net.c | 2 +-
12698 net/can/af_can.c | 2 +-
12699 net/can/gw.c | 6 +-
12700 net/ceph/messenger.c | 4 +-
12701 net/compat.c | 26 +-
12702 net/core/datagram.c | 2 +-
12703 net/core/dev.c | 16 +-
12704 net/core/filter.c | 2 +-
12705 net/core/flow.c | 6 +-
12706 net/core/neighbour.c | 18 +-
12707 net/core/net-sysfs.c | 2 +-
12708 net/core/net_namespace.c | 8 +-
12709 net/core/netpoll.c | 4 +-
12710 net/core/rtnetlink.c | 17 +-
12711 net/core/scm.c | 12 +-
12712 net/core/skbuff.c | 11 +-
12713 net/core/sock.c | 28 +-
12714 net/core/sock_diag.c | 15 +-
12715 net/core/sysctl_net_core.c | 22 +-
12716 net/decnet/af_decnet.c | 1 +
12717 net/decnet/sysctl_net_decnet.c | 4 +-
12718 net/dsa/dsa.c | 2 +-
12719 net/hsr/hsr_netlink.c | 2 +-
12720 net/ieee802154/6lowpan/core.c | 2 +-
12721 net/ieee802154/6lowpan/reassembly.c | 14 +-
12722 net/ipv4/af_inet.c | 2 +-
12723 net/ipv4/arp.c | 2 +-
12724 net/ipv4/devinet.c | 18 +-
12725 net/ipv4/fib_frontend.c | 6 +-
12726 net/ipv4/fib_semantics.c | 2 +-
12727 net/ipv4/inet_connection_sock.c | 4 +-
12728 net/ipv4/inet_diag.c | 4 +-
12729 net/ipv4/inet_timewait_sock.c | 2 +-
12730 net/ipv4/inetpeer.c | 2 +-
12731 net/ipv4/ip_fragment.c | 15 +-
12732 net/ipv4/ip_gre.c | 6 +-
12733 net/ipv4/ip_sockglue.c | 2 +-
12734 net/ipv4/ip_vti.c | 4 +-
12735 net/ipv4/ipconfig.c | 6 +-
12736 net/ipv4/ipip.c | 4 +-
12737 net/ipv4/netfilter/arp_tables.c | 12 +-
12738 net/ipv4/netfilter/ip_tables.c | 12 +-
12739 net/ipv4/ping.c | 14 +-
12740 net/ipv4/proc.c | 8 +-
12741 net/ipv4/raw.c | 14 +-
12742 net/ipv4/route.c | 32 +-
12743 net/ipv4/sysctl_net_ipv4.c | 22 +-
12744 net/ipv4/tcp_input.c | 6 +-
12745 net/ipv4/tcp_probe.c | 2 +-
12746 net/ipv4/udp.c | 10 +-
12747 net/ipv4/xfrm4_mode_transport.c | 2 +-
12748 net/ipv4/xfrm4_policy.c | 17 +-
12749 net/ipv4/xfrm4_state.c | 4 +-
12750 net/ipv6/addrconf.c | 22 +-
12751 net/ipv6/af_inet6.c | 2 +-
12752 net/ipv6/datagram.c | 2 +-
12753 net/ipv6/icmp.c | 2 +-
12754 net/ipv6/ip6_fib.c | 4 +-
12755 net/ipv6/ip6_gre.c | 10 +-
12756 net/ipv6/ip6_tunnel.c | 4 +-
12757 net/ipv6/ip6_vti.c | 4 +-
12758 net/ipv6/ipv6_sockglue.c | 2 +-
12759 net/ipv6/ndisc.c | 2 +-
12760 net/ipv6/netfilter/ip6_tables.c | 12 +-
12761 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
12762 net/ipv6/ping.c | 33 +-
12763 net/ipv6/proc.c | 10 +-
12764 net/ipv6/raw.c | 17 +-
12765 net/ipv6/reassembly.c | 13 +-
12766 net/ipv6/route.c | 2 +-
12767 net/ipv6/sit.c | 4 +-
12768 net/ipv6/sysctl_net_ipv6.c | 2 +-
12769 net/ipv6/udp.c | 6 +-
12770 net/ipv6/xfrm6_policy.c | 17 +-
12771 net/irda/ircomm/ircomm_tty.c | 18 +-
12772 net/iucv/af_iucv.c | 4 +-
12773 net/iucv/iucv.c | 2 +-
12774 net/key/af_key.c | 4 +-
12775 net/l2tp/l2tp_eth.c | 38 +-
12776 net/l2tp/l2tp_ip.c | 2 +-
12777 net/l2tp/l2tp_ip6.c | 2 +-
12778 net/mac80211/cfg.c | 10 +-
12779 net/mac80211/debugfs_key.c | 4 +-
12780 net/mac80211/ieee80211_i.h | 3 +-
12781 net/mac80211/iface.c | 20 +-
12782 net/mac80211/key.c | 4 +-
12783 net/mac80211/main.c | 2 +-
12784 net/mac80211/pm.c | 4 +-
12785 net/mac80211/rate.c | 2 +-
12786 net/mac80211/sta_info.c | 2 +-
12787 net/mac80211/tx.c | 2 +-
12788 net/mac80211/util.c | 8 +-
12789 net/mac80211/wpa.c | 10 +-
12790 net/mac802154/iface.c | 4 +-
12791 net/mpls/af_mpls.c | 6 +-
12792 net/netfilter/ipset/ip_set_core.c | 4 +-
12793 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
12794 net/netfilter/ipvs/ip_vs_core.c | 4 +-
12795 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
12796 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
12797 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
12798 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
12799 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
12800 net/netfilter/nf_conntrack_acct.c | 2 +-
12801 net/netfilter/nf_conntrack_ecache.c | 2 +-
12802 net/netfilter/nf_conntrack_helper.c | 2 +-
12803 net/netfilter/nf_conntrack_netlink.c | 22 +-
12804 net/netfilter/nf_conntrack_proto.c | 2 +-
12805 net/netfilter/nf_conntrack_standalone.c | 2 +-
12806 net/netfilter/nf_conntrack_timestamp.c | 2 +-
12807 net/netfilter/nf_log.c | 10 +-
12808 net/netfilter/nf_sockopt.c | 4 +-
12809 net/netfilter/nf_tables_api.c | 13 +-
12810 net/netfilter/nfnetlink_acct.c | 7 +-
12811 net/netfilter/nfnetlink_cthelper.c | 2 +-
12812 net/netfilter/nfnetlink_cttimeout.c | 2 +-
12813 net/netfilter/nfnetlink_log.c | 4 +-
12814 net/netfilter/nft_compat.c | 9 +-
12815 net/netfilter/xt_statistic.c | 8 +-
12816 net/netlink/af_netlink.c | 14 +-
12817 net/netlink/diag.c | 2 +-
12818 net/netlink/genetlink.c | 14 +-
12819 net/openvswitch/vport-internal_dev.c | 2 +-
12820 net/packet/af_packet.c | 26 +-
12821 net/packet/diag.c | 2 +-
12822 net/packet/internal.h | 6 +-
12823 net/phonet/pep.c | 6 +-
12824 net/phonet/socket.c | 2 +-
12825 net/phonet/sysctl.c | 2 +-
12826 net/rds/cong.c | 6 +-
12827 net/rds/ib.h | 2 +-
12828 net/rds/ib_cm.c | 2 +-
12829 net/rds/ib_recv.c | 4 +-
12830 net/rds/iw.h | 2 +-
12831 net/rds/iw_cm.c | 2 +-
12832 net/rds/iw_recv.c | 4 +-
12833 net/rds/rds.h | 2 +-
12834 net/rds/tcp.c | 2 +-
12835 net/rds/tcp_send.c | 2 +-
12836 net/rxrpc/af_rxrpc.c | 2 +-
12837 net/rxrpc/ar-ack.c | 14 +-
12838 net/rxrpc/ar-call.c | 2 +-
12839 net/rxrpc/ar-connection.c | 2 +-
12840 net/rxrpc/ar-connevent.c | 2 +-
12841 net/rxrpc/ar-input.c | 4 +-
12842 net/rxrpc/ar-internal.h | 8 +-
12843 net/rxrpc/ar-local.c | 2 +-
12844 net/rxrpc/ar-output.c | 4 +-
12845 net/rxrpc/ar-peer.c | 2 +-
12846 net/rxrpc/ar-proc.c | 4 +-
12847 net/rxrpc/ar-transport.c | 2 +-
12848 net/rxrpc/rxkad.c | 4 +-
12849 net/sched/sch_generic.c | 4 +-
12850 net/sctp/ipv6.c | 6 +-
12851 net/sctp/protocol.c | 10 +-
12852 net/sctp/sm_sideeffect.c | 2 +-
12853 net/sctp/socket.c | 21 +-
12854 net/sctp/sysctl.c | 10 +-
12855 net/socket.c | 18 +-
12856 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
12857 net/sunrpc/clnt.c | 4 +-
12858 net/sunrpc/sched.c | 4 +-
12859 net/sunrpc/svc.c | 4 +-
12860 net/sunrpc/svcauth_unix.c | 2 +-
12861 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
12862 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
12863 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
12864 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
12865 net/tipc/netlink_compat.c | 12 +-
12866 net/tipc/subscr.c | 2 +-
12867 net/unix/diag.c | 2 +-
12868 net/unix/sysctl_net_unix.c | 2 +-
12869 net/wireless/wext-core.c | 19 +-
12870 net/xfrm/xfrm_policy.c | 16 +-
12871 net/xfrm/xfrm_state.c | 33 +-
12872 net/xfrm/xfrm_sysctl.c | 2 +-
12873 net/xfrm/xfrm_user.c | 2 +-
12874 scripts/Kbuild.include | 2 +-
12875 scripts/Makefile.build | 2 +-
12876 scripts/Makefile.clean | 3 +-
12877 scripts/Makefile.host | 69 +-
12878 scripts/basic/fixdep.c | 12 +-
12879 scripts/dtc/checks.c | 14 +-
12880 scripts/dtc/data.c | 6 +-
12881 scripts/dtc/flattree.c | 8 +-
12882 scripts/dtc/livetree.c | 4 +-
12883 scripts/gcc-plugin.sh | 51 +
12884 scripts/headers_install.sh | 1 +
12885 scripts/kallsyms.c | 4 +-
12886 scripts/kconfig/lkc.h | 5 +-
12887 scripts/kconfig/menu.c | 2 +-
12888 scripts/kconfig/symbol.c | 6 +-
12889 scripts/link-vmlinux.sh | 2 +-
12890 scripts/mod/file2alias.c | 14 +-
12891 scripts/mod/modpost.c | 25 +-
12892 scripts/mod/modpost.h | 6 +-
12893 scripts/mod/sumversion.c | 2 +-
12894 scripts/module-common.lds | 4 +
12895 scripts/package/builddeb | 1 +
12896 scripts/pnmtologo.c | 6 +-
12897 scripts/sortextable.h | 6 +-
12898 scripts/tags.sh | 2 +-
12899 security/Kconfig | 691 +-
12900 security/apparmor/include/policy.h | 2 +-
12901 security/apparmor/policy.c | 4 +-
12902 security/integrity/ima/ima.h | 4 +-
12903 security/integrity/ima/ima_api.c | 2 +-
12904 security/integrity/ima/ima_fs.c | 4 +-
12905 security/integrity/ima/ima_queue.c | 2 +-
12906 security/keys/internal.h | 8 +-
12907 security/keys/key.c | 18 +-
12908 security/keys/keyring.c | 4 -
12909 security/selinux/avc.c | 6 +-
12910 security/selinux/include/xfrm.h | 2 +-
12911 security/yama/yama_lsm.c | 2 +-
12912 sound/aoa/codecs/onyx.c | 7 +-
12913 sound/aoa/codecs/onyx.h | 1 +
12914 sound/core/oss/pcm_oss.c | 18 +-
12915 sound/core/pcm_compat.c | 2 +-
12916 sound/core/pcm_native.c | 4 +-
12917 sound/core/seq/seq_clientmgr.c | 10 +-
12918 sound/core/seq/seq_compat.c | 2 +-
12919 sound/core/seq/seq_fifo.c | 6 +-
12920 sound/core/seq/seq_fifo.h | 2 +-
12921 sound/core/seq/seq_memory.c | 6 +-
12922 sound/core/sound.c | 2 +-
12923 sound/drivers/mts64.c | 14 +-
12924 sound/drivers/opl4/opl4_lib.c | 2 +-
12925 sound/drivers/portman2x4.c | 3 +-
12926 sound/firewire/amdtp-am824.c | 2 +-
12927 sound/firewire/amdtp-stream.c | 4 +-
12928 sound/firewire/amdtp-stream.h | 2 +-
12929 sound/firewire/digi00x/amdtp-dot.c | 2 +-
12930 sound/firewire/isight.c | 10 +-
12931 sound/firewire/scs1x.c | 8 +-
12932 sound/oss/sb_audio.c | 2 +-
12933 sound/oss/swarm_cs4297a.c | 6 +-
12934 sound/pci/hda/hda_codec.c | 2 +-
12935 sound/pci/ymfpci/ymfpci.h | 2 +-
12936 sound/pci/ymfpci/ymfpci_main.c | 12 +-
12937 sound/soc/codecs/sti-sas.c | 10 +-
12938 sound/soc/intel/skylake/skl-sst-dsp.h | 4 +-
12939 sound/soc/soc-ac97.c | 6 +-
12940 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
12941 tools/gcc/Makefile | 42 +
12942 tools/gcc/checker_plugin.c | 549 +
12943 tools/gcc/colorize_plugin.c | 215 +
12944 tools/gcc/constify_plugin.c | 571 +
12945 tools/gcc/gcc-common.h | 819 +
12946 tools/gcc/initify_plugin.c | 591 +
12947 tools/gcc/kallocstat_plugin.c | 188 +
12948 tools/gcc/kernexec_plugin.c | 549 +
12949 tools/gcc/latent_entropy_plugin.c | 474 +
12950 tools/gcc/randomize_layout_seed.h | 1 +
12951 tools/gcc/size_overflow_plugin/.gitignore | 2 +
12952 tools/gcc/size_overflow_plugin/Makefile | 28 +
12953 .../disable_size_overflow_hash.data | 12434 ++
12954 .../disable_size_overflow_hash.h | 152601 ++++++++++++++++++
12955 .../generate_size_overflow_hash.sh | 103 +
12956 .../insert_size_overflow_asm.c | 416 +
12957 .../size_overflow_plugin/intentional_overflow.c | 1116 +
12958 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
12959 tools/gcc/size_overflow_plugin/size_overflow.h | 325 +
12960 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
12961 .../size_overflow_plugin/size_overflow_hash.data | 21454 +++
12962 .../size_overflow_hash_aux.data | 92 +
12963 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 +
12964 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
12965 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
12966 .../size_overflow_plugin_hash.c | 352 +
12967 .../size_overflow_plugin/size_overflow_transform.c | 745 +
12968 .../size_overflow_transform_core.c | 1015 +
12969 tools/gcc/stackleak_plugin.c | 444 +
12970 tools/gcc/structleak_plugin.c | 290 +
12971 tools/include/linux/compiler.h | 8 +
12972 tools/perf/util/include/asm/alternative-asm.h | 3 +
12973 tools/virtio/linux/uaccess.h | 2 +-
12974 virt/kvm/kvm_main.c | 42 +-
12975 2088 files changed, 221599 insertions(+), 9618 deletions(-)
12976 commit 87790bbd0d8dc2bd7fd86cb947e32886db9e9766
12977 Author: Matthew Wilcox <willy@linux.intel.com>
12978 Date: Tue Feb 2 16:57:52 2016 -0800
12979
12980 radix-tree: fix race in gang lookup
12981
12982 If the indirect_ptr bit is set on a slot, that indicates we need to redo
12983 the lookup. Introduce a new function radix_tree_iter_retry() which
12984 forces the loop to retry the lookup by setting 'slot' to NULL and
12985 turning the iterator back to point at the problematic entry.
12986
12987 This is a pretty rare problem to hit at the moment; the lookup has to
12988 race with a grow of the radix tree from a height of 0. The consequences
12989 of hitting this race are that gang lookup could return a pointer to a
12990 radix_tree_node instead of a pointer to whatever the user had inserted
12991 in the tree.
12992
12993 Fixes: cebbd29e1c2f ("radix-tree: rewrite gang lookup using iterator")
12994 Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
12995 Cc: Hugh Dickins <hughd@google.com>
12996 Cc: Ohad Ben-Cohen <ohad@wizery.com>
12997 Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
12998 Cc: <stable@vger.kernel.org>
12999 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
13000 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13001
13002 include/linux/radix-tree.h | 16 ++++++++++++++++
13003 lib/radix-tree.c | 12 ++++++++++--
13004 2 files changed, 26 insertions(+), 2 deletions(-)
13005
13006 commit bf628043b4589c910919a0f221ae7f42aa8cea93
13007 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
13008 Date: Wed Feb 3 02:11:03 2016 +0100
13009
13010 unix: correctly track in-flight fds in sending process user_struct
13011
13012 The commit referenced in the Fixes tag incorrectly accounted the number
13013 of in-flight fds over a unix domain socket to the original opener
13014 of the file-descriptor. This allows another process to arbitrary
13015 deplete the original file-openers resource limit for the maximum of
13016 open files. Instead the sending processes and its struct cred should
13017 be credited.
13018
13019 To do so, we add a reference counted struct user_struct pointer to the
13020 scm_fp_list and use it to account for the number of inflight unix fds.
13021
13022 Fixes: 712f4aad406bb1 ("unix: properly account for FDs passed over unix sockets")
13023 Reported-by: David Herrmann <dh.herrmann@gmail.com>
13024 Cc: David Herrmann <dh.herrmann@gmail.com>
13025 Cc: Willy Tarreau <w@1wt.eu>
13026 Cc: Linus Torvalds <torvalds@linux-foundation.org>
13027 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
13028 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
13029 Signed-off-by: David S. Miller <davem@davemloft.net>
13030
13031 include/net/af_unix.h | 4 ++--
13032 include/net/scm.h | 1 +
13033 net/core/scm.c | 7 +++++++
13034 net/unix/af_unix.c | 4 ++--
13035 net/unix/garbage.c | 8 ++++----
13036 5 files changed, 16 insertions(+), 8 deletions(-)
13037
13038 commit e830db443ff78d70b7b63536e688d73907face0c
13039 Author: Mike Kravetz <mike.kravetz@oracle.com>
13040 Date: Fri Jan 15 16:57:37 2016 -0800
13041
13042 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
13043
13044 Hillf Danton noticed bugs in the hugetlb_vmtruncate_list routine. The
13045 argument end is of type pgoff_t. It was being converted to a vaddr
13046 offset and passed to unmap_hugepage_range. However, end was also being
13047 used as an argument to the vma_interval_tree_foreach controlling loop.
13048 In addition, the conversion of end to vaddr offset was incorrect.
13049
13050 hugetlb_vmtruncate_list is called as part of a file truncate or
13051 fallocate hole punch operation.
13052
13053 When truncating a hugetlbfs file, this bug could prevent some pages from
13054 being unmapped. This is possible if there are multiple vmas mapping the
13055 file, and there is a sufficiently sized hole between the mappings. The
13056 size of the hole between two vmas (A,B) must be such that the starting
13057 virtual address of B is greater than (ending virtual address of A <<
13058 PAGE_SHIFT). In this case, the pages in B would not be unmapped. If
13059 pages are not properly unmapped during truncate, the following BUG is
13060 hit:
13061
13062 kernel BUG at fs/hugetlbfs/inode.c:428!
13063
13064 In the fallocate hole punch case, this bug could prevent pages from
13065 being unmapped as in the truncate case. However, for hole punch the
13066 result is that unmapped pages will not be removed during the operation.
13067 For hole punch, it is also possible that more pages than desired will be
13068 unmapped. This unnecessary unmapping will cause page faults to
13069 reestablish the mappings on subsequent page access.
13070
13071 Fixes: 1bfad99ab (" hugetlbfs: hugetlb_vmtruncate_list() needs to take a range")Reported-by: Hillf Danton <hillf.zj@alibaba-inc.com>
13072 Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
13073 Cc: Hugh Dickins <hughd@google.com>
13074 Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
13075 Cc: Davidlohr Bueso <dave@stgolabs.net>
13076 Cc: Dave Hansen <dave.hansen@linux.intel.com>
13077 Cc: <stable@vger.kernel.org> [4.3]
13078 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
13079 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13080
13081 fs/hugetlbfs/inode.c | 19 +++++++++++--------
13082 1 files changed, 11 insertions(+), 8 deletions(-)
13083
13084 commit cdb3ba4a9113b779347387f3b6c6ea72dd4db12f
13085 Author: Takashi Iwai <tiwai@suse.de>
13086 Date: Thu Feb 4 17:06:13 2016 +0100
13087
13088 ALSA: timer: Fix leftover link at closing
13089
13090 In ALSA timer core, the active timer instance is managed in
13091 active_list linked list. Each element is added / removed dynamically
13092 at timer start, stop and in timer interrupt. The problem is that
13093 snd_timer_interrupt() has a thinko and leaves the element in
13094 active_list when it's the last opened element. This eventually leads
13095 to list corruption or use-after-free error.
13096
13097 This hasn't been revealed because we used to delete the list forcibly
13098 in snd_timer_stop() in the past. However, the recent fix avoids the
13099 double-stop behavior (in commit [f784beb75ce8: ALSA: timer: Fix link
13100 corruption due to double start or stop]), and this leak hits reality.
13101
13102 This patch fixes the link management in snd_timer_interrupt(). Now it
13103 simply unlinks no matter which stream is.
13104
13105 BugLink: http://lkml.kernel.org/r/CACT4Y+Yy2aukHP-EDp8-ziNqNNmb-NTf=jDWXMP7jB8HDa2vng@mail.gmail.com
13106 Reported-by: Dmitry Vyukov <dvyukov@google.com>
13107 Cc: <stable@vger.kernel.org>
13108 Signed-off-by: Takashi Iwai <tiwai@suse.de>
13109
13110 sound/core/timer.c | 4 ++--
13111 1 files changed, 2 insertions(+), 2 deletions(-)
13112
13113 commit 47d9647902f6a2f46a2be1e0140ba0f6f8c06008
13114 Author: Konstantin Khlebnikov <koct9i@gmail.com>
13115 Date: Fri Feb 5 15:37:01 2016 -0800
13116
13117 radix-tree: fix oops after radix_tree_iter_retry
13118
13119 Helper radix_tree_iter_retry() resets next_index to the current index.
13120 In following radix_tree_next_slot current chunk size becomes zero. This
13121 isn't checked and it tries to dereference null pointer in slot.
13122
13123 Tagged iterator is fine because retry happens only at slot 0 where tag
13124 bitmask in iter->tags is filled with single bit.
13125
13126 Fixes: 46437f9a554f ("radix-tree: fix race in gang lookup")
13127 Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
13128 Cc: Matthew Wilcox <willy@linux.intel.com>
13129 Cc: Hugh Dickins <hughd@google.com>
13130 Cc: Ohad Ben-Cohen <ohad@wizery.com>
13131 Cc: Jeremiah Mahler <jmmahler@gmail.com>
13132 Cc: <stable@vger.kernel.org>
13133 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
13134 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13135
13136 include/linux/radix-tree.h | 6 +++---
13137 1 files changed, 3 insertions(+), 3 deletions(-)
13138
13139 commit 95b5dcb3c01958502af00b0bc0da1d906aae11a2
13140 Merge: 438be0b 256aeaf
13141 Author: Brad Spengler <spender@grsecurity.net>
13142 Date: Sun Feb 7 08:29:33 2016 -0500
13143
13144 Merge branch 'pax-test' into grsec-test
13145
13146 commit 256aeaf87c22de8edf1f03682a572c590ae07771
13147 Author: Brad Spengler <spender@grsecurity.net>
13148 Date: Sun Feb 7 08:29:09 2016 -0500
13149
13150 Update to pax-linux-4.3.5-test28.patch:
13151 - 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)
13152 - spender fixed UDEREF on arm
13153
13154 arch/arm/Kconfig | 1 +
13155 arch/arm/include/asm/domain.h | 21 ++++++++-
13156 arch/arm/include/asm/futex.h | 9 ----
13157 arch/arm/include/asm/thread_info.h | 3 +
13158 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
13159 arch/arm/kernel/entry-armv.S | 2 +-
13160 arch/arm/kernel/process.c | 2 +-
13161 arch/arm/mm/alignment.c | 8 ----
13162 arch/x86/mm/numa.c | 2 +-
13163 security/Kconfig | 1 -
13164 10 files changed, 60 insertions(+), 70 deletions(-)
13165
13166 commit 438be0bd112bd17942b2628c53054dc1007558a1
13167 Author: Brad Spengler <spender@grsecurity.net>
13168 Date: Sat Feb 6 19:50:31 2016 -0500
13169
13170 Fix a number of issues caused by the upstream merging of a UDEREF ripoff resulting in unbootable
13171 ARM systems reported on the forums
13172
13173 arch/arm/Kconfig | 1 +
13174 arch/arm/include/asm/domain.h | 21 ++++++++-
13175 arch/arm/include/asm/futex.h | 9 ----
13176 arch/arm/include/asm/thread_info.h | 3 +
13177 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
13178 arch/arm/kernel/entry-armv.S | 2 +-
13179 arch/arm/kernel/process.c | 2 +-
13180 arch/arm/mm/alignment.c | 8 ----
13181 security/Kconfig | 1 -
13182 9 files changed, 59 insertions(+), 69 deletions(-)
13183
13184 commit 4ffdd5ef1f87e611af1efb4f251ada92abe9f4c0
13185 Author: Brad Spengler <spender@grsecurity.net>
13186 Date: Sat Feb 6 11:21:53 2016 -0500
13187
13188 Fix another compiler warning
13189
13190 net/ipv4/tcp_input.c | 2 ++
13191 1 files changed, 2 insertions(+), 0 deletions(-)
13192
13193 commit 30b5b7bc0fd67d458bdd5ab35e4689769eabd2ed
13194 Author: Brad Spengler <spender@grsecurity.net>
13195 Date: Sat Feb 6 11:16:12 2016 -0500
13196
13197 Fix two compiler warnings
13198
13199 kernel/pid.c | 5 ++---
13200 kernel/ptrace.c | 3 ++-
13201 2 files changed, 4 insertions(+), 4 deletions(-)
13202
13203 commit dda4d2a21914c480750f10bd55c6e3203d415d8d
13204 Author: Brad Spengler <spender@grsecurity.net>
13205 Date: Wed Feb 3 21:22:40 2016 -0500
13206
13207 Apply fix for integer truncation in NUMA init code, reported by
13208 x14sg1 on the forums:
13209 https://forums.grsecurity.net/viewtopic.php?f=3&t=4374
13210
13211 arch/x86/mm/numa.c | 2 +-
13212 1 files changed, 1 insertions(+), 1 deletions(-)
13213
13214 commit 477505f7c893cb6a2c3e22f83eefd9c985d7b3ca
13215 Merge: a781740 016d0d8
13216 Author: Brad Spengler <spender@grsecurity.net>
13217 Date: Wed Feb 3 21:20:58 2016 -0500
13218
13219 Merge branch 'pax-test' into grsec-test
13220
13221 commit 016d0d81a8dd4be1304c82a68e0ccf425868f467
13222 Author: Brad Spengler <spender@grsecurity.net>
13223 Date: Wed Feb 3 21:20:10 2016 -0500
13224
13225 Update to pax-linux-4.3.5-test27.patch:
13226 - fixed a bunch of potential REFCOUNT false positives, reported by Emese
13227 - restored padding in fpregs_state for storing AVX-512 state in the future
13228 - constified netlink_dump_control
13229 - added const version of debug_gimple_stmt for gcc plugins, by Emese
13230 - Emese fixed a bug in initify that could have initified too much
13231 - Emese fixed a false positive intentional integer overflow in xfrm4_extract_header, reported by corsac
13232
13233 arch/x86/include/asm/fpu/types.h | 1 +
13234 arch/x86/include/asm/mmu_context.h | 2 +-
13235 block/blk-cgroup.c | 18 ++--
13236 block/cfq-iosched.c | 4 +-
13237 crypto/crypto_user.c | 8 ++-
13238 drivers/acpi/apei/ghes.c | 6 +-
13239 drivers/char/ipmi/ipmi_ssif.c | 12 ++--
13240 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
13241 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
13242 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
13243 drivers/infiniband/core/netlink.c | 5 +-
13244 drivers/infiniband/hw/cxgb4/device.c | 6 +-
13245 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
13246 drivers/md/bcache/alloc.c | 2 +-
13247 drivers/md/bcache/bcache.h | 10 +-
13248 drivers/md/bcache/btree.c | 2 +-
13249 drivers/md/bcache/io.c | 10 +-
13250 drivers/md/bcache/journal.c | 2 +-
13251 drivers/md/bcache/stats.c | 26 +++---
13252 drivers/md/bcache/stats.h | 16 ++--
13253 drivers/md/bcache/super.c | 2 +-
13254 drivers/md/bcache/sysfs.c | 20 +++---
13255 drivers/md/dm-cache-target.c | 98 ++++++++++++------------
13256 drivers/md/dm-raid.c | 2 +-
13257 drivers/md/md.c | 6 +-
13258 drivers/md/md.h | 2 +-
13259 drivers/md/raid1.c | 2 +-
13260 drivers/md/raid10.c | 2 +-
13261 drivers/md/raid5.c | 4 +-
13262 drivers/media/pci/zoran/zoran.h | 1 -
13263 drivers/media/pci/zoran/zoran_driver.c | 3 -
13264 drivers/net/ethernet/sfc/selftest.c | 20 +++---
13265 drivers/net/irda/vlsi_ir.c | 18 ++--
13266 drivers/net/irda/vlsi_ir.h | 14 ++--
13267 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
13268 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
13269 drivers/net/wireless/ath/carl9170/main.c | 10 +-
13270 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
13271 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
13272 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
13273 drivers/scsi/hptiop.c | 2 -
13274 drivers/scsi/hptiop.h | 1 -
13275 drivers/scsi/ipr.c | 6 +-
13276 drivers/scsi/ipr.h | 2 +-
13277 drivers/scsi/qla2xxx/qla_target.c | 10 +-
13278 drivers/scsi/qla2xxx/qla_target.h | 2 +-
13279 fs/btrfs/ctree.c | 2 +-
13280 fs/btrfs/ctree.h | 4 +-
13281 fs/btrfs/delayed-ref.c | 4 +-
13282 fs/btrfs/disk-io.c | 4 +-
13283 fs/btrfs/file.c | 4 +-
13284 fs/btrfs/raid56.c | 32 ++++----
13285 fs/btrfs/tests/btrfs-tests.c | 2 +-
13286 fs/btrfs/transaction.c | 2 +-
13287 fs/btrfs/tree-log.c | 8 +-
13288 fs/btrfs/volumes.c | 14 ++--
13289 fs/btrfs/volumes.h | 22 +++---
13290 fs/jbd2/commit.c | 2 +-
13291 fs/jbd2/transaction.c | 4 +-
13292 fs/ocfs2/dlm/dlmcommon.h | 4 +-
13293 fs/ocfs2/dlm/dlmdebug.c | 10 +-
13294 fs/ocfs2/dlm/dlmdomain.c | 4 +-
13295 fs/ocfs2/dlm/dlmmaster.c | 4 +-
13296 include/acpi/ghes.h | 2 +-
13297 include/linux/blk-cgroup.h | 24 +++---
13298 include/linux/jbd2.h | 2 +-
13299 include/linux/netlink.h | 12 ++--
13300 include/net/cfg802154.h | 2 +-
13301 include/net/mac80211.h | 2 +-
13302 include/net/neighbour.h | 2 +-
13303 kernel/rcu/tree_plugin.h | 4 +-
13304 net/batman-adv/routing.c | 4 +-
13305 net/batman-adv/soft-interface.c | 2 +-
13306 net/batman-adv/translation-table.c | 14 ++--
13307 net/batman-adv/types.h | 2 +-
13308 net/core/neighbour.c | 14 ++--
13309 net/core/rtnetlink.c | 2 +-
13310 net/ipv4/arp.c | 2 +-
13311 net/ipv4/inet_diag.c | 4 +-
13312 net/ipv4/xfrm4_state.c | 4 +-
13313 net/ipv6/ndisc.c | 2 +-
13314 net/mac80211/cfg.c | 2 +-
13315 net/mac80211/debugfs_key.c | 2 +-
13316 net/mac80211/key.c | 4 +-
13317 net/mac80211/tx.c | 2 +-
13318 net/mac80211/wpa.c | 10 +-
13319 net/mac802154/iface.c | 4 +-
13320 net/netfilter/ipset/ip_set_core.c | 2 +-
13321 net/netfilter/nf_conntrack_netlink.c | 22 +++---
13322 net/netfilter/nf_tables_api.c | 13 ++--
13323 net/netfilter/nfnetlink_acct.c | 7 +-
13324 net/netfilter/nfnetlink_cthelper.c | 2 +-
13325 net/netfilter/nfnetlink_cttimeout.c | 2 +-
13326 net/netlink/af_netlink.c | 10 ++-
13327 net/netlink/diag.c | 2 +-
13328 net/netlink/genetlink.c | 14 ++--
13329 net/packet/af_packet.c | 18 ++--
13330 net/packet/diag.c | 2 +-
13331 net/packet/internal.h | 6 +-
13332 net/unix/diag.c | 2 +-
13333 net/xfrm/xfrm_user.c | 2 +-
13334 security/apparmor/include/policy.h | 2 +-
13335 security/apparmor/policy.c | 4 +-
13336 sound/core/seq/seq_clientmgr.c | 2 +-
13337 sound/core/seq/seq_fifo.c | 6 +-
13338 sound/core/seq/seq_fifo.h | 2 +-
13339 tools/gcc/gcc-common.h | 24 ++++--
13340 tools/gcc/initify_plugin.c | 7 +-
13341 tools/lib/api/Makefile | 2 +-
13342 109 files changed, 399 insertions(+), 391 deletions(-)
13343
13344 commit a7817402ac837b1aee07fac42537a02097055098
13345 Author: Matt Fleming <matt@codeblueprint.co.uk>
13346 Date: Fri Jan 29 11:36:10 2016 +0000
13347
13348 x86/mm/pat: Avoid truncation when converting cpa->numpages to address
13349
13350 There are a couple of nasty truncation bugs lurking in the pageattr
13351 code that can be triggered when mapping EFI regions, e.g. when we pass
13352 a cpa->pgd pointer. Because cpa->numpages is a 32-bit value, shifting
13353 left by PAGE_SHIFT will truncate the resultant address to 32-bits.
13354
13355 Viorel-Cătălin managed to trigger this bug on his Dell machine that
13356 provides a ~5GB EFI region which requires 1236992 pages to be mapped.
13357 When calling populate_pud() the end of the region gets calculated
13358 incorrectly in the following buggy expression,
13359
13360 end = start + (cpa->numpages << PAGE_SHIFT);
13361
13362 And only 188416 pages are mapped. Next, populate_pud() gets invoked
13363 for a second time because of the loop in __change_page_attr_set_clr(),
13364 only this time no pages get mapped because shifting the remaining
13365 number of pages (1048576) by PAGE_SHIFT is zero. At which point the
13366 loop in __change_page_attr_set_clr() spins forever because we fail to
13367 map progress.
13368
13369 Hitting this bug depends very much on the virtual address we pick to
13370 map the large region at and how many pages we map on the initial run
13371 through the loop. This explains why this issue was only recently hit
13372 with the introduction of commit
13373
13374 a5caa209ba9c ("x86/efi: Fix boot crash by mapping EFI memmap
13375 entries bottom-up at runtime, instead of top-down")
13376
13377 It's interesting to note that safe uses of cpa->numpages do exist in
13378 the pageattr code. If instead of shifting ->numpages we multiply by
13379 PAGE_SIZE, no truncation occurs because PAGE_SIZE is a UL value, and
13380 so the result is unsigned long.
13381
13382 To avoid surprises when users try to convert very large cpa->numpages
13383 values to addresses, change the data type from 'int' to 'unsigned
13384 long', thereby making it suitable for shifting by PAGE_SHIFT without
13385 any type casting.
13386
13387 The alternative would be to make liberal use of casting, but that is
13388 far more likely to cause problems in the future when someone adds more
13389 code and fails to cast properly; this bug was difficult enough to
13390 track down in the first place.
13391
13392 Reported-and-tested-by: Viorel-Cătălin Răpițeanu <rapiteanu.catalin@gmail.com>
13393 Acked-by: Borislav Petkov <bp@alien8.de>
13394 Cc: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
13395 Cc: <stable@vger.kernel.org>
13396 Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
13397 Link: https://bugzilla.kernel.org/show_bug.cgi?id=110131
13398 Link: http://lkml.kernel.org/r/1454067370-10374-1-git-send-email-matt@codeblueprint.co.uk
13399 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
13400
13401 arch/x86/mm/pageattr.c | 4 ++--
13402 1 files changed, 2 insertions(+), 2 deletions(-)
13403
13404 commit 64dd9d7a67a742fda257cdd16510c29e695c34b5
13405 Author: Jan Beulich <JBeulich@suse.com>
13406 Date: Tue Jan 26 04:15:18 2016 -0700
13407
13408 x86/mm: Fix types used in pgprot cacheability flags translations
13409
13410 For PAE kernels "unsigned long" is not suitable to hold page protection
13411 flags, since _PAGE_NX doesn't fit there. This is the reason for quite a
13412 few W+X pages getting reported as insecure during boot (observed namely
13413 for the entire initrd range).
13414
13415 Fixes: 281d4078be ("x86: Make page cache mode a real type")
13416 Signed-off-by: Jan Beulich <jbeulich@suse.com>
13417 Reviewed-by: Juergen Gross <JGross@suse.com>
13418 Cc: stable@vger.kernel.org
13419 Link: http://lkml.kernel.org/r/56A7635602000078000CAFF1@prv-mh.provo.novell.com
13420 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
13421
13422 arch/x86/include/asm/pgtable_types.h | 6 ++----
13423 1 files changed, 2 insertions(+), 4 deletions(-)
13424
13425 commit bb9a3a9df0d8dfc96d521676e64c42b37ba22aea
13426 Merge: 682d661 f74425b
13427 Author: Brad Spengler <spender@grsecurity.net>
13428 Date: Sun Jan 31 15:06:25 2016 -0500
13429
13430 Merge branch 'pax-test' into grsec-test
13431
13432 Conflicts:
13433 drivers/net/slip/slhc.c
13434 include/linux/sched.h
13435 net/unix/af_unix.c
13436 sound/core/timer.c
13437
13438 commit f74425b5705bfe52aff9e97659ef10c4a14176c3
13439 Merge: d14af1f 849a2d3
13440 Author: Brad Spengler <spender@grsecurity.net>
13441 Date: Sun Jan 31 15:02:55 2016 -0500
13442
13443 Merge branch 'linux-4.3.y' into pax-test
13444
13445 Conflicts:
13446 arch/x86/include/asm/mmu_context.h
13447
13448 commit 682d6611d75542e351c973c8dd74a99d3966c073
13449 Author: Brad Spengler <spender@grsecurity.net>
13450 Date: Sat Jan 30 13:05:03 2016 -0500
13451
13452 Based on a report from Mathias Krause, fix up a number of additional instances
13453 of ulong overflow when passing in values to gr_learn_resource by saturating
13454 to ULONG_MAX
13455
13456 mm/mlock.c | 11 ++++++++---
13457 mm/mmap.c | 16 +++++++++++++---
13458 2 files changed, 21 insertions(+), 6 deletions(-)
13459
13460 commit adb52e95fb9ad4ac9c56cd5d47bd668f47c33096
13461 Author: Jann Horn <jann@thejh.net>
13462 Date: Sat Dec 26 06:00:48 2015 +0100
13463
13464 seccomp: always propagate NO_NEW_PRIVS on tsync
13465
13466 Before this patch, a process with some permissive seccomp filter
13467 that was applied by root without NO_NEW_PRIVS was able to add
13468 more filters to itself without setting NO_NEW_PRIVS by setting
13469 the new filter from a throwaway thread with NO_NEW_PRIVS.
13470
13471 Signed-off-by: Jann Horn <jann@thejh.net>
13472 Cc: stable@vger.kernel.org
13473 Signed-off-by: Kees Cook <keescook@chromium.org>
13474
13475 kernel/seccomp.c | 22 +++++++++++-----------
13476 1 files changed, 11 insertions(+), 11 deletions(-)
13477
13478 commit b85450498a3bbf269441c8963d7574bb3079c838
13479 Merge: 59c216f d14af1f
13480 Author: Brad Spengler <spender@grsecurity.net>
13481 Date: Fri Jan 29 20:54:13 2016 -0500
13482
13483 Merge branch 'pax-test' into grsec-test
13484
13485 commit d14af1f1dd66511f3f0674deee2b572972012b39
13486 Author: Brad Spengler <spender@grsecurity.net>
13487 Date: Fri Jan 29 20:53:51 2016 -0500
13488
13489 Update to pax-linux-4.3.4-test26.patch:
13490 - Emese fixed a few intentional overflows introduced by gcc, reported by StalkR (https://forums.grsecurity.net/viewtopic.php?f=3&t=4370)
13491
13492 fs/cifs/file.c | 2 +-
13493 fs/gfs2/file.c | 2 +-
13494 .../size_overflow_plugin/intentional_overflow.c | 96 ++++++++++++++++++--
13495 tools/gcc/size_overflow_plugin/size_overflow.h | 2 +
13496 .../size_overflow_plugin/size_overflow_plugin.c | 4 +-
13497 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
13498 .../size_overflow_transform_core.c | 5 +
13499 7 files changed, 102 insertions(+), 15 deletions(-)
13500
13501 commit 59c216f13587eacdd692386b7a403ae78ed84fb6
13502 Author: Brad Spengler <spender@grsecurity.net>
13503 Date: Wed Jan 27 17:57:21 2016 -0500
13504
13505 Fix a size_overflow report reported by Mathias Krause in our
13506 truncation of an loff_t to an unsigned long when being passed
13507 to gr_learn_resource() (as all resource checks are against unsigned long
13508 values)
13509
13510 fs/attr.c | 5 ++++-
13511 1 files changed, 4 insertions(+), 1 deletions(-)
13512
13513 commit 70636c6ad60fc1db3af764ecc789b827b7497a97
13514 Author: Yuchung Cheng <ycheng@google.com>
13515 Date: Wed Jan 6 12:42:38 2016 -0800
13516
13517 tcp: fix zero cwnd in tcp_cwnd_reduction
13518
13519 Patch 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode
13520 conditionally") introduced a bug that cwnd may become 0 when both
13521 inflight and sndcnt are 0 (cwnd = inflight + sndcnt). This may lead
13522 to a div-by-zero if the connection starts another cwnd reduction
13523 phase by setting tp->prior_cwnd to the current cwnd (0) in
13524 tcp_init_cwnd_reduction().
13525
13526 To prevent this we skip PRR operation when nothing is acked or
13527 sacked. Then cwnd must be positive in all cases as long as ssthresh
13528 is positive:
13529
13530 1) The proportional reduction mode
13531 inflight > ssthresh > 0
13532
13533 2) The reduction bound mode
13534 a) inflight == ssthresh > 0
13535
13536 b) inflight < ssthresh
13537 sndcnt > 0 since newly_acked_sacked > 0 and inflight < ssthresh
13538
13539 Therefore in all cases inflight and sndcnt can not both be 0.
13540 We check invalid tp->prior_cwnd to avoid potential div0 bugs.
13541
13542 In reality this bug is triggered only with a sequence of less common
13543 events. For example, the connection is terminating an ECN-triggered
13544 cwnd reduction with an inflight 0, then it receives reordered/old
13545 ACKs or DSACKs from prior transmission (which acks nothing). Or the
13546 connection is in fast recovery stage that marks everything lost,
13547 but fails to retransmit due to local issues, then receives data
13548 packets from other end which acks nothing.
13549
13550 Fixes: 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode conditionally")
13551 Reported-by: Oleksandr Natalenko <oleksandr@natalenko.name>
13552 Signed-off-by: Yuchung Cheng <ycheng@google.com>
13553 Signed-off-by: Neal Cardwell <ncardwell@google.com>
13554 Signed-off-by: Eric Dumazet <edumazet@google.com>
13555 Signed-off-by: David S. Miller <davem@davemloft.net>
13556
13557 net/ipv4/tcp_input.c | 3 +++
13558 1 files changed, 3 insertions(+), 0 deletions(-)
13559
13560 commit dac1da2bedbb43195d371c7a192cfeeb45683df0
13561 Author: Eric Dumazet <edumazet@google.com>
13562 Date: Sun Jan 24 13:53:50 2016 -0800
13563
13564 af_unix: fix struct pid memory leak
13565
13566 Dmitry reported a struct pid leak detected by a syzkaller program.
13567
13568 Bug happens in unix_stream_recvmsg() when we break the loop when a
13569 signal is pending, without properly releasing scm.
13570
13571 Fixes: b3ca9b02b007 ("net: fix multithreaded signal handling in unix recv routines")
13572 Reported-by: Dmitry Vyukov <dvyukov@google.com>
13573 Signed-off-by: Eric Dumazet <edumazet@google.com>
13574 Cc: Rainer Weikusat <rweikusat@mobileactivedefense.com>
13575 Signed-off-by: David S. Miller <davem@davemloft.net>
13576
13577 net/unix/af_unix.c | 1 +
13578 1 files changed, 1 insertions(+), 0 deletions(-)
13579
13580 commit 15cc47f127520d1ac0c1fe76d993c2c27f0f2571
13581 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
13582 Date: Fri Jan 22 01:39:43 2016 +0100
13583
13584 pptp: fix illegal memory access caused by multiple bind()s
13585
13586 Several times already this has been reported as kasan reports caused by
13587 syzkaller and trinity and people always looked at RCU races, but it is
13588 much more simple. :)
13589
13590 In case we bind a pptp socket multiple times, we simply add it to
13591 the callid_sock list but don't remove the old binding. Thus the old
13592 socket stays in the bucket with unused call_id indexes and doesn't get
13593 cleaned up. This causes various forms of kasan reports which were hard
13594 to pinpoint.
13595
13596 Simply don't allow multiple binds and correct error handling in
13597 pptp_bind. Also keep sk_state bits in place in pptp_connect.
13598
13599 Fixes: 00959ade36acad ("PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)")
13600 Cc: Dmitry Kozlov <xeb@mail.ru>
13601 Cc: Sasha Levin <sasha.levin@oracle.com>
13602 Cc: Dmitry Vyukov <dvyukov@google.com>
13603 Reported-by: Dmitry Vyukov <dvyukov@google.com>
13604 Cc: Dave Jones <davej@codemonkey.org.uk>
13605 Reported-by: Dave Jones <davej@codemonkey.org.uk>
13606 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
13607 Signed-off-by: David S. Miller <davem@davemloft.net>
13608
13609 drivers/net/ppp/pptp.c | 34 ++++++++++++++++++++++++----------
13610 1 files changed, 24 insertions(+), 10 deletions(-)
13611
13612 commit e2b7b8c66851c85188fa6dab2d2b2a6c85bc7332
13613 Author: Brad Spengler <spender@grsecurity.net>
13614 Date: Tue Jan 26 18:17:10 2016 -0500
13615
13616 Add info about cpupower/powertop to GRKERNSEC_KMEM, was present on our
13617 wiki but was removed from the config help at some point
13618
13619 grsecurity/Kconfig | 3 +++
13620 1 files changed, 3 insertions(+), 0 deletions(-)
13621
13622 commit ce2e88efa000fc32bfcd84098f57c8ed8310fefc
13623 Author: Thomas Egerer <hakke_007@gmx.de>
13624 Date: Mon Jan 25 12:58:44 2016 +0100
13625
13626 ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
13627
13628 The ESP algorithms using CBC mode require echainiv. Hence INET*_ESP have
13629 to select CRYPTO_ECHAINIV in order to work properly. This solves the
13630 issues caused by a misconfiguration as described in [1].
13631 The original approach, patching crypto/Kconfig was turned down by
13632 Herbert Xu [2].
13633
13634 [1] https://lists.strongswan.org/pipermail/users/2015-December/009074.html
13635 [2] http://marc.info/?l=linux-crypto-vger&m=145224655809562&w=2
13636
13637 Signed-off-by: Thomas Egerer <hakke_007@gmx.de>
13638 Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
13639 Signed-off-by: David S. Miller <davem@davemloft.net>
13640
13641 net/ipv4/Kconfig | 1 +
13642 net/ipv6/Kconfig | 1 +
13643 2 files changed, 2 insertions(+), 0 deletions(-)
13644
13645 commit fca5a303155ea67d28aece0caf2b03ffc3b2668d
13646 Merge: 904114c 6339c1f
13647 Author: Brad Spengler <spender@grsecurity.net>
13648 Date: Tue Jan 26 18:08:40 2016 -0500
13649
13650 Merge branch 'pax-test' into grsec-test
13651
13652 commit 6339c1f9a9beafd417bf9f04d4b257e62aeb45b7
13653 Author: Brad Spengler <spender@grsecurity.net>
13654 Date: Tue Jan 26 18:07:51 2016 -0500
13655
13656 Update to pax-linux-4.3.4-test25.patch:
13657 - 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>
13658 - fixed init_new_context on !MODIFY_LDT_SYSCALL configs, reported by tjh (https://forums.grsecurity.net/viewtopic.php?f=3&t=4368)
13659 - fixed a few REFCOUNT false positives in SNMP related statistics
13660
13661 arch/x86/Kconfig | 2 +-
13662 arch/x86/include/asm/mmu_context.h | 17 +++++++++++++++++
13663 include/net/snmp.h | 10 +++++-----
13664 kernel/fork.c | 11 +++++++++--
13665 net/ipv4/proc.c | 8 ++++----
13666 net/ipv6/addrconf.c | 4 ++--
13667 net/ipv6/proc.c | 10 +++++-----
13668 7 files changed, 43 insertions(+), 19 deletions(-)
13669
13670 commit 904114c2fce3fdff5d57e763da56a78960db4e19
13671 Author: Al Viro <viro@zeniv.linux.org.uk>
13672 Date: Fri Jan 22 18:08:52 2016 -0500
13673
13674 make sure that freeing shmem fast symlinks is RCU-delayed
13675
13676 Cc: stable@vger.kernel.org # v4.2+
13677 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
13678
13679 include/linux/shmem_fs.h | 5 +----
13680 mm/shmem.c | 9 ++++-----
13681 2 files changed, 5 insertions(+), 9 deletions(-)
13682
13683 commit ab86adee64312a2f827dd516cb199521327943ed
13684 Author: Sasha Levin <sasha.levin@oracle.com>
13685 Date: Mon Jan 18 19:23:51 2016 -0500
13686
13687 netfilter: nf_conntrack: use safer way to lock all buckets
13688
13689 When we need to lock all buckets in the connection hashtable we'd attempt to
13690 lock 1024 spinlocks, which is way more preemption levels than supported by
13691 the kernel. Furthermore, this behavior was hidden by checking if lockdep is
13692 enabled, and if it was - use only 8 buckets(!).
13693
13694 Fix this by using a global lock and synchronize all buckets on it when we
13695 need to lock them all. This is pretty heavyweight, but is only done when we
13696 need to resize the hashtable, and that doesn't happen often enough (or at all).
13697
13698 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
13699 Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
13700 Reviewed-by: Florian Westphal <fw@strlen.de>
13701 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
13702
13703 Conflicts:
13704
13705 net/netfilter/nfnetlink_cttimeout.c
13706
13707 include/net/netfilter/nf_conntrack_core.h | 8 ++----
13708 net/netfilter/nf_conntrack_core.c | 38 +++++++++++++++++++++-------
13709 net/netfilter/nf_conntrack_helper.c | 2 +-
13710 net/netfilter/nf_conntrack_netlink.c | 2 +-
13711 4 files changed, 33 insertions(+), 17 deletions(-)
13712
13713 commit 37014723527225481c720484bb788a1a6358072f
13714 Author: Willy Tarreau <w@1wt.eu>
13715 Date: Mon Jan 18 16:36:09 2016 +0100
13716
13717 pipe: limit the per-user amount of pages allocated in pipes
13718
13719 On no-so-small systems, it is possible for a single process to cause an
13720 OOM condition by filling large pipes with data that are never read. A
13721 typical process filling 4000 pipes with 1 MB of data will use 4 GB of
13722 memory. On small systems it may be tricky to set the pipe max size to
13723 prevent this from happening.
13724
13725 This patch makes it possible to enforce a per-user soft limit above
13726 which new pipes will be limited to a single page, effectively limiting
13727 them to 4 kB each, as well as a hard limit above which no new pipes may
13728 be created for this user. This has the effect of protecting the system
13729 against memory abuse without hurting other users, and still allowing
13730 pipes to work correctly though with less data at once.
13731
13732 The limit are controlled by two new sysctls : pipe-user-pages-soft, and
13733 pipe-user-pages-hard. Both may be disabled by setting them to zero. The
13734 default soft limit allows the default number of FDs per process (1024)
13735 to create pipes of the default size (64kB), thus reaching a limit of 64MB
13736 before starting to create only smaller pipes. With 256 processes limited
13737 to 1024 FDs each, this results in 1024*64kB + (256*1024 - 1024) * 4kB =
13738 1084 MB of memory allocated for a user. The hard limit is disabled by
13739 default to avoid breaking existing applications that make intensive use
13740 of pipes (eg: for splicing).
13741
13742 Reported-by: socketpair@gmail.com
13743 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
13744 Mitigates: CVE-2013-4312 (Linux 2.0+)
13745 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
13746 Signed-off-by: Willy Tarreau <w@1wt.eu>
13747 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
13748
13749 Documentation/sysctl/fs.txt | 23 +++++++++++++++++++++
13750 fs/pipe.c | 47 +++++++++++++++++++++++++++++++++++++++++-
13751 include/linux/pipe_fs_i.h | 4 +++
13752 include/linux/sched.h | 1 +
13753 kernel/sysctl.c | 14 ++++++++++++
13754 5 files changed, 87 insertions(+), 2 deletions(-)
13755
13756 commit 51645fa198d194f746651dcfbc5f24a4cf8b9fb8
13757 Merge: 540f2af 7791ecb
13758 Author: Brad Spengler <spender@grsecurity.net>
13759 Date: Sat Jan 23 10:57:11 2016 -0500
13760
13761 Merge branch 'pax-test' into grsec-test
13762
13763 commit 7791ecb84f840343a5646236fd0d34e1fb450793
13764 Merge: 470069c 399588c
13765 Author: Brad Spengler <spender@grsecurity.net>
13766 Date: Sat Jan 23 10:56:47 2016 -0500
13767
13768 Merge branch 'linux-4.3.y' into pax-test
13769
13770 commit 540f2affebd42cdc26a699208ab4f1cb0cb75e33
13771 Author: Brad Spengler <spender@grsecurity.net>
13772 Date: Tue Jan 19 21:18:47 2016 -0500
13773
13774 Update size_overflow hash table
13775
13776 .../size_overflow_plugin/size_overflow_hash.data | 4 +++-
13777 1 files changed, 3 insertions(+), 1 deletions(-)
13778
13779 commit 7e649765626a28437f573f0fbe7a51a04615f041
13780 Author: Brad Spengler <spender@grsecurity.net>
13781 Date: Tue Jan 19 20:29:46 2016 -0500
13782
13783 Backport fix from: https://lkml.org/lkml/2015/12/13/187
13784
13785 fs/ext4/extents.c | 2 +-
13786 1 files changed, 1 insertions(+), 1 deletions(-)
13787
13788 commit 53b859cd0a5f5b6ad54fe0c879dfedaa3c5a3005
13789 Author: Jann Horn <jann@thejh.net>
13790 Date: Tue Jan 5 18:27:30 2016 +0100
13791
13792 compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)
13793
13794 This replaces all code in fs/compat_ioctl.c that translated
13795 ioctl arguments into a in-kernel structure, then performed
13796 do_ioctl under set_fs(KERNEL_DS), with code that allocates
13797 data on the user stack and can call the VFS ioctl handler
13798 under USER_DS.
13799
13800 This is done as a hardening measure because the caller
13801 does not know what kind of ioctl handler will be invoked,
13802 only that no corresponding compat_ioctl handler exists and
13803 what the ioctl command number is. The accidental
13804 invocation of an unlocked_ioctl handler that unexpectedly
13805 calls copy_to_user could be a severe security issue.
13806
13807 Signed-off-by: Jann Horn <jann@thejh.net>
13808 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
13809
13810 Conflicts:
13811
13812 fs/compat_ioctl.c
13813
13814 fs/compat_ioctl.c | 130 ++++++++++++++++++++++++++++-------------------------
13815 1 files changed, 68 insertions(+), 62 deletions(-)
13816
13817 commit 3e89e770ae27e931cd1583f021abac41eeebc3e7
13818 Author: Al Viro <viro@zeniv.linux.org.uk>
13819 Date: Thu Jan 7 09:53:30 2016 -0500
13820
13821 compat_ioctl: don't pass fd around when not needed
13822
13823 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
13824
13825 fs/compat_ioctl.c | 103 ++++++++++++++++++++++++++--------------------------
13826 fs/internal.h | 7 ++++
13827 fs/ioctl.c | 4 +-
13828 include/linux/fs.h | 2 -
13829 4 files changed, 61 insertions(+), 55 deletions(-)
13830
13831 commit 9d4e04082752d4d2d68445c4e6faf33a2613df55
13832 Author: Jann Horn <jann@thejh.net>
13833 Date: Tue Jan 5 18:27:29 2016 +0100
13834
13835 compat_ioctl: don't look up the fd twice
13836
13837 In code in fs/compat_ioctl.c that translates ioctl arguments
13838 into a in-kernel structure, then performs sys_ioctl, possibly
13839 under set_fs(KERNEL_DS), this commit changes the sys_ioctl
13840 calls to do_ioctl calls. do_ioctl is a new function that does
13841 the same thing as sys_ioctl, but doesn't look up the fd again.
13842
13843 This change is made to avoid (potential) security issues
13844 because of ioctl handlers that accept one of the ioctl
13845 commands I2C_FUNCS, VIDEO_GET_EVENT, MTIOCPOS, MTIOCGET,
13846 TIOCGSERIAL, TIOCSSERIAL, RTC_IRQP_READ, RTC_EPOCH_READ.
13847 This can happen for multiple reasons:
13848
13849 - The ioctl command number could be reused.
13850 - The ioctl handler might not check the full ioctl
13851 command. This is e.g. true for drm_ioctl.
13852 - The ioctl handler is very special, e.g. cuse_file_ioctl
13853
13854 The real issue is that set_fs(KERNEL_DS) is used here,
13855 but that's fixed in a separate commit
13856 "compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)".
13857
13858 This change mitigates potential security issues by
13859 preventing a race that permits invocation of
13860 unlocked_ioctl handlers under KERNEL_DS through compat
13861 code even if a corresponding compat_ioctl handler exists.
13862
13863 So far, no way has been identified to use this to damage
13864 kernel memory without having CAP_SYS_ADMIN in the init ns
13865 (with the capability, doing reads/writes at arbitrary
13866 kernel addresses should be easy through CUSE's ioctl
13867 handler with FUSE_IOCTL_UNRESTRICTED set).
13868
13869 [AV: two missed sys_ioctl() taken care of]
13870
13871 Signed-off-by: Jann Horn <jann@thejh.net>
13872 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
13873
13874 fs/compat_ioctl.c | 122 +++++++++++++++++++++++++++++-----------------------
13875 1 files changed, 68 insertions(+), 54 deletions(-)
13876
13877 commit 5bf9e1ed4ebb278cd956ba142914fc04a024309c
13878 Author: Vasily Kulikov <segoon@openwall.com>
13879 Date: Fri Jan 15 16:57:55 2016 -0800
13880
13881 include/linux/poison.h: use POISON_POINTER_DELTA for poison pointers
13882
13883 TIMER_ENTRY_STATIC is defined as a poison pointers which
13884 should point to nowhere. Redefine them using POISON_POINTER_DELTA
13885 arithmetics to make sure they really point to non-mappable area declared
13886 by the target architecture.
13887
13888 Signed-off-by: Vasily Kulikov <segoon@openwall.com>
13889 Acked-by: Thomas Gleixner <tglx@linutronix.de>
13890 Cc: Solar Designer <solar@openwall.com>
13891 Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
13892 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
13893 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13894
13895 Conflicts:
13896
13897 include/linux/poison.h
13898
13899 include/linux/poison.h | 2 +-
13900 1 files changed, 1 insertions(+), 1 deletions(-)
13901
13902 commit 60f2e0a05ab8f56c804a9334a23e2b446305d110
13903 Author: Brad Spengler <spender@grsecurity.net>
13904 Date: Tue Jan 19 19:41:44 2016 -0500
13905
13906 Fix ARM compilation, reported by Austin Sepp
13907
13908 grsecurity/grsec_sig.c | 1 +
13909 1 files changed, 1 insertions(+), 0 deletions(-)
13910
13911 commit e15383743443dc43460a2fd73e0db0b608610dca
13912 Author: Takashi Iwai <tiwai@suse.de>
13913 Date: Mon Jan 18 13:52:47 2016 +0100
13914
13915 ALSA: hrtimer: Fix stall by hrtimer_cancel()
13916
13917 hrtimer_cancel() waits for the completion from the callback, thus it
13918 must not be called inside the callback itself. This was already a
13919 problem in the past with ALSA hrtimer driver, and the early commit
13920 [fcfdebe70759: ALSA: hrtimer - Fix lock-up] tried to address it.
13921
13922 However, the previous fix is still insufficient: it may still cause a
13923 lockup when the ALSA timer instance reprograms itself in its callback.
13924 Then it invokes the start function even in snd_timer_interrupt() that
13925 is called in hrtimer callback itself, results in a CPU stall. This is
13926 no hypothetical problem but actually triggered by syzkaller fuzzer.
13927
13928 This patch tries to fix the issue again. Now we call
13929 hrtimer_try_to_cancel() at both start and stop functions so that it
13930 won't fall into a deadlock, yet giving some chance to cancel the queue
13931 if the functions have been called outside the callback. The proper
13932 hrtimer_cancel() is called in anyway at closing, so this should be
13933 enough.
13934
13935 Reported-and-tested-by: Dmitry Vyukov <dvyukov@google.com>
13936 Cc: <stable@vger.kernel.org>
13937 Signed-off-by: Takashi Iwai <tiwai@suse.de>
13938
13939 sound/core/hrtimer.c | 3 ++-
13940 1 files changed, 2 insertions(+), 1 deletions(-)
13941
13942 commit 12d874daf706e6e7c1ae709141859c809599297e
13943 Author: Takashi Iwai <tiwai@suse.de>
13944 Date: Tue Jan 12 12:38:02 2016 +0100
13945
13946 ALSA: seq: Fix missing NULL check at remove_events ioctl
13947
13948 snd_seq_ioctl_remove_events() calls snd_seq_fifo_clear()
13949 unconditionally even if there is no FIFO assigned, and this leads to
13950 an Oops due to NULL dereference. The fix is just to add a proper NULL
13951 check.
13952
13953 Reported-by: Dmitry Vyukov <dvyukov@google.com>
13954 Tested-by: Dmitry Vyukov <dvyukov@google.com>
13955 Cc: <stable@vger.kernel.org>
13956 Signed-off-by: Takashi Iwai <tiwai@suse.de>
13957
13958 sound/core/seq/seq_clientmgr.c | 2 +-
13959 1 files changed, 1 insertions(+), 1 deletions(-)
13960
13961 commit 2eb0632df1351378946507e7ef7ba0682632a7b5
13962 Author: Takashi Iwai <tiwai@suse.de>
13963 Date: Tue Jan 12 15:36:27 2016 +0100
13964
13965 ALSA: seq: Fix race at timer setup and close
13966
13967 ALSA sequencer code has an open race between the timer setup ioctl and
13968 the close of the client. This was triggered by syzkaller fuzzer, and
13969 a use-after-free was caught there as a result.
13970
13971 This patch papers over it by adding a proper queue->timer_mutex lock
13972 around the timer-related calls in the relevant code path.
13973
13974 Reported-by: Dmitry Vyukov <dvyukov@google.com>
13975 Tested-by: Dmitry Vyukov <dvyukov@google.com>
13976 Cc: <stable@vger.kernel.org>
13977 Signed-off-by: Takashi Iwai <tiwai@suse.de>
13978
13979 sound/core/seq/seq_queue.c | 2 ++
13980 1 files changed, 2 insertions(+), 0 deletions(-)
13981
13982 commit b9e55ab955e59b4a636d78a748be90334a48b485
13983 Author: Takashi Iwai <tiwai@suse.de>
13984 Date: Thu Jan 14 16:30:58 2016 +0100
13985
13986 ALSA: timer: Harden slave timer list handling
13987
13988 A slave timer instance might be still accessible in a racy way while
13989 operating the master instance as it lacks of locking. Since the
13990 master operation is mostly protected with timer->lock, we should cope
13991 with it while changing the slave instance, too. Also, some linked
13992 lists (active_list and ack_list) of slave instances aren't unlinked
13993 immediately at stopping or closing, and this may lead to unexpected
13994 accesses.
13995
13996 This patch tries to address these issues. It adds spin lock of
13997 timer->lock (either from master or slave, which is equivalent) in a
13998 few places. For avoiding a deadlock, we ensure that the global
13999 slave_active_lock is always locked at first before each timer lock.
14000
14001 Also, ack and active_list of slave instances are properly unlinked at
14002 snd_timer_stop() and snd_timer_close().
14003
14004 Last but not least, remove the superfluous call of _snd_timer_stop()
14005 at removing slave links. This is a noop, and calling it may confuse
14006 readers wrt locking. Further cleanup will follow in a later patch.
14007
14008 Actually we've got reports of use-after-free by syzkaller fuzzer, and
14009 this hopefully fixes these issues.
14010
14011 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14012 Cc: <stable@vger.kernel.org>
14013 Signed-off-by: Takashi Iwai <tiwai@suse.de>
14014
14015 sound/core/timer.c | 18 ++++++++++++++----
14016 1 files changed, 14 insertions(+), 4 deletions(-)
14017
14018 commit f1ce0547bdfda1b42ae8a66c222f2a897cbe1586
14019 Author: Takashi Iwai <tiwai@suse.de>
14020 Date: Wed Jan 13 17:48:01 2016 +0100
14021
14022 ALSA: timer: Fix race among timer ioctls
14023
14024 ALSA timer ioctls have an open race and this may lead to a
14025 use-after-free of timer instance object. A simplistic fix is to make
14026 each ioctl exclusive. We have already tread_sem for controlling the
14027 tread, and extend this as a global mutex to be applied to each ioctl.
14028
14029 The downside is, of course, the worse concurrency. But these ioctls
14030 aren't to be parallel accessible, in anyway, so it should be fine to
14031 serialize there.
14032
14033 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14034 Tested-by: Dmitry Vyukov <dvyukov@google.com>
14035 Cc: <stable@vger.kernel.org>
14036 Signed-off-by: Takashi Iwai <tiwai@suse.de>
14037
14038 sound/core/timer.c | 32 +++++++++++++++++++-------------
14039 1 files changed, 19 insertions(+), 13 deletions(-)
14040
14041 commit 8347d8461ed48a98f9c76cc3cfcdad8217d314bc
14042 Author: Takashi Iwai <tiwai@suse.de>
14043 Date: Wed Jan 13 21:35:06 2016 +0100
14044
14045 ALSA: timer: Fix double unlink of active_list
14046
14047 ALSA timer instance object has a couple of linked lists and they are
14048 unlinked unconditionally at snd_timer_stop(). Meanwhile
14049 snd_timer_interrupt() unlinks it, but it calls list_del() which leaves
14050 the element list itself unchanged. This ends up with unlinking twice,
14051 and it was caught by syzkaller fuzzer.
14052
14053 The fix is to use list_del_init() variant properly there, too.
14054
14055 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14056 Tested-by: Dmitry Vyukov <dvyukov@google.com>
14057 Cc: <stable@vger.kernel.org>
14058 Signed-off-by: Takashi Iwai <tiwai@suse.de>
14059
14060 sound/core/timer.c | 2 +-
14061 1 files changed, 1 insertions(+), 1 deletions(-)
14062
14063 commit 243aebb7ae71d6e11ea9880faa893d1d0d60cd75
14064 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
14065 Date: Mon Jan 18 18:03:48 2016 +0100
14066
14067 ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack
14068
14069 It was seen that defective configurations of openvswitch could overwrite
14070 the STACK_END_MAGIC and cause a hard crash of the kernel because of too
14071 many recursions within ovs.
14072
14073 This problem arises due to the high stack usage of openvswitch. The rest
14074 of the kernel is fine with the current limit of 10 (RECURSION_LIMIT).
14075
14076 We use the already existing recursion counter in ovs_execute_actions to
14077 implement an upper bound of 5 recursions.
14078
14079 Cc: Pravin Shelar <pshelar@ovn.org>
14080 Cc: Simon Horman <simon.horman@netronome.com>
14081 Cc: Eric Dumazet <eric.dumazet@gmail.com>
14082 Cc: Simon Horman <simon.horman@netronome.com>
14083 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
14084 Signed-off-by: David S. Miller <davem@davemloft.net>
14085
14086 net/openvswitch/actions.c | 19 ++++++++++++++-----
14087 1 files changed, 14 insertions(+), 5 deletions(-)
14088
14089 commit 8080793479c6d5befe37a67b1dbd9e4e0a61af96
14090 Author: Ursula Braun <ursula.braun@de.ibm.com>
14091 Date: Tue Jan 19 10:41:33 2016 +0100
14092
14093 af_iucv: Validate socket address length in iucv_sock_bind()
14094
14095 Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
14096 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14097 Reviewed-by: Evgeny Cherkashin <Eugene.Crosser@ru.ibm.com>
14098 Signed-off-by: David S. Miller <davem@davemloft.net>
14099
14100 net/iucv/af_iucv.c | 3 +++
14101 1 files changed, 3 insertions(+), 0 deletions(-)
14102
14103 commit 50a383c1c91ed7409c3cbdd41e662d6891463d1b
14104 Author: Brad Spengler <spender@grsecurity.net>
14105 Date: Tue Jan 19 19:32:54 2016 -0500
14106
14107 Apply the same fix as everyone else for the recent keys vulnerability that is
14108 unexploitable under PAX_REFCOUNT
14109
14110 Make a couple more changes that no one else can/will
14111
14112 include/linux/key-type.h | 4 ++--
14113 ipc/msgutil.c | 4 ++--
14114 security/keys/internal.h | 2 +-
14115 security/keys/process_keys.c | 1 +
14116 4 files changed, 6 insertions(+), 5 deletions(-)
14117
14118 commit b56c3a63f431c193400aee17543021950bd14bc4
14119 Merge: 38b1a3d 470069c
14120 Author: Brad Spengler <spender@grsecurity.net>
14121 Date: Sun Jan 17 18:30:19 2016 -0500
14122
14123 Merge branch 'pax-test' into grsec-test
14124
14125 commit 470069cfedef2180313233d275be5901bd6d1135
14126 Author: Brad Spengler <spender@grsecurity.net>
14127 Date: Sun Jan 17 18:29:59 2016 -0500
14128
14129 Update to pax-linux-4.3.3-test22.patch:
14130 - Emesed fixed a gcc induced intentional integer overflow in asix_rx_fixup_internal, reported by thomas callison caffrey
14131 - fixed some more fallout from the drm_drivers constification, reported by Colin Childs and Toralf Foerster
14132
14133 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 ++++----------
14134 drivers/gpu/drm/drm_pci.c | 3 +++
14135 drivers/gpu/drm/gma500/psb_drv.c | 4 ----
14136 drivers/gpu/drm/i915/i915_drv.c | 16 ++++++++--------
14137 drivers/gpu/drm/nouveau/nouveau_drm.c | 6 +++---
14138 drivers/gpu/drm/radeon/radeon_drv.c | 4 +---
14139 drivers/net/usb/asix_common.c | 3 ++-
14140 include/drm/drmP.h | 1 +
14141 8 files changed, 22 insertions(+), 29 deletions(-)
14142
14143 commit 38b1a3d676f407865c3d41840df8213c5ad639c1
14144 Author: Brad Spengler <spender@grsecurity.net>
14145 Date: Sun Jan 17 12:33:53 2016 -0500
14146
14147 As reported by Luis Ressel, the Kconfig help for GRKERNSEC_BRUTE
14148 mentioned banning execution of suid/sgid binaries, though the kernel
14149 source clearly only mentions banning execution of suid binaries. Since
14150 there's no reason for us to not ban execution of sgid binaries as well,
14151 make the implementation match the Kconfig description.
14152
14153 fs/exec.c | 4 ++--
14154 grsecurity/grsec_sig.c | 27 ++++++++++++++-------------
14155 include/linux/sched.h | 4 ++--
14156 3 files changed, 18 insertions(+), 17 deletions(-)
14157
14158 commit 8c3bcb7dbf7f606acfa0983e81f0f928da1f1ace
14159 Merge: d141a86 ea4a835
14160 Author: Brad Spengler <spender@grsecurity.net>
14161 Date: Sat Jan 16 14:12:22 2016 -0500
14162
14163 Merge branch 'pax-test' into grsec-test
14164
14165 Conflicts:
14166 drivers/gpu/drm/i810/i810_drv.c
14167
14168 commit ea4a835328ada6513ac013986764d6caea8cd348
14169 Author: Brad Spengler <spender@grsecurity.net>
14170 Date: Sat Jan 16 14:11:30 2016 -0500
14171
14172 Update to pax-linux-4.3.3-test21.patch:
14173 - fixed some fallout from the drm_drivers constification, reported by spender
14174
14175 drivers/gpu/drm/armada/armada_drv.c | 3 +--
14176 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
14177 drivers/gpu/drm/i810/i810_dma.c | 2 +-
14178 drivers/gpu/drm/i810/i810_drv.c | 6 +++++-
14179 drivers/gpu/drm/i810/i810_drv.h | 2 +-
14180 5 files changed, 8 insertions(+), 6 deletions(-)
14181
14182 commit d141a86fd66194bc3f896b6809b189e2f12a9a83
14183 Author: Brad Spengler <spender@grsecurity.net>
14184 Date: Sat Jan 16 13:16:36 2016 -0500
14185
14186 compile fix
14187
14188 drivers/gpu/drm/i810/i810_dma.c | 2 +-
14189 drivers/gpu/drm/i810/i810_drv.c | 4 +++-
14190 drivers/gpu/drm/i810/i810_drv.h | 2 +-
14191 3 files changed, 5 insertions(+), 3 deletions(-)
14192
14193 commit 0d9dc4b25ea32c14561bcfe6b5b24f1b00fe0270
14194 Merge: 5fa135d bbda879
14195 Author: Brad Spengler <spender@grsecurity.net>
14196 Date: Sat Jan 16 12:59:22 2016 -0500
14197
14198 Merge branch 'pax-test' into grsec-test
14199
14200 commit bbda87914edf63e27fb46670bf3a373f2b963c73
14201 Author: Brad Spengler <spender@grsecurity.net>
14202 Date: Sat Jan 16 12:58:04 2016 -0500
14203
14204 Update to pax-linux-4.3.3-test20.patch:
14205 - constified drm_driver
14206 - Emese fixed a special case in handling __func__ in the initify plugin
14207 - Emese fixed a false positive size overflow report in handling inbufBits, reported by Martin Filo (https://bugs.gentoo.org/show_bug.cgi?id=567048)
14208 - fixed regression that caused perf to not resolve kernel code addresses under KERNEXEC/i386, reported by minipli
14209
14210 arch/x86/kernel/cpu/perf_event.h | 2 +-
14211 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
14212 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
14213 arch/x86/kernel/uprobes.c | 2 +-
14214 arch/x86/mm/mpx.c | 2 +-
14215 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
14216 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 ++-
14217 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
14218 drivers/gpu/drm/drm_pci.c | 6 +-
14219 drivers/gpu/drm/gma500/psb_drv.c | 5 +-
14220 drivers/gpu/drm/i915/i915_dma.c | 2 +-
14221 drivers/gpu/drm/i915/i915_drv.c | 15 ++--
14222 drivers/gpu/drm/i915/i915_drv.h | 2 +-
14223 drivers/gpu/drm/i915/i915_irq.c | 88 ++++++++++----------
14224 drivers/gpu/drm/mga/mga_drv.c | 5 +-
14225 drivers/gpu/drm/mga/mga_drv.h | 2 +-
14226 drivers/gpu/drm/mga/mga_state.c | 2 +-
14227 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 ++--
14228 drivers/gpu/drm/qxl/qxl_drv.c | 8 ++-
14229 drivers/gpu/drm/qxl/qxl_ioctl.c | 2 +-
14230 drivers/gpu/drm/r128/r128_drv.c | 4 +-
14231 drivers/gpu/drm/r128/r128_drv.h | 2 +-
14232 drivers/gpu/drm/r128/r128_state.c | 2 +-
14233 drivers/gpu/drm/radeon/radeon_drv.c | 17 +++-
14234 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
14235 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
14236 drivers/gpu/drm/radeon/radeon_state.c | 2 +-
14237 drivers/gpu/drm/savage/savage_bci.c | 2 +-
14238 drivers/gpu/drm/savage/savage_drv.c | 5 +-
14239 drivers/gpu/drm/savage/savage_drv.h | 2 +-
14240 drivers/gpu/drm/sis/sis_drv.c | 5 +-
14241 drivers/gpu/drm/sis/sis_drv.h | 2 +-
14242 drivers/gpu/drm/sis/sis_mm.c | 2 +-
14243 drivers/gpu/drm/via/via_dma.c | 2 +-
14244 drivers/gpu/drm/via/via_drv.c | 5 +-
14245 drivers/gpu/drm/via/via_drv.h | 2 +-
14246 include/drm/drmP.h | 2 +-
14247 mm/slab.c | 2 +-
14248 net/sunrpc/xprtrdma/svc_rdma.c | 6 +-
14249 tools/gcc/initify_plugin.c | 15 +++-
14250 .../disable_size_overflow_hash.data | 1 +
14251 .../size_overflow_plugin/size_overflow_hash.data | 3 +-
14252 42 files changed, 156 insertions(+), 110 deletions(-)
14253
14254 commit 5fa135dc116350e0205c39ef65eaf6496ed2748a
14255 Author: Brad Spengler <spender@grsecurity.net>
14256 Date: Sat Jan 16 12:19:23 2016 -0500
14257
14258 compile fix
14259
14260 grsecurity/grsec_sig.c | 3 +--
14261 1 files changed, 1 insertions(+), 2 deletions(-)
14262
14263 commit a9090fa58f33f75c7450fda5721a9b13625a47d9
14264 Author: Brad Spengler <spender@grsecurity.net>
14265 Date: Sat Jan 16 12:10:37 2016 -0500
14266
14267 As pointed out by Jann Horn, some distros are starting to circumvent
14268 previous assumptions about the attainability of a user to control
14269 multiple UIDs by handing out suid binaries that allow a user to run
14270 processes (including exploits) under a number of other pre-defined
14271 UIDs. As this could potentially be used to bypass GRKERNSEC_BRUTE
14272 (though it would have to involve some code path that doesn't involve
14273 locks) fix that here by ensuring no more than 8 users on a system can
14274 be banned before a reboot is required. If more are banned, a panic
14275 is triggered.
14276
14277 grsecurity/grsec_sig.c | 8 ++++++++
14278 1 files changed, 8 insertions(+), 0 deletions(-)
14279
14280 commit a8d37776e9521c567ebff6730d49312f72435f08
14281 Author: Eric Dumazet <edumazet@google.com>
14282 Date: Thu Dec 3 11:12:07 2015 -0800
14283
14284 proc: add a reschedule point in proc_readfd_common()
14285
14286 User can pass an arbitrary large buffer to getdents().
14287
14288 It is typically a 32KB buffer used by libc scandir() implementation.
14289
14290 When scanning /proc/{pid}/fd, we can hold cpu way too long,
14291 so add a cond_resched() to be kind with other tasks.
14292
14293 We've seen latencies of more than 50ms on real workloads.
14294
14295 Signed-off-by: Eric Dumazet <edumazet@google.com>
14296 Cc: Alexander Viro <viro@zeniv.linux.org.uk>
14297 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
14298
14299 fs/proc/fd.c | 1 +
14300 1 files changed, 1 insertions(+), 0 deletions(-)
14301
14302 commit 0adba75f8708f13b1f5d98ebe3fc2fb961e100c8
14303 Author: Rabin Vincent <rabin@rab.in>
14304 Date: Tue Jan 12 20:17:08 2016 +0100
14305
14306 net: bpf: reject invalid shifts
14307
14308 On ARM64, a BUG() is triggered in the eBPF JIT if a filter with a
14309 constant shift that can't be encoded in the immediate field of the
14310 UBFM/SBFM instructions is passed to the JIT. Since these shifts
14311 amounts, which are negative or >= regsize, are invalid, reject them in
14312 the eBPF verifier and the classic BPF filter checker, for all
14313 architectures.
14314
14315 Signed-off-by: Rabin Vincent <rabin@rab.in>
14316 Acked-by: Alexei Starovoitov <ast@kernel.org>
14317 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
14318 Signed-off-by: David S. Miller <davem@davemloft.net>
14319
14320 kernel/bpf/verifier.c | 10 ++++++++++
14321 net/core/filter.c | 5 +++++
14322 2 files changed, 15 insertions(+), 0 deletions(-)
14323
14324 commit c248e115a73496625a1c64660d0eeefd67e55cbf
14325 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14326 Date: Fri Jan 8 11:00:54 2016 -0200
14327
14328 sctp: fix use-after-free in pr_debug statement
14329
14330 Dmitry Vyukov reported a use-after-free in the code expanded by the
14331 macro debug_post_sfx, which is caused by the use of the asoc pointer
14332 after it was freed within sctp_side_effect() scope.
14333
14334 This patch fixes it by allowing sctp_side_effect to clear that asoc
14335 pointer when the TCB is freed.
14336
14337 As Vlad explained, we also have to cover the SCTP_DISPOSITION_ABORT case
14338 because it will trigger DELETE_TCB too on that same loop.
14339
14340 Also, there were places issuing SCTP_CMD_INIT_FAILED and ASSOC_FAILED
14341 but returning SCTP_DISPOSITION_CONSUME, which would fool the scheme
14342 above. Fix it by returning SCTP_DISPOSITION_ABORT instead.
14343
14344 The macro is already prepared to handle such NULL pointer.
14345
14346 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14347 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14348 Acked-by: Vlad Yasevich <vyasevich@gmail.com>
14349 Signed-off-by: David S. Miller <davem@davemloft.net>
14350
14351 net/sctp/sm_sideeffect.c | 11 ++++++-----
14352 net/sctp/sm_statefuns.c | 17 ++++-------------
14353 2 files changed, 10 insertions(+), 18 deletions(-)
14354
14355 commit 395ea8a9e73e184fc14153a033000bccf4213213
14356 Author: willy tarreau <w@1wt.eu>
14357 Date: Sun Jan 10 07:54:56 2016 +0100
14358
14359 unix: properly account for FDs passed over unix sockets
14360
14361 It is possible for a process to allocate and accumulate far more FDs than
14362 the process' limit by sending them over a unix socket then closing them
14363 to keep the process' fd count low.
14364
14365 This change addresses this problem by keeping track of the number of FDs
14366 in flight per user and preventing non-privileged processes from having
14367 more FDs in flight than their configured FD limit.
14368
14369 Reported-by: socketpair@gmail.com
14370 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
14371 Mitigates: CVE-2013-4312 (Linux 2.0+)
14372 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
14373 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
14374 Signed-off-by: Willy Tarreau <w@1wt.eu>
14375 Signed-off-by: David S. Miller <davem@davemloft.net>
14376
14377 include/linux/sched.h | 1 +
14378 net/unix/af_unix.c | 24 ++++++++++++++++++++----
14379 net/unix/garbage.c | 13 ++++++++-----
14380 3 files changed, 29 insertions(+), 9 deletions(-)
14381
14382 commit cb207ab8fbd71dcfc4a49d533aba8085012543fd
14383 Author: Sasha Levin <sasha.levin@oracle.com>
14384 Date: Thu Jan 7 14:52:43 2016 -0500
14385
14386 net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
14387
14388 proc_dostring() needs an initialized destination string, while the one
14389 provided in proc_sctp_do_hmac_alg() contains stack garbage.
14390
14391 Thus, writing to cookie_hmac_alg would strlen() that garbage and end up
14392 accessing invalid memory.
14393
14394 Fixes: 3c68198e7 ("sctp: Make hmac algorithm selection for cookie generation dynamic")
14395 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
14396 Signed-off-by: David S. Miller <davem@davemloft.net>
14397
14398 net/sctp/sysctl.c | 2 +-
14399 1 files changed, 1 insertions(+), 1 deletions(-)
14400
14401 commit 4014e09faf0fe9054119624ccfff1236e886b554
14402 Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
14403 Date: Tue Nov 24 17:13:21 2015 -0500
14404
14405 RDS: fix race condition when sending a message on unbound socket
14406
14407 commit 8c7188b23474cca017b3ef354c4a58456f68303a upstream.
14408
14409 Sasha's found a NULL pointer dereference in the RDS connection code when
14410 sending a message to an apparently unbound socket. The problem is caused
14411 by the code checking if the socket is bound in rds_sendmsg(), which checks
14412 the rs_bound_addr field without taking a lock on the socket. This opens a
14413 race where rs_bound_addr is temporarily set but where the transport is not
14414 in rds_bind(), leading to a NULL pointer dereference when trying to
14415 dereference 'trans' in __rds_conn_create().
14416
14417 Vegard wrote a reproducer for this issue, so kindly ask him to share if
14418 you're interested.
14419
14420 I cannot reproduce the NULL pointer dereference using Vegard's reproducer
14421 with this patch, whereas I could without.
14422
14423 Complete earlier incomplete fix to CVE-2015-6937:
14424
14425 74e98eb08588 ("RDS: verify the underlying transport exists before creating a connection")
14426
14427 Cc: David S. Miller <davem@davemloft.net>
14428
14429 Reviewed-by: Vegard Nossum <vegard.nossum@oracle.com>
14430 Reviewed-by: Sasha Levin <sasha.levin@oracle.com>
14431 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
14432 Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com>
14433 Signed-off-by: David S. Miller <davem@davemloft.net>
14434 Signed-off-by: Jiri Slaby <jslaby@suse.cz>
14435
14436 Conflicts:
14437
14438 net/rds/send.c
14439
14440 net/rds/connection.c | 6 ------
14441 1 files changed, 0 insertions(+), 6 deletions(-)
14442
14443 commit 206df8d01104344d7588d801016a281a4cd25556
14444 Author: Sasha Levin <sasha.levin@oracle.com>
14445 Date: Tue Sep 8 10:53:40 2015 -0400
14446
14447 RDS: verify the underlying transport exists before creating a connection
14448
14449 There was no verification that an underlying transport exists when creating
14450 a connection, this would cause dereferencing a NULL ptr.
14451
14452 It might happen on sockets that weren't properly bound before attempting to
14453 send a message, which will cause a NULL ptr deref:
14454
14455 [135546.047719] kasan: GPF could be caused by NULL-ptr deref or user memory accessgeneral protection fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC KASAN
14456 [135546.051270] Modules linked in:
14457 [135546.051781] CPU: 4 PID: 15650 Comm: trinity-c4 Not tainted 4.2.0-next-20150902-sasha-00041-gbaa1222-dirty #2527
14458 [135546.053217] task: ffff8800835bc000 ti: ffff8800bc708000 task.ti: ffff8800bc708000
14459 [135546.054291] RIP: __rds_conn_create (net/rds/connection.c:194)
14460 [135546.055666] RSP: 0018:ffff8800bc70fab0 EFLAGS: 00010202
14461 [135546.056457] RAX: dffffc0000000000 RBX: 0000000000000f2c RCX: ffff8800835bc000
14462 [135546.057494] RDX: 0000000000000007 RSI: ffff8800835bccd8 RDI: 0000000000000038
14463 [135546.058530] RBP: ffff8800bc70fb18 R08: 0000000000000001 R09: 0000000000000000
14464 [135546.059556] R10: ffffed014d7a3a23 R11: ffffed014d7a3a21 R12: 0000000000000000
14465 [135546.060614] R13: 0000000000000001 R14: ffff8801ec3d0000 R15: 0000000000000000
14466 [135546.061668] FS: 00007faad4ffb700(0000) GS:ffff880252000000(0000) knlGS:0000000000000000
14467 [135546.062836] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
14468 [135546.063682] CR2: 000000000000846a CR3: 000000009d137000 CR4: 00000000000006a0
14469 [135546.064723] Stack:
14470 [135546.065048] ffffffffafe2055c ffffffffafe23fc1 ffffed00493097bf ffff8801ec3d0008
14471 [135546.066247] 0000000000000000 00000000000000d0 0000000000000000 ac194a24c0586342
14472 [135546.067438] 1ffff100178e1f78 ffff880320581b00 ffff8800bc70fdd0 ffff880320581b00
14473 [135546.068629] Call Trace:
14474 [135546.069028] ? __rds_conn_create (include/linux/rcupdate.h:856 net/rds/connection.c:134)
14475 [135546.069989] ? rds_message_copy_from_user (net/rds/message.c:298)
14476 [135546.071021] rds_conn_create_outgoing (net/rds/connection.c:278)
14477 [135546.071981] rds_sendmsg (net/rds/send.c:1058)
14478 [135546.072858] ? perf_trace_lock (include/trace/events/lock.h:38)
14479 [135546.073744] ? lockdep_init (kernel/locking/lockdep.c:3298)
14480 [135546.074577] ? rds_send_drop_to (net/rds/send.c:976)
14481 [135546.075508] ? __might_fault (./arch/x86/include/asm/current.h:14 mm/memory.c:3795)
14482 [135546.076349] ? __might_fault (mm/memory.c:3795)
14483 [135546.077179] ? rds_send_drop_to (net/rds/send.c:976)
14484 [135546.078114] sock_sendmsg (net/socket.c:611 net/socket.c:620)
14485 [135546.078856] SYSC_sendto (net/socket.c:1657)
14486 [135546.079596] ? SYSC_connect (net/socket.c:1628)
14487 [135546.080510] ? trace_dump_stack (kernel/trace/trace.c:1926)
14488 [135546.081397] ? ring_buffer_unlock_commit (kernel/trace/ring_buffer.c:2479 kernel/trace/ring_buffer.c:2558 kernel/trace/ring_buffer.c:2674)
14489 [135546.082390] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
14490 [135546.083410] ? trace_event_raw_event_sys_enter (include/trace/events/syscalls.h:16)
14491 [135546.084481] ? do_audit_syscall_entry (include/trace/events/syscalls.h:16)
14492 [135546.085438] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
14493 [135546.085515] rds_ib_laddr_check(): addr 36.74.25.172 ret -99 node type -1
14494
14495 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
14496 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
14497 Signed-off-by: David S. Miller <davem@davemloft.net>
14498
14499 net/rds/connection.c | 6 ++++++
14500 1 files changed, 6 insertions(+), 0 deletions(-)
14501
14502 commit 173fa03f05cf0ad485d49a42cbdee8844d3a689a
14503 Author: Steven Rostedt (Red Hat) <rostedt@goodmis.org>
14504 Date: Tue Jan 5 20:32:47 2016 -0500
14505
14506 ftrace/module: Call clean up function when module init fails early
14507
14508 If the module init code fails after calling ftrace_module_init() and before
14509 calling do_init_module(), we can suffer from a memory leak. This is because
14510 ftrace_module_init() allocates pages to store the locations that ftrace
14511 hooks are placed in the module text. If do_init_module() fails, it still
14512 calls the MODULE_GOING notifiers which will tell ftrace to do a clean up of
14513 the pages it allocated for the module. But if load_module() fails before
14514 then, the pages allocated by ftrace_module_init() will never be freed.
14515
14516 Call ftrace_release_mod() on the module if load_module() fails before
14517 getting to do_init_module().
14518
14519 Link: http://lkml.kernel.org/r/567CEA31.1070507@intel.com
14520
14521 Reported-by: "Qiu, PeiyangX" <peiyangx.qiu@intel.com>
14522 Fixes: a949ae560a511 "ftrace/module: Hardcode ftrace_module_init() call into load_module()"
14523 Cc: stable@vger.kernel.org # v2.6.38+
14524 Acked-by: Rusty Russell <rusty@rustcorp.com.au>
14525 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
14526
14527 include/linux/ftrace.h | 1 +
14528 kernel/module.c | 6 ++++++
14529 2 files changed, 7 insertions(+), 0 deletions(-)
14530
14531 commit 1e5a4a81a4c16c8ac2e264b88a02cc2f42ed0399
14532 Author: Francesco Ruggeri <fruggeri@aristanetworks.com>
14533 Date: Wed Jan 6 00:18:48 2016 -0800
14534
14535 net: possible use after free in dst_release
14536
14537 dst_release should not access dst->flags after decrementing
14538 __refcnt to 0. The dst_entry may be in dst_busy_list and
14539 dst_gc_task may dst_destroy it before dst_release gets a chance
14540 to access dst->flags.
14541
14542 Fixes: d69bbf88c8d0 ("net: fix a race in dst_release()")
14543 Fixes: 27b75c95f10d ("net: avoid RCU for NOCACHE dst")
14544 Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
14545 Acked-by: Eric Dumazet <edumazet@google.com>
14546 Signed-off-by: David S. Miller <davem@davemloft.net>
14547
14548 net/core/dst.c | 3 ++-
14549 1 files changed, 2 insertions(+), 1 deletions(-)
14550
14551 commit bfb0455793dd4e0f0b49d34a68b3249ab55565cc
14552 Author: Alan <gnomes@lxorguk.ukuu.org.uk>
14553 Date: Wed Jan 6 14:55:02 2016 +0000
14554
14555 mkiss: fix scribble on freed memory
14556
14557 commit d79f16c046086f4fe0d42184a458e187464eb83e fixed a user triggerable
14558 scribble on free memory but added a new one which allows the user to
14559 scribble even more and user controlled data into freed space.
14560
14561 As with 6pack we need to halt the queue before we free the buffers, because
14562 the transmit logic is not protected by the semaphore.
14563
14564 Signed-off-by: Alan Cox <alan@linux.intel.com>
14565 Signed-off-by: David S. Miller <davem@davemloft.net>
14566
14567 drivers/net/hamradio/mkiss.c | 5 +++++
14568 1 files changed, 5 insertions(+), 0 deletions(-)
14569
14570 commit 5cbbcbd32dc1949470f61d342503808fa9555276
14571 Author: David Miller <davem@davemloft.net>
14572 Date: Thu Dec 17 16:05:49 2015 -0500
14573
14574 mkiss: Fix use after free in mkiss_close().
14575
14576 Need to do the unregister_device() after all references to the driver
14577 private have been done.
14578
14579 Signed-off-by: David S. Miller <davem@davemloft.net>
14580
14581 drivers/net/hamradio/mkiss.c | 4 ++--
14582 1 files changed, 2 insertions(+), 2 deletions(-)
14583
14584 commit b00171576794a98068e069a660f0991a6a5190ff
14585 Author: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
14586 Date: Tue Jan 5 11:51:25 2016 +0000
14587
14588 6pack: fix free memory scribbles
14589
14590 commit acf673a3187edf72068ee2f92f4dc47d66baed47 fixed a user triggerable free
14591 memory scribble but in doing so replaced it with a different one that allows
14592 the user to control the data and scribble even more.
14593
14594 sixpack_close is called by the tty layer in tty context. The tty context is
14595 protected by sp_get() and sp_put(). However network layer activity via
14596 sp_xmit() is not protected this way. We must therefore stop the queue
14597 otherwise the user gets to dump a buffer mostly of their choice into freed
14598 kernel pages.
14599
14600 Signed-off-by: Alan Cox <alan@linux.intel.com>
14601 Signed-off-by: David S. Miller <davem@davemloft.net>
14602
14603 drivers/net/hamradio/6pack.c | 6 ++++++
14604 1 files changed, 6 insertions(+), 0 deletions(-)
14605
14606 commit 5b64a833907cd230a3106aeba2304b2c1bcd116d
14607 Author: David Miller <davem@davemloft.net>
14608 Date: Thu Dec 17 16:05:32 2015 -0500
14609
14610 6pack: Fix use after free in sixpack_close().
14611
14612 Need to do the unregister_device() after all references to the driver
14613 private have been done.
14614
14615 Also we need to use del_timer_sync() for the timers so that we don't
14616 have any asynchronous references after the unregister.
14617
14618 Signed-off-by: David S. Miller <davem@davemloft.net>
14619
14620 drivers/net/hamradio/6pack.c | 8 ++++----
14621 1 files changed, 4 insertions(+), 4 deletions(-)
14622
14623 commit 4f9d532742656b3613d579220fd10c78f24ba37b
14624 Author: Rabin Vincent <rabin@rab.in>
14625 Date: Tue Jan 5 16:23:07 2016 +0100
14626
14627 net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
14628
14629 The SKF_AD_ALU_XOR_X ancillary is not like the other ancillary data
14630 instructions since it XORs A with X while all the others replace A with
14631 some loaded value. All the BPF JITs fail to clear A if this is used as
14632 the first instruction in a filter. This was found using american fuzzy
14633 lop.
14634
14635 Add a helper to determine if A needs to be cleared given the first
14636 instruction in a filter, and use this in the JITs. Except for ARM, the
14637 rest have only been compile-tested.
14638
14639 Fixes: 3480593131e0 ("net: filter: get rid of BPF_S_* enum")
14640 Signed-off-by: Rabin Vincent <rabin@rab.in>
14641 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
14642 Acked-by: Alexei Starovoitov <ast@kernel.org>
14643 Signed-off-by: David S. Miller <davem@davemloft.net>
14644
14645 arch/arm/net/bpf_jit_32.c | 16 +---------------
14646 arch/mips/net/bpf_jit.c | 16 +---------------
14647 arch/powerpc/net/bpf_jit_comp.c | 13 ++-----------
14648 arch/sparc/net/bpf_jit_comp.c | 17 ++---------------
14649 include/linux/filter.h | 19 +++++++++++++++++++
14650 5 files changed, 25 insertions(+), 56 deletions(-)
14651
14652 commit 570d88f8acfffda92b89ae2e1c47320d47256034
14653 Author: John Fastabend <john.fastabend@gmail.com>
14654 Date: Tue Jan 5 09:11:36 2016 -0800
14655
14656 net: sched: fix missing free per cpu on qstats
14657
14658 When a qdisc is using per cpu stats (currently just the ingress
14659 qdisc) only the bstats are being freed. This also free's the qstats.
14660
14661 Fixes: b0ab6f92752b9f9d8 ("net: sched: enable per cpu qstats")
14662 Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
14663 Acked-by: Eric Dumazet <edumazet@google.com>
14664 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
14665 Signed-off-by: David S. Miller <davem@davemloft.net>
14666
14667 net/sched/sch_generic.c | 4 +++-
14668 1 files changed, 3 insertions(+), 1 deletions(-)
14669
14670 commit 32c0ebc51857ee83470a10dcb234d308a0ed1881
14671 Author: Rabin Vincent <rabin@rab.in>
14672 Date: Tue Jan 5 18:34:04 2016 +0100
14673
14674 ARM: net: bpf: fix zero right shift
14675
14676 The LSR instruction cannot be used to perform a zero right shift since a
14677 0 as the immediate value (imm5) in the LSR instruction encoding means
14678 that a shift of 32 is perfomed. See DecodeIMMShift() in the ARM ARM.
14679
14680 Make the JIT skip generation of the LSR if a zero-shift is requested.
14681
14682 This was found using american fuzzy lop.
14683
14684 Signed-off-by: Rabin Vincent <rabin@rab.in>
14685 Acked-by: Alexei Starovoitov <ast@kernel.org>
14686 Signed-off-by: David S. Miller <davem@davemloft.net>
14687
14688 arch/arm/net/bpf_jit_32.c | 3 ++-
14689 1 files changed, 2 insertions(+), 1 deletions(-)
14690
14691 commit 51f5d291750285efa4d4bbe84e5ec23dc00c8d2d
14692 Author: Brad Spengler <spender@grsecurity.net>
14693 Date: Wed Jan 6 20:35:57 2016 -0500
14694
14695 Don't perform hidden lookups in RBAC against the directory of
14696 a file being opened with O_CREAT, reported by Karl Witt
14697
14698 Conflicts:
14699
14700 fs/namei.c
14701
14702 fs/namei.c | 3 ---
14703 1 files changed, 0 insertions(+), 3 deletions(-)
14704
14705 commit 5a8266a6b2769ccdb447256f95bc2577a73cccd1
14706 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
14707 Date: Tue Jan 5 10:46:00 2016 +0100
14708
14709 bridge: Only call /sbin/bridge-stp for the initial network namespace
14710
14711 [I stole this patch from Eric Biederman. He wrote:]
14712
14713 > There is no defined mechanism to pass network namespace information
14714 > into /sbin/bridge-stp therefore don't even try to invoke it except
14715 > for bridge devices in the initial network namespace.
14716 >
14717 > It is possible for unprivileged users to cause /sbin/bridge-stp to be
14718 > invoked for any network device name which if /sbin/bridge-stp does not
14719 > guard against unreasonable arguments or being invoked twice on the
14720 > same network device could cause problems.
14721
14722 [Hannes: changed patch using netns_eq]
14723
14724 Cc: Eric W. Biederman <ebiederm@xmission.com>
14725 Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
14726 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
14727 Signed-off-by: David S. Miller <davem@davemloft.net>
14728
14729 net/bridge/br_stp_if.c | 5 ++++-
14730 1 files changed, 4 insertions(+), 1 deletions(-)
14731
14732 commit 650d535cc39f0aeff2f57e60b6617be25d3ef48b
14733 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14734 Date: Wed Dec 23 16:28:40 2015 -0200
14735
14736 sctp: use GFP_USER for user-controlled kmalloc
14737
14738 Commit cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
14739 missed two other spots.
14740
14741 For connectx, as it's more likely to be used by kernel users of the API,
14742 it detects if GFP_USER should be used or not.
14743
14744 Fixes: cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
14745 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14746 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14747 Signed-off-by: David S. Miller <davem@davemloft.net>
14748
14749 net/sctp/socket.c | 9 ++++++---
14750 1 files changed, 6 insertions(+), 3 deletions(-)
14751
14752 commit 5718a1f63c41fc156f729783423b002763779d04
14753 Author: Florian Westphal <fw@strlen.de>
14754 Date: Thu Dec 31 14:26:33 2015 +0100
14755
14756 connector: bump skb->users before callback invocation
14757
14758 Dmitry reports memleak with syskaller program.
14759 Problem is that connector bumps skb usecount but might not invoke callback.
14760
14761 So move skb_get to where we invoke the callback.
14762
14763 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14764 Signed-off-by: Florian Westphal <fw@strlen.de>
14765 Signed-off-by: David S. Miller <davem@davemloft.net>
14766
14767 drivers/connector/connector.c | 11 +++--------
14768 1 files changed, 3 insertions(+), 8 deletions(-)
14769
14770 commit 2e6372e6a97f8d642416899861f91777f44f13b7
14771 Author: Rainer Weikusat <rweikusat@mobileactivedefense.com>
14772 Date: Sun Jan 3 18:56:38 2016 +0000
14773
14774 af_unix: Fix splice-bind deadlock
14775
14776 On 2015/11/06, Dmitry Vyukov reported a deadlock involving the splice
14777 system call and AF_UNIX sockets,
14778
14779 http://lists.openwall.net/netdev/2015/11/06/24
14780
14781 The situation was analyzed as
14782
14783 (a while ago) A: socketpair()
14784 B: splice() from a pipe to /mnt/regular_file
14785 does sb_start_write() on /mnt
14786 C: try to freeze /mnt
14787 wait for B to finish with /mnt
14788 A: bind() try to bind our socket to /mnt/new_socket_name
14789 lock our socket, see it not bound yet
14790 decide that it needs to create something in /mnt
14791 try to do sb_start_write() on /mnt, block (it's
14792 waiting for C).
14793 D: splice() from the same pipe to our socket
14794 lock the pipe, see that socket is connected
14795 try to lock the socket, block waiting for A
14796 B: get around to actually feeding a chunk from
14797 pipe to file, try to lock the pipe. Deadlock.
14798
14799 on 2015/11/10 by Al Viro,
14800
14801 http://lists.openwall.net/netdev/2015/11/10/4
14802
14803 The patch fixes this by removing the kern_path_create related code from
14804 unix_mknod and executing it as part of unix_bind prior acquiring the
14805 readlock of the socket in question. This means that A (as used above)
14806 will sb_start_write on /mnt before it acquires the readlock, hence, it
14807 won't indirectly block B which first did a sb_start_write and then
14808 waited for a thread trying to acquire the readlock. Consequently, A
14809 being blocked by C waiting for B won't cause a deadlock anymore
14810 (effectively, both A and B acquire two locks in opposite order in the
14811 situation described above).
14812
14813 Dmitry Vyukov(<dvyukov@google.com>) tested the original patch.
14814
14815 Signed-off-by: Rainer Weikusat <rweikusat@mobileactivedefense.com>
14816 Signed-off-by: David S. Miller <davem@davemloft.net>
14817
14818 Conflicts:
14819
14820 net/unix/af_unix.c
14821
14822 net/unix/af_unix.c | 70 +++++++++++++++++++++++++++++++--------------------
14823 1 files changed, 42 insertions(+), 28 deletions(-)
14824
14825 commit 2e729e557c571f3253e32472cd7d382ac16cf1c3
14826 Author: Qiu Peiyang <peiyangx.qiu@intel.com>
14827 Date: Thu Dec 31 13:11:28 2015 +0800
14828
14829 tracing: Fix setting of start_index in find_next()
14830
14831 When we do cat /sys/kernel/debug/tracing/printk_formats, we hit kernel
14832 panic at t_show.
14833
14834 general protection fault: 0000 [#1] PREEMPT SMP
14835 CPU: 0 PID: 2957 Comm: sh Tainted: G W O 3.14.55-x86_64-01062-gd4acdc7 #2
14836 RIP: 0010:[<ffffffff811375b2>]
14837 [<ffffffff811375b2>] t_show+0x22/0xe0
14838 RSP: 0000:ffff88002b4ebe80 EFLAGS: 00010246
14839 RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000004
14840 RDX: 0000000000000004 RSI: ffffffff81fd26a6 RDI: ffff880032f9f7b1
14841 RBP: ffff88002b4ebe98 R08: 0000000000001000 R09: 000000000000ffec
14842 R10: 0000000000000000 R11: 000000000000000f R12: ffff880004d9b6c0
14843 R13: 7365725f6d706400 R14: ffff880004d9b6c0 R15: ffffffff82020570
14844 FS: 0000000000000000(0000) GS:ffff88003aa00000(0063) knlGS:00000000f776bc40
14845 CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
14846 CR2: 00000000f6c02ff0 CR3: 000000002c2b3000 CR4: 00000000001007f0
14847 Call Trace:
14848 [<ffffffff811dc076>] seq_read+0x2f6/0x3e0
14849 [<ffffffff811b749b>] vfs_read+0x9b/0x160
14850 [<ffffffff811b7f69>] SyS_read+0x49/0xb0
14851 [<ffffffff81a3a4b9>] ia32_do_call+0x13/0x13
14852 ---[ end trace 5bd9eb630614861e ]---
14853 Kernel panic - not syncing: Fatal exception
14854
14855 When the first time find_next calls find_next_mod_format, it should
14856 iterate the trace_bprintk_fmt_list to find the first print format of
14857 the module. However in current code, start_index is smaller than *pos
14858 at first, and code will not iterate the list. Latter container_of will
14859 get the wrong address with former v, which will cause mod_fmt be a
14860 meaningless object and so is the returned mod_fmt->fmt.
14861
14862 This patch will fix it by correcting the start_index. After fixed,
14863 when the first time calls find_next_mod_format, start_index will be
14864 equal to *pos, and code will iterate the trace_bprintk_fmt_list to
14865 get the right module printk format, so is the returned mod_fmt->fmt.
14866
14867 Link: http://lkml.kernel.org/r/5684B900.9000309@intel.com
14868
14869 Cc: stable@vger.kernel.org # 3.12+
14870 Fixes: 102c9323c35a8 "tracing: Add __tracepoint_string() to export string pointers"
14871 Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
14872 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
14873
14874 kernel/trace/trace_printk.c | 1 +
14875 1 files changed, 1 insertions(+), 0 deletions(-)
14876
14877 commit 0994af4b1930f32aa493dc08145cd304f8bfc8f4
14878 Author: Al Viro <viro@zeniv.linux.org.uk>
14879 Date: Mon Dec 28 20:47:08 2015 -0500
14880
14881 [PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()
14882
14883 Cc: stable@vger.kernel.org # 3.15+
14884 Reviewed-by: Jeff Layton <jeff.layton@primarydata.com>
14885 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
14886
14887 arch/arm/kernel/sys_oabi-compat.c | 73 +++++++++++++++++++------------------
14888 1 files changed, 37 insertions(+), 36 deletions(-)
14889
14890 commit 4ed030f65dcf3e6b0128032a49a7d75f947fa351
14891 Merge: de243c2 3adc55a
14892 Author: Brad Spengler <spender@grsecurity.net>
14893 Date: Tue Jan 5 18:10:10 2016 -0500
14894
14895 Merge branch 'pax-test' into grsec-test
14896
14897 commit 3adc55a5acfa429c2a7cc883aef08b960c0079b0
14898 Author: Brad Spengler <spender@grsecurity.net>
14899 Date: Tue Jan 5 18:08:53 2016 -0500
14900
14901 Update to pax-linux-4.3.3-test16.patch:
14902 - small cleanup in entry_64.S on x86
14903 - Emese fixed the initify plugin to recursively check variable initializers, reported by Rasmus Villemoes
14904 - 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)
14905 - 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)
14906 - 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)
14907 - 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)
14908
14909 arch/x86/entry/entry_64.S | 60 +++++-----
14910 arch/x86/kernel/alternative.c | 2 +-
14911 arch/x86/kvm/emulate.c | 4 +-
14912 tools/gcc/initify_plugin.c | 123 +++++++++----------
14913 .../disable_size_overflow_hash.data | 4 +-
14914 .../size_overflow_plugin/size_overflow_hash.data | 2 -
14915 6 files changed, 93 insertions(+), 102 deletions(-)
14916
14917 commit de243c26efd0e423ca92db825af2c3f8eb1ca043
14918 Author: Brad Spengler <spender@grsecurity.net>
14919 Date: Tue Dec 29 18:01:24 2015 -0500
14920
14921 It was noticed during an internal audit that the code under GRKERNSEC_PROC_MEMMAP
14922 which aimed to enforce a 16MB minimum on RLIMIT_DATA for suid/sgid binaries only
14923 did so if RLIMIT_DATA was set lower than PAGE_SIZE.
14924
14925 This addition was only supplemental as GRKERNSEC_BRUTE is the main defense
14926 against suid/sgid attacks and the flaw above would only eliminate the extra
14927 entropy provided for the brk-managed heap, still leaving it with the minimum
14928 of 16-bit entropy for mmap on x86 and 28 on x64.
14929
14930 mm/mmap.c | 2 +-
14931 1 files changed, 1 insertions(+), 1 deletions(-)
14932
14933 commit 8e264cfe47e5f08cdc9ed009a630277206cd2534
14934 Merge: 436201b 2584340
14935 Author: Brad Spengler <spender@grsecurity.net>
14936 Date: Mon Dec 28 20:30:01 2015 -0500
14937
14938 Merge branch 'pax-test' into grsec-test
14939
14940 commit 2584340eab494e64ec1bf9eb5b0d1ae31f926306
14941 Author: Brad Spengler <spender@grsecurity.net>
14942 Date: Mon Dec 28 20:29:28 2015 -0500
14943
14944 Update to pax-linux-4.3.3-test14.patch:
14945 - 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)
14946 - fixed shutdown crash with tboot and KERNEXEC, reported by perfinion
14947 - fixed a few false positive and one real size overflow reports in hyperv, reported by hunger
14948 - fixed compile regressions on armv5, reported by iamb (https://forums.grsecurity.net/viewtopic.php?f=3&t=4350)
14949 - fixed an assert in the initify plugin that triggered in vic_register on arm
14950
14951 arch/arm/include/asm/atomic.h | 7 +++++--
14952 arch/arm/include/asm/domain.h | 5 ++---
14953 arch/x86/kernel/tboot.c | 14 +++++++++-----
14954 drivers/hv/channel.c | 4 +---
14955 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
14956 drivers/net/hyperv/rndis_filter.c | 3 +--
14957 fs/exec.c | 4 ++--
14958 include/linux/atomic.h | 15 ---------------
14959 net/core/skbuff.c | 3 ++-
14960 tools/gcc/initify_plugin.c | 4 +++-
14961 10 files changed, 26 insertions(+), 35 deletions(-)
14962
14963 commit 436201b6626b488d173c8076447000077c27b84a
14964 Author: David Howells <dhowells@redhat.com>
14965 Date: Fri Dec 18 01:34:26 2015 +0000
14966
14967 KEYS: Fix race between read and revoke
14968
14969 This fixes CVE-2015-7550.
14970
14971 There's a race between keyctl_read() and keyctl_revoke(). If the revoke
14972 happens between keyctl_read() checking the validity of a key and the key's
14973 semaphore being taken, then the key type read method will see a revoked key.
14974
14975 This causes a problem for the user-defined key type because it assumes in
14976 its read method that there will always be a payload in a non-revoked key
14977 and doesn't check for a NULL pointer.
14978
14979 Fix this by making keyctl_read() check the validity of a key after taking
14980 semaphore instead of before.
14981
14982 I think the bug was introduced with the original keyrings code.
14983
14984 This was discovered by a multithreaded test program generated by syzkaller
14985 (http://github.com/google/syzkaller). Here's a cleaned up version:
14986
14987 #include <sys/types.h>
14988 #include <keyutils.h>
14989 #include <pthread.h>
14990 void *thr0(void *arg)
14991 {
14992 key_serial_t key = (unsigned long)arg;
14993 keyctl_revoke(key);
14994 return 0;
14995 }
14996 void *thr1(void *arg)
14997 {
14998 key_serial_t key = (unsigned long)arg;
14999 char buffer[16];
15000 keyctl_read(key, buffer, 16);
15001 return 0;
15002 }
15003 int main()
15004 {
15005 key_serial_t key = add_key("user", "%", "foo", 3, KEY_SPEC_USER_KEYRING);
15006 pthread_t th[5];
15007 pthread_create(&th[0], 0, thr0, (void *)(unsigned long)key);
15008 pthread_create(&th[1], 0, thr1, (void *)(unsigned long)key);
15009 pthread_create(&th[2], 0, thr0, (void *)(unsigned long)key);
15010 pthread_create(&th[3], 0, thr1, (void *)(unsigned long)key);
15011 pthread_join(th[0], 0);
15012 pthread_join(th[1], 0);
15013 pthread_join(th[2], 0);
15014 pthread_join(th[3], 0);
15015 return 0;
15016 }
15017
15018 Build as:
15019
15020 cc -o keyctl-race keyctl-race.c -lkeyutils -lpthread
15021
15022 Run as:
15023
15024 while keyctl-race; do :; done
15025
15026 as it may need several iterations to crash the kernel. The crash can be
15027 summarised as:
15028
15029 BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
15030 IP: [<ffffffff81279b08>] user_read+0x56/0xa3
15031 ...
15032 Call Trace:
15033 [<ffffffff81276aa9>] keyctl_read_key+0xb6/0xd7
15034 [<ffffffff81277815>] SyS_keyctl+0x83/0xe0
15035 [<ffffffff815dbb97>] entry_SYSCALL_64_fastpath+0x12/0x6f
15036
15037 Reported-by: Dmitry Vyukov <dvyukov@google.com>
15038 Signed-off-by: David Howells <dhowells@redhat.com>
15039 Tested-by: Dmitry Vyukov <dvyukov@google.com>
15040 Cc: stable@vger.kernel.org
15041 Signed-off-by: James Morris <james.l.morris@oracle.com>
15042
15043 security/keys/keyctl.c | 18 +++++++++---------
15044 1 files changed, 9 insertions(+), 9 deletions(-)
15045
15046 commit 195cea04477025da4a2078bd3e1fb7c4e11206c2
15047 Author: Brad Spengler <spender@grsecurity.net>
15048 Date: Tue Dec 22 20:44:01 2015 -0500
15049
15050 Add new kernel command-line param: pax_size_overflow_report_only
15051 If a user triggers a size_overflow violation that makes it difficult
15052 to obtain the call trace without serial console/net console, they can
15053 use this option to provide that information to us
15054
15055 Documentation/kernel-parameters.txt | 5 +++++
15056 fs/exec.c | 12 +++++++++---
15057 init/main.c | 11 +++++++++++
15058 3 files changed, 25 insertions(+), 3 deletions(-)
15059
15060 commit 4254a8da5851df8c08cdca5c392916e8c105408d
15061 Author: WANG Cong <xiyou.wangcong@gmail.com>
15062 Date: Mon Dec 21 10:55:45 2015 -0800
15063
15064 addrconf: always initialize sysctl table data
15065
15066 When sysctl performs restrict writes, it allows to write from
15067 a middle position of a sysctl file, which requires us to initialize
15068 the table data before calling proc_dostring() for the write case.
15069
15070 Fixes: 3d1bec99320d ("ipv6: introduce secret_stable to ipv6_devconf")
15071 Reported-by: Sasha Levin <sasha.levin@oracle.com>
15072 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
15073 Tested-by: Sasha Levin <sasha.levin@oracle.com>
15074 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
15075 Signed-off-by: David S. Miller <davem@davemloft.net>
15076
15077 net/ipv6/addrconf.c | 11 ++++-------
15078 1 files changed, 4 insertions(+), 7 deletions(-)
15079
15080 commit f8002863fb06c363180637046947a78a6ccb3d33
15081 Author: WANG Cong <xiyou.wangcong@gmail.com>
15082 Date: Wed Dec 16 23:39:04 2015 -0800
15083
15084 net: check both type and procotol for tcp sockets
15085
15086 Dmitry reported the following out-of-bound access:
15087
15088 Call Trace:
15089 [<ffffffff816cec2e>] __asan_report_load4_noabort+0x3e/0x40
15090 mm/kasan/report.c:294
15091 [<ffffffff84affb14>] sock_setsockopt+0x1284/0x13d0 net/core/sock.c:880
15092 [< inline >] SYSC_setsockopt net/socket.c:1746
15093 [<ffffffff84aed7ee>] SyS_setsockopt+0x1fe/0x240 net/socket.c:1729
15094 [<ffffffff85c18c76>] entry_SYSCALL_64_fastpath+0x16/0x7a
15095 arch/x86/entry/entry_64.S:185
15096
15097 This is because we mistake a raw socket as a tcp socket.
15098 We should check both sk->sk_type and sk->sk_protocol to ensure
15099 it is a tcp socket.
15100
15101 Willem points out __skb_complete_tx_timestamp() needs to fix as well.
15102
15103 Reported-by: Dmitry Vyukov <dvyukov@google.com>
15104 Cc: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
15105 Cc: Eric Dumazet <eric.dumazet@gmail.com>
15106 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
15107 Acked-by: Willem de Bruijn <willemb@google.com>
15108 Signed-off-by: David S. Miller <davem@davemloft.net>
15109
15110 net/core/skbuff.c | 3 ++-
15111 net/core/sock.c | 3 ++-
15112 2 files changed, 4 insertions(+), 2 deletions(-)
15113
15114 commit bd6b3399804470a4ad8f34229469ca149dceba3d
15115 Author: Colin Ian King <colin.king@canonical.com>
15116 Date: Fri Dec 18 14:22:01 2015 -0800
15117
15118 proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
15119
15120 Writing to /proc/$pid/coredump_filter always returns -ESRCH because commit
15121 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()") removed
15122 the setting of ret after the get_proc_task call and incorrectly left it as
15123 -ESRCH. Instead, return 0 when successful.
15124
15125 Example breakage:
15126
15127 echo 0 > /proc/self/coredump_filter
15128 bash: echo: write error: No such process
15129
15130 Fixes: 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()")
15131 Signed-off-by: Colin Ian King <colin.king@canonical.com>
15132 Acked-by: Kees Cook <keescook@chromium.org>
15133 Cc: <stable@vger.kernel.org> [4.3+]
15134 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
15135 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
15136
15137 fs/proc/base.c | 1 +
15138 1 files changed, 1 insertions(+), 0 deletions(-)
15139
15140 commit b28aca2b99ed08546778355fb9402c503ff9b29e
15141 Author: Junichi Nomura <j-nomura@ce.jp.nec.com>
15142 Date: Tue Dec 22 10:23:44 2015 -0700
15143
15144 block: ensure to split after potentially bouncing a bio
15145
15146 blk_queue_bio() does split then bounce, which makes the segment
15147 counting based on pages before bouncing and could go wrong. Move
15148 the split to after bouncing, like we do for blk-mq, and the we
15149 fix the issue of having the bio count for segments be wrong.
15150
15151 Fixes: 54efd50bfd87 ("block: make generic_make_request handle arbitrarily sized bios")
15152 Cc: stable@vger.kernel.org
15153 Tested-by: Artem S. Tashkinov <t.artem@lycos.com>
15154 Signed-off-by: Jens Axboe <axboe@fb.com>
15155
15156 block/blk-core.c | 4 ++--
15157 1 files changed, 2 insertions(+), 2 deletions(-)
15158
15159 commit e62a25e917a9e5b35ddd5b4f1b5e5e30fbd2e84c
15160 Merge: f6f63ae ec72fa5
15161 Author: Brad Spengler <spender@grsecurity.net>
15162 Date: Tue Dec 22 19:46:26 2015 -0500
15163
15164 Merge branch 'pax-test' into grsec-test
15165
15166 commit ec72fa5f8d9cb4e223bad1b8b5c2e1071c222f2a
15167 Author: Brad Spengler <spender@grsecurity.net>
15168 Date: Tue Dec 22 19:45:51 2015 -0500
15169
15170 Update to pax-linux-4.3.3-test13.patch:
15171 - 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)
15172 - 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)
15173
15174 arch/arm/mm/fault.c | 2 +-
15175 arch/x86/mm/fault.c | 2 +-
15176 fs/btrfs/extent_map.c | 8 ++++++--
15177 fs/xfs/libxfs/xfs_da_btree.c | 4 +++-
15178 4 files changed, 11 insertions(+), 5 deletions(-)
15179
15180 commit f6f63ae154cd45028add1dc41957878060d77fbf
15181 Author: Brad Spengler <spender@grsecurity.net>
15182 Date: Thu Dec 17 18:43:44 2015 -0500
15183
15184 ptrace_has_cap() checks whether the current process should be
15185 treated as having a certain capability for ptrace checks
15186 against another process. Until now, this was equivalent to
15187 has_ns_capability(current, target_ns, CAP_SYS_PTRACE).
15188
15189 However, if a root-owned process wants to enter a user
15190 namespace for some reason without knowing who owns it and
15191 therefore can't change to the namespace owner's uid and gid
15192 before entering, as soon as it has entered the namespace,
15193 the namespace owner can attach to it via ptrace and thereby
15194 gain access to its uid and gid.
15195
15196 While it is possible for the entering process to switch to
15197 the uid of a claimed namespace owner before entering,
15198 causing the attempt to enter to fail if the claimed uid is
15199 wrong, this doesn't solve the problem of determining an
15200 appropriate gid.
15201
15202 With this change, the entering process can first enter the
15203 namespace and then safely inspect the namespace's
15204 properties, e.g. through /proc/self/{uid_map,gid_map},
15205 assuming that the namespace owner doesn't have access to
15206 uid 0.
15207 Signed-off-by: Jann Horn <jann@thejh.net>
15208
15209 kernel/ptrace.c | 30 +++++++++++++++++++++++++-----
15210 1 files changed, 25 insertions(+), 5 deletions(-)
15211
15212 commit e314f0fb63020f61543b401ff594e953c2c304e5
15213 Author: tadeusz.struk@intel.com <tadeusz.struk@intel.com>
15214 Date: Tue Dec 15 10:46:17 2015 -0800
15215
15216 net: fix uninitialized variable issue
15217
15218 msg_iocb needs to be initialized on the recv/recvfrom path.
15219 Otherwise afalg will wrongly interpret it as an async call.
15220
15221 Cc: stable@vger.kernel.org
15222 Reported-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
15223 Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
15224 Signed-off-by: David S. Miller <davem@davemloft.net>
15225
15226 net/socket.c | 1 +
15227 1 files changed, 1 insertions(+), 0 deletions(-)
15228
15229 commit a3f56a43ad56b8fcaf04f6327636ed2f5970de3b
15230 Merge: dfa764c 142edcf
15231 Author: Brad Spengler <spender@grsecurity.net>
15232 Date: Wed Dec 16 21:01:17 2015 -0500
15233
15234 Merge branch 'pax-test' into grsec-test
15235
15236 commit 142edcf1005a57fb8887823565cf0bafad2f313c
15237 Author: Brad Spengler <spender@grsecurity.net>
15238 Date: Wed Dec 16 21:00:57 2015 -0500
15239
15240 Update to pax-linux-4.3.3-test12.patch:
15241 - 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)
15242 - 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)
15243
15244 drivers/tty/n_tty.c | 16 ++++++++--------
15245 .../disable_size_overflow_hash.data | 2 ++
15246 .../size_overflow_plugin/size_overflow_hash.data | 6 ++----
15247 3 files changed, 12 insertions(+), 12 deletions(-)
15248
15249 commit dfa764cc549892a5bfc1083cac78b99032cae577
15250 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
15251 Date: Tue Dec 15 22:59:12 2015 +0100
15252
15253 ipv6: automatically enable stable privacy mode if stable_secret set
15254
15255 Bjørn reported that while we switch all interfaces to privacy stable mode
15256 when setting the secret, we don't set this mode for new interfaces. This
15257 does not make sense, so change this behaviour.
15258
15259 Fixes: 622c81d57b392cc ("ipv6: generation of stable privacy addresses for link-local and autoconf")
15260 Reported-by: Bjørn Mork <bjorn@mork.no>
15261 Cc: Bjørn Mork <bjorn@mork.no>
15262 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
15263 Signed-off-by: David S. Miller <davem@davemloft.net>
15264
15265 net/ipv6/addrconf.c | 6 ++++++
15266 1 files changed, 6 insertions(+), 0 deletions(-)
15267
15268 commit c2815a1fee03f222273e77c14e43f960da06f35a
15269 Author: Brad Spengler <spender@grsecurity.net>
15270 Date: Wed Dec 16 13:03:38 2015 -0500
15271
15272 Work around upstream limitation on the number of thread info flags causing a compilation error
15273 Reported by fabled at http://forums.grsecurity.net/viewtopic.php?f=3&t=4339
15274
15275 arch/arm/kernel/entry-common.S | 8 ++++++--
15276 1 files changed, 6 insertions(+), 2 deletions(-)
15277
15278 commit 8c9ae168e09ae49324d709d76d73d9fc4ca477e1
15279 Author: Brad Spengler <spender@grsecurity.net>
15280 Date: Tue Dec 15 19:03:41 2015 -0500
15281
15282 Initial import of grsecurity 3.1 for Linux 4.3.3
15283
15284 Documentation/dontdiff | 2 +
15285 Documentation/kernel-parameters.txt | 7 +
15286 Documentation/sysctl/kernel.txt | 15 +
15287 Makefile | 18 +-
15288 arch/alpha/include/asm/cache.h | 4 +-
15289 arch/alpha/kernel/osf_sys.c | 12 +-
15290 arch/arc/Kconfig | 1 +
15291 arch/arm/Kconfig | 1 +
15292 arch/arm/Kconfig.debug | 1 +
15293 arch/arm/include/asm/thread_info.h | 7 +-
15294 arch/arm/kernel/process.c | 4 +-
15295 arch/arm/kernel/ptrace.c | 9 +
15296 arch/arm/kernel/traps.c | 7 +-
15297 arch/arm/mm/Kconfig | 2 +-
15298 arch/arm/mm/fault.c | 40 +-
15299 arch/arm/mm/mmap.c | 8 +-
15300 arch/arm/net/bpf_jit_32.c | 51 +-
15301 arch/arm64/Kconfig.debug | 1 +
15302 arch/avr32/include/asm/cache.h | 4 +-
15303 arch/blackfin/Kconfig.debug | 1 +
15304 arch/blackfin/include/asm/cache.h | 3 +-
15305 arch/cris/include/arch-v10/arch/cache.h | 3 +-
15306 arch/cris/include/arch-v32/arch/cache.h | 3 +-
15307 arch/frv/include/asm/cache.h | 3 +-
15308 arch/frv/mm/elf-fdpic.c | 4 +-
15309 arch/hexagon/include/asm/cache.h | 6 +-
15310 arch/ia64/Kconfig | 1 +
15311 arch/ia64/include/asm/cache.h | 3 +-
15312 arch/ia64/kernel/sys_ia64.c | 2 +
15313 arch/ia64/mm/hugetlbpage.c | 2 +
15314 arch/m32r/include/asm/cache.h | 4 +-
15315 arch/m68k/include/asm/cache.h | 4 +-
15316 arch/metag/mm/hugetlbpage.c | 1 +
15317 arch/microblaze/include/asm/cache.h | 3 +-
15318 arch/mips/Kconfig | 1 +
15319 arch/mips/include/asm/cache.h | 3 +-
15320 arch/mips/include/asm/thread_info.h | 11 +-
15321 arch/mips/kernel/irq.c | 3 +
15322 arch/mips/kernel/ptrace.c | 9 +
15323 arch/mips/mm/mmap.c | 4 +-
15324 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
15325 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
15326 arch/openrisc/include/asm/cache.h | 4 +-
15327 arch/parisc/include/asm/cache.h | 5 +-
15328 arch/parisc/kernel/sys_parisc.c | 4 +
15329 arch/powerpc/Kconfig | 1 +
15330 arch/powerpc/include/asm/cache.h | 4 +-
15331 arch/powerpc/include/asm/thread_info.h | 5 +-
15332 arch/powerpc/kernel/Makefile | 2 +
15333 arch/powerpc/kernel/irq.c | 3 +
15334 arch/powerpc/kernel/process.c | 10 +-
15335 arch/powerpc/kernel/ptrace.c | 14 +
15336 arch/powerpc/kernel/traps.c | 5 +
15337 arch/powerpc/mm/slice.c | 2 +-
15338 arch/s390/Kconfig.debug | 1 +
15339 arch/s390/include/asm/cache.h | 4 +-
15340 arch/score/include/asm/cache.h | 4 +-
15341 arch/sh/include/asm/cache.h | 3 +-
15342 arch/sh/mm/mmap.c | 6 +-
15343 arch/sparc/include/asm/cache.h | 4 +-
15344 arch/sparc/include/asm/pgalloc_64.h | 1 +
15345 arch/sparc/include/asm/thread_info_64.h | 8 +-
15346 arch/sparc/kernel/process_32.c | 6 +-
15347 arch/sparc/kernel/process_64.c | 8 +-
15348 arch/sparc/kernel/ptrace_64.c | 14 +
15349 arch/sparc/kernel/sys_sparc_64.c | 8 +-
15350 arch/sparc/kernel/syscalls.S | 8 +-
15351 arch/sparc/kernel/traps_32.c | 8 +-
15352 arch/sparc/kernel/traps_64.c | 28 +-
15353 arch/sparc/kernel/unaligned_64.c | 2 +-
15354 arch/sparc/mm/fault_64.c | 2 +-
15355 arch/sparc/mm/hugetlbpage.c | 15 +-
15356 arch/tile/Kconfig | 1 +
15357 arch/tile/include/asm/cache.h | 3 +-
15358 arch/tile/mm/hugetlbpage.c | 2 +
15359 arch/um/include/asm/cache.h | 3 +-
15360 arch/unicore32/include/asm/cache.h | 6 +-
15361 arch/x86/Kconfig | 21 +
15362 arch/x86/Kconfig.debug | 2 +
15363 arch/x86/entry/common.c | 14 +
15364 arch/x86/entry/entry_32.S | 2 +-
15365 arch/x86/entry/entry_64.S | 2 +-
15366 arch/x86/ia32/ia32_aout.c | 2 +
15367 arch/x86/include/asm/floppy.h | 20 +-
15368 arch/x86/include/asm/fpu/types.h | 69 +-
15369 arch/x86/include/asm/io.h | 2 +-
15370 arch/x86/include/asm/page.h | 12 +-
15371 arch/x86/include/asm/paravirt_types.h | 23 +-
15372 arch/x86/include/asm/processor.h | 12 +-
15373 arch/x86/include/asm/thread_info.h | 6 +-
15374 arch/x86/include/asm/uaccess.h | 2 +-
15375 arch/x86/kernel/dumpstack.c | 10 +-
15376 arch/x86/kernel/dumpstack_32.c | 2 +-
15377 arch/x86/kernel/dumpstack_64.c | 2 +-
15378 arch/x86/kernel/ioport.c | 13 +
15379 arch/x86/kernel/irq_32.c | 3 +
15380 arch/x86/kernel/irq_64.c | 4 +
15381 arch/x86/kernel/ldt.c | 18 +
15382 arch/x86/kernel/msr.c | 10 +
15383 arch/x86/kernel/ptrace.c | 14 +
15384 arch/x86/kernel/signal.c | 9 +-
15385 arch/x86/kernel/sys_i386_32.c | 9 +-
15386 arch/x86/kernel/sys_x86_64.c | 8 +-
15387 arch/x86/kernel/traps.c | 5 +
15388 arch/x86/kernel/verify_cpu.S | 1 +
15389 arch/x86/kernel/vm86_32.c | 15 +
15390 arch/x86/kvm/svm.c | 14 +-
15391 arch/x86/mm/fault.c | 12 +-
15392 arch/x86/mm/hugetlbpage.c | 15 +-
15393 arch/x86/mm/init.c | 66 +-
15394 arch/x86/mm/init_32.c | 6 +-
15395 arch/x86/net/bpf_jit_comp.c | 4 +
15396 arch/x86/platform/efi/efi_64.c | 2 +-
15397 arch/x86/xen/Kconfig | 1 +
15398 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
15399 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
15400 crypto/ablkcipher.c | 2 +-
15401 crypto/blkcipher.c | 2 +-
15402 crypto/scatterwalk.c | 10 +-
15403 drivers/acpi/acpica/hwxfsleep.c | 11 +-
15404 drivers/acpi/custom_method.c | 4 +
15405 drivers/block/cciss.h | 30 +-
15406 drivers/block/smart1,2.h | 40 +-
15407 drivers/cdrom/cdrom.c | 2 +-
15408 drivers/char/Kconfig | 4 +-
15409 drivers/char/genrtc.c | 1 +
15410 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
15411 drivers/char/mem.c | 17 +
15412 drivers/char/random.c | 5 +-
15413 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
15414 drivers/crypto/nx/nx-aes-ccm.c | 2 +-
15415 drivers/crypto/nx/nx-aes-gcm.c | 2 +-
15416 drivers/crypto/talitos.c | 2 +-
15417 drivers/firewire/ohci.c | 4 +
15418 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
15419 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
15420 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
15421 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
15422 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
15423 drivers/hid/hid-wiimote-debug.c | 2 +-
15424 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
15425 drivers/iommu/Kconfig | 1 +
15426 drivers/iommu/amd_iommu.c | 14 +-
15427 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
15428 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
15429 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
15430 drivers/isdn/hisax/config.c | 2 +-
15431 drivers/isdn/hisax/hfc_pci.c | 2 +-
15432 drivers/isdn/hisax/hfc_sx.c | 2 +-
15433 drivers/isdn/hisax/q931.c | 6 +-
15434 drivers/isdn/i4l/isdn_concap.c | 6 +-
15435 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
15436 drivers/md/bcache/Kconfig | 1 +
15437 drivers/md/raid5.c | 8 +
15438 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
15439 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
15440 drivers/media/platform/vivid/vivid-osd.c | 1 +
15441 drivers/media/radio/radio-cadet.c | 5 +-
15442 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
15443 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
15444 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
15445 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
15446 drivers/message/fusion/mptbase.c | 9 +
15447 drivers/misc/sgi-xp/xp_main.c | 12 +-
15448 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
15449 drivers/net/ppp/pppoe.c | 14 +-
15450 drivers/net/ppp/pptp.c | 6 +
15451 drivers/net/slip/slhc.c | 3 +
15452 drivers/net/wan/lmc/lmc_media.c | 97 +-
15453 drivers/net/wan/x25_asy.c | 6 +-
15454 drivers/net/wan/z85230.c | 24 +-
15455 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
15456 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
15457 drivers/pci/pci-sysfs.c | 2 +-
15458 drivers/pci/proc.c | 9 +
15459 drivers/platform/x86/asus-wmi.c | 12 +
15460 drivers/rtc/rtc-dev.c | 3 +
15461 drivers/scsi/bfa/bfa_fcs.c | 19 +-
15462 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
15463 drivers/scsi/bfa/bfa_modules.h | 12 +-
15464 drivers/scsi/hpsa.h | 40 +-
15465 drivers/staging/dgnc/dgnc_mgmt.c | 1 +
15466 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
15467 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
15468 drivers/target/target_core_sbc.c | 17 +-
15469 drivers/target/target_core_transport.c | 14 +-
15470 drivers/tty/serial/uartlite.c | 4 +-
15471 drivers/tty/sysrq.c | 2 +-
15472 drivers/tty/vt/keyboard.c | 22 +-
15473 drivers/uio/uio.c | 6 +-
15474 drivers/usb/core/hub.c | 5 +
15475 drivers/usb/gadget/function/f_uac1.c | 1 +
15476 drivers/usb/gadget/function/u_uac1.c | 1 +
15477 drivers/usb/host/hwa-hc.c | 9 +-
15478 drivers/usb/usbip/vhci_sysfs.c | 2 +-
15479 drivers/video/fbdev/arcfb.c | 2 +-
15480 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
15481 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
15482 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
15483 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++-----
15484 drivers/xen/xenfs/xenstored.c | 5 +
15485 firmware/Makefile | 2 +
15486 firmware/WHENCE | 20 +-
15487 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
15488 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
15489 fs/9p/vfs_inode.c | 4 +-
15490 fs/attr.c | 1 +
15491 fs/autofs4/waitq.c | 9 +
15492 fs/binfmt_aout.c | 7 +
15493 fs/binfmt_elf.c | 50 +-
15494 fs/compat.c | 20 +-
15495 fs/coredump.c | 17 +-
15496 fs/dcache.c | 3 +
15497 fs/debugfs/inode.c | 11 +-
15498 fs/exec.c | 219 +-
15499 fs/ext2/balloc.c | 4 +-
15500 fs/ext2/super.c | 8 +-
15501 fs/ext4/balloc.c | 4 +-
15502 fs/fcntl.c | 4 +
15503 fs/fhandle.c | 3 +-
15504 fs/file.c | 4 +
15505 fs/filesystems.c | 4 +
15506 fs/fs_struct.c | 20 +-
15507 fs/hugetlbfs/inode.c | 5 +-
15508 fs/inode.c | 8 +-
15509 fs/kernfs/dir.c | 6 +
15510 fs/mount.h | 4 +-
15511 fs/namei.c | 286 +-
15512 fs/namespace.c | 24 +
15513 fs/nfsd/nfscache.c | 2 +-
15514 fs/open.c | 38 +
15515 fs/overlayfs/inode.c | 11 +-
15516 fs/overlayfs/super.c | 6 +-
15517 fs/pipe.c | 2 +-
15518 fs/posix_acl.c | 15 +-
15519 fs/proc/Kconfig | 10 +-
15520 fs/proc/array.c | 69 +-
15521 fs/proc/base.c | 186 +-
15522 fs/proc/cmdline.c | 4 +
15523 fs/proc/devices.c | 4 +
15524 fs/proc/fd.c | 17 +-
15525 fs/proc/generic.c | 64 +
15526 fs/proc/inode.c | 17 +
15527 fs/proc/internal.h | 11 +-
15528 fs/proc/interrupts.c | 4 +
15529 fs/proc/kcore.c | 3 +
15530 fs/proc/meminfo.c | 7 +-
15531 fs/proc/namespaces.c | 4 +-
15532 fs/proc/proc_net.c | 31 +
15533 fs/proc/proc_sysctl.c | 52 +-
15534 fs/proc/root.c | 8 +
15535 fs/proc/stat.c | 69 +-
15536 fs/proc/task_mmu.c | 66 +-
15537 fs/readdir.c | 19 +
15538 fs/reiserfs/item_ops.c | 24 +-
15539 fs/reiserfs/super.c | 4 +
15540 fs/select.c | 2 +
15541 fs/seq_file.c | 30 +-
15542 fs/splice.c | 8 +
15543 fs/stat.c | 20 +-
15544 fs/sysfs/dir.c | 30 +-
15545 fs/sysv/inode.c | 11 +-
15546 fs/utimes.c | 7 +
15547 fs/xattr.c | 26 +-
15548 grsecurity/Kconfig | 1182 ++++
15549 grsecurity/Makefile | 54 +
15550 grsecurity/gracl.c | 2757 +++++++++
15551 grsecurity/gracl_alloc.c | 105 +
15552 grsecurity/gracl_cap.c | 127 +
15553 grsecurity/gracl_compat.c | 269 +
15554 grsecurity/gracl_fs.c | 448 ++
15555 grsecurity/gracl_ip.c | 386 ++
15556 grsecurity/gracl_learn.c | 207 +
15557 grsecurity/gracl_policy.c | 1786 ++++++
15558 grsecurity/gracl_res.c | 68 +
15559 grsecurity/gracl_segv.c | 304 +
15560 grsecurity/gracl_shm.c | 40 +
15561 grsecurity/grsec_chdir.c | 19 +
15562 grsecurity/grsec_chroot.c | 467 ++
15563 grsecurity/grsec_disabled.c | 445 ++
15564 grsecurity/grsec_exec.c | 189 +
15565 grsecurity/grsec_fifo.c | 26 +
15566 grsecurity/grsec_fork.c | 23 +
15567 grsecurity/grsec_init.c | 290 +
15568 grsecurity/grsec_ipc.c | 48 +
15569 grsecurity/grsec_link.c | 65 +
15570 grsecurity/grsec_log.c | 340 +
15571 grsecurity/grsec_mem.c | 48 +
15572 grsecurity/grsec_mount.c | 65 +
15573 grsecurity/grsec_pax.c | 47 +
15574 grsecurity/grsec_proc.c | 20 +
15575 grsecurity/grsec_ptrace.c | 30 +
15576 grsecurity/grsec_sig.c | 236 +
15577 grsecurity/grsec_sock.c | 244 +
15578 grsecurity/grsec_sysctl.c | 488 ++
15579 grsecurity/grsec_time.c | 16 +
15580 grsecurity/grsec_tpe.c | 78 +
15581 grsecurity/grsec_usb.c | 15 +
15582 grsecurity/grsum.c | 64 +
15583 include/linux/binfmts.h | 5 +-
15584 include/linux/bitops.h | 2 +-
15585 include/linux/capability.h | 13 +
15586 include/linux/compiler-gcc.h | 5 +
15587 include/linux/compiler.h | 8 +
15588 include/linux/cred.h | 8 +-
15589 include/linux/dcache.h | 5 +-
15590 include/linux/fs.h | 24 +-
15591 include/linux/fs_struct.h | 2 +-
15592 include/linux/fsnotify.h | 6 +
15593 include/linux/gracl.h | 342 +
15594 include/linux/gracl_compat.h | 156 +
15595 include/linux/gralloc.h | 9 +
15596 include/linux/grdefs.h | 140 +
15597 include/linux/grinternal.h | 230 +
15598 include/linux/grmsg.h | 118 +
15599 include/linux/grsecurity.h | 255 +
15600 include/linux/grsock.h | 19 +
15601 include/linux/ipc.h | 2 +-
15602 include/linux/ipc_namespace.h | 2 +-
15603 include/linux/kallsyms.h | 18 +-
15604 include/linux/kmod.h | 5 +
15605 include/linux/kobject.h | 2 +-
15606 include/linux/lsm_hooks.h | 4 +-
15607 include/linux/mm.h | 12 +
15608 include/linux/mm_types.h | 4 +-
15609 include/linux/module.h | 5 +-
15610 include/linux/mount.h | 2 +-
15611 include/linux/msg.h | 2 +-
15612 include/linux/netfilter/xt_gradm.h | 9 +
15613 include/linux/path.h | 4 +-
15614 include/linux/perf_event.h | 13 +-
15615 include/linux/pid_namespace.h | 2 +-
15616 include/linux/printk.h | 2 +-
15617 include/linux/proc_fs.h | 22 +-
15618 include/linux/proc_ns.h | 2 +-
15619 include/linux/ptrace.h | 24 +-
15620 include/linux/random.h | 2 +-
15621 include/linux/rbtree_augmented.h | 4 +-
15622 include/linux/scatterlist.h | 12 +-
15623 include/linux/sched.h | 114 +-
15624 include/linux/security.h | 1 +
15625 include/linux/sem.h | 2 +-
15626 include/linux/seq_file.h | 5 +
15627 include/linux/shm.h | 6 +-
15628 include/linux/skbuff.h | 3 +
15629 include/linux/slab.h | 9 -
15630 include/linux/sysctl.h | 8 +-
15631 include/linux/thread_info.h | 6 +-
15632 include/linux/tty.h | 2 +-
15633 include/linux/tty_driver.h | 4 +-
15634 include/linux/uidgid.h | 5 +
15635 include/linux/user_namespace.h | 2 +-
15636 include/linux/utsname.h | 2 +-
15637 include/linux/vermagic.h | 16 +-
15638 include/linux/vmalloc.h | 20 +-
15639 include/net/af_unix.h | 2 +-
15640 include/net/dst.h | 33 +
15641 include/net/ip.h | 2 +-
15642 include/net/neighbour.h | 2 +-
15643 include/net/net_namespace.h | 2 +-
15644 include/net/sock.h | 4 +-
15645 include/target/target_core_base.h | 2 +-
15646 include/trace/events/fs.h | 53 +
15647 include/uapi/linux/personality.h | 1 +
15648 init/Kconfig | 4 +-
15649 init/main.c | 35 +-
15650 ipc/mqueue.c | 1 +
15651 ipc/msg.c | 3 +-
15652 ipc/sem.c | 3 +-
15653 ipc/shm.c | 26 +-
15654 ipc/util.c | 6 +
15655 kernel/auditsc.c | 2 +-
15656 kernel/bpf/syscall.c | 8 +-
15657 kernel/capability.c | 41 +-
15658 kernel/cgroup.c | 5 +-
15659 kernel/compat.c | 1 +
15660 kernel/configs.c | 11 +
15661 kernel/cred.c | 112 +-
15662 kernel/events/core.c | 16 +-
15663 kernel/exit.c | 10 +-
15664 kernel/fork.c | 86 +-
15665 kernel/futex.c | 6 +-
15666 kernel/futex_compat.c | 2 +-
15667 kernel/kallsyms.c | 9 +
15668 kernel/kcmp.c | 8 +-
15669 kernel/kexec_core.c | 2 +-
15670 kernel/kmod.c | 95 +-
15671 kernel/kprobes.c | 7 +-
15672 kernel/ksysfs.c | 2 +
15673 kernel/locking/lockdep_proc.c | 10 +-
15674 kernel/module.c | 108 +-
15675 kernel/panic.c | 4 +-
15676 kernel/pid.c | 23 +-
15677 kernel/power/Kconfig | 2 +
15678 kernel/printk/printk.c | 20 +-
15679 kernel/ptrace.c | 56 +-
15680 kernel/resource.c | 10 +
15681 kernel/sched/core.c | 11 +-
15682 kernel/signal.c | 37 +-
15683 kernel/sys.c | 64 +-
15684 kernel/sysctl.c | 172 +-
15685 kernel/taskstats.c | 6 +
15686 kernel/time/posix-timers.c | 8 +
15687 kernel/time/time.c | 5 +
15688 kernel/time/timekeeping.c | 3 +
15689 kernel/time/timer_list.c | 13 +-
15690 kernel/time/timer_stats.c | 10 +-
15691 kernel/trace/Kconfig | 2 +
15692 kernel/trace/trace_syscalls.c | 8 +
15693 kernel/user_namespace.c | 15 +
15694 lib/Kconfig.debug | 13 +-
15695 lib/Kconfig.kasan | 2 +-
15696 lib/is_single_threaded.c | 3 +
15697 lib/list_debug.c | 65 +-
15698 lib/nlattr.c | 2 +
15699 lib/rbtree.c | 4 +-
15700 lib/vsprintf.c | 39 +-
15701 localversion-grsec | 1 +
15702 mm/Kconfig | 8 +-
15703 mm/Kconfig.debug | 1 +
15704 mm/filemap.c | 1 +
15705 mm/kmemleak.c | 4 +-
15706 mm/memory.c | 2 +-
15707 mm/mempolicy.c | 12 +-
15708 mm/migrate.c | 3 +-
15709 mm/mlock.c | 6 +-
15710 mm/mmap.c | 93 +-
15711 mm/mprotect.c | 8 +
15712 mm/oom_kill.c | 28 +-
15713 mm/page_alloc.c | 2 +-
15714 mm/process_vm_access.c | 8 +-
15715 mm/shmem.c | 36 +-
15716 mm/slab.c | 14 +-
15717 mm/slab_common.c | 2 +-
15718 mm/slob.c | 12 +
15719 mm/slub.c | 33 +-
15720 mm/util.c | 3 +
15721 mm/vmalloc.c | 129 +-
15722 mm/vmstat.c | 29 +-
15723 net/appletalk/atalk_proc.c | 2 +-
15724 net/atm/lec.c | 6 +-
15725 net/atm/mpoa_caches.c | 42 +-
15726 net/bluetooth/sco.c | 3 +
15727 net/can/bcm.c | 2 +-
15728 net/can/proc.c | 2 +-
15729 net/core/dev_ioctl.c | 7 +-
15730 net/core/filter.c | 8 +-
15731 net/core/net-procfs.c | 17 +-
15732 net/core/pktgen.c | 2 +-
15733 net/core/sock.c | 3 +-
15734 net/core/sysctl_net_core.c | 2 +-
15735 net/decnet/dn_dev.c | 2 +-
15736 net/ipv4/devinet.c | 6 +-
15737 net/ipv4/inet_hashtables.c | 4 +
15738 net/ipv4/ip_input.c | 7 +
15739 net/ipv4/ip_sockglue.c | 3 +-
15740 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
15741 net/ipv4/netfilter/nf_nat_pptp.c | 2 +-
15742 net/ipv4/route.c | 6 +-
15743 net/ipv4/tcp_input.c | 4 +-
15744 net/ipv4/tcp_ipv4.c | 29 +-
15745 net/ipv4/tcp_minisocks.c | 9 +-
15746 net/ipv4/tcp_timer.c | 11 +
15747 net/ipv4/udp.c | 24 +
15748 net/ipv6/addrconf.c | 13 +-
15749 net/ipv6/proc.c | 2 +-
15750 net/ipv6/tcp_ipv6.c | 26 +-
15751 net/ipv6/udp.c | 7 +
15752 net/ipx/ipx_proc.c | 2 +-
15753 net/irda/irproc.c | 2 +-
15754 net/llc/llc_proc.c | 2 +-
15755 net/netfilter/Kconfig | 10 +
15756 net/netfilter/Makefile | 1 +
15757 net/netfilter/nf_conntrack_core.c | 8 +
15758 net/netfilter/xt_gradm.c | 51 +
15759 net/netfilter/xt_hashlimit.c | 4 +-
15760 net/netfilter/xt_recent.c | 2 +-
15761 net/sched/sch_api.c | 2 +-
15762 net/sctp/socket.c | 4 +-
15763 net/socket.c | 75 +-
15764 net/sunrpc/Kconfig | 1 +
15765 net/sunrpc/cache.c | 2 +-
15766 net/sunrpc/stats.c | 2 +-
15767 net/sysctl_net.c | 2 +-
15768 net/unix/af_unix.c | 52 +-
15769 net/vmw_vsock/vmci_transport_notify.c | 30 +-
15770 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
15771 net/x25/sysctl_net_x25.c | 2 +-
15772 net/x25/x25_proc.c | 2 +-
15773 scripts/package/Makefile | 2 +-
15774 scripts/package/mkspec | 41 +-
15775 security/Kconfig | 369 +-
15776 security/apparmor/file.c | 4 +-
15777 security/apparmor/lsm.c | 8 +-
15778 security/commoncap.c | 36 +-
15779 security/min_addr.c | 2 +
15780 security/smack/smack_lsm.c | 8 +-
15781 security/tomoyo/file.c | 12 +-
15782 security/tomoyo/mount.c | 4 +
15783 security/tomoyo/tomoyo.c | 20 +-
15784 security/yama/Kconfig | 2 +-
15785 security/yama/yama_lsm.c | 4 +-
15786 sound/synth/emux/emux_seq.c | 14 +-
15787 sound/usb/line6/driver.c | 40 +-
15788 sound/usb/line6/toneport.c | 12 +-
15789 tools/gcc/.gitignore | 1 +
15790 tools/gcc/Makefile | 12 +
15791 tools/gcc/gen-random-seed.sh | 8 +
15792 tools/gcc/randomize_layout_plugin.c | 930 +++
15793 tools/gcc/size_overflow_plugin/.gitignore | 1 +
15794 .../size_overflow_plugin/size_overflow_hash.data | 459 ++-
15795 511 files changed, 32631 insertions(+), 3196 deletions(-)
15796
15797 commit a76adb92ce39aee8eec5a025c828030ad6135c6d
15798 Author: Brad Spengler <spender@grsecurity.net>
15799 Date: Tue Dec 15 14:31:49 2015 -0500
15800
15801 Update to pax-linux-4.3.3-test11.patch:
15802 - fixed a few compile regressions with the recent plugin changes, reported by spender
15803 - updated the size overflow hash table
15804
15805 tools/gcc/latent_entropy_plugin.c | 2 +-
15806 .../size_overflow_plugin/size_overflow_hash.data | 66 +++++++++++++++++---
15807 tools/gcc/stackleak_plugin.c | 2 +-
15808 tools/gcc/structleak_plugin.c | 6 +--
15809 4 files changed, 60 insertions(+), 16 deletions(-)
15810
15811 commit f7284b1fc06628fcb2d35d2beecdea5454d46af9
15812 Author: Brad Spengler <spender@grsecurity.net>
15813 Date: Tue Dec 15 11:50:24 2015 -0500
15814
15815 Apply structleak ICE fix for gcc < 4.9
15816
15817 tools/gcc/structleak_plugin.c | 4 ++++
15818 1 files changed, 4 insertions(+), 0 deletions(-)
15819
15820 commit 92fe3eb9fd10ec7f7334decab1526989669b0287
15821 Author: Brad Spengler <spender@grsecurity.net>
15822 Date: Tue Dec 15 07:57:06 2015 -0500
15823
15824 Update to pax-linux-4.3.1-test10.patch:
15825 - Emese fixed INDIRECT_REF and TARGET_MEM_REF handling in the initify plugin
15826 - Emese regenerated the size overflow hash tables for 4.3
15827 - fixed some compat syscall exit paths to restore r12 under KERNEXEC/or
15828 - the latent entropy, stackleak and structleak plugins no longer split the entry block unnecessarily
15829
15830 arch/x86/entry/entry_64.S | 2 +-
15831 arch/x86/entry/entry_64_compat.S | 15 +-
15832 scripts/package/builddeb | 2 +-
15833 tools/gcc/initify_plugin.c | 11 +-
15834 tools/gcc/latent_entropy_plugin.c | 20 +-
15835 .../disable_size_overflow_hash.data | 4 +
15836 .../size_overflow_plugin/size_overflow_hash.data | 5345 +++++++++++---------
15837 tools/gcc/stackleak_plugin.c | 26 +-
15838 tools/gcc/structleak_plugin.c | 21 +-
15839 9 files changed, 3079 insertions(+), 2367 deletions(-)
15840
15841 commit 5bd245cb687319079c2f1c0d6a1170791ed1ed2c
15842 Merge: b5847e6 3548341
15843 Author: Brad Spengler <spender@grsecurity.net>
15844 Date: Tue Dec 15 07:47:56 2015 -0500
15845
15846 Merge branch 'linux-4.3.y' into pax-4_3
15847
15848 Conflicts:
15849 net/unix/af_unix.c
15850
15851 commit b5847e6a896c5d99191135ca4d7c3b6be8f116ff
15852 Author: Brad Spengler <spender@grsecurity.net>
15853 Date: Wed Dec 9 23:11:36 2015 -0500
15854
15855 Update to pax-linux-4.3.1-test9.patch:
15856 - 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)
15857 - Emese fixed an intentional overflow caused by gcc, reported by saironiq (https://forums.grsecurity.net/viewtopic.php?f=3&t=4333)
15858 - Emese fixed a false positive overflow report in the forcedeth driver, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?t=4334)
15859 - Emese fixed a false positive overflow report in KVM's emulator, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4336)
15860 - Emese fixed the initify plugin to detect some captured use of __func__, reported by Rasmus Villemoes <linux@rasmusvillemoes.dk>
15861 - constrained shmmax and shmall to avoid triggering size overflow checks, reported by Mathias Krause <minipli@ld-linux.so>
15862 - 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
15863
15864 Makefile | 6 +
15865 arch/x86/include/asm/compat.h | 4 +
15866 arch/x86/include/asm/dma.h | 2 +
15867 arch/x86/include/asm/pmem.h | 2 +-
15868 arch/x86/include/asm/uaccess.h | 20 +-
15869 arch/x86/kernel/apic/vector.c | 6 +-
15870 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
15871 arch/x86/kernel/cpu/perf_event_intel.c | 28 +-
15872 arch/x86/kernel/head_64.S | 1 -
15873 arch/x86/kvm/i8259.c | 10 +-
15874 arch/x86/kvm/ioapic.c | 2 +
15875 arch/x86/kvm/x86.c | 2 +
15876 arch/x86/lib/usercopy_64.c | 2 +-
15877 arch/x86/mm/mpx.c | 4 +-
15878 arch/x86/mm/pageattr.c | 7 +
15879 drivers/base/devres.c | 4 +-
15880 drivers/base/power/runtime.c | 6 +-
15881 drivers/base/regmap/regmap.c | 4 +-
15882 drivers/block/drbd/drbd_receiver.c | 4 +-
15883 drivers/block/drbd/drbd_worker.c | 6 +-
15884 drivers/char/virtio_console.c | 6 +-
15885 drivers/md/dm.c | 12 +-
15886 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
15887 drivers/net/macvtap.c | 4 +-
15888 drivers/video/fbdev/core/fbmem.c | 10 +-
15889 fs/compat.c | 3 +-
15890 fs/coredump.c | 2 +-
15891 fs/dcache.c | 13 +-
15892 fs/fhandle.c | 2 +-
15893 fs/file.c | 14 +-
15894 fs/fs-writeback.c | 11 +-
15895 fs/overlayfs/copy_up.c | 2 +-
15896 fs/readdir.c | 3 +-
15897 fs/super.c | 3 +-
15898 include/linux/compiler.h | 36 ++-
15899 include/linux/rcupdate.h | 8 +
15900 include/linux/sched.h | 4 +-
15901 include/linux/seqlock.h | 10 +
15902 include/linux/spinlock.h | 17 +-
15903 include/linux/srcu.h | 5 +-
15904 include/linux/syscalls.h | 2 +-
15905 include/linux/writeback.h | 3 +-
15906 include/uapi/linux/swab.h | 6 +-
15907 ipc/ipc_sysctl.c | 6 +
15908 kernel/exit.c | 25 +-
15909 kernel/resource.c | 4 +-
15910 kernel/signal.c | 12 +-
15911 kernel/user.c | 2 +-
15912 kernel/workqueue.c | 6 +-
15913 lib/rhashtable.c | 4 +-
15914 net/compat.c | 2 +-
15915 net/ipv4/xfrm4_mode_transport.c | 2 +-
15916 security/keys/internal.h | 8 +-
15917 security/keys/keyring.c | 4 -
15918 sound/core/seq/seq_clientmgr.c | 8 +-
15919 sound/core/seq/seq_compat.c | 2 +-
15920 sound/core/seq/seq_memory.c | 6 +-
15921 tools/gcc/checker_plugin.c | 415 +++++++++++++++++++-
15922 tools/gcc/gcc-common.h | 1 +
15923 tools/gcc/initify_plugin.c | 33 ++-
15924 .../disable_size_overflow_hash.data | 1 +
15925 .../size_overflow_plugin/size_overflow_hash.data | 1 -
15926 62 files changed, 708 insertions(+), 140 deletions(-)
15927
15928 commit f2634c2f6995f4231616f24ed016f890c701f939
15929 Merge: 1241bff 5f8b236
15930 Author: Brad Spengler <spender@grsecurity.net>
15931 Date: Wed Dec 9 21:50:47 2015 -0500
15932
15933 Merge branch 'linux-4.3.y' into pax-4_3
15934
15935 Conflicts:
15936 arch/x86/kernel/fpu/xstate.c
15937 arch/x86/kernel/head_64.S
15938
15939 commit 1241bff82e3d7dadb05de0a60b8d2822afc6547c
15940 Author: Brad Spengler <spender@grsecurity.net>
15941 Date: Sun Dec 6 08:44:56 2015 -0500
15942
15943 Update to pax-linux-4.3-test8.patch:
15944 - 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)
15945 - gcc plugin compilation problems will now also produce the output of the checking script to make diagnosis easier, reported by hunger
15946 - 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)
15947 - 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)
15948
15949 Makefile | 5 +++
15950 drivers/md/md.c | 5 ++-
15951 drivers/md/raid1.c | 2 +-
15952 fs/proc/task_mmu.c | 3 ++
15953 .../disable_size_overflow_hash.data | 4 ++-
15954 .../size_overflow_plugin/intentional_overflow.c | 32 ++++++++++++++++---
15955 .../size_overflow_plugin/size_overflow_hash.data | 2 -
15956 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
15957 8 files changed, 43 insertions(+), 12 deletions(-)
15958
15959 commit cce6a9f9bdd27096632ca1c0246dcc07f2eb1a18
15960 Author: Brad Spengler <spender@grsecurity.net>
15961 Date: Fri Dec 4 14:24:12 2015 -0500
15962
15963 Initial import of pax-linux-4.3-test7.patch
15964
15965 Documentation/dontdiff | 47 +-
15966 Documentation/kbuild/makefiles.txt | 39 +-
15967 Documentation/kernel-parameters.txt | 28 +
15968 Makefile | 108 +-
15969 arch/alpha/include/asm/atomic.h | 10 +
15970 arch/alpha/include/asm/elf.h | 7 +
15971 arch/alpha/include/asm/pgalloc.h | 6 +
15972 arch/alpha/include/asm/pgtable.h | 11 +
15973 arch/alpha/kernel/module.c | 2 +-
15974 arch/alpha/kernel/osf_sys.c | 8 +-
15975 arch/alpha/mm/fault.c | 141 +-
15976 arch/arm/Kconfig | 2 +-
15977 arch/arm/include/asm/atomic.h | 320 +-
15978 arch/arm/include/asm/cache.h | 5 +-
15979 arch/arm/include/asm/cacheflush.h | 2 +-
15980 arch/arm/include/asm/checksum.h | 14 +-
15981 arch/arm/include/asm/cmpxchg.h | 4 +
15982 arch/arm/include/asm/cpuidle.h | 2 +-
15983 arch/arm/include/asm/domain.h | 22 +-
15984 arch/arm/include/asm/elf.h | 9 +-
15985 arch/arm/include/asm/fncpy.h | 2 +
15986 arch/arm/include/asm/futex.h | 10 +
15987 arch/arm/include/asm/kmap_types.h | 2 +-
15988 arch/arm/include/asm/mach/dma.h | 2 +-
15989 arch/arm/include/asm/mach/map.h | 16 +-
15990 arch/arm/include/asm/outercache.h | 2 +-
15991 arch/arm/include/asm/page.h | 3 +-
15992 arch/arm/include/asm/pgalloc.h | 20 +
15993 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
15994 arch/arm/include/asm/pgtable-2level.h | 3 +
15995 arch/arm/include/asm/pgtable-3level.h | 3 +
15996 arch/arm/include/asm/pgtable.h | 54 +-
15997 arch/arm/include/asm/smp.h | 2 +-
15998 arch/arm/include/asm/tls.h | 3 +
15999 arch/arm/include/asm/uaccess.h | 79 +-
16000 arch/arm/include/uapi/asm/ptrace.h | 2 +-
16001 arch/arm/kernel/armksyms.c | 2 +-
16002 arch/arm/kernel/cpuidle.c | 2 +-
16003 arch/arm/kernel/entry-armv.S | 109 +-
16004 arch/arm/kernel/entry-common.S | 40 +-
16005 arch/arm/kernel/entry-header.S | 55 +
16006 arch/arm/kernel/fiq.c | 3 +
16007 arch/arm/kernel/module-plts.c | 7 +-
16008 arch/arm/kernel/module.c | 38 +-
16009 arch/arm/kernel/patch.c | 2 +
16010 arch/arm/kernel/process.c | 90 +-
16011 arch/arm/kernel/reboot.c | 1 +
16012 arch/arm/kernel/setup.c | 20 +-
16013 arch/arm/kernel/signal.c | 35 +-
16014 arch/arm/kernel/smp.c | 2 +-
16015 arch/arm/kernel/tcm.c | 4 +-
16016 arch/arm/kernel/vmlinux.lds.S | 6 +-
16017 arch/arm/kvm/arm.c | 8 +-
16018 arch/arm/lib/copy_page.S | 1 +
16019 arch/arm/lib/csumpartialcopyuser.S | 4 +-
16020 arch/arm/lib/delay.c | 2 +-
16021 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
16022 arch/arm/mach-exynos/suspend.c | 6 +-
16023 arch/arm/mach-mvebu/coherency.c | 4 +-
16024 arch/arm/mach-omap2/board-n8x0.c | 2 +-
16025 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
16026 arch/arm/mach-omap2/omap-smp.c | 1 +
16027 arch/arm/mach-omap2/omap-wakeupgen.c | 2 +-
16028 arch/arm/mach-omap2/omap_device.c | 4 +-
16029 arch/arm/mach-omap2/omap_device.h | 4 +-
16030 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
16031 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
16032 arch/arm/mach-omap2/wd_timer.c | 6 +-
16033 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
16034 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
16035 arch/arm/mach-tegra/irq.c | 1 +
16036 arch/arm/mach-ux500/pm.c | 1 +
16037 arch/arm/mach-zynq/platsmp.c | 1 +
16038 arch/arm/mm/Kconfig | 6 +-
16039 arch/arm/mm/alignment.c | 8 +
16040 arch/arm/mm/cache-l2x0.c | 2 +-
16041 arch/arm/mm/context.c | 10 +-
16042 arch/arm/mm/fault.c | 146 +
16043 arch/arm/mm/fault.h | 12 +
16044 arch/arm/mm/init.c | 39 +
16045 arch/arm/mm/ioremap.c | 4 +-
16046 arch/arm/mm/mmap.c | 30 +-
16047 arch/arm/mm/mmu.c | 162 +-
16048 arch/arm/net/bpf_jit_32.c | 3 +
16049 arch/arm/plat-iop/setup.c | 2 +-
16050 arch/arm/plat-omap/sram.c | 2 +
16051 arch/arm64/include/asm/atomic.h | 10 +
16052 arch/arm64/include/asm/percpu.h | 8 +-
16053 arch/arm64/include/asm/pgalloc.h | 5 +
16054 arch/arm64/include/asm/uaccess.h | 1 +
16055 arch/arm64/mm/dma-mapping.c | 2 +-
16056 arch/avr32/include/asm/elf.h | 8 +-
16057 arch/avr32/include/asm/kmap_types.h | 4 +-
16058 arch/avr32/mm/fault.c | 27 +
16059 arch/frv/include/asm/atomic.h | 10 +
16060 arch/frv/include/asm/kmap_types.h | 2 +-
16061 arch/frv/mm/elf-fdpic.c | 3 +-
16062 arch/ia64/Makefile | 1 +
16063 arch/ia64/include/asm/atomic.h | 10 +
16064 arch/ia64/include/asm/elf.h | 7 +
16065 arch/ia64/include/asm/pgalloc.h | 12 +
16066 arch/ia64/include/asm/pgtable.h | 13 +-
16067 arch/ia64/include/asm/spinlock.h | 2 +-
16068 arch/ia64/include/asm/uaccess.h | 27 +-
16069 arch/ia64/kernel/module.c | 45 +-
16070 arch/ia64/kernel/palinfo.c | 2 +-
16071 arch/ia64/kernel/sys_ia64.c | 7 +
16072 arch/ia64/kernel/vmlinux.lds.S | 2 +-
16073 arch/ia64/mm/fault.c | 32 +-
16074 arch/ia64/mm/init.c | 15 +-
16075 arch/m32r/lib/usercopy.c | 6 +
16076 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
16077 arch/mips/include/asm/atomic.h | 368 +-
16078 arch/mips/include/asm/elf.h | 7 +
16079 arch/mips/include/asm/exec.h | 2 +-
16080 arch/mips/include/asm/hw_irq.h | 2 +-
16081 arch/mips/include/asm/local.h | 57 +
16082 arch/mips/include/asm/page.h | 2 +-
16083 arch/mips/include/asm/pgalloc.h | 5 +
16084 arch/mips/include/asm/pgtable.h | 3 +
16085 arch/mips/include/asm/uaccess.h | 1 +
16086 arch/mips/kernel/binfmt_elfn32.c | 7 +
16087 arch/mips/kernel/binfmt_elfo32.c | 7 +
16088 arch/mips/kernel/irq-gt641xx.c | 2 +-
16089 arch/mips/kernel/irq.c | 6 +-
16090 arch/mips/kernel/pm-cps.c | 2 +-
16091 arch/mips/kernel/process.c | 12 -
16092 arch/mips/kernel/sync-r4k.c | 24 +-
16093 arch/mips/kernel/traps.c | 13 +-
16094 arch/mips/mm/fault.c | 25 +
16095 arch/mips/mm/mmap.c | 51 +-
16096 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
16097 arch/mips/sni/rm200.c | 2 +-
16098 arch/mips/vr41xx/common/icu.c | 2 +-
16099 arch/mips/vr41xx/common/irq.c | 4 +-
16100 arch/parisc/include/asm/atomic.h | 10 +
16101 arch/parisc/include/asm/elf.h | 7 +
16102 arch/parisc/include/asm/pgalloc.h | 6 +
16103 arch/parisc/include/asm/pgtable.h | 11 +
16104 arch/parisc/include/asm/uaccess.h | 4 +-
16105 arch/parisc/kernel/module.c | 50 +-
16106 arch/parisc/kernel/sys_parisc.c | 15 +
16107 arch/parisc/kernel/traps.c | 4 +-
16108 arch/parisc/mm/fault.c | 140 +-
16109 arch/powerpc/include/asm/atomic.h | 329 +-
16110 arch/powerpc/include/asm/elf.h | 12 +
16111 arch/powerpc/include/asm/exec.h | 2 +-
16112 arch/powerpc/include/asm/kmap_types.h | 2 +-
16113 arch/powerpc/include/asm/local.h | 46 +
16114 arch/powerpc/include/asm/mman.h | 2 +-
16115 arch/powerpc/include/asm/page.h | 8 +-
16116 arch/powerpc/include/asm/page_64.h | 7 +-
16117 arch/powerpc/include/asm/pgalloc-64.h | 7 +
16118 arch/powerpc/include/asm/pgtable.h | 1 +
16119 arch/powerpc/include/asm/pte-hash32.h | 1 +
16120 arch/powerpc/include/asm/reg.h | 1 +
16121 arch/powerpc/include/asm/smp.h | 2 +-
16122 arch/powerpc/include/asm/spinlock.h | 42 +-
16123 arch/powerpc/include/asm/uaccess.h | 141 +-
16124 arch/powerpc/kernel/Makefile | 5 +
16125 arch/powerpc/kernel/exceptions-64e.S | 4 +-
16126 arch/powerpc/kernel/exceptions-64s.S | 2 +-
16127 arch/powerpc/kernel/module_32.c | 15 +-
16128 arch/powerpc/kernel/process.c | 46 -
16129 arch/powerpc/kernel/signal_32.c | 2 +-
16130 arch/powerpc/kernel/signal_64.c | 2 +-
16131 arch/powerpc/kernel/traps.c | 21 +
16132 arch/powerpc/kernel/vdso.c | 5 +-
16133 arch/powerpc/lib/usercopy_64.c | 18 -
16134 arch/powerpc/mm/fault.c | 56 +-
16135 arch/powerpc/mm/mmap.c | 16 +
16136 arch/powerpc/mm/slice.c | 13 +-
16137 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
16138 arch/s390/include/asm/atomic.h | 10 +
16139 arch/s390/include/asm/elf.h | 7 +
16140 arch/s390/include/asm/exec.h | 2 +-
16141 arch/s390/include/asm/uaccess.h | 13 +-
16142 arch/s390/kernel/module.c | 22 +-
16143 arch/s390/kernel/process.c | 24 -
16144 arch/s390/mm/mmap.c | 16 +
16145 arch/score/include/asm/exec.h | 2 +-
16146 arch/score/kernel/process.c | 5 -
16147 arch/sh/mm/mmap.c | 22 +-
16148 arch/sparc/include/asm/atomic_64.h | 110 +-
16149 arch/sparc/include/asm/cache.h | 2 +-
16150 arch/sparc/include/asm/elf_32.h | 7 +
16151 arch/sparc/include/asm/elf_64.h | 7 +
16152 arch/sparc/include/asm/pgalloc_32.h | 1 +
16153 arch/sparc/include/asm/pgalloc_64.h | 1 +
16154 arch/sparc/include/asm/pgtable.h | 4 +
16155 arch/sparc/include/asm/pgtable_32.h | 15 +-
16156 arch/sparc/include/asm/pgtsrmmu.h | 5 +
16157 arch/sparc/include/asm/setup.h | 4 +-
16158 arch/sparc/include/asm/spinlock_64.h | 35 +-
16159 arch/sparc/include/asm/thread_info_32.h | 1 +
16160 arch/sparc/include/asm/thread_info_64.h | 2 +
16161 arch/sparc/include/asm/uaccess.h | 1 +
16162 arch/sparc/include/asm/uaccess_32.h | 28 +-
16163 arch/sparc/include/asm/uaccess_64.h | 24 +-
16164 arch/sparc/kernel/Makefile | 2 +-
16165 arch/sparc/kernel/prom_common.c | 2 +-
16166 arch/sparc/kernel/smp_64.c | 8 +-
16167 arch/sparc/kernel/sys_sparc_32.c | 2 +-
16168 arch/sparc/kernel/sys_sparc_64.c | 52 +-
16169 arch/sparc/kernel/traps_64.c | 27 +-
16170 arch/sparc/lib/Makefile | 2 +-
16171 arch/sparc/lib/atomic_64.S | 57 +-
16172 arch/sparc/lib/ksyms.c | 6 +-
16173 arch/sparc/mm/Makefile | 2 +-
16174 arch/sparc/mm/fault_32.c | 292 +
16175 arch/sparc/mm/fault_64.c | 486 +
16176 arch/sparc/mm/hugetlbpage.c | 22 +-
16177 arch/sparc/mm/init_64.c | 10 +-
16178 arch/tile/include/asm/atomic_64.h | 10 +
16179 arch/tile/include/asm/uaccess.h | 4 +-
16180 arch/um/Makefile | 4 +
16181 arch/um/include/asm/kmap_types.h | 2 +-
16182 arch/um/include/asm/page.h | 3 +
16183 arch/um/include/asm/pgtable-3level.h | 1 +
16184 arch/um/kernel/process.c | 16 -
16185 arch/x86/Kconfig | 15 +-
16186 arch/x86/Kconfig.cpu | 6 +-
16187 arch/x86/Kconfig.debug | 4 +-
16188 arch/x86/Makefile | 13 +-
16189 arch/x86/boot/Makefile | 3 +
16190 arch/x86/boot/bitops.h | 4 +-
16191 arch/x86/boot/boot.h | 2 +-
16192 arch/x86/boot/compressed/Makefile | 3 +
16193 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
16194 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
16195 arch/x86/boot/compressed/head_32.S | 4 +-
16196 arch/x86/boot/compressed/head_64.S | 12 +-
16197 arch/x86/boot/compressed/misc.c | 11 +-
16198 arch/x86/boot/cpucheck.c | 16 +-
16199 arch/x86/boot/header.S | 6 +-
16200 arch/x86/boot/memory.c | 2 +-
16201 arch/x86/boot/video-vesa.c | 1 +
16202 arch/x86/boot/video.c | 2 +-
16203 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
16204 arch/x86/crypto/aesni-intel_asm.S | 106 +-
16205 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
16206 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
16207 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
16208 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
16209 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
16210 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
16211 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 4 +-
16212 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
16213 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
16214 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
16215 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
16216 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
16217 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
16218 arch/x86/crypto/sha256-avx-asm.S | 2 +
16219 arch/x86/crypto/sha256-avx2-asm.S | 2 +
16220 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
16221 arch/x86/crypto/sha512-avx-asm.S | 2 +
16222 arch/x86/crypto/sha512-avx2-asm.S | 2 +
16223 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
16224 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
16225 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
16226 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
16227 arch/x86/entry/calling.h | 86 +-
16228 arch/x86/entry/common.c | 13 +-
16229 arch/x86/entry/entry_32.S | 351 +-
16230 arch/x86/entry/entry_64.S | 619 +-
16231 arch/x86/entry/entry_64_compat.S | 159 +-
16232 arch/x86/entry/thunk_64.S | 2 +
16233 arch/x86/entry/vdso/Makefile | 2 +-
16234 arch/x86/entry/vdso/vdso2c.h | 8 +-
16235 arch/x86/entry/vdso/vma.c | 41 +-
16236 arch/x86/entry/vsyscall/vsyscall_64.c | 16 +-
16237 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
16238 arch/x86/ia32/ia32_signal.c | 23 +-
16239 arch/x86/ia32/sys_ia32.c | 42 +-
16240 arch/x86/include/asm/alternative-asm.h | 43 +-
16241 arch/x86/include/asm/alternative.h | 4 +-
16242 arch/x86/include/asm/apic.h | 2 +-
16243 arch/x86/include/asm/apm.h | 4 +-
16244 arch/x86/include/asm/atomic.h | 230 +-
16245 arch/x86/include/asm/atomic64_32.h | 100 +
16246 arch/x86/include/asm/atomic64_64.h | 164 +-
16247 arch/x86/include/asm/bitops.h | 18 +-
16248 arch/x86/include/asm/boot.h | 2 +-
16249 arch/x86/include/asm/cache.h | 5 +-
16250 arch/x86/include/asm/checksum_32.h | 12 +-
16251 arch/x86/include/asm/cmpxchg.h | 39 +
16252 arch/x86/include/asm/compat.h | 2 +-
16253 arch/x86/include/asm/cpufeature.h | 17 +-
16254 arch/x86/include/asm/desc.h | 78 +-
16255 arch/x86/include/asm/desc_defs.h | 6 +
16256 arch/x86/include/asm/div64.h | 2 +-
16257 arch/x86/include/asm/elf.h | 33 +-
16258 arch/x86/include/asm/emergency-restart.h | 2 +-
16259 arch/x86/include/asm/fpu/internal.h | 42 +-
16260 arch/x86/include/asm/fpu/types.h | 6 +-
16261 arch/x86/include/asm/futex.h | 14 +-
16262 arch/x86/include/asm/hw_irq.h | 4 +-
16263 arch/x86/include/asm/i8259.h | 2 +-
16264 arch/x86/include/asm/io.h | 22 +-
16265 arch/x86/include/asm/irqflags.h | 5 +
16266 arch/x86/include/asm/kprobes.h | 9 +-
16267 arch/x86/include/asm/local.h | 106 +-
16268 arch/x86/include/asm/mman.h | 15 +
16269 arch/x86/include/asm/mmu.h | 14 +-
16270 arch/x86/include/asm/mmu_context.h | 114 +-
16271 arch/x86/include/asm/module.h | 17 +-
16272 arch/x86/include/asm/nmi.h | 19 +-
16273 arch/x86/include/asm/page.h | 1 +
16274 arch/x86/include/asm/page_32.h | 12 +-
16275 arch/x86/include/asm/page_64.h | 14 +-
16276 arch/x86/include/asm/paravirt.h | 46 +-
16277 arch/x86/include/asm/paravirt_types.h | 15 +-
16278 arch/x86/include/asm/pgalloc.h | 23 +
16279 arch/x86/include/asm/pgtable-2level.h | 2 +
16280 arch/x86/include/asm/pgtable-3level.h | 7 +
16281 arch/x86/include/asm/pgtable.h | 128 +-
16282 arch/x86/include/asm/pgtable_32.h | 14 +-
16283 arch/x86/include/asm/pgtable_32_types.h | 24 +-
16284 arch/x86/include/asm/pgtable_64.h | 23 +-
16285 arch/x86/include/asm/pgtable_64_types.h | 5 +
16286 arch/x86/include/asm/pgtable_types.h | 26 +-
16287 arch/x86/include/asm/preempt.h | 2 +-
16288 arch/x86/include/asm/processor.h | 57 +-
16289 arch/x86/include/asm/ptrace.h | 13 +-
16290 arch/x86/include/asm/realmode.h | 4 +-
16291 arch/x86/include/asm/reboot.h | 10 +-
16292 arch/x86/include/asm/rmwcc.h | 84 +-
16293 arch/x86/include/asm/rwsem.h | 60 +-
16294 arch/x86/include/asm/segment.h | 27 +-
16295 arch/x86/include/asm/smap.h | 43 +
16296 arch/x86/include/asm/smp.h | 14 +-
16297 arch/x86/include/asm/stackprotector.h | 4 +-
16298 arch/x86/include/asm/stacktrace.h | 32 +-
16299 arch/x86/include/asm/switch_to.h | 4 +-
16300 arch/x86/include/asm/sys_ia32.h | 6 +-
16301 arch/x86/include/asm/thread_info.h | 27 +-
16302 arch/x86/include/asm/tlbflush.h | 77 +-
16303 arch/x86/include/asm/uaccess.h | 192 +-
16304 arch/x86/include/asm/uaccess_32.h | 28 +-
16305 arch/x86/include/asm/uaccess_64.h | 169 +-
16306 arch/x86/include/asm/word-at-a-time.h | 2 +-
16307 arch/x86/include/asm/x86_init.h | 10 +-
16308 arch/x86/include/asm/xen/page.h | 2 +-
16309 arch/x86/include/uapi/asm/e820.h | 2 +-
16310 arch/x86/kernel/Makefile | 2 +-
16311 arch/x86/kernel/acpi/boot.c | 4 +-
16312 arch/x86/kernel/acpi/sleep.c | 4 +
16313 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
16314 arch/x86/kernel/alternative.c | 124 +-
16315 arch/x86/kernel/apic/apic.c | 4 +-
16316 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
16317 arch/x86/kernel/apic/apic_noop.c | 2 +-
16318 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
16319 arch/x86/kernel/apic/io_apic.c | 8 +-
16320 arch/x86/kernel/apic/msi.c | 2 +-
16321 arch/x86/kernel/apic/probe_32.c | 4 +-
16322 arch/x86/kernel/apic/vector.c | 4 +-
16323 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
16324 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
16325 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
16326 arch/x86/kernel/apm_32.c | 21 +-
16327 arch/x86/kernel/asm-offsets.c | 20 +
16328 arch/x86/kernel/asm-offsets_64.c | 1 +
16329 arch/x86/kernel/cpu/Makefile | 4 -
16330 arch/x86/kernel/cpu/amd.c | 2 +-
16331 arch/x86/kernel/cpu/bugs_64.c | 2 +
16332 arch/x86/kernel/cpu/common.c | 202 +-
16333 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
16334 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
16335 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
16336 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
16337 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
16338 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
16339 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
16340 arch/x86/kernel/cpu/perf_event.c | 10 +-
16341 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
16342 arch/x86/kernel/cpu/perf_event_intel.c | 6 +-
16343 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
16344 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
16345 arch/x86/kernel/cpu/perf_event_intel_pt.c | 44 +-
16346 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
16347 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
16348 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
16349 arch/x86/kernel/crash_dump_64.c | 2 +-
16350 arch/x86/kernel/doublefault.c | 8 +-
16351 arch/x86/kernel/dumpstack.c | 24 +-
16352 arch/x86/kernel/dumpstack_32.c | 25 +-
16353 arch/x86/kernel/dumpstack_64.c | 62 +-
16354 arch/x86/kernel/e820.c | 4 +-
16355 arch/x86/kernel/early_printk.c | 1 +
16356 arch/x86/kernel/espfix_64.c | 44 +-
16357 arch/x86/kernel/fpu/core.c | 24 +-
16358 arch/x86/kernel/fpu/init.c | 40 +-
16359 arch/x86/kernel/fpu/regset.c | 22 +-
16360 arch/x86/kernel/fpu/signal.c | 20 +-
16361 arch/x86/kernel/fpu/xstate.c | 8 +-
16362 arch/x86/kernel/ftrace.c | 18 +-
16363 arch/x86/kernel/head64.c | 14 +-
16364 arch/x86/kernel/head_32.S | 235 +-
16365 arch/x86/kernel/head_64.S | 173 +-
16366 arch/x86/kernel/i386_ksyms_32.c | 12 +
16367 arch/x86/kernel/i8259.c | 10 +-
16368 arch/x86/kernel/io_delay.c | 2 +-
16369 arch/x86/kernel/ioport.c | 2 +-
16370 arch/x86/kernel/irq.c | 8 +-
16371 arch/x86/kernel/irq_32.c | 45 +-
16372 arch/x86/kernel/jump_label.c | 10 +-
16373 arch/x86/kernel/kgdb.c | 21 +-
16374 arch/x86/kernel/kprobes/core.c | 28 +-
16375 arch/x86/kernel/kprobes/opt.c | 16 +-
16376 arch/x86/kernel/ksysfs.c | 2 +-
16377 arch/x86/kernel/kvmclock.c | 20 +-
16378 arch/x86/kernel/ldt.c | 25 +
16379 arch/x86/kernel/livepatch.c | 12 +-
16380 arch/x86/kernel/machine_kexec_32.c | 6 +-
16381 arch/x86/kernel/mcount_64.S | 19 +-
16382 arch/x86/kernel/module.c | 78 +-
16383 arch/x86/kernel/msr.c | 2 +-
16384 arch/x86/kernel/nmi.c | 34 +-
16385 arch/x86/kernel/nmi_selftest.c | 4 +-
16386 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
16387 arch/x86/kernel/paravirt.c | 45 +-
16388 arch/x86/kernel/paravirt_patch_64.c | 8 +
16389 arch/x86/kernel/pci-calgary_64.c | 2 +-
16390 arch/x86/kernel/pci-iommu_table.c | 2 +-
16391 arch/x86/kernel/pci-swiotlb.c | 2 +-
16392 arch/x86/kernel/process.c | 80 +-
16393 arch/x86/kernel/process_32.c | 29 +-
16394 arch/x86/kernel/process_64.c | 14 +-
16395 arch/x86/kernel/ptrace.c | 20 +-
16396 arch/x86/kernel/pvclock.c | 8 +-
16397 arch/x86/kernel/reboot.c | 44 +-
16398 arch/x86/kernel/reboot_fixups_32.c | 2 +-
16399 arch/x86/kernel/relocate_kernel_64.S | 3 +-
16400 arch/x86/kernel/setup.c | 29 +-
16401 arch/x86/kernel/setup_percpu.c | 29 +-
16402 arch/x86/kernel/signal.c | 17 +-
16403 arch/x86/kernel/smp.c | 2 +-
16404 arch/x86/kernel/smpboot.c | 29 +-
16405 arch/x86/kernel/step.c | 6 +-
16406 arch/x86/kernel/sys_i386_32.c | 184 +
16407 arch/x86/kernel/sys_x86_64.c | 22 +-
16408 arch/x86/kernel/tboot.c | 14 +-
16409 arch/x86/kernel/time.c | 8 +-
16410 arch/x86/kernel/tls.c | 7 +-
16411 arch/x86/kernel/tracepoint.c | 4 +-
16412 arch/x86/kernel/traps.c | 53 +-
16413 arch/x86/kernel/tsc.c | 2 +-
16414 arch/x86/kernel/uprobes.c | 2 +-
16415 arch/x86/kernel/vm86_32.c | 6 +-
16416 arch/x86/kernel/vmlinux.lds.S | 153 +-
16417 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
16418 arch/x86/kernel/x86_init.c | 6 +-
16419 arch/x86/kvm/cpuid.c | 21 +-
16420 arch/x86/kvm/emulate.c | 2 +-
16421 arch/x86/kvm/lapic.c | 2 +-
16422 arch/x86/kvm/paging_tmpl.h | 2 +-
16423 arch/x86/kvm/svm.c | 10 +-
16424 arch/x86/kvm/vmx.c | 62 +-
16425 arch/x86/kvm/x86.c | 42 +-
16426 arch/x86/lguest/boot.c | 3 +-
16427 arch/x86/lib/atomic64_386_32.S | 164 +
16428 arch/x86/lib/atomic64_cx8_32.S | 98 +-
16429 arch/x86/lib/checksum_32.S | 99 +-
16430 arch/x86/lib/clear_page_64.S | 3 +
16431 arch/x86/lib/cmpxchg16b_emu.S | 3 +
16432 arch/x86/lib/copy_page_64.S | 14 +-
16433 arch/x86/lib/copy_user_64.S | 66 +-
16434 arch/x86/lib/csum-copy_64.S | 14 +-
16435 arch/x86/lib/csum-wrappers_64.c | 8 +-
16436 arch/x86/lib/getuser.S | 74 +-
16437 arch/x86/lib/insn.c | 8 +-
16438 arch/x86/lib/iomap_copy_64.S | 2 +
16439 arch/x86/lib/memcpy_64.S | 6 +
16440 arch/x86/lib/memmove_64.S | 3 +-
16441 arch/x86/lib/memset_64.S | 3 +
16442 arch/x86/lib/mmx_32.c | 243 +-
16443 arch/x86/lib/msr-reg.S | 2 +
16444 arch/x86/lib/putuser.S | 87 +-
16445 arch/x86/lib/rwsem.S | 6 +-
16446 arch/x86/lib/usercopy_32.c | 359 +-
16447 arch/x86/lib/usercopy_64.c | 20 +-
16448 arch/x86/math-emu/fpu_aux.c | 2 +-
16449 arch/x86/math-emu/fpu_entry.c | 4 +-
16450 arch/x86/math-emu/fpu_system.h | 2 +-
16451 arch/x86/mm/Makefile | 4 +
16452 arch/x86/mm/extable.c | 26 +-
16453 arch/x86/mm/fault.c | 570 +-
16454 arch/x86/mm/gup.c | 6 +-
16455 arch/x86/mm/highmem_32.c | 6 +
16456 arch/x86/mm/hugetlbpage.c | 24 +-
16457 arch/x86/mm/init.c | 111 +-
16458 arch/x86/mm/init_32.c | 111 +-
16459 arch/x86/mm/init_64.c | 46 +-
16460 arch/x86/mm/iomap_32.c | 4 +
16461 arch/x86/mm/ioremap.c | 52 +-
16462 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
16463 arch/x86/mm/mmap.c | 40 +-
16464 arch/x86/mm/mmio-mod.c | 10 +-
16465 arch/x86/mm/numa.c | 2 +-
16466 arch/x86/mm/pageattr.c | 38 +-
16467 arch/x86/mm/pat.c | 12 +-
16468 arch/x86/mm/pat_rbtree.c | 2 +-
16469 arch/x86/mm/pf_in.c | 10 +-
16470 arch/x86/mm/pgtable.c | 214 +-
16471 arch/x86/mm/pgtable_32.c | 3 +
16472 arch/x86/mm/setup_nx.c | 7 +
16473 arch/x86/mm/tlb.c | 4 +
16474 arch/x86/mm/uderef_64.c | 37 +
16475 arch/x86/net/bpf_jit.S | 11 +
16476 arch/x86/net/bpf_jit_comp.c | 13 +-
16477 arch/x86/oprofile/backtrace.c | 6 +-
16478 arch/x86/oprofile/nmi_int.c | 8 +-
16479 arch/x86/oprofile/op_model_amd.c | 8 +-
16480 arch/x86/oprofile/op_model_ppro.c | 7 +-
16481 arch/x86/oprofile/op_x86_model.h | 2 +-
16482 arch/x86/pci/intel_mid_pci.c | 2 +-
16483 arch/x86/pci/irq.c | 8 +-
16484 arch/x86/pci/pcbios.c | 144 +-
16485 arch/x86/platform/efi/efi_32.c | 24 +
16486 arch/x86/platform/efi/efi_64.c | 26 +-
16487 arch/x86/platform/efi/efi_stub_32.S | 64 +-
16488 arch/x86/platform/efi/efi_stub_64.S | 2 +
16489 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
16490 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
16491 arch/x86/platform/intel-mid/mfld.c | 4 +-
16492 arch/x86/platform/intel-mid/mrfl.c | 2 +-
16493 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
16494 arch/x86/platform/olpc/olpc_dt.c | 2 +-
16495 arch/x86/power/cpu.c | 11 +-
16496 arch/x86/realmode/init.c | 10 +-
16497 arch/x86/realmode/rm/Makefile | 3 +
16498 arch/x86/realmode/rm/header.S | 4 +-
16499 arch/x86/realmode/rm/reboot.S | 4 +
16500 arch/x86/realmode/rm/trampoline_32.S | 12 +-
16501 arch/x86/realmode/rm/trampoline_64.S | 3 +-
16502 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
16503 arch/x86/tools/Makefile | 2 +-
16504 arch/x86/tools/relocs.c | 96 +-
16505 arch/x86/um/mem_32.c | 2 +-
16506 arch/x86/um/tls_32.c | 2 +-
16507 arch/x86/xen/enlighten.c | 50 +-
16508 arch/x86/xen/mmu.c | 19 +-
16509 arch/x86/xen/smp.c | 16 +-
16510 arch/x86/xen/xen-asm_32.S | 2 +-
16511 arch/x86/xen/xen-head.S | 11 +
16512 arch/x86/xen/xen-ops.h | 2 -
16513 block/bio.c | 4 +-
16514 block/blk-iopoll.c | 2 +-
16515 block/blk-map.c | 2 +-
16516 block/blk-softirq.c | 2 +-
16517 block/bsg.c | 12 +-
16518 block/compat_ioctl.c | 4 +-
16519 block/genhd.c | 9 +-
16520 block/partitions/efi.c | 8 +-
16521 block/scsi_ioctl.c | 29 +-
16522 crypto/cryptd.c | 4 +-
16523 crypto/pcrypt.c | 2 +-
16524 crypto/zlib.c | 12 +-
16525 drivers/acpi/acpi_video.c | 2 +-
16526 drivers/acpi/apei/apei-internal.h | 2 +-
16527 drivers/acpi/apei/ghes.c | 4 +-
16528 drivers/acpi/bgrt.c | 6 +-
16529 drivers/acpi/blacklist.c | 4 +-
16530 drivers/acpi/bus.c | 4 +-
16531 drivers/acpi/device_pm.c | 4 +-
16532 drivers/acpi/ec.c | 2 +-
16533 drivers/acpi/pci_slot.c | 2 +-
16534 drivers/acpi/processor_idle.c | 2 +-
16535 drivers/acpi/processor_pdc.c | 2 +-
16536 drivers/acpi/sleep.c | 2 +-
16537 drivers/acpi/sysfs.c | 4 +-
16538 drivers/acpi/thermal.c | 2 +-
16539 drivers/acpi/video_detect.c | 7 +-
16540 drivers/ata/libata-core.c | 12 +-
16541 drivers/ata/libata-scsi.c | 2 +-
16542 drivers/ata/libata.h | 2 +-
16543 drivers/ata/pata_arasan_cf.c | 4 +-
16544 drivers/atm/adummy.c | 2 +-
16545 drivers/atm/ambassador.c | 8 +-
16546 drivers/atm/atmtcp.c | 14 +-
16547 drivers/atm/eni.c | 10 +-
16548 drivers/atm/firestream.c | 8 +-
16549 drivers/atm/fore200e.c | 14 +-
16550 drivers/atm/he.c | 18 +-
16551 drivers/atm/horizon.c | 4 +-
16552 drivers/atm/idt77252.c | 36 +-
16553 drivers/atm/iphase.c | 34 +-
16554 drivers/atm/lanai.c | 12 +-
16555 drivers/atm/nicstar.c | 46 +-
16556 drivers/atm/solos-pci.c | 4 +-
16557 drivers/atm/suni.c | 4 +-
16558 drivers/atm/uPD98402.c | 16 +-
16559 drivers/atm/zatm.c | 6 +-
16560 drivers/base/bus.c | 4 +-
16561 drivers/base/devtmpfs.c | 8 +-
16562 drivers/base/node.c | 2 +-
16563 drivers/base/platform-msi.c | 20 +-
16564 drivers/base/power/domain.c | 11 +-
16565 drivers/base/power/sysfs.c | 2 +-
16566 drivers/base/power/wakeup.c | 8 +-
16567 drivers/base/regmap/regmap-debugfs.c | 11 +-
16568 drivers/base/syscore.c | 4 +-
16569 drivers/block/cciss.c | 28 +-
16570 drivers/block/cciss.h | 2 +-
16571 drivers/block/cpqarray.c | 28 +-
16572 drivers/block/cpqarray.h | 2 +-
16573 drivers/block/drbd/drbd_bitmap.c | 2 +-
16574 drivers/block/drbd/drbd_int.h | 8 +-
16575 drivers/block/drbd/drbd_main.c | 12 +-
16576 drivers/block/drbd/drbd_nl.c | 4 +-
16577 drivers/block/drbd/drbd_receiver.c | 34 +-
16578 drivers/block/drbd/drbd_worker.c | 8 +-
16579 drivers/block/pktcdvd.c | 4 +-
16580 drivers/block/rbd.c | 2 +-
16581 drivers/bluetooth/btwilink.c | 2 +-
16582 drivers/bus/arm-cci.c | 12 +-
16583 drivers/cdrom/cdrom.c | 11 +-
16584 drivers/cdrom/gdrom.c | 1 -
16585 drivers/char/agp/compat_ioctl.c | 2 +-
16586 drivers/char/agp/frontend.c | 4 +-
16587 drivers/char/agp/intel-gtt.c | 4 +-
16588 drivers/char/hpet.c | 2 +-
16589 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
16590 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
16591 drivers/char/mem.c | 47 +-
16592 drivers/char/nvram.c | 2 +-
16593 drivers/char/pcmcia/synclink_cs.c | 16 +-
16594 drivers/char/random.c | 12 +-
16595 drivers/char/sonypi.c | 11 +-
16596 drivers/char/tpm/tpm_acpi.c | 3 +-
16597 drivers/char/tpm/tpm_eventlog.c | 4 +-
16598 drivers/char/virtio_console.c | 4 +-
16599 drivers/clk/clk-composite.c | 2 +-
16600 drivers/clk/samsung/clk.h | 2 +-
16601 drivers/clk/socfpga/clk-gate.c | 9 +-
16602 drivers/clk/socfpga/clk-pll.c | 9 +-
16603 drivers/clk/ti/clk.c | 8 +-
16604 drivers/cpufreq/acpi-cpufreq.c | 17 +-
16605 drivers/cpufreq/cpufreq-dt.c | 4 +-
16606 drivers/cpufreq/cpufreq.c | 30 +-
16607 drivers/cpufreq/cpufreq_governor.c | 2 +-
16608 drivers/cpufreq/cpufreq_governor.h | 4 +-
16609 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
16610 drivers/cpufreq/intel_pstate.c | 33 +-
16611 drivers/cpufreq/p4-clockmod.c | 12 +-
16612 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
16613 drivers/cpufreq/speedstep-centrino.c | 7 +-
16614 drivers/cpuidle/driver.c | 2 +-
16615 drivers/cpuidle/dt_idle_states.c | 2 +-
16616 drivers/cpuidle/governor.c | 2 +-
16617 drivers/cpuidle/sysfs.c | 2 +-
16618 drivers/crypto/hifn_795x.c | 4 +-
16619 drivers/devfreq/devfreq.c | 4 +-
16620 drivers/dma/sh/shdma-base.c | 4 +-
16621 drivers/dma/sh/shdmac.c | 2 +-
16622 drivers/edac/edac_device.c | 4 +-
16623 drivers/edac/edac_mc_sysfs.c | 2 +-
16624 drivers/edac/edac_pci.c | 4 +-
16625 drivers/edac/edac_pci_sysfs.c | 22 +-
16626 drivers/edac/mce_amd.h | 2 +-
16627 drivers/firewire/core-card.c | 6 +-
16628 drivers/firewire/core-device.c | 2 +-
16629 drivers/firewire/core-transaction.c | 1 +
16630 drivers/firewire/core.h | 1 +
16631 drivers/firmware/dmi-id.c | 2 +-
16632 drivers/firmware/dmi_scan.c | 12 +-
16633 drivers/firmware/efi/cper.c | 8 +-
16634 drivers/firmware/efi/efi.c | 12 +-
16635 drivers/firmware/efi/efivars.c | 2 +-
16636 drivers/firmware/efi/runtime-map.c | 2 +-
16637 drivers/firmware/google/gsmi.c | 2 +-
16638 drivers/firmware/google/memconsole.c | 7 +-
16639 drivers/firmware/memmap.c | 2 +-
16640 drivers/firmware/psci.c | 2 +-
16641 drivers/gpio/gpio-davinci.c | 6 +-
16642 drivers/gpio/gpio-em.c | 2 +-
16643 drivers/gpio/gpio-ich.c | 2 +-
16644 drivers/gpio/gpio-omap.c | 4 +-
16645 drivers/gpio/gpio-rcar.c | 2 +-
16646 drivers/gpio/gpio-vr41xx.c | 2 +-
16647 drivers/gpio/gpiolib.c | 12 +-
16648 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
16649 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
16650 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
16651 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
16652 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
16653 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
16654 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
16655 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
16656 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
16657 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
16658 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
16659 drivers/gpu/drm/drm_crtc.c | 2 +-
16660 drivers/gpu/drm/drm_drv.c | 2 +-
16661 drivers/gpu/drm/drm_fops.c | 12 +-
16662 drivers/gpu/drm/drm_global.c | 14 +-
16663 drivers/gpu/drm/drm_info.c | 13 +-
16664 drivers/gpu/drm/drm_ioc32.c | 13 +-
16665 drivers/gpu/drm/drm_ioctl.c | 2 +-
16666 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
16667 drivers/gpu/drm/i810/i810_drv.h | 4 +-
16668 drivers/gpu/drm/i915/i915_dma.c | 2 +-
16669 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
16670 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
16671 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
16672 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
16673 drivers/gpu/drm/i915/intel_display.c | 26 +-
16674 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
16675 drivers/gpu/drm/mga/mga_drv.h | 4 +-
16676 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
16677 drivers/gpu/drm/mga/mga_irq.c | 8 +-
16678 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
16679 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
16680 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
16681 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
16682 drivers/gpu/drm/omapdrm/Makefile | 2 +-
16683 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
16684 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
16685 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
16686 drivers/gpu/drm/qxl/qxl_ioctl.c | 10 +-
16687 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
16688 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
16689 drivers/gpu/drm/r128/r128_cce.c | 2 +-
16690 drivers/gpu/drm/r128/r128_drv.h | 4 +-
16691 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
16692 drivers/gpu/drm/r128/r128_irq.c | 4 +-
16693 drivers/gpu/drm/r128/r128_state.c | 4 +-
16694 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
16695 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
16696 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
16697 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
16698 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
16699 drivers/gpu/drm/radeon/radeon_state.c | 4 +-
16700 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
16701 drivers/gpu/drm/tegra/dc.c | 2 +-
16702 drivers/gpu/drm/tegra/dsi.c | 2 +-
16703 drivers/gpu/drm/tegra/hdmi.c | 2 +-
16704 drivers/gpu/drm/tegra/sor.c | 7 +-
16705 drivers/gpu/drm/tilcdc/Makefile | 6 +-
16706 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
16707 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
16708 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
16709 drivers/gpu/drm/udl/udl_fb.c | 1 -
16710 drivers/gpu/drm/via/via_drv.h | 4 +-
16711 drivers/gpu/drm/via/via_irq.c | 18 +-
16712 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
16713 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
16714 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
16715 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
16716 drivers/gpu/vga/vga_switcheroo.c | 4 +-
16717 drivers/hid/hid-core.c | 4 +-
16718 drivers/hid/hid-sensor-custom.c | 2 +-
16719 drivers/hv/channel.c | 2 +-
16720 drivers/hv/hv.c | 4 +-
16721 drivers/hv/hv_balloon.c | 18 +-
16722 drivers/hv/hyperv_vmbus.h | 2 +-
16723 drivers/hwmon/acpi_power_meter.c | 6 +-
16724 drivers/hwmon/applesmc.c | 2 +-
16725 drivers/hwmon/asus_atk0110.c | 10 +-
16726 drivers/hwmon/coretemp.c | 2 +-
16727 drivers/hwmon/dell-smm-hwmon.c | 2 +-
16728 drivers/hwmon/ibmaem.c | 2 +-
16729 drivers/hwmon/iio_hwmon.c | 2 +-
16730 drivers/hwmon/nct6683.c | 6 +-
16731 drivers/hwmon/nct6775.c | 6 +-
16732 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
16733 drivers/hwmon/sht15.c | 12 +-
16734 drivers/hwmon/via-cputemp.c | 2 +-
16735 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
16736 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
16737 drivers/i2c/i2c-dev.c | 2 +-
16738 drivers/ide/ide-cd.c | 2 +-
16739 drivers/ide/ide-disk.c | 2 +-
16740 drivers/iio/industrialio-core.c | 2 +-
16741 drivers/iio/magnetometer/ak8975.c | 2 +-
16742 drivers/infiniband/core/cm.c | 32 +-
16743 drivers/infiniband/core/fmr_pool.c | 20 +-
16744 drivers/infiniband/core/uverbs_cmd.c | 3 +
16745 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
16746 drivers/infiniband/hw/mlx4/mad.c | 2 +-
16747 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
16748 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
16749 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
16750 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
16751 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
16752 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
16753 drivers/infiniband/hw/nes/nes.c | 4 +-
16754 drivers/infiniband/hw/nes/nes.h | 40 +-
16755 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
16756 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
16757 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
16758 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
16759 drivers/infiniband/hw/qib/qib.h | 1 +
16760 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
16761 drivers/input/gameport/gameport.c | 4 +-
16762 drivers/input/input.c | 4 +-
16763 drivers/input/joystick/sidewinder.c | 1 +
16764 drivers/input/joystick/xpad.c | 4 +-
16765 drivers/input/misc/ims-pcu.c | 4 +-
16766 drivers/input/mouse/psmouse.h | 2 +-
16767 drivers/input/mousedev.c | 2 +-
16768 drivers/input/serio/serio.c | 4 +-
16769 drivers/input/serio/serio_raw.c | 4 +-
16770 drivers/input/touchscreen/htcpen.c | 2 +-
16771 drivers/iommu/arm-smmu-v3.c | 2 +-
16772 drivers/iommu/arm-smmu.c | 43 +-
16773 drivers/iommu/io-pgtable-arm.c | 101 +-
16774 drivers/iommu/io-pgtable.c | 11 +-
16775 drivers/iommu/io-pgtable.h | 19 +-
16776 drivers/iommu/iommu.c | 2 +-
16777 drivers/iommu/ipmmu-vmsa.c | 13 +-
16778 drivers/iommu/irq_remapping.c | 2 +-
16779 drivers/irqchip/irq-gic.c | 2 +-
16780 drivers/irqchip/irq-i8259.c | 2 +-
16781 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
16782 drivers/irqchip/irq-renesas-irqc.c | 2 +-
16783 drivers/isdn/capi/capi.c | 10 +-
16784 drivers/isdn/gigaset/interface.c | 8 +-
16785 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
16786 drivers/isdn/hardware/avm/b1.c | 4 +-
16787 drivers/isdn/i4l/isdn_common.c | 2 +
16788 drivers/isdn/i4l/isdn_tty.c | 22 +-
16789 drivers/isdn/icn/icn.c | 2 +-
16790 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
16791 drivers/lguest/core.c | 10 +-
16792 drivers/lguest/page_tables.c | 2 +-
16793 drivers/lguest/x86/core.c | 12 +-
16794 drivers/lguest/x86/switcher_32.S | 27 +-
16795 drivers/md/bcache/closure.h | 2 +-
16796 drivers/md/bitmap.c | 2 +-
16797 drivers/md/dm-ioctl.c | 2 +-
16798 drivers/md/dm-raid1.c | 18 +-
16799 drivers/md/dm-stats.c | 6 +-
16800 drivers/md/dm-stripe.c | 10 +-
16801 drivers/md/dm-table.c | 2 +-
16802 drivers/md/dm-thin-metadata.c | 4 +-
16803 drivers/md/dm.c | 16 +-
16804 drivers/md/md.c | 26 +-
16805 drivers/md/md.h | 6 +-
16806 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
16807 drivers/md/persistent-data/dm-space-map.h | 1 +
16808 drivers/md/raid1.c | 4 +-
16809 drivers/md/raid10.c | 18 +-
16810 drivers/md/raid5.c | 22 +-
16811 drivers/media/dvb-core/dvbdev.c | 2 +-
16812 drivers/media/dvb-frontends/af9033.h | 2 +-
16813 drivers/media/dvb-frontends/dib3000.h | 2 +-
16814 drivers/media/dvb-frontends/dib7000p.h | 2 +-
16815 drivers/media/dvb-frontends/dib8000.h | 2 +-
16816 drivers/media/pci/cx88/cx88-video.c | 6 +-
16817 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
16818 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
16819 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
16820 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
16821 drivers/media/pci/tw68/tw68-core.c | 2 +-
16822 drivers/media/platform/omap/omap_vout.c | 11 +-
16823 drivers/media/platform/s5p-tv/mixer.h | 2 +-
16824 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
16825 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
16826 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
16827 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
16828 drivers/media/radio/radio-cadet.c | 2 +
16829 drivers/media/radio/radio-maxiradio.c | 2 +-
16830 drivers/media/radio/radio-shark.c | 2 +-
16831 drivers/media/radio/radio-shark2.c | 2 +-
16832 drivers/media/radio/radio-si476x.c | 2 +-
16833 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
16834 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
16835 drivers/media/v4l2-core/v4l2-device.c | 4 +-
16836 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
16837 drivers/memory/omap-gpmc.c | 21 +-
16838 drivers/message/fusion/mptsas.c | 34 +-
16839 drivers/mfd/ab8500-debugfs.c | 2 +-
16840 drivers/mfd/kempld-core.c | 2 +-
16841 drivers/mfd/max8925-i2c.c | 2 +-
16842 drivers/mfd/tps65910.c | 2 +-
16843 drivers/mfd/twl4030-irq.c | 9 +-
16844 drivers/mfd/wm5110-tables.c | 2 +-
16845 drivers/mfd/wm8998-tables.c | 2 +-
16846 drivers/misc/c2port/core.c | 4 +-
16847 drivers/misc/kgdbts.c | 4 +-
16848 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
16849 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
16850 drivers/misc/mic/scif/scif_rb.c | 8 +-
16851 drivers/misc/sgi-gru/gruhandles.c | 4 +-
16852 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
16853 drivers/misc/sgi-gru/grutables.h | 154 +-
16854 drivers/misc/sgi-xp/xp.h | 2 +-
16855 drivers/misc/sgi-xp/xpc.h | 3 +-
16856 drivers/misc/sgi-xp/xpc_main.c | 2 +-
16857 drivers/mmc/card/block.c | 2 +-
16858 drivers/mmc/host/dw_mmc.h | 2 +-
16859 drivers/mmc/host/mmci.c | 4 +-
16860 drivers/mmc/host/omap_hsmmc.c | 4 +-
16861 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
16862 drivers/mmc/host/sdhci-s3c.c | 8 +-
16863 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
16864 drivers/mtd/nand/denali.c | 1 +
16865 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
16866 drivers/mtd/nftlmount.c | 1 +
16867 drivers/mtd/sm_ftl.c | 2 +-
16868 drivers/net/bonding/bond_netlink.c | 2 +-
16869 drivers/net/caif/caif_hsi.c | 2 +-
16870 drivers/net/can/Kconfig | 2 +-
16871 drivers/net/can/dev.c | 2 +-
16872 drivers/net/can/vcan.c | 2 +-
16873 drivers/net/dummy.c | 2 +-
16874 drivers/net/ethernet/8390/ax88796.c | 4 +-
16875 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
16876 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
16877 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
16878 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
16879 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
16880 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
16881 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
16882 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
16883 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
16884 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
16885 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
16886 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
16887 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
16888 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
16889 drivers/net/ethernet/broadcom/tg3.h | 1 +
16890 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
16891 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
16892 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
16893 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
16894 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
16895 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
16896 drivers/net/ethernet/faraday/ftmac100.c | 2 +
16897 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
16898 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
16899 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
16900 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
16901 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
16902 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
16903 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
16904 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
16905 drivers/net/ethernet/realtek/r8169.c | 8 +-
16906 drivers/net/ethernet/sfc/ptp.c | 2 +-
16907 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
16908 drivers/net/ethernet/via/via-rhine.c | 2 +-
16909 drivers/net/geneve.c | 2 +-
16910 drivers/net/hyperv/hyperv_net.h | 2 +-
16911 drivers/net/hyperv/rndis_filter.c | 4 +-
16912 drivers/net/ifb.c | 2 +-
16913 drivers/net/ipvlan/ipvlan_core.c | 2 +-
16914 drivers/net/macvlan.c | 20 +-
16915 drivers/net/macvtap.c | 6 +-
16916 drivers/net/nlmon.c | 2 +-
16917 drivers/net/phy/phy_device.c | 6 +-
16918 drivers/net/ppp/ppp_generic.c | 4 +-
16919 drivers/net/slip/slhc.c | 2 +-
16920 drivers/net/team/team.c | 4 +-
16921 drivers/net/tun.c | 7 +-
16922 drivers/net/usb/hso.c | 23 +-
16923 drivers/net/usb/r8152.c | 2 +-
16924 drivers/net/usb/sierra_net.c | 4 +-
16925 drivers/net/virtio_net.c | 2 +-
16926 drivers/net/vrf.c | 2 +-
16927 drivers/net/vxlan.c | 4 +-
16928 drivers/net/wimax/i2400m/rx.c | 2 +-
16929 drivers/net/wireless/airo.c | 2 +-
16930 drivers/net/wireless/at76c50x-usb.c | 2 +-
16931 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
16932 drivers/net/wireless/ath/ath10k/htc.c | 7 +-
16933 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
16934 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
16935 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
16936 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
16937 drivers/net/wireless/ath/ath9k/main.c | 22 +-
16938 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
16939 drivers/net/wireless/b43/phy_lp.c | 2 +-
16940 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
16941 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
16942 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
16943 drivers/net/wireless/mac80211_hwsim.c | 28 +-
16944 drivers/net/wireless/rndis_wlan.c | 2 +-
16945 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
16946 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
16947 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
16948 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
16949 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
16950 drivers/nfc/nfcwilink.c | 2 +-
16951 drivers/of/fdt.c | 4 +-
16952 drivers/oprofile/buffer_sync.c | 8 +-
16953 drivers/oprofile/event_buffer.c | 2 +-
16954 drivers/oprofile/oprof.c | 2 +-
16955 drivers/oprofile/oprofile_stats.c | 10 +-
16956 drivers/oprofile/oprofile_stats.h | 10 +-
16957 drivers/oprofile/oprofilefs.c | 6 +-
16958 drivers/oprofile/timer_int.c | 2 +-
16959 drivers/parport/procfs.c | 4 +-
16960 drivers/pci/host/pci-host-generic.c | 24 +-
16961 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
16962 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
16963 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
16964 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
16965 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
16966 drivers/pci/hotplug/pciehp_core.c | 2 +-
16967 drivers/pci/msi.c | 22 +-
16968 drivers/pci/pci-sysfs.c | 6 +-
16969 drivers/pci/pci.h | 2 +-
16970 drivers/pci/pcie/aspm.c | 6 +-
16971 drivers/pci/pcie/portdrv_pci.c | 2 +-
16972 drivers/pci/probe.c | 2 +-
16973 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
16974 drivers/pinctrl/pinctrl-at91.c | 5 +-
16975 drivers/platform/chrome/chromeos_pstore.c | 2 +-
16976 drivers/platform/x86/alienware-wmi.c | 4 +-
16977 drivers/platform/x86/compal-laptop.c | 2 +-
16978 drivers/platform/x86/hdaps.c | 2 +-
16979 drivers/platform/x86/ibm_rtl.c | 2 +-
16980 drivers/platform/x86/intel_oaktrail.c | 2 +-
16981 drivers/platform/x86/msi-laptop.c | 16 +-
16982 drivers/platform/x86/msi-wmi.c | 2 +-
16983 drivers/platform/x86/samsung-laptop.c | 2 +-
16984 drivers/platform/x86/samsung-q10.c | 2 +-
16985 drivers/platform/x86/sony-laptop.c | 14 +-
16986 drivers/platform/x86/thinkpad_acpi.c | 2 +-
16987 drivers/pnp/pnpbios/bioscalls.c | 14 +-
16988 drivers/pnp/pnpbios/core.c | 2 +-
16989 drivers/power/pda_power.c | 7 +-
16990 drivers/power/power_supply.h | 4 +-
16991 drivers/power/power_supply_core.c | 7 +-
16992 drivers/power/power_supply_sysfs.c | 6 +-
16993 drivers/power/reset/at91-reset.c | 9 +-
16994 drivers/powercap/powercap_sys.c | 136 +-
16995 drivers/ptp/ptp_private.h | 2 +-
16996 drivers/ptp/ptp_sysfs.c | 2 +-
16997 drivers/regulator/core.c | 4 +-
16998 drivers/regulator/max8660.c | 6 +-
16999 drivers/regulator/max8973-regulator.c | 16 +-
17000 drivers/regulator/mc13892-regulator.c | 8 +-
17001 drivers/rtc/rtc-armada38x.c | 7 +-
17002 drivers/rtc/rtc-cmos.c | 4 +-
17003 drivers/rtc/rtc-ds1307.c | 2 +-
17004 drivers/rtc/rtc-m48t59.c | 4 +-
17005 drivers/rtc/rtc-test.c | 6 +-
17006 drivers/scsi/be2iscsi/be_main.c | 2 +-
17007 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
17008 drivers/scsi/bfa/bfa_ioc.h | 4 +-
17009 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
17010 drivers/scsi/hosts.c | 4 +-
17011 drivers/scsi/hpsa.c | 38 +-
17012 drivers/scsi/hpsa.h | 2 +-
17013 drivers/scsi/libfc/fc_exch.c | 50 +-
17014 drivers/scsi/libsas/sas_ata.c | 2 +-
17015 drivers/scsi/lpfc/lpfc.h | 8 +-
17016 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
17017 drivers/scsi/lpfc/lpfc_init.c | 6 +-
17018 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
17019 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
17020 drivers/scsi/mpt2sas/mpt2sas_scsih.c | 8 +-
17021 drivers/scsi/pmcraid.c | 20 +-
17022 drivers/scsi/pmcraid.h | 8 +-
17023 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
17024 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
17025 drivers/scsi/qla2xxx/qla_os.c | 6 +-
17026 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
17027 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
17028 drivers/scsi/scsi.c | 2 +-
17029 drivers/scsi/scsi_lib.c | 8 +-
17030 drivers/scsi/scsi_sysfs.c | 2 +-
17031 drivers/scsi/scsi_transport_fc.c | 8 +-
17032 drivers/scsi/scsi_transport_iscsi.c | 6 +-
17033 drivers/scsi/scsi_transport_srp.c | 6 +-
17034 drivers/scsi/sd.c | 6 +-
17035 drivers/scsi/sg.c | 2 +-
17036 drivers/scsi/sr.c | 21 +-
17037 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
17038 drivers/spi/spi.c | 2 +-
17039 drivers/staging/android/timed_output.c | 6 +-
17040 drivers/staging/comedi/comedi_fops.c | 8 +-
17041 drivers/staging/fbtft/fbtft-core.c | 2 +-
17042 drivers/staging/fbtft/fbtft.h | 2 +-
17043 drivers/staging/gdm724x/gdm_tty.c | 2 +-
17044 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
17045 drivers/staging/iio/adc/ad7280a.c | 4 +-
17046 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
17047 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
17048 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
17049 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
17050 drivers/staging/lustre/lustre/include/obd.h | 2 +-
17051 drivers/staging/octeon/ethernet-rx.c | 20 +-
17052 drivers/staging/octeon/ethernet.c | 8 +-
17053 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
17054 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
17055 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
17056 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
17057 drivers/staging/sm750fb/sm750.c | 14 +-
17058 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
17059 drivers/target/sbp/sbp_target.c | 4 +-
17060 drivers/thermal/cpu_cooling.c | 9 +-
17061 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
17062 drivers/thermal/of-thermal.c | 17 +-
17063 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
17064 drivers/tty/cyclades.c | 6 +-
17065 drivers/tty/hvc/hvc_console.c | 14 +-
17066 drivers/tty/hvc/hvcs.c | 21 +-
17067 drivers/tty/hvc/hvsi.c | 22 +-
17068 drivers/tty/hvc/hvsi_lib.c | 4 +-
17069 drivers/tty/ipwireless/tty.c | 27 +-
17070 drivers/tty/moxa.c | 2 +-
17071 drivers/tty/n_gsm.c | 4 +-
17072 drivers/tty/n_tty.c | 3 +-
17073 drivers/tty/pty.c | 4 +-
17074 drivers/tty/rocket.c | 6 +-
17075 drivers/tty/serial/8250/8250_core.c | 10 +-
17076 drivers/tty/serial/ifx6x60.c | 2 +-
17077 drivers/tty/serial/ioc4_serial.c | 6 +-
17078 drivers/tty/serial/kgdb_nmi.c | 4 +-
17079 drivers/tty/serial/kgdboc.c | 32 +-
17080 drivers/tty/serial/msm_serial.c | 4 +-
17081 drivers/tty/serial/samsung.c | 9 +-
17082 drivers/tty/serial/serial_core.c | 8 +-
17083 drivers/tty/synclink.c | 34 +-
17084 drivers/tty/synclink_gt.c | 28 +-
17085 drivers/tty/synclinkmp.c | 34 +-
17086 drivers/tty/tty_io.c | 2 +-
17087 drivers/tty/tty_ldisc.c | 8 +-
17088 drivers/tty/tty_port.c | 22 +-
17089 drivers/uio/uio.c | 13 +-
17090 drivers/usb/atm/cxacru.c | 2 +-
17091 drivers/usb/atm/usbatm.c | 24 +-
17092 drivers/usb/class/cdc-acm.h | 2 +-
17093 drivers/usb/core/devices.c | 6 +-
17094 drivers/usb/core/devio.c | 12 +-
17095 drivers/usb/core/hcd.c | 4 +-
17096 drivers/usb/core/sysfs.c | 2 +-
17097 drivers/usb/core/usb.c | 2 +-
17098 drivers/usb/early/ehci-dbgp.c | 16 +-
17099 drivers/usb/gadget/function/u_serial.c | 22 +-
17100 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
17101 drivers/usb/host/ehci-hcd.c | 2 +-
17102 drivers/usb/host/ehci-hub.c | 4 +-
17103 drivers/usb/host/ehci-q.c | 4 +-
17104 drivers/usb/host/fotg210-hcd.c | 2 +-
17105 drivers/usb/host/fusbh200-hcd.c | 2 +-
17106 drivers/usb/host/hwa-hc.c | 2 +-
17107 drivers/usb/host/ohci-hcd.c | 2 +-
17108 drivers/usb/host/r8a66597.h | 2 +-
17109 drivers/usb/host/uhci-hcd.c | 2 +-
17110 drivers/usb/host/xhci-pci.c | 2 +-
17111 drivers/usb/host/xhci.c | 2 +-
17112 drivers/usb/misc/appledisplay.c | 4 +-
17113 drivers/usb/serial/console.c | 8 +-
17114 drivers/usb/storage/transport.c | 2 +-
17115 drivers/usb/storage/usb.c | 2 +-
17116 drivers/usb/storage/usb.h | 2 +-
17117 drivers/usb/usbip/vhci.h | 2 +-
17118 drivers/usb/usbip/vhci_hcd.c | 6 +-
17119 drivers/usb/usbip/vhci_rx.c | 2 +-
17120 drivers/usb/wusbcore/wa-hc.h | 4 +-
17121 drivers/usb/wusbcore/wa-xfer.c | 2 +-
17122 drivers/vfio/vfio.c | 2 +-
17123 drivers/vhost/vringh.c | 20 +-
17124 drivers/video/backlight/kb3886_bl.c | 2 +-
17125 drivers/video/console/fbcon.c | 2 +-
17126 drivers/video/fbdev/aty/aty128fb.c | 2 +-
17127 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
17128 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
17129 drivers/video/fbdev/core/fb_defio.c | 6 +-
17130 drivers/video/fbdev/core/fbmem.c | 2 +-
17131 drivers/video/fbdev/hyperv_fb.c | 4 +-
17132 drivers/video/fbdev/i810/i810_accel.c | 1 +
17133 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
17134 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
17135 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
17136 drivers/video/fbdev/omap2/dss/display.c | 8 +-
17137 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
17138 drivers/video/fbdev/smscufx.c | 4 +-
17139 drivers/video/fbdev/udlfb.c | 36 +-
17140 drivers/video/fbdev/uvesafb.c | 52 +-
17141 drivers/video/fbdev/vesafb.c | 58 +-
17142 drivers/video/fbdev/via/via_clock.h | 2 +-
17143 drivers/xen/events/events_base.c | 6 +-
17144 drivers/xen/evtchn.c | 4 +-
17145 fs/Kconfig.binfmt | 2 +-
17146 fs/afs/inode.c | 4 +-
17147 fs/aio.c | 2 +-
17148 fs/autofs4/waitq.c | 2 +-
17149 fs/befs/endian.h | 6 +-
17150 fs/binfmt_aout.c | 23 +-
17151 fs/binfmt_elf.c | 670 +-
17152 fs/binfmt_elf_fdpic.c | 4 +-
17153 fs/block_dev.c | 2 +-
17154 fs/btrfs/ctree.c | 9 +-
17155 fs/btrfs/delayed-inode.c | 9 +-
17156 fs/btrfs/delayed-inode.h | 6 +-
17157 fs/btrfs/file.c | 10 +-
17158 fs/btrfs/inode.c | 14 +-
17159 fs/btrfs/super.c | 2 +-
17160 fs/btrfs/sysfs.c | 2 +-
17161 fs/btrfs/tests/free-space-tests.c | 8 +-
17162 fs/btrfs/tree-log.h | 2 +-
17163 fs/buffer.c | 2 +-
17164 fs/cachefiles/bind.c | 6 +-
17165 fs/cachefiles/daemon.c | 8 +-
17166 fs/cachefiles/internal.h | 12 +-
17167 fs/cachefiles/namei.c | 2 +-
17168 fs/cachefiles/proc.c | 12 +-
17169 fs/ceph/dir.c | 12 +-
17170 fs/ceph/super.c | 4 +-
17171 fs/cifs/cifs_debug.c | 12 +-
17172 fs/cifs/cifsfs.c | 8 +-
17173 fs/cifs/cifsglob.h | 54 +-
17174 fs/cifs/file.c | 10 +-
17175 fs/cifs/misc.c | 4 +-
17176 fs/cifs/smb1ops.c | 80 +-
17177 fs/cifs/smb2ops.c | 84 +-
17178 fs/cifs/smb2pdu.c | 3 +-
17179 fs/coda/cache.c | 10 +-
17180 fs/compat.c | 4 +-
17181 fs/compat_binfmt_elf.c | 2 +
17182 fs/compat_ioctl.c | 12 +-
17183 fs/configfs/dir.c | 10 +-
17184 fs/coredump.c | 16 +-
17185 fs/dcache.c | 51 +-
17186 fs/ecryptfs/inode.c | 2 +-
17187 fs/ecryptfs/miscdev.c | 2 +-
17188 fs/exec.c | 362 +-
17189 fs/ext2/xattr.c | 5 +-
17190 fs/ext4/ext4.h | 20 +-
17191 fs/ext4/mballoc.c | 44 +-
17192 fs/ext4/resize.c | 16 +-
17193 fs/ext4/super.c | 4 +-
17194 fs/ext4/xattr.c | 5 +-
17195 fs/fhandle.c | 3 +-
17196 fs/file.c | 4 +-
17197 fs/fs_struct.c | 8 +-
17198 fs/fscache/cookie.c | 40 +-
17199 fs/fscache/internal.h | 202 +-
17200 fs/fscache/object.c | 26 +-
17201 fs/fscache/operation.c | 38 +-
17202 fs/fscache/page.c | 110 +-
17203 fs/fscache/stats.c | 348 +-
17204 fs/fuse/cuse.c | 10 +-
17205 fs/fuse/dev.c | 4 +-
17206 fs/gfs2/glock.c | 22 +-
17207 fs/gfs2/glops.c | 4 +-
17208 fs/gfs2/quota.c | 6 +-
17209 fs/hugetlbfs/inode.c | 13 +-
17210 fs/inode.c | 4 +-
17211 fs/jffs2/erase.c | 3 +-
17212 fs/jffs2/wbuf.c | 3 +-
17213 fs/jfs/super.c | 2 +-
17214 fs/kernfs/dir.c | 2 +-
17215 fs/kernfs/file.c | 20 +-
17216 fs/libfs.c | 10 +-
17217 fs/lockd/clntproc.c | 4 +-
17218 fs/namei.c | 16 +-
17219 fs/namespace.c | 16 +-
17220 fs/nfs/callback_xdr.c | 2 +-
17221 fs/nfs/inode.c | 6 +-
17222 fs/nfsd/nfs4proc.c | 2 +-
17223 fs/nfsd/nfs4xdr.c | 2 +-
17224 fs/nfsd/nfscache.c | 11 +-
17225 fs/nfsd/vfs.c | 6 +-
17226 fs/nls/nls_base.c | 26 +-
17227 fs/nls/nls_euc-jp.c | 6 +-
17228 fs/nls/nls_koi8-ru.c | 6 +-
17229 fs/notify/fanotify/fanotify_user.c | 4 +-
17230 fs/notify/notification.c | 4 +-
17231 fs/ntfs/dir.c | 2 +-
17232 fs/ntfs/super.c | 6 +-
17233 fs/ocfs2/localalloc.c | 2 +-
17234 fs/ocfs2/ocfs2.h | 10 +-
17235 fs/ocfs2/suballoc.c | 12 +-
17236 fs/ocfs2/super.c | 20 +-
17237 fs/pipe.c | 72 +-
17238 fs/posix_acl.c | 4 +-
17239 fs/proc/array.c | 20 +
17240 fs/proc/base.c | 4 +-
17241 fs/proc/kcore.c | 34 +-
17242 fs/proc/meminfo.c | 2 +-
17243 fs/proc/nommu.c | 2 +-
17244 fs/proc/proc_sysctl.c | 26 +-
17245 fs/proc/task_mmu.c | 39 +-
17246 fs/proc/task_nommu.c | 4 +-
17247 fs/proc/vmcore.c | 16 +-
17248 fs/qnx6/qnx6.h | 4 +-
17249 fs/quota/netlink.c | 4 +-
17250 fs/read_write.c | 2 +-
17251 fs/reiserfs/do_balan.c | 2 +-
17252 fs/reiserfs/procfs.c | 2 +-
17253 fs/reiserfs/reiserfs.h | 4 +-
17254 fs/seq_file.c | 4 +-
17255 fs/splice.c | 43 +-
17256 fs/squashfs/xattr.c | 12 +-
17257 fs/sysv/sysv.h | 2 +-
17258 fs/tracefs/inode.c | 8 +-
17259 fs/udf/misc.c | 2 +-
17260 fs/ufs/swab.h | 4 +-
17261 fs/userfaultfd.c | 2 +-
17262 fs/xattr.c | 21 +
17263 fs/xfs/libxfs/xfs_bmap.c | 2 +-
17264 fs/xfs/xfs_dir2_readdir.c | 7 +-
17265 fs/xfs/xfs_ioctl.c | 2 +-
17266 fs/xfs/xfs_linux.h | 4 +-
17267 include/asm-generic/4level-fixup.h | 2 +
17268 include/asm-generic/atomic-long.h | 156 +-
17269 include/asm-generic/atomic64.h | 12 +
17270 include/asm-generic/bitops/__fls.h | 2 +-
17271 include/asm-generic/bitops/fls.h | 2 +-
17272 include/asm-generic/bitops/fls64.h | 4 +-
17273 include/asm-generic/bug.h | 6 +-
17274 include/asm-generic/cache.h | 4 +-
17275 include/asm-generic/emergency-restart.h | 2 +-
17276 include/asm-generic/kmap_types.h | 4 +-
17277 include/asm-generic/local.h | 13 +
17278 include/asm-generic/pgtable-nopmd.h | 18 +-
17279 include/asm-generic/pgtable-nopud.h | 15 +-
17280 include/asm-generic/pgtable.h | 16 +
17281 include/asm-generic/sections.h | 1 +
17282 include/asm-generic/uaccess.h | 16 +
17283 include/asm-generic/vmlinux.lds.h | 15 +-
17284 include/crypto/algapi.h | 2 +-
17285 include/drm/drmP.h | 16 +-
17286 include/drm/drm_crtc_helper.h | 2 +-
17287 include/drm/drm_mm.h | 2 +-
17288 include/drm/i915_pciids.h | 2 +-
17289 include/drm/intel-gtt.h | 4 +-
17290 include/drm/ttm/ttm_memory.h | 2 +-
17291 include/drm/ttm/ttm_page_alloc.h | 1 +
17292 include/keys/asymmetric-subtype.h | 2 +-
17293 include/linux/atmdev.h | 4 +-
17294 include/linux/atomic.h | 17 +-
17295 include/linux/audit.h | 2 +-
17296 include/linux/average.h | 2 +-
17297 include/linux/binfmts.h | 3 +-
17298 include/linux/bitmap.h | 2 +-
17299 include/linux/bitops.h | 8 +-
17300 include/linux/blkdev.h | 2 +-
17301 include/linux/blktrace_api.h | 2 +-
17302 include/linux/cache.h | 8 +
17303 include/linux/cdrom.h | 1 -
17304 include/linux/cleancache.h | 2 +-
17305 include/linux/clk-provider.h | 1 +
17306 include/linux/compat.h | 6 +-
17307 include/linux/compiler-gcc.h | 28 +-
17308 include/linux/compiler.h | 157 +-
17309 include/linux/configfs.h | 2 +-
17310 include/linux/cpufreq.h | 3 +-
17311 include/linux/cpuidle.h | 5 +-
17312 include/linux/cpumask.h | 14 +-
17313 include/linux/crypto.h | 4 +-
17314 include/linux/ctype.h | 2 +-
17315 include/linux/dcache.h | 4 +-
17316 include/linux/decompress/mm.h | 2 +-
17317 include/linux/devfreq.h | 2 +-
17318 include/linux/device.h | 7 +-
17319 include/linux/dma-mapping.h | 2 +-
17320 include/linux/efi.h | 1 +
17321 include/linux/elf.h | 2 +
17322 include/linux/err.h | 4 +-
17323 include/linux/extcon.h | 2 +-
17324 include/linux/fb.h | 3 +-
17325 include/linux/fdtable.h | 2 +-
17326 include/linux/fs.h | 5 +-
17327 include/linux/fs_struct.h | 2 +-
17328 include/linux/fscache-cache.h | 2 +-
17329 include/linux/fscache.h | 2 +-
17330 include/linux/fsnotify.h | 2 +-
17331 include/linux/genhd.h | 4 +-
17332 include/linux/genl_magic_func.h | 2 +-
17333 include/linux/gfp.h | 12 +-
17334 include/linux/highmem.h | 12 +
17335 include/linux/hwmon-sysfs.h | 6 +-
17336 include/linux/i2c.h | 1 +
17337 include/linux/if_pppox.h | 2 +-
17338 include/linux/init.h | 12 +-
17339 include/linux/init_task.h | 7 +
17340 include/linux/interrupt.h | 6 +-
17341 include/linux/iommu.h | 2 +-
17342 include/linux/ioport.h | 2 +-
17343 include/linux/ipc.h | 2 +-
17344 include/linux/irq.h | 5 +-
17345 include/linux/irqdesc.h | 2 +-
17346 include/linux/irqdomain.h | 3 +
17347 include/linux/jiffies.h | 16 +-
17348 include/linux/key-type.h | 2 +-
17349 include/linux/kgdb.h | 6 +-
17350 include/linux/kmemleak.h | 4 +-
17351 include/linux/kobject.h | 3 +-
17352 include/linux/kobject_ns.h | 2 +-
17353 include/linux/kref.h | 2 +-
17354 include/linux/libata.h | 2 +-
17355 include/linux/linkage.h | 1 +
17356 include/linux/list.h | 15 +
17357 include/linux/lockref.h | 26 +-
17358 include/linux/math64.h | 10 +-
17359 include/linux/mempolicy.h | 7 +
17360 include/linux/mm.h | 102 +-
17361 include/linux/mm_types.h | 20 +
17362 include/linux/mmiotrace.h | 4 +-
17363 include/linux/mmzone.h | 2 +-
17364 include/linux/mod_devicetable.h | 4 +-
17365 include/linux/module.h | 69 +-
17366 include/linux/moduleloader.h | 16 +
17367 include/linux/moduleparam.h | 4 +-
17368 include/linux/net.h | 2 +-
17369 include/linux/netdevice.h | 7 +-
17370 include/linux/netfilter.h | 2 +-
17371 include/linux/netfilter/nfnetlink.h | 2 +-
17372 include/linux/nls.h | 4 +-
17373 include/linux/notifier.h | 3 +-
17374 include/linux/oprofile.h | 4 +-
17375 include/linux/padata.h | 2 +-
17376 include/linux/pci_hotplug.h | 3 +-
17377 include/linux/percpu.h | 2 +-
17378 include/linux/perf_event.h | 12 +-
17379 include/linux/pipe_fs_i.h | 8 +-
17380 include/linux/pm.h | 1 +
17381 include/linux/pm_domain.h | 4 +-
17382 include/linux/pm_runtime.h | 2 +-
17383 include/linux/pnp.h | 2 +-
17384 include/linux/poison.h | 4 +-
17385 include/linux/power/smartreflex.h | 2 +-
17386 include/linux/ppp-comp.h | 2 +-
17387 include/linux/preempt.h | 21 +
17388 include/linux/proc_ns.h | 2 +-
17389 include/linux/psci.h | 2 +-
17390 include/linux/quota.h | 2 +-
17391 include/linux/random.h | 19 +-
17392 include/linux/rculist.h | 16 +
17393 include/linux/reboot.h | 14 +-
17394 include/linux/regset.h | 3 +-
17395 include/linux/relay.h | 2 +-
17396 include/linux/rio.h | 2 +-
17397 include/linux/rmap.h | 4 +-
17398 include/linux/sched.h | 72 +-
17399 include/linux/sched/sysctl.h | 1 +
17400 include/linux/semaphore.h | 2 +-
17401 include/linux/seq_file.h | 1 +
17402 include/linux/signal.h | 2 +-
17403 include/linux/skbuff.h | 12 +-
17404 include/linux/slab.h | 47 +-
17405 include/linux/slab_def.h | 14 +-
17406 include/linux/slub_def.h | 2 +-
17407 include/linux/smp.h | 2 +
17408 include/linux/sock_diag.h | 2 +-
17409 include/linux/sonet.h | 2 +-
17410 include/linux/sunrpc/addr.h | 8 +-
17411 include/linux/sunrpc/clnt.h | 2 +-
17412 include/linux/sunrpc/svc.h | 2 +-
17413 include/linux/sunrpc/svc_rdma.h | 18 +-
17414 include/linux/sunrpc/svcauth.h | 2 +-
17415 include/linux/swapops.h | 10 +-
17416 include/linux/swiotlb.h | 3 +-
17417 include/linux/syscalls.h | 21 +-
17418 include/linux/syscore_ops.h | 2 +-
17419 include/linux/sysctl.h | 3 +-
17420 include/linux/sysfs.h | 9 +-
17421 include/linux/sysrq.h | 3 +-
17422 include/linux/tcp.h | 14 +-
17423 include/linux/thread_info.h | 7 +
17424 include/linux/tty.h | 4 +-
17425 include/linux/tty_driver.h | 2 +-
17426 include/linux/tty_ldisc.h | 2 +-
17427 include/linux/types.h | 16 +
17428 include/linux/uaccess.h | 6 +-
17429 include/linux/uio_driver.h | 2 +-
17430 include/linux/unaligned/access_ok.h | 24 +-
17431 include/linux/usb.h | 12 +-
17432 include/linux/usb/hcd.h | 1 +
17433 include/linux/usb/renesas_usbhs.h | 2 +-
17434 include/linux/vermagic.h | 21 +-
17435 include/linux/vga_switcheroo.h | 8 +-
17436 include/linux/vmalloc.h | 7 +-
17437 include/linux/vmstat.h | 24 +-
17438 include/linux/xattr.h | 5 +-
17439 include/linux/zlib.h | 3 +-
17440 include/media/v4l2-dev.h | 2 +-
17441 include/media/v4l2-device.h | 2 +-
17442 include/net/9p/transport.h | 2 +-
17443 include/net/bluetooth/l2cap.h | 2 +-
17444 include/net/bonding.h | 2 +-
17445 include/net/caif/cfctrl.h | 6 +-
17446 include/net/flow.h | 2 +-
17447 include/net/genetlink.h | 2 +-
17448 include/net/gro_cells.h | 2 +-
17449 include/net/inet_connection_sock.h | 2 +-
17450 include/net/inet_sock.h | 2 +-
17451 include/net/inetpeer.h | 2 +-
17452 include/net/ip_fib.h | 2 +-
17453 include/net/ip_vs.h | 8 +-
17454 include/net/ipv6.h | 2 +-
17455 include/net/irda/ircomm_tty.h | 1 +
17456 include/net/iucv/af_iucv.h | 2 +-
17457 include/net/llc_c_ac.h | 2 +-
17458 include/net/llc_c_ev.h | 4 +-
17459 include/net/llc_c_st.h | 2 +-
17460 include/net/llc_s_ac.h | 2 +-
17461 include/net/llc_s_st.h | 2 +-
17462 include/net/mac80211.h | 4 +-
17463 include/net/neighbour.h | 2 +-
17464 include/net/net_namespace.h | 18 +-
17465 include/net/netlink.h | 2 +-
17466 include/net/netns/conntrack.h | 6 +-
17467 include/net/netns/ipv4.h | 4 +-
17468 include/net/netns/ipv6.h | 4 +-
17469 include/net/netns/xfrm.h | 2 +-
17470 include/net/ping.h | 2 +-
17471 include/net/protocol.h | 4 +-
17472 include/net/rtnetlink.h | 2 +-
17473 include/net/sctp/checksum.h | 4 +-
17474 include/net/sctp/sm.h | 4 +-
17475 include/net/sctp/structs.h | 2 +-
17476 include/net/sock.h | 12 +-
17477 include/net/tcp.h | 8 +-
17478 include/net/xfrm.h | 13 +-
17479 include/rdma/iw_cm.h | 2 +-
17480 include/scsi/libfc.h | 3 +-
17481 include/scsi/scsi_device.h | 6 +-
17482 include/scsi/scsi_driver.h | 2 +-
17483 include/scsi/scsi_transport_fc.h | 3 +-
17484 include/scsi/sg.h | 2 +-
17485 include/sound/compress_driver.h | 2 +-
17486 include/sound/soc.h | 4 +-
17487 include/trace/events/irq.h | 4 +-
17488 include/uapi/linux/a.out.h | 8 +
17489 include/uapi/linux/bcache.h | 5 +-
17490 include/uapi/linux/byteorder/little_endian.h | 28 +-
17491 include/uapi/linux/connector.h | 2 +-
17492 include/uapi/linux/elf.h | 28 +
17493 include/uapi/linux/screen_info.h | 3 +-
17494 include/uapi/linux/swab.h | 6 +-
17495 include/uapi/linux/xattr.h | 4 +
17496 include/video/udlfb.h | 8 +-
17497 include/video/uvesafb.h | 1 +
17498 init/Kconfig | 2 +-
17499 init/Makefile | 3 +
17500 init/do_mounts.c | 14 +-
17501 init/do_mounts.h | 8 +-
17502 init/do_mounts_initrd.c | 30 +-
17503 init/do_mounts_md.c | 6 +-
17504 init/init_task.c | 4 +
17505 init/initramfs.c | 38 +-
17506 init/main.c | 30 +-
17507 ipc/compat.c | 4 +-
17508 ipc/ipc_sysctl.c | 8 +-
17509 ipc/mq_sysctl.c | 4 +-
17510 ipc/sem.c | 4 +-
17511 ipc/shm.c | 6 +
17512 kernel/audit.c | 8 +-
17513 kernel/auditsc.c | 4 +-
17514 kernel/bpf/core.c | 7 +-
17515 kernel/capability.c | 3 +
17516 kernel/compat.c | 38 +-
17517 kernel/debug/debug_core.c | 16 +-
17518 kernel/debug/kdb/kdb_main.c | 4 +-
17519 kernel/events/core.c | 26 +-
17520 kernel/events/internal.h | 10 +-
17521 kernel/events/uprobes.c | 2 +-
17522 kernel/exit.c | 2 +-
17523 kernel/fork.c | 167 +-
17524 kernel/futex.c | 11 +-
17525 kernel/futex_compat.c | 2 +-
17526 kernel/gcov/base.c | 7 +-
17527 kernel/irq/manage.c | 2 +-
17528 kernel/irq/msi.c | 19 +-
17529 kernel/irq/spurious.c | 2 +-
17530 kernel/jump_label.c | 5 +
17531 kernel/kallsyms.c | 37 +-
17532 kernel/kexec.c | 3 +-
17533 kernel/kmod.c | 8 +-
17534 kernel/kprobes.c | 4 +-
17535 kernel/ksysfs.c | 2 +-
17536 kernel/locking/lockdep.c | 7 +-
17537 kernel/locking/mutex-debug.c | 12 +-
17538 kernel/locking/mutex-debug.h | 4 +-
17539 kernel/locking/mutex.c | 6 +-
17540 kernel/module.c | 422 +-
17541 kernel/notifier.c | 17 +-
17542 kernel/padata.c | 4 +-
17543 kernel/panic.c | 5 +-
17544 kernel/pid.c | 2 +-
17545 kernel/pid_namespace.c | 2 +-
17546 kernel/power/process.c | 12 +-
17547 kernel/profile.c | 14 +-
17548 kernel/ptrace.c | 8 +-
17549 kernel/rcu/rcutorture.c | 60 +-
17550 kernel/rcu/tiny.c | 4 +-
17551 kernel/rcu/tree.c | 44 +-
17552 kernel/rcu/tree.h | 14 +-
17553 kernel/rcu/tree_plugin.h | 14 +-
17554 kernel/rcu/tree_trace.c | 12 +-
17555 kernel/sched/auto_group.c | 4 +-
17556 kernel/sched/core.c | 45 +-
17557 kernel/sched/fair.c | 2 +-
17558 kernel/sched/sched.h | 2 +-
17559 kernel/signal.c | 12 +-
17560 kernel/smpboot.c | 4 +-
17561 kernel/softirq.c | 12 +-
17562 kernel/sys.c | 10 +-
17563 kernel/sysctl.c | 34 +-
17564 kernel/time/alarmtimer.c | 2 +-
17565 kernel/time/posix-cpu-timers.c | 4 +-
17566 kernel/time/posix-timers.c | 24 +-
17567 kernel/time/timer.c | 2 +-
17568 kernel/time/timer_stats.c | 10 +-
17569 kernel/trace/blktrace.c | 6 +-
17570 kernel/trace/ftrace.c | 15 +-
17571 kernel/trace/ring_buffer.c | 96 +-
17572 kernel/trace/trace.c | 2 +-
17573 kernel/trace/trace.h | 2 +-
17574 kernel/trace/trace_clock.c | 4 +-
17575 kernel/trace/trace_events.c | 1 -
17576 kernel/trace/trace_functions_graph.c | 4 +-
17577 kernel/trace/trace_mmiotrace.c | 8 +-
17578 kernel/trace/trace_output.c | 10 +-
17579 kernel/trace/trace_seq.c | 2 +-
17580 kernel/trace/trace_stack.c | 2 +-
17581 kernel/user_namespace.c | 2 +-
17582 kernel/utsname_sysctl.c | 2 +-
17583 kernel/watchdog.c | 2 +-
17584 kernel/workqueue.c | 2 +-
17585 lib/Kconfig.debug | 8 +-
17586 lib/Makefile | 2 +-
17587 lib/bitmap.c | 8 +-
17588 lib/bug.c | 2 +
17589 lib/debugobjects.c | 2 +-
17590 lib/decompress_bunzip2.c | 3 +-
17591 lib/decompress_unlzma.c | 4 +-
17592 lib/div64.c | 4 +-
17593 lib/dma-debug.c | 4 +-
17594 lib/inflate.c | 2 +-
17595 lib/ioremap.c | 4 +-
17596 lib/kobject.c | 4 +-
17597 lib/list_debug.c | 126 +-
17598 lib/lockref.c | 44 +-
17599 lib/percpu-refcount.c | 2 +-
17600 lib/radix-tree.c | 2 +-
17601 lib/random32.c | 2 +-
17602 lib/show_mem.c | 2 +-
17603 lib/strncpy_from_user.c | 2 +-
17604 lib/strnlen_user.c | 2 +-
17605 lib/swiotlb.c | 2 +-
17606 lib/usercopy.c | 6 +
17607 lib/vsprintf.c | 12 +-
17608 mm/Kconfig | 6 +-
17609 mm/backing-dev.c | 4 +-
17610 mm/debug.c | 3 +
17611 mm/filemap.c | 2 +-
17612 mm/gup.c | 13 +-
17613 mm/highmem.c | 6 +-
17614 mm/hugetlb.c | 70 +-
17615 mm/internal.h | 1 +
17616 mm/maccess.c | 4 +-
17617 mm/madvise.c | 37 +
17618 mm/memory-failure.c | 6 +-
17619 mm/memory.c | 424 +-
17620 mm/mempolicy.c | 25 +
17621 mm/mlock.c | 15 +-
17622 mm/mm_init.c | 2 +-
17623 mm/mmap.c | 582 +-
17624 mm/mprotect.c | 137 +-
17625 mm/mremap.c | 39 +-
17626 mm/nommu.c | 21 +-
17627 mm/page-writeback.c | 2 +-
17628 mm/page_alloc.c | 49 +-
17629 mm/percpu.c | 2 +-
17630 mm/process_vm_access.c | 14 +-
17631 mm/rmap.c | 45 +-
17632 mm/shmem.c | 19 +-
17633 mm/slab.c | 109 +-
17634 mm/slab.h | 22 +-
17635 mm/slab_common.c | 86 +-
17636 mm/slob.c | 218 +-
17637 mm/slub.c | 102 +-
17638 mm/sparse-vmemmap.c | 4 +-
17639 mm/sparse.c | 2 +-
17640 mm/swap.c | 2 +
17641 mm/swapfile.c | 12 +-
17642 mm/util.c | 6 +
17643 mm/vmalloc.c | 114 +-
17644 mm/vmstat.c | 12 +-
17645 net/8021q/vlan.c | 5 +-
17646 net/8021q/vlan_netlink.c | 2 +-
17647 net/9p/mod.c | 4 +-
17648 net/9p/trans_fd.c | 2 +-
17649 net/atm/atm_misc.c | 8 +-
17650 net/atm/lec.h | 2 +-
17651 net/atm/proc.c | 6 +-
17652 net/atm/resources.c | 4 +-
17653 net/ax25/sysctl_net_ax25.c | 2 +-
17654 net/batman-adv/bat_iv_ogm.c | 8 +-
17655 net/batman-adv/fragmentation.c | 2 +-
17656 net/batman-adv/soft-interface.c | 8 +-
17657 net/batman-adv/types.h | 6 +-
17658 net/bluetooth/hci_sock.c | 2 +-
17659 net/bluetooth/l2cap_core.c | 6 +-
17660 net/bluetooth/l2cap_sock.c | 12 +-
17661 net/bluetooth/rfcomm/sock.c | 4 +-
17662 net/bluetooth/rfcomm/tty.c | 4 +-
17663 net/bridge/br_netlink.c | 2 +-
17664 net/bridge/netfilter/ebtables.c | 6 +-
17665 net/caif/cfctrl.c | 11 +-
17666 net/caif/chnl_net.c | 2 +-
17667 net/can/af_can.c | 2 +-
17668 net/can/gw.c | 6 +-
17669 net/ceph/messenger.c | 4 +-
17670 net/compat.c | 24 +-
17671 net/core/datagram.c | 2 +-
17672 net/core/dev.c | 16 +-
17673 net/core/filter.c | 2 +-
17674 net/core/flow.c | 6 +-
17675 net/core/neighbour.c | 4 +-
17676 net/core/net-sysfs.c | 2 +-
17677 net/core/net_namespace.c | 8 +-
17678 net/core/netpoll.c | 4 +-
17679 net/core/rtnetlink.c | 15 +-
17680 net/core/scm.c | 14 +-
17681 net/core/skbuff.c | 8 +-
17682 net/core/sock.c | 28 +-
17683 net/core/sock_diag.c | 15 +-
17684 net/core/sysctl_net_core.c | 22 +-
17685 net/decnet/af_decnet.c | 1 +
17686 net/decnet/sysctl_net_decnet.c | 4 +-
17687 net/dsa/dsa.c | 2 +-
17688 net/hsr/hsr_netlink.c | 2 +-
17689 net/ieee802154/6lowpan/core.c | 2 +-
17690 net/ieee802154/6lowpan/reassembly.c | 14 +-
17691 net/ipv4/af_inet.c | 2 +-
17692 net/ipv4/devinet.c | 18 +-
17693 net/ipv4/fib_frontend.c | 6 +-
17694 net/ipv4/fib_semantics.c | 2 +-
17695 net/ipv4/inet_connection_sock.c | 4 +-
17696 net/ipv4/inet_timewait_sock.c | 2 +-
17697 net/ipv4/inetpeer.c | 2 +-
17698 net/ipv4/ip_fragment.c | 15 +-
17699 net/ipv4/ip_gre.c | 6 +-
17700 net/ipv4/ip_sockglue.c | 2 +-
17701 net/ipv4/ip_vti.c | 4 +-
17702 net/ipv4/ipconfig.c | 6 +-
17703 net/ipv4/ipip.c | 4 +-
17704 net/ipv4/netfilter/arp_tables.c | 12 +-
17705 net/ipv4/netfilter/ip_tables.c | 12 +-
17706 net/ipv4/ping.c | 14 +-
17707 net/ipv4/raw.c | 14 +-
17708 net/ipv4/route.c | 32 +-
17709 net/ipv4/sysctl_net_ipv4.c | 22 +-
17710 net/ipv4/tcp_input.c | 6 +-
17711 net/ipv4/tcp_probe.c | 2 +-
17712 net/ipv4/udp.c | 10 +-
17713 net/ipv4/xfrm4_policy.c | 18 +-
17714 net/ipv6/addrconf.c | 18 +-
17715 net/ipv6/af_inet6.c | 2 +-
17716 net/ipv6/datagram.c | 2 +-
17717 net/ipv6/icmp.c | 2 +-
17718 net/ipv6/ip6_fib.c | 4 +-
17719 net/ipv6/ip6_gre.c | 10 +-
17720 net/ipv6/ip6_tunnel.c | 4 +-
17721 net/ipv6/ip6_vti.c | 4 +-
17722 net/ipv6/ipv6_sockglue.c | 2 +-
17723 net/ipv6/netfilter/ip6_tables.c | 12 +-
17724 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
17725 net/ipv6/ping.c | 33 +-
17726 net/ipv6/raw.c | 17 +-
17727 net/ipv6/reassembly.c | 13 +-
17728 net/ipv6/route.c | 2 +-
17729 net/ipv6/sit.c | 4 +-
17730 net/ipv6/sysctl_net_ipv6.c | 2 +-
17731 net/ipv6/udp.c | 6 +-
17732 net/ipv6/xfrm6_policy.c | 17 +-
17733 net/irda/ircomm/ircomm_tty.c | 18 +-
17734 net/iucv/af_iucv.c | 4 +-
17735 net/iucv/iucv.c | 2 +-
17736 net/key/af_key.c | 4 +-
17737 net/l2tp/l2tp_eth.c | 38 +-
17738 net/l2tp/l2tp_ip.c | 2 +-
17739 net/l2tp/l2tp_ip6.c | 2 +-
17740 net/mac80211/cfg.c | 8 +-
17741 net/mac80211/ieee80211_i.h | 3 +-
17742 net/mac80211/iface.c | 20 +-
17743 net/mac80211/main.c | 2 +-
17744 net/mac80211/pm.c | 4 +-
17745 net/mac80211/rate.c | 2 +-
17746 net/mac80211/sta_info.c | 2 +-
17747 net/mac80211/util.c | 8 +-
17748 net/mpls/af_mpls.c | 6 +-
17749 net/netfilter/ipset/ip_set_core.c | 2 +-
17750 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
17751 net/netfilter/ipvs/ip_vs_core.c | 4 +-
17752 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
17753 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
17754 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
17755 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
17756 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
17757 net/netfilter/nf_conntrack_acct.c | 2 +-
17758 net/netfilter/nf_conntrack_ecache.c | 2 +-
17759 net/netfilter/nf_conntrack_helper.c | 2 +-
17760 net/netfilter/nf_conntrack_proto.c | 2 +-
17761 net/netfilter/nf_conntrack_standalone.c | 2 +-
17762 net/netfilter/nf_conntrack_timestamp.c | 2 +-
17763 net/netfilter/nf_log.c | 10 +-
17764 net/netfilter/nf_sockopt.c | 4 +-
17765 net/netfilter/nfnetlink_log.c | 4 +-
17766 net/netfilter/nft_compat.c | 9 +-
17767 net/netfilter/xt_statistic.c | 8 +-
17768 net/netlink/af_netlink.c | 4 +-
17769 net/openvswitch/vport-internal_dev.c | 2 +-
17770 net/packet/af_packet.c | 8 +-
17771 net/phonet/pep.c | 6 +-
17772 net/phonet/socket.c | 2 +-
17773 net/phonet/sysctl.c | 2 +-
17774 net/rds/cong.c | 6 +-
17775 net/rds/ib.h | 2 +-
17776 net/rds/ib_cm.c | 2 +-
17777 net/rds/ib_recv.c | 4 +-
17778 net/rds/iw.h | 2 +-
17779 net/rds/iw_cm.c | 2 +-
17780 net/rds/iw_recv.c | 4 +-
17781 net/rds/rds.h | 2 +-
17782 net/rds/tcp.c | 2 +-
17783 net/rds/tcp_send.c | 2 +-
17784 net/rxrpc/af_rxrpc.c | 2 +-
17785 net/rxrpc/ar-ack.c | 14 +-
17786 net/rxrpc/ar-call.c | 2 +-
17787 net/rxrpc/ar-connection.c | 2 +-
17788 net/rxrpc/ar-connevent.c | 2 +-
17789 net/rxrpc/ar-input.c | 4 +-
17790 net/rxrpc/ar-internal.h | 8 +-
17791 net/rxrpc/ar-local.c | 2 +-
17792 net/rxrpc/ar-output.c | 4 +-
17793 net/rxrpc/ar-peer.c | 2 +-
17794 net/rxrpc/ar-proc.c | 4 +-
17795 net/rxrpc/ar-transport.c | 2 +-
17796 net/rxrpc/rxkad.c | 4 +-
17797 net/sched/sch_generic.c | 4 +-
17798 net/sctp/ipv6.c | 6 +-
17799 net/sctp/protocol.c | 10 +-
17800 net/sctp/sm_sideeffect.c | 2 +-
17801 net/sctp/socket.c | 21 +-
17802 net/sctp/sysctl.c | 10 +-
17803 net/socket.c | 18 +-
17804 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
17805 net/sunrpc/clnt.c | 4 +-
17806 net/sunrpc/sched.c | 4 +-
17807 net/sunrpc/svc.c | 4 +-
17808 net/sunrpc/svcauth_unix.c | 2 +-
17809 net/sunrpc/xprtrdma/svc_rdma.c | 38 +-
17810 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
17811 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
17812 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
17813 net/tipc/netlink_compat.c | 12 +-
17814 net/tipc/subscr.c | 2 +-
17815 net/unix/af_unix.c | 7 +-
17816 net/unix/sysctl_net_unix.c | 2 +-
17817 net/wireless/wext-core.c | 19 +-
17818 net/xfrm/xfrm_policy.c | 16 +-
17819 net/xfrm/xfrm_state.c | 33 +-
17820 net/xfrm/xfrm_sysctl.c | 2 +-
17821 scripts/Kbuild.include | 2 +-
17822 scripts/Makefile.build | 2 +-
17823 scripts/Makefile.clean | 3 +-
17824 scripts/Makefile.host | 69 +-
17825 scripts/basic/fixdep.c | 12 +-
17826 scripts/dtc/checks.c | 14 +-
17827 scripts/dtc/data.c | 6 +-
17828 scripts/dtc/flattree.c | 8 +-
17829 scripts/dtc/livetree.c | 4 +-
17830 scripts/gcc-plugin.sh | 51 +
17831 scripts/headers_install.sh | 1 +
17832 scripts/kallsyms.c | 4 +-
17833 scripts/kconfig/lkc.h | 5 +-
17834 scripts/kconfig/menu.c | 2 +-
17835 scripts/kconfig/symbol.c | 6 +-
17836 scripts/link-vmlinux.sh | 2 +-
17837 scripts/mod/file2alias.c | 14 +-
17838 scripts/mod/modpost.c | 25 +-
17839 scripts/mod/modpost.h | 6 +-
17840 scripts/mod/sumversion.c | 2 +-
17841 scripts/module-common.lds | 4 +
17842 scripts/package/builddeb | 1 +
17843 scripts/pnmtologo.c | 6 +-
17844 scripts/sortextable.h | 6 +-
17845 scripts/tags.sh | 2 +-
17846 security/Kconfig | 692 +-
17847 security/integrity/ima/ima.h | 4 +-
17848 security/integrity/ima/ima_api.c | 2 +-
17849 security/integrity/ima/ima_fs.c | 4 +-
17850 security/integrity/ima/ima_queue.c | 2 +-
17851 security/keys/key.c | 18 +-
17852 security/selinux/avc.c | 6 +-
17853 security/selinux/include/xfrm.h | 2 +-
17854 security/yama/yama_lsm.c | 2 +-
17855 sound/aoa/codecs/onyx.c | 7 +-
17856 sound/aoa/codecs/onyx.h | 1 +
17857 sound/core/oss/pcm_oss.c | 18 +-
17858 sound/core/pcm_compat.c | 2 +-
17859 sound/core/pcm_native.c | 4 +-
17860 sound/core/sound.c | 2 +-
17861 sound/drivers/mts64.c | 14 +-
17862 sound/drivers/opl4/opl4_lib.c | 2 +-
17863 sound/drivers/portman2x4.c | 3 +-
17864 sound/firewire/amdtp.c | 4 +-
17865 sound/firewire/amdtp.h | 4 +-
17866 sound/firewire/isight.c | 10 +-
17867 sound/firewire/scs1x.c | 8 +-
17868 sound/oss/sb_audio.c | 2 +-
17869 sound/oss/swarm_cs4297a.c | 6 +-
17870 sound/pci/hda/hda_codec.c | 2 +-
17871 sound/pci/ymfpci/ymfpci.h | 2 +-
17872 sound/pci/ymfpci/ymfpci_main.c | 12 +-
17873 sound/soc/codecs/sti-sas.c | 10 +-
17874 sound/soc/soc-ac97.c | 6 +-
17875 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
17876 tools/gcc/Makefile | 42 +
17877 tools/gcc/checker_plugin.c | 150 +
17878 tools/gcc/colorize_plugin.c | 215 +
17879 tools/gcc/constify_plugin.c | 571 +
17880 tools/gcc/gcc-common.h | 812 +
17881 tools/gcc/initify_plugin.c | 552 +
17882 tools/gcc/kallocstat_plugin.c | 188 +
17883 tools/gcc/kernexec_plugin.c | 549 +
17884 tools/gcc/latent_entropy_plugin.c | 470 +
17885 tools/gcc/size_overflow_plugin/.gitignore | 2 +
17886 tools/gcc/size_overflow_plugin/Makefile | 28 +
17887 .../disable_size_overflow_hash.data |12422 ++++++++++++
17888 .../generate_size_overflow_hash.sh | 103 +
17889 .../insert_size_overflow_asm.c | 416 +
17890 .../size_overflow_plugin/intentional_overflow.c | 1010 +
17891 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
17892 tools/gcc/size_overflow_plugin/size_overflow.h | 323 +
17893 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
17894 .../size_overflow_plugin/size_overflow_hash.data |20735 ++++++++++++++++++++
17895 .../size_overflow_hash_aux.data | 92 +
17896 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 ++
17897 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
17898 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
17899 .../size_overflow_plugin_hash.c | 352 +
17900 .../size_overflow_plugin/size_overflow_transform.c | 749 +
17901 .../size_overflow_transform_core.c | 1010 +
17902 tools/gcc/stackleak_plugin.c | 436 +
17903 tools/gcc/structleak_plugin.c | 287 +
17904 tools/include/linux/compiler.h | 8 +
17905 tools/lib/api/Makefile | 2 +-
17906 tools/perf/util/include/asm/alternative-asm.h | 3 +
17907 tools/virtio/linux/uaccess.h | 2 +-
17908 virt/kvm/kvm_main.c | 42 +-
17909 1944 files changed, 66925 insertions(+), 8949 deletions(-)
17910 commit 87790bbd0d8dc2bd7fd86cb947e32886db9e9766
17911 Author: Matthew Wilcox <willy@linux.intel.com>
17912 Date: Tue Feb 2 16:57:52 2016 -0800
17913
17914 radix-tree: fix race in gang lookup
17915
17916 If the indirect_ptr bit is set on a slot, that indicates we need to redo
17917 the lookup. Introduce a new function radix_tree_iter_retry() which
17918 forces the loop to retry the lookup by setting 'slot' to NULL and
17919 turning the iterator back to point at the problematic entry.
17920
17921 This is a pretty rare problem to hit at the moment; the lookup has to
17922 race with a grow of the radix tree from a height of 0. The consequences
17923 of hitting this race are that gang lookup could return a pointer to a
17924 radix_tree_node instead of a pointer to whatever the user had inserted
17925 in the tree.
17926
17927 Fixes: cebbd29e1c2f ("radix-tree: rewrite gang lookup using iterator")
17928 Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
17929 Cc: Hugh Dickins <hughd@google.com>
17930 Cc: Ohad Ben-Cohen <ohad@wizery.com>
17931 Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
17932 Cc: <stable@vger.kernel.org>
17933 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
17934 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
17935
17936 include/linux/radix-tree.h | 16 ++++++++++++++++
17937 lib/radix-tree.c | 12 ++++++++++--
17938 2 files changed, 26 insertions(+), 2 deletions(-)
17939
17940 commit bf628043b4589c910919a0f221ae7f42aa8cea93
17941 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
17942 Date: Wed Feb 3 02:11:03 2016 +0100
17943
17944 unix: correctly track in-flight fds in sending process user_struct
17945
17946 The commit referenced in the Fixes tag incorrectly accounted the number
17947 of in-flight fds over a unix domain socket to the original opener
17948 of the file-descriptor. This allows another process to arbitrary
17949 deplete the original file-openers resource limit for the maximum of
17950 open files. Instead the sending processes and its struct cred should
17951 be credited.
17952
17953 To do so, we add a reference counted struct user_struct pointer to the
17954 scm_fp_list and use it to account for the number of inflight unix fds.
17955
17956 Fixes: 712f4aad406bb1 ("unix: properly account for FDs passed over unix sockets")
17957 Reported-by: David Herrmann <dh.herrmann@gmail.com>
17958 Cc: David Herrmann <dh.herrmann@gmail.com>
17959 Cc: Willy Tarreau <w@1wt.eu>
17960 Cc: Linus Torvalds <torvalds@linux-foundation.org>
17961 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
17962 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
17963 Signed-off-by: David S. Miller <davem@davemloft.net>
17964
17965 include/net/af_unix.h | 4 ++--
17966 include/net/scm.h | 1 +
17967 net/core/scm.c | 7 +++++++
17968 net/unix/af_unix.c | 4 ++--
17969 net/unix/garbage.c | 8 ++++----
17970 5 files changed, 16 insertions(+), 8 deletions(-)
17971
17972 commit e830db443ff78d70b7b63536e688d73907face0c
17973 Author: Mike Kravetz <mike.kravetz@oracle.com>
17974 Date: Fri Jan 15 16:57:37 2016 -0800
17975
17976 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
17977
17978 Hillf Danton noticed bugs in the hugetlb_vmtruncate_list routine. The
17979 argument end is of type pgoff_t. It was being converted to a vaddr
17980 offset and passed to unmap_hugepage_range. However, end was also being
17981 used as an argument to the vma_interval_tree_foreach controlling loop.
17982 In addition, the conversion of end to vaddr offset was incorrect.
17983
17984 hugetlb_vmtruncate_list is called as part of a file truncate or
17985 fallocate hole punch operation.
17986
17987 When truncating a hugetlbfs file, this bug could prevent some pages from
17988 being unmapped. This is possible if there are multiple vmas mapping the
17989 file, and there is a sufficiently sized hole between the mappings. The
17990 size of the hole between two vmas (A,B) must be such that the starting
17991 virtual address of B is greater than (ending virtual address of A <<
17992 PAGE_SHIFT). In this case, the pages in B would not be unmapped. If
17993 pages are not properly unmapped during truncate, the following BUG is
17994 hit:
17995
17996 kernel BUG at fs/hugetlbfs/inode.c:428!
17997
17998 In the fallocate hole punch case, this bug could prevent pages from
17999 being unmapped as in the truncate case. However, for hole punch the
18000 result is that unmapped pages will not be removed during the operation.
18001 For hole punch, it is also possible that more pages than desired will be
18002 unmapped. This unnecessary unmapping will cause page faults to
18003 reestablish the mappings on subsequent page access.
18004
18005 Fixes: 1bfad99ab (" hugetlbfs: hugetlb_vmtruncate_list() needs to take a range")Reported-by: Hillf Danton <hillf.zj@alibaba-inc.com>
18006 Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
18007 Cc: Hugh Dickins <hughd@google.com>
18008 Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
18009 Cc: Davidlohr Bueso <dave@stgolabs.net>
18010 Cc: Dave Hansen <dave.hansen@linux.intel.com>
18011 Cc: <stable@vger.kernel.org> [4.3]
18012 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18013 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18014
18015 fs/hugetlbfs/inode.c | 19 +++++++++++--------
18016 1 files changed, 11 insertions(+), 8 deletions(-)
18017
18018 commit cdb3ba4a9113b779347387f3b6c6ea72dd4db12f
18019 Author: Takashi Iwai <tiwai@suse.de>
18020 Date: Thu Feb 4 17:06:13 2016 +0100
18021
18022 ALSA: timer: Fix leftover link at closing
18023
18024 In ALSA timer core, the active timer instance is managed in
18025 active_list linked list. Each element is added / removed dynamically
18026 at timer start, stop and in timer interrupt. The problem is that
18027 snd_timer_interrupt() has a thinko and leaves the element in
18028 active_list when it's the last opened element. This eventually leads
18029 to list corruption or use-after-free error.
18030
18031 This hasn't been revealed because we used to delete the list forcibly
18032 in snd_timer_stop() in the past. However, the recent fix avoids the
18033 double-stop behavior (in commit [f784beb75ce8: ALSA: timer: Fix link
18034 corruption due to double start or stop]), and this leak hits reality.
18035
18036 This patch fixes the link management in snd_timer_interrupt(). Now it
18037 simply unlinks no matter which stream is.
18038
18039 BugLink: http://lkml.kernel.org/r/CACT4Y+Yy2aukHP-EDp8-ziNqNNmb-NTf=jDWXMP7jB8HDa2vng@mail.gmail.com
18040 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18041 Cc: <stable@vger.kernel.org>
18042 Signed-off-by: Takashi Iwai <tiwai@suse.de>
18043
18044 sound/core/timer.c | 4 ++--
18045 1 files changed, 2 insertions(+), 2 deletions(-)
18046
18047 commit 47d9647902f6a2f46a2be1e0140ba0f6f8c06008
18048 Author: Konstantin Khlebnikov <koct9i@gmail.com>
18049 Date: Fri Feb 5 15:37:01 2016 -0800
18050
18051 radix-tree: fix oops after radix_tree_iter_retry
18052
18053 Helper radix_tree_iter_retry() resets next_index to the current index.
18054 In following radix_tree_next_slot current chunk size becomes zero. This
18055 isn't checked and it tries to dereference null pointer in slot.
18056
18057 Tagged iterator is fine because retry happens only at slot 0 where tag
18058 bitmask in iter->tags is filled with single bit.
18059
18060 Fixes: 46437f9a554f ("radix-tree: fix race in gang lookup")
18061 Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
18062 Cc: Matthew Wilcox <willy@linux.intel.com>
18063 Cc: Hugh Dickins <hughd@google.com>
18064 Cc: Ohad Ben-Cohen <ohad@wizery.com>
18065 Cc: Jeremiah Mahler <jmmahler@gmail.com>
18066 Cc: <stable@vger.kernel.org>
18067 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18068 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18069
18070 include/linux/radix-tree.h | 6 +++---
18071 1 files changed, 3 insertions(+), 3 deletions(-)
18072
18073 commit 95b5dcb3c01958502af00b0bc0da1d906aae11a2
18074 Merge: 438be0b 256aeaf
18075 Author: Brad Spengler <spender@grsecurity.net>
18076 Date: Sun Feb 7 08:29:33 2016 -0500
18077
18078 Merge branch 'pax-test' into grsec-test
18079
18080 commit 256aeaf87c22de8edf1f03682a572c590ae07771
18081 Author: Brad Spengler <spender@grsecurity.net>
18082 Date: Sun Feb 7 08:29:09 2016 -0500
18083
18084 Update to pax-linux-4.3.5-test28.patch:
18085 - 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)
18086 - spender fixed UDEREF on arm
18087
18088 arch/arm/Kconfig | 1 +
18089 arch/arm/include/asm/domain.h | 21 ++++++++-
18090 arch/arm/include/asm/futex.h | 9 ----
18091 arch/arm/include/asm/thread_info.h | 3 +
18092 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
18093 arch/arm/kernel/entry-armv.S | 2 +-
18094 arch/arm/kernel/process.c | 2 +-
18095 arch/arm/mm/alignment.c | 8 ----
18096 arch/x86/mm/numa.c | 2 +-
18097 security/Kconfig | 1 -
18098 10 files changed, 60 insertions(+), 70 deletions(-)
18099
18100 commit 438be0bd112bd17942b2628c53054dc1007558a1
18101 Author: Brad Spengler <spender@grsecurity.net>
18102 Date: Sat Feb 6 19:50:31 2016 -0500
18103
18104 Fix a number of issues caused by the upstream merging of a UDEREF ripoff resulting in unbootable
18105 ARM systems reported on the forums
18106
18107 arch/arm/Kconfig | 1 +
18108 arch/arm/include/asm/domain.h | 21 ++++++++-
18109 arch/arm/include/asm/futex.h | 9 ----
18110 arch/arm/include/asm/thread_info.h | 3 +
18111 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
18112 arch/arm/kernel/entry-armv.S | 2 +-
18113 arch/arm/kernel/process.c | 2 +-
18114 arch/arm/mm/alignment.c | 8 ----
18115 security/Kconfig | 1 -
18116 9 files changed, 59 insertions(+), 69 deletions(-)
18117
18118 commit 4ffdd5ef1f87e611af1efb4f251ada92abe9f4c0
18119 Author: Brad Spengler <spender@grsecurity.net>
18120 Date: Sat Feb 6 11:21:53 2016 -0500
18121
18122 Fix another compiler warning
18123
18124 net/ipv4/tcp_input.c | 2 ++
18125 1 files changed, 2 insertions(+), 0 deletions(-)
18126
18127 commit 30b5b7bc0fd67d458bdd5ab35e4689769eabd2ed
18128 Author: Brad Spengler <spender@grsecurity.net>
18129 Date: Sat Feb 6 11:16:12 2016 -0500
18130
18131 Fix two compiler warnings
18132
18133 kernel/pid.c | 5 ++---
18134 kernel/ptrace.c | 3 ++-
18135 2 files changed, 4 insertions(+), 4 deletions(-)
18136
18137 commit dda4d2a21914c480750f10bd55c6e3203d415d8d
18138 Author: Brad Spengler <spender@grsecurity.net>
18139 Date: Wed Feb 3 21:22:40 2016 -0500
18140
18141 Apply fix for integer truncation in NUMA init code, reported by
18142 x14sg1 on the forums:
18143 https://forums.grsecurity.net/viewtopic.php?f=3&t=4374
18144
18145 arch/x86/mm/numa.c | 2 +-
18146 1 files changed, 1 insertions(+), 1 deletions(-)
18147
18148 commit 477505f7c893cb6a2c3e22f83eefd9c985d7b3ca
18149 Merge: a781740 016d0d8
18150 Author: Brad Spengler <spender@grsecurity.net>
18151 Date: Wed Feb 3 21:20:58 2016 -0500
18152
18153 Merge branch 'pax-test' into grsec-test
18154
18155 commit 016d0d81a8dd4be1304c82a68e0ccf425868f467
18156 Author: Brad Spengler <spender@grsecurity.net>
18157 Date: Wed Feb 3 21:20:10 2016 -0500
18158
18159 Update to pax-linux-4.3.5-test27.patch:
18160 - fixed a bunch of potential REFCOUNT false positives, reported by Emese
18161 - restored padding in fpregs_state for storing AVX-512 state in the future
18162 - constified netlink_dump_control
18163 - added const version of debug_gimple_stmt for gcc plugins, by Emese
18164 - Emese fixed a bug in initify that could have initified too much
18165 - Emese fixed a false positive intentional integer overflow in xfrm4_extract_header, reported by corsac
18166
18167 arch/x86/include/asm/fpu/types.h | 1 +
18168 arch/x86/include/asm/mmu_context.h | 2 +-
18169 block/blk-cgroup.c | 18 ++--
18170 block/cfq-iosched.c | 4 +-
18171 crypto/crypto_user.c | 8 ++-
18172 drivers/acpi/apei/ghes.c | 6 +-
18173 drivers/char/ipmi/ipmi_ssif.c | 12 ++--
18174 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
18175 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
18176 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
18177 drivers/infiniband/core/netlink.c | 5 +-
18178 drivers/infiniband/hw/cxgb4/device.c | 6 +-
18179 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
18180 drivers/md/bcache/alloc.c | 2 +-
18181 drivers/md/bcache/bcache.h | 10 +-
18182 drivers/md/bcache/btree.c | 2 +-
18183 drivers/md/bcache/io.c | 10 +-
18184 drivers/md/bcache/journal.c | 2 +-
18185 drivers/md/bcache/stats.c | 26 +++---
18186 drivers/md/bcache/stats.h | 16 ++--
18187 drivers/md/bcache/super.c | 2 +-
18188 drivers/md/bcache/sysfs.c | 20 +++---
18189 drivers/md/dm-cache-target.c | 98 ++++++++++++------------
18190 drivers/md/dm-raid.c | 2 +-
18191 drivers/md/md.c | 6 +-
18192 drivers/md/md.h | 2 +-
18193 drivers/md/raid1.c | 2 +-
18194 drivers/md/raid10.c | 2 +-
18195 drivers/md/raid5.c | 4 +-
18196 drivers/media/pci/zoran/zoran.h | 1 -
18197 drivers/media/pci/zoran/zoran_driver.c | 3 -
18198 drivers/net/ethernet/sfc/selftest.c | 20 +++---
18199 drivers/net/irda/vlsi_ir.c | 18 ++--
18200 drivers/net/irda/vlsi_ir.h | 14 ++--
18201 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
18202 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
18203 drivers/net/wireless/ath/carl9170/main.c | 10 +-
18204 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
18205 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
18206 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
18207 drivers/scsi/hptiop.c | 2 -
18208 drivers/scsi/hptiop.h | 1 -
18209 drivers/scsi/ipr.c | 6 +-
18210 drivers/scsi/ipr.h | 2 +-
18211 drivers/scsi/qla2xxx/qla_target.c | 10 +-
18212 drivers/scsi/qla2xxx/qla_target.h | 2 +-
18213 fs/btrfs/ctree.c | 2 +-
18214 fs/btrfs/ctree.h | 4 +-
18215 fs/btrfs/delayed-ref.c | 4 +-
18216 fs/btrfs/disk-io.c | 4 +-
18217 fs/btrfs/file.c | 4 +-
18218 fs/btrfs/raid56.c | 32 ++++----
18219 fs/btrfs/tests/btrfs-tests.c | 2 +-
18220 fs/btrfs/transaction.c | 2 +-
18221 fs/btrfs/tree-log.c | 8 +-
18222 fs/btrfs/volumes.c | 14 ++--
18223 fs/btrfs/volumes.h | 22 +++---
18224 fs/jbd2/commit.c | 2 +-
18225 fs/jbd2/transaction.c | 4 +-
18226 fs/ocfs2/dlm/dlmcommon.h | 4 +-
18227 fs/ocfs2/dlm/dlmdebug.c | 10 +-
18228 fs/ocfs2/dlm/dlmdomain.c | 4 +-
18229 fs/ocfs2/dlm/dlmmaster.c | 4 +-
18230 include/acpi/ghes.h | 2 +-
18231 include/linux/blk-cgroup.h | 24 +++---
18232 include/linux/jbd2.h | 2 +-
18233 include/linux/netlink.h | 12 ++--
18234 include/net/cfg802154.h | 2 +-
18235 include/net/mac80211.h | 2 +-
18236 include/net/neighbour.h | 2 +-
18237 kernel/rcu/tree_plugin.h | 4 +-
18238 net/batman-adv/routing.c | 4 +-
18239 net/batman-adv/soft-interface.c | 2 +-
18240 net/batman-adv/translation-table.c | 14 ++--
18241 net/batman-adv/types.h | 2 +-
18242 net/core/neighbour.c | 14 ++--
18243 net/core/rtnetlink.c | 2 +-
18244 net/ipv4/arp.c | 2 +-
18245 net/ipv4/inet_diag.c | 4 +-
18246 net/ipv4/xfrm4_state.c | 4 +-
18247 net/ipv6/ndisc.c | 2 +-
18248 net/mac80211/cfg.c | 2 +-
18249 net/mac80211/debugfs_key.c | 2 +-
18250 net/mac80211/key.c | 4 +-
18251 net/mac80211/tx.c | 2 +-
18252 net/mac80211/wpa.c | 10 +-
18253 net/mac802154/iface.c | 4 +-
18254 net/netfilter/ipset/ip_set_core.c | 2 +-
18255 net/netfilter/nf_conntrack_netlink.c | 22 +++---
18256 net/netfilter/nf_tables_api.c | 13 ++--
18257 net/netfilter/nfnetlink_acct.c | 7 +-
18258 net/netfilter/nfnetlink_cthelper.c | 2 +-
18259 net/netfilter/nfnetlink_cttimeout.c | 2 +-
18260 net/netlink/af_netlink.c | 10 ++-
18261 net/netlink/diag.c | 2 +-
18262 net/netlink/genetlink.c | 14 ++--
18263 net/packet/af_packet.c | 18 ++--
18264 net/packet/diag.c | 2 +-
18265 net/packet/internal.h | 6 +-
18266 net/unix/diag.c | 2 +-
18267 net/xfrm/xfrm_user.c | 2 +-
18268 security/apparmor/include/policy.h | 2 +-
18269 security/apparmor/policy.c | 4 +-
18270 sound/core/seq/seq_clientmgr.c | 2 +-
18271 sound/core/seq/seq_fifo.c | 6 +-
18272 sound/core/seq/seq_fifo.h | 2 +-
18273 tools/gcc/gcc-common.h | 24 ++++--
18274 tools/gcc/initify_plugin.c | 7 +-
18275 tools/lib/api/Makefile | 2 +-
18276 109 files changed, 399 insertions(+), 391 deletions(-)
18277
18278 commit a7817402ac837b1aee07fac42537a02097055098
18279 Author: Matt Fleming <matt@codeblueprint.co.uk>
18280 Date: Fri Jan 29 11:36:10 2016 +0000
18281
18282 x86/mm/pat: Avoid truncation when converting cpa->numpages to address
18283
18284 There are a couple of nasty truncation bugs lurking in the pageattr
18285 code that can be triggered when mapping EFI regions, e.g. when we pass
18286 a cpa->pgd pointer. Because cpa->numpages is a 32-bit value, shifting
18287 left by PAGE_SHIFT will truncate the resultant address to 32-bits.
18288
18289 Viorel-Cătălin managed to trigger this bug on his Dell machine that
18290 provides a ~5GB EFI region which requires 1236992 pages to be mapped.
18291 When calling populate_pud() the end of the region gets calculated
18292 incorrectly in the following buggy expression,
18293
18294 end = start + (cpa->numpages << PAGE_SHIFT);
18295
18296 And only 188416 pages are mapped. Next, populate_pud() gets invoked
18297 for a second time because of the loop in __change_page_attr_set_clr(),
18298 only this time no pages get mapped because shifting the remaining
18299 number of pages (1048576) by PAGE_SHIFT is zero. At which point the
18300 loop in __change_page_attr_set_clr() spins forever because we fail to
18301 map progress.
18302
18303 Hitting this bug depends very much on the virtual address we pick to
18304 map the large region at and how many pages we map on the initial run
18305 through the loop. This explains why this issue was only recently hit
18306 with the introduction of commit
18307
18308 a5caa209ba9c ("x86/efi: Fix boot crash by mapping EFI memmap
18309 entries bottom-up at runtime, instead of top-down")
18310
18311 It's interesting to note that safe uses of cpa->numpages do exist in
18312 the pageattr code. If instead of shifting ->numpages we multiply by
18313 PAGE_SIZE, no truncation occurs because PAGE_SIZE is a UL value, and
18314 so the result is unsigned long.
18315
18316 To avoid surprises when users try to convert very large cpa->numpages
18317 values to addresses, change the data type from 'int' to 'unsigned
18318 long', thereby making it suitable for shifting by PAGE_SHIFT without
18319 any type casting.
18320
18321 The alternative would be to make liberal use of casting, but that is
18322 far more likely to cause problems in the future when someone adds more
18323 code and fails to cast properly; this bug was difficult enough to
18324 track down in the first place.
18325
18326 Reported-and-tested-by: Viorel-Cătălin Răpițeanu <rapiteanu.catalin@gmail.com>
18327 Acked-by: Borislav Petkov <bp@alien8.de>
18328 Cc: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
18329 Cc: <stable@vger.kernel.org>
18330 Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
18331 Link: https://bugzilla.kernel.org/show_bug.cgi?id=110131
18332 Link: http://lkml.kernel.org/r/1454067370-10374-1-git-send-email-matt@codeblueprint.co.uk
18333 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
18334
18335 arch/x86/mm/pageattr.c | 4 ++--
18336 1 files changed, 2 insertions(+), 2 deletions(-)
18337
18338 commit 64dd9d7a67a742fda257cdd16510c29e695c34b5
18339 Author: Jan Beulich <JBeulich@suse.com>
18340 Date: Tue Jan 26 04:15:18 2016 -0700
18341
18342 x86/mm: Fix types used in pgprot cacheability flags translations
18343
18344 For PAE kernels "unsigned long" is not suitable to hold page protection
18345 flags, since _PAGE_NX doesn't fit there. This is the reason for quite a
18346 few W+X pages getting reported as insecure during boot (observed namely
18347 for the entire initrd range).
18348
18349 Fixes: 281d4078be ("x86: Make page cache mode a real type")
18350 Signed-off-by: Jan Beulich <jbeulich@suse.com>
18351 Reviewed-by: Juergen Gross <JGross@suse.com>
18352 Cc: stable@vger.kernel.org
18353 Link: http://lkml.kernel.org/r/56A7635602000078000CAFF1@prv-mh.provo.novell.com
18354 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
18355
18356 arch/x86/include/asm/pgtable_types.h | 6 ++----
18357 1 files changed, 2 insertions(+), 4 deletions(-)
18358
18359 commit bb9a3a9df0d8dfc96d521676e64c42b37ba22aea
18360 Merge: 682d661 f74425b
18361 Author: Brad Spengler <spender@grsecurity.net>
18362 Date: Sun Jan 31 15:06:25 2016 -0500
18363
18364 Merge branch 'pax-test' into grsec-test
18365
18366 Conflicts:
18367 drivers/net/slip/slhc.c
18368 include/linux/sched.h
18369 net/unix/af_unix.c
18370 sound/core/timer.c
18371
18372 commit f74425b5705bfe52aff9e97659ef10c4a14176c3
18373 Merge: d14af1f 849a2d3
18374 Author: Brad Spengler <spender@grsecurity.net>
18375 Date: Sun Jan 31 15:02:55 2016 -0500
18376
18377 Merge branch 'linux-4.3.y' into pax-test
18378
18379 Conflicts:
18380 arch/x86/include/asm/mmu_context.h
18381
18382 commit 682d6611d75542e351c973c8dd74a99d3966c073
18383 Author: Brad Spengler <spender@grsecurity.net>
18384 Date: Sat Jan 30 13:05:03 2016 -0500
18385
18386 Based on a report from Mathias Krause, fix up a number of additional instances
18387 of ulong overflow when passing in values to gr_learn_resource by saturating
18388 to ULONG_MAX
18389
18390 mm/mlock.c | 11 ++++++++---
18391 mm/mmap.c | 16 +++++++++++++---
18392 2 files changed, 21 insertions(+), 6 deletions(-)
18393
18394 commit adb52e95fb9ad4ac9c56cd5d47bd668f47c33096
18395 Author: Jann Horn <jann@thejh.net>
18396 Date: Sat Dec 26 06:00:48 2015 +0100
18397
18398 seccomp: always propagate NO_NEW_PRIVS on tsync
18399
18400 Before this patch, a process with some permissive seccomp filter
18401 that was applied by root without NO_NEW_PRIVS was able to add
18402 more filters to itself without setting NO_NEW_PRIVS by setting
18403 the new filter from a throwaway thread with NO_NEW_PRIVS.
18404
18405 Signed-off-by: Jann Horn <jann@thejh.net>
18406 Cc: stable@vger.kernel.org
18407 Signed-off-by: Kees Cook <keescook@chromium.org>
18408
18409 kernel/seccomp.c | 22 +++++++++++-----------
18410 1 files changed, 11 insertions(+), 11 deletions(-)
18411
18412 commit b85450498a3bbf269441c8963d7574bb3079c838
18413 Merge: 59c216f d14af1f
18414 Author: Brad Spengler <spender@grsecurity.net>
18415 Date: Fri Jan 29 20:54:13 2016 -0500
18416
18417 Merge branch 'pax-test' into grsec-test
18418
18419 commit d14af1f1dd66511f3f0674deee2b572972012b39
18420 Author: Brad Spengler <spender@grsecurity.net>
18421 Date: Fri Jan 29 20:53:51 2016 -0500
18422
18423 Update to pax-linux-4.3.4-test26.patch:
18424 - Emese fixed a few intentional overflows introduced by gcc, reported by StalkR (https://forums.grsecurity.net/viewtopic.php?f=3&t=4370)
18425
18426 fs/cifs/file.c | 2 +-
18427 fs/gfs2/file.c | 2 +-
18428 .../size_overflow_plugin/intentional_overflow.c | 96 ++++++++++++++++++--
18429 tools/gcc/size_overflow_plugin/size_overflow.h | 2 +
18430 .../size_overflow_plugin/size_overflow_plugin.c | 4 +-
18431 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
18432 .../size_overflow_transform_core.c | 5 +
18433 7 files changed, 102 insertions(+), 15 deletions(-)
18434
18435 commit 59c216f13587eacdd692386b7a403ae78ed84fb6
18436 Author: Brad Spengler <spender@grsecurity.net>
18437 Date: Wed Jan 27 17:57:21 2016 -0500
18438
18439 Fix a size_overflow report reported by Mathias Krause in our
18440 truncation of an loff_t to an unsigned long when being passed
18441 to gr_learn_resource() (as all resource checks are against unsigned long
18442 values)
18443
18444 fs/attr.c | 5 ++++-
18445 1 files changed, 4 insertions(+), 1 deletions(-)
18446
18447 commit 70636c6ad60fc1db3af764ecc789b827b7497a97
18448 Author: Yuchung Cheng <ycheng@google.com>
18449 Date: Wed Jan 6 12:42:38 2016 -0800
18450
18451 tcp: fix zero cwnd in tcp_cwnd_reduction
18452
18453 Patch 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode
18454 conditionally") introduced a bug that cwnd may become 0 when both
18455 inflight and sndcnt are 0 (cwnd = inflight + sndcnt). This may lead
18456 to a div-by-zero if the connection starts another cwnd reduction
18457 phase by setting tp->prior_cwnd to the current cwnd (0) in
18458 tcp_init_cwnd_reduction().
18459
18460 To prevent this we skip PRR operation when nothing is acked or
18461 sacked. Then cwnd must be positive in all cases as long as ssthresh
18462 is positive:
18463
18464 1) The proportional reduction mode
18465 inflight > ssthresh > 0
18466
18467 2) The reduction bound mode
18468 a) inflight == ssthresh > 0
18469
18470 b) inflight < ssthresh
18471 sndcnt > 0 since newly_acked_sacked > 0 and inflight < ssthresh
18472
18473 Therefore in all cases inflight and sndcnt can not both be 0.
18474 We check invalid tp->prior_cwnd to avoid potential div0 bugs.
18475
18476 In reality this bug is triggered only with a sequence of less common
18477 events. For example, the connection is terminating an ECN-triggered
18478 cwnd reduction with an inflight 0, then it receives reordered/old
18479 ACKs or DSACKs from prior transmission (which acks nothing). Or the
18480 connection is in fast recovery stage that marks everything lost,
18481 but fails to retransmit due to local issues, then receives data
18482 packets from other end which acks nothing.
18483
18484 Fixes: 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode conditionally")
18485 Reported-by: Oleksandr Natalenko <oleksandr@natalenko.name>
18486 Signed-off-by: Yuchung Cheng <ycheng@google.com>
18487 Signed-off-by: Neal Cardwell <ncardwell@google.com>
18488 Signed-off-by: Eric Dumazet <edumazet@google.com>
18489 Signed-off-by: David S. Miller <davem@davemloft.net>
18490
18491 net/ipv4/tcp_input.c | 3 +++
18492 1 files changed, 3 insertions(+), 0 deletions(-)
18493
18494 commit dac1da2bedbb43195d371c7a192cfeeb45683df0
18495 Author: Eric Dumazet <edumazet@google.com>
18496 Date: Sun Jan 24 13:53:50 2016 -0800
18497
18498 af_unix: fix struct pid memory leak
18499
18500 Dmitry reported a struct pid leak detected by a syzkaller program.
18501
18502 Bug happens in unix_stream_recvmsg() when we break the loop when a
18503 signal is pending, without properly releasing scm.
18504
18505 Fixes: b3ca9b02b007 ("net: fix multithreaded signal handling in unix recv routines")
18506 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18507 Signed-off-by: Eric Dumazet <edumazet@google.com>
18508 Cc: Rainer Weikusat <rweikusat@mobileactivedefense.com>
18509 Signed-off-by: David S. Miller <davem@davemloft.net>
18510
18511 net/unix/af_unix.c | 1 +
18512 1 files changed, 1 insertions(+), 0 deletions(-)
18513
18514 commit 15cc47f127520d1ac0c1fe76d993c2c27f0f2571
18515 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
18516 Date: Fri Jan 22 01:39:43 2016 +0100
18517
18518 pptp: fix illegal memory access caused by multiple bind()s
18519
18520 Several times already this has been reported as kasan reports caused by
18521 syzkaller and trinity and people always looked at RCU races, but it is
18522 much more simple. :)
18523
18524 In case we bind a pptp socket multiple times, we simply add it to
18525 the callid_sock list but don't remove the old binding. Thus the old
18526 socket stays in the bucket with unused call_id indexes and doesn't get
18527 cleaned up. This causes various forms of kasan reports which were hard
18528 to pinpoint.
18529
18530 Simply don't allow multiple binds and correct error handling in
18531 pptp_bind. Also keep sk_state bits in place in pptp_connect.
18532
18533 Fixes: 00959ade36acad ("PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)")
18534 Cc: Dmitry Kozlov <xeb@mail.ru>
18535 Cc: Sasha Levin <sasha.levin@oracle.com>
18536 Cc: Dmitry Vyukov <dvyukov@google.com>
18537 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18538 Cc: Dave Jones <davej@codemonkey.org.uk>
18539 Reported-by: Dave Jones <davej@codemonkey.org.uk>
18540 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
18541 Signed-off-by: David S. Miller <davem@davemloft.net>
18542
18543 drivers/net/ppp/pptp.c | 34 ++++++++++++++++++++++++----------
18544 1 files changed, 24 insertions(+), 10 deletions(-)
18545
18546 commit e2b7b8c66851c85188fa6dab2d2b2a6c85bc7332
18547 Author: Brad Spengler <spender@grsecurity.net>
18548 Date: Tue Jan 26 18:17:10 2016 -0500
18549
18550 Add info about cpupower/powertop to GRKERNSEC_KMEM, was present on our
18551 wiki but was removed from the config help at some point
18552
18553 grsecurity/Kconfig | 3 +++
18554 1 files changed, 3 insertions(+), 0 deletions(-)
18555
18556 commit ce2e88efa000fc32bfcd84098f57c8ed8310fefc
18557 Author: Thomas Egerer <hakke_007@gmx.de>
18558 Date: Mon Jan 25 12:58:44 2016 +0100
18559
18560 ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
18561
18562 The ESP algorithms using CBC mode require echainiv. Hence INET*_ESP have
18563 to select CRYPTO_ECHAINIV in order to work properly. This solves the
18564 issues caused by a misconfiguration as described in [1].
18565 The original approach, patching crypto/Kconfig was turned down by
18566 Herbert Xu [2].
18567
18568 [1] https://lists.strongswan.org/pipermail/users/2015-December/009074.html
18569 [2] http://marc.info/?l=linux-crypto-vger&m=145224655809562&w=2
18570
18571 Signed-off-by: Thomas Egerer <hakke_007@gmx.de>
18572 Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
18573 Signed-off-by: David S. Miller <davem@davemloft.net>
18574
18575 net/ipv4/Kconfig | 1 +
18576 net/ipv6/Kconfig | 1 +
18577 2 files changed, 2 insertions(+), 0 deletions(-)
18578
18579 commit fca5a303155ea67d28aece0caf2b03ffc3b2668d
18580 Merge: 904114c 6339c1f
18581 Author: Brad Spengler <spender@grsecurity.net>
18582 Date: Tue Jan 26 18:08:40 2016 -0500
18583
18584 Merge branch 'pax-test' into grsec-test
18585
18586 commit 6339c1f9a9beafd417bf9f04d4b257e62aeb45b7
18587 Author: Brad Spengler <spender@grsecurity.net>
18588 Date: Tue Jan 26 18:07:51 2016 -0500
18589
18590 Update to pax-linux-4.3.4-test25.patch:
18591 - 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>
18592 - fixed init_new_context on !MODIFY_LDT_SYSCALL configs, reported by tjh (https://forums.grsecurity.net/viewtopic.php?f=3&t=4368)
18593 - fixed a few REFCOUNT false positives in SNMP related statistics
18594
18595 arch/x86/Kconfig | 2 +-
18596 arch/x86/include/asm/mmu_context.h | 17 +++++++++++++++++
18597 include/net/snmp.h | 10 +++++-----
18598 kernel/fork.c | 11 +++++++++--
18599 net/ipv4/proc.c | 8 ++++----
18600 net/ipv6/addrconf.c | 4 ++--
18601 net/ipv6/proc.c | 10 +++++-----
18602 7 files changed, 43 insertions(+), 19 deletions(-)
18603
18604 commit 904114c2fce3fdff5d57e763da56a78960db4e19
18605 Author: Al Viro <viro@zeniv.linux.org.uk>
18606 Date: Fri Jan 22 18:08:52 2016 -0500
18607
18608 make sure that freeing shmem fast symlinks is RCU-delayed
18609
18610 Cc: stable@vger.kernel.org # v4.2+
18611 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18612
18613 include/linux/shmem_fs.h | 5 +----
18614 mm/shmem.c | 9 ++++-----
18615 2 files changed, 5 insertions(+), 9 deletions(-)
18616
18617 commit ab86adee64312a2f827dd516cb199521327943ed
18618 Author: Sasha Levin <sasha.levin@oracle.com>
18619 Date: Mon Jan 18 19:23:51 2016 -0500
18620
18621 netfilter: nf_conntrack: use safer way to lock all buckets
18622
18623 When we need to lock all buckets in the connection hashtable we'd attempt to
18624 lock 1024 spinlocks, which is way more preemption levels than supported by
18625 the kernel. Furthermore, this behavior was hidden by checking if lockdep is
18626 enabled, and if it was - use only 8 buckets(!).
18627
18628 Fix this by using a global lock and synchronize all buckets on it when we
18629 need to lock them all. This is pretty heavyweight, but is only done when we
18630 need to resize the hashtable, and that doesn't happen often enough (or at all).
18631
18632 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
18633 Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
18634 Reviewed-by: Florian Westphal <fw@strlen.de>
18635 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
18636
18637 Conflicts:
18638
18639 net/netfilter/nfnetlink_cttimeout.c
18640
18641 include/net/netfilter/nf_conntrack_core.h | 8 ++----
18642 net/netfilter/nf_conntrack_core.c | 38 +++++++++++++++++++++-------
18643 net/netfilter/nf_conntrack_helper.c | 2 +-
18644 net/netfilter/nf_conntrack_netlink.c | 2 +-
18645 4 files changed, 33 insertions(+), 17 deletions(-)
18646
18647 commit 37014723527225481c720484bb788a1a6358072f
18648 Author: Willy Tarreau <w@1wt.eu>
18649 Date: Mon Jan 18 16:36:09 2016 +0100
18650
18651 pipe: limit the per-user amount of pages allocated in pipes
18652
18653 On no-so-small systems, it is possible for a single process to cause an
18654 OOM condition by filling large pipes with data that are never read. A
18655 typical process filling 4000 pipes with 1 MB of data will use 4 GB of
18656 memory. On small systems it may be tricky to set the pipe max size to
18657 prevent this from happening.
18658
18659 This patch makes it possible to enforce a per-user soft limit above
18660 which new pipes will be limited to a single page, effectively limiting
18661 them to 4 kB each, as well as a hard limit above which no new pipes may
18662 be created for this user. This has the effect of protecting the system
18663 against memory abuse without hurting other users, and still allowing
18664 pipes to work correctly though with less data at once.
18665
18666 The limit are controlled by two new sysctls : pipe-user-pages-soft, and
18667 pipe-user-pages-hard. Both may be disabled by setting them to zero. The
18668 default soft limit allows the default number of FDs per process (1024)
18669 to create pipes of the default size (64kB), thus reaching a limit of 64MB
18670 before starting to create only smaller pipes. With 256 processes limited
18671 to 1024 FDs each, this results in 1024*64kB + (256*1024 - 1024) * 4kB =
18672 1084 MB of memory allocated for a user. The hard limit is disabled by
18673 default to avoid breaking existing applications that make intensive use
18674 of pipes (eg: for splicing).
18675
18676 Reported-by: socketpair@gmail.com
18677 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
18678 Mitigates: CVE-2013-4312 (Linux 2.0+)
18679 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
18680 Signed-off-by: Willy Tarreau <w@1wt.eu>
18681 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18682
18683 Documentation/sysctl/fs.txt | 23 +++++++++++++++++++++
18684 fs/pipe.c | 47 +++++++++++++++++++++++++++++++++++++++++-
18685 include/linux/pipe_fs_i.h | 4 +++
18686 include/linux/sched.h | 1 +
18687 kernel/sysctl.c | 14 ++++++++++++
18688 5 files changed, 87 insertions(+), 2 deletions(-)
18689
18690 commit 51645fa198d194f746651dcfbc5f24a4cf8b9fb8
18691 Merge: 540f2af 7791ecb
18692 Author: Brad Spengler <spender@grsecurity.net>
18693 Date: Sat Jan 23 10:57:11 2016 -0500
18694
18695 Merge branch 'pax-test' into grsec-test
18696
18697 commit 7791ecb84f840343a5646236fd0d34e1fb450793
18698 Merge: 470069c 399588c
18699 Author: Brad Spengler <spender@grsecurity.net>
18700 Date: Sat Jan 23 10:56:47 2016 -0500
18701
18702 Merge branch 'linux-4.3.y' into pax-test
18703
18704 commit 540f2affebd42cdc26a699208ab4f1cb0cb75e33
18705 Author: Brad Spengler <spender@grsecurity.net>
18706 Date: Tue Jan 19 21:18:47 2016 -0500
18707
18708 Update size_overflow hash table
18709
18710 .../size_overflow_plugin/size_overflow_hash.data | 4 +++-
18711 1 files changed, 3 insertions(+), 1 deletions(-)
18712
18713 commit 7e649765626a28437f573f0fbe7a51a04615f041
18714 Author: Brad Spengler <spender@grsecurity.net>
18715 Date: Tue Jan 19 20:29:46 2016 -0500
18716
18717 Backport fix from: https://lkml.org/lkml/2015/12/13/187
18718
18719 fs/ext4/extents.c | 2 +-
18720 1 files changed, 1 insertions(+), 1 deletions(-)
18721
18722 commit 53b859cd0a5f5b6ad54fe0c879dfedaa3c5a3005
18723 Author: Jann Horn <jann@thejh.net>
18724 Date: Tue Jan 5 18:27:30 2016 +0100
18725
18726 compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)
18727
18728 This replaces all code in fs/compat_ioctl.c that translated
18729 ioctl arguments into a in-kernel structure, then performed
18730 do_ioctl under set_fs(KERNEL_DS), with code that allocates
18731 data on the user stack and can call the VFS ioctl handler
18732 under USER_DS.
18733
18734 This is done as a hardening measure because the caller
18735 does not know what kind of ioctl handler will be invoked,
18736 only that no corresponding compat_ioctl handler exists and
18737 what the ioctl command number is. The accidental
18738 invocation of an unlocked_ioctl handler that unexpectedly
18739 calls copy_to_user could be a severe security issue.
18740
18741 Signed-off-by: Jann Horn <jann@thejh.net>
18742 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18743
18744 Conflicts:
18745
18746 fs/compat_ioctl.c
18747
18748 fs/compat_ioctl.c | 130 ++++++++++++++++++++++++++++-------------------------
18749 1 files changed, 68 insertions(+), 62 deletions(-)
18750
18751 commit 3e89e770ae27e931cd1583f021abac41eeebc3e7
18752 Author: Al Viro <viro@zeniv.linux.org.uk>
18753 Date: Thu Jan 7 09:53:30 2016 -0500
18754
18755 compat_ioctl: don't pass fd around when not needed
18756
18757 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18758
18759 fs/compat_ioctl.c | 103 ++++++++++++++++++++++++++--------------------------
18760 fs/internal.h | 7 ++++
18761 fs/ioctl.c | 4 +-
18762 include/linux/fs.h | 2 -
18763 4 files changed, 61 insertions(+), 55 deletions(-)
18764
18765 commit 9d4e04082752d4d2d68445c4e6faf33a2613df55
18766 Author: Jann Horn <jann@thejh.net>
18767 Date: Tue Jan 5 18:27:29 2016 +0100
18768
18769 compat_ioctl: don't look up the fd twice
18770
18771 In code in fs/compat_ioctl.c that translates ioctl arguments
18772 into a in-kernel structure, then performs sys_ioctl, possibly
18773 under set_fs(KERNEL_DS), this commit changes the sys_ioctl
18774 calls to do_ioctl calls. do_ioctl is a new function that does
18775 the same thing as sys_ioctl, but doesn't look up the fd again.
18776
18777 This change is made to avoid (potential) security issues
18778 because of ioctl handlers that accept one of the ioctl
18779 commands I2C_FUNCS, VIDEO_GET_EVENT, MTIOCPOS, MTIOCGET,
18780 TIOCGSERIAL, TIOCSSERIAL, RTC_IRQP_READ, RTC_EPOCH_READ.
18781 This can happen for multiple reasons:
18782
18783 - The ioctl command number could be reused.
18784 - The ioctl handler might not check the full ioctl
18785 command. This is e.g. true for drm_ioctl.
18786 - The ioctl handler is very special, e.g. cuse_file_ioctl
18787
18788 The real issue is that set_fs(KERNEL_DS) is used here,
18789 but that's fixed in a separate commit
18790 "compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)".
18791
18792 This change mitigates potential security issues by
18793 preventing a race that permits invocation of
18794 unlocked_ioctl handlers under KERNEL_DS through compat
18795 code even if a corresponding compat_ioctl handler exists.
18796
18797 So far, no way has been identified to use this to damage
18798 kernel memory without having CAP_SYS_ADMIN in the init ns
18799 (with the capability, doing reads/writes at arbitrary
18800 kernel addresses should be easy through CUSE's ioctl
18801 handler with FUSE_IOCTL_UNRESTRICTED set).
18802
18803 [AV: two missed sys_ioctl() taken care of]
18804
18805 Signed-off-by: Jann Horn <jann@thejh.net>
18806 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
18807
18808 fs/compat_ioctl.c | 122 +++++++++++++++++++++++++++++-----------------------
18809 1 files changed, 68 insertions(+), 54 deletions(-)
18810
18811 commit 5bf9e1ed4ebb278cd956ba142914fc04a024309c
18812 Author: Vasily Kulikov <segoon@openwall.com>
18813 Date: Fri Jan 15 16:57:55 2016 -0800
18814
18815 include/linux/poison.h: use POISON_POINTER_DELTA for poison pointers
18816
18817 TIMER_ENTRY_STATIC is defined as a poison pointers which
18818 should point to nowhere. Redefine them using POISON_POINTER_DELTA
18819 arithmetics to make sure they really point to non-mappable area declared
18820 by the target architecture.
18821
18822 Signed-off-by: Vasily Kulikov <segoon@openwall.com>
18823 Acked-by: Thomas Gleixner <tglx@linutronix.de>
18824 Cc: Solar Designer <solar@openwall.com>
18825 Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
18826 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18827 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18828
18829 Conflicts:
18830
18831 include/linux/poison.h
18832
18833 include/linux/poison.h | 2 +-
18834 1 files changed, 1 insertions(+), 1 deletions(-)
18835
18836 commit 60f2e0a05ab8f56c804a9334a23e2b446305d110
18837 Author: Brad Spengler <spender@grsecurity.net>
18838 Date: Tue Jan 19 19:41:44 2016 -0500
18839
18840 Fix ARM compilation, reported by Austin Sepp
18841
18842 grsecurity/grsec_sig.c | 1 +
18843 1 files changed, 1 insertions(+), 0 deletions(-)
18844
18845 commit e15383743443dc43460a2fd73e0db0b608610dca
18846 Author: Takashi Iwai <tiwai@suse.de>
18847 Date: Mon Jan 18 13:52:47 2016 +0100
18848
18849 ALSA: hrtimer: Fix stall by hrtimer_cancel()
18850
18851 hrtimer_cancel() waits for the completion from the callback, thus it
18852 must not be called inside the callback itself. This was already a
18853 problem in the past with ALSA hrtimer driver, and the early commit
18854 [fcfdebe70759: ALSA: hrtimer - Fix lock-up] tried to address it.
18855
18856 However, the previous fix is still insufficient: it may still cause a
18857 lockup when the ALSA timer instance reprograms itself in its callback.
18858 Then it invokes the start function even in snd_timer_interrupt() that
18859 is called in hrtimer callback itself, results in a CPU stall. This is
18860 no hypothetical problem but actually triggered by syzkaller fuzzer.
18861
18862 This patch tries to fix the issue again. Now we call
18863 hrtimer_try_to_cancel() at both start and stop functions so that it
18864 won't fall into a deadlock, yet giving some chance to cancel the queue
18865 if the functions have been called outside the callback. The proper
18866 hrtimer_cancel() is called in anyway at closing, so this should be
18867 enough.
18868
18869 Reported-and-tested-by: Dmitry Vyukov <dvyukov@google.com>
18870 Cc: <stable@vger.kernel.org>
18871 Signed-off-by: Takashi Iwai <tiwai@suse.de>
18872
18873 sound/core/hrtimer.c | 3 ++-
18874 1 files changed, 2 insertions(+), 1 deletions(-)
18875
18876 commit 12d874daf706e6e7c1ae709141859c809599297e
18877 Author: Takashi Iwai <tiwai@suse.de>
18878 Date: Tue Jan 12 12:38:02 2016 +0100
18879
18880 ALSA: seq: Fix missing NULL check at remove_events ioctl
18881
18882 snd_seq_ioctl_remove_events() calls snd_seq_fifo_clear()
18883 unconditionally even if there is no FIFO assigned, and this leads to
18884 an Oops due to NULL dereference. The fix is just to add a proper NULL
18885 check.
18886
18887 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18888 Tested-by: Dmitry Vyukov <dvyukov@google.com>
18889 Cc: <stable@vger.kernel.org>
18890 Signed-off-by: Takashi Iwai <tiwai@suse.de>
18891
18892 sound/core/seq/seq_clientmgr.c | 2 +-
18893 1 files changed, 1 insertions(+), 1 deletions(-)
18894
18895 commit 2eb0632df1351378946507e7ef7ba0682632a7b5
18896 Author: Takashi Iwai <tiwai@suse.de>
18897 Date: Tue Jan 12 15:36:27 2016 +0100
18898
18899 ALSA: seq: Fix race at timer setup and close
18900
18901 ALSA sequencer code has an open race between the timer setup ioctl and
18902 the close of the client. This was triggered by syzkaller fuzzer, and
18903 a use-after-free was caught there as a result.
18904
18905 This patch papers over it by adding a proper queue->timer_mutex lock
18906 around the timer-related calls in the relevant code path.
18907
18908 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18909 Tested-by: Dmitry Vyukov <dvyukov@google.com>
18910 Cc: <stable@vger.kernel.org>
18911 Signed-off-by: Takashi Iwai <tiwai@suse.de>
18912
18913 sound/core/seq/seq_queue.c | 2 ++
18914 1 files changed, 2 insertions(+), 0 deletions(-)
18915
18916 commit b9e55ab955e59b4a636d78a748be90334a48b485
18917 Author: Takashi Iwai <tiwai@suse.de>
18918 Date: Thu Jan 14 16:30:58 2016 +0100
18919
18920 ALSA: timer: Harden slave timer list handling
18921
18922 A slave timer instance might be still accessible in a racy way while
18923 operating the master instance as it lacks of locking. Since the
18924 master operation is mostly protected with timer->lock, we should cope
18925 with it while changing the slave instance, too. Also, some linked
18926 lists (active_list and ack_list) of slave instances aren't unlinked
18927 immediately at stopping or closing, and this may lead to unexpected
18928 accesses.
18929
18930 This patch tries to address these issues. It adds spin lock of
18931 timer->lock (either from master or slave, which is equivalent) in a
18932 few places. For avoiding a deadlock, we ensure that the global
18933 slave_active_lock is always locked at first before each timer lock.
18934
18935 Also, ack and active_list of slave instances are properly unlinked at
18936 snd_timer_stop() and snd_timer_close().
18937
18938 Last but not least, remove the superfluous call of _snd_timer_stop()
18939 at removing slave links. This is a noop, and calling it may confuse
18940 readers wrt locking. Further cleanup will follow in a later patch.
18941
18942 Actually we've got reports of use-after-free by syzkaller fuzzer, and
18943 this hopefully fixes these issues.
18944
18945 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18946 Cc: <stable@vger.kernel.org>
18947 Signed-off-by: Takashi Iwai <tiwai@suse.de>
18948
18949 sound/core/timer.c | 18 ++++++++++++++----
18950 1 files changed, 14 insertions(+), 4 deletions(-)
18951
18952 commit f1ce0547bdfda1b42ae8a66c222f2a897cbe1586
18953 Author: Takashi Iwai <tiwai@suse.de>
18954 Date: Wed Jan 13 17:48:01 2016 +0100
18955
18956 ALSA: timer: Fix race among timer ioctls
18957
18958 ALSA timer ioctls have an open race and this may lead to a
18959 use-after-free of timer instance object. A simplistic fix is to make
18960 each ioctl exclusive. We have already tread_sem for controlling the
18961 tread, and extend this as a global mutex to be applied to each ioctl.
18962
18963 The downside is, of course, the worse concurrency. But these ioctls
18964 aren't to be parallel accessible, in anyway, so it should be fine to
18965 serialize there.
18966
18967 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18968 Tested-by: Dmitry Vyukov <dvyukov@google.com>
18969 Cc: <stable@vger.kernel.org>
18970 Signed-off-by: Takashi Iwai <tiwai@suse.de>
18971
18972 sound/core/timer.c | 32 +++++++++++++++++++-------------
18973 1 files changed, 19 insertions(+), 13 deletions(-)
18974
18975 commit 8347d8461ed48a98f9c76cc3cfcdad8217d314bc
18976 Author: Takashi Iwai <tiwai@suse.de>
18977 Date: Wed Jan 13 21:35:06 2016 +0100
18978
18979 ALSA: timer: Fix double unlink of active_list
18980
18981 ALSA timer instance object has a couple of linked lists and they are
18982 unlinked unconditionally at snd_timer_stop(). Meanwhile
18983 snd_timer_interrupt() unlinks it, but it calls list_del() which leaves
18984 the element list itself unchanged. This ends up with unlinking twice,
18985 and it was caught by syzkaller fuzzer.
18986
18987 The fix is to use list_del_init() variant properly there, too.
18988
18989 Reported-by: Dmitry Vyukov <dvyukov@google.com>
18990 Tested-by: Dmitry Vyukov <dvyukov@google.com>
18991 Cc: <stable@vger.kernel.org>
18992 Signed-off-by: Takashi Iwai <tiwai@suse.de>
18993
18994 sound/core/timer.c | 2 +-
18995 1 files changed, 1 insertions(+), 1 deletions(-)
18996
18997 commit 243aebb7ae71d6e11ea9880faa893d1d0d60cd75
18998 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
18999 Date: Mon Jan 18 18:03:48 2016 +0100
19000
19001 ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack
19002
19003 It was seen that defective configurations of openvswitch could overwrite
19004 the STACK_END_MAGIC and cause a hard crash of the kernel because of too
19005 many recursions within ovs.
19006
19007 This problem arises due to the high stack usage of openvswitch. The rest
19008 of the kernel is fine with the current limit of 10 (RECURSION_LIMIT).
19009
19010 We use the already existing recursion counter in ovs_execute_actions to
19011 implement an upper bound of 5 recursions.
19012
19013 Cc: Pravin Shelar <pshelar@ovn.org>
19014 Cc: Simon Horman <simon.horman@netronome.com>
19015 Cc: Eric Dumazet <eric.dumazet@gmail.com>
19016 Cc: Simon Horman <simon.horman@netronome.com>
19017 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19018 Signed-off-by: David S. Miller <davem@davemloft.net>
19019
19020 net/openvswitch/actions.c | 19 ++++++++++++++-----
19021 1 files changed, 14 insertions(+), 5 deletions(-)
19022
19023 commit 8080793479c6d5befe37a67b1dbd9e4e0a61af96
19024 Author: Ursula Braun <ursula.braun@de.ibm.com>
19025 Date: Tue Jan 19 10:41:33 2016 +0100
19026
19027 af_iucv: Validate socket address length in iucv_sock_bind()
19028
19029 Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
19030 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19031 Reviewed-by: Evgeny Cherkashin <Eugene.Crosser@ru.ibm.com>
19032 Signed-off-by: David S. Miller <davem@davemloft.net>
19033
19034 net/iucv/af_iucv.c | 3 +++
19035 1 files changed, 3 insertions(+), 0 deletions(-)
19036
19037 commit 50a383c1c91ed7409c3cbdd41e662d6891463d1b
19038 Author: Brad Spengler <spender@grsecurity.net>
19039 Date: Tue Jan 19 19:32:54 2016 -0500
19040
19041 Apply the same fix as everyone else for the recent keys vulnerability that is
19042 unexploitable under PAX_REFCOUNT
19043
19044 Make a couple more changes that no one else can/will
19045
19046 include/linux/key-type.h | 4 ++--
19047 ipc/msgutil.c | 4 ++--
19048 security/keys/internal.h | 2 +-
19049 security/keys/process_keys.c | 1 +
19050 4 files changed, 6 insertions(+), 5 deletions(-)
19051
19052 commit b56c3a63f431c193400aee17543021950bd14bc4
19053 Merge: 38b1a3d 470069c
19054 Author: Brad Spengler <spender@grsecurity.net>
19055 Date: Sun Jan 17 18:30:19 2016 -0500
19056
19057 Merge branch 'pax-test' into grsec-test
19058
19059 commit 470069cfedef2180313233d275be5901bd6d1135
19060 Author: Brad Spengler <spender@grsecurity.net>
19061 Date: Sun Jan 17 18:29:59 2016 -0500
19062
19063 Update to pax-linux-4.3.3-test22.patch:
19064 - Emesed fixed a gcc induced intentional integer overflow in asix_rx_fixup_internal, reported by thomas callison caffrey
19065 - fixed some more fallout from the drm_drivers constification, reported by Colin Childs and Toralf Foerster
19066
19067 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 ++++----------
19068 drivers/gpu/drm/drm_pci.c | 3 +++
19069 drivers/gpu/drm/gma500/psb_drv.c | 4 ----
19070 drivers/gpu/drm/i915/i915_drv.c | 16 ++++++++--------
19071 drivers/gpu/drm/nouveau/nouveau_drm.c | 6 +++---
19072 drivers/gpu/drm/radeon/radeon_drv.c | 4 +---
19073 drivers/net/usb/asix_common.c | 3 ++-
19074 include/drm/drmP.h | 1 +
19075 8 files changed, 22 insertions(+), 29 deletions(-)
19076
19077 commit 38b1a3d676f407865c3d41840df8213c5ad639c1
19078 Author: Brad Spengler <spender@grsecurity.net>
19079 Date: Sun Jan 17 12:33:53 2016 -0500
19080
19081 As reported by Luis Ressel, the Kconfig help for GRKERNSEC_BRUTE
19082 mentioned banning execution of suid/sgid binaries, though the kernel
19083 source clearly only mentions banning execution of suid binaries. Since
19084 there's no reason for us to not ban execution of sgid binaries as well,
19085 make the implementation match the Kconfig description.
19086
19087 fs/exec.c | 4 ++--
19088 grsecurity/grsec_sig.c | 27 ++++++++++++++-------------
19089 include/linux/sched.h | 4 ++--
19090 3 files changed, 18 insertions(+), 17 deletions(-)
19091
19092 commit 8c3bcb7dbf7f606acfa0983e81f0f928da1f1ace
19093 Merge: d141a86 ea4a835
19094 Author: Brad Spengler <spender@grsecurity.net>
19095 Date: Sat Jan 16 14:12:22 2016 -0500
19096
19097 Merge branch 'pax-test' into grsec-test
19098
19099 Conflicts:
19100 drivers/gpu/drm/i810/i810_drv.c
19101
19102 commit ea4a835328ada6513ac013986764d6caea8cd348
19103 Author: Brad Spengler <spender@grsecurity.net>
19104 Date: Sat Jan 16 14:11:30 2016 -0500
19105
19106 Update to pax-linux-4.3.3-test21.patch:
19107 - fixed some fallout from the drm_drivers constification, reported by spender
19108
19109 drivers/gpu/drm/armada/armada_drv.c | 3 +--
19110 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
19111 drivers/gpu/drm/i810/i810_dma.c | 2 +-
19112 drivers/gpu/drm/i810/i810_drv.c | 6 +++++-
19113 drivers/gpu/drm/i810/i810_drv.h | 2 +-
19114 5 files changed, 8 insertions(+), 6 deletions(-)
19115
19116 commit d141a86fd66194bc3f896b6809b189e2f12a9a83
19117 Author: Brad Spengler <spender@grsecurity.net>
19118 Date: Sat Jan 16 13:16:36 2016 -0500
19119
19120 compile fix
19121
19122 drivers/gpu/drm/i810/i810_dma.c | 2 +-
19123 drivers/gpu/drm/i810/i810_drv.c | 4 +++-
19124 drivers/gpu/drm/i810/i810_drv.h | 2 +-
19125 3 files changed, 5 insertions(+), 3 deletions(-)
19126
19127 commit 0d9dc4b25ea32c14561bcfe6b5b24f1b00fe0270
19128 Merge: 5fa135d bbda879
19129 Author: Brad Spengler <spender@grsecurity.net>
19130 Date: Sat Jan 16 12:59:22 2016 -0500
19131
19132 Merge branch 'pax-test' into grsec-test
19133
19134 commit bbda87914edf63e27fb46670bf3a373f2b963c73
19135 Author: Brad Spengler <spender@grsecurity.net>
19136 Date: Sat Jan 16 12:58:04 2016 -0500
19137
19138 Update to pax-linux-4.3.3-test20.patch:
19139 - constified drm_driver
19140 - Emese fixed a special case in handling __func__ in the initify plugin
19141 - Emese fixed a false positive size overflow report in handling inbufBits, reported by Martin Filo (https://bugs.gentoo.org/show_bug.cgi?id=567048)
19142 - fixed regression that caused perf to not resolve kernel code addresses under KERNEXEC/i386, reported by minipli
19143
19144 arch/x86/kernel/cpu/perf_event.h | 2 +-
19145 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
19146 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
19147 arch/x86/kernel/uprobes.c | 2 +-
19148 arch/x86/mm/mpx.c | 2 +-
19149 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
19150 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 ++-
19151 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
19152 drivers/gpu/drm/drm_pci.c | 6 +-
19153 drivers/gpu/drm/gma500/psb_drv.c | 5 +-
19154 drivers/gpu/drm/i915/i915_dma.c | 2 +-
19155 drivers/gpu/drm/i915/i915_drv.c | 15 ++--
19156 drivers/gpu/drm/i915/i915_drv.h | 2 +-
19157 drivers/gpu/drm/i915/i915_irq.c | 88 ++++++++++----------
19158 drivers/gpu/drm/mga/mga_drv.c | 5 +-
19159 drivers/gpu/drm/mga/mga_drv.h | 2 +-
19160 drivers/gpu/drm/mga/mga_state.c | 2 +-
19161 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 ++--
19162 drivers/gpu/drm/qxl/qxl_drv.c | 8 ++-
19163 drivers/gpu/drm/qxl/qxl_ioctl.c | 2 +-
19164 drivers/gpu/drm/r128/r128_drv.c | 4 +-
19165 drivers/gpu/drm/r128/r128_drv.h | 2 +-
19166 drivers/gpu/drm/r128/r128_state.c | 2 +-
19167 drivers/gpu/drm/radeon/radeon_drv.c | 17 +++-
19168 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
19169 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
19170 drivers/gpu/drm/radeon/radeon_state.c | 2 +-
19171 drivers/gpu/drm/savage/savage_bci.c | 2 +-
19172 drivers/gpu/drm/savage/savage_drv.c | 5 +-
19173 drivers/gpu/drm/savage/savage_drv.h | 2 +-
19174 drivers/gpu/drm/sis/sis_drv.c | 5 +-
19175 drivers/gpu/drm/sis/sis_drv.h | 2 +-
19176 drivers/gpu/drm/sis/sis_mm.c | 2 +-
19177 drivers/gpu/drm/via/via_dma.c | 2 +-
19178 drivers/gpu/drm/via/via_drv.c | 5 +-
19179 drivers/gpu/drm/via/via_drv.h | 2 +-
19180 include/drm/drmP.h | 2 +-
19181 mm/slab.c | 2 +-
19182 net/sunrpc/xprtrdma/svc_rdma.c | 6 +-
19183 tools/gcc/initify_plugin.c | 15 +++-
19184 .../disable_size_overflow_hash.data | 1 +
19185 .../size_overflow_plugin/size_overflow_hash.data | 3 +-
19186 42 files changed, 156 insertions(+), 110 deletions(-)
19187
19188 commit 5fa135dc116350e0205c39ef65eaf6496ed2748a
19189 Author: Brad Spengler <spender@grsecurity.net>
19190 Date: Sat Jan 16 12:19:23 2016 -0500
19191
19192 compile fix
19193
19194 grsecurity/grsec_sig.c | 3 +--
19195 1 files changed, 1 insertions(+), 2 deletions(-)
19196
19197 commit a9090fa58f33f75c7450fda5721a9b13625a47d9
19198 Author: Brad Spengler <spender@grsecurity.net>
19199 Date: Sat Jan 16 12:10:37 2016 -0500
19200
19201 As pointed out by Jann Horn, some distros are starting to circumvent
19202 previous assumptions about the attainability of a user to control
19203 multiple UIDs by handing out suid binaries that allow a user to run
19204 processes (including exploits) under a number of other pre-defined
19205 UIDs. As this could potentially be used to bypass GRKERNSEC_BRUTE
19206 (though it would have to involve some code path that doesn't involve
19207 locks) fix that here by ensuring no more than 8 users on a system can
19208 be banned before a reboot is required. If more are banned, a panic
19209 is triggered.
19210
19211 grsecurity/grsec_sig.c | 8 ++++++++
19212 1 files changed, 8 insertions(+), 0 deletions(-)
19213
19214 commit a8d37776e9521c567ebff6730d49312f72435f08
19215 Author: Eric Dumazet <edumazet@google.com>
19216 Date: Thu Dec 3 11:12:07 2015 -0800
19217
19218 proc: add a reschedule point in proc_readfd_common()
19219
19220 User can pass an arbitrary large buffer to getdents().
19221
19222 It is typically a 32KB buffer used by libc scandir() implementation.
19223
19224 When scanning /proc/{pid}/fd, we can hold cpu way too long,
19225 so add a cond_resched() to be kind with other tasks.
19226
19227 We've seen latencies of more than 50ms on real workloads.
19228
19229 Signed-off-by: Eric Dumazet <edumazet@google.com>
19230 Cc: Alexander Viro <viro@zeniv.linux.org.uk>
19231 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19232
19233 fs/proc/fd.c | 1 +
19234 1 files changed, 1 insertions(+), 0 deletions(-)
19235
19236 commit 0adba75f8708f13b1f5d98ebe3fc2fb961e100c8
19237 Author: Rabin Vincent <rabin@rab.in>
19238 Date: Tue Jan 12 20:17:08 2016 +0100
19239
19240 net: bpf: reject invalid shifts
19241
19242 On ARM64, a BUG() is triggered in the eBPF JIT if a filter with a
19243 constant shift that can't be encoded in the immediate field of the
19244 UBFM/SBFM instructions is passed to the JIT. Since these shifts
19245 amounts, which are negative or >= regsize, are invalid, reject them in
19246 the eBPF verifier and the classic BPF filter checker, for all
19247 architectures.
19248
19249 Signed-off-by: Rabin Vincent <rabin@rab.in>
19250 Acked-by: Alexei Starovoitov <ast@kernel.org>
19251 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19252 Signed-off-by: David S. Miller <davem@davemloft.net>
19253
19254 kernel/bpf/verifier.c | 10 ++++++++++
19255 net/core/filter.c | 5 +++++
19256 2 files changed, 15 insertions(+), 0 deletions(-)
19257
19258 commit c248e115a73496625a1c64660d0eeefd67e55cbf
19259 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19260 Date: Fri Jan 8 11:00:54 2016 -0200
19261
19262 sctp: fix use-after-free in pr_debug statement
19263
19264 Dmitry Vyukov reported a use-after-free in the code expanded by the
19265 macro debug_post_sfx, which is caused by the use of the asoc pointer
19266 after it was freed within sctp_side_effect() scope.
19267
19268 This patch fixes it by allowing sctp_side_effect to clear that asoc
19269 pointer when the TCB is freed.
19270
19271 As Vlad explained, we also have to cover the SCTP_DISPOSITION_ABORT case
19272 because it will trigger DELETE_TCB too on that same loop.
19273
19274 Also, there were places issuing SCTP_CMD_INIT_FAILED and ASSOC_FAILED
19275 but returning SCTP_DISPOSITION_CONSUME, which would fool the scheme
19276 above. Fix it by returning SCTP_DISPOSITION_ABORT instead.
19277
19278 The macro is already prepared to handle such NULL pointer.
19279
19280 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19281 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19282 Acked-by: Vlad Yasevich <vyasevich@gmail.com>
19283 Signed-off-by: David S. Miller <davem@davemloft.net>
19284
19285 net/sctp/sm_sideeffect.c | 11 ++++++-----
19286 net/sctp/sm_statefuns.c | 17 ++++-------------
19287 2 files changed, 10 insertions(+), 18 deletions(-)
19288
19289 commit 395ea8a9e73e184fc14153a033000bccf4213213
19290 Author: willy tarreau <w@1wt.eu>
19291 Date: Sun Jan 10 07:54:56 2016 +0100
19292
19293 unix: properly account for FDs passed over unix sockets
19294
19295 It is possible for a process to allocate and accumulate far more FDs than
19296 the process' limit by sending them over a unix socket then closing them
19297 to keep the process' fd count low.
19298
19299 This change addresses this problem by keeping track of the number of FDs
19300 in flight per user and preventing non-privileged processes from having
19301 more FDs in flight than their configured FD limit.
19302
19303 Reported-by: socketpair@gmail.com
19304 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
19305 Mitigates: CVE-2013-4312 (Linux 2.0+)
19306 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
19307 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19308 Signed-off-by: Willy Tarreau <w@1wt.eu>
19309 Signed-off-by: David S. Miller <davem@davemloft.net>
19310
19311 include/linux/sched.h | 1 +
19312 net/unix/af_unix.c | 24 ++++++++++++++++++++----
19313 net/unix/garbage.c | 13 ++++++++-----
19314 3 files changed, 29 insertions(+), 9 deletions(-)
19315
19316 commit cb207ab8fbd71dcfc4a49d533aba8085012543fd
19317 Author: Sasha Levin <sasha.levin@oracle.com>
19318 Date: Thu Jan 7 14:52:43 2016 -0500
19319
19320 net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
19321
19322 proc_dostring() needs an initialized destination string, while the one
19323 provided in proc_sctp_do_hmac_alg() contains stack garbage.
19324
19325 Thus, writing to cookie_hmac_alg would strlen() that garbage and end up
19326 accessing invalid memory.
19327
19328 Fixes: 3c68198e7 ("sctp: Make hmac algorithm selection for cookie generation dynamic")
19329 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
19330 Signed-off-by: David S. Miller <davem@davemloft.net>
19331
19332 net/sctp/sysctl.c | 2 +-
19333 1 files changed, 1 insertions(+), 1 deletions(-)
19334
19335 commit 4014e09faf0fe9054119624ccfff1236e886b554
19336 Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
19337 Date: Tue Nov 24 17:13:21 2015 -0500
19338
19339 RDS: fix race condition when sending a message on unbound socket
19340
19341 commit 8c7188b23474cca017b3ef354c4a58456f68303a upstream.
19342
19343 Sasha's found a NULL pointer dereference in the RDS connection code when
19344 sending a message to an apparently unbound socket. The problem is caused
19345 by the code checking if the socket is bound in rds_sendmsg(), which checks
19346 the rs_bound_addr field without taking a lock on the socket. This opens a
19347 race where rs_bound_addr is temporarily set but where the transport is not
19348 in rds_bind(), leading to a NULL pointer dereference when trying to
19349 dereference 'trans' in __rds_conn_create().
19350
19351 Vegard wrote a reproducer for this issue, so kindly ask him to share if
19352 you're interested.
19353
19354 I cannot reproduce the NULL pointer dereference using Vegard's reproducer
19355 with this patch, whereas I could without.
19356
19357 Complete earlier incomplete fix to CVE-2015-6937:
19358
19359 74e98eb08588 ("RDS: verify the underlying transport exists before creating a connection")
19360
19361 Cc: David S. Miller <davem@davemloft.net>
19362
19363 Reviewed-by: Vegard Nossum <vegard.nossum@oracle.com>
19364 Reviewed-by: Sasha Levin <sasha.levin@oracle.com>
19365 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
19366 Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com>
19367 Signed-off-by: David S. Miller <davem@davemloft.net>
19368 Signed-off-by: Jiri Slaby <jslaby@suse.cz>
19369
19370 Conflicts:
19371
19372 net/rds/send.c
19373
19374 net/rds/connection.c | 6 ------
19375 1 files changed, 0 insertions(+), 6 deletions(-)
19376
19377 commit 206df8d01104344d7588d801016a281a4cd25556
19378 Author: Sasha Levin <sasha.levin@oracle.com>
19379 Date: Tue Sep 8 10:53:40 2015 -0400
19380
19381 RDS: verify the underlying transport exists before creating a connection
19382
19383 There was no verification that an underlying transport exists when creating
19384 a connection, this would cause dereferencing a NULL ptr.
19385
19386 It might happen on sockets that weren't properly bound before attempting to
19387 send a message, which will cause a NULL ptr deref:
19388
19389 [135546.047719] kasan: GPF could be caused by NULL-ptr deref or user memory accessgeneral protection fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC KASAN
19390 [135546.051270] Modules linked in:
19391 [135546.051781] CPU: 4 PID: 15650 Comm: trinity-c4 Not tainted 4.2.0-next-20150902-sasha-00041-gbaa1222-dirty #2527
19392 [135546.053217] task: ffff8800835bc000 ti: ffff8800bc708000 task.ti: ffff8800bc708000
19393 [135546.054291] RIP: __rds_conn_create (net/rds/connection.c:194)
19394 [135546.055666] RSP: 0018:ffff8800bc70fab0 EFLAGS: 00010202
19395 [135546.056457] RAX: dffffc0000000000 RBX: 0000000000000f2c RCX: ffff8800835bc000
19396 [135546.057494] RDX: 0000000000000007 RSI: ffff8800835bccd8 RDI: 0000000000000038
19397 [135546.058530] RBP: ffff8800bc70fb18 R08: 0000000000000001 R09: 0000000000000000
19398 [135546.059556] R10: ffffed014d7a3a23 R11: ffffed014d7a3a21 R12: 0000000000000000
19399 [135546.060614] R13: 0000000000000001 R14: ffff8801ec3d0000 R15: 0000000000000000
19400 [135546.061668] FS: 00007faad4ffb700(0000) GS:ffff880252000000(0000) knlGS:0000000000000000
19401 [135546.062836] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
19402 [135546.063682] CR2: 000000000000846a CR3: 000000009d137000 CR4: 00000000000006a0
19403 [135546.064723] Stack:
19404 [135546.065048] ffffffffafe2055c ffffffffafe23fc1 ffffed00493097bf ffff8801ec3d0008
19405 [135546.066247] 0000000000000000 00000000000000d0 0000000000000000 ac194a24c0586342
19406 [135546.067438] 1ffff100178e1f78 ffff880320581b00 ffff8800bc70fdd0 ffff880320581b00
19407 [135546.068629] Call Trace:
19408 [135546.069028] ? __rds_conn_create (include/linux/rcupdate.h:856 net/rds/connection.c:134)
19409 [135546.069989] ? rds_message_copy_from_user (net/rds/message.c:298)
19410 [135546.071021] rds_conn_create_outgoing (net/rds/connection.c:278)
19411 [135546.071981] rds_sendmsg (net/rds/send.c:1058)
19412 [135546.072858] ? perf_trace_lock (include/trace/events/lock.h:38)
19413 [135546.073744] ? lockdep_init (kernel/locking/lockdep.c:3298)
19414 [135546.074577] ? rds_send_drop_to (net/rds/send.c:976)
19415 [135546.075508] ? __might_fault (./arch/x86/include/asm/current.h:14 mm/memory.c:3795)
19416 [135546.076349] ? __might_fault (mm/memory.c:3795)
19417 [135546.077179] ? rds_send_drop_to (net/rds/send.c:976)
19418 [135546.078114] sock_sendmsg (net/socket.c:611 net/socket.c:620)
19419 [135546.078856] SYSC_sendto (net/socket.c:1657)
19420 [135546.079596] ? SYSC_connect (net/socket.c:1628)
19421 [135546.080510] ? trace_dump_stack (kernel/trace/trace.c:1926)
19422 [135546.081397] ? ring_buffer_unlock_commit (kernel/trace/ring_buffer.c:2479 kernel/trace/ring_buffer.c:2558 kernel/trace/ring_buffer.c:2674)
19423 [135546.082390] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
19424 [135546.083410] ? trace_event_raw_event_sys_enter (include/trace/events/syscalls.h:16)
19425 [135546.084481] ? do_audit_syscall_entry (include/trace/events/syscalls.h:16)
19426 [135546.085438] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
19427 [135546.085515] rds_ib_laddr_check(): addr 36.74.25.172 ret -99 node type -1
19428
19429 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
19430 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
19431 Signed-off-by: David S. Miller <davem@davemloft.net>
19432
19433 net/rds/connection.c | 6 ++++++
19434 1 files changed, 6 insertions(+), 0 deletions(-)
19435
19436 commit 173fa03f05cf0ad485d49a42cbdee8844d3a689a
19437 Author: Steven Rostedt (Red Hat) <rostedt@goodmis.org>
19438 Date: Tue Jan 5 20:32:47 2016 -0500
19439
19440 ftrace/module: Call clean up function when module init fails early
19441
19442 If the module init code fails after calling ftrace_module_init() and before
19443 calling do_init_module(), we can suffer from a memory leak. This is because
19444 ftrace_module_init() allocates pages to store the locations that ftrace
19445 hooks are placed in the module text. If do_init_module() fails, it still
19446 calls the MODULE_GOING notifiers which will tell ftrace to do a clean up of
19447 the pages it allocated for the module. But if load_module() fails before
19448 then, the pages allocated by ftrace_module_init() will never be freed.
19449
19450 Call ftrace_release_mod() on the module if load_module() fails before
19451 getting to do_init_module().
19452
19453 Link: http://lkml.kernel.org/r/567CEA31.1070507@intel.com
19454
19455 Reported-by: "Qiu, PeiyangX" <peiyangx.qiu@intel.com>
19456 Fixes: a949ae560a511 "ftrace/module: Hardcode ftrace_module_init() call into load_module()"
19457 Cc: stable@vger.kernel.org # v2.6.38+
19458 Acked-by: Rusty Russell <rusty@rustcorp.com.au>
19459 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
19460
19461 include/linux/ftrace.h | 1 +
19462 kernel/module.c | 6 ++++++
19463 2 files changed, 7 insertions(+), 0 deletions(-)
19464
19465 commit 1e5a4a81a4c16c8ac2e264b88a02cc2f42ed0399
19466 Author: Francesco Ruggeri <fruggeri@aristanetworks.com>
19467 Date: Wed Jan 6 00:18:48 2016 -0800
19468
19469 net: possible use after free in dst_release
19470
19471 dst_release should not access dst->flags after decrementing
19472 __refcnt to 0. The dst_entry may be in dst_busy_list and
19473 dst_gc_task may dst_destroy it before dst_release gets a chance
19474 to access dst->flags.
19475
19476 Fixes: d69bbf88c8d0 ("net: fix a race in dst_release()")
19477 Fixes: 27b75c95f10d ("net: avoid RCU for NOCACHE dst")
19478 Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
19479 Acked-by: Eric Dumazet <edumazet@google.com>
19480 Signed-off-by: David S. Miller <davem@davemloft.net>
19481
19482 net/core/dst.c | 3 ++-
19483 1 files changed, 2 insertions(+), 1 deletions(-)
19484
19485 commit bfb0455793dd4e0f0b49d34a68b3249ab55565cc
19486 Author: Alan <gnomes@lxorguk.ukuu.org.uk>
19487 Date: Wed Jan 6 14:55:02 2016 +0000
19488
19489 mkiss: fix scribble on freed memory
19490
19491 commit d79f16c046086f4fe0d42184a458e187464eb83e fixed a user triggerable
19492 scribble on free memory but added a new one which allows the user to
19493 scribble even more and user controlled data into freed space.
19494
19495 As with 6pack we need to halt the queue before we free the buffers, because
19496 the transmit logic is not protected by the semaphore.
19497
19498 Signed-off-by: Alan Cox <alan@linux.intel.com>
19499 Signed-off-by: David S. Miller <davem@davemloft.net>
19500
19501 drivers/net/hamradio/mkiss.c | 5 +++++
19502 1 files changed, 5 insertions(+), 0 deletions(-)
19503
19504 commit 5cbbcbd32dc1949470f61d342503808fa9555276
19505 Author: David Miller <davem@davemloft.net>
19506 Date: Thu Dec 17 16:05:49 2015 -0500
19507
19508 mkiss: Fix use after free in mkiss_close().
19509
19510 Need to do the unregister_device() after all references to the driver
19511 private have been done.
19512
19513 Signed-off-by: David S. Miller <davem@davemloft.net>
19514
19515 drivers/net/hamradio/mkiss.c | 4 ++--
19516 1 files changed, 2 insertions(+), 2 deletions(-)
19517
19518 commit b00171576794a98068e069a660f0991a6a5190ff
19519 Author: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
19520 Date: Tue Jan 5 11:51:25 2016 +0000
19521
19522 6pack: fix free memory scribbles
19523
19524 commit acf673a3187edf72068ee2f92f4dc47d66baed47 fixed a user triggerable free
19525 memory scribble but in doing so replaced it with a different one that allows
19526 the user to control the data and scribble even more.
19527
19528 sixpack_close is called by the tty layer in tty context. The tty context is
19529 protected by sp_get() and sp_put(). However network layer activity via
19530 sp_xmit() is not protected this way. We must therefore stop the queue
19531 otherwise the user gets to dump a buffer mostly of their choice into freed
19532 kernel pages.
19533
19534 Signed-off-by: Alan Cox <alan@linux.intel.com>
19535 Signed-off-by: David S. Miller <davem@davemloft.net>
19536
19537 drivers/net/hamradio/6pack.c | 6 ++++++
19538 1 files changed, 6 insertions(+), 0 deletions(-)
19539
19540 commit 5b64a833907cd230a3106aeba2304b2c1bcd116d
19541 Author: David Miller <davem@davemloft.net>
19542 Date: Thu Dec 17 16:05:32 2015 -0500
19543
19544 6pack: Fix use after free in sixpack_close().
19545
19546 Need to do the unregister_device() after all references to the driver
19547 private have been done.
19548
19549 Also we need to use del_timer_sync() for the timers so that we don't
19550 have any asynchronous references after the unregister.
19551
19552 Signed-off-by: David S. Miller <davem@davemloft.net>
19553
19554 drivers/net/hamradio/6pack.c | 8 ++++----
19555 1 files changed, 4 insertions(+), 4 deletions(-)
19556
19557 commit 4f9d532742656b3613d579220fd10c78f24ba37b
19558 Author: Rabin Vincent <rabin@rab.in>
19559 Date: Tue Jan 5 16:23:07 2016 +0100
19560
19561 net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
19562
19563 The SKF_AD_ALU_XOR_X ancillary is not like the other ancillary data
19564 instructions since it XORs A with X while all the others replace A with
19565 some loaded value. All the BPF JITs fail to clear A if this is used as
19566 the first instruction in a filter. This was found using american fuzzy
19567 lop.
19568
19569 Add a helper to determine if A needs to be cleared given the first
19570 instruction in a filter, and use this in the JITs. Except for ARM, the
19571 rest have only been compile-tested.
19572
19573 Fixes: 3480593131e0 ("net: filter: get rid of BPF_S_* enum")
19574 Signed-off-by: Rabin Vincent <rabin@rab.in>
19575 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19576 Acked-by: Alexei Starovoitov <ast@kernel.org>
19577 Signed-off-by: David S. Miller <davem@davemloft.net>
19578
19579 arch/arm/net/bpf_jit_32.c | 16 +---------------
19580 arch/mips/net/bpf_jit.c | 16 +---------------
19581 arch/powerpc/net/bpf_jit_comp.c | 13 ++-----------
19582 arch/sparc/net/bpf_jit_comp.c | 17 ++---------------
19583 include/linux/filter.h | 19 +++++++++++++++++++
19584 5 files changed, 25 insertions(+), 56 deletions(-)
19585
19586 commit 570d88f8acfffda92b89ae2e1c47320d47256034
19587 Author: John Fastabend <john.fastabend@gmail.com>
19588 Date: Tue Jan 5 09:11:36 2016 -0800
19589
19590 net: sched: fix missing free per cpu on qstats
19591
19592 When a qdisc is using per cpu stats (currently just the ingress
19593 qdisc) only the bstats are being freed. This also free's the qstats.
19594
19595 Fixes: b0ab6f92752b9f9d8 ("net: sched: enable per cpu qstats")
19596 Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
19597 Acked-by: Eric Dumazet <edumazet@google.com>
19598 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
19599 Signed-off-by: David S. Miller <davem@davemloft.net>
19600
19601 net/sched/sch_generic.c | 4 +++-
19602 1 files changed, 3 insertions(+), 1 deletions(-)
19603
19604 commit 32c0ebc51857ee83470a10dcb234d308a0ed1881
19605 Author: Rabin Vincent <rabin@rab.in>
19606 Date: Tue Jan 5 18:34:04 2016 +0100
19607
19608 ARM: net: bpf: fix zero right shift
19609
19610 The LSR instruction cannot be used to perform a zero right shift since a
19611 0 as the immediate value (imm5) in the LSR instruction encoding means
19612 that a shift of 32 is perfomed. See DecodeIMMShift() in the ARM ARM.
19613
19614 Make the JIT skip generation of the LSR if a zero-shift is requested.
19615
19616 This was found using american fuzzy lop.
19617
19618 Signed-off-by: Rabin Vincent <rabin@rab.in>
19619 Acked-by: Alexei Starovoitov <ast@kernel.org>
19620 Signed-off-by: David S. Miller <davem@davemloft.net>
19621
19622 arch/arm/net/bpf_jit_32.c | 3 ++-
19623 1 files changed, 2 insertions(+), 1 deletions(-)
19624
19625 commit 51f5d291750285efa4d4bbe84e5ec23dc00c8d2d
19626 Author: Brad Spengler <spender@grsecurity.net>
19627 Date: Wed Jan 6 20:35:57 2016 -0500
19628
19629 Don't perform hidden lookups in RBAC against the directory of
19630 a file being opened with O_CREAT, reported by Karl Witt
19631
19632 Conflicts:
19633
19634 fs/namei.c
19635
19636 fs/namei.c | 3 ---
19637 1 files changed, 0 insertions(+), 3 deletions(-)
19638
19639 commit 5a8266a6b2769ccdb447256f95bc2577a73cccd1
19640 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
19641 Date: Tue Jan 5 10:46:00 2016 +0100
19642
19643 bridge: Only call /sbin/bridge-stp for the initial network namespace
19644
19645 [I stole this patch from Eric Biederman. He wrote:]
19646
19647 > There is no defined mechanism to pass network namespace information
19648 > into /sbin/bridge-stp therefore don't even try to invoke it except
19649 > for bridge devices in the initial network namespace.
19650 >
19651 > It is possible for unprivileged users to cause /sbin/bridge-stp to be
19652 > invoked for any network device name which if /sbin/bridge-stp does not
19653 > guard against unreasonable arguments or being invoked twice on the
19654 > same network device could cause problems.
19655
19656 [Hannes: changed patch using netns_eq]
19657
19658 Cc: Eric W. Biederman <ebiederm@xmission.com>
19659 Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
19660 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
19661 Signed-off-by: David S. Miller <davem@davemloft.net>
19662
19663 net/bridge/br_stp_if.c | 5 ++++-
19664 1 files changed, 4 insertions(+), 1 deletions(-)
19665
19666 commit 650d535cc39f0aeff2f57e60b6617be25d3ef48b
19667 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19668 Date: Wed Dec 23 16:28:40 2015 -0200
19669
19670 sctp: use GFP_USER for user-controlled kmalloc
19671
19672 Commit cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
19673 missed two other spots.
19674
19675 For connectx, as it's more likely to be used by kernel users of the API,
19676 it detects if GFP_USER should be used or not.
19677
19678 Fixes: cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
19679 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19680 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
19681 Signed-off-by: David S. Miller <davem@davemloft.net>
19682
19683 net/sctp/socket.c | 9 ++++++---
19684 1 files changed, 6 insertions(+), 3 deletions(-)
19685
19686 commit 5718a1f63c41fc156f729783423b002763779d04
19687 Author: Florian Westphal <fw@strlen.de>
19688 Date: Thu Dec 31 14:26:33 2015 +0100
19689
19690 connector: bump skb->users before callback invocation
19691
19692 Dmitry reports memleak with syskaller program.
19693 Problem is that connector bumps skb usecount but might not invoke callback.
19694
19695 So move skb_get to where we invoke the callback.
19696
19697 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19698 Signed-off-by: Florian Westphal <fw@strlen.de>
19699 Signed-off-by: David S. Miller <davem@davemloft.net>
19700
19701 drivers/connector/connector.c | 11 +++--------
19702 1 files changed, 3 insertions(+), 8 deletions(-)
19703
19704 commit 2e6372e6a97f8d642416899861f91777f44f13b7
19705 Author: Rainer Weikusat <rweikusat@mobileactivedefense.com>
19706 Date: Sun Jan 3 18:56:38 2016 +0000
19707
19708 af_unix: Fix splice-bind deadlock
19709
19710 On 2015/11/06, Dmitry Vyukov reported a deadlock involving the splice
19711 system call and AF_UNIX sockets,
19712
19713 http://lists.openwall.net/netdev/2015/11/06/24
19714
19715 The situation was analyzed as
19716
19717 (a while ago) A: socketpair()
19718 B: splice() from a pipe to /mnt/regular_file
19719 does sb_start_write() on /mnt
19720 C: try to freeze /mnt
19721 wait for B to finish with /mnt
19722 A: bind() try to bind our socket to /mnt/new_socket_name
19723 lock our socket, see it not bound yet
19724 decide that it needs to create something in /mnt
19725 try to do sb_start_write() on /mnt, block (it's
19726 waiting for C).
19727 D: splice() from the same pipe to our socket
19728 lock the pipe, see that socket is connected
19729 try to lock the socket, block waiting for A
19730 B: get around to actually feeding a chunk from
19731 pipe to file, try to lock the pipe. Deadlock.
19732
19733 on 2015/11/10 by Al Viro,
19734
19735 http://lists.openwall.net/netdev/2015/11/10/4
19736
19737 The patch fixes this by removing the kern_path_create related code from
19738 unix_mknod and executing it as part of unix_bind prior acquiring the
19739 readlock of the socket in question. This means that A (as used above)
19740 will sb_start_write on /mnt before it acquires the readlock, hence, it
19741 won't indirectly block B which first did a sb_start_write and then
19742 waited for a thread trying to acquire the readlock. Consequently, A
19743 being blocked by C waiting for B won't cause a deadlock anymore
19744 (effectively, both A and B acquire two locks in opposite order in the
19745 situation described above).
19746
19747 Dmitry Vyukov(<dvyukov@google.com>) tested the original patch.
19748
19749 Signed-off-by: Rainer Weikusat <rweikusat@mobileactivedefense.com>
19750 Signed-off-by: David S. Miller <davem@davemloft.net>
19751
19752 Conflicts:
19753
19754 net/unix/af_unix.c
19755
19756 net/unix/af_unix.c | 70 +++++++++++++++++++++++++++++++--------------------
19757 1 files changed, 42 insertions(+), 28 deletions(-)
19758
19759 commit 2e729e557c571f3253e32472cd7d382ac16cf1c3
19760 Author: Qiu Peiyang <peiyangx.qiu@intel.com>
19761 Date: Thu Dec 31 13:11:28 2015 +0800
19762
19763 tracing: Fix setting of start_index in find_next()
19764
19765 When we do cat /sys/kernel/debug/tracing/printk_formats, we hit kernel
19766 panic at t_show.
19767
19768 general protection fault: 0000 [#1] PREEMPT SMP
19769 CPU: 0 PID: 2957 Comm: sh Tainted: G W O 3.14.55-x86_64-01062-gd4acdc7 #2
19770 RIP: 0010:[<ffffffff811375b2>]
19771 [<ffffffff811375b2>] t_show+0x22/0xe0
19772 RSP: 0000:ffff88002b4ebe80 EFLAGS: 00010246
19773 RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000004
19774 RDX: 0000000000000004 RSI: ffffffff81fd26a6 RDI: ffff880032f9f7b1
19775 RBP: ffff88002b4ebe98 R08: 0000000000001000 R09: 000000000000ffec
19776 R10: 0000000000000000 R11: 000000000000000f R12: ffff880004d9b6c0
19777 R13: 7365725f6d706400 R14: ffff880004d9b6c0 R15: ffffffff82020570
19778 FS: 0000000000000000(0000) GS:ffff88003aa00000(0063) knlGS:00000000f776bc40
19779 CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
19780 CR2: 00000000f6c02ff0 CR3: 000000002c2b3000 CR4: 00000000001007f0
19781 Call Trace:
19782 [<ffffffff811dc076>] seq_read+0x2f6/0x3e0
19783 [<ffffffff811b749b>] vfs_read+0x9b/0x160
19784 [<ffffffff811b7f69>] SyS_read+0x49/0xb0
19785 [<ffffffff81a3a4b9>] ia32_do_call+0x13/0x13
19786 ---[ end trace 5bd9eb630614861e ]---
19787 Kernel panic - not syncing: Fatal exception
19788
19789 When the first time find_next calls find_next_mod_format, it should
19790 iterate the trace_bprintk_fmt_list to find the first print format of
19791 the module. However in current code, start_index is smaller than *pos
19792 at first, and code will not iterate the list. Latter container_of will
19793 get the wrong address with former v, which will cause mod_fmt be a
19794 meaningless object and so is the returned mod_fmt->fmt.
19795
19796 This patch will fix it by correcting the start_index. After fixed,
19797 when the first time calls find_next_mod_format, start_index will be
19798 equal to *pos, and code will iterate the trace_bprintk_fmt_list to
19799 get the right module printk format, so is the returned mod_fmt->fmt.
19800
19801 Link: http://lkml.kernel.org/r/5684B900.9000309@intel.com
19802
19803 Cc: stable@vger.kernel.org # 3.12+
19804 Fixes: 102c9323c35a8 "tracing: Add __tracepoint_string() to export string pointers"
19805 Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
19806 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
19807
19808 kernel/trace/trace_printk.c | 1 +
19809 1 files changed, 1 insertions(+), 0 deletions(-)
19810
19811 commit 0994af4b1930f32aa493dc08145cd304f8bfc8f4
19812 Author: Al Viro <viro@zeniv.linux.org.uk>
19813 Date: Mon Dec 28 20:47:08 2015 -0500
19814
19815 [PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()
19816
19817 Cc: stable@vger.kernel.org # 3.15+
19818 Reviewed-by: Jeff Layton <jeff.layton@primarydata.com>
19819 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
19820
19821 arch/arm/kernel/sys_oabi-compat.c | 73 +++++++++++++++++++------------------
19822 1 files changed, 37 insertions(+), 36 deletions(-)
19823
19824 commit 4ed030f65dcf3e6b0128032a49a7d75f947fa351
19825 Merge: de243c2 3adc55a
19826 Author: Brad Spengler <spender@grsecurity.net>
19827 Date: Tue Jan 5 18:10:10 2016 -0500
19828
19829 Merge branch 'pax-test' into grsec-test
19830
19831 commit 3adc55a5acfa429c2a7cc883aef08b960c0079b0
19832 Author: Brad Spengler <spender@grsecurity.net>
19833 Date: Tue Jan 5 18:08:53 2016 -0500
19834
19835 Update to pax-linux-4.3.3-test16.patch:
19836 - small cleanup in entry_64.S on x86
19837 - Emese fixed the initify plugin to recursively check variable initializers, reported by Rasmus Villemoes
19838 - 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)
19839 - 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)
19840 - 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)
19841 - 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)
19842
19843 arch/x86/entry/entry_64.S | 60 +++++-----
19844 arch/x86/kernel/alternative.c | 2 +-
19845 arch/x86/kvm/emulate.c | 4 +-
19846 tools/gcc/initify_plugin.c | 123 +++++++++----------
19847 .../disable_size_overflow_hash.data | 4 +-
19848 .../size_overflow_plugin/size_overflow_hash.data | 2 -
19849 6 files changed, 93 insertions(+), 102 deletions(-)
19850
19851 commit de243c26efd0e423ca92db825af2c3f8eb1ca043
19852 Author: Brad Spengler <spender@grsecurity.net>
19853 Date: Tue Dec 29 18:01:24 2015 -0500
19854
19855 It was noticed during an internal audit that the code under GRKERNSEC_PROC_MEMMAP
19856 which aimed to enforce a 16MB minimum on RLIMIT_DATA for suid/sgid binaries only
19857 did so if RLIMIT_DATA was set lower than PAGE_SIZE.
19858
19859 This addition was only supplemental as GRKERNSEC_BRUTE is the main defense
19860 against suid/sgid attacks and the flaw above would only eliminate the extra
19861 entropy provided for the brk-managed heap, still leaving it with the minimum
19862 of 16-bit entropy for mmap on x86 and 28 on x64.
19863
19864 mm/mmap.c | 2 +-
19865 1 files changed, 1 insertions(+), 1 deletions(-)
19866
19867 commit 8e264cfe47e5f08cdc9ed009a630277206cd2534
19868 Merge: 436201b 2584340
19869 Author: Brad Spengler <spender@grsecurity.net>
19870 Date: Mon Dec 28 20:30:01 2015 -0500
19871
19872 Merge branch 'pax-test' into grsec-test
19873
19874 commit 2584340eab494e64ec1bf9eb5b0d1ae31f926306
19875 Author: Brad Spengler <spender@grsecurity.net>
19876 Date: Mon Dec 28 20:29:28 2015 -0500
19877
19878 Update to pax-linux-4.3.3-test14.patch:
19879 - 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)
19880 - fixed shutdown crash with tboot and KERNEXEC, reported by perfinion
19881 - fixed a few false positive and one real size overflow reports in hyperv, reported by hunger
19882 - fixed compile regressions on armv5, reported by iamb (https://forums.grsecurity.net/viewtopic.php?f=3&t=4350)
19883 - fixed an assert in the initify plugin that triggered in vic_register on arm
19884
19885 arch/arm/include/asm/atomic.h | 7 +++++--
19886 arch/arm/include/asm/domain.h | 5 ++---
19887 arch/x86/kernel/tboot.c | 14 +++++++++-----
19888 drivers/hv/channel.c | 4 +---
19889 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
19890 drivers/net/hyperv/rndis_filter.c | 3 +--
19891 fs/exec.c | 4 ++--
19892 include/linux/atomic.h | 15 ---------------
19893 net/core/skbuff.c | 3 ++-
19894 tools/gcc/initify_plugin.c | 4 +++-
19895 10 files changed, 26 insertions(+), 35 deletions(-)
19896
19897 commit 436201b6626b488d173c8076447000077c27b84a
19898 Author: David Howells <dhowells@redhat.com>
19899 Date: Fri Dec 18 01:34:26 2015 +0000
19900
19901 KEYS: Fix race between read and revoke
19902
19903 This fixes CVE-2015-7550.
19904
19905 There's a race between keyctl_read() and keyctl_revoke(). If the revoke
19906 happens between keyctl_read() checking the validity of a key and the key's
19907 semaphore being taken, then the key type read method will see a revoked key.
19908
19909 This causes a problem for the user-defined key type because it assumes in
19910 its read method that there will always be a payload in a non-revoked key
19911 and doesn't check for a NULL pointer.
19912
19913 Fix this by making keyctl_read() check the validity of a key after taking
19914 semaphore instead of before.
19915
19916 I think the bug was introduced with the original keyrings code.
19917
19918 This was discovered by a multithreaded test program generated by syzkaller
19919 (http://github.com/google/syzkaller). Here's a cleaned up version:
19920
19921 #include <sys/types.h>
19922 #include <keyutils.h>
19923 #include <pthread.h>
19924 void *thr0(void *arg)
19925 {
19926 key_serial_t key = (unsigned long)arg;
19927 keyctl_revoke(key);
19928 return 0;
19929 }
19930 void *thr1(void *arg)
19931 {
19932 key_serial_t key = (unsigned long)arg;
19933 char buffer[16];
19934 keyctl_read(key, buffer, 16);
19935 return 0;
19936 }
19937 int main()
19938 {
19939 key_serial_t key = add_key("user", "%", "foo", 3, KEY_SPEC_USER_KEYRING);
19940 pthread_t th[5];
19941 pthread_create(&th[0], 0, thr0, (void *)(unsigned long)key);
19942 pthread_create(&th[1], 0, thr1, (void *)(unsigned long)key);
19943 pthread_create(&th[2], 0, thr0, (void *)(unsigned long)key);
19944 pthread_create(&th[3], 0, thr1, (void *)(unsigned long)key);
19945 pthread_join(th[0], 0);
19946 pthread_join(th[1], 0);
19947 pthread_join(th[2], 0);
19948 pthread_join(th[3], 0);
19949 return 0;
19950 }
19951
19952 Build as:
19953
19954 cc -o keyctl-race keyctl-race.c -lkeyutils -lpthread
19955
19956 Run as:
19957
19958 while keyctl-race; do :; done
19959
19960 as it may need several iterations to crash the kernel. The crash can be
19961 summarised as:
19962
19963 BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
19964 IP: [<ffffffff81279b08>] user_read+0x56/0xa3
19965 ...
19966 Call Trace:
19967 [<ffffffff81276aa9>] keyctl_read_key+0xb6/0xd7
19968 [<ffffffff81277815>] SyS_keyctl+0x83/0xe0
19969 [<ffffffff815dbb97>] entry_SYSCALL_64_fastpath+0x12/0x6f
19970
19971 Reported-by: Dmitry Vyukov <dvyukov@google.com>
19972 Signed-off-by: David Howells <dhowells@redhat.com>
19973 Tested-by: Dmitry Vyukov <dvyukov@google.com>
19974 Cc: stable@vger.kernel.org
19975 Signed-off-by: James Morris <james.l.morris@oracle.com>
19976
19977 security/keys/keyctl.c | 18 +++++++++---------
19978 1 files changed, 9 insertions(+), 9 deletions(-)
19979
19980 commit 195cea04477025da4a2078bd3e1fb7c4e11206c2
19981 Author: Brad Spengler <spender@grsecurity.net>
19982 Date: Tue Dec 22 20:44:01 2015 -0500
19983
19984 Add new kernel command-line param: pax_size_overflow_report_only
19985 If a user triggers a size_overflow violation that makes it difficult
19986 to obtain the call trace without serial console/net console, they can
19987 use this option to provide that information to us
19988
19989 Documentation/kernel-parameters.txt | 5 +++++
19990 fs/exec.c | 12 +++++++++---
19991 init/main.c | 11 +++++++++++
19992 3 files changed, 25 insertions(+), 3 deletions(-)
19993
19994 commit 4254a8da5851df8c08cdca5c392916e8c105408d
19995 Author: WANG Cong <xiyou.wangcong@gmail.com>
19996 Date: Mon Dec 21 10:55:45 2015 -0800
19997
19998 addrconf: always initialize sysctl table data
19999
20000 When sysctl performs restrict writes, it allows to write from
20001 a middle position of a sysctl file, which requires us to initialize
20002 the table data before calling proc_dostring() for the write case.
20003
20004 Fixes: 3d1bec99320d ("ipv6: introduce secret_stable to ipv6_devconf")
20005 Reported-by: Sasha Levin <sasha.levin@oracle.com>
20006 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
20007 Tested-by: Sasha Levin <sasha.levin@oracle.com>
20008 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
20009 Signed-off-by: David S. Miller <davem@davemloft.net>
20010
20011 net/ipv6/addrconf.c | 11 ++++-------
20012 1 files changed, 4 insertions(+), 7 deletions(-)
20013
20014 commit f8002863fb06c363180637046947a78a6ccb3d33
20015 Author: WANG Cong <xiyou.wangcong@gmail.com>
20016 Date: Wed Dec 16 23:39:04 2015 -0800
20017
20018 net: check both type and procotol for tcp sockets
20019
20020 Dmitry reported the following out-of-bound access:
20021
20022 Call Trace:
20023 [<ffffffff816cec2e>] __asan_report_load4_noabort+0x3e/0x40
20024 mm/kasan/report.c:294
20025 [<ffffffff84affb14>] sock_setsockopt+0x1284/0x13d0 net/core/sock.c:880
20026 [< inline >] SYSC_setsockopt net/socket.c:1746
20027 [<ffffffff84aed7ee>] SyS_setsockopt+0x1fe/0x240 net/socket.c:1729
20028 [<ffffffff85c18c76>] entry_SYSCALL_64_fastpath+0x16/0x7a
20029 arch/x86/entry/entry_64.S:185
20030
20031 This is because we mistake a raw socket as a tcp socket.
20032 We should check both sk->sk_type and sk->sk_protocol to ensure
20033 it is a tcp socket.
20034
20035 Willem points out __skb_complete_tx_timestamp() needs to fix as well.
20036
20037 Reported-by: Dmitry Vyukov <dvyukov@google.com>
20038 Cc: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
20039 Cc: Eric Dumazet <eric.dumazet@gmail.com>
20040 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
20041 Acked-by: Willem de Bruijn <willemb@google.com>
20042 Signed-off-by: David S. Miller <davem@davemloft.net>
20043
20044 net/core/skbuff.c | 3 ++-
20045 net/core/sock.c | 3 ++-
20046 2 files changed, 4 insertions(+), 2 deletions(-)
20047
20048 commit bd6b3399804470a4ad8f34229469ca149dceba3d
20049 Author: Colin Ian King <colin.king@canonical.com>
20050 Date: Fri Dec 18 14:22:01 2015 -0800
20051
20052 proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
20053
20054 Writing to /proc/$pid/coredump_filter always returns -ESRCH because commit
20055 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()") removed
20056 the setting of ret after the get_proc_task call and incorrectly left it as
20057 -ESRCH. Instead, return 0 when successful.
20058
20059 Example breakage:
20060
20061 echo 0 > /proc/self/coredump_filter
20062 bash: echo: write error: No such process
20063
20064 Fixes: 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()")
20065 Signed-off-by: Colin Ian King <colin.king@canonical.com>
20066 Acked-by: Kees Cook <keescook@chromium.org>
20067 Cc: <stable@vger.kernel.org> [4.3+]
20068 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
20069 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
20070
20071 fs/proc/base.c | 1 +
20072 1 files changed, 1 insertions(+), 0 deletions(-)
20073
20074 commit b28aca2b99ed08546778355fb9402c503ff9b29e
20075 Author: Junichi Nomura <j-nomura@ce.jp.nec.com>
20076 Date: Tue Dec 22 10:23:44 2015 -0700
20077
20078 block: ensure to split after potentially bouncing a bio
20079
20080 blk_queue_bio() does split then bounce, which makes the segment
20081 counting based on pages before bouncing and could go wrong. Move
20082 the split to after bouncing, like we do for blk-mq, and the we
20083 fix the issue of having the bio count for segments be wrong.
20084
20085 Fixes: 54efd50bfd87 ("block: make generic_make_request handle arbitrarily sized bios")
20086 Cc: stable@vger.kernel.org
20087 Tested-by: Artem S. Tashkinov <t.artem@lycos.com>
20088 Signed-off-by: Jens Axboe <axboe@fb.com>
20089
20090 block/blk-core.c | 4 ++--
20091 1 files changed, 2 insertions(+), 2 deletions(-)
20092
20093 commit e62a25e917a9e5b35ddd5b4f1b5e5e30fbd2e84c
20094 Merge: f6f63ae ec72fa5
20095 Author: Brad Spengler <spender@grsecurity.net>
20096 Date: Tue Dec 22 19:46:26 2015 -0500
20097
20098 Merge branch 'pax-test' into grsec-test
20099
20100 commit ec72fa5f8d9cb4e223bad1b8b5c2e1071c222f2a
20101 Author: Brad Spengler <spender@grsecurity.net>
20102 Date: Tue Dec 22 19:45:51 2015 -0500
20103
20104 Update to pax-linux-4.3.3-test13.patch:
20105 - 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)
20106 - 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)
20107
20108 arch/arm/mm/fault.c | 2 +-
20109 arch/x86/mm/fault.c | 2 +-
20110 fs/btrfs/extent_map.c | 8 ++++++--
20111 fs/xfs/libxfs/xfs_da_btree.c | 4 +++-
20112 4 files changed, 11 insertions(+), 5 deletions(-)
20113
20114 commit f6f63ae154cd45028add1dc41957878060d77fbf
20115 Author: Brad Spengler <spender@grsecurity.net>
20116 Date: Thu Dec 17 18:43:44 2015 -0500
20117
20118 ptrace_has_cap() checks whether the current process should be
20119 treated as having a certain capability for ptrace checks
20120 against another process. Until now, this was equivalent to
20121 has_ns_capability(current, target_ns, CAP_SYS_PTRACE).
20122
20123 However, if a root-owned process wants to enter a user
20124 namespace for some reason without knowing who owns it and
20125 therefore can't change to the namespace owner's uid and gid
20126 before entering, as soon as it has entered the namespace,
20127 the namespace owner can attach to it via ptrace and thereby
20128 gain access to its uid and gid.
20129
20130 While it is possible for the entering process to switch to
20131 the uid of a claimed namespace owner before entering,
20132 causing the attempt to enter to fail if the claimed uid is
20133 wrong, this doesn't solve the problem of determining an
20134 appropriate gid.
20135
20136 With this change, the entering process can first enter the
20137 namespace and then safely inspect the namespace's
20138 properties, e.g. through /proc/self/{uid_map,gid_map},
20139 assuming that the namespace owner doesn't have access to
20140 uid 0.
20141 Signed-off-by: Jann Horn <jann@thejh.net>
20142
20143 kernel/ptrace.c | 30 +++++++++++++++++++++++++-----
20144 1 files changed, 25 insertions(+), 5 deletions(-)
20145
20146 commit e314f0fb63020f61543b401ff594e953c2c304e5
20147 Author: tadeusz.struk@intel.com <tadeusz.struk@intel.com>
20148 Date: Tue Dec 15 10:46:17 2015 -0800
20149
20150 net: fix uninitialized variable issue
20151
20152 msg_iocb needs to be initialized on the recv/recvfrom path.
20153 Otherwise afalg will wrongly interpret it as an async call.
20154
20155 Cc: stable@vger.kernel.org
20156 Reported-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
20157 Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
20158 Signed-off-by: David S. Miller <davem@davemloft.net>
20159
20160 net/socket.c | 1 +
20161 1 files changed, 1 insertions(+), 0 deletions(-)
20162
20163 commit a3f56a43ad56b8fcaf04f6327636ed2f5970de3b
20164 Merge: dfa764c 142edcf
20165 Author: Brad Spengler <spender@grsecurity.net>
20166 Date: Wed Dec 16 21:01:17 2015 -0500
20167
20168 Merge branch 'pax-test' into grsec-test
20169
20170 commit 142edcf1005a57fb8887823565cf0bafad2f313c
20171 Author: Brad Spengler <spender@grsecurity.net>
20172 Date: Wed Dec 16 21:00:57 2015 -0500
20173
20174 Update to pax-linux-4.3.3-test12.patch:
20175 - 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)
20176 - 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)
20177
20178 drivers/tty/n_tty.c | 16 ++++++++--------
20179 .../disable_size_overflow_hash.data | 2 ++
20180 .../size_overflow_plugin/size_overflow_hash.data | 6 ++----
20181 3 files changed, 12 insertions(+), 12 deletions(-)
20182
20183 commit dfa764cc549892a5bfc1083cac78b99032cae577
20184 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
20185 Date: Tue Dec 15 22:59:12 2015 +0100
20186
20187 ipv6: automatically enable stable privacy mode if stable_secret set
20188
20189 Bjørn reported that while we switch all interfaces to privacy stable mode
20190 when setting the secret, we don't set this mode for new interfaces. This
20191 does not make sense, so change this behaviour.
20192
20193 Fixes: 622c81d57b392cc ("ipv6: generation of stable privacy addresses for link-local and autoconf")
20194 Reported-by: Bjørn Mork <bjorn@mork.no>
20195 Cc: Bjørn Mork <bjorn@mork.no>
20196 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
20197 Signed-off-by: David S. Miller <davem@davemloft.net>
20198
20199 net/ipv6/addrconf.c | 6 ++++++
20200 1 files changed, 6 insertions(+), 0 deletions(-)
20201
20202 commit c2815a1fee03f222273e77c14e43f960da06f35a
20203 Author: Brad Spengler <spender@grsecurity.net>
20204 Date: Wed Dec 16 13:03:38 2015 -0500
20205
20206 Work around upstream limitation on the number of thread info flags causing a compilation error
20207 Reported by fabled at http://forums.grsecurity.net/viewtopic.php?f=3&t=4339
20208
20209 arch/arm/kernel/entry-common.S | 8 ++++++--
20210 1 files changed, 6 insertions(+), 2 deletions(-)
20211
20212 commit 8c9ae168e09ae49324d709d76d73d9fc4ca477e1
20213 Author: Brad Spengler <spender@grsecurity.net>
20214 Date: Tue Dec 15 19:03:41 2015 -0500
20215
20216 Initial import of grsecurity 3.1 for Linux 4.3.3
20217
20218 Documentation/dontdiff | 2 +
20219 Documentation/kernel-parameters.txt | 7 +
20220 Documentation/sysctl/kernel.txt | 15 +
20221 Makefile | 18 +-
20222 arch/alpha/include/asm/cache.h | 4 +-
20223 arch/alpha/kernel/osf_sys.c | 12 +-
20224 arch/arc/Kconfig | 1 +
20225 arch/arm/Kconfig | 1 +
20226 arch/arm/Kconfig.debug | 1 +
20227 arch/arm/include/asm/thread_info.h | 7 +-
20228 arch/arm/kernel/process.c | 4 +-
20229 arch/arm/kernel/ptrace.c | 9 +
20230 arch/arm/kernel/traps.c | 7 +-
20231 arch/arm/mm/Kconfig | 2 +-
20232 arch/arm/mm/fault.c | 40 +-
20233 arch/arm/mm/mmap.c | 8 +-
20234 arch/arm/net/bpf_jit_32.c | 51 +-
20235 arch/arm64/Kconfig.debug | 1 +
20236 arch/avr32/include/asm/cache.h | 4 +-
20237 arch/blackfin/Kconfig.debug | 1 +
20238 arch/blackfin/include/asm/cache.h | 3 +-
20239 arch/cris/include/arch-v10/arch/cache.h | 3 +-
20240 arch/cris/include/arch-v32/arch/cache.h | 3 +-
20241 arch/frv/include/asm/cache.h | 3 +-
20242 arch/frv/mm/elf-fdpic.c | 4 +-
20243 arch/hexagon/include/asm/cache.h | 6 +-
20244 arch/ia64/Kconfig | 1 +
20245 arch/ia64/include/asm/cache.h | 3 +-
20246 arch/ia64/kernel/sys_ia64.c | 2 +
20247 arch/ia64/mm/hugetlbpage.c | 2 +
20248 arch/m32r/include/asm/cache.h | 4 +-
20249 arch/m68k/include/asm/cache.h | 4 +-
20250 arch/metag/mm/hugetlbpage.c | 1 +
20251 arch/microblaze/include/asm/cache.h | 3 +-
20252 arch/mips/Kconfig | 1 +
20253 arch/mips/include/asm/cache.h | 3 +-
20254 arch/mips/include/asm/thread_info.h | 11 +-
20255 arch/mips/kernel/irq.c | 3 +
20256 arch/mips/kernel/ptrace.c | 9 +
20257 arch/mips/mm/mmap.c | 4 +-
20258 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
20259 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
20260 arch/openrisc/include/asm/cache.h | 4 +-
20261 arch/parisc/include/asm/cache.h | 5 +-
20262 arch/parisc/kernel/sys_parisc.c | 4 +
20263 arch/powerpc/Kconfig | 1 +
20264 arch/powerpc/include/asm/cache.h | 4 +-
20265 arch/powerpc/include/asm/thread_info.h | 5 +-
20266 arch/powerpc/kernel/Makefile | 2 +
20267 arch/powerpc/kernel/irq.c | 3 +
20268 arch/powerpc/kernel/process.c | 10 +-
20269 arch/powerpc/kernel/ptrace.c | 14 +
20270 arch/powerpc/kernel/traps.c | 5 +
20271 arch/powerpc/mm/slice.c | 2 +-
20272 arch/s390/Kconfig.debug | 1 +
20273 arch/s390/include/asm/cache.h | 4 +-
20274 arch/score/include/asm/cache.h | 4 +-
20275 arch/sh/include/asm/cache.h | 3 +-
20276 arch/sh/mm/mmap.c | 6 +-
20277 arch/sparc/include/asm/cache.h | 4 +-
20278 arch/sparc/include/asm/pgalloc_64.h | 1 +
20279 arch/sparc/include/asm/thread_info_64.h | 8 +-
20280 arch/sparc/kernel/process_32.c | 6 +-
20281 arch/sparc/kernel/process_64.c | 8 +-
20282 arch/sparc/kernel/ptrace_64.c | 14 +
20283 arch/sparc/kernel/sys_sparc_64.c | 8 +-
20284 arch/sparc/kernel/syscalls.S | 8 +-
20285 arch/sparc/kernel/traps_32.c | 8 +-
20286 arch/sparc/kernel/traps_64.c | 28 +-
20287 arch/sparc/kernel/unaligned_64.c | 2 +-
20288 arch/sparc/mm/fault_64.c | 2 +-
20289 arch/sparc/mm/hugetlbpage.c | 15 +-
20290 arch/tile/Kconfig | 1 +
20291 arch/tile/include/asm/cache.h | 3 +-
20292 arch/tile/mm/hugetlbpage.c | 2 +
20293 arch/um/include/asm/cache.h | 3 +-
20294 arch/unicore32/include/asm/cache.h | 6 +-
20295 arch/x86/Kconfig | 21 +
20296 arch/x86/Kconfig.debug | 2 +
20297 arch/x86/entry/common.c | 14 +
20298 arch/x86/entry/entry_32.S | 2 +-
20299 arch/x86/entry/entry_64.S | 2 +-
20300 arch/x86/ia32/ia32_aout.c | 2 +
20301 arch/x86/include/asm/floppy.h | 20 +-
20302 arch/x86/include/asm/fpu/types.h | 69 +-
20303 arch/x86/include/asm/io.h | 2 +-
20304 arch/x86/include/asm/page.h | 12 +-
20305 arch/x86/include/asm/paravirt_types.h | 23 +-
20306 arch/x86/include/asm/processor.h | 12 +-
20307 arch/x86/include/asm/thread_info.h | 6 +-
20308 arch/x86/include/asm/uaccess.h | 2 +-
20309 arch/x86/kernel/dumpstack.c | 10 +-
20310 arch/x86/kernel/dumpstack_32.c | 2 +-
20311 arch/x86/kernel/dumpstack_64.c | 2 +-
20312 arch/x86/kernel/ioport.c | 13 +
20313 arch/x86/kernel/irq_32.c | 3 +
20314 arch/x86/kernel/irq_64.c | 4 +
20315 arch/x86/kernel/ldt.c | 18 +
20316 arch/x86/kernel/msr.c | 10 +
20317 arch/x86/kernel/ptrace.c | 14 +
20318 arch/x86/kernel/signal.c | 9 +-
20319 arch/x86/kernel/sys_i386_32.c | 9 +-
20320 arch/x86/kernel/sys_x86_64.c | 8 +-
20321 arch/x86/kernel/traps.c | 5 +
20322 arch/x86/kernel/verify_cpu.S | 1 +
20323 arch/x86/kernel/vm86_32.c | 15 +
20324 arch/x86/kvm/svm.c | 14 +-
20325 arch/x86/mm/fault.c | 12 +-
20326 arch/x86/mm/hugetlbpage.c | 15 +-
20327 arch/x86/mm/init.c | 66 +-
20328 arch/x86/mm/init_32.c | 6 +-
20329 arch/x86/net/bpf_jit_comp.c | 4 +
20330 arch/x86/platform/efi/efi_64.c | 2 +-
20331 arch/x86/xen/Kconfig | 1 +
20332 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
20333 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
20334 crypto/ablkcipher.c | 2 +-
20335 crypto/blkcipher.c | 2 +-
20336 crypto/scatterwalk.c | 10 +-
20337 drivers/acpi/acpica/hwxfsleep.c | 11 +-
20338 drivers/acpi/custom_method.c | 4 +
20339 drivers/block/cciss.h | 30 +-
20340 drivers/block/smart1,2.h | 40 +-
20341 drivers/cdrom/cdrom.c | 2 +-
20342 drivers/char/Kconfig | 4 +-
20343 drivers/char/genrtc.c | 1 +
20344 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
20345 drivers/char/mem.c | 17 +
20346 drivers/char/random.c | 5 +-
20347 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
20348 drivers/crypto/nx/nx-aes-ccm.c | 2 +-
20349 drivers/crypto/nx/nx-aes-gcm.c | 2 +-
20350 drivers/crypto/talitos.c | 2 +-
20351 drivers/firewire/ohci.c | 4 +
20352 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
20353 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
20354 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
20355 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
20356 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
20357 drivers/hid/hid-wiimote-debug.c | 2 +-
20358 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
20359 drivers/iommu/Kconfig | 1 +
20360 drivers/iommu/amd_iommu.c | 14 +-
20361 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
20362 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
20363 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
20364 drivers/isdn/hisax/config.c | 2 +-
20365 drivers/isdn/hisax/hfc_pci.c | 2 +-
20366 drivers/isdn/hisax/hfc_sx.c | 2 +-
20367 drivers/isdn/hisax/q931.c | 6 +-
20368 drivers/isdn/i4l/isdn_concap.c | 6 +-
20369 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
20370 drivers/md/bcache/Kconfig | 1 +
20371 drivers/md/raid5.c | 8 +
20372 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
20373 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
20374 drivers/media/platform/vivid/vivid-osd.c | 1 +
20375 drivers/media/radio/radio-cadet.c | 5 +-
20376 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
20377 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
20378 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
20379 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
20380 drivers/message/fusion/mptbase.c | 9 +
20381 drivers/misc/sgi-xp/xp_main.c | 12 +-
20382 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
20383 drivers/net/ppp/pppoe.c | 14 +-
20384 drivers/net/ppp/pptp.c | 6 +
20385 drivers/net/slip/slhc.c | 3 +
20386 drivers/net/wan/lmc/lmc_media.c | 97 +-
20387 drivers/net/wan/x25_asy.c | 6 +-
20388 drivers/net/wan/z85230.c | 24 +-
20389 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
20390 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
20391 drivers/pci/pci-sysfs.c | 2 +-
20392 drivers/pci/proc.c | 9 +
20393 drivers/platform/x86/asus-wmi.c | 12 +
20394 drivers/rtc/rtc-dev.c | 3 +
20395 drivers/scsi/bfa/bfa_fcs.c | 19 +-
20396 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
20397 drivers/scsi/bfa/bfa_modules.h | 12 +-
20398 drivers/scsi/hpsa.h | 40 +-
20399 drivers/staging/dgnc/dgnc_mgmt.c | 1 +
20400 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
20401 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
20402 drivers/target/target_core_sbc.c | 17 +-
20403 drivers/target/target_core_transport.c | 14 +-
20404 drivers/tty/serial/uartlite.c | 4 +-
20405 drivers/tty/sysrq.c | 2 +-
20406 drivers/tty/vt/keyboard.c | 22 +-
20407 drivers/uio/uio.c | 6 +-
20408 drivers/usb/core/hub.c | 5 +
20409 drivers/usb/gadget/function/f_uac1.c | 1 +
20410 drivers/usb/gadget/function/u_uac1.c | 1 +
20411 drivers/usb/host/hwa-hc.c | 9 +-
20412 drivers/usb/usbip/vhci_sysfs.c | 2 +-
20413 drivers/video/fbdev/arcfb.c | 2 +-
20414 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
20415 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
20416 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
20417 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++-----
20418 drivers/xen/xenfs/xenstored.c | 5 +
20419 firmware/Makefile | 2 +
20420 firmware/WHENCE | 20 +-
20421 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
20422 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
20423 fs/9p/vfs_inode.c | 4 +-
20424 fs/attr.c | 1 +
20425 fs/autofs4/waitq.c | 9 +
20426 fs/binfmt_aout.c | 7 +
20427 fs/binfmt_elf.c | 50 +-
20428 fs/compat.c | 20 +-
20429 fs/coredump.c | 17 +-
20430 fs/dcache.c | 3 +
20431 fs/debugfs/inode.c | 11 +-
20432 fs/exec.c | 219 +-
20433 fs/ext2/balloc.c | 4 +-
20434 fs/ext2/super.c | 8 +-
20435 fs/ext4/balloc.c | 4 +-
20436 fs/fcntl.c | 4 +
20437 fs/fhandle.c | 3 +-
20438 fs/file.c | 4 +
20439 fs/filesystems.c | 4 +
20440 fs/fs_struct.c | 20 +-
20441 fs/hugetlbfs/inode.c | 5 +-
20442 fs/inode.c | 8 +-
20443 fs/kernfs/dir.c | 6 +
20444 fs/mount.h | 4 +-
20445 fs/namei.c | 286 +-
20446 fs/namespace.c | 24 +
20447 fs/nfsd/nfscache.c | 2 +-
20448 fs/open.c | 38 +
20449 fs/overlayfs/inode.c | 11 +-
20450 fs/overlayfs/super.c | 6 +-
20451 fs/pipe.c | 2 +-
20452 fs/posix_acl.c | 15 +-
20453 fs/proc/Kconfig | 10 +-
20454 fs/proc/array.c | 69 +-
20455 fs/proc/base.c | 186 +-
20456 fs/proc/cmdline.c | 4 +
20457 fs/proc/devices.c | 4 +
20458 fs/proc/fd.c | 17 +-
20459 fs/proc/generic.c | 64 +
20460 fs/proc/inode.c | 17 +
20461 fs/proc/internal.h | 11 +-
20462 fs/proc/interrupts.c | 4 +
20463 fs/proc/kcore.c | 3 +
20464 fs/proc/meminfo.c | 7 +-
20465 fs/proc/namespaces.c | 4 +-
20466 fs/proc/proc_net.c | 31 +
20467 fs/proc/proc_sysctl.c | 52 +-
20468 fs/proc/root.c | 8 +
20469 fs/proc/stat.c | 69 +-
20470 fs/proc/task_mmu.c | 66 +-
20471 fs/readdir.c | 19 +
20472 fs/reiserfs/item_ops.c | 24 +-
20473 fs/reiserfs/super.c | 4 +
20474 fs/select.c | 2 +
20475 fs/seq_file.c | 30 +-
20476 fs/splice.c | 8 +
20477 fs/stat.c | 20 +-
20478 fs/sysfs/dir.c | 30 +-
20479 fs/sysv/inode.c | 11 +-
20480 fs/utimes.c | 7 +
20481 fs/xattr.c | 26 +-
20482 grsecurity/Kconfig | 1182 ++++
20483 grsecurity/Makefile | 54 +
20484 grsecurity/gracl.c | 2757 +++++++++
20485 grsecurity/gracl_alloc.c | 105 +
20486 grsecurity/gracl_cap.c | 127 +
20487 grsecurity/gracl_compat.c | 269 +
20488 grsecurity/gracl_fs.c | 448 ++
20489 grsecurity/gracl_ip.c | 386 ++
20490 grsecurity/gracl_learn.c | 207 +
20491 grsecurity/gracl_policy.c | 1786 ++++++
20492 grsecurity/gracl_res.c | 68 +
20493 grsecurity/gracl_segv.c | 304 +
20494 grsecurity/gracl_shm.c | 40 +
20495 grsecurity/grsec_chdir.c | 19 +
20496 grsecurity/grsec_chroot.c | 467 ++
20497 grsecurity/grsec_disabled.c | 445 ++
20498 grsecurity/grsec_exec.c | 189 +
20499 grsecurity/grsec_fifo.c | 26 +
20500 grsecurity/grsec_fork.c | 23 +
20501 grsecurity/grsec_init.c | 290 +
20502 grsecurity/grsec_ipc.c | 48 +
20503 grsecurity/grsec_link.c | 65 +
20504 grsecurity/grsec_log.c | 340 +
20505 grsecurity/grsec_mem.c | 48 +
20506 grsecurity/grsec_mount.c | 65 +
20507 grsecurity/grsec_pax.c | 47 +
20508 grsecurity/grsec_proc.c | 20 +
20509 grsecurity/grsec_ptrace.c | 30 +
20510 grsecurity/grsec_sig.c | 236 +
20511 grsecurity/grsec_sock.c | 244 +
20512 grsecurity/grsec_sysctl.c | 488 ++
20513 grsecurity/grsec_time.c | 16 +
20514 grsecurity/grsec_tpe.c | 78 +
20515 grsecurity/grsec_usb.c | 15 +
20516 grsecurity/grsum.c | 64 +
20517 include/linux/binfmts.h | 5 +-
20518 include/linux/bitops.h | 2 +-
20519 include/linux/capability.h | 13 +
20520 include/linux/compiler-gcc.h | 5 +
20521 include/linux/compiler.h | 8 +
20522 include/linux/cred.h | 8 +-
20523 include/linux/dcache.h | 5 +-
20524 include/linux/fs.h | 24 +-
20525 include/linux/fs_struct.h | 2 +-
20526 include/linux/fsnotify.h | 6 +
20527 include/linux/gracl.h | 342 +
20528 include/linux/gracl_compat.h | 156 +
20529 include/linux/gralloc.h | 9 +
20530 include/linux/grdefs.h | 140 +
20531 include/linux/grinternal.h | 230 +
20532 include/linux/grmsg.h | 118 +
20533 include/linux/grsecurity.h | 255 +
20534 include/linux/grsock.h | 19 +
20535 include/linux/ipc.h | 2 +-
20536 include/linux/ipc_namespace.h | 2 +-
20537 include/linux/kallsyms.h | 18 +-
20538 include/linux/kmod.h | 5 +
20539 include/linux/kobject.h | 2 +-
20540 include/linux/lsm_hooks.h | 4 +-
20541 include/linux/mm.h | 12 +
20542 include/linux/mm_types.h | 4 +-
20543 include/linux/module.h | 5 +-
20544 include/linux/mount.h | 2 +-
20545 include/linux/msg.h | 2 +-
20546 include/linux/netfilter/xt_gradm.h | 9 +
20547 include/linux/path.h | 4 +-
20548 include/linux/perf_event.h | 13 +-
20549 include/linux/pid_namespace.h | 2 +-
20550 include/linux/printk.h | 2 +-
20551 include/linux/proc_fs.h | 22 +-
20552 include/linux/proc_ns.h | 2 +-
20553 include/linux/ptrace.h | 24 +-
20554 include/linux/random.h | 2 +-
20555 include/linux/rbtree_augmented.h | 4 +-
20556 include/linux/scatterlist.h | 12 +-
20557 include/linux/sched.h | 114 +-
20558 include/linux/security.h | 1 +
20559 include/linux/sem.h | 2 +-
20560 include/linux/seq_file.h | 5 +
20561 include/linux/shm.h | 6 +-
20562 include/linux/skbuff.h | 3 +
20563 include/linux/slab.h | 9 -
20564 include/linux/sysctl.h | 8 +-
20565 include/linux/thread_info.h | 6 +-
20566 include/linux/tty.h | 2 +-
20567 include/linux/tty_driver.h | 4 +-
20568 include/linux/uidgid.h | 5 +
20569 include/linux/user_namespace.h | 2 +-
20570 include/linux/utsname.h | 2 +-
20571 include/linux/vermagic.h | 16 +-
20572 include/linux/vmalloc.h | 20 +-
20573 include/net/af_unix.h | 2 +-
20574 include/net/dst.h | 33 +
20575 include/net/ip.h | 2 +-
20576 include/net/neighbour.h | 2 +-
20577 include/net/net_namespace.h | 2 +-
20578 include/net/sock.h | 4 +-
20579 include/target/target_core_base.h | 2 +-
20580 include/trace/events/fs.h | 53 +
20581 include/uapi/linux/personality.h | 1 +
20582 init/Kconfig | 4 +-
20583 init/main.c | 35 +-
20584 ipc/mqueue.c | 1 +
20585 ipc/msg.c | 3 +-
20586 ipc/sem.c | 3 +-
20587 ipc/shm.c | 26 +-
20588 ipc/util.c | 6 +
20589 kernel/auditsc.c | 2 +-
20590 kernel/bpf/syscall.c | 8 +-
20591 kernel/capability.c | 41 +-
20592 kernel/cgroup.c | 5 +-
20593 kernel/compat.c | 1 +
20594 kernel/configs.c | 11 +
20595 kernel/cred.c | 112 +-
20596 kernel/events/core.c | 16 +-
20597 kernel/exit.c | 10 +-
20598 kernel/fork.c | 86 +-
20599 kernel/futex.c | 6 +-
20600 kernel/futex_compat.c | 2 +-
20601 kernel/kallsyms.c | 9 +
20602 kernel/kcmp.c | 8 +-
20603 kernel/kexec_core.c | 2 +-
20604 kernel/kmod.c | 95 +-
20605 kernel/kprobes.c | 7 +-
20606 kernel/ksysfs.c | 2 +
20607 kernel/locking/lockdep_proc.c | 10 +-
20608 kernel/module.c | 108 +-
20609 kernel/panic.c | 4 +-
20610 kernel/pid.c | 23 +-
20611 kernel/power/Kconfig | 2 +
20612 kernel/printk/printk.c | 20 +-
20613 kernel/ptrace.c | 56 +-
20614 kernel/resource.c | 10 +
20615 kernel/sched/core.c | 11 +-
20616 kernel/signal.c | 37 +-
20617 kernel/sys.c | 64 +-
20618 kernel/sysctl.c | 172 +-
20619 kernel/taskstats.c | 6 +
20620 kernel/time/posix-timers.c | 8 +
20621 kernel/time/time.c | 5 +
20622 kernel/time/timekeeping.c | 3 +
20623 kernel/time/timer_list.c | 13 +-
20624 kernel/time/timer_stats.c | 10 +-
20625 kernel/trace/Kconfig | 2 +
20626 kernel/trace/trace_syscalls.c | 8 +
20627 kernel/user_namespace.c | 15 +
20628 lib/Kconfig.debug | 13 +-
20629 lib/Kconfig.kasan | 2 +-
20630 lib/is_single_threaded.c | 3 +
20631 lib/list_debug.c | 65 +-
20632 lib/nlattr.c | 2 +
20633 lib/rbtree.c | 4 +-
20634 lib/vsprintf.c | 39 +-
20635 localversion-grsec | 1 +
20636 mm/Kconfig | 8 +-
20637 mm/Kconfig.debug | 1 +
20638 mm/filemap.c | 1 +
20639 mm/kmemleak.c | 4 +-
20640 mm/memory.c | 2 +-
20641 mm/mempolicy.c | 12 +-
20642 mm/migrate.c | 3 +-
20643 mm/mlock.c | 6 +-
20644 mm/mmap.c | 93 +-
20645 mm/mprotect.c | 8 +
20646 mm/oom_kill.c | 28 +-
20647 mm/page_alloc.c | 2 +-
20648 mm/process_vm_access.c | 8 +-
20649 mm/shmem.c | 36 +-
20650 mm/slab.c | 14 +-
20651 mm/slab_common.c | 2 +-
20652 mm/slob.c | 12 +
20653 mm/slub.c | 33 +-
20654 mm/util.c | 3 +
20655 mm/vmalloc.c | 129 +-
20656 mm/vmstat.c | 29 +-
20657 net/appletalk/atalk_proc.c | 2 +-
20658 net/atm/lec.c | 6 +-
20659 net/atm/mpoa_caches.c | 42 +-
20660 net/bluetooth/sco.c | 3 +
20661 net/can/bcm.c | 2 +-
20662 net/can/proc.c | 2 +-
20663 net/core/dev_ioctl.c | 7 +-
20664 net/core/filter.c | 8 +-
20665 net/core/net-procfs.c | 17 +-
20666 net/core/pktgen.c | 2 +-
20667 net/core/sock.c | 3 +-
20668 net/core/sysctl_net_core.c | 2 +-
20669 net/decnet/dn_dev.c | 2 +-
20670 net/ipv4/devinet.c | 6 +-
20671 net/ipv4/inet_hashtables.c | 4 +
20672 net/ipv4/ip_input.c | 7 +
20673 net/ipv4/ip_sockglue.c | 3 +-
20674 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
20675 net/ipv4/netfilter/nf_nat_pptp.c | 2 +-
20676 net/ipv4/route.c | 6 +-
20677 net/ipv4/tcp_input.c | 4 +-
20678 net/ipv4/tcp_ipv4.c | 29 +-
20679 net/ipv4/tcp_minisocks.c | 9 +-
20680 net/ipv4/tcp_timer.c | 11 +
20681 net/ipv4/udp.c | 24 +
20682 net/ipv6/addrconf.c | 13 +-
20683 net/ipv6/proc.c | 2 +-
20684 net/ipv6/tcp_ipv6.c | 26 +-
20685 net/ipv6/udp.c | 7 +
20686 net/ipx/ipx_proc.c | 2 +-
20687 net/irda/irproc.c | 2 +-
20688 net/llc/llc_proc.c | 2 +-
20689 net/netfilter/Kconfig | 10 +
20690 net/netfilter/Makefile | 1 +
20691 net/netfilter/nf_conntrack_core.c | 8 +
20692 net/netfilter/xt_gradm.c | 51 +
20693 net/netfilter/xt_hashlimit.c | 4 +-
20694 net/netfilter/xt_recent.c | 2 +-
20695 net/sched/sch_api.c | 2 +-
20696 net/sctp/socket.c | 4 +-
20697 net/socket.c | 75 +-
20698 net/sunrpc/Kconfig | 1 +
20699 net/sunrpc/cache.c | 2 +-
20700 net/sunrpc/stats.c | 2 +-
20701 net/sysctl_net.c | 2 +-
20702 net/unix/af_unix.c | 52 +-
20703 net/vmw_vsock/vmci_transport_notify.c | 30 +-
20704 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
20705 net/x25/sysctl_net_x25.c | 2 +-
20706 net/x25/x25_proc.c | 2 +-
20707 scripts/package/Makefile | 2 +-
20708 scripts/package/mkspec | 41 +-
20709 security/Kconfig | 369 +-
20710 security/apparmor/file.c | 4 +-
20711 security/apparmor/lsm.c | 8 +-
20712 security/commoncap.c | 36 +-
20713 security/min_addr.c | 2 +
20714 security/smack/smack_lsm.c | 8 +-
20715 security/tomoyo/file.c | 12 +-
20716 security/tomoyo/mount.c | 4 +
20717 security/tomoyo/tomoyo.c | 20 +-
20718 security/yama/Kconfig | 2 +-
20719 security/yama/yama_lsm.c | 4 +-
20720 sound/synth/emux/emux_seq.c | 14 +-
20721 sound/usb/line6/driver.c | 40 +-
20722 sound/usb/line6/toneport.c | 12 +-
20723 tools/gcc/.gitignore | 1 +
20724 tools/gcc/Makefile | 12 +
20725 tools/gcc/gen-random-seed.sh | 8 +
20726 tools/gcc/randomize_layout_plugin.c | 930 +++
20727 tools/gcc/size_overflow_plugin/.gitignore | 1 +
20728 .../size_overflow_plugin/size_overflow_hash.data | 459 ++-
20729 511 files changed, 32631 insertions(+), 3196 deletions(-)
20730
20731 commit a76adb92ce39aee8eec5a025c828030ad6135c6d
20732 Author: Brad Spengler <spender@grsecurity.net>
20733 Date: Tue Dec 15 14:31:49 2015 -0500
20734
20735 Update to pax-linux-4.3.3-test11.patch:
20736 - fixed a few compile regressions with the recent plugin changes, reported by spender
20737 - updated the size overflow hash table
20738
20739 tools/gcc/latent_entropy_plugin.c | 2 +-
20740 .../size_overflow_plugin/size_overflow_hash.data | 66 +++++++++++++++++---
20741 tools/gcc/stackleak_plugin.c | 2 +-
20742 tools/gcc/structleak_plugin.c | 6 +--
20743 4 files changed, 60 insertions(+), 16 deletions(-)
20744
20745 commit f7284b1fc06628fcb2d35d2beecdea5454d46af9
20746 Author: Brad Spengler <spender@grsecurity.net>
20747 Date: Tue Dec 15 11:50:24 2015 -0500
20748
20749 Apply structleak ICE fix for gcc < 4.9
20750
20751 tools/gcc/structleak_plugin.c | 4 ++++
20752 1 files changed, 4 insertions(+), 0 deletions(-)
20753
20754 commit 92fe3eb9fd10ec7f7334decab1526989669b0287
20755 Author: Brad Spengler <spender@grsecurity.net>
20756 Date: Tue Dec 15 07:57:06 2015 -0500
20757
20758 Update to pax-linux-4.3.1-test10.patch:
20759 - Emese fixed INDIRECT_REF and TARGET_MEM_REF handling in the initify plugin
20760 - Emese regenerated the size overflow hash tables for 4.3
20761 - fixed some compat syscall exit paths to restore r12 under KERNEXEC/or
20762 - the latent entropy, stackleak and structleak plugins no longer split the entry block unnecessarily
20763
20764 arch/x86/entry/entry_64.S | 2 +-
20765 arch/x86/entry/entry_64_compat.S | 15 +-
20766 scripts/package/builddeb | 2 +-
20767 tools/gcc/initify_plugin.c | 11 +-
20768 tools/gcc/latent_entropy_plugin.c | 20 +-
20769 .../disable_size_overflow_hash.data | 4 +
20770 .../size_overflow_plugin/size_overflow_hash.data | 5345 +++++++++++---------
20771 tools/gcc/stackleak_plugin.c | 26 +-
20772 tools/gcc/structleak_plugin.c | 21 +-
20773 9 files changed, 3079 insertions(+), 2367 deletions(-)
20774
20775 commit 5bd245cb687319079c2f1c0d6a1170791ed1ed2c
20776 Merge: b5847e6 3548341
20777 Author: Brad Spengler <spender@grsecurity.net>
20778 Date: Tue Dec 15 07:47:56 2015 -0500
20779
20780 Merge branch 'linux-4.3.y' into pax-4_3
20781
20782 Conflicts:
20783 net/unix/af_unix.c
20784
20785 commit b5847e6a896c5d99191135ca4d7c3b6be8f116ff
20786 Author: Brad Spengler <spender@grsecurity.net>
20787 Date: Wed Dec 9 23:11:36 2015 -0500
20788
20789 Update to pax-linux-4.3.1-test9.patch:
20790 - 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)
20791 - Emese fixed an intentional overflow caused by gcc, reported by saironiq (https://forums.grsecurity.net/viewtopic.php?f=3&t=4333)
20792 - Emese fixed a false positive overflow report in the forcedeth driver, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?t=4334)
20793 - Emese fixed a false positive overflow report in KVM's emulator, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4336)
20794 - Emese fixed the initify plugin to detect some captured use of __func__, reported by Rasmus Villemoes <linux@rasmusvillemoes.dk>
20795 - constrained shmmax and shmall to avoid triggering size overflow checks, reported by Mathias Krause <minipli@ld-linux.so>
20796 - 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
20797
20798 Makefile | 6 +
20799 arch/x86/include/asm/compat.h | 4 +
20800 arch/x86/include/asm/dma.h | 2 +
20801 arch/x86/include/asm/pmem.h | 2 +-
20802 arch/x86/include/asm/uaccess.h | 20 +-
20803 arch/x86/kernel/apic/vector.c | 6 +-
20804 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
20805 arch/x86/kernel/cpu/perf_event_intel.c | 28 +-
20806 arch/x86/kernel/head_64.S | 1 -
20807 arch/x86/kvm/i8259.c | 10 +-
20808 arch/x86/kvm/ioapic.c | 2 +
20809 arch/x86/kvm/x86.c | 2 +
20810 arch/x86/lib/usercopy_64.c | 2 +-
20811 arch/x86/mm/mpx.c | 4 +-
20812 arch/x86/mm/pageattr.c | 7 +
20813 drivers/base/devres.c | 4 +-
20814 drivers/base/power/runtime.c | 6 +-
20815 drivers/base/regmap/regmap.c | 4 +-
20816 drivers/block/drbd/drbd_receiver.c | 4 +-
20817 drivers/block/drbd/drbd_worker.c | 6 +-
20818 drivers/char/virtio_console.c | 6 +-
20819 drivers/md/dm.c | 12 +-
20820 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
20821 drivers/net/macvtap.c | 4 +-
20822 drivers/video/fbdev/core/fbmem.c | 10 +-
20823 fs/compat.c | 3 +-
20824 fs/coredump.c | 2 +-
20825 fs/dcache.c | 13 +-
20826 fs/fhandle.c | 2 +-
20827 fs/file.c | 14 +-
20828 fs/fs-writeback.c | 11 +-
20829 fs/overlayfs/copy_up.c | 2 +-
20830 fs/readdir.c | 3 +-
20831 fs/super.c | 3 +-
20832 include/linux/compiler.h | 36 ++-
20833 include/linux/rcupdate.h | 8 +
20834 include/linux/sched.h | 4 +-
20835 include/linux/seqlock.h | 10 +
20836 include/linux/spinlock.h | 17 +-
20837 include/linux/srcu.h | 5 +-
20838 include/linux/syscalls.h | 2 +-
20839 include/linux/writeback.h | 3 +-
20840 include/uapi/linux/swab.h | 6 +-
20841 ipc/ipc_sysctl.c | 6 +
20842 kernel/exit.c | 25 +-
20843 kernel/resource.c | 4 +-
20844 kernel/signal.c | 12 +-
20845 kernel/user.c | 2 +-
20846 kernel/workqueue.c | 6 +-
20847 lib/rhashtable.c | 4 +-
20848 net/compat.c | 2 +-
20849 net/ipv4/xfrm4_mode_transport.c | 2 +-
20850 security/keys/internal.h | 8 +-
20851 security/keys/keyring.c | 4 -
20852 sound/core/seq/seq_clientmgr.c | 8 +-
20853 sound/core/seq/seq_compat.c | 2 +-
20854 sound/core/seq/seq_memory.c | 6 +-
20855 tools/gcc/checker_plugin.c | 415 +++++++++++++++++++-
20856 tools/gcc/gcc-common.h | 1 +
20857 tools/gcc/initify_plugin.c | 33 ++-
20858 .../disable_size_overflow_hash.data | 1 +
20859 .../size_overflow_plugin/size_overflow_hash.data | 1 -
20860 62 files changed, 708 insertions(+), 140 deletions(-)
20861
20862 commit f2634c2f6995f4231616f24ed016f890c701f939
20863 Merge: 1241bff 5f8b236
20864 Author: Brad Spengler <spender@grsecurity.net>
20865 Date: Wed Dec 9 21:50:47 2015 -0500
20866
20867 Merge branch 'linux-4.3.y' into pax-4_3
20868
20869 Conflicts:
20870 arch/x86/kernel/fpu/xstate.c
20871 arch/x86/kernel/head_64.S
20872
20873 commit 1241bff82e3d7dadb05de0a60b8d2822afc6547c
20874 Author: Brad Spengler <spender@grsecurity.net>
20875 Date: Sun Dec 6 08:44:56 2015 -0500
20876
20877 Update to pax-linux-4.3-test8.patch:
20878 - 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)
20879 - gcc plugin compilation problems will now also produce the output of the checking script to make diagnosis easier, reported by hunger
20880 - 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)
20881 - 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)
20882
20883 Makefile | 5 +++
20884 drivers/md/md.c | 5 ++-
20885 drivers/md/raid1.c | 2 +-
20886 fs/proc/task_mmu.c | 3 ++
20887 .../disable_size_overflow_hash.data | 4 ++-
20888 .../size_overflow_plugin/intentional_overflow.c | 32 ++++++++++++++++---
20889 .../size_overflow_plugin/size_overflow_hash.data | 2 -
20890 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
20891 8 files changed, 43 insertions(+), 12 deletions(-)
20892
20893 commit cce6a9f9bdd27096632ca1c0246dcc07f2eb1a18
20894 Author: Brad Spengler <spender@grsecurity.net>
20895 Date: Fri Dec 4 14:24:12 2015 -0500
20896
20897 Initial import of pax-linux-4.3-test7.patch
20898
20899 Documentation/dontdiff | 47 +-
20900 Documentation/kbuild/makefiles.txt | 39 +-
20901 Documentation/kernel-parameters.txt | 28 +
20902 Makefile | 108 +-
20903 arch/alpha/include/asm/atomic.h | 10 +
20904 arch/alpha/include/asm/elf.h | 7 +
20905 arch/alpha/include/asm/pgalloc.h | 6 +
20906 arch/alpha/include/asm/pgtable.h | 11 +
20907 arch/alpha/kernel/module.c | 2 +-
20908 arch/alpha/kernel/osf_sys.c | 8 +-
20909 arch/alpha/mm/fault.c | 141 +-
20910 arch/arm/Kconfig | 2 +-
20911 arch/arm/include/asm/atomic.h | 320 +-
20912 arch/arm/include/asm/cache.h | 5 +-
20913 arch/arm/include/asm/cacheflush.h | 2 +-
20914 arch/arm/include/asm/checksum.h | 14 +-
20915 arch/arm/include/asm/cmpxchg.h | 4 +
20916 arch/arm/include/asm/cpuidle.h | 2 +-
20917 arch/arm/include/asm/domain.h | 22 +-
20918 arch/arm/include/asm/elf.h | 9 +-
20919 arch/arm/include/asm/fncpy.h | 2 +
20920 arch/arm/include/asm/futex.h | 10 +
20921 arch/arm/include/asm/kmap_types.h | 2 +-
20922 arch/arm/include/asm/mach/dma.h | 2 +-
20923 arch/arm/include/asm/mach/map.h | 16 +-
20924 arch/arm/include/asm/outercache.h | 2 +-
20925 arch/arm/include/asm/page.h | 3 +-
20926 arch/arm/include/asm/pgalloc.h | 20 +
20927 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
20928 arch/arm/include/asm/pgtable-2level.h | 3 +
20929 arch/arm/include/asm/pgtable-3level.h | 3 +
20930 arch/arm/include/asm/pgtable.h | 54 +-
20931 arch/arm/include/asm/smp.h | 2 +-
20932 arch/arm/include/asm/tls.h | 3 +
20933 arch/arm/include/asm/uaccess.h | 79 +-
20934 arch/arm/include/uapi/asm/ptrace.h | 2 +-
20935 arch/arm/kernel/armksyms.c | 2 +-
20936 arch/arm/kernel/cpuidle.c | 2 +-
20937 arch/arm/kernel/entry-armv.S | 109 +-
20938 arch/arm/kernel/entry-common.S | 40 +-
20939 arch/arm/kernel/entry-header.S | 55 +
20940 arch/arm/kernel/fiq.c | 3 +
20941 arch/arm/kernel/module-plts.c | 7 +-
20942 arch/arm/kernel/module.c | 38 +-
20943 arch/arm/kernel/patch.c | 2 +
20944 arch/arm/kernel/process.c | 90 +-
20945 arch/arm/kernel/reboot.c | 1 +
20946 arch/arm/kernel/setup.c | 20 +-
20947 arch/arm/kernel/signal.c | 35 +-
20948 arch/arm/kernel/smp.c | 2 +-
20949 arch/arm/kernel/tcm.c | 4 +-
20950 arch/arm/kernel/vmlinux.lds.S | 6 +-
20951 arch/arm/kvm/arm.c | 8 +-
20952 arch/arm/lib/copy_page.S | 1 +
20953 arch/arm/lib/csumpartialcopyuser.S | 4 +-
20954 arch/arm/lib/delay.c | 2 +-
20955 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
20956 arch/arm/mach-exynos/suspend.c | 6 +-
20957 arch/arm/mach-mvebu/coherency.c | 4 +-
20958 arch/arm/mach-omap2/board-n8x0.c | 2 +-
20959 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
20960 arch/arm/mach-omap2/omap-smp.c | 1 +
20961 arch/arm/mach-omap2/omap-wakeupgen.c | 2 +-
20962 arch/arm/mach-omap2/omap_device.c | 4 +-
20963 arch/arm/mach-omap2/omap_device.h | 4 +-
20964 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
20965 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
20966 arch/arm/mach-omap2/wd_timer.c | 6 +-
20967 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
20968 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
20969 arch/arm/mach-tegra/irq.c | 1 +
20970 arch/arm/mach-ux500/pm.c | 1 +
20971 arch/arm/mach-zynq/platsmp.c | 1 +
20972 arch/arm/mm/Kconfig | 6 +-
20973 arch/arm/mm/alignment.c | 8 +
20974 arch/arm/mm/cache-l2x0.c | 2 +-
20975 arch/arm/mm/context.c | 10 +-
20976 arch/arm/mm/fault.c | 146 +
20977 arch/arm/mm/fault.h | 12 +
20978 arch/arm/mm/init.c | 39 +
20979 arch/arm/mm/ioremap.c | 4 +-
20980 arch/arm/mm/mmap.c | 30 +-
20981 arch/arm/mm/mmu.c | 162 +-
20982 arch/arm/net/bpf_jit_32.c | 3 +
20983 arch/arm/plat-iop/setup.c | 2 +-
20984 arch/arm/plat-omap/sram.c | 2 +
20985 arch/arm64/include/asm/atomic.h | 10 +
20986 arch/arm64/include/asm/percpu.h | 8 +-
20987 arch/arm64/include/asm/pgalloc.h | 5 +
20988 arch/arm64/include/asm/uaccess.h | 1 +
20989 arch/arm64/mm/dma-mapping.c | 2 +-
20990 arch/avr32/include/asm/elf.h | 8 +-
20991 arch/avr32/include/asm/kmap_types.h | 4 +-
20992 arch/avr32/mm/fault.c | 27 +
20993 arch/frv/include/asm/atomic.h | 10 +
20994 arch/frv/include/asm/kmap_types.h | 2 +-
20995 arch/frv/mm/elf-fdpic.c | 3 +-
20996 arch/ia64/Makefile | 1 +
20997 arch/ia64/include/asm/atomic.h | 10 +
20998 arch/ia64/include/asm/elf.h | 7 +
20999 arch/ia64/include/asm/pgalloc.h | 12 +
21000 arch/ia64/include/asm/pgtable.h | 13 +-
21001 arch/ia64/include/asm/spinlock.h | 2 +-
21002 arch/ia64/include/asm/uaccess.h | 27 +-
21003 arch/ia64/kernel/module.c | 45 +-
21004 arch/ia64/kernel/palinfo.c | 2 +-
21005 arch/ia64/kernel/sys_ia64.c | 7 +
21006 arch/ia64/kernel/vmlinux.lds.S | 2 +-
21007 arch/ia64/mm/fault.c | 32 +-
21008 arch/ia64/mm/init.c | 15 +-
21009 arch/m32r/lib/usercopy.c | 6 +
21010 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
21011 arch/mips/include/asm/atomic.h | 368 +-
21012 arch/mips/include/asm/elf.h | 7 +
21013 arch/mips/include/asm/exec.h | 2 +-
21014 arch/mips/include/asm/hw_irq.h | 2 +-
21015 arch/mips/include/asm/local.h | 57 +
21016 arch/mips/include/asm/page.h | 2 +-
21017 arch/mips/include/asm/pgalloc.h | 5 +
21018 arch/mips/include/asm/pgtable.h | 3 +
21019 arch/mips/include/asm/uaccess.h | 1 +
21020 arch/mips/kernel/binfmt_elfn32.c | 7 +
21021 arch/mips/kernel/binfmt_elfo32.c | 7 +
21022 arch/mips/kernel/irq-gt641xx.c | 2 +-
21023 arch/mips/kernel/irq.c | 6 +-
21024 arch/mips/kernel/pm-cps.c | 2 +-
21025 arch/mips/kernel/process.c | 12 -
21026 arch/mips/kernel/sync-r4k.c | 24 +-
21027 arch/mips/kernel/traps.c | 13 +-
21028 arch/mips/mm/fault.c | 25 +
21029 arch/mips/mm/mmap.c | 51 +-
21030 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
21031 arch/mips/sni/rm200.c | 2 +-
21032 arch/mips/vr41xx/common/icu.c | 2 +-
21033 arch/mips/vr41xx/common/irq.c | 4 +-
21034 arch/parisc/include/asm/atomic.h | 10 +
21035 arch/parisc/include/asm/elf.h | 7 +
21036 arch/parisc/include/asm/pgalloc.h | 6 +
21037 arch/parisc/include/asm/pgtable.h | 11 +
21038 arch/parisc/include/asm/uaccess.h | 4 +-
21039 arch/parisc/kernel/module.c | 50 +-
21040 arch/parisc/kernel/sys_parisc.c | 15 +
21041 arch/parisc/kernel/traps.c | 4 +-
21042 arch/parisc/mm/fault.c | 140 +-
21043 arch/powerpc/include/asm/atomic.h | 329 +-
21044 arch/powerpc/include/asm/elf.h | 12 +
21045 arch/powerpc/include/asm/exec.h | 2 +-
21046 arch/powerpc/include/asm/kmap_types.h | 2 +-
21047 arch/powerpc/include/asm/local.h | 46 +
21048 arch/powerpc/include/asm/mman.h | 2 +-
21049 arch/powerpc/include/asm/page.h | 8 +-
21050 arch/powerpc/include/asm/page_64.h | 7 +-
21051 arch/powerpc/include/asm/pgalloc-64.h | 7 +
21052 arch/powerpc/include/asm/pgtable.h | 1 +
21053 arch/powerpc/include/asm/pte-hash32.h | 1 +
21054 arch/powerpc/include/asm/reg.h | 1 +
21055 arch/powerpc/include/asm/smp.h | 2 +-
21056 arch/powerpc/include/asm/spinlock.h | 42 +-
21057 arch/powerpc/include/asm/uaccess.h | 141 +-
21058 arch/powerpc/kernel/Makefile | 5 +
21059 arch/powerpc/kernel/exceptions-64e.S | 4 +-
21060 arch/powerpc/kernel/exceptions-64s.S | 2 +-
21061 arch/powerpc/kernel/module_32.c | 15 +-
21062 arch/powerpc/kernel/process.c | 46 -
21063 arch/powerpc/kernel/signal_32.c | 2 +-
21064 arch/powerpc/kernel/signal_64.c | 2 +-
21065 arch/powerpc/kernel/traps.c | 21 +
21066 arch/powerpc/kernel/vdso.c | 5 +-
21067 arch/powerpc/lib/usercopy_64.c | 18 -
21068 arch/powerpc/mm/fault.c | 56 +-
21069 arch/powerpc/mm/mmap.c | 16 +
21070 arch/powerpc/mm/slice.c | 13 +-
21071 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
21072 arch/s390/include/asm/atomic.h | 10 +
21073 arch/s390/include/asm/elf.h | 7 +
21074 arch/s390/include/asm/exec.h | 2 +-
21075 arch/s390/include/asm/uaccess.h | 13 +-
21076 arch/s390/kernel/module.c | 22 +-
21077 arch/s390/kernel/process.c | 24 -
21078 arch/s390/mm/mmap.c | 16 +
21079 arch/score/include/asm/exec.h | 2 +-
21080 arch/score/kernel/process.c | 5 -
21081 arch/sh/mm/mmap.c | 22 +-
21082 arch/sparc/include/asm/atomic_64.h | 110 +-
21083 arch/sparc/include/asm/cache.h | 2 +-
21084 arch/sparc/include/asm/elf_32.h | 7 +
21085 arch/sparc/include/asm/elf_64.h | 7 +
21086 arch/sparc/include/asm/pgalloc_32.h | 1 +
21087 arch/sparc/include/asm/pgalloc_64.h | 1 +
21088 arch/sparc/include/asm/pgtable.h | 4 +
21089 arch/sparc/include/asm/pgtable_32.h | 15 +-
21090 arch/sparc/include/asm/pgtsrmmu.h | 5 +
21091 arch/sparc/include/asm/setup.h | 4 +-
21092 arch/sparc/include/asm/spinlock_64.h | 35 +-
21093 arch/sparc/include/asm/thread_info_32.h | 1 +
21094 arch/sparc/include/asm/thread_info_64.h | 2 +
21095 arch/sparc/include/asm/uaccess.h | 1 +
21096 arch/sparc/include/asm/uaccess_32.h | 28 +-
21097 arch/sparc/include/asm/uaccess_64.h | 24 +-
21098 arch/sparc/kernel/Makefile | 2 +-
21099 arch/sparc/kernel/prom_common.c | 2 +-
21100 arch/sparc/kernel/smp_64.c | 8 +-
21101 arch/sparc/kernel/sys_sparc_32.c | 2 +-
21102 arch/sparc/kernel/sys_sparc_64.c | 52 +-
21103 arch/sparc/kernel/traps_64.c | 27 +-
21104 arch/sparc/lib/Makefile | 2 +-
21105 arch/sparc/lib/atomic_64.S | 57 +-
21106 arch/sparc/lib/ksyms.c | 6 +-
21107 arch/sparc/mm/Makefile | 2 +-
21108 arch/sparc/mm/fault_32.c | 292 +
21109 arch/sparc/mm/fault_64.c | 486 +
21110 arch/sparc/mm/hugetlbpage.c | 22 +-
21111 arch/sparc/mm/init_64.c | 10 +-
21112 arch/tile/include/asm/atomic_64.h | 10 +
21113 arch/tile/include/asm/uaccess.h | 4 +-
21114 arch/um/Makefile | 4 +
21115 arch/um/include/asm/kmap_types.h | 2 +-
21116 arch/um/include/asm/page.h | 3 +
21117 arch/um/include/asm/pgtable-3level.h | 1 +
21118 arch/um/kernel/process.c | 16 -
21119 arch/x86/Kconfig | 15 +-
21120 arch/x86/Kconfig.cpu | 6 +-
21121 arch/x86/Kconfig.debug | 4 +-
21122 arch/x86/Makefile | 13 +-
21123 arch/x86/boot/Makefile | 3 +
21124 arch/x86/boot/bitops.h | 4 +-
21125 arch/x86/boot/boot.h | 2 +-
21126 arch/x86/boot/compressed/Makefile | 3 +
21127 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
21128 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
21129 arch/x86/boot/compressed/head_32.S | 4 +-
21130 arch/x86/boot/compressed/head_64.S | 12 +-
21131 arch/x86/boot/compressed/misc.c | 11 +-
21132 arch/x86/boot/cpucheck.c | 16 +-
21133 arch/x86/boot/header.S | 6 +-
21134 arch/x86/boot/memory.c | 2 +-
21135 arch/x86/boot/video-vesa.c | 1 +
21136 arch/x86/boot/video.c | 2 +-
21137 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
21138 arch/x86/crypto/aesni-intel_asm.S | 106 +-
21139 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
21140 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
21141 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
21142 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
21143 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
21144 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
21145 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 4 +-
21146 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
21147 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
21148 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
21149 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
21150 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
21151 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
21152 arch/x86/crypto/sha256-avx-asm.S | 2 +
21153 arch/x86/crypto/sha256-avx2-asm.S | 2 +
21154 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
21155 arch/x86/crypto/sha512-avx-asm.S | 2 +
21156 arch/x86/crypto/sha512-avx2-asm.S | 2 +
21157 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
21158 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
21159 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
21160 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
21161 arch/x86/entry/calling.h | 86 +-
21162 arch/x86/entry/common.c | 13 +-
21163 arch/x86/entry/entry_32.S | 351 +-
21164 arch/x86/entry/entry_64.S | 619 +-
21165 arch/x86/entry/entry_64_compat.S | 159 +-
21166 arch/x86/entry/thunk_64.S | 2 +
21167 arch/x86/entry/vdso/Makefile | 2 +-
21168 arch/x86/entry/vdso/vdso2c.h | 8 +-
21169 arch/x86/entry/vdso/vma.c | 41 +-
21170 arch/x86/entry/vsyscall/vsyscall_64.c | 16 +-
21171 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
21172 arch/x86/ia32/ia32_signal.c | 23 +-
21173 arch/x86/ia32/sys_ia32.c | 42 +-
21174 arch/x86/include/asm/alternative-asm.h | 43 +-
21175 arch/x86/include/asm/alternative.h | 4 +-
21176 arch/x86/include/asm/apic.h | 2 +-
21177 arch/x86/include/asm/apm.h | 4 +-
21178 arch/x86/include/asm/atomic.h | 230 +-
21179 arch/x86/include/asm/atomic64_32.h | 100 +
21180 arch/x86/include/asm/atomic64_64.h | 164 +-
21181 arch/x86/include/asm/bitops.h | 18 +-
21182 arch/x86/include/asm/boot.h | 2 +-
21183 arch/x86/include/asm/cache.h | 5 +-
21184 arch/x86/include/asm/checksum_32.h | 12 +-
21185 arch/x86/include/asm/cmpxchg.h | 39 +
21186 arch/x86/include/asm/compat.h | 2 +-
21187 arch/x86/include/asm/cpufeature.h | 17 +-
21188 arch/x86/include/asm/desc.h | 78 +-
21189 arch/x86/include/asm/desc_defs.h | 6 +
21190 arch/x86/include/asm/div64.h | 2 +-
21191 arch/x86/include/asm/elf.h | 33 +-
21192 arch/x86/include/asm/emergency-restart.h | 2 +-
21193 arch/x86/include/asm/fpu/internal.h | 42 +-
21194 arch/x86/include/asm/fpu/types.h | 6 +-
21195 arch/x86/include/asm/futex.h | 14 +-
21196 arch/x86/include/asm/hw_irq.h | 4 +-
21197 arch/x86/include/asm/i8259.h | 2 +-
21198 arch/x86/include/asm/io.h | 22 +-
21199 arch/x86/include/asm/irqflags.h | 5 +
21200 arch/x86/include/asm/kprobes.h | 9 +-
21201 arch/x86/include/asm/local.h | 106 +-
21202 arch/x86/include/asm/mman.h | 15 +
21203 arch/x86/include/asm/mmu.h | 14 +-
21204 arch/x86/include/asm/mmu_context.h | 114 +-
21205 arch/x86/include/asm/module.h | 17 +-
21206 arch/x86/include/asm/nmi.h | 19 +-
21207 arch/x86/include/asm/page.h | 1 +
21208 arch/x86/include/asm/page_32.h | 12 +-
21209 arch/x86/include/asm/page_64.h | 14 +-
21210 arch/x86/include/asm/paravirt.h | 46 +-
21211 arch/x86/include/asm/paravirt_types.h | 15 +-
21212 arch/x86/include/asm/pgalloc.h | 23 +
21213 arch/x86/include/asm/pgtable-2level.h | 2 +
21214 arch/x86/include/asm/pgtable-3level.h | 7 +
21215 arch/x86/include/asm/pgtable.h | 128 +-
21216 arch/x86/include/asm/pgtable_32.h | 14 +-
21217 arch/x86/include/asm/pgtable_32_types.h | 24 +-
21218 arch/x86/include/asm/pgtable_64.h | 23 +-
21219 arch/x86/include/asm/pgtable_64_types.h | 5 +
21220 arch/x86/include/asm/pgtable_types.h | 26 +-
21221 arch/x86/include/asm/preempt.h | 2 +-
21222 arch/x86/include/asm/processor.h | 57 +-
21223 arch/x86/include/asm/ptrace.h | 13 +-
21224 arch/x86/include/asm/realmode.h | 4 +-
21225 arch/x86/include/asm/reboot.h | 10 +-
21226 arch/x86/include/asm/rmwcc.h | 84 +-
21227 arch/x86/include/asm/rwsem.h | 60 +-
21228 arch/x86/include/asm/segment.h | 27 +-
21229 arch/x86/include/asm/smap.h | 43 +
21230 arch/x86/include/asm/smp.h | 14 +-
21231 arch/x86/include/asm/stackprotector.h | 4 +-
21232 arch/x86/include/asm/stacktrace.h | 32 +-
21233 arch/x86/include/asm/switch_to.h | 4 +-
21234 arch/x86/include/asm/sys_ia32.h | 6 +-
21235 arch/x86/include/asm/thread_info.h | 27 +-
21236 arch/x86/include/asm/tlbflush.h | 77 +-
21237 arch/x86/include/asm/uaccess.h | 192 +-
21238 arch/x86/include/asm/uaccess_32.h | 28 +-
21239 arch/x86/include/asm/uaccess_64.h | 169 +-
21240 arch/x86/include/asm/word-at-a-time.h | 2 +-
21241 arch/x86/include/asm/x86_init.h | 10 +-
21242 arch/x86/include/asm/xen/page.h | 2 +-
21243 arch/x86/include/uapi/asm/e820.h | 2 +-
21244 arch/x86/kernel/Makefile | 2 +-
21245 arch/x86/kernel/acpi/boot.c | 4 +-
21246 arch/x86/kernel/acpi/sleep.c | 4 +
21247 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
21248 arch/x86/kernel/alternative.c | 124 +-
21249 arch/x86/kernel/apic/apic.c | 4 +-
21250 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
21251 arch/x86/kernel/apic/apic_noop.c | 2 +-
21252 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
21253 arch/x86/kernel/apic/io_apic.c | 8 +-
21254 arch/x86/kernel/apic/msi.c | 2 +-
21255 arch/x86/kernel/apic/probe_32.c | 4 +-
21256 arch/x86/kernel/apic/vector.c | 4 +-
21257 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
21258 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
21259 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
21260 arch/x86/kernel/apm_32.c | 21 +-
21261 arch/x86/kernel/asm-offsets.c | 20 +
21262 arch/x86/kernel/asm-offsets_64.c | 1 +
21263 arch/x86/kernel/cpu/Makefile | 4 -
21264 arch/x86/kernel/cpu/amd.c | 2 +-
21265 arch/x86/kernel/cpu/bugs_64.c | 2 +
21266 arch/x86/kernel/cpu/common.c | 202 +-
21267 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
21268 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
21269 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
21270 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
21271 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
21272 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
21273 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
21274 arch/x86/kernel/cpu/perf_event.c | 10 +-
21275 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
21276 arch/x86/kernel/cpu/perf_event_intel.c | 6 +-
21277 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
21278 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
21279 arch/x86/kernel/cpu/perf_event_intel_pt.c | 44 +-
21280 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
21281 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
21282 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
21283 arch/x86/kernel/crash_dump_64.c | 2 +-
21284 arch/x86/kernel/doublefault.c | 8 +-
21285 arch/x86/kernel/dumpstack.c | 24 +-
21286 arch/x86/kernel/dumpstack_32.c | 25 +-
21287 arch/x86/kernel/dumpstack_64.c | 62 +-
21288 arch/x86/kernel/e820.c | 4 +-
21289 arch/x86/kernel/early_printk.c | 1 +
21290 arch/x86/kernel/espfix_64.c | 44 +-
21291 arch/x86/kernel/fpu/core.c | 24 +-
21292 arch/x86/kernel/fpu/init.c | 40 +-
21293 arch/x86/kernel/fpu/regset.c | 22 +-
21294 arch/x86/kernel/fpu/signal.c | 20 +-
21295 arch/x86/kernel/fpu/xstate.c | 8 +-
21296 arch/x86/kernel/ftrace.c | 18 +-
21297 arch/x86/kernel/head64.c | 14 +-
21298 arch/x86/kernel/head_32.S | 235 +-
21299 arch/x86/kernel/head_64.S | 173 +-
21300 arch/x86/kernel/i386_ksyms_32.c | 12 +
21301 arch/x86/kernel/i8259.c | 10 +-
21302 arch/x86/kernel/io_delay.c | 2 +-
21303 arch/x86/kernel/ioport.c | 2 +-
21304 arch/x86/kernel/irq.c | 8 +-
21305 arch/x86/kernel/irq_32.c | 45 +-
21306 arch/x86/kernel/jump_label.c | 10 +-
21307 arch/x86/kernel/kgdb.c | 21 +-
21308 arch/x86/kernel/kprobes/core.c | 28 +-
21309 arch/x86/kernel/kprobes/opt.c | 16 +-
21310 arch/x86/kernel/ksysfs.c | 2 +-
21311 arch/x86/kernel/kvmclock.c | 20 +-
21312 arch/x86/kernel/ldt.c | 25 +
21313 arch/x86/kernel/livepatch.c | 12 +-
21314 arch/x86/kernel/machine_kexec_32.c | 6 +-
21315 arch/x86/kernel/mcount_64.S | 19 +-
21316 arch/x86/kernel/module.c | 78 +-
21317 arch/x86/kernel/msr.c | 2 +-
21318 arch/x86/kernel/nmi.c | 34 +-
21319 arch/x86/kernel/nmi_selftest.c | 4 +-
21320 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
21321 arch/x86/kernel/paravirt.c | 45 +-
21322 arch/x86/kernel/paravirt_patch_64.c | 8 +
21323 arch/x86/kernel/pci-calgary_64.c | 2 +-
21324 arch/x86/kernel/pci-iommu_table.c | 2 +-
21325 arch/x86/kernel/pci-swiotlb.c | 2 +-
21326 arch/x86/kernel/process.c | 80 +-
21327 arch/x86/kernel/process_32.c | 29 +-
21328 arch/x86/kernel/process_64.c | 14 +-
21329 arch/x86/kernel/ptrace.c | 20 +-
21330 arch/x86/kernel/pvclock.c | 8 +-
21331 arch/x86/kernel/reboot.c | 44 +-
21332 arch/x86/kernel/reboot_fixups_32.c | 2 +-
21333 arch/x86/kernel/relocate_kernel_64.S | 3 +-
21334 arch/x86/kernel/setup.c | 29 +-
21335 arch/x86/kernel/setup_percpu.c | 29 +-
21336 arch/x86/kernel/signal.c | 17 +-
21337 arch/x86/kernel/smp.c | 2 +-
21338 arch/x86/kernel/smpboot.c | 29 +-
21339 arch/x86/kernel/step.c | 6 +-
21340 arch/x86/kernel/sys_i386_32.c | 184 +
21341 arch/x86/kernel/sys_x86_64.c | 22 +-
21342 arch/x86/kernel/tboot.c | 14 +-
21343 arch/x86/kernel/time.c | 8 +-
21344 arch/x86/kernel/tls.c | 7 +-
21345 arch/x86/kernel/tracepoint.c | 4 +-
21346 arch/x86/kernel/traps.c | 53 +-
21347 arch/x86/kernel/tsc.c | 2 +-
21348 arch/x86/kernel/uprobes.c | 2 +-
21349 arch/x86/kernel/vm86_32.c | 6 +-
21350 arch/x86/kernel/vmlinux.lds.S | 153 +-
21351 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
21352 arch/x86/kernel/x86_init.c | 6 +-
21353 arch/x86/kvm/cpuid.c | 21 +-
21354 arch/x86/kvm/emulate.c | 2 +-
21355 arch/x86/kvm/lapic.c | 2 +-
21356 arch/x86/kvm/paging_tmpl.h | 2 +-
21357 arch/x86/kvm/svm.c | 10 +-
21358 arch/x86/kvm/vmx.c | 62 +-
21359 arch/x86/kvm/x86.c | 42 +-
21360 arch/x86/lguest/boot.c | 3 +-
21361 arch/x86/lib/atomic64_386_32.S | 164 +
21362 arch/x86/lib/atomic64_cx8_32.S | 98 +-
21363 arch/x86/lib/checksum_32.S | 99 +-
21364 arch/x86/lib/clear_page_64.S | 3 +
21365 arch/x86/lib/cmpxchg16b_emu.S | 3 +
21366 arch/x86/lib/copy_page_64.S | 14 +-
21367 arch/x86/lib/copy_user_64.S | 66 +-
21368 arch/x86/lib/csum-copy_64.S | 14 +-
21369 arch/x86/lib/csum-wrappers_64.c | 8 +-
21370 arch/x86/lib/getuser.S | 74 +-
21371 arch/x86/lib/insn.c | 8 +-
21372 arch/x86/lib/iomap_copy_64.S | 2 +
21373 arch/x86/lib/memcpy_64.S | 6 +
21374 arch/x86/lib/memmove_64.S | 3 +-
21375 arch/x86/lib/memset_64.S | 3 +
21376 arch/x86/lib/mmx_32.c | 243 +-
21377 arch/x86/lib/msr-reg.S | 2 +
21378 arch/x86/lib/putuser.S | 87 +-
21379 arch/x86/lib/rwsem.S | 6 +-
21380 arch/x86/lib/usercopy_32.c | 359 +-
21381 arch/x86/lib/usercopy_64.c | 20 +-
21382 arch/x86/math-emu/fpu_aux.c | 2 +-
21383 arch/x86/math-emu/fpu_entry.c | 4 +-
21384 arch/x86/math-emu/fpu_system.h | 2 +-
21385 arch/x86/mm/Makefile | 4 +
21386 arch/x86/mm/extable.c | 26 +-
21387 arch/x86/mm/fault.c | 570 +-
21388 arch/x86/mm/gup.c | 6 +-
21389 arch/x86/mm/highmem_32.c | 6 +
21390 arch/x86/mm/hugetlbpage.c | 24 +-
21391 arch/x86/mm/init.c | 111 +-
21392 arch/x86/mm/init_32.c | 111 +-
21393 arch/x86/mm/init_64.c | 46 +-
21394 arch/x86/mm/iomap_32.c | 4 +
21395 arch/x86/mm/ioremap.c | 52 +-
21396 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
21397 arch/x86/mm/mmap.c | 40 +-
21398 arch/x86/mm/mmio-mod.c | 10 +-
21399 arch/x86/mm/numa.c | 2 +-
21400 arch/x86/mm/pageattr.c | 38 +-
21401 arch/x86/mm/pat.c | 12 +-
21402 arch/x86/mm/pat_rbtree.c | 2 +-
21403 arch/x86/mm/pf_in.c | 10 +-
21404 arch/x86/mm/pgtable.c | 214 +-
21405 arch/x86/mm/pgtable_32.c | 3 +
21406 arch/x86/mm/setup_nx.c | 7 +
21407 arch/x86/mm/tlb.c | 4 +
21408 arch/x86/mm/uderef_64.c | 37 +
21409 arch/x86/net/bpf_jit.S | 11 +
21410 arch/x86/net/bpf_jit_comp.c | 13 +-
21411 arch/x86/oprofile/backtrace.c | 6 +-
21412 arch/x86/oprofile/nmi_int.c | 8 +-
21413 arch/x86/oprofile/op_model_amd.c | 8 +-
21414 arch/x86/oprofile/op_model_ppro.c | 7 +-
21415 arch/x86/oprofile/op_x86_model.h | 2 +-
21416 arch/x86/pci/intel_mid_pci.c | 2 +-
21417 arch/x86/pci/irq.c | 8 +-
21418 arch/x86/pci/pcbios.c | 144 +-
21419 arch/x86/platform/efi/efi_32.c | 24 +
21420 arch/x86/platform/efi/efi_64.c | 26 +-
21421 arch/x86/platform/efi/efi_stub_32.S | 64 +-
21422 arch/x86/platform/efi/efi_stub_64.S | 2 +
21423 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
21424 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
21425 arch/x86/platform/intel-mid/mfld.c | 4 +-
21426 arch/x86/platform/intel-mid/mrfl.c | 2 +-
21427 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
21428 arch/x86/platform/olpc/olpc_dt.c | 2 +-
21429 arch/x86/power/cpu.c | 11 +-
21430 arch/x86/realmode/init.c | 10 +-
21431 arch/x86/realmode/rm/Makefile | 3 +
21432 arch/x86/realmode/rm/header.S | 4 +-
21433 arch/x86/realmode/rm/reboot.S | 4 +
21434 arch/x86/realmode/rm/trampoline_32.S | 12 +-
21435 arch/x86/realmode/rm/trampoline_64.S | 3 +-
21436 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
21437 arch/x86/tools/Makefile | 2 +-
21438 arch/x86/tools/relocs.c | 96 +-
21439 arch/x86/um/mem_32.c | 2 +-
21440 arch/x86/um/tls_32.c | 2 +-
21441 arch/x86/xen/enlighten.c | 50 +-
21442 arch/x86/xen/mmu.c | 19 +-
21443 arch/x86/xen/smp.c | 16 +-
21444 arch/x86/xen/xen-asm_32.S | 2 +-
21445 arch/x86/xen/xen-head.S | 11 +
21446 arch/x86/xen/xen-ops.h | 2 -
21447 block/bio.c | 4 +-
21448 block/blk-iopoll.c | 2 +-
21449 block/blk-map.c | 2 +-
21450 block/blk-softirq.c | 2 +-
21451 block/bsg.c | 12 +-
21452 block/compat_ioctl.c | 4 +-
21453 block/genhd.c | 9 +-
21454 block/partitions/efi.c | 8 +-
21455 block/scsi_ioctl.c | 29 +-
21456 crypto/cryptd.c | 4 +-
21457 crypto/pcrypt.c | 2 +-
21458 crypto/zlib.c | 12 +-
21459 drivers/acpi/acpi_video.c | 2 +-
21460 drivers/acpi/apei/apei-internal.h | 2 +-
21461 drivers/acpi/apei/ghes.c | 4 +-
21462 drivers/acpi/bgrt.c | 6 +-
21463 drivers/acpi/blacklist.c | 4 +-
21464 drivers/acpi/bus.c | 4 +-
21465 drivers/acpi/device_pm.c | 4 +-
21466 drivers/acpi/ec.c | 2 +-
21467 drivers/acpi/pci_slot.c | 2 +-
21468 drivers/acpi/processor_idle.c | 2 +-
21469 drivers/acpi/processor_pdc.c | 2 +-
21470 drivers/acpi/sleep.c | 2 +-
21471 drivers/acpi/sysfs.c | 4 +-
21472 drivers/acpi/thermal.c | 2 +-
21473 drivers/acpi/video_detect.c | 7 +-
21474 drivers/ata/libata-core.c | 12 +-
21475 drivers/ata/libata-scsi.c | 2 +-
21476 drivers/ata/libata.h | 2 +-
21477 drivers/ata/pata_arasan_cf.c | 4 +-
21478 drivers/atm/adummy.c | 2 +-
21479 drivers/atm/ambassador.c | 8 +-
21480 drivers/atm/atmtcp.c | 14 +-
21481 drivers/atm/eni.c | 10 +-
21482 drivers/atm/firestream.c | 8 +-
21483 drivers/atm/fore200e.c | 14 +-
21484 drivers/atm/he.c | 18 +-
21485 drivers/atm/horizon.c | 4 +-
21486 drivers/atm/idt77252.c | 36 +-
21487 drivers/atm/iphase.c | 34 +-
21488 drivers/atm/lanai.c | 12 +-
21489 drivers/atm/nicstar.c | 46 +-
21490 drivers/atm/solos-pci.c | 4 +-
21491 drivers/atm/suni.c | 4 +-
21492 drivers/atm/uPD98402.c | 16 +-
21493 drivers/atm/zatm.c | 6 +-
21494 drivers/base/bus.c | 4 +-
21495 drivers/base/devtmpfs.c | 8 +-
21496 drivers/base/node.c | 2 +-
21497 drivers/base/platform-msi.c | 20 +-
21498 drivers/base/power/domain.c | 11 +-
21499 drivers/base/power/sysfs.c | 2 +-
21500 drivers/base/power/wakeup.c | 8 +-
21501 drivers/base/regmap/regmap-debugfs.c | 11 +-
21502 drivers/base/syscore.c | 4 +-
21503 drivers/block/cciss.c | 28 +-
21504 drivers/block/cciss.h | 2 +-
21505 drivers/block/cpqarray.c | 28 +-
21506 drivers/block/cpqarray.h | 2 +-
21507 drivers/block/drbd/drbd_bitmap.c | 2 +-
21508 drivers/block/drbd/drbd_int.h | 8 +-
21509 drivers/block/drbd/drbd_main.c | 12 +-
21510 drivers/block/drbd/drbd_nl.c | 4 +-
21511 drivers/block/drbd/drbd_receiver.c | 34 +-
21512 drivers/block/drbd/drbd_worker.c | 8 +-
21513 drivers/block/pktcdvd.c | 4 +-
21514 drivers/block/rbd.c | 2 +-
21515 drivers/bluetooth/btwilink.c | 2 +-
21516 drivers/bus/arm-cci.c | 12 +-
21517 drivers/cdrom/cdrom.c | 11 +-
21518 drivers/cdrom/gdrom.c | 1 -
21519 drivers/char/agp/compat_ioctl.c | 2 +-
21520 drivers/char/agp/frontend.c | 4 +-
21521 drivers/char/agp/intel-gtt.c | 4 +-
21522 drivers/char/hpet.c | 2 +-
21523 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
21524 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
21525 drivers/char/mem.c | 47 +-
21526 drivers/char/nvram.c | 2 +-
21527 drivers/char/pcmcia/synclink_cs.c | 16 +-
21528 drivers/char/random.c | 12 +-
21529 drivers/char/sonypi.c | 11 +-
21530 drivers/char/tpm/tpm_acpi.c | 3 +-
21531 drivers/char/tpm/tpm_eventlog.c | 4 +-
21532 drivers/char/virtio_console.c | 4 +-
21533 drivers/clk/clk-composite.c | 2 +-
21534 drivers/clk/samsung/clk.h | 2 +-
21535 drivers/clk/socfpga/clk-gate.c | 9 +-
21536 drivers/clk/socfpga/clk-pll.c | 9 +-
21537 drivers/clk/ti/clk.c | 8 +-
21538 drivers/cpufreq/acpi-cpufreq.c | 17 +-
21539 drivers/cpufreq/cpufreq-dt.c | 4 +-
21540 drivers/cpufreq/cpufreq.c | 30 +-
21541 drivers/cpufreq/cpufreq_governor.c | 2 +-
21542 drivers/cpufreq/cpufreq_governor.h | 4 +-
21543 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
21544 drivers/cpufreq/intel_pstate.c | 33 +-
21545 drivers/cpufreq/p4-clockmod.c | 12 +-
21546 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
21547 drivers/cpufreq/speedstep-centrino.c | 7 +-
21548 drivers/cpuidle/driver.c | 2 +-
21549 drivers/cpuidle/dt_idle_states.c | 2 +-
21550 drivers/cpuidle/governor.c | 2 +-
21551 drivers/cpuidle/sysfs.c | 2 +-
21552 drivers/crypto/hifn_795x.c | 4 +-
21553 drivers/devfreq/devfreq.c | 4 +-
21554 drivers/dma/sh/shdma-base.c | 4 +-
21555 drivers/dma/sh/shdmac.c | 2 +-
21556 drivers/edac/edac_device.c | 4 +-
21557 drivers/edac/edac_mc_sysfs.c | 2 +-
21558 drivers/edac/edac_pci.c | 4 +-
21559 drivers/edac/edac_pci_sysfs.c | 22 +-
21560 drivers/edac/mce_amd.h | 2 +-
21561 drivers/firewire/core-card.c | 6 +-
21562 drivers/firewire/core-device.c | 2 +-
21563 drivers/firewire/core-transaction.c | 1 +
21564 drivers/firewire/core.h | 1 +
21565 drivers/firmware/dmi-id.c | 2 +-
21566 drivers/firmware/dmi_scan.c | 12 +-
21567 drivers/firmware/efi/cper.c | 8 +-
21568 drivers/firmware/efi/efi.c | 12 +-
21569 drivers/firmware/efi/efivars.c | 2 +-
21570 drivers/firmware/efi/runtime-map.c | 2 +-
21571 drivers/firmware/google/gsmi.c | 2 +-
21572 drivers/firmware/google/memconsole.c | 7 +-
21573 drivers/firmware/memmap.c | 2 +-
21574 drivers/firmware/psci.c | 2 +-
21575 drivers/gpio/gpio-davinci.c | 6 +-
21576 drivers/gpio/gpio-em.c | 2 +-
21577 drivers/gpio/gpio-ich.c | 2 +-
21578 drivers/gpio/gpio-omap.c | 4 +-
21579 drivers/gpio/gpio-rcar.c | 2 +-
21580 drivers/gpio/gpio-vr41xx.c | 2 +-
21581 drivers/gpio/gpiolib.c | 12 +-
21582 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
21583 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
21584 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
21585 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
21586 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
21587 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
21588 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
21589 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
21590 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
21591 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
21592 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
21593 drivers/gpu/drm/drm_crtc.c | 2 +-
21594 drivers/gpu/drm/drm_drv.c | 2 +-
21595 drivers/gpu/drm/drm_fops.c | 12 +-
21596 drivers/gpu/drm/drm_global.c | 14 +-
21597 drivers/gpu/drm/drm_info.c | 13 +-
21598 drivers/gpu/drm/drm_ioc32.c | 13 +-
21599 drivers/gpu/drm/drm_ioctl.c | 2 +-
21600 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
21601 drivers/gpu/drm/i810/i810_drv.h | 4 +-
21602 drivers/gpu/drm/i915/i915_dma.c | 2 +-
21603 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
21604 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
21605 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
21606 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
21607 drivers/gpu/drm/i915/intel_display.c | 26 +-
21608 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
21609 drivers/gpu/drm/mga/mga_drv.h | 4 +-
21610 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
21611 drivers/gpu/drm/mga/mga_irq.c | 8 +-
21612 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
21613 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
21614 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
21615 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
21616 drivers/gpu/drm/omapdrm/Makefile | 2 +-
21617 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
21618 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
21619 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
21620 drivers/gpu/drm/qxl/qxl_ioctl.c | 10 +-
21621 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
21622 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
21623 drivers/gpu/drm/r128/r128_cce.c | 2 +-
21624 drivers/gpu/drm/r128/r128_drv.h | 4 +-
21625 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
21626 drivers/gpu/drm/r128/r128_irq.c | 4 +-
21627 drivers/gpu/drm/r128/r128_state.c | 4 +-
21628 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
21629 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
21630 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
21631 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
21632 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
21633 drivers/gpu/drm/radeon/radeon_state.c | 4 +-
21634 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
21635 drivers/gpu/drm/tegra/dc.c | 2 +-
21636 drivers/gpu/drm/tegra/dsi.c | 2 +-
21637 drivers/gpu/drm/tegra/hdmi.c | 2 +-
21638 drivers/gpu/drm/tegra/sor.c | 7 +-
21639 drivers/gpu/drm/tilcdc/Makefile | 6 +-
21640 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
21641 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
21642 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
21643 drivers/gpu/drm/udl/udl_fb.c | 1 -
21644 drivers/gpu/drm/via/via_drv.h | 4 +-
21645 drivers/gpu/drm/via/via_irq.c | 18 +-
21646 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
21647 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
21648 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
21649 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
21650 drivers/gpu/vga/vga_switcheroo.c | 4 +-
21651 drivers/hid/hid-core.c | 4 +-
21652 drivers/hid/hid-sensor-custom.c | 2 +-
21653 drivers/hv/channel.c | 2 +-
21654 drivers/hv/hv.c | 4 +-
21655 drivers/hv/hv_balloon.c | 18 +-
21656 drivers/hv/hyperv_vmbus.h | 2 +-
21657 drivers/hwmon/acpi_power_meter.c | 6 +-
21658 drivers/hwmon/applesmc.c | 2 +-
21659 drivers/hwmon/asus_atk0110.c | 10 +-
21660 drivers/hwmon/coretemp.c | 2 +-
21661 drivers/hwmon/dell-smm-hwmon.c | 2 +-
21662 drivers/hwmon/ibmaem.c | 2 +-
21663 drivers/hwmon/iio_hwmon.c | 2 +-
21664 drivers/hwmon/nct6683.c | 6 +-
21665 drivers/hwmon/nct6775.c | 6 +-
21666 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
21667 drivers/hwmon/sht15.c | 12 +-
21668 drivers/hwmon/via-cputemp.c | 2 +-
21669 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
21670 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
21671 drivers/i2c/i2c-dev.c | 2 +-
21672 drivers/ide/ide-cd.c | 2 +-
21673 drivers/ide/ide-disk.c | 2 +-
21674 drivers/iio/industrialio-core.c | 2 +-
21675 drivers/iio/magnetometer/ak8975.c | 2 +-
21676 drivers/infiniband/core/cm.c | 32 +-
21677 drivers/infiniband/core/fmr_pool.c | 20 +-
21678 drivers/infiniband/core/uverbs_cmd.c | 3 +
21679 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
21680 drivers/infiniband/hw/mlx4/mad.c | 2 +-
21681 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
21682 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
21683 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
21684 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
21685 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
21686 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
21687 drivers/infiniband/hw/nes/nes.c | 4 +-
21688 drivers/infiniband/hw/nes/nes.h | 40 +-
21689 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
21690 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
21691 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
21692 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
21693 drivers/infiniband/hw/qib/qib.h | 1 +
21694 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
21695 drivers/input/gameport/gameport.c | 4 +-
21696 drivers/input/input.c | 4 +-
21697 drivers/input/joystick/sidewinder.c | 1 +
21698 drivers/input/joystick/xpad.c | 4 +-
21699 drivers/input/misc/ims-pcu.c | 4 +-
21700 drivers/input/mouse/psmouse.h | 2 +-
21701 drivers/input/mousedev.c | 2 +-
21702 drivers/input/serio/serio.c | 4 +-
21703 drivers/input/serio/serio_raw.c | 4 +-
21704 drivers/input/touchscreen/htcpen.c | 2 +-
21705 drivers/iommu/arm-smmu-v3.c | 2 +-
21706 drivers/iommu/arm-smmu.c | 43 +-
21707 drivers/iommu/io-pgtable-arm.c | 101 +-
21708 drivers/iommu/io-pgtable.c | 11 +-
21709 drivers/iommu/io-pgtable.h | 19 +-
21710 drivers/iommu/iommu.c | 2 +-
21711 drivers/iommu/ipmmu-vmsa.c | 13 +-
21712 drivers/iommu/irq_remapping.c | 2 +-
21713 drivers/irqchip/irq-gic.c | 2 +-
21714 drivers/irqchip/irq-i8259.c | 2 +-
21715 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
21716 drivers/irqchip/irq-renesas-irqc.c | 2 +-
21717 drivers/isdn/capi/capi.c | 10 +-
21718 drivers/isdn/gigaset/interface.c | 8 +-
21719 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
21720 drivers/isdn/hardware/avm/b1.c | 4 +-
21721 drivers/isdn/i4l/isdn_common.c | 2 +
21722 drivers/isdn/i4l/isdn_tty.c | 22 +-
21723 drivers/isdn/icn/icn.c | 2 +-
21724 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
21725 drivers/lguest/core.c | 10 +-
21726 drivers/lguest/page_tables.c | 2 +-
21727 drivers/lguest/x86/core.c | 12 +-
21728 drivers/lguest/x86/switcher_32.S | 27 +-
21729 drivers/md/bcache/closure.h | 2 +-
21730 drivers/md/bitmap.c | 2 +-
21731 drivers/md/dm-ioctl.c | 2 +-
21732 drivers/md/dm-raid1.c | 18 +-
21733 drivers/md/dm-stats.c | 6 +-
21734 drivers/md/dm-stripe.c | 10 +-
21735 drivers/md/dm-table.c | 2 +-
21736 drivers/md/dm-thin-metadata.c | 4 +-
21737 drivers/md/dm.c | 16 +-
21738 drivers/md/md.c | 26 +-
21739 drivers/md/md.h | 6 +-
21740 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
21741 drivers/md/persistent-data/dm-space-map.h | 1 +
21742 drivers/md/raid1.c | 4 +-
21743 drivers/md/raid10.c | 18 +-
21744 drivers/md/raid5.c | 22 +-
21745 drivers/media/dvb-core/dvbdev.c | 2 +-
21746 drivers/media/dvb-frontends/af9033.h | 2 +-
21747 drivers/media/dvb-frontends/dib3000.h | 2 +-
21748 drivers/media/dvb-frontends/dib7000p.h | 2 +-
21749 drivers/media/dvb-frontends/dib8000.h | 2 +-
21750 drivers/media/pci/cx88/cx88-video.c | 6 +-
21751 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
21752 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
21753 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
21754 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
21755 drivers/media/pci/tw68/tw68-core.c | 2 +-
21756 drivers/media/platform/omap/omap_vout.c | 11 +-
21757 drivers/media/platform/s5p-tv/mixer.h | 2 +-
21758 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
21759 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
21760 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
21761 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
21762 drivers/media/radio/radio-cadet.c | 2 +
21763 drivers/media/radio/radio-maxiradio.c | 2 +-
21764 drivers/media/radio/radio-shark.c | 2 +-
21765 drivers/media/radio/radio-shark2.c | 2 +-
21766 drivers/media/radio/radio-si476x.c | 2 +-
21767 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
21768 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
21769 drivers/media/v4l2-core/v4l2-device.c | 4 +-
21770 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
21771 drivers/memory/omap-gpmc.c | 21 +-
21772 drivers/message/fusion/mptsas.c | 34 +-
21773 drivers/mfd/ab8500-debugfs.c | 2 +-
21774 drivers/mfd/kempld-core.c | 2 +-
21775 drivers/mfd/max8925-i2c.c | 2 +-
21776 drivers/mfd/tps65910.c | 2 +-
21777 drivers/mfd/twl4030-irq.c | 9 +-
21778 drivers/mfd/wm5110-tables.c | 2 +-
21779 drivers/mfd/wm8998-tables.c | 2 +-
21780 drivers/misc/c2port/core.c | 4 +-
21781 drivers/misc/kgdbts.c | 4 +-
21782 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
21783 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
21784 drivers/misc/mic/scif/scif_rb.c | 8 +-
21785 drivers/misc/sgi-gru/gruhandles.c | 4 +-
21786 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
21787 drivers/misc/sgi-gru/grutables.h | 154 +-
21788 drivers/misc/sgi-xp/xp.h | 2 +-
21789 drivers/misc/sgi-xp/xpc.h | 3 +-
21790 drivers/misc/sgi-xp/xpc_main.c | 2 +-
21791 drivers/mmc/card/block.c | 2 +-
21792 drivers/mmc/host/dw_mmc.h | 2 +-
21793 drivers/mmc/host/mmci.c | 4 +-
21794 drivers/mmc/host/omap_hsmmc.c | 4 +-
21795 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
21796 drivers/mmc/host/sdhci-s3c.c | 8 +-
21797 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
21798 drivers/mtd/nand/denali.c | 1 +
21799 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
21800 drivers/mtd/nftlmount.c | 1 +
21801 drivers/mtd/sm_ftl.c | 2 +-
21802 drivers/net/bonding/bond_netlink.c | 2 +-
21803 drivers/net/caif/caif_hsi.c | 2 +-
21804 drivers/net/can/Kconfig | 2 +-
21805 drivers/net/can/dev.c | 2 +-
21806 drivers/net/can/vcan.c | 2 +-
21807 drivers/net/dummy.c | 2 +-
21808 drivers/net/ethernet/8390/ax88796.c | 4 +-
21809 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
21810 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
21811 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
21812 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
21813 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
21814 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
21815 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
21816 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
21817 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
21818 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
21819 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
21820 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
21821 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
21822 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
21823 drivers/net/ethernet/broadcom/tg3.h | 1 +
21824 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
21825 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
21826 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
21827 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
21828 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
21829 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
21830 drivers/net/ethernet/faraday/ftmac100.c | 2 +
21831 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
21832 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
21833 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
21834 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
21835 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
21836 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
21837 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
21838 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
21839 drivers/net/ethernet/realtek/r8169.c | 8 +-
21840 drivers/net/ethernet/sfc/ptp.c | 2 +-
21841 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
21842 drivers/net/ethernet/via/via-rhine.c | 2 +-
21843 drivers/net/geneve.c | 2 +-
21844 drivers/net/hyperv/hyperv_net.h | 2 +-
21845 drivers/net/hyperv/rndis_filter.c | 4 +-
21846 drivers/net/ifb.c | 2 +-
21847 drivers/net/ipvlan/ipvlan_core.c | 2 +-
21848 drivers/net/macvlan.c | 20 +-
21849 drivers/net/macvtap.c | 6 +-
21850 drivers/net/nlmon.c | 2 +-
21851 drivers/net/phy/phy_device.c | 6 +-
21852 drivers/net/ppp/ppp_generic.c | 4 +-
21853 drivers/net/slip/slhc.c | 2 +-
21854 drivers/net/team/team.c | 4 +-
21855 drivers/net/tun.c | 7 +-
21856 drivers/net/usb/hso.c | 23 +-
21857 drivers/net/usb/r8152.c | 2 +-
21858 drivers/net/usb/sierra_net.c | 4 +-
21859 drivers/net/virtio_net.c | 2 +-
21860 drivers/net/vrf.c | 2 +-
21861 drivers/net/vxlan.c | 4 +-
21862 drivers/net/wimax/i2400m/rx.c | 2 +-
21863 drivers/net/wireless/airo.c | 2 +-
21864 drivers/net/wireless/at76c50x-usb.c | 2 +-
21865 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
21866 drivers/net/wireless/ath/ath10k/htc.c | 7 +-
21867 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
21868 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
21869 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
21870 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
21871 drivers/net/wireless/ath/ath9k/main.c | 22 +-
21872 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
21873 drivers/net/wireless/b43/phy_lp.c | 2 +-
21874 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
21875 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
21876 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
21877 drivers/net/wireless/mac80211_hwsim.c | 28 +-
21878 drivers/net/wireless/rndis_wlan.c | 2 +-
21879 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
21880 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
21881 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
21882 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
21883 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
21884 drivers/nfc/nfcwilink.c | 2 +-
21885 drivers/of/fdt.c | 4 +-
21886 drivers/oprofile/buffer_sync.c | 8 +-
21887 drivers/oprofile/event_buffer.c | 2 +-
21888 drivers/oprofile/oprof.c | 2 +-
21889 drivers/oprofile/oprofile_stats.c | 10 +-
21890 drivers/oprofile/oprofile_stats.h | 10 +-
21891 drivers/oprofile/oprofilefs.c | 6 +-
21892 drivers/oprofile/timer_int.c | 2 +-
21893 drivers/parport/procfs.c | 4 +-
21894 drivers/pci/host/pci-host-generic.c | 24 +-
21895 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
21896 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
21897 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
21898 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
21899 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
21900 drivers/pci/hotplug/pciehp_core.c | 2 +-
21901 drivers/pci/msi.c | 22 +-
21902 drivers/pci/pci-sysfs.c | 6 +-
21903 drivers/pci/pci.h | 2 +-
21904 drivers/pci/pcie/aspm.c | 6 +-
21905 drivers/pci/pcie/portdrv_pci.c | 2 +-
21906 drivers/pci/probe.c | 2 +-
21907 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
21908 drivers/pinctrl/pinctrl-at91.c | 5 +-
21909 drivers/platform/chrome/chromeos_pstore.c | 2 +-
21910 drivers/platform/x86/alienware-wmi.c | 4 +-
21911 drivers/platform/x86/compal-laptop.c | 2 +-
21912 drivers/platform/x86/hdaps.c | 2 +-
21913 drivers/platform/x86/ibm_rtl.c | 2 +-
21914 drivers/platform/x86/intel_oaktrail.c | 2 +-
21915 drivers/platform/x86/msi-laptop.c | 16 +-
21916 drivers/platform/x86/msi-wmi.c | 2 +-
21917 drivers/platform/x86/samsung-laptop.c | 2 +-
21918 drivers/platform/x86/samsung-q10.c | 2 +-
21919 drivers/platform/x86/sony-laptop.c | 14 +-
21920 drivers/platform/x86/thinkpad_acpi.c | 2 +-
21921 drivers/pnp/pnpbios/bioscalls.c | 14 +-
21922 drivers/pnp/pnpbios/core.c | 2 +-
21923 drivers/power/pda_power.c | 7 +-
21924 drivers/power/power_supply.h | 4 +-
21925 drivers/power/power_supply_core.c | 7 +-
21926 drivers/power/power_supply_sysfs.c | 6 +-
21927 drivers/power/reset/at91-reset.c | 9 +-
21928 drivers/powercap/powercap_sys.c | 136 +-
21929 drivers/ptp/ptp_private.h | 2 +-
21930 drivers/ptp/ptp_sysfs.c | 2 +-
21931 drivers/regulator/core.c | 4 +-
21932 drivers/regulator/max8660.c | 6 +-
21933 drivers/regulator/max8973-regulator.c | 16 +-
21934 drivers/regulator/mc13892-regulator.c | 8 +-
21935 drivers/rtc/rtc-armada38x.c | 7 +-
21936 drivers/rtc/rtc-cmos.c | 4 +-
21937 drivers/rtc/rtc-ds1307.c | 2 +-
21938 drivers/rtc/rtc-m48t59.c | 4 +-
21939 drivers/rtc/rtc-test.c | 6 +-
21940 drivers/scsi/be2iscsi/be_main.c | 2 +-
21941 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
21942 drivers/scsi/bfa/bfa_ioc.h | 4 +-
21943 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
21944 drivers/scsi/hosts.c | 4 +-
21945 drivers/scsi/hpsa.c | 38 +-
21946 drivers/scsi/hpsa.h | 2 +-
21947 drivers/scsi/libfc/fc_exch.c | 50 +-
21948 drivers/scsi/libsas/sas_ata.c | 2 +-
21949 drivers/scsi/lpfc/lpfc.h | 8 +-
21950 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
21951 drivers/scsi/lpfc/lpfc_init.c | 6 +-
21952 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
21953 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
21954 drivers/scsi/mpt2sas/mpt2sas_scsih.c | 8 +-
21955 drivers/scsi/pmcraid.c | 20 +-
21956 drivers/scsi/pmcraid.h | 8 +-
21957 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
21958 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
21959 drivers/scsi/qla2xxx/qla_os.c | 6 +-
21960 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
21961 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
21962 drivers/scsi/scsi.c | 2 +-
21963 drivers/scsi/scsi_lib.c | 8 +-
21964 drivers/scsi/scsi_sysfs.c | 2 +-
21965 drivers/scsi/scsi_transport_fc.c | 8 +-
21966 drivers/scsi/scsi_transport_iscsi.c | 6 +-
21967 drivers/scsi/scsi_transport_srp.c | 6 +-
21968 drivers/scsi/sd.c | 6 +-
21969 drivers/scsi/sg.c | 2 +-
21970 drivers/scsi/sr.c | 21 +-
21971 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
21972 drivers/spi/spi.c | 2 +-
21973 drivers/staging/android/timed_output.c | 6 +-
21974 drivers/staging/comedi/comedi_fops.c | 8 +-
21975 drivers/staging/fbtft/fbtft-core.c | 2 +-
21976 drivers/staging/fbtft/fbtft.h | 2 +-
21977 drivers/staging/gdm724x/gdm_tty.c | 2 +-
21978 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
21979 drivers/staging/iio/adc/ad7280a.c | 4 +-
21980 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
21981 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
21982 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
21983 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
21984 drivers/staging/lustre/lustre/include/obd.h | 2 +-
21985 drivers/staging/octeon/ethernet-rx.c | 20 +-
21986 drivers/staging/octeon/ethernet.c | 8 +-
21987 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
21988 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
21989 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
21990 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
21991 drivers/staging/sm750fb/sm750.c | 14 +-
21992 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
21993 drivers/target/sbp/sbp_target.c | 4 +-
21994 drivers/thermal/cpu_cooling.c | 9 +-
21995 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
21996 drivers/thermal/of-thermal.c | 17 +-
21997 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
21998 drivers/tty/cyclades.c | 6 +-
21999 drivers/tty/hvc/hvc_console.c | 14 +-
22000 drivers/tty/hvc/hvcs.c | 21 +-
22001 drivers/tty/hvc/hvsi.c | 22 +-
22002 drivers/tty/hvc/hvsi_lib.c | 4 +-
22003 drivers/tty/ipwireless/tty.c | 27 +-
22004 drivers/tty/moxa.c | 2 +-
22005 drivers/tty/n_gsm.c | 4 +-
22006 drivers/tty/n_tty.c | 3 +-
22007 drivers/tty/pty.c | 4 +-
22008 drivers/tty/rocket.c | 6 +-
22009 drivers/tty/serial/8250/8250_core.c | 10 +-
22010 drivers/tty/serial/ifx6x60.c | 2 +-
22011 drivers/tty/serial/ioc4_serial.c | 6 +-
22012 drivers/tty/serial/kgdb_nmi.c | 4 +-
22013 drivers/tty/serial/kgdboc.c | 32 +-
22014 drivers/tty/serial/msm_serial.c | 4 +-
22015 drivers/tty/serial/samsung.c | 9 +-
22016 drivers/tty/serial/serial_core.c | 8 +-
22017 drivers/tty/synclink.c | 34 +-
22018 drivers/tty/synclink_gt.c | 28 +-
22019 drivers/tty/synclinkmp.c | 34 +-
22020 drivers/tty/tty_io.c | 2 +-
22021 drivers/tty/tty_ldisc.c | 8 +-
22022 drivers/tty/tty_port.c | 22 +-
22023 drivers/uio/uio.c | 13 +-
22024 drivers/usb/atm/cxacru.c | 2 +-
22025 drivers/usb/atm/usbatm.c | 24 +-
22026 drivers/usb/class/cdc-acm.h | 2 +-
22027 drivers/usb/core/devices.c | 6 +-
22028 drivers/usb/core/devio.c | 12 +-
22029 drivers/usb/core/hcd.c | 4 +-
22030 drivers/usb/core/sysfs.c | 2 +-
22031 drivers/usb/core/usb.c | 2 +-
22032 drivers/usb/early/ehci-dbgp.c | 16 +-
22033 drivers/usb/gadget/function/u_serial.c | 22 +-
22034 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
22035 drivers/usb/host/ehci-hcd.c | 2 +-
22036 drivers/usb/host/ehci-hub.c | 4 +-
22037 drivers/usb/host/ehci-q.c | 4 +-
22038 drivers/usb/host/fotg210-hcd.c | 2 +-
22039 drivers/usb/host/fusbh200-hcd.c | 2 +-
22040 drivers/usb/host/hwa-hc.c | 2 +-
22041 drivers/usb/host/ohci-hcd.c | 2 +-
22042 drivers/usb/host/r8a66597.h | 2 +-
22043 drivers/usb/host/uhci-hcd.c | 2 +-
22044 drivers/usb/host/xhci-pci.c | 2 +-
22045 drivers/usb/host/xhci.c | 2 +-
22046 drivers/usb/misc/appledisplay.c | 4 +-
22047 drivers/usb/serial/console.c | 8 +-
22048 drivers/usb/storage/transport.c | 2 +-
22049 drivers/usb/storage/usb.c | 2 +-
22050 drivers/usb/storage/usb.h | 2 +-
22051 drivers/usb/usbip/vhci.h | 2 +-
22052 drivers/usb/usbip/vhci_hcd.c | 6 +-
22053 drivers/usb/usbip/vhci_rx.c | 2 +-
22054 drivers/usb/wusbcore/wa-hc.h | 4 +-
22055 drivers/usb/wusbcore/wa-xfer.c | 2 +-
22056 drivers/vfio/vfio.c | 2 +-
22057 drivers/vhost/vringh.c | 20 +-
22058 drivers/video/backlight/kb3886_bl.c | 2 +-
22059 drivers/video/console/fbcon.c | 2 +-
22060 drivers/video/fbdev/aty/aty128fb.c | 2 +-
22061 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
22062 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
22063 drivers/video/fbdev/core/fb_defio.c | 6 +-
22064 drivers/video/fbdev/core/fbmem.c | 2 +-
22065 drivers/video/fbdev/hyperv_fb.c | 4 +-
22066 drivers/video/fbdev/i810/i810_accel.c | 1 +
22067 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
22068 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
22069 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
22070 drivers/video/fbdev/omap2/dss/display.c | 8 +-
22071 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
22072 drivers/video/fbdev/smscufx.c | 4 +-
22073 drivers/video/fbdev/udlfb.c | 36 +-
22074 drivers/video/fbdev/uvesafb.c | 52 +-
22075 drivers/video/fbdev/vesafb.c | 58 +-
22076 drivers/video/fbdev/via/via_clock.h | 2 +-
22077 drivers/xen/events/events_base.c | 6 +-
22078 drivers/xen/evtchn.c | 4 +-
22079 fs/Kconfig.binfmt | 2 +-
22080 fs/afs/inode.c | 4 +-
22081 fs/aio.c | 2 +-
22082 fs/autofs4/waitq.c | 2 +-
22083 fs/befs/endian.h | 6 +-
22084 fs/binfmt_aout.c | 23 +-
22085 fs/binfmt_elf.c | 670 +-
22086 fs/binfmt_elf_fdpic.c | 4 +-
22087 fs/block_dev.c | 2 +-
22088 fs/btrfs/ctree.c | 9 +-
22089 fs/btrfs/delayed-inode.c | 9 +-
22090 fs/btrfs/delayed-inode.h | 6 +-
22091 fs/btrfs/file.c | 10 +-
22092 fs/btrfs/inode.c | 14 +-
22093 fs/btrfs/super.c | 2 +-
22094 fs/btrfs/sysfs.c | 2 +-
22095 fs/btrfs/tests/free-space-tests.c | 8 +-
22096 fs/btrfs/tree-log.h | 2 +-
22097 fs/buffer.c | 2 +-
22098 fs/cachefiles/bind.c | 6 +-
22099 fs/cachefiles/daemon.c | 8 +-
22100 fs/cachefiles/internal.h | 12 +-
22101 fs/cachefiles/namei.c | 2 +-
22102 fs/cachefiles/proc.c | 12 +-
22103 fs/ceph/dir.c | 12 +-
22104 fs/ceph/super.c | 4 +-
22105 fs/cifs/cifs_debug.c | 12 +-
22106 fs/cifs/cifsfs.c | 8 +-
22107 fs/cifs/cifsglob.h | 54 +-
22108 fs/cifs/file.c | 10 +-
22109 fs/cifs/misc.c | 4 +-
22110 fs/cifs/smb1ops.c | 80 +-
22111 fs/cifs/smb2ops.c | 84 +-
22112 fs/cifs/smb2pdu.c | 3 +-
22113 fs/coda/cache.c | 10 +-
22114 fs/compat.c | 4 +-
22115 fs/compat_binfmt_elf.c | 2 +
22116 fs/compat_ioctl.c | 12 +-
22117 fs/configfs/dir.c | 10 +-
22118 fs/coredump.c | 16 +-
22119 fs/dcache.c | 51 +-
22120 fs/ecryptfs/inode.c | 2 +-
22121 fs/ecryptfs/miscdev.c | 2 +-
22122 fs/exec.c | 362 +-
22123 fs/ext2/xattr.c | 5 +-
22124 fs/ext4/ext4.h | 20 +-
22125 fs/ext4/mballoc.c | 44 +-
22126 fs/ext4/resize.c | 16 +-
22127 fs/ext4/super.c | 4 +-
22128 fs/ext4/xattr.c | 5 +-
22129 fs/fhandle.c | 3 +-
22130 fs/file.c | 4 +-
22131 fs/fs_struct.c | 8 +-
22132 fs/fscache/cookie.c | 40 +-
22133 fs/fscache/internal.h | 202 +-
22134 fs/fscache/object.c | 26 +-
22135 fs/fscache/operation.c | 38 +-
22136 fs/fscache/page.c | 110 +-
22137 fs/fscache/stats.c | 348 +-
22138 fs/fuse/cuse.c | 10 +-
22139 fs/fuse/dev.c | 4 +-
22140 fs/gfs2/glock.c | 22 +-
22141 fs/gfs2/glops.c | 4 +-
22142 fs/gfs2/quota.c | 6 +-
22143 fs/hugetlbfs/inode.c | 13 +-
22144 fs/inode.c | 4 +-
22145 fs/jffs2/erase.c | 3 +-
22146 fs/jffs2/wbuf.c | 3 +-
22147 fs/jfs/super.c | 2 +-
22148 fs/kernfs/dir.c | 2 +-
22149 fs/kernfs/file.c | 20 +-
22150 fs/libfs.c | 10 +-
22151 fs/lockd/clntproc.c | 4 +-
22152 fs/namei.c | 16 +-
22153 fs/namespace.c | 16 +-
22154 fs/nfs/callback_xdr.c | 2 +-
22155 fs/nfs/inode.c | 6 +-
22156 fs/nfsd/nfs4proc.c | 2 +-
22157 fs/nfsd/nfs4xdr.c | 2 +-
22158 fs/nfsd/nfscache.c | 11 +-
22159 fs/nfsd/vfs.c | 6 +-
22160 fs/nls/nls_base.c | 26 +-
22161 fs/nls/nls_euc-jp.c | 6 +-
22162 fs/nls/nls_koi8-ru.c | 6 +-
22163 fs/notify/fanotify/fanotify_user.c | 4 +-
22164 fs/notify/notification.c | 4 +-
22165 fs/ntfs/dir.c | 2 +-
22166 fs/ntfs/super.c | 6 +-
22167 fs/ocfs2/localalloc.c | 2 +-
22168 fs/ocfs2/ocfs2.h | 10 +-
22169 fs/ocfs2/suballoc.c | 12 +-
22170 fs/ocfs2/super.c | 20 +-
22171 fs/pipe.c | 72 +-
22172 fs/posix_acl.c | 4 +-
22173 fs/proc/array.c | 20 +
22174 fs/proc/base.c | 4 +-
22175 fs/proc/kcore.c | 34 +-
22176 fs/proc/meminfo.c | 2 +-
22177 fs/proc/nommu.c | 2 +-
22178 fs/proc/proc_sysctl.c | 26 +-
22179 fs/proc/task_mmu.c | 39 +-
22180 fs/proc/task_nommu.c | 4 +-
22181 fs/proc/vmcore.c | 16 +-
22182 fs/qnx6/qnx6.h | 4 +-
22183 fs/quota/netlink.c | 4 +-
22184 fs/read_write.c | 2 +-
22185 fs/reiserfs/do_balan.c | 2 +-
22186 fs/reiserfs/procfs.c | 2 +-
22187 fs/reiserfs/reiserfs.h | 4 +-
22188 fs/seq_file.c | 4 +-
22189 fs/splice.c | 43 +-
22190 fs/squashfs/xattr.c | 12 +-
22191 fs/sysv/sysv.h | 2 +-
22192 fs/tracefs/inode.c | 8 +-
22193 fs/udf/misc.c | 2 +-
22194 fs/ufs/swab.h | 4 +-
22195 fs/userfaultfd.c | 2 +-
22196 fs/xattr.c | 21 +
22197 fs/xfs/libxfs/xfs_bmap.c | 2 +-
22198 fs/xfs/xfs_dir2_readdir.c | 7 +-
22199 fs/xfs/xfs_ioctl.c | 2 +-
22200 fs/xfs/xfs_linux.h | 4 +-
22201 include/asm-generic/4level-fixup.h | 2 +
22202 include/asm-generic/atomic-long.h | 156 +-
22203 include/asm-generic/atomic64.h | 12 +
22204 include/asm-generic/bitops/__fls.h | 2 +-
22205 include/asm-generic/bitops/fls.h | 2 +-
22206 include/asm-generic/bitops/fls64.h | 4 +-
22207 include/asm-generic/bug.h | 6 +-
22208 include/asm-generic/cache.h | 4 +-
22209 include/asm-generic/emergency-restart.h | 2 +-
22210 include/asm-generic/kmap_types.h | 4 +-
22211 include/asm-generic/local.h | 13 +
22212 include/asm-generic/pgtable-nopmd.h | 18 +-
22213 include/asm-generic/pgtable-nopud.h | 15 +-
22214 include/asm-generic/pgtable.h | 16 +
22215 include/asm-generic/sections.h | 1 +
22216 include/asm-generic/uaccess.h | 16 +
22217 include/asm-generic/vmlinux.lds.h | 15 +-
22218 include/crypto/algapi.h | 2 +-
22219 include/drm/drmP.h | 16 +-
22220 include/drm/drm_crtc_helper.h | 2 +-
22221 include/drm/drm_mm.h | 2 +-
22222 include/drm/i915_pciids.h | 2 +-
22223 include/drm/intel-gtt.h | 4 +-
22224 include/drm/ttm/ttm_memory.h | 2 +-
22225 include/drm/ttm/ttm_page_alloc.h | 1 +
22226 include/keys/asymmetric-subtype.h | 2 +-
22227 include/linux/atmdev.h | 4 +-
22228 include/linux/atomic.h | 17 +-
22229 include/linux/audit.h | 2 +-
22230 include/linux/average.h | 2 +-
22231 include/linux/binfmts.h | 3 +-
22232 include/linux/bitmap.h | 2 +-
22233 include/linux/bitops.h | 8 +-
22234 include/linux/blkdev.h | 2 +-
22235 include/linux/blktrace_api.h | 2 +-
22236 include/linux/cache.h | 8 +
22237 include/linux/cdrom.h | 1 -
22238 include/linux/cleancache.h | 2 +-
22239 include/linux/clk-provider.h | 1 +
22240 include/linux/compat.h | 6 +-
22241 include/linux/compiler-gcc.h | 28 +-
22242 include/linux/compiler.h | 157 +-
22243 include/linux/configfs.h | 2 +-
22244 include/linux/cpufreq.h | 3 +-
22245 include/linux/cpuidle.h | 5 +-
22246 include/linux/cpumask.h | 14 +-
22247 include/linux/crypto.h | 4 +-
22248 include/linux/ctype.h | 2 +-
22249 include/linux/dcache.h | 4 +-
22250 include/linux/decompress/mm.h | 2 +-
22251 include/linux/devfreq.h | 2 +-
22252 include/linux/device.h | 7 +-
22253 include/linux/dma-mapping.h | 2 +-
22254 include/linux/efi.h | 1 +
22255 include/linux/elf.h | 2 +
22256 include/linux/err.h | 4 +-
22257 include/linux/extcon.h | 2 +-
22258 include/linux/fb.h | 3 +-
22259 include/linux/fdtable.h | 2 +-
22260 include/linux/fs.h | 5 +-
22261 include/linux/fs_struct.h | 2 +-
22262 include/linux/fscache-cache.h | 2 +-
22263 include/linux/fscache.h | 2 +-
22264 include/linux/fsnotify.h | 2 +-
22265 include/linux/genhd.h | 4 +-
22266 include/linux/genl_magic_func.h | 2 +-
22267 include/linux/gfp.h | 12 +-
22268 include/linux/highmem.h | 12 +
22269 include/linux/hwmon-sysfs.h | 6 +-
22270 include/linux/i2c.h | 1 +
22271 include/linux/if_pppox.h | 2 +-
22272 include/linux/init.h | 12 +-
22273 include/linux/init_task.h | 7 +
22274 include/linux/interrupt.h | 6 +-
22275 include/linux/iommu.h | 2 +-
22276 include/linux/ioport.h | 2 +-
22277 include/linux/ipc.h | 2 +-
22278 include/linux/irq.h | 5 +-
22279 include/linux/irqdesc.h | 2 +-
22280 include/linux/irqdomain.h | 3 +
22281 include/linux/jiffies.h | 16 +-
22282 include/linux/key-type.h | 2 +-
22283 include/linux/kgdb.h | 6 +-
22284 include/linux/kmemleak.h | 4 +-
22285 include/linux/kobject.h | 3 +-
22286 include/linux/kobject_ns.h | 2 +-
22287 include/linux/kref.h | 2 +-
22288 include/linux/libata.h | 2 +-
22289 include/linux/linkage.h | 1 +
22290 include/linux/list.h | 15 +
22291 include/linux/lockref.h | 26 +-
22292 include/linux/math64.h | 10 +-
22293 include/linux/mempolicy.h | 7 +
22294 include/linux/mm.h | 102 +-
22295 include/linux/mm_types.h | 20 +
22296 include/linux/mmiotrace.h | 4 +-
22297 include/linux/mmzone.h | 2 +-
22298 include/linux/mod_devicetable.h | 4 +-
22299 include/linux/module.h | 69 +-
22300 include/linux/moduleloader.h | 16 +
22301 include/linux/moduleparam.h | 4 +-
22302 include/linux/net.h | 2 +-
22303 include/linux/netdevice.h | 7 +-
22304 include/linux/netfilter.h | 2 +-
22305 include/linux/netfilter/nfnetlink.h | 2 +-
22306 include/linux/nls.h | 4 +-
22307 include/linux/notifier.h | 3 +-
22308 include/linux/oprofile.h | 4 +-
22309 include/linux/padata.h | 2 +-
22310 include/linux/pci_hotplug.h | 3 +-
22311 include/linux/percpu.h | 2 +-
22312 include/linux/perf_event.h | 12 +-
22313 include/linux/pipe_fs_i.h | 8 +-
22314 include/linux/pm.h | 1 +
22315 include/linux/pm_domain.h | 4 +-
22316 include/linux/pm_runtime.h | 2 +-
22317 include/linux/pnp.h | 2 +-
22318 include/linux/poison.h | 4 +-
22319 include/linux/power/smartreflex.h | 2 +-
22320 include/linux/ppp-comp.h | 2 +-
22321 include/linux/preempt.h | 21 +
22322 include/linux/proc_ns.h | 2 +-
22323 include/linux/psci.h | 2 +-
22324 include/linux/quota.h | 2 +-
22325 include/linux/random.h | 19 +-
22326 include/linux/rculist.h | 16 +
22327 include/linux/reboot.h | 14 +-
22328 include/linux/regset.h | 3 +-
22329 include/linux/relay.h | 2 +-
22330 include/linux/rio.h | 2 +-
22331 include/linux/rmap.h | 4 +-
22332 include/linux/sched.h | 72 +-
22333 include/linux/sched/sysctl.h | 1 +
22334 include/linux/semaphore.h | 2 +-
22335 include/linux/seq_file.h | 1 +
22336 include/linux/signal.h | 2 +-
22337 include/linux/skbuff.h | 12 +-
22338 include/linux/slab.h | 47 +-
22339 include/linux/slab_def.h | 14 +-
22340 include/linux/slub_def.h | 2 +-
22341 include/linux/smp.h | 2 +
22342 include/linux/sock_diag.h | 2 +-
22343 include/linux/sonet.h | 2 +-
22344 include/linux/sunrpc/addr.h | 8 +-
22345 include/linux/sunrpc/clnt.h | 2 +-
22346 include/linux/sunrpc/svc.h | 2 +-
22347 include/linux/sunrpc/svc_rdma.h | 18 +-
22348 include/linux/sunrpc/svcauth.h | 2 +-
22349 include/linux/swapops.h | 10 +-
22350 include/linux/swiotlb.h | 3 +-
22351 include/linux/syscalls.h | 21 +-
22352 include/linux/syscore_ops.h | 2 +-
22353 include/linux/sysctl.h | 3 +-
22354 include/linux/sysfs.h | 9 +-
22355 include/linux/sysrq.h | 3 +-
22356 include/linux/tcp.h | 14 +-
22357 include/linux/thread_info.h | 7 +
22358 include/linux/tty.h | 4 +-
22359 include/linux/tty_driver.h | 2 +-
22360 include/linux/tty_ldisc.h | 2 +-
22361 include/linux/types.h | 16 +
22362 include/linux/uaccess.h | 6 +-
22363 include/linux/uio_driver.h | 2 +-
22364 include/linux/unaligned/access_ok.h | 24 +-
22365 include/linux/usb.h | 12 +-
22366 include/linux/usb/hcd.h | 1 +
22367 include/linux/usb/renesas_usbhs.h | 2 +-
22368 include/linux/vermagic.h | 21 +-
22369 include/linux/vga_switcheroo.h | 8 +-
22370 include/linux/vmalloc.h | 7 +-
22371 include/linux/vmstat.h | 24 +-
22372 include/linux/xattr.h | 5 +-
22373 include/linux/zlib.h | 3 +-
22374 include/media/v4l2-dev.h | 2 +-
22375 include/media/v4l2-device.h | 2 +-
22376 include/net/9p/transport.h | 2 +-
22377 include/net/bluetooth/l2cap.h | 2 +-
22378 include/net/bonding.h | 2 +-
22379 include/net/caif/cfctrl.h | 6 +-
22380 include/net/flow.h | 2 +-
22381 include/net/genetlink.h | 2 +-
22382 include/net/gro_cells.h | 2 +-
22383 include/net/inet_connection_sock.h | 2 +-
22384 include/net/inet_sock.h | 2 +-
22385 include/net/inetpeer.h | 2 +-
22386 include/net/ip_fib.h | 2 +-
22387 include/net/ip_vs.h | 8 +-
22388 include/net/ipv6.h | 2 +-
22389 include/net/irda/ircomm_tty.h | 1 +
22390 include/net/iucv/af_iucv.h | 2 +-
22391 include/net/llc_c_ac.h | 2 +-
22392 include/net/llc_c_ev.h | 4 +-
22393 include/net/llc_c_st.h | 2 +-
22394 include/net/llc_s_ac.h | 2 +-
22395 include/net/llc_s_st.h | 2 +-
22396 include/net/mac80211.h | 4 +-
22397 include/net/neighbour.h | 2 +-
22398 include/net/net_namespace.h | 18 +-
22399 include/net/netlink.h | 2 +-
22400 include/net/netns/conntrack.h | 6 +-
22401 include/net/netns/ipv4.h | 4 +-
22402 include/net/netns/ipv6.h | 4 +-
22403 include/net/netns/xfrm.h | 2 +-
22404 include/net/ping.h | 2 +-
22405 include/net/protocol.h | 4 +-
22406 include/net/rtnetlink.h | 2 +-
22407 include/net/sctp/checksum.h | 4 +-
22408 include/net/sctp/sm.h | 4 +-
22409 include/net/sctp/structs.h | 2 +-
22410 include/net/sock.h | 12 +-
22411 include/net/tcp.h | 8 +-
22412 include/net/xfrm.h | 13 +-
22413 include/rdma/iw_cm.h | 2 +-
22414 include/scsi/libfc.h | 3 +-
22415 include/scsi/scsi_device.h | 6 +-
22416 include/scsi/scsi_driver.h | 2 +-
22417 include/scsi/scsi_transport_fc.h | 3 +-
22418 include/scsi/sg.h | 2 +-
22419 include/sound/compress_driver.h | 2 +-
22420 include/sound/soc.h | 4 +-
22421 include/trace/events/irq.h | 4 +-
22422 include/uapi/linux/a.out.h | 8 +
22423 include/uapi/linux/bcache.h | 5 +-
22424 include/uapi/linux/byteorder/little_endian.h | 28 +-
22425 include/uapi/linux/connector.h | 2 +-
22426 include/uapi/linux/elf.h | 28 +
22427 include/uapi/linux/screen_info.h | 3 +-
22428 include/uapi/linux/swab.h | 6 +-
22429 include/uapi/linux/xattr.h | 4 +
22430 include/video/udlfb.h | 8 +-
22431 include/video/uvesafb.h | 1 +
22432 init/Kconfig | 2 +-
22433 init/Makefile | 3 +
22434 init/do_mounts.c | 14 +-
22435 init/do_mounts.h | 8 +-
22436 init/do_mounts_initrd.c | 30 +-
22437 init/do_mounts_md.c | 6 +-
22438 init/init_task.c | 4 +
22439 init/initramfs.c | 38 +-
22440 init/main.c | 30 +-
22441 ipc/compat.c | 4 +-
22442 ipc/ipc_sysctl.c | 8 +-
22443 ipc/mq_sysctl.c | 4 +-
22444 ipc/sem.c | 4 +-
22445 ipc/shm.c | 6 +
22446 kernel/audit.c | 8 +-
22447 kernel/auditsc.c | 4 +-
22448 kernel/bpf/core.c | 7 +-
22449 kernel/capability.c | 3 +
22450 kernel/compat.c | 38 +-
22451 kernel/debug/debug_core.c | 16 +-
22452 kernel/debug/kdb/kdb_main.c | 4 +-
22453 kernel/events/core.c | 26 +-
22454 kernel/events/internal.h | 10 +-
22455 kernel/events/uprobes.c | 2 +-
22456 kernel/exit.c | 2 +-
22457 kernel/fork.c | 167 +-
22458 kernel/futex.c | 11 +-
22459 kernel/futex_compat.c | 2 +-
22460 kernel/gcov/base.c | 7 +-
22461 kernel/irq/manage.c | 2 +-
22462 kernel/irq/msi.c | 19 +-
22463 kernel/irq/spurious.c | 2 +-
22464 kernel/jump_label.c | 5 +
22465 kernel/kallsyms.c | 37 +-
22466 kernel/kexec.c | 3 +-
22467 kernel/kmod.c | 8 +-
22468 kernel/kprobes.c | 4 +-
22469 kernel/ksysfs.c | 2 +-
22470 kernel/locking/lockdep.c | 7 +-
22471 kernel/locking/mutex-debug.c | 12 +-
22472 kernel/locking/mutex-debug.h | 4 +-
22473 kernel/locking/mutex.c | 6 +-
22474 kernel/module.c | 422 +-
22475 kernel/notifier.c | 17 +-
22476 kernel/padata.c | 4 +-
22477 kernel/panic.c | 5 +-
22478 kernel/pid.c | 2 +-
22479 kernel/pid_namespace.c | 2 +-
22480 kernel/power/process.c | 12 +-
22481 kernel/profile.c | 14 +-
22482 kernel/ptrace.c | 8 +-
22483 kernel/rcu/rcutorture.c | 60 +-
22484 kernel/rcu/tiny.c | 4 +-
22485 kernel/rcu/tree.c | 44 +-
22486 kernel/rcu/tree.h | 14 +-
22487 kernel/rcu/tree_plugin.h | 14 +-
22488 kernel/rcu/tree_trace.c | 12 +-
22489 kernel/sched/auto_group.c | 4 +-
22490 kernel/sched/core.c | 45 +-
22491 kernel/sched/fair.c | 2 +-
22492 kernel/sched/sched.h | 2 +-
22493 kernel/signal.c | 12 +-
22494 kernel/smpboot.c | 4 +-
22495 kernel/softirq.c | 12 +-
22496 kernel/sys.c | 10 +-
22497 kernel/sysctl.c | 34 +-
22498 kernel/time/alarmtimer.c | 2 +-
22499 kernel/time/posix-cpu-timers.c | 4 +-
22500 kernel/time/posix-timers.c | 24 +-
22501 kernel/time/timer.c | 2 +-
22502 kernel/time/timer_stats.c | 10 +-
22503 kernel/trace/blktrace.c | 6 +-
22504 kernel/trace/ftrace.c | 15 +-
22505 kernel/trace/ring_buffer.c | 96 +-
22506 kernel/trace/trace.c | 2 +-
22507 kernel/trace/trace.h | 2 +-
22508 kernel/trace/trace_clock.c | 4 +-
22509 kernel/trace/trace_events.c | 1 -
22510 kernel/trace/trace_functions_graph.c | 4 +-
22511 kernel/trace/trace_mmiotrace.c | 8 +-
22512 kernel/trace/trace_output.c | 10 +-
22513 kernel/trace/trace_seq.c | 2 +-
22514 kernel/trace/trace_stack.c | 2 +-
22515 kernel/user_namespace.c | 2 +-
22516 kernel/utsname_sysctl.c | 2 +-
22517 kernel/watchdog.c | 2 +-
22518 kernel/workqueue.c | 2 +-
22519 lib/Kconfig.debug | 8 +-
22520 lib/Makefile | 2 +-
22521 lib/bitmap.c | 8 +-
22522 lib/bug.c | 2 +
22523 lib/debugobjects.c | 2 +-
22524 lib/decompress_bunzip2.c | 3 +-
22525 lib/decompress_unlzma.c | 4 +-
22526 lib/div64.c | 4 +-
22527 lib/dma-debug.c | 4 +-
22528 lib/inflate.c | 2 +-
22529 lib/ioremap.c | 4 +-
22530 lib/kobject.c | 4 +-
22531 lib/list_debug.c | 126 +-
22532 lib/lockref.c | 44 +-
22533 lib/percpu-refcount.c | 2 +-
22534 lib/radix-tree.c | 2 +-
22535 lib/random32.c | 2 +-
22536 lib/show_mem.c | 2 +-
22537 lib/strncpy_from_user.c | 2 +-
22538 lib/strnlen_user.c | 2 +-
22539 lib/swiotlb.c | 2 +-
22540 lib/usercopy.c | 6 +
22541 lib/vsprintf.c | 12 +-
22542 mm/Kconfig | 6 +-
22543 mm/backing-dev.c | 4 +-
22544 mm/debug.c | 3 +
22545 mm/filemap.c | 2 +-
22546 mm/gup.c | 13 +-
22547 mm/highmem.c | 6 +-
22548 mm/hugetlb.c | 70 +-
22549 mm/internal.h | 1 +
22550 mm/maccess.c | 4 +-
22551 mm/madvise.c | 37 +
22552 mm/memory-failure.c | 6 +-
22553 mm/memory.c | 424 +-
22554 mm/mempolicy.c | 25 +
22555 mm/mlock.c | 15 +-
22556 mm/mm_init.c | 2 +-
22557 mm/mmap.c | 582 +-
22558 mm/mprotect.c | 137 +-
22559 mm/mremap.c | 39 +-
22560 mm/nommu.c | 21 +-
22561 mm/page-writeback.c | 2 +-
22562 mm/page_alloc.c | 49 +-
22563 mm/percpu.c | 2 +-
22564 mm/process_vm_access.c | 14 +-
22565 mm/rmap.c | 45 +-
22566 mm/shmem.c | 19 +-
22567 mm/slab.c | 109 +-
22568 mm/slab.h | 22 +-
22569 mm/slab_common.c | 86 +-
22570 mm/slob.c | 218 +-
22571 mm/slub.c | 102 +-
22572 mm/sparse-vmemmap.c | 4 +-
22573 mm/sparse.c | 2 +-
22574 mm/swap.c | 2 +
22575 mm/swapfile.c | 12 +-
22576 mm/util.c | 6 +
22577 mm/vmalloc.c | 114 +-
22578 mm/vmstat.c | 12 +-
22579 net/8021q/vlan.c | 5 +-
22580 net/8021q/vlan_netlink.c | 2 +-
22581 net/9p/mod.c | 4 +-
22582 net/9p/trans_fd.c | 2 +-
22583 net/atm/atm_misc.c | 8 +-
22584 net/atm/lec.h | 2 +-
22585 net/atm/proc.c | 6 +-
22586 net/atm/resources.c | 4 +-
22587 net/ax25/sysctl_net_ax25.c | 2 +-
22588 net/batman-adv/bat_iv_ogm.c | 8 +-
22589 net/batman-adv/fragmentation.c | 2 +-
22590 net/batman-adv/soft-interface.c | 8 +-
22591 net/batman-adv/types.h | 6 +-
22592 net/bluetooth/hci_sock.c | 2 +-
22593 net/bluetooth/l2cap_core.c | 6 +-
22594 net/bluetooth/l2cap_sock.c | 12 +-
22595 net/bluetooth/rfcomm/sock.c | 4 +-
22596 net/bluetooth/rfcomm/tty.c | 4 +-
22597 net/bridge/br_netlink.c | 2 +-
22598 net/bridge/netfilter/ebtables.c | 6 +-
22599 net/caif/cfctrl.c | 11 +-
22600 net/caif/chnl_net.c | 2 +-
22601 net/can/af_can.c | 2 +-
22602 net/can/gw.c | 6 +-
22603 net/ceph/messenger.c | 4 +-
22604 net/compat.c | 24 +-
22605 net/core/datagram.c | 2 +-
22606 net/core/dev.c | 16 +-
22607 net/core/filter.c | 2 +-
22608 net/core/flow.c | 6 +-
22609 net/core/neighbour.c | 4 +-
22610 net/core/net-sysfs.c | 2 +-
22611 net/core/net_namespace.c | 8 +-
22612 net/core/netpoll.c | 4 +-
22613 net/core/rtnetlink.c | 15 +-
22614 net/core/scm.c | 14 +-
22615 net/core/skbuff.c | 8 +-
22616 net/core/sock.c | 28 +-
22617 net/core/sock_diag.c | 15 +-
22618 net/core/sysctl_net_core.c | 22 +-
22619 net/decnet/af_decnet.c | 1 +
22620 net/decnet/sysctl_net_decnet.c | 4 +-
22621 net/dsa/dsa.c | 2 +-
22622 net/hsr/hsr_netlink.c | 2 +-
22623 net/ieee802154/6lowpan/core.c | 2 +-
22624 net/ieee802154/6lowpan/reassembly.c | 14 +-
22625 net/ipv4/af_inet.c | 2 +-
22626 net/ipv4/devinet.c | 18 +-
22627 net/ipv4/fib_frontend.c | 6 +-
22628 net/ipv4/fib_semantics.c | 2 +-
22629 net/ipv4/inet_connection_sock.c | 4 +-
22630 net/ipv4/inet_timewait_sock.c | 2 +-
22631 net/ipv4/inetpeer.c | 2 +-
22632 net/ipv4/ip_fragment.c | 15 +-
22633 net/ipv4/ip_gre.c | 6 +-
22634 net/ipv4/ip_sockglue.c | 2 +-
22635 net/ipv4/ip_vti.c | 4 +-
22636 net/ipv4/ipconfig.c | 6 +-
22637 net/ipv4/ipip.c | 4 +-
22638 net/ipv4/netfilter/arp_tables.c | 12 +-
22639 net/ipv4/netfilter/ip_tables.c | 12 +-
22640 net/ipv4/ping.c | 14 +-
22641 net/ipv4/raw.c | 14 +-
22642 net/ipv4/route.c | 32 +-
22643 net/ipv4/sysctl_net_ipv4.c | 22 +-
22644 net/ipv4/tcp_input.c | 6 +-
22645 net/ipv4/tcp_probe.c | 2 +-
22646 net/ipv4/udp.c | 10 +-
22647 net/ipv4/xfrm4_policy.c | 18 +-
22648 net/ipv6/addrconf.c | 18 +-
22649 net/ipv6/af_inet6.c | 2 +-
22650 net/ipv6/datagram.c | 2 +-
22651 net/ipv6/icmp.c | 2 +-
22652 net/ipv6/ip6_fib.c | 4 +-
22653 net/ipv6/ip6_gre.c | 10 +-
22654 net/ipv6/ip6_tunnel.c | 4 +-
22655 net/ipv6/ip6_vti.c | 4 +-
22656 net/ipv6/ipv6_sockglue.c | 2 +-
22657 net/ipv6/netfilter/ip6_tables.c | 12 +-
22658 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
22659 net/ipv6/ping.c | 33 +-
22660 net/ipv6/raw.c | 17 +-
22661 net/ipv6/reassembly.c | 13 +-
22662 net/ipv6/route.c | 2 +-
22663 net/ipv6/sit.c | 4 +-
22664 net/ipv6/sysctl_net_ipv6.c | 2 +-
22665 net/ipv6/udp.c | 6 +-
22666 net/ipv6/xfrm6_policy.c | 17 +-
22667 net/irda/ircomm/ircomm_tty.c | 18 +-
22668 net/iucv/af_iucv.c | 4 +-
22669 net/iucv/iucv.c | 2 +-
22670 net/key/af_key.c | 4 +-
22671 net/l2tp/l2tp_eth.c | 38 +-
22672 net/l2tp/l2tp_ip.c | 2 +-
22673 net/l2tp/l2tp_ip6.c | 2 +-
22674 net/mac80211/cfg.c | 8 +-
22675 net/mac80211/ieee80211_i.h | 3 +-
22676 net/mac80211/iface.c | 20 +-
22677 net/mac80211/main.c | 2 +-
22678 net/mac80211/pm.c | 4 +-
22679 net/mac80211/rate.c | 2 +-
22680 net/mac80211/sta_info.c | 2 +-
22681 net/mac80211/util.c | 8 +-
22682 net/mpls/af_mpls.c | 6 +-
22683 net/netfilter/ipset/ip_set_core.c | 2 +-
22684 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
22685 net/netfilter/ipvs/ip_vs_core.c | 4 +-
22686 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
22687 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
22688 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
22689 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
22690 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
22691 net/netfilter/nf_conntrack_acct.c | 2 +-
22692 net/netfilter/nf_conntrack_ecache.c | 2 +-
22693 net/netfilter/nf_conntrack_helper.c | 2 +-
22694 net/netfilter/nf_conntrack_proto.c | 2 +-
22695 net/netfilter/nf_conntrack_standalone.c | 2 +-
22696 net/netfilter/nf_conntrack_timestamp.c | 2 +-
22697 net/netfilter/nf_log.c | 10 +-
22698 net/netfilter/nf_sockopt.c | 4 +-
22699 net/netfilter/nfnetlink_log.c | 4 +-
22700 net/netfilter/nft_compat.c | 9 +-
22701 net/netfilter/xt_statistic.c | 8 +-
22702 net/netlink/af_netlink.c | 4 +-
22703 net/openvswitch/vport-internal_dev.c | 2 +-
22704 net/packet/af_packet.c | 8 +-
22705 net/phonet/pep.c | 6 +-
22706 net/phonet/socket.c | 2 +-
22707 net/phonet/sysctl.c | 2 +-
22708 net/rds/cong.c | 6 +-
22709 net/rds/ib.h | 2 +-
22710 net/rds/ib_cm.c | 2 +-
22711 net/rds/ib_recv.c | 4 +-
22712 net/rds/iw.h | 2 +-
22713 net/rds/iw_cm.c | 2 +-
22714 net/rds/iw_recv.c | 4 +-
22715 net/rds/rds.h | 2 +-
22716 net/rds/tcp.c | 2 +-
22717 net/rds/tcp_send.c | 2 +-
22718 net/rxrpc/af_rxrpc.c | 2 +-
22719 net/rxrpc/ar-ack.c | 14 +-
22720 net/rxrpc/ar-call.c | 2 +-
22721 net/rxrpc/ar-connection.c | 2 +-
22722 net/rxrpc/ar-connevent.c | 2 +-
22723 net/rxrpc/ar-input.c | 4 +-
22724 net/rxrpc/ar-internal.h | 8 +-
22725 net/rxrpc/ar-local.c | 2 +-
22726 net/rxrpc/ar-output.c | 4 +-
22727 net/rxrpc/ar-peer.c | 2 +-
22728 net/rxrpc/ar-proc.c | 4 +-
22729 net/rxrpc/ar-transport.c | 2 +-
22730 net/rxrpc/rxkad.c | 4 +-
22731 net/sched/sch_generic.c | 4 +-
22732 net/sctp/ipv6.c | 6 +-
22733 net/sctp/protocol.c | 10 +-
22734 net/sctp/sm_sideeffect.c | 2 +-
22735 net/sctp/socket.c | 21 +-
22736 net/sctp/sysctl.c | 10 +-
22737 net/socket.c | 18 +-
22738 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
22739 net/sunrpc/clnt.c | 4 +-
22740 net/sunrpc/sched.c | 4 +-
22741 net/sunrpc/svc.c | 4 +-
22742 net/sunrpc/svcauth_unix.c | 2 +-
22743 net/sunrpc/xprtrdma/svc_rdma.c | 38 +-
22744 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
22745 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
22746 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
22747 net/tipc/netlink_compat.c | 12 +-
22748 net/tipc/subscr.c | 2 +-
22749 net/unix/af_unix.c | 7 +-
22750 net/unix/sysctl_net_unix.c | 2 +-
22751 net/wireless/wext-core.c | 19 +-
22752 net/xfrm/xfrm_policy.c | 16 +-
22753 net/xfrm/xfrm_state.c | 33 +-
22754 net/xfrm/xfrm_sysctl.c | 2 +-
22755 scripts/Kbuild.include | 2 +-
22756 scripts/Makefile.build | 2 +-
22757 scripts/Makefile.clean | 3 +-
22758 scripts/Makefile.host | 69 +-
22759 scripts/basic/fixdep.c | 12 +-
22760 scripts/dtc/checks.c | 14 +-
22761 scripts/dtc/data.c | 6 +-
22762 scripts/dtc/flattree.c | 8 +-
22763 scripts/dtc/livetree.c | 4 +-
22764 scripts/gcc-plugin.sh | 51 +
22765 scripts/headers_install.sh | 1 +
22766 scripts/kallsyms.c | 4 +-
22767 scripts/kconfig/lkc.h | 5 +-
22768 scripts/kconfig/menu.c | 2 +-
22769 scripts/kconfig/symbol.c | 6 +-
22770 scripts/link-vmlinux.sh | 2 +-
22771 scripts/mod/file2alias.c | 14 +-
22772 scripts/mod/modpost.c | 25 +-
22773 scripts/mod/modpost.h | 6 +-
22774 scripts/mod/sumversion.c | 2 +-
22775 scripts/module-common.lds | 4 +
22776 scripts/package/builddeb | 1 +
22777 scripts/pnmtologo.c | 6 +-
22778 scripts/sortextable.h | 6 +-
22779 scripts/tags.sh | 2 +-
22780 security/Kconfig | 692 +-
22781 security/integrity/ima/ima.h | 4 +-
22782 security/integrity/ima/ima_api.c | 2 +-
22783 security/integrity/ima/ima_fs.c | 4 +-
22784 security/integrity/ima/ima_queue.c | 2 +-
22785 security/keys/key.c | 18 +-
22786 security/selinux/avc.c | 6 +-
22787 security/selinux/include/xfrm.h | 2 +-
22788 security/yama/yama_lsm.c | 2 +-
22789 sound/aoa/codecs/onyx.c | 7 +-
22790 sound/aoa/codecs/onyx.h | 1 +
22791 sound/core/oss/pcm_oss.c | 18 +-
22792 sound/core/pcm_compat.c | 2 +-
22793 sound/core/pcm_native.c | 4 +-
22794 sound/core/sound.c | 2 +-
22795 sound/drivers/mts64.c | 14 +-
22796 sound/drivers/opl4/opl4_lib.c | 2 +-
22797 sound/drivers/portman2x4.c | 3 +-
22798 sound/firewire/amdtp.c | 4 +-
22799 sound/firewire/amdtp.h | 4 +-
22800 sound/firewire/isight.c | 10 +-
22801 sound/firewire/scs1x.c | 8 +-
22802 sound/oss/sb_audio.c | 2 +-
22803 sound/oss/swarm_cs4297a.c | 6 +-
22804 sound/pci/hda/hda_codec.c | 2 +-
22805 sound/pci/ymfpci/ymfpci.h | 2 +-
22806 sound/pci/ymfpci/ymfpci_main.c | 12 +-
22807 sound/soc/codecs/sti-sas.c | 10 +-
22808 sound/soc/soc-ac97.c | 6 +-
22809 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
22810 tools/gcc/Makefile | 42 +
22811 tools/gcc/checker_plugin.c | 150 +
22812 tools/gcc/colorize_plugin.c | 215 +
22813 tools/gcc/constify_plugin.c | 571 +
22814 tools/gcc/gcc-common.h | 812 +
22815 tools/gcc/initify_plugin.c | 552 +
22816 tools/gcc/kallocstat_plugin.c | 188 +
22817 tools/gcc/kernexec_plugin.c | 549 +
22818 tools/gcc/latent_entropy_plugin.c | 470 +
22819 tools/gcc/size_overflow_plugin/.gitignore | 2 +
22820 tools/gcc/size_overflow_plugin/Makefile | 28 +
22821 .../disable_size_overflow_hash.data |12422 ++++++++++++
22822 .../generate_size_overflow_hash.sh | 103 +
22823 .../insert_size_overflow_asm.c | 416 +
22824 .../size_overflow_plugin/intentional_overflow.c | 1010 +
22825 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
22826 tools/gcc/size_overflow_plugin/size_overflow.h | 323 +
22827 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
22828 .../size_overflow_plugin/size_overflow_hash.data |20735 ++++++++++++++++++++
22829 .../size_overflow_hash_aux.data | 92 +
22830 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 ++
22831 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
22832 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
22833 .../size_overflow_plugin_hash.c | 352 +
22834 .../size_overflow_plugin/size_overflow_transform.c | 749 +
22835 .../size_overflow_transform_core.c | 1010 +
22836 tools/gcc/stackleak_plugin.c | 436 +
22837 tools/gcc/structleak_plugin.c | 287 +
22838 tools/include/linux/compiler.h | 8 +
22839 tools/lib/api/Makefile | 2 +-
22840 tools/perf/util/include/asm/alternative-asm.h | 3 +
22841 tools/virtio/linux/uaccess.h | 2 +-
22842 virt/kvm/kvm_main.c | 42 +-
22843 1944 files changed, 66925 insertions(+), 8949 deletions(-)