Re: [RC6 Bell Chime] [PATCH 00/24] rfcomm fixes

2014-03-15 Thread Linus Torvalds
On Sat, Mar 15, 2014 at 1:45 PM, Peter Hurley wrote: > > FWIW, the 'known breakage' for 3.14 is a (valid) lockdep report. Ok, if it's just lockdep and unlikely to hit in real life and getting fixed later, I guess I don't really care all that deeply for 3.14 Linus -- To unsubscr

Re: [RC6 Bell Chime] [PATCH 00/24] rfcomm fixes

2014-03-15 Thread Sander Eikelenboom
Saturday, March 15, 2014, 9:45:03 PM, you wrote: > On 03/15/2014 01:53 PM, Linus Torvalds wrote: >> Guys, why is this being discussed? > FWIW, the 'known breakage' for 3.14 is a (valid) lockdep report. Hmm .. whoops you are right .. i remembered it as being an "oops", but you are right it was m

Re: [RC6 Bell Chime] [PATCH 00/24] rfcomm fixes

2014-03-15 Thread Peter Hurley
On 03/15/2014 01:53 PM, Linus Torvalds wrote: Guys, why is this being discussed? FWIW, the 'known breakage' for 3.14 is a (valid) lockdep report. This regression was introduced by a small patchset added to -next over the holidays that was intended to address 2 bug reports stemming from a long-

Re: [RC6 Bell Chime] [PATCH 00/24] rfcomm fixes

2014-03-15 Thread Linus Torvalds
On Sat, Mar 15, 2014 at 6:51 AM, Sander Eikelenboom wrote: > > > Ok but the breakage/regression was known since around the merge window. > I thought the "standard policy" when things cause new regression and are not > fixable (too intrusive, too time consuming you > name the reason), was to rever

Re: [RC6 Bell Chime] [PATCH 00/24] rfcomm fixes

