Skip to content

Add O_PATH-based BPF_OBJ_PIN and BPF_OBJ_GET support #6721

Add O_PATH-based BPF_OBJ_PIN and BPF_OBJ_GET support

Add O_PATH-based BPF_OBJ_PIN and BPF_OBJ_GET support #6721

Workflow file for this run

name: "lint"
on:
pull_request:
push:
branches:
- master
jobs:
shellcheck:
# This workflow gets injected into other Linux repositories, but we don't
# want it to run there.
if: ${{ github.repository == 'kernel-patches/vmtest' }}
name: ShellCheck
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: --severity=warning --exclude=SC1091