]> git.ipfire.org Git - thirdparty/grsecurity-scrape.git/blame - test/changelog-test.txt
Auto commit, 1 new patch{es}.
[thirdparty/grsecurity-scrape.git] / test / changelog-test.txt
CommitLineData
40d5ff9e
PK
1commit fed13a5012b8d7e87a6f9efa2e40e0be28eaecd9
2Author: Brad Spengler <spender@grsecurity.net>
3Date: Fri Oct 9 23:12:43 2015 -0400
4
5 compile fix
6
7 arch/x86/mm/pgtable.c | 2 ++
8 1 files changed, 2 insertions(+), 0 deletions(-)
9
10commit 58edc15a668a6dd90b3f66abc84b509f8fba7505
11Author: Daniel Borkmann <daniel@iogearbox.net>
12Date: Mon Aug 31 19:11:02 2015 +0200
13
14 netfilter: conntrack: use nf_ct_tmpl_free in CT/synproxy error paths
15
16 Commit 0838aa7fcfcd ("netfilter: fix netns dependencies with conntrack
17 templates") migrated templates to the new allocator api, but forgot to
18 update error paths for them in CT and synproxy to use nf_ct_tmpl_free()
19 instead of nf_conntrack_free().
20
21 Due to that, memory is being freed into the wrong kmemcache, but also
22 we drop the per net reference count of ct objects causing an imbalance.
23
24 In Brad's case, this leads to a wrap-around of net->ct.count and thus
25 lets __nf_conntrack_alloc() refuse to create a new ct object:
26
27 [ 10.340913] xt_addrtype: ipv6 does not support BROADCAST matching
28 [ 10.810168] nf_conntrack: table full, dropping packet
29 [ 11.917416] r8169 0000:07:00.0 eth0: link up
30 [ 11.917438] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
31 [ 12.815902] nf_conntrack: table full, dropping packet
32 [ 15.688561] nf_conntrack: table full, dropping packet
33 [ 15.689365] nf_conntrack: table full, dropping packet
34 [ 15.690169] nf_conntrack: table full, dropping packet
35 [ 15.690967] nf_conntrack: table full, dropping packet
36 [...]
37
38 With slab debugging, it also reports the wrong kmemcache (kmalloc-512 vs.
39 nf_conntrack_ffffffff81ce75c0) and reports poison overwrites, etc. Thus,
40 to fix the problem, export and use nf_ct_tmpl_free() instead.
41
42 Fixes: 0838aa7fcfcd ("netfilter: fix netns dependencies with conntrack templates")
43 Reported-by: Brad Jackson <bjackson0971@gmail.com>
44 Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
45 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
46
47 include/net/netfilter/nf_conntrack.h | 1 +
48 net/netfilter/nf_conntrack_core.c | 3 ++-
49 net/netfilter/nf_synproxy_core.c | 2 +-
50 net/netfilter/xt_CT.c | 2 +-
51 4 files changed, 5 insertions(+), 3 deletions(-)
52
53commit 37d26e44573aaa9c3b1f0c36ec9d4bddc008fc03
54Author: Brad Spengler <spender@grsecurity.net>
55Date: Fri Oct 9 18:22:54 2015 -0400
56
57 Fix BUG() in scatterwalk_map_and_copy caused by virt_to_page being
58 called on the KSTACKOVERFLOW's vmalloc'd stack. Thanks to
59 Yves-Alexis Perez for the report
60
61 crypto/scatterwalk.c | 10 ++++++++--
62 1 files changed, 8 insertions(+), 2 deletions(-)
63
64commit 8137d53d2b60023587a48004f0b67946ed6db4a8
65Merge: 147420b a9c991f
66Author: Brad Spengler <spender@grsecurity.net>
67Date: Fri Oct 9 18:20:32 2015 -0400
68
69 Merge branch 'pax-test' into grsec-test
70
71commit a9c991f727bb8daf15838296e301683791c17071
72Author: Brad Spengler <spender@grsecurity.net>
73Date: Fri Oct 9 18:20:07 2015 -0400
74
75 Update to pax-linux-4.2.3-test8.patch:
76 - fixed vsyscall/pvclock regression caused by the recent page table hardening, reported by kamil (https://forums.grsecurity.net/viewtopic.php?f=3&t=4272)
77
78 arch/x86/kernel/espfix_64.c | 4 +---
79 arch/x86/kernel/kvmclock.c | 20 ++++++--------------
80 arch/x86/mm/highmem_32.c | 2 ++
81 arch/x86/mm/pgtable.c | 33 +++++++++++++++++++++++++++++++++
82 4 files changed, 42 insertions(+), 17 deletions(-)
83
84commit 147420b0f00c7f20f354e1dfa460b904a3af432b
85Author: Brad Spengler <spender@grsecurity.net>
86Date: Fri Oct 9 08:54:24 2015 -0400
87
88 Properly fix the bug reported at:
89 https://code.google.com/p/android/issues/detail?id=187973
90
91 drivers/net/slip/slhc.c | 3 +++
92 1 files changed, 3 insertions(+), 0 deletions(-)
93
afe359a8
PK
94commit 4918a68ea80e1185ec8f3a94d3a2210552ed0bb5
95Merge: 4e736d9 7e02f35
0a9c1e67 96Author: Brad Spengler <spender@grsecurity.net>
afe359a8 97Date: Wed Oct 7 20:57:21 2015 -0400
0a9c1e67 98
afe359a8 99 Merge branch 'pax-test' into grsec-test
ee1b9a5f 100
da1216b9 101 Conflicts:
afe359a8 102 arch/x86/kernel/espfix_64.c
da1216b9 103
afe359a8
PK
104commit 7e02f35880fd6bdb2f4e7ba07a13d6df1d121008
105Author: Brad Spengler <spender@grsecurity.net>
106Date: Wed Oct 7 20:54:36 2015 -0400
da1216b9 107
afe359a8
PK
108 Update to pax-linux-4.2.3-test7.patch:
109 - backported vanilla commits b763ec17ac762470eec5be8ebcc43e4f8b2c2b82 and 176fc2d5770a0990eebff903ba680d2edd32e718
110 - constified a few more page tables for ESPFIX/amd64
111 - fixed xen and the recently added level1_modules_pgt page tables on amd64
ee1b9a5f 112
afe359a8
PK
113 arch/x86/include/asm/pgtable_64.h | 1 +
114 arch/x86/kernel/espfix_64.c | 35 +++++++++++++++++++++++----------
115 arch/x86/xen/mmu.c | 4 +++
116 drivers/base/regmap/regmap-debugfs.c | 14 +++++-------
117 4 files changed, 35 insertions(+), 19 deletions(-)
ee1b9a5f 118
afe359a8
PK
119commit 4e736d9e568f6cc0d08dfe7519abf9a5d58a5418
120Author: Robin Murphy <robin.murphy@arm.com>
121Date: Thu Oct 1 15:37:19 2015 -0700
ee1b9a5f 122
afe359a8 123 dmapool: fix overflow condition in pool_find_page()
ee1b9a5f 124
afe359a8
PK
125 If a DMA pool lies at the very top of the dma_addr_t range (as may
126 happen with an IOMMU involved), the calculated end address of the pool
127 wraps around to zero, and page lookup always fails.
ee1b9a5f 128
afe359a8 129 Tweak the relevant calculation to be overflow-proof.
da1216b9 130
afe359a8
PK
131 Signed-off-by: Robin Murphy <robin.murphy@arm.com>
132 Cc: Arnd Bergmann <arnd@arndb.de>
133 Cc: Marek Szyprowski <m.szyprowski@samsung.com>
134 Cc: Sumit Semwal <sumit.semwal@linaro.org>
135 Cc: Sakari Ailus <sakari.ailus@iki.fi>
136 Cc: Russell King <rmk+kernel@arm.linux.org.uk>
da1216b9
PK
137 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
138 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
ee1b9a5f 139
afe359a8 140 mm/dmapool.c | 2 +-
578d7714
PK
141 1 files changed, 1 insertions(+), 1 deletions(-)
142
afe359a8
PK
143commit 96a101a9b4208a6e5f2a0db7599881142e70ba43
144Author: Greg Thelen <gthelen@google.com>
145Date: Thu Oct 1 15:37:05 2015 -0700
578d7714 146
afe359a8 147 memcg: make mem_cgroup_read_stat() unsigned
da1216b9 148
afe359a8
PK
149 mem_cgroup_read_stat() returns a page count by summing per cpu page
150 counters. The summing is racy wrt. updates, so a transient negative
151 sum is possible. Callers don't want negative values:
578d7714 152
afe359a8
PK
153 - mem_cgroup_wb_stats() doesn't want negative nr_dirty or nr_writeback.
154 This could confuse dirty throttling.
da1216b9 155
afe359a8 156 - oom reports and memory.stat shouldn't show confusing negative usage.
da1216b9 157
afe359a8 158 - tree_usage() already avoids negatives.
da1216b9 159
afe359a8
PK
160 Avoid returning negative page counts from mem_cgroup_read_stat() and
161 convert it to unsigned.
da1216b9 162
afe359a8
PK
163 [akpm@linux-foundation.org: fix old typo while we're in there]
164 Signed-off-by: Greg Thelen <gthelen@google.com>
165 Cc: Johannes Weiner <hannes@cmpxchg.org>
166 Acked-by: Michal Hocko <mhocko@suse.com>
167 Cc: <stable@vger.kernel.org> [4.2+]
168 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
169 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
eeed91c5 170
afe359a8
PK
171 mm/memcontrol.c | 30 ++++++++++++++++++------------
172 1 files changed, 18 insertions(+), 12 deletions(-)
eeed91c5 173
afe359a8 174commit b7808c46650d5f4c09f071566de991af36eb9d37
da1216b9 175Author: Daniel Borkmann <daniel@iogearbox.net>
afe359a8
PK
176Date: Fri Oct 2 12:06:03 2015 +0200
177
178 bpf: fix panic in SO_GET_FILTER with native ebpf programs
179
180 When sockets have a native eBPF program attached through
181 setsockopt(sk, SOL_SOCKET, SO_ATTACH_BPF, ...), and then try to
182 dump these over getsockopt(sk, SOL_SOCKET, SO_GET_FILTER, ...),
183 the following panic appears:
184
185 [49904.178642] BUG: unable to handle kernel NULL pointer dereference at (null)
186 [49904.178762] IP: [<ffffffff81610fd9>] sk_get_filter+0x39/0x90
187 [49904.182000] PGD 86fc9067 PUD 531a1067 PMD 0
188 [49904.185196] Oops: 0000 [#1] SMP
189 [...]
190 [49904.224677] Call Trace:
191 [49904.226090] [<ffffffff815e3d49>] sock_getsockopt+0x319/0x740
192 [49904.227535] [<ffffffff812f59e3>] ? sock_has_perm+0x63/0x70
193 [49904.228953] [<ffffffff815e2fc8>] ? release_sock+0x108/0x150
194 [49904.230380] [<ffffffff812f5a43>] ? selinux_socket_getsockopt+0x23/0x30
195 [49904.231788] [<ffffffff815dff36>] SyS_getsockopt+0xa6/0xc0
196 [49904.233267] [<ffffffff8171b9ae>] entry_SYSCALL_64_fastpath+0x12/0x71
197
198 The underlying issue is the very same as in commit b382c0865600
199 ("sock, diag: fix panic in sock_diag_put_filterinfo"), that is,
200 native eBPF programs don't store an original program since this
201 is only needed in cBPF ones.
202
203 However, sk_get_filter() wasn't updated to test for this at the
204 time when eBPF could be attached. Just throw an error to the user
205 to indicate that eBPF cannot be dumped over this interface.
206 That way, it can also be known that a program _is_ attached (as
207 opposed to just return 0), and a different (future) method needs
208 to be consulted for a dump.
209
210 Fixes: 89aa075832b0 ("net: sock: allow eBPF programs to be attached to sockets")
da1216b9 211 Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
afe359a8 212 Acked-by: Alexei Starovoitov <ast@plumgrid.com>
da1216b9 213 Signed-off-by: David S. Miller <davem@davemloft.net>
32ca80f1 214
afe359a8
PK
215 net/core/filter.c | 6 +++++-
216 1 files changed, 5 insertions(+), 1 deletions(-)
32ca80f1 217
afe359a8
PK
218commit 40853c884afb5fc2dcb9f7fc34ef446162566fcc
219Author: Steve French <smfrench@gmail.com>
220Date: Mon Sep 28 17:21:07 2015 -0500
32ca80f1 221
afe359a8 222 [SMB3] Do not fall back to SMBWriteX in set_file_size error cases
e1f904d0 223
afe359a8 224 The error paths in set_file_size for cifs and smb3 are incorrect.
e1f904d0 225
afe359a8
PK
226 In the unlikely event that a server did not support set file info
227 of the file size, the code incorrectly falls back to trying SMBWriteX
228 (note that only the original core SMB Write, used for example by DOS,
229 can set the file size this way - this actually does not work for the more
230 recent SMBWriteX). The idea was since the old DOS SMB Write could set
231 the file size if you write zero bytes at that offset then use that if
232 server rejects the normal set file info call.
da1216b9 233
afe359a8
PK
234 Fortunately the SMBWriteX will never be sent on the wire (except when
235 file size is zero) since the length and offset fields were reversed
236 in the two places in this function that call SMBWriteX causing
237 the fall back path to return an error. It is also important to never call
238 an SMB request from an SMB2/sMB3 session (which theoretically would
239 be possible, and can cause a brief session drop, although the client
240 recovers) so this should be fixed. In practice this path does not happen
241 with modern servers but the error fall back to SMBWriteX is clearly wrong.
e1f904d0 242
afe359a8 243 Removing the calls to SMBWriteX in the error paths in cifs_set_file_size
da1216b9 244
afe359a8 245 Pointed out by PaX/grsecurity team
cac6ae42 246
afe359a8
PK
247 Signed-off-by: Steve French <steve.french@primarydata.com>
248 Reported-by: PaX Team <pageexec@freemail.hu>
249 CC: Emese Revfy <re.emese@gmail.com>
250 CC: Brad Spengler <spender@grsecurity.net>
251 CC: Stable <stable@vger.kernel.org>
3969d2a7 252
afe359a8
PK
253 fs/cifs/inode.c | 34 ----------------------------------
254 1 files changed, 0 insertions(+), 34 deletions(-)
3969d2a7 255
afe359a8 256commit f5fad97c967a08f4a89513969598b1d3c8232a38
3969d2a7 257Author: Brad Spengler <spender@grsecurity.net>
afe359a8 258Date: Wed Oct 7 18:22:40 2015 -0400
3969d2a7 259
afe359a8
PK
260 Initial import of grsecurity for Linux 4.2.3
261 Note that size_overflow is currently marked BROKEN
76e7c0f9 262
6090327c 263 Documentation/dontdiff | 2 +
e8242a6d 264 Documentation/kernel-parameters.txt | 7 +
afe359a8 265 Documentation/sysctl/kernel.txt | 15 +
a8b227b4 266 Makefile | 18 +-
6090327c
PK
267 arch/alpha/include/asm/cache.h | 4 +-
268 arch/alpha/kernel/osf_sys.c | 12 +-
269 arch/arm/Kconfig | 1 +
270 arch/arm/include/asm/thread_info.h | 9 +-
271 arch/arm/kernel/process.c | 4 +-
272 arch/arm/kernel/ptrace.c | 9 +
273 arch/arm/kernel/traps.c | 7 +-
274 arch/arm/mm/Kconfig | 2 +-
275 arch/arm/mm/fault.c | 40 +-
276 arch/arm/mm/mmap.c | 8 +-
afe359a8 277 arch/arm/net/bpf_jit_32.c | 51 +-
6090327c
PK
278 arch/avr32/include/asm/cache.h | 4 +-
279 arch/blackfin/include/asm/cache.h | 3 +-
280 arch/cris/include/arch-v10/arch/cache.h | 3 +-
281 arch/cris/include/arch-v32/arch/cache.h | 3 +-
282 arch/frv/include/asm/cache.h | 3 +-
283 arch/frv/mm/elf-fdpic.c | 4 +-
284 arch/hexagon/include/asm/cache.h | 6 +-
285 arch/ia64/Kconfig | 1 +
286 arch/ia64/include/asm/cache.h | 3 +-
287 arch/ia64/kernel/sys_ia64.c | 2 +
288 arch/ia64/mm/hugetlbpage.c | 2 +
289 arch/m32r/include/asm/cache.h | 4 +-
290 arch/m68k/include/asm/cache.h | 4 +-
291 arch/metag/mm/hugetlbpage.c | 1 +
292 arch/microblaze/include/asm/cache.h | 3 +-
293 arch/mips/Kconfig | 1 +
294 arch/mips/include/asm/cache.h | 3 +-
295 arch/mips/include/asm/thread_info.h | 11 +-
da1216b9 296 arch/mips/kernel/irq.c | 3 +
6090327c
PK
297 arch/mips/kernel/ptrace.c | 9 +
298 arch/mips/mm/mmap.c | 4 +-
299 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
300 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
301 arch/openrisc/include/asm/cache.h | 4 +-
302 arch/parisc/include/asm/cache.h | 5 +-
303 arch/parisc/kernel/sys_parisc.c | 4 +
304 arch/powerpc/Kconfig | 1 +
305 arch/powerpc/include/asm/cache.h | 3 +-
306 arch/powerpc/include/asm/thread_info.h | 5 +-
307 arch/powerpc/kernel/Makefile | 2 +
308 arch/powerpc/kernel/irq.c | 3 +
309 arch/powerpc/kernel/process.c | 10 +-
310 arch/powerpc/kernel/ptrace.c | 14 +
311 arch/powerpc/kernel/traps.c | 5 +
6090327c 312 arch/powerpc/mm/slice.c | 2 +-
6090327c
PK
313 arch/s390/include/asm/cache.h | 4 +-
314 arch/score/include/asm/cache.h | 4 +-
315 arch/sh/include/asm/cache.h | 3 +-
316 arch/sh/mm/mmap.c | 6 +-
317 arch/sparc/include/asm/cache.h | 4 +-
0986ccbe
PK
318 arch/sparc/include/asm/pgalloc_64.h | 1 +
319 arch/sparc/include/asm/thread_info_64.h | 8 +-
6090327c
PK
320 arch/sparc/kernel/process_32.c | 6 +-
321 arch/sparc/kernel/process_64.c | 8 +-
322 arch/sparc/kernel/ptrace_64.c | 14 +
323 arch/sparc/kernel/sys_sparc_64.c | 8 +-
324 arch/sparc/kernel/syscalls.S | 8 +-
325 arch/sparc/kernel/traps_32.c | 8 +-
326 arch/sparc/kernel/traps_64.c | 28 +-
327 arch/sparc/kernel/unaligned_64.c | 2 +-
328 arch/sparc/mm/fault_64.c | 2 +-
329 arch/sparc/mm/hugetlbpage.c | 15 +-
330 arch/tile/Kconfig | 1 +
331 arch/tile/include/asm/cache.h | 3 +-
332 arch/tile/mm/hugetlbpage.c | 2 +
333 arch/um/include/asm/cache.h | 3 +-
334 arch/unicore32/include/asm/cache.h | 6 +-
afe359a8
PK
335 arch/x86/Kconfig | 21 +
336 arch/x86/entry/entry_32.S | 2 +-
337 arch/x86/entry/entry_64.S | 2 +-
6090327c
PK
338 arch/x86/ia32/ia32_aout.c | 2 +
339 arch/x86/include/asm/floppy.h | 20 +-
340 arch/x86/include/asm/io.h | 2 +-
341 arch/x86/include/asm/page.h | 12 +-
342 arch/x86/include/asm/paravirt_types.h | 23 +-
343 arch/x86/include/asm/processor.h | 2 +-
344 arch/x86/include/asm/thread_info.h | 8 +-
a8b227b4 345 arch/x86/kernel/dumpstack.c | 10 +-
6090327c
PK
346 arch/x86/kernel/dumpstack_32.c | 2 +-
347 arch/x86/kernel/dumpstack_64.c | 2 +-
8cf17962 348 arch/x86/kernel/espfix_64.c | 2 +-
afe359a8 349 arch/x86/kernel/fpu/init.c | 4 +-
6090327c
PK
350 arch/x86/kernel/ioport.c | 13 +
351 arch/x86/kernel/irq_32.c | 3 +
352 arch/x86/kernel/irq_64.c | 4 +
afe359a8 353 arch/x86/kernel/ldt.c | 18 +
6090327c
PK
354 arch/x86/kernel/msr.c | 10 +
355 arch/x86/kernel/ptrace.c | 28 +
356 arch/x86/kernel/signal.c | 9 +-
357 arch/x86/kernel/sys_i386_32.c | 9 +-
358 arch/x86/kernel/sys_x86_64.c | 8 +-
359 arch/x86/kernel/traps.c | 5 +
360 arch/x86/kernel/verify_cpu.S | 1 +
361 arch/x86/kernel/vm86_32.c | 16 +
362 arch/x86/mm/fault.c | 12 +-
363 arch/x86/mm/hugetlbpage.c | 15 +-
364 arch/x86/mm/init.c | 66 +-
365 arch/x86/mm/init_32.c | 6 +-
0986ccbe 366 arch/x86/net/bpf_jit_comp.c | 4 +
a8b227b4 367 arch/x86/platform/efi/efi_64.c | 2 +-
6090327c
PK
368 arch/x86/xen/Kconfig | 1 +
369 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
370 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
6090327c
PK
371 drivers/acpi/acpica/hwxfsleep.c | 11 +-
372 drivers/acpi/custom_method.c | 4 +
373 drivers/block/cciss.h | 30 +-
6090327c
PK
374 drivers/block/smart1,2.h | 40 +-
375 drivers/cdrom/cdrom.c | 2 +-
376 drivers/char/Kconfig | 4 +-
377 drivers/char/genrtc.c | 1 +
378 drivers/char/mem.c | 17 +
379 drivers/char/random.c | 5 +-
380 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
381 drivers/firewire/ohci.c | 4 +
da1216b9
PK
382 drivers/gpu/drm/drm_context.c | 50 +-
383 drivers/gpu/drm/drm_drv.c | 11 +-
384 drivers/gpu/drm/drm_lock.c | 18 +-
385 drivers/gpu/drm/i915/i915_dma.c | 2 +
386 drivers/gpu/drm/nouveau/nouveau_drm.c | 3 +-
6090327c
PK
387 drivers/gpu/drm/nouveau/nouveau_ttm.c | 30 +-
388 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
afe359a8 389 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
6090327c 390 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
6090327c
PK
391 drivers/hid/hid-wiimote-debug.c | 2 +-
392 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
0986ccbe 393 drivers/iommu/amd_iommu.c | 14 +-
6090327c
PK
394 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
395 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
396 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
397 drivers/isdn/i4l/isdn_concap.c | 6 +-
398 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
a8b227b4
PK
399 drivers/md/raid5.c | 8 +
400 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
6090327c 401 drivers/media/radio/radio-cadet.c | 5 +-
a8b227b4
PK
402 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
403 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
6090327c
PK
404 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
405 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
406 drivers/message/fusion/mptbase.c | 9 +
407 drivers/misc/sgi-xp/xp_main.c | 12 +-
6090327c
PK
408 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
409 drivers/net/wan/lmc/lmc_media.c | 97 +-
410 drivers/net/wan/z85230.c | 24 +-
411 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
412 drivers/pci/proc.c | 9 +
413 drivers/platform/x86/asus-wmi.c | 12 +
414 drivers/rtc/rtc-dev.c | 3 +
415 drivers/scsi/bfa/bfa_fcs.c | 19 +-
416 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
417 drivers/scsi/bfa/bfa_modules.h | 12 +-
e8242a6d 418 drivers/scsi/hpsa.h | 40 +-
6090327c
PK
419 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
420 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
afe359a8
PK
421 drivers/staging/sm750fb/sm750.c | 3 +
422 drivers/tty/serial/uartlite.c | 4 +-
6090327c
PK
423 drivers/tty/sysrq.c | 2 +-
424 drivers/tty/vt/keyboard.c | 22 +-
425 drivers/uio/uio.c | 6 +-
426 drivers/usb/core/hub.c | 5 +
a8b227b4
PK
427 drivers/usb/gadget/function/f_uac1.c | 1 +
428 drivers/usb/gadget/function/u_uac1.c | 1 +
6090327c 429 drivers/usb/host/hwa-hc.c | 9 +-
afe359a8 430 drivers/usb/usbip/vhci_sysfs.c | 2 +-
6090327c
PK
431 drivers/video/fbdev/arcfb.c | 2 +-
432 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
433 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
434 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
da1216b9 435 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++-----
6090327c 436 drivers/xen/xenfs/xenstored.c | 5 +
afe359a8
PK
437 firmware/Makefile | 2 +
438 firmware/WHENCE | 20 +-
439 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
da1216b9 440 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
6090327c
PK
441 fs/attr.c | 1 +
442 fs/autofs4/waitq.c | 9 +
443 fs/binfmt_aout.c | 7 +
444 fs/binfmt_elf.c | 40 +-
6090327c
PK
445 fs/compat.c | 20 +-
446 fs/coredump.c | 17 +-
8cf17962 447 fs/dcache.c | 3 +
da1216b9
PK
448 fs/debugfs/inode.c | 11 +-
449 fs/exec.c | 218 +-
6090327c 450 fs/ext2/balloc.c | 4 +-
0986ccbe 451 fs/ext2/super.c | 8 +-
6090327c 452 fs/ext3/balloc.c | 4 +-
0986ccbe 453 fs/ext3/super.c | 8 +-
6090327c 454 fs/ext4/balloc.c | 4 +-
0986ccbe 455 fs/fcntl.c | 4 +
da1216b9 456 fs/fhandle.c | 3 +-
6090327c
PK
457 fs/file.c | 4 +
458 fs/filesystems.c | 4 +
e8242a6d 459 fs/fs_struct.c | 20 +-
6090327c 460 fs/hugetlbfs/inode.c | 5 +-
afe359a8 461 fs/inode.c | 8 +-
8cf17962 462 fs/kernfs/dir.c | 6 +
6090327c 463 fs/mount.h | 4 +-
afe359a8 464 fs/namei.c | 285 +-
8cf17962 465 fs/namespace.c | 24 +
a8b227b4 466 fs/nfsd/nfscache.c | 2 +-
6090327c 467 fs/open.c | 38 +
afe359a8 468 fs/overlayfs/inode.c | 3 +
da1216b9 469 fs/overlayfs/super.c | 6 +-
6090327c
PK
470 fs/pipe.c | 2 +-
471 fs/posix_acl.c | 15 +-
472 fs/proc/Kconfig | 10 +-
0986ccbe 473 fs/proc/array.c | 66 +-
afe359a8 474 fs/proc/base.c | 168 +-
6090327c
PK
475 fs/proc/cmdline.c | 4 +
476 fs/proc/devices.c | 4 +
477 fs/proc/fd.c | 17 +-
e8242a6d 478 fs/proc/generic.c | 64 +
6090327c 479 fs/proc/inode.c | 17 +
0986ccbe 480 fs/proc/internal.h | 11 +-
6090327c
PK
481 fs/proc/interrupts.c | 4 +
482 fs/proc/kcore.c | 3 +
483 fs/proc/proc_net.c | 31 +
484 fs/proc/proc_sysctl.c | 52 +-
485 fs/proc/root.c | 8 +
486 fs/proc/stat.c | 69 +-
e8242a6d 487 fs/proc/task_mmu.c | 66 +-
6090327c
PK
488 fs/readdir.c | 19 +
489 fs/reiserfs/item_ops.c | 24 +-
0986ccbe 490 fs/reiserfs/super.c | 4 +
6090327c 491 fs/select.c | 2 +
afe359a8 492 fs/seq_file.c | 30 +-
6090327c 493 fs/stat.c | 20 +-
e8242a6d 494 fs/sysfs/dir.c | 30 +-
6090327c 495 fs/utimes.c | 7 +
8cf17962 496 fs/xattr.c | 26 +-
da1216b9 497 grsecurity/Kconfig | 1182 ++++
6090327c 498 grsecurity/Makefile | 54 +
da1216b9 499 grsecurity/gracl.c | 2757 +++++++++
6090327c 500 grsecurity/gracl_alloc.c | 105 +
a8b227b4 501 grsecurity/gracl_cap.c | 127 +
da1216b9 502 grsecurity/gracl_compat.c | 269 +
afe359a8 503 grsecurity/gracl_fs.c | 448 ++
da1216b9
PK
504 grsecurity/gracl_ip.c | 386 ++
505 grsecurity/gracl_learn.c | 207 +
506 grsecurity/gracl_policy.c | 1786 ++++++
6090327c 507 grsecurity/gracl_res.c | 68 +
da1216b9 508 grsecurity/gracl_segv.c | 304 +
6090327c
PK
509 grsecurity/gracl_shm.c | 40 +
510 grsecurity/grsec_chdir.c | 19 +
da1216b9
PK
511 grsecurity/grsec_chroot.c | 467 ++
512 grsecurity/grsec_disabled.c | 445 ++
513 grsecurity/grsec_exec.c | 189 +
514 grsecurity/grsec_fifo.c | 26 +
6090327c 515 grsecurity/grsec_fork.c | 23 +
da1216b9 516 grsecurity/grsec_init.c | 290 +
6090327c 517 grsecurity/grsec_ipc.c | 48 +
afe359a8
PK
518 grsecurity/grsec_link.c | 65 +
519 grsecurity/grsec_log.c | 340 +
6090327c
PK
520 grsecurity/grsec_mem.c | 48 +
521 grsecurity/grsec_mount.c | 65 +
afe359a8 522 grsecurity/grsec_pax.c | 47 +
6090327c
PK
523 grsecurity/grsec_proc.c | 20 +
524 grsecurity/grsec_ptrace.c | 30 +
da1216b9
PK
525 grsecurity/grsec_sig.c | 236 +
526 grsecurity/grsec_sock.c | 244 +
527 grsecurity/grsec_sysctl.c | 488 ++
6090327c
PK
528 grsecurity/grsec_time.c | 16 +
529 grsecurity/grsec_tpe.c | 78 +
530 grsecurity/grsec_usb.c | 15 +
531 grsecurity/grsum.c | 64 +
da1216b9 532 include/drm/drmP.h | 23 +-
6090327c 533 include/linux/binfmts.h | 5 +-
afe359a8
PK
534 include/linux/capability.h | 13 +
535 include/linux/compiler-gcc.h | 5 +
6090327c
PK
536 include/linux/compiler.h | 8 +
537 include/linux/cred.h | 8 +-
8cf17962 538 include/linux/dcache.h | 5 +-
6090327c
PK
539 include/linux/fs.h | 24 +-
540 include/linux/fs_struct.h | 2 +-
541 include/linux/fsnotify.h | 6 +
da1216b9
PK
542 include/linux/gracl.h | 342 +
543 include/linux/gracl_compat.h | 156 +
6090327c
PK
544 include/linux/gralloc.h | 9 +
545 include/linux/grdefs.h | 140 +
da1216b9 546 include/linux/grinternal.h | 230 +
8cf17962 547 include/linux/grmsg.h | 118 +
afe359a8 548 include/linux/grsecurity.h | 249 +
6090327c 549 include/linux/grsock.h | 19 +
afe359a8 550 include/linux/ipc.h | 2 +-
6090327c
PK
551 include/linux/ipc_namespace.h | 2 +-
552 include/linux/kallsyms.h | 18 +-
553 include/linux/kmod.h | 5 +
554 include/linux/kobject.h | 2 +-
afe359a8 555 include/linux/lsm_hooks.h | 4 +-
8cf17962 556 include/linux/mm.h | 12 +
6090327c 557 include/linux/mm_types.h | 4 +-
afe359a8 558 include/linux/module.h | 5 +-
6090327c
PK
559 include/linux/mount.h | 2 +-
560 include/linux/netfilter/xt_gradm.h | 9 +
561 include/linux/path.h | 4 +-
562 include/linux/perf_event.h | 13 +-
563 include/linux/pid_namespace.h | 2 +-
8cf17962 564 include/linux/printk.h | 2 +-
6090327c
PK
565 include/linux/proc_fs.h | 22 +-
566 include/linux/proc_ns.h | 2 +-
567 include/linux/random.h | 2 +-
568 include/linux/rbtree_augmented.h | 4 +-
da1216b9 569 include/linux/scatterlist.h | 12 +-
afe359a8 570 include/linux/sched.h | 110 +-
6090327c
PK
571 include/linux/security.h | 3 +-
572 include/linux/seq_file.h | 5 +
afe359a8 573 include/linux/shm.h | 6 +-
6090327c
PK
574 include/linux/skbuff.h | 3 +
575 include/linux/slab.h | 9 -
afe359a8 576 include/linux/sysctl.h | 8 +-
6090327c
PK
577 include/linux/thread_info.h | 6 +-
578 include/linux/tty.h | 2 +-
579 include/linux/tty_driver.h | 4 +-
580 include/linux/uidgid.h | 5 +
581 include/linux/user_namespace.h | 2 +-
582 include/linux/utsname.h | 2 +-
583 include/linux/vermagic.h | 16 +-
afe359a8 584 include/linux/vmalloc.h | 8 +
6090327c
PK
585 include/net/af_unix.h | 2 +-
586 include/net/ip.h | 2 +-
587 include/net/neighbour.h | 2 +-
588 include/net/net_namespace.h | 2 +-
e8242a6d 589 include/net/sock.h | 2 +-
6090327c 590 include/trace/events/fs.h | 53 +
da1216b9 591 include/uapi/drm/i915_drm.h | 1 +
6090327c
PK
592 include/uapi/linux/personality.h | 1 +
593 init/Kconfig | 3 +-
e8242a6d 594 init/main.c | 35 +-
6090327c 595 ipc/mqueue.c | 1 +
afe359a8
PK
596 ipc/msg.c | 14 +-
597 ipc/shm.c | 36 +-
598 ipc/util.c | 14 +-
da1216b9 599 kernel/auditsc.c | 2 +-
0986ccbe 600 kernel/bpf/syscall.c | 8 +-
6090327c 601 kernel/capability.c | 41 +-
0986ccbe 602 kernel/cgroup.c | 5 +-
6090327c
PK
603 kernel/compat.c | 1 +
604 kernel/configs.c | 11 +
afe359a8 605 kernel/cred.c | 112 +-
6090327c
PK
606 kernel/events/core.c | 14 +-
607 kernel/exit.c | 10 +-
608 kernel/fork.c | 86 +-
609 kernel/futex.c | 4 +-
610 kernel/kallsyms.c | 9 +
611 kernel/kcmp.c | 4 +
afe359a8 612 kernel/kexec.c | 2 +-
e8242a6d 613 kernel/kmod.c | 95 +-
6090327c
PK
614 kernel/kprobes.c | 7 +-
615 kernel/ksysfs.c | 2 +
616 kernel/locking/lockdep_proc.c | 10 +-
afe359a8 617 kernel/module.c | 108 +-
6090327c
PK
618 kernel/panic.c | 4 +-
619 kernel/pid.c | 19 +-
6090327c 620 kernel/power/Kconfig | 2 +
afe359a8 621 kernel/printk/printk.c | 7 +-
6090327c 622 kernel/ptrace.c | 20 +-
6090327c
PK
623 kernel/resource.c | 10 +
624 kernel/sched/core.c | 11 +-
625 kernel/signal.c | 37 +-
a8b227b4 626 kernel/sys.c | 64 +-
afe359a8 627 kernel/sysctl.c | 180 +-
6090327c 628 kernel/taskstats.c | 6 +
a8b227b4
PK
629 kernel/time/posix-timers.c | 8 +
630 kernel/time/time.c | 5 +
6090327c 631 kernel/time/timekeeping.c | 3 +
afe359a8 632 kernel/time/timer_list.c | 13 +-
6090327c 633 kernel/time/timer_stats.c | 10 +-
0986ccbe 634 kernel/trace/trace_syscalls.c | 8 +
6090327c
PK
635 kernel/user_namespace.c | 15 +
636 lib/Kconfig.debug | 7 +-
637 lib/is_single_threaded.c | 3 +
638 lib/list_debug.c | 65 +-
e8242a6d 639 lib/nlattr.c | 2 +
6090327c 640 lib/rbtree.c | 4 +-
afe359a8 641 lib/vsprintf.c | 39 +-
6090327c
PK
642 localversion-grsec | 1 +
643 mm/Kconfig | 5 +-
e8242a6d 644 mm/Kconfig.debug | 1 +
6090327c 645 mm/filemap.c | 1 +
afe359a8 646 mm/hugetlb.c | 8 +
6090327c 647 mm/kmemleak.c | 4 +-
da1216b9 648 mm/memory.c | 2 +-
6090327c
PK
649 mm/mempolicy.c | 12 +-
650 mm/migrate.c | 3 +-
651 mm/mlock.c | 6 +-
e8242a6d 652 mm/mmap.c | 93 +-
6090327c 653 mm/mprotect.c | 8 +
e8242a6d 654 mm/page_alloc.c | 2 +-
6090327c
PK
655 mm/process_vm_access.c | 6 +
656 mm/shmem.c | 2 +-
afe359a8 657 mm/slab.c | 27 +-
6090327c 658 mm/slab_common.c | 2 +-
afe359a8
PK
659 mm/slob.c | 12 +
660 mm/slub.c | 33 +-
6090327c 661 mm/util.c | 3 +
afe359a8 662 mm/vmalloc.c | 80 +-
6090327c
PK
663 mm/vmstat.c | 29 +-
664 net/appletalk/atalk_proc.c | 2 +-
665 net/atm/lec.c | 6 +-
666 net/atm/mpoa_caches.c | 42 +-
667 net/can/bcm.c | 2 +-
668 net/can/proc.c | 2 +-
0986ccbe 669 net/core/dev_ioctl.c | 7 +-
6090327c
PK
670 net/core/filter.c | 8 +-
671 net/core/net-procfs.c | 17 +-
672 net/core/pktgen.c | 2 +-
e8242a6d 673 net/core/sock.c | 3 +-
0986ccbe 674 net/core/sysctl_net_core.c | 2 +-
6090327c 675 net/decnet/dn_dev.c | 2 +-
0986ccbe 676 net/ipv4/devinet.c | 6 +-
6090327c 677 net/ipv4/inet_hashtables.c | 5 +
a8b227b4 678 net/ipv4/ip_input.c | 7 +
6090327c
PK
679 net/ipv4/ip_sockglue.c | 3 +-
680 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
681 net/ipv4/route.c | 6 +-
da1216b9 682 net/ipv4/tcp_input.c | 4 +-
6090327c
PK
683 net/ipv4/tcp_ipv4.c | 24 +-
684 net/ipv4/tcp_minisocks.c | 9 +-
685 net/ipv4/tcp_timer.c | 11 +
686 net/ipv4/udp.c | 24 +
e8242a6d 687 net/ipv6/addrconf.c | 13 +-
6090327c
PK
688 net/ipv6/proc.c | 2 +-
689 net/ipv6/tcp_ipv6.c | 23 +-
690 net/ipv6/udp.c | 7 +
691 net/ipx/ipx_proc.c | 2 +-
692 net/irda/irproc.c | 2 +-
693 net/llc/llc_proc.c | 2 +-
694 net/netfilter/Kconfig | 10 +
695 net/netfilter/Makefile | 1 +
696 net/netfilter/nf_conntrack_core.c | 8 +
697 net/netfilter/xt_gradm.c | 51 +
698 net/netfilter/xt_hashlimit.c | 4 +-
699 net/netfilter/xt_recent.c | 2 +-
8cf17962 700 net/socket.c | 71 +-
6090327c
PK
701 net/sunrpc/cache.c | 2 +-
702 net/sunrpc/stats.c | 2 +-
703 net/sysctl_net.c | 2 +-
e8242a6d 704 net/unix/af_unix.c | 52 +-
6090327c
PK
705 net/vmw_vsock/vmci_transport_notify.c | 30 +-
706 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
707 net/x25/sysctl_net_x25.c | 2 +-
708 net/x25/x25_proc.c | 2 +-
0986ccbe
PK
709 scripts/package/Makefile | 2 +-
710 scripts/package/mkspec | 38 +-
afe359a8 711 security/Kconfig | 370 +-
6090327c
PK
712 security/apparmor/file.c | 4 +-
713 security/apparmor/lsm.c | 8 +-
714 security/commoncap.c | 29 +
715 security/min_addr.c | 2 +
716 security/tomoyo/file.c | 12 +-
717 security/tomoyo/mount.c | 4 +
da1216b9 718 security/tomoyo/tomoyo.c | 20 +-
6090327c 719 security/yama/Kconfig | 2 +-
6090327c 720 sound/synth/emux/emux_seq.c | 14 +-
e8242a6d
PK
721 sound/usb/line6/driver.c | 40 +-
722 sound/usb/line6/toneport.c | 12 +-
6090327c
PK
723 tools/gcc/.gitignore | 1 +
724 tools/gcc/Makefile | 12 +
725 tools/gcc/gen-random-seed.sh | 8 +
afe359a8
PK
726 tools/gcc/randomize_layout_plugin.c | 930 +++
727 tools/gcc/size_overflow_plugin/.gitignore | 1 +
728 .../size_overflow_plugin/size_overflow_hash.data | 320 +-
729 466 files changed, 32295 insertions(+), 2907 deletions(-)
730
731commit fc19197ab5a42069863a7d88f1d41eb687697fe9
732Author: Brad Spengler <spender@grsecurity.net>
733Date: Sun Oct 4 20:43:51 2015 -0400
734
735 Update to pax-linux-4.2.3-test6.patch:
736 - fixed a KERNEXEC/x86 and early ioremap regression, reported by spender
737 - sanitized a few more top level page table entries on amd64
76e7c0f9 738
afe359a8
PK
739 arch/x86/kernel/espfix_64.c | 2 +-
740 arch/x86/kernel/head_64.S | 8 ++++----
741 arch/x86/mm/ioremap.c | 6 +++++-
742 3 files changed, 10 insertions(+), 6 deletions(-)
743
744commit 23ac5415b9ef394e10b1516d3b314c742c6a3e59
745Author: Brad Spengler <spender@grsecurity.net>
746Date: Sun Oct 4 17:47:37 2015 -0400
747
748 Resync with pax-linux-4.2.3-test5.patch
749
750 arch/x86/include/asm/pgtable-2level.h | 20 ++++++++++++++++----
751 arch/x86/include/asm/pgtable-3level.h | 8 ++++++++
752 arch/x86/include/asm/pgtable_32.h | 2 --
753 arch/x86/include/asm/pgtable_64.h | 20 ++++++++++++++++----
754 arch/x86/mm/highmem_32.c | 2 --
755 arch/x86/mm/init_64.c | 2 --
756 arch/x86/mm/iomap_32.c | 4 ----
757 arch/x86/mm/ioremap.c | 2 +-
758 arch/x86/mm/pgtable.c | 2 --
759 arch/x86/mm/pgtable_32.c | 3 ---
760 mm/highmem.c | 6 +-----
761 mm/vmalloc.c | 12 +-----------
762 .../size_overflow_plugin/size_overflow_hash.data | 2 --
763 13 files changed, 43 insertions(+), 42 deletions(-)
764
765commit 25f4bed80f0d87783793a70d6c20080031a1fd38
766Author: Brad Spengler <spender@grsecurity.net>
767Date: Sun Oct 4 13:06:32 2015 -0400
768
769 Update to pax-linux-4.2.3-test5.patch:
770 - forward port to 4.2.3
771 - fixed integer sign conversion errors caused by ieee80211_tx_rate_control.max_rate_idx, caught by the size overflow plugin
772 - fixed a bug in try_preserve_large_page that caused unnecessary large page split ups
773 - increased the number of statically allocated kernel page tables under KERNEXEC/amd64
774
775 arch/x86/include/asm/pgtable-2level.h | 2 ++
776 arch/x86/include/asm/pgtable-3level.h | 5 +++++
777 arch/x86/include/asm/pgtable_64.h | 2 ++
778 arch/x86/kernel/cpu/bugs_64.c | 2 ++
779 arch/x86/kernel/head_64.S | 28 +++++++++++++++++++++++-----
780 arch/x86/kernel/vmlinux.lds.S | 8 +++++++-
781 arch/x86/mm/init.c | 18 ++++++++++++++----
782 arch/x86/mm/ioremap.c | 8 ++++++--
783 arch/x86/mm/pageattr.c | 5 ++---
784 arch/x86/mm/pgtable.c | 2 ++
785 include/asm-generic/sections.h | 1 +
786 include/asm-generic/vmlinux.lds.h | 2 ++
787 include/net/mac80211.h | 2 +-
788 mm/vmalloc.c | 7 ++++++-
789 14 files changed, 75 insertions(+), 17 deletions(-)
790
791commit a2dce7cb2e3c389b7ef6c76c15ccdbf506007ddd
792Merge: d113ff6 fcba09f
793Author: Brad Spengler <spender@grsecurity.net>
794Date: Sat Oct 3 09:12:31 2015 -0400
795
796 Merge branch 'linux-4.2.y' into pax-test
797
798commit d113ff6e7835e89e2b954503b1a100750ddb43c7
799Author: Brad Spengler <spender@grsecurity.net>
800Date: Thu Oct 1 21:34:12 2015 -0400
801
802 Update to pax-linux-4.2.2-test5.patch:
803 - fixed a RANDKSTACK regression, reported by spender
804 - fixed some more compiler warnings due to the ktla_ktva changes, reported by spender
805
806 arch/x86/entry/entry_64.S | 2 ++
807 arch/x86/kernel/process.c | 1 +
808 drivers/hv/hv.c | 2 +-
809 drivers/lguest/x86/core.c | 4 ++--
810 drivers/misc/kgdbts.c | 4 ++--
811 drivers/video/fbdev/uvesafb.c | 4 ++--
812 fs/binfmt_elf_fdpic.c | 2 +-
813 7 files changed, 11 insertions(+), 8 deletions(-)
814
815commit 149e32a4dddfae46e2490f011870cd4492ca946c
816Author: Brad Spengler <spender@grsecurity.net>
817Date: Tue Sep 29 16:31:50 2015 -0400
818
819 Update to pax-linux-4.2.2-test4.patch:
820 - fixed a few compiler warnings caused by the recently reworked ktla_ktva/ktva_ktla functions, reported by spender
821 - Emese fixed a size overflow false positive in the IDE driver, reported by spender
822
823 arch/x86/lib/insn.c | 2 +-
824 drivers/ide/ide-disk.c | 2 +-
825 drivers/video/fbdev/vesafb.c | 4 ++--
826 fs/binfmt_elf.c | 2 +-
827 .../size_overflow_plugin/size_overflow_plugin.c | 4 ++--
828 .../size_overflow_transform_core.c | 11 +++++------
829 6 files changed, 12 insertions(+), 13 deletions(-)
830
831commit 02c41b848fbaddf82ce98690b23d3d85a94d55fe
832Merge: b8b2f5b 7659db3
6090327c 833Author: Brad Spengler <spender@grsecurity.net>
afe359a8 834Date: Tue Sep 29 15:50:40 2015 -0400
76e7c0f9 835
afe359a8
PK
836 Merge branch 'linux-4.2.y' into pax-test
837
838 Conflicts:
839 fs/nfs/inode.c
840
841commit b8b2f5bc93ced0ca9a8366d0f3fa09abd1ca7ac6
842Author: Brad Spengler <spender@grsecurity.net>
843Date: Tue Sep 29 09:13:54 2015 -0400
844
845 Initial import of pax-linux-4.2.1-test3.patch
76e7c0f9 846
6090327c 847 Documentation/dontdiff | 47 +-
a8b227b4 848 Documentation/kbuild/makefiles.txt | 39 +-
0986ccbe 849 Documentation/kernel-parameters.txt | 28 +
da1216b9 850 Makefile | 108 +-
6090327c
PK
851 arch/alpha/include/asm/atomic.h | 10 +
852 arch/alpha/include/asm/elf.h | 7 +
853 arch/alpha/include/asm/pgalloc.h | 6 +
854 arch/alpha/include/asm/pgtable.h | 11 +
855 arch/alpha/kernel/module.c | 2 +-
856 arch/alpha/kernel/osf_sys.c | 8 +-
857 arch/alpha/mm/fault.c | 141 +-
858 arch/arm/Kconfig | 2 +-
8cf17962 859 arch/arm/include/asm/atomic.h | 319 +-
6090327c
PK
860 arch/arm/include/asm/barrier.h | 2 +-
861 arch/arm/include/asm/cache.h | 5 +-
862 arch/arm/include/asm/cacheflush.h | 2 +-
863 arch/arm/include/asm/checksum.h | 14 +-
afe359a8
PK
864 arch/arm/include/asm/cmpxchg.h | 4 +
865 arch/arm/include/asm/cpuidle.h | 2 +-
6090327c 866 arch/arm/include/asm/domain.h | 33 +-
da1216b9 867 arch/arm/include/asm/elf.h | 9 +-
6090327c
PK
868 arch/arm/include/asm/fncpy.h | 2 +
869 arch/arm/include/asm/futex.h | 10 +
870 arch/arm/include/asm/kmap_types.h | 2 +-
871 arch/arm/include/asm/mach/dma.h | 2 +-
872 arch/arm/include/asm/mach/map.h | 16 +-
873 arch/arm/include/asm/outercache.h | 2 +-
874 arch/arm/include/asm/page.h | 3 +-
8cf17962
PK
875 arch/arm/include/asm/pgalloc.h | 20 +
876 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
6090327c 877 arch/arm/include/asm/pgtable-2level.h | 3 +
0986ccbe 878 arch/arm/include/asm/pgtable-3level.h | 3 +
6090327c
PK
879 arch/arm/include/asm/pgtable.h | 54 +-
880 arch/arm/include/asm/psci.h | 2 +-
881 arch/arm/include/asm/smp.h | 2 +-
882 arch/arm/include/asm/thread_info.h | 6 +-
a8b227b4 883 arch/arm/include/asm/tls.h | 3 +
afe359a8 884 arch/arm/include/asm/uaccess.h | 100 +-
6090327c
PK
885 arch/arm/include/uapi/asm/ptrace.h | 2 +-
886 arch/arm/kernel/armksyms.c | 8 +-
afe359a8 887 arch/arm/kernel/cpuidle.c | 2 +-
6090327c
PK
888 arch/arm/kernel/entry-armv.S | 110 +-
889 arch/arm/kernel/entry-common.S | 40 +-
890 arch/arm/kernel/entry-header.S | 60 +
891 arch/arm/kernel/fiq.c | 3 +
892 arch/arm/kernel/head.S | 2 +-
afe359a8 893 arch/arm/kernel/module.c | 38 +-
6090327c 894 arch/arm/kernel/patch.c | 2 +
da1216b9 895 arch/arm/kernel/process.c | 90 +-
6090327c 896 arch/arm/kernel/psci.c | 2 +-
da1216b9 897 arch/arm/kernel/reboot.c | 1 +
6090327c
PK
898 arch/arm/kernel/setup.c | 20 +-
899 arch/arm/kernel/signal.c | 35 +-
900 arch/arm/kernel/smp.c | 2 +-
901 arch/arm/kernel/tcm.c | 4 +-
a8b227b4 902 arch/arm/kernel/traps.c | 6 +-
8cf17962 903 arch/arm/kernel/vmlinux.lds.S | 6 +-
a8b227b4 904 arch/arm/kvm/arm.c | 10 +-
6090327c
PK
905 arch/arm/lib/clear_user.S | 6 +-
906 arch/arm/lib/copy_from_user.S | 6 +-
907 arch/arm/lib/copy_page.S | 1 +
908 arch/arm/lib/copy_to_user.S | 6 +-
909 arch/arm/lib/csumpartialcopyuser.S | 4 +-
910 arch/arm/lib/delay.c | 2 +-
afe359a8 911 arch/arm/lib/uaccess_with_memcpy.c | 8 +-
da1216b9 912 arch/arm/mach-exynos/suspend.c | 6 +-
a8b227b4 913 arch/arm/mach-mvebu/coherency.c | 4 +-
6090327c 914 arch/arm/mach-omap2/board-n8x0.c | 2 +-
6090327c 915 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
e8242a6d 916 arch/arm/mach-omap2/omap-smp.c | 1 +
6090327c
PK
917 arch/arm/mach-omap2/omap-wakeupgen.c | 2 +-
918 arch/arm/mach-omap2/omap_device.c | 4 +-
919 arch/arm/mach-omap2/omap_device.h | 4 +-
920 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
921 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
922 arch/arm/mach-omap2/wd_timer.c | 6 +-
afe359a8
PK
923 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
924 arch/arm/mach-shmobile/pm-r8a7740.c | 5 +-
925 arch/arm/mach-shmobile/pm-sh73a0.c | 5 +-
6090327c 926 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
e8242a6d
PK
927 arch/arm/mach-tegra/irq.c | 1 +
928 arch/arm/mach-ux500/pm.c | 1 +
e8242a6d 929 arch/arm/mach-zynq/platsmp.c | 1 +
0986ccbe 930 arch/arm/mm/Kconfig | 6 +-
6090327c
PK
931 arch/arm/mm/alignment.c | 8 +
932 arch/arm/mm/cache-l2x0.c | 2 +-
933 arch/arm/mm/context.c | 10 +-
0986ccbe 934 arch/arm/mm/fault.c | 146 +
6090327c 935 arch/arm/mm/fault.h | 12 +
8cf17962 936 arch/arm/mm/init.c | 39 +
6090327c
PK
937 arch/arm/mm/ioremap.c | 4 +-
938 arch/arm/mm/mmap.c | 30 +-
939 arch/arm/mm/mmu.c | 182 +-
0986ccbe 940 arch/arm/net/bpf_jit_32.c | 3 +
6090327c
PK
941 arch/arm/plat-iop/setup.c | 2 +-
942 arch/arm/plat-omap/sram.c | 2 +
e8242a6d 943 arch/arm64/include/asm/atomic.h | 10 +
6090327c 944 arch/arm64/include/asm/barrier.h | 2 +-
8cf17962 945 arch/arm64/include/asm/percpu.h | 8 +-
e8242a6d 946 arch/arm64/include/asm/pgalloc.h | 5 +
6090327c 947 arch/arm64/include/asm/uaccess.h | 1 +
e8242a6d 948 arch/arm64/mm/dma-mapping.c | 2 +-
6090327c
PK
949 arch/avr32/include/asm/elf.h | 8 +-
950 arch/avr32/include/asm/kmap_types.h | 4 +-
951 arch/avr32/mm/fault.c | 27 +
952 arch/frv/include/asm/atomic.h | 10 +
953 arch/frv/include/asm/kmap_types.h | 2 +-
954 arch/frv/mm/elf-fdpic.c | 3 +-
a8b227b4 955 arch/ia64/Makefile | 1 +
6090327c
PK
956 arch/ia64/include/asm/atomic.h | 10 +
957 arch/ia64/include/asm/barrier.h | 2 +-
958 arch/ia64/include/asm/elf.h | 7 +
959 arch/ia64/include/asm/pgalloc.h | 12 +
960 arch/ia64/include/asm/pgtable.h | 13 +-
961 arch/ia64/include/asm/spinlock.h | 2 +-
962 arch/ia64/include/asm/uaccess.h | 27 +-
8cf17962 963 arch/ia64/kernel/module.c | 45 +-
6090327c
PK
964 arch/ia64/kernel/palinfo.c | 2 +-
965 arch/ia64/kernel/sys_ia64.c | 7 +
966 arch/ia64/kernel/vmlinux.lds.S | 2 +-
967 arch/ia64/mm/fault.c | 32 +-
a8b227b4 968 arch/ia64/mm/init.c | 15 +-
6090327c
PK
969 arch/m32r/lib/usercopy.c | 6 +
970 arch/metag/include/asm/barrier.h | 2 +-
971 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
e8242a6d 972 arch/mips/include/asm/atomic.h | 355 +-
6090327c 973 arch/mips/include/asm/barrier.h | 2 +-
da1216b9 974 arch/mips/include/asm/elf.h | 7 +
6090327c
PK
975 arch/mips/include/asm/exec.h | 2 +-
976 arch/mips/include/asm/hw_irq.h | 2 +-
977 arch/mips/include/asm/local.h | 57 +
978 arch/mips/include/asm/page.h | 2 +-
979 arch/mips/include/asm/pgalloc.h | 5 +
980 arch/mips/include/asm/pgtable.h | 3 +
981 arch/mips/include/asm/uaccess.h | 1 +
982 arch/mips/kernel/binfmt_elfn32.c | 7 +
983 arch/mips/kernel/binfmt_elfo32.c | 7 +
984 arch/mips/kernel/i8259.c | 2 +-
985 arch/mips/kernel/irq-gt641xx.c | 2 +-
986 arch/mips/kernel/irq.c | 6 +-
987 arch/mips/kernel/pm-cps.c | 2 +-
988 arch/mips/kernel/process.c | 12 -
6090327c
PK
989 arch/mips/kernel/sync-r4k.c | 24 +-
990 arch/mips/kernel/traps.c | 13 +-
a8b227b4 991 arch/mips/kvm/mips.c | 2 +-
6090327c
PK
992 arch/mips/mm/fault.c | 25 +
993 arch/mips/mm/mmap.c | 51 +-
6090327c
PK
994 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
995 arch/mips/sni/rm200.c | 2 +-
996 arch/mips/vr41xx/common/icu.c | 2 +-
997 arch/mips/vr41xx/common/irq.c | 4 +-
998 arch/parisc/include/asm/atomic.h | 10 +
999 arch/parisc/include/asm/elf.h | 7 +
1000 arch/parisc/include/asm/pgalloc.h | 6 +
1001 arch/parisc/include/asm/pgtable.h | 11 +
1002 arch/parisc/include/asm/uaccess.h | 4 +-
1003 arch/parisc/kernel/module.c | 50 +-
1004 arch/parisc/kernel/sys_parisc.c | 15 +
1005 arch/parisc/kernel/traps.c | 4 +-
1006 arch/parisc/mm/fault.c | 140 +-
0986ccbe 1007 arch/powerpc/include/asm/atomic.h | 329 +-
6090327c 1008 arch/powerpc/include/asm/barrier.h | 2 +-
da1216b9 1009 arch/powerpc/include/asm/elf.h | 12 +
6090327c
PK
1010 arch/powerpc/include/asm/exec.h | 2 +-
1011 arch/powerpc/include/asm/kmap_types.h | 2 +-
0986ccbe 1012 arch/powerpc/include/asm/local.h | 46 +
6090327c
PK
1013 arch/powerpc/include/asm/mman.h | 2 +-
1014 arch/powerpc/include/asm/page.h | 8 +-
1015 arch/powerpc/include/asm/page_64.h | 7 +-
1016 arch/powerpc/include/asm/pgalloc-64.h | 7 +
1017 arch/powerpc/include/asm/pgtable.h | 1 +
1018 arch/powerpc/include/asm/pte-hash32.h | 1 +
1019 arch/powerpc/include/asm/reg.h | 1 +
1020 arch/powerpc/include/asm/smp.h | 2 +-
0986ccbe 1021 arch/powerpc/include/asm/spinlock.h | 42 +-
6090327c 1022 arch/powerpc/include/asm/uaccess.h | 141 +-
8cf17962 1023 arch/powerpc/kernel/Makefile | 5 +
6090327c
PK
1024 arch/powerpc/kernel/exceptions-64e.S | 4 +-
1025 arch/powerpc/kernel/exceptions-64s.S | 2 +-
1026 arch/powerpc/kernel/module_32.c | 15 +-
8cf17962 1027 arch/powerpc/kernel/process.c | 46 -
6090327c
PK
1028 arch/powerpc/kernel/signal_32.c | 2 +-
1029 arch/powerpc/kernel/signal_64.c | 2 +-
0986ccbe 1030 arch/powerpc/kernel/traps.c | 21 +
6090327c
PK
1031 arch/powerpc/kernel/vdso.c | 5 +-
1032 arch/powerpc/kvm/powerpc.c | 2 +-
1033 arch/powerpc/lib/usercopy_64.c | 18 -
e8242a6d 1034 arch/powerpc/mm/fault.c | 56 +-
da1216b9 1035 arch/powerpc/mm/mmap.c | 16 +
6090327c
PK
1036 arch/powerpc/mm/slice.c | 13 +-
1037 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
1038 arch/s390/include/asm/atomic.h | 10 +
1039 arch/s390/include/asm/barrier.h | 2 +-
da1216b9 1040 arch/s390/include/asm/elf.h | 7 +
6090327c
PK
1041 arch/s390/include/asm/exec.h | 2 +-
1042 arch/s390/include/asm/uaccess.h | 13 +-
1043 arch/s390/kernel/module.c | 22 +-
e8242a6d 1044 arch/s390/kernel/process.c | 24 -
da1216b9 1045 arch/s390/mm/mmap.c | 16 +
6090327c
PK
1046 arch/score/include/asm/exec.h | 2 +-
1047 arch/score/kernel/process.c | 5 -
1048 arch/sh/mm/mmap.c | 22 +-
0986ccbe 1049 arch/sparc/include/asm/atomic_64.h | 110 +-
6090327c
PK
1050 arch/sparc/include/asm/barrier_64.h | 2 +-
1051 arch/sparc/include/asm/cache.h | 2 +-
1052 arch/sparc/include/asm/elf_32.h | 7 +
1053 arch/sparc/include/asm/elf_64.h | 7 +
1054 arch/sparc/include/asm/pgalloc_32.h | 1 +
1055 arch/sparc/include/asm/pgalloc_64.h | 1 +
1056 arch/sparc/include/asm/pgtable.h | 4 +
1057 arch/sparc/include/asm/pgtable_32.h | 15 +-
1058 arch/sparc/include/asm/pgtsrmmu.h | 5 +
1059 arch/sparc/include/asm/setup.h | 4 +-
1060 arch/sparc/include/asm/spinlock_64.h | 35 +-
e8242a6d 1061 arch/sparc/include/asm/thread_info_32.h | 1 +
6090327c
PK
1062 arch/sparc/include/asm/thread_info_64.h | 2 +
1063 arch/sparc/include/asm/uaccess.h | 1 +
e8242a6d
PK
1064 arch/sparc/include/asm/uaccess_32.h | 28 +-
1065 arch/sparc/include/asm/uaccess_64.h | 24 +-
6090327c
PK
1066 arch/sparc/kernel/Makefile | 2 +-
1067 arch/sparc/kernel/prom_common.c | 2 +-
1068 arch/sparc/kernel/smp_64.c | 8 +-
1069 arch/sparc/kernel/sys_sparc_32.c | 2 +-
1070 arch/sparc/kernel/sys_sparc_64.c | 52 +-
1071 arch/sparc/kernel/traps_64.c | 27 +-
1072 arch/sparc/lib/Makefile | 2 +-
0986ccbe
PK
1073 arch/sparc/lib/atomic_64.S | 57 +-
1074 arch/sparc/lib/ksyms.c | 6 +-
6090327c
PK
1075 arch/sparc/mm/Makefile | 2 +-
1076 arch/sparc/mm/fault_32.c | 292 +
8cf17962 1077 arch/sparc/mm/fault_64.c | 486 +
6090327c
PK
1078 arch/sparc/mm/hugetlbpage.c | 22 +-
1079 arch/sparc/mm/init_64.c | 10 +-
1080 arch/tile/include/asm/atomic_64.h | 10 +
1081 arch/tile/include/asm/uaccess.h | 4 +-
1082 arch/um/Makefile | 4 +
1083 arch/um/include/asm/kmap_types.h | 2 +-
1084 arch/um/include/asm/page.h | 3 +
1085 arch/um/include/asm/pgtable-3level.h | 1 +
1086 arch/um/kernel/process.c | 16 -
afe359a8 1087 arch/x86/Kconfig | 15 +-
6090327c
PK
1088 arch/x86/Kconfig.cpu | 6 +-
1089 arch/x86/Kconfig.debug | 4 +-
a8b227b4 1090 arch/x86/Makefile | 13 +-
6090327c
PK
1091 arch/x86/boot/Makefile | 3 +
1092 arch/x86/boot/bitops.h | 4 +-
1093 arch/x86/boot/boot.h | 2 +-
1094 arch/x86/boot/compressed/Makefile | 3 +
1095 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
8cf17962 1096 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
6090327c
PK
1097 arch/x86/boot/compressed/head_32.S | 4 +-
1098 arch/x86/boot/compressed/head_64.S | 12 +-
1099 arch/x86/boot/compressed/misc.c | 11 +-
1100 arch/x86/boot/cpucheck.c | 16 +-
1101 arch/x86/boot/header.S | 6 +-
1102 arch/x86/boot/memory.c | 2 +-
1103 arch/x86/boot/video-vesa.c | 1 +
1104 arch/x86/boot/video.c | 2 +-
1105 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
1106 arch/x86/crypto/aesni-intel_asm.S | 106 +-
1107 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
1108 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
1109 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
1110 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
1111 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
1112 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
da1216b9 1113 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 4 +-
6090327c
PK
1114 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
1115 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
1116 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
1117 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
1118 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
1119 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
1120 arch/x86/crypto/sha256-avx-asm.S | 2 +
1121 arch/x86/crypto/sha256-avx2-asm.S | 2 +
1122 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
1123 arch/x86/crypto/sha512-avx-asm.S | 2 +
1124 arch/x86/crypto/sha512-avx2-asm.S | 2 +
1125 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
1126 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
1127 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
1128 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
afe359a8
PK
1129 arch/x86/entry/calling.h | 92 +-
1130 arch/x86/entry/entry_32.S | 360 +-
1131 arch/x86/entry/entry_64.S | 636 +-
1132 arch/x86/entry/entry_64_compat.S | 159 +-
1133 arch/x86/entry/thunk_64.S | 2 +
1134 arch/x86/entry/vdso/Makefile | 2 +-
1135 arch/x86/entry/vdso/vdso2c.h | 4 +-
1136 arch/x86/entry/vdso/vma.c | 41 +-
1137 arch/x86/entry/vsyscall/vsyscall_64.c | 16 +-
0986ccbe 1138 arch/x86/ia32/ia32_signal.c | 23 +-
afe359a8 1139 arch/x86/ia32/sys_ia32.c | 42 +-
da1216b9 1140 arch/x86/include/asm/alternative-asm.h | 43 +-
6090327c
PK
1141 arch/x86/include/asm/alternative.h | 4 +-
1142 arch/x86/include/asm/apic.h | 2 +-
1143 arch/x86/include/asm/apm.h | 4 +-
8cf17962 1144 arch/x86/include/asm/atomic.h | 269 +-
6090327c 1145 arch/x86/include/asm/atomic64_32.h | 100 +
0986ccbe 1146 arch/x86/include/asm/atomic64_64.h | 164 +-
6090327c
PK
1147 arch/x86/include/asm/barrier.h | 4 +-
1148 arch/x86/include/asm/bitops.h | 18 +-
afe359a8 1149 arch/x86/include/asm/boot.h | 2 +-
6090327c 1150 arch/x86/include/asm/cache.h | 5 +-
6090327c
PK
1151 arch/x86/include/asm/checksum_32.h | 12 +-
1152 arch/x86/include/asm/cmpxchg.h | 39 +
1153 arch/x86/include/asm/compat.h | 2 +-
afe359a8 1154 arch/x86/include/asm/cpufeature.h | 17 +-
6090327c
PK
1155 arch/x86/include/asm/desc.h | 78 +-
1156 arch/x86/include/asm/desc_defs.h | 6 +
1157 arch/x86/include/asm/div64.h | 2 +-
da1216b9 1158 arch/x86/include/asm/elf.h | 33 +-
6090327c 1159 arch/x86/include/asm/emergency-restart.h | 2 +-
afe359a8
PK
1160 arch/x86/include/asm/fpu/internal.h | 36 +-
1161 arch/x86/include/asm/fpu/types.h | 5 +-
6090327c
PK
1162 arch/x86/include/asm/futex.h | 14 +-
1163 arch/x86/include/asm/hw_irq.h | 4 +-
1164 arch/x86/include/asm/i8259.h | 2 +-
afe359a8 1165 arch/x86/include/asm/io.h | 22 +-
6090327c
PK
1166 arch/x86/include/asm/irqflags.h | 5 +
1167 arch/x86/include/asm/kprobes.h | 9 +-
1168 arch/x86/include/asm/local.h | 106 +-
1169 arch/x86/include/asm/mman.h | 15 +
afe359a8
PK
1170 arch/x86/include/asm/mmu.h | 14 +-
1171 arch/x86/include/asm/mmu_context.h | 138 +-
6090327c
PK
1172 arch/x86/include/asm/module.h | 17 +-
1173 arch/x86/include/asm/nmi.h | 19 +-
1174 arch/x86/include/asm/page.h | 1 +
afe359a8
PK
1175 arch/x86/include/asm/page_32.h | 12 +-
1176 arch/x86/include/asm/page_64.h | 14 +-
6090327c
PK
1177 arch/x86/include/asm/paravirt.h | 46 +-
1178 arch/x86/include/asm/paravirt_types.h | 15 +-
1179 arch/x86/include/asm/pgalloc.h | 23 +
1180 arch/x86/include/asm/pgtable-2level.h | 2 +
1181 arch/x86/include/asm/pgtable-3level.h | 4 +
da1216b9 1182 arch/x86/include/asm/pgtable.h | 128 +-
6090327c 1183 arch/x86/include/asm/pgtable_32.h | 14 +-
afe359a8 1184 arch/x86/include/asm/pgtable_32_types.h | 24 +-
da1216b9 1185 arch/x86/include/asm/pgtable_64.h | 22 +-
6090327c
PK
1186 arch/x86/include/asm/pgtable_64_types.h | 5 +
1187 arch/x86/include/asm/pgtable_types.h | 26 +-
1188 arch/x86/include/asm/preempt.h | 2 +-
afe359a8
PK
1189 arch/x86/include/asm/processor.h | 59 +-
1190 arch/x86/include/asm/ptrace.h | 21 +-
6090327c
PK
1191 arch/x86/include/asm/qrwlock.h | 4 +-
1192 arch/x86/include/asm/realmode.h | 4 +-
1193 arch/x86/include/asm/reboot.h | 10 +-
1194 arch/x86/include/asm/rmwcc.h | 84 +-
1195 arch/x86/include/asm/rwsem.h | 60 +-
da1216b9
PK
1196 arch/x86/include/asm/segment.h | 27 +-
1197 arch/x86/include/asm/smap.h | 43 +
6090327c 1198 arch/x86/include/asm/smp.h | 14 +-
6090327c
PK
1199 arch/x86/include/asm/stackprotector.h | 4 +-
1200 arch/x86/include/asm/stacktrace.h | 32 +-
1201 arch/x86/include/asm/switch_to.h | 4 +-
afe359a8
PK
1202 arch/x86/include/asm/sys_ia32.h | 6 +-
1203 arch/x86/include/asm/thread_info.h | 27 +-
1204 arch/x86/include/asm/tlbflush.h | 77 +-
e8242a6d 1205 arch/x86/include/asm/uaccess.h | 192 +-
8cf17962
PK
1206 arch/x86/include/asm/uaccess_32.h | 28 +-
1207 arch/x86/include/asm/uaccess_64.h | 169 +-
6090327c
PK
1208 arch/x86/include/asm/word-at-a-time.h | 2 +-
1209 arch/x86/include/asm/x86_init.h | 10 +-
1210 arch/x86/include/asm/xen/page.h | 2 +-
6090327c 1211 arch/x86/include/uapi/asm/e820.h | 2 +-
6090327c
PK
1212 arch/x86/kernel/Makefile | 2 +-
1213 arch/x86/kernel/acpi/boot.c | 4 +-
1214 arch/x86/kernel/acpi/sleep.c | 4 +
1215 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
afe359a8 1216 arch/x86/kernel/alternative.c | 124 +-
6090327c
PK
1217 arch/x86/kernel/apic/apic.c | 4 +-
1218 arch/x86/kernel/apic/apic_flat_64.c | 4 +-
1219 arch/x86/kernel/apic/apic_noop.c | 2 +-
1220 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
e8242a6d 1221 arch/x86/kernel/apic/io_apic.c | 8 +-
afe359a8 1222 arch/x86/kernel/apic/msi.c | 2 +-
6090327c 1223 arch/x86/kernel/apic/probe_32.c | 2 +-
8cf17962 1224 arch/x86/kernel/apic/vector.c | 4 +-
6090327c
PK
1225 arch/x86/kernel/apic/x2apic_cluster.c | 4 +-
1226 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
1227 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
e8242a6d 1228 arch/x86/kernel/apm_32.c | 21 +-
6090327c
PK
1229 arch/x86/kernel/asm-offsets.c | 20 +
1230 arch/x86/kernel/asm-offsets_64.c | 1 +
1231 arch/x86/kernel/cpu/Makefile | 4 -
1232 arch/x86/kernel/cpu/amd.c | 2 +-
afe359a8 1233 arch/x86/kernel/cpu/common.c | 202 +-
da1216b9 1234 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
6090327c
PK
1235 arch/x86/kernel/cpu/mcheck/mce.c | 31 +-
1236 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
1237 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
1238 arch/x86/kernel/cpu/microcode/core.c | 2 +-
1239 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
1240 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
1241 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
afe359a8 1242 arch/x86/kernel/cpu/perf_event.c | 10 +-
6090327c
PK
1243 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
1244 arch/x86/kernel/cpu/perf_event_intel.c | 6 +-
da1216b9
PK
1245 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
1246 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
1247 arch/x86/kernel/cpu/perf_event_intel_pt.c | 44 +-
6090327c
PK
1248 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
1249 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
1250 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
1251 arch/x86/kernel/cpuid.c | 2 +-
6090327c
PK
1252 arch/x86/kernel/crash_dump_64.c | 2 +-
1253 arch/x86/kernel/doublefault.c | 8 +-
da1216b9
PK
1254 arch/x86/kernel/dumpstack.c | 24 +-
1255 arch/x86/kernel/dumpstack_32.c | 25 +-
8cf17962 1256 arch/x86/kernel/dumpstack_64.c | 62 +-
6090327c
PK
1257 arch/x86/kernel/e820.c | 4 +-
1258 arch/x86/kernel/early_printk.c | 1 +
8cf17962 1259 arch/x86/kernel/espfix_64.c | 13 +-
afe359a8
PK
1260 arch/x86/kernel/fpu/core.c | 22 +-
1261 arch/x86/kernel/fpu/init.c | 8 +-
1262 arch/x86/kernel/fpu/regset.c | 22 +-
1263 arch/x86/kernel/fpu/signal.c | 20 +-
1264 arch/x86/kernel/fpu/xstate.c | 8 +-
da1216b9 1265 arch/x86/kernel/ftrace.c | 18 +-
afe359a8
PK
1266 arch/x86/kernel/head64.c | 14 +-
1267 arch/x86/kernel/head_32.S | 235 +-
da1216b9 1268 arch/x86/kernel/head_64.S | 149 +-
6090327c 1269 arch/x86/kernel/i386_ksyms_32.c | 12 +
6090327c
PK
1270 arch/x86/kernel/i8259.c | 10 +-
1271 arch/x86/kernel/io_delay.c | 2 +-
1272 arch/x86/kernel/ioport.c | 2 +-
1273 arch/x86/kernel/irq.c | 8 +-
da1216b9 1274 arch/x86/kernel/irq_32.c | 45 +-
afe359a8 1275 arch/x86/kernel/jump_label.c | 10 +-
da1216b9
PK
1276 arch/x86/kernel/kgdb.c | 21 +-
1277 arch/x86/kernel/kprobes/core.c | 28 +-
6090327c
PK
1278 arch/x86/kernel/kprobes/opt.c | 16 +-
1279 arch/x86/kernel/ksysfs.c | 2 +-
afe359a8 1280 arch/x86/kernel/ldt.c | 25 +
e8242a6d 1281 arch/x86/kernel/livepatch.c | 12 +-
6090327c 1282 arch/x86/kernel/machine_kexec_32.c | 6 +-
a8b227b4 1283 arch/x86/kernel/mcount_64.S | 19 +-
6090327c
PK
1284 arch/x86/kernel/module.c | 78 +-
1285 arch/x86/kernel/msr.c | 2 +-
1286 arch/x86/kernel/nmi.c | 34 +-
1287 arch/x86/kernel/nmi_selftest.c | 4 +-
1288 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
1289 arch/x86/kernel/paravirt.c | 45 +-
8cf17962 1290 arch/x86/kernel/paravirt_patch_64.c | 8 +
6090327c
PK
1291 arch/x86/kernel/pci-calgary_64.c | 2 +-
1292 arch/x86/kernel/pci-iommu_table.c | 2 +-
1293 arch/x86/kernel/pci-swiotlb.c | 2 +-
afe359a8
PK
1294 arch/x86/kernel/process.c | 71 +-
1295 arch/x86/kernel/process_32.c | 30 +-
1296 arch/x86/kernel/process_64.c | 19 +-
6090327c
PK
1297 arch/x86/kernel/ptrace.c | 20 +-
1298 arch/x86/kernel/pvclock.c | 8 +-
e8242a6d 1299 arch/x86/kernel/reboot.c | 44 +-
6090327c
PK
1300 arch/x86/kernel/reboot_fixups_32.c | 2 +-
1301 arch/x86/kernel/relocate_kernel_64.S | 3 +-
afe359a8 1302 arch/x86/kernel/setup.c | 29 +-
6090327c
PK
1303 arch/x86/kernel/setup_percpu.c | 29 +-
1304 arch/x86/kernel/signal.c | 17 +-
1305 arch/x86/kernel/smp.c | 2 +-
afe359a8
PK
1306 arch/x86/kernel/smpboot.c | 29 +-
1307 arch/x86/kernel/step.c | 6 +-
6090327c
PK
1308 arch/x86/kernel/sys_i386_32.c | 184 +
1309 arch/x86/kernel/sys_x86_64.c | 22 +-
da1216b9
PK
1310 arch/x86/kernel/tboot.c | 14 +-
1311 arch/x86/kernel/time.c | 8 +-
6090327c
PK
1312 arch/x86/kernel/tls.c | 7 +-
1313 arch/x86/kernel/tracepoint.c | 4 +-
da1216b9 1314 arch/x86/kernel/traps.c | 53 +-
6090327c 1315 arch/x86/kernel/tsc.c | 2 +-
da1216b9 1316 arch/x86/kernel/uprobes.c | 2 +-
6090327c
PK
1317 arch/x86/kernel/vm86_32.c | 6 +-
1318 arch/x86/kernel/vmlinux.lds.S | 147 +-
6090327c
PK
1319 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
1320 arch/x86/kernel/x86_init.c | 6 +-
6090327c 1321 arch/x86/kvm/cpuid.c | 21 +-
8cf17962 1322 arch/x86/kvm/emulate.c | 2 +-
6090327c
PK
1323 arch/x86/kvm/lapic.c | 2 +-
1324 arch/x86/kvm/paging_tmpl.h | 2 +-
1325 arch/x86/kvm/svm.c | 8 +
e8242a6d 1326 arch/x86/kvm/vmx.c | 82 +-
afe359a8 1327 arch/x86/kvm/x86.c | 44 +-
6090327c
PK
1328 arch/x86/lguest/boot.c | 3 +-
1329 arch/x86/lib/atomic64_386_32.S | 164 +
afe359a8
PK
1330 arch/x86/lib/atomic64_cx8_32.S | 98 +-
1331 arch/x86/lib/checksum_32.S | 97 +-
da1216b9 1332 arch/x86/lib/clear_page_64.S | 3 +
0986ccbe 1333 arch/x86/lib/cmpxchg16b_emu.S | 3 +
afe359a8
PK
1334 arch/x86/lib/copy_page_64.S | 14 +-
1335 arch/x86/lib/copy_user_64.S | 66 +-
1336 arch/x86/lib/csum-copy_64.S | 14 +-
6090327c
PK
1337 arch/x86/lib/csum-wrappers_64.c | 8 +-
1338 arch/x86/lib/getuser.S | 74 +-
8cf17962 1339 arch/x86/lib/insn.c | 8 +-
6090327c 1340 arch/x86/lib/iomap_copy_64.S | 2 +
da1216b9
PK
1341 arch/x86/lib/memcpy_64.S | 6 +
1342 arch/x86/lib/memmove_64.S | 3 +-
1343 arch/x86/lib/memset_64.S | 3 +
6090327c
PK
1344 arch/x86/lib/mmx_32.c | 243 +-
1345 arch/x86/lib/msr-reg.S | 2 +
afe359a8 1346 arch/x86/lib/putuser.S | 87 +-
6090327c 1347 arch/x86/lib/rwsem.S | 6 +-
afe359a8 1348 arch/x86/lib/usercopy_32.c | 359 +-
da1216b9 1349 arch/x86/lib/usercopy_64.c | 20 +-
afe359a8
PK
1350 arch/x86/math-emu/fpu_aux.c | 2 +-
1351 arch/x86/math-emu/fpu_entry.c | 4 +-
1352 arch/x86/math-emu/fpu_system.h | 2 +-
6090327c 1353 arch/x86/mm/Makefile | 4 +
afe359a8 1354 arch/x86/mm/extable.c | 26 +-
da1216b9 1355 arch/x86/mm/fault.c | 570 +-
6090327c
PK
1356 arch/x86/mm/gup.c | 6 +-
1357 arch/x86/mm/highmem_32.c | 4 +
1358 arch/x86/mm/hugetlbpage.c | 24 +-
1359 arch/x86/mm/init.c | 101 +-
1360 arch/x86/mm/init_32.c | 111 +-
8cf17962 1361 arch/x86/mm/init_64.c | 46 +-
6090327c 1362 arch/x86/mm/iomap_32.c | 4 +
afe359a8 1363 arch/x86/mm/ioremap.c | 44 +-
6090327c 1364 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
da1216b9 1365 arch/x86/mm/mmap.c | 40 +-
6090327c
PK
1366 arch/x86/mm/mmio-mod.c | 10 +-
1367 arch/x86/mm/numa.c | 2 +-
1368 arch/x86/mm/pageattr.c | 33 +-
afe359a8 1369 arch/x86/mm/pat.c | 12 +-
6090327c
PK
1370 arch/x86/mm/pat_rbtree.c | 2 +-
1371 arch/x86/mm/pf_in.c | 10 +-
e8242a6d 1372 arch/x86/mm/pgtable.c | 162 +-
6090327c 1373 arch/x86/mm/pgtable_32.c | 3 +
6090327c
PK
1374 arch/x86/mm/setup_nx.c | 7 +
1375 arch/x86/mm/tlb.c | 4 +
1376 arch/x86/mm/uderef_64.c | 37 +
1377 arch/x86/net/bpf_jit.S | 11 +
8cf17962 1378 arch/x86/net/bpf_jit_comp.c | 13 +-
da1216b9 1379 arch/x86/oprofile/backtrace.c | 6 +-
6090327c
PK
1380 arch/x86/oprofile/nmi_int.c | 8 +-
1381 arch/x86/oprofile/op_model_amd.c | 8 +-
1382 arch/x86/oprofile/op_model_ppro.c | 7 +-
1383 arch/x86/oprofile/op_x86_model.h | 2 +-
1384 arch/x86/pci/intel_mid_pci.c | 2 +-
1385 arch/x86/pci/irq.c | 8 +-
1386 arch/x86/pci/pcbios.c | 144 +-
1387 arch/x86/platform/efi/efi_32.c | 24 +
da1216b9 1388 arch/x86/platform/efi/efi_64.c | 26 +-
6090327c 1389 arch/x86/platform/efi/efi_stub_32.S | 64 +-
8cf17962 1390 arch/x86/platform/efi/efi_stub_64.S | 2 +
e8242a6d 1391 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
a8b227b4
PK
1392 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
1393 arch/x86/platform/intel-mid/mfld.c | 4 +-
1394 arch/x86/platform/intel-mid/mrfl.c | 2 +-
e8242a6d 1395 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
6090327c
PK
1396 arch/x86/platform/olpc/olpc_dt.c | 2 +-
1397 arch/x86/power/cpu.c | 11 +-
1398 arch/x86/realmode/init.c | 10 +-
1399 arch/x86/realmode/rm/Makefile | 3 +
1400 arch/x86/realmode/rm/header.S | 4 +-
da1216b9 1401 arch/x86/realmode/rm/reboot.S | 4 +
6090327c
PK
1402 arch/x86/realmode/rm/trampoline_32.S | 12 +-
1403 arch/x86/realmode/rm/trampoline_64.S | 3 +-
1404 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
1405 arch/x86/tools/Makefile | 2 +-
afe359a8 1406 arch/x86/tools/relocs.c | 96 +-
6090327c
PK
1407 arch/x86/um/mem_32.c | 2 +-
1408 arch/x86/um/tls_32.c | 2 +-
da1216b9
PK
1409 arch/x86/xen/enlighten.c | 50 +-
1410 arch/x86/xen/mmu.c | 17 +-
1411 arch/x86/xen/smp.c | 16 +-
6090327c
PK
1412 arch/x86/xen/xen-asm_32.S | 2 +-
1413 arch/x86/xen/xen-head.S | 11 +
1414 arch/x86/xen/xen-ops.h | 2 -
e8242a6d 1415 block/bio.c | 4 +-
6090327c
PK
1416 block/blk-iopoll.c | 2 +-
1417 block/blk-map.c | 2 +-
1418 block/blk-softirq.c | 2 +-
1419 block/bsg.c | 12 +-
1420 block/compat_ioctl.c | 4 +-
1421 block/genhd.c | 9 +-
1422 block/partitions/efi.c | 8 +-
1423 block/scsi_ioctl.c | 29 +-
1424 crypto/cryptd.c | 4 +-
1425 crypto/pcrypt.c | 2 +-
e8242a6d 1426 crypto/zlib.c | 4 +-
afe359a8 1427 drivers/acpi/acpi_video.c | 2 +-
6090327c
PK
1428 drivers/acpi/apei/apei-internal.h | 2 +-
1429 drivers/acpi/apei/ghes.c | 4 +-
1430 drivers/acpi/bgrt.c | 6 +-
1431 drivers/acpi/blacklist.c | 4 +-
e8242a6d 1432 drivers/acpi/bus.c | 4 +-
0986ccbe 1433 drivers/acpi/device_pm.c | 4 +-
e8242a6d
PK
1434 drivers/acpi/ec.c | 2 +-
1435 drivers/acpi/pci_slot.c | 2 +-
1436 drivers/acpi/processor_driver.c | 2 +-
6090327c 1437 drivers/acpi/processor_idle.c | 2 +-
e8242a6d
PK
1438 drivers/acpi/processor_pdc.c | 2 +-
1439 drivers/acpi/sleep.c | 2 +-
6090327c 1440 drivers/acpi/sysfs.c | 4 +-
e8242a6d 1441 drivers/acpi/thermal.c | 2 +-
afe359a8 1442 drivers/acpi/video_detect.c | 7 +-
6090327c
PK
1443 drivers/ata/libahci.c | 2 +-
1444 drivers/ata/libata-core.c | 12 +-
1445 drivers/ata/libata-scsi.c | 2 +-
1446 drivers/ata/libata.h | 2 +-
1447 drivers/ata/pata_arasan_cf.c | 4 +-
1448 drivers/atm/adummy.c | 2 +-
1449 drivers/atm/ambassador.c | 8 +-
1450 drivers/atm/atmtcp.c | 14 +-
1451 drivers/atm/eni.c | 10 +-
1452 drivers/atm/firestream.c | 8 +-
1453 drivers/atm/fore200e.c | 14 +-
1454 drivers/atm/he.c | 18 +-
1455 drivers/atm/horizon.c | 4 +-
1456 drivers/atm/idt77252.c | 36 +-
1457 drivers/atm/iphase.c | 34 +-
1458 drivers/atm/lanai.c | 12 +-
1459 drivers/atm/nicstar.c | 46 +-
1460 drivers/atm/solos-pci.c | 4 +-
1461 drivers/atm/suni.c | 4 +-
1462 drivers/atm/uPD98402.c | 16 +-
1463 drivers/atm/zatm.c | 6 +-
1464 drivers/base/bus.c | 4 +-
1465 drivers/base/devtmpfs.c | 8 +-
1466 drivers/base/node.c | 2 +-
da1216b9 1467 drivers/base/power/domain.c | 11 +-
6090327c
PK
1468 drivers/base/power/sysfs.c | 2 +-
1469 drivers/base/power/wakeup.c | 8 +-
1470 drivers/base/syscore.c | 4 +-
1471 drivers/block/cciss.c | 28 +-
1472 drivers/block/cciss.h | 2 +-
1473 drivers/block/cpqarray.c | 28 +-
1474 drivers/block/cpqarray.h | 2 +-
a8b227b4 1475 drivers/block/drbd/drbd_bitmap.c | 2 +-
8cf17962 1476 drivers/block/drbd/drbd_int.h | 8 +-
a8b227b4 1477 drivers/block/drbd/drbd_main.c | 12 +-
6090327c 1478 drivers/block/drbd/drbd_nl.c | 4 +-
a8b227b4
PK
1479 drivers/block/drbd/drbd_receiver.c | 34 +-
1480 drivers/block/drbd/drbd_worker.c | 8 +-
6090327c 1481 drivers/block/pktcdvd.c | 4 +-
8cf17962 1482 drivers/block/rbd.c | 2 +-
6090327c
PK
1483 drivers/bluetooth/btwilink.c | 2 +-
1484 drivers/cdrom/cdrom.c | 11 +-
1485 drivers/cdrom/gdrom.c | 1 -
1486 drivers/char/agp/compat_ioctl.c | 2 +-
1487 drivers/char/agp/frontend.c | 4 +-
afe359a8 1488 drivers/char/agp/intel-gtt.c | 4 +-
6090327c 1489 drivers/char/hpet.c | 2 +-
6090327c
PK
1490 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
1491 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
8cf17962 1492 drivers/char/mem.c | 47 +-
6090327c 1493 drivers/char/nvram.c | 2 +-
a8b227b4
PK
1494 drivers/char/pcmcia/synclink_cs.c | 16 +-
1495 drivers/char/random.c | 12 +-
e8242a6d 1496 drivers/char/sonypi.c | 11 +-
6090327c
PK
1497 drivers/char/tpm/tpm_acpi.c | 3 +-
1498 drivers/char/tpm/tpm_eventlog.c | 7 +-
1499 drivers/char/virtio_console.c | 4 +-
1500 drivers/clk/clk-composite.c | 2 +-
da1216b9 1501 drivers/clk/samsung/clk.h | 2 +-
6090327c
PK
1502 drivers/clk/socfpga/clk-gate.c | 9 +-
1503 drivers/clk/socfpga/clk-pll.c | 9 +-
1504 drivers/cpufreq/acpi-cpufreq.c | 17 +-
8cf17962 1505 drivers/cpufreq/cpufreq-dt.c | 4 +-
6090327c 1506 drivers/cpufreq/cpufreq.c | 26 +-
afe359a8 1507 drivers/cpufreq/cpufreq_governor.c | 2 +-
6090327c
PK
1508 drivers/cpufreq/cpufreq_governor.h | 4 +-
1509 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
0986ccbe 1510 drivers/cpufreq/intel_pstate.c | 33 +-
6090327c
PK
1511 drivers/cpufreq/p4-clockmod.c | 12 +-
1512 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
1513 drivers/cpufreq/speedstep-centrino.c | 7 +-
1514 drivers/cpuidle/driver.c | 2 +-
afe359a8 1515 drivers/cpuidle/dt_idle_states.c | 2 +-
6090327c
PK
1516 drivers/cpuidle/governor.c | 2 +-
1517 drivers/cpuidle/sysfs.c | 2 +-
1518 drivers/crypto/hifn_795x.c | 4 +-
1519 drivers/devfreq/devfreq.c | 4 +-
1520 drivers/dma/sh/shdma-base.c | 4 +-
1521 drivers/dma/sh/shdmac.c | 2 +-
1522 drivers/edac/edac_device.c | 4 +-
da1216b9 1523 drivers/edac/edac_mc_sysfs.c | 2 +-
6090327c
PK
1524 drivers/edac/edac_pci.c | 4 +-
1525 drivers/edac/edac_pci_sysfs.c | 22 +-
1526 drivers/edac/mce_amd.h | 2 +-
1527 drivers/firewire/core-card.c | 6 +-
1528 drivers/firewire/core-device.c | 2 +-
1529 drivers/firewire/core-transaction.c | 1 +
1530 drivers/firewire/core.h | 1 +
1531 drivers/firmware/dmi-id.c | 2 +-
afe359a8 1532 drivers/firmware/dmi_scan.c | 12 +-
6090327c
PK
1533 drivers/firmware/efi/cper.c | 8 +-
1534 drivers/firmware/efi/efi.c | 12 +-
1535 drivers/firmware/efi/efivars.c | 2 +-
e8242a6d
PK
1536 drivers/firmware/efi/runtime-map.c | 2 +-
1537 drivers/firmware/google/gsmi.c | 2 +-
1538 drivers/firmware/google/memconsole.c | 7 +-
1539 drivers/firmware/memmap.c | 2 +-
afe359a8 1540 drivers/gpio/gpio-davinci.c | 6 +-
6090327c
PK
1541 drivers/gpio/gpio-em.c | 2 +-
1542 drivers/gpio/gpio-ich.c | 2 +-
afe359a8 1543 drivers/gpio/gpio-omap.c | 4 +-
6090327c
PK
1544 drivers/gpio/gpio-rcar.c | 2 +-
1545 drivers/gpio/gpio-vr41xx.c | 2 +-
a8b227b4 1546 drivers/gpio/gpiolib.c | 13 +-
afe359a8
PK
1547 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
1548 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
1549 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
1550 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
1551 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
1552 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
1553 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
1554 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
1555 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
e8242a6d 1556 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
afe359a8 1557 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
6090327c 1558 drivers/gpu/drm/drm_crtc.c | 2 +-
a8b227b4 1559 drivers/gpu/drm/drm_drv.c | 2 +-
6090327c
PK
1560 drivers/gpu/drm/drm_fops.c | 12 +-
1561 drivers/gpu/drm/drm_global.c | 14 +-
1562 drivers/gpu/drm/drm_info.c | 13 +-
1563 drivers/gpu/drm/drm_ioc32.c | 13 +-
a8b227b4 1564 drivers/gpu/drm/drm_ioctl.c | 2 +-
e8242a6d 1565 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
6090327c 1566 drivers/gpu/drm/i810/i810_drv.h | 4 +-
afe359a8 1567 drivers/gpu/drm/i915/i915_debugfs.c | 2 +-
6090327c
PK
1568 drivers/gpu/drm/i915/i915_dma.c | 2 +-
1569 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
afe359a8
PK
1570 drivers/gpu/drm/i915/i915_gem_gtt.c | 32 +-
1571 drivers/gpu/drm/i915/i915_gem_gtt.h | 16 +-
1572 drivers/gpu/drm/i915/i915_gem_stolen.c | 2 +-
da1216b9 1573 drivers/gpu/drm/i915/i915_ioc32.c | 16 +-
6090327c 1574 drivers/gpu/drm/i915/intel_display.c | 26 +-
8cf17962 1575 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
6090327c 1576 drivers/gpu/drm/mga/mga_drv.h | 4 +-
da1216b9 1577 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
6090327c
PK
1578 drivers/gpu/drm/mga/mga_irq.c | 8 +-
1579 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
1580 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
1581 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
1582 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
afe359a8 1583 drivers/gpu/drm/omapdrm/Makefile | 2 +-
6090327c
PK
1584 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
1585 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
1586 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
1587 drivers/gpu/drm/qxl/qxl_ioctl.c | 10 +-
1588 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
1589 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
1590 drivers/gpu/drm/r128/r128_cce.c | 2 +-
1591 drivers/gpu/drm/r128/r128_drv.h | 4 +-
da1216b9 1592 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
6090327c
PK
1593 drivers/gpu/drm/r128/r128_irq.c | 4 +-
1594 drivers/gpu/drm/r128/r128_state.c | 4 +-
1595 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
1596 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
1597 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
da1216b9 1598 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
6090327c
PK
1599 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
1600 drivers/gpu/drm/radeon/radeon_state.c | 4 +-
1601 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
1602 drivers/gpu/drm/tegra/dc.c | 2 +-
1603 drivers/gpu/drm/tegra/dsi.c | 2 +-
1604 drivers/gpu/drm/tegra/hdmi.c | 2 +-
afe359a8
PK
1605 drivers/gpu/drm/tegra/sor.c | 7 +-
1606 drivers/gpu/drm/tilcdc/Makefile | 6 +-
6090327c 1607 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
0986ccbe
PK
1608 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
1609 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
6090327c
PK
1610 drivers/gpu/drm/udl/udl_fb.c | 1 -
1611 drivers/gpu/drm/via/via_drv.h | 4 +-
1612 drivers/gpu/drm/via/via_irq.c | 18 +-
afe359a8
PK
1613 drivers/gpu/drm/virtio/virtgpu_debugfs.c | 2 +-
1614 drivers/gpu/drm/virtio/virtgpu_fence.c | 2 +-
6090327c
PK
1615 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
1616 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
1617 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c | 4 +-
1618 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
1619 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
1620 drivers/gpu/vga/vga_switcheroo.c | 4 +-
1621 drivers/hid/hid-core.c | 4 +-
afe359a8 1622 drivers/hid/hid-sensor-custom.c | 2 +-
e8242a6d 1623 drivers/hv/channel.c | 2 +-
6090327c
PK
1624 drivers/hv/hv.c | 4 +-
1625 drivers/hv/hv_balloon.c | 18 +-
1626 drivers/hv/hyperv_vmbus.h | 2 +-
e8242a6d 1627 drivers/hwmon/acpi_power_meter.c | 6 +-
6090327c
PK
1628 drivers/hwmon/applesmc.c | 2 +-
1629 drivers/hwmon/asus_atk0110.c | 10 +-
1630 drivers/hwmon/coretemp.c | 2 +-
afe359a8 1631 drivers/hwmon/dell-smm-hwmon.c | 2 +-
6090327c
PK
1632 drivers/hwmon/ibmaem.c | 2 +-
1633 drivers/hwmon/iio_hwmon.c | 2 +-
a8b227b4 1634 drivers/hwmon/nct6683.c | 6 +-
6090327c
PK
1635 drivers/hwmon/nct6775.c | 6 +-
1636 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
1637 drivers/hwmon/sht15.c | 12 +-
1638 drivers/hwmon/via-cputemp.c | 2 +-
1639 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
1640 drivers/i2c/busses/i2c-diolan-u2c.c | 2 +-
1641 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
1642 drivers/i2c/i2c-dev.c | 2 +-
1643 drivers/ide/ide-cd.c | 2 +-
1644 drivers/iio/industrialio-core.c | 2 +-
afe359a8 1645 drivers/iio/magnetometer/ak8975.c | 2 +-
6090327c
PK
1646 drivers/infiniband/core/cm.c | 32 +-
1647 drivers/infiniband/core/fmr_pool.c | 20 +-
e8242a6d 1648 drivers/infiniband/core/uverbs_cmd.c | 3 +
6090327c
PK
1649 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
1650 drivers/infiniband/hw/ipath/ipath_rc.c | 6 +-
1651 drivers/infiniband/hw/ipath/ipath_ruc.c | 6 +-
1652 drivers/infiniband/hw/mlx4/mad.c | 2 +-
1653 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
1654 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
1655 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
1656 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
1657 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
1658 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
1659 drivers/infiniband/hw/nes/nes.c | 4 +-
1660 drivers/infiniband/hw/nes/nes.h | 40 +-
1661 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
1662 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
1663 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
1664 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
1665 drivers/infiniband/hw/qib/qib.h | 1 +
0986ccbe 1666 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
6090327c
PK
1667 drivers/input/gameport/gameport.c | 4 +-
1668 drivers/input/input.c | 4 +-
1669 drivers/input/joystick/sidewinder.c | 1 +
1670 drivers/input/joystick/xpad.c | 4 +-
1671 drivers/input/misc/ims-pcu.c | 4 +-
1672 drivers/input/mouse/psmouse.h | 2 +-
1673 drivers/input/mousedev.c | 2 +-
1674 drivers/input/serio/serio.c | 4 +-
1675 drivers/input/serio/serio_raw.c | 4 +-
e8242a6d 1676 drivers/input/touchscreen/htcpen.c | 2 +-
da1216b9
PK
1677 drivers/iommu/arm-smmu.c | 43 +-
1678 drivers/iommu/io-pgtable-arm.c | 101 +-
1679 drivers/iommu/io-pgtable.c | 11 +-
1680 drivers/iommu/io-pgtable.h | 19 +-
0986ccbe 1681 drivers/iommu/iommu.c | 2 +-
da1216b9 1682 drivers/iommu/ipmmu-vmsa.c | 13 +-
afe359a8 1683 drivers/iommu/irq_remapping.c | 2 +-
da1216b9 1684 drivers/irqchip/irq-gic.c | 2 +-
8cf17962 1685 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
6090327c
PK
1686 drivers/irqchip/irq-renesas-irqc.c | 2 +-
1687 drivers/isdn/capi/capi.c | 10 +-
1688 drivers/isdn/gigaset/interface.c | 8 +-
1689 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
1690 drivers/isdn/hardware/avm/b1.c | 4 +-
1691 drivers/isdn/i4l/isdn_common.c | 2 +
1692 drivers/isdn/i4l/isdn_tty.c | 22 +-
1693 drivers/isdn/icn/icn.c | 2 +-
1694 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
6090327c
PK
1695 drivers/lguest/core.c | 10 +-
1696 drivers/lguest/page_tables.c | 2 +-
1697 drivers/lguest/x86/core.c | 12 +-
1698 drivers/lguest/x86/switcher_32.S | 27 +-
1699 drivers/md/bcache/closure.h | 2 +-
1700 drivers/md/bitmap.c | 2 +-
1701 drivers/md/dm-ioctl.c | 2 +-
afe359a8 1702 drivers/md/dm-raid1.c | 18 +-
6090327c
PK
1703 drivers/md/dm-stats.c | 6 +-
1704 drivers/md/dm-stripe.c | 10 +-
0986ccbe 1705 drivers/md/dm-table.c | 2 +-
6090327c
PK
1706 drivers/md/dm-thin-metadata.c | 4 +-
1707 drivers/md/dm.c | 16 +-
1708 drivers/md/md.c | 26 +-
1709 drivers/md/md.h | 6 +-
1710 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
1711 drivers/md/persistent-data/dm-space-map.h | 1 +
1712 drivers/md/raid1.c | 4 +-
1713 drivers/md/raid10.c | 16 +-
e8242a6d 1714 drivers/md/raid5.c | 22 +-
6090327c
PK
1715 drivers/media/dvb-core/dvbdev.c | 2 +-
1716 drivers/media/dvb-frontends/af9033.h | 2 +-
1717 drivers/media/dvb-frontends/dib3000.h | 2 +-
a8b227b4
PK
1718 drivers/media/dvb-frontends/dib7000p.h | 2 +-
1719 drivers/media/dvb-frontends/dib8000.h | 2 +-
6090327c
PK
1720 drivers/media/pci/cx88/cx88-video.c | 6 +-
1721 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
a8b227b4
PK
1722 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
1723 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
1724 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
0986ccbe 1725 drivers/media/pci/tw68/tw68-core.c | 2 +-
6090327c
PK
1726 drivers/media/platform/omap/omap_vout.c | 11 +-
1727 drivers/media/platform/s5p-tv/mixer.h | 2 +-
1728 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
1729 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
1730 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
1731 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
6090327c
PK
1732 drivers/media/radio/radio-cadet.c | 2 +
1733 drivers/media/radio/radio-maxiradio.c | 2 +-
1734 drivers/media/radio/radio-shark.c | 2 +-
1735 drivers/media/radio/radio-shark2.c | 2 +-
1736 drivers/media/radio/radio-si476x.c | 2 +-
8cf17962 1737 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
0986ccbe 1738 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
6090327c
PK
1739 drivers/media/v4l2-core/v4l2-device.c | 4 +-
1740 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
8cf17962 1741 drivers/memory/omap-gpmc.c | 21 +-
6090327c 1742 drivers/message/fusion/mptsas.c | 34 +-
6090327c 1743 drivers/mfd/ab8500-debugfs.c | 2 +-
e8242a6d 1744 drivers/mfd/kempld-core.c | 2 +-
6090327c
PK
1745 drivers/mfd/max8925-i2c.c | 2 +-
1746 drivers/mfd/tps65910.c | 2 +-
1747 drivers/mfd/twl4030-irq.c | 9 +-
1748 drivers/misc/c2port/core.c | 4 +-
1749 drivers/misc/eeprom/sunxi_sid.c | 4 +-
1750 drivers/misc/kgdbts.c | 4 +-
1751 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
1752 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
afe359a8 1753 drivers/misc/mic/scif/scif_rb.c | 8 +-
6090327c
PK
1754 drivers/misc/sgi-gru/gruhandles.c | 4 +-
1755 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
1756 drivers/misc/sgi-gru/grutables.h | 154 +-
1757 drivers/misc/sgi-xp/xp.h | 2 +-
1758 drivers/misc/sgi-xp/xpc.h | 3 +-
da1216b9 1759 drivers/misc/sgi-xp/xpc_main.c | 2 +-
6090327c 1760 drivers/mmc/card/block.c | 2 +-
6090327c
PK
1761 drivers/mmc/host/dw_mmc.h | 2 +-
1762 drivers/mmc/host/mmci.c | 4 +-
0986ccbe 1763 drivers/mmc/host/omap_hsmmc.c | 4 +-
6090327c
PK
1764 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
1765 drivers/mmc/host/sdhci-s3c.c | 8 +-
1766 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
1767 drivers/mtd/nand/denali.c | 1 +
0986ccbe 1768 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
6090327c
PK
1769 drivers/mtd/nftlmount.c | 1 +
1770 drivers/mtd/sm_ftl.c | 2 +-
1771 drivers/net/bonding/bond_netlink.c | 2 +-
0986ccbe 1772 drivers/net/caif/caif_hsi.c | 2 +-
6090327c 1773 drivers/net/can/Kconfig | 2 +-
0986ccbe
PK
1774 drivers/net/can/dev.c | 2 +-
1775 drivers/net/can/vcan.c | 2 +-
1776 drivers/net/dummy.c | 2 +-
6090327c
PK
1777 drivers/net/ethernet/8390/ax88796.c | 4 +-
1778 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
a8b227b4 1779 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
0986ccbe 1780 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
e8242a6d 1781 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
afe359a8
PK
1782 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
1783 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
1784 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
1785 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
1786 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
a8b227b4 1787 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
afe359a8 1788 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
6090327c
PK
1789 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
1790 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
1791 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
1792 drivers/net/ethernet/broadcom/tg3.h | 1 +
afe359a8
PK
1793 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
1794 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
6090327c 1795 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
6090327c
PK
1796 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
1797 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
1798 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
1799 drivers/net/ethernet/faraday/ftmac100.c | 2 +
1800 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
1801 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
0986ccbe 1802 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
afe359a8 1803 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 4 +-
6090327c
PK
1804 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
1805 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
1806 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
1807 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
1808 drivers/net/ethernet/realtek/r8169.c | 8 +-
1809 drivers/net/ethernet/sfc/ptp.c | 2 +-
1810 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
e8242a6d 1811 drivers/net/ethernet/via/via-rhine.c | 2 +-
6090327c
PK
1812 drivers/net/hyperv/hyperv_net.h | 2 +-
1813 drivers/net/hyperv/rndis_filter.c | 4 +-
0986ccbe 1814 drivers/net/ifb.c | 2 +-
afe359a8 1815 drivers/net/ipvlan/ipvlan_core.c | 2 +-
6090327c 1816 drivers/net/macvlan.c | 20 +-
0986ccbe
PK
1817 drivers/net/macvtap.c | 6 +-
1818 drivers/net/nlmon.c | 2 +-
8cf17962 1819 drivers/net/phy/phy_device.c | 6 +-
6090327c
PK
1820 drivers/net/ppp/ppp_generic.c | 4 +-
1821 drivers/net/slip/slhc.c | 2 +-
0986ccbe
PK
1822 drivers/net/team/team.c | 4 +-
1823 drivers/net/tun.c | 7 +-
6090327c
PK
1824 drivers/net/usb/hso.c | 23 +-
1825 drivers/net/usb/r8152.c | 2 +-
1826 drivers/net/usb/sierra_net.c | 4 +-
1827 drivers/net/virtio_net.c | 2 +-
1828 drivers/net/vxlan.c | 4 +-
1829 drivers/net/wimax/i2400m/rx.c | 2 +-
1830 drivers/net/wireless/airo.c | 2 +-
1831 drivers/net/wireless/at76c50x-usb.c | 2 +-
1832 drivers/net/wireless/ath/ath10k/htc.c | 7 +-
1833 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
a8b227b4
PK
1834 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
1835 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
6090327c 1836 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
a8b227b4 1837 drivers/net/wireless/ath/ath9k/main.c | 22 +-
6090327c
PK
1838 drivers/net/wireless/b43/phy_lp.c | 2 +-
1839 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
1840 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
1841 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
1842 drivers/net/wireless/mac80211_hwsim.c | 28 +-
1843 drivers/net/wireless/rndis_wlan.c | 2 +-
1844 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
1845 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
1846 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
1847 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
1848 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
1849 drivers/nfc/nfcwilink.c | 2 +-
e8242a6d 1850 drivers/of/fdt.c | 4 +-
6090327c
PK
1851 drivers/oprofile/buffer_sync.c | 8 +-
1852 drivers/oprofile/event_buffer.c | 2 +-
1853 drivers/oprofile/oprof.c | 2 +-
1854 drivers/oprofile/oprofile_files.c | 2 +-
1855 drivers/oprofile/oprofile_stats.c | 10 +-
1856 drivers/oprofile/oprofile_stats.h | 10 +-
1857 drivers/oprofile/oprofilefs.c | 6 +-
1858 drivers/oprofile/timer_int.c | 2 +-
1859 drivers/parport/procfs.c | 4 +-
e8242a6d 1860 drivers/pci/host/pci-host-generic.c | 24 +-
6090327c
PK
1861 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
1862 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
1863 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
0986ccbe 1864 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
6090327c
PK
1865 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
1866 drivers/pci/hotplug/pciehp_core.c | 2 +-
afe359a8 1867 drivers/pci/msi.c | 21 +-
6090327c
PK
1868 drivers/pci/pci-sysfs.c | 6 +-
1869 drivers/pci/pci.h | 2 +-
1870 drivers/pci/pcie/aspm.c | 6 +-
e8242a6d 1871 drivers/pci/pcie/portdrv_pci.c | 2 +-
6090327c 1872 drivers/pci/probe.c | 2 +-
afe359a8 1873 drivers/pinctrl/pinctrl-at91.c | 5 +-
e8242a6d 1874 drivers/platform/chrome/chromeos_pstore.c | 2 +-
6090327c 1875 drivers/platform/x86/alienware-wmi.c | 4 +-
e8242a6d
PK
1876 drivers/platform/x86/compal-laptop.c | 2 +-
1877 drivers/platform/x86/hdaps.c | 2 +-
1878 drivers/platform/x86/ibm_rtl.c | 2 +-
1879 drivers/platform/x86/intel_oaktrail.c | 2 +-
1880 drivers/platform/x86/msi-laptop.c | 16 +-
6090327c 1881 drivers/platform/x86/msi-wmi.c | 2 +-
e8242a6d
PK
1882 drivers/platform/x86/samsung-laptop.c | 2 +-
1883 drivers/platform/x86/samsung-q10.c | 2 +-
1884 drivers/platform/x86/sony-laptop.c | 14 +-
da1216b9 1885 drivers/platform/x86/thinkpad_acpi.c | 2 +-
6090327c 1886 drivers/pnp/pnpbios/bioscalls.c | 14 +-
e8242a6d 1887 drivers/pnp/pnpbios/core.c | 2 +-
6090327c
PK
1888 drivers/power/pda_power.c | 7 +-
1889 drivers/power/power_supply.h | 4 +-
1890 drivers/power/power_supply_core.c | 7 +-
1891 drivers/power/power_supply_sysfs.c | 6 +-
afe359a8 1892 drivers/power/reset/at91-reset.c | 9 +-
6090327c
PK
1893 drivers/powercap/powercap_sys.c | 136 +-
1894 drivers/ptp/ptp_private.h | 2 +-
1895 drivers/ptp/ptp_sysfs.c | 2 +-
1896 drivers/regulator/core.c | 4 +-
1897 drivers/regulator/max8660.c | 6 +-
afe359a8 1898 drivers/regulator/max8973-regulator.c | 16 +-
8cf17962 1899 drivers/regulator/mc13892-regulator.c | 8 +-
afe359a8 1900 drivers/rtc/rtc-armada38x.c | 7 +-
6090327c
PK
1901 drivers/rtc/rtc-cmos.c | 4 +-
1902 drivers/rtc/rtc-ds1307.c | 2 +-
1903 drivers/rtc/rtc-m48t59.c | 4 +-
afe359a8
PK
1904 drivers/rtc/rtc-test.c | 6 +-
1905 drivers/scsi/be2iscsi/be_main.c | 2 +-
6090327c
PK
1906 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
1907 drivers/scsi/bfa/bfa_ioc.h | 4 +-
1908 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
1909 drivers/scsi/hosts.c | 4 +-
afe359a8 1910 drivers/scsi/hpsa.c | 38 +-
6090327c
PK
1911 drivers/scsi/hpsa.h | 2 +-
1912 drivers/scsi/libfc/fc_exch.c | 50 +-
1913 drivers/scsi/libsas/sas_ata.c | 2 +-
1914 drivers/scsi/lpfc/lpfc.h | 8 +-
1915 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
1916 drivers/scsi/lpfc/lpfc_init.c | 6 +-
1917 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
1918 drivers/scsi/mpt2sas/mpt2sas_scsih.c | 8 +-
1919 drivers/scsi/pmcraid.c | 20 +-
1920 drivers/scsi/pmcraid.h | 8 +-
1921 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
1922 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
1923 drivers/scsi/qla2xxx/qla_os.c | 6 +-
1924 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
1925 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
da1216b9 1926 drivers/scsi/scsi.c | 2 +-
8cf17962 1927 drivers/scsi/scsi_lib.c | 8 +-
6090327c 1928 drivers/scsi/scsi_sysfs.c | 2 +-
6090327c
PK
1929 drivers/scsi/scsi_transport_fc.c | 8 +-
1930 drivers/scsi/scsi_transport_iscsi.c | 6 +-
1931 drivers/scsi/scsi_transport_srp.c | 6 +-
da1216b9 1932 drivers/scsi/sd.c | 6 +-
6090327c 1933 drivers/scsi/sg.c | 2 +-
afe359a8 1934 drivers/scsi/sr.c | 21 +-
0986ccbe 1935 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
6090327c 1936 drivers/spi/spi.c | 2 +-
afe359a8 1937 drivers/spi/spidev.c | 2 +-
6090327c 1938 drivers/staging/android/timed_output.c | 6 +-
8cf17962 1939 drivers/staging/comedi/comedi_fops.c | 8 +-
e8242a6d
PK
1940 drivers/staging/fbtft/fbtft-core.c | 2 +-
1941 drivers/staging/fbtft/fbtft.h | 2 +-
6090327c 1942 drivers/staging/gdm724x/gdm_tty.c | 2 +-
afe359a8
PK
1943 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
1944 drivers/staging/iio/adc/ad7280a.c | 4 +-
6090327c
PK
1945 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
1946 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
1947 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
1948 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
1949 drivers/staging/lustre/lustre/include/obd.h | 2 +-
da1216b9 1950 drivers/staging/lustre/lustre/libcfs/module.c | 6 +-
6090327c
PK
1951 drivers/staging/octeon/ethernet-rx.c | 12 +-
1952 drivers/staging/octeon/ethernet.c | 8 +-
1953 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
6090327c 1954 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
afe359a8
PK
1955 drivers/staging/sm750fb/sm750.c | 14 +-
1956 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
6090327c
PK
1957 drivers/target/sbp/sbp_target.c | 4 +-
1958 drivers/target/target_core_device.c | 2 +-
1959 drivers/target/target_core_transport.c | 2 +-
afe359a8 1960 drivers/thermal/cpu_cooling.c | 9 +-
0986ccbe 1961 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
8cf17962 1962 drivers/thermal/of-thermal.c | 17 +-
e8242a6d 1963 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
6090327c
PK
1964 drivers/tty/cyclades.c | 6 +-
1965 drivers/tty/hvc/hvc_console.c | 14 +-
1966 drivers/tty/hvc/hvcs.c | 21 +-
1967 drivers/tty/hvc/hvsi.c | 22 +-
1968 drivers/tty/hvc/hvsi_lib.c | 4 +-
1969 drivers/tty/ipwireless/tty.c | 27 +-
1970 drivers/tty/moxa.c | 2 +-
1971 drivers/tty/n_gsm.c | 4 +-
1972 drivers/tty/n_tty.c | 5 +-
1973 drivers/tty/pty.c | 4 +-
1974 drivers/tty/rocket.c | 6 +-
afe359a8
PK
1975 drivers/tty/serial/8250/8250_core.c | 10 +-
1976 drivers/tty/serial/ifx6x60.c | 2 +-
6090327c
PK
1977 drivers/tty/serial/ioc4_serial.c | 6 +-
1978 drivers/tty/serial/kgdb_nmi.c | 4 +-
1979 drivers/tty/serial/kgdboc.c | 32 +-
1980 drivers/tty/serial/msm_serial.c | 4 +-
1981 drivers/tty/serial/samsung.c | 9 +-
1982 drivers/tty/serial/serial_core.c | 8 +-
1983 drivers/tty/synclink.c | 34 +-
1984 drivers/tty/synclink_gt.c | 28 +-
1985 drivers/tty/synclinkmp.c | 34 +-
1986 drivers/tty/tty_io.c | 2 +-
1987 drivers/tty/tty_ldisc.c | 8 +-
1988 drivers/tty/tty_port.c | 22 +-
0986ccbe 1989 drivers/uio/uio.c | 13 +-
6090327c
PK
1990 drivers/usb/atm/cxacru.c | 2 +-
1991 drivers/usb/atm/usbatm.c | 24 +-
1992 drivers/usb/core/devices.c | 6 +-
1993 drivers/usb/core/devio.c | 10 +-
1994 drivers/usb/core/hcd.c | 4 +-
1995 drivers/usb/core/message.c | 6 +-
1996 drivers/usb/core/sysfs.c | 2 +-
1997 drivers/usb/core/usb.c | 2 +-
6090327c 1998 drivers/usb/early/ehci-dbgp.c | 16 +-
a8b227b4 1999 drivers/usb/gadget/function/u_serial.c | 22 +-
afe359a8
PK
2000 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
2001 drivers/usb/host/ehci-hcd.c | 2 +-
6090327c 2002 drivers/usb/host/ehci-hub.c | 4 +-
afe359a8
PK
2003 drivers/usb/host/ehci-q.c | 4 +-
2004 drivers/usb/host/fotg210-hcd.c | 2 +-
2005 drivers/usb/host/fusbh200-hcd.c | 2 +-
2006 drivers/usb/host/hwa-hc.c | 2 +-
2007 drivers/usb/host/ohci-hcd.c | 2 +-
2008 drivers/usb/host/r8a66597.h | 2 +-
2009 drivers/usb/host/uhci-hcd.c | 2 +-
2010 drivers/usb/host/xhci-pci.c | 2 +-
2011 drivers/usb/host/xhci.c | 2 +-
6090327c
PK
2012 drivers/usb/misc/appledisplay.c | 4 +-
2013 drivers/usb/serial/console.c | 8 +-
afe359a8 2014 drivers/usb/storage/usb.c | 2 +-
6090327c 2015 drivers/usb/storage/usb.h | 2 +-
a8b227b4
PK
2016 drivers/usb/usbip/vhci.h | 2 +-
2017 drivers/usb/usbip/vhci_hcd.c | 6 +-
2018 drivers/usb/usbip/vhci_rx.c | 2 +-
6090327c
PK
2019 drivers/usb/wusbcore/wa-hc.h | 4 +-
2020 drivers/usb/wusbcore/wa-xfer.c | 2 +-
2021 drivers/vfio/vfio.c | 2 +-
2022 drivers/vhost/vringh.c | 20 +-
2023 drivers/video/backlight/kb3886_bl.c | 2 +-
2024 drivers/video/fbdev/aty/aty128fb.c | 2 +-
2025 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
2026 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
2027 drivers/video/fbdev/core/fb_defio.c | 6 +-
2028 drivers/video/fbdev/core/fbmem.c | 2 +-
2029 drivers/video/fbdev/hyperv_fb.c | 4 +-
2030 drivers/video/fbdev/i810/i810_accel.c | 1 +
afe359a8 2031 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
6090327c
PK
2032 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
2033 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
2034 drivers/video/fbdev/omap2/dss/display.c | 8 +-
2035 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
2036 drivers/video/fbdev/smscufx.c | 4 +-
2037 drivers/video/fbdev/udlfb.c | 36 +-
2038 drivers/video/fbdev/uvesafb.c | 52 +-
2039 drivers/video/fbdev/vesafb.c | 58 +-
2040 drivers/video/fbdev/via/via_clock.h | 2 +-
e8242a6d 2041 drivers/xen/events/events_base.c | 6 +-
afe359a8 2042 drivers/xen/evtchn.c | 4 +-
6090327c
PK
2043 fs/Kconfig.binfmt | 2 +-
2044 fs/afs/inode.c | 4 +-
2045 fs/aio.c | 2 +-
2046 fs/autofs4/waitq.c | 2 +-
2047 fs/befs/endian.h | 6 +-
2048 fs/binfmt_aout.c | 23 +-
afe359a8
PK
2049 fs/binfmt_elf.c | 672 +-
2050 fs/binfmt_elf_fdpic.c | 2 +-
6090327c
PK
2051 fs/block_dev.c | 2 +-
2052 fs/btrfs/ctree.c | 9 +-
2053 fs/btrfs/delayed-inode.c | 6 +-
2054 fs/btrfs/delayed-inode.h | 4 +-
2055 fs/btrfs/super.c | 2 +-
2056 fs/btrfs/sysfs.c | 2 +-
0986ccbe 2057 fs/btrfs/tests/free-space-tests.c | 8 +-
6090327c
PK
2058 fs/btrfs/tree-log.h | 2 +-
2059 fs/buffer.c | 2 +-
2060 fs/cachefiles/bind.c | 6 +-
2061 fs/cachefiles/daemon.c | 8 +-
2062 fs/cachefiles/internal.h | 12 +-
2063 fs/cachefiles/namei.c | 2 +-
2064 fs/cachefiles/proc.c | 12 +-
afe359a8 2065 fs/ceph/dir.c | 12 +-
6090327c
PK
2066 fs/ceph/super.c | 4 +-
2067 fs/cifs/cifs_debug.c | 12 +-
2068 fs/cifs/cifsfs.c | 8 +-
2069 fs/cifs/cifsglob.h | 54 +-
2070 fs/cifs/file.c | 10 +-
2071 fs/cifs/misc.c | 4 +-
2072 fs/cifs/smb1ops.c | 80 +-
2073 fs/cifs/smb2ops.c | 84 +-
2074 fs/cifs/smb2pdu.c | 3 +-
2075 fs/coda/cache.c | 10 +-
2076 fs/compat.c | 4 +-
2077 fs/compat_binfmt_elf.c | 2 +
2078 fs/compat_ioctl.c | 12 +-
2079 fs/configfs/dir.c | 10 +-
2080 fs/coredump.c | 16 +-
e8242a6d 2081 fs/dcache.c | 51 +-
6090327c
PK
2082 fs/ecryptfs/inode.c | 2 +-
2083 fs/ecryptfs/miscdev.c | 2 +-
8cf17962 2084 fs/exec.c | 362 +-
6090327c
PK
2085 fs/ext2/xattr.c | 5 +-
2086 fs/ext3/xattr.c | 5 +-
2087 fs/ext4/ext4.h | 20 +-
2088 fs/ext4/mballoc.c | 44 +-
2089 fs/ext4/mmp.c | 2 +-
e8242a6d 2090 fs/ext4/resize.c | 16 +-
6090327c
PK
2091 fs/ext4/super.c | 4 +-
2092 fs/ext4/xattr.c | 5 +-
2093 fs/fhandle.c | 3 +-
2094 fs/file.c | 4 +-
2095 fs/fs_struct.c | 8 +-
2096 fs/fscache/cookie.c | 40 +-
afe359a8 2097 fs/fscache/internal.h | 202 +-
6090327c 2098 fs/fscache/object.c | 26 +-
afe359a8 2099 fs/fscache/operation.c | 38 +-
6090327c 2100 fs/fscache/page.c | 110 +-
afe359a8 2101 fs/fscache/stats.c | 348 +-
6090327c
PK
2102 fs/fuse/cuse.c | 10 +-
2103 fs/fuse/dev.c | 4 +-
e8242a6d
PK
2104 fs/gfs2/glock.c | 22 +-
2105 fs/gfs2/glops.c | 4 +-
2106 fs/gfs2/quota.c | 6 +-
6090327c
PK
2107 fs/hugetlbfs/inode.c | 13 +-
2108 fs/inode.c | 4 +-
2109 fs/jffs2/erase.c | 3 +-
2110 fs/jffs2/wbuf.c | 3 +-
2111 fs/jfs/super.c | 2 +-
2112 fs/kernfs/dir.c | 2 +-
e8242a6d 2113 fs/kernfs/file.c | 20 +-
afe359a8 2114 fs/libfs.c | 10 +-
6090327c 2115 fs/lockd/clntproc.c | 4 +-
afe359a8 2116 fs/namei.c | 16 +-
6090327c
PK
2117 fs/namespace.c | 16 +-
2118 fs/nfs/callback_xdr.c | 2 +-
2119 fs/nfs/inode.c | 6 +-
2120 fs/nfsd/nfs4proc.c | 2 +-
2121 fs/nfsd/nfs4xdr.c | 2 +-
a8b227b4 2122 fs/nfsd/nfscache.c | 11 +-
6090327c 2123 fs/nfsd/vfs.c | 6 +-
a8b227b4 2124 fs/nls/nls_base.c | 26 +-
6090327c
PK
2125 fs/nls/nls_euc-jp.c | 6 +-
2126 fs/nls/nls_koi8-ru.c | 6 +-
2127 fs/notify/fanotify/fanotify_user.c | 4 +-
2128 fs/notify/notification.c | 4 +-
2129 fs/ntfs/dir.c | 2 +-
6090327c
PK
2130 fs/ntfs/super.c | 6 +-
2131 fs/ocfs2/localalloc.c | 2 +-
2132 fs/ocfs2/ocfs2.h | 10 +-
2133 fs/ocfs2/suballoc.c | 12 +-
2134 fs/ocfs2/super.c | 20 +-
da1216b9 2135 fs/pipe.c | 72 +-
6090327c
PK
2136 fs/posix_acl.c | 4 +-
2137 fs/proc/array.c | 20 +
2138 fs/proc/base.c | 4 +-
e8242a6d 2139 fs/proc/kcore.c | 34 +-
6090327c
PK
2140 fs/proc/meminfo.c | 2 +-
2141 fs/proc/nommu.c | 2 +-
afe359a8 2142 fs/proc/proc_sysctl.c | 26 +-
6090327c
PK
2143 fs/proc/task_mmu.c | 39 +-
2144 fs/proc/task_nommu.c | 4 +-
2145 fs/proc/vmcore.c | 16 +-
2146 fs/qnx6/qnx6.h | 4 +-
2147 fs/quota/netlink.c | 4 +-
2148 fs/read_write.c | 2 +-
2149 fs/reiserfs/do_balan.c | 2 +-
2150 fs/reiserfs/procfs.c | 2 +-
2151 fs/reiserfs/reiserfs.h | 4 +-
2152 fs/seq_file.c | 4 +-
2153 fs/splice.c | 43 +-
da1216b9 2154 fs/squashfs/xattr.c | 12 +-
6090327c 2155 fs/sysv/sysv.h | 2 +-
afe359a8 2156 fs/tracefs/inode.c | 8 +-
6090327c
PK
2157 fs/ubifs/io.c | 2 +-
2158 fs/udf/misc.c | 2 +-
2159 fs/ufs/swab.h | 4 +-
2160 fs/xattr.c | 21 +
a8b227b4 2161 fs/xfs/libxfs/xfs_bmap.c | 2 +-
6090327c
PK
2162 fs/xfs/xfs_dir2_readdir.c | 7 +-
2163 fs/xfs/xfs_ioctl.c | 2 +-
0986ccbe 2164 fs/xfs/xfs_linux.h | 4 +-
6090327c 2165 include/asm-generic/4level-fixup.h | 2 +
0986ccbe 2166 include/asm-generic/atomic-long.h | 214 +-
6090327c
PK
2167 include/asm-generic/atomic64.h | 12 +
2168 include/asm-generic/barrier.h | 2 +-
2169 include/asm-generic/bitops/__fls.h | 2 +-
2170 include/asm-generic/bitops/fls.h | 2 +-
2171 include/asm-generic/bitops/fls64.h | 4 +-
da1216b9 2172 include/asm-generic/bug.h | 6 +-
6090327c
PK
2173 include/asm-generic/cache.h | 4 +-
2174 include/asm-generic/emergency-restart.h | 2 +-
2175 include/asm-generic/kmap_types.h | 4 +-
2176 include/asm-generic/local.h | 13 +
2177 include/asm-generic/pgtable-nopmd.h | 18 +-
2178 include/asm-generic/pgtable-nopud.h | 15 +-
2179 include/asm-generic/pgtable.h | 16 +
2180 include/asm-generic/uaccess.h | 16 +
da1216b9 2181 include/asm-generic/vmlinux.lds.h | 13 +-
6090327c
PK
2182 include/crypto/algapi.h | 2 +-
2183 include/drm/drmP.h | 16 +-
2184 include/drm/drm_crtc_helper.h | 2 +-
afe359a8 2185 include/drm/drm_mm.h | 2 +-
6090327c 2186 include/drm/i915_pciids.h | 2 +-
afe359a8 2187 include/drm/intel-gtt.h | 4 +-
6090327c
PK
2188 include/drm/ttm/ttm_memory.h | 2 +-
2189 include/drm/ttm/ttm_page_alloc.h | 1 +
2190 include/keys/asymmetric-subtype.h | 2 +-
2191 include/linux/atmdev.h | 4 +-
8cf17962 2192 include/linux/atomic.h | 2 +-
6090327c
PK
2193 include/linux/audit.h | 2 +-
2194 include/linux/binfmts.h | 3 +-
8cf17962 2195 include/linux/bitmap.h | 2 +-
afe359a8 2196 include/linux/bitops.h | 8 +-
6090327c
PK
2197 include/linux/blkdev.h | 2 +-
2198 include/linux/blktrace_api.h | 2 +-
2199 include/linux/cache.h | 8 +
2200 include/linux/cdrom.h | 1 -
2201 include/linux/cleancache.h | 2 +-
2202 include/linux/clk-provider.h | 1 +
da1216b9 2203 include/linux/compat.h | 6 +-
afe359a8
PK
2204 include/linux/compiler-gcc.h | 28 +-
2205 include/linux/compiler.h | 95 +-
6090327c
PK
2206 include/linux/completion.h | 12 +-
2207 include/linux/configfs.h | 2 +-
2208 include/linux/cpufreq.h | 3 +-
2209 include/linux/cpuidle.h | 5 +-
8cf17962 2210 include/linux/cpumask.h | 14 +-
afe359a8 2211 include/linux/crypto.h | 4 +-
6090327c 2212 include/linux/ctype.h | 2 +-
e8242a6d 2213 include/linux/dcache.h | 4 +-
6090327c
PK
2214 include/linux/decompress/mm.h | 2 +-
2215 include/linux/devfreq.h | 2 +-
2216 include/linux/device.h | 7 +-
2217 include/linux/dma-mapping.h | 2 +-
6090327c
PK
2218 include/linux/efi.h | 1 +
2219 include/linux/elf.h | 2 +
2220 include/linux/err.h | 4 +-
2221 include/linux/extcon.h | 2 +-
e8242a6d 2222 include/linux/fb.h | 3 +-
6090327c 2223 include/linux/fdtable.h | 2 +-
da1216b9 2224 include/linux/fs.h | 5 +-
6090327c 2225 include/linux/fs_struct.h | 2 +-
afe359a8 2226 include/linux/fscache-cache.h | 2 +-
6090327c
PK
2227 include/linux/fscache.h | 2 +-
2228 include/linux/fsnotify.h | 2 +-
2229 include/linux/genhd.h | 4 +-
2230 include/linux/genl_magic_func.h | 2 +-
2231 include/linux/gfp.h | 12 +-
6090327c
PK
2232 include/linux/highmem.h | 12 +
2233 include/linux/hwmon-sysfs.h | 6 +-
2234 include/linux/i2c.h | 1 +
6090327c
PK
2235 include/linux/if_pppox.h | 2 +-
2236 include/linux/init.h | 12 +-
2237 include/linux/init_task.h | 7 +
2238 include/linux/interrupt.h | 6 +-
2239 include/linux/iommu.h | 2 +-
2240 include/linux/ioport.h | 2 +-
afe359a8
PK
2241 include/linux/ipc.h | 2 +-
2242 include/linux/irq.h | 5 +-
8cf17962 2243 include/linux/irqdesc.h | 2 +-
afe359a8
PK
2244 include/linux/irqdomain.h | 3 +
2245 include/linux/jiffies.h | 30 +-
8cf17962 2246 include/linux/kernel.h | 2 +-
6090327c
PK
2247 include/linux/key-type.h | 2 +-
2248 include/linux/kgdb.h | 6 +-
8cf17962 2249 include/linux/kmemleak.h | 4 +-
6090327c
PK
2250 include/linux/kobject.h | 3 +-
2251 include/linux/kobject_ns.h | 2 +-
2252 include/linux/kref.h | 2 +-
2253 include/linux/kvm_host.h | 4 +-
2254 include/linux/libata.h | 2 +-
2255 include/linux/linkage.h | 1 +
2256 include/linux/list.h | 15 +
e8242a6d 2257 include/linux/lockref.h | 26 +-
6090327c
PK
2258 include/linux/math64.h | 10 +-
2259 include/linux/mempolicy.h | 7 +
0986ccbe 2260 include/linux/mm.h | 104 +-
6090327c
PK
2261 include/linux/mm_types.h | 20 +
2262 include/linux/mmiotrace.h | 4 +-
2263 include/linux/mmzone.h | 2 +-
2264 include/linux/mod_devicetable.h | 4 +-
afe359a8 2265 include/linux/module.h | 69 +-
6090327c
PK
2266 include/linux/moduleloader.h | 16 +
2267 include/linux/moduleparam.h | 4 +-
6090327c
PK
2268 include/linux/net.h | 2 +-
2269 include/linux/netdevice.h | 7 +-
2270 include/linux/netfilter.h | 2 +-
2271 include/linux/netfilter/nfnetlink.h | 2 +-
a8b227b4 2272 include/linux/nls.h | 4 +-
6090327c
PK
2273 include/linux/notifier.h | 3 +-
2274 include/linux/oprofile.h | 4 +-
2275 include/linux/padata.h | 2 +-
2276 include/linux/pci_hotplug.h | 3 +-
8cf17962 2277 include/linux/percpu.h | 2 +-
da1216b9 2278 include/linux/perf_event.h | 12 +-
6090327c
PK
2279 include/linux/pipe_fs_i.h | 8 +-
2280 include/linux/pm.h | 1 +
2281 include/linux/pm_domain.h | 4 +-
2282 include/linux/pm_runtime.h | 2 +-
2283 include/linux/pnp.h | 2 +-
2284 include/linux/poison.h | 4 +-
2285 include/linux/power/smartreflex.h | 2 +-
2286 include/linux/ppp-comp.h | 2 +-
2287 include/linux/preempt.h | 21 +
2288 include/linux/proc_ns.h | 2 +-
2289 include/linux/quota.h | 2 +-
2290 include/linux/random.h | 23 +-
afe359a8 2291 include/linux/rculist.h | 16 +
6090327c
PK
2292 include/linux/reboot.h | 14 +-
2293 include/linux/regset.h | 3 +-
2294 include/linux/relay.h | 2 +-
2295 include/linux/rio.h | 2 +-
2296 include/linux/rmap.h | 4 +-
afe359a8 2297 include/linux/sched.h | 74 +-
6090327c 2298 include/linux/sched/sysctl.h | 1 +
6090327c
PK
2299 include/linux/semaphore.h | 2 +-
2300 include/linux/seq_file.h | 1 +
2301 include/linux/signal.h | 2 +-
8cf17962 2302 include/linux/skbuff.h | 10 +-
da1216b9 2303 include/linux/slab.h | 47 +-
6090327c
PK
2304 include/linux/slab_def.h | 14 +-
2305 include/linux/slub_def.h | 2 +-
2306 include/linux/smp.h | 2 +
2307 include/linux/sock_diag.h | 2 +-
2308 include/linux/sonet.h | 2 +-
2309 include/linux/sunrpc/addr.h | 8 +-
2310 include/linux/sunrpc/clnt.h | 2 +-
2311 include/linux/sunrpc/svc.h | 2 +-
2312 include/linux/sunrpc/svc_rdma.h | 18 +-
2313 include/linux/sunrpc/svcauth.h | 2 +-
2314 include/linux/swiotlb.h | 3 +-
da1216b9 2315 include/linux/syscalls.h | 21 +-
6090327c 2316 include/linux/syscore_ops.h | 2 +-
a8b227b4 2317 include/linux/sysctl.h | 3 +-
6090327c
PK
2318 include/linux/sysfs.h | 9 +-
2319 include/linux/sysrq.h | 3 +-
afe359a8 2320 include/linux/tcp.h | 14 +-
6090327c
PK
2321 include/linux/thread_info.h | 7 +
2322 include/linux/tty.h | 4 +-
2323 include/linux/tty_driver.h | 2 +-
2324 include/linux/tty_ldisc.h | 2 +-
2325 include/linux/types.h | 16 +
2326 include/linux/uaccess.h | 6 +-
0986ccbe 2327 include/linux/uio_driver.h | 2 +-
6090327c 2328 include/linux/unaligned/access_ok.h | 24 +-
afe359a8
PK
2329 include/linux/usb.h | 6 +-
2330 include/linux/usb/hcd.h | 1 +
6090327c
PK
2331 include/linux/usb/renesas_usbhs.h | 2 +-
2332 include/linux/vermagic.h | 21 +-
2333 include/linux/vga_switcheroo.h | 8 +-
2334 include/linux/vmalloc.h | 7 +-
2335 include/linux/vmstat.h | 24 +-
2336 include/linux/xattr.h | 5 +-
2337 include/linux/zlib.h | 3 +-
2338 include/media/v4l2-dev.h | 2 +-
2339 include/media/v4l2-device.h | 2 +-
2340 include/net/9p/transport.h | 2 +-
2341 include/net/bluetooth/l2cap.h | 2 +-
8cf17962 2342 include/net/bonding.h | 2 +-
6090327c
PK
2343 include/net/caif/cfctrl.h | 6 +-
2344 include/net/flow.h | 2 +-
2345 include/net/genetlink.h | 2 +-
2346 include/net/gro_cells.h | 2 +-
2347 include/net/inet_connection_sock.h | 2 +-
afe359a8 2348 include/net/inet_sock.h | 2 +-
6090327c
PK
2349 include/net/inetpeer.h | 2 +-
2350 include/net/ip_fib.h | 2 +-
2351 include/net/ip_vs.h | 8 +-
2352 include/net/irda/ircomm_tty.h | 1 +
2353 include/net/iucv/af_iucv.h | 2 +-
2354 include/net/llc_c_ac.h | 2 +-
2355 include/net/llc_c_ev.h | 4 +-
2356 include/net/llc_c_st.h | 2 +-
2357 include/net/llc_s_ac.h | 2 +-
2358 include/net/llc_s_st.h | 2 +-
2359 include/net/mac80211.h | 2 +-
2360 include/net/neighbour.h | 2 +-
afe359a8 2361 include/net/net_namespace.h | 18 +-
6090327c
PK
2362 include/net/netlink.h | 2 +-
2363 include/net/netns/conntrack.h | 6 +-
2364 include/net/netns/ipv4.h | 4 +-
2365 include/net/netns/ipv6.h | 4 +-
2366 include/net/netns/xfrm.h | 2 +-
2367 include/net/ping.h | 2 +-
2368 include/net/protocol.h | 4 +-
2369 include/net/rtnetlink.h | 2 +-
2370 include/net/sctp/checksum.h | 4 +-
2371 include/net/sctp/sm.h | 4 +-
2372 include/net/sctp/structs.h | 2 +-
afe359a8 2373 include/net/sock.h | 12 +-
6090327c
PK
2374 include/net/tcp.h | 8 +-
2375 include/net/xfrm.h | 13 +-
2376 include/rdma/iw_cm.h | 2 +-
2377 include/scsi/libfc.h | 3 +-
2378 include/scsi/scsi_device.h | 6 +-
da1216b9 2379 include/scsi/scsi_driver.h | 2 +-
6090327c 2380 include/scsi/scsi_transport_fc.h | 3 +-
afe359a8 2381 include/scsi/sg.h | 2 +-
6090327c
PK
2382 include/sound/compress_driver.h | 2 +-
2383 include/sound/soc.h | 4 +-
2384 include/target/target_core_base.h | 2 +-
2385 include/trace/events/irq.h | 4 +-
2386 include/uapi/linux/a.out.h | 8 +
2387 include/uapi/linux/bcache.h | 5 +-
2388 include/uapi/linux/byteorder/little_endian.h | 28 +-
afe359a8 2389 include/uapi/linux/connector.h | 2 +-
6090327c
PK
2390 include/uapi/linux/elf.h | 28 +
2391 include/uapi/linux/screen_info.h | 3 +-
2392 include/uapi/linux/swab.h | 6 +-
6090327c
PK
2393 include/uapi/linux/xattr.h | 4 +
2394 include/video/udlfb.h | 8 +-
2395 include/video/uvesafb.h | 1 +
2396 init/Kconfig | 2 +-
2397 init/Makefile | 3 +
2398 init/do_mounts.c | 14 +-
2399 init/do_mounts.h | 8 +-
2400 init/do_mounts_initrd.c | 30 +-
2401 init/do_mounts_md.c | 6 +-
2402 init/init_task.c | 4 +
a8b227b4 2403 init/initramfs.c | 38 +-
afe359a8 2404 init/main.c | 30 +-
da1216b9 2405 ipc/compat.c | 4 +-
8cf17962 2406 ipc/ipc_sysctl.c | 8 +-
6090327c 2407 ipc/mq_sysctl.c | 4 +-
da1216b9 2408 ipc/sem.c | 4 +-
6090327c 2409 ipc/shm.c | 6 +
6090327c
PK
2410 kernel/audit.c | 8 +-
2411 kernel/auditsc.c | 4 +-
8cf17962 2412 kernel/bpf/core.c | 7 +-
6090327c
PK
2413 kernel/capability.c | 3 +
2414 kernel/compat.c | 38 +-
2415 kernel/debug/debug_core.c | 16 +-
2416 kernel/debug/kdb/kdb_main.c | 4 +-
da1216b9 2417 kernel/events/core.c | 26 +-
6090327c
PK
2418 kernel/events/internal.h | 10 +-
2419 kernel/events/uprobes.c | 2 +-
2420 kernel/exit.c | 2 +-
afe359a8 2421 kernel/fork.c | 165 +-
6090327c
PK
2422 kernel/futex.c | 11 +-
2423 kernel/futex_compat.c | 2 +-
2424 kernel/gcov/base.c | 7 +-
8cf17962 2425 kernel/irq/manage.c | 2 +-
afe359a8 2426 kernel/irq/msi.c | 20 +-
8cf17962 2427 kernel/irq/spurious.c | 2 +-
6090327c 2428 kernel/jump_label.c | 5 +
0986ccbe 2429 kernel/kallsyms.c | 37 +-
6090327c
PK
2430 kernel/kexec.c | 3 +-
2431 kernel/kmod.c | 8 +-
2432 kernel/kprobes.c | 4 +-
2433 kernel/ksysfs.c | 2 +-
2434 kernel/locking/lockdep.c | 7 +-
6090327c
PK
2435 kernel/locking/mutex-debug.c | 12 +-
2436 kernel/locking/mutex-debug.h | 4 +-
2437 kernel/locking/mutex.c | 6 +-
2438 kernel/locking/rtmutex-tester.c | 24 +-
afe359a8 2439 kernel/module.c | 422 +-
6090327c
PK
2440 kernel/notifier.c | 17 +-
2441 kernel/padata.c | 4 +-
2442 kernel/panic.c | 5 +-
2443 kernel/pid.c | 2 +-
2444 kernel/pid_namespace.c | 2 +-
6090327c
PK
2445 kernel/power/process.c | 12 +-
2446 kernel/profile.c | 14 +-
2447 kernel/ptrace.c | 8 +-
0986ccbe 2448 kernel/rcu/rcutorture.c | 60 +-
6090327c 2449 kernel/rcu/tiny.c | 4 +-
afe359a8 2450 kernel/rcu/tree.c | 66 +-
6090327c 2451 kernel/rcu/tree.h | 26 +-
afe359a8 2452 kernel/rcu/tree_plugin.h | 14 +-
6090327c 2453 kernel/rcu/tree_trace.c | 22 +-
6090327c
PK
2454 kernel/sched/auto_group.c | 4 +-
2455 kernel/sched/completion.c | 6 +-
2456 kernel/sched/core.c | 45 +-
afe359a8 2457 kernel/sched/fair.c | 2 +-
6090327c
PK
2458 kernel/sched/sched.h | 2 +-
2459 kernel/signal.c | 12 +-
2460 kernel/smpboot.c | 4 +-
2461 kernel/softirq.c | 12 +-
2462 kernel/sys.c | 10 +-
2463 kernel/sysctl.c | 34 +-
2464 kernel/time/alarmtimer.c | 2 +-
a8b227b4
PK
2465 kernel/time/posix-cpu-timers.c | 4 +-
2466 kernel/time/posix-timers.c | 24 +-
2467 kernel/time/timer.c | 4 +-
6090327c 2468 kernel/time/timer_stats.c | 10 +-
6090327c 2469 kernel/trace/blktrace.c | 6 +-
0986ccbe 2470 kernel/trace/ftrace.c | 15 +-
e8242a6d 2471 kernel/trace/ring_buffer.c | 96 +-
6090327c
PK
2472 kernel/trace/trace.c | 2 +-
2473 kernel/trace/trace.h | 2 +-
2474 kernel/trace/trace_clock.c | 4 +-
2475 kernel/trace/trace_events.c | 1 -
0986ccbe 2476 kernel/trace/trace_functions_graph.c | 4 +-
6090327c 2477 kernel/trace/trace_mmiotrace.c | 8 +-
a8b227b4
PK
2478 kernel/trace/trace_output.c | 10 +-
2479 kernel/trace/trace_seq.c | 2 +-
6090327c
PK
2480 kernel/trace/trace_stack.c | 2 +-
2481 kernel/user_namespace.c | 2 +-
2482 kernel/utsname_sysctl.c | 2 +-
2483 kernel/watchdog.c | 2 +-
afe359a8 2484 kernel/workqueue.c | 4 +-
6090327c
PK
2485 lib/Kconfig.debug | 8 +-
2486 lib/Makefile | 2 +-
2487 lib/average.c | 2 +-
8cf17962 2488 lib/bitmap.c | 10 +-
6090327c
PK
2489 lib/bug.c | 2 +
2490 lib/debugobjects.c | 2 +-
da1216b9
PK
2491 lib/decompress_bunzip2.c | 3 +-
2492 lib/decompress_unlzma.c | 4 +-
6090327c
PK
2493 lib/div64.c | 4 +-
2494 lib/dma-debug.c | 4 +-
6090327c
PK
2495 lib/inflate.c | 2 +-
2496 lib/ioremap.c | 4 +-
2497 lib/kobject.c | 4 +-
2498 lib/list_debug.c | 126 +-
e8242a6d 2499 lib/lockref.c | 44 +-
6090327c
PK
2500 lib/percpu-refcount.c | 2 +-
2501 lib/radix-tree.c | 2 +-
2502 lib/random32.c | 2 +-
2503 lib/show_mem.c | 2 +-
2504 lib/strncpy_from_user.c | 2 +-
2505 lib/strnlen_user.c | 2 +-
2506 lib/swiotlb.c | 2 +-
2507 lib/usercopy.c | 6 +
2508 lib/vsprintf.c | 12 +-
2509 mm/Kconfig | 6 +-
2510 mm/backing-dev.c | 4 +-
2511 mm/filemap.c | 2 +-
6090327c
PK
2512 mm/gup.c | 13 +-
2513 mm/highmem.c | 7 +-
2514 mm/hugetlb.c | 70 +-
2515 mm/internal.h | 3 +-
6090327c 2516 mm/maccess.c | 4 +-
e8242a6d 2517 mm/madvise.c | 37 +
afe359a8
PK
2518 mm/memory-failure.c | 34 +-
2519 mm/memory.c | 425 +-
6090327c
PK
2520 mm/mempolicy.c | 25 +
2521 mm/mlock.c | 15 +-
e8242a6d 2522 mm/mm_init.c | 2 +-
da1216b9 2523 mm/mmap.c | 582 +-
0986ccbe 2524 mm/mprotect.c | 137 +-
6090327c
PK
2525 mm/mremap.c | 44 +-
2526 mm/nommu.c | 21 +-
2527 mm/page-writeback.c | 2 +-
afe359a8 2528 mm/page_alloc.c | 49 +-
6090327c
PK
2529 mm/percpu.c | 2 +-
2530 mm/process_vm_access.c | 14 +-
8cf17962 2531 mm/rmap.c | 45 +-
6090327c 2532 mm/shmem.c | 19 +-
8cf17962 2533 mm/slab.c | 109 +-
0986ccbe 2534 mm/slab.h | 22 +-
8cf17962
PK
2535 mm/slab_common.c | 86 +-
2536 mm/slob.c | 218 +-
afe359a8 2537 mm/slub.c | 102 +-
6090327c
PK
2538 mm/sparse-vmemmap.c | 4 +-
2539 mm/sparse.c | 2 +-
da1216b9 2540 mm/swap.c | 2 +
6090327c
PK
2541 mm/swapfile.c | 12 +-
2542 mm/util.c | 6 +
e8242a6d 2543 mm/vmalloc.c | 112 +-
6090327c
PK
2544 mm/vmstat.c | 12 +-
2545 net/8021q/vlan.c | 5 +-
0986ccbe 2546 net/8021q/vlan_netlink.c | 2 +-
6090327c
PK
2547 net/9p/mod.c | 4 +-
2548 net/9p/trans_fd.c | 2 +-
2549 net/atm/atm_misc.c | 8 +-
2550 net/atm/lec.h | 2 +-
2551 net/atm/proc.c | 6 +-
2552 net/atm/resources.c | 4 +-
2553 net/ax25/sysctl_net_ax25.c | 2 +-
2554 net/batman-adv/bat_iv_ogm.c | 8 +-
2555 net/batman-adv/fragmentation.c | 2 +-
0986ccbe 2556 net/batman-adv/soft-interface.c | 8 +-
6090327c
PK
2557 net/batman-adv/types.h | 6 +-
2558 net/bluetooth/hci_sock.c | 2 +-
2559 net/bluetooth/l2cap_core.c | 6 +-
2560 net/bluetooth/l2cap_sock.c | 12 +-
2561 net/bluetooth/rfcomm/sock.c | 4 +-
2562 net/bluetooth/rfcomm/tty.c | 4 +-
0986ccbe 2563 net/bridge/br_netlink.c | 2 +-
6090327c
PK
2564 net/bridge/netfilter/ebtables.c | 6 +-
2565 net/caif/cfctrl.c | 11 +-
0986ccbe 2566 net/caif/chnl_net.c | 2 +-
6090327c
PK
2567 net/can/af_can.c | 2 +-
2568 net/can/gw.c | 6 +-
2569 net/ceph/messenger.c | 4 +-
8cf17962 2570 net/compat.c | 24 +-
6090327c 2571 net/core/datagram.c | 2 +-
da1216b9 2572 net/core/dev.c | 16 +-
6090327c 2573 net/core/filter.c | 2 +-
e8242a6d 2574 net/core/flow.c | 6 +-
6090327c
PK
2575 net/core/neighbour.c | 4 +-
2576 net/core/net-sysfs.c | 2 +-
2577 net/core/net_namespace.c | 8 +-
2578 net/core/netpoll.c | 4 +-
2579 net/core/rtnetlink.c | 15 +-
2580 net/core/scm.c | 8 +-
2581 net/core/skbuff.c | 8 +-
afe359a8
PK
2582 net/core/sock.c | 28 +-
2583 net/core/sock_diag.c | 15 +-
8cf17962 2584 net/core/sysctl_net_core.c | 22 +-
6090327c
PK
2585 net/decnet/af_decnet.c | 1 +
2586 net/decnet/sysctl_net_decnet.c | 4 +-
afe359a8 2587 net/dsa/dsa.c | 2 +-
0986ccbe 2588 net/hsr/hsr_netlink.c | 2 +-
e8242a6d
PK
2589 net/ieee802154/6lowpan/core.c | 2 +-
2590 net/ieee802154/6lowpan/reassembly.c | 14 +-
0986ccbe 2591 net/ipv4/af_inet.c | 2 +-
6090327c
PK
2592 net/ipv4/devinet.c | 18 +-
2593 net/ipv4/fib_frontend.c | 6 +-
2594 net/ipv4/fib_semantics.c | 2 +-
afe359a8
PK
2595 net/ipv4/inet_connection_sock.c | 4 +-
2596 net/ipv4/inet_timewait_sock.c | 2 +-
6090327c
PK
2597 net/ipv4/inetpeer.c | 2 +-
2598 net/ipv4/ip_fragment.c | 15 +-
2599 net/ipv4/ip_gre.c | 6 +-
2600 net/ipv4/ip_sockglue.c | 2 +-
2601 net/ipv4/ip_vti.c | 4 +-
2602 net/ipv4/ipconfig.c | 6 +-
2603 net/ipv4/ipip.c | 4 +-
2604 net/ipv4/netfilter/arp_tables.c | 12 +-
2605 net/ipv4/netfilter/ip_tables.c | 12 +-
0986ccbe 2606 net/ipv4/ping.c | 14 +-
6090327c
PK
2607 net/ipv4/raw.c | 14 +-
2608 net/ipv4/route.c | 32 +-
2609 net/ipv4/sysctl_net_ipv4.c | 22 +-
afe359a8 2610 net/ipv4/tcp_input.c | 6 +-
6090327c
PK
2611 net/ipv4/tcp_probe.c | 2 +-
2612 net/ipv4/udp.c | 10 +-
2613 net/ipv4/xfrm4_policy.c | 18 +-
da1216b9 2614 net/ipv6/addrconf.c | 16 +-
6090327c
PK
2615 net/ipv6/af_inet6.c | 2 +-
2616 net/ipv6/datagram.c | 2 +-
2617 net/ipv6/icmp.c | 2 +-
0986ccbe 2618 net/ipv6/ip6_fib.c | 4 +-
6090327c
PK
2619 net/ipv6/ip6_gre.c | 10 +-
2620 net/ipv6/ip6_tunnel.c | 4 +-
2621 net/ipv6/ip6_vti.c | 4 +-
2622 net/ipv6/ipv6_sockglue.c | 2 +-
2623 net/ipv6/netfilter/ip6_tables.c | 12 +-
2624 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
2625 net/ipv6/ping.c | 33 +-
2626 net/ipv6/raw.c | 17 +-
2627 net/ipv6/reassembly.c | 13 +-
2628 net/ipv6/route.c | 2 +-
2629 net/ipv6/sit.c | 4 +-
2630 net/ipv6/sysctl_net_ipv6.c | 2 +-
2631 net/ipv6/udp.c | 6 +-
afe359a8 2632 net/ipv6/xfrm6_policy.c | 23 +-
6090327c
PK
2633 net/irda/ircomm/ircomm_tty.c | 18 +-
2634 net/iucv/af_iucv.c | 4 +-
2635 net/iucv/iucv.c | 2 +-
2636 net/key/af_key.c | 4 +-
2637 net/l2tp/l2tp_eth.c | 38 +-
e8242a6d
PK
2638 net/l2tp/l2tp_ip.c | 2 +-
2639 net/l2tp/l2tp_ip6.c | 2 +-
6090327c
PK
2640 net/mac80211/cfg.c | 8 +-
2641 net/mac80211/ieee80211_i.h | 3 +-
afe359a8 2642 net/mac80211/iface.c | 20 +-
6090327c 2643 net/mac80211/main.c | 2 +-
da1216b9 2644 net/mac80211/pm.c | 4 +-
6090327c 2645 net/mac80211/rate.c | 2 +-
da1216b9 2646 net/mac80211/sta_info.c | 2 +-
e8242a6d 2647 net/mac80211/util.c | 8 +-
da1216b9 2648 net/mpls/af_mpls.c | 6 +-
6090327c
PK
2649 net/netfilter/ipset/ip_set_core.c | 2 +-
2650 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
2651 net/netfilter/ipvs/ip_vs_core.c | 4 +-
2652 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
2653 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
2654 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
2655 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
2656 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
2657 net/netfilter/nf_conntrack_acct.c | 2 +-
2658 net/netfilter/nf_conntrack_ecache.c | 2 +-
2659 net/netfilter/nf_conntrack_helper.c | 2 +-
2660 net/netfilter/nf_conntrack_proto.c | 2 +-
2661 net/netfilter/nf_conntrack_standalone.c | 2 +-
2662 net/netfilter/nf_conntrack_timestamp.c | 2 +-
2663 net/netfilter/nf_log.c | 10 +-
2664 net/netfilter/nf_sockopt.c | 4 +-
2665 net/netfilter/nfnetlink_log.c | 4 +-
e8242a6d 2666 net/netfilter/nft_compat.c | 9 +-
6090327c
PK
2667 net/netfilter/xt_statistic.c | 8 +-
2668 net/netlink/af_netlink.c | 4 +-
0986ccbe
PK
2669 net/openvswitch/vport-internal_dev.c | 2 +-
2670 net/openvswitch/vport.c | 16 +-
2671 net/openvswitch/vport.h | 8 +-
da1216b9 2672 net/packet/af_packet.c | 8 +-
6090327c
PK
2673 net/phonet/pep.c | 6 +-
2674 net/phonet/socket.c | 2 +-
2675 net/phonet/sysctl.c | 2 +-
2676 net/rds/cong.c | 6 +-
2677 net/rds/ib.h | 2 +-
2678 net/rds/ib_cm.c | 2 +-
2679 net/rds/ib_recv.c | 4 +-
2680 net/rds/iw.h | 2 +-
2681 net/rds/iw_cm.c | 2 +-
2682 net/rds/iw_recv.c | 4 +-
2683 net/rds/rds.h | 2 +-
2684 net/rds/tcp.c | 2 +-
2685 net/rds/tcp_send.c | 2 +-
2686 net/rxrpc/af_rxrpc.c | 2 +-
2687 net/rxrpc/ar-ack.c | 14 +-
2688 net/rxrpc/ar-call.c | 2 +-
2689 net/rxrpc/ar-connection.c | 2 +-
2690 net/rxrpc/ar-connevent.c | 2 +-
2691 net/rxrpc/ar-input.c | 4 +-
2692 net/rxrpc/ar-internal.h | 8 +-
2693 net/rxrpc/ar-local.c | 2 +-
2694 net/rxrpc/ar-output.c | 4 +-
2695 net/rxrpc/ar-peer.c | 2 +-
2696 net/rxrpc/ar-proc.c | 4 +-
2697 net/rxrpc/ar-transport.c | 2 +-
2698 net/rxrpc/rxkad.c | 4 +-
2699 net/sched/sch_generic.c | 4 +-
2700 net/sctp/ipv6.c | 6 +-
2701 net/sctp/protocol.c | 10 +-
2702 net/sctp/sm_sideeffect.c | 2 +-
2703 net/sctp/socket.c | 21 +-
2704 net/sctp/sysctl.c | 10 +-
8cf17962 2705 net/socket.c | 18 +-
6090327c
PK
2706 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
2707 net/sunrpc/clnt.c | 4 +-
2708 net/sunrpc/sched.c | 4 +-
2709 net/sunrpc/svc.c | 4 +-
2710 net/sunrpc/svcauth_unix.c | 4 +-
2711 net/sunrpc/xprtrdma/svc_rdma.c | 38 +-
2712 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
2713 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
2714 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
e8242a6d 2715 net/tipc/netlink_compat.c | 12 +-
6090327c 2716 net/tipc/subscr.c | 2 +-
8cf17962 2717 net/unix/af_unix.c | 7 +-
6090327c
PK
2718 net/unix/sysctl_net_unix.c | 2 +-
2719 net/wireless/wext-core.c | 19 +-
2720 net/xfrm/xfrm_policy.c | 16 +-
2721 net/xfrm/xfrm_state.c | 33 +-
2722 net/xfrm/xfrm_sysctl.c | 2 +-
8cf17962 2723 scripts/Kbuild.include | 2 +-
6090327c
PK
2724 scripts/Makefile.build | 2 +-
2725 scripts/Makefile.clean | 3 +-
0986ccbe 2726 scripts/Makefile.host | 63 +-
6090327c 2727 scripts/basic/fixdep.c | 12 +-
afe359a8
PK
2728 scripts/dtc/checks.c | 14 +-
2729 scripts/dtc/data.c | 6 +-
2730 scripts/dtc/flattree.c | 8 +-
2731 scripts/dtc/livetree.c | 4 +-
a8b227b4 2732 scripts/gcc-plugin.sh | 51 +
6090327c 2733 scripts/headers_install.sh | 1 +
afe359a8
PK
2734 scripts/kallsyms.c | 4 +-
2735 scripts/kconfig/lkc.h | 5 +-
2736 scripts/kconfig/menu.c | 2 +-
2737 scripts/kconfig/symbol.c | 6 +-
6090327c
PK
2738 scripts/link-vmlinux.sh | 2 +-
2739 scripts/mod/file2alias.c | 14 +-
2740 scripts/mod/modpost.c | 25 +-
2741 scripts/mod/modpost.h | 6 +-
2742 scripts/mod/sumversion.c | 2 +-
2743 scripts/module-common.lds | 4 +
2744 scripts/package/builddeb | 1 +
2745 scripts/pnmtologo.c | 6 +-
2746 scripts/sortextable.h | 6 +-
a8b227b4 2747 scripts/tags.sh | 2 +-
afe359a8 2748 security/Kconfig | 691 +-
6090327c
PK
2749 security/integrity/ima/ima.h | 4 +-
2750 security/integrity/ima/ima_api.c | 2 +-
2751 security/integrity/ima/ima_fs.c | 4 +-
2752 security/integrity/ima/ima_queue.c | 2 +-
6090327c 2753 security/keys/key.c | 18 +-
6090327c 2754 security/selinux/avc.c | 6 +-
6090327c 2755 security/selinux/include/xfrm.h | 2 +-
afe359a8 2756 security/yama/yama_lsm.c | 2 +-
6090327c
PK
2757 sound/aoa/codecs/onyx.c | 7 +-
2758 sound/aoa/codecs/onyx.h | 1 +
2759 sound/core/oss/pcm_oss.c | 18 +-
2760 sound/core/pcm_compat.c | 2 +-
2761 sound/core/pcm_native.c | 4 +-
6090327c
PK
2762 sound/core/sound.c | 2 +-
2763 sound/drivers/mts64.c | 14 +-
2764 sound/drivers/opl4/opl4_lib.c | 2 +-
2765 sound/drivers/portman2x4.c | 3 +-
2766 sound/firewire/amdtp.c | 4 +-
2767 sound/firewire/amdtp.h | 4 +-
2768 sound/firewire/isight.c | 10 +-
2769 sound/firewire/scs1x.c | 8 +-
2770 sound/oss/sb_audio.c | 2 +-
2771 sound/oss/swarm_cs4297a.c | 6 +-
8cf17962 2772 sound/pci/hda/hda_codec.c | 2 +-
6090327c
PK
2773 sound/pci/ymfpci/ymfpci.h | 2 +-
2774 sound/pci/ymfpci/ymfpci_main.c | 12 +-
8cf17962 2775 sound/soc/soc-ac97.c | 6 +-
e8242a6d 2776 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
da1216b9 2777 tools/gcc/Makefile | 42 +
6090327c 2778 tools/gcc/checker_plugin.c | 150 +
e8242a6d 2779 tools/gcc/colorize_plugin.c | 215 +
da1216b9 2780 tools/gcc/constify_plugin.c | 564 +
afe359a8 2781 tools/gcc/gcc-common.h | 790 +
da1216b9 2782 tools/gcc/initify_plugin.c | 450 +
e8242a6d 2783 tools/gcc/kallocstat_plugin.c | 188 +
afe359a8
PK
2784 tools/gcc/kernexec_plugin.c | 551 +
2785 tools/gcc/latent_entropy_plugin.c | 470 +
2786 tools/gcc/size_overflow_plugin/.gitignore | 2 +
2787 tools/gcc/size_overflow_plugin/Makefile | 26 +
2788 .../disable_size_overflow_hash.data |11008 ++++++++++++++
2789 .../generate_size_overflow_hash.sh | 103 +
e8242a6d 2790 .../insert_size_overflow_asm.c | 409 +
afe359a8 2791 .../size_overflow_plugin/intentional_overflow.c | 980 ++
8cf17962 2792 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
afe359a8
PK
2793 tools/gcc/size_overflow_plugin/size_overflow.h | 329 +
2794 .../gcc/size_overflow_plugin/size_overflow_debug.c | 192 +
2795 .../size_overflow_plugin/size_overflow_hash.data |15719 ++++++++++++++++++++
6090327c 2796 .../size_overflow_hash_aux.data | 92 +
afe359a8
PK
2797 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1373 ++
2798 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
2799 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
2800 .../size_overflow_plugin_hash.c | 353 +
2801 .../size_overflow_plugin/size_overflow_transform.c | 576 +
2802 .../size_overflow_transform_core.c | 962 ++
2803 tools/gcc/stackleak_plugin.c | 436 +
e8242a6d 2804 tools/gcc/structleak_plugin.c | 287 +
6090327c
PK
2805 tools/include/linux/compiler.h | 8 +
2806 tools/lib/api/Makefile | 2 +-
2807 tools/perf/util/include/asm/alternative-asm.h | 3 +
2808 tools/virtio/linux/uaccess.h | 2 +-
2809 virt/kvm/kvm_main.c | 44 +-
afe359a8 2810 1963 files changed, 60342 insertions(+), 8946 deletions(-)