LinuxLists
Users
About
Gianluca Anzolin (
[email protected]
)
Number of posts: 90 (0.42 per day)
First post: 2013-07-09 08:41:09
Last post: 2014-02-07 06:55:36
Next Page
Date
List
Subject
2014-02-07 06:55:36
linux-wireless
Re: BISECTED Re: 3.14-mw regression: circular locking dependency (&tty->legacy_mutex){+.+.+.}, at: [<ffffffff81ad6344>] tty_lock_nested+0x44/0xa0
2014-02-07 06:55:30
linux-bluetooth
Re: BISECTED Re: 3.14-mw regression: circular locking dependency (&tty->legacy_mutex){+.+.+.}, at: [<ffffffff81ad6344>] tty_lock_nested+0x44/0xa0
2014-01-28 08:31:54
linux-bluetooth
Re: [PATCH v3 0/4] Regression fixes for rfcomm/tty.c
2014-01-06 20:23:53
linux-bluetooth
[PATCH v3 4/4] rfcomm: remove rfcomm_carrier_raised()
2014-01-06 20:23:52
linux-bluetooth
[PATCH v3 3/4] rfcomm: always wait for a bt connection on open()
2014-01-06 20:23:51
linux-bluetooth
[PATCH v3 2/4] rfcomm: move rfcomm_get_device() before rfcomm_dev_activate()
2014-01-06 20:23:50
linux-bluetooth
[PATCH v3 1/4] rfcomm: release the port when the last user closes the tty
2014-01-06 20:23:49
linux-bluetooth
[PATCH v3 0/4] Regression fixes for rfcomm/tty.c
2014-01-06 19:37:32
linux-bluetooth
Re: [PATCH v2 3/4] rfcomm: always wait for a bt connection on open()
2014-01-06 18:43:15
linux-bluetooth
[PATCH v2 4/4] rfcomm: remove rfcomm_carrier_raised()
2014-01-06 18:43:14
linux-bluetooth
[PATCH v2 3/4] rfcomm: always wait for a bt connection on open()
2014-01-06 18:43:13
linux-bluetooth
[PATCH v2 2/4] rfcomm: move rfcomm_get_device() before rfcomm_dev_activate()
2014-01-06 18:43:12
linux-bluetooth
[PATCH v2 1/4] rfcomm: release the port when the last user closes the tty
2014-01-06 18:43:11
linux-bluetooth
[PATCH v2 0/4] Regression fixes for rfcomm/tty.c
2014-01-06 17:42:34
linux-bluetooth
Re: [PATCH 0/2] Regression fixes for rfcomm/tty.c
2014-01-06 11:33:53
linux-bluetooth
Re: A problem with "rfcomm bind" and wvdial
2014-01-05 15:49:42
linux-bluetooth
Re: A problem with "rfcomm bind" and wvdial
2014-01-04 16:30:38
linux-bluetooth
[PATCH 2/2] rfcomm: move the device under its parent if already connected
2014-01-04 16:30:37
linux-bluetooth
[PATCH 1/2] rfcomm: release the port when the last user closes the tty
2014-01-04 16:30:36
linux-bluetooth
[PATCH 0/2] Regression fixes for rfcomm/tty.c
2013-12-28 08:44:21
linux-bluetooth
Re: [REGRESSION] rfcomm (userland) broken by commit 29cd718b
2013-12-16 21:15:42
linux-bluetooth
Re: [REGRESSION] rfcomm (userland) broken by commit 29cd718b
2013-12-16 20:58:58
linux-bluetooth
Re: [REGRESSION] rfcomm (userland) broken by commit 29cd718b
2013-12-16 20:27:20
linux-bluetooth
Re: [REGRESSION] rfcomm (userland) broken by commit 29cd718b
2013-12-16 20:20:44
linux-bluetooth
Re: [REGRESSION] rfcomm (userland) broken by commit 29cd718b
2013-12-15 15:08:47
linux-bluetooth
Re: [REGRESSION] rfcomm (userland) broken by commit 29cd718b
2013-12-15 11:24:13
linux-bluetooth
Re: [REGRESSION] rfcomm (userland) broken by commit 29cd718b
2013-08-30 17:49:16
linux-bluetooth
Re: [PATCH v5 0/6] rfcomm: Implement rfcomm as a proper tty_port
2013-08-27 16:28:46
linux-bluetooth
[PATCH] rfcomm: don't release the port in rfcomm_dev_state_change()
2013-08-21 08:41:55
linux-bluetooth
Re: [PATCH v5 6/6] rfcomm: Purge the dlc->tx_queue to avoid circular dependency
2013-07-29 15:08:13
linux-bluetooth
[PATCH v5 6/6] rfcomm: Purge the dlc->tx_queue to avoid circular dependency
2013-07-29 15:08:12
linux-bluetooth
[PATCH v5 5/6] rfcomm: Fix the reference counting of tty_port
2013-07-29 15:08:11
linux-bluetooth
[PATCH v5 4/6] rfcomm: Implement .activate, .shutdown and .carrier_raised methods
2013-07-29 15:08:10
linux-bluetooth
[PATCH v5 3/6] rfcomm: Move the tty initialization and cleanup out of open/close
2013-07-29 15:08:09
linux-bluetooth
[PATCH v5 2/6] rfcomm: Remove the device from the list in the destructor
2013-07-29 15:08:08
linux-bluetooth
[PATCH v5 1/6] rfcomm: Take proper tty_struct references
2013-07-29 15:08:07
linux-bluetooth
[PATCH v5 0/6] rfcomm: Implement rfcomm as a proper tty_port
2013-07-27 04:48:09
linux-bluetooth
Re: [PATCH v4 5/6] rfcomm: Fix the reference counting of tty_port
2013-07-26 17:18:58
linux-bluetooth
[PATCH v4 6/6] rfcomm: Purge the dlc->tx_queue to avoid circular dependency
2013-07-26 17:18:57
linux-bluetooth
[PATCH v4 5/6] rfcomm: Fix the reference counting of tty_port
2013-07-26 17:18:56
linux-bluetooth
[PATCH v4 4/6] rfcomm: Implement .activate, .shutdown and .carrier_raised methods
2013-07-26 17:18:55
linux-bluetooth
[PATCH v4 3/6] rfcomm: Move the tty initialization and cleanup out of open/close
2013-07-26 17:18:54
linux-bluetooth
[PATCH v4 2/6] rfcomm: Remove the device from the list in the destructor
2013-07-26 17:18:53
linux-bluetooth
[PATCH v4 1/6] rfcomm: Take proper tty_struct references
2013-07-26 17:18:52
linux-bluetooth
[PATCH v4 0/6] rfcomm: Implement rfcomm as a proper tty_port
2013-07-26 12:50:40
linux-bluetooth
Re: [PATCH v3 1/6] rfcomm: Take proper tty_struct references
2013-07-25 18:32:13
linux-bluetooth
[PATCH v3 6/6] rfcomm: Purge the dlc->tx_queue to avoid circular dependency
2013-07-25 18:32:12
linux-bluetooth
[PATCH v3 5/6] rfcomm: Fix the reference counting of tty_port
2013-07-25 18:32:11
linux-bluetooth
[PATCH v3 4/6] rfcomm: Implement .activate, .shutdown and .carrier_raised methods
2013-07-25 18:32:10
linux-bluetooth
[PATCH v3 3/6] rfcomm: Move the tty initialization and cleanup out of open/close
2013-07-25 18:32:09
linux-bluetooth
[PATCH v3 2/6] rfcomm: Remove the device from the list in the destructor