Skip to content

Commit e26c1a0

Browse files
committed
Rebuild rocky9_4 with kernel-5.14.0-427.16.1.el9_4
Rebuild_History BUILDABLERebuilding 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: 281 Number of commits matched with upstream: 265 (94.31%) Number of commits in upstream but not in rpm: 487860 Number of commits NOT found in upstream: 16 (5.69%) Rebuilding Kernel on Branch rocky9_4_rebuild_kernel-5.14.0-427.16.1.el9_4 for kernel-5.14.0-427.16.1.el9_4 Clean Cherry Picks: 226 (85.28%) Empty Cherry Picks: 35 (13.21%) _______________________________ Full Details Located here: ciq/ciq_backports/kernel-5.14.0-427.16.1.el9_4/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 e1d38b1 commit e26c1a0

File tree

5,604 files changed

+15415
-3554
lines changed

Some content is hidden

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

5,604 files changed

+15415
-3554
lines changed
File renamed without changes.

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4520,6 +4520,10 @@
45204520
printk.time= Show timing data prefixed to each printk message line
45214521
Format: <bool> (1/Y/y=enable, 0/N/n=disable)
45224522

4523+
printk_no_perconsole_kthreads
4524+
[KNL] Disable the printk per-console device kthreads.
4525+
This option is not available for RT kernels.
4526+
45234527
processor.max_cstate= [HW,ACPI]
45244528
Limit processor to maximum C-state
45254529
max_cstate=9 overrides any DMI blacklist limit.

Documentation/networking/device_drivers/atm/cxacru-cf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#! /usr/bin/python3 -s
22
# Copyright 2009 Simon Arlott
33
#
44
# This program is free software; you can redistribute it and/or modify it

Documentation/sphinx/kernel_include.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#! /usr/bin/python3 -s
22
# -*- coding: utf-8; mode: python -*-
33
# pylint: disable=R0903, C0330, R0914, R0912, E0401
44

Documentation/sphinx/maintainers_include.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#! /usr/bin/python3 -s
22
# SPDX-License-Identifier: GPL-2.0
33
# -*- coding: utf-8; mode: python -*-
44
# pylint: disable=R0903, C0330, R0914, R0912, E0401

Documentation/sphinx/rstFlatTable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#! /usr/bin/python3 -s
22
# -*- coding: utf-8; mode: python -*-
33
# pylint: disable=C0330, R0903, R0912
44

Documentation/target/tcm_mod_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#! /usr/bin/python3 -s
22
# The TCM v4 multi-protocol fabric module generation script for drivers/target/$NEW_MOD
33
#
44
# Copyright (c) 2010 Rising Tide Systems

Documentation/trace/postprocess/decode_msr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#! /usr/bin/python3 -s
22
# add symbolic names to read_msr / write_msr in trace
33
# decode_msr msr-index.h < trace
44
import sys

Makefile.rhelver

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RHEL_MINOR = 4
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 427
15+
RHEL_RELEASE = 427.16.1
1616

1717
#
1818
# ZSTREAM
@@ -34,7 +34,7 @@ RHEL_RELEASE = 427
3434
# (when you give RHDISTGIT_BRANCH on the command line, in which case the Z
3535
# number will be incremented instead of the Y).
3636
#
37-
ZSTREAM ?= no
37+
ZSTREAM ?= yes
3838

3939
#
4040
# Early y+1 numbering

arch/arm64/include/asm/tlbflush.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ static inline void flush_tlb_mm(struct mm_struct *mm)
253253
__tlbi(aside1is, asid);
254254
__tlbi_user(aside1is, asid);
255255
dsb(ish);
256-
mmu_notifier_invalidate_range(mm, 0, -1UL);
256+
mmu_notifier_arch_invalidate_secondary_tlbs(mm, 0, -1UL);
257257
}
258258

259259
static inline void flush_tlb_page_nosync(struct vm_area_struct *vma,
@@ -265,7 +265,7 @@ static inline void flush_tlb_page_nosync(struct vm_area_struct *vma,
265265
addr = __TLBI_VADDR(uaddr, ASID(vma->vm_mm));
266266
__tlbi(vale1is, addr);
267267
__tlbi_user(vale1is, addr);
268-
mmu_notifier_invalidate_range(mm, uaddr & PAGE_MASK,
268+
mmu_notifier_arch_invalidate_secondary_tlbs(vma->vm_mm, uaddr & PAGE_MASK,
269269
(uaddr & PAGE_MASK) + PAGE_SIZE);
270270
}
271271

@@ -380,7 +380,7 @@ static inline void __flush_tlb_range(struct vm_area_struct *vma,
380380
__flush_tlb_range_op(vae1is, start, pages, stride, asid, tlb_level, true);
381381

382382
dsb(ish);
383-
mmu_notifier_invalidate_range(vma->vm_mm, start, end);
383+
mmu_notifier_arch_invalidate_secondary_tlbs(vma->vm_mm, start, end);
384384
}
385385

386386
static inline void flush_tlb_range(struct vm_area_struct *vma,

0 commit comments

Comments
 (0)