Skip to content

Commit cad0cbc

Browse files
committed
Rebuild rocky9_6 with kernel-5.14.0-570.25.1.el9_6
Rebuild_History BUILDABLE Rebuilding Kernel from rpm changelog with Fuzz Limit: 87.50% Number of commits in upstream range v5.14~1..kernel-mainline: 309912 Number of commits in rpm: 9 Number of commits matched with upstream: 7 (77.78%) Number of commits in upstream but not in rpm: 309905 Number of commits NOT found in upstream: 2 (22.22%) Rebuilding Kernel on Branch rocky9_6_rebuild_kernel-5.14.0-570.25.1.el9_6 for kernel-5.14.0-570.25.1.el9_6 Clean Cherry Picks: 6 (85.71%) Empty Cherry Picks: 1 (14.29%) _______________________________ Full Details Located here: ciq/ciq_backports/kernel-5.14.0-570.25.1.el9_6/rebuild.details.txt Includes: * git commit header above * Empty Commits with upstream SHA * RPM ChangeLog Entries that could not be matched Individual Empty Commit failures contained in the same containing directory. The git message for empty commits will have the path for the failed commit. File names are the first 8 characters of the upstream SHA
1 parent 8766d31 commit cad0cbc

22 files changed

+128947
-1
lines changed
File renamed without changes.

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 = 570.24.1
15+
RHEL_RELEASE = 570.25.1
1616

1717
#
1818
# ZSTREAM

block/blk-mq.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3193,6 +3193,7 @@ int blk_rq_prep_clone(struct request *rq, struct request *rq_src,
31933193
rq->special_vec = rq_src->special_vec;
31943194
}
31953195
rq->nr_phys_segments = rq_src->nr_phys_segments;
3196+
rq->nr_integrity_segments = rq_src->nr_integrity_segments;
31963197
rq->ioprio = rq_src->ioprio;
31973198

31983199
if (rq->bio && blk_crypto_rq_bio_prep(rq, rq->bio, gfp_mask) < 0)
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Rebuild_History BUILDABLE
2+
Rebuilding Kernel from rpm changelog with Fuzz Limit: 87.50%
3+
Number of commits in upstream range v5.14~1..kernel-mainline: 309912
4+
Number of commits in rpm: 9
5+
Number of commits matched with upstream: 7 (77.78%)
6+
Number of commits in upstream but not in rpm: 309905
7+
Number of commits NOT found in upstream: 2 (22.22%)
8+
9+
Rebuilding Kernel on Branch rocky9_6_rebuild_kernel-5.14.0-570.25.1.el9_6 for kernel-5.14.0-570.25.1.el9_6
10+
Clean Cherry Picks: 6 (85.71%)
11+
Empty Cherry Picks: 1 (14.29%)
12+
_______________________________
13+
14+
__EMPTY COMMITS__________________________
15+
fc0e982b8a3a169b1c654d9a1aa45bf292943ef2 block: make sure ->nr_integrity_segments is cloned in blk_rq_prep_clone
16+
17+
__CHANGES NOT IN UPSTREAM________________
18+
Porting to Rocky Linux 9, debranding and Rocky branding'
19+
Ensure aarch64 kernel is not compressed'

0 commit comments

Comments
 (0)