2014-03-15 Thread Sander Eikelenboom
Friday, March 14, 2014, 2:29:43 AM, you wrote: > Hi Sander, > On 03/13/2014 08:49 PM, Sander Eikelenboom wrote: >> >> Is it just me .. or is this going at the speed of about a bluetooth >> connection .. >> and probably missing the boot for 3.14 ? (for no good reason IMHO) >> >> >> (it was not

Re: [RC6 Bell Chime] [PATCH 00/24] rfcomm fixes

2014-03-13 Thread Peter Hurley
Hi Sander, On 03/13/2014 08:49 PM, Sander Eikelenboom wrote: Is it just me .. or is this going at the speed of about a bluetooth connection .. and probably missing the boot for 3.14 ? (for no good reason IMHO) (it was not in John's nor Dave's last pull request, although it seems to be rever

Re: [RC6 Bell Chime] [PATCH 00/24] rfcomm fixes

2014-03-13 Thread Marcel Holtmann
Hi Sander, Since: - 3.14-RC6 has been cut - this regression is known and reported since the merge window - the fix (revert of 3 patches) is known for over a month now - but it's still not in mainline - my polite ping request from last week seems to have provoked exact

Re: [RC6 Bell Chime] [PATCH 00/24] rfcomm fixes

2014-03-13 Thread Sander Eikelenboom
Tuesday, March 11, 2014, 4:14:38 PM, you wrote: > Hi John, >>> Since: >>> - 3.14-RC6 has been cut >>> - this regression is known and reported since the merge window >>> - the fix (revert of 3 patches) is known for over a month now >>> - but it's still not in mainline >>> - my polite ping request

Re: [RC6 Bell Chime] [PATCH 00/24] rfcomm fixes

2014-03-11 Thread Marcel Holtmann
Hi John, >> Since: >> - 3.14-RC6 has been cut >> - this regression is known and reported since the merge window >> - the fix (revert of 3 patches) is known for over a month now >> - but it's still not in mainline >> - my polite ping request from last week seems to have provoked exactly 0 >> (zero

Re: [RC6 Bell Chime] Re: [PATCH 00/24] rfcomm fixes

2014-03-10 Thread John W. Linville
On Mon, Mar 10, 2014 at 09:38:43AM +0100, Sander Eikelenboom wrote: > Hi all, > > Since: > - 3.14-RC6 has been cut > - this regression is known and reported since the merge window > - the fix (revert of 3 patches) is known for over a month now > - but it's still not in mainline > - my polite ping

[RC6 Bell Chime] Re: [PATCH 00/24] rfcomm fixes

2014-03-10 Thread Sander Eikelenboom
Hi all, Since: - 3.14-RC6 has been cut - this regression is known and reported since the merge window - the fix (revert of 3 patches) is known for over a month now - but it's still not in mainline - my polite ping request from last week seems to have provoked exactly 0 (zero) response. IT'S TIME

Re: [PATCH 00/24] rfcomm fixes

2014-03-03 Thread Sander Eikelenboom
Wednesday, February 12, 2014, 12:06:44 PM, you wrote: > Monday, February 10, 2014, 11:09:38 PM, you wrote: >> Hi Peter, >>> This patch series addresses a number of previously unknown issues >>> with the RFCOMM tty device implementation, in addition to >>> addressing the locking regression recen

Re: [PATCH 00/24] rfcomm fixes

2014-02-14 Thread Marcel Holtmann
Hi Peter, > This patch series addresses a number of previously unknown issues > with the RFCOMM tty device implementation, in addition to > addressing the locking regression recently reported [1]. > > As Gianluca suggested and I agree, this series first reverts > 3 of the 4 patches of 3.14-rc1 fo

Re: [PATCH 00/24] rfcomm fixes

2014-02-13 Thread Alexander Holler
Am 13.02.2014 01:38, schrieb Peter Hurley: Hi Marcel, On 02/12/2014 05:58 PM, Marcel Holtmann wrote: we might also want to add some end-to-end test cases to rfcomm-tester that covers this behavior. Sounds great. Such would have found the problem with disappearing remote bt (rfcomm) devices s

Re: [PATCH 00/24] rfcomm fixes

2014-02-13 Thread Alexander Holler
Am 10.02.2014 02:59, schrieb Peter Hurley: Marcel, This patch series addresses a number of previously unknown issues with the RFCOMM tty device implementation, in addition to addressing the locking regression recently reported [1]. As Gianluca suggested and I agree, this series first reverts 3

Re: [PATCH 00/24] rfcomm fixes

2014-02-12 Thread Peter Hurley
Hi Marcel, On 02/12/2014 05:58 PM, Marcel Holtmann wrote: we might also want to add some end-to-end test cases to rfcomm-tester that covers this behavior. Are there some docs for the linux-bluetooth test harness? I have some unit tests that I can port but I should probably understand the blu

Re: [PATCH 00/24] rfcomm fixes

2014-02-12 Thread Marcel Holtmann
Hi Peter, >>> This patch series addresses a number of previously unknown issues >>> with the RFCOMM tty device implementation, in addition to >>> addressing the locking regression recently reported [1]. >>> >>> As Gianluca suggested and I agree, this series first reverts >>> 3 of the 4 patches of

Re: [PATCH 00/24] rfcomm fixes

2014-02-12 Thread Sander Eikelenboom
Monday, February 10, 2014, 11:09:38 PM, you wrote: > Hi Peter, >> This patch series addresses a number of previously unknown issues >> with the RFCOMM tty device implementation, in addition to >> addressing the locking regression recently reported [1]. >> >> As Gianluca suggested and I agree, t

Re: [PATCH 00/24] rfcomm fixes

2014-02-10 Thread Peter Hurley
Hi Marcel, On 02/10/2014 05:09 PM, Marcel Holtmann wrote: Hi Peter, This patch series addresses a number of previously unknown issues with the RFCOMM tty device implementation, in addition to addressing the locking regression recently reported [1]. As Gianluca suggested and I agree, this seri

Re: [PATCH 00/24] rfcomm fixes

2014-02-10 Thread Marcel Holtmann
Hi Peter, > This patch series addresses a number of previously unknown issues > with the RFCOMM tty device implementation, in addition to > addressing the locking regression recently reported [1]. > > As Gianluca suggested and I agree, this series first reverts > 3 of the 4 patches of 3.14-rc1 fo

[PATCH 00/24] rfcomm fixes

2014-02-09 Thread Peter Hurley
Marcel, This patch series addresses a number of previously unknown issues with the RFCOMM tty device implementation, in addition to addressing the locking regression recently reported [1]. As Gianluca suggested and I agree, this series first reverts 3 of the 4 patches of 3.14-rc1 for bluetooth/rf