Skip to content

Commit ca24cd6

Browse files
Chris Friedtcfriedt
authored andcommitted
release: update v2.7.5 release notes
* add bugifixes to v2.7.5 release Signed-off-by: Chris Friedt <[email protected]>
1 parent 4fc4dc7 commit ca24cd6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

doc/releases/release-notes-2.7.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,26 @@ release:
1818
.. comment List derived from GitHub Issue query: ...
1919
* :github:`issuenumber` - issue title
2020
21+
* :github:`41111` - utils: tmcvt: fix integer overflow after 6.4 days with ``gettimeofday()`` and ``z_tmcvt()``
22+
* :github:`51663` - tests: kernel: increase coverage for kernel and mmu tests
23+
* :github:`53124` - bmake: fix argument passing in ``zephyr_check_compiler_flag()`` cmake function
24+
* :github:`53315` - net: tcp: fix possible underflow in ``tcp_flags()``.
25+
* :github:`53981` - scripts: fixes for ``gen_syscalls`` and ``gen_app_partitions``
26+
* :github:`53983` - init: correct early init time calls to ``k_current_get()`` when TLS is enabled
27+
* :github:`54140` - net: fix BUS FAULT when running nmap towards echo_async sample
28+
* :github:`54325` - coredump: support out-of-tree coredump backend definition
29+
* :github:`54386` - kernel: correct SMP scheduling with more than 2 CPUs
30+
* :github:`54527` - tests: kernel: remove faulty test from tests/kernel/poll
31+
* :github:`55019` - bluetooth: initialize backport of #54905 failed
32+
* :github:`55068` - net: ipv6: validate arguments in ``net_if_ipv6_set_reachable_time()``
33+
* :github:`55069` - net: core: ``net pkt`` shell command missing input validation
34+
* :github:`55323` - logging: fix userspace runtime filtering
35+
* :github:`55490` - cxx: fix compile error in C++ project for bad flags ``-Wno-pointer-sign`` and ``-Werror=implicit-int``
36+
* :github:`56071` - security: MbedTLS: update to v2.28.3
37+
* :github:`56729` - posix: SCHED_RR valid thread priorities
38+
* :github:`57210` - drivers: pcie: endpoint: pcie_ep_iproc: correct use of optional devicetree binding
39+
* :github:`57419` - tests: dma: support 64-bit addressing in tests
40+
* :github:`57710` - posix: support building eventfd on arm-clang
2141

2242
mbedTLS
2343
*******

0 commit comments

Comments
 (0)