]> git.ipfire.org Git - thirdparty/grsecurity-scrape.git/blob - test/changelog-test.txt
Auto commit, 1 new patch{es}.
[thirdparty/grsecurity-scrape.git] / test / changelog-test.txt
1 commit 244fda357c13b44ac2d174713205863c552eb30d
2 Author: Brad Spengler <spender@grsecurity.net>
3 Date: Wed Jul 6 07:19:26 2016 -0400
4
5 Compile fix for recent /proc/pid/mem changes, reported by adminwset at
6 https://forums.grsecurity.net/viewtopic.php?t=4505&p=16415#p16415
7
8 fs/proc/base.c | 2 +-
9 fs/proc/internal.h | 2 +-
10 include/linux/sched.h | 2 ++
11 3 files changed, 4 insertions(+), 2 deletions(-)
12
13 commit 5bd1344d3f28c5402bcd85972bb520a5baaf612c
14 Author: Brad Spengler <spender@grsecurity.net>
15 Date: Sun Jul 3 21:27:25 2016 -0400
16
17 Initial import of grsecurity for Linux 4.6.3
18
19 Documentation/dontdiff | 2 +
20 Documentation/kernel-parameters.txt | 11 +
21 Documentation/sysctl/kernel.txt | 15 +
22 Makefile | 5 +-
23 arch/alpha/include/asm/cache.h | 4 +-
24 arch/alpha/kernel/osf_sys.c | 12 +-
25 arch/arc/Kconfig | 1 +
26 arch/arm/Kconfig | 1 +
27 arch/arm/Kconfig.debug | 1 +
28 arch/arm/include/asm/thread_info.h | 7 +-
29 arch/arm/kernel/entry-common.S | 8 +-
30 arch/arm/kernel/process.c | 4 +-
31 arch/arm/kernel/ptrace.c | 9 +
32 arch/arm/kernel/traps.c | 7 +-
33 arch/arm/mach-mmp/mmp2.c | 4 +-
34 arch/arm/mach-mmp/pxa910.c | 4 +-
35 arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
36 arch/arm/mm/Kconfig | 4 +-
37 arch/arm/mm/alignment.c | 24 +-
38 arch/arm/mm/fault.c | 42 +-
39 arch/arm/mm/mmap.c | 8 +-
40 arch/arm/net/bpf_jit_32.c | 51 +-
41 arch/arm64/Kconfig.debug | 1 +
42 arch/avr32/include/asm/cache.h | 4 +-
43 arch/blackfin/Kconfig.debug | 1 +
44 arch/blackfin/include/asm/cache.h | 3 +-
45 arch/cris/include/arch-v10/arch/cache.h | 3 +-
46 arch/cris/include/arch-v32/arch/cache.h | 3 +-
47 arch/frv/include/asm/cache.h | 3 +-
48 arch/frv/mm/elf-fdpic.c | 4 +-
49 arch/hexagon/include/asm/cache.h | 6 +-
50 arch/ia64/Kconfig | 1 +
51 arch/ia64/include/asm/cache.h | 3 +-
52 arch/ia64/kernel/sys_ia64.c | 2 +
53 arch/ia64/mm/hugetlbpage.c | 2 +
54 arch/m32r/include/asm/cache.h | 4 +-
55 arch/m68k/include/asm/cache.h | 4 +-
56 arch/metag/mm/hugetlbpage.c | 1 +
57 arch/microblaze/include/asm/cache.h | 3 +-
58 arch/mips/Kbuild | 2 +-
59 arch/mips/Kconfig | 1 +
60 arch/mips/include/asm/irq.h | 1 -
61 arch/mips/include/asm/thread_info.h | 11 +-
62 arch/mips/kernel/irq.c | 3 +
63 arch/mips/kernel/ptrace.c | 9 +
64 arch/mips/mm/mmap.c | 4 +-
65 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
66 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
67 arch/openrisc/include/asm/cache.h | 4 +-
68 arch/parisc/include/asm/cache.h | 3 +
69 arch/parisc/kernel/sys_parisc.c | 4 +
70 arch/powerpc/Kconfig | 1 +
71 arch/powerpc/include/asm/cache.h | 4 +-
72 arch/powerpc/include/asm/thread_info.h | 5 +-
73 arch/powerpc/kernel/Makefile | 2 +
74 arch/powerpc/kernel/irq.c | 3 +
75 arch/powerpc/kernel/process.c | 10 +-
76 arch/powerpc/kernel/ptrace.c | 14 +
77 arch/powerpc/kernel/traps.c | 5 +
78 arch/powerpc/mm/slice.c | 2 +-
79 arch/s390/Kconfig.debug | 1 +
80 arch/s390/include/asm/cache.h | 4 +-
81 arch/score/include/asm/cache.h | 4 +-
82 arch/sh/include/asm/cache.h | 3 +-
83 arch/sh/mm/mmap.c | 6 +-
84 arch/sparc/include/asm/atomic_64.h | 5 +
85 arch/sparc/include/asm/cache.h | 4 +-
86 arch/sparc/include/asm/pgalloc_64.h | 1 +
87 arch/sparc/include/asm/thread_info_64.h | 8 +-
88 arch/sparc/kernel/process_32.c | 6 +-
89 arch/sparc/kernel/process_64.c | 8 +-
90 arch/sparc/kernel/ptrace_64.c | 14 +
91 arch/sparc/kernel/sys_sparc_64.c | 8 +-
92 arch/sparc/kernel/syscalls.S | 8 +-
93 arch/sparc/kernel/traps_32.c | 8 +-
94 arch/sparc/kernel/traps_64.c | 28 +-
95 arch/sparc/kernel/unaligned_64.c | 2 +-
96 arch/sparc/lib/atomic_64.S | 2 +-
97 arch/sparc/lib/ksyms.c | 4 +-
98 arch/sparc/mm/fault_64.c | 2 +-
99 arch/sparc/mm/hugetlbpage.c | 15 +-
100 arch/tile/Kconfig | 1 +
101 arch/tile/include/asm/cache.h | 3 +-
102 arch/tile/mm/hugetlbpage.c | 2 +
103 arch/um/include/asm/cache.h | 3 +-
104 arch/unicore32/include/asm/cache.h | 6 +-
105 arch/x86/Kconfig | 21 +
106 arch/x86/Kconfig.debug | 2 +
107 arch/x86/entry/common.c | 14 +
108 arch/x86/entry/entry_32.S | 2 +-
109 arch/x86/entry/entry_64.S | 2 +-
110 arch/x86/ia32/ia32_aout.c | 2 +
111 arch/x86/include/asm/floppy.h | 20 +-
112 arch/x86/include/asm/fpu/types.h | 69 +-
113 arch/x86/include/asm/io.h | 2 +-
114 arch/x86/include/asm/page.h | 12 +-
115 arch/x86/include/asm/paravirt_types.h | 21 +-
116 arch/x86/include/asm/processor.h | 12 +-
117 arch/x86/include/asm/thread_info.h | 6 +-
118 arch/x86/kernel/dumpstack.c | 10 +-
119 arch/x86/kernel/dumpstack_32.c | 2 +-
120 arch/x86/kernel/dumpstack_64.c | 2 +-
121 arch/x86/kernel/ioport.c | 13 +
122 arch/x86/kernel/irq_32.c | 3 +
123 arch/x86/kernel/irq_64.c | 4 +
124 arch/x86/kernel/ldt.c | 18 +
125 arch/x86/kernel/msr.c | 12 +
126 arch/x86/kernel/ptrace.c | 14 +
127 arch/x86/kernel/signal.c | 9 +-
128 arch/x86/kernel/sys_i386_32.c | 9 +-
129 arch/x86/kernel/sys_x86_64.c | 8 +-
130 arch/x86/kernel/traps.c | 5 +
131 arch/x86/kernel/verify_cpu.S | 1 +
132 arch/x86/kernel/vm86_32.c | 15 +
133 arch/x86/mm/fault.c | 12 +-
134 arch/x86/mm/hugetlbpage.c | 15 +-
135 arch/x86/mm/init.c | 51 +-
136 arch/x86/mm/init_32.c | 10 +-
137 arch/x86/net/bpf_jit_comp.c | 4 +
138 arch/x86/platform/efi/efi_64.c | 2 +-
139 arch/x86/xen/Kconfig | 1 +
140 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
141 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
142 crypto/scatterwalk.c | 10 +-
143 drivers/acpi/acpica/hwxfsleep.c | 11 +-
144 drivers/acpi/custom_method.c | 4 +
145 drivers/block/cciss.h | 30 +-
146 drivers/block/smart1,2.h | 40 +-
147 drivers/cdrom/cdrom.c | 2 +-
148 drivers/char/Kconfig | 4 +-
149 drivers/char/genrtc.c | 1 +
150 drivers/char/mem.c | 17 +
151 drivers/char/random.c | 5 +-
152 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
153 drivers/firewire/ohci.c | 4 +
154 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 80 +-
155 .../drm/amd/powerplay/hwmgr/cz_clockpowergating.c | 12 +-
156 drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 58 +-
157 drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 20 +-
158 .../gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 20 +-
159 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 7 +-
160 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 9 +-
161 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
162 drivers/gpu/drm/sti/sti_cursor.c | 6 +-
163 drivers/gpu/drm/sti/sti_dvo.c | 6 +-
164 drivers/gpu/drm/sti/sti_gdp.c | 6 +-
165 drivers/gpu/drm/sti/sti_hda.c | 6 +-
166 drivers/gpu/drm/sti/sti_hdmi.c | 6 +-
167 drivers/gpu/drm/sti/sti_hqvdp.c | 6 +-
168 drivers/gpu/drm/sti/sti_mixer.c | 6 +-
169 drivers/gpu/drm/sti/sti_tvout.c | 6 +-
170 drivers/gpu/drm/sti/sti_vid.c | 6 +-
171 drivers/gpu/drm/tilcdc/tilcdc_external.c | 2 +-
172 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
173 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
174 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
175 drivers/hid/hid-wiimote-debug.c | 2 +-
176 drivers/hid/usbhid/hiddev.c | 10 +-
177 drivers/infiniband/hw/i40iw/i40iw_ctrl.c | 160 +-
178 drivers/infiniband/hw/i40iw/i40iw_uk.c | 34 +-
179 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
180 drivers/iommu/Kconfig | 1 +
181 drivers/iommu/amd_iommu.c | 14 +-
182 drivers/irqchip/irq-mmp.c | 2 +-
183 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
184 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
185 drivers/isdn/gigaset/usb-gigaset.c | 34 +-
186 drivers/isdn/i4l/isdn_concap.c | 6 +-
187 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
188 drivers/md/bcache/Kconfig | 1 +
189 drivers/md/raid5.c | 8 +
190 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
191 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
192 drivers/media/radio/radio-cadet.c | 5 +-
193 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
194 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
195 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
196 drivers/media/usb/dvb-usb/technisat-usb2.c | 23 +-
197 drivers/message/fusion/mptbase.c | 9 +
198 drivers/misc/sgi-xp/xp_main.c | 12 +-
199 drivers/mtd/nand/brcmnand/bcm63138_nand.c | 6 +-
200 drivers/mtd/nand/brcmnand/iproc_nand.c | 8 +-
201 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
202 drivers/net/wan/lmc/lmc_media.c | 97 +-
203 drivers/net/wan/z85230.c | 24 +-
204 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
205 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
206 drivers/pci/proc.c | 9 +
207 drivers/platform/x86/asus-wmi.c | 12 +
208 drivers/rtc/rtc-dev.c | 3 +
209 drivers/scsi/bfa/bfa_fcs.c | 19 +-
210 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
211 drivers/scsi/bfa/bfa_modules.h | 12 +-
212 drivers/scsi/hpsa.h | 40 +-
213 drivers/staging/lustre/lnet/libcfs/module.c | 10 +-
214 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
215 drivers/staging/wilc1000/host_interface.h | 1 +
216 drivers/staging/wilc1000/wilc_spi.c | 1 +
217 drivers/tty/serial/uartlite.c | 4 +-
218 drivers/tty/sysrq.c | 2 +-
219 drivers/tty/tty_io.c | 4 +
220 drivers/tty/vt/keyboard.c | 22 +-
221 drivers/uio/uio.c | 6 +-
222 drivers/usb/core/devio.c | 9 +-
223 drivers/usb/core/hub.c | 5 +
224 drivers/usb/gadget/function/f_uac1.c | 1 +
225 drivers/usb/gadget/function/u_uac1.c | 1 +
226 drivers/usb/host/hwa-hc.c | 9 +-
227 drivers/usb/usbip/vhci_sysfs.c | 2 +-
228 drivers/video/fbdev/arcfb.c | 2 +-
229 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
230 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
231 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
232 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
233 drivers/xen/xenfs/xenstored.c | 5 +
234 firmware/Makefile | 2 +
235 firmware/WHENCE | 20 +-
236 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
237 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
238 fs/attr.c | 4 +
239 fs/autofs4/waitq.c | 9 +
240 fs/binfmt_aout.c | 7 +
241 fs/binfmt_elf.c | 40 +-
242 fs/compat.c | 20 +-
243 fs/coredump.c | 17 +-
244 fs/dcache.c | 3 +
245 fs/debugfs/inode.c | 19 +-
246 fs/exec.c | 249 +-
247 fs/ext2/balloc.c | 4 +-
248 fs/ext2/super.c | 8 +-
249 fs/ext4/balloc.c | 4 +-
250 fs/ext4/extents.c | 2 +-
251 fs/fcntl.c | 4 +
252 fs/fhandle.c | 3 +-
253 fs/file.c | 4 +
254 fs/filesystems.c | 4 +
255 fs/fs_struct.c | 20 +-
256 fs/hugetlbfs/inode.c | 5 +-
257 fs/inode.c | 8 +-
258 fs/kernfs/dir.c | 6 +
259 fs/mount.h | 4 +-
260 fs/namei.c | 292 +-
261 fs/namespace.c | 24 +
262 fs/nfsd/nfs2acl.c | 20 +-
263 fs/nfsd/nfs3acl.c | 16 +-
264 fs/nfsd/nfs4acl.c | 16 +-
265 fs/nfsd/nfscache.c | 2 +-
266 fs/open.c | 38 +
267 fs/overlayfs/inode.c | 3 +
268 fs/overlayfs/super.c | 6 +-
269 fs/pipe.c | 2 +-
270 fs/posix_acl.c | 61 +-
271 fs/proc/Kconfig | 10 +-
272 fs/proc/array.c | 67 +-
273 fs/proc/base.c | 193 +-
274 fs/proc/cmdline.c | 4 +
275 fs/proc/devices.c | 4 +
276 fs/proc/fd.c | 13 +-
277 fs/proc/generic.c | 64 +
278 fs/proc/inode.c | 17 +
279 fs/proc/internal.h | 18 +-
280 fs/proc/interrupts.c | 4 +
281 fs/proc/kcore.c | 3 +
282 fs/proc/proc_net.c | 31 +
283 fs/proc/proc_sysctl.c | 52 +-
284 fs/proc/root.c | 8 +
285 fs/proc/stat.c | 69 +-
286 fs/proc/task_mmu.c | 85 +-
287 fs/proc/task_nommu.c | 2 +-
288 fs/readdir.c | 19 +
289 fs/reiserfs/item_ops.c | 24 +-
290 fs/reiserfs/super.c | 4 +
291 fs/select.c | 2 +
292 fs/seq_file.c | 31 +-
293 fs/stat.c | 20 +-
294 fs/sysfs/dir.c | 30 +-
295 fs/utimes.c | 7 +
296 fs/xattr.c | 26 +-
297 fs/xfs/xfs_icache.c | 60 +-
298 fs/xfs/xfs_inode.c | 13 +
299 grsecurity/Kconfig | 1205 ++++
300 grsecurity/Makefile | 54 +
301 grsecurity/gracl.c | 2757 +++++++++
302 grsecurity/gracl_alloc.c | 105 +
303 grsecurity/gracl_cap.c | 127 +
304 grsecurity/gracl_compat.c | 269 +
305 grsecurity/gracl_fs.c | 448 ++
306 grsecurity/gracl_ip.c | 387 ++
307 grsecurity/gracl_learn.c | 207 +
308 grsecurity/gracl_policy.c | 1784 ++++++
309 grsecurity/gracl_res.c | 68 +
310 grsecurity/gracl_segv.c | 306 +
311 grsecurity/gracl_shm.c | 40 +
312 grsecurity/grsec_chdir.c | 19 +
313 grsecurity/grsec_chroot.c | 506 ++
314 grsecurity/grsec_disabled.c | 445 ++
315 grsecurity/grsec_exec.c | 189 +
316 grsecurity/grsec_fifo.c | 26 +
317 grsecurity/grsec_fork.c | 23 +
318 grsecurity/grsec_init.c | 294 +
319 grsecurity/grsec_ipc.c | 48 +
320 grsecurity/grsec_link.c | 65 +
321 grsecurity/grsec_log.c | 340 +
322 grsecurity/grsec_mem.c | 48 +
323 grsecurity/grsec_mount.c | 65 +
324 grsecurity/grsec_pax.c | 47 +
325 grsecurity/grsec_proc.c | 20 +
326 grsecurity/grsec_ptrace.c | 30 +
327 grsecurity/grsec_sig.c | 248 +
328 grsecurity/grsec_sock.c | 244 +
329 grsecurity/grsec_sysctl.c | 497 ++
330 grsecurity/grsec_time.c | 16 +
331 grsecurity/grsec_tpe.c | 78 +
332 grsecurity/grsec_tty.c | 18 +
333 grsecurity/grsec_usb.c | 15 +
334 grsecurity/grsum.c | 56 +
335 include/drm/drm_modeset_helper_vtables.h | 1 +
336 include/linux/binfmts.h | 5 +-
337 include/linux/capability.h | 13 +
338 include/linux/compiler-gcc.h | 5 +
339 include/linux/compiler.h | 8 +
340 include/linux/cred.h | 8 +-
341 include/linux/dcache.h | 5 +-
342 include/linux/fs.h | 24 +-
343 include/linux/fs_struct.h | 2 +-
344 include/linux/fsnotify.h | 6 +
345 include/linux/gracl.h | 342 ++
346 include/linux/gracl_compat.h | 156 +
347 include/linux/gralloc.h | 9 +
348 include/linux/grdefs.h | 140 +
349 include/linux/grinternal.h | 231 +
350 include/linux/grmsg.h | 120 +
351 include/linux/grsecurity.h | 259 +
352 include/linux/grsock.h | 19 +
353 include/linux/ipc.h | 2 +-
354 include/linux/ipc_namespace.h | 2 +-
355 include/linux/kallsyms.h | 18 +-
356 include/linux/key-type.h | 4 +-
357 include/linux/kmod.h | 5 +
358 include/linux/kobject.h | 2 +-
359 include/linux/lsm_hooks.h | 4 +-
360 include/linux/mm.h | 12 +
361 include/linux/mm_types.h | 4 +-
362 include/linux/module.h | 5 +-
363 include/linux/mount.h | 2 +-
364 include/linux/msg.h | 2 +-
365 include/linux/netfilter/xt_gradm.h | 9 +
366 include/linux/path.h | 4 +-
367 include/linux/perf_event.h | 13 +-
368 include/linux/pid_namespace.h | 2 +-
369 include/linux/printk.h | 2 +-
370 include/linux/proc_fs.h | 22 +-
371 include/linux/proc_ns.h | 2 +-
372 include/linux/random.h | 2 +-
373 include/linux/rbtree_augmented.h | 4 +-
374 include/linux/scatterlist.h | 12 +-
375 include/linux/sched.h | 135 +-
376 include/linux/security.h | 1 +
377 include/linux/sem.h | 2 +-
378 include/linux/seq_file.h | 5 +
379 include/linux/shm.h | 6 +-
380 include/linux/skbuff.h | 3 +
381 include/linux/slab.h | 9 -
382 include/linux/sysctl.h | 8 +-
383 include/linux/thread_info.h | 6 +-
384 include/linux/tty.h | 2 +-
385 include/linux/tty_driver.h | 4 +-
386 include/linux/uidgid.h | 6 +
387 include/linux/user_namespace.h | 2 +-
388 include/linux/utsname.h | 2 +-
389 include/linux/vermagic.h | 16 +-
390 include/linux/vmalloc.h | 8 +
391 include/net/af_unix.h | 2 +-
392 include/net/ip.h | 2 +-
393 include/net/neighbour.h | 2 +-
394 include/net/net_namespace.h | 2 +-
395 include/net/sock.h | 2 +-
396 include/trace/events/fs.h | 53 +
397 include/uapi/linux/personality.h | 1 +
398 init/Kconfig | 5 +-
399 init/main.c | 46 +-
400 ipc/mqueue.c | 1 +
401 ipc/msg.c | 3 +-
402 ipc/msgutil.c | 4 +-
403 ipc/sem.c | 3 +-
404 ipc/shm.c | 26 +-
405 ipc/util.c | 6 +
406 kernel/auditsc.c | 2 +-
407 kernel/bpf/syscall.c | 10 +-
408 kernel/capability.c | 41 +-
409 kernel/cgroup.c | 5 +-
410 kernel/compat.c | 1 +
411 kernel/configs.c | 11 +
412 kernel/cred.c | 112 +-
413 kernel/events/core.c | 14 +-
414 kernel/exit.c | 10 +-
415 kernel/fork.c | 92 +-
416 kernel/futex.c | 4 +-
417 kernel/kallsyms.c | 9 +
418 kernel/kcmp.c | 4 +
419 kernel/kexec_core.c | 2 +-
420 kernel/kmod.c | 96 +-
421 kernel/kprobes.c | 9 +-
422 kernel/ksysfs.c | 2 +
423 kernel/locking/lockdep_proc.c | 10 +-
424 kernel/module.c | 108 +-
425 kernel/panic.c | 6 +-
426 kernel/pid.c | 18 +-
427 kernel/power/Kconfig | 2 +
428 kernel/printk/printk.c | 7 +-
429 kernel/ptrace.c | 50 +-
430 kernel/resource.c | 10 +
431 kernel/sched/core.c | 9 +-
432 kernel/sched/debug.c | 4 +
433 kernel/signal.c | 37 +-
434 kernel/sys.c | 64 +-
435 kernel/sysctl.c | 174 +-
436 kernel/taskstats.c | 6 +
437 kernel/time/posix-timers.c | 8 +
438 kernel/time/time.c | 5 +
439 kernel/time/timekeeping.c | 3 +
440 kernel/time/timer_list.c | 13 +-
441 kernel/time/timer_stats.c | 10 +-
442 kernel/trace/Kconfig | 6 +
443 kernel/trace/trace_syscalls.c | 8 +
444 kernel/user_namespace.c | 15 +
445 lib/Kconfig.debug | 13 +-
446 lib/is_single_threaded.c | 3 +
447 lib/list_debug.c | 65 +-
448 lib/nlattr.c | 2 +
449 lib/rbtree.c | 4 +-
450 lib/vsprintf.c | 39 +-
451 localversion-grsec | 1 +
452 mm/Kconfig | 8 +-
453 mm/Kconfig.debug | 1 +
454 mm/filemap.c | 1 +
455 mm/kmemleak.c | 4 +-
456 mm/memory.c | 2 +-
457 mm/mempolicy.c | 12 +-
458 mm/migrate.c | 3 +-
459 mm/mlock.c | 11 +-
460 mm/mmap.c | 124 +-
461 mm/mprotect.c | 8 +
462 mm/page_alloc.c | 2 +-
463 mm/percpu.c | 73 +-
464 mm/process_vm_access.c | 6 +
465 mm/shmem.c | 2 +-
466 mm/slab.c | 14 +-
467 mm/slab_common.c | 2 +-
468 mm/slob.c | 12 +
469 mm/slub.c | 33 +-
470 mm/util.c | 3 +
471 mm/vmalloc.c | 84 +-
472 mm/vmstat.c | 29 +-
473 net/appletalk/atalk_proc.c | 2 +-
474 net/atm/lec.c | 6 +-
475 net/atm/mpoa_caches.c | 43 +-
476 net/can/bcm.c | 2 +-
477 net/can/proc.c | 2 +-
478 net/core/dev_ioctl.c | 7 +-
479 net/core/filter.c | 8 +-
480 net/core/net-procfs.c | 17 +-
481 net/core/pktgen.c | 2 +-
482 net/core/sock.c | 23 +-
483 net/core/sysctl_net_core.c | 2 +-
484 net/decnet/dn_dev.c | 2 +-
485 net/ipv4/devinet.c | 6 +-
486 net/ipv4/inet_hashtables.c | 6 +
487 net/ipv4/ip_input.c | 7 +
488 net/ipv4/ip_sockglue.c | 3 +-
489 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
490 net/ipv4/route.c | 6 +-
491 net/ipv4/tcp_input.c | 6 +-
492 net/ipv4/tcp_ipv4.c | 24 +-
493 net/ipv4/tcp_minisocks.c | 9 +-
494 net/ipv4/tcp_timer.c | 11 +
495 net/ipv4/udp.c | 24 +
496 net/ipv6/addrconf.c | 13 +-
497 net/ipv6/proc.c | 2 +-
498 net/ipv6/tcp_ipv6.c | 23 +-
499 net/ipv6/udp.c | 7 +
500 net/ipx/ipx_proc.c | 2 +-
501 net/irda/irproc.c | 2 +-
502 net/llc/llc_proc.c | 2 +-
503 net/netfilter/Kconfig | 10 +
504 net/netfilter/Makefile | 1 +
505 net/netfilter/xt_gradm.c | 51 +
506 net/netfilter/xt_hashlimit.c | 4 +-
507 net/netfilter/xt_recent.c | 2 +-
508 net/socket.c | 75 +-
509 net/sunrpc/Kconfig | 1 +
510 net/sunrpc/cache.c | 2 +-
511 net/sunrpc/stats.c | 2 +-
512 net/sysctl_net.c | 2 +-
513 net/unix/af_unix.c | 52 +-
514 net/vmw_vsock/vmci_transport_notify.c | 30 +-
515 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
516 net/x25/sysctl_net_x25.c | 2 +-
517 net/x25/x25_proc.c | 2 +-
518 scripts/Makefile.gcc-plugins | 5 +
519 scripts/gcc-plugins/.gitignore | 1 +
520 scripts/gcc-plugins/Makefile | 10 +
521 scripts/gcc-plugins/gen-random-seed.sh | 8 +
522 scripts/gcc-plugins/randomize_layout_plugin.c | 940 +++
523 .../size_overflow_plugin/size_overflow_hash.data | 724 ++-
524 scripts/package/Makefile | 2 +-
525 scripts/package/mkspec | 41 +-
526 security/Kconfig | 364 +-
527 security/apparmor/file.c | 4 +-
528 security/apparmor/lsm.c | 8 +-
529 security/commoncap.c | 29 +
530 security/keys/internal.h | 2 +-
531 security/keys/key.c | 2 +-
532 security/min_addr.c | 2 +
533 security/tomoyo/file.c | 12 +-
534 security/tomoyo/mount.c | 4 +
535 security/tomoyo/tomoyo.c | 20 +-
536 security/yama/Kconfig | 2 +-
537 sound/synth/emux/emux_seq.c | 14 +-
538 sound/usb/line6/driver.c | 40 +-
539 sound/usb/line6/toneport.c | 12 +-
540 521 files changed, 33285 insertions(+), 3355 deletions(-)
541
542 commit 96b2aa21ce8de62dfa0ee023b2cd20928f5021a1
543 Author: Brad Spengler <spender@grsecurity.net>
544 Date: Sat Jul 2 09:03:17 2016 -0400
545
546 Initial commit of pax-linux-4.6.3-test9.patch
547
548 .gitignore | 1 +
549 Documentation/dontdiff | 46 +-
550 Documentation/kbuild/makefiles.txt | 39 +-
551 Documentation/kernel-parameters.txt | 28 +
552 Makefile | 20 +-
553 arch/Kconfig | 14 +
554 arch/alpha/include/asm/atomic.h | 10 +
555 arch/alpha/include/asm/elf.h | 7 +
556 arch/alpha/include/asm/pgalloc.h | 6 +
557 arch/alpha/include/asm/pgtable.h | 11 +
558 arch/alpha/kernel/module.c | 2 +-
559 arch/alpha/kernel/osf_sys.c | 8 +-
560 arch/alpha/mm/fault.c | 141 +-
561 arch/arm/Kconfig | 6 +-
562 arch/arm/boot/compressed/Makefile | 2 +
563 arch/arm/include/asm/atomic.h | 323 +-
564 arch/arm/include/asm/cache.h | 4 +-
565 arch/arm/include/asm/cacheflush.h | 2 +-
566 arch/arm/include/asm/checksum.h | 14 +-
567 arch/arm/include/asm/cmpxchg.h | 4 +
568 arch/arm/include/asm/cpuidle.h | 2 +-
569 arch/arm/include/asm/domain.h | 42 +-
570 arch/arm/include/asm/elf.h | 9 +-
571 arch/arm/include/asm/fncpy.h | 2 +
572 arch/arm/include/asm/futex.h | 1 +
573 arch/arm/include/asm/kmap_types.h | 2 +-
574 arch/arm/include/asm/mach/dma.h | 2 +-
575 arch/arm/include/asm/mach/map.h | 16 +-
576 arch/arm/include/asm/outercache.h | 2 +-
577 arch/arm/include/asm/page.h | 3 +-
578 arch/arm/include/asm/pgalloc.h | 20 +
579 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
580 arch/arm/include/asm/pgtable-2level.h | 3 +
581 arch/arm/include/asm/pgtable-3level.h | 3 +
582 arch/arm/include/asm/pgtable.h | 54 +-
583 arch/arm/include/asm/smp.h | 2 +-
584 arch/arm/include/asm/string.h | 10 +-
585 arch/arm/include/asm/thread_info.h | 3 +
586 arch/arm/include/asm/tls.h | 3 +
587 arch/arm/include/asm/uaccess.h | 113 +-
588 arch/arm/include/uapi/asm/ptrace.h | 2 +-
589 arch/arm/kernel/armksyms.c | 2 +-
590 arch/arm/kernel/cpuidle.c | 2 +-
591 arch/arm/kernel/entry-armv.S | 109 +-
592 arch/arm/kernel/entry-common.S | 40 +-
593 arch/arm/kernel/entry-header.S | 55 +
594 arch/arm/kernel/fiq.c | 3 +
595 arch/arm/kernel/module-plts.c | 7 +-
596 arch/arm/kernel/module.c | 38 +-
597 arch/arm/kernel/patch.c | 2 +
598 arch/arm/kernel/process.c | 86 +-
599 arch/arm/kernel/reboot.c | 1 +
600 arch/arm/kernel/setup.c | 20 +-
601 arch/arm/kernel/signal.c | 35 +-
602 arch/arm/kernel/smp.c | 2 +-
603 arch/arm/kernel/tcm.c | 4 +-
604 arch/arm/kernel/vmlinux.lds.S | 6 +-
605 arch/arm/kvm/arm.c | 8 +-
606 arch/arm/lib/copy_page.S | 1 +
607 arch/arm/lib/csumpartialcopyuser.S | 4 +-
608 arch/arm/lib/delay.c | 2 +-
609 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
610 arch/arm/mach-exynos/suspend.c | 6 +-
611 arch/arm/mach-mvebu/coherency.c | 4 +-
612 arch/arm/mach-omap2/board-n8x0.c | 2 +-
613 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
614 arch/arm/mach-omap2/omap-smp.c | 1 +
615 arch/arm/mach-omap2/omap_device.c | 4 +-
616 arch/arm/mach-omap2/omap_device.h | 4 +-
617 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
618 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
619 arch/arm/mach-omap2/wd_timer.c | 6 +-
620 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
621 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
622 arch/arm/mach-tegra/irq.c | 1 +
623 arch/arm/mach-ux500/pm.c | 1 +
624 arch/arm/mach-zynq/platsmp.c | 1 +
625 arch/arm/mm/Kconfig | 6 +-
626 arch/arm/mm/cache-l2x0.c | 2 +-
627 arch/arm/mm/context.c | 10 +-
628 arch/arm/mm/fault.c | 160 +
629 arch/arm/mm/fault.h | 12 +
630 arch/arm/mm/init.c | 39 +
631 arch/arm/mm/ioremap.c | 4 +-
632 arch/arm/mm/mmap.c | 36 +-
633 arch/arm/mm/mmu.c | 162 +-
634 arch/arm/net/bpf_jit_32.c | 3 +
635 arch/arm/plat-iop/setup.c | 2 +-
636 arch/arm/plat-omap/sram.c | 2 +
637 arch/arm64/Kconfig | 1 +
638 arch/arm64/include/asm/atomic.h | 10 +
639 arch/arm64/include/asm/percpu.h | 8 +-
640 arch/arm64/include/asm/pgalloc.h | 5 +
641 arch/arm64/include/asm/string.h | 22 +-
642 arch/arm64/include/asm/uaccess.h | 1 +
643 arch/arm64/mm/dma-mapping.c | 2 +-
644 arch/avr32/include/asm/elf.h | 8 +-
645 arch/avr32/include/asm/kmap_types.h | 4 +-
646 arch/avr32/mm/fault.c | 27 +
647 arch/frv/include/asm/atomic.h | 10 +
648 arch/frv/include/asm/kmap_types.h | 2 +-
649 arch/frv/mm/elf-fdpic.c | 3 +-
650 arch/ia64/Makefile | 1 +
651 arch/ia64/include/asm/atomic.h | 10 +
652 arch/ia64/include/asm/elf.h | 7 +
653 arch/ia64/include/asm/pgalloc.h | 12 +
654 arch/ia64/include/asm/pgtable.h | 13 +-
655 arch/ia64/include/asm/spinlock.h | 2 +-
656 arch/ia64/include/asm/uaccess.h | 27 +-
657 arch/ia64/kernel/module.c | 20 +-
658 arch/ia64/kernel/palinfo.c | 2 +-
659 arch/ia64/kernel/sys_ia64.c | 7 +
660 arch/ia64/kernel/vmlinux.lds.S | 2 +-
661 arch/ia64/mm/fault.c | 32 +-
662 arch/ia64/mm/init.c | 15 +-
663 arch/m32r/lib/usercopy.c | 6 +
664 arch/mips/Kconfig | 1 +
665 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
666 arch/mips/include/asm/atomic.h | 372 +-
667 arch/mips/include/asm/cache.h | 3 +-
668 arch/mips/include/asm/elf.h | 7 +
669 arch/mips/include/asm/exec.h | 2 +-
670 arch/mips/include/asm/hw_irq.h | 2 +-
671 arch/mips/include/asm/local.h | 57 +
672 arch/mips/include/asm/page.h | 2 +-
673 arch/mips/include/asm/pgalloc.h | 5 +
674 arch/mips/include/asm/pgtable.h | 3 +
675 arch/mips/include/asm/uaccess.h | 1 +
676 arch/mips/kernel/binfmt_elfn32.c | 7 +
677 arch/mips/kernel/binfmt_elfo32.c | 7 +
678 arch/mips/kernel/irq-gt641xx.c | 2 +-
679 arch/mips/kernel/irq.c | 6 +-
680 arch/mips/kernel/pm-cps.c | 2 +-
681 arch/mips/kernel/process.c | 12 -
682 arch/mips/kernel/sync-r4k.c | 24 +-
683 arch/mips/kernel/traps.c | 13 +-
684 arch/mips/lib/ashldi3.c | 21 +-
685 arch/mips/lib/ashrdi3.c | 19 +-
686 arch/mips/lib/libgcc.h | 12 +-
687 arch/mips/mm/fault.c | 25 +
688 arch/mips/mm/init.c | 4 +-
689 arch/mips/mm/mmap.c | 24 +-
690 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
691 arch/mips/sni/rm200.c | 2 +-
692 arch/mips/vr41xx/common/icu.c | 2 +-
693 arch/mips/vr41xx/common/irq.c | 4 +-
694 arch/parisc/include/asm/atomic.h | 10 +
695 arch/parisc/include/asm/elf.h | 7 +
696 arch/parisc/include/asm/pgalloc.h | 6 +
697 arch/parisc/include/asm/pgtable.h | 11 +
698 arch/parisc/include/asm/uaccess.h | 4 +-
699 arch/parisc/kernel/module.c | 26 +-
700 arch/parisc/kernel/sys_parisc.c | 15 +
701 arch/parisc/kernel/traps.c | 4 +-
702 arch/parisc/mm/fault.c | 140 +-
703 arch/powerpc/Kconfig | 1 +
704 arch/powerpc/include/asm/atomic.h | 317 +-
705 arch/powerpc/include/asm/book3s/32/hash.h | 1 +
706 arch/powerpc/include/asm/elf.h | 12 +
707 arch/powerpc/include/asm/exec.h | 2 +-
708 arch/powerpc/include/asm/kmap_types.h | 2 +-
709 arch/powerpc/include/asm/local.h | 46 +
710 arch/powerpc/include/asm/mman.h | 2 +-
711 arch/powerpc/include/asm/page.h | 8 +-
712 arch/powerpc/include/asm/page_64.h | 7 +-
713 arch/powerpc/include/asm/pgalloc-64.h | 11 +
714 arch/powerpc/include/asm/pgtable.h | 1 +
715 arch/powerpc/include/asm/reg.h | 1 +
716 arch/powerpc/include/asm/smp.h | 2 +-
717 arch/powerpc/include/asm/spinlock.h | 42 +-
718 arch/powerpc/include/asm/string.h | 18 +-
719 arch/powerpc/include/asm/uaccess.h | 141 +-
720 arch/powerpc/kernel/Makefile | 5 +
721 arch/powerpc/kernel/exceptions-64e.S | 4 +-
722 arch/powerpc/kernel/exceptions-64s.S | 2 +-
723 arch/powerpc/kernel/module_32.c | 15 +-
724 arch/powerpc/kernel/process.c | 7 -
725 arch/powerpc/kernel/signal_32.c | 2 +-
726 arch/powerpc/kernel/signal_64.c | 2 +-
727 arch/powerpc/kernel/traps.c | 21 +
728 arch/powerpc/kernel/vdso.c | 5 +-
729 arch/powerpc/lib/usercopy_64.c | 18 -
730 arch/powerpc/mm/fault.c | 56 +-
731 arch/powerpc/mm/mmap.c | 16 +
732 arch/powerpc/mm/slice.c | 21 +-
733 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
734 arch/s390/include/asm/atomic.h | 10 +
735 arch/s390/include/asm/elf.h | 7 +
736 arch/s390/include/asm/exec.h | 2 +-
737 arch/s390/include/asm/uaccess.h | 13 +-
738 arch/s390/kernel/module.c | 22 +-
739 arch/s390/kernel/process.c | 7 -
740 arch/s390/mm/mmap.c | 22 +-
741 arch/score/include/asm/exec.h | 2 +-
742 arch/score/kernel/process.c | 5 -
743 arch/sh/mm/mmap.c | 28 +-
744 arch/sparc/Kconfig | 1 +
745 arch/sparc/include/asm/atomic_64.h | 110 +-
746 arch/sparc/include/asm/cache.h | 2 +-
747 arch/sparc/include/asm/elf_32.h | 7 +
748 arch/sparc/include/asm/elf_64.h | 7 +
749 arch/sparc/include/asm/pgalloc_32.h | 1 +
750 arch/sparc/include/asm/pgalloc_64.h | 1 +
751 arch/sparc/include/asm/pgtable.h | 4 +
752 arch/sparc/include/asm/pgtable_32.h | 15 +-
753 arch/sparc/include/asm/pgtsrmmu.h | 5 +
754 arch/sparc/include/asm/setup.h | 4 +-
755 arch/sparc/include/asm/spinlock_64.h | 35 +-
756 arch/sparc/include/asm/thread_info_32.h | 1 +
757 arch/sparc/include/asm/thread_info_64.h | 2 +
758 arch/sparc/include/asm/uaccess.h | 1 +
759 arch/sparc/include/asm/uaccess_32.h | 28 +-
760 arch/sparc/include/asm/uaccess_64.h | 24 +-
761 arch/sparc/kernel/Makefile | 2 +-
762 arch/sparc/kernel/prom_common.c | 2 +-
763 arch/sparc/kernel/smp_64.c | 8 +-
764 arch/sparc/kernel/sys_sparc_32.c | 2 +-
765 arch/sparc/kernel/sys_sparc_64.c | 58 +-
766 arch/sparc/kernel/traps_64.c | 27 +-
767 arch/sparc/lib/Makefile | 2 +-
768 arch/sparc/lib/atomic_64.S | 57 +-
769 arch/sparc/lib/ksyms.c | 6 +-
770 arch/sparc/mm/Makefile | 2 +-
771 arch/sparc/mm/fault_32.c | 292 +
772 arch/sparc/mm/fault_64.c | 486 +
773 arch/sparc/mm/hugetlbpage.c | 30 +-
774 arch/sparc/mm/init_64.c | 10 +-
775 arch/tile/include/asm/atomic_64.h | 10 +
776 arch/tile/include/asm/uaccess.h | 4 +-
777 arch/um/Makefile | 2 +
778 arch/um/include/asm/kmap_types.h | 2 +-
779 arch/um/include/asm/page.h | 3 +
780 arch/um/include/asm/pgtable-3level.h | 1 +
781 arch/um/kernel/process.c | 16 -
782 arch/x86/Kconfig | 33 +-
783 arch/x86/Kconfig.cpu | 6 +-
784 arch/x86/Kconfig.debug | 3 +-
785 arch/x86/Makefile | 13 +-
786 arch/x86/boot/bitops.h | 4 +-
787 arch/x86/boot/boot.h | 2 +-
788 arch/x86/boot/compressed/Makefile | 17 +
789 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
790 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
791 arch/x86/boot/compressed/head_32.S | 4 +-
792 arch/x86/boot/compressed/head_64.S | 12 +-
793 arch/x86/boot/compressed/misc.c | 11 +-
794 arch/x86/boot/cpucheck.c | 16 +-
795 arch/x86/boot/header.S | 6 +-
796 arch/x86/boot/memory.c | 2 +-
797 arch/x86/boot/video-vesa.c | 1 +
798 arch/x86/boot/video.c | 2 +-
799 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
800 arch/x86/crypto/aesni-intel_asm.S | 116 +-
801 arch/x86/crypto/aesni-intel_glue.c | 4 +-
802 arch/x86/crypto/blowfish-x86_64-asm_64.S | 11 +-
803 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 22 +-
804 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 22 +-
805 arch/x86/crypto/camellia-x86_64-asm_64.S | 11 +-
806 arch/x86/crypto/camellia_aesni_avx2_glue.c | 18 +-
807 arch/x86/crypto/camellia_aesni_avx_glue.c | 18 +-
808 arch/x86/crypto/camellia_glue.c | 8 +-
809 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 55 +-
810 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 37 +-
811 arch/x86/crypto/cast6_avx_glue.c | 16 +-
812 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
813 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
814 arch/x86/crypto/glue_helper.c | 2 +-
815 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
816 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 21 +-
817 arch/x86/crypto/serpent-avx2-asm_64.S | 21 +-
818 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
819 arch/x86/crypto/serpent_avx2_glue.c | 14 +-
820 arch/x86/crypto/serpent_avx_glue.c | 18 +-
821 arch/x86/crypto/serpent_sse2_glue.c | 4 +-
822 arch/x86/crypto/sha-mb/sha1_mb_mgr_flush_avx2.S | 4 +-
823 arch/x86/crypto/sha-mb/sha1_mb_mgr_submit_avx2.S | 2 +-
824 arch/x86/crypto/sha1_ssse3_asm.S | 13 +-
825 arch/x86/crypto/sha1_ssse3_glue.c | 56 +-
826 arch/x86/crypto/sha256-avx-asm.S | 5 +-
827 arch/x86/crypto/sha256-avx2-asm.S | 5 +-
828 arch/x86/crypto/sha256-ssse3-asm.S | 6 +-
829 arch/x86/crypto/sha256_ni_asm.S | 2 +-
830 arch/x86/crypto/sha256_ssse3_glue.c | 26 +-
831 arch/x86/crypto/sha512-avx-asm.S | 5 +-
832 arch/x86/crypto/sha512-avx2-asm.S | 5 +-
833 arch/x86/crypto/sha512-ssse3-asm.S | 5 +-
834 arch/x86/crypto/sha512_ssse3_glue.c | 22 +-
835 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 37 +-
836 arch/x86/crypto/twofish-i586-asm_32.S | 4 +-
837 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 6 +-
838 arch/x86/crypto/twofish-x86_64-asm_64.S | 7 +-
839 arch/x86/crypto/twofish_avx_glue.c | 21 +-
840 arch/x86/crypto/twofish_glue.c | 4 +-
841 arch/x86/crypto/twofish_glue_3way.c | 12 +-
842 arch/x86/entry/Makefile | 2 +
843 arch/x86/entry/calling.h | 86 +-
844 arch/x86/entry/common.c | 89 +-
845 arch/x86/entry/entry_32.S | 330 +-
846 arch/x86/entry/entry_64.S | 600 +-
847 arch/x86/entry/entry_64_compat.S | 115 +-
848 arch/x86/entry/thunk_64.S | 2 +
849 arch/x86/entry/vdso/Makefile | 5 +-
850 arch/x86/entry/vdso/vclock_gettime.c | 2 +-
851 arch/x86/entry/vdso/vdso2c.h | 4 +-
852 arch/x86/entry/vdso/vma.c | 42 +-
853 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
854 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
855 arch/x86/events/amd/iommu.c | 8 +-
856 arch/x86/events/core.c | 8 +-
857 arch/x86/events/intel/bts.c | 6 +-
858 arch/x86/events/intel/core.c | 34 +-
859 arch/x86/events/intel/cqm.c | 14 +-
860 arch/x86/events/intel/cstate.c | 6 +-
861 arch/x86/events/intel/ds.c | 7 +-
862 arch/x86/events/intel/lbr.c | 4 +-
863 arch/x86/events/intel/pt.c | 44 +-
864 arch/x86/events/intel/rapl.c | 8 +-
865 arch/x86/events/intel/uncore.c | 6 +-
866 arch/x86/events/intel/uncore.h | 14 +-
867 arch/x86/events/perf_event.h | 2 +-
868 arch/x86/ia32/ia32_signal.c | 23 +-
869 arch/x86/ia32/sys_ia32.c | 42 +-
870 arch/x86/include/asm/alternative-asm.h | 43 +-
871 arch/x86/include/asm/alternative.h | 4 +-
872 arch/x86/include/asm/apic.h | 2 +-
873 arch/x86/include/asm/apm.h | 4 +-
874 arch/x86/include/asm/atomic.h | 230 +-
875 arch/x86/include/asm/atomic64_32.h | 119 +
876 arch/x86/include/asm/atomic64_64.h | 169 +-
877 arch/x86/include/asm/bitops.h | 18 +-
878 arch/x86/include/asm/boot.h | 2 +-
879 arch/x86/include/asm/cache.h | 4 +-
880 arch/x86/include/asm/checksum_32.h | 12 +-
881 arch/x86/include/asm/cmpxchg.h | 39 +
882 arch/x86/include/asm/compat.h | 4 +
883 arch/x86/include/asm/cpufeature.h | 2 +-
884 arch/x86/include/asm/cpufeatures.h | 5 +-
885 arch/x86/include/asm/crypto/camellia.h | 30 +-
886 arch/x86/include/asm/crypto/glue_helper.h | 10 +-
887 arch/x86/include/asm/crypto/serpent-avx.h | 18 +-
888 arch/x86/include/asm/crypto/serpent-sse2.h | 8 +-
889 arch/x86/include/asm/crypto/twofish.h | 10 +-
890 arch/x86/include/asm/desc.h | 78 +-
891 arch/x86/include/asm/desc_defs.h | 6 +
892 arch/x86/include/asm/div64.h | 2 +-
893 arch/x86/include/asm/dma.h | 2 +
894 arch/x86/include/asm/elf.h | 33 +-
895 arch/x86/include/asm/emergency-restart.h | 2 +-
896 arch/x86/include/asm/fixmap.h | 2 +-
897 arch/x86/include/asm/fpu/internal.h | 38 +-
898 arch/x86/include/asm/fpu/types.h | 5 +-
899 arch/x86/include/asm/futex.h | 14 +-
900 arch/x86/include/asm/hw_irq.h | 4 +-
901 arch/x86/include/asm/hypervisor.h | 2 +-
902 arch/x86/include/asm/i8259.h | 2 +-
903 arch/x86/include/asm/io.h | 22 +-
904 arch/x86/include/asm/irqflags.h | 5 +
905 arch/x86/include/asm/kprobes.h | 9 +-
906 arch/x86/include/asm/kvm_emulate.h | 7 +-
907 arch/x86/include/asm/local.h | 106 +-
908 arch/x86/include/asm/mman.h | 15 +
909 arch/x86/include/asm/mmu.h | 14 +-
910 arch/x86/include/asm/mmu_context.h | 133 +-
911 arch/x86/include/asm/module.h | 23 +-
912 arch/x86/include/asm/nmi.h | 19 +-
913 arch/x86/include/asm/page.h | 1 +
914 arch/x86/include/asm/page_32.h | 12 +-
915 arch/x86/include/asm/page_64.h | 14 +-
916 arch/x86/include/asm/paravirt.h | 46 +-
917 arch/x86/include/asm/paravirt_types.h | 13 +-
918 arch/x86/include/asm/pgalloc.h | 23 +
919 arch/x86/include/asm/pgtable-2level.h | 2 +
920 arch/x86/include/asm/pgtable-3level.h | 7 +
921 arch/x86/include/asm/pgtable.h | 126 +-
922 arch/x86/include/asm/pgtable_32.h | 14 +-
923 arch/x86/include/asm/pgtable_32_types.h | 24 +-
924 arch/x86/include/asm/pgtable_64.h | 23 +-
925 arch/x86/include/asm/pgtable_64_types.h | 5 +
926 arch/x86/include/asm/pgtable_types.h | 27 +-
927 arch/x86/include/asm/pmem.h | 2 +-
928 arch/x86/include/asm/preempt.h | 2 +-
929 arch/x86/include/asm/processor.h | 57 +-
930 arch/x86/include/asm/ptrace.h | 15 +-
931 arch/x86/include/asm/realmode.h | 4 +-
932 arch/x86/include/asm/reboot.h | 10 +-
933 arch/x86/include/asm/rmwcc.h | 84 +-
934 arch/x86/include/asm/rwsem.h | 60 +-
935 arch/x86/include/asm/segment.h | 27 +-
936 arch/x86/include/asm/smap.h | 43 +
937 arch/x86/include/asm/smp.h | 14 +-
938 arch/x86/include/asm/stackprotector.h | 4 +-
939 arch/x86/include/asm/stacktrace.h | 34 +-
940 arch/x86/include/asm/string_32.h | 20 +-
941 arch/x86/include/asm/string_64.h | 16 +-
942 arch/x86/include/asm/switch_to.h | 4 +-
943 arch/x86/include/asm/sys_ia32.h | 6 +-
944 arch/x86/include/asm/thread_info.h | 54 +-
945 arch/x86/include/asm/tlbflush.h | 77 +-
946 arch/x86/include/asm/traps.h | 4 +-
947 arch/x86/include/asm/uaccess.h | 210 +-
948 arch/x86/include/asm/uaccess_32.h | 28 +-
949 arch/x86/include/asm/uaccess_64.h | 169 +-
950 arch/x86/include/asm/word-at-a-time.h | 2 +-
951 arch/x86/include/asm/x86_init.h | 10 +-
952 arch/x86/include/asm/xen/page.h | 2 +-
953 arch/x86/include/uapi/asm/e820.h | 2 +-
954 arch/x86/kernel/Makefile | 2 +-
955 arch/x86/kernel/acpi/boot.c | 4 +-
956 arch/x86/kernel/acpi/sleep.c | 4 +
957 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
958 arch/x86/kernel/alternative.c | 124 +-
959 arch/x86/kernel/apic/apic.c | 4 +-
960 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
961 arch/x86/kernel/apic/apic_noop.c | 2 +-
962 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
963 arch/x86/kernel/apic/io_apic.c | 10 +-
964 arch/x86/kernel/apic/msi.c | 2 +-
965 arch/x86/kernel/apic/probe_32.c | 4 +-
966 arch/x86/kernel/apic/vector.c | 2 +
967 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
968 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
969 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
970 arch/x86/kernel/apm_32.c | 21 +-
971 arch/x86/kernel/asm-offsets.c | 22 +
972 arch/x86/kernel/cpu/Makefile | 4 -
973 arch/x86/kernel/cpu/amd.c | 2 +-
974 arch/x86/kernel/cpu/bugs_64.c | 2 +
975 arch/x86/kernel/cpu/common.c | 202 +-
976 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
977 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
978 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
979 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
980 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
981 arch/x86/kernel/cpu/mshyperv.c | 2 +-
982 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
983 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
984 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
985 arch/x86/kernel/cpu/vmware.c | 2 +-
986 arch/x86/kernel/crash_dump_64.c | 2 +-
987 arch/x86/kernel/doublefault.c | 8 +-
988 arch/x86/kernel/dumpstack.c | 24 +-
989 arch/x86/kernel/dumpstack_32.c | 25 +-
990 arch/x86/kernel/dumpstack_64.c | 72 +-
991 arch/x86/kernel/e820.c | 4 +-
992 arch/x86/kernel/early_printk.c | 1 +
993 arch/x86/kernel/espfix_64.c | 44 +-
994 arch/x86/kernel/fpu/core.c | 30 +-
995 arch/x86/kernel/fpu/init.c | 49 +-
996 arch/x86/kernel/fpu/regset.c | 22 +-
997 arch/x86/kernel/fpu/signal.c | 20 +-
998 arch/x86/kernel/fpu/xstate.c | 12 +-
999 arch/x86/kernel/ftrace.c | 18 +-
1000 arch/x86/kernel/head64.c | 14 +-
1001 arch/x86/kernel/head_32.S | 240 +-
1002 arch/x86/kernel/head_64.S | 182 +-
1003 arch/x86/kernel/i386_ksyms_32.c | 12 +
1004 arch/x86/kernel/i8259.c | 10 +-
1005 arch/x86/kernel/io_delay.c | 2 +-
1006 arch/x86/kernel/ioport.c | 2 +-
1007 arch/x86/kernel/irq.c | 8 +-
1008 arch/x86/kernel/irq_32.c | 45 +-
1009 arch/x86/kernel/jump_label.c | 10 +-
1010 arch/x86/kernel/kgdb.c | 21 +-
1011 arch/x86/kernel/kprobes/core.c | 28 +-
1012 arch/x86/kernel/kprobes/opt.c | 16 +-
1013 arch/x86/kernel/ksysfs.c | 2 +-
1014 arch/x86/kernel/kvm.c | 2 +-
1015 arch/x86/kernel/kvmclock.c | 20 +-
1016 arch/x86/kernel/ldt.c | 25 +
1017 arch/x86/kernel/livepatch.c | 9 +-
1018 arch/x86/kernel/machine_kexec_32.c | 6 +-
1019 arch/x86/kernel/mcount_64.S | 21 +-
1020 arch/x86/kernel/module.c | 78 +-
1021 arch/x86/kernel/msr.c | 2 +-
1022 arch/x86/kernel/nmi.c | 34 +-
1023 arch/x86/kernel/nmi_selftest.c | 4 +-
1024 arch/x86/kernel/paravirt-spinlocks.c | 24 +-
1025 arch/x86/kernel/paravirt.c | 133 +-
1026 arch/x86/kernel/paravirt_patch_64.c | 8 +
1027 arch/x86/kernel/pci-calgary_64.c | 2 +-
1028 arch/x86/kernel/pci-iommu_table.c | 2 +-
1029 arch/x86/kernel/pci-swiotlb.c | 2 +-
1030 arch/x86/kernel/process.c | 80 +-
1031 arch/x86/kernel/process_32.c | 29 +-
1032 arch/x86/kernel/process_64.c | 14 +-
1033 arch/x86/kernel/ptrace.c | 20 +-
1034 arch/x86/kernel/pvclock.c | 8 +-
1035 arch/x86/kernel/reboot.c | 44 +-
1036 arch/x86/kernel/reboot_fixups_32.c | 2 +-
1037 arch/x86/kernel/relocate_kernel_64.S | 3 +-
1038 arch/x86/kernel/setup.c | 29 +-
1039 arch/x86/kernel/setup_percpu.c | 29 +-
1040 arch/x86/kernel/signal.c | 17 +-
1041 arch/x86/kernel/smp.c | 2 +-
1042 arch/x86/kernel/smpboot.c | 29 +-
1043 arch/x86/kernel/step.c | 6 +-
1044 arch/x86/kernel/sys_i386_32.c | 184 +
1045 arch/x86/kernel/sys_x86_64.c | 28 +-
1046 arch/x86/kernel/tboot.c | 22 +-
1047 arch/x86/kernel/time.c | 8 +-
1048 arch/x86/kernel/tls.c | 7 +-
1049 arch/x86/kernel/tracepoint.c | 4 +-
1050 arch/x86/kernel/traps.c | 66 +-
1051 arch/x86/kernel/tsc.c | 2 +-
1052 arch/x86/kernel/uprobes.c | 4 +-
1053 arch/x86/kernel/vm86_32.c | 6 +-
1054 arch/x86/kernel/vmlinux.lds.S | 144 +-
1055 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
1056 arch/x86/kernel/x86_init.c | 6 +-
1057 arch/x86/kvm/cpuid.c | 21 +-
1058 arch/x86/kvm/emulate.c | 20 +-
1059 arch/x86/kvm/i8259.c | 10 +-
1060 arch/x86/kvm/ioapic.c | 2 +
1061 arch/x86/kvm/lapic.c | 2 +-
1062 arch/x86/kvm/paging_tmpl.h | 2 +-
1063 arch/x86/kvm/svm.c | 10 +-
1064 arch/x86/kvm/vmx.c | 60 +-
1065 arch/x86/kvm/x86.c | 44 +-
1066 arch/x86/lguest/boot.c | 3 +-
1067 arch/x86/lib/atomic64_386_32.S | 164 +
1068 arch/x86/lib/atomic64_cx8_32.S | 98 +-
1069 arch/x86/lib/checksum_32.S | 99 +-
1070 arch/x86/lib/clear_page_64.S | 3 +
1071 arch/x86/lib/cmpxchg16b_emu.S | 3 +
1072 arch/x86/lib/copy_page_64.S | 14 +-
1073 arch/x86/lib/copy_user_64.S | 66 +-
1074 arch/x86/lib/csum-copy_64.S | 14 +-
1075 arch/x86/lib/csum-wrappers_64.c | 8 +-
1076 arch/x86/lib/getuser.S | 74 +-
1077 arch/x86/lib/insn.c | 8 +-
1078 arch/x86/lib/iomap_copy_64.S | 2 +
1079 arch/x86/lib/memcpy_64.S | 6 +
1080 arch/x86/lib/memmove_64.S | 3 +-
1081 arch/x86/lib/memset_64.S | 3 +
1082 arch/x86/lib/mmx_32.c | 243 +-
1083 arch/x86/lib/msr-reg.S | 2 +
1084 arch/x86/lib/putuser.S | 87 +-
1085 arch/x86/lib/rwsem.S | 4 +
1086 arch/x86/lib/usercopy_32.c | 359 +-
1087 arch/x86/lib/usercopy_64.c | 22 +-
1088 arch/x86/math-emu/fpu_aux.c | 2 +-
1089 arch/x86/math-emu/fpu_entry.c | 4 +-
1090 arch/x86/math-emu/fpu_etc.c | 9 +-
1091 arch/x86/math-emu/fpu_system.h | 2 +-
1092 arch/x86/math-emu/fpu_trig.c | 13 +-
1093 arch/x86/math-emu/reg_constant.c | 7 +-
1094 arch/x86/mm/Makefile | 3 +
1095 arch/x86/mm/extable.c | 20 +-
1096 arch/x86/mm/fault.c | 573 +-
1097 arch/x86/mm/gup.c | 6 +-
1098 arch/x86/mm/highmem_32.c | 6 +
1099 arch/x86/mm/hugetlbpage.c | 24 +-
1100 arch/x86/mm/init.c | 19 +-
1101 arch/x86/mm/init_32.c | 157 +-
1102 arch/x86/mm/init_64.c | 100 +-
1103 arch/x86/mm/iomap_32.c | 4 +
1104 arch/x86/mm/ioremap.c | 52 +-
1105 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
1106 arch/x86/mm/mmap.c | 46 +-
1107 arch/x86/mm/mmio-mod.c | 10 +-
1108 arch/x86/mm/mpx.c | 6 +-
1109 arch/x86/mm/numa.c | 2 +-
1110 arch/x86/mm/pageattr.c | 36 +-
1111 arch/x86/mm/pat.c | 12 +-
1112 arch/x86/mm/pat_rbtree.c | 2 +-
1113 arch/x86/mm/pf_in.c | 10 +-
1114 arch/x86/mm/pgtable.c | 211 +-
1115 arch/x86/mm/pgtable_32.c | 3 +
1116 arch/x86/mm/setup_nx.c | 7 +
1117 arch/x86/mm/tlb.c | 4 +
1118 arch/x86/mm/uderef_64.c | 37 +
1119 arch/x86/net/bpf_jit.S | 11 +
1120 arch/x86/net/bpf_jit_comp.c | 13 +-
1121 arch/x86/oprofile/backtrace.c | 6 +-
1122 arch/x86/oprofile/nmi_int.c | 10 +-
1123 arch/x86/oprofile/op_model_amd.c | 8 +-
1124 arch/x86/oprofile/op_model_ppro.c | 7 +-
1125 arch/x86/oprofile/op_x86_model.h | 2 +-
1126 arch/x86/pci/intel_mid_pci.c | 2 +-
1127 arch/x86/pci/irq.c | 8 +-
1128 arch/x86/pci/pcbios.c | 112 +-
1129 arch/x86/pci/vmd.c | 4 +-
1130 arch/x86/platform/efi/efi_32.c | 24 +
1131 arch/x86/platform/efi/efi_64.c | 26 +-
1132 arch/x86/platform/efi/efi_stub_32.S | 64 +-
1133 arch/x86/platform/efi/efi_stub_64.S | 2 +
1134 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
1135 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
1136 arch/x86/platform/intel-mid/mfld.c | 4 +-
1137 arch/x86/platform/intel-mid/mrfl.c | 2 +-
1138 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
1139 arch/x86/platform/olpc/olpc_dt.c | 2 +-
1140 arch/x86/power/cpu.c | 11 +-
1141 arch/x86/realmode/init.c | 10 +-
1142 arch/x86/realmode/rm/header.S | 4 +-
1143 arch/x86/realmode/rm/reboot.S | 4 +
1144 arch/x86/realmode/rm/trampoline_32.S | 12 +-
1145 arch/x86/realmode/rm/trampoline_64.S | 3 +-
1146 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
1147 arch/x86/tools/Makefile | 2 +-
1148 arch/x86/tools/relocs.c | 97 +-
1149 arch/x86/um/mem_32.c | 2 +-
1150 arch/x86/um/tls_32.c | 2 +-
1151 arch/x86/xen/enlighten.c | 52 +-
1152 arch/x86/xen/mmu.c | 31 +-
1153 arch/x86/xen/smp.c | 16 +-
1154 arch/x86/xen/xen-asm_32.S | 2 +-
1155 arch/x86/xen/xen-head.S | 12 +
1156 arch/x86/xen/xen-ops.h | 2 -
1157 block/bio.c | 4 +-
1158 block/blk-cgroup.c | 18 +-
1159 block/blk-map.c | 2 +-
1160 block/blk-softirq.c | 2 +-
1161 block/bsg.c | 12 +-
1162 block/cfq-iosched.c | 4 +-
1163 block/compat_ioctl.c | 4 +-
1164 block/genhd.c | 9 +-
1165 block/partitions/efi.c | 8 +-
1166 block/scsi_ioctl.c | 29 +-
1167 crypto/cast6_generic.c | 6 +-
1168 crypto/cryptd.c | 4 +-
1169 crypto/crypto_user.c | 2 +-
1170 crypto/pcrypt.c | 2 +-
1171 crypto/salsa20_generic.c | 16 +-
1172 crypto/serpent_generic.c | 6 +-
1173 drivers/acpi/ac.c | 2 +-
1174 drivers/acpi/acpi_video.c | 2 +-
1175 drivers/acpi/apei/apei-internal.h | 2 +-
1176 drivers/acpi/apei/ghes.c | 10 +-
1177 drivers/acpi/battery.c | 2 +-
1178 drivers/acpi/bgrt.c | 6 +-
1179 drivers/acpi/blacklist.c | 4 +-
1180 drivers/acpi/bus.c | 4 +-
1181 drivers/acpi/device_pm.c | 4 +-
1182 drivers/acpi/ec.c | 6 +-
1183 drivers/acpi/pci_slot.c | 2 +-
1184 drivers/acpi/processor_idle.c | 2 +-
1185 drivers/acpi/processor_pdc.c | 2 +-
1186 drivers/acpi/sleep.c | 2 +-
1187 drivers/acpi/sysfs.c | 14 +-
1188 drivers/acpi/thermal.c | 2 +-
1189 drivers/acpi/video_detect.c | 7 +-
1190 drivers/android/binder.c | 2 +-
1191 drivers/ata/libata-core.c | 12 +-
1192 drivers/ata/libata-scsi.c | 2 +-
1193 drivers/ata/libata.h | 2 +-
1194 drivers/ata/pata_arasan_cf.c | 4 +-
1195 drivers/atm/adummy.c | 2 +-
1196 drivers/atm/ambassador.c | 8 +-
1197 drivers/atm/atmtcp.c | 14 +-
1198 drivers/atm/eni.c | 10 +-
1199 drivers/atm/firestream.c | 8 +-
1200 drivers/atm/fore200e.c | 14 +-
1201 drivers/atm/he.c | 18 +-
1202 drivers/atm/horizon.c | 4 +-
1203 drivers/atm/idt77252.c | 36 +-
1204 drivers/atm/iphase.c | 34 +-
1205 drivers/atm/lanai.c | 12 +-
1206 drivers/atm/nicstar.c | 46 +-
1207 drivers/atm/solos-pci.c | 4 +-
1208 drivers/atm/suni.c | 4 +-
1209 drivers/atm/uPD98402.c | 16 +-
1210 drivers/atm/zatm.c | 6 +-
1211 drivers/base/bus.c | 4 +-
1212 drivers/base/devres.c | 4 +-
1213 drivers/base/devtmpfs.c | 8 +-
1214 drivers/base/node.c | 2 +-
1215 drivers/base/platform-msi.c | 20 +-
1216 drivers/base/power/domain.c | 6 +-
1217 drivers/base/power/runtime.c | 61 +-
1218 drivers/base/power/sysfs.c | 2 +-
1219 drivers/base/power/wakeup.c | 8 +-
1220 drivers/base/regmap/regmap-debugfs.c | 4 +-
1221 drivers/base/regmap/regmap.c | 4 +-
1222 drivers/base/syscore.c | 4 +-
1223 drivers/block/cciss.c | 28 +-
1224 drivers/block/cciss.h | 2 +-
1225 drivers/block/drbd/drbd_bitmap.c | 2 +-
1226 drivers/block/drbd/drbd_int.h | 8 +-
1227 drivers/block/drbd/drbd_main.c | 12 +-
1228 drivers/block/drbd/drbd_nl.c | 16 +-
1229 drivers/block/drbd/drbd_receiver.c | 38 +-
1230 drivers/block/drbd/drbd_state.c | 12 +-
1231 drivers/block/drbd/drbd_state.h | 2 +-
1232 drivers/block/drbd/drbd_state_change.h | 8 +-
1233 drivers/block/drbd/drbd_worker.c | 14 +-
1234 drivers/block/floppy.c | 8 +-
1235 drivers/block/pktcdvd.c | 4 +-
1236 drivers/block/rbd.c | 2 +-
1237 drivers/bluetooth/btwilink.c | 2 +-
1238 drivers/bus/arm-cci.c | 6 +-
1239 drivers/cdrom/cdrom.c | 11 +-
1240 drivers/cdrom/gdrom.c | 1 -
1241 drivers/char/agp/compat_ioctl.c | 2 +-
1242 drivers/char/agp/frontend.c | 4 +-
1243 drivers/char/agp/intel-gtt.c | 4 +-
1244 drivers/char/hpet.c | 2 +-
1245 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
1246 drivers/char/ipmi/ipmi_poweroff.c | 2 +-
1247 drivers/char/ipmi/ipmi_si_intf.c | 12 +-
1248 drivers/char/ipmi/ipmi_ssif.c | 12 +-
1249 drivers/char/mem.c | 47 +-
1250 drivers/char/nvram.c | 2 +-
1251 drivers/char/pcmcia/synclink_cs.c | 16 +-
1252 drivers/char/random.c | 12 +-
1253 drivers/char/sonypi.c | 11 +-
1254 drivers/char/tpm/tpm-chip.c | 7 +-
1255 drivers/char/tpm/tpm_acpi.c | 3 +-
1256 drivers/char/tpm/tpm_eventlog.c | 5 +-
1257 drivers/char/virtio_console.c | 6 +-
1258 drivers/clk/clk-composite.c | 2 +-
1259 drivers/clk/samsung/clk.h | 2 +-
1260 drivers/clk/socfpga/clk-gate-a10.c | 9 +-
1261 drivers/clk/socfpga/clk-gate.c | 9 +-
1262 drivers/clk/socfpga/clk-pll-a10.c | 9 +-
1263 drivers/clk/socfpga/clk-pll.c | 9 +-
1264 drivers/clk/ti/adpll.c | 2 +-
1265 drivers/clk/ti/clk.c | 8 +-
1266 drivers/cpufreq/acpi-cpufreq.c | 17 +-
1267 drivers/cpufreq/cpufreq-dt.c | 4 +-
1268 drivers/cpufreq/cpufreq.c | 27 +-
1269 drivers/cpufreq/cpufreq_governor.h | 2 +-
1270 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
1271 drivers/cpufreq/intel_pstate.c | 56 +-
1272 drivers/cpufreq/p4-clockmod.c | 12 +-
1273 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
1274 drivers/cpufreq/speedstep-centrino.c | 7 +-
1275 drivers/cpuidle/driver.c | 2 +-
1276 drivers/cpuidle/dt_idle_states.c | 2 +-
1277 drivers/cpuidle/governor.c | 2 +-
1278 drivers/cpuidle/governors/ladder.c | 13 +-
1279 drivers/cpuidle/sysfs.c | 2 +-
1280 drivers/crypto/hifn_795x.c | 4 +-
1281 drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
1282 drivers/crypto/qat/qat_common/adf_sriov.c | 4 +-
1283 drivers/crypto/qat/qat_common/adf_vf_isr.c | 6 +-
1284 drivers/devfreq/devfreq.c | 4 +-
1285 drivers/dma-buf/dma-buf.c | 5 +-
1286 drivers/dma/qcom/hidma_mgmt_sys.c | 2 +-
1287 drivers/dma/sh/shdma-base.c | 4 +-
1288 drivers/dma/sh/shdmac.c | 2 +-
1289 drivers/edac/edac_device.c | 4 +-
1290 drivers/edac/edac_device_sysfs.c | 2 +-
1291 drivers/edac/edac_mc_sysfs.c | 4 +-
1292 drivers/edac/edac_module.c | 2 +-
1293 drivers/edac/edac_pci.c | 4 +-
1294 drivers/edac/edac_pci_sysfs.c | 22 +-
1295 drivers/edac/mce_amd.h | 2 +-
1296 drivers/firewire/core-card.c | 6 +-
1297 drivers/firewire/core-cdev.c | 4 +-
1298 drivers/firewire/core-device.c | 2 +-
1299 drivers/firewire/core-iso.c | 2 +-
1300 drivers/firewire/core-transaction.c | 1 +
1301 drivers/firewire/core.h | 1 +
1302 drivers/firmware/dmi-id.c | 9 +-
1303 drivers/firmware/dmi_scan.c | 12 +-
1304 drivers/firmware/efi/cper.c | 8 +-
1305 drivers/firmware/efi/efi.c | 14 +-
1306 drivers/firmware/efi/efivars.c | 2 +-
1307 drivers/firmware/efi/runtime-map.c | 2 +-
1308 drivers/firmware/google/gsmi.c | 2 +-
1309 drivers/firmware/google/memconsole.c | 7 +-
1310 drivers/firmware/memmap.c | 2 +-
1311 drivers/firmware/psci.c | 2 +-
1312 drivers/gpio/gpio-davinci.c | 6 +-
1313 drivers/gpio/gpio-em.c | 2 +-
1314 drivers/gpio/gpio-ich.c | 2 +-
1315 drivers/gpio/gpio-mpc8xxx.c | 6 +-
1316 drivers/gpio/gpio-omap.c | 4 +-
1317 drivers/gpio/gpio-rcar.c | 2 +-
1318 drivers/gpio/gpio-vr41xx.c | 2 +-
1319 drivers/gpio/gpiolib.c | 12 +-
1320 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 +-
1321 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +-
1322 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 +-
1323 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
1324 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
1325 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
1326 drivers/gpu/drm/amd/amdgpu/fiji_smc.c | 4 +-
1327 drivers/gpu/drm/amd/amdgpu/iceland_smc.c | 4 +-
1328 drivers/gpu/drm/amd/amdgpu/tonga_smc.c | 4 +-
1329 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
1330 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
1331 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
1332 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
1333 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
1334 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
1335 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
1336 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
1337 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
1338 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
1339 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
1340 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
1341 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
1342 drivers/gpu/drm/armada/armada_drv.c | 3 +-
1343 drivers/gpu/drm/ast/ast_mode.c | 2 +-
1344 drivers/gpu/drm/bochs/bochs_kms.c | 2 +-
1345 drivers/gpu/drm/drm_crtc.c | 2 +-
1346 drivers/gpu/drm/drm_drv.c | 2 +-
1347 drivers/gpu/drm/drm_fops.c | 19 +-
1348 drivers/gpu/drm/drm_global.c | 14 +-
1349 drivers/gpu/drm/drm_info.c | 13 +-
1350 drivers/gpu/drm/drm_ioc32.c | 13 +-
1351 drivers/gpu/drm/drm_ioctl.c | 2 +-
1352 drivers/gpu/drm/drm_pci.c | 9 +-
1353 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
1354 drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +
1355 drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
1356 drivers/gpu/drm/gma500/cdv_intel_dp.c | 2 +-
1357 drivers/gpu/drm/gma500/cdv_intel_hdmi.c | 2 +-
1358 drivers/gpu/drm/gma500/cdv_intel_lvds.c | 2 +-
1359 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 3 +
1360 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 2 +-
1361 drivers/gpu/drm/gma500/oaktrail_hdmi.c | 2 +-
1362 drivers/gpu/drm/gma500/psb_drv.c | 1 -
1363 drivers/gpu/drm/gma500/psb_intel_drv.h | 2 +-
1364 drivers/gpu/drm/gma500/psb_intel_lvds.c | 2 +-
1365 drivers/gpu/drm/gma500/psb_intel_sdvo.c | 2 +-
1366 drivers/gpu/drm/i2c/tda998x_drv.c | 2 +-
1367 drivers/gpu/drm/i810/i810_dma.c | 2 +-
1368 drivers/gpu/drm/i810/i810_drv.c | 6 +-
1369 drivers/gpu/drm/i810/i810_drv.h | 6 +-
1370 drivers/gpu/drm/i915/dvo.h | 2 +-
1371 drivers/gpu/drm/i915/i915_dma.c | 4 +-
1372 drivers/gpu/drm/i915/i915_drv.c | 7 +-
1373 drivers/gpu/drm/i915/i915_drv.h | 2 +-
1374 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
1375 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
1376 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
1377 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
1378 drivers/gpu/drm/i915/i915_irq.c | 88 +-
1379 drivers/gpu/drm/i915/intel_display.c | 30 +-
1380 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
1381 drivers/gpu/drm/mga/mga_drv.c | 5 +-
1382 drivers/gpu/drm/mga/mga_drv.h | 6 +-
1383 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
1384 drivers/gpu/drm/mga/mga_irq.c | 8 +-
1385 drivers/gpu/drm/mga/mga_state.c | 2 +-
1386 drivers/gpu/drm/mgag200/mgag200_mode.c | 2 +-
1387 drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +-
1388 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
1389 drivers/gpu/drm/nouveau/nouveau_connector.c | 2 +-
1390 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
1391 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
1392 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
1393 drivers/gpu/drm/nouveau/nouveau_usif.c | 7 +-
1394 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
1395 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 7 +-
1396 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowpci.c | 7 +-
1397 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/priv.h | 4 +-
1398 drivers/gpu/drm/omapdrm/dss/display.c | 8 +-
1399 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
1400 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
1401 drivers/gpu/drm/qxl/qxl_display.c | 2 +-
1402 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
1403 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
1404 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
1405 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
1406 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
1407 drivers/gpu/drm/r128/r128_cce.c | 2 +-
1408 drivers/gpu/drm/r128/r128_drv.c | 4 +-
1409 drivers/gpu/drm/r128/r128_drv.h | 6 +-
1410 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
1411 drivers/gpu/drm/r128/r128_irq.c | 4 +-
1412 drivers/gpu/drm/r128/r128_state.c | 6 +-
1413 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
1414 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +-
1415 drivers/gpu/drm/radeon/radeon_connectors.c | 10 +-
1416 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
1417 drivers/gpu/drm/radeon/radeon_drv.c | 11 +-
1418 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
1419 drivers/gpu/drm/radeon/radeon_kms.c | 8 +-
1420 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
1421 drivers/gpu/drm/savage/savage_bci.c | 2 +-
1422 drivers/gpu/drm/savage/savage_drv.c | 5 +-
1423 drivers/gpu/drm/savage/savage_drv.h | 2 +-
1424 drivers/gpu/drm/sis/sis_drv.c | 5 +-
1425 drivers/gpu/drm/sis/sis_drv.h | 2 +-
1426 drivers/gpu/drm/sis/sis_mm.c | 2 +-
1427 drivers/gpu/drm/tegra/dc.c | 2 +-
1428 drivers/gpu/drm/tegra/dsi.c | 2 +-
1429 drivers/gpu/drm/tegra/hdmi.c | 2 +-
1430 drivers/gpu/drm/tegra/sor.c | 7 +-
1431 drivers/gpu/drm/tilcdc/Makefile | 6 +-
1432 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
1433 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
1434 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
1435 drivers/gpu/drm/udl/udl_connector.c | 2 +-
1436 drivers/gpu/drm/udl/udl_fb.c | 1 -
1437 drivers/gpu/drm/vc4/vc4_drv.c | 8 +-
1438 drivers/gpu/drm/via/via_dma.c | 2 +-
1439 drivers/gpu/drm/via/via_drv.c | 5 +-
1440 drivers/gpu/drm/via/via_drv.h | 6 +-
1441 drivers/gpu/drm/via/via_irq.c | 18 +-
1442 drivers/gpu/drm/virtio/virtgpu_display.c | 2 +-
1443 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
1444 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
1445 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
1446 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
1447 drivers/gpu/vga/vga_switcheroo.c | 4 +-
1448 drivers/hid/hid-core.c | 4 +-
1449 drivers/hid/hid-magicmouse.c | 2 +-
1450 drivers/hid/hid-sensor-custom.c | 2 +-
1451 drivers/hv/channel.c | 6 +-
1452 drivers/hv/hv.c | 22 +-
1453 drivers/hv/hv_balloon.c | 18 +-
1454 drivers/hv/hyperv_vmbus.h | 2 +-
1455 drivers/hwmon/acpi_power_meter.c | 6 +-
1456 drivers/hwmon/applesmc.c | 4 +-
1457 drivers/hwmon/asus_atk0110.c | 10 +-
1458 drivers/hwmon/coretemp.c | 2 +-
1459 drivers/hwmon/dell-smm-hwmon.c | 4 +-
1460 drivers/hwmon/ibmaem.c | 2 +-
1461 drivers/hwmon/iio_hwmon.c | 2 +-
1462 drivers/hwmon/nct6683.c | 6 +-
1463 drivers/hwmon/nct6775.c | 6 +-
1464 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
1465 drivers/hwmon/sht15.c | 12 +-
1466 drivers/hwmon/via-cputemp.c | 2 +-
1467 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
1468 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
1469 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
1470 drivers/i2c/i2c-dev.c | 2 +-
1471 drivers/ide/ide-cd.c | 2 +-
1472 drivers/ide/ide-disk.c | 2 +-
1473 drivers/ide/ide.c | 4 +-
1474 drivers/idle/intel_idle.c | 6 +-
1475 drivers/iio/industrialio-core.c | 2 +-
1476 drivers/iio/magnetometer/ak8975.c | 2 +-
1477 drivers/infiniband/core/cm.c | 46 +-
1478 drivers/infiniband/core/fmr_pool.c | 20 +-
1479 drivers/infiniband/core/netlink.c | 5 +-
1480 drivers/infiniband/core/ucm.c | 4 +-
1481 drivers/infiniband/core/uverbs_cmd.c | 3 +
1482 drivers/infiniband/hw/cxgb4/device.c | 6 +-
1483 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
1484 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
1485 drivers/infiniband/hw/i40iw/i40iw_user.h | 2 +-
1486 drivers/infiniband/hw/mlx4/mad.c | 2 +-
1487 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
1488 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
1489 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
1490 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
1491 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
1492 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
1493 drivers/infiniband/hw/nes/nes.c | 4 +-
1494 drivers/infiniband/hw/nes/nes.h | 40 +-
1495 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
1496 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
1497 drivers/infiniband/hw/nes/nes_nic.c | 42 +-
1498 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
1499 drivers/infiniband/hw/qib/qib_iba7322.c | 4 +-
1500 drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
1501 drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +-
1502 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
1503 drivers/infiniband/ulp/srpt/ib_srpt.c | 8 +-
1504 drivers/input/evdev.c | 2 +-
1505 drivers/input/gameport/gameport.c | 4 +-
1506 drivers/input/input.c | 4 +-
1507 drivers/input/joystick/sidewinder.c | 1 +
1508 drivers/input/misc/ims-pcu.c | 4 +-
1509 drivers/input/mouse/psmouse.h | 2 +-
1510 drivers/input/mousedev.c | 2 +-
1511 drivers/input/serio/serio.c | 4 +-
1512 drivers/input/serio/serio_raw.c | 4 +-
1513 drivers/input/touchscreen/htcpen.c | 2 +-
1514 drivers/iommu/arm-smmu-v3.c | 2 +-
1515 drivers/iommu/arm-smmu.c | 42 +-
1516 drivers/iommu/io-pgtable-arm-v7s.c | 62 +-
1517 drivers/iommu/io-pgtable-arm.c | 99 +-
1518 drivers/iommu/io-pgtable.c | 11 +-
1519 drivers/iommu/io-pgtable.h | 21 +-
1520 drivers/iommu/iommu.c | 2 +-
1521 drivers/iommu/ipmmu-vmsa.c | 13 +-
1522 drivers/iommu/irq_remapping.c | 2 +-
1523 drivers/iommu/mtk_iommu.c | 16 +-
1524 drivers/irqchip/irq-gic.c | 2 +-
1525 drivers/irqchip/irq-i8259.c | 2 +-
1526 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
1527 drivers/irqchip/irq-ts4800.c | 2 +-
1528 drivers/isdn/capi/capi.c | 10 +-
1529 drivers/isdn/gigaset/interface.c | 8 +-
1530 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
1531 drivers/isdn/hardware/avm/b1.c | 4 +-
1532 drivers/isdn/hardware/eicon/capifunc.c | 6 +-
1533 drivers/isdn/hardware/eicon/dadapter.c | 18 +-
1534 drivers/isdn/hardware/eicon/diddfunc.c | 7 +-
1535 drivers/isdn/hardware/eicon/divasfunc.c | 9 +-
1536 drivers/isdn/hardware/eicon/divasync.h | 2 +-
1537 drivers/isdn/hardware/eicon/idifunc.c | 9 +-
1538 drivers/isdn/hardware/eicon/mntfunc.c | 13 +-
1539 drivers/isdn/hardware/mISDN/avmfritz.c | 2 +-
1540 drivers/isdn/hardware/mISDN/hfcmulti.c | 7 +-
1541 drivers/isdn/hardware/mISDN/hfcpci.c | 16 +-
1542 drivers/isdn/hardware/mISDN/mISDNinfineon.c | 7 +-
1543 drivers/isdn/hardware/mISDN/mISDNipac.c | 5 +-
1544 drivers/isdn/hardware/mISDN/netjet.c | 2 +-
1545 drivers/isdn/hardware/mISDN/speedfax.c | 7 +-
1546 drivers/isdn/hardware/mISDN/w6692.c | 7 +-
1547 drivers/isdn/hisax/amd7930_fn.c | 5 +-
1548 drivers/isdn/hisax/arcofi.c | 5 +-
1549 drivers/isdn/hisax/diva.c | 7 +-
1550 drivers/isdn/hisax/elsa.c | 9 +-
1551 drivers/isdn/hisax/fsm.c | 5 +-
1552 drivers/isdn/hisax/hfc4s8s_l1.c | 14 +-
1553 drivers/isdn/hisax/hfc_2bds0.c | 4 +-
1554 drivers/isdn/hisax/hfc_pci.c | 10 +-
1555 drivers/isdn/hisax/hfc_sx.c | 10 +-
1556 drivers/isdn/hisax/hfc_usb.c | 12 +-
1557 drivers/isdn/hisax/hfcscard.c | 6 +-
1558 drivers/isdn/hisax/icc.c | 5 +-
1559 drivers/isdn/hisax/ipacx.c | 7 +-
1560 drivers/isdn/hisax/isac.c | 5 +-
1561 drivers/isdn/hisax/isar.c | 5 +-
1562 drivers/isdn/hisax/isdnl3.c | 5 +-
1563 drivers/isdn/hisax/saphir.c | 5 +-
1564 drivers/isdn/hisax/teleint.c | 5 +-
1565 drivers/isdn/hisax/w6692.c | 5 +-
1566 drivers/isdn/i4l/isdn_common.c | 2 +
1567 drivers/isdn/i4l/isdn_tty.c | 22 +-
1568 drivers/isdn/mISDN/dsp.h | 4 +-
1569 drivers/isdn/mISDN/dsp_cmx.c | 4 +-
1570 drivers/isdn/mISDN/dsp_core.c | 4 +-
1571 drivers/isdn/mISDN/dsp_tones.c | 4 +-
1572 drivers/isdn/mISDN/fsm.c | 5 +-
1573 drivers/isdn/mISDN/l1oip_core.c | 8 +-
1574 drivers/leds/leds-clevo-mail.c | 2 +-
1575 drivers/leds/leds-ss4200.c | 2 +-
1576 drivers/lguest/core.c | 9 +-
1577 drivers/lguest/page_tables.c | 2 +-
1578 drivers/lguest/x86/core.c | 12 +-
1579 drivers/lguest/x86/switcher_32.S | 27 +-
1580 drivers/lightnvm/rrpc.c | 4 +-
1581 drivers/lightnvm/rrpc.h | 2 +-
1582 drivers/md/bcache/alloc.c | 2 +-
1583 drivers/md/bcache/bcache.h | 10 +-
1584 drivers/md/bcache/btree.c | 13 +-
1585 drivers/md/bcache/closure.c | 4 +-
1586 drivers/md/bcache/closure.h | 10 +-
1587 drivers/md/bcache/io.c | 10 +-
1588 drivers/md/bcache/journal.c | 18 +-
1589 drivers/md/bcache/movinggc.c | 12 +-
1590 drivers/md/bcache/request.c | 54 +-
1591 drivers/md/bcache/request.h | 2 +-
1592 drivers/md/bcache/stats.c | 26 +-
1593 drivers/md/bcache/stats.h | 16 +-
1594 drivers/md/bcache/super.c | 32 +-
1595 drivers/md/bcache/sysfs.c | 20 +-
1596 drivers/md/bcache/writeback.c | 12 +-
1597 drivers/md/bitmap.c | 2 +-
1598 drivers/md/dm-cache-target.c | 116 +-
1599 drivers/md/dm-ioctl.c | 2 +-
1600 drivers/md/dm-raid.c | 2 +-
1601 drivers/md/dm-raid1.c | 18 +-
1602 drivers/md/dm-stats.c | 6 +-
1603 drivers/md/dm-stripe.c | 10 +-
1604 drivers/md/dm-table.c | 2 +-
1605 drivers/md/dm-thin-metadata.c | 4 +-
1606 drivers/md/dm.c | 28 +-
1607 drivers/md/md.c | 41 +-
1608 drivers/md/md.h | 8 +-
1609 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
1610 drivers/md/persistent-data/dm-space-map.h | 1 +
1611 drivers/md/raid1.c | 8 +-
1612 drivers/md/raid10.c | 20 +-
1613 drivers/md/raid5.c | 26 +-
1614 drivers/media/dvb-core/dvb_net.c | 2 +-
1615 drivers/media/dvb-core/dvbdev.c | 2 +-
1616 drivers/media/dvb-frontends/af9033.h | 2 +-
1617 drivers/media/dvb-frontends/cx24116.c | 2 +-
1618 drivers/media/dvb-frontends/cx24117.c | 2 +-
1619 drivers/media/dvb-frontends/cx24120.c | 2 +-
1620 drivers/media/dvb-frontends/cx24123.c | 2 +-
1621 drivers/media/dvb-frontends/cxd2820r_core.c | 2 +-
1622 drivers/media/dvb-frontends/dib3000.h | 2 +-
1623 drivers/media/dvb-frontends/dib7000p.h | 2 +-
1624 drivers/media/dvb-frontends/dib8000.h | 2 +-
1625 drivers/media/dvb-frontends/hd29l2.c | 2 +-
1626 drivers/media/dvb-frontends/lgdt3306a.c | 2 +-
1627 drivers/media/dvb-frontends/mt312.c | 6 +-
1628 drivers/media/dvb-frontends/s921.c | 2 +-
1629 drivers/media/pci/bt8xx/dst.c | 2 +-
1630 drivers/media/pci/cx88/cx88-video.c | 6 +-
1631 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
1632 drivers/media/pci/pt1/va1j5jf8007s.c | 2 +-
1633 drivers/media/pci/pt1/va1j5jf8007t.c | 2 +-
1634 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
1635 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
1636 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
1637 drivers/media/pci/sta2x11/sta2x11_vip.c | 5 +-
1638 drivers/media/pci/tw68/tw68-core.c | 2 +-
1639 drivers/media/pci/zoran/zoran.h | 1 -
1640 drivers/media/pci/zoran/zoran_card.c | 4 +-
1641 drivers/media/pci/zoran/zoran_driver.c | 3 -
1642 drivers/media/platform/am437x/am437x-vpfe.c | 2 +-
1643 drivers/media/platform/omap/omap_vout.c | 11 +-
1644 drivers/media/platform/s5p-tv/mixer.h | 2 +-
1645 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
1646 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
1647 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
1648 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
1649 drivers/media/platform/soc_camera/soc_camera.c | 2 +-
1650 drivers/media/radio/radio-cadet.c | 2 +
1651 drivers/media/radio/radio-maxiradio.c | 2 +-
1652 drivers/media/radio/radio-shark.c | 2 +-
1653 drivers/media/radio/radio-shark2.c | 2 +-
1654 drivers/media/radio/radio-si476x.c | 2 +-
1655 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
1656 drivers/media/usb/pvrusb2/pvrusb2-context.c | 8 +-
1657 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 7 +-
1658 drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 2 +-
1659 drivers/media/usb/pvrusb2/pvrusb2-std.c | 2 +-
1660 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 6 +-
1661 drivers/media/usb/uvc/uvc_driver.c | 4 +-
1662 drivers/media/v4l2-core/v4l2-common.c | 2 +-
1663 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
1664 drivers/media/v4l2-core/v4l2-device.c | 4 +-
1665 drivers/media/v4l2-core/v4l2-ioctl.c | 287 +-
1666 drivers/memory/omap-gpmc.c | 21 +-
1667 drivers/message/fusion/mptbase.c | 4 +-
1668 drivers/message/fusion/mptlan.c | 2 +-
1669 drivers/message/fusion/mptsas.c | 34 +-
1670 drivers/mfd/ab8500-debugfs.c | 2 +-
1671 drivers/mfd/kempld-core.c | 2 +-
1672 drivers/mfd/max8925-i2c.c | 2 +-
1673 drivers/mfd/tps65910.c | 2 +-
1674 drivers/mfd/twl4030-irq.c | 9 +-
1675 drivers/misc/c2port/core.c | 4 +-
1676 drivers/misc/kgdbts.c | 6 +-
1677 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
1678 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
1679 drivers/misc/mic/scif/scif_api.c | 10 +-
1680 drivers/misc/mic/scif/scif_rb.c | 8 +-
1681 drivers/misc/panel.c | 4 +-
1682 drivers/misc/sgi-gru/gruhandles.c | 4 +-
1683 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
1684 drivers/misc/sgi-gru/grutables.h | 158 +-
1685 drivers/misc/sgi-xp/xp.h | 2 +-
1686 drivers/misc/sgi-xp/xp_main.c | 57 +-
1687 drivers/misc/sgi-xp/xpc.h | 3 +-
1688 drivers/misc/sgi-xp/xpc_main.c | 2 +-
1689 drivers/misc/sgi-xp/xpnet.c | 2 +-
1690 drivers/misc/ti-st/st_kim.c | 32 +-
1691 drivers/mmc/card/mmc_test.c | 4 +-
1692 drivers/mmc/host/dw_mmc.h | 2 +-
1693 drivers/mmc/host/mmci.c | 4 +-
1694 drivers/mmc/host/omap_hsmmc.c | 4 +-
1695 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
1696 drivers/mmc/host/sdhci-s3c.c | 8 +-
1697 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
1698 drivers/mtd/devices/block2mtd.c | 2 +-
1699 drivers/mtd/devices/phram.c | 2 +-
1700 drivers/mtd/maps/gpio-addr-flash.c | 2 +-
1701 drivers/mtd/maps/latch-addr-flash.c | 2 +-
1702 drivers/mtd/maps/pci.c | 4 +-
1703 drivers/mtd/maps/pcmciamtd.c | 8 +-
1704 drivers/mtd/maps/sbc_gxx.c | 2 +-
1705 drivers/mtd/nand/brcmnand/brcmnand.h | 2 +-
1706 drivers/mtd/nand/cafe_nand.c | 18 +-
1707 drivers/mtd/nand/denali.c | 1 +
1708 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
1709 drivers/mtd/nftlmount.c | 1 +
1710 drivers/mtd/sm_ftl.c | 2 +-
1711 drivers/mtd/ubi/build.c | 2 +-
1712 drivers/net/bonding/bond_netlink.c | 2 +-
1713 drivers/net/caif/caif_hsi.c | 4 +-
1714 drivers/net/caif/caif_serial.c | 2 +-
1715 drivers/net/caif/caif_spi.c | 2 +-
1716 drivers/net/caif/caif_virtio.c | 2 +-
1717 drivers/net/can/Kconfig | 2 +-
1718 drivers/net/can/bfin_can.c | 2 +-
1719 drivers/net/can/dev.c | 2 +-
1720 drivers/net/can/flexcan.c | 2 +-
1721 drivers/net/can/janz-ican3.c | 2 +-
1722 drivers/net/can/led.c | 2 +-
1723 drivers/net/can/sun4i_can.c | 2 +-
1724 drivers/net/can/vcan.c | 2 +-
1725 drivers/net/can/xilinx_can.c | 2 +-
1726 drivers/net/dummy.c | 2 +-
1727 drivers/net/ethernet/8390/ax88796.c | 6 +-
1728 drivers/net/ethernet/8390/axnet_cs.c | 4 +-
1729 drivers/net/ethernet/8390/ne2k-pci.c | 6 +-
1730 drivers/net/ethernet/8390/pcnet_cs.c | 4 +-
1731 drivers/net/ethernet/adi/bfin_mac.c | 2 +-
1732 drivers/net/ethernet/allwinner/sun4i-emac.c | 2 +-
1733 drivers/net/ethernet/altera/altera_tse_main.c | 6 +-
1734 drivers/net/ethernet/amd/7990.c | 2 +-
1735 drivers/net/ethernet/amd/7990.h | 2 +-
1736 drivers/net/ethernet/amd/amd8111e.c | 5 +-
1737 drivers/net/ethernet/amd/atarilance.c | 4 +-
1738 drivers/net/ethernet/amd/declance.c | 2 +-
1739 drivers/net/ethernet/amd/pcnet32.c | 7 +-
1740 drivers/net/ethernet/amd/sun3lance.c | 4 +-
1741 drivers/net/ethernet/amd/sunlance.c | 2 +-
1742 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
1743 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
1744 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
1745 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 145 +-
1746 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 68 +-
1747 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
1748 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
1749 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
1750 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
1751 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
1752 drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
1753 drivers/net/ethernet/arc/emac_main.c | 2 +-
1754 drivers/net/ethernet/atheros/alx/main.c | 2 +-
1755 drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 2 +-
1756 drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 2 +-
1757 drivers/net/ethernet/aurora/nb8800.c | 2 +-
1758 drivers/net/ethernet/broadcom/bcm63xx_enet.c | 2 +-
1759 drivers/net/ethernet/broadcom/bnx2.c | 2 +-
1760 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
1761 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 216 +-
1762 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h | 4 +-
1763 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 2 +-
1764 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
1765 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
1766 drivers/net/ethernet/broadcom/tg3.c | 2 +-
1767 drivers/net/ethernet/broadcom/tg3.h | 1 +
1768 drivers/net/ethernet/brocade/bna/bfa_cs.h | 42 +-
1769 drivers/net/ethernet/brocade/bna/bfa_ioc.c | 10 +-
1770 drivers/net/ethernet/brocade/bna/bfa_ioc.h | 4 +-
1771 drivers/net/ethernet/brocade/bna/bfa_msgq.h | 8 +-
1772 drivers/net/ethernet/brocade/bna/bna_enet.c | 6 +-
1773 drivers/net/ethernet/brocade/bna/bna_tx_rx.c | 6 +-
1774 drivers/net/ethernet/brocade/bna/bna_types.h | 24 +-
1775 drivers/net/ethernet/brocade/bna/bnad.c | 11 +-
1776 drivers/net/ethernet/cadence/macb.c | 4 +-
1777 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
1778 drivers/net/ethernet/cavium/liquidio/lio_main.c | 15 +-
1779 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 2 +-
1780 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
1781 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +-
1782 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 2 +-
1783 drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 2 +-
1784 drivers/net/ethernet/davicom/dm9000.c | 2 +-
1785 drivers/net/ethernet/dec/tulip/de4x5.c | 13 +-
1786 drivers/net/ethernet/emulex/benet/be_main.c | 4 +-
1787 drivers/net/ethernet/faraday/ftgmac100.c | 4 +-
1788 drivers/net/ethernet/faraday/ftmac100.c | 4 +-
1789 drivers/net/ethernet/freescale/fec_mpc52xx.c | 2 +-
1790 .../net/ethernet/freescale/fs_enet/fs_enet-main.c | 2 +-
1791 drivers/net/ethernet/freescale/gianfar.c | 4 +-
1792 drivers/net/ethernet/freescale/ucc_geth.c | 2 +-
1793 drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
1794 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
1795 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 6 +-
1796 drivers/net/ethernet/i825xx/lib82596.c | 4 +-
1797 drivers/net/ethernet/ibm/ehea/ehea_main.c | 2 +-
1798 drivers/net/ethernet/ibm/emac/core.c | 4 +-
1799 drivers/net/ethernet/intel/e100.c | 2 +-
1800 drivers/net/ethernet/intel/e1000/e1000_main.c | 2 +-
1801 drivers/net/ethernet/intel/e1000e/netdev.c | 2 +-
1802 drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 +-
1803 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
1804 drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
1805 drivers/net/ethernet/intel/igbvf/netdev.c | 2 +-
1806 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
1807 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
1808 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 4 +-
1809 drivers/net/ethernet/marvell/pxa168_eth.c | 2 +-
1810 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
1811 drivers/net/ethernet/mellanox/mlx4/main.c | 2 +-
1812 drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +-
1813 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
1814 drivers/net/ethernet/micrel/ks8695net.c | 2 +-
1815 drivers/net/ethernet/micrel/ks8851_mll.c | 2 +-
1816 drivers/net/ethernet/moxa/moxart_ether.c | 2 +-
1817 drivers/net/ethernet/neterion/s2io.c | 2 +-
1818 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
1819 drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +-
1820 .../net/ethernet/netronome/nfp/nfp_net_common.c | 2 +-
1821 drivers/net/ethernet/netx-eth.c | 2 +-
1822 drivers/net/ethernet/nuvoton/w90p910_ether.c | 2 +-
1823 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
1824 drivers/net/ethernet/nxp/lpc_eth.c | 2 +-
1825 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 4 +-
1826 .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 2 +-
1827 drivers/net/ethernet/qlogic/qed/qed_mcp.c | 6 +-
1828 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
1829 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
1830 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 2 +-
1831 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
1832 drivers/net/ethernet/realtek/r8169.c | 8 +-
1833 drivers/net/ethernet/renesas/sh_eth.c | 2 +-
1834 drivers/net/ethernet/rocker/rocker_main.c | 4 +-
1835 drivers/net/ethernet/seeq/sgiseeq.c | 2 +-
1836 drivers/net/ethernet/sfc/ptp.c | 2 +-
1837 drivers/net/ethernet/sfc/selftest.c | 20 +-
1838 drivers/net/ethernet/sgi/ioc3-eth.c | 4 +-
1839 drivers/net/ethernet/smsc/smc911x.c | 2 +-
1840 drivers/net/ethernet/smsc/smc91x.c | 2 +-
1841 drivers/net/ethernet/smsc/smsc911x.c | 2 +-
1842 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
1843 drivers/net/ethernet/sun/sunbmac.c | 2 +-
1844 drivers/net/ethernet/sun/sunqe.c | 2 +-
1845 drivers/net/ethernet/sun/sunvnet.c | 2 +-
1846 drivers/net/ethernet/sun/sunvnet_common.c | 6 +-
1847 drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
1848 drivers/net/ethernet/ti/cpmac.c | 2 +-
1849 drivers/net/ethernet/ti/netcp_core.c | 2 +-
1850 drivers/net/ethernet/via/via-rhine.c | 2 +-
1851 drivers/net/ethernet/wiznet/w5100.c | 2 +-
1852 drivers/net/ethernet/wiznet/w5300.c | 2 +-
1853 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
1854 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
1855 drivers/net/geneve.c | 2 +-
1856 drivers/net/hamradio/baycom_epp.c | 2 +-
1857 drivers/net/hyperv/hyperv_net.h | 2 +-
1858 drivers/net/hyperv/netvsc_drv.c | 2 +-
1859 drivers/net/hyperv/rndis_filter.c | 7 +-
1860 drivers/net/ifb.c | 2 +-
1861 drivers/net/ipvlan/ipvlan_core.c | 2 +-
1862 drivers/net/ipvlan/ipvlan_main.c | 6 +-
1863 drivers/net/irda/sh_irda.c | 2 +-
1864 drivers/net/irda/vlsi_ir.c | 18 +-
1865 drivers/net/irda/vlsi_ir.h | 14 +-
1866 drivers/net/loopback.c | 2 +-
1867 drivers/net/macsec.c | 2 +-
1868 drivers/net/macvlan.c | 20 +-
1869 drivers/net/macvtap.c | 10 +-
1870 drivers/net/nlmon.c | 2 +-
1871 drivers/net/phy/phy_device.c | 6 +-
1872 drivers/net/plip/plip.c | 2 +-
1873 drivers/net/ppp/ppp_generic.c | 4 +-
1874 drivers/net/ppp/pptp.c | 2 +-
1875 drivers/net/rionet.c | 2 +-
1876 drivers/net/slip/slhc.c | 2 +-
1877 drivers/net/team/team.c | 4 +-
1878 drivers/net/tun.c | 7 +-
1879 drivers/net/usb/hso.c | 28 +-
1880 drivers/net/usb/ipheth.c | 2 +-
1881 drivers/net/usb/r8152.c | 2 +-
1882 drivers/net/usb/sierra_net.c | 4 +-
1883 drivers/net/virtio_net.c | 2 +-
1884 drivers/net/vrf.c | 4 +-
1885 drivers/net/vxlan.c | 4 +-
1886 drivers/net/wimax/i2400m/rx.c | 2 +-
1887 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
1888 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
1889 drivers/net/wireless/ath/ath6kl/core.h | 2 +-
1890 drivers/net/wireless/ath/ath6kl/txrx.c | 2 +-
1891 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
1892 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
1893 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
1894 drivers/net/wireless/ath/ath9k/main.c | 22 +-
1895 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
1896 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
1897 drivers/net/wireless/ath/carl9170/main.c | 10 +-
1898 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
1899 drivers/net/wireless/ath/wil6210/pcie_bus.c | 2 +-
1900 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
1901 drivers/net/wireless/atmel/at76c50x-usb.c | 2 +-
1902 drivers/net/wireless/atmel/atmel.c | 183 +-
1903 drivers/net/wireless/broadcom/b43/phy_lp.c | 2 +-
1904 drivers/net/wireless/broadcom/b43legacy/main.c | 5 +-
1905 .../broadcom/brcm80211/brcmfmac/cfg80211.c | 55 +-
1906 .../broadcom/brcm80211/brcmsmac/phy/phy_cmn.c | 3 +-
1907 .../broadcom/brcm80211/brcmsmac/phy_shim.c | 5 +-
1908 .../broadcom/brcm80211/brcmsmac/phy_shim.h | 2 +-
1909 drivers/net/wireless/cisco/airo.c | 201 +-
1910 drivers/net/wireless/intel/ipw2x00/ipw2100.c | 8 +-
1911 drivers/net/wireless/intel/ipw2x00/ipw2200.c | 6 +-
1912 drivers/net/wireless/intel/iwlegacy/3945-mac.c | 11 +-
1913 drivers/net/wireless/intel/iwlegacy/4965-mac.c | 7 +-
1914 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c | 34 +-
1915 drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 4 +-
1916 drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 8 +-
1917 drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 4 +-
1918 drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
1919 .../net/wireless/intersil/hostap/hostap_ioctl.c | 134 +-
1920 drivers/net/wireless/intersil/orinoco/wext.c | 131 +-
1921 drivers/net/wireless/intersil/prism54/isl_ioctl.c | 292 +-
1922 drivers/net/wireless/mac80211_hwsim.c | 28 +-
1923 drivers/net/wireless/marvell/mwifiex/11n_aggr.c | 2 +-
1924 drivers/net/wireless/marvell/mwifiex/main.c | 2 +-
1925 drivers/net/wireless/marvell/mwifiex/pcie.c | 4 +-
1926 drivers/net/wireless/marvell/mwifiex/sdio.c | 10 +-
1927 drivers/net/wireless/ralink/rt2x00/rt2400pci.c | 4 +-
1928 drivers/net/wireless/ralink/rt2x00/rt2500pci.c | 4 +-
1929 drivers/net/wireless/ralink/rt2x00/rt2500usb.c | 4 +-
1930 drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 6 +-
1931 drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +-
1932 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c | 4 +-
1933 drivers/net/wireless/ralink/rt2x00/rt61pci.c | 4 +-
1934 drivers/net/wireless/ralink/rt2x00/rt73usb.c | 4 +-
1935 drivers/net/wireless/realtek/rtlwifi/base.c | 14 +-
1936 drivers/net/wireless/realtek/rtlwifi/base.h | 4 +-
1937 drivers/net/wireless/realtek/rtlwifi/pci.c | 15 +-
1938 drivers/net/wireless/realtek/rtlwifi/ps.c | 6 +-
1939 drivers/net/wireless/realtek/rtlwifi/ps.h | 6 +-
1940 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
1941 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
1942 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
1943 drivers/net/wireless/zydas/zd1201.c | 192 +-
1944 drivers/net/xen-netback/interface.c | 2 +-
1945 drivers/net/xen-netfront.c | 2 +-
1946 drivers/nvme/host/pci.c | 2 +-
1947 drivers/of/fdt.c | 4 +-
1948 drivers/oprofile/buffer_sync.c | 8 +-
1949 drivers/oprofile/event_buffer.c | 2 +-
1950 drivers/oprofile/oprof.c | 2 +-
1951 drivers/oprofile/oprofile_stats.c | 10 +-
1952 drivers/oprofile/oprofile_stats.h | 10 +-
1953 drivers/oprofile/oprofilefs.c | 6 +-
1954 drivers/oprofile/timer_int.c | 2 +-
1955 drivers/parport/procfs.c | 4 +-
1956 drivers/pci/host/pci-host-common.h | 2 +-
1957 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
1958 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
1959 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
1960 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
1961 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
1962 drivers/pci/hotplug/pciehp_core.c | 2 +-
1963 drivers/pci/msi.c | 22 +-
1964 drivers/pci/pci-sysfs.c | 6 +-
1965 drivers/pci/pci.h | 4 +-
1966 drivers/pci/pcie/aspm.c | 10 +-
1967 drivers/pci/pcie/portdrv_pci.c | 2 +-
1968 drivers/pci/probe.c | 2 +-
1969 drivers/pci/setup-bus.c | 10 +-
1970 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
1971 drivers/pinctrl/pinctrl-at91.c | 5 +-
1972 drivers/platform/chrome/chromeos_laptop.c | 2 +-
1973 drivers/platform/chrome/chromeos_pstore.c | 2 +-
1974 drivers/platform/chrome/cros_ec_lpc.c | 2 +-
1975 drivers/platform/x86/alienware-wmi.c | 4 +-
1976 drivers/platform/x86/apple-gmux.c | 2 +-
1977 drivers/platform/x86/compal-laptop.c | 2 +-
1978 drivers/platform/x86/hdaps.c | 2 +-
1979 drivers/platform/x86/ibm_rtl.c | 2 +-
1980 drivers/platform/x86/intel_oaktrail.c | 2 +-
1981 drivers/platform/x86/msi-laptop.c | 16 +-
1982 drivers/platform/x86/msi-wmi.c | 2 +-
1983 drivers/platform/x86/samsung-laptop.c | 2 +-
1984 drivers/platform/x86/samsung-q10.c | 2 +-
1985 drivers/platform/x86/sony-laptop.c | 14 +-
1986 drivers/platform/x86/thinkpad_acpi.c | 10 +-
1987 drivers/pnp/pnpbios/bioscalls.c | 14 +-
1988 drivers/pnp/pnpbios/core.c | 2 +-
1989 drivers/power/pda_power.c | 7 +-
1990 drivers/power/power_supply.h | 4 +-
1991 drivers/power/power_supply_core.c | 7 +-
1992 drivers/power/power_supply_sysfs.c | 6 +-
1993 drivers/power/reset/at91-reset.c | 5 +-
1994 drivers/powercap/powercap_sys.c | 136 +-
1995 drivers/ptp/ptp_private.h | 2 +-
1996 drivers/ptp/ptp_sysfs.c | 2 +-
1997 drivers/regulator/core.c | 4 +-
1998 drivers/regulator/max8660.c | 6 +-
1999 drivers/regulator/max8973-regulator.c | 16 +-
2000 drivers/regulator/mc13892-regulator.c | 8 +-
2001 drivers/remoteproc/remoteproc_core.c | 26 +-
2002 drivers/rtc/rtc-armada38x.c | 7 +-
2003 drivers/rtc/rtc-cmos.c | 4 +-
2004 drivers/rtc/rtc-ds1307.c | 2 +-
2005 drivers/rtc/rtc-m48t59.c | 4 +-
2006 drivers/rtc/rtc-rv8803.c | 15 +-
2007 drivers/rtc/rtc-rx8010.c | 8 +-
2008 drivers/rtc/rtc-test.c | 6 +-
2009 drivers/scsi/aacraid/aachba.c | 7 +-
2010 drivers/scsi/aic7xxx/aic79xx.h | 2 +-
2011 drivers/scsi/aic7xxx/aic79xx_core.c | 11 +-
2012 drivers/scsi/be2iscsi/be_main.c | 2 +-
2013 drivers/scsi/bfa/bfa.h | 4 +-
2014 drivers/scsi/bfa/bfa_core.c | 4 +-
2015 drivers/scsi/bfa/bfa_cs.h | 124 +-
2016 drivers/scsi/bfa/bfa_fcpim.h | 14 +-
2017 drivers/scsi/bfa/bfa_fcs.h | 34 +-
2018 drivers/scsi/bfa/bfa_fcs_fcpim.c | 6 +-
2019 drivers/scsi/bfa/bfa_fcs_lport.c | 4 +-
2020 drivers/scsi/bfa/bfa_fcs_rport.c | 4 +-
2021 drivers/scsi/bfa/bfa_ioc.c | 8 +-
2022 drivers/scsi/bfa/bfa_ioc.h | 16 +-
2023 drivers/scsi/bfa/bfa_svc.c | 12 +-
2024 drivers/scsi/bfa/bfa_svc.h | 20 +-
2025 drivers/scsi/bfa/bfad.c | 12 +-
2026 drivers/scsi/bfa/bfad_bsg.c | 8 +-
2027 drivers/scsi/bfa/bfad_drv.h | 5 +-
2028 drivers/scsi/csiostor/csio_defs.h | 19 +-
2029 drivers/scsi/csiostor/csio_hw.c | 67 +-
2030 drivers/scsi/csiostor/csio_init.c | 2 +-
2031 drivers/scsi/csiostor/csio_lnode.c | 32 +-
2032 drivers/scsi/csiostor/csio_rnode.c | 28 +-
2033 drivers/scsi/csiostor/csio_scsi.c | 37 +-
2034 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
2035 drivers/scsi/fcoe/fcoe_transport.c | 16 +-
2036 drivers/scsi/hpsa.c | 38 +-
2037 drivers/scsi/hpsa.h | 2 +-
2038 drivers/scsi/hptiop.c | 2 -
2039 drivers/scsi/hptiop.h | 1 -
2040 drivers/scsi/ipr.c | 32 +-
2041 drivers/scsi/ipr.h | 2 +-
2042 drivers/scsi/libfc/fc_exch.c | 50 +-
2043 drivers/scsi/libsas/sas_ata.c | 2 +-
2044 drivers/scsi/lpfc/lpfc.h | 8 +-
2045 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
2046 drivers/scsi/lpfc/lpfc_init.c | 8 +-
2047 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
2048 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
2049 drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
2050 drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +-
2051 drivers/scsi/pmcraid.c | 46 +-
2052 drivers/scsi/pmcraid.h | 8 +-
2053 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
2054 drivers/scsi/qla2xxx/qla_gbl.h | 8 +-
2055 drivers/scsi/qla2xxx/qla_os.c | 15 +-
2056 drivers/scsi/qla2xxx/qla_target.c | 16 +-
2057 drivers/scsi/qla2xxx/qla_target.h | 2 +-
2058 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
2059 drivers/scsi/qla4xxx/ql4_os.c | 15 +-
2060 drivers/scsi/scsi.c | 2 +-
2061 drivers/scsi/scsi_lib.c | 8 +-
2062 drivers/scsi/scsi_sysfs.c | 2 +-
2063 drivers/scsi/scsi_transport_fc.c | 8 +-
2064 drivers/scsi/scsi_transport_iscsi.c | 6 +-
2065 drivers/scsi/scsi_transport_spi.c | 2 +-
2066 drivers/scsi/scsi_transport_srp.c | 8 +-
2067 drivers/scsi/sd.c | 6 +-
2068 drivers/scsi/sg.c | 2 +-
2069 drivers/scsi/sr.c | 21 +-
2070 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
2071 drivers/spi/spi.c | 2 +-
2072 drivers/staging/android/timed_output.c | 6 +-
2073 drivers/staging/comedi/comedi_fops.c | 8 +-
2074 drivers/staging/fbtft/fbtft-core.c | 2 +-
2075 drivers/staging/fbtft/fbtft.h | 2 +-
2076 drivers/staging/gdm724x/gdm_lte.c | 2 +-
2077 drivers/staging/gdm724x/gdm_tty.c | 2 +-
2078 drivers/staging/i4l/icn/icn.c | 2 +-
2079 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
2080 drivers/staging/iio/adc/ad7280a.c | 4 +-
2081 .../staging/lustre/lnet/klnds/socklnd/socklnd.h | 6 +-
2082 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
2083 drivers/staging/lustre/lnet/selftest/framework.c | 2 -
2084 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
2085 drivers/staging/lustre/lnet/selftest/selftest.h | 2 -
2086 .../lustre/lustre/include/lustre/lustre_idl.h | 82 +-
2087 drivers/staging/lustre/lustre/include/lustre_dlm.h | 8 +-
2088 drivers/staging/lustre/lustre/include/lustre_net.h | 2 +-
2089 drivers/staging/lustre/lustre/include/obd.h | 2 +-
2090 drivers/staging/lustre/lustre/ldlm/ldlm_request.c | 5 +-
2091 drivers/staging/lustre/lustre/llite/dir.c | 2 +-
2092 drivers/staging/lustre/lustre/lov/lov_io.c | 62 +-
2093 drivers/staging/lustre/lustre/obdclass/llog_swab.c | 24 +-
2094 drivers/staging/lustre/lustre/osc/osc_request.c | 24 +-
2095 drivers/staging/lustre/lustre/ptlrpc/layout.c | 7 +-
2096 .../staging/lustre/lustre/ptlrpc/pack_generic.c | 136 +-
2097 drivers/staging/rdma/hfi1/pcie.c | 2 +-
2098 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 18 +-
2099 drivers/staging/rtl8188eu/hal/rtl8188eu_recv.c | 2 +-
2100 drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c | 2 +-
2101 drivers/staging/rtl8188eu/include/Hal8188EPhyCfg.h | 8 -
2102 drivers/staging/rtl8188eu/include/hal_intf.h | 5 +-
2103 drivers/staging/rtl8188eu/include/odm_precomp.h | 2 +-
2104 drivers/staging/rtl8188eu/include/recv_osdep.h | 1 -
2105 drivers/staging/rtl8188eu/include/rtl8188e_recv.h | 2 +-
2106 drivers/staging/rtl8188eu/include/rtl8188e_xmit.h | 2 +-
2107 drivers/staging/rtl8188eu/include/rtw_cmd.h | 1 -
2108 drivers/staging/rtl8188eu/include/rtw_eeprom.h | 6 -
2109 drivers/staging/rtl8188eu/include/rtw_ioctl.h | 9 -
2110 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 12 +-
2111 drivers/staging/rtl8188eu/include/xmit_osdep.h | 2 +-
2112 drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c | 4 +-
2113 drivers/staging/rtl8188eu/os_dep/xmit_linux.c | 2 +-
2114 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 49 +-
2115 drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 4 +-
2116 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 10 +-
2117 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h | 4 +-
2118 drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | 6 +-
2119 drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | 3 +-
2120 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 48 +-
2121 drivers/staging/rtl8192e/rtllib.h | 4 +-
2122 drivers/staging/rtl8192e/rtllib_softmac.c | 32 +-
2123 drivers/staging/rtl8192e/rtllib_softmac_wx.c | 2 +-
2124 drivers/staging/rtl8192e/rtllib_tx.c | 2 +-
2125 drivers/staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
2126 .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 6 +-
2127 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-
2128 drivers/staging/rtl8192u/r8192U_core.c | 7 +-
2129 drivers/staging/rtl8712/rtl8712_recv.c | 6 +-
2130 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
2131 drivers/staging/rtl8712/rtl871x_ioctl.h | 14 -
2132 drivers/staging/rtl8712/rtl871x_xmit.c | 2 +-
2133 drivers/staging/rtl8712/rtl871x_xmit.h | 2 +-
2134 drivers/staging/rtl8712/usb_ops_linux.c | 4 +-
2135 drivers/staging/rtl8712/xmit_linux.c | 2 +-
2136 drivers/staging/rtl8712/xmit_osdep.h | 2 +-
2137 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 +-
2138 drivers/staging/rtl8723au/core/rtw_xmit.c | 2 +-
2139 drivers/staging/rtl8723au/hal/rtl8723au_recv.c | 2 +-
2140 drivers/staging/rtl8723au/hal/usb_ops_linux.c | 4 +-
2141 drivers/staging/rtl8723au/include/Hal8723APhyCfg.h | 8 -
2142 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
2143 drivers/staging/rtl8723au/include/hal_intf.h | 2 -
2144 drivers/staging/rtl8723au/include/recv_osdep.h | 1 -
2145 drivers/staging/rtl8723au/include/rtw_ap.h | 2 -
2146 drivers/staging/rtl8723au/include/rtw_cmd.h | 1 -
2147 drivers/staging/rtl8723au/include/rtw_eeprom.h | 7 -
2148 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 14 +-
2149 drivers/staging/rtl8723au/include/usb_ops.h | 8 +-
2150 drivers/staging/rtl8723au/include/xmit_osdep.h | 2 +-
2151 drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 2 +-
2152 drivers/staging/rtl8723au/os_dep/xmit_linux.c | 2 +-
2153 drivers/staging/sm750fb/sm750.c | 14 +-
2154 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
2155 drivers/staging/unisys/visornic/visornic_main.c | 2 +-
2156 drivers/staging/vt6655/rxtx.c | 2 +-
2157 drivers/staging/vt6656/rxtx.c | 2 +-
2158 drivers/staging/wilc1000/linux_wlan.c | 2 +-
2159 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
2160 drivers/staging/wlan-ng/p80211netdev.c | 2 +-
2161 drivers/target/sbp/sbp_target.c | 4 +-
2162 drivers/thermal/cpu_cooling.c | 9 +-
2163 drivers/thermal/devfreq_cooling.c | 19 +-
2164 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
2165 drivers/thermal/of-thermal.c | 17 +-
2166 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
2167 drivers/tty/cyclades.c | 6 +-
2168 drivers/tty/hvc/hvc_console.c | 14 +-
2169 drivers/tty/hvc/hvcs.c | 21 +-
2170 drivers/tty/hvc/hvsi.c | 22 +-
2171 drivers/tty/hvc/hvsi_lib.c | 4 +-
2172 drivers/tty/ipwireless/tty.c | 27 +-
2173 drivers/tty/moxa.c | 2 +-
2174 drivers/tty/n_gsm.c | 6 +-
2175 drivers/tty/n_tty.c | 28 +-
2176 drivers/tty/pty.c | 4 +-
2177 drivers/tty/rocket.c | 6 +-
2178 drivers/tty/serial/8250/8250_core.c | 10 +-
2179 drivers/tty/serial/8250/8250_pci.c | 2 +-
2180 drivers/tty/serial/ifx6x60.c | 2 +-
2181 drivers/tty/serial/ioc4_serial.c | 6 +-
2182 drivers/tty/serial/jsm/jsm_driver.c | 2 +-
2183 drivers/tty/serial/kgdb_nmi.c | 4 +-
2184 drivers/tty/serial/kgdboc.c | 34 +-
2185 drivers/tty/serial/msm_serial.c | 4 +-
2186 drivers/tty/serial/samsung.c | 9 +-
2187 drivers/tty/serial/serial_core.c | 8 +-
2188 drivers/tty/synclink.c | 34 +-
2189 drivers/tty/synclink_gt.c | 28 +-
2190 drivers/tty/synclinkmp.c | 34 +-
2191 drivers/tty/tty_io.c | 2 +-
2192 drivers/tty/tty_ldisc.c | 8 +-
2193 drivers/tty/tty_port.c | 22 +-
2194 drivers/uio/uio.c | 13 +-
2195 drivers/usb/atm/cxacru.c | 2 +-
2196 drivers/usb/atm/usbatm.c | 24 +-
2197 drivers/usb/class/cdc-acm.h | 2 +-
2198 drivers/usb/core/devices.c | 6 +-
2199 drivers/usb/core/devio.c | 12 +-
2200 drivers/usb/core/hcd.c | 4 +-
2201 drivers/usb/core/sysfs.c | 2 +-
2202 drivers/usb/core/usb.c | 2 +-
2203 drivers/usb/early/ehci-dbgp.c | 16 +-
2204 drivers/usb/gadget/function/f_phonet.c | 2 +-
2205 drivers/usb/gadget/function/u_serial.c | 22 +-
2206 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
2207 drivers/usb/host/ehci-hcd.c | 2 +-
2208 drivers/usb/host/ehci-hub.c | 4 +-
2209 drivers/usb/host/ehci-q.c | 4 +-
2210 drivers/usb/host/fotg210-hcd.c | 2 +-
2211 drivers/usb/host/hwa-hc.c | 2 +-
2212 drivers/usb/host/ohci-hcd.c | 2 +-
2213 drivers/usb/host/r8a66597.h | 2 +-
2214 drivers/usb/host/uhci-hcd.c | 2 +-
2215 drivers/usb/host/xhci-pci.c | 2 +-
2216 drivers/usb/host/xhci-ring.c | 52 +-
2217 drivers/usb/host/xhci.c | 2 +-
2218 drivers/usb/misc/appledisplay.c | 4 +-
2219 drivers/usb/misc/sisusbvga/sisusb_con.c | 98 +-
2220 drivers/usb/serial/console.c | 8 +-
2221 drivers/usb/storage/transport.c | 2 +-
2222 drivers/usb/storage/usb.c | 2 +-
2223 drivers/usb/storage/usb.h | 2 +-
2224 drivers/usb/usbip/vhci.h | 2 +-
2225 drivers/usb/usbip/vhci_hcd.c | 6 +-
2226 drivers/usb/usbip/vhci_rx.c | 2 +-
2227 drivers/usb/wusbcore/wa-hc.h | 4 +-
2228 drivers/usb/wusbcore/wa-xfer.c | 2 +-
2229 drivers/vfio/pci/vfio_pci.c | 2 +-
2230 drivers/vhost/vringh.c | 20 +-
2231 drivers/video/backlight/kb3886_bl.c | 2 +-
2232 drivers/video/console/dummycon.c | 96 +-
2233 drivers/video/console/fbcon.c | 2 +-
2234 drivers/video/console/vgacon.c | 23 +-
2235 drivers/video/fbdev/aty/aty128fb.c | 2 +-
2236 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
2237 drivers/video/fbdev/aty/mach64_ct.c | 5 +-
2238 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
2239 drivers/video/fbdev/aty/mach64_gx.c | 17 +-
2240 drivers/video/fbdev/core/fb_defio.c | 8 +-
2241 drivers/video/fbdev/core/fbmem.c | 12 +-
2242 drivers/video/fbdev/hyperv_fb.c | 4 +-
2243 drivers/video/fbdev/i810/i810_accel.c | 1 +
2244 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
2245 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
2246 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
2247 drivers/video/fbdev/omap2/omapfb/dss/display.c | 8 +-
2248 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
2249 drivers/video/fbdev/sis/sis_main.h | 2 +-
2250 drivers/video/fbdev/smscufx.c | 4 +-
2251 drivers/video/fbdev/udlfb.c | 36 +-
2252 drivers/video/fbdev/uvesafb.c | 52 +-
2253 drivers/video/fbdev/vesafb.c | 58 +-
2254 drivers/video/fbdev/via/via_clock.h | 2 +-
2255 drivers/xen/events/events_base.c | 6 +-
2256 drivers/xen/xen-pciback/pci_stub.c | 2 +-
2257 fs/9p/vfs_addr.c | 2 +-
2258 fs/9p/vfs_inode_dotl.c | 4 +-
2259 fs/Kconfig.binfmt | 2 +-
2260 fs/afs/file.c | 8 +-
2261 fs/afs/inode.c | 4 +-
2262 fs/afs/internal.h | 4 +-
2263 fs/aio.c | 2 +-
2264 fs/autofs4/waitq.c | 2 +-
2265 fs/befs/endian.h | 6 +-
2266 fs/binfmt_aout.c | 23 +-
2267 fs/binfmt_elf.c | 670 +-
2268 fs/binfmt_elf_fdpic.c | 4 +-
2269 fs/block_dev.c | 2 +-
2270 fs/btrfs/ctree.c | 11 +-
2271 fs/btrfs/ctree.h | 4 +-
2272 fs/btrfs/delayed-inode.c | 6 +-
2273 fs/btrfs/delayed-inode.h | 4 +-
2274 fs/btrfs/delayed-ref.c | 4 +-
2275 fs/btrfs/disk-io.c | 4 +-
2276 fs/btrfs/extent_map.c | 8 +-
2277 fs/btrfs/file.c | 4 +-
2278 fs/btrfs/free-space-cache.h | 1 +
2279 fs/btrfs/raid56.c | 30 +-
2280 fs/btrfs/super.c | 2 +-
2281 fs/btrfs/sysfs.c | 2 +-
2282 fs/btrfs/tests/btrfs-tests.c | 2 +-
2283 fs/btrfs/tests/free-space-tests.c | 2 +-
2284 fs/btrfs/transaction.c | 2 +-
2285 fs/btrfs/tree-log.c | 8 +-
2286 fs/btrfs/tree-log.h | 2 +-
2287 fs/btrfs/volumes.c | 14 +-
2288 fs/btrfs/volumes.h | 22 +-
2289 fs/buffer.c | 2 +-
2290 fs/cachefiles/bind.c | 6 +-
2291 fs/cachefiles/daemon.c | 12 +-
2292 fs/cachefiles/internal.h | 16 +-
2293 fs/cachefiles/namei.c | 6 +-
2294 fs/cachefiles/proc.c | 12 +-
2295 fs/ceph/dir.c | 12 +-
2296 fs/ceph/super.c | 4 +-
2297 fs/cifs/cifs_debug.c | 12 +-
2298 fs/cifs/cifsfs.c | 8 +-
2299 fs/cifs/cifsglob.h | 54 +-
2300 fs/cifs/file.c | 14 +-
2301 fs/cifs/misc.c | 4 +-
2302 fs/cifs/smb1ops.c | 80 +-
2303 fs/cifs/smb2ops.c | 84 +-
2304 fs/cifs/smb2pdu.c | 3 +-
2305 fs/coda/cache.c | 10 +-
2306 fs/coda/dir.c | 5 +-
2307 fs/compat.c | 9 +-
2308 fs/compat_binfmt_elf.c | 2 +
2309 fs/compat_ioctl.c | 12 +-
2310 fs/configfs/dir.c | 10 +-
2311 fs/coredump.c | 18 +-
2312 fs/dcache.c | 64 +-
2313 fs/ecryptfs/inode.c | 2 +-
2314 fs/ecryptfs/miscdev.c | 2 +-
2315 fs/exec.c | 370 +-
2316 fs/exofs/inode.c | 7 +-
2317 fs/ext2/xattr.c | 5 +-
2318 fs/ext4/ext4.h | 20 +-
2319 fs/ext4/mballoc.c | 44 +-
2320 fs/ext4/resize.c | 16 +-
2321 fs/ext4/super.c | 2 +-
2322 fs/ext4/sysfs.c | 2 +-
2323 fs/ext4/xattr.c | 5 +-
2324 fs/fhandle.c | 5 +-
2325 fs/file.c | 18 +-
2326 fs/freevxfs/vxfs_inode.c | 8 +-
2327 fs/freevxfs/vxfs_inode.h | 4 +-
2328 fs/fs-writeback.c | 11 +-
2329 fs/fs_struct.c | 8 +-
2330 fs/fscache/cookie.c | 40 +-
2331 fs/fscache/internal.h | 202 +-
2332 fs/fscache/object.c | 26 +-
2333 fs/fscache/operation.c | 38 +-
2334 fs/fscache/page.c | 110 +-
2335 fs/fscache/stats.c | 348 +-
2336 fs/fuse/cuse.c | 10 +-
2337 fs/fuse/dev.c | 4 +-
2338 fs/fuse/file.c | 4 +-
2339 fs/fuse/inode.c | 4 +-
2340 fs/gfs2/aops.c | 2 +-
2341 fs/gfs2/file.c | 2 +-
2342 fs/gfs2/glock.c | 22 +-
2343 fs/gfs2/glops.c | 4 +-
2344 fs/gfs2/quota.c | 6 +-
2345 fs/hugetlbfs/inode.c | 13 +-
2346 fs/inode.c | 4 +-
2347 fs/jbd2/commit.c | 2 +-
2348 fs/jbd2/transaction.c | 4 +-
2349 fs/jffs2/erase.c | 3 +-
2350 fs/jffs2/file.c | 5 +-
2351 fs/jffs2/fs.c | 2 +-
2352 fs/jffs2/os-linux.h | 2 +-
2353 fs/jffs2/wbuf.c | 3 +-
2354 fs/jfs/super.c | 2 +-
2355 fs/kernfs/dir.c | 2 +-
2356 fs/kernfs/file.c | 20 +-
2357 fs/libfs.c | 10 +-
2358 fs/lockd/clnt4xdr.c | 46 +-
2359 fs/lockd/clntproc.c | 4 +-
2360 fs/lockd/clntxdr.c | 44 +-
2361 fs/lockd/mon.c | 24 +-
2362 fs/lockd/svc.c | 2 +-
2363 fs/lockd/svc4proc.c | 69 +-
2364 fs/lockd/svcproc.c | 75 +-
2365 fs/lockd/xdr.c | 44 +-
2366 fs/lockd/xdr4.c | 41 +-
2367 fs/logfs/dev_bdev.c | 13 +-
2368 fs/logfs/dev_mtd.c | 13 +-
2369 fs/logfs/dir.c | 4 +-
2370 fs/logfs/logfs.h | 5 +-
2371 fs/logfs/readwrite.c | 2 +-
2372 fs/logfs/segment.c | 2 +-
2373 fs/logfs/super.c | 39 -
2374 fs/namei.c | 14 +-
2375 fs/namespace.c | 15 +-
2376 fs/nfs/callback.h | 18 +-
2377 fs/nfs/callback_proc.c | 26 +-
2378 fs/nfs/callback_xdr.c | 73 +-
2379 fs/nfs/dir.c | 5 +-
2380 fs/nfs/inode.c | 6 +-
2381 fs/nfs/internal.h | 5 +-
2382 fs/nfs/mount_clnt.c | 26 +-
2383 fs/nfs/nfs2xdr.c | 101 +-
2384 fs/nfs/nfs3xdr.c | 201 +-
2385 fs/nfs/nfs42xdr.c | 60 +-
2386 fs/nfs/nfs4xdr.c | 507 +-
2387 fs/nfs/read.c | 2 +-
2388 fs/nfs/symlink.c | 6 +-
2389 fs/nfsd/current_stateid.h | 24 +-
2390 fs/nfsd/nfs2acl.c | 85 +-
2391 fs/nfsd/nfs3acl.c | 44 +-
2392 fs/nfsd/nfs3proc.c | 271 +-
2393 fs/nfsd/nfs3xdr.c | 171 +-
2394 fs/nfsd/nfs4callback.c | 31 +-
2395 fs/nfsd/nfs4proc.c | 320 +-
2396 fs/nfsd/nfs4state.c | 111 +-
2397 fs/nfsd/nfs4xdr.c | 564 +-
2398 fs/nfsd/nfscache.c | 11 +-
2399 fs/nfsd/nfsproc.c | 193 +-
2400 fs/nfsd/nfsxdr.c | 96 +-
2401 fs/nfsd/vfs.c | 6 +-
2402 fs/nfsd/xdr.h | 50 +-
2403 fs/nfsd/xdr3.h | 100 +-
2404 fs/nfsd/xdr4.h | 50 +-
2405 fs/nls/nls_base.c | 26 +-
2406 fs/nls/nls_cp932.c | 2 +-
2407 fs/nls/nls_cp936.c | 2 +-
2408 fs/nls/nls_cp949.c | 2 +-
2409 fs/nls/nls_cp950.c | 2 +-
2410 fs/nls/nls_euc-jp.c | 8 +-
2411 fs/nls/nls_koi8-ru.c | 8 +-
2412 fs/notify/fanotify/fanotify_user.c | 4 +-
2413 fs/notify/notification.c | 4 +-
2414 fs/ntfs/dir.c | 4 +-
2415 fs/ntfs/inode.c | 19 +-
2416 fs/ntfs/inode.h | 4 +-
2417 fs/ntfs/mft.c | 4 +-
2418 fs/ntfs/super.c | 8 +-
2419 fs/ocfs2/dlm/dlmcommon.h | 4 +-
2420 fs/ocfs2/dlm/dlmdebug.c | 10 +-
2421 fs/ocfs2/dlm/dlmdomain.c | 4 +-
2422 fs/ocfs2/dlm/dlmmaster.c | 4 +-
2423 fs/ocfs2/dlmfs/dlmfs.c | 4 +-
2424 fs/ocfs2/filecheck.c | 2 +-
2425 fs/ocfs2/localalloc.c | 2 +-
2426 fs/ocfs2/ocfs2.h | 10 +-
2427 fs/ocfs2/suballoc.c | 12 +-
2428 fs/ocfs2/super.c | 20 +-
2429 fs/overlayfs/copy_up.c | 2 +-
2430 fs/pipe.c | 72 +-
2431 fs/posix_acl.c | 4 +-
2432 fs/proc/array.c | 20 +
2433 fs/proc/base.c | 7 +-
2434 fs/proc/kcore.c | 36 +-
2435 fs/proc/meminfo.c | 2 +-
2436 fs/proc/nommu.c | 2 +-
2437 fs/proc/proc_net.c | 2 +-
2438 fs/proc/proc_sysctl.c | 26 +-
2439 fs/proc/task_mmu.c | 39 +-
2440 fs/proc/task_nommu.c | 6 +-
2441 fs/proc/vmcore.c | 16 +-
2442 fs/qnx6/qnx6.h | 4 +-
2443 fs/quota/netlink.c | 4 +-
2444 fs/read_write.c | 34 +-
2445 fs/readdir.c | 3 +-
2446 fs/reiserfs/do_balan.c | 2 +-
2447 fs/reiserfs/procfs.c | 2 +-
2448 fs/reiserfs/reiserfs.h | 4 +-
2449 fs/select.c | 2 +-
2450 fs/seq_file.c | 4 +-
2451 fs/splice.c | 43 +-
2452 fs/squashfs/xattr.c | 10 +-
2453 fs/super.c | 3 +-
2454 fs/sysv/sysv.h | 2 +-
2455 fs/tracefs/inode.c | 8 +-
2456 fs/ubifs/find.c | 34 +-
2457 fs/ubifs/lprops.c | 5 +-
2458 fs/udf/misc.c | 2 +-
2459 fs/ufs/swab.h | 4 +-
2460 fs/userfaultfd.c | 2 +-
2461 fs/xattr.c | 21 +
2462 fs/xfs/libxfs/xfs_bmap.c | 2 +-
2463 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
2464 fs/xfs/xfs_dir2_readdir.c | 7 +-
2465 fs/xfs/xfs_ioctl.c | 2 +-
2466 fs/xfs/xfs_linux.h | 4 +-
2467 include/acpi/ghes.h | 2 +-
2468 include/asm-generic/4level-fixup.h | 2 +
2469 include/asm-generic/atomic-long.h | 186 +-
2470 include/asm-generic/atomic64.h | 12 +
2471 include/asm-generic/bitops/__fls.h | 2 +-
2472 include/asm-generic/bitops/fls.h | 2 +-
2473 include/asm-generic/bitops/fls64.h | 4 +-
2474 include/asm-generic/bug.h | 6 +-
2475 include/asm-generic/cache.h | 4 +-
2476 include/asm-generic/emergency-restart.h | 2 +-
2477 include/asm-generic/kmap_types.h | 4 +-
2478 include/asm-generic/local.h | 13 +
2479 include/asm-generic/pgtable-nopmd.h | 18 +-
2480 include/asm-generic/pgtable-nopud.h | 15 +-
2481 include/asm-generic/pgtable.h | 16 +
2482 include/asm-generic/sections.h | 1 +
2483 include/asm-generic/uaccess.h | 16 +
2484 include/asm-generic/vmlinux.lds.h | 15 +-
2485 include/crypto/algapi.h | 2 +-
2486 include/crypto/cast6.h | 4 +-
2487 include/crypto/serpent.h | 4 +-
2488 include/crypto/xts.h | 2 +-
2489 include/drm/drmP.h | 19 +-
2490 include/drm/drm_mm.h | 2 +-
2491 include/drm/drm_modeset_helper_vtables.h | 2 +-
2492 include/drm/i915_pciids.h | 2 +-
2493 include/drm/intel-gtt.h | 4 +-
2494 include/drm/ttm/ttm_memory.h | 2 +-
2495 include/drm/ttm/ttm_page_alloc.h | 1 +
2496 include/keys/asymmetric-subtype.h | 2 +-
2497 include/keys/encrypted-type.h | 2 +-
2498 include/keys/rxrpc-type.h | 2 +-
2499 include/keys/user-type.h | 2 +-
2500 include/linux/atmdev.h | 4 +-
2501 include/linux/atomic.h | 12 +-
2502 include/linux/audit.h | 2 +-
2503 include/linux/average.h | 2 +-
2504 include/linux/binfmts.h | 3 +-
2505 include/linux/bitmap.h | 2 +-
2506 include/linux/bitops.h | 8 +-
2507 include/linux/blk-cgroup.h | 24 +-
2508 include/linux/blkdev.h | 2 +-
2509 include/linux/blktrace_api.h | 2 +-
2510 include/linux/cache.h | 9 +
2511 include/linux/cdrom.h | 1 -
2512 include/linux/cgroup-defs.h | 2 +-
2513 include/linux/cleancache.h | 2 +-
2514 include/linux/clk-provider.h | 1 +
2515 include/linux/compat.h | 15 +-
2516 include/linux/compiler-gcc.h | 33 +-
2517 include/linux/compiler.h | 197 +-
2518 include/linux/configfs.h | 2 +-
2519 include/linux/cpufreq.h | 7 +-
2520 include/linux/cpuidle.h | 5 +-
2521 include/linux/cpumask.h | 14 +-
2522 include/linux/crypto.h | 4 +-
2523 include/linux/ctype.h | 2 +-
2524 include/linux/dcache.h | 4 +-
2525 include/linux/decompress/mm.h | 2 +-
2526 include/linux/devfreq.h | 2 +-
2527 include/linux/device.h | 7 +-
2528 include/linux/dma-mapping.h | 2 +-
2529 include/linux/efi.h | 1 +
2530 include/linux/elf.h | 2 +
2531 include/linux/err.h | 4 +-
2532 include/linux/extcon.h | 2 +-
2533 include/linux/fb.h | 3 +-
2534 include/linux/fdtable.h | 2 +-
2535 include/linux/firewire.h | 2 +-
2536 include/linux/fs.h | 5 +-
2537 include/linux/fs_struct.h | 2 +-
2538 include/linux/fscache-cache.h | 2 +-
2539 include/linux/fscache.h | 2 +-
2540 include/linux/fsnotify.h | 2 +-
2541 include/linux/genhd.h | 4 +-
2542 include/linux/genl_magic_func.h | 2 +-
2543 include/linux/genl_magic_struct.h | 4 +-
2544 include/linux/gfp.h | 14 +-
2545 include/linux/highmem.h | 12 +
2546 include/linux/hugetlb.h | 2 +-
2547 include/linux/hugetlb_cgroup.h | 11 +
2548 include/linux/hwmon-sysfs.h | 6 +-
2549 include/linux/i2c.h | 1 +
2550 include/linux/if_pppox.h | 2 +-
2551 include/linux/init.h | 10 +-
2552 include/linux/init_task.h | 7 +
2553 include/linux/interrupt.h | 6 +-
2554 include/linux/iommu.h | 2 +-
2555 include/linux/ioport.h | 2 +-
2556 include/linux/ipc.h | 2 +-
2557 include/linux/irq.h | 5 +-
2558 include/linux/irqdesc.h | 2 +-
2559 include/linux/irqdomain.h | 3 +
2560 include/linux/jbd2.h | 2 +-
2561 include/linux/jiffies.h | 16 +-
2562 include/linux/kallsyms.h | 18 +-
2563 include/linux/key-type.h | 2 +-
2564 include/linux/kgdb.h | 6 +-
2565 include/linux/kmemleak.h | 4 +-
2566 include/linux/kobject.h | 3 +-
2567 include/linux/kobject_ns.h | 2 +-
2568 include/linux/kref.h | 2 +-
2569 include/linux/libata.h | 2 +-
2570 include/linux/linkage.h | 22 +-
2571 include/linux/list.h | 15 +
2572 include/linux/lockd/xdr.h | 34 +-
2573 include/linux/lockd/xdr4.h | 34 +-
2574 include/linux/lockref.h | 26 +-
2575 include/linux/math64.h | 10 +-
2576 include/linux/memcontrol.h | 2 +-
2577 include/linux/memory.h | 2 +-
2578 include/linux/mempolicy.h | 7 +
2579 include/linux/mm.h | 98 +-
2580 include/linux/mm_types.h | 20 +
2581 include/linux/mmiotrace.h | 4 +-
2582 include/linux/mmzone.h | 2 +-
2583 include/linux/mod_devicetable.h | 4 +-
2584 include/linux/module.h | 58 +-
2585 include/linux/moduleloader.h | 16 +
2586 include/linux/moduleparam.h | 12 +-
2587 include/linux/net.h | 2 +-
2588 include/linux/netdevice.h | 11 +-
2589 include/linux/netfilter.h | 2 +-
2590 include/linux/netfilter/ipset/ip_set_comment.h | 3 +-
2591 include/linux/netfilter/nfnetlink.h | 2 +-
2592 include/linux/netlink.h | 12 +-
2593 include/linux/nls.h | 4 +-
2594 include/linux/notifier.h | 3 +-
2595 include/linux/oprofile.h | 4 +-
2596 include/linux/padata.h | 2 +-
2597 include/linux/pagemap.h | 4 +-
2598 include/linux/pci_hotplug.h | 3 +-
2599 include/linux/percpu.h | 2 +-
2600 include/linux/perf_event.h | 12 +-
2601 include/linux/pid.h | 4 +-
2602 include/linux/pipe_fs_i.h | 8 +-
2603 include/linux/pm.h | 1 +
2604 include/linux/pm_domain.h | 2 +-
2605 include/linux/pm_runtime.h | 2 +-
2606 include/linux/pnp.h | 2 +-
2607 include/linux/poison.h | 4 +-
2608 include/linux/power/smartreflex.h | 2 +-
2609 include/linux/ppp-comp.h | 2 +-
2610 include/linux/preempt.h | 21 +
2611 include/linux/printk.h | 2 +-
2612 include/linux/proc_ns.h | 2 +-
2613 include/linux/psci.h | 2 +-
2614 include/linux/quota.h | 2 +-
2615 include/linux/random.h | 19 +-
2616 include/linux/rculist.h | 16 +
2617 include/linux/rcupdate.h | 8 +
2618 include/linux/reboot.h | 14 +-
2619 include/linux/regset.h | 3 +-
2620 include/linux/relay.h | 2 +-
2621 include/linux/rio.h | 2 +-
2622 include/linux/rmap.h | 4 +-
2623 include/linux/sched.h | 76 +-
2624 include/linux/scif.h | 2 +-
2625 include/linux/semaphore.h | 2 +-
2626 include/linux/seq_buf.h | 4 +-
2627 include/linux/seq_file.h | 1 +
2628 include/linux/seqlock.h | 10 +
2629 include/linux/signal.h | 2 +-
2630 include/linux/skbuff.h | 12 +-
2631 include/linux/slab.h | 47 +-
2632 include/linux/slab_def.h | 14 +-
2633 include/linux/slub_def.h | 2 +-
2634 include/linux/smp.h | 2 +
2635 include/linux/sock_diag.h | 2 +-
2636 include/linux/sonet.h | 2 +-
2637 include/linux/spinlock.h | 17 +-
2638 include/linux/srcu.h | 5 +-
2639 include/linux/string.h | 70 +-
2640 include/linux/sunrpc/addr.h | 8 +-
2641 include/linux/sunrpc/clnt.h | 2 +-
2642 include/linux/sunrpc/svc.h | 2 +-
2643 include/linux/sunrpc/svc_rdma.h | 18 +-
2644 include/linux/sunrpc/svcauth.h | 2 +-
2645 include/linux/swapops.h | 10 +-
2646 include/linux/swiotlb.h | 3 +-
2647 include/linux/syscalls.h | 36 +-
2648 include/linux/syscore_ops.h | 2 +-
2649 include/linux/sysctl.h | 3 +-
2650 include/linux/sysfs.h | 11 +-
2651 include/linux/sysrq.h | 3 +-
2652 include/linux/tcp.h | 14 +-
2653 include/linux/thread_info.h | 7 +
2654 include/linux/tty.h | 4 +-
2655 include/linux/tty_driver.h | 2 +-
2656 include/linux/tty_ldisc.h | 2 +-
2657 include/linux/types.h | 18 +
2658 include/linux/uaccess.h | 2 +-
2659 include/linux/uio_driver.h | 2 +-
2660 include/linux/unaligned/access_ok.h | 24 +-
2661 include/linux/usb.h | 12 +-
2662 include/linux/usb/hcd.h | 1 +
2663 include/linux/usb/renesas_usbhs.h | 2 +-
2664 include/linux/vermagic.h | 21 +-
2665 include/linux/vga_switcheroo.h | 8 +-
2666 include/linux/vmalloc.h | 7 +-
2667 include/linux/vmstat.h | 24 +-
2668 include/linux/writeback.h | 3 +-
2669 include/linux/xattr.h | 5 +-
2670 include/linux/zlib.h | 3 +-
2671 include/media/v4l2-dev.h | 2 +-
2672 include/media/v4l2-device.h | 2 +-
2673 include/net/9p/transport.h | 2 +-
2674 include/net/bluetooth/l2cap.h | 2 +-
2675 include/net/bonding.h | 2 +-
2676 include/net/caif/cfctrl.h | 6 +-
2677 include/net/cfg80211-wext.h | 20 +-
2678 include/net/cfg802154.h | 2 +-
2679 include/net/fib_rules.h | 3 +-
2680 include/net/flow.h | 2 +-
2681 include/net/genetlink.h | 2 +-
2682 include/net/gro_cells.h | 2 +-
2683 include/net/inet_connection_sock.h | 2 +-
2684 include/net/inet_sock.h | 2 +-
2685 include/net/inetpeer.h | 2 +-
2686 include/net/ip_fib.h | 2 +-
2687 include/net/ip_vs.h | 8 +-
2688 include/net/ipv6.h | 2 +-
2689 include/net/irda/ircomm_tty.h | 1 +
2690 include/net/irda/irias_object.h | 2 +-
2691 include/net/irda/irlmp.h | 1 +
2692 include/net/irda/irlmp_event.h | 6 +-
2693 include/net/irda/timer.h | 6 +-
2694 include/net/iucv/af_iucv.h | 2 +-
2695 include/net/llc_c_ac.h | 2 +-
2696 include/net/llc_c_ev.h | 4 +-
2697 include/net/llc_c_st.h | 2 +-
2698 include/net/llc_s_ac.h | 2 +-
2699 include/net/llc_s_st.h | 2 +-
2700 include/net/mac80211.h | 6 +-
2701 include/net/neighbour.h | 4 +-
2702 include/net/net_namespace.h | 18 +-
2703 include/net/netfilter/nf_conntrack.h | 2 +-
2704 include/net/netlink.h | 2 +-
2705 include/net/netns/conntrack.h | 6 +-
2706 include/net/netns/ipv4.h | 4 +-
2707 include/net/netns/ipv6.h | 4 +-
2708 include/net/netns/xfrm.h | 2 +-
2709 include/net/ping.h | 2 +-
2710 include/net/protocol.h | 4 +-
2711 include/net/rtnetlink.h | 2 +-
2712 include/net/sctp/checksum.h | 4 +-
2713 include/net/sctp/sm.h | 4 +-
2714 include/net/sctp/structs.h | 2 +-
2715 include/net/snmp.h | 10 +-
2716 include/net/sock.h | 12 +-
2717 include/net/tcp.h | 8 +-
2718 include/net/xfrm.h | 15 +-
2719 include/rdma/ib_cm.h | 8 +-
2720 include/scsi/libfc.h | 3 +-
2721 include/scsi/scsi_device.h | 6 +-
2722 include/scsi/scsi_driver.h | 2 +-
2723 include/scsi/scsi_transport_fc.h | 3 +-
2724 include/scsi/sg.h | 2 +-
2725 include/sound/compress_driver.h | 2 +-
2726 include/sound/control.h | 4 +-
2727 include/sound/pcm.h | 2 +-
2728 include/sound/rawmidi.h | 3 +-
2729 include/sound/seq_kernel.h | 2 +-
2730 include/sound/soc.h | 4 +-
2731 include/trace/events/irq.h | 4 +-
2732 include/trace/events/mmflags.h | 7 +
2733 include/uapi/linux/a.out.h | 8 +
2734 include/uapi/linux/bcache.h | 5 +-
2735 include/uapi/linux/byteorder/little_endian.h | 28 +-
2736 include/uapi/linux/connector.h | 2 +-
2737 include/uapi/linux/elf.h | 28 +
2738 include/uapi/linux/screen_info.h | 2 +-
2739 include/uapi/linux/swab.h | 6 +-
2740 include/uapi/linux/xattr.h | 5 +
2741 include/video/udlfb.h | 8 +-
2742 include/video/uvesafb.h | 1 +
2743 init/Kconfig | 2 +-
2744 init/do_mounts.c | 16 +-
2745 init/do_mounts.h | 8 +-
2746 init/do_mounts_initrd.c | 30 +-
2747 init/do_mounts_md.c | 6 +-
2748 init/init_task.c | 4 +
2749 init/initramfs.c | 38 +-
2750 init/main.c | 30 +-
2751 ipc/compat.c | 4 +-
2752 ipc/ipc_sysctl.c | 14 +-
2753 ipc/mq_sysctl.c | 4 +-
2754 ipc/sem.c | 4 +-
2755 ipc/shm.c | 8 +-
2756 kernel/audit.c | 10 +-
2757 kernel/auditsc.c | 4 +-
2758 kernel/bpf/core.c | 28 +-
2759 kernel/capability.c | 3 +
2760 kernel/cgroup.c | 29 +-
2761 kernel/compat.c | 38 +-
2762 kernel/debug/debug_core.c | 16 +-
2763 kernel/debug/kdb/kdb_main.c | 4 +-
2764 kernel/events/core.c | 36 +-
2765 kernel/events/internal.h | 10 +-
2766 kernel/events/uprobes.c | 2 +-
2767 kernel/exit.c | 27 +-
2768 kernel/fork.c | 175 +-
2769 kernel/futex.c | 11 +-
2770 kernel/futex_compat.c | 2 +-
2771 kernel/irq/manage.c | 2 +-
2772 kernel/irq/msi.c | 19 +-
2773 kernel/irq/spurious.c | 2 +-
2774 kernel/jump_label.c | 5 +
2775 kernel/kallsyms.c | 40 +-
2776 kernel/kexec.c | 3 +-
2777 kernel/kmod.c | 8 +-
2778 kernel/kprobes.c | 4 +-
2779 kernel/ksysfs.c | 2 +-
2780 kernel/locking/lockdep.c | 7 +-
2781 kernel/locking/mutex-debug.c | 12 +-
2782 kernel/locking/mutex-debug.h | 4 +-
2783 kernel/locking/mutex.c | 6 +-
2784 kernel/module.c | 405 +-
2785 kernel/notifier.c | 17 +-
2786 kernel/padata.c | 4 +-
2787 kernel/panic.c | 11 +-
2788 kernel/pid.c | 8 +-
2789 kernel/pid_namespace.c | 2 +-
2790 kernel/power/process.c | 12 +-
2791 kernel/profile.c | 14 +-
2792 kernel/ptrace.c | 8 +-
2793 kernel/rcu/rcutorture.c | 60 +-
2794 kernel/rcu/tiny.c | 4 +-
2795 kernel/rcu/tree.c | 42 +-
2796 kernel/rcu/tree.h | 16 +-
2797 kernel/rcu/tree_plugin.h | 18 +-
2798 kernel/rcu/tree_trace.c | 14 +-
2799 kernel/resource.c | 4 +-
2800 kernel/sched/auto_group.c | 4 +-
2801 kernel/sched/core.c | 8 +-
2802 kernel/sched/deadline.c | 4 +-
2803 kernel/sched/debug.c | 43 +-
2804 kernel/sched/fair.c | 2 +-
2805 kernel/sched/rt.c | 4 +-
2806 kernel/sched/sched.h | 13 +-
2807 kernel/signal.c | 28 +-
2808 kernel/smp.c | 2 +-
2809 kernel/smpboot.c | 7 +-
2810 kernel/softirq.c | 12 +-
2811 kernel/stop_machine.c | 2 +-
2812 kernel/sys.c | 10 +-
2813 kernel/sys_ni.c | 4 +-
2814 kernel/sysctl.c | 34 +-
2815 kernel/time/alarmtimer.c | 4 +-
2816 kernel/time/posix-clock.c | 8 +-
2817 kernel/time/posix-cpu-timers.c | 4 +-
2818 kernel/time/posix-timers.c | 36 +-
2819 kernel/time/timer.c | 2 +-
2820 kernel/time/timer_stats.c | 10 +-
2821 kernel/trace/blktrace.c | 6 +-
2822 kernel/trace/ftrace.c | 33 +-
2823 kernel/trace/ring_buffer.c | 96 +-
2824 kernel/trace/trace.c | 2 +-
2825 kernel/trace/trace.h | 2 +-
2826 kernel/trace/trace_clock.c | 4 +-
2827 kernel/trace/trace_events.c | 1 -
2828 kernel/trace/trace_functions_graph.c | 4 +-
2829 kernel/trace/trace_mmiotrace.c | 8 +-
2830 kernel/trace/trace_output.c | 10 +-
2831 kernel/trace/trace_seq.c | 2 +-
2832 kernel/trace/trace_stack.c | 2 +-
2833 kernel/user.c | 2 +-
2834 kernel/user_namespace.c | 2 +-
2835 kernel/utsname_sysctl.c | 2 +-
2836 kernel/watchdog.c | 2 +-
2837 kernel/workqueue.c | 8 +-
2838 lib/Kconfig.debug | 8 +-
2839 lib/Makefile | 2 +-
2840 lib/bitmap.c | 8 +-
2841 lib/bug.c | 2 +
2842 lib/debugobjects.c | 2 +-
2843 lib/decompress_bunzip2.c | 3 +-
2844 lib/decompress_unlzma.c | 4 +-
2845 lib/div64.c | 4 +-
2846 lib/dma-debug.c | 4 +-
2847 lib/extable.c | 11 +-
2848 lib/inflate.c | 2 +-
2849 lib/ioremap.c | 4 +-
2850 lib/irq_poll.c | 2 +-
2851 lib/kobject.c | 4 +-
2852 lib/list_debug.c | 126 +-
2853 lib/lockref.c | 44 +-
2854 lib/percpu-refcount.c | 2 +-
2855 lib/radix-tree.c | 2 +-
2856 lib/random32.c | 2 +-
2857 lib/rhashtable.c | 4 +-
2858 lib/seq_buf.c | 4 +-
2859 lib/show_mem.c | 2 +-
2860 lib/strncpy_from_user.c | 2 +-
2861 lib/strnlen_user.c | 2 +-
2862 lib/swiotlb.c | 2 +-
2863 lib/usercopy.c | 6 +
2864 lib/vsprintf.c | 12 +-
2865 mm/Kconfig | 6 +-
2866 mm/backing-dev.c | 4 +-
2867 mm/fadvise.c | 2 +-
2868 mm/filemap.c | 8 +-
2869 mm/gup.c | 13 +-
2870 mm/highmem.c | 6 +-
2871 mm/hugetlb.c | 125 +-
2872 mm/hugetlb_cgroup.c | 60 +-
2873 mm/internal.h | 3 +-
2874 mm/maccess.c | 12 +-
2875 mm/madvise.c | 37 +
2876 mm/memcontrol.c | 6 +-
2877 mm/memory-failure.c | 6 +-
2878 mm/memory.c | 424 +-
2879 mm/mempolicy.c | 25 +
2880 mm/mlock.c | 18 +-
2881 mm/mm_init.c | 2 +-
2882 mm/mmap.c | 572 +-
2883 mm/mprotect.c | 137 +-
2884 mm/mremap.c | 39 +-
2885 mm/nommu.c | 21 +-
2886 mm/page-writeback.c | 2 +-
2887 mm/page_alloc.c | 61 +-
2888 mm/percpu.c | 2 +-
2889 mm/process_vm_access.c | 14 +-
2890 mm/readahead.c | 2 +-
2891 mm/rmap.c | 43 +-
2892 mm/shmem.c | 35 +-
2893 mm/slab.c | 113 +-
2894 mm/slab.h | 37 +-
2895 mm/slab_common.c | 79 +-
2896 mm/slob.c | 220 +-
2897 mm/slub.c | 111 +-
2898 mm/sparse-vmemmap.c | 4 +-
2899 mm/sparse.c | 2 +-
2900 mm/swap.c | 7 +
2901 mm/swapfile.c | 12 +-
2902 mm/util.c | 7 +
2903 mm/vmalloc.c | 116 +-
2904 mm/vmstat.c | 12 +-
2905 net/8021q/vlan.c | 5 +-
2906 net/8021q/vlan_netlink.c | 2 +-
2907 net/9p/mod.c | 4 +-
2908 net/9p/trans_fd.c | 2 +-
2909 net/atm/atm_misc.c | 8 +-
2910 net/atm/lec.h | 2 +-
2911 net/atm/proc.c | 6 +-
2912 net/atm/resources.c | 4 +-
2913 net/ax25/sysctl_net_ax25.c | 2 +-
2914 net/batman-adv/bat_iv_ogm.c | 8 +-
2915 net/batman-adv/fragmentation.c | 2 +-
2916 net/batman-adv/routing.c | 4 +-
2917 net/batman-adv/soft-interface.c | 12 +-
2918 net/batman-adv/sysfs.c | 48 +-
2919 net/batman-adv/sysfs.h | 4 +-
2920 net/batman-adv/translation-table.c | 14 +-
2921 net/batman-adv/types.h | 8 +-
2922 net/bluetooth/hci_sock.c | 2 +-
2923 net/bluetooth/l2cap_core.c | 6 +-
2924 net/bluetooth/l2cap_sock.c | 12 +-
2925 net/bluetooth/rfcomm/sock.c | 4 +-
2926 net/bluetooth/rfcomm/tty.c | 4 +-
2927 net/bridge/br_netfilter_hooks.c | 4 +-
2928 net/bridge/br_netlink.c | 2 +-
2929 net/bridge/netfilter/ebtables.c | 6 +-
2930 net/caif/cfctrl.c | 11 +-
2931 net/caif/chnl_net.c | 4 +-
2932 net/can/af_can.c | 2 +-
2933 net/can/gw.c | 6 +-
2934 net/ceph/ceph_common.c | 2 +-
2935 net/ceph/messenger.c | 4 +-
2936 net/compat.c | 26 +-
2937 net/core/datagram.c | 2 +-
2938 net/core/dev.c | 24 +-
2939 net/core/filter.c | 2 +-
2940 net/core/flow.c | 8 +-
2941 net/core/neighbour.c | 18 +-
2942 net/core/net-procfs.c | 4 +-
2943 net/core/net-sysfs.c | 2 +-
2944 net/core/net_namespace.c | 10 +-
2945 net/core/netpoll.c | 4 +-
2946 net/core/rtnetlink.c | 17 +-
2947 net/core/scm.c | 12 +-
2948 net/core/skbuff.c | 11 +-
2949 net/core/sock.c | 30 +-
2950 net/core/sock_diag.c | 15 +-
2951 net/core/sysctl_net_core.c | 22 +-
2952 net/decnet/af_decnet.c | 1 +
2953 net/decnet/sysctl_net_decnet.c | 4 +-
2954 net/dsa/dsa.c | 2 +-
2955 net/hsr/hsr_device.c | 2 +-
2956 net/hsr/hsr_netlink.c | 2 +-
2957 net/ieee802154/6lowpan/core.c | 2 +-
2958 net/ieee802154/6lowpan/reassembly.c | 14 +-
2959 net/ieee802154/core.c | 6 +-
2960 net/ipv4/af_inet.c | 6 +-
2961 net/ipv4/arp.c | 2 +-
2962 net/ipv4/devinet.c | 20 +-
2963 net/ipv4/fib_frontend.c | 6 +-
2964 net/ipv4/fib_semantics.c | 2 +-
2965 net/ipv4/icmp.c | 2 +-
2966 net/ipv4/inet_connection_sock.c | 4 +-
2967 net/ipv4/inet_diag.c | 4 +-
2968 net/ipv4/inet_timewait_sock.c | 2 +-
2969 net/ipv4/inetpeer.c | 2 +-
2970 net/ipv4/ip_fragment.c | 17 +-
2971 net/ipv4/ip_gre.c | 6 +-
2972 net/ipv4/ip_sockglue.c | 2 +-
2973 net/ipv4/ip_vti.c | 4 +-
2974 net/ipv4/ipconfig.c | 6 +-
2975 net/ipv4/ipip.c | 4 +-
2976 net/ipv4/netfilter/arp_tables.c | 12 +-
2977 net/ipv4/netfilter/ip_tables.c | 12 +-
2978 net/ipv4/ping.c | 14 +-
2979 net/ipv4/proc.c | 10 +-
2980 net/ipv4/raw.c | 16 +-
2981 net/ipv4/route.c | 40 +-
2982 net/ipv4/sysctl_net_ipv4.c | 24 +-
2983 net/ipv4/tcp_input.c | 6 +-
2984 net/ipv4/tcp_ipv4.c | 2 +-
2985 net/ipv4/tcp_metrics.c | 2 +-
2986 net/ipv4/tcp_probe.c | 2 +-
2987 net/ipv4/udp.c | 10 +-
2988 net/ipv4/xfrm4_mode_transport.c | 2 +-
2989 net/ipv4/xfrm4_policy.c | 19 +-
2990 net/ipv4/xfrm4_state.c | 4 +-
2991 net/ipv6/addrconf.c | 24 +-
2992 net/ipv6/af_inet6.c | 2 +-
2993 net/ipv6/datagram.c | 2 +-
2994 net/ipv6/icmp.c | 2 +-
2995 net/ipv6/inet6_hashtables.c | 2 +-
2996 net/ipv6/ip6_fib.c | 4 +-
2997 net/ipv6/ip6_gre.c | 10 +-
2998 net/ipv6/ip6_tunnel.c | 4 +-
2999 net/ipv6/ip6_vti.c | 4 +-
3000 net/ipv6/ipv6_sockglue.c | 2 +-
3001 net/ipv6/ndisc.c | 2 +-
3002 net/ipv6/netfilter/ip6_tables.c | 12 +-
3003 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
3004 net/ipv6/ping.c | 33 +-
3005 net/ipv6/proc.c | 10 +-
3006 net/ipv6/raw.c | 17 +-
3007 net/ipv6/reassembly.c | 13 +-
3008 net/ipv6/route.c | 2 +-
3009 net/ipv6/sit.c | 4 +-
3010 net/ipv6/sysctl_net_ipv6.c | 2 +-
3011 net/ipv6/udp.c | 6 +-
3012 net/ipv6/xfrm6_mode_transport.c | 2 +-
3013 net/ipv6/xfrm6_policy.c | 17 +-
3014 net/irda/discovery.c | 2 +-
3015 net/irda/ircomm/ircomm_core.c | 13 +-
3016 net/irda/ircomm/ircomm_tty.c | 24 +-
3017 net/irda/ircomm/ircomm_tty_attach.c | 4 +-
3018 net/irda/irda_device.c | 14 +-
3019 net/irda/iriap.c | 14 +-
3020 net/irda/irias_object.c | 10 +-
3021 net/irda/irlan/irlan_client.c | 2 +-
3022 net/irda/irlap.c | 15 +-
3023 net/irda/irlap_event.c | 2 +-
3024 net/irda/irlmp.c | 21 +-
3025 net/irda/irlmp_event.c | 6 +-
3026 net/irda/irnet/irnet.h | 2 +-
3027 net/irda/irnet/irnet_irda.c | 6 +-
3028 net/irda/irttp.c | 8 +-
3029 net/irda/timer.c | 24 +-
3030 net/iucv/af_iucv.c | 4 +-
3031 net/iucv/iucv.c | 2 +-
3032 net/key/af_key.c | 4 +-
3033 net/l2tp/l2tp_eth.c | 40 +-
3034 net/l2tp/l2tp_ip.c | 2 +-
3035 net/l2tp/l2tp_ip6.c | 2 +-
3036 net/mac80211/cfg.c | 12 +-
3037 net/mac80211/debugfs.c | 2 +-
3038 net/mac80211/debugfs_key.c | 6 +-
3039 net/mac80211/ieee80211_i.h | 3 +-
3040 net/mac80211/iface.c | 20 +-
3041 net/mac80211/main.c | 2 +-
3042 net/mac80211/pm.c | 4 +-
3043 net/mac80211/rate.c | 2 +-
3044 net/mac80211/sta_info.c | 2 +-
3045 net/mac80211/tx.c | 2 +-
3046 net/mac80211/util.c | 8 +-
3047 net/mac80211/wpa.c | 12 +-
3048 net/mac802154/iface.c | 6 +-
3049 net/mpls/af_mpls.c | 10 +-
3050 net/netfilter/ipset/ip_set_core.c | 7 +-
3051 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
3052 net/netfilter/ipvs/ip_vs_core.c | 4 +-
3053 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
3054 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
3055 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
3056 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
3057 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
3058 net/netfilter/nf_conntrack_acct.c | 2 +-
3059 net/netfilter/nf_conntrack_core.c | 6 +-
3060 net/netfilter/nf_conntrack_ecache.c | 2 +-
3061 net/netfilter/nf_conntrack_helper.c | 2 +-
3062 net/netfilter/nf_conntrack_netlink.c | 22 +-
3063 net/netfilter/nf_conntrack_proto.c | 2 +-
3064 net/netfilter/nf_conntrack_standalone.c | 2 +-
3065 net/netfilter/nf_conntrack_timestamp.c | 2 +-
3066 net/netfilter/nf_log.c | 10 +-
3067 net/netfilter/nf_nat_ftp.c | 2 +-
3068 net/netfilter/nf_nat_irc.c | 2 +-
3069 net/netfilter/nf_sockopt.c | 4 +-
3070 net/netfilter/nf_tables_api.c | 13 +-
3071 net/netfilter/nfnetlink_acct.c | 7 +-
3072 net/netfilter/nfnetlink_cthelper.c | 2 +-
3073 net/netfilter/nfnetlink_cttimeout.c | 2 +-
3074 net/netfilter/nfnetlink_log.c | 4 +-
3075 net/netfilter/nft_compat.c | 9 +-
3076 net/netfilter/xt_IDLETIMER.c | 12 +-
3077 net/netfilter/xt_statistic.c | 8 +-
3078 net/netlink/af_netlink.c | 16 +-
3079 net/netlink/diag.c | 2 +-
3080 net/netlink/genetlink.c | 14 +-
3081 net/openvswitch/vport-geneve.c | 7 +-
3082 net/openvswitch/vport-gre.c | 7 +-
3083 net/openvswitch/vport-internal_dev.c | 4 +-
3084 net/openvswitch/vport-netdev.c | 7 +-
3085 net/openvswitch/vport-vxlan.c | 7 +-
3086 net/packet/af_packet.c | 26 +-
3087 net/packet/diag.c | 2 +-
3088 net/packet/internal.h | 6 +-
3089 net/phonet/pep.c | 6 +-
3090 net/phonet/socket.c | 2 +-
3091 net/phonet/sysctl.c | 2 +-
3092 net/rds/cong.c | 6 +-
3093 net/rds/ib.h | 2 +-
3094 net/rds/ib_cm.c | 2 +-
3095 net/rds/ib_recv.c | 4 +-
3096 net/rds/rds.h | 2 +-
3097 net/rds/tcp.c | 6 +-
3098 net/rds/tcp.h | 6 +-
3099 net/rds/tcp_send.c | 2 +-
3100 net/rxrpc/af_rxrpc.c | 2 +-
3101 net/rxrpc/ar-ack.c | 14 +-
3102 net/rxrpc/ar-call.c | 2 +-
3103 net/rxrpc/ar-connection.c | 2 +-
3104 net/rxrpc/ar-connevent.c | 2 +-
3105 net/rxrpc/ar-input.c | 4 +-
3106 net/rxrpc/ar-internal.h | 8 +-
3107 net/rxrpc/ar-local.c | 2 +-
3108 net/rxrpc/ar-output.c | 4 +-
3109 net/rxrpc/ar-peer.c | 2 +-
3110 net/rxrpc/ar-proc.c | 4 +-
3111 net/rxrpc/ar-transport.c | 2 +-
3112 net/rxrpc/rxkad.c | 4 +-
3113 net/sched/sch_generic.c | 4 +-
3114 net/sched/sch_tbf.c | 9 +-
3115 net/sctp/ipv6.c | 4 +-
3116 net/sctp/protocol.c | 8 +-
3117 net/sctp/sm_sideeffect.c | 4 +-
3118 net/sctp/socket.c | 21 +-
3119 net/sctp/sysctl.c | 10 +-
3120 net/socket.c | 18 +-
3121 net/sunrpc/auth_gss/gss_rpc_upcall.c | 4 +-
3122 net/sunrpc/auth_gss/gss_rpc_xdr.c | 11 +-
3123 net/sunrpc/auth_gss/gss_rpc_xdr.h | 8 +-
3124 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
3125 net/sunrpc/clnt.c | 4 +-
3126 net/sunrpc/rpcb_clnt.c | 66 +-
3127 net/sunrpc/sched.c | 4 +-
3128 net/sunrpc/svc.c | 8 +-
3129 net/sunrpc/svcauth_unix.c | 2 +-
3130 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
3131 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
3132 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
3133 net/sunrpc/xprtrdma/svc_rdma_transport.c | 2 +-
3134 net/tipc/netlink_compat.c | 12 +-
3135 net/tipc/subscr.c | 2 +-
3136 net/unix/diag.c | 2 +-
3137 net/unix/sysctl_net_unix.c | 2 +-
3138 net/wireless/scan.c | 3 +-
3139 net/wireless/wext-compat.c | 140 +-
3140 net/wireless/wext-compat.h | 8 +-
3141 net/wireless/wext-core.c | 19 +-
3142 net/wireless/wext-sme.c | 5 +-
3143 net/xfrm/xfrm_policy.c | 18 +-
3144 net/xfrm/xfrm_state.c | 37 +-
3145 net/xfrm/xfrm_sysctl.c | 2 +-
3146 net/xfrm/xfrm_user.c | 2 +-
3147 scripts/Kbuild.include | 12 +-
3148 scripts/Makefile | 2 +-
3149 scripts/Makefile.build | 2 +-
3150 scripts/Makefile.clean | 4 +-
3151 scripts/Makefile.extrawarn | 4 +
3152 scripts/Makefile.gcc-plugins | 93 +
3153 scripts/Makefile.host | 73 +-
3154 scripts/basic/fixdep.c | 12 +-
3155 scripts/dtc/checks.c | 14 +-
3156 scripts/dtc/data.c | 6 +-
3157 scripts/dtc/flattree.c | 8 +-
3158 scripts/dtc/livetree.c | 4 +-
3159 scripts/gcc-plugin.sh | 65 +
3160 scripts/gcc-plugins/Makefile | 25 +
3161 scripts/gcc-plugins/checker_plugin.c | 496 +
3162 scripts/gcc-plugins/colorize_plugin.c | 162 +
3163 scripts/gcc-plugins/constify_plugin.c | 583 +
3164 scripts/gcc-plugins/gcc-common.h | 893 +
3165 scripts/gcc-plugins/gcc-generate-gimple-pass.h | 175 +
3166 scripts/gcc-plugins/gcc-generate-ipa-pass.h | 289 +
3167 scripts/gcc-plugins/gcc-generate-rtl-pass.h | 175 +
3168 scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h | 175 +
3169 scripts/gcc-plugins/initify_plugin.c | 536 +
3170 scripts/gcc-plugins/kallocstat_plugin.c | 135 +
3171 scripts/gcc-plugins/kernexec_plugin.c | 407 +
3172 scripts/gcc-plugins/latent_entropy_plugin.c | 613 +
3173 scripts/gcc-plugins/rap_plugin/Makefile | 6 +
3174 scripts/gcc-plugins/rap_plugin/rap.h | 36 +
3175 scripts/gcc-plugins/rap_plugin/rap_fptr_pass.c | 220 +
3176 scripts/gcc-plugins/rap_plugin/rap_hash.c | 382 +
3177 scripts/gcc-plugins/rap_plugin/rap_plugin.c | 511 +
3178 scripts/gcc-plugins/rap_plugin/sip.c | 96 +
3179 .../gcc-plugins/size_overflow_plugin/.gitignore | 3 +
3180 scripts/gcc-plugins/size_overflow_plugin/Makefile | 30 +
3181 .../disable_size_overflow_hash.data | 12445 +++++++++++
3182 .../generate_size_overflow_hash.sh | 103 +
3183 .../insert_size_overflow_asm.c | 369 +
3184 .../size_overflow_plugin/intentional_overflow.c | 1166 +
3185 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
3186 .../size_overflow_plugin/size_overflow.h | 331 +
3187 .../size_overflow_plugin/size_overflow_debug.c | 194 +
3188 .../size_overflow_plugin/size_overflow_hash.data | 21503 +++++++++++++++++++
3189 .../size_overflow_hash_aux.data | 97 +
3190 .../size_overflow_plugin/size_overflow_ipa.c | 1163 +
3191 .../size_overflow_plugin/size_overflow_misc.c | 505 +
3192 .../size_overflow_plugin/size_overflow_plugin.c | 290 +
3193 .../size_overflow_plugin_hash.c | 352 +
3194 .../size_overflow_plugin/size_overflow_transform.c | 743 +
3195 .../size_overflow_transform_core.c | 1025 +
3196 scripts/gcc-plugins/stackleak_plugin.c | 350 +
3197 scripts/gcc-plugins/structleak_plugin.c | 239 +
3198 scripts/headers_install.sh | 1 +
3199 scripts/kallsyms.c | 4 +-
3200 scripts/kconfig/lkc.h | 5 +-
3201 scripts/kconfig/menu.c | 2 +-
3202 scripts/kconfig/symbol.c | 6 +-
3203 scripts/link-vmlinux.sh | 2 +-
3204 scripts/mod/file2alias.c | 14 +-
3205 scripts/mod/modpost.c | 40 +-
3206 scripts/mod/modpost.h | 6 +-
3207 scripts/mod/sumversion.c | 2 +-
3208 scripts/module-common.lds | 4 +
3209 scripts/package/builddeb | 1 +
3210 scripts/pnmtologo.c | 6 +-
3211 scripts/sortextable.h | 6 +-
3212 scripts/tags.sh | 2 +-
3213 security/Kconfig | 710 +-
3214 security/apparmor/include/policy.h | 2 +-
3215 security/apparmor/lsm.c | 16 +-
3216 security/apparmor/policy.c | 4 +-
3217 security/integrity/ima/ima.h | 4 +-
3218 security/integrity/ima/ima_api.c | 2 +-
3219 security/integrity/ima/ima_fs.c | 4 +-
3220 security/integrity/ima/ima_queue.c | 2 +-
3221 security/keys/internal.h | 8 +-
3222 security/keys/key.c | 18 +-
3223 security/keys/keyring.c | 4 -
3224 security/selinux/avc.c | 6 +-
3225 security/selinux/include/xfrm.h | 2 +-
3226 security/yama/yama_lsm.c | 2 +-
3227 sound/aoa/codecs/onyx.c | 7 +-
3228 sound/aoa/codecs/onyx.h | 1 +
3229 sound/core/oss/pcm_oss.c | 18 +-
3230 sound/core/pcm_compat.c | 2 +-
3231 sound/core/pcm_lib.c | 3 +-
3232 sound/core/pcm_native.c | 4 +-
3233 sound/core/rawmidi.c | 5 +-
3234 sound/core/seq/oss/seq_oss_synth.c | 4 +-
3235 sound/core/seq/seq_clientmgr.c | 10 +-
3236 sound/core/seq/seq_compat.c | 2 +-
3237 sound/core/seq/seq_fifo.c | 6 +-
3238 sound/core/seq/seq_fifo.h | 2 +-
3239 sound/core/seq/seq_memory.c | 18 +-
3240 sound/core/seq/seq_midi.c | 5 +-
3241 sound/core/seq/seq_virmidi.c | 2 +-
3242 sound/core/sound.c | 2 +-
3243 sound/drivers/mts64.c | 14 +-
3244 sound/drivers/opl4/opl4_lib.c | 2 +-
3245 sound/drivers/portman2x4.c | 3 +-
3246 sound/firewire/amdtp-am824.c | 2 +-
3247 sound/firewire/amdtp-stream.c | 4 +-
3248 sound/firewire/amdtp-stream.h | 2 +-
3249 sound/firewire/digi00x/amdtp-dot.c | 2 +-
3250 sound/firewire/isight.c | 10 +-
3251 sound/firewire/oxfw/oxfw-scs1x.c | 8 +-
3252 sound/oss/sb_audio.c | 2 +-
3253 sound/oss/swarm_cs4297a.c | 6 +-
3254 sound/pci/als300.c | 2 +-
3255 sound/pci/aw2/aw2-alsa.c | 2 -
3256 sound/pci/aw2/aw2-saa7146.c | 4 +-
3257 sound/pci/ctxfi/ctamixer.c | 14 +-
3258 sound/pci/ctxfi/ctamixer.h | 8 +-
3259 sound/pci/ctxfi/ctatc.c | 20 +-
3260 sound/pci/ctxfi/ctdaio.c | 6 +-
3261 sound/pci/ctxfi/ctdaio.h | 4 +-
3262 sound/pci/ctxfi/ctsrc.c | 13 +-
3263 sound/pci/ctxfi/ctsrc.h | 8 +-
3264 sound/pci/hda/hda_codec.c | 2 +-
3265 sound/pci/ymfpci/ymfpci.h | 2 +-
3266 sound/pci/ymfpci/ymfpci_main.c | 12 +-
3267 sound/soc/codecs/cx20442.c | 8 +-
3268 sound/soc/codecs/sti-sas.c | 10 +-
3269 sound/soc/codecs/tlv320dac33.c | 7 +-
3270 sound/soc/codecs/uda1380.c | 7 +-
3271 sound/soc/intel/skylake/skl-sst-dsp.h | 4 +-
3272 sound/soc/soc-ac97.c | 6 +-
3273 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
3274 tools/include/linux/compiler.h | 8 +
3275 tools/perf/util/include/asm/alternative-asm.h | 3 +
3276 tools/virtio/linux/uaccess.h | 2 +-
3277 virt/kvm/kvm_main.c | 42 +-
3278 2730 files changed, 77381 insertions(+), 14195 deletions(-)
3279 commit 5988c8dba8a5da45e35d71f4a8fec34c267258c5
3280 Author: Brad Spengler <spender@grsecurity.net>
3281 Date: Mon Apr 25 20:40:53 2016 -0400
3282
3283 Fix DoS in n_tty_receive_buf_common reported by marcan at:
3284 https://forums.grsecurity.net/viewtopic.php?t=4342&p=16222
3285 and via lengthy diatribe on Twitter:
3286 https://twitter.com/marcan42/status/724740708104474626
3287 https://twitter.com/marcan42/status/724740985146609664
3288 https://twitter.com/marcan42/status/724741270325760000
3289 https://twitter.com/marcan42/status/724742465199050752
3290 https://twitter.com/marcan42/status/724745886794833920
3291 https://twitter.com/marcan42/status/724749571495075840
3292 https://twitter.com/marcan42/status/724746427285409796
3293 https://twitter.com/marcan42/status/724743150263095296
3294 https://twitter.com/marcan42/status/724757473433808896
3295
3296 Fix it correctly instead of using the incorrect fix suggested
3297 by marcan (aka "try reading the code next time")
3298 The original code was meant to fix an integer truncation issue
3299 that would also have caused a SIZE_OVERFLOW "DoS".
3300
3301 drivers/tty/n_tty.c | 9 +++++----
3302 1 file changed, 5 insertions(+), 4 deletions(-)
3303
3304 commit 5459ff57d8987389fa17d5d6f55b70a789347c2f
3305 Author: Brad Spengler <spender@grsecurity.net>
3306 Date: Mon Apr 25 19:52:33 2016 -0400
3307
3308 Avoid overflow in environ_read() caught by SIZE_OVERFLOW,
3309 reported by jotik at:
3310 https://forums.grsecurity.net/viewtopic.php?t=4363&p=16217
3311 patch from Mathias Krause
3312
3313 fs/proc/base.c | 2 +-
3314 1 file changed, 1 insertion(+), 1 deletion(-)
3315
3316 commit 24a5c92e147af1e739e9eeca020c61ad2674e784
3317 Author: Jiri Benc <jbenc@redhat.com>
3318 Date: Fri Apr 22 13:09:13 2016 +0200
3319
3320 cxgbi: fix uninitialized flowi6
3321
3322 ip6_route_output looks into different fields in the passed flowi6 structure,
3323 yet cxgbi passes garbage in nearly all those fields. Zero the structure out
3324 first.
3325
3326 Fixes: fc8d0590d9142 ("libcxgbi: Add ipv6 api to driver")
3327 Signed-off-by: Jiri Benc <jbenc@redhat.com>
3328 Signed-off-by: David S. Miller <davem@davemloft.net>
3329
3330 drivers/scsi/cxgbi/libcxgbi.c | 1 +
3331 1 file changed, 1 insertion(+)
3332
3333 commit ec65caa32652841a5be21d6e73146921af16d7a8
3334 Author: Brad Spengler <spender@grsecurity.net>
3335 Date: Wed Apr 20 20:59:43 2016 -0400
3336
3337 Make /proc/sched_debug only readable by root, mentioned in
3338 recent NCC Group paper on Linux containers
3339
3340 kernel/sched/debug.c | 4 ++++
3341 1 file changed, 4 insertions(+)
3342
3343 commit 7957d30730bb26a4aef54ab484dc3b4108f1fdb1
3344 Merge: 463149f ff26083
3345 Author: Brad Spengler <spender@grsecurity.net>
3346 Date: Wed Apr 20 17:55:53 2016 -0400
3347
3348 Merge branch 'pax-test' into grsec-test
3349
3350 commit ff260839e610d2bc1b0c579edd7deb0028198f01
3351 Author: Brad Spengler <spender@grsecurity.net>
3352 Date: Wed Apr 20 17:55:24 2016 -0400
3353
3354 Update to pax-linux-4.4.8-test14.patch:
3355 - Emese fixed some CodingStyle issues in the latent entropy plugin
3356 - fixed some build problems on mips, reported by Steve Arnold (https://bugs.gentoo.org/show_bug.cgi?id=578394)
3357
3358 arch/mips/include/asm/cache.h | 3 ++-
3359 arch/mips/lib/ashldi3.c | 21 ++++++++++++++-------
3360 arch/mips/lib/ashrdi3.c | 19 +++++++++++++------
3361 arch/mips/lib/libgcc.h | 12 +++++++++---
3362 drivers/idle/intel_idle.c | 6 ++++--
3363 tools/gcc/latent_entropy_plugin.c | 29 +++++++++++++++--------------
3364 6 files changed, 57 insertions(+), 33 deletions(-)
3365
3366 commit 463149f47a64db4b26a13009f83ed73d393a209c
3367 Author: Xiaodong Liu <xiaodong.liu@intel.com>
3368 Date: Tue Apr 12 09:45:51 2016 +0000
3369
3370 crypto: sha1-mb - use corrcet pointer while completing jobs
3371
3372 In sha_complete_job, incorrect mcryptd_hash_request_ctx pointer is used
3373 when check and complete other jobs. If the memory of first completed req
3374 is freed, while still completing other jobs in the func, kernel will
3375 crash since NULL pointer is assigned to RIP.
3376
3377 Cc: <stable@vger.kernel.org>
3378 Signed-off-by: Xiaodong Liu <xiaodong.liu@intel.com>
3379 Acked-by: Tim Chen <tim.c.chen@linux.intel.com>
3380 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
3381
3382 arch/x86/crypto/sha-mb/sha1_mb.c | 4 ++--
3383 1 file changed, 2 insertions(+), 2 deletions(-)
3384
3385 commit b4e6484e67b917afb77478cab1260f41dbbc92fc
3386 Author: Tom Lendacky <thomas.lendacky@amd.com>
3387 Date: Wed Apr 13 10:52:25 2016 -0500
3388
3389 crypto: ccp - Prevent information leakage on export
3390
3391 Prevent information from leaking to userspace by doing a memset to 0 of
3392 the export state structure before setting the structure values and copying
3393 it. This prevents un-initialized padding areas from being copied into the
3394 export area.
3395
3396 Cc: <stable@vger.kernel.org> # 3.14.x-
3397 Reported-by: Ben Hutchings <ben@decadent.org.uk>
3398 Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
3399 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
3400
3401 drivers/crypto/ccp/ccp-crypto-aes-cmac.c | 3 +++
3402 drivers/crypto/ccp/ccp-crypto-sha.c | 3 +++
3403 2 files changed, 6 insertions(+)
3404
3405 commit 7d7e961d3f4e4614b22518d8e410e6cf4108f1b0
3406 Author: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
3407 Date: Mon Apr 18 14:33:54 2016 +0300
3408
3409 net/mlx4_en: allocate non 0-order pages for RX ring with __GFP_NOMEMALLOC
3410
3411 High order pages are optional here since commit 51151a16a60f ("mlx4: allow
3412 order-0 memory allocations in RX path"), so here is no reason for depleting
3413 reserves. Generic __netdev_alloc_frag() implements the same logic.
3414
3415 Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
3416 Acked-by: Eric Dumazet <edumazet@google.com>
3417 Signed-off-by: David S. Miller <davem@davemloft.net>
3418
3419 drivers/net/ethernet/mellanox/mlx4/en_rx.c | 2 +-
3420 1 file changed, 1 insertion(+), 1 deletion(-)
3421
3422 commit 6b80edde2edc7fd055f9be8ec42b88abbe328639
3423 Author: Ignat Korchagin <ignat.korchagin@gmail.com>
3424 Date: Thu Mar 17 18:00:29 2016 +0000
3425
3426 USB: usbip: fix potential out-of-bounds write
3427
3428 Fix potential out-of-bounds write to urb->transfer_buffer
3429 usbip handles network communication directly in the kernel. When receiving a
3430 packet from its peer, usbip code parses headers according to protocol. As
3431 part of this parsing urb->actual_length is filled. Since the input for
3432 urb->actual_length comes from the network, it should be treated as untrusted.
3433 Any entity controlling the network may put any value in the input and the
3434 preallocated urb->transfer_buffer may not be large enough to hold the data.
3435 Thus, the malicious entity is able to write arbitrary data to kernel memory.
3436
3437 Signed-off-by: Ignat Korchagin <ignat.korchagin@gmail.com>
3438 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3439
3440 drivers/usb/usbip/usbip_common.c | 11 +++++++++++
3441 1 file changed, 11 insertions(+)
3442
3443 commit 0ce101ec9e74c2cfcd28cbcd18b0626e3d9a2482
3444 Merge: d60a24d f5fe5fd
3445 Author: Brad Spengler <spender@grsecurity.net>
3446 Date: Wed Apr 20 17:35:58 2016 -0400
3447
3448 Merge branch 'pax-test' into grsec-test
3449
3450 commit f5fe5fddf49f1b81a2a3bb43b1e0a8c087aba438
3451 Merge: a107ba2 8c9aef0
3452 Author: Brad Spengler <spender@grsecurity.net>
3453 Date: Wed Apr 20 17:35:29 2016 -0400
3454
3455 Merge branch 'linux-4.4.y' into pax-test
3456
3457 commit d60a24d6e4f61072d0bd1dc12be1177181fa8c2b
3458 Author: Brad Spengler <spender@grsecurity.net>
3459 Date: Mon Apr 18 17:48:10 2016 -0400
3460
3461 fix cast for constify change, reported by pipacs
3462
3463 drivers/idle/intel_idle.c | 4 ++--
3464 1 file changed, 2 insertions(+), 2 deletions(-)
3465
3466 commit 1d376287aeba7a53c91d5ee49ef0a11d02193964
3467 Author: Brad Spengler <spender@grsecurity.net>
3468 Date: Fri Apr 15 21:31:07 2016 -0400
3469
3470 Use proper type for function pointer
3471
3472 drivers/gpu/drm/gma500/mdfld_dsi_output.c | 6 +++---
3473 1 file changed, 3 insertions(+), 3 deletions(-)
3474
3475 commit 0a4104a2fa32904102fac07245426d78a1e9dfab
3476 Author: Brad Spengler <spender@grsecurity.net>
3477 Date: Fri Apr 15 21:24:04 2016 -0400
3478
3479 Fix skylake cstates compat with constify
3480
3481 drivers/idle/intel_idle.c | 6 ++++--
3482 1 file changed, 4 insertions(+), 2 deletions(-)
3483
3484 commit f433f8fd372253c9e78e307afe5b800c5ab0ea61
3485 Author: Brad Spengler <spender@grsecurity.net>
3486 Date: Fri Apr 15 21:10:44 2016 -0400
3487
3488 Update size_overflow hash table
3489
3490 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 3 ++-
3491 1 file changed, 2 insertions(+), 1 deletion(-)
3492
3493 commit ef7804da81cb3c6b6a4c985a3c14ee230a03f26a
3494 Author: Brad Spengler <spender@grsecurity.net>
3495 Date: Fri Apr 15 20:52:37 2016 -0400
3496
3497 compile fix
3498
3499 fs/coredump.c | 3 ---
3500 1 file changed, 3 deletions(-)
3501
3502 commit 967224da52bd98d078b1237aea5ec9e622238fba
3503 Merge: 92771d6 a107ba2
3504 Author: Brad Spengler <spender@grsecurity.net>
3505 Date: Fri Apr 15 20:30:23 2016 -0400
3506
3507 Merge branch 'pax-test' into grsec-test
3508
3509 commit a107ba25214d9694eb836fb04c782ad694977b91
3510 Merge: 4d8fc00 b40108b
3511 Author: Brad Spengler <spender@grsecurity.net>
3512 Date: Fri Apr 15 20:18:26 2016 -0400
3513
3514 Merge branch 'linux-4.4.y' into pax-test
3515
3516 commit 92771d60677d68e8f6ea7a91ff34dd6e24b6d4cf
3517 Author: Brad Spengler <spender@grsecurity.net>
3518 Date: Sun Apr 10 07:18:03 2016 -0400
3519
3520 From: Mathias Krause <minipli@googlemail.com>
3521 To: "David S. Miller" <davem@davemloft.net>
3522 Cc: netdev@vger.kernel.org, "Eric W. Biederman" <ebiederm@xmission.com>, Pavel
3523 Emelyanov <xemul@parallels.com>
3524 Subject: [PATCH net] packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag
3525 interface
3526
3527 Because we miss to wipe the remainder of i->addr[] in packet_mc_add(),
3528 pdiag_put_mclist() leaks uninitialized heap bytes via the
3529 PACKET_DIAG_MCLIST netlink attribute.
3530
3531 Fix this by explicitly memset(0)ing the remaining bytes in i->addr[].
3532
3533 Fixes: eea68e2f1a00 ("packet: Report socket mclist info via diag module")
3534 Signed-off-by: Mathias Krause <minipli@googlemail.com>
3535 Cc: Eric W. Biederman <ebiederm@xmission.com>
3536 Cc: Pavel Emelyanov <xemul@parallels.com>
3537 ---
3538 The bug itself precedes commit eea68e2f1a00 but the list wasn't exposed
3539 to userland before the introduction of the packet_diag interface.
3540 Therefore the "Fixes:" line on that commit.
3541
3542 net/packet/af_packet.c | 1 +
3543 1 file changed, 1 insertion(+)
3544
3545 commit 4286ce3f9e9db4d68870af46ae1d5f9b90b920dd
3546 Author: Jakub Sitnicki <jkbs@redhat.com>
3547 Date: Tue Apr 5 18:41:08 2016 +0200
3548
3549 ipv6: Count in extension headers in skb->network_header
3550
3551 When sending a UDPv6 message longer than MTU, account for the length
3552 of fragmentable IPv6 extension headers in skb->network_header offset.
3553 Same as we do in alloc_new_skb path in __ip6_append_data().
3554
3555 This ensures that later on __ip6_make_skb() will make space in
3556 headroom for fragmentable extension headers:
3557
3558 /* move skb->data to ip header from ext header */
3559 if (skb->data < skb_network_header(skb))
3560 __skb_pull(skb, skb_network_offset(skb));
3561
3562 Prevents a splat due to skb_under_panic:
3563
3564 skbuff: skb_under_panic: text:ffffffff8143397b len:2126 put:14 \
3565 head:ffff880005bacf50 data:ffff880005bacf4a tail:0x48 end:0xc0 dev:lo
3566 ------------[ cut here ]------------
3567 kernel BUG at net/core/skbuff.c:104!
3568 invalid opcode: 0000 [#1] KASAN
3569 CPU: 0 PID: 160 Comm: reproducer Not tainted 4.6.0-rc2 #65
3570 [...]
3571 Call Trace:
3572 [<ffffffff813eb7b9>] skb_push+0x79/0x80
3573 [<ffffffff8143397b>] eth_header+0x2b/0x100
3574 [<ffffffff8141e0d0>] neigh_resolve_output+0x210/0x310
3575 [<ffffffff814eab77>] ip6_finish_output2+0x4a7/0x7c0
3576 [<ffffffff814efe3a>] ip6_output+0x16a/0x280
3577 [<ffffffff815440c1>] ip6_local_out+0xb1/0xf0
3578 [<ffffffff814f1115>] ip6_send_skb+0x45/0xd0
3579 [<ffffffff81518836>] udp_v6_send_skb+0x246/0x5d0
3580 [<ffffffff8151985e>] udpv6_sendmsg+0xa6e/0x1090
3581 [...]
3582
3583 Reported-by: Ji Jianwen <jiji@redhat.com>
3584 Signed-off-by: Jakub Sitnicki <jkbs@redhat.com>
3585 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
3586 Signed-off-by: David S. Miller <davem@davemloft.net>
3587
3588 net/ipv6/ip6_output.c | 8 ++++----
3589 1 file changed, 4 insertions(+), 4 deletions(-)
3590
3591 commit 638dad49a9ba3d86f627adb58b2f4636ed253685
3592 Author: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
3593 Date: Fri Apr 1 17:17:50 2016 -0300
3594
3595 ip6_tunnel: set rtnl_link_ops before calling register_netdevice
3596
3597 When creating an ip6tnl tunnel with ip tunnel, rtnl_link_ops is not set
3598 before ip6_tnl_create2 is called. When register_netdevice is called, there
3599 is no linkinfo attribute in the NEWLINK message because of that.
3600
3601 Setting rtnl_link_ops before calling register_netdevice fixes that.
3602
3603 Fixes: 0b112457229d ("ip6tnl: add support of link creation via rtnl")
3604 Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
3605 Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
3606 Signed-off-by: David S. Miller <davem@davemloft.net>
3607
3608 net/ipv6/ip6_tunnel.c | 2 +-
3609 1 file changed, 1 insertion(+), 1 deletion(-)
3610
3611 commit 14146a0bfaf2ced0055fe549c8fa0941c61e2457
3612 Author: Brad Spengler <spender@grsecurity.net>
3613 Date: Tue Apr 5 21:12:44 2016 -0400
3614
3615 Code cleanups to RANDSTRUCT based on feedback from the PaX Team
3616
3617 tools/gcc/randomize_layout_plugin.c | 18 ++++++++++++------
3618 1 file changed, 12 insertions(+), 6 deletions(-)
3619
3620 commit 3f7dea5e59b0bb34f6bdb628c87251f0105b3d57
3621 Author: Brad Spengler <spender@grsecurity.net>
3622 Date: Sun Apr 3 20:10:10 2016 -0400
3623
3624 Fix RANDSTRUCT support on ARM
3625
3626 tools/gcc/randomize_layout_plugin.c | 54 +++++++++++++++++++++++++++++++++++--
3627 1 file changed, 52 insertions(+), 2 deletions(-)
3628
3629 commit bd893a75ab49f6ea5a216eb334471507337118ba
3630 Merge: 87b7f1d 4d8fc00
3631 Author: Brad Spengler <spender@grsecurity.net>
3632 Date: Sat Apr 2 11:54:20 2016 -0400
3633
3634 Merge branch 'pax-test' into grsec-test
3635
3636 commit 4d8fc00c0066b1921e233123b346efe6ffb27691
3637 Author: Brad Spengler <spender@grsecurity.net>
3638 Date: Sat Apr 2 11:53:53 2016 -0400
3639
3640 Update to pax-linux-4.4.6-test13.patch:
3641 - fixed a REFCOUNT related compile regression on mips, reported by Steve Arnold (https://bugs.gentoo.org/show_bug.cgi?id=578394)
3642 - worked around an integer signedness mixup in md causing a size overflow false positive, reported by Étienne Buira (https://bugs.gentoo.org/show_bug.cgi?id=578502)
3643
3644 arch/mips/include/asm/atomic.h | 4 ----
3645 tools/gcc/size_overflow_plugin/disable_size_overflow_hash.data | 1 +
3646 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 -
3647 3 files changed, 1 insertion(+), 5 deletions(-)
3648
3649 commit 87b7f1d200023ba826b9d552834a2ee85e67526c
3650 Merge: 3335266 3abdad0
3651 Author: Brad Spengler <spender@grsecurity.net>
3652 Date: Sat Apr 2 11:19:17 2016 -0400
3653
3654 Merge branch 'pax-test' into grsec-test
3655
3656 commit 3abdad0c3b436c076c88289f07a250b811d6f79d
3657 Author: Brad Spengler <spender@grsecurity.net>
3658 Date: Sat Apr 2 11:12:56 2016 -0400
3659
3660 Update to pax-linux-4.4.6-test12.patch:
3661 - fixed vmalloc_fault on i386/PAE to use the correct percpu userland pgd table/entry
3662 - fixed a size overflow false positive report in pptp, reported by Pinkbyte (https://forums.grsecurity.net/viewtopic.php?f=3&t=4437)
3663 - fixed a size overflow false positive report in tbf_segment, reported by audiocricket (https://forums.grsecurity.net/viewtopic.php?f=3&t=4438)
3664 - Emese fixed the x86 vdso32 CFLAGS to omit the gcc plugins
3665 - Emese simplified the gcc plugin related make rules, suggested by Masahiro Yamada
3666 - André Fabian Silva Delgado fixed a compile regression on arm, reported by coadde (https://forums.grsecurity.net/viewtopic.php?f=3&t=4435)
3667 - fixed an integer sign conversion error in nfs_super_set_maxbytes caught by the size overflow plugin, reported by Alexey Dvoichenkov <xale@hyperplane.net>
3668 - fixed a size overflow false positive in squashfs, reported by Mathias Krause <minipli@ld-linux.so>
3669 - fixed a size overflow false positive in xfrm6_transport_output, reported by marcan (https://forums.grsecurity.net/viewtopic.php?f=3&t=4426)
3670 - fixed an integer truncation bug in elf_kcore_store_hdr caught by the size overflow plugin
3671 - fixed a gratuitous userland dereference in the amd64 stack walker
3672 - added latent entropy gathering to a few more functions
3673 - constified a few smp_hotplug_thread instances
3674
3675 arch/x86/entry/vdso/Makefile | 1 +
3676 arch/x86/include/asm/cpufeature.h | 1 -
3677 arch/x86/kernel/dumpstack_64.c | 17 ++++++-----------
3678 arch/x86/kernel/head_32.S | 6 +++---
3679 arch/x86/mm/fault.c | 2 +-
3680 drivers/iommu/arm-smmu.c | 2 +-
3681 drivers/net/ppp/pptp.c | 1 +
3682 drivers/staging/rdma/ehca/ehca_irq.c | 2 +-
3683 fs/nfs/internal.h | 5 +++--
3684 fs/proc/kcore.c | 2 +-
3685 kernel/module.c | 6 +++---
3686 kernel/rcu/tree.c | 2 +-
3687 kernel/softirq.c | 2 +-
3688 kernel/stop_machine.c | 2 +-
3689 net/ipv6/xfrm6_mode_transport.c | 2 +-
3690 net/sched/sch_tbf.c | 9 ++++++---
3691 scripts/Makefile.gcc-plugins | 13 +++----------
3692 scripts/Makefile.host | 3 +--
3693 .../disable_size_overflow_hash.data | 4 +++-
3694 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 6 ++----
3695 20 files changed, 40 insertions(+), 48 deletions(-)
3696
3697 commit 3335266d5bec9bc01580736c0a7026ed96cf25e5
3698 Author: Mika Penttilä <mika.penttila@nextfour.com>
3699 Date: Mon Feb 22 17:56:52 2016 +0100
3700
3701 ARM: 8544/1: set_memory_xx fixes
3702
3703 Allow zero size updates. This makes set_memory_xx() consistent with x86, s390 and arm64 and makes apply_to_page_range() not to BUG() when loading modules.
3704
3705 Signed-off-by: Mika Penttilä mika.penttila@nextfour.com
3706 Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
3707
3708 arch/arm/mm/pageattr.c | 3 +++
3709 1 file changed, 3 insertions(+)
3710
3711 commit d6d6499b22c0e5593a16f41c516041b23fbf9eeb
3712 Author: Josh Boyer <jwboyer@fedoraproject.org>
3713 Date: Mon Mar 14 10:42:38 2016 -0400
3714
3715 USB: iowarrior: fix oops with malicious USB descriptors
3716
3717 The iowarrior driver expects at least one valid endpoint. If given
3718 malicious descriptors that specify 0 for the number of endpoints,
3719 it will crash in the probe function. Ensure there is at least
3720 one endpoint on the interface before using it.
3721
3722 The full report of this issue can be found here:
3723 http://seclists.org/bugtraq/2016/Mar/87
3724
3725 Reported-by: Ralf Spenneberg <ralf@spenneberg.net>
3726 Cc: stable <stable@vger.kernel.org>
3727 Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
3728 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3729
3730 drivers/usb/misc/iowarrior.c | 6 ++++++
3731 1 file changed, 6 insertions(+)
3732
3733 commit 79a1fb47ab1245e81040bcd45b3e44e65d282684
3734 Author: Oliver Neukum <oneukum@suse.com>
3735 Date: Tue Mar 15 10:14:04 2016 +0100
3736
3737 USB: cdc-acm: more sanity checking
3738
3739 An attack has become available which pretends to be a quirky
3740 device circumventing normal sanity checks and crashes the kernel
3741 by an insufficient number of interfaces. This patch adds a check
3742 to the code path for quirky devices.
3743
3744 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
3745 CC: stable@vger.kernel.org
3746 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3747
3748 drivers/usb/class/cdc-acm.c | 3 +++
3749 1 file changed, 3 insertions(+)
3750
3751 commit 6ee21acdf0da6602671cb50edeca0abfba3955f7
3752 Author: Oliver Neukum <oneukum@suse.com>
3753 Date: Wed Mar 16 13:26:17 2016 +0100
3754
3755 USB: usb_driver_claim_interface: add sanity checking
3756
3757 Attacks that trick drivers into passing a NULL pointer
3758 to usb_driver_claim_interface() using forged descriptors are
3759 known. This thwarts them by sanity checking.
3760
3761 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
3762 CC: stable@vger.kernel.org
3763 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3764
3765 drivers/usb/core/driver.c | 6 +++++-
3766 1 file changed, 5 insertions(+), 1 deletion(-)
3767
3768 commit 44247834ddab762509eaaf5c742e15bfadcd9d94
3769 Author: Paolo Bonzini <pbonzini@redhat.com>
3770 Date: Mon Mar 21 10:15:25 2016 +0100
3771
3772 KVM: fix spin_lock_init order on x86
3773
3774 Moving the initialization earlier is needed in 4.6 because
3775 kvm_arch_init_vm is now using mmu_lock, causing lockdep to
3776 complain:
3777
3778 [ 284.440294] INFO: trying to register non-static key.
3779 [ 284.445259] the code is fine but needs lockdep annotation.
3780 [ 284.450736] turning off the locking correctness validator.
3781 ...
3782 [ 284.528318] [<ffffffff810aecc3>] lock_acquire+0xd3/0x240
3783 [ 284.533733] [<ffffffffa0305aa0>] ? kvm_page_track_register_notifier+0x20/0x60 [kvm]
3784 [ 284.541467] [<ffffffff81715581>] _raw_spin_lock+0x41/0x80
3785 [ 284.546960] [<ffffffffa0305aa0>] ? kvm_page_track_register_notifier+0x20/0x60 [kvm]
3786 [ 284.554707] [<ffffffffa0305aa0>] kvm_page_track_register_notifier+0x20/0x60 [kvm]
3787 [ 284.562281] [<ffffffffa02ece70>] kvm_mmu_init_vm+0x20/0x30 [kvm]
3788 [ 284.568381] [<ffffffffa02dbf7a>] kvm_arch_init_vm+0x1ea/0x200 [kvm]
3789 [ 284.574740] [<ffffffffa02bff3f>] kvm_dev_ioctl+0xbf/0x4d0 [kvm]
3790
3791 However, it also helps fixing a preexisting problem, which is why this
3792 patch is also good for stable kernels: kvm_create_vm was incrementing
3793 current->mm->mm_count but not decrementing it at the out_err label (in
3794 case kvm_init_mmu_notifier failed). The new initialization order makes
3795 it possible to add the required mmdrop without adding a new error label.
3796
3797 Cc: stable@vger.kernel.org
3798 Reported-by: Borislav Petkov <bp@alien8.de>
3799 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
3800
3801 virt/kvm/kvm_main.c | 21 +++++++++++----------
3802 1 file changed, 11 insertions(+), 10 deletions(-)
3803
3804 commit 9d0cf281d74a9fe490f3ba5ca3d0e57eac066e1c
3805 Author: Paolo Bonzini <pbonzini@redhat.com>
3806 Date: Fri Mar 18 16:53:42 2016 +0100
3807
3808 KVM: VMX: avoid guest hang on invalid invvpid instruction
3809
3810 A guest executing an invalid invvpid instruction would hang
3811 because the instruction pointer was not updated.
3812
3813 Reported-by: jmontleo@redhat.com
3814 Tested-by: jmontleo@redhat.com
3815 Cc: stable@vger.kernel.org
3816 Fixes: 99b83ac893b84ed1a62ad6d1f2b6cc32026b9e85
3817 Reviewed-by: David Matlack <dmatlack@google.com>
3818 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
3819
3820 arch/x86/kvm/vmx.c | 1 +
3821 1 file changed, 1 insertion(+)
3822
3823 commit 602caaece277e5e21ae43771398bbf7778061beb
3824 Author: Paolo Bonzini <pbonzini@redhat.com>
3825 Date: Fri Mar 18 16:53:29 2016 +0100
3826
3827 KVM: VMX: avoid guest hang on invalid invept instruction
3828
3829 A guest executing an invalid invept instruction would hang
3830 because the instruction pointer was not updated.
3831
3832 Cc: stable@vger.kernel.org
3833 Fixes: bfd0a56b90005f8c8a004baf407ad90045c2b11e
3834 Reviewed-by: David Matlack <dmatlack@google.com>
3835 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
3836
3837 arch/x86/kvm/vmx.c | 1 +
3838 1 file changed, 1 insertion(+)
3839
3840 commit 3309ac82d6596de8abc6ea51dd0a942416da1cc1
3841 Author: Jann Horn <jann@thejh.net>
3842 Date: Tue Mar 22 14:25:36 2016 -0700
3843
3844 fs/coredump: prevent fsuid=0 dumps into user-controlled directories
3845
3846 This commit fixes the following security hole affecting systems where
3847 all of the following conditions are fulfilled:
3848
3849 - The fs.suid_dumpable sysctl is set to 2.
3850 - The kernel.core_pattern sysctl's value starts with "/". (Systems
3851 where kernel.core_pattern starts with "|/" are not affected.)
3852 - Unprivileged user namespace creation is permitted. (This is
3853 true on Linux >=3.8, but some distributions disallow it by
3854 default using a distro patch.)
3855
3856 Under these conditions, if a program executes under secure exec rules,
3857 causing it to run with the SUID_DUMP_ROOT flag, then unshares its user
3858 namespace, changes its root directory and crashes, the coredump will be
3859 written using fsuid=0 and a path derived from kernel.core_pattern - but
3860 this path is interpreted relative to the root directory of the process,
3861 allowing the attacker to control where a coredump will be written with
3862 root privileges.
3863
3864 To fix the security issue, always interpret core_pattern for dumps that
3865 are written under SUID_DUMP_ROOT relative to the root directory of init.
3866
3867 Signed-off-by: Jann Horn <jann@thejh.net>
3868 Acked-by: Kees Cook <keescook@chromium.org>
3869 Cc: Al Viro <viro@zeniv.linux.org.uk>
3870 Cc: "Eric W. Biederman" <ebiederm@xmission.com>
3871 Cc: Andy Lutomirski <luto@kernel.org>
3872 Cc: Oleg Nesterov <oleg@redhat.com>
3873 Cc: <stable@vger.kernel.org>
3874 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
3875 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
3876
3877 arch/um/drivers/mconsole_kern.c | 2 +-
3878 fs/coredump.c | 31 +++++++++++++++++++++++++++----
3879 fs/fhandle.c | 2 +-
3880 fs/open.c | 6 ++----
3881 include/linux/fs.h | 2 +-
3882 kernel/sysctl_binary.c | 2 +-
3883 6 files changed, 33 insertions(+), 12 deletions(-)
3884
3885 commit a7c8d3c91a3e50d0873942f09afbb5071382d5e7
3886 Author: Takashi Iwai <tiwai@suse.de>
3887 Date: Fri Apr 1 12:28:16 2016 +0200
3888
3889 ALSA: timer: Use mod_timer() for rearming the system timer
3890
3891 ALSA system timer backend stops the timer via del_timer() without sync
3892 and leaves del_timer_sync() at the close instead. This is because of
3893 the restriction by the design of ALSA timer: namely, the stop callback
3894 may be called from the timer handler, and calling the sync shall lead
3895 to a hangup. However, this also triggers a kernel BUG() when the
3896 timer is rearmed immediately after stopping without sync:
3897 kernel BUG at kernel/time/timer.c:966!
3898 Call Trace:
3899 <IRQ>
3900 [<ffffffff8239c94e>] snd_timer_s_start+0x13e/0x1a0
3901 [<ffffffff8239e1f4>] snd_timer_interrupt+0x504/0xec0
3902 [<ffffffff8122fca0>] ? debug_check_no_locks_freed+0x290/0x290
3903 [<ffffffff8239ec64>] snd_timer_s_function+0xb4/0x120
3904 [<ffffffff81296b72>] call_timer_fn+0x162/0x520
3905 [<ffffffff81296add>] ? call_timer_fn+0xcd/0x520
3906 [<ffffffff8239ebb0>] ? snd_timer_interrupt+0xec0/0xec0
3907 ....
3908
3909 It's the place where add_timer() checks the pending timer. It's clear
3910 that this may happen after the immediate restart without sync in our
3911 cases.
3912
3913 So, the workaround here is just to use mod_timer() instead of
3914 add_timer(). This looks like a band-aid fix, but it's a right move,
3915 as snd_timer_interrupt() takes care of the continuous rearm of timer.
3916
3917 Reported-by: Jiri Slaby <jslaby@suse.cz>
3918 Cc: <stable@vger.kernel.org>
3919 Signed-off-by: Takashi Iwai <tiwai@suse.de>
3920
3921 sound/core/timer.c | 4 ++--
3922 1 file changed, 2 insertions(+), 2 deletions(-)
3923
3924 commit 2de05c5fc90b461d78a54a7240b664a068844c8c
3925 Author: Daniel Vetter <daniel.vetter@ffwll.ch>
3926 Date: Wed Mar 30 11:40:43 2016 +0200
3927
3928 drm/udl: Use unlocked gem unreferencing
3929
3930 For drm_gem_object_unreference callers are required to hold
3931 dev->struct_mutex, which these paths don't. Enforcing this requirement
3932 has become a bit more strict with
3933
3934 commit ef4c6270bf2867e2f8032e9614d1a8cfc6c71663
3935 Author: Daniel Vetter <daniel.vetter@ffwll.ch>
3936 Date: Thu Oct 15 09:36:25 2015 +0200
3937
3938 drm/gem: Check locking in drm_gem_object_unreference
3939
3940 Cc: stable@vger.kernel.org
3941 Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
3942 Signed-off-by: Dave Airlie <airlied@redhat.com>
3943
3944 drivers/gpu/drm/udl/udl_fb.c | 2 +-
3945 drivers/gpu/drm/udl/udl_gem.c | 2 +-
3946 2 files changed, 2 insertions(+), 2 deletions(-)
3947
3948 commit c8153b6b1731b8fee33966dd8d148643240f1dc0
3949 Author: Jan Kara <jack@suse.com>
3950 Date: Mon Dec 7 14:34:49 2015 -0500
3951
3952 ext4: fix races of writeback with punch hole and zero range
3953
3954 When doing delayed allocation, update of on-disk inode size is postponed
3955 until IO submission time. However hole punch or zero range fallocate
3956 calls can end up discarding the tail page cache page and thus on-disk
3957 inode size would never be properly updated.
3958
3959 Make sure the on-disk inode size is updated before truncating page
3960 cache.
3961
3962 Signed-off-by: Jan Kara <jack@suse.com>
3963 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
3964
3965 fs/ext4/ext4.h | 3 +++
3966 fs/ext4/extents.c | 5 +++++
3967 fs/ext4/inode.c | 35 ++++++++++++++++++++++++++++++++++-
3968 3 files changed, 42 insertions(+), 1 deletion(-)
3969
3970 commit d64beb441579f2667e99eb9d4d6e83deb88bf59b
3971 Author: Jan Kara <jack@suse.com>
3972 Date: Mon Dec 7 14:31:11 2015 -0500
3973
3974 ext4: fix races between buffered IO and collapse / insert range
3975
3976 Current code implementing FALLOC_FL_COLLAPSE_RANGE and
3977 FALLOC_FL_INSERT_RANGE is prone to races with buffered writes and page
3978 faults. If buffered write or write via mmap manages to squeeze between
3979 filemap_write_and_wait_range() and truncate_pagecache() in the fallocate
3980 implementations, the written data is simply discarded by
3981 truncate_pagecache() although it should have been shifted.
3982
3983 Fix the problem by moving filemap_write_and_wait_range() call inside
3984 i_mutex and i_mmap_sem. That way we are protected against races with
3985 both buffered writes and page faults.
3986
3987 Signed-off-by: Jan Kara <jack@suse.com>
3988 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
3989
3990 fs/ext4/extents.c | 59 +++++++++++++++++++++++++++++--------------------------
3991 1 file changed, 31 insertions(+), 28 deletions(-)
3992
3993 commit b1ae49aa4dad39233b16456e0765a23ba4e0546c
3994 Author: Jan Kara <jack@suse.com>
3995 Date: Mon Dec 7 14:29:17 2015 -0500
3996
3997 ext4: move unlocked dio protection from ext4_alloc_file_blocks()
3998
3999 Currently ext4_alloc_file_blocks() was handling protection against
4000 unlocked DIO. However we now need to sometimes call it under i_mmap_sem
4001 and sometimes not and DIO protection ranks above it (although strictly
4002 speaking this cannot currently create any deadlocks). Also
4003 ext4_zero_range() was actually getting & releasing unlocked DIO
4004 protection twice in some cases. Luckily it didn't introduce any real bug
4005 but it was a land mine waiting to be stepped on. So move DIO protection
4006 out from ext4_alloc_file_blocks() into the two callsites.
4007
4008 Signed-off-by: Jan Kara <jack@suse.com>
4009 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
4010
4011 fs/ext4/extents.c | 21 ++++++++++-----------
4012 1 file changed, 10 insertions(+), 11 deletions(-)
4013
4014 commit f9329a4ec30a26f0fababf809c5f1a3ef851b625
4015 Author: Jan Kara <jack@suse.com>
4016 Date: Mon Dec 7 14:28:03 2015 -0500
4017
4018 ext4: fix races between page faults and hole punching
4019
4020 Currently, page faults and hole punching are completely unsynchronized.
4021 This can result in page fault faulting in a page into a range that we
4022 are punching after truncate_pagecache_range() has been called and thus
4023 we can end up with a page mapped to disk blocks that will be shortly
4024 freed. Filesystem corruption will shortly follow. Note that the same
4025 race is avoided for truncate by checking page fault offset against
4026 i_size but there isn't similar mechanism available for punching holes.
4027
4028 Fix the problem by creating new rw semaphore i_mmap_sem in inode and
4029 grab it for writing over truncate, hole punching, and other functions
4030 removing blocks from extent tree and for read over page faults. We
4031 cannot easily use i_data_sem for this since that ranks below transaction
4032 start and we need something ranking above it so that it can be held over
4033 the whole truncate / hole punching operation. Also remove various
4034 workarounds we had in the code to reduce race window when page fault
4035 could have created pages with stale mapping information.
4036
4037 Signed-off-by: Jan Kara <jack@suse.com>
4038 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
4039
4040 fs/ext4/ext4.h | 10 +++++++++
4041 fs/ext4/extents.c | 54 ++++++++++++++++++++++++--------------------
4042 fs/ext4/file.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++--------
4043 fs/ext4/inode.c | 36 +++++++++++++++++++++--------
4044 fs/ext4/super.c | 1 +
4045 fs/ext4/truncate.h | 2 ++
4046 6 files changed, 127 insertions(+), 42 deletions(-)
4047
4048 commit 572a615b85c1d5c8aeea4ffd24ab428775a1cca9
4049 Author: Guenter Roeck <linux@roeck-us.net>
4050 Date: Sat Mar 26 12:28:05 2016 -0700
4051
4052 hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiated
4053
4054 arm:pxa_defconfig can result in the following crash if the max1111 driver
4055 is not instantiated.
4056
4057 Unhandled fault: page domain fault (0x01b) at 0x00000000
4058 pgd = c0004000
4059 [00000000] *pgd=00000000
4060 Internal error: : 1b [#1] PREEMPT ARM
4061 Modules linked in:
4062 CPU: 0 PID: 300 Comm: kworker/0:1 Not tainted 4.5.0-01301-g1701f680407c #10
4063 Hardware name: SHARP Akita
4064 Workqueue: events sharpsl_charge_toggle
4065 task: c390a000 ti: c391e000 task.ti: c391e000
4066 PC is at max1111_read_channel+0x20/0x30
4067 LR is at sharpsl_pm_pxa_read_max1111+0x2c/0x3c
4068 pc : [<c03aaab0>] lr : [<c0024b50>] psr: 20000013
4069 ...
4070 [<c03aaab0>] (max1111_read_channel) from [<c0024b50>]
4071 (sharpsl_pm_pxa_read_max1111+0x2c/0x3c)
4072 [<c0024b50>] (sharpsl_pm_pxa_read_max1111) from [<c00262e0>]
4073 (spitzpm_read_devdata+0x5c/0xc4)
4074 [<c00262e0>] (spitzpm_read_devdata) from [<c0024094>]
4075 (sharpsl_check_battery_temp+0x78/0x110)
4076 [<c0024094>] (sharpsl_check_battery_temp) from [<c0024f9c>]
4077 (sharpsl_charge_toggle+0x48/0x110)
4078 [<c0024f9c>] (sharpsl_charge_toggle) from [<c004429c>]
4079 (process_one_work+0x14c/0x48c)
4080 [<c004429c>] (process_one_work) from [<c0044618>] (worker_thread+0x3c/0x5d4)
4081 [<c0044618>] (worker_thread) from [<c004a238>] (kthread+0xd0/0xec)
4082 [<c004a238>] (kthread) from [<c000a670>] (ret_from_fork+0x14/0x24)
4083
4084 This can occur because the SPI controller driver (SPI_PXA2XX) is built as
4085 module and thus not necessarily loaded. While building SPI_PXA2XX into the
4086 kernel would make the problem disappear, it appears prudent to ensure that
4087 the driver is instantiated before accessing its data structures.
4088
4089 Cc: Arnd Bergmann <arnd@arndb.de>
4090 Cc: stable@vger.kernel.org
4091 Signed-off-by: Guenter Roeck <linux@roeck-us.net>
4092
4093 drivers/hwmon/max1111.c | 6 ++++++
4094 1 file changed, 6 insertions(+)
4095
4096 commit f75f1af7a0b4be055855ca5120ee78174f3370f2
4097 Author: Nicolai Stange <nicstange@gmail.com>
4098 Date: Sun Mar 20 23:23:46 2016 +0100
4099
4100 PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
4101
4102 Despite what the DocBook comment to pkcs7_validate_trust() says, the
4103 *_trusted argument is never set to false.
4104
4105 pkcs7_validate_trust() only positively sets *_trusted upon encountering
4106 a trusted PKCS#7 SignedInfo block.
4107
4108 This is quite unfortunate since its callers, system_verify_data() for
4109 example, depend on pkcs7_validate_trust() clearing *_trusted on non-trust.
4110
4111 Indeed, UBSAN splats when attempting to load the uninitialized local
4112 variable 'trusted' from system_verify_data() in pkcs7_validate_trust():
4113
4114 UBSAN: Undefined behaviour in crypto/asymmetric_keys/pkcs7_trust.c:194:14
4115 load of value 82 is not a valid value for type '_Bool'
4116 [...]
4117 Call Trace:
4118 [<ffffffff818c4d35>] dump_stack+0xbc/0x117
4119 [<ffffffff818c4c79>] ? _atomic_dec_and_lock+0x169/0x169
4120 [<ffffffff8194113b>] ubsan_epilogue+0xd/0x4e
4121 [<ffffffff819419fa>] __ubsan_handle_load_invalid_value+0x111/0x158
4122 [<ffffffff819418e9>] ? val_to_string.constprop.12+0xcf/0xcf
4123 [<ffffffff818334a4>] ? x509_request_asymmetric_key+0x114/0x370
4124 [<ffffffff814b83f0>] ? kfree+0x220/0x370
4125 [<ffffffff818312c2>] ? public_key_verify_signature_2+0x32/0x50
4126 [<ffffffff81835e04>] pkcs7_validate_trust+0x524/0x5f0
4127 [<ffffffff813c391a>] system_verify_data+0xca/0x170
4128 [<ffffffff813c3850>] ? top_trace_array+0x9b/0x9b
4129 [<ffffffff81510b29>] ? __vfs_read+0x279/0x3d0
4130 [<ffffffff8129372f>] mod_verify_sig+0x1ff/0x290
4131 [...]
4132
4133 The implication is that pkcs7_validate_trust() effectively grants trust
4134 when it really shouldn't have.
4135
4136 Fix this by explicitly setting *_trusted to false at the very beginning
4137 of pkcs7_validate_trust().
4138
4139 Cc: <stable@vger.kernel.org>
4140 Signed-off-by: Nicolai Stange <nicstange@gmail.com>
4141 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
4142
4143 crypto/asymmetric_keys/pkcs7_trust.c | 2 ++
4144 1 file changed, 2 insertions(+)
4145
4146 commit 1052826f7352ccc98167129b0b83222f45d50046
4147 Author: Florian Westphal <fw@strlen.de>
4148 Date: Tue Mar 22 18:02:49 2016 +0100
4149
4150 netfilter: x_tables: validate e->target_offset early
4151
4152 We should check that e->target_offset is sane before
4153 mark_source_chains gets called since it will fetch the target entry
4154 for loop detection.
4155
4156 Signed-off-by: Florian Westphal <fw@strlen.de>
4157 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
4158
4159 net/ipv4/netfilter/arp_tables.c | 17 ++++++++---------
4160 net/ipv4/netfilter/ip_tables.c | 17 ++++++++---------
4161 net/ipv6/netfilter/ip6_tables.c | 17 ++++++++---------
4162 3 files changed, 24 insertions(+), 27 deletions(-)
4163
4164 commit b35d19509e8dab157214e46dd24314663ccf554f
4165 Author: Florian Westphal <fw@strlen.de>
4166 Date: Tue Mar 22 18:02:50 2016 +0100
4167
4168 netfilter: x_tables: make sure e->next_offset covers remaining blob size
4169
4170 Otherwise this function may read data beyond the ruleset blob.
4171
4172 Signed-off-by: Florian Westphal <fw@strlen.de>
4173 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
4174
4175 net/ipv4/netfilter/arp_tables.c | 6 ++++--
4176 net/ipv4/netfilter/ip_tables.c | 6 ++++--
4177 net/ipv6/netfilter/ip6_tables.c | 6 ++++--
4178 3 files changed, 12 insertions(+), 6 deletions(-)
4179
4180 commit 4d7642ed66b69140733a7b51fcd6d37ce4d4514c
4181 Author: Florian Westphal <fw@strlen.de>
4182 Date: Tue Mar 22 18:02:52 2016 +0100
4183
4184 netfilter: x_tables: fix unconditional helper
4185
4186 Ben Hawkes says:
4187
4188 In the mark_source_chains function (net/ipv4/netfilter/ip_tables.c) it
4189 is possible for a user-supplied ipt_entry structure to have a large
4190 next_offset field. This field is not bounds checked prior to writing a
4191 counter value at the supplied offset.
4192
4193 Problem is that mark_source_chains should not have been called --
4194 the rule doesn't have a next entry, so its supposed to return
4195 an absolute verdict of either ACCEPT or DROP.
4196
4197 However, the function conditional() doesn't work as the name implies.
4198 It only checks that the rule is using wildcard address matching.
4199
4200 However, an unconditional rule must also not be using any matches
4201 (no -m args).
4202
4203 The underflow validator only checked the addresses, therefore
4204 passing the 'unconditional absolute verdict' test, while
4205 mark_source_chains also tested for presence of matches, and thus
4206 proceeeded to the next (not-existent) rule.
4207
4208 Unify this so that all the callers have same idea of 'unconditional rule'.
4209
4210 Reported-by: Ben Hawkes <hawkes@google.com>
4211 Signed-off-by: Florian Westphal <fw@strlen.de>
4212 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
4213
4214 net/ipv4/netfilter/arp_tables.c | 18 +++++++++---------
4215 net/ipv4/netfilter/ip_tables.c | 23 +++++++++++------------
4216 net/ipv6/netfilter/ip6_tables.c | 23 +++++++++++------------
4217 3 files changed, 31 insertions(+), 33 deletions(-)
4218
4219 commit e3e51682563f1453dfc4b9ef88b29af4d1a78e78
4220 Author: Pablo Neira Ayuso <pablo@netfilter.org>
4221 Date: Thu Mar 24 21:29:53 2016 +0100
4222
4223 netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIES
4224
4225 Make sure the table names via getsockopt GET_ENTRIES is nul-terminated
4226 in ebtables and all the x_tables variants and their respective compat
4227 code. Uncovered by KASAN.
4228
4229 Reported-by: Baozeng Ding <sploving1@gmail.com>
4230 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
4231
4232 net/bridge/netfilter/ebtables.c | 4 ++++
4233 net/ipv4/netfilter/arp_tables.c | 2 ++
4234 net/ipv4/netfilter/ip_tables.c | 2 ++
4235 net/ipv6/netfilter/ip6_tables.c | 2 ++
4236 4 files changed, 10 insertions(+)
4237
4238 commit 7742471b674597627f8f608f6a89c6e5bbd6533d
4239 Author: Nicolai Stange <nicstange@gmail.com>
4240 Date: Fri Mar 25 14:22:14 2016 -0700
4241
4242 mm/filemap: generic_file_read_iter(): check for zero reads unconditionally
4243
4244 If
4245 - generic_file_read_iter() gets called with a zero read length,
4246 - the read offset is at a page boundary,
4247 - IOCB_DIRECT is not set
4248 - and the page in question hasn't made it into the page cache yet,
4249 then do_generic_file_read() will trigger a readahead with a req_size hint
4250 of zero.
4251
4252 Since roundup_pow_of_two(0) is undefined, UBSAN reports
4253
4254 UBSAN: Undefined behaviour in include/linux/log2.h:63:13
4255 shift exponent 64 is too large for 64-bit type 'long unsigned int'
4256 CPU: 3 PID: 1017 Comm: sa1 Tainted: G L 4.5.0-next-20160318+ #14
4257 [...]
4258 Call Trace:
4259 [...]
4260 [<ffffffff813ef61a>] ondemand_readahead+0x3aa/0x3d0
4261 [<ffffffff813ef61a>] ? ondemand_readahead+0x3aa/0x3d0
4262 [<ffffffff813c73bd>] ? find_get_entry+0x2d/0x210
4263 [<ffffffff813ef9c3>] page_cache_sync_readahead+0x63/0xa0
4264 [<ffffffff813cc04d>] do_generic_file_read+0x80d/0xf90
4265 [<ffffffff813cc955>] generic_file_read_iter+0x185/0x420
4266 [...]
4267 [<ffffffff81510b06>] __vfs_read+0x256/0x3d0
4268 [...]
4269
4270 when get_init_ra_size() gets called from ondemand_readahead().
4271
4272 The net effect is that the initial readahead size is arch dependent for
4273 requested read lengths of zero: for example, since
4274
4275 1UL << (sizeof(unsigned long) * 8)
4276
4277 evaluates to 1 on x86 while its result is 0 on ARMv7, the initial readahead
4278 size becomes 4 on the former and 0 on the latter.
4279
4280 What's more, whether or not the file access timestamp is updated for zero
4281 length reads is decided differently for the two cases of IOCB_DIRECT
4282 being set or cleared: in the first case, generic_file_read_iter()
4283 explicitly skips updating that timestamp while in the latter case, it is
4284 always updated through the call to do_generic_file_read().
4285
4286 According to POSIX, zero length reads "do not modify the last data access
4287 timestamp" and thus, the IOCB_DIRECT behaviour is POSIXly correct.
4288
4289 Let generic_file_read_iter() unconditionally check the requested read
4290 length at its entry and return immediately with success if it is zero.
4291
4292 Signed-off-by: Nicolai Stange <nicstange@gmail.com>
4293 Cc: Al Viro <viro@zeniv.linux.org.uk>
4294 Reviewed-by: Jan Kara <jack@suse.cz>
4295 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
4296 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
4297
4298 mm/filemap.c | 7 ++++---
4299 1 file changed, 4 insertions(+), 3 deletions(-)
4300
4301 commit 604785419da498d7e876a0191b2e11626db706bb
4302 Author: Oliver Neukum <oneukum@suse.com>
4303 Date: Thu Mar 17 14:00:17 2016 -0700
4304
4305 Input: ims-pcu - sanity check against missing interfaces
4306
4307 A malicious device missing interface can make the driver oops.
4308 Add sanity checking.
4309
4310 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
4311 CC: stable@vger.kernel.org
4312 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
4313
4314 drivers/input/misc/ims-pcu.c | 4 ++++
4315 1 file changed, 4 insertions(+)
4316
4317 commit 24c3f4f6652f07eb2c3deea1488ff4de00592e80
4318 Author: Vladis Dronov <vdronov@redhat.com>
4319 Date: Wed Mar 23 11:53:46 2016 -0700
4320
4321 Input: ati_remote2 - fix crashes on detecting device with invalid descriptor
4322
4323 The ati_remote2 driver expects at least two interfaces with one
4324 endpoint each. If given malicious descriptor that specify one
4325 interface or no endpoints, it will crash in the probe function.
4326 Ensure there is at least two interfaces and one endpoint for each
4327 interface before using it.
4328
4329 The full disclosure: http://seclists.org/bugtraq/2016/Mar/90
4330
4331 Reported-by: Ralf Spenneberg <ralf@spenneberg.net>
4332 Signed-off-by: Vladis Dronov <vdronov@redhat.com>
4333 Cc: stable@vger.kernel.org
4334 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
4335
4336 drivers/input/misc/ati_remote2.c | 36 ++++++++++++++++++++++++++++++------
4337 1 file changed, 30 insertions(+), 6 deletions(-)
4338
4339 commit 262df604d00e72a4b930fbf7fe3a770f0196a5a5
4340 Author: Oliver Neukum <oneukum@suse.com>
4341 Date: Wed Mar 23 14:36:56 2016 -0700
4342
4343 Input: sur40 - fix DMA on stack
4344
4345 During the initialisation the driver uses a buffer on the stack for DMA.
4346 That violates the cache coherency rules. The fix is to allocate the buffer
4347 with kmalloc().
4348
4349 Signed-off-by: Oliver Neukum <ONeukum@suse.com>
4350 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
4351
4352 drivers/input/touchscreen/sur40.c | 21 ++++++++++++++-------
4353 1 file changed, 14 insertions(+), 7 deletions(-)
4354
4355 commit 015dd03669b2ab646723f6b123377e4ef5694a10
4356 Author: Haiyang Zhang <haiyangz@microsoft.com>
4357 Date: Wed Mar 23 09:43:10 2016 -0700
4358
4359 hv_netvsc: Fix the array sizes to be max supported channels
4360
4361 The VRSS_CHANNEL_MAX is the max number of channels supported by Hyper-V
4362 hosts. We use it for the related array sizes instead of using NR_CPUS,
4363 which may be set to several thousands.
4364 This patch reduces possible memory allocation failures.
4365
4366 Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
4367 Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
4368 Signed-off-by: David S. Miller <davem@davemloft.net>
4369
4370 drivers/net/hyperv/hyperv_net.h | 7 ++++---
4371 drivers/net/hyperv/rndis_filter.c | 4 ++--
4372 2 files changed, 6 insertions(+), 5 deletions(-)
4373
4374 commit a850a78d6393ef22a970266cbbefdf3dba0267b5
4375 Author: Haiyang Zhang <haiyangz@microsoft.com>
4376 Date: Wed Mar 23 09:43:09 2016 -0700
4377
4378 hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()
4379
4380 struct netvsc_device is freed in rndis_filter_device_remove(). So we save
4381 the nvdev->num_chn into a temp variable for later usage.
4382
4383 (Please also include this patch into stable branch.)
4384
4385 Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
4386 Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
4387 Signed-off-by: David S. Miller <davem@davemloft.net>
4388
4389 drivers/net/hyperv/netvsc_drv.c | 5 ++++-
4390 1 file changed, 4 insertions(+), 1 deletion(-)
4391
4392 commit 7409626e43fe871cede30ac926425938f3ccddaf
4393 Author: Guillaume Nault <g.nault@alphalink.fr>
4394 Date: Wed Mar 23 16:38:55 2016 +0100
4395
4396 ppp: take reference on channels netns
4397
4398 Let channels hold a reference on their network namespace.
4399 Some channel types, like ppp_async and ppp_synctty, can have their
4400 userspace controller running in a different namespace. Therefore they
4401 can't rely on them to preclude their netns from being removed from
4402 under them.
4403
4404 ==================================================================
4405 BUG: KASAN: use-after-free in ppp_unregister_channel+0x372/0x3a0 at
4406 addr ffff880064e217e0
4407 Read of size 8 by task syz-executor/11581
4408 =============================================================================
4409 BUG net_namespace (Not tainted): kasan: bad access detected
4410 -----------------------------------------------------------------------------
4411
4412 Disabling lock debugging due to kernel taint
4413 INFO: Allocated in copy_net_ns+0x6b/0x1a0 age=92569 cpu=3 pid=6906
4414 [< none >] ___slab_alloc+0x4c7/0x500 kernel/mm/slub.c:2440
4415 [< none >] __slab_alloc+0x4c/0x90 kernel/mm/slub.c:2469
4416 [< inline >] slab_alloc_node kernel/mm/slub.c:2532
4417 [< inline >] slab_alloc kernel/mm/slub.c:2574
4418 [< none >] kmem_cache_alloc+0x23a/0x2b0 kernel/mm/slub.c:2579
4419 [< inline >] kmem_cache_zalloc kernel/include/linux/slab.h:597
4420 [< inline >] net_alloc kernel/net/core/net_namespace.c:325
4421 [< none >] copy_net_ns+0x6b/0x1a0 kernel/net/core/net_namespace.c:360
4422 [< none >] create_new_namespaces+0x2f6/0x610 kernel/kernel/nsproxy.c:95
4423 [< none >] copy_namespaces+0x297/0x320 kernel/kernel/nsproxy.c:150
4424 [< none >] copy_process.part.35+0x1bf4/0x5760 kernel/kernel/fork.c:1451
4425 [< inline >] copy_process kernel/kernel/fork.c:1274
4426 [< none >] _do_fork+0x1bc/0xcb0 kernel/kernel/fork.c:1723
4427 [< inline >] SYSC_clone kernel/kernel/fork.c:1832
4428 [< none >] SyS_clone+0x37/0x50 kernel/kernel/fork.c:1826
4429 [< none >] entry_SYSCALL_64_fastpath+0x16/0x7a kernel/arch/x86/entry/entry_64.S:185
4430
4431 INFO: Freed in net_drop_ns+0x67/0x80 age=575 cpu=2 pid=2631
4432 [< none >] __slab_free+0x1fc/0x320 kernel/mm/slub.c:2650
4433 [< inline >] slab_free kernel/mm/slub.c:2805
4434 [< none >] kmem_cache_free+0x2a0/0x330 kernel/mm/slub.c:2814
4435 [< inline >] net_free kernel/net/core/net_namespace.c:341
4436 [< none >] net_drop_ns+0x67/0x80 kernel/net/core/net_namespace.c:348
4437 [< none >] cleanup_net+0x4e5/0x600 kernel/net/core/net_namespace.c:448
4438 [< none >] process_one_work+0x794/0x1440 kernel/kernel/workqueue.c:2036
4439 [< none >] worker_thread+0xdb/0xfc0 kernel/kernel/workqueue.c:2170
4440 [< none >] kthread+0x23f/0x2d0 kernel/drivers/block/aoe/aoecmd.c:1303
4441 [< none >] ret_from_fork+0x3f/0x70 kernel/arch/x86/entry/entry_64.S:468
4442 INFO: Slab 0xffffea0001938800 objects=3 used=0 fp=0xffff880064e20000
4443 flags=0x5fffc0000004080
4444 INFO: Object 0xffff880064e20000 @offset=0 fp=0xffff880064e24200
4445
4446 CPU: 1 PID: 11581 Comm: syz-executor Tainted: G B 4.4.0+
4447 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS
4448 rel-1.8.2-0-g33fbe13 by qemu-project.org 04/01/2014
4449 00000000ffffffff ffff8800662c7790 ffffffff8292049d ffff88003e36a300
4450 ffff880064e20000 ffff880064e20000 ffff8800662c77c0 ffffffff816f2054
4451 ffff88003e36a300 ffffea0001938800 ffff880064e20000 0000000000000000
4452 Call Trace:
4453 [< inline >] __dump_stack kernel/lib/dump_stack.c:15
4454 [<ffffffff8292049d>] dump_stack+0x6f/0xa2 kernel/lib/dump_stack.c:50
4455 [<ffffffff816f2054>] print_trailer+0xf4/0x150 kernel/mm/slub.c:654
4456 [<ffffffff816f875f>] object_err+0x2f/0x40 kernel/mm/slub.c:661
4457 [< inline >] print_address_description kernel/mm/kasan/report.c:138
4458 [<ffffffff816fb0c5>] kasan_report_error+0x215/0x530 kernel/mm/kasan/report.c:236
4459 [< inline >] kasan_report kernel/mm/kasan/report.c:259
4460 [<ffffffff816fb4de>] __asan_report_load8_noabort+0x3e/0x40 kernel/mm/kasan/report.c:280
4461 [< inline >] ? ppp_pernet kernel/include/linux/compiler.h:218
4462 [<ffffffff83ad71b2>] ? ppp_unregister_channel+0x372/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
4463 [< inline >] ppp_pernet kernel/include/linux/compiler.h:218
4464 [<ffffffff83ad71b2>] ppp_unregister_channel+0x372/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
4465 [< inline >] ? ppp_pernet kernel/drivers/net/ppp/ppp_generic.c:293
4466 [<ffffffff83ad6f26>] ? ppp_unregister_channel+0xe6/0x3a0 kernel/drivers/net/ppp/ppp_generic.c:2392
4467 [<ffffffff83ae18f3>] ppp_asynctty_close+0xa3/0x130 kernel/drivers/net/ppp/ppp_async.c:241
4468 [<ffffffff83ae1850>] ? async_lcp_peek+0x5b0/0x5b0 kernel/drivers/net/ppp/ppp_async.c:1000
4469 [<ffffffff82c33239>] tty_ldisc_close.isra.1+0x99/0xe0 kernel/drivers/tty/tty_ldisc.c:478
4470 [<ffffffff82c332c0>] tty_ldisc_kill+0x40/0x170 kernel/drivers/tty/tty_ldisc.c:744
4471 [<ffffffff82c34943>] tty_ldisc_release+0x1b3/0x260 kernel/drivers/tty/tty_ldisc.c:772
4472 [<ffffffff82c1ef21>] tty_release+0xac1/0x13e0 kernel/drivers/tty/tty_io.c:1901
4473 [<ffffffff82c1e460>] ? release_tty+0x320/0x320 kernel/drivers/tty/tty_io.c:1688
4474 [<ffffffff8174de36>] __fput+0x236/0x780 kernel/fs/file_table.c:208
4475 [<ffffffff8174e405>] ____fput+0x15/0x20 kernel/fs/file_table.c:244
4476 [<ffffffff813595ab>] task_work_run+0x16b/0x200 kernel/kernel/task_work.c:115
4477 [< inline >] exit_task_work kernel/include/linux/task_work.h:21
4478 [<ffffffff81307105>] do_exit+0x8b5/0x2c60 kernel/kernel/exit.c:750
4479 [<ffffffff813fdd20>] ? debug_check_no_locks_freed+0x290/0x290 kernel/kernel/locking/lockdep.c:4123
4480 [<ffffffff81306850>] ? mm_update_next_owner+0x6f0/0x6f0 kernel/kernel/exit.c:357
4481 [<ffffffff813215e6>] ? __dequeue_signal+0x136/0x470 kernel/kernel/signal.c:550
4482 [<ffffffff8132067b>] ? recalc_sigpending_tsk+0x13b/0x180 kernel/kernel/signal.c:145
4483 [<ffffffff81309628>] do_group_exit+0x108/0x330 kernel/kernel/exit.c:880
4484 [<ffffffff8132b9d4>] get_signal+0x5e4/0x14f0 kernel/kernel/signal.c:2307
4485 [< inline >] ? kretprobe_table_lock kernel/kernel/kprobes.c:1113
4486 [<ffffffff8151d355>] ? kprobe_flush_task+0xb5/0x450 kernel/kernel/kprobes.c:1158
4487 [<ffffffff8115f7d3>] do_signal+0x83/0x1c90 kernel/arch/x86/kernel/signal.c:712
4488 [<ffffffff8151d2a0>] ? recycle_rp_inst+0x310/0x310 kernel/include/linux/list.h:655
4489 [<ffffffff8115f750>] ? setup_sigcontext+0x780/0x780 kernel/arch/x86/kernel/signal.c:165
4490 [<ffffffff81380864>] ? finish_task_switch+0x424/0x5f0 kernel/kernel/sched/core.c:2692
4491 [< inline >] ? finish_lock_switch kernel/kernel/sched/sched.h:1099
4492 [<ffffffff81380560>] ? finish_task_switch+0x120/0x5f0 kernel/kernel/sched/core.c:2678
4493 [< inline >] ? context_switch kernel/kernel/sched/core.c:2807
4494 [<ffffffff85d794e9>] ? __schedule+0x919/0x1bd0 kernel/kernel/sched/core.c:3283
4495 [<ffffffff81003901>] exit_to_usermode_loop+0xf1/0x1a0 kernel/arch/x86/entry/common.c:247
4496 [< inline >] prepare_exit_to_usermode kernel/arch/x86/entry/common.c:282
4497 [<ffffffff810062ef>] syscall_return_slowpath+0x19f/0x210 kernel/arch/x86/entry/common.c:344
4498 [<ffffffff85d88022>] int_ret_from_sys_call+0x25/0x9f kernel/arch/x86/entry/entry_64.S:281
4499 Memory state around the buggy address:
4500 ffff880064e21680: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
4501 ffff880064e21700: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
4502 >ffff880064e21780: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
4503 ^
4504 ffff880064e21800: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
4505 ffff880064e21880: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
4506 ==================================================================
4507
4508 Fixes: 273ec51dd7ce ("net: ppp_generic - introduce net-namespace functionality v2")
4509 Reported-by: Baozeng Ding <sploving1@gmail.com>
4510 Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
4511 Reviewed-by: Cyrill Gorcunov <gorcunov@openvz.org>
4512 Signed-off-by: David S. Miller <davem@davemloft.net>
4513
4514 drivers/net/ppp/ppp_generic.c | 4 +++-
4515 1 file changed, 3 insertions(+), 1 deletion(-)
4516
4517 commit bfb890c1ac9d29b377f6bec4a5aab51d053114c4
4518 Author: Herbert Xu <herbert@gondor.apana.org.au>
4519 Date: Wed Mar 16 17:06:01 2016 +0800
4520
4521 eCryptfs: Use skcipher and shash
4522
4523 eCryptfs: Fix null pointer dereference on kzalloc error path
4524
4525 The conversion to skcipher and shash added a couple of null pointer
4526 dereference bugs on the kzalloc failure path. This patch fixes them.
4527
4528 Fixes: 3095e8e366b4 ("eCryptfs: Use skcipher and shash")
4529 Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
4530 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
4531
4532 fs/ecryptfs/keystore.c | 6 ++----
4533 1 file changed, 2 insertions(+), 4 deletions(-)
4534
4535 commit 58a8421ae537e0609c4ff59bf6b11be869a43cc6
4536 Author: Boris BREZILLON <boris.brezillon@free-electrons.com>
4537 Date: Thu Mar 17 10:21:34 2016 +0100
4538
4539 crypto: marvell/cesa - fix memory leak
4540
4541 Crypto requests are not guaranteed to be finalized (->final() call),
4542 and can be freed at any moment, without getting any notification from
4543 the core. This can lead to memory leaks of the ->cache buffer.
4544
4545 Make this buffer part of the request object, and allocate an extra buffer
4546 from the DMA cache pool when doing DMA operations.
4547
4548 As a side effect, this patch also fixes another bug related to cache
4549 allocation and DMA operations. When the core allocates a new request and
4550 import an existing state, a cache buffer can be allocated (depending
4551 on the state). The problem is, at that very moment, we don't know yet
4552 whether the request will use DMA or not, and since everything is
4553 likely to be initialized to zero, mv_cesa_ahash_alloc_cache() thinks it
4554 should allocate a buffer for standard operation. But when
4555 mv_cesa_ahash_free_cache() is called, req->type has been set to
4556 CESA_DMA_REQ in the meantime, thus leading to an invalind dma_pool_free()
4557 call (the buffer passed in argument has not been allocated from the pool).
4558
4559 Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
4560 Reported-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
4561 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
4562
4563 drivers/crypto/marvell/cesa.h | 3 +-
4564 drivers/crypto/marvell/hash.c | 86 +++++++++----------------------------------
4565 2 files changed, 20 insertions(+), 69 deletions(-)
4566
4567 commit 1ec604f99895b9c37f26a692ff83a7da02d667fd
4568 Author: Boris BREZILLON <boris.brezillon@free-electrons.com>
4569 Date: Thu Mar 17 10:21:35 2016 +0100
4570
4571 crypto: marvell/cesa - initialize hash states
4572
4573 ->export() might be called before we have done an update operation,
4574 and in this case the ->state field is left uninitialized.
4575 Put the correct default value when initializing the request.
4576
4577 Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
4578 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
4579
4580 drivers/crypto/marvell/hash.c | 20 ++++++++++++++++++++
4581 1 file changed, 20 insertions(+)
4582
4583 commit 23879f055d23e82c2f78cceca22c33e631973977
4584 Author: David S. Miller <davem@davemloft.net>
4585 Date: Sun Mar 13 23:28:00 2016 -0400
4586
4587 ipv4: Don't do expensive useless work during inetdev destroy.
4588
4589 When an inetdev is destroyed, every address assigned to the interface
4590 is removed. And in this scenerio we do two pointless things which can
4591 be very expensive if the number of assigned interfaces is large:
4592
4593 1) Address promotion. We are deleting all addresses, so there is no
4594 point in doing this.
4595
4596 2) A full nf conntrack table purge for every address. We only need to
4597 do this once, as is already caught by the existing
4598 masq_dev_notifier so masq_inet_event() can skip this.
4599
4600 Reported-by: Solar Designer <solar@openwall.com>
4601 Signed-off-by: David S. Miller <davem@davemloft.net>
4602 Tested-by: Cyrill Gorcunov <gorcunov@openvz.org>
4603
4604 net/ipv4/devinet.c | 4 ++++
4605 net/ipv4/fib_frontend.c | 4 ++++
4606 net/ipv4/netfilter/nf_nat_masquerade_ipv4.c | 12 ++++++++++--
4607 3 files changed, 18 insertions(+), 2 deletions(-)
4608
4609 commit 60394231e840e884024592a76a6c5612433d3756
4610 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
4611 Date: Tue Mar 8 10:34:28 2016 -0300
4612
4613 sctp: fix copying more bytes than expected in sctp_add_bind_addr
4614
4615 Dmitry reported that sctp_add_bind_addr may read more bytes than
4616 expected in case the parameter is a IPv4 addr supplied by the user
4617 through calls such as sctp_bindx_add(), because it always copies
4618 sizeof(union sctp_addr) while the buffer may be just a struct
4619 sockaddr_in, which is smaller.
4620
4621 This patch then fixes it by limiting the memcpy to the min between the
4622 union size and a (new parameter) provided addr size. Where possible this
4623 parameter still is the size of that union, except for reading from
4624 user-provided buffers, which then it accounts for protocol type.
4625
4626 Reported-by: Dmitry Vyukov <dvyukov@google.com>
4627 Tested-by: Dmitry Vyukov <dvyukov@google.com>
4628 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
4629 Signed-off-by: David S. Miller <davem@davemloft.net>
4630
4631 include/net/sctp/structs.h | 2 +-
4632 net/sctp/bind_addr.c | 14 ++++++++------
4633 net/sctp/protocol.c | 1 +
4634 net/sctp/sm_make_chunk.c | 3 ++-
4635 net/sctp/socket.c | 4 +++-
4636 5 files changed, 15 insertions(+), 9 deletions(-)
4637
4638 commit 9831caa50e1453818c5ec618890291f028b7992f
4639 Author: Brad Spengler <spender@grsecurity.net>
4640 Date: Mon Mar 28 19:20:28 2016 -0400
4641
4642 Also allow /bin/false as needed by systemd
4643
4644 kernel/kmod.c | 2 +-
4645 1 file changed, 1 insertion(+), 1 deletion(-)
4646
4647 commit bb38a61b496a3f09f4d7b93d2f0fe15476918147
4648 Author: Brad Spengler <spender@grsecurity.net>
4649 Date: Tue Mar 22 16:59:43 2016 -0400
4650
4651 Fix size_overflow FP reported by marcan at:
4652 https://forums.grsecurity.net/viewtopic.php?f=3&t=4426
4653
4654 net/ipv6/xfrm6_mode_transport.c | 2 +-
4655 1 file changed, 1 insertion(+), 1 deletion(-)
4656
4657 commit 523a36a9c845da3051e58c6767c2e1a0f640998a
4658 Merge: 0d0ec9e c0b77a7
4659 Author: Brad Spengler <spender@grsecurity.net>
4660 Date: Wed Mar 16 20:20:40 2016 -0400
4661
4662 Merge branch 'pax-test' into grsec-test
4663
4664 commit c0b77a7cb578199f0b7dc90768a13ca6c044aba9
4665 Merge: 10d57c1 0d19123
4666 Author: Brad Spengler <spender@grsecurity.net>
4667 Date: Wed Mar 16 20:20:27 2016 -0400
4668
4669 Merge branch 'linux-4.4.y' into pax-test
4670
4671 commit 0d0ec9ee83144ab839710a01cfd746bd78257394
4672 Author: Brad Spengler <spender@grsecurity.net>
4673 Date: Mon Mar 14 20:15:47 2016 -0400
4674
4675 Invert logic to clean up code
4676
4677 fs/namei.c | 32 +++++++-------------------------
4678 grsecurity/grsec_chroot.c | 10 +++++-----
4679 2 files changed, 12 insertions(+), 30 deletions(-)
4680
4681 commit 39e0e623c84863af7b3ace759b583ff938fde2b7
4682 Author: Brad Spengler <spender@grsecurity.net>
4683 Date: Mon Mar 14 19:59:36 2016 -0400
4684
4685 compile fix
4686
4687 fs/namei.c | 5 ++---
4688 1 file changed, 2 insertions(+), 3 deletions(-)
4689
4690 commit 2b3ad8bc095fea829275b7fcc7e5671677b8ed33
4691 Author: Brad Spengler <spender@grsecurity.net>
4692 Date: Mon Mar 14 19:57:53 2016 -0400
4693
4694 Also handle renames
4695
4696 fs/namei.c | 9 +++++++++
4697 1 file changed, 9 insertions(+)
4698
4699 commit 54dfd13b19743d4a340de0cd5683b5bde44e7d9c
4700 Author: Brad Spengler <spender@grsecurity.net>
4701 Date: Mon Mar 14 19:45:56 2016 -0400
4702
4703 Add additional check to cover lookup family of functions
4704
4705 fs/namei.c | 9 +++++++++
4706 1 file changed, 9 insertions(+)
4707
4708 commit c3df846baa7873fb99401136f220676b87452918
4709 Author: Brad Spengler <spender@grsecurity.net>
4710 Date: Mon Mar 14 18:42:37 2016 -0400
4711
4712 compile fix
4713
4714 fs/namei.c | 2 +-
4715 1 file changed, 1 insertion(+), 1 deletion(-)
4716
4717 commit 384ea9c0ef9df4298dfa3a71948c08e70f1092bf
4718 Author: Brad Spengler <spender@grsecurity.net>
4719 Date: Mon Mar 14 18:34:40 2016 -0400
4720
4721 Fix recent chroot check on the create side, as reported by
4722 Toralf Foerster
4723
4724 fs/namei.c | 26 ++++++++++++++++----------
4725 1 file changed, 16 insertions(+), 10 deletions(-)
4726
4727 commit 82e7dc61a626c47887d392ff9cd35b104f01fd25
4728 Author: Paolo Bonzini <pbonzini@redhat.com>
4729 Date: Tue Mar 8 12:13:39 2016 +0100
4730
4731 KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
4732
4733 Yes, all of these are needed. :) This is admittedly a bit odd, but
4734 kvm-unit-tests access.flat tests this if you run it with "-cpu host"
4735 and of course ept=0.
4736
4737 KVM runs the guest with CR0.WP=1, so it must handle supervisor writes
4738 specially when pte.u=1/pte.w=0/CR0.WP=0. Such writes cause a fault
4739 when U=1 and W=0 in the SPTE, but they must succeed because CR0.WP=0.
4740 When KVM gets the fault, it sets U=0 and W=1 in the shadow PTE and
4741 restarts execution. This will still cause a user write to fault, while
4742 supervisor writes will succeed. User reads will fault spuriously now,
4743 and KVM will then flip U and W again in the SPTE (U=1, W=0). User reads
4744 will be enabled and supervisor writes disabled, going back to the
4745 originary situation where supervisor writes fault spuriously.
4746
4747 When SMEP is in effect, however, U=0 will enable kernel execution of
4748 this page. To avoid this, KVM also sets NX=1 in the shadow PTE together
4749 with U=0. If the guest has not enabled NX, the result is a continuous
4750 stream of page faults due to the NX bit being reserved.
4751
4752 The fix is to force EFER.NX=1 even if the CPU is taking care of the EFER
4753 switch. (All machines with SMEP have the CPU_LOAD_IA32_EFER vm-entry
4754 control, so they do not use user-return notifiers for EFER---if they did,
4755 EFER.NX would be forced to the same value as the host).
4756
4757 There is another bug in the reserved bit check, which I've split to a
4758 separate patch for easier application to stable kernels.
4759
4760 Cc: stable@vger.kernel.org
4761 Cc: Andy Lutomirski <luto@amacapital.net>
4762 Reviewed-by: Xiao Guangrong <guangrong.xiao@linux.intel.com>
4763 Fixes: f6577a5fa15d82217ca73c74cd2dcbc0f6c781dd
4764 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
4765
4766 Documentation/virtual/kvm/mmu.txt | 3 ++-
4767 arch/x86/kvm/vmx.c | 36 +++++++++++++++++++++++-------------
4768 2 files changed, 25 insertions(+), 14 deletions(-)
4769
4770 commit 802a88e57b141e9643e93afb7805813ad8da22f3
4771 Author: Paolo Bonzini <pbonzini@redhat.com>
4772 Date: Wed Mar 9 14:28:02 2016 +0100
4773
4774 KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
4775
4776 KVM has special logic to handle pages with pte.u=1 and pte.w=0 when
4777 CR0.WP=1. These pages' SPTEs flip continuously between two states:
4778 U=1/W=0 (user and supervisor reads allowed, supervisor writes not allowed)
4779 and U=0/W=1 (supervisor reads and writes allowed, user writes not allowed).
4780
4781 When SMEP is in effect, however, U=0 will enable kernel execution of
4782 this page. To avoid this, KVM also sets NX=1 in the shadow PTE together
4783 with U=0, making the two states U=1/W=0/NX=gpte.NX and U=0/W=1/NX=1.
4784 When guest EFER has the NX bit cleared, the reserved bit check thinks
4785 that the latter state is invalid; teach it that the smep_andnot_wp case
4786 will also use the NX bit of SPTEs.
4787
4788 Cc: stable@vger.kernel.org
4789 Reviewed-by: Xiao Guangrong <guangrong.xiao@linux.inel.com>
4790 Fixes: c258b62b264fdc469b6d3610a907708068145e3b
4791 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
4792
4793 arch/x86/kvm/mmu.c | 4 +++-
4794 1 file changed, 3 insertions(+), 1 deletion(-)
4795
4796 commit 3925851224428c1d2bca32cf33821befb947c4f3
4797 Author: Ming Lei <ming.lei@canonical.com>
4798 Date: Sat Mar 12 22:56:19 2016 +0800
4799
4800 block: don't optimize for non-cloned bio in bio_get_last_bvec()
4801
4802 For !BIO_CLONED bio, we can use .bi_vcnt safely, but it
4803 doesn't mean we can just simply return .bi_io_vec[.bi_vcnt - 1]
4804 because the start postion may have been moved in the middle of
4805 the bvec, such as splitting in the middle of bvec.
4806
4807 Fixes: 7bcd79ac50d9(block: bio: introduce helpers to get the 1st and last bvec)
4808 Cc: stable@vger.kernel.org
4809 Reported-by: Kent Overstreet <kent.overstreet@gmail.com>
4810 Signed-off-by: Ming Lei <ming.lei@canonical.com>
4811 Signed-off-by: Jens Axboe <axboe@fb.com>
4812
4813 include/linux/bio.h | 5 -----
4814 1 file changed, 5 deletions(-)
4815
4816 commit db541463b4a0926bebdbac743c8736fb9e903d58
4817 Author: Borislav Petkov <bp@alien8.de>
4818 Date: Fri Mar 11 12:32:06 2016 +0100
4819
4820 x86/fpu: Fix eager-FPU handling on legacy FPU machines
4821
4822 i486 derived cores like Intel Quark support only the very old,
4823 legacy x87 FPU (FSAVE/FRSTOR, CPUID bit FXSR is not set), and
4824 our FPU code wasn't handling the saving and restoring there
4825 properly in the 'eagerfpu' case.
4826
4827 So after we made eagerfpu the default for all CPU types:
4828
4829 58122bf1d856 x86/fpu: Default eagerfpu=on on all CPUs
4830
4831 these old FPU designs broke. First, Andy Shevchenko reported a splat:
4832
4833 WARNING: CPU: 0 PID: 823 at arch/x86/include/asm/fpu/internal.h:163 fpu__clear+0x8c/0x160
4834
4835 which was us trying to execute FXRSTOR on those machines even though
4836 they don't support it.
4837
4838 After taking care of that, Bryan O'Donoghue reported that a simple FPU
4839 test still failed because we weren't initializing the FPU state properly
4840 on those machines.
4841
4842 Take care of all that.
4843
4844 Reported-and-tested-by: Bryan O'Donoghue <pure.logic@nexus-software.ie>
4845 Reported-by: Andy Shevchenko <andy.shevchenko@gmail.com>
4846 Signed-off-by: Borislav Petkov <bp@suse.de>
4847 Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
4848 Cc: Andrew Morton <akpm@linux-foundation.org>
4849 Cc: Andy Lutomirski <luto@amacapital.net>
4850 Cc: Borislav Petkov <bp@alien8.de>
4851 Cc: Brian Gerst <brgerst@gmail.com>
4852 Cc: Dave Hansen <dave.hansen@linux.intel.com>
4853 Cc: Denys Vlasenko <dvlasenk@redhat.com>
4854 Cc: Fenghua Yu <fenghua.yu@intel.com>
4855 Cc: H. Peter Anvin <hpa@zytor.com>
4856 Cc: Oleg Nesterov <oleg@redhat.com>
4857 Cc: Peter Zijlstra <peterz@infradead.org>
4858 Cc: Quentin Casasnovas <quentin.casasnovas@oracle.com>
4859 Cc: Thomas Gleixner <tglx@linutronix.de>
4860 Cc: Yu-cheng <yu-cheng.yu@intel.com>
4861 Link: http://lkml.kernel.org/r/20160311113206.GD4312@pd.tnic
4862 Signed-off-by: Ingo Molnar <mingo@kernel.org>
4863
4864 arch/x86/kernel/fpu/core.c | 4 +++-
4865 arch/x86/kernel/fpu/init.c | 2 +-
4866 2 files changed, 4 insertions(+), 2 deletions(-)
4867
4868 commit 8fed14e935cb62d2d46e99793d728dc7760dcc87
4869 Author: Brad Spengler <spender@grsecurity.net>
4870 Date: Sun Mar 13 11:35:56 2016 -0400
4871
4872 Compile fixes
4873
4874 fs/namei.c | 2 +-
4875 grsecurity/grsec_chroot.c | 2 +-
4876 include/linux/grsecurity.h | 2 +-
4877 3 files changed, 3 insertions(+), 3 deletions(-)
4878
4879 commit aab25a3496c4683c5858056960010119fb7d9a5a
4880 Author: Brad Spengler <spender@grsecurity.net>
4881 Date: Sun Mar 13 10:53:59 2016 -0400
4882
4883 Use fput instead of put_filp()
4884
4885 fs/namei.c | 4 ++--
4886 1 file changed, 2 insertions(+), 2 deletions(-)
4887
4888 commit 928ddec9dfe5415dff82d941c3b3e76ee6f48761
4889 Author: Brad Spengler <spender@grsecurity.net>
4890 Date: Sun Mar 13 10:30:54 2016 -0400
4891
4892 Update MPROTECT_COMPAT config description, disable by default
4893
4894 security/Kconfig | 18 ++++++------------
4895 1 file changed, 6 insertions(+), 12 deletions(-)
4896
4897 commit 4cc29af2e81e7a4bdfab1afedfdedca6e23362d5
4898 Author: Brad Spengler <spender@grsecurity.net>
4899 Date: Sun Mar 13 10:35:55 2016 -0400
4900
4901 As reported by Jann Horn, chroot scenarios where the chrooting application
4902 brings in a directory fd can be used to access any file outside of the chroot
4903 via *at syscalls. To maintain compatibility with Chromium and other apps,
4904 we specifically only disallow relative accesses off a directory fd when the
4905 final path is not located under that directory described by the fd and exists
4906 outside of the chroot. This additional restriction will exist under the
4907 current GRKERNSEC_CHROOT_FCHDIR option.
4908
4909 fs/namei.c | 9 +++++++++
4910 grsecurity/Kconfig | 10 ++++++----
4911 grsecurity/grsec_chroot.c | 39 +++++++++++++++++++++++++++++++++++++++
4912 include/linux/grmsg.h | 1 +
4913 include/linux/grsecurity.h | 1 +
4914 5 files changed, 56 insertions(+), 4 deletions(-)
4915
4916 commit 7d02a991213f0b07a3677dcc93cdafc3ac309142
4917 Author: Brad Spengler <spender@grsecurity.net>
4918 Date: Thu Mar 10 22:17:16 2016 -0500
4919
4920 Update size_overflow hash table
4921
4922 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 +
4923 1 file changed, 1 insertion(+)
4924
4925 commit 29f25ddda6a5625340df26beb394279fefea2b49
4926 Author: Brad Spengler <spender@grsecurity.net>
4927 Date: Thu Mar 10 22:16:04 2016 -0500
4928
4929 Fix module support
4930
4931 kernel/module.c | 3 ++-
4932 1 file changed, 2 insertions(+), 1 deletion(-)
4933
4934 commit b057a45636b626e7eaf03077ed0916b95fea054c
4935 Merge: ba5ee94 10d57c1
4936 Author: Brad Spengler <spender@grsecurity.net>
4937 Date: Thu Mar 10 21:36:10 2016 -0500
4938
4939 Merge branch 'pax-test' into grsec-test
4940
4941 commit 10d57c107e7fabffbe616b14efab73df585576c2
4942 Merge: 1cbae46 62e2195
4943 Author: Brad Spengler <spender@grsecurity.net>
4944 Date: Thu Mar 10 21:34:58 2016 -0500
4945
4946 Update to pax-linux-4.4.5-test9.patch:
4947 - fixed an integer signedness mixup in the old select syscall caught by the size overflow plugin, by Mathias Krause <minipli@ld-linux.so>
4948 - Emese cleaned up a few unnecessary type casts in the size overflow plugin
4949 - fixed the initify plugin to not trigger a compiler assert with gcc 6 in LTO mode
4950 - compile the x86 vdso without plugins, reported by Emese
4951 - fixed a REFCOUNT/arm compile error, reported by coadde (https://forums.grsecurity.net/viewtopic.php?f=3&t=4410)
4952 - fixed gcc-common.h for gcc 6, reported by psturm (https://forums.grsecurity.net/viewtopic.php?f=3&t=4394)
4953
4954 Merge branch 'linux-4.4.y' into pax-test
4955
4956 commit ba5ee94199b11c1429559a08c2158677dd8f1761
4957 Author: Brad Spengler <spender@grsecurity.net>
4958 Date: Thu Mar 3 20:20:19 2016 -0500
4959
4960 Update size_overflow hash table
4961
4962 tools/gcc/size_overflow_plugin/size_overflow_hash.data | 1 +
4963 1 file changed, 1 insertion(+)
4964
4965 commit 50a5cd726362f0988b81a54d4c962acf8fd34a70
4966 Merge: 335c04c 1cbae46
4967 Author: Brad Spengler <spender@grsecurity.net>
4968 Date: Thu Mar 3 20:04:00 2016 -0500
4969
4970 Merge branch 'pax-test' into grsec-test
4971
4972 commit 1cbae46efa0b111ef2d46502f8d34c4c572a0e00
4973 Merge: a51cdb8 c252409
4974 Author: Brad Spengler <spender@grsecurity.net>
4975 Date: Thu Mar 3 19:57:43 2016 -0500
4976
4977 Merge branch 'linux-4.4.y' into pax-test
4978
4979 commit 335c04c8146a696a6101a9c69dbd47f11383549e
4980 Merge: 897877e a51cdb8
4981 Author: Brad Spengler <spender@grsecurity.net>
4982 Date: Tue Mar 1 17:57:24 2016 -0500
4983
4984 Merge branch 'pax-test' into grsec-test
4985
4986 commit a51cdb83569b450858737a30d2be043d87d7ddc1
4987 Author: Brad Spengler <spender@grsecurity.net>
4988 Date: Tue Mar 1 17:56:43 2016 -0500
4989
4990 Update to pax-linux-4.4.3-test6.patch:
4991 - spender fixed the cftype constification fallout, reported by quasar366 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4391)
4992 - fixed a few section mismatches on notifier_block variables
4993 - fixed a few REFCOUNT false positives found by Emese's plugin
4994 - constified hypervisor_x86
4995
4996 arch/x86/include/asm/hypervisor.h | 2 +-
4997 arch/x86/kernel/cpu/mshyperv.c | 2 +-
4998 arch/x86/kernel/cpu/vmware.c | 2 +-
4999 arch/x86/kernel/kvm.c | 2 +-
5000 drivers/lightnvm/rrpc.c | 4 ++--
5001 drivers/lightnvm/rrpc.h | 2 +-
5002 drivers/net/can/led.c | 2 +-
5003 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
5004 drivers/net/ethernet/rocker/rocker.c | 4 ++--
5005 drivers/net/ipvlan/ipvlan_main.c | 6 +++---
5006 drivers/net/vrf.c | 2 +-
5007 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 12 ++++++------
5008 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 2 +-
5009 drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 12 ++++++------
5010 drivers/staging/rtl8723au/include/drv_types.h | 2 +-
5011 drivers/staging/rtl8723au/include/rtw_mlme_ext.h | 2 +-
5012 drivers/staging/rtl8723au/include/usb_ops.h | 4 ++--
5013 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
5014 fs/proc/kcore.c | 2 +-
5015 mm/hugetlb_cgroup.c | 8 ++++----
5016 mm/mm_init.c | 2 +-
5017 mm/slub.c | 2 +-
5018 net/mac802154/iface.c | 2 +-
5019 23 files changed, 41 insertions(+), 41 deletions(-)
5020
5021 commit 897877e79629a0b854e98cb666a9d898256d45a7
5022 Merge: 1ffa5d5 4f4b213
5023 Author: Brad Spengler <spender@grsecurity.net>
5024 Date: Sun Feb 28 20:54:59 2016 -0500
5025
5026 Merge branch 'pax-test' into grsec-test
5027
5028 commit 4f4b21342a4a4f87c01f7909406e6b5f4c9dadbf
5029 Author: Brad Spengler <spender@grsecurity.net>
5030 Date: Sun Feb 28 20:54:06 2016 -0500
5031
5032 Update to pax-linux-4.4.3-test5.patch:
5033 - constified xfrm_mgr and cftype, by Mathias Krause <minipli@ld-linux.so>
5034 - Emese fixed a few checkpatch reports on the gcc plugin generator headers
5035 - Emese fixed a false positive size overflow report in get_next_ino, reported by KARBOWSKI Piotr <piotr.karbowski@gmail.com>
5036 - added a generator for SIMPLE_IPA passes as well
5037
5038 include/linux/cgroup-defs.h | 2 +-
5039 include/linux/hugetlb.h | 2 +-
5040 include/linux/hugetlb_cgroup.h | 11 ++
5041 include/net/xfrm.h | 2 +-
5042 kernel/cgroup.c | 29 ++--
5043 mm/hugetlb.c | 55 ++++++-
5044 mm/hugetlb_cgroup.c | 60 ++-----
5045 mm/mmap.c | 38 ++---
5046 net/xfrm/xfrm_state.c | 4 +-
5047 tools/gcc/constify_plugin.c | 5 +-
5048 tools/gcc/gcc-common.h | 42 +++--
5049 tools/gcc/gcc-generate-gimple-pass.h | 27 ++--
5050 tools/gcc/gcc-generate-ipa-pass.h | 43 ++---
5051 tools/gcc/gcc-generate-rtl-pass.h | 27 ++--
5052 tools/gcc/gcc-generate-simple_ipa-pass.h | 173 +++++++++++++++++++++
5053 tools/gcc/size_overflow_plugin/.gitignore | 1 +
5054 .../disable_size_overflow_hash.data | 7 +-
5055 .../size_overflow_plugin/size_overflow_hash.data | 3 -
5056 18 files changed, 385 insertions(+), 146 deletions(-)
5057
5058 commit 1ffa5d50a2161311d46b56fdef734f309503cb80
5059 Author: Brad Spengler <spender@grsecurity.net>
5060 Date: Sun Feb 28 20:43:02 2016 -0500
5061
5062 Make suid/sgid bruteforce prevention also apply to binaries with fscaps
5063 enabled
5064
5065 grsecurity/grsec_sig.c | 3 +--
5066 1 file changed, 1 insertion(+), 2 deletions(-)
5067
5068 commit cfdb373a77c88d01c1539e605e28143af5981571
5069 Author: Brad Spengler <spender@grsecurity.net>
5070 Date: Sun Feb 28 19:12:39 2016 -0500
5071
5072 compile fix
5073
5074 grsecurity/gracl_segv.c | 2 +-
5075 grsecurity/grsec_sig.c | 2 +-
5076 2 files changed, 2 insertions(+), 2 deletions(-)
5077
5078 commit 67d5160f8c1ee12ee4da1e7ad57f8688fcc77b53
5079 Author: Brad Spengler <spender@grsecurity.net>
5080 Date: Sun Feb 28 18:24:50 2016 -0500
5081
5082 Update the daemon check in handling of anti-bruteforcing of suid binaries
5083 by GRKERNSEC_BRUTE to prevent a bypass reported by Jann Horn where one
5084 could create unprivileged copies of the suid binary via ptrace, inject
5085 code into them, and fork+exec a privileged copy. A crash then in the
5086 privileged copy would trigger the daemon detection which could be avoided
5087 by simply terminating the original process. Defeat this by using our
5088 is_privileged_binary() function against the task's mm->binfmt->file to detect
5089 an fscaps-enabled or suid/sgid binary being involved.
5090
5091 Also update the RBAC RES_CRASH code to use is_privileged_binary().
5092
5093 grsecurity/gracl_segv.c | 15 +--------------
5094 grsecurity/grsec_sig.c | 3 ++-
5095 2 files changed, 3 insertions(+), 15 deletions(-)
5096
5097 commit 7382ec22b0c9627c674ccbb00210276d26f219e3
5098 Author: Brad Spengler <spender@grsecurity.net>
5099 Date: Sun Feb 28 15:06:32 2016 -0500
5100
5101 Fix a GRKERNSEC_PTRACE_READEXEC bypass reported by Jann Horn where one
5102 could dump out an unreadable suid binary by creating a script that used
5103 that binary as an interpreter.
5104
5105 fs/exec.c | 14 +++++++++-----
5106 1 file changed, 9 insertions(+), 5 deletions(-)
5107
5108 commit 3e60eddebe1c59b97c0b5432506bf8e13d84e8e6
5109 Merge: 2d35d52 8327ee6
5110 Author: Brad Spengler <spender@grsecurity.net>
5111 Date: Thu Feb 25 18:44:11 2016 -0500
5112
5113 Merge branch 'pax-test' into grsec-test
5114
5115 Conflicts:
5116 fs/proc/base.c
5117 kernel/ptrace.c
5118 mm/process_vm_access.c
5119
5120 commit 8327ee64e5e24ae6a3446dd96b95d5185f70e1f6
5121 Merge: 09d53c7 2134d97
5122 Author: Brad Spengler <spender@grsecurity.net>
5123 Date: Thu Feb 25 18:36:46 2016 -0500
5124
5125 Merge branch 'linux-4.4.y' into pax-test
5126
5127 Conflicts:
5128 mm/mmap.c
5129
5130 commit 2d35d5276f3feb0c053209f8c3a77b1f55f9d96b
5131 Author: Brad Spengler <spender@grsecurity.net>
5132 Date: Wed Feb 24 07:59:12 2016 -0500
5133
5134 Remove /proc/pid/map_files which we had previously prevented via
5135 an inverted dependency on checkpoint/restart, but clearly should have
5136 guarded independently as upstream in 4.3 enabled it regardless of checkpoint/
5137 restart support. It can be used since 4.3 as an ASLR leak under RBAC to
5138 processes of the same UID. Thanks to Mathias Krause for the report!
5139
5140 fs/proc/base.c | 2 ++
5141 1 file changed, 2 insertions(+)
5142
5143 commit e4f1e517092222aa28179b20e14c0ddfb2796049
5144 Author: Brad Spengler <spender@grsecurity.net>
5145 Date: Thu Feb 18 19:32:39 2016 -0500
5146
5147 Update size_overflow hash table
5148
5149 .../size_overflow_plugin/size_overflow_hash.data | 158 +++++++++++++++++----
5150 1 file changed, 131 insertions(+), 27 deletions(-)
5151
5152 commit d5f895ddfa903d0d70425b8c3d7ef649c7e6943b
5153 Author: Brad Spengler <spender@grsecurity.net>
5154 Date: Thu Feb 18 18:52:37 2016 -0500
5155
5156 Update size_overflow hash table
5157
5158 .../size_overflow_plugin/size_overflow_hash.data | 293 +++++++++++++++++----
5159 1 file changed, 237 insertions(+), 56 deletions(-)
5160
5161 commit 9d198df724c306c36e254fe19d0957fb608c3fa2
5162 Author: Brad Spengler <spender@grsecurity.net>
5163 Date: Thu Feb 18 18:23:03 2016 -0500
5164
5165 compile fix
5166
5167 tools/gcc/randomize_layout_plugin.c | 2 +-
5168 1 file changed, 1 insertion(+), 1 deletion(-)
5169
5170 commit 024d2af98b755712daff6ed7c49af921da4e8883
5171 Author: Brad Spengler <spender@grsecurity.net>
5172 Date: Thu Feb 18 18:19:47 2016 -0500
5173
5174 compile fix
5175
5176 tools/gcc/randomize_layout_plugin.c | 2 +-
5177 1 file changed, 1 insertion(+), 1 deletion(-)
5178
5179 commit 14a7b3bb5c3d8c6ef70c3e0842a5adc7f0f3e2c8
5180 Author: Brad Spengler <spender@grsecurity.net>
5181 Date: Thu Feb 18 18:16:32 2016 -0500
5182
5183 compile fix
5184
5185 tools/gcc/randomize_layout_plugin.c | 9 +++++----
5186 1 file changed, 5 insertions(+), 4 deletions(-)
5187
5188 commit 9b2d0ee62bc66858c274f256c0502cbcbd34b2bf
5189 Author: Brad Spengler <spender@grsecurity.net>
5190 Date: Thu Feb 18 17:54:51 2016 -0500
5191
5192 Compile fix
5193
5194 tools/gcc/randomize_layout_plugin.c | 2 +-
5195 1 file changed, 1 insertion(+), 1 deletion(-)
5196
5197 commit 13823395101c4228ecded4b624583389ee13bfb3
5198 Author: Brad Spengler <spender@grsecurity.net>
5199 Date: Thu Feb 18 17:35:21 2016 -0500
5200
5201 compile fix
5202
5203 Makefile | 5 +----
5204 1 file changed, 1 insertion(+), 4 deletions(-)
5205
5206 commit 0316a42a37e67b0bc8a545c7a8b63db2d25f1ab0
5207 Merge: 45cbb7e 09d53c7
5208 Author: Brad Spengler <spender@grsecurity.net>
5209 Date: Thu Feb 18 16:40:51 2016 -0500
5210
5211 Merge branch 'pax-test' into grsec-test
5212
5213 Conflicts:
5214 Makefile
5215 include/linux/genl_magic_struct.h
5216 scripts/mod/modpost.c
5217 tools/gcc/size_overflow_plugin/size_overflow_hash.data
5218
5219 commit 09d53c74140e87e886a28980cedbb7e771f2a356
5220 Author: Brad Spengler <spender@grsecurity.net>
5221 Date: Thu Feb 18 16:24:02 2016 -0500
5222
5223 Update to pax-linux-4.4.2-test4.patch:
5224 - fixed the initialization of ipc_namespace.shm_ctlmax to prevent the size overflow plugin from catching an integer truncation when calling shmem_kernel_file_setup, reported by Mathias Krause <minipli@ld-linux.so>
5225 - moved gcc plugin related makefile bits into a separate file, by Emese
5226 - changed modpost to report writable function pointers separately
5227 - increased the size of mem_cgroup.numainfo_events to avoid a wraparound caught by REFCOUNT, reported by alexey vlasov
5228 - reduced the size of the compat syscall entry points on amd64
5229 - fixed an integer signedness mixup in drbd caught by the size overflow plugin, reported by iamb and gaima (https://forums.grsecurity.net/viewtopic.php?f=3&t=4366)
5230 - Emese regenerated the size overflow hash table for 4.4
5231 - all plugins now use the new pass generator headers
5232
5233 Makefile | 73 +-
5234 arch/x86/entry/entry_64.S | 2 +-
5235 arch/x86/entry/entry_64_compat.S | 48 +-
5236 fs/exec.c | 3 +
5237 include/linux/genl_magic_struct.h | 4 +-
5238 include/linux/memcontrol.h | 2 +-
5239 ipc/shm.c | 2 +-
5240 mm/memcontrol.c | 6 +-
5241 scripts/Makefile.extrawarn | 4 +
5242 scripts/Makefile.gcc-plugins | 69 +
5243 scripts/mod/modpost.c | 15 +-
5244 tools/gcc/checker_plugin.c | 71 +-
5245 tools/gcc/colorize_plugin.c | 65 +-
5246 tools/gcc/constify_plugin.c | 65 +-
5247 tools/gcc/gcc-generate-gimple-pass.h | 172 +
5248 tools/gcc/gcc-generate-ipa-pass.h | 286 +
5249 tools/gcc/gcc-generate-rtl-pass.h | 172 +
5250 tools/gcc/initify_plugin.c | 74 +-
5251 tools/gcc/kallocstat_plugin.c | 65 +-
5252 tools/gcc/kernexec_plugin.c | 184 +-
5253 tools/gcc/latent_entropy_plugin.c | 71 +-
5254 tools/gcc/randomize_layout_seed.h | 1 -
5255 .../disable_size_overflow_hash.h | 152601 ------------------
5256 .../insert_size_overflow_asm.c | 71 +-
5257 .../size_overflow_plugin/intentional_overflow.c | 6 +-
5258 tools/gcc/size_overflow_plugin/size_overflow.h | 20 +-
5259 .../size_overflow_plugin/size_overflow_hash.data | 2898 +-
5260 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 94 +-
5261 .../size_overflow_plugin/size_overflow_plugin.c | 14 +-
5262 .../size_overflow_plugin/size_overflow_transform.c | 2 +-
5263 .../size_overflow_transform_core.c | 2 +-
5264 tools/gcc/stackleak_plugin.c | 132 +-
5265 tools/gcc/structleak_plugin.c | 67 +-
5266 33 files changed, 2238 insertions(+), 155123 deletions(-)
5267
5268 commit 45cbb7e015a18625dafb019246e13e8cf3a18ace
5269 Merge: 3b5448b 0c85110
5270 Author: Brad Spengler <spender@grsecurity.net>
5271 Date: Wed Feb 17 19:11:25 2016 -0500
5272
5273 Merge branch 'pax-test' into grsec-test
5274
5275 commit 0c851109f683896aaff8a310bbfa943272b47516
5276 Merge: 6cb4f49 1cb8570
5277 Author: Brad Spengler <spender@grsecurity.net>
5278 Date: Wed Feb 17 19:11:21 2016 -0500
5279
5280 Merge branch 'linux-4.4.y' into pax-test
5281
5282 commit 3b5448bd1d85025d19b2587902e4264eb212a0a3
5283 Author: Brad Spengler <spender@grsecurity.net>
5284 Date: Mon Feb 15 18:02:40 2016 -0500
5285
5286 Fix a drbd bug reported by iamb on the forums:
5287 https://forums.grsecurity.net/viewtopic.php?f=3&t=4366#p16032
5288 which caused a size_overflow report
5289
5290 include/linux/genl_magic_struct.h | 4 ++--
5291 1 file changed, 2 insertions(+), 2 deletions(-)
5292
5293 commit 061fcd0e74441189a87bfe13b55fb02b98f7d7c0
5294 Author: Brad Spengler <spender@grsecurity.net>
5295 Date: Mon Feb 15 13:20:38 2016 -0500
5296
5297 compile fix
5298
5299 drivers/staging/wilc1000/host_interface.h | 1 +
5300 1 file changed, 1 insertion(+)
5301
5302 commit 675f2dcbdd4ea3293eea9c42f0cc427b1c903fc8
5303 Author: Brad Spengler <spender@grsecurity.net>
5304 Date: Mon Feb 15 12:54:52 2016 -0500
5305
5306 Update size_overflow hash table
5307
5308 .../size_overflow_plugin/size_overflow_hash.data | 21 +++++++++++++++++----
5309 1 file changed, 17 insertions(+), 4 deletions(-)
5310
5311 commit c8c50394f0c9f2e9baaeb884a29be2057cadbf7b
5312 Author: Brad Spengler <spender@grsecurity.net>
5313 Date: Mon Feb 15 12:53:54 2016 -0500
5314
5315 compile fix
5316
5317 drivers/staging/wilc1000/wilc_spi.c | 1 -
5318 drivers/staging/wilc1000/wilc_wlan.h | 2 +-
5319 2 files changed, 1 insertion(+), 2 deletions(-)
5320
5321 commit a9dd4481db099082967585be8e153899e5fd24c7
5322 Author: Brad Spengler <spender@grsecurity.net>
5323 Date: Mon Feb 15 12:52:32 2016 -0500
5324
5325 compile fix
5326
5327 fs/proc/fd.c | 2 --
5328 1 file changed, 2 deletions(-)
5329
5330 commit 5acb4fa0063460807096429f073181d1c5a3e566
5331 Author: Brad Spengler <spender@grsecurity.net>
5332 Date: Mon Feb 15 12:32:13 2016 -0500
5333
5334 Update size_overflow hash table
5335
5336 .../size_overflow_plugin/size_overflow_hash.data | 224 +++++++++++++++++----
5337 1 file changed, 182 insertions(+), 42 deletions(-)
5338
5339 commit c0bac9ff9af7ef753740622b5736684a32b49a9f
5340 Author: Brad Spengler <spender@grsecurity.net>
5341 Date: Mon Feb 15 12:31:16 2016 -0500
5342
5343 compile fix
5344
5345 drivers/staging/wilc1000/wilc_spi.c | 1 +
5346 1 file changed, 1 insertion(+)
5347
5348 commit 2f89ebdee131f6a6c85e611e5b993d4b19bc2673
5349 Author: Brad Spengler <spender@grsecurity.net>
5350 Date: Mon Feb 15 12:28:36 2016 -0500
5351
5352 RANDSTRUCT compile fix
5353
5354 drivers/staging/wilc1000/wilc_spi.c | 32 ++++++++++++++++----------------
5355 1 file changed, 16 insertions(+), 16 deletions(-)
5356
5357 commit 693be5d7f5b783f451499bbe83162aeb0f27a09f
5358 Author: Brad Spengler <spender@grsecurity.net>
5359 Date: Mon Feb 15 12:24:49 2016 -0500
5360
5361 RANDSTRUCT compile fix
5362
5363 drivers/staging/wilc1000/wilc_sdio.c | 34 +++++++++++++++++-----------------
5364 1 file changed, 17 insertions(+), 17 deletions(-)
5365
5366 commit bdf3dcd665c1a8ef9b69ad6525760c5160ec19a2
5367 Author: Hariprasad S <hariprasad@chelsio.com>
5368 Date: Fri Dec 11 13:59:17 2015 +0530
5369
5370 iw_cxgb3: Fix incorrectly returning error on success
5371
5372 The cxgb3_*_send() functions return NET_XMIT_ values, which are
5373 positive integers values. So don't treat positive return values
5374 as an error.
5375
5376 Signed-off-by: Steve Wise <swise@opengridcomputing.com>
5377 Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
5378 Signed-off-by: Doug Ledford <dledford@redhat.com>
5379
5380 drivers/infiniband/hw/cxgb3/iwch_cm.c | 4 ++--
5381 1 file changed, 2 insertions(+), 2 deletions(-)
5382
5383 commit 8705fe372dc21046ca3fc55381b70cffb4c60207
5384 Author: Daniel Borkmann <daniel@iogearbox.net>
5385 Date: Wed Feb 10 16:47:11 2016 +0100
5386
5387 bpf: fix branch offset adjustment on backjumps after patching ctx expansion
5388
5389 When ctx access is used, the kernel often needs to expand/rewrite
5390 instructions, so after that patching, branch offsets have to be
5391 adjusted for both forward and backward jumps in the new eBPF program,
5392 but for backward jumps it fails to account the delta. Meaning, for
5393 example, if the expansion happens exactly on the insn that sits at
5394 the jump target, it doesn't fix up the back jump offset.
5395
5396 Analysis on what the check in adjust_branches() is currently doing:
5397
5398 /* adjust offset of jmps if necessary */
5399 if (i < pos && i + insn->off + 1 > pos)
5400 insn->off += delta;
5401 else if (i > pos && i + insn->off + 1 < pos)
5402 insn->off -= delta;
5403
5404 First condition (forward jumps):
5405
5406 Before: After:
5407
5408 insns[0] insns[0]
5409 insns[1] <--- i/insn insns[1] <--- i/insn
5410 insns[2] <--- pos insns[P] <--- pos
5411 insns[3] insns[P] `------| delta
5412 insns[4] <--- target_X insns[P] `-----|
5413 insns[5] insns[3]
5414 insns[4] <--- target_X
5415 insns[5]
5416
5417 First case is if we cross pos-boundary and the jump instruction was
5418 before pos. This is handeled correctly. I.e. if i == pos, then this
5419 would mean our jump that we currently check was the patchlet itself
5420 that we just injected. Since such patchlets are self-contained and
5421 have no awareness of any insns before or after the patched one, the
5422 delta is correctly not adjusted. Also, for the second condition in
5423 case of i + insn->off + 1 == pos, means we jump to that newly patched
5424 instruction, so no offset adjustment are needed. That part is correct.
5425
5426 Second condition (backward jumps):
5427
5428 Before: After:
5429
5430 insns[0] insns[0]
5431 insns[1] <--- target_X insns[1] <--- target_X
5432 insns[2] <--- pos <-- target_Y insns[P] <--- pos <-- target_Y
5433 insns[3] insns[P] `------| delta
5434 insns[4] <--- i/insn insns[P] `-----|
5435 insns[5] insns[3]
5436 insns[4] <--- i/insn
5437 insns[5]
5438
5439 Second interesting case is where we cross pos-boundary and the jump
5440 instruction was after pos. Backward jump with i == pos would be
5441 impossible and pose a bug somewhere in the patchlet, so the first
5442 condition checking i > pos is okay only by itself. However, i +
5443 insn->off + 1 < pos does not always work as intended to trigger the
5444 adjustment. It works when jump targets would be far off where the
5445 delta wouldn't matter. But, for example, where the fixed insn->off
5446 before pointed to pos (target_Y), it now points to pos + delta, so
5447 that additional room needs to be taken into account for the check.
5448 This means that i) both tests here need to be adjusted into pos + delta,
5449 and ii) for the second condition, the test needs to be <= as pos
5450 itself can be a target in the backjump, too.
5451
5452 Fixes: 9bac3d6d548e ("bpf: allow extended BPF programs access skb fields")
5453 Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
5454 Signed-off-by: David S. Miller <davem@davemloft.net>
5455
5456 kernel/bpf/verifier.c | 2 +-
5457 1 file changed, 1 insertion(+), 1 deletion(-)
5458
5459 commit 61b513b644116e77313addf65970db58f4981608
5460 Author: Ryan Ware <ware@linux.intel.com>
5461 Date: Thu Feb 11 15:58:44 2016 -0800
5462
5463 EVM: Use crypto_memneq() for digest comparisons
5464
5465 This patch fixes vulnerability CVE-2016-2085. The problem exists
5466 because the vm_verify_hmac() function includes a use of memcmp().
5467 Unfortunately, this allows timing side channel attacks; specifically
5468 a MAC forgery complexity drop from 2^128 to 2^12. This patch changes
5469 the memcmp() to the cryptographically safe crypto_memneq().
5470
5471 Reported-by: Xiaofei Rex Guo <xiaofei.rex.guo@intel.com>
5472 Signed-off-by: Ryan Ware <ware@linux.intel.com>
5473 Cc: stable@vger.kernel.org
5474 Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
5475 Signed-off-by: James Morris <james.l.morris@oracle.com>
5476
5477 security/integrity/evm/evm_main.c | 3 ++-
5478 1 file changed, 2 insertions(+), 1 deletion(-)
5479
5480 commit 970b961e7d0684624f9c69f0b4367d5c76b65a63
5481 Author: Michael McConville <mmcco@mykolab.com>
5482 Date: Fri Feb 5 20:46:25 2016 -0500
5483
5484 dscc4: Undefined signed int shift
5485
5486 My analysis in the below mail applies, although the second part is
5487 unnecessary because i isn't used in arithmetic operations here:
5488
5489 https://marc.info/?l=openbsd-tech&m=145377854103866&w=2
5490
5491 Thanks for your time.
5492
5493 Signed-off-by: Michael McConville <mmcco@mykolab.com>
5494 Acked-by: Francois Romieu <romieu@fr.zoreil.com>
5495 Signed-off-by: David S. Miller <davem@davemloft.net>
5496
5497 drivers/net/wan/dscc4.c | 2 +-
5498 1 file changed, 1 insertion(+), 1 deletion(-)
5499
5500 commit d843df24b6680b600e87ebfea3b7b198b90b5a2a
5501 Author: Andrey Konovalov <andreyknvl@gmail.com>
5502 Date: Sat Feb 13 11:08:06 2016 +0300
5503
5504 ALSA: usb-audio: avoid freeing umidi object twice
5505
5506 The 'umidi' object will be free'd on the error path by snd_usbmidi_free()
5507 when tearing down the rawmidi interface. So we shouldn't try to free it
5508 in snd_usbmidi_create() after having registered the rawmidi interface.
5509
5510 Found by KASAN.
5511
5512 Signed-off-by: Andrey Konovalov <andreyknvl@gmail.com>
5513 Acked-by: Clemens Ladisch <clemens@ladisch.de>
5514 Cc: <stable@vger.kernel.org>
5515 Signed-off-by: Takashi Iwai <tiwai@suse.de>
5516
5517 sound/usb/midi.c | 1 -
5518 1 file changed, 1 deletion(-)
5519
5520 commit ed3a8ab1976674d56e258da93639e61f1446e703
5521 Author: zengtao <prime.zeng@huawei.com>
5522 Date: Tue Feb 2 11:38:34 2016 +0800
5523
5524 cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()
5525
5526 The datatype __kernel_time_t is u32 on 32bit platform, so its subject to
5527 overflows in the timeval/timespec to cputime conversion.
5528
5529 Currently the following functions are affected:
5530 1. setitimer()
5531 2. timer_create/timer_settime()
5532 3. sys_clock_nanosleep
5533
5534 This can happen on MIPS32 and ARM32 with "Full dynticks CPU time accounting"
5535 enabled, which is required for CONFIG_NO_HZ_FULL.
5536
5537 Enforce u64 conversion to prevent the overflow.
5538
5539 Fixes: 31c1fc818715 ("ARM: Kconfig: allow full nohz CPU accounting")
5540 Signed-off-by: zengtao <prime.zeng@huawei.com>
5541 Reviewed-by: Arnd Bergmann <arnd@arndb.de>
5542 Cc: <fweisbec@gmail.com>
5543 Cc: stable@vger.kernel.org
5544 Link: http://lkml.kernel.org/r/1454384314-154784-1-git-send-email-prime.zeng@huawei.com
5545 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
5546
5547 include/asm-generic/cputime_nsecs.h | 5 +++--
5548 1 file changed, 3 insertions(+), 2 deletions(-)
5549
5550 commit bf8a2de485da37d73850e7cfa31967b7798b6ce0
5551 Author: Brad Spengler <spender@grsecurity.net>
5552 Date: Mon Feb 15 11:55:18 2016 -0500
5553
5554 Fix building with allnoconfig, don't make our added DATA_TO_TEXT mismatch warnings
5555 count as actual mismatches
5556
5557 scripts/mod/modpost.c | 3 ++-
5558 1 file changed, 2 insertions(+), 1 deletion(-)
5559
5560 commit c9d82b6d0f1a2484fea0a516989dbdc6c55e5693
5561 Author: Brad Spengler <spender@grsecurity.net>
5562 Date: Mon Feb 15 11:44:36 2016 -0500
5563
5564 Compile fix
5565
5566 tools/gcc/randomize_layout_seed.h | 1 -
5567 1 file changed, 1 deletion(-)
5568
5569 commit fb68cbb98732e6801e8fc8d1da1f1195e51ff077
5570 Author: Brad Spengler <spender@grsecurity.net>
5571 Date: Mon Feb 15 11:27:32 2016 -0500
5572
5573 disable USELIB
5574
5575 init/Kconfig | 3 ++-
5576 1 file changed, 2 insertions(+), 1 deletion(-)
5577
5578 commit cbda9a44b7f92161eb1e444bf7fe2bbcbedaae65
5579 Author: Brad Spengler <spender@grsecurity.net>
5580 Date: Mon Feb 15 11:23:56 2016 -0500
5581
5582 compile fix
5583
5584 fs/proc/fd.c | 2 +-
5585 1 file changed, 1 insertion(+), 1 deletion(-)
5586
5587 commit 5cf0a2e87ab7105d1ba01f55f7636fa2e1fa4bb4
5588 Author: Brad Spengler <spender@grsecurity.net>
5589 Date: Mon Feb 15 11:19:26 2016 -0500
5590
5591 Initial import of grsecurity for Linux 4.4.1
5592
5593 Documentation/dontdiff | 2 +
5594 Documentation/kernel-parameters.txt | 11 +
5595 Documentation/sysctl/fs.txt | 23 +
5596 Documentation/sysctl/kernel.txt | 15 +
5597 Makefile | 18 +-
5598 arch/alpha/include/asm/cache.h | 4 +-
5599 arch/alpha/kernel/osf_sys.c | 12 +-
5600 arch/arc/Kconfig | 1 +
5601 arch/arm/Kconfig | 1 +
5602 arch/arm/Kconfig.debug | 1 +
5603 arch/arm/include/asm/thread_info.h | 7 +-
5604 arch/arm/kernel/entry-common.S | 8 +-
5605 arch/arm/kernel/process.c | 4 +-
5606 arch/arm/kernel/ptrace.c | 9 +
5607 arch/arm/kernel/traps.c | 7 +-
5608 arch/arm/mm/Kconfig | 4 +-
5609 arch/arm/mm/fault.c | 40 +-
5610 arch/arm/mm/mmap.c | 8 +-
5611 arch/arm/net/bpf_jit_32.c | 51 +-
5612 arch/arm64/Kconfig.debug | 1 +
5613 arch/avr32/include/asm/cache.h | 4 +-
5614 arch/blackfin/Kconfig.debug | 1 +
5615 arch/blackfin/include/asm/cache.h | 3 +-
5616 arch/cris/include/arch-v10/arch/cache.h | 3 +-
5617 arch/cris/include/arch-v32/arch/cache.h | 3 +-
5618 arch/frv/include/asm/cache.h | 3 +-
5619 arch/frv/mm/elf-fdpic.c | 4 +-
5620 arch/hexagon/include/asm/cache.h | 6 +-
5621 arch/ia64/Kconfig | 1 +
5622 arch/ia64/include/asm/cache.h | 3 +-
5623 arch/ia64/kernel/sys_ia64.c | 2 +
5624 arch/ia64/mm/hugetlbpage.c | 2 +
5625 arch/m32r/include/asm/cache.h | 4 +-
5626 arch/m68k/include/asm/cache.h | 4 +-
5627 arch/metag/mm/hugetlbpage.c | 1 +
5628 arch/microblaze/include/asm/cache.h | 3 +-
5629 arch/mips/Kconfig | 1 +
5630 arch/mips/include/asm/cache.h | 3 +-
5631 arch/mips/include/asm/thread_info.h | 11 +-
5632 arch/mips/kernel/irq.c | 3 +
5633 arch/mips/kernel/ptrace.c | 9 +
5634 arch/mips/mm/mmap.c | 4 +-
5635 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
5636 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
5637 arch/openrisc/include/asm/cache.h | 4 +-
5638 arch/parisc/include/asm/cache.h | 3 +
5639 arch/parisc/kernel/sys_parisc.c | 4 +
5640 arch/powerpc/Kconfig | 1 +
5641 arch/powerpc/include/asm/cache.h | 4 +-
5642 arch/powerpc/include/asm/thread_info.h | 5 +-
5643 arch/powerpc/kernel/Makefile | 2 +
5644 arch/powerpc/kernel/irq.c | 3 +
5645 arch/powerpc/kernel/process.c | 10 +-
5646 arch/powerpc/kernel/ptrace.c | 14 +
5647 arch/powerpc/kernel/traps.c | 5 +
5648 arch/powerpc/mm/slice.c | 2 +-
5649 arch/s390/Kconfig.debug | 1 +
5650 arch/s390/include/asm/cache.h | 4 +-
5651 arch/score/include/asm/cache.h | 4 +-
5652 arch/sh/include/asm/cache.h | 3 +-
5653 arch/sh/mm/mmap.c | 6 +-
5654 arch/sparc/include/asm/cache.h | 4 +-
5655 arch/sparc/include/asm/pgalloc_64.h | 1 +
5656 arch/sparc/include/asm/thread_info_64.h | 8 +-
5657 arch/sparc/kernel/process_32.c | 6 +-
5658 arch/sparc/kernel/process_64.c | 8 +-
5659 arch/sparc/kernel/ptrace_64.c | 14 +
5660 arch/sparc/kernel/sys_sparc_64.c | 8 +-
5661 arch/sparc/kernel/syscalls.S | 8 +-
5662 arch/sparc/kernel/traps_32.c | 8 +-
5663 arch/sparc/kernel/traps_64.c | 28 +-
5664 arch/sparc/kernel/unaligned_64.c | 2 +-
5665 arch/sparc/mm/fault_64.c | 2 +-
5666 arch/sparc/mm/hugetlbpage.c | 15 +-
5667 arch/tile/Kconfig | 1 +
5668 arch/tile/include/asm/cache.h | 3 +-
5669 arch/tile/mm/hugetlbpage.c | 2 +
5670 arch/um/include/asm/cache.h | 3 +-
5671 arch/unicore32/include/asm/cache.h | 6 +-
5672 arch/x86/Kconfig | 21 +
5673 arch/x86/Kconfig.debug | 2 +
5674 arch/x86/entry/common.c | 14 +
5675 arch/x86/entry/entry_32.S | 2 +-
5676 arch/x86/entry/entry_64.S | 2 +-
5677 arch/x86/ia32/ia32_aout.c | 2 +
5678 arch/x86/include/asm/floppy.h | 20 +-
5679 arch/x86/include/asm/fpu/types.h | 69 +-
5680 arch/x86/include/asm/io.h | 2 +-
5681 arch/x86/include/asm/page.h | 12 +-
5682 arch/x86/include/asm/paravirt_types.h | 23 +-
5683 arch/x86/include/asm/pgtable_types.h | 6 +-
5684 arch/x86/include/asm/processor.h | 12 +-
5685 arch/x86/include/asm/thread_info.h | 6 +-
5686 arch/x86/include/asm/uaccess.h | 2 +-
5687 arch/x86/kernel/dumpstack.c | 10 +-
5688 arch/x86/kernel/dumpstack_32.c | 2 +-
5689 arch/x86/kernel/dumpstack_64.c | 2 +-
5690 arch/x86/kernel/ioport.c | 13 +
5691 arch/x86/kernel/irq_32.c | 3 +
5692 arch/x86/kernel/irq_64.c | 4 +
5693 arch/x86/kernel/ldt.c | 18 +
5694 arch/x86/kernel/msr.c | 10 +
5695 arch/x86/kernel/ptrace.c | 14 +
5696 arch/x86/kernel/signal.c | 9 +-
5697 arch/x86/kernel/sys_i386_32.c | 9 +-
5698 arch/x86/kernel/sys_x86_64.c | 8 +-
5699 arch/x86/kernel/traps.c | 5 +
5700 arch/x86/kernel/verify_cpu.S | 1 +
5701 arch/x86/kernel/vm86_32.c | 15 +
5702 arch/x86/mm/fault.c | 12 +-
5703 arch/x86/mm/hugetlbpage.c | 15 +-
5704 arch/x86/mm/init.c | 66 +-
5705 arch/x86/mm/init_32.c | 6 +-
5706 arch/x86/mm/pageattr.c | 4 +-
5707 arch/x86/net/bpf_jit_comp.c | 4 +
5708 arch/x86/platform/efi/efi_64.c | 2 +-
5709 arch/x86/xen/Kconfig | 1 +
5710 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
5711 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
5712 crypto/scatterwalk.c | 10 +-
5713 drivers/acpi/acpica/hwxfsleep.c | 11 +-
5714 drivers/acpi/custom_method.c | 4 +
5715 drivers/block/cciss.h | 30 +-
5716 drivers/block/smart1,2.h | 40 +-
5717 drivers/cdrom/cdrom.c | 2 +-
5718 drivers/char/Kconfig | 4 +-
5719 drivers/char/genrtc.c | 1 +
5720 drivers/char/mem.c | 17 +
5721 drivers/char/random.c | 5 +-
5722 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
5723 drivers/firewire/ohci.c | 4 +
5724 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
5725 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
5726 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
5727 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
5728 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
5729 drivers/hid/hid-wiimote-debug.c | 2 +-
5730 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
5731 drivers/iommu/Kconfig | 1 +
5732 drivers/iommu/amd_iommu.c | 14 +-
5733 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
5734 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
5735 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
5736 drivers/isdn/i4l/isdn_concap.c | 6 +-
5737 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
5738 drivers/md/bcache/Kconfig | 1 +
5739 drivers/md/raid5.c | 8 +
5740 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
5741 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
5742 drivers/media/radio/radio-cadet.c | 5 +-
5743 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
5744 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
5745 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
5746 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
5747 drivers/message/fusion/mptbase.c | 9 +
5748 drivers/misc/sgi-xp/xp_main.c | 12 +-
5749 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
5750 drivers/net/ppp/pptp.c | 34 +-
5751 drivers/net/wan/lmc/lmc_media.c | 97 +-
5752 drivers/net/wan/z85230.c | 24 +-
5753 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
5754 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
5755 drivers/pci/proc.c | 9 +
5756 drivers/platform/x86/asus-wmi.c | 12 +
5757 drivers/rtc/rtc-dev.c | 3 +
5758 drivers/scsi/bfa/bfa_fcs.c | 19 +-
5759 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
5760 drivers/scsi/bfa/bfa_modules.h | 12 +-
5761 drivers/scsi/hpsa.h | 40 +-
5762 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
5763 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
5764 drivers/tty/serial/uartlite.c | 4 +-
5765 drivers/tty/sysrq.c | 2 +-
5766 drivers/tty/tty_io.c | 4 +
5767 drivers/tty/vt/keyboard.c | 22 +-
5768 drivers/uio/uio.c | 6 +-
5769 drivers/usb/core/hub.c | 5 +
5770 drivers/usb/gadget/function/f_uac1.c | 1 +
5771 drivers/usb/gadget/function/u_uac1.c | 1 +
5772 drivers/usb/host/hwa-hc.c | 9 +-
5773 drivers/usb/usbip/vhci_sysfs.c | 2 +-
5774 drivers/video/fbdev/arcfb.c | 2 +-
5775 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
5776 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
5777 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
5778 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++----
5779 drivers/xen/xenfs/xenstored.c | 5 +
5780 firmware/Makefile | 2 +
5781 firmware/WHENCE | 20 +-
5782 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
5783 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
5784 fs/attr.c | 4 +
5785 fs/autofs4/waitq.c | 9 +
5786 fs/binfmt_aout.c | 7 +
5787 fs/binfmt_elf.c | 40 +-
5788 fs/compat.c | 20 +-
5789 fs/compat_ioctl.c | 253 +-
5790 fs/coredump.c | 17 +-
5791 fs/dcache.c | 3 +
5792 fs/debugfs/inode.c | 11 +-
5793 fs/exec.c | 231 +-
5794 fs/ext2/balloc.c | 4 +-
5795 fs/ext2/super.c | 8 +-
5796 fs/ext4/balloc.c | 4 +-
5797 fs/ext4/extents.c | 2 +-
5798 fs/fcntl.c | 4 +
5799 fs/fhandle.c | 3 +-
5800 fs/file.c | 4 +
5801 fs/filesystems.c | 4 +
5802 fs/fs_struct.c | 20 +-
5803 fs/hugetlbfs/inode.c | 24 +-
5804 fs/inode.c | 8 +-
5805 fs/internal.h | 7 +
5806 fs/ioctl.c | 4 +-
5807 fs/kernfs/dir.c | 6 +
5808 fs/mount.h | 4 +-
5809 fs/namei.c | 283 +-
5810 fs/namespace.c | 24 +
5811 fs/nfsd/nfscache.c | 2 +-
5812 fs/open.c | 38 +
5813 fs/overlayfs/inode.c | 3 +
5814 fs/overlayfs/super.c | 6 +-
5815 fs/pipe.c | 49 +-
5816 fs/posix_acl.c | 15 +-
5817 fs/proc/Kconfig | 10 +-
5818 fs/proc/array.c | 69 +-
5819 fs/proc/base.c | 186 +-
5820 fs/proc/cmdline.c | 4 +
5821 fs/proc/devices.c | 4 +
5822 fs/proc/fd.c | 12 +-
5823 fs/proc/generic.c | 64 +
5824 fs/proc/inode.c | 17 +
5825 fs/proc/internal.h | 11 +-
5826 fs/proc/interrupts.c | 4 +
5827 fs/proc/kcore.c | 3 +
5828 fs/proc/namespaces.c | 4 +-
5829 fs/proc/proc_net.c | 31 +
5830 fs/proc/proc_sysctl.c | 52 +-
5831 fs/proc/root.c | 8 +
5832 fs/proc/stat.c | 69 +-
5833 fs/proc/task_mmu.c | 66 +-
5834 fs/readdir.c | 19 +
5835 fs/reiserfs/item_ops.c | 24 +-
5836 fs/reiserfs/super.c | 4 +
5837 fs/select.c | 2 +
5838 fs/seq_file.c | 30 +-
5839 fs/stat.c | 20 +-
5840 fs/sysfs/dir.c | 30 +-
5841 fs/utimes.c | 7 +
5842 fs/xattr.c | 26 +-
5843 grsecurity/Kconfig | 1203 ++++
5844 grsecurity/Makefile | 54 +
5845 grsecurity/gracl.c | 2757 +++++++++
5846 grsecurity/gracl_alloc.c | 105 +
5847 grsecurity/gracl_cap.c | 127 +
5848 grsecurity/gracl_compat.c | 269 +
5849 grsecurity/gracl_fs.c | 448 ++
5850 grsecurity/gracl_ip.c | 386 ++
5851 grsecurity/gracl_learn.c | 207 +
5852 grsecurity/gracl_policy.c | 1786 ++++++
5853 grsecurity/gracl_res.c | 68 +
5854 grsecurity/gracl_segv.c | 304 +
5855 grsecurity/gracl_shm.c | 40 +
5856 grsecurity/grsec_chdir.c | 19 +
5857 grsecurity/grsec_chroot.c | 467 ++
5858 grsecurity/grsec_disabled.c | 445 ++
5859 grsecurity/grsec_exec.c | 189 +
5860 grsecurity/grsec_fifo.c | 26 +
5861 grsecurity/grsec_fork.c | 23 +
5862 grsecurity/grsec_init.c | 294 +
5863 grsecurity/grsec_ipc.c | 48 +
5864 grsecurity/grsec_link.c | 65 +
5865 grsecurity/grsec_log.c | 340 +
5866 grsecurity/grsec_mem.c | 48 +
5867 grsecurity/grsec_mount.c | 65 +
5868 grsecurity/grsec_pax.c | 47 +
5869 grsecurity/grsec_proc.c | 20 +
5870 grsecurity/grsec_ptrace.c | 30 +
5871 grsecurity/grsec_sig.c | 245 +
5872 grsecurity/grsec_sock.c | 244 +
5873 grsecurity/grsec_sysctl.c | 497 ++
5874 grsecurity/grsec_time.c | 16 +
5875 grsecurity/grsec_tpe.c | 78 +
5876 grsecurity/grsec_tty.c | 18 +
5877 grsecurity/grsec_usb.c | 15 +
5878 grsecurity/grsum.c | 54 +
5879 include/linux/binfmts.h | 5 +-
5880 include/linux/capability.h | 13 +
5881 include/linux/compiler-gcc.h | 5 +
5882 include/linux/compiler.h | 8 +
5883 include/linux/cred.h | 8 +-
5884 include/linux/dcache.h | 5 +-
5885 include/linux/fs.h | 26 +-
5886 include/linux/fs_struct.h | 2 +-
5887 include/linux/fsnotify.h | 6 +
5888 include/linux/gracl.h | 342 ++
5889 include/linux/gracl_compat.h | 156 +
5890 include/linux/gralloc.h | 9 +
5891 include/linux/grdefs.h | 140 +
5892 include/linux/grinternal.h | 231 +
5893 include/linux/grmsg.h | 119 +
5894 include/linux/grsecurity.h | 258 +
5895 include/linux/grsock.h | 19 +
5896 include/linux/ipc.h | 2 +-
5897 include/linux/ipc_namespace.h | 2 +-
5898 include/linux/kallsyms.h | 18 +-
5899 include/linux/key-type.h | 4 +-
5900 include/linux/kmod.h | 5 +
5901 include/linux/kobject.h | 2 +-
5902 include/linux/lsm_hooks.h | 4 +-
5903 include/linux/mm.h | 12 +
5904 include/linux/mm_types.h | 4 +-
5905 include/linux/module.h | 5 +-
5906 include/linux/mount.h | 2 +-
5907 include/linux/msg.h | 2 +-
5908 include/linux/netfilter/xt_gradm.h | 9 +
5909 include/linux/path.h | 4 +-
5910 include/linux/perf_event.h | 13 +-
5911 include/linux/pid_namespace.h | 2 +-
5912 include/linux/pipe_fs_i.h | 4 +
5913 include/linux/poison.h | 2 +-
5914 include/linux/printk.h | 2 +-
5915 include/linux/proc_fs.h | 22 +-
5916 include/linux/proc_ns.h | 2 +-
5917 include/linux/ptrace.h | 24 +-
5918 include/linux/radix-tree.h | 22 +-
5919 include/linux/random.h | 2 +-
5920 include/linux/rbtree_augmented.h | 4 +-
5921 include/linux/scatterlist.h | 12 +-
5922 include/linux/sched.h | 115 +-
5923 include/linux/security.h | 1 +
5924 include/linux/sem.h | 2 +-
5925 include/linux/seq_file.h | 5 +
5926 include/linux/shm.h | 6 +-
5927 include/linux/shmem_fs.h | 5 +-
5928 include/linux/skbuff.h | 3 +
5929 include/linux/slab.h | 9 -
5930 include/linux/sysctl.h | 8 +-
5931 include/linux/thread_info.h | 6 +-
5932 include/linux/tty.h | 2 +-
5933 include/linux/tty_driver.h | 4 +-
5934 include/linux/uidgid.h | 5 +
5935 include/linux/user_namespace.h | 2 +-
5936 include/linux/utsname.h | 2 +-
5937 include/linux/vermagic.h | 16 +-
5938 include/linux/vmalloc.h | 8 +
5939 include/net/af_unix.h | 6 +-
5940 include/net/ip.h | 2 +-
5941 include/net/neighbour.h | 2 +-
5942 include/net/net_namespace.h | 2 +-
5943 include/net/netfilter/nf_conntrack_core.h | 8 +-
5944 include/net/scm.h | 1 +
5945 include/net/sock.h | 2 +-
5946 include/trace/events/fs.h | 53 +
5947 include/uapi/linux/personality.h | 1 +
5948 init/Kconfig | 2 +
5949 init/main.c | 46 +-
5950 ipc/mqueue.c | 1 +
5951 ipc/msg.c | 3 +-
5952 ipc/msgutil.c | 4 +-
5953 ipc/sem.c | 3 +-
5954 ipc/shm.c | 26 +-
5955 ipc/util.c | 6 +
5956 kernel/auditsc.c | 2 +-
5957 kernel/bpf/syscall.c | 10 +-
5958 kernel/capability.c | 41 +-
5959 kernel/cgroup.c | 5 +-
5960 kernel/compat.c | 1 +
5961 kernel/configs.c | 11 +
5962 kernel/cred.c | 112 +-
5963 kernel/events/core.c | 16 +-
5964 kernel/exit.c | 10 +-
5965 kernel/fork.c | 86 +-
5966 kernel/futex.c | 6 +-
5967 kernel/futex_compat.c | 2 +-
5968 kernel/kallsyms.c | 9 +
5969 kernel/kcmp.c | 8 +-
5970 kernel/kexec_core.c | 2 +-
5971 kernel/kmod.c | 96 +-
5972 kernel/kprobes.c | 9 +-
5973 kernel/ksysfs.c | 2 +
5974 kernel/locking/lockdep_proc.c | 10 +-
5975 kernel/module.c | 108 +-
5976 kernel/panic.c | 4 +-
5977 kernel/pid.c | 18 +-
5978 kernel/power/Kconfig | 2 +
5979 kernel/printk/printk.c | 7 +-
5980 kernel/ptrace.c | 89 +-
5981 kernel/resource.c | 10 +
5982 kernel/sched/core.c | 11 +-
5983 kernel/seccomp.c | 22 +-
5984 kernel/signal.c | 37 +-
5985 kernel/sys.c | 64 +-
5986 kernel/sysctl.c | 186 +-
5987 kernel/taskstats.c | 6 +
5988 kernel/time/posix-timers.c | 8 +
5989 kernel/time/time.c | 5 +
5990 kernel/time/timekeeping.c | 3 +
5991 kernel/time/timer_list.c | 13 +-
5992 kernel/time/timer_stats.c | 10 +-
5993 kernel/trace/Kconfig | 2 +
5994 kernel/trace/trace_syscalls.c | 8 +
5995 kernel/user_namespace.c | 15 +
5996 lib/Kconfig.debug | 13 +-
5997 lib/Kconfig.kasan | 2 +-
5998 lib/is_single_threaded.c | 3 +
5999 lib/list_debug.c | 65 +-
6000 lib/nlattr.c | 2 +
6001 lib/radix-tree.c | 12 +-
6002 lib/rbtree.c | 4 +-
6003 lib/vsprintf.c | 39 +-
6004 localversion-grsec | 1 +
6005 mm/Kconfig | 8 +-
6006 mm/Kconfig.debug | 1 +
6007 mm/filemap.c | 1 +
6008 mm/kmemleak.c | 4 +-
6009 mm/memory.c | 2 +-
6010 mm/mempolicy.c | 12 +-
6011 mm/migrate.c | 3 +-
6012 mm/mlock.c | 11 +-
6013 mm/mmap.c | 103 +-
6014 mm/mprotect.c | 8 +
6015 mm/oom_kill.c | 4 +
6016 mm/page_alloc.c | 2 +-
6017 mm/process_vm_access.c | 8 +-
6018 mm/shmem.c | 11 +-
6019 mm/slab.c | 14 +-
6020 mm/slab_common.c | 2 +-
6021 mm/slob.c | 12 +
6022 mm/slub.c | 33 +-
6023 mm/util.c | 3 +
6024 mm/vmalloc.c | 82 +-
6025 mm/vmstat.c | 29 +-
6026 net/appletalk/atalk_proc.c | 2 +-
6027 net/atm/lec.c | 6 +-
6028 net/atm/mpoa_caches.c | 42 +-
6029 net/can/bcm.c | 2 +-
6030 net/can/proc.c | 2 +-
6031 net/core/dev_ioctl.c | 7 +-
6032 net/core/filter.c | 8 +-
6033 net/core/net-procfs.c | 17 +-
6034 net/core/pktgen.c | 2 +-
6035 net/core/scm.c | 7 +
6036 net/core/sock.c | 3 +-
6037 net/core/sysctl_net_core.c | 2 +-
6038 net/decnet/dn_dev.c | 2 +-
6039 net/ipv4/Kconfig | 1 +
6040 net/ipv4/devinet.c | 6 +-
6041 net/ipv4/inet_hashtables.c | 4 +
6042 net/ipv4/ip_input.c | 7 +
6043 net/ipv4/ip_sockglue.c | 3 +-
6044 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
6045 net/ipv4/route.c | 6 +-
6046 net/ipv4/tcp_input.c | 6 +-
6047 net/ipv4/tcp_ipv4.c | 24 +-
6048 net/ipv4/tcp_minisocks.c | 9 +-
6049 net/ipv4/tcp_timer.c | 11 +
6050 net/ipv4/udp.c | 24 +
6051 net/ipv6/Kconfig | 1 +
6052 net/ipv6/addrconf.c | 13 +-
6053 net/ipv6/proc.c | 2 +-
6054 net/ipv6/tcp_ipv6.c | 23 +-
6055 net/ipv6/udp.c | 7 +
6056 net/ipx/ipx_proc.c | 2 +-
6057 net/irda/irproc.c | 2 +-
6058 net/iucv/af_iucv.c | 3 +
6059 net/llc/llc_proc.c | 2 +-
6060 net/netfilter/Kconfig | 10 +
6061 net/netfilter/Makefile | 1 +
6062 net/netfilter/nf_conntrack_core.c | 46 +-
6063 net/netfilter/nf_conntrack_helper.c | 2 +-
6064 net/netfilter/nf_conntrack_netlink.c | 2 +-
6065 net/netfilter/xt_gradm.c | 51 +
6066 net/netfilter/xt_hashlimit.c | 4 +-
6067 net/netfilter/xt_recent.c | 2 +-
6068 net/openvswitch/actions.c | 19 +-
6069 net/sctp/sm_sideeffect.c | 11 +-
6070 net/sctp/sm_statefuns.c | 17 +-
6071 net/socket.c | 75 +-
6072 net/sunrpc/Kconfig | 1 +
6073 net/sunrpc/cache.c | 2 +-
6074 net/sunrpc/stats.c | 2 +-
6075 net/sysctl_net.c | 2 +-
6076 net/unix/af_unix.c | 57 +-
6077 net/unix/garbage.c | 8 +-
6078 net/vmw_vsock/vmci_transport_notify.c | 30 +-
6079 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
6080 net/x25/sysctl_net_x25.c | 2 +-
6081 net/x25/x25_proc.c | 2 +-
6082 scripts/package/Makefile | 2 +-
6083 scripts/package/mkspec | 41 +-
6084 security/Kconfig | 369 +-
6085 security/apparmor/file.c | 4 +-
6086 security/apparmor/lsm.c | 8 +-
6087 security/commoncap.c | 36 +-
6088 security/keys/internal.h | 2 +-
6089 security/min_addr.c | 2 +
6090 security/smack/smack_lsm.c | 8 +-
6091 security/tomoyo/file.c | 12 +-
6092 security/tomoyo/mount.c | 4 +
6093 security/tomoyo/tomoyo.c | 20 +-
6094 security/yama/Kconfig | 2 +-
6095 security/yama/yama_lsm.c | 4 +-
6096 sound/core/timer.c | 4 +-
6097 sound/synth/emux/emux_seq.c | 14 +-
6098 sound/usb/line6/driver.c | 40 +-
6099 sound/usb/line6/toneport.c | 12 +-
6100 tools/gcc/.gitignore | 1 +
6101 tools/gcc/Makefile | 12 +
6102 tools/gcc/gen-random-seed.sh | 8 +
6103 tools/gcc/randomize_layout_plugin.c | 930 +++
6104 tools/gcc/size_overflow_plugin/.gitignore | 1 +
6105 .../size_overflow_plugin/size_overflow_hash.data | 463 +-
6106 513 files changed, 33007 insertions(+), 3251 deletions(-)
6107
6108 commit 6cb4f49b6a55cf16ae82685e1ab9b74c95b2f743
6109 Author: Brad Spengler <spender@grsecurity.net>
6110 Date: Mon Feb 15 10:51:41 2016 -0500
6111
6112 Initial import of pax-linux-4.4.1-test3.patch
6113
6114 Documentation/dontdiff | 46 +-
6115 Documentation/kbuild/makefiles.txt | 39 +-
6116 Documentation/kernel-parameters.txt | 28 +
6117 Makefile | 119 +-
6118 arch/alpha/include/asm/atomic.h | 10 +
6119 arch/alpha/include/asm/elf.h | 7 +
6120 arch/alpha/include/asm/pgalloc.h | 6 +
6121 arch/alpha/include/asm/pgtable.h | 11 +
6122 arch/alpha/kernel/module.c | 2 +-
6123 arch/alpha/kernel/osf_sys.c | 8 +-
6124 arch/alpha/mm/fault.c | 141 +-
6125 arch/arm/Kconfig | 3 +-
6126 arch/arm/include/asm/atomic.h | 323 +-
6127 arch/arm/include/asm/cache.h | 5 +-
6128 arch/arm/include/asm/cacheflush.h | 2 +-
6129 arch/arm/include/asm/checksum.h | 14 +-
6130 arch/arm/include/asm/cmpxchg.h | 4 +
6131 arch/arm/include/asm/cpuidle.h | 2 +-
6132 arch/arm/include/asm/domain.h | 42 +-
6133 arch/arm/include/asm/elf.h | 9 +-
6134 arch/arm/include/asm/fncpy.h | 2 +
6135 arch/arm/include/asm/futex.h | 1 +
6136 arch/arm/include/asm/kmap_types.h | 2 +-
6137 arch/arm/include/asm/mach/dma.h | 2 +-
6138 arch/arm/include/asm/mach/map.h | 16 +-
6139 arch/arm/include/asm/outercache.h | 2 +-
6140 arch/arm/include/asm/page.h | 3 +-
6141 arch/arm/include/asm/pgalloc.h | 20 +
6142 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
6143 arch/arm/include/asm/pgtable-2level.h | 3 +
6144 arch/arm/include/asm/pgtable-3level.h | 3 +
6145 arch/arm/include/asm/pgtable.h | 54 +-
6146 arch/arm/include/asm/smp.h | 2 +-
6147 arch/arm/include/asm/thread_info.h | 3 +
6148 arch/arm/include/asm/tls.h | 3 +
6149 arch/arm/include/asm/uaccess.h | 113 +-
6150 arch/arm/include/uapi/asm/ptrace.h | 2 +-
6151 arch/arm/kernel/armksyms.c | 2 +-
6152 arch/arm/kernel/cpuidle.c | 2 +-
6153 arch/arm/kernel/entry-armv.S | 109 +-
6154 arch/arm/kernel/entry-common.S | 40 +-
6155 arch/arm/kernel/entry-header.S | 55 +
6156 arch/arm/kernel/fiq.c | 3 +
6157 arch/arm/kernel/module-plts.c | 7 +-
6158 arch/arm/kernel/module.c | 38 +-
6159 arch/arm/kernel/patch.c | 2 +
6160 arch/arm/kernel/process.c | 92 +-
6161 arch/arm/kernel/reboot.c | 1 +
6162 arch/arm/kernel/setup.c | 20 +-
6163 arch/arm/kernel/signal.c | 35 +-
6164 arch/arm/kernel/smp.c | 2 +-
6165 arch/arm/kernel/tcm.c | 4 +-
6166 arch/arm/kernel/vmlinux.lds.S | 6 +-
6167 arch/arm/kvm/arm.c | 8 +-
6168 arch/arm/lib/copy_page.S | 1 +
6169 arch/arm/lib/csumpartialcopyuser.S | 4 +-
6170 arch/arm/lib/delay.c | 2 +-
6171 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
6172 arch/arm/mach-exynos/suspend.c | 6 +-
6173 arch/arm/mach-mvebu/coherency.c | 4 +-
6174 arch/arm/mach-omap2/board-n8x0.c | 2 +-
6175 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
6176 arch/arm/mach-omap2/omap-smp.c | 1 +
6177 arch/arm/mach-omap2/omap_device.c | 4 +-
6178 arch/arm/mach-omap2/omap_device.h | 4 +-
6179 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
6180 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
6181 arch/arm/mach-omap2/wd_timer.c | 6 +-
6182 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
6183 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
6184 arch/arm/mach-tegra/irq.c | 1 +
6185 arch/arm/mach-ux500/pm.c | 1 +
6186 arch/arm/mach-zynq/platsmp.c | 1 +
6187 arch/arm/mm/Kconfig | 6 +-
6188 arch/arm/mm/cache-l2x0.c | 2 +-
6189 arch/arm/mm/context.c | 10 +-
6190 arch/arm/mm/fault.c | 146 +
6191 arch/arm/mm/fault.h | 12 +
6192 arch/arm/mm/init.c | 39 +
6193 arch/arm/mm/ioremap.c | 4 +-
6194 arch/arm/mm/mmap.c | 30 +-
6195 arch/arm/mm/mmu.c | 162 +-
6196 arch/arm/net/bpf_jit_32.c | 3 +
6197 arch/arm/plat-iop/setup.c | 2 +-
6198 arch/arm/plat-omap/sram.c | 2 +
6199 arch/arm64/include/asm/atomic.h | 10 +
6200 arch/arm64/include/asm/percpu.h | 8 +-
6201 arch/arm64/include/asm/pgalloc.h | 5 +
6202 arch/arm64/include/asm/uaccess.h | 1 +
6203 arch/arm64/mm/dma-mapping.c | 2 +-
6204 arch/avr32/include/asm/elf.h | 8 +-
6205 arch/avr32/include/asm/kmap_types.h | 4 +-
6206 arch/avr32/mm/fault.c | 27 +
6207 arch/frv/include/asm/atomic.h | 10 +
6208 arch/frv/include/asm/kmap_types.h | 2 +-
6209 arch/frv/mm/elf-fdpic.c | 3 +-
6210 arch/ia64/Makefile | 1 +
6211 arch/ia64/include/asm/atomic.h | 10 +
6212 arch/ia64/include/asm/elf.h | 7 +
6213 arch/ia64/include/asm/pgalloc.h | 12 +
6214 arch/ia64/include/asm/pgtable.h | 13 +-
6215 arch/ia64/include/asm/spinlock.h | 2 +-
6216 arch/ia64/include/asm/uaccess.h | 27 +-
6217 arch/ia64/kernel/module.c | 45 +-
6218 arch/ia64/kernel/palinfo.c | 2 +-
6219 arch/ia64/kernel/sys_ia64.c | 7 +
6220 arch/ia64/kernel/vmlinux.lds.S | 2 +-
6221 arch/ia64/mm/fault.c | 32 +-
6222 arch/ia64/mm/init.c | 15 +-
6223 arch/m32r/lib/usercopy.c | 6 +
6224 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
6225 arch/mips/include/asm/atomic.h | 368 +-
6226 arch/mips/include/asm/elf.h | 7 +
6227 arch/mips/include/asm/exec.h | 2 +-
6228 arch/mips/include/asm/hw_irq.h | 2 +-
6229 arch/mips/include/asm/local.h | 57 +
6230 arch/mips/include/asm/page.h | 2 +-
6231 arch/mips/include/asm/pgalloc.h | 5 +
6232 arch/mips/include/asm/pgtable.h | 3 +
6233 arch/mips/include/asm/uaccess.h | 1 +
6234 arch/mips/kernel/binfmt_elfn32.c | 7 +
6235 arch/mips/kernel/binfmt_elfo32.c | 7 +
6236 arch/mips/kernel/irq-gt641xx.c | 2 +-
6237 arch/mips/kernel/irq.c | 6 +-
6238 arch/mips/kernel/pm-cps.c | 2 +-
6239 arch/mips/kernel/process.c | 12 -
6240 arch/mips/kernel/sync-r4k.c | 24 +-
6241 arch/mips/kernel/traps.c | 13 +-
6242 arch/mips/mm/fault.c | 25 +
6243 arch/mips/mm/mmap.c | 51 +-
6244 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
6245 arch/mips/sni/rm200.c | 2 +-
6246 arch/mips/vr41xx/common/icu.c | 2 +-
6247 arch/mips/vr41xx/common/irq.c | 4 +-
6248 arch/parisc/include/asm/atomic.h | 10 +
6249 arch/parisc/include/asm/elf.h | 7 +
6250 arch/parisc/include/asm/pgalloc.h | 6 +
6251 arch/parisc/include/asm/pgtable.h | 11 +
6252 arch/parisc/include/asm/uaccess.h | 4 +-
6253 arch/parisc/kernel/module.c | 50 +-
6254 arch/parisc/kernel/sys_parisc.c | 15 +
6255 arch/parisc/kernel/traps.c | 4 +-
6256 arch/parisc/mm/fault.c | 140 +-
6257 arch/powerpc/include/asm/atomic.h | 329 +-
6258 arch/powerpc/include/asm/elf.h | 12 +
6259 arch/powerpc/include/asm/exec.h | 2 +-
6260 arch/powerpc/include/asm/kmap_types.h | 2 +-
6261 arch/powerpc/include/asm/local.h | 46 +
6262 arch/powerpc/include/asm/mman.h | 2 +-
6263 arch/powerpc/include/asm/page.h | 8 +-
6264 arch/powerpc/include/asm/page_64.h | 7 +-
6265 arch/powerpc/include/asm/pgalloc-64.h | 7 +
6266 arch/powerpc/include/asm/pgtable.h | 1 +
6267 arch/powerpc/include/asm/pte-hash32.h | 1 +
6268 arch/powerpc/include/asm/reg.h | 1 +
6269 arch/powerpc/include/asm/smp.h | 2 +-
6270 arch/powerpc/include/asm/spinlock.h | 42 +-
6271 arch/powerpc/include/asm/uaccess.h | 141 +-
6272 arch/powerpc/kernel/Makefile | 5 +
6273 arch/powerpc/kernel/exceptions-64e.S | 4 +-
6274 arch/powerpc/kernel/exceptions-64s.S | 2 +-
6275 arch/powerpc/kernel/module_32.c | 15 +-
6276 arch/powerpc/kernel/process.c | 46 -
6277 arch/powerpc/kernel/signal_32.c | 2 +-
6278 arch/powerpc/kernel/signal_64.c | 2 +-
6279 arch/powerpc/kernel/traps.c | 21 +
6280 arch/powerpc/kernel/vdso.c | 5 +-
6281 arch/powerpc/lib/usercopy_64.c | 18 -
6282 arch/powerpc/mm/fault.c | 56 +-
6283 arch/powerpc/mm/mmap.c | 16 +
6284 arch/powerpc/mm/slice.c | 13 +-
6285 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
6286 arch/s390/include/asm/atomic.h | 10 +
6287 arch/s390/include/asm/elf.h | 7 +
6288 arch/s390/include/asm/exec.h | 2 +-
6289 arch/s390/include/asm/uaccess.h | 13 +-
6290 arch/s390/kernel/module.c | 22 +-
6291 arch/s390/kernel/process.c | 20 -
6292 arch/s390/mm/mmap.c | 16 +
6293 arch/score/include/asm/exec.h | 2 +-
6294 arch/score/kernel/process.c | 5 -
6295 arch/sh/mm/mmap.c | 22 +-
6296 arch/sparc/include/asm/atomic_64.h | 110 +-
6297 arch/sparc/include/asm/cache.h | 2 +-
6298 arch/sparc/include/asm/elf_32.h | 7 +
6299 arch/sparc/include/asm/elf_64.h | 7 +
6300 arch/sparc/include/asm/pgalloc_32.h | 1 +
6301 arch/sparc/include/asm/pgalloc_64.h | 1 +
6302 arch/sparc/include/asm/pgtable.h | 4 +
6303 arch/sparc/include/asm/pgtable_32.h | 15 +-
6304 arch/sparc/include/asm/pgtsrmmu.h | 5 +
6305 arch/sparc/include/asm/setup.h | 4 +-
6306 arch/sparc/include/asm/spinlock_64.h | 35 +-
6307 arch/sparc/include/asm/thread_info_32.h | 1 +
6308 arch/sparc/include/asm/thread_info_64.h | 2 +
6309 arch/sparc/include/asm/uaccess.h | 1 +
6310 arch/sparc/include/asm/uaccess_32.h | 28 +-
6311 arch/sparc/include/asm/uaccess_64.h | 24 +-
6312 arch/sparc/kernel/Makefile | 2 +-
6313 arch/sparc/kernel/prom_common.c | 2 +-
6314 arch/sparc/kernel/smp_64.c | 8 +-
6315 arch/sparc/kernel/sys_sparc_32.c | 2 +-
6316 arch/sparc/kernel/sys_sparc_64.c | 52 +-
6317 arch/sparc/kernel/traps_64.c | 27 +-
6318 arch/sparc/lib/Makefile | 2 +-
6319 arch/sparc/lib/atomic_64.S | 57 +-
6320 arch/sparc/lib/ksyms.c | 6 +-
6321 arch/sparc/mm/Makefile | 2 +-
6322 arch/sparc/mm/fault_32.c | 292 +
6323 arch/sparc/mm/fault_64.c | 486 +
6324 arch/sparc/mm/hugetlbpage.c | 22 +-
6325 arch/sparc/mm/init_64.c | 10 +-
6326 arch/tile/include/asm/atomic_64.h | 10 +
6327 arch/tile/include/asm/uaccess.h | 4 +-
6328 arch/um/Makefile | 4 +
6329 arch/um/include/asm/kmap_types.h | 2 +-
6330 arch/um/include/asm/page.h | 3 +
6331 arch/um/include/asm/pgtable-3level.h | 1 +
6332 arch/um/kernel/process.c | 16 -
6333 arch/x86/Kconfig | 26 +-
6334 arch/x86/Kconfig.cpu | 6 +-
6335 arch/x86/Kconfig.debug | 4 +-
6336 arch/x86/Makefile | 13 +-
6337 arch/x86/boot/Makefile | 3 +
6338 arch/x86/boot/bitops.h | 4 +-
6339 arch/x86/boot/boot.h | 2 +-
6340 arch/x86/boot/compressed/Makefile | 3 +
6341 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
6342 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
6343 arch/x86/boot/compressed/head_32.S | 4 +-
6344 arch/x86/boot/compressed/head_64.S | 12 +-
6345 arch/x86/boot/compressed/misc.c | 11 +-
6346 arch/x86/boot/cpucheck.c | 16 +-
6347 arch/x86/boot/header.S | 6 +-
6348 arch/x86/boot/memory.c | 2 +-
6349 arch/x86/boot/video-vesa.c | 1 +
6350 arch/x86/boot/video.c | 2 +-
6351 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
6352 arch/x86/crypto/aesni-intel_asm.S | 106 +-
6353 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
6354 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
6355 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
6356 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
6357 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
6358 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
6359 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 2 +
6360 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
6361 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
6362 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
6363 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
6364 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
6365 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
6366 arch/x86/crypto/sha256-avx-asm.S | 2 +
6367 arch/x86/crypto/sha256-avx2-asm.S | 2 +
6368 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
6369 arch/x86/crypto/sha512-avx-asm.S | 2 +
6370 arch/x86/crypto/sha512-avx2-asm.S | 2 +
6371 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
6372 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
6373 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
6374 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
6375 arch/x86/entry/calling.h | 86 +-
6376 arch/x86/entry/common.c | 28 +-
6377 arch/x86/entry/entry_32.S | 311 +-
6378 arch/x86/entry/entry_64.S | 625 +-
6379 arch/x86/entry/entry_64_compat.S | 67 +-
6380 arch/x86/entry/thunk_64.S | 2 +
6381 arch/x86/entry/vdso/Makefile | 2 +-
6382 arch/x86/entry/vdso/vdso2c.h | 8 +-
6383 arch/x86/entry/vdso/vma.c | 37 +-
6384 arch/x86/entry/vsyscall/vsyscall_64.c | 20 +-
6385 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
6386 arch/x86/ia32/ia32_signal.c | 23 +-
6387 arch/x86/ia32/sys_ia32.c | 42 +-
6388 arch/x86/include/asm/alternative-asm.h | 43 +-
6389 arch/x86/include/asm/alternative.h | 4 +-
6390 arch/x86/include/asm/apic.h | 2 +-
6391 arch/x86/include/asm/apm.h | 4 +-
6392 arch/x86/include/asm/atomic.h | 230 +-
6393 arch/x86/include/asm/atomic64_32.h | 100 +
6394 arch/x86/include/asm/atomic64_64.h | 164 +-
6395 arch/x86/include/asm/bitops.h | 18 +-
6396 arch/x86/include/asm/boot.h | 2 +-
6397 arch/x86/include/asm/cache.h | 5 +-
6398 arch/x86/include/asm/checksum_32.h | 12 +-
6399 arch/x86/include/asm/cmpxchg.h | 39 +
6400 arch/x86/include/asm/compat.h | 4 +
6401 arch/x86/include/asm/cpufeature.h | 17 +-
6402 arch/x86/include/asm/desc.h | 78 +-
6403 arch/x86/include/asm/desc_defs.h | 6 +
6404 arch/x86/include/asm/div64.h | 2 +-
6405 arch/x86/include/asm/dma.h | 2 +
6406 arch/x86/include/asm/elf.h | 33 +-
6407 arch/x86/include/asm/emergency-restart.h | 2 +-
6408 arch/x86/include/asm/fpu/internal.h | 42 +-
6409 arch/x86/include/asm/fpu/types.h | 5 +-
6410 arch/x86/include/asm/futex.h | 14 +-
6411 arch/x86/include/asm/hw_irq.h | 4 +-
6412 arch/x86/include/asm/i8259.h | 2 +-
6413 arch/x86/include/asm/io.h | 22 +-
6414 arch/x86/include/asm/irqflags.h | 5 +
6415 arch/x86/include/asm/kprobes.h | 9 +-
6416 arch/x86/include/asm/local.h | 106 +-
6417 arch/x86/include/asm/mman.h | 15 +
6418 arch/x86/include/asm/mmu.h | 14 +-
6419 arch/x86/include/asm/mmu_context.h | 133 +-
6420 arch/x86/include/asm/module.h | 17 +-
6421 arch/x86/include/asm/nmi.h | 19 +-
6422 arch/x86/include/asm/page.h | 1 +
6423 arch/x86/include/asm/page_32.h | 12 +-
6424 arch/x86/include/asm/page_64.h | 14 +-
6425 arch/x86/include/asm/paravirt.h | 46 +-
6426 arch/x86/include/asm/paravirt_types.h | 15 +-
6427 arch/x86/include/asm/pgalloc.h | 23 +
6428 arch/x86/include/asm/pgtable-2level.h | 2 +
6429 arch/x86/include/asm/pgtable-3level.h | 7 +
6430 arch/x86/include/asm/pgtable.h | 126 +-
6431 arch/x86/include/asm/pgtable_32.h | 14 +-
6432 arch/x86/include/asm/pgtable_32_types.h | 24 +-
6433 arch/x86/include/asm/pgtable_64.h | 23 +-
6434 arch/x86/include/asm/pgtable_64_types.h | 5 +
6435 arch/x86/include/asm/pgtable_types.h | 26 +-
6436 arch/x86/include/asm/pmem.h | 2 +-
6437 arch/x86/include/asm/preempt.h | 2 +-
6438 arch/x86/include/asm/processor.h | 57 +-
6439 arch/x86/include/asm/ptrace.h | 15 +-
6440 arch/x86/include/asm/realmode.h | 4 +-
6441 arch/x86/include/asm/reboot.h | 10 +-
6442 arch/x86/include/asm/rmwcc.h | 84 +-
6443 arch/x86/include/asm/rwsem.h | 60 +-
6444 arch/x86/include/asm/segment.h | 27 +-
6445 arch/x86/include/asm/smap.h | 43 +
6446 arch/x86/include/asm/smp.h | 14 +-
6447 arch/x86/include/asm/stackprotector.h | 4 +-
6448 arch/x86/include/asm/stacktrace.h | 34 +-
6449 arch/x86/include/asm/switch_to.h | 4 +-
6450 arch/x86/include/asm/sys_ia32.h | 6 +-
6451 arch/x86/include/asm/thread_info.h | 27 +-
6452 arch/x86/include/asm/tlbflush.h | 77 +-
6453 arch/x86/include/asm/uaccess.h | 210 +-
6454 arch/x86/include/asm/uaccess_32.h | 28 +-
6455 arch/x86/include/asm/uaccess_64.h | 169 +-
6456 arch/x86/include/asm/word-at-a-time.h | 2 +-
6457 arch/x86/include/asm/x86_init.h | 10 +-
6458 arch/x86/include/asm/xen/page.h | 2 +-
6459 arch/x86/include/uapi/asm/e820.h | 2 +-
6460 arch/x86/kernel/Makefile | 2 +-
6461 arch/x86/kernel/acpi/boot.c | 4 +-
6462 arch/x86/kernel/acpi/sleep.c | 4 +
6463 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
6464 arch/x86/kernel/alternative.c | 124 +-
6465 arch/x86/kernel/apic/apic.c | 4 +-
6466 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
6467 arch/x86/kernel/apic/apic_noop.c | 2 +-
6468 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
6469 arch/x86/kernel/apic/io_apic.c | 8 +-
6470 arch/x86/kernel/apic/msi.c | 2 +-
6471 arch/x86/kernel/apic/probe_32.c | 4 +-
6472 arch/x86/kernel/apic/vector.c | 2 +
6473 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
6474 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
6475 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
6476 arch/x86/kernel/apm_32.c | 21 +-
6477 arch/x86/kernel/asm-offsets.c | 20 +
6478 arch/x86/kernel/asm-offsets_64.c | 1 +
6479 arch/x86/kernel/cpu/Makefile | 4 -
6480 arch/x86/kernel/cpu/amd.c | 2 +-
6481 arch/x86/kernel/cpu/bugs_64.c | 2 +
6482 arch/x86/kernel/cpu/common.c | 202 +-
6483 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
6484 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
6485 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
6486 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
6487 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
6488 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
6489 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
6490 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
6491 arch/x86/kernel/cpu/perf_event.c | 10 +-
6492 arch/x86/kernel/cpu/perf_event.h | 2 +-
6493 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
6494 arch/x86/kernel/cpu/perf_event_intel.c | 34 +-
6495 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
6496 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
6497 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
6498 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
6499 arch/x86/kernel/cpu/perf_event_intel_pt.c | 42 +-
6500 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
6501 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
6502 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
6503 arch/x86/kernel/crash_dump_64.c | 2 +-
6504 arch/x86/kernel/doublefault.c | 8 +-
6505 arch/x86/kernel/dumpstack.c | 24 +-
6506 arch/x86/kernel/dumpstack_32.c | 25 +-
6507 arch/x86/kernel/dumpstack_64.c | 62 +-
6508 arch/x86/kernel/e820.c | 4 +-
6509 arch/x86/kernel/early_printk.c | 1 +
6510 arch/x86/kernel/espfix_64.c | 44 +-
6511 arch/x86/kernel/fpu/core.c | 24 +-
6512 arch/x86/kernel/fpu/init.c | 40 +-
6513 arch/x86/kernel/fpu/regset.c | 22 +-
6514 arch/x86/kernel/fpu/signal.c | 20 +-
6515 arch/x86/kernel/fpu/xstate.c | 6 +-
6516 arch/x86/kernel/ftrace.c | 18 +-
6517 arch/x86/kernel/head64.c | 14 +-
6518 arch/x86/kernel/head_32.S | 235 +-
6519 arch/x86/kernel/head_64.S | 173 +-
6520 arch/x86/kernel/i386_ksyms_32.c | 12 +
6521 arch/x86/kernel/i8259.c | 10 +-
6522 arch/x86/kernel/io_delay.c | 2 +-
6523 arch/x86/kernel/ioport.c | 2 +-
6524 arch/x86/kernel/irq.c | 8 +-
6525 arch/x86/kernel/irq_32.c | 45 +-
6526 arch/x86/kernel/jump_label.c | 10 +-
6527 arch/x86/kernel/kgdb.c | 21 +-
6528 arch/x86/kernel/kprobes/core.c | 28 +-
6529 arch/x86/kernel/kprobes/opt.c | 16 +-
6530 arch/x86/kernel/ksysfs.c | 2 +-
6531 arch/x86/kernel/kvmclock.c | 20 +-
6532 arch/x86/kernel/ldt.c | 25 +
6533 arch/x86/kernel/livepatch.c | 11 +-
6534 arch/x86/kernel/machine_kexec_32.c | 6 +-
6535 arch/x86/kernel/mcount_64.S | 19 +-
6536 arch/x86/kernel/module.c | 78 +-
6537 arch/x86/kernel/msr.c | 2 +-
6538 arch/x86/kernel/nmi.c | 34 +-
6539 arch/x86/kernel/nmi_selftest.c | 4 +-
6540 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
6541 arch/x86/kernel/paravirt.c | 45 +-
6542 arch/x86/kernel/paravirt_patch_64.c | 8 +
6543 arch/x86/kernel/pci-calgary_64.c | 2 +-
6544 arch/x86/kernel/pci-iommu_table.c | 2 +-
6545 arch/x86/kernel/pci-swiotlb.c | 2 +-
6546 arch/x86/kernel/process.c | 80 +-
6547 arch/x86/kernel/process_32.c | 29 +-
6548 arch/x86/kernel/process_64.c | 14 +-
6549 arch/x86/kernel/ptrace.c | 20 +-
6550 arch/x86/kernel/pvclock.c | 8 +-
6551 arch/x86/kernel/reboot.c | 44 +-
6552 arch/x86/kernel/reboot_fixups_32.c | 2 +-
6553 arch/x86/kernel/relocate_kernel_64.S | 3 +-
6554 arch/x86/kernel/setup.c | 29 +-
6555 arch/x86/kernel/setup_percpu.c | 29 +-
6556 arch/x86/kernel/signal.c | 17 +-
6557 arch/x86/kernel/smp.c | 2 +-
6558 arch/x86/kernel/smpboot.c | 29 +-
6559 arch/x86/kernel/step.c | 6 +-
6560 arch/x86/kernel/sys_i386_32.c | 184 +
6561 arch/x86/kernel/sys_x86_64.c | 22 +-
6562 arch/x86/kernel/tboot.c | 22 +-
6563 arch/x86/kernel/time.c | 8 +-
6564 arch/x86/kernel/tls.c | 7 +-
6565 arch/x86/kernel/tracepoint.c | 4 +-
6566 arch/x86/kernel/traps.c | 53 +-
6567 arch/x86/kernel/tsc.c | 2 +-
6568 arch/x86/kernel/uprobes.c | 4 +-
6569 arch/x86/kernel/vm86_32.c | 6 +-
6570 arch/x86/kernel/vmlinux.lds.S | 153 +-
6571 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
6572 arch/x86/kernel/x86_init.c | 6 +-
6573 arch/x86/kvm/cpuid.c | 21 +-
6574 arch/x86/kvm/emulate.c | 6 +-
6575 arch/x86/kvm/i8259.c | 10 +-
6576 arch/x86/kvm/ioapic.c | 2 +
6577 arch/x86/kvm/lapic.c | 2 +-
6578 arch/x86/kvm/paging_tmpl.h | 2 +-
6579 arch/x86/kvm/svm.c | 10 +-
6580 arch/x86/kvm/vmx.c | 62 +-
6581 arch/x86/kvm/x86.c | 44 +-
6582 arch/x86/lguest/boot.c | 3 +-
6583 arch/x86/lib/atomic64_386_32.S | 164 +
6584 arch/x86/lib/atomic64_cx8_32.S | 98 +-
6585 arch/x86/lib/checksum_32.S | 99 +-
6586 arch/x86/lib/clear_page_64.S | 3 +
6587 arch/x86/lib/cmpxchg16b_emu.S | 3 +
6588 arch/x86/lib/copy_page_64.S | 14 +-
6589 arch/x86/lib/copy_user_64.S | 66 +-
6590 arch/x86/lib/csum-copy_64.S | 14 +-
6591 arch/x86/lib/csum-wrappers_64.c | 8 +-
6592 arch/x86/lib/getuser.S | 74 +-
6593 arch/x86/lib/insn.c | 8 +-
6594 arch/x86/lib/iomap_copy_64.S | 2 +
6595 arch/x86/lib/memcpy_64.S | 6 +
6596 arch/x86/lib/memmove_64.S | 3 +-
6597 arch/x86/lib/memset_64.S | 3 +
6598 arch/x86/lib/mmx_32.c | 243 +-
6599 arch/x86/lib/msr-reg.S | 2 +
6600 arch/x86/lib/putuser.S | 87 +-
6601 arch/x86/lib/rwsem.S | 6 +-
6602 arch/x86/lib/usercopy_32.c | 359 +-
6603 arch/x86/lib/usercopy_64.c | 22 +-
6604 arch/x86/math-emu/fpu_aux.c | 2 +-
6605 arch/x86/math-emu/fpu_entry.c | 4 +-
6606 arch/x86/math-emu/fpu_system.h | 2 +-
6607 arch/x86/mm/Makefile | 4 +
6608 arch/x86/mm/extable.c | 26 +-
6609 arch/x86/mm/fault.c | 570 +-
6610 arch/x86/mm/gup.c | 6 +-
6611 arch/x86/mm/highmem_32.c | 6 +
6612 arch/x86/mm/hugetlbpage.c | 24 +-
6613 arch/x86/mm/init.c | 111 +-
6614 arch/x86/mm/init_32.c | 111 +-
6615 arch/x86/mm/init_64.c | 46 +-
6616 arch/x86/mm/iomap_32.c | 4 +
6617 arch/x86/mm/ioremap.c | 52 +-
6618 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
6619 arch/x86/mm/mmap.c | 40 +-
6620 arch/x86/mm/mmio-mod.c | 10 +-
6621 arch/x86/mm/mpx.c | 6 +-
6622 arch/x86/mm/numa.c | 4 +-
6623 arch/x86/mm/pageattr.c | 42 +-
6624 arch/x86/mm/pat.c | 12 +-
6625 arch/x86/mm/pat_rbtree.c | 2 +-
6626 arch/x86/mm/pf_in.c | 10 +-
6627 arch/x86/mm/pgtable.c | 214 +-
6628 arch/x86/mm/pgtable_32.c | 3 +
6629 arch/x86/mm/setup_nx.c | 7 +
6630 arch/x86/mm/tlb.c | 4 +
6631 arch/x86/mm/uderef_64.c | 37 +
6632 arch/x86/net/bpf_jit.S | 11 +
6633 arch/x86/net/bpf_jit_comp.c | 13 +-
6634 arch/x86/oprofile/backtrace.c | 6 +-
6635 arch/x86/oprofile/nmi_int.c | 8 +-
6636 arch/x86/oprofile/op_model_amd.c | 8 +-
6637 arch/x86/oprofile/op_model_ppro.c | 7 +-
6638 arch/x86/oprofile/op_x86_model.h | 2 +-
6639 arch/x86/pci/intel_mid_pci.c | 2 +-
6640 arch/x86/pci/irq.c | 8 +-
6641 arch/x86/pci/pcbios.c | 144 +-
6642 arch/x86/platform/efi/efi_32.c | 24 +
6643 arch/x86/platform/efi/efi_64.c | 26 +-
6644 arch/x86/platform/efi/efi_stub_32.S | 64 +-
6645 arch/x86/platform/efi/efi_stub_64.S | 2 +
6646 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
6647 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
6648 arch/x86/platform/intel-mid/mfld.c | 4 +-
6649 arch/x86/platform/intel-mid/mrfl.c | 2 +-
6650 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
6651 arch/x86/platform/olpc/olpc_dt.c | 2 +-
6652 arch/x86/power/cpu.c | 11 +-
6653 arch/x86/realmode/init.c | 10 +-
6654 arch/x86/realmode/rm/Makefile | 3 +
6655 arch/x86/realmode/rm/header.S | 4 +-
6656 arch/x86/realmode/rm/reboot.S | 4 +
6657 arch/x86/realmode/rm/trampoline_32.S | 12 +-
6658 arch/x86/realmode/rm/trampoline_64.S | 3 +-
6659 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
6660 arch/x86/tools/Makefile | 2 +-
6661 arch/x86/tools/relocs.c | 96 +-
6662 arch/x86/um/mem_32.c | 2 +-
6663 arch/x86/um/tls_32.c | 2 +-
6664 arch/x86/xen/enlighten.c | 50 +-
6665 arch/x86/xen/mmu.c | 19 +-
6666 arch/x86/xen/smp.c | 16 +-
6667 arch/x86/xen/xen-asm_32.S | 2 +-
6668 arch/x86/xen/xen-head.S | 11 +
6669 arch/x86/xen/xen-ops.h | 2 -
6670 block/bio.c | 4 +-
6671 block/blk-cgroup.c | 18 +-
6672 block/blk-iopoll.c | 2 +-
6673 block/blk-map.c | 2 +-
6674 block/blk-softirq.c | 2 +-
6675 block/bsg.c | 12 +-
6676 block/cfq-iosched.c | 4 +-
6677 block/compat_ioctl.c | 4 +-
6678 block/genhd.c | 9 +-
6679 block/partitions/efi.c | 8 +-
6680 block/scsi_ioctl.c | 29 +-
6681 crypto/cryptd.c | 4 +-
6682 crypto/crypto_user.c | 8 +-
6683 crypto/pcrypt.c | 2 +-
6684 crypto/zlib.c | 12 +-
6685 drivers/acpi/acpi_video.c | 2 +-
6686 drivers/acpi/apei/apei-internal.h | 2 +-
6687 drivers/acpi/apei/ghes.c | 10 +-
6688 drivers/acpi/bgrt.c | 6 +-
6689 drivers/acpi/blacklist.c | 4 +-
6690 drivers/acpi/bus.c | 4 +-
6691 drivers/acpi/device_pm.c | 4 +-
6692 drivers/acpi/ec.c | 2 +-
6693 drivers/acpi/pci_slot.c | 2 +-
6694 drivers/acpi/processor_idle.c | 2 +-
6695 drivers/acpi/processor_pdc.c | 2 +-
6696 drivers/acpi/sleep.c | 2 +-
6697 drivers/acpi/sysfs.c | 4 +-
6698 drivers/acpi/thermal.c | 2 +-
6699 drivers/acpi/video_detect.c | 7 +-
6700 drivers/ata/libata-core.c | 12 +-
6701 drivers/ata/libata-scsi.c | 2 +-
6702 drivers/ata/libata.h | 2 +-
6703 drivers/ata/pata_arasan_cf.c | 4 +-
6704 drivers/atm/adummy.c | 2 +-
6705 drivers/atm/ambassador.c | 8 +-
6706 drivers/atm/atmtcp.c | 14 +-
6707 drivers/atm/eni.c | 10 +-
6708 drivers/atm/firestream.c | 8 +-
6709 drivers/atm/fore200e.c | 14 +-
6710 drivers/atm/he.c | 18 +-
6711 drivers/atm/horizon.c | 4 +-
6712 drivers/atm/idt77252.c | 36 +-
6713 drivers/atm/iphase.c | 34 +-
6714 drivers/atm/lanai.c | 12 +-
6715 drivers/atm/nicstar.c | 46 +-
6716 drivers/atm/solos-pci.c | 4 +-
6717 drivers/atm/suni.c | 4 +-
6718 drivers/atm/uPD98402.c | 16 +-
6719 drivers/atm/zatm.c | 6 +-
6720 drivers/base/bus.c | 4 +-
6721 drivers/base/devres.c | 4 +-
6722 drivers/base/devtmpfs.c | 8 +-
6723 drivers/base/node.c | 2 +-
6724 drivers/base/platform-msi.c | 20 +-
6725 drivers/base/power/domain.c | 7 +-
6726 drivers/base/power/runtime.c | 6 +-
6727 drivers/base/power/sysfs.c | 2 +-
6728 drivers/base/power/wakeup.c | 8 +-
6729 drivers/base/regmap/regmap-debugfs.c | 4 +-
6730 drivers/base/regmap/regmap.c | 4 +-
6731 drivers/base/syscore.c | 4 +-
6732 drivers/block/cciss.c | 28 +-
6733 drivers/block/cciss.h | 2 +-
6734 drivers/block/cpqarray.c | 28 +-
6735 drivers/block/cpqarray.h | 2 +-
6736 drivers/block/drbd/drbd_bitmap.c | 2 +-
6737 drivers/block/drbd/drbd_int.h | 8 +-
6738 drivers/block/drbd/drbd_main.c | 12 +-
6739 drivers/block/drbd/drbd_nl.c | 4 +-
6740 drivers/block/drbd/drbd_receiver.c | 38 +-
6741 drivers/block/drbd/drbd_worker.c | 14 +-
6742 drivers/block/pktcdvd.c | 4 +-
6743 drivers/block/rbd.c | 2 +-
6744 drivers/bluetooth/btwilink.c | 2 +-
6745 drivers/bus/arm-cci.c | 12 +-
6746 drivers/cdrom/cdrom.c | 11 +-
6747 drivers/cdrom/gdrom.c | 1 -
6748 drivers/char/agp/compat_ioctl.c | 2 +-
6749 drivers/char/agp/frontend.c | 4 +-
6750 drivers/char/agp/intel-gtt.c | 4 +-
6751 drivers/char/hpet.c | 2 +-
6752 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
6753 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
6754 drivers/char/ipmi/ipmi_ssif.c | 12 +-
6755 drivers/char/mem.c | 47 +-
6756 drivers/char/nvram.c | 2 +-
6757 drivers/char/pcmcia/synclink_cs.c | 16 +-
6758 drivers/char/random.c | 12 +-
6759 drivers/char/sonypi.c | 11 +-
6760 drivers/char/tpm/tpm_acpi.c | 3 +-
6761 drivers/char/tpm/tpm_eventlog.c | 5 +-
6762 drivers/char/virtio_console.c | 6 +-
6763 drivers/clk/clk-composite.c | 2 +-
6764 drivers/clk/samsung/clk.h | 2 +-
6765 drivers/clk/socfpga/clk-gate.c | 9 +-
6766 drivers/clk/socfpga/clk-pll.c | 9 +-
6767 drivers/clk/ti/clk.c | 8 +-
6768 drivers/cpufreq/acpi-cpufreq.c | 17 +-
6769 drivers/cpufreq/cpufreq-dt.c | 4 +-
6770 drivers/cpufreq/cpufreq.c | 30 +-
6771 drivers/cpufreq/cpufreq_governor.c | 2 +-
6772 drivers/cpufreq/cpufreq_governor.h | 4 +-
6773 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
6774 drivers/cpufreq/intel_pstate.c | 38 +-
6775 drivers/cpufreq/p4-clockmod.c | 12 +-
6776 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
6777 drivers/cpufreq/speedstep-centrino.c | 7 +-
6778 drivers/cpuidle/driver.c | 2 +-
6779 drivers/cpuidle/dt_idle_states.c | 2 +-
6780 drivers/cpuidle/governor.c | 2 +-
6781 drivers/cpuidle/sysfs.c | 2 +-
6782 drivers/crypto/hifn_795x.c | 4 +-
6783 drivers/devfreq/devfreq.c | 4 +-
6784 drivers/dma/sh/shdma-base.c | 4 +-
6785 drivers/dma/sh/shdmac.c | 2 +-
6786 drivers/edac/edac_device.c | 4 +-
6787 drivers/edac/edac_mc_sysfs.c | 2 +-
6788 drivers/edac/edac_pci.c | 4 +-
6789 drivers/edac/edac_pci_sysfs.c | 22 +-
6790 drivers/edac/mce_amd.h | 2 +-
6791 drivers/firewire/core-card.c | 6 +-
6792 drivers/firewire/core-device.c | 2 +-
6793 drivers/firewire/core-transaction.c | 1 +
6794 drivers/firewire/core.h | 1 +
6795 drivers/firmware/dmi-id.c | 2 +-
6796 drivers/firmware/dmi_scan.c | 12 +-
6797 drivers/firmware/efi/cper.c | 8 +-
6798 drivers/firmware/efi/efi.c | 12 +-
6799 drivers/firmware/efi/efivars.c | 2 +-
6800 drivers/firmware/efi/runtime-map.c | 2 +-
6801 drivers/firmware/google/gsmi.c | 2 +-
6802 drivers/firmware/google/memconsole.c | 7 +-
6803 drivers/firmware/memmap.c | 2 +-
6804 drivers/firmware/psci.c | 2 +-
6805 drivers/gpio/gpio-davinci.c | 6 +-
6806 drivers/gpio/gpio-em.c | 2 +-
6807 drivers/gpio/gpio-ich.c | 2 +-
6808 drivers/gpio/gpio-omap.c | 4 +-
6809 drivers/gpio/gpio-rcar.c | 2 +-
6810 drivers/gpio/gpio-vr41xx.c | 2 +-
6811 drivers/gpio/gpiolib.c | 12 +-
6812 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
6813 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
6814 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 18 +-
6815 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
6816 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
6817 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
6818 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
6819 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
6820 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
6821 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
6822 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
6823 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
6824 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
6825 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
6826 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
6827 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
6828 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
6829 drivers/gpu/drm/armada/armada_drv.c | 3 +-
6830 drivers/gpu/drm/drm_crtc.c | 2 +-
6831 drivers/gpu/drm/drm_drv.c | 2 +-
6832 drivers/gpu/drm/drm_fops.c | 12 +-
6833 drivers/gpu/drm/drm_global.c | 14 +-
6834 drivers/gpu/drm/drm_info.c | 13 +-
6835 drivers/gpu/drm/drm_ioc32.c | 13 +-
6836 drivers/gpu/drm/drm_ioctl.c | 2 +-
6837 drivers/gpu/drm/drm_pci.c | 9 +-
6838 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
6839 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
6840 drivers/gpu/drm/gma500/psb_drv.c | 1 -
6841 drivers/gpu/drm/i810/i810_dma.c | 2 +-
6842 drivers/gpu/drm/i810/i810_drv.c | 6 +-
6843 drivers/gpu/drm/i810/i810_drv.h | 6 +-
6844 drivers/gpu/drm/i915/i915_dma.c | 4 +-
6845 drivers/gpu/drm/i915/i915_drv.c | 7 +-
6846 drivers/gpu/drm/i915/i915_drv.h | 2 +-
6847 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
6848 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
6849 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
6850 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
6851 drivers/gpu/drm/i915/i915_irq.c | 88 +-
6852 drivers/gpu/drm/i915/intel_display.c | 26 +-
6853 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
6854 drivers/gpu/drm/mga/mga_drv.c | 5 +-
6855 drivers/gpu/drm/mga/mga_drv.h | 6 +-
6856 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
6857 drivers/gpu/drm/mga/mga_irq.c | 8 +-
6858 drivers/gpu/drm/mga/mga_state.c | 2 +-
6859 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
6860 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 +-
6861 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
6862 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
6863 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
6864 drivers/gpu/drm/omapdrm/Makefile | 2 +-
6865 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
6866 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
6867 drivers/gpu/drm/qxl/qxl_drv.c | 8 +-
6868 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
6869 drivers/gpu/drm/qxl/qxl_ioctl.c | 12 +-
6870 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
6871 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
6872 drivers/gpu/drm/r128/r128_cce.c | 2 +-
6873 drivers/gpu/drm/r128/r128_drv.c | 4 +-
6874 drivers/gpu/drm/r128/r128_drv.h | 6 +-
6875 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
6876 drivers/gpu/drm/r128/r128_irq.c | 4 +-
6877 drivers/gpu/drm/r128/r128_state.c | 6 +-
6878 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
6879 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
6880 drivers/gpu/drm/radeon/radeon_drv.c | 17 +-
6881 drivers/gpu/drm/radeon/radeon_drv.h | 4 +-
6882 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
6883 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
6884 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
6885 drivers/gpu/drm/radeon/radeon_state.c | 6 +-
6886 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
6887 drivers/gpu/drm/savage/savage_bci.c | 2 +-
6888 drivers/gpu/drm/savage/savage_drv.c | 5 +-
6889 drivers/gpu/drm/savage/savage_drv.h | 2 +-
6890 drivers/gpu/drm/sis/sis_drv.c | 5 +-
6891 drivers/gpu/drm/sis/sis_drv.h | 2 +-
6892 drivers/gpu/drm/sis/sis_mm.c | 2 +-
6893 drivers/gpu/drm/tegra/dc.c | 2 +-
6894 drivers/gpu/drm/tegra/dsi.c | 2 +-
6895 drivers/gpu/drm/tegra/hdmi.c | 2 +-
6896 drivers/gpu/drm/tegra/sor.c | 7 +-
6897 drivers/gpu/drm/tilcdc/Makefile | 6 +-
6898 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
6899 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
6900 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
6901 drivers/gpu/drm/udl/udl_fb.c | 1 -
6902 drivers/gpu/drm/via/via_dma.c | 2 +-
6903 drivers/gpu/drm/via/via_drv.c | 5 +-
6904 drivers/gpu/drm/via/via_drv.h | 6 +-
6905 drivers/gpu/drm/via/via_irq.c | 18 +-
6906 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
6907 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
6908 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
6909 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
6910 drivers/gpu/vga/vga_switcheroo.c | 4 +-
6911 drivers/hid/hid-core.c | 4 +-
6912 drivers/hid/hid-sensor-custom.c | 2 +-
6913 drivers/hv/channel.c | 6 +-
6914 drivers/hv/hv.c | 4 +-
6915 drivers/hv/hv_balloon.c | 18 +-
6916 drivers/hv/hyperv_vmbus.h | 2 +-
6917 drivers/hwmon/acpi_power_meter.c | 6 +-
6918 drivers/hwmon/applesmc.c | 2 +-
6919 drivers/hwmon/asus_atk0110.c | 10 +-
6920 drivers/hwmon/coretemp.c | 2 +-
6921 drivers/hwmon/dell-smm-hwmon.c | 2 +-
6922 drivers/hwmon/ibmaem.c | 2 +-
6923 drivers/hwmon/iio_hwmon.c | 2 +-
6924 drivers/hwmon/nct6683.c | 6 +-
6925 drivers/hwmon/nct6775.c | 6 +-
6926 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
6927 drivers/hwmon/sht15.c | 12 +-
6928 drivers/hwmon/via-cputemp.c | 2 +-
6929 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
6930 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
6931 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
6932 drivers/i2c/i2c-dev.c | 2 +-
6933 drivers/ide/ide-cd.c | 2 +-
6934 drivers/ide/ide-disk.c | 2 +-
6935 drivers/iio/industrialio-core.c | 2 +-
6936 drivers/iio/magnetometer/ak8975.c | 2 +-
6937 drivers/infiniband/core/cm.c | 32 +-
6938 drivers/infiniband/core/fmr_pool.c | 20 +-
6939 drivers/infiniband/core/netlink.c | 5 +-
6940 drivers/infiniband/core/uverbs_cmd.c | 3 +
6941 drivers/infiniband/hw/cxgb4/device.c | 6 +-
6942 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
6943 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
6944 drivers/infiniband/hw/mlx4/mad.c | 2 +-
6945 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
6946 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
6947 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
6948 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
6949 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
6950 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
6951 drivers/infiniband/hw/nes/nes.c | 4 +-
6952 drivers/infiniband/hw/nes/nes.h | 40 +-
6953 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
6954 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
6955 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
6956 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
6957 drivers/infiniband/hw/qib/qib.h | 1 +
6958 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
6959 drivers/input/evdev.c | 2 +-
6960 drivers/input/gameport/gameport.c | 4 +-
6961 drivers/input/input.c | 4 +-
6962 drivers/input/joystick/sidewinder.c | 1 +
6963 drivers/input/misc/ims-pcu.c | 4 +-
6964 drivers/input/mouse/psmouse.h | 2 +-
6965 drivers/input/mousedev.c | 2 +-
6966 drivers/input/serio/serio.c | 4 +-
6967 drivers/input/serio/serio_raw.c | 4 +-
6968 drivers/input/touchscreen/htcpen.c | 2 +-
6969 drivers/iommu/arm-smmu-v3.c | 2 +-
6970 drivers/iommu/arm-smmu.c | 43 +-
6971 drivers/iommu/io-pgtable-arm.c | 101 +-
6972 drivers/iommu/io-pgtable.c | 11 +-
6973 drivers/iommu/io-pgtable.h | 19 +-
6974 drivers/iommu/iommu.c | 2 +-
6975 drivers/iommu/ipmmu-vmsa.c | 13 +-
6976 drivers/iommu/irq_remapping.c | 2 +-
6977 drivers/irqchip/irq-gic.c | 2 +-
6978 drivers/irqchip/irq-i8259.c | 2 +-
6979 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
6980 drivers/isdn/capi/capi.c | 10 +-
6981 drivers/isdn/gigaset/interface.c | 8 +-
6982 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
6983 drivers/isdn/hardware/avm/b1.c | 4 +-
6984 drivers/isdn/i4l/isdn_common.c | 2 +
6985 drivers/isdn/i4l/isdn_tty.c | 22 +-
6986 drivers/isdn/icn/icn.c | 2 +-
6987 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
6988 drivers/lguest/core.c | 10 +-
6989 drivers/lguest/page_tables.c | 2 +-
6990 drivers/lguest/x86/core.c | 12 +-
6991 drivers/lguest/x86/switcher_32.S | 27 +-
6992 drivers/md/bcache/alloc.c | 2 +-
6993 drivers/md/bcache/bcache.h | 10 +-
6994 drivers/md/bcache/btree.c | 2 +-
6995 drivers/md/bcache/closure.h | 2 +-
6996 drivers/md/bcache/io.c | 10 +-
6997 drivers/md/bcache/journal.c | 2 +-
6998 drivers/md/bcache/stats.c | 26 +-
6999 drivers/md/bcache/stats.h | 16 +-
7000 drivers/md/bcache/super.c | 2 +-
7001 drivers/md/bcache/sysfs.c | 20 +-
7002 drivers/md/bitmap.c | 2 +-
7003 drivers/md/dm-cache-target.c | 98 +-
7004 drivers/md/dm-ioctl.c | 2 +-
7005 drivers/md/dm-raid.c | 2 +-
7006 drivers/md/dm-raid1.c | 18 +-
7007 drivers/md/dm-stats.c | 6 +-
7008 drivers/md/dm-stripe.c | 10 +-
7009 drivers/md/dm-table.c | 2 +-
7010 drivers/md/dm-thin-metadata.c | 4 +-
7011 drivers/md/dm.c | 28 +-
7012 drivers/md/md.c | 37 +-
7013 drivers/md/md.h | 8 +-
7014 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
7015 drivers/md/persistent-data/dm-space-map.h | 1 +
7016 drivers/md/raid1.c | 8 +-
7017 drivers/md/raid10.c | 20 +-
7018 drivers/md/raid5.c | 26 +-
7019 drivers/media/dvb-core/dvbdev.c | 2 +-
7020 drivers/media/dvb-frontends/af9033.h | 2 +-
7021 drivers/media/dvb-frontends/dib3000.h | 2 +-
7022 drivers/media/dvb-frontends/dib7000p.h | 2 +-
7023 drivers/media/dvb-frontends/dib8000.h | 2 +-
7024 drivers/media/pci/cx88/cx88-video.c | 6 +-
7025 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
7026 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
7027 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
7028 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
7029 drivers/media/pci/tw68/tw68-core.c | 2 +-
7030 drivers/media/pci/zoran/zoran.h | 1 -
7031 drivers/media/pci/zoran/zoran_driver.c | 3 -
7032 drivers/media/platform/omap/omap_vout.c | 11 +-
7033 drivers/media/platform/s5p-tv/mixer.h | 2 +-
7034 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
7035 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
7036 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
7037 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
7038 drivers/media/radio/radio-cadet.c | 2 +
7039 drivers/media/radio/radio-maxiradio.c | 2 +-
7040 drivers/media/radio/radio-shark.c | 2 +-
7041 drivers/media/radio/radio-shark2.c | 2 +-
7042 drivers/media/radio/radio-si476x.c | 2 +-
7043 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
7044 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
7045 drivers/media/v4l2-core/v4l2-device.c | 4 +-
7046 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
7047 drivers/memory/omap-gpmc.c | 21 +-
7048 drivers/message/fusion/mptsas.c | 34 +-
7049 drivers/mfd/ab8500-debugfs.c | 2 +-
7050 drivers/mfd/kempld-core.c | 2 +-
7051 drivers/mfd/max8925-i2c.c | 2 +-
7052 drivers/mfd/tps65910.c | 2 +-
7053 drivers/mfd/twl4030-irq.c | 9 +-
7054 drivers/misc/c2port/core.c | 4 +-
7055 drivers/misc/kgdbts.c | 4 +-
7056 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
7057 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
7058 drivers/misc/mic/scif/scif_api.c | 10 +-
7059 drivers/misc/mic/scif/scif_rb.c | 8 +-
7060 drivers/misc/sgi-gru/gruhandles.c | 4 +-
7061 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
7062 drivers/misc/sgi-gru/grutables.h | 158 +-
7063 drivers/misc/sgi-xp/xp.h | 2 +-
7064 drivers/misc/sgi-xp/xpc.h | 3 +-
7065 drivers/misc/sgi-xp/xpc_main.c | 2 +-
7066 drivers/mmc/host/dw_mmc.h | 2 +-
7067 drivers/mmc/host/mmci.c | 4 +-
7068 drivers/mmc/host/omap_hsmmc.c | 4 +-
7069 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
7070 drivers/mmc/host/sdhci-s3c.c | 8 +-
7071 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
7072 drivers/mtd/nand/denali.c | 1 +
7073 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
7074 drivers/mtd/nftlmount.c | 1 +
7075 drivers/mtd/sm_ftl.c | 2 +-
7076 drivers/net/bonding/bond_netlink.c | 2 +-
7077 drivers/net/caif/caif_hsi.c | 2 +-
7078 drivers/net/can/Kconfig | 2 +-
7079 drivers/net/can/dev.c | 2 +-
7080 drivers/net/can/vcan.c | 2 +-
7081 drivers/net/dummy.c | 2 +-
7082 drivers/net/ethernet/8390/ax88796.c | 4 +-
7083 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
7084 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
7085 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
7086 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
7087 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
7088 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
7089 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
7090 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
7091 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
7092 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
7093 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
7094 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
7095 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
7096 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
7097 drivers/net/ethernet/broadcom/tg3.h | 1 +
7098 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
7099 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
7100 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
7101 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
7102 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
7103 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
7104 drivers/net/ethernet/faraday/ftmac100.c | 2 +
7105 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
7106 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
7107 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
7108 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
7109 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
7110 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
7111 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
7112 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
7113 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
7114 drivers/net/ethernet/realtek/r8169.c | 8 +-
7115 drivers/net/ethernet/sfc/ptp.c | 2 +-
7116 drivers/net/ethernet/sfc/selftest.c | 20 +-
7117 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
7118 drivers/net/ethernet/via/via-rhine.c | 2 +-
7119 drivers/net/geneve.c | 2 +-
7120 drivers/net/hyperv/hyperv_net.h | 2 +-
7121 drivers/net/hyperv/rndis_filter.c | 7 +-
7122 drivers/net/ifb.c | 2 +-
7123 drivers/net/ipvlan/ipvlan_core.c | 2 +-
7124 drivers/net/irda/vlsi_ir.c | 18 +-
7125 drivers/net/irda/vlsi_ir.h | 14 +-
7126 drivers/net/macvlan.c | 20 +-
7127 drivers/net/macvtap.c | 10 +-
7128 drivers/net/nlmon.c | 2 +-
7129 drivers/net/phy/phy_device.c | 6 +-
7130 drivers/net/ppp/ppp_generic.c | 4 +-
7131 drivers/net/slip/slhc.c | 2 +-
7132 drivers/net/team/team.c | 4 +-
7133 drivers/net/tun.c | 7 +-
7134 drivers/net/usb/hso.c | 23 +-
7135 drivers/net/usb/r8152.c | 2 +-
7136 drivers/net/usb/sierra_net.c | 4 +-
7137 drivers/net/virtio_net.c | 2 +-
7138 drivers/net/vrf.c | 2 +-
7139 drivers/net/vxlan.c | 4 +-
7140 drivers/net/wimax/i2400m/rx.c | 2 +-
7141 drivers/net/wireless/airo.c | 2 +-
7142 drivers/net/wireless/at76c50x-usb.c | 2 +-
7143 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
7144 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
7145 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
7146 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
7147 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
7148 drivers/net/wireless/ath/ath9k/main.c | 22 +-
7149 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
7150 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
7151 drivers/net/wireless/ath/carl9170/main.c | 10 +-
7152 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
7153 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
7154 drivers/net/wireless/b43/phy_lp.c | 2 +-
7155 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
7156 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
7157 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
7158 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
7159 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
7160 drivers/net/wireless/mac80211_hwsim.c | 28 +-
7161 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
7162 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
7163 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
7164 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
7165 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
7166 drivers/of/fdt.c | 4 +-
7167 drivers/oprofile/buffer_sync.c | 8 +-
7168 drivers/oprofile/event_buffer.c | 2 +-
7169 drivers/oprofile/oprof.c | 2 +-
7170 drivers/oprofile/oprofile_stats.c | 10 +-
7171 drivers/oprofile/oprofile_stats.h | 10 +-
7172 drivers/oprofile/oprofilefs.c | 6 +-
7173 drivers/oprofile/timer_int.c | 2 +-
7174 drivers/parport/procfs.c | 4 +-
7175 drivers/pci/host/pci-host-generic.c | 2 +-
7176 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
7177 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
7178 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
7179 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
7180 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
7181 drivers/pci/hotplug/pciehp_core.c | 2 +-
7182 drivers/pci/msi.c | 22 +-
7183 drivers/pci/pci-sysfs.c | 6 +-
7184 drivers/pci/pci.h | 2 +-
7185 drivers/pci/pcie/aspm.c | 6 +-
7186 drivers/pci/pcie/portdrv_pci.c | 2 +-
7187 drivers/pci/probe.c | 2 +-
7188 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
7189 drivers/pinctrl/pinctrl-at91.c | 5 +-
7190 drivers/platform/chrome/chromeos_pstore.c | 2 +-
7191 drivers/platform/x86/alienware-wmi.c | 4 +-
7192 drivers/platform/x86/compal-laptop.c | 2 +-
7193 drivers/platform/x86/hdaps.c | 2 +-
7194 drivers/platform/x86/ibm_rtl.c | 2 +-
7195 drivers/platform/x86/intel_oaktrail.c | 2 +-
7196 drivers/platform/x86/msi-laptop.c | 16 +-
7197 drivers/platform/x86/msi-wmi.c | 2 +-
7198 drivers/platform/x86/samsung-laptop.c | 2 +-
7199 drivers/platform/x86/samsung-q10.c | 2 +-
7200 drivers/platform/x86/sony-laptop.c | 14 +-
7201 drivers/platform/x86/thinkpad_acpi.c | 2 +-
7202 drivers/pnp/pnpbios/bioscalls.c | 14 +-
7203 drivers/pnp/pnpbios/core.c | 2 +-
7204 drivers/power/pda_power.c | 7 +-
7205 drivers/power/power_supply.h | 4 +-
7206 drivers/power/power_supply_core.c | 7 +-
7207 drivers/power/power_supply_sysfs.c | 6 +-
7208 drivers/power/reset/at91-reset.c | 5 +-
7209 drivers/powercap/powercap_sys.c | 136 +-
7210 drivers/ptp/ptp_private.h | 2 +-
7211 drivers/ptp/ptp_sysfs.c | 2 +-
7212 drivers/regulator/core.c | 4 +-
7213 drivers/regulator/max8660.c | 6 +-
7214 drivers/regulator/max8973-regulator.c | 16 +-
7215 drivers/regulator/mc13892-regulator.c | 8 +-
7216 drivers/rtc/rtc-armada38x.c | 7 +-
7217 drivers/rtc/rtc-cmos.c | 4 +-
7218 drivers/rtc/rtc-ds1307.c | 2 +-
7219 drivers/rtc/rtc-m48t59.c | 4 +-
7220 drivers/rtc/rtc-rv8803.c | 15 +-
7221 drivers/rtc/rtc-test.c | 6 +-
7222 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
7223 drivers/scsi/bfa/bfa_ioc.h | 4 +-
7224 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
7225 drivers/scsi/hosts.c | 4 +-
7226 drivers/scsi/hpsa.c | 38 +-
7227 drivers/scsi/hpsa.h | 2 +-
7228 drivers/scsi/hptiop.c | 2 -
7229 drivers/scsi/hptiop.h | 1 -
7230 drivers/scsi/ipr.c | 6 +-
7231 drivers/scsi/ipr.h | 2 +-
7232 drivers/scsi/libfc/fc_exch.c | 50 +-
7233 drivers/scsi/libsas/sas_ata.c | 2 +-
7234 drivers/scsi/lpfc/lpfc.h | 8 +-
7235 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
7236 drivers/scsi/lpfc/lpfc_init.c | 6 +-
7237 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
7238 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
7239 drivers/scsi/pmcraid.c | 20 +-
7240 drivers/scsi/pmcraid.h | 8 +-
7241 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
7242 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
7243 drivers/scsi/qla2xxx/qla_os.c | 6 +-
7244 drivers/scsi/qla2xxx/qla_target.c | 10 +-
7245 drivers/scsi/qla2xxx/qla_target.h | 2 +-
7246 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
7247 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
7248 drivers/scsi/scsi.c | 2 +-
7249 drivers/scsi/scsi_lib.c | 8 +-
7250 drivers/scsi/scsi_sysfs.c | 2 +-
7251 drivers/scsi/scsi_transport_fc.c | 8 +-
7252 drivers/scsi/scsi_transport_iscsi.c | 6 +-
7253 drivers/scsi/scsi_transport_srp.c | 6 +-
7254 drivers/scsi/sd.c | 6 +-
7255 drivers/scsi/sg.c | 2 +-
7256 drivers/scsi/sr.c | 21 +-
7257 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
7258 drivers/spi/spi.c | 2 +-
7259 drivers/staging/android/timed_output.c | 6 +-
7260 drivers/staging/comedi/comedi_fops.c | 8 +-
7261 drivers/staging/fbtft/fbtft-core.c | 2 +-
7262 drivers/staging/fbtft/fbtft.h | 2 +-
7263 drivers/staging/gdm724x/gdm_tty.c | 2 +-
7264 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
7265 drivers/staging/iio/adc/ad7280a.c | 4 +-
7266 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
7267 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
7268 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
7269 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
7270 drivers/staging/lustre/lustre/include/obd.h | 2 +-
7271 drivers/staging/octeon/ethernet-rx.c | 20 +-
7272 drivers/staging/octeon/ethernet.c | 8 +-
7273 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
7274 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
7275 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
7276 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
7277 drivers/staging/sm750fb/sm750.c | 14 +-
7278 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
7279 drivers/target/sbp/sbp_target.c | 4 +-
7280 drivers/thermal/cpu_cooling.c | 9 +-
7281 drivers/thermal/devfreq_cooling.c | 19 +-
7282 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
7283 drivers/thermal/of-thermal.c | 17 +-
7284 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
7285 drivers/tty/cyclades.c | 6 +-
7286 drivers/tty/hvc/hvc_console.c | 14 +-
7287 drivers/tty/hvc/hvcs.c | 21 +-
7288 drivers/tty/hvc/hvsi.c | 22 +-
7289 drivers/tty/hvc/hvsi_lib.c | 4 +-
7290 drivers/tty/ipwireless/tty.c | 27 +-
7291 drivers/tty/moxa.c | 2 +-
7292 drivers/tty/n_gsm.c | 4 +-
7293 drivers/tty/n_tty.c | 19 +-
7294 drivers/tty/pty.c | 4 +-
7295 drivers/tty/rocket.c | 6 +-
7296 drivers/tty/serial/8250/8250_core.c | 10 +-
7297 drivers/tty/serial/ifx6x60.c | 2 +-
7298 drivers/tty/serial/ioc4_serial.c | 6 +-
7299 drivers/tty/serial/kgdb_nmi.c | 4 +-
7300 drivers/tty/serial/kgdboc.c | 32 +-
7301 drivers/tty/serial/msm_serial.c | 4 +-
7302 drivers/tty/serial/samsung.c | 9 +-
7303 drivers/tty/serial/serial_core.c | 8 +-
7304 drivers/tty/synclink.c | 34 +-
7305 drivers/tty/synclink_gt.c | 28 +-
7306 drivers/tty/synclinkmp.c | 34 +-
7307 drivers/tty/tty_io.c | 2 +-
7308 drivers/tty/tty_ldisc.c | 8 +-
7309 drivers/tty/tty_port.c | 22 +-
7310 drivers/uio/uio.c | 13 +-
7311 drivers/usb/atm/cxacru.c | 2 +-
7312 drivers/usb/atm/usbatm.c | 24 +-
7313 drivers/usb/class/cdc-acm.h | 2 +-
7314 drivers/usb/core/devices.c | 6 +-
7315 drivers/usb/core/devio.c | 12 +-
7316 drivers/usb/core/hcd.c | 4 +-
7317 drivers/usb/core/sysfs.c | 2 +-
7318 drivers/usb/core/usb.c | 2 +-
7319 drivers/usb/early/ehci-dbgp.c | 16 +-
7320 drivers/usb/gadget/function/u_serial.c | 22 +-
7321 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
7322 drivers/usb/host/ehci-hcd.c | 2 +-
7323 drivers/usb/host/ehci-hub.c | 4 +-
7324 drivers/usb/host/ehci-q.c | 4 +-
7325 drivers/usb/host/fotg210-hcd.c | 2 +-
7326 drivers/usb/host/hwa-hc.c | 2 +-
7327 drivers/usb/host/ohci-hcd.c | 2 +-
7328 drivers/usb/host/r8a66597.h | 2 +-
7329 drivers/usb/host/uhci-hcd.c | 2 +-
7330 drivers/usb/host/xhci-pci.c | 2 +-
7331 drivers/usb/host/xhci.c | 2 +-
7332 drivers/usb/misc/appledisplay.c | 4 +-
7333 drivers/usb/serial/console.c | 8 +-
7334 drivers/usb/storage/transport.c | 2 +-
7335 drivers/usb/storage/usb.c | 2 +-
7336 drivers/usb/storage/usb.h | 2 +-
7337 drivers/usb/usbip/vhci.h | 2 +-
7338 drivers/usb/usbip/vhci_hcd.c | 6 +-
7339 drivers/usb/usbip/vhci_rx.c | 2 +-
7340 drivers/usb/wusbcore/wa-hc.h | 4 +-
7341 drivers/usb/wusbcore/wa-xfer.c | 2 +-
7342 drivers/vhost/vringh.c | 20 +-
7343 drivers/video/backlight/kb3886_bl.c | 2 +-
7344 drivers/video/console/fbcon.c | 2 +-
7345 drivers/video/fbdev/aty/aty128fb.c | 2 +-
7346 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
7347 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
7348 drivers/video/fbdev/core/fb_defio.c | 6 +-
7349 drivers/video/fbdev/core/fbmem.c | 12 +-
7350 drivers/video/fbdev/hyperv_fb.c | 4 +-
7351 drivers/video/fbdev/i810/i810_accel.c | 1 +
7352 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
7353 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
7354 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
7355 drivers/video/fbdev/omap2/dss/display.c | 8 +-
7356 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
7357 drivers/video/fbdev/smscufx.c | 4 +-
7358 drivers/video/fbdev/udlfb.c | 36 +-
7359 drivers/video/fbdev/uvesafb.c | 52 +-
7360 drivers/video/fbdev/vesafb.c | 58 +-
7361 drivers/video/fbdev/via/via_clock.h | 2 +-
7362 drivers/xen/events/events_base.c | 6 +-
7363 fs/Kconfig.binfmt | 2 +-
7364 fs/afs/inode.c | 4 +-
7365 fs/aio.c | 2 +-
7366 fs/autofs4/waitq.c | 2 +-
7367 fs/befs/endian.h | 6 +-
7368 fs/binfmt_aout.c | 23 +-
7369 fs/binfmt_elf.c | 670 +-
7370 fs/binfmt_elf_fdpic.c | 4 +-
7371 fs/block_dev.c | 2 +-
7372 fs/btrfs/ctree.c | 11 +-
7373 fs/btrfs/ctree.h | 4 +-
7374 fs/btrfs/delayed-inode.c | 9 +-
7375 fs/btrfs/delayed-inode.h | 6 +-
7376 fs/btrfs/delayed-ref.c | 4 +-
7377 fs/btrfs/disk-io.c | 4 +-
7378 fs/btrfs/extent_map.c | 8 +-
7379 fs/btrfs/file.c | 4 +-
7380 fs/btrfs/inode.c | 14 +-
7381 fs/btrfs/raid56.c | 32 +-
7382 fs/btrfs/super.c | 2 +-
7383 fs/btrfs/sysfs.c | 2 +-
7384 fs/btrfs/tests/btrfs-tests.c | 2 +-
7385 fs/btrfs/tests/free-space-tests.c | 8 +-
7386 fs/btrfs/transaction.c | 2 +-
7387 fs/btrfs/tree-log.c | 8 +-
7388 fs/btrfs/tree-log.h | 2 +-
7389 fs/btrfs/volumes.c | 14 +-
7390 fs/btrfs/volumes.h | 22 +-
7391 fs/buffer.c | 2 +-
7392 fs/cachefiles/bind.c | 6 +-
7393 fs/cachefiles/daemon.c | 8 +-
7394 fs/cachefiles/internal.h | 12 +-
7395 fs/cachefiles/namei.c | 2 +-
7396 fs/cachefiles/proc.c | 12 +-
7397 fs/ceph/dir.c | 12 +-
7398 fs/ceph/super.c | 4 +-
7399 fs/cifs/cifs_debug.c | 12 +-
7400 fs/cifs/cifsfs.c | 8 +-
7401 fs/cifs/cifsglob.h | 54 +-
7402 fs/cifs/file.c | 12 +-
7403 fs/cifs/misc.c | 4 +-
7404 fs/cifs/smb1ops.c | 80 +-
7405 fs/cifs/smb2ops.c | 84 +-
7406 fs/cifs/smb2pdu.c | 3 +-
7407 fs/coda/cache.c | 10 +-
7408 fs/compat.c | 7 +-
7409 fs/compat_binfmt_elf.c | 2 +
7410 fs/compat_ioctl.c | 12 +-
7411 fs/configfs/dir.c | 10 +-
7412 fs/coredump.c | 18 +-
7413 fs/dcache.c | 64 +-
7414 fs/ecryptfs/inode.c | 2 +-
7415 fs/ecryptfs/miscdev.c | 2 +-
7416 fs/exec.c | 362 +-
7417 fs/ext2/xattr.c | 5 +-
7418 fs/ext4/ext4.h | 20 +-
7419 fs/ext4/mballoc.c | 44 +-
7420 fs/ext4/resize.c | 16 +-
7421 fs/ext4/super.c | 2 +-
7422 fs/ext4/sysfs.c | 2 +-
7423 fs/ext4/xattr.c | 5 +-
7424 fs/fhandle.c | 5 +-
7425 fs/file.c | 18 +-
7426 fs/fs-writeback.c | 11 +-
7427 fs/fs_struct.c | 8 +-
7428 fs/fscache/cookie.c | 40 +-
7429 fs/fscache/internal.h | 202 +-
7430 fs/fscache/object.c | 26 +-
7431 fs/fscache/operation.c | 38 +-
7432 fs/fscache/page.c | 110 +-
7433 fs/fscache/stats.c | 348 +-
7434 fs/fuse/cuse.c | 10 +-
7435 fs/fuse/dev.c | 4 +-
7436 fs/gfs2/file.c | 2 +-
7437 fs/gfs2/glock.c | 22 +-
7438 fs/gfs2/glops.c | 4 +-
7439 fs/gfs2/quota.c | 6 +-
7440 fs/hugetlbfs/inode.c | 13 +-
7441 fs/inode.c | 4 +-
7442 fs/jbd2/commit.c | 2 +-
7443 fs/jbd2/transaction.c | 4 +-
7444 fs/jffs2/erase.c | 3 +-
7445 fs/jffs2/wbuf.c | 3 +-
7446 fs/jfs/super.c | 2 +-
7447 fs/kernfs/dir.c | 2 +-
7448 fs/kernfs/file.c | 20 +-
7449 fs/libfs.c | 10 +-
7450 fs/lockd/clntproc.c | 4 +-
7451 fs/namei.c | 16 +-
7452 fs/namespace.c | 16 +-
7453 fs/nfs/callback_xdr.c | 2 +-
7454 fs/nfs/inode.c | 6 +-
7455 fs/nfsd/nfs4proc.c | 2 +-
7456 fs/nfsd/nfs4xdr.c | 2 +-
7457 fs/nfsd/nfscache.c | 11 +-
7458 fs/nfsd/vfs.c | 6 +-
7459 fs/nls/nls_base.c | 26 +-
7460 fs/nls/nls_euc-jp.c | 6 +-
7461 fs/nls/nls_koi8-ru.c | 6 +-
7462 fs/notify/fanotify/fanotify_user.c | 4 +-
7463 fs/notify/notification.c | 4 +-
7464 fs/ntfs/dir.c | 2 +-
7465 fs/ntfs/super.c | 6 +-
7466 fs/ocfs2/dlm/dlmcommon.h | 4 +-
7467 fs/ocfs2/dlm/dlmdebug.c | 10 +-
7468 fs/ocfs2/dlm/dlmdomain.c | 4 +-
7469 fs/ocfs2/dlm/dlmmaster.c | 4 +-
7470 fs/ocfs2/localalloc.c | 2 +-
7471 fs/ocfs2/ocfs2.h | 10 +-
7472 fs/ocfs2/suballoc.c | 12 +-
7473 fs/ocfs2/super.c | 20 +-
7474 fs/overlayfs/copy_up.c | 2 +-
7475 fs/pipe.c | 72 +-
7476 fs/posix_acl.c | 4 +-
7477 fs/proc/array.c | 20 +
7478 fs/proc/base.c | 4 +-
7479 fs/proc/kcore.c | 34 +-
7480 fs/proc/meminfo.c | 2 +-
7481 fs/proc/nommu.c | 2 +-
7482 fs/proc/proc_sysctl.c | 26 +-
7483 fs/proc/task_mmu.c | 42 +-
7484 fs/proc/task_nommu.c | 4 +-
7485 fs/proc/vmcore.c | 16 +-
7486 fs/qnx6/qnx6.h | 4 +-
7487 fs/quota/netlink.c | 4 +-
7488 fs/read_write.c | 2 +-
7489 fs/readdir.c | 3 +-
7490 fs/reiserfs/do_balan.c | 2 +-
7491 fs/reiserfs/procfs.c | 2 +-
7492 fs/reiserfs/reiserfs.h | 4 +-
7493 fs/seq_file.c | 4 +-
7494 fs/splice.c | 43 +-
7495 fs/squashfs/xattr.c | 12 +-
7496 fs/super.c | 3 +-
7497 fs/sysv/sysv.h | 2 +-
7498 fs/tracefs/inode.c | 8 +-
7499 fs/udf/misc.c | 2 +-
7500 fs/ufs/swab.h | 4 +-
7501 fs/userfaultfd.c | 2 +-
7502 fs/xattr.c | 21 +
7503 fs/xfs/libxfs/xfs_bmap.c | 2 +-
7504 fs/xfs/libxfs/xfs_da_btree.c | 4 +-
7505 fs/xfs/xfs_dir2_readdir.c | 7 +-
7506 fs/xfs/xfs_ioctl.c | 2 +-
7507 fs/xfs/xfs_linux.h | 4 +-
7508 include/acpi/ghes.h | 2 +-
7509 include/asm-generic/4level-fixup.h | 2 +
7510 include/asm-generic/atomic-long.h | 176 +-
7511 include/asm-generic/atomic64.h | 12 +
7512 include/asm-generic/bitops/__fls.h | 2 +-
7513 include/asm-generic/bitops/fls.h | 2 +-
7514 include/asm-generic/bitops/fls64.h | 4 +-
7515 include/asm-generic/bug.h | 6 +-
7516 include/asm-generic/cache.h | 4 +-
7517 include/asm-generic/emergency-restart.h | 2 +-
7518 include/asm-generic/kmap_types.h | 4 +-
7519 include/asm-generic/local.h | 13 +
7520 include/asm-generic/pgtable-nopmd.h | 18 +-
7521 include/asm-generic/pgtable-nopud.h | 15 +-
7522 include/asm-generic/pgtable.h | 16 +
7523 include/asm-generic/sections.h | 1 +
7524 include/asm-generic/uaccess.h | 16 +
7525 include/asm-generic/vmlinux.lds.h | 15 +-
7526 include/crypto/algapi.h | 2 +-
7527 include/drm/drmP.h | 19 +-
7528 include/drm/drm_crtc_helper.h | 2 +-
7529 include/drm/drm_mm.h | 2 +-
7530 include/drm/i915_pciids.h | 2 +-
7531 include/drm/intel-gtt.h | 4 +-
7532 include/drm/ttm/ttm_memory.h | 2 +-
7533 include/drm/ttm/ttm_page_alloc.h | 1 +
7534 include/keys/asymmetric-subtype.h | 2 +-
7535 include/linux/atmdev.h | 4 +-
7536 include/linux/atomic.h | 2 +-
7537 include/linux/audit.h | 2 +-
7538 include/linux/average.h | 2 +-
7539 include/linux/binfmts.h | 3 +-
7540 include/linux/bitmap.h | 2 +-
7541 include/linux/bitops.h | 8 +-
7542 include/linux/blk-cgroup.h | 24 +-
7543 include/linux/blkdev.h | 2 +-
7544 include/linux/blktrace_api.h | 2 +-
7545 include/linux/cache.h | 8 +
7546 include/linux/cdrom.h | 1 -
7547 include/linux/cleancache.h | 2 +-
7548 include/linux/clk-provider.h | 1 +
7549 include/linux/compat.h | 6 +-
7550 include/linux/compiler-gcc.h | 28 +-
7551 include/linux/compiler.h | 193 +-
7552 include/linux/configfs.h | 2 +-
7553 include/linux/cpufreq.h | 3 +-
7554 include/linux/cpuidle.h | 5 +-
7555 include/linux/cpumask.h | 14 +-
7556 include/linux/crypto.h | 4 +-
7557 include/linux/ctype.h | 2 +-
7558 include/linux/dcache.h | 4 +-
7559 include/linux/decompress/mm.h | 2 +-
7560 include/linux/devfreq.h | 2 +-
7561 include/linux/device.h | 7 +-
7562 include/linux/dma-mapping.h | 2 +-
7563 include/linux/efi.h | 1 +
7564 include/linux/elf.h | 2 +
7565 include/linux/err.h | 4 +-
7566 include/linux/extcon.h | 2 +-
7567 include/linux/fb.h | 3 +-
7568 include/linux/fdtable.h | 2 +-
7569 include/linux/fs.h | 5 +-
7570 include/linux/fs_struct.h | 2 +-
7571 include/linux/fscache-cache.h | 2 +-
7572 include/linux/fscache.h | 2 +-
7573 include/linux/fsnotify.h | 2 +-
7574 include/linux/genhd.h | 4 +-
7575 include/linux/genl_magic_func.h | 2 +-
7576 include/linux/gfp.h | 12 +-
7577 include/linux/highmem.h | 12 +
7578 include/linux/hwmon-sysfs.h | 6 +-
7579 include/linux/i2c.h | 1 +
7580 include/linux/if_pppox.h | 2 +-
7581 include/linux/init.h | 12 +-
7582 include/linux/init_task.h | 7 +
7583 include/linux/interrupt.h | 6 +-
7584 include/linux/iommu.h | 2 +-
7585 include/linux/ioport.h | 2 +-
7586 include/linux/ipc.h | 2 +-
7587 include/linux/irq.h | 5 +-
7588 include/linux/irqdesc.h | 2 +-
7589 include/linux/irqdomain.h | 3 +
7590 include/linux/jbd2.h | 2 +-
7591 include/linux/jiffies.h | 16 +-
7592 include/linux/key-type.h | 2 +-
7593 include/linux/kgdb.h | 6 +-
7594 include/linux/kmemleak.h | 4 +-
7595 include/linux/kobject.h | 3 +-
7596 include/linux/kobject_ns.h | 2 +-
7597 include/linux/kref.h | 2 +-
7598 include/linux/libata.h | 2 +-
7599 include/linux/linkage.h | 1 +
7600 include/linux/list.h | 15 +
7601 include/linux/lockref.h | 26 +-
7602 include/linux/math64.h | 10 +-
7603 include/linux/mempolicy.h | 7 +
7604 include/linux/mm.h | 102 +-
7605 include/linux/mm_types.h | 20 +
7606 include/linux/mmiotrace.h | 4 +-
7607 include/linux/mmzone.h | 2 +-
7608 include/linux/mod_devicetable.h | 4 +-
7609 include/linux/module.h | 69 +-
7610 include/linux/moduleloader.h | 16 +
7611 include/linux/moduleparam.h | 4 +-
7612 include/linux/net.h | 2 +-
7613 include/linux/netdevice.h | 7 +-
7614 include/linux/netfilter.h | 2 +-
7615 include/linux/netfilter/nfnetlink.h | 2 +-
7616 include/linux/netlink.h | 12 +-
7617 include/linux/nls.h | 4 +-
7618 include/linux/notifier.h | 3 +-
7619 include/linux/oprofile.h | 4 +-
7620 include/linux/padata.h | 2 +-
7621 include/linux/pci_hotplug.h | 3 +-
7622 include/linux/percpu.h | 2 +-
7623 include/linux/perf_event.h | 12 +-
7624 include/linux/pipe_fs_i.h | 8 +-
7625 include/linux/pm.h | 1 +
7626 include/linux/pm_domain.h | 2 +-
7627 include/linux/pm_runtime.h | 2 +-
7628 include/linux/pnp.h | 2 +-
7629 include/linux/poison.h | 4 +-
7630 include/linux/power/smartreflex.h | 2 +-
7631 include/linux/ppp-comp.h | 2 +-
7632 include/linux/preempt.h | 21 +
7633 include/linux/proc_ns.h | 2 +-
7634 include/linux/psci.h | 2 +-
7635 include/linux/quota.h | 2 +-
7636 include/linux/random.h | 19 +-
7637 include/linux/rculist.h | 16 +
7638 include/linux/rcupdate.h | 8 +
7639 include/linux/reboot.h | 14 +-
7640 include/linux/regset.h | 3 +-
7641 include/linux/relay.h | 2 +-
7642 include/linux/rio.h | 2 +-
7643 include/linux/rmap.h | 4 +-
7644 include/linux/sched.h | 76 +-
7645 include/linux/sched/sysctl.h | 1 +
7646 include/linux/scif.h | 2 +-
7647 include/linux/semaphore.h | 2 +-
7648 include/linux/seq_file.h | 1 +
7649 include/linux/seqlock.h | 10 +
7650 include/linux/signal.h | 2 +-
7651 include/linux/skbuff.h | 12 +-
7652 include/linux/slab.h | 47 +-
7653 include/linux/slab_def.h | 14 +-
7654 include/linux/slub_def.h | 2 +-
7655 include/linux/smp.h | 2 +
7656 include/linux/sock_diag.h | 2 +-
7657 include/linux/sonet.h | 2 +-
7658 include/linux/spinlock.h | 17 +-
7659 include/linux/srcu.h | 5 +-
7660 include/linux/sunrpc/addr.h | 8 +-
7661 include/linux/sunrpc/clnt.h | 2 +-
7662 include/linux/sunrpc/svc.h | 2 +-
7663 include/linux/sunrpc/svc_rdma.h | 18 +-
7664 include/linux/sunrpc/svcauth.h | 2 +-
7665 include/linux/swapops.h | 10 +-
7666 include/linux/swiotlb.h | 3 +-
7667 include/linux/syscalls.h | 23 +-
7668 include/linux/syscore_ops.h | 2 +-
7669 include/linux/sysctl.h | 3 +-
7670 include/linux/sysfs.h | 9 +-
7671 include/linux/sysrq.h | 3 +-
7672 include/linux/tcp.h | 14 +-
7673 include/linux/thread_info.h | 7 +
7674 include/linux/tty.h | 4 +-
7675 include/linux/tty_driver.h | 2 +-
7676 include/linux/tty_ldisc.h | 2 +-
7677 include/linux/types.h | 16 +
7678 include/linux/uaccess.h | 2 +-
7679 include/linux/uio_driver.h | 2 +-
7680 include/linux/unaligned/access_ok.h | 24 +-
7681 include/linux/usb.h | 12 +-
7682 include/linux/usb/hcd.h | 1 +
7683 include/linux/usb/renesas_usbhs.h | 2 +-
7684 include/linux/vermagic.h | 21 +-
7685 include/linux/vga_switcheroo.h | 8 +-
7686 include/linux/vmalloc.h | 7 +-
7687 include/linux/vmstat.h | 24 +-
7688 include/linux/writeback.h | 3 +-
7689 include/linux/xattr.h | 5 +-
7690 include/linux/zlib.h | 3 +-
7691 include/media/v4l2-dev.h | 2 +-
7692 include/media/v4l2-device.h | 2 +-
7693 include/net/9p/transport.h | 2 +-
7694 include/net/bluetooth/l2cap.h | 2 +-
7695 include/net/bonding.h | 2 +-
7696 include/net/caif/cfctrl.h | 6 +-
7697 include/net/cfg802154.h | 2 +-
7698 include/net/flow.h | 2 +-
7699 include/net/genetlink.h | 2 +-
7700 include/net/gro_cells.h | 2 +-
7701 include/net/inet_connection_sock.h | 2 +-
7702 include/net/inet_sock.h | 2 +-
7703 include/net/inetpeer.h | 2 +-
7704 include/net/ip_fib.h | 2 +-
7705 include/net/ip_vs.h | 8 +-
7706 include/net/ipv6.h | 2 +-
7707 include/net/irda/ircomm_tty.h | 1 +
7708 include/net/iucv/af_iucv.h | 2 +-
7709 include/net/llc_c_ac.h | 2 +-
7710 include/net/llc_c_ev.h | 4 +-
7711 include/net/llc_c_st.h | 2 +-
7712 include/net/llc_s_ac.h | 2 +-
7713 include/net/llc_s_st.h | 2 +-
7714 include/net/mac80211.h | 6 +-
7715 include/net/neighbour.h | 4 +-
7716 include/net/net_namespace.h | 18 +-
7717 include/net/netlink.h | 2 +-
7718 include/net/netns/conntrack.h | 6 +-
7719 include/net/netns/ipv4.h | 4 +-
7720 include/net/netns/ipv6.h | 4 +-
7721 include/net/netns/xfrm.h | 2 +-
7722 include/net/ping.h | 2 +-
7723 include/net/protocol.h | 4 +-
7724 include/net/rtnetlink.h | 2 +-
7725 include/net/sctp/checksum.h | 4 +-
7726 include/net/sctp/sm.h | 4 +-
7727 include/net/sctp/structs.h | 2 +-
7728 include/net/snmp.h | 10 +-
7729 include/net/sock.h | 12 +-
7730 include/net/tcp.h | 8 +-
7731 include/net/xfrm.h | 13 +-
7732 include/rdma/iw_cm.h | 2 +-
7733 include/scsi/libfc.h | 3 +-
7734 include/scsi/scsi_device.h | 6 +-
7735 include/scsi/scsi_driver.h | 2 +-
7736 include/scsi/scsi_transport_fc.h | 3 +-
7737 include/scsi/sg.h | 2 +-
7738 include/sound/compress_driver.h | 2 +-
7739 include/sound/soc.h | 4 +-
7740 include/trace/events/irq.h | 4 +-
7741 include/uapi/linux/a.out.h | 8 +
7742 include/uapi/linux/bcache.h | 5 +-
7743 include/uapi/linux/byteorder/little_endian.h | 28 +-
7744 include/uapi/linux/connector.h | 2 +-
7745 include/uapi/linux/elf.h | 28 +
7746 include/uapi/linux/screen_info.h | 2 +-
7747 include/uapi/linux/swab.h | 6 +-
7748 include/uapi/linux/xattr.h | 4 +
7749 include/video/udlfb.h | 8 +-
7750 include/video/uvesafb.h | 1 +
7751 init/Kconfig | 2 +-
7752 init/Makefile | 3 +
7753 init/do_mounts.c | 14 +-
7754 init/do_mounts.h | 8 +-
7755 init/do_mounts_initrd.c | 30 +-
7756 init/do_mounts_md.c | 6 +-
7757 init/init_task.c | 4 +
7758 init/initramfs.c | 38 +-
7759 init/main.c | 30 +-
7760 ipc/compat.c | 4 +-
7761 ipc/ipc_sysctl.c | 14 +-
7762 ipc/mq_sysctl.c | 4 +-
7763 ipc/sem.c | 4 +-
7764 ipc/shm.c | 6 +
7765 kernel/audit.c | 8 +-
7766 kernel/auditsc.c | 4 +-
7767 kernel/bpf/core.c | 7 +-
7768 kernel/capability.c | 3 +
7769 kernel/compat.c | 38 +-
7770 kernel/debug/debug_core.c | 16 +-
7771 kernel/debug/kdb/kdb_main.c | 4 +-
7772 kernel/events/core.c | 30 +-
7773 kernel/events/internal.h | 10 +-
7774 kernel/events/uprobes.c | 2 +-
7775 kernel/exit.c | 27 +-
7776 kernel/fork.c | 175 +-
7777 kernel/futex.c | 11 +-
7778 kernel/futex_compat.c | 2 +-
7779 kernel/gcov/base.c | 7 +-
7780 kernel/irq/manage.c | 2 +-
7781 kernel/irq/msi.c | 19 +-
7782 kernel/irq/spurious.c | 2 +-
7783 kernel/jump_label.c | 5 +
7784 kernel/kallsyms.c | 37 +-
7785 kernel/kexec.c | 3 +-
7786 kernel/kmod.c | 8 +-
7787 kernel/kprobes.c | 4 +-
7788 kernel/ksysfs.c | 2 +-
7789 kernel/locking/lockdep.c | 7 +-
7790 kernel/locking/mutex-debug.c | 12 +-
7791 kernel/locking/mutex-debug.h | 4 +-
7792 kernel/locking/mutex.c | 6 +-
7793 kernel/module.c | 422 +-
7794 kernel/notifier.c | 17 +-
7795 kernel/padata.c | 4 +-
7796 kernel/panic.c | 5 +-
7797 kernel/pid.c | 2 +-
7798 kernel/pid_namespace.c | 2 +-
7799 kernel/power/process.c | 12 +-
7800 kernel/profile.c | 14 +-
7801 kernel/ptrace.c | 8 +-
7802 kernel/rcu/rcutorture.c | 60 +-
7803 kernel/rcu/tiny.c | 4 +-
7804 kernel/rcu/tree.c | 42 +-
7805 kernel/rcu/tree.h | 16 +-
7806 kernel/rcu/tree_plugin.h | 18 +-
7807 kernel/rcu/tree_trace.c | 14 +-
7808 kernel/resource.c | 4 +-
7809 kernel/sched/auto_group.c | 4 +-
7810 kernel/sched/core.c | 45 +-
7811 kernel/sched/fair.c | 2 +-
7812 kernel/sched/sched.h | 2 +-
7813 kernel/signal.c | 24 +-
7814 kernel/smpboot.c | 4 +-
7815 kernel/softirq.c | 12 +-
7816 kernel/sys.c | 10 +-
7817 kernel/sysctl.c | 34 +-
7818 kernel/time/alarmtimer.c | 2 +-
7819 kernel/time/posix-cpu-timers.c | 4 +-
7820 kernel/time/posix-timers.c | 24 +-
7821 kernel/time/timer.c | 2 +-
7822 kernel/time/timer_stats.c | 10 +-
7823 kernel/trace/blktrace.c | 6 +-
7824 kernel/trace/ftrace.c | 15 +-
7825 kernel/trace/ring_buffer.c | 96 +-
7826 kernel/trace/trace.c | 2 +-
7827 kernel/trace/trace.h | 2 +-
7828 kernel/trace/trace_clock.c | 4 +-
7829 kernel/trace/trace_events.c | 1 -
7830 kernel/trace/trace_functions_graph.c | 4 +-
7831 kernel/trace/trace_mmiotrace.c | 8 +-
7832 kernel/trace/trace_output.c | 10 +-
7833 kernel/trace/trace_seq.c | 2 +-
7834 kernel/trace/trace_stack.c | 2 +-
7835 kernel/user.c | 2 +-
7836 kernel/user_namespace.c | 2 +-
7837 kernel/utsname_sysctl.c | 2 +-
7838 kernel/watchdog.c | 2 +-
7839 kernel/workqueue.c | 8 +-
7840 lib/Kconfig.debug | 8 +-
7841 lib/Makefile | 2 +-
7842 lib/bitmap.c | 8 +-
7843 lib/bug.c | 2 +
7844 lib/debugobjects.c | 2 +-
7845 lib/decompress_bunzip2.c | 3 +-
7846 lib/decompress_unlzma.c | 4 +-
7847 lib/div64.c | 4 +-
7848 lib/dma-debug.c | 4 +-
7849 lib/inflate.c | 2 +-
7850 lib/ioremap.c | 4 +-
7851 lib/kobject.c | 4 +-
7852 lib/list_debug.c | 126 +-
7853 lib/lockref.c | 44 +-
7854 lib/percpu-refcount.c | 2 +-
7855 lib/radix-tree.c | 2 +-
7856 lib/random32.c | 2 +-
7857 lib/rhashtable.c | 4 +-
7858 lib/show_mem.c | 2 +-
7859 lib/strncpy_from_user.c | 2 +-
7860 lib/strnlen_user.c | 2 +-
7861 lib/swiotlb.c | 2 +-
7862 lib/usercopy.c | 6 +
7863 lib/vsprintf.c | 12 +-
7864 mm/Kconfig | 6 +-
7865 mm/backing-dev.c | 4 +-
7866 mm/debug.c | 3 +
7867 mm/filemap.c | 2 +-
7868 mm/gup.c | 13 +-
7869 mm/highmem.c | 6 +-
7870 mm/hugetlb.c | 70 +-
7871 mm/internal.h | 1 +
7872 mm/maccess.c | 12 +-
7873 mm/madvise.c | 37 +
7874 mm/memory-failure.c | 6 +-
7875 mm/memory.c | 424 +-
7876 mm/mempolicy.c | 25 +
7877 mm/mlock.c | 18 +-
7878 mm/mm_init.c | 2 +-
7879 mm/mmap.c | 582 +-
7880 mm/mprotect.c | 137 +-
7881 mm/mremap.c | 39 +-
7882 mm/nommu.c | 21 +-
7883 mm/page-writeback.c | 2 +-
7884 mm/page_alloc.c | 50 +-
7885 mm/percpu.c | 2 +-
7886 mm/process_vm_access.c | 14 +-
7887 mm/rmap.c | 45 +-
7888 mm/shmem.c | 19 +-
7889 mm/slab.c | 111 +-
7890 mm/slab.h | 22 +-
7891 mm/slab_common.c | 86 +-
7892 mm/slob.c | 218 +-
7893 mm/slub.c | 109 +-
7894 mm/sparse-vmemmap.c | 4 +-
7895 mm/sparse.c | 2 +-
7896 mm/swap.c | 2 +
7897 mm/swapfile.c | 12 +-
7898 mm/util.c | 6 +
7899 mm/vmalloc.c | 114 +-
7900 mm/vmstat.c | 12 +-
7901 net/8021q/vlan.c | 5 +-
7902 net/8021q/vlan_netlink.c | 2 +-
7903 net/9p/mod.c | 4 +-
7904 net/9p/trans_fd.c | 2 +-
7905 net/atm/atm_misc.c | 8 +-
7906 net/atm/lec.h | 2 +-
7907 net/atm/proc.c | 6 +-
7908 net/atm/resources.c | 4 +-
7909 net/ax25/sysctl_net_ax25.c | 2 +-
7910 net/batman-adv/bat_iv_ogm.c | 8 +-
7911 net/batman-adv/fragmentation.c | 2 +-
7912 net/batman-adv/routing.c | 4 +-
7913 net/batman-adv/soft-interface.c | 10 +-
7914 net/batman-adv/translation-table.c | 14 +-
7915 net/batman-adv/types.h | 8 +-
7916 net/bluetooth/hci_sock.c | 2 +-
7917 net/bluetooth/l2cap_core.c | 6 +-
7918 net/bluetooth/l2cap_sock.c | 12 +-
7919 net/bluetooth/rfcomm/sock.c | 4 +-
7920 net/bluetooth/rfcomm/tty.c | 4 +-
7921 net/bridge/br_netlink.c | 2 +-
7922 net/bridge/netfilter/ebtables.c | 6 +-
7923 net/caif/cfctrl.c | 11 +-
7924 net/caif/chnl_net.c | 2 +-
7925 net/can/af_can.c | 2 +-
7926 net/can/gw.c | 6 +-
7927 net/ceph/messenger.c | 4 +-
7928 net/compat.c | 26 +-
7929 net/core/datagram.c | 2 +-
7930 net/core/dev.c | 16 +-
7931 net/core/filter.c | 2 +-
7932 net/core/flow.c | 6 +-
7933 net/core/neighbour.c | 18 +-
7934 net/core/net-sysfs.c | 2 +-
7935 net/core/net_namespace.c | 8 +-
7936 net/core/netpoll.c | 4 +-
7937 net/core/rtnetlink.c | 17 +-
7938 net/core/scm.c | 12 +-
7939 net/core/skbuff.c | 11 +-
7940 net/core/sock.c | 28 +-
7941 net/core/sock_diag.c | 15 +-
7942 net/core/sysctl_net_core.c | 22 +-
7943 net/decnet/af_decnet.c | 1 +
7944 net/decnet/sysctl_net_decnet.c | 4 +-
7945 net/dsa/dsa.c | 2 +-
7946 net/hsr/hsr_netlink.c | 2 +-
7947 net/ieee802154/6lowpan/core.c | 2 +-
7948 net/ieee802154/6lowpan/reassembly.c | 14 +-
7949 net/ipv4/af_inet.c | 2 +-
7950 net/ipv4/arp.c | 2 +-
7951 net/ipv4/devinet.c | 18 +-
7952 net/ipv4/fib_frontend.c | 6 +-
7953 net/ipv4/fib_semantics.c | 2 +-
7954 net/ipv4/inet_connection_sock.c | 4 +-
7955 net/ipv4/inet_diag.c | 4 +-
7956 net/ipv4/inet_timewait_sock.c | 2 +-
7957 net/ipv4/inetpeer.c | 2 +-
7958 net/ipv4/ip_fragment.c | 15 +-
7959 net/ipv4/ip_gre.c | 6 +-
7960 net/ipv4/ip_sockglue.c | 2 +-
7961 net/ipv4/ip_vti.c | 4 +-
7962 net/ipv4/ipconfig.c | 6 +-
7963 net/ipv4/ipip.c | 4 +-
7964 net/ipv4/netfilter/arp_tables.c | 12 +-
7965 net/ipv4/netfilter/ip_tables.c | 12 +-
7966 net/ipv4/ping.c | 14 +-
7967 net/ipv4/proc.c | 8 +-
7968 net/ipv4/raw.c | 14 +-
7969 net/ipv4/route.c | 32 +-
7970 net/ipv4/sysctl_net_ipv4.c | 22 +-
7971 net/ipv4/tcp_input.c | 6 +-
7972 net/ipv4/tcp_probe.c | 2 +-
7973 net/ipv4/udp.c | 10 +-
7974 net/ipv4/xfrm4_mode_transport.c | 2 +-
7975 net/ipv4/xfrm4_policy.c | 17 +-
7976 net/ipv4/xfrm4_state.c | 4 +-
7977 net/ipv6/addrconf.c | 22 +-
7978 net/ipv6/af_inet6.c | 2 +-
7979 net/ipv6/datagram.c | 2 +-
7980 net/ipv6/icmp.c | 2 +-
7981 net/ipv6/ip6_fib.c | 4 +-
7982 net/ipv6/ip6_gre.c | 10 +-
7983 net/ipv6/ip6_tunnel.c | 4 +-
7984 net/ipv6/ip6_vti.c | 4 +-
7985 net/ipv6/ipv6_sockglue.c | 2 +-
7986 net/ipv6/ndisc.c | 2 +-
7987 net/ipv6/netfilter/ip6_tables.c | 12 +-
7988 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
7989 net/ipv6/ping.c | 33 +-
7990 net/ipv6/proc.c | 10 +-
7991 net/ipv6/raw.c | 17 +-
7992 net/ipv6/reassembly.c | 13 +-
7993 net/ipv6/route.c | 2 +-
7994 net/ipv6/sit.c | 4 +-
7995 net/ipv6/sysctl_net_ipv6.c | 2 +-
7996 net/ipv6/udp.c | 6 +-
7997 net/ipv6/xfrm6_policy.c | 17 +-
7998 net/irda/ircomm/ircomm_tty.c | 18 +-
7999 net/iucv/af_iucv.c | 4 +-
8000 net/iucv/iucv.c | 2 +-
8001 net/key/af_key.c | 4 +-
8002 net/l2tp/l2tp_eth.c | 38 +-
8003 net/l2tp/l2tp_ip.c | 2 +-
8004 net/l2tp/l2tp_ip6.c | 2 +-
8005 net/mac80211/cfg.c | 10 +-
8006 net/mac80211/debugfs_key.c | 4 +-
8007 net/mac80211/ieee80211_i.h | 3 +-
8008 net/mac80211/iface.c | 20 +-
8009 net/mac80211/key.c | 4 +-
8010 net/mac80211/main.c | 2 +-
8011 net/mac80211/pm.c | 4 +-
8012 net/mac80211/rate.c | 2 +-
8013 net/mac80211/sta_info.c | 2 +-
8014 net/mac80211/tx.c | 2 +-
8015 net/mac80211/util.c | 8 +-
8016 net/mac80211/wpa.c | 10 +-
8017 net/mac802154/iface.c | 4 +-
8018 net/mpls/af_mpls.c | 6 +-
8019 net/netfilter/ipset/ip_set_core.c | 4 +-
8020 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
8021 net/netfilter/ipvs/ip_vs_core.c | 4 +-
8022 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
8023 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
8024 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
8025 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
8026 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
8027 net/netfilter/nf_conntrack_acct.c | 2 +-
8028 net/netfilter/nf_conntrack_ecache.c | 2 +-
8029 net/netfilter/nf_conntrack_helper.c | 2 +-
8030 net/netfilter/nf_conntrack_netlink.c | 22 +-
8031 net/netfilter/nf_conntrack_proto.c | 2 +-
8032 net/netfilter/nf_conntrack_standalone.c | 2 +-
8033 net/netfilter/nf_conntrack_timestamp.c | 2 +-
8034 net/netfilter/nf_log.c | 10 +-
8035 net/netfilter/nf_sockopt.c | 4 +-
8036 net/netfilter/nf_tables_api.c | 13 +-
8037 net/netfilter/nfnetlink_acct.c | 7 +-
8038 net/netfilter/nfnetlink_cthelper.c | 2 +-
8039 net/netfilter/nfnetlink_cttimeout.c | 2 +-
8040 net/netfilter/nfnetlink_log.c | 4 +-
8041 net/netfilter/nft_compat.c | 9 +-
8042 net/netfilter/xt_statistic.c | 8 +-
8043 net/netlink/af_netlink.c | 14 +-
8044 net/netlink/diag.c | 2 +-
8045 net/netlink/genetlink.c | 14 +-
8046 net/openvswitch/vport-internal_dev.c | 2 +-
8047 net/packet/af_packet.c | 26 +-
8048 net/packet/diag.c | 2 +-
8049 net/packet/internal.h | 6 +-
8050 net/phonet/pep.c | 6 +-
8051 net/phonet/socket.c | 2 +-
8052 net/phonet/sysctl.c | 2 +-
8053 net/rds/cong.c | 6 +-
8054 net/rds/ib.h | 2 +-
8055 net/rds/ib_cm.c | 2 +-
8056 net/rds/ib_recv.c | 4 +-
8057 net/rds/iw.h | 2 +-
8058 net/rds/iw_cm.c | 2 +-
8059 net/rds/iw_recv.c | 4 +-
8060 net/rds/rds.h | 2 +-
8061 net/rds/tcp.c | 2 +-
8062 net/rds/tcp_send.c | 2 +-
8063 net/rxrpc/af_rxrpc.c | 2 +-
8064 net/rxrpc/ar-ack.c | 14 +-
8065 net/rxrpc/ar-call.c | 2 +-
8066 net/rxrpc/ar-connection.c | 2 +-
8067 net/rxrpc/ar-connevent.c | 2 +-
8068 net/rxrpc/ar-input.c | 4 +-
8069 net/rxrpc/ar-internal.h | 8 +-
8070 net/rxrpc/ar-local.c | 2 +-
8071 net/rxrpc/ar-output.c | 4 +-
8072 net/rxrpc/ar-peer.c | 2 +-
8073 net/rxrpc/ar-proc.c | 4 +-
8074 net/rxrpc/ar-transport.c | 2 +-
8075 net/rxrpc/rxkad.c | 4 +-
8076 net/sched/sch_generic.c | 4 +-
8077 net/sctp/ipv6.c | 6 +-
8078 net/sctp/protocol.c | 10 +-
8079 net/sctp/sm_sideeffect.c | 2 +-
8080 net/sctp/socket.c | 21 +-
8081 net/sctp/sysctl.c | 10 +-
8082 net/socket.c | 18 +-
8083 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
8084 net/sunrpc/clnt.c | 4 +-
8085 net/sunrpc/sched.c | 4 +-
8086 net/sunrpc/svc.c | 4 +-
8087 net/sunrpc/svcauth_unix.c | 2 +-
8088 net/sunrpc/xprtrdma/svc_rdma.c | 44 +-
8089 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
8090 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
8091 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
8092 net/tipc/netlink_compat.c | 12 +-
8093 net/tipc/subscr.c | 2 +-
8094 net/unix/diag.c | 2 +-
8095 net/unix/sysctl_net_unix.c | 2 +-
8096 net/wireless/wext-core.c | 19 +-
8097 net/xfrm/xfrm_policy.c | 16 +-
8098 net/xfrm/xfrm_state.c | 33 +-
8099 net/xfrm/xfrm_sysctl.c | 2 +-
8100 net/xfrm/xfrm_user.c | 2 +-
8101 scripts/Kbuild.include | 2 +-
8102 scripts/Makefile.build | 2 +-
8103 scripts/Makefile.clean | 3 +-
8104 scripts/Makefile.host | 69 +-
8105 scripts/basic/fixdep.c | 12 +-
8106 scripts/dtc/checks.c | 14 +-
8107 scripts/dtc/data.c | 6 +-
8108 scripts/dtc/flattree.c | 8 +-
8109 scripts/dtc/livetree.c | 4 +-
8110 scripts/gcc-plugin.sh | 51 +
8111 scripts/headers_install.sh | 1 +
8112 scripts/kallsyms.c | 4 +-
8113 scripts/kconfig/lkc.h | 5 +-
8114 scripts/kconfig/menu.c | 2 +-
8115 scripts/kconfig/symbol.c | 6 +-
8116 scripts/link-vmlinux.sh | 2 +-
8117 scripts/mod/file2alias.c | 14 +-
8118 scripts/mod/modpost.c | 25 +-
8119 scripts/mod/modpost.h | 6 +-
8120 scripts/mod/sumversion.c | 2 +-
8121 scripts/module-common.lds | 4 +
8122 scripts/package/builddeb | 1 +
8123 scripts/pnmtologo.c | 6 +-
8124 scripts/sortextable.h | 6 +-
8125 scripts/tags.sh | 2 +-
8126 security/Kconfig | 691 +-
8127 security/apparmor/include/policy.h | 2 +-
8128 security/apparmor/policy.c | 4 +-
8129 security/integrity/ima/ima.h | 4 +-
8130 security/integrity/ima/ima_api.c | 2 +-
8131 security/integrity/ima/ima_fs.c | 4 +-
8132 security/integrity/ima/ima_queue.c | 2 +-
8133 security/keys/internal.h | 8 +-
8134 security/keys/key.c | 18 +-
8135 security/keys/keyring.c | 4 -
8136 security/selinux/avc.c | 6 +-
8137 security/selinux/include/xfrm.h | 2 +-
8138 security/yama/yama_lsm.c | 2 +-
8139 sound/aoa/codecs/onyx.c | 7 +-
8140 sound/aoa/codecs/onyx.h | 1 +
8141 sound/core/oss/pcm_oss.c | 18 +-
8142 sound/core/pcm_compat.c | 2 +-
8143 sound/core/pcm_native.c | 4 +-
8144 sound/core/seq/seq_clientmgr.c | 10 +-
8145 sound/core/seq/seq_compat.c | 2 +-
8146 sound/core/seq/seq_fifo.c | 6 +-
8147 sound/core/seq/seq_fifo.h | 2 +-
8148 sound/core/seq/seq_memory.c | 6 +-
8149 sound/core/sound.c | 2 +-
8150 sound/drivers/mts64.c | 14 +-
8151 sound/drivers/opl4/opl4_lib.c | 2 +-
8152 sound/drivers/portman2x4.c | 3 +-
8153 sound/firewire/amdtp-am824.c | 2 +-
8154 sound/firewire/amdtp-stream.c | 4 +-
8155 sound/firewire/amdtp-stream.h | 2 +-
8156 sound/firewire/digi00x/amdtp-dot.c | 2 +-
8157 sound/firewire/isight.c | 10 +-
8158 sound/firewire/scs1x.c | 8 +-
8159 sound/oss/sb_audio.c | 2 +-
8160 sound/oss/swarm_cs4297a.c | 6 +-
8161 sound/pci/hda/hda_codec.c | 2 +-
8162 sound/pci/ymfpci/ymfpci.h | 2 +-
8163 sound/pci/ymfpci/ymfpci_main.c | 12 +-
8164 sound/soc/codecs/sti-sas.c | 10 +-
8165 sound/soc/intel/skylake/skl-sst-dsp.h | 4 +-
8166 sound/soc/soc-ac97.c | 6 +-
8167 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
8168 tools/gcc/Makefile | 42 +
8169 tools/gcc/checker_plugin.c | 549 +
8170 tools/gcc/colorize_plugin.c | 215 +
8171 tools/gcc/constify_plugin.c | 571 +
8172 tools/gcc/gcc-common.h | 819 +
8173 tools/gcc/initify_plugin.c | 591 +
8174 tools/gcc/kallocstat_plugin.c | 188 +
8175 tools/gcc/kernexec_plugin.c | 549 +
8176 tools/gcc/latent_entropy_plugin.c | 474 +
8177 tools/gcc/randomize_layout_seed.h | 1 +
8178 tools/gcc/size_overflow_plugin/.gitignore | 2 +
8179 tools/gcc/size_overflow_plugin/Makefile | 28 +
8180 .../disable_size_overflow_hash.data | 12434 ++
8181 .../disable_size_overflow_hash.h | 152601 ++++++++++++++++++
8182 .../generate_size_overflow_hash.sh | 103 +
8183 .../insert_size_overflow_asm.c | 416 +
8184 .../size_overflow_plugin/intentional_overflow.c | 1116 +
8185 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
8186 tools/gcc/size_overflow_plugin/size_overflow.h | 325 +
8187 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
8188 .../size_overflow_plugin/size_overflow_hash.data | 21454 +++
8189 .../size_overflow_hash_aux.data | 92 +
8190 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 +
8191 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
8192 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
8193 .../size_overflow_plugin_hash.c | 352 +
8194 .../size_overflow_plugin/size_overflow_transform.c | 745 +
8195 .../size_overflow_transform_core.c | 1015 +
8196 tools/gcc/stackleak_plugin.c | 444 +
8197 tools/gcc/structleak_plugin.c | 290 +
8198 tools/include/linux/compiler.h | 8 +
8199 tools/perf/util/include/asm/alternative-asm.h | 3 +
8200 tools/virtio/linux/uaccess.h | 2 +-
8201 virt/kvm/kvm_main.c | 42 +-
8202 2088 files changed, 221599 insertions(+), 9618 deletions(-)
8203 commit 87790bbd0d8dc2bd7fd86cb947e32886db9e9766
8204 Author: Matthew Wilcox <willy@linux.intel.com>
8205 Date: Tue Feb 2 16:57:52 2016 -0800
8206
8207 radix-tree: fix race in gang lookup
8208
8209 If the indirect_ptr bit is set on a slot, that indicates we need to redo
8210 the lookup. Introduce a new function radix_tree_iter_retry() which
8211 forces the loop to retry the lookup by setting 'slot' to NULL and
8212 turning the iterator back to point at the problematic entry.
8213
8214 This is a pretty rare problem to hit at the moment; the lookup has to
8215 race with a grow of the radix tree from a height of 0. The consequences
8216 of hitting this race are that gang lookup could return a pointer to a
8217 radix_tree_node instead of a pointer to whatever the user had inserted
8218 in the tree.
8219
8220 Fixes: cebbd29e1c2f ("radix-tree: rewrite gang lookup using iterator")
8221 Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
8222 Cc: Hugh Dickins <hughd@google.com>
8223 Cc: Ohad Ben-Cohen <ohad@wizery.com>
8224 Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
8225 Cc: <stable@vger.kernel.org>
8226 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8227 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
8228
8229 include/linux/radix-tree.h | 16 ++++++++++++++++
8230 lib/radix-tree.c | 12 ++++++++++--
8231 2 files changed, 26 insertions(+), 2 deletions(-)
8232
8233 commit bf628043b4589c910919a0f221ae7f42aa8cea93
8234 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
8235 Date: Wed Feb 3 02:11:03 2016 +0100
8236
8237 unix: correctly track in-flight fds in sending process user_struct
8238
8239 The commit referenced in the Fixes tag incorrectly accounted the number
8240 of in-flight fds over a unix domain socket to the original opener
8241 of the file-descriptor. This allows another process to arbitrary
8242 deplete the original file-openers resource limit for the maximum of
8243 open files. Instead the sending processes and its struct cred should
8244 be credited.
8245
8246 To do so, we add a reference counted struct user_struct pointer to the
8247 scm_fp_list and use it to account for the number of inflight unix fds.
8248
8249 Fixes: 712f4aad406bb1 ("unix: properly account for FDs passed over unix sockets")
8250 Reported-by: David Herrmann <dh.herrmann@gmail.com>
8251 Cc: David Herrmann <dh.herrmann@gmail.com>
8252 Cc: Willy Tarreau <w@1wt.eu>
8253 Cc: Linus Torvalds <torvalds@linux-foundation.org>
8254 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
8255 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
8256 Signed-off-by: David S. Miller <davem@davemloft.net>
8257
8258 include/net/af_unix.h | 4 ++--
8259 include/net/scm.h | 1 +
8260 net/core/scm.c | 7 +++++++
8261 net/unix/af_unix.c | 4 ++--
8262 net/unix/garbage.c | 8 ++++----
8263 5 files changed, 16 insertions(+), 8 deletions(-)
8264
8265 commit e830db443ff78d70b7b63536e688d73907face0c
8266 Author: Mike Kravetz <mike.kravetz@oracle.com>
8267 Date: Fri Jan 15 16:57:37 2016 -0800
8268
8269 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
8270
8271 Hillf Danton noticed bugs in the hugetlb_vmtruncate_list routine. The
8272 argument end is of type pgoff_t. It was being converted to a vaddr
8273 offset and passed to unmap_hugepage_range. However, end was also being
8274 used as an argument to the vma_interval_tree_foreach controlling loop.
8275 In addition, the conversion of end to vaddr offset was incorrect.
8276
8277 hugetlb_vmtruncate_list is called as part of a file truncate or
8278 fallocate hole punch operation.
8279
8280 When truncating a hugetlbfs file, this bug could prevent some pages from
8281 being unmapped. This is possible if there are multiple vmas mapping the
8282 file, and there is a sufficiently sized hole between the mappings. The
8283 size of the hole between two vmas (A,B) must be such that the starting
8284 virtual address of B is greater than (ending virtual address of A <<
8285 PAGE_SHIFT). In this case, the pages in B would not be unmapped. If
8286 pages are not properly unmapped during truncate, the following BUG is
8287 hit:
8288
8289 kernel BUG at fs/hugetlbfs/inode.c:428!
8290
8291 In the fallocate hole punch case, this bug could prevent pages from
8292 being unmapped as in the truncate case. However, for hole punch the
8293 result is that unmapped pages will not be removed during the operation.
8294 For hole punch, it is also possible that more pages than desired will be
8295 unmapped. This unnecessary unmapping will cause page faults to
8296 reestablish the mappings on subsequent page access.
8297
8298 Fixes: 1bfad99ab (" hugetlbfs: hugetlb_vmtruncate_list() needs to take a range")Reported-by: Hillf Danton <hillf.zj@alibaba-inc.com>
8299 Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
8300 Cc: Hugh Dickins <hughd@google.com>
8301 Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
8302 Cc: Davidlohr Bueso <dave@stgolabs.net>
8303 Cc: Dave Hansen <dave.hansen@linux.intel.com>
8304 Cc: <stable@vger.kernel.org> [4.3]
8305 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8306 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
8307
8308 fs/hugetlbfs/inode.c | 19 +++++++++++--------
8309 1 files changed, 11 insertions(+), 8 deletions(-)
8310
8311 commit cdb3ba4a9113b779347387f3b6c6ea72dd4db12f
8312 Author: Takashi Iwai <tiwai@suse.de>
8313 Date: Thu Feb 4 17:06:13 2016 +0100
8314
8315 ALSA: timer: Fix leftover link at closing
8316
8317 In ALSA timer core, the active timer instance is managed in
8318 active_list linked list. Each element is added / removed dynamically
8319 at timer start, stop and in timer interrupt. The problem is that
8320 snd_timer_interrupt() has a thinko and leaves the element in
8321 active_list when it's the last opened element. This eventually leads
8322 to list corruption or use-after-free error.
8323
8324 This hasn't been revealed because we used to delete the list forcibly
8325 in snd_timer_stop() in the past. However, the recent fix avoids the
8326 double-stop behavior (in commit [f784beb75ce8: ALSA: timer: Fix link
8327 corruption due to double start or stop]), and this leak hits reality.
8328
8329 This patch fixes the link management in snd_timer_interrupt(). Now it
8330 simply unlinks no matter which stream is.
8331
8332 BugLink: http://lkml.kernel.org/r/CACT4Y+Yy2aukHP-EDp8-ziNqNNmb-NTf=jDWXMP7jB8HDa2vng@mail.gmail.com
8333 Reported-by: Dmitry Vyukov <dvyukov@google.com>
8334 Cc: <stable@vger.kernel.org>
8335 Signed-off-by: Takashi Iwai <tiwai@suse.de>
8336
8337 sound/core/timer.c | 4 ++--
8338 1 files changed, 2 insertions(+), 2 deletions(-)
8339
8340 commit 47d9647902f6a2f46a2be1e0140ba0f6f8c06008
8341 Author: Konstantin Khlebnikov <koct9i@gmail.com>
8342 Date: Fri Feb 5 15:37:01 2016 -0800
8343
8344 radix-tree: fix oops after radix_tree_iter_retry
8345
8346 Helper radix_tree_iter_retry() resets next_index to the current index.
8347 In following radix_tree_next_slot current chunk size becomes zero. This
8348 isn't checked and it tries to dereference null pointer in slot.
8349
8350 Tagged iterator is fine because retry happens only at slot 0 where tag
8351 bitmask in iter->tags is filled with single bit.
8352
8353 Fixes: 46437f9a554f ("radix-tree: fix race in gang lookup")
8354 Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
8355 Cc: Matthew Wilcox <willy@linux.intel.com>
8356 Cc: Hugh Dickins <hughd@google.com>
8357 Cc: Ohad Ben-Cohen <ohad@wizery.com>
8358 Cc: Jeremiah Mahler <jmmahler@gmail.com>
8359 Cc: <stable@vger.kernel.org>
8360 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8361 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
8362
8363 include/linux/radix-tree.h | 6 +++---
8364 1 files changed, 3 insertions(+), 3 deletions(-)
8365
8366 commit 95b5dcb3c01958502af00b0bc0da1d906aae11a2
8367 Merge: 438be0b 256aeaf
8368 Author: Brad Spengler <spender@grsecurity.net>
8369 Date: Sun Feb 7 08:29:33 2016 -0500
8370
8371 Merge branch 'pax-test' into grsec-test
8372
8373 commit 256aeaf87c22de8edf1f03682a572c590ae07771
8374 Author: Brad Spengler <spender@grsecurity.net>
8375 Date: Sun Feb 7 08:29:09 2016 -0500
8376
8377 Update to pax-linux-4.3.5-test28.patch:
8378 - fixed an integer truncation bug in numa_clear_kernel_node_hotplug caught by the size overflow plugin, reported by x14sg1 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4374)
8379 - spender fixed UDEREF on arm
8380
8381 arch/arm/Kconfig | 1 +
8382 arch/arm/include/asm/domain.h | 21 ++++++++-
8383 arch/arm/include/asm/futex.h | 9 ----
8384 arch/arm/include/asm/thread_info.h | 3 +
8385 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
8386 arch/arm/kernel/entry-armv.S | 2 +-
8387 arch/arm/kernel/process.c | 2 +-
8388 arch/arm/mm/alignment.c | 8 ----
8389 arch/x86/mm/numa.c | 2 +-
8390 security/Kconfig | 1 -
8391 10 files changed, 60 insertions(+), 70 deletions(-)
8392
8393 commit 438be0bd112bd17942b2628c53054dc1007558a1
8394 Author: Brad Spengler <spender@grsecurity.net>
8395 Date: Sat Feb 6 19:50:31 2016 -0500
8396
8397 Fix a number of issues caused by the upstream merging of a UDEREF ripoff resulting in unbootable
8398 ARM systems reported on the forums
8399
8400 arch/arm/Kconfig | 1 +
8401 arch/arm/include/asm/domain.h | 21 ++++++++-
8402 arch/arm/include/asm/futex.h | 9 ----
8403 arch/arm/include/asm/thread_info.h | 3 +
8404 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
8405 arch/arm/kernel/entry-armv.S | 2 +-
8406 arch/arm/kernel/process.c | 2 +-
8407 arch/arm/mm/alignment.c | 8 ----
8408 security/Kconfig | 1 -
8409 9 files changed, 59 insertions(+), 69 deletions(-)
8410
8411 commit 4ffdd5ef1f87e611af1efb4f251ada92abe9f4c0
8412 Author: Brad Spengler <spender@grsecurity.net>
8413 Date: Sat Feb 6 11:21:53 2016 -0500
8414
8415 Fix another compiler warning
8416
8417 net/ipv4/tcp_input.c | 2 ++
8418 1 files changed, 2 insertions(+), 0 deletions(-)
8419
8420 commit 30b5b7bc0fd67d458bdd5ab35e4689769eabd2ed
8421 Author: Brad Spengler <spender@grsecurity.net>
8422 Date: Sat Feb 6 11:16:12 2016 -0500
8423
8424 Fix two compiler warnings
8425
8426 kernel/pid.c | 5 ++---
8427 kernel/ptrace.c | 3 ++-
8428 2 files changed, 4 insertions(+), 4 deletions(-)
8429
8430 commit dda4d2a21914c480750f10bd55c6e3203d415d8d
8431 Author: Brad Spengler <spender@grsecurity.net>
8432 Date: Wed Feb 3 21:22:40 2016 -0500
8433
8434 Apply fix for integer truncation in NUMA init code, reported by
8435 x14sg1 on the forums:
8436 https://forums.grsecurity.net/viewtopic.php?f=3&t=4374
8437
8438 arch/x86/mm/numa.c | 2 +-
8439 1 files changed, 1 insertions(+), 1 deletions(-)
8440
8441 commit 477505f7c893cb6a2c3e22f83eefd9c985d7b3ca
8442 Merge: a781740 016d0d8
8443 Author: Brad Spengler <spender@grsecurity.net>
8444 Date: Wed Feb 3 21:20:58 2016 -0500
8445
8446 Merge branch 'pax-test' into grsec-test
8447
8448 commit 016d0d81a8dd4be1304c82a68e0ccf425868f467
8449 Author: Brad Spengler <spender@grsecurity.net>
8450 Date: Wed Feb 3 21:20:10 2016 -0500
8451
8452 Update to pax-linux-4.3.5-test27.patch:
8453 - fixed a bunch of potential REFCOUNT false positives, reported by Emese
8454 - restored padding in fpregs_state for storing AVX-512 state in the future
8455 - constified netlink_dump_control
8456 - added const version of debug_gimple_stmt for gcc plugins, by Emese
8457 - Emese fixed a bug in initify that could have initified too much
8458 - Emese fixed a false positive intentional integer overflow in xfrm4_extract_header, reported by corsac
8459
8460 arch/x86/include/asm/fpu/types.h | 1 +
8461 arch/x86/include/asm/mmu_context.h | 2 +-
8462 block/blk-cgroup.c | 18 ++--
8463 block/cfq-iosched.c | 4 +-
8464 crypto/crypto_user.c | 8 ++-
8465 drivers/acpi/apei/ghes.c | 6 +-
8466 drivers/char/ipmi/ipmi_ssif.c | 12 ++--
8467 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
8468 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
8469 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
8470 drivers/infiniband/core/netlink.c | 5 +-
8471 drivers/infiniband/hw/cxgb4/device.c | 6 +-
8472 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
8473 drivers/md/bcache/alloc.c | 2 +-
8474 drivers/md/bcache/bcache.h | 10 +-
8475 drivers/md/bcache/btree.c | 2 +-
8476 drivers/md/bcache/io.c | 10 +-
8477 drivers/md/bcache/journal.c | 2 +-
8478 drivers/md/bcache/stats.c | 26 +++---
8479 drivers/md/bcache/stats.h | 16 ++--
8480 drivers/md/bcache/super.c | 2 +-
8481 drivers/md/bcache/sysfs.c | 20 +++---
8482 drivers/md/dm-cache-target.c | 98 ++++++++++++------------
8483 drivers/md/dm-raid.c | 2 +-
8484 drivers/md/md.c | 6 +-
8485 drivers/md/md.h | 2 +-
8486 drivers/md/raid1.c | 2 +-
8487 drivers/md/raid10.c | 2 +-
8488 drivers/md/raid5.c | 4 +-
8489 drivers/media/pci/zoran/zoran.h | 1 -
8490 drivers/media/pci/zoran/zoran_driver.c | 3 -
8491 drivers/net/ethernet/sfc/selftest.c | 20 +++---
8492 drivers/net/irda/vlsi_ir.c | 18 ++--
8493 drivers/net/irda/vlsi_ir.h | 14 ++--
8494 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
8495 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
8496 drivers/net/wireless/ath/carl9170/main.c | 10 +-
8497 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
8498 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
8499 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
8500 drivers/scsi/hptiop.c | 2 -
8501 drivers/scsi/hptiop.h | 1 -
8502 drivers/scsi/ipr.c | 6 +-
8503 drivers/scsi/ipr.h | 2 +-
8504 drivers/scsi/qla2xxx/qla_target.c | 10 +-
8505 drivers/scsi/qla2xxx/qla_target.h | 2 +-
8506 fs/btrfs/ctree.c | 2 +-
8507 fs/btrfs/ctree.h | 4 +-
8508 fs/btrfs/delayed-ref.c | 4 +-
8509 fs/btrfs/disk-io.c | 4 +-
8510 fs/btrfs/file.c | 4 +-
8511 fs/btrfs/raid56.c | 32 ++++----
8512 fs/btrfs/tests/btrfs-tests.c | 2 +-
8513 fs/btrfs/transaction.c | 2 +-
8514 fs/btrfs/tree-log.c | 8 +-
8515 fs/btrfs/volumes.c | 14 ++--
8516 fs/btrfs/volumes.h | 22 +++---
8517 fs/jbd2/commit.c | 2 +-
8518 fs/jbd2/transaction.c | 4 +-
8519 fs/ocfs2/dlm/dlmcommon.h | 4 +-
8520 fs/ocfs2/dlm/dlmdebug.c | 10 +-
8521 fs/ocfs2/dlm/dlmdomain.c | 4 +-
8522 fs/ocfs2/dlm/dlmmaster.c | 4 +-
8523 include/acpi/ghes.h | 2 +-
8524 include/linux/blk-cgroup.h | 24 +++---
8525 include/linux/jbd2.h | 2 +-
8526 include/linux/netlink.h | 12 ++--
8527 include/net/cfg802154.h | 2 +-
8528 include/net/mac80211.h | 2 +-
8529 include/net/neighbour.h | 2 +-
8530 kernel/rcu/tree_plugin.h | 4 +-
8531 net/batman-adv/routing.c | 4 +-
8532 net/batman-adv/soft-interface.c | 2 +-
8533 net/batman-adv/translation-table.c | 14 ++--
8534 net/batman-adv/types.h | 2 +-
8535 net/core/neighbour.c | 14 ++--
8536 net/core/rtnetlink.c | 2 +-
8537 net/ipv4/arp.c | 2 +-
8538 net/ipv4/inet_diag.c | 4 +-
8539 net/ipv4/xfrm4_state.c | 4 +-
8540 net/ipv6/ndisc.c | 2 +-
8541 net/mac80211/cfg.c | 2 +-
8542 net/mac80211/debugfs_key.c | 2 +-
8543 net/mac80211/key.c | 4 +-
8544 net/mac80211/tx.c | 2 +-
8545 net/mac80211/wpa.c | 10 +-
8546 net/mac802154/iface.c | 4 +-
8547 net/netfilter/ipset/ip_set_core.c | 2 +-
8548 net/netfilter/nf_conntrack_netlink.c | 22 +++---
8549 net/netfilter/nf_tables_api.c | 13 ++--
8550 net/netfilter/nfnetlink_acct.c | 7 +-
8551 net/netfilter/nfnetlink_cthelper.c | 2 +-
8552 net/netfilter/nfnetlink_cttimeout.c | 2 +-
8553 net/netlink/af_netlink.c | 10 ++-
8554 net/netlink/diag.c | 2 +-
8555 net/netlink/genetlink.c | 14 ++--
8556 net/packet/af_packet.c | 18 ++--
8557 net/packet/diag.c | 2 +-
8558 net/packet/internal.h | 6 +-
8559 net/unix/diag.c | 2 +-
8560 net/xfrm/xfrm_user.c | 2 +-
8561 security/apparmor/include/policy.h | 2 +-
8562 security/apparmor/policy.c | 4 +-
8563 sound/core/seq/seq_clientmgr.c | 2 +-
8564 sound/core/seq/seq_fifo.c | 6 +-
8565 sound/core/seq/seq_fifo.h | 2 +-
8566 tools/gcc/gcc-common.h | 24 ++++--
8567 tools/gcc/initify_plugin.c | 7 +-
8568 tools/lib/api/Makefile | 2 +-
8569 109 files changed, 399 insertions(+), 391 deletions(-)
8570
8571 commit a7817402ac837b1aee07fac42537a02097055098
8572 Author: Matt Fleming <matt@codeblueprint.co.uk>
8573 Date: Fri Jan 29 11:36:10 2016 +0000
8574
8575 x86/mm/pat: Avoid truncation when converting cpa->numpages to address
8576
8577 There are a couple of nasty truncation bugs lurking in the pageattr
8578 code that can be triggered when mapping EFI regions, e.g. when we pass
8579 a cpa->pgd pointer. Because cpa->numpages is a 32-bit value, shifting
8580 left by PAGE_SHIFT will truncate the resultant address to 32-bits.
8581
8582 Viorel-Cătălin managed to trigger this bug on his Dell machine that
8583 provides a ~5GB EFI region which requires 1236992 pages to be mapped.
8584 When calling populate_pud() the end of the region gets calculated
8585 incorrectly in the following buggy expression,
8586
8587 end = start + (cpa->numpages << PAGE_SHIFT);
8588
8589 And only 188416 pages are mapped. Next, populate_pud() gets invoked
8590 for a second time because of the loop in __change_page_attr_set_clr(),
8591 only this time no pages get mapped because shifting the remaining
8592 number of pages (1048576) by PAGE_SHIFT is zero. At which point the
8593 loop in __change_page_attr_set_clr() spins forever because we fail to
8594 map progress.
8595
8596 Hitting this bug depends very much on the virtual address we pick to
8597 map the large region at and how many pages we map on the initial run
8598 through the loop. This explains why this issue was only recently hit
8599 with the introduction of commit
8600
8601 a5caa209ba9c ("x86/efi: Fix boot crash by mapping EFI memmap
8602 entries bottom-up at runtime, instead of top-down")
8603
8604 It's interesting to note that safe uses of cpa->numpages do exist in
8605 the pageattr code. If instead of shifting ->numpages we multiply by
8606 PAGE_SIZE, no truncation occurs because PAGE_SIZE is a UL value, and
8607 so the result is unsigned long.
8608
8609 To avoid surprises when users try to convert very large cpa->numpages
8610 values to addresses, change the data type from 'int' to 'unsigned
8611 long', thereby making it suitable for shifting by PAGE_SHIFT without
8612 any type casting.
8613
8614 The alternative would be to make liberal use of casting, but that is
8615 far more likely to cause problems in the future when someone adds more
8616 code and fails to cast properly; this bug was difficult enough to
8617 track down in the first place.
8618
8619 Reported-and-tested-by: Viorel-Cătălin Răpițeanu <rapiteanu.catalin@gmail.com>
8620 Acked-by: Borislav Petkov <bp@alien8.de>
8621 Cc: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
8622 Cc: <stable@vger.kernel.org>
8623 Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
8624 Link: https://bugzilla.kernel.org/show_bug.cgi?id=110131
8625 Link: http://lkml.kernel.org/r/1454067370-10374-1-git-send-email-matt@codeblueprint.co.uk
8626 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
8627
8628 arch/x86/mm/pageattr.c | 4 ++--
8629 1 files changed, 2 insertions(+), 2 deletions(-)
8630
8631 commit 64dd9d7a67a742fda257cdd16510c29e695c34b5
8632 Author: Jan Beulich <JBeulich@suse.com>
8633 Date: Tue Jan 26 04:15:18 2016 -0700
8634
8635 x86/mm: Fix types used in pgprot cacheability flags translations
8636
8637 For PAE kernels "unsigned long" is not suitable to hold page protection
8638 flags, since _PAGE_NX doesn't fit there. This is the reason for quite a
8639 few W+X pages getting reported as insecure during boot (observed namely
8640 for the entire initrd range).
8641
8642 Fixes: 281d4078be ("x86: Make page cache mode a real type")
8643 Signed-off-by: Jan Beulich <jbeulich@suse.com>
8644 Reviewed-by: Juergen Gross <JGross@suse.com>
8645 Cc: stable@vger.kernel.org
8646 Link: http://lkml.kernel.org/r/56A7635602000078000CAFF1@prv-mh.provo.novell.com
8647 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
8648
8649 arch/x86/include/asm/pgtable_types.h | 6 ++----
8650 1 files changed, 2 insertions(+), 4 deletions(-)
8651
8652 commit bb9a3a9df0d8dfc96d521676e64c42b37ba22aea
8653 Merge: 682d661 f74425b
8654 Author: Brad Spengler <spender@grsecurity.net>
8655 Date: Sun Jan 31 15:06:25 2016 -0500
8656
8657 Merge branch 'pax-test' into grsec-test
8658
8659 Conflicts:
8660 drivers/net/slip/slhc.c
8661 include/linux/sched.h
8662 net/unix/af_unix.c
8663 sound/core/timer.c
8664
8665 commit f74425b5705bfe52aff9e97659ef10c4a14176c3
8666 Merge: d14af1f 849a2d3
8667 Author: Brad Spengler <spender@grsecurity.net>
8668 Date: Sun Jan 31 15:02:55 2016 -0500
8669
8670 Merge branch 'linux-4.3.y' into pax-test
8671
8672 Conflicts:
8673 arch/x86/include/asm/mmu_context.h
8674
8675 commit 682d6611d75542e351c973c8dd74a99d3966c073
8676 Author: Brad Spengler <spender@grsecurity.net>
8677 Date: Sat Jan 30 13:05:03 2016 -0500
8678
8679 Based on a report from Mathias Krause, fix up a number of additional instances
8680 of ulong overflow when passing in values to gr_learn_resource by saturating
8681 to ULONG_MAX
8682
8683 mm/mlock.c | 11 ++++++++---
8684 mm/mmap.c | 16 +++++++++++++---
8685 2 files changed, 21 insertions(+), 6 deletions(-)
8686
8687 commit adb52e95fb9ad4ac9c56cd5d47bd668f47c33096
8688 Author: Jann Horn <jann@thejh.net>
8689 Date: Sat Dec 26 06:00:48 2015 +0100
8690
8691 seccomp: always propagate NO_NEW_PRIVS on tsync
8692
8693 Before this patch, a process with some permissive seccomp filter
8694 that was applied by root without NO_NEW_PRIVS was able to add
8695 more filters to itself without setting NO_NEW_PRIVS by setting
8696 the new filter from a throwaway thread with NO_NEW_PRIVS.
8697
8698 Signed-off-by: Jann Horn <jann@thejh.net>
8699 Cc: stable@vger.kernel.org
8700 Signed-off-by: Kees Cook <keescook@chromium.org>
8701
8702 kernel/seccomp.c | 22 +++++++++++-----------
8703 1 files changed, 11 insertions(+), 11 deletions(-)
8704
8705 commit b85450498a3bbf269441c8963d7574bb3079c838
8706 Merge: 59c216f d14af1f
8707 Author: Brad Spengler <spender@grsecurity.net>
8708 Date: Fri Jan 29 20:54:13 2016 -0500
8709
8710 Merge branch 'pax-test' into grsec-test
8711
8712 commit d14af1f1dd66511f3f0674deee2b572972012b39
8713 Author: Brad Spengler <spender@grsecurity.net>
8714 Date: Fri Jan 29 20:53:51 2016 -0500
8715
8716 Update to pax-linux-4.3.4-test26.patch:
8717 - Emese fixed a few intentional overflows introduced by gcc, reported by StalkR (https://forums.grsecurity.net/viewtopic.php?f=3&t=4370)
8718
8719 fs/cifs/file.c | 2 +-
8720 fs/gfs2/file.c | 2 +-
8721 .../size_overflow_plugin/intentional_overflow.c | 96 ++++++++++++++++++--
8722 tools/gcc/size_overflow_plugin/size_overflow.h | 2 +
8723 .../size_overflow_plugin/size_overflow_plugin.c | 4 +-
8724 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
8725 .../size_overflow_transform_core.c | 5 +
8726 7 files changed, 102 insertions(+), 15 deletions(-)
8727
8728 commit 59c216f13587eacdd692386b7a403ae78ed84fb6
8729 Author: Brad Spengler <spender@grsecurity.net>
8730 Date: Wed Jan 27 17:57:21 2016 -0500
8731
8732 Fix a size_overflow report reported by Mathias Krause in our
8733 truncation of an loff_t to an unsigned long when being passed
8734 to gr_learn_resource() (as all resource checks are against unsigned long
8735 values)
8736
8737 fs/attr.c | 5 ++++-
8738 1 files changed, 4 insertions(+), 1 deletions(-)
8739
8740 commit 70636c6ad60fc1db3af764ecc789b827b7497a97
8741 Author: Yuchung Cheng <ycheng@google.com>
8742 Date: Wed Jan 6 12:42:38 2016 -0800
8743
8744 tcp: fix zero cwnd in tcp_cwnd_reduction
8745
8746 Patch 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode
8747 conditionally") introduced a bug that cwnd may become 0 when both
8748 inflight and sndcnt are 0 (cwnd = inflight + sndcnt). This may lead
8749 to a div-by-zero if the connection starts another cwnd reduction
8750 phase by setting tp->prior_cwnd to the current cwnd (0) in
8751 tcp_init_cwnd_reduction().
8752
8753 To prevent this we skip PRR operation when nothing is acked or
8754 sacked. Then cwnd must be positive in all cases as long as ssthresh
8755 is positive:
8756
8757 1) The proportional reduction mode
8758 inflight > ssthresh > 0
8759
8760 2) The reduction bound mode
8761 a) inflight == ssthresh > 0
8762
8763 b) inflight < ssthresh
8764 sndcnt > 0 since newly_acked_sacked > 0 and inflight < ssthresh
8765
8766 Therefore in all cases inflight and sndcnt can not both be 0.
8767 We check invalid tp->prior_cwnd to avoid potential div0 bugs.
8768
8769 In reality this bug is triggered only with a sequence of less common
8770 events. For example, the connection is terminating an ECN-triggered
8771 cwnd reduction with an inflight 0, then it receives reordered/old
8772 ACKs or DSACKs from prior transmission (which acks nothing). Or the
8773 connection is in fast recovery stage that marks everything lost,
8774 but fails to retransmit due to local issues, then receives data
8775 packets from other end which acks nothing.
8776
8777 Fixes: 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode conditionally")
8778 Reported-by: Oleksandr Natalenko <oleksandr@natalenko.name>
8779 Signed-off-by: Yuchung Cheng <ycheng@google.com>
8780 Signed-off-by: Neal Cardwell <ncardwell@google.com>
8781 Signed-off-by: Eric Dumazet <edumazet@google.com>
8782 Signed-off-by: David S. Miller <davem@davemloft.net>
8783
8784 net/ipv4/tcp_input.c | 3 +++
8785 1 files changed, 3 insertions(+), 0 deletions(-)
8786
8787 commit dac1da2bedbb43195d371c7a192cfeeb45683df0
8788 Author: Eric Dumazet <edumazet@google.com>
8789 Date: Sun Jan 24 13:53:50 2016 -0800
8790
8791 af_unix: fix struct pid memory leak
8792
8793 Dmitry reported a struct pid leak detected by a syzkaller program.
8794
8795 Bug happens in unix_stream_recvmsg() when we break the loop when a
8796 signal is pending, without properly releasing scm.
8797
8798 Fixes: b3ca9b02b007 ("net: fix multithreaded signal handling in unix recv routines")
8799 Reported-by: Dmitry Vyukov <dvyukov@google.com>
8800 Signed-off-by: Eric Dumazet <edumazet@google.com>
8801 Cc: Rainer Weikusat <rweikusat@mobileactivedefense.com>
8802 Signed-off-by: David S. Miller <davem@davemloft.net>
8803
8804 net/unix/af_unix.c | 1 +
8805 1 files changed, 1 insertions(+), 0 deletions(-)
8806
8807 commit 15cc47f127520d1ac0c1fe76d993c2c27f0f2571
8808 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
8809 Date: Fri Jan 22 01:39:43 2016 +0100
8810
8811 pptp: fix illegal memory access caused by multiple bind()s
8812
8813 Several times already this has been reported as kasan reports caused by
8814 syzkaller and trinity and people always looked at RCU races, but it is
8815 much more simple. :)
8816
8817 In case we bind a pptp socket multiple times, we simply add it to
8818 the callid_sock list but don't remove the old binding. Thus the old
8819 socket stays in the bucket with unused call_id indexes and doesn't get
8820 cleaned up. This causes various forms of kasan reports which were hard
8821 to pinpoint.
8822
8823 Simply don't allow multiple binds and correct error handling in
8824 pptp_bind. Also keep sk_state bits in place in pptp_connect.
8825
8826 Fixes: 00959ade36acad ("PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)")
8827 Cc: Dmitry Kozlov <xeb@mail.ru>
8828 Cc: Sasha Levin <sasha.levin@oracle.com>
8829 Cc: Dmitry Vyukov <dvyukov@google.com>
8830 Reported-by: Dmitry Vyukov <dvyukov@google.com>
8831 Cc: Dave Jones <davej@codemonkey.org.uk>
8832 Reported-by: Dave Jones <davej@codemonkey.org.uk>
8833 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
8834 Signed-off-by: David S. Miller <davem@davemloft.net>
8835
8836 drivers/net/ppp/pptp.c | 34 ++++++++++++++++++++++++----------
8837 1 files changed, 24 insertions(+), 10 deletions(-)
8838
8839 commit e2b7b8c66851c85188fa6dab2d2b2a6c85bc7332
8840 Author: Brad Spengler <spender@grsecurity.net>
8841 Date: Tue Jan 26 18:17:10 2016 -0500
8842
8843 Add info about cpupower/powertop to GRKERNSEC_KMEM, was present on our
8844 wiki but was removed from the config help at some point
8845
8846 grsecurity/Kconfig | 3 +++
8847 1 files changed, 3 insertions(+), 0 deletions(-)
8848
8849 commit ce2e88efa000fc32bfcd84098f57c8ed8310fefc
8850 Author: Thomas Egerer <hakke_007@gmx.de>
8851 Date: Mon Jan 25 12:58:44 2016 +0100
8852
8853 ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
8854
8855 The ESP algorithms using CBC mode require echainiv. Hence INET*_ESP have
8856 to select CRYPTO_ECHAINIV in order to work properly. This solves the
8857 issues caused by a misconfiguration as described in [1].
8858 The original approach, patching crypto/Kconfig was turned down by
8859 Herbert Xu [2].
8860
8861 [1] https://lists.strongswan.org/pipermail/users/2015-December/009074.html
8862 [2] http://marc.info/?l=linux-crypto-vger&m=145224655809562&w=2
8863
8864 Signed-off-by: Thomas Egerer <hakke_007@gmx.de>
8865 Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
8866 Signed-off-by: David S. Miller <davem@davemloft.net>
8867
8868 net/ipv4/Kconfig | 1 +
8869 net/ipv6/Kconfig | 1 +
8870 2 files changed, 2 insertions(+), 0 deletions(-)
8871
8872 commit fca5a303155ea67d28aece0caf2b03ffc3b2668d
8873 Merge: 904114c 6339c1f
8874 Author: Brad Spengler <spender@grsecurity.net>
8875 Date: Tue Jan 26 18:08:40 2016 -0500
8876
8877 Merge branch 'pax-test' into grsec-test
8878
8879 commit 6339c1f9a9beafd417bf9f04d4b257e62aeb45b7
8880 Author: Brad Spengler <spender@grsecurity.net>
8881 Date: Tue Jan 26 18:07:51 2016 -0500
8882
8883 Update to pax-linux-4.3.4-test25.patch:
8884 - fixed incorrect handling of VM_DONTCOPY during fork that would trigger a consistency check in the vma mirroring logic, reported by Mathias Krause <minipli@googlemail.com>
8885 - fixed init_new_context on !MODIFY_LDT_SYSCALL configs, reported by tjh (https://forums.grsecurity.net/viewtopic.php?f=3&t=4368)
8886 - fixed a few REFCOUNT false positives in SNMP related statistics
8887
8888 arch/x86/Kconfig | 2 +-
8889 arch/x86/include/asm/mmu_context.h | 17 +++++++++++++++++
8890 include/net/snmp.h | 10 +++++-----
8891 kernel/fork.c | 11 +++++++++--
8892 net/ipv4/proc.c | 8 ++++----
8893 net/ipv6/addrconf.c | 4 ++--
8894 net/ipv6/proc.c | 10 +++++-----
8895 7 files changed, 43 insertions(+), 19 deletions(-)
8896
8897 commit 904114c2fce3fdff5d57e763da56a78960db4e19
8898 Author: Al Viro <viro@zeniv.linux.org.uk>
8899 Date: Fri Jan 22 18:08:52 2016 -0500
8900
8901 make sure that freeing shmem fast symlinks is RCU-delayed
8902
8903 Cc: stable@vger.kernel.org # v4.2+
8904 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
8905
8906 include/linux/shmem_fs.h | 5 +----
8907 mm/shmem.c | 9 ++++-----
8908 2 files changed, 5 insertions(+), 9 deletions(-)
8909
8910 commit ab86adee64312a2f827dd516cb199521327943ed
8911 Author: Sasha Levin <sasha.levin@oracle.com>
8912 Date: Mon Jan 18 19:23:51 2016 -0500
8913
8914 netfilter: nf_conntrack: use safer way to lock all buckets
8915
8916 When we need to lock all buckets in the connection hashtable we'd attempt to
8917 lock 1024 spinlocks, which is way more preemption levels than supported by
8918 the kernel. Furthermore, this behavior was hidden by checking if lockdep is
8919 enabled, and if it was - use only 8 buckets(!).
8920
8921 Fix this by using a global lock and synchronize all buckets on it when we
8922 need to lock them all. This is pretty heavyweight, but is only done when we
8923 need to resize the hashtable, and that doesn't happen often enough (or at all).
8924
8925 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
8926 Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
8927 Reviewed-by: Florian Westphal <fw@strlen.de>
8928 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
8929
8930 Conflicts:
8931
8932 net/netfilter/nfnetlink_cttimeout.c
8933
8934 include/net/netfilter/nf_conntrack_core.h | 8 ++----
8935 net/netfilter/nf_conntrack_core.c | 38 +++++++++++++++++++++-------
8936 net/netfilter/nf_conntrack_helper.c | 2 +-
8937 net/netfilter/nf_conntrack_netlink.c | 2 +-
8938 4 files changed, 33 insertions(+), 17 deletions(-)
8939
8940 commit 37014723527225481c720484bb788a1a6358072f
8941 Author: Willy Tarreau <w@1wt.eu>
8942 Date: Mon Jan 18 16:36:09 2016 +0100
8943
8944 pipe: limit the per-user amount of pages allocated in pipes
8945
8946 On no-so-small systems, it is possible for a single process to cause an
8947 OOM condition by filling large pipes with data that are never read. A
8948 typical process filling 4000 pipes with 1 MB of data will use 4 GB of
8949 memory. On small systems it may be tricky to set the pipe max size to
8950 prevent this from happening.
8951
8952 This patch makes it possible to enforce a per-user soft limit above
8953 which new pipes will be limited to a single page, effectively limiting
8954 them to 4 kB each, as well as a hard limit above which no new pipes may
8955 be created for this user. This has the effect of protecting the system
8956 against memory abuse without hurting other users, and still allowing
8957 pipes to work correctly though with less data at once.
8958
8959 The limit are controlled by two new sysctls : pipe-user-pages-soft, and
8960 pipe-user-pages-hard. Both may be disabled by setting them to zero. The
8961 default soft limit allows the default number of FDs per process (1024)
8962 to create pipes of the default size (64kB), thus reaching a limit of 64MB
8963 before starting to create only smaller pipes. With 256 processes limited
8964 to 1024 FDs each, this results in 1024*64kB + (256*1024 - 1024) * 4kB =
8965 1084 MB of memory allocated for a user. The hard limit is disabled by
8966 default to avoid breaking existing applications that make intensive use
8967 of pipes (eg: for splicing).
8968
8969 Reported-by: socketpair@gmail.com
8970 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
8971 Mitigates: CVE-2013-4312 (Linux 2.0+)
8972 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
8973 Signed-off-by: Willy Tarreau <w@1wt.eu>
8974 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
8975
8976 Documentation/sysctl/fs.txt | 23 +++++++++++++++++++++
8977 fs/pipe.c | 47 +++++++++++++++++++++++++++++++++++++++++-
8978 include/linux/pipe_fs_i.h | 4 +++
8979 include/linux/sched.h | 1 +
8980 kernel/sysctl.c | 14 ++++++++++++
8981 5 files changed, 87 insertions(+), 2 deletions(-)
8982
8983 commit 51645fa198d194f746651dcfbc5f24a4cf8b9fb8
8984 Merge: 540f2af 7791ecb
8985 Author: Brad Spengler <spender@grsecurity.net>
8986 Date: Sat Jan 23 10:57:11 2016 -0500
8987
8988 Merge branch 'pax-test' into grsec-test
8989
8990 commit 7791ecb84f840343a5646236fd0d34e1fb450793
8991 Merge: 470069c 399588c
8992 Author: Brad Spengler <spender@grsecurity.net>
8993 Date: Sat Jan 23 10:56:47 2016 -0500
8994
8995 Merge branch 'linux-4.3.y' into pax-test
8996
8997 commit 540f2affebd42cdc26a699208ab4f1cb0cb75e33
8998 Author: Brad Spengler <spender@grsecurity.net>
8999 Date: Tue Jan 19 21:18:47 2016 -0500
9000
9001 Update size_overflow hash table
9002
9003 .../size_overflow_plugin/size_overflow_hash.data | 4 +++-
9004 1 files changed, 3 insertions(+), 1 deletions(-)
9005
9006 commit 7e649765626a28437f573f0fbe7a51a04615f041
9007 Author: Brad Spengler <spender@grsecurity.net>
9008 Date: Tue Jan 19 20:29:46 2016 -0500
9009
9010 Backport fix from: https://lkml.org/lkml/2015/12/13/187
9011
9012 fs/ext4/extents.c | 2 +-
9013 1 files changed, 1 insertions(+), 1 deletions(-)
9014
9015 commit 53b859cd0a5f5b6ad54fe0c879dfedaa3c5a3005
9016 Author: Jann Horn <jann@thejh.net>
9017 Date: Tue Jan 5 18:27:30 2016 +0100
9018
9019 compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)
9020
9021 This replaces all code in fs/compat_ioctl.c that translated
9022 ioctl arguments into a in-kernel structure, then performed
9023 do_ioctl under set_fs(KERNEL_DS), with code that allocates
9024 data on the user stack and can call the VFS ioctl handler
9025 under USER_DS.
9026
9027 This is done as a hardening measure because the caller
9028 does not know what kind of ioctl handler will be invoked,
9029 only that no corresponding compat_ioctl handler exists and
9030 what the ioctl command number is. The accidental
9031 invocation of an unlocked_ioctl handler that unexpectedly
9032 calls copy_to_user could be a severe security issue.
9033
9034 Signed-off-by: Jann Horn <jann@thejh.net>
9035 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
9036
9037 Conflicts:
9038
9039 fs/compat_ioctl.c
9040
9041 fs/compat_ioctl.c | 130 ++++++++++++++++++++++++++++-------------------------
9042 1 files changed, 68 insertions(+), 62 deletions(-)
9043
9044 commit 3e89e770ae27e931cd1583f021abac41eeebc3e7
9045 Author: Al Viro <viro@zeniv.linux.org.uk>
9046 Date: Thu Jan 7 09:53:30 2016 -0500
9047
9048 compat_ioctl: don't pass fd around when not needed
9049
9050 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
9051
9052 fs/compat_ioctl.c | 103 ++++++++++++++++++++++++++--------------------------
9053 fs/internal.h | 7 ++++
9054 fs/ioctl.c | 4 +-
9055 include/linux/fs.h | 2 -
9056 4 files changed, 61 insertions(+), 55 deletions(-)
9057
9058 commit 9d4e04082752d4d2d68445c4e6faf33a2613df55
9059 Author: Jann Horn <jann@thejh.net>
9060 Date: Tue Jan 5 18:27:29 2016 +0100
9061
9062 compat_ioctl: don't look up the fd twice
9063
9064 In code in fs/compat_ioctl.c that translates ioctl arguments
9065 into a in-kernel structure, then performs sys_ioctl, possibly
9066 under set_fs(KERNEL_DS), this commit changes the sys_ioctl
9067 calls to do_ioctl calls. do_ioctl is a new function that does
9068 the same thing as sys_ioctl, but doesn't look up the fd again.
9069
9070 This change is made to avoid (potential) security issues
9071 because of ioctl handlers that accept one of the ioctl
9072 commands I2C_FUNCS, VIDEO_GET_EVENT, MTIOCPOS, MTIOCGET,
9073 TIOCGSERIAL, TIOCSSERIAL, RTC_IRQP_READ, RTC_EPOCH_READ.
9074 This can happen for multiple reasons:
9075
9076 - The ioctl command number could be reused.
9077 - The ioctl handler might not check the full ioctl
9078 command. This is e.g. true for drm_ioctl.
9079 - The ioctl handler is very special, e.g. cuse_file_ioctl
9080
9081 The real issue is that set_fs(KERNEL_DS) is used here,
9082 but that's fixed in a separate commit
9083 "compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)".
9084
9085 This change mitigates potential security issues by
9086 preventing a race that permits invocation of
9087 unlocked_ioctl handlers under KERNEL_DS through compat
9088 code even if a corresponding compat_ioctl handler exists.
9089
9090 So far, no way has been identified to use this to damage
9091 kernel memory without having CAP_SYS_ADMIN in the init ns
9092 (with the capability, doing reads/writes at arbitrary
9093 kernel addresses should be easy through CUSE's ioctl
9094 handler with FUSE_IOCTL_UNRESTRICTED set).
9095
9096 [AV: two missed sys_ioctl() taken care of]
9097
9098 Signed-off-by: Jann Horn <jann@thejh.net>
9099 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
9100
9101 fs/compat_ioctl.c | 122 +++++++++++++++++++++++++++++-----------------------
9102 1 files changed, 68 insertions(+), 54 deletions(-)
9103
9104 commit 5bf9e1ed4ebb278cd956ba142914fc04a024309c
9105 Author: Vasily Kulikov <segoon@openwall.com>
9106 Date: Fri Jan 15 16:57:55 2016 -0800
9107
9108 include/linux/poison.h: use POISON_POINTER_DELTA for poison pointers
9109
9110 TIMER_ENTRY_STATIC is defined as a poison pointers which
9111 should point to nowhere. Redefine them using POISON_POINTER_DELTA
9112 arithmetics to make sure they really point to non-mappable area declared
9113 by the target architecture.
9114
9115 Signed-off-by: Vasily Kulikov <segoon@openwall.com>
9116 Acked-by: Thomas Gleixner <tglx@linutronix.de>
9117 Cc: Solar Designer <solar@openwall.com>
9118 Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
9119 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
9120 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9121
9122 Conflicts:
9123
9124 include/linux/poison.h
9125
9126 include/linux/poison.h | 2 +-
9127 1 files changed, 1 insertions(+), 1 deletions(-)
9128
9129 commit 60f2e0a05ab8f56c804a9334a23e2b446305d110
9130 Author: Brad Spengler <spender@grsecurity.net>
9131 Date: Tue Jan 19 19:41:44 2016 -0500
9132
9133 Fix ARM compilation, reported by Austin Sepp
9134
9135 grsecurity/grsec_sig.c | 1 +
9136 1 files changed, 1 insertions(+), 0 deletions(-)
9137
9138 commit e15383743443dc43460a2fd73e0db0b608610dca
9139 Author: Takashi Iwai <tiwai@suse.de>
9140 Date: Mon Jan 18 13:52:47 2016 +0100
9141
9142 ALSA: hrtimer: Fix stall by hrtimer_cancel()
9143
9144 hrtimer_cancel() waits for the completion from the callback, thus it
9145 must not be called inside the callback itself. This was already a
9146 problem in the past with ALSA hrtimer driver, and the early commit
9147 [fcfdebe70759: ALSA: hrtimer - Fix lock-up] tried to address it.
9148
9149 However, the previous fix is still insufficient: it may still cause a
9150 lockup when the ALSA timer instance reprograms itself in its callback.
9151 Then it invokes the start function even in snd_timer_interrupt() that
9152 is called in hrtimer callback itself, results in a CPU stall. This is
9153 no hypothetical problem but actually triggered by syzkaller fuzzer.
9154
9155 This patch tries to fix the issue again. Now we call
9156 hrtimer_try_to_cancel() at both start and stop functions so that it
9157 won't fall into a deadlock, yet giving some chance to cancel the queue
9158 if the functions have been called outside the callback. The proper
9159 hrtimer_cancel() is called in anyway at closing, so this should be
9160 enough.
9161
9162 Reported-and-tested-by: Dmitry Vyukov <dvyukov@google.com>
9163 Cc: <stable@vger.kernel.org>
9164 Signed-off-by: Takashi Iwai <tiwai@suse.de>
9165
9166 sound/core/hrtimer.c | 3 ++-
9167 1 files changed, 2 insertions(+), 1 deletions(-)
9168
9169 commit 12d874daf706e6e7c1ae709141859c809599297e
9170 Author: Takashi Iwai <tiwai@suse.de>
9171 Date: Tue Jan 12 12:38:02 2016 +0100
9172
9173 ALSA: seq: Fix missing NULL check at remove_events ioctl
9174
9175 snd_seq_ioctl_remove_events() calls snd_seq_fifo_clear()
9176 unconditionally even if there is no FIFO assigned, and this leads to
9177 an Oops due to NULL dereference. The fix is just to add a proper NULL
9178 check.
9179
9180 Reported-by: Dmitry Vyukov <dvyukov@google.com>
9181 Tested-by: Dmitry Vyukov <dvyukov@google.com>
9182 Cc: <stable@vger.kernel.org>
9183 Signed-off-by: Takashi Iwai <tiwai@suse.de>
9184
9185 sound/core/seq/seq_clientmgr.c | 2 +-
9186 1 files changed, 1 insertions(+), 1 deletions(-)
9187
9188 commit 2eb0632df1351378946507e7ef7ba0682632a7b5
9189 Author: Takashi Iwai <tiwai@suse.de>
9190 Date: Tue Jan 12 15:36:27 2016 +0100
9191
9192 ALSA: seq: Fix race at timer setup and close
9193
9194 ALSA sequencer code has an open race between the timer setup ioctl and
9195 the close of the client. This was triggered by syzkaller fuzzer, and
9196 a use-after-free was caught there as a result.
9197
9198 This patch papers over it by adding a proper queue->timer_mutex lock
9199 around the timer-related calls in the relevant code path.
9200
9201 Reported-by: Dmitry Vyukov <dvyukov@google.com>
9202 Tested-by: Dmitry Vyukov <dvyukov@google.com>
9203 Cc: <stable@vger.kernel.org>
9204 Signed-off-by: Takashi Iwai <tiwai@suse.de>
9205
9206 sound/core/seq/seq_queue.c | 2 ++
9207 1 files changed, 2 insertions(+), 0 deletions(-)
9208
9209 commit b9e55ab955e59b4a636d78a748be90334a48b485
9210 Author: Takashi Iwai <tiwai@suse.de>
9211 Date: Thu Jan 14 16:30:58 2016 +0100
9212
9213 ALSA: timer: Harden slave timer list handling
9214
9215 A slave timer instance might be still accessible in a racy way while
9216 operating the master instance as it lacks of locking. Since the
9217 master operation is mostly protected with timer->lock, we should cope
9218 with it while changing the slave instance, too. Also, some linked
9219 lists (active_list and ack_list) of slave instances aren't unlinked
9220 immediately at stopping or closing, and this may lead to unexpected
9221 accesses.
9222
9223 This patch tries to address these issues. It adds spin lock of
9224 timer->lock (either from master or slave, which is equivalent) in a
9225 few places. For avoiding a deadlock, we ensure that the global
9226 slave_active_lock is always locked at first before each timer lock.
9227
9228 Also, ack and active_list of slave instances are properly unlinked at
9229 snd_timer_stop() and snd_timer_close().
9230
9231 Last but not least, remove the superfluous call of _snd_timer_stop()
9232 at removing slave links. This is a noop, and calling it may confuse
9233 readers wrt locking. Further cleanup will follow in a later patch.
9234
9235 Actually we've got reports of use-after-free by syzkaller fuzzer, and
9236 this hopefully fixes these issues.
9237
9238 Reported-by: Dmitry Vyukov <dvyukov@google.com>
9239 Cc: <stable@vger.kernel.org>
9240 Signed-off-by: Takashi Iwai <tiwai@suse.de>
9241
9242 sound/core/timer.c | 18 ++++++++++++++----
9243 1 files changed, 14 insertions(+), 4 deletions(-)
9244
9245 commit f1ce0547bdfda1b42ae8a66c222f2a897cbe1586
9246 Author: Takashi Iwai <tiwai@suse.de>
9247 Date: Wed Jan 13 17:48:01 2016 +0100
9248
9249 ALSA: timer: Fix race among timer ioctls
9250
9251 ALSA timer ioctls have an open race and this may lead to a
9252 use-after-free of timer instance object. A simplistic fix is to make
9253 each ioctl exclusive. We have already tread_sem for controlling the
9254 tread, and extend this as a global mutex to be applied to each ioctl.
9255
9256 The downside is, of course, the worse concurrency. But these ioctls
9257 aren't to be parallel accessible, in anyway, so it should be fine to
9258 serialize there.
9259
9260 Reported-by: Dmitry Vyukov <dvyukov@google.com>
9261 Tested-by: Dmitry Vyukov <dvyukov@google.com>
9262 Cc: <stable@vger.kernel.org>
9263 Signed-off-by: Takashi Iwai <tiwai@suse.de>
9264
9265 sound/core/timer.c | 32 +++++++++++++++++++-------------
9266 1 files changed, 19 insertions(+), 13 deletions(-)
9267
9268 commit 8347d8461ed48a98f9c76cc3cfcdad8217d314bc
9269 Author: Takashi Iwai <tiwai@suse.de>
9270 Date: Wed Jan 13 21:35:06 2016 +0100
9271
9272 ALSA: timer: Fix double unlink of active_list
9273
9274 ALSA timer instance object has a couple of linked lists and they are
9275 unlinked unconditionally at snd_timer_stop(). Meanwhile
9276 snd_timer_interrupt() unlinks it, but it calls list_del() which leaves
9277 the element list itself unchanged. This ends up with unlinking twice,
9278 and it was caught by syzkaller fuzzer.
9279
9280 The fix is to use list_del_init() variant properly there, too.
9281
9282 Reported-by: Dmitry Vyukov <dvyukov@google.com>
9283 Tested-by: Dmitry Vyukov <dvyukov@google.com>
9284 Cc: <stable@vger.kernel.org>
9285 Signed-off-by: Takashi Iwai <tiwai@suse.de>
9286
9287 sound/core/timer.c | 2 +-
9288 1 files changed, 1 insertions(+), 1 deletions(-)
9289
9290 commit 243aebb7ae71d6e11ea9880faa893d1d0d60cd75
9291 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
9292 Date: Mon Jan 18 18:03:48 2016 +0100
9293
9294 ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack
9295
9296 It was seen that defective configurations of openvswitch could overwrite
9297 the STACK_END_MAGIC and cause a hard crash of the kernel because of too
9298 many recursions within ovs.
9299
9300 This problem arises due to the high stack usage of openvswitch. The rest
9301 of the kernel is fine with the current limit of 10 (RECURSION_LIMIT).
9302
9303 We use the already existing recursion counter in ovs_execute_actions to
9304 implement an upper bound of 5 recursions.
9305
9306 Cc: Pravin Shelar <pshelar@ovn.org>
9307 Cc: Simon Horman <simon.horman@netronome.com>
9308 Cc: Eric Dumazet <eric.dumazet@gmail.com>
9309 Cc: Simon Horman <simon.horman@netronome.com>
9310 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
9311 Signed-off-by: David S. Miller <davem@davemloft.net>
9312
9313 net/openvswitch/actions.c | 19 ++++++++++++++-----
9314 1 files changed, 14 insertions(+), 5 deletions(-)
9315
9316 commit 8080793479c6d5befe37a67b1dbd9e4e0a61af96
9317 Author: Ursula Braun <ursula.braun@de.ibm.com>
9318 Date: Tue Jan 19 10:41:33 2016 +0100
9319
9320 af_iucv: Validate socket address length in iucv_sock_bind()
9321
9322 Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
9323 Reported-by: Dmitry Vyukov <dvyukov@google.com>
9324 Reviewed-by: Evgeny Cherkashin <Eugene.Crosser@ru.ibm.com>
9325 Signed-off-by: David S. Miller <davem@davemloft.net>
9326
9327 net/iucv/af_iucv.c | 3 +++
9328 1 files changed, 3 insertions(+), 0 deletions(-)
9329
9330 commit 50a383c1c91ed7409c3cbdd41e662d6891463d1b
9331 Author: Brad Spengler <spender@grsecurity.net>
9332 Date: Tue Jan 19 19:32:54 2016 -0500
9333
9334 Apply the same fix as everyone else for the recent keys vulnerability that is
9335 unexploitable under PAX_REFCOUNT
9336
9337 Make a couple more changes that no one else can/will
9338
9339 include/linux/key-type.h | 4 ++--
9340 ipc/msgutil.c | 4 ++--
9341 security/keys/internal.h | 2 +-
9342 security/keys/process_keys.c | 1 +
9343 4 files changed, 6 insertions(+), 5 deletions(-)
9344
9345 commit b56c3a63f431c193400aee17543021950bd14bc4
9346 Merge: 38b1a3d 470069c
9347 Author: Brad Spengler <spender@grsecurity.net>
9348 Date: Sun Jan 17 18:30:19 2016 -0500
9349
9350 Merge branch 'pax-test' into grsec-test
9351
9352 commit 470069cfedef2180313233d275be5901bd6d1135
9353 Author: Brad Spengler <spender@grsecurity.net>
9354 Date: Sun Jan 17 18:29:59 2016 -0500
9355
9356 Update to pax-linux-4.3.3-test22.patch:
9357 - Emesed fixed a gcc induced intentional integer overflow in asix_rx_fixup_internal, reported by thomas callison caffrey
9358 - fixed some more fallout from the drm_drivers constification, reported by Colin Childs and Toralf Foerster
9359
9360 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 ++++----------
9361 drivers/gpu/drm/drm_pci.c | 3 +++
9362 drivers/gpu/drm/gma500/psb_drv.c | 4 ----
9363 drivers/gpu/drm/i915/i915_drv.c | 16 ++++++++--------
9364 drivers/gpu/drm/nouveau/nouveau_drm.c | 6 +++---
9365 drivers/gpu/drm/radeon/radeon_drv.c | 4 +---
9366 drivers/net/usb/asix_common.c | 3 ++-
9367 include/drm/drmP.h | 1 +
9368 8 files changed, 22 insertions(+), 29 deletions(-)
9369
9370 commit 38b1a3d676f407865c3d41840df8213c5ad639c1
9371 Author: Brad Spengler <spender@grsecurity.net>
9372 Date: Sun Jan 17 12:33:53 2016 -0500
9373
9374 As reported by Luis Ressel, the Kconfig help for GRKERNSEC_BRUTE
9375 mentioned banning execution of suid/sgid binaries, though the kernel
9376 source clearly only mentions banning execution of suid binaries. Since
9377 there's no reason for us to not ban execution of sgid binaries as well,
9378 make the implementation match the Kconfig description.
9379
9380 fs/exec.c | 4 ++--
9381 grsecurity/grsec_sig.c | 27 ++++++++++++++-------------
9382 include/linux/sched.h | 4 ++--
9383 3 files changed, 18 insertions(+), 17 deletions(-)
9384
9385 commit 8c3bcb7dbf7f606acfa0983e81f0f928da1f1ace
9386 Merge: d141a86 ea4a835
9387 Author: Brad Spengler <spender@grsecurity.net>
9388 Date: Sat Jan 16 14:12:22 2016 -0500
9389
9390 Merge branch 'pax-test' into grsec-test
9391
9392 Conflicts:
9393 drivers/gpu/drm/i810/i810_drv.c
9394
9395 commit ea4a835328ada6513ac013986764d6caea8cd348
9396 Author: Brad Spengler <spender@grsecurity.net>
9397 Date: Sat Jan 16 14:11:30 2016 -0500
9398
9399 Update to pax-linux-4.3.3-test21.patch:
9400 - fixed some fallout from the drm_drivers constification, reported by spender
9401
9402 drivers/gpu/drm/armada/armada_drv.c | 3 +--
9403 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
9404 drivers/gpu/drm/i810/i810_dma.c | 2 +-
9405 drivers/gpu/drm/i810/i810_drv.c | 6 +++++-
9406 drivers/gpu/drm/i810/i810_drv.h | 2 +-
9407 5 files changed, 8 insertions(+), 6 deletions(-)
9408
9409 commit d141a86fd66194bc3f896b6809b189e2f12a9a83
9410 Author: Brad Spengler <spender@grsecurity.net>
9411 Date: Sat Jan 16 13:16:36 2016 -0500
9412
9413 compile fix
9414
9415 drivers/gpu/drm/i810/i810_dma.c | 2 +-
9416 drivers/gpu/drm/i810/i810_drv.c | 4 +++-
9417 drivers/gpu/drm/i810/i810_drv.h | 2 +-
9418 3 files changed, 5 insertions(+), 3 deletions(-)
9419
9420 commit 0d9dc4b25ea32c14561bcfe6b5b24f1b00fe0270
9421 Merge: 5fa135d bbda879
9422 Author: Brad Spengler <spender@grsecurity.net>
9423 Date: Sat Jan 16 12:59:22 2016 -0500
9424
9425 Merge branch 'pax-test' into grsec-test
9426
9427 commit bbda87914edf63e27fb46670bf3a373f2b963c73
9428 Author: Brad Spengler <spender@grsecurity.net>
9429 Date: Sat Jan 16 12:58:04 2016 -0500
9430
9431 Update to pax-linux-4.3.3-test20.patch:
9432 - constified drm_driver
9433 - Emese fixed a special case in handling __func__ in the initify plugin
9434 - Emese fixed a false positive size overflow report in handling inbufBits, reported by Martin Filo (https://bugs.gentoo.org/show_bug.cgi?id=567048)
9435 - fixed regression that caused perf to not resolve kernel code addresses under KERNEXEC/i386, reported by minipli
9436
9437 arch/x86/kernel/cpu/perf_event.h | 2 +-
9438 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
9439 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
9440 arch/x86/kernel/uprobes.c | 2 +-
9441 arch/x86/mm/mpx.c | 2 +-
9442 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
9443 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 ++-
9444 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
9445 drivers/gpu/drm/drm_pci.c | 6 +-
9446 drivers/gpu/drm/gma500/psb_drv.c | 5 +-
9447 drivers/gpu/drm/i915/i915_dma.c | 2 +-
9448 drivers/gpu/drm/i915/i915_drv.c | 15 ++--
9449 drivers/gpu/drm/i915/i915_drv.h | 2 +-
9450 drivers/gpu/drm/i915/i915_irq.c | 88 ++++++++++----------
9451 drivers/gpu/drm/mga/mga_drv.c | 5 +-
9452 drivers/gpu/drm/mga/mga_drv.h | 2 +-
9453 drivers/gpu/drm/mga/mga_state.c | 2 +-
9454 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 ++--
9455 drivers/gpu/drm/qxl/qxl_drv.c | 8 ++-
9456 drivers/gpu/drm/qxl/qxl_ioctl.c | 2 +-
9457 drivers/gpu/drm/r128/r128_drv.c | 4 +-
9458 drivers/gpu/drm/r128/r128_drv.h | 2 +-
9459 drivers/gpu/drm/r128/r128_state.c | 2 +-
9460 drivers/gpu/drm/radeon/radeon_drv.c | 17 +++-
9461 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
9462 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
9463 drivers/gpu/drm/radeon/radeon_state.c | 2 +-
9464 drivers/gpu/drm/savage/savage_bci.c | 2 +-
9465 drivers/gpu/drm/savage/savage_drv.c | 5 +-
9466 drivers/gpu/drm/savage/savage_drv.h | 2 +-
9467 drivers/gpu/drm/sis/sis_drv.c | 5 +-
9468 drivers/gpu/drm/sis/sis_drv.h | 2 +-
9469 drivers/gpu/drm/sis/sis_mm.c | 2 +-
9470 drivers/gpu/drm/via/via_dma.c | 2 +-
9471 drivers/gpu/drm/via/via_drv.c | 5 +-
9472 drivers/gpu/drm/via/via_drv.h | 2 +-
9473 include/drm/drmP.h | 2 +-
9474 mm/slab.c | 2 +-
9475 net/sunrpc/xprtrdma/svc_rdma.c | 6 +-
9476 tools/gcc/initify_plugin.c | 15 +++-
9477 .../disable_size_overflow_hash.data | 1 +
9478 .../size_overflow_plugin/size_overflow_hash.data | 3 +-
9479 42 files changed, 156 insertions(+), 110 deletions(-)
9480
9481 commit 5fa135dc116350e0205c39ef65eaf6496ed2748a
9482 Author: Brad Spengler <spender@grsecurity.net>
9483 Date: Sat Jan 16 12:19:23 2016 -0500
9484
9485 compile fix
9486
9487 grsecurity/grsec_sig.c | 3 +--
9488 1 files changed, 1 insertions(+), 2 deletions(-)
9489
9490 commit a9090fa58f33f75c7450fda5721a9b13625a47d9
9491 Author: Brad Spengler <spender@grsecurity.net>
9492 Date: Sat Jan 16 12:10:37 2016 -0500
9493
9494 As pointed out by Jann Horn, some distros are starting to circumvent
9495 previous assumptions about the attainability of a user to control
9496 multiple UIDs by handing out suid binaries that allow a user to run
9497 processes (including exploits) under a number of other pre-defined
9498 UIDs. As this could potentially be used to bypass GRKERNSEC_BRUTE
9499 (though it would have to involve some code path that doesn't involve
9500 locks) fix that here by ensuring no more than 8 users on a system can
9501 be banned before a reboot is required. If more are banned, a panic
9502 is triggered.
9503
9504 grsecurity/grsec_sig.c | 8 ++++++++
9505 1 files changed, 8 insertions(+), 0 deletions(-)
9506
9507 commit a8d37776e9521c567ebff6730d49312f72435f08
9508 Author: Eric Dumazet <edumazet@google.com>
9509 Date: Thu Dec 3 11:12:07 2015 -0800
9510
9511 proc: add a reschedule point in proc_readfd_common()
9512
9513 User can pass an arbitrary large buffer to getdents().
9514
9515 It is typically a 32KB buffer used by libc scandir() implementation.
9516
9517 When scanning /proc/{pid}/fd, we can hold cpu way too long,
9518 so add a cond_resched() to be kind with other tasks.
9519
9520 We've seen latencies of more than 50ms on real workloads.
9521
9522 Signed-off-by: Eric Dumazet <edumazet@google.com>
9523 Cc: Alexander Viro <viro@zeniv.linux.org.uk>
9524 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
9525
9526 fs/proc/fd.c | 1 +
9527 1 files changed, 1 insertions(+), 0 deletions(-)
9528
9529 commit 0adba75f8708f13b1f5d98ebe3fc2fb961e100c8
9530 Author: Rabin Vincent <rabin@rab.in>
9531 Date: Tue Jan 12 20:17:08 2016 +0100
9532
9533 net: bpf: reject invalid shifts
9534
9535 On ARM64, a BUG() is triggered in the eBPF JIT if a filter with a
9536 constant shift that can't be encoded in the immediate field of the
9537 UBFM/SBFM instructions is passed to the JIT. Since these shifts
9538 amounts, which are negative or >= regsize, are invalid, reject them in
9539 the eBPF verifier and the classic BPF filter checker, for all
9540 architectures.
9541
9542 Signed-off-by: Rabin Vincent <rabin@rab.in>
9543 Acked-by: Alexei Starovoitov <ast@kernel.org>
9544 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
9545 Signed-off-by: David S. Miller <davem@davemloft.net>
9546
9547 kernel/bpf/verifier.c | 10 ++++++++++
9548 net/core/filter.c | 5 +++++
9549 2 files changed, 15 insertions(+), 0 deletions(-)
9550
9551 commit c248e115a73496625a1c64660d0eeefd67e55cbf
9552 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
9553 Date: Fri Jan 8 11:00:54 2016 -0200
9554
9555 sctp: fix use-after-free in pr_debug statement
9556
9557 Dmitry Vyukov reported a use-after-free in the code expanded by the
9558 macro debug_post_sfx, which is caused by the use of the asoc pointer
9559 after it was freed within sctp_side_effect() scope.
9560
9561 This patch fixes it by allowing sctp_side_effect to clear that asoc
9562 pointer when the TCB is freed.
9563
9564 As Vlad explained, we also have to cover the SCTP_DISPOSITION_ABORT case
9565 because it will trigger DELETE_TCB too on that same loop.
9566
9567 Also, there were places issuing SCTP_CMD_INIT_FAILED and ASSOC_FAILED
9568 but returning SCTP_DISPOSITION_CONSUME, which would fool the scheme
9569 above. Fix it by returning SCTP_DISPOSITION_ABORT instead.
9570
9571 The macro is already prepared to handle such NULL pointer.
9572
9573 Reported-by: Dmitry Vyukov <dvyukov@google.com>
9574 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
9575 Acked-by: Vlad Yasevich <vyasevich@gmail.com>
9576 Signed-off-by: David S. Miller <davem@davemloft.net>
9577
9578 net/sctp/sm_sideeffect.c | 11 ++++++-----
9579 net/sctp/sm_statefuns.c | 17 ++++-------------
9580 2 files changed, 10 insertions(+), 18 deletions(-)
9581
9582 commit 395ea8a9e73e184fc14153a033000bccf4213213
9583 Author: willy tarreau <w@1wt.eu>
9584 Date: Sun Jan 10 07:54:56 2016 +0100
9585
9586 unix: properly account for FDs passed over unix sockets
9587
9588 It is possible for a process to allocate and accumulate far more FDs than
9589 the process' limit by sending them over a unix socket then closing them
9590 to keep the process' fd count low.
9591
9592 This change addresses this problem by keeping track of the number of FDs
9593 in flight per user and preventing non-privileged processes from having
9594 more FDs in flight than their configured FD limit.
9595
9596 Reported-by: socketpair@gmail.com
9597 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9598 Mitigates: CVE-2013-4312 (Linux 2.0+)
9599 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
9600 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
9601 Signed-off-by: Willy Tarreau <w@1wt.eu>
9602 Signed-off-by: David S. Miller <davem@davemloft.net>
9603
9604 include/linux/sched.h | 1 +
9605 net/unix/af_unix.c | 24 ++++++++++++++++++++----
9606 net/unix/garbage.c | 13 ++++++++-----
9607 3 files changed, 29 insertions(+), 9 deletions(-)
9608
9609 commit cb207ab8fbd71dcfc4a49d533aba8085012543fd
9610 Author: Sasha Levin <sasha.levin@oracle.com>
9611 Date: Thu Jan 7 14:52:43 2016 -0500
9612
9613 net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
9614
9615 proc_dostring() needs an initialized destination string, while the one
9616 provided in proc_sctp_do_hmac_alg() contains stack garbage.
9617
9618 Thus, writing to cookie_hmac_alg would strlen() that garbage and end up
9619 accessing invalid memory.
9620
9621 Fixes: 3c68198e7 ("sctp: Make hmac algorithm selection for cookie generation dynamic")
9622 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
9623 Signed-off-by: David S. Miller <davem@davemloft.net>
9624
9625 net/sctp/sysctl.c | 2 +-
9626 1 files changed, 1 insertions(+), 1 deletions(-)
9627
9628 commit 4014e09faf0fe9054119624ccfff1236e886b554
9629 Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
9630 Date: Tue Nov 24 17:13:21 2015 -0500
9631
9632 RDS: fix race condition when sending a message on unbound socket
9633
9634 commit 8c7188b23474cca017b3ef354c4a58456f68303a upstream.
9635
9636 Sasha's found a NULL pointer dereference in the RDS connection code when
9637 sending a message to an apparently unbound socket. The problem is caused
9638 by the code checking if the socket is bound in rds_sendmsg(), which checks
9639 the rs_bound_addr field without taking a lock on the socket. This opens a
9640 race where rs_bound_addr is temporarily set but where the transport is not
9641 in rds_bind(), leading to a NULL pointer dereference when trying to
9642 dereference 'trans' in __rds_conn_create().
9643
9644 Vegard wrote a reproducer for this issue, so kindly ask him to share if
9645 you're interested.
9646
9647 I cannot reproduce the NULL pointer dereference using Vegard's reproducer
9648 with this patch, whereas I could without.
9649
9650 Complete earlier incomplete fix to CVE-2015-6937:
9651
9652 74e98eb08588 ("RDS: verify the underlying transport exists before creating a connection")
9653
9654 Cc: David S. Miller <davem@davemloft.net>
9655
9656 Reviewed-by: Vegard Nossum <vegard.nossum@oracle.com>
9657 Reviewed-by: Sasha Levin <sasha.levin@oracle.com>
9658 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
9659 Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com>
9660 Signed-off-by: David S. Miller <davem@davemloft.net>
9661 Signed-off-by: Jiri Slaby <jslaby@suse.cz>
9662
9663 Conflicts:
9664
9665 net/rds/send.c
9666
9667 net/rds/connection.c | 6 ------
9668 1 files changed, 0 insertions(+), 6 deletions(-)
9669
9670 commit 206df8d01104344d7588d801016a281a4cd25556
9671 Author: Sasha Levin <sasha.levin@oracle.com>
9672 Date: Tue Sep 8 10:53:40 2015 -0400
9673
9674 RDS: verify the underlying transport exists before creating a connection
9675
9676 There was no verification that an underlying transport exists when creating
9677 a connection, this would cause dereferencing a NULL ptr.
9678
9679 It might happen on sockets that weren't properly bound before attempting to
9680 send a message, which will cause a NULL ptr deref:
9681
9682 [135546.047719] kasan: GPF could be caused by NULL-ptr deref or user memory accessgeneral protection fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC KASAN
9683 [135546.051270] Modules linked in:
9684 [135546.051781] CPU: 4 PID: 15650 Comm: trinity-c4 Not tainted 4.2.0-next-20150902-sasha-00041-gbaa1222-dirty #2527
9685 [135546.053217] task: ffff8800835bc000 ti: ffff8800bc708000 task.ti: ffff8800bc708000
9686 [135546.054291] RIP: __rds_conn_create (net/rds/connection.c:194)
9687 [135546.055666] RSP: 0018:ffff8800bc70fab0 EFLAGS: 00010202
9688 [135546.056457] RAX: dffffc0000000000 RBX: 0000000000000f2c RCX: ffff8800835bc000
9689 [135546.057494] RDX: 0000000000000007 RSI: ffff8800835bccd8 RDI: 0000000000000038
9690 [135546.058530] RBP: ffff8800bc70fb18 R08: 0000000000000001 R09: 0000000000000000
9691 [135546.059556] R10: ffffed014d7a3a23 R11: ffffed014d7a3a21 R12: 0000000000000000
9692 [135546.060614] R13: 0000000000000001 R14: ffff8801ec3d0000 R15: 0000000000000000
9693 [135546.061668] FS: 00007faad4ffb700(0000) GS:ffff880252000000(0000) knlGS:0000000000000000
9694 [135546.062836] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
9695 [135546.063682] CR2: 000000000000846a CR3: 000000009d137000 CR4: 00000000000006a0
9696 [135546.064723] Stack:
9697 [135546.065048] ffffffffafe2055c ffffffffafe23fc1 ffffed00493097bf ffff8801ec3d0008
9698 [135546.066247] 0000000000000000 00000000000000d0 0000000000000000 ac194a24c0586342
9699 [135546.067438] 1ffff100178e1f78 ffff880320581b00 ffff8800bc70fdd0 ffff880320581b00
9700 [135546.068629] Call Trace:
9701 [135546.069028] ? __rds_conn_create (include/linux/rcupdate.h:856 net/rds/connection.c:134)
9702 [135546.069989] ? rds_message_copy_from_user (net/rds/message.c:298)
9703 [135546.071021] rds_conn_create_outgoing (net/rds/connection.c:278)
9704 [135546.071981] rds_sendmsg (net/rds/send.c:1058)
9705 [135546.072858] ? perf_trace_lock (include/trace/events/lock.h:38)
9706 [135546.073744] ? lockdep_init (kernel/locking/lockdep.c:3298)
9707 [135546.074577] ? rds_send_drop_to (net/rds/send.c:976)
9708 [135546.075508] ? __might_fault (./arch/x86/include/asm/current.h:14 mm/memory.c:3795)
9709 [135546.076349] ? __might_fault (mm/memory.c:3795)
9710 [135546.077179] ? rds_send_drop_to (net/rds/send.c:976)
9711 [135546.078114] sock_sendmsg (net/socket.c:611 net/socket.c:620)
9712 [135546.078856] SYSC_sendto (net/socket.c:1657)
9713 [135546.079596] ? SYSC_connect (net/socket.c:1628)
9714 [135546.080510] ? trace_dump_stack (kernel/trace/trace.c:1926)
9715 [135546.081397] ? ring_buffer_unlock_commit (kernel/trace/ring_buffer.c:2479 kernel/trace/ring_buffer.c:2558 kernel/trace/ring_buffer.c:2674)
9716 [135546.082390] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
9717 [135546.083410] ? trace_event_raw_event_sys_enter (include/trace/events/syscalls.h:16)
9718 [135546.084481] ? do_audit_syscall_entry (include/trace/events/syscalls.h:16)
9719 [135546.085438] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
9720 [135546.085515] rds_ib_laddr_check(): addr 36.74.25.172 ret -99 node type -1
9721
9722 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
9723 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
9724 Signed-off-by: David S. Miller <davem@davemloft.net>
9725
9726 net/rds/connection.c | 6 ++++++
9727 1 files changed, 6 insertions(+), 0 deletions(-)
9728
9729 commit 173fa03f05cf0ad485d49a42cbdee8844d3a689a
9730 Author: Steven Rostedt (Red Hat) <rostedt@goodmis.org>
9731 Date: Tue Jan 5 20:32:47 2016 -0500
9732
9733 ftrace/module: Call clean up function when module init fails early
9734
9735 If the module init code fails after calling ftrace_module_init() and before
9736 calling do_init_module(), we can suffer from a memory leak. This is because
9737 ftrace_module_init() allocates pages to store the locations that ftrace
9738 hooks are placed in the module text. If do_init_module() fails, it still
9739 calls the MODULE_GOING notifiers which will tell ftrace to do a clean up of
9740 the pages it allocated for the module. But if load_module() fails before
9741 then, the pages allocated by ftrace_module_init() will never be freed.
9742
9743 Call ftrace_release_mod() on the module if load_module() fails before
9744 getting to do_init_module().
9745
9746 Link: http://lkml.kernel.org/r/567CEA31.1070507@intel.com
9747
9748 Reported-by: "Qiu, PeiyangX" <peiyangx.qiu@intel.com>
9749 Fixes: a949ae560a511 "ftrace/module: Hardcode ftrace_module_init() call into load_module()"
9750 Cc: stable@vger.kernel.org # v2.6.38+
9751 Acked-by: Rusty Russell <rusty@rustcorp.com.au>
9752 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
9753
9754 include/linux/ftrace.h | 1 +
9755 kernel/module.c | 6 ++++++
9756 2 files changed, 7 insertions(+), 0 deletions(-)
9757
9758 commit 1e5a4a81a4c16c8ac2e264b88a02cc2f42ed0399
9759 Author: Francesco Ruggeri <fruggeri@aristanetworks.com>
9760 Date: Wed Jan 6 00:18:48 2016 -0800
9761
9762 net: possible use after free in dst_release
9763
9764 dst_release should not access dst->flags after decrementing
9765 __refcnt to 0. The dst_entry may be in dst_busy_list and
9766 dst_gc_task may dst_destroy it before dst_release gets a chance
9767 to access dst->flags.
9768
9769 Fixes: d69bbf88c8d0 ("net: fix a race in dst_release()")
9770 Fixes: 27b75c95f10d ("net: avoid RCU for NOCACHE dst")
9771 Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
9772 Acked-by: Eric Dumazet <edumazet@google.com>
9773 Signed-off-by: David S. Miller <davem@davemloft.net>
9774
9775 net/core/dst.c | 3 ++-
9776 1 files changed, 2 insertions(+), 1 deletions(-)
9777
9778 commit bfb0455793dd4e0f0b49d34a68b3249ab55565cc
9779 Author: Alan <gnomes@lxorguk.ukuu.org.uk>
9780 Date: Wed Jan 6 14:55:02 2016 +0000
9781
9782 mkiss: fix scribble on freed memory
9783
9784 commit d79f16c046086f4fe0d42184a458e187464eb83e fixed a user triggerable
9785 scribble on free memory but added a new one which allows the user to
9786 scribble even more and user controlled data into freed space.
9787
9788 As with 6pack we need to halt the queue before we free the buffers, because
9789 the transmit logic is not protected by the semaphore.
9790
9791 Signed-off-by: Alan Cox <alan@linux.intel.com>
9792 Signed-off-by: David S. Miller <davem@davemloft.net>
9793
9794 drivers/net/hamradio/mkiss.c | 5 +++++
9795 1 files changed, 5 insertions(+), 0 deletions(-)
9796
9797 commit 5cbbcbd32dc1949470f61d342503808fa9555276
9798 Author: David Miller <davem@davemloft.net>
9799 Date: Thu Dec 17 16:05:49 2015 -0500
9800
9801 mkiss: Fix use after free in mkiss_close().
9802
9803 Need to do the unregister_device() after all references to the driver
9804 private have been done.
9805
9806 Signed-off-by: David S. Miller <davem@davemloft.net>
9807
9808 drivers/net/hamradio/mkiss.c | 4 ++--
9809 1 files changed, 2 insertions(+), 2 deletions(-)
9810
9811 commit b00171576794a98068e069a660f0991a6a5190ff
9812 Author: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
9813 Date: Tue Jan 5 11:51:25 2016 +0000
9814
9815 6pack: fix free memory scribbles
9816
9817 commit acf673a3187edf72068ee2f92f4dc47d66baed47 fixed a user triggerable free
9818 memory scribble but in doing so replaced it with a different one that allows
9819 the user to control the data and scribble even more.
9820
9821 sixpack_close is called by the tty layer in tty context. The tty context is
9822 protected by sp_get() and sp_put(). However network layer activity via
9823 sp_xmit() is not protected this way. We must therefore stop the queue
9824 otherwise the user gets to dump a buffer mostly of their choice into freed
9825 kernel pages.
9826
9827 Signed-off-by: Alan Cox <alan@linux.intel.com>
9828 Signed-off-by: David S. Miller <davem@davemloft.net>
9829
9830 drivers/net/hamradio/6pack.c | 6 ++++++
9831 1 files changed, 6 insertions(+), 0 deletions(-)
9832
9833 commit 5b64a833907cd230a3106aeba2304b2c1bcd116d
9834 Author: David Miller <davem@davemloft.net>
9835 Date: Thu Dec 17 16:05:32 2015 -0500
9836
9837 6pack: Fix use after free in sixpack_close().
9838
9839 Need to do the unregister_device() after all references to the driver
9840 private have been done.
9841
9842 Also we need to use del_timer_sync() for the timers so that we don't
9843 have any asynchronous references after the unregister.
9844
9845 Signed-off-by: David S. Miller <davem@davemloft.net>
9846
9847 drivers/net/hamradio/6pack.c | 8 ++++----
9848 1 files changed, 4 insertions(+), 4 deletions(-)
9849
9850 commit 4f9d532742656b3613d579220fd10c78f24ba37b
9851 Author: Rabin Vincent <rabin@rab.in>
9852 Date: Tue Jan 5 16:23:07 2016 +0100
9853
9854 net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
9855
9856 The SKF_AD_ALU_XOR_X ancillary is not like the other ancillary data
9857 instructions since it XORs A with X while all the others replace A with
9858 some loaded value. All the BPF JITs fail to clear A if this is used as
9859 the first instruction in a filter. This was found using american fuzzy
9860 lop.
9861
9862 Add a helper to determine if A needs to be cleared given the first
9863 instruction in a filter, and use this in the JITs. Except for ARM, the
9864 rest have only been compile-tested.
9865
9866 Fixes: 3480593131e0 ("net: filter: get rid of BPF_S_* enum")
9867 Signed-off-by: Rabin Vincent <rabin@rab.in>
9868 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
9869 Acked-by: Alexei Starovoitov <ast@kernel.org>
9870 Signed-off-by: David S. Miller <davem@davemloft.net>
9871
9872 arch/arm/net/bpf_jit_32.c | 16 +---------------
9873 arch/mips/net/bpf_jit.c | 16 +---------------
9874 arch/powerpc/net/bpf_jit_comp.c | 13 ++-----------
9875 arch/sparc/net/bpf_jit_comp.c | 17 ++---------------
9876 include/linux/filter.h | 19 +++++++++++++++++++
9877 5 files changed, 25 insertions(+), 56 deletions(-)
9878
9879 commit 570d88f8acfffda92b89ae2e1c47320d47256034
9880 Author: John Fastabend <john.fastabend@gmail.com>
9881 Date: Tue Jan 5 09:11:36 2016 -0800
9882
9883 net: sched: fix missing free per cpu on qstats
9884
9885 When a qdisc is using per cpu stats (currently just the ingress
9886 qdisc) only the bstats are being freed. This also free's the qstats.
9887
9888 Fixes: b0ab6f92752b9f9d8 ("net: sched: enable per cpu qstats")
9889 Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
9890 Acked-by: Eric Dumazet <edumazet@google.com>
9891 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
9892 Signed-off-by: David S. Miller <davem@davemloft.net>
9893
9894 net/sched/sch_generic.c | 4 +++-
9895 1 files changed, 3 insertions(+), 1 deletions(-)
9896
9897 commit 32c0ebc51857ee83470a10dcb234d308a0ed1881
9898 Author: Rabin Vincent <rabin@rab.in>
9899 Date: Tue Jan 5 18:34:04 2016 +0100
9900
9901 ARM: net: bpf: fix zero right shift
9902
9903 The LSR instruction cannot be used to perform a zero right shift since a
9904 0 as the immediate value (imm5) in the LSR instruction encoding means
9905 that a shift of 32 is perfomed. See DecodeIMMShift() in the ARM ARM.
9906
9907 Make the JIT skip generation of the LSR if a zero-shift is requested.
9908
9909 This was found using american fuzzy lop.
9910
9911 Signed-off-by: Rabin Vincent <rabin@rab.in>
9912 Acked-by: Alexei Starovoitov <ast@kernel.org>
9913 Signed-off-by: David S. Miller <davem@davemloft.net>
9914
9915 arch/arm/net/bpf_jit_32.c | 3 ++-
9916 1 files changed, 2 insertions(+), 1 deletions(-)
9917
9918 commit 51f5d291750285efa4d4bbe84e5ec23dc00c8d2d
9919 Author: Brad Spengler <spender@grsecurity.net>
9920 Date: Wed Jan 6 20:35:57 2016 -0500
9921
9922 Don't perform hidden lookups in RBAC against the directory of
9923 a file being opened with O_CREAT, reported by Karl Witt
9924
9925 Conflicts:
9926
9927 fs/namei.c
9928
9929 fs/namei.c | 3 ---
9930 1 files changed, 0 insertions(+), 3 deletions(-)
9931
9932 commit 5a8266a6b2769ccdb447256f95bc2577a73cccd1
9933 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
9934 Date: Tue Jan 5 10:46:00 2016 +0100
9935
9936 bridge: Only call /sbin/bridge-stp for the initial network namespace
9937
9938 [I stole this patch from Eric Biederman. He wrote:]
9939
9940 > There is no defined mechanism to pass network namespace information
9941 > into /sbin/bridge-stp therefore don't even try to invoke it except
9942 > for bridge devices in the initial network namespace.
9943 >
9944 > It is possible for unprivileged users to cause /sbin/bridge-stp to be
9945 > invoked for any network device name which if /sbin/bridge-stp does not
9946 > guard against unreasonable arguments or being invoked twice on the
9947 > same network device could cause problems.
9948
9949 [Hannes: changed patch using netns_eq]
9950
9951 Cc: Eric W. Biederman <ebiederm@xmission.com>
9952 Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
9953 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
9954 Signed-off-by: David S. Miller <davem@davemloft.net>
9955
9956 net/bridge/br_stp_if.c | 5 ++++-
9957 1 files changed, 4 insertions(+), 1 deletions(-)
9958
9959 commit 650d535cc39f0aeff2f57e60b6617be25d3ef48b
9960 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
9961 Date: Wed Dec 23 16:28:40 2015 -0200
9962
9963 sctp: use GFP_USER for user-controlled kmalloc
9964
9965 Commit cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
9966 missed two other spots.
9967
9968 For connectx, as it's more likely to be used by kernel users of the API,
9969 it detects if GFP_USER should be used or not.
9970
9971 Fixes: cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
9972 Reported-by: Dmitry Vyukov <dvyukov@google.com>
9973 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
9974 Signed-off-by: David S. Miller <davem@davemloft.net>
9975
9976 net/sctp/socket.c | 9 ++++++---
9977 1 files changed, 6 insertions(+), 3 deletions(-)
9978
9979 commit 5718a1f63c41fc156f729783423b002763779d04
9980 Author: Florian Westphal <fw@strlen.de>
9981 Date: Thu Dec 31 14:26:33 2015 +0100
9982
9983 connector: bump skb->users before callback invocation
9984
9985 Dmitry reports memleak with syskaller program.
9986 Problem is that connector bumps skb usecount but might not invoke callback.
9987
9988 So move skb_get to where we invoke the callback.
9989
9990 Reported-by: Dmitry Vyukov <dvyukov@google.com>
9991 Signed-off-by: Florian Westphal <fw@strlen.de>
9992 Signed-off-by: David S. Miller <davem@davemloft.net>
9993
9994 drivers/connector/connector.c | 11 +++--------
9995 1 files changed, 3 insertions(+), 8 deletions(-)
9996
9997 commit 2e6372e6a97f8d642416899861f91777f44f13b7
9998 Author: Rainer Weikusat <rweikusat@mobileactivedefense.com>
9999 Date: Sun Jan 3 18:56:38 2016 +0000
10000
10001 af_unix: Fix splice-bind deadlock
10002
10003 On 2015/11/06, Dmitry Vyukov reported a deadlock involving the splice
10004 system call and AF_UNIX sockets,
10005
10006 http://lists.openwall.net/netdev/2015/11/06/24
10007
10008 The situation was analyzed as
10009
10010 (a while ago) A: socketpair()
10011 B: splice() from a pipe to /mnt/regular_file
10012 does sb_start_write() on /mnt
10013 C: try to freeze /mnt
10014 wait for B to finish with /mnt
10015 A: bind() try to bind our socket to /mnt/new_socket_name
10016 lock our socket, see it not bound yet
10017 decide that it needs to create something in /mnt
10018 try to do sb_start_write() on /mnt, block (it's
10019 waiting for C).
10020 D: splice() from the same pipe to our socket
10021 lock the pipe, see that socket is connected
10022 try to lock the socket, block waiting for A
10023 B: get around to actually feeding a chunk from
10024 pipe to file, try to lock the pipe. Deadlock.
10025
10026 on 2015/11/10 by Al Viro,
10027
10028 http://lists.openwall.net/netdev/2015/11/10/4
10029
10030 The patch fixes this by removing the kern_path_create related code from
10031 unix_mknod and executing it as part of unix_bind prior acquiring the
10032 readlock of the socket in question. This means that A (as used above)
10033 will sb_start_write on /mnt before it acquires the readlock, hence, it
10034 won't indirectly block B which first did a sb_start_write and then
10035 waited for a thread trying to acquire the readlock. Consequently, A
10036 being blocked by C waiting for B won't cause a deadlock anymore
10037 (effectively, both A and B acquire two locks in opposite order in the
10038 situation described above).
10039
10040 Dmitry Vyukov(<dvyukov@google.com>) tested the original patch.
10041
10042 Signed-off-by: Rainer Weikusat <rweikusat@mobileactivedefense.com>
10043 Signed-off-by: David S. Miller <davem@davemloft.net>
10044
10045 Conflicts:
10046
10047 net/unix/af_unix.c
10048
10049 net/unix/af_unix.c | 70 +++++++++++++++++++++++++++++++--------------------
10050 1 files changed, 42 insertions(+), 28 deletions(-)
10051
10052 commit 2e729e557c571f3253e32472cd7d382ac16cf1c3
10053 Author: Qiu Peiyang <peiyangx.qiu@intel.com>
10054 Date: Thu Dec 31 13:11:28 2015 +0800
10055
10056 tracing: Fix setting of start_index in find_next()
10057
10058 When we do cat /sys/kernel/debug/tracing/printk_formats, we hit kernel
10059 panic at t_show.
10060
10061 general protection fault: 0000 [#1] PREEMPT SMP
10062 CPU: 0 PID: 2957 Comm: sh Tainted: G W O 3.14.55-x86_64-01062-gd4acdc7 #2
10063 RIP: 0010:[<ffffffff811375b2>]
10064 [<ffffffff811375b2>] t_show+0x22/0xe0
10065 RSP: 0000:ffff88002b4ebe80 EFLAGS: 00010246
10066 RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000004
10067 RDX: 0000000000000004 RSI: ffffffff81fd26a6 RDI: ffff880032f9f7b1
10068 RBP: ffff88002b4ebe98 R08: 0000000000001000 R09: 000000000000ffec
10069 R10: 0000000000000000 R11: 000000000000000f R12: ffff880004d9b6c0
10070 R13: 7365725f6d706400 R14: ffff880004d9b6c0 R15: ffffffff82020570
10071 FS: 0000000000000000(0000) GS:ffff88003aa00000(0063) knlGS:00000000f776bc40
10072 CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
10073 CR2: 00000000f6c02ff0 CR3: 000000002c2b3000 CR4: 00000000001007f0
10074 Call Trace:
10075 [<ffffffff811dc076>] seq_read+0x2f6/0x3e0
10076 [<ffffffff811b749b>] vfs_read+0x9b/0x160
10077 [<ffffffff811b7f69>] SyS_read+0x49/0xb0
10078 [<ffffffff81a3a4b9>] ia32_do_call+0x13/0x13
10079 ---[ end trace 5bd9eb630614861e ]---
10080 Kernel panic - not syncing: Fatal exception
10081
10082 When the first time find_next calls find_next_mod_format, it should
10083 iterate the trace_bprintk_fmt_list to find the first print format of
10084 the module. However in current code, start_index is smaller than *pos
10085 at first, and code will not iterate the list. Latter container_of will
10086 get the wrong address with former v, which will cause mod_fmt be a
10087 meaningless object and so is the returned mod_fmt->fmt.
10088
10089 This patch will fix it by correcting the start_index. After fixed,
10090 when the first time calls find_next_mod_format, start_index will be
10091 equal to *pos, and code will iterate the trace_bprintk_fmt_list to
10092 get the right module printk format, so is the returned mod_fmt->fmt.
10093
10094 Link: http://lkml.kernel.org/r/5684B900.9000309@intel.com
10095
10096 Cc: stable@vger.kernel.org # 3.12+
10097 Fixes: 102c9323c35a8 "tracing: Add __tracepoint_string() to export string pointers"
10098 Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
10099 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
10100
10101 kernel/trace/trace_printk.c | 1 +
10102 1 files changed, 1 insertions(+), 0 deletions(-)
10103
10104 commit 0994af4b1930f32aa493dc08145cd304f8bfc8f4
10105 Author: Al Viro <viro@zeniv.linux.org.uk>
10106 Date: Mon Dec 28 20:47:08 2015 -0500
10107
10108 [PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()
10109
10110 Cc: stable@vger.kernel.org # 3.15+
10111 Reviewed-by: Jeff Layton <jeff.layton@primarydata.com>
10112 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
10113
10114 arch/arm/kernel/sys_oabi-compat.c | 73 +++++++++++++++++++------------------
10115 1 files changed, 37 insertions(+), 36 deletions(-)
10116
10117 commit 4ed030f65dcf3e6b0128032a49a7d75f947fa351
10118 Merge: de243c2 3adc55a
10119 Author: Brad Spengler <spender@grsecurity.net>
10120 Date: Tue Jan 5 18:10:10 2016 -0500
10121
10122 Merge branch 'pax-test' into grsec-test
10123
10124 commit 3adc55a5acfa429c2a7cc883aef08b960c0079b0
10125 Author: Brad Spengler <spender@grsecurity.net>
10126 Date: Tue Jan 5 18:08:53 2016 -0500
10127
10128 Update to pax-linux-4.3.3-test16.patch:
10129 - small cleanup in entry_64.S on x86
10130 - Emese fixed the initify plugin to recursively check variable initializers, reported by Rasmus Villemoes
10131 - fixed an integer truncation of a partially uninitialized value bug in em_pop_sreg, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4354)
10132 - fixed alternatives patching of call insns under KERNEXEC/i386, reported by fly_a320 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4305) and TTgrsec (https://forums.grsecurity.net/viewtopic.php?f=3&t=4353)
10133 - fixed a size overflow false positive that triggered in tcp_parse_options on arm, reported by iamb (https://forums.grsecurity.net/viewtopic.php?f=3&t=4350&p=15917#p15916)
10134 - fixed a boot crash on amd64 with KERNEXEC/OR and CONTEXT_TRACKING, reported by Klaus Kusche (https://bugs.gentoo.org/show_bug.cgi?id=570420)
10135
10136 arch/x86/entry/entry_64.S | 60 +++++-----
10137 arch/x86/kernel/alternative.c | 2 +-
10138 arch/x86/kvm/emulate.c | 4 +-
10139 tools/gcc/initify_plugin.c | 123 +++++++++----------
10140 .../disable_size_overflow_hash.data | 4 +-
10141 .../size_overflow_plugin/size_overflow_hash.data | 2 -
10142 6 files changed, 93 insertions(+), 102 deletions(-)
10143
10144 commit de243c26efd0e423ca92db825af2c3f8eb1ca043
10145 Author: Brad Spengler <spender@grsecurity.net>
10146 Date: Tue Dec 29 18:01:24 2015 -0500
10147
10148 It was noticed during an internal audit that the code under GRKERNSEC_PROC_MEMMAP
10149 which aimed to enforce a 16MB minimum on RLIMIT_DATA for suid/sgid binaries only
10150 did so if RLIMIT_DATA was set lower than PAGE_SIZE.
10151
10152 This addition was only supplemental as GRKERNSEC_BRUTE is the main defense
10153 against suid/sgid attacks and the flaw above would only eliminate the extra
10154 entropy provided for the brk-managed heap, still leaving it with the minimum
10155 of 16-bit entropy for mmap on x86 and 28 on x64.
10156
10157 mm/mmap.c | 2 +-
10158 1 files changed, 1 insertions(+), 1 deletions(-)
10159
10160 commit 8e264cfe47e5f08cdc9ed009a630277206cd2534
10161 Merge: 436201b 2584340
10162 Author: Brad Spengler <spender@grsecurity.net>
10163 Date: Mon Dec 28 20:30:01 2015 -0500
10164
10165 Merge branch 'pax-test' into grsec-test
10166
10167 commit 2584340eab494e64ec1bf9eb5b0d1ae31f926306
10168 Author: Brad Spengler <spender@grsecurity.net>
10169 Date: Mon Dec 28 20:29:28 2015 -0500
10170
10171 Update to pax-linux-4.3.3-test14.patch:
10172 - fixed an integer sign conversion error in i2c_dw_pci_probe caught by the size overflow plugin, reported by Jean Lucas and ganymede (https://forums.grsecurity.net/viewtopic.php?f=3&t=4349)
10173 - fixed shutdown crash with tboot and KERNEXEC, reported by perfinion
10174 - fixed a few false positive and one real size overflow reports in hyperv, reported by hunger
10175 - fixed compile regressions on armv5, reported by iamb (https://forums.grsecurity.net/viewtopic.php?f=3&t=4350)
10176 - fixed an assert in the initify plugin that triggered in vic_register on arm
10177
10178 arch/arm/include/asm/atomic.h | 7 +++++--
10179 arch/arm/include/asm/domain.h | 5 ++---
10180 arch/x86/kernel/tboot.c | 14 +++++++++-----
10181 drivers/hv/channel.c | 4 +---
10182 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
10183 drivers/net/hyperv/rndis_filter.c | 3 +--
10184 fs/exec.c | 4 ++--
10185 include/linux/atomic.h | 15 ---------------
10186 net/core/skbuff.c | 3 ++-
10187 tools/gcc/initify_plugin.c | 4 +++-
10188 10 files changed, 26 insertions(+), 35 deletions(-)
10189
10190 commit 436201b6626b488d173c8076447000077c27b84a
10191 Author: David Howells <dhowells@redhat.com>
10192 Date: Fri Dec 18 01:34:26 2015 +0000
10193
10194 KEYS: Fix race between read and revoke
10195
10196 This fixes CVE-2015-7550.
10197
10198 There's a race between keyctl_read() and keyctl_revoke(). If the revoke
10199 happens between keyctl_read() checking the validity of a key and the key's
10200 semaphore being taken, then the key type read method will see a revoked key.
10201
10202 This causes a problem for the user-defined key type because it assumes in
10203 its read method that there will always be a payload in a non-revoked key
10204 and doesn't check for a NULL pointer.
10205
10206 Fix this by making keyctl_read() check the validity of a key after taking
10207 semaphore instead of before.
10208
10209 I think the bug was introduced with the original keyrings code.
10210
10211 This was discovered by a multithreaded test program generated by syzkaller
10212 (http://github.com/google/syzkaller). Here's a cleaned up version:
10213
10214 #include <sys/types.h>
10215 #include <keyutils.h>
10216 #include <pthread.h>
10217 void *thr0(void *arg)
10218 {
10219 key_serial_t key = (unsigned long)arg;
10220 keyctl_revoke(key);
10221 return 0;
10222 }
10223 void *thr1(void *arg)
10224 {
10225 key_serial_t key = (unsigned long)arg;
10226 char buffer[16];
10227 keyctl_read(key, buffer, 16);
10228 return 0;
10229 }
10230 int main()
10231 {
10232 key_serial_t key = add_key("user", "%", "foo", 3, KEY_SPEC_USER_KEYRING);
10233 pthread_t th[5];
10234 pthread_create(&th[0], 0, thr0, (void *)(unsigned long)key);
10235 pthread_create(&th[1], 0, thr1, (void *)(unsigned long)key);
10236 pthread_create(&th[2], 0, thr0, (void *)(unsigned long)key);
10237 pthread_create(&th[3], 0, thr1, (void *)(unsigned long)key);
10238 pthread_join(th[0], 0);
10239 pthread_join(th[1], 0);
10240 pthread_join(th[2], 0);
10241 pthread_join(th[3], 0);
10242 return 0;
10243 }
10244
10245 Build as:
10246
10247 cc -o keyctl-race keyctl-race.c -lkeyutils -lpthread
10248
10249 Run as:
10250
10251 while keyctl-race; do :; done
10252
10253 as it may need several iterations to crash the kernel. The crash can be
10254 summarised as:
10255
10256 BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
10257 IP: [<ffffffff81279b08>] user_read+0x56/0xa3
10258 ...
10259 Call Trace:
10260 [<ffffffff81276aa9>] keyctl_read_key+0xb6/0xd7
10261 [<ffffffff81277815>] SyS_keyctl+0x83/0xe0
10262 [<ffffffff815dbb97>] entry_SYSCALL_64_fastpath+0x12/0x6f
10263
10264 Reported-by: Dmitry Vyukov <dvyukov@google.com>
10265 Signed-off-by: David Howells <dhowells@redhat.com>
10266 Tested-by: Dmitry Vyukov <dvyukov@google.com>
10267 Cc: stable@vger.kernel.org
10268 Signed-off-by: James Morris <james.l.morris@oracle.com>
10269
10270 security/keys/keyctl.c | 18 +++++++++---------
10271 1 files changed, 9 insertions(+), 9 deletions(-)
10272
10273 commit 195cea04477025da4a2078bd3e1fb7c4e11206c2
10274 Author: Brad Spengler <spender@grsecurity.net>
10275 Date: Tue Dec 22 20:44:01 2015 -0500
10276
10277 Add new kernel command-line param: pax_size_overflow_report_only
10278 If a user triggers a size_overflow violation that makes it difficult
10279 to obtain the call trace without serial console/net console, they can
10280 use this option to provide that information to us
10281
10282 Documentation/kernel-parameters.txt | 5 +++++
10283 fs/exec.c | 12 +++++++++---
10284 init/main.c | 11 +++++++++++
10285 3 files changed, 25 insertions(+), 3 deletions(-)
10286
10287 commit 4254a8da5851df8c08cdca5c392916e8c105408d
10288 Author: WANG Cong <xiyou.wangcong@gmail.com>
10289 Date: Mon Dec 21 10:55:45 2015 -0800
10290
10291 addrconf: always initialize sysctl table data
10292
10293 When sysctl performs restrict writes, it allows to write from
10294 a middle position of a sysctl file, which requires us to initialize
10295 the table data before calling proc_dostring() for the write case.
10296
10297 Fixes: 3d1bec99320d ("ipv6: introduce secret_stable to ipv6_devconf")
10298 Reported-by: Sasha Levin <sasha.levin@oracle.com>
10299 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
10300 Tested-by: Sasha Levin <sasha.levin@oracle.com>
10301 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
10302 Signed-off-by: David S. Miller <davem@davemloft.net>
10303
10304 net/ipv6/addrconf.c | 11 ++++-------
10305 1 files changed, 4 insertions(+), 7 deletions(-)
10306
10307 commit f8002863fb06c363180637046947a78a6ccb3d33
10308 Author: WANG Cong <xiyou.wangcong@gmail.com>
10309 Date: Wed Dec 16 23:39:04 2015 -0800
10310
10311 net: check both type and procotol for tcp sockets
10312
10313 Dmitry reported the following out-of-bound access:
10314
10315 Call Trace:
10316 [<ffffffff816cec2e>] __asan_report_load4_noabort+0x3e/0x40
10317 mm/kasan/report.c:294
10318 [<ffffffff84affb14>] sock_setsockopt+0x1284/0x13d0 net/core/sock.c:880
10319 [< inline >] SYSC_setsockopt net/socket.c:1746
10320 [<ffffffff84aed7ee>] SyS_setsockopt+0x1fe/0x240 net/socket.c:1729
10321 [<ffffffff85c18c76>] entry_SYSCALL_64_fastpath+0x16/0x7a
10322 arch/x86/entry/entry_64.S:185
10323
10324 This is because we mistake a raw socket as a tcp socket.
10325 We should check both sk->sk_type and sk->sk_protocol to ensure
10326 it is a tcp socket.
10327
10328 Willem points out __skb_complete_tx_timestamp() needs to fix as well.
10329
10330 Reported-by: Dmitry Vyukov <dvyukov@google.com>
10331 Cc: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
10332 Cc: Eric Dumazet <eric.dumazet@gmail.com>
10333 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
10334 Acked-by: Willem de Bruijn <willemb@google.com>
10335 Signed-off-by: David S. Miller <davem@davemloft.net>
10336
10337 net/core/skbuff.c | 3 ++-
10338 net/core/sock.c | 3 ++-
10339 2 files changed, 4 insertions(+), 2 deletions(-)
10340
10341 commit bd6b3399804470a4ad8f34229469ca149dceba3d
10342 Author: Colin Ian King <colin.king@canonical.com>
10343 Date: Fri Dec 18 14:22:01 2015 -0800
10344
10345 proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
10346
10347 Writing to /proc/$pid/coredump_filter always returns -ESRCH because commit
10348 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()") removed
10349 the setting of ret after the get_proc_task call and incorrectly left it as
10350 -ESRCH. Instead, return 0 when successful.
10351
10352 Example breakage:
10353
10354 echo 0 > /proc/self/coredump_filter
10355 bash: echo: write error: No such process
10356
10357 Fixes: 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()")
10358 Signed-off-by: Colin Ian King <colin.king@canonical.com>
10359 Acked-by: Kees Cook <keescook@chromium.org>
10360 Cc: <stable@vger.kernel.org> [4.3+]
10361 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
10362 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
10363
10364 fs/proc/base.c | 1 +
10365 1 files changed, 1 insertions(+), 0 deletions(-)
10366
10367 commit b28aca2b99ed08546778355fb9402c503ff9b29e
10368 Author: Junichi Nomura <j-nomura@ce.jp.nec.com>
10369 Date: Tue Dec 22 10:23:44 2015 -0700
10370
10371 block: ensure to split after potentially bouncing a bio
10372
10373 blk_queue_bio() does split then bounce, which makes the segment
10374 counting based on pages before bouncing and could go wrong. Move
10375 the split to after bouncing, like we do for blk-mq, and the we
10376 fix the issue of having the bio count for segments be wrong.
10377
10378 Fixes: 54efd50bfd87 ("block: make generic_make_request handle arbitrarily sized bios")
10379 Cc: stable@vger.kernel.org
10380 Tested-by: Artem S. Tashkinov <t.artem@lycos.com>
10381 Signed-off-by: Jens Axboe <axboe@fb.com>
10382
10383 block/blk-core.c | 4 ++--
10384 1 files changed, 2 insertions(+), 2 deletions(-)
10385
10386 commit e62a25e917a9e5b35ddd5b4f1b5e5e30fbd2e84c
10387 Merge: f6f63ae ec72fa5
10388 Author: Brad Spengler <spender@grsecurity.net>
10389 Date: Tue Dec 22 19:46:26 2015 -0500
10390
10391 Merge branch 'pax-test' into grsec-test
10392
10393 commit ec72fa5f8d9cb4e223bad1b8b5c2e1071c222f2a
10394 Author: Brad Spengler <spender@grsecurity.net>
10395 Date: Tue Dec 22 19:45:51 2015 -0500
10396
10397 Update to pax-linux-4.3.3-test13.patch:
10398 - Emese fixed a (probably) false positive integer truncation in xfs_da_grow_inode_int, reported by jdkbx (http://forums.grsecurity.net/viewtopic.php?f=3&t=4346)
10399 - fixed a size overflow in btrfs/try_merge_map, reported by Alex W (https://bugs.archlinux.org/task/47173) and mathias and dwokfur (https://forums.grsecurity.net/viewtopic.php?f=3&t=4344)
10400
10401 arch/arm/mm/fault.c | 2 +-
10402 arch/x86/mm/fault.c | 2 +-
10403 fs/btrfs/extent_map.c | 8 ++++++--
10404 fs/xfs/libxfs/xfs_da_btree.c | 4 +++-
10405 4 files changed, 11 insertions(+), 5 deletions(-)
10406
10407 commit f6f63ae154cd45028add1dc41957878060d77fbf
10408 Author: Brad Spengler <spender@grsecurity.net>
10409 Date: Thu Dec 17 18:43:44 2015 -0500
10410
10411 ptrace_has_cap() checks whether the current process should be
10412 treated as having a certain capability for ptrace checks
10413 against another process. Until now, this was equivalent to
10414 has_ns_capability(current, target_ns, CAP_SYS_PTRACE).
10415
10416 However, if a root-owned process wants to enter a user
10417 namespace for some reason without knowing who owns it and
10418 therefore can't change to the namespace owner's uid and gid
10419 before entering, as soon as it has entered the namespace,
10420 the namespace owner can attach to it via ptrace and thereby
10421 gain access to its uid and gid.
10422
10423 While it is possible for the entering process to switch to
10424 the uid of a claimed namespace owner before entering,
10425 causing the attempt to enter to fail if the claimed uid is
10426 wrong, this doesn't solve the problem of determining an
10427 appropriate gid.
10428
10429 With this change, the entering process can first enter the
10430 namespace and then safely inspect the namespace's
10431 properties, e.g. through /proc/self/{uid_map,gid_map},
10432 assuming that the namespace owner doesn't have access to
10433 uid 0.
10434 Signed-off-by: Jann Horn <jann@thejh.net>
10435
10436 kernel/ptrace.c | 30 +++++++++++++++++++++++++-----
10437 1 files changed, 25 insertions(+), 5 deletions(-)
10438
10439 commit e314f0fb63020f61543b401ff594e953c2c304e5
10440 Author: tadeusz.struk@intel.com <tadeusz.struk@intel.com>
10441 Date: Tue Dec 15 10:46:17 2015 -0800
10442
10443 net: fix uninitialized variable issue
10444
10445 msg_iocb needs to be initialized on the recv/recvfrom path.
10446 Otherwise afalg will wrongly interpret it as an async call.
10447
10448 Cc: stable@vger.kernel.org
10449 Reported-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
10450 Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
10451 Signed-off-by: David S. Miller <davem@davemloft.net>
10452
10453 net/socket.c | 1 +
10454 1 files changed, 1 insertions(+), 0 deletions(-)
10455
10456 commit a3f56a43ad56b8fcaf04f6327636ed2f5970de3b
10457 Merge: dfa764c 142edcf
10458 Author: Brad Spengler <spender@grsecurity.net>
10459 Date: Wed Dec 16 21:01:17 2015 -0500
10460
10461 Merge branch 'pax-test' into grsec-test
10462
10463 commit 142edcf1005a57fb8887823565cf0bafad2f313c
10464 Author: Brad Spengler <spender@grsecurity.net>
10465 Date: Wed Dec 16 21:00:57 2015 -0500
10466
10467 Update to pax-linux-4.3.3-test12.patch:
10468 - Emese fixed a size overflow false positive in reiserfs/leaf_paste_entries, reported by Christian Apeltauer (https://bugs.gentoo.org/show_bug.cgi?id=568046)
10469 - fixed a bunch of int/size_t mismatches in the drivers/tty/n_tty.c code causing size overflow false positives, reported by Toralf Förster, mathias (https://forums.grsecurity.net/viewtopic.php?f=3&t=4342), N8Fear (https://forums.grsecurity.net/viewtopic.php?f=3&t=4341)
10470
10471 drivers/tty/n_tty.c | 16 ++++++++--------
10472 .../disable_size_overflow_hash.data | 2 ++
10473 .../size_overflow_plugin/size_overflow_hash.data | 6 ++----
10474 3 files changed, 12 insertions(+), 12 deletions(-)
10475
10476 commit dfa764cc549892a5bfc1083cac78b99032cae577
10477 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
10478 Date: Tue Dec 15 22:59:12 2015 +0100
10479
10480 ipv6: automatically enable stable privacy mode if stable_secret set
10481
10482 Bjørn reported that while we switch all interfaces to privacy stable mode
10483 when setting the secret, we don't set this mode for new interfaces. This
10484 does not make sense, so change this behaviour.
10485
10486 Fixes: 622c81d57b392cc ("ipv6: generation of stable privacy addresses for link-local and autoconf")
10487 Reported-by: Bjørn Mork <bjorn@mork.no>
10488 Cc: Bjørn Mork <bjorn@mork.no>
10489 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
10490 Signed-off-by: David S. Miller <davem@davemloft.net>
10491
10492 net/ipv6/addrconf.c | 6 ++++++
10493 1 files changed, 6 insertions(+), 0 deletions(-)
10494
10495 commit c2815a1fee03f222273e77c14e43f960da06f35a
10496 Author: Brad Spengler <spender@grsecurity.net>
10497 Date: Wed Dec 16 13:03:38 2015 -0500
10498
10499 Work around upstream limitation on the number of thread info flags causing a compilation error
10500 Reported by fabled at http://forums.grsecurity.net/viewtopic.php?f=3&t=4339
10501
10502 arch/arm/kernel/entry-common.S | 8 ++++++--
10503 1 files changed, 6 insertions(+), 2 deletions(-)
10504
10505 commit 8c9ae168e09ae49324d709d76d73d9fc4ca477e1
10506 Author: Brad Spengler <spender@grsecurity.net>
10507 Date: Tue Dec 15 19:03:41 2015 -0500
10508
10509 Initial import of grsecurity 3.1 for Linux 4.3.3
10510
10511 Documentation/dontdiff | 2 +
10512 Documentation/kernel-parameters.txt | 7 +
10513 Documentation/sysctl/kernel.txt | 15 +
10514 Makefile | 18 +-
10515 arch/alpha/include/asm/cache.h | 4 +-
10516 arch/alpha/kernel/osf_sys.c | 12 +-
10517 arch/arc/Kconfig | 1 +
10518 arch/arm/Kconfig | 1 +
10519 arch/arm/Kconfig.debug | 1 +
10520 arch/arm/include/asm/thread_info.h | 7 +-
10521 arch/arm/kernel/process.c | 4 +-
10522 arch/arm/kernel/ptrace.c | 9 +
10523 arch/arm/kernel/traps.c | 7 +-
10524 arch/arm/mm/Kconfig | 2 +-
10525 arch/arm/mm/fault.c | 40 +-
10526 arch/arm/mm/mmap.c | 8 +-
10527 arch/arm/net/bpf_jit_32.c | 51 +-
10528 arch/arm64/Kconfig.debug | 1 +
10529 arch/avr32/include/asm/cache.h | 4 +-
10530 arch/blackfin/Kconfig.debug | 1 +
10531 arch/blackfin/include/asm/cache.h | 3 +-
10532 arch/cris/include/arch-v10/arch/cache.h | 3 +-
10533 arch/cris/include/arch-v32/arch/cache.h | 3 +-
10534 arch/frv/include/asm/cache.h | 3 +-
10535 arch/frv/mm/elf-fdpic.c | 4 +-
10536 arch/hexagon/include/asm/cache.h | 6 +-
10537 arch/ia64/Kconfig | 1 +
10538 arch/ia64/include/asm/cache.h | 3 +-
10539 arch/ia64/kernel/sys_ia64.c | 2 +
10540 arch/ia64/mm/hugetlbpage.c | 2 +
10541 arch/m32r/include/asm/cache.h | 4 +-
10542 arch/m68k/include/asm/cache.h | 4 +-
10543 arch/metag/mm/hugetlbpage.c | 1 +
10544 arch/microblaze/include/asm/cache.h | 3 +-
10545 arch/mips/Kconfig | 1 +
10546 arch/mips/include/asm/cache.h | 3 +-
10547 arch/mips/include/asm/thread_info.h | 11 +-
10548 arch/mips/kernel/irq.c | 3 +
10549 arch/mips/kernel/ptrace.c | 9 +
10550 arch/mips/mm/mmap.c | 4 +-
10551 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
10552 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
10553 arch/openrisc/include/asm/cache.h | 4 +-
10554 arch/parisc/include/asm/cache.h | 5 +-
10555 arch/parisc/kernel/sys_parisc.c | 4 +
10556 arch/powerpc/Kconfig | 1 +
10557 arch/powerpc/include/asm/cache.h | 4 +-
10558 arch/powerpc/include/asm/thread_info.h | 5 +-
10559 arch/powerpc/kernel/Makefile | 2 +
10560 arch/powerpc/kernel/irq.c | 3 +
10561 arch/powerpc/kernel/process.c | 10 +-
10562 arch/powerpc/kernel/ptrace.c | 14 +
10563 arch/powerpc/kernel/traps.c | 5 +
10564 arch/powerpc/mm/slice.c | 2 +-
10565 arch/s390/Kconfig.debug | 1 +
10566 arch/s390/include/asm/cache.h | 4 +-
10567 arch/score/include/asm/cache.h | 4 +-
10568 arch/sh/include/asm/cache.h | 3 +-
10569 arch/sh/mm/mmap.c | 6 +-
10570 arch/sparc/include/asm/cache.h | 4 +-
10571 arch/sparc/include/asm/pgalloc_64.h | 1 +
10572 arch/sparc/include/asm/thread_info_64.h | 8 +-
10573 arch/sparc/kernel/process_32.c | 6 +-
10574 arch/sparc/kernel/process_64.c | 8 +-
10575 arch/sparc/kernel/ptrace_64.c | 14 +
10576 arch/sparc/kernel/sys_sparc_64.c | 8 +-
10577 arch/sparc/kernel/syscalls.S | 8 +-
10578 arch/sparc/kernel/traps_32.c | 8 +-
10579 arch/sparc/kernel/traps_64.c | 28 +-
10580 arch/sparc/kernel/unaligned_64.c | 2 +-
10581 arch/sparc/mm/fault_64.c | 2 +-
10582 arch/sparc/mm/hugetlbpage.c | 15 +-
10583 arch/tile/Kconfig | 1 +
10584 arch/tile/include/asm/cache.h | 3 +-
10585 arch/tile/mm/hugetlbpage.c | 2 +
10586 arch/um/include/asm/cache.h | 3 +-
10587 arch/unicore32/include/asm/cache.h | 6 +-
10588 arch/x86/Kconfig | 21 +
10589 arch/x86/Kconfig.debug | 2 +
10590 arch/x86/entry/common.c | 14 +
10591 arch/x86/entry/entry_32.S | 2 +-
10592 arch/x86/entry/entry_64.S | 2 +-
10593 arch/x86/ia32/ia32_aout.c | 2 +
10594 arch/x86/include/asm/floppy.h | 20 +-
10595 arch/x86/include/asm/fpu/types.h | 69 +-
10596 arch/x86/include/asm/io.h | 2 +-
10597 arch/x86/include/asm/page.h | 12 +-
10598 arch/x86/include/asm/paravirt_types.h | 23 +-
10599 arch/x86/include/asm/processor.h | 12 +-
10600 arch/x86/include/asm/thread_info.h | 6 +-
10601 arch/x86/include/asm/uaccess.h | 2 +-
10602 arch/x86/kernel/dumpstack.c | 10 +-
10603 arch/x86/kernel/dumpstack_32.c | 2 +-
10604 arch/x86/kernel/dumpstack_64.c | 2 +-
10605 arch/x86/kernel/ioport.c | 13 +
10606 arch/x86/kernel/irq_32.c | 3 +
10607 arch/x86/kernel/irq_64.c | 4 +
10608 arch/x86/kernel/ldt.c | 18 +
10609 arch/x86/kernel/msr.c | 10 +
10610 arch/x86/kernel/ptrace.c | 14 +
10611 arch/x86/kernel/signal.c | 9 +-
10612 arch/x86/kernel/sys_i386_32.c | 9 +-
10613 arch/x86/kernel/sys_x86_64.c | 8 +-
10614 arch/x86/kernel/traps.c | 5 +
10615 arch/x86/kernel/verify_cpu.S | 1 +
10616 arch/x86/kernel/vm86_32.c | 15 +
10617 arch/x86/kvm/svm.c | 14 +-
10618 arch/x86/mm/fault.c | 12 +-
10619 arch/x86/mm/hugetlbpage.c | 15 +-
10620 arch/x86/mm/init.c | 66 +-
10621 arch/x86/mm/init_32.c | 6 +-
10622 arch/x86/net/bpf_jit_comp.c | 4 +
10623 arch/x86/platform/efi/efi_64.c | 2 +-
10624 arch/x86/xen/Kconfig | 1 +
10625 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
10626 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
10627 crypto/ablkcipher.c | 2 +-
10628 crypto/blkcipher.c | 2 +-
10629 crypto/scatterwalk.c | 10 +-
10630 drivers/acpi/acpica/hwxfsleep.c | 11 +-
10631 drivers/acpi/custom_method.c | 4 +
10632 drivers/block/cciss.h | 30 +-
10633 drivers/block/smart1,2.h | 40 +-
10634 drivers/cdrom/cdrom.c | 2 +-
10635 drivers/char/Kconfig | 4 +-
10636 drivers/char/genrtc.c | 1 +
10637 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
10638 drivers/char/mem.c | 17 +
10639 drivers/char/random.c | 5 +-
10640 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
10641 drivers/crypto/nx/nx-aes-ccm.c | 2 +-
10642 drivers/crypto/nx/nx-aes-gcm.c | 2 +-
10643 drivers/crypto/talitos.c | 2 +-
10644 drivers/firewire/ohci.c | 4 +
10645 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
10646 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
10647 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
10648 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
10649 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
10650 drivers/hid/hid-wiimote-debug.c | 2 +-
10651 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
10652 drivers/iommu/Kconfig | 1 +
10653 drivers/iommu/amd_iommu.c | 14 +-
10654 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
10655 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
10656 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
10657 drivers/isdn/hisax/config.c | 2 +-
10658 drivers/isdn/hisax/hfc_pci.c | 2 +-
10659 drivers/isdn/hisax/hfc_sx.c | 2 +-
10660 drivers/isdn/hisax/q931.c | 6 +-
10661 drivers/isdn/i4l/isdn_concap.c | 6 +-
10662 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
10663 drivers/md/bcache/Kconfig | 1 +
10664 drivers/md/raid5.c | 8 +
10665 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
10666 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
10667 drivers/media/platform/vivid/vivid-osd.c | 1 +
10668 drivers/media/radio/radio-cadet.c | 5 +-
10669 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
10670 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
10671 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
10672 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
10673 drivers/message/fusion/mptbase.c | 9 +
10674 drivers/misc/sgi-xp/xp_main.c | 12 +-
10675 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
10676 drivers/net/ppp/pppoe.c | 14 +-
10677 drivers/net/ppp/pptp.c | 6 +
10678 drivers/net/slip/slhc.c | 3 +
10679 drivers/net/wan/lmc/lmc_media.c | 97 +-
10680 drivers/net/wan/x25_asy.c | 6 +-
10681 drivers/net/wan/z85230.c | 24 +-
10682 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
10683 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
10684 drivers/pci/pci-sysfs.c | 2 +-
10685 drivers/pci/proc.c | 9 +
10686 drivers/platform/x86/asus-wmi.c | 12 +
10687 drivers/rtc/rtc-dev.c | 3 +
10688 drivers/scsi/bfa/bfa_fcs.c | 19 +-
10689 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
10690 drivers/scsi/bfa/bfa_modules.h | 12 +-
10691 drivers/scsi/hpsa.h | 40 +-
10692 drivers/staging/dgnc/dgnc_mgmt.c | 1 +
10693 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
10694 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
10695 drivers/target/target_core_sbc.c | 17 +-
10696 drivers/target/target_core_transport.c | 14 +-
10697 drivers/tty/serial/uartlite.c | 4 +-
10698 drivers/tty/sysrq.c | 2 +-
10699 drivers/tty/vt/keyboard.c | 22 +-
10700 drivers/uio/uio.c | 6 +-
10701 drivers/usb/core/hub.c | 5 +
10702 drivers/usb/gadget/function/f_uac1.c | 1 +
10703 drivers/usb/gadget/function/u_uac1.c | 1 +
10704 drivers/usb/host/hwa-hc.c | 9 +-
10705 drivers/usb/usbip/vhci_sysfs.c | 2 +-
10706 drivers/video/fbdev/arcfb.c | 2 +-
10707 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
10708 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
10709 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
10710 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++-----
10711 drivers/xen/xenfs/xenstored.c | 5 +
10712 firmware/Makefile | 2 +
10713 firmware/WHENCE | 20 +-
10714 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
10715 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
10716 fs/9p/vfs_inode.c | 4 +-
10717 fs/attr.c | 1 +
10718 fs/autofs4/waitq.c | 9 +
10719 fs/binfmt_aout.c | 7 +
10720 fs/binfmt_elf.c | 50 +-
10721 fs/compat.c | 20 +-
10722 fs/coredump.c | 17 +-
10723 fs/dcache.c | 3 +
10724 fs/debugfs/inode.c | 11 +-
10725 fs/exec.c | 219 +-
10726 fs/ext2/balloc.c | 4 +-
10727 fs/ext2/super.c | 8 +-
10728 fs/ext4/balloc.c | 4 +-
10729 fs/fcntl.c | 4 +
10730 fs/fhandle.c | 3 +-
10731 fs/file.c | 4 +
10732 fs/filesystems.c | 4 +
10733 fs/fs_struct.c | 20 +-
10734 fs/hugetlbfs/inode.c | 5 +-
10735 fs/inode.c | 8 +-
10736 fs/kernfs/dir.c | 6 +
10737 fs/mount.h | 4 +-
10738 fs/namei.c | 286 +-
10739 fs/namespace.c | 24 +
10740 fs/nfsd/nfscache.c | 2 +-
10741 fs/open.c | 38 +
10742 fs/overlayfs/inode.c | 11 +-
10743 fs/overlayfs/super.c | 6 +-
10744 fs/pipe.c | 2 +-
10745 fs/posix_acl.c | 15 +-
10746 fs/proc/Kconfig | 10 +-
10747 fs/proc/array.c | 69 +-
10748 fs/proc/base.c | 186 +-
10749 fs/proc/cmdline.c | 4 +
10750 fs/proc/devices.c | 4 +
10751 fs/proc/fd.c | 17 +-
10752 fs/proc/generic.c | 64 +
10753 fs/proc/inode.c | 17 +
10754 fs/proc/internal.h | 11 +-
10755 fs/proc/interrupts.c | 4 +
10756 fs/proc/kcore.c | 3 +
10757 fs/proc/meminfo.c | 7 +-
10758 fs/proc/namespaces.c | 4 +-
10759 fs/proc/proc_net.c | 31 +
10760 fs/proc/proc_sysctl.c | 52 +-
10761 fs/proc/root.c | 8 +
10762 fs/proc/stat.c | 69 +-
10763 fs/proc/task_mmu.c | 66 +-
10764 fs/readdir.c | 19 +
10765 fs/reiserfs/item_ops.c | 24 +-
10766 fs/reiserfs/super.c | 4 +
10767 fs/select.c | 2 +
10768 fs/seq_file.c | 30 +-
10769 fs/splice.c | 8 +
10770 fs/stat.c | 20 +-
10771 fs/sysfs/dir.c | 30 +-
10772 fs/sysv/inode.c | 11 +-
10773 fs/utimes.c | 7 +
10774 fs/xattr.c | 26 +-
10775 grsecurity/Kconfig | 1182 ++++
10776 grsecurity/Makefile | 54 +
10777 grsecurity/gracl.c | 2757 +++++++++
10778 grsecurity/gracl_alloc.c | 105 +
10779 grsecurity/gracl_cap.c | 127 +
10780 grsecurity/gracl_compat.c | 269 +
10781 grsecurity/gracl_fs.c | 448 ++
10782 grsecurity/gracl_ip.c | 386 ++
10783 grsecurity/gracl_learn.c | 207 +
10784 grsecurity/gracl_policy.c | 1786 ++++++
10785 grsecurity/gracl_res.c | 68 +
10786 grsecurity/gracl_segv.c | 304 +
10787 grsecurity/gracl_shm.c | 40 +
10788 grsecurity/grsec_chdir.c | 19 +
10789 grsecurity/grsec_chroot.c | 467 ++
10790 grsecurity/grsec_disabled.c | 445 ++
10791 grsecurity/grsec_exec.c | 189 +
10792 grsecurity/grsec_fifo.c | 26 +
10793 grsecurity/grsec_fork.c | 23 +
10794 grsecurity/grsec_init.c | 290 +
10795 grsecurity/grsec_ipc.c | 48 +
10796 grsecurity/grsec_link.c | 65 +
10797 grsecurity/grsec_log.c | 340 +
10798 grsecurity/grsec_mem.c | 48 +
10799 grsecurity/grsec_mount.c | 65 +
10800 grsecurity/grsec_pax.c | 47 +
10801 grsecurity/grsec_proc.c | 20 +
10802 grsecurity/grsec_ptrace.c | 30 +
10803 grsecurity/grsec_sig.c | 236 +
10804 grsecurity/grsec_sock.c | 244 +
10805 grsecurity/grsec_sysctl.c | 488 ++
10806 grsecurity/grsec_time.c | 16 +
10807 grsecurity/grsec_tpe.c | 78 +
10808 grsecurity/grsec_usb.c | 15 +
10809 grsecurity/grsum.c | 64 +
10810 include/linux/binfmts.h | 5 +-
10811 include/linux/bitops.h | 2 +-
10812 include/linux/capability.h | 13 +
10813 include/linux/compiler-gcc.h | 5 +
10814 include/linux/compiler.h | 8 +
10815 include/linux/cred.h | 8 +-
10816 include/linux/dcache.h | 5 +-
10817 include/linux/fs.h | 24 +-
10818 include/linux/fs_struct.h | 2 +-
10819 include/linux/fsnotify.h | 6 +
10820 include/linux/gracl.h | 342 +
10821 include/linux/gracl_compat.h | 156 +
10822 include/linux/gralloc.h | 9 +
10823 include/linux/grdefs.h | 140 +
10824 include/linux/grinternal.h | 230 +
10825 include/linux/grmsg.h | 118 +
10826 include/linux/grsecurity.h | 255 +
10827 include/linux/grsock.h | 19 +
10828 include/linux/ipc.h | 2 +-
10829 include/linux/ipc_namespace.h | 2 +-
10830 include/linux/kallsyms.h | 18 +-
10831 include/linux/kmod.h | 5 +
10832 include/linux/kobject.h | 2 +-
10833 include/linux/lsm_hooks.h | 4 +-
10834 include/linux/mm.h | 12 +
10835 include/linux/mm_types.h | 4 +-
10836 include/linux/module.h | 5 +-
10837 include/linux/mount.h | 2 +-
10838 include/linux/msg.h | 2 +-
10839 include/linux/netfilter/xt_gradm.h | 9 +
10840 include/linux/path.h | 4 +-
10841 include/linux/perf_event.h | 13 +-
10842 include/linux/pid_namespace.h | 2 +-
10843 include/linux/printk.h | 2 +-
10844 include/linux/proc_fs.h | 22 +-
10845 include/linux/proc_ns.h | 2 +-
10846 include/linux/ptrace.h | 24 +-
10847 include/linux/random.h | 2 +-
10848 include/linux/rbtree_augmented.h | 4 +-
10849 include/linux/scatterlist.h | 12 +-
10850 include/linux/sched.h | 114 +-
10851 include/linux/security.h | 1 +
10852 include/linux/sem.h | 2 +-
10853 include/linux/seq_file.h | 5 +
10854 include/linux/shm.h | 6 +-
10855 include/linux/skbuff.h | 3 +
10856 include/linux/slab.h | 9 -
10857 include/linux/sysctl.h | 8 +-
10858 include/linux/thread_info.h | 6 +-
10859 include/linux/tty.h | 2 +-
10860 include/linux/tty_driver.h | 4 +-
10861 include/linux/uidgid.h | 5 +
10862 include/linux/user_namespace.h | 2 +-
10863 include/linux/utsname.h | 2 +-
10864 include/linux/vermagic.h | 16 +-
10865 include/linux/vmalloc.h | 20 +-
10866 include/net/af_unix.h | 2 +-
10867 include/net/dst.h | 33 +
10868 include/net/ip.h | 2 +-
10869 include/net/neighbour.h | 2 +-
10870 include/net/net_namespace.h | 2 +-
10871 include/net/sock.h | 4 +-
10872 include/target/target_core_base.h | 2 +-
10873 include/trace/events/fs.h | 53 +
10874 include/uapi/linux/personality.h | 1 +
10875 init/Kconfig | 4 +-
10876 init/main.c | 35 +-
10877 ipc/mqueue.c | 1 +
10878 ipc/msg.c | 3 +-
10879 ipc/sem.c | 3 +-
10880 ipc/shm.c | 26 +-
10881 ipc/util.c | 6 +
10882 kernel/auditsc.c | 2 +-
10883 kernel/bpf/syscall.c | 8 +-
10884 kernel/capability.c | 41 +-
10885 kernel/cgroup.c | 5 +-
10886 kernel/compat.c | 1 +
10887 kernel/configs.c | 11 +
10888 kernel/cred.c | 112 +-
10889 kernel/events/core.c | 16 +-
10890 kernel/exit.c | 10 +-
10891 kernel/fork.c | 86 +-
10892 kernel/futex.c | 6 +-
10893 kernel/futex_compat.c | 2 +-
10894 kernel/kallsyms.c | 9 +
10895 kernel/kcmp.c | 8 +-
10896 kernel/kexec_core.c | 2 +-
10897 kernel/kmod.c | 95 +-
10898 kernel/kprobes.c | 7 +-
10899 kernel/ksysfs.c | 2 +
10900 kernel/locking/lockdep_proc.c | 10 +-
10901 kernel/module.c | 108 +-
10902 kernel/panic.c | 4 +-
10903 kernel/pid.c | 23 +-
10904 kernel/power/Kconfig | 2 +
10905 kernel/printk/printk.c | 20 +-
10906 kernel/ptrace.c | 56 +-
10907 kernel/resource.c | 10 +
10908 kernel/sched/core.c | 11 +-
10909 kernel/signal.c | 37 +-
10910 kernel/sys.c | 64 +-
10911 kernel/sysctl.c | 172 +-
10912 kernel/taskstats.c | 6 +
10913 kernel/time/posix-timers.c | 8 +
10914 kernel/time/time.c | 5 +
10915 kernel/time/timekeeping.c | 3 +
10916 kernel/time/timer_list.c | 13 +-
10917 kernel/time/timer_stats.c | 10 +-
10918 kernel/trace/Kconfig | 2 +
10919 kernel/trace/trace_syscalls.c | 8 +
10920 kernel/user_namespace.c | 15 +
10921 lib/Kconfig.debug | 13 +-
10922 lib/Kconfig.kasan | 2 +-
10923 lib/is_single_threaded.c | 3 +
10924 lib/list_debug.c | 65 +-
10925 lib/nlattr.c | 2 +
10926 lib/rbtree.c | 4 +-
10927 lib/vsprintf.c | 39 +-
10928 localversion-grsec | 1 +
10929 mm/Kconfig | 8 +-
10930 mm/Kconfig.debug | 1 +
10931 mm/filemap.c | 1 +
10932 mm/kmemleak.c | 4 +-
10933 mm/memory.c | 2 +-
10934 mm/mempolicy.c | 12 +-
10935 mm/migrate.c | 3 +-
10936 mm/mlock.c | 6 +-
10937 mm/mmap.c | 93 +-
10938 mm/mprotect.c | 8 +
10939 mm/oom_kill.c | 28 +-
10940 mm/page_alloc.c | 2 +-
10941 mm/process_vm_access.c | 8 +-
10942 mm/shmem.c | 36 +-
10943 mm/slab.c | 14 +-
10944 mm/slab_common.c | 2 +-
10945 mm/slob.c | 12 +
10946 mm/slub.c | 33 +-
10947 mm/util.c | 3 +
10948 mm/vmalloc.c | 129 +-
10949 mm/vmstat.c | 29 +-
10950 net/appletalk/atalk_proc.c | 2 +-
10951 net/atm/lec.c | 6 +-
10952 net/atm/mpoa_caches.c | 42 +-
10953 net/bluetooth/sco.c | 3 +
10954 net/can/bcm.c | 2 +-
10955 net/can/proc.c | 2 +-
10956 net/core/dev_ioctl.c | 7 +-
10957 net/core/filter.c | 8 +-
10958 net/core/net-procfs.c | 17 +-
10959 net/core/pktgen.c | 2 +-
10960 net/core/sock.c | 3 +-
10961 net/core/sysctl_net_core.c | 2 +-
10962 net/decnet/dn_dev.c | 2 +-
10963 net/ipv4/devinet.c | 6 +-
10964 net/ipv4/inet_hashtables.c | 4 +
10965 net/ipv4/ip_input.c | 7 +
10966 net/ipv4/ip_sockglue.c | 3 +-
10967 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
10968 net/ipv4/netfilter/nf_nat_pptp.c | 2 +-
10969 net/ipv4/route.c | 6 +-
10970 net/ipv4/tcp_input.c | 4 +-
10971 net/ipv4/tcp_ipv4.c | 29 +-
10972 net/ipv4/tcp_minisocks.c | 9 +-
10973 net/ipv4/tcp_timer.c | 11 +
10974 net/ipv4/udp.c | 24 +
10975 net/ipv6/addrconf.c | 13 +-
10976 net/ipv6/proc.c | 2 +-
10977 net/ipv6/tcp_ipv6.c | 26 +-
10978 net/ipv6/udp.c | 7 +
10979 net/ipx/ipx_proc.c | 2 +-
10980 net/irda/irproc.c | 2 +-
10981 net/llc/llc_proc.c | 2 +-
10982 net/netfilter/Kconfig | 10 +
10983 net/netfilter/Makefile | 1 +
10984 net/netfilter/nf_conntrack_core.c | 8 +
10985 net/netfilter/xt_gradm.c | 51 +
10986 net/netfilter/xt_hashlimit.c | 4 +-
10987 net/netfilter/xt_recent.c | 2 +-
10988 net/sched/sch_api.c | 2 +-
10989 net/sctp/socket.c | 4 +-
10990 net/socket.c | 75 +-
10991 net/sunrpc/Kconfig | 1 +
10992 net/sunrpc/cache.c | 2 +-
10993 net/sunrpc/stats.c | 2 +-
10994 net/sysctl_net.c | 2 +-
10995 net/unix/af_unix.c | 52 +-
10996 net/vmw_vsock/vmci_transport_notify.c | 30 +-
10997 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
10998 net/x25/sysctl_net_x25.c | 2 +-
10999 net/x25/x25_proc.c | 2 +-
11000 scripts/package/Makefile | 2 +-
11001 scripts/package/mkspec | 41 +-
11002 security/Kconfig | 369 +-
11003 security/apparmor/file.c | 4 +-
11004 security/apparmor/lsm.c | 8 +-
11005 security/commoncap.c | 36 +-
11006 security/min_addr.c | 2 +
11007 security/smack/smack_lsm.c | 8 +-
11008 security/tomoyo/file.c | 12 +-
11009 security/tomoyo/mount.c | 4 +
11010 security/tomoyo/tomoyo.c | 20 +-
11011 security/yama/Kconfig | 2 +-
11012 security/yama/yama_lsm.c | 4 +-
11013 sound/synth/emux/emux_seq.c | 14 +-
11014 sound/usb/line6/driver.c | 40 +-
11015 sound/usb/line6/toneport.c | 12 +-
11016 tools/gcc/.gitignore | 1 +
11017 tools/gcc/Makefile | 12 +
11018 tools/gcc/gen-random-seed.sh | 8 +
11019 tools/gcc/randomize_layout_plugin.c | 930 +++
11020 tools/gcc/size_overflow_plugin/.gitignore | 1 +
11021 .../size_overflow_plugin/size_overflow_hash.data | 459 ++-
11022 511 files changed, 32631 insertions(+), 3196 deletions(-)
11023
11024 commit a76adb92ce39aee8eec5a025c828030ad6135c6d
11025 Author: Brad Spengler <spender@grsecurity.net>
11026 Date: Tue Dec 15 14:31:49 2015 -0500
11027
11028 Update to pax-linux-4.3.3-test11.patch:
11029 - fixed a few compile regressions with the recent plugin changes, reported by spender
11030 - updated the size overflow hash table
11031
11032 tools/gcc/latent_entropy_plugin.c | 2 +-
11033 .../size_overflow_plugin/size_overflow_hash.data | 66 +++++++++++++++++---
11034 tools/gcc/stackleak_plugin.c | 2 +-
11035 tools/gcc/structleak_plugin.c | 6 +--
11036 4 files changed, 60 insertions(+), 16 deletions(-)
11037
11038 commit f7284b1fc06628fcb2d35d2beecdea5454d46af9
11039 Author: Brad Spengler <spender@grsecurity.net>
11040 Date: Tue Dec 15 11:50:24 2015 -0500
11041
11042 Apply structleak ICE fix for gcc < 4.9
11043
11044 tools/gcc/structleak_plugin.c | 4 ++++
11045 1 files changed, 4 insertions(+), 0 deletions(-)
11046
11047 commit 92fe3eb9fd10ec7f7334decab1526989669b0287
11048 Author: Brad Spengler <spender@grsecurity.net>
11049 Date: Tue Dec 15 07:57:06 2015 -0500
11050
11051 Update to pax-linux-4.3.1-test10.patch:
11052 - Emese fixed INDIRECT_REF and TARGET_MEM_REF handling in the initify plugin
11053 - Emese regenerated the size overflow hash tables for 4.3
11054 - fixed some compat syscall exit paths to restore r12 under KERNEXEC/or
11055 - the latent entropy, stackleak and structleak plugins no longer split the entry block unnecessarily
11056
11057 arch/x86/entry/entry_64.S | 2 +-
11058 arch/x86/entry/entry_64_compat.S | 15 +-
11059 scripts/package/builddeb | 2 +-
11060 tools/gcc/initify_plugin.c | 11 +-
11061 tools/gcc/latent_entropy_plugin.c | 20 +-
11062 .../disable_size_overflow_hash.data | 4 +
11063 .../size_overflow_plugin/size_overflow_hash.data | 5345 +++++++++++---------
11064 tools/gcc/stackleak_plugin.c | 26 +-
11065 tools/gcc/structleak_plugin.c | 21 +-
11066 9 files changed, 3079 insertions(+), 2367 deletions(-)
11067
11068 commit 5bd245cb687319079c2f1c0d6a1170791ed1ed2c
11069 Merge: b5847e6 3548341
11070 Author: Brad Spengler <spender@grsecurity.net>
11071 Date: Tue Dec 15 07:47:56 2015 -0500
11072
11073 Merge branch 'linux-4.3.y' into pax-4_3
11074
11075 Conflicts:
11076 net/unix/af_unix.c
11077
11078 commit b5847e6a896c5d99191135ca4d7c3b6be8f116ff
11079 Author: Brad Spengler <spender@grsecurity.net>
11080 Date: Wed Dec 9 23:11:36 2015 -0500
11081
11082 Update to pax-linux-4.3.1-test9.patch:
11083 - fixed __get_user on x86 to lie less about the size of the load, reported by peetaur (https://forums.grsecurity.net/viewtopic.php?f=3&t=4332)
11084 - Emese fixed an intentional overflow caused by gcc, reported by saironiq (https://forums.grsecurity.net/viewtopic.php?f=3&t=4333)
11085 - Emese fixed a false positive overflow report in the forcedeth driver, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?t=4334)
11086 - Emese fixed a false positive overflow report in KVM's emulator, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4336)
11087 - Emese fixed the initify plugin to detect some captured use of __func__, reported by Rasmus Villemoes <linux@rasmusvillemoes.dk>
11088 - constrained shmmax and shmall to avoid triggering size overflow checks, reported by Mathias Krause <minipli@ld-linux.so>
11089 - the checker plugin can partially handle sparse's locking context annotations, it's context insensitive and thus not exactly useful for now, also see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59856
11090
11091 Makefile | 6 +
11092 arch/x86/include/asm/compat.h | 4 +
11093 arch/x86/include/asm/dma.h | 2 +
11094 arch/x86/include/asm/pmem.h | 2 +-
11095 arch/x86/include/asm/uaccess.h | 20 +-
11096 arch/x86/kernel/apic/vector.c | 6 +-
11097 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
11098 arch/x86/kernel/cpu/perf_event_intel.c | 28 +-
11099 arch/x86/kernel/head_64.S | 1 -
11100 arch/x86/kvm/i8259.c | 10 +-
11101 arch/x86/kvm/ioapic.c | 2 +
11102 arch/x86/kvm/x86.c | 2 +
11103 arch/x86/lib/usercopy_64.c | 2 +-
11104 arch/x86/mm/mpx.c | 4 +-
11105 arch/x86/mm/pageattr.c | 7 +
11106 drivers/base/devres.c | 4 +-
11107 drivers/base/power/runtime.c | 6 +-
11108 drivers/base/regmap/regmap.c | 4 +-
11109 drivers/block/drbd/drbd_receiver.c | 4 +-
11110 drivers/block/drbd/drbd_worker.c | 6 +-
11111 drivers/char/virtio_console.c | 6 +-
11112 drivers/md/dm.c | 12 +-
11113 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
11114 drivers/net/macvtap.c | 4 +-
11115 drivers/video/fbdev/core/fbmem.c | 10 +-
11116 fs/compat.c | 3 +-
11117 fs/coredump.c | 2 +-
11118 fs/dcache.c | 13 +-
11119 fs/fhandle.c | 2 +-
11120 fs/file.c | 14 +-
11121 fs/fs-writeback.c | 11 +-
11122 fs/overlayfs/copy_up.c | 2 +-
11123 fs/readdir.c | 3 +-
11124 fs/super.c | 3 +-
11125 include/linux/compiler.h | 36 ++-
11126 include/linux/rcupdate.h | 8 +
11127 include/linux/sched.h | 4 +-
11128 include/linux/seqlock.h | 10 +
11129 include/linux/spinlock.h | 17 +-
11130 include/linux/srcu.h | 5 +-
11131 include/linux/syscalls.h | 2 +-
11132 include/linux/writeback.h | 3 +-
11133 include/uapi/linux/swab.h | 6 +-
11134 ipc/ipc_sysctl.c | 6 +
11135 kernel/exit.c | 25 +-
11136 kernel/resource.c | 4 +-
11137 kernel/signal.c | 12 +-
11138 kernel/user.c | 2 +-
11139 kernel/workqueue.c | 6 +-
11140 lib/rhashtable.c | 4 +-
11141 net/compat.c | 2 +-
11142 net/ipv4/xfrm4_mode_transport.c | 2 +-
11143 security/keys/internal.h | 8 +-
11144 security/keys/keyring.c | 4 -
11145 sound/core/seq/seq_clientmgr.c | 8 +-
11146 sound/core/seq/seq_compat.c | 2 +-
11147 sound/core/seq/seq_memory.c | 6 +-
11148 tools/gcc/checker_plugin.c | 415 +++++++++++++++++++-
11149 tools/gcc/gcc-common.h | 1 +
11150 tools/gcc/initify_plugin.c | 33 ++-
11151 .../disable_size_overflow_hash.data | 1 +
11152 .../size_overflow_plugin/size_overflow_hash.data | 1 -
11153 62 files changed, 708 insertions(+), 140 deletions(-)
11154
11155 commit f2634c2f6995f4231616f24ed016f890c701f939
11156 Merge: 1241bff 5f8b236
11157 Author: Brad Spengler <spender@grsecurity.net>
11158 Date: Wed Dec 9 21:50:47 2015 -0500
11159
11160 Merge branch 'linux-4.3.y' into pax-4_3
11161
11162 Conflicts:
11163 arch/x86/kernel/fpu/xstate.c
11164 arch/x86/kernel/head_64.S
11165
11166 commit 1241bff82e3d7dadb05de0a60b8d2822afc6547c
11167 Author: Brad Spengler <spender@grsecurity.net>
11168 Date: Sun Dec 6 08:44:56 2015 -0500
11169
11170 Update to pax-linux-4.3-test8.patch:
11171 - fixed integer truncation check in md introduced by upstream commits 284ae7cab0f7335c9e0aa8992b28415ef1a54c7c and 58c0fed400603a802968b23ddf78f029c5a84e41, reported by BeiKed9o (https://forums.grsecurity.net/viewtopic.php?f=3&t=4328)
11172 - gcc plugin compilation problems will now also produce the output of the checking script to make diagnosis easier, reported by hunger
11173 - Emese fixed a false positive size overflow report in __vhost_add_used_n, reported by quasar366 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4329)
11174 - fixed a potential integer truncation error in the raid1 code caught by the size overflow plugin, reported by d1b (https://forums.grsecurity.net/viewtopic.php?f=3&t=4331)
11175
11176 Makefile | 5 +++
11177 drivers/md/md.c | 5 ++-
11178 drivers/md/raid1.c | 2 +-
11179 fs/proc/task_mmu.c | 3 ++
11180 .../disable_size_overflow_hash.data | 4 ++-
11181 .../size_overflow_plugin/intentional_overflow.c | 32 ++++++++++++++++---
11182 .../size_overflow_plugin/size_overflow_hash.data | 2 -
11183 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
11184 8 files changed, 43 insertions(+), 12 deletions(-)
11185
11186 commit cce6a9f9bdd27096632ca1c0246dcc07f2eb1a18
11187 Author: Brad Spengler <spender@grsecurity.net>
11188 Date: Fri Dec 4 14:24:12 2015 -0500
11189
11190 Initial import of pax-linux-4.3-test7.patch
11191
11192 Documentation/dontdiff | 47 +-
11193 Documentation/kbuild/makefiles.txt | 39 +-
11194 Documentation/kernel-parameters.txt | 28 +
11195 Makefile | 108 +-
11196 arch/alpha/include/asm/atomic.h | 10 +
11197 arch/alpha/include/asm/elf.h | 7 +
11198 arch/alpha/include/asm/pgalloc.h | 6 +
11199 arch/alpha/include/asm/pgtable.h | 11 +
11200 arch/alpha/kernel/module.c | 2 +-
11201 arch/alpha/kernel/osf_sys.c | 8 +-
11202 arch/alpha/mm/fault.c | 141 +-
11203 arch/arm/Kconfig | 2 +-
11204 arch/arm/include/asm/atomic.h | 320 +-
11205 arch/arm/include/asm/cache.h | 5 +-
11206 arch/arm/include/asm/cacheflush.h | 2 +-
11207 arch/arm/include/asm/checksum.h | 14 +-
11208 arch/arm/include/asm/cmpxchg.h | 4 +
11209 arch/arm/include/asm/cpuidle.h | 2 +-
11210 arch/arm/include/asm/domain.h | 22 +-
11211 arch/arm/include/asm/elf.h | 9 +-
11212 arch/arm/include/asm/fncpy.h | 2 +
11213 arch/arm/include/asm/futex.h | 10 +
11214 arch/arm/include/asm/kmap_types.h | 2 +-
11215 arch/arm/include/asm/mach/dma.h | 2 +-
11216 arch/arm/include/asm/mach/map.h | 16 +-
11217 arch/arm/include/asm/outercache.h | 2 +-
11218 arch/arm/include/asm/page.h | 3 +-
11219 arch/arm/include/asm/pgalloc.h | 20 +
11220 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
11221 arch/arm/include/asm/pgtable-2level.h | 3 +
11222 arch/arm/include/asm/pgtable-3level.h | 3 +
11223 arch/arm/include/asm/pgtable.h | 54 +-
11224 arch/arm/include/asm/smp.h | 2 +-
11225 arch/arm/include/asm/tls.h | 3 +
11226 arch/arm/include/asm/uaccess.h | 79 +-
11227 arch/arm/include/uapi/asm/ptrace.h | 2 +-
11228 arch/arm/kernel/armksyms.c | 2 +-
11229 arch/arm/kernel/cpuidle.c | 2 +-
11230 arch/arm/kernel/entry-armv.S | 109 +-
11231 arch/arm/kernel/entry-common.S | 40 +-
11232 arch/arm/kernel/entry-header.S | 55 +
11233 arch/arm/kernel/fiq.c | 3 +
11234 arch/arm/kernel/module-plts.c | 7 +-
11235 arch/arm/kernel/module.c | 38 +-
11236 arch/arm/kernel/patch.c | 2 +
11237 arch/arm/kernel/process.c | 90 +-
11238 arch/arm/kernel/reboot.c | 1 +
11239 arch/arm/kernel/setup.c | 20 +-
11240 arch/arm/kernel/signal.c | 35 +-
11241 arch/arm/kernel/smp.c | 2 +-
11242 arch/arm/kernel/tcm.c | 4 +-
11243 arch/arm/kernel/vmlinux.lds.S | 6 +-
11244 arch/arm/kvm/arm.c | 8 +-
11245 arch/arm/lib/copy_page.S | 1 +
11246 arch/arm/lib/csumpartialcopyuser.S | 4 +-
11247 arch/arm/lib/delay.c | 2 +-
11248 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
11249 arch/arm/mach-exynos/suspend.c | 6 +-
11250 arch/arm/mach-mvebu/coherency.c | 4 +-
11251 arch/arm/mach-omap2/board-n8x0.c | 2 +-
11252 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
11253 arch/arm/mach-omap2/omap-smp.c | 1 +
11254 arch/arm/mach-omap2/omap-wakeupgen.c | 2 +-
11255 arch/arm/mach-omap2/omap_device.c | 4 +-
11256 arch/arm/mach-omap2/omap_device.h | 4 +-
11257 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
11258 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
11259 arch/arm/mach-omap2/wd_timer.c | 6 +-
11260 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
11261 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
11262 arch/arm/mach-tegra/irq.c | 1 +
11263 arch/arm/mach-ux500/pm.c | 1 +
11264 arch/arm/mach-zynq/platsmp.c | 1 +
11265 arch/arm/mm/Kconfig | 6 +-
11266 arch/arm/mm/alignment.c | 8 +
11267 arch/arm/mm/cache-l2x0.c | 2 +-
11268 arch/arm/mm/context.c | 10 +-
11269 arch/arm/mm/fault.c | 146 +
11270 arch/arm/mm/fault.h | 12 +
11271 arch/arm/mm/init.c | 39 +
11272 arch/arm/mm/ioremap.c | 4 +-
11273 arch/arm/mm/mmap.c | 30 +-
11274 arch/arm/mm/mmu.c | 162 +-
11275 arch/arm/net/bpf_jit_32.c | 3 +
11276 arch/arm/plat-iop/setup.c | 2 +-
11277 arch/arm/plat-omap/sram.c | 2 +
11278 arch/arm64/include/asm/atomic.h | 10 +
11279 arch/arm64/include/asm/percpu.h | 8 +-
11280 arch/arm64/include/asm/pgalloc.h | 5 +
11281 arch/arm64/include/asm/uaccess.h | 1 +
11282 arch/arm64/mm/dma-mapping.c | 2 +-
11283 arch/avr32/include/asm/elf.h | 8 +-
11284 arch/avr32/include/asm/kmap_types.h | 4 +-
11285 arch/avr32/mm/fault.c | 27 +
11286 arch/frv/include/asm/atomic.h | 10 +
11287 arch/frv/include/asm/kmap_types.h | 2 +-
11288 arch/frv/mm/elf-fdpic.c | 3 +-
11289 arch/ia64/Makefile | 1 +
11290 arch/ia64/include/asm/atomic.h | 10 +
11291 arch/ia64/include/asm/elf.h | 7 +
11292 arch/ia64/include/asm/pgalloc.h | 12 +
11293 arch/ia64/include/asm/pgtable.h | 13 +-
11294 arch/ia64/include/asm/spinlock.h | 2 +-
11295 arch/ia64/include/asm/uaccess.h | 27 +-
11296 arch/ia64/kernel/module.c | 45 +-
11297 arch/ia64/kernel/palinfo.c | 2 +-
11298 arch/ia64/kernel/sys_ia64.c | 7 +
11299 arch/ia64/kernel/vmlinux.lds.S | 2 +-
11300 arch/ia64/mm/fault.c | 32 +-
11301 arch/ia64/mm/init.c | 15 +-
11302 arch/m32r/lib/usercopy.c | 6 +
11303 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
11304 arch/mips/include/asm/atomic.h | 368 +-
11305 arch/mips/include/asm/elf.h | 7 +
11306 arch/mips/include/asm/exec.h | 2 +-
11307 arch/mips/include/asm/hw_irq.h | 2 +-
11308 arch/mips/include/asm/local.h | 57 +
11309 arch/mips/include/asm/page.h | 2 +-
11310 arch/mips/include/asm/pgalloc.h | 5 +
11311 arch/mips/include/asm/pgtable.h | 3 +
11312 arch/mips/include/asm/uaccess.h | 1 +
11313 arch/mips/kernel/binfmt_elfn32.c | 7 +
11314 arch/mips/kernel/binfmt_elfo32.c | 7 +
11315 arch/mips/kernel/irq-gt641xx.c | 2 +-
11316 arch/mips/kernel/irq.c | 6 +-
11317 arch/mips/kernel/pm-cps.c | 2 +-
11318 arch/mips/kernel/process.c | 12 -
11319 arch/mips/kernel/sync-r4k.c | 24 +-
11320 arch/mips/kernel/traps.c | 13 +-
11321 arch/mips/mm/fault.c | 25 +
11322 arch/mips/mm/mmap.c | 51 +-
11323 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
11324 arch/mips/sni/rm200.c | 2 +-
11325 arch/mips/vr41xx/common/icu.c | 2 +-
11326 arch/mips/vr41xx/common/irq.c | 4 +-
11327 arch/parisc/include/asm/atomic.h | 10 +
11328 arch/parisc/include/asm/elf.h | 7 +
11329 arch/parisc/include/asm/pgalloc.h | 6 +
11330 arch/parisc/include/asm/pgtable.h | 11 +
11331 arch/parisc/include/asm/uaccess.h | 4 +-
11332 arch/parisc/kernel/module.c | 50 +-
11333 arch/parisc/kernel/sys_parisc.c | 15 +
11334 arch/parisc/kernel/traps.c | 4 +-
11335 arch/parisc/mm/fault.c | 140 +-
11336 arch/powerpc/include/asm/atomic.h | 329 +-
11337 arch/powerpc/include/asm/elf.h | 12 +
11338 arch/powerpc/include/asm/exec.h | 2 +-
11339 arch/powerpc/include/asm/kmap_types.h | 2 +-
11340 arch/powerpc/include/asm/local.h | 46 +
11341 arch/powerpc/include/asm/mman.h | 2 +-
11342 arch/powerpc/include/asm/page.h | 8 +-
11343 arch/powerpc/include/asm/page_64.h | 7 +-
11344 arch/powerpc/include/asm/pgalloc-64.h | 7 +
11345 arch/powerpc/include/asm/pgtable.h | 1 +
11346 arch/powerpc/include/asm/pte-hash32.h | 1 +
11347 arch/powerpc/include/asm/reg.h | 1 +
11348 arch/powerpc/include/asm/smp.h | 2 +-
11349 arch/powerpc/include/asm/spinlock.h | 42 +-
11350 arch/powerpc/include/asm/uaccess.h | 141 +-
11351 arch/powerpc/kernel/Makefile | 5 +
11352 arch/powerpc/kernel/exceptions-64e.S | 4 +-
11353 arch/powerpc/kernel/exceptions-64s.S | 2 +-
11354 arch/powerpc/kernel/module_32.c | 15 +-
11355 arch/powerpc/kernel/process.c | 46 -
11356 arch/powerpc/kernel/signal_32.c | 2 +-
11357 arch/powerpc/kernel/signal_64.c | 2 +-
11358 arch/powerpc/kernel/traps.c | 21 +
11359 arch/powerpc/kernel/vdso.c | 5 +-
11360 arch/powerpc/lib/usercopy_64.c | 18 -
11361 arch/powerpc/mm/fault.c | 56 +-
11362 arch/powerpc/mm/mmap.c | 16 +
11363 arch/powerpc/mm/slice.c | 13 +-
11364 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
11365 arch/s390/include/asm/atomic.h | 10 +
11366 arch/s390/include/asm/elf.h | 7 +
11367 arch/s390/include/asm/exec.h | 2 +-
11368 arch/s390/include/asm/uaccess.h | 13 +-
11369 arch/s390/kernel/module.c | 22 +-
11370 arch/s390/kernel/process.c | 24 -
11371 arch/s390/mm/mmap.c | 16 +
11372 arch/score/include/asm/exec.h | 2 +-
11373 arch/score/kernel/process.c | 5 -
11374 arch/sh/mm/mmap.c | 22 +-
11375 arch/sparc/include/asm/atomic_64.h | 110 +-
11376 arch/sparc/include/asm/cache.h | 2 +-
11377 arch/sparc/include/asm/elf_32.h | 7 +
11378 arch/sparc/include/asm/elf_64.h | 7 +
11379 arch/sparc/include/asm/pgalloc_32.h | 1 +
11380 arch/sparc/include/asm/pgalloc_64.h | 1 +
11381 arch/sparc/include/asm/pgtable.h | 4 +
11382 arch/sparc/include/asm/pgtable_32.h | 15 +-
11383 arch/sparc/include/asm/pgtsrmmu.h | 5 +
11384 arch/sparc/include/asm/setup.h | 4 +-
11385 arch/sparc/include/asm/spinlock_64.h | 35 +-
11386 arch/sparc/include/asm/thread_info_32.h | 1 +
11387 arch/sparc/include/asm/thread_info_64.h | 2 +
11388 arch/sparc/include/asm/uaccess.h | 1 +
11389 arch/sparc/include/asm/uaccess_32.h | 28 +-
11390 arch/sparc/include/asm/uaccess_64.h | 24 +-
11391 arch/sparc/kernel/Makefile | 2 +-
11392 arch/sparc/kernel/prom_common.c | 2 +-
11393 arch/sparc/kernel/smp_64.c | 8 +-
11394 arch/sparc/kernel/sys_sparc_32.c | 2 +-
11395 arch/sparc/kernel/sys_sparc_64.c | 52 +-
11396 arch/sparc/kernel/traps_64.c | 27 +-
11397 arch/sparc/lib/Makefile | 2 +-
11398 arch/sparc/lib/atomic_64.S | 57 +-
11399 arch/sparc/lib/ksyms.c | 6 +-
11400 arch/sparc/mm/Makefile | 2 +-
11401 arch/sparc/mm/fault_32.c | 292 +
11402 arch/sparc/mm/fault_64.c | 486 +
11403 arch/sparc/mm/hugetlbpage.c | 22 +-
11404 arch/sparc/mm/init_64.c | 10 +-
11405 arch/tile/include/asm/atomic_64.h | 10 +
11406 arch/tile/include/asm/uaccess.h | 4 +-
11407 arch/um/Makefile | 4 +
11408 arch/um/include/asm/kmap_types.h | 2 +-
11409 arch/um/include/asm/page.h | 3 +
11410 arch/um/include/asm/pgtable-3level.h | 1 +
11411 arch/um/kernel/process.c | 16 -
11412 arch/x86/Kconfig | 15 +-
11413 arch/x86/Kconfig.cpu | 6 +-
11414 arch/x86/Kconfig.debug | 4 +-
11415 arch/x86/Makefile | 13 +-
11416 arch/x86/boot/Makefile | 3 +
11417 arch/x86/boot/bitops.h | 4 +-
11418 arch/x86/boot/boot.h | 2 +-
11419 arch/x86/boot/compressed/Makefile | 3 +
11420 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
11421 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
11422 arch/x86/boot/compressed/head_32.S | 4 +-
11423 arch/x86/boot/compressed/head_64.S | 12 +-
11424 arch/x86/boot/compressed/misc.c | 11 +-
11425 arch/x86/boot/cpucheck.c | 16 +-
11426 arch/x86/boot/header.S | 6 +-
11427 arch/x86/boot/memory.c | 2 +-
11428 arch/x86/boot/video-vesa.c | 1 +
11429 arch/x86/boot/video.c | 2 +-
11430 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
11431 arch/x86/crypto/aesni-intel_asm.S | 106 +-
11432 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
11433 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
11434 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
11435 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
11436 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
11437 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
11438 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 4 +-
11439 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
11440 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
11441 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
11442 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
11443 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
11444 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
11445 arch/x86/crypto/sha256-avx-asm.S | 2 +
11446 arch/x86/crypto/sha256-avx2-asm.S | 2 +
11447 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
11448 arch/x86/crypto/sha512-avx-asm.S | 2 +
11449 arch/x86/crypto/sha512-avx2-asm.S | 2 +
11450 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
11451 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
11452 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
11453 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
11454 arch/x86/entry/calling.h | 86 +-
11455 arch/x86/entry/common.c | 13 +-
11456 arch/x86/entry/entry_32.S | 351 +-
11457 arch/x86/entry/entry_64.S | 619 +-
11458 arch/x86/entry/entry_64_compat.S | 159 +-
11459 arch/x86/entry/thunk_64.S | 2 +
11460 arch/x86/entry/vdso/Makefile | 2 +-
11461 arch/x86/entry/vdso/vdso2c.h | 8 +-
11462 arch/x86/entry/vdso/vma.c | 41 +-
11463 arch/x86/entry/vsyscall/vsyscall_64.c | 16 +-
11464 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
11465 arch/x86/ia32/ia32_signal.c | 23 +-
11466 arch/x86/ia32/sys_ia32.c | 42 +-
11467 arch/x86/include/asm/alternative-asm.h | 43 +-
11468 arch/x86/include/asm/alternative.h | 4 +-
11469 arch/x86/include/asm/apic.h | 2 +-
11470 arch/x86/include/asm/apm.h | 4 +-
11471 arch/x86/include/asm/atomic.h | 230 +-
11472 arch/x86/include/asm/atomic64_32.h | 100 +
11473 arch/x86/include/asm/atomic64_64.h | 164 +-
11474 arch/x86/include/asm/bitops.h | 18 +-
11475 arch/x86/include/asm/boot.h | 2 +-
11476 arch/x86/include/asm/cache.h | 5 +-
11477 arch/x86/include/asm/checksum_32.h | 12 +-
11478 arch/x86/include/asm/cmpxchg.h | 39 +
11479 arch/x86/include/asm/compat.h | 2 +-
11480 arch/x86/include/asm/cpufeature.h | 17 +-
11481 arch/x86/include/asm/desc.h | 78 +-
11482 arch/x86/include/asm/desc_defs.h | 6 +
11483 arch/x86/include/asm/div64.h | 2 +-
11484 arch/x86/include/asm/elf.h | 33 +-
11485 arch/x86/include/asm/emergency-restart.h | 2 +-
11486 arch/x86/include/asm/fpu/internal.h | 42 +-
11487 arch/x86/include/asm/fpu/types.h | 6 +-
11488 arch/x86/include/asm/futex.h | 14 +-
11489 arch/x86/include/asm/hw_irq.h | 4 +-
11490 arch/x86/include/asm/i8259.h | 2 +-
11491 arch/x86/include/asm/io.h | 22 +-
11492 arch/x86/include/asm/irqflags.h | 5 +
11493 arch/x86/include/asm/kprobes.h | 9 +-
11494 arch/x86/include/asm/local.h | 106 +-
11495 arch/x86/include/asm/mman.h | 15 +
11496 arch/x86/include/asm/mmu.h | 14 +-
11497 arch/x86/include/asm/mmu_context.h | 114 +-
11498 arch/x86/include/asm/module.h | 17 +-
11499 arch/x86/include/asm/nmi.h | 19 +-
11500 arch/x86/include/asm/page.h | 1 +
11501 arch/x86/include/asm/page_32.h | 12 +-
11502 arch/x86/include/asm/page_64.h | 14 +-
11503 arch/x86/include/asm/paravirt.h | 46 +-
11504 arch/x86/include/asm/paravirt_types.h | 15 +-
11505 arch/x86/include/asm/pgalloc.h | 23 +
11506 arch/x86/include/asm/pgtable-2level.h | 2 +
11507 arch/x86/include/asm/pgtable-3level.h | 7 +
11508 arch/x86/include/asm/pgtable.h | 128 +-
11509 arch/x86/include/asm/pgtable_32.h | 14 +-
11510 arch/x86/include/asm/pgtable_32_types.h | 24 +-
11511 arch/x86/include/asm/pgtable_64.h | 23 +-
11512 arch/x86/include/asm/pgtable_64_types.h | 5 +
11513 arch/x86/include/asm/pgtable_types.h | 26 +-
11514 arch/x86/include/asm/preempt.h | 2 +-
11515 arch/x86/include/asm/processor.h | 57 +-
11516 arch/x86/include/asm/ptrace.h | 13 +-
11517 arch/x86/include/asm/realmode.h | 4 +-
11518 arch/x86/include/asm/reboot.h | 10 +-
11519 arch/x86/include/asm/rmwcc.h | 84 +-
11520 arch/x86/include/asm/rwsem.h | 60 +-
11521 arch/x86/include/asm/segment.h | 27 +-
11522 arch/x86/include/asm/smap.h | 43 +
11523 arch/x86/include/asm/smp.h | 14 +-
11524 arch/x86/include/asm/stackprotector.h | 4 +-
11525 arch/x86/include/asm/stacktrace.h | 32 +-
11526 arch/x86/include/asm/switch_to.h | 4 +-
11527 arch/x86/include/asm/sys_ia32.h | 6 +-
11528 arch/x86/include/asm/thread_info.h | 27 +-
11529 arch/x86/include/asm/tlbflush.h | 77 +-
11530 arch/x86/include/asm/uaccess.h | 192 +-
11531 arch/x86/include/asm/uaccess_32.h | 28 +-
11532 arch/x86/include/asm/uaccess_64.h | 169 +-
11533 arch/x86/include/asm/word-at-a-time.h | 2 +-
11534 arch/x86/include/asm/x86_init.h | 10 +-
11535 arch/x86/include/asm/xen/page.h | 2 +-
11536 arch/x86/include/uapi/asm/e820.h | 2 +-
11537 arch/x86/kernel/Makefile | 2 +-
11538 arch/x86/kernel/acpi/boot.c | 4 +-
11539 arch/x86/kernel/acpi/sleep.c | 4 +
11540 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
11541 arch/x86/kernel/alternative.c | 124 +-
11542 arch/x86/kernel/apic/apic.c | 4 +-
11543 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
11544 arch/x86/kernel/apic/apic_noop.c | 2 +-
11545 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
11546 arch/x86/kernel/apic/io_apic.c | 8 +-
11547 arch/x86/kernel/apic/msi.c | 2 +-
11548 arch/x86/kernel/apic/probe_32.c | 4 +-
11549 arch/x86/kernel/apic/vector.c | 4 +-
11550 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
11551 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
11552 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
11553 arch/x86/kernel/apm_32.c | 21 +-
11554 arch/x86/kernel/asm-offsets.c | 20 +
11555 arch/x86/kernel/asm-offsets_64.c | 1 +
11556 arch/x86/kernel/cpu/Makefile | 4 -
11557 arch/x86/kernel/cpu/amd.c | 2 +-
11558 arch/x86/kernel/cpu/bugs_64.c | 2 +
11559 arch/x86/kernel/cpu/common.c | 202 +-
11560 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
11561 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
11562 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
11563 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
11564 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
11565 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
11566 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
11567 arch/x86/kernel/cpu/perf_event.c | 10 +-
11568 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
11569 arch/x86/kernel/cpu/perf_event_intel.c | 6 +-
11570 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
11571 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
11572 arch/x86/kernel/cpu/perf_event_intel_pt.c | 44 +-
11573 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
11574 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
11575 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
11576 arch/x86/kernel/crash_dump_64.c | 2 +-
11577 arch/x86/kernel/doublefault.c | 8 +-
11578 arch/x86/kernel/dumpstack.c | 24 +-
11579 arch/x86/kernel/dumpstack_32.c | 25 +-
11580 arch/x86/kernel/dumpstack_64.c | 62 +-
11581 arch/x86/kernel/e820.c | 4 +-
11582 arch/x86/kernel/early_printk.c | 1 +
11583 arch/x86/kernel/espfix_64.c | 44 +-
11584 arch/x86/kernel/fpu/core.c | 24 +-
11585 arch/x86/kernel/fpu/init.c | 40 +-
11586 arch/x86/kernel/fpu/regset.c | 22 +-
11587 arch/x86/kernel/fpu/signal.c | 20 +-
11588 arch/x86/kernel/fpu/xstate.c | 8 +-
11589 arch/x86/kernel/ftrace.c | 18 +-
11590 arch/x86/kernel/head64.c | 14 +-
11591 arch/x86/kernel/head_32.S | 235 +-
11592 arch/x86/kernel/head_64.S | 173 +-
11593 arch/x86/kernel/i386_ksyms_32.c | 12 +
11594 arch/x86/kernel/i8259.c | 10 +-
11595 arch/x86/kernel/io_delay.c | 2 +-
11596 arch/x86/kernel/ioport.c | 2 +-
11597 arch/x86/kernel/irq.c | 8 +-
11598 arch/x86/kernel/irq_32.c | 45 +-
11599 arch/x86/kernel/jump_label.c | 10 +-
11600 arch/x86/kernel/kgdb.c | 21 +-
11601 arch/x86/kernel/kprobes/core.c | 28 +-
11602 arch/x86/kernel/kprobes/opt.c | 16 +-
11603 arch/x86/kernel/ksysfs.c | 2 +-
11604 arch/x86/kernel/kvmclock.c | 20 +-
11605 arch/x86/kernel/ldt.c | 25 +
11606 arch/x86/kernel/livepatch.c | 12 +-
11607 arch/x86/kernel/machine_kexec_32.c | 6 +-
11608 arch/x86/kernel/mcount_64.S | 19 +-
11609 arch/x86/kernel/module.c | 78 +-
11610 arch/x86/kernel/msr.c | 2 +-
11611 arch/x86/kernel/nmi.c | 34 +-
11612 arch/x86/kernel/nmi_selftest.c | 4 +-
11613 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
11614 arch/x86/kernel/paravirt.c | 45 +-
11615 arch/x86/kernel/paravirt_patch_64.c | 8 +
11616 arch/x86/kernel/pci-calgary_64.c | 2 +-
11617 arch/x86/kernel/pci-iommu_table.c | 2 +-
11618 arch/x86/kernel/pci-swiotlb.c | 2 +-
11619 arch/x86/kernel/process.c | 80 +-
11620 arch/x86/kernel/process_32.c | 29 +-
11621 arch/x86/kernel/process_64.c | 14 +-
11622 arch/x86/kernel/ptrace.c | 20 +-
11623 arch/x86/kernel/pvclock.c | 8 +-
11624 arch/x86/kernel/reboot.c | 44 +-
11625 arch/x86/kernel/reboot_fixups_32.c | 2 +-
11626 arch/x86/kernel/relocate_kernel_64.S | 3 +-
11627 arch/x86/kernel/setup.c | 29 +-
11628 arch/x86/kernel/setup_percpu.c | 29 +-
11629 arch/x86/kernel/signal.c | 17 +-
11630 arch/x86/kernel/smp.c | 2 +-
11631 arch/x86/kernel/smpboot.c | 29 +-
11632 arch/x86/kernel/step.c | 6 +-
11633 arch/x86/kernel/sys_i386_32.c | 184 +
11634 arch/x86/kernel/sys_x86_64.c | 22 +-
11635 arch/x86/kernel/tboot.c | 14 +-
11636 arch/x86/kernel/time.c | 8 +-
11637 arch/x86/kernel/tls.c | 7 +-
11638 arch/x86/kernel/tracepoint.c | 4 +-
11639 arch/x86/kernel/traps.c | 53 +-
11640 arch/x86/kernel/tsc.c | 2 +-
11641 arch/x86/kernel/uprobes.c | 2 +-
11642 arch/x86/kernel/vm86_32.c | 6 +-
11643 arch/x86/kernel/vmlinux.lds.S | 153 +-
11644 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
11645 arch/x86/kernel/x86_init.c | 6 +-
11646 arch/x86/kvm/cpuid.c | 21 +-
11647 arch/x86/kvm/emulate.c | 2 +-
11648 arch/x86/kvm/lapic.c | 2 +-
11649 arch/x86/kvm/paging_tmpl.h | 2 +-
11650 arch/x86/kvm/svm.c | 10 +-
11651 arch/x86/kvm/vmx.c | 62 +-
11652 arch/x86/kvm/x86.c | 42 +-
11653 arch/x86/lguest/boot.c | 3 +-
11654 arch/x86/lib/atomic64_386_32.S | 164 +
11655 arch/x86/lib/atomic64_cx8_32.S | 98 +-
11656 arch/x86/lib/checksum_32.S | 99 +-
11657 arch/x86/lib/clear_page_64.S | 3 +
11658 arch/x86/lib/cmpxchg16b_emu.S | 3 +
11659 arch/x86/lib/copy_page_64.S | 14 +-
11660 arch/x86/lib/copy_user_64.S | 66 +-
11661 arch/x86/lib/csum-copy_64.S | 14 +-
11662 arch/x86/lib/csum-wrappers_64.c | 8 +-
11663 arch/x86/lib/getuser.S | 74 +-
11664 arch/x86/lib/insn.c | 8 +-
11665 arch/x86/lib/iomap_copy_64.S | 2 +
11666 arch/x86/lib/memcpy_64.S | 6 +
11667 arch/x86/lib/memmove_64.S | 3 +-
11668 arch/x86/lib/memset_64.S | 3 +
11669 arch/x86/lib/mmx_32.c | 243 +-
11670 arch/x86/lib/msr-reg.S | 2 +
11671 arch/x86/lib/putuser.S | 87 +-
11672 arch/x86/lib/rwsem.S | 6 +-
11673 arch/x86/lib/usercopy_32.c | 359 +-
11674 arch/x86/lib/usercopy_64.c | 20 +-
11675 arch/x86/math-emu/fpu_aux.c | 2 +-
11676 arch/x86/math-emu/fpu_entry.c | 4 +-
11677 arch/x86/math-emu/fpu_system.h | 2 +-
11678 arch/x86/mm/Makefile | 4 +
11679 arch/x86/mm/extable.c | 26 +-
11680 arch/x86/mm/fault.c | 570 +-
11681 arch/x86/mm/gup.c | 6 +-
11682 arch/x86/mm/highmem_32.c | 6 +
11683 arch/x86/mm/hugetlbpage.c | 24 +-
11684 arch/x86/mm/init.c | 111 +-
11685 arch/x86/mm/init_32.c | 111 +-
11686 arch/x86/mm/init_64.c | 46 +-
11687 arch/x86/mm/iomap_32.c | 4 +
11688 arch/x86/mm/ioremap.c | 52 +-
11689 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
11690 arch/x86/mm/mmap.c | 40 +-
11691 arch/x86/mm/mmio-mod.c | 10 +-
11692 arch/x86/mm/numa.c | 2 +-
11693 arch/x86/mm/pageattr.c | 38 +-
11694 arch/x86/mm/pat.c | 12 +-
11695 arch/x86/mm/pat_rbtree.c | 2 +-
11696 arch/x86/mm/pf_in.c | 10 +-
11697 arch/x86/mm/pgtable.c | 214 +-
11698 arch/x86/mm/pgtable_32.c | 3 +
11699 arch/x86/mm/setup_nx.c | 7 +
11700 arch/x86/mm/tlb.c | 4 +
11701 arch/x86/mm/uderef_64.c | 37 +
11702 arch/x86/net/bpf_jit.S | 11 +
11703 arch/x86/net/bpf_jit_comp.c | 13 +-
11704 arch/x86/oprofile/backtrace.c | 6 +-
11705 arch/x86/oprofile/nmi_int.c | 8 +-
11706 arch/x86/oprofile/op_model_amd.c | 8 +-
11707 arch/x86/oprofile/op_model_ppro.c | 7 +-
11708 arch/x86/oprofile/op_x86_model.h | 2 +-
11709 arch/x86/pci/intel_mid_pci.c | 2 +-
11710 arch/x86/pci/irq.c | 8 +-
11711 arch/x86/pci/pcbios.c | 144 +-
11712 arch/x86/platform/efi/efi_32.c | 24 +
11713 arch/x86/platform/efi/efi_64.c | 26 +-
11714 arch/x86/platform/efi/efi_stub_32.S | 64 +-
11715 arch/x86/platform/efi/efi_stub_64.S | 2 +
11716 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
11717 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
11718 arch/x86/platform/intel-mid/mfld.c | 4 +-
11719 arch/x86/platform/intel-mid/mrfl.c | 2 +-
11720 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
11721 arch/x86/platform/olpc/olpc_dt.c | 2 +-
11722 arch/x86/power/cpu.c | 11 +-
11723 arch/x86/realmode/init.c | 10 +-
11724 arch/x86/realmode/rm/Makefile | 3 +
11725 arch/x86/realmode/rm/header.S | 4 +-
11726 arch/x86/realmode/rm/reboot.S | 4 +
11727 arch/x86/realmode/rm/trampoline_32.S | 12 +-
11728 arch/x86/realmode/rm/trampoline_64.S | 3 +-
11729 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
11730 arch/x86/tools/Makefile | 2 +-
11731 arch/x86/tools/relocs.c | 96 +-
11732 arch/x86/um/mem_32.c | 2 +-
11733 arch/x86/um/tls_32.c | 2 +-
11734 arch/x86/xen/enlighten.c | 50 +-
11735 arch/x86/xen/mmu.c | 19 +-
11736 arch/x86/xen/smp.c | 16 +-
11737 arch/x86/xen/xen-asm_32.S | 2 +-
11738 arch/x86/xen/xen-head.S | 11 +
11739 arch/x86/xen/xen-ops.h | 2 -
11740 block/bio.c | 4 +-
11741 block/blk-iopoll.c | 2 +-
11742 block/blk-map.c | 2 +-
11743 block/blk-softirq.c | 2 +-
11744 block/bsg.c | 12 +-
11745 block/compat_ioctl.c | 4 +-
11746 block/genhd.c | 9 +-
11747 block/partitions/efi.c | 8 +-
11748 block/scsi_ioctl.c | 29 +-
11749 crypto/cryptd.c | 4 +-
11750 crypto/pcrypt.c | 2 +-
11751 crypto/zlib.c | 12 +-
11752 drivers/acpi/acpi_video.c | 2 +-
11753 drivers/acpi/apei/apei-internal.h | 2 +-
11754 drivers/acpi/apei/ghes.c | 4 +-
11755 drivers/acpi/bgrt.c | 6 +-
11756 drivers/acpi/blacklist.c | 4 +-
11757 drivers/acpi/bus.c | 4 +-
11758 drivers/acpi/device_pm.c | 4 +-
11759 drivers/acpi/ec.c | 2 +-
11760 drivers/acpi/pci_slot.c | 2 +-
11761 drivers/acpi/processor_idle.c | 2 +-
11762 drivers/acpi/processor_pdc.c | 2 +-
11763 drivers/acpi/sleep.c | 2 +-
11764 drivers/acpi/sysfs.c | 4 +-
11765 drivers/acpi/thermal.c | 2 +-
11766 drivers/acpi/video_detect.c | 7 +-
11767 drivers/ata/libata-core.c | 12 +-
11768 drivers/ata/libata-scsi.c | 2 +-
11769 drivers/ata/libata.h | 2 +-
11770 drivers/ata/pata_arasan_cf.c | 4 +-
11771 drivers/atm/adummy.c | 2 +-
11772 drivers/atm/ambassador.c | 8 +-
11773 drivers/atm/atmtcp.c | 14 +-
11774 drivers/atm/eni.c | 10 +-
11775 drivers/atm/firestream.c | 8 +-
11776 drivers/atm/fore200e.c | 14 +-
11777 drivers/atm/he.c | 18 +-
11778 drivers/atm/horizon.c | 4 +-
11779 drivers/atm/idt77252.c | 36 +-
11780 drivers/atm/iphase.c | 34 +-
11781 drivers/atm/lanai.c | 12 +-
11782 drivers/atm/nicstar.c | 46 +-
11783 drivers/atm/solos-pci.c | 4 +-
11784 drivers/atm/suni.c | 4 +-
11785 drivers/atm/uPD98402.c | 16 +-
11786 drivers/atm/zatm.c | 6 +-
11787 drivers/base/bus.c | 4 +-
11788 drivers/base/devtmpfs.c | 8 +-
11789 drivers/base/node.c | 2 +-
11790 drivers/base/platform-msi.c | 20 +-
11791 drivers/base/power/domain.c | 11 +-
11792 drivers/base/power/sysfs.c | 2 +-
11793 drivers/base/power/wakeup.c | 8 +-
11794 drivers/base/regmap/regmap-debugfs.c | 11 +-
11795 drivers/base/syscore.c | 4 +-
11796 drivers/block/cciss.c | 28 +-
11797 drivers/block/cciss.h | 2 +-
11798 drivers/block/cpqarray.c | 28 +-
11799 drivers/block/cpqarray.h | 2 +-
11800 drivers/block/drbd/drbd_bitmap.c | 2 +-
11801 drivers/block/drbd/drbd_int.h | 8 +-
11802 drivers/block/drbd/drbd_main.c | 12 +-
11803 drivers/block/drbd/drbd_nl.c | 4 +-
11804 drivers/block/drbd/drbd_receiver.c | 34 +-
11805 drivers/block/drbd/drbd_worker.c | 8 +-
11806 drivers/block/pktcdvd.c | 4 +-
11807 drivers/block/rbd.c | 2 +-
11808 drivers/bluetooth/btwilink.c | 2 +-
11809 drivers/bus/arm-cci.c | 12 +-
11810 drivers/cdrom/cdrom.c | 11 +-
11811 drivers/cdrom/gdrom.c | 1 -
11812 drivers/char/agp/compat_ioctl.c | 2 +-
11813 drivers/char/agp/frontend.c | 4 +-
11814 drivers/char/agp/intel-gtt.c | 4 +-
11815 drivers/char/hpet.c | 2 +-
11816 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
11817 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
11818 drivers/char/mem.c | 47 +-
11819 drivers/char/nvram.c | 2 +-
11820 drivers/char/pcmcia/synclink_cs.c | 16 +-
11821 drivers/char/random.c | 12 +-
11822 drivers/char/sonypi.c | 11 +-
11823 drivers/char/tpm/tpm_acpi.c | 3 +-
11824 drivers/char/tpm/tpm_eventlog.c | 4 +-
11825 drivers/char/virtio_console.c | 4 +-
11826 drivers/clk/clk-composite.c | 2 +-
11827 drivers/clk/samsung/clk.h | 2 +-
11828 drivers/clk/socfpga/clk-gate.c | 9 +-
11829 drivers/clk/socfpga/clk-pll.c | 9 +-
11830 drivers/clk/ti/clk.c | 8 +-
11831 drivers/cpufreq/acpi-cpufreq.c | 17 +-
11832 drivers/cpufreq/cpufreq-dt.c | 4 +-
11833 drivers/cpufreq/cpufreq.c | 30 +-
11834 drivers/cpufreq/cpufreq_governor.c | 2 +-
11835 drivers/cpufreq/cpufreq_governor.h | 4 +-
11836 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
11837 drivers/cpufreq/intel_pstate.c | 33 +-
11838 drivers/cpufreq/p4-clockmod.c | 12 +-
11839 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
11840 drivers/cpufreq/speedstep-centrino.c | 7 +-
11841 drivers/cpuidle/driver.c | 2 +-
11842 drivers/cpuidle/dt_idle_states.c | 2 +-
11843 drivers/cpuidle/governor.c | 2 +-
11844 drivers/cpuidle/sysfs.c | 2 +-
11845 drivers/crypto/hifn_795x.c | 4 +-
11846 drivers/devfreq/devfreq.c | 4 +-
11847 drivers/dma/sh/shdma-base.c | 4 +-
11848 drivers/dma/sh/shdmac.c | 2 +-
11849 drivers/edac/edac_device.c | 4 +-
11850 drivers/edac/edac_mc_sysfs.c | 2 +-
11851 drivers/edac/edac_pci.c | 4 +-
11852 drivers/edac/edac_pci_sysfs.c | 22 +-
11853 drivers/edac/mce_amd.h | 2 +-
11854 drivers/firewire/core-card.c | 6 +-
11855 drivers/firewire/core-device.c | 2 +-
11856 drivers/firewire/core-transaction.c | 1 +
11857 drivers/firewire/core.h | 1 +
11858 drivers/firmware/dmi-id.c | 2 +-
11859 drivers/firmware/dmi_scan.c | 12 +-
11860 drivers/firmware/efi/cper.c | 8 +-
11861 drivers/firmware/efi/efi.c | 12 +-
11862 drivers/firmware/efi/efivars.c | 2 +-
11863 drivers/firmware/efi/runtime-map.c | 2 +-
11864 drivers/firmware/google/gsmi.c | 2 +-
11865 drivers/firmware/google/memconsole.c | 7 +-
11866 drivers/firmware/memmap.c | 2 +-
11867 drivers/firmware/psci.c | 2 +-
11868 drivers/gpio/gpio-davinci.c | 6 +-
11869 drivers/gpio/gpio-em.c | 2 +-
11870 drivers/gpio/gpio-ich.c | 2 +-
11871 drivers/gpio/gpio-omap.c | 4 +-
11872 drivers/gpio/gpio-rcar.c | 2 +-
11873 drivers/gpio/gpio-vr41xx.c | 2 +-
11874 drivers/gpio/gpiolib.c | 12 +-
11875 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
11876 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
11877 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
11878 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
11879 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
11880 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
11881 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
11882 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
11883 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
11884 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
11885 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
11886 drivers/gpu/drm/drm_crtc.c | 2 +-
11887 drivers/gpu/drm/drm_drv.c | 2 +-
11888 drivers/gpu/drm/drm_fops.c | 12 +-
11889 drivers/gpu/drm/drm_global.c | 14 +-
11890 drivers/gpu/drm/drm_info.c | 13 +-
11891 drivers/gpu/drm/drm_ioc32.c | 13 +-
11892 drivers/gpu/drm/drm_ioctl.c | 2 +-
11893 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
11894 drivers/gpu/drm/i810/i810_drv.h | 4 +-
11895 drivers/gpu/drm/i915/i915_dma.c | 2 +-
11896 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
11897 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
11898 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
11899 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
11900 drivers/gpu/drm/i915/intel_display.c | 26 +-
11901 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
11902 drivers/gpu/drm/mga/mga_drv.h | 4 +-
11903 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
11904 drivers/gpu/drm/mga/mga_irq.c | 8 +-
11905 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
11906 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
11907 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
11908 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
11909 drivers/gpu/drm/omapdrm/Makefile | 2 +-
11910 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
11911 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
11912 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
11913 drivers/gpu/drm/qxl/qxl_ioctl.c | 10 +-
11914 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
11915 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
11916 drivers/gpu/drm/r128/r128_cce.c | 2 +-
11917 drivers/gpu/drm/r128/r128_drv.h | 4 +-
11918 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
11919 drivers/gpu/drm/r128/r128_irq.c | 4 +-
11920 drivers/gpu/drm/r128/r128_state.c | 4 +-
11921 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
11922 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
11923 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
11924 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
11925 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
11926 drivers/gpu/drm/radeon/radeon_state.c | 4 +-
11927 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
11928 drivers/gpu/drm/tegra/dc.c | 2 +-
11929 drivers/gpu/drm/tegra/dsi.c | 2 +-
11930 drivers/gpu/drm/tegra/hdmi.c | 2 +-
11931 drivers/gpu/drm/tegra/sor.c | 7 +-
11932 drivers/gpu/drm/tilcdc/Makefile | 6 +-
11933 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
11934 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
11935 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
11936 drivers/gpu/drm/udl/udl_fb.c | 1 -
11937 drivers/gpu/drm/via/via_drv.h | 4 +-
11938 drivers/gpu/drm/via/via_irq.c | 18 +-
11939 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
11940 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
11941 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
11942 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
11943 drivers/gpu/vga/vga_switcheroo.c | 4 +-
11944 drivers/hid/hid-core.c | 4 +-
11945 drivers/hid/hid-sensor-custom.c | 2 +-
11946 drivers/hv/channel.c | 2 +-
11947 drivers/hv/hv.c | 4 +-
11948 drivers/hv/hv_balloon.c | 18 +-
11949 drivers/hv/hyperv_vmbus.h | 2 +-
11950 drivers/hwmon/acpi_power_meter.c | 6 +-
11951 drivers/hwmon/applesmc.c | 2 +-
11952 drivers/hwmon/asus_atk0110.c | 10 +-
11953 drivers/hwmon/coretemp.c | 2 +-
11954 drivers/hwmon/dell-smm-hwmon.c | 2 +-
11955 drivers/hwmon/ibmaem.c | 2 +-
11956 drivers/hwmon/iio_hwmon.c | 2 +-
11957 drivers/hwmon/nct6683.c | 6 +-
11958 drivers/hwmon/nct6775.c | 6 +-
11959 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
11960 drivers/hwmon/sht15.c | 12 +-
11961 drivers/hwmon/via-cputemp.c | 2 +-
11962 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
11963 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
11964 drivers/i2c/i2c-dev.c | 2 +-
11965 drivers/ide/ide-cd.c | 2 +-
11966 drivers/ide/ide-disk.c | 2 +-
11967 drivers/iio/industrialio-core.c | 2 +-
11968 drivers/iio/magnetometer/ak8975.c | 2 +-
11969 drivers/infiniband/core/cm.c | 32 +-
11970 drivers/infiniband/core/fmr_pool.c | 20 +-
11971 drivers/infiniband/core/uverbs_cmd.c | 3 +
11972 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
11973 drivers/infiniband/hw/mlx4/mad.c | 2 +-
11974 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
11975 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
11976 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
11977 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
11978 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
11979 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
11980 drivers/infiniband/hw/nes/nes.c | 4 +-
11981 drivers/infiniband/hw/nes/nes.h | 40 +-
11982 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
11983 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
11984 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
11985 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
11986 drivers/infiniband/hw/qib/qib.h | 1 +
11987 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
11988 drivers/input/gameport/gameport.c | 4 +-
11989 drivers/input/input.c | 4 +-
11990 drivers/input/joystick/sidewinder.c | 1 +
11991 drivers/input/joystick/xpad.c | 4 +-
11992 drivers/input/misc/ims-pcu.c | 4 +-
11993 drivers/input/mouse/psmouse.h | 2 +-
11994 drivers/input/mousedev.c | 2 +-
11995 drivers/input/serio/serio.c | 4 +-
11996 drivers/input/serio/serio_raw.c | 4 +-
11997 drivers/input/touchscreen/htcpen.c | 2 +-
11998 drivers/iommu/arm-smmu-v3.c | 2 +-
11999 drivers/iommu/arm-smmu.c | 43 +-
12000 drivers/iommu/io-pgtable-arm.c | 101 +-
12001 drivers/iommu/io-pgtable.c | 11 +-
12002 drivers/iommu/io-pgtable.h | 19 +-
12003 drivers/iommu/iommu.c | 2 +-
12004 drivers/iommu/ipmmu-vmsa.c | 13 +-
12005 drivers/iommu/irq_remapping.c | 2 +-
12006 drivers/irqchip/irq-gic.c | 2 +-
12007 drivers/irqchip/irq-i8259.c | 2 +-
12008 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
12009 drivers/irqchip/irq-renesas-irqc.c | 2 +-
12010 drivers/isdn/capi/capi.c | 10 +-
12011 drivers/isdn/gigaset/interface.c | 8 +-
12012 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
12013 drivers/isdn/hardware/avm/b1.c | 4 +-
12014 drivers/isdn/i4l/isdn_common.c | 2 +
12015 drivers/isdn/i4l/isdn_tty.c | 22 +-
12016 drivers/isdn/icn/icn.c | 2 +-
12017 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
12018 drivers/lguest/core.c | 10 +-
12019 drivers/lguest/page_tables.c | 2 +-
12020 drivers/lguest/x86/core.c | 12 +-
12021 drivers/lguest/x86/switcher_32.S | 27 +-
12022 drivers/md/bcache/closure.h | 2 +-
12023 drivers/md/bitmap.c | 2 +-
12024 drivers/md/dm-ioctl.c | 2 +-
12025 drivers/md/dm-raid1.c | 18 +-
12026 drivers/md/dm-stats.c | 6 +-
12027 drivers/md/dm-stripe.c | 10 +-
12028 drivers/md/dm-table.c | 2 +-
12029 drivers/md/dm-thin-metadata.c | 4 +-
12030 drivers/md/dm.c | 16 +-
12031 drivers/md/md.c | 26 +-
12032 drivers/md/md.h | 6 +-
12033 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
12034 drivers/md/persistent-data/dm-space-map.h | 1 +
12035 drivers/md/raid1.c | 4 +-
12036 drivers/md/raid10.c | 18 +-
12037 drivers/md/raid5.c | 22 +-
12038 drivers/media/dvb-core/dvbdev.c | 2 +-
12039 drivers/media/dvb-frontends/af9033.h | 2 +-
12040 drivers/media/dvb-frontends/dib3000.h | 2 +-
12041 drivers/media/dvb-frontends/dib7000p.h | 2 +-
12042 drivers/media/dvb-frontends/dib8000.h | 2 +-
12043 drivers/media/pci/cx88/cx88-video.c | 6 +-
12044 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
12045 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
12046 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
12047 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
12048 drivers/media/pci/tw68/tw68-core.c | 2 +-
12049 drivers/media/platform/omap/omap_vout.c | 11 +-
12050 drivers/media/platform/s5p-tv/mixer.h | 2 +-
12051 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
12052 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
12053 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
12054 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
12055 drivers/media/radio/radio-cadet.c | 2 +
12056 drivers/media/radio/radio-maxiradio.c | 2 +-
12057 drivers/media/radio/radio-shark.c | 2 +-
12058 drivers/media/radio/radio-shark2.c | 2 +-
12059 drivers/media/radio/radio-si476x.c | 2 +-
12060 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
12061 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
12062 drivers/media/v4l2-core/v4l2-device.c | 4 +-
12063 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
12064 drivers/memory/omap-gpmc.c | 21 +-
12065 drivers/message/fusion/mptsas.c | 34 +-
12066 drivers/mfd/ab8500-debugfs.c | 2 +-
12067 drivers/mfd/kempld-core.c | 2 +-
12068 drivers/mfd/max8925-i2c.c | 2 +-
12069 drivers/mfd/tps65910.c | 2 +-
12070 drivers/mfd/twl4030-irq.c | 9 +-
12071 drivers/mfd/wm5110-tables.c | 2 +-
12072 drivers/mfd/wm8998-tables.c | 2 +-
12073 drivers/misc/c2port/core.c | 4 +-
12074 drivers/misc/kgdbts.c | 4 +-
12075 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
12076 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
12077 drivers/misc/mic/scif/scif_rb.c | 8 +-
12078 drivers/misc/sgi-gru/gruhandles.c | 4 +-
12079 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
12080 drivers/misc/sgi-gru/grutables.h | 154 +-
12081 drivers/misc/sgi-xp/xp.h | 2 +-
12082 drivers/misc/sgi-xp/xpc.h | 3 +-
12083 drivers/misc/sgi-xp/xpc_main.c | 2 +-
12084 drivers/mmc/card/block.c | 2 +-
12085 drivers/mmc/host/dw_mmc.h | 2 +-
12086 drivers/mmc/host/mmci.c | 4 +-
12087 drivers/mmc/host/omap_hsmmc.c | 4 +-
12088 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
12089 drivers/mmc/host/sdhci-s3c.c | 8 +-
12090 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
12091 drivers/mtd/nand/denali.c | 1 +
12092 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
12093 drivers/mtd/nftlmount.c | 1 +
12094 drivers/mtd/sm_ftl.c | 2 +-
12095 drivers/net/bonding/bond_netlink.c | 2 +-
12096 drivers/net/caif/caif_hsi.c | 2 +-
12097 drivers/net/can/Kconfig | 2 +-
12098 drivers/net/can/dev.c | 2 +-
12099 drivers/net/can/vcan.c | 2 +-
12100 drivers/net/dummy.c | 2 +-
12101 drivers/net/ethernet/8390/ax88796.c | 4 +-
12102 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
12103 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
12104 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
12105 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
12106 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
12107 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
12108 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
12109 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
12110 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
12111 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
12112 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
12113 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
12114 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
12115 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
12116 drivers/net/ethernet/broadcom/tg3.h | 1 +
12117 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
12118 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
12119 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
12120 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
12121 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
12122 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
12123 drivers/net/ethernet/faraday/ftmac100.c | 2 +
12124 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
12125 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
12126 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
12127 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
12128 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
12129 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
12130 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
12131 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
12132 drivers/net/ethernet/realtek/r8169.c | 8 +-
12133 drivers/net/ethernet/sfc/ptp.c | 2 +-
12134 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
12135 drivers/net/ethernet/via/via-rhine.c | 2 +-
12136 drivers/net/geneve.c | 2 +-
12137 drivers/net/hyperv/hyperv_net.h | 2 +-
12138 drivers/net/hyperv/rndis_filter.c | 4 +-
12139 drivers/net/ifb.c | 2 +-
12140 drivers/net/ipvlan/ipvlan_core.c | 2 +-
12141 drivers/net/macvlan.c | 20 +-
12142 drivers/net/macvtap.c | 6 +-
12143 drivers/net/nlmon.c | 2 +-
12144 drivers/net/phy/phy_device.c | 6 +-
12145 drivers/net/ppp/ppp_generic.c | 4 +-
12146 drivers/net/slip/slhc.c | 2 +-
12147 drivers/net/team/team.c | 4 +-
12148 drivers/net/tun.c | 7 +-
12149 drivers/net/usb/hso.c | 23 +-
12150 drivers/net/usb/r8152.c | 2 +-
12151 drivers/net/usb/sierra_net.c | 4 +-
12152 drivers/net/virtio_net.c | 2 +-
12153 drivers/net/vrf.c | 2 +-
12154 drivers/net/vxlan.c | 4 +-
12155 drivers/net/wimax/i2400m/rx.c | 2 +-
12156 drivers/net/wireless/airo.c | 2 +-
12157 drivers/net/wireless/at76c50x-usb.c | 2 +-
12158 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
12159 drivers/net/wireless/ath/ath10k/htc.c | 7 +-
12160 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
12161 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
12162 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
12163 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
12164 drivers/net/wireless/ath/ath9k/main.c | 22 +-
12165 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
12166 drivers/net/wireless/b43/phy_lp.c | 2 +-
12167 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
12168 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
12169 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
12170 drivers/net/wireless/mac80211_hwsim.c | 28 +-
12171 drivers/net/wireless/rndis_wlan.c | 2 +-
12172 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
12173 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
12174 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
12175 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
12176 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
12177 drivers/nfc/nfcwilink.c | 2 +-
12178 drivers/of/fdt.c | 4 +-
12179 drivers/oprofile/buffer_sync.c | 8 +-
12180 drivers/oprofile/event_buffer.c | 2 +-
12181 drivers/oprofile/oprof.c | 2 +-
12182 drivers/oprofile/oprofile_stats.c | 10 +-
12183 drivers/oprofile/oprofile_stats.h | 10 +-
12184 drivers/oprofile/oprofilefs.c | 6 +-
12185 drivers/oprofile/timer_int.c | 2 +-
12186 drivers/parport/procfs.c | 4 +-
12187 drivers/pci/host/pci-host-generic.c | 24 +-
12188 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
12189 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
12190 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
12191 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
12192 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
12193 drivers/pci/hotplug/pciehp_core.c | 2 +-
12194 drivers/pci/msi.c | 22 +-
12195 drivers/pci/pci-sysfs.c | 6 +-
12196 drivers/pci/pci.h | 2 +-
12197 drivers/pci/pcie/aspm.c | 6 +-
12198 drivers/pci/pcie/portdrv_pci.c | 2 +-
12199 drivers/pci/probe.c | 2 +-
12200 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
12201 drivers/pinctrl/pinctrl-at91.c | 5 +-
12202 drivers/platform/chrome/chromeos_pstore.c | 2 +-
12203 drivers/platform/x86/alienware-wmi.c | 4 +-
12204 drivers/platform/x86/compal-laptop.c | 2 +-
12205 drivers/platform/x86/hdaps.c | 2 +-
12206 drivers/platform/x86/ibm_rtl.c | 2 +-
12207 drivers/platform/x86/intel_oaktrail.c | 2 +-
12208 drivers/platform/x86/msi-laptop.c | 16 +-
12209 drivers/platform/x86/msi-wmi.c | 2 +-
12210 drivers/platform/x86/samsung-laptop.c | 2 +-
12211 drivers/platform/x86/samsung-q10.c | 2 +-
12212 drivers/platform/x86/sony-laptop.c | 14 +-
12213 drivers/platform/x86/thinkpad_acpi.c | 2 +-
12214 drivers/pnp/pnpbios/bioscalls.c | 14 +-
12215 drivers/pnp/pnpbios/core.c | 2 +-
12216 drivers/power/pda_power.c | 7 +-
12217 drivers/power/power_supply.h | 4 +-
12218 drivers/power/power_supply_core.c | 7 +-
12219 drivers/power/power_supply_sysfs.c | 6 +-
12220 drivers/power/reset/at91-reset.c | 9 +-
12221 drivers/powercap/powercap_sys.c | 136 +-
12222 drivers/ptp/ptp_private.h | 2 +-
12223 drivers/ptp/ptp_sysfs.c | 2 +-
12224 drivers/regulator/core.c | 4 +-
12225 drivers/regulator/max8660.c | 6 +-
12226 drivers/regulator/max8973-regulator.c | 16 +-
12227 drivers/regulator/mc13892-regulator.c | 8 +-
12228 drivers/rtc/rtc-armada38x.c | 7 +-
12229 drivers/rtc/rtc-cmos.c | 4 +-
12230 drivers/rtc/rtc-ds1307.c | 2 +-
12231 drivers/rtc/rtc-m48t59.c | 4 +-
12232 drivers/rtc/rtc-test.c | 6 +-
12233 drivers/scsi/be2iscsi/be_main.c | 2 +-
12234 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
12235 drivers/scsi/bfa/bfa_ioc.h | 4 +-
12236 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
12237 drivers/scsi/hosts.c | 4 +-
12238 drivers/scsi/hpsa.c | 38 +-
12239 drivers/scsi/hpsa.h | 2 +-
12240 drivers/scsi/libfc/fc_exch.c | 50 +-
12241 drivers/scsi/libsas/sas_ata.c | 2 +-
12242 drivers/scsi/lpfc/lpfc.h | 8 +-
12243 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
12244 drivers/scsi/lpfc/lpfc_init.c | 6 +-
12245 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
12246 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
12247 drivers/scsi/mpt2sas/mpt2sas_scsih.c | 8 +-
12248 drivers/scsi/pmcraid.c | 20 +-
12249 drivers/scsi/pmcraid.h | 8 +-
12250 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
12251 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
12252 drivers/scsi/qla2xxx/qla_os.c | 6 +-
12253 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
12254 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
12255 drivers/scsi/scsi.c | 2 +-
12256 drivers/scsi/scsi_lib.c | 8 +-
12257 drivers/scsi/scsi_sysfs.c | 2 +-
12258 drivers/scsi/scsi_transport_fc.c | 8 +-
12259 drivers/scsi/scsi_transport_iscsi.c | 6 +-
12260 drivers/scsi/scsi_transport_srp.c | 6 +-
12261 drivers/scsi/sd.c | 6 +-
12262 drivers/scsi/sg.c | 2 +-
12263 drivers/scsi/sr.c | 21 +-
12264 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
12265 drivers/spi/spi.c | 2 +-
12266 drivers/staging/android/timed_output.c | 6 +-
12267 drivers/staging/comedi/comedi_fops.c | 8 +-
12268 drivers/staging/fbtft/fbtft-core.c | 2 +-
12269 drivers/staging/fbtft/fbtft.h | 2 +-
12270 drivers/staging/gdm724x/gdm_tty.c | 2 +-
12271 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
12272 drivers/staging/iio/adc/ad7280a.c | 4 +-
12273 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
12274 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
12275 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
12276 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
12277 drivers/staging/lustre/lustre/include/obd.h | 2 +-
12278 drivers/staging/octeon/ethernet-rx.c | 20 +-
12279 drivers/staging/octeon/ethernet.c | 8 +-
12280 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
12281 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
12282 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
12283 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
12284 drivers/staging/sm750fb/sm750.c | 14 +-
12285 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
12286 drivers/target/sbp/sbp_target.c | 4 +-
12287 drivers/thermal/cpu_cooling.c | 9 +-
12288 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
12289 drivers/thermal/of-thermal.c | 17 +-
12290 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
12291 drivers/tty/cyclades.c | 6 +-
12292 drivers/tty/hvc/hvc_console.c | 14 +-
12293 drivers/tty/hvc/hvcs.c | 21 +-
12294 drivers/tty/hvc/hvsi.c | 22 +-
12295 drivers/tty/hvc/hvsi_lib.c | 4 +-
12296 drivers/tty/ipwireless/tty.c | 27 +-
12297 drivers/tty/moxa.c | 2 +-
12298 drivers/tty/n_gsm.c | 4 +-
12299 drivers/tty/n_tty.c | 3 +-
12300 drivers/tty/pty.c | 4 +-
12301 drivers/tty/rocket.c | 6 +-
12302 drivers/tty/serial/8250/8250_core.c | 10 +-
12303 drivers/tty/serial/ifx6x60.c | 2 +-
12304 drivers/tty/serial/ioc4_serial.c | 6 +-
12305 drivers/tty/serial/kgdb_nmi.c | 4 +-
12306 drivers/tty/serial/kgdboc.c | 32 +-
12307 drivers/tty/serial/msm_serial.c | 4 +-
12308 drivers/tty/serial/samsung.c | 9 +-
12309 drivers/tty/serial/serial_core.c | 8 +-
12310 drivers/tty/synclink.c | 34 +-
12311 drivers/tty/synclink_gt.c | 28 +-
12312 drivers/tty/synclinkmp.c | 34 +-
12313 drivers/tty/tty_io.c | 2 +-
12314 drivers/tty/tty_ldisc.c | 8 +-
12315 drivers/tty/tty_port.c | 22 +-
12316 drivers/uio/uio.c | 13 +-
12317 drivers/usb/atm/cxacru.c | 2 +-
12318 drivers/usb/atm/usbatm.c | 24 +-
12319 drivers/usb/class/cdc-acm.h | 2 +-
12320 drivers/usb/core/devices.c | 6 +-
12321 drivers/usb/core/devio.c | 12 +-
12322 drivers/usb/core/hcd.c | 4 +-
12323 drivers/usb/core/sysfs.c | 2 +-
12324 drivers/usb/core/usb.c | 2 +-
12325 drivers/usb/early/ehci-dbgp.c | 16 +-
12326 drivers/usb/gadget/function/u_serial.c | 22 +-
12327 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
12328 drivers/usb/host/ehci-hcd.c | 2 +-
12329 drivers/usb/host/ehci-hub.c | 4 +-
12330 drivers/usb/host/ehci-q.c | 4 +-
12331 drivers/usb/host/fotg210-hcd.c | 2 +-
12332 drivers/usb/host/fusbh200-hcd.c | 2 +-
12333 drivers/usb/host/hwa-hc.c | 2 +-
12334 drivers/usb/host/ohci-hcd.c | 2 +-
12335 drivers/usb/host/r8a66597.h | 2 +-
12336 drivers/usb/host/uhci-hcd.c | 2 +-
12337 drivers/usb/host/xhci-pci.c | 2 +-
12338 drivers/usb/host/xhci.c | 2 +-
12339 drivers/usb/misc/appledisplay.c | 4 +-
12340 drivers/usb/serial/console.c | 8 +-
12341 drivers/usb/storage/transport.c | 2 +-
12342 drivers/usb/storage/usb.c | 2 +-
12343 drivers/usb/storage/usb.h | 2 +-
12344 drivers/usb/usbip/vhci.h | 2 +-
12345 drivers/usb/usbip/vhci_hcd.c | 6 +-
12346 drivers/usb/usbip/vhci_rx.c | 2 +-
12347 drivers/usb/wusbcore/wa-hc.h | 4 +-
12348 drivers/usb/wusbcore/wa-xfer.c | 2 +-
12349 drivers/vfio/vfio.c | 2 +-
12350 drivers/vhost/vringh.c | 20 +-
12351 drivers/video/backlight/kb3886_bl.c | 2 +-
12352 drivers/video/console/fbcon.c | 2 +-
12353 drivers/video/fbdev/aty/aty128fb.c | 2 +-
12354 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
12355 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
12356 drivers/video/fbdev/core/fb_defio.c | 6 +-
12357 drivers/video/fbdev/core/fbmem.c | 2 +-
12358 drivers/video/fbdev/hyperv_fb.c | 4 +-
12359 drivers/video/fbdev/i810/i810_accel.c | 1 +
12360 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
12361 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
12362 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
12363 drivers/video/fbdev/omap2/dss/display.c | 8 +-
12364 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
12365 drivers/video/fbdev/smscufx.c | 4 +-
12366 drivers/video/fbdev/udlfb.c | 36 +-
12367 drivers/video/fbdev/uvesafb.c | 52 +-
12368 drivers/video/fbdev/vesafb.c | 58 +-
12369 drivers/video/fbdev/via/via_clock.h | 2 +-
12370 drivers/xen/events/events_base.c | 6 +-
12371 drivers/xen/evtchn.c | 4 +-
12372 fs/Kconfig.binfmt | 2 +-
12373 fs/afs/inode.c | 4 +-
12374 fs/aio.c | 2 +-
12375 fs/autofs4/waitq.c | 2 +-
12376 fs/befs/endian.h | 6 +-
12377 fs/binfmt_aout.c | 23 +-
12378 fs/binfmt_elf.c | 670 +-
12379 fs/binfmt_elf_fdpic.c | 4 +-
12380 fs/block_dev.c | 2 +-
12381 fs/btrfs/ctree.c | 9 +-
12382 fs/btrfs/delayed-inode.c | 9 +-
12383 fs/btrfs/delayed-inode.h | 6 +-
12384 fs/btrfs/file.c | 10 +-
12385 fs/btrfs/inode.c | 14 +-
12386 fs/btrfs/super.c | 2 +-
12387 fs/btrfs/sysfs.c | 2 +-
12388 fs/btrfs/tests/free-space-tests.c | 8 +-
12389 fs/btrfs/tree-log.h | 2 +-
12390 fs/buffer.c | 2 +-
12391 fs/cachefiles/bind.c | 6 +-
12392 fs/cachefiles/daemon.c | 8 +-
12393 fs/cachefiles/internal.h | 12 +-
12394 fs/cachefiles/namei.c | 2 +-
12395 fs/cachefiles/proc.c | 12 +-
12396 fs/ceph/dir.c | 12 +-
12397 fs/ceph/super.c | 4 +-
12398 fs/cifs/cifs_debug.c | 12 +-
12399 fs/cifs/cifsfs.c | 8 +-
12400 fs/cifs/cifsglob.h | 54 +-
12401 fs/cifs/file.c | 10 +-
12402 fs/cifs/misc.c | 4 +-
12403 fs/cifs/smb1ops.c | 80 +-
12404 fs/cifs/smb2ops.c | 84 +-
12405 fs/cifs/smb2pdu.c | 3 +-
12406 fs/coda/cache.c | 10 +-
12407 fs/compat.c | 4 +-
12408 fs/compat_binfmt_elf.c | 2 +
12409 fs/compat_ioctl.c | 12 +-
12410 fs/configfs/dir.c | 10 +-
12411 fs/coredump.c | 16 +-
12412 fs/dcache.c | 51 +-
12413 fs/ecryptfs/inode.c | 2 +-
12414 fs/ecryptfs/miscdev.c | 2 +-
12415 fs/exec.c | 362 +-
12416 fs/ext2/xattr.c | 5 +-
12417 fs/ext4/ext4.h | 20 +-
12418 fs/ext4/mballoc.c | 44 +-
12419 fs/ext4/resize.c | 16 +-
12420 fs/ext4/super.c | 4 +-
12421 fs/ext4/xattr.c | 5 +-
12422 fs/fhandle.c | 3 +-
12423 fs/file.c | 4 +-
12424 fs/fs_struct.c | 8 +-
12425 fs/fscache/cookie.c | 40 +-
12426 fs/fscache/internal.h | 202 +-
12427 fs/fscache/object.c | 26 +-
12428 fs/fscache/operation.c | 38 +-
12429 fs/fscache/page.c | 110 +-
12430 fs/fscache/stats.c | 348 +-
12431 fs/fuse/cuse.c | 10 +-
12432 fs/fuse/dev.c | 4 +-
12433 fs/gfs2/glock.c | 22 +-
12434 fs/gfs2/glops.c | 4 +-
12435 fs/gfs2/quota.c | 6 +-
12436 fs/hugetlbfs/inode.c | 13 +-
12437 fs/inode.c | 4 +-
12438 fs/jffs2/erase.c | 3 +-
12439 fs/jffs2/wbuf.c | 3 +-
12440 fs/jfs/super.c | 2 +-
12441 fs/kernfs/dir.c | 2 +-
12442 fs/kernfs/file.c | 20 +-
12443 fs/libfs.c | 10 +-
12444 fs/lockd/clntproc.c | 4 +-
12445 fs/namei.c | 16 +-
12446 fs/namespace.c | 16 +-
12447 fs/nfs/callback_xdr.c | 2 +-
12448 fs/nfs/inode.c | 6 +-
12449 fs/nfsd/nfs4proc.c | 2 +-
12450 fs/nfsd/nfs4xdr.c | 2 +-
12451 fs/nfsd/nfscache.c | 11 +-
12452 fs/nfsd/vfs.c | 6 +-
12453 fs/nls/nls_base.c | 26 +-
12454 fs/nls/nls_euc-jp.c | 6 +-
12455 fs/nls/nls_koi8-ru.c | 6 +-
12456 fs/notify/fanotify/fanotify_user.c | 4 +-
12457 fs/notify/notification.c | 4 +-
12458 fs/ntfs/dir.c | 2 +-
12459 fs/ntfs/super.c | 6 +-
12460 fs/ocfs2/localalloc.c | 2 +-
12461 fs/ocfs2/ocfs2.h | 10 +-
12462 fs/ocfs2/suballoc.c | 12 +-
12463 fs/ocfs2/super.c | 20 +-
12464 fs/pipe.c | 72 +-
12465 fs/posix_acl.c | 4 +-
12466 fs/proc/array.c | 20 +
12467 fs/proc/base.c | 4 +-
12468 fs/proc/kcore.c | 34 +-
12469 fs/proc/meminfo.c | 2 +-
12470 fs/proc/nommu.c | 2 +-
12471 fs/proc/proc_sysctl.c | 26 +-
12472 fs/proc/task_mmu.c | 39 +-
12473 fs/proc/task_nommu.c | 4 +-
12474 fs/proc/vmcore.c | 16 +-
12475 fs/qnx6/qnx6.h | 4 +-
12476 fs/quota/netlink.c | 4 +-
12477 fs/read_write.c | 2 +-
12478 fs/reiserfs/do_balan.c | 2 +-
12479 fs/reiserfs/procfs.c | 2 +-
12480 fs/reiserfs/reiserfs.h | 4 +-
12481 fs/seq_file.c | 4 +-
12482 fs/splice.c | 43 +-
12483 fs/squashfs/xattr.c | 12 +-
12484 fs/sysv/sysv.h | 2 +-
12485 fs/tracefs/inode.c | 8 +-
12486 fs/udf/misc.c | 2 +-
12487 fs/ufs/swab.h | 4 +-
12488 fs/userfaultfd.c | 2 +-
12489 fs/xattr.c | 21 +
12490 fs/xfs/libxfs/xfs_bmap.c | 2 +-
12491 fs/xfs/xfs_dir2_readdir.c | 7 +-
12492 fs/xfs/xfs_ioctl.c | 2 +-
12493 fs/xfs/xfs_linux.h | 4 +-
12494 include/asm-generic/4level-fixup.h | 2 +
12495 include/asm-generic/atomic-long.h | 156 +-
12496 include/asm-generic/atomic64.h | 12 +
12497 include/asm-generic/bitops/__fls.h | 2 +-
12498 include/asm-generic/bitops/fls.h | 2 +-
12499 include/asm-generic/bitops/fls64.h | 4 +-
12500 include/asm-generic/bug.h | 6 +-
12501 include/asm-generic/cache.h | 4 +-
12502 include/asm-generic/emergency-restart.h | 2 +-
12503 include/asm-generic/kmap_types.h | 4 +-
12504 include/asm-generic/local.h | 13 +
12505 include/asm-generic/pgtable-nopmd.h | 18 +-
12506 include/asm-generic/pgtable-nopud.h | 15 +-
12507 include/asm-generic/pgtable.h | 16 +
12508 include/asm-generic/sections.h | 1 +
12509 include/asm-generic/uaccess.h | 16 +
12510 include/asm-generic/vmlinux.lds.h | 15 +-
12511 include/crypto/algapi.h | 2 +-
12512 include/drm/drmP.h | 16 +-
12513 include/drm/drm_crtc_helper.h | 2 +-
12514 include/drm/drm_mm.h | 2 +-
12515 include/drm/i915_pciids.h | 2 +-
12516 include/drm/intel-gtt.h | 4 +-
12517 include/drm/ttm/ttm_memory.h | 2 +-
12518 include/drm/ttm/ttm_page_alloc.h | 1 +
12519 include/keys/asymmetric-subtype.h | 2 +-
12520 include/linux/atmdev.h | 4 +-
12521 include/linux/atomic.h | 17 +-
12522 include/linux/audit.h | 2 +-
12523 include/linux/average.h | 2 +-
12524 include/linux/binfmts.h | 3 +-
12525 include/linux/bitmap.h | 2 +-
12526 include/linux/bitops.h | 8 +-
12527 include/linux/blkdev.h | 2 +-
12528 include/linux/blktrace_api.h | 2 +-
12529 include/linux/cache.h | 8 +
12530 include/linux/cdrom.h | 1 -
12531 include/linux/cleancache.h | 2 +-
12532 include/linux/clk-provider.h | 1 +
12533 include/linux/compat.h | 6 +-
12534 include/linux/compiler-gcc.h | 28 +-
12535 include/linux/compiler.h | 157 +-
12536 include/linux/configfs.h | 2 +-
12537 include/linux/cpufreq.h | 3 +-
12538 include/linux/cpuidle.h | 5 +-
12539 include/linux/cpumask.h | 14 +-
12540 include/linux/crypto.h | 4 +-
12541 include/linux/ctype.h | 2 +-
12542 include/linux/dcache.h | 4 +-
12543 include/linux/decompress/mm.h | 2 +-
12544 include/linux/devfreq.h | 2 +-
12545 include/linux/device.h | 7 +-
12546 include/linux/dma-mapping.h | 2 +-
12547 include/linux/efi.h | 1 +
12548 include/linux/elf.h | 2 +
12549 include/linux/err.h | 4 +-
12550 include/linux/extcon.h | 2 +-
12551 include/linux/fb.h | 3 +-
12552 include/linux/fdtable.h | 2 +-
12553 include/linux/fs.h | 5 +-
12554 include/linux/fs_struct.h | 2 +-
12555 include/linux/fscache-cache.h | 2 +-
12556 include/linux/fscache.h | 2 +-
12557 include/linux/fsnotify.h | 2 +-
12558 include/linux/genhd.h | 4 +-
12559 include/linux/genl_magic_func.h | 2 +-
12560 include/linux/gfp.h | 12 +-
12561 include/linux/highmem.h | 12 +
12562 include/linux/hwmon-sysfs.h | 6 +-
12563 include/linux/i2c.h | 1 +
12564 include/linux/if_pppox.h | 2 +-
12565 include/linux/init.h | 12 +-
12566 include/linux/init_task.h | 7 +
12567 include/linux/interrupt.h | 6 +-
12568 include/linux/iommu.h | 2 +-
12569 include/linux/ioport.h | 2 +-
12570 include/linux/ipc.h | 2 +-
12571 include/linux/irq.h | 5 +-
12572 include/linux/irqdesc.h | 2 +-
12573 include/linux/irqdomain.h | 3 +
12574 include/linux/jiffies.h | 16 +-
12575 include/linux/key-type.h | 2 +-
12576 include/linux/kgdb.h | 6 +-
12577 include/linux/kmemleak.h | 4 +-
12578 include/linux/kobject.h | 3 +-
12579 include/linux/kobject_ns.h | 2 +-
12580 include/linux/kref.h | 2 +-
12581 include/linux/libata.h | 2 +-
12582 include/linux/linkage.h | 1 +
12583 include/linux/list.h | 15 +
12584 include/linux/lockref.h | 26 +-
12585 include/linux/math64.h | 10 +-
12586 include/linux/mempolicy.h | 7 +
12587 include/linux/mm.h | 102 +-
12588 include/linux/mm_types.h | 20 +
12589 include/linux/mmiotrace.h | 4 +-
12590 include/linux/mmzone.h | 2 +-
12591 include/linux/mod_devicetable.h | 4 +-
12592 include/linux/module.h | 69 +-
12593 include/linux/moduleloader.h | 16 +
12594 include/linux/moduleparam.h | 4 +-
12595 include/linux/net.h | 2 +-
12596 include/linux/netdevice.h | 7 +-
12597 include/linux/netfilter.h | 2 +-
12598 include/linux/netfilter/nfnetlink.h | 2 +-
12599 include/linux/nls.h | 4 +-
12600 include/linux/notifier.h | 3 +-
12601 include/linux/oprofile.h | 4 +-
12602 include/linux/padata.h | 2 +-
12603 include/linux/pci_hotplug.h | 3 +-
12604 include/linux/percpu.h | 2 +-
12605 include/linux/perf_event.h | 12 +-
12606 include/linux/pipe_fs_i.h | 8 +-
12607 include/linux/pm.h | 1 +
12608 include/linux/pm_domain.h | 4 +-
12609 include/linux/pm_runtime.h | 2 +-
12610 include/linux/pnp.h | 2 +-
12611 include/linux/poison.h | 4 +-
12612 include/linux/power/smartreflex.h | 2 +-
12613 include/linux/ppp-comp.h | 2 +-
12614 include/linux/preempt.h | 21 +
12615 include/linux/proc_ns.h | 2 +-
12616 include/linux/psci.h | 2 +-
12617 include/linux/quota.h | 2 +-
12618 include/linux/random.h | 19 +-
12619 include/linux/rculist.h | 16 +
12620 include/linux/reboot.h | 14 +-
12621 include/linux/regset.h | 3 +-
12622 include/linux/relay.h | 2 +-
12623 include/linux/rio.h | 2 +-
12624 include/linux/rmap.h | 4 +-
12625 include/linux/sched.h | 72 +-
12626 include/linux/sched/sysctl.h | 1 +
12627 include/linux/semaphore.h | 2 +-
12628 include/linux/seq_file.h | 1 +
12629 include/linux/signal.h | 2 +-
12630 include/linux/skbuff.h | 12 +-
12631 include/linux/slab.h | 47 +-
12632 include/linux/slab_def.h | 14 +-
12633 include/linux/slub_def.h | 2 +-
12634 include/linux/smp.h | 2 +
12635 include/linux/sock_diag.h | 2 +-
12636 include/linux/sonet.h | 2 +-
12637 include/linux/sunrpc/addr.h | 8 +-
12638 include/linux/sunrpc/clnt.h | 2 +-
12639 include/linux/sunrpc/svc.h | 2 +-
12640 include/linux/sunrpc/svc_rdma.h | 18 +-
12641 include/linux/sunrpc/svcauth.h | 2 +-
12642 include/linux/swapops.h | 10 +-
12643 include/linux/swiotlb.h | 3 +-
12644 include/linux/syscalls.h | 21 +-
12645 include/linux/syscore_ops.h | 2 +-
12646 include/linux/sysctl.h | 3 +-
12647 include/linux/sysfs.h | 9 +-
12648 include/linux/sysrq.h | 3 +-
12649 include/linux/tcp.h | 14 +-
12650 include/linux/thread_info.h | 7 +
12651 include/linux/tty.h | 4 +-
12652 include/linux/tty_driver.h | 2 +-
12653 include/linux/tty_ldisc.h | 2 +-
12654 include/linux/types.h | 16 +
12655 include/linux/uaccess.h | 6 +-
12656 include/linux/uio_driver.h | 2 +-
12657 include/linux/unaligned/access_ok.h | 24 +-
12658 include/linux/usb.h | 12 +-
12659 include/linux/usb/hcd.h | 1 +
12660 include/linux/usb/renesas_usbhs.h | 2 +-
12661 include/linux/vermagic.h | 21 +-
12662 include/linux/vga_switcheroo.h | 8 +-
12663 include/linux/vmalloc.h | 7 +-
12664 include/linux/vmstat.h | 24 +-
12665 include/linux/xattr.h | 5 +-
12666 include/linux/zlib.h | 3 +-
12667 include/media/v4l2-dev.h | 2 +-
12668 include/media/v4l2-device.h | 2 +-
12669 include/net/9p/transport.h | 2 +-
12670 include/net/bluetooth/l2cap.h | 2 +-
12671 include/net/bonding.h | 2 +-
12672 include/net/caif/cfctrl.h | 6 +-
12673 include/net/flow.h | 2 +-
12674 include/net/genetlink.h | 2 +-
12675 include/net/gro_cells.h | 2 +-
12676 include/net/inet_connection_sock.h | 2 +-
12677 include/net/inet_sock.h | 2 +-
12678 include/net/inetpeer.h | 2 +-
12679 include/net/ip_fib.h | 2 +-
12680 include/net/ip_vs.h | 8 +-
12681 include/net/ipv6.h | 2 +-
12682 include/net/irda/ircomm_tty.h | 1 +
12683 include/net/iucv/af_iucv.h | 2 +-
12684 include/net/llc_c_ac.h | 2 +-
12685 include/net/llc_c_ev.h | 4 +-
12686 include/net/llc_c_st.h | 2 +-
12687 include/net/llc_s_ac.h | 2 +-
12688 include/net/llc_s_st.h | 2 +-
12689 include/net/mac80211.h | 4 +-
12690 include/net/neighbour.h | 2 +-
12691 include/net/net_namespace.h | 18 +-
12692 include/net/netlink.h | 2 +-
12693 include/net/netns/conntrack.h | 6 +-
12694 include/net/netns/ipv4.h | 4 +-
12695 include/net/netns/ipv6.h | 4 +-
12696 include/net/netns/xfrm.h | 2 +-
12697 include/net/ping.h | 2 +-
12698 include/net/protocol.h | 4 +-
12699 include/net/rtnetlink.h | 2 +-
12700 include/net/sctp/checksum.h | 4 +-
12701 include/net/sctp/sm.h | 4 +-
12702 include/net/sctp/structs.h | 2 +-
12703 include/net/sock.h | 12 +-
12704 include/net/tcp.h | 8 +-
12705 include/net/xfrm.h | 13 +-
12706 include/rdma/iw_cm.h | 2 +-
12707 include/scsi/libfc.h | 3 +-
12708 include/scsi/scsi_device.h | 6 +-
12709 include/scsi/scsi_driver.h | 2 +-
12710 include/scsi/scsi_transport_fc.h | 3 +-
12711 include/scsi/sg.h | 2 +-
12712 include/sound/compress_driver.h | 2 +-
12713 include/sound/soc.h | 4 +-
12714 include/trace/events/irq.h | 4 +-
12715 include/uapi/linux/a.out.h | 8 +
12716 include/uapi/linux/bcache.h | 5 +-
12717 include/uapi/linux/byteorder/little_endian.h | 28 +-
12718 include/uapi/linux/connector.h | 2 +-
12719 include/uapi/linux/elf.h | 28 +
12720 include/uapi/linux/screen_info.h | 3 +-
12721 include/uapi/linux/swab.h | 6 +-
12722 include/uapi/linux/xattr.h | 4 +
12723 include/video/udlfb.h | 8 +-
12724 include/video/uvesafb.h | 1 +
12725 init/Kconfig | 2 +-
12726 init/Makefile | 3 +
12727 init/do_mounts.c | 14 +-
12728 init/do_mounts.h | 8 +-
12729 init/do_mounts_initrd.c | 30 +-
12730 init/do_mounts_md.c | 6 +-
12731 init/init_task.c | 4 +
12732 init/initramfs.c | 38 +-
12733 init/main.c | 30 +-
12734 ipc/compat.c | 4 +-
12735 ipc/ipc_sysctl.c | 8 +-
12736 ipc/mq_sysctl.c | 4 +-
12737 ipc/sem.c | 4 +-
12738 ipc/shm.c | 6 +
12739 kernel/audit.c | 8 +-
12740 kernel/auditsc.c | 4 +-
12741 kernel/bpf/core.c | 7 +-
12742 kernel/capability.c | 3 +
12743 kernel/compat.c | 38 +-
12744 kernel/debug/debug_core.c | 16 +-
12745 kernel/debug/kdb/kdb_main.c | 4 +-
12746 kernel/events/core.c | 26 +-
12747 kernel/events/internal.h | 10 +-
12748 kernel/events/uprobes.c | 2 +-
12749 kernel/exit.c | 2 +-
12750 kernel/fork.c | 167 +-
12751 kernel/futex.c | 11 +-
12752 kernel/futex_compat.c | 2 +-
12753 kernel/gcov/base.c | 7 +-
12754 kernel/irq/manage.c | 2 +-
12755 kernel/irq/msi.c | 19 +-
12756 kernel/irq/spurious.c | 2 +-
12757 kernel/jump_label.c | 5 +
12758 kernel/kallsyms.c | 37 +-
12759 kernel/kexec.c | 3 +-
12760 kernel/kmod.c | 8 +-
12761 kernel/kprobes.c | 4 +-
12762 kernel/ksysfs.c | 2 +-
12763 kernel/locking/lockdep.c | 7 +-
12764 kernel/locking/mutex-debug.c | 12 +-
12765 kernel/locking/mutex-debug.h | 4 +-
12766 kernel/locking/mutex.c | 6 +-
12767 kernel/module.c | 422 +-
12768 kernel/notifier.c | 17 +-
12769 kernel/padata.c | 4 +-
12770 kernel/panic.c | 5 +-
12771 kernel/pid.c | 2 +-
12772 kernel/pid_namespace.c | 2 +-
12773 kernel/power/process.c | 12 +-
12774 kernel/profile.c | 14 +-
12775 kernel/ptrace.c | 8 +-
12776 kernel/rcu/rcutorture.c | 60 +-
12777 kernel/rcu/tiny.c | 4 +-
12778 kernel/rcu/tree.c | 44 +-
12779 kernel/rcu/tree.h | 14 +-
12780 kernel/rcu/tree_plugin.h | 14 +-
12781 kernel/rcu/tree_trace.c | 12 +-
12782 kernel/sched/auto_group.c | 4 +-
12783 kernel/sched/core.c | 45 +-
12784 kernel/sched/fair.c | 2 +-
12785 kernel/sched/sched.h | 2 +-
12786 kernel/signal.c | 12 +-
12787 kernel/smpboot.c | 4 +-
12788 kernel/softirq.c | 12 +-
12789 kernel/sys.c | 10 +-
12790 kernel/sysctl.c | 34 +-
12791 kernel/time/alarmtimer.c | 2 +-
12792 kernel/time/posix-cpu-timers.c | 4 +-
12793 kernel/time/posix-timers.c | 24 +-
12794 kernel/time/timer.c | 2 +-
12795 kernel/time/timer_stats.c | 10 +-
12796 kernel/trace/blktrace.c | 6 +-
12797 kernel/trace/ftrace.c | 15 +-
12798 kernel/trace/ring_buffer.c | 96 +-
12799 kernel/trace/trace.c | 2 +-
12800 kernel/trace/trace.h | 2 +-
12801 kernel/trace/trace_clock.c | 4 +-
12802 kernel/trace/trace_events.c | 1 -
12803 kernel/trace/trace_functions_graph.c | 4 +-
12804 kernel/trace/trace_mmiotrace.c | 8 +-
12805 kernel/trace/trace_output.c | 10 +-
12806 kernel/trace/trace_seq.c | 2 +-
12807 kernel/trace/trace_stack.c | 2 +-
12808 kernel/user_namespace.c | 2 +-
12809 kernel/utsname_sysctl.c | 2 +-
12810 kernel/watchdog.c | 2 +-
12811 kernel/workqueue.c | 2 +-
12812 lib/Kconfig.debug | 8 +-
12813 lib/Makefile | 2 +-
12814 lib/bitmap.c | 8 +-
12815 lib/bug.c | 2 +
12816 lib/debugobjects.c | 2 +-
12817 lib/decompress_bunzip2.c | 3 +-
12818 lib/decompress_unlzma.c | 4 +-
12819 lib/div64.c | 4 +-
12820 lib/dma-debug.c | 4 +-
12821 lib/inflate.c | 2 +-
12822 lib/ioremap.c | 4 +-
12823 lib/kobject.c | 4 +-
12824 lib/list_debug.c | 126 +-
12825 lib/lockref.c | 44 +-
12826 lib/percpu-refcount.c | 2 +-
12827 lib/radix-tree.c | 2 +-
12828 lib/random32.c | 2 +-
12829 lib/show_mem.c | 2 +-
12830 lib/strncpy_from_user.c | 2 +-
12831 lib/strnlen_user.c | 2 +-
12832 lib/swiotlb.c | 2 +-
12833 lib/usercopy.c | 6 +
12834 lib/vsprintf.c | 12 +-
12835 mm/Kconfig | 6 +-
12836 mm/backing-dev.c | 4 +-
12837 mm/debug.c | 3 +
12838 mm/filemap.c | 2 +-
12839 mm/gup.c | 13 +-
12840 mm/highmem.c | 6 +-
12841 mm/hugetlb.c | 70 +-
12842 mm/internal.h | 1 +
12843 mm/maccess.c | 4 +-
12844 mm/madvise.c | 37 +
12845 mm/memory-failure.c | 6 +-
12846 mm/memory.c | 424 +-
12847 mm/mempolicy.c | 25 +
12848 mm/mlock.c | 15 +-
12849 mm/mm_init.c | 2 +-
12850 mm/mmap.c | 582 +-
12851 mm/mprotect.c | 137 +-
12852 mm/mremap.c | 39 +-
12853 mm/nommu.c | 21 +-
12854 mm/page-writeback.c | 2 +-
12855 mm/page_alloc.c | 49 +-
12856 mm/percpu.c | 2 +-
12857 mm/process_vm_access.c | 14 +-
12858 mm/rmap.c | 45 +-
12859 mm/shmem.c | 19 +-
12860 mm/slab.c | 109 +-
12861 mm/slab.h | 22 +-
12862 mm/slab_common.c | 86 +-
12863 mm/slob.c | 218 +-
12864 mm/slub.c | 102 +-
12865 mm/sparse-vmemmap.c | 4 +-
12866 mm/sparse.c | 2 +-
12867 mm/swap.c | 2 +
12868 mm/swapfile.c | 12 +-
12869 mm/util.c | 6 +
12870 mm/vmalloc.c | 114 +-
12871 mm/vmstat.c | 12 +-
12872 net/8021q/vlan.c | 5 +-
12873 net/8021q/vlan_netlink.c | 2 +-
12874 net/9p/mod.c | 4 +-
12875 net/9p/trans_fd.c | 2 +-
12876 net/atm/atm_misc.c | 8 +-
12877 net/atm/lec.h | 2 +-
12878 net/atm/proc.c | 6 +-
12879 net/atm/resources.c | 4 +-
12880 net/ax25/sysctl_net_ax25.c | 2 +-
12881 net/batman-adv/bat_iv_ogm.c | 8 +-
12882 net/batman-adv/fragmentation.c | 2 +-
12883 net/batman-adv/soft-interface.c | 8 +-
12884 net/batman-adv/types.h | 6 +-
12885 net/bluetooth/hci_sock.c | 2 +-
12886 net/bluetooth/l2cap_core.c | 6 +-
12887 net/bluetooth/l2cap_sock.c | 12 +-
12888 net/bluetooth/rfcomm/sock.c | 4 +-
12889 net/bluetooth/rfcomm/tty.c | 4 +-
12890 net/bridge/br_netlink.c | 2 +-
12891 net/bridge/netfilter/ebtables.c | 6 +-
12892 net/caif/cfctrl.c | 11 +-
12893 net/caif/chnl_net.c | 2 +-
12894 net/can/af_can.c | 2 +-
12895 net/can/gw.c | 6 +-
12896 net/ceph/messenger.c | 4 +-
12897 net/compat.c | 24 +-
12898 net/core/datagram.c | 2 +-
12899 net/core/dev.c | 16 +-
12900 net/core/filter.c | 2 +-
12901 net/core/flow.c | 6 +-
12902 net/core/neighbour.c | 4 +-
12903 net/core/net-sysfs.c | 2 +-
12904 net/core/net_namespace.c | 8 +-
12905 net/core/netpoll.c | 4 +-
12906 net/core/rtnetlink.c | 15 +-
12907 net/core/scm.c | 14 +-
12908 net/core/skbuff.c | 8 +-
12909 net/core/sock.c | 28 +-
12910 net/core/sock_diag.c | 15 +-
12911 net/core/sysctl_net_core.c | 22 +-
12912 net/decnet/af_decnet.c | 1 +
12913 net/decnet/sysctl_net_decnet.c | 4 +-
12914 net/dsa/dsa.c | 2 +-
12915 net/hsr/hsr_netlink.c | 2 +-
12916 net/ieee802154/6lowpan/core.c | 2 +-
12917 net/ieee802154/6lowpan/reassembly.c | 14 +-
12918 net/ipv4/af_inet.c | 2 +-
12919 net/ipv4/devinet.c | 18 +-
12920 net/ipv4/fib_frontend.c | 6 +-
12921 net/ipv4/fib_semantics.c | 2 +-
12922 net/ipv4/inet_connection_sock.c | 4 +-
12923 net/ipv4/inet_timewait_sock.c | 2 +-
12924 net/ipv4/inetpeer.c | 2 +-
12925 net/ipv4/ip_fragment.c | 15 +-
12926 net/ipv4/ip_gre.c | 6 +-
12927 net/ipv4/ip_sockglue.c | 2 +-
12928 net/ipv4/ip_vti.c | 4 +-
12929 net/ipv4/ipconfig.c | 6 +-
12930 net/ipv4/ipip.c | 4 +-
12931 net/ipv4/netfilter/arp_tables.c | 12 +-
12932 net/ipv4/netfilter/ip_tables.c | 12 +-
12933 net/ipv4/ping.c | 14 +-
12934 net/ipv4/raw.c | 14 +-
12935 net/ipv4/route.c | 32 +-
12936 net/ipv4/sysctl_net_ipv4.c | 22 +-
12937 net/ipv4/tcp_input.c | 6 +-
12938 net/ipv4/tcp_probe.c | 2 +-
12939 net/ipv4/udp.c | 10 +-
12940 net/ipv4/xfrm4_policy.c | 18 +-
12941 net/ipv6/addrconf.c | 18 +-
12942 net/ipv6/af_inet6.c | 2 +-
12943 net/ipv6/datagram.c | 2 +-
12944 net/ipv6/icmp.c | 2 +-
12945 net/ipv6/ip6_fib.c | 4 +-
12946 net/ipv6/ip6_gre.c | 10 +-
12947 net/ipv6/ip6_tunnel.c | 4 +-
12948 net/ipv6/ip6_vti.c | 4 +-
12949 net/ipv6/ipv6_sockglue.c | 2 +-
12950 net/ipv6/netfilter/ip6_tables.c | 12 +-
12951 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
12952 net/ipv6/ping.c | 33 +-
12953 net/ipv6/raw.c | 17 +-
12954 net/ipv6/reassembly.c | 13 +-
12955 net/ipv6/route.c | 2 +-
12956 net/ipv6/sit.c | 4 +-
12957 net/ipv6/sysctl_net_ipv6.c | 2 +-
12958 net/ipv6/udp.c | 6 +-
12959 net/ipv6/xfrm6_policy.c | 17 +-
12960 net/irda/ircomm/ircomm_tty.c | 18 +-
12961 net/iucv/af_iucv.c | 4 +-
12962 net/iucv/iucv.c | 2 +-
12963 net/key/af_key.c | 4 +-
12964 net/l2tp/l2tp_eth.c | 38 +-
12965 net/l2tp/l2tp_ip.c | 2 +-
12966 net/l2tp/l2tp_ip6.c | 2 +-
12967 net/mac80211/cfg.c | 8 +-
12968 net/mac80211/ieee80211_i.h | 3 +-
12969 net/mac80211/iface.c | 20 +-
12970 net/mac80211/main.c | 2 +-
12971 net/mac80211/pm.c | 4 +-
12972 net/mac80211/rate.c | 2 +-
12973 net/mac80211/sta_info.c | 2 +-
12974 net/mac80211/util.c | 8 +-
12975 net/mpls/af_mpls.c | 6 +-
12976 net/netfilter/ipset/ip_set_core.c | 2 +-
12977 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
12978 net/netfilter/ipvs/ip_vs_core.c | 4 +-
12979 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
12980 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
12981 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
12982 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
12983 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
12984 net/netfilter/nf_conntrack_acct.c | 2 +-
12985 net/netfilter/nf_conntrack_ecache.c | 2 +-
12986 net/netfilter/nf_conntrack_helper.c | 2 +-
12987 net/netfilter/nf_conntrack_proto.c | 2 +-
12988 net/netfilter/nf_conntrack_standalone.c | 2 +-
12989 net/netfilter/nf_conntrack_timestamp.c | 2 +-
12990 net/netfilter/nf_log.c | 10 +-
12991 net/netfilter/nf_sockopt.c | 4 +-
12992 net/netfilter/nfnetlink_log.c | 4 +-
12993 net/netfilter/nft_compat.c | 9 +-
12994 net/netfilter/xt_statistic.c | 8 +-
12995 net/netlink/af_netlink.c | 4 +-
12996 net/openvswitch/vport-internal_dev.c | 2 +-
12997 net/packet/af_packet.c | 8 +-
12998 net/phonet/pep.c | 6 +-
12999 net/phonet/socket.c | 2 +-
13000 net/phonet/sysctl.c | 2 +-
13001 net/rds/cong.c | 6 +-
13002 net/rds/ib.h | 2 +-
13003 net/rds/ib_cm.c | 2 +-
13004 net/rds/ib_recv.c | 4 +-
13005 net/rds/iw.h | 2 +-
13006 net/rds/iw_cm.c | 2 +-
13007 net/rds/iw_recv.c | 4 +-
13008 net/rds/rds.h | 2 +-
13009 net/rds/tcp.c | 2 +-
13010 net/rds/tcp_send.c | 2 +-
13011 net/rxrpc/af_rxrpc.c | 2 +-
13012 net/rxrpc/ar-ack.c | 14 +-
13013 net/rxrpc/ar-call.c | 2 +-
13014 net/rxrpc/ar-connection.c | 2 +-
13015 net/rxrpc/ar-connevent.c | 2 +-
13016 net/rxrpc/ar-input.c | 4 +-
13017 net/rxrpc/ar-internal.h | 8 +-
13018 net/rxrpc/ar-local.c | 2 +-
13019 net/rxrpc/ar-output.c | 4 +-
13020 net/rxrpc/ar-peer.c | 2 +-
13021 net/rxrpc/ar-proc.c | 4 +-
13022 net/rxrpc/ar-transport.c | 2 +-
13023 net/rxrpc/rxkad.c | 4 +-
13024 net/sched/sch_generic.c | 4 +-
13025 net/sctp/ipv6.c | 6 +-
13026 net/sctp/protocol.c | 10 +-
13027 net/sctp/sm_sideeffect.c | 2 +-
13028 net/sctp/socket.c | 21 +-
13029 net/sctp/sysctl.c | 10 +-
13030 net/socket.c | 18 +-
13031 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
13032 net/sunrpc/clnt.c | 4 +-
13033 net/sunrpc/sched.c | 4 +-
13034 net/sunrpc/svc.c | 4 +-
13035 net/sunrpc/svcauth_unix.c | 2 +-
13036 net/sunrpc/xprtrdma/svc_rdma.c | 38 +-
13037 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
13038 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
13039 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
13040 net/tipc/netlink_compat.c | 12 +-
13041 net/tipc/subscr.c | 2 +-
13042 net/unix/af_unix.c | 7 +-
13043 net/unix/sysctl_net_unix.c | 2 +-
13044 net/wireless/wext-core.c | 19 +-
13045 net/xfrm/xfrm_policy.c | 16 +-
13046 net/xfrm/xfrm_state.c | 33 +-
13047 net/xfrm/xfrm_sysctl.c | 2 +-
13048 scripts/Kbuild.include | 2 +-
13049 scripts/Makefile.build | 2 +-
13050 scripts/Makefile.clean | 3 +-
13051 scripts/Makefile.host | 69 +-
13052 scripts/basic/fixdep.c | 12 +-
13053 scripts/dtc/checks.c | 14 +-
13054 scripts/dtc/data.c | 6 +-
13055 scripts/dtc/flattree.c | 8 +-
13056 scripts/dtc/livetree.c | 4 +-
13057 scripts/gcc-plugin.sh | 51 +
13058 scripts/headers_install.sh | 1 +
13059 scripts/kallsyms.c | 4 +-
13060 scripts/kconfig/lkc.h | 5 +-
13061 scripts/kconfig/menu.c | 2 +-
13062 scripts/kconfig/symbol.c | 6 +-
13063 scripts/link-vmlinux.sh | 2 +-
13064 scripts/mod/file2alias.c | 14 +-
13065 scripts/mod/modpost.c | 25 +-
13066 scripts/mod/modpost.h | 6 +-
13067 scripts/mod/sumversion.c | 2 +-
13068 scripts/module-common.lds | 4 +
13069 scripts/package/builddeb | 1 +
13070 scripts/pnmtologo.c | 6 +-
13071 scripts/sortextable.h | 6 +-
13072 scripts/tags.sh | 2 +-
13073 security/Kconfig | 692 +-
13074 security/integrity/ima/ima.h | 4 +-
13075 security/integrity/ima/ima_api.c | 2 +-
13076 security/integrity/ima/ima_fs.c | 4 +-
13077 security/integrity/ima/ima_queue.c | 2 +-
13078 security/keys/key.c | 18 +-
13079 security/selinux/avc.c | 6 +-
13080 security/selinux/include/xfrm.h | 2 +-
13081 security/yama/yama_lsm.c | 2 +-
13082 sound/aoa/codecs/onyx.c | 7 +-
13083 sound/aoa/codecs/onyx.h | 1 +
13084 sound/core/oss/pcm_oss.c | 18 +-
13085 sound/core/pcm_compat.c | 2 +-
13086 sound/core/pcm_native.c | 4 +-
13087 sound/core/sound.c | 2 +-
13088 sound/drivers/mts64.c | 14 +-
13089 sound/drivers/opl4/opl4_lib.c | 2 +-
13090 sound/drivers/portman2x4.c | 3 +-
13091 sound/firewire/amdtp.c | 4 +-
13092 sound/firewire/amdtp.h | 4 +-
13093 sound/firewire/isight.c | 10 +-
13094 sound/firewire/scs1x.c | 8 +-
13095 sound/oss/sb_audio.c | 2 +-
13096 sound/oss/swarm_cs4297a.c | 6 +-
13097 sound/pci/hda/hda_codec.c | 2 +-
13098 sound/pci/ymfpci/ymfpci.h | 2 +-
13099 sound/pci/ymfpci/ymfpci_main.c | 12 +-
13100 sound/soc/codecs/sti-sas.c | 10 +-
13101 sound/soc/soc-ac97.c | 6 +-
13102 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
13103 tools/gcc/Makefile | 42 +
13104 tools/gcc/checker_plugin.c | 150 +
13105 tools/gcc/colorize_plugin.c | 215 +
13106 tools/gcc/constify_plugin.c | 571 +
13107 tools/gcc/gcc-common.h | 812 +
13108 tools/gcc/initify_plugin.c | 552 +
13109 tools/gcc/kallocstat_plugin.c | 188 +
13110 tools/gcc/kernexec_plugin.c | 549 +
13111 tools/gcc/latent_entropy_plugin.c | 470 +
13112 tools/gcc/size_overflow_plugin/.gitignore | 2 +
13113 tools/gcc/size_overflow_plugin/Makefile | 28 +
13114 .../disable_size_overflow_hash.data |12422 ++++++++++++
13115 .../generate_size_overflow_hash.sh | 103 +
13116 .../insert_size_overflow_asm.c | 416 +
13117 .../size_overflow_plugin/intentional_overflow.c | 1010 +
13118 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
13119 tools/gcc/size_overflow_plugin/size_overflow.h | 323 +
13120 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
13121 .../size_overflow_plugin/size_overflow_hash.data |20735 ++++++++++++++++++++
13122 .../size_overflow_hash_aux.data | 92 +
13123 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 ++
13124 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
13125 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
13126 .../size_overflow_plugin_hash.c | 352 +
13127 .../size_overflow_plugin/size_overflow_transform.c | 749 +
13128 .../size_overflow_transform_core.c | 1010 +
13129 tools/gcc/stackleak_plugin.c | 436 +
13130 tools/gcc/structleak_plugin.c | 287 +
13131 tools/include/linux/compiler.h | 8 +
13132 tools/lib/api/Makefile | 2 +-
13133 tools/perf/util/include/asm/alternative-asm.h | 3 +
13134 tools/virtio/linux/uaccess.h | 2 +-
13135 virt/kvm/kvm_main.c | 42 +-
13136 1944 files changed, 66925 insertions(+), 8949 deletions(-)
13137 commit 87790bbd0d8dc2bd7fd86cb947e32886db9e9766
13138 Author: Matthew Wilcox <willy@linux.intel.com>
13139 Date: Tue Feb 2 16:57:52 2016 -0800
13140
13141 radix-tree: fix race in gang lookup
13142
13143 If the indirect_ptr bit is set on a slot, that indicates we need to redo
13144 the lookup. Introduce a new function radix_tree_iter_retry() which
13145 forces the loop to retry the lookup by setting 'slot' to NULL and
13146 turning the iterator back to point at the problematic entry.
13147
13148 This is a pretty rare problem to hit at the moment; the lookup has to
13149 race with a grow of the radix tree from a height of 0. The consequences
13150 of hitting this race are that gang lookup could return a pointer to a
13151 radix_tree_node instead of a pointer to whatever the user had inserted
13152 in the tree.
13153
13154 Fixes: cebbd29e1c2f ("radix-tree: rewrite gang lookup using iterator")
13155 Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
13156 Cc: Hugh Dickins <hughd@google.com>
13157 Cc: Ohad Ben-Cohen <ohad@wizery.com>
13158 Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
13159 Cc: <stable@vger.kernel.org>
13160 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
13161 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13162
13163 include/linux/radix-tree.h | 16 ++++++++++++++++
13164 lib/radix-tree.c | 12 ++++++++++--
13165 2 files changed, 26 insertions(+), 2 deletions(-)
13166
13167 commit bf628043b4589c910919a0f221ae7f42aa8cea93
13168 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
13169 Date: Wed Feb 3 02:11:03 2016 +0100
13170
13171 unix: correctly track in-flight fds in sending process user_struct
13172
13173 The commit referenced in the Fixes tag incorrectly accounted the number
13174 of in-flight fds over a unix domain socket to the original opener
13175 of the file-descriptor. This allows another process to arbitrary
13176 deplete the original file-openers resource limit for the maximum of
13177 open files. Instead the sending processes and its struct cred should
13178 be credited.
13179
13180 To do so, we add a reference counted struct user_struct pointer to the
13181 scm_fp_list and use it to account for the number of inflight unix fds.
13182
13183 Fixes: 712f4aad406bb1 ("unix: properly account for FDs passed over unix sockets")
13184 Reported-by: David Herrmann <dh.herrmann@gmail.com>
13185 Cc: David Herrmann <dh.herrmann@gmail.com>
13186 Cc: Willy Tarreau <w@1wt.eu>
13187 Cc: Linus Torvalds <torvalds@linux-foundation.org>
13188 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
13189 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
13190 Signed-off-by: David S. Miller <davem@davemloft.net>
13191
13192 include/net/af_unix.h | 4 ++--
13193 include/net/scm.h | 1 +
13194 net/core/scm.c | 7 +++++++
13195 net/unix/af_unix.c | 4 ++--
13196 net/unix/garbage.c | 8 ++++----
13197 5 files changed, 16 insertions(+), 8 deletions(-)
13198
13199 commit e830db443ff78d70b7b63536e688d73907face0c
13200 Author: Mike Kravetz <mike.kravetz@oracle.com>
13201 Date: Fri Jan 15 16:57:37 2016 -0800
13202
13203 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
13204
13205 Hillf Danton noticed bugs in the hugetlb_vmtruncate_list routine. The
13206 argument end is of type pgoff_t. It was being converted to a vaddr
13207 offset and passed to unmap_hugepage_range. However, end was also being
13208 used as an argument to the vma_interval_tree_foreach controlling loop.
13209 In addition, the conversion of end to vaddr offset was incorrect.
13210
13211 hugetlb_vmtruncate_list is called as part of a file truncate or
13212 fallocate hole punch operation.
13213
13214 When truncating a hugetlbfs file, this bug could prevent some pages from
13215 being unmapped. This is possible if there are multiple vmas mapping the
13216 file, and there is a sufficiently sized hole between the mappings. The
13217 size of the hole between two vmas (A,B) must be such that the starting
13218 virtual address of B is greater than (ending virtual address of A <<
13219 PAGE_SHIFT). In this case, the pages in B would not be unmapped. If
13220 pages are not properly unmapped during truncate, the following BUG is
13221 hit:
13222
13223 kernel BUG at fs/hugetlbfs/inode.c:428!
13224
13225 In the fallocate hole punch case, this bug could prevent pages from
13226 being unmapped as in the truncate case. However, for hole punch the
13227 result is that unmapped pages will not be removed during the operation.
13228 For hole punch, it is also possible that more pages than desired will be
13229 unmapped. This unnecessary unmapping will cause page faults to
13230 reestablish the mappings on subsequent page access.
13231
13232 Fixes: 1bfad99ab (" hugetlbfs: hugetlb_vmtruncate_list() needs to take a range")Reported-by: Hillf Danton <hillf.zj@alibaba-inc.com>
13233 Signed-off-by: Mike Kravetz <mike.kravetz@oracle.com>
13234 Cc: Hugh Dickins <hughd@google.com>
13235 Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
13236 Cc: Davidlohr Bueso <dave@stgolabs.net>
13237 Cc: Dave Hansen <dave.hansen@linux.intel.com>
13238 Cc: <stable@vger.kernel.org> [4.3]
13239 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
13240 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13241
13242 fs/hugetlbfs/inode.c | 19 +++++++++++--------
13243 1 files changed, 11 insertions(+), 8 deletions(-)
13244
13245 commit cdb3ba4a9113b779347387f3b6c6ea72dd4db12f
13246 Author: Takashi Iwai <tiwai@suse.de>
13247 Date: Thu Feb 4 17:06:13 2016 +0100
13248
13249 ALSA: timer: Fix leftover link at closing
13250
13251 In ALSA timer core, the active timer instance is managed in
13252 active_list linked list. Each element is added / removed dynamically
13253 at timer start, stop and in timer interrupt. The problem is that
13254 snd_timer_interrupt() has a thinko and leaves the element in
13255 active_list when it's the last opened element. This eventually leads
13256 to list corruption or use-after-free error.
13257
13258 This hasn't been revealed because we used to delete the list forcibly
13259 in snd_timer_stop() in the past. However, the recent fix avoids the
13260 double-stop behavior (in commit [f784beb75ce8: ALSA: timer: Fix link
13261 corruption due to double start or stop]), and this leak hits reality.
13262
13263 This patch fixes the link management in snd_timer_interrupt(). Now it
13264 simply unlinks no matter which stream is.
13265
13266 BugLink: http://lkml.kernel.org/r/CACT4Y+Yy2aukHP-EDp8-ziNqNNmb-NTf=jDWXMP7jB8HDa2vng@mail.gmail.com
13267 Reported-by: Dmitry Vyukov <dvyukov@google.com>
13268 Cc: <stable@vger.kernel.org>
13269 Signed-off-by: Takashi Iwai <tiwai@suse.de>
13270
13271 sound/core/timer.c | 4 ++--
13272 1 files changed, 2 insertions(+), 2 deletions(-)
13273
13274 commit 47d9647902f6a2f46a2be1e0140ba0f6f8c06008
13275 Author: Konstantin Khlebnikov <koct9i@gmail.com>
13276 Date: Fri Feb 5 15:37:01 2016 -0800
13277
13278 radix-tree: fix oops after radix_tree_iter_retry
13279
13280 Helper radix_tree_iter_retry() resets next_index to the current index.
13281 In following radix_tree_next_slot current chunk size becomes zero. This
13282 isn't checked and it tries to dereference null pointer in slot.
13283
13284 Tagged iterator is fine because retry happens only at slot 0 where tag
13285 bitmask in iter->tags is filled with single bit.
13286
13287 Fixes: 46437f9a554f ("radix-tree: fix race in gang lookup")
13288 Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
13289 Cc: Matthew Wilcox <willy@linux.intel.com>
13290 Cc: Hugh Dickins <hughd@google.com>
13291 Cc: Ohad Ben-Cohen <ohad@wizery.com>
13292 Cc: Jeremiah Mahler <jmmahler@gmail.com>
13293 Cc: <stable@vger.kernel.org>
13294 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
13295 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13296
13297 include/linux/radix-tree.h | 6 +++---
13298 1 files changed, 3 insertions(+), 3 deletions(-)
13299
13300 commit 95b5dcb3c01958502af00b0bc0da1d906aae11a2
13301 Merge: 438be0b 256aeaf
13302 Author: Brad Spengler <spender@grsecurity.net>
13303 Date: Sun Feb 7 08:29:33 2016 -0500
13304
13305 Merge branch 'pax-test' into grsec-test
13306
13307 commit 256aeaf87c22de8edf1f03682a572c590ae07771
13308 Author: Brad Spengler <spender@grsecurity.net>
13309 Date: Sun Feb 7 08:29:09 2016 -0500
13310
13311 Update to pax-linux-4.3.5-test28.patch:
13312 - fixed an integer truncation bug in numa_clear_kernel_node_hotplug caught by the size overflow plugin, reported by x14sg1 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4374)
13313 - spender fixed UDEREF on arm
13314
13315 arch/arm/Kconfig | 1 +
13316 arch/arm/include/asm/domain.h | 21 ++++++++-
13317 arch/arm/include/asm/futex.h | 9 ----
13318 arch/arm/include/asm/thread_info.h | 3 +
13319 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
13320 arch/arm/kernel/entry-armv.S | 2 +-
13321 arch/arm/kernel/process.c | 2 +-
13322 arch/arm/mm/alignment.c | 8 ----
13323 arch/x86/mm/numa.c | 2 +-
13324 security/Kconfig | 1 -
13325 10 files changed, 60 insertions(+), 70 deletions(-)
13326
13327 commit 438be0bd112bd17942b2628c53054dc1007558a1
13328 Author: Brad Spengler <spender@grsecurity.net>
13329 Date: Sat Feb 6 19:50:31 2016 -0500
13330
13331 Fix a number of issues caused by the upstream merging of a UDEREF ripoff resulting in unbootable
13332 ARM systems reported on the forums
13333
13334 arch/arm/Kconfig | 1 +
13335 arch/arm/include/asm/domain.h | 21 ++++++++-
13336 arch/arm/include/asm/futex.h | 9 ----
13337 arch/arm/include/asm/thread_info.h | 3 +
13338 arch/arm/include/asm/uaccess.h | 81 +++++++++++++++---------------------
13339 arch/arm/kernel/entry-armv.S | 2 +-
13340 arch/arm/kernel/process.c | 2 +-
13341 arch/arm/mm/alignment.c | 8 ----
13342 security/Kconfig | 1 -
13343 9 files changed, 59 insertions(+), 69 deletions(-)
13344
13345 commit 4ffdd5ef1f87e611af1efb4f251ada92abe9f4c0
13346 Author: Brad Spengler <spender@grsecurity.net>
13347 Date: Sat Feb 6 11:21:53 2016 -0500
13348
13349 Fix another compiler warning
13350
13351 net/ipv4/tcp_input.c | 2 ++
13352 1 files changed, 2 insertions(+), 0 deletions(-)
13353
13354 commit 30b5b7bc0fd67d458bdd5ab35e4689769eabd2ed
13355 Author: Brad Spengler <spender@grsecurity.net>
13356 Date: Sat Feb 6 11:16:12 2016 -0500
13357
13358 Fix two compiler warnings
13359
13360 kernel/pid.c | 5 ++---
13361 kernel/ptrace.c | 3 ++-
13362 2 files changed, 4 insertions(+), 4 deletions(-)
13363
13364 commit dda4d2a21914c480750f10bd55c6e3203d415d8d
13365 Author: Brad Spengler <spender@grsecurity.net>
13366 Date: Wed Feb 3 21:22:40 2016 -0500
13367
13368 Apply fix for integer truncation in NUMA init code, reported by
13369 x14sg1 on the forums:
13370 https://forums.grsecurity.net/viewtopic.php?f=3&t=4374
13371
13372 arch/x86/mm/numa.c | 2 +-
13373 1 files changed, 1 insertions(+), 1 deletions(-)
13374
13375 commit 477505f7c893cb6a2c3e22f83eefd9c985d7b3ca
13376 Merge: a781740 016d0d8
13377 Author: Brad Spengler <spender@grsecurity.net>
13378 Date: Wed Feb 3 21:20:58 2016 -0500
13379
13380 Merge branch 'pax-test' into grsec-test
13381
13382 commit 016d0d81a8dd4be1304c82a68e0ccf425868f467
13383 Author: Brad Spengler <spender@grsecurity.net>
13384 Date: Wed Feb 3 21:20:10 2016 -0500
13385
13386 Update to pax-linux-4.3.5-test27.patch:
13387 - fixed a bunch of potential REFCOUNT false positives, reported by Emese
13388 - restored padding in fpregs_state for storing AVX-512 state in the future
13389 - constified netlink_dump_control
13390 - added const version of debug_gimple_stmt for gcc plugins, by Emese
13391 - Emese fixed a bug in initify that could have initified too much
13392 - Emese fixed a false positive intentional integer overflow in xfrm4_extract_header, reported by corsac
13393
13394 arch/x86/include/asm/fpu/types.h | 1 +
13395 arch/x86/include/asm/mmu_context.h | 2 +-
13396 block/blk-cgroup.c | 18 ++--
13397 block/cfq-iosched.c | 4 +-
13398 crypto/crypto_user.c | 8 ++-
13399 drivers/acpi/apei/ghes.c | 6 +-
13400 drivers/char/ipmi/ipmi_ssif.c | 12 ++--
13401 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 +-
13402 drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 2 +-
13403 drivers/gpu/drm/amd/scheduler/sched_fence.c | 2 +-
13404 drivers/infiniband/core/netlink.c | 5 +-
13405 drivers/infiniband/hw/cxgb4/device.c | 6 +-
13406 drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +-
13407 drivers/md/bcache/alloc.c | 2 +-
13408 drivers/md/bcache/bcache.h | 10 +-
13409 drivers/md/bcache/btree.c | 2 +-
13410 drivers/md/bcache/io.c | 10 +-
13411 drivers/md/bcache/journal.c | 2 +-
13412 drivers/md/bcache/stats.c | 26 +++---
13413 drivers/md/bcache/stats.h | 16 ++--
13414 drivers/md/bcache/super.c | 2 +-
13415 drivers/md/bcache/sysfs.c | 20 +++---
13416 drivers/md/dm-cache-target.c | 98 ++++++++++++------------
13417 drivers/md/dm-raid.c | 2 +-
13418 drivers/md/md.c | 6 +-
13419 drivers/md/md.h | 2 +-
13420 drivers/md/raid1.c | 2 +-
13421 drivers/md/raid10.c | 2 +-
13422 drivers/md/raid5.c | 4 +-
13423 drivers/media/pci/zoran/zoran.h | 1 -
13424 drivers/media/pci/zoran/zoran_driver.c | 3 -
13425 drivers/net/ethernet/sfc/selftest.c | 20 +++---
13426 drivers/net/irda/vlsi_ir.c | 18 ++--
13427 drivers/net/irda/vlsi_ir.h | 14 ++--
13428 drivers/net/wireless/ath/carl9170/carl9170.h | 6 +-
13429 drivers/net/wireless/ath/carl9170/debug.c | 6 +-
13430 drivers/net/wireless/ath/carl9170/main.c | 10 +-
13431 drivers/net/wireless/ath/carl9170/tx.c | 4 +-
13432 drivers/net/wireless/iwlwifi/mvm/d3.c | 4 +-
13433 drivers/net/wireless/iwlwifi/mvm/tx.c | 2 +-
13434 drivers/scsi/hptiop.c | 2 -
13435 drivers/scsi/hptiop.h | 1 -
13436 drivers/scsi/ipr.c | 6 +-
13437 drivers/scsi/ipr.h | 2 +-
13438 drivers/scsi/qla2xxx/qla_target.c | 10 +-
13439 drivers/scsi/qla2xxx/qla_target.h | 2 +-
13440 fs/btrfs/ctree.c | 2 +-
13441 fs/btrfs/ctree.h | 4 +-
13442 fs/btrfs/delayed-ref.c | 4 +-
13443 fs/btrfs/disk-io.c | 4 +-
13444 fs/btrfs/file.c | 4 +-
13445 fs/btrfs/raid56.c | 32 ++++----
13446 fs/btrfs/tests/btrfs-tests.c | 2 +-
13447 fs/btrfs/transaction.c | 2 +-
13448 fs/btrfs/tree-log.c | 8 +-
13449 fs/btrfs/volumes.c | 14 ++--
13450 fs/btrfs/volumes.h | 22 +++---
13451 fs/jbd2/commit.c | 2 +-
13452 fs/jbd2/transaction.c | 4 +-
13453 fs/ocfs2/dlm/dlmcommon.h | 4 +-
13454 fs/ocfs2/dlm/dlmdebug.c | 10 +-
13455 fs/ocfs2/dlm/dlmdomain.c | 4 +-
13456 fs/ocfs2/dlm/dlmmaster.c | 4 +-
13457 include/acpi/ghes.h | 2 +-
13458 include/linux/blk-cgroup.h | 24 +++---
13459 include/linux/jbd2.h | 2 +-
13460 include/linux/netlink.h | 12 ++--
13461 include/net/cfg802154.h | 2 +-
13462 include/net/mac80211.h | 2 +-
13463 include/net/neighbour.h | 2 +-
13464 kernel/rcu/tree_plugin.h | 4 +-
13465 net/batman-adv/routing.c | 4 +-
13466 net/batman-adv/soft-interface.c | 2 +-
13467 net/batman-adv/translation-table.c | 14 ++--
13468 net/batman-adv/types.h | 2 +-
13469 net/core/neighbour.c | 14 ++--
13470 net/core/rtnetlink.c | 2 +-
13471 net/ipv4/arp.c | 2 +-
13472 net/ipv4/inet_diag.c | 4 +-
13473 net/ipv4/xfrm4_state.c | 4 +-
13474 net/ipv6/ndisc.c | 2 +-
13475 net/mac80211/cfg.c | 2 +-
13476 net/mac80211/debugfs_key.c | 2 +-
13477 net/mac80211/key.c | 4 +-
13478 net/mac80211/tx.c | 2 +-
13479 net/mac80211/wpa.c | 10 +-
13480 net/mac802154/iface.c | 4 +-
13481 net/netfilter/ipset/ip_set_core.c | 2 +-
13482 net/netfilter/nf_conntrack_netlink.c | 22 +++---
13483 net/netfilter/nf_tables_api.c | 13 ++--
13484 net/netfilter/nfnetlink_acct.c | 7 +-
13485 net/netfilter/nfnetlink_cthelper.c | 2 +-
13486 net/netfilter/nfnetlink_cttimeout.c | 2 +-
13487 net/netlink/af_netlink.c | 10 ++-
13488 net/netlink/diag.c | 2 +-
13489 net/netlink/genetlink.c | 14 ++--
13490 net/packet/af_packet.c | 18 ++--
13491 net/packet/diag.c | 2 +-
13492 net/packet/internal.h | 6 +-
13493 net/unix/diag.c | 2 +-
13494 net/xfrm/xfrm_user.c | 2 +-
13495 security/apparmor/include/policy.h | 2 +-
13496 security/apparmor/policy.c | 4 +-
13497 sound/core/seq/seq_clientmgr.c | 2 +-
13498 sound/core/seq/seq_fifo.c | 6 +-
13499 sound/core/seq/seq_fifo.h | 2 +-
13500 tools/gcc/gcc-common.h | 24 ++++--
13501 tools/gcc/initify_plugin.c | 7 +-
13502 tools/lib/api/Makefile | 2 +-
13503 109 files changed, 399 insertions(+), 391 deletions(-)
13504
13505 commit a7817402ac837b1aee07fac42537a02097055098
13506 Author: Matt Fleming <matt@codeblueprint.co.uk>
13507 Date: Fri Jan 29 11:36:10 2016 +0000
13508
13509 x86/mm/pat: Avoid truncation when converting cpa->numpages to address
13510
13511 There are a couple of nasty truncation bugs lurking in the pageattr
13512 code that can be triggered when mapping EFI regions, e.g. when we pass
13513 a cpa->pgd pointer. Because cpa->numpages is a 32-bit value, shifting
13514 left by PAGE_SHIFT will truncate the resultant address to 32-bits.
13515
13516 Viorel-Cătălin managed to trigger this bug on his Dell machine that
13517 provides a ~5GB EFI region which requires 1236992 pages to be mapped.
13518 When calling populate_pud() the end of the region gets calculated
13519 incorrectly in the following buggy expression,
13520
13521 end = start + (cpa->numpages << PAGE_SHIFT);
13522
13523 And only 188416 pages are mapped. Next, populate_pud() gets invoked
13524 for a second time because of the loop in __change_page_attr_set_clr(),
13525 only this time no pages get mapped because shifting the remaining
13526 number of pages (1048576) by PAGE_SHIFT is zero. At which point the
13527 loop in __change_page_attr_set_clr() spins forever because we fail to
13528 map progress.
13529
13530 Hitting this bug depends very much on the virtual address we pick to
13531 map the large region at and how many pages we map on the initial run
13532 through the loop. This explains why this issue was only recently hit
13533 with the introduction of commit
13534
13535 a5caa209ba9c ("x86/efi: Fix boot crash by mapping EFI memmap
13536 entries bottom-up at runtime, instead of top-down")
13537
13538 It's interesting to note that safe uses of cpa->numpages do exist in
13539 the pageattr code. If instead of shifting ->numpages we multiply by
13540 PAGE_SIZE, no truncation occurs because PAGE_SIZE is a UL value, and
13541 so the result is unsigned long.
13542
13543 To avoid surprises when users try to convert very large cpa->numpages
13544 values to addresses, change the data type from 'int' to 'unsigned
13545 long', thereby making it suitable for shifting by PAGE_SHIFT without
13546 any type casting.
13547
13548 The alternative would be to make liberal use of casting, but that is
13549 far more likely to cause problems in the future when someone adds more
13550 code and fails to cast properly; this bug was difficult enough to
13551 track down in the first place.
13552
13553 Reported-and-tested-by: Viorel-Cătălin Răpițeanu <rapiteanu.catalin@gmail.com>
13554 Acked-by: Borislav Petkov <bp@alien8.de>
13555 Cc: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
13556 Cc: <stable@vger.kernel.org>
13557 Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
13558 Link: https://bugzilla.kernel.org/show_bug.cgi?id=110131
13559 Link: http://lkml.kernel.org/r/1454067370-10374-1-git-send-email-matt@codeblueprint.co.uk
13560 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
13561
13562 arch/x86/mm/pageattr.c | 4 ++--
13563 1 files changed, 2 insertions(+), 2 deletions(-)
13564
13565 commit 64dd9d7a67a742fda257cdd16510c29e695c34b5
13566 Author: Jan Beulich <JBeulich@suse.com>
13567 Date: Tue Jan 26 04:15:18 2016 -0700
13568
13569 x86/mm: Fix types used in pgprot cacheability flags translations
13570
13571 For PAE kernels "unsigned long" is not suitable to hold page protection
13572 flags, since _PAGE_NX doesn't fit there. This is the reason for quite a
13573 few W+X pages getting reported as insecure during boot (observed namely
13574 for the entire initrd range).
13575
13576 Fixes: 281d4078be ("x86: Make page cache mode a real type")
13577 Signed-off-by: Jan Beulich <jbeulich@suse.com>
13578 Reviewed-by: Juergen Gross <JGross@suse.com>
13579 Cc: stable@vger.kernel.org
13580 Link: http://lkml.kernel.org/r/56A7635602000078000CAFF1@prv-mh.provo.novell.com
13581 Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
13582
13583 arch/x86/include/asm/pgtable_types.h | 6 ++----
13584 1 files changed, 2 insertions(+), 4 deletions(-)
13585
13586 commit bb9a3a9df0d8dfc96d521676e64c42b37ba22aea
13587 Merge: 682d661 f74425b
13588 Author: Brad Spengler <spender@grsecurity.net>
13589 Date: Sun Jan 31 15:06:25 2016 -0500
13590
13591 Merge branch 'pax-test' into grsec-test
13592
13593 Conflicts:
13594 drivers/net/slip/slhc.c
13595 include/linux/sched.h
13596 net/unix/af_unix.c
13597 sound/core/timer.c
13598
13599 commit f74425b5705bfe52aff9e97659ef10c4a14176c3
13600 Merge: d14af1f 849a2d3
13601 Author: Brad Spengler <spender@grsecurity.net>
13602 Date: Sun Jan 31 15:02:55 2016 -0500
13603
13604 Merge branch 'linux-4.3.y' into pax-test
13605
13606 Conflicts:
13607 arch/x86/include/asm/mmu_context.h
13608
13609 commit 682d6611d75542e351c973c8dd74a99d3966c073
13610 Author: Brad Spengler <spender@grsecurity.net>
13611 Date: Sat Jan 30 13:05:03 2016 -0500
13612
13613 Based on a report from Mathias Krause, fix up a number of additional instances
13614 of ulong overflow when passing in values to gr_learn_resource by saturating
13615 to ULONG_MAX
13616
13617 mm/mlock.c | 11 ++++++++---
13618 mm/mmap.c | 16 +++++++++++++---
13619 2 files changed, 21 insertions(+), 6 deletions(-)
13620
13621 commit adb52e95fb9ad4ac9c56cd5d47bd668f47c33096
13622 Author: Jann Horn <jann@thejh.net>
13623 Date: Sat Dec 26 06:00:48 2015 +0100
13624
13625 seccomp: always propagate NO_NEW_PRIVS on tsync
13626
13627 Before this patch, a process with some permissive seccomp filter
13628 that was applied by root without NO_NEW_PRIVS was able to add
13629 more filters to itself without setting NO_NEW_PRIVS by setting
13630 the new filter from a throwaway thread with NO_NEW_PRIVS.
13631
13632 Signed-off-by: Jann Horn <jann@thejh.net>
13633 Cc: stable@vger.kernel.org
13634 Signed-off-by: Kees Cook <keescook@chromium.org>
13635
13636 kernel/seccomp.c | 22 +++++++++++-----------
13637 1 files changed, 11 insertions(+), 11 deletions(-)
13638
13639 commit b85450498a3bbf269441c8963d7574bb3079c838
13640 Merge: 59c216f d14af1f
13641 Author: Brad Spengler <spender@grsecurity.net>
13642 Date: Fri Jan 29 20:54:13 2016 -0500
13643
13644 Merge branch 'pax-test' into grsec-test
13645
13646 commit d14af1f1dd66511f3f0674deee2b572972012b39
13647 Author: Brad Spengler <spender@grsecurity.net>
13648 Date: Fri Jan 29 20:53:51 2016 -0500
13649
13650 Update to pax-linux-4.3.4-test26.patch:
13651 - Emese fixed a few intentional overflows introduced by gcc, reported by StalkR (https://forums.grsecurity.net/viewtopic.php?f=3&t=4370)
13652
13653 fs/cifs/file.c | 2 +-
13654 fs/gfs2/file.c | 2 +-
13655 .../size_overflow_plugin/intentional_overflow.c | 96 ++++++++++++++++++--
13656 tools/gcc/size_overflow_plugin/size_overflow.h | 2 +
13657 .../size_overflow_plugin/size_overflow_plugin.c | 4 +-
13658 .../size_overflow_plugin/size_overflow_transform.c | 6 +-
13659 .../size_overflow_transform_core.c | 5 +
13660 7 files changed, 102 insertions(+), 15 deletions(-)
13661
13662 commit 59c216f13587eacdd692386b7a403ae78ed84fb6
13663 Author: Brad Spengler <spender@grsecurity.net>
13664 Date: Wed Jan 27 17:57:21 2016 -0500
13665
13666 Fix a size_overflow report reported by Mathias Krause in our
13667 truncation of an loff_t to an unsigned long when being passed
13668 to gr_learn_resource() (as all resource checks are against unsigned long
13669 values)
13670
13671 fs/attr.c | 5 ++++-
13672 1 files changed, 4 insertions(+), 1 deletions(-)
13673
13674 commit 70636c6ad60fc1db3af764ecc789b827b7497a97
13675 Author: Yuchung Cheng <ycheng@google.com>
13676 Date: Wed Jan 6 12:42:38 2016 -0800
13677
13678 tcp: fix zero cwnd in tcp_cwnd_reduction
13679
13680 Patch 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode
13681 conditionally") introduced a bug that cwnd may become 0 when both
13682 inflight and sndcnt are 0 (cwnd = inflight + sndcnt). This may lead
13683 to a div-by-zero if the connection starts another cwnd reduction
13684 phase by setting tp->prior_cwnd to the current cwnd (0) in
13685 tcp_init_cwnd_reduction().
13686
13687 To prevent this we skip PRR operation when nothing is acked or
13688 sacked. Then cwnd must be positive in all cases as long as ssthresh
13689 is positive:
13690
13691 1) The proportional reduction mode
13692 inflight > ssthresh > 0
13693
13694 2) The reduction bound mode
13695 a) inflight == ssthresh > 0
13696
13697 b) inflight < ssthresh
13698 sndcnt > 0 since newly_acked_sacked > 0 and inflight < ssthresh
13699
13700 Therefore in all cases inflight and sndcnt can not both be 0.
13701 We check invalid tp->prior_cwnd to avoid potential div0 bugs.
13702
13703 In reality this bug is triggered only with a sequence of less common
13704 events. For example, the connection is terminating an ECN-triggered
13705 cwnd reduction with an inflight 0, then it receives reordered/old
13706 ACKs or DSACKs from prior transmission (which acks nothing). Or the
13707 connection is in fast recovery stage that marks everything lost,
13708 but fails to retransmit due to local issues, then receives data
13709 packets from other end which acks nothing.
13710
13711 Fixes: 3759824da87b ("tcp: PRR uses CRB mode by default and SS mode conditionally")
13712 Reported-by: Oleksandr Natalenko <oleksandr@natalenko.name>
13713 Signed-off-by: Yuchung Cheng <ycheng@google.com>
13714 Signed-off-by: Neal Cardwell <ncardwell@google.com>
13715 Signed-off-by: Eric Dumazet <edumazet@google.com>
13716 Signed-off-by: David S. Miller <davem@davemloft.net>
13717
13718 net/ipv4/tcp_input.c | 3 +++
13719 1 files changed, 3 insertions(+), 0 deletions(-)
13720
13721 commit dac1da2bedbb43195d371c7a192cfeeb45683df0
13722 Author: Eric Dumazet <edumazet@google.com>
13723 Date: Sun Jan 24 13:53:50 2016 -0800
13724
13725 af_unix: fix struct pid memory leak
13726
13727 Dmitry reported a struct pid leak detected by a syzkaller program.
13728
13729 Bug happens in unix_stream_recvmsg() when we break the loop when a
13730 signal is pending, without properly releasing scm.
13731
13732 Fixes: b3ca9b02b007 ("net: fix multithreaded signal handling in unix recv routines")
13733 Reported-by: Dmitry Vyukov <dvyukov@google.com>
13734 Signed-off-by: Eric Dumazet <edumazet@google.com>
13735 Cc: Rainer Weikusat <rweikusat@mobileactivedefense.com>
13736 Signed-off-by: David S. Miller <davem@davemloft.net>
13737
13738 net/unix/af_unix.c | 1 +
13739 1 files changed, 1 insertions(+), 0 deletions(-)
13740
13741 commit 15cc47f127520d1ac0c1fe76d993c2c27f0f2571
13742 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
13743 Date: Fri Jan 22 01:39:43 2016 +0100
13744
13745 pptp: fix illegal memory access caused by multiple bind()s
13746
13747 Several times already this has been reported as kasan reports caused by
13748 syzkaller and trinity and people always looked at RCU races, but it is
13749 much more simple. :)
13750
13751 In case we bind a pptp socket multiple times, we simply add it to
13752 the callid_sock list but don't remove the old binding. Thus the old
13753 socket stays in the bucket with unused call_id indexes and doesn't get
13754 cleaned up. This causes various forms of kasan reports which were hard
13755 to pinpoint.
13756
13757 Simply don't allow multiple binds and correct error handling in
13758 pptp_bind. Also keep sk_state bits in place in pptp_connect.
13759
13760 Fixes: 00959ade36acad ("PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)")
13761 Cc: Dmitry Kozlov <xeb@mail.ru>
13762 Cc: Sasha Levin <sasha.levin@oracle.com>
13763 Cc: Dmitry Vyukov <dvyukov@google.com>
13764 Reported-by: Dmitry Vyukov <dvyukov@google.com>
13765 Cc: Dave Jones <davej@codemonkey.org.uk>
13766 Reported-by: Dave Jones <davej@codemonkey.org.uk>
13767 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
13768 Signed-off-by: David S. Miller <davem@davemloft.net>
13769
13770 drivers/net/ppp/pptp.c | 34 ++++++++++++++++++++++++----------
13771 1 files changed, 24 insertions(+), 10 deletions(-)
13772
13773 commit e2b7b8c66851c85188fa6dab2d2b2a6c85bc7332
13774 Author: Brad Spengler <spender@grsecurity.net>
13775 Date: Tue Jan 26 18:17:10 2016 -0500
13776
13777 Add info about cpupower/powertop to GRKERNSEC_KMEM, was present on our
13778 wiki but was removed from the config help at some point
13779
13780 grsecurity/Kconfig | 3 +++
13781 1 files changed, 3 insertions(+), 0 deletions(-)
13782
13783 commit ce2e88efa000fc32bfcd84098f57c8ed8310fefc
13784 Author: Thomas Egerer <hakke_007@gmx.de>
13785 Date: Mon Jan 25 12:58:44 2016 +0100
13786
13787 ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
13788
13789 The ESP algorithms using CBC mode require echainiv. Hence INET*_ESP have
13790 to select CRYPTO_ECHAINIV in order to work properly. This solves the
13791 issues caused by a misconfiguration as described in [1].
13792 The original approach, patching crypto/Kconfig was turned down by
13793 Herbert Xu [2].
13794
13795 [1] https://lists.strongswan.org/pipermail/users/2015-December/009074.html
13796 [2] http://marc.info/?l=linux-crypto-vger&m=145224655809562&w=2
13797
13798 Signed-off-by: Thomas Egerer <hakke_007@gmx.de>
13799 Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
13800 Signed-off-by: David S. Miller <davem@davemloft.net>
13801
13802 net/ipv4/Kconfig | 1 +
13803 net/ipv6/Kconfig | 1 +
13804 2 files changed, 2 insertions(+), 0 deletions(-)
13805
13806 commit fca5a303155ea67d28aece0caf2b03ffc3b2668d
13807 Merge: 904114c 6339c1f
13808 Author: Brad Spengler <spender@grsecurity.net>
13809 Date: Tue Jan 26 18:08:40 2016 -0500
13810
13811 Merge branch 'pax-test' into grsec-test
13812
13813 commit 6339c1f9a9beafd417bf9f04d4b257e62aeb45b7
13814 Author: Brad Spengler <spender@grsecurity.net>
13815 Date: Tue Jan 26 18:07:51 2016 -0500
13816
13817 Update to pax-linux-4.3.4-test25.patch:
13818 - fixed incorrect handling of VM_DONTCOPY during fork that would trigger a consistency check in the vma mirroring logic, reported by Mathias Krause <minipli@googlemail.com>
13819 - fixed init_new_context on !MODIFY_LDT_SYSCALL configs, reported by tjh (https://forums.grsecurity.net/viewtopic.php?f=3&t=4368)
13820 - fixed a few REFCOUNT false positives in SNMP related statistics
13821
13822 arch/x86/Kconfig | 2 +-
13823 arch/x86/include/asm/mmu_context.h | 17 +++++++++++++++++
13824 include/net/snmp.h | 10 +++++-----
13825 kernel/fork.c | 11 +++++++++--
13826 net/ipv4/proc.c | 8 ++++----
13827 net/ipv6/addrconf.c | 4 ++--
13828 net/ipv6/proc.c | 10 +++++-----
13829 7 files changed, 43 insertions(+), 19 deletions(-)
13830
13831 commit 904114c2fce3fdff5d57e763da56a78960db4e19
13832 Author: Al Viro <viro@zeniv.linux.org.uk>
13833 Date: Fri Jan 22 18:08:52 2016 -0500
13834
13835 make sure that freeing shmem fast symlinks is RCU-delayed
13836
13837 Cc: stable@vger.kernel.org # v4.2+
13838 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
13839
13840 include/linux/shmem_fs.h | 5 +----
13841 mm/shmem.c | 9 ++++-----
13842 2 files changed, 5 insertions(+), 9 deletions(-)
13843
13844 commit ab86adee64312a2f827dd516cb199521327943ed
13845 Author: Sasha Levin <sasha.levin@oracle.com>
13846 Date: Mon Jan 18 19:23:51 2016 -0500
13847
13848 netfilter: nf_conntrack: use safer way to lock all buckets
13849
13850 When we need to lock all buckets in the connection hashtable we'd attempt to
13851 lock 1024 spinlocks, which is way more preemption levels than supported by
13852 the kernel. Furthermore, this behavior was hidden by checking if lockdep is
13853 enabled, and if it was - use only 8 buckets(!).
13854
13855 Fix this by using a global lock and synchronize all buckets on it when we
13856 need to lock them all. This is pretty heavyweight, but is only done when we
13857 need to resize the hashtable, and that doesn't happen often enough (or at all).
13858
13859 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
13860 Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
13861 Reviewed-by: Florian Westphal <fw@strlen.de>
13862 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
13863
13864 Conflicts:
13865
13866 net/netfilter/nfnetlink_cttimeout.c
13867
13868 include/net/netfilter/nf_conntrack_core.h | 8 ++----
13869 net/netfilter/nf_conntrack_core.c | 38 +++++++++++++++++++++-------
13870 net/netfilter/nf_conntrack_helper.c | 2 +-
13871 net/netfilter/nf_conntrack_netlink.c | 2 +-
13872 4 files changed, 33 insertions(+), 17 deletions(-)
13873
13874 commit 37014723527225481c720484bb788a1a6358072f
13875 Author: Willy Tarreau <w@1wt.eu>
13876 Date: Mon Jan 18 16:36:09 2016 +0100
13877
13878 pipe: limit the per-user amount of pages allocated in pipes
13879
13880 On no-so-small systems, it is possible for a single process to cause an
13881 OOM condition by filling large pipes with data that are never read. A
13882 typical process filling 4000 pipes with 1 MB of data will use 4 GB of
13883 memory. On small systems it may be tricky to set the pipe max size to
13884 prevent this from happening.
13885
13886 This patch makes it possible to enforce a per-user soft limit above
13887 which new pipes will be limited to a single page, effectively limiting
13888 them to 4 kB each, as well as a hard limit above which no new pipes may
13889 be created for this user. This has the effect of protecting the system
13890 against memory abuse without hurting other users, and still allowing
13891 pipes to work correctly though with less data at once.
13892
13893 The limit are controlled by two new sysctls : pipe-user-pages-soft, and
13894 pipe-user-pages-hard. Both may be disabled by setting them to zero. The
13895 default soft limit allows the default number of FDs per process (1024)
13896 to create pipes of the default size (64kB), thus reaching a limit of 64MB
13897 before starting to create only smaller pipes. With 256 processes limited
13898 to 1024 FDs each, this results in 1024*64kB + (256*1024 - 1024) * 4kB =
13899 1084 MB of memory allocated for a user. The hard limit is disabled by
13900 default to avoid breaking existing applications that make intensive use
13901 of pipes (eg: for splicing).
13902
13903 Reported-by: socketpair@gmail.com
13904 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
13905 Mitigates: CVE-2013-4312 (Linux 2.0+)
13906 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
13907 Signed-off-by: Willy Tarreau <w@1wt.eu>
13908 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
13909
13910 Documentation/sysctl/fs.txt | 23 +++++++++++++++++++++
13911 fs/pipe.c | 47 +++++++++++++++++++++++++++++++++++++++++-
13912 include/linux/pipe_fs_i.h | 4 +++
13913 include/linux/sched.h | 1 +
13914 kernel/sysctl.c | 14 ++++++++++++
13915 5 files changed, 87 insertions(+), 2 deletions(-)
13916
13917 commit 51645fa198d194f746651dcfbc5f24a4cf8b9fb8
13918 Merge: 540f2af 7791ecb
13919 Author: Brad Spengler <spender@grsecurity.net>
13920 Date: Sat Jan 23 10:57:11 2016 -0500
13921
13922 Merge branch 'pax-test' into grsec-test
13923
13924 commit 7791ecb84f840343a5646236fd0d34e1fb450793
13925 Merge: 470069c 399588c
13926 Author: Brad Spengler <spender@grsecurity.net>
13927 Date: Sat Jan 23 10:56:47 2016 -0500
13928
13929 Merge branch 'linux-4.3.y' into pax-test
13930
13931 commit 540f2affebd42cdc26a699208ab4f1cb0cb75e33
13932 Author: Brad Spengler <spender@grsecurity.net>
13933 Date: Tue Jan 19 21:18:47 2016 -0500
13934
13935 Update size_overflow hash table
13936
13937 .../size_overflow_plugin/size_overflow_hash.data | 4 +++-
13938 1 files changed, 3 insertions(+), 1 deletions(-)
13939
13940 commit 7e649765626a28437f573f0fbe7a51a04615f041
13941 Author: Brad Spengler <spender@grsecurity.net>
13942 Date: Tue Jan 19 20:29:46 2016 -0500
13943
13944 Backport fix from: https://lkml.org/lkml/2015/12/13/187
13945
13946 fs/ext4/extents.c | 2 +-
13947 1 files changed, 1 insertions(+), 1 deletions(-)
13948
13949 commit 53b859cd0a5f5b6ad54fe0c879dfedaa3c5a3005
13950 Author: Jann Horn <jann@thejh.net>
13951 Date: Tue Jan 5 18:27:30 2016 +0100
13952
13953 compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)
13954
13955 This replaces all code in fs/compat_ioctl.c that translated
13956 ioctl arguments into a in-kernel structure, then performed
13957 do_ioctl under set_fs(KERNEL_DS), with code that allocates
13958 data on the user stack and can call the VFS ioctl handler
13959 under USER_DS.
13960
13961 This is done as a hardening measure because the caller
13962 does not know what kind of ioctl handler will be invoked,
13963 only that no corresponding compat_ioctl handler exists and
13964 what the ioctl command number is. The accidental
13965 invocation of an unlocked_ioctl handler that unexpectedly
13966 calls copy_to_user could be a severe security issue.
13967
13968 Signed-off-by: Jann Horn <jann@thejh.net>
13969 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
13970
13971 Conflicts:
13972
13973 fs/compat_ioctl.c
13974
13975 fs/compat_ioctl.c | 130 ++++++++++++++++++++++++++++-------------------------
13976 1 files changed, 68 insertions(+), 62 deletions(-)
13977
13978 commit 3e89e770ae27e931cd1583f021abac41eeebc3e7
13979 Author: Al Viro <viro@zeniv.linux.org.uk>
13980 Date: Thu Jan 7 09:53:30 2016 -0500
13981
13982 compat_ioctl: don't pass fd around when not needed
13983
13984 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
13985
13986 fs/compat_ioctl.c | 103 ++++++++++++++++++++++++++--------------------------
13987 fs/internal.h | 7 ++++
13988 fs/ioctl.c | 4 +-
13989 include/linux/fs.h | 2 -
13990 4 files changed, 61 insertions(+), 55 deletions(-)
13991
13992 commit 9d4e04082752d4d2d68445c4e6faf33a2613df55
13993 Author: Jann Horn <jann@thejh.net>
13994 Date: Tue Jan 5 18:27:29 2016 +0100
13995
13996 compat_ioctl: don't look up the fd twice
13997
13998 In code in fs/compat_ioctl.c that translates ioctl arguments
13999 into a in-kernel structure, then performs sys_ioctl, possibly
14000 under set_fs(KERNEL_DS), this commit changes the sys_ioctl
14001 calls to do_ioctl calls. do_ioctl is a new function that does
14002 the same thing as sys_ioctl, but doesn't look up the fd again.
14003
14004 This change is made to avoid (potential) security issues
14005 because of ioctl handlers that accept one of the ioctl
14006 commands I2C_FUNCS, VIDEO_GET_EVENT, MTIOCPOS, MTIOCGET,
14007 TIOCGSERIAL, TIOCSSERIAL, RTC_IRQP_READ, RTC_EPOCH_READ.
14008 This can happen for multiple reasons:
14009
14010 - The ioctl command number could be reused.
14011 - The ioctl handler might not check the full ioctl
14012 command. This is e.g. true for drm_ioctl.
14013 - The ioctl handler is very special, e.g. cuse_file_ioctl
14014
14015 The real issue is that set_fs(KERNEL_DS) is used here,
14016 but that's fixed in a separate commit
14017 "compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)".
14018
14019 This change mitigates potential security issues by
14020 preventing a race that permits invocation of
14021 unlocked_ioctl handlers under KERNEL_DS through compat
14022 code even if a corresponding compat_ioctl handler exists.
14023
14024 So far, no way has been identified to use this to damage
14025 kernel memory without having CAP_SYS_ADMIN in the init ns
14026 (with the capability, doing reads/writes at arbitrary
14027 kernel addresses should be easy through CUSE's ioctl
14028 handler with FUSE_IOCTL_UNRESTRICTED set).
14029
14030 [AV: two missed sys_ioctl() taken care of]
14031
14032 Signed-off-by: Jann Horn <jann@thejh.net>
14033 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
14034
14035 fs/compat_ioctl.c | 122 +++++++++++++++++++++++++++++-----------------------
14036 1 files changed, 68 insertions(+), 54 deletions(-)
14037
14038 commit 5bf9e1ed4ebb278cd956ba142914fc04a024309c
14039 Author: Vasily Kulikov <segoon@openwall.com>
14040 Date: Fri Jan 15 16:57:55 2016 -0800
14041
14042 include/linux/poison.h: use POISON_POINTER_DELTA for poison pointers
14043
14044 TIMER_ENTRY_STATIC is defined as a poison pointers which
14045 should point to nowhere. Redefine them using POISON_POINTER_DELTA
14046 arithmetics to make sure they really point to non-mappable area declared
14047 by the target architecture.
14048
14049 Signed-off-by: Vasily Kulikov <segoon@openwall.com>
14050 Acked-by: Thomas Gleixner <tglx@linutronix.de>
14051 Cc: Solar Designer <solar@openwall.com>
14052 Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
14053 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
14054 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
14055
14056 Conflicts:
14057
14058 include/linux/poison.h
14059
14060 include/linux/poison.h | 2 +-
14061 1 files changed, 1 insertions(+), 1 deletions(-)
14062
14063 commit 60f2e0a05ab8f56c804a9334a23e2b446305d110
14064 Author: Brad Spengler <spender@grsecurity.net>
14065 Date: Tue Jan 19 19:41:44 2016 -0500
14066
14067 Fix ARM compilation, reported by Austin Sepp
14068
14069 grsecurity/grsec_sig.c | 1 +
14070 1 files changed, 1 insertions(+), 0 deletions(-)
14071
14072 commit e15383743443dc43460a2fd73e0db0b608610dca
14073 Author: Takashi Iwai <tiwai@suse.de>
14074 Date: Mon Jan 18 13:52:47 2016 +0100
14075
14076 ALSA: hrtimer: Fix stall by hrtimer_cancel()
14077
14078 hrtimer_cancel() waits for the completion from the callback, thus it
14079 must not be called inside the callback itself. This was already a
14080 problem in the past with ALSA hrtimer driver, and the early commit
14081 [fcfdebe70759: ALSA: hrtimer - Fix lock-up] tried to address it.
14082
14083 However, the previous fix is still insufficient: it may still cause a
14084 lockup when the ALSA timer instance reprograms itself in its callback.
14085 Then it invokes the start function even in snd_timer_interrupt() that
14086 is called in hrtimer callback itself, results in a CPU stall. This is
14087 no hypothetical problem but actually triggered by syzkaller fuzzer.
14088
14089 This patch tries to fix the issue again. Now we call
14090 hrtimer_try_to_cancel() at both start and stop functions so that it
14091 won't fall into a deadlock, yet giving some chance to cancel the queue
14092 if the functions have been called outside the callback. The proper
14093 hrtimer_cancel() is called in anyway at closing, so this should be
14094 enough.
14095
14096 Reported-and-tested-by: Dmitry Vyukov <dvyukov@google.com>
14097 Cc: <stable@vger.kernel.org>
14098 Signed-off-by: Takashi Iwai <tiwai@suse.de>
14099
14100 sound/core/hrtimer.c | 3 ++-
14101 1 files changed, 2 insertions(+), 1 deletions(-)
14102
14103 commit 12d874daf706e6e7c1ae709141859c809599297e
14104 Author: Takashi Iwai <tiwai@suse.de>
14105 Date: Tue Jan 12 12:38:02 2016 +0100
14106
14107 ALSA: seq: Fix missing NULL check at remove_events ioctl
14108
14109 snd_seq_ioctl_remove_events() calls snd_seq_fifo_clear()
14110 unconditionally even if there is no FIFO assigned, and this leads to
14111 an Oops due to NULL dereference. The fix is just to add a proper NULL
14112 check.
14113
14114 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14115 Tested-by: Dmitry Vyukov <dvyukov@google.com>
14116 Cc: <stable@vger.kernel.org>
14117 Signed-off-by: Takashi Iwai <tiwai@suse.de>
14118
14119 sound/core/seq/seq_clientmgr.c | 2 +-
14120 1 files changed, 1 insertions(+), 1 deletions(-)
14121
14122 commit 2eb0632df1351378946507e7ef7ba0682632a7b5
14123 Author: Takashi Iwai <tiwai@suse.de>
14124 Date: Tue Jan 12 15:36:27 2016 +0100
14125
14126 ALSA: seq: Fix race at timer setup and close
14127
14128 ALSA sequencer code has an open race between the timer setup ioctl and
14129 the close of the client. This was triggered by syzkaller fuzzer, and
14130 a use-after-free was caught there as a result.
14131
14132 This patch papers over it by adding a proper queue->timer_mutex lock
14133 around the timer-related calls in the relevant code path.
14134
14135 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14136 Tested-by: Dmitry Vyukov <dvyukov@google.com>
14137 Cc: <stable@vger.kernel.org>
14138 Signed-off-by: Takashi Iwai <tiwai@suse.de>
14139
14140 sound/core/seq/seq_queue.c | 2 ++
14141 1 files changed, 2 insertions(+), 0 deletions(-)
14142
14143 commit b9e55ab955e59b4a636d78a748be90334a48b485
14144 Author: Takashi Iwai <tiwai@suse.de>
14145 Date: Thu Jan 14 16:30:58 2016 +0100
14146
14147 ALSA: timer: Harden slave timer list handling
14148
14149 A slave timer instance might be still accessible in a racy way while
14150 operating the master instance as it lacks of locking. Since the
14151 master operation is mostly protected with timer->lock, we should cope
14152 with it while changing the slave instance, too. Also, some linked
14153 lists (active_list and ack_list) of slave instances aren't unlinked
14154 immediately at stopping or closing, and this may lead to unexpected
14155 accesses.
14156
14157 This patch tries to address these issues. It adds spin lock of
14158 timer->lock (either from master or slave, which is equivalent) in a
14159 few places. For avoiding a deadlock, we ensure that the global
14160 slave_active_lock is always locked at first before each timer lock.
14161
14162 Also, ack and active_list of slave instances are properly unlinked at
14163 snd_timer_stop() and snd_timer_close().
14164
14165 Last but not least, remove the superfluous call of _snd_timer_stop()
14166 at removing slave links. This is a noop, and calling it may confuse
14167 readers wrt locking. Further cleanup will follow in a later patch.
14168
14169 Actually we've got reports of use-after-free by syzkaller fuzzer, and
14170 this hopefully fixes these issues.
14171
14172 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14173 Cc: <stable@vger.kernel.org>
14174 Signed-off-by: Takashi Iwai <tiwai@suse.de>
14175
14176 sound/core/timer.c | 18 ++++++++++++++----
14177 1 files changed, 14 insertions(+), 4 deletions(-)
14178
14179 commit f1ce0547bdfda1b42ae8a66c222f2a897cbe1586
14180 Author: Takashi Iwai <tiwai@suse.de>
14181 Date: Wed Jan 13 17:48:01 2016 +0100
14182
14183 ALSA: timer: Fix race among timer ioctls
14184
14185 ALSA timer ioctls have an open race and this may lead to a
14186 use-after-free of timer instance object. A simplistic fix is to make
14187 each ioctl exclusive. We have already tread_sem for controlling the
14188 tread, and extend this as a global mutex to be applied to each ioctl.
14189
14190 The downside is, of course, the worse concurrency. But these ioctls
14191 aren't to be parallel accessible, in anyway, so it should be fine to
14192 serialize there.
14193
14194 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14195 Tested-by: Dmitry Vyukov <dvyukov@google.com>
14196 Cc: <stable@vger.kernel.org>
14197 Signed-off-by: Takashi Iwai <tiwai@suse.de>
14198
14199 sound/core/timer.c | 32 +++++++++++++++++++-------------
14200 1 files changed, 19 insertions(+), 13 deletions(-)
14201
14202 commit 8347d8461ed48a98f9c76cc3cfcdad8217d314bc
14203 Author: Takashi Iwai <tiwai@suse.de>
14204 Date: Wed Jan 13 21:35:06 2016 +0100
14205
14206 ALSA: timer: Fix double unlink of active_list
14207
14208 ALSA timer instance object has a couple of linked lists and they are
14209 unlinked unconditionally at snd_timer_stop(). Meanwhile
14210 snd_timer_interrupt() unlinks it, but it calls list_del() which leaves
14211 the element list itself unchanged. This ends up with unlinking twice,
14212 and it was caught by syzkaller fuzzer.
14213
14214 The fix is to use list_del_init() variant properly there, too.
14215
14216 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14217 Tested-by: Dmitry Vyukov <dvyukov@google.com>
14218 Cc: <stable@vger.kernel.org>
14219 Signed-off-by: Takashi Iwai <tiwai@suse.de>
14220
14221 sound/core/timer.c | 2 +-
14222 1 files changed, 1 insertions(+), 1 deletions(-)
14223
14224 commit 243aebb7ae71d6e11ea9880faa893d1d0d60cd75
14225 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
14226 Date: Mon Jan 18 18:03:48 2016 +0100
14227
14228 ovs: limit ovs recursions in ovs_execute_actions to not corrupt stack
14229
14230 It was seen that defective configurations of openvswitch could overwrite
14231 the STACK_END_MAGIC and cause a hard crash of the kernel because of too
14232 many recursions within ovs.
14233
14234 This problem arises due to the high stack usage of openvswitch. The rest
14235 of the kernel is fine with the current limit of 10 (RECURSION_LIMIT).
14236
14237 We use the already existing recursion counter in ovs_execute_actions to
14238 implement an upper bound of 5 recursions.
14239
14240 Cc: Pravin Shelar <pshelar@ovn.org>
14241 Cc: Simon Horman <simon.horman@netronome.com>
14242 Cc: Eric Dumazet <eric.dumazet@gmail.com>
14243 Cc: Simon Horman <simon.horman@netronome.com>
14244 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
14245 Signed-off-by: David S. Miller <davem@davemloft.net>
14246
14247 net/openvswitch/actions.c | 19 ++++++++++++++-----
14248 1 files changed, 14 insertions(+), 5 deletions(-)
14249
14250 commit 8080793479c6d5befe37a67b1dbd9e4e0a61af96
14251 Author: Ursula Braun <ursula.braun@de.ibm.com>
14252 Date: Tue Jan 19 10:41:33 2016 +0100
14253
14254 af_iucv: Validate socket address length in iucv_sock_bind()
14255
14256 Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
14257 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14258 Reviewed-by: Evgeny Cherkashin <Eugene.Crosser@ru.ibm.com>
14259 Signed-off-by: David S. Miller <davem@davemloft.net>
14260
14261 net/iucv/af_iucv.c | 3 +++
14262 1 files changed, 3 insertions(+), 0 deletions(-)
14263
14264 commit 50a383c1c91ed7409c3cbdd41e662d6891463d1b
14265 Author: Brad Spengler <spender@grsecurity.net>
14266 Date: Tue Jan 19 19:32:54 2016 -0500
14267
14268 Apply the same fix as everyone else for the recent keys vulnerability that is
14269 unexploitable under PAX_REFCOUNT
14270
14271 Make a couple more changes that no one else can/will
14272
14273 include/linux/key-type.h | 4 ++--
14274 ipc/msgutil.c | 4 ++--
14275 security/keys/internal.h | 2 +-
14276 security/keys/process_keys.c | 1 +
14277 4 files changed, 6 insertions(+), 5 deletions(-)
14278
14279 commit b56c3a63f431c193400aee17543021950bd14bc4
14280 Merge: 38b1a3d 470069c
14281 Author: Brad Spengler <spender@grsecurity.net>
14282 Date: Sun Jan 17 18:30:19 2016 -0500
14283
14284 Merge branch 'pax-test' into grsec-test
14285
14286 commit 470069cfedef2180313233d275be5901bd6d1135
14287 Author: Brad Spengler <spender@grsecurity.net>
14288 Date: Sun Jan 17 18:29:59 2016 -0500
14289
14290 Update to pax-linux-4.3.3-test22.patch:
14291 - Emesed fixed a gcc induced intentional integer overflow in asix_rx_fixup_internal, reported by thomas callison caffrey
14292 - fixed some more fallout from the drm_drivers constification, reported by Colin Childs and Toralf Foerster
14293
14294 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 ++++----------
14295 drivers/gpu/drm/drm_pci.c | 3 +++
14296 drivers/gpu/drm/gma500/psb_drv.c | 4 ----
14297 drivers/gpu/drm/i915/i915_drv.c | 16 ++++++++--------
14298 drivers/gpu/drm/nouveau/nouveau_drm.c | 6 +++---
14299 drivers/gpu/drm/radeon/radeon_drv.c | 4 +---
14300 drivers/net/usb/asix_common.c | 3 ++-
14301 include/drm/drmP.h | 1 +
14302 8 files changed, 22 insertions(+), 29 deletions(-)
14303
14304 commit 38b1a3d676f407865c3d41840df8213c5ad639c1
14305 Author: Brad Spengler <spender@grsecurity.net>
14306 Date: Sun Jan 17 12:33:53 2016 -0500
14307
14308 As reported by Luis Ressel, the Kconfig help for GRKERNSEC_BRUTE
14309 mentioned banning execution of suid/sgid binaries, though the kernel
14310 source clearly only mentions banning execution of suid binaries. Since
14311 there's no reason for us to not ban execution of sgid binaries as well,
14312 make the implementation match the Kconfig description.
14313
14314 fs/exec.c | 4 ++--
14315 grsecurity/grsec_sig.c | 27 ++++++++++++++-------------
14316 include/linux/sched.h | 4 ++--
14317 3 files changed, 18 insertions(+), 17 deletions(-)
14318
14319 commit 8c3bcb7dbf7f606acfa0983e81f0f928da1f1ace
14320 Merge: d141a86 ea4a835
14321 Author: Brad Spengler <spender@grsecurity.net>
14322 Date: Sat Jan 16 14:12:22 2016 -0500
14323
14324 Merge branch 'pax-test' into grsec-test
14325
14326 Conflicts:
14327 drivers/gpu/drm/i810/i810_drv.c
14328
14329 commit ea4a835328ada6513ac013986764d6caea8cd348
14330 Author: Brad Spengler <spender@grsecurity.net>
14331 Date: Sat Jan 16 14:11:30 2016 -0500
14332
14333 Update to pax-linux-4.3.3-test21.patch:
14334 - fixed some fallout from the drm_drivers constification, reported by spender
14335
14336 drivers/gpu/drm/armada/armada_drv.c | 3 +--
14337 drivers/gpu/drm/exynos/exynos_drm_drv.c | 1 -
14338 drivers/gpu/drm/i810/i810_dma.c | 2 +-
14339 drivers/gpu/drm/i810/i810_drv.c | 6 +++++-
14340 drivers/gpu/drm/i810/i810_drv.h | 2 +-
14341 5 files changed, 8 insertions(+), 6 deletions(-)
14342
14343 commit d141a86fd66194bc3f896b6809b189e2f12a9a83
14344 Author: Brad Spengler <spender@grsecurity.net>
14345 Date: Sat Jan 16 13:16:36 2016 -0500
14346
14347 compile fix
14348
14349 drivers/gpu/drm/i810/i810_dma.c | 2 +-
14350 drivers/gpu/drm/i810/i810_drv.c | 4 +++-
14351 drivers/gpu/drm/i810/i810_drv.h | 2 +-
14352 3 files changed, 5 insertions(+), 3 deletions(-)
14353
14354 commit 0d9dc4b25ea32c14561bcfe6b5b24f1b00fe0270
14355 Merge: 5fa135d bbda879
14356 Author: Brad Spengler <spender@grsecurity.net>
14357 Date: Sat Jan 16 12:59:22 2016 -0500
14358
14359 Merge branch 'pax-test' into grsec-test
14360
14361 commit bbda87914edf63e27fb46670bf3a373f2b963c73
14362 Author: Brad Spengler <spender@grsecurity.net>
14363 Date: Sat Jan 16 12:58:04 2016 -0500
14364
14365 Update to pax-linux-4.3.3-test20.patch:
14366 - constified drm_driver
14367 - Emese fixed a special case in handling __func__ in the initify plugin
14368 - Emese fixed a false positive size overflow report in handling inbufBits, reported by Martin Filo (https://bugs.gentoo.org/show_bug.cgi?id=567048)
14369 - fixed regression that caused perf to not resolve kernel code addresses under KERNEXEC/i386, reported by minipli
14370
14371 arch/x86/kernel/cpu/perf_event.h | 2 +-
14372 arch/x86/kernel/cpu/perf_event_intel_ds.c | 7 +-
14373 arch/x86/kernel/cpu/perf_event_intel_lbr.c | 4 +-
14374 arch/x86/kernel/uprobes.c | 2 +-
14375 arch/x86/mm/mpx.c | 2 +-
14376 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
14377 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 ++-
14378 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
14379 drivers/gpu/drm/drm_pci.c | 6 +-
14380 drivers/gpu/drm/gma500/psb_drv.c | 5 +-
14381 drivers/gpu/drm/i915/i915_dma.c | 2 +-
14382 drivers/gpu/drm/i915/i915_drv.c | 15 ++--
14383 drivers/gpu/drm/i915/i915_drv.h | 2 +-
14384 drivers/gpu/drm/i915/i915_irq.c | 88 ++++++++++----------
14385 drivers/gpu/drm/mga/mga_drv.c | 5 +-
14386 drivers/gpu/drm/mga/mga_drv.h | 2 +-
14387 drivers/gpu/drm/mga/mga_state.c | 2 +-
14388 drivers/gpu/drm/nouveau/nouveau_drm.c | 13 ++--
14389 drivers/gpu/drm/qxl/qxl_drv.c | 8 ++-
14390 drivers/gpu/drm/qxl/qxl_ioctl.c | 2 +-
14391 drivers/gpu/drm/r128/r128_drv.c | 4 +-
14392 drivers/gpu/drm/r128/r128_drv.h | 2 +-
14393 drivers/gpu/drm/r128/r128_state.c | 2 +-
14394 drivers/gpu/drm/radeon/radeon_drv.c | 17 +++-
14395 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
14396 drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
14397 drivers/gpu/drm/radeon/radeon_state.c | 2 +-
14398 drivers/gpu/drm/savage/savage_bci.c | 2 +-
14399 drivers/gpu/drm/savage/savage_drv.c | 5 +-
14400 drivers/gpu/drm/savage/savage_drv.h | 2 +-
14401 drivers/gpu/drm/sis/sis_drv.c | 5 +-
14402 drivers/gpu/drm/sis/sis_drv.h | 2 +-
14403 drivers/gpu/drm/sis/sis_mm.c | 2 +-
14404 drivers/gpu/drm/via/via_dma.c | 2 +-
14405 drivers/gpu/drm/via/via_drv.c | 5 +-
14406 drivers/gpu/drm/via/via_drv.h | 2 +-
14407 include/drm/drmP.h | 2 +-
14408 mm/slab.c | 2 +-
14409 net/sunrpc/xprtrdma/svc_rdma.c | 6 +-
14410 tools/gcc/initify_plugin.c | 15 +++-
14411 .../disable_size_overflow_hash.data | 1 +
14412 .../size_overflow_plugin/size_overflow_hash.data | 3 +-
14413 42 files changed, 156 insertions(+), 110 deletions(-)
14414
14415 commit 5fa135dc116350e0205c39ef65eaf6496ed2748a
14416 Author: Brad Spengler <spender@grsecurity.net>
14417 Date: Sat Jan 16 12:19:23 2016 -0500
14418
14419 compile fix
14420
14421 grsecurity/grsec_sig.c | 3 +--
14422 1 files changed, 1 insertions(+), 2 deletions(-)
14423
14424 commit a9090fa58f33f75c7450fda5721a9b13625a47d9
14425 Author: Brad Spengler <spender@grsecurity.net>
14426 Date: Sat Jan 16 12:10:37 2016 -0500
14427
14428 As pointed out by Jann Horn, some distros are starting to circumvent
14429 previous assumptions about the attainability of a user to control
14430 multiple UIDs by handing out suid binaries that allow a user to run
14431 processes (including exploits) under a number of other pre-defined
14432 UIDs. As this could potentially be used to bypass GRKERNSEC_BRUTE
14433 (though it would have to involve some code path that doesn't involve
14434 locks) fix that here by ensuring no more than 8 users on a system can
14435 be banned before a reboot is required. If more are banned, a panic
14436 is triggered.
14437
14438 grsecurity/grsec_sig.c | 8 ++++++++
14439 1 files changed, 8 insertions(+), 0 deletions(-)
14440
14441 commit a8d37776e9521c567ebff6730d49312f72435f08
14442 Author: Eric Dumazet <edumazet@google.com>
14443 Date: Thu Dec 3 11:12:07 2015 -0800
14444
14445 proc: add a reschedule point in proc_readfd_common()
14446
14447 User can pass an arbitrary large buffer to getdents().
14448
14449 It is typically a 32KB buffer used by libc scandir() implementation.
14450
14451 When scanning /proc/{pid}/fd, we can hold cpu way too long,
14452 so add a cond_resched() to be kind with other tasks.
14453
14454 We've seen latencies of more than 50ms on real workloads.
14455
14456 Signed-off-by: Eric Dumazet <edumazet@google.com>
14457 Cc: Alexander Viro <viro@zeniv.linux.org.uk>
14458 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
14459
14460 fs/proc/fd.c | 1 +
14461 1 files changed, 1 insertions(+), 0 deletions(-)
14462
14463 commit 0adba75f8708f13b1f5d98ebe3fc2fb961e100c8
14464 Author: Rabin Vincent <rabin@rab.in>
14465 Date: Tue Jan 12 20:17:08 2016 +0100
14466
14467 net: bpf: reject invalid shifts
14468
14469 On ARM64, a BUG() is triggered in the eBPF JIT if a filter with a
14470 constant shift that can't be encoded in the immediate field of the
14471 UBFM/SBFM instructions is passed to the JIT. Since these shifts
14472 amounts, which are negative or >= regsize, are invalid, reject them in
14473 the eBPF verifier and the classic BPF filter checker, for all
14474 architectures.
14475
14476 Signed-off-by: Rabin Vincent <rabin@rab.in>
14477 Acked-by: Alexei Starovoitov <ast@kernel.org>
14478 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
14479 Signed-off-by: David S. Miller <davem@davemloft.net>
14480
14481 kernel/bpf/verifier.c | 10 ++++++++++
14482 net/core/filter.c | 5 +++++
14483 2 files changed, 15 insertions(+), 0 deletions(-)
14484
14485 commit c248e115a73496625a1c64660d0eeefd67e55cbf
14486 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14487 Date: Fri Jan 8 11:00:54 2016 -0200
14488
14489 sctp: fix use-after-free in pr_debug statement
14490
14491 Dmitry Vyukov reported a use-after-free in the code expanded by the
14492 macro debug_post_sfx, which is caused by the use of the asoc pointer
14493 after it was freed within sctp_side_effect() scope.
14494
14495 This patch fixes it by allowing sctp_side_effect to clear that asoc
14496 pointer when the TCB is freed.
14497
14498 As Vlad explained, we also have to cover the SCTP_DISPOSITION_ABORT case
14499 because it will trigger DELETE_TCB too on that same loop.
14500
14501 Also, there were places issuing SCTP_CMD_INIT_FAILED and ASSOC_FAILED
14502 but returning SCTP_DISPOSITION_CONSUME, which would fool the scheme
14503 above. Fix it by returning SCTP_DISPOSITION_ABORT instead.
14504
14505 The macro is already prepared to handle such NULL pointer.
14506
14507 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14508 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14509 Acked-by: Vlad Yasevich <vyasevich@gmail.com>
14510 Signed-off-by: David S. Miller <davem@davemloft.net>
14511
14512 net/sctp/sm_sideeffect.c | 11 ++++++-----
14513 net/sctp/sm_statefuns.c | 17 ++++-------------
14514 2 files changed, 10 insertions(+), 18 deletions(-)
14515
14516 commit 395ea8a9e73e184fc14153a033000bccf4213213
14517 Author: willy tarreau <w@1wt.eu>
14518 Date: Sun Jan 10 07:54:56 2016 +0100
14519
14520 unix: properly account for FDs passed over unix sockets
14521
14522 It is possible for a process to allocate and accumulate far more FDs than
14523 the process' limit by sending them over a unix socket then closing them
14524 to keep the process' fd count low.
14525
14526 This change addresses this problem by keeping track of the number of FDs
14527 in flight per user and preventing non-privileged processes from having
14528 more FDs in flight than their configured FD limit.
14529
14530 Reported-by: socketpair@gmail.com
14531 Reported-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
14532 Mitigates: CVE-2013-4312 (Linux 2.0+)
14533 Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
14534 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
14535 Signed-off-by: Willy Tarreau <w@1wt.eu>
14536 Signed-off-by: David S. Miller <davem@davemloft.net>
14537
14538 include/linux/sched.h | 1 +
14539 net/unix/af_unix.c | 24 ++++++++++++++++++++----
14540 net/unix/garbage.c | 13 ++++++++-----
14541 3 files changed, 29 insertions(+), 9 deletions(-)
14542
14543 commit cb207ab8fbd71dcfc4a49d533aba8085012543fd
14544 Author: Sasha Levin <sasha.levin@oracle.com>
14545 Date: Thu Jan 7 14:52:43 2016 -0500
14546
14547 net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
14548
14549 proc_dostring() needs an initialized destination string, while the one
14550 provided in proc_sctp_do_hmac_alg() contains stack garbage.
14551
14552 Thus, writing to cookie_hmac_alg would strlen() that garbage and end up
14553 accessing invalid memory.
14554
14555 Fixes: 3c68198e7 ("sctp: Make hmac algorithm selection for cookie generation dynamic")
14556 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
14557 Signed-off-by: David S. Miller <davem@davemloft.net>
14558
14559 net/sctp/sysctl.c | 2 +-
14560 1 files changed, 1 insertions(+), 1 deletions(-)
14561
14562 commit 4014e09faf0fe9054119624ccfff1236e886b554
14563 Author: Quentin Casasnovas <quentin.casasnovas@oracle.com>
14564 Date: Tue Nov 24 17:13:21 2015 -0500
14565
14566 RDS: fix race condition when sending a message on unbound socket
14567
14568 commit 8c7188b23474cca017b3ef354c4a58456f68303a upstream.
14569
14570 Sasha's found a NULL pointer dereference in the RDS connection code when
14571 sending a message to an apparently unbound socket. The problem is caused
14572 by the code checking if the socket is bound in rds_sendmsg(), which checks
14573 the rs_bound_addr field without taking a lock on the socket. This opens a
14574 race where rs_bound_addr is temporarily set but where the transport is not
14575 in rds_bind(), leading to a NULL pointer dereference when trying to
14576 dereference 'trans' in __rds_conn_create().
14577
14578 Vegard wrote a reproducer for this issue, so kindly ask him to share if
14579 you're interested.
14580
14581 I cannot reproduce the NULL pointer dereference using Vegard's reproducer
14582 with this patch, whereas I could without.
14583
14584 Complete earlier incomplete fix to CVE-2015-6937:
14585
14586 74e98eb08588 ("RDS: verify the underlying transport exists before creating a connection")
14587
14588 Cc: David S. Miller <davem@davemloft.net>
14589
14590 Reviewed-by: Vegard Nossum <vegard.nossum@oracle.com>
14591 Reviewed-by: Sasha Levin <sasha.levin@oracle.com>
14592 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
14593 Signed-off-by: Quentin Casasnovas <quentin.casasnovas@oracle.com>
14594 Signed-off-by: David S. Miller <davem@davemloft.net>
14595 Signed-off-by: Jiri Slaby <jslaby@suse.cz>
14596
14597 Conflicts:
14598
14599 net/rds/send.c
14600
14601 net/rds/connection.c | 6 ------
14602 1 files changed, 0 insertions(+), 6 deletions(-)
14603
14604 commit 206df8d01104344d7588d801016a281a4cd25556
14605 Author: Sasha Levin <sasha.levin@oracle.com>
14606 Date: Tue Sep 8 10:53:40 2015 -0400
14607
14608 RDS: verify the underlying transport exists before creating a connection
14609
14610 There was no verification that an underlying transport exists when creating
14611 a connection, this would cause dereferencing a NULL ptr.
14612
14613 It might happen on sockets that weren't properly bound before attempting to
14614 send a message, which will cause a NULL ptr deref:
14615
14616 [135546.047719] kasan: GPF could be caused by NULL-ptr deref or user memory accessgeneral protection fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC KASAN
14617 [135546.051270] Modules linked in:
14618 [135546.051781] CPU: 4 PID: 15650 Comm: trinity-c4 Not tainted 4.2.0-next-20150902-sasha-00041-gbaa1222-dirty #2527
14619 [135546.053217] task: ffff8800835bc000 ti: ffff8800bc708000 task.ti: ffff8800bc708000
14620 [135546.054291] RIP: __rds_conn_create (net/rds/connection.c:194)
14621 [135546.055666] RSP: 0018:ffff8800bc70fab0 EFLAGS: 00010202
14622 [135546.056457] RAX: dffffc0000000000 RBX: 0000000000000f2c RCX: ffff8800835bc000
14623 [135546.057494] RDX: 0000000000000007 RSI: ffff8800835bccd8 RDI: 0000000000000038
14624 [135546.058530] RBP: ffff8800bc70fb18 R08: 0000000000000001 R09: 0000000000000000
14625 [135546.059556] R10: ffffed014d7a3a23 R11: ffffed014d7a3a21 R12: 0000000000000000
14626 [135546.060614] R13: 0000000000000001 R14: ffff8801ec3d0000 R15: 0000000000000000
14627 [135546.061668] FS: 00007faad4ffb700(0000) GS:ffff880252000000(0000) knlGS:0000000000000000
14628 [135546.062836] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
14629 [135546.063682] CR2: 000000000000846a CR3: 000000009d137000 CR4: 00000000000006a0
14630 [135546.064723] Stack:
14631 [135546.065048] ffffffffafe2055c ffffffffafe23fc1 ffffed00493097bf ffff8801ec3d0008
14632 [135546.066247] 0000000000000000 00000000000000d0 0000000000000000 ac194a24c0586342
14633 [135546.067438] 1ffff100178e1f78 ffff880320581b00 ffff8800bc70fdd0 ffff880320581b00
14634 [135546.068629] Call Trace:
14635 [135546.069028] ? __rds_conn_create (include/linux/rcupdate.h:856 net/rds/connection.c:134)
14636 [135546.069989] ? rds_message_copy_from_user (net/rds/message.c:298)
14637 [135546.071021] rds_conn_create_outgoing (net/rds/connection.c:278)
14638 [135546.071981] rds_sendmsg (net/rds/send.c:1058)
14639 [135546.072858] ? perf_trace_lock (include/trace/events/lock.h:38)
14640 [135546.073744] ? lockdep_init (kernel/locking/lockdep.c:3298)
14641 [135546.074577] ? rds_send_drop_to (net/rds/send.c:976)
14642 [135546.075508] ? __might_fault (./arch/x86/include/asm/current.h:14 mm/memory.c:3795)
14643 [135546.076349] ? __might_fault (mm/memory.c:3795)
14644 [135546.077179] ? rds_send_drop_to (net/rds/send.c:976)
14645 [135546.078114] sock_sendmsg (net/socket.c:611 net/socket.c:620)
14646 [135546.078856] SYSC_sendto (net/socket.c:1657)
14647 [135546.079596] ? SYSC_connect (net/socket.c:1628)
14648 [135546.080510] ? trace_dump_stack (kernel/trace/trace.c:1926)
14649 [135546.081397] ? ring_buffer_unlock_commit (kernel/trace/ring_buffer.c:2479 kernel/trace/ring_buffer.c:2558 kernel/trace/ring_buffer.c:2674)
14650 [135546.082390] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
14651 [135546.083410] ? trace_event_raw_event_sys_enter (include/trace/events/syscalls.h:16)
14652 [135546.084481] ? do_audit_syscall_entry (include/trace/events/syscalls.h:16)
14653 [135546.085438] ? trace_buffer_unlock_commit (kernel/trace/trace.c:1749)
14654 [135546.085515] rds_ib_laddr_check(): addr 36.74.25.172 ret -99 node type -1
14655
14656 Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
14657 Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
14658 Signed-off-by: David S. Miller <davem@davemloft.net>
14659
14660 net/rds/connection.c | 6 ++++++
14661 1 files changed, 6 insertions(+), 0 deletions(-)
14662
14663 commit 173fa03f05cf0ad485d49a42cbdee8844d3a689a
14664 Author: Steven Rostedt (Red Hat) <rostedt@goodmis.org>
14665 Date: Tue Jan 5 20:32:47 2016 -0500
14666
14667 ftrace/module: Call clean up function when module init fails early
14668
14669 If the module init code fails after calling ftrace_module_init() and before
14670 calling do_init_module(), we can suffer from a memory leak. This is because
14671 ftrace_module_init() allocates pages to store the locations that ftrace
14672 hooks are placed in the module text. If do_init_module() fails, it still
14673 calls the MODULE_GOING notifiers which will tell ftrace to do a clean up of
14674 the pages it allocated for the module. But if load_module() fails before
14675 then, the pages allocated by ftrace_module_init() will never be freed.
14676
14677 Call ftrace_release_mod() on the module if load_module() fails before
14678 getting to do_init_module().
14679
14680 Link: http://lkml.kernel.org/r/567CEA31.1070507@intel.com
14681
14682 Reported-by: "Qiu, PeiyangX" <peiyangx.qiu@intel.com>
14683 Fixes: a949ae560a511 "ftrace/module: Hardcode ftrace_module_init() call into load_module()"
14684 Cc: stable@vger.kernel.org # v2.6.38+
14685 Acked-by: Rusty Russell <rusty@rustcorp.com.au>
14686 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
14687
14688 include/linux/ftrace.h | 1 +
14689 kernel/module.c | 6 ++++++
14690 2 files changed, 7 insertions(+), 0 deletions(-)
14691
14692 commit 1e5a4a81a4c16c8ac2e264b88a02cc2f42ed0399
14693 Author: Francesco Ruggeri <fruggeri@aristanetworks.com>
14694 Date: Wed Jan 6 00:18:48 2016 -0800
14695
14696 net: possible use after free in dst_release
14697
14698 dst_release should not access dst->flags after decrementing
14699 __refcnt to 0. The dst_entry may be in dst_busy_list and
14700 dst_gc_task may dst_destroy it before dst_release gets a chance
14701 to access dst->flags.
14702
14703 Fixes: d69bbf88c8d0 ("net: fix a race in dst_release()")
14704 Fixes: 27b75c95f10d ("net: avoid RCU for NOCACHE dst")
14705 Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
14706 Acked-by: Eric Dumazet <edumazet@google.com>
14707 Signed-off-by: David S. Miller <davem@davemloft.net>
14708
14709 net/core/dst.c | 3 ++-
14710 1 files changed, 2 insertions(+), 1 deletions(-)
14711
14712 commit bfb0455793dd4e0f0b49d34a68b3249ab55565cc
14713 Author: Alan <gnomes@lxorguk.ukuu.org.uk>
14714 Date: Wed Jan 6 14:55:02 2016 +0000
14715
14716 mkiss: fix scribble on freed memory
14717
14718 commit d79f16c046086f4fe0d42184a458e187464eb83e fixed a user triggerable
14719 scribble on free memory but added a new one which allows the user to
14720 scribble even more and user controlled data into freed space.
14721
14722 As with 6pack we need to halt the queue before we free the buffers, because
14723 the transmit logic is not protected by the semaphore.
14724
14725 Signed-off-by: Alan Cox <alan@linux.intel.com>
14726 Signed-off-by: David S. Miller <davem@davemloft.net>
14727
14728 drivers/net/hamradio/mkiss.c | 5 +++++
14729 1 files changed, 5 insertions(+), 0 deletions(-)
14730
14731 commit 5cbbcbd32dc1949470f61d342503808fa9555276
14732 Author: David Miller <davem@davemloft.net>
14733 Date: Thu Dec 17 16:05:49 2015 -0500
14734
14735 mkiss: Fix use after free in mkiss_close().
14736
14737 Need to do the unregister_device() after all references to the driver
14738 private have been done.
14739
14740 Signed-off-by: David S. Miller <davem@davemloft.net>
14741
14742 drivers/net/hamradio/mkiss.c | 4 ++--
14743 1 files changed, 2 insertions(+), 2 deletions(-)
14744
14745 commit b00171576794a98068e069a660f0991a6a5190ff
14746 Author: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
14747 Date: Tue Jan 5 11:51:25 2016 +0000
14748
14749 6pack: fix free memory scribbles
14750
14751 commit acf673a3187edf72068ee2f92f4dc47d66baed47 fixed a user triggerable free
14752 memory scribble but in doing so replaced it with a different one that allows
14753 the user to control the data and scribble even more.
14754
14755 sixpack_close is called by the tty layer in tty context. The tty context is
14756 protected by sp_get() and sp_put(). However network layer activity via
14757 sp_xmit() is not protected this way. We must therefore stop the queue
14758 otherwise the user gets to dump a buffer mostly of their choice into freed
14759 kernel pages.
14760
14761 Signed-off-by: Alan Cox <alan@linux.intel.com>
14762 Signed-off-by: David S. Miller <davem@davemloft.net>
14763
14764 drivers/net/hamradio/6pack.c | 6 ++++++
14765 1 files changed, 6 insertions(+), 0 deletions(-)
14766
14767 commit 5b64a833907cd230a3106aeba2304b2c1bcd116d
14768 Author: David Miller <davem@davemloft.net>
14769 Date: Thu Dec 17 16:05:32 2015 -0500
14770
14771 6pack: Fix use after free in sixpack_close().
14772
14773 Need to do the unregister_device() after all references to the driver
14774 private have been done.
14775
14776 Also we need to use del_timer_sync() for the timers so that we don't
14777 have any asynchronous references after the unregister.
14778
14779 Signed-off-by: David S. Miller <davem@davemloft.net>
14780
14781 drivers/net/hamradio/6pack.c | 8 ++++----
14782 1 files changed, 4 insertions(+), 4 deletions(-)
14783
14784 commit 4f9d532742656b3613d579220fd10c78f24ba37b
14785 Author: Rabin Vincent <rabin@rab.in>
14786 Date: Tue Jan 5 16:23:07 2016 +0100
14787
14788 net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
14789
14790 The SKF_AD_ALU_XOR_X ancillary is not like the other ancillary data
14791 instructions since it XORs A with X while all the others replace A with
14792 some loaded value. All the BPF JITs fail to clear A if this is used as
14793 the first instruction in a filter. This was found using american fuzzy
14794 lop.
14795
14796 Add a helper to determine if A needs to be cleared given the first
14797 instruction in a filter, and use this in the JITs. Except for ARM, the
14798 rest have only been compile-tested.
14799
14800 Fixes: 3480593131e0 ("net: filter: get rid of BPF_S_* enum")
14801 Signed-off-by: Rabin Vincent <rabin@rab.in>
14802 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
14803 Acked-by: Alexei Starovoitov <ast@kernel.org>
14804 Signed-off-by: David S. Miller <davem@davemloft.net>
14805
14806 arch/arm/net/bpf_jit_32.c | 16 +---------------
14807 arch/mips/net/bpf_jit.c | 16 +---------------
14808 arch/powerpc/net/bpf_jit_comp.c | 13 ++-----------
14809 arch/sparc/net/bpf_jit_comp.c | 17 ++---------------
14810 include/linux/filter.h | 19 +++++++++++++++++++
14811 5 files changed, 25 insertions(+), 56 deletions(-)
14812
14813 commit 570d88f8acfffda92b89ae2e1c47320d47256034
14814 Author: John Fastabend <john.fastabend@gmail.com>
14815 Date: Tue Jan 5 09:11:36 2016 -0800
14816
14817 net: sched: fix missing free per cpu on qstats
14818
14819 When a qdisc is using per cpu stats (currently just the ingress
14820 qdisc) only the bstats are being freed. This also free's the qstats.
14821
14822 Fixes: b0ab6f92752b9f9d8 ("net: sched: enable per cpu qstats")
14823 Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
14824 Acked-by: Eric Dumazet <edumazet@google.com>
14825 Acked-by: Daniel Borkmann <daniel@iogearbox.net>
14826 Signed-off-by: David S. Miller <davem@davemloft.net>
14827
14828 net/sched/sch_generic.c | 4 +++-
14829 1 files changed, 3 insertions(+), 1 deletions(-)
14830
14831 commit 32c0ebc51857ee83470a10dcb234d308a0ed1881
14832 Author: Rabin Vincent <rabin@rab.in>
14833 Date: Tue Jan 5 18:34:04 2016 +0100
14834
14835 ARM: net: bpf: fix zero right shift
14836
14837 The LSR instruction cannot be used to perform a zero right shift since a
14838 0 as the immediate value (imm5) in the LSR instruction encoding means
14839 that a shift of 32 is perfomed. See DecodeIMMShift() in the ARM ARM.
14840
14841 Make the JIT skip generation of the LSR if a zero-shift is requested.
14842
14843 This was found using american fuzzy lop.
14844
14845 Signed-off-by: Rabin Vincent <rabin@rab.in>
14846 Acked-by: Alexei Starovoitov <ast@kernel.org>
14847 Signed-off-by: David S. Miller <davem@davemloft.net>
14848
14849 arch/arm/net/bpf_jit_32.c | 3 ++-
14850 1 files changed, 2 insertions(+), 1 deletions(-)
14851
14852 commit 51f5d291750285efa4d4bbe84e5ec23dc00c8d2d
14853 Author: Brad Spengler <spender@grsecurity.net>
14854 Date: Wed Jan 6 20:35:57 2016 -0500
14855
14856 Don't perform hidden lookups in RBAC against the directory of
14857 a file being opened with O_CREAT, reported by Karl Witt
14858
14859 Conflicts:
14860
14861 fs/namei.c
14862
14863 fs/namei.c | 3 ---
14864 1 files changed, 0 insertions(+), 3 deletions(-)
14865
14866 commit 5a8266a6b2769ccdb447256f95bc2577a73cccd1
14867 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
14868 Date: Tue Jan 5 10:46:00 2016 +0100
14869
14870 bridge: Only call /sbin/bridge-stp for the initial network namespace
14871
14872 [I stole this patch from Eric Biederman. He wrote:]
14873
14874 > There is no defined mechanism to pass network namespace information
14875 > into /sbin/bridge-stp therefore don't even try to invoke it except
14876 > for bridge devices in the initial network namespace.
14877 >
14878 > It is possible for unprivileged users to cause /sbin/bridge-stp to be
14879 > invoked for any network device name which if /sbin/bridge-stp does not
14880 > guard against unreasonable arguments or being invoked twice on the
14881 > same network device could cause problems.
14882
14883 [Hannes: changed patch using netns_eq]
14884
14885 Cc: Eric W. Biederman <ebiederm@xmission.com>
14886 Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
14887 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
14888 Signed-off-by: David S. Miller <davem@davemloft.net>
14889
14890 net/bridge/br_stp_if.c | 5 ++++-
14891 1 files changed, 4 insertions(+), 1 deletions(-)
14892
14893 commit 650d535cc39f0aeff2f57e60b6617be25d3ef48b
14894 Author: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14895 Date: Wed Dec 23 16:28:40 2015 -0200
14896
14897 sctp: use GFP_USER for user-controlled kmalloc
14898
14899 Commit cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
14900 missed two other spots.
14901
14902 For connectx, as it's more likely to be used by kernel users of the API,
14903 it detects if GFP_USER should be used or not.
14904
14905 Fixes: cacc06215271 ("sctp: use GFP_USER for user-controlled kmalloc")
14906 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14907 Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14908 Signed-off-by: David S. Miller <davem@davemloft.net>
14909
14910 net/sctp/socket.c | 9 ++++++---
14911 1 files changed, 6 insertions(+), 3 deletions(-)
14912
14913 commit 5718a1f63c41fc156f729783423b002763779d04
14914 Author: Florian Westphal <fw@strlen.de>
14915 Date: Thu Dec 31 14:26:33 2015 +0100
14916
14917 connector: bump skb->users before callback invocation
14918
14919 Dmitry reports memleak with syskaller program.
14920 Problem is that connector bumps skb usecount but might not invoke callback.
14921
14922 So move skb_get to where we invoke the callback.
14923
14924 Reported-by: Dmitry Vyukov <dvyukov@google.com>
14925 Signed-off-by: Florian Westphal <fw@strlen.de>
14926 Signed-off-by: David S. Miller <davem@davemloft.net>
14927
14928 drivers/connector/connector.c | 11 +++--------
14929 1 files changed, 3 insertions(+), 8 deletions(-)
14930
14931 commit 2e6372e6a97f8d642416899861f91777f44f13b7
14932 Author: Rainer Weikusat <rweikusat@mobileactivedefense.com>
14933 Date: Sun Jan 3 18:56:38 2016 +0000
14934
14935 af_unix: Fix splice-bind deadlock
14936
14937 On 2015/11/06, Dmitry Vyukov reported a deadlock involving the splice
14938 system call and AF_UNIX sockets,
14939
14940 http://lists.openwall.net/netdev/2015/11/06/24
14941
14942 The situation was analyzed as
14943
14944 (a while ago) A: socketpair()
14945 B: splice() from a pipe to /mnt/regular_file
14946 does sb_start_write() on /mnt
14947 C: try to freeze /mnt
14948 wait for B to finish with /mnt
14949 A: bind() try to bind our socket to /mnt/new_socket_name
14950 lock our socket, see it not bound yet
14951 decide that it needs to create something in /mnt
14952 try to do sb_start_write() on /mnt, block (it's
14953 waiting for C).
14954 D: splice() from the same pipe to our socket
14955 lock the pipe, see that socket is connected
14956 try to lock the socket, block waiting for A
14957 B: get around to actually feeding a chunk from
14958 pipe to file, try to lock the pipe. Deadlock.
14959
14960 on 2015/11/10 by Al Viro,
14961
14962 http://lists.openwall.net/netdev/2015/11/10/4
14963
14964 The patch fixes this by removing the kern_path_create related code from
14965 unix_mknod and executing it as part of unix_bind prior acquiring the
14966 readlock of the socket in question. This means that A (as used above)
14967 will sb_start_write on /mnt before it acquires the readlock, hence, it
14968 won't indirectly block B which first did a sb_start_write and then
14969 waited for a thread trying to acquire the readlock. Consequently, A
14970 being blocked by C waiting for B won't cause a deadlock anymore
14971 (effectively, both A and B acquire two locks in opposite order in the
14972 situation described above).
14973
14974 Dmitry Vyukov(<dvyukov@google.com>) tested the original patch.
14975
14976 Signed-off-by: Rainer Weikusat <rweikusat@mobileactivedefense.com>
14977 Signed-off-by: David S. Miller <davem@davemloft.net>
14978
14979 Conflicts:
14980
14981 net/unix/af_unix.c
14982
14983 net/unix/af_unix.c | 70 +++++++++++++++++++++++++++++++--------------------
14984 1 files changed, 42 insertions(+), 28 deletions(-)
14985
14986 commit 2e729e557c571f3253e32472cd7d382ac16cf1c3
14987 Author: Qiu Peiyang <peiyangx.qiu@intel.com>
14988 Date: Thu Dec 31 13:11:28 2015 +0800
14989
14990 tracing: Fix setting of start_index in find_next()
14991
14992 When we do cat /sys/kernel/debug/tracing/printk_formats, we hit kernel
14993 panic at t_show.
14994
14995 general protection fault: 0000 [#1] PREEMPT SMP
14996 CPU: 0 PID: 2957 Comm: sh Tainted: G W O 3.14.55-x86_64-01062-gd4acdc7 #2
14997 RIP: 0010:[<ffffffff811375b2>]
14998 [<ffffffff811375b2>] t_show+0x22/0xe0
14999 RSP: 0000:ffff88002b4ebe80 EFLAGS: 00010246
15000 RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000004
15001 RDX: 0000000000000004 RSI: ffffffff81fd26a6 RDI: ffff880032f9f7b1
15002 RBP: ffff88002b4ebe98 R08: 0000000000001000 R09: 000000000000ffec
15003 R10: 0000000000000000 R11: 000000000000000f R12: ffff880004d9b6c0
15004 R13: 7365725f6d706400 R14: ffff880004d9b6c0 R15: ffffffff82020570
15005 FS: 0000000000000000(0000) GS:ffff88003aa00000(0063) knlGS:00000000f776bc40
15006 CS: 0010 DS: 002b ES: 002b CR0: 0000000080050033
15007 CR2: 00000000f6c02ff0 CR3: 000000002c2b3000 CR4: 00000000001007f0
15008 Call Trace:
15009 [<ffffffff811dc076>] seq_read+0x2f6/0x3e0
15010 [<ffffffff811b749b>] vfs_read+0x9b/0x160
15011 [<ffffffff811b7f69>] SyS_read+0x49/0xb0
15012 [<ffffffff81a3a4b9>] ia32_do_call+0x13/0x13
15013 ---[ end trace 5bd9eb630614861e ]---
15014 Kernel panic - not syncing: Fatal exception
15015
15016 When the first time find_next calls find_next_mod_format, it should
15017 iterate the trace_bprintk_fmt_list to find the first print format of
15018 the module. However in current code, start_index is smaller than *pos
15019 at first, and code will not iterate the list. Latter container_of will
15020 get the wrong address with former v, which will cause mod_fmt be a
15021 meaningless object and so is the returned mod_fmt->fmt.
15022
15023 This patch will fix it by correcting the start_index. After fixed,
15024 when the first time calls find_next_mod_format, start_index will be
15025 equal to *pos, and code will iterate the trace_bprintk_fmt_list to
15026 get the right module printk format, so is the returned mod_fmt->fmt.
15027
15028 Link: http://lkml.kernel.org/r/5684B900.9000309@intel.com
15029
15030 Cc: stable@vger.kernel.org # 3.12+
15031 Fixes: 102c9323c35a8 "tracing: Add __tracepoint_string() to export string pointers"
15032 Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
15033 Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
15034
15035 kernel/trace/trace_printk.c | 1 +
15036 1 files changed, 1 insertions(+), 0 deletions(-)
15037
15038 commit 0994af4b1930f32aa493dc08145cd304f8bfc8f4
15039 Author: Al Viro <viro@zeniv.linux.org.uk>
15040 Date: Mon Dec 28 20:47:08 2015 -0500
15041
15042 [PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()
15043
15044 Cc: stable@vger.kernel.org # 3.15+
15045 Reviewed-by: Jeff Layton <jeff.layton@primarydata.com>
15046 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
15047
15048 arch/arm/kernel/sys_oabi-compat.c | 73 +++++++++++++++++++------------------
15049 1 files changed, 37 insertions(+), 36 deletions(-)
15050
15051 commit 4ed030f65dcf3e6b0128032a49a7d75f947fa351
15052 Merge: de243c2 3adc55a
15053 Author: Brad Spengler <spender@grsecurity.net>
15054 Date: Tue Jan 5 18:10:10 2016 -0500
15055
15056 Merge branch 'pax-test' into grsec-test
15057
15058 commit 3adc55a5acfa429c2a7cc883aef08b960c0079b0
15059 Author: Brad Spengler <spender@grsecurity.net>
15060 Date: Tue Jan 5 18:08:53 2016 -0500
15061
15062 Update to pax-linux-4.3.3-test16.patch:
15063 - small cleanup in entry_64.S on x86
15064 - Emese fixed the initify plugin to recursively check variable initializers, reported by Rasmus Villemoes
15065 - fixed an integer truncation of a partially uninitialized value bug in em_pop_sreg, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4354)
15066 - fixed alternatives patching of call insns under KERNEXEC/i386, reported by fly_a320 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4305) and TTgrsec (https://forums.grsecurity.net/viewtopic.php?f=3&t=4353)
15067 - fixed a size overflow false positive that triggered in tcp_parse_options on arm, reported by iamb (https://forums.grsecurity.net/viewtopic.php?f=3&t=4350&p=15917#p15916)
15068 - fixed a boot crash on amd64 with KERNEXEC/OR and CONTEXT_TRACKING, reported by Klaus Kusche (https://bugs.gentoo.org/show_bug.cgi?id=570420)
15069
15070 arch/x86/entry/entry_64.S | 60 +++++-----
15071 arch/x86/kernel/alternative.c | 2 +-
15072 arch/x86/kvm/emulate.c | 4 +-
15073 tools/gcc/initify_plugin.c | 123 +++++++++----------
15074 .../disable_size_overflow_hash.data | 4 +-
15075 .../size_overflow_plugin/size_overflow_hash.data | 2 -
15076 6 files changed, 93 insertions(+), 102 deletions(-)
15077
15078 commit de243c26efd0e423ca92db825af2c3f8eb1ca043
15079 Author: Brad Spengler <spender@grsecurity.net>
15080 Date: Tue Dec 29 18:01:24 2015 -0500
15081
15082 It was noticed during an internal audit that the code under GRKERNSEC_PROC_MEMMAP
15083 which aimed to enforce a 16MB minimum on RLIMIT_DATA for suid/sgid binaries only
15084 did so if RLIMIT_DATA was set lower than PAGE_SIZE.
15085
15086 This addition was only supplemental as GRKERNSEC_BRUTE is the main defense
15087 against suid/sgid attacks and the flaw above would only eliminate the extra
15088 entropy provided for the brk-managed heap, still leaving it with the minimum
15089 of 16-bit entropy for mmap on x86 and 28 on x64.
15090
15091 mm/mmap.c | 2 +-
15092 1 files changed, 1 insertions(+), 1 deletions(-)
15093
15094 commit 8e264cfe47e5f08cdc9ed009a630277206cd2534
15095 Merge: 436201b 2584340
15096 Author: Brad Spengler <spender@grsecurity.net>
15097 Date: Mon Dec 28 20:30:01 2015 -0500
15098
15099 Merge branch 'pax-test' into grsec-test
15100
15101 commit 2584340eab494e64ec1bf9eb5b0d1ae31f926306
15102 Author: Brad Spengler <spender@grsecurity.net>
15103 Date: Mon Dec 28 20:29:28 2015 -0500
15104
15105 Update to pax-linux-4.3.3-test14.patch:
15106 - fixed an integer sign conversion error in i2c_dw_pci_probe caught by the size overflow plugin, reported by Jean Lucas and ganymede (https://forums.grsecurity.net/viewtopic.php?f=3&t=4349)
15107 - fixed shutdown crash with tboot and KERNEXEC, reported by perfinion
15108 - fixed a few false positive and one real size overflow reports in hyperv, reported by hunger
15109 - fixed compile regressions on armv5, reported by iamb (https://forums.grsecurity.net/viewtopic.php?f=3&t=4350)
15110 - fixed an assert in the initify plugin that triggered in vic_register on arm
15111
15112 arch/arm/include/asm/atomic.h | 7 +++++--
15113 arch/arm/include/asm/domain.h | 5 ++---
15114 arch/x86/kernel/tboot.c | 14 +++++++++-----
15115 drivers/hv/channel.c | 4 +---
15116 drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
15117 drivers/net/hyperv/rndis_filter.c | 3 +--
15118 fs/exec.c | 4 ++--
15119 include/linux/atomic.h | 15 ---------------
15120 net/core/skbuff.c | 3 ++-
15121 tools/gcc/initify_plugin.c | 4 +++-
15122 10 files changed, 26 insertions(+), 35 deletions(-)
15123
15124 commit 436201b6626b488d173c8076447000077c27b84a
15125 Author: David Howells <dhowells@redhat.com>
15126 Date: Fri Dec 18 01:34:26 2015 +0000
15127
15128 KEYS: Fix race between read and revoke
15129
15130 This fixes CVE-2015-7550.
15131
15132 There's a race between keyctl_read() and keyctl_revoke(). If the revoke
15133 happens between keyctl_read() checking the validity of a key and the key's
15134 semaphore being taken, then the key type read method will see a revoked key.
15135
15136 This causes a problem for the user-defined key type because it assumes in
15137 its read method that there will always be a payload in a non-revoked key
15138 and doesn't check for a NULL pointer.
15139
15140 Fix this by making keyctl_read() check the validity of a key after taking
15141 semaphore instead of before.
15142
15143 I think the bug was introduced with the original keyrings code.
15144
15145 This was discovered by a multithreaded test program generated by syzkaller
15146 (http://github.com/google/syzkaller). Here's a cleaned up version:
15147
15148 #include <sys/types.h>
15149 #include <keyutils.h>
15150 #include <pthread.h>
15151 void *thr0(void *arg)
15152 {
15153 key_serial_t key = (unsigned long)arg;
15154 keyctl_revoke(key);
15155 return 0;
15156 }
15157 void *thr1(void *arg)
15158 {
15159 key_serial_t key = (unsigned long)arg;
15160 char buffer[16];
15161 keyctl_read(key, buffer, 16);
15162 return 0;
15163 }
15164 int main()
15165 {
15166 key_serial_t key = add_key("user", "%", "foo", 3, KEY_SPEC_USER_KEYRING);
15167 pthread_t th[5];
15168 pthread_create(&th[0], 0, thr0, (void *)(unsigned long)key);
15169 pthread_create(&th[1], 0, thr1, (void *)(unsigned long)key);
15170 pthread_create(&th[2], 0, thr0, (void *)(unsigned long)key);
15171 pthread_create(&th[3], 0, thr1, (void *)(unsigned long)key);
15172 pthread_join(th[0], 0);
15173 pthread_join(th[1], 0);
15174 pthread_join(th[2], 0);
15175 pthread_join(th[3], 0);
15176 return 0;
15177 }
15178
15179 Build as:
15180
15181 cc -o keyctl-race keyctl-race.c -lkeyutils -lpthread
15182
15183 Run as:
15184
15185 while keyctl-race; do :; done
15186
15187 as it may need several iterations to crash the kernel. The crash can be
15188 summarised as:
15189
15190 BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
15191 IP: [<ffffffff81279b08>] user_read+0x56/0xa3
15192 ...
15193 Call Trace:
15194 [<ffffffff81276aa9>] keyctl_read_key+0xb6/0xd7
15195 [<ffffffff81277815>] SyS_keyctl+0x83/0xe0
15196 [<ffffffff815dbb97>] entry_SYSCALL_64_fastpath+0x12/0x6f
15197
15198 Reported-by: Dmitry Vyukov <dvyukov@google.com>
15199 Signed-off-by: David Howells <dhowells@redhat.com>
15200 Tested-by: Dmitry Vyukov <dvyukov@google.com>
15201 Cc: stable@vger.kernel.org
15202 Signed-off-by: James Morris <james.l.morris@oracle.com>
15203
15204 security/keys/keyctl.c | 18 +++++++++---------
15205 1 files changed, 9 insertions(+), 9 deletions(-)
15206
15207 commit 195cea04477025da4a2078bd3e1fb7c4e11206c2
15208 Author: Brad Spengler <spender@grsecurity.net>
15209 Date: Tue Dec 22 20:44:01 2015 -0500
15210
15211 Add new kernel command-line param: pax_size_overflow_report_only
15212 If a user triggers a size_overflow violation that makes it difficult
15213 to obtain the call trace without serial console/net console, they can
15214 use this option to provide that information to us
15215
15216 Documentation/kernel-parameters.txt | 5 +++++
15217 fs/exec.c | 12 +++++++++---
15218 init/main.c | 11 +++++++++++
15219 3 files changed, 25 insertions(+), 3 deletions(-)
15220
15221 commit 4254a8da5851df8c08cdca5c392916e8c105408d
15222 Author: WANG Cong <xiyou.wangcong@gmail.com>
15223 Date: Mon Dec 21 10:55:45 2015 -0800
15224
15225 addrconf: always initialize sysctl table data
15226
15227 When sysctl performs restrict writes, it allows to write from
15228 a middle position of a sysctl file, which requires us to initialize
15229 the table data before calling proc_dostring() for the write case.
15230
15231 Fixes: 3d1bec99320d ("ipv6: introduce secret_stable to ipv6_devconf")
15232 Reported-by: Sasha Levin <sasha.levin@oracle.com>
15233 Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
15234 Tested-by: Sasha Levin <sasha.levin@oracle.com>
15235 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
15236 Signed-off-by: David S. Miller <davem@davemloft.net>
15237
15238 net/ipv6/addrconf.c | 11 ++++-------
15239 1 files changed, 4 insertions(+), 7 deletions(-)
15240
15241 commit f8002863fb06c363180637046947a78a6ccb3d33
15242 Author: WANG Cong <xiyou.wangcong@gmail.com>
15243 Date: Wed Dec 16 23:39:04 2015 -0800
15244
15245 net: check both type and procotol for tcp sockets
15246
15247 Dmitry reported the following out-of-bound access:
15248
15249 Call Trace:
15250 [<ffffffff816cec2e>] __asan_report_load4_noabort+0x3e/0x40
15251 mm/kasan/report.c:294
15252 [<ffffffff84affb14>] sock_setsockopt+0x1284/0x13d0 net/core/sock.c:880
15253 [< inline >] SYSC_setsockopt net/socket.c:1746
15254 [<ffffffff84aed7ee>] SyS_setsockopt+0x1fe/0x240 net/socket.c:1729
15255 [<ffffffff85c18c76>] entry_SYSCALL_64_fastpath+0x16/0x7a
15256 arch/x86/entry/entry_64.S:185
15257
15258 This is because we mistake a raw socket as a tcp socket.
15259 We should check both sk->sk_type and sk->sk_protocol to ensure
15260 it is a tcp socket.
15261
15262 Willem points out __skb_complete_tx_timestamp() needs to fix as well.
15263
15264 Reported-by: Dmitry Vyukov <dvyukov@google.com>
15265 Cc: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
15266 Cc: Eric Dumazet <eric.dumazet@gmail.com>
15267 Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
15268 Acked-by: Willem de Bruijn <willemb@google.com>
15269 Signed-off-by: David S. Miller <davem@davemloft.net>
15270
15271 net/core/skbuff.c | 3 ++-
15272 net/core/sock.c | 3 ++-
15273 2 files changed, 4 insertions(+), 2 deletions(-)
15274
15275 commit bd6b3399804470a4ad8f34229469ca149dceba3d
15276 Author: Colin Ian King <colin.king@canonical.com>
15277 Date: Fri Dec 18 14:22:01 2015 -0800
15278
15279 proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
15280
15281 Writing to /proc/$pid/coredump_filter always returns -ESRCH because commit
15282 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()") removed
15283 the setting of ret after the get_proc_task call and incorrectly left it as
15284 -ESRCH. Instead, return 0 when successful.
15285
15286 Example breakage:
15287
15288 echo 0 > /proc/self/coredump_filter
15289 bash: echo: write error: No such process
15290
15291 Fixes: 774636e19ed51 ("proc: convert to kstrto*()/kstrto*_from_user()")
15292 Signed-off-by: Colin Ian King <colin.king@canonical.com>
15293 Acked-by: Kees Cook <keescook@chromium.org>
15294 Cc: <stable@vger.kernel.org> [4.3+]
15295 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
15296 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
15297
15298 fs/proc/base.c | 1 +
15299 1 files changed, 1 insertions(+), 0 deletions(-)
15300
15301 commit b28aca2b99ed08546778355fb9402c503ff9b29e
15302 Author: Junichi Nomura <j-nomura@ce.jp.nec.com>
15303 Date: Tue Dec 22 10:23:44 2015 -0700
15304
15305 block: ensure to split after potentially bouncing a bio
15306
15307 blk_queue_bio() does split then bounce, which makes the segment
15308 counting based on pages before bouncing and could go wrong. Move
15309 the split to after bouncing, like we do for blk-mq, and the we
15310 fix the issue of having the bio count for segments be wrong.
15311
15312 Fixes: 54efd50bfd87 ("block: make generic_make_request handle arbitrarily sized bios")
15313 Cc: stable@vger.kernel.org
15314 Tested-by: Artem S. Tashkinov <t.artem@lycos.com>
15315 Signed-off-by: Jens Axboe <axboe@fb.com>
15316
15317 block/blk-core.c | 4 ++--
15318 1 files changed, 2 insertions(+), 2 deletions(-)
15319
15320 commit e62a25e917a9e5b35ddd5b4f1b5e5e30fbd2e84c
15321 Merge: f6f63ae ec72fa5
15322 Author: Brad Spengler <spender@grsecurity.net>
15323 Date: Tue Dec 22 19:46:26 2015 -0500
15324
15325 Merge branch 'pax-test' into grsec-test
15326
15327 commit ec72fa5f8d9cb4e223bad1b8b5c2e1071c222f2a
15328 Author: Brad Spengler <spender@grsecurity.net>
15329 Date: Tue Dec 22 19:45:51 2015 -0500
15330
15331 Update to pax-linux-4.3.3-test13.patch:
15332 - Emese fixed a (probably) false positive integer truncation in xfs_da_grow_inode_int, reported by jdkbx (http://forums.grsecurity.net/viewtopic.php?f=3&t=4346)
15333 - fixed a size overflow in btrfs/try_merge_map, reported by Alex W (https://bugs.archlinux.org/task/47173) and mathias and dwokfur (https://forums.grsecurity.net/viewtopic.php?f=3&t=4344)
15334
15335 arch/arm/mm/fault.c | 2 +-
15336 arch/x86/mm/fault.c | 2 +-
15337 fs/btrfs/extent_map.c | 8 ++++++--
15338 fs/xfs/libxfs/xfs_da_btree.c | 4 +++-
15339 4 files changed, 11 insertions(+), 5 deletions(-)
15340
15341 commit f6f63ae154cd45028add1dc41957878060d77fbf
15342 Author: Brad Spengler <spender@grsecurity.net>
15343 Date: Thu Dec 17 18:43:44 2015 -0500
15344
15345 ptrace_has_cap() checks whether the current process should be
15346 treated as having a certain capability for ptrace checks
15347 against another process. Until now, this was equivalent to
15348 has_ns_capability(current, target_ns, CAP_SYS_PTRACE).
15349
15350 However, if a root-owned process wants to enter a user
15351 namespace for some reason without knowing who owns it and
15352 therefore can't change to the namespace owner's uid and gid
15353 before entering, as soon as it has entered the namespace,
15354 the namespace owner can attach to it via ptrace and thereby
15355 gain access to its uid and gid.
15356
15357 While it is possible for the entering process to switch to
15358 the uid of a claimed namespace owner before entering,
15359 causing the attempt to enter to fail if the claimed uid is
15360 wrong, this doesn't solve the problem of determining an
15361 appropriate gid.
15362
15363 With this change, the entering process can first enter the
15364 namespace and then safely inspect the namespace's
15365 properties, e.g. through /proc/self/{uid_map,gid_map},
15366 assuming that the namespace owner doesn't have access to
15367 uid 0.
15368 Signed-off-by: Jann Horn <jann@thejh.net>
15369
15370 kernel/ptrace.c | 30 +++++++++++++++++++++++++-----
15371 1 files changed, 25 insertions(+), 5 deletions(-)
15372
15373 commit e314f0fb63020f61543b401ff594e953c2c304e5
15374 Author: tadeusz.struk@intel.com <tadeusz.struk@intel.com>
15375 Date: Tue Dec 15 10:46:17 2015 -0800
15376
15377 net: fix uninitialized variable issue
15378
15379 msg_iocb needs to be initialized on the recv/recvfrom path.
15380 Otherwise afalg will wrongly interpret it as an async call.
15381
15382 Cc: stable@vger.kernel.org
15383 Reported-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
15384 Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
15385 Signed-off-by: David S. Miller <davem@davemloft.net>
15386
15387 net/socket.c | 1 +
15388 1 files changed, 1 insertions(+), 0 deletions(-)
15389
15390 commit a3f56a43ad56b8fcaf04f6327636ed2f5970de3b
15391 Merge: dfa764c 142edcf
15392 Author: Brad Spengler <spender@grsecurity.net>
15393 Date: Wed Dec 16 21:01:17 2015 -0500
15394
15395 Merge branch 'pax-test' into grsec-test
15396
15397 commit 142edcf1005a57fb8887823565cf0bafad2f313c
15398 Author: Brad Spengler <spender@grsecurity.net>
15399 Date: Wed Dec 16 21:00:57 2015 -0500
15400
15401 Update to pax-linux-4.3.3-test12.patch:
15402 - Emese fixed a size overflow false positive in reiserfs/leaf_paste_entries, reported by Christian Apeltauer (https://bugs.gentoo.org/show_bug.cgi?id=568046)
15403 - fixed a bunch of int/size_t mismatches in the drivers/tty/n_tty.c code causing size overflow false positives, reported by Toralf Förster, mathias (https://forums.grsecurity.net/viewtopic.php?f=3&t=4342), N8Fear (https://forums.grsecurity.net/viewtopic.php?f=3&t=4341)
15404
15405 drivers/tty/n_tty.c | 16 ++++++++--------
15406 .../disable_size_overflow_hash.data | 2 ++
15407 .../size_overflow_plugin/size_overflow_hash.data | 6 ++----
15408 3 files changed, 12 insertions(+), 12 deletions(-)
15409
15410 commit dfa764cc549892a5bfc1083cac78b99032cae577
15411 Author: Hannes Frederic Sowa <hannes@stressinduktion.org>
15412 Date: Tue Dec 15 22:59:12 2015 +0100
15413
15414 ipv6: automatically enable stable privacy mode if stable_secret set
15415
15416 Bjørn reported that while we switch all interfaces to privacy stable mode
15417 when setting the secret, we don't set this mode for new interfaces. This
15418 does not make sense, so change this behaviour.
15419
15420 Fixes: 622c81d57b392cc ("ipv6: generation of stable privacy addresses for link-local and autoconf")
15421 Reported-by: Bjørn Mork <bjorn@mork.no>
15422 Cc: Bjørn Mork <bjorn@mork.no>
15423 Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
15424 Signed-off-by: David S. Miller <davem@davemloft.net>
15425
15426 net/ipv6/addrconf.c | 6 ++++++
15427 1 files changed, 6 insertions(+), 0 deletions(-)
15428
15429 commit c2815a1fee03f222273e77c14e43f960da06f35a
15430 Author: Brad Spengler <spender@grsecurity.net>
15431 Date: Wed Dec 16 13:03:38 2015 -0500
15432
15433 Work around upstream limitation on the number of thread info flags causing a compilation error
15434 Reported by fabled at http://forums.grsecurity.net/viewtopic.php?f=3&t=4339
15435
15436 arch/arm/kernel/entry-common.S | 8 ++++++--
15437 1 files changed, 6 insertions(+), 2 deletions(-)
15438
15439 commit 8c9ae168e09ae49324d709d76d73d9fc4ca477e1
15440 Author: Brad Spengler <spender@grsecurity.net>
15441 Date: Tue Dec 15 19:03:41 2015 -0500
15442
15443 Initial import of grsecurity 3.1 for Linux 4.3.3
15444
15445 Documentation/dontdiff | 2 +
15446 Documentation/kernel-parameters.txt | 7 +
15447 Documentation/sysctl/kernel.txt | 15 +
15448 Makefile | 18 +-
15449 arch/alpha/include/asm/cache.h | 4 +-
15450 arch/alpha/kernel/osf_sys.c | 12 +-
15451 arch/arc/Kconfig | 1 +
15452 arch/arm/Kconfig | 1 +
15453 arch/arm/Kconfig.debug | 1 +
15454 arch/arm/include/asm/thread_info.h | 7 +-
15455 arch/arm/kernel/process.c | 4 +-
15456 arch/arm/kernel/ptrace.c | 9 +
15457 arch/arm/kernel/traps.c | 7 +-
15458 arch/arm/mm/Kconfig | 2 +-
15459 arch/arm/mm/fault.c | 40 +-
15460 arch/arm/mm/mmap.c | 8 +-
15461 arch/arm/net/bpf_jit_32.c | 51 +-
15462 arch/arm64/Kconfig.debug | 1 +
15463 arch/avr32/include/asm/cache.h | 4 +-
15464 arch/blackfin/Kconfig.debug | 1 +
15465 arch/blackfin/include/asm/cache.h | 3 +-
15466 arch/cris/include/arch-v10/arch/cache.h | 3 +-
15467 arch/cris/include/arch-v32/arch/cache.h | 3 +-
15468 arch/frv/include/asm/cache.h | 3 +-
15469 arch/frv/mm/elf-fdpic.c | 4 +-
15470 arch/hexagon/include/asm/cache.h | 6 +-
15471 arch/ia64/Kconfig | 1 +
15472 arch/ia64/include/asm/cache.h | 3 +-
15473 arch/ia64/kernel/sys_ia64.c | 2 +
15474 arch/ia64/mm/hugetlbpage.c | 2 +
15475 arch/m32r/include/asm/cache.h | 4 +-
15476 arch/m68k/include/asm/cache.h | 4 +-
15477 arch/metag/mm/hugetlbpage.c | 1 +
15478 arch/microblaze/include/asm/cache.h | 3 +-
15479 arch/mips/Kconfig | 1 +
15480 arch/mips/include/asm/cache.h | 3 +-
15481 arch/mips/include/asm/thread_info.h | 11 +-
15482 arch/mips/kernel/irq.c | 3 +
15483 arch/mips/kernel/ptrace.c | 9 +
15484 arch/mips/mm/mmap.c | 4 +-
15485 arch/mn10300/proc-mn103e010/include/proc/cache.h | 4 +-
15486 arch/mn10300/proc-mn2ws0050/include/proc/cache.h | 4 +-
15487 arch/openrisc/include/asm/cache.h | 4 +-
15488 arch/parisc/include/asm/cache.h | 5 +-
15489 arch/parisc/kernel/sys_parisc.c | 4 +
15490 arch/powerpc/Kconfig | 1 +
15491 arch/powerpc/include/asm/cache.h | 4 +-
15492 arch/powerpc/include/asm/thread_info.h | 5 +-
15493 arch/powerpc/kernel/Makefile | 2 +
15494 arch/powerpc/kernel/irq.c | 3 +
15495 arch/powerpc/kernel/process.c | 10 +-
15496 arch/powerpc/kernel/ptrace.c | 14 +
15497 arch/powerpc/kernel/traps.c | 5 +
15498 arch/powerpc/mm/slice.c | 2 +-
15499 arch/s390/Kconfig.debug | 1 +
15500 arch/s390/include/asm/cache.h | 4 +-
15501 arch/score/include/asm/cache.h | 4 +-
15502 arch/sh/include/asm/cache.h | 3 +-
15503 arch/sh/mm/mmap.c | 6 +-
15504 arch/sparc/include/asm/cache.h | 4 +-
15505 arch/sparc/include/asm/pgalloc_64.h | 1 +
15506 arch/sparc/include/asm/thread_info_64.h | 8 +-
15507 arch/sparc/kernel/process_32.c | 6 +-
15508 arch/sparc/kernel/process_64.c | 8 +-
15509 arch/sparc/kernel/ptrace_64.c | 14 +
15510 arch/sparc/kernel/sys_sparc_64.c | 8 +-
15511 arch/sparc/kernel/syscalls.S | 8 +-
15512 arch/sparc/kernel/traps_32.c | 8 +-
15513 arch/sparc/kernel/traps_64.c | 28 +-
15514 arch/sparc/kernel/unaligned_64.c | 2 +-
15515 arch/sparc/mm/fault_64.c | 2 +-
15516 arch/sparc/mm/hugetlbpage.c | 15 +-
15517 arch/tile/Kconfig | 1 +
15518 arch/tile/include/asm/cache.h | 3 +-
15519 arch/tile/mm/hugetlbpage.c | 2 +
15520 arch/um/include/asm/cache.h | 3 +-
15521 arch/unicore32/include/asm/cache.h | 6 +-
15522 arch/x86/Kconfig | 21 +
15523 arch/x86/Kconfig.debug | 2 +
15524 arch/x86/entry/common.c | 14 +
15525 arch/x86/entry/entry_32.S | 2 +-
15526 arch/x86/entry/entry_64.S | 2 +-
15527 arch/x86/ia32/ia32_aout.c | 2 +
15528 arch/x86/include/asm/floppy.h | 20 +-
15529 arch/x86/include/asm/fpu/types.h | 69 +-
15530 arch/x86/include/asm/io.h | 2 +-
15531 arch/x86/include/asm/page.h | 12 +-
15532 arch/x86/include/asm/paravirt_types.h | 23 +-
15533 arch/x86/include/asm/processor.h | 12 +-
15534 arch/x86/include/asm/thread_info.h | 6 +-
15535 arch/x86/include/asm/uaccess.h | 2 +-
15536 arch/x86/kernel/dumpstack.c | 10 +-
15537 arch/x86/kernel/dumpstack_32.c | 2 +-
15538 arch/x86/kernel/dumpstack_64.c | 2 +-
15539 arch/x86/kernel/ioport.c | 13 +
15540 arch/x86/kernel/irq_32.c | 3 +
15541 arch/x86/kernel/irq_64.c | 4 +
15542 arch/x86/kernel/ldt.c | 18 +
15543 arch/x86/kernel/msr.c | 10 +
15544 arch/x86/kernel/ptrace.c | 14 +
15545 arch/x86/kernel/signal.c | 9 +-
15546 arch/x86/kernel/sys_i386_32.c | 9 +-
15547 arch/x86/kernel/sys_x86_64.c | 8 +-
15548 arch/x86/kernel/traps.c | 5 +
15549 arch/x86/kernel/verify_cpu.S | 1 +
15550 arch/x86/kernel/vm86_32.c | 15 +
15551 arch/x86/kvm/svm.c | 14 +-
15552 arch/x86/mm/fault.c | 12 +-
15553 arch/x86/mm/hugetlbpage.c | 15 +-
15554 arch/x86/mm/init.c | 66 +-
15555 arch/x86/mm/init_32.c | 6 +-
15556 arch/x86/net/bpf_jit_comp.c | 4 +
15557 arch/x86/platform/efi/efi_64.c | 2 +-
15558 arch/x86/xen/Kconfig | 1 +
15559 arch/xtensa/variants/dc232b/include/variant/core.h | 2 +-
15560 arch/xtensa/variants/fsf/include/variant/core.h | 3 +-
15561 crypto/ablkcipher.c | 2 +-
15562 crypto/blkcipher.c | 2 +-
15563 crypto/scatterwalk.c | 10 +-
15564 drivers/acpi/acpica/hwxfsleep.c | 11 +-
15565 drivers/acpi/custom_method.c | 4 +
15566 drivers/block/cciss.h | 30 +-
15567 drivers/block/smart1,2.h | 40 +-
15568 drivers/cdrom/cdrom.c | 2 +-
15569 drivers/char/Kconfig | 4 +-
15570 drivers/char/genrtc.c | 1 +
15571 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
15572 drivers/char/mem.c | 17 +
15573 drivers/char/random.c | 5 +-
15574 drivers/cpufreq/sparc-us3-cpufreq.c | 2 -
15575 drivers/crypto/nx/nx-aes-ccm.c | 2 +-
15576 drivers/crypto/nx/nx-aes-gcm.c | 2 +-
15577 drivers/crypto/talitos.c | 2 +-
15578 drivers/firewire/ohci.c | 4 +
15579 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 70 +-
15580 drivers/gpu/drm/nouveau/nouveau_ttm.c | 28 +-
15581 drivers/gpu/drm/ttm/ttm_bo_manager.c | 10 +-
15582 drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +-
15583 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 10 +-
15584 drivers/hid/hid-wiimote-debug.c | 2 +-
15585 drivers/infiniband/hw/nes/nes_cm.c | 22 +-
15586 drivers/iommu/Kconfig | 1 +
15587 drivers/iommu/amd_iommu.c | 14 +-
15588 drivers/isdn/gigaset/bas-gigaset.c | 32 +-
15589 drivers/isdn/gigaset/ser-gigaset.c | 32 +-
15590 drivers/isdn/gigaset/usb-gigaset.c | 32 +-
15591 drivers/isdn/hisax/config.c | 2 +-
15592 drivers/isdn/hisax/hfc_pci.c | 2 +-
15593 drivers/isdn/hisax/hfc_sx.c | 2 +-
15594 drivers/isdn/hisax/q931.c | 6 +-
15595 drivers/isdn/i4l/isdn_concap.c | 6 +-
15596 drivers/isdn/i4l/isdn_x25iface.c | 16 +-
15597 drivers/md/bcache/Kconfig | 1 +
15598 drivers/md/raid5.c | 8 +
15599 drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
15600 drivers/media/platform/sti/c8sectpfe/Kconfig | 1 +
15601 drivers/media/platform/vivid/vivid-osd.c | 1 +
15602 drivers/media/radio/radio-cadet.c | 5 +-
15603 drivers/media/usb/dvb-usb/cinergyT2-core.c | 91 +-
15604 drivers/media/usb/dvb-usb/cinergyT2-fe.c | 182 +-
15605 drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 37 +-
15606 drivers/media/usb/dvb-usb/technisat-usb2.c | 75 +-
15607 drivers/message/fusion/mptbase.c | 9 +
15608 drivers/misc/sgi-xp/xp_main.c | 12 +-
15609 drivers/net/ethernet/brocade/bna/bna_enet.c | 8 +-
15610 drivers/net/ppp/pppoe.c | 14 +-
15611 drivers/net/ppp/pptp.c | 6 +
15612 drivers/net/slip/slhc.c | 3 +
15613 drivers/net/wan/lmc/lmc_media.c | 97 +-
15614 drivers/net/wan/x25_asy.c | 6 +-
15615 drivers/net/wan/z85230.c | 24 +-
15616 drivers/net/wireless/ath/ath9k/Kconfig | 1 -
15617 drivers/net/wireless/zd1211rw/zd_usb.c | 2 +-
15618 drivers/pci/pci-sysfs.c | 2 +-
15619 drivers/pci/proc.c | 9 +
15620 drivers/platform/x86/asus-wmi.c | 12 +
15621 drivers/rtc/rtc-dev.c | 3 +
15622 drivers/scsi/bfa/bfa_fcs.c | 19 +-
15623 drivers/scsi/bfa/bfa_fcs_lport.c | 29 +-
15624 drivers/scsi/bfa/bfa_modules.h | 12 +-
15625 drivers/scsi/hpsa.h | 40 +-
15626 drivers/staging/dgnc/dgnc_mgmt.c | 1 +
15627 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c | 2 +-
15628 drivers/staging/lustre/lustre/libcfs/module.c | 10 +-
15629 drivers/target/target_core_sbc.c | 17 +-
15630 drivers/target/target_core_transport.c | 14 +-
15631 drivers/tty/serial/uartlite.c | 4 +-
15632 drivers/tty/sysrq.c | 2 +-
15633 drivers/tty/vt/keyboard.c | 22 +-
15634 drivers/uio/uio.c | 6 +-
15635 drivers/usb/core/hub.c | 5 +
15636 drivers/usb/gadget/function/f_uac1.c | 1 +
15637 drivers/usb/gadget/function/u_uac1.c | 1 +
15638 drivers/usb/host/hwa-hc.c | 9 +-
15639 drivers/usb/usbip/vhci_sysfs.c | 2 +-
15640 drivers/video/fbdev/arcfb.c | 2 +-
15641 drivers/video/fbdev/matrox/matroxfb_DAC1064.c | 10 +-
15642 drivers/video/fbdev/matrox/matroxfb_Ti3026.c | 5 +-
15643 drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +-
15644 drivers/video/logo/logo_linux_clut224.ppm | 2720 ++++-----
15645 drivers/xen/xenfs/xenstored.c | 5 +
15646 firmware/Makefile | 2 +
15647 firmware/WHENCE | 20 +-
15648 firmware/bnx2/bnx2-mips-06-6.2.3.fw.ihex | 5804 +++++++++++++++++
15649 firmware/bnx2/bnx2-mips-09-6.2.1b.fw.ihex | 6496 ++++++++++++++++++++
15650 fs/9p/vfs_inode.c | 4 +-
15651 fs/attr.c | 1 +
15652 fs/autofs4/waitq.c | 9 +
15653 fs/binfmt_aout.c | 7 +
15654 fs/binfmt_elf.c | 50 +-
15655 fs/compat.c | 20 +-
15656 fs/coredump.c | 17 +-
15657 fs/dcache.c | 3 +
15658 fs/debugfs/inode.c | 11 +-
15659 fs/exec.c | 219 +-
15660 fs/ext2/balloc.c | 4 +-
15661 fs/ext2/super.c | 8 +-
15662 fs/ext4/balloc.c | 4 +-
15663 fs/fcntl.c | 4 +
15664 fs/fhandle.c | 3 +-
15665 fs/file.c | 4 +
15666 fs/filesystems.c | 4 +
15667 fs/fs_struct.c | 20 +-
15668 fs/hugetlbfs/inode.c | 5 +-
15669 fs/inode.c | 8 +-
15670 fs/kernfs/dir.c | 6 +
15671 fs/mount.h | 4 +-
15672 fs/namei.c | 286 +-
15673 fs/namespace.c | 24 +
15674 fs/nfsd/nfscache.c | 2 +-
15675 fs/open.c | 38 +
15676 fs/overlayfs/inode.c | 11 +-
15677 fs/overlayfs/super.c | 6 +-
15678 fs/pipe.c | 2 +-
15679 fs/posix_acl.c | 15 +-
15680 fs/proc/Kconfig | 10 +-
15681 fs/proc/array.c | 69 +-
15682 fs/proc/base.c | 186 +-
15683 fs/proc/cmdline.c | 4 +
15684 fs/proc/devices.c | 4 +
15685 fs/proc/fd.c | 17 +-
15686 fs/proc/generic.c | 64 +
15687 fs/proc/inode.c | 17 +
15688 fs/proc/internal.h | 11 +-
15689 fs/proc/interrupts.c | 4 +
15690 fs/proc/kcore.c | 3 +
15691 fs/proc/meminfo.c | 7 +-
15692 fs/proc/namespaces.c | 4 +-
15693 fs/proc/proc_net.c | 31 +
15694 fs/proc/proc_sysctl.c | 52 +-
15695 fs/proc/root.c | 8 +
15696 fs/proc/stat.c | 69 +-
15697 fs/proc/task_mmu.c | 66 +-
15698 fs/readdir.c | 19 +
15699 fs/reiserfs/item_ops.c | 24 +-
15700 fs/reiserfs/super.c | 4 +
15701 fs/select.c | 2 +
15702 fs/seq_file.c | 30 +-
15703 fs/splice.c | 8 +
15704 fs/stat.c | 20 +-
15705 fs/sysfs/dir.c | 30 +-
15706 fs/sysv/inode.c | 11 +-
15707 fs/utimes.c | 7 +
15708 fs/xattr.c | 26 +-
15709 grsecurity/Kconfig | 1182 ++++
15710 grsecurity/Makefile | 54 +
15711 grsecurity/gracl.c | 2757 +++++++++
15712 grsecurity/gracl_alloc.c | 105 +
15713 grsecurity/gracl_cap.c | 127 +
15714 grsecurity/gracl_compat.c | 269 +
15715 grsecurity/gracl_fs.c | 448 ++
15716 grsecurity/gracl_ip.c | 386 ++
15717 grsecurity/gracl_learn.c | 207 +
15718 grsecurity/gracl_policy.c | 1786 ++++++
15719 grsecurity/gracl_res.c | 68 +
15720 grsecurity/gracl_segv.c | 304 +
15721 grsecurity/gracl_shm.c | 40 +
15722 grsecurity/grsec_chdir.c | 19 +
15723 grsecurity/grsec_chroot.c | 467 ++
15724 grsecurity/grsec_disabled.c | 445 ++
15725 grsecurity/grsec_exec.c | 189 +
15726 grsecurity/grsec_fifo.c | 26 +
15727 grsecurity/grsec_fork.c | 23 +
15728 grsecurity/grsec_init.c | 290 +
15729 grsecurity/grsec_ipc.c | 48 +
15730 grsecurity/grsec_link.c | 65 +
15731 grsecurity/grsec_log.c | 340 +
15732 grsecurity/grsec_mem.c | 48 +
15733 grsecurity/grsec_mount.c | 65 +
15734 grsecurity/grsec_pax.c | 47 +
15735 grsecurity/grsec_proc.c | 20 +
15736 grsecurity/grsec_ptrace.c | 30 +
15737 grsecurity/grsec_sig.c | 236 +
15738 grsecurity/grsec_sock.c | 244 +
15739 grsecurity/grsec_sysctl.c | 488 ++
15740 grsecurity/grsec_time.c | 16 +
15741 grsecurity/grsec_tpe.c | 78 +
15742 grsecurity/grsec_usb.c | 15 +
15743 grsecurity/grsum.c | 64 +
15744 include/linux/binfmts.h | 5 +-
15745 include/linux/bitops.h | 2 +-
15746 include/linux/capability.h | 13 +
15747 include/linux/compiler-gcc.h | 5 +
15748 include/linux/compiler.h | 8 +
15749 include/linux/cred.h | 8 +-
15750 include/linux/dcache.h | 5 +-
15751 include/linux/fs.h | 24 +-
15752 include/linux/fs_struct.h | 2 +-
15753 include/linux/fsnotify.h | 6 +
15754 include/linux/gracl.h | 342 +
15755 include/linux/gracl_compat.h | 156 +
15756 include/linux/gralloc.h | 9 +
15757 include/linux/grdefs.h | 140 +
15758 include/linux/grinternal.h | 230 +
15759 include/linux/grmsg.h | 118 +
15760 include/linux/grsecurity.h | 255 +
15761 include/linux/grsock.h | 19 +
15762 include/linux/ipc.h | 2 +-
15763 include/linux/ipc_namespace.h | 2 +-
15764 include/linux/kallsyms.h | 18 +-
15765 include/linux/kmod.h | 5 +
15766 include/linux/kobject.h | 2 +-
15767 include/linux/lsm_hooks.h | 4 +-
15768 include/linux/mm.h | 12 +
15769 include/linux/mm_types.h | 4 +-
15770 include/linux/module.h | 5 +-
15771 include/linux/mount.h | 2 +-
15772 include/linux/msg.h | 2 +-
15773 include/linux/netfilter/xt_gradm.h | 9 +
15774 include/linux/path.h | 4 +-
15775 include/linux/perf_event.h | 13 +-
15776 include/linux/pid_namespace.h | 2 +-
15777 include/linux/printk.h | 2 +-
15778 include/linux/proc_fs.h | 22 +-
15779 include/linux/proc_ns.h | 2 +-
15780 include/linux/ptrace.h | 24 +-
15781 include/linux/random.h | 2 +-
15782 include/linux/rbtree_augmented.h | 4 +-
15783 include/linux/scatterlist.h | 12 +-
15784 include/linux/sched.h | 114 +-
15785 include/linux/security.h | 1 +
15786 include/linux/sem.h | 2 +-
15787 include/linux/seq_file.h | 5 +
15788 include/linux/shm.h | 6 +-
15789 include/linux/skbuff.h | 3 +
15790 include/linux/slab.h | 9 -
15791 include/linux/sysctl.h | 8 +-
15792 include/linux/thread_info.h | 6 +-
15793 include/linux/tty.h | 2 +-
15794 include/linux/tty_driver.h | 4 +-
15795 include/linux/uidgid.h | 5 +
15796 include/linux/user_namespace.h | 2 +-
15797 include/linux/utsname.h | 2 +-
15798 include/linux/vermagic.h | 16 +-
15799 include/linux/vmalloc.h | 20 +-
15800 include/net/af_unix.h | 2 +-
15801 include/net/dst.h | 33 +
15802 include/net/ip.h | 2 +-
15803 include/net/neighbour.h | 2 +-
15804 include/net/net_namespace.h | 2 +-
15805 include/net/sock.h | 4 +-
15806 include/target/target_core_base.h | 2 +-
15807 include/trace/events/fs.h | 53 +
15808 include/uapi/linux/personality.h | 1 +
15809 init/Kconfig | 4 +-
15810 init/main.c | 35 +-
15811 ipc/mqueue.c | 1 +
15812 ipc/msg.c | 3 +-
15813 ipc/sem.c | 3 +-
15814 ipc/shm.c | 26 +-
15815 ipc/util.c | 6 +
15816 kernel/auditsc.c | 2 +-
15817 kernel/bpf/syscall.c | 8 +-
15818 kernel/capability.c | 41 +-
15819 kernel/cgroup.c | 5 +-
15820 kernel/compat.c | 1 +
15821 kernel/configs.c | 11 +
15822 kernel/cred.c | 112 +-
15823 kernel/events/core.c | 16 +-
15824 kernel/exit.c | 10 +-
15825 kernel/fork.c | 86 +-
15826 kernel/futex.c | 6 +-
15827 kernel/futex_compat.c | 2 +-
15828 kernel/kallsyms.c | 9 +
15829 kernel/kcmp.c | 8 +-
15830 kernel/kexec_core.c | 2 +-
15831 kernel/kmod.c | 95 +-
15832 kernel/kprobes.c | 7 +-
15833 kernel/ksysfs.c | 2 +
15834 kernel/locking/lockdep_proc.c | 10 +-
15835 kernel/module.c | 108 +-
15836 kernel/panic.c | 4 +-
15837 kernel/pid.c | 23 +-
15838 kernel/power/Kconfig | 2 +
15839 kernel/printk/printk.c | 20 +-
15840 kernel/ptrace.c | 56 +-
15841 kernel/resource.c | 10 +
15842 kernel/sched/core.c | 11 +-
15843 kernel/signal.c | 37 +-
15844 kernel/sys.c | 64 +-
15845 kernel/sysctl.c | 172 +-
15846 kernel/taskstats.c | 6 +
15847 kernel/time/posix-timers.c | 8 +
15848 kernel/time/time.c | 5 +
15849 kernel/time/timekeeping.c | 3 +
15850 kernel/time/timer_list.c | 13 +-
15851 kernel/time/timer_stats.c | 10 +-
15852 kernel/trace/Kconfig | 2 +
15853 kernel/trace/trace_syscalls.c | 8 +
15854 kernel/user_namespace.c | 15 +
15855 lib/Kconfig.debug | 13 +-
15856 lib/Kconfig.kasan | 2 +-
15857 lib/is_single_threaded.c | 3 +
15858 lib/list_debug.c | 65 +-
15859 lib/nlattr.c | 2 +
15860 lib/rbtree.c | 4 +-
15861 lib/vsprintf.c | 39 +-
15862 localversion-grsec | 1 +
15863 mm/Kconfig | 8 +-
15864 mm/Kconfig.debug | 1 +
15865 mm/filemap.c | 1 +
15866 mm/kmemleak.c | 4 +-
15867 mm/memory.c | 2 +-
15868 mm/mempolicy.c | 12 +-
15869 mm/migrate.c | 3 +-
15870 mm/mlock.c | 6 +-
15871 mm/mmap.c | 93 +-
15872 mm/mprotect.c | 8 +
15873 mm/oom_kill.c | 28 +-
15874 mm/page_alloc.c | 2 +-
15875 mm/process_vm_access.c | 8 +-
15876 mm/shmem.c | 36 +-
15877 mm/slab.c | 14 +-
15878 mm/slab_common.c | 2 +-
15879 mm/slob.c | 12 +
15880 mm/slub.c | 33 +-
15881 mm/util.c | 3 +
15882 mm/vmalloc.c | 129 +-
15883 mm/vmstat.c | 29 +-
15884 net/appletalk/atalk_proc.c | 2 +-
15885 net/atm/lec.c | 6 +-
15886 net/atm/mpoa_caches.c | 42 +-
15887 net/bluetooth/sco.c | 3 +
15888 net/can/bcm.c | 2 +-
15889 net/can/proc.c | 2 +-
15890 net/core/dev_ioctl.c | 7 +-
15891 net/core/filter.c | 8 +-
15892 net/core/net-procfs.c | 17 +-
15893 net/core/pktgen.c | 2 +-
15894 net/core/sock.c | 3 +-
15895 net/core/sysctl_net_core.c | 2 +-
15896 net/decnet/dn_dev.c | 2 +-
15897 net/ipv4/devinet.c | 6 +-
15898 net/ipv4/inet_hashtables.c | 4 +
15899 net/ipv4/ip_input.c | 7 +
15900 net/ipv4/ip_sockglue.c | 3 +-
15901 net/ipv4/netfilter/ipt_CLUSTERIP.c | 2 +-
15902 net/ipv4/netfilter/nf_nat_pptp.c | 2 +-
15903 net/ipv4/route.c | 6 +-
15904 net/ipv4/tcp_input.c | 4 +-
15905 net/ipv4/tcp_ipv4.c | 29 +-
15906 net/ipv4/tcp_minisocks.c | 9 +-
15907 net/ipv4/tcp_timer.c | 11 +
15908 net/ipv4/udp.c | 24 +
15909 net/ipv6/addrconf.c | 13 +-
15910 net/ipv6/proc.c | 2 +-
15911 net/ipv6/tcp_ipv6.c | 26 +-
15912 net/ipv6/udp.c | 7 +
15913 net/ipx/ipx_proc.c | 2 +-
15914 net/irda/irproc.c | 2 +-
15915 net/llc/llc_proc.c | 2 +-
15916 net/netfilter/Kconfig | 10 +
15917 net/netfilter/Makefile | 1 +
15918 net/netfilter/nf_conntrack_core.c | 8 +
15919 net/netfilter/xt_gradm.c | 51 +
15920 net/netfilter/xt_hashlimit.c | 4 +-
15921 net/netfilter/xt_recent.c | 2 +-
15922 net/sched/sch_api.c | 2 +-
15923 net/sctp/socket.c | 4 +-
15924 net/socket.c | 75 +-
15925 net/sunrpc/Kconfig | 1 +
15926 net/sunrpc/cache.c | 2 +-
15927 net/sunrpc/stats.c | 2 +-
15928 net/sysctl_net.c | 2 +-
15929 net/unix/af_unix.c | 52 +-
15930 net/vmw_vsock/vmci_transport_notify.c | 30 +-
15931 net/vmw_vsock/vmci_transport_notify_qstate.c | 30 +-
15932 net/x25/sysctl_net_x25.c | 2 +-
15933 net/x25/x25_proc.c | 2 +-
15934 scripts/package/Makefile | 2 +-
15935 scripts/package/mkspec | 41 +-
15936 security/Kconfig | 369 +-
15937 security/apparmor/file.c | 4 +-
15938 security/apparmor/lsm.c | 8 +-
15939 security/commoncap.c | 36 +-
15940 security/min_addr.c | 2 +
15941 security/smack/smack_lsm.c | 8 +-
15942 security/tomoyo/file.c | 12 +-
15943 security/tomoyo/mount.c | 4 +
15944 security/tomoyo/tomoyo.c | 20 +-
15945 security/yama/Kconfig | 2 +-
15946 security/yama/yama_lsm.c | 4 +-
15947 sound/synth/emux/emux_seq.c | 14 +-
15948 sound/usb/line6/driver.c | 40 +-
15949 sound/usb/line6/toneport.c | 12 +-
15950 tools/gcc/.gitignore | 1 +
15951 tools/gcc/Makefile | 12 +
15952 tools/gcc/gen-random-seed.sh | 8 +
15953 tools/gcc/randomize_layout_plugin.c | 930 +++
15954 tools/gcc/size_overflow_plugin/.gitignore | 1 +
15955 .../size_overflow_plugin/size_overflow_hash.data | 459 ++-
15956 511 files changed, 32631 insertions(+), 3196 deletions(-)
15957
15958 commit a76adb92ce39aee8eec5a025c828030ad6135c6d
15959 Author: Brad Spengler <spender@grsecurity.net>
15960 Date: Tue Dec 15 14:31:49 2015 -0500
15961
15962 Update to pax-linux-4.3.3-test11.patch:
15963 - fixed a few compile regressions with the recent plugin changes, reported by spender
15964 - updated the size overflow hash table
15965
15966 tools/gcc/latent_entropy_plugin.c | 2 +-
15967 .../size_overflow_plugin/size_overflow_hash.data | 66 +++++++++++++++++---
15968 tools/gcc/stackleak_plugin.c | 2 +-
15969 tools/gcc/structleak_plugin.c | 6 +--
15970 4 files changed, 60 insertions(+), 16 deletions(-)
15971
15972 commit f7284b1fc06628fcb2d35d2beecdea5454d46af9
15973 Author: Brad Spengler <spender@grsecurity.net>
15974 Date: Tue Dec 15 11:50:24 2015 -0500
15975
15976 Apply structleak ICE fix for gcc < 4.9
15977
15978 tools/gcc/structleak_plugin.c | 4 ++++
15979 1 files changed, 4 insertions(+), 0 deletions(-)
15980
15981 commit 92fe3eb9fd10ec7f7334decab1526989669b0287
15982 Author: Brad Spengler <spender@grsecurity.net>
15983 Date: Tue Dec 15 07:57:06 2015 -0500
15984
15985 Update to pax-linux-4.3.1-test10.patch:
15986 - Emese fixed INDIRECT_REF and TARGET_MEM_REF handling in the initify plugin
15987 - Emese regenerated the size overflow hash tables for 4.3
15988 - fixed some compat syscall exit paths to restore r12 under KERNEXEC/or
15989 - the latent entropy, stackleak and structleak plugins no longer split the entry block unnecessarily
15990
15991 arch/x86/entry/entry_64.S | 2 +-
15992 arch/x86/entry/entry_64_compat.S | 15 +-
15993 scripts/package/builddeb | 2 +-
15994 tools/gcc/initify_plugin.c | 11 +-
15995 tools/gcc/latent_entropy_plugin.c | 20 +-
15996 .../disable_size_overflow_hash.data | 4 +
15997 .../size_overflow_plugin/size_overflow_hash.data | 5345 +++++++++++---------
15998 tools/gcc/stackleak_plugin.c | 26 +-
15999 tools/gcc/structleak_plugin.c | 21 +-
16000 9 files changed, 3079 insertions(+), 2367 deletions(-)
16001
16002 commit 5bd245cb687319079c2f1c0d6a1170791ed1ed2c
16003 Merge: b5847e6 3548341
16004 Author: Brad Spengler <spender@grsecurity.net>
16005 Date: Tue Dec 15 07:47:56 2015 -0500
16006
16007 Merge branch 'linux-4.3.y' into pax-4_3
16008
16009 Conflicts:
16010 net/unix/af_unix.c
16011
16012 commit b5847e6a896c5d99191135ca4d7c3b6be8f116ff
16013 Author: Brad Spengler <spender@grsecurity.net>
16014 Date: Wed Dec 9 23:11:36 2015 -0500
16015
16016 Update to pax-linux-4.3.1-test9.patch:
16017 - fixed __get_user on x86 to lie less about the size of the load, reported by peetaur (https://forums.grsecurity.net/viewtopic.php?f=3&t=4332)
16018 - Emese fixed an intentional overflow caused by gcc, reported by saironiq (https://forums.grsecurity.net/viewtopic.php?f=3&t=4333)
16019 - Emese fixed a false positive overflow report in the forcedeth driver, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?t=4334)
16020 - Emese fixed a false positive overflow report in KVM's emulator, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4336)
16021 - Emese fixed the initify plugin to detect some captured use of __func__, reported by Rasmus Villemoes <linux@rasmusvillemoes.dk>
16022 - constrained shmmax and shmall to avoid triggering size overflow checks, reported by Mathias Krause <minipli@ld-linux.so>
16023 - the checker plugin can partially handle sparse's locking context annotations, it's context insensitive and thus not exactly useful for now, also see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59856
16024
16025 Makefile | 6 +
16026 arch/x86/include/asm/compat.h | 4 +
16027 arch/x86/include/asm/dma.h | 2 +
16028 arch/x86/include/asm/pmem.h | 2 +-
16029 arch/x86/include/asm/uaccess.h | 20 +-
16030 arch/x86/kernel/apic/vector.c | 6 +-
16031 arch/x86/kernel/cpu/mtrr/generic.c | 6 +-
16032 arch/x86/kernel/cpu/perf_event_intel.c | 28 +-
16033 arch/x86/kernel/head_64.S | 1 -
16034 arch/x86/kvm/i8259.c | 10 +-
16035 arch/x86/kvm/ioapic.c | 2 +
16036 arch/x86/kvm/x86.c | 2 +
16037 arch/x86/lib/usercopy_64.c | 2 +-
16038 arch/x86/mm/mpx.c | 4 +-
16039 arch/x86/mm/pageattr.c | 7 +
16040 drivers/base/devres.c | 4 +-
16041 drivers/base/power/runtime.c | 6 +-
16042 drivers/base/regmap/regmap.c | 4 +-
16043 drivers/block/drbd/drbd_receiver.c | 4 +-
16044 drivers/block/drbd/drbd_worker.c | 6 +-
16045 drivers/char/virtio_console.c | 6 +-
16046 drivers/md/dm.c | 12 +-
16047 drivers/net/ethernet/nvidia/forcedeth.c | 4 +-
16048 drivers/net/macvtap.c | 4 +-
16049 drivers/video/fbdev/core/fbmem.c | 10 +-
16050 fs/compat.c | 3 +-
16051 fs/coredump.c | 2 +-
16052 fs/dcache.c | 13 +-
16053 fs/fhandle.c | 2 +-
16054 fs/file.c | 14 +-
16055 fs/fs-writeback.c | 11 +-
16056 fs/overlayfs/copy_up.c | 2 +-
16057 fs/readdir.c | 3 +-
16058 fs/super.c | 3 +-
16059 include/linux/compiler.h | 36 ++-
16060 include/linux/rcupdate.h | 8 +
16061 include/linux/sched.h | 4 +-
16062 include/linux/seqlock.h | 10 +
16063 include/linux/spinlock.h | 17 +-
16064 include/linux/srcu.h | 5 +-
16065 include/linux/syscalls.h | 2 +-
16066 include/linux/writeback.h | 3 +-
16067 include/uapi/linux/swab.h | 6 +-
16068 ipc/ipc_sysctl.c | 6 +
16069 kernel/exit.c | 25 +-
16070 kernel/resource.c | 4 +-
16071 kernel/signal.c | 12 +-
16072 kernel/user.c | 2 +-
16073 kernel/workqueue.c | 6 +-
16074 lib/rhashtable.c | 4 +-
16075 net/compat.c | 2 +-
16076 net/ipv4/xfrm4_mode_transport.c | 2 +-
16077 security/keys/internal.h | 8 +-
16078 security/keys/keyring.c | 4 -
16079 sound/core/seq/seq_clientmgr.c | 8 +-
16080 sound/core/seq/seq_compat.c | 2 +-
16081 sound/core/seq/seq_memory.c | 6 +-
16082 tools/gcc/checker_plugin.c | 415 +++++++++++++++++++-
16083 tools/gcc/gcc-common.h | 1 +
16084 tools/gcc/initify_plugin.c | 33 ++-
16085 .../disable_size_overflow_hash.data | 1 +
16086 .../size_overflow_plugin/size_overflow_hash.data | 1 -
16087 62 files changed, 708 insertions(+), 140 deletions(-)
16088
16089 commit f2634c2f6995f4231616f24ed016f890c701f939
16090 Merge: 1241bff 5f8b236
16091 Author: Brad Spengler <spender@grsecurity.net>
16092 Date: Wed Dec 9 21:50:47 2015 -0500
16093
16094 Merge branch 'linux-4.3.y' into pax-4_3
16095
16096 Conflicts:
16097 arch/x86/kernel/fpu/xstate.c
16098 arch/x86/kernel/head_64.S
16099
16100 commit 1241bff82e3d7dadb05de0a60b8d2822afc6547c
16101 Author: Brad Spengler <spender@grsecurity.net>
16102 Date: Sun Dec 6 08:44:56 2015 -0500
16103
16104 Update to pax-linux-4.3-test8.patch:
16105 - fixed integer truncation check in md introduced by upstream commits 284ae7cab0f7335c9e0aa8992b28415ef1a54c7c and 58c0fed400603a802968b23ddf78f029c5a84e41, reported by BeiKed9o (https://forums.grsecurity.net/viewtopic.php?f=3&t=4328)
16106 - gcc plugin compilation problems will now also produce the output of the checking script to make diagnosis easier, reported by hunger
16107 - Emese fixed a false positive size overflow report in __vhost_add_used_n, reported by quasar366 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4329)
16108 - fixed a potential integer truncation error in the raid1 code caught by the size overflow plugin, reported by d1b (https://forums.grsecurity.net/viewtopic.php?f=3&t=4331)
16109
16110 Makefile | 5 +++
16111 drivers/md/md.c | 5 ++-
16112 drivers/md/raid1.c | 2 +-
16113 fs/proc/task_mmu.c | 3 ++
16114 .../disable_size_overflow_hash.data | 4 ++-
16115 .../size_overflow_plugin/intentional_overflow.c | 32 ++++++++++++++++---
16116 .../size_overflow_plugin/size_overflow_hash.data | 2 -
16117 .../size_overflow_plugin/size_overflow_plugin.c | 2 +-
16118 8 files changed, 43 insertions(+), 12 deletions(-)
16119
16120 commit cce6a9f9bdd27096632ca1c0246dcc07f2eb1a18
16121 Author: Brad Spengler <spender@grsecurity.net>
16122 Date: Fri Dec 4 14:24:12 2015 -0500
16123
16124 Initial import of pax-linux-4.3-test7.patch
16125
16126 Documentation/dontdiff | 47 +-
16127 Documentation/kbuild/makefiles.txt | 39 +-
16128 Documentation/kernel-parameters.txt | 28 +
16129 Makefile | 108 +-
16130 arch/alpha/include/asm/atomic.h | 10 +
16131 arch/alpha/include/asm/elf.h | 7 +
16132 arch/alpha/include/asm/pgalloc.h | 6 +
16133 arch/alpha/include/asm/pgtable.h | 11 +
16134 arch/alpha/kernel/module.c | 2 +-
16135 arch/alpha/kernel/osf_sys.c | 8 +-
16136 arch/alpha/mm/fault.c | 141 +-
16137 arch/arm/Kconfig | 2 +-
16138 arch/arm/include/asm/atomic.h | 320 +-
16139 arch/arm/include/asm/cache.h | 5 +-
16140 arch/arm/include/asm/cacheflush.h | 2 +-
16141 arch/arm/include/asm/checksum.h | 14 +-
16142 arch/arm/include/asm/cmpxchg.h | 4 +
16143 arch/arm/include/asm/cpuidle.h | 2 +-
16144 arch/arm/include/asm/domain.h | 22 +-
16145 arch/arm/include/asm/elf.h | 9 +-
16146 arch/arm/include/asm/fncpy.h | 2 +
16147 arch/arm/include/asm/futex.h | 10 +
16148 arch/arm/include/asm/kmap_types.h | 2 +-
16149 arch/arm/include/asm/mach/dma.h | 2 +-
16150 arch/arm/include/asm/mach/map.h | 16 +-
16151 arch/arm/include/asm/outercache.h | 2 +-
16152 arch/arm/include/asm/page.h | 3 +-
16153 arch/arm/include/asm/pgalloc.h | 20 +
16154 arch/arm/include/asm/pgtable-2level-hwdef.h | 4 +-
16155 arch/arm/include/asm/pgtable-2level.h | 3 +
16156 arch/arm/include/asm/pgtable-3level.h | 3 +
16157 arch/arm/include/asm/pgtable.h | 54 +-
16158 arch/arm/include/asm/smp.h | 2 +-
16159 arch/arm/include/asm/tls.h | 3 +
16160 arch/arm/include/asm/uaccess.h | 79 +-
16161 arch/arm/include/uapi/asm/ptrace.h | 2 +-
16162 arch/arm/kernel/armksyms.c | 2 +-
16163 arch/arm/kernel/cpuidle.c | 2 +-
16164 arch/arm/kernel/entry-armv.S | 109 +-
16165 arch/arm/kernel/entry-common.S | 40 +-
16166 arch/arm/kernel/entry-header.S | 55 +
16167 arch/arm/kernel/fiq.c | 3 +
16168 arch/arm/kernel/module-plts.c | 7 +-
16169 arch/arm/kernel/module.c | 38 +-
16170 arch/arm/kernel/patch.c | 2 +
16171 arch/arm/kernel/process.c | 90 +-
16172 arch/arm/kernel/reboot.c | 1 +
16173 arch/arm/kernel/setup.c | 20 +-
16174 arch/arm/kernel/signal.c | 35 +-
16175 arch/arm/kernel/smp.c | 2 +-
16176 arch/arm/kernel/tcm.c | 4 +-
16177 arch/arm/kernel/vmlinux.lds.S | 6 +-
16178 arch/arm/kvm/arm.c | 8 +-
16179 arch/arm/lib/copy_page.S | 1 +
16180 arch/arm/lib/csumpartialcopyuser.S | 4 +-
16181 arch/arm/lib/delay.c | 2 +-
16182 arch/arm/lib/uaccess_with_memcpy.c | 4 +-
16183 arch/arm/mach-exynos/suspend.c | 6 +-
16184 arch/arm/mach-mvebu/coherency.c | 4 +-
16185 arch/arm/mach-omap2/board-n8x0.c | 2 +-
16186 arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 +-
16187 arch/arm/mach-omap2/omap-smp.c | 1 +
16188 arch/arm/mach-omap2/omap-wakeupgen.c | 2 +-
16189 arch/arm/mach-omap2/omap_device.c | 4 +-
16190 arch/arm/mach-omap2/omap_device.h | 4 +-
16191 arch/arm/mach-omap2/omap_hwmod.c | 4 +-
16192 arch/arm/mach-omap2/powerdomains43xx_data.c | 5 +-
16193 arch/arm/mach-omap2/wd_timer.c | 6 +-
16194 arch/arm/mach-shmobile/platsmp-apmu.c | 5 +-
16195 arch/arm/mach-tegra/cpuidle-tegra20.c | 2 +-
16196 arch/arm/mach-tegra/irq.c | 1 +
16197 arch/arm/mach-ux500/pm.c | 1 +
16198 arch/arm/mach-zynq/platsmp.c | 1 +
16199 arch/arm/mm/Kconfig | 6 +-
16200 arch/arm/mm/alignment.c | 8 +
16201 arch/arm/mm/cache-l2x0.c | 2 +-
16202 arch/arm/mm/context.c | 10 +-
16203 arch/arm/mm/fault.c | 146 +
16204 arch/arm/mm/fault.h | 12 +
16205 arch/arm/mm/init.c | 39 +
16206 arch/arm/mm/ioremap.c | 4 +-
16207 arch/arm/mm/mmap.c | 30 +-
16208 arch/arm/mm/mmu.c | 162 +-
16209 arch/arm/net/bpf_jit_32.c | 3 +
16210 arch/arm/plat-iop/setup.c | 2 +-
16211 arch/arm/plat-omap/sram.c | 2 +
16212 arch/arm64/include/asm/atomic.h | 10 +
16213 arch/arm64/include/asm/percpu.h | 8 +-
16214 arch/arm64/include/asm/pgalloc.h | 5 +
16215 arch/arm64/include/asm/uaccess.h | 1 +
16216 arch/arm64/mm/dma-mapping.c | 2 +-
16217 arch/avr32/include/asm/elf.h | 8 +-
16218 arch/avr32/include/asm/kmap_types.h | 4 +-
16219 arch/avr32/mm/fault.c | 27 +
16220 arch/frv/include/asm/atomic.h | 10 +
16221 arch/frv/include/asm/kmap_types.h | 2 +-
16222 arch/frv/mm/elf-fdpic.c | 3 +-
16223 arch/ia64/Makefile | 1 +
16224 arch/ia64/include/asm/atomic.h | 10 +
16225 arch/ia64/include/asm/elf.h | 7 +
16226 arch/ia64/include/asm/pgalloc.h | 12 +
16227 arch/ia64/include/asm/pgtable.h | 13 +-
16228 arch/ia64/include/asm/spinlock.h | 2 +-
16229 arch/ia64/include/asm/uaccess.h | 27 +-
16230 arch/ia64/kernel/module.c | 45 +-
16231 arch/ia64/kernel/palinfo.c | 2 +-
16232 arch/ia64/kernel/sys_ia64.c | 7 +
16233 arch/ia64/kernel/vmlinux.lds.S | 2 +-
16234 arch/ia64/mm/fault.c | 32 +-
16235 arch/ia64/mm/init.c | 15 +-
16236 arch/m32r/lib/usercopy.c | 6 +
16237 arch/mips/cavium-octeon/dma-octeon.c | 2 +-
16238 arch/mips/include/asm/atomic.h | 368 +-
16239 arch/mips/include/asm/elf.h | 7 +
16240 arch/mips/include/asm/exec.h | 2 +-
16241 arch/mips/include/asm/hw_irq.h | 2 +-
16242 arch/mips/include/asm/local.h | 57 +
16243 arch/mips/include/asm/page.h | 2 +-
16244 arch/mips/include/asm/pgalloc.h | 5 +
16245 arch/mips/include/asm/pgtable.h | 3 +
16246 arch/mips/include/asm/uaccess.h | 1 +
16247 arch/mips/kernel/binfmt_elfn32.c | 7 +
16248 arch/mips/kernel/binfmt_elfo32.c | 7 +
16249 arch/mips/kernel/irq-gt641xx.c | 2 +-
16250 arch/mips/kernel/irq.c | 6 +-
16251 arch/mips/kernel/pm-cps.c | 2 +-
16252 arch/mips/kernel/process.c | 12 -
16253 arch/mips/kernel/sync-r4k.c | 24 +-
16254 arch/mips/kernel/traps.c | 13 +-
16255 arch/mips/mm/fault.c | 25 +
16256 arch/mips/mm/mmap.c | 51 +-
16257 arch/mips/sgi-ip27/ip27-nmi.c | 6 +-
16258 arch/mips/sni/rm200.c | 2 +-
16259 arch/mips/vr41xx/common/icu.c | 2 +-
16260 arch/mips/vr41xx/common/irq.c | 4 +-
16261 arch/parisc/include/asm/atomic.h | 10 +
16262 arch/parisc/include/asm/elf.h | 7 +
16263 arch/parisc/include/asm/pgalloc.h | 6 +
16264 arch/parisc/include/asm/pgtable.h | 11 +
16265 arch/parisc/include/asm/uaccess.h | 4 +-
16266 arch/parisc/kernel/module.c | 50 +-
16267 arch/parisc/kernel/sys_parisc.c | 15 +
16268 arch/parisc/kernel/traps.c | 4 +-
16269 arch/parisc/mm/fault.c | 140 +-
16270 arch/powerpc/include/asm/atomic.h | 329 +-
16271 arch/powerpc/include/asm/elf.h | 12 +
16272 arch/powerpc/include/asm/exec.h | 2 +-
16273 arch/powerpc/include/asm/kmap_types.h | 2 +-
16274 arch/powerpc/include/asm/local.h | 46 +
16275 arch/powerpc/include/asm/mman.h | 2 +-
16276 arch/powerpc/include/asm/page.h | 8 +-
16277 arch/powerpc/include/asm/page_64.h | 7 +-
16278 arch/powerpc/include/asm/pgalloc-64.h | 7 +
16279 arch/powerpc/include/asm/pgtable.h | 1 +
16280 arch/powerpc/include/asm/pte-hash32.h | 1 +
16281 arch/powerpc/include/asm/reg.h | 1 +
16282 arch/powerpc/include/asm/smp.h | 2 +-
16283 arch/powerpc/include/asm/spinlock.h | 42 +-
16284 arch/powerpc/include/asm/uaccess.h | 141 +-
16285 arch/powerpc/kernel/Makefile | 5 +
16286 arch/powerpc/kernel/exceptions-64e.S | 4 +-
16287 arch/powerpc/kernel/exceptions-64s.S | 2 +-
16288 arch/powerpc/kernel/module_32.c | 15 +-
16289 arch/powerpc/kernel/process.c | 46 -
16290 arch/powerpc/kernel/signal_32.c | 2 +-
16291 arch/powerpc/kernel/signal_64.c | 2 +-
16292 arch/powerpc/kernel/traps.c | 21 +
16293 arch/powerpc/kernel/vdso.c | 5 +-
16294 arch/powerpc/lib/usercopy_64.c | 18 -
16295 arch/powerpc/mm/fault.c | 56 +-
16296 arch/powerpc/mm/mmap.c | 16 +
16297 arch/powerpc/mm/slice.c | 13 +-
16298 arch/powerpc/platforms/cell/spufs/file.c | 4 +-
16299 arch/s390/include/asm/atomic.h | 10 +
16300 arch/s390/include/asm/elf.h | 7 +
16301 arch/s390/include/asm/exec.h | 2 +-
16302 arch/s390/include/asm/uaccess.h | 13 +-
16303 arch/s390/kernel/module.c | 22 +-
16304 arch/s390/kernel/process.c | 24 -
16305 arch/s390/mm/mmap.c | 16 +
16306 arch/score/include/asm/exec.h | 2 +-
16307 arch/score/kernel/process.c | 5 -
16308 arch/sh/mm/mmap.c | 22 +-
16309 arch/sparc/include/asm/atomic_64.h | 110 +-
16310 arch/sparc/include/asm/cache.h | 2 +-
16311 arch/sparc/include/asm/elf_32.h | 7 +
16312 arch/sparc/include/asm/elf_64.h | 7 +
16313 arch/sparc/include/asm/pgalloc_32.h | 1 +
16314 arch/sparc/include/asm/pgalloc_64.h | 1 +
16315 arch/sparc/include/asm/pgtable.h | 4 +
16316 arch/sparc/include/asm/pgtable_32.h | 15 +-
16317 arch/sparc/include/asm/pgtsrmmu.h | 5 +
16318 arch/sparc/include/asm/setup.h | 4 +-
16319 arch/sparc/include/asm/spinlock_64.h | 35 +-
16320 arch/sparc/include/asm/thread_info_32.h | 1 +
16321 arch/sparc/include/asm/thread_info_64.h | 2 +
16322 arch/sparc/include/asm/uaccess.h | 1 +
16323 arch/sparc/include/asm/uaccess_32.h | 28 +-
16324 arch/sparc/include/asm/uaccess_64.h | 24 +-
16325 arch/sparc/kernel/Makefile | 2 +-
16326 arch/sparc/kernel/prom_common.c | 2 +-
16327 arch/sparc/kernel/smp_64.c | 8 +-
16328 arch/sparc/kernel/sys_sparc_32.c | 2 +-
16329 arch/sparc/kernel/sys_sparc_64.c | 52 +-
16330 arch/sparc/kernel/traps_64.c | 27 +-
16331 arch/sparc/lib/Makefile | 2 +-
16332 arch/sparc/lib/atomic_64.S | 57 +-
16333 arch/sparc/lib/ksyms.c | 6 +-
16334 arch/sparc/mm/Makefile | 2 +-
16335 arch/sparc/mm/fault_32.c | 292 +
16336 arch/sparc/mm/fault_64.c | 486 +
16337 arch/sparc/mm/hugetlbpage.c | 22 +-
16338 arch/sparc/mm/init_64.c | 10 +-
16339 arch/tile/include/asm/atomic_64.h | 10 +
16340 arch/tile/include/asm/uaccess.h | 4 +-
16341 arch/um/Makefile | 4 +
16342 arch/um/include/asm/kmap_types.h | 2 +-
16343 arch/um/include/asm/page.h | 3 +
16344 arch/um/include/asm/pgtable-3level.h | 1 +
16345 arch/um/kernel/process.c | 16 -
16346 arch/x86/Kconfig | 15 +-
16347 arch/x86/Kconfig.cpu | 6 +-
16348 arch/x86/Kconfig.debug | 4 +-
16349 arch/x86/Makefile | 13 +-
16350 arch/x86/boot/Makefile | 3 +
16351 arch/x86/boot/bitops.h | 4 +-
16352 arch/x86/boot/boot.h | 2 +-
16353 arch/x86/boot/compressed/Makefile | 3 +
16354 arch/x86/boot/compressed/efi_stub_32.S | 16 +-
16355 arch/x86/boot/compressed/efi_thunk_64.S | 4 +-
16356 arch/x86/boot/compressed/head_32.S | 4 +-
16357 arch/x86/boot/compressed/head_64.S | 12 +-
16358 arch/x86/boot/compressed/misc.c | 11 +-
16359 arch/x86/boot/cpucheck.c | 16 +-
16360 arch/x86/boot/header.S | 6 +-
16361 arch/x86/boot/memory.c | 2 +-
16362 arch/x86/boot/video-vesa.c | 1 +
16363 arch/x86/boot/video.c | 2 +-
16364 arch/x86/crypto/aes-x86_64-asm_64.S | 4 +
16365 arch/x86/crypto/aesni-intel_asm.S | 106 +-
16366 arch/x86/crypto/blowfish-x86_64-asm_64.S | 7 +
16367 arch/x86/crypto/camellia-aesni-avx-asm_64.S | 10 +
16368 arch/x86/crypto/camellia-aesni-avx2-asm_64.S | 10 +
16369 arch/x86/crypto/camellia-x86_64-asm_64.S | 7 +
16370 arch/x86/crypto/cast5-avx-x86_64-asm_64.S | 51 +-
16371 arch/x86/crypto/cast6-avx-x86_64-asm_64.S | 25 +-
16372 arch/x86/crypto/crc32c-pcl-intel-asm_64.S | 4 +-
16373 arch/x86/crypto/ghash-clmulni-intel_asm.S | 4 +
16374 arch/x86/crypto/salsa20-x86_64-asm_64.S | 4 +
16375 arch/x86/crypto/serpent-avx-x86_64-asm_64.S | 9 +
16376 arch/x86/crypto/serpent-avx2-asm_64.S | 9 +
16377 arch/x86/crypto/serpent-sse2-x86_64-asm_64.S | 4 +
16378 arch/x86/crypto/sha1_ssse3_asm.S | 10 +-
16379 arch/x86/crypto/sha256-avx-asm.S | 2 +
16380 arch/x86/crypto/sha256-avx2-asm.S | 2 +
16381 arch/x86/crypto/sha256-ssse3-asm.S | 2 +
16382 arch/x86/crypto/sha512-avx-asm.S | 2 +
16383 arch/x86/crypto/sha512-avx2-asm.S | 2 +
16384 arch/x86/crypto/sha512-ssse3-asm.S | 2 +
16385 arch/x86/crypto/twofish-avx-x86_64-asm_64.S | 25 +-
16386 arch/x86/crypto/twofish-x86_64-asm_64-3way.S | 4 +
16387 arch/x86/crypto/twofish-x86_64-asm_64.S | 3 +
16388 arch/x86/entry/calling.h | 86 +-
16389 arch/x86/entry/common.c | 13 +-
16390 arch/x86/entry/entry_32.S | 351 +-
16391 arch/x86/entry/entry_64.S | 619 +-
16392 arch/x86/entry/entry_64_compat.S | 159 +-
16393 arch/x86/entry/thunk_64.S | 2 +
16394 arch/x86/entry/vdso/Makefile | 2 +-
16395 arch/x86/entry/vdso/vdso2c.h | 8 +-
16396 arch/x86/entry/vdso/vma.c | 41 +-
16397 arch/x86/entry/vsyscall/vsyscall_64.c | 16 +-
16398 arch/x86/entry/vsyscall/vsyscall_emu_64.S | 2 +-
16399 arch/x86/ia32/ia32_signal.c | 23 +-
16400 arch/x86/ia32/sys_ia32.c | 42 +-
16401 arch/x86/include/asm/alternative-asm.h | 43 +-
16402 arch/x86/include/asm/alternative.h | 4 +-
16403 arch/x86/include/asm/apic.h | 2 +-
16404 arch/x86/include/asm/apm.h | 4 +-
16405 arch/x86/include/asm/atomic.h | 230 +-
16406 arch/x86/include/asm/atomic64_32.h | 100 +
16407 arch/x86/include/asm/atomic64_64.h | 164 +-
16408 arch/x86/include/asm/bitops.h | 18 +-
16409 arch/x86/include/asm/boot.h | 2 +-
16410 arch/x86/include/asm/cache.h | 5 +-
16411 arch/x86/include/asm/checksum_32.h | 12 +-
16412 arch/x86/include/asm/cmpxchg.h | 39 +
16413 arch/x86/include/asm/compat.h | 2 +-
16414 arch/x86/include/asm/cpufeature.h | 17 +-
16415 arch/x86/include/asm/desc.h | 78 +-
16416 arch/x86/include/asm/desc_defs.h | 6 +
16417 arch/x86/include/asm/div64.h | 2 +-
16418 arch/x86/include/asm/elf.h | 33 +-
16419 arch/x86/include/asm/emergency-restart.h | 2 +-
16420 arch/x86/include/asm/fpu/internal.h | 42 +-
16421 arch/x86/include/asm/fpu/types.h | 6 +-
16422 arch/x86/include/asm/futex.h | 14 +-
16423 arch/x86/include/asm/hw_irq.h | 4 +-
16424 arch/x86/include/asm/i8259.h | 2 +-
16425 arch/x86/include/asm/io.h | 22 +-
16426 arch/x86/include/asm/irqflags.h | 5 +
16427 arch/x86/include/asm/kprobes.h | 9 +-
16428 arch/x86/include/asm/local.h | 106 +-
16429 arch/x86/include/asm/mman.h | 15 +
16430 arch/x86/include/asm/mmu.h | 14 +-
16431 arch/x86/include/asm/mmu_context.h | 114 +-
16432 arch/x86/include/asm/module.h | 17 +-
16433 arch/x86/include/asm/nmi.h | 19 +-
16434 arch/x86/include/asm/page.h | 1 +
16435 arch/x86/include/asm/page_32.h | 12 +-
16436 arch/x86/include/asm/page_64.h | 14 +-
16437 arch/x86/include/asm/paravirt.h | 46 +-
16438 arch/x86/include/asm/paravirt_types.h | 15 +-
16439 arch/x86/include/asm/pgalloc.h | 23 +
16440 arch/x86/include/asm/pgtable-2level.h | 2 +
16441 arch/x86/include/asm/pgtable-3level.h | 7 +
16442 arch/x86/include/asm/pgtable.h | 128 +-
16443 arch/x86/include/asm/pgtable_32.h | 14 +-
16444 arch/x86/include/asm/pgtable_32_types.h | 24 +-
16445 arch/x86/include/asm/pgtable_64.h | 23 +-
16446 arch/x86/include/asm/pgtable_64_types.h | 5 +
16447 arch/x86/include/asm/pgtable_types.h | 26 +-
16448 arch/x86/include/asm/preempt.h | 2 +-
16449 arch/x86/include/asm/processor.h | 57 +-
16450 arch/x86/include/asm/ptrace.h | 13 +-
16451 arch/x86/include/asm/realmode.h | 4 +-
16452 arch/x86/include/asm/reboot.h | 10 +-
16453 arch/x86/include/asm/rmwcc.h | 84 +-
16454 arch/x86/include/asm/rwsem.h | 60 +-
16455 arch/x86/include/asm/segment.h | 27 +-
16456 arch/x86/include/asm/smap.h | 43 +
16457 arch/x86/include/asm/smp.h | 14 +-
16458 arch/x86/include/asm/stackprotector.h | 4 +-
16459 arch/x86/include/asm/stacktrace.h | 32 +-
16460 arch/x86/include/asm/switch_to.h | 4 +-
16461 arch/x86/include/asm/sys_ia32.h | 6 +-
16462 arch/x86/include/asm/thread_info.h | 27 +-
16463 arch/x86/include/asm/tlbflush.h | 77 +-
16464 arch/x86/include/asm/uaccess.h | 192 +-
16465 arch/x86/include/asm/uaccess_32.h | 28 +-
16466 arch/x86/include/asm/uaccess_64.h | 169 +-
16467 arch/x86/include/asm/word-at-a-time.h | 2 +-
16468 arch/x86/include/asm/x86_init.h | 10 +-
16469 arch/x86/include/asm/xen/page.h | 2 +-
16470 arch/x86/include/uapi/asm/e820.h | 2 +-
16471 arch/x86/kernel/Makefile | 2 +-
16472 arch/x86/kernel/acpi/boot.c | 4 +-
16473 arch/x86/kernel/acpi/sleep.c | 4 +
16474 arch/x86/kernel/acpi/wakeup_32.S | 6 +-
16475 arch/x86/kernel/alternative.c | 124 +-
16476 arch/x86/kernel/apic/apic.c | 4 +-
16477 arch/x86/kernel/apic/apic_flat_64.c | 6 +-
16478 arch/x86/kernel/apic/apic_noop.c | 2 +-
16479 arch/x86/kernel/apic/bigsmp_32.c | 2 +-
16480 arch/x86/kernel/apic/io_apic.c | 8 +-
16481 arch/x86/kernel/apic/msi.c | 2 +-
16482 arch/x86/kernel/apic/probe_32.c | 4 +-
16483 arch/x86/kernel/apic/vector.c | 4 +-
16484 arch/x86/kernel/apic/x2apic_cluster.c | 2 +-
16485 arch/x86/kernel/apic/x2apic_phys.c | 2 +-
16486 arch/x86/kernel/apic/x2apic_uv_x.c | 2 +-
16487 arch/x86/kernel/apm_32.c | 21 +-
16488 arch/x86/kernel/asm-offsets.c | 20 +
16489 arch/x86/kernel/asm-offsets_64.c | 1 +
16490 arch/x86/kernel/cpu/Makefile | 4 -
16491 arch/x86/kernel/cpu/amd.c | 2 +-
16492 arch/x86/kernel/cpu/bugs_64.c | 2 +
16493 arch/x86/kernel/cpu/common.c | 202 +-
16494 arch/x86/kernel/cpu/intel_cacheinfo.c | 14 +-
16495 arch/x86/kernel/cpu/mcheck/mce.c | 34 +-
16496 arch/x86/kernel/cpu/mcheck/p5.c | 3 +
16497 arch/x86/kernel/cpu/mcheck/winchip.c | 3 +
16498 arch/x86/kernel/cpu/microcode/intel.c | 4 +-
16499 arch/x86/kernel/cpu/mtrr/main.c | 2 +-
16500 arch/x86/kernel/cpu/mtrr/mtrr.h | 2 +-
16501 arch/x86/kernel/cpu/perf_event.c | 10 +-
16502 arch/x86/kernel/cpu/perf_event_amd_iommu.c | 2 +-
16503 arch/x86/kernel/cpu/perf_event_intel.c | 6 +-
16504 arch/x86/kernel/cpu/perf_event_intel_bts.c | 6 +-
16505 arch/x86/kernel/cpu/perf_event_intel_cqm.c | 4 +-
16506 arch/x86/kernel/cpu/perf_event_intel_pt.c | 44 +-
16507 arch/x86/kernel/cpu/perf_event_intel_rapl.c | 2 +-
16508 arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 +-
16509 arch/x86/kernel/cpu/perf_event_intel_uncore.h | 2 +-
16510 arch/x86/kernel/crash_dump_64.c | 2 +-
16511 arch/x86/kernel/doublefault.c | 8 +-
16512 arch/x86/kernel/dumpstack.c | 24 +-
16513 arch/x86/kernel/dumpstack_32.c | 25 +-
16514 arch/x86/kernel/dumpstack_64.c | 62 +-
16515 arch/x86/kernel/e820.c | 4 +-
16516 arch/x86/kernel/early_printk.c | 1 +
16517 arch/x86/kernel/espfix_64.c | 44 +-
16518 arch/x86/kernel/fpu/core.c | 24 +-
16519 arch/x86/kernel/fpu/init.c | 40 +-
16520 arch/x86/kernel/fpu/regset.c | 22 +-
16521 arch/x86/kernel/fpu/signal.c | 20 +-
16522 arch/x86/kernel/fpu/xstate.c | 8 +-
16523 arch/x86/kernel/ftrace.c | 18 +-
16524 arch/x86/kernel/head64.c | 14 +-
16525 arch/x86/kernel/head_32.S | 235 +-
16526 arch/x86/kernel/head_64.S | 173 +-
16527 arch/x86/kernel/i386_ksyms_32.c | 12 +
16528 arch/x86/kernel/i8259.c | 10 +-
16529 arch/x86/kernel/io_delay.c | 2 +-
16530 arch/x86/kernel/ioport.c | 2 +-
16531 arch/x86/kernel/irq.c | 8 +-
16532 arch/x86/kernel/irq_32.c | 45 +-
16533 arch/x86/kernel/jump_label.c | 10 +-
16534 arch/x86/kernel/kgdb.c | 21 +-
16535 arch/x86/kernel/kprobes/core.c | 28 +-
16536 arch/x86/kernel/kprobes/opt.c | 16 +-
16537 arch/x86/kernel/ksysfs.c | 2 +-
16538 arch/x86/kernel/kvmclock.c | 20 +-
16539 arch/x86/kernel/ldt.c | 25 +
16540 arch/x86/kernel/livepatch.c | 12 +-
16541 arch/x86/kernel/machine_kexec_32.c | 6 +-
16542 arch/x86/kernel/mcount_64.S | 19 +-
16543 arch/x86/kernel/module.c | 78 +-
16544 arch/x86/kernel/msr.c | 2 +-
16545 arch/x86/kernel/nmi.c | 34 +-
16546 arch/x86/kernel/nmi_selftest.c | 4 +-
16547 arch/x86/kernel/paravirt-spinlocks.c | 2 +-
16548 arch/x86/kernel/paravirt.c | 45 +-
16549 arch/x86/kernel/paravirt_patch_64.c | 8 +
16550 arch/x86/kernel/pci-calgary_64.c | 2 +-
16551 arch/x86/kernel/pci-iommu_table.c | 2 +-
16552 arch/x86/kernel/pci-swiotlb.c | 2 +-
16553 arch/x86/kernel/process.c | 80 +-
16554 arch/x86/kernel/process_32.c | 29 +-
16555 arch/x86/kernel/process_64.c | 14 +-
16556 arch/x86/kernel/ptrace.c | 20 +-
16557 arch/x86/kernel/pvclock.c | 8 +-
16558 arch/x86/kernel/reboot.c | 44 +-
16559 arch/x86/kernel/reboot_fixups_32.c | 2 +-
16560 arch/x86/kernel/relocate_kernel_64.S | 3 +-
16561 arch/x86/kernel/setup.c | 29 +-
16562 arch/x86/kernel/setup_percpu.c | 29 +-
16563 arch/x86/kernel/signal.c | 17 +-
16564 arch/x86/kernel/smp.c | 2 +-
16565 arch/x86/kernel/smpboot.c | 29 +-
16566 arch/x86/kernel/step.c | 6 +-
16567 arch/x86/kernel/sys_i386_32.c | 184 +
16568 arch/x86/kernel/sys_x86_64.c | 22 +-
16569 arch/x86/kernel/tboot.c | 14 +-
16570 arch/x86/kernel/time.c | 8 +-
16571 arch/x86/kernel/tls.c | 7 +-
16572 arch/x86/kernel/tracepoint.c | 4 +-
16573 arch/x86/kernel/traps.c | 53 +-
16574 arch/x86/kernel/tsc.c | 2 +-
16575 arch/x86/kernel/uprobes.c | 2 +-
16576 arch/x86/kernel/vm86_32.c | 6 +-
16577 arch/x86/kernel/vmlinux.lds.S | 153 +-
16578 arch/x86/kernel/x8664_ksyms_64.c | 6 +-
16579 arch/x86/kernel/x86_init.c | 6 +-
16580 arch/x86/kvm/cpuid.c | 21 +-
16581 arch/x86/kvm/emulate.c | 2 +-
16582 arch/x86/kvm/lapic.c | 2 +-
16583 arch/x86/kvm/paging_tmpl.h | 2 +-
16584 arch/x86/kvm/svm.c | 10 +-
16585 arch/x86/kvm/vmx.c | 62 +-
16586 arch/x86/kvm/x86.c | 42 +-
16587 arch/x86/lguest/boot.c | 3 +-
16588 arch/x86/lib/atomic64_386_32.S | 164 +
16589 arch/x86/lib/atomic64_cx8_32.S | 98 +-
16590 arch/x86/lib/checksum_32.S | 99 +-
16591 arch/x86/lib/clear_page_64.S | 3 +
16592 arch/x86/lib/cmpxchg16b_emu.S | 3 +
16593 arch/x86/lib/copy_page_64.S | 14 +-
16594 arch/x86/lib/copy_user_64.S | 66 +-
16595 arch/x86/lib/csum-copy_64.S | 14 +-
16596 arch/x86/lib/csum-wrappers_64.c | 8 +-
16597 arch/x86/lib/getuser.S | 74 +-
16598 arch/x86/lib/insn.c | 8 +-
16599 arch/x86/lib/iomap_copy_64.S | 2 +
16600 arch/x86/lib/memcpy_64.S | 6 +
16601 arch/x86/lib/memmove_64.S | 3 +-
16602 arch/x86/lib/memset_64.S | 3 +
16603 arch/x86/lib/mmx_32.c | 243 +-
16604 arch/x86/lib/msr-reg.S | 2 +
16605 arch/x86/lib/putuser.S | 87 +-
16606 arch/x86/lib/rwsem.S | 6 +-
16607 arch/x86/lib/usercopy_32.c | 359 +-
16608 arch/x86/lib/usercopy_64.c | 20 +-
16609 arch/x86/math-emu/fpu_aux.c | 2 +-
16610 arch/x86/math-emu/fpu_entry.c | 4 +-
16611 arch/x86/math-emu/fpu_system.h | 2 +-
16612 arch/x86/mm/Makefile | 4 +
16613 arch/x86/mm/extable.c | 26 +-
16614 arch/x86/mm/fault.c | 570 +-
16615 arch/x86/mm/gup.c | 6 +-
16616 arch/x86/mm/highmem_32.c | 6 +
16617 arch/x86/mm/hugetlbpage.c | 24 +-
16618 arch/x86/mm/init.c | 111 +-
16619 arch/x86/mm/init_32.c | 111 +-
16620 arch/x86/mm/init_64.c | 46 +-
16621 arch/x86/mm/iomap_32.c | 4 +
16622 arch/x86/mm/ioremap.c | 52 +-
16623 arch/x86/mm/kmemcheck/kmemcheck.c | 4 +-
16624 arch/x86/mm/mmap.c | 40 +-
16625 arch/x86/mm/mmio-mod.c | 10 +-
16626 arch/x86/mm/numa.c | 2 +-
16627 arch/x86/mm/pageattr.c | 38 +-
16628 arch/x86/mm/pat.c | 12 +-
16629 arch/x86/mm/pat_rbtree.c | 2 +-
16630 arch/x86/mm/pf_in.c | 10 +-
16631 arch/x86/mm/pgtable.c | 214 +-
16632 arch/x86/mm/pgtable_32.c | 3 +
16633 arch/x86/mm/setup_nx.c | 7 +
16634 arch/x86/mm/tlb.c | 4 +
16635 arch/x86/mm/uderef_64.c | 37 +
16636 arch/x86/net/bpf_jit.S | 11 +
16637 arch/x86/net/bpf_jit_comp.c | 13 +-
16638 arch/x86/oprofile/backtrace.c | 6 +-
16639 arch/x86/oprofile/nmi_int.c | 8 +-
16640 arch/x86/oprofile/op_model_amd.c | 8 +-
16641 arch/x86/oprofile/op_model_ppro.c | 7 +-
16642 arch/x86/oprofile/op_x86_model.h | 2 +-
16643 arch/x86/pci/intel_mid_pci.c | 2 +-
16644 arch/x86/pci/irq.c | 8 +-
16645 arch/x86/pci/pcbios.c | 144 +-
16646 arch/x86/platform/efi/efi_32.c | 24 +
16647 arch/x86/platform/efi/efi_64.c | 26 +-
16648 arch/x86/platform/efi/efi_stub_32.S | 64 +-
16649 arch/x86/platform/efi/efi_stub_64.S | 2 +
16650 arch/x86/platform/intel-mid/intel-mid.c | 5 +-
16651 arch/x86/platform/intel-mid/intel_mid_weak_decls.h | 6 +-
16652 arch/x86/platform/intel-mid/mfld.c | 4 +-
16653 arch/x86/platform/intel-mid/mrfl.c | 2 +-
16654 arch/x86/platform/intel-quark/imr_selftest.c | 2 +-
16655 arch/x86/platform/olpc/olpc_dt.c | 2 +-
16656 arch/x86/power/cpu.c | 11 +-
16657 arch/x86/realmode/init.c | 10 +-
16658 arch/x86/realmode/rm/Makefile | 3 +
16659 arch/x86/realmode/rm/header.S | 4 +-
16660 arch/x86/realmode/rm/reboot.S | 4 +
16661 arch/x86/realmode/rm/trampoline_32.S | 12 +-
16662 arch/x86/realmode/rm/trampoline_64.S | 3 +-
16663 arch/x86/realmode/rm/wakeup_asm.S | 5 +-
16664 arch/x86/tools/Makefile | 2 +-
16665 arch/x86/tools/relocs.c | 96 +-
16666 arch/x86/um/mem_32.c | 2 +-
16667 arch/x86/um/tls_32.c | 2 +-
16668 arch/x86/xen/enlighten.c | 50 +-
16669 arch/x86/xen/mmu.c | 19 +-
16670 arch/x86/xen/smp.c | 16 +-
16671 arch/x86/xen/xen-asm_32.S | 2 +-
16672 arch/x86/xen/xen-head.S | 11 +
16673 arch/x86/xen/xen-ops.h | 2 -
16674 block/bio.c | 4 +-
16675 block/blk-iopoll.c | 2 +-
16676 block/blk-map.c | 2 +-
16677 block/blk-softirq.c | 2 +-
16678 block/bsg.c | 12 +-
16679 block/compat_ioctl.c | 4 +-
16680 block/genhd.c | 9 +-
16681 block/partitions/efi.c | 8 +-
16682 block/scsi_ioctl.c | 29 +-
16683 crypto/cryptd.c | 4 +-
16684 crypto/pcrypt.c | 2 +-
16685 crypto/zlib.c | 12 +-
16686 drivers/acpi/acpi_video.c | 2 +-
16687 drivers/acpi/apei/apei-internal.h | 2 +-
16688 drivers/acpi/apei/ghes.c | 4 +-
16689 drivers/acpi/bgrt.c | 6 +-
16690 drivers/acpi/blacklist.c | 4 +-
16691 drivers/acpi/bus.c | 4 +-
16692 drivers/acpi/device_pm.c | 4 +-
16693 drivers/acpi/ec.c | 2 +-
16694 drivers/acpi/pci_slot.c | 2 +-
16695 drivers/acpi/processor_idle.c | 2 +-
16696 drivers/acpi/processor_pdc.c | 2 +-
16697 drivers/acpi/sleep.c | 2 +-
16698 drivers/acpi/sysfs.c | 4 +-
16699 drivers/acpi/thermal.c | 2 +-
16700 drivers/acpi/video_detect.c | 7 +-
16701 drivers/ata/libata-core.c | 12 +-
16702 drivers/ata/libata-scsi.c | 2 +-
16703 drivers/ata/libata.h | 2 +-
16704 drivers/ata/pata_arasan_cf.c | 4 +-
16705 drivers/atm/adummy.c | 2 +-
16706 drivers/atm/ambassador.c | 8 +-
16707 drivers/atm/atmtcp.c | 14 +-
16708 drivers/atm/eni.c | 10 +-
16709 drivers/atm/firestream.c | 8 +-
16710 drivers/atm/fore200e.c | 14 +-
16711 drivers/atm/he.c | 18 +-
16712 drivers/atm/horizon.c | 4 +-
16713 drivers/atm/idt77252.c | 36 +-
16714 drivers/atm/iphase.c | 34 +-
16715 drivers/atm/lanai.c | 12 +-
16716 drivers/atm/nicstar.c | 46 +-
16717 drivers/atm/solos-pci.c | 4 +-
16718 drivers/atm/suni.c | 4 +-
16719 drivers/atm/uPD98402.c | 16 +-
16720 drivers/atm/zatm.c | 6 +-
16721 drivers/base/bus.c | 4 +-
16722 drivers/base/devtmpfs.c | 8 +-
16723 drivers/base/node.c | 2 +-
16724 drivers/base/platform-msi.c | 20 +-
16725 drivers/base/power/domain.c | 11 +-
16726 drivers/base/power/sysfs.c | 2 +-
16727 drivers/base/power/wakeup.c | 8 +-
16728 drivers/base/regmap/regmap-debugfs.c | 11 +-
16729 drivers/base/syscore.c | 4 +-
16730 drivers/block/cciss.c | 28 +-
16731 drivers/block/cciss.h | 2 +-
16732 drivers/block/cpqarray.c | 28 +-
16733 drivers/block/cpqarray.h | 2 +-
16734 drivers/block/drbd/drbd_bitmap.c | 2 +-
16735 drivers/block/drbd/drbd_int.h | 8 +-
16736 drivers/block/drbd/drbd_main.c | 12 +-
16737 drivers/block/drbd/drbd_nl.c | 4 +-
16738 drivers/block/drbd/drbd_receiver.c | 34 +-
16739 drivers/block/drbd/drbd_worker.c | 8 +-
16740 drivers/block/pktcdvd.c | 4 +-
16741 drivers/block/rbd.c | 2 +-
16742 drivers/bluetooth/btwilink.c | 2 +-
16743 drivers/bus/arm-cci.c | 12 +-
16744 drivers/cdrom/cdrom.c | 11 +-
16745 drivers/cdrom/gdrom.c | 1 -
16746 drivers/char/agp/compat_ioctl.c | 2 +-
16747 drivers/char/agp/frontend.c | 4 +-
16748 drivers/char/agp/intel-gtt.c | 4 +-
16749 drivers/char/hpet.c | 2 +-
16750 drivers/char/ipmi/ipmi_msghandler.c | 8 +-
16751 drivers/char/ipmi/ipmi_si_intf.c | 8 +-
16752 drivers/char/mem.c | 47 +-
16753 drivers/char/nvram.c | 2 +-
16754 drivers/char/pcmcia/synclink_cs.c | 16 +-
16755 drivers/char/random.c | 12 +-
16756 drivers/char/sonypi.c | 11 +-
16757 drivers/char/tpm/tpm_acpi.c | 3 +-
16758 drivers/char/tpm/tpm_eventlog.c | 4 +-
16759 drivers/char/virtio_console.c | 4 +-
16760 drivers/clk/clk-composite.c | 2 +-
16761 drivers/clk/samsung/clk.h | 2 +-
16762 drivers/clk/socfpga/clk-gate.c | 9 +-
16763 drivers/clk/socfpga/clk-pll.c | 9 +-
16764 drivers/clk/ti/clk.c | 8 +-
16765 drivers/cpufreq/acpi-cpufreq.c | 17 +-
16766 drivers/cpufreq/cpufreq-dt.c | 4 +-
16767 drivers/cpufreq/cpufreq.c | 30 +-
16768 drivers/cpufreq/cpufreq_governor.c | 2 +-
16769 drivers/cpufreq/cpufreq_governor.h | 4 +-
16770 drivers/cpufreq/cpufreq_ondemand.c | 10 +-
16771 drivers/cpufreq/intel_pstate.c | 33 +-
16772 drivers/cpufreq/p4-clockmod.c | 12 +-
16773 drivers/cpufreq/sparc-us3-cpufreq.c | 67 +-
16774 drivers/cpufreq/speedstep-centrino.c | 7 +-
16775 drivers/cpuidle/driver.c | 2 +-
16776 drivers/cpuidle/dt_idle_states.c | 2 +-
16777 drivers/cpuidle/governor.c | 2 +-
16778 drivers/cpuidle/sysfs.c | 2 +-
16779 drivers/crypto/hifn_795x.c | 4 +-
16780 drivers/devfreq/devfreq.c | 4 +-
16781 drivers/dma/sh/shdma-base.c | 4 +-
16782 drivers/dma/sh/shdmac.c | 2 +-
16783 drivers/edac/edac_device.c | 4 +-
16784 drivers/edac/edac_mc_sysfs.c | 2 +-
16785 drivers/edac/edac_pci.c | 4 +-
16786 drivers/edac/edac_pci_sysfs.c | 22 +-
16787 drivers/edac/mce_amd.h | 2 +-
16788 drivers/firewire/core-card.c | 6 +-
16789 drivers/firewire/core-device.c | 2 +-
16790 drivers/firewire/core-transaction.c | 1 +
16791 drivers/firewire/core.h | 1 +
16792 drivers/firmware/dmi-id.c | 2 +-
16793 drivers/firmware/dmi_scan.c | 12 +-
16794 drivers/firmware/efi/cper.c | 8 +-
16795 drivers/firmware/efi/efi.c | 12 +-
16796 drivers/firmware/efi/efivars.c | 2 +-
16797 drivers/firmware/efi/runtime-map.c | 2 +-
16798 drivers/firmware/google/gsmi.c | 2 +-
16799 drivers/firmware/google/memconsole.c | 7 +-
16800 drivers/firmware/memmap.c | 2 +-
16801 drivers/firmware/psci.c | 2 +-
16802 drivers/gpio/gpio-davinci.c | 6 +-
16803 drivers/gpio/gpio-em.c | 2 +-
16804 drivers/gpio/gpio-ich.c | 2 +-
16805 drivers/gpio/gpio-omap.c | 4 +-
16806 drivers/gpio/gpio-rcar.c | 2 +-
16807 drivers/gpio/gpio-vr41xx.c | 2 +-
16808 drivers/gpio/gpiolib.c | 12 +-
16809 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
16810 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 2 +-
16811 drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 +-
16812 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 90 +-
16813 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 8 +-
16814 .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 14 +-
16815 .../drm/amd/amdkfd/kfd_device_queue_manager_vi.c | 14 +-
16816 drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 4 +-
16817 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c | 2 +-
16818 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.h | 2 +-
16819 .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 16 +-
16820 drivers/gpu/drm/drm_crtc.c | 2 +-
16821 drivers/gpu/drm/drm_drv.c | 2 +-
16822 drivers/gpu/drm/drm_fops.c | 12 +-
16823 drivers/gpu/drm/drm_global.c | 14 +-
16824 drivers/gpu/drm/drm_info.c | 13 +-
16825 drivers/gpu/drm/drm_ioc32.c | 13 +-
16826 drivers/gpu/drm/drm_ioctl.c | 2 +-
16827 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c | 10 +-
16828 drivers/gpu/drm/i810/i810_drv.h | 4 +-
16829 drivers/gpu/drm/i915/i915_dma.c | 2 +-
16830 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 4 +-
16831 drivers/gpu/drm/i915/i915_gem_gtt.c | 16 +-
16832 drivers/gpu/drm/i915/i915_gem_gtt.h | 6 +-
16833 drivers/gpu/drm/i915/i915_ioc32.c | 10 +-
16834 drivers/gpu/drm/i915/intel_display.c | 26 +-
16835 drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
16836 drivers/gpu/drm/mga/mga_drv.h | 4 +-
16837 drivers/gpu/drm/mga/mga_ioc32.c | 10 +-
16838 drivers/gpu/drm/mga/mga_irq.c | 8 +-
16839 drivers/gpu/drm/nouveau/nouveau_bios.c | 2 +-
16840 drivers/gpu/drm/nouveau/nouveau_drm.h | 1 -
16841 drivers/gpu/drm/nouveau/nouveau_ioc32.c | 2 +-
16842 drivers/gpu/drm/nouveau/nouveau_vga.c | 2 +-
16843 drivers/gpu/drm/omapdrm/Makefile | 2 +-
16844 drivers/gpu/drm/qxl/qxl_cmd.c | 12 +-
16845 drivers/gpu/drm/qxl/qxl_debugfs.c | 8 +-
16846 drivers/gpu/drm/qxl/qxl_drv.h | 8 +-
16847 drivers/gpu/drm/qxl/qxl_ioctl.c | 10 +-
16848 drivers/gpu/drm/qxl/qxl_irq.c | 16 +-
16849 drivers/gpu/drm/qxl/qxl_ttm.c | 38 +-
16850 drivers/gpu/drm/r128/r128_cce.c | 2 +-
16851 drivers/gpu/drm/r128/r128_drv.h | 4 +-
16852 drivers/gpu/drm/r128/r128_ioc32.c | 10 +-
16853 drivers/gpu/drm/r128/r128_irq.c | 4 +-
16854 drivers/gpu/drm/r128/r128_state.c | 4 +-
16855 drivers/gpu/drm/radeon/mkregtable.c | 4 +-
16856 drivers/gpu/drm/radeon/radeon_device.c | 2 +-
16857 drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
16858 drivers/gpu/drm/radeon/radeon_ioc32.c | 12 +-
16859 drivers/gpu/drm/radeon/radeon_irq.c | 6 +-
16860 drivers/gpu/drm/radeon/radeon_state.c | 4 +-
16861 drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
16862 drivers/gpu/drm/tegra/dc.c | 2 +-
16863 drivers/gpu/drm/tegra/dsi.c | 2 +-
16864 drivers/gpu/drm/tegra/hdmi.c | 2 +-
16865 drivers/gpu/drm/tegra/sor.c | 7 +-
16866 drivers/gpu/drm/tilcdc/Makefile | 6 +-
16867 drivers/gpu/drm/ttm/ttm_memory.c | 4 +-
16868 drivers/gpu/drm/ttm/ttm_page_alloc.c | 18 +-
16869 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 18 +-
16870 drivers/gpu/drm/udl/udl_fb.c | 1 -
16871 drivers/gpu/drm/via/via_drv.h | 4 +-
16872 drivers/gpu/drm/via/via_irq.c | 18 +-
16873 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 2 +-
16874 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 8 +-
16875 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 4 +-
16876 drivers/gpu/drm/vmwgfx/vmwgfx_marker.c | 2 +-
16877 drivers/gpu/vga/vga_switcheroo.c | 4 +-
16878 drivers/hid/hid-core.c | 4 +-
16879 drivers/hid/hid-sensor-custom.c | 2 +-
16880 drivers/hv/channel.c | 2 +-
16881 drivers/hv/hv.c | 4 +-
16882 drivers/hv/hv_balloon.c | 18 +-
16883 drivers/hv/hyperv_vmbus.h | 2 +-
16884 drivers/hwmon/acpi_power_meter.c | 6 +-
16885 drivers/hwmon/applesmc.c | 2 +-
16886 drivers/hwmon/asus_atk0110.c | 10 +-
16887 drivers/hwmon/coretemp.c | 2 +-
16888 drivers/hwmon/dell-smm-hwmon.c | 2 +-
16889 drivers/hwmon/ibmaem.c | 2 +-
16890 drivers/hwmon/iio_hwmon.c | 2 +-
16891 drivers/hwmon/nct6683.c | 6 +-
16892 drivers/hwmon/nct6775.c | 6 +-
16893 drivers/hwmon/pmbus/pmbus_core.c | 10 +-
16894 drivers/hwmon/sht15.c | 12 +-
16895 drivers/hwmon/via-cputemp.c | 2 +-
16896 drivers/i2c/busses/i2c-amd756-s4882.c | 2 +-
16897 drivers/i2c/busses/i2c-nforce2-s4985.c | 2 +-
16898 drivers/i2c/i2c-dev.c | 2 +-
16899 drivers/ide/ide-cd.c | 2 +-
16900 drivers/ide/ide-disk.c | 2 +-
16901 drivers/iio/industrialio-core.c | 2 +-
16902 drivers/iio/magnetometer/ak8975.c | 2 +-
16903 drivers/infiniband/core/cm.c | 32 +-
16904 drivers/infiniband/core/fmr_pool.c | 20 +-
16905 drivers/infiniband/core/uverbs_cmd.c | 3 +
16906 drivers/infiniband/hw/cxgb4/mem.c | 4 +-
16907 drivers/infiniband/hw/mlx4/mad.c | 2 +-
16908 drivers/infiniband/hw/mlx4/mcg.c | 2 +-
16909 drivers/infiniband/hw/mlx4/mlx4_ib.h | 2 +-
16910 drivers/infiniband/hw/mthca/mthca_cmd.c | 8 +-
16911 drivers/infiniband/hw/mthca/mthca_main.c | 2 +-
16912 drivers/infiniband/hw/mthca/mthca_mr.c | 6 +-
16913 drivers/infiniband/hw/mthca/mthca_provider.c | 2 +-
16914 drivers/infiniband/hw/nes/nes.c | 4 +-
16915 drivers/infiniband/hw/nes/nes.h | 40 +-
16916 drivers/infiniband/hw/nes/nes_cm.c | 62 +-
16917 drivers/infiniband/hw/nes/nes_mgt.c | 8 +-
16918 drivers/infiniband/hw/nes/nes_nic.c | 40 +-
16919 drivers/infiniband/hw/nes/nes_verbs.c | 10 +-
16920 drivers/infiniband/hw/qib/qib.h | 1 +
16921 drivers/infiniband/ulp/ipoib/ipoib_netlink.c | 2 +-
16922 drivers/input/gameport/gameport.c | 4 +-
16923 drivers/input/input.c | 4 +-
16924 drivers/input/joystick/sidewinder.c | 1 +
16925 drivers/input/joystick/xpad.c | 4 +-
16926 drivers/input/misc/ims-pcu.c | 4 +-
16927 drivers/input/mouse/psmouse.h | 2 +-
16928 drivers/input/mousedev.c | 2 +-
16929 drivers/input/serio/serio.c | 4 +-
16930 drivers/input/serio/serio_raw.c | 4 +-
16931 drivers/input/touchscreen/htcpen.c | 2 +-
16932 drivers/iommu/arm-smmu-v3.c | 2 +-
16933 drivers/iommu/arm-smmu.c | 43 +-
16934 drivers/iommu/io-pgtable-arm.c | 101 +-
16935 drivers/iommu/io-pgtable.c | 11 +-
16936 drivers/iommu/io-pgtable.h | 19 +-
16937 drivers/iommu/iommu.c | 2 +-
16938 drivers/iommu/ipmmu-vmsa.c | 13 +-
16939 drivers/iommu/irq_remapping.c | 2 +-
16940 drivers/irqchip/irq-gic.c | 2 +-
16941 drivers/irqchip/irq-i8259.c | 2 +-
16942 drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +-
16943 drivers/irqchip/irq-renesas-irqc.c | 2 +-
16944 drivers/isdn/capi/capi.c | 10 +-
16945 drivers/isdn/gigaset/interface.c | 8 +-
16946 drivers/isdn/gigaset/usb-gigaset.c | 2 +-
16947 drivers/isdn/hardware/avm/b1.c | 4 +-
16948 drivers/isdn/i4l/isdn_common.c | 2 +
16949 drivers/isdn/i4l/isdn_tty.c | 22 +-
16950 drivers/isdn/icn/icn.c | 2 +-
16951 drivers/isdn/mISDN/dsp_cmx.c | 2 +-
16952 drivers/lguest/core.c | 10 +-
16953 drivers/lguest/page_tables.c | 2 +-
16954 drivers/lguest/x86/core.c | 12 +-
16955 drivers/lguest/x86/switcher_32.S | 27 +-
16956 drivers/md/bcache/closure.h | 2 +-
16957 drivers/md/bitmap.c | 2 +-
16958 drivers/md/dm-ioctl.c | 2 +-
16959 drivers/md/dm-raid1.c | 18 +-
16960 drivers/md/dm-stats.c | 6 +-
16961 drivers/md/dm-stripe.c | 10 +-
16962 drivers/md/dm-table.c | 2 +-
16963 drivers/md/dm-thin-metadata.c | 4 +-
16964 drivers/md/dm.c | 16 +-
16965 drivers/md/md.c | 26 +-
16966 drivers/md/md.h | 6 +-
16967 drivers/md/persistent-data/dm-space-map-metadata.c | 4 +-
16968 drivers/md/persistent-data/dm-space-map.h | 1 +
16969 drivers/md/raid1.c | 4 +-
16970 drivers/md/raid10.c | 18 +-
16971 drivers/md/raid5.c | 22 +-
16972 drivers/media/dvb-core/dvbdev.c | 2 +-
16973 drivers/media/dvb-frontends/af9033.h | 2 +-
16974 drivers/media/dvb-frontends/dib3000.h | 2 +-
16975 drivers/media/dvb-frontends/dib7000p.h | 2 +-
16976 drivers/media/dvb-frontends/dib8000.h | 2 +-
16977 drivers/media/pci/cx88/cx88-video.c | 6 +-
16978 drivers/media/pci/ivtv/ivtv-driver.c | 2 +-
16979 drivers/media/pci/solo6x10/solo6x10-core.c | 2 +-
16980 drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +-
16981 drivers/media/pci/solo6x10/solo6x10.h | 2 +-
16982 drivers/media/pci/tw68/tw68-core.c | 2 +-
16983 drivers/media/platform/omap/omap_vout.c | 11 +-
16984 drivers/media/platform/s5p-tv/mixer.h | 2 +-
16985 drivers/media/platform/s5p-tv/mixer_grp_layer.c | 2 +-
16986 drivers/media/platform/s5p-tv/mixer_reg.c | 2 +-
16987 drivers/media/platform/s5p-tv/mixer_video.c | 24 +-
16988 drivers/media/platform/s5p-tv/mixer_vp_layer.c | 2 +-
16989 drivers/media/radio/radio-cadet.c | 2 +
16990 drivers/media/radio/radio-maxiradio.c | 2 +-
16991 drivers/media/radio/radio-shark.c | 2 +-
16992 drivers/media/radio/radio-shark2.c | 2 +-
16993 drivers/media/radio/radio-si476x.c | 2 +-
16994 drivers/media/radio/wl128x/fmdrv_common.c | 2 +-
16995 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 12 +-
16996 drivers/media/v4l2-core/v4l2-device.c | 4 +-
16997 drivers/media/v4l2-core/v4l2-ioctl.c | 13 +-
16998 drivers/memory/omap-gpmc.c | 21 +-
16999 drivers/message/fusion/mptsas.c | 34 +-
17000 drivers/mfd/ab8500-debugfs.c | 2 +-
17001 drivers/mfd/kempld-core.c | 2 +-
17002 drivers/mfd/max8925-i2c.c | 2 +-
17003 drivers/mfd/tps65910.c | 2 +-
17004 drivers/mfd/twl4030-irq.c | 9 +-
17005 drivers/mfd/wm5110-tables.c | 2 +-
17006 drivers/mfd/wm8998-tables.c | 2 +-
17007 drivers/misc/c2port/core.c | 4 +-
17008 drivers/misc/kgdbts.c | 4 +-
17009 drivers/misc/lis3lv02d/lis3lv02d.c | 8 +-
17010 drivers/misc/lis3lv02d/lis3lv02d.h | 2 +-
17011 drivers/misc/mic/scif/scif_rb.c | 8 +-
17012 drivers/misc/sgi-gru/gruhandles.c | 4 +-
17013 drivers/misc/sgi-gru/gruprocfs.c | 8 +-
17014 drivers/misc/sgi-gru/grutables.h | 154 +-
17015 drivers/misc/sgi-xp/xp.h | 2 +-
17016 drivers/misc/sgi-xp/xpc.h | 3 +-
17017 drivers/misc/sgi-xp/xpc_main.c | 2 +-
17018 drivers/mmc/card/block.c | 2 +-
17019 drivers/mmc/host/dw_mmc.h | 2 +-
17020 drivers/mmc/host/mmci.c | 4 +-
17021 drivers/mmc/host/omap_hsmmc.c | 4 +-
17022 drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
17023 drivers/mmc/host/sdhci-s3c.c | 8 +-
17024 drivers/mtd/chips/cfi_cmdset_0020.c | 2 +-
17025 drivers/mtd/nand/denali.c | 1 +
17026 drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 2 +-
17027 drivers/mtd/nftlmount.c | 1 +
17028 drivers/mtd/sm_ftl.c | 2 +-
17029 drivers/net/bonding/bond_netlink.c | 2 +-
17030 drivers/net/caif/caif_hsi.c | 2 +-
17031 drivers/net/can/Kconfig | 2 +-
17032 drivers/net/can/dev.c | 2 +-
17033 drivers/net/can/vcan.c | 2 +-
17034 drivers/net/dummy.c | 2 +-
17035 drivers/net/ethernet/8390/ax88796.c | 4 +-
17036 drivers/net/ethernet/altera/altera_tse_main.c | 4 +-
17037 drivers/net/ethernet/amd/xgbe/xgbe-common.h | 4 +-
17038 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c | 4 +-
17039 drivers/net/ethernet/amd/xgbe/xgbe-desc.c | 27 +-
17040 drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 143 +-
17041 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 64 +-
17042 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 10 +-
17043 drivers/net/ethernet/amd/xgbe/xgbe-main.c | 15 +-
17044 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 27 +-
17045 drivers/net/ethernet/amd/xgbe/xgbe-ptp.c | 4 +-
17046 drivers/net/ethernet/amd/xgbe/xgbe.h | 10 +-
17047 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | 2 +-
17048 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | 11 +-
17049 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | 3 +-
17050 drivers/net/ethernet/broadcom/tg3.h | 1 +
17051 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 6 +-
17052 drivers/net/ethernet/cavium/liquidio/lio_main.c | 11 +-
17053 drivers/net/ethernet/chelsio/cxgb3/l2t.h | 2 +-
17054 drivers/net/ethernet/dec/tulip/de4x5.c | 4 +-
17055 drivers/net/ethernet/emulex/benet/be_main.c | 2 +-
17056 drivers/net/ethernet/faraday/ftgmac100.c | 2 +
17057 drivers/net/ethernet/faraday/ftmac100.c | 2 +
17058 drivers/net/ethernet/intel/i40e/i40e_ptp.c | 2 +-
17059 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
17060 drivers/net/ethernet/mellanox/mlx4/en_tx.c | 4 +-
17061 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 7 +-
17062 drivers/net/ethernet/neterion/vxge/vxge-config.c | 7 +-
17063 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 4 +-
17064 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 12 +-
17065 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 2 +-
17066 drivers/net/ethernet/realtek/r8169.c | 8 +-
17067 drivers/net/ethernet/sfc/ptp.c | 2 +-
17068 drivers/net/ethernet/stmicro/stmmac/mmc_core.c | 4 +-
17069 drivers/net/ethernet/via/via-rhine.c | 2 +-
17070 drivers/net/geneve.c | 2 +-
17071 drivers/net/hyperv/hyperv_net.h | 2 +-
17072 drivers/net/hyperv/rndis_filter.c | 4 +-
17073 drivers/net/ifb.c | 2 +-
17074 drivers/net/ipvlan/ipvlan_core.c | 2 +-
17075 drivers/net/macvlan.c | 20 +-
17076 drivers/net/macvtap.c | 6 +-
17077 drivers/net/nlmon.c | 2 +-
17078 drivers/net/phy/phy_device.c | 6 +-
17079 drivers/net/ppp/ppp_generic.c | 4 +-
17080 drivers/net/slip/slhc.c | 2 +-
17081 drivers/net/team/team.c | 4 +-
17082 drivers/net/tun.c | 7 +-
17083 drivers/net/usb/hso.c | 23 +-
17084 drivers/net/usb/r8152.c | 2 +-
17085 drivers/net/usb/sierra_net.c | 4 +-
17086 drivers/net/virtio_net.c | 2 +-
17087 drivers/net/vrf.c | 2 +-
17088 drivers/net/vxlan.c | 4 +-
17089 drivers/net/wimax/i2400m/rx.c | 2 +-
17090 drivers/net/wireless/airo.c | 2 +-
17091 drivers/net/wireless/at76c50x-usb.c | 2 +-
17092 drivers/net/wireless/ath/ath10k/ce.c | 6 +-
17093 drivers/net/wireless/ath/ath10k/htc.c | 7 +-
17094 drivers/net/wireless/ath/ath10k/htc.h | 4 +-
17095 drivers/net/wireless/ath/ath9k/ar9002_mac.c | 36 +-
17096 drivers/net/wireless/ath/ath9k/ar9003_mac.c | 64 +-
17097 drivers/net/wireless/ath/ath9k/hw.h | 4 +-
17098 drivers/net/wireless/ath/ath9k/main.c | 22 +-
17099 drivers/net/wireless/ath/wil6210/wil_platform.h | 2 +-
17100 drivers/net/wireless/b43/phy_lp.c | 2 +-
17101 drivers/net/wireless/iwlegacy/3945-mac.c | 4 +-
17102 drivers/net/wireless/iwlwifi/dvm/debugfs.c | 34 +-
17103 drivers/net/wireless/iwlwifi/pcie/trans.c | 4 +-
17104 drivers/net/wireless/mac80211_hwsim.c | 28 +-
17105 drivers/net/wireless/rndis_wlan.c | 2 +-
17106 drivers/net/wireless/rt2x00/rt2x00.h | 2 +-
17107 drivers/net/wireless/rt2x00/rt2x00queue.c | 4 +-
17108 drivers/net/wireless/ti/wl1251/sdio.c | 12 +-
17109 drivers/net/wireless/ti/wl12xx/main.c | 8 +-
17110 drivers/net/wireless/ti/wl18xx/main.c | 6 +-
17111 drivers/nfc/nfcwilink.c | 2 +-
17112 drivers/of/fdt.c | 4 +-
17113 drivers/oprofile/buffer_sync.c | 8 +-
17114 drivers/oprofile/event_buffer.c | 2 +-
17115 drivers/oprofile/oprof.c | 2 +-
17116 drivers/oprofile/oprofile_stats.c | 10 +-
17117 drivers/oprofile/oprofile_stats.h | 10 +-
17118 drivers/oprofile/oprofilefs.c | 6 +-
17119 drivers/oprofile/timer_int.c | 2 +-
17120 drivers/parport/procfs.c | 4 +-
17121 drivers/pci/host/pci-host-generic.c | 24 +-
17122 drivers/pci/hotplug/acpiphp_ibm.c | 4 +-
17123 drivers/pci/hotplug/cpcihp_generic.c | 6 +-
17124 drivers/pci/hotplug/cpcihp_zt5550.c | 14 +-
17125 drivers/pci/hotplug/cpqphp_nvram.c | 2 +
17126 drivers/pci/hotplug/pci_hotplug_core.c | 6 +-
17127 drivers/pci/hotplug/pciehp_core.c | 2 +-
17128 drivers/pci/msi.c | 22 +-
17129 drivers/pci/pci-sysfs.c | 6 +-
17130 drivers/pci/pci.h | 2 +-
17131 drivers/pci/pcie/aspm.c | 6 +-
17132 drivers/pci/pcie/portdrv_pci.c | 2 +-
17133 drivers/pci/probe.c | 2 +-
17134 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
17135 drivers/pinctrl/pinctrl-at91.c | 5 +-
17136 drivers/platform/chrome/chromeos_pstore.c | 2 +-
17137 drivers/platform/x86/alienware-wmi.c | 4 +-
17138 drivers/platform/x86/compal-laptop.c | 2 +-
17139 drivers/platform/x86/hdaps.c | 2 +-
17140 drivers/platform/x86/ibm_rtl.c | 2 +-
17141 drivers/platform/x86/intel_oaktrail.c | 2 +-
17142 drivers/platform/x86/msi-laptop.c | 16 +-
17143 drivers/platform/x86/msi-wmi.c | 2 +-
17144 drivers/platform/x86/samsung-laptop.c | 2 +-
17145 drivers/platform/x86/samsung-q10.c | 2 +-
17146 drivers/platform/x86/sony-laptop.c | 14 +-
17147 drivers/platform/x86/thinkpad_acpi.c | 2 +-
17148 drivers/pnp/pnpbios/bioscalls.c | 14 +-
17149 drivers/pnp/pnpbios/core.c | 2 +-
17150 drivers/power/pda_power.c | 7 +-
17151 drivers/power/power_supply.h | 4 +-
17152 drivers/power/power_supply_core.c | 7 +-
17153 drivers/power/power_supply_sysfs.c | 6 +-
17154 drivers/power/reset/at91-reset.c | 9 +-
17155 drivers/powercap/powercap_sys.c | 136 +-
17156 drivers/ptp/ptp_private.h | 2 +-
17157 drivers/ptp/ptp_sysfs.c | 2 +-
17158 drivers/regulator/core.c | 4 +-
17159 drivers/regulator/max8660.c | 6 +-
17160 drivers/regulator/max8973-regulator.c | 16 +-
17161 drivers/regulator/mc13892-regulator.c | 8 +-
17162 drivers/rtc/rtc-armada38x.c | 7 +-
17163 drivers/rtc/rtc-cmos.c | 4 +-
17164 drivers/rtc/rtc-ds1307.c | 2 +-
17165 drivers/rtc/rtc-m48t59.c | 4 +-
17166 drivers/rtc/rtc-test.c | 6 +-
17167 drivers/scsi/be2iscsi/be_main.c | 2 +-
17168 drivers/scsi/bfa/bfa_fcpim.h | 2 +-
17169 drivers/scsi/bfa/bfa_ioc.h | 4 +-
17170 drivers/scsi/fcoe/fcoe_sysfs.c | 12 +-
17171 drivers/scsi/hosts.c | 4 +-
17172 drivers/scsi/hpsa.c | 38 +-
17173 drivers/scsi/hpsa.h | 2 +-
17174 drivers/scsi/libfc/fc_exch.c | 50 +-
17175 drivers/scsi/libsas/sas_ata.c | 2 +-
17176 drivers/scsi/lpfc/lpfc.h | 8 +-
17177 drivers/scsi/lpfc/lpfc_debugfs.c | 18 +-
17178 drivers/scsi/lpfc/lpfc_init.c | 6 +-
17179 drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
17180 drivers/scsi/megaraid/megaraid_sas.h | 2 +-
17181 drivers/scsi/mpt2sas/mpt2sas_scsih.c | 8 +-
17182 drivers/scsi/pmcraid.c | 20 +-
17183 drivers/scsi/pmcraid.h | 8 +-
17184 drivers/scsi/qla2xxx/qla_attr.c | 4 +-
17185 drivers/scsi/qla2xxx/qla_gbl.h | 4 +-
17186 drivers/scsi/qla2xxx/qla_os.c | 6 +-
17187 drivers/scsi/qla4xxx/ql4_def.h | 2 +-
17188 drivers/scsi/qla4xxx/ql4_os.c | 6 +-
17189 drivers/scsi/scsi.c | 2 +-
17190 drivers/scsi/scsi_lib.c | 8 +-
17191 drivers/scsi/scsi_sysfs.c | 2 +-
17192 drivers/scsi/scsi_transport_fc.c | 8 +-
17193 drivers/scsi/scsi_transport_iscsi.c | 6 +-
17194 drivers/scsi/scsi_transport_srp.c | 6 +-
17195 drivers/scsi/sd.c | 6 +-
17196 drivers/scsi/sg.c | 2 +-
17197 drivers/scsi/sr.c | 21 +-
17198 drivers/soc/tegra/fuse/fuse-tegra.c | 2 +-
17199 drivers/spi/spi.c | 2 +-
17200 drivers/staging/android/timed_output.c | 6 +-
17201 drivers/staging/comedi/comedi_fops.c | 8 +-
17202 drivers/staging/fbtft/fbtft-core.c | 2 +-
17203 drivers/staging/fbtft/fbtft.h | 2 +-
17204 drivers/staging/gdm724x/gdm_tty.c | 2 +-
17205 drivers/staging/iio/accel/lis3l02dq_ring.c | 2 +-
17206 drivers/staging/iio/adc/ad7280a.c | 4 +-
17207 drivers/staging/lustre/lnet/selftest/brw_test.c | 12 +-
17208 drivers/staging/lustre/lnet/selftest/framework.c | 4 -
17209 drivers/staging/lustre/lnet/selftest/ping_test.c | 14 +-
17210 drivers/staging/lustre/lustre/include/lustre_dlm.h | 2 +-
17211 drivers/staging/lustre/lustre/include/obd.h | 2 +-
17212 drivers/staging/octeon/ethernet-rx.c | 20 +-
17213 drivers/staging/octeon/ethernet.c | 8 +-
17214 drivers/staging/rdma/ipath/ipath_rc.c | 6 +-
17215 drivers/staging/rdma/ipath/ipath_ruc.c | 6 +-
17216 drivers/staging/rtl8188eu/include/hal_intf.h | 2 +-
17217 drivers/staging/rtl8712/rtl871x_io.h | 2 +-
17218 drivers/staging/sm750fb/sm750.c | 14 +-
17219 drivers/staging/unisys/visorbus/visorbus_private.h | 4 +-
17220 drivers/target/sbp/sbp_target.c | 4 +-
17221 drivers/thermal/cpu_cooling.c | 9 +-
17222 drivers/thermal/int340x_thermal/int3400_thermal.c | 6 +-
17223 drivers/thermal/of-thermal.c | 17 +-
17224 drivers/thermal/x86_pkg_temp_thermal.c | 2 +-
17225 drivers/tty/cyclades.c | 6 +-
17226 drivers/tty/hvc/hvc_console.c | 14 +-
17227 drivers/tty/hvc/hvcs.c | 21 +-
17228 drivers/tty/hvc/hvsi.c | 22 +-
17229 drivers/tty/hvc/hvsi_lib.c | 4 +-
17230 drivers/tty/ipwireless/tty.c | 27 +-
17231 drivers/tty/moxa.c | 2 +-
17232 drivers/tty/n_gsm.c | 4 +-
17233 drivers/tty/n_tty.c | 3 +-
17234 drivers/tty/pty.c | 4 +-
17235 drivers/tty/rocket.c | 6 +-
17236 drivers/tty/serial/8250/8250_core.c | 10 +-
17237 drivers/tty/serial/ifx6x60.c | 2 +-
17238 drivers/tty/serial/ioc4_serial.c | 6 +-
17239 drivers/tty/serial/kgdb_nmi.c | 4 +-
17240 drivers/tty/serial/kgdboc.c | 32 +-
17241 drivers/tty/serial/msm_serial.c | 4 +-
17242 drivers/tty/serial/samsung.c | 9 +-
17243 drivers/tty/serial/serial_core.c | 8 +-
17244 drivers/tty/synclink.c | 34 +-
17245 drivers/tty/synclink_gt.c | 28 +-
17246 drivers/tty/synclinkmp.c | 34 +-
17247 drivers/tty/tty_io.c | 2 +-
17248 drivers/tty/tty_ldisc.c | 8 +-
17249 drivers/tty/tty_port.c | 22 +-
17250 drivers/uio/uio.c | 13 +-
17251 drivers/usb/atm/cxacru.c | 2 +-
17252 drivers/usb/atm/usbatm.c | 24 +-
17253 drivers/usb/class/cdc-acm.h | 2 +-
17254 drivers/usb/core/devices.c | 6 +-
17255 drivers/usb/core/devio.c | 12 +-
17256 drivers/usb/core/hcd.c | 4 +-
17257 drivers/usb/core/sysfs.c | 2 +-
17258 drivers/usb/core/usb.c | 2 +-
17259 drivers/usb/early/ehci-dbgp.c | 16 +-
17260 drivers/usb/gadget/function/u_serial.c | 22 +-
17261 drivers/usb/gadget/udc/dummy_hcd.c | 2 +-
17262 drivers/usb/host/ehci-hcd.c | 2 +-
17263 drivers/usb/host/ehci-hub.c | 4 +-
17264 drivers/usb/host/ehci-q.c | 4 +-
17265 drivers/usb/host/fotg210-hcd.c | 2 +-
17266 drivers/usb/host/fusbh200-hcd.c | 2 +-
17267 drivers/usb/host/hwa-hc.c | 2 +-
17268 drivers/usb/host/ohci-hcd.c | 2 +-
17269 drivers/usb/host/r8a66597.h | 2 +-
17270 drivers/usb/host/uhci-hcd.c | 2 +-
17271 drivers/usb/host/xhci-pci.c | 2 +-
17272 drivers/usb/host/xhci.c | 2 +-
17273 drivers/usb/misc/appledisplay.c | 4 +-
17274 drivers/usb/serial/console.c | 8 +-
17275 drivers/usb/storage/transport.c | 2 +-
17276 drivers/usb/storage/usb.c | 2 +-
17277 drivers/usb/storage/usb.h | 2 +-
17278 drivers/usb/usbip/vhci.h | 2 +-
17279 drivers/usb/usbip/vhci_hcd.c | 6 +-
17280 drivers/usb/usbip/vhci_rx.c | 2 +-
17281 drivers/usb/wusbcore/wa-hc.h | 4 +-
17282 drivers/usb/wusbcore/wa-xfer.c | 2 +-
17283 drivers/vfio/vfio.c | 2 +-
17284 drivers/vhost/vringh.c | 20 +-
17285 drivers/video/backlight/kb3886_bl.c | 2 +-
17286 drivers/video/console/fbcon.c | 2 +-
17287 drivers/video/fbdev/aty/aty128fb.c | 2 +-
17288 drivers/video/fbdev/aty/atyfb_base.c | 8 +-
17289 drivers/video/fbdev/aty/mach64_cursor.c | 5 +-
17290 drivers/video/fbdev/core/fb_defio.c | 6 +-
17291 drivers/video/fbdev/core/fbmem.c | 2 +-
17292 drivers/video/fbdev/hyperv_fb.c | 4 +-
17293 drivers/video/fbdev/i810/i810_accel.c | 1 +
17294 drivers/video/fbdev/matrox/matroxfb_base.c | 2 +-
17295 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c | 16 +-
17296 drivers/video/fbdev/nvidia/nvidia.c | 27 +-
17297 drivers/video/fbdev/omap2/dss/display.c | 8 +-
17298 drivers/video/fbdev/s1d13xxxfb.c | 6 +-
17299 drivers/video/fbdev/smscufx.c | 4 +-
17300 drivers/video/fbdev/udlfb.c | 36 +-
17301 drivers/video/fbdev/uvesafb.c | 52 +-
17302 drivers/video/fbdev/vesafb.c | 58 +-
17303 drivers/video/fbdev/via/via_clock.h | 2 +-
17304 drivers/xen/events/events_base.c | 6 +-
17305 drivers/xen/evtchn.c | 4 +-
17306 fs/Kconfig.binfmt | 2 +-
17307 fs/afs/inode.c | 4 +-
17308 fs/aio.c | 2 +-
17309 fs/autofs4/waitq.c | 2 +-
17310 fs/befs/endian.h | 6 +-
17311 fs/binfmt_aout.c | 23 +-
17312 fs/binfmt_elf.c | 670 +-
17313 fs/binfmt_elf_fdpic.c | 4 +-
17314 fs/block_dev.c | 2 +-
17315 fs/btrfs/ctree.c | 9 +-
17316 fs/btrfs/delayed-inode.c | 9 +-
17317 fs/btrfs/delayed-inode.h | 6 +-
17318 fs/btrfs/file.c | 10 +-
17319 fs/btrfs/inode.c | 14 +-
17320 fs/btrfs/super.c | 2 +-
17321 fs/btrfs/sysfs.c | 2 +-
17322 fs/btrfs/tests/free-space-tests.c | 8 +-
17323 fs/btrfs/tree-log.h | 2 +-
17324 fs/buffer.c | 2 +-
17325 fs/cachefiles/bind.c | 6 +-
17326 fs/cachefiles/daemon.c | 8 +-
17327 fs/cachefiles/internal.h | 12 +-
17328 fs/cachefiles/namei.c | 2 +-
17329 fs/cachefiles/proc.c | 12 +-
17330 fs/ceph/dir.c | 12 +-
17331 fs/ceph/super.c | 4 +-
17332 fs/cifs/cifs_debug.c | 12 +-
17333 fs/cifs/cifsfs.c | 8 +-
17334 fs/cifs/cifsglob.h | 54 +-
17335 fs/cifs/file.c | 10 +-
17336 fs/cifs/misc.c | 4 +-
17337 fs/cifs/smb1ops.c | 80 +-
17338 fs/cifs/smb2ops.c | 84 +-
17339 fs/cifs/smb2pdu.c | 3 +-
17340 fs/coda/cache.c | 10 +-
17341 fs/compat.c | 4 +-
17342 fs/compat_binfmt_elf.c | 2 +
17343 fs/compat_ioctl.c | 12 +-
17344 fs/configfs/dir.c | 10 +-
17345 fs/coredump.c | 16 +-
17346 fs/dcache.c | 51 +-
17347 fs/ecryptfs/inode.c | 2 +-
17348 fs/ecryptfs/miscdev.c | 2 +-
17349 fs/exec.c | 362 +-
17350 fs/ext2/xattr.c | 5 +-
17351 fs/ext4/ext4.h | 20 +-
17352 fs/ext4/mballoc.c | 44 +-
17353 fs/ext4/resize.c | 16 +-
17354 fs/ext4/super.c | 4 +-
17355 fs/ext4/xattr.c | 5 +-
17356 fs/fhandle.c | 3 +-
17357 fs/file.c | 4 +-
17358 fs/fs_struct.c | 8 +-
17359 fs/fscache/cookie.c | 40 +-
17360 fs/fscache/internal.h | 202 +-
17361 fs/fscache/object.c | 26 +-
17362 fs/fscache/operation.c | 38 +-
17363 fs/fscache/page.c | 110 +-
17364 fs/fscache/stats.c | 348 +-
17365 fs/fuse/cuse.c | 10 +-
17366 fs/fuse/dev.c | 4 +-
17367 fs/gfs2/glock.c | 22 +-
17368 fs/gfs2/glops.c | 4 +-
17369 fs/gfs2/quota.c | 6 +-
17370 fs/hugetlbfs/inode.c | 13 +-
17371 fs/inode.c | 4 +-
17372 fs/jffs2/erase.c | 3 +-
17373 fs/jffs2/wbuf.c | 3 +-
17374 fs/jfs/super.c | 2 +-
17375 fs/kernfs/dir.c | 2 +-
17376 fs/kernfs/file.c | 20 +-
17377 fs/libfs.c | 10 +-
17378 fs/lockd/clntproc.c | 4 +-
17379 fs/namei.c | 16 +-
17380 fs/namespace.c | 16 +-
17381 fs/nfs/callback_xdr.c | 2 +-
17382 fs/nfs/inode.c | 6 +-
17383 fs/nfsd/nfs4proc.c | 2 +-
17384 fs/nfsd/nfs4xdr.c | 2 +-
17385 fs/nfsd/nfscache.c | 11 +-
17386 fs/nfsd/vfs.c | 6 +-
17387 fs/nls/nls_base.c | 26 +-
17388 fs/nls/nls_euc-jp.c | 6 +-
17389 fs/nls/nls_koi8-ru.c | 6 +-
17390 fs/notify/fanotify/fanotify_user.c | 4 +-
17391 fs/notify/notification.c | 4 +-
17392 fs/ntfs/dir.c | 2 +-
17393 fs/ntfs/super.c | 6 +-
17394 fs/ocfs2/localalloc.c | 2 +-
17395 fs/ocfs2/ocfs2.h | 10 +-
17396 fs/ocfs2/suballoc.c | 12 +-
17397 fs/ocfs2/super.c | 20 +-
17398 fs/pipe.c | 72 +-
17399 fs/posix_acl.c | 4 +-
17400 fs/proc/array.c | 20 +
17401 fs/proc/base.c | 4 +-
17402 fs/proc/kcore.c | 34 +-
17403 fs/proc/meminfo.c | 2 +-
17404 fs/proc/nommu.c | 2 +-
17405 fs/proc/proc_sysctl.c | 26 +-
17406 fs/proc/task_mmu.c | 39 +-
17407 fs/proc/task_nommu.c | 4 +-
17408 fs/proc/vmcore.c | 16 +-
17409 fs/qnx6/qnx6.h | 4 +-
17410 fs/quota/netlink.c | 4 +-
17411 fs/read_write.c | 2 +-
17412 fs/reiserfs/do_balan.c | 2 +-
17413 fs/reiserfs/procfs.c | 2 +-
17414 fs/reiserfs/reiserfs.h | 4 +-
17415 fs/seq_file.c | 4 +-
17416 fs/splice.c | 43 +-
17417 fs/squashfs/xattr.c | 12 +-
17418 fs/sysv/sysv.h | 2 +-
17419 fs/tracefs/inode.c | 8 +-
17420 fs/udf/misc.c | 2 +-
17421 fs/ufs/swab.h | 4 +-
17422 fs/userfaultfd.c | 2 +-
17423 fs/xattr.c | 21 +
17424 fs/xfs/libxfs/xfs_bmap.c | 2 +-
17425 fs/xfs/xfs_dir2_readdir.c | 7 +-
17426 fs/xfs/xfs_ioctl.c | 2 +-
17427 fs/xfs/xfs_linux.h | 4 +-
17428 include/asm-generic/4level-fixup.h | 2 +
17429 include/asm-generic/atomic-long.h | 156 +-
17430 include/asm-generic/atomic64.h | 12 +
17431 include/asm-generic/bitops/__fls.h | 2 +-
17432 include/asm-generic/bitops/fls.h | 2 +-
17433 include/asm-generic/bitops/fls64.h | 4 +-
17434 include/asm-generic/bug.h | 6 +-
17435 include/asm-generic/cache.h | 4 +-
17436 include/asm-generic/emergency-restart.h | 2 +-
17437 include/asm-generic/kmap_types.h | 4 +-
17438 include/asm-generic/local.h | 13 +
17439 include/asm-generic/pgtable-nopmd.h | 18 +-
17440 include/asm-generic/pgtable-nopud.h | 15 +-
17441 include/asm-generic/pgtable.h | 16 +
17442 include/asm-generic/sections.h | 1 +
17443 include/asm-generic/uaccess.h | 16 +
17444 include/asm-generic/vmlinux.lds.h | 15 +-
17445 include/crypto/algapi.h | 2 +-
17446 include/drm/drmP.h | 16 +-
17447 include/drm/drm_crtc_helper.h | 2 +-
17448 include/drm/drm_mm.h | 2 +-
17449 include/drm/i915_pciids.h | 2 +-
17450 include/drm/intel-gtt.h | 4 +-
17451 include/drm/ttm/ttm_memory.h | 2 +-
17452 include/drm/ttm/ttm_page_alloc.h | 1 +
17453 include/keys/asymmetric-subtype.h | 2 +-
17454 include/linux/atmdev.h | 4 +-
17455 include/linux/atomic.h | 17 +-
17456 include/linux/audit.h | 2 +-
17457 include/linux/average.h | 2 +-
17458 include/linux/binfmts.h | 3 +-
17459 include/linux/bitmap.h | 2 +-
17460 include/linux/bitops.h | 8 +-
17461 include/linux/blkdev.h | 2 +-
17462 include/linux/blktrace_api.h | 2 +-
17463 include/linux/cache.h | 8 +
17464 include/linux/cdrom.h | 1 -
17465 include/linux/cleancache.h | 2 +-
17466 include/linux/clk-provider.h | 1 +
17467 include/linux/compat.h | 6 +-
17468 include/linux/compiler-gcc.h | 28 +-
17469 include/linux/compiler.h | 157 +-
17470 include/linux/configfs.h | 2 +-
17471 include/linux/cpufreq.h | 3 +-
17472 include/linux/cpuidle.h | 5 +-
17473 include/linux/cpumask.h | 14 +-
17474 include/linux/crypto.h | 4 +-
17475 include/linux/ctype.h | 2 +-
17476 include/linux/dcache.h | 4 +-
17477 include/linux/decompress/mm.h | 2 +-
17478 include/linux/devfreq.h | 2 +-
17479 include/linux/device.h | 7 +-
17480 include/linux/dma-mapping.h | 2 +-
17481 include/linux/efi.h | 1 +
17482 include/linux/elf.h | 2 +
17483 include/linux/err.h | 4 +-
17484 include/linux/extcon.h | 2 +-
17485 include/linux/fb.h | 3 +-
17486 include/linux/fdtable.h | 2 +-
17487 include/linux/fs.h | 5 +-
17488 include/linux/fs_struct.h | 2 +-
17489 include/linux/fscache-cache.h | 2 +-
17490 include/linux/fscache.h | 2 +-
17491 include/linux/fsnotify.h | 2 +-
17492 include/linux/genhd.h | 4 +-
17493 include/linux/genl_magic_func.h | 2 +-
17494 include/linux/gfp.h | 12 +-
17495 include/linux/highmem.h | 12 +
17496 include/linux/hwmon-sysfs.h | 6 +-
17497 include/linux/i2c.h | 1 +
17498 include/linux/if_pppox.h | 2 +-
17499 include/linux/init.h | 12 +-
17500 include/linux/init_task.h | 7 +
17501 include/linux/interrupt.h | 6 +-
17502 include/linux/iommu.h | 2 +-
17503 include/linux/ioport.h | 2 +-
17504 include/linux/ipc.h | 2 +-
17505 include/linux/irq.h | 5 +-
17506 include/linux/irqdesc.h | 2 +-
17507 include/linux/irqdomain.h | 3 +
17508 include/linux/jiffies.h | 16 +-
17509 include/linux/key-type.h | 2 +-
17510 include/linux/kgdb.h | 6 +-
17511 include/linux/kmemleak.h | 4 +-
17512 include/linux/kobject.h | 3 +-
17513 include/linux/kobject_ns.h | 2 +-
17514 include/linux/kref.h | 2 +-
17515 include/linux/libata.h | 2 +-
17516 include/linux/linkage.h | 1 +
17517 include/linux/list.h | 15 +
17518 include/linux/lockref.h | 26 +-
17519 include/linux/math64.h | 10 +-
17520 include/linux/mempolicy.h | 7 +
17521 include/linux/mm.h | 102 +-
17522 include/linux/mm_types.h | 20 +
17523 include/linux/mmiotrace.h | 4 +-
17524 include/linux/mmzone.h | 2 +-
17525 include/linux/mod_devicetable.h | 4 +-
17526 include/linux/module.h | 69 +-
17527 include/linux/moduleloader.h | 16 +
17528 include/linux/moduleparam.h | 4 +-
17529 include/linux/net.h | 2 +-
17530 include/linux/netdevice.h | 7 +-
17531 include/linux/netfilter.h | 2 +-
17532 include/linux/netfilter/nfnetlink.h | 2 +-
17533 include/linux/nls.h | 4 +-
17534 include/linux/notifier.h | 3 +-
17535 include/linux/oprofile.h | 4 +-
17536 include/linux/padata.h | 2 +-
17537 include/linux/pci_hotplug.h | 3 +-
17538 include/linux/percpu.h | 2 +-
17539 include/linux/perf_event.h | 12 +-
17540 include/linux/pipe_fs_i.h | 8 +-
17541 include/linux/pm.h | 1 +
17542 include/linux/pm_domain.h | 4 +-
17543 include/linux/pm_runtime.h | 2 +-
17544 include/linux/pnp.h | 2 +-
17545 include/linux/poison.h | 4 +-
17546 include/linux/power/smartreflex.h | 2 +-
17547 include/linux/ppp-comp.h | 2 +-
17548 include/linux/preempt.h | 21 +
17549 include/linux/proc_ns.h | 2 +-
17550 include/linux/psci.h | 2 +-
17551 include/linux/quota.h | 2 +-
17552 include/linux/random.h | 19 +-
17553 include/linux/rculist.h | 16 +
17554 include/linux/reboot.h | 14 +-
17555 include/linux/regset.h | 3 +-
17556 include/linux/relay.h | 2 +-
17557 include/linux/rio.h | 2 +-
17558 include/linux/rmap.h | 4 +-
17559 include/linux/sched.h | 72 +-
17560 include/linux/sched/sysctl.h | 1 +
17561 include/linux/semaphore.h | 2 +-
17562 include/linux/seq_file.h | 1 +
17563 include/linux/signal.h | 2 +-
17564 include/linux/skbuff.h | 12 +-
17565 include/linux/slab.h | 47 +-
17566 include/linux/slab_def.h | 14 +-
17567 include/linux/slub_def.h | 2 +-
17568 include/linux/smp.h | 2 +
17569 include/linux/sock_diag.h | 2 +-
17570 include/linux/sonet.h | 2 +-
17571 include/linux/sunrpc/addr.h | 8 +-
17572 include/linux/sunrpc/clnt.h | 2 +-
17573 include/linux/sunrpc/svc.h | 2 +-
17574 include/linux/sunrpc/svc_rdma.h | 18 +-
17575 include/linux/sunrpc/svcauth.h | 2 +-
17576 include/linux/swapops.h | 10 +-
17577 include/linux/swiotlb.h | 3 +-
17578 include/linux/syscalls.h | 21 +-
17579 include/linux/syscore_ops.h | 2 +-
17580 include/linux/sysctl.h | 3 +-
17581 include/linux/sysfs.h | 9 +-
17582 include/linux/sysrq.h | 3 +-
17583 include/linux/tcp.h | 14 +-
17584 include/linux/thread_info.h | 7 +
17585 include/linux/tty.h | 4 +-
17586 include/linux/tty_driver.h | 2 +-
17587 include/linux/tty_ldisc.h | 2 +-
17588 include/linux/types.h | 16 +
17589 include/linux/uaccess.h | 6 +-
17590 include/linux/uio_driver.h | 2 +-
17591 include/linux/unaligned/access_ok.h | 24 +-
17592 include/linux/usb.h | 12 +-
17593 include/linux/usb/hcd.h | 1 +
17594 include/linux/usb/renesas_usbhs.h | 2 +-
17595 include/linux/vermagic.h | 21 +-
17596 include/linux/vga_switcheroo.h | 8 +-
17597 include/linux/vmalloc.h | 7 +-
17598 include/linux/vmstat.h | 24 +-
17599 include/linux/xattr.h | 5 +-
17600 include/linux/zlib.h | 3 +-
17601 include/media/v4l2-dev.h | 2 +-
17602 include/media/v4l2-device.h | 2 +-
17603 include/net/9p/transport.h | 2 +-
17604 include/net/bluetooth/l2cap.h | 2 +-
17605 include/net/bonding.h | 2 +-
17606 include/net/caif/cfctrl.h | 6 +-
17607 include/net/flow.h | 2 +-
17608 include/net/genetlink.h | 2 +-
17609 include/net/gro_cells.h | 2 +-
17610 include/net/inet_connection_sock.h | 2 +-
17611 include/net/inet_sock.h | 2 +-
17612 include/net/inetpeer.h | 2 +-
17613 include/net/ip_fib.h | 2 +-
17614 include/net/ip_vs.h | 8 +-
17615 include/net/ipv6.h | 2 +-
17616 include/net/irda/ircomm_tty.h | 1 +
17617 include/net/iucv/af_iucv.h | 2 +-
17618 include/net/llc_c_ac.h | 2 +-
17619 include/net/llc_c_ev.h | 4 +-
17620 include/net/llc_c_st.h | 2 +-
17621 include/net/llc_s_ac.h | 2 +-
17622 include/net/llc_s_st.h | 2 +-
17623 include/net/mac80211.h | 4 +-
17624 include/net/neighbour.h | 2 +-
17625 include/net/net_namespace.h | 18 +-
17626 include/net/netlink.h | 2 +-
17627 include/net/netns/conntrack.h | 6 +-
17628 include/net/netns/ipv4.h | 4 +-
17629 include/net/netns/ipv6.h | 4 +-
17630 include/net/netns/xfrm.h | 2 +-
17631 include/net/ping.h | 2 +-
17632 include/net/protocol.h | 4 +-
17633 include/net/rtnetlink.h | 2 +-
17634 include/net/sctp/checksum.h | 4 +-
17635 include/net/sctp/sm.h | 4 +-
17636 include/net/sctp/structs.h | 2 +-
17637 include/net/sock.h | 12 +-
17638 include/net/tcp.h | 8 +-
17639 include/net/xfrm.h | 13 +-
17640 include/rdma/iw_cm.h | 2 +-
17641 include/scsi/libfc.h | 3 +-
17642 include/scsi/scsi_device.h | 6 +-
17643 include/scsi/scsi_driver.h | 2 +-
17644 include/scsi/scsi_transport_fc.h | 3 +-
17645 include/scsi/sg.h | 2 +-
17646 include/sound/compress_driver.h | 2 +-
17647 include/sound/soc.h | 4 +-
17648 include/trace/events/irq.h | 4 +-
17649 include/uapi/linux/a.out.h | 8 +
17650 include/uapi/linux/bcache.h | 5 +-
17651 include/uapi/linux/byteorder/little_endian.h | 28 +-
17652 include/uapi/linux/connector.h | 2 +-
17653 include/uapi/linux/elf.h | 28 +
17654 include/uapi/linux/screen_info.h | 3 +-
17655 include/uapi/linux/swab.h | 6 +-
17656 include/uapi/linux/xattr.h | 4 +
17657 include/video/udlfb.h | 8 +-
17658 include/video/uvesafb.h | 1 +
17659 init/Kconfig | 2 +-
17660 init/Makefile | 3 +
17661 init/do_mounts.c | 14 +-
17662 init/do_mounts.h | 8 +-
17663 init/do_mounts_initrd.c | 30 +-
17664 init/do_mounts_md.c | 6 +-
17665 init/init_task.c | 4 +
17666 init/initramfs.c | 38 +-
17667 init/main.c | 30 +-
17668 ipc/compat.c | 4 +-
17669 ipc/ipc_sysctl.c | 8 +-
17670 ipc/mq_sysctl.c | 4 +-
17671 ipc/sem.c | 4 +-
17672 ipc/shm.c | 6 +
17673 kernel/audit.c | 8 +-
17674 kernel/auditsc.c | 4 +-
17675 kernel/bpf/core.c | 7 +-
17676 kernel/capability.c | 3 +
17677 kernel/compat.c | 38 +-
17678 kernel/debug/debug_core.c | 16 +-
17679 kernel/debug/kdb/kdb_main.c | 4 +-
17680 kernel/events/core.c | 26 +-
17681 kernel/events/internal.h | 10 +-
17682 kernel/events/uprobes.c | 2 +-
17683 kernel/exit.c | 2 +-
17684 kernel/fork.c | 167 +-
17685 kernel/futex.c | 11 +-
17686 kernel/futex_compat.c | 2 +-
17687 kernel/gcov/base.c | 7 +-
17688 kernel/irq/manage.c | 2 +-
17689 kernel/irq/msi.c | 19 +-
17690 kernel/irq/spurious.c | 2 +-
17691 kernel/jump_label.c | 5 +
17692 kernel/kallsyms.c | 37 +-
17693 kernel/kexec.c | 3 +-
17694 kernel/kmod.c | 8 +-
17695 kernel/kprobes.c | 4 +-
17696 kernel/ksysfs.c | 2 +-
17697 kernel/locking/lockdep.c | 7 +-
17698 kernel/locking/mutex-debug.c | 12 +-
17699 kernel/locking/mutex-debug.h | 4 +-
17700 kernel/locking/mutex.c | 6 +-
17701 kernel/module.c | 422 +-
17702 kernel/notifier.c | 17 +-
17703 kernel/padata.c | 4 +-
17704 kernel/panic.c | 5 +-
17705 kernel/pid.c | 2 +-
17706 kernel/pid_namespace.c | 2 +-
17707 kernel/power/process.c | 12 +-
17708 kernel/profile.c | 14 +-
17709 kernel/ptrace.c | 8 +-
17710 kernel/rcu/rcutorture.c | 60 +-
17711 kernel/rcu/tiny.c | 4 +-
17712 kernel/rcu/tree.c | 44 +-
17713 kernel/rcu/tree.h | 14 +-
17714 kernel/rcu/tree_plugin.h | 14 +-
17715 kernel/rcu/tree_trace.c | 12 +-
17716 kernel/sched/auto_group.c | 4 +-
17717 kernel/sched/core.c | 45 +-
17718 kernel/sched/fair.c | 2 +-
17719 kernel/sched/sched.h | 2 +-
17720 kernel/signal.c | 12 +-
17721 kernel/smpboot.c | 4 +-
17722 kernel/softirq.c | 12 +-
17723 kernel/sys.c | 10 +-
17724 kernel/sysctl.c | 34 +-
17725 kernel/time/alarmtimer.c | 2 +-
17726 kernel/time/posix-cpu-timers.c | 4 +-
17727 kernel/time/posix-timers.c | 24 +-
17728 kernel/time/timer.c | 2 +-
17729 kernel/time/timer_stats.c | 10 +-
17730 kernel/trace/blktrace.c | 6 +-
17731 kernel/trace/ftrace.c | 15 +-
17732 kernel/trace/ring_buffer.c | 96 +-
17733 kernel/trace/trace.c | 2 +-
17734 kernel/trace/trace.h | 2 +-
17735 kernel/trace/trace_clock.c | 4 +-
17736 kernel/trace/trace_events.c | 1 -
17737 kernel/trace/trace_functions_graph.c | 4 +-
17738 kernel/trace/trace_mmiotrace.c | 8 +-
17739 kernel/trace/trace_output.c | 10 +-
17740 kernel/trace/trace_seq.c | 2 +-
17741 kernel/trace/trace_stack.c | 2 +-
17742 kernel/user_namespace.c | 2 +-
17743 kernel/utsname_sysctl.c | 2 +-
17744 kernel/watchdog.c | 2 +-
17745 kernel/workqueue.c | 2 +-
17746 lib/Kconfig.debug | 8 +-
17747 lib/Makefile | 2 +-
17748 lib/bitmap.c | 8 +-
17749 lib/bug.c | 2 +
17750 lib/debugobjects.c | 2 +-
17751 lib/decompress_bunzip2.c | 3 +-
17752 lib/decompress_unlzma.c | 4 +-
17753 lib/div64.c | 4 +-
17754 lib/dma-debug.c | 4 +-
17755 lib/inflate.c | 2 +-
17756 lib/ioremap.c | 4 +-
17757 lib/kobject.c | 4 +-
17758 lib/list_debug.c | 126 +-
17759 lib/lockref.c | 44 +-
17760 lib/percpu-refcount.c | 2 +-
17761 lib/radix-tree.c | 2 +-
17762 lib/random32.c | 2 +-
17763 lib/show_mem.c | 2 +-
17764 lib/strncpy_from_user.c | 2 +-
17765 lib/strnlen_user.c | 2 +-
17766 lib/swiotlb.c | 2 +-
17767 lib/usercopy.c | 6 +
17768 lib/vsprintf.c | 12 +-
17769 mm/Kconfig | 6 +-
17770 mm/backing-dev.c | 4 +-
17771 mm/debug.c | 3 +
17772 mm/filemap.c | 2 +-
17773 mm/gup.c | 13 +-
17774 mm/highmem.c | 6 +-
17775 mm/hugetlb.c | 70 +-
17776 mm/internal.h | 1 +
17777 mm/maccess.c | 4 +-
17778 mm/madvise.c | 37 +
17779 mm/memory-failure.c | 6 +-
17780 mm/memory.c | 424 +-
17781 mm/mempolicy.c | 25 +
17782 mm/mlock.c | 15 +-
17783 mm/mm_init.c | 2 +-
17784 mm/mmap.c | 582 +-
17785 mm/mprotect.c | 137 +-
17786 mm/mremap.c | 39 +-
17787 mm/nommu.c | 21 +-
17788 mm/page-writeback.c | 2 +-
17789 mm/page_alloc.c | 49 +-
17790 mm/percpu.c | 2 +-
17791 mm/process_vm_access.c | 14 +-
17792 mm/rmap.c | 45 +-
17793 mm/shmem.c | 19 +-
17794 mm/slab.c | 109 +-
17795 mm/slab.h | 22 +-
17796 mm/slab_common.c | 86 +-
17797 mm/slob.c | 218 +-
17798 mm/slub.c | 102 +-
17799 mm/sparse-vmemmap.c | 4 +-
17800 mm/sparse.c | 2 +-
17801 mm/swap.c | 2 +
17802 mm/swapfile.c | 12 +-
17803 mm/util.c | 6 +
17804 mm/vmalloc.c | 114 +-
17805 mm/vmstat.c | 12 +-
17806 net/8021q/vlan.c | 5 +-
17807 net/8021q/vlan_netlink.c | 2 +-
17808 net/9p/mod.c | 4 +-
17809 net/9p/trans_fd.c | 2 +-
17810 net/atm/atm_misc.c | 8 +-
17811 net/atm/lec.h | 2 +-
17812 net/atm/proc.c | 6 +-
17813 net/atm/resources.c | 4 +-
17814 net/ax25/sysctl_net_ax25.c | 2 +-
17815 net/batman-adv/bat_iv_ogm.c | 8 +-
17816 net/batman-adv/fragmentation.c | 2 +-
17817 net/batman-adv/soft-interface.c | 8 +-
17818 net/batman-adv/types.h | 6 +-
17819 net/bluetooth/hci_sock.c | 2 +-
17820 net/bluetooth/l2cap_core.c | 6 +-
17821 net/bluetooth/l2cap_sock.c | 12 +-
17822 net/bluetooth/rfcomm/sock.c | 4 +-
17823 net/bluetooth/rfcomm/tty.c | 4 +-
17824 net/bridge/br_netlink.c | 2 +-
17825 net/bridge/netfilter/ebtables.c | 6 +-
17826 net/caif/cfctrl.c | 11 +-
17827 net/caif/chnl_net.c | 2 +-
17828 net/can/af_can.c | 2 +-
17829 net/can/gw.c | 6 +-
17830 net/ceph/messenger.c | 4 +-
17831 net/compat.c | 24 +-
17832 net/core/datagram.c | 2 +-
17833 net/core/dev.c | 16 +-
17834 net/core/filter.c | 2 +-
17835 net/core/flow.c | 6 +-
17836 net/core/neighbour.c | 4 +-
17837 net/core/net-sysfs.c | 2 +-
17838 net/core/net_namespace.c | 8 +-
17839 net/core/netpoll.c | 4 +-
17840 net/core/rtnetlink.c | 15 +-
17841 net/core/scm.c | 14 +-
17842 net/core/skbuff.c | 8 +-
17843 net/core/sock.c | 28 +-
17844 net/core/sock_diag.c | 15 +-
17845 net/core/sysctl_net_core.c | 22 +-
17846 net/decnet/af_decnet.c | 1 +
17847 net/decnet/sysctl_net_decnet.c | 4 +-
17848 net/dsa/dsa.c | 2 +-
17849 net/hsr/hsr_netlink.c | 2 +-
17850 net/ieee802154/6lowpan/core.c | 2 +-
17851 net/ieee802154/6lowpan/reassembly.c | 14 +-
17852 net/ipv4/af_inet.c | 2 +-
17853 net/ipv4/devinet.c | 18 +-
17854 net/ipv4/fib_frontend.c | 6 +-
17855 net/ipv4/fib_semantics.c | 2 +-
17856 net/ipv4/inet_connection_sock.c | 4 +-
17857 net/ipv4/inet_timewait_sock.c | 2 +-
17858 net/ipv4/inetpeer.c | 2 +-
17859 net/ipv4/ip_fragment.c | 15 +-
17860 net/ipv4/ip_gre.c | 6 +-
17861 net/ipv4/ip_sockglue.c | 2 +-
17862 net/ipv4/ip_vti.c | 4 +-
17863 net/ipv4/ipconfig.c | 6 +-
17864 net/ipv4/ipip.c | 4 +-
17865 net/ipv4/netfilter/arp_tables.c | 12 +-
17866 net/ipv4/netfilter/ip_tables.c | 12 +-
17867 net/ipv4/ping.c | 14 +-
17868 net/ipv4/raw.c | 14 +-
17869 net/ipv4/route.c | 32 +-
17870 net/ipv4/sysctl_net_ipv4.c | 22 +-
17871 net/ipv4/tcp_input.c | 6 +-
17872 net/ipv4/tcp_probe.c | 2 +-
17873 net/ipv4/udp.c | 10 +-
17874 net/ipv4/xfrm4_policy.c | 18 +-
17875 net/ipv6/addrconf.c | 18 +-
17876 net/ipv6/af_inet6.c | 2 +-
17877 net/ipv6/datagram.c | 2 +-
17878 net/ipv6/icmp.c | 2 +-
17879 net/ipv6/ip6_fib.c | 4 +-
17880 net/ipv6/ip6_gre.c | 10 +-
17881 net/ipv6/ip6_tunnel.c | 4 +-
17882 net/ipv6/ip6_vti.c | 4 +-
17883 net/ipv6/ipv6_sockglue.c | 2 +-
17884 net/ipv6/netfilter/ip6_tables.c | 12 +-
17885 net/ipv6/netfilter/nf_conntrack_reasm.c | 14 +-
17886 net/ipv6/ping.c | 33 +-
17887 net/ipv6/raw.c | 17 +-
17888 net/ipv6/reassembly.c | 13 +-
17889 net/ipv6/route.c | 2 +-
17890 net/ipv6/sit.c | 4 +-
17891 net/ipv6/sysctl_net_ipv6.c | 2 +-
17892 net/ipv6/udp.c | 6 +-
17893 net/ipv6/xfrm6_policy.c | 17 +-
17894 net/irda/ircomm/ircomm_tty.c | 18 +-
17895 net/iucv/af_iucv.c | 4 +-
17896 net/iucv/iucv.c | 2 +-
17897 net/key/af_key.c | 4 +-
17898 net/l2tp/l2tp_eth.c | 38 +-
17899 net/l2tp/l2tp_ip.c | 2 +-
17900 net/l2tp/l2tp_ip6.c | 2 +-
17901 net/mac80211/cfg.c | 8 +-
17902 net/mac80211/ieee80211_i.h | 3 +-
17903 net/mac80211/iface.c | 20 +-
17904 net/mac80211/main.c | 2 +-
17905 net/mac80211/pm.c | 4 +-
17906 net/mac80211/rate.c | 2 +-
17907 net/mac80211/sta_info.c | 2 +-
17908 net/mac80211/util.c | 8 +-
17909 net/mpls/af_mpls.c | 6 +-
17910 net/netfilter/ipset/ip_set_core.c | 2 +-
17911 net/netfilter/ipvs/ip_vs_conn.c | 6 +-
17912 net/netfilter/ipvs/ip_vs_core.c | 4 +-
17913 net/netfilter/ipvs/ip_vs_ctl.c | 14 +-
17914 net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
17915 net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
17916 net/netfilter/ipvs/ip_vs_sync.c | 6 +-
17917 net/netfilter/ipvs/ip_vs_xmit.c | 4 +-
17918 net/netfilter/nf_conntrack_acct.c | 2 +-
17919 net/netfilter/nf_conntrack_ecache.c | 2 +-
17920 net/netfilter/nf_conntrack_helper.c | 2 +-
17921 net/netfilter/nf_conntrack_proto.c | 2 +-
17922 net/netfilter/nf_conntrack_standalone.c | 2 +-
17923 net/netfilter/nf_conntrack_timestamp.c | 2 +-
17924 net/netfilter/nf_log.c | 10 +-
17925 net/netfilter/nf_sockopt.c | 4 +-
17926 net/netfilter/nfnetlink_log.c | 4 +-
17927 net/netfilter/nft_compat.c | 9 +-
17928 net/netfilter/xt_statistic.c | 8 +-
17929 net/netlink/af_netlink.c | 4 +-
17930 net/openvswitch/vport-internal_dev.c | 2 +-
17931 net/packet/af_packet.c | 8 +-
17932 net/phonet/pep.c | 6 +-
17933 net/phonet/socket.c | 2 +-
17934 net/phonet/sysctl.c | 2 +-
17935 net/rds/cong.c | 6 +-
17936 net/rds/ib.h | 2 +-
17937 net/rds/ib_cm.c | 2 +-
17938 net/rds/ib_recv.c | 4 +-
17939 net/rds/iw.h | 2 +-
17940 net/rds/iw_cm.c | 2 +-
17941 net/rds/iw_recv.c | 4 +-
17942 net/rds/rds.h | 2 +-
17943 net/rds/tcp.c | 2 +-
17944 net/rds/tcp_send.c | 2 +-
17945 net/rxrpc/af_rxrpc.c | 2 +-
17946 net/rxrpc/ar-ack.c | 14 +-
17947 net/rxrpc/ar-call.c | 2 +-
17948 net/rxrpc/ar-connection.c | 2 +-
17949 net/rxrpc/ar-connevent.c | 2 +-
17950 net/rxrpc/ar-input.c | 4 +-
17951 net/rxrpc/ar-internal.h | 8 +-
17952 net/rxrpc/ar-local.c | 2 +-
17953 net/rxrpc/ar-output.c | 4 +-
17954 net/rxrpc/ar-peer.c | 2 +-
17955 net/rxrpc/ar-proc.c | 4 +-
17956 net/rxrpc/ar-transport.c | 2 +-
17957 net/rxrpc/rxkad.c | 4 +-
17958 net/sched/sch_generic.c | 4 +-
17959 net/sctp/ipv6.c | 6 +-
17960 net/sctp/protocol.c | 10 +-
17961 net/sctp/sm_sideeffect.c | 2 +-
17962 net/sctp/socket.c | 21 +-
17963 net/sctp/sysctl.c | 10 +-
17964 net/socket.c | 18 +-
17965 net/sunrpc/auth_gss/svcauth_gss.c | 4 +-
17966 net/sunrpc/clnt.c | 4 +-
17967 net/sunrpc/sched.c | 4 +-
17968 net/sunrpc/svc.c | 4 +-
17969 net/sunrpc/svcauth_unix.c | 2 +-
17970 net/sunrpc/xprtrdma/svc_rdma.c | 38 +-
17971 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 8 +-
17972 net/sunrpc/xprtrdma/svc_rdma_sendto.c | 2 +-
17973 net/sunrpc/xprtrdma/svc_rdma_transport.c | 10 +-
17974 net/tipc/netlink_compat.c | 12 +-
17975 net/tipc/subscr.c | 2 +-
17976 net/unix/af_unix.c | 7 +-
17977 net/unix/sysctl_net_unix.c | 2 +-
17978 net/wireless/wext-core.c | 19 +-
17979 net/xfrm/xfrm_policy.c | 16 +-
17980 net/xfrm/xfrm_state.c | 33 +-
17981 net/xfrm/xfrm_sysctl.c | 2 +-
17982 scripts/Kbuild.include | 2 +-
17983 scripts/Makefile.build | 2 +-
17984 scripts/Makefile.clean | 3 +-
17985 scripts/Makefile.host | 69 +-
17986 scripts/basic/fixdep.c | 12 +-
17987 scripts/dtc/checks.c | 14 +-
17988 scripts/dtc/data.c | 6 +-
17989 scripts/dtc/flattree.c | 8 +-
17990 scripts/dtc/livetree.c | 4 +-
17991 scripts/gcc-plugin.sh | 51 +
17992 scripts/headers_install.sh | 1 +
17993 scripts/kallsyms.c | 4 +-
17994 scripts/kconfig/lkc.h | 5 +-
17995 scripts/kconfig/menu.c | 2 +-
17996 scripts/kconfig/symbol.c | 6 +-
17997 scripts/link-vmlinux.sh | 2 +-
17998 scripts/mod/file2alias.c | 14 +-
17999 scripts/mod/modpost.c | 25 +-
18000 scripts/mod/modpost.h | 6 +-
18001 scripts/mod/sumversion.c | 2 +-
18002 scripts/module-common.lds | 4 +
18003 scripts/package/builddeb | 1 +
18004 scripts/pnmtologo.c | 6 +-
18005 scripts/sortextable.h | 6 +-
18006 scripts/tags.sh | 2 +-
18007 security/Kconfig | 692 +-
18008 security/integrity/ima/ima.h | 4 +-
18009 security/integrity/ima/ima_api.c | 2 +-
18010 security/integrity/ima/ima_fs.c | 4 +-
18011 security/integrity/ima/ima_queue.c | 2 +-
18012 security/keys/key.c | 18 +-
18013 security/selinux/avc.c | 6 +-
18014 security/selinux/include/xfrm.h | 2 +-
18015 security/yama/yama_lsm.c | 2 +-
18016 sound/aoa/codecs/onyx.c | 7 +-
18017 sound/aoa/codecs/onyx.h | 1 +
18018 sound/core/oss/pcm_oss.c | 18 +-
18019 sound/core/pcm_compat.c | 2 +-
18020 sound/core/pcm_native.c | 4 +-
18021 sound/core/sound.c | 2 +-
18022 sound/drivers/mts64.c | 14 +-
18023 sound/drivers/opl4/opl4_lib.c | 2 +-
18024 sound/drivers/portman2x4.c | 3 +-
18025 sound/firewire/amdtp.c | 4 +-
18026 sound/firewire/amdtp.h | 4 +-
18027 sound/firewire/isight.c | 10 +-
18028 sound/firewire/scs1x.c | 8 +-
18029 sound/oss/sb_audio.c | 2 +-
18030 sound/oss/swarm_cs4297a.c | 6 +-
18031 sound/pci/hda/hda_codec.c | 2 +-
18032 sound/pci/ymfpci/ymfpci.h | 2 +-
18033 sound/pci/ymfpci/ymfpci_main.c | 12 +-
18034 sound/soc/codecs/sti-sas.c | 10 +-
18035 sound/soc/soc-ac97.c | 6 +-
18036 sound/soc/xtensa/xtfpga-i2s.c | 2 +-
18037 tools/gcc/Makefile | 42 +
18038 tools/gcc/checker_plugin.c | 150 +
18039 tools/gcc/colorize_plugin.c | 215 +
18040 tools/gcc/constify_plugin.c | 571 +
18041 tools/gcc/gcc-common.h | 812 +
18042 tools/gcc/initify_plugin.c | 552 +
18043 tools/gcc/kallocstat_plugin.c | 188 +
18044 tools/gcc/kernexec_plugin.c | 549 +
18045 tools/gcc/latent_entropy_plugin.c | 470 +
18046 tools/gcc/size_overflow_plugin/.gitignore | 2 +
18047 tools/gcc/size_overflow_plugin/Makefile | 28 +
18048 .../disable_size_overflow_hash.data |12422 ++++++++++++
18049 .../generate_size_overflow_hash.sh | 103 +
18050 .../insert_size_overflow_asm.c | 416 +
18051 .../size_overflow_plugin/intentional_overflow.c | 1010 +
18052 .../size_overflow_plugin/remove_unnecessary_dup.c | 137 +
18053 tools/gcc/size_overflow_plugin/size_overflow.h | 323 +
18054 .../gcc/size_overflow_plugin/size_overflow_debug.c | 194 +
18055 .../size_overflow_plugin/size_overflow_hash.data |20735 ++++++++++++++++++++
18056 .../size_overflow_hash_aux.data | 92 +
18057 tools/gcc/size_overflow_plugin/size_overflow_ipa.c | 1226 ++
18058 .../gcc/size_overflow_plugin/size_overflow_misc.c | 505 +
18059 .../size_overflow_plugin/size_overflow_plugin.c | 318 +
18060 .../size_overflow_plugin_hash.c | 352 +
18061 .../size_overflow_plugin/size_overflow_transform.c | 749 +
18062 .../size_overflow_transform_core.c | 1010 +
18063 tools/gcc/stackleak_plugin.c | 436 +
18064 tools/gcc/structleak_plugin.c | 287 +
18065 tools/include/linux/compiler.h | 8 +
18066 tools/lib/api/Makefile | 2 +-
18067 tools/perf/util/include/asm/alternative-asm.h | 3 +
18068 tools/virtio/linux/uaccess.h | 2 +-
18069 virt/kvm/kvm_main.c | 42 +-
18070 1944 files changed, 66925 insertions(+), 8949 deletions(-)