Thread (26 messages) flat view 26 messages, 5 authors, 2013-07-10

Re: [PATCH 3/8] vfio: add external user support

From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2013-06-27 09:43:42
Also in: kvm, lkml

On Thu, 2013-06-27 at 16:59 +1000, Stephen Rothwell wrote:
quoted
+/* Allows an external user (for example, KVM) to unlock an IOMMU
group */
quoted
+static void vfio_group_del_external_user(struct file *filep)
+{
+     struct vfio_group *group = filep->private_data;
+
+     BUG_ON(filep->f_op != &vfio_group_fops);
We usually reserve BUG_ON for situations where there is no way to
continue running or continuing will corrupt the running kernel.  Maybe
WARN_ON() and return?
Not even that. This is a user space provided "fd", we shouldn't oops the
kernel because we passed a wrong argument, just return -EINVAL or
something like that (add a return code).

Ben.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help