android_kernel_oneplus_msm8998/arch/arm64/kernel
Patrick Fay 8fc0a6808a Perf: arm64: avoid use of uninitialized variable
Variable "buf" is not initialized. It may contain the data from
stack when "count == 0". Kernel information leak is possible due
to different code path execution.

Change-Id: I041b2e7262f7f66a9b039c0f0591bbb1fc9e4890
Signed-off-by: Patrick Fay <pfay@codeaurora.org>
2017-06-27 15:54:22 -07:00
..
probes
vdso UPSTREAM: arm64: Add support for CLOCK_MONOTONIC_RAW in clock_gettime() vDSO 2017-03-30 09:15:08 -07:00
.gitignore
acpi.c
acpi_parking_protocol.c arm64: kernel: implement ACPI parking protocol 2016-11-14 14:39:14 +08:00
alternative.c Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4 2016-10-21 18:00:55 -07:00
app_api.c arm64: Modify support for 32bit app specific settings 2017-03-27 03:09:05 -07:00
app_setting.c arm64: Modify support for 32bit app specific settings 2017-03-27 03:09:05 -07:00
arm64ksyms.c Merge tag 'lsk-v4.4-16.12-android' into branch 'msm-4.4' 2017-02-28 17:10:49 -08:00
armv8_deprecated.c Merge branch 'android-4.4@e76c0fa' into branch 'msm-4.4' 2017-06-20 14:55:15 -07:00
asm-offsets.c Merge "arm64: Change cpu_resume() to enable mmu early then access sleep_sp by va" 2017-04-28 11:12:20 -07:00
cacheinfo.c
cpu_errata.c Merge branch 'v4.4-16.09-android-tmp' into lsk-v4.4-16.09-android 2016-12-16 13:52:17 -08:00
cpu_ops.c arm64: kernel: implement ACPI parking protocol 2016-11-14 14:39:14 +08:00
cpufeature.c arm64: cache: change ARCH_DMA_MINALIGN and L1_CACHE_SHIFT values 2017-04-18 08:04:28 -07:00
cpuidle.c
cpuinfo.c Merge remote-tracking branch 'msm4.4/tmp-da9a92f' into msm-4.4 2016-10-28 10:48:35 -07:00
debug-monitors.c
efi-entry.S
efi.c
entry-fpsimd.S arm64: Add support for app specific settings 2017-03-24 11:32:52 +08:00
entry-ftrace.S
entry.S Merge branch 'android-4.4@e76c0fa' into branch 'msm-4.4' 2017-06-20 14:55:15 -07:00
entry32.S
fpsimd.c arm64: Add support for app specific settings 2017-03-24 11:32:52 +08:00
ftrace.c
head.S arm64: Change cpu_resume() to enable mmu early then access sleep_sp by va 2017-04-19 11:35:47 +05:30
hibernate-asm.S arm64: kernel: Add support for hibernate/suspend-to-disk 2016-11-10 16:16:59 +08:00
hibernate.c arm64: hibernate: Refuse to hibernate if the boot cpu is offline 2016-11-10 16:51:47 +08:00
hw_breakpoint.c Merge branch 'android-4.4@e76c0fa' into branch 'msm-4.4' 2017-06-20 14:55:15 -07:00
hyp-stub.S arm64: hyp/kvm: Make hyp-stub reject kvm_call_hyp() 2016-11-17 09:49:38 +08:00
image.h
insn.c Merge tag 'lsk-v4.4-16.12-android' into branch 'msm-4.4' 2017-02-28 17:10:49 -08:00
io.c
irq.c
jump_label.c
kaslr.c arm64: kaslr: Fix up the kernel image alignment 2017-03-22 18:42:11 +05:30
kgdb.c
kuser32.S
Makefile Perf: ARM: Support 32bit armv8-pmuv3 driver 2017-05-25 16:48:16 -07:00
module-plts.c
module.c
module.lds
pci.c
perf_callchain.c
perf_debug.c
perf_regs.c
perf_trace_counters.c Perf: arm64: avoid use of uninitialized variable 2017-06-27 15:54:22 -07:00
perf_trace_counters.h Perf: arm64: Use all 6 counters in tracecounters 2017-03-06 15:46:56 -08:00
perf_trace_user.c
perf_trace_user.h
process.c Merge branch 'android-4.4@9796ea8' into branch 'msm-4.4' 2017-05-09 16:50:19 -07:00
psci.c Merge tag 'lsk-v4.4-16.12-android' into branch 'msm-4.4' 2017-02-28 17:10:49 -08:00
ptrace.c Merge branch 'android-4.4@c71ad0f' into branch 'msm-4.4' 2017-04-20 15:19:15 -07:00
return_address.c
setup.c arm64: Change cpu_resume() to enable mmu early then access sleep_sp by va 2017-04-19 11:35:47 +05:30
signal.c
signal32.c
sleep.S arm64: Change cpu_resume() to enable mmu early then access sleep_sp by va 2017-04-19 11:35:47 +05:30
smccc-call.S
smp.c Merge branch 'v4.4-16.09-android-tmp' into lsk-v4.4-16.09-android 2016-12-16 13:52:17 -08:00
smp_spin_table.c
stacktrace.c arm/arm64: Export save_stack_trace_tsk() 2017-06-22 12:40:54 -07:00
suspend.c Merge branch 'android-4.4@9796ea8' into branch 'msm-4.4' 2017-05-09 16:50:19 -07:00
sys.c
sys32.c
sys_compat.c
time.c
topology.c Merge branch 'android-4.4@6fc0573' into branch 'msm-4.4' 2017-06-19 16:59:55 -07:00
trace-events-emulation.h
traps.c Merge tag 'lsk-v4.4-17.02-android' into branch 'msm-4.4' 2017-03-18 08:55:10 -07:00
vdso.c UPSTREAM: arm64: vdso: constify vm_special_mapping used for aarch32 vectors page 2017-03-30 09:18:00 -07:00
vmlinux.lds.S Merge tag 'lsk-v4.4-16.12-android' into branch 'msm-4.4' 2017-02-28 17:10:49 -08:00