Skip to content

Commit 4de01b5

Browse files
committed
Rebuild rocky10_0 with kernel-6.12.0-55.18.1.el10_0
Rebuild_History BUILDABLE Rebuilding Kernel from rpm changelog with Fuzz Limit: 87.50% Number of commits in upstream range v6.12~1..kernel-mainline: 52012 Number of commits in rpm: 12 Number of commits matched with upstream: 9 (75.00%) Number of commits in upstream but not in rpm: 52003 Number of commits NOT found in upstream: 3 (25.00%) Rebuilding Kernel on Branch rocky10_0_rebuild_kernel-6.12.0-55.18.1.el10_0 for kernel-6.12.0-55.18.1.el10_0 Clean Cherry Picks: 7 (77.78%) Empty Cherry Picks: 2 (22.22%) _______________________________ Full Details Located here: ciq/ciq_backports/kernel-6.12.0-55.18.1.el10_0/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 bf99b36 commit 4de01b5

29 files changed

+60
-188325
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 = 0
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 55.17.1
15+
RHEL_RELEASE = 55.18.1
1616

1717
#
1818
# RHEL_REBASE_NUM

block/blk-mq.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3187,6 +3187,7 @@ int blk_rq_prep_clone(struct request *rq, struct request *rq_src,
31873187
rq->special_vec = rq_src->special_vec;
31883188
}
31893189
rq->nr_phys_segments = rq_src->nr_phys_segments;
3190+
rq->nr_integrity_segments = rq_src->nr_integrity_segments;
31903191
rq->ioprio = rq_src->ioprio;
31913192
rq->write_hint = rq_src->write_hint;
31923193

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Rebuild_History BUILDABLE
2+
Rebuilding Kernel from rpm changelog with Fuzz Limit: 87.50%
3+
Number of commits in upstream range v6.12~1..kernel-mainline: 52012
4+
Number of commits in rpm: 12
5+
Number of commits matched with upstream: 9 (75.00%)
6+
Number of commits in upstream but not in rpm: 52003
7+
Number of commits NOT found in upstream: 3 (25.00%)
8+
9+
Rebuilding Kernel on Branch rocky10_0_rebuild_kernel-6.12.0-55.18.1.el10_0 for kernel-6.12.0-55.18.1.el10_0
10+
Clean Cherry Picks: 7 (77.78%)
11+
Empty Cherry Picks: 2 (22.22%)
12+
_______________________________
13+
14+
__EMPTY COMMITS__________________________
15+
fc0e982b8a3a169b1c654d9a1aa45bf292943ef2 block: make sure ->nr_integrity_segments is cloned in blk_rq_prep_clone
16+
690e47d1403e90b7f2366f03b52ed3304194c793 sched/rt: Fix race in push_rt_task
17+
18+
__CHANGES NOT IN UPSTREAM________________
19+
Porting to Rocky Linux 10, debranding and Rocky Linux branding'
20+
Add partial riscv64 support for build root'
21+
Provide basic VisionFive 2 support'

0 commit comments

Comments
 (0)