Skip to content

Commit 1ddd401

Browse files
committed
Rebuild rocky9_5 with kernel-5.14.0-503.33.1.el9_5
Rebuild_History BUILDABLE Rebuilding Kernel from rpm changelog with Fuzz Limit: 87.50% Number of commits in upstream range v5.14~1..master: 294815 Number of commits in rpm: 10 Number of commits matched with upstream: 8 (80.00%) Number of commits in upstream but not in rpm: 294807 Number of commits NOT found in upstream: 2 (20.00%) Rebuilding Kernel on Branch rocky9_5_rebuild_kernel-5.14.0-503.33.1.el9_5 for kernel-5.14.0-503.33.1.el9_5 Clean Cherry Picks: 8 (100.00%) Empty Cherry Picks: 0 (0.00%) _______________________________ Full Details Located here: ciq/ciq_backports/kernel-5.14.0-503.33.1.el9_5/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 5cd9c18 commit 1ddd401

20 files changed

+38
-108954
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 = 5
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 503.31.1
15+
RHEL_RELEASE = 503.33.1
1616

1717
#
1818
# ZSTREAM

arch/x86/mm/ident_map.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ static int ident_pud_init(struct x86_mapping_info *info, pud_t *pud_page,
3333
next = end;
3434

3535
/* if this is already a gbpage, this portion is already mapped */
36-
if (pud_large(*pud))
36+
if (pud_leaf(*pud))
3737
continue;
3838

3939
/* Is using a gbpage allowed? */
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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..master: 294815
4+
Number of commits in rpm: 10
5+
Number of commits matched with upstream: 8 (80.00%)
6+
Number of commits in upstream but not in rpm: 294807
7+
Number of commits NOT found in upstream: 2 (20.00%)
8+
9+
Rebuilding Kernel on Branch rocky9_5_rebuild_kernel-5.14.0-503.33.1.el9_5 for kernel-5.14.0-503.33.1.el9_5
10+
Clean Cherry Picks: 8 (100.00%)
11+
Empty Cherry Picks: 0 (0.00%)
12+
_______________________________
13+
14+
__EMPTY COMMITS__________________________
15+
16+
__CHANGES NOT IN UPSTREAM________________
17+
Porting to Rocky Linux 9, debranding and Rocky branding'
18+
Ensure aarch64 kernel is not compressed'

0 commit comments

Comments
 (0)