Received: by 2002:ac0:8c9a:0:0:0:0:0 with SMTP id r26csp1615227ima; Sat, 2 Feb 2019 04:20:13 -0800 (PST) X-Google-Smtp-Source: ALg8bN6Ut41OcYwkcWYFyGMtfdYynZS+Zv0pmUd0FHz/w+PjeXfVauz0Wg3nu44xWULdbz7zKumh X-Received: by 2002:a17:902:20e9:: with SMTP id v38mr41905223plg.250.1549110013697; Sat, 02 Feb 2019 04:20:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549110013; cv=none; d=google.com; s=arc-20160816; b=HewnnoHW9XCIdzwTA6vAc7qvDps6xUN0LWPhPX+OW03v/pH6LjUVhmWxAAMe3xr5lC 9kBVM7KypZeradhFm/IQOaStiEeyCbx+cooOqiUObTLFWDliCxlKHfDNuGqV5HPAComM Bx2PQmOvbbM7hAHMJDN9sLda5V7ypSrUTBGxf99WotKLYQP5x98GXDrhii4KqhlblWVH oJf9RVt9wpDEdz2ht9EzcE4ZWStpWUZPbv7puAMPxzsIqRhjlc01hMxCR9pymp4CocAS FgTfoEy6dLOB6xgpG8BOdguj6x35yVsZkedA+l3VWNRugNojhMIz/J+CmhlP/Xi10yF0 R5dw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=CXRs/lcppmBRixXs+RG10pxP1iHNzvHw2kb/kPqMyLI=; b=IxYOC0yC3TQqEhmWfd88Pz+Lm+avFQ4uDU3My4h1qKZrOJ4j1Ax/YTB/iG3aJBc32b RRe6Pga0Di1KBX4GR9vj6lT8D8XIxu56NSTKyI8wX2xm0Z7dmaw4znkOexi6ULOliNM4 56zZxYUq8cF3NXLIULuHAMinUjtkzuez7zOyMXSRByaUbbdctZMUoRu12wy8/DT4025d tVQwJ1I/WoaaMjjCUL2CvKnY24AZnya0l6lJSrQFDv5FWklPzBoEDAxdYbmIXui/7K36 HAAWq6hRRuOeHSHlWwTYG2WnD79n5aptYP6sadlh3+2qFTiIqbRSy2kFO7vYv60d3hw1 Tilg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f35si9431343pgf.449.2019.02.02.04.19.22; Sat, 02 Feb 2019 04:20:13 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727807AbfBBMPT convert rfc822-to-8bit (ORCPT + 99 others); Sat, 2 Feb 2019 07:15:19 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:43091 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727199AbfBBMPT (ORCPT ); Sat, 2 Feb 2019 07:15:19 -0500 Received: from marcel-macpro.fritz.box (p4FF9FD60.dip0.t-ipconnect.de [79.249.253.96]) by mail.holtmann.org (Postfix) with ESMTPSA id A8327CEF9A; Sat, 2 Feb 2019 13:23:06 +0100 (CET) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: [PATCH v2] Bluetooth: hci_uart: Switch pty driver to slave side in tty_set_termios() From: Marcel Holtmann In-Reply-To: <20190202072816.GA15630@myunghoj-Precision-5530> Date: Sat, 2 Feb 2019 13:15:16 +0100 Cc: Johan Hedberg , linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: <3EC8C1C2-27AE-46B7-A345-860A87B94E6B@holtmann.org> References: <20190202072816.GA15630@myunghoj-Precision-5530> To: Myungho Jung X-Mailer: Apple Mail (2.3445.102.3) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Myungho, > tty_set_termios() should be called with slave side of pty driver. So, If > tty driver is pty master, it needs to be switched to ->link. > > Reported-by: syzbot+a950165cbb86bdd023a4@syzkaller.appspotmail.com > Signed-off-by: Myungho Jung > --- > drivers/bluetooth/hci_ldisc.c | 27 ++++++++++++++++++++++----- > 1 file changed, 22 insertions(+), 5 deletions(-) > > diff --git a/drivers/bluetooth/hci_ldisc.c b/drivers/bluetooth/hci_ldisc.c > index fbf7b4df23ab..0f6e70ea1dc3 100644 > --- a/drivers/bluetooth/hci_ldisc.c > +++ b/drivers/bluetooth/hci_ldisc.c > @@ -299,10 +299,21 @@ static int hci_uart_send_frame(struct hci_dev *hdev, struct sk_buff *skb) > return 0; > } > > +/* If pty master, return slave side */ > +static struct tty_struct *hci_uart_get_real_tty(struct tty_struct *tty) > +{ > + if (tty->driver->type == TTY_DRIVER_TYPE_PTY && > + tty->driver->subtype == PTY_TYPE_MASTER) > + tty->link; > + > + return tty; > +} > + > /* Flow control or un-flow control the device */ > void hci_uart_set_flow_control(struct hci_uart *hu, bool enable) > { > struct tty_struct *tty = hu->tty; > + struct tty_struct *real_tty; > struct ktermios ktermios; > int status; > unsigned int set = 0; > @@ -314,11 +325,14 @@ void hci_uart_set_flow_control(struct hci_uart *hu, bool enable) > return; > } > > + /* termios should be set from slave side if tty driver is pty */ > + real_tty = hci_uart_get_real_tty(tty); > + > if (enable) { > /* Disable hardware flow control */ > - ktermios = tty->termios; > + ktermios = real_tty->termios; > ktermios.c_cflag &= ~CRTSCTS; > - status = tty_set_termios(tty, &ktermios); > + status = tty_set_termios(real_tty, &ktermios); > BT_DBG("Disabling hardware flow control: %s", > status ? "failed" : "success"); > > @@ -350,9 +364,9 @@ void hci_uart_set_flow_control(struct hci_uart *hu, bool enable) > BT_DBG("Setting RTS: %s", status ? "failed" : "success"); > > /* Re-enable hardware flow control */ > - ktermios = tty->termios; > + ktermios = real_tty->termios; > ktermios.c_cflag |= CRTSCTS; > - status = tty_set_termios(tty, &ktermios); > + status = tty_set_termios(real_tty, &ktermios); > BT_DBG("Enabling hardware flow control: %s", > status ? "failed" : "success"); > } > @@ -367,9 +381,12 @@ void hci_uart_set_speeds(struct hci_uart *hu, unsigned int init_speed, > > void hci_uart_set_baudrate(struct hci_uart *hu, unsigned int speed) > { > - struct tty_struct *tty = hu->tty; > + struct tty_struct *tty; > struct ktermios ktermios; > > + /* termios should be set from slave side if tty driver is pty */ > + tty = hci_uart_get_real_tty(hu->tty); > + didn’t we conclude that allowing the HCI line discipline on a PTY master isn't worth the effort? The ptm_unix98_ops doesn’t have the .set_termios and thus, just check that ops->set_termios is present in hci_uart_tty_open and if not fail with EOPNOTSUPP like we do for missing ops->write. Regards Marcel