Lines Matching refs:in
16 * Removed legacy TCP stack support which was deprecated in 2.4
21 * Added an example standalone Zephyr application in its own Git repository:
31 More detailed information can be found in:
61 Deprecated in this release
66 :c:macro:`DT_INST_CLOCKS_LABEL` was deprecated in favor of utilizing
72 :c:macro:`DT_INST_PWMS_LABEL` was deprecated in favor of utilizing
80 :c:macro:`DT_INST_IO_CHANNELS_LABEL` were deprecated in favor of utilizing
86 :c:macro:`DT_INST_DMAS_LABEL_BY_NAME` were deprecated in favor of utilizing
89 * USB HID specific macros in ``<include/usb/class/usb_hid.h>`` are deprecated
90 in favor of new common HID macros defined in ``<include/usb/class/hid.h>``.
100 * The ``CONFIG_OPENOCD_SUPPORT`` Kconfig option has been deprecated in favor
103 * Disk API header ``<include/disk/disk_access.h>`` is deprecated in favor of
120 ``pm_device_state_set`` and ``pm_device_state_get`` in order to align with
125 with the convention used in Zephyr. The affected APIs are
156 Removed APIs in this release
168 Stable API changes in this release
194 * Added support for null pointer dereferencing detection in Cortex-M.
196 * Added support for preempting threads while they are performing secure calls in Cortex-M.
197 …pport for memory region generation by the linker based on device tree node information in Cortex-M.
198 * Cleaned up definitions of SoC-specific memory regions in the common Cortex-M linker script.
201 * Enhanced register information dump in fault exceptions in Cortex-R.
202 * Fixed spurious interrupt handling in Cortex-R.
226 * Added support for kernel image to reside in virtual address space, allowing
246 * Stopped auto updating the device name in the adv data.
250 in the bonding information.
257 device name to appear in the adv packet instead of the scan response.
289 * Added a check for the response address in the Configuration Client.
292 * Added reporting configured ``LPNTimeout`` in ``cfg_srv``.
303 * Added support for antenna switching in the context of Direction Finding.
343 * Made these changes in other SoC series:
404 * Made these changes in other boards:
437 * Added support for DMA and HW triggers in the MCUX ADC16 driver.
439 * Moved definitions of ADC acquisition time macros so that those macros can be used in dts files.
451 SAM and NXP chips is in progress.
467 in use now and forbid it to enter low-power states.
489 * Fixed CMD6 support in USDHC driver.
490 * Fixed clock frequency switching after initialization in ``sdmmc_spi.c`` driver.
498 * Added support for EEPROM emulated in flash.
508 * Separated PTP clock from gPTP support in mcux and gmac drivers. This allows
510 * Converted clock control to use DEVICE_DT_GET in mcux driver.
511 * Changed to allow changing MAC address in gmac driver.
517 * flash_write_protection_set() has been deprecated and will be removed in
520 flash_erase() API calls. All in-tree flash drivers have been updated,
525 implementation if it is present in the API table.
526 Out-of-tree drivers must be updated before the wrapping in the shims is
533 access GPIO configuration in the :ref:`devicetree <dt-guide>`.
542 * Remove support for ``GPIO_INT_*`` flags in :c:func:`gpio_pin_configure()`.
543 The feature has been deprecated in the Zephyr 2.2 release. The interrupt
563 * Fixed various issues in IEEE 802.15.4 L2 driver.
598 * Added wait for RDY instead of polling AT in BG9X.
601 * Made reset pin optional in ublox-sara-r4.
602 * Fixed potential buffer overrun in hl7800.
604 * Added support for dialup modem in PPP driver.
616 properties in device tree.
638 consumption in stop mode.
681 * Added 10ms delay when rescheduling query timeout handler in DNS. This allows
688 * Added support for storing numeric HTTP error code in client API.
706 object model in version 1.1
737 * Changed to use k_fifo instead of k_work in RX and TX processing. This prevents
775 * Implemented ISN calculation according to RFC6528 in TCP. This is optional and
778 * Changed TCP to use private work queue in order not to block system work queue.
788 * Reworked USB classes configuration. Various minor fixes in USB DFU class.
822 * This section only covers west :ref:`west-extensions` maintained in the
823 zephyr repository. For release notes on west's built-in features, see
833 * jlink runner: Zephyr thread awareness is now available in GDB by default
835 in :ref:`kconfig`. This applies to ``west debug``, ``west debugserver``,
844 format includes information on the image's address range in flash, so
855 * pyocd runner: board-specific pyOCD configuration files in YAML can now be
856 placed in :file:`support/pyocd.yaml` inside the board directory. See
872 in devicetree is enabled. Following application relevant Kconfig options
896 * ``device_pm_control_nop`` has been removed in favor of ``NULL`` when device
905 added in ``zephyr,power-state`` binding and accounted when the system
915 * The API can be used in :ref:`pre-kernel <api_term_pre-kernel-ok>` stages.
945 whose ISR is never actually called in regular system operation.
952 * ``CONFIG_TRACING_CPU_STATS`` was removed in favor of
959 has built-in support for Zephyr. We now have the Percepio tracerecorder
961 * Expanded support for the new hooks in SEGGER Systemview and enhanced the
978 * HALs are now moved out of the main tree as external modules and reside in
986 * Configured QEMU to run Zephyr samples and tests in CI on mps2_an521_nonsecure
998 PSA APIs are enabled in mbedtls (``MBEDTLS_USE_PSA_CRYPTO`` and
1000 must be used without the PSA APIs. This will be resolved in a future
1009 in a single place.
1017 * Sphinx is now run in parallel mode by default (``-j auto``).
1025 in favor of a new ``dt_enabled_alias_with_parent_compat()`` filter. The old
1026 filter is still supported, but it may be removed in a future release.
1040 * Add a feature which handles pytest script in twister and provide an example.
1063 * :github:`35955` - Bluetooth: Controller: Regression in connection setup
1065 * :github:`35941` - subsys: tracing: sysview: No SEGGER_SYSVIEW.h in path
1087 * :github:`35714` - samples: subsys: testusb: I want to know how to test in window10.
1091 * :github:`35686` - Bluetooth: Crash in bt_gatt_dm_attr_chrc_val when BLE device is disconnected du…
1096 * :github:`35633` - Out of bound read: Multiple Coverity sightings in generated code
1097 * :github:`35631` - [Coverity CID: 205610] Out-of-bounds read in /zephyr/include/generated/syscalls…
1098 * :github:`35630` - [Coverity CID: 205657] Out-of-bounds read in /zephyr/include/generated/syscalls…
1099 * :github:`35629` - [Coverity CID: 207968] Out-of-bounds read in /zephyr/include/generated/syscalls…
1100 * :github:`35628` - [Coverity CID: 207976] Out-of-bounds read in /zephyr/include/generated/syscalls…
1101 * :github:`35627` - [Coverity CID: 208195] Out-of-bounds read in /zephyr/include/generated/syscalls…
1102 * :github:`35626` - [Coverity CID: 210588] Out-of-bounds read in /zephyr/include/generated/syscalls…
1103 * :github:`35625` - [Coverity CID: 211042] Out-of-bounds read in /zephyr/include/generated/syscalls…
1104 * :github:`35624` - [Coverity CID: 214226] Out-of-bounds read in /zephyr/include/generated/syscalls…
1105 * :github:`35623` - [Coverity CID: 215223] Out-of-bounds read in /zephyr/include/generated/syscalls…
1106 * :github:`35622` - [Coverity CID: 215238] Out-of-bounds read in /zephyr/include/generated/syscalls…
1107 * :github:`35621` - [Coverity CID: 219477] Out-of-bounds read in /zephyr/include/generated/syscalls…
1108 * :github:`35620` - [Coverity CID: 219482] Out-of-bounds read in /zephyr/include/generated/syscalls…
1109 * :github:`35619` - [Coverity CID: 219496] Out-of-bounds read in /zephyr/include/generated/syscalls…
1110 * :github:`35618` - [Coverity CID: 219506] Out-of-bounds read in /zephyr/include/generated/syscalls…
1111 * :github:`35617` - [Coverity CID: 219568] Out-of-bounds read in /zephyr/include/generated/syscalls…
1112 * :github:`35616` - [Coverity CID: 219586] Out-of-bounds read in /zephyr/include/generated/syscalls…
1113 * :github:`35615` - [Coverity CID: 219648] Uninitialized scalar variable in /zephyr/include/generat…
1114 * :github:`35614` - [Coverity CID: 219725] Out-of-bounds read in /zephyr/include/generated/syscalls…
1115 * :github:`35613` - [Coverity CID: 225900] Out-of-bounds access in tests/net/lib/dns_addremove/src/…
1116 * :github:`35612` - [Coverity CID: 229325] Out-of-bounds read in /zephyr/include/generated/syscalls…
1117 * :github:`35611` - [Coverity CID: 230223] Out-of-bounds read in /zephyr/include/generated/syscalls…
1118 * :github:`35610` - [Coverity CID: 232755] Out-of-bounds read in /zephyr/include/generated/syscalls…
1119 * :github:`35609` - [Coverity CID: 235917] Out-of-bounds read in /zephyr/include/generated/syscalls…
1120 * :github:`35608` - [Coverity CID: 235923] Out-of-bounds read in /zephyr/include/generated/syscalls…
1121 * :github:`35607` - [Coverity CID: 235933] Out-of-bounds read in /zephyr/include/generated/syscalls…
1122 * :github:`35606` - [Coverity CID: 235951] Out-of-bounds read in /zephyr/include/generated/syscalls…
1123 * :github:`35605` - [Coverity CID: 236005] Out-of-bounds read in /zephyr/include/generated/syscalls…
1124 * :github:`35604` - [Coverity CID: 236129] Unused value in drivers/adc/adc_lmp90xxx.c
1125 * :github:`35603` - [Coverity CID: 236130] Wrong sizeof argument in drivers/adc/adc_lmp90xxx.c
1126 * :github:`35596` - Bluetooth: Cannot connect if extended advertising is enabled in ``prj.conf``
1138 * :github:`35522` - doc: Current section is not shown in the side pane nor the page top cookie
1154 * :github:`35352` - [Coverity CID: 215376] Out-of-bounds access in drivers/sensor/lis2dh/lis2dh_tri…
1155 * :github:`35351` - [Coverity CID: 219472] Unrecoverable parse warning in tests/kernel/mem_protect/…
1156 * :github:`35350` - [Coverity CID: 236055] Out-of-bounds access in subsys/modbus/modbus_core.c
1157 * :github:`35349` - [Coverity CID: 236057] Unrecoverable parse warning in tests/kernel/mem_protect/…
1158 * :github:`35348` - [Coverity CID: 236060] Out-of-bounds access in subsys/net/l2/ppp/ppp_l2.c
1159 * :github:`35347` - [Coverity CID: 236064] Dereference null return value in subsys/bluetooth/contro…
1160 * :github:`35346` - [Coverity CID: 236069] Out-of-bounds access in tests/lib/c_lib/src/main.c
1161 * :github:`35345` - [Coverity CID: 236074] Out-of-bounds access in tests/lib/c_lib/src/main.c
1162 * :github:`35344` - [Coverity CID: 236075] Out-of-bounds access in subsys/bluetooth/controller/hci/…
1163 * :github:`35343` - [Coverity CID: 236079] Untrusted divisor in subsys/bluetooth/controller/hci/hci…
1164 * :github:`35342` - [Coverity CID: 236085] Dereference after null check in samples/userspace/prod_c…
1178 * :github:`35263` - device_pm_control_nop is used in dac_mcp4725.c
1182 * :github:`35223` - Coverity [CID 221772]: Wrong operator used in logging subsystem, multiple viola…
1198 * :github:`35175` - quectel-bg9x crashes in modem_rssi_query_work
1200 * :github:`35163` - [Coverity CID: 236009] Wrong sizeof argument in tests/lib/cbprintf_package/src/…
1201 * :github:`35162` - [Coverity CID: 235972] Wrong sizeof argument in tests/lib/cbprintf_package/src/…
1202 * :github:`35161` - [Coverity CID: 235962] Unused value in tests/kernel/mem_protect/mem_map/src/mai…
1203 * :github:`35160` - [Coverity CID: 235930] Unused value in kernel/mmu.c
1204 * :github:`35159` - [Coverity CID: 232698] Uninitialized scalar variable in samples/net/sockets/txt…
1205 * :github:`35158` - [Coverity CID: 224630] Uninitialized scalar variable in subsys/net/ip/igmp.c
1206 * :github:`35157` - [Coverity CID: 221380] Uninitialized scalar variable in subsys/bluetooth/contro…
1207 * :github:`35156` - [Coverity CID: 235979] Unchecked return value in drivers/sensor/iis2mdc/iis2mdc…
1208 * :github:`35155` - [Coverity CID: 235677] Unchecked return value in drivers/gpio/gpio_cy8c95xx.c
1209 * :github:`35154` - [Coverity CID: 233524] Unchecked return value in include/drivers/dma.h
1210 * :github:`35153` - [Coverity CID: 236006] Structurally dead code in tests/subsys/logging/log_api/s…
1211 * :github:`35152` - [Coverity CID: 235986] Structurally dead code in tests/subsys/logging/log_api/s…
1212 * :github:`35151` - [Coverity CID: 235943] Reliance on integer endianness in include/sys/cbprintf_c…
1213 * :github:`35150` - [Coverity CID: 225136] Out-of-bounds write in tests/kernel/sched/deadline/src/m…
1214 * :github:`35149` - [Coverity CID: 234410] Out-of-bounds read in tests/kernel/sched/preempt/src/mai…
1215 * :github:`35148` - [Coverity CID: 236015] Out-of-bounds access in tests/subsys/logging/log_api/src…
1216 * :github:`35147` - [Coverity CID: 236012] Out-of-bounds access in subsys/bluetooth/audio/vcs_clien…
1217 * :github:`35146` - [Coverity CID: 235994] Out-of-bounds access in tests/kernel/interrupt/src/inter…
1218 * :github:`35145` - [Coverity CID: 235984] Out-of-bounds access in include/sys/cbprintf_cxx.h
1219 * :github:`35144` - [Coverity CID: 235944] Out-of-bounds access in subsys/bluetooth/audio/vcs_clien…
1220 * :github:`35143` - [Coverity CID: 235921] Out-of-bounds access in include/sys/cbprintf_cxx.h
1221 * :github:`35142` - [Coverity CID: 235914] Out-of-bounds access in subsys/bluetooth/audio/vcs.c
1222 * :github:`35141` - [Coverity CID: 235913] Out-of-bounds access in subsys/bluetooth/audio/vcs.c
1223 * :github:`35140` - [Coverity CID: 231072] Out-of-bounds access in tests/kernel/sched/preempt/src/m…
1224 * :github:`35139` - [Coverity CID: 229646] Out-of-bounds access in subsys/bluetooth/audio/vocs.c
1225 * :github:`35138` - [Coverity CID: 229545] Out-of-bounds access in tests/subsys/canbus/isotp/confor…
1226 * :github:`35137` - [Coverity CID: 225993] Out-of-bounds access in tests/subsys/canbus/isotp/confor…
1227 * :github:`35136` - [Coverity CID: 235916] Operands don't affect result in drivers/adc/adc_stm32.c
1228 * :github:`35135` - [Coverity CID: 235911] Negative array index write in tests/subsys/logging/log_a…
1229 * :github:`35134` - [Coverity CID: 222151] Negative array index write in tests/subsys/logging/log_m…
1230 * :github:`35133` - [Coverity CID: 232501] Missing varargs init or cleanup in subsys/logging/log_ms…
1231 * :github:`35132` - [Coverity CID: 236003] Logically dead code in subsys/bluetooth/audio/vcs.c
1232 * :github:`35131` - [Coverity CID: 235998] Logically dead code in subsys/bluetooth/audio/vcs.c
1233 * :github:`35130` - [Coverity CID: 235997] Logically dead code in drivers/adc/adc_stm32.c
1234 * :github:`35129` - [Coverity CID: 235990] Logically dead code in subsys/bluetooth/audio/vcs.c
1235 * :github:`35128` - [Coverity CID: 235970] Logically dead code in subsys/bluetooth/audio/vcs.c
1236 * :github:`35127` - [Coverity CID: 235965] Logically dead code in tests/subsys/logging/log_api/src/…
1237 * :github:`35126` - [Coverity CID: 235961] Logically dead code in tests/subsys/logging/log_api/src/…
1238 * :github:`35125` - [Coverity CID: 235956] Logically dead code in subsys/bluetooth/audio/vcs.c
1239 * :github:`35124` - [Coverity CID: 235955] Logically dead code in subsys/bluetooth/audio/vcs.c
1240 * :github:`35123` - [Coverity CID: 235954] Logically dead code in subsys/bluetooth/audio/vcs.c
1241 * :github:`35122` - [Coverity CID: 235952] Logically dead code in subsys/bluetooth/audio/vcs.c
1242 * :github:`35121` - [Coverity CID: 235950] Logically dead code in subsys/bluetooth/audio/vcs.c
1243 * :github:`35120` - [Coverity CID: 235934] Logically dead code in subsys/bluetooth/audio/vcs.c
1244 * :github:`35119` - [Coverity CID: 235932] Logically dead code in samples/sensor/adxl372/src/main.c
1245 * :github:`35118` - [Coverity CID: 235919] Logically dead code in samples/sensor/bmg160/src/main.c
1246 * :github:`35117` - [Coverity CID: 235945] Incorrect sizeof expression in include/sys/cbprintf_cxx.h
1247 * :github:`35116` - [Coverity CID: 235987] Incompatible cast in include/sys/cbprintf_cxx.h
1248 * :github:`35115` - [Coverity CID: 236000] Improper use of negative value in tests/lib/cbprintf_pac…
1249 * :github:`35114` - [Coverity CID: 221976] Division or modulo by zero in tests/drivers/can/timing/s…
1250 * :github:`35113` - [Coverity CID: 235985] Dereference before null check in subsys/bluetooth/audio/…
1251 * :github:`35112` - [Coverity CID: 235983] Dereference after null check in samples/sensor/max17262/…
1252 * :github:`35111` - [Coverity CID: 234630] Dereference after null check in tests/net/dhcpv4/src/mai…
1253 * :github:`35110` - [Coverity CID: 220616] Arguments in wrong order in tests/subsys/canbus/isotp/co…
1268 * :github:`35073` - timer: cortex_m_systick: uptime drifting in tickless mode
1275 * :github:`35041` - Crash in net-shell when invoking "net dns" command
1285 * :github:`34978` - misleading root folder size in footprint reports
1319 * :github:`34748` - Native posix: Segmentation fault in case of allocations without explicit heap a…
1332 * :github:`34667` - posix_apis:mimxrt685_evk_cm33 timeout in test_posix_realtime
1335 * :github:`34656` - STM32 ADC - read of multiple channels in a sequence
1344 * :github:`34585` - mec15xxevb_assy6853: test_timeout_order in tests/kernel/common assertion failed
1345 * :github:`34584` - kernel: workqueue thread is occasionally not invoked when kernel is run in coop…
1359 * :github:`34503` - up_squared and ehl_crb: test fails from timeout in application_development.cpp.…
1372 * :github:`34434` - subsys: testsuite: ztest framework breaks if run in cooperative mode only
1381 * :github:`34387` - Error message in include/linker/kobject-text.ld is unclear
1387 …ittleFS sample code catch an "undefined symbol 'ITCM_ADDR' referenced in expression" in linker step
1409 * :github:`34229` - C++ Exception Support in qemu_riscv32 emulation
1417 * :github:`34197` - samples: telnet: Tab completion not working in telnet shell
1425 * :github:`34149` - Invalid link in Zephyr document to ACRN page
1426 * :github:`34145` - Convert NXP kinetis boards to have pindata in devicetree
1447 * :github:`34082` - Bullets are broken in documentation
1456 * :github:`34010` - [Coverity CID: 220531] Copy into fixed size buffer in tests/net/socket/misc/src…
1457 * :github:`34009` - [Coverity CID: 220532] Unrecoverable parse warning in subsys/bluetooth/controll…
1458 * :github:`34008` - [Coverity CID: 220533] Improper use of negative value in tests/net/socket/misc/…
1459 * :github:`34007` - [Coverity CID: 220534] Out-of-bounds access in tests/arch/arm/arm_no_multithrea…
1460 * :github:`34006` - [Coverity CID: 220535] Dereference before null check in subsys/net/l2/virtual/v…
1461 * :github:`34005` - [Coverity CID: 220536] Pointer to local outside scope in subsys/net/lib/lwm2m/l…
1462 * :github:`34004` - [Coverity CID: 220537] Uninitialized pointer read in tests/net/virtual/src/main…
1463 * :github:`34003` - [Coverity CID: 220538] Logically dead code in subsys/net/l2/virtual/virtual.c
1464 * :github:`34002` - [Coverity CID: 220539] Improper use of negative value in tests/net/socket/misc/…
1465 * :github:`34001` - [Coverity CID: 220540] Uninitialized scalar variable in samples/drivers/flash_s…
1466 * :github:`34000` - [Coverity CID: 220541] Dereference before null check in subsys/net/lib/capture/…
1467 * :github:`33986` - TCP stack doesn't handle data received in FIN_WAIT_1
1479 * :github:`33954` - I2C scan in UART shell is not detecting any I2C devices on ESP32
1500 * :github:`33840` - [Coverity CID: 220301] Incorrect sizeof expression in tests/lib/cbprintf_packag…
1501 * :github:`33839` - [Coverity CID: 220302] Uninitialized scalar variable in subsys/net/lib/lwm2m/lw…
1502 * :github:`33838` - [Coverity CID: 220304] Incorrect sizeof expression in tests/lib/cbprintf_packag…
1503 * :github:`33837` - [Coverity CID: 220305] Logically dead code in drivers/gpio/gpio_nrfx.c
1504 * :github:`33836` - [Coverity CID: 220306] Incorrect sizeof expression in tests/lib/cbprintf_packag…
1505 * :github:`33835` - [Coverity CID: 220309] Incorrect sizeof expression in tests/lib/cbprintf_packag…
1506 * :github:`33834` - [Coverity CID: 220310] Incorrect sizeof expression in tests/lib/cbprintf_packag…
1507 * :github:`33833` - [Coverity CID: 220311] Incorrect sizeof expression in tests/lib/cbprintf_packag…
1508 * :github:`33832` - [Coverity CID: 220312] Incorrect sizeof expression in tests/lib/cbprintf_packag…
1509 * :github:`33831` - [Coverity CID: 220313] Logically dead code in subsys/bluetooth/services/ots/ots…
1510 * :github:`33830` - [Coverity CID: 220314] Untrusted value as argument in subsys/bluetooth/services…
1511 * :github:`33829` - [Coverity CID: 220315] Incorrect sizeof expression in tests/lib/cbprintf_packag…
1512 * :github:`33828` - [Coverity CID: 220316] Incorrect sizeof expression in tests/lib/cbprintf_packag…
1513 * :github:`33827` - [Coverity CID: 220317] Unchecked return value in tests/kernel/pipe/pipe_api/src…
1514 * :github:`33826` - [Coverity CID: 220318] Incorrect sizeof expression in tests/lib/cbprintf_packag…
1515 * :github:`33825` - [Coverity CID: 220319] Incorrect sizeof expression in tests/lib/cbprintf_packag…
1516 * :github:`33824` - [Coverity CID: 220320] Incorrect sizeof expression in tests/lib/cbprintf_packag…
1517 * :github:`33823` - [Coverity CID: 220321] Incorrect sizeof expression in tests/lib/cbprintf_packag…
1518 * :github:`33822` - [Coverity CID: 220413] Explicit null dereferenced in tests/lib/sprintf/src/main…
1519 * :github:`33821` - [Coverity CID: 220414] Unused value in tests/subsys/logging/log_backend_fs/src/…
1520 * :github:`33820` - [Coverity CID: 220415] Uninitialized scalar variable in tests/posix/common/src/…
1521 * :github:`33819` - [Coverity CID: 220417] Out-of-bounds access in subsys/modbus/modbus_core.c
1522 * :github:`33818` - [Coverity CID: 220418] Destination buffer too small in subsys/modbus/modbus_raw…
1523 * :github:`33817` - [Coverity CID: 220419] Unchecked return value in subsys/bluetooth/host/gatt.c
1524 * :github:`33816` - [Coverity CID: 220420] Out-of-bounds access in tests/subsys/modbus/src/test_mod…
1525 * :github:`33815` - [Coverity CID: 220421] Incorrect sizeof expression in tests/lib/cbprintf_packag…
1526 * :github:`33814` - [Coverity CID: 220422] Extra argument to printf format specifier in tests/lib/s…
1527 * :github:`33813` - [Coverity CID: 220423] Out-of-bounds access in subsys/net/l2/ppp/ppp_l2.c
1528 * :github:`33812` - [Coverity CID: 220424] Out-of-bounds access in drivers/watchdog/wdt_mcux_imx_wd…
1529 * :github:`33811` - [Coverity CID: 220425] Destination buffer too small in tests/subsys/modbus/src/…
1530 * :github:`33810` - [Coverity CID: 220426] Out-of-bounds access in tests/lib/c_lib/src/main.c
1531 * :github:`33809` - [Coverity CID: 220427] Unchecked return value in tests/posix/common/src/pthread…
1532 * :github:`33808` - [Coverity CID: 220428] Out-of-bounds access in subsys/bluetooth/audio/vocs.c
1533 * :github:`33807` - [Coverity CID: 220429] Out-of-bounds access in subsys/net/l2/ppp/ppp_l2.c
1534 * :github:`33806` - [Coverity CID: 220430] Operands don't affect result in tests/lib/c_lib/src/main…
1535 * :github:`33805` - [Coverity CID: 220431] Extra argument to printf format specifier in tests/lib/s…
1536 * :github:`33804` - [Coverity CID: 220432] Out-of-bounds access in subsys/net/l2/ethernet/ethernet.c
1537 * :github:`33803` - [Coverity CID: 220433] Printf arg count mismatch in tests/lib/sprintf/src/main.c
1538 * :github:`33802` - [Coverity CID: 220434] Resource leak in tests/lib/mem_alloc/src/main.c
1539 * :github:`33801` - [Coverity CID: 220435] Extra argument to printf format specifier in tests/lib/s…
1540 * :github:`33800` - [Coverity CID: 220436] Explicit null dereferenced in tests/lib/sprintf/src/main…
1541 * :github:`33799` - [Coverity CID: 220437] Wrong size argument in tests/lib/mem_alloc/src/main.c
1542 * :github:`33798` - [Coverity CID: 220438] Out-of-bounds access in subsys/bluetooth/audio/vocs_clie…
1543 * :github:`33797` - [Coverity CID: 220439] Destination buffer too small in tests/subsys/modbus/src/…
1544 * :github:`33796` - [Coverity CID: 220440] Out-of-bounds access in tests/subsys/modbus/src/test_mod…
1545 * :github:`33795` - [Coverity CID: 220441] Untrusted loop bound in subsys/modbus/modbus_client.c
1546 * :github:`33794` - [Coverity CID: 220442] Pointless string comparison in tests/lib/c_lib/src/main.c
1547 * :github:`33793` - [Coverity CID: 220443] Out-of-bounds access in tests/subsys/modbus/src/test_mod…
1548 * :github:`33792` - [Coverity CID: 220444] Out-of-bounds access in subsys/modbus/modbus_raw.c
1549 * :github:`33791` - [Coverity CID: 220445] Unchecked return value in subsys/logging/log_backend_fs.c
1550 * :github:`33790` - [Coverity CID: 220446] Printf arg count mismatch in tests/lib/sprintf/src/main.c
1551 * :github:`33789` - [Coverity CID: 220447] Out-of-bounds access in subsys/modbus/modbus_raw.c
1552 * :github:`33788` - [Coverity CID: 220448] Out-of-bounds access in tests/subsys/modbus/src/test_mod…
1553 * :github:`33787` - [Coverity CID: 220449] Unused value in tests/subsys/logging/log_backend_fs/src/…
1554 * :github:`33786` - [Coverity CID: 220450] Untrusted loop bound in subsys/modbus/modbus_client.c
1555 * :github:`33785` - [Coverity CID: 220451] Resource leak in tests/lib/mem_alloc/src/main.c
1556 * :github:`33784` - [Coverity CID: 220452] Out-of-bounds access in subsys/net/l2/ethernet/ethernet.c
1557 * :github:`33783` - [Coverity CID: 220453] Extra argument to printf format specifier in tests/lib/s…
1560 * :github:`33761` - Documentation: K_WORK_DEFINE usage is not shown in workqueue doc
1563 * :github:`33729` - flash_write() in STM32L0 MCU throws hard fault
1572 * :github:`33665` - tests: kernel: timer_api fails with hard fault in CONFIG_TICKLESS_KERNEL
1573 * :github:`33662` - Make twister dig deeper in directory structure to find additional .yaml files
1576 * :github:`33646` - Expose net_ipv4_create, net_ipv6_create, and net_udp_create in standard header
1582 * :github:`33625` - NVS: replace dev_name parameter by device reference in nvs_init()
1596 * :github:`33558` - qemu_cortex_a53_smp and qemu_x86_64 failed in tests/kernel/condvar/condvar whil…
1599 * :github:`33549` - xt-xcc unknown field 'obj' specified in initializer
1606 …ing I2C controller compat (was: SSD1306 DTS properties not being generated in devicetree_unfixed.h)
1609 * :github:`33524` - minor: kswap.h is included twice in kernel/init.c
1611 * :github:`33516` - socket: tcp application crashes when there are no more net buffers in case of r…
1620 * :github:`33475` - Need to add device node for UART10 in dts/arm/st/h7/stm32h723.dtsi
1622 * :github:`33459` - Divide zero exception is not enabled in ARC
1624 * :github:`33456` - lorawan: unconfirmed messages leave stack in busy state
1625 * :github:`33426` - a few failures with CONFIG_HCI_ACL_DATA_SIZE in nightly builds
1628 * :github:`33422` - samples/subsys/usb/dfu/sample.usb.dfu fails on multiple platforms in daily build
1636 * :github:`33363` - Properly indicate ISR number in SystemView
1640 * :github:`33351` - uart peripheral outputs 7 bits when configured in 8 bits + parity on stm32
1641 * :github:`33348` - ip/dhcpv4 is not thread-safe in SMP/preemptive thread configurations
1649 * :github:`33318` - [Coverity CID: 219722] Resource leak in tests/lib/mem_alloc/src/main.c
1650 * :github:`33317` - [Coverity CID: 219727] Improper use of negative value in tests/lib/cbprintf_pac…
1651 * :github:`33316` - [Coverity CID: 219724] Side effect in assertion in tests/kernel/queue/src/test_…
1652 * :github:`33315` - [Coverity CID: 219723] Side effect in assertion in tests/kernel/queue/src/test_…
1653 * :github:`33314` - [Coverity CID: 219726] Side effect in assertion in tests/kernel/lifo/lifo_usage…
1654 * :github:`33313` - [Coverity CID: 219728] Untrusted array index read in subsys/bluetooth/host/iso.c
1655 * :github:`33312` - [Coverity CID: 219721] Untrusted array index read in subsys/bluetooth/host/iso.c
1656 * :github:`33311` - [Coverity CID: 219729] Logically dead code in lib/os/cbprintf_packaged.c
1657 * :github:`33303` - __ASSERT does not display message or register info in v2.5.0
1665 * :github:`33239` - lib/rbtree: Remove dead case in rb_remove()
1673 * :github:`33203` - Bluetooth: host: ISO: Missing terminate reason in ISO disconnected callback
1697 * :github:`33097` - Coverity ID links in associated GitHub issues are broken
1698 * :github:`33096` - [Coverity CID :215373] Unchecked return value in subsys/net/lib/lwm2m/lwm2m_rd_…
1699 * :github:`33095` - [Coverity CID :215379] Out-of-bounds write in subsys/mgmt/osdp/src/osdp_cp.c
1700 * :github:`33094` - [Coverity CID :215381] Resource leak in samples/net/mdns_responder/src/service.c
1701 * :github:`33093` - [Coverity CID :215391] Unchecked return value from library in samples/net/mdns_…
1702 * :github:`33092` - [Coverity CID :215392] Logically dead code in subsys/mgmt/osdp/src/osdp_cp.c
1703 * :github:`33091` - [Coverity CID :219474] Logically dead code in subsys/bluetooth/controller/ll_sw…
1704 * :github:`33090` - [Coverity CID :219476] Dereference after null check in subsys/bluetooth/control…
1705 * :github:`33089` - [Coverity CID :219556] Self assignment in drivers/espi/host_subs_npcx.c
1706 * :github:`33088` - [Coverity CID :219558] Untrusted value as argument in samples/net/sockets/coap_…
1707 * :github:`33087` - [Coverity CID :219559] Out-of-bounds access in tests/arch/arm/arm_interrupt/src…
1708 * :github:`33086` - [Coverity CID :219561] Untrusted value as argument in samples/net/sockets/coap_…
1709 * :github:`33085` - [Coverity CID :219562] Out-of-bounds access in tests/bluetooth/tester/src/gatt.c
1710 * :github:`33084` - [Coverity CID :219563] Dereference after null check in arch/x86/core/multiboot.c
1711 * :github:`33083` - [Coverity CID :219564] Untrusted value as argument in subsys/net/lib/lwm2m/lwm2…
1712 * :github:`33082` - [Coverity CID :219566] Untrusted value as argument in samples/net/sockets/coap_…
1713 * :github:`33081` - [Coverity CID :219572] Untrusted value as argument in tests/net/lib/coap/src/ma…
1714 * :github:`33080` - [Coverity CID :219573] Untrusted value as argument in samples/net/sockets/coap_…
1715 * :github:`33079` - [Coverity CID :219574] Side effect in assertion in tests/subsys/edac/ibecc/src/…
1716 * :github:`33078` - [Coverity CID :219576] Untrusted value as argument in samples/net/sockets/coap_…
1717 * :github:`33077` - [Coverity CID :219579] Out-of-bounds read in drivers/ipm/ipm_nrfx_ipc.c
1718 * :github:`33076` - [Coverity CID :219583] Operands don't affect result in drivers/clock_control/cl…
1719 * :github:`33075` - [Coverity CID :219588] Out-of-bounds access in tests/bluetooth/tester/src/gatt.c
1720 * :github:`33074` - [Coverity CID :219590] Unchecked return value in subsys/bluetooth/mesh/proxy.c
1721 * :github:`33073` - [Coverity CID :219591] Untrusted divisor in drivers/sensor/bme680/bme680.c
1722 * :github:`33072` - [Coverity CID :219593] Logically dead code in tests/arch/x86/pagetables/src/mai…
1723 * :github:`33071` - [Coverity CID :219595] Dereference before null check in subsys/net/ip/net_conte…
1724 * :github:`33070` - [Coverity CID :219596] Out-of-bounds read in tests/kernel/interrupt/src/dynamic…
1725 * :github:`33069` - [Coverity CID :219597] Untrusted value as argument in tests/net/lib/coap/src/ma…
1726 * :github:`33068` - [Coverity CID :219598] Out-of-bounds access in tests/bluetooth/tester/src/gatt.c
1727 * :github:`33067` - [Coverity CID :219600] Unchecked return value in drivers/watchdog/wdt_wwdg_stm3…
1728 * :github:`33066` - [Coverity CID :219601] Untrusted value as argument in samples/net/sockets/coap_…
1729 * :github:`33065` - [Coverity CID :219603] Untrusted value as argument in samples/net/sockets/coap_…
1730 * :github:`33064` - [Coverity CID :219608] Untrusted value as argument in samples/net/sockets/coap_…
1731 * :github:`33063` - [Coverity CID :219609] Untrusted value as argument in samples/net/sockets/coap_…
1732 * :github:`33062` - [Coverity CID :219610] Untrusted value as argument in samples/net/sockets/coap_…
1733 * :github:`33061` - [Coverity CID :219611] Dereference after null check in subsys/net/ip/tcp2.c
1734 * :github:`33060` - [Coverity CID :219613] Uninitialized scalar variable in lib/cmsis_rtos_v1/cmsis…
1735 * :github:`33059` - [Coverity CID :219615] Out-of-bounds access in tests/arch/arm/arm_irq_advanced_…
1736 * :github:`33058` - [Coverity CID :219616] Untrusted value as argument in subsys/net/lib/coap/coap_…
1737 * :github:`33057` - [Coverity CID :219619] Untrusted divisor in subsys/bluetooth/controller/hci/hci…
1738 * :github:`33056` - [Coverity CID :219620] Untrusted value as argument in samples/net/sockets/coap_…
1739 * :github:`33055` - [Coverity CID :219621] Uninitialized scalar variable in tests/net/socket/getadd…
1740 * :github:`33054` - [Coverity CID :219622] Untrusted value as argument in subsys/net/lib/coap/coap.c
1741 * :github:`33053` - [Coverity CID :219623] Out-of-bounds read in drivers/ipm/ipm_nrfx_ipc.c
1742 * :github:`33051` - [Coverity CID :219625] Unchecked return value in subsys/bluetooth/mesh/proxy.c
1743 * :github:`33050` - [Coverity CID :219628] Untrusted value as argument in subsys/net/lib/lwm2m/lwm2…
1744 * :github:`33049` - [Coverity CID :219629] Operands don't affect result in drivers/clock_control/cl…
1745 * :github:`33048` - [Coverity CID :219631] Out-of-bounds read in drivers/espi/espi_npcx.c
1746 * :github:`33047` - [Coverity CID :219634] Out-of-bounds access in tests/net/lib/dns_addremove/src/…
1747 * :github:`33046` - [Coverity CID :219636] Untrusted value as argument in subsys/net/lib/lwm2m/lwm2…
1748 * :github:`33045` - [Coverity CID :219637] Untrusted value as argument in tests/net/lib/coap/src/ma…
1749 * :github:`33044` - [Coverity CID :219638] Untrusted value as argument in samples/net/sockets/coap_…
1750 * :github:`33043` - [Coverity CID :219641] Out-of-bounds access in tests/bluetooth/tester/src/gatt.c
1751 * :github:`33042` - [Coverity CID :219644] Side effect in assertion in tests/subsys/edac/ibecc/src/…
1752 * :github:`33040` - [Coverity CID :219646] Untrusted value as argument in subsys/net/lib/coap/coap.c
1753 * :github:`33039` - [Coverity CID :219647] Untrusted value as argument in samples/net/sockets/coap_…
1754 * :github:`33038` - [Coverity CID :219649] Operands don't affect result in kernel/sem.c
1755 * :github:`33037` - [Coverity CID :219650] Out-of-bounds access in samples/bluetooth/central_ht/src…
1756 * :github:`33036` - [Coverity CID :219651] Logically dead code in subsys/bluetooth/mesh/net.c
1757 * :github:`33035` - [Coverity CID :219652] Unchecked return value in drivers/gpio/gpio_stm32.c
1758 * :github:`33034` - [Coverity CID :219653] Unchecked return value in drivers/modem/hl7800.c
1759 * :github:`33033` - [Coverity CID :219654] Out-of-bounds access in tests/net/lib/dns_addremove/src/…
1760 * :github:`33032` - [Coverity CID :219656] Uninitialized scalar variable in tests/kernel/threads/th…
1761 * :github:`33031` - [Coverity CID :219658] Untrusted value as argument in samples/net/sockets/coap_…
1762 * :github:`33030` - [Coverity CID :219659] Side effect in assertion in tests/subsys/edac/ibecc/src/…
1763 * :github:`33029` - [Coverity CID :219660] Untrusted divisor in drivers/sensor/bme680/bme680.c
1764 * :github:`33028` - [Coverity CID :219661] Unchecked return value in subsys/bluetooth/host/gatt.c
1765 * :github:`33027` - [Coverity CID :219662] Inequality comparison against NULL in lib/os/cbprintf_pa…
1766 * :github:`33026` - [Coverity CID :219666] Out-of-bounds access in tests/bluetooth/tester/src/gatt.c
1767 * :github:`33025` - [Coverity CID :219667] Untrusted value as argument in tests/net/lib/coap/src/ma…
1768 * :github:`33024` - [Coverity CID :219668] Dereference after null check in drivers/espi/host_subs_n…
1769 * :github:`33023` - [Coverity CID :219669] Untrusted value as argument in subsys/mgmt/updatehub/upd…
1770 * :github:`33022` - [Coverity CID :219672] Untrusted value as argument in samples/net/sockets/coap_…
1771 * :github:`33021` - [Coverity CID :219673] Untrusted value as argument in samples/net/sockets/coap_…
1772 * :github:`33020` - [Coverity CID :219675] Macro compares unsigned to 0 in kernel/include/mmu.h
1773 * :github:`33019` - [Coverity CID :219676] Unchecked return value in drivers/modem/wncm14a2a.c
1774 * :github:`33018` - [Coverity CID :219677] Logically dead code in drivers/timer/npcx_itim_timer.c
1778 * :github:`32996` - SPI speed when using SDHC via SPI in Zephyr
1779 * :github:`32994` - Question: Possible simplification in mutex.h?
1781 * :github:`32969` - Wrong board target in microbit v2 documentation
1784 * :github:`32961` - [Coverity CID :219478] Unchecked return value in subsys/bluetooth/controller/ll…
1785 * :github:`32960` - [Coverity CID :219479] Out-of-bounds access in subsys/net/l2/bluetooth/bluetoot…
1786 * :github:`32959` - [Coverity CID :219480] Out-of-bounds read in lib/os/cbprintf_nano.c
1787 * :github:`32958` - [Coverity CID :219481] Out-of-bounds access in subsys/bluetooth/controller/ll_s…
1788 * :github:`32957` - [Coverity CID :219483] Improper use of negative value in tests/drivers/timer/nr…
1789 * :github:`32956` - [Coverity CID :219484] Out-of-bounds access in tests/drivers/timer/nrf_rtc_time…
1790 * :github:`32955` - [Coverity CID :219485] Logically dead code in subsys/bluetooth/controller/ll_sw…
1791 * :github:`32954` - [Coverity CID :219486] Unrecoverable parse warning in tests/kernel/mem_protect/…
1792 * :github:`32953` - [Coverity CID :219487] Resource leak in tests/net/socket/getaddrinfo/src/main.c
1793 * :github:`32952` - [Coverity CID :219488] Unrecoverable parse warning in tests/kernel/mem_protect/…
1794 * :github:`32951` - [Coverity CID :219489] Structurally dead code in tests/drivers/dma/loop_transfe…
1795 * :github:`32950` - [Coverity CID :219490] Unsigned compared against 0 in drivers/wifi/esp/esp.c
1796 * :github:`32949` - [Coverity CID :219491] Resource leak in tests/net/socket/af_packet/src/main.c
1797 * :github:`32948` - [Coverity CID :219492] Out-of-bounds access in tests/drivers/timer/nrf_rtc_time…
1798 * :github:`32947` - [Coverity CID :219493] Unchecked return value in tests/kernel/workq/work/src/ma…
1799 * :github:`32946` - [Coverity CID :219494] Logically dead code in boards/xtensa/intel_s1000_crb/pin…
1800 * :github:`32945` - [Coverity CID :219495] Pointless string comparison in tests/lib/devicetree/api/…
1801 * :github:`32944` - [Coverity CID :219497] Logically dead code in subsys/bluetooth/host/gatt.c
1802 * :github:`32943` - [Coverity CID :219498] Out-of-bounds access in tests/drivers/timer/nrf_rtc_time…
1803 * :github:`32942` - [Coverity CID :219499] Argument cannot be negative in tests/net/socket/af_packe…
1804 * :github:`32941` - [Coverity CID :219501] Unchecked return value in subsys/net/l2/bluetooth/blueto…
1805 * :github:`32940` - [Coverity CID :219502] Improper use of negative value in tests/net/socket/af_pa…
1806 * :github:`32939` - [Coverity CID :219504] Logically dead code in subsys/net/lib/lwm2m/lwm2m_engine…
1807 * :github:`32938` - [Coverity CID :219508] Unchecked return value in lib/libc/minimal/source/stdlib…
1808 * :github:`32937` - [Coverity CID :219508] Unchecked return value in lib/libc/minimal/source/stdlib…
1809 * :github:`32936` - [Coverity CID :219509] Side effect in assertion in tests/net/socket/tcp/src/mai…
1810 * :github:`32935` - [Coverity CID :219510] Improper use of negative value in tests/drivers/timer/nr…
1811 * :github:`32934` - [Coverity CID :219511] Uninitialized scalar variable in tests/kernel/mbox/mbox_…
1812 * :github:`32933` - [Coverity CID :219512] Unrecoverable parse warning in tests/kernel/mem_protect/…
1813 * :github:`32932` - [Coverity CID :219513] Logically dead code in drivers/wifi/esp/esp.c
1814 * :github:`32931` - [Coverity CID :219514] Out-of-bounds access in tests/drivers/timer/nrf_rtc_time…
1815 * :github:`32930` - [Coverity CID :219515] Side effect in assertion in subsys/bluetooth/controller/…
1816 * :github:`32929` - [Coverity CID :219516] Improper use of negative value in tests/drivers/timer/nr…
1817 * :github:`32928` - [Coverity CID :219518] Macro compares unsigned to 0 in subsys/bluetooth/mesh/tr…
1818 * :github:`32927` - [Coverity CID :219519] Unchecked return value in drivers/ethernet/eth_sam_gmac.c
1819 * :github:`32926` - [Coverity CID :219520] Unsigned compared against 0 in drivers/wifi/esp/esp.c
1820 * :github:`32925` - [Coverity CID :219521] Unchecked return value in tests/kernel/workq/work/src/ma…
1821 * :github:`32924` - [Coverity CID :219522] Unchecked return value in tests/subsys/dfu/mcuboot/src/m…
1822 * :github:`32923` - [Coverity CID :219523] Side effect in assertion in subsys/bluetooth/controller/…
1823 * :github:`32922` - [Coverity CID :219524] Logically dead code in drivers/wifi/esp/esp.c
1824 * :github:`32921` - [Coverity CID :219525] Unchecked return value in tests/subsys/settings/function…
1825 * :github:`32920` - [Coverity CID :219526] Operands don't affect result in tests/boards/mec15xxevb_…
1826 * :github:`32919` - [Coverity CID :219527] Resource leak in tests/net/socket/getaddrinfo/src/main.c
1827 * :github:`32918` - [Coverity CID :219528] Arguments in wrong order in tests/drivers/pwm/pwm_loopba…
1828 * :github:`32917` - [Coverity CID :219529] Unchecked return value in subsys/bluetooth/controller/ll…
1829 * :github:`32916` - [Coverity CID :219530] Dereference before null check in drivers/modem/ublox-sar…
1830 * :github:`32915` - [Coverity CID :219531] Improper use of negative value in tests/drivers/timer/nr…
1831 * :github:`32914` - [Coverity CID :219532] Out-of-bounds access in tests/drivers/timer/nrf_rtc_time…
1832 * :github:`32913` - [Coverity CID :219535] Dereference after null check in drivers/sensor/icm42605/…
1833 * :github:`32912` - [Coverity CID :219536] Dereference before null check in drivers/ieee802154/ieee…
1834 * :github:`32911` - [Coverity CID :219537] Out-of-bounds access in samples/boards/nrf/system_off/sr…
1835 * :github:`32910` - [Coverity CID :219538] Illegal address computation in subsys/bluetooth/controll…
1836 * :github:`32909` - [Coverity CID :219540] Side effect in assertion in subsys/bluetooth/controller/…
1837 * :github:`32908` - [Coverity CID :219541] Unused value in subsys/bluetooth/controller/ticker/ticke…
1838 * :github:`32907` - [Coverity CID :219542] Dereference null return value in subsys/bluetooth/mesh/h…
1839 * :github:`32906` - [Coverity CID :219543] Out-of-bounds access in samples/boards/nrf/mesh/onoff_le…
1840 * :github:`32905` - [Coverity CID :219544] Logically dead code in drivers/wifi/esp/esp.c
1841 * :github:`32904` - [Coverity CID :219545] Side effect in assertion in subsys/bluetooth/controller/…
1842 * :github:`32903` - [Coverity CID :219546] Unchecked return value in tests/kernel/workq/work/src/ma…
1843 * :github:`32902` - [Coverity CID :219547] Improper use of negative value in tests/drivers/timer/nr…
1851 * :github:`32853` - lwm2m: uninitialized variable in this function
1856 * :github:`32818` - Function z_swap_next_thread() missing coverage in sched.c
1857 * :github:`32817` - Supporting fedora in the getting started docs
1883 * :github:`32691` - Function z_find_first_thread_to_unpend() missing coverage in sched.c
1895 * :github:`32579` - Corrupt CBOR payloads in MCUMGR when sending multiple commands together
1908 * :github:`32497` - No checks of buffer size in l2cap_chan_le_recv
1910 * :github:`32485` - CONFIG_NFCT_PINS_AS_GPIOS not in Kconfig.soc for nRF53
1918 * :github:`32457` - samples: drivers: espi: Need to handle failures in temperature retrieval
1924 * :github:`32429` - Only one PWM Channel supported in STM32L4 ?
1926 * :github:`32414` - [Coverity CID :218733] Explicit null dereferenced in tests/ztest/error_hook/src…
1927 * :github:`32413` - [Coverity CID :216799] Out-of-bounds access in tests/net/lib/dns_addremove/src/…
1928 * :github:`32412` - [Coverity CID :216797] Dereference null return value in tests/net/6lo/src/main.c
1929 * :github:`32411` - [Coverity CID :218744] Out-of-bounds access in subsys/bluetooth/host/gatt.c
1930 * :github:`32410` - [Coverity CID :218743] Out-of-bounds access in subsys/bluetooth/host/gatt.c
1931 * :github:`32409` - [Coverity CID :218742] Out-of-bounds access in subsys/bluetooth/host/gatt.c
1932 * :github:`32408` - [Coverity CID :218741] Out-of-bounds access in subsys/bluetooth/host/att.c
1933 * :github:`32407` - [Coverity CID :218740] Out-of-bounds access in subsys/bluetooth/host/gatt.c
1934 * :github:`32406` - [Coverity CID :218737] Out-of-bounds write in subsys/bluetooth/host/gatt.c
1935 * :github:`32405` - [Coverity CID :218735] Out-of-bounds access in subsys/bluetooth/host/att.c
1936 * :github:`32404` - [Coverity CID :218734] Out-of-bounds access in subsys/bluetooth/host/smp.c
1937 * :github:`32403` - [Coverity CID :218732] Out-of-bounds access in subsys/bluetooth/host/att.c
1938 * :github:`32402` - [Coverity CID :218731] Out-of-bounds access in subsys/bluetooth/shell/gatt.c
1939 * :github:`32401` - [Coverity CID :218730] Operands don't affect result in subsys/bluetooth/host/co…
1940 * :github:`32400` - [Coverity CID :218729] Out-of-bounds access in subsys/bluetooth/host/gatt.c
1941 * :github:`32399` - [Coverity CID :218728] Out-of-bounds access in subsys/bluetooth/host/gatt.c
1942 * :github:`32398` - [Coverity CID :218727] Out-of-bounds access in subsys/bluetooth/host/gatt.c
1943 * :github:`32397` - [Coverity CID :218726] Out-of-bounds access in subsys/bluetooth/host/att.c
1947 * :github:`32375` - Networking stack crashes when run in cooperative scheduling mode only
1949 * :github:`32344` - sporadic failure in tests/kernel/mem_protect/userspace/kernel.memory_protection…
1951 * :github:`32342` - review use of cpsid in aarch32 / CONFIG_PM
1952 * :github:`32331` - Use of unitialized variables in can_set_bitrate()
1963 * :github:`32260` - STM32 counter driver error in estimating alarm time
1981 * :github:`32145` - ``kernel threads`` and ``kernel stacks`` deadlock in many scenarios
1984 * :github:`32098` - Implement a driver for the Microphone / audio sensor (MP23ABS1) in Sensotile…
1988 * :github:`32071` - devicetree: ``bus:`` does not work in ``child-binding``
2003 * :github:`31762` - ivshmem application in acrn
2028 * :github:`31103` - CMSIS RTOS v2 API implementation bugs in osEventFlagsWait
2030 * :github:`31036` - BMI 160 i2c version not working. I modified to i2c in kconfig to make it use i2…
2037 * :github:`30771` - Logging: Fault instruction address in the logging thread
2043 * :github:`30465` - Spurious interrupts not handled in ARMv7-R code with GICv2.
2071 * :github:`29349` - Using float when driver init in RISC-V arch might cause system to get stuck.
2083 * :github:`28438` - Example downstream manifest+module repo in zephyrproject-rtos
2092 * :github:`27415` - Decide if we keep a single thread support (CONFIG_MULTITHREADING=n) in Zephyr
2098 * :github:`27000` - Avoid oppressive language in code base
2106 * :github:`26246` - Printing 64-bit values in LOG_DBG
2112 * :github:`25775` - [Coverity CID :210075] Negative array index write in samples/net/cloud/mqtt_azu…
2132 * :github:`22965` - 4 byte addressing in spi_nor driver for memory larger than 128Mb.
2181 * :github:`14806` - Assorted pylint warnings in Python scripts
2189 * :github:`13436` - Enabling cooperative scheduling via menuconfig may result in an invalid configu…
2195 * :github:`11529` - Get configuration of a running kernel in console
2202 * :github:`10268` - Clean up remaining SPI_DW defines in soc.h
2217 * :github:`9284` - Issues/experience trying to use TI ARM code gen tools in Zephyr
2229 * :github:`6066` - LwM2M: support object versioning in register / discover operations
2231 * :github:`5325` - Support interaction with console in twister
2232 * :github:`5116` - [Coverity CID: 179986] Null pointer dereferences in /subsys/bluetooth/host/mesh/…
2236 * :github:`1415` - Problem with forcing new line in generated documentation.