Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2017 11:02:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 218626] [PATCH] cuse: new error code CUSE_ERR_NO_DEVICE (ENODEV)
Message-ID:  <bug-218626-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218626

            Bug ID: 218626
           Summary: [PATCH] cuse: new error code CUSE_ERR_NO_DEVICE
                    (ENODEV)
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: jan.kokemueller@gmail.com
          Keywords: patch

Created attachment 181753
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D181753&action=
=3Dedit
patch adding a CUSE_ERR_NO_DEVICE error code

It would be great to have a cuse error code that resolves to ENODEV. This is
needed to properly implement the Evdev EVIOCREVOKE ioctl.

After EVIOCREVOKE is called all further calls to read/write should return
ENODEV (https://github.com/jiixyj/evdevfbsd/blob/master/evdevfbsd.c#L120).

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218626-8>