Skip to content

Commit 2f5ac66

Browse files
committed
[redhat] kernel-5.14.0-508.el9
Signed-off-by: Rado Vrbovsky <rvrbovsk@redhat.com>
1 parent b9f22de commit 2f5ac66

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-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 = 6
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 507
15+
RHEL_RELEASE = 508
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.6

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
* Thu Sep 12 2024 Rado Vrbovsky <rvrbovsk@redhat.com> [5.14.0-508.el9]
2+
- usb: xhci: prevent potential failure in handle_tx_event() for Transfer events without TRB (Desnes Nunes) [RHEL-52378] {CVE-2024-42226}
3+
- redhat: set defaults for RHEL 9.5 (Lucas Zampieri)
4+
- redhat/configs: Make CONFIG_REGULATOR_GPIO built-in (Luiz Capitulino) [RHEL-21095]
5+
- redhat/configs: enable a bunch of regulators (Luiz Capitulino) [RHEL-21095]
6+
- md-cluster: fix no recovery job when adding/re-adding a disk (Nigel Croxon) [RHEL-46615]
7+
- md-cluster: fix hanging issue while a new disk adding (Nigel Croxon) [RHEL-46615]
8+
- md/raid5: recheck if reshape has finished with device_lock held (Nigel Croxon) [RHEL-46615]
9+
- md: Don't wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctl (Nigel Croxon) [RHEL-46615]
10+
- md-cluster: Constify struct md_cluster_operations (Nigel Croxon) [RHEL-46615]
11+
- md/raid5: fix spares errors about rcu usage (Nigel Croxon) [RHEL-46615]
12+
- md: pass in max_sectors for pers->sync_request() (Nigel Croxon) [RHEL-46615]
13+
- md: factor out helpers for different sync_action in md_do_sync() (Nigel Croxon) [RHEL-46615]
14+
- md: replace last_sync_action with new enum type (Nigel Croxon) [RHEL-46615]
15+
- md: use new helpers in md_do_sync() (Nigel Croxon) [RHEL-46615]
16+
- md: don't fail action_store() if sync_thread is not registered (Nigel Croxon) [RHEL-46615]
17+
- md: remove parameter check_seq for stop_sync_thread() (Nigel Croxon) [RHEL-46615]
18+
- md: replace sysfs api sync_action with new helpers (Nigel Croxon) [RHEL-46615]
19+
- md: factor out helper to start reshape from action_store() (Nigel Croxon) [RHEL-46615]
20+
- md: add new helpers for sync_action (Nigel Croxon) [RHEL-46615]
21+
- md: add a new enum type sync_action (Nigel Croxon) [RHEL-46615]
22+
- md: rearrange recovery_flags (Nigel Croxon) [RHEL-46615]
23+
- md/md-bitmap: fix writing non bitmap pages (Nigel Croxon) [RHEL-46615]
24+
- md: make md_flush_request() more readable (Nigel Croxon) [RHEL-46615]
25+
- md: change the return value type of md_write_start to void (Nigel Croxon) [RHEL-46615]
26+
- md: do not delete safemode_timer in mddev_suspend (Nigel Croxon) [RHEL-46615]
27+
- lib: objagg: Fix general protection fault (Waiman Long) [RHEL-54790 RHEL-54793] {CVE-2024-43846}
28+
- Revert "x86/topology: Switch over to GENERIC_CPU_DEVICES" (David Arcari) [RHEL-58031]
29+
- Revert "x86/topology: use weak version of arch_unregister_cpu()" (David Arcari) [RHEL-58031]
30+
- Revert "x86/topology: convert to use arch_cpu_is_hotpluggable()" (David Arcari) [RHEL-58031]
31+
- Revert "x86/cpu: Move leftover contents of topology.c to setup.c" (David Arcari) [RHEL-58031]
32+
- x86/resctrl: Remove redundant variable in mbm_config_write_domain() (David Arcari) [RHEL-57701]
33+
- x86/resctrl: Read supported bandwidth sources from CPUID (David Arcari) [RHEL-57701]
34+
- x86/resctrl: Remove hard-coded memory bandwidth limit (David Arcari) [RHEL-57701]
35+
Resolves: RHEL-21095, RHEL-46615, RHEL-52378, RHEL-54790, RHEL-54793, RHEL-57701, RHEL-58031
36+
137
* Wed Sep 11 2024 Rado Vrbovsky <rvrbovsk@redhat.com> [5.14.0-507.el9]
238
- block: fix deadlock between sd_remove & sd_release (CKI Backport Bot) [RHEL-54997] {CVE-2024-42294}
339
- gpio: prevent potential speculation leaks in gpio_device_get_desc() (CKI Backport Bot) [RHEL-56213] {CVE-2024-44931}

0 commit comments

Comments
 (0)