Re: [PATCH 2/3] vstatus: Add user space API definitions for VSTATUS, NOKERNINFO and TIOCSTAT

2022-01-18 Thread Arnd Bergmann
On Tue, Jan 18, 2022 at 5:43 AM Walt Drummond wrote: > diff --git a/include/uapi/asm-generic/ioctls.h > b/include/uapi/asm-generic/ioctls.h > index cdc9f4ca8c27..eafb662d6a0e 100644 > --- a/include/uapi/asm-generic/ioctls.h > +++ b/include/uapi/asm-generic/ioctls.h > @@ -97,6 +97,7 @@ > > #defi

[PATCH 2/3] vstatus: Add user space API definitions for VSTATUS, NOKERNINFO and TIOCSTAT

2022-01-17 Thread Walt Drummond
Add definitions for the VSTATUS control character, and the NOKERNINFO local control flag in the termios struct, and add an ioctl number for the ioctl TIOCSTAT. Also add a default VSTATUS character (Ctrl-T) default valuses in termios.c_cc. Do this for all architectures. Signed-off-by: Walt Drummo