You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add tests of the generated functions using real ioctl values. These values should
be confirmed by the kernel when they're called, so it provides a nice check on
both the definition and ergonomics of the generated functions but also the value of
the generated ioctl as well.
Additionally, change the testing for ioctl number generation to use the same value
as that calculated by the C macros. This gets rid of those hard-coded values and
simplifies supporting additional platforms, especially ones that no devs have command-
line access to.
0 commit comments