aboutsummaryrefslogtreecommitdiff
path: root/samples/bpf-unknown-none
Commit message (Collapse)AuthorAgeFilesLines
* bpf: Use released binutils/gccChris Packham2025-01-081-7/+0
| | | | | | | | | | When the bpf-unknown-none sample was added the target support was not in a released version of binutils or gcc. The support has been in a few versions of each of these for a while now. Update the sample to use released versions instead of potentially unstable versions from upstream. Signed-off-by: Chris Packham <judge.packham@gmail.com>
* Add BPF architecture target supportCupertino Miranda2022-12-142-0/+14
BPF is a virtual machine and associated ISA that resides in the Linux kernel. Initially intended for user-level packet capture and filtering, BPF is nowadays generalized to serve as a general-purpose infrastructure also for non-networking purposes. Signed-off-by: Cupertino Miranda <cupertino.miranda@oracle.com>