aya/test/integration-test
Tamir Duberstein 89bc255f1d
aya: MapData::fd is non-optional
The primary driver of change here is that `MapData::create` is now a
factory function that returns `Result<Self, _>` rather than mutating
`&mut self`. The remaining changes are consequences of that change, the
most notable of which is the removal of several errors which are no
longer possible.
..
bpf integration-test: De-duplicate BTF relocation test
src aya: MapData::fd is non-optional
Cargo.toml Cargo.toml: Remove default-features settings
build.rs integration-test: De-duplicate BTF relocation test