aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 e0d91fdf0c3..e7f60f8e31e 100644
--- a/kernel/perf_counter.c
+++ b/kernel/perf_counter.c
@@ -4215,6 +4215,7 @@ static int perf_copy_attr(struct perf_counter_attr __user *uattr,
4215 if (val) 4215 if (val)
4216 goto err_size; 4216 goto err_size;
4217 } 4217 }
4218 size = sizeof(*attr);
4218 } 4219 }
4219 4220
4220 ret = copy_from_user(attr, uattr, size); 4221 ret = copy_from_user(attr, uattr, size);