Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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: NixOS/nixpkgs-channels
base: 7095449a5724
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: e94ecca11dc1
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on May 8, 2019

  1. linuxPackages.perf: add libopcodes as a buildInput

    Newer versions of perf in Linux 5.1+ support disassembling and
    annotating eBPF programs inside the kernel. In order to do this, it uses
    libbfd's support for bpf disassembly. There are two parts: libopcodes
    and libbfd.
    
    The 'perf' build system seems to expect libopcodes/libbfd to go "hand in
    hand" -- always together, if one or the other is installed. If the build
    system detects libbfd is available, then an import of <dis-asm.h> is
    performed, but this fails since it wasn't in the buildInput. Fixing this
    should be an easy, backwards-compatible change.
    
    Fixes #60891, allowing linuxPackages_testing.perf to build again
    (currently kernel version 5.1.0-rc7).
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    (cherry picked from commit c8cb015)
    thoughtpolice authored and lheckemann committed May 8, 2019
    Copy the full SHA
    52ac2d9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d6f60b7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f96ac31 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0bccda7 View commit details
    Browse the repository at this point in the history
  5. linux: 5.0.13 -> 5.0.14

    NeQuissimus committed May 8, 2019
    Copy the full SHA
    e94ecca View commit details
    Browse the repository at this point in the history