Skip to content

Commit 99b4f48

Browse files
committed
Rebuild rocky8_10 with kernel-4.18.0-553.81.1.el8_10
Rebuild_History BUILDABLE Rebuilding Kernel from rpm changelog with Fuzz Limit: 87.50% Number of commits in upstream range v4.18~1..kernel-mainline: 567757 Number of commits in rpm: 102 Number of commits matched with upstream: 95 (93.14%) Number of commits in upstream but not in rpm: 567662 Number of commits NOT found in upstream: 7 (6.86%) Rebuilding Kernel on Branch rocky8_10_rebuild_kernel-4.18.0-553.81.1.el8_10 for kernel-4.18.0-553.81.1.el8_10 Clean Cherry Picks: 76 (80.00%) Empty Cherry Picks: 18 (18.95%) _______________________________ Full Details Located here: ciq/ciq_backports/kernel-4.18.0-553.81.1.el8_10/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 0a881c2 commit 99b4f48

33 files changed

+276
-50165
lines changed

Makefile.rhelver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RHEL_MINOR = 10
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 553.80.1
15+
RHEL_RELEASE = 553.81.1
1616

1717
#
1818
# ZSTREAM

arch/powerpc/include/asm/pgtable.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,9 @@ static inline void mark_initmem_nx(void) { }
6868
#define is_ioremap_addr is_ioremap_addr
6969
static inline bool is_ioremap_addr(const void *x)
7070
{
71-
#ifdef CONFIG_MMU
7271
unsigned long addr = (unsigned long)x;
7372

7473
return addr >= IOREMAP_BASE && addr < IOREMAP_END;
75-
#else
76-
return false;
77-
#endif
7874
}
7975
#endif /* CONFIG_PPC64 */
8076

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
Rebuild_History BUILDABLE
2+
Rebuilding Kernel from rpm changelog with Fuzz Limit: 87.50%
3+
Number of commits in upstream range v4.18~1..kernel-mainline: 567757
4+
Number of commits in rpm: 102
5+
Number of commits matched with upstream: 95 (93.14%)
6+
Number of commits in upstream but not in rpm: 567662
7+
Number of commits NOT found in upstream: 7 (6.86%)
8+
9+
Rebuilding Kernel on Branch rocky8_10_rebuild_kernel-4.18.0-553.81.1.el8_10 for kernel-4.18.0-553.81.1.el8_10
10+
Clean Cherry Picks: 76 (80.00%)
11+
Empty Cherry Picks: 18 (18.95%)
12+
_______________________________
13+
14+
__EMPTY COMMITS__________________________
15+
c4028fa2daa059ac9231ab3a4f57cbae814b3625 powerpc/mm: drop #ifdef CONFIG_MMU in is_ioremap_addr()
16+
c852023e6fd4fa5f75175729e0b55abb062ca799 huge tmpfs: move shmem_huge_enabled() upwards
17+
5e6e5a12a44ca5ff2b130d8d39aaf9b8c026de94 huge tmpfs: shmem_is_huge(vma, inode, index)
18+
ac86f547ca1002aec2ef66b9e64d03f45bbbfbb9 mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty_slowpath()
19+
48731c8436c68ce5597dfe72f3836bd6808bedde mm, compaction: rename compact_control->rescan to finish_pageblock
20+
e0228d590beb0d0af345c58a282f01afac5c57f3 mm: zswap: shrink until can accept
21+
54abe19e00cfcc5a72773d15cd00ed19ab763439 writeback: fix dereferencing NULL mapping->host on writeback_page_template
22+
899c6efe58dbe8cb9768057ffc206d03e5a89ce8 mm/vmalloc: extend __find_vmap_area() with one more argument
23+
9ea9cb00a82b53ec39630eac718776d37e41b35a mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcement
24+
8446a4deb6b6bc998f1d8d2a85d1a0c64b9e3a71 slab: kmalloc_size_roundup() must not return 0 for non-zero size
25+
b958d4d08fbfe938af24ea06ebbf839b48fa18a9 mm: hugetlb: simplify per-node sysfs creation and removal
26+
a4a00b451ef5e1deb959088e25e248f4ee399792 mm: hugetlb: eliminate memory-less nodes handling
27+
48b5928e18dc27e05cab3dc4c78cd8a15baaf1e5 base/node.c: initialize the accessor list before registering
28+
63fd327016fdfca6f2fa27eba3496bd079eb8ed3 mm: memcontrol: don't throttle dying tasks on memory.high
29+
d9b3ce8769e371554a669f262bbc61c02a40efcc mm: writeback: ratelimit stat flush from mem_cgroup_wb_stats
30+
287d5fedb377ddc232b216b882723305b27ae31a mm: memcg: use larger batches for proactive reclaim
31+
67bab13307c83fb742c2556b06cdc39dbad27f07 mm/hugetlb: wait for hugetlb folios to be freed
32+
a995199384347261bb3f21b2e171fa7f988bd2f8 mm: fix apply_to_existing_page_range()
33+
34+
__CHANGES NOT IN UPSTREAM________________
35+
Adding prod certs and changed cert date to 20210620
36+
Adding Rocky secure boot certs
37+
Fixing vmlinuz removal
38+
Fixing UEFI CA path
39+
Porting to 8.10, debranding and Rocky branding
40+
Fixing pesign_key_name values
41+
dlm: move to rinfo for all middle conversion cases

0 commit comments

Comments
 (0)