Skip to content

Commit 9984bfa

Browse files
committed
[redhat] kernel-5.14.0-498.el9
Signed-off-by: Lucas Zampieri <lzampier@redhat.com>
1 parent 754d6c6 commit 9984bfa

File tree

2 files changed

+117
-1
lines changed

2 files changed

+117
-1
lines changed

Makefile.rhelver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RHEL_MINOR = 5
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 497
15+
RHEL_RELEASE = 498
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.5

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,119 @@
1+
* Thu Aug 15 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-498.el9]
2+
- xfs: allow SECURE namespace xattrs to use reserved block pool (Pavel Reichl) [RHEL-49806]
3+
- firmware: cs_dsp: Validate payload length before processing block (David Arcari) [RHEL-53640] {CVE-2024-42237}
4+
- selftests: netfilter: test nat source port clash resolution interaction with tcp early demux (Florian Westphal) [RHEL-6151]
5+
- netfilter: nf_nat: undo erroneous tcp edemux lookup after port clash (Florian Westphal) [RHEL-6151]
6+
- xfs: allow symlinks with short remote targets (CKI Backport Bot) [RHEL-53164]
7+
- netfilter: Use flowlabel flow key when re-routing mangled packets (Florian Westphal) [RHEL-40213]
8+
- ppp: reject claimed-as-LCP but actually malformed packets (Guillaume Nault) [RHEL-51059] {CVE-2024-41044}
9+
- mptcp: ensure snd_una is properly initialized on connect (Florian Westphal) [RHEL-47943 RHEL-47944] {CVE-2024-40931}
10+
- Bluetooth: ISO: Check socket flag instead of hcon (CKI Backport Bot) [RHEL-51982] {CVE-2024-42141}
11+
- bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX (CKI Backport Bot) [RHEL-51910] {CVE-2024-42132}
12+
- Bluetooth: hci_core: cancel all works upon hci_unregister_dev() (CKI Backport Bot) [RHEL-51214] {CVE-2024-41063}
13+
- mm: vmalloc: check if a hash-index is in cpu_possible_mask (CKI Backport Bot) [RHEL-50955] {CVE-2024-41032}
14+
- Merge DRM changes from upstream v6.9..v6.9.11 (Dave Airlie) [RHEL-24103]
15+
- powerpc/mm: Fix false detection of read faults (Chris von Recklinghausen) [RHEL-50040]
16+
- powerpc/mm: Support execute-only memory on the Radix MMU (Chris von Recklinghausen) [RHEL-50040]
17+
- io_uring/sqpoll: work around a potential audit memory leak (Jeff Moyer) [RHEL-48561] {CVE-2024-41001}
18+
- io_uring/rsrc: don't lock while !TASK_RUNNING (Jeff Moyer) [RHEL-47830] {CVE-2024-40922}
19+
- io_uring/io-wq: Use set_bit() and test_bit() at worker->flags (Jeff Moyer) [RHEL-47505] {CVE-2024-39508}
20+
- kunit: kasan_test: fix backport error in kasan test (Nico Pache) [RHEL-39303]
21+
- redhat: add configs for new kunit tests (Nico Pache) [RHEL-39303]
22+
- kasan: use unchecked __memset internally (Nico Pache) [RHEL-39303]
23+
- kasan: unify printk prefixes (Nico Pache) [RHEL-39303]
24+
- net/handshake: Fix handshake_req_destroy_test1 (Nico Pache) [RHEL-39303]
25+
- kunit: bail out early in __kunit_test_suites_init() if there are no suites to test (Nico Pache) [RHEL-39303]
26+
- kunit: string-stream-test: use KUNIT_DEFINE_ACTION_WRAPPER (Nico Pache) [RHEL-39303]
27+
- kunit: test: Move fault tests behind KUNIT_FAULT_TEST Kconfig option (Nico Pache) [RHEL-39303]
28+
- kunit: unregister the device on error (Nico Pache) [RHEL-39303]
29+
- kunit: Fix race condition in try-catch completion (Nico Pache) [RHEL-39303]
30+
- kunit: Add tests for fault (Nico Pache) [RHEL-39303]
31+
- kunit: Print last test location on fault (Nico Pache) [RHEL-39303]
32+
- kunit: Handle test faults (Nico Pache) [RHEL-39303]
33+
- kunit: Fix timeout message (Nico Pache) [RHEL-39303]
34+
- kunit: Fix kthread reference (Nico Pache) [RHEL-39303]
35+
- kunit: Handle thread creation error (Nico Pache) [RHEL-39303]
36+
- lib: checksum: hide unused expected_csum_ipv6_magic[] (Nico Pache) [RHEL-39303]
37+
- Revert "kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TEST" (Nico Pache) [RHEL-39303]
38+
- kunit: Fix again checksum tests on big endian CPUs (Nico Pache) [RHEL-39303]
39+
- kunit: Annotate _MSG assertion variants with gnu printf specifiers (Nico Pache) [RHEL-39303]
40+
- rtc: test: Fix invalid format specifier. (Nico Pache) [RHEL-39303]
41+
- lib: memcpy_kunit: Fix an invalid format specifier in an assertion msg (Nico Pache) [RHEL-39303]
42+
- lib/cmdline: Fix an invalid format specifier in an assertion msg (Nico Pache) [RHEL-39303]
43+
- kunit: test: Log the correct filter string in executor_test (Nico Pache) [RHEL-39303]
44+
- kunit: make kunit_bus_type const (Nico Pache) [RHEL-39303]
45+
- kunit: Mark filter* params as rw (Nico Pache) [RHEL-39303]
46+
- kunit: tool: Print UML command (Nico Pache) [RHEL-39303]
47+
- time/kunit: Use correct format specifier (Nico Pache) [RHEL-39303]
48+
- Documentation: KUnit: Update the instructions on how to test static functions (Nico Pache) [RHEL-39303]
49+
- kunit: run test suites only after module initialization completes (Nico Pache) [RHEL-39303]
50+
- MAINTAINERS: kunit: Add Rae Moar as a reviewer (Nico Pache) [RHEL-39303]
51+
- lib: checksum: Fix build with CONFIG_NET=n (Nico Pache) [RHEL-39303]
52+
- kunit: Add tests for csum_ipv6_magic and ip_fast_csum (Nico Pache) [RHEL-39303]
53+
- Documentation: kunit: Add clang UML coverage example (Nico Pache) [RHEL-39303]
54+
- kunit: Protect string comparisons against NULL (Nico Pache) [RHEL-39303]
55+
- kunit: Add example of kunit_activate_static_stub() with pointer-to-function (Nico Pache) [RHEL-39303]
56+
- kunit: Allow passing function pointer to kunit_activate_static_stub() (Nico Pache) [RHEL-39303]
57+
- kunit: Fix NULL-dereference in kunit_init_suite() if suite->log is NULL (Nico Pache) [RHEL-39303]
58+
- kunit: Reset test->priv after each param iteration (Nico Pache) [RHEL-39303]
59+
- kunit: Add example for using test->priv (Nico Pache) [RHEL-39303]
60+
- Documentation: Add debugfs docs with run after boot (Nico Pache) [RHEL-39303]
61+
- kunit: add ability to run tests after boot using debugfs (Nico Pache) [RHEL-39303]
62+
- kunit: add is_init test attribute (Nico Pache) [RHEL-39303]
63+
- kunit: add example suite to test init suites (Nico Pache) [RHEL-39303]
64+
- kunit: add KUNIT_INIT_TABLE to init linker section (Nico Pache) [RHEL-39303]
65+
- kunit: move KUNIT_TABLE out of INIT_DATA (Nico Pache) [RHEL-39303]
66+
- kunit: tool: add test for parsing attributes (Nico Pache) [RHEL-39303]
67+
- kunit: tool: fix parsing of test attributes (Nico Pache) [RHEL-39303]
68+
- kunit: debugfs: Handle errors from alloc_string_stream() (Nico Pache) [RHEL-39303]
69+
- kunit: debugfs: Fix unchecked dereference in debugfs_print_results() (Nico Pache) [RHEL-39303]
70+
- kunit: string-stream: Allow ERR_PTR to be passed to string_stream_destroy() (Nico Pache) [RHEL-39303]
71+
- kunit: string-stream-test: Avoid cast warning when testing gfp_t flags (Nico Pache) [RHEL-39303]
72+
- mptcp: fill in missing MODULE_DESCRIPTION() (Nico Pache) [RHEL-39303]
73+
- kunit: test: Avoid cast warning when adding kfree() as an action (Nico Pache) [RHEL-39303]
74+
- kunit: Reset suite counter right before running tests (Nico Pache) [RHEL-39303]
75+
- kunit: Warn if tests are slow (Nico Pache) [RHEL-39303]
76+
- kasan: fix and update KUNIT_EXPECT_KASAN_FAIL comment (Nico Pache) [RHEL-39303]
77+
- x86/asm: Fix build of UML with KASAN (Nico Pache) [RHEL-39303]
78+
- kunit: Reset test status on each param iteration (Nico Pache) [RHEL-39303]
79+
- kunit: string-stream: Test performance of string_stream (Nico Pache) [RHEL-39303]
80+
- kunit: Use string_stream for test log (Nico Pache) [RHEL-39303]
81+
- kunit: string-stream: Add tests for freeing resource-managed string_stream (Nico Pache) [RHEL-39303]
82+
- kunit: string-stream: Decouple string_stream from kunit (Nico Pache) [RHEL-39303]
83+
- kunit: string-stream: Add kunit_alloc_string_stream() (Nico Pache) [RHEL-39303]
84+
- kunit: Don't use a managed alloc in is_literal() (Nico Pache) [RHEL-39303]
85+
- kunit: string-stream-test: Add cases for string_stream newline appending (Nico Pache) [RHEL-39303]
86+
- kunit: string-stream: Add option to make all lines end with newline (Nico Pache) [RHEL-39303]
87+
- kunit: string-stream: Improve testing of string_stream (Nico Pache) [RHEL-39303]
88+
- kunit: string-stream: Don't create a fragment for empty strings (Nico Pache) [RHEL-39303]
89+
- kunit: Fix wild-memory-access bug in kunit_free_suite_set() (Nico Pache) [RHEL-39303]
90+
- kunit: tool: Add command line interface to filter and report attributes (Nico Pache) [RHEL-39303]
91+
- kunit: tool: Enable CONFIG_FORTIFY_SOURCE under UML (Nico Pache) [RHEL-39303]
92+
- kunit: tool: undo type subscripts for subprocess.Popen (Nico Pache) [RHEL-39303]
93+
- kunit: tool: Add support for SH under QEMU (Nico Pache) [RHEL-39303]
94+
- kunit: tool: Add support for overriding the QEMU serial port (Nico Pache) [RHEL-39303]
95+
- kunit: tool: fix pre-existing `mypy --strict` errors and update run_checks.py (Nico Pache) [RHEL-39303]
96+
- kunit: tool: remove unused imports and variables (Nico Pache) [RHEL-39303]
97+
- kunit: tool: add subscripts for type annotations where appropriate (Nico Pache) [RHEL-39303]
98+
- kunit: tool: Add support for m68k under QEMU (Nico Pache) [RHEL-39303]
99+
- kunit: kunit.py extract handlers (Nico Pache) [RHEL-39303]
100+
- kunit: tool: remove redundant file.close() call in unit test (Nico Pache) [RHEL-39303]
101+
- kunit: tool: unit tests all check parser errors, standardize formatting a bit (Nico Pache) [RHEL-39303]
102+
- kunit: tool: make TestCounts a dataclass (Nico Pache) [RHEL-39303]
103+
- kunit: tool: make parser preserve whitespace when printing test log (Nico Pache) [RHEL-39303]
104+
- kunit: tool: Don't download risc-v opensbi firmware with wget (Nico Pache) [RHEL-39303]
105+
- kunit: tool: rename all_test_uml.config, use it for --alltests (Nico Pache) [RHEL-39303]
106+
- Documentation: KUnit: Fix non-uml anchor (Nico Pache) [RHEL-39303]
107+
- Documentation: Kunit: Fix inconsistent titles (Nico Pache) [RHEL-39303]
108+
- Documentation: kunit: fix trivial typo (Nico Pache) [RHEL-39303]
109+
- kunit: tool: make --raw_output=kunit (aka --raw_output) preserve leading spaces (Nico Pache) [RHEL-39303]
110+
- Documentation: Kunit: Add ref for other kinds of tests (Nico Pache) [RHEL-39303]
111+
- net: bridge: mst: fix suspicious rcu usage in br_mst_set_state (CKI Backport Bot) [RHEL-43727] {CVE-2024-36979}
112+
- net: bridge: mst: pass vlan group directly to br_mst_vlan_set_state (CKI Backport Bot) [RHEL-43727] {CVE-2024-36979}
113+
- net: bridge: mst: fix vlan use-after-free (CKI Backport Bot) [RHEL-43727] {CVE-2024-36979}
114+
- crypto: bcm - Fix pointer arithmetic (cki-backport-bot) [RHEL-44114] {CVE-2024-38579}
115+
Resolves: RHEL-24103, RHEL-39303, RHEL-40213, RHEL-43727, RHEL-44114, RHEL-47505, RHEL-47830, RHEL-47943, RHEL-47944, RHEL-48561, RHEL-49806, RHEL-50040, RHEL-50955, RHEL-51059, RHEL-51214, RHEL-51910, RHEL-51982, RHEL-53164, RHEL-53640, RHEL-6151
116+
1117
* Tue Aug 13 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-497.el9]
2118
- Add amd-pstate-ut to the mod-internal.list (David Arcari) [RHEL-53955]
3119
- firmware: cs_dsp: Return error if block header overflows file (David Arcari) [RHEL-53650] {CVE-2024-42238}

0 commit comments

Comments
 (0)