[redhat] kernel-5.14.0-601.el9

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
This commit is contained in:
Augusto Caringi 2025-07-21 18:54:16 -03:00
parent 82e077388e
commit 2c415ade52
2 changed files with 121 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RHEL_MINOR = 7
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 600
RHEL_RELEASE = 601
#
# ZSTREAM

View File

@ -1,3 +1,123 @@
* Mon Jul 21 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-601.el9]
- skbuff: Optimization of SKB coalescing for page pool (Ivan Vecera) [RHEL-91107]
- page_pool: halve BIAS_MAX for multiple user references of a fragment (Ivan Vecera) [RHEL-91107]
- perf trace: Set errpid to false for rseq and set_robust_list (Anubhav Shelat) [RHEL-78308]
- perf trace: Always print return value for syscalls returning a pid (Anubhav Shelat) [RHEL-78308]
- fanotify: limit reporting of event with non-decodeable file handles (Miklos Szeredi) [RHEL-102134]
- fanotify: delete useless parenthesis in FANOTIFY_INLINE_FH macro (Miklos Szeredi) [RHEL-102134]
- fanotify: Remove unused extern declaration fsnotify_get_conn_fsid() (Miklos Szeredi) [RHEL-102134]
- dnotify: Pass argument of fcntl_dirnotify as int (Miklos Szeredi) [RHEL-102134]
- fanotify: disallow mount/sb marks on kernel internal pseudo fs (Miklos Szeredi) [RHEL-102134]
- fanotify: support reporting non-decodeable file handles (Miklos Szeredi) [RHEL-102134]
- inotify: Avoid reporting event with invalid wd (Miklos Szeredi) [RHEL-102134]
- fanotify: Remove obsoleted fanotify_event_has_path() (Miklos Szeredi) [RHEL-102134]
- fsnotify: remove unused declaration (Miklos Szeredi) [RHEL-102134]
- fsnotify: Fix comment typo (Miklos Szeredi) [RHEL-102134]
- fanotify: introduce FAN_MARK_IGNORE (Miklos Szeredi) [RHEL-102134]
- fanotify: cleanups for fanotify_mark() input validations (Miklos Szeredi) [RHEL-102134]
- fanotify: prepare for setting event flags in ignore mask (Miklos Szeredi) [RHEL-102134]
- fanotify: refine the validation checks on non-dir inode mask (Miklos Szeredi) [RHEL-102134]
- fanotify: fix incorrect fmode_t casts (Miklos Szeredi) [RHEL-102134]
- fsnotify: consistent behavior for parent not watching children (Miklos Szeredi) [RHEL-102134]
- fsnotify: introduce mark type iterator (Miklos Szeredi) [RHEL-102134]
- fanotify: do not allow setting dirent events in mask of non-dir (Miklos Szeredi) [RHEL-102134]
- fanotify: enable "evictable" inode marks (Miklos Szeredi) [RHEL-102134]
- fanotify: use fsnotify group lock helpers (Miklos Szeredi) [RHEL-102134]
- fanotify: implement "evictable" inode marks (Miklos Szeredi) [RHEL-102134]
- fanotify: factor out helper fanotify_mark_update_flags() (Miklos Szeredi) [RHEL-102134]
- fanotify: create helper fanotify_mark_user_flags() (Miklos Szeredi) [RHEL-102134]
- fsnotify: allow adding an inode mark without pinning inode (Miklos Szeredi) [RHEL-102134]
- dnotify: use fsnotify group lock helpers (Miklos Szeredi) [RHEL-102134]
- inotify: use fsnotify group lock helpers (Miklos Szeredi) [RHEL-102134]
- fsnotify: create helpers for group mark_mutex lock (Miklos Szeredi) [RHEL-102134]
- fsnotify: make allow_dups a property of the group (Miklos Szeredi) [RHEL-102134]
- fsnotify: pass flags argument to fsnotify_alloc_group() (Miklos Szeredi) [RHEL-102134]
- fsnotify: fix wrong lockdep annotations (Miklos Szeredi) [RHEL-102134]
- inotify: move control flags from mask to mark flags (Miklos Szeredi) [RHEL-102134]
- fsnotify: remove redundant parameter judgment (Miklos Szeredi) [RHEL-102134]
- fsnotify: optimize FS_MODIFY events with no ignored masks (Miklos Szeredi) [RHEL-102134]
- fsnotify: fix merge with parent's ignored mask (Miklos Szeredi) [RHEL-102134]
- fanotify: remove variable set but not used (Miklos Szeredi) [RHEL-102134]
- fanotify: wire up FAN_RENAME event (Miklos Szeredi) [RHEL-102134]
- fanotify: report old and/or new parent+name in FAN_RENAME event (Miklos Szeredi) [RHEL-102134]
- fanotify: record either old name new name or both for FAN_RENAME (Miklos Szeredi) [RHEL-102134]
- fanotify: record old and new parent and name in FAN_RENAME event (Miklos Szeredi) [RHEL-102134]
- fanotify: support secondary dir fh and name in fanotify_info (Miklos Szeredi) [RHEL-102134]
- fanotify: use helpers to parcel fanotify_info buffer (Miklos Szeredi) [RHEL-102134]
- fanotify: use macros to get the offset to fanotify_info buffer (Miklos Szeredi) [RHEL-102134]
- fsnotify: generate FS_RENAME event with rich information (Miklos Szeredi) [RHEL-102134]
- fanotify: introduce group flag FAN_REPORT_TARGET_FID (Miklos Szeredi) [RHEL-102134]
- fsnotify: separate mark iterator type from object type enum (Miklos Szeredi) [RHEL-102134]
- fsnotify: clarify object type argument (Miklos Szeredi) [RHEL-102134]
- fanotify: Allow users to request FAN_FS_ERROR events (Miklos Szeredi) [RHEL-102134]
- fanotify: Emit generic error info for error event (Miklos Szeredi) [RHEL-102134]
- fanotify: Report fid info for file related file system errors (Miklos Szeredi) [RHEL-102134]
- fanotify: WARN_ON against too large file handles (Miklos Szeredi) [RHEL-102134]
- fanotify: Add helpers to decide whether to report FID/DFID (Miklos Szeredi) [RHEL-102134]
- fanotify: Wrap object_fh inline space in a creator macro (Miklos Szeredi) [RHEL-102134]
- fanotify: Support merging of error events (Miklos Szeredi) [RHEL-102134]
- fanotify: Support enqueueing of error events (Miklos Szeredi) [RHEL-102134]
- fanotify: Pre-allocate pool of error events (Miklos Szeredi) [RHEL-102134]
- fanotify: Reserve UAPI bits for FAN_FS_ERROR (Miklos Szeredi) [RHEL-102134]
- fsnotify: Support FS_ERROR event type (Miklos Szeredi) [RHEL-102134]
- fanotify: Require fid_mode for any non-fd event (Miklos Szeredi) [RHEL-102134]
- fanotify: Encode empty file handle when no inode is provided (Miklos Szeredi) [RHEL-102134]
- fanotify: Allow file handle encoding for unhashed events (Miklos Szeredi) [RHEL-102134]
- fanotify: Support null inode event in fanotify_dfid_inode (Miklos Szeredi) [RHEL-102134]
- fsnotify: Pass group argument to free_event (Miklos Szeredi) [RHEL-102134]
- fsnotify: Retrieve super block from the data field (Miklos Szeredi) [RHEL-102134]
- fsnotify: Add wrapper around fsnotify_add_event (Miklos Szeredi) [RHEL-102134]
- fsnotify: Add helper to detect overflow_event (Miklos Szeredi) [RHEL-102134]
- inotify: Don't force FS_IN_IGNORED (Miklos Szeredi) [RHEL-102134]
- fanotify: Split fsid check from other fid mode checks (Miklos Szeredi) [RHEL-102134]
- fanotify: Fold event size calculation to its own function (Miklos Szeredi) [RHEL-102134]
- fsnotify: Don't insert unmergeable events in hashtable (Miklos Szeredi) [RHEL-102134]
- fanotify: introduce a generic info record copying helper (Miklos Szeredi) [RHEL-102134]
- fanotify: minor cosmetic adjustments to fid labels (Miklos Szeredi) [RHEL-102134]
- mm: fix the inaccurate memory statistics issue for users (Luiz Capitulino) [RHEL-97601]
- loop: move lo_set_size() out of queue freeze (Ming Lei) [RHEL-96168]
- mm/gup: revert "mm: gup: fix infinite loop within __get_longterm_locked" (CKI Backport Bot) [RHEL-101832]
- sched/fair: Fix potential memory corruption in child_cfs_rq_on_list (CKI Backport Bot) [RHEL-88083] {CVE-2025-21919}
- exportfs: Remove EXPORT_OP_ASYNC_LOCK (Benjamin Coddington) [RHEL-94440]
- NFSD: Clean up unused variable (Benjamin Coddington) [RHEL-94440]
- NLM/NFSD: Fix lock notifications for async-capable filesystems (Benjamin Coddington) [RHEL-94440]
- gfs2/ocfs2: set FOP_ASYNC_LOCK (Benjamin Coddington) [RHEL-94440]
- fs: Introduce FOP_ASYNC_LOCK (Benjamin Coddington) [RHEL-94440]
- selftests/bpf: Adjust btf_dump test to reflect recent change in file_operations (Benjamin Coddington) [RHEL-94440]
- fs: claw back a few FMODE_* bits (Benjamin Coddington) [RHEL-94440]
- filelock: move file locking definitions to separate header file (Benjamin Coddington) [RHEL-94440]
- block/blk-throttle: silence !BLK_DEV_IO_TRACE variable warnings (Ming Lei) [RHEL-97189]
- blk-throttle: Prevents the bps restricted io from entering the bps queue again (Ming Lei) [RHEL-97189]
- blk-throttle: Split the service queue (Ming Lei) [RHEL-97189]
- blk-throttle: Split the blkthrotl queue (Ming Lei) [RHEL-97189]
- blk-throttle: Introduce flag "BIO_TG_BPS_THROTTLED" (Ming Lei) [RHEL-97189]
- blk-throttle: Split throtl_charge_bio() into bps and iops functions (Ming Lei) [RHEL-97189]
- blk-throttle: Refactor tg_dispatch_time by extracting tg_dispatch_bps/iops_time (Ming Lei) [RHEL-97189]
- blk-throttle: Rename tg_may_dispatch() to tg_dispatch_time() (Ming Lei) [RHEL-97189]
- blk-throttle: Add an additional overflow check to the call calculate_bytes/io_allowed (Ming Lei) [RHEL-97189]
- blk-throttle: Delete unnecessary carryover-related fields from throtl_grp (Ming Lei) [RHEL-97189]
- blk-throttle: Fix wrong tg->[bytes/io]_disp update in __tg_update_carryover() (Ming Lei) [RHEL-97189]
- blk-throttle: carry over directly (Ming Lei) [RHEL-97189]
- blk-throttle: don't take carryover for prioritized processing of metadata (Ming Lei) [RHEL-97189]
- blk-throttle: remove last_bytes_disp and last_ios_disp (Ming Lei) [RHEL-97189]
- bpf: Allow to use kfunc XDP hints and frags together (Felix Maurer) [RHEL-101559]
- redhat/configs: Enable early lockdown for Arm (Mark Salter) [RHEL-1927]
- arm64: add early lockdown for secure boot (Mark Salter) [RHEL-1927]
- efi: pass secure boot mode to kernel proper (Mark Salter) [RHEL-1927]
- RDMA/rxe: Fix the warning "__rxe_cleanup+0x12c/0x170 [rdma_rxe]" (CKI Backport Bot) [RHEL-82503] {CVE-2025-21829}
- iommu/s390: allow larger region tables (Christoph Schlameuss) [RHEL-11431]
- iommu/s390: support map/unmap for additional table regions (Christoph Schlameuss) [RHEL-11431]
- iommu/s390: support iova_to_phys for additional table regions (Christoph Schlameuss) [RHEL-11431]
- iommu/s390: support cleanup of additional table regions (Christoph Schlameuss) [RHEL-11431]
- iommu/s390: set appropriate IOTA region type (Christoph Schlameuss) [RHEL-11431]
- s390/pci: Fix dev.dma_range_map missing sentinel element (Christoph Schlameuss) [RHEL-11431]
- iommu/s390: implement iommu passthrough via identity domain (Christoph Schlameuss) [RHEL-11431]
- iommu/s390: handle IOAT registration based on domain (Christoph Schlameuss) [RHEL-11431]
- s390/pci: store DMA offset in bus_dma_region (Christoph Schlameuss) [RHEL-11431]
- s390/pci: check for relaxed translation capability (Christoph Schlameuss) [RHEL-11431]
- misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram() (CKI Backport Bot) [RHEL-97498] {CVE-2022-49788}
Resolves: RHEL-101559, RHEL-101832, RHEL-102134, RHEL-11431, RHEL-1927, RHEL-78308, RHEL-82503, RHEL-88083, RHEL-91107, RHEL-94440, RHEL-96168, RHEL-97189, RHEL-97498, RHEL-97601
* Tue Jul 15 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-600.el9]
- net: mana: Add support for Multi Vports on Bare metal (Maxim Levitsky) [RHEL-80096]
- net: mana: Add support for auxiliary device servicing events (Maxim Levitsky) [RHEL-80096]