Skip to content

Commit 23e7a1e

Browse files
committed
[redhat] kernel-6.12.0-68.el10
Signed-off-by: Julio Faracco <jfaracco@redhat.com>
1 parent 4148480 commit 23e7a1e

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-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 = 1
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 67
15+
RHEL_RELEASE = 68
1616

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.1

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
* Mon Mar 24 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-68.el10]
2+
- platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show() (Steve Best) [RHEL-79463]
3+
- platform/x86: intel/pmc: Fix ioremap() of bad address (Steve Best) [RHEL-79463]
4+
- x86/tsc: Move away from TSC leaf magic numbers (Steve Best) [RHEL-79463]
5+
- x86/cpu: Move TSC CPUID leaf definition (Steve Best) [RHEL-79463]
6+
- vrf: use RCU protection in l3mdev_l3_out() (Guillaume Nault) [RHEL-81545] {CVE-2025-21791}
7+
- powerpc/pseries/vas: Add close() callback in vas_vm_ops struct (Mamatha Inamdar) [RHEL-83836]
8+
- async_xor: Remove unused 'async_xor_val' (Nigel Croxon) [RHEL-83951]
9+
- md/raid10: wait barrier before returning discard request with REQ_NOWAIT (Nigel Croxon) [RHEL-83951]
10+
- md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb (Nigel Croxon) [RHEL-83951]
11+
- md/raid1,raid10: don't ignore IO flags (Nigel Croxon) [RHEL-83951]
12+
- md/raid5: merge reshape_progress checking inside get_reshape_loc() (Nigel Croxon) [RHEL-83951]
13+
- md: fix mddev uaf while iterating all_mddevs list (Nigel Croxon) [RHEL-83951]
14+
- md: switch md-cluster to use md_submodle_head (Nigel Croxon) [RHEL-83951]
15+
- md: switch personalities to use md_submodule_head (Nigel Croxon) [RHEL-83951]
16+
- md: don't export md_cluster_ops (Nigel Croxon) [RHEL-83951]
17+
- md/md-cluster: cleanup md_cluster_ops reference (Nigel Croxon) [RHEL-83951]
18+
- md: introduce struct md_submodule_head and APIs (Nigel Croxon) [RHEL-83951]
19+
- md: only include md-cluster.h if necessary (Nigel Croxon) [RHEL-83951]
20+
- md: merge common code into find_pers() (Nigel Croxon) [RHEL-83951]
21+
- md/raid1: fix memory leak in raid1_run() if no active rdev (Nigel Croxon) [RHEL-83951]
22+
- md: ensure resync is prioritized over recovery (Nigel Croxon) [RHEL-83951]
23+
- tpm: Change to kvalloc() in eventlog/acpi.c (CKI Backport Bot) [RHEL-81492] {CVE-2024-58005}
24+
- dpll: add clock quality level attribute and op (Petr Oros) [RHEL-77874]
25+
- i2c: i801: Add support for Intel Panther Lake (Steve Best) [RHEL-47425]
26+
Resolves: RHEL-47425, RHEL-77874, RHEL-79463, RHEL-81492, RHEL-81545, RHEL-83836, RHEL-83951
27+
128
* Fri Mar 21 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-67.el10]
229
- Bluetooth: btbcm: Fix NULL deref in btbcm_get_board_name() (CKI Backport Bot) [RHEL-81378] {CVE-2024-57988}
330
- Bluetooth: MGMT: Fix slab-use-after-free Read in mgmt_remove_adv_monitor_sync (CKI Backport Bot) [RHEL-81510] {CVE-2024-58013}

0 commit comments

Comments
 (0)