Skip to content

Protect sysfs/hwmon telemetry reads from concurrent device reset #206

Protect sysfs/hwmon telemetry reads from concurrent device reset

Protect sysfs/hwmon telemetry reads from concurrent device reset #206

Workflow file for this run

name: 'check-padding'
on:
push:
pull_request:
workflow_dispatch:
jobs:
check-padding:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pahole
run: |
sudo apt-get update
sudo apt-get install -y dwarves
- name: Check for implicit padding in ioctl.h structs
run: test/pahole_check.sh