Skip to content

Commit 2a88e08

Browse files
Christopher Friedtcfriedt
authored andcommitted
release: update v2.7.3 release notes
* add bugifixes to v2.7.3 release * awating CVE notes from security Fixes #49310 Signed-off-by: Christopher Friedt <[email protected]>
1 parent e1ee34e commit 2a88e08

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

doc/releases/release-notes-2.7.rst

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,53 @@
22

33
.. _zephyr_2.7:
44

5+
.. _zephyr_2.7.3:
6+
7+
Zephyr 2.7.3
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.2 tagged
16+
release:
17+
18+
.. comment List derived from GitHub Issue query: ...
19+
* :github:`issuenumber` - issue title
20+
21+
* :github:`39882` - Bluetooth Host qualification on 2.7 branch
22+
* :github:`41074` - can_mcan_send sends corrupted CAN frames with a byte-by-byte memcpy implementation
23+
* :github:`43479` - Bluetooth: Controller: Fix per adv scheduling issue
24+
* :github:`43694` - drivers: spi: stm32 spi with dma must enable cs after periph
25+
* :github:`44089` - logging: shell backend: null-deref when logs are dropped
26+
* :github:`45341` - Add new EHL SKUs for IBECC
27+
* :github:`45529` - GdbStub get_mem_region bugfix
28+
* :github:`46621` - drivers: i2c: Infinite recursion in driver unregister function
29+
* :github:`46698` - sm351 driver faults when using global thread
30+
* :github:`46706` - add missing checks for segment number
31+
* :github:`46757` - Bluetooth: Controller: Missing validation of unsupported PHY when performing PHY update
32+
* :github:`46807` - lib: posix: semaphore: use consistent timebase in sem_timedwait
33+
* :github:`46822` - L2CAP disconnected packet timing in ecred reconf function
34+
* :github:`46994` - Incorrect Xtensa toolchain path resolution
35+
* :github:`47356` - cpp: global static object initialisation may fail for MMU and MPU platforms
36+
* :github:`47609` - posix: pthread: descriptor leak with pthread_join
37+
* :github:`47955` - drivers: can: various RTR fixes
38+
* :github:`48249` - boards: nucleo_wb55rg: documentation BLE binary compatibility issue
39+
* :github:`48271` - net: Possible net_pkt leak in ipv6 multicast forwarding
40+
41+
Security Vulnerability Related
42+
******************************
43+
44+
The following security vulnerabilities (CVEs) were addressed in this
45+
release:
46+
47+
*
48+
49+
More detailed information can be found in:
50+
https://docs.zephyrproject.org/latest/security/vulnerabilities.html
51+
552
.. _zephyr_2.7.2:
653

754
Zephyr 2.7.2

0 commit comments

Comments
 (0)