Skip to content

Commit fec9546

Browse files
committed
[redhat] kernel-6.12.0-91.el10
Signed-off-by: Julio Faracco <jfaracco@redhat.com>
1 parent 6421834 commit fec9546

File tree

2 files changed

+157
-1
lines changed

2 files changed

+157
-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 = 90
15+
RHEL_RELEASE = 91
1616

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.1

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,159 @@
1+
* Mon Jun 02 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-91.el10]
2+
- loop: Add sanity check for read/write_iter (Ming Lei) [RHEL-83595]
3+
- fs: add kern_path_locked_negative() (Ming Lei) [RHEL-83595]
4+
- tools headers: Sync uapi/linux/fcntl.h with the kernel sources (Ming Lei) [RHEL-83595]
5+
- perf probe: Pick the correct dwarf die while adding probe points (Ming Lei) [RHEL-83595]
6+
- devtmpfs: don't use vfs_getattr_nosec to query i_mode (Ming Lei) [RHEL-83595]
7+
- VFS: add common error checks to lookup_one_qstr_excl() (Ming Lei) [RHEL-83595]
8+
- VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentry (Ming Lei) [RHEL-83595]
9+
- fs: move the bdex_statx call to vfs_getattr_nosec (Ming Lei) [RHEL-83595]
10+
- libfs: kill empty_dir_getattr() (Ming Lei) [RHEL-83595]
11+
- fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flag (Ming Lei) [RHEL-83595]
12+
- fs/stat.c: switch to CLASS(fd_raw) (Ming Lei) [RHEL-83595]
13+
- kill getname_statx_lookup_flags() (Ming Lei) [RHEL-83595]
14+
- io_statx_prep(): use getname_uflags() (Ming Lei) [RHEL-83595]
15+
- getname_maybe_null() - the third variant of pathname copy-in (Ming Lei) [RHEL-83595]
16+
- teach filename_lookup() to treat NULL filename as "" (Ming Lei) [RHEL-83595]
17+
- dm table: Fix W=1 build warning when mempool_needs_integrity is unused (Ming Lei) [RHEL-83595]
18+
- block: move blkdev_{get,put} _no_open prototypes out of blkdev.h (Ming Lei) [RHEL-83595]
19+
- block: never reduce ra_pages in blk_apply_bdi_limits (Ming Lei) [RHEL-83595]
20+
- block: integrity: Do not call set_page_dirty_lock() (Ming Lei) [RHEL-83595]
21+
- loop: stop using vfs_iter_{read,write} for buffered I/O (Ming Lei) [RHEL-83595]
22+
- loop: LOOP_SET_FD: send uevents for partitions (Ming Lei) [RHEL-83595]
23+
- loop: properly send KOBJ_CHANGED uevent for disk device (Ming Lei) [RHEL-83595]
24+
- loop: aio inherit the ioprio of original request (Ming Lei) [RHEL-83595]
25+
- block: fix resource leak in blk_register_queue() error path (Ming Lei) [RHEL-83595]
26+
- block: add SPDX header line to blk-throttle.h (Ming Lei) [RHEL-83595]
27+
- null_blk: Use strscpy() instead of strscpy_pad() in null_add_dev() (Ming Lei) [RHEL-83595]
28+
- block: add for_each_mp_bvec() (Ming Lei) [RHEL-83595]
29+
- block: don't grab elevator lock during queue initialization (Ming Lei) [RHEL-83595]
30+
- block: remove unused nseg parameter (Ming Lei) [RHEL-83595]
31+
- io_uring/rw: don't mask in f_iocb_flags (Ming Lei) [RHEL-83595]
32+
- docs: sysfs-block: Clarify integrity sysfs attributes (Ming Lei) [RHEL-83595]
33+
- block/blk-iocost: ensure 'ret' is set on error (Ming Lei) [RHEL-83595]
34+
- block: correct locking order for protecting blk-wbt parameters (Ming Lei) [RHEL-83595]
35+
- block: release q->elevator_lock in ioc_qos_write (Ming Lei) [RHEL-83595]
36+
- ublk: remove io_cmds list in ublk_queue (Ming Lei) [RHEL-83595]
37+
- blk-cgroup: improve policy registration error handling (Ming Lei) [RHEL-83595]
38+
- loop: move vfs_fsync() out of loop_update_dio() (Ming Lei) [RHEL-83595]
39+
- block: fix a comment in the queue_attrs[] array (Ming Lei) [RHEL-83595]
40+
- block: protect debugfs attribute method hctx_busy_show (Ming Lei) [RHEL-83595]
41+
- block: remove unnecessary goto labels in debugfs attribute read methods (Ming Lei) [RHEL-83595]
42+
- block: protect debugfs attrs using elevator_lock instead of sysfs_lock (Ming Lei) [RHEL-83595]
43+
- block: remove unused parameter 'q' parameter in __blk_rq_map_sg() (Ming Lei) [RHEL-83595]
44+
- block: fix adding folio to bio (Ming Lei) [RHEL-83595]
45+
- block: remove unused parameter (Ming Lei) [RHEL-83595]
46+
- badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0 (Ming Lei) [RHEL-83595]
47+
- block: make sure ->nr_integrity_segments is cloned in blk_rq_prep_clone (Ming Lei) [RHEL-83595]
48+
- block: protect hctx attributes/params using q->elevator_lock (Ming Lei) [RHEL-83595]
49+
- block: protect read_ahead_kb using q->limits_lock (Ming Lei) [RHEL-83595]
50+
- block: protect wbt_lat_usec using q->elevator_lock (Ming Lei) [RHEL-83595]
51+
- block: protect nr_requests update using q->elevator_lock (Ming Lei) [RHEL-83595]
52+
- block: introduce a dedicated lock for protecting queue elevator updates (Ming Lei) [RHEL-83595]
53+
- block: remove q->sysfs_lock for attributes which don't need it (Ming Lei) [RHEL-83595]
54+
- block: move q->sysfs_lock and queue-freeze under show/store method (Ming Lei) [RHEL-83595]
55+
- block: acquire q->limits_lock while reading sysfs attributes (Ming Lei) [RHEL-83595]
56+
- badblocks: use sector_t instead of int to avoid truncation of badblocks length (Ming Lei) [RHEL-83595]
57+
- badblocks: return boolean from badblocks_set() and badblocks_clear() (Ming Lei) [RHEL-83595]
58+
- badblocks: fix missing bad blocks on retry in _badblocks_check() (Ming Lei) [RHEL-83595]
59+
- badblocks: fix merge issue when new badblocks align with pre+1 (Ming Lei) [RHEL-83595]
60+
- badblocks: try can_merge_front before overlap_front (Ming Lei) [RHEL-83595]
61+
- badblocks: fix the using of MAX_BADBLOCKS (Ming Lei) [RHEL-83595]
62+
- badblocks: return error if any badblock set fails (Ming Lei) [RHEL-83595]
63+
- badblocks: return error directly when setting badblocks exceeds 512 (Ming Lei) [RHEL-83595]
64+
- badblocks: attempt to merge adjacent badblocks during ack_all_badblocks (Ming Lei) [RHEL-83595]
65+
- badblocks: factor out a helper try_adjacent_combine (Ming Lei) [RHEL-83595]
66+
- badblocks: Fix error shift ops (Ming Lei) [RHEL-83595]
67+
- block: Correctly initialize BLK_INTEGRITY_NOGENERATE and BLK_INTEGRITY_NOVERIFY (Ming Lei) [RHEL-83595]
68+
- block: ensure correct integrity capability propagation in stacked devices (Ming Lei) [RHEL-83595]
69+
- blk-throttle: carry over directly (Ming Lei) [RHEL-83595]
70+
- blk-throttle: don't take carryover for prioritized processing of metadata (Ming Lei) [RHEL-83595]
71+
- blk-throttle: remove last_bytes_disp and last_ios_disp (Ming Lei) [RHEL-83595]
72+
- blk-throttle: fix lower bps rate by throtl_trim_slice() (Ming Lei) [RHEL-83595]
73+
- ublk: enforce ublks_max only for unprivileged devices (Ming Lei) [RHEL-83595]
74+
- loop: Remove struct loop_func_table (Ming Lei) [RHEL-83595]
75+
- ublk: add DMA alignment limit (Ming Lei) [RHEL-83595]
76+
- block: split struct bio_integrity_payload (Ming Lei) [RHEL-83595]
77+
- block: move the block layer auto-integrity code into a new file (Ming Lei) [RHEL-83595]
78+
- block: mark bounce buffering as incompatible with integrity (Ming Lei) [RHEL-83595]
79+
- null_blk: do partial IO for bad blocks (Ming Lei) [RHEL-83595]
80+
- null_blk: pass transfer size to null_handle_rq() (Ming Lei) [RHEL-83595]
81+
- null_blk: replace null_process_cmd() call in null_zone_write() (Ming Lei) [RHEL-83595]
82+
- null_blk: introduce badblocks_once parameter (Ming Lei) [RHEL-83595]
83+
- null_blk: generate null_blk configfs features string (Ming Lei) [RHEL-83595]
84+
- ublk: complete command synchronously on error (Ming Lei) [RHEL-83595]
85+
- blk-wbt: Cleanup a comment in wb_timer_fn (Ming Lei) [RHEL-83595]
86+
- blk-wbt: Fix some comments (Ming Lei) [RHEL-83595]
87+
- loop: take the file system minimum dio alignment into account (Ming Lei) [RHEL-83595]
88+
- loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize (Ming Lei) [RHEL-83595]
89+
- loop: set LO_FLAGS_DIRECT_IO in loop_assign_backing_file (Ming Lei) [RHEL-83595]
90+
- loop: factor out a loop_assign_backing_file helper (Ming Lei) [RHEL-83595]
91+
- block: Remove commented out code (Ming Lei) [RHEL-83595]
92+
- Revert "driver: block: release the lo_work_lock before queue_work" (Ming Lei) [RHEL-83595]
93+
- block: refactor rq_qos_wait() (Ming Lei) [RHEL-83595]
94+
- block: introduce init_wait_func() (Ming Lei) [RHEL-83595]
95+
- loop: release the lo_work_lock before queue_work (Ming Lei) [RHEL-83595]
96+
- blk-crypto: add ioctls to create and prepare hardware-wrapped keys (Ming Lei) [RHEL-83595]
97+
- blk-crypto: show supported key types in sysfs (Ming Lei) [RHEL-83595]
98+
- blk-crypto: add basic hardware-wrapped key support (Ming Lei) [RHEL-83595]
99+
- scsi: ufs: crypto: Remove ufs_hba_variant_ops::program_key (Ming Lei) [RHEL-83595]
100+
- scsi: ufs: qcom: Convert to use UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE (Ming Lei) [RHEL-83595]
101+
- scsi: ufs: crypto: Add ufs_hba_from_crypto_profile() (Ming Lei) [RHEL-83595]
102+
- scsi: ufs: qcom: Fix crypto key eviction (Ming Lei) [RHEL-83595]
103+
- mmc: sdhci-msm: convert to use custom crypto profile (Ming Lei) [RHEL-83595]
104+
- mmc: crypto: add mmc_from_crypto_profile() (Ming Lei) [RHEL-83595]
105+
- mmc: sdhci-msm: fix crypto key eviction (Ming Lei) [RHEL-83595]
106+
- block: Name the RQF flags enum (Ming Lei) [RHEL-83595]
107+
- block: fix conversion of GPT partition name to 7-bit (Ming Lei) [RHEL-83595]
108+
- ublk: set_params: properly check if parameters can be applied (Ming Lei) [RHEL-83595]
109+
- block: make bio_integrity_map_user() static inline (Ming Lei) [RHEL-83595]
110+
- scsi: add support for user-meta interface (Ming Lei) [RHEL-83595]
111+
- nvme: add support for passing on the application tag (Ming Lei) [RHEL-83595]
112+
- block: add support to pass user meta buffer (Ming Lei) [RHEL-83595]
113+
- block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags (Ming Lei) [RHEL-83595]
114+
- io_uring: introduce attributes for read/write and PI support (Ming Lei) [RHEL-83595]
115+
- fs: introduce IOCB_HAS_METADATA for metadata (Ming Lei) [RHEL-83595]
116+
- fs, iov_iter: define meta io descriptor (Ming Lei) [RHEL-83595]
117+
- block: modify bio_integrity_map_user to accept iov_iter as argument (Ming Lei) [RHEL-83595]
118+
- block: copy back bounce buffer to user-space correctly in case of split (Ming Lei) [RHEL-83595]
119+
- block: define set of integrity flags to be inherited by cloned bip (Ming Lei) [RHEL-83595]
120+
- MAINTAINERS: Update maintainers for crypto/marvell (Vladis Dronov) [RHEL-74336]
121+
- crypto: octeontx2 - suppress auth failure screaming due to negative tests (Vladis Dronov) [RHEL-74336]
122+
- crypto: octeontx2 - Remove unused otx2_cpt_print_uc_dbg_info (Vladis Dronov) [RHEL-74336]
123+
- crypto: drivers - Use str_enable_disable-like helpers [partial] (Vladis Dronov) [RHEL-74336]
124+
- perf test: Extra verbosity and hypervisor skip for tpebs test (Michael Petlan) [RHEL-82381]
125+
- cifs: Fix integer overflow while processing acdirmax mount option (Paulo Alcantara) [RHEL-87947] {CVE-2025-21963}
126+
- s390/virtio_ccw: Don't allocate/assign airqs for non-existing queues (CKI Backport Bot) [RHEL-87556]
127+
- wifi: ath12k: Fix invalid data access in ath12k_dp_rx_h_undecap_nwifi (CKI Backport Bot) [RHEL-93267] {CVE-2025-37943}
128+
- selftest/mm: va_high_addr_switch: add ppc64 support check (Chunyu Hu) [RHEL-87654]
129+
- net: ibmveth: make veth_pool_store stop hanging (Mamatha Inamdar) [RHEL-92996]
130+
- dm: fix copying after src array boundaries (Benjamin Marzinski) [RHEL-92762]
131+
- dm: add missing unlock on in dm_keyslot_evict() (Benjamin Marzinski) [RHEL-92762]
132+
- dm: always update the array size in realloc_argv on success (Benjamin Marzinski) [RHEL-92762]
133+
- dm-integrity: fix a warning on invalid table line (Benjamin Marzinski) [RHEL-92762]
134+
- dm-bufio: don't schedule in atomic context (Benjamin Marzinski) [RHEL-92762]
135+
- dm-ebs: fix prefetch-vs-suspend race (Benjamin Marzinski) [RHEL-92762]
136+
- dm-verity: fix prefetch-vs-suspend race (Benjamin Marzinski) [RHEL-92762]
137+
- dm-integrity: fix non-constant-time tag verification (Benjamin Marzinski) [RHEL-92762]
138+
- dm cache: support shrinking the origin device (Benjamin Marzinski) [RHEL-92762]
139+
- dm cache: prevent BUG_ON by blocking retries on failed device resumes (Benjamin Marzinski) [RHEL-92762]
140+
- dm: fix unconditional IO throttle caused by REQ_PREFLUSH (Benjamin Marzinski) [RHEL-92762]
141+
- dm-integrity: set ti->error on memory allocation failure (Benjamin Marzinski) [RHEL-92762]
142+
- xfrm: Support ESN context update to hardware for TX (CKI Backport Bot) [RHEL-86505]
143+
- redhat: configs: rhel: Enable CX231XX driver (Kate Hsuan) [RHEL-86822]
144+
- iomap: avoid avoid truncating 64-bit offset to 32 bits (Brian Foster) [RHEL-85399]
145+
- iomap: fix zero padding data issue in concurrent append writes (Brian Foster) [RHEL-85399]
146+
- iomap: pass byte granular end position to iomap_add_to_ioend (Brian Foster) [RHEL-85399]
147+
- iomap: elide flush from partial eof zero range (Brian Foster) [RHEL-85399]
148+
- iomap: lift zeroed mapping handling into iomap_zero_range() (Brian Foster) [RHEL-85399]
149+
- iomap: reset per-iter state on non-error iter advances (Brian Foster) [RHEL-85399]
150+
- iomap: warn on zero range of a post-eof folio (Brian Foster) [RHEL-85399]
151+
- iomap: drop an obsolete comment in iomap_dio_bio_iter (Brian Foster) [RHEL-85399]
152+
- iomap: add a merge boundary flag (Brian Foster) [RHEL-85399]
153+
- fs: iomap: Atomic write support (Brian Foster) [RHEL-85399]
154+
- fs: Export generic_atomic_write_valid() (Brian Foster) [RHEL-85399]
155+
Resolves: RHEL-74336, RHEL-82381, RHEL-83595, RHEL-85399, RHEL-86505, RHEL-86822, RHEL-87556, RHEL-87654, RHEL-87947, RHEL-91668, RHEL-92762, RHEL-92996, RHEL-93267
156+
1157
* Tue May 27 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-90.el10]
2158
- gre: Fix again IPv6 link-local address generation. (Guillaume Nault) [RHEL-69103]
3159
- zram: fix NULL pointer in comp_algorithm_show() (Ming Lei) [RHEL-77764] {CVE-2024-53222}

0 commit comments

Comments
 (0)