Skip to content

Commit 53edcb1

Browse files
committed
[redhat] kernel-6.12.0-75.el10
Signed-off-by: Julio Faracco <[email protected]>
1 parent 9ed98c7 commit 53edcb1

File tree

2 files changed

+103
-1
lines changed

2 files changed

+103
-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 = 74
15+
RHEL_RELEASE = 75
1616

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.1

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,105 @@
1+
* Wed Apr 16 2025 Julio Faracco <[email protected]> [6.12.0-75.el10]
2+
- zram: fix potential UAF of zram table (Ming Lei) [RHEL-77219] {CVE-2025-21671}
3+
- zram: fix uninitialized ZRAM not releasing backing device (Ming Lei) [RHEL-77219]
4+
- Revert "nvme_core: scan namespaces asynchronously" (Maurizio Lombardi) [RHEL-85845]
5+
- samples/bpf: fix build (Gregory Bell) [RHEL-70466]
6+
- ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create(). (CKI Backport Bot) [RHEL-84540]
7+
- ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw(). (CKI Backport Bot) [RHEL-84540]
8+
- inet: ipmr: fix data-races (CKI Backport Bot) [RHEL-84540]
9+
- netlink: add IPv6 anycast join/leave notifications (CKI Backport Bot) [RHEL-84540]
10+
- netlink: correct nlmsg size for multicast notifications (CKI Backport Bot) [RHEL-84540]
11+
- netlink: add IGMP/MLD join/leave notifications (CKI Backport Bot) [RHEL-84540]
12+
- ipv6: mcast: annotate data-race around psf->sf_count[MCAST_XXX] (CKI Backport Bot) [RHEL-84540]
13+
- ipv6: mcast: annotate data-races around mc->mca_sfcount[MCAST_EXCLUDE] (CKI Backport Bot) [RHEL-84540]
14+
- ipv6: mcast: reduce ipv6_chk_mcast_addr() indentation (CKI Backport Bot) [RHEL-84540]
15+
- ip6mr: Add __init to ip6_mr_cleanup(). (CKI Backport Bot) [RHEL-84540]
16+
- ipv6: Remove redundant unlikely() (CKI Backport Bot) [RHEL-84540]
17+
- vfio/pci: Handle INTx IRQ_NOTCONNECTED (Alex Williamson) [RHEL-85587 RHEL-85591]
18+
- vfio/virtio: Enable support for virtio-block live migration (Alex Williamson) [RHEL-85587]
19+
- vfio/type1: Use mapping page mask for pfnmaps (Alex Williamson) [RHEL-85587]
20+
- mm: Provide address mask in struct follow_pfnmap_args (Alex Williamson) [RHEL-85587]
21+
- vfio/type1: Use consistent types for page counts (Alex Williamson) [RHEL-85587]
22+
- vfio/type1: Use vfio_batch for vaddr_get_pfns() (Alex Williamson) [RHEL-85587]
23+
- vfio/type1: Convert all vaddr_get_pfns() callers to use vfio_batch (Alex Williamson) [RHEL-85587]
24+
- vfio/type1: Catch zero from pin_user_pages_remote() (Alex Williamson) [RHEL-85587]
25+
- vfio/pci: match IGD devices in display controller class (Alex Williamson) [RHEL-85587]
26+
- vfio/nvgrace-gpu: Add GB200 SKU to the devid table (Alex Williamson) [RHEL-85587]
27+
- vfio/nvgrace-gpu: Check the HBM training and C2C link status (Alex Williamson) [RHEL-85587]
28+
- vfio/nvgrace-gpu: Expose the blackwell device PF BAR1 to the VM (Alex Williamson) [RHEL-85587]
29+
- vfio/nvgrace-gpu: Read dvsec register to determine need for uncached resmem (Alex Williamson) [RHEL-85587]
30+
- vfio/platform: check the bounds of read/write syscalls (Alex Williamson) [RHEL-85587]
31+
- vfio/pci: Expose setup ROM at ROM bar when needed (Alex Williamson) [RHEL-85587]
32+
- vfio/pci: Remove shadow ROM specific code paths (Alex Williamson) [RHEL-85587]
33+
- vfio/pci: Remove #ifdef iowrite64 and #ifdef ioread64 (Alex Williamson) [RHEL-85587]
34+
- vfio/pci: Enable iowrite64 and ioread64 for vfio pci (Alex Williamson) [RHEL-85587]
35+
- vfio/virtio: Enable live migration once VIRTIO_PCI was configured (Alex Williamson) [RHEL-85587]
36+
- vfio/virtio: Add PRE_COPY support for live migration (Alex Williamson) [RHEL-85587]
37+
- vfio/virtio: Add support for the basic live migration functionality (Alex Williamson) [RHEL-85587]
38+
- virtio-pci: Introduce APIs to execute device parts admin commands (Alex Williamson) [RHEL-85587]
39+
- virtio: Manage device and driver capabilities via the admin commands (Alex Williamson) [RHEL-85587]
40+
- virtio: Extend the admin command to include the result size (Alex Williamson) [RHEL-85587]
41+
- virtio_pci: Introduce device parts access commands (Alex Williamson) [RHEL-85587]
42+
- Documentation: add debugfs description for hisi migration (Alex Williamson) [RHEL-85587]
43+
- hisi_acc_vfio_pci: register debugfs for hisilicon migration driver (Alex Williamson) [RHEL-85587]
44+
- hisi_acc_vfio_pci: create subfunction for data reading (Alex Williamson) [RHEL-85587]
45+
- hisi_acc_vfio_pci: extract public functions for container_of (Alex Williamson) [RHEL-85587]
46+
- vfio/qat: fix overflow check in qat_vf_resume_write() (Alex Williamson) [RHEL-85587]
47+
- vfio/nvgrace-gpu: Add a new GH200 SKU to the devid table (Alex Williamson) [RHEL-85587]
48+
- kvm/vfio: Constify struct kvm_device_ops (Alex Williamson) [RHEL-85587]
49+
- redhat/configs: enable in kernel compression/decompression of compressed modules (Herton R. Krzesinski) [RHEL-79278]
50+
- redhat: change compression flags for xz (Herton R. Krzesinski) [RHEL-79278]
51+
- dm-flakey: Fix memory corruption in optional corrupt_bio_byte feature (Benjamin Marzinski) [RHEL-84777]
52+
- dm vdo: add missing spin_lock_init (Benjamin Marzinski) [RHEL-59337]
53+
- dm-integrity: Do not emit journal configuration in DM table for Inline mode (Benjamin Marzinski) [RHEL-84777]
54+
- dm-integrity: Avoid divide by zero in table status in Inline mode (Benjamin Marzinski) [RHEL-84777]
55+
- dm-crypt: track tag_offset in convert_context (Benjamin Marzinski) [RHEL-84777]
56+
- dm-crypt: don't initialize cc_sector again (Benjamin Marzinski) [RHEL-84777]
57+
- dm-crypt: don't update io->sector after kcryptd_crypt_write_io_submit() (Benjamin Marzinski) [RHEL-84777]
58+
- dm-crypt: use bi_sector in bio when initialize integrity seed (Benjamin Marzinski) [RHEL-84777]
59+
- dm-crypt: fully initialize clone->bi_iter in crypt_alloc_buffer() (Benjamin Marzinski) [RHEL-84777]
60+
- dm-crypt: set atomic as false when calling crypt_convert() in kworker (Benjamin Marzinski) [RHEL-84777]
61+
- dm-mirror: Support atomic writes (Benjamin Marzinski) [RHEL-84777]
62+
- dm-io: Warn on creating multiple atomic write bios for a region (Benjamin Marzinski) [RHEL-84777]
63+
- dm-stripe: Enable atomic writes (Benjamin Marzinski) [RHEL-84777]
64+
- dm-linear: Enable atomic writes (Benjamin Marzinski) [RHEL-84777]
65+
- dm: Ensure cloned bio is same length for atomic write (Benjamin Marzinski) [RHEL-84777]
66+
- dm-table: atomic writes support (Benjamin Marzinski) [RHEL-84777]
67+
- dm-transaction-manager: use red-black trees instead of linear lists (Benjamin Marzinski) [RHEL-84777]
68+
- dm: disable REQ_NOWAIT for flushes (Benjamin Marzinski) [RHEL-84777]
69+
- dm: remove useless test in alloc_multiple_bios (Benjamin Marzinski) [RHEL-84777]
70+
- dm: change kzalloc to kcalloc (Benjamin Marzinski) [RHEL-84777]
71+
- dm raid: fix spelling errors in raid_ctr() (Benjamin Marzinski) [RHEL-84777]
72+
- dm thin: make get_first_thin use rcu-safe list first function (Benjamin Marzinski) [RHEL-84777]
73+
- dm-ebs: don't set the flag DM_TARGET_PASSES_INTEGRITY (Benjamin Marzinski) [RHEL-84777]
74+
- dm-verity FEC: Avoid copying RS parity bytes twice. (Benjamin Marzinski) [RHEL-84777]
75+
- dm-verity FEC: Fix RS FEC repair for roots unaligned to block size (take 2) (Benjamin Marzinski) [RHEL-84777]
76+
- dm array: fix cursor index when skipping across block boundaries (Benjamin Marzinski) [RHEL-84777]
77+
- dm array: fix unreleased btree blocks on closing a faulty array cursor (Benjamin Marzinski) [RHEL-84777]
78+
- dm-verity: remove the unused "data_start" variable (Benjamin Marzinski) [RHEL-84777]
79+
- dm-bufio: use kmalloc to allocate power-of-two sized buffers (Benjamin Marzinski) [RHEL-84777]
80+
- dm thin: Add missing destroy_work_on_stack() (Benjamin Marzinski) [RHEL-84777]
81+
- dm: add support for get_unique_id (Benjamin Marzinski) [RHEL-84777]
82+
- dm vdo: fix function doc comment formatting (Benjamin Marzinski) [RHEL-84777]
83+
- dm vdo int-map: remove unused parameters (Benjamin Marzinski) [RHEL-84777]
84+
- dm-vdo: reset bi_ioprio to the default value when the bio is reset (Benjamin Marzinski) [RHEL-84777]
85+
- dm-vdo murmurhash: remove u64 alignment requirement (Benjamin Marzinski) [RHEL-84777]
86+
- dm: Fix typo in error message (Benjamin Marzinski) [RHEL-84777]
87+
- dm ioctl: rate limit a couple of ioctl based error messages (Benjamin Marzinski) [RHEL-84777]
88+
- dm vdo: Remove unused uds_compute_index_size (Benjamin Marzinski) [RHEL-84777]
89+
- dm vdo: Remove unused functions (Benjamin Marzinski) [RHEL-84777]
90+
- dm: zoned: Remove unused functions (Benjamin Marzinski) [RHEL-84777]
91+
- dm: Remove unused dm_table_bio_based (Benjamin Marzinski) [RHEL-84777]
92+
- dm: Remove unused dm_set_md_type (Benjamin Marzinski) [RHEL-84777]
93+
- dm cache: Remove unused functions in bio-prison-v1 (Benjamin Marzinski) [RHEL-84777]
94+
- dm cache: Remove unused dm_cache_size (Benjamin Marzinski) [RHEL-84777]
95+
- dm cache: Remove unused dm_cache_dump (Benjamin Marzinski) [RHEL-84777]
96+
- dm cache: Remove unused btracker_nr_writebacks_queued (Benjamin Marzinski) [RHEL-84777]
97+
- redhat/kernel.spec.template: add net packetdrill selftests (Hangbin Liu) [RHEL-84659]
98+
- ptp: Properly handle compat ioctls (CKI Backport Bot) [RHEL-84646]
99+
- ptp: Ensure info->enable callback is always set (CKI Backport Bot) [RHEL-84646] {CVE-2025-21814}
100+
- gitlab-ci: set automotive dist-tag (Scott Weaver)
101+
Resolves: RHEL-59337, RHEL-70466, RHEL-77219, RHEL-79278, RHEL-84540, RHEL-84646, RHEL-84659, RHEL-84777, RHEL-85587, RHEL-85591, RHEL-85845
102+
1103
* Mon Apr 14 2025 Julio Faracco <[email protected]> [6.12.0-74.el10]
2104
- sched/core: Prevent rescheduling when interrupts are disabled (Phil Auld) [RHEL-78822]
3105
- sched: Don't define sched_clock_irqtime as static key (Phil Auld) [RHEL-78822]

0 commit comments

Comments
 (0)