Skip to content

Commit 40871cf

Browse files
committed
[redhat] kernel-6.12.0-37.el10
Signed-off-by: Jan Stancek <jstancek@redhat.com>
1 parent 7161714 commit 40871cf

File tree

2 files changed

+32
-1
lines changed

2 files changed

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

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.0

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
* Fri Dec 20 2024 Jan Stancek <jstancek@redhat.com> [6.12.0-37.el10]
2+
- vfio/mlx5: Fix unwind flows in mlx5vf_pci_save/resume_device_data() (Alex Williamson) [RHEL-69747]
3+
- vfio/mlx5: Fix an unwind issue in mlx5vf_add_migration_pages() (Alex Williamson) [RHEL-69747]
4+
- i40e: Fix handling changed priv flags (Kamal Heib) [RHEL-69737]
5+
- RHEL-only: mark ublk as tech preview (Ming Lei) [RHEL-50740]
6+
- Revert "block, bfq: merge bfq_release_process_ref() into bfq_put_cooperator()" (Ming Lei) [RHEL-67720]
7+
- block: sed-opal: add ioctl IOC_OPAL_SET_SID_PW (Ming Lei) [RHEL-70861]
8+
- loop: fix type of block size (Ming Lei) [RHEL-65631]
9+
- x86/cpu/topology: Remove limit of CPUs due to disabled IO/APIC (Phil Auld) [RHEL-70901]
10+
- sched/deadline: Fix warning in migrate_enable for boosted tasks (Phil Auld) [RHEL-70901]
11+
- sched/core: Prevent wakeup of ksoftirqd during idle load balance (Phil Auld) [RHEL-70901]
12+
- sched/fair: Check idle_cpu() before need_resched() to detect ilb CPU turning busy (Phil Auld) [RHEL-70901]
13+
- sched/core: Remove the unnecessary need_resched() check in nohz_csd_func() (Phil Auld) [RHEL-70901]
14+
- sched: fix warning in sched_setaffinity (Phil Auld) [RHEL-70901]
15+
- softirq: Allow raising SCHED_SOFTIRQ from SMP-call-function on RT kernel (Phil Auld) [RHEL-70901]
16+
- sched/deadline: Fix replenish_dl_new_period dl_server condition (Phil Auld) [RHEL-70901]
17+
- vfio/mlx5: Align the page tracking max message size with the device capability (CKI Backport Bot) [RHEL-69932]
18+
- tools/rtla: Improve exception handling in timerlat_load.py (Luis Claudio R. Goncalves) [RHEL-69739]
19+
- tools/rtla: Enhance argument parsing in timerlat_load.py (Luis Claudio R. Goncalves) [RHEL-69739]
20+
- tools/rtla: Improve code readability in timerlat_load.py (Luis Claudio R. Goncalves) [RHEL-69739]
21+
- rtla/timerlat: Do not set params->user_workload with -U (Luis Claudio R. Goncalves) [RHEL-69739]
22+
- rtla/timerlat: Make timerlat_hist_cpu->*_count unsigned long long (Luis Claudio R. Goncalves) [RHEL-69739]
23+
- rtla/timerlat: Make timerlat_top_cpu->*_count unsigned long long (Luis Claudio R. Goncalves) [RHEL-69739]
24+
- tools/rtla: fix collision with glibc sched_attr/sched_set_attr (Luis Claudio R. Goncalves) [RHEL-69739]
25+
- tools/rtla: drop __NR_sched_getattr (Luis Claudio R. Goncalves) [RHEL-69739]
26+
- rtla: Fix consistency in getopt_long for timerlat_hist (Luis Claudio R. Goncalves) [RHEL-69739]
27+
- rtla: use the definition for stdout fd when calling isatty() (Luis Claudio R. Goncalves) [RHEL-69739]
28+
- x86/cacheinfo: Delete global num_cache_leaves (David Arcari) [RHEL-22703]
29+
- cacheinfo: Allocate memory during CPU hotplug if not done from the primary CPU (David Arcari) [RHEL-22703]
30+
Resolves: RHEL-22703, RHEL-50740, RHEL-65631, RHEL-67720, RHEL-69737, RHEL-69739, RHEL-69747, RHEL-69932, RHEL-70861, RHEL-70901
31+
132
* Tue Dec 17 2024 Jan Stancek <jstancek@redhat.com> [6.12.0-36.el10]
233
- configs: synchronize CONFIG_HP_ILO between flavors & enable on x86/arm (Charles Mirabile) [RHEL-65590]
334
- crypto: rng - Fix extrng EFAULT handling (Herbert Xu) [RHEL-70652]

0 commit comments

Comments
 (0)