Skip to content

mm: always use this_cpu().get_pgtable() instead of get_init_pgtable_locked() #978

mm: always use this_cpu().get_pgtable() instead of get_init_pgtable_locked()

mm: always use this_cpu().get_pgtable() instead of get_init_pgtable_locked() #978

Workflow file for this run

name: SignedOff
on: [pull_request]
jobs:
check:
name: Check commits
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Check commits
run: |
git fetch
git fetch origin ${{ github.event.pull_request.base.ref }}
${GITHUB_WORKSPACE}/scripts/check-signed-off.sh ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }}