aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/perf_counter.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/perf_counter.c')
-rw-r--r--kernel/perf_counter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/perf_counter.c b/kernel/perf_counter.c
index d7cbc579fc80..a67a1dc3cfa3 100644
--- a/kernel/perf_counter.c
+++ b/kernel/perf_counter.c
@@ -4171,6 +4171,7 @@ static int perf_copy_attr(struct perf_counter_attr __user *uattr,
4171 if (val) 4171 if (val)
4172 goto err_size; 4172 goto err_size;
4173 } 4173 }
4174 size = sizeof(*attr);
4174 } 4175 }
4175 4176
4176 ret = copy_from_user(attr, uattr, size); 4177 ret = copy_from_user(attr, uattr, size);