Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3403094imu; Mon, 28 Jan 2019 04:20:52 -0800 (PST) X-Google-Smtp-Source: ALg8bN4eu/WyFR+HhfTJIqc1kKyBMDpqWpw15VMHCC8dw1N6neqpIqVJI9aSiPlxxxkh2qnnILH5 X-Received: by 2002:a63:cf48:: with SMTP id b8mr19985893pgj.17.1548678052662; Mon, 28 Jan 2019 04:20:52 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548678052; cv=none; d=google.com; s=arc-20160816; b=UEGBM7DZDdlVMxDe0Nns4XP/9C05gZ6+IbYt2hiFVWWPX/rAiWiPVC9WV55vFwTbpX opt3BViI/OhpYKFxrh7vMg4ZcboA8Feed2Z8Liuxz7bvDtakwoy40pYY4bAhE7iyb47h ebBpsQ0oYWYGOi2RV4Dau7bc/r0BchNJXAt0BVyAkomnAOYJiK60/aTpLVNx/XO1xy7R H3m0AteiI4Y++C9O70O16sM8LajWY/V8IlBJGvEJHbPrH5HihHuPt8Zpx5wqz0Kdy8/z yVkkCrrMkAmyaqhUqFNWyElyS5JGCz9Vss7f00i+awbvqVKxAl8QbnyD2aqEJp4/sIDk T4Kw== 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=raYlY8XHidNQ6QDZr89bVXTKBMNFqHl7XuiXnJljEr8=; b=wYFW+ix+nCPkvapZOoAgtNHzCwYTqDopp2uOt4dFAAvtOGXig6oSkzhFWXhkjZyJ2z lTRdWqS5iWzF5mTru2KnBotZ9eJD1MawRX8xwKTqByOXnh/FrbjZUdc3iw2mxTACZgez m3cu3eUP39d662oq8TlBoTb41XNXQHJv8LIQsw85qd6CDRef7L5r+V/V2R6mUrsDiG5t 79qnmEm/+mRf+n/+FkqMIqcL0zAaZuJY7Jyu8ccGbSgA0tJfBcGoV/mrhCPMkuE83LsC XForyXxpM8gJ/0RpBlyPK3P8t4DgEkl1THDC6QiY5xGhz3qLmXTEmP7lmNY83FTHr1z3 4Z7Q== 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 n3si17818071pgk.405.2019.01.28.04.20.37; Mon, 28 Jan 2019 04:20:52 -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 S1726802AbfA1MUc convert rfc822-to-8bit (ORCPT + 99 others); Mon, 28 Jan 2019 07:20:32 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:44064 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726682AbfA1MUc (ORCPT ); Mon, 28 Jan 2019 07:20:32 -0500 Received: from marcel-macpro.fritz.box (p4FF9FD60.dip0.t-ipconnect.de [79.249.253.96]) by mail.holtmann.org (Postfix) with ESMTPSA id B623DCF2B6; Mon, 28 Jan 2019 13:28:19 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: [PATCH] Bluetooth: hci_uart: Switch pty driver to slave side in tty_set_termios() From: Marcel Holtmann In-Reply-To: <20190128065259.GA2976@myunghoj-Precision-5530> Date: Mon, 28 Jan 2019 13:20:30 +0100 Cc: Johan Hedberg , linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: <1D2D84AB-CE67-435E-9F50-3A81A7A008C1@holtmann.org> References: <20190128065259.GA2976@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 | 20 +++++++++++++++----- > 1 file changed, 15 insertions(+), 5 deletions(-) > > diff --git a/drivers/bluetooth/hci_ldisc.c b/drivers/bluetooth/hci_ldisc.c > index fbf7b4df23ab..90c5ea8c399b 100644 > --- a/drivers/bluetooth/hci_ldisc.c > +++ b/drivers/bluetooth/hci_ldisc.c > @@ -299,10 +299,18 @@ static int hci_uart_send_frame(struct hci_dev *hdev, struct sk_buff *skb) > return 0; > } > > +/* If driver is pty master, return slave side */ > +static struct tty_struct *hci_uart_get_real_tty(struct tty_struct *tty) > +{ > + return (tty->driver->type == TTY_DRIVER_TYPE_PTY && > + tty->driver->subtype == PTY_TYPE_MASTER) ? tty->link : tty; > +} > + if (tty->driver->type == TTY_DRIVER_PTY && tty->driver->subtype = PTY_TYPE_MASTER) return tty->link; return tty; We can spare the extra two lines to make this readable. > /* 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 +322,12 @@ void hci_uart_set_flow_control(struct hci_uart *hu, bool enable) > return; > } > > + real_tty = hci_uart_get_real_tty(tty); I would add a comment above this call why this is done and then also add an empty line after it. The if clause is not related to that call at all. > 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 +359,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 +376,10 @@ 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; > > + tty = hci_uart_get_real_tty(hu->tty); Same here. Add comment above and the also an extra empty line. > ktermios = tty->termios; > ktermios.c_cflag &= ~CBAUD; > tty_termios_encode_baud_rate(&ktermios, speed, speed); Regards Marcel