($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
 messages from 2024-02-02 22:54:56 to 2024-03-01 22:19:04 UTC [more...]

[PATCH v3 1/4] qmi: Add an abstract group id to services and requests
 2024-03-01 22:18 UTC  (2+ messages)
` [PATCH v3 2/4] qmi: Store the service info in the request

[PATCH v2 1/3] qmi: Add an abstract group id to services and requests
 2024-03-01 20:49 UTC  (3+ messages)
` [PATCH v2 2/3] qmi: Store the service info in the request
` [PATCH v2 3/3] qmi: Enable QRTR service writes and reads

[PATCH] qmimodem: Add support for "embedded" endpoints
 2024-03-01 20:20 UTC  (2+ messages)

[PATCH 1/2] smsutil: Use a safer strlcpy
 2024-03-01 17:20 UTC  (3+ messages)
` [PATCH 2/2] voicecall: Refactor string_to_phone_number

[PATCH 1/3] qmi: Add an abstract service id to requests
 2024-03-01 17:11 UTC  (3+ messages)
` [PATCH 2/3] qmi: Store the service info in the request
` [PATCH 3/3] qmi: Enable QRTR service writes and reads

[PATCH 1/4] voicecall: Drop unused GError variables
 2024-02-29 20:40 UTC  (5+ messages)
` [PATCH 2/4] smsutil: ensure the address length in bytes <= 10
` [PATCH 3/4] smsutil: Check cbs_dcs_decode return value
` [PATCH 4/4] simutil: Make sure set_length on the parent succeeds

[PATCH v2 1/4] qmi: Create a method to find a service by type
 2024-02-29 16:40 UTC  (5+ messages)
` [PATCH v2 2/4] qmi: Add more service info to qmi_service
` [PATCH v2 3/4] qmi: Allow for 16-bit service types in the type hash
` [PATCH v2 4/4] qmi: Enable basic client creation if it is not subclassed

ZDI-CAN-23457: New Vulnerability Report
 2024-02-29 15:42 UTC 

ZDI-CAN-23456: New Vulnerability Report
 2024-02-29 15:41 UTC 

ZDI-CAN-23308: New Vulnerability Report
 2024-02-29 15:40 UTC 

ZDI-CAN-23460: New Vulnerability Report
 2024-02-29 15:45 UTC 

ZDI-CAN-23309: New Vulnerability Report
 2024-02-29 15:40 UTC 

ZDI-CAN-23307: New Vulnerability Report
 2024-02-29 15:39 UTC 

ZDI-CAN-23459: New Vulnerability Report
 2024-02-29 15:43 UTC 

ZDI-CAN-23195: New Vulnerability Report
 2024-02-29 15:36 UTC 

ZDI-CAN-23193: New Vulnerability Report
 2024-02-29 15:38 UTC 

ZDI-CAN-23311: New Vulnerability Report
 2024-02-29 15:41 UTC 

ZDI-CAN-23458: New Vulnerability Report
 2024-02-29 15:33 UTC 

[PATCH 1/4] qmi: Create a method to find a service by type
 2024-02-28 21:53 UTC  (4+ messages)
` [PATCH 2/4] qmi: Add more service info to qmi_service
` [PATCH 3/4] qmi: Allow for 16-bit service types in the type hash
` [PATCH 4/4] qmi: Enable basic client creation if it is not subclassed

[PATCH] qmi: add QRTR services to the queue
 2024-02-28 16:40 UTC  (2+ messages)

[PATCH] qmi: Support dynamic service information
 2024-02-28 15:26 UTC  (2+ messages)

subscribe
 2024-02-28  9:16 UTC 

[PATCH] qmimodem: QRTR service discovery
 2024-02-27 22:10 UTC  (2+ messages)

[PATCH 1/3] voicecall: Fix memory leak
 2024-02-27 17:50 UTC  (4+ messages)
` [PATCH 2/3] voicecall: Fix use after free
` [PATCH 3/3] lte: Fix invalid cleanup

[PATCH] qmimodem: QRTR service discovery
 2024-02-27 17:12 UTC 

[PATCH] qmimodem: First QRTR commit: service discovery
 2024-02-27 17:01 UTC  (3+ messages)
  ` [EXT] "

[PATCH] qmi: Make sure to set transaction id as LE16
 2024-02-27  3:25 UTC 

[PATCH 1/8] qmi: Use FAM instead of allocating a member
 2024-02-26 16:40 UTC  (9+ messages)
` [PATCH 2/8] qmi: Ensure tid is initialized
` [PATCH 3/8] qmi: Move and rename QMUX sync logic
` [PATCH 4/8] qmi: Introduce __ctl_request_submit
` [PATCH 5/8] qmi: Split RX path into QMUX and generic parts
` [PATCH 6/8] qmi: Introduce write driver method
` [PATCH 7/8] qmi: Move control_queue member to qmux subclass
` [PATCH 8/8] qmi: Make sure to set transaction id as LE16

[PATCH 01/22] gprs: Remove g_strfreev and g_strdupv use
 2024-02-26  3:37 UTC  (22+ messages)
` [PATCH 02/22] network: Remove g_strfreev use
` [PATCH 03/22] sim: "
` [PATCH 04/22] voicecall: Remove g_strfreev and g_strdupv use
` [PATCH 05/22] main: Remove g_printerr use
` [PATCH 06/22] ifxmodem: Remove g_strfreev use
` [PATCH 07/22] hfp_hf_bluez5: Drop use of g_strconcat
` [PATCH 08/22] simfs: Remove g_strdup_printf use
` [PATCH 09/22] sim-auth: "
` [PATCH 10/22] smsutil: "
` [PATCH 11/22] plugins: Replace g_strndup use with l_strndup
` [PATCH 12/22] phonebook: "
` [PATCH 13/22] sim: "
` [PATCH 14/22] gprs: Remove use of g_str_has_prefix
` [PATCH 15/22] network: Remove use of g_strlcpy
` [PATCH 16/22] simutil: "
` [PATCH 17/22] sim: Remove g_strdup use
` [PATCH 18/22] modem: Drop "
` [PATCH 19/22] gprs: Drop use of g_strdup
` [PATCH 20/22] network: Drop g_strdup use
` [PATCH 21/22] voicecall: Drop use of g_strdup
` [PATCH 22/22] core: Drop g_strdup use

[PATCH 1/2] qmimodem: Use l_io instead of GIOChannel
 2024-02-23 18:20 UTC  (3+ messages)
` [PATCH 2/2] qmimodem: Remove the final bits of glib

[PATCH] qmimodem: Use l_queue instead of GList for pending service creation
 2024-02-23 17:00 UTC  (2+ messages)

[PATCH 1/2] qmimodem: Use l_queue instead of GList for notifications
 2024-02-23 16:20 UTC  (4+ messages)
` [PATCH 2/2] qmimodem: Use l_queue instead of GList for pending service creation

[PATCH 1/4] qmi: Introduce discover() driver method
 2024-02-22 20:50 UTC  (5+ messages)
` [PATCH 2/4] gobi: heed the qmi_device_discover return
` [PATCH 3/4] qmimodem: Fail early if discovery already complete
` [PATCH 4/4] gobi: Fail early if re-tried discovery fails

[PATCH 1/4] qmi: Drop qmi_device_ref
 2024-02-22 18:30 UTC  (5+ messages)
` [PATCH 2/4] qmi: Rename qmi_device_unref to qmi_device_free
` [PATCH 3/4] qmi: Introduce client_release driver method
` [PATCH 4/4] qmi: Introduce client_create "

[PATCH v2 1/6] qmimodem: Use l_queue_remove_if to eliminate double lookup
 2024-02-21 23:00 UTC  (7+ messages)
` [PATCH v2 2/6] qmimodem: Use l_timeout and l_idle for discovery
` [PATCH v2 3/6] qmimodem: Use l_idle for shutdown instead of g_timeout
` [PATCH v2 4/6] qmimodem: Use l_idle and l_timeout for service creation
` [PATCH v2 5/6] qmimodem: Eliminate glib macros
` [PATCH v2 6/6] qmimodem: Use l_free in qmi_free for consistency

[PATCH 1/7] qmimodem: Use l_queue_remove_if to eliminate double lookup
 2024-02-21 21:22 UTC  (7+ messages)
` [PATCH 2/7] qmimodem: Use l_timeout for discovery
` [PATCH 3/7] qmimodem: Use l_idle for shutdown instead of g_timeout
` [PATCH 4/7] qmimodem: Use l_idle and l_timeout for service creation
` [PATCH 5/7] qmimodem: Use l_idle for discovery when timeout is 0
` [PATCH 6/7] qmimodem: Eliminate glib macros
` [PATCH 7/7] qmimodem: Use l_free in qmi_free for consistency

[PATCH v2 1/7] qmi: Remove qmi_device_sync
 2024-02-21 17:00 UTC  (8+ messages)
` [PATCH v2 2/7] qmi: Introduce qmi_device_new_qmux
` [PATCH v2 3/7] qmi: Remove qmi_device_set_close_on_unref
` [PATCH v2 4/7] qmi: Move control_{major|minor} to qmux sublcass
` [PATCH v2 5/7] qmi: Move version_str to qmux subclass
` [PATCH v2 6/7] qmi: Introduce shutdown operation
` [PATCH v2 7/7] gobi: Fail if device could not be created

[PATCH 1/4] qmimodem: Use ell new, malloc, and free functions
 2024-02-21 15:50 UTC  (5+ messages)
` [PATCH 2/4] qmimodem: Use l_util_hexdump
` [PATCH 3/4] qmimodem: Use l_queue instead of GQueue
` [PATCH 4/4] qmimodem: Use l_hashmap instead of GHashTable

[PATCH 1/7] qmi: Remove qmi_device_sync
 2024-02-20 22:41 UTC  (7+ messages)
` [PATCH 2/7] qmi: Introduce qmi_device_new_qmux
` [PATCH 3/7] qmi: Remove qmi_device_set_close_on_unref
` [PATCH 4/7] qmi: Move control_{major|minor} to qmux sublcass
` [PATCH 5/7] qmi: Move version_str to qmux subclass
` [PATCH 6/7] qmi: Introduce shutdown operation
` [PATCH 7/7] gobi: Fail if device could not be created

[PATCH 1/2] treewide: Make modem drivers builtin
 2024-02-20 15:30 UTC  (5+ messages)
` [PATCH 2/2] caif: Remove caif plugin

[PATCH 1/2] smsutil: Remove g_string_* use
 2024-02-20 15:30 UTC  (3+ messages)
` [PATCH 2/2] phonebook: "

[PATCH 1/2] qmimodem: Support 16-bit service types
 2024-02-20 15:30 UTC  (3+ messages)
` [PATCH 2/2] qmimodem: Fix checkpatch.pl warnings and errors

[PATCH] qmimodem: call-forwarding: Fix possible buffer overflow
 2024-02-20 15:30 UTC  (2+ messages)

[PATCH] build: Drop use of ln -t
 2024-02-20 15:27 UTC 

Droid4 ofono support
 2024-02-18  7:59 UTC 

[0/2] qmimodem: add more drivers
 2024-02-16 17:56 UTC  (8+ messages)
` [PATCH 1/2] qmimodem: implement call-barring driver
` [PATCH 2/2] qmimodem: implement call-forwarding driver

[PATCH] qmimodem: implement CallSettings
 2024-02-14 23:34 UTC  (3+ messages)

[PATCH 1/6] sim: Drop glib use from sim_efli_format
 2024-02-14 16:20 UTC  (7+ messages)
` [PATCH 2/6] smsutil: Move iso639_2_from_language to util
` [PATCH 3/6] sim: Move EFli and EFlp parsers to simutil
` [PATCH 4/6] unit: Add unit tests for language list parsers
` [PATCH 5/6] common: Convert use of g_ascii* to ell
` [PATCH 6/6] voicecall: "

[PATCH] common: Drop GLib use from gprs_proto_to_string
 2024-02-13  2:50 UTC  (2+ messages)

[PATCH] tools: Don't use f-string syntax
 2024-02-12  3:10 UTC  (2+ messages)

[PATCH] build: Drop GLib 2.60 requirements
 2024-02-06 17:00 UTC  (2+ messages)

[PATCH 1/6] stkagent: Use l_utf8_get_codepoint
 2024-02-06 16:30 UTC  (7+ messages)
` [PATCH 2/6] core: Remove g_utf8_strlen use
` [PATCH 3/6] unit: "
` [PATCH 4/6] qmimodem: Drop use of g_utf8_validate
` [PATCH 5/6] simutil: Drop use of g_utf8_validate_len
` [PATCH 6/6] unit: Update to the new API

[PATCH 01/17] umlrunner: Also mount /var/lib as tmpfs
 2024-02-02 23:30 UTC  (2+ messages)

[PATCH v2 01/18] umlrunner: Also mount /var/lib as tmpfs
 2024-02-02 23:30 UTC  (17+ messages)
` [PATCH v2 04/18] build: Enable _auto_ syntax
` [PATCH v2 05/18] provisiondb: Remove some duplicate MCCMNC entries
` [PATCH v2 06/18] storage: Introduce storage_get_file_path()
` [PATCH v2 07/18] storage: Convert g_strdup_* use to l_strdup_*
` [PATCH v2 08/18] common: Drop GLib use from gprs_auth_proto_to_string
` [PATCH v2 09/18] common: Drop GLib use from gprs_proto_to_string
` [PATCH v2 10/18] storage: Remove mode parameter
` [PATCH v2 11/18] storage: Use l_malloc
` [PATCH v2 12/18] storage: Remove mode argument
` [PATCH v2 13/18] storage: Use void * instead of unsigned char *
` [PATCH v2 14/18] storage: use l_file_set_contents
` [PATCH v2 15/18] lte: Refactor lte settings management
` [PATCH v2 16/18] lte: Add provisioning support
` [PATCH v2 17/18] phonesim: Add lte atom
` [PATCH v2 18/18] lte: Write provisioned info to disk


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).