Skip to content

Commit bda8b8e

Browse files
committed
Rebuild rocky8_10 with kernel-4.18.0-553.51.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: 539463 Number of commits in rpm: 8 Number of commits matched with upstream: 1 (12.50%) Number of commits in upstream but not in rpm: 539462 Number of commits NOT found in upstream: 7 (87.50%) Rebuilding Kernel on Branch rocky8_10_rebuild_kernel-4.18.0-553.51.1.el8_10 for kernel-4.18.0-553.51.1.el8_10 Clean Cherry Picks: 0 (0.00%) Empty Cherry Picks: 0 (0.00%) _______________________________ __Reverted Commits_______________________ usb: xhci: prevent potential failure in handle_tx_event() for Transfer events without TRB Full Details Located here: ciq/ciq_backports/kernel-4.18.0-553.51.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 0d82206 commit bda8b8e

12 files changed

+49849
-2
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.50.1
15+
RHEL_RELEASE = 553.51.1
1616

1717
#
1818
# ZSTREAM

arch/x86/include/asm/xen/hypercall.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ struct xen_dm_op_buf;
100100
"1: vmmcall \n" \
101101
"2: \n"
102102

103-
#define __HYPERCALL_ENTRY(x) "a" (x), "c" (boot_cpu_data.x86_vendor)
103+
#define __HYPERCALL_ENTRY(x) "a" (x), "c" ((u64)boot_cpu_data.x86_vendor)
104104

105105
#ifdef CONFIG_X86_32
106106
#define __HYPERCALL_RETREG "eax"
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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: 539463
4+
Number of commits in rpm: 8
5+
Number of commits matched with upstream: 1 (12.50%)
6+
Number of commits in upstream but not in rpm: 539462
7+
Number of commits NOT found in upstream: 7 (87.50%)
8+
9+
Rebuilding Kernel on Branch rocky8_10_rebuild_kernel-4.18.0-553.51.1.el8_10 for kernel-4.18.0-553.51.1.el8_10
10+
Clean Cherry Picks: 0 (0.00%)
11+
Empty Cherry Picks: 0 (0.00%)
12+
_______________________________
13+
14+
__EMPTY COMMITS__________________________
15+
16+
__Reverted Commits_______________________
17+
usb: xhci: prevent potential failure in handle_tx_event() for Transfer events without TRB
18+
19+
__CHANGES NOT IN UPSTREAM________________
20+
Adding prod certs and changed cert date to 20210620
21+
Adding Rocky secure boot certs
22+
Fixing vmlinuz removal
23+
Fixing UEFI CA path
24+
Porting to 8.10, debranding and Rocky branding
25+
Fixing pesign_key_name values
26+
x86/xen: use the whole RCX when picking the right hypercall function

0 commit comments

Comments
 (0)