Re: [PATCH] tty: fix timeout equals to 0 problem in tty_ioctl

2021-01-07 Thread Greg KH
On Sat, Dec 19, 2020 at 11:27:31AM +0800, zhangqiumi...@huwei.com wrote: > From: zhangqiumiao > > Fix the problem that tty buffer data was not flushed when timeout=0. How can that happen? We need a lot better changelog text here please. > > Signed-off-by: zhangqiumiao I need a "full" name

Re: [PATCH] tty: fix timeout equals to 0 problem in tty_ioctl

2020-12-18 Thread Greg KH
On Sat, Dec 19, 2020 at 11:27:31AM +0800, zhangqiumi...@huwei.com wrote: > From: zhangqiumiao > > Fix the problem that tty buffer data was not flushed when timeout=0. > > Signed-off-by: zhangqiumiao > --- > drivers/tty/tty_ioctl.c | 12 ++-- > 1 file changed, 10 insertions(+), 2