Skip to content

Commit 49e965f

Browse files
Chris Friedtcfriedt
authored andcommitted
release: update v2.7.4 release notes
* add bugifixes to v2.7.4 release * partial CVE notes from security Signed-off-by: Chris Friedt <[email protected]>
1 parent c09b95f commit 49e965f

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

doc/releases/release-notes-2.7.rst

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

33
.. _zephyr_2.7:
44

5+
.. _zephyr_2.7.4:
6+
7+
Zephyr 2.7.4
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.3 tagged
16+
release:
17+
18+
.. comment List derived from GitHub Issue query: ...
19+
* :github:`issuenumber` - issue title
20+
21+
* :github:`25417` - net: socket: socketpair: check for ISR context
22+
* :github:`41012` - irq_enable() doesn’t support enabling NVIC IRQ number more than 127
23+
* :github:`44070` - west spdx TypeError: 'NoneType' object is not iterable
24+
* :github:`46072` - subsys/hawkBit: Debug log error in hawkbit example "CONFIG_LOG_STRDUP_MAX_STRING"
25+
* :github:`48056` - Possible null pointer dereference after k_mutex_lock times out
26+
* :github:`49102` - hawkbit - dns name randomly not resolved
27+
* :github:`49139` - can't run west or DT tests on windows / py 3.6
28+
* :github:`49564` - Newer versions of pylink are not supported in latest zephyr 2.7 release
29+
* :github:`49569` - Backport cmake string cache fix to v2.7 branch
30+
* :github:`50221` - tests: debug: test case subsys/debug/coredump failed on acrn_ehl_crb on branch v2.7
31+
* :github:`50467` - Possible memory corruption on ARC when userspace is enabled
32+
* :github:`50468` - Incorrect Z_THREAD_STACK_BUFFER in arch_start_cpu for Xtensa
33+
* :github:`50961` - drivers: counter: Update counter_set_channel_alarm documentation
34+
* :github:`51714` - Bluetooth: Application with buffer that cannot unref it in disconnect handler leads to advertising issues
35+
* :github:`51776` - POSIX API is not portable across arches
36+
* :github:`52247` - mgmt: mcumgr: image upload, then image erase, then image upload does not restart upload from start
37+
* :github:`52517` - lib: posix: sleep() does not return the number of seconds left if interrupted
38+
* :github:`52518` - lib: posix: usleep() does not follow the POSIX spec
39+
* :github:`52542` - lib: posix: make sleep() and usleep() standards-compliant
40+
* :github:`52591` - mcumgr user data size out of sync with net buffer user data size
41+
* :github:`52829` - kernel/sched: Fix SMP race on pend
42+
* :github:`53088` - Unable to chage initialization priority of logging subsys
43+
44+
Security Vulnerability Related
45+
******************************
46+
47+
The following security vulnerabilities (CVEs) were addressed in this
48+
release:
49+
50+
* CVE-2022-2741: `Zephyr project bug tracker GHSA-hx5v-j59q-c3j8
51+
<https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-hx5v-j59q-c3j8>`_
52+
53+
* CVE-2022-1841: `Zephyr project bug tracker GHSA-5c3j-p8cr-2pgh
54+
<https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-5c3j-p8cr-2pgh>`_
55+
56+
More detailed information can be found in:
57+
https://docs.zephyrproject.org/latest/security/vulnerabilities.html
58+
559
.. _zephyr_2.7.3:
660

761
Zephyr 2.7.3

0 commit comments

Comments
 (0)