Re: [PATCH 0/3] status: TTY status message request

2022-01-29 Thread Walt Drummond
ACK, will do. On Wed, Jan 26, 2022 at 5:45 AM Greg KH wrote: > > On Mon, Jan 17, 2022 at 08:42:57PM -0800, Walt Drummond wrote: > > This patchset adds TTY status message request feature to the n_tty > > line dicipline. This feature prints a brief message containing basic > > system and process g

Re: [PATCH 0/3] status: TTY status message request

2022-01-26 Thread Greg KH
On Mon, Jan 17, 2022 at 08:42:57PM -0800, Walt Drummond wrote: > This patchset adds TTY status message request feature to the n_tty > line dicipline. This feature prints a brief message containing basic > system and process group information to a user's TTY in response to a > new control character

[PATCH 0/3] status: TTY status message request

2022-01-17 Thread Walt Drummond
This patchset adds TTY status message request feature to the n_tty line dicipline. This feature prints a brief message containing basic system and process group information to a user's TTY in response to a new control character in the line dicipline (default Ctrl-T) or the TIOCSTAT ioctl. The mes