Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile.rhelver
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RHEL_MINOR = 10
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 553.50.1
RHEL_RELEASE = 553.51.1

#
# ZSTREAM
Expand Down
2 changes: 1 addition & 1 deletion arch/x86/include/asm/xen/hypercall.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ struct xen_dm_op_buf;
"1: vmmcall \n" \
"2: \n"

#define __HYPERCALL_ENTRY(x) "a" (x), "c" (boot_cpu_data.x86_vendor)
#define __HYPERCALL_ENTRY(x) "a" (x), "c" ((u64)boot_cpu_data.x86_vendor)

#ifdef CONFIG_X86_32
#define __HYPERCALL_RETREG "eax"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
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%)
_______________________________

__EMPTY COMMITS__________________________

__Reverted Commits_______________________
usb: xhci: prevent potential failure in handle_tx_event() for Transfer events without TRB

__CHANGES NOT IN UPSTREAM________________
Adding prod certs and changed cert date to 20210620
Adding Rocky secure boot certs
Fixing vmlinuz removal
Fixing UEFI CA path
Porting to 8.10, debranding and Rocky branding
Fixing pesign_key_name values
x86/xen: use the whole RCX when picking the right hypercall function
Loading