Fix resource leaks when copy_to_user fails after committing resources #567
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: mass-build-test | |
| on: | |
| push: | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| mass-build-test: | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - run: | | |
| sudo apt update | |
| sudo apt install -y dkms git libelf-dev | |
| git clone https://github.com/gregkh/linux /tmp/linux | |
| test/mass-build-test . /tmp/linux v5.2 v6.18 |