summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorFederico Vaga2011-10-29 09:45:39 +0200
committerGreg Kroah-Hartman2011-11-27 03:34:14 +0100
commitdf30b21cb0eed5ba8a8e0cdfeebc66ba8cde821d (patch)
tree5bd4f9b7050691a53abfff32f1218cadd4425a2b /MAINTAINERS
parentstaging: comedi: fix oops for USB DAQ devices. (diff)
downloadkernel-qcow2-linux-df30b21cb0eed5ba8a8e0cdfeebc66ba8cde821d.tar.gz
kernel-qcow2-linux-df30b21cb0eed5ba8a8e0cdfeebc66ba8cde821d.tar.xz
kernel-qcow2-linux-df30b21cb0eed5ba8a8e0cdfeebc66ba8cde821d.zip
Staging: comedi: fix mmap_count
In comedi_fops, mmap_count is decremented at comedi_vm_ops->close but it is not incremented at comedi_vm_ops->open. This may result in a negative counter. The patch introduces the open method to keep the counter consistent. The bug was triggerd by this sample code: mmap(0, ...., comedi_fd); fork(); exit(0); Acked-by: Alessandro Rubini <rubini@gnudd.com> Signed-off-by: Federico Vaga <federico.vaga@gmail.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions