Skip to content

Commit 24b0cb8

Browse files
committed
[redhat] kernel-5.14.0-548.el9
Signed-off-by: Rado Vrbovsky <[email protected]>
1 parent 978c7ec commit 24b0cb8

File tree

2 files changed

+78
-1
lines changed

2 files changed

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

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.6

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,80 @@
1+
* Fri Jan 03 2025 Rado Vrbovsky <[email protected]> [5.14.0-548.el9]
2+
- Revert "block, bfq: merge bfq_release_process_ref() into bfq_put_cooperator()" (Ming Lei) [RHEL-68422]
3+
- block: remove zone append special casing from the direct I/O path (Ming Lei) [RHEL-68422]
4+
- block: fix queue limits checks in blk_rq_map_user_bvec for real (Ming Lei) [RHEL-68422]
5+
- block: fix sanity checks in blk_rq_map_user_bvec (Ming Lei) [RHEL-68422]
6+
- elevator: Remove argument from elevator_find_get (Ming Lei) [RHEL-68422]
7+
- elevator: do not request_module if elevator exists (Ming Lei) [RHEL-68422]
8+
- drbd: Remove unused conn_lowest_minor (Ming Lei) [RHEL-68422]
9+
- block: Fix elevator_get_default() checking for NULL q->tag_set (Ming Lei) [RHEL-68422]
10+
- aoe: fix the potential use-after-free problem in more places (Ming Lei) [RHEL-68422]
11+
- blk_iocost: remove some duplicate irq disable/enables (Ming Lei) [RHEL-68422]
12+
- block: fix blk_rq_map_integrity_sg kernel-doc (Ming Lei) [RHEL-68422]
13+
- block: Remove unused blk_limits_io_{min,opt} (Ming Lei) [RHEL-68422]
14+
- drbd: Fix atomicity violation in drbd_uuid_set_bm() (Ming Lei) [RHEL-68422]
15+
- block: remove bogus union (Ming Lei) [RHEL-68422]
16+
- block: change wait on bd_claiming to use a var_waitqueue (Ming Lei) [RHEL-68422]
17+
- blk-integrity: improved sg segment mapping (Ming Lei) [RHEL-68422]
18+
- block: unexport blk_rq_count_integrity_sg (Ming Lei) [RHEL-68422]
19+
- nvme-rdma: use request to get integrity segments (Ming Lei) [RHEL-68422]
20+
- scsi: use request to get integrity segments (Ming Lei) [RHEL-68422]
21+
- block: provide a request helper for user integrity segments (Ming Lei) [RHEL-68422]
22+
- blk-integrity: consider entire bio list for merging (Ming Lei) [RHEL-68422]
23+
- blk-integrity: properly account for segments (Ming Lei) [RHEL-68422]
24+
- blk-mq: set the nr_integrity_segments from bio (Ming Lei) [RHEL-68422]
25+
- blk-mq: unconditional nr_integrity_segments (Ming Lei) [RHEL-68422]
26+
- blk_iocost: make read-only static array vrate_adj_pct const (Ming Lei) [RHEL-68422]
27+
- block: unpin user pages belonging to a folio at once (Ming Lei) [RHEL-68422]
28+
- mm: release number of pages of a folio (Ming Lei) [RHEL-68422]
29+
- block: introduce folio awareness and add a bigger size from folio (Ming Lei) [RHEL-68422]
30+
- block: Added folio-ized version of bio_add_hw_page() (Ming Lei) [RHEL-68422]
31+
- block, bfq: factor out a helper to split bfqq in bfq_init_rq() (Ming Lei) [RHEL-68422]
32+
- block, bfq: remove local variable 'bfqq_already_existing' in bfq_init_rq() (Ming Lei) [RHEL-68422]
33+
- block, bfq: remove local variable 'split' in bfq_init_rq() (Ming Lei) [RHEL-68422]
34+
- block, bfq: remove bfq_log_bfqg() (Ming Lei) [RHEL-68422]
35+
- block, bfq: merge bfq_release_process_ref() into bfq_put_cooperator() (Ming Lei) [RHEL-68422]
36+
- block, bfq: fix procress reference leakage for bfqq in merge chain (Ming Lei) [RHEL-68422]
37+
- block, bfq: fix uaf for accessing waker_bfqq after splitting (Ming Lei) [RHEL-68422]
38+
- blk-throttle: support prioritized processing of metadata (Ming Lei) [RHEL-68422]
39+
- blk-throttle: remove last_low_overflow_time (Ming Lei) [RHEL-68422]
40+
- drbd: Add NULL check for net_conf to prevent dereference in state validation (Ming Lei) [RHEL-68422]
41+
- blk-mq: add missing unplug trace event (Ming Lei) [RHEL-68422]
42+
- mtip32xx: Remove redundant null pointer checks in mtip_hw_debugfs_init() (Ming Lei) [RHEL-68422]
43+
- nbd: nbd_bg_flags_show: add NBD_FLAG_ROTATIONAL (Ming Lei) [RHEL-68422]
44+
- nbd: implement the WRITE_ZEROES command (Ming Lei) [RHEL-68422]
45+
- MAINTAINERS: Move the BFQ io scheduler to Odd Fixes state (Ming Lei) [RHEL-68422]
46+
- block: fix comment to use set_current_state (Ming Lei) [RHEL-68422]
47+
- MAINTAINERS: move the BFQ io scheduler to orphan state (Ming Lei) [RHEL-68422]
48+
- block, bfq: use bfq_reassign_last_bfqq() in bfq_bfqq_move() (Ming Lei) [RHEL-68422]
49+
- block, bfq: don't break merge chain in bfq_split_bfqq() (Ming Lei) [RHEL-68422]
50+
- block, bfq: choose the last bfqq from merge chain in bfq_setup_cooperator() (Ming Lei) [RHEL-68422]
51+
- block, bfq: fix possible UAF for bfqq->bic with merge chain (Ming Lei) [RHEL-68422]
52+
- block: don't use bio_split_rw on misc operations (Ming Lei) [RHEL-68422]
53+
- block: properly handle REQ_OP_ZONE_APPEND in __bio_split_to_limits (Ming Lei) [RHEL-68422]
54+
- block: constify the lim argument to queue_limits_max_zone_append_sectors (Ming Lei) [RHEL-68422]
55+
- block: rework bio splitting (Ming Lei) [RHEL-68422]
56+
- block: export bio_split_rw (Ming Lei) [RHEL-68422]
57+
- block/rnbd-srv: Add sanity check and remove redundant assignment (Ming Lei) [RHEL-68422]
58+
- drbd: Remove an unused field in struct drbd_device (Ming Lei) [RHEL-68422]
59+
- pktcdvd: remove unnecessary debugfs_create_dir() error check (Ming Lei) [RHEL-68422]
60+
- blk-cgroup: Remove unused declaration blkg_path() (Ming Lei) [RHEL-68422]
61+
- block: constify ext_pi_ref_escape() (Ming Lei) [RHEL-68422]
62+
- block: delete module stuff from t10-pi (Ming Lei) [RHEL-68422]
63+
- drbd: Remove unused extern declarations (Ming Lei) [RHEL-68422]
64+
- nbd: add support for rotational devices (Ming Lei) [RHEL-68422]
65+
- blk-ioprio: remove per-disk structure (Ming Lei) [RHEL-68422]
66+
- blk-ioprio: remove ioprio_blkcg_from_bio() (Ming Lei) [RHEL-68422]
67+
- blk-cgroup: check for pd_(alloc|free)_fn in blkcg_activate_policy() (Ming Lei) [RHEL-68422]
68+
- block: Fix dio_cleanup() to advance the head index (Ming Lei) [RHEL-68422]
69+
- block: Use iov_iter_extract_pages() and page pinning in direct-io.c (Ming Lei) [RHEL-68422]
70+
- block: convert bio_map_user_iov to use iov_iter_extract_pages (Ming Lei) [RHEL-68422]
71+
- block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages (Ming Lei) [RHEL-68422]
72+
- block: Add BIO_PAGE_PINNED and associated infrastructure (Ming Lei) [RHEL-68422]
73+
- block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic (Ming Lei) [RHEL-68422]
74+
- block: Fix bio_flagged() so that gcc can better optimise it (Ming Lei) [RHEL-68422]
75+
- iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing (Ming Lei) [RHEL-68422]
76+
Resolves: RHEL-68422
77+
178
* Mon Dec 30 2024 Patrick Talbert <[email protected]> [5.14.0-547.el9]
279
- workqueue: Introduce from_work() helper for cleaner callback declarations (CKI Backport Bot) [RHEL-71464]
380
- x86/cacheinfo: Delete global num_cache_leaves (David Arcari) [RHEL-22704]

0 commit comments

Comments
 (0)