• imports/c10s/kernel-6.12.0-91.el10 0f8806c981

    Ghost released this 2025-06-02 19:14:32 +00:00 | -6361 commits to c8 since this release

    • loop: Add sanity check for read/write_iter (Ming Lei) [RHEL-83595]
    • fs: add kern_path_locked_negative() (Ming Lei) [RHEL-83595]
    • tools headers: Sync uapi/linux/fcntl.h with the kernel sources (Ming Lei) [RHEL-83595]
    • perf probe: Pick the correct dwarf die while adding probe points (Ming Lei) [RHEL-83595]
    • devtmpfs: don't use vfs_getattr_nosec to query i_mode (Ming Lei) [RHEL-83595]
    • VFS: add common error checks to lookup_one_qstr_excl() (Ming Lei) [RHEL-83595]
    • VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentry (Ming Lei) [RHEL-83595]
    • fs: move the bdex_statx call to vfs_getattr_nosec (Ming Lei) [RHEL-83595]
    • libfs: kill empty_dir_getattr() (Ming Lei) [RHEL-83595]
    • fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flag (Ming Lei) [RHEL-83595]
    • fs/stat.c: switch to CLASS(fd_raw) (Ming Lei) [RHEL-83595]
    • kill getname_statx_lookup_flags() (Ming Lei) [RHEL-83595]
    • io_statx_prep(): use getname_uflags() (Ming Lei) [RHEL-83595]
    • getname_maybe_null() - the third variant of pathname copy-in (Ming Lei) [RHEL-83595]
    • teach filename_lookup() to treat NULL filename as "" (Ming Lei) [RHEL-83595]
    • dm table: Fix W=1 build warning when mempool_needs_integrity is unused (Ming Lei) [RHEL-83595]
    • block: move blkdev_{get,put} _no_open prototypes out of blkdev.h (Ming Lei) [RHEL-83595]
    • block: never reduce ra_pages in blk_apply_bdi_limits (Ming Lei) [RHEL-83595]
    • block: integrity: Do not call set_page_dirty_lock() (Ming Lei) [RHEL-83595]
    • loop: stop using vfs_iter_{read,write} for buffered I/O (Ming Lei) [RHEL-83595]
    • loop: LOOP_SET_FD: send uevents for partitions (Ming Lei) [RHEL-83595]
    • loop: properly send KOBJ_CHANGED uevent for disk device (Ming Lei) [RHEL-83595]
    • loop: aio inherit the ioprio of original request (Ming Lei) [RHEL-83595]
    • block: fix resource leak in blk_register_queue() error path (Ming Lei) [RHEL-83595]
    • block: add SPDX header line to blk-throttle.h (Ming Lei) [RHEL-83595]
    • null_blk: Use strscpy() instead of strscpy_pad() in null_add_dev() (Ming Lei) [RHEL-83595]
    • block: add for_each_mp_bvec() (Ming Lei) [RHEL-83595]
    • block: don't grab elevator lock during queue initialization (Ming Lei) [RHEL-83595]
    • block: remove unused nseg parameter (Ming Lei) [RHEL-83595]
    • io_uring/rw: don't mask in f_iocb_flags (Ming Lei) [RHEL-83595]
    • docs: sysfs-block: Clarify integrity sysfs attributes (Ming Lei) [RHEL-83595]
    • block/blk-iocost: ensure 'ret' is set on error (Ming Lei) [RHEL-83595]
    • block: correct locking order for protecting blk-wbt parameters (Ming Lei) [RHEL-83595]
    • block: release q->elevator_lock in ioc_qos_write (Ming Lei) [RHEL-83595]
    • ublk: remove io_cmds list in ublk_queue (Ming Lei) [RHEL-83595]
    • blk-cgroup: improve policy registration error handling (Ming Lei) [RHEL-83595]
    • loop: move vfs_fsync() out of loop_update_dio() (Ming Lei) [RHEL-83595]
    • block: fix a comment in the queue_attrs[] array (Ming Lei) [RHEL-83595]
    • block: protect debugfs attribute method hctx_busy_show (Ming Lei) [RHEL-83595]
    • block: remove unnecessary goto labels in debugfs attribute read methods (Ming Lei) [RHEL-83595]
    • block: protect debugfs attrs using elevator_lock instead of sysfs_lock (Ming Lei) [RHEL-83595]
    • block: remove unused parameter 'q' parameter in __blk_rq_map_sg() (Ming Lei) [RHEL-83595]
    • block: fix adding folio to bio (Ming Lei) [RHEL-83595]
    • block: remove unused parameter (Ming Lei) [RHEL-83595]
    • badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0 (Ming Lei) [RHEL-83595]
    • block: make sure ->nr_integrity_segments is cloned in blk_rq_prep_clone (Ming Lei) [RHEL-83595]
    • block: protect hctx attributes/params using q->elevator_lock (Ming Lei) [RHEL-83595]
    • block: protect read_ahead_kb using q->limits_lock (Ming Lei) [RHEL-83595]
    • block: protect wbt_lat_usec using q->elevator_lock (Ming Lei) [RHEL-83595]
    • block: protect nr_requests update using q->elevator_lock (Ming Lei) [RHEL-83595]
    • block: introduce a dedicated lock for protecting queue elevator updates (Ming Lei) [RHEL-83595]
    • block: remove q->sysfs_lock for attributes which don't need it (Ming Lei) [RHEL-83595]
    • block: move q->sysfs_lock and queue-freeze under show/store method (Ming Lei) [RHEL-83595]
    • block: acquire q->limits_lock while reading sysfs attributes (Ming Lei) [RHEL-83595]
    • badblocks: use sector_t instead of int to avoid truncation of badblocks length (Ming Lei) [RHEL-83595]
    • badblocks: return boolean from badblocks_set() and badblocks_clear() (Ming Lei) [RHEL-83595]
    • badblocks: fix missing bad blocks on retry in _badblocks_check() (Ming Lei) [RHEL-83595]
    • badblocks: fix merge issue when new badblocks align with pre+1 (Ming Lei) [RHEL-83595]
    • badblocks: try can_merge_front before overlap_front (Ming Lei) [RHEL-83595]
    • badblocks: fix the using of MAX_BADBLOCKS (Ming Lei) [RHEL-83595]
    • badblocks: return error if any badblock set fails (Ming Lei) [RHEL-83595]
    • badblocks: return error directly when setting badblocks exceeds 512 (Ming Lei) [RHEL-83595]
    • badblocks: attempt to merge adjacent badblocks during ack_all_badblocks (Ming Lei) [RHEL-83595]
    • badblocks: factor out a helper try_adjacent_combine (Ming Lei) [RHEL-83595]
    • badblocks: Fix error shift ops (Ming Lei) [RHEL-83595]
    • block: Correctly initialize BLK_INTEGRITY_NOGENERATE and BLK_INTEGRITY_NOVERIFY (Ming Lei) [RHEL-83595]
    • block: ensure correct integrity capability propagation in stacked devices (Ming Lei) [RHEL-83595]
    • blk-throttle: carry over directly (Ming Lei) [RHEL-83595]
    • blk-throttle: don't take carryover for prioritized processing of metadata (Ming Lei) [RHEL-83595]
    • blk-throttle: remove last_bytes_disp and last_ios_disp (Ming Lei) [RHEL-83595]
    • blk-throttle: fix lower bps rate by throtl_trim_slice() (Ming Lei) [RHEL-83595]
    • ublk: enforce ublks_max only for unprivileged devices (Ming Lei) [RHEL-83595]
    • loop: Remove struct loop_func_table (Ming Lei) [RHEL-83595]
    • ublk: add DMA alignment limit (Ming Lei) [RHEL-83595]
    • block: split struct bio_integrity_payload (Ming Lei) [RHEL-83595]
    • block: move the block layer auto-integrity code into a new file (Ming Lei) [RHEL-83595]
    • block: mark bounce buffering as incompatible with integrity (Ming Lei) [RHEL-83595]
    • null_blk: do partial IO for bad blocks (Ming Lei) [RHEL-83595]
    • null_blk: pass transfer size to null_handle_rq() (Ming Lei) [RHEL-83595]
    • null_blk: replace null_process_cmd() call in null_zone_write() (Ming Lei) [RHEL-83595]
    • null_blk: introduce badblocks_once parameter (Ming Lei) [RHEL-83595]
    • null_blk: generate null_blk configfs features string (Ming Lei) [RHEL-83595]
    • ublk: complete command synchronously on error (Ming Lei) [RHEL-83595]
    • blk-wbt: Cleanup a comment in wb_timer_fn (Ming Lei) [RHEL-83595]
    • blk-wbt: Fix some comments (Ming Lei) [RHEL-83595]
    • loop: take the file system minimum dio alignment into account (Ming Lei) [RHEL-83595]
    • loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize (Ming Lei) [RHEL-83595]
    • loop: set LO_FLAGS_DIRECT_IO in loop_assign_backing_file (Ming Lei) [RHEL-83595]
    • loop: factor out a loop_assign_backing_file helper (Ming Lei) [RHEL-83595]
    • block: Remove commented out code (Ming Lei) [RHEL-83595]
    • Revert "driver: block: release the lo_work_lock before queue_work" (Ming Lei) [RHEL-83595]
    • block: refactor rq_qos_wait() (Ming Lei) [RHEL-83595]
    • block: introduce init_wait_func() (Ming Lei) [RHEL-83595]
    • loop: release the lo_work_lock before queue_work (Ming Lei) [RHEL-83595]
    • blk-crypto: add ioctls to create and prepare hardware-wrapped keys (Ming Lei) [RHEL-83595]
    • blk-crypto: show supported key types in sysfs (Ming Lei) [RHEL-83595]
    • blk-crypto: add basic hardware-wrapped key support (Ming Lei) [RHEL-83595]
    • scsi: ufs: crypto: Remove ufs_hba_variant_ops::program_key (Ming Lei) [RHEL-83595]
    • scsi: ufs: qcom: Convert to use UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE (Ming Lei) [RHEL-83595]
    • scsi: ufs: crypto: Add ufs_hba_from_crypto_profile() (Ming Lei) [RHEL-83595]
    • scsi: ufs: qcom: Fix crypto key eviction (Ming Lei) [RHEL-83595]
    • mmc: sdhci-msm: convert to use custom crypto profile (Ming Lei) [RHEL-83595]
    • mmc: crypto: add mmc_from_crypto_profile() (Ming Lei) [RHEL-83595]
    • mmc: sdhci-msm: fix crypto key eviction (Ming Lei) [RHEL-83595]
    • block: Name the RQF flags enum (Ming Lei) [RHEL-83595]
    • block: fix conversion of GPT partition name to 7-bit (Ming Lei) [RHEL-83595]
    • ublk: set_params: properly check if parameters can be applied (Ming Lei) [RHEL-83595]
    • block: make bio_integrity_map_user() static inline (Ming Lei) [RHEL-83595]
    • scsi: add support for user-meta interface (Ming Lei) [RHEL-83595]
    • nvme: add support for passing on the application tag (Ming Lei) [RHEL-83595]
    • block: add support to pass user meta buffer (Ming Lei) [RHEL-83595]
    • block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags (Ming Lei) [RHEL-83595]
    • io_uring: introduce attributes for read/write and PI support (Ming Lei) [RHEL-83595]
    • fs: introduce IOCB_HAS_METADATA for metadata (Ming Lei) [RHEL-83595]
    • fs, iov_iter: define meta io descriptor (Ming Lei) [RHEL-83595]
    • block: modify bio_integrity_map_user to accept iov_iter as argument (Ming Lei) [RHEL-83595]
    • block: copy back bounce buffer to user-space correctly in case of split (Ming Lei) [RHEL-83595]
    • block: define set of integrity flags to be inherited by cloned bip (Ming Lei) [RHEL-83595]
    • MAINTAINERS: Update maintainers for crypto/marvell (Vladis Dronov) [RHEL-74336]
    • crypto: octeontx2 - suppress auth failure screaming due to negative tests (Vladis Dronov) [RHEL-74336]
    • crypto: octeontx2 - Remove unused otx2_cpt_print_uc_dbg_info (Vladis Dronov) [RHEL-74336]
    • crypto: drivers - Use str_enable_disable-like helpers [partial] (Vladis Dronov) [RHEL-74336]
    • perf test: Extra verbosity and hypervisor skip for tpebs test (Michael Petlan) [RHEL-82381]
    • cifs: Fix integer overflow while processing acdirmax mount option (Paulo Alcantara) [RHEL-87947] {CVE-2025-21963}
    • s390/virtio_ccw: Don't allocate/assign airqs for non-existing queues (CKI Backport Bot) [RHEL-87556]
    • wifi: ath12k: Fix invalid data access in ath12k_dp_rx_h_undecap_nwifi (CKI Backport Bot) [RHEL-93267] {CVE-2025-37943}
    • selftest/mm: va_high_addr_switch: add ppc64 support check (Chunyu Hu) [RHEL-87654]
    • net: ibmveth: make veth_pool_store stop hanging (Mamatha Inamdar) [RHEL-92996]
    • dm: fix copying after src array boundaries (Benjamin Marzinski) [RHEL-92762]
    • dm: add missing unlock on in dm_keyslot_evict() (Benjamin Marzinski) [RHEL-92762]
    • dm: always update the array size in realloc_argv on success (Benjamin Marzinski) [RHEL-92762]
    • dm-integrity: fix a warning on invalid table line (Benjamin Marzinski) [RHEL-92762]
    • dm-bufio: don't schedule in atomic context (Benjamin Marzinski) [RHEL-92762]
    • dm-ebs: fix prefetch-vs-suspend race (Benjamin Marzinski) [RHEL-92762]
    • dm-verity: fix prefetch-vs-suspend race (Benjamin Marzinski) [RHEL-92762]
    • dm-integrity: fix non-constant-time tag verification (Benjamin Marzinski) [RHEL-92762]
    • dm cache: support shrinking the origin device (Benjamin Marzinski) [RHEL-92762]
    • dm cache: prevent BUG_ON by blocking retries on failed device resumes (Benjamin Marzinski) [RHEL-92762]
    • dm: fix unconditional IO throttle caused by REQ_PREFLUSH (Benjamin Marzinski) [RHEL-92762]
    • dm-integrity: set ti->error on memory allocation failure (Benjamin Marzinski) [RHEL-92762]
    • xfrm: Support ESN context update to hardware for TX (CKI Backport Bot) [RHEL-86505]
    • redhat: configs: rhel: Enable CX231XX driver (Kate Hsuan) [RHEL-86822]
    • iomap: avoid avoid truncating 64-bit offset to 32 bits (Brian Foster) [RHEL-85399]
    • iomap: fix zero padding data issue in concurrent append writes (Brian Foster) [RHEL-85399]
    • iomap: pass byte granular end position to iomap_add_to_ioend (Brian Foster) [RHEL-85399]
    • iomap: elide flush from partial eof zero range (Brian Foster) [RHEL-85399]
    • iomap: lift zeroed mapping handling into iomap_zero_range() (Brian Foster) [RHEL-85399]
    • iomap: reset per-iter state on non-error iter advances (Brian Foster) [RHEL-85399]
    • iomap: warn on zero range of a post-eof folio (Brian Foster) [RHEL-85399]
    • iomap: drop an obsolete comment in iomap_dio_bio_iter (Brian Foster) [RHEL-85399]
    • iomap: add a merge boundary flag (Brian Foster) [RHEL-85399]
    • fs: iomap: Atomic write support (Brian Foster) [RHEL-85399]
    • fs: Export generic_atomic_write_valid() (Brian Foster) [RHEL-85399]
      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

    Signed-off-by: Julio Faracco jfaracco@redhat.com

    Downloads