Message ID | 20240116-const-v1-0-17c87978f40b@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Constify all the things | expand |
Hello: This series was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Tue, 16 Jan 2024 14:00:25 +0000 you wrote: > Hello list, > > Here is series#2 of the paper cut fixes. Here we annotate a handful of > the data as constant alongside updating all the respective APIs. > > There's nothing particularly existing or controversial here, despite the > size of the series. That said, I'm not 100% sure that all code-paths > have been (runtime) tested. > > [...] Here is the summary with links: - [BlueZ,01/20] src: const annotate the bluetooth plugin API (no matching commit) - [BlueZ,02/20] monitor: const annotate util_ltv_debugger instances and API (no matching commit) - [BlueZ,03/20] monitor: const annotate cmd/handler tables (no matching commit) - [BlueZ,04/20] monitor: const annotate misc arrays https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=4630f3fba0fc - [BlueZ,05/20] monitor: const annotate intel_version_tlv_desc::type_str and API https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=5380e63a80f2 - [BlueZ,06/20] monitor: const annotate type_table and related API https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=f8e0270a7a73 - [BlueZ,07/20] profiles: annotate immutable data as const (no matching commit) - [BlueZ,08/20] attrib: annotate immutable data as const https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=a8543fd2b062 - [BlueZ,09/20] client: annotate struct option instances as const https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=20864af937f3 - [BlueZ,10/20] emulator: const annotate rfcomm_crc_table[] https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=4d88fd2fabd6 - [BlueZ,11/20] gobex: const annotate RO arrays, use G_N_ELEMENTS (no matching commit) - [BlueZ,12/20] lib: const annotate hci_map instances and related API https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=af552cd906a0 - [BlueZ,13/20] lib: const annotate tupla instances and API (no matching commit) - [BlueZ,14/20] mesh: const annotate misc data https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=a9393b2e9eec - [BlueZ,15/20] obexd: remove obex_mime_type_driver::set_io_watch https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=8e88f8cecaa8 - [BlueZ,16/20] obexd: const obex_mime_type_driver instances and API (no matching commit) - [BlueZ,17/20] obexd: const obex_service_driver instances and API https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=ae8f9c956069 - [BlueZ,18/20] obexd: const obex_transport_driver instances and API (no matching commit) - [BlueZ,19/20] obexd: const annotate misc immutable data https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=ac1d2369b29a - [BlueZ,20/20] obexd: const annotate obex_plugin_desc entrypoint https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=e0c64a2031e2 You are awesome, thank you!