repo string | pull_number int64 | instance_id string | issue_numbers sequence | base_commit string | patch string | test_patch string | problem_statement string | hints_text string | created_at string | version string | updated_at string | environment_setup_commit string | FAIL_TO_PASS sequence | PASS_TO_PASS sequence | FAIL_TO_FAIL sequence | PASS_TO_FAIL sequence | source_dir string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
aya-rs/aya | 397 | aya-rs__aya-397 | [
"386"
] | 89df8c36d36584a506df50cdbbe8a3b0660337c2 | diff --git a/aya-log/src/lib.rs b/aya-log/src/lib.rs
--- a/aya-log/src/lib.rs
+++ b/aya-log/src/lib.rs
@@ -90,7 +90,7 @@ impl BpfLogger {
logger: T,
) -> Result<BpfLogger, Error> {
let logger = Arc::new(logger);
- let mut logs: AsyncPerfEventArray<_> = bpf.map_mut("AYA_LOGS")?.try_into()?;... | diff --git a/aya/src/maps/bloom_filter.rs b/aya/src/maps/bloom_filter.rs
--- a/aya/src/maps/bloom_filter.rs
+++ b/aya/src/maps/bloom_filter.rs
@@ -85,38 +72,6 @@ impl<T: Deref<Target = Map>, V: Pod> BloomFilter<T, V> {
}
}
-impl<V: Pod> TryFrom<MapRef> for BloomFilter<MapRef, V> {
- type Error = MapError;
-
... | Convert BPF maps to using enums
Following what we currenlty [do for EBPF Programs ](https://github.com/aya-rs/aya/blob/main/aya/src/programs/mod.rs#L221) convert aya's notion of bpf maps to be an Enum rather than having concrete types (HashMap, PerfEventArray etc) for every BPF map type.
Maps were initially design... | @dave-tucker You can assign me here :)
I've started this in https://github.com/astoycos/aya/tree/refactor-map Still have some to go but I'll keep updating with status here | 2022-09-29T18:54:50Z | 0.11 | 2023-02-23T10:03:39Z | 61608e64583f9dc599eef9b8db098f38a765b285 | [
"maps::bloom_filter::tests::test_insert_ok",
"maps::bloom_filter::tests::test_contains_syscall_error",
"maps::bloom_filter::tests::test_contains_not_found",
"maps::bloom_filter::tests::test_insert_syscall_error",
"maps::bloom_filter::tests::test_new_not_created",
"maps::bloom_filter::tests::test_new_ok",
... | [] | [] | [] | auto_2025-06-07 |
aya-rs/aya | 387 | aya-rs__aya-387 | [
"385"
] | 98e25ca5e6550526d35f783d74e6276f7aaf8a71 | "diff --git a/aya/src/bpf.rs b/aya/src/bpf.rs\n--- a/aya/src/bpf.rs\n+++ b/aya/src/bpf.rs\n@@ -443,7(...TRUNCATED) | "diff --git a/aya/src/maps/bloom_filter.rs b/aya/src/maps/bloom_filter.rs\n--- a/aya/src/maps/bloom_(...TRUNCATED) | "Allow the user to load pre-existing BPF maps from a pin point or a Raw FD \nSimilar to https://gith(...TRUNCATED) | 2022-09-06T21:09:01Z | 0.11 | 2023-02-23T10:04:53Z | 61608e64583f9dc599eef9b8db098f38a765b285 | ["maps::bloom_filter::tests::test_contains_not_found","maps::bloom_filter::tests::test_contains_sysc(...TRUNCATED) | [] | [] | [] | auto_2025-06-07 | |
aya-rs/aya | 83 | aya-rs__aya-83 | [
"21"
] | f632f81db152fd1185047550ec819926a83b0eae | "diff --git a/bpf/aya-bpf-macros/Cargo.toml b/bpf/aya-bpf-macros/Cargo.toml\n--- a/bpf/aya-bpf-macro(...TRUNCATED) | "diff --git a/bpf/aya-bpf/src/programs/lsm.rs b/bpf/aya-bpf/src/programs/lsm.rs\n--- a/bpf/aya-bpf/s(...TRUNCATED) | "feat(bpf): add probe register utility methods\nThere is currently a lot of commented code in those (...TRUNCATED) | 2021-10-28T14:42:44Z | 0.10 | 2022-01-11T16:42:21Z | b9a544831c5b4cd8728e9cca6580c14a623b7793 | ["src/helpers.rs - helpers::bpf_get_current_pid_tgid (line 305) - compile","src/helpers.rs - helpers(...TRUNCATED) | [] | [] | [] | auto_2025-06-07 | |
aya-rs/aya | 63 | aya-rs__aya-63 | [
"45"
] | a7f5b3775d27c89e226c49c4a2f21d0e90b08591 | "diff --git a/aya/src/bpf.rs b/aya/src/bpf.rs\n--- a/aya/src/bpf.rs\n+++ b/aya/src/bpf.rs\n@@ -2,7 +(...TRUNCATED) | "diff --git a/aya/src/maps/hash_map/hash_map.rs b/aya/src/maps/hash_map/hash_map.rs\n--- a/aya/src/m(...TRUNCATED) | "Add support for map and program pinning\nProgram pinning looks simple enough:\r\nIt should be possi(...TRUNCATED) | 2021-09-24T16:32:32Z | 0.10 | 2022-01-11T16:44:13Z | b9a544831c5b4cd8728e9cca6580c14a623b7793 | ["maps::hash_map::hash_map::tests::test_insert_ok","maps::hash_map::hash_map::tests::test_get_not_fo(...TRUNCATED) | [] | [] | [] | auto_2025-06-07 | |
aya-rs/aya | 774 | aya-rs__aya-774 | [
"636"
] | 792f467d40dc4c6c543c62dda7a608863fc364dc | "diff --git a/aya/src/maps/mod.rs b/aya/src/maps/mod.rs\n--- a/aya/src/maps/mod.rs\n+++ b/aya/src/ma(...TRUNCATED) | "diff --git a/aya/src/maps/hash_map/hash_map.rs b/aya/src/maps/hash_map/hash_map.rs\n--- a/aya/src/m(...TRUNCATED) | "cant' use LruHashMap in userspace\nthe userspace HashMap try_from impl\r\n\r\n```rust\r\nimpl<'a, V(...TRUNCATED) | "https://docs.rs/aya/latest/src/aya/maps/hash_map/hash_map.rs.html#48\n\nthe crates.io version handl(...TRUNCATED) | 2023-08-31T01:49:22Z | 1.5 | 2023-09-01T15:30:33Z | 1d272f38bd19f64652ac8a278948f61e66164856 | ["maps::hash_map::hash_map::tests::test_try_from_ok_lru","maps::hash_map::per_cpu_hash_map::tests::t(...TRUNCATED) | ["maps::bloom_filter::tests::test_contains_not_found","maps::bloom_filter::tests::test_contains_sysc(...TRUNCATED) | [] | [] | auto_2025-06-07 |
aya-rs/aya | 656 | aya-rs__aya-656 | [
"654"
] | 61608e64583f9dc599eef9b8db098f38a765b285 | "diff --git a/Cargo.toml b/Cargo.toml\n--- a/Cargo.toml\n+++ b/Cargo.toml\n@@ -24,7 +24,6 @@ resolve(...TRUNCATED) | "diff --git a/aya-obj/src/obj.rs b/aya-obj/src/obj.rs\n--- a/aya-obj/src/obj.rs\n+++ b/aya-obj/src/o(...TRUNCATED) | "Kernel version detection is broken on WSL\nUsing aya from with the yesterday's commit fails with\r\(...TRUNCATED) | 2023-07-14T14:51:06Z | 0.11 | 2023-07-15T03:18:35Z | 61608e64583f9dc599eef9b8db098f38a765b285 | ["btf::btf::tests::parsing_older_ext_data","btf::btf::tests::test_fixup_ptr","btf::btf::tests::test_(...TRUNCATED) | ["tests::btf_relocations::relocate_enum64","tests::btf_relocations::relocate_enum64_signed","tests::(...TRUNCATED) | ["tests::btf_relocations::relocate_pointer","tests::elf::test_maps","tests::btf_relocations::relocat(...TRUNCATED) | [] | auto_2025-06-07 | |
aya-rs/aya | 921 | aya-rs__aya-921 | [
"918"
] | 1d272f38bd19f64652ac8a278948f61e66164856 | "diff --git a/aya/src/programs/cgroup_device.rs b/aya/src/programs/cgroup_device.rs\n--- a/aya/src/p(...TRUNCATED) | "diff --git a/aya/src/programs/links.rs b/aya/src/programs/links.rs\n--- a/aya/src/programs/links.rs(...TRUNCATED) | "Add TCX link support \nFollowing the recent addition of [link support for TC programs](https://lwn.(...TRUNCATED) | 2024-04-05T15:21:29Z | 1.5 | 2024-10-09T09:31:40Z | 1d272f38bd19f64652ac8a278948f61e66164856 | ["bpf::tests::test_adjust_to_page_size","bpf::tests::test_max_entries_override","maps::bloom_filter:(...TRUNCATED) | [] | [] | [] | auto_2025-06-07 | |
aya-rs/aya | 897 | aya-rs__aya-897 | [
"896"
] | b6a84b658ae00f23d0f1721c30d11f2e57f99eab | "diff --git a/aya-bpf-macros/src/cgroup_skb.rs b/aya-bpf-macros/src/cgroup_skb.rs\n--- a/aya-bpf-mac(...TRUNCATED) | "diff --git a/aya-bpf-macros/src/cgroup_skb.rs b/aya-bpf-macros/src/cgroup_skb.rs\n--- a/aya-bpf-mac(...TRUNCATED) | "Error: error parsing BPF object: invalid program section `cgroup_skb`\n**My program code:\r\n```\(...TRUNCATED) | "Change\r\n\r\n```\r\n#[cgroup_skb]\r\n```\r\n\r\nto \r\n\r\n```\r\n#[cgroup_skb(ingress)]\r\n```\r\(...TRUNCATED) | 2024-03-04T07:45:13Z | 1.5 | 2024-03-04T08:53:45Z | 1d272f38bd19f64652ac8a278948f61e66164856 | [
"cgroup_skb::tests::cgroup_skb"
] | ["cgroup_device::tests::test_cgroup_device","btf_tracepoint::tests::test_btf_tracepoint","cgroup_skb(...TRUNCATED) | [] | [] | auto_2025-06-07 |
aya-rs/aya | 475 | aya-rs__aya-475 | [
"473"
] | c6f93b177511d3dfb0ab6cce4fa298d13707dedc | "diff --git /dev/null b/aya-obj/Cargo.toml\nnew file mode 100644\n--- /dev/null\n+++ b/aya-obj/Cargo(...TRUNCATED) | "diff --git a/Cargo.toml b/Cargo.toml\n--- a/Cargo.toml\n+++ b/Cargo.toml\n@@ -1,12 +1,12 @@\n [work(...TRUNCATED) | "Feature Request: Make aya::obj API public to allow usage with different runtime\nThere exists some (...TRUNCATED) | "This has come up a couple of times before. I think we could split the linking/relocation code as pa(...TRUNCATED) | 2022-12-28T08:34:06Z | 0.11 | 2023-03-10T14:43:06Z | 61608e64583f9dc599eef9b8db098f38a765b285 | [
"generate::test::test_extract_ctypes_prefix",
"generate::test::test_combine_flags"
] | [] | [] | [] | auto_2025-06-07 |
aya-rs/aya | 431 | aya-rs__aya-431 | [
"427"
] | 82773f46c8cff830b36b8b4f57100952eb6ec8d2 | "diff --git a/aya/src/maps/array/array.rs b/aya/src/maps/array/array.rs\n--- a/aya/src/maps/array/ar(...TRUNCATED) | "diff --git a/aya/src/maps/hash_map/hash_map.rs b/aya/src/maps/hash_map/hash_map.rs\n--- a/aya/src/m(...TRUNCATED) | "API for updating maps with large Pod\nAlthough Rust is memory safe, it does not have any stack over(...TRUNCATED) | "We can change the insert() calls to take `AsRef<K>` and `AsRef<V>` so they work with both values an(...TRUNCATED) | 2022-11-01T20:35:41Z | 0.11 | 2023-02-23T09:59:02Z | 61608e64583f9dc599eef9b8db098f38a765b285 | ["maps::bloom_filter::tests::test_contains_syscall_error","maps::bloom_filter::tests::test_contains_(...TRUNCATED) | [] | [] | [] | auto_2025-06-07 |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 4