Skip to content

Commit 5e8cf7d

Browse files
author
Herton R. Krzesinski
committed
[redhat] kernel-5.14.0-232.el9
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
1 parent 4c2fe64 commit 5e8cf7d

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-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 = 2
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 231
15+
RHEL_RELEASE = 232
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.2

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
* Tue Jan 10 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-232.el9]
2+
- ACPI: x86: s2idle: Stop using AMD specific codepath for Rembrandt+ (David Arcari) [2158310]
3+
- ACPI: x86: s2idle: Force AMD GUID/_REV 2 on HP Elitebook 865 (David Arcari) [2158310]
4+
- ACPI: x86: s2idle: Add another ID to s2idle_dmi_table (David Arcari) [2158310]
5+
- ACPI: x86: s2idle: Fix a NULL pointer dereference (David Arcari) [2158310]
6+
- ACPI: x86: s2idle: Add a quirk for ASUSTeK COMPUTER INC. ROG Flow X13 (David Arcari) [2158310]
7+
- ACPI: x86: s2idle: Add a quirk for Lenovo Slim 7 Pro 14ARH7 (David Arcari) [2158310]
8+
- ACPI: x86: s2idle: Add a quirk for ASUS ROG Zephyrus G14 (David Arcari) [2158310]
9+
- ACPI: x86: s2idle: Add a quirk for ASUS TUF Gaming A17 FA707RE (David Arcari) [2158310]
10+
- ACPI: x86: s2idle: Add module parameter to prefer Microsoft GUID (David Arcari) [2158310]
11+
- ACPI: x86: s2idle: If a new AMD _HID is missing assume Rembrandt (David Arcari) [2158310]
12+
- ACPI: x86: s2idle: Move _HID handling for AMD systems into structures (David Arcari) [2158310]
13+
- ACPI: s2idle: Add a new ->check() callback for platform_s2idle_ops (David Arcari) [2158310]
14+
- perf vendor events amd: Add Zen 4 mapping (Michael Petlan) [2148295]
15+
- perf vendor events amd: Add Zen 4 metrics (Michael Petlan) [2148295]
16+
- perf vendor events amd: Add Zen 4 uncore events (Michael Petlan) [2148295]
17+
- perf vendor events amd: Add Zen 4 core events (Michael Petlan) [2148295]
18+
- arm64: kdump: Support crashkernel=X fall back to reserve region above DMA zones (Pingfan Liu) [2112877]
19+
- arm64: kdump: Provide default size when crashkernel=Y,low is not specified (Pingfan Liu) [2112877]
20+
- ice: Implement devlink port split operations (Petr Oros) [2154357]
21+
- ice: Add additional flags to ice_nvm_write_activate (Petr Oros) [2154357]
22+
- ice: Add port option admin queue commands (Petr Oros) [2154357]
23+
- cifs: fix NULL ptr dereference in refresh_mounts() (Ronnie Sahlberg) [2151070]
24+
- s390: fix double free of GS and RI CBs on fork() failure (Brian Foster) [2121449]
25+
Resolves: rhbz#2158310, rhbz#2148295, rhbz#2112877, rhbz#2154357, rhbz#2151070, rhbz#2121449
26+
127
* Mon Jan 09 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-231.el9]
228
- tcp: Fix data-races around sysctl_tcp_fastopen_blackhole_timeout. (Guillaume Nault) [2149949]
329
- tcp: Fix data-races around sysctl_tcp_fastopen. (Guillaume Nault) [2149949]

0 commit comments

Comments
 (0)