pty: fix O_CLOEXEC for TIOCGPTPEER
authorMatthijs van Duin <matthijsvanduin@gmail.com>
Thu, 19 Jul 2018 08:43:46 +0000 (10:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Aug 2018 11:08:55 +0000 (13:08 +0200)
commit4aec7c283904207d6dc2bd3a319d4e77ce60c77c
treea06e18b6485dede97df8dd8be25a57301c3b9817
parent96de65df193607b81ba7323861d58ff7efd3bf38
pty: fix O_CLOEXEC for TIOCGPTPEER

commit 36ecc1481dc8d8c52d43ba18c6b642c1d2fde789 upstream.

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 <matthijsvanduin@gmail.com>
Acked-by: Aleksa Sarai <asarai@suse.de>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/pty.c