Skip to content

Commit f138c66

Browse files
author
CKI KWF Bot
committed
[redhat] kernel-5.14.0-637.el9
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
1 parent 04e073d commit f138c66

File tree

2 files changed

+109
-1
lines changed

2 files changed

+109
-1
lines changed

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 = 636
15+
RHEL_RELEASE = 637
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.8

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,111 @@
1+
* Wed Nov 12 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-637.el9]
2+
- net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync() (Mete Durlu) [RHEL-99989]
3+
- net/smc: fix UAF on smcsk after smc_listen_out() (Mete Durlu) [RHEL-99989]
4+
- smc: Fix various oops due to inet_sock type confusion. (Mete Durlu) [RHEL-99989]
5+
- net/smc: convert timeouts to secs_to_jiffies() (Mete Durlu) [RHEL-99989]
6+
- net/smc: replace strncpy with strscpy (Mete Durlu) [RHEL-99989]
7+
- net/smc: remove unused function smc_lo_supports_v2 (Mete Durlu) [RHEL-99989]
8+
- net/smc: remove unused input parameters in smc_buf_get_slot (Mete Durlu) [RHEL-99989]
9+
- s390: ism: Pass string literal as format argument of dev_set_name() (Mete Durlu) [RHEL-99989]
10+
- smc: Fix lockdep false-positive for IPPROTO_SMC. (Mete Durlu) [RHEL-99989]
11+
- net/smc: use the correct ndev to find pnetid by pnetid table (Mete Durlu) [RHEL-99989]
12+
- net/smc: fix data error when recvmsg with MSG_PEEK flag (Mete Durlu) [RHEL-99989]
13+
- net/smc: delete pointless divide by one (Mete Durlu) [RHEL-99989]
14+
- net/smc: support SMC-R V2 for rdma devices with max_recv_sge equals to 1 (Mete Durlu) [RHEL-99989]
15+
- net/smc: fix LGR and link use-after-free issue (Mete Durlu) [RHEL-99989]
16+
- net/smc: initialize close_work early to avoid warning (Mete Durlu) [RHEL-99989]
17+
- net/smc: do not leave a dangling sk pointer in __smc_create() (Mete Durlu) [RHEL-99989]
18+
- net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetid (Mete Durlu) [RHEL-99989]
19+
- net/smc: Fix memory leak when using percpu refs (Mete Durlu) [RHEL-99989]
20+
- net/smc: Address spelling errors (Mete Durlu) [RHEL-99989]
21+
- net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMC (Mete Durlu) [RHEL-99989]
22+
- net/smc: add sysctl for smc_limit_hs (Mete Durlu) [RHEL-99989]
23+
- net/smc: prevent NULL pointer dereference in txopt_get (Mete Durlu) [RHEL-99989]
24+
- net/smc: introduce statistics for ringbufs usage of net namespace (Mete Durlu) [RHEL-99989]
25+
- net/smc: introduce statistics for allocated ringbufs of link group (Mete Durlu) [RHEL-99989]
26+
- net/smc: Use static_assert() to check struct sizes (Mete Durlu) [RHEL-99989]
27+
- net/smc: add the max value of fallback reason count (Mete Durlu) [RHEL-99989]
28+
- net/smc: remove unused input parameters in smcr_new_buf_create (Mete Durlu) [RHEL-99989]
29+
- net/smc: remove redundant code in smc_connect_check_aclc (Mete Durlu) [RHEL-99989]
30+
- Subject: net/smc: remove the fallback in __smc_connect (Mete Durlu) [RHEL-99989]
31+
- Subject: net/smc: remove unreferenced header in smc_loopback.h file (Mete Durlu) [RHEL-99989]
32+
- Subject: net/smc: prevent UAF in inet_create() (Mete Durlu) [RHEL-99989]
33+
- net/smc: {at|de}tach sndbuf to peer DMB if supported (Mete Durlu) [RHEL-99989]
34+
- gitlab-ci: disable automotive pipelines (Scott Weaver)
35+
- redhat: use RELEASE_LOCALVERSION also for dist-get-tag (Jan Stancek)
36+
- redhat: introduce RELEASE_LOCALVERSION variable (Jan Stancek)
37+
- redhat: remove EARLY ystream bits (Jan Stancek)
38+
- bpf: Do not audit capability check in do_jit() (Ondrej Mosnacek) [RHEL-105376]
39+
- io_uring/waitid: always prune wait queue entry in io_waitid_wait() (CKI Backport Bot) [RHEL-124973] {CVE-2025-40047}
40+
- mfd: intel-lpss: Add Intel Wildcat Lake LPSS PCI IDs (CKI Backport Bot) [RHEL-95651]
41+
- dma/mapping.c: dev_dbg support for dma_addressing_limited (Prarit Bhargava) [RHEL-117031]
42+
- x86/mm/init: Handle the special case of device private pages in add_pages(), to not increase max_pfn and trigger dma_addressing_limited() bounce buffers (Prarit Bhargava) [RHEL-117031]
43+
- x86/kaslr: Reduce KASLR entropy on most x86 systems (Prarit Bhargava) [RHEL-117031]
44+
- KVM: x86: Advertise support for AMD's PREFETCHI (Paolo Bonzini) [RHEL-98696]
45+
- KVM: s390: Fix access to unavailable adapter indicator pages during postcopy (Thomas Huth) [RHEL-43214]
46+
- iommu/s390: Make attach succeed when the device was surprise removed (Thomas Huth) [RHEL-113452]
47+
- iommu/s390: Fix memory corruption when using identity domain (Thomas Huth) [RHEL-113452]
48+
- KVM: s390: Fix incorrect usage of mmu_notifier_register() (Thomas Huth) [RHEL-113452]
49+
- KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMY (Thomas Huth) [RHEL-113452]
50+
- KVM: s390: Remove unneeded srcu lock (Thomas Huth) [RHEL-113452]
51+
- s390/vfio-ap: Fix no AP queue sharing allowed message written to kernel log (Thomas Huth) [RHEL-113452]
52+
- s390/kvm: Split kvm_host header file (Thomas Huth) [RHEL-113452]
53+
- s390/entry: Move early program check handler to entry.S (Thomas Huth) [RHEL-113452]
54+
- s390: Remove 2k vs 4k page table leftovers (Thomas Huth) [RHEL-113452]
55+
- s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste() (Thomas Huth) [RHEL-113452]
56+
- s390/mm: Convert pgste_val() into function (Thomas Huth) [RHEL-113452]
57+
- s390/mm: Convert pgprot_val() into function (Thomas Huth) [RHEL-113452]
58+
- s390: Add missing _TIF defines (Thomas Huth) [RHEL-113452]
59+
- s390/syscall: Merge __do_syscall() and do_syscall() (Thomas Huth) [RHEL-113452]
60+
- KVM: s390: Don't use %%pK through debug printing (Thomas Huth) [RHEL-113452]
61+
- KVM: s390: Don't use %%pK through tracepoints (Thomas Huth) [RHEL-113452]
62+
- s390/asm-offsets: Rename __LC_PGM_INT_CODE (Thomas Huth) [RHEL-113452]
63+
- s390/vfio-ap: Notify userspace that guest's AP config changed when mdev removed (Thomas Huth) [RHEL-72996]
64+
- s390/vfio-ap: Signal eventfd when guest AP configuration is changed (Thomas Huth) [RHEL-72996]
65+
- s390/vfio-ccw: Make mdev_types not look like a fake flex array (Thomas Huth) [RHEL-113452]
66+
- s390/vfio-ap: Make mdev_types not look like a fake flex array (Thomas Huth) [RHEL-113452]
67+
- KVM: s390: Switch to use hrtimer_setup() (Thomas Huth) [RHEL-113452]
68+
- s390/vfio-ap: Fix indentation in vfio_ap_mdev_ioctl() (Thomas Huth) [RHEL-113452]
69+
- KVM: s390: vsie: stop using "struct page" for vsie page (Thomas Huth) [RHEL-113452]
70+
- KVM: s390: vsie: stop messing with page refcount (Thomas Huth) [RHEL-113452]
71+
- KVM: s390: vsie: stop using page->index (Thomas Huth) [RHEL-113452]
72+
- s390/vfio-ap: Remove gmap_convert_to_secure() from vfio_ap_ops (Thomas Huth) [RHEL-113452]
73+
- KVM: s390: selftests: Streamline uc_skey test to issue iske after sske (Thomas Huth) [RHEL-113452]
74+
- KVM: s390: selftests: Add has device attr check to uc_attr_mem_limit selftest (Thomas Huth) [RHEL-113452]
75+
- KVM: s390: selftests: Add ucontrol gis routing test (Thomas Huth) [RHEL-113452]
76+
- KVM: s390: selftests: Add ucontrol flic attr selftests (Thomas Huth) [RHEL-113452]
77+
- KVM: s390: selftests: Add regression tests for PFCR subfunctions (Thomas Huth) [RHEL-113452]
78+
- KVM: s390: selftests: correct IP.b length in uc_handle_sieic debug output (Thomas Huth) [RHEL-113452]
79+
- KVM: s390: selftests: Fix whitespace confusion in ucontrol test (Thomas Huth) [RHEL-113452]
80+
- KVM: s390: selftests: Verify reject memory region operations for ucontrol VMs (Thomas Huth) [RHEL-113452]
81+
- KVM: s390: selftests: Add uc_skey VM test case (Thomas Huth) [RHEL-113452]
82+
- KVM: s390: selftests: Add uc_map_unmap VM test case (Thomas Huth) [RHEL-113452]
83+
- s390/vfio-ap: Switch over to sysfs_emit() (Thomas Huth) [RHEL-113452]
84+
- s390: Fix various typos (Thomas Huth) [RHEL-113452]
85+
- KVM: s390: selftests: Add regression tests for PLO subfunctions (Thomas Huth) [RHEL-113452]
86+
- KVM: s390: selftests: Add regression tests for KMAC, KMC, KM, KIMD and KLMD crypto subfunctions (Thomas Huth) [RHEL-113452]
87+
- KVM: s390: selftests: Add regression tests for KMCTR, KMF, KMO and PCC crypto subfunctions (Thomas Huth) [RHEL-113452]
88+
- KVM: s390: selftests: Add regression tests for PRNO, KDSA and KMA crypto subfunctions (Thomas Huth) [RHEL-113452]
89+
- KVM: s390: selftests: Add regression tests for SORTL and DFLTCC CPU subfunctions (Thomas Huth) [RHEL-113452]
90+
- selftests: kvm: s390: Add VM run test case (Thomas Huth) [RHEL-113452]
91+
- selftests: kvm: s390: Add test fixture and simple VM setup tests (Thomas Huth) [RHEL-113452]
92+
- selftests: kvm: s390: Add s390x ucontrol test suite with hpage test (Thomas Huth) [RHEL-113452]
93+
- selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace tests (Thomas Huth) [RHEL-113452]
94+
- selftests: kvm: s390: Define page sizes in shared header (Thomas Huth) [RHEL-113452]
95+
- selftests/kvm: remove dead file (Thomas Huth) [RHEL-113452]
96+
- Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h" (Thomas Huth) [RHEL-113452]
97+
- KVM: selftests: Define _GNU_SOURCE for all selftests code (Thomas Huth) [RHEL-113452]
98+
- s390/cio: Add missing MODULE_DESCRIPTION() macros (Thomas Huth) [RHEL-113452]
99+
- s390: Replace S390_lowcore by get_lowcore() (Thomas Huth) [RHEL-113452]
100+
- s390/uv: gmap_make_secure() cleanups for further changes (Thomas Huth) [RHEL-113452]
101+
- s390/uv: Don't call folio_wait_writeback() without a folio reference (Thomas Huth) [RHEL-113452]
102+
- KVM: s390x: selftests: Add shared zeropage test (Thomas Huth) [RHEL-113452]
103+
- KVM: s390: selftests: Add selftest for single-stepping (Thomas Huth) [RHEL-113452]
104+
- xfs: do not propagate ENODATA disk errors into xattr code (Carlos Maiolino) [RHEL-71501]
105+
- sched: restore the behavior of put_task_struct() for non-rt (Luis Claudio R. Goncalves) [RHEL-40885]
106+
- sched: Do not call __put_task_struct() on rt if pi_blocked_on is set (Luis Claudio R. Goncalves) [RHEL-40885]
107+
Resolves: RHEL-105376, RHEL-113452, RHEL-117031, RHEL-124973, RHEL-40885, RHEL-43214, RHEL-71501, RHEL-72996, RHEL-95651, RHEL-98696, RHEL-99989
108+
1109
* Fri Nov 07 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-636.el9]
2110
- powerpc/pseries: Define __u{8,32} types in papr_hvpipe_hdr struct (Mamatha Inamdar) [RHEL-101849]
3111
- powerpc/pseries: HVPIPE changes to support migration (Mamatha Inamdar) [RHEL-101849]

0 commit comments

Comments
 (0)