Re: [PATCH] pty: fix O_CLOEXEC for TIOCGPTPEER

2018-07-19 Thread Aleksa Sarai
On 2018-07-19, Matthijs van Duin wrote: > It was being ignored because the flags were not passed to fd allocation. > > Fixes: 54ebbfb16034 ("tty: add TIOCGPTPEER ioctl") Acked-by: Aleksa Sarai > Signed-off-by: Matthijs van Duin > --- > drivers/tty/pty.c | 2 +- > 1 file changed, 1 insertion(

[PATCH] pty: fix O_CLOEXEC for TIOCGPTPEER

2018-07-19 Thread Matthijs van Duin
It was being ignored because the flags were not passed to fd allocation. Fixes: 54ebbfb16034 ("tty: add TIOCGPTPEER ioctl") Signed-off-by: Matthijs van Duin --- drivers/tty/pty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/pty.c b/drivers/tty/pty.c index b0e2c