Skip to content

Commit cc42a7a

Browse files
committed
Rebuild rocky9_8 with kernel-5.14.0-687.10.1.el9_8
Rebuild_History BUILDABLE Rebuilding Kernel from rpm changelog with Fuzz Limit: 87.50% Number of commits in upstream range v5.14~1..kernel-mainline: 380232 Number of commits in rpm: 100 Number of commits matched with upstream: 91 (91.00%) Number of commits in upstream but not in rpm: 380141 Number of commits NOT found in upstream: 9 (9.00%) Rebuilding Kernel on Branch rocky9_8_rebuild_kernel-5.14.0-687.10.1.el9_8 for kernel-5.14.0-687.10.1.el9_8 Clean Cherry Picks: 38 (41.76%) Empty Cherry Picks: 2 (2.20%) _______________________________ Full Details Located here: ciq/ciq_backports/kernel-5.14.0-687.10.1.el9_8/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 50bc142 commit cc42a7a

49 files changed

Lines changed: 132701 additions & 733 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile.rhelver

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

1717
#
1818
# ZSTREAM

arch/powerpc/tools/gcc-check-fpatchable-function-entry.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# SPDX-License-Identifier: GPL-2.0
33

44
set -e
5-
set -o pipefail
65

76
# To debug, uncomment the following line
87
# set -x

arch/x86/boot/compressed/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ vmlinux-objs-$(CONFIG_EFI_SBAT) += $(obj)/sbat.o
122122
ifdef CONFIG_EFI_SBAT
123123
# Strip quotes
124124
$(obj)/sbat.o: $(strip $(subst ",,$(CONFIG_EFI_SBAT_FILE)))
125+
AFLAGS_sbat.o += -I $(srctree)
125126
endif
126127

127128
$(obj)/vmlinux: $(vmlinux-objs-y) FORCE
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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..kernel-mainline: 380232
4+
Number of commits in rpm: 100
5+
Number of commits matched with upstream: 91 (91.00%)
6+
Number of commits in upstream but not in rpm: 380141
7+
Number of commits NOT found in upstream: 9 (9.00%)
8+
9+
Rebuilding Kernel on Branch rocky9_8_rebuild_kernel-5.14.0-687.10.1.el9_8 for kernel-5.14.0-687.10.1.el9_8
10+
Clean Cherry Picks: 38 (41.76%)
11+
Empty Cherry Picks: 2 (2.20%)
12+
_______________________________
13+
14+
__EMPTY COMMITS__________________________
15+
13e00fdc9236bd4d0bff4109d2983171fbcb74c4 net: add skb_header_pointer_careful() helper
16+
3d1973a0c76a78a4728cff13648a188ed486cf44 x86/boot: Handle relative CONFIG_EFI_SBAT_FILE file paths
17+
18+
__CHANGES NOT IN UPSTREAM________________
19+
Replace sbat with Rocky Linux sbat
20+
Change bug tracker URL
21+
Ensure appended release in sbat is removed'
22+
net: skbuff: propagate shared-frag marker through frag-transfer helpers
23+
net: skbuff: preserve shared-frag marker during coalescing
24+
ptrace: slightly saner 'get_dumpable()' logic
25+
xfrm: esp: avoid in-place decrypt on shared skb frags
26+
scsi: lpfc: avoid crashing in lpfc_nlp_get() if lpfc_nodelist was freed
27+
ice: fix page leak for zero-size Rx descriptors

0 commit comments

Comments
 (0)