Skip to content

Commit 986968f

Browse files
author
CKI KWF Bot
committed
[redhat] kernel-5.14.0-635.el9
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
1 parent d6a846c commit 986968f

File tree

2 files changed

+95
-1
lines changed

2 files changed

+95
-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 = 8
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 634
15+
RHEL_RELEASE = 635
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.8

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,97 @@
1+
* Wed Nov 05 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-635.el9]
2+
- dm: fix NULL pointer dereference in __dm_suspend() (Benjamin Marzinski) [RHEL-119009]
3+
- dm: fix queue start/stop imbalance under suspend/load/resume races (Benjamin Marzinski) [RHEL-119009]
4+
- dm-raid: don't set io_min and io_opt for raid1 (Benjamin Marzinski) [RHEL-119009]
5+
- dm-integrity: limit MAX_TAG_SIZE to 255 (Benjamin Marzinski) [RHEL-119009]
6+
- dm-stripe: fix a possible integer overflow (Benjamin Marzinski) [RHEL-119009]
7+
- dm-stripe: limit chunk_sectors to the stripe size (Benjamin Marzinski) [RHEL-119009]
8+
- dm: set DM_TARGET_PASSES_CRYPTO feature for dm-thin (Benjamin Marzinski) [RHEL-119009]
9+
- dm-thin: update the documentation (Benjamin Marzinski) [RHEL-119009]
10+
- dm-raid: do not include dm-core.h (Benjamin Marzinski) [RHEL-119009]
11+
- md: dm-zoned-target: Initialize return variable r to avoid uninitialized use (Benjamin Marzinski) [RHEL-119009]
12+
- dm-verity: remove support for asynchronous hashes (Benjamin Marzinski) [RHEL-119009]
13+
- dm-mpath: don't print the "loaded" message if registering fails (Benjamin Marzinski) [RHEL-119009]
14+
- dm-mpath: make dm_unregister_path_selector return void (Benjamin Marzinski) [RHEL-119009]
15+
- dm: ima: avoid extra calls to strlen() (Benjamin Marzinski) [RHEL-119009]
16+
- dm: Simplify dm_io_complete() (Benjamin Marzinski) [RHEL-119009]
17+
- dm: Remove unnecessary return in dm_zone_endio() (Benjamin Marzinski) [RHEL-119009]
18+
- dm raid: add support for resync w/o metadata devices (Benjamin Marzinski) [RHEL-119009]
19+
- dm-flakey: Fix corrupt_bio_byte setup checks (Benjamin Marzinski) [RHEL-119009]
20+
- dm-table: fix checking for rq stackable devices (Benjamin Marzinski) [RHEL-119009]
21+
- dm-bufio: fix sched in atomic context (Benjamin Marzinski) [RHEL-119009]
22+
- dm-raid: fix variable in journal device check (Benjamin Marzinski) [RHEL-119009]
23+
- dm-stripe: small code cleanup (Benjamin Marzinski) [RHEL-119009]
24+
- dm-verity: fix a memory leak if some arguments are specified multiple times (Benjamin Marzinski) [RHEL-119009]
25+
- dm-mirror: fix a tiny race condition (Benjamin Marzinski) [RHEL-119009]
26+
- dm-table: check BLK_FEAT_ATOMIC_WRITES inside limits_lock (Benjamin Marzinski) [RHEL-119009]
27+
- dm-zone: Use bdev_*() helper functions where applicable (Benjamin Marzinski) [RHEL-119009]
28+
- dm-table: Set BLK_FEAT_ATOMIC_WRITES for target queue limits (Benjamin Marzinski) [RHEL-119009]
29+
- dm-flakey: make corrupting read bios work (Benjamin Marzinski) [RHEL-119009]
30+
- dm-flakey: remove useless ERROR_READS check in flakey_end_io (Benjamin Marzinski) [RHEL-119009]
31+
- dm-flakey: error all IOs when num_features is absent (Benjamin Marzinski) [RHEL-119009]
32+
- dm-flakey: Clean up parsing messages (Benjamin Marzinski) [RHEL-119009]
33+
- dm: remove unneeded kvfree from alloc_targets (Benjamin Marzinski) [RHEL-119009]
34+
- dm-bufio: remove maximum age based eviction (Benjamin Marzinski) [RHEL-119009]
35+
- dm-verity: use softirq context only when !need_resched() (Benjamin Marzinski) [RHEL-119009]
36+
- dm: lock limits when reading them (Benjamin Marzinski) [RHEL-119009]
37+
- dm: use generic functions instead of disable_discard and disable_write_zeroes (Benjamin Marzinski) [RHEL-119009]
38+
- dm-delay: don't busy-wait in kthread (Benjamin Marzinski) [RHEL-119009]
39+
- dm: fix native zone append devices on top of emulated ones (Benjamin Marzinski) [RHEL-119009]
40+
- dm: limit swapping tables for devices with zone write plugs (Benjamin Marzinski) [RHEL-119009]
41+
- dm: fix dm_blk_report_zones (Benjamin Marzinski) [RHEL-119009]
42+
- dm: handle failures in dm_table_set_restrictions (Benjamin Marzinski) [RHEL-119009]
43+
- dm: free table mempools if not used in __bind (Benjamin Marzinski) [RHEL-119009]
44+
- dm: don't change md if dm_table_set_restrictions() fails (Benjamin Marzinski) [RHEL-119009]
45+
- dm-verity: support block number limits for different ioprio classes (Benjamin Marzinski) [RHEL-119009]
46+
- dm-delay: support zoned devices (Benjamin Marzinski) [RHEL-119009]
47+
- dm: restrict dm device size to 2^63-512 bytes (Benjamin Marzinski) [RHEL-119009]
48+
- dm-verity: do forward error correction on metadata I/O errors (Benjamin Marzinski) [RHEL-119009]
49+
- dm-bufio: remove unused return value (Benjamin Marzinski) [RHEL-119009]
50+
- dm: Enable inline crypto passthrough for striped target (Benjamin Marzinski) [RHEL-119009]
51+
- dm-integrity: Document Inline mode for storing integrity data (Benjamin Marzinski) [RHEL-119009]
52+
- dm-verity: Document restart_on_error and panic_on_error options (Benjamin Marzinski) [RHEL-119009]
53+
- dm-crypt: switch to using the crc32 library (Benjamin Marzinski) [RHEL-119009]
54+
- thermal: Constify struct thermal_zone_device_ops (David Arcari) [RHEL-85463]
55+
- thermal: int340x: processor_thermal: Add Wildcat Lake PCI ID (David Arcari) [RHEL-85463]
56+
- ACPI: DPTF: Support for Wildcat Lake (David Arcari) [RHEL-85463]
57+
- thermal: intel: int340x: Allow temperature override (David Arcari) [RHEL-85463]
58+
- thermal: intel: int340x: Add throttling control interface to PTC (David Arcari) [RHEL-85463]
59+
- thermal: int340x: processor_thermal: Platform temperature control documentation (David Arcari) [RHEL-85463]
60+
- thermal: intel: int340x: Enable platform temperature control (David Arcari) [RHEL-85463]
61+
- thermal: intel: int340x: Add platform temperature control interface (David Arcari) [RHEL-85463]
62+
- x86/msr: Add explicit includes of <asm/msr.h> [partial] (David Arcari) [RHEL-85463]
63+
- thermal: intel: int340x: Add missing DVFS support flags (David Arcari) [RHEL-85463]
64+
- thermal: intel: Clean up zone_trips[] initialization in int340x_thermal_zone_add() (David Arcari) [RHEL-85463]
65+
- thermal: int340x: Use kcalloc() instead of kzalloc() with multiplication (David Arcari) [RHEL-85463]
66+
- thermal: int340x: Add NULL check for adev (David Arcari) [RHEL-85463]
67+
- selftests: tls: test skb copy under mem pressure and OOB (Sabrina Dubroca) [RHEL-115640]
68+
- tls: make sure to abort the stream if headers are bogus (Sabrina Dubroca) [RHEL-115640]
69+
- selftests: tls: make the new data_steal test less flaky (Sabrina Dubroca) [RHEL-115640]
70+
- selftests: tls: test TCP stealing data from under the TLS socket (Sabrina Dubroca) [RHEL-115640]
71+
- tls: handle data disappearing from under the TLS ULP (Sabrina Dubroca) [RHEL-115640]
72+
- bpf, ktls: Fix data corruption when using bpf_msg_pop_data() in ktls (Sabrina Dubroca) [RHEL-115640]
73+
- net/tls: fix kernel panic when alloc_page failed (Sabrina Dubroca) [RHEL-115640]
74+
- bpf: fix ktls panic with sockmap (Sabrina Dubroca) [RHEL-115640]
75+
- selftests: tls: check that disconnect does nothing (Sabrina Dubroca) [RHEL-115640]
76+
- net: tls: explicitly disallow disconnect (Sabrina Dubroca) [RHEL-115640]
77+
- Revert "drm/vkms: convert to use faux_device" (José Expósito) [RHEL-113577]
78+
- Revert "drm/xe/pf: Set VF LMEM BAR size" (José Expósito) [RHEL-113577]
79+
- Revert "drm/xe/nvm: add on-die non-volatile memory device" (José Expósito) [RHEL-113577]
80+
- Revert "Mark xe driver as BROKEN if kernel page size is not 4kB" (José Expósito) [RHEL-113577]
81+
- Revert "drm/tegra: gem: Don't attach dma-bufs when not needed" (José Expósito) [RHEL-113577]
82+
- Revert "PM: domains: Add flags to specify power on attach/detach" (José Expósito) [RHEL-113577]
83+
- Revert "relayfs: abolish prev_padding" (José Expósito) [RHEL-113577]
84+
- drm/sched: Add missing argument to __assign_str() (José Expósito) [RHEL-113577]
85+
- Revert "mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare" (José Expósito) [RHEL-113577]
86+
- drm/sysfb: Add efidrm for EFI displays (José Expósito) [RHEL-113577]
87+
- redhat: Add new DRM modules to mod-internal.list (José Expósito) [RHEL-113577]
88+
- redhat/configs: Add new configs from DRM 6.17 backport (José Expósito) [RHEL-113577]
89+
- Merge DRM changes from upstream v6.17-rc7..v6.17 (José Expósito) [RHEL-113577]
90+
- Merge DRM changes from upstream v6.17-rc6..v6.17-rc7 (José Expósito) [RHEL-113577]
91+
- Merge DRM changes from upstream v6.17-rc5..v6.17-rc6 (José Expósito) [RHEL-113577]
92+
- Merge DRM changes from upstream v6.16..v6.17-rc5 (José Expósito) [RHEL-113577]
93+
Resolves: RHEL-113577, RHEL-115640, RHEL-119009, RHEL-85463
94+
195
* Tue Nov 04 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-634.el9]
296
- powerpc/crash: remove unnecessary NULL check before kvfree() (Mamatha Inamdar) [RHEL-101851]
397
- powerpc/crash: add crash memory hotplug support (Mamatha Inamdar) [RHEL-101851]

0 commit comments

Comments
 (0)