Commit Graph

  • 4452e2f6e2 do not leak file descriptors in lirc_mode2 Andrés Medina 2023-05-31 18:35:23 -0700
  • d3e6d9066f use OwnedFd for object BTF file Andrés Medina 2023-05-28 06:01:18 -0700
  • 18ea23fff8 Also use BorrowedFd in SockMapFd Andrés Medina 2023-05-28 05:41:56 -0700
  • 9f5b205993 fixing easy TODOs Andrés Medina 2023-05-28 02:58:49 -0700
  • a0cbb5428f Use OwnedFd for MapData and Program Andrés Medina 2023-05-27 22:57:22 -0700
  • d87f337496 raise MSRV to v1.63 Andrés Medina 2023-05-27 08:21:43 -0700
  • 9819a0830d make Result alias on sys:bpf Andrés Medina 2023-05-27 08:20:21 -0700
  • c89c485bca
    Merge pull request #627 from nak3/add-riscv Alessandro Decina 2023-07-08 07:59:35 +0700
  • ed70a47845
    Merge pull request #640 from aya-rs/lossy-conversions Alessandro Decina 2023-07-08 07:57:16 +0700
  • e08c6471dd
    Cargo.toml: suppress resolver warning on nightly Tamir Duberstein 2023-07-07 16:55:10 -0400
  • 9ca0af1a79
    integration-test: Remove integration-test-macros Tamir Duberstein 2023-07-07 15:47:10 -0400
  • 8ebc60077a
    integration-test: Remove integration-test-macros Tamir Duberstein 2023-07-07 15:47:10 -0400
  • 6bdfbc3e07
    integration-test: Remove integration-test-macros Tamir Duberstein 2023-07-07 15:47:10 -0400
  • b3231ed200
    integration-test: Remove integration-test-macros Tamir Duberstein 2023-07-07 15:47:10 -0400
  • ecc03ecfad
    xtask: destructure Tamir Duberstein 2023-07-07 14:38:48 -0400
  • de1fe1f5e1
    xtask: Avoid lossy conversions, spurious vectors Tamir Duberstein 2023-07-07 12:37:48 -0400
  • 4db0eb4609 xtask: add kernel-test Andrew Werner 2023-07-06 15:22:55 -0400
  • e93e3c4a55
    Merge pull request #639 from aya-rs/test-no-bpftool Tamir Duberstein 2023-07-07 12:18:51 -0400
  • 25859e4e33
    xtask: emit clang command on failure Tamir Duberstein 2023-07-07 11:24:22 -0400
  • 7067db450a
    xtask: Avoid lossy string conversion Tamir Duberstein 2023-07-07 11:18:51 -0400
  • 7b0216e4e5 xtask: add kernel-test Andrew Werner 2023-07-06 15:22:55 -0400
  • eda65025b7 xtask: refactor integration test Andrew Werner 2023-07-06 11:37:59 -0400
  • 5a2906a6c9
    test,xtask: Replace lazy_static with OnceCell Tamir Duberstein 2023-07-07 11:14:51 -0400
  • ff86f1385c
    Remove dependency on bpftool in integration tests Tamir Duberstein 2023-07-06 16:40:26 -0400
  • 65079fe29b xtask: add kernel-test Andrew Werner 2023-07-06 15:22:55 -0400
  • 5188b6d07f xtask: refactor integration test Andrew Werner 2023-07-06 11:37:59 -0400
  • 2ac74ebfd3 add stack_arg. pdliyan 2023-07-06 20:48:02 +0800
  • 5c86b7ee95
    Merge pull request #635 from marysaka/misc/aya-obj-enum-public Mary 2023-07-04 17:37:36 +0200
  • d9dfd94f29 misc: aya-obj: Make it possible to externally assemble BtfEnum Mary 2023-07-04 17:09:42 +0200
  • f0eea47175 impl from_stack_argument. pdliyan 2023-07-04 21:16:59 +0800
  • b1bf2f23a7 fix arm and aarch64 sp. pdliyan 2023-07-04 21:02:51 +0800
  • 23ef443b24 add sarg without comment. pdliyan 2023-07-04 20:35:05 +0800
  • a89fa33f46 try add sarg. pdliyan 2023-07-04 20:13:16 +0800
  • 4b8ffa40bb
    Merge pull request #634 from alessandrod/str-helpers-asm-bounds Alessandro Decina 2023-07-03 20:49:03 +0700
  • 11c227743d bpf: improve bpf_probe_read_kernel_str_bytes and bpf_probe_read_user_str_bytes Alessandro Decina 2023-07-03 13:04:09 +1000
  • bc0d02143f
    Merge pull request #531 from dave-tucker/probe-cookie Dave Tucker 2023-07-02 16:15:28 +0100
  • 47f764c191 aya: Make Features part of the public API Dave Tucker 2022-06-26 21:35:13 +0100
  • 76d35d10ce
    Merge pull request #526 from dave-tucker/trie Alessandro Decina 2023-07-01 09:38:19 +0700
  • 00c480d2f9 aya: Remove iter_key from LPM Trie API Dave Tucker 2023-06-30 20:19:48 +0100
  • 5c6bd55260
    Merge pull request #633 from ajwerner/change-fd-import Tamir Duberstein 2023-06-30 15:02:16 -0400
  • 65d10f9ffc aya: replace os::unix::prelude with os::fd ajwerner 2023-06-29 14:55:59 -0400
  • b2737d5b0d
    Merge pull request #632 from marysaka/feat/global-data-optional Mary 2023-06-30 14:21:05 +0200
  • 77cce840f7
    Update aya/src/bpf.rs Mary 2023-06-30 14:15:21 +0200
  • 93435fc854 aya: allow global value to be optional Mary 2023-06-28 15:04:46 +0200
  • 17930a88c5
    Fixups in response to alessandrod review Andrew Stoycos 2023-06-20 15:48:23 -0400
  • b5719c5b3f
    Add Unsupported Map type Andrew Stoycos 2023-02-10 14:47:19 -0500
  • 4c08b9b43f
    Merge pull request #628 from aya-rs/dependabot/cargo/bindgen-0.66 dependabot[bot] 2023-06-20 17:18:52 +0000
  • 77e3dc2c2e
    build(deps): update bindgen requirement from 0.65 to 0.66 dependabot[bot] 2023-06-19 13:58:51 +0000
  • 26c6b92ef1
    Merge pull request #626 from aya-rs/dependabot/cargo/hashbrown-0.14 dependabot[bot] 2023-06-13 14:53:08 +0000
  • 7dfabd07a7 Add pt_regs handling in aya-bpf/args.rs for riscv64 Kenjiro Nakayama 2023-04-28 22:35:40 +0900
  • f5f8083441
    build(deps): update hashbrown requirement from 0.13 to 0.14 dependabot[bot] 2023-06-12 14:03:16 +0000
  • 9cdae81265
    Merge pull request #625 from FedericoPonzi/issue-534 Alessandro Decina 2023-06-08 10:36:36 +0200
  • 987e8489d0 aya-utils: add syscall_prefix and syscall_fnname_add_prefix Federico Ponzi 2023-06-06 17:19:48 +0100
  • 53ec1f23ea
    Merge pull request #623 from aya-rs/dependabot/cargo/rbpf-0.2.0 dependabot[bot] 2023-06-06 15:22:39 +0000
  • 4f85ff8a7b
    build(deps): bump mikepenz/release-changelog-builder-action from 3 to 4 (#624) dependabot[bot] 2023-06-05 16:54:10 +0200
  • e5bac02953
    Merge pull request #622 from marysaka/fix/uprobe-416-lower Mary 2023-06-05 16:22:33 +0200
  • a92d9652e2
    build(deps): bump mikepenz/release-changelog-builder-action from 3 to 4 dependabot[bot] 2023-06-05 14:04:56 +0000
  • fa3dd4bef2
    build(deps): update rbpf requirement from 0.1.0 to 0.2.0 dependabot[bot] 2023-06-05 13:58:55 +0000
  • 49c6f5d122 aya: Fix uprobe support on 4.16 and lower Mary 2023-06-05 15:31:47 +0200
  • 41fe944a1a
    Merge pull request #621 from marysaka/fix/uprobe-debian-10 Alessandro Decina 2023-06-02 18:38:34 +0200
  • 8e9f395eab aya: Add support for old ld.so.cache format Mary 2023-06-02 17:00:23 +0200
  • 95acc73b3d
    Merge pull request #620 from probulate/rust-cache Alessandro Decina 2023-06-02 15:32:17 +0200
  • 6f286f1d4d
    github: update Swatinem/rust-cache@{v1,v2} Tamir Duberstein 2023-06-01 17:03:01 -0400
  • 37b7c1e614
    Merge pull request #619 from poliorcetics/relax-ordering-probe-alias Alessandro Decina 2023-06-01 17:05:29 +0200
  • 243986c1da fix: Relax unnecessarily strict atomic ordering on probe event_alias Alexis (Poliorcetics) Bourget 2023-06-01 16:39:34 +0200
  • d56ed8fd68
    Merge pull request #618 from marysaka/fix/aya-probe-event-alias-uniq Mary 2023-06-01 15:10:58 +0200
  • e9be3d9023 aya: Make probe event_alias unique Mary 2023-06-01 14:55:42 +0200
  • 0640c843b4 aya-bpf: helpers::read_{kernel,user}_str_bytes additional len check Tomasz Jonak 2023-05-31 12:31:07 +0200
  • 3f1a469f06
    Merge pull request #611 from probulate/check-refs-not-values Alessandro Decina 2023-05-30 15:45:13 +0200
  • 6feebef9e5
    aya-log-ebpf: simplify argument validation Tamir Duberstein 2023-05-26 13:10:21 -0400
  • de7972483b
    aya-log-ebpf: avoid requiring Copy Tamir Duberstein 2023-05-26 11:44:02 -0400
  • 85ad0197e0
    Merge pull request #563 from marysaka/fix/reloc-less-strict Mary 2023-05-29 16:27:35 +0200
  • 35eaa50736 aya-obj: Make relocations less strict Mary 2023-03-10 16:26:53 +0100
  • 3a9a54fd9b
    Merge pull request #602 from marysaka/fix/btf-reloc-all-functions Alessandro Decina 2023-05-29 15:58:56 +0200
  • 3211d2c928
    Merge pull request #616 from nak3/fix-bump Alessandro Decina 2023-05-29 15:46:27 +0200
  • afb4aa1c66 Add a few tweak a code to fix libbpf's API change. Kenjiro Nakayama 2023-05-29 22:09:09 +0900
  • c4e721f3d3 aya: Apply BTF relocations to all functions Mary 2023-05-03 16:44:18 +0200
  • 0bc886f163 [codegen] Update libbpf to f7eb43b90f4c8882edf6354f8585094f8f3aade0Update libbpf to f7eb43b90f4c8882edf6354f8585094f8f3aade0 alessandrod 2023-05-29 05:27:07 +0000
  • 47a2f25fca aya-log-ebpf-macros: fix compile errors Robert Bartlensky 2023-05-27 20:16:31 +0100
  • 160e215e39
    aya-log-ebpf-macros: fix compile errors Robert Bartlensky 2023-05-27 20:16:31 +0100
  • 3d1013d729 Fixed a typo in the per_cpu_hashmap documentation William Batista 2023-03-31 15:23:22 -0400
  • 84e5e2894f aya-log: Unify IP format hints into one, repsesent it by `:i` token Michal Rostecki 2023-05-02 13:52:06 +0100
  • 5894c4ce82
    Fix load errors for empty (but existent) BTF/BTF.ext sections (#608) Andrés 2023-05-25 01:04:03 -0700
  • b411c5e7c3 merge safe block and address typo Andrés Medina 2023-05-24 19:40:52 -0700
  • c825ad4065 simplify writing to zero'd out header Andrés Medina 2023-05-24 12:52:49 -0700
  • ea53256d88 use separate unsafe blocks Andrés Medina 2023-05-23 09:48:54 -0700
  • 9148ec7e1d guard against a bigger header in the future Andrés Medina 2023-05-23 09:41:06 -0700
  • 0fd1d235b1 fix: hdr_len i32 -> u32 Andrés Medina 2023-05-23 09:35:14 -0700
  • f58f02bcc1 add tests Andrés Medina 2023-05-22 18:30:01 -0700
  • 58f1ecbf00
    Merge pull request #606 from Hanaasagi/check-format-in-log Alessandro Decina 2023-05-21 14:08:51 +0700
  • d999a95b41 fix(aya-log): remove some useless code Hanaasagi 2023-05-18 13:14:24 +0900
  • 0970300d1f feat(aya-log): check format and value type in proc macro Hanaasagi 2023-04-21 15:55:27 +0800
  • d4bfd72f57
    Merge pull request #607 from Hanaasagi/fix-warning Alessandro Decina 2023-05-21 12:17:56 +0700
  • 0e4aec475f fix(lint): remove useless `any` `all` in cfg. Hanaasagi 2023-05-21 13:57:48 +0900
  • 08e993dde3 do not attempt to load a BTF object that has no types Andrés Medina 2023-05-18 20:32:40 -0700
  • 217e18ef93 use the hdr_len of BTF.ext sections rather than size of struct Andrés Medina 2023-05-18 20:31:22 -0700
  • 0811203286
    Merge branch 'aya-rs:main' into main qjerome 2023-05-13 16:15:50 +0200
  • 1fa1c142f4
    docs(macros): add rust docs for cgroup_sock_addr macro (#566) Shubham Jain 2023-05-13 17:03:44 +0530
  • 57b5a0afe8
    Update aya-bpf-macros/src/lib.rs vadorovsky 2023-05-13 12:21:54 +0100
  • eaad487dc1
    Update aya-bpf-macros/src/lib.rs vadorovsky 2023-05-13 12:21:49 +0100