Skip to content

Commit 657b4d2

Browse files
committed
Rebuild rocky8_10 with kernel-4.18.0-553.30.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..master: 488125 Number of commits in rpm: 31 Number of commits matched with upstream: 18 (58.06%) Number of commits in upstream but not in rpm: 488107 Number of commits NOT found in upstream: 13 (41.94%) Rebuilding Kernel on Branch rocky8_10_rebuild_kernel-4.18.0-553.30.1.el8_10 for kernel-4.18.0-553.30.1.el8_10 Clean Cherry Picks: 13 (72.22%) Empty Cherry Picks: 5 (27.78%) _______________________________ Full Details Located here: ciq/ciq_backports/kernel-4.18.0-553.30.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 0149166 commit 657b4d2

38 files changed

+561
-50275
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.27.1
15+
RHEL_RELEASE = 553.30.1
1616

1717
#
1818
# ZSTREAM

arch/s390/mm/cmm.c

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,12 @@ static long cmm_alloc_pages(long nr, long *counter,
9898
(*counter)++;
9999
spin_unlock(&cmm_lock);
100100
nr--;
101+
cond_resched();
101102
}
102103
return nr;
103104
}
104105

105-
static long cmm_free_pages(long nr, long *counter, struct cmm_page_array **list)
106+
static long __cmm_free_pages(long nr, long *counter, struct cmm_page_array **list)
106107
{
107108
struct cmm_page_array *pa;
108109
unsigned long addr;
@@ -126,6 +127,21 @@ static long cmm_free_pages(long nr, long *counter, struct cmm_page_array **list)
126127
return nr;
127128
}
128129

130+
static long cmm_free_pages(long nr, long *counter, struct cmm_page_array **list)
131+
{
132+
long inc = 0;
133+
134+
while (nr) {
135+
inc = min(256L, nr);
136+
nr -= inc;
137+
inc = __cmm_free_pages(inc, counter, list);
138+
if (inc)
139+
break;
140+
cond_resched();
141+
}
142+
return nr + inc;
143+
}
144+
129145
static int cmm_oom_notify(struct notifier_block *self,
130146
unsigned long dummy, void *parm)
131147
{

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? */

block/blk-core.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,10 @@ blk_status_t blk_insert_cloned_request(struct request_queue *q, struct request *
12141214
* bypass a potential scheduler on the bottom device for
12151215
* insert.
12161216
*/
1217-
return blk_mq_request_issue_directly(rq, true);
1217+
ret = blk_mq_request_issue_directly(rq, true);
1218+
if (ret)
1219+
blk_account_io_done(rq, ktime_get_ns());
1220+
return ret;
12181221
}
12191222
EXPORT_SYMBOL_GPL(blk_insert_cloned_request);
12201223

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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..master: 488125
4+
Number of commits in rpm: 31
5+
Number of commits matched with upstream: 18 (58.06%)
6+
Number of commits in upstream but not in rpm: 488107
7+
Number of commits NOT found in upstream: 13 (41.94%)
8+
9+
Rebuilding Kernel on Branch rocky8_10_rebuild_kernel-4.18.0-553.30.1.el8_10 for kernel-4.18.0-553.30.1.el8_10
10+
Clean Cherry Picks: 13 (72.22%)
11+
Empty Cherry Picks: 5 (27.78%)
12+
_______________________________
13+
14+
__EMPTY COMMITS__________________________
15+
70f08f914a37a0881a7f17068e03ff5a5024822d cifs: remove useless DeleteMidQEntry()
16+
e6322fd177c6885a21dd4609dc5e5c973d1a2eb7 smb: client: fix potential deadlock when releasing mids
17+
543576ec15b17c0c93301ac8297333c7b6e84ac7 bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE
18+
de036dcaca65cf94bf7ff09c571c077f02bc92b4 cifs: Fix uninitialized memory reads for oparms.mode
19+
592ee1197f78b30bd60c87db9b6c8c045c8d8314 blk-mq: fix missing blk_account_io_done() in error path
20+
21+
__CHANGES NOT IN UPSTREAM________________
22+
Adding prod certs and changed cert date to 20210620
23+
Adding Rocky secure boot certs
24+
Fixing vmlinuz removal
25+
Fixing UEFI CA path
26+
Porting to 8.10, debranding and Rocky branding
27+
Fixing pesign_key_name values
28+
smb: client: use actual path when queryfs
29+
autofs: fix thinko in validate_dev_ioctl()
30+
autofs: add per dentry expire timeout
31+
mptcp: pm: Fix uaf in __timer_delete_sync
32+
cifs: fix dfs link failover in cifs_tree_connect()
33+
s390/mm: Add cond_resched() to cmm_alloc/free_pages()
34+
gitlab-ci: provide consistent kcidb_tree_name

0 commit comments

Comments
 (0)