Skip to content

x86/mm: Remove the mm_cpumask(prev) warning from switch_mm_irqs_off() #3014

x86/mm: Remove the mm_cpumask(prev) warning from switch_mm_irqs_off()

x86/mm: Remove the mm_cpumask(prev) warning from switch_mm_irqs_off() #3014

name: build kernel loong64
on:
push:
pull_request:
workflow_dispatch:
env:
KBUILD_BUILD_USER: deepin-kernel-sig
KBUILD_BUILD_HOST: deepin-kernel-builder
email: [email protected]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
pull-requests: read
jobs:
build-kernel:
runs-on: [self-hosted, linux, x64]
steps:
- uses: actions/checkout@v3
- name: "Install Deps"
run: |
git config --global user.email $email
git config --global user.name $KBUILD_BUILD_USER
- name: "Compile kernel"
run: |
# .config
time make ARCH=loongarch CROSS_COMPILE=loongarch64-linux-gnu- deepin_loongarch_desktop_defconfig
time make ARCH=loongarch CROSS_COMPILE=loongarch64-linux-gnu- -j$(nproc)
- name: 'Upload Kernel Artifact'
uses: actions/upload-artifact@v4
with:
name: Kernel-ABI-loong64
path: "Module.symvers"