Skip to content

Commit 0793dad

Browse files
committed
[redhat] kernel-5.14.0-494.el9
Signed-off-by: Lucas Zampieri <lzampier@redhat.com>
1 parent 4dbad85 commit 0793dad

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-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 = 493
15+
RHEL_RELEASE = 494
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.5

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
* Thu Aug 08 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-494.el9]
2+
- Revert: Duplicated code of __iowrite32_copy() (Lucas Zampieri)
3+
- cxl/mem: Fix no cxl_nvd during pmem region auto-assembling (John W. Linville) [RHEL-51364] {CVE-2024-41085}
4+
- cxl/region: Avoid null pointer dereference in region lookup (John W. Linville) [RHEL-51656] {CVE-2024-41084}
5+
- PCI/MSI: Fix UAF in msi_capability_init (John W. Linville) [RHEL-51436] {CVE-2024-41096}
6+
- perf test stat_bpf_counter.sh: Stabilize the test results (Michael Petlan) [RHEL-33020]
7+
- perf test bpf-counters: Add test for BPF event modifier (Michael Petlan) [RHEL-33020]
8+
- nvme: avoid double free special payload (CKI Backport Bot) [RHEL-51309] {CVE-2024-41073}
9+
- ext4: do not create EA inode under buffer lock (Carlos Maiolino) [RHEL-48282] {CVE-2024-40972}
10+
- ext4: fold quota accounting into ext4_xattr_inode_lookup_create() (Carlos Maiolino) [RHEL-48282] {CVE-2024-40972}
11+
- ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super() (Carlos Maiolino) [RHEL-48517] {CVE-2024-40998}
12+
- ext4: turn quotas off if mount failed after enabling quotas (Carlos Maiolino) [RHEL-48517] {CVE-2024-40998}
13+
- arm64/io: add constant-argument check (Charles Mirabile) [RHEL-43402]
14+
- IB/mlx5: Use __iowrite64_copy() for write combining stores (Charles Mirabile) [RHEL-43402]
15+
- arm64/io: Provide a WC friendly __iowriteXX_copy() (Charles Mirabile) [RHEL-43402]
16+
- s390: Stop using weak symbols for __iowrite64_copy() (Charles Mirabile) [RHEL-43402]
17+
- s390: use the correct count for __iowrite64_copy() (Charles Mirabile) [RHEL-43402]
18+
- s390: Implement __iowrite32_copy() (Charles Mirabile) [RHEL-43402]
19+
- x86: Stop using weak symbols for __iowrite32_copy() (Charles Mirabile) [RHEL-43402]
20+
- hwmon: (dell-smm) Add Dell Precision 7540 to fan control whitelist (David Arcari) [RHEL-37108]
21+
Resolves: RHEL-33020, RHEL-37108, RHEL-43402, RHEL-48282, RHEL-48517, RHEL-51309, RHEL-51364, RHEL-51436, RHEL-51656
22+
123
* Wed Aug 07 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-493.el9]
224
- perf vendor events: Add westmereex counter information (Michael Petlan) [RHEL-32689]
325
- perf vendor events: Add westmereep-sp counter information (Michael Petlan) [RHEL-32689]

0 commit comments

Comments
 (0)