Re: [PATCH v5.3-rc2] Bluetooth: hci_uart: check for missing tty operations

2019-08-01 Thread Greg KH
On Thu, Aug 01, 2019 at 01:16:39PM -0400, Sasha Levin wrote: > On Thu, Aug 01, 2019 at 03:50:44PM +0200, Greg KH wrote: > > On Thu, Aug 01, 2019 at 01:31:31PM +, Sasha Levin wrote: > > > Hi, > > > > > > [This is an automated email] > > > > > > This commit has been processed because it

Re: [PATCH v5.3-rc2] Bluetooth: hci_uart: check for missing tty operations

2019-08-01 Thread Sasha Levin
On Thu, Aug 01, 2019 at 03:50:44PM +0200, Greg KH wrote: On Thu, Aug 01, 2019 at 01:31:31PM +, Sasha Levin wrote: Hi, [This is an automated email] This commit has been processed because it contains a "Fixes:" tag, fixing commit: . The bot has tested the following trees: v5.2.4, v5.1.21,

Re: [PATCH v5.3-rc2] Bluetooth: hci_uart: check for missing tty operations

2019-08-01 Thread Vladis Dronov
1, 2019 4:06:39 PM > Subject: Re: [PATCH v5.3-rc2] Bluetooth: hci_uart: check for missing tty > operations > > On Thu, Aug 01, 2019 at 09:55:55AM -0400, Vladis Dronov wrote: > > Thank you, Greg! > > > > I've just noticed the patch landed in the upstream and was going

Re: [PATCH v5.3-rc2] Bluetooth: hci_uart: check for missing tty operations

2019-08-01 Thread Greg KH
On Thu, Aug 01, 2019 at 09:55:55AM -0400, Vladis Dronov wrote: > Thank you, Greg! > > I've just noticed the patch landed in the upstream and was going to start > stable > backports, but it appeared you've already done this. Verifying that I got the 4.4.y and 4.9.y and 4.14.y backports done

Re: [PATCH v5.3-rc2] Bluetooth: hci_uart: check for missing tty operations

2019-08-01 Thread Vladis Dronov
hursday, August 1, 2019 3:50:44 PM > Subject: Re: [PATCH v5.3-rc2] Bluetooth: hci_uart: check for missing tty > operations > > On Thu, Aug 01, 2019 at 01:31:31PM +, Sasha Levin wrote: > > Hi, > > > > [This is an automated email] > > > > This commit

Re: [PATCH v5.3-rc2] Bluetooth: hci_uart: check for missing tty operations

2019-08-01 Thread Greg KH
On Thu, Aug 01, 2019 at 01:31:31PM +, Sasha Levin wrote: > Hi, > > [This is an automated email] > > This commit has been processed because it contains a "Fixes:" tag, > fixing commit: . > > The bot has tested the following trees: v5.2.4, v5.1.21, v4.19.62, v4.14.134, > v4.9.186, v4.4.186.

Re: [PATCH v5.3-rc2] Bluetooth: hci_uart: check for missing tty operations

2019-08-01 Thread Sasha Levin
Hi, [This is an automated email] This commit has been processed because it contains a "Fixes:" tag, fixing commit: . The bot has tested the following trees: v5.2.4, v5.1.21, v4.19.62, v4.14.134, v4.9.186, v4.4.186. v5.2.4: Build OK! v5.1.21: Build OK! v4.19.62: Build OK! v4.14.134: Failed to

Re: [PATCH v5.3-rc2] Bluetooth: hci_uart: check for missing tty operations

2019-07-30 Thread Al Cho
On Tue, 2019-07-30 at 11:33 +0200, Marcel Holtmann wrote: > From: Vladis Dronov > > Certain ttys operations (pty_unix98_ops) lack tiocmget() and > tiocmset() > functions which are called by the certain HCI UART protocols > (hci_ath, > hci_bcm, hci_intel, hci_mrvl, hci_qca) via >

[PATCH v5.3-rc2] Bluetooth: hci_uart: check for missing tty operations

2019-07-30 Thread Marcel Holtmann
From: Vladis Dronov Certain ttys operations (pty_unix98_ops) lack tiocmget() and tiocmset() functions which are called by the certain HCI UART protocols (hci_ath, hci_bcm, hci_intel, hci_mrvl, hci_qca) via hci_uart_set_flow_control() or directly. This leads to an execution at NULL and can be