net: sched: sfb: fix null pointer access issue when sfb_init() fails #57
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: Automated kernel build and test (x86_64) | |
| on: | |
| push: | |
| branches: | |
| - '*_ciqlts9_2' | |
| jobs: | |
| build: | |
| uses: ctrliq/kernel-src-tree/.github/workflows/kernel-build-and-test-x86_64.yml@main | |
| secrets: inherit |