Skip to content

[LTS 8.6] imon: CVE-2025-39993, kvm: CVE-2026-23401, CVE-2023-30456, CVE-2022-45869, CVE-2022-1852 #827

[LTS 8.6] imon: CVE-2025-39993, kvm: CVE-2026-23401, CVE-2023-30456, CVE-2022-45869, CVE-2022-1852

[LTS 8.6] imon: CVE-2025-39993, kvm: CVE-2026-23401, CVE-2023-30456, CVE-2022-45869, CVE-2022-1852 #827

name: Trigger Automated kernel build and test (multi-arch)
on:
push:
branches:
- '*_ciqlts8_6'
pull_request:
types: [opened, synchronize, reopened]
branches:
- '**'
- '!mainline'
concurrency:
group: kernel-ci-${{ github.event.pull_request.head.ref || github.ref_name }}
cancel-in-progress: true
jobs:
kernelCI:
if: |
github.event_name == 'push' ||
github.event.pull_request.head.repo.full_name != github.repository ||
github.event.action != 'opened'
uses: ctrliq/kernel-src-tree/.github/workflows/kernel-build-and-test-multiarch-trigger.yml@main
secrets: inherit