|
2 | 2 |
|
3 | 3 | .. _zephyr_2.7:
|
4 | 4 |
|
| 5 | +.. _zephyr_2.7.6: |
| 6 | + |
| 7 | +Zephyr 2.7.6 |
| 8 | +#################### |
| 9 | + |
| 10 | +This is an LTS maintenance release with fixes. |
| 11 | + |
| 12 | +Issues Fixed |
| 13 | +************ |
| 14 | + |
| 15 | +These GitHub issues were addressed since the previous 2.7.5 tagged |
| 16 | +release: |
| 17 | + |
| 18 | +.. comment List derived from GitHub Issue query: ... |
| 19 | + * :github:`issuenumber` - issue title |
| 20 | +
|
| 21 | +* :github:`32145` - use ``k_thread_foreach_unlocked()`` with shell callbacks |
| 22 | +* :github:`56604` - drivers: nrf: rtc: make uptime consistent for app booted from v3.x mcuboot |
| 23 | +* :github:`25917` - bluetooth: fix deadlock with tx of acl data and hci commands |
| 24 | +* :github:`47649` - bluetooth: release att notification buffer after reconnection |
| 25 | +* :github:`43718` - bluetooth: bt_conn: ensure tx buffers can be allocated within timeout |
| 26 | +* :github:`60707` - canbus: isotp: seal context buffer memory leaks |
| 27 | +* :github:`60904` - drivers: spi_nor: make erase operation more opportunistic |
| 28 | +* :github:`61451` - drivers: can: stm32: correct timing_max parameters |
| 29 | +* :github:`61501` - canbus: isotp: convert SF length check from ``ASSERT`` to runtime check |
| 30 | +* :github:`61544` - drivers: ieee802154_nrf5: add payload length check on TX |
| 31 | +* :github:`61784` - bluetooth: controller: check minmum sizes of adv PDUs |
| 32 | +* :github:`62003` - drivers: dma: sam: implement xdmac ``get_status()`` API |
| 33 | +* :github:`62701` - can: rework the table lookup code in ``can_dlc_to_bytes()`` |
| 34 | +* :github:`63544` - drivers: can: mcan: move RF0L and RF1L to line 1 |
| 35 | +* :github:`63835` - net_mgmt: return ``EMSGSIZE`` if buffer passed to ``recvfrom()`` is too small |
| 36 | +* :github:`63965` - logging: fix handling of ``CONFIG_LOG_BLOCK_IN_THREAD_TIMEOUT_MS`` |
| 37 | +* :github:`64398` - drivers: can: be consistent in ``filter_id`` checks when removing rx filters |
| 38 | +* :github:`65548` - cmake: modules: dts: fix board revision 0 overlay |
| 39 | +* :github:`66500` - toolchain: support ``CONFIG_COMPILER_WARNINGS_AS_ERRORS`` |
| 40 | +* :github:`66888` - net: ipv6: drop received packets sent by the same interface |
| 41 | +* :github:`67692` - i2c: dw: fix integer overflow in ``i2c_dw_data_ask()`` |
| 42 | +* :github:`69167` - fs: fuse: avoid possible buffer overflow |
| 43 | +* :github:`69637` - userspace: additional checks in ``K_SYSCALL_MEMORY`` |
| 44 | + |
| 45 | +Security Vulnerability Related |
| 46 | +****************************** |
| 47 | + |
| 48 | +The following security vulnerabilities (CVEs) were addressed in this |
| 49 | +release: |
| 50 | + |
| 51 | +* CVE-2023-4263 `Zephyr project bug tracker GHSA-rf6q-rhhp-pqhf |
| 52 | + <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-rf6q-rhhp-pqhf>`_ |
| 53 | + |
| 54 | +* CVE-2023-4424: `Zephyr project bug tracker GHSA-j4qm-xgpf-qjw3 |
| 55 | + <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-j4qm-xgpf-qjw3>`_ |
| 56 | + |
| 57 | +* CVE-2023-5779 `Zephyr project bug tracker GHSA-7cmj-963q-jj47 |
| 58 | + <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-7cmj-963q-jj47>`_ |
| 59 | + |
| 60 | +* CVE-2023-6249 `Zephyr project bug tracker GHSA-32f5-3p9h-2rqc |
| 61 | + <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-32f5-3p9h-2rqc>`_ |
| 62 | + |
| 63 | +* CVE-2023-6881 `Zephyr project bug tracker GHSA-mh67-4h3q-p437 |
| 64 | + <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-mh67-4h3q-p437>`_ |
| 65 | + |
| 66 | +More detailed information can be found in: |
| 67 | +https://docs.zephyrproject.org/latest/security/vulnerabilities.html |
| 68 | + |
5 | 69 | .. _zephyr_2.7.5:
|
6 | 70 |
|
7 | 71 | Zephyr 2.7.5
|
|
0 commit comments