The Linux kernel
* Wed Nov 12 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-637.el9]
- net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync() (Mete Durlu) [RHEL-99989]
- net/smc: fix UAF on smcsk after smc_listen_out() (Mete Durlu) [RHEL-99989]
- smc: Fix various oops due to inet_sock type confusion. (Mete Durlu) [RHEL-99989]
- net/smc: convert timeouts to secs_to_jiffies() (Mete Durlu) [RHEL-99989]
- net/smc: replace strncpy with strscpy (Mete Durlu) [RHEL-99989]
- net/smc: remove unused function smc_lo_supports_v2 (Mete Durlu) [RHEL-99989]
- net/smc: remove unused input parameters in smc_buf_get_slot (Mete Durlu) [RHEL-99989]
- s390: ism: Pass string literal as format argument of dev_set_name() (Mete Durlu) [RHEL-99989]
- smc: Fix lockdep false-positive for IPPROTO_SMC. (Mete Durlu) [RHEL-99989]
- net/smc: use the correct ndev to find pnetid by pnetid table (Mete Durlu) [RHEL-99989]
- net/smc: fix data error when recvmsg with MSG_PEEK flag (Mete Durlu) [RHEL-99989]
- net/smc: delete pointless divide by one (Mete Durlu) [RHEL-99989]
- net/smc: support SMC-R V2 for rdma devices with max_recv_sge equals to 1 (Mete Durlu) [RHEL-99989]
- net/smc: fix LGR and link use-after-free issue (Mete Durlu) [RHEL-99989]
- net/smc: initialize close_work early to avoid warning (Mete Durlu) [RHEL-99989]
- net/smc: do not leave a dangling sk pointer in __smc_create() (Mete Durlu) [RHEL-99989]
- net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetid (Mete Durlu) [RHEL-99989]
- net/smc: Fix memory leak when using percpu refs (Mete Durlu) [RHEL-99989]
- net/smc: Address spelling errors (Mete Durlu) [RHEL-99989]
- net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMC (Mete Durlu) [RHEL-99989]
- net/smc: add sysctl for smc_limit_hs (Mete Durlu) [RHEL-99989]
- net/smc: prevent NULL pointer dereference in txopt_get (Mete Durlu) [RHEL-99989]
- net/smc: introduce statistics for ringbufs usage of net namespace (Mete Durlu) [RHEL-99989]
- net/smc: introduce statistics for allocated ringbufs of link group (Mete Durlu) [RHEL-99989]
- net/smc: Use static_assert() to check struct sizes (Mete Durlu) [RHEL-99989]
- net/smc: add the max value of fallback reason count (Mete Durlu) [RHEL-99989]
- net/smc: remove unused input parameters in smcr_new_buf_create (Mete Durlu) [RHEL-99989]
- net/smc: remove redundant code in smc_connect_check_aclc (Mete Durlu) [RHEL-99989]
- Subject: net/smc: remove the fallback in __smc_connect (Mete Durlu) [RHEL-99989]
- Subject: net/smc: remove unreferenced header in smc_loopback.h file (Mete Durlu) [RHEL-99989]
- Subject: net/smc: prevent UAF in inet_create() (Mete Durlu) [RHEL-99989]
- net/smc: {at|de}tach sndbuf to peer DMB if supported (Mete Durlu) [RHEL-99989]
- gitlab-ci: disable automotive pipelines (Scott Weaver)
- redhat: use RELEASE_LOCALVERSION also for dist-get-tag (Jan Stancek)
- redhat: introduce RELEASE_LOCALVERSION variable (Jan Stancek)
- redhat: remove EARLY ystream bits (Jan Stancek)
- bpf: Do not audit capability check in do_jit() (Ondrej Mosnacek) [RHEL-105376]
- io_uring/waitid: always prune wait queue entry in io_waitid_wait() (CKI Backport Bot) [RHEL-124973] {CVE-2025-40047}
- mfd: intel-lpss: Add Intel Wildcat Lake LPSS PCI IDs (CKI Backport Bot) [RHEL-95651]
- dma/mapping.c: dev_dbg support for dma_addressing_limited (Prarit Bhargava) [RHEL-117031]
- 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]
- x86/kaslr: Reduce KASLR entropy on most x86 systems (Prarit Bhargava) [RHEL-117031]
- KVM: x86: Advertise support for AMD's PREFETCHI (Paolo Bonzini) [RHEL-98696]
- KVM: s390: Fix access to unavailable adapter indicator pages during postcopy (Thomas Huth) [RHEL-43214]
- iommu/s390: Make attach succeed when the device was surprise removed (Thomas Huth) [RHEL-113452]
- iommu/s390: Fix memory corruption when using identity domain (Thomas Huth) [RHEL-113452]
- KVM: s390: Fix incorrect usage of mmu_notifier_register() (Thomas Huth) [RHEL-113452]
- KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMY (Thomas Huth) [RHEL-113452]
- KVM: s390: Remove unneeded srcu lock (Thomas Huth) [RHEL-113452]
- s390/vfio-ap: Fix no AP queue sharing allowed message written to kernel log (Thomas Huth) [RHEL-113452]
- s390/kvm: Split kvm_host header file (Thomas Huth) [RHEL-113452]
- s390/entry: Move early program check handler to entry.S (Thomas Huth) [RHEL-113452]
- s390: Remove 2k vs 4k page table leftovers (Thomas Huth) [RHEL-113452]
- s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste() (Thomas Huth) [RHEL-113452]
- s390/mm: Convert pgste_val() into function (Thomas Huth) [RHEL-113452]
- s390/mm: Convert pgprot_val() into function (Thomas Huth) [RHEL-113452]
- s390: Add missing _TIF defines (Thomas Huth) [RHEL-113452]
- s390/syscall: Merge __do_syscall() and do_syscall() (Thomas Huth) [RHEL-113452]
- KVM: s390: Don't use %%pK through debug printing (Thomas Huth) [RHEL-113452]
- KVM: s390: Don't use %%pK through tracepoints (Thomas Huth) [RHEL-113452]
- s390/asm-offsets: Rename __LC_PGM_INT_CODE (Thomas Huth) [RHEL-113452]
- s390/vfio-ap: Notify userspace that guest's AP config changed when mdev removed (Thomas Huth) [RHEL-72996]
- s390/vfio-ap: Signal eventfd when guest AP configuration is changed (Thomas Huth) [RHEL-72996]
- s390/vfio-ccw: Make mdev_types not look like a fake flex array (Thomas Huth) [RHEL-113452]
- s390/vfio-ap: Make mdev_types not look like a fake flex array (Thomas Huth) [RHEL-113452]
- KVM: s390: Switch to use hrtimer_setup() (Thomas Huth) [RHEL-113452]
- s390/vfio-ap: Fix indentation in vfio_ap_mdev_ioctl() (Thomas Huth) [RHEL-113452]
- KVM: s390: vsie: stop using "struct page" for vsie page (Thomas Huth) [RHEL-113452]
- KVM: s390: vsie: stop messing with page refcount (Thomas Huth) [RHEL-113452]
- KVM: s390: vsie: stop using page->index (Thomas Huth) [RHEL-113452]
- s390/vfio-ap: Remove gmap_convert_to_secure() from vfio_ap_ops (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Streamline uc_skey test to issue iske after sske (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Add has device attr check to uc_attr_mem_limit selftest (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Add ucontrol gis routing test (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Add ucontrol flic attr selftests (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Add regression tests for PFCR subfunctions (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: correct IP.b length in uc_handle_sieic debug output (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Fix whitespace confusion in ucontrol test (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Verify reject memory region operations for ucontrol VMs (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Add uc_skey VM test case (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Add uc_map_unmap VM test case (Thomas Huth) [RHEL-113452]
- s390/vfio-ap: Switch over to sysfs_emit() (Thomas Huth) [RHEL-113452]
- s390: Fix various typos (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Add regression tests for PLO subfunctions (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Add regression tests for KMAC, KMC, KM, KIMD and KLMD crypto subfunctions (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Add regression tests for KMCTR, KMF, KMO and PCC crypto subfunctions (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Add regression tests for PRNO, KDSA and KMA crypto subfunctions (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Add regression tests for SORTL and DFLTCC CPU subfunctions (Thomas Huth) [RHEL-113452]
- selftests: kvm: s390: Add VM run test case (Thomas Huth) [RHEL-113452]
- selftests: kvm: s390: Add test fixture and simple VM setup tests (Thomas Huth) [RHEL-113452]
- selftests: kvm: s390: Add s390x ucontrol test suite with hpage test (Thomas Huth) [RHEL-113452]
- selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace tests (Thomas Huth) [RHEL-113452]
- selftests: kvm: s390: Define page sizes in shared header (Thomas Huth) [RHEL-113452]
- selftests/kvm: remove dead file (Thomas Huth) [RHEL-113452]
- Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h" (Thomas Huth) [RHEL-113452]
- KVM: selftests: Define _GNU_SOURCE for all selftests code (Thomas Huth) [RHEL-113452]
- s390/cio: Add missing MODULE_DESCRIPTION() macros (Thomas Huth) [RHEL-113452]
- s390: Replace S390_lowcore by get_lowcore() (Thomas Huth) [RHEL-113452]
- s390/uv: gmap_make_secure() cleanups for further changes (Thomas Huth) [RHEL-113452]
- s390/uv: Don't call folio_wait_writeback() without a folio reference (Thomas Huth) [RHEL-113452]
- KVM: s390x: selftests: Add shared zeropage test (Thomas Huth) [RHEL-113452]
- KVM: s390: selftests: Add selftest for single-stepping (Thomas Huth) [RHEL-113452]
- xfs: do not propagate ENODATA disk errors into xattr code (Carlos Maiolino) [RHEL-71501]
- sched: restore the behavior of put_task_struct() for non-rt (Luis Claudio R. Goncalves) [RHEL-40885]
- sched: Do not call __put_task_struct() on rt if pi_blocked_on is set (Luis Claudio R. Goncalves) [RHEL-40885]
Resolves: RHEL-105376, RHEL-113452, RHEL-117031, RHEL-124973, RHEL-40885, RHEL-43214, RHEL-71501, RHEL-72996, RHEL-95651, RHEL-98696, RHEL-99989
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
|
||
|---|---|---|
| .gitignore | ||
| check-kabi | ||
| cpupower.config | ||
| cpupower.service | ||
| dracut-virt.conf | ||
| filter-aarch64.sh.rhel | ||
| filter-armv7hl.sh.rhel | ||
| filter-modules.sh.rhel | ||
| filter-ppc64le.sh.rhel | ||
| filter-s390x.sh.rhel | ||
| filter-x86_64.sh.rhel | ||
| gating.yaml | ||
| generate_all_configs.sh | ||
| kernel-aarch64-64k-debug-rhel.config | ||
| kernel-aarch64-64k-rhel.config | ||
| kernel-aarch64-debug-rhel.config | ||
| kernel-aarch64-rhel.config | ||
| kernel-aarch64-rt-64k-debug-rhel.config | ||
| kernel-aarch64-rt-64k-rhel.config | ||
| kernel-aarch64-rt-debug-rhel.config | ||
| kernel-aarch64-rt-rhel.config | ||
| kernel-local | ||
| kernel-ppc64le-debug-rhel.config | ||
| kernel-ppc64le-rhel.config | ||
| kernel-s390x-debug-rhel.config | ||
| kernel-s390x-rhel.config | ||
| kernel-s390x-zfcpdump-rhel.config | ||
| kernel-x86_64-debug-rhel.config | ||
| kernel-x86_64-rhel.config | ||
| kernel-x86_64-rt-debug-rhel.config | ||
| kernel-x86_64-rt-rhel.config | ||
| kernel.changelog | ||
| kernel.spec | ||
| kvm_stat.logrotate | ||
| linux-kernel-test.patch | ||
| Makefile.rhelver | ||
| merge.pl | ||
| mod-denylist.sh | ||
| mod-extra.list.rhel | ||
| mod-internal.list | ||
| mod-partner.list | ||
| mod-sign.sh | ||
| Module.kabi_aarch64 | ||
| Module.kabi_dup_aarch64 | ||
| Module.kabi_dup_ppc64le | ||
| Module.kabi_dup_s390x | ||
| Module.kabi_dup_x86_64 | ||
| Module.kabi_ppc64le | ||
| Module.kabi_s390x | ||
| Module.kabi_x86_64 | ||
| nvidiagpuoot001.x509 | ||
| parallel_xz.sh | ||
| partial-kgcov-snip.config | ||
| patch-5.14-redhat.patch | ||
| process_configs.sh | ||
| README.rst | ||
| redhatsecureboot504.cer | ||
| rheldup3.x509 | ||
| rhelima_centos.x509 | ||
| rhelima.x509 | ||
| rhelimaca1.x509 | ||
| rhelkpatch1.x509 | ||
| rpminspect.yaml | ||
| sources | ||
| uki_addons.json | ||
| uki_create_addons.py | ||
| update_scripts.sh | ||
| x509.genkey.centos | ||
| x509.genkey.rhel | ||
=================== The Kernel dist-git =================== The kernel is maintained in a `source tree`_ rather than directly in dist-git. The specfile is maintained as a `template`_ in the source tree along with a set of build scripts to generate configurations, (S)RPMs, and to populate the dist-git repository. The `documentation`_ for the source tree covers how to contribute and maintain the tree. If you're looking for the downstream patch set it's available in the source tree with "git log master..ark-patches" or `online`_. Each release in dist-git is tagged in the source repository so you can easily check out the source tree for a build. The tags are in the format name-version-release, but note release doesn't contain the dist tag since the source can be built in different build roots (Fedora, CentOS, etc.) .. _source tree: https://gitlab.com/cki-project/kernel-ark.git .. _template: https://gitlab.com/cki-project/kernel-ark/-/blob/os-build/redhat/kernel.spec.template .. _documentation: https://gitlab.com/cki-project/kernel-ark/-/wikis/home .. _online: https://gitlab.com/cki-project/kernel-ark/-/commits/ark-patches