wok view linux/stuff/linux-core.u @ rev 15598

Update some bdeps with pkg-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 12:49:52 2013 +0000 (2013-12-05)
parents
children
line source
1 FIX: Linux local privilege escalation 0day, 2.6.37 - 3.8.10
2 --- linux-3.2.40/kernel//events/core.c
3 +++ linux-3.2.40/kernel//events/core.c
4 @@ -5164,7 +5164,7 @@
6 static int perf_swevent_init(struct perf_event *event)
7 {
8 - int event_id = event->attr.config;
9 + u64 event_id = event->attr.config;
11 if (event->attr.type != PERF_TYPE_SOFTWARE)
12 return -ENOENT;