Revision b23ff0e9330e4b11e18af984d50573598e10e7f9 authored by Mahesh Salgaonkar on 21 January 2010, 12:55:16 UTC, committed by Frederic Weisbecker on 28 January 2010, 13:15:51 UTC
On a given architecture, when hardware breakpoint registration fails
due to un-supported access type (read/write/execute), we lose the bp
slot since register_perf_hw_breakpoint() does not release the bp slot
on failure.
Hence, any subsequent hardware breakpoint registration starts failing
with 'no space left on device' error.

This patch introduces error handling in register_perf_hw_breakpoint()
function and releases bp slot on error.

Signed-off-by: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com>
Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: K. Prasad <prasad@linux.vnet.ibm.com>
Cc: Maneesh Soni <maneesh@in.ibm.com>
LKML-Reference: <20100121125516.GA32521@in.ibm.com>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
1 parent 7f5102c
History
File Mode Size
bttv
cx2341x
cx88
.gitignore -rw-r--r-- 8 bytes
API.html -rw-r--r-- 738 bytes
CARDLIST.au0828 -rw-r--r-- 527 bytes
CARDLIST.bttv -rw-r--r-- 8.8 KB
CARDLIST.cx23885 -rw-r--r-- 2.0 KB
CARDLIST.cx88 -rw-r--r-- 5.9 KB
CARDLIST.em28xx -rw-r--r-- 5.1 KB
CARDLIST.ivtv -rw-r--r-- 1.1 KB
CARDLIST.saa7134 -rw-r--r-- 10.0 KB
CARDLIST.saa7164 -rw-r--r-- 501 bytes
CARDLIST.tuner -rw-r--r-- 3.0 KB
CARDLIST.usbvision -rw-r--r-- 4.8 KB
CQcam.txt -rw-r--r-- 6.9 KB
Makefile -rw-r--r-- 212 bytes
README.cpia -rw-r--r-- 7.1 KB
README.cpia2 -rw-r--r-- 5.6 KB
README.cx88 -rw-r--r-- 2.1 KB
README.ir -rw-r--r-- 2.3 KB
README.ivtv -rw-r--r-- 6.3 KB
README.pvrusb2 -rw-r--r-- 9.6 KB
README.saa7134 -rw-r--r-- 1.9 KB
Zoran -rw-r--r-- 22.3 KB
cafe_ccic -rw-r--r-- 2.4 KB
cpia2_overview.txt -rw-r--r-- 2.3 KB
cx18.txt -rw-r--r-- 811 bytes
et61x251.txt -rw-r--r-- 11.1 KB
extract_xc3028.pl -rw-r--r-- 23.7 KB
gspca.txt -rw-r--r-- 13.9 KB
hauppauge-wintv-cx88-ir.txt -rw-r--r-- 1.9 KB
ibmcam.txt -rw-r--r-- 13.6 KB
lifeview.txt -rw-r--r-- 1.5 KB
m5602.txt -rw-r--r-- 549 bytes
meye.txt -rw-r--r-- 4.5 KB
not-in-cx2388x-datasheet.txt -rw-r--r-- 953 bytes
ov511.txt -rw-r--r-- 10.7 KB
pxa_camera.txt -rw-r--r-- 8.7 KB
radiotrack.txt -rw-r--r-- 5.7 KB
se401.txt -rw-r--r-- 1.5 KB
sh_mobile_ceu_camera.txt -rw-r--r-- 3.8 KB
si470x.txt -rw-r--r-- 4.6 KB
si4713.txt -rw-r--r-- 6.5 KB
sn9c102.txt -rw-r--r-- 22.2 KB
soc-camera.txt -rw-r--r-- 6.9 KB
stv680.txt -rw-r--r-- 1.6 KB
v4l2-framework.txt -rw-r--r-- 25.9 KB
v4lgrab.c -rw-r--r-- 5.7 KB
w9966.txt -rw-r--r-- 1.2 KB
w9968cf.txt -rw-r--r-- 17.6 KB
zc0301.txt -rw-r--r-- 8.4 KB
zr364xx.txt -rw-r--r-- 3.4 KB

README.cpia

back to top