| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-19 | Kernel: T9103: fix arm64 syscalltbl path breaking linux-perf package build | Christian Breunig | |
| Building linux-perf-* on a native arm64 build host failed with "No rule to make target '.../unistd_64.h'" because arch/arm64/kernel/Makefile.syscalls overrides syscalltbl with a path relative to the kernel root, but tools/lib/perf/Makefile invokes the header generator from tools/lib/perf/ instead. Make the override absolute, matching the srctree-prefixed default. | |||
