Skip to content

Commit 2c415ad

Browse files
committed
[redhat] kernel-5.14.0-601.el9
Signed-off-by: Augusto Caringi <acaringi@redhat.com>
1 parent 82e0773 commit 2c415ad

File tree

2 files changed

+121
-1
lines changed

2 files changed

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

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.7

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,123 @@
1+
* Mon Jul 21 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-601.el9]
2+
- skbuff: Optimization of SKB coalescing for page pool (Ivan Vecera) [RHEL-91107]
3+
- page_pool: halve BIAS_MAX for multiple user references of a fragment (Ivan Vecera) [RHEL-91107]
4+
- perf trace: Set errpid to false for rseq and set_robust_list (Anubhav Shelat) [RHEL-78308]
5+
- perf trace: Always print return value for syscalls returning a pid (Anubhav Shelat) [RHEL-78308]
6+
- fanotify: limit reporting of event with non-decodeable file handles (Miklos Szeredi) [RHEL-102134]
7+
- fanotify: delete useless parenthesis in FANOTIFY_INLINE_FH macro (Miklos Szeredi) [RHEL-102134]
8+
- fanotify: Remove unused extern declaration fsnotify_get_conn_fsid() (Miklos Szeredi) [RHEL-102134]
9+
- dnotify: Pass argument of fcntl_dirnotify as int (Miklos Szeredi) [RHEL-102134]
10+
- fanotify: disallow mount/sb marks on kernel internal pseudo fs (Miklos Szeredi) [RHEL-102134]
11+
- fanotify: support reporting non-decodeable file handles (Miklos Szeredi) [RHEL-102134]
12+
- inotify: Avoid reporting event with invalid wd (Miklos Szeredi) [RHEL-102134]
13+
- fanotify: Remove obsoleted fanotify_event_has_path() (Miklos Szeredi) [RHEL-102134]
14+
- fsnotify: remove unused declaration (Miklos Szeredi) [RHEL-102134]
15+
- fsnotify: Fix comment typo (Miklos Szeredi) [RHEL-102134]
16+
- fanotify: introduce FAN_MARK_IGNORE (Miklos Szeredi) [RHEL-102134]
17+
- fanotify: cleanups for fanotify_mark() input validations (Miklos Szeredi) [RHEL-102134]
18+
- fanotify: prepare for setting event flags in ignore mask (Miklos Szeredi) [RHEL-102134]
19+
- fanotify: refine the validation checks on non-dir inode mask (Miklos Szeredi) [RHEL-102134]
20+
- fanotify: fix incorrect fmode_t casts (Miklos Szeredi) [RHEL-102134]
21+
- fsnotify: consistent behavior for parent not watching children (Miklos Szeredi) [RHEL-102134]
22+
- fsnotify: introduce mark type iterator (Miklos Szeredi) [RHEL-102134]
23+
- fanotify: do not allow setting dirent events in mask of non-dir (Miklos Szeredi) [RHEL-102134]
24+
- fanotify: enable "evictable" inode marks (Miklos Szeredi) [RHEL-102134]
25+
- fanotify: use fsnotify group lock helpers (Miklos Szeredi) [RHEL-102134]
26+
- fanotify: implement "evictable" inode marks (Miklos Szeredi) [RHEL-102134]
27+
- fanotify: factor out helper fanotify_mark_update_flags() (Miklos Szeredi) [RHEL-102134]
28+
- fanotify: create helper fanotify_mark_user_flags() (Miklos Szeredi) [RHEL-102134]
29+
- fsnotify: allow adding an inode mark without pinning inode (Miklos Szeredi) [RHEL-102134]
30+
- dnotify: use fsnotify group lock helpers (Miklos Szeredi) [RHEL-102134]
31+
- inotify: use fsnotify group lock helpers (Miklos Szeredi) [RHEL-102134]
32+
- fsnotify: create helpers for group mark_mutex lock (Miklos Szeredi) [RHEL-102134]
33+
- fsnotify: make allow_dups a property of the group (Miklos Szeredi) [RHEL-102134]
34+
- fsnotify: pass flags argument to fsnotify_alloc_group() (Miklos Szeredi) [RHEL-102134]
35+
- fsnotify: fix wrong lockdep annotations (Miklos Szeredi) [RHEL-102134]
36+
- inotify: move control flags from mask to mark flags (Miklos Szeredi) [RHEL-102134]
37+
- fsnotify: remove redundant parameter judgment (Miklos Szeredi) [RHEL-102134]
38+
- fsnotify: optimize FS_MODIFY events with no ignored masks (Miklos Szeredi) [RHEL-102134]
39+
- fsnotify: fix merge with parent's ignored mask (Miklos Szeredi) [RHEL-102134]
40+
- fanotify: remove variable set but not used (Miklos Szeredi) [RHEL-102134]
41+
- fanotify: wire up FAN_RENAME event (Miklos Szeredi) [RHEL-102134]
42+
- fanotify: report old and/or new parent+name in FAN_RENAME event (Miklos Szeredi) [RHEL-102134]
43+
- fanotify: record either old name new name or both for FAN_RENAME (Miklos Szeredi) [RHEL-102134]
44+
- fanotify: record old and new parent and name in FAN_RENAME event (Miklos Szeredi) [RHEL-102134]
45+
- fanotify: support secondary dir fh and name in fanotify_info (Miklos Szeredi) [RHEL-102134]
46+
- fanotify: use helpers to parcel fanotify_info buffer (Miklos Szeredi) [RHEL-102134]
47+
- fanotify: use macros to get the offset to fanotify_info buffer (Miklos Szeredi) [RHEL-102134]
48+
- fsnotify: generate FS_RENAME event with rich information (Miklos Szeredi) [RHEL-102134]
49+
- fanotify: introduce group flag FAN_REPORT_TARGET_FID (Miklos Szeredi) [RHEL-102134]
50+
- fsnotify: separate mark iterator type from object type enum (Miklos Szeredi) [RHEL-102134]
51+
- fsnotify: clarify object type argument (Miklos Szeredi) [RHEL-102134]
52+
- fanotify: Allow users to request FAN_FS_ERROR events (Miklos Szeredi) [RHEL-102134]
53+
- fanotify: Emit generic error info for error event (Miklos Szeredi) [RHEL-102134]
54+
- fanotify: Report fid info for file related file system errors (Miklos Szeredi) [RHEL-102134]
55+
- fanotify: WARN_ON against too large file handles (Miklos Szeredi) [RHEL-102134]
56+
- fanotify: Add helpers to decide whether to report FID/DFID (Miklos Szeredi) [RHEL-102134]
57+
- fanotify: Wrap object_fh inline space in a creator macro (Miklos Szeredi) [RHEL-102134]
58+
- fanotify: Support merging of error events (Miklos Szeredi) [RHEL-102134]
59+
- fanotify: Support enqueueing of error events (Miklos Szeredi) [RHEL-102134]
60+
- fanotify: Pre-allocate pool of error events (Miklos Szeredi) [RHEL-102134]
61+
- fanotify: Reserve UAPI bits for FAN_FS_ERROR (Miklos Szeredi) [RHEL-102134]
62+
- fsnotify: Support FS_ERROR event type (Miklos Szeredi) [RHEL-102134]
63+
- fanotify: Require fid_mode for any non-fd event (Miklos Szeredi) [RHEL-102134]
64+
- fanotify: Encode empty file handle when no inode is provided (Miklos Szeredi) [RHEL-102134]
65+
- fanotify: Allow file handle encoding for unhashed events (Miklos Szeredi) [RHEL-102134]
66+
- fanotify: Support null inode event in fanotify_dfid_inode (Miklos Szeredi) [RHEL-102134]
67+
- fsnotify: Pass group argument to free_event (Miklos Szeredi) [RHEL-102134]
68+
- fsnotify: Retrieve super block from the data field (Miklos Szeredi) [RHEL-102134]
69+
- fsnotify: Add wrapper around fsnotify_add_event (Miklos Szeredi) [RHEL-102134]
70+
- fsnotify: Add helper to detect overflow_event (Miklos Szeredi) [RHEL-102134]
71+
- inotify: Don't force FS_IN_IGNORED (Miklos Szeredi) [RHEL-102134]
72+
- fanotify: Split fsid check from other fid mode checks (Miklos Szeredi) [RHEL-102134]
73+
- fanotify: Fold event size calculation to its own function (Miklos Szeredi) [RHEL-102134]
74+
- fsnotify: Don't insert unmergeable events in hashtable (Miklos Szeredi) [RHEL-102134]
75+
- fanotify: introduce a generic info record copying helper (Miklos Szeredi) [RHEL-102134]
76+
- fanotify: minor cosmetic adjustments to fid labels (Miklos Szeredi) [RHEL-102134]
77+
- mm: fix the inaccurate memory statistics issue for users (Luiz Capitulino) [RHEL-97601]
78+
- loop: move lo_set_size() out of queue freeze (Ming Lei) [RHEL-96168]
79+
- mm/gup: revert "mm: gup: fix infinite loop within __get_longterm_locked" (CKI Backport Bot) [RHEL-101832]
80+
- sched/fair: Fix potential memory corruption in child_cfs_rq_on_list (CKI Backport Bot) [RHEL-88083] {CVE-2025-21919}
81+
- exportfs: Remove EXPORT_OP_ASYNC_LOCK (Benjamin Coddington) [RHEL-94440]
82+
- NFSD: Clean up unused variable (Benjamin Coddington) [RHEL-94440]
83+
- NLM/NFSD: Fix lock notifications for async-capable filesystems (Benjamin Coddington) [RHEL-94440]
84+
- gfs2/ocfs2: set FOP_ASYNC_LOCK (Benjamin Coddington) [RHEL-94440]
85+
- fs: Introduce FOP_ASYNC_LOCK (Benjamin Coddington) [RHEL-94440]
86+
- selftests/bpf: Adjust btf_dump test to reflect recent change in file_operations (Benjamin Coddington) [RHEL-94440]
87+
- fs: claw back a few FMODE_* bits (Benjamin Coddington) [RHEL-94440]
88+
- filelock: move file locking definitions to separate header file (Benjamin Coddington) [RHEL-94440]
89+
- block/blk-throttle: silence !BLK_DEV_IO_TRACE variable warnings (Ming Lei) [RHEL-97189]
90+
- blk-throttle: Prevents the bps restricted io from entering the bps queue again (Ming Lei) [RHEL-97189]
91+
- blk-throttle: Split the service queue (Ming Lei) [RHEL-97189]
92+
- blk-throttle: Split the blkthrotl queue (Ming Lei) [RHEL-97189]
93+
- blk-throttle: Introduce flag "BIO_TG_BPS_THROTTLED" (Ming Lei) [RHEL-97189]
94+
- blk-throttle: Split throtl_charge_bio() into bps and iops functions (Ming Lei) [RHEL-97189]
95+
- blk-throttle: Refactor tg_dispatch_time by extracting tg_dispatch_bps/iops_time (Ming Lei) [RHEL-97189]
96+
- blk-throttle: Rename tg_may_dispatch() to tg_dispatch_time() (Ming Lei) [RHEL-97189]
97+
- blk-throttle: Add an additional overflow check to the call calculate_bytes/io_allowed (Ming Lei) [RHEL-97189]
98+
- blk-throttle: Delete unnecessary carryover-related fields from throtl_grp (Ming Lei) [RHEL-97189]
99+
- blk-throttle: Fix wrong tg->[bytes/io]_disp update in __tg_update_carryover() (Ming Lei) [RHEL-97189]
100+
- blk-throttle: carry over directly (Ming Lei) [RHEL-97189]
101+
- blk-throttle: don't take carryover for prioritized processing of metadata (Ming Lei) [RHEL-97189]
102+
- blk-throttle: remove last_bytes_disp and last_ios_disp (Ming Lei) [RHEL-97189]
103+
- bpf: Allow to use kfunc XDP hints and frags together (Felix Maurer) [RHEL-101559]
104+
- redhat/configs: Enable early lockdown for Arm (Mark Salter) [RHEL-1927]
105+
- arm64: add early lockdown for secure boot (Mark Salter) [RHEL-1927]
106+
- efi: pass secure boot mode to kernel proper (Mark Salter) [RHEL-1927]
107+
- RDMA/rxe: Fix the warning "__rxe_cleanup+0x12c/0x170 [rdma_rxe]" (CKI Backport Bot) [RHEL-82503] {CVE-2025-21829}
108+
- iommu/s390: allow larger region tables (Christoph Schlameuss) [RHEL-11431]
109+
- iommu/s390: support map/unmap for additional table regions (Christoph Schlameuss) [RHEL-11431]
110+
- iommu/s390: support iova_to_phys for additional table regions (Christoph Schlameuss) [RHEL-11431]
111+
- iommu/s390: support cleanup of additional table regions (Christoph Schlameuss) [RHEL-11431]
112+
- iommu/s390: set appropriate IOTA region type (Christoph Schlameuss) [RHEL-11431]
113+
- s390/pci: Fix dev.dma_range_map missing sentinel element (Christoph Schlameuss) [RHEL-11431]
114+
- iommu/s390: implement iommu passthrough via identity domain (Christoph Schlameuss) [RHEL-11431]
115+
- iommu/s390: handle IOAT registration based on domain (Christoph Schlameuss) [RHEL-11431]
116+
- s390/pci: store DMA offset in bus_dma_region (Christoph Schlameuss) [RHEL-11431]
117+
- s390/pci: check for relaxed translation capability (Christoph Schlameuss) [RHEL-11431]
118+
- misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram() (CKI Backport Bot) [RHEL-97498] {CVE-2022-49788}
119+
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
120+
1121
* Tue Jul 15 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-600.el9]
2122
- net: mana: Add support for Multi Vports on Bare metal (Maxim Levitsky) [RHEL-80096]
3123
- net: mana: Add support for auxiliary device servicing events (Maxim Levitsky) [RHEL-80096]

0 commit comments

Comments
 (0)