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

Date List Subject
2013-07-25 18:32:08 linux-bluetooth [PATCH v3 1/6] rfcomm: Take proper tty_struct references
2013-07-25 18:07:49 linux-bluetooth Re: [PATCH v2 2/7] rfcomm: Move the tty initialization and cleanup out of open/close
2013-07-25 08:31:00 linux-kernel Re: [PATCH] tty_port: Fix refcounting leak in tty_port_tty_hangup()
2013-07-25 08:15:11 linux-kernel Re: [PATCH] tty_port: Fix refcounting leak in tty_port_tty_hangup()
2013-07-25 05:37:25 linux-bluetooth Re: [PATCH v2 2/7] rfcomm: Move the tty initialization and cleanup out of open/close
2013-07-25 05:26:42 linux-kernel [PATCH] tty_port: Fix refcounting leak in tty_port_tty_hangup()
2013-07-22 17:15:00 linux-bluetooth [RFC PATCH] rfcomm: avoid the nested locks in rfcomm_dev_add and fix rfcomm_dev_state_change
2013-07-22 16:27:15 linux-bluetooth [PATCH v2 7/7] rfcomm: Purge the dlc->tx_queue to avoid circular dependency
2013-07-22 16:27:14 linux-bluetooth [PATCH v2 6/7] rfcomm: Fix the reference counting of tty_port
2013-07-22 16:27:13 linux-bluetooth [PATCH v2 5/7] rfcomm: Remove the device from the dev_list in the destructor
2013-07-22 16:27:12 linux-bluetooth [PATCH v2 4/7] rfcomm: Implement activate/shutdown/carrier tty_port methods
2013-07-22 16:27:11 linux-bluetooth [PATCH v2 3/7] rfcomm: Move rfcomm_get_device before rfcomm_dev_state_change
2013-07-22 16:27:10 linux-bluetooth [PATCH v2 2/7] rfcomm: Move the tty initialization and cleanup out of open/close
2013-07-22 16:27:09 linux-bluetooth [PATCH v2 1/7] rfcomm: Take proper tty_struct references
2013-07-21 17:31:40 linux-bluetooth Re: [PATCH 3/8] Move device initialization and shutdown to tty_port_operations
2013-07-21 08:08:38 linux-bluetooth Re: [PATCH 3/8] Move device initialization and shutdown to tty_port_operations
2013-07-20 07:10:59 linux-bluetooth Re: [PATCH 3/8] Move device initialization and shutdown to tty_port_operations
2013-07-18 14:13:10 linux-bluetooth Re: [PATCH 6/8] Fix the reference counting of tty_port
2013-07-17 17:05:00 linux-bluetooth Re: [PATCH 6/8] Fix the reference counting of tty_port
2013-07-17 08:03:19 linux-bluetooth Re: [PATCH 5/8] Use the tty_port_* functions in tty_open/tty_close/tty_hangup
2013-07-12 20:40:48 linux-bluetooth [PATCH 8/8] Add module_put in rfcomm_dev_add error path
2013-07-12 20:40:47 linux-bluetooth [PATCH 7/8] Avoid a circular dependency between dev and dev->dlc
2013-07-12 20:40:46 linux-bluetooth [PATCH 6/8] Fix the reference counting of tty_port
2013-07-12 20:40:45 linux-bluetooth [PATCH 5/8] Use the tty_port_* functions in tty_open/tty_close/tty_hangup
2013-07-12 20:40:44 linux-bluetooth [PATCH 4/8] Move tty initialization and cleanup out of open/close
2013-07-12 20:40:43 linux-bluetooth [PATCH 3/8] Move device initialization and shutdown to tty_port_operations
2013-07-12 20:40:42 linux-bluetooth [PATCH 2/8] Move functions before the definition of rfcomm_port_ops
2013-07-12 20:40:41 linux-bluetooth [PATCH 1/8] Take proper tty references in net/bluetooth/rfcomm/tty.c
2013-07-12 09:47:43 linux-kernel Re: [PATCH] Fix refcount leak in tty_port.c
2013-07-11 19:01:50 linux-bluetooth [PATCH v2] Fix refcounting issues in rfcomm/tty.c
2013-07-10 17:01:10 linux-bluetooth Re: [PATCH 1/2] Fix tty refcounting in rfcomm/tty.c
2013-07-10 16:24:18 linux-bluetooth Re: [PATCH 1/2] Fix tty refcounting in rfcomm/tty.c
2013-07-10 11:24:46 linux-bluetooth Re: [PATCH 1/2] Fix tty refcounting in rfcomm/tty.c
2013-07-10 10:43:10 linux-bluetooth Re: [PATCH 1/2] Fix tty refcounting in rfcomm/tty.c
2013-07-10 09:37:24 linux-bluetooth Re: [PATCH 1/2] Fix tty refcounting in rfcomm/tty.c
2013-07-09 17:05:14 linux-bluetooth [PATCH 2/2] Fix tty_port refcounting in rfcomm/tty.c
2013-07-09 17:05:02 linux-bluetooth [PATCH 1/2] Fix tty refcounting in rfcomm/tty.c
2013-07-09 08:41:09 linux-kernel [PATCH] Fix refcount leak in tty_port.c
2013-07-06 08:43:43 linux-bluetooth [RFC] PATCH: rfcomm tty refcount fixes