All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Clean up atoms on modem_unregister
@ 2016-04-22 13:07 John Ernberg
  2016-04-22 13:07 ` [PATCH 1/5] modem: clean " John Ernberg
  0 siblings, 1 reply; 12+ messages in thread
From: John Ernberg @ 2016-04-22 13:07 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 926 bytes --]

From: John Ernberg <john.ernberg@actia.se>

When using e.g. a USB modem and it's unplugged oFono may crash with a
SIGSEGV or SIGFPE due to atoms not getting cleaned up properly.

John Ernberg (5):
  modem: clean up atoms on modem_unregister
  bluez4: track and clean up atom watches
  bluez5: track and clean up atom watches
  push notification: track and clean up atom watches
  smart messaging: track and clean up atom watches

 plugins/dun_gw_bluez4.c     | 24 ++++++++++++++++++++++--
 plugins/dun_gw_bluez5.c     | 24 ++++++++++++++++++++++--
 plugins/hfp_ag_bluez4.c     | 25 ++++++++++++++++++++++---
 plugins/hfp_ag_bluez5.c     | 36 +++++++++++++++++++++++++++++++-----
 plugins/push-notification.c | 26 +++++++++++++++++++++++---
 plugins/smart-messaging.c   | 26 +++++++++++++++++++++++---
 src/modem.c                 |  3 +++
 7 files changed, 146 insertions(+), 18 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-04-26  6:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-22 13:07 [PATCH 0/5] Clean up atoms on modem_unregister John Ernberg
2016-04-22 13:07 ` [PATCH 1/5] modem: clean " John Ernberg
2016-04-22 13:07   ` [PATCH 2/5] bluez4: track and clean up atom watches John Ernberg
2016-04-22 13:07     ` [PATCH 3/5] bluez5: " John Ernberg
2016-04-22 13:07       ` [PATCH 4/5] push notification: " John Ernberg
2016-04-22 13:07         ` [PATCH 5/5] smart messaging: " John Ernberg
2016-04-22 19:43         ` [PATCH 4/5] push notification: " Denis Kenzior
2016-04-25  7:02           ` John Ernberg
2016-04-25 18:56             ` Denis Kenzior
2016-04-26  6:03               ` John Ernberg
2016-04-22 19:25   ` [PATCH 1/5] modem: clean up atoms on modem_unregister Denis Kenzior
2016-04-25  6:55     ` John Ernberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.