Skip to content

Commit e48a080

Browse files
author
CKI KWF Bot
committed
[redhat] kernel-6.12.0-154.el10
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
1 parent 1f89ec6 commit e48a080

File tree

2 files changed

+203
-1
lines changed

2 files changed

+203
-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 = 2
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 153
15+
RHEL_RELEASE = 154
1616

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.2

Lines changed: 202 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,205 @@
1+
* Mon Nov 10 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-154.el10]
2+
- net/smc: Remove validation of reserved bits in CLC Decline message (Mete Durlu) [RHEL-124196]
3+
- powerpc/pseries: Define __u{8,32} types in papr_hvpipe_hdr struct (Mamatha Inamdar) [RHEL-101959]
4+
- powerpc/pseries: HVPIPE changes to support migration (Mamatha Inamdar) [RHEL-101959]
5+
- powerpc/pseries: Enable hvpipe with ibm,set-system-parameter RTAS (Mamatha Inamdar) [RHEL-101959]
6+
- powerpc/pseries: Enable HVPIPE event message interrupt (Mamatha Inamdar) [RHEL-101959]
7+
- powerpc/pseries: Wakeup hvpipe FD when the payload is pending (Mamatha Inamdar) [RHEL-101959]
8+
- powerpc/pseries: Receive payload with ibm,receive-hvpipe-msg RTAS (Mamatha Inamdar) [RHEL-101959]
9+
- powerpc/pseries: Send payload with ibm,send-hvpipe-msg RTAS (Mamatha Inamdar) [RHEL-101959]
10+
- powerpc/pseries: Add papr-hvpipe char driver for HVPIPE interfaces (Mamatha Inamdar) [RHEL-101959]
11+
- powerpc/pseries: Define HVPIPE specific macros (Mamatha Inamdar) [RHEL-101959]
12+
- powerpc/pseries: Define papr-hvpipe ioctl (Mamatha Inamdar) [RHEL-101959]
13+
- Documentation: ioctl-number: Fix linuxppc-dev mailto link (Mamatha Inamdar) [RHEL-101959]
14+
- md: add legacy_async_del_gendisk mode (Nigel Croxon) [RHEL-123668]
15+
- lib/raid6: update recov_rvv.c zero page usage (Nigel Croxon) [RHEL-123668]
16+
- md: Don't clear MD_CLOSING until mddev is freed (Nigel Croxon) [RHEL-123668]
17+
- md: fix mssing blktrace bio split events (Nigel Croxon) [RHEL-123668]
18+
- md: factor out a helper raid_is_456() (Nigel Croxon) [RHEL-123668]
19+
- md: add a new parameter 'offset' to md_super_write() (Nigel Croxon) [RHEL-123668]
20+
- md: check before referencing mddev->bitmap_ops (Nigel Croxon) [RHEL-123668]
21+
- md/raid5: check before referencing mddev->bitmap_ops (Nigel Croxon) [RHEL-123668]
22+
- md/raid10: check before referencing mddev->bitmap_ops (Nigel Croxon) [RHEL-123668]
23+
- md/raid1: check before referencing mddev->bitmap_ops (Nigel Croxon) [RHEL-123668]
24+
- md/raid1: check bitmap before behind write (Nigel Croxon) [RHEL-123668]
25+
- md/md-bitmap: handle the case bitmap is not enabled before end_sync() (Nigel Croxon) [RHEL-123668]
26+
- md/md-bitmap: handle the case bitmap is not enabled before start_sync() (Nigel Croxon) [RHEL-123668]
27+
- md/md-bitmap: add md_bitmap_registered/enabled() helper (Nigel Croxon) [RHEL-123668]
28+
- md/md-bitmap: add a new parameter 'flush' to bitmap_ops->enabled (Nigel Croxon) [RHEL-123668]
29+
- md/md-bitmap: merge md_bitmap_group into bitmap_operations (Nigel Croxon) [RHEL-123668]
30+
- md/md-bitmap: remove the parameter 'init' for bitmap_ops->resize() (Nigel Croxon) [RHEL-123668]
31+
- md: prevent incorrect update of resync/recovery offset (Nigel Croxon) [RHEL-123668]
32+
- md/raid1: fix data lost for writemostly rdev (Nigel Croxon) [RHEL-123668]
33+
- md: fix sync_action incorrect display during resync (Nigel Croxon) [RHEL-123668]
34+
- md: add helper rdev_needs_recovery() (Nigel Croxon) [RHEL-123668]
35+
- md: keep recovery_cp in mdp_superblock_s (Nigel Croxon) [RHEL-123668]
36+
- md: make rdev_addable usable for rcu mode (Nigel Croxon) [RHEL-123668] {CVE-2025-38621}
37+
- md/raid1: remove struct pool_info and related code (Nigel Croxon) [RHEL-123668]
38+
- md/raid1: change r1conf->r1bio_pool to a pointer type (Nigel Croxon) [RHEL-123668]
39+
- md: rename recovery_cp to resync_offset (Nigel Croxon) [RHEL-123668]
40+
- md/md-cluster: handle REMOVE message earlier (Nigel Croxon) [RHEL-123668]
41+
- md: fix create on open mddev lifetime regression (Nigel Croxon) [RHEL-123668]
42+
- lib/raid6: replace custom zero page with ZERO_PAGE (Nigel Croxon) [RHEL-123668]
43+
- md: call del_gendisk in control path (Nigel Croxon) [RHEL-123668]
44+
- redhat/configs: enable NXP S32 on aarch64 autmotive (Alessandro Carminati) [RHEL-124951]
45+
- dm vdo: return error on corrupted metadata in start_restoring_volume functions (Benjamin Marzinski) [RHEL-119008]
46+
- dm: fix NULL pointer dereference in __dm_suspend() (Benjamin Marzinski) [RHEL-119008]
47+
- dm: fix queue start/stop imbalance under suspend/load/resume races (Benjamin Marzinski) [RHEL-119008]
48+
- dm-raid: don't set io_min and io_opt for raid1 (Benjamin Marzinski) [RHEL-119008]
49+
- dm-integrity: limit MAX_TAG_SIZE to 255 (Benjamin Marzinski) [RHEL-119008]
50+
- dm-stripe: fix a possible integer overflow (Benjamin Marzinski) [RHEL-119008]
51+
- dm: set DM_TARGET_PASSES_CRYPTO feature for dm-thin (Benjamin Marzinski) [RHEL-119008]
52+
- dm-thin: update the documentation (Benjamin Marzinski) [RHEL-119008]
53+
- dm-raid: do not include dm-core.h (Benjamin Marzinski) [RHEL-119008]
54+
- vdo: omit need_resched() before cond_resched() (Benjamin Marzinski) [RHEL-119008]
55+
- md: dm-zoned-target: Initialize return variable r to avoid uninitialized use (Benjamin Marzinski) [RHEL-119008]
56+
- dm-verity: remove support for asynchronous hashes (Benjamin Marzinski) [RHEL-119008]
57+
- dm-mpath: don't print the "loaded" message if registering fails (Benjamin Marzinski) [RHEL-119008]
58+
- dm-mpath: make dm_unregister_path_selector return void (Benjamin Marzinski) [RHEL-119008]
59+
- dm: ima: avoid extra calls to strlen() (Benjamin Marzinski) [RHEL-119008]
60+
- dm: Simplify dm_io_complete() (Benjamin Marzinski) [RHEL-119008]
61+
- dm: Remove unnecessary return in dm_zone_endio() (Benjamin Marzinski) [RHEL-119008]
62+
- dm raid: add support for resync w/o metadata devices (Benjamin Marzinski) [RHEL-119008]
63+
- dm-flakey: Fix corrupt_bio_byte setup checks (Benjamin Marzinski) [RHEL-119008]
64+
- dm-table: fix checking for rq stackable devices (Benjamin Marzinski) [RHEL-119008]
65+
- dm-bufio: fix sched in atomic context (Benjamin Marzinski) [RHEL-119008]
66+
- dm-raid: fix variable in journal device check (Benjamin Marzinski) [RHEL-119008]
67+
- dm-stripe: small code cleanup (Benjamin Marzinski) [RHEL-119008]
68+
- dm-verity: fix a memory leak if some arguments are specified multiple times (Benjamin Marzinski) [RHEL-119008]
69+
- dm-mirror: fix a tiny race condition (Benjamin Marzinski) [RHEL-119008]
70+
- dm-table: check BLK_FEAT_ATOMIC_WRITES inside limits_lock (Benjamin Marzinski) [RHEL-119008]
71+
- dm-zone: Use bdev_*() helper functions where applicable (Benjamin Marzinski) [RHEL-119008]
72+
- dm vdo indexer: don't read request structure after enqueuing (Benjamin Marzinski) [RHEL-119008]
73+
- dm: pass through operations on wrapped inline crypto keys (Benjamin Marzinski) [RHEL-119008]
74+
- blk-crypto: export wrapped key functions (Benjamin Marzinski) [RHEL-119008]
75+
- dm-table: Set BLK_FEAT_ATOMIC_WRITES for target queue limits (Benjamin Marzinski) [RHEL-119008]
76+
- dm-flakey: make corrupting read bios work (Benjamin Marzinski) [RHEL-119008]
77+
- dm-flakey: remove useless ERROR_READS check in flakey_end_io (Benjamin Marzinski) [RHEL-119008]
78+
- dm-flakey: error all IOs when num_features is absent (Benjamin Marzinski) [RHEL-119008]
79+
- dm-flakey: Clean up parsing messages (Benjamin Marzinski) [RHEL-119008]
80+
- dm: remove unneeded kvfree from alloc_targets (Benjamin Marzinski) [RHEL-119008]
81+
- dm-bufio: remove maximum age based eviction (Benjamin Marzinski) [RHEL-119008]
82+
- dm-verity: use softirq context only when !need_resched() (Benjamin Marzinski) [RHEL-119008]
83+
- dm: lock limits when reading them (Benjamin Marzinski) [RHEL-119008]
84+
- dm: use generic functions instead of disable_discard and disable_write_zeroes (Benjamin Marzinski) [RHEL-119008]
85+
- dm-delay: don't busy-wait in kthread (Benjamin Marzinski) [RHEL-119008]
86+
- dm: fix native zone append devices on top of emulated ones (Benjamin Marzinski) [RHEL-119008]
87+
- dm: limit swapping tables for devices with zone write plugs (Benjamin Marzinski) [RHEL-119008]
88+
- dm: fix dm_blk_report_zones (Benjamin Marzinski) [RHEL-119008]
89+
- dm: handle failures in dm_table_set_restrictions (Benjamin Marzinski) [RHEL-119008]
90+
- dm: free table mempools if not used in __bind (Benjamin Marzinski) [RHEL-119008]
91+
- dm: don't change md if dm_table_set_restrictions() fails (Benjamin Marzinski) [RHEL-119008]
92+
- dm-verity: support block number limits for different ioprio classes (Benjamin Marzinski) [RHEL-119008]
93+
- dm-delay: support zoned devices (Benjamin Marzinski) [RHEL-119008]
94+
- dm: restrict dm device size to 2^63-512 bytes (Benjamin Marzinski) [RHEL-119008]
95+
- dm vdo indexer: reorder uds_request to reduce padding (Benjamin Marzinski) [RHEL-119008]
96+
- dm vdo: rework processing of loaded refcount byte arrays (Benjamin Marzinski) [RHEL-12834]
97+
- dm vdo: remove remaining ring references (Benjamin Marzinski) [RHEL-119008]
98+
- dm-verity: do forward error correction on metadata I/O errors (Benjamin Marzinski) [RHEL-119008]
99+
- dm-bufio: remove unused return value (Benjamin Marzinski) [RHEL-119008]
100+
- dm: Enable inline crypto passthrough for striped target (Benjamin Marzinski) [RHEL-119008]
101+
- dm vdo slab-depot: read refcount blocks in large chunks at load time (Benjamin Marzinski) [RHEL-12834]
102+
- dm vdo vio-pool: allow variable-sized metadata vios (Benjamin Marzinski) [RHEL-12834]
103+
- dm vdo vio-pool: support pools with multiple data blocks per vio (Benjamin Marzinski) [RHEL-12834]
104+
- dm vdo vio-pool: add a pool pointer to pooled_vio (Benjamin Marzinski) [RHEL-12834]
105+
- dm vdo: remove checks that can not fail (Benjamin Marzinski) [RHEL-119008]
106+
- dm vdo indexer: prevent unterminated string warning (Benjamin Marzinski) [RHEL-119008]
107+
- dm vdo: use a short static string for thread name prefix (Benjamin Marzinski) [RHEL-119008]
108+
- dm-crypt: Document integrity_key_size option. (Benjamin Marzinski) [RHEL-119008]
109+
- dm-integrity: Document Inline mode for storing integrity data (Benjamin Marzinski) [RHEL-119008]
110+
- dm-verity: Document restart_on_error and panic_on_error options (Benjamin Marzinski) [RHEL-119008]
111+
- dm-crypt: switch to using the crc32 library (Benjamin Marzinski) [RHEL-119008]
112+
- nbd: override creds to kernel when calling sock_{send,recv}msg() (Ming Lei) [RHEL-124544]
113+
- netfilter: nft_set_pipapo_avx2: fix skip of expired entries (Florian Westphal) [RHEL-113001]
114+
- netfilter: nft_set_pipapo: use 0 genmask for packetpath lookups (Florian Westphal) [RHEL-113001]
115+
- netfilter: nf_tables: restart set lookup on base_seq change (Florian Westphal) [RHEL-113001]
116+
- netfilter: nf_tables: make nft_set_do_lookup available unconditionally (Florian Westphal) [RHEL-113001]
117+
- netfilter: nf_tables: place base_seq in struct net (Florian Westphal) [RHEL-113001]
118+
- netfilter: nft_set_rbtree: continue traversal if element is inactive (Florian Westphal) [RHEL-113001]
119+
- netfilter: nft_set_pipapo: don't check genbit from packetpath lookups (Florian Westphal) [RHEL-113001]
120+
- netfilter: nft_set_pipapo_avx2: Drop the comment regarding protection (Florian Westphal) [RHEL-113001]
121+
- netfilter: nft_set_pipapo: fix null deref for empty set (Florian Westphal) [RHEL-113001]
122+
- netfilter: nft_set_pipapo: don't return bogus extension pointer (Florian Westphal) [RHEL-113001]
123+
- netfilter: nft_set_pipapo: prefer kvmalloc for scratch maps (Florian Westphal) [RHEL-113001]
124+
- netfilter: nft_set_pipapo: merge pipapo_get/lookup (Florian Westphal) [RHEL-113001]
125+
- netfilter: nft_set: remove indirection from update API call (Florian Westphal) [RHEL-113001]
126+
- netfilter: nft_set: remove one argument from lookup and update functions (Florian Westphal) [RHEL-113001]
127+
- netfilter: nft_set_pipapo: remove unused arguments (Florian Westphal) [RHEL-113001]
128+
- selftests: netfilter: nft_concat_range.sh: send packets to empty set (Florian Westphal) [RHEL-113001]
129+
- crypto: octeontx2 - Call strscpy() with correct size argument (Vladis Dronov) [RHEL-122026]
130+
- crypto: octeontx2 - get engine group number for asymmetric engine (Vladis Dronov) [RHEL-122026]
131+
- crypto: octeontx2 - Rework how engine group number is obtained (Vladis Dronov) [RHEL-122026]
132+
- crypto: octeontx2 - Fix address alignment on CN10KB and CN10KA-B0 (Vladis Dronov) [RHEL-122026]
133+
- crypto: octeontx2 - Fix address alignment on CN10K A0/A1 and OcteonTX2 (Vladis Dronov) [RHEL-122026]
134+
- crypto: octeontx2 - Fix address alignment issue on ucode loading (Vladis Dronov) [RHEL-122026]
135+
- crypto: octeontx2 - add timeout for load_fvc completion poll (Vladis Dronov) [RHEL-122026]
136+
- crypto: octeontx2 - Use dynamic allocated memory region for lmtst (Vladis Dronov) [RHEL-122026]
137+
- crypto: octeontx2 - Initialize cptlfs device info once (Vladis Dronov) [RHEL-122026]
138+
- crypto: octeontx2 - Simplify multiple return statements (Vladis Dronov) [RHEL-122026]
139+
- crypto: lib/Kconfig - hide library options [partial] (Vladis Dronov) [RHEL-122026]
140+
- selftests: tls: test skb copy under mem pressure and OOB (CKI Backport Bot) [RHEL-115592]
141+
- tls: make sure to abort the stream if headers are bogus (CKI Backport Bot) [RHEL-115592]
142+
- selftests: tls: make the new data_steal test less flaky (CKI Backport Bot) [RHEL-115592]
143+
- selftests: tls: test TCP stealing data from under the TLS socket (CKI Backport Bot) [RHEL-115592]
144+
- tls: handle data disappearing from under the TLS ULP (CKI Backport Bot) [RHEL-115592]
145+
- bpf, ktls: Fix data corruption when using bpf_msg_pop_data() in ktls (CKI Backport Bot) [RHEL-115592]
146+
- net/tls: fix kernel panic when alloc_page failed (CKI Backport Bot) [RHEL-115592]
147+
- ktls, sockmap: Fix missing uncharge operation (CKI Backport Bot) [RHEL-115592]
148+
- bpf: fix ktls panic with sockmap (CKI Backport Bot) [RHEL-115592]
149+
- scsi: sr: Reinstate rotational media flag (Ewan D. Milne) [RHEL-116076]
150+
- scsi: scsi_debug: Make read-only arrays static const (Ewan D. Milne) [RHEL-116076]
151+
- scsi: core: sysfs: Correct sysfs attributes access rights (Ewan D. Milne) [RHEL-116076]
152+
- scsi: sd: Make sd shutdown issue START STOP UNIT appropriately (Ewan D. Milne) [RHEL-116076]
153+
- scsi: Fix sas_user_scan() to handle wildcard and multi-channel scans (Ewan D. Milne) [RHEL-116076]
154+
- scsi: scsi_transport_fc: Add comments to describe added 'rport' parameter (Ewan D. Milne) [RHEL-116076]
155+
- scsi: scsi_transport_fc: Change to use per-rport devloss_work_q (Ewan D. Milne) [RHEL-116076]
156+
- scsi: core: Fix kernel doc for scsi_track_queue_full() (Ewan D. Milne) [RHEL-116076]
157+
- scsi: core: Use scsi_cmd_priv() instead of open-coding it (Ewan D. Milne) [RHEL-116076]
158+
- scsi: core: Enforce unlimited max_segment_size when virt_boundary_mask is set (Ewan D. Milne) [RHEL-116076]
159+
- scsi: scsi_devinfo: Remove redundant 'found' (Ewan D. Milne) [RHEL-116076]
160+
- scsi: sd: Fix VPD page 0xb7 length check (Ewan D. Milne) [RHEL-116076]
161+
- scsi: core: Remember if a device is an ATA device (Ewan D. Milne) [RHEL-116076]
162+
- scsi: error: alua: I/O errors for ALUA state transitions (Ewan D. Milne) [RHEL-116076]
163+
- scsi: core: devinfo: Fix typo in comment (Ewan D. Milne) [RHEL-116076]
164+
- scsi: sg: Remove unnecessary NULL check before unregister_sysctl_table() (Ewan D. Milne) [RHEL-116076]
165+
- scsi: sd: Remove the stream_status member from scsi_stream_status_header (Ewan D. Milne) [RHEL-116076]
166+
- scsi: core: Remove unused scsi_dev_info_list_del_keyed() (Ewan D. Milne) [RHEL-116076]
167+
- scsi: scsi_debug: Reduce DEF_ATOMIC_WR_MAX_LENGTH (Ewan D. Milne) [RHEL-116076]
168+
- scsi: scsi_debug: Add ERASE for tapes (Ewan D. Milne) [RHEL-116076]
169+
- scsi: scsi_debug: Use scsi_device->type instead os sdebug_ptype where possible (Ewan D. Milne) [RHEL-116076]
170+
- scsi: scsi_debug: Move some tape-specific commands to separate definitions (Ewan D. Milne) [RHEL-116076]
171+
- scsi: scsi_debug: Enable different command definitions for different device types (Ewan D. Milne) [RHEL-116076]
172+
- scsi: scsi_debug: Fix two typos in command definitions (Ewan D. Milne) [RHEL-116076]
173+
- KVM: s390: Fix to clear PTE when discarding a swapped page (Thomas Huth) [RHEL-113440]
174+
- KVM: s390: Fix access to unavailable adapter indicator pages during postcopy (Thomas Huth) [RHEL-42486]
175+
- iommu/s390: Make attach succeed when the device was surprise removed (Thomas Huth) [RHEL-113440]
176+
- iommu/s390: Fix memory corruption when using identity domain (Thomas Huth) [RHEL-113440]
177+
- KVM: s390: Fix FOLL_*/FAULT_FLAG_* confusion (Thomas Huth) [RHEL-113440]
178+
- KVM: s390: Fix incorrect usage of mmu_notifier_register() (Thomas Huth) [RHEL-113440]
179+
- KVM: s390: Rework guest entry logic (Thomas Huth) [RHEL-113440]
180+
- entry: Add arch_in_rcu_eqs() (Thomas Huth) [RHEL-113440]
181+
- KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMY (Thomas Huth) [RHEL-113440]
182+
- KVM: s390: Simplify and move pv code (Thomas Huth) [RHEL-113440]
183+
- KVM: s390: Refactor and split some gmap helpers (Thomas Huth) [RHEL-113440]
184+
- KVM: s390: Remove unneeded srcu lock (Thomas Huth) [RHEL-113440]
185+
- s390: Remove unneeded includes (Thomas Huth) [RHEL-113440]
186+
- s390/uv: Rename find_secret() to uv_find_secret() and publish (Thomas Huth) [RHEL-113440]
187+
- s390/kvm: Split kvm_host header file (Thomas Huth) [RHEL-113440]
188+
- s390/sysctl: Remove "vm/allocate_pgste" sysctl (Thomas Huth) [RHEL-113440]
189+
- s390: Remove 2k vs 4k page table leftovers (Thomas Huth) [RHEL-113440]
190+
- s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste() (Thomas Huth) [RHEL-113440]
191+
- s390/syscall: Merge __do_syscall() and do_syscall() (Thomas Huth) [RHEL-113440]
192+
- KVM: s390: selftests: Add has device attr check to uc_attr_mem_limit selftest (Thomas Huth) [RHEL-113440]
193+
- KVM: s390: selftests: Add ucontrol gis routing test (Thomas Huth) [RHEL-113440]
194+
- KVM: s390: selftests: Add ucontrol flic attr selftests (Thomas Huth) [RHEL-113440]
195+
- KVM: s390: selftests: Add regression tests for PFCR subfunctions (Thomas Huth) [RHEL-113440]
196+
- KVM: s390: selftests: Add regression tests for PLO subfunctions (Thomas Huth) [RHEL-113440]
197+
- KVM: s390: selftests: Add regression tests for KMAC, KMC, KM, KIMD and KLMD crypto subfunctions (Thomas Huth) [RHEL-113440]
198+
- KVM: s390: selftests: Add regression tests for KMCTR, KMF, KMO and PCC crypto subfunctions (Thomas Huth) [RHEL-113440]
199+
- KVM: s390: selftests: Add regression tests for PRNO, KDSA and KMA crypto subfunctions (Thomas Huth) [RHEL-113440]
200+
- cgroup/rstat: avoid disabling irqs for O(num_cpu) (Radostin Stoyanov) [RHEL-95602]
201+
Resolves: RHEL-101959, RHEL-113001, RHEL-113440, RHEL-115592, RHEL-116076, RHEL-119008, RHEL-122026, RHEL-123668, RHEL-124196, RHEL-124544, RHEL-124951, RHEL-12834, RHEL-42486, RHEL-95602
202+
1203
* Wed Nov 05 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-153.el10]
2204
- tracing/osnoise: Replace kmalloc + copy_from_user with memdup_user_nul (Tomas Glozar) [RHEL-117874]
3205
- tracing/osnoise: Fix slab-out-of-bounds in _parse_integer_limit() (Tomas Glozar) [RHEL-117874] {CVE-2025-39974}

0 commit comments

Comments
 (0)