|
2 | 2 |
|
3 | 3 | .. _zephyr_2.7:
|
4 | 4 |
|
| 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 | + |
5 | 52 | .. _zephyr_2.7.2:
|
6 | 53 |
|
7 | 54 | Zephyr 2.7.2
|
|
0 commit comments