aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/failed-syscalls-by-pid.py
diff options
context:
space:
mode:
authorPete Zaitcev <zaitcev@redhat.com>2018-01-08 16:46:41 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-09 10:06:53 -0500
commit46eb14a6e1585d99c1b9f58d0e7389082a5f466b (patch)
tree6e023a773c858245b4ceca196ec093ad5a9b7298 /tools/perf/scripts/python/failed-syscalls-by-pid.py
parent5fd77a3a0e408c23ab4002a57db980e46bc16e72 (diff)
USB: fix usbmon BUG trigger
Automated tests triggered this by opening usbmon and accessing the mmap while simultaneously resizing the buffers. This bug was with us since 2006, because typically applications only size the buffers once and thus avoid racing. Reported by Kirill A. Shutemov. Reported-by: <syzbot+f9831b881b3e849829fc@syzkaller.appspotmail.com> Signed-off-by: Pete Zaitcev <zaitcev@redhat.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions
et/ixp2000/ixpdev_priv.h'>
path: root/drivers/net/ixp2000/ixpdev_priv.h
blob: 86aa08ea0c3381becada48babbd21b1b7442d105 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/*
 * IXP2000 MSF network device driver
 * Copyright (C) 2004, 2005 Lennert Buytenhek <buytenh@wantstofly.org>
 * Dedicated to Marija Kulikova.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 */

#ifndef __IXPDEV_PRIV_H