8000 Comparing actaeon:master...iovisor:master · actaeon/gobpf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: actaeon/gobpf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: iovisor/gobpf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Jul 5, 2022

  1. [ci] bump LLVM to version 11

    This is what BCC is going to be [using as base version in the
    future](iovisor/bcc#3808), so
    eventually, the current LLVM 9 will break.
    chantra committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    005e9c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. [ci] bump bcc version to v0.25.0

    v0.25.0 introduce BCC versioning macros:
    iovisor/bcc@83a379e
    
    which can be used to handle API changes.
    chantra committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    5da0f6f View commit details
    Browse the repository at this point in the history
  2. [bcc] Support for new bcc_func_load signature.

    iovisor/bcc@ffff0ed
    a new parameter was added to control the attach type.
    Subsequently, in
    iovisor/bcc@815d1b8
    , `-1` was used to signal the default behaviour.
    
    This change adds this new parameter to the call to `C.bcc_func_load`
    when LIBBCC_VERSION_CODE is greater or equal than 0.25.0, the next version to
    include the aforementioned change.
    
    Test plan:
    Against v0.25.0 is being tested as part of this project CI.
    
    also ran against the current v0.20.0 and ran CI: https://github.com/chantra/gobpf/runs/7436803048
    chantra committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    0e5464f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Merge pull request iovisor#311 from chantra/bcc_func_load_attachtype

    Bcc func load attachtype for bcc > 0.24.0
    4ast authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    16120a1 View commit details
    Browse the repository at this point in the history
Loading
0