Skip to content

Commit

Permalink
release: update v2.7.6 release notes
Browse files Browse the repository at this point in the history
List bugfixes in v2.7.6 release notes.

Signed-off-by: Christopher Friedt <[email protected]>
  • Loading branch information
cfriedt committed Feb 29, 2024
1 parent 25398f3 commit 8eef992
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions doc/releases/release-notes-2.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,55 @@

.. _zephyr_2.7:

.. _zephyr_2.7.6:

Zephyr 2.7.6
####################

This is an LTS maintenance release with fixes.

Issues Fixed
************

These GitHub issues were addressed since the previous 2.7.5 tagged
release:

.. comment List derived from GitHub Issue query: ...
* :github:`issuenumber` - issue title
* :github:`32145` - use ``k_thread_foreach_unlocked()`` with shell callbacks
* :github:`56604` - drivers: nrf: rtc: make uptime consistent for app booted from v3.x mcuboot
* :github:`25917` - bluetooth: fix deadlock with tx of acl data and hci commands
* :github:`47649` - bluetooth: release att notification buffer after reconnection
* :github:`43718` - bluetooth: bt_conn: ensure tx buffers can be allocated within timeout
* :github:`60707` - canbus: isotp: seal context buffer memory leaks
* :github:`60904` - drivers: spi_nor: make erase operation more opportunistic
* :github:`61451` - drivers: can: stm32: correct timing_max parameters
* :github:`61501` - canbus: isotp: convert SF length check from ``ASSERT`` to runtime check
* :github:`61544` - drivers: ieee802154_nrf5: add payload length check on TX
* :github:`61784` - bluetooth: controller: check minmum sizes of adv PDUs
* :github:`62003` - drivers: dma: sam: implement xdmac ``get_status()`` API
* :github:`62701` - can: rework the table lookup code in ``can_dlc_to_bytes()``
* :github:`63544` - drivers: can: mcan: move RF0L and RF1L to line 1
* :github:`63835` - net_mgmt: return ``EMSGSIZE`` if buffer passed to ``recvfrom()`` is too small
* :github:`63965` - logging: fix handling of ``CONFIG_LOG_BLOCK_IN_THREAD_TIMEOUT_MS``
* :github:`64398` - drivers: can: be consistent in ``filter_id`` checks when removing rx filters
* :github:`65548` - cmake: modules: dts: fix board revision 0 overlay
* :github:`66500` - toolchain: support ``CONFIG_COMPILER_WARNINGS_AS_ERRORS``
* :github:`66888` - net: ipv6: drop received packets sent by the same interface
* :github:`67692` - i2c: dw: fix integer overflow in ``i2c_dw_data_ask()``
* :github:`69167` - fs: fuse: avoid possible buffer overflow
* :github:`69637` - userspace: additional checks in ``K_SYSCALL_MEMORY``

Security Vulnerability Related
******************************

The following security vulnerabilities (CVEs) were addressed in this
release:

More detailed information can be found in:
https://docs.zephyrproject.org/latest/security/vulnerabilities.html

.. _zephyr_2.7.5:

Zephyr 2.7.5
Expand Down

0 comments on commit 8eef992

Please sign in to comment.